if (undefined === window.Kameleoon){(function(){!function(e,t){e.kbowser=t()}(this,(function(){return function(e){var t={};function r(i){if(t[i])return t[i].exports;var n=t[i]={i:i,l:!1,exports:{}};return e[i].call(n.exports,n,n.exports,r),n.l=!0,n.exports}return r.m=e,r.c=t,r.d=function(e,t,i){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(r.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)r.d(i,n,function(t){return e[t]}.bind(null,n));return i},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=90)}({17:function(e,t,r){"use strict";t.__esModule=!0,t.default=void 0;var i=r(18),n=function(){function e(){}return e.getFirstMatch=function(e,t){var r=t.match(e);return r&&r.length>0&&r[1]||""},e.getSecondMatch=function(e,t){var r=t.match(e);return r&&r.length>1&&r[2]||""},e.map=function(e,t){var r,i=[];if(Array.prototype.map)return Array.prototype.map.call(e,t);for(r=0;r1?n-1:0),a=1;a=3},describe:function(){return{type:s.PLATFORMS_MAP.t}}},{test:function(e){return"android"===e.getOSName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.m}}},{test:function(e){return"macos"===e.getOSName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.d}}},{test:function(e){return"windows"===e.getOSName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.d}}},{test:function(e){return"linux"===e.getOSName(!0)},describe:function(){return{type:s.PLATFORMS_MAP.d}}}];t.default=a,e.exports=t.default}})}));class APIConfiguration{constructor(e){this.generationTime=e.scriptProduceTime;this.goals=e.goals.map((e=>new APIGoal(e)));this.singlePageSupport=Kameleoon.Internals.runtime?Kameleoon.Internals.runtime.singlePageSupport:e.singlePageSupport;this.siteCode=e.siteCode}}class APIAction{constructor(i,t){const e=0===t;const a=Kameleoon.Internals.runtime.Visitor.currentVisit;const n=Kameleoon.Internals.runtime.storedData.obtainField("Gatherer",e?"experimentsTriggered":"personalizationsTriggered",{});this.dateLaunched=i.dateStatusModified;this.dateModified=i.dateModified;this.id=i.id;this.name=i.name;this.targetSegment=new APISegment(i.targetingSegment);this.active=i.targeting&&!i.disabled&&i.displayedVariation&&null!=i.displayedVariation.id;this.triggered=i.targeting||!1;this.untrackedTrafficReallocationTime=i.untrackedRespoolTime||null;this.triggeredInVisit=n[this.id]?!0:!1;const r=i=>Kameleoon.Internals.runtime.variations.find((t=>t.id==i));if(i.targetingTrigger)this.targetTrigger=new APISegment(i.targetingTrigger);if(e){let t=r(i.registeredVariationId);this.associatedVariation=t?new APIVariation(t,i):null;this.trafficDeviation={};this.variations=[];this.redirectProcessed=i.redirectProcessed||!1;for(let t in i.deviation){const e=r(parseInt(t));if(e){this.trafficDeviation[t]=100*i.deviation[t];this.variations.push(new APIVariation(e,i))}}this.activatedInVisit=a.ExperimentActivations[this.id]?!0:!1}else{this.associatedVariation=new APIVariation(r(i.associatedVariation.id),i);this.activatedInVisit=this.triggeredInVisit&&a.PersonalizationActivations[this.id]?!0:!1}Object.defineProperty(this,"goals",{enumerable:!0,configurable:!0,get:()=>Kameleoon.Internals.configuration.goals.filter((t=>-1!=(i.goals||[]).indexOf(t.id))).map((i=>new APIGoal(i)))});Object.defineProperty(this,"mainGoal",{enumerable:!0,configurable:!0,get:()=>{const t=e?i.kameleoonTracking?.mainGoalId:i.mainGoalId;const a=t&&Kameleoon.Internals.configuration.goals.find((i=>i.id==t));return a?new APIGoal(a):null}})}}class APIActionActivation{constructor(i,n,t){const a=0===i;const o=Kameleoon.Internals.runtime.Campaigns.obtainCampaign(n,a);const s=a?"ExperimentActivations":"PersonalizationActivations";const e=t[s][n].associatedVariationID;const c=Kameleoon.Internals.configuration.variations.find((i=>i.id==e));if(a){this.experimentID=n;this.experiment=o?new APIAction(o,0):null}else{this.personalizationID=n;this.personalization=o?new APIAction(o,1):null}this.times=t[s][n].times;this.associatedVariationID=e;this.associatedVariation=c?new APIVariation(c,o):null}}class APIActions{constructor(e){const i=0===e;const n=()=>{if(Kameleoon.Internals.runtime)return Kameleoon.Internals.runtime.Campaigns.obtainCampaignsList(e);else return[]};const t=i=>new APIAction(i,e);const a=e=>n().map(t).filter(e);this.getAll=()=>n().map(t);this.getActive=()=>n().filter((e=>(!0===e.targeting||e.trackingPerformed)&&1!=e.disabled&&e.displayedVariation&&null!=e.displayedVariation.id)).map(t);this.getTriggeredInVisit=()=>a((e=>e.triggeredInVisit));this.getActivatedInVisit=()=>a((e=>e.activatedInVisit));const s=(e,i)=>{const a=n().find((n=>n[e]==i));return a?t(a):null};this.getById=e=>s("id",e);this.getByName=e=>s("name",e);if(i){this.assignVariation=(e,i,t)=>{const a=n().find((i=>i.id==e));if(a&&(void 0===a.registeredVariationId||t)){a.registeredVariationId=i;a.assignmentTime=(new Date).getTime();a.writeLocalData()}};this.block=(e,n=!1)=>{const t=Kameleoon.Internals.runtime.Campaigns.obtainCampaign(e,i);if(t){if(n){const i=Kameleoon.Internals.runtime.storedData.obtainField("Runtime","blockedExperiments",[]);i.push(e);Kameleoon.Internals.runtime.storedData.saveField("Runtime","blockedExperiments",i)}t.setBlocked("API")}};this.trigger=(e,n)=>{const t=Kameleoon.Internals.runtime.Campaigns.obtainCampaign(e,i);if(t)if(n){if(t){t.performVariationAssignment(!0);Kameleoon.Analyst.Actions.performActionsTracking([t])}}else{t.trigger();Kameleoon.Analyst.Actions.process([t])}};this.triggerExperiment=(e,i)=>{this.trigger(e,i);}}else{this.block=(e,n=!1)=>{const t=Kameleoon.Internals.runtime.Campaigns.obtainCampaign(e,i);if(t){if(n){const i=Kameleoon.Internals.runtime.storedData.obtainField("Runtime","blockedPersonalizations",[]);i.push(e);Kameleoon.Internals.runtime.storedData.saveField("Runtime","blockedPersonalizations",i)}t.blocked=!0}};this.disable=e=>{const n=Kameleoon.Internals.runtime.Campaigns.obtainCampaign(e,i);if(n)n.disabled=!0;};this.trigger=(e,n)=>{const t=Kameleoon.Internals.runtime.Campaigns.obtainCampaign(e,i);if(t){t.exposition=!0;if(n){if(t)Kameleoon.Analyst.Actions.performActionsTracking([t])}else{t.trigger();Kameleoon.Analyst.Actions.process([t])}}}}}}class APIGoal{constructor(t){if(t){this.id=t.id;this.name=t.name;this.type=t.type}}}class APIProduct{constructor(e,a){this.productID=e;const t=new Set(["accessories","auto","available","brand","description","fashion","gender","groupId","isChild","isFashion","isNew","leftovers","merchantID","model","name","params","rating","seasonality","sku","tags","typePrefix","url"]);for(let e in a)switch(e){case"imageURL":case"mainImageURL":this.imageURL=a.mainImageURL||a.imageURL;break;case"price":case"oldPrice":case"availableQuantity":case"priceMargin":this[e]=parseFloat(a[e])||null;break;case"categories":if(a.categories.length>0)this.categories=a.categories.map((e=>{if(e.parent)e.parent=e.parent.toString();e.id=e.id.toString();return e}));break;default:if(t.has(e))this[e]=a[e]}}getTrackingParameters(){let e={};e.url=encodeURIComponent(Kameleoon.Utils.computeCurrentPageCleanAbsoluteURL());for(let a in this)switch(a){case"productID":break;default:switch(typeof this[a]){case"object":e[a]=encodeURIComponent(JSON.stringify(this[a]));break;case"string":e[a]=encodeURIComponent(this[a]);break;case"number":case"boolean":case"symbol":e[a]=this[a]}}return Kameleoon.Utils.parseObjectToUrlParams(e)}}class APITargeting{constructor(e){const n=1===e?"targetingTriggers":"targetingSegments";const t=e=>{const t=Kameleoon.Internals.runtime[n].find(e);return t?new APISegment(t):null};this.getAll=()=>Kameleoon.Internals.runtime[n].map((e=>new APISegment(e)));this.getById=e=>t((n=>n.id==e));this.getByName=e=>t((n=>n.name===e));this.reevaluate=t=>{const a=Kameleoon.Internals.runtime[n].findIndex((e=>e.id==t));if(a>-1){const i=Kameleoon.Internals.runtime.simulationMode?Kameleoon.Internals.runtime.simulationModeData[n]:Kameleoon.Internals.configuration[n];const r=i.find((e=>e.id==t));if(r){Kameleoon.Internals.runtime[n].splice(a,1);const i=Kameleoon.Utils.clone(r);Kameleoon.Internals.runtime[n].push(i);Kameleoon.Targeting.checkTargetingSegmentsTargeting([i]);Kameleoon.Internals.runtime.Campaigns.obtainCampaignsList(0).concat(Kameleoon.Internals.runtime.Campaigns.obtainCampaignsList(1)).forEach((n=>{if(1===e){n.setTargetingTrigger?.(t);if(n.targetingTriggerId==t)n.forceTargeting=!1}else{n.setTargetingSegment(t);if(n.targetingSegmentId==t)n.forceTargeting=!1}}));Kameleoon.Analyst.Actions.processAllActions();return i.targeting}}return;};this.trigger=t=>{const a=Kameleoon.Internals.runtime[n].find((e=>e.id==t));if(a){a.targeting=!0;const n=1===e?"targetingTriggerId":"targetingSegmentId";Kameleoon.Internals.runtime.Campaigns.obtainCampaignsList("experiments").concat(Kameleoon.Internals.runtime.Campaigns.obtainCampaignsList("personalizations")).forEach((e=>{if(e[n]==t){e.targeting=void 0;e.rescheduleTargeting=!0;e.forceTargeting=!0}}));Kameleoon.Analyst.Actions.processAllActions();Kameleoon.Targeting.processTargetingSegments([a])}}}}class APISegment{constructor(t){if(t){this.id=t.id;this.name=t.name;this.targeting=t.targeting}}}class APITemplate{constructor(s,t){this.name=s;this.customFields=t}}class APIVariation{constructor(e,t={}){if(e){this.id=e.id;this.name=e.name;if(t.experimentAction){const i=t.variations.find((t=>t.id==e.id));this.reallocationTime=i?i.respoolTime:null}else this.reallocationTime=null;this.instantiatedTemplate=e.widgetTemplateInputData?new APITemplate(e.widgetTemplateName,e.widgetTemplateInputData):null}}}class APIVisit{constructor(t){this.pageViews=t.obtainPageNumberViews();this.duration=t.lastEventDate-t.startDate;this.locale=Kameleoon.Utils.getLocale();this.startDate=t.startDate;this.index=t.visitNumber;this.currentProduct=null;this.products=[];this.clicks=t.clicks||0;this.pageURLsVisited=t.pageURLsVisited;this.activatedSegments=t.activatedSegments;this.lastEventDate=t.lastEventDate;this.activatedExperiments=Object.keys(t.ExperimentActivations).map((e=>new APIActionActivation(0,parseInt(e),t)));this.activatedPersonalizations=Object.keys(t.PersonalizationActivations).map((e=>new APIActionActivation(1,parseInt(e),t)));if(t==Kameleoon.Internals.runtime.Visitor.currentVisit){this.device=new Device;this.geolocation=t.Geolocation;if(Kameleoon.Internals.runtime.mentalistRun)Object.defineProperty(this,"initialConversionPredictions",{enumerable:!0,get:function(){return Kameleoon.Mentalist.computeGoalConversionProbabilityPredictionByGoalId(null)}});}this.conversions=Kameleoon.Utils.clone(t.conversions);this.customData={};const e=Kameleoon.Internals.runtime.Gatherer.configuration.customData;for(const i in t.customData){const n=e[i];if(null!=n)this.customData[n.name]=Kameleoon.Gatherer.CustomData.obtainParsedValue(i,t.customData[i])}let i="";let n=[];let a=Kameleoon.Internals.runtime.storedData.obtainField("Runtime","firstReferrersIndices",[]);for(let t=0,e=a.length;t";else{let t=Kameleoon.Internals.runtime.Gatherer.configuration.referrers[e-1];s=null==t?i:t.name}n.push(s)}this.acquisitionChannel=n[0];this.landingPageURL=t.landingPageURL;this.weather=t.Weather}}class APIVisitor{constructor(){this.getCustomDataVisitor=()=>{const t={};const i=Kameleoon.Internals.runtime.Visitor.customData;const s=Kameleoon.Internals.runtime.Gatherer.configuration.customData;for(const e in i)if(s[e])t[s[e].name]=Kameleoon.Gatherer.CustomData.obtainParsedValue(e,i[e]);return t};this.setVisitorCode=t=>{Kameleoon.Internals.runtime.Visitor.setVisitorCode(t)};const{Visitor:t,personalizationsActive:i,Consent:s}=Kameleoon.Internals.runtime;this.numberOfVisits=t.totalVisits;this.timeStartedEldestVisit=t.timeStartedEldestVisit;this.customData=this.getCustomDataVisitor();this.personalizationsActive=i;this.code=t.currentVisit.visitorCode;this.currentVisit=new APIVisit(t.currentVisit);this.visits=t.visits.map((t=>new APIVisit(t)));this.previousVisit=t.visits.length>1?new APIVisit(t.visits.slice(-2)[0]):null;this.experimentLegalConsent=s.AB_TESTING;this.personalizationLegalConsent=s.PERSONALIZATION;this.productRecommendationLegalConsent=Kameleoon.Internals.runtime.storedData.obtainField("Gatherer","productRecommendation")?!0:!1;this.firstVisitStartDate=t.timeStartedEldestVisit}}class Analyst{constructor(){this.initialize=e=>{this.isTimeout=!1;if(window.kameleoonDisplayPage){if(null==Kameleoon.Internals.configuration.behaviorWhenTimeout||document.getElementById("kameleoonLoadingStyleSheet"))window.clearTimeout(window.kameleoonDisplayPageTimeOut);else if(null==window.kameleoonEndLoadTime)this.isTimeout=!0;try{window.kameleoonDisplayPage(!0)}catch(e){}window.kameleoonDisplayPage=null}window.kameleoonEndLoadTime=(new Date).getTime();e()};this.load=()=>{Kameleoon.Utils.sendKameleoonCustomEvent("Internals",{type:"load",time:(new Date).getTime()});Kameleoon.Utils.runProtectedFunction((function(){if(window.kameleoonQueue)window.kameleoonQueue=new CommandQueue(window.kameleoonQueue,"IMMEDIATE");window.addEventListener("error",(e=>{if(e.error&&e.error.stack&&e.error.stack.match(/kameleoon/gi)){Kameleoon.Utils.Logger.send(e.error.stack,"kameleoon.js");return!1}}));Kameleoon.Analyst.initialize((()=>{const e=Kameleoon.Analyst.checkBlockingElements();const o=window.kameleoonEndLoadTime-(window.kameleoonStartLoadTime||window.kameleoonEndLoadTime)-25;let n=!1;Kameleoon.Utils.sendKameleoonCustomEvent.call(window,"Loaded",{timeout:"TIMEOUT"==e,loadTime:o});if(Kameleoon.Internals.runtime){n=!0;Kameleoon.Internals.runtime.clear()}if(0==e.length){Kameleoon.Internals.runtime=new Runtime(n);Kameleoon.Analyst.loadKameleoonFull((()=>{Kameleoon.Internals.runtime.run()}))}else{Kameleoon.Utils.sendKameleoonCustomEvent("Internals",{type:"abort",blockingReason:e});Kameleoon.Utils.sendKameleoonCustomEvent.call(window,"Aborted",{reason:e})}}))}))};this.loadKameleoonFull=(e,o)=>{if(!Kameleoon.Internals.runtime.kameleoonFull&&(this.kameleoonFullNeeded()||o)){const o="kameleoonFullApplicationCode";const n=o=>{Kameleoon.Utils.runProtectedScript(o+"\n;"+"("+e.toString()+")()","kameleoonFull.js")};const t=sessionStorage.getItem(o);if(null!=t)n(t);else{const{STATIC_HOST_NAME:e,DOMAIN:t}=Kameleoon.Internals.configuration;Kameleoon.Utils.performBeaconServerCall("https://"+e+"."+t+"/kameleoon-full.js?cache="+Kameleoon.Utils.obtainRandomString(16),(e=>{if(void 0===e.readyState||4==e.readyState&&200==e.status){sessionStorage.setItem(o,e.responseText);n(e.responseText)}}))}}else e()};this.Actions=new Actions;this.Goals=new Goals}checkBlockingElements(){let e=!1;try{const e="kameleoonPrivateMode";localStorage.getItem(e);sessionStorage.getItem(e)}catch(o){e=!0}if(e)return"STORAGE";if(this.isTimeout){return"TIMEOUT"}document.removeEventListener("visibilitychange",Kameleoon.Analyst.load);if("prerender"==document.visibilityState){document.addEventListener("visibilitychange",Kameleoon.Analyst.load);return"PRERENDER"}if(-1!=location.href.indexOf("kameleoonDisabled"))return"PARAMETER";return""}kameleoonFullNeeded(){const{parameters:e,simulationMode:o}=Kameleoon.Internals.runtime;if(sessionStorage.getItem("kameleoonFullApplicationCode")||sessionStorage.getItem("kameleoonLightExtension")||e.kameleoon||e.kameleoonVariationId||e["kameleoon-simulation"]||e.kameleoonLightExtension||e.kameleoonBuilder||o||Kameleoon.Utils.readLocalData("kameleoonSimulationParameters","COOKIE"))return!0;return!1}loadSimulation(e){if(!Kameleoon.Internals.runtime.parameters.kameleoonVariationId)Object.keys(localStorage).forEach((e=>{if(-1!==e.indexOf("kameleoonVariation-"))localStorage.removeItem(e)}))}loadVariationFromServer(e,o){}processSimulations(){}}Analyst.CODE_ALPHABET="abcdefghijklmnopqrstuvwxyz0123456789";Analyst.HEXADECIMAL_ALPHABET="0123456789ABCDEF";class API{constructor(){this.Core={enableLegalConsent:function(e="BOTH"){Kameleoon.Internals.runtime.Consent.enable(e)},disableLegalConsent:function(e="BOTH"){Kameleoon.Internals.runtime.Consent.disable(e)},enableSinglePageSupport:function(){Kameleoon.Internals.runtime.enableSinglePageSupport.apply(Kameleoon.Internals.runtime,arguments)},enableDynamicRefresh:function(){Kameleoon.Internals.runtime.enableDynamicRefresh.apply(Kameleoon.Internals.runtime,arguments)},getConfiguration:()=>new APIConfiguration(Kameleoon.Internals.configuration),load:function(){Kameleoon.Analyst.load.apply(Kameleoon.Analyst,arguments)},processRedirect:function(){Kameleoon.Utils.processRedirect.apply(Kameleoon.Utils,arguments)},runWhenConditionTrue:(e,n,t=200)=>{if(e())Kameleoon.Utils.runProtectedFunction(n,!0);else{const o=Kameleoon.Utils.setTimeout((()=>{Kameleoon.Utils.clearTimeout(o);this.Core.runWhenConditionTrue.apply(Kameleoon,[e,n,t])}),t,!0)}},runWhenElementPresent:(e,n,t,o)=>{const a=null==t;const r=Kameleoon.Utils.querySelectorAll(e);const i=n;if(o)n=n=>{KMutationObserver.setMutationObserverSPA();const t=`data-kameleoon-dynamic-class-${Kameleoon.Utils.obtainRandomString(4)}`;const o=e=>{e.forEach((e=>e.setAttribute(t,"true")))};o(n);i(n);Kameleoon.Internals.runtime.waitingDynamicElements.push({selector:e,attribute:t,callback:e=>{o(e);i(e)}})};if(!Kameleoon.Internals.runtime.querySelectorAllHasError)if(0{n(r)}),!0);else if(Kameleoon.Internals.runtime.cantUseMutationObserver||!a){const n=Kameleoon.Utils.setTimeout((()=>{Kameleoon.Utils.clearTimeout(n);this.Core.runWhenElementPresent.apply(Kameleoon,[e,i,t||200,o])}),t||200,!0)}else{Kameleoon.Internals.runtime.waitingElementPresentObjects.push({selector:e,callback:n,useAntiFlicker:a})}},runWhenShadowRootElementPresent:(e,n,t,o)=>{this.Core.runWhenElementPresent(e,(a=>{const r=a.filter((e=>e.shadowRoot));if(0===r.length){const a=Kameleoon.Utils.setTimeout((()=>{Kameleoon.Utils.clearInterval(a);this.Core.runWhenShadowRootElementPresent.apply(Kameleoon,[e,n,t,o])}),150);return}const i=`data-kameleoon-shadow-class-${Kameleoon.Utils.obtainRandomString(4)}`;const l=()=>{let e=[];r.forEach((t=>{if(t.shadowRoot)e=e.concat(Kameleoon.Utils.querySelectorAll(n,t.shadowRoot))}));if(o)e=e.filter((e=>!e.getAttribute(i))).map((e=>{e.setAttribute(i,"true");return e}));return e};const s=l();if(s.length)t(s);if(!s.length||o){const e=Kameleoon.Utils.setInterval((()=>{const n=l();if(n.length){t(n);!o&&Kameleoon.Utils.clearInterval(e)}}),150)}}))}};this.Goals={cancelConversion:(e,n)=>{try{this.Goals.processConversions(e,n,!0)}catch(e){}},processConversion:(e,n,t)=>{try{this.Goals.processConversions(e,n,!1,t)}catch(e){}},processConversions:(e,n,t,o)=>{const a=Kameleoon.Analyst.Goals.get(e)??Kameleoon.Analyst.Goals.getList().find((n=>e==n.id||e===n.name));if(a)Kameleoon.Analyst.Goals.processConversions([{goal:a,revenue:n,negative:t,metadata:o}])}};this.Data={readLocalData:e=>Kameleoon.Internals.runtime.storedData.Vars[e]?Kameleoon.Internals.runtime.storedData.Vars[e].value:null,resetCustomData:e=>{this.Data.setCustomData(e,[],!0)},retrieveDataFromRemoteSource:(e,n)=>{const t={siteCode:Kameleoon.Internals.configuration.siteCode};let o="map";if(e instanceof Array){o="maps";t.keys=encodeURIComponent(JSON.stringify(e))}else t.key=encodeURIComponent(e.toString());Kameleoon.Utils.performBeaconServerCall(Kameleoon.Utils.addParameterToURL(`${Kameleoon.Internals.runtime.DATA_URL}/map/${o}`,Kameleoon.Utils.parseObjectToUrlParams(t),!1),(e=>{if(4==e.readyState){let t={};if(200==e.status)t=JSON.parse(e.responseText);n&&n(t)}}),null)},setCustomData:(e,n,t)=>{if(Kameleoon.Internals.runtime&&Kameleoon.Internals.runtime.gathererRun){let o=null;for(const n in Kameleoon.Internals.runtime.Gatherer.configuration.customData){const t=Kameleoon.Internals.runtime.Gatherer.configuration.customData[n];if(null!=t&&(t.name===e||n==e)){o=parseInt(n);break}}if(null!=o)Kameleoon.Gatherer.CustomData.register(o,{value:n,overwrite:t})}},writeLocalData:(e,n,t)=>{Kameleoon.Internals.runtime.storedData.Vars[e]={value:n,date:(new Date).getTime()+24*60*60*1e3*(t?30:1/24)}},performRemoteSynchronization:(e,n,t)=>{}};this.Events={triggered:[],trigger:e=>{this.Core.runWhenConditionTrue((()=>!0===Kameleoon.Internals.runtime.setupAfterLocalDataRetrieval),(()=>{this.Events.triggered.push(e);if(Kameleoon.Analyst.Actions)Kameleoon.Analyst.Actions.processAllActions();if(Kameleoon.Targeting)Kameleoon.Targeting.processAllTargetings();}),100)}};this.Tracking={processOmniture:e=>{Kameleoon.Tracking.processOmniture&&Kameleoon.Tracking.processOmniture(e)}};this.Products={obtainFullSearchProducts:(e,n,t)=>{},obtainInstantSearchProducts:(e,n,t)=>{},obtainProductInteractions:(e,n,t,o)=>{const a={};null!=t&&(a.timeBegin=t);null!=o&&(a.timeEnd=o);Kameleoon.Internals.runtime.Visitor.obtainProductData("productCounters",e,a,(e=>{for(const n in e){e[n].views=e[n].v||0;e[n].cartQuantities=e[n].atcq||0;e[n].boughtQuantities=e[n].bq||0;delete e[n].v;delete e[n].atcq;delete e[n].bq}n(e)}))},obtainProductData:(e,n,t={all:!0})=>{Kameleoon.Internals.runtime.Visitor.obtainProductData("productData",e,t,n)},obtainRecommendedProducts:(e,n,t,o)=>{},obtainRecommendedCollections:(e,n,t)=>{},trackAddToCart:(e,n,t=1,o={})=>{e=e.toString();if(null!=e&&e.length>0)if(t>0){Kameleoon.Internals.runtime.RequestManager.sendProduct(e,`eventType=productAddToCart&quantity=${t}`);}},trackAddToWishList:(e,n=1)=>{},trackCategoryView:e=>{},trackSearchQuery:e=>{},trackProductView:(e,n)=>{e=e.toString();if(null!=e&&e.length>0){const t=new APIProduct(e,n);Kameleoon.Internals.runtime.RequestManager.sendProduct(e,`eventType=productPage&${t.getTrackingParameters()}`);if(Kameleoon.Internals.runtime.gathererRun)Kameleoon.Gatherer.track(VisitEvent_Product,{ean:e});Kameleoon.Internals.runtime.product=t}},trackTransaction:(e,n={})=>{for(let n=0;n0){o.quantity=parseInt(o.quantity)||1;if(o.quantity>0)Kameleoon.Internals.runtime.RequestManager.sendProduct(o.productID,`eventType=productBuy&quantity=${o.quantity}`)}}}};this.Experiments=new APIActions(0);this.Personalizations=new APIActions(1);this.Segments=new APITargeting(0);this.Triggers=new APITargeting(1);this.Variations={execute:e=>{let n=Kameleoon.Internals.runtime.variations.find((n=>n.id==e));if(n){n=new Variation(n);Kameleoon.Utils.addCSSStyleSheet(n.cssCode);return n.applyJavascriptCode(!0)}return null}};this.Utils={addEventListener:function(e,n,t,o){Kameleoon.Utils.addEventListener(e,n,t,o,!0)},addUniversalClickListener:function(e,n,t){const o=Kameleoon.Internals.runtime.mouseDownEvent;this.addEventListener(e,o,(function(e){if(!Kameleoon.Internals.runtime.touchMoveEvent&&("mousedown"==o||!e.target||!e.target.closest||!e.target.closest("[disabled]")))n&&n(e)}))},clearInterval:function(){Kameleoon.Utils.clearInterval.apply(Kameleoon.Utils,arguments)},clearTimeout:function(){Kameleoon.Utils.clearTimeout.apply(Kameleoon.Utils,arguments)},createHash:function(e){return Kameleoon.Utils.computeStringHash.apply(Kameleoon.Utils,arguments)},getURLParameters:function(){return Kameleoon.Utils.parseParameters.apply(Kameleoon.Utils,arguments)},performRequest:(e,n,t,o=5e3)=>Kameleoon.Utils.performBeaconServerCall(e,n,t,o),querySelectorAll:function(e){return Kameleoon.Utils.querySelectorAll.apply(Kameleoon.Utils,arguments)},setInterval:(e,n=200)=>Kameleoon.Utils.setInterval(e,n,!1,!0),setTimeout:(e,n=200)=>Kameleoon.Utils.setTimeout(e,n,!0)};Object.defineProperty(this.Utils,"mouseDownEvent",{enumerable:!0,get:function(){return Kameleoon.Internals.runtime.mouseDownEvent}});Object.defineProperty(this.Utils,"touchMoveEvent",{enumerable:!0,get:function(){return Kameleoon.Internals.runtime.touchMoveEvent}});Object.defineProperty(this,"Visitor",{enumerable:!0,get:function(){try{if(!Kameleoon.Internals.runtime)return{setVisitorCode:e=>{Kameleoon.Internals.configuration.predefinedVisitorCode=e}};else return new APIVisitor}catch(e){return null}}});Object.defineProperty(this,"CurrentVisit",{enumerable:!0,get:function(){try{return new APIVisit(Kameleoon.Internals.runtime.Visitor.currentVisit)}catch(e){return null}}})}}class ElementSet{constructor(){this.appendEmptyElement=e=>{};this.pageElementSets=[];this.pageElementSetsIds={};this.pageElementSetsSpa=[];this.pageElementSetsSpaIds={};window.kameleoonVirtualRootElement=document.createElement("div")}addDuplicatedData(e,t,o){if(!e||!Kameleoon.Internals.runtime.singlePageSupport)return;if(null!=o&&e.getAttribute){const t=e.getAttribute("data-kameleoon-class")||"";if(-1==t.toString().indexOf(o))e.setAttribute("data-kameleoon-class",(t.length>0?t+" ":"")+o)}if(null!=t)e.setAttribute("data-kameleoon-id",t.toString())}addRelativePositionToReferenceElement(e){if("absolute"!=Kameleoon.Utils.obtainComputedStyle(e).position&&document.body!=e)this.setStyle(e,"position","relative",!1)}addClassName(e,t){e.className+=(e.className?" ":"")+t}changeHTMLContent(e,t,o,l,n){}checkElementIsInDocument(e,t){let o=null,l=document;if(t.context){o=Kameleoon.Utils.querySelectorAll(t.context);if(o[0])l=o[0].contentWindow.document}while(e&&e!=l.documentElement&&e!=window.kameleoonVirtualRootElement)if(e.parentNode)e=e.parentNode;else return!1;return e==l.documentElement?!0:"VIRTUAL"}checkClassName(e,t){return-1!=(" "+e.className+" ").indexOf(" "+t+" ")}checkElementLoaded(e){if(!e||!e.parentNode)return!1;return e.nextSibling?!0:this.checkElementLoaded(e.parentNode)}obtainDepth(e){let t=0;while(null!==e.parentNode){++t;e=e.parentNode}return t}obtainElements(e,t,o,l,n){let a,i,s=[];for(let r=0,m=e.length;r{let o=this.obtainDepth(e.element),l=this.obtainDepth(t.element);return ol?1:0}));a=this.removeDuplicates(a);i=!1;}for(let t=0,o=e.length;t0:!1}processLinks(e,t){if(!t)return;if("a"==e.nodeName.toLowerCase())e.href=t;else{Kameleoon.Utils.addEventListener(e,"click",(function(){window.location.href=t}));e.style.cursor="pointer"}}processSpecialCases(e){if("body"==e.nodeName.toLowerCase()&&-1!=Kameleoon.Utils.obtainComputedStyle(e).background.indexOf("linear-gradient")){e.style.backgroundRepeat="no-repeat";if(window.innerHeight-document.documentElement.scrollHeight>0)e.style.backgroundAttachment="fixed"}}processUserPosition(e,t,o,l){}removeDuplicates(e){let t=[];for(let o=0,l=e.length;o|/)){let e=document.createElement("table");e.innerHTML=o;a.innerHTML="";a.appendChild(e)}while(a.childNodes.length>0){let o=a.childNodes[0];o.kameleoonData=e.kameleoonData;o.kameleoonData.originalData.replacedElement=e;if(!i){if(3==o.nodeType)return!1;i=o;o.id=e.id;if("copyAttributes"==i.getAttribute("kameleoon")){for(let t=0,o=e.attributes.length;t{if(!Kameleoon.Internals.runtime.editorListenerEnabled){Kameleoon.Internals.runtime.editorListenerEnabled=!0;const t=t=>{if(!t)t=window.event;Kameleoon.Loader.listenKeys.call(Kameleoon.Loader,t)};Kameleoon.Utils.addEventListener(document,"keyup",t,!1)}};this.listenKeys=t=>{if(t.shiftKey){if(113==t.keyCode&&Kameleoon.Internals.configuration.webExperimentationSetup){Kameleoon.Internals.runtime.editorMode=!0;Kameleoon.Analyst.loadKameleoonFull((()=>{Kameleoon.Loader.enableKameleoonEditor.apply(Kameleoon.Loader)}),!0)}if(115==t.keyCode&&(Kameleoon.Internals.runtime.simulationMode||Kameleoon.Internals.runtime.parameters.kameleoonVariationSelection))Kameleoon.Analyst.loadKameleoonFull((()=>{Kameleoon.Loader.enableSimulationPanel()}),!0)}};}}class Mentalist{constructor(){this.MAX_VISIT_AGE=90*24*60*60*1e3;this.computeVariationIdToScore=e=>{try{let t=Kameleoon.Internals.configuration.MentalistFeatures;let n=Kameleoon.Internals.runtime.Visitor.currentVisit;let i=this.computePreviousVisits();let r={};let o=this.computeVariationScore(e,null,n,i);if(null!=o)r[0]=o;let a=t.experiments[e].variationIds;for(let t=0,o=a.length;t{try{let t=Kameleoon.Internals.configuration.MentalistFeatures;let n=Kameleoon.Internals.configuration.MentalistLearner;let i;if(null==e)i=n.startOfVisitLearner;else{let t=n.targetingSegments[e];if(null==t){i=n.startOfVisitLearner;e=null}else i=t.probabilityLearner}if(0==i.trainingOutputVectorTargetNbUpdates)return{};let r=Kameleoon.Internals.runtime.Visitor.currentVisit;let o=this.computePreviousVisits();let a={};let l=VisitVectorizationUtils.computeVector(r,o,a,!0,null!=e,null,e);let s=Learner.computeProbabilities(i,l,a);let u=i.trainingOutputVectorTargetMean;let m=(null==e?t:t.targetingSegments[e]).outputGoalIds;let c={};for(let e=0,t=m.length;enew PreviousVisits(Kameleoon.Internals.runtime.Visitor.visits.slice(0,-1).slice(-Kameleoon.Internals.configuration.MentalistFeatures.maxNumberPreviousVisits).filter((e=>(new Date).getTime()-e.startDate<=this.MAX_VISIT_AGE)));this.computeVariationScore=(e,t,n,i)=>{let r=Kameleoon.Internals.configuration.MentalistFeatures;let o=Kameleoon.Internals.configuration.MentalistLearner;let a=o.experiments[e].variationIdToProbabilityLearner[t];if(0==a.trainingOutputVectorTargetNbUpdates)return null;let l={};let s=VisitVectorizationUtils.computeVector(n,i,l,!0,!0,e,null);let u=Learner.computeProbabilities(a,s,l);let m=r.experiments[e].outputGoalWeights;let c=0;for(let e=0,t=m.length;e{if(0==t)return 0;if(1==t)return 1;if(t>=e)return.5+(t-e)/(1-e)/2;return.5+(t-e)/e/2};this.saveScoresFromMoments=e=>{const t=Kameleoon.Mentalist.computeGoalConversionProbabilityPredictionByGoalId(e);const n=Kameleoon.Internals.runtime.storedData.obtainField("Gatherer","savedScoresFromMoments",{});const i=Kameleoon.Internals.configuration.targetingSegmentIdToGoalIdsToKcs||{};if(i[e]){for(let r in i[e]){if(null==n[e])n[e]={};if(null==n[e][r])n[e][r]=t[r]}if(i[e])Kameleoon.Utils.sendKameleoonCustomEvent.call(window,"ConversionScoreComputed",{segmentId:e})}Kameleoon.Internals.runtime.storedData.saveField("Gatherer","savedScoresFromMoments",n)};this.targetingSegmentsPredictions={}}isSecure(){return null!=Kameleoon.Internals.configuration.MentalistFeatures&&null!=Kameleoon.Internals.configuration.MentalistLearner}run(){Kameleoon.Internals.runtime.mentalistRun=this.isSecure();if(Kameleoon.Internals.runtime.Gatherer.startOfVisit&&Kameleoon.Internals.runtime.mentalistRun&&Kameleoon.Internals.configuration.track){let e=this.computeGoalConversionProbabilityPredictionByGoalId(null);if(!Kameleoon.Utils.testEmptyMap(e))Kameleoon.Internals.runtime.storedData.saveField("Gatherer","savedScoresFromMoments",{0:e})}}}class Widget{constructor(){this.sendSurveyData=e=>{if(0===e.length)Kameleoon.Gatherer.track(VisitEvent_WidgetSurvey,{});else e.forEach((e=>Kameleoon.Gatherer.track(VisitEvent_WidgetSurvey,e)));}}}class Runtime{constructor(e){this.isReloaded=e;this.DATA_URL=Kameleoon.Internals.configuration.DATA_URL;this.PAGE_LOADED_POLL_DELAY=250;this.PAGE_LOADING_POLL_DELAY=75;this.enableSinglePageSupport=()=>{this.singlePageSupport=!0;this.href=window.location.href;KMutationObserver.setMutationObserverSPA();Kameleoon.Utils.setInterval((()=>{const e=this.href;this.href=window.location.href;if(e!=this.href){Kameleoon.Gatherer.Referrer.update(e);Kameleoon.Analyst.load.apply(this,[])}}),100)};this.enableDynamicRefresh=()=>{this.dynamicRefresh=!0;KMutationObserver.setMutationObserverSPA()};this.executeGlobalScript=()=>{if(!this.editorMode&&!this.kameleoonSelectionIframeMode){if(Kameleoon.Internals.configuration.globalScript&&!this.globalScriptProcessed){Kameleoon.Utils.sendKameleoonCustomEvent("Internals",{type:"globalScript"});this.globalScriptProcessed=!0;Kameleoon.Utils.runProtectedScript(Kameleoon.Internals.configuration.globalScript,"kameleoonGlobalScript.js")}this.Campaigns.obtainCampaignsList(0).forEach((e=>e.executeGlobalScript()));}};this.initializePredefinedVisitorCode=()=>{const{predefinedVisitorCode:e,experiments:t,personalizations:o}=Kameleoon.Internals.configuration;if(e){const i=Kameleoon.Utils.readLocalData("kameleoonVisitorCode","COOKIE")||Kameleoon.Utils.readLocalData("kameleoonVisitorCode","LS");if(i==e)return;const n=this.storedData.Visitor.visits;if(n)n.slice(-1)[0].visitorCode=e;if(this.incomingStoredData)this.incomingStoredData["kameleoonVisitorCode"]=e;Kameleoon.Utils.saveVisitorCode(e);t.forEach((e=>{Kameleoon.Utils.eraseLocalData("kameleoonExperiment-"+e.id,null,"LS")}));o.forEach((e=>{Kameleoon.Utils.eraseLocalData("kameleoonPersonalization-"+e.id,null,"LS")}));}};this.initializeActions=()=>{if(Kameleoon.Internals.configuration.webExperimentationSetup){this.targetingSegments=Kameleoon.Utils.clone(Kameleoon.Internals.configuration.targetingSegments);this.targetingTriggers=Kameleoon.Utils.clone(Kameleoon.Internals.configuration.targetingTriggers||[]);this.variations=Kameleoon.Utils.clone(Kameleoon.Internals.configuration.variations);Kameleoon.Internals.configuration.experiments.forEach((e=>{this.Campaigns.addCampaign(new Experiment(e,this.incomingStoredData))}));Kameleoon.Internals.configuration.personalizations.forEach((e=>{this.Campaigns.addCampaign(new Personalization(e,this.incomingStoredData))}));}};this.initializeActionsAfterGatherer=()=>{if(Kameleoon.Internals.configuration.webExperimentationSetup)Personalization.setGlobalPersonalizationDeviation();};this.initializeIdleTimeListener=()=>{};this.initializeListeners=()=>{Kameleoon.Utils.domReady((()=>{this.domReady=!0;if(!0!==Kameleoon.Internals.configuration.disableEditorLaunchViaKeys)Kameleoon.Loader.enableKameleoonEditorListener();if(this.kameleoonSelectionIframeMode){const e=document.createElement("script");e.setAttribute("type","text/javascript");e.setAttribute("charset","utf-8");e.setAttribute("src","https://back-office-redesign."+Kameleoon.Internals.configuration.DOMAIN+"/get-script?type=selection");this.headNode.appendChild(e)}if(0==window.kameleoonLightIframe&&window.kameleoonIframeURL)if(this.Gatherer.startOfVisit)Kameleoon.Utils.setTimeout((()=>{const e=document.createElement("iframe");e.src=window.kameleoonIframeURL;e.id="kameleoonExternalIframe";e.style.cssFloat="left !important";e.style.opacity="0.0 !important";e.width="0px";e.height="0px";e.onload=()=>{e.parentNode.removeChild(e)};document.head.appendChild(e)}),5e3)}));if("touchend"==this.mouseDownEvent){Kameleoon.Utils.addEventListener(document,"touchmove",(e=>{this.touchMoveEvent=!0}));Kameleoon.Utils.addEventListener(document,"touchstart",(e=>{this.touchMoveEvent=!1}))}if(!this.iframeLocalStorage)window.addEventListener("storage",(e=>{const t=e.key?.split("-")??[""];let o=t[0];if(!o.startsWith("kameleoon"))return;let i;try{i=null==e.newValue?null:JSON.parse(e.newValue).value}catch(e){return}try{if(e.oldValue&&JSON.parse(e.oldValue).value===i)return}catch(e){}const n={};switch(o){case"kameleoonExperiment":n.type=o;const e=t[1];n.experimentId=parseInt(e);let a;if(null==i)a=null;else{const e=i.split("/")[0];a=isNaN(e)?e:parseInt(e)}n.registeredVariationId=a;break;case"kameleoonGlobalPersonalizationExposition":n.type=o;n.active=null==i?null:"true"==i.split("/")[0];break;case this.dataKeyName:case"kameleoonSimulationVisitorData":n.type=o;n.value=null==i?null:i;break;case"kameleoonLegalConsent":n.type=o;n.saveLegalConsent=null==i?null:i;break}if(null!=n.type)Kameleoon.Utils.processStorageData(n)}),!1);if(Kameleoon.Internals.configuration.singlePageSupport)this.enableSinglePageSupport();};this.loadExternalRequests=()=>{this.Geolocation="function"===typeof KGeolocation?new KGeolocation:null;this.Weather="function"===typeof KWeather?new KWeather:null;this.IP="function"===typeof KIP?new KIP:null;};this.loadProductRecommendation=()=>{};this.processPageLoaded=()=>{Kameleoon.Utils.removeBlockingStyleSheet();for(let e=0,t=this.variations.length;e{const e="adBlockerCheck";const t=Kameleoon.Utils.setInterval((()=>{let o=document.getElementById(e);if(null==o&&document.body){o=document.createElement("div");o.id=e;o.className="ad-placement";document.body.appendChild(o)}if(null!=o&&0==o.clientWidth){this.adBlocker=!0;Kameleoon.Utils.clearInterval(t)}}),250);const o=Kameleoon.Utils.setTimeout((()=>{Kameleoon.Utils.clearTimeout(o);const i=document.getElementById(e);if(null!=i)i.parentNode.removeChild(i);if(null==this.adBlocker){Kameleoon.Utils.clearInterval(t);this.adBlocker=!1}else Kameleoon.Gatherer.track(VisitEvent_AdBlocker)}),2e3);Kameleoon.Utils.addEventListener(window,"pageshow",(e=>{if(e.persisted)this.updateAfterPageCached()}));this.Visitor.updateFromStoredData(!1,!1,!1);if(!Kameleoon.Internals.configuration.requestsAfterConsent)this.loadExternalRequests();KMutationObserver.setMutationObserver();Kameleoon.Analyst.loadKameleoonFull((()=>{Kameleoon.Analyst.loadSimulation()}));Kameleoon.Analyst.Actions.processAllActions();Kameleoon.Targeting.processAllTargetings();Kameleoon.Analyst.Goals.run()};this.setupLocalData=e=>{Kameleoon.Utils.addEventListener(window,"message",Kameleoon.Utils.processMessageEvent,!1);if(this.iframeLocalStorage){this.immediateSaveActive=!0;this.externalIframe=document.getElementById("kameleoonExternalIframe")||window.kameleoonExternalIframe;this.postMessageOrigin=window.kameleoonIframeOrigin||"";this.postMessageCallbacks={};if(null==Kameleoon.Internals.configuration.externalIframeData)Kameleoon.Utils.postMessageToExternalIframe("retrieve",null,null,(t=>{this.incomingStoredData=t;e()}));else{this.incomingStoredData=Kameleoon.Internals.configuration.externalIframeData;e();delete Kameleoon.Internals.configuration.externalIframeData}}else{this.incomingStoredData=null;this.clearOutdatedStorage();e()}};this.updateAfterPageCached=()=>{this.pageCached=!0;if(this.iframeLocalStorage)Kameleoon.Utils.postMessageToExternalIframe("retrieve",null,null,(()=>{}));else{const e=Kameleoon.Utils.readLocalData(this.simulationMode?"kameleoonSimulationVisitorData":this.dataKeyName,"LS",!0);this.storedData.update(e);this.Visitor.updateFromStoredData(!1,!1,!1);Kameleoon.Gatherer.track(VisitEvent_Page);Kameleoon.Gatherer.track(VisitEvent_StaticData)}};this.clearOutdatedStorage=()=>{try{for(let e=0,t=localStorage.length;e(e.date||e.expirationDate))localStorage.removeItem(t)}}}catch(e){}};this.getSimulationMode=()=>{const e=this.readFromStorageOrExternal("kameleoonSimulation","LS");return e?!0:!1};this.pageStartTime=(new Date).getTime();this.dataKeyName="kameleoonData";this.Device=new Device;this.deviceType=this.Device.type;this.parameters=Kameleoon.Utils.parseParameters();this.beforeUnloadEvent="Phone"===this.deviceType&&"Safari"===this.Device.browser?"pagehide":"beforeunload";this.headNode=document.getElementsByTagName("head")[0];this.editorMode="true"==this.parameters.kameleoon;this.proxyMode="proxy."+Kameleoon.Internals.configuration.DOMAIN===window.location.hostname;this.disableCache="true"==this.parameters.kameleoonDisableCache||this.parameters.kameleoonVariationId;this.kameleoonSelectionIframeMode="true"==this.parameters.kameleoonSelectionIframeMode;this.useBroadcastChannel="function"===typeof window.BroadcastChannel;this.iframeLocalStorage=Kameleoon.Internals.configuration.useWideDomainSupport;this.useWideDomainSupport=Kameleoon.Internals.configuration.useWideDomainSupport||null!=window.kameleoonLightIframe;if(!window.kameleoonLightIframe)this.iframeLocalStorage=!1;if(!this.useBroadcastChannel)this.immediateSaveActive=!0;this.tabId=Kameleoon.Utils.secureSessionStorage("getItem","kameleoonTabId");if(!this.tabId){this.tabId=Kameleoon.Utils.obtainRandomString(8,Analyst.HEXADECIMAL_ALPHABET);this.tabIdCreated=!0}this.mouseDownEvent="ontouchend"in document.documentElement?"touchend":"mousedown";this.addedClasses={};this.addedIDs={};this.eventListeners=[];this.listenVariations=[];this.listenSpaCallbacks=[];this.waitingElementPresentObjects=[];this.waitingDynamicElements=[];this.variations=[];this.intervalIds={};this.targetingSegments=[];this.targetingTriggers=[];this.timeoutIds={};this.cantUseMutationObserver="undefined"==typeof MutationObserver;this.Campaigns=new Campaigns;this.Consent=new Consent;Kameleoon.Analyst.Goals.addList(Kameleoon.Internals.configuration.goals);if(e&&Kameleoon.Gatherer.Referrer&&Kameleoon.Gatherer.Referrer.isUpdated)this.prevSpaPage=Kameleoon.Gatherer.Referrer.obtain();try{if(window.self!==window.top)this.isIframe=!0}catch(e){}this.singlePageSupport=Kameleoon.Internals.configuration.singlePageSupport;Object.defineProperty(this,"experiments",{get(){return this.Campaigns.obtainCampaignsList(0)}});Object.defineProperty(this,"personalizations",{get(){return this.Campaigns.obtainCampaignsList(1)}});Object.defineProperty(this,"goals",{get:()=>Kameleoon.Analyst.Goals.getList()})}clear(){this.eventListeners.forEach((e=>{let t;if("window"==e.elementKey||"document"==e.elementKey)t="window"==e.elementKey?window:document;else{t=document.querySelector(`[kameleoonListener-${e.elementKey}=true]`);if(t)t.removeAttribute(`kameleoonListener-${e.elementKey}`)}if(t)t.removeEventListener(e.eventType,e.actionFunction,e.useCapture)}));this.waitingDynamicElements.forEach((e=>{Kameleoon.Utils.querySelectorAll(`[${e.attribute}=true]`).forEach((t=>{t.removeAttribute(e.attribute)}))}));for(const e in this.timeoutIds)Kameleoon.Utils.clearTimeout(parseInt(e));for(const e in this.intervalIds)Kameleoon.Utils.clearInterval(parseInt(e));this.RequestManager?.processRequests();this.storedData?.save(2);this.mutationObserver?.disconnect();this.mutationObserverSpa?.disconnect();try{this.broadcastSynchranization?.close()}catch{}if(Kameleoon.Targeting)Kameleoon.Targeting.targetings={};let e=Kameleoon.Utils.querySelectorAll("[id^='kameleoonElement'], [id*='kameleoonScenarioLayerBase'], [id^='kameleoonStyleSheet'], [class*='kameleoonWidget'], [class*='kameleoonInsert']");for(let t=0;t{this.simulationMode=this.getSimulationMode();this.storedData=new StoredData(this.incomingStoredData);this.Consent.setup();this.initializePredefinedVisitorCode();this.initializeActions();Kameleoon.Gatherer.run();this.initializeActionsAfterGatherer();this.executeGlobalScript();window.kameleoonQueue=new CommandQueue(window.kameleoonQueue);Kameleoon.Utils.sendKameleoonCustomEvent.call(window,"Started",{newVisitorCode:1===this.Visitor.visits.length});this.initializeListeners();this.setup();this.setupAfterLocalDataRetrieval=!0}))}}class Utils{constructor(){this.events=[];this.addParameterToURL=(e,t,n)=>{if(n)return e+(-1==e.indexOf("#")?"#":"&")+t;let a="";if(-1!=e.indexOf("#")){a=e.substr(e.indexOf("#"));e=e.substr(0,e.indexOf("#"))}e+=(-1==e.indexOf("?")?"?":"&")+t+a;return e};this.computeCurrentPageAbsoluteURLNoProxyMode=function(){let e=Kameleoon.Internals.runtime;if(null==e.currentPageAbsoluteURLNoProxyMode){if(e.proxyMode){let t=e.parameters.kameleoonExperimentId||e.parameters["kameleoon-experiment-id"];if(null!=t){let n=e.Campaigns.obtainCampaign(t,!0);if(n)e.currentPageAbsoluteURLNoProxyMode=n.baseURL}}if(null==e.currentPageAbsoluteURLNoProxyMode)e.currentPageAbsoluteURLNoProxyMode=window.location.href}return e.currentPageAbsoluteURLNoProxyMode};this.computeCurrentPageCanonicalURL=()=>{if(null==Kameleoon.Internals.runtime.currentPageCanonicalURL){let e=this.querySelectorAll('link[rel="canonical"]');if(e.length>0)Kameleoon.Internals.runtime.currentPageCanonicalURL=e[0].href}return Kameleoon.Internals.runtime.currentPageCanonicalURL};this.computeCurrentPageCleanRelativeURL=()=>{if(null==Kameleoon.Internals.runtime.currentPageCleanRelativeURL)Kameleoon.Internals.runtime.currentPageCleanRelativeURL=this.computeRelativeURL(this.computeCurrentPageCleanAbsoluteURL());return Kameleoon.Internals.runtime.currentPageCleanRelativeURL};this.computeIfSuffix=(e,t)=>{let n=e.length-t.length;let a=e.lastIndexOf(t,n);return a>=0&&a==n};this.computeRelativeURL=e=>{let t=document.createElement("a");t.href=e;return t.pathname+t.search+t.hash};this.computeStringSha256=e=>{let t=1,n,a=[],o=[];while(++t<18)for(n=t*t;n<312;n+=t)a[n]=1;function r(e,t){return Math.pow(e,1/t)%1*4294967296|0}for(t=1,n=0;t<313;)if(!a[++t]){o[n]=r(t,2);a[n++]=r(t,3)}function l(e,t){return e>>>t|e<<32-t}let i=o.slice(t=0),s=this.encodeUTF8(e),m=[],u=s.length,c=[],d,f,h;for(;t>2]|=(255&s.charCodeAt(t))<<8*(3-t++%4);u*=8;c[u>>5]|=128<<24-u%32;c[h=u+64>>5|15]=u;for(t=0;t>>10)+(0|m[n-7])+(l(f=m[n-15],7)^l(f,18)^f>>>3)+(0|m[n-16]);let e;d.unshift((f=(d.pop()+(l(e=d[4],6)^l(e,11)^l(e,25))+((e&d[5]^~e&d[6])+a[n])|0)+(0|m[n++]))+(l(u=d[0],2)^l(u,13)^l(u,22))+(u&d[1]^d[1]&d[2]^d[2]&u))}for(n=8;n--;)i[n]=d[n]+i[n]}for(s="";n<63;)s+=(i[++n>>3]>>4*(7-n%8)&15).toString(16);return s};this.computeURLNoKameleoonParameters=e=>{let t=!1;for(let n in Kameleoon.Internals.runtime.parameters)if(-1!=n.indexOf("kameleoon")){t=!0;e=e.replace(new RegExp(n+"="+Kameleoon.Internals.runtime.parameters[n]+"&?"),"")}return t?e.replace(/\?$/,""):e};this.computeURLRegExpNoKameleoonParameters=e=>e?e.replace(/(\\\?|&|#)kameleoon[^&#()]*/g,""):null;this.decodeString=e=>{let t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";let n="";let a,o,r;let l,i,s,m;let u=0;e=e.replace(/[^A-Za-z0-9\+\/\=]/g,"");while(u>4;o=(15&i)<<4|s>>2;r=(3&s)<<6|m;n+=String.fromCharCode(a);if(64!=s)n+=String.fromCharCode(o);if(64!=m)n+=String.fromCharCode(r)}n=this.decodeUTF8(n);return n};this.decodeUTF8=e=>{let t="";let n=0;let a=0,o=0,r;while(n191&&a<224){o=e.charCodeAt(n+1);t+=String.fromCharCode((31&a)<<6|63&o);n+=2}else{o=e.charCodeAt(n+1);r=e.charCodeAt(n+2);t+=String.fromCharCode((15&a)<<12|(63&o)<<6|63&r);n+=3}}return t};this.domReady=e=>{if("complete"==document.readyState||"interactive"==document.readyState)return e();else{let t=!1;this.addEventListener(document,"DOMContentLoaded",(()=>{if(t)return;t=!0;e()}),!1);this.addEventListener(window,"load",(()=>{if(t)return;t=!0;e()}),!1)}};this.encodeString=e=>{let t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";let n="";let a,o,r,l,i,s,m;let u=0;e=this.encodeUTF8(e);while(u>2;i=(3&a)<<4|o>>4;s=(15&o)<<2|r>>6;m=63&r;if(isNaN(o))s=m=64;else if(isNaN(r))m=64;n=n+t.charAt(l)+t.charAt(i)+t.charAt(s)+t.charAt(m)}return n};this.encodeUTF8=e=>{e=e.replace(/\r\n/g,"\n");let t="";for(let n=0;n127&&a<2048){t+=String.fromCharCode(a>>6|192);t+=String.fromCharCode(63&a|128)}else{t+=String.fromCharCode(a>>12|224);t+=String.fromCharCode(a>>6&63|128);t+=String.fromCharCode(63&a|128)}}return t};this.forceNoFlicker=e=>{let t=document.createElement("style");t.setAttribute("id","kameleoonPageLoading");t.setAttribute("rel","stylesheet");t.setAttribute("type","text/css");t.setAttribute("media","screen");let n=e+" { visibility: hidden !important; background-image: none !important; }";t.appendChild(document.createTextNode(n));Kameleoon.Internals.runtime.headNode.appendChild(t)};this.getLocale=e=>{let t=Kameleoon.Gatherer.Language.obtainLocaleTag().substring(0,2);if(e&&"fr"!=t)t="en";return t};this.obtainComputedStyle=e=>{if(window.getComputedStyle)return getComputedStyle(e,"");return null};this.obtainCurrentRootDomain=()=>{if(null==Kameleoon.Internals.runtime.currentRootDomain){const e=window.location.hostname.split(".");const t=e.length-1;const n="testRootDomain";const a="_detectRootDomain";let o=e[t];for(let r=t-1;r>=0;r--){o=e[r]+"."+o;this.createLocalData(a,n,1,o,"COOKIE",!1,void 0,!0);const t=this.readLocalData(a,"COOKIE",!1);if(t){this.eraseLocalData(a,o,"COOKIE");Kameleoon.Internals.runtime.currentRootDomain=o;break}}}return Kameleoon.Internals.runtime.currentRootDomain};this.obtainRandomString=(e,t=Analyst.CODE_ALPHABET)=>{let n=t.length;let a="";for(let o=0;o{let t=document.createElement("a");t.href=e;return t.hostname};this.processRedirect=(e,t,n)=>{if(window.location.href!=e){t=t||Kameleoon.Analyst.Actions.currentAction;let a=document.createElement("a");a.href=e;if(!Kameleoon.Internals.runtime.useWideDomainSupport&&-1==window.location.href.indexOf(a.protocol+"//"+a.hostname)){if(t)e=this.addParameterToURL(e,"kameleoonRedirect-"+t.id+"="+t.associatedVariation.id,!0)}else if(t)this.createLocalData("kameleoonRedirect-"+t.id,t.associatedVariation.id,1,null,null,!1,null,!0);if(window.location.href!=e){this.forceNoFlicker("*");this.createLocalData("kameleoonReferrer",Kameleoon.Gatherer.Referrer.obtain(),1/24,null,"COOKIE",!1);if(n)Kameleoon.Internals.runtime.redirectInProcess=!0;window.location.replace(e)}}};this.processStorageData=e=>{if(Kameleoon.Internals.runtime.setupAfterLocalDataRetrieval)switch(e.type){case"kameleoonExperiment":const t=Kameleoon.Internals.runtime.Campaigns.obtainCampaign(e.experimentId,!0);if(t)t.registeredVariationId=e.registeredVariationId;break;case"kameleoonGlobalPersonalizationExposition":Kameleoon.Internals.runtime.personalizationsActive=e.active;break;case Kameleoon.Internals.runtime.dataKeyName:case"kameleoonSimulationVisitorData":if(e.type==Kameleoon.Internals.runtime.dataKeyName&&!Kameleoon.Internals.runtime.simulationMode||"kameleoonSimulationVisitorData"==e.type&&Kameleoon.Internals.runtime.simulationMode){if(Kameleoon.Internals.runtime.pageCached)Kameleoon.Internals.runtime.storedData.update(this.readLocalData(e.type,"LS",!0));else Kameleoon.Internals.runtime.storedData.update(JSON.parse(this.unobfuscateString(e.value)));Kameleoon.Internals.runtime.Visitor.updateFromStoredData(!1,!1,!1)}break;case"kameleoonLegalConsent":if(e.saveLegalConsent){let t=e=>e?"enable":"disable";if(null!=e.saveLegalConsent.AB_TESTING){let n=t(e.saveLegalConsent.AB_TESTING);Kameleoon.Internals.runtime.Consent[n]("AB_TESTING",!0)}if(null!=e.saveLegalConsent.PERSONALIZATION){let n=t(e.saveLegalConsent.PERSONALIZATION);Kameleoon.Internals.runtime.Consent[n]("PERSONALIZATION",!0)}}break}};this.querySelectorAll=(e,t)=>{Kameleoon.Internals.runtime.querySelectorAllHasError=!1;let n=!1,a,o=[],r=[];if(null==t)t=document;let l=e.match(/#([0-9]+.*)(?: |$)/);if(l){let t=e.charAt(1);e=e.replace("#"+t,"#\\3"+t+" ")}if(""!==e){if(-1!==e.indexOf("[")&&-1===e.indexOf("']")&&-1===e.indexOf('"]')){let t=e.split(/(?=\.)|(?=#)|(?=\[)/),n,a,o;t.forEach((function(t){if("["===t[0]&&-1===t.indexOf("']")&&-1===e.indexOf('"]')&&-1!==e.indexOf("=")){n=t.split(/=(.+)?/);a=n[1];a=a.substring(0,a.length-1);o=n[0]+"='"+a+"']";e=e.replace(t,o)}}))}if(-1!==e.indexOf(":contains")){n=!0;a=this.treatContainsSelector(e);e=a.newSelector}if(t&&t.querySelectorAll)if(-1!==e.indexOf(":eq"))o=this.treatEqSelector(e,t);else try{o=t.querySelectorAll(e)}catch(e){Kameleoon.Internals.runtime.querySelectorAllHasError=!0;o=[]}for(let e=0,t=o.length;e{try{e()}catch(e){if(t)console.log(e);else this.Logger.send(e,"kameleoon.js");if(Kameleoon.Internals.runtime&&t)Kameleoon.Internals.runtime.processPageLoaded()}};this.runProtectedScript=(e,t,n)=>{if(n)return n();if(e){let n=null;try{let a=t?"//# sourceURL="+t:"";n=eval.call(window,"(function () {\n"+e+"\n})();"+a)}catch(e){n=null;console.log(e)}return n}return null};this.saveVisitorCode=(e,t=!0)=>{if(Kameleoon.Internals.configuration.useWideDomainSupport||Kameleoon.Internals.configuration.useVisitorCodeInLocalStorage)this.createLocalData("kameleoonVisitorCode",e,Utils.MAX_STORAGE_DAYS,null,"LS");if(t)this.createLocalData("kameleoonVisitorCode",e,Utils.MAX_STORAGE_DAYS,null,"COOKIE")};this.seededRandom=(e,t)=>{let n;if(t){n=this.computeStringSha256(e);return parseInt(n,16)/Math.pow(2,256)}n=this.computeStringHash(e);n=(9301*Math.abs(n)+49297)%233280;return n/233280};this.treatEqSelector=(e,t)=>{if(void 0===e)return null;let n=e.split(/\:eq\([0-9]+\)/g);let a=e.match(/(?!\:eq\()[0-9]+/g)||[];let o=null==t?document:t;for(let t=0;t"===n[t].charAt(0))n[t]=n[t].substring(1,e.length).trim();if(null==o||""==n[t].trim())break;if(t>a.length-1)o=o.querySelectorAll(n[t]);else o=o.querySelectorAll(n[t])[a[t]]}if(null==o)return[];if(void 0==o.length)o=[o];let r=Kameleoon.Utils.querySelectorAll(e.replace(/\:eq\([0-9]+\)/g,""));let l=[];for(let e=0;e{let n=t.split("=");try{e[decodeURIComponent(n[0])]=n[1]?decodeURIComponent(n[1]):null}catch(t){e[unescape(n[0])]=n[1]?unescape(n[1]):null}}))}return e}performBeaconServerCall(e,t,n,a){let o=new XMLHttpRequest;o.open("GET",e,!0);if(t)o.onreadystatechange=function(e){t.bind(o)(e.target)};if(n){o.onerror=function(e){n.bind(o)(e.target)};o.ontimeout=function(e){n.bind(o)(e.target)}}o.timeout=a||15*60*1e3;o.send()}postMessageToExternalIframe(e,t,n,a){const o=JSON.stringify({type:e,key:t??void 0,data:n??void 0,callbackId:this.addPostMessageCallback(a)});if(!Kameleoon.Internals.runtime.externalIframe||!Kameleoon.Internals.runtime.externalIframe.contentWindow){if(window.kameleoonIframeURL){let e=document.createElement("iframe");e.src=window.kameleoonIframeURL;e.id="kameleoonExternalIframe";e.style.cssFloat="left !important";e.style.height="0px !important";e.style.opacity="0.0 !important";e.style.width="0px !important";e.onload=()=>{Kameleoon.Internals.runtime.externalIframe=e;Kameleoon.Internals.runtime.externalIframe.contentWindow.postMessage("kameleoon"+o,"*")};document.head.appendChild(e)}}else Kameleoon.Internals.runtime.externalIframe.contentWindow.postMessage("kameleoon"+o,"*")}processMessageEvent(e){if("string"!==typeof e.data)return;if("obtainTagCommanderVariableNames"==e.data){let t=[];if(window.tc_vars)for(let e in window.tc_vars)t.push(e);if(!(e.source instanceof MessagePort)&&!(e.source instanceof ServiceWorker))e.source.postMessage("tagCommanderVariableNames"+JSON.stringify(t),e.origin);return}if(0==e.data.indexOf("checkKameleoonScriptPresent")){if("https://back-office."+Kameleoon.Internals.configuration.DOMAIN==e.origin){let t="";let n=e.data.replace("checkKameleoonScriptPresent","");Kameleoon.Utils.runProtectedScript(n);if(!(e.source instanceof MessagePort)&&!(e.source instanceof ServiceWorker))e.source.postMessage(t,e.origin)}return}if(Kameleoon.Internals.runtime.iframeLocalStorage&&Kameleoon.Internals.runtime.postMessageOrigin==e.origin)try{let t=JSON.parse(e.data);if(t.kameleoonMessage){if(t.callbackId){let e=Kameleoon.Internals.runtime.postMessageCallbacks[t.callbackId];delete Kameleoon.Internals.runtime.postMessageCallbacks[t.callbackId];e&&e(t.data)}if(null!=t.type)Kameleoon.Utils.processStorageData(t)}}catch(e){}}readLocalData(e,t,n){let a="COOKIE"!=t;let o=(new Date).getTime();try{if(!Kameleoon.Internals.runtime.Consent.hasGlobalConsent()){let t=Kameleoon.Internals.runtime.localDataMap;let n=a?"LS":"COOKIE";if(null!=t&&null!=t[n]&&null!=t[n][e]){let a=t[n][e];if(o-24*a.days*60*60*1e3>=a.creationTime)delete t[n][e];else return a.value}}if(a){let t=localStorage.getItem(e);if(!t)return null;t=JSON.parse(t);if(Utils.LOCAL_STORAGE_OBFUSCATED_KEYS[e])t.value=JSON.parse(this.unobfuscateString(t.value));if(o>(t.date||t.expirationDate)){localStorage.removeItem(e);return null}return t.value}else{let t=null;let a=document.cookie.split(";");for(let o=0,r=a.length;oe[0]+"="+e[1])).join("&")}treatContainsSelector(e){let t={},n;function a(e,t){let n=!1;if(t.textContent&&-1!==t.textContent.indexOf(e))n=!0;return n}n=e.match(/:contains\(['"]([\s\S]+)['"]\)/);t.containText=n[1];t.newSelector=e.replace(n[0],"");if(""===t.newSelector)t.newSelector="*";t.check=a;return t}unobfuscateString(e){let t="";for(let n=0,a=e.length;n{if(Kameleoon.Internals.runtime.Visitor.visits.length>1){const e=Kameleoon.Internals.runtime.Visitor.currentVisit.customData;const t=Kameleoon.Internals.runtime.Visitor.visits[Kameleoon.Internals.runtime.Visitor.visits.length-2].customData;for(const a in this.customData){const i=this.customData[a].scope;if("VISITOR"==i&&null==e[a]){const e=t[a];if(null!=e)this.register(parseInt(a),{value:e,overwrite:!0},!0)}}Kameleoon.Internals.runtime.Visitor.saveToStoredData()}};this.register=(e,t,a)=>{const i=this.customData[e];if(i){let n={};const s=t.value;if(null==s)return;const r=this.getOverwriteValue(i,t.overwrite);if(a)n=s;else{const e=Array.isArray(s)?s:[s];for(const t of e)if(null!=t&&(t.toString().length<=VisitEvent_CustomData.MAX_SUM_CUSTOM_DATA_VALUES_LENGTHES_IN_A_REQUEST||i.localOnly))n[t]=1}if(r||!Kameleoon.Utils.testEmptyMap(n)){Kameleoon.Utils.sendKameleoonCustomEvent.call(window,"CustomDataSet",{name:i.name,value:s});Kameleoon.Utils.sendKameleoonCustomEvent("Internals",{type:"customData/set",name:i.name,value:s});Kameleoon.Gatherer.track(VisitEvent_CustomData,{index:e,customData:i,overwrite:r,valueToAdd:n,value:s})}}};this.customDataVisitsRequest=e=>{};this.run=()=>{Kameleoon.Internals.runtime.Visitor.currentVisit.clearCustomDataPage();Kameleoon.Utils.clearInterval(this.intervalId);if(Kameleoon.Internals.runtime.Gatherer.startOfVisit)this.inheritVisitorScopeAndTrackVisitorDataFromServer();this.firstTimeCheck=(new Date).getTime();this.intervalId=Kameleoon.Utils.setInterval(this.obtain.bind(this),100,!0);Kameleoon.Utils.setTimeout((()=>{Kameleoon.Utils.clearInterval(this.intervalId)}),3e3);Kameleoon.Utils.setInterval(this.obtain.bind(this),3e3,!1)};this.customData=e}parseNumberValue(e,t){switch(e){case-2:return"true"===t;case-1:return t;default:return parseFloat(t)}}getOverwriteValue(e,t){if(null!=t)return t;return"COUNT_LIST"===e.type||"LIST"===e.type||"PAGE"===e.scope?!1:!0}obtainParsedValue(e,t){const a=this.customData[e];switch(a.type){case"COUNT_LIST":const e=[];for(const a in t)e.push({value:a,count:t[a]});return e;case"LIST":const i=[];for(const e in t)i.push(e);return i;default:return this.parseNumberValue(a.format,Object.keys(t)[0])}}obtain(){for(const e in this.customData)if(!this.customData[e].treated){const t=parseInt(e);const a=this.obtainValueMap(t,this.customData[e]);if(a)this.register(t,a)}}obtainValueFromPath(e,t){return e.match(/[^'\]\[\.\"]+/gi).reduce(((e,t)=>e&&e[t]),t)}obtainValueMap(e,t){let a=null;if(null!=t&&!t.disabled){const i=this.getOverwriteValue(t,null);switch(t.method){case"GTM":if(window.dataLayer&&t.variableName)for(let e=window.dataLayer.length-1;e>=0;--e){const n=this.obtainValueFromPath(t.variableName,window.dataLayer[e]);if(null!=n){a={value:n,overwrite:i};break}}break;case"TC":if(window.tc_vars&&t.variableName){let e=this.obtainValueFromPath(t.variableName,window.tc_vars);if("string"==typeof e&&0==e.length)e=null;if(null!=e){a={value:e,overwrite:i};break}}break;case"ADOBE_ANALYTICS":if(window._satellite&&window._satellite.getVar&&t.variableName){const e=window._satellite.getVar(t.variableName);if(null!=e){a={value:e,overwrite:i};break}}break;case"CUSTOM_CODE":a=Kameleoon.Utils.runProtectedScript(t.customEvalCode,"kameleoonCustomDataScript-"+e+".js");break;default:break}}if(null!=a){t.treated=!0;const i=Kameleoon.Internals.runtime.Visitor.currentVisit.customData[e];const n=a.value;if(null!=n){const e=t.type;if("LIST"==e||"COUNT_LIST"==e||null==i||Object.keys(i)[0]!=n.toString()||Kameleoon.Internals.configuration.enableHistoryReconciliation&&t.mappingIdentifier&&null==Kameleoon.Internals.runtime.storedData.obtainField("Gatherer","visitsRequestSuccess"))return a}}return null}}class KeyPage{constructor(e){this.keyPages=e}obtainIndexes(){const e=[];if(0==e.length)e.push(null);return e}}class Language{constructor(){this.DEFAULT_LOCALE_LANGUAGE_TAG="en"}obtainLocaleTag(){return navigator&&navigator.language||this.DEFAULT_LOCALE_LANGUAGE_TAG}}class OperatingSystem{constructor(e){this.oss=e}obtainIndex(){const e=this.obtain().toUpperCase();for(const s in this.oss)if(this.oss[s].name.toUpperCase()==e)return parseInt(s);return null}obtain(){const e=(Kameleoon.Utils.bowser.parsedResult||Kameleoon.Utils.bowser.parse(navigator.userAgent)).os.name;switch(e){case"Windows Phone":case"iOS":case"Android":case"Linux":case"Windows":return e;case"macOS":return"Tablet"==Kameleoon.Internals.runtime.Device.type?"iOS":"Mac";default:return"Other"}}}class Referrer{constructor(e){this.referrers=e;this.referrer=Kameleoon.Internals.runtime.prevSpaPage||document.referrer;const t="kameleoonReferrer";const r=Kameleoon.Utils.readLocalData(t,"COOKIE");if(r){this.referrer=r;Kameleoon.Utils.eraseLocalData(t,null,"COOKIE")}}obtainCorrected(e){switch(this.obtainType(e)){case 0:case 1:return null;default:return this.obtain()}}update(e){this.isUpdated=!0;this.referrer=e}obtain(){return this.referrer}obtainDetectionMatches(e){let t=this.obtainDetectionPartMatches(e.method,e.parameters);if(e.and)t=t&&this.obtainDetectionPartMatches(e.andMethod,e.andParameters);return t}obtainDetectionPartMatches(e,t){try{switch(e){case 0:return new RegExp(t).test(this.obtain());case 1:const e=new RegExp(t);return e.test(Kameleoon.Utils.computeCurrentPageCleanAbsoluteURL())||e.test(Kameleoon.Utils.computeCurrentPageCleanRelativeURL());default:return!0===Kameleoon.Utils.runProtectedScript(t)}}catch(e){console.log(e);return!1}}obtainIndexes(e){switch(this.obtainType(e)){case 0:case 1:return[0];default:let e=[];let t=Number.NEGATIVE_INFINITY;for(const r in Kameleoon.Internals.runtime.Gatherer.configuration.referrers){const n=Kameleoon.Internals.runtime.Gatherer.configuration.referrers[r];if(this.obtainMatches(n)){let a=n.priority;if(null==a)a=Number.NEGATIVE_INFINITY;if(a>=t){if(a>t){e=[];t=a}e.push(parseInt(r)+1)}}}if(0==e.length)e.push(null);return e}}obtainIsIgnored(e){return!1}obtainMatches(e){const t=e.detections;for(let e=0;e1)return 1;return 3}}class StoredData{constructor(e){this.Gatherer={};this.Runtime={};this.Vars=Kameleoon.Utils.readLocalData("kameleoonVars","LS")||{};this.Visitor={};this.canSave=!1;if(e){let a="";if(e[Kameleoon.Internals.runtime.dataKeyName]){a=e[Kameleoon.Internals.runtime.dataKeyName];if(e.Kameleoon)Kameleoon.Utils.eraseLocalData("kameleoonData",null,"LS")}else if(e["kameleoonData"])a=e["kameleoonData"];if(Kameleoon.Internals.runtime.simulationMode){const t=e["kameleoonDataSimulation"]||e["kameleoonSimulationVisitorData"];if(t)a=t}let t=Kameleoon.Utils.unobfuscateString(a);let n=t&&JSON.parse(t)||{};this.Gatherer=n.Gatherer||{};this.Runtime=n.Runtime||{};this.Vars=n.Vars||e["kameleoonVars"]||{};this.Visitor=n.Visitor||{}}else{let e=Kameleoon.Utils.readLocalData("kameleoonData","LS");if(Kameleoon.Internals.runtime.simulationMode){const a=Kameleoon.Utils.readLocalData("kameleoonDataSimulation","LS",!0);const t=Kameleoon.Utils.readLocalData("kameleoonSimulationVisitorData","LS",!0);if(a||t)e=a||t}if(e){this.Gatherer=e.Gatherer||{};this.Runtime=e.Runtime||{};this.Vars=e.Vars||this.Vars||{};this.Visitor=e.Visitor||{}}}Kameleoon.Utils.eraseLocalData("kameleoonVars",null,"LS");for(let e in this.Vars)if(Kameleoon.Internals.runtime.pageStartTime>this.Vars[e].date)delete this.Vars[e];Kameleoon.Utils.setInterval((()=>{if(this.canSave){this.save(2);this.canSave=!1}}),1e3);this.processTabSynchronization();let a=0;const t=e=>{const t=Date.now();if(e||t-a>100){a=t;this.save(2)}};Kameleoon.Utils.addEventListener(window,"pagehide",(()=>{let e=!1;if(Kameleoon.Internals.runtime.isIframe){const a=Kameleoon.Utils.readLocalData(Kameleoon.Internals.runtime.simulationMode?"kameleoonSimulationVisitorData":Kameleoon.Internals.runtime.dataKeyName,"LS");if(a){e=!0;this.update(a)}}t(e)}));Kameleoon.Utils.addEventListener(document,"visibilitychange",(()=>{if("hidden"===document.visibilityState&&!Kameleoon.Internals.runtime.isIframe)t()}))}processTabSynchronization(){if(!Kameleoon.Internals.runtime.useBroadcastChannel)return;try{const e=Kameleoon.Internals.runtime.broadcastSynchranization=new BroadcastChannel("kameleoon_tab_sync");const a=Kameleoon.Internals.runtime.tabId;const t=t=>{e.postMessage({type:t,from:a})};e.onmessage=e=>{const{type:n,from:i}=e.data||{};if(i===a&&2!==n)return;switch(n){case 0:Kameleoon.Internals.runtime.immediateSaveActive=!0;t(1);break;case 1:if(!Kameleoon.Internals.runtime.immediateSaveActive){Kameleoon.Internals.runtime.immediateSaveActive=!0;if(!Kameleoon.Internals.runtime.isReloaded)this.save(1)}break;case 2:Kameleoon.Internals.runtime.immediateSaveActive=!0;break}};if(Kameleoon.Internals.runtime.isIframe){Kameleoon.Internals.runtime.immediateSaveActive=!0;t(2)}t(0);Kameleoon.Utils.addEventListener(window,"pagehide",(e=>{if(e.persisted&&Kameleoon.Internals.runtime?.broadcastSynchranization){Kameleoon.Internals.runtime.broadcastSynchranization?.close();Kameleoon.Internals.runtime.broadcastSynchranization=null}}));Kameleoon.Utils.addEventListener(window,"pageshow",(e=>{if(e.persisted)Kameleoon?.Internals?.runtime?.storedData?.processTabSynchronization?.()}))}catch(e){}}obtainField(e,a,t){return this[e][a]||t||null}resetForStartOfVisit(){this.Runtime={}}saveField(e,a,t){this[e][a]=t;this.save(0)}save(e){const a=2===e||Kameleoon.Internals.runtime.immediateSaveActive&&1===e;if(a)Kameleoon.Utils.createLocalData(Kameleoon.Internals.runtime.simulationMode?"kameleoonSimulationVisitorData":Kameleoon.Internals.runtime.dataKeyName,this,Kameleoon.Internals.runtime.simulationMode?1/24:Utils.MAX_STORAGE_DAYS,null,"LS",!0);else this.canSave=!0}update(e){this.Gatherer=e.Gatherer||this.Gatherer;this.Runtime=e.Runtime||this.Runtime;this.Vars=e.Vars||this.Vars;this.Visitor=e.Visitor||this.Visitor}}class TimeZone{constructor(){}obtainId(){let t;try{t="undefined"!=typeof Intl&&Intl.DateTimeFormat().resolvedOptions?Intl.DateTimeFormat().resolvedOptions().timeZone:null}catch(e){t=null}return t}}class VisitEvent{constructor(e){this.visitEvent=e}track(e){const t=()=>{const t=new this.visitEvent(e);Kameleoon.Internals.runtime.Visitor.saveToStoredData();if((!e||!e.notTrack&&!t.notTrack)&&Kameleoon.Internals.configuration.track)Kameleoon.Internals.runtime.RequestManager.addRequest(t);Kameleoon.Internals.runtime.storedData.save(this.visitEvent.save)};if(!Kameleoon.Internals.runtime.Visitor.currentVisit.isVisitFinished())t();else{Kameleoon.Internals.runtime.Visitor=new Visitor;Kameleoon.Gatherer.track(VisitEvent_Page);Kameleoon.Gatherer.track(VisitEvent_StaticData);Kameleoon.Gatherer.CustomData.run();Kameleoon.Mentalist.run();Kameleoon.Internals.runtime.gathererRun=!0;t()}}}class VisitEvent_Main{constructor(t){this.obtainRequestData=()=>{let t="eventType="+this.eventType;for(const e in this){if("function"==typeof this[e]||VisitEvent_Main.NOT_TRACK_FIELD.has(e))continue;t+=`&${e}=${this.addValueParameter(this[e])}`}return t};this.addValueParameter=t=>{const e=t=>{try{return encodeURIComponent(t)}catch(e){return t}};if("object"==typeof t)return e(JSON.stringify(t));else if("string"==typeof t)return e(t);return t};this.time=(new Date).getTime();this.nonce=Kameleoon.Utils.obtainRandomString(VisitEvent_Main.NONCE_LENGTH,Analyst.HEXADECIMAL_ALPHABET);Kameleoon.Internals.runtime.Visitor.currentVisit.addEvent(this.time)}}VisitEvent_Main.NONCE_LENGTH=16;VisitEvent_Main.NOT_TRACK_FIELD=new Set(["eventType","time","notTrack","type","save"]);class VisitEvent_Activity extends VisitEvent_Main{constructor(){super();this.eventType="activity";this.clicks=Kameleoon.Internals.runtime.Gatherer.clicks;Kameleoon.Internals.runtime.Visitor.currentVisit.addClicks(this.clicks);Kameleoon.Internals.runtime.Gatherer.active=!1;Kameleoon.Internals.runtime.Gatherer.clicks=0}static initialize(){let e=()=>{Kameleoon.Internals.runtime.Gatherer.active=!0};let t=()=>{e();Kameleoon.Internals.runtime.Gatherer.clicks++};Kameleoon.Utils.addEventListener(document,"mousemove",e,!1);Kameleoon.Utils.addEventListener(document,"scroll",e,!1);Kameleoon.Utils.addEventListener(document,"click",t,!1);Kameleoon.Utils.setInterval((()=>{if(Kameleoon.Internals.runtime.Gatherer.active)Kameleoon.Gatherer.track(this)}),this.ACTIVITY_TRACKING_INTERVAL,!0)}}VisitEvent_Activity.ACTIVITY_TRACKING_INTERVAL=15*1e3;VisitEvent_Activity.save=0;class VisitEvent_AdBlocker extends VisitEvent_Main{constructor(){super();this.eventType="adBlocker";Kameleoon.Internals.runtime.Visitor.currentVisit.addAdBlocker()}}VisitEvent_AdBlocker.save=0;class VisitEvent_Experiment extends VisitEvent_Main{constructor(i){super();this.eventType="experiment";this.id=i.id;this.variationId=i.variationId;this.notTrack=i.notTrack;if(null==this.variationId)this.notTrack=!0;Kameleoon.Internals.runtime.Visitor.currentVisit.addExperiment(this.time,this.id,this.variationId)}}VisitEvent_Experiment.save=1;class VisitEvent_Personalization extends VisitEvent_Main{constructor(i){super();this.eventType="personalization";this.id=i.id;this.variationId=i.variationId;this.notTrack=i.notTrack;if(0==this.variationId&&i.unexpositionCause)this.unexpositionCause=i.unexpositionCause;Kameleoon.Internals.runtime.Visitor.currentVisit.addPersonalization(this.time,this.id,i.originalVariationId)}}VisitEvent_Personalization.save=1;class VisitEvent_Conversions extends VisitEvent_Main{constructor(e){super();this.eventType="conversion";this.goalId=e.goalId;this.negative=!0===e.negative;let t,i=!1;let n=Kameleoon.Internals.runtime.storedData.obtainField("Gatherer","revenuesByGoalId",{});let s=n[this.goalId];if(this.negative)if(s&&s.length>0){t=s.splice(-1)[0];if(0==s.length)delete n[this.goalId]}else i=!0;else{t=e.revenue;if(isNaN(t))t=0;if(!s)s=[];s.push(t);n[this.goalId]=s.splice(-10)}this.revenue=t;if(!i){Kameleoon.Internals.runtime.storedData.saveField("Gatherer","revenuesByGoalId",n);Kameleoon.Internals.runtime.Visitor.currentVisit.addConversions(this.goalId,1,this.revenue,this.negative);}if(e.metadata){const t={};for(const i in e.metadata){const n=e.metadata[i];const s=Array.isArray(n)?n:[n];t[i]=s.map((e=>e.toString()))}this.metadata=t}}}VisitEvent_Conversions.save=1;class VisitEvent_CustomData extends VisitEvent_Main{constructor(t){super();this.eventType="customData";this.index=t.index;this.overwrite=t.overwrite||!1;this.notTrack=t.value.length>VisitEvent_CustomData.MAX_SUM_CUSTOM_DATA_VALUES_LENGTHES_IN_A_REQUEST||t.customData.localOnly;this.valuesCountMap=t.valueToAdd;this.mappingIdentifier=1==t.customData.mappingIdentifier?"true":"false";Kameleoon.Internals.runtime.Visitor.currentVisit.addCustomData(this.index,this.valuesCountMap,this.overwrite)}}VisitEvent_CustomData.MAX_SUM_CUSTOM_DATA_VALUES_LENGTHES_IN_A_REQUEST=1e3;VisitEvent_CustomData.save=1;class VisitEvent_Geolocation extends VisitEvent_Main{constructor({city:t,country:i,latitude:o,longitude:e,postalCode:n,region:s}){super();this.eventType="geolocation";this.city=t;this.country=i;this.latitude=o;this.longitude=e;this.postalCode=n;this.region=s;Kameleoon.Internals.runtime.Visitor.currentVisit.addGeolocation({city:t,country:i,latitude:o,longitude:e,postalCode:n,region:s})}}VisitEvent_Geolocation.save=0;class VisitEvent_Page extends VisitEvent_Main{constructor(){super();this.eventType="page";const e=Kameleoon.Utils.computeCurrentPageCleanAbsoluteURL();const r=document.title;const t=Kameleoon.Utils.computeCurrentPageCanonicalURL();const i=Kameleoon.Gatherer.Referrer.obtainCorrected(Kameleoon.Internals.runtime.Gatherer.startOfVisit);this.href=e&&e.slice(0,Kameleoon.Gatherer.MAX_HREF_LENGTH_IN_A_REQUEST);this.title=r.slice(0,Kameleoon.Gatherer.MAX_PAGE_TITLE_LENGTH_IN_A_REQUEST);this.keyPagesIndices=Kameleoon.Gatherer.KeyPage.obtainIndexes();this.referrersIndices=Kameleoon.Gatherer.Referrer.obtainIndexes(Kameleoon.Internals.runtime.Gatherer.startOfVisit);if(t)this.canonicalHref=t;if(null!=i)this.referrerHref=i;Kameleoon.Internals.runtime.Visitor.currentVisit.addPage(this.time,e,this.keyPagesIndices,this.referrersIndices)}}VisitEvent_Page.save=2;class VisitEvent_Product extends VisitEvent_Main{constructor(t){super();this.eventType="product";this.ean=t.ean;Kameleoon.Internals.runtime.Visitor.currentVisit.addProduct(this.ean)}}VisitEvent_Product.save=0;class VisitEvent_StaticData extends VisitEvent_Main{constructor(){super();this.eventType="staticData";this.obtainInfluences=(e,i)=>{let t={experiments:{},personalizations:{}};let n=e=>{for(let i in e)if(e[i][1]<0||"-1"==i||null==e[i][0]||"null"==e[i][0])delete e[i];return e};e.forEach((({ExperimentActivations:e,PersonalizationActivations:n})=>{for(let n in e){let s=e[n];if(s.influence){let e=s.influence-(i-s.times.slice(-1)[0]);t.experiments[n]=[parseInt(s.associatedVariationID),e]}}for(let e in n){let s=n[e];if(s.influence){let n=s.influence-(i-s.times.slice(-1)[0]);t.personalizations[e]=[1,n]}}}));this.experimentInfluences=n(t.experiments);this.personalizationInfluences=n(t.personalizations)};const{Visitor:e,Device:i}=Kameleoon.Internals.runtime;const{Browser:t,OperatingSystem:n,TimeZone:s,Language:o}=Kameleoon.Gatherer;const a=s.obtainId();this.timeSincePreviousVisit=e.obtainTimeSincePreviousVisit();this.browser=t.obtain();this.browserIndex=t.obtainIndex();this.browserVersion=i.browserVersion;this.os=n.obtain();this.osIndex=n.obtainIndex();this.windowWidth=i.windowWidth;this.windowHeight=i.windowHeight;this.screenWidth=i.screenWidth;this.screenHeight=i.screenHeight;this.localeLanguageTag=o.obtainLocaleTag();this.deviceType=i.type.toLocaleUpperCase();this.visitNumber=e.currentVisit.visitNumber;if(null!=a)this.timeZoneId=a;this.obtainInfluences(e.visits,e.currentVisit.startDate)}}VisitEvent_StaticData.save=0;class VisitEvent_TargetingSegments extends VisitEvent_Main{constructor(t){super();this.eventType="targetingSegment";this.id=t.id;Kameleoon.Internals.runtime.Visitor.currentVisit.addTargetingSegment(this.time,this.id)}}VisitEvent_TargetingSegments.save=0;class VisitEvent_WidgetSurvey extends VisitEvent_Main{constructor(e){super();this.eventType="formAnswer";for(const t in e)this[t]=e[t]}}VisitEvent_WidgetSurvey.save=0;class BitVectorUtils{}BitVectorUtils.safeLimitedBitIndex=(t,e)=>{if(null==e||e>=t)return t;return e};BitVectorUtils.computeVectorFillFrom=(t,e,i,r)=>{BitVectorUtils.clearVectorFrom(i,t,r);BitVectorUtils.addInVectorFrom(i,t,e,r)};BitVectorUtils.addInVectorFrom=(t,e,i,r)=>{t[r+BitVectorUtils.safeLimitedBitIndex(e,i)]=1};BitVectorUtils.clearVectorFrom=(t,e,i)=>{for(let r=0;r<=e;r++)t[i+r]=0};BitVectorUtils.initBitIndexCounts=t=>{let e=[];for(let i=0;i<=t;i++)e[i]=0;return e};BitVectorUtils.incrementBitIndexCount=(t,e,i)=>{i[BitVectorUtils.safeLimitedBitIndex(t,e)]++};class DataUtils{}DataUtils.writeCategorySetInVectorFrom=(t,e,r,l,o)=>{BitVectorUtils.clearVectorFrom(l,e,o);for(let i=0,n=t.length;i{let i=BitVectorUtils.initBitIndexCounts(e);for(let l=0,o=t.length;l{if(null==t)return null;let r=e[t];if(null==r)return null;return r};class Learner{}Learner.computeProbabilities=(e,a,r)=>{Learner.prepareEquals(e,a,r);return Learner.computeLayerSynapse(e.inputDimension,e.outputDimension,e.weights,e.bias,Learner.logistic,a)};Learner.prepareEquals=(e,a,r)=>{if(e.standarizeInputs)Learner.standarizeEquals(e,a,r);else Learner.scaleEquals(e,a,r)};Learner.standarizeEquals=(e,a,r)=>{let i=Kameleoon.Internals.configuration.MentalistFeatures.maxAbsoluteValueAfterStandardization;for(let n=0;n{for(let i=0;i{let s=[];for(let o=0;o1/(1+Math.exp(-e));class PreviousVisits{constructor(s){this.timesStartedVisits=[];this.timesStartedPages=[];this.timesReferrers=[];this.keyPages=[];this.referrers=[];this.clicks=[];this.temperatureVisits=[];this.humidityVisits=[];this.pressureVisits=[];this.windSpeedVisits=[];this.cloudinessVisits=[];this.customDataVisits=[];this.conversions={};for(let e=0,t=s.length;e{this.keyPages.push(s.keyPagesMatched);if(s.referrersMatched.length>0){this.timesReferrers.push(s.timestamp);this.referrers.push(s.referrersMatched)}}));for(let s in t.conversions){let e=t.conversions[s].count;let i=t.conversions[s].revenue;if(this.conversions[s]){this.conversions[s].count+=e;this.conversions[s].revenue+=i}else this.conversions[s]={count:e,revenue:i}}this.clicks.push(t.clicks);this.temperatureVisits.push(t.Weather.temperature);this.humidityVisits.push(t.Weather.humidity);this.pressureVisits.push(t.Weather.pressure);this.windSpeedVisits.push(t.Weather.windSpeed);this.cloudinessVisits.push(t.Weather.cloudiness);this.customDataVisits.push(t.customData)}}}class VisitVectorizationUtils{}VisitVectorizationUtils.NUMBER_LAST_KEY_PAGES=3;VisitVectorizationUtils.NUMBER_LAST_REFERRERS=3;VisitVectorizationUtils.computeVector=(e,t,i,n,l,r,a)=>{let o=Kameleoon.Internals.configuration.MentalistFeatures;let s=Kameleoon.Internals.configuration.MentalistLearner;let u=[];let c=0;VisitVectorizationUtils.PreviousVisitsVectorizationUtils.computeVectorFillFrom(t,r,a,u,i,c);c+=(null!=r?s.experiments[r]:null!=a?s.targetingSegments[a]:s).previousVisitsHistoryVectorDimension;if(l){VisitVectorizationUtils.VisitVectorizationUtils.computeVectorFillFrom(e,r,a,u,i,c);c+=(null!=r?s.experiments[r]:null!=a?s.targetingSegments[a]:s).visitHistoryVectorDimension}if(n){u[c]=Kameleoon.Internals.runtime.Visitor.obtainTimeSincePreviousVisit();c++;let t=e.visitNumber;if(null==t)i[c]=!0;else u[c]=t;c++;DataUtils.writeCategorySetInVectorFrom(Kameleoon.Internals.runtime.storedData.obtainField("Runtime","landingKeyPagesIndices"),o.keyPages.length,VisitVectorizationUtils.computeIndexByCategory(o.keyPages),u,c);c+=o.keyPages.length+1;DataUtils.writeCategorySetInVectorFrom(Kameleoon.Internals.runtime.storedData.obtainField("Runtime","firstReferrersIndices"),o.referrers.length,VisitVectorizationUtils.computeIndexByCategory(o.referrers),u,c);c+=o.referrers.length+1;DataUtils.writeCategorySetInVectorFrom([null],o.timeZoneGroups.length,VisitVectorizationUtils.computeIndexByCategory(o.timeZoneGroups),u,c);c+=o.timeZoneGroups.length+1;BitVectorUtils.computeVectorFillFrom(o.languages.length,DataUtils.computeCategoryBitIndex(null,VisitVectorizationUtils.computeIndexByCategory(o.languages)),u,c);c+=o.languages.length+1;BitVectorUtils.computeVectorFillFrom(o.browsers.length,DataUtils.computeCategoryBitIndex(Kameleoon.Gatherer.Browser.obtainIndex(),VisitVectorizationUtils.computeIndexByCategory(o.browsers)),u,c);c+=o.browsers.length+1;let n=e.Device.browserVersion;if(isNaN(n)||!isFinite(n)||n<0||n>=1e3)n=null;if(null==n)i[c]=!0;else u[c]=n;c++;u[c]="DESKTOP"!=e.Device.type?1:0;c++;BitVectorUtils.computeVectorFillFrom(o.oss.length,DataUtils.computeCategoryBitIndex(Kameleoon.Gatherer.OperatingSystem.obtainIndex(),VisitVectorizationUtils.computeIndexByCategory(o.oss)),u,c);c+=o.oss.length+1;let l=e.Device.windowWidth;if(null==l)l=e.Device.screenWidth;if(l<0||l>=1e4)l=null;if(null==l)i[c]=!0;else u[c]=l;c++;let r=e.Device.windowHeight;if(null==r)r=e.Device.screenHeight;if(r<0||r>=1e4)r=null;if(null==r)i[c]=!0;else u[c]=r;c++;let a=e.Device.screenWidth;if(null==a)a=e.Device.windowWidth;if(a<0||a>=1e4)a=null;if(null==a)i[c]=!0;else u[c]=a;c++;let s=e.Device.screenHeight;if(null==s)s=e.Device.windowHeight;if(s<0||s>=1e4)s=null;if(null==s)i[c]=!0;else u[c]=s;c++;u[c]=!0===navigator.javaEnabled()?1:0;c++}return u};VisitVectorizationUtils.computeInputGoalIds=(e,t)=>{let i=Kameleoon.Internals.configuration.MentalistFeatures;return(null!=e?i.experiments[e]:null!=t?i.targetingSegments[t]:i).inputGoalIds};VisitVectorizationUtils.CUSTOM_DATA_BOOLEAN_VALUE_VECTOR_PARSER={parse:e=>{switch(e){case"true":return[1];case"false":return[0];default:return null}}};VisitVectorizationUtils.CUSTOM_DATA_SCALAR_VALUE_VECTOR_PARSER={parse:e=>{let t=parseFloat(e);if(isNaN(t)||!isFinite(t))return null;return[t]}};VisitVectorizationUtils.CUSTOM_DATA_CATEGORY_VALUE_VECTOR_PARSER={parse:(e,t)=>{let i=parseInt(e);if(isNaN(i)||i<0||i>=t)return null;let n;switch(t){case 1:case 2:n=[i];break;default:n=[];for(let e=0;e{let i=new OnlineMeanAndDeviation(1);for(let n=0,l=e.length;n{let i=new OnlineMeanAndDeviation(1);for(let n=0,l=e.length;n{let n;switch(i){case 1:case 2:n=1;break;default:n=i;break}let l=new OnlineMeanAndDeviation(n);for(let n=0,r=e.length;n{let t={};let i=0;for(let n=0,l=e.length;n{let a=Kameleoon.Internals.configuration.MentalistFeatures;let o=OnlineMeanAndDeviation.createFromDifferences(e.obtainTimesStartedPages(),!1,!0,!0);let s=[];let u=[];let c=[];e.pages.forEach((function(e){s.push(e.keyPagesMatched);if(e.referrersMatched.length>0){u.push(e.referrersMatched);c.push(e.timestamp)}}));let V=OnlineMeanAndDeviation.createFromDifferences(c,!1,!0,!0);let m=VisitVectorizationUtils.computeIndexByCategory(a.referrers);let g=VisitVectorizationUtils.computeIndexByCategory(a.keyPages);n[r]=0;r++;for(let e=0;e{let a=Kameleoon.Internals.configuration.MentalistFeatures;let o=OnlineMeanAndDeviation.createFromDifferences(e.timesStartedVisits,!1,!0,!0);let s=OnlineMeanAndDeviation.createFromDifferences(e.timesStartedPages,!1,!0,!0);let u=OnlineMeanAndDeviation.createFromDifferences(e.timesReferrers,!1,!0,!0);let c=[];for(let t=0,i=e.clicks.length;t{try{if(e.command)e=e.command;if("function"===typeof e)e();else{const s=e[0];const o=s.split(".");let t;let m;if("Kameleoon"!=o[0]){t=Kameleoon.API;m=Kameleoon.API[o[0]]}else m=Kameleoon.API[o[2]];o.forEach((e=>{if(null==t)t=window[e];else t=t[e]}));t.apply(m,Array.prototype.slice.call(e,1))}}catch(e){console.log(e)}};const o="IMMEDIATE";this.commands=e&&e.forEach?e:[];this.commands.push=e=>{if(s==o)e.level==s?this.executeCommand(e):this.commands.unshift(e);else this.executeCommand(e)};const t=[];if(s==o)for(let e=this.commands.length-1;e>=0;e--){const s=this.commands[e];if(s.level===o){t.push(s);this.commands.splice(e,1)}}else{this.commands.forEach((e=>{t.push(e)}));this.commands.splice(0,this.commands.length)}t.forEach(this.executeCommand);return this.commands}}class Actions{constructor(){this.associateActionAndVariation=(e,i,n)=>{let t=!0;let o=!0;if(0===n)o=!1;else if(1===n)t=!1;if(null===i)e.trackingPerformed=!0;const a=Kameleoon.Internals.runtime.variations.filter((e=>e.id==i))[0];let r="Reference";if(e&&e.variations)e.variations.forEach((function(e,n){if(e.id&&e.name&&e.id==i)r=e.name}));const s=e.associatedVariation;if(e&&s&&i==s.id)r=s.name;if(e&&t)e.associatedVariation={id:i,name:r};if(e&&o&&!e.displayedVariation)e.associationMade=!1;if(a){if(e&&(Kameleoon.Internals.runtime.simulationMode&&-1==e.id||!e.associationMade)){if(t){e.associatedVariation=a;e.associationMade=!0}a.actionId=e.id;if(o)e.displayedVariation=new Variation(a)}}else{e.displayedVariation={id:i,name:r};}}}checkCapping(e,i,n,t,o){if(null!=t.expositionFrequencySameVisit&&Kameleoon.Internals.runtime.Visitor.obtainActionNumberActivations(i,n,null,o,!0,!1,!1,e)>=t.expositionFrequencySameVisit||null!=t.expositionFrequencySameVisitor&&null!=t.expositionFrequencySameVisitorDelaySeconds&&Kameleoon.Internals.runtime.Visitor.obtainActionNumberActivations(i,n,o-1e3*t.expositionFrequencySameVisitorDelaySeconds,o,!0,!0,!1,e)>=t.expositionFrequencySameVisitor||t.cappingPerVisitorNumberExpositions&&Kameleoon.Internals.runtime.Visitor.obtainActionNumberActivations(i,n,null,o,!0,!0,!1,e)>=t.expositionFrequencySameVisitorMax||t.cappingPerVisitorNumberExposedVisits&&Kameleoon.Internals.runtime.Visitor.obtainActionNumberActivations(i,n,null,null,!0,!0,!0,e)>=t.exposedVisitsSameVisitorMax||t.cappingPerVisitorConvertGoal&&Kameleoon.Internals.runtime.Visitor.obtainNumberConversions(t.cappingPerVisitorGoalId)>0||null!=t.expositionFrequencyDelaySecondsBetweenTwoExpositions&&Kameleoon.Internals.runtime.Visitor.obtainActionNumberActivations(i,n,o-1e3*t.expositionFrequencyDelaySecondsBetweenTwoExpositions,o,!0,!0,!1,e)>=1)return!1;return!0}checkActionConsent(e){if(e.experimentAction){if(!Kameleoon.Internals.runtime.Consent.AB_TESTING){if(null==Kameleoon.Internals.runtime.Consent.AB_TESTING){if("ALL"==Kameleoon.Internals.configuration.beforeAbtestConsent)return!0;if("PARTIALLY"==Kameleoon.Internals.configuration.beforeAbtestConsent&&e.technical)return!0}else if(e.technical&&"RUN"==Kameleoon.Internals.configuration.abtestConsentOptout)return!0;return!1}}else if(!Kameleoon.Internals.runtime.Consent.PERSONALIZATION){if(null==Kameleoon.Internals.runtime.Consent.PERSONALIZATION){if("ALL"==Kameleoon.Internals.configuration.beforePersonalizationConsent)return!0;if("PARTIALLY"==Kameleoon.Internals.configuration.beforePersonalizationConsent&&e.technical)return!0}else if(e.technical&&"RUN"==Kameleoon.Internals.configuration.personalizationConsentOptout)return!0;return!1}return!0}checkActionsTargeting(e){Kameleoon.Internals.runtime.Campaigns.obtainCampaignsList(1).forEach((e=>{e.previousExposition=e.exposition}));const i=[];for(let n=0,t=e.length;ne&&(!n.targetingTrigger||t.weight>e);break;case"EQUAL":n.targeting=i.weight==e&&(!n.targetingTrigger||t.weight==e);break;case"LOWER":n.targeting=i.weight=i.maxNumberVisitorsExposed){i.exposition=!1;i.notExposedReason="PERSONALIZATION_CAPPING"}const e=i.scheduleItem;if(!0===i.exposition&&null!=e&&0=a.dateStart)&&(null==a.dateEnd||o{const i=new Date(t.toDateString()+" "+e.start).getTime();const n=new Date(t.toDateString()+" "+e.end).getTime();if(o>=i&&on)a[i]=t}}));let r={};for(let i=0,n=e.length;i=i){if(null==r[e]||t>i)r[e]=[];r[e].push(n.id)}}}a=null;for(let e=0,i=n.length;e0){const e=Kameleoon.Utils.setTimeout((()=>{Kameleoon.Utils.clearTimeout(e);this.process(s)}),Kameleoon.Internals.runtime.PAGE_LOADING_POLL_DELAY)}if(e.length>0&&Kameleoon.Internals.runtime.targetingsEvent)Kameleoon.Internals.runtime.targetingsEvent.emit(e)}performActionsTracking(e){const i=[];for(let n=0,t=e.length;nKameleoon.Tracking.processGA4Audiences(n)));if(n.universalAnalyticsTracking)i((()=>Kameleoon.Tracking.processUniversalAnalytics(n)));if(n.contentSquareTracking)i((()=>Kameleoon.Tracking.processContentSquare(n)));if(n.mouseflow)i((()=>Kameleoon.Tracking.processMouseflow(n)));if(n.customIntegrations)i((()=>Kameleoon.Tracking.processCustomIntegration(n)));}n.trackingPerformed=!0}}performDeferredVariations(e,i,n){}process(e,i){const n=(new Date).getTime();this.checkActionsTargeting(e);const t=[];for(let o=0,a=e.length;o{e.handleSpecialCase()}));}}class Campaigns{constructor(){this.experiments={};this.personalizations={}}addCampaign(i){if(i.experimentAction)this.experiments[i.id.toString()]=i;else this.personalizations[i.id.toString()]=i}obtainCampaign(i,t){if(null!=i){i=i.toString();if(null!=t){const n=t?"experiments":"personalizations";return this[n][i]}return this.experiments[i]||this.personalizations[i]}}obtainCampaignsList(i){const t="experiments"===i||0===i?"experiments":"personalizations";return Object.values(this[t])}}class Consent{constructor(){this.disable=(e,n)=>{Kameleoon.Utils.sendKameleoonCustomEvent("Internals",{type:"consent/disable",consentType:e});if(e&&"BOTH"!=e)this[e]=!1;else{this.AB_TESTING=!1;this.PERSONALIZATION=!1}if(1!=n)this.write();Kameleoon.Utils.sendKameleoonCustomEvent.call(window,"LegalConsentUpdated",{legalConsentUpdate:this.getConsent()})};this.enable=(e,n)=>{Kameleoon.Utils.sendKameleoonCustomEvent("Internals",{type:"consent/enable",consentType:e});if(e&&"BOTH"!=e)this[e]=!0;else{this.AB_TESTING=!0;this.PERSONALIZATION=!0}if(Kameleoon.Internals.runtime?.RequestManager){Kameleoon.Internals.runtime.RequestManager.processRequests();this.purge()}if(1!=n)this.write();Kameleoon.Utils.sendKameleoonCustomEvent.call(window,"LegalConsentUpdated",{legalConsentUpdate:this.getConsent()})};this.getConfiguredConsent=()=>({AB_TESTING:Kameleoon.Internals.configuration.abtestConsent,PERSONALIZATION:Kameleoon.Internals.configuration.personalizationConsent});this.getConsent=()=>({AB_TESTING:this.AB_TESTING,PERSONALIZATION:this.PERSONALIZATION});this.hasGlobalConsent=()=>{return this.AB_TESTING||this.PERSONALIZATION};this.initialize=e=>{Kameleoon.Utils.sendKameleoonCustomEvent("Internals",{type:"consent/initialize",consent:e});this.AB_TESTING=e.AB_TESTING;this.PERSONALIZATION=e.PERSONALIZATION;this.initializeSdk()};this.initializeSdk=()=>{if(this.AB_TESTING)return;try{const e=localStorage.getItem("kameleoonConsentData");if(e){const n=JSON.parse(e)[Kameleoon.Utils.readLocalData("kameleoonVisitorCode","COOKIE")];if(n)this.AB_TESTING=!0}}catch(e){}};this.purge=()=>{if(Kameleoon.Internals.runtime){const e=e=>{if(null!=e)for(const n in e)Kameleoon.Utils.createLocalData(e[n].name,e[n].value,e[n].days,e[n].domain,e[n].forceLocalAccess,e[n].jsonFormat,null,!0)};e(Kameleoon.Internals.runtime.localDataMap?.["LS"]);e(Kameleoon.Internals.runtime.localDataMap?.["COOKIE"]);Kameleoon.Internals.runtime.localDataMap=null;Kameleoon.Analyst.Actions.processAllActions();}};this.setup=()=>{let e={AB_TESTING:!1,PERSONALIZATION:!1};const n=Kameleoon.Internals.runtime.readFromStorageOrExternal("kameleoonLegalConsent","LS");if(null!=n)if(1==n)e={AB_TESTING:!0,PERSONALIZATION:!0};else e=n;else{e={AB_TESTING:"OFF"==Kameleoon.Internals.configuration.abtestConsent?!0:null,PERSONALIZATION:"OFF"==Kameleoon.Internals.configuration.personalizationConsent?!0:null};}this.initialize(e)};this.write=()=>{Kameleoon.Utils.createLocalData("kameleoonLegalConsent",this.getConsent(),Utils.MAX_STORAGE_DAYS,null,"LS",!0,null,!0)};this.AB_TESTING=!1;this.PERSONALIZATION=!1}}class Device{get adBlocker(){return Kameleoon.Internals.runtime.adBlocker}get os(){return Kameleoon.Gatherer.OperatingSystem.obtain()}get screenHeight(){return window.screen.height}get screenWidth(){return window.screen.width}get timeZone(){return Kameleoon.Gatherer.TimeZone.obtainId()}get windowHeight(){return window.innerHeight}get windowWidth(){return window.innerWidth}constructor(){const e=Kameleoon.Utils.bowser.parsedResult=Kameleoon.Utils.bowser.parsedResult||Kameleoon.Utils.bowser.parse(navigator.userAgent);this.browser=e.browser.name||"Other";this.type="tablet"===e.platform.type?"Tablet":"mobile"===e.platform.type?"Phone":"Desktop";if("Safari"===this.browser&&"Desktop"===this.type&&"ontouchend"in document.documentElement)this.type="Tablet";let t=e.browser.version||"Safari"===this.browser&&e.os.version;try{if(t&&t.split(".").length>1)t=t.split(".")[0]+"."+t.split(".")[1]}catch(e){}this.browserVersion=t?parseFloat(t):null}}class Experiment{constructor(i,t){this.executeGlobalScript=()=>{if(this.globalScript&&!this.globalScriptEvaluated){Kameleoon.Utils.sendKameleoonCustomEvent("Internals",{type:"experimentGlobalScript",id:this.id,name:this.name});this.globalScriptEvaluated=!0;Kameleoon.Utils.runProtectedScript(this.globalScript,"kameleoonActionGlobalJavaScriptCode-"+this.id+".js")}};this.handleSpecialCase=()=>{if(!0!==this.targeting&&this.redirectProcessed){this.performVariationAssignment(!0);Kameleoon.Analyst.Actions.performActionsTracking([this])}else if(this.preAssignVariation)this.performVariationAssignment(!0)};this.obtainVariationAssignmentRandomNumber=()=>{let i="";this.variations.forEach((function(t){if(t.respoolTime)i+=t.respoolTime}));const t=Kameleoon.Internals.runtime.Visitor.obtainIdentifierValue();return Kameleoon.Utils.seededRandom(t+this.id+i,!0)};this.performVariationAssignment=i=>{if(this.displayedVariation&&!i&&!this.deferredLoading)return;if(null!=this.mentalistDeviation){if(null!=this.mentalistVariationReassignationPermissionCustomScript)try{this.mentalistVariationReassignationPermission=Kameleoon.Utils.runProtectedScript("return "+this.mentalistVariationReassignationPermissionCustomScript,"kameleoonMentalistVariationReassignationPermissionCustomScript.js")}catch(i){}if(null==this.mentalistVariationReassignationPermission)this.mentalistVariationReassignationPermission=void 0===Kameleoon.Internals.runtime.Visitor.currentVisit.ExperimentActivations[this.id];if(Kameleoon.Internals.runtime.gathererRun&&Kameleoon.Internals.runtime.mentalistRun)this.mentalistEnabled=!0}if(void 0!==this.registeredVariationId&&this.assignmentTime)this.variations.forEach((i=>{if(this.registeredVariationId==i.id&&i.respoolTime>this.assignmentTime||null===this.registeredVariationId&&this.untrackedRespoolTime>this.assignmentTime)this.registeredVariationId=void 0}));if(void 0===this.registeredVariationId&&!Kameleoon.Internals.runtime.simulationMode&&0==this.variations.filter((i=>i.id==this.registeredVariationId)).length)this.registeredVariationId=void 0;if(this.mentalistEnabled&&this.mentalistVariationReassignationPermission)this.registeredVariationId=void 0;if(void 0===this.registeredVariationId){if(this.mentalistEnabled){let i={};if(Kameleoon.Utils.seededRandom(Kameleoon.Internals.runtime.Visitor.currentVisit.visitorCode+this.id,!0)<=this.mentalistDeviation)i=Kameleoon.Mentalist.computeVariationIdToScore(this.id);if(0==Object.keys(i).length){this.mentalistEnabled=!1;for(const t in this.deviation)i[t]=Math.random()}if(null!=this.mentalistVariationSelectionCustomScript&&this.mentalistEnabled)try{this.registeredVariationId=Kameleoon.Utils.runProtectedScript("return "+this.mentalistVariationSelectionCustomScript,"kameleoonMentalistVariationSelectionCustomScript.js")(i)}catch(i){}else{let t=Number.NEGATIVE_INFINITY;for(const e in i){const n=i[e];if(n>t){this.registeredVariationId=parseInt(e);t=n}}}if(void 0===this.registeredVariationId)this.registeredVariationId=0;}else if(Kameleoon.Internals.runtime.customVariationSelectionFunction){this.registeredVariationId=Kameleoon.Internals.runtime.customVariationSelectionFunction(this);if(null!=this.registeredVariationId)if("reference"==this.registeredVariationId.toString())this.registeredVariationId=0;else if("none"==this.registeredVariationId.toString())this.registeredVariationId=null}else{const i=this.obtainVariationAssignmentRandomNumber();let t=0;this.registeredVariationId=null;for(let e=0,n=this.variations.length;e{this.blockingReason=i;this.blocked=!0};this.setTargetingObject=(i,t,e,n)=>{if(!e)this[i]=null;else this[i]=Kameleoon.Targeting.obtainTargeting(e)||t.find((i=>i.id==e))||null;if(!n||n==e){this.targeting=void 0;this.rescheduleTargeting=null;this.numberTargetingCheckings=0;this.displayedVariation=null}};this.setTargetingSegment=i=>{this.setTargetingObject("targetingSegment",Kameleoon.Internals.runtime.targetingSegments,this.targetingSegmentId,i)};this.setTargetingTrigger=i=>{this.setTargetingObject("targetingTrigger",Kameleoon.Internals.runtime.targetingTriggers,this.targetingTriggerId,i)};this.trigger=()=>{if(!this.targeting){this.targeting=!0;this.displayedVariation=null}};this.writeLocalData=()=>{const i=this.registeredVariationId+(this.mentalistEnabled?"-mentalist":"")+"/"+this.assignmentTime;if(!this.simulationMode)Kameleoon.Utils.createLocalData("kameleoonExperiment-"+this.id,i,this.cookieDuration||30,this.cookieDomain,"LS",!1)};for(const t in i)this[t]=i[t];const e="kameleoonRedirect-"+this.id;const n=(t&&t[e])??Kameleoon.Utils.readLocalData(e,"LS",!1)??Kameleoon.Internals.runtime.parameters[e];if(null!=n){this.registeredVariationId=n;this.assignmentTime=(new Date).getTime();this.redirectProcessed=!0;Kameleoon.Utils.eraseLocalData(e,null,null)}const a="kameleoonExperiment-"+this.id;let s=t?t[a]:Kameleoon.Utils.readLocalData(a,"LS",!1);for(const i in Kameleoon.Internals.runtime.parameters)if(0==i.indexOf("kameleoonRedirect-"+this.id)){s=Kameleoon.Internals.runtime.parameters[i]+"/"+(new Date).getTime()+"/"+!1;this.writeLocalData()}if(s&&-1!=this.id){const i=s.split("/");this.registeredVariationId="null"==i[0]?null:i[0];this.assignmentTime=parseInt(i[1]);if(this.registeredVariationId){if("reference"==this.registeredVariationId.toString()){this.registeredVariationId=0;this.writeLocalData()}if("none"==this.registeredVariationId.toString()){this.registeredVariationId=null;this.writeLocalData()}}if(null!=this.winningVariationId&&!Kameleoon.Internals.runtime.simulationMode&&!Kameleoon.Internals.runtime.disableCache&&this.winningVariationId!=this.registeredVariationId)this.registeredVariationId=this.winningVariationId;}if(this.registeredVariationId&&-1!=this.registeredVariationId.toString().indexOf("-mentalist")){this.registeredVariationId=parseInt(this.registeredVariationId.toString().replace("-mentalist",""));this.mentalistEnabled=!0}if(this.registeredVariationId&&s&&null==this.deviation[this.registeredVariationId])this.registeredVariationId=void 0;this.setTargetingSegment();this.setTargetingTrigger();if(this.redirectProcessed&&null!=this.registeredVariationId)this.writeLocalData();const r=Kameleoon.Internals.runtime.storedData.obtainField("Runtime","blockedExperiments",[]);if(r.length>0&&-1!=r.indexOf(this.id))this.setBlocked("API");}static performMutualExclusiveGroup(){}}class Goals{constructor(){this.goals={};this.run=()=>{const e=[];const n=[];const o=[];const t=[];const s={};this.getList().forEach((s=>{switch(s.type){case"ENGAGEMENT":n.push({goal:s});break;case"CUSTOM":if(s.jsCode)Kameleoon.Utils.runProtectedScript(s.jsCode,`kameleoonCustomGoal-${s.id}.js`);break;}}));if(e.length>0)this.processConversions(e);Kameleoon.Utils.addEventListener(document,Kameleoon.Internals.runtime.mouseDownEvent,(e=>{this.processConversions(n)}),!0);};this.processConversions=e=>{if(Kameleoon.Internals.runtime.gathererRun)for(let n=0,o=e.length;nthis.add(e)))}get(e){if(null!=e)return this.goals[String(e)]}getList(){return Object.values(this.goals)}}class KGeolocation{constructor(){let e=Kameleoon.Internals.runtime.storedData.obtainField("Runtime","geolocation");if(null==e)Kameleoon.Internals.runtime.RequestManager.addCallback((()=>{Kameleoon.Utils.performBeaconServerCall(Kameleoon.Internals.runtime.RequestManager.obtainGeolocationUrl(),(e=>{if(4==e.readyState&&(200==e.status||204==e.status)){let t=e.getResponseHeader("geoip_country_name");let o=e.getResponseHeader("geoip_region_name");let i=e.getResponseHeader("geoip_city");this.country=t?Kameleoon.Utils.decodeUTF8(t):null;this.city=i?Kameleoon.Utils.decodeUTF8(i):null;this.latitude=e.getResponseHeader("geoip_latitude");this.longitude=e.getResponseHeader("geoip_longitude");this.postalCode=e.getResponseHeader("geoip_postal_code");this.region=o?Kameleoon.Utils.decodeUTF8(o):null;this.loaded=!0;Kameleoon.Gatherer.track(VisitEvent_Geolocation,this);Kameleoon.Internals.runtime.storedData.saveField("Runtime","geolocation",this)}}),null)}));else{this.loaded=!0;this.country=e.country;this.city=e.city;this.latitude=e.latitude;this.longitude=e.longitude;this.postalCode=e.postalCode;this.region=e.region}}}class KMutationObserver{static addMutationElementsToInternalObjects(e){for(let t=0;t{if(-1!==e.indexOf(".")||-1!==e.indexOf("#")){let o;let r;let i=e;if(-1!==i.indexOf(":")){let t=0;let n=!1;let o=!1;let r="";for(let i=0;i~\[]/.test(a)){o=!1;r+=a}continue}r+=a}i=r}if(-1!==i.indexOf("\\"))i=i.replace(/\\/g,"");if(-1!==i.indexOf("["))i=i.replace(/(\-)?(\[.*?\])/g,((e,t)=>t?e:""));o=i.match(/\.([^\s.#>~]+)/g);r=i.match(/#([^\s.>~]+)/g);n.push(o||[]);t.push(r||[])}}));e.selectors=o;e.selectorClasses=n;e.selectorIDs=t;return e}static checkClassesForSelector(e,t){if(null==e)return!0;for(let t=0,n=e.length;t=0;e-=1){const t=Kameleoon.Internals.runtime.waitingElementPresentObjects[e];if(t&&t.useAntiFlicker)if(Kameleoon.Internals.runtime.domMutationThrottling&&null!=KMutationObserver.asyncMutationsTimeoutId||KMutationObserver.checkSelectorInDomTree(t)){const n=Kameleoon.Utils.querySelectorAll(t.selector);if(n.length){Kameleoon.Utils.runProtectedFunction((function(){t.callback(n)}),!0);Kameleoon.Internals.runtime.waitingElementPresentObjects.splice(e,1)}}}}static performVariationsElementSet(e){const t=Kameleoon.Internals.runtime.listenVariations||[];if(e)t.forEach((function(e){if(e.elementSets)e.elementSets.forEach((function(t){if(t.evaluated)return;if((!t.evaluated||!(t.options.autoGeneratedSelector||t.options.idSelector||t.options.domOperation))&&KMutationObserver.checkSelectorInDomTree(t)){const n=e.getAction();if(!n||n.targeting){t.evaluated=!0;Kameleoon.ElementSet.processElementSet(t,e,!1,e.permanentRefreshActive,e.editionMode,document)}}}))}));}static performAsyncMutations(){Kameleoon.Internals.runtime.domMutationThrottling=!0;if(!KMutationObserver.asyncMutationsTimeoutId)KMutationObserver.asyncMutationsTimeoutId=Kameleoon.Utils.setTimeout((()=>{if(KMutationObserver.mutationList.length>=5e3)KMutationObserver.fillInternalObjectsForMutationObserver();else KMutationObserver.mutationList.forEach((e=>KMutationObserver.performChildListMutation(e)));KMutationObserver.mutationList=[];KMutationObserver.performWaitingElementPresentObject();KMutationObserver.performVariationsElementSet(!0);Kameleoon.Utils.clearTimeout(KMutationObserver.asyncMutationsTimeoutId);KMutationObserver.asyncMutationsTimeoutId=null}),250)}static setMutationObserver(){if(Kameleoon.Internals.runtime.cantUseMutationObserver||Kameleoon.Internals.runtime.mutationObserver)return;KMutationObserver.fillInternalObjectsForMutationObserver();const e={attributes:!0,attributeOldValue:!0,childList:!0,characterData:!0,subtree:!0};Kameleoon.Internals.runtime.mutationObserver=new MutationObserver((function(e){let t=!0;if(!Kameleoon.Internals.runtime.domReady&&e.length>=3e3){KMutationObserver.mutationList=KMutationObserver.mutationList.concat(e);KMutationObserver.performAsyncMutations();return}e.forEach((e=>{if("attributes"===e.type){if("id"!==e.attributeName&&"class"!==e.attributeName)return;const t=e.target;if(!t)return;const n="id"===e.attributeName?t.id:t.className;if(e.oldValue===n)return;if("id"===e.attributeName)KMutationObserver.fillIdForOptimization(t);else KMutationObserver.fillClassesForOptimization(t)}else if("childList"===e.type){KMutationObserver.performChildListMutation(e);}}));KMutationObserver.performWaitingElementPresentObject();KMutationObserver.performVariationsElementSet(t);}));if("function"===typeof Kameleoon.Internals.runtime.mutationObserver.observe)Kameleoon.Internals.runtime.mutationObserver.observe(document.documentElement,e);if(Kameleoon.Internals.runtime.singlePageSupport)KMutationObserver.setMutationObserverSPA()}static performChildListMutation(e){if("childList"!==e.type||!e.addedNodes.length)return;const t=e.addedNodes;KMutationObserver.addMutationElementsToInternalObjects(t);for(let e=0;e{const t={childList:!0,subtree:!0};Kameleoon.Internals.runtime.mutationObserverSpa=new MutationObserver((function(e){Kameleoon.Internals.runtime.listenVariations=[];Kameleoon.Internals.runtime.mutationObserverSpa.disconnect();if(Kameleoon.ElementSet)KMutationObserver.checkElementSetIntegrity();KMutationObserver.executeCallbacks(e);KMutationObserver.checkDynamicElements();n()}));const n=()=>{t.characterData=Kameleoon.ElementSet&&Kameleoon.ElementSet.pageElementSetsSpa.length>0||Kameleoon.Internals.runtime.listenSpaCallbacks.length>0;Kameleoon.Internals.runtime.mutationObserverSpa.observe(e[0],t)};n()}))}static performReplaceData(e){}}KMutationObserver.asyncMutationsTimeoutId=null;KMutationObserver.mutationList=[];KMutationObserver.executeCallbacks=e=>{Kameleoon.Internals.runtime.listenSpaCallbacks.forEach((e=>Kameleoon.Utils.runProtectedFunction(e,!0)))};KMutationObserver.checkDynamicElements=()=>{Kameleoon.Internals.runtime.waitingDynamicElements.forEach((e=>{const t=Kameleoon.Utils.querySelectorAll(e.selector).filter((t=>null==t.getAttribute(e.attribute)));t.length>0&&e.callback(t)}))};KMutationObserver.checkElementSetIntegrity=()=>{if(Kameleoon.Internals.runtime.editorEnabled)return;try{const e=[];(Kameleoon.ElementSet.pageElementSetsSpa||[]).forEach((t=>{const{elementSet:n,potentialElementsWithOptions:o}=t;const r=Kameleoon.Utils.querySelectorAll(n.selector);if(!r.length&&o&&!o.length)KMutationObserver.resetElementSet(n,null);r.forEach((t=>{if(n.options.domOperation){}else{if(n.options.autoGeneratedSelector&&n.options.kameleoonId){if(null==t.getAttribute("data-kameleoon-id"))t.setAttribute("data-kameleoon-id",n.options.kameleoonId);if(null==t.getAttribute("id"))t.setAttribute("id","kameleoonId"+n.options.kameleoonId)}if(n.options.customSelector&&n.options.kameleoonClass){if(null==t.getAttribute("data-kameleoon-class"))Kameleoon.ElementSet.addDuplicatedData(t,null,n.options.kameleoonClass);if(0==Kameleoon.ElementSet.checkClassName(t,"KameleoonClass"+n.options.kameleoonClass))Kameleoon.ElementSet.addClassName(t,"KameleoonClass"+n.options.kameleoonClass)}}}))}));}catch(e){}};KMutationObserver.resetElementSet=(e,t,n)=>{const o=t?[t]:[];if(n)o.push(n);o.forEach((e=>{if(e.id&&0==e.id.indexOf("kameleoon"))e.removeAttribute("id");e.removeAttribute("kameleoon");e.removeAttribute("data-kameleoon-id");delete e.kameleoonData;delete e.dataset.kameleoonEvaluated}));if(e.element&&!o.length)delete e.element;e.evaluated=!1;Kameleoon.ElementSet.processElementSet(e,null,!1,!1,!1);e.evaluated=!0;};KMutationObserver.containsDomOperationElements=e=>{const t=e&&e.querySelector("span.kameleoonDomOperation");return t&&t.parentElement==e;};class Logger{constructor(){this.send=(e,o,n)=>{if(Kameleoon.Internals.runtime?.parameters?.kameleoonDebug)console.log(e)}}}class OnlineMeanAndDeviation{constructor(e){this.dimension=e;this.mean=[];this.nbUpdates=[];this.m2=[];this.deviation=[];for(let t=0;t{if(t>0)for(let n=0;n{let a=new OnlineMeanAndDeviation(1);let s=e.length;let l=0;if(l0&&i)a.update([o]);h=s}}return a};OnlineMeanAndDeviation.createFromValues=e=>{let t=new OnlineMeanAndDeviation(1);for(let n=0,i=e.length;n{let t=new OnlineMeanAndDeviation(1);for(let n=0,i=e.length;n{let t=!0;switch(this.customExpositionRate){case 1:break;case 0:t=!1;break;default:const e="kameleoonPersonalization-"+this.id;const i=Kameleoon.Internals.runtime.incomingStoredData&&Kameleoon.Internals.runtime.incomingStoredData[e]||Kameleoon.Utils.readLocalData(e,"LS",!1);if(null!=i){const e=i.split("/");t="true"==e[0]}else{t=Kameleoon.Utils.seededRandom(this.id+Kameleoon.Internals.runtime.Visitor.currentVisit.visitorCode,!0){this.blockingReason=t;this.blocked=!0};this.setTargetingSegment=t=>{this.setTargetingObject("targetingSegment",Kameleoon.Internals.runtime.targetingSegments,this.targetingSegmentId,t)};this.setTargetingTrigger=t=>{this.setTargetingObject("targetingTrigger",Kameleoon.Internals.runtime.targetingTriggers,this.targetingTriggerId,t)};this.setTargetingObject=(t,e,i,n)=>{if(!i)this[t]=null;else this[t]=Kameleoon.Targeting.obtainTargeting(i)||e.find((t=>t.id==i))||null;if(!n||n==i){this.targeting=void 0;this.rescheduleTargeting=null;this.numberTargetingCheckings=0;this.displayedVariation=null}};this.trigger=()=>{if(!this.targeting){this.blocked=!1;this.targeting=!0;this.displayedVariation=null}};for(const e in t)this[e]=t[e];if(t.autopromo&&Kameleoon.Internals.configuration.forceAutopromoTargetingToFalse)this.setBlocked("AUTOPROMO");const i=Kameleoon.Internals.runtime.storedData.obtainField("Runtime","blockedPersonalizations",[]);if(i.length>0&&-1!=i.indexOf(this.id))this.setBlocked("API");Kameleoon.Analyst.Actions.associateActionAndVariation(this,0,1);this.setTargetingSegment();this.setTargetingTrigger()}static executeEmailingScript(){}static setGlobalPersonalizationDeviation(){const t="kameleoonGlobalPersonalizationExposition";const e=Kameleoon.Internals.configuration.personalizationsDeviation;let i=Kameleoon.Internals.runtime.readFromStorageOrExternal(t,"LS");const n=i&&i.split("/");let o;if(null!=i&&n[2]!=e)i=null;if(i)o="true"==n[0];else{o=1==e||Kameleoon.Utils.seededRandom(Kameleoon.Internals.runtime.Visitor.currentVisit.visitorCode,!0){if(Kameleoon.Internals.runtime.Consent.hasGlobalConsent()){if(Kameleoon.Internals.runtime.tabIdCreated){delete Kameleoon.Internals.runtime.tabIdCreated;Kameleoon.Utils.secureSessionStorage("setItem","kameleoonTabId",Kameleoon.Internals.runtime.tabId)}if(this.callbacksToExecute.length>0){const e=this.callbacksToExecute.splice(0,1e3);e.forEach((e=>e()))}if(this.eventsToSend.length>0&&this.validateTrackingRequest()){const e=this.eventsToSend.splice(0,1e3);const t=this.obtainVisitUrl();const n=this.obtainRequestBody(e);this.send(t,"POST",n,(()=>{}),(()=>{this.createErrorEventsQueue(n)}));if(this.eventsToSend.length>0)this.processRequests()}}};this.obtainRequestBody=e=>{const t=Kameleoon.Internals.runtime.Consent.getConsent();const n=sessionStorage.getItem(this.errorKey);let s="";s+=e.reduce(((e,n)=>{if(!n.notTrack&&this.validateTrackingConsent(n.eventType,t))e+=n.obtainRequestData()+"\n";return e}),"");if(n){s+=n;sessionStorage.removeItem(this.errorKey)}return s};this.obtainVisitUrl=()=>{const e=Kameleoon.Internals.runtime.Visitor.currentVisit.visitorCode;const t=Kameleoon.Internals.runtime.tabId;return`${this.url}/visit/events?siteCode=${this.siteCode}&visitorCode=${e}&itp=${"Safari"===Kameleoon.Internals.runtime.Device.browser}${t?`&tabId=${t}`:""}`};this.obtainIpUrl=()=>this.url+"/ip";this.obtainGeolocationUrl=()=>this.url+"/geolocation";this.obtainWeatherUrl=e=>this.url+"/weather"+(e?"/forecast":"/weather");this.send=(e,t,n,s,i,o)=>{const r=new XMLHttpRequest;r.open(t,e,!0);if(s)r.onreadystatechange=function(e){s.bind(r)(e.target)};if(i){r.onabort=function(e){i.bind(r)(e.target)};r.onerror=function(e){i.bind(r)(e.target)};r.ontimeout=function(e){i.bind(r)(e.target)}}r.timeout=o||15*60*1e3;r.send("POST"==t&&n?n:null);};this.sendActiveScript=()=>{};this.sendProduct=(e,t)=>{this.send(`${this.url}/product/events?siteCode=${this.siteCode}&ean=${encodeURIComponent(e.toString())}`,"POST",t);};this.eventsToSend=[];this.callbacksToExecute=[];this.url=Kameleoon.Internals.runtime.DATA_URL;this.siteCode=Kameleoon.Internals.configuration.siteCode;Kameleoon.Utils.setInterval(this.processRequests.bind(this),500);Kameleoon.Utils.addEventListener(window,Kameleoon.Internals.runtime.beforeUnloadEvent,"Safari"===Kameleoon.Internals.runtime.Device.browser?()=>this.eventsToSend.length&&this.createErrorEventsQueue(this.obtainRequestBody(this.eventsToSend)):this.processRequests.bind(this))}addCallback(e){if(Kameleoon.Internals.runtime.Consent.hasGlobalConsent())e();else this.callbacksToExecute.push(e)}addRequest(e){this.eventsToSend.push(e)}createErrorEventsQueue(e){if(e)sessionStorage.setItem(this.errorKey,(sessionStorage.getItem(this.errorKey)||"")+e)}validateTrackingConsent(e,t){return"experiment"!==e&&"personalization"!==e||t.AB_TESTING&&"experiment"===e||t.PERSONALIZATION&&"personalization"===e}validateTrackingRequest(){const n=(!Kameleoon.Internals.runtime.simulationMode||Kameleoon.Internals.runtime.enableRemoteVisitorSynchronization||Kameleoon.Internals.runtime.parameters["kameleoon-qa-mode"])&&!Kameleoon.Internals.runtime.proxyMode&&!Kameleoon.Internals.runtime.kameleoonSelectionIframeMode;return n}}class Targeting{constructor(){this.targetings={};this.obtainTargeting=e=>e&&this.targetings[e];this.checkTargetingCondition=(e,t,i)=>{let r;if(null==t.numberTargetingCheckings)t.numberTargetingCheckings=0;if(!this.checkIfTargetingMustBeComputed(t.targeting,t.rescheduleTargeting||0==t.numberTargetingCheckings,void 0))r={targeting:t.targeting,rescheduleTargeting:!1};else{let n=Kameleoon.Targeting["evaluate_"+t.type];let a;if(null!=n)a=n.bind(this)(t,e,i);else a=null;if(null==a)a={targeting:void 0,rescheduleTargeting:!1};let g=a.targeting;if(!0!==t.include)if(void 0===g){if(!0===a.excludedUndefinedIsTargeted)g=!0}else g=!g;r={targeting:g,rescheduleTargeting:this.checkIfTargetingMustBeComputed(g,a.rescheduleTargeting,void 0)};t.targeting=r.targeting;t.rescheduleTargeting=r.rescheduleTargeting;t.numberTargetingCheckings++}if(!0===r.targeting)r.weight=t.weight;else r.weight=0;return r};this.checkTargetingSegmentsTargeting=e=>{let t=[];for(let i=0,r=e.length;i0){let e=Kameleoon.Utils.setTimeout((()=>{Kameleoon.Utils.clearTimeout(e);this.processTargetingSegments(i)}),Kameleoon.Internals.runtime.domReady?Kameleoon.Internals.runtime.PAGE_LOADED_POLL_DELAY:Kameleoon.Internals.runtime.PAGE_LOADING_POLL_DELAY)}};this.checkTree=(e,t,i,r)=>{let n;if(null==t){n={targeting:!0,rescheduleTargeting:!1};if(i)n.weight=0}else{if(null==t.numberTargetingCheckings)t.numberTargetingCheckings=0;if(!this.checkIfTargetingMustBeComputed(t.targeting,t.rescheduleTargeting||0==t.numberTargetingCheckings,i)){n={targeting:t.targeting,rescheduleTargeting:!1};if(i)n.weight=t.weight}else{if(null!=t.targetingCondition)n=this.checkTargetingCondition(e,t.targetingCondition,r);else{let a=this.checkTree(e,t.leftChild,i,r);let g=Kameleoon.Internals.runtime.simulationMode||i;if(!g)switch(a.targeting){case!0:if(!t.orOperator)g=!0;break;case!1:if(t.orOperator)g=!0;break;case void 0:default:g=!0;break}let l=null;if(g)l=this.checkTree(e,t.rightChild,i,r);let s;switch(a.targeting){case!0:if(t.orOperator)s=!0;else switch(l.targeting){case!0:s=!0;break;case!1:s=!1;break;case void 0:default:s=void 0;break}break;case!1:if(t.orOperator)switch(l.targeting){case!0:s=!0;break;case!1:s=!1;break;case void 0:default:s=void 0;break}else s=!1;break;case void 0:default:if(t.orOperator)switch(l.targeting){case!0:s=!0;break;case!1:s=void 0;break;case void 0:default:s=void 0;break}else switch(l.targeting){case!0:s=void 0;break;case!1:s=!1;break;case void 0:default:s=void 0;break}break}n={targeting:s,rescheduleTargeting:this.checkIfTargetingMustBeComputed(s,a.rescheduleTargeting||g&&l.rescheduleTargeting,i)};if(i){let e;if(t.orOperator)e=Math.max(a.weight,l.weight);else e=a.weight+l.weight;n.weight=e}}t.targeting=n.targeting;t.rescheduleTargeting=n.rescheduleTargeting;if(i)t.weight=n.weight}t.numberTargetingCheckings++}return n};this.computeDisplayableTree=e=>{let t=new Array;let i=new Array;this.computeDisplayableTreeFirstLevelAddIn(e,t,i);if(i.length>0){let e=new Array;let r=new Array;let n=this.createIterator(t);let a=this.createIterator(i);while(a.hasNext()){let t=a.next();if(Kameleoon.Utils.testEmptyMap(t.conditions)){if(a.hasNext())n.next()}else{r.push(t);if(a.hasNext())e.push(n.next())}}t=r.length>0?e.slice(0,r.length-1):e;i=r}return{firstLevelOrOperators:t,secondLevel:i}};this.computeDisplayableTreeFirstLevelAddIn=(e,t,i)=>{if(null!=e)if(null==e.targetingCondition)if(0==e.orGuiLevel){this.computeDisplayableTreeFirstLevelAddIn(e.leftChild,t,i);t.push(e.orOperator);this.computeDisplayableTreeFirstLevelAddIn(e.rightChild,t,i)}else i.push(this.computeDisplayableTreeSecondLevel(e));else i.push(this.computeDisplayableTreeSecondLevel(e))};this.computeDisplayableTreeSecondLevel=e=>{let t=new Array;let i=new Array;this.computeDisplayableTreeSecondLevelAddIn(e,t,i);if(i.length>0){let e=new Array;let r=new Array;let n=this.createIterator(t);let a=this.createIterator(i);while(a.hasNext()){let t=a.next();if(t.disabled){if(a.hasNext())n.next()}else{r.push(t);if(a.hasNext())e.push(n.next())}}t=r.length>0?e.slice(0,r.length-1):e;i=r}return{orOperators:t,conditions:i}};this.computeDisplayableTreeSecondLevelAddIn=(e,t,i)=>{if(null!=e)if(null==e.targetingCondition){this.computeDisplayableTreeSecondLevelAddIn(e.leftChild,t,i);t.push(e.orOperator);this.computeDisplayableTreeSecondLevelAddIn(e.rightChild,t,i)}else i.push(e.targetingCondition)};this.flattenTree=e=>{let t=(e,i)=>{if(null!=e)if(null!=e.targetingCondition)return!1===e.targetingCondition.targeting?["!",e.targetingCondition]:e.targetingCondition;else{let r=e.orOperator?"OR":"AND";let n=[t(e.leftChild,r),r,t(e.rightChild,r)];return"AND"==i&&"OR"==r?["(",n,")"]:n}};return Kameleoon.Utils.flatten(t(e,"OR"))};this.processAllTargetings=()=>{let e=Kameleoon.Internals.runtime.targetingSegments||[];e=e.concat(Kameleoon.Internals.runtime.targetingTriggers||[]);e.forEach((e=>{this.targetings[e.id]=e}));this.processTargetingSegments(e)};this.processTargetingSegments=e=>{this.checkTargetingSegmentsTargeting(e);let t=[];for(let i=0,r=e.length;i{if(0==r){n--;if(-1==n)n=23;r=60}if(n=s&&gi=>{const g=n&&Kameleoon.Internals.runtime.Campaigns.obtainCampaign(n);let a=null;const o=t=>{if(t&&t.targetingCondition&&t.targetingCondition.uniq===e)return t.targetingCondition;if(t&&t.leftChild){const n=o(t.leftChild);if(n)return n}if(t&&t.rightChild){const n=o(t.rightChild);if(n)return n}};if(g)a=o(g.targetingTrigger?.tree)||o(g.targetingSegment?.tree);else{const n=Kameleoon.Targeting.obtainTargeting(t)||Kameleoon.Internals.runtime.targetingSegments.find((n=>n.id==t))||Kameleoon.Internals.runtime.targetingTriggers.find((n=>n.id==t));a=n&&o(n.tree)}if(a)a.targeting=i};Targeting.prototype.evaluate_JS_CODE=function(targetingCondition,campaign,segment){let targeting;try{if(targetingCondition.timeout)if(targetingCondition.start){if(Date.now()-targetingCondition.start>=1e3*targetingCondition.timeout)return{targeting:!1,rescheduleTargeting:!1}}else targetingCondition.start=Date.now();if(!targetingCondition.valueGeneratedCode)if(targetingCondition.async){targetingCondition.uniq=targetingCondition.uniq??Kameleoon.Utils.obtainRandomString(4);targetingCondition.valueGeneratedCode="(function(setTargeting) {\n"+targetingCondition.value+`\n})(Kameleoon.Targeting.evaluate_FIND_UNIQ_CONDITION(${segment.id}, ${campaign?.id??null}, '${targetingCondition.uniq}'));`;Kameleoon.Utils.runProtectedScript(targetingCondition.valueGeneratedCode,"")}else targetingCondition.valueGeneratedCode="(function() {\n"+targetingCondition.value+"\n})();";if(targetingCondition.async)targeting=targetingCondition.targeting||void 0;else if(!targetingCondition.domReady||Kameleoon.Internals.runtime.domReady){const value=Kameleoon.Utils.runProtectedScript(targetingCondition.valueGeneratedCode,"",(()=>eval(targetingCondition.valueGeneratedCode)));targeting="boolean"==typeof value?value:void 0}}catch(t){targeting=!1;const n=segment?segment.name:null;console.log(t,n)}return{targeting:targeting,rescheduleTargeting:void 0===targeting}};Targeting.prototype.evaluate_DOM_ELEMENT=function(e){let l;if(null!=e.value)l=Kameleoon.Utils.querySelectorAll(e.value).length>0?!0:void 0;else if(null!=e.elementSets);else l=!1;if(void 0===l&&Kameleoon.Internals.runtime.domReady)l=!1;return{targeting:l,rescheduleTargeting:void 0===l}};Targeting.prototype.evaluate_CONVERSIONS=function(e){if(Kameleoon.Internals.runtime.gathererRun){let n;const t=e.checkInAllVisits?Kameleoon.Internals.runtime.Visitor.visits:[Kameleoon.Internals.runtime.Visitor.currentVisit];if(e.value<0||null==e.value){n=!1;const e=Kameleoon.Analyst.Goals.getList();for(const t of e)if("PAGE_VIEWS"!=t.type&&"URL"!=t.type){n=void 0;break}for(const o of e){for(const e of t)if(e.obtainNumberConversions(o.id)>0){n=!0;break}if(n)break}}else{n=!1;const o=Kameleoon.Analyst.Goals.get(e.value);if(o){if("PAGE_VIEWS"!=o.type&&"URL"!=o.type)n=void 0;for(const e of t)if(e.obtainNumberConversions(o.id)>0){n=!0;break}}}return{targeting:n,rescheduleTargeting:void 0===n,excludedUndefinedIsTargeted:!0}}return null};class Tracking{constructor(){this.timeBeforeSendTracking=20*60*1e3;this.checkAndSetKameleoonTrackingTime=(t,e)=>{const n=Kameleoon.Utils.secureSessionStorage("getItem","kameleoonAnalyticsTrackingTimes");const i=null==n?{}:JSON.parse(n);const a="Experiment-"+t;if(null==i[e]||null==i[e][a]||(new Date).getTime()>=i[e][a]+this.timeBeforeSendTracking){if(null==i[e])i[e]={};i[e][a]=(new Date).getTime();Kameleoon.Utils.secureSessionStorage("setItem","kameleoonAnalyticsTrackingTimes",JSON.stringify(i));return!0}return!1};this.obtainTealiumData=()=>{};this.processCustomIntegration=t=>{const e=Kameleoon.Internals.configuration.customIntegrations;for(let n=0;nt.name==i))[0];if(a){const e="'"+t.name.replace(/(['"])/g,"\\$1")+"'";Kameleoon.Utils.runProtectedScript(`(function(\n\t\t\t\t\t\texperimentID,\n\t\t\t\t\t\texperimentName,\n\t\t\t\t\t\tpersonalizationID,\n\t\t\t\t\t\tpersonalizationName,\n\t\t\t\t\t\tvariationID,\n\t\t\t\t\t\tvariationName) {\n\t\t\t\t\t\t\t${a.jsCode}\n\t\t\t\t\t})(\n\t\t\t\t\t\t${t.experimentAction?t.id:null},\n\t\t\t\t\t\t${t.experimentAction?e:null},\n\t\t\t\t\t\t${!t.experimentAction?t.id:null},\n\t\t\t\t\t\t${!t.experimentAction?e:null},\n\t\t\t\t\t\t${"reference"==t.associatedVariation.id.toString()?0:t.associatedVariation.id},\n\t\t\t\t\t\t${"'"+t.associatedVariation.name+"'"}\n\t\t\t\t\t)`,"kameleoonCustomIntegration"+i+".js")}}}}}Tracking.prototype.processGA4Audiences=function(e){const a="GTM"===window.Kameleoon.Internals.configuration.GA4_METHOD;const n=`KAM-${e.id}-${e.associatedVariation.id}`;if(!a&&window.gtag){const a={exp_variant_string:n,kam_campaign_name:e.name,kam_variation_name:e.associatedVariation.name};if(e.redirectProcessed)a.page_referrer=Kameleoon.Gatherer.Referrer.obtain();if(Kameleoon.Internals.configuration.ga4AudiencesMeasurementId)a.send_to=Kameleoon.Internals.configuration.ga4AudiencesMeasurementId;window.gtag("event","experience_impression",a)}else if(a&&window.dataLayer)window.dataLayer.push({event:"experience_impression",exp_variant_string:n,kam_campaign_name:e.name,kam_campaign_id:e.id,kam_variation_name:e.associatedVariation.name,kam_variation_id:e.associatedVariation.id});else Kameleoon.Utils.setTimeout((function(){Kameleoon.Tracking.processGA4Audiences.apply(Kameleoon.Tracking,[e])}),150)};Tracking.prototype.processUniversalAnalytics=function(e){let n=Kameleoon.Tracking.findUniversalAnalyticsObject();let a=n&&n.answer&&42==n.answer;if(!a&&e.universalAnalyticsTracking.eventCallDelayed){let n=Kameleoon.Utils.setTimeout((function(){Kameleoon.Utils.clearTimeout(n);Kameleoon.Tracking.processUniversalAnalytics.apply(Kameleoon.Tracking,[e])}),150);return}let i=e.universalAnalyticsTracking.trackingId;if(a&&e.universalAnalyticsTracking.eventCallDelayed&&i)if(void 0==Kameleoon.Tracking.obtainUniversalAnalyticsTracker(e)){let n=Kameleoon.Utils.setTimeout((function(){Kameleoon.Utils.clearTimeout(n);Kameleoon.Tracking.processUniversalAnalytics.apply(Kameleoon.Tracking,[e])}),150);return}let l=Kameleoon.Tracking.obtainUniversalAnalyticsTrackerPrefix(e);if(null==n||n&&null==n.answer){let n=Kameleoon.Utils.setTimeout((function(){Kameleoon.Utils.clearTimeout(n);Kameleoon.Tracking.processUniversalAnalytics.apply(Kameleoon.Tracking,[e])}),150)}else{if(e.universalAnalyticsTracking.dimension&&e.universalAnalyticsTracking.dimension<201)n(l+"set","dimension"+e.universalAnalyticsTracking.dimension,e.name+"/"+e.associatedVariation.name.substring(0,80));if(Kameleoon.Tracking.checkAndSetKameleoonTrackingTime(e.id,"universalAnalytics"))if(e.universalAnalyticsTracking.pageViewTracking){let a=e.name.replace(/\//gi,"-");n(l+"send","pageview","/Kameleoon/"+a+"/"+encodeURIComponent(e.associatedVariation.name))}else if(a||e.universalAnalyticsTracking.eventTracking)n(l+"send","event","Kameleoon",e.name,e.associatedVariation.name,void 0,{nonInteraction:1})}};Tracking.prototype.findUniversalAnalyticsObject=()=>window.ga;Tracking.prototype.obtainUniversalAnalyticsTrackerPrefix=e=>{let n=Kameleoon.Tracking.obtainUniversalAnalyticsTracker(e);return n?n.get("name")+".":""};Tracking.prototype.obtainUniversalAnalyticsTrackerFromTrackingId=e=>{let n=Kameleoon.Tracking.findUniversalAnalyticsObject();if(void 0!==n&&null!=n.getAll){let a=n.getAll();if(e){for(let n=0;n0)return a[0]}return};Tracking.prototype.obtainUniversalAnalyticsTracker=e=>{let n;if(e&&e.universalAnalyticsTracking&&e.universalAnalyticsTracking.trackingId)n=e.universalAnalyticsTracking.trackingId;return Kameleoon.Tracking.obtainUniversalAnalyticsTrackerFromTrackingId(n)};Tracking.prototype.processContentSquare=function(e){if(null!=window._uxa){if(Kameleoon.Tracking.checkAndSetKameleoonTrackingTime(e.id,"ContentSquare")){const n=e.experimentAction?"AB":"PERSO";window._uxa.push(["trackDynamicVariable",{key:n+"_Kameleoon_"+e.id,value:(0===e.associatedVariation.id?"reference":e.associatedVariation.id).toString()}])}}else Kameleoon.Utils.setTimeout((function(){Kameleoon.Tracking.processContentSquare.apply(Kameleoon.Tracking,[e])}),150)};Tracking.prototype.processMouseflow=function(e){if(null!=window._mfq){const o=99;if(Kameleoon.Tracking.checkAndSetKameleoonTrackingTime(e.id,"Mouseflow"))window._mfq.push(["setVariable",(e.id+"-"+e.name).slice(0,o),e.associatedVariation.name])}else{const o=Kameleoon.Utils.setTimeout((function(){Kameleoon.Utils.clearInterval(o);Kameleoon.Tracking.processMouseflow.apply(Kameleoon.Tracking,[e])}),150)}};class Variation{constructor(e){this.getAction=()=>Kameleoon.Internals.runtime.Campaigns.obtainCampaign(this.actionId);for(const t in e)this[t]=e[t]}applyJavascriptCode(e){if(this.javaScriptCode&&this.javaScriptCode.code&&(null==this.javaScriptCode.evaluated||e)){this.javaScriptCode.evaluated=!0;return Kameleoon.Utils.runProtectedScript(this.javaScriptCode.code,"kameleoonVariationJavaScriptCode-"+this.id+".js")}return null}preProcessRedirect(e){}process(){const e=Kameleoon.Internals.runtime.Campaigns.obtainCampaign(this.actionId);if(!this.styleSheetAdded){this.styleSheetAdded=!0;Kameleoon.Utils.addCSSStyleSheet(this.css,e,null)}if(this.javaScriptCode&&!this.permanentRefreshActive)if(!this.javaScriptCode.afterDOMReady)this.applyJavascriptCode(!1);else if(!this.permanentRefreshActive)Kameleoon.Utils.domReady((()=>{this.applyJavascriptCode(!1)}));if(this.elementSets&&(!e||e.targeting))this.elementSets.forEach((e=>{e.evaluated=!0;Kameleoon.ElementSet.processElementSet(e,this,!1,this.permanentRefreshActive,this.editionMode)}));const t="enginePollerForVariation"+this.id;if(Kameleoon.Internals.runtime[t]&&!this.permanentRefreshActive){if(Kameleoon.Internals.runtime.cantUseMutationObserver)Kameleoon.Utils.clearInterval(Kameleoon.Internals.runtime[t]);Kameleoon.Internals.runtime[t]=null}if(!Kameleoon.Internals.runtime[t]&&!Kameleoon.Internals.runtime.editorMode&&!Kameleoon.Internals.runtime.kameleoonSelectionIframeMode){this.permanentRefreshActive=!0;Kameleoon.Internals.runtime.listenVariations.push(this);Kameleoon.Internals.runtime[t]=!0;if(Kameleoon.Internals.runtime.cantUseMutationObserver)Kameleoon.Internals.runtime[t]=Kameleoon.Utils.setInterval((()=>{this.process()}),10)}}processReplaceData(e){}}class Visit{constructor(t){this.addActionTriggered=(t,e)=>{const i=e?"experimentsTriggered":"personalizationsTriggered";const s=Kameleoon.Internals.runtime.storedData.obtainField("Gatherer",i,{});s[t.toString()]=!0;Kameleoon.Internals.runtime.storedData.saveField("Gatherer",i,s);};this.addEvent=t=>{this.lastEventDate=t};this.addAdBlocker=()=>{this.Device.adBlocker=!0};this.addConversions=(t,e,i,s)=>{let n=s?-1:1;e*=n;i*=n;let a=this.conversions[t];let o=a?a.count:0;let r=a?a.revenue:0;let l=o+e;let u=r+i;if(l>0)if(u>=0)this.conversions[t]={count:l,revenue:u};else delete this.conversions[t];else delete this.conversions[t]};this.addCustomData=(t,e,i)=>{if(Kameleoon.Utils.testEmptyMap(e)){if(i)delete this.customData[t]}else{if(i||null==this.customData[t])this.customData[t]={};for(let i in e)this.customData[t][i]=(this.customData[t][i]||0)+e[i]}};this.addExperiment=(t,e,i)=>{if(null===i)return;if(void 0===this.ExperimentActivations[e])this.ExperimentActivations[e]={associatedVariationID:i,times:[]};this.ExperimentActivations[e].times.push(t);if(-1!=e){let t=Kameleoon.Internals.runtime.Campaigns.obtainCampaign(e,!0);let i=t?t.attributionWindow:Visitor.INFLUENCE_DELAY;if(i>0)this.ExperimentActivations[e].influence=i}};this.addGeolocation=t=>{this.Geolocation=t};this.addClicks=t=>{if(t>0)this.clicks+=t};this.addPage=(t,e,i,s)=>{let n=s.filter((t=>null!=t));this.pages.push({timestamp:t,keyPagesMatched:i,referrersMatched:n.length>0?n:[]});let a=this.pageURLsVisited[e];if(null==a){a=[];this.pageURLsVisited[e]=a}a.push(t);for(let t in this.productEansLastPage)this.productEansAllButLastPages[t]=!0;this.productEansLastPage={}};this.addPersonalization=(t,e,i)=>{if(0==i)return null;if(void 0===this.PersonalizationActivations[e]||null!=i&&null==this.PersonalizationActivations[e].associatedVariationID)this.PersonalizationActivations[e]={associatedVariationID:i,times:[]};this.PersonalizationActivations[e].times.push(t);if(-1!=e){let t=Kameleoon.Internals.runtime.Campaigns.obtainCampaign(e,!1);let i=t?t.attributionWindow:Visitor.INFLUENCE_DELAY;if(i>0)this.PersonalizationActivations[e].influence=i}};this.addProduct=t=>{this.productEansLastPage[t]=!0};this.addTargetingSegment=(t,e)=>{let i=this.activatedSegments[e];if(null==i){i=[];this.activatedSegments[e]=i}i.push(t);};this.addWeather=t=>{this.Weather=t};this.clearCustomDataPage=()=>{for(let t in Kameleoon.Internals.runtime.Gatherer.configuration.customData){let e=Kameleoon.Internals.runtime.Gatherer.configuration.customData[t];if("PAGE"==e.scope)delete this.customData[t]}};this.computeActionNumberActivations=(t,e,i,s)=>{if(null==s[t])return 0;return this.computeObjectNumberPresence(e,i,s[t].times)};this.computeObjectNumberPresence=(t,e,i)=>{let s=0;for(let n=0,a=i.length;n=t)&&(null==e||a<=e))s++}return s};this.isVisitFinished=()=>this.lastEventDate<(new Date).getTime()-Kameleoon.Internals.runtime.Gatherer.configuration.maxVisitIdleDuration;this.obtainKeyPageIsVisited=t=>{let e=this.pages.filter((e=>-1!=e.keyPagesMatched.indexOf(t)));return e.length>0};this.obtainMeanPageDuration=()=>{let t=new Date;let e=this.obtainTimesStartedPages();let i=OnlineMeanAndDeviation.createFromDifferences(e,!1,!0,!0);i.update([t.getTime()-e[e.length-1]]);return i.mean[0];};this.obtainNumberConversions=t=>{let e=this.conversions[t];return null==e?0:e.count};this.obtainPageNumberViews=(t,e,i,s)=>{let n=0;for(let a in this.pageURLsVisited)if(null!=a){let o=Kameleoon.Utils.computeRelativeURL(a);if((null==t||t.test(a)||t.test(o))&&(null==e||!e.test(a)&&!e.test(o)))n+=this.computeObjectNumberPresence(i,s,this.pageURLsVisited[a])}return n};this.obtainTimesStartedPages=()=>{let t=[];for(let e in this.pageURLsVisited)t.concat(this.pageURLsVisited[e]);return t.sort()};this.obtainPersonalizationNumberActivations=(t,e,i)=>this.computeActionNumberActivations(t,e,i,this.PersonalizationActivations);this.obtainReferrerIsPresent=t=>{let e=null==t?null:t+1;let i=this.pages.filter((t=>-1!=t.referrersMatched.indexOf(e)));return i.length>0};this.visitNumber=t.visitNumber||0;this.landingPageURL=t.landingPageURL||null;this.productEansAllButLastPages=t.productEansAllButLastPages||{};this.productEansLastPage=t.productEansLastPage||{};this.startDate=t.startDate||0;this.pageURLsVisited=t.pageURLsVisited||{};this.activatedSegments=t.activatedSegments||{};this.visitorCode=t.visitorCode||"";this.customData=t.customData||{};this.clicks=t.clicks||0;this.lastEventDate=t.lastEventDate||t.lastActivityDate||this.startDate;let e=t.Device||{};this.Device={adBlocker:e.adBlocker||!1,browser:e.browser||"Other",browserVersion:e.browserVersion||null,os:e.os||"Other",screenHeight:e.screenHeight||null,screenWidth:e.screenWidth||null,timeZone:e.timeZone||"UTC",type:e.type?e.type.toLocaleUpperCase():null,windowHeight:e.windowHeight||null,windowWidth:e.windowWidth||null};let i=t.Geolocation||{};this.Geolocation={city:i.city||null,country:i.country||null,latitude:i.latitude||null,longitude:i.longitude||null,postalCode:i.postalCode||null,region:i.region||null};let s=t.Weather||{};this.Weather={conditionCode:s.conditionCode||null,conditionDescription:s.conditionDescription||null,cloudiness:s.cloudiness||null,humidity:s.humidity||null,pressure:s.pressure||null,sunrise:s.sunrise||null,sunset:s.sunset||null,temperature:s.temperature||null,windSpeed:s.windSpeed||null};this.conversions=t.conversions||{};this.ExperimentActivations=t.ExperimentActivations||{};this.PersonalizationActivations=t.PersonalizationActivations||{};this.pages=t.pages||[]}obtainExperimentNumberActivations(t,e,i){return this.computeActionNumberActivations(t,e,i,this.ExperimentActivations)}}class Visitor{constructor(){this.addVisit=t=>{this.visits.push(t);this.currentVisit=t;this.totalVisits++;if(null==this.timeStartedEldestVisit)this.timeStartedEldestVisit=t.startDate;const e=this.visits.length;const i=Math.max(1,Kameleoon.Internals.configuration.maxNumberLocalVisits);if(e>i)this.visits=this.visits.slice(e-i)};this.obtainKeyPageIsVisited=t=>{for(let e=0,i=this.visits.length;e{for(let e=0,i=this.visits.length;e{let e=0;for(let i=this.visits.length-1;i>=0;--i)e+=this.visits[i].obtainNumberConversions(t);return e};this.obtainActionNumberActivations=(t,e,i,o,s,n,r,a)=>{const l=a?"obtainExperimentNumberActivations":"obtainPersonalizationNumberActivations";const m=this.visits.length;let c=0;if(m>0&&(s||n)){let e=0;let a=m;if(!n&&s)e=m-1;else if(n&&!s)a=m-1;for(let s=e;s0):e}}return c};this.obtainPageNumberViews=(t,e,i,o,s,n)=>{const r=this.visits.length;let a=0;if(r>0&&(s||n)){let l=0;let m=r;if(!n&&s)l=r-1;else if(n&&!s)m=r-1;for(let s=l;s{let t=0;if(this.visits.length>1){t=this.currentVisit.startDate-this.visits.slice(-2)[0].lastEventDate;t=Math.max(t,Kameleoon.Internals.runtime.Gatherer.configuration.maxVisitIdleDuration)}return t};this.obtainVisitorCode=t=>{let e=!1;let i=Kameleoon.Utils.readLocalData("kameleoonVisitorCode","COOKIE");const o=Kameleoon.Internals.runtime.storedData.obtainField("Gatherer","timeNextSynchronization",null);if(Kameleoon.Internals.configuration.useWideDomainSupport||Kameleoon.Internals.configuration.useVisitorCodeInLocalStorage){const t=Kameleoon.Internals.runtime.incomingStoredData?.["kameleoonVisitorCode"]??Kameleoon.Utils.readLocalData("kameleoonVisitorCode","LS");if(t)i=t}if(t||null==i){i=Kameleoon.Utils.obtainRandomString(Visitor.VISITOR_CODE_LENGTH,Analyst.CODE_ALPHABET);e=!0}Kameleoon.Utils.saveVisitorCode(i,null==o);this.visitorCode=i;return e};this.obtainVisitorFromStoredData=()=>Kameleoon.Internals.runtime.storedData.Visitor;this.saveToStoredData=()=>{this.saveFieldToStoredData("visits",this.visits);this.saveFieldToStoredData("totalVisits",this.totalVisits);this.saveFieldToStoredData("timeStartedEldestVisit",this.timeStartedEldestVisit)};this.setVisitorCode=t=>{if(this.visitorCode!=t){Kameleoon.Internals.runtime.newVisitorCode=!0;Kameleoon.Utils.saveVisitorCode(t);this.visitorCode=t;Kameleoon.Internals.runtime.Visitor.currentVisit.visitorCode=t;if(this.visits)this.visits.forEach((e=>{e.visitorCode=t}));Kameleoon.Internals.runtime.Campaigns.obtainCampaignsList(0).forEach((t=>{if(void 0!==t.registeredVariationId){t.registeredVariationId=void 0;t.performVariationAssignment(!0)}}));Kameleoon.Internals.runtime.Campaigns.obtainCampaignsList(1).forEach((t=>{if(t.customExpositionRate){if(Kameleoon.Internals.runtime.incomingStoredData)delete Kameleoon.Internals.runtime.incomingStoredData["kameleoonPersonalization-"+t.id];Kameleoon.Utils.eraseLocalData("kameleoonPersonalization-"+t.id,null,"LS")}}));this.saveToStoredData();Kameleoon.Gatherer.track(VisitEvent_Page);Kameleoon.Gatherer.track(VisitEvent_StaticData)}};this.updateFromStoredData=(t,e,i)=>{const o=this.obtainVisitorFromStoredData();const s=o.visits;if(!this.visitorCode){const t=this.obtainVisitorCode(i);if(t)i=!0}if(s){const t=s.slice(-1)[0].visitorCode;if(t!=this.visitorCode){const e=Kameleoon.Utils.readLocalData("kameleoonVisitorCode","LS")||Kameleoon.Utils.readLocalData("kameleoonVisitorCode","COOKIE");if(e==t||!Kameleoon.Internals.runtime.Consent.hasGlobalConsent()){this.visitorCode=t;try{delete Kameleoon.Internals.runtime.localDataMap.COOKIE["kameleoonVisitorCode"];delete Kameleoon.Internals.runtime.localDataMap.LS["kameleoonVisitorCode"]}catch(t){}}else if(e==this.visitorCode)i=!0}}if(i||t){e=!0;if(i)this.totalVisits=0}this.visits=[];if(!i&&s){s.forEach((t=>{this.addVisit(new Visit(t))}));this.totalVisits=o.totalVisits;this.timeStartedEldestVisit=o.timeStartedEldestVisit}let n=0;if(e||!this.currentVisit||this.currentVisit.isVisitFinished()){const{Device:t,storedData:e}=Kameleoon.Internals.runtime;const o=e.obtainField("Gatherer","startsOfVisitForCurrentPage");e.saveField("Gatherer","startsOfVisitForCurrentPage",o+1);Kameleoon.Internals.runtime.Gatherer.startOfVisit=!0;e.resetForStartOfVisit();e.saveField("Runtime","firstReferrerHref",Kameleoon.Gatherer.Referrer.obtainCorrected(!0)||null);e.saveField("Runtime","firstReferrersIndices",Kameleoon.Gatherer.Referrer.obtainIndexes(!0)||[null]);e.saveField("Runtime","landingKeyPagesIndices",Kameleoon.Gatherer.KeyPage.obtainIndexes()||[null]);let s;if(!this.currentVisit||i)s=0;else s=this.currentVisit.visitNumber+1;this.addVisit(new Visit({visitorCode:this.visitorCode,startDate:(new Date).getTime(),visitNumber:s,landingPageURL:Kameleoon.Utils.computeCurrentPageCleanAbsoluteURL(),Device:{browser:Kameleoon.Gatherer.Browser.obtain(),browserVersion:t.browserVersion,os:Kameleoon.Gatherer.OperatingSystem.obtain(),screenHeight:t.screenHeight,screenWidth:t.screenWidth,timeZone:Kameleoon.Gatherer.TimeZone.obtainId(),type:t.type,windowHeight:t.windowHeight,windowWidth:t.windowWidth}}));n=2}this.saveToStoredData();Kameleoon.Internals.runtime.storedData.save(n)};this.getCustomDataVisitor=()=>{const t={};const e=Kameleoon.Internals.runtime.Gatherer.configuration.customData;for(const i in Kameleoon.Internals.runtime.Visitor.currentVisit.customData){const o=e[i];if(null!=o&&!o.disabled)if("VISITOR"==o.scope){const e=Kameleoon.Internals.runtime.Visitor.currentVisit.customData[i];t[i]=e}}return t};this.registerVisitsRequestSuccess=t=>{};this.compareCurrentVisitFromServer=t=>{};this.performRemoteVisitorSynchronization=()=>{};this.obtainProductData=(t,e,i,o)=>{const s=`${Kameleoon.Internals.runtime.DATA_URL}/product/${t}`;i.siteCode=Kameleoon.Internals.configuration.siteCode;i.eans=encodeURIComponent(JSON.stringify((e instanceof Array?e:[e]).map((t=>t.toString()))));Kameleoon.Utils.performBeaconServerCall(Kameleoon.Utils.addParameterToURL(s,Kameleoon.Utils.parseObjectToUrlParams(i),!1),(function(t){if(4===t.readyState&&200===t.status)o(JSON.parse(t.response||"{}"))}),(function(t){console.error(t)}));};this.obtainIdentifierValue=()=>{let t=null;return t||this.visitorCode};this.visits=[];this.currentVisit=null;this.totalVisits=0;this.updateFromStoredData(!1);Object.defineProperty(this,"customData",{enumerable:!0,get:()=>this.getCustomDataVisitor()})}saveFieldToStoredData(t,e){Kameleoon.Internals.runtime.storedData.Visitor[t]=e}remoteSynchronisation(t,e,i,o){}}Visitor.VISITOR_CODE_LENGTH=16;Visitor.INFLUENCE_DELAY=1e3*60*60*24*7;try{window.Kameleoon=new KameleoonEngine}catch(o){console.log(o)} Kameleoon.Internals = {"configuration":{"API_HOST_NAME":"api","APP_HOST_NAME":"app","BACK_OFFICE_HOST_NAME":"old","EDITOR_SRC":"src/main.ts","STATIC_IMAGES_URL":"//static.kameleoon.com/js/editor/source/images/","BASE_EDITOR_URL":"//static.kameleoon.com/js/editor/","NEW_EDITOR_URL":"//graphical-editor.kameleoon.com","EDITOR_HOST_NAME":"editor","DOMAIN":"kameleoon.com","SITE_RESOURCES_DOMAIN":"kameleoon.eu","GUI_ESTIMATED_LOADING_TIME":3000,"IMAGE_PATH":"https://9e9soula8o.kameleoon.eu/images/","PROXY_HOST_NAME":"proxy","QOOXDOO_ESTIMATED_LOADING_TIME":2000,"SERVER_CALL_ESTIMATED_LOADING_TIME":500,"STATIC_DIRECT_HOST_NAME":"static-direct","STATIC_HOST_NAME":"static","environment":"PRODUCTION","staticURL":"//static.kameleoon.eu/","maxNumberLocalVisits":25,"memberCode":"0","siteCode":"9e9soula8o","abtestConsent":"REQUIRED","abtestConsentOptout":"RUN","beforeAbtestConsent":"PARTIALLY","beforePersonalizationConsent":"PARTIALLY","personalizationConsent":"REQUIRED","personalizationConsentOptout":"RUN","personalizationsDeviation":1,"experiments":[{"id":150465,"name":"Brand Content Center Popin","baseURL":"https://michelin-pp.wedia-group.com/portal","experimentAction":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1643299440000,"dateStatusModified":1643293189000,"goals":[243433],"deviation":{"0":0,"720310":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Variation 1","id":720310,"deviation":1}],"targetingSegmentId":176079,"attributionWindow":"0","winningVariationId":720310,"kameleoonTracking":{"mainGoalId":243433},"customIntegrations":[]},{"id":154688,"name":"UK - SoMob Banner - Moto LL (V4)","baseURL":"https://www.michelin.co.uk/motorbike/ll-tyres/motorbike-tyres","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1646920070000,"dateStatusModified":1646920081000,"goals":[98939],"deviation":{"0":0,"730868":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":730868,"deviation":1}],"targetingSegmentId":179310,"attributionWindow":"604800000","winningVariationId":730868,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":154940,"name":"FR - SoMob Banner - Moto LL (V4)","baseURL":"https://www.michelin.fr/motorbike/ll-tyres/motorbike-tyres","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1646907618000,"dateStatusModified":1646907657000,"goals":[98939],"deviation":{"0":0,"731492":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":731492,"deviation":1}],"targetingSegmentId":179299,"attributionWindow":"604800000","winningVariationId":731492,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":154944,"name":"FR - SoMob Banner - General AA & SS (V1)","baseURL":"https://en-gb-b2c-experience-michelin.preprod-dcadcx.michelin.fr/aa-tyres-mild-winter","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1661515940000,"dateStatusModified":1646906103000,"goals":[98939],"deviation":{"0":0,"731500":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":731500,"deviation":1}],"targetingSegmentId":179301,"attributionWindow":"604800000","winningVariationId":731500,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":154945,"name":"FR - SoMob Banner - Auto AA & SS (V2)","baseURL":"https://www.michelin.fr/auto/ss-tyres/auto-tyres","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1648543837000,"dateStatusModified":1646906182000,"goals":[98939],"deviation":{"0":0,"731503":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":731503,"deviation":1}],"targetingSegmentId":179302,"attributionWindow":"604800000","winningVariationId":731503,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":154954,"name":"UK - SoMob Banner - General & Auto LL (V3)","baseURL":"https://www.michelin.co.uk/ll-tyres","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1646919784000,"dateStatusModified":1646919906000,"goals":[98939],"deviation":{"0":0,"731522":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":731522,"deviation":1}],"targetingSegmentId":179308,"attributionWindow":"604800000","winningVariationId":731522,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":154970,"name":"DE - SoMob Banner - General & Auto LL (V3)","baseURL":"https://www.michelin.de/ll-tyres","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1646747703000,"dateStatusModified":1646923294000,"goals":[98939],"deviation":{"0":0,"731549":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":731549,"deviation":1}],"targetingSegmentId":179316,"attributionWindow":"604800000","winningVariationId":731549,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":155011,"name":"DE - SoMob Banner - Moto LL (V4)","baseURL":"https://www.michelin.de/motorbike/ll-tyres/motorbike-tyres","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1646747670000,"dateStatusModified":1646923408000,"goals":[98939],"deviation":{"0":0,"731662":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":731662,"deviation":1}],"targetingSegmentId":179349,"attributionWindow":"604800000","winningVariationId":731662,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":155050,"name":"IT - SoMob Banner - General & Auto LL (V3)","baseURL":"https://www.michelin.it/ll-tyres","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1648541690000,"dateStatusModified":1646921948000,"goals":[98939],"deviation":{"0":0,"731743":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":731743,"deviation":1}],"targetingSegmentId":179378,"attributionWindow":"604800000","winningVariationId":731743,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":155053,"name":"IT - SoMob Banner - Moto LL (V4)","baseURL":"https://www.michelin.it/motorbike/ll-tyres/motorbike-tyres","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1674557554000,"dateStatusModified":1646922011000,"goals":[98939],"deviation":{"0":0,"731752":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":731752,"deviation":1}],"targetingSegmentId":179381,"attributionWindow":"604800000","winningVariationId":731752,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":155055,"name":"IT - SoMob Banner - General AA & SS (V1)","baseURL":"https://www.michelin.it/ss-tyres","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1646757701000,"dateStatusModified":1646921576000,"goals":[98939],"deviation":{"0":0,"731757":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":731757,"deviation":1}],"targetingSegmentId":179382,"attributionWindow":"604800000","winningVariationId":731757,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":155057,"name":"IT - SoMob Banner - Auto AA & SS (V2)","baseURL":"https://www.michelin.it/auto/ss-tyres/auto-tyres","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1646757967000,"dateStatusModified":1646921751000,"goals":[98939],"deviation":{"0":0,"731761":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":731761,"deviation":1}],"targetingSegmentId":179384,"attributionWindow":"604800000","winningVariationId":731761,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":155094,"name":"ES - SoMob Banner - General & Auto LL (V3)","baseURL":"https://www.michelin.es/ll-tyres","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1646921056000,"dateStatusModified":1646921052000,"goals":[98939],"deviation":{"0":0,"731845":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":731845,"deviation":1}],"targetingSegmentId":179424,"attributionWindow":"604800000","winningVariationId":731845,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":155112,"name":"ES - SoMob Banner - Moto LL (V4)","baseURL":"https://www.michelin.co.uk/motorbike/ll-tyres/motorbike-tyres","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1648541673000,"dateStatusModified":1646921113000,"goals":[98939],"deviation":{"0":0,"731882":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":731882,"deviation":1}],"targetingSegmentId":179438,"attributionWindow":"604800000","winningVariationId":731882,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":155113,"name":"ES - SoMob Banner - General AA & SS (V1)","baseURL":"https://www.michelin.es/ss-tyres","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1646920273000,"dateStatusModified":1646920326000,"goals":[98939],"deviation":{"0":0,"731883":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":731883,"deviation":1}],"targetingSegmentId":179441,"attributionWindow":"604800000","winningVariationId":731883,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":155116,"name":"ES - SoMob Banner - Auto AA & SS (V2)","baseURL":"https://www.michelin.es/auto/ss-tyres/auto-tyres","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1646823795000,"dateStatusModified":1646921088000,"goals":[98939],"deviation":{"0":0,"731886":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":731886,"deviation":1}],"targetingSegmentId":179442,"attributionWindow":"604800000","winningVariationId":731886,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":155191,"name":"NL - SoMob Banner - General & Auto LL (V3)","baseURL":"https://www.michelin.nl/ll-tyres","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1648202215000,"dateStatusModified":1646925174000,"goals":[98939],"deviation":{"0":0,"732189":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":732189,"deviation":1}],"targetingSegmentId":179518,"attributionWindow":"604800000","winningVariationId":732189,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":155194,"name":"NL - SoMob Banner - Moto LL (V4)","baseURL":"https://www.michelin.nl/motorbike/ll-tyres/motorbike-tyres","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1646842244000,"dateStatusModified":1646925309000,"goals":[98939],"deviation":{"0":0,"732195":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":732195,"deviation":1}],"targetingSegmentId":179555,"attributionWindow":"604800000","winningVariationId":732195,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":155196,"name":"NL - SoMob Banner - General AA & SS (V1)","baseURL":"https://www.michelin.nl/ss-tyres","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1646842397000,"dateStatusModified":1646925481000,"goals":[98939],"deviation":{"0":0,"732198":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":732198,"deviation":1}],"targetingSegmentId":179556,"attributionWindow":"604800000","winningVariationId":732198,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":155197,"name":"NL - SoMob Banner - Auto AA & SS (V2)","baseURL":"https://www.michelin.nl/auto/ss-tyres/auto-tyres","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1646842582000,"dateStatusModified":1646926129000,"goals":[98939],"deviation":{"0":0,"732199":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":732199,"deviation":1}],"targetingSegmentId":179557,"attributionWindow":"604800000","winningVariationId":732199,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":155285,"name":"CZ - SoMob Banner - General & Auto LL (V3)","baseURL":"https://www.michelin.cz/auto/ll-tyres/auto-tyres","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1648819579000,"dateStatusModified":1648544748000,"goals":[98939],"deviation":{"0":0,"732473":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":732473,"deviation":1}],"targetingSegmentId":179585,"attributionWindow":"604800000","winningVariationId":732473,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":155289,"name":"CZ - SoMob Banner - Auto AA & SS (V2)","baseURL":"https://www.michelin.cz/auto/ss-tyres/auto-tyres","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1648819602000,"dateStatusModified":1648544554000,"goals":[98939],"deviation":{"0":0,"732482":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":732482,"deviation":1}],"targetingSegmentId":179588,"attributionWindow":"604800000","winningVariationId":732482,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":157102,"name":"RO - SoMob Banner - General & Auto LL (V3)","baseURL":"https://www.michelin.ro/auto/ll-tyres/auto-tyres","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1648542735000,"dateStatusModified":1648542774000,"goals":[98939],"deviation":{"0":0,"737824":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":737824,"deviation":1}],"targetingSegmentId":181317,"attributionWindow":"604800000","winningVariationId":737824,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":157106,"name":"RO - SoMob Banner - Auto AA & SS (V2)","baseURL":"https://www.michelin.ro/auto/ss-tyres/auto-tyres","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1648819621000,"dateStatusModified":1648544037000,"goals":[98939],"deviation":{"0":0,"737833":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":737833,"deviation":1}],"targetingSegmentId":181318,"attributionWindow":"604800000","winningVariationId":737833,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":157563,"name":"DK - SoMob Banner - General & Auto LL (V3)","baseURL":"https://www.michelin.dk/auto/ll-tyres/auto-tyres","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1648819909000,"dateStatusModified":1648820555000,"goals":[98939],"deviation":{"0":0,"739134":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":739134,"deviation":1}],"targetingSegmentId":181733,"attributionWindow":"604800000","winningVariationId":739134,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":157571,"name":"FI - SoMob Banner - General & Auto LL (V3)","baseURL":"https://www.michelin.fi/ll-tyres","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1648822980000,"dateStatusModified":1648823025000,"goals":[98939],"deviation":{"0":0,"739163":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":739163,"deviation":1}],"targetingSegmentId":181745,"attributionWindow":"604800000","winningVariationId":739163,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":157572,"name":"FI - SoMob Banner - Moto LL (V4)","baseURL":"www.michelin.fi/motorbike/ll-tyres/motorbike-tyres","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1650987843000,"dateStatusModified":1648823287000,"goals":[98939],"deviation":{"0":0,"739164":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":739164,"deviation":1}],"targetingSegmentId":181746,"attributionWindow":"604800000","winningVariationId":739164,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":157574,"name":"SE - SoMob Banner - General & Auto LL (V3)","baseURL":"https://www.michelin.se/ll-tyres","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1648824120000,"dateStatusModified":1648824061000,"goals":[98939],"deviation":{"0":0,"739188":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":739188,"deviation":1}],"targetingSegmentId":181748,"attributionWindow":"604800000","winningVariationId":739188,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":157575,"name":"SE - SoMob Banner - Moto LL (V4)","baseURL":"https://www.michelin.se/motorbike/ll-tyres/motorbike-tyres","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1648824292000,"dateStatusModified":1648824347000,"goals":[98939],"deviation":{"0":0,"739189":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":739189,"deviation":1}],"targetingSegmentId":181749,"attributionWindow":"604800000","winningVariationId":739189,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":169743,"name":"UK - SoMob Banner Winter - LL Tyres","baseURL":"https://www.michelin.co.uk/ll-tyres-nordic-winter","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1671697763000,"dateStatusModified":1669814734000,"goals":[98939],"deviation":{"0":0,"775838":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":775838,"deviation":1}],"targetingSegmentId":194835,"attributionWindow":"604800000","winningVariationId":775838,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":169779,"name":"UK - SoMob Banner Winter - AA & SS","baseURL":"https://www.michelin.co.uk/aa-tyres-mild-winter","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1671697952000,"dateStatusModified":1662731109000,"goals":[98939],"deviation":{"0":0,"775959":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":775959,"deviation":1}],"targetingSegmentId":194858,"attributionWindow":"604800000","winningVariationId":775959,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":173043,"name":"FR - SoMob Banner Winter - General AA & SS","baseURL":"https://www.michelin.fr/ss-tyres-mild-winter","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1663916091000,"dateStatusModified":1663916901000,"goals":[98939],"deviation":{"0":0,"783932":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":783932,"deviation":1}],"targetingSegmentId":197518,"attributionWindow":"604800000","winningVariationId":783932,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":173045,"name":"FR - SoMob Banner Winter - LL Tyres","baseURL":"https://www.michelin.fr/ll-tyres-mild-winter","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1669813567000,"dateStatusModified":1669813659000,"goals":[98939],"deviation":{"0":0,"783934":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":783934,"deviation":1}],"targetingSegmentId":197519,"attributionWindow":"604800000","winningVariationId":783934,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":173417,"name":"DE - SoMob Winter - AA & SS pages","baseURL":"https://www.michelin.de/aa-tyres-snow-winter","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1671697665000,"dateStatusModified":1664375878000,"goals":[98939],"deviation":{"0":0,"785032":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":785032,"deviation":1}],"targetingSegmentId":197847,"attributionWindow":"604800000","winningVariationId":785032,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":173425,"name":"DE - SoMob Winter - LL pages","baseURL":"https://www.michelin.de/ll-tyres-snow-winter","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1671697440000,"dateStatusModified":1664375874000,"goals":[98939],"deviation":{"0":0,"785043":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":785043,"deviation":1}],"targetingSegmentId":197843,"attributionWindow":"604800000","winningVariationId":785043,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":173854,"name":"TR - SoMob Banner Winter - General AA & SS","baseURL":"https://www.michelin.com.tr/aa-tyres-snow-winter","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1664957973000,"dateStatusModified":1664958061000,"goals":[98939],"deviation":{"0":0,"786641":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":786641,"deviation":1}],"targetingSegmentId":198400,"attributionWindow":"604800000","winningVariationId":786641,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":173864,"name":"TR - SoMob Banner Winter - LL Tyres","baseURL":"https://www.michelin.com.tr/ll-tyres-snow-winter","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1664958710000,"dateStatusModified":1664958769000,"goals":[98939,289501],"deviation":{"0":0,"786655":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":786655,"deviation":1}],"targetingSegmentId":198406,"attributionWindow":"604800000","winningVariationId":786655,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":174018,"name":"GR - SoMob Banner Winter - General AA & SS","baseURL":"https://www.michelin.gr/aa-tyres-mild-winter","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1665062867000,"dateStatusModified":1665063271000,"goals":[98939],"deviation":{"0":0,"787011":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":787011,"deviation":1}],"targetingSegmentId":198554,"attributionWindow":"604800000","winningVariationId":787011,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":174027,"name":"GR - SoMob Banner Winter - LL Tyres","baseURL":"https://www.michelin.gr/ll-tyres-mild-winter","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1665063479000,"dateStatusModified":1665063505000,"goals":[98939],"deviation":{"0":0,"787028":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":787028,"deviation":1}],"targetingSegmentId":198555,"attributionWindow":"604800000","winningVariationId":787028,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":174148,"name":"PL - SoMob Banner Winter - General AA & SS","baseURL":"https://www.michelin.pl/aa-tyres-snow-winter","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1665154670000,"dateStatusModified":1665154730000,"goals":[98939],"deviation":{"0":0,"787477":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":787477,"deviation":1}],"targetingSegmentId":198747,"attributionWindow":"604800000","winningVariationId":787477,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":174150,"name":"PL - SoMob Banner Winter - LL Tyres","baseURL":"https://www.michelin.pl/ll-tyres-mild-winter","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1665154857000,"dateStatusModified":1665154863000,"goals":[98939],"deviation":{"0":0,"787482":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":787482,"deviation":1}],"targetingSegmentId":198748,"attributionWindow":"604800000","winningVariationId":787482,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":178114,"name":"AMN - SF Chat - icon call reduced","baseURL":"https://www.michelin.ca","experimentAction":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1690808667000,"dateStatusModified":1690808667000,"goals":[98939],"deviation":{"0":0,"799266":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Variation 1","id":799266,"deviation":1}],"targetingSegmentId":208758,"attributionWindow":"604800000","winningVariationId":799266,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":181349,"name":"US - Hide \"Locate me\" feature - B2C","baseURL":"https://www.michelinman.com","experimentAction":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1671108690000,"dateStatusModified":1671108343000,"goals":[98939],"deviation":{"0":0,"808897":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Variation 1","id":808897,"deviation":1}],"targetingSegmentId":205271,"attributionWindow":"604800000","winningVariationId":808897,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":182070,"name":"ES - SoMob Banner Winter - AA & SS","baseURL":"https://www.michelin.es/ss-tyres-mild-winter","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1671704582000,"dateStatusModified":1671704600000,"goals":[98939],"deviation":{"0":0,"810774":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":810774,"deviation":1}],"targetingSegmentId":205830,"attributionWindow":"604800000","winningVariationId":810774,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":182074,"name":"ES - SoMob Banner Winter - LL Tyres","baseURL":"https://www.michelin.es/ll-tyres-mild-winter","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1671704957000,"dateStatusModified":1671704977000,"goals":[98939],"deviation":{"0":0,"810783":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Somob","id":810783,"deviation":1}],"targetingSegmentId":205833,"attributionWindow":"604800000","winningVariationId":810783,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":188407,"name":"DK - Michelin Nurture pages","baseURL":"https://www.michelin.dk/find-your-tyres-online","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1678897066000,"dateStatusModified":1678897289000,"goals":[98939],"deviation":{"0":0,"828409":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Trust Michelin","id":828409,"deviation":1}],"targetingSegmentId":211849,"attributionWindow":"604800000","winningVariationId":828409,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":188415,"name":"FI - Michelin Nurture pages","baseURL":"https://www.michelin.fi/find-your-tyres-online","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1678897432000,"dateStatusModified":1678897489000,"goals":[98939],"deviation":{"0":0,"828422":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Trust Michelin","id":828422,"deviation":1}],"targetingSegmentId":211850,"attributionWindow":"604800000","winningVariationId":828422,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":188459,"name":"SE - Michelin Nurture pages","baseURL":"https://www.michelin.se/find-your-tyres-online","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1678897554000,"dateStatusModified":1678897617000,"goals":[98939],"deviation":{"0":0,"828511":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Trust Michelin","id":828511,"deviation":1}],"targetingSegmentId":211851,"attributionWindow":"604800000","winningVariationId":828511,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":189188,"name":"BE-fr - Michelin Nurture pages","baseURL":"https://www.michelin.be/fr/find-your-tyres-online","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1678895674000,"dateStatusModified":1678895669000,"goals":[98939],"deviation":{"0":0,"829894":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Trust Michelin","id":829894,"deviation":1}],"targetingSegmentId":212139,"attributionWindow":"604800000","winningVariationId":829894,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":189194,"name":"BE-nl - Michelin Nurture pages","baseURL":"https://www.michelin.be/nl/find-your-tyres-online","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1678895250000,"dateStatusModified":1678895308000,"goals":[98939],"deviation":{"0":0,"829900":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Trust Michelin","id":829900,"deviation":1}],"targetingSegmentId":212140,"attributionWindow":"604800000","winningVariationId":829900,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":189195,"name":"NL - Michelin Nurture pages","baseURL":"https://www.michelin.nl/find-your-tyres-online","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1678895384000,"dateStatusModified":1678895518000,"goals":[98939],"deviation":{"0":0,"829902":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Trust Michelin","id":829902,"deviation":1}],"targetingSegmentId":212141,"attributionWindow":"604800000","winningVariationId":829902,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":197690,"name":"BR - Yellow banner","baseURL":"https://www.michelin.com.br/loja-de-pneus-michelin","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1698049693000,"dateStatusModified":1698049693000,"goals":[98939],"deviation":{"0":0,"848991":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Yellow banner","id":848991,"deviation":1}],"targetingSegmentId":219836,"attributionWindow":"604800000","winningVariationId":848991,"kameleoonTracking":{"mainGoalId":98939},"customIntegrations":[]},{"id":198084,"name":"[ECC] GR - Programme Fidélité 100%","baseURL":"https://www.michelin.gr/","experimentAction":true,"javaScriptCode":"const isPhone=\"Phone\"===Kameleoon.API.CurrentVisit.device.type;let selector;selector=isPhone?\".b2c-appbar-main-nav__dgad-navigation .dgad-navigation\":\".b2c-appbar__main-nav-buttons\",Kameleoon.API.Core.runWhenElementPresent(selector,(([e])=>{Kameleoon.API.Utils.addEventListener(e,\"click\",(({target:e})=>{e.closest('a[href=\"https://makemyday.michelin.gr/\"]')&&Kameleoon.API.Goals.processConversion(298126)}),!0)}));","executeCodeForReference":true,"forcedTechnical":false,"dateModified":1684851267000,"dateStatusModified":1684851276000,"goals":[298125,298126],"deviation":{"0":0,"849699":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Variation 1","id":849699,"deviation":1}],"targetingSegmentId":210107,"attributionWindow":"604800000","winningVariationId":849699,"universalAnalyticsTracking":{"dimension":71,"eventTracking":true},"kameleoonTracking":{"mainGoalId":298125},"customIntegrations":[]},{"id":204553,"name":"BR - Yellow banner Home page","baseURL":"https://www.michelin.com.br/","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1698049418000,"dateStatusModified":1698049418000,"goals":[98939],"deviation":{"0":0,"864595":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Yellow banner","id":864595,"deviation":1}],"targetingSegmentId":225762,"attributionWindow":"604800000","winningVariationId":864595,"kameleoonTracking":{"mainGoalId":98939}},{"id":215879,"name":"FFCP Popin","baseURL":"https://www.michelin.fr","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1744809308000,"dateStatusModified":1744809308000,"goals":[319422,319423,319424,319461],"deviation":{"0":0,"907648":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Variation 3","id":907648,"deviation":1}],"targetingSegmentId":248869,"attributionWindow":"604800000","winningVariationId":907648,"ga4AudiencesTracking":true,"universalAnalyticsTracking":{"dimension":71,"eventTracking":true},"kameleoonTracking":{"mainGoalId":319422},"mouseflow":true},{"id":217122,"name":"ES - Tag push review","baseURL":"https://www.michelin.es/","experimentAction":true,"javaScriptCode":"Kameleoon.API.Core.runWhenElementPresent(\"[data-apos-widget-id='w100835261244518654']\",(([e])=>{Kameleoon.API.Utils.addEventListener(e,\"click\",(({target:e})=>{Kameleoon.API.Goals.processConversion(320097)}))}));","executeCodeForReference":true,"forcedTechnical":false,"dateModified":1697722685000,"dateStatusModified":1697722686000,"goals":[320097],"deviation":{"0":0,"893198":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Variation 1","id":893198,"deviation":1}],"targetingSegmentId":235563,"attributionWindow":"604800000","winningVariationId":893198,"universalAnalyticsTracking":{"dimension":71,"eventTracking":true},"kameleoonTracking":{"mainGoalId":320097},"mouseflow":true},{"id":224439,"name":"UK - Month in motion - Form fix","baseURL":"https://www.michelin.co.uk/michelin-month-in-motion-registration","experimentAction":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1701677593000,"dateStatusModified":1701449852000,"goals":[98939],"deviation":{"0":0,"910527":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Variation 1","id":910527,"deviation":1}],"targetingSegmentId":241574,"attributionWindow":"604800000","winningVariationId":910527,"kameleoonTracking":{"mainGoalId":98939}},{"id":226935,"name":"[B2B] - UK - Push Newsletter - Trucks","baseURL":"https://business.michelin.co.uk/freight-transport","experimentAction":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1706258258000,"dateStatusModified":1706258258000,"goals":[326664],"deviation":{"0":0,"916970":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Truck banner","id":916970,"deviation":1}],"targetingSegmentId":244305,"attributionWindow":"604800000","winningVariationId":916970,"ga4AudiencesTracking":true,"universalAnalyticsTracking":{"dimension":71,"eventTracking":true},"kameleoonTracking":{"mainGoalId":326664}},{"id":227241,"name":"[B2B] UK - Push Newsletter - Agriculture","baseURL":"https://business.michelin.co.uk/agriculture","experimentAction":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1706258260000,"dateStatusModified":1706258260000,"goals":[326664],"deviation":{"0":0,"917368":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Agriculture","id":917368,"deviation":1}],"targetingSegmentId":244319,"attributionWindow":"604800000","winningVariationId":917368,"ga4AudiencesTracking":true,"universalAnalyticsTracking":{"dimension":71,"eventTracking":true},"kameleoonTracking":{"mainGoalId":326664}},{"id":231379,"name":"MX - Notification Newsletter","baseURL":"https://www.michelin.com.mx","experimentAction":true,"javaScriptCode":"window.sessionStorage.getItem(\"kamChangementPage\")||(Kameleoon.API.Goals.processConversion(296898),Kameleoon.API.Utils.addEventListener(window,\"beforeunload\",(()=>{Kameleoon.API.Goals.cancelConversion(296898),window.sessionStorage.setItem(\"kamChangementPage\",\"true\")})));","executeCodeForReference":true,"forcedTechnical":false,"dateModified":1707378224000,"dateStatusModified":1707378224000,"goals":[98939,329261,329272,329273],"deviation":{"0":0,"930461":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Newsletter","id":930461,"deviation":1}],"targetingSegmentId":248798,"attributionWindow":"604800000","winningVariationId":930461,"ga4AudiencesTracking":true,"universalAnalyticsTracking":{"dimension":71,"eventTracking":true},"kameleoonTracking":{"mainGoalId":98939}},{"id":232770,"name":"[ECC] UK - TS Search by Plate push - 100%","baseURL":"https://www.michelin.co.uk","experimentAction":true,"javaScriptCode":"Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search-sidebar.active\",(([e])=>{Kameleoon.API.Utils.addEventListener(e,\"click\",(({target:e})=>{\"Change search mode\"!=document.querySelector(\".b2c-tyre-search-breadcrumb-mode__label\").innerHTML&&Kameleoon.API.Goals.processConversion(318335)}))}));","technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1709279736000,"dateStatusModified":1709279736000,"goals":[318335],"deviation":{"0":0,"934084":1,"934085":0,"934086":0},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Not Sure (Link underlined)","id":934084,"deviation":1},{"name":"Not Sure (No link)","id":934085,"deviation":0},{"name":"Do not use","id":934086,"deviation":0}],"targetingSegmentId":249873,"attributionWindow":"604800000","winningVariationId":934084,"universalAnalyticsTracking":{"dimension":71,"eventTracking":true},"kameleoonTracking":{"mainGoalId":318335},"mouseflow":true},{"id":243575,"name":"[ECC] UK - TS wording change V2 - 100%","baseURL":"https://www.michelin.co.uk","experimentAction":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1713183278000,"dateStatusModified":1713183278000,"goals":[315492],"deviation":{"0":0,"960829":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Variation 1","id":960829,"deviation":1}],"targetingSegmentId":220292,"attributionWindow":"604800000","winningVariationId":960829,"universalAnalyticsTracking":{"dimension":71,"eventTracking":true},"kameleoonTracking":{"mainGoalId":315492}},{"id":246701,"name":"[OLD] AMN - US - BFG - Write a review CTA after tire registration - 100%","baseURL":"https://www.bfgoodrichtires.com/auto/registertires","experimentAction":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1751354208000,"dateStatusModified":1714989042000,"goals":[333533],"deviation":{"0":0,"968161":1,"968162":0,"968163":0},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Review Your Tires","id":968161,"deviation":1},{"name":"Write a Review","id":968162,"deviation":0},{"name":"How do you like your tires","id":968163,"deviation":0}],"targetingSegmentId":254995,"attributionWindow":"604800000","winningVariationId":968161,"kameleoonTracking":{"mainGoalId":333533}},{"id":246707,"name":"AMN - CA-en - MI - Write a review CTA after tire registration - 100%","baseURL":"https://www.michelin.ca/en/auto/registertires","experimentAction":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1714989644000,"dateStatusModified":1714989644000,"goals":[333533],"deviation":{"0":0,"968209":1,"968210":0,"968211":0},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Review Your Tires","id":968209,"deviation":1},{"name":"Write a Review","id":968210,"deviation":0},{"name":"How do you like your tires","id":968211,"deviation":0}],"targetingSegmentId":255121,"attributionWindow":"604800000","winningVariationId":968209,"kameleoonTracking":{"mainGoalId":333533}},{"id":246709,"name":"AMN - CA-fr - MI - Write a review CTA after tire registration - 100%","baseURL":"https://www.michelin.ca/fr/auto/enregistrer-vos-pneus","experimentAction":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1714989739000,"dateStatusModified":1714989739000,"goals":[333533],"deviation":{"0":0,"968213":1,"968214":0,"968215":0},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Évaluez vos pneus","id":968213,"deviation":1},{"name":"Écrire un avis","id":968214,"deviation":0},{"name":"Comment trouvez-vous vos pneus ? Donnez votre avis","id":968215,"deviation":0}],"targetingSegmentId":255228,"attributionWindow":"604800000","winningVariationId":968213,"kameleoonTracking":{"mainGoalId":333533}},{"id":251041,"name":"Michelin India >> CTA « See details »","baseURL":"www.michelin.in","experimentAction":true,"javaScriptCode":"Kameleoon.API.Core.runWhenElementPresent('.ds__btn[action=\"details\"]',(function(e){e.forEach((e=>{Kameleoon.API.Utils.addEventListener(e,\"click\",(()=>{Kameleoon.API.Goals.processConversion(342021)}))}))}),null,!0),Kameleoon.API.Core.runWhenElementPresent('.ds__btn[action=\"dealers\"]',(function(e){e.forEach((e=>{Kameleoon.API.Utils.addEventListener(e,\"click\",(()=>{Kameleoon.API.Goals.processConversion(343399)}))}))}),null,!0);","executeCodeForReference":true,"forcedTechnical":false,"dateModified":1720685566000,"dateStatusModified":1720181967000,"goals":[342021,343399],"deviation":{"0":0.5,"979092":0.5},"variations":[{"name":"Reference","id":0,"deviation":0.5},{"name":"Variation 1","id":979092,"deviation":0.5}],"targetingSegmentId":265999,"attributionWindow":"604800000","ga4AudiencesTracking":true,"kameleoonTracking":{"mainGoalId":342021},"mouseflow":true},{"id":257716,"name":"US - 100 % top searched logos","baseURL":"https://www.michelinman.com/auto/manufacturers","experimentAction":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1720767247000,"dateStatusModified":1720767248000,"goals":[325173,325169],"deviation":{"0":0,"994606":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Logos","id":994606,"deviation":1}],"targetingSegmentId":273652,"attributionWindow":"604800000","winningVariationId":994606,"ga4AudiencesTracking":true,"universalAnalyticsTracking":{"dimension":71,"eventTracking":true},"kameleoonTracking":{"mainGoalId":325169},"mouseflow":true},{"id":259737,"name":"[DOTI] Test Qualtrics","baseURL":"https://www.michelin.com.mx/auto/browse-tyres/buscar-por-experiencia-de-conduccion/sport","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1722848329000,"dateStatusModified":1721900758000,"goals":[98939],"deviation":{"0":0,"999325":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Variation 1","id":999325,"deviation":1}],"targetingSegmentId":275567,"attributionWindow":"604800000","winningVariationId":999325,"kameleoonTracking":{"mainGoalId":98939}},{"id":277976,"name":"[B2B][FR] VAC iFrame","baseURL":"https://pro.michelin.fr/pneus/michelin-x-multi-f-z-d-t-22-5","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1747223502000,"dateStatusModified":1747223502000,"goals":[366345,364334,354142],"deviation":{"0":0.5,"1040107":0.5},"variations":[{"name":"Reference","id":0,"deviation":0.5},{"name":"Variation 1","id":1040107,"deviation":0.5}],"targetingSegmentId":311685,"attributionWindow":"604800000","kameleoonTracking":{"mainGoalId":366345}},{"id":277986,"name":"[B2B][UK] - Banner in TSRP","baseURL":"https://business.michelin.co.uk/tyres?universe=freight-transportation&vehicleType=heavy-truck-slash-tractor&usage=long-distance-transport","experimentAction":true,"javaScriptCode":"console.log(\"Vince: innerWidth = \"+window.innerWidth);","executeCodeForReference":true,"forcedTechnical":false,"dateModified":1747223033000,"dateStatusModified":1747223033000,"goals":[365536,364334,354142],"deviation":{"0":0.5,"1040121":0.5},"variations":[{"name":"Reference","id":0,"deviation":0.5},{"name":"Variation 1","id":1040121,"deviation":0.5}],"targetingSegmentId":304184,"attributionWindow":"604800000","ga4AudiencesTracking":true,"kameleoonTracking":{"mainGoalId":365536},"mouseflow":true},{"id":289356,"name":"[B2B][FR] - Banner in TSRP","baseURL":"https://pro.michelin.fr/pneus?universe=freight-transportation&vehicleType=heavy-truck-slash-tractor&usage=long-distance-transport","experimentAction":true,"javaScriptCode":"console.log(\"Vince: innerWidth = \"+window.innerWidth);","executeCodeForReference":true,"forcedTechnical":false,"dateModified":1747222805000,"dateStatusModified":1747222805000,"goals":[365536,364333,364334,354142],"deviation":{"0":0.5,"1068600":0.5},"variations":[{"name":"Reference","id":0,"deviation":0.5},{"name":"Variation 1","id":1068600,"deviation":0.5}],"targetingSegmentId":304185,"attributionWindow":"604800000","ga4AudiencesTracking":true,"kameleoonTracking":{"mainGoalId":365536},"mouseflow":true},{"id":296042,"name":"[B2B][UK] VAC iFrame","baseURL":"https://business.michelin.co.uk/tyres/michelin-x-multi-f-d-t-z-z2-22-5","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1747223540000,"dateStatusModified":1747223540000,"goals":[366345,364334,354142],"deviation":{"0":0.5,"1083887":0.5},"variations":[{"name":"Reference","id":0,"deviation":0.5},{"name":"Variation 1","id":1083887,"deviation":0.5}],"targetingSegmentId":311681,"attributionWindow":"604800000","kameleoonTracking":{"mainGoalId":366345}},{"id":303539,"name":"[B2C][MX] - TS Incomplete search","baseURL":"https://www.michelin.com.mx/","experimentAction":true,"javaScriptCode":"Kameleoon.API.Core.runWhenElementPresent(\".ts__step__cta\",(function(e){e.forEach((e=>{Kameleoon.API.Utils.addUniversalClickListener(e,(function(e){Kameleoon.API.Goals.cancelConversion(367821)}))}))}),null,!0),Kameleoon.API.Core.runWhenElementPresent(\"div.ts__step > div.ts__step__dropdown > ul.ds__list > div > li > a.ds__link\",(function(e){e.forEach((e=>{Kameleoon.API.Utils.addUniversalClickListener(e,(function(e){Kameleoon.API.Goals.cancelConversion(367821)}))}))}),null,!0);","globalScript":"window.onload=function(){for(i=0;i{Kameleoon.API.Utils.addUniversalClickListener(e,(function(){Kameleoon.API.Goals.processConversion(368473)}))}))})),Kameleoon.API.Core.runWhenElementPresent(\"button.ts__criteria-modal-step-inner-heading-btn\",(function(e){Kameleoon.API.Utils.addUniversalClickListener(e[0],(function(e){Kameleoon.API.Goals.processConversion(368482)}))}),null,!0),Kameleoon.API.Core.runWhenElementPresent(\".ts__small-modal-btn-container > button\",(function(e){Kameleoon.API.Utils.addUniversalClickListener(e[1],(function(e){Kameleoon.API.Goals.processConversion(368496)}))}),null,!0),Kameleoon.API.Core.runWhenElementPresent(\".ts__criteria-modal__cta\",(function(e){e.forEach((e=>{Kameleoon.API.Utils.addUniversalClickListener(e,(function(){Kameleoon.API.Goals.processConversion(368833)}))}))}));","executeCodeForReference":true,"forcedTechnical":false,"dateModified":1758700450000,"dateStatusModified":1754893775000,"goals":[347177,347179,367821,367823,368473,368482,368496,368833,368869],"deviation":{"0":0.25,"1101159":0.25,"1101160":0.25,"1101161":0.25},"variations":[{"name":"Reference","id":0,"deviation":0.25},{"name":"I don't know (block)","id":1101159,"deviation":0.25},{"name":"I don't know (list)","id":1101160,"deviation":0.25},{"name":"No incomplete option","id":1101161,"deviation":0.25}],"targetingSegmentId":321525,"attributionWindow":"604800000","ga4AudiencesTracking":true,"kameleoonTracking":{"mainGoalId":347177},"mouseflow":true},{"id":305106,"name":"[B2C][US] Tire selection made easy - New CTA (100%)","baseURL":"https://www.michelinman.com","experimentAction":true,"javaScriptCode":"var existingCTA=document.querySelector(\".ds__panel-footer > a[data-ui-skin='secondary']\");Kameleoon.API.Utils.addUniversalClickListener(existingCTA,(function(e){Kameleoon.API.Goals.processConversion(369736)}));","executeCodeForReference":true,"forcedTechnical":false,"dateModified":1746511663000,"dateStatusModified":1746511663000,"goals":[366345,347177],"deviation":{"0":0,"1105149":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"New CTA","id":1105149,"deviation":1}],"targetingSegmentId":323749,"attributionWindow":"604800000","winningVariationId":1105149,"ga4AudiencesTracking":true,"kameleoonTracking":{"mainGoalId":366345},"mouseflow":true},{"id":333967,"name":"[B2C][US] - TS Incomplete search","baseURL":"https://www.michelinman.com","experimentAction":true,"javaScriptCode":"Kameleoon.API.Core.runWhenElementPresent(\".ts__step__cta\",(function(e){e.forEach((e=>{Kameleoon.API.Utils.addUniversalClickListener(e,(function(e){Kameleoon.API.Goals.cancelConversion(367821)}))}))}),null,!0),Kameleoon.API.Core.runWhenElementPresent(\"div.ts__step > div.ts__step__dropdown > ul.ds__list > div > li > a.ds__link\",(function(e){e.forEach((e=>{Kameleoon.API.Utils.addUniversalClickListener(e,(function(e){Kameleoon.API.Goals.cancelConversion(367821)}))}))}),null,!0);","globalScript":"window.onload=function(){for(i=0;i{Kameleoon.API.Utils.addUniversalClickListener(e,(function(){Kameleoon.API.Goals.processConversion(368473)}))}))})),Kameleoon.API.Core.runWhenElementPresent(\"button.ts__criteria-modal-step-inner-heading-btn\",(function(e){Kameleoon.API.Utils.addUniversalClickListener(e[0],(function(e){Kameleoon.API.Goals.processConversion(368482)}))}),null,!0),Kameleoon.API.Core.runWhenElementPresent(\".ts__small-modal-btn-container > button\",(function(e){Kameleoon.API.Utils.addUniversalClickListener(e[1],(function(e){Kameleoon.API.Goals.processConversion(368496)}))}),null,!0),Kameleoon.API.Core.runWhenElementPresent(\".ts__criteria-modal__cta\",(function(e){e.forEach((e=>{Kameleoon.API.Utils.addUniversalClickListener(e,(function(){Kameleoon.API.Goals.processConversion(368833)}))}))}));","executeCodeForReference":true,"forcedTechnical":false,"dateModified":1759218003000,"dateStatusModified":1759218003000,"goals":[347177,347179,367821,367823,368473,368482,368496,368833,368869],"deviation":{"0":0.3333,"1172698":0.3333,"1172700":0.3333},"variations":[{"name":"Reference","id":0,"deviation":0.3333},{"name":"I don't know (block)","id":1172698,"deviation":0.3333},{"name":"No incomplete option","id":1172700,"deviation":0.3333}],"targetingSegmentId":367102,"attributionWindow":"604800000","ga4AudiencesTracking":true,"kameleoonTracking":{"mainGoalId":347177},"mouseflow":true},{"id":335298,"name":"[B2C][MX] AI Chatbot - Bibendum icon","baseURL":"https://www.michelin.com.mx","experimentAction":true,"javaScriptCode":"Kameleoon.API.Core.runWhenElementPresent(\"button.chatbot-bib-icon__tooltip-action\",(function(o){o[0].addEventListener(\"click\",(()=>{Kameleoon.API.Goals.processConversion(\"391238\")}))}));","executeCodeForReference":true,"forcedTechnical":false,"dateModified":1759311547000,"dateStatusModified":1759311547000,"goals":[391238,367821,367823,347177],"deviation":{"0":0.3333,"1175433":0.3333,"1175665":0.3333},"variations":[{"name":"Reference","id":0,"deviation":0.3333},{"name":"Bibendum face","id":1175433,"deviation":0.3333},{"name":"Bibendum standing","id":1175665,"deviation":0.3333}],"targetingSegmentId":369118,"attributionWindow":"604800000","ga4AudiencesTracking":true,"kameleoonTracking":{"mainGoalId":391238},"mouseflow":true},{"id":336245,"name":"[KAM] creation id ","baseURL":"https://www.michelin.fr/","experimentAction":true,"technical":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1761035069000,"dateStatusModified":1760607743000,"goals":[319424],"deviation":{"0":0,"1177560":1},"variations":[{"name":"Reference","id":0,"deviation":0},{"name":"Variation 2","id":1177560,"deviation":1}],"targetingTriggerId":373221,"targetingSegmentConfiguration":"ALL_VISITORS","attributionWindow":"604800000","winningVariationId":1177560,"kameleoonTracking":{"mainGoalId":319424}},{"id":343323,"name":"[B2C][NL] BNB Workshop CTA removed V2","baseURL":"https://www.michelin.nl/auto/dealer-locator/amsterdam?cai=339096","experimentAction":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1762154941000,"dateStatusModified":1762154941000,"goals":[347179,347177],"deviation":{"0":0.5,"1196234":0.5},"variations":[{"name":"Reference","id":0,"deviation":0.5},{"name":"White CTA removed","id":1196234,"deviation":0.5}],"targetingSegmentId":347670,"attributionWindow":"604800000","ga4AudiencesTracking":true,"kameleoonTracking":{"mainGoalId":347179}},{"id":344307,"name":"[B2C][US] TDP Where's the price link","baseURL":"https://www.michelinman.com/auto/tires/michelin-crossclimate-2","experimentAction":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1762353890000,"dateStatusModified":1762353890000,"goals":[396143,367821,367823,347179,347177],"deviation":{"0":0.5,"1198886":0.5},"variations":[{"name":"Reference","id":0,"deviation":0.5},{"name":"Link inserted","id":1198886,"deviation":0.5}],"targetingTriggerId":386334,"targetingSegmentConfiguration":"ALL_VISITORS","attributionWindow":"604800000","ga4AudiencesTracking":true,"kameleoonTracking":{"mainGoalId":396143},"mouseflow":true},{"id":351976,"name":"[B2C][RO] Store locator result page - Buy now removal","baseURL":"https://www.michelin.ro/auto/dealer-locator/bucure%C8%99ti?cai=186977","experimentAction":true,"executeCodeForReference":true,"forcedTechnical":false,"dateModified":1765461009000,"dateStatusModified":1765461009000,"goals":[347179,347177],"deviation":{"0":0.5,"1214636":0.5},"variations":[{"name":"Reference","id":0,"deviation":0.5},{"name":"Variation 1","id":1214636,"deviation":0.5}],"targetingSegmentId":347734,"attributionWindow":"604800000","ga4AudiencesTracking":true,"kameleoonTracking":{"mainGoalId":347179},"mouseflow":true}],"personalizations":[{"dateCreated":1653464533000,"dateModified":1694759675000,"dateStatusModified":1694759675000,"id":82169,"goals":[296323,98939],"name":"AR - WhatsApp chat","mainGoalId":98939,"configuration":"TEMPLATE","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":755429,"name":"Variation 1"},"targetingSegmentId":187301,"expositionFrequencySameVisitorDelaySeconds":21600,"universalAnalyticsTracking":{"dimension":71,"eventTracking":true},"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1708434808000,"dateModified":1765462008000,"dateStatusModified":1765462008000,"id":141796,"goals":[98939],"name":"[B2B] [US] UTM retrieval to SalesForce","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":939289,"name":"Variation 1"},"targetingSegmentId":251975,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1708434808000,"dateModified":1711552405000,"dateStatusModified":1711552405000,"id":146613,"goals":[98939],"name":"[B2B] [CA] UTM retrieval to SalesForce","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":954490,"name":"Variation 1"},"targetingSegmentId":257075,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1713446273000,"dateModified":1727277800000,"dateStatusModified":1715583392000,"id":148883,"goals":[98939],"name":"[DCEM] Innovation page FR","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":962411,"name":"Variation 1"},"targetingSegmentId":261226,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1713446273000,"dateModified":1726748150000,"dateStatusModified":1715955201000,"id":151108,"goals":[98939],"name":"[DCEM] Innovation page ES","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":970723,"name":"Variation 1"},"targetingSegmentId":262817,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1711558406000,"dateModified":1734526127000,"dateStatusModified":1716373141000,"id":151141,"goals":[98939,337646,337645],"name":"[DOTI] FFCP Personalized cards - Welcome offers","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":970945,"name":"Variation 1"},"targetingSegmentId":247139,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1713446273000,"dateModified":1729770430000,"dateStatusModified":1717160182000,"id":151153,"goals":[98939],"name":"[DCEM] Innovation page US","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":971003,"name":"Variation 1"},"targetingSegmentId":262852,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1718107846000,"dateStatusModified":1718107846000,"id":151161,"goals":[98939],"name":"[DCEM] NURTURE - 4W - dynamic - RO","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":971131,"name":"Variation 1"},"targetingSegmentId":263313,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1711558406000,"dateModified":1720192039000,"dateStatusModified":1718633738000,"id":151515,"goals":[98939,337646,337645],"name":"[DOTI] FFCP Personalized cards - Birthday offers","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":971992,"name":"Variation 1"},"targetingSegmentId":247139,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1713446273000,"dateModified":1726741597000,"dateStatusModified":1716553133000,"id":151673,"goals":[98939],"name":"[DCEM] Innovation page IT","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":972400,"name":"Variation 1"},"targetingSegmentId":263515,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1713446273000,"dateModified":1726748068000,"dateStatusModified":1717409124000,"id":151837,"goals":[98939],"name":"[DCEM] Innovation page BR","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":972966,"name":"Variation 1"},"targetingSegmentId":263773,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1727938215000,"dateStatusModified":1727938215000,"id":152432,"goals":[98939],"name":"[DCEM] NURTURE - 4W - dynamic - PL","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":974501,"name":"Variation 1"},"targetingSegmentId":264325,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1728884375000,"dateStatusModified":1728884375000,"id":152433,"goals":[98939],"name":"[DCEM] NURTURE - 4W - dynamic - TR","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":974502,"name":"Variation 1"},"targetingSegmentId":264326,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1727880160000,"dateStatusModified":1727880160000,"id":152434,"goals":[98939],"name":"[DCEM] NURTURE - 4W - dynamic - IT","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":974503,"name":"Variation 1"},"targetingSegmentId":264327,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1730908510000,"dateStatusModified":1730908510000,"id":152436,"goals":[98939],"name":"[DCEM] NURTURE - 4W - dynamic - ES","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":974507,"name":"Variation 1"},"targetingSegmentId":264328,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1713446273000,"dateModified":1717409133000,"dateStatusModified":1717409133000,"id":152658,"goals":[98939],"name":"[DCEM] Innovation page CA-en","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":975110,"name":"Variation 1"},"targetingSegmentId":264555,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1713446273000,"dateModified":1717409918000,"dateStatusModified":1717409135000,"id":152665,"goals":[98939],"name":"[DCEM] Innovation page CA-fr","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":975139,"name":"Variation 1"},"targetingSegmentId":264567,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1728885051000,"dateStatusModified":1728884656000,"id":153002,"goals":[98939],"name":"[DCEM] CONVERT - dynamic - GR","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":976592,"name":"Variation 1"},"targetingSegmentId":264891,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1720534103000,"dateStatusModified":1718783099000,"id":153015,"goals":[98939],"name":"[DCEM] CONVERT - dynamic - HU","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":976708,"name":"Variation 1"},"targetingSegmentId":264926,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1727879743000,"dateStatusModified":1727879743000,"id":153021,"goals":[98939],"name":"[DCEM] CONVERT - dynamic - IT","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":976720,"name":"Variation 1"},"targetingSegmentId":264933,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1736774971000,"dateStatusModified":1729226296000,"id":153028,"goals":[98939],"name":"[DCEM] NURTURE - 4W - dynamic - FR","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":976797,"name":"Variation 1"},"targetingSegmentId":264983,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1728288519000,"dateStatusModified":1720526889000,"id":153029,"goals":[98939],"name":"[DCEM] CONVERT - dynamic - TR","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":976808,"name":"Variation 1"},"targetingSegmentId":265001,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1720534015000,"dateStatusModified":1719934847000,"id":153055,"goals":[98939],"name":"[DCEM] CONVERT - dynamic - RO","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":976919,"name":"Variation 1"},"targetingSegmentId":265055,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1721649928000,"dateStatusModified":1721649927000,"id":153919,"goals":[98939],"name":"[DCEM] NURTURE - 4W - dynamic - UK","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":980475,"name":"Variation 1"},"targetingSegmentId":251404,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1730820431000,"dateStatusModified":1719934808000,"id":153923,"goals":[98939],"name":"[DCEM] NURTURE - 4W - dynamic - DE","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":980528,"name":"Variation 1"},"targetingSegmentId":266436,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1733908598000,"dateStatusModified":1733908597000,"id":153926,"goals":[98939],"name":"[DCEM] NURTURE - 4W - dynamic - SE","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":980560,"name":"Variation 1"},"targetingSegmentId":266445,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1733916247000,"dateStatusModified":1733916247000,"id":153931,"goals":[98939],"name":"[DCEM] NURTURE - 4W - dynamic - FI","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":980591,"name":"Variation 1"},"targetingSegmentId":266460,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1733916250000,"dateStatusModified":1733916250000,"id":153976,"goals":[98939],"name":"[DCEM] NURTURE - 4W - dynamic - DK","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":980679,"name":"Variation 1"},"targetingSegmentId":266488,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1717761727000,"dateModified":1718954063000,"dateStatusModified":1718954063000,"id":153978,"goals":[98939],"name":"MX NextGen - Store locator optimization","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":980699,"name":"Variation 1"},"targetingSegmentId":268851,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1730880502000,"dateStatusModified":1720016963000,"id":153983,"goals":[98939],"name":"[DCEM] CONVERT - dynamic - DE","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":980731,"name":"Variation 1"},"targetingSegmentId":266504,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1720529781000,"dateStatusModified":1719934998000,"id":153990,"goals":[98939],"name":"[DCEM] CONVERT - dynamic - DK","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":980775,"name":"Variation 1"},"targetingSegmentId":266512,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1720533913000,"dateStatusModified":1719934966000,"id":154002,"goals":[98939],"name":"[DCEM] CONVERT - dynamic - FI","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":980802,"name":"Variation 1"},"targetingSegmentId":266513,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1720533960000,"dateStatusModified":1719934917000,"id":154012,"goals":[98939],"name":"[DCEM] CONVERT - dynamic - SE","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":980858,"name":"Variation 1"},"targetingSegmentId":266514,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1720529929000,"dateStatusModified":1720014641000,"id":155035,"goals":[98939],"name":"[DCEM] CONVERT - dynamic - BE-fr","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":985021,"name":"Variation 1"},"targetingSegmentId":268113,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1720529998000,"dateStatusModified":1720014712000,"id":155036,"goals":[98939],"name":"[DCEM] CONVERT - dynamic - NL","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":985028,"name":"Variation 1"},"targetingSegmentId":268114,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1720529966000,"dateStatusModified":1720014679000,"id":155037,"goals":[98939],"name":"[DCEM] CONVERT - dynamic - BE-nl","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":985032,"name":"Variation 1"},"targetingSegmentId":268116,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1721649977000,"dateStatusModified":1721649977000,"id":155340,"goals":[98939],"name":"[DCEM] CONVERT - dynamic - UK","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":985552,"name":"Variation 1"},"targetingSegmentId":268428,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1729580612000,"dateStatusModified":1729580612000,"id":155791,"goals":[98939],"name":"[DCEM] NURTURE - 4W - dynamic - BE-fr","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":987272,"name":"Variation 1"},"targetingSegmentId":269137,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1729673545000,"dateStatusModified":1729672250000,"id":155854,"goals":[98939],"name":"[DCEM] NURTURE - 4W - dynamic - BE-nl","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":987422,"name":"Variation 1"},"targetingSegmentId":269208,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1720014848000,"dateStatusModified":1720014848000,"id":155861,"goals":[98939],"name":"[DCEM] NURTURE - 4W - dynamic - NL","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":987448,"name":"Variation 1"},"targetingSegmentId":269215,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1720529826000,"dateStatusModified":1720440488000,"id":156765,"goals":[98939],"name":"[DCEM] CONVERT - dynamic - ES","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":991233,"name":"Variation 1"},"targetingSegmentId":272359,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1725876304000,"dateStatusModified":1725876304000,"id":157222,"goals":[98939],"name":"[DCEM] NURTURE - 4W - dynamic - JP","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":992873,"name":"Variation 1"},"targetingSegmentId":273337,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1721901823000,"dateStatusModified":1721801593000,"id":157973,"goals":[98939],"name":"[DCEM] NURTURE - 4W - dynamic - TH-th","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":996175,"name":"Variation 1"},"targetingSegmentId":264928,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1721801627000,"dateStatusModified":1721801627000,"id":157978,"goals":[98939],"name":"[DCEM] NURTURE - MO - TH-th","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":996206,"name":"Variation 1"},"targetingSegmentId":274393,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1722928628000,"dateStatusModified":1722928627000,"id":157979,"goals":[98939],"name":"[DCEM] NURTURE - MO - TH-en","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":996210,"name":"Variation 1"},"targetingSegmentId":274409,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1721901539000,"dateStatusModified":1721801615000,"id":157980,"goals":[98939],"name":"[DCEM] NURTURE - 4W - dynamic - TH-en","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":996211,"name":"Variation 1"},"targetingSegmentId":274388,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1708434808000,"dateModified":1721227248000,"dateStatusModified":1721227248000,"id":158059,"goals":[98939],"name":"[B2B] [FR] UTM retrieval to SalesForce","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":996499,"name":"Variation 1"},"targetingSegmentId":274495,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1708434808000,"dateModified":1721228692000,"dateStatusModified":1721228692000,"id":158077,"goals":[98939],"name":"[B2B] [ES] UTM retrieval to SalesForce","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":996557,"name":"Variation 1"},"targetingSegmentId":274511,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1722590152000,"dateStatusModified":1722590151000,"id":158766,"goals":[98939],"name":"[DCEM] CONVERT - dynamic - ZA","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":998719,"name":"Variation 1"},"targetingSegmentId":275343,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1708434808000,"dateModified":1722436562000,"dateStatusModified":1722436562000,"id":159243,"goals":[98939],"name":"[B2B] [IT] UTM retrieval to SalesForce","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1001359,"name":"Variation 1"},"targetingSegmentId":276403,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1708434808000,"dateModified":1722936456000,"dateStatusModified":1722936456000,"id":159547,"goals":[98939],"name":"[B2B] [DE] UTM retrieval to SalesForce","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1002569,"name":"Variation 1"},"targetingSegmentId":276857,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1708434808000,"dateModified":1724681597000,"dateStatusModified":1724681596000,"id":160752,"goals":[98939],"name":"[B2B] [SE] UTM retrieval to SalesForce","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1008646,"name":"Variation 1"},"targetingSegmentId":279183,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1708434808000,"dateModified":1724681613000,"dateStatusModified":1724681612000,"id":160757,"goals":[98939],"name":"[B2B] [FI] UTM retrieval to SalesForce","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1008679,"name":"Variation 1"},"targetingSegmentId":279189,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1708434808000,"dateModified":1725002290000,"dateStatusModified":1725002290000,"id":160853,"goals":[98939],"name":"[B2B] [PL] UTM retrieval to SalesForce","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1009071,"name":"Variation 1"},"targetingSegmentId":279310,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1708434808000,"dateModified":1725357219000,"dateStatusModified":1725357218000,"id":161193,"goals":[98939],"name":"[B2B] [RO] UTM retrieval to SalesForce","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1010494,"name":"Variation 1"},"targetingSegmentId":279956,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1733916256000,"dateStatusModified":1733916256000,"id":161953,"goals":[98939],"name":"[DCEM] NURTURE WINTER 2024 - 4W - DK","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1013859,"name":"Variation 1"},"targetingSegmentId":296437,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1733905901000,"dateStatusModified":1733905901000,"id":161961,"goals":[98939],"name":"[DCEM] NURTURE WINTER 2024 - 4W - SE","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1013933,"name":"Variation 1"},"targetingSegmentId":296440,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1733909296000,"dateStatusModified":1733909296000,"id":161969,"goals":[98939],"name":"[DCEM] NURTURE WINTER 2024 - 4W - FI","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1014062,"name":"Variation 1"},"targetingSegmentId":296470,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1729670707000,"dateStatusModified":1729670707000,"id":162326,"goals":[98939],"name":"[DCEM] CONVERT WINTER 2024 - SE","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1015192,"name":"Variation 1"},"targetingSegmentId":266514,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1727962461000,"dateStatusModified":1727962461000,"id":162475,"goals":[98939],"name":"[DCEM] NURTURE WINTER 2024 - 4W - IT","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1015548,"name":"Variation 1"},"targetingSegmentId":284584,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1727962479000,"dateStatusModified":1727962479000,"id":162756,"goals":[98939],"name":"[DCEM] CONVERT WINTER 2024 - IT","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1016869,"name":"Variation 1"},"targetingSegmentId":284585,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1708434808000,"dateModified":1727871590000,"dateStatusModified":1727871589000,"id":163894,"goals":[98939],"name":"[B2B] [NL] UTM retrieval to SalesForce","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1021928,"name":"Variation 1"},"targetingSegmentId":284674,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1729233037000,"dateStatusModified":1729233037000,"id":164222,"goals":[98939],"name":"[DCEM] CONVERT WINTER 2024 - TR","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1023134,"name":"Variation 1"},"targetingSegmentId":285461,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1708434808000,"dateModified":1730803158000,"dateStatusModified":1730803157000,"id":166932,"goals":[98939],"name":"[B2B] [BR] UTM retrieval to SalesForce","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1033218,"name":"Variation 1"},"targetingSegmentId":289961,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1731493914000,"dateStatusModified":1731493914000,"id":167130,"goals":[98939],"name":"[DCEM] CONVERT WINTER 2024 - DE","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1034344,"name":"Variation 1"},"targetingSegmentId":290453,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1733840026000,"dateStatusModified":1733840025000,"id":167172,"goals":[98939],"name":"[DCEM] CONVERT WINTER 2024 - ES","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1034615,"name":"Variation 1"},"targetingSegmentId":290529,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1705419091000,"dateModified":1733212189000,"dateStatusModified":1733212188000,"id":167946,"goals":[98939],"name":"[DCEM] NURTURE - 4W - dynamic - KR","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1038718,"name":"Variation 1"},"targetingSegmentId":292120,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1736520315000,"dateModified":1745317808000,"dateStatusModified":1737645881000,"id":172909,"goals":[98939],"name":"[B2C][US][4W] - Write a review CTA after tire registration","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1057894,"name":"Variation 1"},"targetingSegmentId":254007,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1736520315000,"dateModified":1737646421000,"dateStatusModified":1737646421000,"id":173488,"goals":[98939],"name":"[NextGen][USA][MO] - Write a review CTA after tire registration","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1060885,"name":"Variation 1"},"targetingSegmentId":262749,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1708434808000,"dateModified":1738747030000,"dateStatusModified":1738743792000,"id":175741,"goals":[98939],"name":"[B2B][TR] UTM retrieval to SalesForce","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1068222,"name":"Variation 1"},"targetingSegmentId":304027,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1708434808000,"dateModified":1738747012000,"dateStatusModified":1738745878000,"id":175827,"goals":[98939],"name":"[B2B][ES] UTM retrieval to SalesForce","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1068341,"name":"Variation 1"},"targetingSegmentId":274511,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1708434808000,"dateModified":1740584720000,"dateStatusModified":1740584720000,"id":175832,"goals":[98939],"name":"[B2B][BE] UTM retrieval to SalesForce","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1068354,"name":"Variation 1"},"targetingSegmentId":304057,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1708434808000,"dateModified":1738747728000,"dateStatusModified":1738747728000,"id":175838,"goals":[98939],"name":"[B2B][DK] UTM retrieval to SalesForce","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1068381,"name":"Variation 1"},"targetingSegmentId":304086,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1708434808000,"dateModified":1738748081000,"dateStatusModified":1738748081000,"id":175845,"goals":[98939],"name":"[B2B][NO] UTM retrieval to SalesForce","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1068396,"name":"Variation 1"},"targetingSegmentId":304100,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1708434808000,"dateModified":1740579269000,"dateStatusModified":1740579269000,"id":178230,"goals":[98939],"name":"[B2B][UK] UTM retrieval to SalesForce","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1077312,"name":"Variation 1"},"targetingSegmentId":308585,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1708434808000,"dateModified":1740583527000,"dateStatusModified":1740583525000,"id":178234,"goals":[98939],"name":"[B2B][JP] UTM retrieval to SalesForce","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1077358,"name":"Variation 1"},"targetingSegmentId":308616,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1741176963000,"dateModified":1746620169000,"dateStatusModified":1741177793000,"id":179049,"goals":[98939],"name":"[B2C][FR] Content Square Iframe fix","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1080010,"name":"Variation 1"},"targetingSegmentId":202219,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1742544515000,"dateModified":1761134470000,"dateStatusModified":1759331166000,"id":180705,"goals":[347179,347177],"name":"[B2C][IT] Store locator result page - Buy now removal","mainGoalId":347179,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1086553,"name":"Variation 1"},"targetingSegmentId":313178,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1744364496000,"dateModified":1751450859000,"dateStatusModified":1751450859000,"id":183497,"goals":[98939,382384],"name":"[B2C][UK] Yellow promo banner on top","mainGoalId":98939,"configuration":"VARIATION","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1098908,"name":"Variation 4"},"targetingSegmentId":323495,"cappingPerVisitorGoalId":382384,"cappingPerVisitorConvertGoal":true,"expositionFrequencySameVisitorDelaySeconds":21600,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1745306704000,"dateModified":1745316778000,"dateStatusModified":1745316778000,"id":184522,"goals":[98939],"name":"[B2C][US] Newsletter page - popin layout","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1099465,"name":"Variation 1"},"targetingSegmentId":320457,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1745501364000,"dateModified":1745502633000,"dateStatusModified":1745501849000,"id":184773,"goals":[98939],"name":"[B2C][FR] Content Square scroll fix","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1100797,"name":"Variation 1"},"targetingSegmentId":202219,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1746619618000,"dateModified":1746621033000,"dateStatusModified":1746620124000,"id":186123,"goals":[98939],"name":"[B2C][FR] Content Square click fix","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1105988,"name":"Variation 1"},"targetingSegmentId":202219,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1746619618000,"dateModified":1748968661000,"dateStatusModified":1748968661000,"id":188800,"goals":[98939],"name":"[B2C][FR] Content Square scroll fix 2","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1118166,"name":"Variation 1"},"targetingSegmentId":202219,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1750079229000,"dateModified":1754489150000,"dateStatusModified":1754489149000,"id":190169,"goals":[98939],"name":"[B2C][US] Mitch 2.0","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1123407,"name":"Variation 1"},"targetingSegmentId":205271,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1746619618000,"dateModified":1757918332000,"dateStatusModified":1757918331000,"id":192760,"goals":[98939],"name":"[B2C][FR] Content Square scroll Store Locator Fix","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1137211,"name":"Variation 1"},"targetingSegmentId":202219,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1736520315000,"dateModified":1753337389000,"dateStatusModified":1753337386000,"id":192972,"goals":[98939],"name":"[B2C][CA-en][4W] - Write a review CTA after tire registration","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1137916,"name":"Variation 1"},"targetingSegmentId":255121,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1752820832000,"dateModified":1752829076000,"dateStatusModified":1752828990000,"id":193184,"goals":[98939],"name":"[B2C][FR] Anchor to categories","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1138890,"name":"Variation 1"},"targetingSegmentId":343960,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1736520315000,"dateModified":1753337421000,"dateStatusModified":1753337420000,"id":193355,"goals":[98939],"name":"[B2C][CA-fr][4W] - Write a review CTA after tire registration","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1140991,"name":"Variation 1"},"targetingSegmentId":255228,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1753707026000,"dateModified":1756384137000,"dateStatusModified":1756384137000,"id":193600,"goals":[98939],"name":"[B2C][KR] Naver meta verification code","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1143237,"name":"Variation 1"},"targetingSegmentId":346827,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1755692733000,"dateModified":1755698904000,"dateStatusModified":1755698904000,"id":195539,"goals":[369729],"name":"[B2C][CA-en] Tire selection made easy - New CTA","mainGoalId":369729,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1154528,"name":"Variation 1"},"targetingSegmentId":354167,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1755692733000,"dateModified":1755698924000,"dateStatusModified":1755698924000,"id":195545,"goals":[369729],"name":"[B2C][CA-fr] Tire selection made easy - New CTA","mainGoalId":369729,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1154555,"name":"Variation 1"},"targetingSegmentId":354187,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1756451000000,"dateModified":1756826670000,"dateStatusModified":1756826670000,"id":196540,"goals":[98939],"name":"[B2C][US] Awards Legal text ","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1159076,"name":"Variation 1"},"targetingSegmentId":305507,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1761553584000,"dateModified":1761920254000,"dateStatusModified":1761555484000,"id":201952,"goals":[98939],"name":"[TH] Death of Queen Sirikit","mainGoalId":98939,"configuration":"TEMPLATE","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[{"dateStart":null,"dateEnd":1769381999000,"scheduleItemOptions":[]}],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1192677,"name":"Variation 1"},"targetingSegmentId":380692,"maxNumberVisitorsExposed":1,"cappingPerVisitorNumberExpositions":true,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisit":1,"expositionFrequencySameVisitorDelaySeconds":21600,"expositionFrequencySameVisitorMax":1,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1762501774000,"dateModified":1762941130000,"dateStatusModified":1762941097000,"id":203931,"goals":[98939],"name":"[B2B] Blog home blue banner","mainGoalId":98939,"configuration":"TEMPLATE","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1200309,"name":"Variation 1"},"targetingSegmentId":387634,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1762501774000,"dateModified":1762941540000,"dateStatusModified":1762941492000,"id":203938,"goals":[98939],"name":"[B2B] Blog pages blue banner","mainGoalId":98939,"configuration":"TEMPLATE","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1200331,"name":"Variation 1"},"targetingSegmentId":387648,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1763479430000,"dateModified":1764151844000,"dateStatusModified":1764151843000,"id":204849,"goals":[98939],"name":"[B2C][US] Zoom on tire visuals V2","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1207322,"name":"Variation 1"},"targetingSegmentId":392683,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1764171373000,"dateModified":1764235702000,"dateStatusModified":1764236900000,"id":205240,"goals":[98939],"name":"[B2C][US] TDP Audio injection","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1210192,"name":"Variation 1"},"targetingSegmentId":396891,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"kameleoonTracking":{"mainGoalId":null}},{"dateCreated":1764766949000,"dateModified":1764768101000,"dateStatusModified":1764768100000,"id":206210,"goals":[98939],"name":"[B2C][TR] Instagram tag","mainGoalId":98939,"configuration":"CUSTOM","priority":1,"customExpositionRate":1,"personalizationCheckConditionsRule":"ALL_CONDITIONS","scheduleItem":[],"targetingSegment":null,"attributionWindow":"604800000","associatedVariation":{"id":1213754,"name":"Variation 1"},"targetingSegmentId":399709,"cappingPerVisitorGoalId":0,"expositionFrequencySameVisitorDelaySeconds":21600,"technical":true,"kameleoonTracking":{"mainGoalId":null}}],"targetingSegments":[{"id":176079,"name":"Segment for Brand Content Center Popin","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"https\\://michelin\\-pp\\.wedia\\-group\\.com/toto/?([\\?#].*)?$"}}},{"id":179299,"name":"FR - SoMob - Moto LL (V4)","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.fr(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.be/fr(.*)"}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/motorbike/ll-tyres/motorbike-tyres(.*)"}}}},{"id":179301,"name":"FR - SoMob - General AA & SS (V1)","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.fr(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.be/fr(.*)"}}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/ss-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/aa-tyres(.*)"}}}},"rightChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":false,"value":"(.*)/auto(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":false,"value":"(.*)-winter(.*)"}}}}},{"id":179302,"name":"FR - SoMob - Auto AA & SS (V2)","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.fr(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.be/fr(.*)"}}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/auto/aa-tyres/auto-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/auto/ss-tyres/auto-tyres(.*)"}}}}},{"id":179308,"name":"UK - SoMob - General & Auto LL (V3)","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.co\\.uk(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/ll-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/auto/ll-tyres/auto-tyres(.*)"}}}},"rightChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":false,"value":"(.*)motorbike/(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":false,"value":"(.*)-winter(.*)"}}}}},{"id":179310,"name":"UK - SoMob - Moto LL (V4)","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.co\\.uk(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/motorbike/ll-tyres/motorbike-tyres(.*)"}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":false,"value":"(.*)-winter(.*)"}}}},{"id":179316,"name":"DE - SoMob - General & Auto LL (V3)","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.de(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/ll-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/auto/ll-tyres/auto-reifen(.*)"}}}},"rightChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":false,"value":"(.*)motorbike/(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":false,"value":"(.*)-winter(.*)"}}}}},{"id":179349,"name":"DE - SoMob - Moto LL (V4)","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.de(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/motorbike/ll-tyres/motorbike-tyres(.*)"}}}},{"id":179378,"name":"IT - SoMob - General & Auto LL (V3)","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.it(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/ll-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/auto/ll-tyres/auto-tyres(.*)"}}}},"rightChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":false,"value":"(.*)motorbike/(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":false,"value":"(.*)-winter(.*)"}}}}},{"id":179381,"name":"IT - SoMob - Moto LL (V4)","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.it(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/motorbike/ll-tyres/motorbike-tyres(.*)"}}}},{"id":179382,"name":"IT - SoMob - General AA & SS (V1)","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.it(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/ss-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/aa-tyres(.*)"}}}},"rightChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":false,"value":"(.*)/auto(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":false,"value":"(.*)/motorbike(.*)"}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":false,"value":"(.*)-winter(.*)"}}}}},{"id":179384,"name":"IT - SoMob - Auto AA & SS (V2)","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.it(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/auto/aa-tyres/auto-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/auto/ss-tyres/auto-tyres(.*)"}}}}},{"id":179424,"name":"ES - SoMob - General & Auto LL (V3)","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.es(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/ll-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/auto/ll-tyres/auto-tyres(.*)"}}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":false,"value":"(.*)motorbike/(.*)"}}}},{"id":179438,"name":"ES - SoMob - Moto LL (V4)","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.es(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/motorbike/ll-tyres/motorbike-tyres(.*)"}}}},{"id":179441,"name":"ES - SoMob - General AA & SS (V1)","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.es(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/ss-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/aa-tyres(.*)"}}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":false,"value":"(.*)/auto(.*)"}}}},{"id":179442,"name":"ES - SoMob - Auto AA & SS (V2)","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.es(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/auto/aa-tyres/auto-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/auto/ss-tyres/auto-tyres(.*)"}}}}},{"id":179518,"name":"NL - SoMob - General & Auto LL (V3)","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.nl(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.be/nl(.*)"}}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/ll-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/auto/ll-tyres/auto-tyres(.*)"}}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":false,"value":"(.*)motorbike/(.*)"}}}},{"id":179555,"name":"NL - SoMob - Moto LL (V4)","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.nl(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.be/nl(.*)"}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/motorbike/ll-tyres/motorbike-tyres(.*)"}}}},{"id":179556,"name":"NL - SoMob - General AA & SS (V1)","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.nl(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.be/nl(.*)"}}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/ss-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/aa-tyres(.*)"}}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":false,"value":"(.*)/auto(.*)"}}}},{"id":179557,"name":"NL - SoMob - Auto AA & SS (V2)","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.nl(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.be/nl(.*)"}}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/auto/aa-tyres/auto-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/auto/ss-tyres/auto-tyres(.*)"}}}}},{"id":179585,"name":"CZ - SoMob - General & Auto LL (V3)","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.cz(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/ll-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/auto/ll-tyres/auto-tyres(.*)"}}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":false,"value":"(.*)motorbike/(.*)"}}}},{"id":179588,"name":"CZ - SoMob - Auto AA & SS (V2)","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.cz(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/auto/aa-tyres/auto-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/auto/ss-tyres/auto-tyres(.*)"}}}}},{"id":181317,"name":"RO - SoMob - General & Auto LL (V3)","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.ro(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/ll-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/auto/ll-tyres/auto-tyres(.*)"}}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":false,"value":"(.*)motorbike/(.*)"}}}},{"id":181318,"name":"RO - SoMob - Auto AA & SS (V2)","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.ro(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/auto/aa-tyres/auto-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/auto/ss-tyres/auto-tyres(.*)"}}}}},{"id":181733,"name":"DK - SoMob - General & Auto LL (V3)","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.dk(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/ll-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/auto/ll-tyres/auto-tyres(.*)"}}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":false,"value":"(.*)motorbike/(.*)"}}}},{"id":181745,"name":"FI - SoMob - General & Auto LL (V3)","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.fi(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/ll-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/auto/ll-tyres/auto-tyres(.*)"}}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":false,"value":"(.*)motorbike/(.*)"}}}},{"id":181746,"name":"FI - SoMob - Moto LL (V4)","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.fi(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/motorbike/ll-tyres/motorbike-tyres(.*)"}}}},{"id":181748,"name":"SE - SoMob - General & Auto LL (V3)","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.se(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/ll-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/auto/ll-tyres/auto-tyres(.*)"}}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":false,"value":"(.*)motorbike/(.*)"}}}},{"id":181749,"name":"SE - SoMob - Moto LL (V4)","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.se(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/motorbike/ll-tyres/motorbike-tyres(.*)"}}}},{"id":187301,"name":"WhatsApp Click2Chat AR","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.com\\.ar(.*)"}},"rightChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"DAY_OF_WEEK","disabled":false,"weight":1,"include":false,"value":6}},"rightChild":{"targetingCondition":{"type":"DAY_OF_WEEK","disabled":false,"weight":1,"include":false,"value":0}}}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"HOUR_MINUTE_RANGE","disabled":false,"weight":1,"include":true,"hoursGTE":8,"minutesGTE":30,"hoursLT":12,"minutesLT":30}},"rightChild":{"targetingCondition":{"type":"HOUR_MINUTE_RANGE","disabled":false,"weight":1,"include":true,"hoursGTE":13,"minutesGTE":30,"hoursLT":17,"minutesLT":30}}}}},{"id":194835,"name":"UK - SoMob Winter - LL Pages","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.co\\.uk(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)en-gb-b2c-experience-michelin\\.preprod-dcadcx\\.michelin\\.fr(.*)"}}},"rightChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/ll-tyres-(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)-winter(.*)"}}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":false,"value":"(.*)motorbike/(.*)"}}}},{"id":194858,"name":"UK - SoMob Winter - AA&SS Pages","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.co\\.uk(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)en-gb-b2c-experience-michelin\\.preprod-dcadcx\\.michelin\\.fr(.*)"}}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)aa-tyres-(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"^ss-tyres-$"}}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)-winter(.*)"}}}},{"id":197518,"name":"FR - SoMob Winter - AA & SS pages","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.fr(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.be/fr(.*)"}}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/ss-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/aa-tyres(.*)"}}}},"rightChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":false,"value":"(.*)/auto(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)-winter(.*)"}}}}},{"id":197519,"name":"FR - SoMob Winter - LL Pages","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.fr(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.be/fr(.*)"}}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/ll-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/auto/ll-tyres/auto-tyres(.*)"}}}},"rightChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":false,"value":"(.*)motorbike/(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)-winter(.*)"}}}}},{"id":197843,"name":"DE - SoMob Winter - LL pages","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.de(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/ll-tyres(.*)"}}},"rightChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":false,"value":"(.*)motorbike/(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)-winter(.*)"}}}}},{"id":197847,"name":"DE - SoMob Winter - AA & SS pages","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.de(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/aa-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/ss-tyres(.*)"}}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)-winter(.*)"}}}},{"id":198400,"name":"TR - SoMob Winter - AA & SS pages","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.com\\.tr(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/ss-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/aa-tyres(.*)"}}}},"rightChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":false,"value":"(.*)/auto(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)-winter(.*)"}}}}},{"id":198406,"name":"TR - SoMob Winter - LL Pages","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.com\\.tr(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/ll-tyres(.*)"}}},"rightChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":false,"value":"(.*)motorbike/(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)-winter(.*)"}}}}},{"id":198554,"name":"GR - SoMob Winter - AA & SS pages","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.gr(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/ss-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/aa-tyres(.*)"}}}},"rightChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":false,"value":"(.*)/auto(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)-winter(.*)"}}}}},{"id":198555,"name":"GR - SoMob Winter - LL Pages","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.gr(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/ll-tyres(.*)"}}},"rightChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":false,"value":"(.*)motorbike/(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)-winter(.*)"}}}}},{"id":198747,"name":"PL - SoMob Winter - AA & SS pages","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.pl(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/ss-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/aa-tyres(.*)"}}}},"rightChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":false,"value":"(.*)/auto(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)-winter(.*)"}}}}},{"id":198748,"name":"PL - SoMob Winter - LL Pages","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.pl(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/ll-tyres(.*)"}}},"rightChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":false,"value":"(.*)motorbike/(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)-winter(.*)"}}}}},{"id":202219,"name":"Michelin FR","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.fr(.*)"}}},{"id":205271,"name":"Michelin US","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelinman\\.com(.*)"}}},{"id":205830,"name":"ES - SoMob Winter - AA&SS Pages","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.es(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)es-es-b2c-experience-michelin\\.preprod-dcadcx\\.michelin\\.fr(.*)"}}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)aa-tyres-(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)ss-tyres-(.*)"}}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)-winter(.*)"}}}},{"id":205833,"name":"ES - SoMob Winter - LL Pages","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.es(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)es-es-b2c-experience-michelin\\.preprod-dcadcx\\.michelin\\.fr(.*)"}}},"rightChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/ll-tyres-(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)-winter(.*)"}}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":false,"value":"(.*)motorbike/(.*)"}}}},{"id":208758,"name":"AMN mobile","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.ca(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.bfgoodrich\\.ca(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.bfgoodrichtires\\.com(.*)"}}}},"rightChild":{"targetingCondition":{"type":"DEVICE_TYPE","disabled":false,"weight":1,"include":true,"value":"PHONE"}}}},{"id":210107,"name":"Michelin GR","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.gr(.*)"}}},{"id":211849,"name":"DK - Michelin Nurture pages","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.dk(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/find-your-tyres-online(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/auto/find-your-car-tyres-online(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"^/bicycle/find-your-bike-tyres-online$"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"^/motorbike/find-your-motorcyle-tyres-online$"}}}}}}},{"id":211850,"name":"FI - Michelin Nurture pages","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.fi(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/find-your-tyres-online(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/auto/find-your-car-tyres-online(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"^/bicycle/find-your-bike-tyres-online$"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"^/motorbike/find-your-motorcyle-tyres-online$"}}}}}}},{"id":211851,"name":"SE - Michelin Nurture pages","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.se(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/find-your-tyres-online(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/auto/find-your-car-tyres-online(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"^/bicycle/find-your-bike-tyres-online$"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"^/motorbike/find-your-motorcyle-tyres-online$"}}}}}}},{"id":212139,"name":"BE-fr - Michelin Nurture pages","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.be/fr(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/find-your-tyres-online(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/auto/find-your-car-tyres-online(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"^/bicycle/find-your-bike-tyres-online$"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"^/motorbike/find-your-motorcyle-tyres-online$"}}}}}}},{"id":212140,"name":"BE-nl - Michelin Nurture pages","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.be/nl(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/find-your-tyres-online(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/auto/find-your-car-tyres-online(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"^/bicycle/find-your-bike-tyres-online$"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"^/motorbike/find-your-motorcyle-tyres-online$"}}}}}}},{"id":212141,"name":"NL - Michelin Nurture pages","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.nl(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/find-your-tyres-online(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/auto/find-your-car-tyres-online(.*)"}},"rightChild":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"^/bicycle/find-your-bike-tyres-online$"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"^/motorbike/find-your-motorcyle-tyres-online$"}}}}}}},{"id":219836,"name":"BR - Loja Exclusiva","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.com\\.br/loja-de-pneus-michelin(.*)"}}},{"id":220292,"name":"Michelin UK","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.co\\.uk(.*)"}}},{"id":225762,"name":"BR - Home page","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"^https\\://www\\.michelin\\.com\\.br/$"}}},{"id":235563,"name":"Segment for ES - Tag promotion flag an dbanner on TDP","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.es(.*)"}}},{"id":241574,"name":"Segment for UK - MOnth in motion - From fix","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"https\\://www\\.michelin\\.co\\.uk/michelin\\-month\\-in\\-motion\\-registration/?([\\?#].*)?$"}}},{"id":244305,"name":"Segment for [B2B] - UK - Push Newsletter - Trucks","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"https\\://business\\.michelin\\.co\\.uk/freight\\-transport/?([\\?#].*)?$"}}},{"id":244319,"name":"Segment for [B2B] - UK - Push Newsletter - Trucks","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"https\\://business\\.michelin\\.co\\.uk/agriculture/?([\\?#].*)?$"}}},{"id":247139,"name":"FFCP logged in","tree":{"orOperator":true,"orGuiLevel":0,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)promo\\.michelin\\.fr/profil(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":false,"value":"(.*)/profil/contenu(.*)"}}},"rightChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)fr-fr-lab-michelin-crm-rc\\.dev-dcadcx\\.michelin\\.fr/profil(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":false,"value":"(.*)/profil/contenu(.*)"}}}}},{"id":248798,"name":"MX - POPIN NL","tree":{"orOperator":true,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"^https\\://www\\.michelin\\.com\\.mx/$"}},"rightChild":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.com\\.mx(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/auto/(.*)"}}}}},{"id":248869,"name":"FFCP JANVIER 2024","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://www\\.michelin\\.fr(.*)"}},"rightChild":{"targetingCondition":{"type":"JS_CODE","disabled":false,"weight":1,"include":true,"value":"Kameleoon.API.Core.runWhenElementPresent('[name=\"accountCtaWidget\"]', function () {\n setTargeting(true);\n}, 200);","async":true}}}},{"id":249873,"name":"Segment for [ECC] UK - TS Search by Plate push","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.co\\.uk/auto(.*)"}}},{"id":251404,"name":"UK - NURTURE 2024 - 4W","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.co\\.uk/auto/browse-tyres/all-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"sport-4w|longevity-4w|confidenceas-4w|confidencesum-4w|confidencewin-4w|efficiency-4w|comfort-4w|trustoe-4w|trustpmtl-4w|trustawards-4w|trustrating-4w|trustmsp-4w|trustev-4w"}}}},{"id":251975,"name":"[B2B][US] All pages","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)business\\.michelinman\\.com(.*)"}}},{"id":254007,"name":"AMN - US - MI - Register tires pages","tree":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelinman\\.com/auto/registertires(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelinman\\.com/auto/assistance/registertires (.*)"}}}},{"id":254995,"name":"AMN - US - BFG - Register tires pages","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.bfgoodrichtires\\.com/auto/registertires(.*)"}}},{"id":255121,"name":"AMN - CA-en - MI - Register tires pages","tree":{"orOperator":true,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.ca/en/auto/registertires(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.ca/en/motorcycle/registertires(.*)"}}}},{"id":255228,"name":"AMN - CA-fr - MI - Register tires pages","tree":{"orOperator":true,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.ca/fr/auto/enregistrer-vos-pneus(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.ca/fr/moto/enregistrer-vos-pneus(.*)"}}}},{"id":257075,"name":"[B2B] [CA] All pages","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)business\\.michelin\\.ca(.*)"}}},{"id":261226,"name":"[DCEM] Innovation page FR","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.fr/why-michelin-innovation(.*)"}}},{"id":262749,"name":"[MO] AMN - US - MI - Register tires pages","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelinman\\.com/motorcycle/registertires(.*)"}}},{"id":262817,"name":"[DCEM] Innovation page ES","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.es/por-que-michelin-innovacion(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":false,"value":"(.*)www\\.michelin\\.es/por-que-michelin-innovacion/tecnologia-acoustic(.*)"}}}},{"id":262852,"name":"[DCEM] Innovation page US","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelinman\\.com/why-michelin/innovation(.*)"}}},{"id":263313,"name":"RO - NURTURE 2024 - 4W","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://www\\.michelin\\.ro/auto/browse-tyres/all-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"sport-4w|longevity-4w|confidenceas-4w|confidencesum-4w|confidencewin-4w|efficiency-4w|comfort-4w|trustoe-4w|trustpmtl-4w|trustawards-4w|trustrating-4w|trustmsp-4w|trustev-4w"}}}},{"id":263515,"name":"[DCEM] Innovation page IT","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.it/why-michelin-innovation(.*)"}}},{"id":263773,"name":"[DCEM] Innovation page BR","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://www\\.michelin\\.com\\.br/why-michelin/inovacao(.*)"}}},{"id":264325,"name":"PL - NURTURE 2024 - 4W","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://www\\.michelin\\.pl/auto/browse-tyres/all-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"trustawards-4w|trustrating-4w|trustev-4w"}}}},{"id":264326,"name":"TR - NURTURE 2024 - 4W","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://www\\.michelin\\.com\\.tr/auto/browse-tyres/all-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"trustawards-4w|trustrating-4w|trustev-4w"}}}},{"id":264327,"name":"IT - NURTURE 2024 - 4W - SUMMER","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://www\\.michelin\\.it/auto/browse-tyres/all-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"longevity-4w|confidenceas-4w|trustev-4w"}}}},{"id":264328,"name":"ES - NURTURE 2024 - 4W","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://www\\.michelin\\.es/auto/browse-tyres/all-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"longevity-4w|confidenceas-4w|trustev-4w"}}}},{"id":264555,"name":"[DCEM] Innovation page CA-en","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://www\\.michelin\\.ca/en/why-michelin/innovation(.*)"}}},{"id":264567,"name":"[DCEM] Innovation page CA-fr","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://www\\.michelin\\.ca/fr/pourquoi-michelin/innovation(.*)"}}},{"id":264891,"name":"GR - CONVERT 2024","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://www\\.michelin\\.gr/auto/agora(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"primacyrange|pilotsportfamily|crossclimaterange|xicerange|alpinrange|summerrange|asrange|winterrange"}}}},{"id":264926,"name":"HU - CONVERT 2024","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://www\\.michelin\\.hu/auto/buy-now(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"primacyrange|pilotsportfamily|crossclimaterange|xicerange|alpinrange|summerrange|asrange|winterrange"}}}},{"id":264928,"name":"TH-th - NURTURE 2024 - 4W","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://www\\.michelin\\.co\\.th/auto/browse-tyres/all-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"confidence-4w|sport-4w|comfort-4w"}}}},{"id":264933,"name":"ITA -CONVERT 2024 SUMMER","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://www\\.michelin\\.it/auto/acquista-online(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"primacyrange|pilotsportfamily|crossclimaterange"}}}},{"id":264983,"name":"FR - NURTURE 2024 - 4W","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.fr(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"sport-4w|longevity-4w|confidenceas-4w|confidencesum-4w|efficiency-4w|comfort-4w|trustoe-4w|trustpmtl-4w|trustawards-4w|trustrating-4w|trustmsp-4w|trustev-4w"}}}},{"id":265001,"name":"TR - CONVERT 2024","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://www\\.michelin\\.com\\.tr/auto/lastik-al(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"primacyrange|pilotsportfamily|crossclimaterange|alpinrange|summerrange|asrange"}}}},{"id":265055,"name":"RO - CONVERT 2024","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://www\\.michelin\\.ro/auto/buy-now(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"primacyrange|pilotsportfamily|crossclimaterange|xicerange|alpinrange|summerrange|asrange|winterrange"}}}},{"id":265999,"name":"India + CTA See details","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://www\\.michelin\\.in/(.*)"}},"rightChild":{"targetingCondition":{"type":"DOM_ELEMENT","disabled":false,"weight":1,"include":true,"value":".ds__btn[action=\"details\"]"}}}},{"id":266436,"name":"DE - NURTURE 2024 - 4W","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.de/auto/browse-tyres/all-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"sport-4w|longevity-4w|confidenceas-4w|confidencesum-4w|efficiency-4w|comfort-4w|trustoe-4w|trustpmtl-4w|trustawards-4w|trustrating-4w|trustmsp-4w|trustev-4w"}}}},{"id":266445,"name":"SE - NURTURE 2024 - 4W","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.se/auto/browse-tyres/all-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"longevity-4w|confidenceas-4w|efficiency-4w"}}}},{"id":266460,"name":"FI - NURTURE 2024 - 4W","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.fi/auto/browse-tyres/all-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"longevity-4w|confidenceas-4w|efficiency-4w"}}}},{"id":266488,"name":"DK - NURTURE 2024 - 4W","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.dk/auto/browse-tyres/all-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"longevity-4w|confidenceas-4w|efficiency-4w"}}}},{"id":266504,"name":"DE - CONVERT 2024","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://www\\.michelin\\.de/onlinekaufen(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"primacyrange|pilotsportfamily|crossclimaterange|xicerange|summerrange|asrange|winterrange"}}}},{"id":266512,"name":"DK - CONVERT 2024","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://www\\.michelin\\.dk/auto/buy-now(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"primacyrange|pilotsportfamily|crossclimaterange|xicerange|alpinrange|summerrange|asrange|winterrange"}}}},{"id":266513,"name":"FI - CONVERT 2024","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://www\\.michelin\\.fi/auto/buy-now(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"primacyrange|pilotsportfamily|crossclimaterange|xicerange|alpinrange|summerrange|asrange|winterrange"}}}},{"id":266514,"name":"SE - CONVERT 2024","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://www\\.michelin\\.se/auto/buy-now(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"primacyrange|pilotsportfamily|crossclimaterange|xicerange|alpinrange|summerrange|asrange|winterrange"}}}},{"id":268113,"name":"BE FR- CONVERT 2024","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://www\\.michelin\\.be/fr/auto/acheterenligne(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"primacyrange|pilotsportfamily|crossclimaterange|xicerange|alpinrange|summerrange|asrange|winterrange"}}}},{"id":268114,"name":"NL - CONVERT 2024","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://www\\.michelin\\.nl/auto/koop-online(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"primacyrange|pilotsportfamily|crossclimaterange|xicerange|alpinrange|summerrange|asrange|winterrange"}}}},{"id":268116,"name":"BE NL- CONVERT 2024","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://www\\.michelin\\.be/nl/auto/koop-online(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"primacyrange|pilotsportfamily|crossclimaterange|xicerange|alpinrange|summerrange|asrange|winterrange"}}}},{"id":268428,"name":"UK - CONVERT 2024","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://www\\.michelin\\.co\\.uk/auto/buy-now(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"pilotsportfamily|crossclimaterange|summerrange"}}}},{"id":268851,"name":"MX NextGen - CAI queryString (Testapic CD removed)","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.com\\.mx/auto/dealer-locator\\?cai\\=(.*)"}}},{"id":269137,"name":"BE-fr - NURTURE 2024 - 4W","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.be/fr(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"longevity-4w|confidenceas-4w|trustev-4w"}}}},{"id":269208,"name":"BE-nl - NURTURE 2024 - 4W","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.be/nl(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"longevity-4w|confidenceas-4w|trustev-4w"}}}},{"id":269215,"name":"NL - NURTURE 2024 - 4W","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.nl(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"longevity-4w|confidenceas-4w|trustev-4w"}}}},{"id":272359,"name":"ES - CONVERT 2024","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://www\\.michelin\\.es/auto/compra-online(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"primacyrange|pilotsportfamily|crossclimaterange"}}}},{"id":273337,"name":"JP - NURTURE 2024 - 4W","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.co\\.jp(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"sport-4w|confidenceas-4w|comfort-4w"}}}},{"id":273652,"name":"Segment for US - Top searched shortcuts vs Top searched logos","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"https\\://www\\.michelinman\\.com/auto/manufacturers/?([\\?#].*)?$"}}},{"id":274388,"name":"TH-en - NURTURE 2024 - 4W","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://en\\.michelin\\.co\\.th/auto/browse-tyres/all-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"confidence-4w|sport-4w|comfort-4w"}}}},{"id":274393,"name":"TH-th - NURTURE 2024 - MO","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://www\\.michelin\\.co\\.th/motorbike/browse-tyres/all-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"confidencesum-moto"}}}},{"id":274409,"name":"TH-en - NURTURE 2024 - MO","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://en\\.michelin\\.co\\.th/motorbike/browse-tyres/all-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"confidencesum-moto"}}}},{"id":274495,"name":"[B2B][FR] All pages","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)pro\\.michelin\\.fr(.*)"}}},{"id":274511,"name":"[B2B][ES] All pages","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)pro\\.michelin\\.es(.*)"}}},{"id":275343,"name":"ZA - CONVERT 2024","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://www\\.michelin\\.co\\.za/auto/buy-now(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"primacyrange|pilotsportfamily|asrange"}}}},{"id":275567,"name":"Segment for [DOTI] Test Qualtrics","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"https\\://www\\.michelin\\.com\\.mx/auto/browse\\-tyres/buscar\\-por\\-experiencia\\-de\\-conduccion/sport/?([\\?#].*)?$"}}},{"id":276403,"name":"[B2B][IT] All pages","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://professional\\.michelin\\.it/(.*)"}}},{"id":276857,"name":"[B2B][DE] All pages","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)business\\.michelin\\.de(.*)"}}},{"id":279183,"name":"[B2B][SE] All pages","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)professional\\.michelin\\.se(.*)"}}},{"id":279189,"name":"[B2B][FI] All pages","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)professional\\.michelin\\.fi(.*)"}}},{"id":279310,"name":"[B2B][PL] All pages","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)pro\\.michelin\\.pl(.*)"}}},{"id":279956,"name":"[B2B][RO] All pages","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)business\\.michelin\\.ro(.*)"}}},{"id":284584,"name":"IT - NURTURE 2024 - 4W - WINTER","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://www\\.michelin\\.it/auto/browse-tyres/all-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)confidencewin-4w(.*)"}}}},{"id":284585,"name":"ITA -CONVERT 2024 WINTER","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://www\\.michelin\\.it/auto/acquista-online(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)alpinrange(.*)"}}}},{"id":284674,"name":"[B2B][NL] All pages","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)pro\\.michelin\\.nl(.*)"}}},{"id":285461,"name":"TR - CONVERT 2024 WINTER","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://www\\.michelin\\.com\\.tr/auto/lastik-al(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"winterrange"}}}},{"id":289961,"name":"[B2B][BR] All pages","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)pro\\.michelin\\.com\\.br(.*)"}}},{"id":290453,"name":"DE - CONVERT 2024 WINTER","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://www\\.michelin\\.de/onlinekaufen(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"alpinrange"}}}},{"id":290529,"name":"ES - CONVERT 2024 WINTER","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://www\\.michelin\\.es/auto/compra-online(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"summerrange"}}}},{"id":292120,"name":"KR - NURTURE 2024 - 4W","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.co\\.kr/auto/browse-tyres/all-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"longevity-4w|confidenceas-4w"}}}},{"id":296437,"name":"DK - NURTURE WINTER 2024 - 4W","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.dk/auto/browse-tyres/all-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)confidencewin-4w\\|trustev-4w(.*)"}}}},{"id":296440,"name":"SE - NURTURE WINTER 2024 - 4W","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.se/auto/browse-tyres/all-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"confidencewin-4w|trustev-4w"}}}},{"id":296470,"name":"FI - NURTURE WINTER 2024 - 4W","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.fi/auto/browse-tyres/all-tyres(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"([?&])utm_term="}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"confidencewin-4w|trustev-4w"}}}},{"id":304027,"name":"[B2B][TR] All pages","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)pro\\.michelin\\.com\\.tr(.*)"}}},{"id":304057,"name":"[B2B][BE] All pages","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)pro\\.michelin\\.be(.*)"}}},{"id":304086,"name":"[B2B][DK] All pages","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)professional\\.michelin\\.dk(.*)"}}},{"id":304100,"name":"[B2B][NO] All pages","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)professional\\.michelin\\.no(.*)"}}},{"id":304184,"name":"[B2B] UK - TSRP","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)business\\.michelin\\.co\\.uk/tyres\\?(.*)"}}},{"id":304185,"name":"[B2B] FR - TSRP","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)pro\\.michelin\\.fr/pneus\\?(.*)"}},"rightChild":{"targetingCondition":{"type":"DEVICE_TYPE","disabled":false,"weight":1,"include":true,"value":"DESKTOP"}}}},{"id":305507,"name":"[B2C][US] Home page","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"^https\\://www\\.michelinman\\.com/$"}}},{"id":308585,"name":"[B2B][UK] All pages","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)business\\.michelin\\.co\\.uk(.*)"}}},{"id":308616,"name":"[B2B][JP] All pages","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)business\\.michelin\\.co\\.jp(.*)"}}},{"id":311681,"name":"[B2B][UK] Product pages for VAC integration","tree":{"orOperator":true,"orGuiLevel":1,"leftChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)business\\.michelin\\.co\\.uk/tyres/michelin-x(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(?:multi-(?:f-d-t-z-z2-22-5|energy-z-d)|line-energy-(?:f-z-d-t-22-5|z2-d2-22-5|z3-d3-22-5))"}}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)business\\.michelin\\.co\\.uk/tyres/michelin-x-multi-energy-z2-d2(.*)"}}}},{"id":311685,"name":"[B2B][FR] Product pages for VAC integration","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)pro\\.michelin\\.fr/pneus/michelin-x(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(?:multi-(?:f-z-d-t-22-5|energy-(?:z-d|z2-d2))|line-energy-(?:z2-d2-22-5|f-z-d-t-22-5|z3-d3-22-5))"}}}},{"id":313178,"name":"[B2C][IT] Store Locator result page","tree":{"orOperator":false,"orGuiLevel":0,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.it(.*)"}},"rightChild":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)/auto/dealer-locator/(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)\\?cai\\=(.*)"}}}}},{"id":320457,"name":"[B2C][US] Newsletter page - popin layout","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelinman\\.com/auto/newsletter\\?format\\=popin(.*)"}}},{"id":321525,"name":"Segment for [B2C][US] - TS Incomplete search","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.com\\.mx(.*)"}}},{"id":323495,"name":"[B2C][UK] Promo banner spring 2025","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"^https?://www\\.michelin\\.co\\.uk/auto(?!/(aston-martin-owners-club|people-in-motion-offer|heritage-aston-martin-owners-club))(?:/|$).*$"}}},{"id":323749,"name":"Segment for [B2C][US] Tire selection made easy - New CTA","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"https\\://www\\.michelinman\\.com//?([\\?#].*)?$"}}},{"id":343960,"name":"[B2C][FR] Home Auto","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"https:\\/\\/www\\.michelin\\.fr\\/auto([?#][^\\s]*)?"}}},{"id":346827,"name":"[B2C][KR] Homepage","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"^https\\://www\\.michelin\\.co\\.kr/$"}}},{"id":347670,"name":"[B2C][NL] Store locator result pages","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"www.michelin.nl\\/auto\\/dealer-locator\\/(\\w)+\\?cai=[0-9]{6}"}}},{"id":347734,"name":"[B2C][RO] Store locator result pages","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"https:\\/\\/www\\.michelin\\.ro\\/auto\\/dealer-locator\\/[a-zA-Z0-9\\-_%]+(?:\\?[a-zA-Z0-9=&]*)?"}}},{"id":354167,"name":"[BC2][CA-en] Homepage","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"^https\\://www\\.michelin\\.ca/en/$"}}},{"id":354187,"name":"[BC2][CA-fr] Homepage","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"^https\\://www\\.michelin\\.ca/fr/$"}}},{"id":367102,"name":"Segment for [B2C][US] - TS Incomplete search","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelinman\\.com(.*)"}}},{"id":369118,"name":"Segment for [B2C][MX] AI Chatbot - Bibendum icon","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.com\\.mx(.*)"}}},{"id":380692,"name":"[TH][MI] All pages","tree":{"orOperator":true,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://www\\.michelin\\.co\\.th/(.*)"}},"rightChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)https\\://en\\.michelin\\.co\\.th/(.*)"}}}},{"id":387634,"name":"[B2B][UK] Blog pages","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)business\\.michelin\\.co\\.uk/blog(.*)"}}},{"id":387648,"name":"[B2B][UK] Blog article pages","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)business\\.michelin\\.co\\.uk/blog/articles/(.*)"}}},{"id":392683,"name":"[B2C][US] Product pages","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelinman\\.com/auto/tires/michelin(.*)"}}},{"id":396891,"name":"[B2C][US] CrossClimate 2 TDP","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelinman\\.com/auto/tires/michelin-crossclimate-2(.*)"}}},{"id":399709,"name":"[B2C][TR] All pages","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelin\\.com\\.tr(.*)"}}}],"targetingTriggers":[{"id":365337,"name":"[IA pred targ] [MX] TSRP complete","tree":{"orOperator":false,"orGuiLevel":1,"leftChild":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.com\\.mx/(.*)"}},"rightChild":{"targetingCondition":{"type":"JS_CODE","disabled":false,"weight":1,"include":true,"value":"var EVENT_NAME = 'pageview';\r\nvar PAGENAME = 'tyre selector search results';\r\nvar KEYS_OK = ['fitment', 'speedindex']; // au moins une clé non vide\r\n\r\nfunction hasWantedParams(obj) {\r\n var p = obj && obj.tssearchparameters;\r\n if (!p) return false;\r\n for (var i = 0; i < KEYS_OK.length; i++) {\r\n var v = p[KEYS_OK[i]];\r\n if (v != null && String(v).trim() !== '') return true;\r\n }\r\n return false;\r\n}\r\n\r\nvar dl = window.dataLayer || [];\r\nfor (var i = dl.length - 1; i >= 0; i--) {\r\n var e = dl[i];\r\n if (e && e.event === EVENT_NAME && e.pagename === PAGENAME && hasWantedParams(e)) {\r\n return true;\r\n }\r\n}\r\nreturn false;","domReady":true}}},"mentalist":true,"trigger":true},{"id":365341,"name":" [IA pred targ] [MX] Product page viewed","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)michelin\\.com\\.mx/auto/tyres/michelin-(.*)"}},"mentalist":true,"trigger":true},{"id":367318,"name":"[IAPT][MX] Store Locator search","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"^https:\\/\\/www\\.michelin\\.com\\.mx\\/auto\\/dealer-locator\\/[a-zA-Z0-9\\-%.]+(\\?[a-zA-Z0-9=&%\\-]*)?cai=\\d{1,6}\\b"}},"mentalist":true,"trigger":true},{"id":367326,"name":"[IAPT][MX] Store locator retailer selection","tree":{"targetingCondition":{"type":"CONVERSIONS","disabled":false,"weight":1,"include":true,"value":347177}},"mentalist":true,"trigger":true},{"id":373221,"name":"Trigger for [KAM] creation id ","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"https\\://www\\.michelin\\.fr//?([\\?#].*)?$"}},"trigger":true},{"id":386334,"name":"Trigger for [B2C][US] TDP Where's the price link","tree":{"targetingCondition":{"type":"PAGE_URL","disabled":false,"weight":1,"include":true,"value":"(.*)www\\.michelinman\\.com/auto/tires/michelin-(.*)"}},"trigger":true}],"variations":[{"name":"Variation 1","id":720310,"css":"","elementSets":[]},{"name":"Somob","id":730868,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:50px}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Tyres for Motorbikes & Scooters\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Innovating since 1889\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([n])=>{const a=\"mobilePlace\"===e?\"afterend\":\"beforeend\";n.insertAdjacentHTML(a,bannerHTML);changeBanner(n.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Somob","id":731492,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:50px}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Des pneus pour tous vos véhicules motos et scooters\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Innovant depuis 1889\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([n])=>{const a=\"mobilePlace\"===e?\"afterend\":\"beforeend\";n.insertAdjacentHTML(a,bannerHTML);changeBanner(n.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Somob","id":731500,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:50px}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Pneus pour tous types de véhicules\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/pmtl.png\",text:\"Des performances faites pour durer\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Innovant depuis 1889\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([n])=>{const a=\"mobilePlace\"===e?\"afterend\":\"beforeend\";n.insertAdjacentHTML(a,bannerHTML);changeBanner(n.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Somob","id":731503,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:50px}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Pneus Auto, SUV et Utilitaire\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/pmtl.png\",text:\"Des performances faites pour durer\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Innovant depuis 1889\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([n])=>{const a=\"mobilePlace\"===e?\"afterend\":\"beforeend\";n.insertAdjacentHTML(a,bannerHTML);changeBanner(n.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Somob","id":731522,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:50px}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Tyres for Sport & Premium vehicles \"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/pmtl.png\",text:\"Performance made to last \"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Innovating since 1889 \"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([n])=>{const a=\"mobilePlace\"===e?\"afterend\":\"beforeend\";n.insertAdjacentHTML(a,bannerHTML);changeBanner(n.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Somob","id":731549,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:50px}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Reifen für Sport- & Premiumfahrzeuge\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/pmtl.png\",text:\"Langlebige Leistung\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Innovativ seit 1889\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([n])=>{const a=\"mobilePlace\"===e?\"afterend\":\"beforeend\";n.insertAdjacentHTML(a,bannerHTML);changeBanner(n.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Somob","id":731662,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:50px}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Reifen für Motorräder und Roller\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Innovativ seit 1889\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([n])=>{const a=\"mobilePlace\"===e?\"afterend\":\"beforeend\";n.insertAdjacentHTML(a,bannerHTML);changeBanner(n.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Somob","id":731743,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:50px}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Pneumatici per veicoli sportivi e di lusso\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/pmtl.png\",text:\"Performance fatte per durare\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Continuiamo ad innovare. Dal 1889\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([n])=>{const a=\"mobilePlace\"===e?\"afterend\":\"beforeend\";n.insertAdjacentHTML(a,bannerHTML);changeBanner(n.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Somob","id":731752,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Pneumatici per Moto & Scooter\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Continuiamo ad innovare. Dal 1889\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([n])=>{const a=\"mobilePlace\"===e?\"afterend\":\"beforeend\";n.insertAdjacentHTML(a,bannerHTML);changeBanner(n.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Somob","id":731757,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:50px}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Pneumatici per auto, SUV e furgoni\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/pmtl.png\",text:\"Performance fatte per durare\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Continuiamo ad innovare. Dal 1889\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([n])=>{const a=\"mobilePlace\"===e?\"afterend\":\"beforeend\";n.insertAdjacentHTML(a,bannerHTML);changeBanner(n.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Somob","id":731761,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:50px}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Pneumatici per auto, SUV e furgoni\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/pmtl.png\",text:\"Performance fatte per durare\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Continuiamo ad innovare. Dal 1889\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([n])=>{const a=\"mobilePlace\"===e?\"afterend\":\"beforeend\";n.insertAdjacentHTML(a,bannerHTML);changeBanner(n.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Somob","id":731845,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:50px}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Neumáticos para vehículos Sport & Premium\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/pmtl.png\",text:\"Prestaciones diseñadas para durar\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Innovando desde 1889\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,a,n){a.textContent=data[e].text,n.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const a=e.querySelector(\".kam-banner__text\"),n=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,a,n),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([a])=>{const n=\"mobilePlace\"===e?\"afterend\":\"beforeend\";a.insertAdjacentHTML(n,bannerHTML);changeBanner(a.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Somob","id":731882,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:50px}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Neumáticos para Motos & Scooters\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Innovando desde 1889\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([n])=>{const a=\"mobilePlace\"===e?\"afterend\":\"beforeend\";n.insertAdjacentHTML(a,bannerHTML);changeBanner(n.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Somob","id":731883,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:50px}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Neumáticos para todo tipo de vehículos\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/pmtl.png\",text:\"Prestaciones diseñadas para durar\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Innovando desde 1889\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,a,n){a.textContent=data[e].text,n.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const a=e.querySelector(\".kam-banner__text\"),n=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,a,n),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([a])=>{const n=\"mobilePlace\"===e?\"afterend\":\"beforeend\";a.insertAdjacentHTML(n,bannerHTML);changeBanner(a.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Somob","id":731886,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:50px}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Neumáticos para coches, SUV y camionetas\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/pmtl.png\",text:\"Prestaciones diseñadas para durar\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Innovando desde 1889\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,a,n){a.textContent=data[e].text,n.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const a=e.querySelector(\".kam-banner__text\"),n=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,a,n),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([a])=>{const n=\"mobilePlace\"===e?\"afterend\":\"beforeend\";a.insertAdjacentHTML(n,bannerHTML);changeBanner(a.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Somob","id":732189,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:50px}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Banden voor Sport & Premium voertuigen\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/pmtl.png\",text:\"Uitstekende prestaties van begin tot einde\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Innoverend sinds 1889\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([n])=>{const a=\"mobilePlace\"===e?\"afterend\":\"beforeend\";n.insertAdjacentHTML(a,bannerHTML);changeBanner(n.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Somob","id":732195,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:50px}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Banden voor motoren en scooters\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Innoverend sinds 1889\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([n])=>{const a=\"mobilePlace\"===e?\"afterend\":\"beforeend\";n.insertAdjacentHTML(a,bannerHTML);changeBanner(n.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Somob","id":732198,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:50px}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Banden voor alle types voertuigen\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/pmtl.png\",text:\"Uitstekende prestaties van begin tot einde\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Innoverend sinds 1889\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([n])=>{const a=\"mobilePlace\"===e?\"afterend\":\"beforeend\";n.insertAdjacentHTML(a,bannerHTML);changeBanner(n.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Somob","id":732199,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:50px}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Banden voor personenauto's, SUV's & Bestelwagens\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/pmtl.png\",text:\"Uitstekende prestaties van begin tot einde\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Innoverend sinds 1889\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([n])=>{const a=\"mobilePlace\"===e?\"afterend\":\"beforeend\";n.insertAdjacentHTML(a,bannerHTML);changeBanner(n.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Somob","id":732473,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:50px}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Pneumatiky pro sportovní a prémiová vozidla\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/pmtl.png\",text:\"Pneumatiky vyrobené tak, aby poskytovaly dlouhotrvající výkony\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Inovace od roku 1889\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([n])=>{const a=\"mobilePlace\"===e?\"afterend\":\"beforeend\";n.insertAdjacentHTML(a,bannerHTML);changeBanner(n.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Somob","id":732482,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:50px}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Pneumatiky pro osobní vozidla, SUV a užitková vozidla\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/pmtl.png\",text:\"Pneumatiky vyrobené tak, aby poskytovaly dlouhotrvající výkony\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Inovace od roku 1889\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,a,n){a.textContent=data[e].text,n.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const a=e.querySelector(\".kam-banner__text\"),n=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,a,n),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([a])=>{const n=\"mobilePlace\"===e?\"afterend\":\"beforeend\";a.insertAdjacentHTML(n,bannerHTML);changeBanner(a.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Somob","id":737824,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:50px}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Anvelope pentru vehicule sport și premium \"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/pmtl.png\",text:\"Performanță făcută să dureze \"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Inovație din 1889 \"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([n])=>{const a=\"mobilePlace\"===e?\"afterend\":\"beforeend\";n.insertAdjacentHTML(a,bannerHTML);changeBanner(n.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Somob","id":737833,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:50px}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Anvelope pentru autoturisme, SUV-uri și furgonete\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/pmtl.png\",text:\"Performanță făcută să dureze\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Inovație din 1889\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([n])=>{const a=\"mobilePlace\"===e?\"afterend\":\"beforeend\";n.insertAdjacentHTML(a,bannerHTML);changeBanner(n.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Somob","id":739134,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:50px}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Dæk til sportsvogne & premium biler \"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/pmtl.png\",text:\"Performance made to last\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Innovativ siden 1889\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([n])=>{const a=\"mobilePlace\"===e?\"afterend\":\"beforeend\";n.insertAdjacentHTML(a,bannerHTML);changeBanner(n.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Somob","id":739163,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:50px}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Renkaat urheilullisiin ja premiumautoihin\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/pmtl.png\",text:\"Kestävää suorituskykyä\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Innovaatioita vuodesta 1889\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([n])=>{const a=\"mobilePlace\"===e?\"afterend\":\"beforeend\";n.insertAdjacentHTML(a,bannerHTML);changeBanner(n.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Somob","id":739164,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:50px}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Moottoripyörän ja skootterin renkaat\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Innovaatioita vuodesta 1889\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([n])=>{const a=\"mobilePlace\"===e?\"afterend\":\"beforeend\";n.insertAdjacentHTML(a,bannerHTML);changeBanner(n.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Somob","id":739188,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:50px}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Däck för sport- & lyxbilar\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/pmtl.png\",text:\"Hållbar prestanda\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"I framkant sedan 1889\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,a,n){a.textContent=data[e].text,n.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const a=e.querySelector(\".kam-banner__text\"),n=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,a,n),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([a])=>{const n=\"mobilePlace\"===e?\"afterend\":\"beforeend\";a.insertAdjacentHTML(n,bannerHTML);changeBanner(a.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Somob","id":739189,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:50px}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Däck för motorcyklar & skotrar\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"I framkant sedan 1889\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,a,n){a.textContent=data[e].text,n.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const a=e.querySelector(\".kam-banner__text\"),n=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,a,n),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([a])=>{const n=\"mobilePlace\"===e?\"afterend\":\"beforeend\";a.insertAdjacentHTML(n,bannerHTML);changeBanner(a.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Variation 1","id":755429,"css":"@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400&display=swap);.widget_3370_755429 article,.widget_3370_755429 aside,.widget_3370_755429 details,.widget_3370_755429 figcaption,.widget_3370_755429 figure,.widget_3370_755429 footer,.widget_3370_755429 header,.widget_3370_755429 hgroup,.widget_3370_755429 nav,.widget_3370_755429 section,.widget_3370_755429 summary{display:block}.widget_3370_755429 audio,.widget_3370_755429 canvas,.widget_3370_755429 video{display:inline-block}.widget_3370_755429 audio:not([controls]){display:none;height:0}.widget_3370_755429 [hidden]{display:none}.widget_3370_755429 html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}.widget_3370_755429 button,.widget_3370_755429 html,.widget_3370_755429 input,.widget_3370_755429 select,.widget_3370_755429 textarea{font-family:sans-serif}.widget_3370_755429 body{margin:0}.widget_3370_755429 a:focus{outline:thin dotted}.widget_3370_755429 a:active,.widget_3370_755429 a:hover{outline:0}.widget_3370_755429 h1{font-size:2em;margin:.67em 0}.widget_3370_755429 h2{font-size:1.5em;margin:.83em 0}.widget_3370_755429 h3{font-size:1.17em;margin:1em 0}.widget_3370_755429 h4{font-size:1em;margin:1.33em 0}.widget_3370_755429 h5{font-size:.83em;margin:1.67em 0}.widget_3370_755429 h6{font-size:.75em;margin:2.33em 0}.widget_3370_755429 abbr[title]{border-bottom:1px dotted}.widget_3370_755429 b,.widget_3370_755429 strong{font-weight:700}.widget_3370_755429 blockquote{margin:1em 40px}.widget_3370_755429 dfn{font-style:italic}.widget_3370_755429 mark{background:#ff0;color:#000}.widget_3370_755429 p,.widget_3370_755429 pre{margin:1em 0}.widget_3370_755429 code,.widget_3370_755429 kbd,.widget_3370_755429 pre,.widget_3370_755429 samp{font-family:monospace,serif;font-size:1em}.widget_3370_755429 pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}.widget_3370_755429 q{quotes:none}.widget_3370_755429 q:after,.widget_3370_755429 q:before{content:'';content:none}.widget_3370_755429 small{font-size:75%}.widget_3370_755429 sub,.widget_3370_755429 sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.widget_3370_755429 sup{top:-.5em}.widget_3370_755429 sub{bottom:-.25em}.widget_3370_755429 dl,.widget_3370_755429 menu,.widget_3370_755429 ol,.widget_3370_755429 ul{margin:1em 0}.widget_3370_755429 dd{margin:0 0 0 40px}.widget_3370_755429 menu,.widget_3370_755429 ol,.widget_3370_755429 ul{padding:0 0 0 40px}.widget_3370_755429 nav ol,.widget_3370_755429 nav ul{list-style:none;list-style-image:none}.widget_3370_755429 img{border:0;-ms-interpolation-mode:bicubic}.widget_3370_755429 svg:not(:root){overflow:hidden}.widget_3370_755429 figure{margin:0}.widget_3370_755429 form{margin:0}.widget_3370_755429 fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}.widget_3370_755429 legend{border:0;padding:0;white-space:normal}.widget_3370_755429 button,.widget_3370_755429 input,.widget_3370_755429 select,.widget_3370_755429 textarea{font-size:100%;margin:0;vertical-align:baseline}.widget_3370_755429 button,.widget_3370_755429 input{line-height:normal}.widget_3370_755429 button,.widget_3370_755429 html input[type=button],.widget_3370_755429 input[type=reset],.widget_3370_755429 input[type=submit]{-webkit-appearance:button;cursor:pointer}.widget_3370_755429 button[disabled],.widget_3370_755429 input[disabled]{cursor:default}.widget_3370_755429 input[type=checkbox],.widget_3370_755429 input[type=radio]{box-sizing:border-box;padding:0}.widget_3370_755429 input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.widget_3370_755429 input[type=search]::-webkit-search-cancel-button,.widget_3370_755429 input[type=search]::-webkit-search-decoration{-webkit-appearance:none}.widget_3370_755429 button::-moz-focus-inner,.widget_3370_755429 input::-moz-focus-inner{border:0;padding:0}.widget_3370_755429 textarea{overflow:auto;vertical-align:top}.widget_3370_755429 table{border-collapse:collapse;border-spacing:0}.widget_3370_755429 a,.widget_3370_755429 p{margin:0}.widget_3370_755429 p{-webkit-hyphens:none!important;-ms-hyphens:none!important;hyphens:none!important;overflow-wrap:normal!important;word-wrap:normal!important;word-break:normal!important}.widget_3370_755429 button{cursor:pointer}.widget_3370_755429 input,.widget_3370_755429 textarea{outline:0}.widget_3370_755429 *,.widget_3370_755429 :after,.widget_3370_755429 :before{box-sizing:border-box}.widget_3370_755429 h1,.widget_3370_755429 h2,.widget_3370_755429 h3{font-weight:700}.widget_3370_755429 u{text-decoration:underline}.widget_3370_755429 em{font-style:italic}.widget_3370_755429 textarea{resize:none}.widget_3370_755429 .kn-hide_desktop,.widget_3370_755429 .kn-hide_mobile,.widget_3370_755429 .kn-hide_tablet{display:inherit}.widget_3370_755429 .hide{display:none!important}.widget_3370_755429 .unvisible{visibility:hidden}.widget_3370_755429.kameleoonWidget_preview .unvisible{visibility:visible}.widget_3370_755429 .kn-content_desktop,.widget_3370_755429 .kn-content_mobile,.widget_3370_755429 .kn-content_tablet{display:none}.widget_3370_755429 .popup_wrapper_s1v3wypjn{inset:0px;z-index:9999}.widget_3370_755429 .popup_s1v3wypjn{top:auto;right:auto;bottom:auto;left:auto;transform:none;position:absolute;top:null;left:null;z-index:9999;background-color:null;width:170px;height:auto;transform:null;max-width:100%;bottom:0;right:0;background-image:null;margin-top:0;padding-top:0;padding-right:25px;padding-bottom:20px;position:fixed}.widget_3370_755429 .popup_s1v3wypjn_inpage{position:relative!important;transform:none;top:auto;left:auto;bottom:auto;right:auto}.widget_3370_755429 .overlay_5rnt0hzhh{background-color:rgba(0,0,0,.6);position:absolute;z-index:9998;top:0;left:0;right:0;bottom:0}.widget_3370_755429 .container_kecbckk61{text-align:center}.widget_3370_755429 .image_p29dbe19j{max-width:100%;height:auto;cursor:pointer!important}.widget_3370_755429 .container_lgqy22og1{position:absolute;top:null;right:0;z-index:999;margin-right:10px;margin-top:0;bottom:0;left:null;transform:null;padding-bottom:36px;padding-top:2px;padding-right:2px}.widget_3370_755429 .close_6cqidqzss{width:13px;height:13px;cursor:pointer;margin-right:15px;margin-top:0;fill:#666}.widget_3370_755429 .container_wxztczjj5{padding-top:0;padding-bottom:10px}.widget_3370_755429 .text_22dhb1wvg{font-size:14px;text-align:center;font-family:\"Open Sans\";background-color:#fce500;background-image:null;border-radius:6px;padding-top:5px;padding-bottom:5px;padding-right:10px;padding-left:5px}.widget_3370_755429.desktop .kn-content_desktop{display:inherit}.widget_3370_755429.desktop .kn-hide_desktop{display:none!important}.widget_3370_755429.phone .popup_wrapper_s1v3wypjn{inset:0px;z-index:9999}.widget_3370_755429.phone .popup_s1v3wypjn{position:fixed}.widget_3370_755429.phone .popup_s1v3wypjn_inpage{position:relative!important;transform:none;top:auto;left:auto;bottom:auto;right:auto}.widget_3370_755429.phone .image_p29dbe19j{cursor:pointer!important}.widget_3370_755429.phone .kn-content_mobile{display:inherit}.widget_3370_755429.phone .kn-content_desktop{display:none}.widget_3370_755429.phone .kn-hide_mobile{display:none!important}.widget_3370_755429.tablet .popup_wrapper_s1v3wypjn{inset:0px;z-index:9999}.widget_3370_755429.tablet .popup_s1v3wypjn{position:fixed}.widget_3370_755429.tablet .popup_s1v3wypjn_inpage{position:relative!important;transform:none;top:auto;left:auto;bottom:auto;right:auto}.widget_3370_755429.tablet .image_p29dbe19j{cursor:pointer!important}.widget_3370_755429.tablet .kn-content_tablet{display:inherit}.widget_3370_755429.tablet .kn-content_desktop{display:none}.widget_3370_755429.tablet .kn-hide_tablet{display:none!important}","elementSets":[],"javaScriptCode":{"code":"!function(){if(document.getElementById(\"kameleoonWidget_755429\"))return null;Kameleoon.API.Core.runWhenElementPresent(\"body\",(([e])=>{e.insertAdjacentHTML(\"beforeend\",'
\"Image\"
¿Necesitás ayuda?
')})),Kameleoon.API.Core.runWhenElementPresent(\".widget_3370_755429\",(e=>{e[0].classList.add(Kameleoon.API.CurrentVisit.device.type.toLowerCase()),Kameleoon.API.Core.runWhenElementPresent(\".widget_3370_755429 span[data-cd-name]\",(e=>{e.forEach((e=>{var t=e.getAttribute(\"data-cd-name\"),a=e.getAttribute(\"data-cd-scope\");\"VISIT\"===a&&(e.innerHTML=Kameleoon.API.CurrentVisit.customData[t]||e.innerHTML),\"VISITOR\"===a&&(e.innerHTML=Kameleoon.API.Visitor.customData[t]||e.innerHTML)}))})),Kameleoon.API.Core.runWhenElementPresent(\".widget_3370_755429 span[data-textVar-name]\",(e=>{e.forEach((e=>{const t=e.getAttribute(\"data-textVar-name\");document.querySelector(\".widget_3370_755429\")?.querySelectorAll(\"input\").forEach((a=>{const n=a.getAttribute(\"name\"),o=a.getAttribute(\"form\");if(o+\".\"+n===t){const t=e.innerHTML,n=a.value&&\"\"!==a.value?a.value:t;e.innerHTML=n,a.addEventListener(\"blur\",(a=>{a.target.value&&\"\"!==a.target.value?e.innerHTML=a.target.value:e.innerHTML=t}))}return o+\".\"+n===t}))}))})),document.querySelectorAll(\".widget_3370_755429 input\").forEach((e=>{e.addEventListener(\"keydown\",(e=>{13===e.keyCode&&e.preventDefault()}))})),document.querySelector(\".widget_3370_755429 .template_po6ebs9n9\").classList.remove(\"hide\"),Kameleoon.API.Utils.addUniversalClickListener(document.querySelector(\".widget_3370_755429 .close_6cqidqzss\"),(e=>{e.stopPropagation(),e.preventDefault(),Kameleoon.API.Utils.querySelectorAll(\".widget_3370_755429 .popup_wrapper_s1v3wypjn video\").forEach((e=>{e.pause(),e.currentTime=0})),Kameleoon.API.Utils.querySelectorAll(\".widget_3370_755429 .popup_wrapper_s1v3wypjn iframe\").forEach((e=>{e.src=e.src.replace(\"autoplay=1\",\"autoplay=0\")})),document.querySelector(\".widget_3370_755429 .template_po6ebs9n9\").classList.add(\"hide\")})),Kameleoon.API.Utils.addUniversalClickListener(document.querySelector(\".widget_3370_755429 .image_p29dbe19j\"),(e=>{e.stopPropagation(),e.preventDefault(),window.open(\"https://api.whatsapp.com/send?phone=5491149458001\"),Kameleoon.API.Goals.processConversion(\"296323\")}))}))}();","afterDOMReady":false},"widgetTemplateInputData":{"domElementSelector":null,"positionSelectorRelative":"BEFORE","displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Somob","id":775838,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:0!important;margin-top:0!important}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{padding-top:0!important}.b2c-body__main-content{margin-top:0!important}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Tyres for Sport & Premium vehicles \"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/pmtl.png\",text:\"Performance made to last \"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Innovating since 1889 \"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/snowflake.png\",text:\"Your winter partner\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-appbar\",desktopPlace:\".b2c-appbar\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([n])=>{const a=\"mobilePlace\"===e?\"afterend\":\"beforeend\";n.insertAdjacentHTML(a,bannerHTML);changeBanner(n.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false},"widgetTemplateInputData":null,"widgetTemplateName":null},{"name":"Somob","id":775959,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:0!important;margin-top:0!important}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Tyres for all vehicle types\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/pmtl.png\",text:\"Performance made to last\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Innovating since 1889\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/snowflake.png\",text:\"Your winter partner\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([n])=>{const a=\"mobilePlace\"===e?\"afterend\":\"beforeend\";n.insertAdjacentHTML(a,bannerHTML);changeBanner(n.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false},"widgetTemplateInputData":null,"widgetTemplateName":null},{"name":"Somob","id":783932,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:50px}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Pneus pour tous types de véhicules\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/pmtl.png\",text:\"Des performances faites pour durer\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Innovant depuis 1889\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/snowflake.png\",text:\"Votre partenaire pour l'hiver\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([n])=>{const a=\"mobilePlace\"===e?\"afterend\":\"beforeend\";n.insertAdjacentHTML(a,bannerHTML);changeBanner(n.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false},"widgetTemplateInputData":null,"widgetTemplateName":null},{"name":"Somob","id":783934,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:0!important}.b2c-body__main-content{margin-top:0!important}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{padding-top:0!important}.b2c-body__main-content{margin-top:0!important}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Pneus pour véhicules Sport et Haute Performance\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/pmtl.png\",text:\"Des performances faites pour durer\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Innovant depuis 1889\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/snowflake.png\",text:\"Votre partenaire pour l'hiver\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-appbar\",desktopPlace:\".b2c-appbar\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([n])=>{const a=\"mobilePlace\"===e?\"afterend\":\"beforeend\";n.insertAdjacentHTML(a,bannerHTML);changeBanner(n.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false},"widgetTemplateInputData":null,"widgetTemplateName":null},{"name":"Somob","id":785032,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:0;margin-top:0!important}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0!important}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Reifen für alle Fahrzeugtypen\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/pmtl.png\",text:\"Langlebige Leistung\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Innovativ seit 1889\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/snowflake.png\",text:\"Die beste Wahl im Winter\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-appbar\",desktopPlace:\".b2c-appbar\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([n])=>{const a=\"mobilePlace\"===e?\"afterend\":\"beforeend\";n.insertAdjacentHTML(a,bannerHTML);changeBanner(n.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false},"widgetTemplateInputData":null,"widgetTemplateName":null},{"name":"Somob","id":785043,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:0;margin-top:0!important}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Reifen für Sport- & Premiumfahrzeuge\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/pmtl.png\",text:\"Langlebige Leistung\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Innovativ seit 1889\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/snowflake.png\",text:\"Die beste Wahl im Winter\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-appbar\",desktopPlace:\".b2c-appbar\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([n])=>{const a=\"mobilePlace\"===e?\"afterend\":\"beforeend\";n.insertAdjacentHTML(a,bannerHTML);changeBanner(n.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false},"widgetTemplateInputData":null,"widgetTemplateName":null},{"name":"Somob","id":786641,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:50px}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Tüm araç tipleri için lastikler\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/pmtl.png\",text:\"Uzun ömürlü performans\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"1889'dan beri yenileniyor\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/snowflake.png\",text:\"Kış partneriniz\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([n])=>{const a=\"mobilePlace\"===e?\"afterend\":\"beforeend\";n.insertAdjacentHTML(a,bannerHTML);changeBanner(n.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false},"widgetTemplateInputData":null,"widgetTemplateName":null},{"name":"Somob","id":786655,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:50px}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Spor ve Premium araçlar için lastikler\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/pmtl.png\",text:\"Uzun ömürlü performans\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"1889'dan beri yenileniyor\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/snowflake.png\",text:\"Kış partneriniz \"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([n])=>{const a=\"mobilePlace\"===e?\"afterend\":\"beforeend\";n.insertAdjacentHTML(a,bannerHTML);changeBanner(n.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false},"widgetTemplateInputData":null,"widgetTemplateName":null},{"name":"Somob","id":787011,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:50px}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Ελαστικά για όλους τους τύπους οχημάτων\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/pmtl.png\",text:\"Επιδόσεις που φτιάχτηκαν να διαρκούν\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Καινοτομία από το 1889\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/snowflake.png\",text:\"Ο χειμερινός σύμμαχός σας\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([n])=>{const a=\"mobilePlace\"===e?\"afterend\":\"beforeend\";n.insertAdjacentHTML(a,bannerHTML);changeBanner(n.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false},"widgetTemplateInputData":null,"widgetTemplateName":null},{"name":"Somob","id":787028,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:50px}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Ελαστικά για όλους τους τύπους οχημάτων\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/pmtl.png\",text:\"Επιδόσεις που φτιάχτηκαν να διαρκούν\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Καινοτομία από το 1889\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/snowflake.png\",text:\"Ο χειμερινός σύμμαχός σας\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([n])=>{const a=\"mobilePlace\"===e?\"afterend\":\"beforeend\";n.insertAdjacentHTML(a,bannerHTML);changeBanner(n.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false},"widgetTemplateInputData":null,"widgetTemplateName":null},{"name":"Somob","id":787477,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:50px}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Opony do wszystkich typów pojazdów\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/pmtl.png\",text:\"Stworzone, by zapewnić długotrwałe osiągi\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Tworzymy innowacje od 1889 r.\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/snowflake.png\",text:\"Twój zimowy partner\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([n])=>{const a=\"mobilePlace\"===e?\"afterend\":\"beforeend\";n.insertAdjacentHTML(a,bannerHTML);changeBanner(n.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false},"widgetTemplateInputData":null,"widgetTemplateName":null},{"name":"Somob","id":787482,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:50px}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Opony do wszystkich typów pojazdów\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/pmtl.png\",text:\"Stworzone, by zapewnić długotrwałe osiągi\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Tworzymy innowacje od 1889 r.\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/snowflake.png\",text:\"Twój zimowy partner\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-header\",desktopPlace:\".b2c-header__panel-desktop.b2c-navigation\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([n])=>{const a=\"mobilePlace\"===e?\"afterend\":\"beforeend\";n.insertAdjacentHTML(a,bannerHTML);changeBanner(n.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false},"widgetTemplateInputData":null,"widgetTemplateName":null},{"name":"Variation 1","id":799266,"css":".embeddedServiceIcon{display:block!important}","elementSets":[],"javaScriptCode":{"code":"const reduceIcon=(e,t,n)=>{e.style.display=\"none\",t.style.minWidth=\"fit-content\",t.style.height=\"42px\",n.style.marginRight=\"0px\"},chatButtonStatus=window.sessionStorage.getItem(\"chatButtonStatus\")||null;Kameleoon.API.Core.runWhenElementPresent(\".helpButton\",(([e])=>{Kameleoon.API.Core.runWhenElementPresent(\".helpButton .uiButton\",(([t])=>{const n=e.querySelector(\"#helpButtonSpan\"),o=e.querySelector(\".embeddedServiceIcon\");chatButtonStatus?window.sessionStorage.getItem(\"chatButtonStatus\").includes(\"Offline\")||window.sessionStorage.getItem(\"chatButtonStatus\").includes(\"Hors Ligne\")?e.style.display=\"none\":reduceIcon(n,t,o):Kameleoon.API.Utils.setTimeout((()=>{const s=e.querySelector(\".message\").innerText;s.includes(\"Offline\")||s.includes(\"Hors Ligne\")?(e.style.display=\"none\",window.sessionStorage.setItem(\"chatButtonStatus\",s)):(reduceIcon(n,t,o),window.sessionStorage.setItem(\"chatButtonStatus\",\"Online\"))}),200)}),300)}),300);","afterDOMReady":false}},{"name":"Variation 1","id":808897,"css":"#b2c-dl-push__locate-me,#b2c-dl-search__locate-me{visibility:hidden!important}.b2b-dealer-search-address-btn-locate{visibility:hidden!important}","elementSets":[]},{"name":"Somob","id":810774,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:0!important;margin-top:0!important}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Neumáticos para vehículos Sport y Premium.\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/pmtl.png\",text:\"Prestaciones diseñadas para durar.\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Innovando desde 1889.\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/snowflake.png\",text:\"Tu compañero de invierno\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,a,n){a.textContent=data[e].text,n.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const a=e.querySelector(\".kam-banner__text\"),n=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,a,n),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-appbar\",desktopPlace:\".b2c-appbar\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([a])=>{const n=\"mobilePlace\"===e?\"afterend\":\"beforeend\";a.insertAdjacentHTML(n,bannerHTML);changeBanner(a.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false},"widgetTemplateInputData":null,"widgetTemplateName":null},{"name":"Somob","id":810783,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:25px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:0!important;margin-top:0!important}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/sport.png\",text:\"Neumáticos para vehículos Sport y Premium.\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/pmtl.png\",text:\"Prestaciones diseñadas para durar.\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/brand.png\",text:\"Innovando desde 1889.\"},{icon:\"https://storage.kameleoon.eu/michelin/somob-bandeau/snowflake.png\",text:\"Tu compañero de invierno.\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,a,n){a.textContent=data[e].text,n.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const a=e.querySelector(\".kam-banner__text\"),n=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,a,n),e.classList.remove(\"animation\"),t++}),301)}),3e3)}const selectors={mobilePlace:\".b2c-appbar\",desktopPlace:\".b2c-appbar\"};Object.keys(selectors).forEach((e=>{Kameleoon.API.Core.runWhenElementPresent(selectors[e],(([a])=>{const n=\"mobilePlace\"===e?\"afterend\":\"beforeend\";a.insertAdjacentHTML(n,bannerHTML);changeBanner(a.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false},"widgetTemplateInputData":null,"widgetTemplateName":null},{"name":"Trust Michelin","id":828409,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:50px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:0!important}.b2c-body__main-content{margin-top:0!important}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{padding-top:0!important}.b2c-body__main-content{margin-top:0!important}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.com/michelin/images_15-12-22/Pictos_Michelin-64x64_black_tire.png\",text:\"Design af højtydende dæk\"},{icon:\"https://storage.kameleoon.com/michelin/images_15-12-22/Pictos_Michelin_64x64_black_EV_charge_v2.png\",text:\"Førende inden for elektrisk mobilitet\"},{icon:\"https://storage.kameleoon.com/michelin/images_15-12-22/Pictos_Michelin-64x64_black_planet.png\",text:\"Vi gør noget for at reducere miljøpåvirkningen\"},{icon:\"https://storage.kameleoon.com/michelin/images_15-12-22/Pictos_Michelin-64x64_black_flags.png\",text:\"Mere fart på innovationen gennem motorsport\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,t){n.textContent=data[e].text,t.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),t=e.querySelector(\".kam-banner__icon\");let a=1;setInterval((()=>{data[a]||(a=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(a,n,t),e.classList.remove(\"animation\"),a++}),301)}),3e3)}Kameleoon.API.Core.runWhenElementPresent(\".dgad-static-page__body\",(([])=>{\"Phone\"===Kameleoon.API.CurrentVisit.device.type?Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search-widget\",(e=>{e.forEach((e=>{e.insertAdjacentHTML(\"beforebegin\",bannerHTML);changeBanner(e.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))})):Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search-widget\",(([e])=>{e.insertAdjacentHTML(\"beforebegin\",bannerHTML);changeBanner(e.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Trust Michelin","id":828422,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:50px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:0!important}.b2c-body__main-content{margin-top:0!important}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{padding-top:0!important}.b2c-body__main-content{margin-top:0!important}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.com/michelin/images_15-12-22/Pictos_Michelin-64x64_black_tire.png\",text:\"Suorituskykyisten renkaiden suunnittelu\"},{icon:\"https://storage.kameleoon.com/michelin/images_15-12-22/Pictos_Michelin_64x64_black_EV_charge_v2.png\",text:\"Sähköisen liikkuvuuden edelläkävijä\"},{icon:\"https://storage.kameleoon.com/michelin/images_15-12-22/Pictos_Michelin-64x64_black_planet.png\",text:\"Toimenpiteet ympäristövaikutusten vähentämiseksi\"},{icon:\"https://storage.kameleoon.com/michelin/images_15-12-22/Pictos_Michelin-64x64_black_flags.png\",text:\"Innovaatioiden edistäminen moottoriurheilun avulla\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,t){n.textContent=data[e].text,t.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),t=e.querySelector(\".kam-banner__icon\");let a=1;setInterval((()=>{data[a]||(a=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(a,n,t),e.classList.remove(\"animation\"),a++}),301)}),3e3)}Kameleoon.API.Core.runWhenElementPresent(\".dgad-static-page__body\",(([])=>{\"Phone\"===Kameleoon.API.CurrentVisit.device.type?Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search-widget\",(e=>{e.forEach((e=>{e.insertAdjacentHTML(\"beforebegin\",bannerHTML);changeBanner(e.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))})):Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search-widget\",(([e])=>{e.insertAdjacentHTML(\"beforebegin\",bannerHTML);changeBanner(e.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Trust Michelin","id":828511,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:50px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:0!important}.b2c-body__main-content{margin-top:0!important}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{padding-top:0!important}.b2c-body__main-content{margin-top:0!important}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.com/michelin/images_15-12-22/Pictos_Michelin-64x64_black_tire.png\",text:\"Designar högpresterande däck\"},{icon:\"https://storage.kameleoon.com/michelin/images_15-12-22/Pictos_Michelin_64x64_black_EV_charge_v2.png\",text:\"Ledande inom elektrisk mobilitet\"},{icon:\"https://storage.kameleoon.com/michelin/images_15-12-22/Pictos_Michelin-64x64_black_planet.png\",text:\"Agerar för att minska klimatpåverkan\"},{icon:\"https://storage.kameleoon.com/michelin/images_15-12-22/Pictos_Michelin-64x64_black_flags.png\",text:\"Snabbar på utvecklingstakten genom motorsport\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}Kameleoon.API.Core.runWhenElementPresent(\".dgad-static-page__body\",(([])=>{\"Phone\"===Kameleoon.API.CurrentVisit.device.type?Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search-widget\",(e=>{e.forEach((e=>{e.insertAdjacentHTML(\"beforebegin\",bannerHTML);changeBanner(e.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))})):Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search-widget\",(([e])=>{e.insertAdjacentHTML(\"beforebegin\",bannerHTML);changeBanner(e.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Trust Michelin","id":829894,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:50px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:0!important}.b2c-body__main-content{margin-top:0!important}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{padding-top:0!important}.b2c-body__main-content{margin-top:0!important}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.com/michelin/images_15-12-22/Pictos_Michelin-64x64_black_tire.png\",text:\"Concevoir des pneus haute performance\"},{icon:\"https://storage.kameleoon.com/michelin/images_15-12-22/Pictos_Michelin_64x64_black_EV_charge_v2.png\",text:\"Ouvrir la voie de la mobilité électrique\"},{icon:\"https://storage.kameleoon.com/michelin/images_15-12-22/Pictos_Michelin-64x64_black_planet.png\",text:\"Prendre des mesures pour réduire l'impact environnemental\"},{icon:\"https://storage.kameleoon.com/michelin/images_15-12-22/Pictos_Michelin-64x64_black_flags.png\",text:\"Accélérer l'innovation grâce au sport automobile\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}Kameleoon.API.Core.runWhenElementPresent(\".dgad-static-page__body\",(([])=>{\"Phone\"===Kameleoon.API.CurrentVisit.device.type?Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search-widget\",(e=>{e.forEach((e=>{e.insertAdjacentHTML(\"beforebegin\",bannerHTML);changeBanner(e.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))})):Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search-widget\",(([e])=>{e.insertAdjacentHTML(\"beforebegin\",bannerHTML);changeBanner(e.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Trust Michelin","id":829900,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:50px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:0!important}.b2c-body__main-content{margin-top:0!important}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{padding-top:0!important}.b2c-body__main-content{margin-top:0!important}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.com/michelin/images_15-12-22/Pictos_Michelin-64x64_black_tire.png\",text:\"Hoge prestatie banden ontwerpen\"},{icon:\"https://storage.kameleoon.com/michelin/images_15-12-22/Pictos_Michelin_64x64_black_EV_charge_v2.png\",text:\"Vooroplopen in elektrische mobiliteit\"},{icon:\"https://storage.kameleoon.com/michelin/images_15-12-22/Pictos_Michelin-64x64_black_planet.png\",text:\"Maatregelen nemen om de impact op het milieu te verminderen\"},{icon:\"https://storage.kameleoon.com/michelin/images_15-12-22/Pictos_Michelin-64x64_black_flags.png\",text:\"Innovatie versnellen dankzij auto- & motorsport\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,t){n.textContent=data[e].text,t.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),t=e.querySelector(\".kam-banner__icon\");let a=1;setInterval((()=>{data[a]||(a=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(a,n,t),e.classList.remove(\"animation\"),a++}),301)}),3e3)}Kameleoon.API.Core.runWhenElementPresent(\".dgad-static-page__body\",(([])=>{\"Phone\"===Kameleoon.API.CurrentVisit.device.type?Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search-widget\",(e=>{e.forEach((e=>{e.insertAdjacentHTML(\"beforebegin\",bannerHTML);changeBanner(e.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))})):Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search-widget\",(([e])=>{e.insertAdjacentHTML(\"beforebegin\",bannerHTML);changeBanner(e.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Trust Michelin","id":829902,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:50px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:0!important}.b2c-body__main-content{margin-top:0!important}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{padding-top:0!important}.b2c-body__main-content{margin-top:0!important}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.com/michelin/images_15-12-22/Pictos_Michelin-64x64_black_tire.png\",text:\"Hoogwaardige banden ontwerpen\"},{icon:\"https://storage.kameleoon.com/michelin/images_15-12-22/Pictos_Michelin_64x64_black_EV_charge_v2.png\",text:\"De weg vrijmaken voor elektrische mobiliteit \"},{icon:\"https://storage.kameleoon.com/michelin/images_15-12-22/Pictos_Michelin-64x64_black_planet.png\",text:\"Maatregelen nemen om de impact op het milieu te verminderen\"},{icon:\"https://storage.kameleoon.com/michelin/images_15-12-22/Pictos_Michelin-64x64_black_flags.png\",text:\"Innovatie versnellen dankzij auto- & motorsport\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}Kameleoon.API.Core.runWhenElementPresent(\".dgad-static-page__body\",(([])=>{\"Phone\"===Kameleoon.API.CurrentVisit.device.type?Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search-widget\",(e=>{e.forEach((e=>{e.insertAdjacentHTML(\"beforebegin\",bannerHTML);changeBanner(e.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))})):Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search-widget\",(([e])=>{e.insertAdjacentHTML(\"beforebegin\",bannerHTML);changeBanner(e.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Yellow banner","id":848991,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:50px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:0!important}.b2c-body__main-content{margin-top:0!important}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{padding-top:0!important}.b2c-body__main-content{margin-top:0!important}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.com/michelin/images_15-12-22/Pictos_Michelin-64x64_black_tire.png\",text:\"Retire na loja ou receba em casa\"},{icon:\"https://storage.kameleoon.com/michelin/images_15-12-22/Pictos_Michelin-64x64_black_tire.png\",text:\"Compre em até 12x ou em Boleto\"},{icon:\"https://storage.kameleoon.com/michelin/images_15-12-22/Pictos_Michelin-64x64_black_tire.png\",text:\"Linha completa Michelin\"}],bannerHTML=`\\n
\\n
\\n\"icon\"\\n

${data[0].text}

\\n
`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}Kameleoon.API.Core.runWhenElementPresent(\".dgad-static-page__body\",(([])=>{\"Phone\"===Kameleoon.API.CurrentVisit.device.type?(console.log(\"Vince:Phone\"),Kameleoon.API.Core.runWhenElementPresent(\".b2c-content-panel__slide-content.mdc-layout-grid.b2c-content-panel__slide-spacing \",(e=>{e.forEach((e=>{e.insertAdjacentHTML(\"afterend\",bannerHTML);changeBanner(e.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}))):Kameleoon.API.Core.runWhenElementPresent(\".dgad-slider__track\",(([e])=>{e.insertAdjacentHTML(\"afterend\",bannerHTML);changeBanner(e.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Variation 1","id":849699,"css":"#kamLoginIcon{border:none;background-color:#fff;padding:.5rem 1rem;display:flex;align-items:center;gap:10px;color:#27509b}#kamLoginIcon:hover{background-color:rgba(39,80,155,.1);border-radius:.4rem}#kamLoginIcon svg{width:2rem;height:2rem}@media (max-width:500px){#kamLoginIcon p{display:none}}","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".b2c-appbar__pl-switch-btn\",(([e])=>{const n=Object.assign(document.createElement(\"a\"),{id:\"kamLoginIcon\",href:\"https://makemyday.michelin.gr/\",target:\"_blank\",innerHTML:'

Ο λογαριασμός μου

'});Kameleoon.API.Utils.addEventListener(n,\"click\",(()=>{Kameleoon.API.Goals.processConversion(298125)})),e.insertAdjacentElement(\"beforebegin\",n)}));","afterDOMReady":false}},{"name":"Yellow banner","id":864595,"css":".kam-banner{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fce500;color:#333;height:50px;overflow:hidden;z-index:-1}.kam-banner__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.kam-banner__wrapper.animation{opacity:0}.kam-banner__icon{max-height:50px;margin-right:10px}.kam-banner__text{font-size:16px;padding-top:5px;font-weight:700}.b2c-header__panel-desktop.b2c-navigation{-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0}.b2c-header__panel-desktop.b2c-navigation .b2c-navigation-wrapper{margin-left:2.2rem}@media (min-width:1280px){.b2c-header+.kam-banner{display:none}.b2c-body__main-content{padding-top:0!important}.b2c-body__main-content{margin-top:0!important}}@media (max-width:1279px){.b2c-header__panel-desktop.b2c-navigation{display:none}.b2c-body__main-content{padding-top:0!important}.b2c-body__main-content{margin-top:0!important}.b2c-body__main-content{margin-top:0}.dgad-body__main-content{margin-top:100px}}@media (max-width:540px){.kam-banner{height:48px}.kam-banner__text{font-size:14px;line-height:16px;font-weight:700}}","elementSets":[],"javaScriptCode":{"code":"const data=[{icon:\"https://storage.kameleoon.com/michelin/images_15-12-22/Pictos_Michelin-64x64_black_tire.png\",text:\"Encontre uma loja física Michelin\"},{icon:\"https://storage.kameleoon.com/michelin/images_15-12-22/Pictos_Michelin-64x64_black_tire.png\",text:\"Rede Exclusiva Michelin\"}],bannerHTML=`\\n`;function changeActive(e,n,a){n.textContent=data[e].text,a.src=data[e].icon}function changeBanner(e){e.classList.add(\"handled\");const n=e.querySelector(\".kam-banner__text\"),a=e.querySelector(\".kam-banner__icon\");let t=1;setInterval((()=>{data[t]||(t=0),e.classList.add(\"animation\"),setTimeout((()=>{changeActive(t,n,a),e.classList.remove(\"animation\"),t++}),301)}),3e3)}Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search\",(([])=>{\"Phone\"===Kameleoon.API.CurrentVisit.device.type?Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search-widget\",(e=>{e.forEach((e=>{e.insertAdjacentHTML(\"afterend\",bannerHTML);changeBanner(e.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))})):Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search-widget\",(([e])=>{e.insertAdjacentHTML(\"afterend\",bannerHTML);changeBanner(e.parentNode.querySelector(\".kam-banner__wrapper:not(.handled)\"))}))}));","afterDOMReady":false}},{"name":"Variation 1","id":893198,"css":"","elementSets":[]},{"name":"Variation 3","id":907648,"css":"@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400&display=swap);.widget_10091_907648 article,.widget_10091_907648 aside,.widget_10091_907648 details,.widget_10091_907648 figcaption,.widget_10091_907648 figure,.widget_10091_907648 footer,.widget_10091_907648 header,.widget_10091_907648 hgroup,.widget_10091_907648 nav,.widget_10091_907648 section,.widget_10091_907648 summary{display:block}.widget_10091_907648 audio,.widget_10091_907648 canvas,.widget_10091_907648 video{display:inline-block}.widget_10091_907648 audio:not([controls]){display:none;height:0}.widget_10091_907648 [hidden]{display:none}.widget_10091_907648 html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}.widget_10091_907648 button,.widget_10091_907648 html,.widget_10091_907648 input,.widget_10091_907648 select,.widget_10091_907648 textarea{font-family:sans-serif}.widget_10091_907648 body{margin:0}.widget_10091_907648 a:focus{outline:thin dotted}.widget_10091_907648 a:active,.widget_10091_907648 a:hover{outline:0}.widget_10091_907648 h1{font-size:2em;margin:.67em 0}.widget_10091_907648 h2{font-size:1.5em;margin:.83em 0}.widget_10091_907648 h3{font-size:1.17em;margin:1em 0}.widget_10091_907648 h4{font-size:1em;margin:1.33em 0}.widget_10091_907648 h5{font-size:.83em;margin:1.67em 0}.widget_10091_907648 h6{font-size:.75em;margin:2.33em 0}.widget_10091_907648 abbr[title]{border-bottom:1px dotted}.widget_10091_907648 b,.widget_10091_907648 strong{font-weight:700}.widget_10091_907648 blockquote{margin:1em 40px}.widget_10091_907648 dfn{font-style:italic}.widget_10091_907648 mark{background:#ff0;color:#000}.widget_10091_907648 p,.widget_10091_907648 pre{margin:1em 0}.widget_10091_907648 code,.widget_10091_907648 kbd,.widget_10091_907648 pre,.widget_10091_907648 samp{font-family:monospace,serif;font-size:1em}.widget_10091_907648 pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}.widget_10091_907648 q{quotes:none}.widget_10091_907648 q:after,.widget_10091_907648 q:before{content:\"\";content:none}.widget_10091_907648 small{font-size:75%}.widget_10091_907648 sub,.widget_10091_907648 sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.widget_10091_907648 sup{top:-.5em}.widget_10091_907648 sub{bottom:-.25em}.widget_10091_907648 dl,.widget_10091_907648 menu,.widget_10091_907648 ol,.widget_10091_907648 ul{margin:1em 0}.widget_10091_907648 dd{margin:0 0 0 40px}.widget_10091_907648 menu,.widget_10091_907648 ol,.widget_10091_907648 ul{padding:0 0 0 40px}.widget_10091_907648 nav ol,.widget_10091_907648 nav ul{list-style:none;list-style-image:none}.widget_10091_907648 img{border:0;-ms-interpolation-mode:bicubic}.widget_10091_907648 svg:not(:root){overflow:hidden}.widget_10091_907648 figure{margin:0}.widget_10091_907648 form{margin:0}.widget_10091_907648 fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}.widget_10091_907648 legend{border:0;padding:0;white-space:normal}.widget_10091_907648 button,.widget_10091_907648 input,.widget_10091_907648 select,.widget_10091_907648 textarea{font-size:100%;margin:0;vertical-align:baseline}.widget_10091_907648 button,.widget_10091_907648 input{line-height:normal}.widget_10091_907648 button,.widget_10091_907648 html input[type=button],.widget_10091_907648 input[type=reset],.widget_10091_907648 input[type=submit]{-webkit-appearance:button;cursor:pointer}.widget_10091_907648 button[disabled],.widget_10091_907648 input[disabled]{cursor:default}.widget_10091_907648 input[type=checkbox],.widget_10091_907648 input[type=radio]{box-sizing:border-box;padding:0}.widget_10091_907648 input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.widget_10091_907648 input[type=search]::-webkit-search-cancel-button,.widget_10091_907648 input[type=search]::-webkit-search-decoration{-webkit-appearance:none}.widget_10091_907648 button::-moz-focus-inner,.widget_10091_907648 input::-moz-focus-inner{border:0;padding:0}.widget_10091_907648 textarea{overflow:auto;vertical-align:top}.widget_10091_907648 table{border-collapse:collapse;border-spacing:0}.widget_10091_907648 a,.widget_10091_907648 p{margin:0;color:inherit;line-height:normal}.widget_10091_907648 p{-webkit-hyphens:none!important;-ms-hyphens:none!important;hyphens:none!important;overflow-wrap:normal!important;word-wrap:normal!important;word-break:normal!important}.widget_10091_907648 button{cursor:pointer}.widget_10091_907648 input,.widget_10091_907648 textarea{outline:0}.widget_10091_907648 *,.widget_10091_907648 :after,.widget_10091_907648 :before{box-sizing:border-box}.widget_10091_907648 h1,.widget_10091_907648 h2,.widget_10091_907648 h3{font-weight:700;line-height:normal}.widget_10091_907648 u{text-decoration:underline}.widget_10091_907648 em{font-style:italic}.widget_10091_907648 textarea{resize:none}.widget_10091_907648 .kn-text ol,.widget_10091_907648 .kn-text ul{--list-marker-content:\"•\";--list-item-margin-bottom:5px;--list-margin-bottom:10px;--list-margin-top:0px;padding:0 0 0 8px;list-style-type:none;margin-bottom:var(--list-margin-bottom);margin-top:var(--list-margin-top);max-width:100%;width:max-content}.widget_10091_907648 .kn-text li{position:relative;list-style-type:none;margin-bottom:var(--list-item-margin-bottom);display:flex;justify-content:space-between;align-items:center;gap:8px}.widget_10091_907648 .kn-text li:last-child{margin-bottom:0}.widget_10091_907648 .kn-text li::before{font-size:var(--list-marker-font-size);color:var(--list-marker-color)}.widget_10091_907648 .kn-text ul li::before{content:var(--list-marker-content);font-weight:700;color:var(--list-marker-color);font-size:var(--list-marker-font-size)}.widget_10091_907648 .kn-text ol li{counter-increment:step-counter}.widget_10091_907648 .kn-text ol li::before{content:counter(step-counter) \". \"}.widget_10091_907648 .kn-text_left li div:first-child{margin-right:auto}.widget_10091_907648 .kn-text_left ol,.widget_10091_907648 .kn-text_left ul{margin-right:auto}.widget_10091_907648 .kn-text_right ol,.widget_10091_907648 .kn-text_right ul{margin-left:auto}.widget_10091_907648 .kn-text_center div:first-child{flex:1 1 auto}.widget_10091_907648 .kn-text_center ol,.widget_10091_907648 .kn-text_center ul{margin-left:50%;transform:translateX(-50%)}.widget_10091_907648 .kn-hide_desktop,.widget_10091_907648 .kn-hide_mobile,.widget_10091_907648 .kn-hide_tablet{display:inherit}.widget_10091_907648 .hide{display:none!important}.widget_10091_907648 .unvisible{visibility:hidden}.widget_10091_907648.kameleoonWidget_preview .unvisible{visibility:visible}.widget_10091_907648 .kn-content_desktop,.widget_10091_907648 .kn-content_mobile,.widget_10091_907648 .kn-content_tablet{display:none}.widget_10091_907648 .kn-link a{line-height:inherit}.widget_10091_907648.kn-above.kn-animation{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999}.widget_10091_907648 .popup_wrapper_knolabxc00h{inset:0px;z-index:9999}.widget_10091_907648 .popup_knolabxc00h{top:auto;right:auto;bottom:auto;left:auto;transform:none;position:absolute;top:58px;left:auto;z-index:9999;background-color:#fff;width:278px;height:136px;transform:none;max-width:100%;overflow:hidden;bottom:auto;right:10px;box-shadow:4px 4px 0 0 rgba(81,81,81,.2);border-radius:4px;background-color:#fff;overflow:visible;position:fixed}.widget_10091_907648 .popup_knolabxc00h_inpage{position:relative!important;transform:none;top:auto;left:auto;bottom:auto;right:auto}.widget_10091_907648 .overlay_knotje1cmxj{background-color:rgba(252,26,26,0);position:absolute;z-index:9998;top:0;left:0;right:0;bottom:0;display:none;z-index:0}.widget_10091_907648 .container_kngrpu4knx6{position:absolute;top:-3px;left:107%;z-index:5;transform:translateX(-40px)}.widget_10091_907648 .close_knzwp50126j{width:17px;height:30px;cursor:pointer}.widget_10091_907648 .container_knuznk6tz80{position:absolute;top:-12px;left:128px;z-index:4}.widget_10091_907648 .html_knosny1dqoj{width:24px;height:24px;box-shadow:0 0 0 0 rgba(194,194,194,.09);width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:12px solid #fff;z-index:10}.widget_10091_907648 .container_kna28mzw08y{position:absolute;top:90%;left:0;z-index:3;transform:translateY(-100%)}.widget_10091_907648 .text_knaidcs1pe0{font-size:15px;text-align:center;font-family:\"Noto Sans\";width:278px;height:32px;font-weight:400;cursor:pointer}.widget_10091_907648 .container_kn03ms36la3{position:absolute;z-index:2;top:30%;left:69%;transform:none;height:10%;width:10%}.widget_10091_907648 .image_knzaod7au6j{object-fit:cover;width:100%;height:100%;z-index:999}.widget_10091_907648 .container_knkqyqzifsr{position:absolute;top:35%;left:50%;z-index:1;transform:translateX(-50%) translateY(-50%)}.widget_10091_907648 .button_kn5il7u8m04{width:230px;height:48px;font-size:16px;text-align:right;font-family:\"Noto Sans\";color:#c4c4c4;background-color:#fff;border-color:#c4c4c4;border-width:1px;border-bottom-style:solid;border-top-style:solid;border-left-style:solid;border-right-style:solid;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;font-weight:400;line-height:1.5px;background-color:#fce500;align:center;font-stretch:normal;font-style:normal;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:normal;text-align:center;line-height:1.5;letter-spacing:normal;color:#000}.widget_10091_907648 .button_kn5il7u8m04:hover{color:#adadad!important;border-color:#adadad!important}.widget_10091_907648 .button_kn5il7u8m04:disabled{color:#adadad!important;border-color:#d6d6d6!important;background-color:#d6d6d6!important;cursor:default!important}.widget_10091_907648.desktop .template_knqgae6y0r2 .fadeIn{animation-name:fadeIn;animation-duration:1s;animation-delay:0s;animation-fill-mode:both;animation-iteration-count:1;position:absolute}.widget_10091_907648.desktop .template_knqgae6y0r2 .fadeOut{animation-name:fadeOut;animation-duration:1s;animation-delay:0s;animation-fill-mode:both;animation-iteration-count:1;position:absolute}.widget_10091_907648.desktop .kn-content_desktop{display:inherit}.widget_10091_907648.desktop .kn-hide_desktop{display:none!important}.widget_10091_907648.phone .popup_wrapper_knolabxc00h{inset:0px;z-index:9999}.widget_10091_907648.phone .popup_knolabxc00h{width:360px;height:120px;top:10%;bottom:auto;left:50%;right:auto;transform:translateX(-50%);position:absolute;z-index:9999;background-color:#fff;max-width:100%;overflow:hidden;box-shadow:4px 4px 0 0 rgba(81,81,81,.2);border-radius:4px;background-color:#fff;overflow:visible;position:fixed}.widget_10091_907648.phone .popup_knolabxc00h_inpage{position:relative!important;transform:none;top:auto;left:auto;bottom:auto;right:auto}.widget_10091_907648.phone .overlay_knotje1cmxj{display:none;z-index:0}.widget_10091_907648.phone .container_kngrpu4knx6{top:-3px;left:107%;transform:translateX(-40px)}.widget_10091_907648.phone .close_knzwp50126j{width:17px;height:30px}.widget_10091_907648.phone .container_knuznk6tz80{top:-12px;left:59%}.widget_10091_907648.phone .html_knosny1dqoj{width:24px;height:24px;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:12px solid #fff;z-index:10}.widget_10091_907648.phone .container_kna28mzw08y{top:94%;left:11%}.widget_10091_907648.phone .text_knaidcs1pe0{width:278px;height:32px;font-size:16px;cursor:pointer}.widget_10091_907648.phone .container_kn03ms36la3{position:absolute;top:28%;left:74%}.widget_10091_907648.phone .image_knzaod7au6j{width:8px;height:16px;z-index:999}.widget_10091_907648.phone .container_knkqyqzifsr{top:35%;left:50%;transform:translateX(-50%) translateY(-50%)}.widget_10091_907648.phone .button_kn5il7u8m04{width:230px;height:48px;border-top-left-radius:24px;border-top-right-radius:24px;border-bottom-right-radius:24px;border-bottom-left-radius:24px;background-color:#fce500;align:center;font-stretch:normal;font-style:normal;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:normal;text-align:center;line-height:1.5;letter-spacing:normal;color:#000}.widget_10091_907648.phone .template_knqgae6y0r2 .fadeIn{animation-name:fadeIn;animation-duration:1s;animation-delay:0s;animation-fill-mode:both;animation-iteration-count:1;position:absolute}.widget_10091_907648.phone .template_knqgae6y0r2 .fadeOut{animation-name:fadeOut;animation-duration:1s;animation-delay:0s;animation-fill-mode:both;animation-iteration-count:1;position:absolute}.widget_10091_907648.phone .kn-content_mobile{display:inherit}.widget_10091_907648.phone .kn-content_desktop{display:none}.widget_10091_907648.phone .kn-hide_mobile{display:none!important}.widget_10091_907648.tablet .popup_wrapper_knolabxc00h{inset:0px;z-index:9999}.widget_10091_907648.tablet .popup_knolabxc00h{border-radius:4px;background-color:#fff;overflow:visible;position:fixed}.widget_10091_907648.tablet .popup_knolabxc00h_inpage{position:relative!important;transform:none;top:auto;left:auto;bottom:auto;right:auto}.widget_10091_907648.tablet .overlay_knotje1cmxj{display:none;z-index:0}.widget_10091_907648.tablet .container_kngrpu4knx6{top:-3px;left:107%;transform:translateX(-40px)}.widget_10091_907648.tablet .close_knzwp50126j{width:17px;height:30px}.widget_10091_907648.tablet .container_knuznk6tz80{top:-12px;left:128px;transform:none}.widget_10091_907648.tablet .html_knosny1dqoj{width:24px;height:24px;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:12px solid #fff;z-index:10}.widget_10091_907648.tablet .container_kna28mzw08y{top:90%;left:0;transform:translateY(-100%)}.widget_10091_907648.tablet .text_knaidcs1pe0{width:278px;height:32px;cursor:pointer}.widget_10091_907648.tablet .container_kn03ms36la3{top:30%;left:69%;transform:none}.widget_10091_907648.tablet .image_knzaod7au6j{width:100%;height:100%;z-index:999}.widget_10091_907648.tablet .container_knkqyqzifsr{top:35%;left:50%;transform:translateX(-50%) translateY(-50%)}.widget_10091_907648.tablet .button_kn5il7u8m04{width:230px;height:48px;background-color:#fce500;align:center;font-stretch:normal;font-style:normal;font-stretch:normal;font-style:normal;line-height:1.5;letter-spacing:normal;text-align:center;line-height:1.5;letter-spacing:normal;color:#000}.widget_10091_907648.tablet .kn-content_tablet{display:inherit}.widget_10091_907648.tablet .kn-content_desktop{display:none}.widget_10091_907648.tablet .kn-hide_tablet{display:none!important}.widget_10091_907648#kameleoonWidget_907648{position:fixed;top:5.6rem;z-index:1000}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}","elementSets":[],"expositionFrequencySameVisit":1,"javaScriptCode":{"code":"!function(){if(document.getElementById(\"kameleoonWidget_907648\"))return null;Kameleoon.API.Core.runWhenElementPresent(\"body\",(([e])=>{e.insertAdjacentHTML(\"beforeend\",'
Nouveau client ? Inscrivez-vous ici
\"Arrow\"
')})),Kameleoon.API.Core.runWhenElementPresent(\".widget_10091_907648\",(e=>{const t=e[0];t.classList.add(Kameleoon.API.CurrentVisit.device.type.toLowerCase()),Kameleoon.API.Utils.addUniversalClickListener(t,(e=>{e.stopPropagation()}));const n=new Set;function a(e,a){t.querySelectorAll(`.widget_10091_907648 span[data-cd-name${a?`=\"${a}\"`:\"\"}]`).forEach((t=>{const a=t.getAttribute(\"data-cd-name\"),o=t.getAttribute(\"data-cd-scope\"),i=t.getAttribute(\"data-cd-default\");\"VISIT\"===o&&(t.innerHTML=Kameleoon.API.CurrentVisit.customData[a]||i),\"VISITOR\"===o&&(t.innerHTML=Kameleoon.API.Visitor.customData[a]||i),e&&n.add(a)})),t.querySelectorAll(\".widget_10091_907648 a[data-cd-href]\").forEach((t=>{const a=t.getAttribute(\"data-cd-href\"),o=t.getAttribute(\"data-cd-template\"),i=JSON.parse(a.replace(/"/g,'\"'));let s=decodeURI(o);const l=s.match(/\\{\\{ [A-Za-z0-9 .,?!@\"'\\\\()#$%^&*-=+|_]+ \\}\\}/gim);l&&(l.forEach((t=>{const a=t.slice(2,-2).trim(),o=i.find((e=>e.name===a));o&&(\"VISIT\"===o.scope&&(s=s.replace(t,Kameleoon.API.CurrentVisit.customData[a]||o.defaultValue||\"\")),\"VISITOR\"===o.scope&&(s=s.replace(t,Kameleoon.API.Visitor.customData[a]||o.defaultValue||\"\")),e&&n.add(a))})),t.href=encodeURI(s))}))}a(!0),window.addEventListener(\"Kameleoon::CustomDataSet\",(function(e){const t=e.detail.name;n.has(t)&&a(!1,t)})),t.querySelectorAll(\".widget_10091_907648 input\").forEach((e=>{e.addEventListener(\"keydown\",(e=>{13===e.keyCode&&e.preventDefault()}))})),t.querySelectorAll('[data-type=\"Text\"]').forEach((e=>{switch(window.getComputedStyle(e).textAlign){case\"center\":e.classList.add(\"kn-text_center\");break;case\"left\":e.classList.add(\"kn-text_left\");break;case\"right\":e.classList.add(\"kn-text_right\")}})),t.classList.add(\"kn-animation\"),t.querySelector(\".widget_10091_907648 .popup_wrapper_knolabxc00h\").className=\"popup_wrapper_knolabxc00h fadeIn\",t.querySelector(\".widget_10091_907648 .template_knqgae6y0r2\").classList.remove(\"hide\"),setTimeout((()=>{t.classList.remove(\"kn-animation\"),t.querySelector(\".widget_10091_907648 .popup_wrapper_knolabxc00h\").className=\"popup_wrapper_knolabxc00h\"}),1e3),Kameleoon.API.Utils.addUniversalClickListener(t.querySelector(\".widget_10091_907648 .button_kn5il7u8m04\"),(e=>{e.stopPropagation(),e.preventDefault(),Kameleoon.API.Goals.processConversion(\"319422\");try{Kameleoon.API.Core.runWhenElementPresent(\".b2c-login-body-container .b2c-login-body-link\",(function(e){e[0].click()}),200)}catch(e){console.error('custom JS code \"FAKE CLICK POUR AFFICHAGE POPIN\" is invalid\\n',e)}})),Kameleoon.API.Utils.addUniversalClickListener(t.querySelector(\".widget_10091_907648 .text_knaidcs1pe0\"),(e=>{e.stopPropagation(),e.preventDefault(),window.open(\"https://michelinid.michelin.com/s/iam-selfregister\"),Kameleoon.API.Goals.processConversion(\"319423\")})),Kameleoon.API.Utils.addUniversalClickListener(t.querySelector(\".widget_10091_907648 .close_knzwp50126j\"),(e=>{e.stopPropagation(),e.preventDefault(),t.classList.add(\"kn-animation\"),t.querySelector(\".widget_10091_907648 .popup_wrapper_knolabxc00h\").className=\"popup_wrapper_knolabxc00h fadeOut\",setTimeout((()=>{t.classList.remove(\"kn-animation\"),t.querySelector(\".widget_10091_907648 .template_knqgae6y0r2\").classList.add(\"hide\")}),1e3);try{var n=document.createElement(\"style\");n.innerText=\"\\n .kam-menu-hidden{ \\n display:flex!important;\\n }\\n\",document.body.appendChild(n)}catch(e){console.error('custom JS code \"Réactivation Mon Compte\" is invalid\\n',e)}Kameleoon.API.Goals.processConversion(\"319461\")}));try{Kameleoon.API.Core.runWhenElementPresent(\".kameleoonWidget-10091\",(function(e){var t=e[0];console.log(\"Step1 ok\"),setTimeout((function(){t.style.display=\"none\",console.log(\"Step 2 ok \")}),1e4)}))}catch(e){console.error('custom JS code \"Masquage après 60 secondes\" is invalid\\n',e)}}));try{Kameleoon.API.Core.runWhenElementPresent('[name=\"accountCtaWidget\"] > astro-island > button[type=\"button\"]',(function(e){myExistingCTA=e[0],myNewCTA=document.querySelector(\".button_kn5il7u8m04\"),Kameleoon.API.Utils.addUniversalClickListener(myNewCTA,(function(e){myExistingCTA.click()}))}),null,!0)}catch(e){console.error(\"Project custom JS code is invalid\\n}\",e)}}();","afterDOMReady":false},"widgetTemplateInputData":{"positionPluginConfiguration":"ABOVE","displayPluginConfiguration":"DISPLAY_ALL_DEVICES"},"widgetTemplateName":null},{"name":"Variation 1","id":910527,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent('[data-apos-forms-form=\"clogr2nvt113g01odal50rbs2\"]',(function(n){console.log(\"Vince: HERE\");const o=document.querySelector(\".dgad-form-buttons__submit.dgad-cta__item.dgad-cta__item--callToActionLink.b2c-btn.b2c-btn--secondary.b2c-btn--animate\");Kameleoon.API.Utils.addUniversalClickListener(o,(function(o){setTimeout((()=>{\"apos-forms-hidden\"==n[0].className&&(window.location.href=\"https://www.michelin.co.uk/michelin-month-in-motion\")}),\"6000\")}))}));","afterDOMReady":false}},{"name":"Truck banner","id":916970,"css":".widget_12371_916970 article,.widget_12371_916970 aside,.widget_12371_916970 details,.widget_12371_916970 figcaption,.widget_12371_916970 figure,.widget_12371_916970 footer,.widget_12371_916970 header,.widget_12371_916970 hgroup,.widget_12371_916970 nav,.widget_12371_916970 section,.widget_12371_916970 summary{display:block}.widget_12371_916970 audio,.widget_12371_916970 canvas,.widget_12371_916970 video{display:inline-block}.widget_12371_916970 audio:not([controls]){display:none;height:0}.widget_12371_916970 [hidden]{display:none}.widget_12371_916970 html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}.widget_12371_916970 button,.widget_12371_916970 html,.widget_12371_916970 input,.widget_12371_916970 select,.widget_12371_916970 textarea{font-family:sans-serif}.widget_12371_916970 body{margin:0}.widget_12371_916970 a:focus{outline:thin dotted}.widget_12371_916970 a:active,.widget_12371_916970 a:hover{outline:0}.widget_12371_916970 h1{font-size:2em;margin:.67em 0}.widget_12371_916970 h2{font-size:1.5em;margin:.83em 0}.widget_12371_916970 h3{font-size:1.17em;margin:1em 0}.widget_12371_916970 h4{font-size:1em;margin:1.33em 0}.widget_12371_916970 h5{font-size:.83em;margin:1.67em 0}.widget_12371_916970 h6{font-size:.75em;margin:2.33em 0}.widget_12371_916970 abbr[title]{border-bottom:1px dotted}.widget_12371_916970 b,.widget_12371_916970 strong{font-weight:700}.widget_12371_916970 blockquote{margin:1em 40px}.widget_12371_916970 dfn{font-style:italic}.widget_12371_916970 mark{background:#ff0;color:#000}.widget_12371_916970 p,.widget_12371_916970 pre{margin:1em 0}.widget_12371_916970 code,.widget_12371_916970 kbd,.widget_12371_916970 pre,.widget_12371_916970 samp{font-family:monospace,serif;font-size:1em}.widget_12371_916970 pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}.widget_12371_916970 q{quotes:none}.widget_12371_916970 q:after,.widget_12371_916970 q:before{content:'';content:none}.widget_12371_916970 small{font-size:75%}.widget_12371_916970 sub,.widget_12371_916970 sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.widget_12371_916970 sup{top:-.5em}.widget_12371_916970 sub{bottom:-.25em}.widget_12371_916970 dl,.widget_12371_916970 menu,.widget_12371_916970 ol,.widget_12371_916970 ul{margin:1em 0}.widget_12371_916970 dd{margin:0 0 0 40px}.widget_12371_916970 menu,.widget_12371_916970 ol,.widget_12371_916970 ul{padding:0 0 0 40px}.widget_12371_916970 nav ol,.widget_12371_916970 nav ul{list-style:none;list-style-image:none}.widget_12371_916970 img{border:0;-ms-interpolation-mode:bicubic}.widget_12371_916970 svg:not(:root){overflow:hidden}.widget_12371_916970 figure{margin:0}.widget_12371_916970 form{margin:0}.widget_12371_916970 fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}.widget_12371_916970 legend{border:0;padding:0;white-space:normal}.widget_12371_916970 button,.widget_12371_916970 input,.widget_12371_916970 select,.widget_12371_916970 textarea{font-size:100%;margin:0;vertical-align:baseline}.widget_12371_916970 button,.widget_12371_916970 input{line-height:normal}.widget_12371_916970 button,.widget_12371_916970 html input[type=button],.widget_12371_916970 input[type=reset],.widget_12371_916970 input[type=submit]{-webkit-appearance:button;cursor:pointer}.widget_12371_916970 button[disabled],.widget_12371_916970 input[disabled]{cursor:default}.widget_12371_916970 input[type=checkbox],.widget_12371_916970 input[type=radio]{box-sizing:border-box;padding:0}.widget_12371_916970 input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.widget_12371_916970 input[type=search]::-webkit-search-cancel-button,.widget_12371_916970 input[type=search]::-webkit-search-decoration{-webkit-appearance:none}.widget_12371_916970 button::-moz-focus-inner,.widget_12371_916970 input::-moz-focus-inner{border:0;padding:0}.widget_12371_916970 textarea{overflow:auto;vertical-align:top}.widget_12371_916970 table{border-collapse:collapse;border-spacing:0}.widget_12371_916970 a,.widget_12371_916970 p{margin:0}.widget_12371_916970 p{-webkit-hyphens:none!important;-ms-hyphens:none!important;hyphens:none!important;overflow-wrap:normal!important;word-wrap:normal!important;word-break:normal!important}.widget_12371_916970 button{cursor:pointer}.widget_12371_916970 input,.widget_12371_916970 textarea{outline:0}.widget_12371_916970 *,.widget_12371_916970 :after,.widget_12371_916970 :before{box-sizing:border-box}.widget_12371_916970 h1,.widget_12371_916970 h2,.widget_12371_916970 h3{font-weight:700}.widget_12371_916970 u{text-decoration:underline}.widget_12371_916970 em{font-style:italic}.widget_12371_916970 textarea{resize:none}.widget_12371_916970 .kn-hide_desktop,.widget_12371_916970 .kn-hide_mobile,.widget_12371_916970 .kn-hide_tablet{display:inherit}.widget_12371_916970 .hide{display:none!important}.widget_12371_916970 .unvisible{visibility:hidden}.widget_12371_916970.kameleoonWidget_preview .unvisible{visibility:visible}.widget_12371_916970 .kn-content_desktop,.widget_12371_916970 .kn-content_mobile,.widget_12371_916970 .kn-content_tablet{display:none}.widget_12371_916970 .popup_wrapper_knapix6kygs{inset:0px;z-index:9999}.widget_12371_916970 .popup_knapix6kygs{top:auto;right:auto;bottom:auto;left:auto;transform:none;position:absolute;top:auto;left:1%;z-index:9999;background-color:#301738;width:450px;height:180px;transform:none;max-width:100%;bottom:1%;right:auto;box-shadow:5px 5px 12px 0 #000;position:fixed}.widget_12371_916970 .popup_knapix6kygs_inpage{position:relative!important;transform:none;top:auto;left:auto;bottom:auto;right:auto}.widget_12371_916970 .overlay_knzd4glrtva{background-color:rgba(0,0,0,.6);position:absolute;z-index:9998;top:0;left:0;right:0;bottom:0}.widget_12371_916970 .container_kn46sri0rja{position:absolute;top:0;left:0;z-index:3;width:100%;height:100%}.widget_12371_916970 .html_knuzgqiafip{width:100%;height:100%}.widget_12371_916970 .container_knin56o5bbj{position:absolute;top:4px;left:103%;z-index:2;transform:translateX(-40px)}.widget_12371_916970 .close_kni43nhe33q{width:20px;height:20px;cursor:pointer;fill:#706d70}.widget_12371_916970 .container_knf0m4y348f{position:absolute;top:0;left:0;z-index:1;transform:translateX(0) translateY(0)}.widget_12371_916970 .image_kn5iqwsgkig{object-fit:cover;width:450px;height:180px}.widget_12371_916970.desktop .template_kny277u5b7z .slideInLeft{animation-name:slideInLeft;animation-duration:1s;animation-delay:0ms;animation-fill-mode:both;animation-iteration-count:1;position:absolute}.widget_12371_916970.desktop .kn-content_desktop{display:inherit}.widget_12371_916970.desktop .kn-hide_desktop{display:none!important}.widget_12371_916970.phone .popup_wrapper_knapix6kygs{inset:0px;z-index:9999}.widget_12371_916970.phone .popup_knapix6kygs{width:100%;height:px;top:auto;bottom:0;left:50%;right:auto;transform:translateX(-50%);position:fixed}.widget_12371_916970.phone .popup_knapix6kygs_inpage{position:relative!important;transform:none;top:auto;left:auto;bottom:auto;right:auto}.widget_12371_916970.phone .container_knin56o5bbj{left:100%;transform:translateX(-100%) translateY(-700%);top:100%}.widget_12371_916970.phone .close_kni43nhe33q{fill:#706d70;width:20px;height:20px}.widget_12371_916970.phone .container_knf0m4y348f{top:0;left:0;transform:translateX(0) translateY(-100%);width:100%;height:142px}.widget_12371_916970.phone .image_kn5iqwsgkig{width:100%;height:100%}.widget_12371_916970.phone .kn-content_mobile{display:inherit}.widget_12371_916970.phone .kn-content_desktop{display:none}.widget_12371_916970.phone .kn-hide_mobile{display:none!important}.widget_12371_916970.tablet .popup_wrapper_knapix6kygs{inset:0px;z-index:9999}.widget_12371_916970.tablet .popup_knapix6kygs{position:fixed}.widget_12371_916970.tablet .popup_knapix6kygs_inpage{position:relative!important;transform:none;top:auto;left:auto;bottom:auto;right:auto}.widget_12371_916970.tablet .container_knf0m4y348f{top:0;left:0;transform:translateX(0) translateY(0)}.widget_12371_916970.tablet .image_kn5iqwsgkig{width:450px;height:180px}.widget_12371_916970.tablet .kn-content_tablet{display:inherit}.widget_12371_916970.tablet .kn-content_desktop{display:none}.widget_12371_916970.tablet .kn-hide_tablet{display:none!important}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}","elementSets":[],"expositionFrequencySameVisit":1,"javaScriptCode":{"code":"setTimeout((()=>{!function(){if(document.getElementById(\"kameleoonWidget_916970\"))return null;\"Desktop\"===Kameleoon.API.CurrentVisit.device.type&&(Kameleoon.API.Core.runWhenElementPresent(\"body\",(([e])=>{e.insertAdjacentHTML(\"beforeend\",'')})),Kameleoon.API.Core.runWhenElementPresent(\".widget_12371_916970\",(e=>{e[0].classList.add(Kameleoon.API.CurrentVisit.device.type.toLowerCase()),Kameleoon.API.Core.runWhenElementPresent(\".widget_12371_916970 span[data-cd-name]\",(e=>{e.forEach((e=>{const a=e.getAttribute(\"data-cd-name\"),t=e.getAttribute(\"data-cd-scope\");\"VISIT\"===t&&(e.innerHTML=Kameleoon.API.CurrentVisit.customData[a]||e.innerHTML),\"VISITOR\"===t&&(e.innerHTML=Kameleoon.API.Visitor.customData[a]||e.innerHTML)}))})),Kameleoon.API.Core.runWhenElementPresent(\".widget_12371_916970 a[data-cd-href]\",(e=>{e.forEach((e=>{const a=e.getAttribute(\"data-cd-href\"),t=JSON.parse(a.replace(/"/g,'\"'));let i=decodeURI(e.href);const n=i.match(/\\{\\{ [A-Za-z0-9 .,?!@\"'\\\\()#$%^&*-=+|_]+ \\}\\}/gim);n&&(n.forEach((e=>{const a=e.slice(2,-2).trim(),n=t.find((e=>e.name===a));n&&(\"VISIT\"===n.scope&&(i=i.replace(e,Kameleoon.API.CurrentVisit.customData[a]||n.defaultValue||\"\")),\"VISITOR\"===n.scope&&(i=i.replace(e,Kameleoon.API.Visitor.customData[a]||n.defaultValue||\"\")))})),e.href=encodeURI(i))}))})),document.querySelectorAll(\".widget_12371_916970 input\").forEach((e=>{e.addEventListener(\"keydown\",(e=>{13===e.keyCode&&e.preventDefault()}))})),document.querySelector(\".widget_12371_916970 .popup_wrapper_knapix6kygs\").className=\"popup_wrapper_knapix6kygs slideInLeft\",document.querySelector(\".widget_12371_916970 .template_kny277u5b7z\").classList.remove(\"hide\"),setTimeout((()=>{document.querySelector(\".widget_12371_916970 .popup_wrapper_knapix6kygs\").className=\"popup_wrapper_knapix6kygs\"}),1e3),Kameleoon.API.Utils.addUniversalClickListener(document.querySelector(\".widget_12371_916970 .close_kni43nhe33q\"),(e=>{e.stopPropagation(),e.preventDefault(),Kameleoon.API.Utils.querySelectorAll(\".widget_12371_916970 .popup_wrapper_knapix6kygs video\").forEach((e=>{e.pause(),e.currentTime=0})),Kameleoon.API.Utils.querySelectorAll(\".widget_12371_916970 .popup_wrapper_knapix6kygs iframe\").forEach((e=>{e.src=e.src.replace(\"autoplay=1\",\"autoplay=0\")})),document.querySelector(\".widget_12371_916970 .template_kny277u5b7z\").classList.add(\"hide\")})),Kameleoon.API.Utils.addUniversalClickListener(document.querySelector(\".widget_12371_916970 .html_knuzgqiafip\"),(e=>{e.stopPropagation(),e.preventDefault(),Kameleoon.API.Goals.processConversion(\"326664\"),Kameleoon.API.Utils.querySelectorAll(\".widget_12371_916970 .popup_wrapper_knapix6kygs video\").forEach((e=>{e.pause(),e.currentTime=0})),Kameleoon.API.Utils.querySelectorAll(\".widget_12371_916970 .popup_wrapper_knapix6kygs iframe\").forEach((e=>{e.src=e.src.replace(\"autoplay=1\",\"autoplay=0\")})),document.querySelector(\".widget_12371_916970 .template_kny277u5b7z\").classList.add(\"hide\")}))})))}()}),2e4);","afterDOMReady":false},"widgetTemplateInputData":{"positionPluginConfiguration":"ABOVE","displayPluginConfiguration":"DISPLAY_ONLY_DESKTOP"},"widgetTemplateName":null},{"name":"Agriculture","id":917368,"css":".widget_12317_917368 article,.widget_12317_917368 aside,.widget_12317_917368 details,.widget_12317_917368 figcaption,.widget_12317_917368 figure,.widget_12317_917368 footer,.widget_12317_917368 header,.widget_12317_917368 hgroup,.widget_12317_917368 nav,.widget_12317_917368 section,.widget_12317_917368 summary{display:block}.widget_12317_917368 audio,.widget_12317_917368 canvas,.widget_12317_917368 video{display:inline-block}.widget_12317_917368 audio:not([controls]){display:none;height:0}.widget_12317_917368 [hidden]{display:none}.widget_12317_917368 html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}.widget_12317_917368 button,.widget_12317_917368 html,.widget_12317_917368 input,.widget_12317_917368 select,.widget_12317_917368 textarea{font-family:sans-serif}.widget_12317_917368 body{margin:0}.widget_12317_917368 a:focus{outline:thin dotted}.widget_12317_917368 a:active,.widget_12317_917368 a:hover{outline:0}.widget_12317_917368 h1{font-size:2em;margin:.67em 0}.widget_12317_917368 h2{font-size:1.5em;margin:.83em 0}.widget_12317_917368 h3{font-size:1.17em;margin:1em 0}.widget_12317_917368 h4{font-size:1em;margin:1.33em 0}.widget_12317_917368 h5{font-size:.83em;margin:1.67em 0}.widget_12317_917368 h6{font-size:.75em;margin:2.33em 0}.widget_12317_917368 abbr[title]{border-bottom:1px dotted}.widget_12317_917368 b,.widget_12317_917368 strong{font-weight:700}.widget_12317_917368 blockquote{margin:1em 40px}.widget_12317_917368 dfn{font-style:italic}.widget_12317_917368 mark{background:#ff0;color:#000}.widget_12317_917368 p,.widget_12317_917368 pre{margin:1em 0}.widget_12317_917368 code,.widget_12317_917368 kbd,.widget_12317_917368 pre,.widget_12317_917368 samp{font-family:monospace,serif;font-size:1em}.widget_12317_917368 pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}.widget_12317_917368 q{quotes:none}.widget_12317_917368 q:after,.widget_12317_917368 q:before{content:'';content:none}.widget_12317_917368 small{font-size:75%}.widget_12317_917368 sub,.widget_12317_917368 sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.widget_12317_917368 sup{top:-.5em}.widget_12317_917368 sub{bottom:-.25em}.widget_12317_917368 dl,.widget_12317_917368 menu,.widget_12317_917368 ol,.widget_12317_917368 ul{margin:1em 0}.widget_12317_917368 dd{margin:0 0 0 40px}.widget_12317_917368 menu,.widget_12317_917368 ol,.widget_12317_917368 ul{padding:0 0 0 40px}.widget_12317_917368 nav ol,.widget_12317_917368 nav ul{list-style:none;list-style-image:none}.widget_12317_917368 img{border:0;-ms-interpolation-mode:bicubic}.widget_12317_917368 svg:not(:root){overflow:hidden}.widget_12317_917368 figure{margin:0}.widget_12317_917368 form{margin:0}.widget_12317_917368 fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}.widget_12317_917368 legend{border:0;padding:0;white-space:normal}.widget_12317_917368 button,.widget_12317_917368 input,.widget_12317_917368 select,.widget_12317_917368 textarea{font-size:100%;margin:0;vertical-align:baseline}.widget_12317_917368 button,.widget_12317_917368 input{line-height:normal}.widget_12317_917368 button,.widget_12317_917368 html input[type=button],.widget_12317_917368 input[type=reset],.widget_12317_917368 input[type=submit]{-webkit-appearance:button;cursor:pointer}.widget_12317_917368 button[disabled],.widget_12317_917368 input[disabled]{cursor:default}.widget_12317_917368 input[type=checkbox],.widget_12317_917368 input[type=radio]{box-sizing:border-box;padding:0}.widget_12317_917368 input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.widget_12317_917368 input[type=search]::-webkit-search-cancel-button,.widget_12317_917368 input[type=search]::-webkit-search-decoration{-webkit-appearance:none}.widget_12317_917368 button::-moz-focus-inner,.widget_12317_917368 input::-moz-focus-inner{border:0;padding:0}.widget_12317_917368 textarea{overflow:auto;vertical-align:top}.widget_12317_917368 table{border-collapse:collapse;border-spacing:0}.widget_12317_917368 a,.widget_12317_917368 p{margin:0}.widget_12317_917368 p{-webkit-hyphens:none!important;-ms-hyphens:none!important;hyphens:none!important;overflow-wrap:normal!important;word-wrap:normal!important;word-break:normal!important}.widget_12317_917368 button{cursor:pointer}.widget_12317_917368 input,.widget_12317_917368 textarea{outline:0}.widget_12317_917368 *,.widget_12317_917368 :after,.widget_12317_917368 :before{box-sizing:border-box}.widget_12317_917368 h1,.widget_12317_917368 h2,.widget_12317_917368 h3{font-weight:700}.widget_12317_917368 u{text-decoration:underline}.widget_12317_917368 em{font-style:italic}.widget_12317_917368 textarea{resize:none}.widget_12317_917368 .kn-hide_desktop,.widget_12317_917368 .kn-hide_mobile,.widget_12317_917368 .kn-hide_tablet{display:inherit}.widget_12317_917368 .hide{display:none!important}.widget_12317_917368 .unvisible{visibility:hidden}.widget_12317_917368.kameleoonWidget_preview .unvisible{visibility:visible}.widget_12317_917368 .kn-content_desktop,.widget_12317_917368 .kn-content_mobile,.widget_12317_917368 .kn-content_tablet{display:none}.widget_12317_917368 .popup_wrapper_knapix6kygs{inset:0px;z-index:9999}.widget_12317_917368 .popup_knapix6kygs{top:auto;right:auto;bottom:auto;left:auto;transform:none;position:absolute;top:auto;left:1%;z-index:9999;background-color:#301738;width:450px;height:180px;transform:none;max-width:100%;bottom:1%;right:auto;box-shadow:5px 5px 12px 0 #000;position:fixed}.widget_12317_917368 .popup_knapix6kygs_inpage{position:relative!important;transform:none;top:auto;left:auto;bottom:auto;right:auto}.widget_12317_917368 .overlay_knzd4glrtva{background-color:rgba(0,0,0,.6);position:absolute;z-index:9998;top:0;left:0;right:0;bottom:0}.widget_12317_917368 .container_kn46sri0rja{position:absolute;top:0;left:0;z-index:3;width:100%;height:100%}.widget_12317_917368 .html_knuzgqiafip{width:100%;height:100%}.widget_12317_917368 .container_knin56o5bbj{position:absolute;top:4px;left:103%;z-index:2;transform:translateX(-40px)}.widget_12317_917368 .close_kni43nhe33q{width:20px;height:20px;cursor:pointer;fill:#706d70}.widget_12317_917368 .container_knf0m4y348f{position:absolute;top:0;left:0;z-index:1;transform:translateX(0) translateY(0)}.widget_12317_917368 .image_kn5iqwsgkig{object-fit:cover;width:450px;height:180px}.widget_12317_917368.desktop .template_kny277u5b7z .slideInLeft{animation-name:slideInLeft;animation-duration:1s;animation-delay:0ms;animation-fill-mode:both;animation-iteration-count:1;position:absolute}.widget_12317_917368.desktop .kn-content_desktop{display:inherit}.widget_12317_917368.desktop .kn-hide_desktop{display:none!important}.widget_12317_917368.phone .popup_wrapper_knapix6kygs{inset:0px;z-index:9999}.widget_12317_917368.phone .popup_knapix6kygs{width:100%;height:px;top:auto;bottom:0;left:50%;right:auto;transform:translateX(-50%);position:fixed}.widget_12317_917368.phone .popup_knapix6kygs_inpage{position:relative!important;transform:none;top:auto;left:auto;bottom:auto;right:auto}.widget_12317_917368.phone .kn-content_mobile{display:inherit}.widget_12317_917368.phone .kn-content_desktop{display:none}.widget_12317_917368.phone .kn-hide_mobile{display:none!important}.widget_12317_917368.tablet .popup_wrapper_knapix6kygs{inset:0px;z-index:9999}.widget_12317_917368.tablet .popup_knapix6kygs{position:fixed}.widget_12317_917368.tablet .popup_knapix6kygs_inpage{position:relative!important;transform:none;top:auto;left:auto;bottom:auto;right:auto}.widget_12317_917368.tablet .container_knf0m4y348f{top:0;left:0;transform:translateX(0) translateY(0)}.widget_12317_917368.tablet .image_kn5iqwsgkig{width:450px;height:180px}.widget_12317_917368.tablet .kn-content_tablet{display:inherit}.widget_12317_917368.tablet .kn-content_desktop{display:none}.widget_12317_917368.tablet .kn-hide_tablet{display:none!important}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}","elementSets":[],"expositionFrequencySameVisit":1,"javaScriptCode":{"code":"setTimeout((()=>{!function(){if(document.getElementById(\"kameleoonWidget_917368\"))return null;\"Desktop\"===Kameleoon.API.CurrentVisit.device.type&&(Kameleoon.API.Core.runWhenElementPresent(\"body\",(([e])=>{e.insertAdjacentHTML(\"beforeend\",'')})),Kameleoon.API.Core.runWhenElementPresent(\".widget_12317_917368\",(e=>{e[0].classList.add(Kameleoon.API.CurrentVisit.device.type.toLowerCase()),Kameleoon.API.Core.runWhenElementPresent(\".widget_12317_917368 span[data-cd-name]\",(e=>{e.forEach((e=>{const a=e.getAttribute(\"data-cd-name\"),t=e.getAttribute(\"data-cd-scope\");\"VISIT\"===t&&(e.innerHTML=Kameleoon.API.CurrentVisit.customData[a]||e.innerHTML),\"VISITOR\"===t&&(e.innerHTML=Kameleoon.API.Visitor.customData[a]||e.innerHTML)}))})),Kameleoon.API.Core.runWhenElementPresent(\".widget_12317_917368 a[data-cd-href]\",(e=>{e.forEach((e=>{const a=e.getAttribute(\"data-cd-href\"),t=JSON.parse(a.replace(/"/g,'\"'));let i=decodeURI(e.href);const n=i.match(/\\{\\{ [A-Za-z0-9 .,?!@\"'\\\\()#$%^&*-=+|_]+ \\}\\}/gim);n&&(n.forEach((e=>{const a=e.slice(2,-2).trim(),n=t.find((e=>e.name===a));n&&(\"VISIT\"===n.scope&&(i=i.replace(e,Kameleoon.API.CurrentVisit.customData[a]||n.defaultValue||\"\")),\"VISITOR\"===n.scope&&(i=i.replace(e,Kameleoon.API.Visitor.customData[a]||n.defaultValue||\"\")))})),e.href=encodeURI(i))}))})),document.querySelectorAll(\".widget_12317_917368 input\").forEach((e=>{e.addEventListener(\"keydown\",(e=>{13===e.keyCode&&e.preventDefault()}))})),document.querySelector(\".widget_12317_917368 .popup_wrapper_knapix6kygs\").className=\"popup_wrapper_knapix6kygs slideInLeft\",document.querySelector(\".widget_12317_917368 .template_kny277u5b7z\").classList.remove(\"hide\"),setTimeout((()=>{document.querySelector(\".widget_12317_917368 .popup_wrapper_knapix6kygs\").className=\"popup_wrapper_knapix6kygs\"}),1e3),Kameleoon.API.Utils.addUniversalClickListener(document.querySelector(\".widget_12317_917368 .close_kni43nhe33q\"),(e=>{e.stopPropagation(),e.preventDefault(),Kameleoon.API.Utils.querySelectorAll(\".widget_12317_917368 .popup_wrapper_knapix6kygs video\").forEach((e=>{e.pause(),e.currentTime=0})),Kameleoon.API.Utils.querySelectorAll(\".widget_12317_917368 .popup_wrapper_knapix6kygs iframe\").forEach((e=>{e.src=e.src.replace(\"autoplay=1\",\"autoplay=0\")})),document.querySelector(\".widget_12317_917368 .template_kny277u5b7z\").classList.add(\"hide\")})),Kameleoon.API.Utils.addUniversalClickListener(document.querySelector(\".widget_12317_917368 .html_knuzgqiafip\"),(e=>{e.stopPropagation(),e.preventDefault(),Kameleoon.API.Goals.processConversion(\"326664\"),Kameleoon.API.Utils.querySelectorAll(\".widget_12317_917368 .popup_wrapper_knapix6kygs video\").forEach((e=>{e.pause(),e.currentTime=0})),Kameleoon.API.Utils.querySelectorAll(\".widget_12317_917368 .popup_wrapper_knapix6kygs iframe\").forEach((e=>{e.src=e.src.replace(\"autoplay=1\",\"autoplay=0\")})),document.querySelector(\".widget_12317_917368 .template_kny277u5b7z\").classList.add(\"hide\")}))})))}()}),2e4);","afterDOMReady":false},"widgetTemplateInputData":{"positionPluginConfiguration":"ABOVE","displayPluginConfiguration":"DISPLAY_ONLY_DESKTOP"},"widgetTemplateName":null},{"name":"Newsletter","id":930461,"css":"html{scroll-behavior:smooth}.kam-block-157875{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;height:80px;bottom:-100%;right:-100%;z-index:100;background-color:#f5f5f5;color:#333;-webkit-transform:translate(100%,0);-ms-transform:translate(100%,0);transform:translate(100%,0);cursor:pointer;padding-right:12px}.kam-block-157875__envelope{width:80px}.kam-block-157875__text{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;font-size:16px;font-family:'Noto Sans',Arial,sans-serif;font-weight:700;padding-left:8px}.kam-block-157875__click{display:none}@media screen and (max-width:479px){.kam-block-157875{bottom:-100%;right:0;-webkit-transform:translate(0,100%);-ms-transform:translate(0,100%);transform:translate(0,100%);height:80px;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.kam-block-157875__text{font-size:16px}}.kam-block-157875.kam-inited{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);right:0;bottom:32rem;-webkit-transition:-webkit-transform .3s linear;transition:-webkit-transform .3s linear;-o-transition:transform .3s linear;transition:transform .3s linear;transition:transform .3s linear,-webkit-transform .3s linear}.kam-block-157875.kam-inited.collapsed{-webkit-transform:translate(calc(100% - 89px),0);-ms-transform:translate(calc(100% - 89px),0);transform:translate(calc(100% - 89px),0)}@media screen and (max-width:479px){.kam-block-157875.kam-inited{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);bottom:0}.kam-block-157875.kam-inited.collapsed{-webkit-transform:translate(calc(100% - 89px),0);-ms-transform:translate(calc(100% - 89px),0);transform:translate(calc(100% - 89px),0);-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}}","elementSets":[],"expositionFrequencySameVisit":1,"javaScriptCode":{"code":"const clickingHand='\\n\\n\\n\\n\\n\\n \\n \\n\\n\\n\\n \\n \\n \\n\\n\\n \\n \\n \\n\\n\\n \\n \\n\\n\\n\\n',envelope='\\n\\n\\n\\n \\n \\n \\n \\n \\n \\n \\n \\n \\n\\n\\n',getPushBlockHTML=c=>`\\n
\\n ${envelope}\\n

${c}

\\n ${clickingHand}\\n
\\n `,getEvents=(c,n,s)=>{const e=getPushBlockHTML(s),l={header:\"header\",banner:\".b2c-appbar__buttons\"},t=Object.keys(l),a={};const o=t.map((function(c){return new Promise((n=>{Kameleoon.API.Core.runWhenElementPresent(l[c],(([s])=>{a[c]=s,n(s)}))}))}));Promise.all(o).then((()=>{const{header:s,banner:l}=a;c.insertAdjacentHTML(\"beforeend\",e);const t=document.querySelector(\".kam-block-157875\");setTimeout((()=>{t.classList.add(\"kam-inited\"),window.pageYOffset>50?t.classList.add(\"collapsed\"):t.classList.remove(\"collapsed\")}),1e3),window.addEventListener(\"scroll\",(()=>{window.pageYOffset<50?t.classList.remove(\"collapsed\"):t.classList.add(\"collapsed\")})),t.addEventListener(\"click\",(({target:c})=>{Kameleoon.API.Goals.processConversion(n[\"Interaction with notification IT\"]);const s=c.closest(\".kam-block-157875__envelope\"),e=t.classList.contains(\"collapsed\");s&&e?t.classList.remove(\"collapsed\"):window.location=linkURL})),\"Desktop\"===Kameleoon.API.CurrentVisit.device.type&&t.addEventListener(\"mouseover\",(()=>{t.classList.remove(\"collapsed\")}))}))},goals={\"Interaction with notification IT\":329261},wording=\"Suscríbete a nuestro Newsletter\",linkURL=\"https://www.michelin.com.mx/auto/formulario-de-contacto\";console.log(\"Vince : linkURL=\"&linkURL),Kameleoon.API.Core.runWhenElementPresent(\"body\",(([c])=>{getEvents(c,goals,wording)}));","afterDOMReady":false}},{"name":"Not Sure (Link underlined)","id":934084,"css":".b2c-tyre-search-breadcrumb-mode__label{content:'Not sure? '}.b2c-tyre-search-breadcrumb-mode__label:after{content:\"Search by Vehicle Reg\";color:#27509b;text-decoration:underline;font-weight:700}.display::after{display:none}","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search-breadcrumb-mode\",(function(){const e=document.getElementsByClassName(\"b2c-tyre-search-breadcrumb-mode__label\");for(let n=0;n{Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search-breadcrumb-mode__label\",(([e])=>{e.textContent.includes(\"Change search mode \")&&e.classList.add(\"display\")}))};wordingKAM(),Kameleoon.API.Utils.setInterval((()=>{wordingKAM()}),500);","afterDOMReady":false}},{"name":"Variation 1","id":939289,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".dgad-form-container.dgad-form-sections \",(function(o){if(void 0!==Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"]){if(console.log(\"Vince : in loop\"),-1!=window.location.href.indexOf(\"?\")&&-1==window.location.href.search(\"utm\"))var e=window.location.href+\"&\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];else e=window.location.href+\"?\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];console.log(\"Vince : modifiedUrl = \"+e),window.history.pushState({path:e},\"\",e)}}));","afterDOMReady":false}},{"name":"Variation 1","id":954490,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".dgad-form-container.dgad-form-sections \",(function(e){if(void 0!==Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"]){if(-1!=window.location.href.indexOf(\"?\")&&-1==window.location.href.search(\"utm\"))var o=window.location.href+\"&\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];else o=window.location.href+\"?\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];window.history.pushState({path:o},\"\",o)}}));","afterDOMReady":false}},{"name":"Variation 1","id":960829,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search-outline__search\",(function(e){const n=document.getElementsByClassName(\"b2c-tyre-search-outline-launch-label__value\");for(let e=0;eet au-delà\",description1:'
L\\'innovation
\\n
a toujours fait partie
\\n
de notre ADN.
',description2:'
Grâce à nos savoir-faire,
\\n
nous innovons aujourd\\'hui
\\n
dans de nombreux secteurs,
\\n
bien au-delà du pneu !
',description3:[\"Cette croyance dans le progrès, c’est ce qui nous\",\"permet de repousser les limites du possible grâce\",\"à des innovations pionnières qui construisent\",\"le monde de demain.\"],description4:\" Chez Michelin, nous innovons chaque jour pour améliorer le quotidien.\",titleH2White:\"AU-DELÀ\",titleH2Blue:\"DU PNEU\",block1H3:\"EXPLORATION SPATIALE\",block1Desc:\"Découvrez notre technologie de pneu sans air destinée à l'exploration de nouvelles planètes. (1)\",block1CTA:\"Regardez la vidéo\",block2H3:\"TRANSPORT MARITIME\",block2Desc:\"Découvrez WISAMO, une voile gonflable ayant pour but de réduire les émissions de CO2 émises par le transport maritime. (2)\",block2CTA:\"Regardez la vidéo\",block3H3:\"MÉDICAL\",block3Desc:\"Découvrez notre courroie pour prothèse conçue pour améliorer la mobilité en permettant plus de souplesse dans la démarche. (3)\",block3CTA:\"Regardez la vidéo\",quoteFloflo:\"Notre puissance d’innovation et nos expertises ont profondément changé l’histoire de la mobilité. Elles nous permettent dès à présent de relever des défis dans de nouveaux domaines d'activité qui transformeront notre quotidien.\",titleFloflo:\"Président du groupe Michelin\",titleTireH2Blue:\"SUR LA\",titleTireH2White:\"ROUTE\",card1Title:\"SILENCE\",card1Desc1:\"Découvrez MICHELIN Acoustic,\",card1Desc2:\"une technologie qui permet de réduire\",card1Desc3:\"significativement le bruit à l’intérieur de\",card1Desc4:\"l’habitacle pour vous offrir plus de confort. (4)\",card1CTA1:\"Regardez la vidéo\",card1CTA2:\"En savoir plus\",card1CTA2Link:\"https://www.michelin.fr/auto/pourquoi-michelin/innovations-technologiques/technologie-acoustic\",card2Title:\"LONGÉVITÉ\",card2Desc1:\"Découvrez MaxTouch, une technologie qui\",card2Desc2:\" permet d'offrir une expérience de conduite\",card2Desc3:\" durable et sûre, du premier au dernier\",card2Desc4:\" kilomètre. (5)\",card2CTA1:\"Regardez la vidéo\",card2CTA2:\"En savoir plus\",card2CTA2Link:\"https://www.michelin.fr/performances-faites-pour-durer\",card3Title:\"PROTECTION DES TERRES AGRICOLES\",card3Desc1:\"Découvrez Michelin PTG, une technologie\",card3Desc2:\" qui permet de mieux respecter les terres\",card3Desc3:\" agricoles.(6)\",card3Desc4:\"\",card3CTA1:\"Regardez la vidéo\",card3CTA2:\"En savoir plus\",card3CTA2Link:\"https://pro.michelin.fr/agriculture/services-agriculture/systeme-telegonflage-tracteur-ctis\",fidelityTitleWhite:\"REJOIGNEZ LE PROGRAMME DE FIDELITÉ\",fidelityDesc1:\"Des offres exclusives, des conseils d'experts et des remises \",fidelityDesc2:\"sur une grande sélection de marques.\",fidelityCTA:\"Rejoignez le programme\",legalTitle:\"Mentions légales\",legal1:\"(1) Prototype de roue susceptible d'équiper les astromobiles, dans le cadre du projet ARTEMIS de la NASA. Michelin fait partie de l'équipe Moon Racer, dirigée par Intuitive Machines, qui compte également AVL, Boeing et Northrop Grumman Corporation.\",legal2:'(2) Wisamo est un système de propulsion à voile permettant de réduire l\\'empreinte carbone du transport maritime ; en phase de tests avec deux prototypes en conditions maritimes réelles. Plus d’informations sur https://wisamo.michelin.com/fr/transport-maritime',legal3:'(3) Prototype de courroie. Plus d’informations sur https://www.ottobock.com/fr-fr/product/1A1-2',legal4:\"(4) La technologie MICHELIN Acoustic réduit le bruit perçu dans l'habitacle d'environ 20% (mesure du bruit intérieur, réalisé en 2020 sur un véhicule KIA Cadenza équipé en dimension 245/45 R19. Niveau de bruit mesuré sur la fréquence \\\"170-230Hz\\\"). Les résultats peuvent varier selon le véhicule, la gamme et la dimension des pneus, la vitesse et les conditions de route.\",legal5:'(5) Plus d’informations sur https://www.michelin.fr/performances-faites-pour-durer',legal6:'(6) D’après des calculs et une étude de terrain menée en conditions réelles en 2020 en France sur un tracteur et une remorque, équipés de pneus MICHELIN. Plus d’informations sur https://pro.michelin.fr/agriculture/services-agriculture/systeme-telegonflage-tracteur-ctis',legal7:\"(7) MICHELIN Better Motion = l’art de vivre en mouvement avec MICHELIN.\"};let l='

{{mainTitleH1}}

{{mainTitleH2}}

\"\"ondragstart=event.preventDefault()

{{description1}}

\"\"ondragstart=event.preventDefault()

{{description2}}

{{description1}}

{{description2}}

{{description3}} {{description4}}

{{titleH2White}} {{titleH2Blue}}

{{block1H3}}

{{block1Desc}}

{{block2H3}}

{{block2Desc}}

{{block3H3}}

{{block3Desc}}

démarche.
\"Florent

“{{quoteFloflo}}”

Florent Menegaux

{{titleFloflo}}

{{titleTireH2Blue}} {{titleTireH2White}}

\"\"

{{card1Title}}

{{card1Desc1}}{{card1Desc2}}{{card1Desc3}}{{card1Desc4}}

{{card1CTA2}}
\"\"

{{card2Title}}

{{card2Desc1}}{{card2Desc2}}{{card2Desc3}}{{card2Desc4}}

{{card2CTA2}}
\"\"

{{card3Title}}

{{card3Desc1}}{{card3Desc2}}{{card3Desc3}}

{{card3CTA2}}
\"\"

{{fidelityTitleWhite}}

{{fidelityDesc1}}{{fidelityDesc2}}

  • {{legal1}}
  • {{legal2}}
  • {{legal3}}
  • {{legal4}}
  • {{legal5}}
  • {{legal6}}
';const i=/({{(.+?)}})+/g;for(let t=i.exec(l);null!==t;t=i.exec(l)){const[,i,s]=t,w=Array.isArray(e[s.trim()])?e[s.trim()].reduce(((t,e)=>t+` ${e}`),\"\"):e[s.trim()];l=l.replace(i,w)}t[0].insertAdjacentHTML(\"afterend\",l),Kameleoon.API.Core.runWhenElementPresent(\"#lastLink\",(function(){let t,e;(async t=>{const e=[];t.forEach((t=>{e.push(new Promise(((e,l)=>{const i=document.createElement(\"script\");i.src=t,i.onload=e,i.onerror=l,document.head.appendChild(i)})))})),Promise.all(e).then((()=>{window.lp_innovation_ready()})).catch((t=>{console.error(\"Error while including JavaScript files:\",t)}))})([\"https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/gsap.min.js\",\"https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/ScrollTrigger.min.js\",\"https://cdn.jsdelivr.net/npm/swiper@11/swiper-element-bundle.min.js\",\"https://cdn.jsdelivr.net/npm/dragon-lightbox@1.4.1/dist/dragon-lightbox.min.js\"]);const l=(t,e)=>{let l=0,i=setInterval((()=>{if(l>=5e3)return clearInterval(i),t.style.width=\"100%\",e(t);l+=10,t.style.width=100*l/5e3+\"%\"}),10);return i};window.scroll_slide=(i,s)=>{const w=i.closest(\"a[aria-current]\")??i.closest(\"[slider]\").querySelector(`a[href=\"#${i.id}\"]`),o=document.querySelector(w.hash);if(e!==o){clearInterval(t),e=o,document.querySelectorAll('a[aria-current=\"true\"] > span').forEach((t=>t.style.width=\"0%\"));for(const e of w.parentElement.children)e.ariaCurrent=e===w?\"true\":\"false\",e===w?t=l(e.querySelector(\"span\"),(t=>{const e=t.closest(\"a[aria-current]\"),l=e.nextElementSibling??e.parentElement.children[0];!e.nextElementSibling&&\"function\"==typeof s&&s(),window.scroll_slide(l,s)})):e.querySelector(\"span\").style.width=\"0%\";o.parentElement.scrollLeft=o.offsetLeft}},window.scroll_slide_callback=()=>{const t=document.querySelector(\"swiper-container\");t.swiper.slideNext()||t.swiper.slideTo(0)};const i=(t,e=.75)=>{const l=t.getBoundingClientRect(),i=window.innerWidth||document.documentElement.clientWidth,s=window.innerHeight||document.documentElement.clientHeight;return(Math.min(l.right,i)-Math.max(l.left,0))*(Math.min(l.bottom,s)-Math.max(l.top,0))>=e*(l.width*l.height)},s=()=>{const t=document.querySelector(\"#michelin-swiper-container\");if(!t.classList.contains(\"done\")&&i(t)){const e=t.querySelector('a[aria-current=\"true\"]');window.scroll_slide(e,window.scroll_slide_callback),t.classList.add(\"done\")}},w=()=>{const t=document.querySelector(\"swiper-container\"),e=t.shadowRoot.querySelector(\".swiper-wrapper\");window.innerWidth<768?t.swiper.enabled&&(t.swiper.disable(),setTimeout((()=>{e.style.transform=\"none\"}),100),e.style.display=\"grid\",e.style.gap=\"20px\"):(t.swiper.enable(),e.style.display=\"\",e.style.gap=\"\")};window.lp_innovation_ready=()=>{const t=()=>{document.querySelectorAll(\".image-parallaxed-text\").forEach((t=>{let e=t.offsetLeft,l=-t.offsetTop,i=t.closest(\".container\").offsetWidth,s=t.closest(\".container\").offsetHeight;t.querySelector(\"h3\").style.left=`-${e}px`,t.querySelector(\"h3\").style.top=`calc(25vh + ${l}px)`,t.querySelector(\"h3\").style.width=`${i}px`,t.querySelector(\"h3\").style.height=`${s}px`}))};t(),window.addEventListener(\"scroll\",s),window.addEventListener(\"scroll\",t),window.addEventListener(\"resize\",t);document.querySelector(\"swiper-container\").addEventListener(\"swiperslidechangetransitionend\",(t=>{setTimeout((()=>{document.querySelectorAll(\"[slider]\").forEach((t=>{if(i(t)){const e=t.querySelector(\"a[aria-current]\");console.log(\"OK\"),window.scroll_slide(e,window.scroll_slide_callback)}}))}),500)})),gsap.registerPlugin(ScrollTrigger),gsap.to(\"#intro-text\",{transform:()=>window.innerWidth>=768?\"translateY(13vw)\":\"translateY(40vw)\",ease:\"none\",scrollTrigger:{trigger:\"#intro-text\",start:\"top top\",end:\"center top\",scrub:!0}}),gsap.to(\"#title\",{fontSize:()=>window.innerWidth>=768?\"1vw\":\"4vw\",ease:\"none\",scrollTrigger:{trigger:\"#intro-text\",start:\"top top\",end:\"center top\",scrub:!0}}),gsap.to(\"#subtitle\",{fontSize:()=>window.innerWidth>=768?\"6.25vw\":\"9vw\",ease:\"none\",scrollTrigger:{trigger:\"#intro-text\",start:\"top top\",end:\"center top\",scrub:!0}},\"+=1\");gsap.timeline({scrollTrigger:{trigger:\"#video-container\",start:\"top top\",end:\"center top\",scrub:!0,pin:!0}}).to(\"#intro-video\",{width:\"90%\",height:\"90%\",ease:\"none\"}),ScrollTrigger.create({trigger:\"#block-text-parallax\",start:\"top top\",end:\"+=3200\",pin:!0}),gsap.set(\"#main-text-1>div, #main-text-2>div\",{position:\"relative\",opacity:0,top:\"10vw\"});gsap.matchMedia().add({isMobile:\"(max-width: 500px)\",isDesktop:\"(min-width: 501px)\"},(t=>{const e=gsap.timeline({scrollTrigger:{trigger:\"#block-text-parallax\",start:\"top top\",end:\"bottom+=3000\",scrub:!0}});e.to(\"#main-text-1>div\",{top:0,opacity:1,stagger:.05}),e.to(\"#image-parallaxed-text-1\",{top:(t,e)=>-e.offsetHeight,ease:\"none\",duration:1.5}),e.to(\"#main-text-1\",{display:\"none\"},\"-=1\"),e.to(\"#main-text-2>div\",{top:0,opacity:1,stagger:.05},\"<+0.9\"),e.to(\"#image-parallaxed-text-2\",{top:(t,e)=>-e.offsetHeight,ease:\"none\",duration:1.5}),e.to(\"#main-text-2\",{display:\"none\"},t.conditions.isMobile?\"-=1.1\":\"-=1\")})),w(),window.addEventListener(\"resize\",w),Kameleoon.API.Core.runWhenElementPresent(\".dgad-static-page__body\",(function(t){console.log(\"Vincent : Test 1.2\"),document.getElementsByClassName(\"dgad-static-page__body\")[0].style.display=\"none\",console.log(\"Vince : Test 2\")}))}}))}));","afterDOMReady":false}},{"name":"Review Your Tires","id":968161,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\"[data-apos-forms-thank-you]\",(function(e){var t=e[0].innerHTML;e[0].innerHTML=t+'\\n\\t\\t\\t \\n\\t\\t\\tReview Your Tires'}));","afterDOMReady":false}},{"name":"Review Your Tires","id":968209,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\"[data-apos-forms-thank-you]\",(function(e){var n=e[0].innerHTML;e[0].innerHTML=n+'\\n\\t\\t\\t \\n\\t\\t\\tReview Your Tires'}));","afterDOMReady":false}},{"name":"Évaluez vos pneus","id":968213,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\"[data-apos-forms-thank-you]\",(function(n){var t=n[0].innerHTML;n[0].innerHTML=t+'\\n\\t\\t\\t \\n\\t\\t\\tÉvaluez vos pneus'}));","afterDOMReady":false}},{"name":"Variation 1","id":970723,"css":"@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap);/*! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:\"\"}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}@font-face{font-display:swap;font-family:Michelin;font-style:normal;font-weight:300;src:url(../fonts/Michelin-Light.otf) format(\"opentype\")}@font-face{font-display:swap;font-family:Michelin;font-style:normal;font-weight:400;src:url(../fonts/Michelin-Regular.otf) format(\"opentype\")}@font-face{font-display:swap;font-family:Michelin;font-style:normal;font-weight:600;src:url(../fonts/Michelin-SemiBold.otf) format(\"opentype\")}@font-face{font-display:swap;font-family:Michelin;font-style:normal;font-weight:700;src:url(../fonts/Michelin-Bold.otf) format(\"opentype\")}@font-face{font-display:swap;font-family:Michelin;font-style:normal;font-weight:900;src:url(../fonts/Michelin-Black.otf) format(\"opentype\")}html{font-family:Noto Sans,Helvetica,\"ui-sans-serif\",\"system-ui\",\"sans-serif\",Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.tw-container{width:100%}@media (min-width:640px){.tw-container{max-width:640px}}@media (min-width:768px){.tw-container{max-width:768px}}@media (min-width:1024px){.tw-container{max-width:1024px}}@media (min-width:1280px){.tw-container{max-width:1280px}}@media (min-width:1536px){.tw-container{max-width:1536px}}.tw-text-border-michelin{text-shadow:2px 0 #27509b,-2px 0 #27509b,0 2px #27509b,0 -2px #27509b,2px 2px #27509b,-2px -2px #27509b,2px -2px #27509b,-2px 2px #27509b}.tw-absolute{position:absolute}.tw-relative{position:relative}.tw-inset-0,.tw-inset-\\[0px\\]{inset:0}.tw-bottom-0{bottom:0}.tw-bottom-14{bottom:56px}.tw-bottom-20{bottom:80px}.tw-left-0{left:0}.tw-left-20{left:80px}.tw-left-\\[5vw\\]{left:5vw}.tw-left-\\[6vw\\]{left:6vw}.tw-right-0{right:0}.tw-right-\\[5vw\\]{right:5vw}.tw-top-0{top:0}.tw-top-\\[100vw\\]{top:100vw}.tw-top-\\[25vh\\]{top:25vh}.tw-top-\\[5vw\\]{top:5vw}.tw-top-full{top:100%}.tw-z-\\[1\\]{z-index:1}.tw-z-\\[2\\]{z-index:2}.tw-z-\\[3\\]{z-index:3}.tw-z-\\[4\\]{z-index:4}.tw-m-auto{margin:auto}.tw-mx-6{margin-left:24px;margin-right:24px}.tw-mx-auto{margin-left:auto;margin-right:auto}.tw-my-20{margin-bottom:80px;margin-top:80px}.tw-my-\\[3vw\\]{margin-bottom:3vw;margin-top:3vw}.tw-mb-8{margin-bottom:32px}.tw-mr-10{margin-right:40px}.tw-mt-10{margin-top:40px}.tw-mt-14{margin-top:56px}.tw-mt-20{margin-top:80px}.tw-mt-3{margin-top:12px}.tw-mt-4{margin-top:16px}.tw-mt-40{margin-top:160px}.tw-mt-56{margin-top:224px}.tw-mt-8{margin-top:32px}.tw-mt-auto{margin-top:auto}.tw-block{display:block}.tw-inline-block{display:inline-block}.tw-inline{display:inline}.tw-flex{display:flex}.tw-grid{display:grid}.tw-hidden{display:none}.tw-h-0{height:0}.tw-h-1{height:4px}.tw-h-1\\.5{height:6px}.tw-h-\\[180vw\\]{height:180vw}.tw-h-\\[60vw\\]{height:60vw}.tw-h-\\[80vw\\]{height:80vw}.tw-h-full{height:100%}.tw-h-screen{height:100vh}.tw-w-1\\/4{width:25%}.tw-w-4\\/5{width:80%}.tw-w-\\[55vw\\]{width:55vw}.tw-w-\\[88vw\\]{width:88vw}.tw-w-\\[90vw\\]{width:90vw}.tw-w-full{width:100%}.tw-w-screen{width:100vw}.tw-min-w-0{min-width:0}.\\!tw-max-w-full{max-width:100%!important}.tw-max-w-96{max-width:384px}.tw-max-w-\\[1000px\\]{max-width:1000px}.tw-max-w-\\[500px\\]{max-width:500px}.tw-flex-1{flex:1 1 0%}.tw-flex-shrink-0,.tw-shrink-0{flex-shrink:0}.tw-basis-1\\/4{flex-basis:25%}.tw-transform-none{transform:none}.tw-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.tw-snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness)}.tw-snap-mandatory{--tw-scroll-snap-strictness:mandatory}.tw-snap-center{scroll-snap-align:center}.tw-snap-always{scroll-snap-stop:always}.tw-list-none{list-style-type:none}.tw-flex-col{flex-direction:column}.tw-items-center{align-items:center}.tw-justify-center{justify-content:center}.tw-gap-2{gap:8px}.tw-gap-20{gap:80px}.tw-gap-4{gap:16px}.tw-gap-6{gap:24px}.tw-overflow-hidden{overflow:hidden}.tw-overflow-x-hidden{overflow-x:hidden}.tw-scroll-smooth{scroll-behavior:smooth}.tw-rounded{border-radius:4px}.tw-rounded-2xl{border-radius:16px}.tw-rounded-full{border-radius:9999px}.tw-rounded-lg{border-radius:8px}.tw-rounded-xl{border-radius:12px}.tw-border{border-width:1px}.tw-border-\\[\\#FCE500\\]{--tw-border-opacity:1;border-color:rgb(252 229 0/var(--tw-border-opacity))}.tw-bg-\\[\\#FCE500\\]{--tw-bg-opacity:1;background-color:rgb(252 229 0/var(--tw-bg-opacity))}.tw-bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.tw-bg-black\\/20{background-color:#0003}.tw-bg-transparent{background-color:initial}.tw-bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.tw-bg-white\\/30{background-color:#ffffff4d}.tw-bg-\\[url\\(\\'https\\:\\/\\/dgaddcosprod\\.blob\\.core\\.windows\\.net\\/b2c-experience-production\\/attachments\\/clvmj8czm08em01j37tadtcem-innovation-background\\.svg\\'\\)\\]{background-image:url(https://dgaddcosprod.blob.core.windows.net/b2c-experience-production/attachments/clvmj8czm08em01j37tadtcem-innovation-background.svg)}.tw-bg-\\[url\\(\\\\\\'https\\:\\/\\/dgaddcosprod\\.blob\\.core\\.windows\\.net\\/b2c-experience-production\\/attachments\\/clvmj8czm08em01j37tadtcem-innovation-background\\.svg\\\\\\'\\)\\]{background-image:url(\\'https:/dgaddcosprod.blob.core.windows.net/b2c-experience-production/attachments/clvmj8czm08em01j37tadtcem-innovation-background.svg\\')}.tw-bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.tw-from-black\\/85{--tw-gradient-from:#000000d9 var(--tw-gradient-from-position);--tw-gradient-to:#0000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.tw-via-transparent{--tw-gradient-to:#0000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#0000 var(--tw-gradient-via-position),var(--tw-gradient-to)}.tw-to-transparent{--tw-gradient-to:#0000 var(--tw-gradient-to-position)}.tw-bg-cover{background-size:cover}.tw-bg-top{background-position:top}.tw-object-cover{-o-object-fit:cover;object-fit:cover}.tw-object-\\[-40px_center\\]{-o-object-position:-40px center;object-position:-40px center}.tw-object-center{-o-object-position:center;object-position:center}.tw-object-left{-o-object-position:left;object-position:left}.tw-object-right-top{-o-object-position:right top;object-position:right top}.tw-object-top{-o-object-position:top;object-position:top}.tw-p-4{padding:16px}.tw-p-6{padding:24px}.tw-px-10{padding-left:40px;padding-right:40px}.tw-px-4{padding-left:16px;padding-right:16px}.tw-px-6{padding-left:24px;padding-right:24px}.tw-px-\\[4vw\\]{padding-left:4vw;padding-right:4vw}.tw-py-2{padding-bottom:8px;padding-top:8px}.tw-pb-0{padding-bottom:0}.tw-pb-12{padding-bottom:48px}.tw-pb-6{padding-bottom:24px}.tw-pl-\\[0vw\\]{padding-left:0}.tw-pl-\\[11vw\\]{padding-left:11vw}.tw-pl-\\[15vw\\]{padding-left:15vw}.tw-pl-\\[2vw\\]{padding-left:2vw}.tw-pl-\\[5vw\\]{padding-left:5vw}.tw-pr-\\[10vw\\]{padding-right:10vw}.tw-pr-\\[7\\.5vw\\]{padding-right:7.5vw}.tw-pt-0{padding-top:0}.tw-pt-10{padding-top:40px}.tw-pt-\\[130\\%\\]{padding-top:130%}.tw-pt-\\[140\\%\\]{padding-top:140%}.tw-pt-\\[180\\%\\]{padding-top:180%}.tw-text-center{text-align:center}.tw-font-michelin{font-family:Michelin,Helvetica,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.tw-font-noto-sans{font-family:Noto Sans,Helvetica,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.tw-text-2xl{font-size:24px;line-height:32px}.tw-text-4xl{font-size:36px;line-height:40px}.tw-text-\\[15px\\]{font-size:15px}.tw-text-\\[5vw\\]{font-size:5vw}.tw-text-\\[7vw\\]{font-size:7vw}.tw-text-base{font-size:16px;line-height:24px}.tw-text-lg{font-size:18px;line-height:28px}.tw-text-sm{font-size:14px;line-height:20px}.tw-text-xl{font-size:20px;line-height:28px}.tw-font-bold{font-weight:700}.tw-uppercase{text-transform:uppercase}.tw-leading-\\[1\\.05\\]{line-height:1.05}.tw-leading-none{line-height:1}.tw-leading-normal{line-height:1.5}.tw-leading-tight{line-height:1.25}.tw-text-\\[\\#000C34\\]{--tw-text-opacity:1;color:rgb(0 12 52/var(--tw-text-opacity))}.tw-text-\\[\\#00205B\\]{--tw-text-opacity:1;color:rgb(0 32 91/var(--tw-text-opacity))}.tw-text-michelin-blue{--tw-text-opacity:1;color:rgb(39 80 155/var(--tw-text-opacity))}.tw-text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.tw-shadow-xl{--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-drop-shadow-sm{--tw-drop-shadow:drop-shadow(0 1px 1px #0000000d);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.after\\:tw-absolute:after{content:var(--tw-content);position:absolute}.after\\:-tw-top-2:after{content:var(--tw-content);top:-8px}.after\\:tw-left-0:after{content:var(--tw-content);left:0}.after\\:tw-z-\\[1\\]:after{content:var(--tw-content);z-index:1}.after\\:tw-h-4:after{content:var(--tw-content);height:16px}.after\\:tw-w-1\\/2:after{content:var(--tw-content);width:50%}.after\\:tw-bg-\\[\\#FCE500\\]:after{--tw-bg-opacity:1;background-color:rgb(252 229 0/var(--tw-bg-opacity));content:var(--tw-content)}.after\\:tw-content-\\[\\'\\'\\]:after{--tw-content:\"\";content:var(--tw-content)}.after\\:tw-content-\\[\\\\\\'\\\\\\'\\]:after{--tw-content:\\'\\';content:var(--tw-content)}.tw-group.image-parallaxed-text .group-\\[\\.image-parallaxed-text\\]\\:tw-opacity-0{opacity:0}@media (min-width:768px){.md\\:tw-absolute{position:absolute}.md\\:tw-left-0{left:0}.md\\:tw-left-1\\/2{left:50%}.md\\:tw-left-\\[11vw\\]{left:11vw}.md\\:tw-left-\\[15vw\\]{left:15vw}.md\\:tw-left-\\[7\\.5vw\\]{left:7.5vw}.md\\:tw-right-\\[15vw\\]{right:15vw}.md\\:tw-top-0{top:0}.md\\:tw-top-\\[25\\.65vw\\]{top:25.65vw}.md\\:tw-ml-14{margin-left:56px}.md\\:tw-ml-28{margin-left:112px}.md\\:tw-mt-16{margin-top:64px}.md\\:tw-mt-32{margin-top:128px}.md\\:tw-mt-40{margin-top:160px}.md\\:tw-mt-52{margin-top:208px}.md\\:tw-mt-6{margin-top:24px}.md\\:tw-block{display:block}.md\\:tw-inline-block{display:inline-block}.md\\:tw-flex{display:flex}.md\\:tw-h-\\[14\\.375vw\\]{height:14.375vw}.md\\:tw-h-\\[35vw\\]{height:35vw}.md\\:tw-h-\\[40vw\\]{height:40vw}.md\\:tw-h-auto{height:auto}.md\\:tw-w-2\\/3{width:66.666667%}.md\\:tw-w-2\\/5{width:40%}.md\\:tw-w-6{width:24px}.md\\:tw-w-\\[26vw\\]{width:26vw}.md\\:tw-w-\\[78\\.5vw\\]{width:78.5vw}.md\\:tw-w-\\[85vw\\]{width:85vw}.md\\:tw-w-full{width:100%}.md\\:tw-max-w-\\[520px\\]{max-width:520px}.md\\:tw-transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\\:tw-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\\:tw-flex-row{flex-direction:row}.md\\:tw-p-0{padding:0}.md\\:tw-px-0{padding-left:0;padding-right:0}.md\\:tw-px-1{padding-left:4px;padding-right:4px}.md\\:tw-py-0{padding-bottom:0;padding-top:0}.md\\:tw-pb-14{padding-bottom:56px}.md\\:tw-pr-\\[11\\.5vw\\]{padding-right:11.5vw}.md\\:tw-pr-\\[13vw\\]{padding-right:13vw}.md\\:tw-pr-\\[23vw\\]{padding-right:23vw}.md\\:tw-pr-\\[2vw\\]{padding-right:2vw}.md\\:tw-pr-\\[37vw\\]{padding-right:37vw}.md\\:tw-pr-\\[38vw\\]{padding-right:38vw}.md\\:tw-pt-\\[110\\%\\]{padding-top:110%}.md\\:tw-pt-\\[50\\%\\]{padding-top:50%}.md\\:tw-pt-\\[66\\.67\\%\\]{padding-top:66.67%}.md\\:tw-text-left{text-align:left}.md\\:tw-text-center{text-align:center}.md\\:tw-text-3xl{font-size:30px;line-height:36px}.md\\:tw-text-7xl{font-size:72px;line-height:1}.md\\:tw-text-\\[2\\.5vw\\]{font-size:2.5vw}.md\\:tw-text-\\[2\\.62vw\\]{font-size:2.62vw}.md\\:tw-text-\\[2\\.75vw\\]{font-size:2.75vw}.md\\:tw-text-\\[4\\.65vw\\]{font-size:4.65vw}.md\\:tw-text-xl{font-size:20px;line-height:28px}.md\\:tw-font-medium{font-weight:500}.md\\:tw-leading-snug{line-height:1.375}.md\\:tw-text-michelin-blue{--tw-text-opacity:1;color:rgb(39 80 155/var(--tw-text-opacity))}.md\\:tw-text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.md\\:after\\:tw-w-1\\/3:after{content:var(--tw-content);width:33.333333%}}@media (min-width:1024px){.lg\\:tw-block{display:block}}","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".b2c-appbar\",(async function(t){const e={mainTitleH1:\"MICHELIN INNOVA \",mainTitleH2:\"EN LA CARRETERA
Y MÁS ALLÁ\",description1:'
La innovación
\\n
siempre ha formado parte
\\n
de nuestro ADN.
',description2:'
Gracias a nuestra experiencia,
\\n
ahora innovamos en muchos ámbitos.
\\n
¡mucho más allá de los neumáticos!
',description3:[\"Esta apuesta por el progreso nos \",\"impulsa a superar los límites de lo posible, mediante \",\"innovaciones pioneras que dan forma \",\"al mundo del mañana.\"],description4:\" En Michelin, innovamos cada día para un mañana mejor. \",titleH2White:\"MÁS ALLÁ\",titleH2Blue:\"DE LOS NEUMÁTICOS\",block1H3:\"EXPLORACIÓN DEL ESPACIO\",block1Desc:\"Descubre nuestra tecnología. Innovamos con neumáticos sin aire diseñados para explorar nuevas fronteras. (1)\",block1CTA:\"Ver el vídeo\",block1YoutubeID:\"SaSfMXSpL8E\",block2H3:\"VIAJES MARÍTIMOS\",block2Desc:\"Descubre WISAMO, una vela hinchable en forma de ala destinada a reducir las emisiones de CO2 emitidas por los desplazamientos marítimos (2)\",block2CTA:\"Ver el vídeo\",block2YoutubeID:\"UJq_gquUDDM\",block3H3:\"MEDICINA\",block3Desc:\"Descubre nuestro cinturón protésico diseñado para mejorar la flexibilidad de movimientos. (3)\",block3CTA:\"Ver el vídeo\",block3YoutubeID:\"7cqvYEu9IQk\",quoteFloflo:\"Nuestra fuerza innovadora y nuestra experiencia han cambiado profundamente la historia de la movilidad. Hoy en día, nos permiten afrontar retos en nuevos campos de actividad que transforman vidas.\",titleFloflo:\"Presidente del Grupo Michelin\",titleTireH2Blue:\"EN LA \",titleTireH2White:\"CARRETERA\",card1Title:\"SILENCIO\",card1Desc1:\"Descubre MICHELIN Acoustic,\",card1Desc2:\" una tecnología que reduce \",card1Desc3:\" considerablemente el ruido en el interior\",card1Desc4:\" del vehículo para un mayor confort. (4)\",card1YoutubeID:\"lwfUQElknVg\",card1CTA1:\"Ver el vídeo\",card1CTA2:\"Saber más\",card1CTA2Link:\"/por-que-michelin-innovacion/tecnologia-acoustic\",card2Title:\"DURACIÓN\",card2Desc1:\"Descubre MaxTouch, la tecnología que\",card2Desc2:\" proporciona una experiencia de conducción\",card2Desc3:\" larga y segura desde el primer hasta el último kilómetro. (5)\",card2Desc4:\"\",card2YoutubeID:\"unlsE-56HFA\",card2CTA1:\"Ver el vídeo\",card2CTA2:\"Saber más\",card2CTA2Link:\"https://www.michelin.es/prestaciones-disenadas-para-durar\",card3Title:\"PROTECCIÓN DE LOS SUELOS AGRÍCOLAS \",card3Desc1:\"Descubre el sistema de teleinflado de neumáticos MICHELIN (CTIS), \",card3Desc2:\" una tecnología que ayuda a proteger\",card3Desc3:\" los terrenos agrícolas.(6)\",card3Desc4:\"\",card3YoutubeID:\"zezrMp6qexU\",card3CTA1:\"Ver el vídeo\",card3CTA2:\"Saber más\",card3CTA2Link:\"https://pro.michelin.es/agricultura/servicios-agricolas/tele-inflado\",fidelityTitleWhite:\"SUSCRÍBETE A LA NEWSLETTER DE MICHELIN\",fidelityDesc1:\"¡No te pierdas las ofertas exclusivas, las promociones y los sorteos así como nuestros consejos experto!\",fidelityDesc2:\"\",fidelityLink:\"https://www.michelin.es/newsletter-formulario-sorteo\",fidelityCTA:\"Suscríbe ahora\",legalTitle:\"Aviso legal \",legal1:\"(1) Prototipo de rueda que podría utilizarse en vehículos lunares, en el marco del proyecto ARTEMIS de la NASA. Michelin forma parte del equipo Moon Racer, dirigido por Intuitive Machines, que también incluye a AVL, Boeing y Northrop Grumman Corporation.\",legal2:'(2) Wisamo es un sistema de propulsión a vela diseñado para reducir la huella de carbono del transporte marítimo, actualmente en fase de pruebas con dos prototipos en condiciones marítimas reales. Más información aquí',legal3:'(3) Prototipo de cinturón. Más información aquí',legal4:\"(4) La tecnología MICHELIN Acoustic reduce el ruido percibido en el interior del vehículo en aproximadamente un 20% (medición del ruido interior, realizada en 2020 en un vehículo KIA Cadenza equipado con neumáticos 245/45 R19. Nivel de ruido medido en la frecuencia «170-230 Hz»). Los resultados pueden variar en función del vehículo, la gama y el tamaño de los neumáticos, la velocidad y las condiciones de la carretera. \",legal5:'(5) Más información aquí',legal6:'(6) Basado en cálculos y estudio de campo realizado en condiciones reales en 2020 en Francia sobre un tractor y un remolque equipados con neumáticos MICHELIN. Más información aquí',legal7:\"\"};let l='

{{mainTitleH1}}

{{mainTitleH2}}

\"\"ondragstart=event.preventDefault()

{{description1}}

\"\"ondragstart=event.preventDefault()

{{description2}}

{{description1}}

{{description2}}

{{description3}} {{description4}}

{{titleH2White}} {{titleH2Blue}}

{{block1H3}}

{{block1Desc}}

{{block2H3}}

{{block2Desc}}

{{block3H3}}

{{block3Desc}}

démarche.
\"Florent

“{{quoteFloflo}}”

Florent Menegaux

{{titleFloflo}}

{{titleTireH2Blue}} {{titleTireH2White}}

\"\"

{{card1Title}}

{{card1Desc1}}{{card1Desc2}}{{card1Desc3}}{{card1Desc4}}

{{card1CTA2}}
\"\"

{{card2Title}}

{{card2Desc1}}{{card2Desc2}}{{card2Desc3}}{{card2Desc4}}

{{card2CTA2}}
\"\"

{{card3Title}}

{{card3Desc1}}{{card3Desc2}}{{card3Desc3}}

{{card3CTA2}}
\"\"

{{fidelityTitleWhite}}

{{fidelityDesc1}}{{fidelityDesc2}}

  • {{legal1}}
  • {{legal2}}
  • {{legal3}}
  • {{legal4}}
  • {{legal5}}
  • {{legal6}}
';const a=/({{(.+?)}})+/g;for(let t=a.exec(l);null!==t;t=a.exec(l)){const[,a,i]=t,s=Array.isArray(e[i.trim()])?e[i.trim()].reduce(((t,e)=>t+`${e}`),\"\"):e[i.trim()];l=l.replace(a,s)}t[0].insertAdjacentHTML(\"afterend\",l),Kameleoon.API.Core.runWhenElementPresent(\"#lastLink\",(function(){let t,e;(async t=>{const e=[];t.forEach((t=>{e.push(new Promise(((e,l)=>{const a=document.createElement(\"script\");a.src=t,a.onload=e,a.onerror=l,document.head.appendChild(a)})))})),Promise.all(e).then((()=>{window.lp_innovation_ready()})).catch((t=>{console.error(\"Error while including JavaScript files:\",t)}))})([\"https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/gsap.min.js\",\"https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/ScrollTrigger.min.js\",\"https://cdn.jsdelivr.net/npm/swiper@11/swiper-element-bundle.min.js\",\"https://cdn.jsdelivr.net/npm/dragon-lightbox@1.4.1/dist/dragon-lightbox.min.js\"]);const l=(t,e)=>{let l=0,a=setInterval((()=>{if(l>=5e3)return clearInterval(a),t.style.width=\"100%\",e(t);l+=10,t.style.width=100*l/5e3+\"%\"}),10);return a};window.scroll_slide=(a,i)=>{const s=a.closest(\"a[aria-current]\")??a.closest(\"[slider]\").querySelector(`a[href=\"#${a.id}\"]`),o=document.querySelector(s.hash);if(e!==o){clearInterval(t),e=o,document.querySelectorAll('a[aria-current=\"true\"] > span').forEach((t=>t.style.width=\"0%\"));for(const e of s.parentElement.children)e.ariaCurrent=e===s?\"true\":\"false\",e===s?t=l(e.querySelector(\"span\"),(t=>{const e=t.closest(\"a[aria-current]\"),l=e.nextElementSibling??e.parentElement.children[0];!e.nextElementSibling&&\"function\"==typeof i&&i(),window.scroll_slide(l,i)})):e.querySelector(\"span\").style.width=\"0%\";o.parentElement.scrollLeft=o.offsetLeft}},window.scroll_slide_callback=()=>{const t=document.querySelector(\"swiper-container\");t.swiper.slideNext()||t.swiper.slideTo(0)};const a=(t,e=.75)=>{const l=t.getBoundingClientRect(),a=window.innerWidth||document.documentElement.clientWidth,i=window.innerHeight||document.documentElement.clientHeight;return(Math.min(l.right,a)-Math.max(l.left,0))*(Math.min(l.bottom,i)-Math.max(l.top,0))>=e*(l.width*l.height)},i=()=>{const t=document.querySelector(\"#michelin-swiper-container\");if(!t.classList.contains(\"done\")&&a(t)){const e=t.querySelector('a[aria-current=\"true\"]');window.scroll_slide(e,window.scroll_slide_callback),t.classList.add(\"done\")}},s=()=>{const t=document.querySelector(\"swiper-container\"),e=t.shadowRoot.querySelector(\".swiper-wrapper\");window.innerWidth<768?t.swiper.enabled&&(t.swiper.disable(),setTimeout((()=>{e.style.transform=\"none\"}),100),e.style.display=\"grid\",e.style.gap=\"20px\"):(t.swiper.enable(),e.style.display=\"\",e.style.gap=\"\")};window.lp_innovation_ready=()=>{const t=()=>{document.querySelectorAll(\".image-parallaxed-text\").forEach((t=>{let e=t.offsetLeft,l=-t.offsetTop,a=t.closest(\".container\").offsetWidth,i=t.closest(\".container\").offsetHeight;t.querySelector(\"h3\").style.left=`-${e}px`,t.querySelector(\"h3\").style.top=`calc(25vh + ${l}px)`,t.querySelector(\"h3\").style.width=`${a}px`,t.querySelector(\"h3\").style.height=`${i}px`}))};t(),window.addEventListener(\"scroll\",i),window.addEventListener(\"scroll\",t),window.addEventListener(\"resize\",t);document.querySelector(\"swiper-container\").addEventListener(\"swiperslidechangetransitionend\",(t=>{setTimeout((()=>{document.querySelectorAll(\"[slider]\").forEach((t=>{if(a(t)){const e=t.querySelector(\"a[aria-current]\");console.log(\"OK\"),window.scroll_slide(e,window.scroll_slide_callback)}}))}),500)})),gsap.registerPlugin(ScrollTrigger),gsap.to(\"#intro-text\",{transform:()=>window.innerWidth>=768?\"translateY(13vw)\":\"translateY(40vw)\",ease:\"none\",scrollTrigger:{trigger:\"#intro-text\",start:\"top top\",end:\"center top\",scrub:!0}}),gsap.to(\"#title\",{fontSize:()=>window.innerWidth>=768?\"1vw\":\"4vw\",ease:\"none\",scrollTrigger:{trigger:\"#intro-text\",start:\"top top\",end:\"center top\",scrub:!0}}),gsap.to(\"#subtitle\",{fontSize:()=>window.innerWidth>=768?\"6.25vw\":\"9vw\",ease:\"none\",scrollTrigger:{trigger:\"#intro-text\",start:\"top top\",end:\"center top\",scrub:!0}},\"+=1\");gsap.timeline({scrollTrigger:{trigger:\"#video-container\",start:\"top top\",end:\"center top\",scrub:!0,pin:!0}}).to(\"#intro-video\",{width:\"90%\",height:\"90%\",ease:\"none\"}),ScrollTrigger.create({trigger:\"#block-text-parallax\",start:\"top top\",end:\"+=3200\",pin:!0}),gsap.set(\"#main-text-1>div, #main-text-2>div\",{position:\"relative\",opacity:0,top:\"10vw\"});gsap.matchMedia().add({isMobile:\"(max-width: 500px)\",isDesktop:\"(min-width: 501px)\"},(t=>{const e=gsap.timeline({scrollTrigger:{trigger:\"#block-text-parallax\",start:\"top top\",end:\"bottom+=3000\",scrub:!0}});e.to(\"#main-text-1>div\",{top:0,opacity:1,stagger:.05}),e.to(\"#image-parallaxed-text-1\",{top:(t,e)=>-e.offsetHeight,ease:\"none\",duration:1.5}),e.to(\"#main-text-1\",{display:\"none\"},\"-=1\"),e.to(\"#main-text-2>div\",{top:0,opacity:1,stagger:.05},\"<+0.9\"),e.to(\"#image-parallaxed-text-2\",{top:(t,e)=>-e.offsetHeight,ease:\"none\",duration:1.5}),e.to(\"#main-text-2\",{display:\"none\"},t.conditions.isMobile?\"-=1.1\":\"-=1\")})),s(),window.addEventListener(\"resize\",s),Kameleoon.API.Core.runWhenElementPresent(\".dgad-static-page__body\",(function(t){document.getElementsByClassName(\"dgad-static-page__body\")[0].style.display=\"none\"}))}}))}));","afterDOMReady":false}},{"name":"Variation 1","id":970945,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenConditionTrue((()=>window.dataLayer?.some((e=>e.accountCreationDate))),(()=>{const e=\"kameleoon\",t=e=>{if(\"string\"!=typeof e)return e;const t=document.createElement(\"div\");return t.innerHTML=e.trim(),t.firstChild},a=(e,t)=>{if(!t)return;const a=e.children;for(let o=0;o{const n=document.querySelector(\".crm-content-card-filter-widget\"),i=n.querySelector('[data-categorycontent][data-category=\"all\"]'),c=i.children,r=[];for(const e of o)r.push(t(e));a(c[1],r.length%2),a(c[2],r.length%3),((e,t)=>{const a=e[0],o=e[1].children,n=e[2].children,i=t.reverse();for(const[e,t]of i.entries()){const c=i.length-1-e;a.prepend(t.cloneNode(!0)),c%2==0?o[0].prepend(t.cloneNode(!0)):o[1].prepend(t.cloneNode(!0)),c%3==0?n[0].prepend(t.cloneNode(!0)):c%3==1?n[1].prepend(t.cloneNode(!0)):n[2].prepend(t.cloneNode(!0))}})(c,r);const d=i.cloneNode(!0);d.dataset.category=e,d.classList.add(\"hide\");const s=d.querySelectorAll(`[data-card]:not([data-category=\"${e}\"])`);for(const e of s)e.remove();n.appendChild(d);const l=n.querySelectorAll(`[data-card][data-category=\"${e}\"]`);window.addCardsClickEvent(l),n.querySelector(`[data-filter-button][data-category=\"${e}\"]`).classList.toggle(\"hide\")};function n(e){const t=e[0],a=e[1],o=e[2],n=e[3],i=e[4],c=e[5];let r=\"\";\"\"!=e[6]&&(r='\");let d=\"\";for(let e=0;e
\";return'
'+o+'

'+n+'

'}var i=dataLayer,c=\"\";if(i.forEach((function(e){\"dynamic_event\"==e.event&&(e.birthDate,e.accountCreationDate,c=e.registered_vehicle)})),0==c){console.log(\"Vince : 0 véhicule\");o([n([[\"https://dgaddcosprod.blob.core.windows.net/b2c-experience-production/attachments/clw7u8yxh037t01mlkinm77v2-welcome-offer.jpg\",[[\"Offre\",\"Mobilité\"]][0],\"Gagnez 1000 points avec notre offre de bienvenue !*\",\"Renseignez votre premier véhicule pour cumuler vos premiers points et profitez de nombreux avantages.
* Avec code postal, centre d’intérêt et 1er véhicule. Bonus de 300 points si véhicule électrique
\",\"Ajoutez votre véhicule\",\"/profil/garage?openPanel=vehicle-form\",\"\"]][0])])}else if(1==c){console.log(\"Vince : 1 véhicule\");o([n([[\"https://dgaddcosprod.blob.core.windows.net/b2c-experience-production/attachments/cm4tl7j6h00xu01pdvavj9uk7-card-300-pts-600x320.jpg\",[[\"Offre\",\"Mobilité\"]][0],\"Gagnez 300 points en ajoutant votre second véhicule*\",\"Une seconde voiture ou une moto sont dans votre garage ? Renseignez la afin de cumuler plus de points.
* Bonus de 300 points si véhicule électrique
\",\"Ajoutez votre véhicule\",\"/profil/garage?openPanel=vehicle-form\",\"\"]][0])])}else if(2==c){console.log(\"Vince : 2 véhicules\");o([n([[\"https://dgaddcosprod.blob.core.windows.net/b2c-experience-production/attachments/cm4tl7j6h00xu01pdvavj9uk7-card-300-pts-600x320.jpg\",[[\"Offre\",\"Mobilité\"]][0],\"Gagnez 300 points en ajoutant votre troisième véhicule*\",\"Une troisième voiture ou une moto sont dans votre garage ? Renseignez la afin de cumuler plus de points.
* Bonus de 300 points si véhicule électrique
\",\"Ajoutez votre véhicule\",\"/profil/garage?openPanel=vehicle-form\",\"\"]][0])])}else if(3==c){console.log(\"Vince : 3 véhicules\");o([n([[\"https://dgaddcosprod.blob.core.windows.net/b2c-experience-production/attachments/cm4tl7j6h00xu01pdvavj9uk7-card-300-pts-600x320.jpg\",[[\"Offre\",\"Mobilité\"]][0],\"Gagnez 300 points en ajoutant votre quatrième véhicule*\",\"Une quatrième voiture ou une moto sont dans votre garage ? Renseignez la afin de cumuler plus de points.
* Bonus de 300 points si véhicule électrique
\",\"Ajoutez votre véhicule\",\"/profil/garage?openPanel=vehicle-form\",\"\"]][0])])}else if(4==c){console.log(\"Vince : 4 véhicules\");o([n([[\"https://dgaddcosprod.blob.core.windows.net/b2c-experience-production/attachments/cm4tl7j6h00xu01pdvavj9uk7-card-300-pts-600x320.jpg\",[[\"Offre\",\"Mobilité\"]][0],\"Gagnez 300 points en ajoutant votre cinquième véhicule*\",\"Une cinquième voiture ou une moto sont dans votre garage ? Renseignez la afin de cumuler plus de points.
* Bonus de 300 points si véhicule électrique
\",\"Ajoutez votre véhicule\",\"/profil/garage?openPanel=vehicle-form\",\"\"]][0])])}for(var r=Kameleoon.API.Utils.querySelectorAll('[data-open-personalized-card=\"true\"]'),d=0;dAND BEYOND \",mainVideoLink:\"https://dgaddcosprod.blob.core.windows.net/b2c-experience-production/attachments/clwhsxbti04en01oqsnobsqzr-innovation-video1-usa.mp4\",description1:'
Innovation
\\n
has always been part
\\n
of Michelin\\'s DNA.
',description2:'
From space-worthy tires
\\n
to inflatable wingsails,
\\n
Michelin innovates
\\n
to move the world foreward
\\n
on the road
\\n
and far beyond
',description3:[\"This belief in progress drives Michelin
to push the boundaries of what’s possible\",\"through pioneering innovations\",\"that shape the world of tomorrow.\"],description4:\"Michelin innovates every day for a better tomorrow.\",titleH2White:\"ON THE \",titleH2Blue:\"ROAD\",block1H3:\"LONGEVITY\",block1Desc:[\"Discover MaxTouch, a technology that ensures that \",\"tire contact forces are evenly distributed to maximize \",\"tire life from the first to the last mile.\"],block1YoutubeID:\"ZWJQ0RQopak\",block1CTA:\"Watch the video\",block2H3:\"SILENCE\",block2Desc:[\"Discover Michelin Acoustic, a tire technology that \",\" significantly reduces noise inside the cabin for \",\" greater comfort.(1)\"],block2YoutubeID:\"u6ECigDza7Q\",block2CTA:\"Watch the video\",block3H3:\"AGRICULTURAL LANDS PROTECTION \",block3Desc:[\"Discover Michelin CTIS (Central Tire Inflation System), \",\" a technology that helps protect agricultural lands.(2)\",\"\"],block3YoutubeID:\"AW5EQvvHyDA\",block3CTA:\"Watch the video\",quoteFloflo:\"Our innovative power and expertise have deeply changed the history of mobility. Today, they enable us to meet challenges in new, life-changing fields of activity.\",titleFloflo:\"President of the Michelin Group\",titleTireH2White:\"BEYOND \",titleTireH2Blue:\"TIRES\",card1Title:\"SPACE EXPLORATION \",card1Desc:[\"Discover airless tire technology \",\"designed for exploring new frontiers.(3)\",\"\"],card1YoutubeID:\"rRonxXIUXUg\",card1CTA1:\"Watch the video\",card1CTA2:\"En savoir plus\",card1CTA2Link:\"https://www.michelin.fr/auto/pourquoi-michelin/innovations-technologiques/technologie-acoustic\",card2Title:\"MARITIME TRAVEL\",card2Desc:[\"Discover WISAMO, an inflatable sail aimed at reducing \",\" CO2 emissions, emitted by maritime travel.(4)\",\"\"],card2YoutubeID:\"nW8_tyApHZs\",card2CTA1:\"Watch the video\",card2CTA2:\"En savoir plus\",card2CTA2Link:\"https://www.michelin.fr/performances-faites-pour-durer\",card3Title:\"MEDICAL\",card3Desc:[\"Discover the prosthetic belt designed \",\"to improve flexibility of movement.(5)\",\"\",\" \"],card3YoutubeID:\"qEjYIZKgC54\",card3CTA1:\"Watch the video\",card3CTA2:\"En savoir plus\",card3CTA2Link:\"https://pro.michelin.fr/agriculture/services-agriculture/systeme-telegonflage-tracteur-ctis\",fidelityTitleWhite:\"SUBSCRIBE TO OUR NEWSLETTER\",fidelityDesc1:\"For the latest special offers, product launches and road safety tips!\",fidelityDesc2:\"\",fidelityCTA:\"Click to sign up\",fidelityLink:\"https://www.michelinman.com/auto/newsletter\",legalTitle:\"Legal Notice \",legal1:'(1) MICHELIN Acoustic technology reduces perceived noise in the cabin by approximately 20% (measurement of interior noise, conducted in 2020 on a KIA Cadenza vehicle equipped with 245/45 R19 tires. Noise level measured on the \"170-230Hz\" frequency). Results may vary depending on the vehicle, tire range and size, speed, and road conditions.',legal2:'(2) Based on calculations and field study conducted in real conditions in 2020 in France on a tractor and trailer equipped with MICHELIN tires. More information at https://business.michelinman.com/service/ctis-agricultural-tire-inflator',legal3:\"(3) Wheel prototype potentially for use in moon rovers, as part of NASA's ARTEMIS project. Michelin is part of the Moon Racer team, led by Intuitive Machines, which also includes AVL, Boeing, and Northrop Grumman Corporation.\",legal4:'(4) Wisamo is a sail propulsion system designed to reduce the carbon footprint of maritime transport; currently in testing phase with two prototypes in real maritime conditions. More information at https://wisamo.michelin.com/maritime-transport',legal5:'(5) Belt prototype. More information at https://www.ottobock.com/en-ex/product/1A1-2',legal6:\"Copyright © 2024 Michelin North America, Inc. All rights reserved. The Michelin Man is a registered trademark owned by Michelin\",legal7:\"\"};let l='

{{mainTitleH1}}

{{mainTitleH2}}

\"\"ondragstart=event.preventDefault()

{{description1}}

\"\"ondragstart=event.preventDefault()

{{description2}}

{{description1}}

{{description2}}

{{description3}} {{description4}}

{{titleH2White}}  {{titleH2Blue}}

{{block1H3}}

{{block1Desc}}

{{block2H3}}

{{block2Desc}}

{{block3H3}}

{{block3Desc}}

 {{titleTireH2White}} {{titleTireH2Blue}}

\"\"

{{card1Title}}

{{card1Desc}}

\"\"

{{card2Title}}

{{card2Desc}}

\"\"

{{card3Title}}

{{card3Desc}}

\"Florent

“{{quoteFloflo}}”

Florent Menegaux

{{titleFloflo}}

\"\"

{{fidelityTitleWhite}}

{{fidelityDesc1}} {{fidelityDesc2}}

Legal Notes

  • {{legal1}}
  • {{legal2}}
  • {{legal3}}
  • {{legal4}}
  • {{legal5}}
  • {{legal6}}
';const i=/({{(.+?)}})+/g;for(let t=i.exec(l);null!==t;t=i.exec(l)){const[,i,o]=t,w=Array.isArray(e[o.trim()])?e[o.trim()].reduce(((t,e)=>t+`${e}`),\"\"):e[o.trim()];l=l.replace(i,w)}t[0].insertAdjacentHTML(\"afterend\",l),Kameleoon.API.Core.runWhenElementPresent(\"#lastLink\",(function(){let t,e;(async t=>{const e=[];t.forEach((t=>{e.push(new Promise(((e,l)=>{const i=document.createElement(\"script\");i.src=t,i.onload=e,i.onerror=l,document.head.appendChild(i)})))})),Promise.all(e).then((()=>{window.lp_innovation_ready()})).catch((t=>{console.error(\"Error while including JavaScript files:\",t)}))})([\"https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/gsap.min.js\",\"https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/ScrollTrigger.min.js\",\"https://cdn.jsdelivr.net/npm/swiper@11/swiper-element-bundle.min.js\",\"https://cdn.jsdelivr.net/npm/dragon-lightbox@1.4.1/dist/dragon-lightbox.min.js\"]);const l=(t,e)=>{let l=0,i=setInterval((()=>{if(l>=5e3)return clearInterval(i),t.style.width=\"100%\",e(t);l+=10,t.style.width=100*l/5e3+\"%\"}),10);return i};window.scroll_slide=(i,o)=>{const w=i.closest(\"a[aria-current]\")??i.closest(\"[slider]\").querySelector(`a[href=\"#${i.id}\"]`),s=document.querySelector(w.hash);if(e!==s){clearInterval(t),e=s,document.querySelectorAll('a[aria-current=\"true\"] > span').forEach((t=>t.style.width=\"0%\"));for(const e of w.parentElement.children)e.ariaCurrent=e===w?\"true\":\"false\",e===w?t=l(e.querySelector(\"span\"),(t=>{const e=t.closest(\"a[aria-current]\"),l=e.nextElementSibling??e.parentElement.children[0];!e.nextElementSibling&&\"function\"==typeof o&&o(),window.scroll_slide(l,o)})):e.querySelector(\"span\").style.width=\"0%\";s.parentElement.scrollLeft=s.offsetLeft}},window.scroll_slide_callback=()=>{const t=document.querySelector(\"swiper-container\");t.swiper.slideNext()||t.swiper.slideTo(0)};const i=(t,e=.75)=>{const l=t.getBoundingClientRect(),i=window.innerWidth||document.documentElement.clientWidth,o=window.innerHeight||document.documentElement.clientHeight;return(Math.min(l.right,i)-Math.max(l.left,0))*(Math.min(l.bottom,o)-Math.max(l.top,0))>=e*(l.width*l.height)},o=()=>{const t=document.querySelector(\"#michelin-swiper-container\");if(!t.classList.contains(\"done\")&&i(t)){const e=t.querySelector('a[aria-current=\"true\"]');window.scroll_slide(e,window.scroll_slide_callback),t.classList.add(\"done\")}},w=()=>{const t=document.querySelector(\"swiper-container\"),e=t.shadowRoot.querySelector(\".swiper-wrapper\");window.innerWidth<768?t.swiper.enabled&&(t.swiper.disable(),setTimeout((()=>{e.style.transform=\"none\"}),100),e.style.display=\"grid\",e.style.gap=\"20px\"):(t.swiper.enable(),e.style.display=\"\",e.style.gap=\"\")};window.lp_innovation_ready=()=>{const t=()=>{document.querySelectorAll(\".image-parallaxed-text\").forEach((t=>{let e=t.offsetLeft,l=-t.offsetTop,i=t.closest(\".container\").offsetWidth,o=t.closest(\".container\").offsetHeight;t.querySelector(\"h3\").style.left=`-${e}px`,t.querySelector(\"h3\").style.top=`calc(25vh + ${l}px)`,t.querySelector(\"h3\").style.width=`${i}px`,t.querySelector(\"h3\").style.height=`${o}px`}))};t(),window.addEventListener(\"scroll\",o),window.addEventListener(\"scroll\",t),window.addEventListener(\"resize\",t);document.querySelector(\"swiper-container\").addEventListener(\"swiperslidechangetransitionend\",(t=>{setTimeout((()=>{document.querySelectorAll(\"[slider]\").forEach((t=>{if(i(t)){const e=t.querySelector(\"a[aria-current]\");console.log(\"OK\"),window.scroll_slide(e,window.scroll_slide_callback)}}))}),500)})),gsap.registerPlugin(ScrollTrigger),gsap.to(\"#intro-text\",{transform:()=>window.innerWidth>=768?\"translateY(13vw)\":\"translateY(40vw)\",ease:\"none\",scrollTrigger:{trigger:\"#intro-text\",start:\"top top\",end:\"center top\",scrub:!0}}),gsap.to(\"#title\",{fontSize:()=>window.innerWidth>=768?\"1vw\":\"4vw\",ease:\"none\",scrollTrigger:{trigger:\"#intro-text\",start:\"top top\",end:\"center top\",scrub:!0}}),gsap.to(\"#subtitle\",{fontSize:()=>window.innerWidth>=768?\"6.25vw\":\"9vw\",ease:\"none\",scrollTrigger:{trigger:\"#intro-text\",start:\"top top\",end:\"center top\",scrub:!0}},\"+=1\");gsap.timeline({scrollTrigger:{trigger:\"#video-container\",start:\"top top\",end:\"center top\",scrub:!0,pin:!0}}).to(\"#intro-video\",{width:\"90%\",height:\"90%\",ease:\"none\"}),ScrollTrigger.create({trigger:\"#block-text-parallax\",start:\"top top\",end:\"+=3200\",pin:!0}),gsap.set(\"#main-text-1>div, #main-text-2>div\",{position:\"relative\",opacity:0,top:\"10vw\"});gsap.matchMedia().add({isMobile:\"(max-width: 500px)\",isDesktop:\"(min-width: 501px)\"},(t=>{const e=gsap.timeline({scrollTrigger:{trigger:\"#block-text-parallax\",start:\"top top\",end:\"bottom+=3000\",scrub:!0}});e.to(\"#main-text-1>div\",{top:0,opacity:1,stagger:.05}),e.to(\"#image-parallaxed-text-1\",{top:(t,e)=>-e.offsetHeight,ease:\"none\",duration:1.5}),e.to(\"#main-text-1\",{display:\"none\"},\"-=1\"),e.to(\"#main-text-2>div\",{top:0,opacity:1,stagger:.05},\"<+0.9\"),e.to(\"#image-parallaxed-text-2\",{top:(t,e)=>-e.offsetHeight,ease:\"none\",duration:1.5}),e.to(\"#main-text-2\",{display:\"none\"},t.conditions.isMobile?\"-=1.135\":\"-=1.1\")})),w(),window.addEventListener(\"resize\",w),Kameleoon.API.Core.runWhenElementPresent(\".dgad-static-page__body\",(function(t){document.getElementsByClassName(\"dgad-static-page__body\")[0].style.display=\"none\";const e=window.location.href.split(\"?\"),l=e[1];console.log(\"Vince : QueryString : \"+e[1]);var i=new URLSearchParams(l).get(\"anchor\");if(console.log(\"Vince : Anchor : \"+i),null!=i){setTimeout;var o=document.getElementById(i);console.log(\"Vince : elementToScrollTo : \"+o),setTimeout((()=>{console.log(\"Vince : Delayed for 1 second.\"),o.scrollIntoView({behavior:\"smooth\",block:\"start\",inline:\"nearest\"})}),\"2000\")}}))}}))}));","afterDOMReady":false}},{"name":"Variation 1","id":971131,"css":"","elementSets":[],"javaScriptCode":{"code":"const productPageTemplate=\"https://www.michelin.ro/auto/tyres/\",campaignIDs=[\"trustawards-4w\",\"trustrating-4w\",\"trustev-4w\"],myTable=window.location.href.split(\"?\"),myQueryString=myTable[1],searchParams=new URLSearchParams(myQueryString);for(var mySettings=searchParams.get(\"utm_term\"),i=0;i*\",\"\",\"Găsește-ți anvelopa și descoperă tehnologiile din spatele ei\"],[\"81% dintre utilizatorii MICHELIN consideră că \",\"anvelope MICHELIN sunt de înaltă calitate *\",\"Găsește-ți anvelopa și descoperă tehnologiile din spatele ei\"],[\"Toate anvelopele
MICHELIN sunt potrivite pentru EV*\",\"\",\"Găsește-ți anvelopa și descoperă tehnologiile din spatele ei\"]];Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search\",(function(e){if(\"Phone\"===Kameleoon.API.CurrentVisit.device.type){var i='
\"m

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",i)}else{var n='
\"testbanner\"

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",n)}})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-list__header-inner\",(function(e){e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent('[data-macro=\"b2c-tyre-list-pagination\"]',(function(e){e[0].remove(),document.querySelector(\".b2c-tyre-list__header\").style.padding=\"0\"}));var tyreLists=[[\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-primacy-4-plus\"],[\"michelin-agilis-alpin\",\"michelin-agilis-crossclimate\",\"michelin-alpin-6\",\"michelin-alpin-7\",\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-crossclimate-camping\",\"michelin-e-primacy\",\"michelin-pilot-alpin-5\",\"michelin-pilot-alpin-5-suv\",\"michelin-pilot-sport-4\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-primacy-4\",\"michelin-primacy-4-plus\"],[\"michelin-alpin-6\",\"michelin-alpin-7\",\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-e-primacy\",\"michelin-pilot-alpin-5\",\"michelin-pilot-alpin-5-suv\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-pilot-sport-ev\",\"michelin-primacy-4-plus\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)],productCards=Kameleoon.API.Utils.querySelectorAll(\".b2c-tyre-list-results-card\");productCards.forEach((function(e){var i=e.querySelector('[title=\"Vezi detalii\"]').href.replace(productPageTemplate,\"\");selectedProducts.includes(i)||e.remove()}));var legalMentions=[[\"Fotografie necontractuală,
* Studiu intern realizat de Michelin în decembrie 2023. Anvelopele Michelin pentru autoturisme au adunat 34 de clasări pe podium și 12 victorii în 43 de teste.\"],[\"Fotografie necontractuală,
* Conform scorului mediu ponderat din studiul Brand & Communication Monitoring realizat de Kantar realizat pe consumatorii din 10 țări (Franța, Italia, Spania, Germania, Marea Britanie, SUA, China, Polonia, Turcia, Thailanda) în 2022, la cererea Michelin.\"],[\"Fotografie necontractuală
*Vehicule electrice\"]];Kameleoon.API.Core.runWhenElementPresent(\".b2c-breadcrumb\",(function(e){var i='
MENȚIUNI JURIDICE
 
'+legalMentions[campaignIDs.indexOf(myCampaignID)]+\"
\";e[0].insertAdjacentHTML(\"beforebegin\",i)}));","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":971992,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenConditionTrue((()=>window.dataLayer?.some((e=>e.accountCreationDate))),(()=>{const e=\"kameleoon\",t=e=>{if(\"string\"!=typeof e)return e;const t=document.createElement(\"div\");return t.innerHTML=e.trim(),t.firstChild},a=(e,t)=>{if(!t)return;const a=e.children;for(let o=0;o{const n=document.querySelector(\".crm-content-card-filter-widget\"),c=n.querySelector('[data-categorycontent][data-category=\"all\"]'),r=c.children,d=[];for(const e of o)d.push(t(e));a(r[1],d.length%2),a(r[2],d.length%3),((e,t)=>{const a=e[0],o=e[1].children,n=e[2].children,c=t.reverse();for(const[e,t]of c.entries()){const r=c.length-1-e;a.prepend(t.cloneNode(!0)),r%2==0?o[0].prepend(t.cloneNode(!0)):o[1].prepend(t.cloneNode(!0)),r%3==0?n[0].prepend(t.cloneNode(!0)):r%3==1?n[1].prepend(t.cloneNode(!0)):n[2].prepend(t.cloneNode(!0))}})(r,d);const i=c.cloneNode(!0);i.dataset.category=e,i.classList.add(\"hide\");const s=i.querySelectorAll(`[data-card]:not([data-category=\"${e}\"])`);for(const e of s)e.remove();n.appendChild(i);const l=n.querySelectorAll(`[data-card][data-category=\"${e}\"]`);window.addCardsClickEvent(l),n.querySelector(`[data-filter-button][data-category=\"${e}\"]`).classList.toggle(\"hide\")};function n(e){const t=e[0],a=e[1],o=e[2],n=e[3],c=e[4],r=e[5];let d=\"\";\"\"!=e[6]&&(d='\"),console.log(\"KAM : Categories = \"+a+\"(\"+a.length+\")\");let i=\"\";for(let e=0;e
\";return'
'+o+'

'+n+'

'}var c=dataLayer,r=\"\",d=\"\";if(c.forEach((function(e){\"dynamic_event\"==e.event?(r=e.birth_date,d=e.accountCreationDate,e.registered_vehicle,console.log(\"KAM : event matching : \"+e.event)):console.log(\"KAM : event not matching : \"+e.event)})),console.log(\"KAM : myaccountCreationDate 1 = \"+d),console.log(\"KAM : myaccountCreationDate 2 = \"+d),console.log(\"Vince : mybirthDate : \"+r+\"(\"+Date.parse(r)+\")\"),\"\"==r||void 0===r){console.log(\"Vince : no birth date\");o([n([[\"https://dgaddcosprod.blob.core.windows.net/b2c-experience-production/attachments/clwhmflue06va01o4xfeu6b4k-ffcp-birthday.jpg\",[[\"Offre\"]][0],\"Gagnez 500 points en renseignant votre anniversaire\",\"N'hésitez pas à compléter votre profil : vous cumulez 500 points en renseignant votre date de naissance.\",\"Renseignez votre date de naissance\",\"https://promo.michelin.fr/profil/information?openPanel=w41692869691560079\",\"\"]][0])])}else{const e=Date.parse(r),t=(new Date).getFullYear(),a=new Date(e),c=t+\"-\"+(a.getMonth()+1)+\"-\"+a.getDate(),d=Date.parse(c),i=new Date(d);i.setDate(i.getDate()+30);const s=i.getTime();if(console.log(\"Vince : From \"+d+\" to \"+s+\"(\"+Date.now()+\")\"),Date.now()>=d&&Date.now()<=s){console.log(\"Vince : no birth date\");o([n([[\"https://dgaddcosprod.blob.core.windows.net/b2c-experience-production/attachments/clwhmflue06va01o4xfeu6b4k-ffcp-birthday.jpg\",[[\"Offre\"]][0],\"Nous vous souhaitons un joyeux anniversaire !\",\"A vos côtés dans les bons moments, nous sommes heureux de vous offrir 200 points !\",\"Consultez vos points\",\"https://promo.michelin.fr/profil/fidelite?openPanel=loyalty-see-more\",\"\"]][0])])}}})),Kameleoon.API.Events.trigger(\"BirthdayOfferOK\");","afterDOMReady":false}},{"name":"Variation 1","id":972400,"css":"@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap);/*! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:\"\"}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}@font-face{font-display:swap;font-family:Michelin;font-style:normal;font-weight:300;src:url(../fonts/Michelin-Light.otf) format(\"opentype\")}@font-face{font-display:swap;font-family:Michelin;font-style:normal;font-weight:400;src:url(../fonts/Michelin-Regular.otf) format(\"opentype\")}@font-face{font-display:swap;font-family:Michelin;font-style:normal;font-weight:600;src:url(../fonts/Michelin-SemiBold.otf) format(\"opentype\")}@font-face{font-display:swap;font-family:Michelin;font-style:normal;font-weight:700;src:url(../fonts/Michelin-Bold.otf) format(\"opentype\")}@font-face{font-display:swap;font-family:Michelin;font-style:normal;font-weight:900;src:url(../fonts/Michelin-Black.otf) format(\"opentype\")}html{font-family:Noto Sans,Helvetica,\"ui-sans-serif\",\"system-ui\",\"sans-serif\",Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.tw-container{width:100%}@media (min-width:640px){.tw-container{max-width:640px}}@media (min-width:768px){.tw-container{max-width:768px}}@media (min-width:1024px){.tw-container{max-width:1024px}}@media (min-width:1280px){.tw-container{max-width:1280px}}@media (min-width:1536px){.tw-container{max-width:1536px}}.tw-text-border-michelin{text-shadow:2px 0 #27509b,-2px 0 #27509b,0 2px #27509b,0 -2px #27509b,2px 2px #27509b,-2px -2px #27509b,2px -2px #27509b,-2px 2px #27509b}.tw-absolute{position:absolute}.tw-relative{position:relative}.tw-inset-0,.tw-inset-\\[0px\\]{inset:0}.tw-bottom-0{bottom:0}.tw-bottom-14{bottom:56px}.tw-bottom-20{bottom:80px}.tw-left-0{left:0}.tw-left-20{left:80px}.tw-left-\\[5vw\\]{left:5vw}.tw-left-\\[6vw\\]{left:6vw}.tw-right-0{right:0}.tw-right-\\[5vw\\]{right:5vw}.tw-top-0{top:0}.tw-top-\\[100vw\\]{top:100vw}.tw-top-\\[25vh\\]{top:25vh}.tw-top-\\[5vw\\]{top:5vw}.tw-top-full{top:100%}.tw-z-\\[1\\]{z-index:1}.tw-z-\\[2\\]{z-index:2}.tw-z-\\[3\\]{z-index:3}.tw-z-\\[4\\]{z-index:4}.tw-m-auto{margin:auto}.tw-mx-6{margin-left:24px;margin-right:24px}.tw-mx-auto{margin-left:auto;margin-right:auto}.tw-my-20{margin-bottom:80px;margin-top:80px}.tw-my-\\[3vw\\]{margin-bottom:3vw;margin-top:3vw}.tw-mb-8{margin-bottom:32px}.tw-mr-10{margin-right:40px}.tw-mt-10{margin-top:40px}.tw-mt-14{margin-top:56px}.tw-mt-20{margin-top:80px}.tw-mt-3{margin-top:12px}.tw-mt-4{margin-top:16px}.tw-mt-40{margin-top:160px}.tw-mt-56{margin-top:224px}.tw-mt-8{margin-top:32px}.tw-mt-auto{margin-top:auto}.tw-block{display:block}.tw-inline-block{display:inline-block}.tw-inline{display:inline}.tw-flex{display:flex}.tw-grid{display:grid}.tw-hidden{display:none}.tw-h-0{height:0}.tw-h-1{height:4px}.tw-h-1\\.5{height:6px}.tw-h-\\[180vw\\]{height:180vw}.tw-h-\\[60vw\\]{height:60vw}.tw-h-\\[80vw\\]{height:80vw}.tw-h-full{height:100%}.tw-h-screen{height:100vh}.tw-w-1\\/4{width:25%}.tw-w-4\\/5{width:80%}.tw-w-\\[55vw\\]{width:55vw}.tw-w-\\[88vw\\]{width:88vw}.tw-w-\\[90vw\\]{width:90vw}.tw-w-full{width:100%}.tw-w-screen{width:100vw}.tw-min-w-0{min-width:0}.\\!tw-max-w-full{max-width:100%!important}.tw-max-w-96{max-width:384px}.tw-max-w-\\[1000px\\]{max-width:1000px}.tw-max-w-\\[500px\\]{max-width:500px}.tw-flex-1{flex:1 1 0%}.tw-flex-shrink-0,.tw-shrink-0{flex-shrink:0}.tw-basis-1\\/4{flex-basis:25%}.tw-transform-none{transform:none}.tw-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.tw-snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness)}.tw-snap-mandatory{--tw-scroll-snap-strictness:mandatory}.tw-snap-center{scroll-snap-align:center}.tw-snap-always{scroll-snap-stop:always}.tw-list-none{list-style-type:none}.tw-flex-col{flex-direction:column}.tw-items-center{align-items:center}.tw-justify-center{justify-content:center}.tw-gap-2{gap:8px}.tw-gap-20{gap:80px}.tw-gap-4{gap:16px}.tw-gap-6{gap:24px}.tw-overflow-hidden{overflow:hidden}.tw-overflow-x-hidden{overflow-x:hidden}.tw-scroll-smooth{scroll-behavior:smooth}.tw-rounded{border-radius:4px}.tw-rounded-2xl{border-radius:16px}.tw-rounded-full{border-radius:9999px}.tw-rounded-lg{border-radius:8px}.tw-rounded-xl{border-radius:12px}.tw-border{border-width:1px}.tw-border-\\[\\#FCE500\\]{--tw-border-opacity:1;border-color:rgb(252 229 0/var(--tw-border-opacity))}.tw-bg-\\[\\#FCE500\\]{--tw-bg-opacity:1;background-color:rgb(252 229 0/var(--tw-bg-opacity))}.tw-bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.tw-bg-black\\/20{background-color:#0003}.tw-bg-transparent{background-color:initial}.tw-bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.tw-bg-white\\/30{background-color:#ffffff4d}.tw-bg-\\[url\\(\\'https\\:\\/\\/dgaddcosprod\\.blob\\.core\\.windows\\.net\\/b2c-experience-production\\/attachments\\/clvmj8czm08em01j37tadtcem-innovation-background\\.svg\\'\\)\\]{background-image:url(https://dgaddcosprod.blob.core.windows.net/b2c-experience-production/attachments/clvmj8czm08em01j37tadtcem-innovation-background.svg)}.tw-bg-\\[url\\(\\\\\\'https\\:\\/\\/dgaddcosprod\\.blob\\.core\\.windows\\.net\\/b2c-experience-production\\/attachments\\/clvmj8czm08em01j37tadtcem-innovation-background\\.svg\\\\\\'\\)\\]{background-image:url(\\'https:/dgaddcosprod.blob.core.windows.net/b2c-experience-production/attachments/clvmj8czm08em01j37tadtcem-innovation-background.svg\\')}.tw-bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.tw-from-black\\/85{--tw-gradient-from:#000000d9 var(--tw-gradient-from-position);--tw-gradient-to:#0000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.tw-via-transparent{--tw-gradient-to:#0000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#0000 var(--tw-gradient-via-position),var(--tw-gradient-to)}.tw-to-transparent{--tw-gradient-to:#0000 var(--tw-gradient-to-position)}.tw-bg-cover{background-size:cover}.tw-bg-top{background-position:top}.tw-object-cover{-o-object-fit:cover;object-fit:cover}.tw-object-\\[-40px_center\\]{-o-object-position:-40px center;object-position:-40px center}.tw-object-center{-o-object-position:center;object-position:center}.tw-object-left{-o-object-position:left;object-position:left}.tw-object-right-top{-o-object-position:right top;object-position:right top}.tw-object-top{-o-object-position:top;object-position:top}.tw-p-4{padding:16px}.tw-p-6{padding:24px}.tw-px-10{padding-left:40px;padding-right:40px}.tw-px-4{padding-left:16px;padding-right:16px}.tw-px-6{padding-left:24px;padding-right:24px}.tw-px-\\[4vw\\]{padding-left:4vw;padding-right:4vw}.tw-py-2{padding-bottom:8px;padding-top:8px}.tw-pb-0{padding-bottom:0}.tw-pb-12{padding-bottom:48px}.tw-pb-6{padding-bottom:24px}.tw-pl-\\[0vw\\]{padding-left:0}.tw-pl-\\[11vw\\]{padding-left:11vw}.tw-pl-\\[15vw\\]{padding-left:15vw}.tw-pl-\\[2vw\\]{padding-left:2vw}.tw-pl-\\[5vw\\]{padding-left:5vw}.tw-pr-\\[10vw\\]{padding-right:10vw}.tw-pr-\\[7\\.5vw\\]{padding-right:7.5vw}.tw-pt-0{padding-top:0}.tw-pt-10{padding-top:40px}.tw-pt-\\[130\\%\\]{padding-top:130%}.tw-pt-\\[140\\%\\]{padding-top:140%}.tw-pt-\\[180\\%\\]{padding-top:180%}.tw-text-center{text-align:center}.tw-font-michelin{font-family:Michelin,Helvetica,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.tw-font-noto-sans{font-family:Noto Sans,Helvetica,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.tw-text-2xl{font-size:24px;line-height:32px}.tw-text-4xl{font-size:36px;line-height:40px}.tw-text-\\[15px\\]{font-size:15px}.tw-text-\\[5vw\\]{font-size:5vw}.tw-text-\\[7vw\\]{font-size:7vw}.tw-text-base{font-size:16px;line-height:24px}.tw-text-lg{font-size:18px;line-height:28px}.tw-text-sm{font-size:14px;line-height:20px}.tw-text-xl{font-size:20px;line-height:28px}.tw-font-bold{font-weight:700}.tw-uppercase{text-transform:uppercase}.tw-leading-\\[1\\.05\\]{line-height:1.05}.tw-leading-none{line-height:1}.tw-leading-normal{line-height:1.5}.tw-leading-tight{line-height:1.25}.tw-text-\\[\\#000C34\\]{--tw-text-opacity:1;color:rgb(0 12 52/var(--tw-text-opacity))}.tw-text-\\[\\#00205B\\]{--tw-text-opacity:1;color:rgb(0 32 91/var(--tw-text-opacity))}.tw-text-michelin-blue{--tw-text-opacity:1;color:rgb(39 80 155/var(--tw-text-opacity))}.tw-text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.tw-shadow-xl{--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-drop-shadow-sm{--tw-drop-shadow:drop-shadow(0 1px 1px #0000000d);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.after\\:tw-absolute:after{content:var(--tw-content);position:absolute}.after\\:-tw-top-2:after{content:var(--tw-content);top:-8px}.after\\:tw-left-0:after{content:var(--tw-content);left:0}.after\\:tw-z-\\[1\\]:after{content:var(--tw-content);z-index:1}.after\\:tw-h-4:after{content:var(--tw-content);height:16px}.after\\:tw-w-1\\/2:after{content:var(--tw-content);width:50%}.after\\:tw-bg-\\[\\#FCE500\\]:after{--tw-bg-opacity:1;background-color:rgb(252 229 0/var(--tw-bg-opacity));content:var(--tw-content)}.after\\:tw-content-\\[\\'\\'\\]:after{--tw-content:\"\";content:var(--tw-content)}.after\\:tw-content-\\[\\\\\\'\\\\\\'\\]:after{--tw-content:\\'\\';content:var(--tw-content)}.tw-group.image-parallaxed-text .group-\\[\\.image-parallaxed-text\\]\\:tw-opacity-0{opacity:0}@media (min-width:768px){.md\\:tw-absolute{position:absolute}.md\\:tw-left-0{left:0}.md\\:tw-left-1\\/2{left:50%}.md\\:tw-left-\\[11vw\\]{left:11vw}.md\\:tw-left-\\[15vw\\]{left:15vw}.md\\:tw-left-\\[7\\.5vw\\]{left:7.5vw}.md\\:tw-right-\\[15vw\\]{right:15vw}.md\\:tw-top-0{top:0}.md\\:tw-top-\\[25\\.65vw\\]{top:25.65vw}.md\\:tw-ml-14{margin-left:56px}.md\\:tw-ml-28{margin-left:112px}.md\\:tw-mt-16{margin-top:64px}.md\\:tw-mt-32{margin-top:128px}.md\\:tw-mt-40{margin-top:160px}.md\\:tw-mt-52{margin-top:208px}.md\\:tw-mt-6{margin-top:24px}.md\\:tw-block{display:block}.md\\:tw-inline-block{display:inline-block}.md\\:tw-flex{display:flex}.md\\:tw-h-\\[14\\.375vw\\]{height:14.375vw}.md\\:tw-h-\\[35vw\\]{height:35vw}.md\\:tw-h-\\[40vw\\]{height:40vw}.md\\:tw-h-auto{height:auto}.md\\:tw-w-2\\/3{width:66.666667%}.md\\:tw-w-2\\/5{width:40%}.md\\:tw-w-6{width:24px}.md\\:tw-w-\\[26vw\\]{width:26vw}.md\\:tw-w-\\[78\\.5vw\\]{width:78.5vw}.md\\:tw-w-\\[85vw\\]{width:85vw}.md\\:tw-w-full{width:100%}.md\\:tw-max-w-\\[520px\\]{max-width:520px}.md\\:tw-transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\\:tw-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\\:tw-flex-row{flex-direction:row}.md\\:tw-p-0{padding:0}.md\\:tw-px-0{padding-left:0;padding-right:0}.md\\:tw-px-1{padding-left:4px;padding-right:4px}.md\\:tw-py-0{padding-bottom:0;padding-top:0}.md\\:tw-pb-14{padding-bottom:56px}.md\\:tw-pr-\\[11\\.5vw\\]{padding-right:11.5vw}.md\\:tw-pr-\\[13vw\\]{padding-right:13vw}.md\\:tw-pr-\\[23vw\\]{padding-right:23vw}.md\\:tw-pr-\\[2vw\\]{padding-right:2vw}.md\\:tw-pr-\\[37vw\\]{padding-right:37vw}.md\\:tw-pr-\\[38vw\\]{padding-right:38vw}.md\\:tw-pt-\\[110\\%\\]{padding-top:110%}.md\\:tw-pt-\\[50\\%\\]{padding-top:50%}.md\\:tw-pt-\\[66\\.67\\%\\]{padding-top:66.67%}.md\\:tw-text-left{text-align:left}.md\\:tw-text-center{text-align:center}.md\\:tw-text-3xl{font-size:30px;line-height:36px}.md\\:tw-text-7xl{font-size:72px;line-height:1}.md\\:tw-text-\\[2\\.5vw\\]{font-size:2.5vw}.md\\:tw-text-\\[2\\.62vw\\]{font-size:2.62vw}.md\\:tw-text-\\[2\\.75vw\\]{font-size:2.75vw}.md\\:tw-text-\\[4\\.65vw\\]{font-size:4.65vw}.md\\:tw-text-xl{font-size:20px;line-height:28px}.md\\:tw-font-medium{font-weight:500}.md\\:tw-leading-snug{line-height:1.375}.md\\:tw-text-michelin-blue{--tw-text-opacity:1;color:rgb(39 80 155/var(--tw-text-opacity))}.md\\:tw-text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.md\\:after\\:tw-w-1\\/3:after{content:var(--tw-content);width:33.333333%}}@media (min-width:1024px){.lg\\:tw-block{display:block}}","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".b2c-appbar\",(async function(t){const e={mainTitleH1:\"MICHELIN PORTA L'INNOVAZIONE \",mainTitleH2:\"SU OGNI STRADA
E BEN OLTRE\",mainVideoLink:\"https://dgaddcosprod.blob.core.windows.net/b2c-experience-production/attachments/clwhi164c04wa01o4y1w03tsb-innovation-video1-italy.mp4\",description1:'
L\\'innovazione
\\n
è da sempre
\\n
nella natura di michelin.
',description2:'
grazie alla nostra esperienza,
\\n
innoviamo in molti settori,
\\n
ben oltre i pneumatici!
',description3:[\"Questa fiducia nel progresso ci porta a spingerci\",\" oltre i confini del possibile attraverso innovazioni\",\" pionieristiche che modellano il mondo di domani.\"],description4:\" Per noi di Michelin, l'Innovazione è di casa ogni giorno per offrire un domani migliore\",titleH2White:\"OLTRE I \",titleH2Blue:\"PNEUMATICI\",block1H3:\"ESPLORAZIONE SPAZIALE\",block1Desc:\"Scopri la nostra tecnologia per pneumatici senza aria progettata per esplorare nuove frontiere. (1)\",block1CTA:\"Guarda il video\",block1YoutubeID:\"gc19Srs1bCM\",block2H3:\"VIAGGI MARITTIMI\",block2Desc:\"Scopri WISAMO, una vela gonfiabile progettata per ridurre le emissioni di CO2 nel trasporto marittimo.(2)\",block2CTA:\"Guarda il video\",block2YoutubeID:\"0ze0En4BSuw\",block3H3:\"MEDICINA\",block3Desc:\"Scopri le nostre cinture per protesi progettate per una maggiore flessibilità dei movimenti. (3)\",block3CTA:\"Guarda il video\",block3YoutubeID:\"XnLShQ94E-A\",quoteFloflo:\"La nostra forza innovativa e la nostra competenza hanno cambiato profondamente la storia della mobilità. Oggi ci consentono di affrontare le sfide in nuovi campi di attività che cambiano la vita.\",titleFloflo:\"Presidente del Gruppo Michelin\",titleTireH2Blue:\"SULLA\",titleTireH2White:\"STRADA\",card1Title:\"SILENZIO \",card1Desc1:\"Scopri la tecnologia MICHELIN Acoustic\",card1Desc2:\" che riduce notevolmente il rumore\",card1Desc3:\" all'interno dell'abitacolo per un maggiore comfort.(4)\",card1Desc4:\" \",card1YoutubeID:\"eonG-C2e3ag\",card1CTA1:\"Guarda il video\",card1CTA2:\"Scopri di più\",card1CTA2Link:\"/auto/why-michelin/technological-innovations/acoustic-technology\",card2Title:\"DURATA\",card2Desc1:\"Scopri la tecnologia MaxTouch che\",card2Desc2:\" offre un'esperienza di guida sicura \",card2Desc3:\" dal primo all'ultimo chilometro.(5)\",card2Desc4:\"\",card2YoutubeID:\"Zhi9tJ4qjAI\",card2CTA1:\"Guarda il video\",card2CTA2:\"Scopri di più\",card2CTA2Link:\"/performance-fatte-per-durare\",card3Title:\"PROTEZIONE DEI TERRENI AGRICOLI\",card3Desc1:\"Scopri Michelin PTG, \",card3Desc2:\" una tecnologia che aiuta a proteggere\",card3Desc3:\" i terreni agricoli.(6)\",card3Desc4:\"\",card3YoutubeID:\"oiHXOeV85j8\",card3CTA1:\"Guarda il video\",card3CTA2:\"Scopri di più\",card3CTA2Link:\"https://professional.michelin.it/servizi/gonfiaggio-pneumatici-agricoli-ctis\",fidelityTitleWhite:\"ISCRIVITI AL PROGRAMMA MICHELIN PEOPLE IN MOTION\",fidelityDesc1:\"Promozioni esclusive, consigli ed eventi da non perdere!\",fidelityDesc2:\"\",fidelityLink:\"https://www.michelin.it/newsletter\",fidelityCTA:\"Partecipa\",legalTitle:\"Note Legali\",legal1:\"(1) Prototipo di ruota potenzialmente utilizzabile nei rover lunari, come parte del progetto ARTEMIS della NASA. Michelin fa parte del team Moon Racer, guidato da Intuitive Machines, che comprende anche AVL, Boeing e Northrop Grumman Corporation.\",legal2:'(2) Wisamo è un sistema di propulsione a vela progettato per ridurre l\\'impronta ambientale del trasporto marittimo, attualmente in fase di test con due prototipi in condizioni marittime reali. Maggiori informazioni su https://wisamo.michelin.com/maritime-transport ',legal3:'(3) Prototipo di cintura. Maggiori informazioni su aquí',legal4:'(4)La tecnologia MICHELIN Acoustic riduce efficacemente il rumore interno al veicolo causato dall\\'interazione del pneumatico con il manto stradale, con una conseguente riduzione di circa il 20%*. Una soluzione di schiuma di poliuretano progettata su misura attutisce la risonanza acustica consentendo ai conducenti e ai passeggeri di beneficiare pienamente dei dispositivi di comunicazione a mani libere, migliorando allo stesso tempo il comfort a bordo, sopratutto durante durante i lunghi viaggi. La tecnologia MICHELIN® Acoustic attutisce anche il rumore interno durante la guida in condizioni stradali mutevoli.
*misurazione del rumore interno, effettuata nel 2020 su un veicolo KIA Cadenza equipaggiato con pneumatici 245/45 R19. Livello di rumore misurato sulla frequenza \"170-230Hz\". I risultati possono variare a seconda del veicolo, della gamma e delle dimensioni dei pneumatici, della velocità e delle condizioni stradali.',legal5:'(5) Maggiori informazioni su https://www.michelin.it/performance-fatte-per-durare',legal6:'(6) Basato su calcoli e studi sul campo condotti in condizioni reali nel 2020 in Francia su un trattore e un rimorchio equipaggiati con pneumatici MICHELIN. Maggiori informazioni su aquí',legal7:\"\"};let i='

{{mainTitleH1}}

{{mainTitleH2}}

\"\"ondragstart=event.preventDefault()

{{description1}}

\"\"ondragstart=event.preventDefault()

{{description2}}

{{description1}}

{{description2}}

{{description3}} {{description4}}

{{titleH2White}} {{titleH2Blue}}

{{block1H3}}

{{block1Desc}}

{{block2H3}}

{{block2Desc}}

{{block3H3}}

{{block3Desc}}

démarche.
\"Florent

“{{quoteFloflo}}”

Florent Menegaux

{{titleFloflo}}

{{titleTireH2Blue}} {{titleTireH2White}}

\"\"

{{card1Title}}

{{card1Desc1}}{{card1Desc2}}{{card1Desc3}}{{card1Desc4}}

{{card1CTA2}}
\"\"

{{card2Title}}

{{card2Desc1}}{{card2Desc2}}{{card2Desc3}}{{card2Desc4}}

{{card2CTA2}}
\"\"

{{card3Title}}

{{card3Desc1}}{{card3Desc2}}{{card3Desc3}}

{{card3CTA2}}
\"\"

{{fidelityTitleWhite}}

{{fidelityDesc1}}{{fidelityDesc2}}

  • {{legal1}}
  • {{legal2}}
  • {{legal3}}
  • {{legal4}}
  • {{legal5}}
  • {{legal6}}
';const l=/({{(.+?)}})+/g;for(let t=l.exec(i);null!==t;t=l.exec(i)){const[,l,a]=t,o=Array.isArray(e[a.trim()])?e[a.trim()].reduce(((t,e)=>t+`${e}`),\"\"):e[a.trim()];i=i.replace(l,o)}t[0].insertAdjacentHTML(\"afterend\",i),Kameleoon.API.Core.runWhenElementPresent(\"#lastLink\",(function(){let t,e;(async t=>{const e=[];t.forEach((t=>{e.push(new Promise(((e,i)=>{const l=document.createElement(\"script\");l.src=t,l.onload=e,l.onerror=i,document.head.appendChild(l)})))})),Promise.all(e).then((()=>{window.lp_innovation_ready()})).catch((t=>{console.error(\"Error while including JavaScript files:\",t)}))})([\"https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/gsap.min.js\",\"https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/ScrollTrigger.min.js\",\"https://cdn.jsdelivr.net/npm/swiper@11/swiper-element-bundle.min.js\",\"https://cdn.jsdelivr.net/npm/dragon-lightbox@1.4.1/dist/dragon-lightbox.min.js\"]);const i=(t,e)=>{let i=0,l=setInterval((()=>{if(i>=5e3)return clearInterval(l),t.style.width=\"100%\",e(t);i+=10,t.style.width=100*i/5e3+\"%\"}),10);return l};window.scroll_slide=(l,a)=>{const o=l.closest(\"a[aria-current]\")??l.closest(\"[slider]\").querySelector(`a[href=\"#${l.id}\"]`),w=document.querySelector(o.hash);if(e!==w){clearInterval(t),e=w,document.querySelectorAll('a[aria-current=\"true\"] > span').forEach((t=>t.style.width=\"0%\"));for(const e of o.parentElement.children)e.ariaCurrent=e===o?\"true\":\"false\",e===o?t=i(e.querySelector(\"span\"),(t=>{const e=t.closest(\"a[aria-current]\"),i=e.nextElementSibling??e.parentElement.children[0];!e.nextElementSibling&&\"function\"==typeof a&&a(),window.scroll_slide(i,a)})):e.querySelector(\"span\").style.width=\"0%\";w.parentElement.scrollLeft=w.offsetLeft}},window.scroll_slide_callback=()=>{const t=document.querySelector(\"swiper-container\");t.swiper.slideNext()||t.swiper.slideTo(0)};const l=(t,e=.75)=>{const i=t.getBoundingClientRect(),l=window.innerWidth||document.documentElement.clientWidth,a=window.innerHeight||document.documentElement.clientHeight;return(Math.min(i.right,l)-Math.max(i.left,0))*(Math.min(i.bottom,a)-Math.max(i.top,0))>=e*(i.width*i.height)},a=()=>{const t=document.querySelector(\"#michelin-swiper-container\");if(!t.classList.contains(\"done\")&&l(t)){const e=t.querySelector('a[aria-current=\"true\"]');window.scroll_slide(e,window.scroll_slide_callback),t.classList.add(\"done\")}},o=()=>{const t=document.querySelector(\"swiper-container\"),e=t.shadowRoot.querySelector(\".swiper-wrapper\");window.innerWidth<768?t.swiper.enabled&&(t.swiper.disable(),setTimeout((()=>{e.style.transform=\"none\"}),100),e.style.display=\"grid\",e.style.gap=\"20px\"):(t.swiper.enable(),e.style.display=\"\",e.style.gap=\"\")};window.lp_innovation_ready=()=>{const t=()=>{document.querySelectorAll(\".image-parallaxed-text\").forEach((t=>{let e=t.offsetLeft,i=-t.offsetTop,l=t.closest(\".container\").offsetWidth,a=t.closest(\".container\").offsetHeight;t.querySelector(\"h3\").style.left=`-${e}px`,t.querySelector(\"h3\").style.top=`calc(25vh + ${i}px)`,t.querySelector(\"h3\").style.width=`${l}px`,t.querySelector(\"h3\").style.height=`${a}px`}))};t(),window.addEventListener(\"scroll\",a),window.addEventListener(\"scroll\",t),window.addEventListener(\"resize\",t);document.querySelector(\"swiper-container\").addEventListener(\"swiperslidechangetransitionend\",(t=>{setTimeout((()=>{document.querySelectorAll(\"[slider]\").forEach((t=>{if(l(t)){const e=t.querySelector(\"a[aria-current]\");console.log(\"OK\"),window.scroll_slide(e,window.scroll_slide_callback)}}))}),500)})),gsap.registerPlugin(ScrollTrigger),gsap.to(\"#intro-text\",{transform:()=>window.innerWidth>=768?\"translateY(13vw)\":\"translateY(40vw)\",ease:\"none\",scrollTrigger:{trigger:\"#intro-text\",start:\"top top\",end:\"center top\",scrub:!0}}),gsap.to(\"#title\",{fontSize:()=>window.innerWidth>=768?\"1vw\":\"4vw\",ease:\"none\",scrollTrigger:{trigger:\"#intro-text\",start:\"top top\",end:\"center top\",scrub:!0}}),gsap.to(\"#subtitle\",{fontSize:()=>window.innerWidth>=768?\"6.25vw\":\"9vw\",ease:\"none\",scrollTrigger:{trigger:\"#intro-text\",start:\"top top\",end:\"center top\",scrub:!0}},\"+=1\");gsap.timeline({scrollTrigger:{trigger:\"#video-container\",start:\"top top\",end:\"center top\",scrub:!0,pin:!0}}).to(\"#intro-video\",{width:\"90%\",height:\"90%\",ease:\"none\"}),ScrollTrigger.create({trigger:\"#block-text-parallax\",start:\"top top\",end:\"+=3200\",pin:!0}),gsap.set(\"#main-text-1>div, #main-text-2>div\",{position:\"relative\",opacity:0,top:\"10vw\"});gsap.matchMedia().add({isMobile:\"(max-width: 500px)\",isDesktop:\"(min-width: 501px)\"},(t=>{const e=gsap.timeline({scrollTrigger:{trigger:\"#block-text-parallax\",start:\"top top\",end:\"bottom+=3000\",scrub:!0}});e.to(\"#main-text-1>div\",{top:0,opacity:1,stagger:.05}),e.to(\"#image-parallaxed-text-1\",{top:(t,e)=>-e.offsetHeight,ease:\"none\",duration:1.5}),e.to(\"#main-text-1\",{display:\"none\"},\"-=1\"),e.to(\"#main-text-2>div\",{top:0,opacity:1,stagger:.05},\"<+0.9\"),e.to(\"#image-parallaxed-text-2\",{top:(t,e)=>-e.offsetHeight,ease:\"none\",duration:1.5}),e.to(\"#main-text-2\",{display:\"none\"},t.conditions.isMobile?\"-=1.1\":\"-=1\")})),o(),window.addEventListener(\"resize\",o),Kameleoon.API.Core.runWhenElementPresent(\".dgad-static-page__body\",(function(t){document.getElementsByClassName(\"dgad-static-page__body\")[0].style.display=\"none\"}))}}))}));","afterDOMReady":false}},{"name":"Variation 1","id":972966,"css":"@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap);/*! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:\"\"}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}@font-face{font-display:swap;font-family:Michelin;font-style:normal;font-weight:300;src:url(../fonts/Michelin-Light.otf) format(\"opentype\")}@font-face{font-display:swap;font-family:Michelin;font-style:normal;font-weight:400;src:url(../fonts/Michelin-Regular.otf) format(\"opentype\")}@font-face{font-display:swap;font-family:Michelin;font-style:normal;font-weight:600;src:url(../fonts/Michelin-SemiBold.otf) format(\"opentype\")}@font-face{font-display:swap;font-family:Michelin;font-style:normal;font-weight:700;src:url(../fonts/Michelin-Bold.otf) format(\"opentype\")}@font-face{font-display:swap;font-family:Michelin;font-style:normal;font-weight:900;src:url(../fonts/Michelin-Black.otf) format(\"opentype\")}html{font-family:Noto Sans,Helvetica,\"ui-sans-serif\",\"system-ui\",\"sans-serif\",Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.tw-container{width:100%}@media (min-width:640px){.tw-container{max-width:640px}}@media (min-width:768px){.tw-container{max-width:768px}}@media (min-width:1024px){.tw-container{max-width:1024px}}@media (min-width:1280px){.tw-container{max-width:1280px}}@media (min-width:1536px){.tw-container{max-width:1536px}}.tw-text-border-michelin{text-shadow:2px 0 #27509b,-2px 0 #27509b,0 2px #27509b,0 -2px #27509b,2px 2px #27509b,-2px -2px #27509b,2px -2px #27509b,-2px 2px #27509b}.tw-absolute{position:absolute}.tw-relative{position:relative}.tw-inset-0,.tw-inset-\\[0px\\]{inset:0}.tw-bottom-0{bottom:0}.tw-bottom-14{bottom:56px}.tw-bottom-20{bottom:80px}.tw-left-0{left:0}.tw-left-20{left:80px}.tw-left-\\[5vw\\]{left:5vw}.tw-left-\\[6vw\\]{left:6vw}.tw-right-0{right:0}.tw-right-\\[5vw\\]{right:5vw}.tw-top-0{top:0}.tw-top-\\[100vw\\]{top:100vw}.tw-top-\\[25vh\\]{top:25vh}.tw-top-\\[5vw\\]{top:5vw}.tw-top-full{top:100%}.tw-z-\\[1\\]{z-index:1}.tw-z-\\[2\\]{z-index:2}.tw-z-\\[3\\]{z-index:3}.tw-z-\\[4\\]{z-index:4}.tw-m-auto{margin:auto}.tw-mx-6{margin-left:24px;margin-right:24px}.tw-mx-auto{margin-left:auto;margin-right:auto}.tw-my-20{margin-bottom:80px;margin-top:80px}.tw-my-\\[3vw\\]{margin-bottom:3vw;margin-top:3vw}.tw-mb-8{margin-bottom:32px}.tw-mr-10{margin-right:40px}.tw-mt-10{margin-top:40px}.tw-mt-14{margin-top:56px}.tw-mt-20{margin-top:80px}.tw-mt-3{margin-top:12px}.tw-mt-4{margin-top:16px}.tw-mt-40{margin-top:160px}.tw-mt-56{margin-top:224px}.tw-mt-8{margin-top:32px}.tw-mt-auto{margin-top:auto}.tw-block{display:block}.tw-inline-block{display:inline-block}.tw-inline{display:inline}.tw-flex{display:flex}.tw-grid{display:grid}.tw-hidden{display:none}.tw-h-0{height:0}.tw-h-1{height:4px}.tw-h-1\\.5{height:6px}.tw-h-\\[180vw\\]{height:180vw}.tw-h-\\[60vw\\]{height:60vw}.tw-h-\\[80vw\\]{height:80vw}.tw-h-full{height:100%}.tw-h-screen{height:100vh}.tw-w-1\\/4{width:25%}.tw-w-4\\/5{width:80%}.tw-w-\\[55vw\\]{width:55vw}.tw-w-\\[88vw\\]{width:88vw}.tw-w-\\[90vw\\]{width:90vw}.tw-w-full{width:100%}.tw-w-screen{width:100vw}.tw-min-w-0{min-width:0}.\\!tw-max-w-full{max-width:100%!important}.tw-max-w-96{max-width:384px}.tw-max-w-\\[1000px\\]{max-width:1000px}.tw-max-w-\\[500px\\]{max-width:500px}.tw-flex-1{flex:1 1 0%}.tw-flex-shrink-0,.tw-shrink-0{flex-shrink:0}.tw-basis-1\\/4{flex-basis:25%}.tw-transform-none{transform:none}.tw-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.tw-snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness)}.tw-snap-mandatory{--tw-scroll-snap-strictness:mandatory}.tw-snap-center{scroll-snap-align:center}.tw-snap-always{scroll-snap-stop:always}.tw-list-none{list-style-type:none}.tw-flex-col{flex-direction:column}.tw-items-center{align-items:center}.tw-justify-center{justify-content:center}.tw-gap-2{gap:8px}.tw-gap-20{gap:80px}.tw-gap-4{gap:16px}.tw-gap-6{gap:24px}.tw-overflow-hidden{overflow:hidden}.tw-overflow-x-hidden{overflow-x:hidden}.tw-scroll-smooth{scroll-behavior:smooth}.tw-rounded{border-radius:4px}.tw-rounded-2xl{border-radius:16px}.tw-rounded-full{border-radius:9999px}.tw-rounded-lg{border-radius:8px}.tw-rounded-xl{border-radius:12px}.tw-border{border-width:1px}.tw-border-\\[\\#FCE500\\]{--tw-border-opacity:1;border-color:rgb(252 229 0/var(--tw-border-opacity))}.tw-bg-\\[\\#FCE500\\]{--tw-bg-opacity:1;background-color:rgb(252 229 0/var(--tw-bg-opacity))}.tw-bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.tw-bg-black\\/20{background-color:#0003}.tw-bg-transparent{background-color:initial}.tw-bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.tw-bg-white\\/30{background-color:#ffffff4d}.tw-bg-\\[url\\(\\'https\\:\\/\\/dgaddcosprod\\.blob\\.core\\.windows\\.net\\/b2c-experience-production\\/attachments\\/clvmj8czm08em01j37tadtcem-innovation-background\\.svg\\'\\)\\]{background-image:url(https://dgaddcosprod.blob.core.windows.net/b2c-experience-production/attachments/clvmj8czm08em01j37tadtcem-innovation-background.svg)}.tw-bg-\\[url\\(\\\\\\'https\\:\\/\\/dgaddcosprod\\.blob\\.core\\.windows\\.net\\/b2c-experience-production\\/attachments\\/clvmj8czm08em01j37tadtcem-innovation-background\\.svg\\\\\\'\\)\\]{background-image:url(\\'https:/dgaddcosprod.blob.core.windows.net/b2c-experience-production/attachments/clvmj8czm08em01j37tadtcem-innovation-background.svg\\')}.tw-bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.tw-from-black\\/85{--tw-gradient-from:#000000d9 var(--tw-gradient-from-position);--tw-gradient-to:#0000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.tw-via-transparent{--tw-gradient-to:#0000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#0000 var(--tw-gradient-via-position),var(--tw-gradient-to)}.tw-to-transparent{--tw-gradient-to:#0000 var(--tw-gradient-to-position)}.tw-bg-cover{background-size:cover}.tw-bg-top{background-position:top}.tw-object-cover{-o-object-fit:cover;object-fit:cover}.tw-object-\\[-40px_center\\]{-o-object-position:-40px center;object-position:-40px center}.tw-object-center{-o-object-position:center;object-position:center}.tw-object-left{-o-object-position:left;object-position:left}.tw-object-right-top{-o-object-position:right top;object-position:right top}.tw-object-top{-o-object-position:top;object-position:top}.tw-p-4{padding:16px}.tw-p-6{padding:24px}.tw-px-10{padding-left:40px;padding-right:40px}.tw-px-4{padding-left:16px;padding-right:16px}.tw-px-6{padding-left:24px;padding-right:24px}.tw-px-\\[4vw\\]{padding-left:4vw;padding-right:4vw}.tw-py-2{padding-bottom:8px;padding-top:8px}.tw-pb-0{padding-bottom:0}.tw-pb-12{padding-bottom:48px}.tw-pb-6{padding-bottom:24px}.tw-pl-\\[0vw\\]{padding-left:0}.tw-pl-\\[11vw\\]{padding-left:11vw}.tw-pl-\\[15vw\\]{padding-left:15vw}.tw-pl-\\[2vw\\]{padding-left:2vw}.tw-pl-\\[5vw\\]{padding-left:5vw}.tw-pr-\\[10vw\\]{padding-right:10vw}.tw-pr-\\[7\\.5vw\\]{padding-right:7.5vw}.tw-pt-0{padding-top:0}.tw-pt-10{padding-top:40px}.tw-pt-\\[130\\%\\]{padding-top:130%}.tw-pt-\\[140\\%\\]{padding-top:140%}.tw-pt-\\[180\\%\\]{padding-top:180%}.tw-text-center{text-align:center}.tw-font-michelin{font-family:Michelin,Helvetica,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.tw-font-noto-sans{font-family:Noto Sans,Helvetica,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.tw-text-2xl{font-size:24px;line-height:32px}.tw-text-4xl{font-size:36px;line-height:40px}.tw-text-\\[15px\\]{font-size:15px}.tw-text-\\[5vw\\]{font-size:5vw}.tw-text-\\[7vw\\]{font-size:7vw}.tw-text-base{font-size:16px;line-height:24px}.tw-text-lg{font-size:18px;line-height:28px}.tw-text-sm{font-size:14px;line-height:20px}.tw-text-xl{font-size:20px;line-height:28px}.tw-font-bold{font-weight:700}.tw-uppercase{text-transform:uppercase}.tw-leading-\\[1\\.05\\]{line-height:1.05}.tw-leading-none{line-height:1}.tw-leading-normal{line-height:1.5}.tw-leading-tight{line-height:1.25}.tw-text-\\[\\#000C34\\]{--tw-text-opacity:1;color:rgb(0 12 52/var(--tw-text-opacity))}.tw-text-\\[\\#00205B\\]{--tw-text-opacity:1;color:rgb(0 32 91/var(--tw-text-opacity))}.tw-text-michelin-blue{--tw-text-opacity:1;color:rgb(39 80 155/var(--tw-text-opacity))}.tw-text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.tw-shadow-xl{--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-drop-shadow-sm{--tw-drop-shadow:drop-shadow(0 1px 1px #0000000d);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.after\\:tw-absolute:after{content:var(--tw-content);position:absolute}.after\\:-tw-top-2:after{content:var(--tw-content);top:-8px}.after\\:tw-left-0:after{content:var(--tw-content);left:0}.after\\:tw-z-\\[1\\]:after{content:var(--tw-content);z-index:1}.after\\:tw-h-4:after{content:var(--tw-content);height:16px}.after\\:tw-w-1\\/2:after{content:var(--tw-content);width:50%}.after\\:tw-bg-\\[\\#FCE500\\]:after{--tw-bg-opacity:1;background-color:rgb(252 229 0/var(--tw-bg-opacity));content:var(--tw-content)}.after\\:tw-content-\\[\\'\\'\\]:after{--tw-content:\"\";content:var(--tw-content)}.after\\:tw-content-\\[\\\\\\'\\\\\\'\\]:after{--tw-content:\\'\\';content:var(--tw-content)}.tw-group.image-parallaxed-text .group-\\[\\.image-parallaxed-text\\]\\:tw-opacity-0{opacity:0}@media (min-width:768px){.md\\:tw-absolute{position:absolute}.md\\:tw-left-0{left:0}.md\\:tw-left-1\\/2{left:50%}.md\\:tw-left-\\[11vw\\]{left:11vw}.md\\:tw-left-\\[15vw\\]{left:15vw}.md\\:tw-left-\\[7\\.5vw\\]{left:7.5vw}.md\\:tw-right-\\[15vw\\]{right:15vw}.md\\:tw-top-0{top:0}.md\\:tw-top-\\[25\\.65vw\\]{top:25.65vw}.md\\:tw-ml-14{margin-left:56px}.md\\:tw-ml-28{margin-left:112px}.md\\:tw-mt-16{margin-top:64px}.md\\:tw-mt-32{margin-top:128px}.md\\:tw-mt-40{margin-top:160px}.md\\:tw-mt-52{margin-top:208px}.md\\:tw-mt-6{margin-top:24px}.md\\:tw-block{display:block}.md\\:tw-inline-block{display:inline-block}.md\\:tw-flex{display:flex}.md\\:tw-h-\\[14\\.375vw\\]{height:14.375vw}.md\\:tw-h-\\[35vw\\]{height:35vw}.md\\:tw-h-\\[40vw\\]{height:40vw}.md\\:tw-h-auto{height:auto}.md\\:tw-w-2\\/3{width:66.666667%}.md\\:tw-w-2\\/5{width:40%}.md\\:tw-w-6{width:24px}.md\\:tw-w-\\[26vw\\]{width:26vw}.md\\:tw-w-\\[78\\.5vw\\]{width:78.5vw}.md\\:tw-w-\\[85vw\\]{width:85vw}.md\\:tw-w-full{width:100%}.md\\:tw-max-w-\\[520px\\]{max-width:520px}.md\\:tw-transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\\:tw-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\\:tw-flex-row{flex-direction:row}.md\\:tw-p-0{padding:0}.md\\:tw-px-0{padding-left:0;padding-right:0}.md\\:tw-px-1{padding-left:4px;padding-right:4px}.md\\:tw-py-0{padding-bottom:0;padding-top:0}.md\\:tw-pb-14{padding-bottom:56px}.md\\:tw-pr-\\[11\\.5vw\\]{padding-right:11.5vw}.md\\:tw-pr-\\[13vw\\]{padding-right:13vw}.md\\:tw-pr-\\[23vw\\]{padding-right:23vw}.md\\:tw-pr-\\[2vw\\]{padding-right:2vw}.md\\:tw-pr-\\[37vw\\]{padding-right:37vw}.md\\:tw-pr-\\[38vw\\]{padding-right:38vw}.md\\:tw-pt-\\[110\\%\\]{padding-top:110%}.md\\:tw-pt-\\[50\\%\\]{padding-top:50%}.md\\:tw-pt-\\[66\\.67\\%\\]{padding-top:66.67%}.md\\:tw-text-left{text-align:left}.md\\:tw-text-center{text-align:center}.md\\:tw-text-3xl{font-size:30px;line-height:36px}.md\\:tw-text-7xl{font-size:72px;line-height:1}.md\\:tw-text-\\[2\\.5vw\\]{font-size:2.5vw}.md\\:tw-text-\\[2\\.62vw\\]{font-size:2.62vw}.md\\:tw-text-\\[2\\.75vw\\]{font-size:2.75vw}.md\\:tw-text-\\[4\\.65vw\\]{font-size:4.65vw}.md\\:tw-text-xl{font-size:20px;line-height:28px}.md\\:tw-font-medium{font-weight:500}.md\\:tw-leading-snug{line-height:1.375}.md\\:tw-text-michelin-blue{--tw-text-opacity:1;color:rgb(39 80 155/var(--tw-text-opacity))}.md\\:tw-text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.md\\:after\\:tw-w-1\\/3:after{content:var(--tw-content);width:33.333333%}}@media (min-width:1024px){.lg\\:tw-block{display:block}}","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".b2c-appbar\",(async function(t){const e={mainTitleH1:\"MICHELIN INOVA \",mainTitleH2:\"NA ESTRADA E ALÉM\",mainVideoLink:\"https://dgaddcosprod.blob.core.windows.net/b2c-experience-production/attachments/clwhjquox05h901mlirb820il-innovation-video1-brazil.mp4\",description1:'
A inovação
\\n
sempre fez parte
\\n
do nosso DNA.
',description2:'
Graças à nossa experiência,
\\n
inovamos também
\\n
em diversas áreas,
\\n
muito além dos pneus!
',description3:[\"Acreditar no progresso nos leva a ultrapassar\",\" os limites do que é possível através de inovações \",\"pioneiras que moldam o mundo de amanhã.\"],description4:\"Na Michelin, inovamos a cada dia para um amanhã melhor para todos.\",titleH2White:\"ALÉM DOS \",titleH2Blue:\"PNEUS\",block1H3:\"CONQUISTA ESPACIAL\",block1Desc:\"Descubra a nossa tecnologia de pneus sem ar concebida para explorar novas fronteiras.(1)\",block1CTA:\"Assista ao vídeo\",block1YoutubeID:\"qTrF5ccew8E\",block2H3:\"VIAGEM MARÍTIMA\",block2Desc:\"Conheça a WISAMO, uma vela inflável que visa reduzir as emissões de CO2, emitidas pelas viagens marítimas.(2)\",block2CTA:\"Assista ao vídeo\",block2YoutubeID:\"MsEtEfLBxug\",block3H3:\"ÁREA MÉDICA\",block3Desc:\"Descubra nosso ptotótipo de cinta projetada para melhorar a flexibilidade de movimento. (3)\",block3CTA:\"Assista ao vídeo\",block3YoutubeID:\"zLj35RqSi0I\",quoteFloflo:\"Nosso poder inovador e experiência mudaram profundamente a história da mobilidade. Hoje, permitem-nos enfrentar desafios em campos de atividade novos e transformadores.\",titleFloflo:\"presidente do Grupo Michelin\",titleTireH2Blue:\"NA \",titleTireH2White:\"ESTRADA\",card1Title:\"SILÊNCIO\",card1Desc1:\"Descubra MICHELIN Acoustic, \",card1Desc2:\" uma tecnologia que reduz \",card1Desc3:\" significativamente o ruído no interior \",card1Desc4:\" do veículo para maior conforto.(4)\",card1YoutubeID:\"xCBrAR4OAxY\",card1CTA1:\"Assista ao vídeo\",card1CTA2:\"Saiba mais\",card1CTA2Link:\"https://www.michelinman.com/auto/why-michelin/technological-innovations/acoustic-technology\",card2Title:\"DURABILIDADE\",card2Desc1:\"Descubra MaxTouch, a tecnologia que \",card2Desc2:\" proporciona uma experiência de direção\",card2Desc3:\" segura e duradoura do primeiro ao último quilômetro.(5)\",card2Desc4:\"\",card2YoutubeID:\"NxFY8y0jOHA\",card2CTA1:\"Assista ao vídeo\",card2CTA2:\"Saiba mais\",card2CTA2Link:\"https://www.michelin.com.br/performance-feita-para-durar\",card3Title:\"PROTEÇÃO DE TERRAS AGRÍCOLAS\",card3Desc1:\"Descubra Michelin PTG, \",card3Desc2:\" uma tecnologia que ajuda a proteger\",card3Desc3:\" as terras agrícolas.(6)\",card3Desc4:\"\",card3YoutubeID:\"R3ztPyKJhLY\",card3CTA1:\"Assista ao vídeo\",card3CTA2:\"Saiba mais\",card3CTA2Link:\"https://pro.michelin.com.br/por-veiculo/pneus-para-tratores\",fidelityTitleWhite:\"Seja o primeiro a saber das novidades e lançamentos da MICHELIN!\",fidelityDesc1:\"Conheça mais sobre nossos produtos e novidades.\",fidelityDesc2:\"\",fidelityLink:\"https://www.michelin.com.br/form/newsletter \",fidelityCTA:\"Inscreva-se e receba nossa newsletter.\",legalTitle:\"Aviso legal \",legal1:\"(1) Protótipo de roda potencialmente para uso em veículos lunares, como parte do projeto ARTEMIS da NASA. A Michelin faz parte da equipe Moon Racer, liderada pela Intuitive Machines, que também inclui AVL, Boeing e Northrop Grumman Corporation.\",legal2:'(2) Wisamo é um sistema de propulsão à vela concebido para reduzir a emissão de gases de efeito estufa do transporte marítimo; atualmente em fase de testes com dois protótipos em condições marítimas reais. Mais informações em https://wisamo.michelin.com/maritime-transport',legal3:'(3) Protótipo de cinta. Mais informações em https://www.ottobock.com/en-ex/product/1A1-2',legal4:'(4) A tecnologia MICHELIN Acoustic reduz o ruído percebido na cabine em aproximadamente 20% (medição do ruído interior, realizada em 2020 em um veículo KIA Cadenza equipado com pneus 245/45 R19. Nível de ruído medido na frequência \"170-230Hz\") . Os resultados podem variar dependendo do veículo, gama e tamanho dos pneus, velocidade e condições da estrada.',legal5:'(5) Mais informações em https://www.michelin.com.br/performance-feita-para-durar',legal6:'(6) Com base em cálculos e estudos de campo realizados em condições reais em 2020 na França em um trator e reboque equipados com pneus MICHELIN. Mais informações em https://business.michelinman.com/service/ctis-agricultural-tire-inflator',legal7:\"\"};let l='

{{mainTitleH1}}

{{mainTitleH2}}

\"\"ondragstart=event.preventDefault()

{{description1}}

\"\"ondragstart=event.preventDefault()

{{description2}}

{{description1}}

{{description2}}

{{description3}} {{description4}}

{{titleH2White}} {{titleH2Blue}}

{{block1H3}}

{{block1Desc}}

{{block2H3}}

{{block2Desc}}

{{block3H3}}

{{block3Desc}}

démarche.
\"Florent

“{{quoteFloflo}}”

Florent Menegaux

{{titleFloflo}}

{{titleTireH2Blue}} {{titleTireH2White}}

\"\"

{{card1Title}}

{{card1Desc1}} {{card1Desc2}}{{card1Desc3}}{{card1Desc4}}

\"\"

{{card2Title}}

{{card2Desc1}} {{card2Desc2}}{{card2Desc3}}{{card2Desc4}}

{{card2CTA2}}
\"\"

{{card3Title}}

{{card3Desc1}} {{card3Desc2}}{{card3Desc3}}

{{card3CTA2}}
\"\"

{{fidelityTitleWhite}}

{{fidelityDesc1}}{{fidelityDesc2}}

  • {{legal1}}
  • {{legal2}}
  • {{legal3}}
  • {{legal4}}
  • {{legal5}}
  • {{legal6}}
';const a=/({{(.+?)}})+/g;for(let t=a.exec(l);null!==t;t=a.exec(l)){const[,a,i]=t,s=Array.isArray(e[i.trim()])?e[i.trim()].reduce(((t,e)=>t+`${e}`),\"\"):e[i.trim()];l=l.replace(a,s)}t[0].insertAdjacentHTML(\"afterend\",l),Kameleoon.API.Core.runWhenElementPresent(\"#lastLink\",(function(){let t,e;(async t=>{const e=[];t.forEach((t=>{e.push(new Promise(((e,l)=>{const a=document.createElement(\"script\");a.src=t,a.onload=e,a.onerror=l,document.head.appendChild(a)})))})),Promise.all(e).then((()=>{window.lp_innovation_ready()})).catch((t=>{console.error(\"Error while including JavaScript files:\",t)}))})([\"https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/gsap.min.js\",\"https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/ScrollTrigger.min.js\",\"https://cdn.jsdelivr.net/npm/swiper@11/swiper-element-bundle.min.js\",\"https://cdn.jsdelivr.net/npm/dragon-lightbox@1.4.1/dist/dragon-lightbox.min.js\"]);const l=(t,e)=>{let l=0,a=setInterval((()=>{if(l>=5e3)return clearInterval(a),t.style.width=\"100%\",e(t);l+=10,t.style.width=100*l/5e3+\"%\"}),10);return a};window.scroll_slide=(a,i)=>{const s=a.closest(\"a[aria-current]\")??a.closest(\"[slider]\").querySelector(`a[href=\"#${a.id}\"]`),o=document.querySelector(s.hash);if(e!==o){clearInterval(t),e=o,document.querySelectorAll('a[aria-current=\"true\"] > span').forEach((t=>t.style.width=\"0%\"));for(const e of s.parentElement.children)e.ariaCurrent=e===s?\"true\":\"false\",e===s?t=l(e.querySelector(\"span\"),(t=>{const e=t.closest(\"a[aria-current]\"),l=e.nextElementSibling??e.parentElement.children[0];!e.nextElementSibling&&\"function\"==typeof i&&i(),window.scroll_slide(l,i)})):e.querySelector(\"span\").style.width=\"0%\";o.parentElement.scrollLeft=o.offsetLeft}},window.scroll_slide_callback=()=>{const t=document.querySelector(\"swiper-container\");t.swiper.slideNext()||t.swiper.slideTo(0)};const a=(t,e=.75)=>{const l=t.getBoundingClientRect(),a=window.innerWidth||document.documentElement.clientWidth,i=window.innerHeight||document.documentElement.clientHeight;return(Math.min(l.right,a)-Math.max(l.left,0))*(Math.min(l.bottom,i)-Math.max(l.top,0))>=e*(l.width*l.height)},i=()=>{const t=document.querySelector(\"#michelin-swiper-container\");if(!t.classList.contains(\"done\")&&a(t)){const e=t.querySelector('a[aria-current=\"true\"]');window.scroll_slide(e,window.scroll_slide_callback),t.classList.add(\"done\")}},s=()=>{const t=document.querySelector(\"swiper-container\"),e=t.shadowRoot.querySelector(\".swiper-wrapper\");window.innerWidth<768?t.swiper.enabled&&(t.swiper.disable(),setTimeout((()=>{e.style.transform=\"none\"}),100),e.style.display=\"grid\",e.style.gap=\"20px\"):(t.swiper.enable(),e.style.display=\"\",e.style.gap=\"\")};window.lp_innovation_ready=()=>{const t=()=>{document.querySelectorAll(\".image-parallaxed-text\").forEach((t=>{let e=t.offsetLeft,l=-t.offsetTop,a=t.closest(\".container\").offsetWidth,i=t.closest(\".container\").offsetHeight;t.querySelector(\"h3\").style.left=`-${e}px`,t.querySelector(\"h3\").style.top=`calc(25vh + ${l}px)`,t.querySelector(\"h3\").style.width=`${a}px`,t.querySelector(\"h3\").style.height=`${i}px`}))};t(),window.addEventListener(\"scroll\",i),window.addEventListener(\"scroll\",t),window.addEventListener(\"resize\",t);document.querySelector(\"swiper-container\").addEventListener(\"swiperslidechangetransitionend\",(t=>{setTimeout((()=>{document.querySelectorAll(\"[slider]\").forEach((t=>{if(a(t)){const e=t.querySelector(\"a[aria-current]\");console.log(\"OK\"),window.scroll_slide(e,window.scroll_slide_callback)}}))}),500)})),gsap.registerPlugin(ScrollTrigger),gsap.to(\"#intro-text\",{transform:()=>window.innerWidth>=768?\"translateY(13vw)\":\"translateY(40vw)\",ease:\"none\",scrollTrigger:{trigger:\"#intro-text\",start:\"top top\",end:\"center top\",scrub:!0}}),gsap.to(\"#title\",{fontSize:()=>window.innerWidth>=768?\"1vw\":\"4vw\",ease:\"none\",scrollTrigger:{trigger:\"#intro-text\",start:\"top top\",end:\"center top\",scrub:!0}}),gsap.to(\"#subtitle\",{fontSize:()=>window.innerWidth>=768?\"6.25vw\":\"9vw\",ease:\"none\",scrollTrigger:{trigger:\"#intro-text\",start:\"top top\",end:\"center top\",scrub:!0}},\"+=1\");gsap.timeline({scrollTrigger:{trigger:\"#video-container\",start:\"top top\",end:\"center top\",scrub:!0,pin:!0}}).to(\"#intro-video\",{width:\"90%\",height:\"90%\",ease:\"none\"}),ScrollTrigger.create({trigger:\"#block-text-parallax\",start:\"top top\",end:\"+=3200\",pin:!0}),gsap.set(\"#main-text-1>div, #main-text-2>div\",{position:\"relative\",opacity:0,top:\"10vw\"});gsap.matchMedia().add({isMobile:\"(max-width: 500px)\",isDesktop:\"(min-width: 501px)\"},(t=>{const e=gsap.timeline({scrollTrigger:{trigger:\"#block-text-parallax\",start:\"top top\",end:\"bottom+=3000\",scrub:!0}});e.to(\"#main-text-1>div\",{top:0,opacity:1,stagger:.05}),e.to(\"#image-parallaxed-text-1\",{top:(t,e)=>-e.offsetHeight,ease:\"none\",duration:1.5}),e.to(\"#main-text-1\",{display:\"none\"},\"-=1\"),e.to(\"#main-text-2>div\",{top:0,opacity:1,stagger:.05},\"<+0.9\"),e.to(\"#image-parallaxed-text-2\",{top:(t,e)=>-e.offsetHeight,ease:\"none\",duration:1.5}),e.to(\"#main-text-2\",{display:\"none\"},t.conditions.isMobile?\"-=1.1\":\"-=1\")})),s(),window.addEventListener(\"resize\",s),Kameleoon.API.Core.runWhenElementPresent(\".dgad-static-page__body\",(function(t){document.getElementsByClassName(\"dgad-static-page__body\")[0].style.display=\"none\";const e=window.location.href.split(\"?\"),l=e[1];console.log(\"Vince : QueryString : \"+e[1]);var a=new URLSearchParams(l).get(\"anchor\");if(console.log(\"Vince : Anchor : \"+a),null!=a){setTimeout;var i=document.getElementById(a);console.log(\"Vince : elementToScrollTo : \"+i),setTimeout((()=>{console.log(\"Vince : Delayed for 1 second.\"),i.scrollIntoView({behavior:\"smooth\",block:\"start\",inline:\"nearest\"})}),\"2000\")}}))}}))}));","afterDOMReady":false}},{"name":"Variation 1","id":974501,"css":"","elementSets":[],"javaScriptCode":{"code":"const productPageTemplate=\"https://www.michelin.pl/auto/tyres/\",campaignIDs=[\"trustawards-4w\",\"trustrating-4w\",\"trustev-4w\"],myTable=window.location.href.split(\"?\"),myQueryString=myTable[1],searchParams=new URLSearchParams(myQueryString);for(var mySettings=searchParams.get(\"utm_term\"),i=0;i*\",\"\",\"Znajdź swoje opony i odkryj ich know-how\"],[\"81% użytkowników opon MICHELIN uważa \",\"opony MICHELIN za opony wysokiej jakości *\",\"Znajdź swoje opony i odkryj ich know-how\"],[\"Wszystkie opony MICHELIN nadają się do pojazdów elektrycznych\",\"\",\"Znajdź swoje opony i odkryj ich know-how\"]];Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search\",(function(e){if(\"Phone\"===Kameleoon.API.CurrentVisit.device.type){var i='
\"m

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",i)}else{var n='
\"testbanner\"

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",n)}})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-list__header-inner\",(function(e){e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent('[data-macro=\"b2c-tyre-list-pagination\"]',(function(e){e[0].remove(),document.querySelector(\".b2c-tyre-list__header\").style.padding=\"0\"}));var tyreLists=[[\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-primacy-4-plus\"],[\"michelin-agilis-alpin\",\"michelin-agilis-crossclimate\",\"michelin-alpin-6\",\"michelin-alpin-7\",\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-crossclimate-camping\",\"michelin-e-primacy\",\"michelin-pilot-alpin-5\",\"michelin-pilot-alpin-5-suv\",\"michelin-pilot-sport-4\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-primacy-4\",\"michelin-primacy-4-plus\"],[\"michelin-alpin-6\",\"michelin-alpin-7\",\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-e-primacy\",\"michelin-pilot-alpin-5\",\"michelin-pilot-alpin-5-suv\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-pilot-sport-ev\",\"michelin-primacy-4-plus\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)],ViewMoreTranslation=\"Zobacz szczegóły\",productCards=Kameleoon.API.Utils.querySelectorAll(\".b2c-tyre-list-results-card\");productCards.forEach((function(e){var i=e.querySelector('[title=\"'+ViewMoreTranslation+'\"]').href.replace(productPageTemplate,\"\");selectedProducts.includes(i)||e.remove()}));var legalMentionTitle=\"INFORMACJE PRAWNE\",legalMentions=[[\"Zdjęcie pozaumowne,
* Na podstawie wyników wewnętrznej ankiety przeprowadzonej przez Michelin w grudniu 2023 r. Opony samochodowe Michelin zdobyły 34 miejsa na podium i zwyciężyły w 12 z 43 testów.\"],[\"Zdjęcie pozaumowne
* Średnia ważona z badania Brand & Communication Monitoring przeprowadzonego na zlecenie Michelin w 2022 r. przez Kantar wśród konsumentów w 10 krajach (Francja, Włochy, Hiszpania, Niemcy, Wielka Brytania, USA, Chiny, Polska, Turcja, Tajlandia).\"],[\"Zdjęcie pozaumowne\"]];Kameleoon.API.Core.runWhenElementPresent(\".b2c-breadcrumb\",(function(e){var i='
'+legalMentionTitle+'
 
'+legalMentions[campaignIDs.indexOf(myCampaignID)]+\"
\";e[0].insertAdjacentHTML(\"beforebegin\",i)}));","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":974502,"css":"","elementSets":[],"javaScriptCode":{"code":"const productPageTemplate=\"https://www.michelin.com.tr/auto/tyres/\",campaignIDs=[\"trustawards-4w\",\"trustrating-4w\",\"trustev-4w\"],myTable=window.location.href.split(\"?\"),myQueryString=myTable[1],searchParams=new URLSearchParams(myQueryString);for(var mySettings=searchParams.get(\"utm_term\"),i=0;i*\",\"\",\"Aracınız için en uygun lastiği bulun ve arkalarındaki teknolojiyi keşfedin.\"],[\"MICHELIN kullanıcılarının %81’i \",\"MICHELIN lastiklerinin yüksek kaliteli olduğunu düşünüyor *\",\"Aracınız için en uygun lastiği bulun ve arkalarındaki teknolojiyi keşfedin.\"],[\"Tüm MICHELIN lastikleri elektrikli araçlar için uygundur\",\"\",\"Aracınız için en uygun lastiği bulun ve arkalarındaki teknolojiyi keşfedin.\"]];Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search\",(function(i){if(\"Phone\"===Kameleoon.API.CurrentVisit.device.type){var e='
\"m

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";i[0].insertAdjacentHTML(\"beforebegin\",e)}else{var n='
\"testbanner\"

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";i[0].insertAdjacentHTML(\"beforebegin\",n)}})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-list__header-inner\",(function(i){i[0].remove()})),Kameleoon.API.Core.runWhenElementPresent('[data-macro=\"b2c-tyre-list-pagination\"]',(function(i){i[0].remove(),document.querySelector(\".b2c-tyre-list__header\").style.padding=\"0\"}));var tyreLists=[[\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-primacy-4-plus\"],[\"michelin-agilis-alpin\",\"michelin-agilis-crossclimate\",\"michelin-alpin-6\",\"michelin-alpin-7\",\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-crossclimate-camping\",\"michelin-e-primacy\",\"michelin-pilot-alpin-5\",\"michelin-pilot-alpin-5-suv\",\"michelin-pilot-sport-4\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-primacy-4\",\"michelin-primacy-4-plus\"],[\"michelin-alpin-6\",\"michelin-alpin-7\",\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-e-primacy\",\"michelin-pilot-alpin-5\",\"michelin-pilot-alpin-5-suv\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-pilot-sport-ev\",\"michelin-primacy-4-plus\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)],ViewMoreTranslation=\"Detayları görüntüle\";setTimeout((()=>{Kameleoon.API.Utils.querySelectorAll(\".b2c-tyre-list-results-card\").forEach((function(i){var e=i.querySelector('[title=\"'+ViewMoreTranslation+'\"]').href.replace(productPageTemplate,\"\");selectedProducts.includes(e)||i.remove()}))}),\"1000\");var legalMentionTitle=\"YASAL BİLGİLER\",legalMentions=[[\"* Michelin’in Aralık 2023’te gerçekleştirilen kurum içi araştırma. Michelin binek araç lastikleri yapılan 43 testin 34’ünde podyuma çıkarken 12 testi birinci bitirdi.\"],[\"* Michelin’in talebi üzerine 2022 yılında Kantar tarafından 10 ülkedeki (Fransa, İtalya, İspanya, Almanya, Birleşik Krallık, ABD, Çin, Polonya, Türkiye, Tayland) müşteriler üzerinde gerçekleştirilen Marka ve İletişim İzleme çalışmasından alınan ağırlıklı ortalama skoruna göre (France, Italy, Spain, Germany, UK, USA, China, Poland, Turkey, Thailand).\"],[\"\"]];Kameleoon.API.Core.runWhenElementPresent(\".b2c-breadcrumb\",(function(i){var e='
'+legalMentionTitle+'
 
'+legalMentions[campaignIDs.indexOf(myCampaignID)]+\"
\";i[0].insertAdjacentHTML(\"beforebegin\",e)}));","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":974503,"css":"","elementSets":[],"javaScriptCode":{"code":"const productPageTemplate=\"https://www.michelin.it/auto/tyres/\",campaignIDs=[\"longevity-4w\",\"confidenceas-4w\",\"trustev-4w\"],myTable=window.location.href.split(\"?\"),myQueryString=myTable[1],searchParams=new URLSearchParams(myQueryString);for(var mySettings=searchParams.get(\"utm_term\"),i=0;i

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",i)}else{var n='
\"testbanner\"

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",n)}})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-list__header-inner\",(function(e){e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent('[data-macro=\"b2c-tyre-list-pagination\"]',(function(e){e[0].remove(),document.querySelector(\".b2c-tyre-list__header\").style.padding=\"0\"}));var tyreLists=[[\"michelin-e-primacy\",\"michelin-pilot-sport-4\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-primacy-4\",\"michelin-primacy-4-plus\"],[\"michelin-agilis-crossclimate\",\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-crossclimate-camping\"],[\"michelin-alpin-6\",\"michelin-alpin-7\",\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-e-primacy\",\"michelin-pilot-alpin-5\",\"michelin-pilot-alpin-5-suv\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-pilot-sport-ev\",\"michelin-primacy-4-plus\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)],ViewMoreTranslation=\"Guarda i dettagli\",productCards=Kameleoon.API.Utils.querySelectorAll(\".b2c-tyre-list-results-card\");productCards.forEach((function(e){var i=e.querySelector('[title=\"'+ViewMoreTranslation+'\"]').href.replace(productPageTemplate,\"\");selectedProducts.includes(i)||e.remove()}));var legalMentionTitle=\"Note Legali\",legalMentions=[[\"Foto non contrattuale\"],[\"Foto non contrattuale\"],[\"Foto non contrattuale\"]];Kameleoon.API.Core.runWhenElementPresent(\".b2c-breadcrumb\",(function(e){var i='
'+legalMentionTitle+'
 
'+legalMentions[campaignIDs.indexOf(myCampaignID)]+\"
\";e[0].insertAdjacentHTML(\"beforebegin\",i)}));","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":974507,"css":"","elementSets":[],"javaScriptCode":{"code":"const productPageTemplate=\"https://www.michelin.es/auto/tyres/\",campaignIDs=[\"longevity-4w\",\"confidenceas-4w\",\"trustev-4w\"],myTable=window.location.href.split(\"?\"),myQueryString=myTable[1],searchParams=new URLSearchParams(myQueryString);for(var mySettings=searchParams.get(\"utm_term\"),i=0;i

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",i)}else{var n='
\"testbanner\"

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",n)}})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-list__header-inner\",(function(e){e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent('[data-macro=\"b2c-tyre-list-pagination\"]',(function(e){e[0].remove(),document.querySelector(\".b2c-tyre-list__header\").style.padding=\"0\"}));var tyreLists=[[\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-pilot-sport-5\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-4\",\"michelin-e-primacy\",\"michelin-primacy-4-plus\",\"michelin-primacy-4\"],[\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-agilis-crossclimate\",\"michelin-crossclimate-camping\"],[\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-pilot-sport-5\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-ev\",\"michelin-pilot-sport-4-suv\",\"michelin-e-primacy\",\"michelin-primacy-4-plus\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)],ViewMoreTranslation=\"Ver detalles\",productCards=Kameleoon.API.Utils.querySelectorAll(\".b2c-tyre-list-results-card\");productCards.forEach((function(e){var i=e.querySelector('[title=\"'+ViewMoreTranslation+'\"]').href.replace(productPageTemplate,\"\");selectedProducts.includes(i)||e.remove()}));var legalMentionTitle=\"AVISO LEGAL\",legalMentions=[[\"Foto no contractual\"],[\"Foto no contractual\"],[\"Foto no contractual\"]];Kameleoon.API.Core.runWhenElementPresent(\".b2c-breadcrumb\",(function(e){var i='
'+legalMentionTitle+'
 
'+legalMentions[campaignIDs.indexOf(myCampaignID)]+\"
\";e[0].insertAdjacentHTML(\"beforebegin\",i)}));","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":975110,"css":"@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap);/*! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:\"\"}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}@font-face{font-display:swap;font-family:Michelin;font-style:normal;font-weight:300;src:url(../fonts/Michelin-Light.otf) format(\"opentype\")}@font-face{font-display:swap;font-family:Michelin;font-style:normal;font-weight:400;src:url(../fonts/Michelin-Regular.otf) format(\"opentype\")}@font-face{font-display:swap;font-family:Michelin;font-style:normal;font-weight:600;src:url(../fonts/Michelin-SemiBold.otf) format(\"opentype\")}@font-face{font-display:swap;font-family:Michelin;font-style:normal;font-weight:700;src:url(../fonts/Michelin-Bold.otf) format(\"opentype\")}@font-face{font-display:swap;font-family:Michelin;font-style:normal;font-weight:900;src:url(../fonts/Michelin-Black.otf) format(\"opentype\")}html{font-family:Noto Sans,Helvetica,\"ui-sans-serif\",\"system-ui\",\"sans-serif\",Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.tw-container{width:100%}@media (min-width:640px){.tw-container{max-width:640px}}@media (min-width:768px){.tw-container{max-width:768px}}@media (min-width:1024px){.tw-container{max-width:1024px}}@media (min-width:1280px){.tw-container{max-width:1280px}}@media (min-width:1536px){.tw-container{max-width:1536px}}.tw-text-border-michelin{text-shadow:2px 0 #27509b,-2px 0 #27509b,0 2px #27509b,0 -2px #27509b,2px 2px #27509b,-2px -2px #27509b,2px -2px #27509b,-2px 2px #27509b}.tw-absolute{position:absolute}.tw-relative{position:relative}.tw-inset-0{inset:2px}.tw-inset-\\[0\\],.tw-inset-\\[0px\\]{inset:0}.tw-bottom-0{bottom:2px}.tw-bottom-14{bottom:56px}.tw-bottom-20{bottom:80px}.tw-left-0{left:2px}.tw-left-20{left:80px}.tw-left-\\[5vw\\]{left:5vw}.tw-right-0{right:2px}.tw-right-\\[5vw\\]{right:5vw}.tw-top-0{top:2px}.tw-top-\\[100vw\\]{top:100vw}.tw-top-\\[5vw\\]{top:5vw}.tw-z-\\[1\\]{z-index:1}.tw-z-\\[2\\]{z-index:2}.tw-z-\\[3\\]{z-index:3}.tw-m-auto{margin:auto}.tw-mx-6{margin-left:24px;margin-right:24px}.tw-mx-auto{margin-left:auto;margin-right:auto}.tw-my-20{margin-bottom:80px;margin-top:80px}.tw-my-\\[3vw\\]{margin-bottom:3vw;margin-top:3vw}.tw-mb-8{margin-bottom:32px}.tw-mr-10{margin-right:40px}.tw-mt-10{margin-top:40px}.tw-mt-14{margin-top:56px}.tw-mt-20{margin-top:80px}.tw-mt-3{margin-top:12px}.tw-mt-4{margin-top:16px}.tw-mt-40{margin-top:160px}.tw-mt-56{margin-top:224px}.tw-mt-8{margin-top:32px}.tw-mt-auto{margin-top:auto}.tw-block{display:block}.tw-inline-block{display:inline-block}.tw-inline{display:inline}.tw-flex{display:flex}.tw-grid{display:grid}.tw-hidden{display:none}.tw-h-0{height:2px}.tw-h-1{height:4px}.tw-h-1\\.5{height:6px}.tw-h-\\[180vw\\]{height:180vw}.tw-h-\\[80vw\\]{height:80vw}.tw-h-full{height:100%}.tw-h-screen{height:100vh}.tw-w-1\\/4{width:25%}.tw-w-4\\/5{width:80%}.tw-w-\\[55vw\\]{width:55vw}.tw-w-full{width:100%}.tw-w-screen{width:100vw}.tw-w-\\[50vw\\]{width:50vw}.tw-min-w-0{min-width:2px}.\\!tw-max-w-full{max-width:100%!important}.tw-max-w-96{max-width:384px}.tw-max-w-\\[1000px\\]{max-width:1000px}.tw-max-w-\\[500px\\]{max-width:500px}.tw-flex-1{flex:1 1 0%}.tw-flex-shrink-0,.tw-shrink-0{flex-shrink:0}.tw-basis-1\\/4{flex-basis:25%}.tw-transform-none{transform:none}.tw-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.tw-snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness)}.tw-snap-mandatory{--tw-scroll-snap-strictness:mandatory}.tw-snap-center{scroll-snap-align:center}.tw-snap-always{scroll-snap-stop:always}.tw-list-none{list-style-type:none}.tw-flex-col{flex-direction:column}.tw-items-center{align-items:center}.tw-justify-center{justify-content:center}.tw-gap-2{gap:8px}.tw-gap-20{gap:80px}.tw-gap-4{gap:16px}.tw-gap-6{gap:24px}.tw-overflow-hidden{overflow:hidden}.tw-overflow-x-hidden{overflow-x:hidden}.tw-scroll-smooth{scroll-behavior:smooth}.tw-rounded{border-radius:4px}.tw-rounded-2xl{border-radius:16px}.tw-rounded-full{border-radius:9999px}.tw-rounded-lg{border-radius:8px}.tw-rounded-xl{border-radius:12px}.tw-border{border-width:1px}.tw-border-\\[\\#FCE500\\]{--tw-border-opacity:1;border-color:rgb(252 229 0/var(--tw-border-opacity))}.tw-bg-\\[\\#FCE500\\]{--tw-bg-opacity:1;background-color:rgb(252 229 0/var(--tw-bg-opacity))}.tw-bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.tw-bg-black\\/20{background-color:#0003}.tw-bg-transparent{background-color:initial}.tw-bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.tw-bg-white\\/30{background-color:#ffffff4d}.tw-bg-\\[url\\(\\'https\\:\\/\\/dgaddcosprod\\.blob\\.core\\.windows\\.net\\/b2c-experience-production\\/attachments\\/clvmj8czm08em01j37tadtcem-innovation-background\\.svg\\'\\)\\]{background-image:url(https://dgaddcosprod.blob.core.windows.net/b2c-experience-production/attachments/clvmj8czm08em01j37tadtcem-innovation-background.svg)}.tw-bg-\\[url\\(\\\\\\'https\\:\\/\\/dgaddcosprod\\.blob\\.core\\.windows\\.net\\/b2c-experience-production\\/attachments\\/clvmj8czm08em01j37tadtcem-innovation-background\\.svg\\\\\\'\\)\\]{background-image:url(\\'https:/dgaddcosprod.blob.core.windows.net/b2c-experience-production/attachments/clvmj8czm08em01j37tadtcem-innovation-background.svg\\')}.tw-bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.tw-from-black\\/85{--tw-gradient-from:#000000d9 var(--tw-gradient-from-position);--tw-gradient-to:#0000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.tw-via-transparent{--tw-gradient-to:#0000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#0000 var(--tw-gradient-via-position),var(--tw-gradient-to)}.tw-to-transparent{--tw-gradient-to:#0000 var(--tw-gradient-to-position)}.tw-bg-cover{background-size:cover}.tw-bg-top{background-position:top}.tw-object-cover{-o-object-fit:cover;object-fit:cover}.tw-object-\\[-40px_center\\]{-o-object-position:-40px center;object-position:-40px center}.tw-object-center{-o-object-position:center;object-position:center}.tw-object-left{-o-object-position:left;object-position:left}.tw-object-right-top{-o-object-position:right top;object-position:right top}.tw-object-top{-o-object-position:top;object-position:top}.tw-p-4{padding:16px}.tw-p-6{padding:24px}.tw-px-10{padding-left:40px;padding-right:40px}.tw-px-4{padding-left:16px;padding-right:16px}.tw-px-6{padding-left:24px;padding-right:24px}.tw-px-\\[4vw\\]{padding-left:4vw;padding-right:4vw}.tw-py-2{padding-bottom:8px;padding-top:8px}.tw-pb-0{padding-bottom:2px}.tw-pb-12{padding-bottom:48px}.tw-pb-6{padding-bottom:24px}.tw-pt-0{padding-top:2px}.tw-pt-10{padding-top:40px}.tw-pt-\\[130\\%\\]{padding-top:130%}.tw-pt-\\[140\\%\\]{padding-top:140%}.tw-pt-\\[180\\%\\]{padding-top:180%}.tw-text-center{text-align:center}.tw-font-michelin{font-family:Michelin,Helvetica,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.tw-font-noto-sans{font-family:Noto Sans,Helvetica,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.tw-text-2xl{font-size:24px;line-height:32px}.tw-text-4xl{font-size:36px;line-height:40px}.tw-text-\\[15px\\]{font-size:15px}.tw-text-\\[7vw\\]{font-size:7vw}.tw-text-base{font-size:16px;line-height:24px}.tw-text-lg{font-size:18px;line-height:28px}.tw-text-sm{font-size:14px;line-height:20px}.tw-text-xl{font-size:20px;line-height:28px}.tw-font-bold{font-weight:700}.tw-uppercase{text-transform:uppercase}.tw-leading-\\[1\\.05\\]{line-height:1.05}.tw-leading-tight{line-height:1.25}.tw-text-\\[\\#000C34\\]{--tw-text-opacity:1;color:rgb(0 12 52/var(--tw-text-opacity))}.tw-text-\\[\\#00205B\\]{--tw-text-opacity:1;color:rgb(0 32 91/var(--tw-text-opacity))}.tw-text-michelin-blue{--tw-text-opacity:1;color:rgb(39 80 155/var(--tw-text-opacity))}.tw-text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.tw-shadow-xl{--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-brightness-\\[\\.6\\]{--tw-brightness:brightness(.6)}.tw-brightness-\\[\\.6\\],.tw-drop-shadow-sm{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.tw-drop-shadow-sm{--tw-drop-shadow:drop-shadow(0 1px 1px #0000000d)}.after\\:tw-absolute:after{content:var(--tw-content);position:absolute}.after\\:-tw-top-2:after{content:var(--tw-content);top:-8px}.after\\:tw-left-0:after{content:var(--tw-content);left:2px}.after\\:tw-z-\\[1\\]:after{content:var(--tw-content);z-index:1}.after\\:tw-h-4:after{content:var(--tw-content);height:16px}.after\\:tw-w-1\\/2:after{content:var(--tw-content);width:50%}.after\\:tw-bg-\\[\\#FCE500\\]:after{--tw-bg-opacity:1;background-color:rgb(252 229 0/var(--tw-bg-opacity));content:var(--tw-content)}.after\\:tw-content-\\[\\'\\'\\]:after{--tw-content:\"\";content:var(--tw-content)}.after\\:tw-content-\\[\\\\\\'\\\\\\'\\]:after{--tw-content:\\'\\';content:var(--tw-content)}@media (min-width:768px){.md\\:tw-absolute{position:absolute}.md\\:tw-left-0{left:2px}.md\\:tw-left-1\\/2{left:50%}.md\\:tw-left-\\[15vw\\]{left:15vw}.md\\:tw-right-\\[15vw\\]{right:15vw}.md\\:tw-top-0{top:2px}.md\\:tw-top-\\[25\\.65vw\\]{top:25.65vw}.md\\:tw-right-\\[14vw\\]{right:14vw}.md\\:tw-right-\\[17vw\\]{right:17vw}.md\\:tw-right-\\[18vw\\]{right:18vw}.md\\:tw-right-\\[18\\.2vw\\]{right:18.2vw}.md\\:tw-right-\\[18\\.3vw\\]{right:18.3vw}.md\\:tw-right-\\[18\\.4vw\\]{right:18.4vw}.md\\:tw-right-\\[18\\.5vw\\]{right:18.5vw}.md\\:tw-right-\\[17\\.5vw\\]{right:17.5vw}.md\\:tw-right-\\[19\\.5vw\\]{right:19.5vw}.md\\:tw-right-\\[20vw\\]{right:20vw}.md\\:tw-right-\\[19vw\\]{right:19vw}.md\\:tw-ml-14{margin-left:56px}.md\\:tw-ml-28{margin-left:112px}.md\\:tw-mt-16{margin-top:64px}.md\\:tw-mt-32{margin-top:128px}.md\\:tw-mt-40{margin-top:160px}.md\\:tw-mt-52{margin-top:208px}.md\\:tw-mt-6{margin-top:24px}.md\\:tw-block{display:block}.md\\:tw-inline-block{display:inline-block}.md\\:tw-flex{display:flex}.md\\:tw-h-\\[14\\.375vw\\]{height:14.375vw}.md\\:tw-h-\\[35vw\\]{height:35vw}.md\\:tw-h-\\[40vw\\]{height:40vw}.md\\:tw-h-auto{height:auto}.md\\:tw-h-\\[14vw\\]{height:14vw}.md\\:tw-h-\\[12vw\\]{height:12vw}.md\\:tw-h-\\[12\\.5vw\\]{height:12.5vw}.md\\:tw-h-\\[11\\.375vw\\]{height:11.375vw}.md\\:tw-h-\\[10vw\\]{height:10vw}.md\\:tw-w-2\\/3{width:66.666667%}.md\\:tw-w-2\\/5{width:40%}.md\\:tw-w-6{width:24px}.md\\:tw-w-\\[26vw\\]{width:26vw}.md\\:tw-w-full{width:100%}.md\\:tw-w-\\[24vw\\]{width:24vw}.md\\:tw-w-\\[22vw\\]{width:22vw}.md\\:tw-w-\\[23vw\\]{width:23vw}.md\\:tw-w-\\[20vw\\]{width:20vw}.md\\:tw-w-\\[19vw\\]{width:19vw}.md\\:tw-w-\\[18vw\\]{width:18vw}.md\\:tw-w-\\[18\\.5vw\\]{width:18.5vw}.md\\:tw-max-w-\\[520px\\]{max-width:520px}.md\\:tw-transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\\:tw-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\\:tw-flex-row{flex-direction:row}.md\\:tw-p-0{padding:2px}.md\\:tw-px-0{padding-left:2px;padding-right:2px}.md\\:tw-px-1{padding-left:4px;padding-right:4px}.md\\:tw-py-0{padding-bottom:2px;padding-top:2px}.md\\:tw-pb-14{padding-bottom:56px}.md\\:tw-pt-\\[110\\%\\]{padding-top:110%}.md\\:tw-pt-\\[50\\%\\]{padding-top:50%}.md\\:tw-pt-\\[66\\.67\\%\\]{padding-top:66.67%}.md\\:tw-text-left{text-align:left}.md\\:tw-text-3xl{font-size:30px;line-height:36px}.md\\:tw-text-7xl{font-size:72px;line-height:1}.md\\:tw-text-\\[2\\.5vw\\]{font-size:2.5vw}.md\\:tw-text-\\[2\\.62vw\\]{font-size:2.62vw}.md\\:tw-text-xl{font-size:20px;line-height:28px}.md\\:tw-font-medium{font-weight:500}.md\\:tw-leading-snug{line-height:1.375}.md\\:tw-text-michelin-blue{--tw-text-opacity:1;color:rgb(39 80 155/var(--tw-text-opacity))}.md\\:tw-text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.md\\:after\\:tw-w-1\\/3:after{content:var(--tw-content);width:33.333333%}}@media (min-width:1024px){.lg\\:tw-block{display:block}}","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".b2c-appbar\",(function(t){const e={mainTitleH1:\"MICHELIN INNOVATES \",mainTitleH2:\"ON THE ROAD
AND BEYOND \",mainVideoLink:\"https://dgaddcosprod.blob.core.windows.net/b2c-experience-production/attachments/clwhsxbti04en01oqsnobsqzr-innovation-video1-usa.mp4\",description1:\"Innovation has always been
part of Michelin's DNA.\",description2:\"From space-worthy tires
to inflatable wingsails designed
to reduce CO2 emissions,
Michelin innovates to move the world
forward on the road
and far beyond. \",description31:\"This belief in progress drives Michelin
to push the boundaries of what’s possible \",description32:\"through pioneering innovations \",description33:\"that shape the world of tomorrow.\",description34:\"
\",description4:\"Michelin innovates every day for a better tomorrow. \",titleH2White:\"ON THE \",titleH2Blue:\"ROAD\",block2H3:\"LONGEVITY\",block2Desc:[\"Discover MaxTouch, a technology that ensures that \",\"tire contact forces are evenly distributed to maximize \",\"tire life from the first to the last mile.\"],block2YoutubeID:\"ZWJQ0RQopak\",block2CTA:\"Watch the video\",block1H3:\"SILENCE\",block1Desc:[\"Discover Michelin Acoustic, a tire technology that \",\" significantly reduces noise inside the cabin for \",\" greater comfort.(1)\"],block1YoutubeID:\"MNkIh8rUgxA\",block1CTA:\"Watch the video\",block1Link:\"https://www.michelin.ca/en/auto/why-michelin/technological-innovations/acoustic-technology\",block3H3:\"AGRICULTURAL LANDS PROTECTION \",block3Desc:[\"Discover Michelin CTIS, \",\" a technology that helps protect agricultural lands.(2)\",\"\"],block3YoutubeID:\"_Jc3P1onC3k\",block3CTA:\"Watch the video\",block3Link:\"https://business.michelin.ca/agriculture/michelin-hard-working-tyres/tyre-inflation\",quoteFloflo:\"Our innovative power and expertise have deeply changed the history of mobility. Today, they enable us to meet challenges in new, life-changing fields of activity.\",titleFloflo:\"President of the Michelin Group\",titleTireH2White:\"BEYOND \",titleTireH2Blue:\"TIRES\",card1Title:\"SPACE EXPLORATION \",card1Desc:[\"Discover airless tire technology \",\"designed for exploring new frontiers.(3)\",\"\"],card1YoutubeID:\"VFSkJ2Nzbuw\",card1CTA1:\"Watch the video\",card2Title:\"MARITIME TRAVEL\",card2Desc:[\"Discover WISAMO, an inflatable sail aimed at reducing CO2 emissions, emitted by maritime travel.(4)\",\"\",\"\"],card2YoutubeID:\"4783Fvq2UnE\",card2CTA1:\"Watch the video\",card3Title:\"MEDICAL\",card3Desc:[\"Discover the prosthetic belt designed \",\"to improve flexibility of movement.(5)\",\"\",\" \"],card3YoutubeID:\"qEjYIZKgC54\",card3CTA1:\"Watch the video\",fidelityTitleWhite:\"SUBSCRIBE TO OUR NEWSLETTER\",fidelityDesc1:\"For the latest special offers, product launches and road safety tips!\",fidelityDesc2:\"\",fidelityCTA:\"Click to sign up\",fidelityLink:\"https://www.michelin.ca/en/auto/newsletter\",legalTitle:\"Mentions légales\",legal1:'(1) MICHELIN Acoustic technology reduces perceived noise in the cabin by approximately 20% (measurement of interior noise, conducted in 2020 on a KIA Cadenza vehicle equipped with 245/45 R19 tires. Noise level measured on the \"170-230Hz\" frequency). Results may vary depending on the vehicle, tire range and size, speed, and road conditions. ',legal2:'(2) Based on calculations and field study conducted in real conditions in 2020 in France on a tractor and trailer equipped with MICHELIN tires. More information at https://business.michelin.ca/en/services/ctis-agricultural-tire-inflator',legal3:\"(3) Wheel prototype potentially for use in moon rovers, as part of NASA's ARTEMIS project. Michelin is part of the Moon Racer team, led by Intuitive Machines, which also includes AVL, Boeing, and Northrop Grumman Corporation.\",legal4:'(4) Wisamo is a sail propulsion system designed to reduce the carbon footprint of maritime transport; currently in testing phase with two prototypes in real maritime conditions. More information at https://wisamo.michelin.com/maritime-transport',legal5:'(5) Belt prototype. More information at https://www.ottobock.com/en-ca/product/1A1-2',legal6:\"\",legal7:\"\"};let l='

{{mainTitleH1}}

{{mainTitleH2}}

\"\"

{{description1}}

{{description2}}

\"\"

{{description1}}

{{description2}}

{{description1}}

{{description2}}

{{description31}}{{description32}}{{description33}}{{description34}}{{description4}}

{{titleH2White}} {{titleH2Blue}}

{{block1H3}}

{{block1Desc}}

Learn more

{{block2H3}}

{{block2Desc}}

{{block3H3}}

{{block3Desc}}

Learn more

 {{titleTireH2White}}{{titleTireH2Blue}}

\"\"

{{card1Title}}

{{card1Desc}}

\"\"

{{card2Title}}

{{card2Desc}}

\"\"

{{card3Title}}

{{card3Desc}}

\"Florent

“{{quoteFloflo}}”

Florent Menegaux

{{titleFloflo}}

\"\"

{{fidelityTitleWhite}}

{{fidelityDesc1}}{{fidelityDesc2}}

  • {{legal1}}
  • {{legal2}}
  • {{legal3}}
  • {{legal4}}
  • {{legal5}}
  • {{legal6}}
  • {{legal7}}
';const i=/({{(.+?)}})+/g;for(let t=i.exec(l);null!==t;t=i.exec(l)){const[,i,o]=t,w=Array.isArray(e[o.trim()])?e[o.trim()].reduce(((t,e)=>t+`${e}`),\"\"):e[o.trim()];l=l.replace(i,w)}t[0].insertAdjacentHTML(\"afterend\",l),Kameleoon.API.Core.runWhenElementPresent(\"#lastLink\",(function(){let t,e;var l;l=[\"https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/gsap.min.js\",\"https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/ScrollTrigger.min.js\",\"https://cdn.jsdelivr.net/npm/swiper@11/swiper-element-bundle.min.js\",\"https://cdn.jsdelivr.net/npm/dragon-lightbox@1.4.1/dist/dragon-lightbox.min.js\"],new Promise(((t,e)=>{const i=[];l.forEach((t=>{i.push(new Promise(((e,l)=>{const i=document.createElement(\"script\");i.src=t,i.onload=e,i.onerror=l,document.head.appendChild(i)})))})),Promise.all(i).then((()=>{window.lp_innovation_ready()})).catch((t=>{console.error(\"Error while including JavaScript files:\",t)}))}));const i=(t,e)=>{let l=0,i=setInterval((()=>{if(l>=5e3)return clearInterval(i),t.style.width=\"100%\",e(t);l+=10,t.style.width=100*l/5e3+\"%\"}),10);return i};window.scroll_slide=(l,o)=>{const w=l.closest(\"a[aria-current]\")??l.closest(\"[slider]\").querySelector(`a[href=\"#${l.id}\"]`),s=document.querySelector(w.hash);if(e!==s){clearInterval(t),e=s,document.querySelectorAll('a[aria-current=\"true\"] > span').forEach((t=>t.style.width=\"0%\"));for(const e of w.parentElement.children)e.ariaCurrent=e===w?\"true\":\"false\",e===w?t=i(e.querySelector(\"span\"),(t=>{const e=t.closest(\"a[aria-current]\"),l=e.nextElementSibling??e.parentElement.children[0];!e.nextElementSibling&&\"function\"==typeof o&&o(),window.scroll_slide(l,o)})):e.querySelector(\"span\").style.width=\"0%\";s.parentElement.scrollLeft=s.offsetLeft}},window.scroll_slide_callback=()=>{const t=document.querySelector(\"swiper-container\");t.swiper.slideNext()||t.swiper.slideTo(0)};const o=(t,e=.75)=>{const l=t.getBoundingClientRect(),i=window.innerWidth||document.documentElement.clientWidth,o=window.innerHeight||document.documentElement.clientHeight;return(Math.min(l.right,i)-Math.max(l.left,0))*(Math.min(l.bottom,o)-Math.max(l.top,0))>=e*(l.width*l.height)},w=()=>{const t=document.querySelector(\"#michelin-swiper-container\");if(!t.classList.contains(\"done\")&&o(t)){const e=t.querySelector('a[aria-current=\"true\"]');window.scroll_slide(e,window.scroll_slide_callback),t.classList.add(\"done\")}},s=()=>{const t=document.querySelector(\"swiper-container\"),e=t.shadowRoot.querySelector(\".swiper-wrapper\");window.innerWidth<768?t.swiper.enabled&&(t.swiper.disable(),setTimeout((()=>{e.style.transform=\"none\"}),100),e.style.display=\"grid\",e.style.gap=\"20px\"):(t.swiper.enable(),e.style.display=\"\",e.style.gap=\"\")};window.lp_innovation_ready=()=>{const t=()=>{document.querySelectorAll(\".image-parallaxed-text\").forEach((t=>{let e=t.offsetLeft,l=t.offsetTop,i=t.closest(\".container\").offsetWidth,o=t.closest(\".container\").offsetHeight;t.querySelector(\"h3\").style.left=`-${e}px`,t.querySelector(\"h3\").style.top=`-${l}px`,t.querySelector(\"h3\").style.width=`${i}px`,t.querySelector(\"h3\").style.height=`${o}px`}))};t(),window.addEventListener(\"scroll\",w),window.addEventListener(\"scroll\",t),window.addEventListener(\"resize\",t);document.querySelector(\"swiper-container\").addEventListener(\"swiperslidechangetransitionend\",(t=>{setTimeout((()=>{document.querySelectorAll(\"[slider]\").forEach((t=>{if(o(t)){const e=t.querySelector(\"a[aria-current]\");console.log(\"OK\"),window.scroll_slide(e,window.scroll_slide_callback)}}))}),500)})),gsap.registerPlugin(ScrollTrigger);const e=gsap.timeline();gsap.to(\"#intro-text\",{transform:()=>window.innerWidth>=768?\"translateY(13vw)\":\"translateY(40vw)\",ease:\"none\",scrollTrigger:{trigger:\"#intro-text\",start:\"top top\",end:\"center top\",toggleActions:\"play none none none\",scrub:!0}}),gsap.to(\"#title\",{fontSize:()=>window.innerWidth>=768?\"1vw\":\"4vw\",ease:\"none\",scrollTrigger:{trigger:\"#intro-text\",start:\"top top\",end:\"center top\",toggleActions:\"play none none none\",scrub:!0}}),gsap.to(\"#subtitle\",{fontSize:()=>window.innerWidth>=768?\"6.25vw\":\"9vw\",ease:\"none\",scrollTrigger:{trigger:\"#intro-text\",start:\"top top\",end:\"center top\",toggleActions:\"play none none none\",scrub:!0}},\"+=1\"),e.to(\"#intro-video\",{width:\"100%\",height:\"100%\",borderRadius:\"0\",ease:\"none\",scrollTrigger:{trigger:\"#video-container\",start:\"top top\",end:\"center top\",toggleActions:\"play none none none\",scrub:!0,pin:!0}}),document.getElementById(\"image-parallaxed-text-1\").style.top=window.innerWidth>=768?\"auto\":\"15vw\",gsap.to(\"#image-parallaxed-text-1\",{top:()=>window.innerWidth>=768?\"25.65vw\":\"15vw\",ease:\"none\",scrollTrigger:{trigger:\"#block-text-parallax\",start:\"center bottom\",end:\"center top\",toggleActions:\"restart none reverse pause\",scrub:!0}}),document.getElementById(\"image-parallaxed-text-2\").style.top=window.innerWidth>=768?\"25.65vw\":\"100vw\",gsap.to(\"#image-parallaxed-text-2\",{top:()=>window.innerWidth>=768&&\"0vw\",ease:\"none\",scrollTrigger:{trigger:\"#block-text-parallax\",start:\"center bottom\",end:\"center top\",toggleActions:\"restart none reverse pause\",scrub:!0}}),s(),window.addEventListener(\"resize\",s),Kameleoon.API.Core.runWhenElementPresent(\".dgad-static-page__body\",(function(t){document.getElementsByClassName(\"dgad-static-page__body\")[0].style.display=\"none\";const e=window.location.href.split(\"?\"),l=e[1];console.log(\"Vince : QueryString : \"+e[1]);var i=new URLSearchParams(l).get(\"anchor\");if(console.log(\"Vince : Anchor : \"+i),null!=i){setTimeout;var o=document.getElementById(i);console.log(\"Vince : elementToScrollTo : \"+o),setTimeout((()=>{console.log(\"Vince : Delayed for 1 second.\"),o.scrollIntoView({behavior:\"smooth\",block:\"start\",inline:\"nearest\"})}),\"2000\")}}))}}))}));","afterDOMReady":false}},{"name":"Variation 1","id":975139,"css":"@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap);/*! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:\"\"}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}@font-face{font-display:swap;font-family:Michelin;font-style:normal;font-weight:300;src:url(../fonts/Michelin-Light.otf) format(\"opentype\")}@font-face{font-display:swap;font-family:Michelin;font-style:normal;font-weight:400;src:url(../fonts/Michelin-Regular.otf) format(\"opentype\")}@font-face{font-display:swap;font-family:Michelin;font-style:normal;font-weight:600;src:url(../fonts/Michelin-SemiBold.otf) format(\"opentype\")}@font-face{font-display:swap;font-family:Michelin;font-style:normal;font-weight:700;src:url(../fonts/Michelin-Bold.otf) format(\"opentype\")}@font-face{font-display:swap;font-family:Michelin;font-style:normal;font-weight:900;src:url(../fonts/Michelin-Black.otf) format(\"opentype\")}html{font-family:Noto Sans,Helvetica,\"ui-sans-serif\",\"system-ui\",\"sans-serif\",Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.tw-container{width:100%}@media (min-width:640px){.tw-container{max-width:640px}}@media (min-width:768px){.tw-container{max-width:768px}}@media (min-width:1024px){.tw-container{max-width:1024px}}@media (min-width:1280px){.tw-container{max-width:1280px}}@media (min-width:1536px){.tw-container{max-width:1536px}}.tw-text-border-michelin{text-shadow:2px 0 #27509b,-2px 0 #27509b,0 2px #27509b,0 -2px #27509b,2px 2px #27509b,-2px -2px #27509b,2px -2px #27509b,-2px 2px #27509b}.tw-absolute{position:absolute}.tw-relative{position:relative}.tw-inset-0{inset:2px}.tw-inset-\\[0\\],.tw-inset-\\[0px\\]{inset:0}.tw-bottom-0{bottom:2px}.tw-bottom-14{bottom:56px}.tw-bottom-20{bottom:80px}.tw-left-0{left:2px}.tw-left-20{left:80px}.tw-left-\\[5vw\\]{left:5vw}.tw-right-0{right:2px}.tw-right-\\[5vw\\]{right:5vw}.tw-top-0{top:2px}.tw-top-\\[100vw\\]{top:100vw}.tw-top-\\[5vw\\]{top:5vw}.tw-z-\\[1\\]{z-index:1}.tw-z-\\[2\\]{z-index:2}.tw-z-\\[3\\]{z-index:3}.tw-m-auto{margin:auto}.tw-mx-6{margin-left:24px;margin-right:24px}.tw-mx-auto{margin-left:auto;margin-right:auto}.tw-my-20{margin-bottom:80px;margin-top:80px}.tw-my-\\[3vw\\]{margin-bottom:3vw;margin-top:3vw}.tw-mb-8{margin-bottom:32px}.tw-mr-10{margin-right:40px}.tw-mt-10{margin-top:40px}.tw-mt-14{margin-top:56px}.tw-mt-20{margin-top:80px}.tw-mt-3{margin-top:12px}.tw-mt-4{margin-top:16px}.tw-mt-40{margin-top:160px}.tw-mt-56{margin-top:224px}.tw-mt-8{margin-top:32px}.tw-mt-auto{margin-top:auto}.tw-block{display:block}.tw-inline-block{display:inline-block}.tw-inline{display:inline}.tw-flex{display:flex}.tw-grid{display:grid}.tw-hidden{display:none}.tw-h-0{height:2px}.tw-h-1{height:4px}.tw-h-1\\.5{height:6px}.tw-h-\\[180vw\\]{height:180vw}.tw-h-\\[80vw\\]{height:80vw}.tw-h-full{height:100%}.tw-h-screen{height:100vh}.tw-w-1\\/4{width:25%}.tw-w-4\\/5{width:80%}.tw-w-\\[55vw\\]{width:55vw}.tw-w-full{width:100%}.tw-w-screen{width:100vw}.tw-w-\\[50vw\\]{width:50vw}.tw-min-w-0{min-width:2px}.\\!tw-max-w-full{max-width:100%!important}.tw-max-w-96{max-width:384px}.tw-max-w-\\[1000px\\]{max-width:1000px}.tw-max-w-\\[500px\\]{max-width:500px}.tw-flex-1{flex:1 1 0%}.tw-flex-shrink-0,.tw-shrink-0{flex-shrink:0}.tw-basis-1\\/4{flex-basis:25%}.tw-transform-none{transform:none}.tw-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.tw-snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness)}.tw-snap-mandatory{--tw-scroll-snap-strictness:mandatory}.tw-snap-center{scroll-snap-align:center}.tw-snap-always{scroll-snap-stop:always}.tw-list-none{list-style-type:none}.tw-flex-col{flex-direction:column}.tw-items-center{align-items:center}.tw-justify-center{justify-content:center}.tw-gap-2{gap:8px}.tw-gap-20{gap:80px}.tw-gap-4{gap:16px}.tw-gap-6{gap:24px}.tw-overflow-hidden{overflow:hidden}.tw-overflow-x-hidden{overflow-x:hidden}.tw-scroll-smooth{scroll-behavior:smooth}.tw-rounded{border-radius:4px}.tw-rounded-2xl{border-radius:16px}.tw-rounded-full{border-radius:9999px}.tw-rounded-lg{border-radius:8px}.tw-rounded-xl{border-radius:12px}.tw-border{border-width:1px}.tw-border-\\[\\#FCE500\\]{--tw-border-opacity:1;border-color:rgb(252 229 0/var(--tw-border-opacity))}.tw-bg-\\[\\#FCE500\\]{--tw-bg-opacity:1;background-color:rgb(252 229 0/var(--tw-bg-opacity))}.tw-bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.tw-bg-black\\/20{background-color:#0003}.tw-bg-transparent{background-color:initial}.tw-bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.tw-bg-white\\/30{background-color:#ffffff4d}.tw-bg-\\[url\\(\\'https\\:\\/\\/dgaddcosprod\\.blob\\.core\\.windows\\.net\\/b2c-experience-production\\/attachments\\/clvmj8czm08em01j37tadtcem-innovation-background\\.svg\\'\\)\\]{background-image:url(https://dgaddcosprod.blob.core.windows.net/b2c-experience-production/attachments/clvmj8czm08em01j37tadtcem-innovation-background.svg)}.tw-bg-\\[url\\(\\\\\\'https\\:\\/\\/dgaddcosprod\\.blob\\.core\\.windows\\.net\\/b2c-experience-production\\/attachments\\/clvmj8czm08em01j37tadtcem-innovation-background\\.svg\\\\\\'\\)\\]{background-image:url(\\'https:/dgaddcosprod.blob.core.windows.net/b2c-experience-production/attachments/clvmj8czm08em01j37tadtcem-innovation-background.svg\\')}.tw-bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.tw-from-black\\/85{--tw-gradient-from:#000000d9 var(--tw-gradient-from-position);--tw-gradient-to:#0000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.tw-via-transparent{--tw-gradient-to:#0000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#0000 var(--tw-gradient-via-position),var(--tw-gradient-to)}.tw-to-transparent{--tw-gradient-to:#0000 var(--tw-gradient-to-position)}.tw-bg-cover{background-size:cover}.tw-bg-top{background-position:top}.tw-object-cover{-o-object-fit:cover;object-fit:cover}.tw-object-\\[-40px_center\\]{-o-object-position:-40px center;object-position:-40px center}.tw-object-center{-o-object-position:center;object-position:center}.tw-object-left{-o-object-position:left;object-position:left}.tw-object-right-top{-o-object-position:right top;object-position:right top}.tw-object-top{-o-object-position:top;object-position:top}.tw-p-4{padding:16px}.tw-p-6{padding:24px}.tw-px-10{padding-left:40px;padding-right:40px}.tw-px-4{padding-left:16px;padding-right:16px}.tw-px-6{padding-left:24px;padding-right:24px}.tw-px-\\[4vw\\]{padding-left:4vw;padding-right:4vw}.tw-py-2{padding-bottom:8px;padding-top:8px}.tw-pb-0{padding-bottom:2px}.tw-pb-12{padding-bottom:48px}.tw-pb-6{padding-bottom:24px}.tw-pt-0{padding-top:2px}.tw-pt-10{padding-top:40px}.tw-pt-\\[130\\%\\]{padding-top:130%}.tw-pt-\\[140\\%\\]{padding-top:140%}.tw-pt-\\[180\\%\\]{padding-top:180%}.tw-text-center{text-align:center}.tw-font-michelin{font-family:Michelin,Helvetica,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.tw-font-noto-sans{font-family:Noto Sans,Helvetica,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.tw-text-2xl{font-size:24px;line-height:32px}.tw-text-4xl{font-size:36px;line-height:40px}.tw-text-\\[15px\\]{font-size:15px}.tw-text-\\[7vw\\]{font-size:7vw}.tw-text-base{font-size:16px;line-height:24px}.tw-text-lg{font-size:18px;line-height:28px}.tw-text-sm{font-size:14px;line-height:20px}.tw-text-xl{font-size:20px;line-height:28px}.tw-font-bold{font-weight:700}.tw-uppercase{text-transform:uppercase}.tw-leading-\\[1\\.05\\]{line-height:1.05}.tw-leading-tight{line-height:1.25}.tw-text-\\[\\#000C34\\]{--tw-text-opacity:1;color:rgb(0 12 52/var(--tw-text-opacity))}.tw-text-\\[\\#00205B\\]{--tw-text-opacity:1;color:rgb(0 32 91/var(--tw-text-opacity))}.tw-text-michelin-blue{--tw-text-opacity:1;color:rgb(39 80 155/var(--tw-text-opacity))}.tw-text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.tw-shadow-xl{--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-brightness-\\[\\.6\\]{--tw-brightness:brightness(.6)}.tw-brightness-\\[\\.6\\],.tw-drop-shadow-sm{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.tw-drop-shadow-sm{--tw-drop-shadow:drop-shadow(0 1px 1px #0000000d)}.after\\:tw-absolute:after{content:var(--tw-content);position:absolute}.after\\:-tw-top-2:after{content:var(--tw-content);top:-8px}.after\\:tw-left-0:after{content:var(--tw-content);left:2px}.after\\:tw-z-\\[1\\]:after{content:var(--tw-content);z-index:1}.after\\:tw-h-4:after{content:var(--tw-content);height:16px}.after\\:tw-w-1\\/2:after{content:var(--tw-content);width:50%}.after\\:tw-bg-\\[\\#FCE500\\]:after{--tw-bg-opacity:1;background-color:rgb(252 229 0/var(--tw-bg-opacity));content:var(--tw-content)}.after\\:tw-content-\\[\\'\\'\\]:after{--tw-content:\"\";content:var(--tw-content)}.after\\:tw-content-\\[\\\\\\'\\\\\\'\\]:after{--tw-content:\\'\\';content:var(--tw-content)}@media (min-width:768px){.md\\:tw-absolute{position:absolute}.md\\:tw-left-0{left:2px}.md\\:tw-left-1\\/2{left:50%}.md\\:tw-left-\\[15vw\\]{left:15vw}.md\\:tw-right-\\[15vw\\]{right:15vw}.md\\:tw-top-0{top:2px}.md\\:tw-top-\\[25\\.65vw\\]{top:25.65vw}.md\\:tw-right-\\[14vw\\]{right:14vw}.md\\:tw-right-\\[17vw\\]{right:17vw}.md\\:tw-right-\\[18vw\\]{right:18vw}.md\\:tw-right-\\[18\\.2vw\\]{right:18.2vw}.md\\:tw-right-\\[18\\.3vw\\]{right:18.3vw}.md\\:tw-right-\\[18\\.4vw\\]{right:18.4vw}.md\\:tw-right-\\[18\\.5vw\\]{right:18.5vw}.md\\:tw-right-\\[17\\.5vw\\]{right:17.5vw}.md\\:tw-right-\\[19\\.5vw\\]{right:19.5vw}.md\\:tw-right-\\[20vw\\]{right:20vw}.md\\:tw-right-\\[19vw\\]{right:19vw}.md\\:tw-ml-14{margin-left:56px}.md\\:tw-ml-28{margin-left:112px}.md\\:tw-mt-16{margin-top:64px}.md\\:tw-mt-32{margin-top:128px}.md\\:tw-mt-40{margin-top:160px}.md\\:tw-mt-52{margin-top:208px}.md\\:tw-mt-6{margin-top:24px}.md\\:tw-block{display:block}.md\\:tw-inline-block{display:inline-block}.md\\:tw-flex{display:flex}.md\\:tw-h-\\[14\\.375vw\\]{height:14.375vw}.md\\:tw-h-\\[35vw\\]{height:35vw}.md\\:tw-h-\\[40vw\\]{height:40vw}.md\\:tw-h-auto{height:auto}.md\\:tw-h-\\[14vw\\]{height:14vw}.md\\:tw-h-\\[12vw\\]{height:12vw}.md\\:tw-h-\\[12\\.5vw\\]{height:12.5vw}.md\\:tw-h-\\[11\\.375vw\\]{height:11.375vw}.md\\:tw-h-\\[10vw\\]{height:10vw}.md\\:tw-w-2\\/3{width:66.666667%}.md\\:tw-w-2\\/5{width:40%}.md\\:tw-w-6{width:24px}.md\\:tw-w-\\[26vw\\]{width:26vw}.md\\:tw-w-full{width:100%}.md\\:tw-w-\\[24vw\\]{width:24vw}.md\\:tw-w-\\[22vw\\]{width:22vw}.md\\:tw-w-\\[23vw\\]{width:23vw}.md\\:tw-w-\\[20vw\\]{width:20vw}.md\\:tw-w-\\[19vw\\]{width:19vw}.md\\:tw-w-\\[18vw\\]{width:18vw}.md\\:tw-w-\\[18\\.5vw\\]{width:18.5vw}.md\\:tw-max-w-\\[520px\\]{max-width:520px}.md\\:tw-transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\\:tw-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\\:tw-flex-row{flex-direction:row}.md\\:tw-p-0{padding:2px}.md\\:tw-px-0{padding-left:2px;padding-right:2px}.md\\:tw-px-1{padding-left:4px;padding-right:4px}.md\\:tw-py-0{padding-bottom:2px;padding-top:2px}.md\\:tw-pb-14{padding-bottom:56px}.md\\:tw-pt-\\[110\\%\\]{padding-top:110%}.md\\:tw-pt-\\[50\\%\\]{padding-top:50%}.md\\:tw-pt-\\[66\\.67\\%\\]{padding-top:66.67%}.md\\:tw-text-left{text-align:left}.md\\:tw-text-3xl{font-size:30px;line-height:36px}.md\\:tw-text-7xl{font-size:72px;line-height:1}.md\\:tw-text-\\[2\\.5vw\\]{font-size:2.5vw}.md\\:tw-text-\\[2\\.62vw\\]{font-size:2.62vw}.md\\:tw-text-xl{font-size:20px;line-height:28px}.md\\:tw-font-medium{font-weight:500}.md\\:tw-leading-snug{line-height:1.375}.md\\:tw-text-michelin-blue{--tw-text-opacity:1;color:rgb(39 80 155/var(--tw-text-opacity))}.md\\:tw-text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.md\\:after\\:tw-w-1\\/3:after{content:var(--tw-content);width:33.333333%}}@media (min-width:1024px){.lg\\:tw-block{display:block}}","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".b2c-appbar\",(function(t){const e={mainTitleH1:\"MICHELIN INNOVE \",mainTitleH2:\"SUR LA ROUTE
ET AU-DELÀ\",mainVideoLink:\"https://dgaddcosprod.blob.core.windows.net/b2c-experience-production/attachments/clwuommfo08x801jeazpxbsjf-innovation-video1-ca-fr.mp4\",description1:\"L'innovation a toujours fait
partie de notre ADN.\",description2:\"Grâce à nos savoir-faire,
nous innovons aujourd'hui
dans de nombreux
secteurs, bien au-delà
du pneu ! \",description31:\"Cette croyance dans le progrès, c’est ce qui nous \",description32:\"permet de repousser les limites du possible grâce \",description33:\"à des innovations pionnières qui construisent \",description34:\"le monde de demain.\",description4:\" Chez Michelin, nous innovons chaque jour pour améliorer le quotidien.\",titleH2White:\"SUR LA \",titleH2Blue:\"ROUTE\",block1H3:\"LONGÉVITÉ\",block1Desc:[\"Découvrez MaxTouch, une technologie qui permet de maximiser \",\"la durée de vie du pneu en assurant une répartition uniforme \",\"des forces de contact avec la route.\"],block1YoutubeID:\"wbYRVIh71Hw\",block1CTA:\"Regardez la vidéo\",block2H3:\"SILENCE\",block2Desc:[\"Découvrez MICHELIN Acoustic, une technologie qui permet \",\" de réduire significativement le bruit dans l’habitacle \",\" pour vous offrir plus de confort.(1)\"],block2YoutubeID:\"NqgyYfbNtro\",block2CTA:\"Regardez la vidéo\",block2Link:\"https://www.michelin.ca/fr/auto/conseil/innovations-technologiques/technologie-acoustique\",block3H3:\"PROTECTION DES TERRES AGRICOLES\",block3Desc:[\"Découvrez le système de télégonflage CTIS de Michelin, \",\"une technologie qui permet de mieux respecter les terres agricoles.(2)\",\"\"],block3YoutubeID:\"cemkuH8KVJE\",block3CTA:\"Regardez la vidéo\",block3Link:\"https://business.michelin.ca/fr/services/systeme-telegonflage-tracteur-ctis\",quoteFloflo:\"Notre puissance d’innovation et nos expertises ont profondément changé l’histoire de la mobilité. Elles nous permettent dès à présent de relever des défis dans de nouveaux domaines d'activité qui transformeront notre quotidien.\",titleFloflo:\"Président du groupe Michelin\",titleTireH2White:\"AU-DELÀ \",titleTireH2Blue:\"DU PNEU\",card1Title:\"EXPLORATION SPATIALE\",card1Desc:[\"Découvrez notre technologie de pneu sans air \",\"destinée à l'exploration de nouvelles planètes.(3)\",\"\"],card1YoutubeID:\"6jMV5kye2fA\",card1CTA1:\"Regardez la vidéo\",card2Title:\"MÉDICAL\",card2Desc:[\"Découvrez notre courroie pour prothèse conçue pour améliorer la mobilité en permettant une plus grande souplesse de déplacement.(4) \",\"\",\"\"],card2YoutubeID:\"MrHzGZCw0tU\",card2CTA1:\"Regardez la vidéo\",card3Title:\"TRANSPORT MARITIME\",card3Desc:[\"Découvrez WISAMO, une voile gonflable \",\"ayant pour but de réduire les émissions de CO2 \",\"émises par le transport maritime.(5)\",\" \"],card3YoutubeID:\"4aHmJgElz3A\",card3CTA1:\"Regardez la vidéo\",fidelityTitleWhite:\"INSCRIVEZ-VOUS À NOTRE INFOLETTRE\",fidelityDesc1:\"pour être le premier à recevoir nos offres spéciales, nos lancements de produits et des conseils sur l’achat de pneu.\",fidelityDesc2:\"\",fidelityCTA:\"Cliquez pour vous inscrire\",fidelityLink:\"https://www.michelin.ca/fr/auto/infolettre\",legalTitle:\"Mentions légales\",legal1:\"(1) La technologie MICHELIN Acoustic réduit le bruit perçu dans l'habitacle d'environ 20% (mesure du bruit intérieur, réalisé en 2020 sur un véhicule KIA Cadenza équipé en dimension 245/45 R19. Niveau de bruit mesuré sur la fréquence \\\"170-230Hz\\\"). Les résultats peuvent varier selon le véhicule, la gamme et la dimension des pneus, la vitesse et les conditions de route.\",legal2:'(2) D’après des calculs et une étude de terrain menée en conditions réelles en 2020 en France sur un tracteur et une remorque, équipés de pneus MICHELIN. Plus d’informations sur https://business.michelin.ca/fr/services/systeme-telegonflage-tracteur-ctis',legal3:\"(3) Prototype de roue susceptible d'équiper les astromobiles, dans le cadre du projet ARTEMIS de la NASA. Michelin fait partie de l'équipe Moon Racer, dirigée par Intuitive Machines, qui compte également AVL, Boeing et Northrop Grumman Corporation.\",legal4:'(4) Prototype de courroie. Plus d’informations sur https://www.ottobock.com/fr-ca/product/1A1-2',legal5:'(5) Wisamo est un système de propulsion à voile permettant de réduire l\\'empreinte carbone du transport maritime ; en phase de tests avec deux prototypes en conditions maritimes réelles. Plus d’informations sur https://wisamo.michelin.com/fr/transport-maritime',legal6:\"\",legal7:\"\"};let l='

{{mainTitleH1}}

{{mainTitleH2}}

\"\"

{{description1}}

{{description2}}

\"\"

{{description1}}

{{description2}}

{{description1}}

{{description2}}

{{description31}}{{description32}}{{description33}}{{description34}}{{description4}}

{{titleH2White}} {{titleH2Blue}}

{{block1H3}}

{{block1Desc}}

{{block2H3}}

{{block2Desc}}

En savoir plus

{{block3H3}}

{{block3Desc}}

En savoir plus

 {{titleTireH2White}}{{titleTireH2Blue}}

\"\"

{{card1Title}}

{{card1Desc}}

\"\"

{{card2Title}}

{{card2Desc}}

\"\"

{{card3Title}}

{{card3Desc}}

\"Florent

“{{quoteFloflo}}”

Florent Menegaux

{{titleFloflo}}

\"\"

{{fidelityTitleWhite}}

{{fidelityDesc1}}{{fidelityDesc2}}

  • {{legal1}}
  • {{legal2}}
  • {{legal3}}
  • {{legal4}}
  • {{legal5}}
  • {{legal6}}
  • {{legal7}}
';const i=/({{(.+?)}})+/g;for(let t=i.exec(l);null!==t;t=i.exec(l)){const[,i,o]=t,s=Array.isArray(e[o.trim()])?e[o.trim()].reduce(((t,e)=>t+`${e}`),\"\"):e[o.trim()];l=l.replace(i,s)}t[0].insertAdjacentHTML(\"afterend\",l),Kameleoon.API.Core.runWhenElementPresent(\"#lastLink\",(function(){let t,e;var l;l=[\"https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/gsap.min.js\",\"https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/ScrollTrigger.min.js\",\"https://cdn.jsdelivr.net/npm/swiper@11/swiper-element-bundle.min.js\",\"https://cdn.jsdelivr.net/npm/dragon-lightbox@1.4.1/dist/dragon-lightbox.min.js\"],new Promise(((t,e)=>{const i=[];l.forEach((t=>{i.push(new Promise(((e,l)=>{const i=document.createElement(\"script\");i.src=t,i.onload=e,i.onerror=l,document.head.appendChild(i)})))})),Promise.all(i).then((()=>{window.lp_innovation_ready()})).catch((t=>{console.error(\"Error while including JavaScript files:\",t)}))}));const i=(t,e)=>{let l=0,i=setInterval((()=>{if(l>=5e3)return clearInterval(i),t.style.width=\"100%\",e(t);l+=10,t.style.width=100*l/5e3+\"%\"}),10);return i};window.scroll_slide=(l,o)=>{const s=l.closest(\"a[aria-current]\")??l.closest(\"[slider]\").querySelector(`a[href=\"#${l.id}\"]`),w=document.querySelector(s.hash);if(e!==w){clearInterval(t),e=w,document.querySelectorAll('a[aria-current=\"true\"] > span').forEach((t=>t.style.width=\"0%\"));for(const e of s.parentElement.children)e.ariaCurrent=e===s?\"true\":\"false\",e===s?t=i(e.querySelector(\"span\"),(t=>{const e=t.closest(\"a[aria-current]\"),l=e.nextElementSibling??e.parentElement.children[0];!e.nextElementSibling&&\"function\"==typeof o&&o(),window.scroll_slide(l,o)})):e.querySelector(\"span\").style.width=\"0%\";w.parentElement.scrollLeft=w.offsetLeft}},window.scroll_slide_callback=()=>{const t=document.querySelector(\"swiper-container\");t.swiper.slideNext()||t.swiper.slideTo(0)};const o=(t,e=.75)=>{const l=t.getBoundingClientRect(),i=window.innerWidth||document.documentElement.clientWidth,o=window.innerHeight||document.documentElement.clientHeight;return(Math.min(l.right,i)-Math.max(l.left,0))*(Math.min(l.bottom,o)-Math.max(l.top,0))>=e*(l.width*l.height)},s=()=>{const t=document.querySelector(\"#michelin-swiper-container\");if(!t.classList.contains(\"done\")&&o(t)){const e=t.querySelector('a[aria-current=\"true\"]');window.scroll_slide(e,window.scroll_slide_callback),t.classList.add(\"done\")}},w=()=>{const t=document.querySelector(\"swiper-container\"),e=t.shadowRoot.querySelector(\".swiper-wrapper\");window.innerWidth<768?t.swiper.enabled&&(t.swiper.disable(),setTimeout((()=>{e.style.transform=\"none\"}),100),e.style.display=\"grid\",e.style.gap=\"20px\"):(t.swiper.enable(),e.style.display=\"\",e.style.gap=\"\")};window.lp_innovation_ready=()=>{const t=()=>{document.querySelectorAll(\".image-parallaxed-text\").forEach((t=>{let e=t.offsetLeft,l=t.offsetTop,i=t.closest(\".container\").offsetWidth,o=t.closest(\".container\").offsetHeight;t.querySelector(\"h3\").style.left=`-${e}px`,t.querySelector(\"h3\").style.top=`-${l}px`,t.querySelector(\"h3\").style.width=`${i}px`,t.querySelector(\"h3\").style.height=`${o}px`}))};t(),window.addEventListener(\"scroll\",s),window.addEventListener(\"scroll\",t),window.addEventListener(\"resize\",t);document.querySelector(\"swiper-container\").addEventListener(\"swiperslidechangetransitionend\",(t=>{setTimeout((()=>{document.querySelectorAll(\"[slider]\").forEach((t=>{if(o(t)){const e=t.querySelector(\"a[aria-current]\");console.log(\"OK\"),window.scroll_slide(e,window.scroll_slide_callback)}}))}),500)})),gsap.registerPlugin(ScrollTrigger);const e=gsap.timeline();gsap.to(\"#intro-text\",{transform:()=>window.innerWidth>=768?\"translateY(13vw)\":\"translateY(40vw)\",ease:\"none\",scrollTrigger:{trigger:\"#intro-text\",start:\"top top\",end:\"center top\",toggleActions:\"play none none none\",scrub:!0}}),gsap.to(\"#title\",{fontSize:()=>window.innerWidth>=768?\"1vw\":\"4vw\",ease:\"none\",scrollTrigger:{trigger:\"#intro-text\",start:\"top top\",end:\"center top\",toggleActions:\"play none none none\",scrub:!0}}),gsap.to(\"#subtitle\",{fontSize:()=>window.innerWidth>=768?\"6.25vw\":\"9vw\",ease:\"none\",scrollTrigger:{trigger:\"#intro-text\",start:\"top top\",end:\"center top\",toggleActions:\"play none none none\",scrub:!0}},\"+=1\"),e.to(\"#intro-video\",{width:\"100%\",height:\"100%\",borderRadius:\"0\",ease:\"none\",scrollTrigger:{trigger:\"#video-container\",start:\"top top\",end:\"center top\",toggleActions:\"play none none none\",scrub:!0,pin:!0}}),document.getElementById(\"image-parallaxed-text-1\").style.top=window.innerWidth>=768?\"auto\":\"15vw\",gsap.to(\"#image-parallaxed-text-1\",{top:()=>window.innerWidth>=768?\"25.65vw\":\"15vw\",ease:\"none\",scrollTrigger:{trigger:\"#block-text-parallax\",start:\"center bottom\",end:\"center top\",toggleActions:\"restart none reverse pause\",scrub:!0}}),document.getElementById(\"image-parallaxed-text-2\").style.top=window.innerWidth>=768?\"25.65vw\":\"100vw\",gsap.to(\"#image-parallaxed-text-2\",{top:()=>window.innerWidth>=768&&\"0vw\",ease:\"none\",scrollTrigger:{trigger:\"#block-text-parallax\",start:\"center bottom\",end:\"center top\",toggleActions:\"restart none reverse pause\",scrub:!0}}),w(),window.addEventListener(\"resize\",w),Kameleoon.API.Core.runWhenElementPresent(\".dgad-static-page__body\",(function(t){document.getElementsByClassName(\"dgad-static-page__body\")[0].style.display=\"none\";const e=window.location.href.split(\"?\"),l=e[1];console.log(\"Vince : QueryString : \"+e[1]);var i=new URLSearchParams(l).get(\"anchor\");if(console.log(\"Vince : Anchor : \"+i),null!=i){setTimeout;var o=document.getElementById(i);console.log(\"Vince : elementToScrollTo : \"+o),setTimeout((()=>{console.log(\"Vince : Delayed for 1 second.\"),o.scrollIntoView({behavior:\"smooth\",block:\"start\",inline:\"nearest\"})}),\"2000\")}}))}}))}));","afterDOMReady":false}},{"name":"Variation 1","id":976592,"css":"","elementSets":[],"javaScriptCode":{"code":"var campaign=!0;const productPageTemplate=\"https://www.michelin.gr/auto/tyres/\",campaignIDs=[\"primacyrange\",\"pilotsportfamily\",\"crossclimaterange\"];if(-1!=window.location.href.search(\"utm_term\")){console.log(\"Vince : utm_term found\");const e=window.location.href.split(\"?\")[1];for(var mySettings=new URLSearchParams(e).get(\"utm_term\"),i=0;i

'+a+\"

\";n[0].insertAdjacentHTML(\"beforebegin\",c)}else{var o='
\"testbanner\"

'+a+\"

\";n[0].insertAdjacentHTML(\"beforebegin\",o)}}));var tyreLists=[[\"michelin-primacy-4-plus\",\"michelin-primacy-4\",\"michelin-e-primacy\"],[\"michelin-pilot-sport-5\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-cup-2\",\"michelin-pilot-sport-cup-2-connect\",\"michelin-pilot-sport-ev\",\"michelin-pilot-sport-cup-2-r\",\"michelin-pilot-alpin-5-suv\",\"michelin-pilot-alpin-5\"],[\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-crossclimate-camping\",\"michelin-agilis-crossclimate\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)];Kameleoon.API.Core.runWhenElementPresent(\".b2c-product-promo__title-container\",(function(e){selectedProducts.length<=4&&e[0].remove()})),setTimeout((()=>{Kameleoon.API.Core.runWhenElementPresent(\".b2c-scroller__slide\",(function(e){e.forEach((function(e){var i=e.href.replace(productPageTemplate,\"\");selectedProducts.includes(i)||e.remove()}))}),null,!0)}),\"1000\")}","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":976708,"css":"","elementSets":[],"javaScriptCode":{"code":"var campaign=!0;const productPageTemplate=\"https://www.michelin.hu/auto/tyres/\",campaignIDs=[\"primacyrange\",\"pilotsportfamily\",\"crossclimaterange\"];if(-1!=window.location.href.search(\"utm_term\")){console.log(\"Vince : utm_term found\");const e=window.location.href.split(\"?\")[1];for(var mySettings=new URLSearchParams(e).get(\"utm_term\"),i=0;i

'+i+\"

\";n[0].insertAdjacentHTML(\"beforebegin\",c)}else{var s='
\"testbanner\"

'+i+\"

\";n[0].insertAdjacentHTML(\"beforebegin\",s)}}));var tyreLists=[[\"michelin-primacy-4-plus\",\"michelin-primacy-4\",\"michelin-e-primacy\"],[\"michelin-pilot-sport-5\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-cup2\",\"michelin-pilot-sport-cup-2-connect\",\"michelin-pilot-sport-ev\",\"michelin-pilot-sport-cup2-r\",\"michelin-pilot-alpin-5-suv\",\"michelin-pilot-alpin-5\"],[\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-crossclimate-camping\",\"michelin-agilis-crossclimate\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)];Kameleoon.API.Core.runWhenElementPresent(\".b2c-product-promo__title-container\",(function(e){selectedProducts.length<=4&&e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-scroller__slide\",(function(e){e.forEach((function(e){var a=e.href.replace(productPageTemplate,\"\");selectedProducts.includes(a)||e.remove()}))}),null,!0)}else{var originalBanner='
\"conversion

VÁSÁROLJON MICHELIN GUMIABRONCSOKAT ONLINE

';Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search\",(function(e){}));selectedProducts=tyreList}","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":976720,"css":"","elementSets":[],"javaScriptCode":{"code":"var campaign=!0;const productPageTemplate=\"https://www.michelin.it/auto/tyres/\",campaignIDs=[\"primacyrange\",\"pilotsportfamily\",\"crossclimaterange\"];if(-1!=window.location.href.search(\"utm_term\")){console.log(\"Vince : utm_term found\");const e=window.location.href.split(\"?\")[1];for(var mySettings=new URLSearchParams(e).get(\"utm_term\"),i=0;i

'+i+\"

\";n[0].insertAdjacentHTML(\"beforebegin\",c)}else{var s='
\"testbanner\"

'+i+\"

\";n[0].insertAdjacentHTML(\"beforebegin\",s)}}));var tyreLists=[[\"michelin-primacy-4-plus\",\"michelin-primacy4\",\"michelin-e-primacy\"],[\"michelin-pilot-sport-5\",\"michelin-pilot-alpin5\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-cup2\",\"michelin-pilot-sport-cup-2-connect\",\"michelin-pilot-sport-cup-2-r\",\"michelin-pilot-alpin-5-suv\"],[\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-crossclimate-camping\",\"michelin-agilis-crossclimate\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)];Kameleoon.API.Core.runWhenElementPresent(\".b2c-product-promo__title-container\",(function(e){selectedProducts.length<=4&&e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-scroller__slide\",(function(e){e.forEach((function(e){var a=e.href.replace(productPageTemplate,\"\");selectedProducts.includes(a)||e.remove()}))}),null,!0)}else{var originalBanner='
\"conversion

ACQUISTA ONLINE PNEUMATICI MICHELIN

';Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search\",(function(e){}));selectedProducts=tyreList}","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":976797,"css":".b2c-tyre-selector-pages__wrapper{margin-top:0!important}","elementSets":[],"javaScriptCode":{"code":"const productPageTemplate=\"https://www.michelin.fr/auto/tyres/\",campaignIDs=[\"longevity-4w\",\"confidenceas-4w\",\"trustev-4w\"],myTable=window.location.href.split(\"?\"),myQueryString=myTable[1],searchParams=new URLSearchParams(myQueryString);for(var mySettings=searchParams.get(\"utm_term\"),i=0;i

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",i)}else{var n='
\"testbanner\"

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",n)}})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-list__header-inner\",(function(e){e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent('[data-macro=\"b2c-tyre-list-pagination\"]',(function(e){e[0].remove(),document.querySelector(\".b2c-tyre-list__header\").style.padding=\"0\"}));var tyreLists=[[\"michelin-e-primacy\",\"michelin-pilot-sport-4\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-primacy-4\",\"michelin-primacy-4-plus\"],[\"michelin-agilis-crossclimate\",\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-crossclimate-camping\"],[\"michelin-alpin-6\",\"michelin-alpin-7\",\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-e-primacy\",\"michelin-pilot-alpin-5\",\"michelin-pilot-alpin-5-suv\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-pilot-sport-ev\",\"michelin-primacy-4-plus\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)],ViewMoreTranslation=\"Voir les détails\",productCards=Kameleoon.API.Utils.querySelectorAll(\".b2c-tyre-list-results-card\");productCards.forEach((function(e){var i=e.querySelector('[title=\"'+ViewMoreTranslation+'\"]').href.replace(productPageTemplate,\"\");selectedProducts.includes(i)||e.remove()}));var legalMentionTitle=\"MENTIONS LÉGALES\",legalMentions=[[\"Photo non contractuelle\"],[\"Photo non contractuelle\"],[\"Photo non contractuelle\"]];Kameleoon.API.Core.runWhenElementPresent(\".b2c-breadcrumb\",(function(e){var i='
'+legalMentionTitle+'
 
'+legalMentions[campaignIDs.indexOf(myCampaignID)]+\"
\";e[0].insertAdjacentHTML(\"beforebegin\",i)}));","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":976808,"css":"","elementSets":[],"javaScriptCode":{"code":"var campaign=!0;const productPageTemplate=\"https://www.michelin.com.tr/auto/tyres/\",campaignIDs=[\"primacyrange\",\"pilotsportfamily\",\"crossclimaterange\"];if(-1!=window.location.href.search(\"utm_term\")){console.log(\"Vince : utm_term found\");const e=window.location.href.split(\"?\")[1];for(var mySettings=new URLSearchParams(e).get(\"utm_term\"),i=0;i

'+i+\"

\";n[0].insertAdjacentHTML(\"beforebegin\",c)}else{var s='
\"testbanner\"

'+i+\"

\";n[0].insertAdjacentHTML(\"beforebegin\",s)}}));var tyreLists=[[\"michelin-primacy-3\",\"michelin-primacy-4-plus\",\"michelin-primacy-4\"],[\"michelin-pilot-alpin-5\",\"michelin-pilot-alpin-5-suv\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-pilot-sport-cup-2\",\"michelin-pilot-sport-cup-2-connect\",\"michelin-pilot-sport-cup-2-r\",\"michelin-pilot-sport-ev\"],[\"michelin-agilis-crossclimate\",\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-crossclimate-camping\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)];Kameleoon.API.Core.runWhenElementPresent(\".b2c-product-promo__title-container\",(function(e){selectedProducts.length<=4&&e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-scroller__slide\",(function(e){console.log(\"Vince : in the first loop\"),e.forEach((function(e){var a=e.href.replace(productPageTemplate,\"\");selectedProducts.includes(a)||e.remove()}))}),null,!0)}else{var originalBanner='
\"conversion

MICHELIN LASTİKLERİNİ HEMEN SATIN AL

';Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search\",(function(e){}));selectedProducts=tyreList}","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":976919,"css":"","elementSets":[],"javaScriptCode":{"code":"var campaign=!0;const productPageTemplate=\"https://www.michelin.ro/auto/tyres/\",campaignIDs=[\"primacyrange\",\"pilotsportfamily\",\"crossclimaterange\"];if(-1!=window.location.href.search(\"utm_term\")){console.log(\"Vince : utm_term found\");const e=window.location.href.split(\"?\")[1];for(var mySettings=new URLSearchParams(e).get(\"utm_term\"),i=0;i

'+i+\"

\";n[0].insertAdjacentHTML(\"beforebegin\",c)}else{var s='
\"testbanner\"

'+i+\"

\";n[0].insertAdjacentHTML(\"beforebegin\",s)}}));var tyreLists=[[\"michelin-primacy-4-plus\",\"michelin-primacy-4\",\"michelin-e-primacy\"],[\"michelin-pilot-sport-5\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-cup2\",\"michelin-pilot-sport-cup-2-connect\",\"michelin-pilot-sport-ev\",\"michelin-pilot-sport-cup-2-r\",\"michelin-pilot-alpin-5-suv\",\"michelin-pilot-alpin-5\"],[\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-crossclimate-camping\",\"michelin-agilis-crossclimate\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)];Kameleoon.API.Core.runWhenElementPresent(\".b2c-product-promo__title-container\",(function(e){selectedProducts.length<=4&&e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-scroller__slide\",(function(e){e.forEach((function(e){var a=e.href.replace(productPageTemplate,\"\");selectedProducts.includes(a)||e.remove()}))}),null,!0)}else{var originalBanner='
\"conversion

CUMPĂRĂ ONLINE ANVELOPE MICHELIN

';Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search\",(function(e){}));selectedProducts=tyreList}","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":979092,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent('.ds__btn[action=\"details\"]',(function(e){e.forEach((e=>{e.setAttribute(\"data-ui-skin\",\"secondary\")}))}),null,!0);","afterDOMReady":false}},{"name":"Variation 1","id":980475,"css":"","elementSets":[],"javaScriptCode":{"code":"const productPageTemplate=\"https://www.michelin.co.uk/auto/tyres/\",campaignIDs=[\"longevity-4w\",\"confidenceas-4w\",\"efficiency-4w\"],myTable=window.location.href.split(\"?\"),myQueryString=myTable[1],searchParams=new URLSearchParams(myQueryString);for(var mySettings=searchParams.get(\"utm_term\"),i=0;i

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",n)}else{var i='
\"testbanner\"

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",i)}})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-list__header-inner\",(function(e){e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent('[data-macro=\"b2c-tyre-list-pagination\"]',(function(e){e[0].remove(),document.querySelector(\".b2c-tyre-list__header\").style.padding=\"0\"}));var tyreLists=[[\"michelin-e-primacy\",\"michelin-pilot-sport-4\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-primacy-4\",\"michelin-primacy-4-plus\"],[\"michelin-agilis-crossclimate\",\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-crossclimate-camping\"],[\"michelin-e-primacy\",\"\",\"michelin-pilot-sport-ev\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)],ViewMoreTranslation=\"View details\",productCards=Kameleoon.API.Utils.querySelectorAll(\".b2c-tyre-list-results-card\");productCards.forEach((function(e){var n=e.querySelector('[title=\"'+ViewMoreTranslation+'\"]').href.replace(productPageTemplate,\"\");selectedProducts.includes(n)||e.remove()}));var legalMentionTitle=\"LEGAL MENTIONS\",legalMentions=[[\"Non-contractual photo\"],[\"Non-contractual photo\"],[\"Non-contractual photo\"]];Kameleoon.API.Core.runWhenElementPresent(\".b2c-breadcrumb\",(function(e){var n='
'+legalMentionTitle+'
 
'+legalMentions[campaignIDs.indexOf(myCampaignID)]+\"
\";e[0].insertAdjacentHTML(\"beforebegin\",n)}));","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":980528,"css":"","elementSets":[],"javaScriptCode":{"code":"const productPageTemplate=\"https://www.michelin.de/auto/tyres/\",campaignIDs=[\"longevity-4w\",\"confidenceas-4w\",\"efficiency-4w\"],myTable=window.location.href.split(\"?\"),myQueryString=myTable[1],searchParams=new URLSearchParams(myQueryString);for(var mySettings=searchParams.get(\"utm_term\"),i=0;i

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",n)}else{var i='
\"testbanner\"

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",i)}})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-list__header-inner\",(function(e){e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent('[data-macro=\"b2c-tyre-list-pagination\"]',(function(e){e[0].remove(),document.querySelector(\".b2c-tyre-list__header\").style.padding=\"0\"}));var tyreLists=[[\"michelin-e-primacy\",\"michelin-pilot-sport-4\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-primacy-4\",\"michelin-primacy-4-plus\"],[\"michelin-agilis-crossclimate\",\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-crossclimate-camping\"],[\"michelin-e-primacy\",\"michelin-pilot-sport-ev\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)],ViewMoreTranslation=\"Details anzeigen\",productCards=Kameleoon.API.Utils.querySelectorAll(\".b2c-tyre-list-results-card\");productCards.forEach((function(e){var n=e.querySelector('[title=\"'+ViewMoreTranslation+'\"]').href.replace(productPageTemplate,\"\");selectedProducts.includes(n)||e.remove()}));var legalMentionTitle=\"MENTIONS LÉGALES\",legalMentions=[[\"\"],[\"\"],[\"\"]];Kameleoon.API.Core.runWhenElementPresent(\".b2c-breadcrumb\",(function(e){legalMentions[campaignIDs.indexOf(myCampaignID)]}));","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":980560,"css":"","elementSets":[],"javaScriptCode":{"code":"const productPageTemplate=\"https://www.michelin.se/auto/tyres/\",campaignIDs=[\"longevity-4w\",\"confidenceas-4w\",\"efficiency-4w\"],myTable=window.location.href.split(\"?\"),myQueryString=myTable[1],searchParams=new URLSearchParams(myQueryString);for(var mySettings=searchParams.get(\"utm_term\"),i=0;i

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",i)}else{var n='
\"testbanner\"

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",n)}})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-list__header-inner\",(function(e){e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent('[data-macro=\"b2c-tyre-list-pagination\"]',(function(e){e[0].remove(),document.querySelector(\".b2c-tyre-list__header\").style.padding=\"0\"}));var tyreLists=[[\"michelin-e-primacy\",\"michelin-pilot-sport-4\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-primacy-4\",\"michelin-primacy-4-plus\"],[\"michelin-agilis-crossclimate\",\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-crossclimate-camping\"],[\"michelin-e-primacy\",\"michelin-pilot-sport-ev\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)],ViewMoreTranslation=\"Visa detaljer\";setTimeout((()=>{Kameleoon.API.Utils.querySelectorAll(\".b2c-tyre-list-results-card\").forEach((function(e){var i=e.querySelector('[title=\"'+ViewMoreTranslation+'\"]').href.replace(productPageTemplate,\"\");selectedProducts.includes(i)||e.remove()}))}),\"1000\");var legalMentionTitle=\"JURIDISKA OMNÄMNANDEN\",legalMentions=[[\"Ej avtalsenlig bild\"],[\"Ej avtalsenlig bild\"],[\"Ej avtalsenlig bild\"]];Kameleoon.API.Core.runWhenElementPresent(\".b2c-breadcrumb\",(function(e){var i='
'+legalMentionTitle+'
 
'+legalMentions[campaignIDs.indexOf(myCampaignID)]+\"
\";e[0].insertAdjacentHTML(\"beforebegin\",i)}));","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":980591,"css":"","elementSets":[],"javaScriptCode":{"code":"const productPageTemplate=\"https://www.michelin.fi/auto/tyres/\",campaignIDs=[\"longevity-4w\",\"confidenceas-4w\",\"efficiency-4w\"],myTable=window.location.href.split(\"?\"),myQueryString=myTable[1],searchParams=new URLSearchParams(myQueryString);for(var mySettings=searchParams.get(\"utm_term\"),i=0;i

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",i)}else{var n='
\"testbanner\"

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",n)}})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-list__header-inner\",(function(e){e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent('[data-macro=\"b2c-tyre-list-pagination\"]',(function(e){e[0].remove(),document.querySelector(\".b2c-tyre-list__header\").style.padding=\"0\"}));var tyreLists=[[\"michelin-e-primacy\",\"michelin-pilot-sport4\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-primacy-4\",\"michelin-primacy-4-plus\"],[\"michelin-agilis-crossclimate\",\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-crossclimate-camping\"],[\"michelin-e-primacy\",\"\",\"michelin-pilot-sport-ev\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)],ViewMoreTranslation=\"Näytä tiedot\";setTimeout((()=>{Kameleoon.API.Utils.querySelectorAll(\".b2c-tyre-list-results-card\").forEach((function(e){var i=e.querySelector('[title=\"'+ViewMoreTranslation+'\"]').href.replace(productPageTemplate,\"\");selectedProducts.includes(i)||e.remove()}))}),\"1000\");var legalMentionTitle=\"OIKEUDELLISET ILMOITUKSET\",legalMentions=[[\"Kuva ei ole sopimuksen mukainen\"],[\"Kuva ei ole sopimuksen mukainen\"],[\"Kuva ei ole sopimuksen mukainen\"]];Kameleoon.API.Core.runWhenElementPresent(\".b2c-breadcrumb\",(function(e){var i='
'+legalMentionTitle+'
 
'+legalMentions[campaignIDs.indexOf(myCampaignID)]+\"
\";e[0].insertAdjacentHTML(\"beforebegin\",i)}));","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":980679,"css":"","elementSets":[],"javaScriptCode":{"code":"const productPageTemplate=\"https://www.michelin.dk/auto/tyres/\",campaignIDs=[\"longevity-4w\",\"confidenceas-4w\",\"efficiency-4w\"],myTable=window.location.href.split(\"?\"),myQueryString=myTable[1],searchParams=new URLSearchParams(myQueryString);for(var mySettings=searchParams.get(\"utm_term\"),i=0;i

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",i)}else{var n='
\"testbanner\"

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",n)}})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-list__header-inner\",(function(e){e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent('[data-macro=\"b2c-tyre-list-pagination\"]',(function(e){e[0].remove(),document.querySelector(\".b2c-tyre-list__header\").style.padding=\"0\"}));var tyreLists=[[\"michelin-e-primacy\",\"michelin-pilot-sport4\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-primacy-4\",\"michelin-primacy-4-plus\"],[\"michelin-agilis-crossclimate\",\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-crossclimate-camping\"],[\"michelin-e-primacy\",\"michelin-pilot-sport-ev\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)],ViewMoreTranslation=\"Vis detaljer\";setTimeout((()=>{Kameleoon.API.Utils.querySelectorAll(\".b2c-tyre-list-results-card\").forEach((function(e){var i=e.querySelector('[title=\"'+ViewMoreTranslation+'\"]').href.replace(productPageTemplate,\"\");selectedProducts.includes(i)||e.remove()}))}),\"1000\");var legalMentionTitle=\"JURIDISKE MEDDELELSER\",legalMentions=[[\"Ikke-kontraktligt foto\"],[\"Ikke-kontraktligt foto\"],[\"Ikke-kontraktligt foto\"]];Kameleoon.API.Core.runWhenElementPresent(\".b2c-breadcrumb\",(function(e){var i='
'+legalMentionTitle+'
 
'+legalMentions[campaignIDs.indexOf(myCampaignID)]+\"
\";e[0].insertAdjacentHTML(\"beforebegin\",i)}));","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":980699,"css":"h1{display:none!important}.dl__layout-dealer-search{display:block!important;padding-top:5vw!important}.dl__product-line-switch__dropdown-button,.ts__product-widget-article-content-edit,.ts__product-widget-article-content-title-main{display:none!important}@media screen and (min-width:1280px){.dl__autocomplete-input{border-radius:.8rem!important}.dl__autocomplete-input.dl__autocomplete-input-searchbar{border-top-right-radius:0 .8rem!important;border-bottom-right-radius:0 .8rem!important}}@media screen and (max-width:480px){.dl__autocomplete-input.dl__autocomplete-input-searchbar{border-radius:.8rem}}","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".ds__heading-hero\",(function(n){n[0].innerText=\"Encuentra tu llanta con un Distribuidor Autorizado\"}));","afterDOMReady":false}},{"name":"Variation 1","id":980731,"css":"","elementSets":[],"javaScriptCode":{"code":"var campaign=!0;const productPageTemplate=\"https://www.michelin.de/auto/tyres/\",campaignIDs=[\"pilotsportfamily\",\"crossclimaterange\",\"summerrange\"];if(-1!=window.location.href.search(\"utm_term\")){console.log(\"Vince : utm_term found\");const e=window.location.href.split(\"?\")[1];for(var mySettings=new URLSearchParams(e).get(\"utm_term\"),i=0;i

'+i+\"

\";n[0].insertAdjacentHTML(\"beforebegin\",c)}else{var s='
\"testbanner\"

'+i+\"

\";n[0].insertAdjacentHTML(\"beforebegin\",s)}}));var tyreLists=[[\"michelin-pilot-alpin-5\",\"michelin-pilot-alpin-5-suv\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-pilot-sport-cup-2\",\"michelin-pilot-sport-cup-2-connect\",\"michelin-pilot-sport-cup-2-r\",\"michelin-pilot-sport-ev\"],[\"michelin-agilis-crossclimate\",\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-crossclimate-camping\"],[\"michelin-e-primacy\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-pilot-sport-ev\",\"michelin-primacy-4-plus\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)];Kameleoon.API.Core.runWhenElementPresent(\".b2c-product-promo__title-container\",(function(e){selectedProducts.length<=4&&e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-scroller__slide\",(function(e){e.forEach((function(e){var a=e.href.replace(productPageTemplate,\"\");console.log(\"currentProduct : \"+a),selectedProducts.includes(a)||e.remove()}))}))}else{var originalBanner='
\"conversion

MICHELIN REIFEN ONLINE KAUFEN

';Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search\",(function(e){e[0].insertAdjacentHTML(\"beforebegin\",originalBanner)}));selectedProducts=tyreList}","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":980775,"css":"","elementSets":[],"javaScriptCode":{"code":"var campaign=!0;const productPageTemplate=\"https://www.michelin.dk/auto/tyres/\",campaignIDs=[\"pilotsportfamily\",\"crossclimaterange\",\"summerrange\"];if(-1!=window.location.href.search(\"utm_term\")){console.log(\"Vince : utm_term found\");const e=window.location.href.split(\"?\")[1];for(var mySettings=new URLSearchParams(e).get(\"utm_term\"),i=0;i

'+i+\"

\";n[0].insertAdjacentHTML(\"beforebegin\",s)}else{var c='
\"testbanner\"

'+i+\"

\";n[0].insertAdjacentHTML(\"beforebegin\",c)}}));var tyreLists=[[\"michelin-pilot-alpin-5\",\"michelin-pilot-alpin-5-suv\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-pilot-sport-cup-2\",\"michelin-pilot-sport-cup-2-connect\",\"michelin-pilot-sport-cup-2-r\",\"michelin-pilot-sport-ev\"],[\"michelin-agilis-crossclimate\",\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-crossclimate-camping\"],[\"michelin-e-primacy\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-pilot-sport-ev\",\"michelin-primacy-4-plus\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)];Kameleoon.API.Core.runWhenElementPresent(\".b2c-product-promo__title-container\",(function(e){selectedProducts.length<=4&&e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-scroller__slide\",(function(e){e.forEach((function(e){var a=e.href.replace(productPageTemplate,\"\");selectedProducts.includes(a)||e.remove()}))}),null,!0)}else{var originalBanner='
\"conversion

KØB MICHELINDÆK ONLINE

';Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search\",(function(e){e[0].insertAdjacentHTML(\"beforebegin\",originalBanner)}));selectedProducts=tyreList}","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":980802,"css":"","elementSets":[],"javaScriptCode":{"code":"var campaign=!0;const productPageTemplate=\"https://www.michelin.fi/auto/tyres/\",campaignIDs=[\"pilotsportfamily\",\"crossclimaterange\",\"summerrange\"];if(-1!=window.location.href.search(\"utm_term\")){console.log(\"Vince : utm_term found\");const e=window.location.href.split(\"?\")[1];for(var mySettings=new URLSearchParams(e).get(\"utm_term\"),i=0;i

'+i+\"

\";n[0].insertAdjacentHTML(\"beforebegin\",s)}else{var c='
\"testbanner\"

'+i+\"

\";n[0].insertAdjacentHTML(\"beforebegin\",c)}}));var tyreLists=[[\"michelin-pilot-sport-4\",\"michelin-pilot-sport-5\",\"michelin-pilot-sport-cup2\",\"michelin-pilot-sport-cup-2-connect\",\"michelin-pilot-sport-cup-2-r\",\"michelin-pilot-sport-ev\"],[\"michelin-agilis-crossclimate\",\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-crossclimate-camping\"],[\"michelin-e-primacy\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-pilot-sport-ev\",\"michelin-primacy-4-plus\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)];Kameleoon.API.Core.runWhenElementPresent(\".b2c-product-promo__title-container\",(function(e){selectedProducts.length<=4&&e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-scroller__slide\",(function(e){e.forEach((function(e){var a=e.href.replace(productPageTemplate,\"\");selectedProducts.includes(a)||e.remove()}))}),null,!0)}else{var originalBanner='
\"conversion

BOSTA MICHELIN-RENKAAT VERKOSTA

';Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search\",(function(e){e[0].insertAdjacentHTML(\"beforebegin\",originalBanner)}));selectedProducts=tyreList}","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":980858,"css":"","elementSets":[],"javaScriptCode":{"code":"var campaign=!0;const productPageTemplate=\"https://www.michelin.se/auto/tyres/\",campaignIDs=[\"pilotsportfamily\",\"crossclimaterange\",\"summerrange\"];if(-1!=window.location.href.search(\"utm_term\")){console.log(\"Vince : utm_term found\");const e=window.location.href.split(\"?\")[1];for(var mySettings=new URLSearchParams(e).get(\"utm_term\"),i=0;i

'+i+\"

\";n[0].insertAdjacentHTML(\"beforebegin\",s)}else{var c='
\"testbanner\"

'+i+\"

\";n[0].insertAdjacentHTML(\"beforebegin\",c)}}));var tyreLists=[[\"michelin-pilot-alpin-5\",\"michelin-pilot-alpin-5-suv\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-pilot-sport-cup2\",\"michelin-pilot-sport-cup-2-connect\",\"michelin-pilot-sport-cup-2-r\",\"michelin-pilot-sport-ev\"],[\"michelin-agilis-crossclimate\",\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-crossclimate-camping\"],[\"michelin-e-primacy\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-pilot-sportev\",\"michelin-primacy-4-plus\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)];Kameleoon.API.Core.runWhenElementPresent(\".b2c-product-promo__title-container\",(function(e){selectedProducts.length<=4&&e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-scroller__slide\",(function(e){e.forEach((function(e){var a=e.href.replace(productPageTemplate,\"\");selectedProducts.includes(a)||e.remove()}))}),null,!0)}else{var originalBanner='
\"conversion

KÖP MICHELIN-DÄCK ONLINE

';Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search\",(function(e){e[0].insertAdjacentHTML(\"beforebegin\",originalBanner)}));selectedProducts=tyreList}","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":985021,"css":"","elementSets":[],"javaScriptCode":{"code":"var campaign=!0;const productPageTemplate=\"https://www.michelin.be/fr/auto/tyres/\",campaignIDs=[\"primacyrange\",\"pilotsportfamily\",\"crossclimaterange\"];if(-1!=window.location.href.search(\"utm_term\")){console.log(\"Vince : utm_term found\");const e=window.location.href.split(\"?\")[1];for(var mySettings=new URLSearchParams(e).get(\"utm_term\"),i=0;i

'+i+\"

\";n[0].insertAdjacentHTML(\"beforebegin\",c)}else{var s='
\"testbanner\"

'+i+\"

\";n[0].insertAdjacentHTML(\"beforebegin\",s)}}));var tyreLists=[[\"michelin-e-primacy\",\"michelin-primacy-4-plus\",\"michelin-primacy-4\"],[\"michelin-pilot-alpin-5\",\"michelin-pilot-alpin-5-suv\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-pilot-sport-cup-2\",\"michelin-pilot-sport-cup-2-connect\",\"michelin-pilot-sport-cup-2-r\",\"michelin-pilot-sport-ev\"],[\"michelin-agilis-crossclimate\",\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-crossclimate-camping\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)];Kameleoon.API.Core.runWhenElementPresent(\".b2c-product-promo__title-container\",(function(e){selectedProducts.length<=4&&e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-scroller__slide\",(function(e){e.forEach((function(e){var a=e.href.replace(productPageTemplate,\"\");selectedProducts.includes(a)||e.remove()}))}),null,!0)}else{var originalBanner='
\"conversion

ACHETER DES PNEUS MICHELIN EN LIGNE

';Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search\",(function(e){}));selectedProducts=tyreList}","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":985028,"css":"","elementSets":[],"javaScriptCode":{"code":"var campaign=!0;const productPageTemplate=\"https://www.michelin.nl/auto/tyres/\",campaignIDs=[\"primacyrange\",\"pilotsportfamily\",\"crossclimaterange\"];if(-1!=window.location.href.search(\"utm_term\")){console.log(\"Vince : utm_term found\");const e=window.location.href.split(\"?\")[1];for(var mySettings=new URLSearchParams(e).get(\"utm_term\"),i=0;i

'+i+\"

\";n[0].insertAdjacentHTML(\"beforebegin\",c)}else{var s='
\"testbanner\"

'+i+\"

\";n[0].insertAdjacentHTML(\"beforebegin\",s)}}));var tyreLists=[[\"michelin-e-primacy\",\"michelin-primacy-4-plus\",\"michelin-primacy-4\"],[\"michelin-pilot-alpin-5\",\"michelin-pilot-alpin-5-suv\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-pilot-sport-cup-2\",\"michelin-pilot-sport-cup-2-connect\",\"michelin-pilot-sport-cup-2-r\",\"michelin-pilot-sport-ev\"],[\"michelin-agilis-crossclimate\",\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-crossclimate-camping\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)];Kameleoon.API.Core.runWhenElementPresent(\".b2c-product-promo__title-container\",(function(e){selectedProducts.length<=4&&e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-scroller__slide\",(function(e){e.forEach((function(e){var a=e.href.replace(productPageTemplate,\"\");selectedProducts.includes(a)||e.remove()}))}),null,!0)}else{var originalBanner='
\"conversion

ONLINE MICHELIN BANDEN KOPEN

';Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search\",(function(e){}));selectedProducts=tyreList}","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":985032,"css":"","elementSets":[],"javaScriptCode":{"code":"var campaign=!0;const productPageTemplate=\"https://www.michelin.be/nl/auto/tyres/\",campaignIDs=[\"primacyrange\",\"pilotsportfamily\",\"crossclimaterange\"];if(-1!=window.location.href.search(\"utm_term\")){console.log(\"Vince : utm_term found\");const e=window.location.href.split(\"?\")[1];for(var mySettings=new URLSearchParams(e).get(\"utm_term\"),i=0;i

'+i+\"

\";n[0].insertAdjacentHTML(\"beforebegin\",c)}else{var s='
\"testbanner\"

'+i+\"

\";n[0].insertAdjacentHTML(\"beforebegin\",s)}}));var tyreLists=[[\"michelin-e-primacy\",\"michelin-primacy-4-plus\",\"michelin-primacy-4\"],[\"michelin-pilot-alpin-5\",\"michelin-pilot-alpin-5-suv\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-pilot-sport-cup-2\",\"michelin-pilot-sport-cup-2-connect\",\"michelin-pilot-sport-cup-2-r\",\"michelin-pilot-sport-ev\"],[\"michelin-agilis-crossclimate\",\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-crossclimate-camping\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)];Kameleoon.API.Core.runWhenElementPresent(\".b2c-product-promo__title-container\",(function(e){selectedProducts.length<=4&&e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-scroller__slide\",(function(e){e.forEach((function(e){var a=e.href.replace(productPageTemplate,\"\");selectedProducts.includes(a)||e.remove()}))}),null,!0)}else{var originalBanner='
\"conversion

ONLINE MICHELIN BANDEN KOPEN

';Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search\",(function(e){}));selectedProducts=tyreList}","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":985552,"css":"","elementSets":[],"javaScriptCode":{"code":"var campaign=!0;const productPageTemplate=\"https://www.michelin.co.uk/auto/tyres/\",campaignIDs=[\"pilotsportfamily\",\"crossclimaterange\",\"summerrange\"];if(-1!=window.location.href.search(\"utm_term\")){console.log(\"Vince : utm_term found\");const e=window.location.href.split(\"?\")[1];for(var mySettings=new URLSearchParams(e).get(\"utm_term\"),i=0;i

'+i+\"

\";n[0].insertAdjacentHTML(\"beforebegin\",s)}else{var c='
\"testbanner\"

'+i+\"

\";n[0].insertAdjacentHTML(\"beforebegin\",c)}}));var tyreLists=[[\"michelin-pilot-alpin-5\",\"michelin-pilot-alpin-5-suv\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-pilot-sport-cup-2\",\"michelin-pilot-sport-cup-2-connect\",\"michelin-pilot-sport-cup-2-r\",\"michelin-pilot-sport-ev\"],[\"michelin-agilis-crossclimate\",\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-crossclimate-camping\"],[\"michelin-e-primacy\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-pilot-sport-ev\",\"michelin-primacy-4-plus\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)];Kameleoon.API.Core.runWhenElementPresent(\".b2c-product-promo__title-container\",(function(e){selectedProducts.length<=4&&e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-scroller__slide.hasImgGTM.hasSvgGTM\",(function(e){e.forEach((function(e){var a=e.href.replace(productPageTemplate,\"\");console.log(\"currentProduct : \"+a),selectedProducts.includes(a)||e.remove()}))}))}else{var originalBanner='
\"conversion

MICHELIN REIFEN ONLINE KAUFEN

';Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search\",(function(e){e[0].insertAdjacentHTML(\"beforebegin\",originalBanner)}));selectedProducts=tyreList}","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":987272,"css":"","elementSets":[],"javaScriptCode":{"code":"const productPageTemplate=\"https://www.michelin.be/fr/auto/tyres/\",campaignIDs=[\"longevity-4w\",\"confidenceas-4w\",\"trustev-4w\"],myTable=window.location.href.split(\"?\"),myQueryString=myTable[1],searchParams=new URLSearchParams(myQueryString);for(var mySettings=searchParams.get(\"utm_term\"),i=0;i

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",i)}else{var n='
\"testbanner\"

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",n)}})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-list__header-inner\",(function(e){e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent('[data-macro=\"b2c-tyre-list-pagination\"]',(function(e){e[0].remove(),document.querySelector(\".b2c-tyre-list__header\").style.padding=\"0\"}));var tyreLists=[[\"michelin-e-primacy\",\"michelin-pilot-sport-4\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-primacy-4\",\"michelin-primacy-4-plus\"],[\"michelin-agilis-crossclimate\",\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-crossclimate-camping\"],[\"michelin-alpin-6\",\"michelin-alpin-7\",\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-e-primacy\",\"michelin-pilot-alpin-5\",\"michelin-pilot-alpin-5-suv\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-pilot-sport-ev\",\"michelin-primacy-4-plus\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)],ViewMoreTranslation=\"Voir les détails\",productCards=Kameleoon.API.Utils.querySelectorAll(\".b2c-tyre-list-results-card\");productCards.forEach((function(e){var i=e.querySelector('[title=\"'+ViewMoreTranslation+'\"]').href.replace(productPageTemplate,\"\");selectedProducts.includes(i)||e.remove()}));var legalMentionTitle=\"MENTIONS LÉGALES\",legalMentions=[[\"Photo non contractuelle\"],[\"Photo non contractuelle\"],[\"Photo non contractuelle\"]];Kameleoon.API.Core.runWhenElementPresent(\".b2c-breadcrumb\",(function(e){var i='
'+legalMentionTitle+'
 
'+legalMentions[campaignIDs.indexOf(myCampaignID)]+\"
\";e[0].insertAdjacentHTML(\"beforebegin\",i)}));","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":987422,"css":"","elementSets":[],"javaScriptCode":{"code":"const productPageTemplate=\"https://www.michelin.be/nl/auto/tyres/\",campaignIDs=[\"longevity-4w\",\"confidenceas-4w\",\"trustev-4w\"],myTable=window.location.href.split(\"?\"),myQueryString=myTable[1],searchParams=new URLSearchParams(myQueryString);for(var mySettings=searchParams.get(\"utm_term\"),i=0;i

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",i)}else{var n='
\"testbanner\"

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",n)}})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-list__header-inner\",(function(e){e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent('[data-macro=\"b2c-tyre-list-pagination\"]',(function(e){e[0].remove(),document.querySelector(\".b2c-tyre-list__header\").style.padding=\"0\"}));var tyreLists=[[\"michelin-e-primacy\",\"michelin-pilot-sport-4\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-primacy-4\",\"michelin-primacy-4-plus\"],[\"michelin-agilis-crossclimate\",\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-crossclimate-camping\"],[\"michelin-alpin-6\",\"michelin-alpin-7\",\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-e-primacy\",\"michelin-pilot-alpin-5\",\"michelin-pilot-alpin-5-suv\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-pilot-sport-ev\",\"michelin-primacy-4-plus\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)],ViewMoreTranslation=\"Zie de details\",productCards=Kameleoon.API.Utils.querySelectorAll(\".b2c-tyre-list-results-card\");productCards.forEach((function(e){var i=e.querySelector('[title=\"'+ViewMoreTranslation+'\"]').href.replace(productPageTemplate,\"\");selectedProducts.includes(i)||e.remove()}));var legalMentionTitle=\"WETTELIJKE VERMELDINGEN\",legalMentions=[[\"Niet-contractuele foto\"],[\"Niet-contractuele foto\"],[\"Niet-contractuele foto\"]];Kameleoon.API.Core.runWhenElementPresent(\".b2c-breadcrumb\",(function(e){var i='
'+legalMentionTitle+'
 
'+legalMentions[campaignIDs.indexOf(myCampaignID)]+\"
\";e[0].insertAdjacentHTML(\"beforebegin\",i)}));","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":987448,"css":"","elementSets":[],"javaScriptCode":{"code":"const productPageTemplate=\"https://www.michelin.nl/auto/tyres/\",campaignIDs=[\"longevity-4w\",\"confidenceas-4w\",\"trustev-4w\"],myTable=window.location.href.split(\"?\"),myQueryString=myTable[1],searchParams=new URLSearchParams(myQueryString);for(var mySettings=searchParams.get(\"utm_term\"),i=0;i

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",i)}else{var n='
\"testbanner\"

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",n)}})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-list__header-inner\",(function(e){e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent('[data-macro=\"b2c-tyre-list-pagination\"]',(function(e){e[0].remove(),document.querySelector(\".b2c-tyre-list__header\").style.padding=\"0\"}));var tyreLists=[[\"michelin-e-primacy\",\"michelin-pilot-sport-4\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-primacy-4\",\"michelin-primacy-4-plus\"],[\"michelin-agilis-crossclimate\",\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-crossclimate-camping\"],[\"michelin-alpin-6\",\"michelin-alpin-7\",\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-e-primacy\",\"michelin-pilot-alpin-5\",\"michelin-pilot-alpin-5-suv\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-pilot-sport-ev\",\"michelin-primacy-4-plus\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)],ViewMoreTranslation=\"Zie de details\",productCards=Kameleoon.API.Utils.querySelectorAll(\".b2c-tyre-list-results-card\");productCards.forEach((function(e){var i=e.querySelector('[title=\"'+ViewMoreTranslation+'\"]').href.replace(productPageTemplate,\"\");selectedProducts.includes(i)||e.remove()}));var legalMentionTitle=\"WETTELIJKE VERMELDINGEN\",legalMentions=[[\"Niet-contractuele foto\"],[\"Niet-contractuele foto\"],[\"Niet-contractuele foto\"]];Kameleoon.API.Core.runWhenElementPresent(\".b2c-breadcrumb\",(function(e){var i='
'+legalMentionTitle+'
 
'+legalMentions[campaignIDs.indexOf(myCampaignID)]+\"
\";e[0].insertAdjacentHTML(\"beforebegin\",i)}));","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":991233,"css":"","elementSets":[],"javaScriptCode":{"code":"var campaign=!0;const productPageTemplate=\"https://www.michelin.es/auto/tyres/\",campaignIDs=[\"primacyrange\",\"pilotsportfamily\",\"crossclimaterange\"];if(-1!=window.location.href.search(\"utm_term\")){console.log(\"Vince : utm_term found\");const e=window.location.href.split(\"?\")[1];for(var mySettings=new URLSearchParams(e).get(\"utm_term\"),i=0;i

'+i+\"

\";n[0].insertAdjacentHTML(\"beforebegin\",c)}else{var s='
\"testbanner\"

'+i+\"

\";n[0].insertAdjacentHTML(\"beforebegin\",s)}}));var tyreLists=[[\"michelin-e-primacy\",\"michelin-primacy-4-plus\",\"michelin-primacy-4\"],[\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-pilot-sport-cup-2\",\"michelin-pilot-sport-cup-2-connect\",\"michelin-pilot-sport-cup-2-r\",\"michelin-pilot-sport-ev\"],[\"michelin-agilis-crossclimate\",\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-crossclimate-camping\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)];Kameleoon.API.Core.runWhenElementPresent(\".b2c-product-promo__title-container\",(function(e){selectedProducts.length<=4&&e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-scroller__slide\",(function(e){e.forEach((function(e){var a=e.href.replace(productPageTemplate,\"\");console.log(\"Current product :\"+a),selectedProducts.includes(a)||e.remove()}))}),null,tru)}else{var originalBanner='
\"conversion

ACHETER DES PNEUS MICHELIN EN LIGNE

';Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search\",(function(e){}));selectedProducts=tyreList}","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":992873,"css":"","elementSets":[],"javaScriptCode":{"code":"const productPageTemplate=\"https://www.michelin.co.jp/auto/tyres/\",campaignIDs=[\"confidenceas-4w\"],myTable=window.location.href.split(\"?\"),myQueryString=myTable[1],searchParams=new URLSearchParams(myQueryString);for(var mySettings=searchParams.get(\"utm_term\"),i=0;i

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",n)}else{var i='
\"testbanner\"

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",i)}})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-list__header-inner\",(function(e){e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent('[data-macro=\"b2c-tyre-list-pagination\"]',(function(e){e[0].remove(),document.querySelector(\".b2c-tyre-list__header\").style.padding=\"0\"}));var tyreLists=[[\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-crossclimate-plus\",\"michelin-crossclimate-suv\",\"michelin-agilis-crossclimate\",\"michelin-crossclimate-camping\",\"michelin-crossclimate\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)],ViewMoreTranslation=\"詳細をみる\";setTimeout((()=>{Kameleoon.API.Utils.querySelectorAll(\".b2c-tyre-list-results-card\").forEach((function(e){var n=e.querySelector('[title=\"'+ViewMoreTranslation+'\"]').href.replace(productPageTemplate,\"\");selectedProducts.includes(n)||e.remove()}))}),\"1000\");var legalMentionTitle=\"\",legalMentions=[[\"\"]];Kameleoon.API.Core.runWhenElementPresent(\".b2c-breadcrumb\",(function(e){var n='
'+legalMentionTitle+'
 
'+legalMentions[campaignIDs.indexOf(myCampaignID)]+\"
\";e[0].insertAdjacentHTML(\"beforebegin\",n)}));","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Logos","id":994606,"css":"#kameleoonId3806199,[data-kameleoon-id=\"3806199\"]{display:none!important}#kameleoonId3806200,[data-kameleoon-id=\"3806200\"]{display:none!important}","elementSets":[{"selector":"body > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > div:first-child > div:nth-of-type(2) > div:first-child > div:first-child","options":{"kameleoonId":3806199,"autoGeneratedSelector":true,"selector":"#kameleoonId3806199, [data-kameleoon-id=\"3806199\"]"},"currentQuery":"body > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > div:first-child > div:nth-of-type(2) > div:first-child > div:first-child"},{"selector":"body > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > div:first-child > div:first-child > div:first-child > div:first-child","options":{"kameleoonId":3806200,"autoGeneratedSelector":true,"selector":"#kameleoonId3806200, [data-kameleoon-id=\"3806200\"]"},"currentQuery":"body > div:nth-of-type(3) > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(2) > div:first-child > div:first-child > div:first-child > div:first-child"}]},{"name":"Variation 1","id":996175,"css":".b2c-tyre-selector-pages__wrapper{margin-top:0!important}","elementSets":[],"javaScriptCode":{"code":"const productPageTemplate=\"https://www.michelin.co.th/auto/tyres/\",campaignIDs=[\"confidence-4w\",\"sport-4w\",\"comfort-4w\"],myTable=window.location.href.split(\"?\"),myQueryString=myTable[1],searchParams=new URLSearchParams(myQueryString);for(var mySettings=searchParams.get(\"utm_term\"),i=0;iด้วยเทคโนโลยีการผลิตชั้นสูงจากมิชลิน\",\"\"],[\"ยางมิชลินช่วยปลดปล่อยสมรรถนะของรถได้อย่างเต็มที่\",\"ตอบสนองแม่นยำ ด้วยเทคโนโลยีการผลิตชั้นสูงจากมิชลิน\",\"\"],[\"ยางมิชลินช่วยลดเสียงรบกวนที่เกิดจากยาง\",\"มอบประสบการณ์ขับขี่ที่นุ่มเงียบ
ด้วยเทคโนโลยีการผลิตชั้นสูงจากมิชลิน\",\"\"]];Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search\",(function(e){if(\"Phone\"===Kameleoon.API.CurrentVisit.device.type){var n='
\"m

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",n)}else{var i='
\"testbanner\"

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",i)}})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-list__header-inner\",(function(e){e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent('[data-macro=\"b2c-tyre-list-pagination\"]',(function(e){e[0].remove(),document.querySelector(\".b2c-tyre-list__header\").style.padding=\"0\"}));var tyreLists=[[\"michelin-primacy-4\",\"michelin-primacy-suv-plus\",\"michelin-e-primacy\",\"michelin-pilot-sport-5\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-ev\",\"michelin-energy-xm2-plus\",\"michelin-ltx-trail\",\"michelin-primacy-3\"],[\"michelin-pilot-sport-5\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-ev\"],[\"michelin-primacy-4\",\"michelin-primacy-suv-plus\",\"michelin-primacy-3\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)],ViewMoreTranslation=\"ดูรายละเอียด\",productCards=Kameleoon.API.Utils.querySelectorAll(\".b2c-tyre-list-results-card\");productCards.forEach((function(e){var n=e.querySelector('[title=\"'+ViewMoreTranslation+'\"]').href.replace(productPageTemplate,\"\");selectedProducts.includes(n)||e.remove()}));var legalMentionTitle=\"\",legalMentions=[[\"\"],[\"\"],[\"\"]];Kameleoon.API.Core.runWhenElementPresent(\".b2c-breadcrumb\",(function(e){var n='
'+legalMentionTitle+'
 
'+legalMentions[campaignIDs.indexOf(myCampaignID)]+\"
\";e[0].insertAdjacentHTML(\"beforebegin\",n)}));","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":996206,"css":".b2c-tyre-selector-pages__wrapper{margin-top:0!important}","elementSets":[],"javaScriptCode":{"code":"const productPageTemplate=\"https://www.michelin.co.th/motorbike/tyres/\",campaignIDs=[\"confidencesum-moto\"],myTable=window.location.href.split(\"?\"),myQueryString=myTable[1],searchParams=new URLSearchParams(myQueryString);for(var mySettings=searchParams.get(\"utm_term\"),i=0;i

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",n)}else{var a='
\"testbanner\"

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",a)}})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-list__header-inner\",(function(e){e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent('[data-macro=\"b2c-tyre-list-pagination\"]',(function(e){e[0].remove(),document.querySelector(\".b2c-tyre-list__header\").style.padding=\"0\"}));var tyreLists=[[\"michelin-city-extra\",\"michelin-city-grip-saver\",\"michelin-city-grip-2\",\"michelin-road-6\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)],productCards=Kameleoon.API.Utils.querySelectorAll(\".b2c-tyre-list-results-card\");productCards.forEach((function(e){var n=e.querySelector('[title=\"View details\"]').href.replace(productPageTemplate,\"\");selectedProducts.includes(n)||e.remove()}));var legalMentions=[[\"\"]];Kameleoon.API.Core.runWhenElementPresent(\".b2c-breadcrumb\",(function(e){var n='
 
'+legalMentions[campaignIDs.indexOf(myCampaignID)]+\"
\";e[0].insertAdjacentHTML(\"beforebegin\",n)}));","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":996210,"css":".b2c-tyre-selector-pages__wrapper{margin-top:0!important}","elementSets":[],"javaScriptCode":{"code":"const productPageTemplate=\"https://en.michelin.co.th/motorbike/tyres/\",campaignIDs=[\"confidencesum-moto\"],myTable=window.location.href.split(\"?\"),myQueryString=myTable[1],searchParams=new URLSearchParams(myQueryString);for(var mySettings=searchParams.get(\"utm_term\"),i=0;i

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",n)}else{var a='
\"testbanner\"

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",a)}})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-list__header-inner\",(function(e){e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent('[data-macro=\"b2c-tyre-list-pagination\"]',(function(e){e[0].remove(),document.querySelector(\".b2c-tyre-list__header\").style.padding=\"0\"}));var tyreLists=[[\"michelin-city-extra\",\"michelin-city-grip-saver\",\"michelin-city-grip-2\",\"michelin-road-6\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)],productCards=Kameleoon.API.Utils.querySelectorAll(\".b2c-tyre-list-results-card\");productCards.forEach((function(e){var n=e.querySelector('[title=\"View details\"]').href.replace(productPageTemplate,\"\");selectedProducts.includes(n)||e.remove()}));var legalMentions=[[\"\"]];Kameleoon.API.Core.runWhenElementPresent(\".b2c-breadcrumb\",(function(e){var n='
 
'+legalMentions[campaignIDs.indexOf(myCampaignID)]+\"
\";e[0].insertAdjacentHTML(\"beforebegin\",n)}));","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":996211,"css":".b2c-tyre-selector-pages__wrapper{margin-top:0!important}","elementSets":[],"javaScriptCode":{"code":"const productPageTemplate=\"https://en.michelin.co.th/auto/tyres/\",campaignIDs=[\"confidence-4w\",\"sport-4w\",\"comfort-4w\"],myTable=window.location.href.split(\"?\"),myQueryString=myTable[1],searchParams=new URLSearchParams(myQueryString);for(var mySettings=searchParams.get(\"utm_term\"),i=0;i

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",n)}else{var i='
\"testbanner\"

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",i)}})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-list__header-inner\",(function(e){e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent('[data-macro=\"b2c-tyre-list-pagination\"]',(function(e){e[0].remove(),document.querySelector(\".b2c-tyre-list__header\").style.padding=\"0\"}));var tyreLists=[[\"michelin-primacy-4\",\"michelin-primacy-suv-plus\",\"michelin-e-primacy\",\"michelin-pilot-sport-5\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-ev\",\"michelin-energy-xm2-plus\",\"michelin-ltx-trail\",\"michelin-primacy-3\"],[\"michelin-pilot-sport-5\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-ev\"],[\"michelin-primacy-4\",\"michelin-primacy-suv-plus\",\"michelin-primacy-3\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)],ViewMoreTranslation=\"View Details\",productCards=Kameleoon.API.Utils.querySelectorAll(\".b2c-tyre-list-results-card\");productCards.forEach((function(e){var n=e.querySelector('[title=\"'+ViewMoreTranslation+'\"]').href.replace(productPageTemplate,\"\");selectedProducts.includes(n)||e.remove()}));var legalMentionTitle=\"\",legalMentions=[[\"\"],[\"\"],[\"\"]];Kameleoon.API.Core.runWhenElementPresent(\".b2c-breadcrumb\",(function(e){var n='
'+legalMentionTitle+'
 
'+legalMentions[campaignIDs.indexOf(myCampaignID)]+\"
\";e[0].insertAdjacentHTML(\"beforebegin\",n)}));","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":996499,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".dgad-form-container.dgad-form-sections \",(function(e){if(void 0!==Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"]&&!window.location.href.includes(Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"])){if(-1!=window.location.href.indexOf(\"?\")&&-1==window.location.href.search(\"utm\"))var o=window.location.href+\"&\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];else o=window.location.href+\"?\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];console.log(\"Vince : modifiedUrl = \"+o),window.history.pushState({path:o},\"\",o)}}),null,!0);","afterDOMReady":false}},{"name":"Variation 1","id":996557,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".dgad-form-container.dgad-form-sections \",(function(e){if(void 0!==Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"]&&!window.location.href.includes(Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"])){if(-1!=window.location.href.indexOf(\"?\")&&-1==window.location.href.search(\"utm\"))var o=window.location.href+\"&\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];else o=window.location.href+\"?\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];console.log(\"Vince : modifiedUrl = \"+o),window.history.pushState({path:o},\"\",o)}}),null,!0);","afterDOMReady":false}},{"name":"Variation 1","id":998719,"css":"","elementSets":[],"javaScriptCode":{"code":"var campaign=!0;const productPageTemplate=\"https://www.michelin.co.za/auto/tyres/\",campaignIDs=[\"primacyrange\",\"pilotsportfamily\",\"asrange\"];if(-1!=window.location.href.search(\"utm_term\")){console.log(\"Vince : utm_term found\");const e=window.location.href.split(\"?\")[1];for(var mySettings=new URLSearchParams(e).get(\"utm_term\"),i=0;i

'+i+\"

\";n[0].insertAdjacentHTML(\"beforebegin\",s)}else{var c='
\"testbanner\"

'+i+\"

\";n[0].insertAdjacentHTML(\"beforebegin\",c)}}));var tyreLists=[[\"michelin-primacy-4-plus\",\"michelin-primacy-suv-plus\"],[\"michelin-pilot-sport-5\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\"],[\"michelin-ltx-trail-st\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)];Kameleoon.API.Core.runWhenElementPresent(\".b2c-product-promo__title-container\",(function(e){selectedProducts.length<=4&&e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-scroller__slide.hasImgGTM.hasSvgGTM\",(function(e){e.forEach((function(e){var a=e.href.replace(productPageTemplate,\"\");console.log(\"currentProduct : \"+a),selectedProducts.includes(a)||e.remove()}))}))}else{var originalBanner='
\"conversion

MICHELIN REIFEN ONLINE KAUFEN

';Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search\",(function(e){e[0].insertAdjacentHTML(\"beforebegin\",originalBanner)}));selectedProducts=tyreList}","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":999325,"css":"","elementSets":[],"javaScriptCode":{"code":"console.log(\"Vince: I'm out\"),Kameleoon.API.Core.runWhenElementPresent(\".ts__widget\",(function(e){console.log(\"Vince: I'm in\");e[0].insertAdjacentHTML(\"afterend\",'
 
'),console.log(\"Vince: Done\")}),null,!0);","afterDOMReady":false}},{"name":"Variation 1","id":1001359,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".dgad-form-container.dgad-form-sections \",(function(e){if(void 0!==Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"]&&!window.location.href.includes(Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"])){if(-1!=window.location.href.indexOf(\"?\")&&-1==window.location.href.search(\"utm\"))var o=window.location.href+\"&\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];else o=window.location.href+\"?\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];console.log(\"Vince : modifiedUrl = \"+o),window.history.pushState({path:o},\"\",o)}}),null,!0);","afterDOMReady":false}},{"name":"Variation 1","id":1002569,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".dgad-form-container.dgad-form-sections \",(function(e){if(void 0!==Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"]&&!window.location.href.includes(Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"])){if(-1!=window.location.href.indexOf(\"?\")&&-1==window.location.href.search(\"utm\"))var o=window.location.href+\"&\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];else o=window.location.href+\"?\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];console.log(\"Vince : modifiedUrl = \"+o),window.history.pushState({path:o},\"\",o)}}),null,!0);","afterDOMReady":false}},{"name":"Variation 1","id":1008646,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".dgad-form-container.dgad-form-sections \",(function(e){if(void 0!==Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"]&&!window.location.href.includes(Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"])){if(-1!=window.location.href.indexOf(\"?\")&&-1==window.location.href.search(\"utm\"))var t=window.location.href+\"&\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];else t=window.location.href+\"?\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];window.history.pushState({path:t},\"\",t)}}),null,!0);","afterDOMReady":false}},{"name":"Variation 1","id":1008679,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".dgad-form-container.dgad-form-sections \",(function(e){if(void 0!==Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"]&&!window.location.href.includes(Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"])){if(-1!=window.location.href.indexOf(\"?\")&&-1==window.location.href.search(\"utm\"))var t=window.location.href+\"&\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];else t=window.location.href+\"?\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];window.history.pushState({path:t},\"\",t)}}),null,!0);","afterDOMReady":false}},{"name":"Variation 1","id":1009071,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".dgad-form-container.dgad-form-sections \",(function(e){if(void 0!==Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"]&&!window.location.href.includes(Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"])){if(-1!=window.location.href.indexOf(\"?\")&&-1==window.location.href.search(\"utm\"))var t=window.location.href+\"&\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];else t=window.location.href+\"?\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];window.history.pushState({path:t},\"\",t)}}),null,!0);","afterDOMReady":false}},{"name":"Variation 1","id":1010494,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".dgad-form-container.dgad-form-sections \",(function(e){if(void 0!==Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"]&&!window.location.href.includes(Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"])){if(-1!=window.location.href.indexOf(\"?\")&&-1==window.location.href.search(\"utm\"))var t=window.location.href+\"&\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];else t=window.location.href+\"?\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];window.history.pushState({path:t},\"\",t)}}),null,!0);","afterDOMReady":false}},{"name":"Variation 1","id":1013859,"css":"","elementSets":[],"javaScriptCode":{"code":"const productPageTemplate=\"https://www.michelin.dk/auto/tyres/\",campaignIDs=[\"confidencewin-4w\",\"trustev-4w\"],myTable=window.location.href.split(\"?\"),myQueryString=myTable[1],searchParams=new URLSearchParams(myQueryString);for(var mySettings=searchParams.get(\"utm_term\"),i=0;i

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",n)}else{var i='
\"testbanner\"

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",i)}})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-list__header-inner\",(function(e){e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent('[data-macro=\"b2c-tyre-list-pagination\"]',(function(e){e[0].remove(),document.querySelector(\".b2c-tyre-list__header\").style.padding=\"0\"}));var tyreLists=[[\"michelin-agilis-alpin\",\"michelin-alpin-6\",\"michelin-alpin-7\",\"michelin-pilot-alpin-5\",\"michelin-pilot-alpin-5-suv\",\"michelin-x-ice-snow\",\"michelin-x-ice-snow-suv\"],[\"michelin-alpin-6\",\"michelin-alpin-7\",\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-e-primacy\",\"michelin-pilot-alpin-5\",\"michelin-pilot-alpin-5-suv\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-pilot-sport-ev\",\"michelin-primacy-4-plus\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)],ViewMoreTranslation=\"Vis detaljer\";setTimeout((()=>{Kameleoon.API.Utils.querySelectorAll(\".b2c-tyre-list-results-card\").forEach((function(e){var n=e.querySelector('[title=\"'+ViewMoreTranslation+'\"]').href.replace(productPageTemplate,\"\");selectedProducts.includes(n)||e.remove()}))}),\"1000\");var legalMentionTitle=\"JURIDISKE MEDDELELSER\",legalMentions=[[\"Ikke-kontraktligt foto\"],[\"Ikke-kontraktligt foto\"]];Kameleoon.API.Core.runWhenElementPresent(\".b2c-breadcrumb\",(function(e){var n='
'+legalMentionTitle+'
 
'+legalMentions[campaignIDs.indexOf(myCampaignID)]+\"
\";e[0].insertAdjacentHTML(\"beforebegin\",n)}));","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":1013933,"css":"","elementSets":[],"javaScriptCode":{"code":"const productPageTemplate=\"https://www.michelin.se/auto/tyres/\",campaignIDs=[\"confidencewin-4w\",\"trustev-4w\"],myTable=window.location.href.split(\"?\"),myQueryString=myTable[1],searchParams=new URLSearchParams(myQueryString);for(var mySettings=searchParams.get(\"utm_term\"),i=0;i

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",i)}else{var n='
\"testbanner\"

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",n)}})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-list__header-inner\",(function(e){e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent('[data-macro=\"b2c-tyre-list-pagination\"]',(function(e){e[0].remove(),document.querySelector(\".b2c-tyre-list__header\").style.padding=\"0\"}));var tyreLists=[[\"michelin-agilis-alpin\",\"michelin-alpin-6\",\"michelin-alpin-7\",\"michelin-pilot-alpin-5\",\"michelin-pilot-alpin-5-suv\",\"michelin-x-ice-snow\",\"michelin-x-ice-snow-suv\",\"michelin-x-ice-north-4\",\"michelin-x-ice-north-4-suv\"],[\"michelin-alpin-6\",\"michelin-alpin-7\",\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-e-primacy\",\"michelin-pilot-alpin-5\",\"michelin-pilot-alpin-5-suv\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-pilot-sport-ev\",\"michelin-primacy-4-plus\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)],ViewMoreTranslation=\"Visa detaljer\";setTimeout((()=>{Kameleoon.API.Utils.querySelectorAll(\".b2c-tyre-list-results-card\").forEach((function(e){var i=e.querySelector('[title=\"'+ViewMoreTranslation+'\"]').href.replace(productPageTemplate,\"\");selectedProducts.includes(i)||e.remove()}))}),\"1000\");var legalMentionTitle=\"JURIDISKA OMNÄMNANDEN\",legalMentions=[[\"Ej avtalsenlig bild\"],[\"Ej avtalsenlig bild\"]];Kameleoon.API.Core.runWhenElementPresent(\".b2c-breadcrumb\",(function(e){var i='
'+legalMentionTitle+'
 
'+legalMentions[campaignIDs.indexOf(myCampaignID)]+\"
\";e[0].insertAdjacentHTML(\"beforebegin\",i)}));","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":1014062,"css":"","elementSets":[],"javaScriptCode":{"code":"const productPageTemplate=\"https://www.michelin.fi/auto/tyres/\",campaignIDs=[\"confidencewin-4w\",\"trustev-4w\"],myTable=window.location.href.split(\"?\"),myQueryString=myTable[1],searchParams=new URLSearchParams(myQueryString);for(var mySettings=searchParams.get(\"utm_term\"),i=0;i

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",i)}else{var n='
\"testbanner\"

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",n)}})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-list__header-inner\",(function(e){e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent('[data-macro=\"b2c-tyre-list-pagination\"]',(function(e){e[0].remove(),document.querySelector(\".b2c-tyre-list__header\").style.padding=\"0\"}));var tyreLists=[[\"michelin-agilis-alpin\",\"michelin-alpin-6\",\"michelin-alpin-7\",\"michelin-pilot-alpin-5\",\"michelin-pilot-alpin-5-suv\",\"michelin-x-ice-snow\",\"michelin-x-ice-snow-suv\",\"michelin-x-ice-north-4\",\"michelin-x-ice-north-4-suv\"],[\"michelin-alpin-6\",\"michelin-alpin-7\",\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-e-primacy\",\"michelin-pilot-alpin-5\",\"michelin-pilot-alpin-5-suv\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-pilot-sport-ev\",\"michelin-primacy-4-plus\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)],ViewMoreTranslation=\"Näytä tiedot\";setTimeout((()=>{Kameleoon.API.Utils.querySelectorAll(\".b2c-tyre-list-results-card\").forEach((function(e){var i=e.querySelector('[title=\"'+ViewMoreTranslation+'\"]').href.replace(productPageTemplate,\"\");selectedProducts.includes(i)||e.remove()}))}),\"1000\");var legalMentionTitle=\"OIKEUDELLISET ILMOITUKSET\",legalMentions=[[\"Kuva ei ole sopimuksen mukainen\"],[\"Kuva ei ole sopimuksen mukainen\"]];Kameleoon.API.Core.runWhenElementPresent(\".b2c-breadcrumb\",(function(e){var i='
'+legalMentionTitle+'
 
'+legalMentions[campaignIDs.indexOf(myCampaignID)]+\"
\";e[0].insertAdjacentHTML(\"beforebegin\",i)}));","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":1015192,"css":"","elementSets":[],"javaScriptCode":{"code":"var campaign=!0;const productPageTemplate=\"https://www.michelin.se/auto/tyres/\",campaignIDs=[\"xicerange\"];if(-1!=window.location.href.search(\"utm_term\")){console.log(\"Vince : utm_term found\");const e=window.location.href.split(\"?\")[1];for(var mySettings=new URLSearchParams(e).get(\"utm_term\"),i=0;i

'+a+\"

\";t[0].insertAdjacentHTML(\"beforebegin\",s)}else{var m='
\"testbanner\"

'+a+\"

\";t[0].insertAdjacentHTML(\"beforebegin\",m)}}));var tyreLists=[[\"michelin-x-ice-snow\",\"michelin-x-ice-snow-suv\",\"michelin-x-ice-north-4\",\"michelin-x-ice-north-4-suv\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)];Kameleoon.API.Core.runWhenElementPresent(\".b2c-product-promo__title-container\",(function(e){selectedProducts.length<=4&&e[0].remove()})),setTimeout((()=>{Kameleoon.API.Core.runWhenElementPresent(\".b2c-scroller__slide\",(function(e){e.forEach((function(e){var i=e.href.replace(productPageTemplate,\"\");selectedProducts.includes(i)||e.remove()}))}),null,!0)}),\"1000\")}","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":1015548,"css":"","elementSets":[],"javaScriptCode":{"code":"const productPageTemplate=\"https://www.michelin.it/auto/tyres/\",campaignIDs=[\"confidencewin-4w\"],myTable=window.location.href.split(\"?\"),myQueryString=myTable[1],searchParams=new URLSearchParams(myQueryString);for(var mySettings=searchParams.get(\"utm_term\"),i=0;i

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",n)}else{var i='
\"testbanner\"

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",i)}})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-list__header-inner\",(function(e){e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent('[data-macro=\"b2c-tyre-list-pagination\"]',(function(e){e[0].remove(),document.querySelector(\".b2c-tyre-list__header\").style.padding=\"0\"}));var tyreLists=[[\"michelin-agilis-alpin\",\"michelin-alpin-a6\",\"michelin-alpin-7\",\"michelin-pilot-alpin5\",\"michelin-pilot-alpin-5-suv\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)],ViewMoreTranslation=\"Guarda i dettagli\",productCards=Kameleoon.API.Utils.querySelectorAll(\".b2c-tyre-list-results-card\");productCards.forEach((function(e){var n=e.querySelector('[title=\"'+ViewMoreTranslation+'\"]').href.replace(productPageTemplate,\"\");selectedProducts.includes(n)||e.remove()}));var legalMentionTitle=\"Note Legali\",legalMentions=[[\"Foto non contrattuale\"]];Kameleoon.API.Core.runWhenElementPresent(\".b2c-breadcrumb\",(function(e){var n='
'+legalMentionTitle+'
 
'+legalMentions[campaignIDs.indexOf(myCampaignID)]+\"
\";e[0].insertAdjacentHTML(\"beforebegin\",n)}));","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":1016869,"css":"","elementSets":[],"javaScriptCode":{"code":"var campaign=!0;const productPageTemplate=\"https://www.michelin.it/auto/tyres/\",campaignIDs=[\"alpinrange\"];if(-1!=window.location.href.search(\"utm_term\")){console.log(\"Vince : utm_term found\");const e=window.location.href.split(\"?\")[1];for(var mySettings=new URLSearchParams(e).get(\"utm_term\"),i=0;i

'+n+\"

\";t[0].insertAdjacentHTML(\"beforebegin\",m)}else{var s='
\"testbanner\"

'+n+\"

\";t[0].insertAdjacentHTML(\"beforebegin\",s)}}));var tyreLists=[[\"michelin-agilis-alpin\",\"michelin-alpin-a6\",\"michelin-pilot-alpin-5\",\"michelin-pilot-alpin-5-suv\",\"michelin-alpin-7\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)];Kameleoon.API.Core.runWhenElementPresent(\".b2c-product-promo__title-container\",(function(e){selectedProducts.length<=4&&e[0].remove()})),setTimeout((()=>{Kameleoon.API.Core.runWhenElementPresent(\".b2c-scroller__slide\",(function(e){e.forEach((function(e){var i=e.href.replace(productPageTemplate,\"\");selectedProducts.includes(i)||e.remove()}))}),null,!0)}),\"1000\")}","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":1021928,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".dgad-form-container.dgad-form-sections \",(function(e){if(void 0!==Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"]&&!window.location.href.includes(Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"])){if(-1!=window.location.href.indexOf(\"?\")&&-1==window.location.href.search(\"utm\"))var o=window.location.href+\"&\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];else o=window.location.href+\"?\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];console.log(\"Vince : modifiedUrl = \"+o),window.history.pushState({path:o},\"\",o)}}),null,!0);","afterDOMReady":false}},{"name":"Variation 1","id":1023134,"css":"","elementSets":[],"javaScriptCode":{"code":"var campaign=!0;const productPageTemplate=\"https://www.michelin.com.tr/auto/tyres/\",campaignIDs=[\"winterrange\"];if(-1!=window.location.href.search(\"utm_term\")){const e=window.location.href.split(\"?\")[1];for(var mySettings=new URLSearchParams(e).get(\"utm_term\"),i=0;i

'+i+\"

\";n[0].insertAdjacentHTML(\"beforebegin\",s)}else{var c='
\"testbanner\"

'+i+\"

\";n[0].insertAdjacentHTML(\"beforebegin\",c)}}));var tyreLists=[[\"michelin-agilis-alpin\",\"michelin-alpin-6\",\"michelin-pilot-alpin-5\",\"michelin-pilot-alpin-5-suv\",\"michelin-alpin-7\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)];Kameleoon.API.Core.runWhenElementPresent(\".b2c-product-promo__title-container\",(function(e){selectedProducts.length<=4&&e[0].remove()})),setTimeout((()=>{Kameleoon.API.Core.runWhenElementPresent(\".b2c-scroller__slide\",(function(e){e.forEach((function(e){var a=e.href.replace(productPageTemplate,\"\");selectedProducts.includes(a)||e.remove()}))}),null,!0)}),\"1000\")}else{var originalBanner='
\"conversion

MICHELIN LASTİKLERİNİ HEMEN SATIN AL

';Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search\",(function(e){}));selectedProducts=tyreList}","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":1033218,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".dgad-form-container.dgad-form-sections \",(function(e){if(void 0!==Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"]&&!window.location.href.includes(Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"])){if(-1!=window.location.href.indexOf(\"?\")&&-1==window.location.href.search(\"utm\"))var o=window.location.href+\"&\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];else o=window.location.href+\"?\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];console.log(\"Vince : modifiedUrl = \"+o),window.history.pushState({path:o},\"\",o)}}),null,!0);","afterDOMReady":false}},{"name":"Variation 1","id":1034344,"css":"","elementSets":[],"javaScriptCode":{"code":"var campaign=!0;const productPageTemplate=\"https://www.michelin.de/auto/tyres/\",campaignIDs=[\"alpinrange\"];if(-1!=window.location.href.search(\"utm_term\")){console.log(\"Vince : utm_term found\");const e=window.location.href.split(\"?\")[1];for(var mySettings=new URLSearchParams(e).get(\"utm_term\"),i=0;i

'+n+\"

\";t[0].insertAdjacentHTML(\"beforebegin\",m)}else{var s='
\"testbanner\"

'+n+\"

\";t[0].insertAdjacentHTML(\"beforebegin\",s)}}));var tyreLists=[[\"michelin-agilis-alpin\",\"michelin-alpin-6\",\"michelin-pilot-alpin-5\",\"michelin-pilot-alpin-5-suv\",\"michelin-alpin-7\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)];Kameleoon.API.Core.runWhenElementPresent(\".b2c-product-promo__title-container\",(function(e){selectedProducts.length<=4&&e[0].remove()})),setTimeout((()=>{Kameleoon.API.Core.runWhenElementPresent(\".b2c-scroller__slide\",(function(e){e.forEach((function(e){var i=e.href.replace(productPageTemplate,\"\");selectedProducts.includes(i)||e.remove()}))}),null,!0)}),\"1000\")}","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":1034615,"css":"","elementSets":[],"javaScriptCode":{"code":"var campaign=!0;const productPageTemplate=\"https://www.michelin.es/auto/tyres/\",campaignIDs=[\"summerrange\"];if(-1!=window.location.href.search(\"utm_term\")){console.log(\"Vince : utm_term found\");const e=window.location.href.split(\"?\")[1];for(var mySettings=new URLSearchParams(e).get(\"utm_term\"),i=0;i

'+t+\"

\";n[0].insertAdjacentHTML(\"beforebegin\",s)}else{var m='
\"testbanner\"

'+t+\"

\";n[0].insertAdjacentHTML(\"beforebegin\",m)}}));var tyreLists=[[\"michelin-e-primacy\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-pilot-sport-ev\",\"michelin-primacy-4-plus\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)];Kameleoon.API.Core.runWhenElementPresent(\".b2c-product-promo__title-container\",(function(e){selectedProducts.length<=4&&e[0].remove()})),setTimeout((()=>{Kameleoon.API.Core.runWhenElementPresent(\".b2c-scroller__slide\",(function(e){e.forEach((function(e){var i=e.href.replace(productPageTemplate,\"\");selectedProducts.includes(i)||e.remove()}))}),null,!0)}),\"1000\")}","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":1038718,"css":".b2c-tyre-selector-pages__wrapper{margin-top:0!important}","elementSets":[],"javaScriptCode":{"code":"const productPageTemplate=\"https://www.michelin.co.kr/auto/tyres/\",campaignIDs=[\"longevity-4w\",\"confidenceas-4w\"],myTable=window.location.href.split(\"?\"),myQueryString=myTable[1],searchParams=new URLSearchParams(myQueryString);for(var mySettings=searchParams.get(\"utm_term\"),i=0;i

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",n)}else{var i='
\"testbanner\"

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][0]+'

'+bannerTextContent[campaignIDs.indexOf(myCampaignID)][1]+\"

\"+bannerTextContent[campaignIDs.indexOf(myCampaignID)][2]+\"

\";e[0].insertAdjacentHTML(\"beforebegin\",i)}})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-list__header-inner\",(function(e){e[0].remove()})),Kameleoon.API.Core.runWhenElementPresent('[data-macro=\"b2c-tyre-list-pagination\"]',(function(e){e[0].remove(),document.querySelector(\".b2c-tyre-list__header\").style.padding=\"0\"}));var tyreLists=[[\"michelin-e-primacy\",\"michelin-pilot-sport-4\",\"michelin-pilot-sport-4-s\",\"michelin-pilot-sport-4-suv\",\"michelin-pilot-sport-5\",\"michelin-primacy-4\"],[\"michelin-crossclimate-2\",\"michelin-crossclimate-2-suv\",\"michelin-primacy-tour-a-s\",\"michelin-primacy-all-season\",\"michelin-primacy-a-s\",\"michelin-premier-all-season-2\",\"michelin-pilot-sport-all-season-4\"]],selectedProducts=tyreLists[campaignIDs.indexOf(myCampaignID)],ViewMoreTranslation=\"자세히 보기\",productCards=Kameleoon.API.Utils.querySelectorAll(\".b2c-tyre-list-results-card\");productCards.forEach((function(e){var n=e.querySelector('[title=\"'+ViewMoreTranslation+'\"]').href.replace(productPageTemplate,\"\");console.log(\"Vince : Current product =\"+n),selectedProducts.includes(n)||e.remove()}));var legalMentionTitle=\"법적 언급\",legalMentions=[[\"실제 제품과 이미지가 다를 수 있습니다.\"],[\"실제 제품과 이미지가 다를 수 있습니다.\"]];Kameleoon.API.Core.runWhenElementPresent(\".b2c-breadcrumb\",(function(e){var n='
'+legalMentionTitle+'
 
'+legalMentions[campaignIDs.indexOf(myCampaignID)]+\"
\";e[0].insertAdjacentHTML(\"beforebegin\",n)}));","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":1040107,"css":"#vacModule{display:block!important;width:80%!important;height:1200px!important;margin:0 auto!important}","elementSets":[],"javaScriptCode":{"code":"console.log(\"Vince : URL : \"+document.location.href),-1==document.location.href.indexOf(\"#\")&&(Kameleoon.API.Core.runWhenElementPresent(\"#whythistyre\",(function(e){e[0].insertAdjacentHTML(\"afterend\",'')}),null,!1),Kameleoon.API.Core.runWhenElementPresent(\".b2b-product-summary-content.b2b-product-summary-content--tyre\",(function(e){e[0].querySelector(\".b2b-cta.b2b-cta--secondary\").insertAdjacentHTML(\"afterend\",'Economies de carburant'),document.querySelector(\"#ctatovac\").addEventListener(\"click\",(()=>{Kameleoon.API.Goals.processConversion(366345)}))}),null,!1));","afterDOMReady":false}},{"name":"Variation 1","id":1040121,"css":".myVACbanner{text-align:center;width:100%;height:35rem;margin-bottom:2rem}","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".b2b-marketing-product-list-results > div\",(function(e){var n='
';window.innerWidth>=1920||window.innerWidth<960?e[2]?e[2].insertAdjacentHTML(\"afterend\",n):e[e.length-1].insertAdjacentHTML(\"afterend\",n):window.innerWidth>=960&&window.innerWidth<1920&&(e[1]?e[1].insertAdjacentHTML(\"afterend\",n):e[e.length-1].insertAdjacentHTML(\"afterend\",n))}));","afterDOMReady":false}},{"name":"Variation 1","id":1057894,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent('[name=\"productLine\"]',(function(e){e[0].onchange=function(){var t=e[0].value,a=document.createElement(\"INPUT\");a.setAttribute(\"type\",\"hidden\"),a.setAttribute(\"name\",\"productlineSelected\"),a.setAttribute(\"value\",t),document.querySelector(\".form__global-container\").insertAdjacentElement(\"afterbegin\",a)}}),null,!0),Kameleoon.API.Core.runWhenElementPresent(\".form__global-success\",(function(e){switch(document.querySelector(\"[name=productlineSelected]\").value){case\"4W\":var t=\"https://display.ugc.bazaarvoice.com/static/michelin-us/main_site/en_US/container.htm?bvaction=rr_submit_generic&bvcategoryId=4W&bvcampaignId=warranty_submission\";break;case\"MO\":t=\"https://display.ugc.bazaarvoice.com/static/michelin-us/main_site/en_US/container.htm?bvaction=rr_submit_generic&bvcategoryId=MO&bvcampaignId=warranty_submission\"}myFirstCTA=e[0].querySelector(\".ds__btn\"),myFirstCTA.insertAdjacentHTML(\"afterend\",' Review Your TiresBack to home '),myFirstCTA.remove()}),null,!0);","afterDOMReady":false}},{"name":"Variation 1","id":1060885,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent('[name=\"productLine\"]',(function(e){console.log(\"Vince : in the loop\"),e[0].onchange=function(){var n=e[0].value,t=document.createElement(\"INPUT\");t.setAttribute(\"type\",\"hidden\"),t.setAttribute(\"name\",\"productlineSelected\"),t.setAttribute(\"value\",n),document.querySelector(\".form__global-container\").insertAdjacentElement(\"afterbegin\",t)}}),null,!0),Kameleoon.API.Core.runWhenElementPresent(\".form__global-success\",(function(e){var n=document.querySelector(\"[name=productlineSelected]\");switch(console.log(\"Vince : productlineSelected = \"+n.value),n.value){case\"4W\":var t=\"https://display.ugc.bazaarvoice.com/static/michelin-us/main_site/en_US/container.htm?bvaction=rr_submit_generic&bvcategoryId=4W&bvcampaignId=warranty_submission\";console.log(\"Vince : 4W\");break;case\"MO\":t=\"https://display.ugc.bazaarvoice.com/static/michelin-us/main_site/en_US/container.htm?bvaction=rr_submit_generic&bvcategoryId=MO&bvcampaignId=warranty_submission\";console.log(\"Vince : MO\")}myFirstCTA=e[0].querySelector(\".ds__btn\"),myFirstCTA.insertAdjacentHTML(\"afterend\",' Review Your Tires Back to home '),myFirstCTA.remove()}),null,!0);","afterDOMReady":false}},{"name":"Variation 1","id":1068222,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".dgad-form-container.dgad-form-sections \",(function(e){if(void 0!==Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"]&&!window.location.href.includes(Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"])){if(-1!=window.location.href.indexOf(\"?\")&&-1==window.location.href.search(\"utm\"))var o=window.location.href+\"&\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];else o=window.location.href+\"?\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];console.log(\"Vince : modifiedUrl = \"+o),window.history.pushState({path:o},\"\",o)}}),null,!0);","afterDOMReady":false}},{"name":"Variation 1","id":1068341,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".dgad-form-container.dgad-form-sections \",(function(e){if(void 0!==Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"]&&!window.location.href.includes(Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"])){if(-1!=window.location.href.indexOf(\"?\")&&-1==window.location.href.search(\"utm\"))var o=window.location.href+\"&\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];else o=window.location.href+\"?\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];console.log(\"Vince : modifiedUrl = \"+o),window.history.pushState({path:o},\"\",o)}}),null,!0);","afterDOMReady":false}},{"name":"Variation 1","id":1068354,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".dgad-form-container.dgad-form-sections \",(function(e){if(void 0!==Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"]&&!window.location.href.includes(Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"])){if(-1!=window.location.href.indexOf(\"?\")&&-1==window.location.href.search(\"utm\"))var o=window.location.href+\"&\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];else o=window.location.href+\"?\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];console.log(\"Vince : modifiedUrl = \"+o),window.history.pushState({path:o},\"\",o)}}),null,!0);","afterDOMReady":false}},{"name":"Variation 1","id":1068381,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".dgad-form-container.dgad-form-sections \",(function(e){if(void 0!==Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"]&&!window.location.href.includes(Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"])){if(-1!=window.location.href.indexOf(\"?\")&&-1==window.location.href.search(\"utm\"))var o=window.location.href+\"&\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];else o=window.location.href+\"?\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];console.log(\"Vince : modifiedUrl = \"+o),window.history.pushState({path:o},\"\",o)}}),null,!0);","afterDOMReady":false}},{"name":"Variation 1","id":1068396,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".dgad-form-container.dgad-form-sections \",(function(e){if(void 0!==Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"]&&!window.location.href.includes(Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"])){if(-1!=window.location.href.indexOf(\"?\")&&-1==window.location.href.search(\"utm\"))var o=window.location.href+\"&\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];else o=window.location.href+\"?\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];console.log(\"Vince : modifiedUrl = \"+o),window.history.pushState({path:o},\"\",o)}}),null,!0);","afterDOMReady":false}},{"name":"Variation 1","id":1068600,"css":".myVACbanner{text-align:center;width:100%;height:35rem;margin-bottom:2rem}","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".b2b-marketing-product-list-results > div\",(function(e){var n='
';window.innerWidth>=1920||window.innerWidth<960?e[2]?e[2].insertAdjacentHTML(\"afterend\",n):e[e.length-1].insertAdjacentHTML(\"afterend\",n):window.innerWidth>=960&&window.innerWidth<1920&&(e[1]?e[1].insertAdjacentHTML(\"afterend\",n):e[e.length-1].insertAdjacentHTML(\"afterend\",n))}));","afterDOMReady":false}},{"name":"Variation 1","id":1077312,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".dgad-form-container.dgad-form-sections \",(function(e){if(void 0!==Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"]&&!window.location.href.includes(Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"])){if(-1!=window.location.href.indexOf(\"?\")&&-1==window.location.href.search(\"utm\"))var o=window.location.href+\"&\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];else o=window.location.href+\"?\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];console.log(\"Vince : modifiedUrl = \"+o),window.history.pushState({path:o},\"\",o)}}),null,!0);","afterDOMReady":false}},{"name":"Variation 1","id":1077358,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".dgad-form-container.dgad-form-sections \",(function(e){if(void 0!==Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"]&&!window.location.href.includes(Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"])){if(-1!=window.location.href.indexOf(\"?\")&&-1==window.location.href.search(\"utm\"))var o=window.location.href+\"&\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];else o=window.location.href+\"?\"+Kameleoon.API.CurrentVisit.customData[\"utm-parameters\"];console.log(\"Vince : modifiedUrl = \"+o),window.history.pushState({path:o},\"\",o)}}),null,!0);","afterDOMReady":false}},{"name":"Variation 1","id":1080010,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\"#c2b-widget-popin-iframe\",(function(e){e[0].setAttribute(\"data-hj-allow-iframe\",\"\")}),null,!0);","afterDOMReady":false}},{"name":"Variation 1","id":1083887,"css":"#vacModule{display:block!important;width:80%!important;height:1200px!important;margin:0 auto!important}","elementSets":[],"javaScriptCode":{"code":"console.log(\"Vince : URL : \"+document.location.href),-1==document.location.href.indexOf(\"#\")&&(Kameleoon.API.Core.runWhenElementPresent(\"#whythistyre\",(function(e){e[0].insertAdjacentHTML(\"afterend\",'')}),null,!1),Kameleoon.API.Core.runWhenElementPresent(\".b2b-product-summary-content.b2b-product-summary-content--tyre\",(function(e){e[0].querySelector(\".b2b-cta.b2b-cta--secondary\").insertAdjacentHTML(\"afterend\",'Economies de carburant'),document.querySelector(\"#ctatovac\").addEventListener(\"click\",(()=>{Kameleoon.API.Goals.processConversion(366345)}))}),null,!1));","afterDOMReady":false}},{"name":"Variation 1","id":1086553,"css":"div.dl__card-top-retailer-bnb-cta-wrapper__ctas>a:first-child:not(:last-child){pointer-events:none;display:none}","elementSets":[],"javaScriptCode":{"code":"// function removeBuyNow(element){\r\n// if(element.querySelector('[data-ui-skin=\"primary\"]')!==null){\r\n// element.querySelector('[data-ui-skin=\"primary\"]').remove();\r\n// return null;\r\n// }else{\r\n// setTimeout(() => {\r\n// removeBuyNow(element)\r\n// }, \"200\");\r\n// return null;\r\n// }\r\n// }\r\n\r\n// Kameleoon.API.Core.runWhenElementPresent(\".dl__card-top-retailer\", function (elements) {\r\n// \telements.forEach(element => {\r\n// \t\tif(element.querySelector('[data-ui-skin=\"secondary\"]')!==null){\r\n// removeBuyNow(element);\r\n// } \r\n// \t});\r\n// }, null, true);","afterDOMReady":false}},{"name":"Variation 4","id":1098908,"css":".b2c-body__main-content{margin-top:0}","elementSets":[],"javaScriptCode":{"code":"!function(){if(document.getElementById(\"kameleoonWidget_1098908\"))return null;Kameleoon.API.Core.runWhenElementPresent(\".apos-refreshable\",(()=>{Kameleoon.API.Utils.querySelectorAll(\".apos-refreshable\").length&&Kameleoon.API.Utils.querySelectorAll(\".apos-refreshable\")[0].insertAdjacentHTML(\"beforebegin\",'
')})),Kameleoon.API.Core.runWhenElementPresent(\".widget_24289_1098908\",(t=>{const e=t[0].attachShadow({mode:\"open\"});e.innerHTML='\\n \\n
WIN BACK THE COST OF YOUR TYRES*   Click here
\\n ';const o=e.querySelector(\".widget_24289_1098908\");o.classList.add(Kameleoon.API.CurrentVisit.device.type.toLowerCase()),Kameleoon.API.Utils.addUniversalClickListener(o,(t=>{t.stopPropagation()}));const i=new Set;function n(t,e){o.querySelectorAll(`.widget_24289_1098908 span[data-cd-name${e?`=\"${e}\"`:\"\"}]`).forEach((e=>{const o=e.getAttribute(\"data-cd-name\"),n=e.getAttribute(\"data-cd-scope\"),a=e.getAttribute(\"data-cd-default\");\"VISIT\"===n&&(e.innerHTML=Kameleoon.API.CurrentVisit.customData[o]||a),\"VISITOR\"===n&&(e.innerHTML=Kameleoon.API.Visitor.customData[o]||a),t&&i.add(o)})),o.querySelectorAll(\".widget_24289_1098908 a[data-cd-href]\").forEach((e=>{const o=e.getAttribute(\"data-cd-href\"),n=e.getAttribute(\"data-cd-template\"),a=JSON.parse(o.replace(/"/g,'\"'));let r=decodeURI(n);const l=r.match(/\\{\\{ [A-Za-z0-9 .,?!@\"'\\\\()#$%^&*-=+|_]+ \\}\\}/gim);l&&(l.forEach((e=>{const o=e.slice(2,-2).trim(),n=a.find((t=>t.name===o));n&&(\"VISIT\"===n.scope&&(r=r.replace(e,Kameleoon.API.CurrentVisit.customData[o]||n.defaultValue||\"\")),\"VISITOR\"===n.scope&&(r=r.replace(e,Kameleoon.API.Visitor.customData[o]||n.defaultValue||\"\")),t&&i.add(o))})),e.href=encodeURI(r))}))}n(!0),window.addEventListener(\"Kameleoon::CustomDataSet\",(function(t){const e=t.detail.name;i.has(e)&&n(!1,e)})),o.querySelectorAll(\".widget_24289_1098908 input\").forEach((t=>{t.addEventListener(\"keydown\",(t=>{13===t.keyCode&&t.preventDefault()}))})),o.querySelectorAll('[data-type=\"Text\"]').forEach((t=>{switch(window.getComputedStyle(t).textAlign){case\"center\":t.classList.add(\"kn-text_center\");break;case\"left\":t.classList.add(\"kn-text_left\");break;case\"right\":t.classList.add(\"kn-text_right\")}})),o.querySelector(\".widget_24289_1098908 .template_kn57fynrknvju\").classList.remove(\"hide\"),function(){const t=o.querySelector(\".widget_24289_1098908 .close_knzc9v6ziks6f\");let e=!0;Kameleoon.API.Utils.addUniversalClickListener(t,(t=>{if(e){t.stopPropagation(),t.preventDefault(),o.querySelectorAll(\".widget_24289_1098908 .popup_wrapper_kna740c234weg video\").forEach((t=>{t.pause(),t.currentTime=0})),o.querySelectorAll(\".widget_24289_1098908 .popup_wrapper_kna740c234weg iframe\").forEach((t=>{t.src=t.src.replace(\"autoplay=1\",\"autoplay=0\")})),o.querySelector(\".widget_24289_1098908 .template_kn57fynrknvju\")?.classList.add(\"hide\");try{Kameleoon.API.Goals.processConversion(382384)}catch(t){console.error('custom JS code \"Convert goal 382384\" is invalid\\n',t)}}e=!0})),t&&t.addEventListener(\"kn-click\",(i=>{i.stopPropagation(),i.preventDefault(),o.querySelectorAll(\".widget_24289_1098908 .popup_wrapper_kna740c234weg video\").forEach((t=>{t.pause(),t.currentTime=0})),o.querySelectorAll(\".widget_24289_1098908 .popup_wrapper_kna740c234weg iframe\").forEach((t=>{t.src=t.src.replace(\"autoplay=1\",\"autoplay=0\")})),o.querySelector(\".widget_24289_1098908 .template_kn57fynrknvju\")?.classList.add(\"hide\");try{Kameleoon.API.Goals.processConversion(382384)}catch(t){console.error('custom JS code \"Convert goal 382384\" is invalid\\n',t)}e=!1,t.click()}))}()}))}();","afterDOMReady":false},"widgetTemplateInputData":{"positionPluginConfiguration":"INPAGE","displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionSelectorRelative":"BEFORE","domElementSelector":".apos-refreshable"},"widgetTemplateName":null},{"name":"Variation 1","id":1099465,"css":".ds__layout-header{display:none}.ds__block-breadcrumb{display:none}div.form__global-container>div.form__global-container__inner>div.form__global-success>div.form__success>a.ds__btn{display:none!important}.ds__layout-footer{display:none!important}.form__global-container__inner{padding-top:2rem!important}#rulai-widget-launch-icon{display:none!important}","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\"div.form__global-container > div.form__global-container__inner > div.form__global-success > div.form__success > a.ds__btn\",(function(n){n[0].style.display=\"none\"}),null,!0);","afterDOMReady":false}},{"name":"Variation 1","id":1100797,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".ds__layout-base\",(function(e){e[0].setAttribute(\"data-cs-scroll-container\",\"\")}),null,!0);","afterDOMReady":false}},{"name":"I don't know (block)","id":1101159,"css":"@media (max-width:420px){.ts__criteria-modal-incomplete-card-body .ds__btn{border-radius:var(--radius-theme-sm)!important;width:42vw!important;height:auto!important;min-height:auto!important;background-color:#f3e013!important;margin-right:0!important}.ts__criteria-modal-incomplete-card-body .ds__btn span{display:block!important}.ts__criteria-modal-incomplete-card-body{justify-content:left!important}}","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".ts__criteria-modal-incomplete-card\",(function(e){e[0].querySelector(\".ds__btn-icon\").remove(),e[0].querySelector(\".ts__criteria-modal-incomplete-card-content-description\").remove(),e[0].querySelector(\".ts__criteria-modal-incomplete-card-body\").style.paddingTop=\"1rem\",e[0].querySelector(\".ts__criteria-modal-incomplete-card-body\").style.paddingBottom=\"1rem\",e[0].querySelector(\".ts__criteria-modal-incomplete-card-content\").style.paddingBottom=\"0\",e[0].querySelector(\".ts__criteria-modal-incomplete-card-content-title\").innerText=\"No sé responder\"}),null,!0),Kameleoon.API.Core.runWhenElementPresent(\"div.ts__manufacturer-values > div.ts__tabs-list > div.ts__tabs-list-content> div.ts__tabs-list-content__panel > a.ts__manufacturer-values__cta > span.ts__manufacturer-values__cta__label\",(function(e){var t=\"\";e.forEach((e=>{t=e.innerHTML.replace(\"Ver resultados\",\"No sé responder\"),e.innerHTML=t}))}),null,!0);","afterDOMReady":false}},{"name":"I don't know (list)","id":1101160,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".ts__criteria-modal-incomplete-card\",(function(e){e[0].style.visibility=\"hidden\";document.querySelector(\".ts__criteria-modal-step-values\").insertAdjacentHTML(\"afterBegin\",'');var t=e[0].querySelector(\"button.ds__btn\");document.querySelector(\"#idkbutton\").addEventListener(\"click\",(function(e){t.click()}))}),null,!0),Kameleoon.API.Core.runWhenElementPresent(\"div.ts__manufacturer-values > div.ts__tabs-list > div.ts__tabs-list-content> div.ts__tabs-list-content__panel > a.ts__manufacturer-values__cta > span.ts__manufacturer-values__cta__label\",(function(e){var t=\"\";e.forEach((e=>{t=e.innerHTML.replace(\"Ver resultados\",\"No sé responder\"),e.innerHTML=t}))}),null,!0);","afterDOMReady":false}},{"name":"No incomplete option","id":1101161,"css":"div.ts__manufacturer-values div.ts__tabs-list div.ts__tabs-list-content div.ts__tabs-list-content__panel a.ts__manufacturer-values__cta{display:none}","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".ts__criteria-modal-incomplete-card\",(function(e){e[0].remove()}),null,!0);","afterDOMReady":false}},{"name":"New CTA","id":1105149,"css":"","elementSets":[],"javaScriptCode":{"code":"console.log(\"Vince : execute script in \"+window.location.href);const currentUrl=window.location.href,homepageURL=\"https://www.michelinman.com/\",allTiresURL=\"https://www.michelinman.com/auto/browse-tires/all-tires\";Kameleoon.API.Core.runWhenElementPresent(\".ds__panel\",(function(e){console.log(\"Vince : Element spotted\"),e[0].querySelector(\".ds__panel-wrapper .ds__panel-footer\").style.flexDirection=\"row\",e[0].querySelector(\".ds__panel-wrapper .ds__panel-footer\").insertAdjacentHTML(\"beforeend\",' View all tires ');var n=document.querySelector(\"#newCTA\");Kameleoon.API.Utils.addUniversalClickListener(n,(function(e){Kameleoon.API.Goals.processConversion(369729)}))}),null,!0);","afterDOMReady":false}},{"name":"Variation 1","id":1105988,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\"div.mul__block-card-edito > section[data-ui-block] > div.ds__block-content-wrapper > div.ds__tab > div.ds__tab-list > button\",(function(t){t.forEach((t=>{t.setAttribute(\"data-cs-override-id\",\"\")}))}),null,!0);","afterDOMReady":false}},{"name":"Variation 1","id":1118166,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\"body > div.ds__layout-base > div.ds__layout-before-main > section > div\",(function(e){e.forEach((e=>{e.setAttribute(\"data-cs-scroll-container\",\"\")}))}),null,!0);","afterDOMReady":false}},{"name":"Variation 1","id":1123407,"css":"#rulai-widget-launch-icon{display:none!important}","elementSets":[],"javaScriptCode":{"code":"console.log(\"starting injection\");const createScript1=document.createElement(\"script\");createScript1.type=\"text/javascript\",createScript1.src=\"https://cognigy-bucket.s3.eu-west-3.amazonaws.com/prod/webchat/Michelin/mitchCustomScript.js?\"+Date.now(),document.head.appendChild(createScript1),console.log(\"webchat injected\");","afterDOMReady":false}},{"name":"Variation 1","id":1137211,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\"div.dl__top-retailers-list\",(function(e){e.forEach((e=>{e.setAttribute(\"id\",\"top-retailers-list\")}))}),null,!0),Kameleoon.API.Core.runWhenElementPresent(\"div.dl__dealers-list__section-header\",(function(e){e.forEach((e=>{e.setAttribute(\"id\",\"header_dealer_list\")}))}),null,!0),Kameleoon.API.Core.runWhenElementPresent(\"div.dl__dealers-list__container\",(function(e){e.forEach((e=>{e.setAttribute(\"id\",\"dealer_list_container\")}))}),null,!0),Kameleoon.API.Core.runWhenElementPresent(\"div.dl__loadable\",(function(e){e.forEach((e=>{e.setAttribute(\"data-cs-override-id\",\"\")}))}),null,!0),Kameleoon.API.Core.runWhenElementPresent(\"div.dl__loadable__content\",(function(e){e.forEach((e=>{e.setAttribute(\"data-cs-override-id\",\"\")}))}),null,!0),Kameleoon.API.Core.runWhenElementPresent(\"div.dl__dealers-list__content\",(function(e){e.forEach((e=>{e.setAttribute(\"data-cs-override-id\",\"\")}))}),null,!0),Kameleoon.API.Core.runWhenElementPresent(\"div.dl__top-retailers\",(function(e){e.forEach((e=>{e.setAttribute(\"data-cs-override-id\",\"\")}))}),null,!0),Kameleoon.API.Core.runWhenElementPresent(\"div.dl__top-retailers\",(function(e){e.forEach((e=>{e.setAttribute(\"data-cs-override-id\",\"\")}))}),null,!0),Kameleoon.API.Core.runWhenElementPresent(\"div.dl__card-top-retailer\",(function(e){var t=0;e.forEach((e=>{e.setAttribute(\"data-cs-override-id\",\"top-retailer-card-\"+t++)}))}),null,!0),Kameleoon.API.Core.runWhenElementPresent(\"div.dl__card-top-retailer-bnb-cta-wrapper__ctas > a.ds__btn\",(function(e){var t=0;e.forEach((e=>{e.setAttribute(\"data-cs-override-id\",\"top-retailer-bnb_cta-\"+t++)}))}),null,!0),Kameleoon.API.Core.runWhenElementPresent(\"div.dl__card-top-retailer-bnb-cta-wrapper__ctas > button.ds__btn\",(function(e){var t=0;e.forEach((e=>{e.setAttribute(\"data-cs-override-id\",\"top-retailer-network_cta-\"+t++)}))}),null,!0),Kameleoon.API.Core.runWhenElementPresent(\"div.dl__dealers-list__filters > div.dl__filters > div.dl__filters-cta > button.ds__btn\",(function(e){e.forEach((e=>{e.setAttribute(\"data-cs-override-id\",\"dealer-filter\")}))}),null,!0),Kameleoon.API.Core.runWhenElementPresent(\"div.dl__card-dealer.result\",(function(e){var t=0;e.forEach((e=>{e.setAttribute(\"data-cs-override-id\",\"dealer-card-\"+t++)}))}),null,!0),Kameleoon.API.Core.runWhenElementPresent(\"div.dl__card-dealer-ctas__see-details > a.ds__btn\",(function(e){var t=0;e.forEach((e=>{e.setAttribute(\"data-cs-override-id\",\"dealer-card-details-cta-\"+t++)}))}),null,!0),Kameleoon.API.Core.runWhenElementPresent(\"div.dl__card-dealer-ctas__bnb-btn > a.ds__btn\",(function(e){var t=0;e.forEach((e=>{e.setAttribute(\"data-cs-override-id\",\"dealer-card-bnb-cta-\"+t++)}))}),null,!0);","afterDOMReady":false}},{"name":"Variation 1","id":1137916,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent('[name=\"productLine\"]',(function(e){console.log(\"Vince: productLine spotted\");var t=document.createElement(\"INPUT\");t.setAttribute(\"type\",\"hidden\"),t.setAttribute(\"name\",\"productlineSelected\"),t.setAttribute(\"value\",\"4W\"),e[0].onchange=function(){var a=e[0].value;t.setAttribute(\"value\",a)},document.querySelector(\".form__global-container\").insertAdjacentElement(\"afterbegin\",t)}),null,!0),Kameleoon.API.Core.runWhenElementPresent(\".form__global-success\",(function(e){switch(document.querySelector(\"[name=productlineSelected]\").value){case\"4W\":var t=\"https://display.ugc.bazaarvoice.com/static/michelin/main_site/en_CA/container.htm?bvaction=rr_submit_generic&bvcategoryId=4W&bvcampaignId=warranty_submission\";break;case\"MO\":t=\"https://display.ugc.bazaarvoice.com/static/michelin/main_site/en_CA/container.htm?bvaction=rr_submit_generic&bvcategoryId=MO&bvcampaignId=warranty_submission\"}myFirstCTA=e[0].querySelector(\".ds__btn\"),myFirstCTA.insertAdjacentHTML(\"afterend\",' Review Your TiresBack to home '),myFirstCTA.remove()}),null,!0);","afterDOMReady":false}},{"name":"Variation 1","id":1138890,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".ed__slider-selector\",(function(e){const o=document.querySelector(\".ed__slider-selector\"),t=new URLSearchParams(window.location.search);o&&1==t.get(\"besttyre\")?o.scrollIntoView({behavior:\"smooth\",block:\"start\"}):console.warn(\"Element not found: .mul__product-card-list\")}));","afterDOMReady":false}},{"name":"Variation 1","id":1140991,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent('[name=\"productLine\"]',(function(e){console.log(\"Vince: productLine spotted\");var t=document.createElement(\"INPUT\");t.setAttribute(\"type\",\"hidden\"),t.setAttribute(\"name\",\"productlineSelected\"),t.setAttribute(\"value\",\"4W\"),e[0].onchange=function(){var a=e[0].value;t.setAttribute(\"value\",a)},document.querySelector(\".form__global-container\").insertAdjacentElement(\"afterbegin\",t)}),null,!0),Kameleoon.API.Core.runWhenElementPresent(\".form__global-success\",(function(e){switch(document.querySelector(\"[name=productlineSelected]\").value){case\"4W\":var t=\"https://display.ugc.bazaarvoice.com/static/michelin/main_site/fr_CA/container.htm?bvaction=rr_submit_generic&bvcategoryId=4W&bvcampaignId=warranty_submission\";break;case\"MO\":t=\"https://display.ugc.bazaarvoice.com/static/michelin/main_site/fr_CA/container.htm?bvaction=rr_submit_generic&bvcategoryId=MO&bvcampaignId=warranty_submission\"}myFirstCTA=e[0].querySelector(\".ds__btn\"),myFirstCTA.insertAdjacentHTML(\"afterend\",' Écrire un avisRetour à la page d\\'accueil '),myFirstCTA.remove()}),null,!0);","afterDOMReady":false}},{"name":"Variation 1","id":1143237,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\"head\",(function(e){e[0].insertAdjacentHTML(\"afterbegin\",'')}));","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"INPAGE","domElementSelector":null,"positionSelectorRelative":"BEFORE","positionDefinition":null,"mainPageUrl":null},"widgetTemplateName":null},{"name":"Variation 1","id":1154528,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".ds__panel\",(function(e){e[0].querySelector(\".ds__panel-wrapper .ds__panel-footer\").style.flexDirection=\"row\",e[0].querySelector(\".ds__panel-wrapper .ds__panel-footer\").insertAdjacentHTML(\"beforeend\",' View all tires ');var n=document.querySelector(\"#newCTA\");Kameleoon.API.Utils.addUniversalClickListener(n,(function(e){Kameleoon.API.Goals.processConversion(369729)}))}),null,!0);","afterDOMReady":false}},{"name":"Variation 1","id":1154555,"css":"","elementSets":[],"javaScriptCode":{"code":"console.log(\"Vince : Script started\"),Kameleoon.API.Core.runWhenElementPresent(\".ds__panel\",(function(e){console.log(\"Vince : Element spotted\"),e[0].querySelector(\".ds__panel-wrapper .ds__panel-footer\").style.flexDirection=\"row\",e[0].querySelector(\".ds__panel-wrapper .ds__panel-footer\").insertAdjacentHTML(\"beforeend\",' Voir tous les pneus ');var n=document.querySelector(\"#newCTA\");Kameleoon.API.Utils.addUniversalClickListener(n,(function(e){Kameleoon.API.Goals.processConversion(369729)}))}),null,!0);","afterDOMReady":false}},{"name":"Variation 1","id":1159076,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".ds__footer-new-bottom\",(function(e){const n=document.createElement(\"div\");n.style.padding=\"10px 5%\",n.innerHTML='

* Michelin tires have been ranked the #1 tire brand by industry experts and consumers alike, across major categories and segments. Please visit www.michelinman.com/auto/awards-and-recognition for more details.

',e[0].insertAdjacentElement(\"beforebegin\",n)}));","afterDOMReady":false}},{"name":"I don't know (block)","id":1172698,"css":"@media (max-width:420px){.ts__criteria-modal-incomplete-card-body .ds__btn{border-radius:var(--radius-theme-sm)!important;width:42vw!important;height:auto!important;min-height:auto!important;background-color:#f3e013!important;margin-right:0!important}.ts__criteria-modal-incomplete-card-body .ds__btn span{display:block!important}.ts__criteria-modal-incomplete-card-body{justify-content:left!important}}","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".ts__criteria-modal-incomplete-card\",(function(e){e[0].querySelector(\".ds__btn-icon\").remove(),e[0].querySelector(\".ts__criteria-modal-incomplete-card-content-description\").remove(),e[0].querySelector(\".ts__criteria-modal-incomplete-card-body\").style.paddingTop=\"1rem\",e[0].querySelector(\".ts__criteria-modal-incomplete-card-body\").style.paddingBottom=\"1rem\",e[0].querySelector(\".ts__criteria-modal-incomplete-card-content\").style.paddingBottom=\"0\",e[0].querySelector(\".ts__criteria-modal-incomplete-card-content-title\").style.fontSize=\"1.6rem\",e[0].querySelector(\".ts__criteria-modal-incomplete-card-content-title\").style.paddingLeft=\"2rem\",e[0].querySelector(\".ts__criteria-modal-incomplete-card-content-title\").innerText=\"I don't know\"}),null,!0),Kameleoon.API.Core.runWhenElementPresent(\"div.ts__manufacturer-values > div.ts__tabs-list > div.ts__tabs-list-content> div.ts__tabs-list-content__panel > a.ts__manufacturer-values__cta > span.ts__manufacturer-values__cta__label\",(function(e){var t=\"\";e.forEach((e=>{t=e.innerHTML.replace(\"View results\",\"I don't know\"),e.innerHTML=t}))}),null,!0);","afterDOMReady":false}},{"name":"No incomplete option","id":1172700,"css":"div.ts__manufacturer-values div.ts__tabs-list div.ts__tabs-list-content div.ts__tabs-list-content__panel a.ts__manufacturer-values__cta{display:none}","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".ts__criteria-modal-incomplete-card\",(function(e){e[0].remove()}),null,!0);","afterDOMReady":false}},{"name":"Bibendum face","id":1175433,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".chatbot-bib-icon__tooltip-action\",(function(e){console.log(\"Vince: In script\"),e.forEach((e=>{console.log(\"Vince: In loop\");e.querySelector(\"svg\").remove();const t=document.createElement(\"img\");t.setAttribute(\"id\",\"bibendum\"),t.setAttribute(\"src\",\"https://dgaddcosprod.blob.core.windows.net/cxf-multisite/clsnct1mt00br11oc761n13ie/attachments/u9bhl2oel8mabah2luxg9at8-bib-expression-9-3-michelin-b-2-c-update-2x.png\"),t.setAttribute(\"width\",\"30px\"),t.setAttribute(\"height\",\"30px\"),e.insertAdjacentElement(\"afterbegin\",t)}))}),null,!0);","afterDOMReady":false}},{"name":"Bibendum standing","id":1175665,"css":"#bibendum{position:relative;bottom:3px;right:6px;width:47px;height:47px}","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".chatbot-bib-icon__tooltip-action\",(function(t){console.log(\"Vince: In script\"),t.forEach((t=>{console.log(\"Vince: In loop\");t.querySelector(\"svg\").remove();const e=document.createElement(\"img\");e.setAttribute(\"id\",\"bibendum\"),e.setAttribute(\"src\",\"https://dgaddcosprod.blob.core.windows.net/cxf-multisite/clsnct1mt00br11oc761n13ie/attachments/un552xcif6reus9twrmk35m6-bib-expression-9-3-michelin-b-2-c-update-6-2x.png\"),e.setAttribute(\"position\",\"relative\"),e.setAttribute(\"bottom\",\"3px\"),e.setAttribute(\"right\",\"6px\"),e.setAttribute(\"width\",\"47px\"),e.setAttribute(\"height\",\"47px\"),t.insertAdjacentElement(\"afterbegin\",e)}))}),null,!0);","afterDOMReady":false}},{"name":"Variation 2","id":1177560,"css":"","elementSets":[],"javaScriptCode":{"code":"function updateModalId(){Kameleoon.API.Core.runWhenElementPresent(\".ts__fullscreen-modal[open]\",(([e])=>{if(!e)return;e.id=\"\";const t=e.querySelectorAll(\".ts__criteria-modal-step-title-main\");for(let r of t){const t=r.textContent.trim();if(t.includes(\"Saisissez votre plaque d'immatriculation\")){e.id=\"ts_modal_plate\";break}if(t.includes(\"Recherchez votre marque\")){e.id=\"ts_modal_brand\";break}if(t.includes(\"Recherchez votre largeur\")){e.id=\"ts_modal_dimension\";break}}}))}const observer=new MutationObserver((()=>{updateModalId()}));observer.observe(document.body,{childList:!0,subtree:!0});const titleObserver=new MutationObserver((()=>{updateModalId()}));document.querySelectorAll(\".ts__criteria-modal-step-title-main\").forEach((e=>{titleObserver.observe(e,{characterData:!0,subtree:!0,childList:!0})})),updateModalId();","afterDOMReady":false}},{"name":"Variation 1","id":1192677,"css":".widget_29200_1192677{display:block}.widget_29200_1192677 article,.widget_29200_1192677 aside,.widget_29200_1192677 details,.widget_29200_1192677 figcaption,.widget_29200_1192677 figure,.widget_29200_1192677 footer,.widget_29200_1192677 header,.widget_29200_1192677 hgroup,.widget_29200_1192677 nav,.widget_29200_1192677 section,.widget_29200_1192677 summary{display:block}.widget_29200_1192677 audio,.widget_29200_1192677 canvas,.widget_29200_1192677 video{display:inline-block}.widget_29200_1192677 audio:not([controls]){display:none;height:0}.widget_29200_1192677 [hidden]{display:none}.widget_29200_1192677 html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}.widget_29200_1192677 button,.widget_29200_1192677 html,.widget_29200_1192677 input,.widget_29200_1192677 select,.widget_29200_1192677 textarea{font-family:sans-serif}.widget_29200_1192677 body{margin:0}.widget_29200_1192677 a:focus{outline:thin dotted}.widget_29200_1192677 a:active,.widget_29200_1192677 a:hover{outline:0}.widget_29200_1192677 h1{font-size:2em;margin:.67em 0}.widget_29200_1192677 h2{font-size:1.5em;margin:.83em 0}.widget_29200_1192677 h3{font-size:1.17em;margin:1em 0}.widget_29200_1192677 h4{font-size:1em;margin:1.33em 0}.widget_29200_1192677 h5{font-size:.83em;margin:1.67em 0}.widget_29200_1192677 h6{font-size:.75em;margin:2.33em 0}.widget_29200_1192677 abbr[title]{border-bottom:1px dotted}.widget_29200_1192677 b,.widget_29200_1192677 strong{font-weight:700}.widget_29200_1192677 blockquote{margin:1em 40px}.widget_29200_1192677 dfn{font-style:italic}.widget_29200_1192677 mark{background:#ff0;color:#000}.widget_29200_1192677 p,.widget_29200_1192677 pre{margin:1em 0}.widget_29200_1192677 code,.widget_29200_1192677 kbd,.widget_29200_1192677 pre,.widget_29200_1192677 samp{font-family:monospace,serif;font-size:1em}.widget_29200_1192677 pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}.widget_29200_1192677 q{quotes:none}.widget_29200_1192677 q:after,.widget_29200_1192677 q:before{content:\"\";content:none}.widget_29200_1192677 small{font-size:75%}.widget_29200_1192677 sub,.widget_29200_1192677 sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.widget_29200_1192677 sup{top:-.5em}.widget_29200_1192677 sub{bottom:-.25em}.widget_29200_1192677 dl,.widget_29200_1192677 menu,.widget_29200_1192677 ol,.widget_29200_1192677 ul{margin:1em 0}.widget_29200_1192677 dd{margin:0 0 0 40px}.widget_29200_1192677 menu,.widget_29200_1192677 ol,.widget_29200_1192677 ul{padding:0 0 0 40px}.widget_29200_1192677 nav ol,.widget_29200_1192677 nav ul{list-style:none;list-style-image:none}.widget_29200_1192677 img{border:0;-ms-interpolation-mode:bicubic}.widget_29200_1192677 svg:not(:root){overflow:hidden}.widget_29200_1192677 figure{margin:0}.widget_29200_1192677 form{margin:0}.widget_29200_1192677 fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}.widget_29200_1192677 legend{border:0;padding:0;white-space:normal}.widget_29200_1192677 button,.widget_29200_1192677 input,.widget_29200_1192677 select,.widget_29200_1192677 textarea{font-size:100%;margin:0;vertical-align:baseline}.widget_29200_1192677 button,.widget_29200_1192677 input{line-height:normal}.widget_29200_1192677 button,.widget_29200_1192677 html input[type=button],.widget_29200_1192677 input[type=reset],.widget_29200_1192677 input[type=submit]{-webkit-appearance:button;cursor:pointer}.widget_29200_1192677 button[disabled],.widget_29200_1192677 input[disabled]{cursor:default}.widget_29200_1192677 input[type=checkbox],.widget_29200_1192677 input[type=radio]{box-sizing:border-box;padding:0}.widget_29200_1192677 input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.widget_29200_1192677 input[type=search]::-webkit-search-cancel-button,.widget_29200_1192677 input[type=search]::-webkit-search-decoration{-webkit-appearance:none}.widget_29200_1192677 button::-moz-focus-inner,.widget_29200_1192677 input::-moz-focus-inner{border:0;padding:0}.widget_29200_1192677 textarea{overflow:auto;vertical-align:top}.widget_29200_1192677 table{border-collapse:collapse;border-spacing:0}.widget_29200_1192677 a,.widget_29200_1192677 p{margin:0;color:inherit;line-height:normal}.widget_29200_1192677 p{-webkit-hyphens:none!important;-ms-hyphens:none!important;hyphens:none!important;overflow-wrap:normal!important;word-wrap:normal!important;word-break:normal!important}.widget_29200_1192677 button{cursor:pointer}.widget_29200_1192677 input,.widget_29200_1192677 textarea{outline:0}.widget_29200_1192677 *,.widget_29200_1192677 :after,.widget_29200_1192677 :before{box-sizing:border-box}.widget_29200_1192677 h1,.widget_29200_1192677 h2,.widget_29200_1192677 h3{font-weight:700;line-height:normal}.widget_29200_1192677 u{text-decoration:underline}.widget_29200_1192677 em{font-style:italic}.widget_29200_1192677 textarea{resize:none}.widget_29200_1192677 .kn-text ol,.widget_29200_1192677 .kn-text ul{--list-marker-content:\"•\";--list-item-margin-bottom:5px;--list-margin-bottom:10px;--list-margin-top:0px;padding:0 0 0 8px;list-style-type:none;margin-bottom:var(--list-margin-bottom);margin-top:var(--list-margin-top);max-width:100%;width:max-content}.widget_29200_1192677 .kn-text li{position:relative;list-style-type:none;margin-bottom:var(--list-item-margin-bottom);display:flex;justify-content:space-between;align-items:center;gap:8px}.widget_29200_1192677 .kn-text li:last-child{margin-bottom:0}.widget_29200_1192677 .kn-text li::before{font-size:var(--list-marker-font-size);color:var(--list-marker-color)}.widget_29200_1192677 .kn-text ul li::before{content:var(--list-marker-content);font-weight:700;color:var(--list-marker-color);font-size:var(--list-marker-font-size)}.widget_29200_1192677 .kn-text ol li{counter-increment:step-counter}.widget_29200_1192677 .kn-text ol li::before{content:counter(step-counter) \". \"}.widget_29200_1192677 .kn-text_left li div:first-child{margin-right:auto}.widget_29200_1192677 .kn-text_left ol,.widget_29200_1192677 .kn-text_left ul{margin-right:auto}.widget_29200_1192677 .kn-text_right ol,.widget_29200_1192677 .kn-text_right ul{margin-left:auto}.widget_29200_1192677 .kn-text_center div:first-child{flex:1 1 auto}.widget_29200_1192677 .kn-text_center ol,.widget_29200_1192677 .kn-text_center ul{margin-left:50%;transform:translateX(-50%)}.widget_29200_1192677 .kn-hide_desktop,.widget_29200_1192677 .kn-hide_mobile,.widget_29200_1192677 .kn-hide_tablet{display:inherit}.widget_29200_1192677 .hide{display:none!important}.widget_29200_1192677 .unvisible{visibility:hidden}.widget_29200_1192677.kameleoonWidget_preview .unvisible{visibility:visible}.widget_29200_1192677 .kn-content_desktop,.widget_29200_1192677 .kn-content_mobile,.widget_29200_1192677 .kn-content_tablet{display:none}.widget_29200_1192677 .kn-link a{line-height:inherit}.widget_29200_1192677.kn-above.kn-animation{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999}.widget_29200_1192677 .template_kn91tn9kq4bwa{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999}.widget_29200_1192677 .popup_wrapper_knzptqqyrp5pn{inset:0px;z-index:9999}.widget_29200_1192677 .popup_knzptqqyrp5pn{top:auto;right:auto;bottom:auto;left:auto;transform:none;position:absolute;top:50%;left:50%;z-index:9999;background-color:#fff;width:500px;height:500px;transform:translateX(-50%) translateY(-50%);max-width:100%;border-style:solid;border-width:0}.widget_29200_1192677 .popup_knzptqqyrp5pn_inpage{position:relative!important;transform:none;top:auto;left:auto;bottom:auto;right:auto}.widget_29200_1192677 .overlay_kn10js65xn1tv{background-color:rgba(0,0,0,.6);position:absolute;z-index:9998;top:0;left:0;right:0;bottom:0}.widget_29200_1192677 .container_knxzw0alc9w3j{position:absolute;top:2%;left:100%;transform:translateX(-40px);width:6%;height:6%;z-index:2}.widget_29200_1192677 .close_kn66zx8kxerd5{width:100%;height:100%;cursor:pointer}.widget_29200_1192677 .container_knbvw3mrk1uw7{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.widget_29200_1192677 .image_knjbsjr11nl9l{width:100%;height:100%;object-fit:contain}.widget_29200_1192677.desktop .kn-content_desktop{display:inherit}.widget_29200_1192677.desktop .kn-hide_desktop{display:none!important}.widget_29200_1192677.phone .template_kn91tn9kq4bwa{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999}.widget_29200_1192677.phone .popup_wrapper_knzptqqyrp5pn{inset:0px;z-index:9999}.widget_29200_1192677.phone .popup_knzptqqyrp5pn{width:270px;height:270px}.widget_29200_1192677.phone .popup_knzptqqyrp5pn_inpage{position:relative!important;transform:none;top:auto;left:auto;bottom:auto;right:auto}.widget_29200_1192677.phone .container_knxzw0alc9w3j{left:97%;top:2%;transform:translateX(-100%);width:6%}.widget_29200_1192677.phone .close_kn66zx8kxerd5{width:100%;height:100%}.widget_29200_1192677.phone .container_knbvw3mrk1uw7{left:0;width:100%;height:100%;top:0}.widget_29200_1192677.phone .image_knjbsjr11nl9l{width:100%;height:100%}.widget_29200_1192677.phone .kn-content_mobile{display:inherit}.widget_29200_1192677.phone .kn-content_desktop{display:none}.widget_29200_1192677.phone .kn-hide_mobile{display:none!important}.widget_29200_1192677.tablet .template_kn91tn9kq4bwa{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999}.widget_29200_1192677.tablet .popup_wrapper_knzptqqyrp5pn{inset:0px;z-index:9999}.widget_29200_1192677.tablet .popup_knzptqqyrp5pn_inpage{position:relative!important;transform:none;top:auto;left:auto;bottom:auto;right:auto}.widget_29200_1192677.tablet .kn-content_tablet{display:inherit}.widget_29200_1192677.tablet .kn-content_desktop{display:none}.widget_29200_1192677.tablet .kn-hide_tablet{display:none!important}.widget_29200_1192677#kameleoonWidget_1192677{--styles-init:loaded}","elementSets":[],"javaScriptCode":{"code":"!function(){if(document.getElementById(\"kameleoonWidget_1192677\"))return null;Kameleoon.API.Core.runWhenElementPresent(\"body\",(([e])=>{e.insertAdjacentHTML(\"beforeend\",'
\"\"
')})),Kameleoon.API.Core.runWhenElementPresent(\".widget_29200_1192677\",(e=>{Kameleoon.API.Core.runWhenConditionTrue((()=>getComputedStyle(e[0]).getPropertyValue(\"--styles-init\")),(()=>{const t=e[0];t.classList.add(Kameleoon.API.CurrentVisit.device.type.toLowerCase()),Kameleoon.API.Utils.addUniversalClickListener(t,(e=>{e.stopPropagation()}));const n=new Set;function a(e,a){t.querySelectorAll(`span[data-cd-name${a?`=\"${a}\"`:\"\"}]`).forEach((t=>{const a=t.getAttribute(\"data-cd-name\"),o=t.getAttribute(\"data-cd-scope\"),i=t.getAttribute(\"data-cd-default\");\"VISIT\"===o&&(t.innerHTML=Kameleoon.API.CurrentVisit.customData[a]||i),\"VISITOR\"===o&&(t.innerHTML=Kameleoon.API.Visitor.customData[a]||i),e&&n.add(a)})),t.querySelectorAll(\"a[data-cd-href]\").forEach((t=>{const a=t.getAttribute(\"data-cd-href\"),o=t.getAttribute(\"data-cd-template\"),i=JSON.parse(a.replace(/"/g,'\"'));let r=decodeURI(o);const l=r.match(/\\{\\{ [A-Za-z0-9 .,?!@\"'\\[\\]\\\\()#$%^&*-=+|_]+ \\}\\}/gim);l&&(l.forEach((t=>{const a=t.slice(2,-2).trim(),o=i.find((e=>e.name===a));o&&(\"VISIT\"===o.scope&&(r=r.replace(t,Kameleoon.API.CurrentVisit.customData[a]||o.defaultValue||\"\")),\"VISITOR\"===o.scope&&(r=r.replace(t,Kameleoon.API.Visitor.customData[a]||o.defaultValue||\"\")),e&&n.add(a))})),t.href=encodeURI(r))}))}a(!0),window.addEventListener(\"Kameleoon::CustomDataSet\",(function(e){const t=e.detail.name;n.has(t)&&a(!1,t)})),t.querySelectorAll(\"input\").forEach((e=>{e.addEventListener(\"keydown\",(e=>{13===e.keyCode&&e.preventDefault()}))})),t.querySelector(\".template_kn91tn9kq4bwa\").classList.remove(\"hide\"),t.classList.contains(\"kn-above\")&&t.focus({preventScroll:!0});const o={};(()=>{const e=new Map,t=(t,n,a,o)=>{e.has(t)&&clearInterval(e.get(t));const i=setTimeout((()=>{n();const a=setInterval(n,o);e.set(t,a)}),a);e.set(t,i)},n=t=>{e.has(t)&&(clearInterval(e.get(t)),e.delete(t))};localStorage.removeItem(\"kn_timer_condition_knek7o0fnu6sl_29200_1192677\");const a=localStorage.getItem(\"kn_timer_condition_knek7o0fnu6sl_29200_1192677\"),i=(new Date).getTime();a||localStorage.setItem(\"kn_timer_condition_knek7o0fnu6sl_29200_1192677\",i);const r=a?parseInt(a):i,l=()=>{if(2e4-((new Date).getTime()-r)<=0)return n(\"kn_timer_condition_knek7o0fnu6sl_29200_1192677\"),o&&o.kn_timer_condition_knek7o0fnu6sl_29200_1192677&&o.kn_timer_condition_knek7o0fnu6sl_29200_1192677(),void localStorage.removeItem(\"kn_timer_condition_knek7o0fnu6sl_29200_1192677\")};t(\"kn_timer_condition_knek7o0fnu6sl_29200_1192677\",l,0,1e3),document.addEventListener(\"visibilitychange\",(()=>{document.hidden?n(\"kn_timer_condition_knek7o0fnu6sl_29200_1192677\"):(l(),t(\"kn_timer_condition_knek7o0fnu6sl_29200_1192677\",l,0,1e3))}))})(),o&&(o.kn_timer_condition_knek7o0fnu6sl_29200_1192677=function(){t.querySelector(\".template_kn91tn9kq4bwa\")?.classList.add(\"hide\")}),function(){const e=t.querySelectorAll('[data-type=\"Close\"]');if(!e.length)return;const n={en:\"Close\",de:\"Schließen\",fr:\"Fermer\",es:\"Cerrar\",it:\"Chiudi\",nl:\"Sluiten\",pt:\"Fechar\",pl:\"Zamknij\",cs:\"Zavřít\",sk:\"Zavrieť\",hu:\"Bezárás\",ro:\"Închide\",bg:\"Затвори\",el:\"Κλείσιμο\",sv:\"Stäng\",da:\"Luk\",no:\"Lukk\",fi:\"Sulje\",lt:\"Uždaryti\",lv:\"Aizvērt\",et:\"Sulge\",hr:\"Zatvori\",sr:\"Zatvori\",sl:\"Zapri\"},a=n[(document.documentElement.lang||navigator.language||\"en\").slice(0,2)]||n.en;e.forEach((e=>{e.setAttribute(\"aria-label\",a)}))}(),function(){const e=t.querySelector(\".close_kn66zx8kxerd5\");let n=!0;var a;Kameleoon.API.Utils.addUniversalClickListener(e,(e=>{n&&(e.stopPropagation(),e.preventDefault(),t.querySelector(\".template_kn91tn9kq4bwa\")?.classList.add(\"hide\")),n=!0})),e&&e.addEventListener(\"kn-click\",(a=>{a.stopPropagation(),a.preventDefault(),t.querySelector(\".template_kn91tn9kq4bwa\")?.classList.add(\"hide\"),n=!1,e.click()})),(a=e)&&!function(e){if(!e)return!1;switch(e.tagName.toLowerCase()){case\"button\":case\"input\":case\"select\":case\"textarea\":case\"details\":case\"summary\":case\"option\":case\"iframe\":return!0;case\"a\":return e.hasAttribute(\"href\")}return!(!e.hasAttribute(\"contenteditable\")||\"false\"===e.getAttribute(\"contenteditable\"))||!!e.hasAttribute(\"role\")}(a)&&(a.setAttribute(\"tabindex\",\"0\"),a.setAttribute(\"role\",\"button\"),a.addEventListener(\"keydown\",(e=>{\"Enter\"===e.key&&a.dispatchEvent(new MouseEvent(\"click\",{bubbles:!0,cancelable:!0}))})))}(),function(){const e=t.querySelector(\".overlay_kn10js65xn1tv\");let n=!0;Kameleoon.API.Utils.addUniversalClickListener(e,(e=>{n&&(e.stopPropagation(),e.preventDefault(),t.querySelector(\".template_kn91tn9kq4bwa\")?.classList.add(\"hide\")),n=!0})),e&&e.addEventListener(\"kn-click\",(a=>{a.stopPropagation(),a.preventDefault(),t.querySelector(\".template_kn91tn9kq4bwa\")?.classList.add(\"hide\"),n=!1,e.click()}))}()}))}))}();","afterDOMReady":true},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"ABOVE","positionSelectorRelative":"BEFORE","positionDefinition":"EDITOR","mainPageUrl":null,"domElementSelector":null},"widgetTemplateName":null},{"name":"White CTA removed","id":1196234,"css":"div.dl__card-top-retailer-bnb>div.dl__card-top-retailer-bnb-cta-wrapper>div.dl__card-top-retailer-bnb-cta-wrapper__ctas>button[data-ui-skin=secondary]{display:none}","elementSets":[],"javaScriptCode":{"code":"/*\r\n(function () {\r\n const TOP_LIST_SELECTOR = '.dl__top-retailers-list';\r\n function pruneWorkshopsButton(ctasWrapper) {\r\n if (!ctasWrapper) return;\r\n const buttons = Array.from(ctasWrapper.querySelectorAll('button'));\r\n buttons.forEach((btn) => { \r\n const txt = btn.textContent.trim().toLowerCase(); \r\n if (/^\\d+\\s*service disponibil pentru montaj$/.test(txt)) {\r\n btn.remove();\r\n }\r\n });\r\n }\r\n\r\n function cleanAllCards() {\r\n const wrappers = document.querySelectorAll(\r\n '.dl__card-top-retailer-bnb-cta-wrapper__ctas'\r\n );\r\n wrappers.forEach(pruneWorkshopsButton);\r\n }\r\n\r\n // Run once the top list is present, then again for dynamic updates\r\n Kameleoon.API.Core.runWhenElementPresent(\r\n TOP_LIST_SELECTOR,\r\n function () {\r\n cleanAllCards();\r\n },\r\n undefined,\r\n true // dynamicElement support\r\n );\r\n})();\r\n*/","afterDOMReady":false}},{"name":"Link inserted","id":1198886,"css":".kmn-price-link{display:inline-flex;align-items:center;visibility:visible;opacity:1;pointer-events:auto;margin:0;font:400 1.6rem var(--font-default, Arial, sans-serif);color:var(--color-primary,#27509b);text-decoration:underline;cursor:pointer;background:0 0;border:0}.kmn-price-link:focus,.kmn-price-link:hover{text-decoration:none}.kmn-price-link:focus-visible{outline:.2rem solid var(--color-primary,#27509b);outline-offset:0.2rem;border-radius:.4rem}.ts__product-summary__details-content .ts__product-details__push__row{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap}.ts__product-summary__details-content .ts__product-details__push__row>.kmn-price-link{margin-right:0;order:0}.kmn-toast-overlay{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.45);padding:1.6rem}.kmn-toast-overlay.is-open{display:flex}.kmn-toast{width:100%;max-width:64rem;background:#fff;border-radius:1.2rem;box-shadow:0 2.4rem 6.4rem rgba(0,0,0,.25),0 .4rem 1.2rem rgba(0,0,0,.1);padding:2.4rem 2.4rem 2rem;color:var(--color-main-text,#1a1a1a)}.kmn-toast__title{margin:0 0 1.2rem;font:700 2rem var(--font-default, Arial, sans-serif);line-height:1.3}.kmn-toast__paragraph{margin:0 0 1.2rem;font:400 1.6rem var(--font-default, Arial, sans-serif);line-height:1.5}.kmn-toast__actions{margin-top:1.2rem;display:flex;flex-wrap:wrap;gap:1.2rem}.kmn-toast__btn{appearance:none;border:none;border-radius:.8rem;padding:1.1rem 1.6rem;font:700 1.6rem var(--font-default, Arial, sans-serif);cursor:pointer}.kmn-toast__btn--primary{background:var(--color-secondary,#fce500);color:#000}.kmn-toast__btn--primary:focus-visible,.kmn-toast__btn--primary:hover{filter:brightness(.98);outline:.2rem solid rgba(0,0,0,.2);outline-offset:0.2rem}.kmn-toast__btn--ghost{background:0 0;color:var(--color-primary,#27509b);text-decoration:underline}.kmn-toast__btn--ghost:focus,.kmn-toast__btn--ghost:hover{text-decoration:none}@media (max-width:640px){.kmn-toast{padding:1.8rem}.kmn-toast__title{font-size:1.8rem}}","elementSets":[],"javaScriptCode":{"code":"!function(){\"use strict\";var t=\"div.ts__product-summary__details-content > div.ts__product-details__push > div.ts__product-details__push__row\",e=\"kmn-toast-overlay\",n=\"kmn-price-link\";function a(t,e){return(e||document).querySelector(t)}function r(t,e){return Array.prototype.slice.call((e||document).querySelectorAll(t))}function i(t,e){var n=document.createElement(t);return e&&(e.className&&(n.className=e.className),e.id&&(n.id=e.id),e.text&&(n.textContent=e.text),e.html&&(n.innerHTML=e.html),e.attrs&&Object.keys(e.attrs).forEach((function(t){n.setAttribute(t,e.attrs[t])}))),n}function o(t,e){if(t&&e)try{Kameleoon.API.Utils.addUniversalClickListener(t,e)}catch(n){t.addEventListener(\"click\",e)}}function c(t,e,n){try{Kameleoon.API.Utils.addEventListener(t,e,n)}catch(a){t.addEventListener(e,n)}}var s=null;function l(){var t=function(){var t=a(\"#\"+e);if(t){var n=a(\".kmn-toast__title\",t);n&&(n.textContent=\"We do not sell tires directly.\");var c=r(\".kmn-toast__paragraph\",t);return c[0]&&(c[0].textContent=\"Instead, we have partnered with a number of retailers to help you find the best price.\"),t}var s=i(\"div\",{id:e,className:\"kmn-toast-overlay\",attrs:{role:\"dialog\",\"aria-modal\":\"true\",\"aria-hidden\":\"true\",\"aria-label\":\"Pricing information\"}}),l=i(\"div\",{className:\"kmn-toast\"}),u=i(\"h3\",{className:\"kmn-toast__title\",text:\"We do not sell tires directly.\"}),f=i(\"p\",{className:\"kmn-toast__paragraph\",text:\"Instead, we have partnered with a number of retailers to help you find the best price.\"}),h=i(\"p\",{className:\"kmn-toast__paragraph\",text:\"Select your vehicle or dimension to check the current price from each retailer.\"}),m=i(\"div\",{className:\"kmn-toast__actions\"}),p=i(\"button\",{className:\"kmn-toast__btn kmn-toast__btn--primary\",text:\"Select your vehicle\"}),v=i(\"button\",{className:\"kmn-toast__btn kmn-toast__btn--ghost\",text:\"Close\",attrs:{\"data-action\":\"close\"}});return m.appendChild(p),m.appendChild(v),l.appendChild(u),l.appendChild(f),l.appendChild(h),l.appendChild(m),s.appendChild(l),document.body.appendChild(s),o(s,(function(t){t.target===s&&d()})),o(v,(function(){d()})),o(p,(function(){d();var t=\".ts__criteria-modal__cta .ts__cta\",e=a(t);if(e)e.click();else try{Kameleoon.API.Core.runWhenElementPresent(t,(function(){var e=a(t);e&&e.click()}))}catch(e){var n=setInterval((function(){var e=a(t);e&&(clearInterval(n),e.click())}),200);setTimeout((function(){clearInterval(n)}),6e3)}})),document.addEventListener(\"keydown\",(function(t){\"Escape\"===t.key&&s.classList.contains(\"is-open\")&&d()})),s}();if(t){t.classList.add(\"is-open\"),t.setAttribute(\"aria-hidden\",\"false\"),s=document.activeElement;var n=r('button, [href], [tabindex]:not([tabindex=\"-1\"])',t).filter((function(t){return!t.hasAttribute(\"disabled\")}));n.length&&n[0].focus()}}function d(){var t=a(\"#\"+e);if(t&&(t.classList.remove(\"is-open\"),t.setAttribute(\"aria-hidden\",\"true\"),s&&\"function\"==typeof s.focus))try{s.focus()}catch(t){}}function u(){var e=a(t);if(e){var c=a(\"div.ts__product-details__push__cta\",e);if(c){var s=a(\".\"+n,e)||a(\".\"+n);if(s&&s.parentNode!==e)try{e.insertBefore(s,c)}catch(t){}else if(s){if(s.nextElementSibling!==c)try{e.insertBefore(s,c)}catch(t){}}else{s=function(){var t=i(\"a\",{className:n,text:\"Where's the Price?\",attrs:{href:\"#\",role:\"button\"}});return o(t,(function(t){t.preventDefault(),l();try{Kameleoon.API.Goals.processConversion(396143)}catch(t){}try{Kameleoon.API.Data.setCustomData(\"kmn_price_link_clicked\",!0)}catch(t){}})),t}();try{e.insertBefore(s,c)}catch(t){e.appendChild(s)}}r(\".\"+n).forEach((function(t){if(t!==s)try{t.parentNode&&t.parentNode.removeChild(t)}catch(t){}}))}}}function f(){u(),function(){var e=a(t);if(e&&!e._kmnObserved)try{new MutationObserver((function(){u()})).observe(e,{childList:!0,subtree:!0}),e._kmnObserved=!0}catch(t){}}()}function h(){var t=0,e=function(t,e){try{return Kameleoon.API.Utils.setInterval(t,e)}catch(n){return window.setInterval(t,e)}}((function(){f(),(t+=1)>60&&function(t){try{Kameleoon.API.Utils.clearInterval(t)}catch(e){window.clearInterval(t)}}(e)}),1e3)}!function(){try{Kameleoon.API.Core.runWhenElementPresent(t,(function(){f()}))}catch(n){var e=setInterval((function(){a(t)&&(clearInterval(e),f())}),200);setTimeout((function(){clearInterval(e)}),8e3)}try{new MutationObserver((function(){f()})).observe(document.body,{childList:!0,subtree:!0})}catch(t){}h(),c(window,\"load\",f),[\"pushState\",\"replaceState\"].forEach((function(t){if(!history[t]._kmnWrapped){var e=history[t];history[t]=function(){var t=e.apply(this,arguments);try{f()}catch(t){}return t},history[t]._kmnWrapped=!0}})),c(window,\"popstate\",f)}()}();","afterDOMReady":false}},{"name":"Variation 1","id":1200309,"css":"","elementSets":[],"javaScriptCode":{"code":"!function(){if(document.getElementById(\"kameleoonWidget_1200309\"))return null;Kameleoon.API.Core.runWhenElementPresent(\"div.dgad-blog-home-header > div.apos-area > div.apos-area-widget-wrapper > div.apos-area-widget > div > div.dgad-blog-header-background.dgad-images-background\",(()=>{Kameleoon.API.Utils.querySelectorAll(\"div.dgad-blog-home-header > div.apos-area > div.apos-area-widget-wrapper > div.apos-area-widget > div > div.dgad-blog-header-background.dgad-images-background\").length&&Kameleoon.API.Utils.querySelectorAll(\"div.dgad-blog-home-header > div.apos-area > div.apos-area-widget-wrapper > div.apos-area-widget > div > div.dgad-blog-header-background.dgad-images-background\")[0].insertAdjacentHTML(\"beforebegin\",'
')})),Kameleoon.API.Core.runWhenElementPresent(\".widget_29556_1200309\",(t=>{const e=t[0].attachShadow({mode:\"open\"});e.innerHTML='\\n \\n \\n ';const i=e.querySelector(\".widget_29556_1200309\");i.classList.add(Kameleoon.API.CurrentVisit.device.type.toLowerCase()),Kameleoon.API.Utils.addUniversalClickListener(i,(t=>{t.stopPropagation()}));const o=new Set;function a(t,e){i.querySelectorAll(`span[data-cd-name${e?`=\"${e}\"`:\"\"}]`).forEach((e=>{const i=e.getAttribute(\"data-cd-name\"),a=e.getAttribute(\"data-cd-scope\"),n=e.getAttribute(\"data-cd-default\");\"VISIT\"===a&&(e.innerHTML=Kameleoon.API.CurrentVisit.customData[i]||n),\"VISITOR\"===a&&(e.innerHTML=Kameleoon.API.Visitor.customData[i]||n),t&&o.add(i)})),i.querySelectorAll(\"a[data-cd-href]\").forEach((e=>{const i=e.getAttribute(\"data-cd-href\"),a=e.getAttribute(\"data-cd-template\"),n=JSON.parse(i.replace(/"/g,'\"'));let r=decodeURI(a);const d=r.match(/\\{\\{ [A-Za-z0-9 .,?!@\"'\\[\\]\\\\()#$%^&*-=+|_]+ \\}\\}/gim);d&&(d.forEach((e=>{const i=e.slice(2,-2).trim(),a=n.find((t=>t.name===i));a&&(\"VISIT\"===a.scope&&(r=r.replace(e,Kameleoon.API.CurrentVisit.customData[i]||a.defaultValue||\"\")),\"VISITOR\"===a.scope&&(r=r.replace(e,Kameleoon.API.Visitor.customData[i]||a.defaultValue||\"\")),t&&o.add(i))})),e.href=encodeURI(r))}))}a(!0),window.addEventListener(\"Kameleoon::CustomDataSet\",(function(t){const e=t.detail.name;o.has(e)&&a(!1,e)})),i.querySelectorAll(\"input\").forEach((t=>{t.addEventListener(\"keydown\",(t=>{13===t.keyCode&&t.preventDefault()}))})),i.querySelector(\".template_knvfka4g5icm\").classList.remove(\"hide\"),i.classList.contains(\"kn-above\")&&i.focus({preventScroll:!0}),function(){const t=i.querySelectorAll('[data-type=\"Close\"]');if(!t.length)return;const e={en:\"Close\",de:\"Schließen\",fr:\"Fermer\",es:\"Cerrar\",it:\"Chiudi\",nl:\"Sluiten\",pt:\"Fechar\",pl:\"Zamknij\",cs:\"Zavřít\",sk:\"Zavrieť\",hu:\"Bezárás\",ro:\"Închide\",bg:\"Затвори\",el:\"Κλείσιμο\",sv:\"Stäng\",da:\"Luk\",no:\"Lukk\",fi:\"Sulje\",lt:\"Uždaryti\",lv:\"Aizvērt\",et:\"Sulge\",hr:\"Zatvori\",sr:\"Zatvori\",sl:\"Zapri\"},o=e[(document.documentElement.lang||navigator.language||\"en\").slice(0,2)]||e.en;t.forEach((t=>{t.setAttribute(\"aria-label\",o)}))}(),i.querySelectorAll('[data-type=\"Text\"]').forEach((t=>{switch(window.getComputedStyle(t).textAlign){case\"center\":t.classList.add(\"kn-text_center\");break;case\"left\":t.classList.add(\"kn-text_left\");break;case\"right\":t.classList.add(\"kn-text_right\")}})),function(){const t=i.querySelector(\".close_kn5leoufx08t8\");let e=!0;var o;Kameleoon.API.Utils.addUniversalClickListener(t,(t=>{e&&(t.stopPropagation(),t.preventDefault(),i.querySelector(\".template_knvfka4g5icm\")?.classList.add(\"hide\")),e=!0})),t&&t.addEventListener(\"kn-click\",(o=>{o.stopPropagation(),o.preventDefault(),i.querySelector(\".template_knvfka4g5icm\")?.classList.add(\"hide\"),e=!1,t.click()})),(o=t)&&!function(t){if(!t)return!1;switch(t.tagName.toLowerCase()){case\"button\":case\"input\":case\"select\":case\"textarea\":case\"details\":case\"summary\":case\"option\":case\"iframe\":return!0;case\"a\":return t.hasAttribute(\"href\")}return!(!t.hasAttribute(\"contenteditable\")||\"false\"===t.getAttribute(\"contenteditable\"))||!!t.hasAttribute(\"role\")}(o)&&(o.setAttribute(\"tabindex\",\"0\"),o.setAttribute(\"role\",\"button\"),o.addEventListener(\"keydown\",(t=>{\"Enter\"===t.key&&o.dispatchEvent(new MouseEvent(\"click\",{bubbles:!0,cancelable:!0}))})))}()}))}();","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"INPAGE","positionSelectorRelative":"BEFORE","positionDefinition":"SELECTOR","mainPageUrl":null,"domElementSelector":"div.dgad-blog-home-header > div.apos-area > div.apos-area-widget-wrapper > div.apos-area-widget > div > div.dgad-blog-header-background.dgad-images-background"},"widgetTemplateName":null},{"name":"Variation 1","id":1200331,"css":"","elementSets":[],"javaScriptCode":{"code":"!function(){if(document.getElementById(\"kameleoonWidget_1200331\"))return null;Kameleoon.API.Core.runWhenElementPresent(\"main.dgad-body__main-content.dgad-blog__content.dgad-blog__content--white > div > div.dgad-blog-header-background.dgad-images-background\",(()=>{Kameleoon.API.Utils.querySelectorAll(\"main.dgad-body__main-content.dgad-blog__content.dgad-blog__content--white > div > div.dgad-blog-header-background.dgad-images-background\").length&&Kameleoon.API.Utils.querySelectorAll(\"main.dgad-body__main-content.dgad-blog__content.dgad-blog__content--white > div > div.dgad-blog-header-background.dgad-images-background\")[0].insertAdjacentHTML(\"beforebegin\",'
')})),Kameleoon.API.Core.runWhenElementPresent(\".widget_29556_1200331\",(t=>{const e=t[0].attachShadow({mode:\"open\"});e.innerHTML='\\n \\n \\n ';const i=e.querySelector(\".widget_29556_1200331\");i.classList.add(Kameleoon.API.CurrentVisit.device.type.toLowerCase()),Kameleoon.API.Utils.addUniversalClickListener(i,(t=>{t.stopPropagation()}));const o=new Set;function n(t,e){i.querySelectorAll(`span[data-cd-name${e?`=\"${e}\"`:\"\"}]`).forEach((e=>{const i=e.getAttribute(\"data-cd-name\"),n=e.getAttribute(\"data-cd-scope\"),a=e.getAttribute(\"data-cd-default\");\"VISIT\"===n&&(e.innerHTML=Kameleoon.API.CurrentVisit.customData[i]||a),\"VISITOR\"===n&&(e.innerHTML=Kameleoon.API.Visitor.customData[i]||a),t&&o.add(i)})),i.querySelectorAll(\"a[data-cd-href]\").forEach((e=>{const i=e.getAttribute(\"data-cd-href\"),n=e.getAttribute(\"data-cd-template\"),a=JSON.parse(i.replace(/"/g,'\"'));let r=decodeURI(n);const l=r.match(/\\{\\{ [A-Za-z0-9 .,?!@\"'\\[\\]\\\\()#$%^&*-=+|_]+ \\}\\}/gim);l&&(l.forEach((e=>{const i=e.slice(2,-2).trim(),n=a.find((t=>t.name===i));n&&(\"VISIT\"===n.scope&&(r=r.replace(e,Kameleoon.API.CurrentVisit.customData[i]||n.defaultValue||\"\")),\"VISITOR\"===n.scope&&(r=r.replace(e,Kameleoon.API.Visitor.customData[i]||n.defaultValue||\"\")),t&&o.add(i))})),e.href=encodeURI(r))}))}n(!0),window.addEventListener(\"Kameleoon::CustomDataSet\",(function(t){const e=t.detail.name;o.has(e)&&n(!1,e)})),i.querySelectorAll(\"input\").forEach((t=>{t.addEventListener(\"keydown\",(t=>{13===t.keyCode&&t.preventDefault()}))})),i.querySelector(\".template_knvfka4g5icm\").classList.remove(\"hide\"),i.classList.contains(\"kn-above\")&&i.focus({preventScroll:!0}),function(){const t=i.querySelectorAll('[data-type=\"Close\"]');if(!t.length)return;const e={en:\"Close\",de:\"Schließen\",fr:\"Fermer\",es:\"Cerrar\",it:\"Chiudi\",nl:\"Sluiten\",pt:\"Fechar\",pl:\"Zamknij\",cs:\"Zavřít\",sk:\"Zavrieť\",hu:\"Bezárás\",ro:\"Închide\",bg:\"Затвори\",el:\"Κλείσιμο\",sv:\"Stäng\",da:\"Luk\",no:\"Lukk\",fi:\"Sulje\",lt:\"Uždaryti\",lv:\"Aizvērt\",et:\"Sulge\",hr:\"Zatvori\",sr:\"Zatvori\",sl:\"Zapri\"},o=e[(document.documentElement.lang||navigator.language||\"en\").slice(0,2)]||e.en;t.forEach((t=>{t.setAttribute(\"aria-label\",o)}))}(),i.querySelectorAll('[data-type=\"Text\"]').forEach((t=>{switch(window.getComputedStyle(t).textAlign){case\"center\":t.classList.add(\"kn-text_center\");break;case\"left\":t.classList.add(\"kn-text_left\");break;case\"right\":t.classList.add(\"kn-text_right\")}})),function(){const t=i.querySelector(\".close_kn5leoufx08t8\");let e=!0;var o;Kameleoon.API.Utils.addUniversalClickListener(t,(t=>{e&&(t.stopPropagation(),t.preventDefault(),i.querySelector(\".template_knvfka4g5icm\")?.classList.add(\"hide\")),e=!0})),t&&t.addEventListener(\"kn-click\",(o=>{o.stopPropagation(),o.preventDefault(),i.querySelector(\".template_knvfka4g5icm\")?.classList.add(\"hide\"),e=!1,t.click()})),(o=t)&&!function(t){if(!t)return!1;switch(t.tagName.toLowerCase()){case\"button\":case\"input\":case\"select\":case\"textarea\":case\"details\":case\"summary\":case\"option\":case\"iframe\":return!0;case\"a\":return t.hasAttribute(\"href\")}return!(!t.hasAttribute(\"contenteditable\")||\"false\"===t.getAttribute(\"contenteditable\"))||!!t.hasAttribute(\"role\")}(o)&&(o.setAttribute(\"tabindex\",\"0\"),o.setAttribute(\"role\",\"button\"),o.addEventListener(\"keydown\",(t=>{\"Enter\"===t.key&&o.dispatchEvent(new MouseEvent(\"click\",{bubbles:!0,cancelable:!0}))})))}()}))}();","afterDOMReady":false},"widgetTemplateInputData":{"displayPluginConfiguration":"DISPLAY_ALL_DEVICES","positionPluginConfiguration":"INPAGE","positionSelectorRelative":"BEFORE","positionDefinition":"SELECTOR","mainPageUrl":null,"domElementSelector":"main.dgad-body__main-content.dgad-blog__content.dgad-blog__content--white > div > div.dgad-blog-header-background.dgad-images-background"},"widgetTemplateName":null},{"name":"Variation 1","id":1207322,"css":".ds__media{position:relative;display:inline-block;overflow:hidden;cursor:zoom-in}.ds__media img{width:100%;height:auto;transition:transform .4s ease,filter .4s ease;transform-origin:center center;will-change:transform}.ds__media:hover img{filter:brightness(1.05) contrast(1.05)}","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".ds__media\",(function(){document.querySelectorAll(\".ds__media\").forEach((function(e){const t=e.querySelector(\"img\");t&&(\"static\"===getComputedStyle(e).position&&(e.style.position=\"relative\"),e.style.overflow=\"hidden\",e.addEventListener(\"mousemove\",(function(n){const o=e.getBoundingClientRect(),r=(n.clientX-o.left)/o.width*100,s=(n.clientY-o.top)/o.height*100;t.style.transformOrigin=`${r}% ${s}%`,t.style.transform=\"scale(2)\",t.style.cursor=\"zoom-out\"})),e.addEventListener(\"mouseleave\",(function(){t.style.transform=\"scale(1)\",t.style.transformOrigin=\"center center\",t.style.cursor=\"zoom-in\"})))}))}));","afterDOMReady":false}},{"name":"Variation 1","id":1210192,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\".ts__product-summary__details-content\",(function(e){null==document.querySelector(\".michelin-clean-player\")&&e[0].insertAdjacentHTML(\"afterbegin\",'
')}),null,!0);","afterDOMReady":false}},{"name":"Variation 1","id":1213754,"css":"","elementSets":[],"javaScriptCode":{"code":"Kameleoon.API.Core.runWhenElementPresent(\"head\",(function(e){e[0].insertAdjacentHTML(\"beforeend\",'')}));","afterDOMReady":false}},{"name":"Variation 1","id":1214636,"css":"div.dl__card-top-retailer-bnb-cta-wrapper__ctas>a:first-child:not(:last-child){pointer-events:none;display:none}","elementSets":[]},{"id":0,"name":"Reference","css":"","elementSets":[]},{"id":null,"name":"Excluded"}],"goals":[{"id":98939,"name":"Engagement","type":"ENGAGEMENT"},{"id":243433,"name":"1 page vue","type":"CUSTOM"},{"id":289501,"name":"FR - Nav - Astuces et Conseils","type":"CUSTOM"},{"id":296323,"name":"AR - Click widget WhatsApp","type":"CLICK"},{"id":298125,"name":"GR - Click Icon Mon compte","type":"CUSTOM"},{"id":298126,"name":"GR - Click Make My Day","type":"CUSTOM"},{"id":299202,"name":"Clicks on “View Details” on category or Tire Selector result page","type":"CUSTOM"},{"id":315492,"name":"UK - TS wording change - Click on seach bar","type":"CLICK"},{"id":317290,"name":"IT - Clicks on Tyresnap block","type":"CUSTOM"},{"id":318335,"name":"UK - TS Restart link [Search by plate excluded]","type":"CUSTOM"},{"id":318838,"name":"[B2B] Universes - Nouvelles cartes","type":"CUSTOM"},{"id":319422,"name":"FR - Popin FFCP - Clic Je m'identifie","type":"CUSTOM"},{"id":319423,"name":"FR - Popin FFCP - Clics Je m'inscris","type":"CUSTOM"},{"id":319424,"name":"FR - FFCP - Clic Mon compte","type":"CLICK"},{"id":319461,"name":"FR - FFCP - Fermeture popin","type":"CUSTOM"},{"id":320097,"name":"ES - Push review banner","type":"CUSTOM"},{"id":322790,"name":"IT - TS Restart link [TireSnap excluded]","type":"CUSTOM"},{"id":323012,"name":"BR - Click widget WhatsApp","type":"CUSTOM"},{"id":325169,"name":"Manufacturer pages - Clicks on shortcuts","type":"CLICK"},{"id":325173,"name":"Manufacturer pages - Clicks on logos","type":"CLICK"},{"id":326664,"name":"UK - Cilck on newsletter banner","type":"CUSTOM"},{"id":329261,"name":"Interaction with notification MX","type":"CUSTOM"},{"id":329272,"name":"Valid form submissions MX","type":"CUSTOM"},{"id":329273,"name":"click CTA formulaire MX","type":"CUSTOM"},{"id":332646,"name":"[B2C] Italy - Promo campaign - Spring 2024 - Click on visual","type":"CUSTOM"},{"id":332647,"name":"[B2C] Italy - Promo campaign - Spring 2024 - Click on left CTA","type":"CUSTOM"},{"id":332648,"name":"[B2C] Italy - Promo campaign - Spring 2024 - Click on right CTA","type":"CUSTOM"},{"id":333533,"name":"AMN - Click on Write a review CTA after tire registration","type":"CUSTOM"},{"id":337645,"name":"[FFCP] Open personalized card","type":"CUSTOM"},{"id":337646,"name":"[FFCP] Click on personalized card CTA","type":"CUSTOM"},{"id":342021,"name":"IN - Click sur les boutons « See details » //XP","type":"CUSTOM"},{"id":342719,"name":"NextGen > Click on store locator search bar","type":"CUSTOM"},{"id":343293,"name":"NextGen > Click on store locator city shortcuts","type":"CUSTOM"},{"id":343399,"name":"NextGen - Click on Dealer CTA from TSRP","type":"CUSTOM"},{"id":343402,"name":"NextGen - Test 253479 - Click on CTA to TDP","type":"CUSTOM"},{"id":343403,"name":"NextGen - Click on a size in the SKU table","type":"CUSTOM"},{"id":343414,"name":"NextGen - Click on Buy now / Find a dealer (TDP)","type":"CUSTOM"},{"id":343525,"name":"NextGen - Click on DL \"Search\" CTA","type":"CUSTOM"},{"id":347177,"name":"[GTM] Michelin B2C - Lead Generation","type":"CUSTOM"},{"id":347178,"name":"[GTM] Michelin B2C - Consideration","type":"CUSTOM"},{"id":347179,"name":"[GTM] Michelin B2C - BnB Lead","type":"CUSTOM"},{"id":351268,"name":"[GTM] Michelin B2C - TS Open dropdown","type":"CUSTOM"},{"id":351273,"name":"[GTM] Michelin B2C - Select dimension from SKU table","type":"CUSTOM"},{"id":354142,"name":"[B2B][GTM] - Quote request submitted","type":"CUSTOM"},{"id":354143,"name":"[B2B][GTM] - Form_submit","type":"CUSTOM"},{"id":354149,"name":"[B2B] - LP Get a Quote - Quote submitted","type":"CLICK"},{"id":354150,"name":"[B2B] - LP Get a Quote - Form submitted","type":"CUSTOM"},{"id":354468,"name":" [B2B] - LP Get a Quote - Tyre cards version - Validate step 1","type":"CUSTOM"},{"id":354469,"name":" [B2B] - LP Get a Quote - Tyre cards version - Click on GaQ CTA","type":"CUSTOM"},{"id":354470,"name":" [B2B] - LP Get a Quote - Tyre cards version - Validate step 2","type":"CUSTOM"},{"id":354845,"name":"[B2B] - LP Get a Quote - Tyre cards version - Validate step 3","type":"CLICK"},{"id":358084,"name":"[BOR][IT] Click on Tooltip","type":"CUSTOM"},{"id":358258,"name":"[B2C] Click on Buy Now from TSRP","type":"CUSTOM"},{"id":358309,"name":"[B2C] Click on View sizes from TSRP","type":"CUSTOM"},{"id":358679,"name":"[GTM] Michelin B2C - click_to_submit_promotion_form","type":"CUSTOM"},{"id":358712,"name":"[B2C] RO - Click on \"Caută anvelope\" CTA","type":"CUSTOM"},{"id":358713,"name":"[B2C] RO - Click on \"Înregistrare\" CTA","type":"CUSTOM"},{"id":364333,"name":"[B2B][GTM] - TS started","type":"CUSTOM"},{"id":364334,"name":"[B2B][GTM] - Click GAQ","type":"CUSTOM"},{"id":364405,"name":"[B2B] - Click on current universes","type":"CUSTOM"},{"id":364411,"name":"[B2B] - Click on main blocks","type":"CUSTOM"},{"id":364412,"name":"[B2B] - Click on main blocks (anchors)","type":"CUSTOM"},{"id":365536,"name":"[B2B] Click on VAC banner from TSRP","type":"CUSTOM"},{"id":366268,"name":"[GTM][B2C] TS started","type":"CUSTOM"},{"id":366269,"name":"[B2C][US] Click on \"TIRE SELECTION MADE EASY\" main CTA","type":"CUSTOM"},{"id":366293,"name":"[B2C] Click on product line cards from Home page","type":"CUSTOM"},{"id":366345,"name":"[B2B] Click on added CTA","type":"CUSTOM"},{"id":367821,"name":"[GTM][B2C] Incomplete search","type":"CUSTOM"},{"id":367823,"name":"[GTM][B2C] Complete search","type":"CUSTOM"},{"id":368473,"name":"[B2C][TS] NextGen - Close modal CTA","type":"CUSTOM"},{"id":368482,"name":"[B2C][TS] NextGen - Start a new search","type":"CUSTOM"},{"id":368496,"name":"[B2C][TS] NextGen - Confirm new search","type":"CUSTOM"},{"id":368833,"name":"[B2C] NextGen - TS Started (all clicks)","type":"CUSTOM"},{"id":368869,"name":"[B2C] NextGen - Result page displayed","type":"CUSTOM"},{"id":368872,"name":"[B2C] NextGen - Click on TS green tags","type":"CUSTOM"},{"id":369438,"name":"[B2C] NextGen - TDP - Click on sticky CTA","type":"CUSTOM"},{"id":369443,"name":"[GTM][B2C] Click on Buy Now CTA (Add to cart)","type":"CUSTOM"},{"id":369729,"name":"[B2C] New CTA clicks","type":"CUSTOM"},{"id":369736,"name":"[B2C][US] Clicks on \"Tire selection made easy\" CTA","type":"CUSTOM"},{"id":372130,"name":"Click on STICKY_BLOCK FR - Popin FFCP widget","type":"CLICK"},{"id":372589,"name":"[B2C][FR][ACC] Connection CTA","type":"CLICK"},{"id":372590,"name":"[B2C][FR][ACC] Register CTA","type":"CLICK"},{"id":372593,"name":"[B2C][FR][ACC] Participate without an account","type":"CUSTOM"},{"id":372596,"name":"[B2C][FR][ACC] Promo form submit","type":"CUSTOM"},{"id":377364,"name":"[B2C][US] Season filter","type":"CUSTOM"},{"id":377431,"name":"[B2C][US] M+S filter","type":"CUSTOM"},{"id":377432,"name":"[B2C][US] EV ready filter","type":"CUSTOM"},{"id":377433,"name":"[B2C][US] Driving experience filter","type":"CUSTOM"},{"id":377434,"name":"[B2C][US] Rating filter","type":"CUSTOM"},{"id":379730,"name":"[B2C][FR] Click in search by plate field","type":"CUSTOM"},{"id":379732,"name":"[B2C][FR] Search by plate - click on search button","type":"CUSTOM"},{"id":379765,"name":"[B2C][Multiple] Buy now pages - Yellow button click","type":"CUSTOM"},{"id":379986,"name":"[B2C][FR] Brand Architecture - Click on new tab","type":"CUSTOM"},{"id":380137,"name":"[B2C][FR] Band architecture - Click on new categories","type":"CUSTOM"},{"id":380191,"name":"[B2C][FR] Brand Architecture - Click on exisitng tabs","type":"CUSTOM"},{"id":380196,"name":"[B2C][FR] Band architecture - Click on existing categories","type":"CUSTOM"},{"id":382384,"name":"[UK] Close yellow banner","type":"CUSTOM"},{"id":384106,"name":"[B2C] Search by plate > Alternate search original link ","type":"CUSTOM"},{"id":388207,"name":"Chatbot - Click on added microphone icon","type":"CUSTOM","jsCode":"(function(ID, triggerGoal) {\n\t\t\t\t\t // Write your conversion code here. Find examples below:\n//\n// triggerGoal(); → No params\n// triggerGoal(49.99) ; → With revenue\n// triggerGoal(49.99, { 5: \"Gold\" }); → With revenue and metadata\n\t\t\t\t\t})(388207, (...args) => Kameleoon.API.Goals.processConversion(388207, ...args));"},{"id":391238,"name":"Chatbot opening","type":"CUSTOM","jsCode":"(function(ID, triggerGoal) {\n\t\t\t\t\t // Write your conversion code here. Find examples below:\n//\n// triggerGoal(); → No params\n// triggerGoal(49.99) ; → With revenue\n// triggerGoal(49.99, { 5: \"Gold\" }); → With revenue and metadata\n\t\t\t\t\t})(391238, (...args) => Kameleoon.API.Goals.processConversion(391238, ...args));"},{"id":396143,"name":"[B2C][US] Click on \"Where's the Price\" link","type":"CUSTOM","jsCode":"(function(ID, triggerGoal) {\n\t\t\t\t\t // Write your conversion code here. Find examples below:\n//\n// triggerGoal(); → No params\n// triggerGoal(49.99) ; → With revenue\n// triggerGoal(49.99, { 5: \"Gold\" }); → With revenue and metadata\n\t\t\t\t\t})(396143, (...args) => Kameleoon.API.Goals.processConversion(396143, ...args));"}],"scriptProduceTime":1767736008896,"timeZone":"Europe/Paris","webExperimentationSetup":true,"boLocale":"ENGLISH","graphicalEditorVersion":"v1","isNewEditorEnabled":true,"DATA_URL":"https://eu-data.kameleoon.eu","useWideDomainSupport":true,"geolocation":true,"customIntegrations":[{"name":"GA4 B2B B2C","jsCode":"const id = experimentID ? experimentID : personalizationID;\n\nlet B2C = [\n 'africa.michelin.com', 'www.michelin.com.ar', 'www.michelin.com.au',\n 'www.michelin.ay', 'www.michelin.be', 'www.michelin.com.br', 'www.michelin.bg',\n 'www.michelin.com.kh', 'www.michelin.ca', 'www.michelin.cl', 'www.michelin.com.co',\n 'www.michelin.hr', 'www.michelin.cz', 'www.michelin.dk', 'www.michelin.fi', 'www.michelin.fr',\n 'www.michelin.de', 'www.michelin.gr', 'www.michelin.com.hk', 'www.michelin.hu', 'www.michelin.in',\n 'www.michelin.co.id', 'www.michelin.ie', 'www.michelin.it', 'www.michelin.co.jp',\n 'www.michelin.co.kr', 'www.michelin.com.my', 'www.michelin.com.mx', 'www.middle-east.michelin.com', \n 'www.michelinmotorsport.com', 'www.michelin.nl', 'www.michelin.co.nz', 'www.michelin.no', \n 'www.michelin.com.pe', 'www.michelin.com.ph', 'www.michelin.pl', 'www.michelin.pt', \n 'www.michelin.ro', 'www.michelin.rs', 'www.michelin.com.sg', 'www.michelin.sk', \n 'www.michelin.si', 'www.michelin.co.za', 'www.michelin.es', 'www.michelin.se', \n 'www.michelin.ch', 'www.michelin.co.th', 'www.michelin.com.tr', 'www.michelin.ua',\n 'www.michelin.co.uk', 'www.michelinman.com', 'www.michelin.vn', 'www.bfgoodrich.com.ar',\n 'asia.bfgoodrich.com', 'www.bfgoodrich.com.au', 'www.bfgoodrich.be', 'www.bfgoodrich.com.br',\n 'www.bfgoodrich.ca', 'www.bfgoodrich.cl', 'www.bfgoodrich.com.co', 'www.bfgoodrich.dk',\n 'www.bfgoodrich.fi', 'www.bfgoodrich.fr', 'www.bfgoodrich.de', 'www.bfgoodrich.in',\n 'www.bfgoodrich.co.id', 'www.bfgoodrich.it', 'www.bfgoodrich.co.jp', 'www.bfgoodrich.co.kr',\n 'www.bfgoodrich.com.my', 'www.bfgoodrich.com.mx', 'mena.bfgoodrich.com', 'www.bfgoodrich.nl',\n 'www.bfgoodrich.no', 'www.bfgoodrich.com.ph', 'www.bfgoodrich.pt', 'www.bfgoodrich.co.za',\n 'www.bfgoodrich.es', 'www.bfgoodrich.se', 'www.bfgoodrich.co.th', 'www.bfgoodrich.co.uk',\n 'www.bfgoodrichtires.com', 'www.bfgoodrich.vn'\n];\n\nlet B2B = [\n 'b2b.michelin.in', 'b2b.middle-east.michelin.com', 'business.michelin.ca',\n 'business.michelin.ch', 'business.michelin.co.jp', 'business.michelin.co.th',\n 'business.michelin.co.uk', 'business.michelin.com.au', 'business.michelin.de',\n 'business.michelin.gr', 'business.michelin.ro', 'business.michelinman.com',\n 'pro.michelin.com.tr', 'pro.africa.michelin.com', 'pro.americadelsur.michelin.com',\n 'pro.michelin.be', 'pro.michelin.com.br', 'pro.michelin.com.mx', 'pro.michelin.cz',\n 'pro.michelin.es', 'pro.michelin.fr', 'pro.michelin.nl', 'pro.michelin.pl',\n 'pro.michelin.pt', 'professional.michelin.dk', 'professional.michelin.fi',\n 'professional.michelin.it', 'professional.michelin.no', 'professional.michelin.se'\n];\n\nlet hostname = window.location.hostname;\nlet gtagMeasurementID;\n\nif (B2C.some(url => hostname.includes(url))) {\n gtagMeasurementID = \"G-341174307\";\n} else if (B2B.some(url => hostname.includes(url))) {\n gtagMeasurementID = \"G-355495648\";\n}\n\nif (gtagMeasurementID) {\n// Fonction pour envoyer les données à Google Analytics\nconst processGA4Audience = function () {\n window.gtag(\"event\", \"experience_impression\", {\n exp_variant_string: `KAM-${id}-${variation}`,\n send_to: gtagMeasurementID\n });\n};\n\n\n// Attendre que gtag soit disponible avant d'exécuter la fonction\nKameleoon.API.Core.runWhenConditionTrue(\n () => window.gtag != null,\n processGA4Audience,\n 150\n);\n\n}\n"}],"ga4AudiencesMeasurementId":"GTM-NGT5VDG","globalScript":"if(window.location.href.includes(\"kameleoon=newGS\")){const e=new Date;e.setDate(e.getDate()+7),document.cookie=\"newKamGS=true; expires=\"+e.toUTCString()+\"; path=/\"}if(document.cookie.includes(\"newKamGS=true\")){console.log(\"New GS Kameleoon V2\");class o{constructor(){this.DEBUG=!(!window.localStorage.getItem(\"kam-support\")&&!/kam.*-support/.test(document.cookie)),this.goals={},this.customData={},this.convertGoal={},this.regexp={},this.utils={},this.setCustomData(),this.setRegexp(),this.setGoals(),this.setUtils(),console.info(\"[Script Last Update]\",new Date(Kameleoon.Internals.configuration.scriptProduceTime).toLocaleString()),this.init()}setRegexp(){const e={};for(const o in e)this.regexp[o]=new RegExp(e[o])}setGoals(){this.goals={myGoal:999999},this.convertGoal={myFunction(e){Kameleoon.API.Goals.processConversion(e)},basedOnURL(e){e.forEach((e=>{e.regex.test(window.location.href)&&Kameleoon.API.Goals.processConversion(e.id)}))},*goalsNewsletterPage(){window.location.href.includes(\"https://www.michelin.com.mx/auto/formulario-de-contacto\")&&(Kameleoon.API.Core.runWhenElementPresent(\".dgad-form-buttons__submit\",(([e])=>{Kameleoon.API.Utils.addEventListener(e,\"click\",(()=>{Kameleoon.API.Goals.processConversion(329273)}))})),Kameleoon.API.Core.runWhenElementPresent(\".apos-forms-submission-thank-you.apos-forms-visible\",(()=>{Kameleoon.API.Goals.processConversion(329272)}),200))},goalsFidelite(){if(window.location.href.includes(\"michelin.fr/fidelite\")){const e=[292826,292827,292828],o=[296198,296199,296200];Kameleoon.API.Core.runWhenElementPresent(\".b2c-social-links\",(()=>{Kameleoon.API.Core.runWhenElementPresent('[title=\"Je m\\'inscris\"]',(o=>{o.forEach(((o,n)=>{Kameleoon.API.Utils.addEventListener(o,\"click\",(()=>{Kameleoon.API.Goals.processConversion(292825),Kameleoon.API.Goals.processConversion(e[n]),Kameleoon.API.Data.setCustomData(\"Conversion Page\",window.location.href)}))}))})),Kameleoon.API.Core.runWhenElementPresent('[title=\"Je me connecte\"]',(e=>{e.forEach(((e,n)=>{Kameleoon.API.Utils.addEventListener(e,\"click\",(()=>{Kameleoon.API.Goals.processConversion(292818),Kameleoon.API.Goals.processConversion(o[n]),Kameleoon.API.Data.setCustomData(\"Conversion Page\",window.location.href)}))}))}))}))}},HideDataCaptationPopin(){!function(){const e={\"1 page vue\":243433,\"2 pages vues\":243434,\"3 pages vues\":243435,\"Plus de 3 pages vues\":243436},o={1:\"1 page vue\",2:\"2 pages vues\",3:\"3 pages vues\",4:\"Plus de 3 pages vues\"},n=Kameleoon.API.CurrentVisit.pageViews,t=window.sessionStorage.getItem(\"kam141981-oct_hide_data_captation_popin\");if(/\\/auto\\/tyres\\/michelin-crossclimate-2/.test(document.location.pathname))window.sessionStorage.setItem(\"kam141981-oct_hide_data_captation_popin\",n);else{if(!t)return;const s=n-Number(t),a=o[s];Kameleoon.API.Goals.processConversion(e[a]),s>=4&&window.sessionStorage.removeItem(\"kam141981-oct_hide_data_captation_popin\")}}(),function(){const e={\"1 page vue\":243433,\"2 pages vues\":243434,\"3 pages vues\":243435,\"Plus de 3 pages vues\":243436},o={1:\"1 page vue\",2:\"2 pages vues\",3:\"3 pages vues\",4:\"Plus de 3 pages vues\"},n=Kameleoon.API.CurrentVisit.pageViews,t=window.sessionStorage.getItem(\"kam141981-nov_hide_data_captation_popin\");if(/\\/auto\\/promocionesturismo/.test(document.location.pathname))window.sessionStorage.setItem(\"kam141981-nov_hide_data_captation_popin\",n);else{if(!t)return;const s=n-Number(t),a=o[s];Kameleoon.API.Goals.processConversion(e[a]),s>=4&&window.sessionStorage.removeItem(\"kam141981-nov_hide_data_captation_popin\")}}()}}}setCustomData(){this.customData={setMyCustomData(){Kameleoon.API.Data.setCustomData(\"myCustomData\",!0)}}}setUtils(){const e=this;this.utils={conversionObserver(){e.DEBUG&&Kameleoon.API.Utils.addEventListener(window,\"Kameleoon::ConversionTriggered\",(o=>{e.log(`the goal \"${o.detail.name}\" (${o.detail.id}) converted`)}))},handleConsent(){window.didomiOnReady=window.didomiOnReady||[],window.didomiOnReady.push((function(e){e.isConsentRequired()?(e.getObservableOnUserConsentStatusForVendor(\"c:kameleoon\").subscribe((function(e){!0===e?(Kameleoon.API.Core.enableLegalConsent(\"AB_TESTING\"),console.log(\"Enabling A/B Testing\")):!1===e&&(Kameleoon.API.Core.disableLegalConsent(\"AB_TESTING\"),console.log(\"Disabling A/B Testing\"))})),e.getObservableOnUserConsentStatusForVendor(\"c:kameleoon\").subscribe((function(e){!0===e?(Kameleoon.API.Core.enableLegalConsent(\"PERSONALIZATION\"),console.log(\"Enabling Personalization\")):!1===e&&(Kameleoon.API.Core.disableLegalConsent(\"PERSONALIZATION\"),console.log(\"Disabling Personalization\"))}))):Kameleoon.API.Core.enableLegalConsent()}))},enableSPABasedOnURL(e){location.href.includes(e)&&Kameleoon.API.Core.enableSinglePageSupport()},enableSPABasedOnRegex(e){e.test(window.location.href)&&Kameleoon.API.Core.enableSinglePageSupport()},setMichelinUtils(){Kameleoon.Internals.obtainABTestByName=function(e){for(var o=!1,n=0;n-1)&&Kameleoon.API.Core.enableLegalConsent(),Kameleoon.API.Core.enableSinglePageSupport(),window.didomiOnReady=window.didomiOnReady||[],window.didomiOnReady.push((function(e){e.isConsentRequired()?e.getObservableOnUserConsentStatusForVendor(\"c:kameleoon\").subscribe((function(e){!0===e?(Kameleoon.API.Core.enableLegalConsent(\"BOTH\"),console.log(\"Enabling A/B Testing and Perso\")):!1===e&&(Kameleoon.API.Core.disableLegalConsent(\"BOTH\"),console.log(\"Disabling A/B Testing and Perso\"))})):Kameleoon.API.Core.enableLegalConsent()}));var globalScript=function(){(()=>{const e={\"Taux de location search\":271808,\"Taux de BNB complete\":271809,\"Taux de BNB complete - BNB_TS_not_complete\":274406,\"Taux de BNB complete - BNB Product page\":274407,\"Taux de location search - BNB Product page\":274408,\"Taux de location search - BNB_TS_not_complete\":274409,\"Taux de BNB complete - BNB_Tyre Selector_Complete\":274411,\"Taux de location search - BNB_Tyre Selector_Complete\":274412},o=\".modal-body.d-block\",n=\"a.btn-primary\";window.location.href.match(\"https://michelin.clic2buy.com\")&&function(){let e;window.parent.postMessage(\"KamDev-postMessageIsready\",\"*\"),window.addEventListener(\"message\",(e=>{/michelin\\.(de|es|com\\.tr)/.test(e.origin)&&e.data.desktop&&(window[\"KamDev-bnb-text\"]=e.data,console.log(e.data))})),Kameleoon.API.Core.runWhenConditionTrue((()=>(e=document.querySelector(o),e)),(()=>{if(window[\"KamDev-bnb-iframe\"])return;window[\"KamDev-bnb-iframe\"]=!0,e.addEventListener(\"mousedown\",(({target:e})=>{e.closest(n)&&window.parent.postMessage(\"Taux de BNB complete\",\"*\")}));const o=new PerformanceObserver((e=>{for(const o of e.getEntries())\"fetch\"===o.initiatorType&&\"https://api-retailers.clic2buy.com/retail_outlets\"===o.name&&window.parent.postMessage(\"Taux de location search\",\"*\")}));Kameleoon.API.Core.runWhenConditionTrue((()=>window[\"KamDev-bnb-text\"]),(()=>{!function(e,o){console.log(\"set header\"),document.head.insertAdjacentHTML(\"beforeend\",'\\n \\n ');const n=`\\n
\\n ${o.desktop}\\n ${o.mobile} \\n
`;e.insertAdjacentHTML(\"afterbegin\",n),Kameleoon.API.Goals.processConversion(285016);const t=e.querySelector(\".kam-header\");Kameleoon.API.Core.runWhenElementPresent(\"#app .modal-open.theme-michelin > .modal.d-block\",(([e])=>{e.addEventListener(\"click\",(o=>{o.target.closest(\".close\")&&t.remove(),o.target===e&&(o.preventDefault(),o.stopPropagation())}),!0)}))}(e.parentNode,window[\"KamDev-bnb-text\"]),window[\"KamDev-bnb-text\"]=null})),e.addEventListener(\"click\",(()=>{o.observe({entryTypes:[\"resource\"]})}),{once:!0})}))}(),[\"www.michelin.de\",\"www.michelin.es\",\"www.michelin.com.tr\"].some((e=>e===window.location.hostname))&&(Kameleoon.API.Data.writeLocalData(\"bnb-banner-text\",null),window.top[\"bnb-listener\"]||(window.addEventListener(\"message\",(function(o){if(\"https://michelin.clic2buy.com\"===o.origin&&o.data&&e[o.data]){const n=function(){const e=Kameleoon.API.Personalizations.getTriggeredInVisit().filter((({name:e})=>e.includes(\"BNB\")));return e&&e.map((({name:e})=>e))}();n&&n.forEach((n=>{const t=`${o.data} - ${n}`.replace(/( DE)|( ES)|( COM.TR)/,\"\");e[t]&&Kameleoon.API.Goals.processConversion(e[t])})),Kameleoon.API.Goals.processConversion(e[o.data])}})),window.top[\"bnb-listener\"]=!0))})();/(middle-east\\.)?michelin\\.(ca|com\\.tr|no|es|de|se|dk|co\\.th|co\\.uk|com\\.au|com)(\\/fr)?\\/auto\\/(browse-tyres|liste-pneus)\\/?(par-vehicule|by-dimension|by-vehicle)?/.test(window.location.href)&&Kameleoon.API.Core.enableSinglePageSupport(),Kameleoon.Internals.obtainABTestByName=function(e){for(var o=!1,n=0;ne.addEventListener(\"click\",(()=>{Kameleoon.API.Goals.processConversion(m)})))),e[0].addEventListener(\"click\",(()=>{Kameleoon.API.Data.setCustomData(\"promotion_bloc\",\"euromaster\")})),e[1].addEventListener(\"click\",(()=>{Kameleoon.API.Data.setCustomData(\"promotion_bloc\",\"profil +\")})),e[2].addEventListener(\"click\",(()=>{Kameleoon.API.Data.setCustomData(\"promotion_bloc\",\"norauto\")})),e[3].addEventListener(\"click\",(()=>{Kameleoon.API.Data.setCustomData(\"promotion_bloc\",\"près de chez vous\")}))})),Kameleoon.API.Core.runWhenElementPresent(\"#kameleoonElement-kbanner.banner-container .banner-cross\",(function(e){e[0].addEventListener(\"click\",(e=>{Kameleoon.API.Goals.processConversion(c)}))})),Kameleoon.API.Core.runWhenConditionTrue((function(){return!!document.querySelectorAll(\".b2c-ts-search-categories__element\").length}),(function(){for(var e=0;e{!function(e){window.addEventListener(\"scroll\",(function o(){const t=e.getBoundingClientRect().y;t<320&&0!==t&&(Kameleoon.API.Goals.processConversion(n),removeEventListener(\"scroll\",o))}))}(e[1])})),Kameleoon.API.Core.runWhenElementPresent('a[href=\"/auto/browse-tyres/by-season/winter\"]',(([n])=>{Kameleoon.API.Core.runWhenElementPresent('a[href=\"/auto/browse-tyres/by-season/allseason\"]',(([t])=>{const s=n.closest(\".mdc-layout-grid__cell\"),a=t.closest(\".mdc-layout-grid__cell\");s.addEventListener(\"click\",(()=>Kameleoon.API.Goals.processConversion(o))),a.addEventListener(\"click\",(()=>Kameleoon.API.Goals.processConversion(e)))}))})))}(),Kameleoon.API.Core.runWhenElementPresent(\"button.dgad-cta__item.dgad-cta__item--callToActionLink.b2c-btn.b2c-btn--secondary.b2c-btn--animate\",(function(e){e[0].addEventListener(\"click\",(function(){Kameleoon.API.Goals.processConversion(242622)}))})),Kameleoon.API.Core.runWhenElementPresent(\".apos-forms-submission-thank-you.apos-forms-visible h3\",(function(e){e[0].innerText.includes(\"Gracias por darte de alta en nuestra Newsletter\")&&Kameleoon.API.Goals.processConversion(242623)}),200),window.location.href.includes(\"https://www.michelin.it/newsletter\")&&(Kameleoon.API.Core.runWhenElementPresent(\".dgad-form-buttons__submit\",(([e])=>{Kameleoon.API.Utils.addEventListener(e,\"click\",(()=>{Kameleoon.API.Goals.processConversion(280711)}))})),Kameleoon.API.Core.runWhenElementPresent(\".apos-forms-submission-thank-you.apos-forms-visible\",(()=>{Kameleoon.API.Goals.processConversion(280714)}),100)),window.location.href.includes(\"https://www.michelin.com.mx/auto/formulario-de-contacto\")&&(Kameleoon.API.Core.runWhenElementPresent(\".dgad-form-buttons__submit\",(([e])=>{Kameleoon.API.Utils.addEventListener(e,\"click\",(()=>{Kameleoon.API.Goals.processConversion(329273)}))})),Kameleoon.API.Core.runWhenElementPresent(\".apos-forms-submission-thank-you.apos-forms-visible\",(()=>{Kameleoon.API.Goals.processConversion(329272)}),100)),Kameleoon.API.Core.runWhenElementPresent(\"i.apos-dialog-box-close-icon\",(function(e){e[0].addEventListener(\"click\",(function(){Kameleoon.API.Goals.processConversion(242624)}))})),function(){const e={\"Click card_Pneustoutessaisons\":223113,\"Click card_Pneushiver\":223114,Scroll_rate_accueilauto:223117};function o(o,n){o.addEventListener(\"click\",(()=>{Kameleoon.API.Goals.processConversion(e[n])}))}function n(o){window.addEventListener(\"scroll\",(function n(){const t=o.getBoundingClientRect().y;t<250&&0!==t&&(Kameleoon.API.Goals.processConversion(e.Scroll_rate_accueilauto),removeEventListener(\"scroll\",n))}))}\"https://www.michelin.fr/auto/accueil-auto\"===window.location.href&&(Kameleoon.API.Core.runWhenElementPresent(\".b2c-tl-widget-type\",(e=>{const t=e[1],s=t.querySelectorAll(\"li\");if(t&&n(t),!s)return;const a=s[0],i=s[1];t&&a&&i&&(o(i,\"Click card_Pneustoutessaisons\"),o(a,\"Click card_Pneushiver\"))})),\"Phone\"!==Kameleoon.API.CurrentVisit.device.type&&\"Tablet\"!==Kameleoon.API.CurrentVisit.device.type||Kameleoon.API.Core.runWhenElementPresent(\".b2c-tl-widget-accordion__item:nth-child(2)\",(([e])=>{n(e);const t=e.querySelectorAll(\"li\");t[1]&&(o(t[1],\"Click card_Pneustoutessaisons\"),o(t[0],\"Click card_Pneushiver\"))})))}(),function(){const e=223570,o=223571,n=223572,t=223573,s=223574,a=223575,i=223973,r=226797,l=226798,c=226799;window.location.href.match(\"https://www.michelin.fr/auto/trouver-le-bon-pneu-voiture\")&&(document.body.addEventListener(\"click\",(i=>{const m=i.target.closest(\".dgad-slider__slide\");m&&(Kameleoon.API.Goals.processConversion(r),\"https://www.michelin.fr/auto/tyres/michelin-crossclimate-plus\"===m.href?(Kameleoon.API.Goals.processConversion(e),Kameleoon.API.Goals.processConversion(l)):\"https://www.michelin.fr/auto/tyres/michelin-crossclimate-suv\"===m.href?(Kameleoon.API.Goals.processConversion(o),Kameleoon.API.Goals.processConversion(l)):\"https://www.michelin.fr/auto/tyres/michelin-alpin-6\"===m.href?(Kameleoon.API.Goals.processConversion(n),Kameleoon.API.Goals.processConversion(c)):\"https://www.michelin.fr/auto/tyres/michelin-pilot-alpin-5\"===m.href?(Kameleoon.API.Goals.processConversion(c),Kameleoon.API.Goals.processConversion(t)):\"https://www.michelin.fr/auto/tyres/michelin-pilot-alpin-5-suv\"===m.href?(Kameleoon.API.Goals.processConversion(s),Kameleoon.API.Goals.processConversion(c)):\"https://www.michelin.fr/auto/tyres/michelin-latitude-alpin-la2\"===m.href&&(Kameleoon.API.Goals.processConversion(a),Kameleoon.API.Goals.processConversion(c)))})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-product-promo-slider\",(e=>{!function(e){window.addEventListener(\"scroll\",(function o(){const n=e.getBoundingClientRect().y;n<320&&0!==n&&(Kameleoon.API.Goals.processConversion(i),removeEventListener(\"scroll\",o))}))}(e[1])})))}(),\"https://www.michelin.fr/auto/accueil-auto\"===document.location.href&&Kameleoon.API.Core.runWhenElementPresent('div[data-apos-widget-wrapper=\"b2c-panel-slider\"]',(function(){document.querySelector('div[data-apos-widget-wrapper=\"b2c-panel-slider\"]').addEventListener(\"click\",(function(){Kameleoon.API.Goals.processConversion(225170)}))})),\"https://www.michelin.fr/auto/astuces-et-conseils/conseils-auto/pneus-hiver\"===document.location.href&&Kameleoon.API.Core.runWhenElementPresent('div[data-apos-widget-wrapper=\"dgad-panel\"]',(function(){document.querySelector('div[data-apos-widget-wrapper=\"dgad-panel\"]').addEventListener(\"click\",(function(){Kameleoon.API.Goals.processConversion(225171)}))})),\"https://www.michelin.fr/auto/trouver-le-bon-pneu-voiture\"===document.location.href&&Kameleoon.API.Core.runWhenElementPresent('div[data-apos-widget-wrapper=\"dgad-panel\"]',(function(){document.querySelector('div[data-apos-widget-wrapper=\"dgad-panel\"]').addEventListener(\"click\",(function(){Kameleoon.API.Goals.processConversion(225173)}))})),window.location.href.includes(\"michelin.fr/fidelite\")){const e=[292826,292827,292828],o=[296198,296199,296200];Kameleoon.API.Core.runWhenElementPresent(\".b2c-social-links\",(()=>{document.querySelectorAll('[title=\"Je m\\'inscris\"]').forEach(((o,n)=>{Kameleoon.API.Utils.addEventListener(o,\"click\",(()=>{Kameleoon.API.Goals.processConversion(292825),Kameleoon.API.Goals.processConversion(e[n]),Kameleoon.API.Data.setCustomData(\"Conversion Page\",window.location.href)}))}));document.querySelectorAll('[title=\"Je me connecte\"]').forEach(((e,n)=>{Kameleoon.API.Utils.addEventListener(e,\"click\",(()=>{Kameleoon.API.Goals.processConversion(292818),Kameleoon.API.Goals.processConversion(o[n]),Kameleoon.API.Data.setCustomData(\"Conversion Page\",window.location.href)}))}))}))}Kameleoon.API.Core.runWhenElementPresent('[data-login-action=\"provider\"]',(([e])=>{Kameleoon.API.Utils.addEventListener(e,\"click\",(()=>{Kameleoon.API.Goals.processConversion(296093)}))})),window.location.href.includes(\"https://www.michelin.fr/newsletter\")&&Kameleoon.API.Core.runWhenElementPresent(\".dgad-cta__item--callToActionLink\",(([e])=>{Kameleoon.API.Utils.addEventListener(e,\"click\",(()=>{Kameleoon.API.Goals.processConversion(294491)}))})),Kameleoon.API.Core.runWhenElementPresent(\".toasterCTA\",(([e])=>{Kameleoon.API.Utils.addEventListener(e,\"click\",(()=>{let e;[{url:\"www.michelin.fr/auto/pneus-voitures-suv-utilitaires\",pageCategory:\"Page Hub Browse 4W\"},{url:\"www.michelin.fr/motorbike/motos-scooters-pneus\",pageCategory:\"Page Hub Browse 2W\"},{url:\"https://www.michelin.fr/auto/browse-tyres\",pageCategory:\"Pages Browse tyres 4W (and related pages)\"},{url:\"https://www.michelin.fr/motorbike/browse-tyres\",pageCategory:\"Pages Browse tyres 2W (and related pages)\"},{url:\"https://www.michelin.fr/promotions-michelin\",pageCategory:\"Promo page: URL\"},{url:\"https://www.michelin.fr/auto/tyres/michelin-\",pageCategory:\"Product pages 4W\"},{url:\"https://www.michelin.fr/motorbike/tyres/michelin-\",pageCategory:\"Product pages 2W\"}].forEach((o=>{window.location.href.includes(o.url)&&(e=o.pageCategory)})),Kameleoon.API.Data.setCustomData(\"Page Category\",e)}))}))};const n=()=>{if(/michelin\\.(es|de|com\\.tr)\\/auto\\/(browse-)?tyres/.test(window.location.href)&&\"Desktop\"!==Kameleoon.API.CurrentVisit.device.type){const e=e=>{Kameleoon.API.Utils.clearTimeout(n),\"mousedown\"===e.type&&Kameleoon.API.Utils.clearTimeout(t)},o=()=>{window.removeEventListener(\"mousedown\",e),window.removeEventListener(\"scroll\",e)};window.addEventListener(\"mousedown\",e),window.addEventListener(\"scroll\",e);const n=Kameleoon.API.Utils.setTimeout((()=>{Kameleoon.API.Events.trigger(\"BNB_timer\"),o(),Kameleoon.API.Utils.clearTimeout(t)}),6e3),t=Kameleoon.API.Utils.setTimeout((()=>{Kameleoon.API.Events.trigger(\"BNB_timer\"),o()}),2e4)}},t=()=>{if(/michelin\\.(es|de|com\\.tr)\\/auto\\/(browse-)?tyres/.test(window.location.href)&&\"Desktop\"!==Kameleoon.API.CurrentVisit.device.type){const e=e=>{Kameleoon.API.Utils.clearTimeout(n),\"mousedown\"===e.type&&Kameleoon.API.Utils.clearTimeout(t)},o=()=>{window.removeEventListener(\"mousedown\",e),window.removeEventListener(\"scroll\",e)};window.addEventListener(\"mousedown\",e),window.addEventListener(\"scroll\",e);const n=Kameleoon.API.Utils.setTimeout((()=>{Kameleoon.API.Events.trigger(\"BNB_timer_not_complete\"),o(),Kameleoon.API.Utils.clearTimeout(t)}),1e4),t=Kameleoon.API.Utils.setTimeout((()=>{Kameleoon.API.Events.trigger(\"BNB_timer_not_complete\"),o()}),2e4)}},s=()=>{if(/michelin\\.(es|de|com\\.tr)\\/auto\\/(browse-)?tyres/.test(window.location.href)&&\"Desktop\"!==Kameleoon.API.CurrentVisit.device.type){const e=e=>{Kameleoon.API.Utils.clearTimeout(n),\"mousedown\"===e.type&&Kameleoon.API.Utils.clearTimeout(t)},o=()=>{window.removeEventListener(\"mousedown\",e),window.removeEventListener(\"scroll\",e)};window.addEventListener(\"mousedown\",e),window.addEventListener(\"scroll\",e);const n=Kameleoon.API.Utils.setTimeout((()=>{Kameleoon.API.Events.trigger(\"BNB_timer_complete\"),o(),Kameleoon.API.Utils.clearTimeout(timeout20s)}),3e3),t=Kameleoon.API.Utils.setTimeout((()=>{Kameleoon.API.Events.trigger(\"BNB_timer_complete\"),o()}),1e4)}};function runTestOctHideDataCaptationPopin(){const e={\"1 page vue\":243433,\"2 pages vues\":243434,\"3 pages vues\":243435,\"Plus de 3 pages vues\":243436},o={1:\"1 page vue\",2:\"2 pages vues\",3:\"3 pages vues\",4:\"Plus de 3 pages vues\"},n=Kameleoon.API.CurrentVisit.pageViews,t=window.sessionStorage.getItem(\"kam141981-oct_hide_data_captation_popin\");if(/\\/auto\\/tyres\\/michelin-crossclimate-2/.test(document.location.pathname))window.sessionStorage.setItem(\"kam141981-oct_hide_data_captation_popin\",n);else{if(!t)return;const s=n-Number(t),a=o[s];Kameleoon.API.Goals.processConversion(e[a]),s>=4&&window.sessionStorage.removeItem(\"kam141981-oct_hide_data_captation_popin\")}}function runTestNovHideDataCaptationPopin(){const e={\"1 page vue\":243433,\"2 pages vues\":243434,\"3 pages vues\":243435,\"Plus de 3 pages vues\":243436},o={1:\"1 page vue\",2:\"2 pages vues\",3:\"3 pages vues\",4:\"Plus de 3 pages vues\"},n=Kameleoon.API.CurrentVisit.pageViews,t=window.sessionStorage.getItem(\"kam141981-nov_hide_data_captation_popin\");if(/\\/auto\\/promocionesturismo/.test(document.location.pathname))window.sessionStorage.setItem(\"kam141981-nov_hide_data_captation_popin\",n);else{if(!t)return;const s=n-Number(t),a=o[s];Kameleoon.API.Goals.processConversion(e[a]),s>=4&&window.sessionStorage.removeItem(\"kam141981-nov_hide_data_captation_popin\")}}/michelinman\\.com\\/auto\\/browse-tires\\/?(by-dimension|by-vehicle)?/.test(window.location.href)&&Kameleoon.API.Core.enableSinglePageSupport(),/middle-east\\.michelin\\.com\\/en\\/auto\\/browse-tyres\\/?(by-dimension|by-vehicle)?/.test(window.location.href)&&Kameleoon.API.Core.enableSinglePageSupport(),runTestOctHideDataCaptationPopin(),Kameleoon.API.Core.runWhenElementPresent(\".b2c-ts__breadcrumb-item--all-fields-filled\",(()=>{window.localStorage.setItem(\"ts_selection_2\",!0)}),700),runTestNovHideDataCaptationPopin(),(()=>{const e=269277;document.location.href.includes(\"https://www.michelinman.com/auto/tires\")&&sessionStorage.getItem(\"KameleoonDev__147087search\")&&(Kameleoon.API.Goals.processConversion(e),sessionStorage.removeItem(\"KameleoonDev__147087search\")),document.location.href.includes(\"https://www.michelinman.com/auto/browse-tires/by-vehicle\")&&Kameleoon.API.Core.runWhenElementPresent(\".b2c-ts__search-box li:nth-child(5)\",(([e])=>{new MutationObserver((()=>{e.classList.contains(\"b2c-ts__breadcrumb-item--all-fields-filled\")&&localStorage.setItem(\"ts_selection\",!0)})).observe(e,{childList:!0,subtree:!0,attributes:!0})}))})(),\"complete\"==document.readyState||\"interactive\"==document.readyState?(globalScript(),n(),t(),s()):Kameleoon.API.Utils.addEventListener(document,\"DOMContentLoaded\",(function(){globalScript(),n(),t(),s()}),!1);const a=(e,o)=>{Kameleoon.API.Goals[e](o)},{pageViews:i}=Kameleoon.API.CurrentVisit;if(1===i)a(\"processConversion\",244155),a(\"processConversion\",244154);else if(2===i){a(\"cancelConversion\",244154);const m=e=>{a(\"cancelConversion\",244155),document.removeEventListener(\"click\",m),document.removeEventListener(\"scroll\",m)};Kameleoon.API.Utils.addEventListener(document,\"click\",m),Kameleoon.API.Utils.addEventListener(document,\"scroll\",m)}(()=>{const e=272447,o=272453,n=276750,t=276751,s=()=>{const n=e=>{Kameleoon.API.Core.runWhenElementPresent(e,(()=>{const n=()=>{document.querySelector(e).classList.contains(\"b2c-ts__breadcrumb-item--all-fields-filled\")&&!sessionStorage.getItem(\"KameleoonDev__151003complete\")&&(Kameleoon.API.Goals.processConversion(o),sessionStorage.setItem(\"KameleoonDev__151003complete\",\"true\"))};n(),new MutationObserver((()=>{n()})).observe(document.body,{childList:!0,subtree:!0,attributes:!0})}))};(document.location.href.includes(\"michelin.co.uk/auto/browse-tyres/by-vehicle\")||document.location.href.includes(\"michelin.co.uk/auto/browse-tyres/by-dimension\"))&&(Kameleoon.API.Core.runWhenElementPresent('.search-box li[title=\"year\"]',(()=>{sessionStorage.getItem(\"KameleoonDev__151003incomplete\")||(Kameleoon.API.Goals.processConversion(e),sessionStorage.setItem(\"KameleoonDev__151003incomplete\",\"true\"))})),n(\".b2c-ts__search-box li:nth-child(5)\")),document.location.href.includes(\"michelin.co.uk/auto/browse-tyres/by-plate\")&&n(\".b2c-ts__search-box li:nth-child(2)\")};s(),Kameleoon.API.Utils.addUniversalClickListener(document,(e=>{e.target.closest(\".b2c-ts-search-categories\")&&(sessionStorage.removeItem(\"KameleoonDev__151003complete\"),s())})),document.location.href.includes(\"https://www.michelin.co.uk/\")&&window.addEventListener(\"message\",(e=>{e.origin&&\"https://michelin.clic2buy.com\"===e.origin&&(e.data&&\"Taux de location search\"===e.data&&Kameleoon.API.Goals.processConversion(n),e.data&&\"Taux de BNB complete\"===e.data&&Kameleoon.API.Goals.processConversion(t))}))})(),(()=>{const e=272447,o=272453,n=276736,t=276737,s=()=>{var n;(document.location.href.includes(\"michelin.fr/auto/browse-tyres/by-vehicle\")||document.location.href.includes(\"michelin.fr/auto/browse-tyres/by-dimension\"))&&(Kameleoon.API.Core.runWhenElementPresent('.search-box li[title=\"Année\"]',(()=>{sessionStorage.getItem(\"KameleoonDev__151133incomplete\")||(Kameleoon.API.Goals.processConversion(e),sessionStorage.setItem(\"KameleoonDev__151133incomplete\",\"true\"))})),n=\".b2c-ts__search-box li:nth-child(5)\",Kameleoon.API.Core.runWhenElementPresent(n,(([e])=>{new MutationObserver((()=>{e.classList.contains(\"b2c-ts__breadcrumb-item--all-fields-filled\")&&!sessionStorage.getItem(\"KameleoonDev__151133complete\")&&(Kameleoon.API.Goals.processConversion(o),sessionStorage.setItem(\"KameleoonDev__151133complete\",\"true\"))})).observe(e,{childList:!0,subtree:!0,attributes:!0})})))};s(),Kameleoon.API.Utils.addUniversalClickListener(document,(e=>{e.target.closest(\".b2c-ts-search-categories\")&&(sessionStorage.removeItem(\"KameleoonDev__151133complete\"),s())})),document.location.href.includes(\"michelin.fr\")&&window.addEventListener(\"message\",(e=>{e.origin&&\"https://michelin.clic2buy.com\"===e.origin&&(e.data&&\"Taux de location search\"===e.data&&Kameleoon.API.Goals.processConversion(n),e.data&&\"Taux de BNB complete\"===e.data&&Kameleoon.API.Goals.processConversion(t))}))})(),Kameleoon.API.Core.runWhenElementPresent(\".b2c-product__summary-media__wrapper-ctas-item--sticky > div > button\",(([e])=>{e.addEventListener(\"click\",(()=>{Kameleoon.API.Goals.processConversion(279199),Kameleoon.API.Goals.processConversion(279204)}))})),Kameleoon.API.Utils.addUniversalClickListener(document,(e=>{e.target.closest(\".b2c-ts-result-card__buy-now-btn\")&&(Kameleoon.API.Goals.processConversion(279203),Kameleoon.API.Goals.processConversion(279204))})),(()=>{const e=272447,o=272453,n=()=>{var n;(document.location.href.includes(\"michelin.ro/auto/browse-tyres/by-vehicle\")||document.location.href.includes(\"michelin.ro/auto/browse-tyres/by-dimension\"))&&(Kameleoon.API.Core.runWhenElementPresent('.search-box li[title=\"An\"]',(()=>{sessionStorage.getItem(\"KameleoonDev__151135incomplete\")||(Kameleoon.API.Goals.processConversion(e),sessionStorage.setItem(\"KameleoonDev__151135incomplete\",\"true\"))})),n=\".b2c-ts__search-box li:nth-child(5)\",Kameleoon.API.Core.runWhenElementPresent(n,(()=>{new MutationObserver((()=>{document.querySelector(n).classList.contains(\"b2c-ts__breadcrumb-item--all-fields-filled\")&&!sessionStorage.getItem(\"KameleoonDev__151135complete\")&&(Kameleoon.API.Goals.processConversion(o),sessionStorage.setItem(\"KameleoonDev__151135complete\",\"true\"))})).observe(document.body,{childList:!0,subtree:!0,attributes:!0})})))};n(),Kameleoon.API.Utils.addUniversalClickListener(document,(e=>{e.target.closest(\".b2c-ts-search-categories\")&&(sessionStorage.removeItem(\"KameleoonDev__151135complete\"),n())}))})(),(()=>{const e=277239,o=277240;document.location.href.includes(\"michelin.es\")&&window.addEventListener(\"message\",(n=>{\"https://michelin.clic2buy.com\"===n.origin&&(n.data&&\"Taux de location search\"===n.data&&(console.log(\"Taux de location search ES\"),Kameleoon.API.Goals.processConversion(e)),n.data&&\"Taux de BNB complete\"===n.data&&(console.log(\"Taux de BNB complete ES\"),Kameleoon.API.Goals.processConversion(o)))}))})(),Kameleoon.API.Utils.addEventListener(window,\"Kameleoon::PersonalizationTriggered\",(e=>{window.localStorage.getItem(\"kam\")&&console.log(e);const o=e.detail.personalization.id;let n;51892==o&&(n=\"lang_BNB Product page\"),51842==o&&(n=\"lang_BNB_TS_not_complete\"),51927==o&&(n=\"lang_BNB_Tyre Selector_Complete\"),n&&Kameleoon.API.Data.setCustomData(n,window.location.hostname)}));const r=void 0===Kameleoon.API.CurrentVisit.conversions[278046]||void 0===Kameleoon.API.CurrentVisit.conversions[279416],l=/michelin\\.com\\.mx\\/auto\\/browse-tyres\\/by-(vehicle|dimension)/.test(document.location.href);if(r&&l){const d=\"ul.b2c-ts__breadcrumb\";Kameleoon.API.Core.runWhenElementPresent(d,(([e])=>{const o=/michelin\\.com\\.mx($|\\/$|\\/\\?|\\#)/.test(document.referrer),n=747712!==Kameleoon.API.Experiments.getById(159905)?.associatedVariation.id,t=new MutationObserver((function(e){for(const s of e){if(Kameleoon.API.CurrentVisit.conversions[278046]&&Kameleoon.API.CurrentVisit.conversions[279416]){t.disconnect();break}s.target.className.includes(\"all-fields-filled\")&&(!Kameleoon.API.CurrentVisit.conversions[278046]&&o&&n&&Kameleoon.API.Goals.processConversion(278046),Kameleoon.API.CurrentVisit.conversions[279416]||Kameleoon.API.Goals.processConversion(279416))}}));t.observe(e,{attributes:!0,subtree:!0,attributeFilter:[\"class\"]})}))}Kameleoon.API.Core.runWhenElementPresent(\"#c2b-widget-popin-iframe\",(function(){Kameleoon.API.Goals.processConversion(285361)})),(()=>{const e=285442,o=285441;window.addEventListener(\"message\",(n=>{\"https://michelin.clic2buy.com\"===n.origin&&(n.data&&\"Taux de location search\"===n.data&&(console.log(\"Taux de location search\"),Kameleoon.API.Goals.processConversion(e)),n.data&&\"Taux de BNB complete\"===n.data&&(console.log(\"Taux de BNB complete\"),Kameleoon.API.Goals.processConversion(o)))}))})(),window.location.href.includes(\"https://michelin.clic2buy.com\")&&window.addEventListener(\"Kameleoon::Started\",(function(){dataLayer.push({event:\"bnb_kameleoon_launched\"}),Kameleoon.API.Goals.processConversion(285362)}));const c=\"UK - User Vehicle Type\";if(/^\\/auto\\/browse-tyres\\/by-category\\//.test(window.location.pathname)){let u;/passenger-car|suv-4x4/.test(window.location.pathname)?u=\"petrol\":/electric-(cars|vehicle)/.test(window.location.pathname)&&(u=\"electric\"),u&&Kameleoon.API.Data.setCustomData(c,u)}window.location.href.includes(\"www.michelin.it\")&&Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-search-outline__search\",(([e])=>{Kameleoon.API.Utils.addEventListener(e,\"click\",(()=>{Kameleoon.API.Goals.processConversion(304624)}))})),Kameleoon.API.Core.runWhenElementPresent(\".b2c-tyre-list-results-tyres\",(([e])=>{Kameleoon.API.Utils.addEventListener(e,\"click\",(({target:e})=>{e.closest(\".b2c-tyre-list-results-card__item-brandname\")?Kameleoon.API.Goals.processConversion(306617):e.closest(\".b2c-btn.b2c-btn--secondary\")&&Kameleoon.API.Goals.processConversion(306620)}))})),window.location.href.includes(\"michelinman.com/auto\")&&Kameleoon.API.Utils.setTimeout((()=>{Kameleoon.API.Core.runWhenElementPresent(\".b2c-product-claim__price-and-cta-wrapper .b2c-btn__label:contains('Find Your Size')\",(e=>{const o=e.length;for(let n=0;n div > div.ds__card-body > div.ds__list-button > button[data-ui-skin=\"primary\"]'},{id:372590,selector:'div.acc-sign-in-promotion > div > div.ds__card-body > div.ds__list-button > button[data-ui-skin=\"secondary\"]'}],createEventTracking=function(e,o){for(var n,t=function(e){Kameleoon.Internals.runtime.touchMoveEvent||Kameleoon.API.Goals.processConversion(o.id)},s=0;s{Kameleoon.API.Core.runWhenElementPresent(e.selector,(o=>{createEventTracking(o,e)}),null,Kameleoon.Internals.runtime.singlePageSupport||Kameleoon.Internals.runtime.dynamicRefresh)}))}),250)}catch(p){console.log(\"An error occurred in your custom JavaScript Kameleoon tracking function, please check your code.\"),console.log(p,p.message)}","singlePageSupport":true,"track":true,"trackerExcludedIPRanges":[],"useProduct":true,"Gatherer":"eyJtYXhWaXNpdElkbGVEdXJhdGlvbiI6MTgwMDAwMCwiZGlyZWN0Tm9uZVJlZmVycmVyT25seUZpcnN0IjpmYWxzZSwiYnJvd3NlcnMiOnsiMCI6eyJuYW1lIjoiQ0hST01FIn0sIjEiOnsibmFtZSI6IkVYUExPUkVSIn0sIjIiOnsibmFtZSI6IkZJUkVGT1gifSwiMyI6eyJuYW1lIjoiU0FGQVJJIn0sIjQiOnsibmFtZSI6Ik9QRVJBIn19LCJvc3MiOnsiMCI6eyJuYW1lIjoiV0lORE9XUyJ9LCIxIjp7Im5hbWUiOiJNQUMifSwiMiI6eyJuYW1lIjoiSU9TIn0sIjMiOnsibmFtZSI6IkxJTlVYIn0sIjQiOnsibmFtZSI6IkFORFJPSUQifSwiNSI6eyJuYW1lIjoiV0lORE9XUyBQSE9ORSJ9fSwibm9SZWZlcnJlclBhZ2VzIjpbXSwicmVmZXJyZXJzIjp7IjAiOnsibmFtZSI6Ikdvb2dsZSBBZFdvcmRzIiwicHJpb3JpdHkiOjAsImRldGVjdGlvbnMiOlt7Im1ldGhvZCI6MCwiYW5kIjpmYWxzZSwicGFyYW1ldGVycyI6Il5odHRwcz86Ly8od3d3XFwuKT9nb29nbGUoXFwuW2Etel17Mix9KSsvYWNsayhbPyYjXS4qfCkkIn0seyJtZXRob2QiOjEsImFuZCI6ZmFsc2UsInBhcmFtZXRlcnMiOiJbPyYjXWdjbGlkPSJ9XX0sIjEiOnsibmFtZSI6Ikdvb2dsZSBPcmdhbmljIFNlYXJjaCIsInByaW9yaXR5IjowLCJkZXRlY3Rpb25zIjpbeyJtZXRob2QiOjAsImFuZCI6ZmFsc2UsInBhcmFtZXRlcnMiOiJeaHR0cHM/Oi8vKHd3d1xcLik/Z29vZ2xlKFxcLlthLXpdezIsfSkrLyg/IWFjbGt8aW1ncmVzKS4qP1s/JiNdcT0uKiQifSx7Im1ldGhvZCI6MCwiYW5kIjpmYWxzZSwicGFyYW1ldGVycyI6Il5odHRwcz86Ly8od3d3XFwuKT9nb29nbGUoXFwuW2Etel17Mix9KSsvPyQifV19LCIyIjp7Im5hbWUiOiJCaW5nIE9yZ2FuaWMgU2VhcmNoIiwicHJpb3JpdHkiOjAsImRldGVjdGlvbnMiOlt7Im1ldGhvZCI6MCwiYW5kIjpmYWxzZSwicGFyYW1ldGVycyI6Il5odHRwcz86Ly8oW2Etel17Mix9XFwuKSpiaW5nKFxcLlthLXpdezIsfSkrLy4qP1s/JiNdcT0uKiQifSx7Im1ldGhvZCI6MCwiYW5kIjpmYWxzZSwicGFyYW1ldGVycyI6Il5odHRwcz86Ly8oW2Etel17Mix9XFwuKSpiaW5nKFxcLlthLXpdezIsfSkrLz8kIn1dfSwiMyI6eyJuYW1lIjoiWWFob28gT3JnYW5pYyBTZWFyY2giLCJwcmlvcml0eSI6MCwiZGV0ZWN0aW9ucyI6W3sibWV0aG9kIjowLCJhbmQiOmZhbHNlLCJwYXJhbWV0ZXJzIjoiXmh0dHBzPzovLyhbYS16XXsyLH1cXC4pKnlhaG9vKFxcLlthLXpdezIsfSkrLy4qP1s/JiNdcD0uKiQifSx7Im1ldGhvZCI6MCwiYW5kIjpmYWxzZSwicGFyYW1ldGVycyI6Il5odHRwcz86Ly8oW2Etel17Mix9XFwuKSp5YWhvbyhcXC5bYS16XXsyLH0pKy8/JCJ9XX0sIjQiOnsibmFtZSI6IkJhaWR1IE9yZ2FuaWMgU2VhcmNoIiwicHJpb3JpdHkiOjAsImRldGVjdGlvbnMiOlt7Im1ldGhvZCI6MCwiYW5kIjpmYWxzZSwicGFyYW1ldGVycyI6Il5odHRwcz86Ly8oW2Etel17Mix9XFwuKSpiYWlkdShcXC5bYS16XXsyLH0pKy8uKj9bPyYjXXdkPS4qJCJ9LHsibWV0aG9kIjowLCJhbmQiOmZhbHNlLCJwYXJhbWV0ZXJzIjoiXmh0dHBzPzovLyhbYS16XXsyLH1cXC4pKmJhaWR1KFxcLlthLXpdezIsfSkrLz8kIn1dfX0sImtleVBhZ2VzIjp7fSwiY3VzdG9tRGF0YSI6eyIwIjp7Im1ldGhvZCI6IkdUTSIsIm5hbWUiOiJMQU5HVUFHRSIsImZvcm1hdCI6LTEsInNjb3BlIjoiVklTSVRPUiIsInR5cGUiOiJVTklRVUUiLCJ2YXJpYWJsZU5hbWUiOiJsYW5ndWFnZSJ9LCIxIjp7Im1ldGhvZCI6IkNMSUVOVCIsIm5hbWUiOiJ3aW50ZXJfdHlwZSIsImZvcm1hdCI6LTEsInNjb3BlIjoiVklTSVQiLCJ0eXBlIjoiVU5JUVVFIn0sIjMiOnsibWV0aG9kIjoiQ0xJRU5UIiwibmFtZSI6InByb21vdGlvbl9ibG9jIiwiZm9ybWF0IjotMSwic2NvcGUiOiJWSVNJVCIsInR5cGUiOiJDT1VOVF9MSVNUIn0sIjQiOnsibWV0aG9kIjoiQ0xJRU5UIiwibmFtZSI6IkxhbmciLCJmb3JtYXQiOi0xLCJzY29wZSI6IlZJU0lUIiwidHlwZSI6IlVOSVFVRSJ9LCI1Ijp7Im1ldGhvZCI6IkNMSUVOVCIsIm5hbWUiOiJrYW1MYW5nIiwiZm9ybWF0IjotMSwic2NvcGUiOiJWSVNJVCIsInR5cGUiOiJVTklRVUUifSwiNiI6eyJtZXRob2QiOiJDTElFTlQiLCJuYW1lIjoibGFuZ19CTkJfVHlyZSBTZWxlY3Rvcl9Db21wbGV0ZSIsImZvcm1hdCI6LTEsInNjb3BlIjoiVklTSVQiLCJ0eXBlIjoiVU5JUVVFIn0sIjciOnsibWV0aG9kIjoiQ0xJRU5UIiwibmFtZSI6ImxhbmdfQk5CX1RTX25vdF9jb21wbGV0ZSIsImZvcm1hdCI6LTEsInNjb3BlIjoiVklTSVQiLCJ0eXBlIjoiVU5JUVVFIn0sIjgiOnsibWV0aG9kIjoiQ0xJRU5UIiwibmFtZSI6ImxhbmdfQk5CIFByb2R1Y3QgcGFnZSIsImZvcm1hdCI6LTEsInNjb3BlIjoiVklTSVQiLCJ0eXBlIjoiVU5JUVVFIn0sIjEwIjp7Im1ldGhvZCI6IkNMSUVOVCIsIm5hbWUiOiJCbG9nX1NvbmRhZ2VfUGFnZSIsImZvcm1hdCI6LTEsInNjb3BlIjoiVklTSVQiLCJ0eXBlIjoiVU5JUVVFIn0sIjExIjp7Im1ldGhvZCI6IkNMSUVOVCIsIm5hbWUiOiJ1c2VyX2xvZ2dlZCIsImZvcm1hdCI6LTEsInNjb3BlIjoiUEFHRSIsInR5cGUiOiJVTklRVUUifSwiMTIiOnsibWV0aG9kIjoiQ0xJRU5UIiwibmFtZSI6IkNvbnZlcnNpb24gUGFnZSIsImZvcm1hdCI6LTEsInNjb3BlIjoiUEFHRSIsInR5cGUiOiJVTklRVUUifSwiMTMiOnsibWV0aG9kIjoiQ0xJRU5UIiwibmFtZSI6IlVSTCBwYWdlIiwiZm9ybWF0IjotMSwic2NvcGUiOiJWSVNJVCIsInR5cGUiOiJVTklRVUUifSwiMTQiOnsibWV0aG9kIjoiQ0xJRU5UIiwibmFtZSI6IlBhZ2UgQ2F0ZWdvcnkiLCJmb3JtYXQiOi0xLCJzY29wZSI6IlZJU0lUIiwidHlwZSI6IlVOSVFVRSJ9LCIxNSI6eyJtZXRob2QiOiJDTElFTlQiLCJuYW1lIjoiVUsgLSBVc2VyIFZlaGljbGUgVHlwZSIsImZvcm1hdCI6LTEsInNjb3BlIjoiVklTSVQiLCJ0eXBlIjoiVU5JUVVFIiwibG9jYWxPbmx5Ijp0cnVlfSwiMTYiOnsibWV0aG9kIjoiQ0xJRU5UIiwibmFtZSI6IkVuc2VtYmxlX2Rlc19jYXJ0ZXMiLCJmb3JtYXQiOi0xLCJzY29wZSI6IlZJU0lUIiwidHlwZSI6IkNPVU5UX0xJU1QifSwiMTciOnsibWV0aG9kIjoiQ0xJRU5UIiwibmFtZSI6Ik5vdXZlbGxlc19jYXJ0ZXMiLCJmb3JtYXQiOi0xLCJzY29wZSI6IlZJU0lUIiwidHlwZSI6IkNPVU5UX0xJU1QifSwiMTgiOnsibWV0aG9kIjoiQ1VTVE9NX0NPREUiLCJuYW1lIjoidXRtLXBhcmFtZXRlcnMiLCJmb3JtYXQiOi0xLCJzY29wZSI6IlZJU0lUIiwidHlwZSI6IlVOSVFVRSIsImN1c3RvbUV2YWxDb2RlIjoiaWYod2luZG93LmxvY2F0aW9uLmhyZWYuc2VhcmNoKFwidXRtXCIpIT0tMSl7XHJcbiAgICBjb25zdCBteVRhYmxlID0gd2luZG93LmxvY2F0aW9uLmhyZWYuc3BsaXQoXCI/XCIpOyBcclxuICAgIGNvbnN0IG15UXVlcnlTdHJpbmcgPSBteVRhYmxlWzFdO1xyXG4gICAgcmV0dXJuIHtcInZhbHVlXCI6IG15UXVlcnlTdHJpbmd9O1xyXG59IiwibG9jYWxPbmx5Ijp0cnVlfSwiMTkiOnsibWV0aG9kIjoiR1RNIiwibmFtZSI6InByb2R1Y3RsaW5lYWN0aXZpdHkiLCJmb3JtYXQiOi0xLCJzY29wZSI6IlZJU0lUIiwidHlwZSI6IlVOSVFVRSIsImxvY2FsT25seSI6dHJ1ZSwidmFyaWFibGVOYW1lIjoicHJvZHVjdGxpbmVhY3Rpdml0eSJ9LCIyMyI6eyJtZXRob2QiOiJDVVNUT01fQ09ERSIsIm5hbWUiOiJ0ZXN0YXBpYyIsImZvcm1hdCI6LTIsInNjb3BlIjoiVklTSVQiLCJ0eXBlIjoiVU5JUVVFIiwiY3VzdG9tRXZhbENvZGUiOiJpZih3aW5kb3cubG9jYXRpb24uaHJlZi5zZWFyY2goXCJ0ZXN0YXBpY1wiKSE9LTEpe1xyXG4gICAgcmV0dXJuIHtcInZhbHVlXCI6IHRydWV9O1xyXG59XHJcblxyXG4vKmlmKEthbWVsZW9vbi5BUEkuQ3VycmVudFZpc2l0LmN1c3RvbURhdGFbXCJ0ZXN0YXBpY1wiXSE9dHJ1ZSl7XHJcbiAgICBjb25zdCB1cmxQYXJhbXMgPSBuZXcgVVJMU2VhcmNoUGFyYW1zKHdpbmRvdy5sb2NhdGlvbi5zZWFyY2gpO1xyXG4gICAgY29uc3QgbXlQYXJhbSA9IHVybFBhcmFtcy5nZXQoJ3Rlc3RhcGljJyk7XHJcbiAgICBpZihteVBhcmFtPT1cIjFcIil7XHJcbiAgICAgICAgcmV0dXJuIHtcInZhbHVlXCI6IHRydWV9OyBcclxuICAgIH1lbHNle1xyXG4gICAgICAgIHJldHVybiB7XCJ2YWx1ZVwiOiBmYWxzZX07XHJcbiAgICB9XHJcbn0qL1xyXG4iLCJsb2NhbE9ubHkiOnRydWV9LCIyNCI6eyJtZXRob2QiOiJHVE0iLCJuYW1lIjoiTnVtYmVyIG9mIHZlaGljbGUiLCJmb3JtYXQiOjAsInNjb3BlIjoiVklTSVQiLCJ0eXBlIjoiVU5JUVVFIiwibG9jYWxPbmx5Ijp0cnVlLCJ2YXJpYWJsZU5hbWUiOiJudW1fdmVoaWNsZXMifSwiMjUiOnsibWV0aG9kIjoiR1RNIiwibmFtZSI6IlppcCBDb2RlIiwiZm9ybWF0IjowLCJzY29wZSI6IlBBR0UiLCJ0eXBlIjoiVU5JUVVFIiwibG9jYWxPbmx5Ijp0cnVlLCJ2YXJpYWJsZU5hbWUiOiJ6aXBfY29kZSJ9LCIyNyI6eyJtZXRob2QiOiJHVE0iLCJuYW1lIjoiYm9yVmVyc2lvbiIsImZvcm1hdCI6LTEsInNjb3BlIjoiVklTSVQiLCJ0eXBlIjoiVU5JUVVFIiwidmFyaWFibGVOYW1lIjoiYm9yVmVyc2lvbiJ9LCIyOCI6eyJtZXRob2QiOiJDTElFTlQiLCJuYW1lIjoibmJWZWhpY2xlcyIsImZvcm1hdCI6MCwic2NvcGUiOiJQQUdFIiwidHlwZSI6IlVOSVFVRSIsImxvY2FsT25seSI6dHJ1ZX0sIjI5Ijp7Im1ldGhvZCI6IkNMSUVOVCIsIm5hbWUiOiJ3ZWxjb21lT2ZmZXJDb21wbGV0ZWQiLCJmb3JtYXQiOi0yLCJzY29wZSI6IlZJU0lUIiwidHlwZSI6IlVOSVFVRSJ9LCIzMCI6eyJtZXRob2QiOiJDTElFTlQiLCJuYW1lIjoibmJUeXJlcyIsImZvcm1hdCI6MCwic2NvcGUiOiJWSVNJVCIsInR5cGUiOiJVTklRVUUifSwiMzEiOnsibWV0aG9kIjoiQ0xJRU5UIiwibmFtZSI6ImJpcnRoZGF0ZSIsImZvcm1hdCI6LTEsInNjb3BlIjoiVklTSVQiLCJ0eXBlIjoiVU5JUVVFIn0sIjMyIjp7Im1ldGhvZCI6IkNMSUVOVCIsIm5hbWUiOiJ6aXBjb2RlIiwiZm9ybWF0IjotMSwic2NvcGUiOiJWSVNJVCIsInR5cGUiOiJVTklRVUUifX19","MentalistLearner":{"startOfVisitLearner":{"beforeMean":[0.008443,0.08564,0.1071,0.0007475,0.0002392,0.000005073,0,0.004624,0.04964,0.05698,0.0003378,0.00009446,0.000001645,0,0.003035,0.03112,0.03433,0.0001854,0.00004524,5.484e-7,0,0.02288,0.2526,0.2899,0.001721,0.0004469,0.00000754,0,0.4563,27170000,16970000,0.5744,55360000,23560000,0.2288,0.178,0.1512,1.921,1.921,23580000,26190000,0,0.08409,0,0,0,0,0,0,0,0,0,0,7.477,3.136,276.6,0,79,0,1020,0,1.63,0,100,0,505500000,2.198,0.9984,0.00894,0.3136,0.4014,0.00404,0.001304,0.00002152,0.4485,1,1,0.5704,0.04739,0.01299,0.2926,0.002481,0.07414,108,0.7546,0.1977,0.03228,0.358,0.01069,0.3965,0,0.004818,721.5,808.5,796.1,945.9,0],"trainingOutputVectorTargetNbUpdates":7294021,"standarizeInputs":true,"outputDimension":1,"bias":[-3.139],"inputDimension":97,"beforeDeviation":[0.0915,0.2798,0.3093,0.02733,0.01547,0.002252,0,0.06784,0.2172,0.2318,0.01838,0.009719,0.001283,0,0.05501,0.1736,0.1821,0.01361,0.006726,0.0007405,0,0.2803,1.152,1.219,0.08869,0.03612,0.003164,0,1.618,212000000,131900000,1.596,317900000,150500000,0.4201,0.3826,0.3583,6.967,6.967,167300000,144900000,0,0.8854,0,0,0,0,0,0,0,0,0,0,42.4,18.23,0,0,5.968e-15,0,0,0,9.241e-17,0,8.432e-15,0,2643000000,44.37,0.03988,0.09413,0.464,0.4902,0.06343,0.03609,0.004639,0.4973,5.003e-14,5.003e-14,0.495,0.2125,0.1132,0.455,0.04974,0.262,78.65,0.4303,0.3983,0.1767,0.4794,0.1028,0.4892,0,0.06925,571.2,311.3,801.8,275.2,0],"weights":[[0.03085,0.06329,0.1041,-0.01545,-0.1541,-0.08203,-0.1969,-0.04839,0.01085,0.08091,-0.07393,-0.1001,-0.07013,0.1637,-0.2099,-0.2083,-0.1371,0.01042,-0.1908,-0.2192,-0.2003,-0.1472,0.1846,-0.0107,0.01051,-0.04848,0.1638,-0.1547,-0.03655,-0.1688,-0.03172,-0.3164,-0.001815,0.018,-0.2083,0.1308,0.1899,0.01345,0.05176,-0.1728,0.05529,0.2432,0.5117,-0.1723,0.1777,0.03849,0.2316,-0.1248,-0.2452,-0.227,0.04653,-0.07343,0.007064,0.1364,0.02155,-0.09847,0.08504,-0.0713,0.144,-0.1342,-0.1293,-0.1819,0.2301,-0.08232,-0.1879,0.04337,-0.4794,0.02198,0.1492,0.6191,0.2882,0.06853,0.2083,-0.1129,0.2872,-0.1163,0.006592,-0.01743,-0.03578,-0.02654,-0.04617,0.07172,0.04483,0.1491,-0.3742,-0.497,-0.09551,0.1748,-0.1859,0.1036,-0.008842,-0.3938,0.5514,-0.4611,-0.3054,0.07607,0.06615]],"trainingOutputVectorTargetMean":[0.07867]},"experiments":{},"numberTrainingVisits":7294021,"previousVisitsHistoryVectorDimension":65,"targetingSegments":{"365337":{"probabilityLearner":{"beforeMean":[0.001702,0.0765,0.1024,0.0003436,0.00007929,0,0,0.0007136,0.04491,0.05693,0.000148,0.00002643,0,0,0.0004281,0.02671,0.03413,0.00004757,0.00002114,0,0,0.003806,0.2135,0.2782,0.000666,0.0001586,0,0,0.3224,16700000,12530000,0.3237,41780000,15880000,0.1717,0.1436,0.1281,1.613,1.613,10150000,17520000,0,0.1473,0,0,0,0,0,0,0,0,0,0,7.644,1.977,0,0,0,0,0,0,0,0,0,0,0,0.001797,0.4072,0.5381,0.00296,0.0005867,0,0,0.000222,0.06295,0.07155,0.000296,0.00004757,0,0,0.00006872,0.01615,0.01784,0.000037,0.00001057,0,0,0.002109,0.4943,0.6356,0.003304,0.0006449,0,0,0.6881,12600,2114,0.9901,0.7929,0.3165,2.416,2.416,43770,12160,0,0,0,0,0,0,0,0,0,4.628,0,0,0,0,0,0.008917,0,527300000,0.5499,0.9998,0.00203,0.4123,0.5472,0.002992,0.0005761,0,0.4241,1,1,0.6313,0.02464,0.006681,0.289,0.002305,0.04607,109.8,0.8751,0.1077,0.01403,0.3846,0.002796,0.4905,0,0.0004599,550.3,736.9,562.2,877.4,0],"trainingOutputVectorTargetNbUpdates":189187,"standarizeInputs":true,"outputDimension":1,"bias":[-1.025],"inputDimension":153,"beforeDeviation":[0.04122,0.2658,0.3031,0.01853,0.008904,0,0,0.0267,0.2071,0.2317,0.01216,0.005141,0,0,0.02069,0.1612,0.1816,0.006897,0.004598,0,0,0.08884,0.9874,1.184,0.05016,0.02229,0,0,1.359,184600000,127100000,1.009,312100000,141800000,0.3771,0.3507,0.3342,6.287,6.287,113700000,126500000,0,1.002,0,0,0,0,0,0,0,0,0,0,8.702,4.299,0,0,0,0,0,0,0,0,0,0,0,0.04235,0.4913,0.4985,0.05433,0.02422,0,0,0.0149,0.2429,0.2577,0.0172,0.006897,0,0,0.008289,0.126,0.1324,0.006083,0.003251,0,0,0.04611,0.6839,0.6779,0.06325,0.02777,0,0,0.7303,87360,27400,0.09914,0.4052,0.4651,1.613,1.613,91800,54820,0,0,0,0,0,0,0,0,0,5.566,0,0,0,0,0,0.1533,0,2623000000,3.912,0.0128,0.04501,0.4923,0.4978,0.05462,0.024,0,0.4942,9.433e-15,9.433e-15,0.4825,0.155,0.08147,0.4533,0.04795,0.2096,80.75,0.3306,0.3099,0.1176,0.4865,0.0528,0.4999,0,0.02144,418.2,139.2,477.2,126.8,0],"weights":[[0.01994,0.1137,0.01351,0.07711,0.1231,0.03514,-0.07002,-0.02677,0.05863,0.02111,0.1075,-0.04871,-0.1572,0.002308,0.03189,0.06154,-0.01465,0.01195,0.1894,0.1548,-0.09674,0.05819,0.1715,0.1009,-0.07513,-0.04137,-0.1626,0.1243,-0.2065,-0.01681,-0.05261,-0.06834,-0.01421,-0.03273,-0.04906,-0.008954,0.0534,-0.0671,-0.02273,-0.02033,-0.01832,0.009822,0.6367,0.1013,-0.02713,-0.01322,-0.1104,-0.03045,-0.1506,0.1564,0.01212,-0.008666,0.02254,-0.1075,-0.08348,-0.00763,-0.004786,-0.03757,0.03853,0.1667,-0.1646,-0.07021,-0.1004,0.1718,0.1603,0.003346,-0.01457,0.08359,0.3471,0.1396,0.01263,-0.01295,-0.1669,-0.009182,-0.1142,-0.1725,0.104,-0.1794,-0.06166,0.1537,-0.04444,0.1508,-0.07676,0.1581,0.1379,0.04456,-0.02129,0.1741,0.00196,0.1627,-0.1085,0.23,-0.0321,0.05739,-0.186,0.02116,0.008465,-0.02706,0.5091,-0.05333,-0.2506,0.06964,-0.06585,0.0007867,0.1237,0.01626,0.154,0.1028,0.1473,-0.04208,-0.06347,0.03207,-0.09395,0.03935,0.1542,0.09838,0.1045,-0.1227,-0.07281,0.1745,-0.1015,0.1135,-0.133,-0.1154,0.0601,0.1699,0.1822,0.04139,0.05482,-0.0464,-0.03047,-0.113,-0.08443,-0.1605,0.07036,-0.008168,0.1477,-0.04659,-0.04785,0.3071,-0.211,0.004174,0.02074,-0.02263,0.04171,-0.0302,-0.03639,-0.09876,0.212,-0.1251,-0.5603,0.2626,-0.07945]],"trainingOutputVectorTargetMean":[0.3137]},"previousVisitsHistoryVectorDimension":65,"visitHistoryVectorDimension":56},"365341":{"probabilityLearner":{"beforeMean":[0.003006,0.08106,0.1099,0.0003391,0.00008247,0,0,0.001255,0.04904,0.06386,0.0001191,0.00003665,0,0,0.0007698,0.02968,0.04011,0.00003665,0.00002749,0,0,0.008357,0.2397,0.3375,0.0005132,0.0001924,0,0,0.3973,19740000,15110000,0.5399,53680000,24640000,0.2209,0.1819,0.1593,1.993,1.993,19080000,25990000,0,0.1246,0,0,0,0,0,0,0,0,0,0,5.83,1.749,0,0,0,0,0,0,0,0,0,0,0,0.001659,0.4154,0.5298,0.00307,0.0006873,0,0,0.0002657,0.06664,0.07569,0.0002932,0.00003665,0,0,0.00007331,0.022,0.02404,0.00004582,0.00001833,0,0,0.002034,0.5168,0.6436,0.003418,0.0007423,0,0,0.697,15010,2914,0.9921,0.7025,0.5218,2.846,2.846,35540,18210,0,0,0,0,0,0,0,0,0,4.08,0,0,0,0,0,0.02496,0,549300000,1.186,0.9999,0.001906,0.4207,0.5324,0.003079,0.0006873,0,0.4297,1,1,0.6599,0.03024,0.006323,0.255,0.002199,0.0463,118.5,0.8585,0.1208,0.01488,0.3305,0.003647,0.5279,0,0.002199,568.5,708.6,582.3,869,0],"trainingOutputVectorTargetNbUpdates":109126,"standarizeInputs":true,"outputDimension":1,"bias":[-1.45],"inputDimension":153,"beforeDeviation":[0.05474,0.2729,0.3128,0.01841,0.009081,0,0,0.03541,0.2159,0.2445,0.01091,0.006054,0,0,0.02773,0.1697,0.1962,0.006054,0.005243,0,0,0.1306,1.098,1.432,0.03203,0.02586,0,0,1.66,193400000,135500000,1.519,323900000,162000000,0.4148,0.3858,0.3659,6.689,6.689,151300000,145000000,0,0.8745,0,0,0,0,0,0,0,0,0,0,10.14,6.184,0,0,0,0,0,0,0,0,0,0,0,0.04069,0.4928,0.4991,0.05532,0.02621,0,0,0.0163,0.2494,0.2645,0.01712,0.006054,0,0,0.008562,0.1467,0.1532,0.006769,0.004281,0,0,0.04566,0.7293,0.7478,0.06448,0.0295,0,0,0.7777,97740,32150,0.08873,0.4572,0.4995,2.316,2.316,78000,63260,0,0,0,0,0,0,0,0,0,6.738,0,0,0,0,0,0.2554,0,2650000000,10.25,0.01172,0.04362,0.4937,0.4989,0.0554,0.02621,0,0.495,5.232e-15,5.232e-15,0.4737,0.1712,0.07927,0.4359,0.04685,0.2101,76.64,0.3486,0.3259,0.1211,0.4704,0.06028,0.4992,0,0.04685,434.6,150.3,473.4,133.5,0],"weights":[[-0.001056,0.1068,0.1091,0.1052,0.1587,0.171,-0.04896,0.06424,0.01329,0.02722,-0.1036,0.06155,-0.062,-0.1256,0.01027,0.001219,-0.01473,0.1101,-0.08003,0.09158,-0.1672,-0.01008,0.1838,0.03564,0.04226,0.1107,-0.04845,0.04891,-0.04942,-0.008773,-0.06199,-0.1709,0.008248,0.04162,-0.1142,-0.004012,0.06418,-0.06576,0.006698,-0.1079,-0.0404,0.1722,0.3946,0.002034,0.1159,0.04491,-0.03402,-0.1335,-0.05084,0.1555,-0.1735,0.182,0.1884,-0.01077,-0.092,0.1541,-0.08006,0.06205,0.1727,0.02354,-0.05185,0.1886,0.006026,-0.08846,-0.07106,0.04714,-0.04587,0.124,0.1478,0.1151,0.07531,0.1928,0.07572,-0.085,-0.01722,-0.09715,-0.05813,-0.08597,0.1879,0.04485,0.1685,0.1042,-0.09688,0.1205,0.07908,0.03363,-0.1811,0.005643,-0.1233,0.1569,0.08231,-0.1002,-0.08626,0.1936,-0.1697,0.06097,0.01356,0.1751,0.5581,0.2956,0.02059,-0.2003,0.008485,-0.02951,-0.08387,0.1293,0.1378,0.09203,0.1786,-0.1208,0.08513,-0.01382,0.09692,0.1563,0.1972,-0.0993,-0.05997,0.1016,0.1487,0.03005,0.05155,0.1279,-0.2834,0.1167,0.09291,-0.06735,0.3393,-0.137,0.1714,-0.03673,-0.1083,0.07853,-0.003845,-0.006085,0.1571,-0.02291,0.01359,-0.07718,-0.0158,0.1278,-0.03273,0.09395,0.07599,0.02862,0.04325,-0.1295,0.1011,-0.1652,0.03965,0.3338,-0.2585,0.01357,0.05005]],"trainingOutputVectorTargetMean":[0.276]},"previousVisitsHistoryVectorDimension":65,"visitHistoryVectorDimension":56},"367318":{"probabilityLearner":{"beforeMean":[0.001867,0.1087,0.1365,0.000388,0.0001213,0,0,0.0005093,0.05762,0.07132,0.0001455,0.0000485,0,0,0.0002668,0.03354,0.04164,0.00002425,0.0000485,0,0,0.003371,0.279,0.3421,0.0005578,0.000291,0,0,0.3909,18760000,12620000,0.4147,47000000,17620000,0.2191,0.1944,0.1824,2.246,2.246,8741000,19370000,0,0.3177,0,0,0,0,0,0,0,0,0,0,8.58,2.067,0,0,0,0,0,0,0,0,0,0,0,0.001552,0.4438,0.5451,0.002546,0.0005578,0,0,0.0002425,0.09033,0.09712,0.000485,0.0000485,0,0,0.000097,0.03545,0.03676,0.00007275,0.00002425,0,0,0.001892,0.5934,0.7021,0.003104,0.0006305,0,0,0.7602,18040,4143,0.9986,0.9399,0.9169,5.154,5.154,34050,28700,0,0,0,0,0,0,0,0,0,7.478,0,0,0,0,0,0.02481,0,541200000,0.5736,0.9999,0.001819,0.4488,0.552,0.002571,0.0005335,0,0.4244,1,1,0.568,0.02677,0.005287,0.3477,0.001843,0.05034,110.6,0.8839,0.0987,0.01465,0.4407,0.002571,0.4432,0,0.0002183,543.5,723.3,546.2,878,0],"trainingOutputVectorTargetNbUpdates":41237,"standarizeInputs":true,"outputDimension":1,"bias":[0.8821],"inputDimension":153,"beforeDeviation":[0.04317,0.3113,0.3433,0.01969,0.01101,0,0,0.02256,0.233,0.2574,0.01206,0.006964,0,0,0.01633,0.18,0.1998,0.004924,0.006964,0,0,0.07346,1.128,1.256,0.02995,0.03266,0,0,1.481,200900000,125800000,1.121,326500000,145000000,0.4137,0.3958,0.3862,7.28,7.28,75560000,128200000,0,1.374,0,0,0,0,0,0,0,0,0,0,14.04,4.314,0,0,0,0,0,0,0,0,0,0,0,0.03936,0.4968,0.498,0.0504,0.02361,0,0,0.01557,0.2867,0.2961,0.02202,0.006964,0,0,0.009848,0.1849,0.1882,0.008529,0.004924,0,0,0.044,0.8352,0.8082,0.06526,0.02871,0,0,0.8858,101300,36250,0.0378,0.2377,0.276,2.769,2.769,48500,67680,0,0,0,0,0,0,0,0,0,8.869,0,0,0,0,0,0.2411,0,2658000000,2.276,0.008529,0.04261,0.4974,0.4973,0.05063,0.02309,0,0.4943,3.157e-15,3.157e-15,0.4954,0.1614,0.07252,0.4763,0.04289,0.2187,84.19,0.3204,0.2983,0.1201,0.4965,0.05063,0.4968,0,0.01477,406.5,108.4,422.3,94.79,0],"weights":[[-0.1688,0.007218,-0.02088,0.09673,0.2074,-0.0468,0.1803,0.06609,-0.04319,0.06491,0.1544,0.1725,0.09667,-0.03827,0.08605,-0.000678,0.08343,0.1182,-0.1332,-0.0959,0.07274,0.0239,0.01879,0.03883,-0.01165,-0.1592,0.08394,0.1393,-0.0927,0.01108,0.004949,-0.1527,0.09869,0.1108,0.1413,0.03207,0.06158,-0.06996,0.06001,0.0912,-0.006378,0.1588,0.4267,-0.06227,0.1605,-0.1107,0.1787,0.1944,0.02926,0.00569,-0.1879,0.05128,0.04419,0.0376,-0.08746,-0.1849,-0.1123,0.002605,0.1902,-0.04423,-0.054,0.07113,-0.1385,-0.05521,0.1049,0.06014,-0.05874,0.02851,0.0476,0.05227,-0.04628,-0.04036,-0.03971,0.06487,-0.05957,0.06484,-0.07962,-0.1706,-0.07799,0.07526,-0.07038,0.0522,-0.0935,-0.1351,0.06671,-0.0621,0.1459,0.0726,0.1673,0.09125,0.06106,0.1887,-0.1117,-0.0714,0.04455,0.04963,-0.0008008,0.1511,0.7881,0.07527,-0.1038,-0.03546,-0.3293,0.3082,0.07393,-0.1343,0.102,0.171,0.1675,-0.1915,-0.1321,0.1798,-0.1171,0.03546,0.1417,-0.1237,0.09627,0.007498,-0.1329,0.03813,0.192,0.1483,-0.1346,0.2966,0.004447,-0.02762,0.06621,0.04464,0.135,0.07734,-0.02772,0.1068,-0.04051,-0.1131,0.03161,-0.04812,-0.1513,-0.007064,0.04337,0.01922,0.01317,0.156,0.07749,-0.0145,0.1432,-0.1313,0.148,0.0933,0.04366,-0.006567,0.0646,0.06947,0.02442]],"trainingOutputVectorTargetMean":[0.6966]},"previousVisitsHistoryVectorDimension":65,"visitHistoryVectorDimension":56},"367326":{"probabilityLearner":{"beforeMean":[0.002034,0.09995,0.1127,0.0004598,0.0001331,0,0,0.0008504,0.06068,0.06429,0.0001953,0.00005503,0.000001775,0,0.0004048,0.0375,0.0381,0.000103,0.00001775,0,0,0.0042,0.2954,0.3063,0.001007,0.0002237,0.000001775,0,0.4323,23510000,16120000,0.4184,50810000,18670000,0.2067,0.176,0.1589,2.015,2.015,14250000,21440000,0,0.2581,0,0,0,0,0,0,0,0,0,0,9.922,3.386,0,0,0,0,0,0,0,0,0,0,0,0.002283,0.499,0.6081,0.003936,0.001237,0,0,0.0002272,0.101,0.1104,0.0005166,0.0001367,0,0,0.00005681,0.0359,0.03871,0.0001065,0.00003196,0,0,0.002601,0.6586,0.7815,0.004607,0.001411,0,0,0.924,23870,4931,0.9997,0.9006,0.8033,4.931,4.931,43100,30180,0,0,0,0,0,0,0,0,0,7.74,0,0,0,0,0,1.03,0,582800000,0.6879,0.9999,0.00253,0.5058,0.616,0.003884,0.001216,0,0.2938,1,1,0.514,0.03703,0.01113,0.3514,0.002926,0.08347,111.7,0.8377,0.1258,0.03087,0.4545,0.004266,0.3832,0,0.001376,620,738.3,627.4,894.3,0],"trainingOutputVectorTargetNbUpdates":563290,"standarizeInputs":true,"outputDimension":1,"bias":[-1.066],"inputDimension":153,"beforeDeviation":[0.04506,0.2999,0.3163,0.02144,0.01154,0,0,0.02915,0.2387,0.2453,0.01397,0.007418,0.001332,0,0.02011,0.19,0.1914,0.01015,0.004213,0,0,0.09528,1.209,1.211,0.06544,0.02181,0.001332,0,1.554,198100000,132100000,1.167,317700000,140900000,0.405,0.3808,0.3656,6.952,6.952,122900000,130000000,0,1.603,0,0,0,0,0,0,0,0,0,0,40.12,25.89,0,0,0,0,0,0,0,0,0,0,0,0.04773,0.5,0.4882,0.06261,0.03515,0,0,0.01507,0.3013,0.3134,0.02272,0.01169,0,0,0.007537,0.186,0.1929,0.01032,0.005653,0,0,0.05121,0.8237,0.8083,0.07949,0.04284,0,0,0.867,123900,42390,0.01762,0.2992,0.3975,3.605,3.605,78280,71880,0,0,0,0,0,0,0,0,0,17.07,0,0,0,0,0,1.019,0,2895000000,12.48,0.01131,0.05023,0.5,0.4864,0.0622,0.03485,0,0.4555,3.108e-14,3.108e-14,0.4998,0.1888,0.1049,0.4774,0.05401,0.2766,91.8,0.3688,0.3317,0.173,0.4979,0.06518,0.4862,0,0.03707,499.4,121.2,530.8,120.5,0],"weights":[[0.07205,-0.1227,0.01998,0.1027,-0.09044,0.09592,0.1692,-0.0452,0.05656,-0.03522,0.007272,-0.07069,0.09264,0.02806,0.1088,-0.02914,-0.02622,-0.04532,-0.1593,0.146,0.07349,0.04223,0.05843,-0.01931,-0.06398,0.1284,-0.06521,0.06203,-0.003853,-0.01172,-0.1385,-0.1872,-0.1036,-0.04129,0.05167,0.07428,-0.03554,0.09351,0.0235,-0.1037,-0.02731,0.09308,0.3742,0.1285,-0.1817,0.07562,-0.1397,0.08399,-0.1336,-0.06644,-0.1531,-0.1777,-0.164,-0.01708,0.02889,0.06801,0.01653,0.04993,0.1608,-0.06081,-0.1227,-0.07898,-0.1938,0.1519,0.08714,-0.09423,0.08326,0.01212,0.1376,-0.06664,0.06613,-0.05287,-0.138,-0.06588,-0.01849,-0.02758,0.06109,0.02114,-0.1455,-0.1601,0.148,0.1368,0.0344,-0.07916,0.07586,0.005594,-0.01744,-0.03197,0.1043,-0.0458,-0.003355,0.0312,0.02223,0.1344,-0.06914,0.005372,0.1167,-0.03221,-0.00175,0.08442,-0.105,0.08901,0.03767,0.05344,0.1934,0.0108,-0.1805,0.05037,0.1131,0.1063,-0.1714,0.02429,-0.1787,0.1751,-0.1134,-0.1483,0.05292,0.09211,0.05648,-0.2364,-0.08453,0.03295,-0.01591,0.262,0.02401,-0.03464,0.226,0.08824,-0.05539,0.1298,0.1565,0.0359,0.03323,-0.1089,-0.005619,-0.07358,-0.02246,-0.08503,0.1154,-0.0501,0.005494,0.1181,0.008462,-0.0859,-0.01905,-0.02161,-0.1401,0.0761,0.1105,-0.01839,-0.05818,-0.0107,-0.106]],"trainingOutputVectorTargetMean":[0.2671]},"previousVisitsHistoryVectorDimension":65,"visitHistoryVectorDimension":56}},"visitHistoryVectorDimension":56},"MentalistFeatures":{"keyWords":[],"code":"lhygduue9l","languages":[],"inputGoalIds":[347177],"keyPages":[],"experiments":{},"customData":[],"browsers":[0,1,2,3,4],"oss":[0,1,2,3,4,5],"numberValuesByCustomDatum":{},"maxNumberPreviousVisits":10,"referrers":[0,1,2,3,4,5],"maxAbsoluteValueAfterStandardization":5,"outputGoalIds":[347177],"interests":[],"targetingSegments":{"365337":{"inputGoalIds":[347177],"outputGoalIds":[347177]},"365341":{"inputGoalIds":[347177],"outputGoalIds":[347177]},"367318":{"inputGoalIds":[347177],"outputGoalIds":[347177]},"367326":{"inputGoalIds":[347177],"outputGoalIds":[347177]}},"timeZoneGroups":[]}}}; })();if (window.kameleoonLightIframe){if (window.kameleoonExternalIFrameLoadedData) { window.kameleoonQueue = window.kameleoonQueue || [];window.kameleoonQueue.push({level: 'IMMEDIATE',command: function () {Kameleoon.Utils.runProtectedScript(window.kameleoonExternalIFrameLoadedData);}}); Kameleoon.Analyst.load();}}else{Kameleoon.Analyst.load();}}