{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@vimeo/player@2.16.4/dist/player.es.js", "ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js", "ssg:https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/0sWquksFr1YDkaIgrl9Z/VgWe6mCMJOseqaLiMnaC/Vimeo.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/tbiAmyP8q4mMaXLQcmj3/Video.js", "ssg:https://framerusercontent.com/modules/quEWjDOWIrJopDnAoZa1/P2G0pyuGsyVcjl83b3XU/augiA20Il.js"],
  "sourcesContent": ["function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function _defineProperties(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||false;r.configurable=true;\"value\"in r&&(r.writable=true);Object.defineProperty(e,r.key,r)}}function _createClass(e,t,n){t&&_defineProperties(e.prototype,t);n&&_defineProperties(e,n);return e}\n/**\n * Check to see this is a node environment.\n * @type {Boolean}\n */var e=\"undefined\"!==typeof global&&\"[object global]\"==={}.toString.call(global);\n/**\n * Get the name of the method for a given getter or setter.\n *\n * @param {string} prop The name of the property.\n * @param {string} type Either \u201Cget\u201D or \u201Cset\u201D.\n * @return {string}\n */function getMethodName(e,t){return 0===e.indexOf(t.toLowerCase())?e:\"\".concat(t.toLowerCase()).concat(e.substr(0,1).toUpperCase()).concat(e.substr(1))}\n/**\n * Check to see if the object is a DOM Element.\n *\n * @param {*} element The object to check.\n * @return {boolean}\n */function isDomElement(e){return Boolean(e&&1===e.nodeType&&\"nodeName\"in e&&e.ownerDocument&&e.ownerDocument.defaultView)}\n/**\n * Check to see whether the value is a number.\n *\n * @see http://dl.dropboxusercontent.com/u/35146/js/tests/isNumber.html\n * @param {*} value The value to check.\n * @param {boolean} integer Check if the value is an integer.\n * @return {boolean}\n */function isInteger(e){return!isNaN(parseFloat(e))&&isFinite(e)&&Math.floor(e)==e}\n/**\n * Check to see if the URL is a Vimeo url.\n *\n * @param {string} url The url string.\n * @return {boolean}\n */function isVimeoUrl(e){return/^(https?:)?\\/\\/((player|www)\\.)?vimeo\\.com(?=$|\\/)/.test(e)}\n/**\n * Get the Vimeo URL from an element.\n * The element must have either a data-vimeo-id or data-vimeo-url attribute.\n *\n * @param {object} oEmbedParameters The oEmbed parameters.\n * @return {string}\n */function getVimeoUrl(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};var t=e.id;var n=e.url;var r=t||n;if(!r)throw new Error(\"An id or url must be passed, either in an options object or as a data-vimeo-id or data-vimeo-url attribute.\");if(isInteger(r))return\"https://vimeo.com/\".concat(r);if(isVimeoUrl(r))return r.replace(\"http:\",\"https:\");if(t)throw new TypeError(\"\u201C\".concat(t,\"\u201D is not a valid video id.\"));throw new TypeError(\"\u201C\".concat(r,\"\u201D is not a vimeo.com url.\"))}var t=\"undefined\"!==typeof Array.prototype.indexOf;var n=\"undefined\"!==typeof window&&\"undefined\"!==typeof window.postMessage;if(!e&&(!t||!n))throw new Error(\"Sorry, the Vimeo Player API is not available in this browser.\");var r=\"undefined\"!==typeof globalThis?globalThis:\"undefined\"!==typeof window?window:\"undefined\"!==typeof global?global:\"undefined\"!==typeof self?self:{};function createCommonjsModule(e,t){return t={exports:{}},e(t,t.exports),t.exports\n/*!\n * weakmap-polyfill v2.0.1 - ECMAScript6 WeakMap polyfill\n * https://github.com/polygonplanet/weakmap-polyfill\n * Copyright (c) 2015-2020 Polygon Planet <polygon.planet.aqua@gmail.com>\n * @license MIT\n */}(function(e){if(!e.WeakMap){var t=Object.prototype.hasOwnProperty;var defineProperty=function(e,t,n){Object.defineProperty?Object.defineProperty(e,t,{configurable:true,writable:true,value:n}):e[t]=n};e.WeakMap=function(){function WeakMap(){if(void 0===this)throw new TypeError(\"Constructor WeakMap requires 'new'\");defineProperty(this,\"_id\",genId(\"_WeakMap\"));if(arguments.length>0)throw new TypeError(\"WeakMap iterable is not supported\")}defineProperty(WeakMap.prototype,\"delete\",(function(e){checkInstance(this,\"delete\");if(!isObject(e))return false;var t=e[this._id];if(t&&t[0]===e){delete e[this._id];return true}return false}));defineProperty(WeakMap.prototype,\"get\",(function(e){checkInstance(this,\"get\");if(isObject(e)){var t=e[this._id];return t&&t[0]===e?t[1]:void 0}}));defineProperty(WeakMap.prototype,\"has\",(function(e){checkInstance(this,\"has\");if(!isObject(e))return false;var t=e[this._id];return!(!t||t[0]!==e)}));defineProperty(WeakMap.prototype,\"set\",(function(e,t){checkInstance(this,\"set\");if(!isObject(e))throw new TypeError(\"Invalid value used as weak map key\");var n=e[this._id];if(n&&n[0]===e){n[1]=t;return this}defineProperty(e,this._id,[e,t]);return this}));function checkInstance(e,n){if(!isObject(e)||!t.call(e,\"_id\"))throw new TypeError(n+\" method called on incompatible receiver \"+typeof e)}function genId(e){return e+\"_\"+rand()+\".\"+rand()}function rand(){return Math.random().toString().substring(2)}defineProperty(WeakMap,\"_polyfill\",true);return WeakMap}()}function isObject(e){return Object(e)===e}})(\"undefined\"!==typeof self?self:\"undefined\"!==typeof window?window:(\"undefined\"!==typeof r,r));var o=createCommonjsModule((function(e){(function UMD(t,n,r){n[t]=n[t]||r();e.exports&&(e.exports=n[t])})(\"Promise\",(\"undefined\"!=typeof r,r),(function DEF(){var e,t,n,r=Object.prototype.toString,o=\"undefined\"!=typeof setImmediate?function timer(e){return setImmediate(e)}:setTimeout;try{Object.defineProperty({},\"x\",{});e=function builtInProp(e,t,n,r){return Object.defineProperty(e,t,{value:n,writable:true,configurable:false!==r})}}catch(t){e=function builtInProp(e,t,n){e[t]=n;return e}}n=function Queue(){var e,n,r;function Item(e,t){this.fn=e;this.self=t;this.next=void 0}return{add:function add(t,o){r=new Item(t,o);n?n.next=r:e=r;n=r;r=void 0},drain:function drain(){var r=e;e=n=t=void 0;while(r){r.fn.call(r.self);r=r.next}}}}();function schedule(e,r){n.add(e,r);t||(t=o(n.drain))}function isThenable(e){var t,n=typeof e;null==e||\"object\"!=n&&\"function\"!=n||(t=e.then);return\"function\"==typeof t&&t}function notify(){for(var e=0;e<this.chain.length;e++)notifyIsolated(this,1===this.state?this.chain[e].success:this.chain[e].failure,this.chain[e]);this.chain.length=0}function notifyIsolated(e,t,n){var r,o;try{if(false===t)n.reject(e.msg);else{r=true===t?e.msg:t.call(void 0,e.msg);r===n.promise?n.reject(TypeError(\"Promise-chain cycle\")):(o=isThenable(r))?o.call(r,n.resolve,n.reject):n.resolve(r)}}catch(e){n.reject(e)}}function resolve(e){var t,n=this;if(!n.triggered){n.triggered=true;n.def&&(n=n.def);try{if(t=isThenable(e))schedule((function(){var r=new MakeDefWrapper(n);try{t.call(e,(function $resolve$(){resolve.apply(r,arguments)}),(function $reject$(){reject.apply(r,arguments)}))}catch(e){reject.call(r,e)}}));else{n.msg=e;n.state=1;n.chain.length>0&&schedule(notify,n)}}catch(e){reject.call(new MakeDefWrapper(n),e)}}}function reject(e){var t=this;if(!t.triggered){t.triggered=true;t.def&&(t=t.def);t.msg=e;t.state=2;t.chain.length>0&&schedule(notify,t)}}function iteratePromises(e,t,n,r){for(var o=0;o<t.length;o++)(function IIFE(o){e.resolve(t[o]).then((function $resolver$(e){n(o,e)}),r)})(o)}function MakeDefWrapper(e){this.def=e;this.triggered=false}function MakeDef(e){this.promise=e;this.state=0;this.triggered=false;this.chain=[];this.msg=void 0}function Promise(e){if(\"function\"!=typeof e)throw TypeError(\"Not a function\");if(0!==this.__NPO__)throw TypeError(\"Not a promise\");this.__NPO__=1;var t=new MakeDef(this);this.then=function then(e,n){var r={success:\"function\"!=typeof e||e,failure:\"function\"==typeof n&&n};r.promise=new this.constructor((function extractChain(e,t){if(\"function\"!=typeof e||\"function\"!=typeof t)throw TypeError(\"Not a function\");r.resolve=e;r.reject=t}));t.chain.push(r);0!==t.state&&schedule(notify,t);return r.promise};this.catch=function $catch$(e){return this.then(void 0,e)};try{e.call(void 0,(function publicResolve(e){resolve.call(t,e)}),(function publicReject(e){reject.call(t,e)}))}catch(e){reject.call(t,e)}}var i=e({},\"constructor\",Promise,false);Promise.prototype=i;e(i,\"__NPO__\",0,false);e(Promise,\"resolve\",(function Promise$resolve(e){var t=this;return e&&\"object\"==typeof e&&1===e.__NPO__?e:new t((function executor(t,n){if(\"function\"!=typeof t||\"function\"!=typeof n)throw TypeError(\"Not a function\");t(e)}))}));e(Promise,\"reject\",(function Promise$reject(e){return new this((function executor(t,n){if(\"function\"!=typeof t||\"function\"!=typeof n)throw TypeError(\"Not a function\");n(e)}))}));e(Promise,\"all\",(function Promise$all(e){var t=this;return\"[object Array]\"!=r.call(e)?t.reject(TypeError(\"Not an array\")):0===e.length?t.resolve([]):new t((function executor(n,r){if(\"function\"!=typeof n||\"function\"!=typeof r)throw TypeError(\"Not a function\");var o=e.length,i=Array(o),a=0;iteratePromises(t,e,(function resolver(e,t){i[e]=t;++a===o&&n(i)}),r)}))}));e(Promise,\"race\",(function Promise$race(e){var t=this;return\"[object Array]\"!=r.call(e)?t.reject(TypeError(\"Not an array\")):new t((function executor(n,r){if(\"function\"!=typeof n||\"function\"!=typeof r)throw TypeError(\"Not a function\");iteratePromises(t,e,(function resolver(e,t){n(t)}),r)}))}));return Promise}))}));var i=new WeakMap;\n/**\n * Store a callback for a method or event for a player.\n *\n * @param {Player} player The player object.\n * @param {string} name The method or event name.\n * @param {(function(this:Player, *): void|{resolve: function, reject: function})} callback\n *        The callback to call or an object with resolve and reject functions for a promise.\n * @return {void}\n */function storeCallback(e,t,n){var r=i.get(e.element)||{};t in r||(r[t]=[]);r[t].push(n);i.set(e.element,r)}\n/**\n * Get the callbacks for a player and event or method.\n *\n * @param {Player} player The player object.\n * @param {string} name The method or event name\n * @return {function[]}\n */function getCallbacks(e,t){var n=i.get(e.element)||{};return n[t]||[]}\n/**\n * Remove a stored callback for a method or event for a player.\n *\n * @param {Player} player The player object.\n * @param {string} name The method or event name\n * @param {function} [callback] The specific callback to remove.\n * @return {boolean} Was this the last callback?\n */function removeCallback(e,t,n){var r=i.get(e.element)||{};if(!r[t])return true;if(!n){r[t]=[];i.set(e.element,r);return true}var o=r[t].indexOf(n);-1!==o&&r[t].splice(o,1);i.set(e.element,r);return r[t]&&0===r[t].length}\n/**\n * Return the first stored callback for a player and event or method.\n *\n * @param {Player} player The player object.\n * @param {string} name The method or event name.\n * @return {function} The callback, or false if there were none\n */function shiftCallbacks(e,t){var n=getCallbacks(e,t);if(n.length<1)return false;var r=n.shift();removeCallback(e,t,r);return r}\n/**\n * Move callbacks associated with an element to another element.\n *\n * @param {HTMLElement} oldElement The old element.\n * @param {HTMLElement} newElement The new element.\n * @return {void}\n */function swapCallbacks(e,t){var n=i.get(e);i.set(t,n);i.delete(e)}var a=[\"autopause\",\"autoplay\",\"background\",\"byline\",\"color\",\"controls\",\"dnt\",\"height\",\"id\",\"interactive_params\",\"keyboard\",\"loop\",\"maxheight\",\"maxwidth\",\"muted\",\"playsinline\",\"portrait\",\"responsive\",\"speed\",\"texttrack\",\"title\",\"transparent\",\"url\",\"width\"];\n/**\n * Get the 'data-vimeo'-prefixed attributes from an element as an object.\n *\n * @param {HTMLElement} element The element.\n * @param {Object} [defaults={}] The default values to use.\n * @return {Object<string, string>}\n */function getOEmbedParameters(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return a.reduce((function(t,n){var r=e.getAttribute(\"data-vimeo-\".concat(n));(r||\"\"===r)&&(t[n]=\"\"===r?1:r);return t}),t)}\n/**\n * Create an embed from oEmbed data inside an element.\n *\n * @param {object} data The oEmbed data.\n * @param {HTMLElement} element The element to put the iframe in.\n * @return {HTMLIFrameElement} The iframe embed.\n */function createEmbed(e,t){var n=e.html;if(!t)throw new TypeError(\"An element must be provided\");if(null!==t.getAttribute(\"data-vimeo-initialized\"))return t.querySelector(\"iframe\");var r=document.createElement(\"div\");r.innerHTML=n;t.appendChild(r.firstChild);t.setAttribute(\"data-vimeo-initialized\",\"true\");return t.querySelector(\"iframe\")}\n/**\n * Make an oEmbed call for the specified URL.\n *\n * @param {string} videoUrl The vimeo.com url for the video.\n * @param {Object} [params] Parameters to pass to oEmbed.\n * @param {HTMLElement} element The element.\n * @return {Promise}\n */function getOEmbedData(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};var n=arguments.length>2?arguments[2]:void 0;return new Promise((function(r,o){if(!isVimeoUrl(e))throw new TypeError(\"\u201C\".concat(e,\"\u201D is not a vimeo.com url.\"));var i=\"https://vimeo.com/api/oembed.json?url=\".concat(encodeURIComponent(e));for(var a in t)t.hasOwnProperty(a)&&(i+=\"&\".concat(a,\"=\").concat(encodeURIComponent(t[a])));var u=\"XDomainRequest\"in window?new XDomainRequest:new XMLHttpRequest;u.open(\"GET\",i,true);u.onload=function(){if(404!==u.status)if(403!==u.status)try{var t=JSON.parse(u.responseText);if(403===t.domain_status_code){createEmbed(t,n);o(new Error(\"\u201C\".concat(e,\"\u201D is not embeddable.\")));return}r(t)}catch(e){o(e)}else o(new Error(\"\u201C\".concat(e,\"\u201D is not embeddable.\")));else o(new Error(\"\u201C\".concat(e,\"\u201D was not found.\")))};u.onerror=function(){var e=u.status?\" (\".concat(u.status,\")\"):\"\";o(new Error(\"There was an error fetching the embed code from Vimeo\".concat(e,\".\")))};u.send()}))}\n/**\n * Initialize all embeds within a specific element\n *\n * @param {HTMLElement} [parent=document] The parent element.\n * @return {void}\n */function initializeEmbeds(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:document;var t=[].slice.call(e.querySelectorAll(\"[data-vimeo-id], [data-vimeo-url]\"));var n=function handleError(e){\"console\"in window&&console.error&&console.error(\"There was an error creating an embed: \".concat(e))};t.forEach((function(e){try{if(null!==e.getAttribute(\"data-vimeo-defer\"))return;var t=getOEmbedParameters(e);var r=getVimeoUrl(t);getOEmbedData(r,t,e).then((function(t){return createEmbed(t,e)})).catch(n)}catch(e){n(e)}}))}\n/**\n * Resize embeds when messaged by the player.\n *\n * @param {HTMLElement} [parent=document] The parent element.\n * @return {void}\n */function resizeEmbeds(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:document;if(!window.VimeoPlayerResizeEmbeds_){window.VimeoPlayerResizeEmbeds_=true;var t=function onMessage(t){if(isVimeoUrl(t.origin)&&t.data&&\"spacechange\"===t.data.event){var n=e.querySelectorAll(\"iframe\");for(var r=0;r<n.length;r++)if(n[r].contentWindow===t.source){var o=n[r].parentElement;o.style.paddingBottom=\"\".concat(t.data.data[0].bottom,\"px\");break}}};window.addEventListener(\"message\",t)}}\n/**\n * Parse a message received from postMessage.\n *\n * @param {*} data The data received from postMessage.\n * @return {object}\n */function parseMessageData(e){if(\"string\"===typeof e)try{e=JSON.parse(e)}catch(e){console.warn(e);return{}}return e}\n/**\n * Post a message to the specified target.\n *\n * @param {Player} player The player object to use.\n * @param {string} method The API method to call.\n * @param {object} params The parameters to send to the player.\n * @return {void}\n */function postMessage(e,t,n){if(e.element.contentWindow&&e.element.contentWindow.postMessage){var r={method:t};void 0!==n&&(r.value=n);var o=parseFloat(navigator.userAgent.toLowerCase().replace(/^.*msie (\\d+).*$/,\"$1\"));o>=8&&o<10&&(r=JSON.stringify(r));e.element.contentWindow.postMessage(r,e.origin)}}\n/**\n * Parse the data received from a message event.\n *\n * @param {Player} player The player that received the message.\n * @param {(Object|string)} data The message data. Strings will be parsed into JSON.\n * @return {void}\n */function processData(e,t){t=parseMessageData(t);var n=[];var r;if(t.event){if(\"error\"===t.event){var o=getCallbacks(e,t.data.method);o.forEach((function(n){var r=new Error(t.data.message);r.name=t.data.name;n.reject(r);removeCallback(e,t.data.method,n)}))}n=getCallbacks(e,\"event:\".concat(t.event));r=t.data}else if(t.method){var i=shiftCallbacks(e,t.method);if(i){n.push(i);r=t.value}}n.forEach((function(t){try{if(\"function\"===typeof t){t.call(e,r);return}t.resolve(r)}catch(e){}}))}function initializeScreenfull(){var e=function(){var e;var t=[[\"requestFullscreen\",\"exitFullscreen\",\"fullscreenElement\",\"fullscreenEnabled\",\"fullscreenchange\",\"fullscreenerror\"],[\"webkitRequestFullscreen\",\"webkitExitFullscreen\",\"webkitFullscreenElement\",\"webkitFullscreenEnabled\",\"webkitfullscreenchange\",\"webkitfullscreenerror\"],[\"webkitRequestFullScreen\",\"webkitCancelFullScreen\",\"webkitCurrentFullScreenElement\",\"webkitCancelFullScreen\",\"webkitfullscreenchange\",\"webkitfullscreenerror\"],[\"mozRequestFullScreen\",\"mozCancelFullScreen\",\"mozFullScreenElement\",\"mozFullScreenEnabled\",\"mozfullscreenchange\",\"mozfullscreenerror\"],[\"msRequestFullscreen\",\"msExitFullscreen\",\"msFullscreenElement\",\"msFullscreenEnabled\",\"MSFullscreenChange\",\"MSFullscreenError\"]];var n=0;var r=t.length;var o={};for(;n<r;n++){e=t[n];if(e&&e[1]in document){for(n=0;n<e.length;n++)o[t[0][n]]=e[n];return o}}return false}();var t={fullscreenchange:e.fullscreenchange,fullscreenerror:e.fullscreenerror};var n={request:function request(t){return new Promise((function(r,o){var i=function onFullScreenEntered(){n.off(\"fullscreenchange\",onFullScreenEntered);r()};n.on(\"fullscreenchange\",i);t=t||document.documentElement;var a=t[e.requestFullscreen]();a instanceof Promise&&a.then(i).catch(o)}))},exit:function exit(){return new Promise((function(t,r){if(n.isFullscreen){var o=function onFullScreenExit(){n.off(\"fullscreenchange\",onFullScreenExit);t()};n.on(\"fullscreenchange\",o);var i=document[e.exitFullscreen]();i instanceof Promise&&i.then(o).catch(r)}else t()}))},on:function on(e,n){var r=t[e];r&&document.addEventListener(r,n)},off:function off(e,n){var r=t[e];r&&document.removeEventListener(r,n)}};Object.defineProperties(n,{isFullscreen:{get:function get(){return Boolean(document[e.fullscreenElement])}},element:{enumerable:true,get:function get(){return document[e.fullscreenElement]}},isEnabled:{enumerable:true,get:function get(){return Boolean(document[e.fullscreenEnabled])}}});return n}var u=new WeakMap;var l=new WeakMap;var s={};var c=function(){\n/**\n   * Create a Player.\n   *\n   * @param {(HTMLIFrameElement|HTMLElement|string|jQuery)} element A reference to the Vimeo\n   *        player iframe, and id, or a jQuery object.\n   * @param {object} [options] oEmbed parameters to use when creating an embed in the element.\n   * @return {Player}\n   */\nfunction Player(e){var t=this;var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};_classCallCheck(this,Player);if(window.jQuery&&e instanceof jQuery){e.length>1&&window.console&&console.warn&&console.warn(\"A jQuery object with multiple elements was passed, using the first element.\");e=e[0]}\"undefined\"!==typeof document&&\"string\"===typeof e&&(e=document.getElementById(e));if(!isDomElement(e))throw new TypeError(\"You must pass either a valid element or a valid id.\");if(\"IFRAME\"!==e.nodeName){var r=e.querySelector(\"iframe\");r&&(e=r)}if(\"IFRAME\"===e.nodeName&&!isVimeoUrl(e.getAttribute(\"src\")||\"\"))throw new Error(\"The player element passed isn\u2019t a Vimeo embed.\");if(u.has(e))return u.get(e);this._window=e.ownerDocument.defaultView;this.element=e;this.origin=\"*\";var i=new o((function(r,o){t._onMessage=function(e){if(isVimeoUrl(e.origin)&&t.element.contentWindow===e.source){\"*\"===t.origin&&(t.origin=e.origin);var n=parseMessageData(e.data);var i=n&&\"error\"===n.event;var a=i&&n.data&&\"ready\"===n.data.method;if(a){var u=new Error(n.data.message);u.name=n.data.name;o(u)}else{var l=n&&\"ready\"===n.event;var s=n&&\"ping\"===n.method;if(l||s){t.element.setAttribute(\"data-ready\",\"true\");r()}else processData(t,n)}}};t._window.addEventListener(\"message\",t._onMessage);if(\"IFRAME\"!==t.element.nodeName){var i=getOEmbedParameters(e,n);var a=getVimeoUrl(i);getOEmbedData(a,i,e).then((function(n){var r=createEmbed(n,e);t.element=r;t._originalElement=e;swapCallbacks(e,r);u.set(t.element,t);return n})).catch(o)}}));l.set(this,i);u.set(this.element,this);\"IFRAME\"===this.element.nodeName&&postMessage(this,\"ping\");if(s.isEnabled){var a=function exitFullscreen(){return s.exit()};this.fullscreenchangeHandler=function(){s.isFullscreen?storeCallback(t,\"event:exitFullscreen\",a):removeCallback(t,\"event:exitFullscreen\",a);t.ready().then((function(){postMessage(t,\"fullscreenchange\",s.isFullscreen)}))};s.on(\"fullscreenchange\",this.fullscreenchangeHandler)}return this}\n/**\n   * Get a promise for a method.\n   *\n   * @param {string} name The API method to call.\n   * @param {Object} [args={}] Arguments to send via postMessage.\n   * @return {Promise}\n   */_createClass(Player,[{key:\"callMethod\",value:function callMethod(e){var t=this;var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return new o((function(r,o){return t.ready().then((function(){storeCallback(t,e,{resolve:r,reject:o});postMessage(t,e,n)})).catch(o)}))}\n/**\n     * Get a promise for the value of a player property.\n     *\n     * @param {string} name The property name\n     * @return {Promise}\n     */},{key:\"get\",value:function get(e){var t=this;return new o((function(n,r){e=getMethodName(e,\"get\");return t.ready().then((function(){storeCallback(t,e,{resolve:n,reject:r});postMessage(t,e)})).catch(r)}))}\n/**\n     * Get a promise for setting the value of a player property.\n     *\n     * @param {string} name The API method to call.\n     * @param {mixed} value The value to set.\n     * @return {Promise}\n     */},{key:\"set\",value:function set(e,t){var n=this;return new o((function(r,o){e=getMethodName(e,\"set\");if(void 0===t||null===t)throw new TypeError(\"There must be a value to set.\");return n.ready().then((function(){storeCallback(n,e,{resolve:r,reject:o});postMessage(n,e,t)})).catch(o)}))}\n/**\n     * Add an event listener for the specified event. Will call the\n     * callback with a single parameter, `data`, that contains the data for\n     * that event.\n     *\n     * @param {string} eventName The name of the event.\n     * @param {function(*)} callback The function to call when the event fires.\n     * @return {void}\n     */},{key:\"on\",value:function on(e,t){if(!e)throw new TypeError(\"You must pass an event name.\");if(!t)throw new TypeError(\"You must pass a callback function.\");if(\"function\"!==typeof t)throw new TypeError(\"The callback must be a function.\");var n=getCallbacks(this,\"event:\".concat(e));0===n.length&&this.callMethod(\"addEventListener\",e).catch((function(){}));storeCallback(this,\"event:\".concat(e),t)}\n/**\n     * Remove an event listener for the specified event. Will remove all\n     * listeners for that event if a `callback` isn\u2019t passed, or only that\n     * specific callback if it is passed.\n     *\n     * @param {string} eventName The name of the event.\n     * @param {function} [callback] The specific callback to remove.\n     * @return {void}\n     */},{key:\"off\",value:function off(e,t){if(!e)throw new TypeError(\"You must pass an event name.\");if(t&&\"function\"!==typeof t)throw new TypeError(\"The callback must be a function.\");var n=removeCallback(this,\"event:\".concat(e),t);n&&this.callMethod(\"removeEventListener\",e).catch((function(e){}))}\n/**\n     * Load a new video into this embed. The promise will be resolved if\n     * the video is successfully loaded, or it will be rejected if it could\n     * not be loaded.\n     *\n     * @param {number|string|object} options The id of the video, the url of the video, or an object with embed options.\n     * @return {LoadVideoPromise}\n     */},{key:\"loadVideo\",value:function loadVideo(e){return this.callMethod(\"loadVideo\",e)}},{key:\"ready\",value:function ready(){var e=l.get(this)||new o((function(e,t){t(new Error(\"Unknown player. Probably unloaded.\"))}));return o.resolve(e)}\n/**\n     * Add a cue point to the player.\n     *\n     * @param {number} time The time for the cue point.\n     * @param {object} [data] Arbitrary data to be returned with the cue point.\n     * @return {AddCuePointPromise}\n     */},{key:\"addCuePoint\",value:function addCuePoint(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this.callMethod(\"addCuePoint\",{time:e,data:t})}\n/**\n     * Remove a cue point from the video.\n     *\n     * @param {string} id The id of the cue point to remove.\n     * @return {RemoveCuePointPromise}\n     */},{key:\"removeCuePoint\",value:function removeCuePoint(e){return this.callMethod(\"removeCuePoint\",e)}\n/**\n     * A representation of a text track on a video.\n     *\n     * @typedef {Object} VimeoTextTrack\n     * @property {string} language The ISO language code.\n     * @property {string} kind The kind of track it is (captions or subtitles).\n     * @property {string} label The human\u2010readable label for the track.\n     */\n/**\n     * Enable the text track with the specified language, and optionally the\n     * specified kind (captions or subtitles).\n     *\n     * When set via the API, the track language will not change the viewer\u2019s\n     * stored preference.\n     *\n     * @param {string} language The two\u2010letter language code.\n     * @param {string} [kind] The kind of track to enable (captions or subtitles).\n     * @return {EnableTextTrackPromise}\n     */},{key:\"enableTextTrack\",value:function enableTextTrack(e,t){if(!e)throw new TypeError(\"You must pass a language.\");return this.callMethod(\"enableTextTrack\",{language:e,kind:t})}},{key:\"disableTextTrack\",value:function disableTextTrack(){return this.callMethod(\"disableTextTrack\")}},{key:\"pause\",value:function pause(){return this.callMethod(\"pause\")}},{key:\"play\",value:function play(){return this.callMethod(\"play\")}},{key:\"requestFullscreen\",value:function requestFullscreen(){return s.isEnabled?s.request(this.element):this.callMethod(\"requestFullscreen\")}},{key:\"exitFullscreen\",value:function exitFullscreen(){return s.isEnabled?s.exit():this.callMethod(\"exitFullscreen\")}},{key:\"getFullscreen\",value:function getFullscreen(){return s.isEnabled?o.resolve(s.isFullscreen):this.get(\"fullscreen\")}},{key:\"requestPictureInPicture\",value:function requestPictureInPicture(){return this.callMethod(\"requestPictureInPicture\")}},{key:\"exitPictureInPicture\",value:function exitPictureInPicture(){return this.callMethod(\"exitPictureInPicture\")}},{key:\"getPictureInPicture\",value:function getPictureInPicture(){return this.get(\"pictureInPicture\")}},{key:\"unload\",value:function unload(){return this.callMethod(\"unload\")}},{key:\"destroy\",value:function destroy(){var e=this;return new o((function(t){l.delete(e);u.delete(e.element);if(e._originalElement){u.delete(e._originalElement);e._originalElement.removeAttribute(\"data-vimeo-initialized\")}e.element&&\"IFRAME\"===e.element.nodeName&&e.element.parentNode&&(e.element.parentNode.parentNode&&e._originalElement&&e._originalElement!==e.element.parentNode?e.element.parentNode.parentNode.removeChild(e.element.parentNode):e.element.parentNode.removeChild(e.element));if(e.element&&\"DIV\"===e.element.nodeName&&e.element.parentNode){e.element.removeAttribute(\"data-vimeo-initialized\");var n=e.element.querySelector(\"iframe\");n&&n.parentNode&&(n.parentNode.parentNode&&e._originalElement&&e._originalElement!==n.parentNode?n.parentNode.parentNode.removeChild(n.parentNode):n.parentNode.removeChild(n))}e._window.removeEventListener(\"message\",e._onMessage);s.isEnabled&&s.off(\"fullscreenchange\",e.fullscreenchangeHandler);t()}))}},{key:\"getAutopause\",value:function getAutopause(){return this.get(\"autopause\")}\n/**\n     * Enable or disable the autopause behavior of this player.\n     *\n     * By default, when another video is played in the same browser, this\n     * player will automatically pause. Unless you have a specific reason\n     * for doing so, we recommend that you leave autopause set to the\n     * default (`true`).\n     *\n     * @param {boolean} autopause\n     * @return {SetAutopausePromise}\n     */},{key:\"setAutopause\",value:function setAutopause(e){return this.set(\"autopause\",e)}},{key:\"getBuffered\",value:function getBuffered(){return this.get(\"buffered\")}\n/**\n     * @typedef {Object} CameraProperties\n     * @prop {number} props.yaw - Number between 0 and 360.\n     * @prop {number} props.pitch - Number between -90 and 90.\n     * @prop {number} props.roll - Number between -180 and 180.\n     * @prop {number} props.fov - The field of view in degrees.\n     */},{key:\"getCameraProps\",value:function getCameraProps(){return this.get(\"cameraProps\")}\n/**\n     * For 360\u00B0 videos set the camera properties for this player.\n     *\n     * @param {CameraProperties} camera The camera properties\n     * @return {SetCameraPromise}\n     */},{key:\"setCameraProps\",value:function setCameraProps(e){return this.set(\"cameraProps\",e)}\n/**\n     * A representation of a chapter.\n     *\n     * @typedef {Object} VimeoChapter\n     * @property {number} startTime The start time of the chapter.\n     * @property {object} title The title of the chapter.\n     * @property {number} index The place in the order of Chapters. Starts at 1.\n     */},{key:\"getChapters\",value:function getChapters(){return this.get(\"chapters\")}},{key:\"getCurrentChapter\",value:function getCurrentChapter(){return this.get(\"currentChapter\")}},{key:\"getColor\",value:function getColor(){return this.get(\"color\")}\n/**\n     * Set the color of this player to a hex or rgb string. Setting the\n     * color may fail if the owner of the video has set their embed\n     * preferences to force a specific color.\n     *\n     * @param {string} color The hex or rgb color string to set.\n     * @return {SetColorPromise}\n     */},{key:\"setColor\",value:function setColor(e){return this.set(\"color\",e)}\n/**\n     * A representation of a cue point.\n     *\n     * @typedef {Object} VimeoCuePoint\n     * @property {number} time The time of the cue point.\n     * @property {object} data The data passed when adding the cue point.\n     * @property {string} id The unique id for use with removeCuePoint.\n     */},{key:\"getCuePoints\",value:function getCuePoints(){return this.get(\"cuePoints\")}},{key:\"getCurrentTime\",value:function getCurrentTime(){return this.get(\"currentTime\")}\n/**\n     * Set the current playback position in seconds. If the player was\n     * paused, it will remain paused. Likewise, if the player was playing,\n     * it will resume playing once the video has buffered.\n     *\n     * You can provide an accurate time and the player will attempt to seek\n     * to as close to that time as possible. The exact time will be the\n     * fulfilled value of the promise.\n     *\n     * @param {number} currentTime\n     * @return {SetCurrentTimePromise}\n     */},{key:\"setCurrentTime\",value:function setCurrentTime(e){return this.set(\"currentTime\",e)}},{key:\"getDuration\",value:function getDuration(){return this.get(\"duration\")}},{key:\"getEnded\",value:function getEnded(){return this.get(\"ended\")}},{key:\"getLoop\",value:function getLoop(){return this.get(\"loop\")}\n/**\n     * Set the loop state of the player. When set to `true`, the player\n     * will start over immediately once playback ends.\n     *\n     * @param {boolean} loop\n     * @return {SetLoopPromise}\n     */},{key:\"setLoop\",value:function setLoop(e){return this.set(\"loop\",e)}\n/**\n     * Set the muted state of the player. When set to `true`, the player\n     * volume will be muted.\n     *\n     * @param {boolean} muted\n     * @return {SetMutedPromise}\n     */},{key:\"setMuted\",value:function setMuted(e){return this.set(\"muted\",e)}},{key:\"getMuted\",value:function getMuted(){return this.get(\"muted\")}},{key:\"getPaused\",value:function getPaused(){return this.get(\"paused\")}},{key:\"getPlaybackRate\",value:function getPlaybackRate(){return this.get(\"playbackRate\")}\n/**\n     * Set the playback rate of the player on a scale from `0.5` to `2`. When set\n     * via the API, the playback rate will not be synchronized to other\n     * players or stored as the viewer's preference.\n     *\n     * @param {number} playbackRate\n     * @return {SetPlaybackRatePromise}\n     */},{key:\"setPlaybackRate\",value:function setPlaybackRate(e){return this.set(\"playbackRate\",e)}},{key:\"getPlayed\",value:function getPlayed(){return this.get(\"played\")}},{key:\"getQualities\",value:function getQualities(){return this.get(\"qualities\")}},{key:\"getQuality\",value:function getQuality(){return this.get(\"quality\")}\n/**\n     * Set a video quality.\n     *\n     * @param {string} quality\n     * @return {SetQualityPromise}\n     */},{key:\"setQuality\",value:function setQuality(e){return this.set(\"quality\",e)}},{key:\"getSeekable\",value:function getSeekable(){return this.get(\"seekable\")}},{key:\"getSeeking\",value:function getSeeking(){return this.get(\"seeking\")}},{key:\"getTextTracks\",value:function getTextTracks(){return this.get(\"textTracks\")}},{key:\"getVideoEmbedCode\",value:function getVideoEmbedCode(){return this.get(\"videoEmbedCode\")}},{key:\"getVideoId\",value:function getVideoId(){return this.get(\"videoId\")}},{key:\"getVideoTitle\",value:function getVideoTitle(){return this.get(\"videoTitle\")}},{key:\"getVideoWidth\",value:function getVideoWidth(){return this.get(\"videoWidth\")}},{key:\"getVideoHeight\",value:function getVideoHeight(){return this.get(\"videoHeight\")}},{key:\"getVideoUrl\",value:function getVideoUrl(){return this.get(\"videoUrl\")}},{key:\"getVolume\",value:function getVolume(){return this.get(\"volume\")}\n/**\n     * Set the volume of the player on a scale from `0` to `1`. When set\n     * via the API, the volume level will not be synchronized to other\n     * players or stored as the viewer\u2019s preference.\n     *\n     * Most mobile devices do not support setting the volume. An error will\n     * *not* be triggered in that situation.\n     *\n     * @param {number} volume\n     * @return {SetVolumePromise}\n     */},{key:\"setVolume\",value:function setVolume(e){return this.set(\"volume\",e)}}]);return Player}();if(!e){s=initializeScreenfull();initializeEmbeds();resizeEmbeds()}export{c as default};\n\n//# sourceMappingURL=player.es.js.map", "import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useIsInCurrentNavigationTarget } from \"framer\";\nimport { useEffect } from \"react\";\nexport function useOnEnter(onEnter, enabled) {\n    return useOnSpecificTargetChange(true, onEnter, enabled);\n}\nexport function useOnExit(onExit, enabled) {\n    return useOnSpecificTargetChange(false, onExit, enabled);\n}\nfunction useOnSpecificTargetChange(goal, callback, enabled = true) {\n    const isInTarget = useIsInCurrentNavigationTarget();\n    useEffect(()=>{\n        if (enabled && isInTarget === goal) callback();\n    }, [\n        isInTarget\n    ]);\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useOnEnter\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnNavigationTargetChange.map", "import { useMemo } from \"react\";\nexport const isBrowserSafari = ()=>{\n    if (typeof navigator !== `undefined`) {\n        const userAgent = navigator.userAgent.toLowerCase();\n        const isSafari = (userAgent.indexOf(\"safari\") > -1 || userAgent.indexOf(\"framermobile\") > -1 || userAgent.indexOf(\"framerx\") > -1) && userAgent.indexOf(\"chrome\") < 0;\n        return isSafari;\n    } else return false;\n};\nexport const useIsBrowserSafari = ()=>useMemo(()=>isBrowserSafari()\n    , [])\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isBrowser.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget,withCSS}from\"framer\";import{motion}from\"framer-motion\";import Player from\"@vimeo/player\";import{useEffect,useRef,useState}from\"react\";import{useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";const vimeoRegex=/^https?:\\/\\/vimeo\\.com\\/(\\d+)/;/**\n * VIMEO\n *\n * @framerIntrinsicWidth 480\n * @framerIntrinsicHeight 270\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerComponentPresetProps borderRadius, backgroundColor\n */ const Vimeo=withCSS(function Vimeo({video,autoplay,mute,controls,loop,titles,backgroundColor,onPlay=()=>{},onEnd=()=>{},style,...props}){const[key,setKey]=useState(0);const player=useRef();const borderRadius=useRadius(props);useEffect(()=>{if(!player.current)return;const[,id]=video.match(vimeoRegex)?video.match(vimeoRegex):[null,0];const embeddedPlayer=new Player(player.current,{id,autopause:false,autoplay:RenderTarget.current()===RenderTarget.canvas?false:autoplay,byline:titles,controls:controls,loop:loop,title:titles,muted:mute,responsive:true});embeddedPlayer.on(\"play\",onPlay);embeddedPlayer.on(\"ended\",onEnd);},[player,key]);useEffect(()=>{setKey(key=>key+1);},[video,autoplay,mute,controls,loop,titles]);return /*#__PURE__*/ _jsx(motion.div,{style:{background:backgroundColor,...style,borderRadius,position:\"relative\",width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",overflow:\"hidden\"},...props,children:/*#__PURE__*/ _jsx(\"div\",{className:\"framer-vimeo\",ref:player,style:{width:\"100%\",height:\"100%\"}},key)});},[\".framer-vimeo > div { padding: 0 !important; width: 100%; height: 100%; }\",]);Vimeo.defaultProps={video:\"https://vimeo.com/642263700\",autoplay:false,loop:false,mute:false,backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0};addPropertyControls(Vimeo,{video:{title:\"URL\",type:ControlType.String},...borderRadiusControl,controls:{title:\"Controls\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\"},autoplay:{title:\"Autoplay\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\"},// playOnCanvas: {\n//     title: \"On Canvas\",\n//     type: ControlType.Boolean,\n//     enabledTitle: \"Play\",\n//     disabledTitle: \"Pause\",\n// },\nloop:{title:\"Loop\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\"},mute:{title:\"Mute\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\"},// titles: {\n//     title: \"Titles\",\n//     type: ControlType.Boolean,\n//     enabledTitle: \"Show\",\n//     disabledTitle: \"Hide\",\n// },\nbackgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(0, 0, 0, 0)\"},onPlay:{type:ControlType.EventHandler},onEnd:{type:ControlType.EventHandler}});export default Vimeo;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Vimeo\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"270\",\"framerIntrinsicWidth\":\"480\",\"framerComponentPresetProps\":\"borderRadius, backgroundColor\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Vimeo.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=[];let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(filteredSlots,(child,childIndex)=>{var _child_props,_child_props1,_child_props2,_child_props3,_child_props4,_child_props5;const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\",willChange:\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,width:widthType?(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.width:\"100%\",height:heightType?(_child_props4=child.props)===null||_child_props4===void 0?void 0:_child_props4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(_child_props5=child.props)===null||_child_props5===void 0?void 0:_child_props5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);})];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);// Pause the animation when it's out of view\nuseEffect(()=>{if(!animationRef.current)return;if(isInView&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if(!isInView&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas?\"auto\":\"transform\",transform:supportsAcceleratedAnimations?transformer(0):transform},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"400\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsInCurrentNavigationTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius}from\"https://framerusercontent.com/modules/G4IfyjvwmaeSBpdb4TWu/OIjZRBmWDcIE2B6qgG1j/index.js\";// https://framer.com/m/framer/default-utils.js@^0.45.0\nimport{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const isPlayingRef=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const video=videoRef.current;if(!video)return;video.preload=\"auto\"// makes sure browsers don't throttle: https://html.spec.whatwg.org/multipage/media.html#:~:text=When%20the%20media%20resource%20is%20playing%2C%20hints%20to%20the%20user%20agent%20that%20bandwidth%20is%20to%20be%20considered%20scarce%2C%20e.g.%20suggesting%20throttling%20the%20download%20so%20that%20the%20media%20data%20is%20obtained%20at%20the%20slowest%20possible%20rate%20that%20still%20maintains%20consistent%20playback.\n;const isPlaying=video.currentTime>0&&video.onplaying&&!video.paused&&!video.ended&&video.readyState>=video.HAVE_CURRENT_DATA;if(!isPlaying&&video&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;isPlayingRef.current=true;video.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();isPlayingRef.current=false;},[]);return{play,pause,setProgress,isPlaying:isPlayingRef};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{// default props\nsrcType=\"URL\",srcUrl,srcFile=\"\",posterEnabled=false,controls=false,playing=true,loop=true,muted=true,playsinline=true,restartOnEnter=false,objectFit=\"cover\",backgroundColor=\"rgba(0,0,0,0)\",radius=0,volume=25,startTime:startTimeProp=0,poster=\"https://framerusercontent.com/images/5ILRvlYXf72kHSVHqpa3snGzjU.jpg\",playing:playingProp,progress,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isOnCanvas won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isOnCanvas?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isOnCanvas?true:useInView(videoRef);const isCloseToViewport=isOnCanvas?false:useInView(videoRef,{margin:\"100px\",once:true});// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress,isPlaying}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isOnCanvas)return;if(playingProp)play();else pause();},[playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isOnCanvas)return;if(autoplayBehavior!==\"on-viewport\")return;if(isInViewport)play();else pause();},[autoplayBehavior,isInViewport]);/**\n     * The Video component has some effects that sync the video element with props\n     * like `startTime`, `progress`, etc. React calls these effects whenever these\n     * props change. However, it also calls them on the first mount, and this is\n     * troublesome \u2013 if we\u2019re doing SSR, and the user changed the video state before\n     * the video was hydrated, the initial `useEffect` call will reset the video\n     * state. To avoid this, we use this flag.\n     */const isMountedAndReadyForProgressChanges=useRef(false);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges.current){isMountedAndReadyForProgressChanges.current=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress!==null&&progress!==void 0?progress:0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue!==null&&rawProgressValue!==void 0?rawProgressValue:0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime!==null&&startTime!==void 0?startTime:0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isOnCanvas\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume!==null&&volume!==void 0?volume:0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{const video=videoRef.current;if(!video)return;if(video.currentTime<.3&&startTime>0)setProgress((startTime!==null&&startTime!==void 0?startTime:0)*.01);if(autoplayBehavior===\"on-mount\")play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked===null||onSeeked===void 0?void 0:onSeeked(e),onPause:e=>onPause===null||onPause===void 0?void 0:onPause(e),onPlay:e=>onPlay===null||onPlay===void 0?void 0:onPlay(e),onEnded:e=>onEnd===null||onEnd===void 0?void 0:onEnd(e),autoPlay:autoplayBehavior===\"on-mount\",preload:isPlaying.current?\"auto\":autoplayBehavior!==\"on-mount\"&&posterEnabled&&!isCloseToViewport?\"none\":// `autoplay` overrides this too\n\"metadata\",poster:posterEnabled?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isOnCanvas?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",defaultValue:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",hidden(props){return props.srcType===\"Upload\";}},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\",description:\"We recommend adding a poster. [Learn more](https://www.framer.com/help/articles/how-are-videos-optimized-in-framer/).\"},poster:{type:ControlType.Image,title:\" \",hidden:({posterEnabled})=>!posterEnabled},backgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(0,0,0,0)\"},...borderRadiusControl,startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted,defaultValue:25},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"112\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "// Generated by Framer (a2fb474)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouteElementId,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Vimeo from\"https://framerusercontent.com/modules/0sWquksFr1YDkaIgrl9Z/VgWe6mCMJOseqaLiMnaC/Vimeo.js\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/tbiAmyP8q4mMaXLQcmj3/Video.js\";import Particles from\"https://framerusercontent.com/modules/wb6ZrZlCLNQ5HHBJtNND/c1GLxCsQBQvlLXhkz7er/Particles.js\";import ButtonsPrimary from\"#framer/local/canvasComponent/F4YatAQXY/F4YatAQXY.js\";import HelperSectionTags from\"#framer/local/canvasComponent/ReYjTTzD9/ReYjTTzD9.js\";import FAQSContainer from\"#framer/local/canvasComponent/s8EjP19md/s8EjP19md.js\";import*as sharedStyle2 from\"#framer/local/css/JtNsW9gMM/JtNsW9gMM.js\";import*as sharedStyle from\"#framer/local/css/oboGyeey2/oboGyeey2.js\";import*as sharedStyle1 from\"#framer/local/css/Xb_dAHAcN/Xb_dAHAcN.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const ParticlesFonts=getFonts(Particles);const ImageWithOptimizedAppearEffect=withOptimizedAppearEffect(Image);const ImageWithFX=withFX(Image);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const HelperSectionTagsFonts=getFonts(HelperSectionTags);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const MotionDivWithFX=withFX(motion.div);const VimeoFonts=getFonts(Vimeo);const VideoFonts=getFonts(Video);const ParticlesWithVariantAppearEffect=withVariantAppearEffect(Particles);const TickerFonts=getFonts(Ticker);const RichTextWithFX=withFX(RichText);const ButtonsPrimaryFonts=getFonts(ButtonsPrimary);const FAQSContainerFonts=getFonts(FAQSContainer);const breakpoints={oGQYvrCCR:\"(max-width: 1199px)\",WQLkyLRf1:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-OrXpp\";const variantClassNames={oGQYvrCCR:\"framer-v-14ijg6i\",WQLkyLRf1:\"framer-v-72rtr7\"};const transition1={delay:1,duration:1.6,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition2={delay:.6,duration:1.6,ease:[.44,0,.56,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transition3={delay:0,duration:27,ease:[0,0,1,1],type:\"tween\"};const animation3={opacity:1,rotate:-360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition4={delay:0,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation5={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-24};const animation6={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:24};const animation7={filter:\"blur(10px)\",opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition5={bounce:0,delay:.05,duration:.4,type:\"spring\"};const textEffect={effect:animation7,tokenization:\"character\",transition:transition5,trigger:\"onMount\",type:\"appear\"};const transition6={delay:.2,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:24};const transition7={delay:0,duration:.95,ease:[.44,0,.56,1],type:\"tween\"};const animation10={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",iphone:\"oGQYvrCCR\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-OrXpp`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-OrXpp`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const elementId=useRouteElementId(\"wnOzWqBBL\");const ref2=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"oGQYvrCCR\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"oGQYvrCCR\")return false;return true;};const elementId1=useRouteElementId(\"iH7_mxu9G\");const ref3=React.useRef(null);const elementId2=useRouteElementId(\"Gp9dCRi3v\");const ref4=React.useRef(null);const elementId3=useRouteElementId(\"aQsRQ5VDu\");const ref5=React.useRef(null);const elementId4=useRouteElementId(\"JUjUoc7it\");const ref6=React.useRef(null);const elementId5=useRouteElementId(\"lXC3s3Iap\");const ref7=React.useRef(null);const elementId6=useRouteElementId(\"KuqaLgQL2\");const ref8=React.useRef(null);const elementId7=useRouteElementId(\"MFtQ_2c5h\");const ref9=React.useRef(null);const elementId8=useRouteElementId(\"AX_xu0h6p\");const ref10=React.useRef(null);const elementId9=useRouteElementId(\"HDNfxaWua\");const ref11=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-72rtr7\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsxs(\"header\",{className:\"framer-2wgavu\",\"data-framer-name\":\"Hero\",id:elementId,name:\"Hero\",ref:ref2,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-faxf23\",\"data-framer-name\":\"BG Abstracts\",name:\"BG Abstracts\",children:[/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation,background:{alt:\"\",fit:\"fill\",intrinsicHeight:211.5,intrinsicWidth:188.5,loading:getLoadingLazyAtYPosition(0),pixelHeight:3e3,pixelWidth:2674,sizes:\"296px\",src:\"https://framerusercontent.com/images/Z5Jww9brRyXsIWece5gZugyU28U.webp?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/Z5Jww9brRyXsIWece5gZugyU28U.webp?scale-down-to=1024 912w,https://framerusercontent.com/images/Z5Jww9brRyXsIWece5gZugyU28U.webp?scale-down-to=2048 1825w,https://framerusercontent.com/images/Z5Jww9brRyXsIWece5gZugyU28U.webp 2674w\"},className:\"framer-5tgzbq\",\"data-framer-appear-id\":\"5tgzbq\",\"data-framer-name\":\"Right Abstact\",initial:animation1,name:\"Right Abstact\",optimized:true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-8o407o-container\",\"data-framer-name\":\"Right Particles\",name:\"Right Particles\",children:/*#__PURE__*/_jsx(Particles,{background:\"rgba(0, 0, 0, 0)\",clickOptions:{clickEnabled:false,clickModes:\"push\"},color:\"rgb(255, 255, 255)\",colors:[\"rgb(255, 255, 255)\",\"rgb(255, 255, 255)\"],densityOptions:{densityArea:5e3,densityEnable:false,densityFactor:55},fpsOptions:60,height:\"100%\",hoverOptions:{hoverEnabled:false,hoverForce:10,hoverModes:\"none\",hoverParallax:true,hoverSmooth:10},id:\"Bb2rOt67J\",layoutId:\"Bb2rOt67J\",linksOptions:{linksColor:\"rgb(255, 255, 255)\",linksDistance:100,linksEnabled:false,linksOpacity:.2,linksWidth:1},modeOptions:{bubbleDistance:100,bubbleDuration:.4,bubbleSize:40,connectDistance:100,connectLinksOpacity:.2,connectRadius:50,grabDistance:100,grabLinksOpacity:.2,pushQuantity:4,removeQuantity:4,repulseDistance:200,repulseDuration:1.2,trailDelay:.1,trailQuantity:10},moveOptions:{moveAttractDistance:100,moveAttractEnabled:false,moveDirection:\"bottom-left\",moveEnabled:true,moveGravityAcceleration:1,moveGravityEnabled:false,moveGravityMaxSpeed:2,moveOut:\"out\",moveRandom:false,moveSpeed:1,moveSpinAcceleration:1,moveSpinEnabled:false,moveStraight:false,moveTrailAmount:100,moveTrailEnabled:false,moveVibrate:false},name:\"Right Particles\",number:189,opacityOptions:{opacity:1,opacityMax:1,opacityMin:0,opacityType:true},particlesID:\" right hero abstract\",radius:0,rotateOptions:{rotateAnimation:false,rotateDirection:\"random\",rotateSpeed:5,rotateSync:false,rotateValue:0},shapeOptions:{characterType:\"\uD83D\uDE0E\",imageHeight:100,imageWidth:100,shapeType:\"circle\"},sizeOptions:{size:.6,sizeMax:.8,sizeMin:0,sizeType:false},style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation,background:{alt:\"\",fit:\"fill\",intrinsicHeight:211.5,intrinsicWidth:188.5,loading:getLoadingLazyAtYPosition(0),pixelHeight:3e3,pixelWidth:2674,sizes:\"296px\",src:\"https://framerusercontent.com/images/zHkV7BIbZdmTmoKFUqUuZVDEIE.webp?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/zHkV7BIbZdmTmoKFUqUuZVDEIE.webp?scale-down-to=1024 912w,https://framerusercontent.com/images/zHkV7BIbZdmTmoKFUqUuZVDEIE.webp?scale-down-to=2048 1825w,https://framerusercontent.com/images/zHkV7BIbZdmTmoKFUqUuZVDEIE.webp 2674w\"},className:\"framer-cjrnsz\",\"data-framer-appear-id\":\"cjrnsz\",\"data-framer-name\":\"Left Abstract\",initial:animation1,name:\"Left Abstract\",optimized:true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gms9ku-container\",\"data-framer-name\":\"Left Particles\",name:\"Left Particles\",children:/*#__PURE__*/_jsx(Particles,{background:\"rgba(0, 0, 0, 0)\",clickOptions:{clickEnabled:false,clickModes:\"push\"},color:\"rgb(255, 255, 255)\",colors:[\"rgb(255, 255, 255)\",\"rgb(255, 255, 255)\"],densityOptions:{densityArea:5e3,densityEnable:false,densityFactor:55},fpsOptions:60,height:\"100%\",hoverOptions:{hoverEnabled:false,hoverForce:10,hoverModes:\"none\",hoverParallax:true,hoverSmooth:10},id:\"OKazl69pe\",layoutId:\"OKazl69pe\",linksOptions:{linksColor:\"rgb(255, 255, 255)\",linksDistance:100,linksEnabled:false,linksOpacity:.2,linksWidth:1},modeOptions:{bubbleDistance:100,bubbleDuration:.4,bubbleSize:40,connectDistance:100,connectLinksOpacity:.2,connectRadius:50,grabDistance:100,grabLinksOpacity:.2,pushQuantity:4,removeQuantity:4,repulseDistance:200,repulseDuration:1.2,trailDelay:.1,trailQuantity:10},moveOptions:{moveAttractDistance:100,moveAttractEnabled:false,moveDirection:\"bottom-right\",moveEnabled:true,moveGravityAcceleration:1,moveGravityEnabled:false,moveGravityMaxSpeed:2,moveOut:\"out\",moveRandom:false,moveSpeed:1,moveSpinAcceleration:1,moveSpinEnabled:false,moveStraight:false,moveTrailAmount:100,moveTrailEnabled:false,moveVibrate:false},name:\"Left Particles\",number:189,opacityOptions:{opacity:1,opacityMax:1,opacityMin:0,opacityType:true},particlesID:\"left hero abstact\",radius:0,rotateOptions:{rotateAnimation:false,rotateDirection:\"random\",rotateSpeed:5,rotateSync:false,rotateValue:0},shapeOptions:{characterType:\"\uD83D\uDE0E\",imageHeight:100,imageWidth:100,shapeType:\"circle\"},sizeOptions:{size:.6,sizeMax:.8,sizeMin:0,sizeType:false},style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-fftztg\",\"data-framer-appear-id\":\"fftztg\",\"data-framer-name\":\"Sub Container\",initial:animation1,name:\"Sub Container\",optimized:true,transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation3,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition3,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(0),pixelHeight:982,pixelWidth:1008,sizes:\"970px\",src:\"https://framerusercontent.com/images/zL3FwRsKAsH26GXEnQAXAcEEtno.svg\",srcSet:\"https://framerusercontent.com/images/zL3FwRsKAsH26GXEnQAXAcEEtno.svg?scale-down-to=512 512w,https://framerusercontent.com/images/zL3FwRsKAsH26GXEnQAXAcEEtno.svg 1008w\"},className:\"framer-5zvbua\",\"data-framer-name\":\"Moving Light\",name:\"Moving Light\"})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:150,__perspectiveFX:false,__targetOpacity:1,className:\"framer-l8mvz\",\"data-framer-name\":\"Sub Container\",name:\"Sub Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oGQYvrCCR:{y:202.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"291px\",y:162,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation4,className:\"framer-109lzrd-container\",\"data-framer-appear-id\":\"109lzrd\",initial:animation5,optimized:true,children:/*#__PURE__*/_jsx(HelperSectionTags,{height:\"100%\",id:\"b790ON5xV\",layoutId:\"b790ON5xV\",style:{height:\"100%\",width:\"100%\"},TqTZdd4Yl:\"Introducing The Landling Page Tester\",variant:\"UuW8F2mvX\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation4,className:\"framer-1tlairf\",\"data-framer-appear-id\":\"1tlairf\",\"data-framer-name\":\"Text Container\",initial:animation6,name:\"Text Container\",optimized:true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1yrz7c1\",\"data-styles-preset\":\"oboGyeey2\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(184, 145, 255)\"},children:\"I\u2019ll build you a high-converting landing page in 3 days & split-test it against yours for 30. \"})}),className:\"framer-1a1glzn\",\"data-framer-name\":\"Title\",effect:textEffect,fonts:[\"Inter\"],name:\"Title\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation8,className:\"framer-172ik88\",\"data-framer-appear-id\":\"172ik88\",\"data-framer-name\":\"Sub Container\",initial:animation6,name:\"Sub Container\",optimized:true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"P.S. If mine doesn\u2019t win, I\u2019ll build you another one for FREE & if the page takes longer than 3 days to build YOU DON'T PAY.\"})}),className:\"framer-106nf4f\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],name:\"Paragraph\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oGQYvrCCR:{background:{alt:\"Client Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition(120),pixelHeight:1e3,pixelWidth:1320,sizes:\"161px\",src:\"https://framerusercontent.com/images/Jv58ZRLJwZcmSy6Ljl2WOgv8nWw.png\",srcSet:\"https://framerusercontent.com/images/Jv58ZRLJwZcmSy6Ljl2WOgv8nWw.png?scale-down-to=512 512w,https://framerusercontent.com/images/Jv58ZRLJwZcmSy6Ljl2WOgv8nWw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Jv58ZRLJwZcmSy6Ljl2WOgv8nWw.png 1320w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Client Logo\",fit:\"fill\",loading:getLoadingLazyAtYPosition(73.5),pixelHeight:1e3,pixelWidth:1320,sizes:\"161px\",src:\"https://framerusercontent.com/images/Jv58ZRLJwZcmSy6Ljl2WOgv8nWw.png\",srcSet:\"https://framerusercontent.com/images/Jv58ZRLJwZcmSy6Ljl2WOgv8nWw.png?scale-down-to=512 512w,https://framerusercontent.com/images/Jv58ZRLJwZcmSy6Ljl2WOgv8nWw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Jv58ZRLJwZcmSy6Ljl2WOgv8nWw.png 1320w\"},className:\"framer-kft693\",\"data-framer-name\":\"Client Logo\",name:\"Client Logo\"})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:50}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-120}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,className:\"framer-1unhng\",\"data-framer-name\":\"Product image\",name:\"Product image\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-tb4arb-container hidden-72rtr7\",children:/*#__PURE__*/_jsx(Vimeo,{autoplay:false,backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:true,height:\"100%\",id:\"gsTR4xTEF\",isMixedBorderRadius:false,layoutId:\"gsTR4xTEF\",loop:false,mute:false,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,video:\"https://vimeo.com/1044856838?share=copy\",width:\"100%\"})})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-18qnwha\",\"data-border\":true,\"data-framer-appear-id\":\"18qnwha\",\"data-framer-name\":\"Circle Back\",initial:animation1,name:\"Circle Back\",optimized:true}),isDisplayed1()&&/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__spring:{bounce:.2,damping:60,delay:0,duration:1.5,durationBasedSpring:true,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleAppearEffectEnabled:true,__framer__styleTransformEffectEnabled:true,__framer__threshold:0,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:-50}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-68}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(732),positionX:\"center\",positionY:\"center\",sizes:\"890px\",src:\"https://framerusercontent.com/images/BZqPuvAWu2bB2W9A4hh8fWWM8.png\",srcSet:\"https://framerusercontent.com/images/BZqPuvAWu2bB2W9A4hh8fWWM8.png?scale-down-to=512 512w,https://framerusercontent.com/images/BZqPuvAWu2bB2W9A4hh8fWWM8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/BZqPuvAWu2bB2W9A4hh8fWWM8.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/BZqPuvAWu2bB2W9A4hh8fWWM8.png 3891w\"},className:\"framer-i11epg hidden-14ijg6i\",\"data-border\":true,\"data-framer-name\":\"Image Container\",name:\"Image Container\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ufkxms-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:true,height:\"100%\",id:\"JDezCn1Yu\",isMixedBorderRadius:false,layoutId:\"JDezCn1Yu\",loop:false,muted:false,objectFit:\"cover\",playing:false,poster:\"https://framerusercontent.com/images/2fJ0zy15V1LMfdQZsCxOaQP6HdM.png\",posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/7xQunEgZxT2JKsQDYqSYEOgiDV0.mov\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-1gnnghh\",\"data-framer-appear-id\":\"1gnnghh\",\"data-framer-name\":\"BG Glow\",initial:animation1,name:\"BG Glow\",optimized:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation2,className:\"framer-19vzouj-container\",\"data-framer-appear-id\":\"19vzouj\",\"data-framer-name\":\"Particles\",initial:animation1,name:\"Particles\",optimized:true,children:/*#__PURE__*/_jsx(ParticlesWithVariantAppearEffect,{__framer__animateOnce:false,__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,background:\"rgba(0, 0, 0, 0)\",clickOptions:{clickEnabled:false,clickModes:\"push\"},color:\"rgb(255, 255, 255)\",colors:[\"rgb(255, 255, 255)\",\"rgb(122, 122, 122)\"],densityOptions:{densityArea:5e3,densityEnable:false,densityFactor:55},fpsOptions:60,height:\"100%\",hoverOptions:{hoverEnabled:false,hoverForce:10,hoverModes:\"none\",hoverParallax:true,hoverSmooth:10},id:\"wbinoZUzj\",layoutId:\"wbinoZUzj\",linksOptions:{linksColor:\"rgb(255, 255, 255)\",linksDistance:100,linksEnabled:false,linksOpacity:.2,linksWidth:1},modeOptions:{bubbleDistance:100,bubbleDuration:.4,bubbleSize:40,connectDistance:100,connectLinksOpacity:.2,connectRadius:50,grabDistance:100,grabLinksOpacity:.2,pushQuantity:4,removeQuantity:4,repulseDistance:200,repulseDuration:1.2,trailDelay:.1,trailQuantity:10},moveOptions:{moveAttractDistance:100,moveAttractEnabled:false,moveDirection:\"top\",moveEnabled:true,moveGravityAcceleration:1,moveGravityEnabled:false,moveGravityMaxSpeed:2,moveOut:\"out\",moveRandom:false,moveSpeed:1,moveSpinAcceleration:1,moveSpinEnabled:false,moveStraight:false,moveTrailAmount:100,moveTrailEnabled:false,moveVibrate:false},name:\"Particles\",number:189,opacityOptions:{opacity:1,opacityMax:1,opacityMin:0,opacityType:true},particlesID:\"two\",radius:0,rotateOptions:{rotateAnimation:false,rotateDirection:\"random\",rotateSpeed:5,rotateSync:false,rotateValue:0},shapeOptions:{characterType:\"\uD83D\uDE0E\",imageHeight:100,imageWidth:100,shapeType:\"circle\"},sizeOptions:{size:.6,sizeMax:1,sizeMin:0,sizeType:false},style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(185, 157, 237)\"},children:\"Chase Dimond \"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"- Instagram: @chasehunterdimond\",/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"strong\",{children:\"- \"}),\"X:\",/*#__PURE__*/_jsx(\"strong\",{children:\" \"}),\"@ecomchasedimond\",/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"strong\",{children:\"- \"}),\"Youtube:\",/*#__PURE__*/_jsx(\"strong\",{children:\" \"}),\"@ChaseDimond\",/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"strong\",{children:\"- \"}),\"Linkedin:\",/*#__PURE__*/_jsx(\"strong\",{children:\" \"}),\"@ChaseDimond\",/*#__PURE__*/_jsxs(\"strong\",{children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{})]}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(185, 157, 237)\"},children:\"Pejman Ghadimi \"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"- Instagram: @\",/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/icreatemillionaires/?hl=en#\",nodeId:\"avFfdbt4C\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{children:\"icreatemillionaires\"})}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"strong\",{children:\"- \"}),\"X:\",/*#__PURE__*/_jsx(\"strong\",{children:\" \"}),\"@AltAssetKing\",/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"strong\",{children:\"- \"}),\"Youtube:\",/*#__PURE__*/_jsx(\"strong\",{children:\" \"}),\"@ExoticCarHacks\",/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"strong\",{children:\"- \"}),\"Linkedin: @\",/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/pejmanghadimi/overlay/about-this-profile/\",nodeId:\"avFfdbt4C\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{children:\"PejmanGhadimi\"})}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(185, 157, 237)\"},children:\"Alex Broagn\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"- Instagram: @\",/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/alex_brogan_/?hl=en#\",nodeId:\"avFfdbt4C\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{children:\"alex_brogan_\"})}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"strong\",{children:\"- \"}),\"X:\",/*#__PURE__*/_jsx(\"strong\",{children:\" \"}),\"@_alexbrogan\",/*#__PURE__*/_jsx(\"strong\",{children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"strong\",{children:\"- \"}),\"Linkedin:\",/*#__PURE__*/_jsx(\"strong\",{children:\" \"}),\"@\",/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/alex-brogan/overlay/about-this-profile/\",nodeId:\"avFfdbt4C\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{children:\"AlexBrogan\"})})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-b0er5g\",\"data-styles-preset\":\"JtNsW9gMM\",children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-b0er5g\",\"data-styles-preset\":\"JtNsW9gMM\",children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),className:\"framer-7zhtsn\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Paragraph\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-51yx6u-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"LIyJpSn9p\",layoutId:\"LIyJpSn9p\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1817,pixelWidth:1179,sizes:\"400px\",src:\"https://framerusercontent.com/images/sR2SIFYMs1wWHVfvbA7Tyehcg.jpeg\",srcSet:\"https://framerusercontent.com/images/sR2SIFYMs1wWHVfvbA7Tyehcg.jpeg?scale-down-to=1024 664w,https://framerusercontent.com/images/sR2SIFYMs1wWHVfvbA7Tyehcg.jpeg 1179w\"},className:\"framer-18a30cg\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1920,pixelWidth:1154,sizes:\"400px\",src:\"https://framerusercontent.com/images/jItH3KgSKP8N6BugpdDa0i2W3s.jpeg\",srcSet:\"https://framerusercontent.com/images/jItH3KgSKP8N6BugpdDa0i2W3s.jpeg?scale-down-to=1024 615w,https://framerusercontent.com/images/jItH3KgSKP8N6BugpdDa0i2W3s.jpeg 1154w\"},className:\"framer-lo3bnz\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1853,pixelWidth:1179,sizes:\"400px\",src:\"https://framerusercontent.com/images/FoImeCeyZo0ZF2D2TSInCzMs8.jpeg\",srcSet:\"https://framerusercontent.com/images/FoImeCeyZo0ZF2D2TSInCzMs8.jpeg?scale-down-to=1024 651w,https://framerusercontent.com/images/FoImeCeyZo0ZF2D2TSInCzMs8.jpeg 1179w\"},className:\"framer-1ktsbip\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1920,pixelWidth:1179,sizes:\"400px\",src:\"https://framerusercontent.com/images/a4TGJHGD0sXvzfhHcw0EiqwQ3es.jpeg\",srcSet:\"https://framerusercontent.com/images/a4TGJHGD0sXvzfhHcw0EiqwQ3es.jpeg?scale-down-to=1024 628w,https://framerusercontent.com/images/a4TGJHGD0sXvzfhHcw0EiqwQ3es.jpeg 1179w\"},className:\"framer-8yyuwl\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1852,pixelWidth:1179,sizes:\"400px\",src:\"https://framerusercontent.com/images/qQZA4fC7P79Ciifd6LI2UuHdE.jpeg\",srcSet:\"https://framerusercontent.com/images/qQZA4fC7P79Ciifd6LI2UuHdE.jpeg?scale-down-to=1024 651w,https://framerusercontent.com/images/qQZA4fC7P79Ciifd6LI2UuHdE.jpeg 1179w\"},className:\"framer-5cz6h7\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1861,pixelWidth:1179,sizes:\"400px\",src:\"https://framerusercontent.com/images/qKHkyOgbHVg3ht2SzeyfpmS7M.jpeg\",srcSet:\"https://framerusercontent.com/images/qKHkyOgbHVg3ht2SzeyfpmS7M.jpeg?scale-down-to=1024 648w,https://framerusercontent.com/images/qKHkyOgbHVg3ht2SzeyfpmS7M.jpeg 1179w\"},className:\"framer-12znb49\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2075,pixelWidth:1179,sizes:\"400px\",src:\"https://framerusercontent.com/images/AlGo0YlZ52fmR9H5h6HV5mYs1M.jpeg\",srcSet:\"https://framerusercontent.com/images/AlGo0YlZ52fmR9H5h6HV5mYs1M.jpeg?scale-down-to=1024 581w,https://framerusercontent.com/images/AlGo0YlZ52fmR9H5h6HV5mYs1M.jpeg?scale-down-to=2048 1163w,https://framerusercontent.com/images/AlGo0YlZ52fmR9H5h6HV5mYs1M.jpeg 1179w\"},className:\"framer-14msyqh\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1897,pixelWidth:1143,sizes:\"400px\",src:\"https://framerusercontent.com/images/4ATmWTmGK74bstgZj8huSZViMU.jpeg\",srcSet:\"https://framerusercontent.com/images/4ATmWTmGK74bstgZj8huSZViMU.jpeg?scale-down-to=1024 616w,https://framerusercontent.com/images/4ATmWTmGK74bstgZj8huSZViMU.jpeg 1143w\"},className:\"framer-1disp09\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1650,pixelWidth:1107,sizes:\"400px\",src:\"https://framerusercontent.com/images/DP3LkcgkMBKdYYd06Kyhh9mUB8o.jpeg\",srcSet:\"https://framerusercontent.com/images/DP3LkcgkMBKdYYd06Kyhh9mUB8o.jpeg?scale-down-to=1024 687w,https://framerusercontent.com/images/DP3LkcgkMBKdYYd06Kyhh9mUB8o.jpeg 1107w\"},className:\"framer-1r9n3a5\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1692,pixelWidth:1152,sizes:\"400px\",src:\"https://framerusercontent.com/images/9SCoN6XVLAPiN6UEE7eWGQryfw.jpeg\",srcSet:\"https://framerusercontent.com/images/9SCoN6XVLAPiN6UEE7eWGQryfw.jpeg?scale-down-to=1024 697w,https://framerusercontent.com/images/9SCoN6XVLAPiN6UEE7eWGQryfw.jpeg 1152w\"},className:\"framer-1fryiuc\"})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-1yrz7c1\",\"data-styles-preset\":\"oboGyeey2\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Heres's what all of the landing pages look like after I've changed them up\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]})}),className:\"framer-7k6eng\",\"data-framer-name\":\"Heading \",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Heading \",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-1yrz7c1\",\"data-styles-preset\":\"oboGyeey2\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Heres's are the socials of the creators in the testimonials\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]})}),className:\"framer-1njdk7a\",\"data-framer-name\":\"Heading \",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Heading \",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-1yrz7c1\",\"data-styles-preset\":\"oboGyeey2\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(184, 145, 255)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Here's what some creators and viewers had to say about my landing pages\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]})}),className:\"framer-8gpp4s\",\"data-framer-name\":\"Heading \",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Heading \",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1yrz7c1\",\"data-styles-preset\":\"oboGyeey2\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(184, 145, 255)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Heres's what all of the landing pages looked like before I got my hands on them\"})}),/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-1yrz7c1\",\"data-styles-preset\":\"oboGyeey2\",style:{\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]})]}),className:\"framer-tz418t\",\"data-framer-name\":\"Heading \",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Heading \",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-qk2hxj-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"D4cIaHTqa\",layoutId:\"D4cIaHTqa\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1803,pixelWidth:1162,sizes:\"400px\",src:\"https://framerusercontent.com/images/rho1WxNxQKz3lQxsl4E6HGq3Y.jpeg\",srcSet:\"https://framerusercontent.com/images/rho1WxNxQKz3lQxsl4E6HGq3Y.jpeg?scale-down-to=1024 659w,https://framerusercontent.com/images/rho1WxNxQKz3lQxsl4E6HGq3Y.jpeg 1162w\"},className:\"framer-laffvn\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1795,pixelWidth:1179,sizes:\"400px\",src:\"https://framerusercontent.com/images/o0qcDPwalOMxkloMNSBJZPnVY.jpeg\",srcSet:\"https://framerusercontent.com/images/o0qcDPwalOMxkloMNSBJZPnVY.jpeg?scale-down-to=1024 672w,https://framerusercontent.com/images/o0qcDPwalOMxkloMNSBJZPnVY.jpeg 1179w\"},className:\"framer-13aou34\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1920,pixelWidth:1179,sizes:\"400px\",src:\"https://framerusercontent.com/images/ZFyypyrirFV3sVXeqabNHTNTrg.jpeg\",srcSet:\"https://framerusercontent.com/images/ZFyypyrirFV3sVXeqabNHTNTrg.jpeg?scale-down-to=1024 628w,https://framerusercontent.com/images/ZFyypyrirFV3sVXeqabNHTNTrg.jpeg 1179w\"},className:\"framer-1qfm3n1\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1864,pixelWidth:1151,sizes:\"400px\",src:\"https://framerusercontent.com/images/j13y57wFwDEQZGcmeOCcborAZzo.jpeg\",srcSet:\"https://framerusercontent.com/images/j13y57wFwDEQZGcmeOCcborAZzo.jpeg?scale-down-to=1024 632w,https://framerusercontent.com/images/j13y57wFwDEQZGcmeOCcborAZzo.jpeg 1151w\"},className:\"framer-1fcqgyp\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1899,pixelWidth:1179,sizes:\"398px\",src:\"https://framerusercontent.com/images/NxfzpLD3axHzdden752Y3NzBGE.jpeg\",srcSet:\"https://framerusercontent.com/images/NxfzpLD3axHzdden752Y3NzBGE.jpeg?scale-down-to=1024 635w,https://framerusercontent.com/images/NxfzpLD3axHzdden752Y3NzBGE.jpeg 1179w\"},className:\"framer-kmyzij\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1801,pixelWidth:1137,sizes:\"398px\",src:\"https://framerusercontent.com/images/QE14K7hNnj8KBI4wJ9qInqSJG4.jpeg\",srcSet:\"https://framerusercontent.com/images/QE14K7hNnj8KBI4wJ9qInqSJG4.jpeg?scale-down-to=1024 646w,https://framerusercontent.com/images/QE14K7hNnj8KBI4wJ9qInqSJG4.jpeg 1137w\"},className:\"framer-lfwvje\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1782,pixelWidth:1179,sizes:\"400px\",src:\"https://framerusercontent.com/images/dl9W0zjP2J38hNbc6EAZ0xxeDAo.jpeg\",srcSet:\"https://framerusercontent.com/images/dl9W0zjP2J38hNbc6EAZ0xxeDAo.jpeg?scale-down-to=1024 677w,https://framerusercontent.com/images/dl9W0zjP2J38hNbc6EAZ0xxeDAo.jpeg 1179w\"},className:\"framer-1axznro\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1793,pixelWidth:1179,sizes:\"400px\",src:\"https://framerusercontent.com/images/9ZI3x75G56jRWPWm7Ah3ECWMn4.jpeg\",srcSet:\"https://framerusercontent.com/images/9ZI3x75G56jRWPWm7Ah3ECWMn4.jpeg?scale-down-to=1024 673w,https://framerusercontent.com/images/9ZI3x75G56jRWPWm7Ah3ECWMn4.jpeg 1179w\"},className:\"framer-zdphwf\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1787,pixelWidth:1179,sizes:\"400px\",src:\"https://framerusercontent.com/images/CBeeJLEib8hPVAnIh7LI0rF7eM.jpeg\",srcSet:\"https://framerusercontent.com/images/CBeeJLEib8hPVAnIh7LI0rF7eM.jpeg?scale-down-to=1024 675w,https://framerusercontent.com/images/CBeeJLEib8hPVAnIh7LI0rF7eM.jpeg 1179w\"},className:\"framer-143145c\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2011,pixelWidth:1179,sizes:\"400px\",src:\"https://framerusercontent.com/images/5pYBY6MOHDQ9HEnG73yCjYT2j0.jpeg\",srcSet:\"https://framerusercontent.com/images/5pYBY6MOHDQ9HEnG73yCjYT2j0.jpeg?scale-down-to=1024 600w,https://framerusercontent.com/images/5pYBY6MOHDQ9HEnG73yCjYT2j0.jpeg 1179w\"},className:\"framer-9voz57\"})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oGQYvrCCR:{height:51,width:\"354px\",y:907}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"388px\",y:1108,children:/*#__PURE__*/_jsx(Container,{className:\"framer-f4uos0-container\",children:/*#__PURE__*/_jsx(ButtonsPrimary,{dG7P1RNw0:\"16px 24px 16px 24px\",gYV9h25m2:\"https://sutoyb0ly25.typeform.com/to/WIQMj9Ze\",height:\"100%\",id:\"FC1frKCfD\",KjK5iusub:\"100px\",layoutId:\"FC1frKCfD\",style:{height:\"100%\",width:\"100%\"},W_zkkLhPu:false,width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oGQYvrCCR:{height:51,width:\"354px\",y:7949}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-188kjng-container hidden-72rtr7\",children:/*#__PURE__*/_jsx(ButtonsPrimary,{dG7P1RNw0:\"16px 24px 16px 24px\",gYV9h25m2:\"https://sutoyb0ly25.typeform.com/to/WIQMj9Ze\",height:\"100%\",id:\"RlEv9FWXR\",KjK5iusub:\"100px\",layoutId:\"RlEv9FWXR\",style:{height:\"100%\",width:\"100%\"},W_zkkLhPu:false,width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-1xnv1y0\",\"data-framer-name\":\"Main\",name:\"Main\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10c2w0d-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"mHw6Uf_Rr\",layoutId:\"mHw6Uf_Rr\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1877,pixelWidth:1179,sizes:\"400px\",src:\"https://framerusercontent.com/images/dKSzhsyTvwquiZSZk7lHOGfp4wQ.jpeg\",srcSet:\"https://framerusercontent.com/images/dKSzhsyTvwquiZSZk7lHOGfp4wQ.jpeg?scale-down-to=1024 643w,https://framerusercontent.com/images/dKSzhsyTvwquiZSZk7lHOGfp4wQ.jpeg 1179w\"},className:\"framer-9yl0pb\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1553,pixelWidth:873,sizes:\"400px\",src:\"https://framerusercontent.com/images/dDTIqZ3y4k4y0cKJULaaX7pqI8M.jpeg\",srcSet:\"https://framerusercontent.com/images/dDTIqZ3y4k4y0cKJULaaX7pqI8M.jpeg?scale-down-to=1024 575w,https://framerusercontent.com/images/dDTIqZ3y4k4y0cKJULaaX7pqI8M.jpeg 873w\"},className:\"framer-5n1ab2\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1864,pixelWidth:1179,sizes:\"400px\",src:\"https://framerusercontent.com/images/Wqd9a1fL3NuIgQzO6LkkSUjRTzk.jpeg\",srcSet:\"https://framerusercontent.com/images/Wqd9a1fL3NuIgQzO6LkkSUjRTzk.jpeg?scale-down-to=1024 647w,https://framerusercontent.com/images/Wqd9a1fL3NuIgQzO6LkkSUjRTzk.jpeg 1179w\"},className:\"framer-9cdzkn\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2127,pixelWidth:1179,sizes:\"400px\",src:\"https://framerusercontent.com/images/9GJ00T5Tyvlx9pKqT6SttRYx0.jpeg\",srcSet:\"https://framerusercontent.com/images/9GJ00T5Tyvlx9pKqT6SttRYx0.jpeg?scale-down-to=1024 567w,https://framerusercontent.com/images/9GJ00T5Tyvlx9pKqT6SttRYx0.jpeg?scale-down-to=2048 1135w,https://framerusercontent.com/images/9GJ00T5Tyvlx9pKqT6SttRYx0.jpeg 1179w\"},className:\"framer-mqh0y3\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1784,pixelWidth:1179,sizes:\"400px\",src:\"https://framerusercontent.com/images/hqKGVjiPYNhVEWyccYhZR17GQg.jpeg\",srcSet:\"https://framerusercontent.com/images/hqKGVjiPYNhVEWyccYhZR17GQg.jpeg?scale-down-to=1024 676w,https://framerusercontent.com/images/hqKGVjiPYNhVEWyccYhZR17GQg.jpeg 1179w\"},className:\"framer-msixiy\"})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-e73cf4\",\"data-framer-name\":\"Features\",id:elementId1,name:\"Features\",ref:ref3,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"But a landing page that really works can make your ad spend truly worthwhile.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"You can watch your conversions and revenue rise.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"And it happens fast.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Thinking that inexperienced freelancers or cheap agencies can deliver real results is a mistake.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"You need someone who really knows what they're doing.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"This isn\u2019t something you can get from just anyone.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"I bring the experience and know-how that's crucial for making this work.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"I'm not here to offer another run-of-the-mill service.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"I'm asking you to think about a change that could truly transform your business.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"If you\u2019re dealing with slow growth and sales that just won\u2019t climb, this is the change you need.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"My skills in refining landing pages will genuinely surprise you.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Many solutions out there make big promises but fall short.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"They waste time and leave money behind.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"If you haven\u2019t come across these techniques yet, consider this your edge.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Chances are, your landing pages haven\u2019t been pulling their weight for a while.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"And that won\u2019t change by itself.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Time goes by, and profits stay the same.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Unless you step away from ineffective tactics and embrace a tried-and-true method.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"I\u2019ve seen many like you misled by empty promises and poor work.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"People say DIY fixes are enough or that one-size-fits-all solutions work.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"But you need something tailored to you.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Skilled and focused.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Look at the leaders in the industry.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"They use strategic thinking to keep their businesses thriving, even if they lack the specific insights I offer.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"So, I dug deep into better strategies, the ones at the heart of modern e-commerce, and developed what I\u2019m sharing here.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"You\u2019ll see improvements soon.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"And you can make the most of this efficiency, faster and more effectively.\"})]}),className:\"framer-x470a3\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],name:\"Paragraph\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1yrz7c1\",\"data-styles-preset\":\"oboGyeey2\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(185, 157, 237)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Most landing pages just sit there, unchanged and unpolished.\\xa0\"})}),/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-1yrz7c1\",\"data-styles-preset\":\"oboGyeey2\",style:{\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]})]}),className:\"framer-vknmye\",\"data-framer-name\":\"Heading \",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Heading \",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-1yrz7c1\",\"data-styles-preset\":\"oboGyeey2\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(185, 157, 237)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Here \"}),\"are the most important questions you need the answers to\"]})}),className:\"framer-cp4923\",\"data-framer-name\":\"Heading \",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Heading \",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oGQYvrCCR:{height:597,width:\"348px\",y:24109}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:864,width:\"776px\",y:27191,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bddl8h-container\",children:/*#__PURE__*/_jsx(FAQSContainer,{height:\"100%\",id:\"jIEFoXq4z\",layoutId:\"jIEFoXq4z\",style:{height:\"100%\",width:\"100%\"},variant:\"yOuLZHGB1\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1sd9ofx\",\"data-framer-name\":\"Features\",id:elementId2,name:\"Features\",ref:ref4,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"There's truth in some \\\"traditional strategies,\\\" but let's be honest - you need a faster, more modern, and more intelligent approach.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"You don't want to spend hours each day, but you're willing to invest quality time to see results.\"]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"Now you relax\u2026 I designed this system specifically for folks with that mindset.\"]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"The Conversion Amplification System uses a well-defined process for optimizing landing pages, combining a precise mix of analysis, testing, and refinement that has proven successful for countless businesses.\"]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"Did You Know?\"]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),'Long before \"digital marketing\" became a buzzword, and long before you had to spend endless hours figuring out landing page strategies on your own, the most successful pages out there were already using the foundational principles found in The Conversion Amplification System.']}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"Also, Did You Know?\"]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"The old way of doing things - like hiring freelancers or low-cost agencies to create and test landing pages - may give you some results.\\xa0\"]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"But you risk spending excessively on ads, leading to a cycle of poor conversion rates.\"]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"How do we know all of this?\"]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"I'm Rayan Hasan, the driving force behind the best landing page optimization system: The Conversion Amplification System.\\xa0\"]}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-b0er5g\",\"data-styles-preset\":\"JtNsW9gMM\",children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"I serve a wide range of businesses because our focus is on maximizing ROI on ad spend...plus:\"]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"My method Is wildly different\"]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"I've seen it all.\"]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"I've experienced it\u2026 I've experimented with it\u2026 and I'm sticking with what genuinely works.\\xa0\"]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"And that is the Conversion Amplification System.\"]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"Now, there are no gimmicks found in my approach.\\xa0\"]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"Why?\\xa0\"]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"Because none of that stuff delivers, and you know it.\\xa0\"]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"Every shady marketer and agency wants you to believe there's some sort of shortcut to scale and grow your business.\\xa0\"]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"You're too smart to fall for that.\"]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"But the good news is there IS a much faster way to see results.\\xa0\"]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"It requires thinking of things differently\u2026 and some drive on your part.\\xa0\"]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"But if you have just that, you'd have to TRY not to make this work for you.\"]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"Remember, we don't believe in pouring money into a black hole.\\xa0\"]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"I created the Conversion Amplification System with result-focused businesses in mind.\\xa0\"]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"It's specifically and uniquely designed to help you maximize ROI, increase customer Lifetime Value, and improve conversion rates.\"]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"Now, I want you to know THIS\u2026\"]})]}),className:\"framer-wqg8w6\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],name:\"Paragraph\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-1yrz7c1\",\"data-styles-preset\":\"oboGyeey2\",style:{\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(185, 157, 237)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"The Revolution is in The Conversion Amplification System\"})}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]})}),className:\"framer-n9lisp\",\"data-framer-name\":\"Heading \",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Heading \",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1hmu6pd\",\"data-framer-name\":\"Features\",id:elementId3,name:\"Features\",ref:ref5,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Unless you've been a top expert in creating landing pages, collaborated with leading digital marketers for decades, and have a deep understanding of conversion strategies, you won't find this knowledge anywhere else.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Sure, you can find other methods to improve landing pages.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"But what makes this different is that it is built on insights from the best in the field.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"This system is the result of years of experience, learning from the best, and testing in real-world scenarios.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Sure, you could hire costly consultants, spend endless hours experimenting on your own, or rely on generic strategies.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"But why?\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"I've designed this system for you.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"It includes the strategies, the tools, and the steps all in one easy-to-use format that you can start using and see significant improvements quickly.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"That's it.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Straight to better results.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"And it's backed by proof.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Imagine a world where science meets marketing.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Studies have shown that when you tap into the psychology of colors, your landing pages can surge in effectiveness.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Research indicates that when people see certain hues, their engagement levels shift dramatically.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Another study revealed that the layout of information can alter user behavior, guiding them to act without even realizing they're being led.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Finally, data from brain scans reveal that specific design elements trigger emotional responses, making users more likely to trust and convert.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"So, it's your choice: use what I've developed for you, or search the internet and hope you can piece it together.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"But you'll never find everything you need in one system like this\u2026 one that can boost your business results and confidence\u2026 plus one that works for any business, whether you're a growing company, a seasoned advertiser, or simply dealing with underperforming campaigns.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"You know, I've heard this misconception many times...\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:'\"Landing page optimization has to be done THIS really complicated way\u2026 after all, business owners need something challenging to see results.\"'}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"It's nonsense.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"One simple system\u2026 this one\u2026 will work for any business at any stage, without major changes to your current setup.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"And it's not about drastic changes, it's about adaptability.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:'That means you can achieve your business goals without worrying about \"losing momentum\" or \"not seeing results.\"'}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Now, look at the results from traditional methods... then look at the improvements brought by our Conversion Amplification System:\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"It's all thanks to 6 features found within what I'm about to reveal to you.\"})]}),className:\"framer-2y4jjp\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],name:\"Paragraph\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1yrz7c1\",\"data-styles-preset\":\"oboGyeey2\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(185, 157, 237)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Why This Is Wildly Different\u2026 And Why It WORKS\"})})}),className:\"framer-12y7blh\",\"data-framer-name\":\"Heading \",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Heading \",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-dt616g\",\"data-framer-name\":\"Features\",id:elementId4,name:\"Features\",ref:ref6,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"rgb(185, 157, 237)\"},children:[\"\u2022 \",/*#__PURE__*/_jsx(\"strong\",{children:\"Tailored Landing Page Design\"}),\":\"]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Imagine a landing page that feels like it was made just for your customers.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Every inch reflects your brand, draws in your audience, and hits your goals.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"From the layout to the words, everything works together to turn visitors into customers and spark engagement like never before.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"rgb(185, 157, 237)\"},children:[\"\u2022 \",/*#__PURE__*/_jsx(\"strong\",{children:\"Data-Driven Approach:\"})]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"I don\u2019t guess \u2014 I dig into the data.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"By looking closely at your current landing page, offer, and audience, I find out what clicks and what doesn\u2019t.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Every choice is backed by insights, so your landing page is set for real results that match up with what your business needs.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"rgb(185, 157, 237)\"},children:[\"\u2022 \",/*#__PURE__*/_jsx(\"strong\",{children:\"Expert Copywriting:\\xa0\\xa0\"})]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"I deliver words that move people to act.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"I write clear and powerful copy that speaks to what your audience wants, needs, and faces.\\xa0\"}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"With a fresh view on your offer, I reshape your value and craft messages that make your audience nod in agreement.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"rgb(185, 157, 237)\"},children:[\"\u2022 \",/*#__PURE__*/_jsx(\"strong\",{children:\"Split-Testing:\"})]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Your landing page keeps growing after it goes live.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"I run a 30-day A/B test to see how it does.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"This helps us measure what works, make smarter tweaks, and confidently grow your offer to reach real success.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"rgb(185, 157, 237)\"},children:[\"\u2022 \",/*#__PURE__*/_jsx(\"strong\",{children:\"Access to Split Testing Software:\"}),\"\\xa0\"]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"You\u2019ll have full access to the same tools I use to run live A/B tests.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"This means you can see the results directly and make choices based on real data to keep improving your landing page over time.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"rgb(185, 157, 237)\"},children:[\"\u2022 \",/*#__PURE__*/_jsx(\"strong\",{children:\"Direct Access to Me via My Personal Phone Number\"}),\":\"]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Reaching me is easy.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"You\u2019ll have my personal phone number so you can talk to me directly for any questions, updates, or urgent needs.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"I\u2019m here to make sure everything runs smoothly and without stress for you.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"rgb(185, 157, 237)\"},children:\"\u2022 And much more.\"})]}),className:\"framer-at2nxb\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Paragraph\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1yrz7c1\",\"data-styles-preset\":\"oboGyeey2\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(185, 157, 237)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Let's have a look at them now\u2026\"})}),/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-1yrz7c1\",\"data-styles-preset\":\"oboGyeey2\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(185, 157, 237)\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]})]}),className:\"framer-stvxx5\",\"data-framer-name\":\"Heading \",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Heading \",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-19v1yhi\",\"data-framer-name\":\"Features\",id:elementId5,name:\"Features\",ref:ref7,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"You don't have to.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Imagine a way where every dollar spent is worthwhile.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Our method helps you create pages that actually delivers, saving you from throwing money into the void.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"It's about making the most of what you already have, turning it into something more powerful.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:'\"But I don\\'t want a complicated, technical system...\"'}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"I get it, and that's why this is right for you.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Think of it as a gentle nudge rather than a mountain to climb.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Our approach is straightforward and doesn't rely on complex tools.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"It\u2019s about making smart tweaks that make a big difference.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:'\"But I can\\'t spend hours testing every little detail...\"'}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"I felt that way too until I stumbled upon this better way.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Our system shows how a few smart changes can boost results without eating up your time.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"It's like discovering a shortcut you never knew existed.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:'\"But I can\\'t afford to risk my current ad spend...\"'}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"That's why this is meant for you.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"You keep what works and simply make it better.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Our approach is about smarter management, so you can quickly see the benefits without feeling like you're gambling.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"In the end, you're in the driver's seat.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"You choose how much you want to refine your strategies.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Changes only happen when you're ready.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"We know it sounds simple... because it is.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"There's so much noise out there. It\u2019s easy to feel lost and overwhelmed.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Too much information often leads to wrong turns and wasted efforts.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Luckily, there's a clearer path\u2026\"})]}),className:\"framer-h48xqq\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],name:\"Paragraph\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-1yrz7c1\",\"data-styles-preset\":\"oboGyeey2\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(185, 157, 237)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"\\\"But I don't want to waste money on landing pages that don't work...\\\"\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]})}),className:\"framer-3y25gu\",\"data-framer-name\":\"Heading \",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Heading \",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-qo78oy\",\"data-framer-name\":\"Features\",id:elementId6,name:\"Features\",ref:ref8,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Meet The Landing Page Tester, a powerful tool for business owners who find digital marketing overwhelming.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Created by me Rayan Hasan, it's here to help you get the most out of your ad spend with landing pages that actually work.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Using The Conversion Amplification System, it combines analytics, A/B testing, and psychology to improve your conversion rates, even if your current pages aren't doing well.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Stop missing out on potential earnings and discover the power of effective landing pages with The Landing Page Tester.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"If you're struggling with low conversion rates or poor split-testing, this system gives you the tools to turn things around.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"With personalized support and a fresh perspective on your offers, you'll see better engagement and be ready to grow your business with ease.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"rgb(185, 157, 237)\"},children:\"The Landing Page Tester lets you...\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"\u2022 Revamp your offers and find new ways to connect with your audience through split-testing...\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"\u2022 Develop a strategy that's tailored to your audience with a unique offer angle...\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"\u2022 Use A/B testing to find out which elements work best...\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"\u2022 Access personalized support for quick, tailored solutions that fit your business needs...\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"\u2022 Get landing pages built in 3 days or less, so you can seize new trends and opportunities...\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"\u2022 And much more.\"})]}),className:\"framer-1hvjgyg\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],name:\"Paragraph\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-1yrz7c1\",\"data-styles-preset\":\"oboGyeey2\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(185, 157, 237)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Everything you need to know has been condensed into this simple-to-use system: The Landing Page Tester\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]})}),className:\"framer-3yzlp3\",\"data-framer-name\":\"Heading \",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Heading \",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-ko4sud\",\"data-framer-name\":\"Features\",id:elementId7,name:\"Features\",ref:ref9,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"-- The quickest way to grow your offers and boost conversion rates is by having landing pages that speak to your audience.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"It's not about guessing, outdated methods, or ignoring real-time data...\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"-- Avoid relying on split-testing practices that don't give clear results, especially if you want to see a return on your investment...\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"-- The answer lies in The Conversion Amplification System... a mix of analytics, A/B testing, and psychology that ensures your landing pages are effective and data-driven...\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"-- The results are real and measurable... and now, you can have a custom-built landing page tailored to your brand, tested against your current page for 30 days, with a promise of a free rebuild if it doesn't do better.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"I can't take all the credit for The Landing Page Tester\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"This system is a blend of advanced analytics and expert design strategies, made accessible for business owners who want to scale without stress.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"We've learned from the best in digital marketing, taking their wins and applying them to offer a top-notch service for businesses that want to succeed.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Go it alone, and you will end up confused and frustrated\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Trying to optimize landing pages without guidance often leads to disappointment.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"The process is simple yet effective with The Landing Page Tester, where personalized support and data-driven strategies come together for better results.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]})]}),className:\"framer-em4kla\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],name:\"Paragraph\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"I only want to work with business owners who are serious about making improvements and are ready to maximize their advertising efforts.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"The Landing Page Tester Is WRONG For You IF:\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:'\u2022 You think \"tested system\" means \"no changes needed.\"\\xa0'}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Every strategy requires tweaking.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"I've just made it easier.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"\u2022 You're not open to new offer angles or adjusting your engagement strategies.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Small changes can lead to big improvements; sticking to old ways won't get you the best outcomes.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"\u2022 You're unwilling to use real-time data for decision-making.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Leveraging analytics is crucial for growth and success.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:'\u2022 You believe, \"My current landing pages are fine.\"\\xa0'}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"The truth is, they might be costing you money.\\xa0\"}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"I've seen businesses improve with optimized pages, so consider the possibility.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"\u2022 Or, you're someone who will buy the service but never implement the proper changes from the data being given.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Please don't invest if that's your plan.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"But know, you may continue struggling with low conversion rates and not reach your goals unless you take action, starting now.\"})]}),className:\"framer-1cmf6ix\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],name:\"Paragraph\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Just like the clean lines of a well-designed app seem straightforward, the real strength is often beneath this simplicity.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:'\"Simplicity is the ultimate sophistication,\" said Leonardo da Vinci, and this principle guides every landing page I create.'}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"What I\u2019ve done for you with The Landing Page Tester is clear your path to more conversions as much as possible.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"So please, don't be misled by how simple the tested designs might appear.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:'It might even seem \"too\" simple to be effective, but just give it a try.\\xa0'}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"It will boost your results, I promise.\"})]}),className:\"framer-p5k47g\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],name:\"Paragraph\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"The total is $5,000\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"I wanted to make this a clear choice for any business owner ready to scale, looking for a strong, straightforward, and proven method to boost their landing page's success.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"So, I chose this price to reflect the huge value it brings by potentially doubling or even tripling your current conversion rates, without making your processes more complicated.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"And remember, this isn\u2019t about flashy tricks. It\u2019s about a strong, effective, and clear system that delivers results quickly.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"I\u2019ve done the deep work.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Years of crafting, testing, and refining landing pages across different industries.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:'But I haven\\'t \"reinvented\" the landing page.\\xa0'}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"I've just honed a system to make them as effective as they can be.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"So, I believe $5,000 is a very fair price, and it\u2019s important to act now (keep reading to see why...)\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Here\u2019s where this gets really exciting\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"You have my word: if the page I build doesn\u2019t outperform your current one in a split-test, I\u2019ll create a new page for any offer you choose\u2014at no additional cost.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"If you're not completely happy with the conversion improvements, if you don\u2019t notice a significant rise in your leads or sales, just tell me.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"We\u2019ll refine or rebuild, making sure every penny you spend works for you.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Keep in mind... this offer is highly exclusive\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Once I reach my limit, I need to focus deeply on delivering results to current clients and won\u2019t be able to take new ones at this price.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"It\u2019s smart to act now to make sure you secure your spot and lock in this pricing...\"})]}),className:\"framer-skz7wf\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],name:\"Paragraph\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Here it is.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"It might be hard to hear, but I've been upfront with you all along, and I'm not holding back now.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"What I have for you is a reality check.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"You can keep going the way you are with your landing pages.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"This means sticking with current low conversion rates and wasting time on tests that don't work.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"You'll face slow growth, throwing away ad money, and seeing your profits shrink.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"You'll keep feeling the frustration of not knowing if your landing pages are really doing their job.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Your chance to really boost your revenue will slip away if you don't see how powerful high-converting landing pages can be for your business growth.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:'Your \"digital stagnation\" will get worse, while others who have embraced The Landing Page Tester are watching their profits grow.'}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"As time passes, you'll have missed a valuable chance to use a proven system, and at the lowest price it will ever be.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"I know it's not what you wanted to hear but sometimes we need the hard truth.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"I believe in you.\\xa0\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"I trust you'll make the right choice to give yourself the best shot at increasing your profits and making more money from what you already offer.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"When you make this smart choice, you will...\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"\u2022 Get a completely astonishing design on your landing page that your customer will see and love\u2026\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"\u2022 Have me in your phone for any questions or concerns you may have\u2026\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"\u2022 Present your customers with the gift of purchasing from you using the copy I write for them.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"\u2022 See the landing page you currently use for your offer split tested against the one I built you for 30 days to find out which page and offer angle you should use to scale your business\u2026\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"\u2022 And much more.\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Test your way to success, Rayan Hasan\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"rgb(185, 157, 237)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"P.S. - Every moment you wait, is another moment your business will stay stuck.\"}),\"\\xa0\"]}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Success in business needs action, so take a step while it's still fresh in your mind...\"}),/*#__PURE__*/_jsxs(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-92p5tq\",\"data-styles-preset\":\"Xb_dAHAcN\",style:{\"--framer-text-color\":\"var(--token-7b9e9180-b9f2-45a8-b6c9-7f6f0299e634, rgb(255, 255, 255))\"},children:\"Book a call below\"})]}),className:\"framer-n9n6w1\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Paragraph\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-1yrz7c1\",\"data-styles-preset\":\"oboGyeey2\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(185, 157, 237)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Let's sum up what we've learned:\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]})}),className:\"framer-ggrhcx\",\"data-framer-name\":\"Heading \",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Heading \",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1yrz7c1\",\"data-styles-preset\":\"oboGyeey2\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(185, 157, 237)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"WARNING: This is definitely not for everyone\"})})}),className:\"framer-xpq14l\",\"data-framer-name\":\"Heading \",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Heading \",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1yrz7c1\",\"data-styles-preset\":\"oboGyeey2\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(185, 157, 237)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Don\u2019t let the simplicity fool you\"})})}),className:\"framer-4wzl3s\",\"data-framer-name\":\"Heading \",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Heading \",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-1yrz7c1\",\"data-styles-preset\":\"oboGyeey2\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(185, 157, 237)\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1yrz7c1\",\"data-styles-preset\":\"oboGyeey2\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(185, 157, 237)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"So how much is it going to cost you?\"})})]}),className:\"framer-gvdj0g\",\"data-framer-name\":\"Heading \",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Heading \",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-1yrz7c1\",\"data-styles-preset\":\"oboGyeey2\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(185, 157, 237)\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1yrz7c1\",\"data-styles-preset\":\"oboGyeey2\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(185, 157, 237)\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"If You Don't Take This Chance, Here's Something I Need to Share\u2026\"})})]}),className:\"framer-190y7ha\",\"data-framer-name\":\"Heading \",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Heading \",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-bb1nyq\",\"data-framer-name\":\"Trust Partners\",id:elementId8,name:\"Trust Partners\",ref:ref10}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-li6de8\",\"data-framer-name\":\"Integration\",id:elementId9,name:\"Integration\",ref:ref11})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oGQYvrCCR:{width:\"354px\",y:11748}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"382px\",y:13033,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ub8zm6-container\",children:/*#__PURE__*/_jsx(ButtonsPrimary,{dG7P1RNw0:\"16px 24px 16px 24px\",gYV9h25m2:\"https://sutoyb0ly25.typeform.com/to/WIQMj9Ze\",height:\"100%\",id:\"hY4lEyPVR\",KjK5iusub:\"100px\",layoutId:\"hY4lEyPVR\",style:{height:\"100%\",width:\"100%\"},W_zkkLhPu:false,width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"374px\",y:8883,children:/*#__PURE__*/_jsx(Container,{className:\"framer-qh4wxo-container hidden-14ijg6i\",children:/*#__PURE__*/_jsx(ButtonsPrimary,{dG7P1RNw0:\"16px 24px 16px 24px\",gYV9h25m2:\"https://sutoyb0ly25.typeform.com/to/WIQMj9Ze\",height:\"100%\",id:\"qc35sOSvZ\",KjK5iusub:\"100px\",layoutId:\"qc35sOSvZ\",style:{height:\"100%\",width:\"100%\"},W_zkkLhPu:false,width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oGQYvrCCR:{width:\"359px\",y:15533.000000000007}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"378px\",y:17155,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e56ari-container\",children:/*#__PURE__*/_jsx(ButtonsPrimary,{dG7P1RNw0:\"16px 24px 16px 24px\",gYV9h25m2:\"https://sutoyb0ly25.typeform.com/to/WIQMj9Ze\",height:\"100%\",id:\"GP82JDhkG\",KjK5iusub:\"100px\",layoutId:\"GP82JDhkG\",style:{height:\"100%\",width:\"100%\"},W_zkkLhPu:false,width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oGQYvrCCR:{width:\"355px\",y:21495.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"378px\",y:24212.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-s9f12e-container\",children:/*#__PURE__*/_jsx(ButtonsPrimary,{dG7P1RNw0:\"16px 24px 16px 24px\",gYV9h25m2:\"https://sutoyb0ly25.typeform.com/to/WIQMj9Ze\",height:\"100%\",id:\"E5v_GjGPe\",KjK5iusub:\"100px\",layoutId:\"E5v_GjGPe\",style:{height:\"100%\",width:\"100%\"},W_zkkLhPu:false,width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oGQYvrCCR:{width:\"347px\",y:18488.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"378px\",y:20725.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wu4oe1-container\",children:/*#__PURE__*/_jsx(ButtonsPrimary,{dG7P1RNw0:\"16px 24px 16px 24px\",gYV9h25m2:\"https://sutoyb0ly25.typeform.com/to/WIQMj9Ze\",height:\"100%\",id:\"OAQX3TMGc\",KjK5iusub:\"100px\",layoutId:\"OAQX3TMGc\",style:{height:\"100%\",width:\"100%\"},W_zkkLhPu:false,width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oGQYvrCCR:{width:\"347px\",y:23756}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"378px\",y:26646,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1r84y3p-container\",children:/*#__PURE__*/_jsx(ButtonsPrimary,{dG7P1RNw0:\"16px 24px 16px 24px\",gYV9h25m2:\"https://sutoyb0ly25.typeform.com/to/WIQMj9Ze\",height:\"100%\",id:\"HGOsYpjKk\",KjK5iusub:\"100px\",layoutId:\"HGOsYpjKk\",style:{height:\"100%\",width:\"100%\"},W_zkkLhPu:false,width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-OrXpp { background: rgb(0, 0, 24); }`,\".framer-OrXpp.framer-lux5qc, .framer-OrXpp .framer-lux5qc { display: block; }\",\".framer-OrXpp.framer-72rtr7 { align-content: center; align-items: center; background-color: #000018; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 29573px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-OrXpp .framer-2wgavu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1542px; justify-content: center; overflow: hidden; padding: 80px 30px 60px 30px; position: relative; width: 1500px; }\",\".framer-OrXpp .framer-faxf23 { flex: none; height: 974px; left: 0px; overflow: hidden; pointer-events: none; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-OrXpp .framer-5tgzbq { aspect-ratio: 0.8912529550827423 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 332px); overflow: visible; position: absolute; right: -20px; top: 0px; width: 296px; }\",\".framer-OrXpp .framer-8o407o-container { -webkit-mask: linear-gradient(311deg, rgba(0, 0, 0, 0) 14.37570382882882%, rgba(0,0,0,1) 48.29321509009009%, rgba(0, 0, 0, 0) 82.90470157657658%) add; bottom: 88px; flex: none; left: 70px; mask: linear-gradient(311deg, rgba(0, 0, 0, 0) 14.37570382882882%, rgba(0,0,0,1) 48.29321509009009%, rgba(0, 0, 0, 0) 82.90470157657658%) add; position: absolute; right: 0px; top: -17px; z-index: 1; }\",\".framer-OrXpp .framer-cjrnsz { aspect-ratio: 0.8912529550827423 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 332px); left: -20px; overflow: visible; position: absolute; top: 0px; width: 296px; }\",\".framer-OrXpp .framer-1gms9ku-container { -webkit-mask: linear-gradient(223deg, rgba(0, 0, 0, 0) 13.168637387387378%, rgba(0,0,0,1) 48.29321509009009%, rgba(0, 0, 0, 0) 84.82087556306307%) add; bottom: 88px; flex: none; left: 0px; mask: linear-gradient(223deg, rgba(0, 0, 0, 0) 13.168637387387378%, rgba(0,0,0,1) 48.29321509009009%, rgba(0, 0, 0, 0) 84.82087556306307%) add; position: absolute; right: 70px; top: -17px; z-index: 1; }\",\".framer-OrXpp .framer-fftztg { -webkit-mask: linear-gradient(180deg, #000000 50.909698761261254%, rgba(0,0,0,0) 76.2158643018018%) add; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; mask: linear-gradient(180deg, #000000 50.909698761261254%, rgba(0,0,0,0) 76.2158643018018%) add; overflow: hidden; padding: 0px; position: absolute; top: 0px; transform: translateX(-50%); width: min-content; }\",\".framer-OrXpp .framer-5zvbua { flex: none; height: 970px; overflow: hidden; position: relative; width: 970px; }\",\".framer-OrXpp .framer-l8mvz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 26px; height: 617px; justify-content: center; overflow: visible; padding: 90px 0px 0px 0px; position: relative; width: 1140px; z-index: 5; }\",\".framer-OrXpp .framer-109lzrd-container { flex: none; height: 40px; left: calc(50.00000000000002% - 291px / 2); position: absolute; top: -310px; width: 291px; z-index: 1; }\",\".framer-OrXpp .framer-1tlairf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 271px; justify-content: center; left: calc(50.00000000000002% - 1000px / 2); overflow: visible; padding: 0px; position: absolute; top: 83px; width: 1000px; z-index: 1; }\",\".framer-OrXpp .framer-1a1glzn { --framer-paragraph-spacing: 0px; flex: none; height: 138px; left: calc(50.00000000000002% - min(980px, 799px) / 2); max-width: 980px; position: absolute; top: -278px; white-space: pre-wrap; width: 799px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-OrXpp .framer-172ik88 { align-content: center; align-items: center; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 542px; justify-content: center; overflow: visible; padding: 230px 0px 230px 0px; position: relative; width: 1031px; }\",\".framer-OrXpp .framer-106nf4f { --framer-paragraph-spacing: 0px; flex: none; height: 123px; left: calc(49.95150339476238% - min(514px, 514px) / 2); max-width: 514px; position: absolute; top: -123px; white-space: pre-wrap; width: 514px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-OrXpp .framer-kft693 { flex: none; height: 57px; left: calc(49.95150339476238% - 161px / 2); overflow: visible; position: absolute; top: -481px; width: 161px; z-index: 1; }\",\".framer-OrXpp .framer-1unhng { align-content: center; align-items: center; bottom: 316px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 518px; justify-content: center; left: calc(50.00000000000002% - min(1200px, 1026px) / 2); max-width: 1200px; overflow: visible; padding: 74px 0px 0px 0px; position: absolute; width: 1026px; z-index: 0; }\",\".framer-OrXpp .framer-tb4arb-container { flex: none; height: 193px; left: calc(50.00000000000002% - 365px / 2); position: absolute; top: 20px; width: 365px; z-index: 1; }\",\".framer-OrXpp .framer-18qnwha { --border-bottom-width: 1px; --border-color: #0f0f2d; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-mask: linear-gradient(180deg, #000000 31.499859234234233%, rgba(0,0,0,0) 46.97353603603604%) add; background: linear-gradient(180deg, #02001b 0%, rgba(2, 0, 27, 1) 28.854867815971375%); border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: -246px; box-shadow: inset 0px 0px 250px 160px rgba(2, 0, 12, 0.3), 0px -6px 114px 10px rgba(246, 246, 246, 0.019999999552965164); flex: none; left: calc(50.00000000000002% - 886px / 2); mask: linear-gradient(180deg, #000000 31.499859234234233%, rgba(0,0,0,0) 46.97353603603604%) add; position: absolute; top: -96px; width: 886px; z-index: -1; }\",\".framer-OrXpp .framer-i11epg { --border-bottom-width: 1px; --border-color: var(--token-007d069d-c1f5-469a-b9fc-72cf78a99dcb, #141439); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(24px); -webkit-mask: linear-gradient(180deg, #000000 8.108108108108109%, rgba(0,0,0,1) 73.6328125%, rgba(0,0,0,0) 100%) add; align-content: flex-start; align-items: flex-start; backdrop-filter: blur(24px); border-bottom-left-radius: 22px; border-bottom-right-radius: 22px; border-top-left-radius: 22px; border-top-right-radius: 22px; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: 494px; justify-content: flex-start; left: calc(50.00000000000002% - max(360px, 890px) / 2); mask: linear-gradient(180deg, #000000 8.108108108108109%, rgba(0,0,0,1) 73.6328125%, rgba(0,0,0,0) 100%) add; min-width: 360px; overflow: visible; padding: 8px; position: absolute; width: 890px; z-index: 6; }\",\".framer-OrXpp .framer-ufkxms-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: -9px; z-index: 1; }\",\".framer-OrXpp .framer-1gnnghh { -webkit-filter: blur(85px); background-color: #7c49e3; border-bottom-left-radius: 130px; border-bottom-right-radius: 130px; border-top-left-radius: 130px; border-top-right-radius: 130px; filter: blur(85px); flex: none; height: 164px; left: calc(49.81481481481484% - 577px / 2); overflow: hidden; position: absolute; top: 28px; width: 577px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-OrXpp .framer-19vzouj-container { -webkit-mask: radial-gradient(65% 109.00000000000001% at 47.699999999999996% 95.5%, #000000 47.25682713963963%, rgba(0, 0, 0, 0) 84.20326576576576%) add; bottom: 488px; flex: none; height: 231px; left: calc(50.00000000000002% - 546px / 2); mask: radial-gradient(65% 109.00000000000001% at 47.699999999999996% 95.5%, #000000 47.25682713963963%, rgba(0, 0, 0, 0) 84.20326576576576%) add; position: absolute; width: 546px; z-index: 2; }\",\".framer-OrXpp .framer-7zhtsn { --framer-paragraph-spacing: 0px; flex: none; height: 847px; left: calc(54.083333333333364% - 928px / 2); position: absolute; top: 5136px; white-space: pre-wrap; width: 928px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-OrXpp .framer-51yx6u-container { flex: none; height: 675px; left: calc(50.00000000000002% - 1084px / 2); position: absolute; top: 1598px; width: 1084px; z-index: 1; }\",\".framer-OrXpp .framer-18a30cg, .framer-OrXpp .framer-lo3bnz, .framer-OrXpp .framer-1ktsbip, .framer-OrXpp .framer-8yyuwl, .framer-OrXpp .framer-5cz6h7, .framer-OrXpp .framer-12znb49, .framer-OrXpp .framer-14msyqh, .framer-OrXpp .framer-1r9n3a5, .framer-OrXpp .framer-1fryiuc, .framer-OrXpp .framer-laffvn, .framer-OrXpp .framer-13aou34, .framer-OrXpp .framer-1fcqgyp, .framer-OrXpp .framer-1axznro, .framer-OrXpp .framer-143145c, .framer-OrXpp .framer-9voz57 { height: 630px; position: relative; width: 400px; }\",\".framer-OrXpp .framer-1disp09, .framer-OrXpp .framer-9yl0pb, .framer-OrXpp .framer-5n1ab2, .framer-OrXpp .framer-9cdzkn, .framer-OrXpp .framer-mqh0y3, .framer-OrXpp .framer-msixiy { height: 615px; position: relative; width: 400px; }\",\".framer-OrXpp .framer-7k6eng { --framer-paragraph-spacing: 0px; flex: none; height: 140px; left: calc(50.00000000000002% - min(830px, 830px) / 2); max-width: 830px; position: absolute; top: 2517px; white-space: pre-wrap; width: 830px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-OrXpp .framer-1njdk7a { --framer-paragraph-spacing: 0px; flex: none; height: 140px; left: calc(50.00000000000002% - min(830px, 830px) / 2); max-width: 830px; position: absolute; top: 4910px; white-space: pre-wrap; width: 830px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-OrXpp .framer-8gpp4s { --framer-paragraph-spacing: 0px; flex: none; height: 140px; left: calc(50.00000000000002% - min(830px, 830px) / 2); max-width: 830px; position: absolute; top: 3724px; white-space: pre-wrap; width: 830px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-OrXpp .framer-tz418t { --framer-paragraph-spacing: 0px; flex: none; height: 140px; left: calc(50.00000000000002% - min(830px, 830px) / 2); max-width: 830px; position: absolute; top: 1402px; white-space: pre-wrap; width: 830px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-OrXpp .framer-qk2hxj-container { flex: none; height: 678px; left: calc(50.00000000000002% - 1043px / 2); position: absolute; top: 2776px; width: 1043px; z-index: 1; }\",\".framer-OrXpp .framer-1qfm3n1, .framer-OrXpp .framer-zdphwf { height: 634px; position: relative; width: 400px; }\",\".framer-OrXpp .framer-kmyzij, .framer-OrXpp .framer-lfwvje { height: 630px; position: relative; width: 398px; }\",\".framer-OrXpp .framer-f4uos0-container { flex: none; height: 52px; left: calc(50.00000000000002% - 388px / 2); position: absolute; top: 1108px; width: 388px; z-index: 1; }\",\".framer-OrXpp .framer-188kjng-container { flex: none; height: 51px; left: calc(50.00000000000002% - 354px / 2); position: absolute; top: 7949px; width: 354px; z-index: 1; }\",\".framer-OrXpp .framer-1xnv1y0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: 20678px; justify-content: center; left: 0px; max-width: 1320px; overflow: visible; padding: 40px; position: absolute; right: 0px; top: 8781px; z-index: 1; }\",\".framer-OrXpp .framer-10c2w0d-container { flex: none; height: 619px; left: calc(54.666666666666686% - 992px / 2); position: absolute; top: -4750px; width: 992px; z-index: 1; }\",\".framer-OrXpp .framer-e73cf4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 2734px; justify-content: center; left: 0px; overflow: hidden; padding: 1276px 0px 1276px 0px; position: absolute; right: 0px; scroll-margin-top: 60px; top: -2759px; z-index: 1; }\",\".framer-OrXpp .framer-x470a3 { --framer-paragraph-spacing: 0px; bottom: 0px; flex: none; height: 2470px; left: 260px; position: absolute; white-space: pre-wrap; width: 940px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-OrXpp .framer-vknmye { --framer-paragraph-spacing: 0px; flex: none; height: 140px; left: calc(54.666666666666686% - min(830px, 830px) / 2); max-width: 830px; position: absolute; top: 0px; white-space: pre-wrap; width: 830px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-OrXpp .framer-cp4923 { --framer-paragraph-spacing: 0px; bottom: 2378px; flex: none; height: 141px; left: 324px; max-width: 830px; position: absolute; white-space: pre-wrap; width: 798px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-OrXpp .framer-1bddl8h-container { bottom: 1404px; flex: none; height: 864px; left: 335px; position: absolute; width: 776px; z-index: 1; }\",\".framer-OrXpp .framer-1sd9ofx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 3819px; justify-content: center; left: calc(50.00000000000002% - 1120px / 2); overflow: hidden; padding: 1276px 0px 1276px 0px; position: absolute; scroll-margin-top: 60px; top: 349px; width: 1120px; z-index: 1; }\",\".framer-OrXpp .framer-wqg8w6 { --framer-paragraph-spacing: 0px; flex: none; height: 3525px; left: calc(54.375000000000014% - 928px / 2); position: absolute; top: calc(52.6053940822205% - 3525px / 2); white-space: pre-wrap; width: 928px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-OrXpp .framer-n9lisp, .framer-OrXpp .framer-12y7blh { --framer-paragraph-spacing: 0px; flex: none; height: 140px; left: 216px; max-width: 830px; position: absolute; top: 0px; white-space: pre-wrap; width: 830px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-OrXpp .framer-1hmu6pd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 3819px; justify-content: center; left: calc(50.00000000000002% - 1120px / 2); overflow: hidden; padding: 1276px 0px 1276px 0px; position: absolute; scroll-margin-top: 60px; top: 4495px; width: 1120px; z-index: 1; }\",\".framer-OrXpp .framer-2y4jjp { --framer-paragraph-spacing: 0px; flex: none; height: 3525px; left: calc(54.375000000000014% - 928px / 2); position: absolute; top: calc(53.836082744173886% - 3525px / 2); white-space: pre-wrap; width: 928px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-OrXpp .framer-dt616g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 3210px; justify-content: center; left: calc(50.00000000000002% - 1120px / 2); overflow: hidden; padding: 1276px 0px 1276px 0px; position: absolute; scroll-margin-top: 60px; top: calc(49.68565625302256% - 3210px / 2); width: 1120px; z-index: 1; }\",\".framer-OrXpp .framer-at2nxb { --framer-paragraph-spacing: 0px; flex: none; height: 2868px; left: calc(53.30357142857145% - 907px / 2); position: absolute; top: calc(53.271028037383196% - 2868px / 2); white-space: pre-wrap; width: 907px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-OrXpp .framer-stvxx5, .framer-OrXpp .framer-3y25gu { --framer-paragraph-spacing: 0px; flex: none; height: 70px; left: 221px; max-width: 830px; position: absolute; top: 0px; white-space: pre-wrap; width: 830px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-OrXpp .framer-19v1yhi { align-content: center; align-items: center; bottom: 5220px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 3210px; justify-content: center; left: calc(50.00000000000002% - 1120px / 2); overflow: hidden; padding: 1276px 0px 1276px 0px; position: absolute; scroll-margin-top: 60px; width: 1120px; z-index: 1; }\",\".framer-OrXpp .framer-h48xqq { --framer-paragraph-spacing: 0px; flex: none; height: 2868px; left: calc(54.285714285714306% - 928px / 2); position: absolute; top: calc(52.585669781931486% - 2868px / 2); white-space: pre-wrap; width: 928px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-OrXpp .framer-qo78oy { align-content: center; align-items: center; bottom: 2448px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1377px; justify-content: center; left: calc(50.00000000000002% - 1120px / 2); overflow: hidden; padding: 1276px 0px 1276px 0px; position: absolute; scroll-margin-top: 60px; width: 1120px; z-index: 1; }\",\".framer-OrXpp .framer-1hvjgyg { --framer-paragraph-spacing: 0px; flex: none; height: 1763px; left: calc(56.42857142857145% - 976px / 2); position: absolute; top: calc(48.86363636363639% - 1763px / 2); white-space: pre-wrap; width: 976px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-OrXpp .framer-3yzlp3 { --framer-paragraph-spacing: 0px; flex: none; height: 70px; left: 217px; max-width: 830px; position: absolute; top: 34px; white-space: pre-wrap; width: 830px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-OrXpp .framer-ko4sud { align-content: center; align-items: center; bottom: -30678px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 12613px; justify-content: center; left: calc(50.00000000000002% - 1120px / 2); overflow: hidden; padding: 1276px 0px 1276px 0px; position: absolute; scroll-margin-top: 60px; width: 1120px; z-index: 1; }\",\".framer-OrXpp .framer-em4kla { --framer-paragraph-spacing: 0px; flex: none; height: 1548px; left: calc(50.00000000000002% - 928px / 2); position: absolute; top: 242px; white-space: pre-wrap; width: 928px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-OrXpp .framer-1cmf6ix { --framer-paragraph-spacing: 0px; flex: none; height: 1745px; left: calc(50.00000000000002% - 928px / 2); position: absolute; top: 2411px; white-space: pre-wrap; width: 928px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-OrXpp .framer-p5k47g { --framer-paragraph-spacing: 0px; flex: none; height: 742px; left: calc(50.00000000000002% - 928px / 2); position: absolute; top: 4882px; white-space: pre-wrap; width: 928px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-OrXpp .framer-skz7wf { --framer-paragraph-spacing: 0px; bottom: 4129px; flex: none; height: 2167px; left: calc(50.00000000000002% - 928px / 2); position: absolute; white-space: pre-wrap; width: 928px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-OrXpp .framer-n9n6w1 { --framer-paragraph-spacing: 0px; bottom: 363px; flex: none; height: 3049px; left: calc(50.00000000000002% - 928px / 2); position: absolute; white-space: pre-wrap; width: 928px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-OrXpp .framer-ggrhcx { --framer-paragraph-spacing: 0px; flex: none; height: 70px; left: calc(50.00000000000002% - min(830px, 830px) / 2); max-width: 830px; position: absolute; top: 32px; white-space: pre-wrap; width: 830px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-OrXpp .framer-xpq14l { --framer-paragraph-spacing: 0px; flex: none; height: 70px; left: calc(50.00000000000002% - min(830px, 830px) / 2); max-width: 830px; position: absolute; top: 2224px; white-space: pre-wrap; width: 830px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-OrXpp .framer-4wzl3s { --framer-paragraph-spacing: 0px; flex: none; height: 70px; left: calc(50.00000000000002% - min(830px, 830px) / 2); max-width: 830px; position: absolute; top: 4676px; white-space: pre-wrap; width: 830px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-OrXpp .framer-gvdj0g { --framer-paragraph-spacing: 0px; flex: none; height: 70px; left: calc(50.00000000000002% - min(830px, 830px) / 2); max-width: 830px; position: absolute; top: calc(48.096776735755405% - 70px / 2); white-space: pre-wrap; width: 830px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-OrXpp .framer-190y7ha { --framer-paragraph-spacing: 0px; bottom: 3411px; flex: none; height: 354px; left: calc(50.00000000000002% - min(830px, 830px) / 2); max-width: 830px; position: absolute; white-space: pre-wrap; width: 830px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-OrXpp .framer-bb1nyq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 46px; height: min-content; justify-content: center; min-height: 433px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-OrXpp .framer-li6de8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 303px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-OrXpp .framer-ub8zm6-container { flex: none; height: 52px; left: calc(50.00000000000002% - 382px / 2); position: absolute; top: 13033px; width: 382px; z-index: 1; }\",\".framer-OrXpp .framer-qh4wxo-container { flex: none; height: 52px; left: calc(50.00000000000002% - 374px / 2); position: absolute; top: 8883px; width: 374px; z-index: 1; }\",\".framer-OrXpp .framer-1e56ari-container { bottom: 12366px; flex: none; height: 52px; left: calc(50.00000000000002% - 378px / 2); position: absolute; width: 378px; z-index: 1; }\",\".framer-OrXpp .framer-s9f12e-container { bottom: 5309px; flex: none; height: 52px; left: calc(50.00000000000002% - 378px / 2); position: absolute; width: 378px; z-index: 1; }\",\".framer-OrXpp .framer-wu4oe1-container { bottom: 8796px; flex: none; height: 52px; left: calc(50.00000000000002% - 378px / 2); position: absolute; width: 378px; z-index: 1; }\",\".framer-OrXpp .framer-1r84y3p-container { bottom: 2875px; flex: none; height: 52px; left: calc(50.00000000000002% - 378px / 2); position: absolute; width: 378px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-OrXpp.framer-72rtr7, .framer-OrXpp .framer-2wgavu, .framer-OrXpp .framer-fftztg, .framer-OrXpp .framer-l8mvz, .framer-OrXpp .framer-1tlairf, .framer-OrXpp .framer-172ik88, .framer-OrXpp .framer-1unhng, .framer-OrXpp .framer-i11epg, .framer-OrXpp .framer-1xnv1y0, .framer-OrXpp .framer-e73cf4, .framer-OrXpp .framer-1sd9ofx, .framer-OrXpp .framer-1hmu6pd, .framer-OrXpp .framer-dt616g, .framer-OrXpp .framer-19v1yhi, .framer-OrXpp .framer-qo78oy, .framer-OrXpp .framer-ko4sud, .framer-OrXpp .framer-bb1nyq, .framer-OrXpp .framer-li6de8 { gap: 0px; } .framer-OrXpp.framer-72rtr7 > *, .framer-OrXpp .framer-2wgavu > *, .framer-OrXpp .framer-e73cf4 > *, .framer-OrXpp .framer-1sd9ofx > *, .framer-OrXpp .framer-1hmu6pd > *, .framer-OrXpp .framer-dt616g > *, .framer-OrXpp .framer-19v1yhi > *, .framer-OrXpp .framer-qo78oy > *, .framer-OrXpp .framer-ko4sud > *, .framer-OrXpp .framer-li6de8 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-OrXpp.framer-72rtr7 > :first-child, .framer-OrXpp .framer-2wgavu > :first-child, .framer-OrXpp .framer-l8mvz > :first-child, .framer-OrXpp .framer-1tlairf > :first-child, .framer-OrXpp .framer-1unhng > :first-child, .framer-OrXpp .framer-i11epg > :first-child, .framer-OrXpp .framer-1xnv1y0 > :first-child, .framer-OrXpp .framer-e73cf4 > :first-child, .framer-OrXpp .framer-1sd9ofx > :first-child, .framer-OrXpp .framer-1hmu6pd > :first-child, .framer-OrXpp .framer-dt616g > :first-child, .framer-OrXpp .framer-19v1yhi > :first-child, .framer-OrXpp .framer-qo78oy > :first-child, .framer-OrXpp .framer-ko4sud > :first-child, .framer-OrXpp .framer-bb1nyq > :first-child, .framer-OrXpp .framer-li6de8 > :first-child { margin-top: 0px; } .framer-OrXpp.framer-72rtr7 > :last-child, .framer-OrXpp .framer-2wgavu > :last-child, .framer-OrXpp .framer-l8mvz > :last-child, .framer-OrXpp .framer-1tlairf > :last-child, .framer-OrXpp .framer-1unhng > :last-child, .framer-OrXpp .framer-i11epg > :last-child, .framer-OrXpp .framer-1xnv1y0 > :last-child, .framer-OrXpp .framer-e73cf4 > :last-child, .framer-OrXpp .framer-1sd9ofx > :last-child, .framer-OrXpp .framer-1hmu6pd > :last-child, .framer-OrXpp .framer-dt616g > :last-child, .framer-OrXpp .framer-19v1yhi > :last-child, .framer-OrXpp .framer-qo78oy > :last-child, .framer-OrXpp .framer-ko4sud > :last-child, .framer-OrXpp .framer-bb1nyq > :last-child, .framer-OrXpp .framer-li6de8 > :last-child { margin-bottom: 0px; } .framer-OrXpp .framer-fftztg > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-OrXpp .framer-fftztg > :first-child, .framer-OrXpp .framer-172ik88 > :first-child { margin-left: 0px; } .framer-OrXpp .framer-fftztg > :last-child, .framer-OrXpp .framer-172ik88 > :last-child { margin-right: 0px; } .framer-OrXpp .framer-l8mvz > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } .framer-OrXpp .framer-1tlairf > *, .framer-OrXpp .framer-1unhng > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-OrXpp .framer-172ik88 > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-OrXpp .framer-i11epg > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-OrXpp .framer-1xnv1y0 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-OrXpp .framer-bb1nyq > * { margin: 0px; margin-bottom: calc(46px / 2); margin-top: calc(46px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-OrXpp[data-border=\"true\"]::after, .framer-OrXpp [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',`@media (max-width: 1199px) { .${metadata.bodyClassName}-framer-OrXpp { background: rgb(0, 0, 24); } .framer-OrXpp.framer-72rtr7 { width: 390px; } .framer-OrXpp .framer-2wgavu { left: -555px; position: absolute; right: -555px; top: 0px; width: unset; z-index: 1; } .framer-OrXpp .framer-faxf23, .framer-OrXpp .framer-tb4arb-container { order: 0; } .framer-OrXpp .framer-l8mvz { height: 46px; order: 1; width: 364px; } .framer-OrXpp .framer-109lzrd-container { order: 0; top: -555px; } .framer-OrXpp .framer-1tlairf { height: 138px; left: -318px; order: 2; right: -318px; top: -473px; width: unset; } .framer-OrXpp .framer-1a1glzn { bottom: -25px; height: unset; left: calc(50.00000000000002% - min(980px, 359px) / 2); top: 0px; width: 359px; } .framer-OrXpp .framer-172ik88 { bottom: -34px; height: unset; left: calc(50.00000000000002% - 275px / 2); order: 1; position: absolute; top: -335px; width: 275px; z-index: 1; } .framer-OrXpp .framer-106nf4f { height: 65px; left: -27px; right: -26px; top: 54px; width: unset; } .framer-OrXpp .framer-kft693 { left: calc(49.81818181818184% - 161px / 2); top: -302px; } .framer-OrXpp .framer-1unhng { bottom: 394px; left: calc(50.00000000000002% - min(1200px, 390px) / 2); order: 3; width: 390px; } .framer-OrXpp .framer-18qnwha { order: 1; } .framer-OrXpp .framer-1gnnghh { left: calc(50.00000000000002% - 577px / 2); order: 3; top: 34px; } .framer-OrXpp .framer-19vzouj-container { order: 4; } .framer-OrXpp .framer-7zhtsn { height: 640px; left: unset; right: 13px; top: 4193px; width: 360px; } .framer-OrXpp .framer-51yx6u-container { height: 674px; left: 0px; top: 1281px; width: 380px; } .framer-OrXpp .framer-7k6eng { left: calc(50.00000000000002% - min(830px, 346px) / 2); top: 2076px; width: 346px; } .framer-OrXpp .framer-1njdk7a { left: calc(50.00000000000002% - min(830px, 379px) / 2); top: 4017px; width: 379px; } .framer-OrXpp .framer-8gpp4s { left: calc(50.00000000000002% - min(830px, 364px) / 2); top: 3047px; width: 364px; } .framer-OrXpp .framer-tz418t { left: calc(49.743589743589766% - min(830px, 367px) / 2); top: 1117px; width: 367px; } .framer-OrXpp .framer-qk2hxj-container { left: 0px; right: 0px; top: 2286px; width: unset; } .framer-OrXpp .framer-f4uos0-container { height: 51px; left: calc(49.743589743589766% - 354px / 2); top: 907px; width: 354px; } .framer-OrXpp .framer-10c2w0d-container { left: 0px; top: -5505px; width: 377px; } .framer-OrXpp .framer-e73cf4 { height: 3018px; top: -3924px; } .framer-OrXpp .framer-x470a3 { bottom: unset; height: 2856px; left: calc(50.00000000000002% - 341px / 2); top: calc(52.68389662027835% - 2856px / 2); width: 341px; } .framer-OrXpp .framer-vknmye { left: calc(51.02564102564104% - min(830px, 374px) / 2); width: 374px; } .framer-OrXpp .framer-cp4923 { bottom: 5406px; left: calc(50.00000000000002% - min(830px, 367px) / 2); width: 367px; } .framer-OrXpp .framer-1bddl8h-container { bottom: 4753px; height: 597px; left: calc(50.00000000000002% - 348px / 2); width: 348px; } .framer-OrXpp .framer-1sd9ofx { height: 3842px; left: 0px; top: -703px; width: 382px; } .framer-OrXpp .framer-wqg8w6 { left: calc(50.00000000000002% - 339px / 2); top: calc(50.01309243257399% - 3525px / 2); width: 339px; } .framer-OrXpp .framer-n9lisp { height: 91px; left: calc(51.04712041884819% - min(830px, 365px) / 2); width: 365px; } .framer-OrXpp .framer-1hmu6pd { height: 3850px; left: 0px; top: 3108px; width: 382px; } .framer-OrXpp .framer-2y4jjp { height: 3446px; left: calc(50.00000000000002% - 332px / 2); top: calc(49.32467532467535% - 3446px / 2); width: 332px; } .framer-OrXpp .framer-12y7blh { height: 80px; left: calc(50.00000000000002% - min(830px, 356px) / 2); width: 356px; } .framer-OrXpp .framer-dt616g { left: 0px; right: 0px; top: 6938px; width: unset; } .framer-OrXpp .framer-at2nxb { left: calc(50.00000000000002% - 346px / 2); top: calc(48.47352024922121% - 2868px / 2); width: 346px; } .framer-OrXpp .framer-stvxx5 { left: 14px; width: 376px; } .framer-OrXpp .framer-19v1yhi { bottom: 7628px; left: 0px; right: 0px; width: unset; } .framer-OrXpp .framer-h48xqq { left: calc(50.00000000000002% - 332px / 2); top: calc(51.183800623052974% - 2868px / 2); width: 332px; } .framer-OrXpp .framer-3y25gu { height: 121px; left: calc(50.00000000000002% - min(830px, 362px) / 2); top: 15px; width: 362px; } .framer-OrXpp .framer-qo78oy { bottom: 5305px; height: 2266px; left: calc(50.00000000000002% - 378px / 2); width: 378px; } .framer-OrXpp .framer-1hvjgyg { left: calc(50.00000000000002% - 329px / 2); top: calc(46.43416927899689% - 1763px / 2); width: 329px; } .framer-OrXpp .framer-3yzlp3 { height: 217px; left: calc(50.00000000000002% - min(830px, 364px) / 2); top: 45px; width: 364px; } .framer-OrXpp .framer-ub8zm6-container { left: calc(50.00000000000002% - 354px / 2); top: 11748px; width: 354px; } .framer-OrXpp .framer-1e56ari-container { bottom: unset; left: calc(50.00000000000002% - 359px / 2); top: calc(52.612180029080605% - 52px / 2); width: 359px; } .framer-OrXpp .framer-s9f12e-container { bottom: 8026px; left: calc(50.00000000000002% - 355px / 2); width: 355px; } .framer-OrXpp .framer-wu4oe1-container { bottom: 11033px; left: calc(50.00000000000002% - 347px / 2); width: 347px; } .framer-OrXpp .framer-1r84y3p-container { bottom: 5765px; left: calc(50.00000000000002% - 347px / 2); width: 347px; }}`];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 29573\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"oGQYvrCCR\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-OrXpp\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:29573,width:1200};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...ParticlesFonts,...HelperSectionTagsFonts,...VimeoFonts,...VideoFonts,...TickerFonts,...ButtonsPrimaryFonts,...FAQSContainerFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerResponsiveScreen\":\"\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"29573\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"oGQYvrCCR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "iiCAAA,SAASA,GAAgBC,EAAE,EAAE,CAAC,GAAG,EAAEA,aAAa,GAAG,MAAM,IAAI,UAAU,mCAAmC,CAAC,CAAC,SAASC,GAAkBD,EAAE,EAAE,CAAC,QAAQE,EAAE,EAAEA,EAAE,EAAE,OAAOA,IAAI,CAAC,IAAIC,EAAE,EAAED,CAAC,EAAEC,EAAE,WAAWA,EAAE,YAAY,GAAMA,EAAE,aAAa,GAAK,UAAUA,IAAIA,EAAE,SAAS,IAAM,OAAO,eAAeH,EAAEG,EAAE,IAAIA,CAAC,EAAE,CAAC,SAASC,GAAaJ,EAAE,EAAEE,EAAE,CAAC,UAAGD,GAAkBD,EAAE,UAAU,CAAC,EAAEE,GAAGD,GAAkBD,EAAEE,CAAC,EAASF,CAAC,CAIzY,IAAIA,GAAgB,OAAOK,EAArB,KAAiD,CAAC,EAAE,SAAS,KAAKA,CAAM,IAA3C,kBAOnC,SAASC,GAAcN,EAAE,EAAE,CAAC,OAAWA,EAAE,QAAQ,EAAE,YAAY,CAAC,IAA7B,EAA+BA,EAAE,GAAG,OAAO,EAAE,YAAY,CAAC,EAAE,OAAOA,EAAE,OAAO,EAAE,CAAC,EAAE,YAAY,CAAC,EAAE,OAAOA,EAAE,OAAO,CAAC,CAAC,CAAC,CAMtJ,SAASO,GAAaP,EAAE,CAAC,MAAO,GAAQA,GAAOA,EAAE,WAAN,GAAgB,aAAaA,GAAGA,EAAE,eAAeA,EAAE,cAAc,YAAY,CAQxH,SAASQ,GAAUR,EAAE,CAAC,MAAM,CAAC,MAAM,WAAWA,CAAC,CAAC,GAAG,SAASA,CAAC,GAAG,KAAK,MAAMA,CAAC,GAAGA,CAAC,CAMhF,SAASS,GAAWT,EAAE,CAAC,MAAM,qDAAqD,KAAKA,CAAC,CAAC,CAOzF,SAASU,IAAa,CAAC,IAAIV,EAAE,UAAU,OAAO,GAAY,UAAU,CAAC,IAApB,OAAsB,UAAU,CAAC,EAAE,CAAC,EAAM,EAAEA,EAAE,GAAOE,EAAEF,EAAE,IAAQG,EAAE,GAAGD,EAAE,GAAG,CAACC,EAAE,MAAM,IAAI,MAAM,6GAA6G,EAAE,GAAGK,GAAUL,CAAC,EAAE,MAAM,qBAAqB,OAAOA,CAAC,EAAE,GAAGM,GAAWN,CAAC,EAAE,OAAOA,EAAE,QAAQ,QAAQ,QAAQ,EAAE,MAAG,EAAQ,IAAI,UAAU,SAAI,OAAO,EAAE,iCAA4B,CAAC,EAAQ,IAAI,UAAU,SAAI,OAAOA,EAAE,gCAA2B,CAAC,CAAC,CAAC,IAAIQ,GAAgB,OAAO,MAAM,UAAU,QAArC,IAAiDT,GAAgB,OAAOU,EAArB,KAA2C,OAAOA,EAAO,YAA5B,IAAwC,GAAG,CAACZ,KAAI,CAACW,IAAG,CAACT,IAAG,MAAM,IAAI,MAAM,+DAA+D,EAAE,IAAIC,GAAgB,OAAO,WAArB,IAAgC,WAAyB,OAAOS,EAArB,IAA4BA,EAAqB,OAAOP,EAArB,IAA4BA,EAAqB,OAAO,KAArB,IAA0B,KAAK,CAAC,EAAE,SAASQ,GAAqBb,EAAE,EAAE,CAAC,OAAO,EAAE,CAAC,QAAQ,CAAC,CAAC,EAAEA,EAAE,EAAE,EAAE,OAAO,EAAE,EAAE,QACh7B;AAAA;AAAA;AAAA;AAAA;AAAA,GAKG,EAAE,SAASA,EAAE,CAAC,GAAG,CAACA,EAAE,QAAQ,CAAC,IAAI,EAAE,OAAO,UAAU,eAAmBc,EAAe,SAASd,EAAEW,EAAET,EAAE,CAAC,OAAO,eAAe,OAAO,eAAeF,EAAEW,EAAE,CAAC,aAAa,GAAK,SAAS,GAAK,MAAMT,CAAC,CAAC,EAAEF,EAAEW,CAAC,EAAET,CAAC,EAAEF,EAAE,QAAQ,UAAU,CAAC,SAASe,GAAS,CAAC,GAAY,OAAT,OAAc,MAAM,IAAI,UAAU,oCAAoC,EAA+C,GAA7CD,EAAe,KAAK,MAAME,EAAM,UAAU,CAAC,EAAK,UAAU,OAAO,EAAE,MAAM,IAAI,UAAU,mCAAmC,CAAC,CAACF,EAAeC,EAAQ,UAAU,SAAU,SAASf,EAAE,CAA8B,GAA7BiB,EAAc,KAAK,QAAQ,EAAK,CAACC,EAASlB,CAAC,EAAE,MAAO,GAAM,IAAIW,EAAEX,EAAE,KAAK,GAAG,EAAE,OAAGW,GAAGA,EAAE,CAAC,IAAIX,GAAG,OAAOA,EAAE,KAAK,GAAG,EAAS,IAAY,EAAK,CAAE,EAAEc,EAAeC,EAAQ,UAAU,MAAO,SAASf,EAAE,CAA2B,GAA1BiB,EAAc,KAAK,KAAK,EAAKC,EAASlB,CAAC,EAAE,CAAC,IAAIW,EAAEX,EAAE,KAAK,GAAG,EAAE,OAAOW,GAAGA,EAAE,CAAC,IAAIX,EAAEW,EAAE,CAAC,EAAE,OAAO,CAAE,EAAEG,EAAeC,EAAQ,UAAU,MAAO,SAASf,EAAE,CAA2B,GAA1BiB,EAAc,KAAK,KAAK,EAAK,CAACC,EAASlB,CAAC,EAAE,MAAO,GAAM,IAAIW,EAAEX,EAAE,KAAK,GAAG,EAAE,MAAM,EAAE,CAACW,GAAGA,EAAE,CAAC,IAAIX,EAAE,CAAE,EAAEc,EAAeC,EAAQ,UAAU,MAAO,SAASf,EAAEW,EAAE,CAA2B,GAA1BM,EAAc,KAAK,KAAK,EAAK,CAACC,EAASlB,CAAC,EAAE,MAAM,IAAI,UAAU,oCAAoC,EAAE,IAAIE,EAAEF,EAAE,KAAK,GAAG,EAAE,OAAGE,GAAGA,EAAE,CAAC,IAAIF,GAAGE,EAAE,CAAC,EAAES,EAAS,OAAKG,EAAed,EAAE,KAAK,IAAI,CAACA,EAAEW,CAAC,CAAC,EAAS,KAAI,CAAE,EAAE,SAASM,EAAcjB,EAAEE,EAAE,CAAC,GAAG,CAACgB,EAASlB,CAAC,GAAG,CAAC,EAAE,KAAKA,EAAE,KAAK,EAAE,MAAM,IAAI,UAAUE,EAAE,2CAA2C,OAAOF,CAAC,CAAC,CAAC,SAASgB,EAAMhB,EAAE,CAAC,OAAOA,EAAE,IAAImB,EAAK,EAAE,IAAIA,EAAK,CAAC,CAAC,SAASA,GAAM,CAAC,OAAO,KAAK,OAAO,EAAE,SAAS,EAAE,UAAU,CAAC,CAAC,CAAC,OAAAL,EAAeC,EAAQ,YAAY,EAAI,EAASA,CAAO,EAAE,EAAE,SAASG,EAASlB,EAAE,CAAC,OAAO,OAAOA,CAAC,IAAIA,CAAC,CAAC,GAAiB,OAAO,KAArB,IAA0B,KAAmB,OAAOY,EAArB,IAA4BA,GAAsB,OAAOT,GAArB,IAAuBA,GAAE,EAAE,IAAIiB,GAAEP,GAAsB,SAASb,EAAE,EAAE,SAAaW,EAAE,EAAER,EAAE,CAAC,EAAEQ,CAAC,EAAE,EAAEA,CAAC,GAAGR,EAAE,EAAEH,EAAE,UAAUA,EAAE,QAAQ,EAAEW,CAAC,EAAE,GAAG,WAAwB,OAAOR,GAApB,IAAsBA,IAAI,UAAc,CAAC,IAAIH,EAAEW,EAAET,EAAEC,EAAE,OAAO,UAAU,SAASiB,EAAe,OAAO,aAApB,IAAiC,SAAepB,EAAE,CAAC,OAAO,aAAaA,CAAC,CAAC,EAAE,WAAW,GAAG,CAAC,OAAO,eAAe,CAAC,EAAE,IAAI,CAAC,CAAC,EAAEA,EAAE,SAAqBA,EAAEW,EAAET,EAAEC,EAAE,CAAC,OAAO,OAAO,eAAeH,EAAEW,EAAE,CAAC,MAAMT,EAAE,SAAS,GAAK,aAAqBC,IAAR,EAAS,CAAC,CAAC,CAAC,MAAC,CAASH,EAAE,SAAqBA,EAAEW,EAAET,EAAE,CAAC,OAAAF,EAAEW,CAAC,EAAET,EAASF,CAAC,CAAC,CAACE,EAAE,UAAgB,CAAC,IAAIF,EAAEE,EAAEC,EAAE,SAASkB,EAAKrB,EAAEW,EAAE,CAAC,KAAK,GAAGX,EAAE,KAAK,KAAKW,EAAE,KAAK,KAAK,MAAM,CAAC,MAAM,CAAC,IAAI,SAAaA,EAAES,EAAE,CAACjB,EAAE,IAAIkB,EAAKV,EAAES,CAAC,EAAElB,EAAEA,EAAE,KAAKC,EAAEH,EAAEG,EAAED,EAAEC,EAAEA,EAAE,MAAM,EAAE,MAAM,UAAgB,CAAC,IAAIA,EAAEH,EAAe,IAAbA,EAAEE,EAAES,EAAE,OAAaR,GAAGA,EAAE,GAAG,KAAKA,EAAE,IAAI,EAAEA,EAAEA,EAAE,IAAK,CAAC,CAAC,EAAE,EAAE,SAASmB,EAAStB,EAAEG,EAAE,CAACD,EAAE,IAAIF,EAAEG,CAAC,EAAEQ,IAAIA,EAAES,EAAElB,EAAE,KAAK,EAAE,CAAC,SAASqB,EAAWvB,EAAE,CAAC,IAAIW,EAAET,EAAE,OAAOF,EAAE,OAAMA,GAAN,MAAmBE,GAAV,UAAyBA,GAAZ,aAAgBS,EAAEX,EAAE,MAAwB,OAAOW,GAAnB,YAAsBA,CAAC,CAAC,SAASa,GAAQ,CAAC,QAAQxB,EAAE,EAAEA,EAAE,KAAK,MAAM,OAAOA,IAAIyB,EAAe,KAAS,KAAK,QAAT,EAAe,KAAK,MAAMzB,CAAC,EAAE,QAAQ,KAAK,MAAMA,CAAC,EAAE,QAAQ,KAAK,MAAMA,CAAC,CAAC,EAAE,KAAK,MAAM,OAAO,CAAC,CAAC,SAASyB,EAAezB,EAAEW,EAAET,EAAE,CAAC,IAAIC,EAAEiB,EAAE,GAAG,CAAYT,IAAR,GAAUT,EAAE,OAAOF,EAAE,GAAG,GAAOG,EAASQ,IAAP,GAASX,EAAE,IAAIW,EAAE,KAAK,OAAOX,EAAE,GAAG,EAAEG,IAAID,EAAE,QAAQA,EAAE,OAAO,UAAU,qBAAqB,CAAC,GAAGkB,EAAEG,EAAWpB,CAAC,GAAGiB,EAAE,KAAKjB,EAAED,EAAE,QAAQA,EAAE,MAAM,EAAEA,EAAE,QAAQC,CAAC,EAAE,OAAOH,EAAN,CAASE,EAAE,OAAOF,CAAC,CAAC,CAAC,CAAC,SAAS0B,EAAQ1B,EAAE,CAAC,IAAIW,EAAET,EAAE,KAAK,GAAG,CAACA,EAAE,UAAU,CAACA,EAAE,UAAU,GAAKA,EAAE,MAAMA,EAAEA,EAAE,KAAK,GAAG,EAAIS,EAAEY,EAAWvB,CAAC,GAAEsB,EAAU,UAAU,CAAC,IAAInB,EAAE,IAAIwB,EAAezB,CAAC,EAAE,GAAG,CAACS,EAAE,KAAKX,EAAG,UAAoB,CAAC0B,EAAQ,MAAMvB,EAAE,SAAS,CAAC,EAAI,UAAmB,CAACyB,EAAO,MAAMzB,EAAE,SAAS,CAAC,CAAE,CAAC,OAAOH,EAAN,CAAS4B,EAAO,KAAKzB,EAAEH,CAAC,CAAC,CAAC,CAAE,GAAOE,EAAE,IAAIF,EAAEE,EAAE,MAAM,EAAEA,EAAE,MAAM,OAAO,GAAGoB,EAASE,EAAOtB,CAAC,EAAE,OAAOF,EAAN,CAAS4B,EAAO,KAAK,IAAID,EAAezB,CAAC,EAAEF,CAAC,CAAC,EAAE,CAAC,SAAS4B,EAAO5B,EAAE,CAAC,IAAIW,EAAE,KAASA,EAAE,YAAWA,EAAE,UAAU,GAAKA,EAAE,MAAMA,EAAEA,EAAE,KAAKA,EAAE,IAAIX,EAAEW,EAAE,MAAM,EAAEA,EAAE,MAAM,OAAO,GAAGW,EAASE,EAAOb,CAAC,EAAE,CAAC,SAASkB,EAAgB7B,EAAEW,EAAET,EAAEC,EAAE,CAAC,QAAQiB,EAAE,EAAEA,EAAET,EAAE,OAAOS,KAAK,SAAcA,EAAE,CAACpB,EAAE,QAAQW,EAAES,CAAC,CAAC,EAAE,KAAM,SAAoBpB,EAAE,CAACE,EAAEkB,EAAEpB,CAAC,CAAC,EAAGG,CAAC,CAAC,GAAGiB,CAAC,CAAC,CAAC,SAASO,EAAe3B,EAAE,CAAC,KAAK,IAAIA,EAAE,KAAK,UAAU,EAAK,CAAC,SAAS8B,EAAQ9B,EAAE,CAAC,KAAK,QAAQA,EAAE,KAAK,MAAM,EAAE,KAAK,UAAU,GAAM,KAAK,MAAM,CAAC,EAAE,KAAK,IAAI,MAAM,CAAC,SAAS+B,EAAQ/B,EAAE,CAAC,GAAe,OAAOA,GAAnB,WAAqB,MAAM,UAAU,gBAAgB,EAAE,GAAO,KAAK,UAAT,EAAiB,MAAM,UAAU,eAAe,EAAE,KAAK,QAAQ,EAAE,IAAIW,EAAE,IAAImB,EAAQ,IAAI,EAAE,KAAK,KAAK,SAAc9B,EAAEE,EAAE,CAAC,IAAIC,EAAE,CAAC,QAAoB,OAAOH,GAAnB,YAAsBA,EAAE,QAAoB,OAAOE,GAAnB,YAAsBA,CAAC,EAAE,OAAAC,EAAE,QAAQ,IAAI,KAAK,YAAa,SAAsBH,EAAEW,EAAE,CAAC,GAAe,OAAOX,GAAnB,YAAkC,OAAOW,GAAnB,WAAqB,MAAM,UAAU,gBAAgB,EAAER,EAAE,QAAQH,EAAEG,EAAE,OAAOQ,CAAC,CAAE,EAAEA,EAAE,MAAM,KAAKR,CAAC,EAAMQ,EAAE,QAAN,GAAaW,EAASE,EAAOb,CAAC,EAASR,EAAE,OAAO,EAAE,KAAK,MAAM,SAAiBH,EAAE,CAAC,OAAO,KAAK,KAAK,OAAOA,CAAC,CAAC,EAAE,GAAG,CAACA,EAAE,KAAK,OAAQ,SAAuBA,EAAE,CAAC0B,EAAQ,KAAKf,EAAEX,CAAC,CAAC,EAAI,SAAsBA,EAAE,CAAC4B,EAAO,KAAKjB,EAAEX,CAAC,CAAC,CAAE,CAAC,OAAOA,EAAN,CAAS4B,EAAO,KAAKjB,EAAEX,CAAC,CAAC,CAAC,CAAC,IAAIgC,EAAEhC,EAAE,CAAC,EAAE,cAAc+B,EAAQ,EAAK,EAAE,OAAAA,EAAQ,UAAUC,EAAEhC,EAAEgC,EAAE,UAAU,EAAE,EAAK,EAAEhC,EAAE+B,EAAQ,UAAW,SAAyB/B,EAAE,CAAC,IAAIW,EAAE,KAAK,OAAOX,GAAa,OAAOA,GAAjB,UAAwBA,EAAE,UAAN,EAAcA,EAAE,IAAIW,EAAG,SAAkBA,EAAET,EAAE,CAAC,GAAe,OAAOS,GAAnB,YAAkC,OAAOT,GAAnB,WAAqB,MAAM,UAAU,gBAAgB,EAAES,EAAEX,CAAC,CAAC,CAAE,CAAC,CAAE,EAAEA,EAAE+B,EAAQ,SAAU,SAAwB/B,EAAE,CAAC,OAAO,IAAI,KAAM,SAAkBW,EAAET,EAAE,CAAC,GAAe,OAAOS,GAAnB,YAAkC,OAAOT,GAAnB,WAAqB,MAAM,UAAU,gBAAgB,EAAEA,EAAEF,CAAC,CAAC,CAAE,CAAC,CAAE,EAAEA,EAAE+B,EAAQ,MAAO,SAAqB/B,EAAE,CAAC,IAAIW,EAAE,KAAK,OAAwBR,EAAE,KAAKH,CAAC,GAA1B,iBAA4BW,EAAE,OAAO,UAAU,cAAc,CAAC,EAAMX,EAAE,SAAN,EAAaW,EAAE,QAAQ,CAAC,CAAC,EAAE,IAAIA,EAAG,SAAkBT,EAAEC,EAAE,CAAC,GAAe,OAAOD,GAAnB,YAAkC,OAAOC,GAAnB,WAAqB,MAAM,UAAU,gBAAgB,EAAE,IAAIiB,EAAEpB,EAAE,OAAOgC,EAAE,MAAMZ,CAAC,EAAEa,EAAE,EAAEJ,EAAgBlB,EAAEX,EAAG,SAAkBA,GAAEW,EAAE,CAACqB,EAAEhC,EAAC,EAAEW,EAAE,EAAEsB,IAAIb,GAAGlB,EAAE8B,CAAC,CAAC,EAAG7B,CAAC,CAAC,CAAE,CAAC,CAAE,EAAEH,EAAE+B,EAAQ,OAAQ,SAAsB/B,EAAE,CAAC,IAAIW,EAAE,KAAK,OAAwBR,EAAE,KAAKH,CAAC,GAA1B,iBAA4BW,EAAE,OAAO,UAAU,cAAc,CAAC,EAAE,IAAIA,EAAG,SAAkBT,EAAEC,EAAE,CAAC,GAAe,OAAOD,GAAnB,YAAkC,OAAOC,GAAnB,WAAqB,MAAM,UAAU,gBAAgB,EAAE0B,EAAgBlB,EAAEX,EAAG,SAAkBA,EAAEW,EAAE,CAACT,EAAES,CAAC,CAAC,EAAGR,CAAC,CAAC,CAAE,CAAC,CAAE,EAAS4B,CAAO,CAAE,CAAC,CAAE,EAAMC,GAAE,IAAI,QASpjL,SAASE,GAAclC,EAAE,EAAEE,EAAE,CAAC,IAAIC,EAAE6B,GAAE,IAAIhC,EAAE,OAAO,GAAG,CAAC,EAAE,KAAKG,IAAIA,EAAE,CAAC,EAAE,CAAC,GAAGA,EAAE,CAAC,EAAE,KAAKD,CAAC,EAAE8B,GAAE,IAAIhC,EAAE,QAAQG,CAAC,CAAC,CAO1G,SAASgC,GAAanC,EAAE,EAAE,CAAC,IAAIE,EAAE8B,GAAE,IAAIhC,EAAE,OAAO,GAAG,CAAC,EAAE,OAAOE,EAAE,CAAC,GAAG,CAAC,CAAC,CAQrE,SAASkC,GAAepC,EAAE,EAAEE,EAAE,CAAC,IAAIC,EAAE6B,GAAE,IAAIhC,EAAE,OAAO,GAAG,CAAC,EAAE,GAAG,CAACG,EAAE,CAAC,EAAE,MAAO,GAAK,GAAG,CAACD,EAAG,OAAAC,EAAE,CAAC,EAAE,CAAC,EAAE6B,GAAE,IAAIhC,EAAE,QAAQG,CAAC,EAAS,GAAK,IAAI,EAAEA,EAAE,CAAC,EAAE,QAAQD,CAAC,EAAE,OAAK,IAAL,IAAQC,EAAE,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE6B,GAAE,IAAIhC,EAAE,QAAQG,CAAC,EAASA,EAAE,CAAC,GAAOA,EAAE,CAAC,EAAE,SAAT,CAAe,CAO3N,SAASkC,GAAerC,EAAE,EAAE,CAAC,IAAIE,EAAEiC,GAAanC,EAAE,CAAC,EAAE,GAAGE,EAAE,OAAO,EAAE,MAAO,GAAM,IAAIC,EAAED,EAAE,MAAM,EAAE,OAAAkC,GAAepC,EAAE,EAAEG,CAAC,EAASA,CAAC,CAO9H,SAASmC,GAActC,EAAE,EAAE,CAAC,IAAIE,EAAE8B,GAAE,IAAIhC,CAAC,EAAEgC,GAAE,IAAI,EAAE9B,CAAC,EAAE8B,GAAE,OAAOhC,CAAC,CAAC,CAAC,IAAIiC,GAAE,CAAC,YAAY,WAAW,aAAa,SAAS,QAAQ,WAAW,MAAM,SAAS,KAAK,qBAAqB,WAAW,OAAO,YAAY,WAAW,QAAQ,cAAc,WAAW,aAAa,QAAQ,YAAY,QAAQ,cAAc,MAAM,OAAO,EAOhU,SAASM,GAAoBvC,EAAE,CAAC,IAAI,EAAE,UAAU,OAAO,GAAY,UAAU,CAAC,IAApB,OAAsB,UAAU,CAAC,EAAE,CAAC,EAAE,OAAOiC,GAAE,OAAQ,SAAStB,EAAE,EAAE,CAAC,IAAIR,EAAEH,EAAE,aAAa,cAAc,OAAO,CAAC,CAAC,EAAE,OAACG,GAAQA,IAAL,MAAUQ,EAAE,CAAC,EAAOR,IAAL,GAAO,EAAEA,GAAUQ,CAAC,EAAG,CAAC,CAAC,CAOzN,SAAS6B,GAAYxC,EAAE,EAAE,CAAC,IAAIE,EAAEF,EAAE,KAAK,GAAG,CAAC,EAAE,MAAM,IAAI,UAAU,6BAA6B,EAAE,GAAU,EAAE,aAAa,wBAAwB,IAA9C,KAAgD,OAAO,EAAE,cAAc,QAAQ,EAAE,IAAIG,EAAE,SAAS,cAAc,KAAK,EAAE,OAAAA,EAAE,UAAUD,EAAE,EAAE,YAAYC,EAAE,UAAU,EAAE,EAAE,aAAa,yBAAyB,MAAM,EAAS,EAAE,cAAc,QAAQ,CAAC,CAQlV,SAASsC,GAAczC,EAAE,CAAC,IAAI,EAAE,UAAU,OAAO,GAAY,UAAU,CAAC,IAApB,OAAsB,UAAU,CAAC,EAAE,CAAC,EAAME,EAAE,UAAU,OAAO,EAAE,UAAU,CAAC,EAAE,OAAO,OAAO,IAAI,QAAS,SAASC,EAAE,EAAE,CAAC,GAAG,CAACM,GAAWT,CAAC,EAAE,MAAM,IAAI,UAAU,SAAI,OAAOA,EAAE,gCAA2B,CAAC,EAAE,IAAI,EAAE,yCAAyC,OAAO,mBAAmBA,CAAC,CAAC,EAAE,QAAQiC,KAAK,EAAE,EAAE,eAAeA,CAAC,IAAI,GAAG,IAAI,OAAOA,EAAE,GAAG,EAAE,OAAO,mBAAmB,EAAEA,CAAC,CAAC,CAAC,GAAG,IAAIS,EAAE,mBAAmB9B,EAAO,IAAI,eAAe,IAAI,eAAe8B,EAAE,KAAK,MAAM,EAAE,EAAI,EAAEA,EAAE,OAAO,UAAU,CAAC,GAASA,EAAE,SAAR,IAAe,GAASA,EAAE,SAAR,IAAe,GAAG,CAAC,IAAI/B,EAAE,KAAK,MAAM+B,EAAE,YAAY,EAAE,GAAS/B,EAAE,qBAAR,IAA2B,CAAC6B,GAAY7B,EAAET,CAAC,EAAE,EAAE,IAAI,MAAM,SAAI,OAAOF,EAAE,2BAAsB,CAAC,CAAC,EAAE,OAAOG,EAAEQ,CAAC,CAAC,OAAOX,EAAN,CAAS,EAAEA,CAAC,CAAC,MAAM,EAAE,IAAI,MAAM,SAAI,OAAOA,EAAE,2BAAsB,CAAC,CAAC,OAAO,EAAE,IAAI,MAAM,SAAI,OAAOA,EAAE,uBAAkB,CAAC,CAAC,CAAC,EAAE0C,EAAE,QAAQ,UAAU,CAAC,IAAI1C,EAAE0C,EAAE,OAAO,KAAK,OAAOA,EAAE,OAAO,GAAG,EAAE,GAAG,EAAE,IAAI,MAAM,wDAAwD,OAAO1C,EAAE,GAAG,CAAC,CAAC,CAAC,EAAE0C,EAAE,KAAK,CAAC,CAAE,CAAC,CAMt+B,SAASC,IAAkB,CAAC,IAAI3C,EAAE,UAAU,OAAO,GAAY,UAAU,CAAC,IAApB,OAAsB,UAAU,CAAC,EAAE,SAAa,EAAE,CAAC,EAAE,MAAM,KAAKA,EAAE,iBAAiB,mCAAmC,CAAC,EAAME,EAAE,SAAqBF,EAAE,CAAC,YAAYY,GAAQ,QAAQ,OAAO,QAAQ,MAAM,yCAAyC,OAAOZ,CAAC,CAAC,CAAC,EAAE,EAAE,QAAS,SAASA,EAAE,CAAC,GAAG,CAAC,GAAUA,EAAE,aAAa,kBAAkB,IAAxC,KAA0C,OAAO,IAAIW,EAAE4B,GAAoBvC,CAAC,EAAMG,EAAEO,GAAYC,CAAC,EAAE8B,GAActC,EAAEQ,EAAEX,CAAC,EAAE,KAAM,SAASW,EAAE,CAAC,OAAO6B,GAAY7B,EAAEX,CAAC,CAAC,CAAE,EAAE,MAAME,CAAC,CAAC,OAAOF,EAAN,CAASE,EAAEF,CAAC,CAAC,CAAC,CAAE,CAAC,CAMhhB,SAAS4C,IAAc,CAAC,IAAI5C,EAAE,UAAU,OAAO,GAAY,UAAU,CAAC,IAApB,OAAsB,UAAU,CAAC,EAAE,SAAS,GAAG,CAACY,EAAO,yBAAyB,CAACA,EAAO,yBAAyB,GAAK,IAAI,EAAE,SAAmBD,EAAE,CAAC,GAAGF,GAAWE,EAAE,MAAM,GAAGA,EAAE,MAAsBA,EAAE,KAAK,QAAvB,eAAiE,QAA/BT,EAAEF,EAAE,iBAAiB,QAAQ,EAAUG,EAAE,EAAEA,EAAED,EAAE,OAAOC,IAAI,GAAGD,EAAEC,CAAC,EAAE,gBAAgBQ,EAAE,OAAO,CAAC,IAAIS,EAAElB,EAAEC,CAAC,EAAE,cAAciB,EAAE,MAAM,cAAc,GAAG,OAAOT,EAAE,KAAK,KAAK,CAAC,EAAE,OAAO,IAAI,EAAE,OAAO,EAAEC,EAAO,iBAAiB,UAAU,CAAC,EAAE,CAMte,SAASiC,GAAiB7C,EAAE,CAAC,GAAc,OAAOA,GAAlB,SAAoB,GAAG,CAACA,EAAE,KAAK,MAAMA,CAAC,CAAC,OAAOA,EAAN,CAAS,eAAQ,KAAKA,CAAC,EAAQ,CAAC,CAAC,CAAC,OAAOA,CAAC,CAQlH,SAAS8C,GAAY9C,EAAE,EAAEE,EAAE,CAAC,GAAGF,EAAE,QAAQ,eAAeA,EAAE,QAAQ,cAAc,YAAY,CAAC,IAAIG,EAAE,CAAC,OAAO,CAAC,EAAWD,IAAT,SAAaC,EAAE,MAAMD,GAAG,IAAI,EAAE,WAAW6C,EAAU,UAAU,YAAY,EAAE,QAAQ,mBAAmB,IAAI,CAAC,EAAE,GAAG,GAAG,EAAE,KAAK5C,EAAE,KAAK,UAAUA,CAAC,GAAGH,EAAE,QAAQ,cAAc,YAAYG,EAAEH,EAAE,MAAM,EAAE,CAO7S,SAASgD,GAAYhD,EAAE,EAAE,CAAC,EAAE6C,GAAiB,CAAC,EAAE,IAAI3C,EAAE,CAAC,EAAMC,EAAE,GAAG,EAAE,MAAM,CAAC,GAAa,EAAE,QAAZ,QAAkB,CAAC,IAAI,EAAEgC,GAAanC,EAAE,EAAE,KAAK,MAAM,EAAE,EAAE,QAAS,SAASE,EAAE,CAAC,IAAIC,EAAE,IAAI,MAAM,EAAE,KAAK,OAAO,EAAEA,EAAE,KAAK,EAAE,KAAK,KAAKD,EAAE,OAAOC,CAAC,EAAEiC,GAAepC,EAAE,EAAE,KAAK,OAAOE,CAAC,CAAC,CAAE,EAAEA,EAAEiC,GAAanC,EAAE,SAAS,OAAO,EAAE,KAAK,CAAC,EAAEG,EAAE,EAAE,aAAa,EAAE,OAAO,CAAC,IAAI,EAAEkC,GAAerC,EAAE,EAAE,MAAM,EAAK,IAAGE,EAAE,KAAK,CAAC,EAAEC,EAAE,EAAE,OAAOD,EAAE,QAAS,SAASS,EAAE,CAAC,GAAG,CAAC,GAAgB,OAAOA,GAApB,WAAsB,CAACA,EAAE,KAAKX,EAAEG,CAAC,EAAE,OAAOQ,EAAE,QAAQR,CAAC,CAAC,MAAC,CAAS,CAAC,CAAE,CAAC,CAAC,SAAS8C,IAAsB,CAAC,IAAIjD,EAAE,UAAU,CAAmuB,QAA9tBA,EAAMW,EAAE,CAAC,CAAC,oBAAoB,iBAAiB,oBAAoB,oBAAoB,mBAAmB,iBAAiB,EAAE,CAAC,0BAA0B,uBAAuB,0BAA0B,0BAA0B,yBAAyB,uBAAuB,EAAE,CAAC,0BAA0B,yBAAyB,iCAAiC,yBAAyB,yBAAyB,uBAAuB,EAAE,CAAC,uBAAuB,sBAAsB,uBAAuB,uBAAuB,sBAAsB,oBAAoB,EAAE,CAAC,sBAAsB,mBAAmB,sBAAsB,sBAAsB,qBAAqB,mBAAmB,CAAC,EAAMT,EAAE,EAAMC,EAAEQ,EAAE,OAAWS,EAAE,CAAC,EAAOlB,EAAEC,EAAED,IAAY,GAAPF,EAAEW,EAAET,CAAC,EAAKF,GAAGA,EAAE,CAAC,IAAI,SAAS,CAAC,IAAIE,EAAE,EAAEA,EAAEF,EAAE,OAAOE,IAAIkB,EAAET,EAAE,CAAC,EAAET,CAAC,CAAC,EAAEF,EAAEE,CAAC,EAAE,OAAOkB,EAAG,MAAO,EAAK,EAAE,EAAM,EAAE,CAAC,iBAAiBpB,EAAE,iBAAiB,gBAAgBA,EAAE,eAAe,EAAME,EAAE,CAAC,QAAQ,SAAiBS,EAAE,CAAC,OAAO,IAAI,QAAS,SAASR,EAAEiB,EAAE,CAAC,IAAIY,EAAE,SAASkB,GAAqB,CAAChD,EAAE,IAAI,mBAAmBgD,CAAmB,EAAE/C,EAAE,CAAC,EAAED,EAAE,GAAG,mBAAmB8B,CAAC,EAAErB,EAAEA,GAAG,SAAS,gBAAgB,IAAIsB,EAAEtB,EAAEX,EAAE,iBAAiB,EAAE,EAAEiC,aAAa,SAASA,EAAE,KAAKD,CAAC,EAAE,MAAMZ,CAAC,CAAC,CAAE,CAAC,EAAE,KAAK,UAAe,CAAC,OAAO,IAAI,QAAS,SAAST,EAAER,EAAE,CAAC,GAAGD,EAAE,aAAa,CAAC,IAAIkB,EAAE,SAAS+B,GAAkB,CAACjD,EAAE,IAAI,mBAAmBiD,CAAgB,EAAExC,EAAE,CAAC,EAAET,EAAE,GAAG,mBAAmBkB,CAAC,EAAE,IAAIY,EAAE,SAAShC,EAAE,cAAc,EAAE,EAAEgC,aAAa,SAASA,EAAE,KAAKZ,CAAC,EAAE,MAAMjB,CAAC,OAAOQ,EAAE,CAAC,CAAE,CAAC,EAAE,GAAG,SAAYX,EAAEE,EAAE,CAAC,IAAIC,EAAE,EAAEH,CAAC,EAAEG,GAAG,SAAS,iBAAiBA,EAAED,CAAC,CAAC,EAAE,IAAI,SAAaF,EAAEE,EAAE,CAAC,IAAIC,EAAE,EAAEH,CAAC,EAAEG,GAAG,SAAS,oBAAoBA,EAAED,CAAC,CAAC,CAAC,EAAE,cAAO,iBAAiBA,EAAE,CAAC,aAAa,CAAC,IAAI,UAAc,CAAC,MAAO,EAAQ,SAASF,EAAE,iBAAiB,CAAE,CAAC,EAAE,QAAQ,CAAC,WAAW,GAAK,IAAI,UAAc,CAAC,OAAO,SAASA,EAAE,iBAAiB,CAAC,CAAC,EAAE,UAAU,CAAC,WAAW,GAAK,IAAI,UAAc,CAAC,MAAO,EAAQ,SAASA,EAAE,iBAAiB,CAAE,CAAC,CAAC,CAAC,EAASE,CAAC,CAAC,IAAIwC,GAAE,IAAI,QAAYU,GAAE,IAAI,QAAYC,EAAE,CAAC,EAAMC,GAAE,UAAU,CASv9E,SAASC,EAAOvD,EAAE,CAAC,IAAIW,EAAE,KAAS,EAAE,UAAU,OAAO,GAAY,UAAU,CAAC,IAApB,OAAsB,UAAU,CAAC,EAAE,CAAC,EAAsS,GAApSZ,GAAgB,KAAKwD,CAAM,EAAK3C,EAAO,QAAQZ,aAAa,SAAQA,EAAE,OAAO,GAAGY,EAAO,SAAS,QAAQ,MAAM,QAAQ,KAAK,6EAA6E,EAAEZ,EAAEA,EAAE,CAAC,GAAgB,OAAO,SAArB,KAA0C,OAAOA,GAAlB,WAAsBA,EAAE,SAAS,eAAeA,CAAC,GAAM,CAACO,GAAaP,CAAC,EAAE,MAAM,IAAI,UAAU,qDAAqD,EAAE,GAAcA,EAAE,WAAb,SAAsB,CAAC,IAAIG,EAAEH,EAAE,cAAc,QAAQ,EAAEG,IAAIH,EAAEG,GAAG,GAAcH,EAAE,WAAb,UAAuB,CAACS,GAAWT,EAAE,aAAa,KAAK,GAAG,EAAE,EAAE,MAAM,IAAI,MAAM,qDAAgD,EAAE,GAAG0C,GAAE,IAAI1C,CAAC,EAAE,OAAO0C,GAAE,IAAI1C,CAAC,EAAE,KAAK,QAAQA,EAAE,cAAc,YAAY,KAAK,QAAQA,EAAE,KAAK,OAAO,IAAI,IAAI,EAAE,IAAIoB,GAAG,SAASjB,EAAEiB,EAAE,CAA4d,GAA3dT,EAAE,WAAW,SAASX,EAAE,CAAC,GAAGS,GAAWT,EAAE,MAAM,GAAGW,EAAE,QAAQ,gBAAgBX,EAAE,OAAO,CAAOW,EAAE,SAAR,MAAiBA,EAAE,OAAOX,EAAE,QAAQ,IAAIE,EAAE2C,GAAiB7C,EAAE,IAAI,EAAMgC,EAAE9B,GAAaA,EAAE,QAAZ,QAAsB+B,EAAED,GAAG9B,EAAE,MAAgBA,EAAE,KAAK,SAAjB,QAAwB,GAAG+B,EAAE,CAAC,IAAIS,EAAE,IAAI,MAAMxC,EAAE,KAAK,OAAO,EAAEwC,EAAE,KAAKxC,EAAE,KAAK,KAAKkB,EAAEsB,CAAC,MAAM,CAAC,IAAIU,EAAElD,GAAaA,EAAE,QAAZ,QAAsBmD,EAAEnD,GAAYA,EAAE,SAAX,OAAqBkD,GAAGC,GAAG1C,EAAE,QAAQ,aAAa,aAAa,MAAM,EAAER,EAAE,GAAO6C,GAAYrC,EAAET,CAAC,GAAG,EAAES,EAAE,QAAQ,iBAAiB,UAAUA,EAAE,UAAU,EAAgBA,EAAE,QAAQ,WAArB,SAA8B,CAAC,IAAIqB,EAAEO,GAAoBvC,EAAE,CAAC,EAAMiC,EAAEvB,GAAYsB,CAAC,EAAES,GAAcR,EAAED,EAAEhC,CAAC,EAAE,KAAM,SAASE,EAAE,CAAC,IAAIC,EAAEqC,GAAYtC,EAAEF,CAAC,EAAE,OAAAW,EAAE,QAAQR,EAAEQ,EAAE,iBAAiBX,EAAEsC,GAActC,EAAEG,CAAC,EAAEuC,GAAE,IAAI/B,EAAE,QAAQA,CAAC,EAAST,CAAC,CAAE,EAAE,MAAMkB,CAAC,EAAE,CAAE,EAAoG,GAAlGgC,GAAE,IAAI,KAAK,CAAC,EAAEV,GAAE,IAAI,KAAK,QAAQ,IAAI,EAAa,KAAK,QAAQ,WAAxB,UAAkCI,GAAY,KAAK,MAAM,EAAKO,EAAE,UAAU,CAAC,IAAIpB,EAAE,UAAyB,CAAC,OAAOoB,EAAE,KAAK,CAAC,EAAE,KAAK,wBAAwB,UAAU,CAACA,EAAE,aAAanB,GAAcvB,EAAE,uBAAuBsB,CAAC,EAAEG,GAAezB,EAAE,uBAAuBsB,CAAC,EAAEtB,EAAE,MAAM,EAAE,KAAM,UAAU,CAACmC,GAAYnC,EAAE,mBAAmB0C,EAAE,YAAY,CAAC,CAAE,CAAC,EAAEA,EAAE,GAAG,mBAAmB,KAAK,uBAAuB,EAAE,OAAO,IAAI,CAOh7D,OAAAjD,GAAamD,EAAO,CAAC,CAAC,IAAI,aAAa,MAAM,SAAoBvD,EAAE,CAAC,IAAIW,EAAE,KAAST,EAAE,UAAU,OAAO,GAAY,UAAU,CAAC,IAApB,OAAsB,UAAU,CAAC,EAAE,CAAC,EAAE,OAAO,IAAIkB,GAAG,SAASjB,EAAEiB,EAAE,CAAC,OAAOT,EAAE,MAAM,EAAE,KAAM,UAAU,CAACuB,GAAcvB,EAAEX,EAAE,CAAC,QAAQG,EAAE,OAAOiB,CAAC,CAAC,EAAE0B,GAAYnC,EAAEX,EAAEE,CAAC,CAAC,CAAE,EAAE,MAAMkB,CAAC,CAAC,CAAE,CAAC,CAMpR,EAAE,CAAC,IAAI,MAAM,MAAM,SAAapB,EAAE,CAAC,IAAIW,EAAE,KAAK,OAAO,IAAIS,GAAG,SAASlB,EAAEC,EAAE,CAAC,OAAAH,EAAEM,GAAcN,EAAE,KAAK,EAASW,EAAE,MAAM,EAAE,KAAM,UAAU,CAACuB,GAAcvB,EAAEX,EAAE,CAAC,QAAQE,EAAE,OAAOC,CAAC,CAAC,EAAE2C,GAAYnC,EAAEX,CAAC,CAAC,CAAE,EAAE,MAAMG,CAAC,CAAC,CAAE,CAAC,CAO5M,EAAE,CAAC,IAAI,MAAM,MAAM,SAAaH,EAAEW,EAAE,CAAC,IAAIT,EAAE,KAAK,OAAO,IAAIkB,GAAG,SAASjB,EAAEiB,EAAE,CAA0B,GAAzBpB,EAAEM,GAAcN,EAAE,KAAK,EAAwBW,GAAP,KAAS,MAAM,IAAI,UAAU,+BAA+B,EAAE,OAAOT,EAAE,MAAM,EAAE,KAAM,UAAU,CAACgC,GAAchC,EAAEF,EAAE,CAAC,QAAQG,EAAE,OAAOiB,CAAC,CAAC,EAAE0B,GAAY5C,EAAEF,EAAEW,CAAC,CAAC,CAAE,EAAE,MAAMS,CAAC,CAAC,CAAE,CAAC,CAS7R,EAAE,CAAC,IAAI,KAAK,MAAM,SAAYpB,EAAEW,EAAE,CAAC,GAAG,CAACX,EAAE,MAAM,IAAI,UAAU,8BAA8B,EAAE,GAAG,CAACW,EAAE,MAAM,IAAI,UAAU,oCAAoC,EAAE,GAAgB,OAAOA,GAApB,WAAsB,MAAM,IAAI,UAAU,kCAAkC,EAAE,IAAIT,EAAEiC,GAAa,KAAK,SAAS,OAAOnC,CAAC,CAAC,EAAME,EAAE,SAAN,GAAc,KAAK,WAAW,mBAAmBF,CAAC,EAAE,MAAO,UAAU,CAAC,CAAE,EAAEkC,GAAc,KAAK,SAAS,OAAOlC,CAAC,EAAEW,CAAC,CAAC,CAS5Y,EAAE,CAAC,IAAI,MAAM,MAAM,SAAaX,EAAEW,EAAE,CAAC,GAAG,CAACX,EAAE,MAAM,IAAI,UAAU,8BAA8B,EAAE,GAAGW,GAAgB,OAAOA,GAApB,WAAsB,MAAM,IAAI,UAAU,kCAAkC,EAAE,IAAIT,EAAEkC,GAAe,KAAK,SAAS,OAAOpC,CAAC,EAAEW,CAAC,EAAET,GAAG,KAAK,WAAW,sBAAsBF,CAAC,EAAE,MAAO,SAASA,EAAE,CAAC,CAAE,CAAC,CAQrS,EAAE,CAAC,IAAI,YAAY,MAAM,SAAmBA,EAAE,CAAC,OAAO,KAAK,WAAW,YAAYA,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,QAAQ,MAAM,UAAgB,CAAC,IAAIA,EAAEoD,GAAE,IAAI,IAAI,GAAG,IAAIhC,GAAG,SAASpB,EAAEW,EAAE,CAACA,EAAE,IAAI,MAAM,oCAAoC,CAAC,CAAC,CAAE,EAAE,OAAOS,GAAE,QAAQpB,CAAC,CAAC,CAO5O,EAAE,CAAC,IAAI,cAAc,MAAM,SAAqBA,EAAE,CAAC,IAAIW,EAAE,UAAU,OAAO,GAAY,UAAU,CAAC,IAApB,OAAsB,UAAU,CAAC,EAAE,CAAC,EAAE,OAAO,KAAK,WAAW,cAAc,CAAC,KAAKX,EAAE,KAAKW,CAAC,CAAC,CAAC,CAMxK,EAAE,CAAC,IAAI,iBAAiB,MAAM,SAAwBX,EAAE,CAAC,OAAO,KAAK,WAAW,iBAAiBA,CAAC,CAAC,CAmBnG,EAAE,CAAC,IAAI,kBAAkB,MAAM,SAAyBA,EAAEW,EAAE,CAAC,GAAG,CAACX,EAAE,MAAM,IAAI,UAAU,2BAA2B,EAAE,OAAO,KAAK,WAAW,kBAAkB,CAAC,SAASA,EAAE,KAAKW,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,mBAAmB,MAAM,UAA2B,CAAC,OAAO,KAAK,WAAW,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI,QAAQ,MAAM,UAAgB,CAAC,OAAO,KAAK,WAAW,OAAO,CAAC,CAAC,EAAE,CAAC,IAAI,OAAO,MAAM,UAAe,CAAC,OAAO,KAAK,WAAW,MAAM,CAAC,CAAC,EAAE,CAAC,IAAI,oBAAoB,MAAM,UAA4B,CAAC,OAAO0C,EAAE,UAAUA,EAAE,QAAQ,KAAK,OAAO,EAAE,KAAK,WAAW,mBAAmB,CAAC,CAAC,EAAE,CAAC,IAAI,iBAAiB,MAAM,UAAyB,CAAC,OAAOA,EAAE,UAAUA,EAAE,KAAK,EAAE,KAAK,WAAW,gBAAgB,CAAC,CAAC,EAAE,CAAC,IAAI,gBAAgB,MAAM,UAAwB,CAAC,OAAOA,EAAE,UAAUjC,GAAE,QAAQiC,EAAE,YAAY,EAAE,KAAK,IAAI,YAAY,CAAC,CAAC,EAAE,CAAC,IAAI,0BAA0B,MAAM,UAAkC,CAAC,OAAO,KAAK,WAAW,yBAAyB,CAAC,CAAC,EAAE,CAAC,IAAI,uBAAuB,MAAM,UAA+B,CAAC,OAAO,KAAK,WAAW,sBAAsB,CAAC,CAAC,EAAE,CAAC,IAAI,sBAAsB,MAAM,UAA8B,CAAC,OAAO,KAAK,IAAI,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI,SAAS,MAAM,UAAiB,CAAC,OAAO,KAAK,WAAW,QAAQ,CAAC,CAAC,EAAE,CAAC,IAAI,UAAU,MAAM,UAAkB,CAAC,IAAIrD,EAAE,KAAK,OAAO,IAAIoB,GAAG,SAAST,EAAE,CAAia,GAAhayC,GAAE,OAAOpD,CAAC,EAAE0C,GAAE,OAAO1C,EAAE,OAAO,EAAKA,EAAE,mBAAkB0C,GAAE,OAAO1C,EAAE,gBAAgB,EAAEA,EAAE,iBAAiB,gBAAgB,wBAAwB,GAAEA,EAAE,SAAoBA,EAAE,QAAQ,WAArB,UAA+BA,EAAE,QAAQ,aAAaA,EAAE,QAAQ,WAAW,YAAYA,EAAE,kBAAkBA,EAAE,mBAAmBA,EAAE,QAAQ,WAAWA,EAAE,QAAQ,WAAW,WAAW,YAAYA,EAAE,QAAQ,UAAU,EAAEA,EAAE,QAAQ,WAAW,YAAYA,EAAE,OAAO,GAAMA,EAAE,SAAiBA,EAAE,QAAQ,WAAlB,OAA4BA,EAAE,QAAQ,WAAW,CAACA,EAAE,QAAQ,gBAAgB,wBAAwB,EAAE,IAAIE,EAAEF,EAAE,QAAQ,cAAc,QAAQ,EAAEE,GAAGA,EAAE,aAAaA,EAAE,WAAW,YAAYF,EAAE,kBAAkBA,EAAE,mBAAmBE,EAAE,WAAWA,EAAE,WAAW,WAAW,YAAYA,EAAE,UAAU,EAAEA,EAAE,WAAW,YAAYA,CAAC,GAAGF,EAAE,QAAQ,oBAAoB,UAAUA,EAAE,UAAU,EAAEqD,EAAE,WAAWA,EAAE,IAAI,mBAAmBrD,EAAE,uBAAuB,EAAEW,EAAE,CAAC,CAAE,CAAC,CAAC,EAAE,CAAC,IAAI,eAAe,MAAM,UAAuB,CAAC,OAAO,KAAK,IAAI,WAAW,CAAC,CAWvsE,EAAE,CAAC,IAAI,eAAe,MAAM,SAAsBX,EAAE,CAAC,OAAO,KAAK,IAAI,YAAYA,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,cAAc,MAAM,UAAsB,CAAC,OAAO,KAAK,IAAI,UAAU,CAAC,CAOjK,EAAE,CAAC,IAAI,iBAAiB,MAAM,UAAyB,CAAC,OAAO,KAAK,IAAI,aAAa,CAAC,CAMtF,EAAE,CAAC,IAAI,iBAAiB,MAAM,SAAwBA,EAAE,CAAC,OAAO,KAAK,IAAI,cAAcA,CAAC,CAAC,CAQzF,EAAE,CAAC,IAAI,cAAc,MAAM,UAAsB,CAAC,OAAO,KAAK,IAAI,UAAU,CAAC,CAAC,EAAE,CAAC,IAAI,oBAAoB,MAAM,UAA4B,CAAC,OAAO,KAAK,IAAI,gBAAgB,CAAC,CAAC,EAAE,CAAC,IAAI,WAAW,MAAM,UAAmB,CAAC,OAAO,KAAK,IAAI,OAAO,CAAC,CAQlP,EAAE,CAAC,IAAI,WAAW,MAAM,SAAkBA,EAAE,CAAC,OAAO,KAAK,IAAI,QAAQA,CAAC,CAAC,CAQvE,EAAE,CAAC,IAAI,eAAe,MAAM,UAAuB,CAAC,OAAO,KAAK,IAAI,WAAW,CAAC,CAAC,EAAE,CAAC,IAAI,iBAAiB,MAAM,UAAyB,CAAC,OAAO,KAAK,IAAI,aAAa,CAAC,CAYvK,EAAE,CAAC,IAAI,iBAAiB,MAAM,SAAwBA,EAAE,CAAC,OAAO,KAAK,IAAI,cAAcA,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,cAAc,MAAM,UAAsB,CAAC,OAAO,KAAK,IAAI,UAAU,CAAC,CAAC,EAAE,CAAC,IAAI,WAAW,MAAM,UAAmB,CAAC,OAAO,KAAK,IAAI,OAAO,CAAC,CAAC,EAAE,CAAC,IAAI,UAAU,MAAM,UAAkB,CAAC,OAAO,KAAK,IAAI,MAAM,CAAC,CAO9S,EAAE,CAAC,IAAI,UAAU,MAAM,SAAiBA,EAAE,CAAC,OAAO,KAAK,IAAI,OAAOA,CAAC,CAAC,CAOpE,EAAE,CAAC,IAAI,WAAW,MAAM,SAAkBA,EAAE,CAAC,OAAO,KAAK,IAAI,QAAQA,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,WAAW,MAAM,UAAmB,CAAC,OAAO,KAAK,IAAI,OAAO,CAAC,CAAC,EAAE,CAAC,IAAI,YAAY,MAAM,UAAoB,CAAC,OAAO,KAAK,IAAI,QAAQ,CAAC,CAAC,EAAE,CAAC,IAAI,kBAAkB,MAAM,UAA0B,CAAC,OAAO,KAAK,IAAI,cAAc,CAAC,CAQ9S,EAAE,CAAC,IAAI,kBAAkB,MAAM,SAAyBA,EAAE,CAAC,OAAO,KAAK,IAAI,eAAeA,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,YAAY,MAAM,UAAoB,CAAC,OAAO,KAAK,IAAI,QAAQ,CAAC,CAAC,EAAE,CAAC,IAAI,eAAe,MAAM,UAAuB,CAAC,OAAO,KAAK,IAAI,WAAW,CAAC,CAAC,EAAE,CAAC,IAAI,aAAa,MAAM,UAAqB,CAAC,OAAO,KAAK,IAAI,SAAS,CAAC,CAMhU,EAAE,CAAC,IAAI,aAAa,MAAM,SAAoBA,EAAE,CAAC,OAAO,KAAK,IAAI,UAAUA,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,cAAc,MAAM,UAAsB,CAAC,OAAO,KAAK,IAAI,UAAU,CAAC,CAAC,EAAE,CAAC,IAAI,aAAa,MAAM,UAAqB,CAAC,OAAO,KAAK,IAAI,SAAS,CAAC,CAAC,EAAE,CAAC,IAAI,gBAAgB,MAAM,UAAwB,CAAC,OAAO,KAAK,IAAI,YAAY,CAAC,CAAC,EAAE,CAAC,IAAI,oBAAoB,MAAM,UAA4B,CAAC,OAAO,KAAK,IAAI,gBAAgB,CAAC,CAAC,EAAE,CAAC,IAAI,aAAa,MAAM,UAAqB,CAAC,OAAO,KAAK,IAAI,SAAS,CAAC,CAAC,EAAE,CAAC,IAAI,gBAAgB,MAAM,UAAwB,CAAC,OAAO,KAAK,IAAI,YAAY,CAAC,CAAC,EAAE,CAAC,IAAI,gBAAgB,MAAM,UAAwB,CAAC,OAAO,KAAK,IAAI,YAAY,CAAC,CAAC,EAAE,CAAC,IAAI,iBAAiB,MAAM,UAAyB,CAAC,OAAO,KAAK,IAAI,aAAa,CAAC,CAAC,EAAE,CAAC,IAAI,cAAc,MAAM,UAAsB,CAAC,OAAO,KAAK,IAAI,UAAU,CAAC,CAAC,EAAE,CAAC,IAAI,YAAY,MAAM,UAAoB,CAAC,OAAO,KAAK,IAAI,QAAQ,CAAC,CAW13B,EAAE,CAAC,IAAI,YAAY,MAAM,SAAmBA,EAAE,CAAC,OAAO,KAAK,IAAI,SAASA,CAAC,CAAC,CAAC,CAAC,CAAC,EAASuD,CAAM,EAAE,EAAMvD,KAAGqD,EAAEJ,GAAqB,EAAEN,GAAiB,EAAEC,GAAa,GCjUhK,IAAMY,GAAkB,CAC3B,SAAU,WACV,MAAO,OACP,OAAQ,OACR,QAAS,OACT,eAAgB,SAChB,WAAY,QAChB,EACaC,GAAkB,CAC3B,GAAGD,GACH,aAAc,EACd,WAAY,0BACZ,MAAO,OACP,OAAQ,kBACR,cAAe,QACnB,EACaE,GAAgB,CACzB,QAAS,CACL,KAAMC,EAAY,YACtB,EACA,aAAc,CACV,KAAMA,EAAY,YACtB,EACA,aAAc,CACV,KAAMA,EAAY,YACtB,CACJ,EACaC,GAAkB,CAC3B,KAAMD,EAAY,OAClB,MAAO,YACP,IAAK,EACL,IAAK,IACL,KAAM,EACN,eAAgB,EACpB,EACaE,GAAe,CACxB,KAAM,CACF,KAAMF,EAAY,QAClB,MAAO,OACP,aAAc,GACd,cAAe,UACf,aAAc,QAClB,EACA,WAAY,CACR,KAAMA,EAAY,OAClB,MAAO,SACP,YAAa,QACb,OAAQ,CAAC,CAAE,KAAAG,CAAM,IAAI,CAACA,CAC1B,EACA,WAAY,CACR,KAAMH,EAAY,KAClB,MAAO,SACP,QAAS,CACL,IACA,IACA,IACA,IACA,IACA,IACA,IACA,IACA,GACJ,EACA,aAAc,CACV,OACA,cACA,QACA,UACA,SACA,YACA,OACA,aACA,OACJ,EACA,OAAQ,CAAC,CAAE,KAAAG,CAAM,IAAI,CAACA,CAC1B,CACJ,EC5EO,SAASC,GAAWC,EAASC,EAAS,CACzC,OAAOC,GAA0B,GAAMF,EAASC,CAAO,CAC3D,CACO,SAASE,GAAUC,EAAQH,EAAS,CACvC,OAAOC,GAA0B,GAAOE,EAAQH,CAAO,CAC3D,CACA,SAASC,GAA0BG,EAAMC,EAAUL,EAAU,GAAM,CAC/D,IAAMM,EAAaC,GAA+B,EAClDC,EAAU,IAAI,CACNR,GAAWM,IAAeF,GAAMC,EAAS,CACjD,EAAG,CACCC,CACJ,CAAC,CACL,CCdO,IAAMG,GAAkB,IAAI,CAC/B,GAAI,OAAOC,EAAc,IAAa,CAClC,IAAMC,EAAYD,EAAU,UAAU,YAAY,EAElD,OADkBC,EAAU,QAAQ,QAAQ,EAAI,IAAMA,EAAU,QAAQ,cAAc,EAAI,IAAMA,EAAU,QAAQ,SAAS,EAAI,KAAOA,EAAU,QAAQ,QAAQ,EAAI,MAEjK,OAAO,EAClB,EACaC,GAAqB,IAAIC,GAAQ,IAAIJ,GAAgB,EAC5D,CAAC,CAAC,ECGD,SAASK,IAAgB,CAG5B,OAFiBC,GAAQ,IAAIC,GAAa,QAAQ,IAAMA,GAAa,OACnE,CAAC,CAAC,CAER,CCdO,SAASC,GAAUC,EAAO,CAC7B,GAAM,CAAE,aAAAC,EAAe,oBAAAC,EAAsB,cAAAC,EAAgB,eAAAC,EAAiB,kBAAAC,EAAoB,iBAAAC,CAAoB,EAAIN,EAU1H,OAToBO,GAAQ,IAAIL,EAAsB,GAAGC,OAAmBC,OAAoBC,OAAuBC,MAAuB,GAAGL,MAC/I,CACEA,EACAC,EACAC,EACAC,EACAC,EACAC,CACJ,CAAC,CAEL,CACO,IAAME,GAAsB,CAC/B,aAAc,CACV,MAAO,SACP,KAAMC,EAAY,YAClB,UAAW,sBACX,aAAc,CACV,SACA,mBACJ,EACA,UAAW,CACP,gBACA,iBACA,oBACA,kBACJ,EACA,YAAa,CACT,KACA,KACA,KACA,IACJ,EACA,IAAK,CACT,CACJ,EAcO,IAAMC,GAAiB,CAC1B,QAAS,CACL,KAAMC,EAAY,YAClB,UAAW,iBACX,aAAc,CACV,UACA,kBACJ,EACA,UAAW,CACP,aACA,eACA,gBACA,aACJ,EACA,YAAa,CACT,IACA,IACA,IACA,GACJ,EACA,IAAK,EACL,MAAO,SACX,CACJ,EC3EqU,IAAMC,GAAW,gCAU5UC,GAAMC,GAAQ,SAAe,CAAC,MAAAC,EAAM,SAAAC,EAAS,KAAAC,EAAK,SAAAC,EAAS,KAAAC,EAAK,OAAAC,EAAO,gBAAAC,EAAgB,OAAAC,EAAO,IAAI,CAAC,EAAE,MAAAC,EAAM,IAAI,CAAC,EAAE,MAAAC,EAAM,GAAGC,CAAK,EAAE,CAAC,GAAK,CAACC,EAAIC,CAAM,EAAEC,GAAS,CAAC,EAAQC,EAAOC,EAAO,EAAQC,EAAaC,GAAUP,CAAK,EAAE,OAAAQ,EAAU,IAAI,CAAC,GAAG,CAACJ,EAAO,QAAQ,OAAO,GAAK,CAAC,CAACK,CAAE,EAAEnB,EAAM,MAAMH,EAAU,EAAEG,EAAM,MAAMH,EAAU,EAAE,CAAC,KAAK,CAAC,EAAQuB,EAAe,IAAIC,GAAOP,EAAO,QAAQ,CAAC,GAAAK,EAAG,UAAU,GAAM,SAASG,GAAa,QAAQ,IAAIA,GAAa,OAAO,GAAMrB,EAAS,OAAOI,EAAO,SAASF,EAAS,KAAKC,EAAK,MAAMC,EAAO,MAAMH,EAAK,WAAW,EAAI,CAAC,EAAEkB,EAAe,GAAG,OAAOb,CAAM,EAAEa,EAAe,GAAG,QAAQZ,CAAK,CAAE,EAAE,CAACM,EAAOH,CAAG,CAAC,EAAEO,EAAU,IAAI,CAACN,EAAOD,GAAKA,EAAI,CAAC,CAAE,EAAE,CAACX,EAAMC,EAASC,EAAKC,EAASC,EAAKC,CAAM,CAAC,EAAuBkB,EAAKC,GAAO,IAAI,CAAC,MAAM,CAAC,WAAWlB,EAAgB,GAAGG,EAAM,aAAAO,EAAa,SAAS,WAAW,MAAM,OAAO,OAAO,OAAO,QAAQ,OAAO,eAAe,SAAS,WAAW,SAAS,SAAS,QAAQ,EAAE,GAAGN,EAAM,SAAuBa,EAAK,MAAM,CAAC,UAAU,eAAe,IAAIT,EAAO,MAAM,CAAC,MAAM,OAAO,OAAO,MAAM,CAAC,EAAEH,CAAG,CAAC,CAAC,CAAE,EAAE,CAAC,2EAA4E,CAAC,EAAEb,GAAM,aAAa,CAAC,MAAM,8BAA8B,SAAS,GAAM,KAAK,GAAM,KAAK,GAAM,gBAAgB,mBAAmB,aAAa,CAAC,EAAE2B,GAAoB3B,GAAM,CAAC,MAAM,CAAC,MAAM,MAAM,KAAK4B,EAAY,MAAM,EAAE,GAAGC,GAAoB,SAAS,CAAC,MAAM,WAAW,KAAKD,EAAY,QAAQ,aAAa,OAAO,cAAc,MAAM,EAAE,SAAS,CAAC,MAAM,WAAW,KAAKA,EAAY,QAAQ,aAAa,MAAM,cAAc,IAAI,EAM7hD,KAAK,CAAC,MAAM,OAAO,KAAKA,EAAY,QAAQ,aAAa,MAAM,cAAc,IAAI,EAAE,KAAK,CAAC,MAAM,OAAO,KAAKA,EAAY,QAAQ,aAAa,MAAM,cAAc,IAAI,EAMpK,gBAAgB,CAAC,KAAKA,EAAY,MAAM,MAAM,aAAa,aAAa,kBAAkB,EAAE,OAAO,CAAC,KAAKA,EAAY,YAAY,EAAE,MAAM,CAAC,KAAKA,EAAY,YAAY,CAAC,CAAC,EAAE,IAAOE,GAAQ9B,GCtBsM,IAAM+B,GAAqB,IAAUC,GAAsB,CAAC,KAAKC,GAAQ,eAAeA,OAAY,MAAMA,GAAQ,cAAcA,OAAY,IAAIA,GAAQ,eAAeA,OAAY,OAAOA,GAAQ,cAAcA,MAAW,EAAQC,GAA8B,OAAO,UAAY,KAAa,OAAO,UAAU,UAAU,oBAAqB,WAS/rB,SAARC,GAAwBC,EAAM,CAAY,GAAG,CAAC,MAAAC,EAAM,IAAAC,EAAI,QAAAC,EAAQ,eAAAC,EAAe,WAAAC,EAAW,aAAAC,EAAa,cAAAC,EAAc,YAAAC,EAAY,MAAAC,EAAM,YAAAC,EAAY,UAAAC,EAAU,UAAAC,EAAU,cAAAC,EAAc,YAAAC,EAAY,MAAAC,CAAK,EAAEf,EAAW,CAAC,YAAAgB,EAAY,SAAAC,EAAS,UAAAC,EAAU,UAAAC,EAAU,UAAAC,CAAS,EAAEN,EAAiB,CAAC,UAAAO,EAAU,WAAAC,CAAU,EAAET,EAAoBU,EAAanB,EAAe,GAAGC,OAAgBC,OAAkBC,OAAmBC,MAAgB,GAAGL,MAA8BqB,EAASC,GAAa,QAAQ,IAAIA,GAAa,OAC5fC,EAAczB,EAAM,OAAO,OAAO,EAAQ0B,EAAYC,GAAS,MAAMF,CAAa,EAAQG,GAAYF,EAAY,EAAKhB,IAAY,KAAMA,EAAU,QAAQ,IAAMmB,GAAanB,IAAY,QAAQA,IAAY,QAAcd,EAAOkC,GAAe,CAAC,EAAQC,GAAYpC,GAAsBe,CAAS,EAAQsB,GAAUC,GAAarC,EAAOmC,EAAW,EAA4BG,GAAUC,EAAO,IAAI,EAAQC,EAAYC,GAAQ,IAAW,CAAcC,GAAU,EAAeA,GAAU,CAAC,EAAI,CAAC,CAAC,EAAO,CAACC,GAAKC,EAAO,EAAEC,GAAS,CAAC,OAAO,KAAK,SAAS,IAAI,CAAC,EAAkBC,GAAe,CAAC,EAAMC,EAAc,CAAC,EAA2BC,EAAY,EAAMC,EAAQ,EAAKtB,IAAUqB,EAAYlB,EAAY,KAAK,MAAM,GAAGA,CAAW,EAAE,EAAEmB,EAAQ,GAAM,CAACtB,GAAUK,IAAaW,GAAK,SAAQK,EAAY,KAAK,MAAML,GAAK,OAAOA,GAAK,SAAS,CAAC,EAAE,EAAEK,EAAY,KAAK,IAAIA,EAAYlD,EAAoB,EAAEmD,EAAQ,GAAiC,IAAMC,GAAQC,GAAY,IAAI,CAAC,GAAGnB,IAAaM,GAAU,QAAQ,CAAC,IAAMc,EAAanB,GAAaK,GAAU,QAAQ,YAAYA,GAAU,QAAQ,aAAmBe,EAAMb,EAAY,CAAC,EAAE,QAAQP,GAAaO,EAAY,CAAC,EAAE,QAAQ,WAAWA,EAAY,CAAC,EAAE,QAAQ,UAAU,EAAkMc,IAAtLd,EAAY,CAAC,EAAE,QAAQP,GAAaO,EAAY,CAAC,EAAE,QAAQ,WAAWA,EAAY,CAAC,EAAE,QAAQ,YAAYA,EAAY,CAAC,EAAE,QAAQ,UAAUA,EAAY,CAAC,EAAE,QAAQ,aAAa,GAA2Ba,EAAMhD,EAAIuC,GAAQ,CAAC,OAAOQ,EAAa,SAASE,EAAc,CAAC,EAAG,EAAE,CAAC,CAAC,EAAQC,GAAe5B,EAAS,CAAC,kBAAkB,MAAM,EAAE,CAAC,EAAwC,GAAGK,GAAY,CAChkD,GAAG,CAACL,EAAS,CAGE,IAAI6B,EAAcjB,EAAO,EAAI,EAAEkB,EAAU,KAAKC,GAAM,KAAKR,EAAO,EAASS,GAAOrB,GAAU,QAAQ,CAAC,CAAC,YAAAsB,CAAW,IAAI,CAAI,CAACJ,EAAc,UAAUI,EAAY,OAAOA,EAAY,SAASF,GAAM,KAAKR,EAAO,EAAGM,EAAc,QAAQ,EAAM,CAAC,GAAI,CAAC,CAAC,EAAGV,GAAef,GAAS,IAAIF,EAAc,CAACgC,EAAMC,IAAQ,CAAC,IAAIC,GAAaC,GAAcC,GAAcC,GAAc,IAAIC,GAAOL,IAAQ,IAAGK,GAAI3B,EAAY,CAAC,GAAMsB,IAAQjC,EAAc,OAAO,IAAGsC,GAAI3B,EAAY,CAAC,GAAG,IAAMG,GAAK,CAAC,MAAMnB,GAAWuC,GAAaF,EAAM,SAAS,MAAME,KAAe,OAAO,OAAOA,GAAa,MAAM,OAAO,OAAOtC,GAAYuC,GAAcH,EAAM,SAAS,MAAMG,KAAgB,OAAO,OAAOA,GAAc,OAAO,MAAM,EAAE,OAAoBI,EAAKC,GAAY,CAAC,QAAQ,KAAK,SAAsBD,EAAK,KAAK,CAAC,IAAID,GAAI,MAAMxB,GAAK,SAAsB2B,GAAaT,EAAM,CAAC,MAAM,CAAC,IAAII,GAAcJ,EAAM,SAAS,MAAMI,KAAgB,OAAO,OAAOA,GAAc,MAAM,GAAGtB,GAAK,WAAW,EAAE,GAAGY,EAAc,EAAE,SAASM,EAAM,MAAM,SAASA,EAAM,MAAM,SAAS,aAAaC,EAAM,MAAS,GAAGI,GAAcL,EAAM,SAAS,MAAMK,KAAgB,OAAO,OAAOA,GAAc,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAG,GAAG,CAACvC,EAAU,QAAQ4C,EAAE,EAAEA,EAAEvB,EAAYuB,IAAKxB,EAAc,CAAC,GAAGA,EAAc,GAAGhB,GAAS,IAAIF,EAAc,CAACgC,EAAMW,KAAa,CAAC,IAAIT,GAAaC,GAAcC,GAAcC,GAAcO,GAAcC,GAAc,IAAM/B,GAAK,CAAC,MAAMnB,GAAWuC,GAAaF,EAAM,SAAS,MAAME,KAAe,OAAO,OAAOA,GAAa,MAAM,OAAO,OAAOtC,GAAYuC,GAAcH,EAAM,SAAS,MAAMG,KAAgB,OAAO,OAAOA,GAAc,OAAO,OAAO,WAAW,WAAW,EAAE,OAAoBI,EAAKC,GAAY,CAAC,QAAQ,KAAK,SAAsBD,EAAK,KAAK,CAAC,MAAMzB,GAAK,cAAc,GAAK,SAAsB2B,GAAaT,EAAM,CAAC,IAAIU,EAAE,IAAIC,GAAW,MAAM,CAAC,IAAIP,GAAcJ,EAAM,SAAS,MAAMI,KAAgB,OAAO,OAAOA,GAAc,MAAM,MAAMzC,GAAW0C,GAAcL,EAAM,SAAS,MAAMK,KAAgB,OAAO,OAAOA,GAAc,MAAM,OAAO,OAAOzC,GAAYgD,GAAcZ,EAAM,SAAS,MAAMY,KAAgB,OAAO,OAAOA,GAAc,OAAO,OAAO,WAAW,EAAE,GAAGlB,EAAc,EAAE,SAASM,EAAM,MAAM,SAASA,EAAM,MAAM,SAAS,SAASU,EAAE,MAAS,GAAGG,GAAcb,EAAM,SAAS,MAAMa,KAAgB,OAAO,OAAOA,GAAc,QAAQ,CAAC,EAAEH,EAAE,KAAKC,EAAU,CAAC,EAAED,EAAE,KAAKC,EAAU,CAAE,CAAC,CAAC,EAAI,IAAMG,EAAehC,GAAK,SAASA,GAAK,SAAS,KAAK,MAAMA,GAAK,OAAOA,GAAK,QAAQ,EAAQiC,GAAYrC,EAAO,IAAI,EAAQsC,GAAStC,EAAO,IAAI,EAAQuC,GAAKvC,EAAO,CAAC,EAAQwC,EAAQxC,EAAO,EAAK,EAAQyC,GAAgBC,GAAiB,EAAQC,GAAQ3C,EAAO,IAAI,EAAQ4C,GAAa5C,EAAO,IAAI,EAE7lF,GAAG,CAACZ,EAAS,CAAC,IAAMyD,EAASC,GAAU/C,EAAS,EAEzCrC,IAA+BwD,EAAU,IAAI,CAAC,GAAG,EAAAuB,IAAiB,CAACL,GAAgB,CAAC/D,GAAe,OAAAuE,GAAa,QAAQD,GAAQ,QAAQ,QAAQ,CAAC,UAAU,CAAC/C,GAAY,CAAC,EAAEA,GAAYwC,CAAc,CAAC,CAAC,EAAE,CAAC,SAAS,KAAK,IAAIA,CAAc,EAAE/D,EAAM,IAAI,WAAW,IAAS,OAAO,QAAQ,CAAC,EAAQ,IAAIuE,GAAa,QAAQ,OAAO,CAAE,EAAE,CAACtE,EAAY8D,EAAe/D,CAAK,CAAC,EACtX6C,EAAU,IAAI,CAAK0B,GAAa,UAAkBC,GAAUD,GAAa,QAAQ,YAAY,SAAUA,GAAa,QAAQ,KAAK,EAAW,CAACC,GAAUD,GAAa,QAAQ,YAAY,WAAWA,GAAa,QAAQ,MAAM,EAAG,EAAE,CAACC,CAAQ,CAAC,GAG9NE,GAAkBC,GAAG,CAAC,GAAG,CAACZ,GAAgBK,IAAiB/E,GAA+B,OAKnF2E,GAAY,UAAU,OAAMA,GAAY,QAAQW,GAAGA,EAAEA,EAAEX,GAAY,QAAqE,IAAIY,IAAjDX,GAAS,UAAU,KAAK,EAAEU,EAAEV,GAAS,UAA6BjE,EAAM,KAAQmE,EAAQ,UAASS,IAAO3E,GAAaiE,GAAK,SAASU,GAAMV,GAAK,QAAQW,GAAK,EAAEd,EAAeG,GAAK,OAAO,EAAED,GAAS,QAAQU,EAAMH,GAAgBpF,EAAO,IAAI8E,GAAK,OAAO,CAAE,CAAC,EAAe,IAAMY,GAAczD,GAAa,WAAW,YAAkB0D,GAAetE,EAAU,EAAQuE,GAAa,IAAIvE,EAAU,EAAQwE,GAAeC,GAAMxE,EAAU,EAAEqE,EAAc,EAAQI,GAAa,IAAIzE,EAAgB0E,GAAS,mBAAmBN,qBAAgCnE,MAAcsE,yBAAqCF,yBAAqCC,sBAAgCrE,MAAcwE,OAAkC,OAAI/D,GAAkWoC,EAAK,UAAU,CAAC,MAAM,CAAC,GAAG6B,GAAe,QAAQhD,EAAQ,gBAAgB9B,EAAY6E,GAAS,OAAU,aAAa7E,EAAY6E,GAAS,OAAU,UAAU7E,EAAY6E,GAAS,OAAU,SAAS5E,EAAS,UAAU,SAAS,QAAQM,CAAY,EAAE,IAAIY,GAAU,SAAsB4D,EAAMC,GAAO,GAAG,CAAC,IAAIjB,GAAQ,MAAM,CAAC,GAAGe,GAAe,IAAI5F,EAAI,IAAIS,IAAY,UAAUsF,GAAczB,CAAc,EAAE,CAACA,EAAe,OAAU,KAAK7D,IAAY,SAASsF,GAAczB,CAAc,EAAE,CAACA,EAAe,OAAU,WAAW5D,EAAU,SAAS,WAAW,cAAckB,GAAa,MAAM,SAAS,GAAGf,EAAM,WAAWS,EAAS,OAAO,YAAY,UAAU1B,GAA8BkC,GAAY,CAAC,EAAEC,EAAS,EAAE,aAAa,IAAI,CAAC2C,EAAQ,QAAQ,GAAQI,GAAa,UACz5DA,GAAa,QAAQ,aAAatE,EAAa,EAAE,aAAa,IAAI,CAACkE,EAAQ,QAAQ,GAASI,GAAa,UACzGA,GAAa,QAAQ,aAAa,EAAG,EAAE,SAAS,CAACrC,GAAeC,CAAa,CAAC,CAAC,CAAC,CAAC,EAF6wBmD,EAAM,UAAU,CAAC,MAAMG,GAAkB,SAAS,CAAcjC,EAAK,MAAM,CAAC,MAAMkC,GAAY,SAAS,QAAG,CAAC,EAAelC,EAAK,IAAI,CAAC,MAAMmC,GAAY,SAAS,oBAAoB,CAAC,EAAenC,EAAK,IAAI,CAAC,MAAMoC,GAAe,SAAS,2DAA2D,CAAC,CAAC,CAAC,CAAC,CAErjC,CAAyBtG,GAAO,aAAa,CAAC,IAAI,GAAG,QAAQ,GAAG,cAAc,CAAC,UAAU,GAAK,WAAW,EAAI,EAAE,YAAY,CAAC,YAAY,GAAK,SAAS,GAAM,UAAU,GAAG,UAAU,EAAE,UAAU,CAAC,EAAE,UAAU,EAAI,EAAyBuG,GAAoBvG,GAAO,CAAC,MAAM,CAAC,KAAKwG,EAAY,MAAM,MAAM,WAAW,QAAQ,CAAC,KAAKA,EAAY,iBAAiB,CAAC,EAAE,MAAM,CAAC,KAAKA,EAAY,OAAO,MAAM,QAAQ,IAAI,EAAE,IAAI,IAAI,aAAa,IAAI,KAAK,IAAI,eAAe,GAAK,KAAK,CAAC,EAAE,UAAU,CAAC,KAAKA,EAAY,KAAK,MAAM,YAAY,QAAQ,CAAC,OAAO,QAAQ,MAAM,QAAQ,EAAE,YAAY,CAAC,iBAAiB,kBAAkB,eAAe,gBAAgB,EAAE,aAAa,CAAC,OAAO,QAAQ,MAAM,QAAQ,EAAE,aAAa,OAAO,wBAAwB,EAAI,EAAE,UAAU,CAAC,KAAKA,EAAY,KAAK,MAAM,QAAQ,QAAQ,CAAC,aAAa,SAAS,UAAU,EAAE,YAAY,CAAC,UAAU,CAAC,MAAM,CAAC,YAAY,eAAe,cAAc,EAAE,KAAK,CAAC,YAAY,eAAe,cAAc,EAAE,IAAI,CAAC,aAAa,eAAe,aAAa,EAAE,OAAO,CAAC,aAAa,eAAe,aAAa,CAAC,CAAC,EAAE,aAAa,SAAS,wBAAwB,EAAI,EAAE,IAAI,CAAC,KAAKA,EAAY,OAAO,MAAM,KAAK,EAAE,QAAQ,CAAC,MAAM,UAAU,KAAKA,EAAY,YAAY,UAAU,iBAAiB,aAAa,CAAC,UAAU,kBAAkB,EAAE,UAAU,CAAC,aAAa,eAAe,gBAAgB,aAAa,EAAE,YAAY,CAAC,IAAI,IAAI,IAAI,GAAG,EAAE,IAAI,CAAC,EAAE,cAAc,CAAC,KAAKA,EAAY,OAAO,MAAM,SAAS,SAAS,CAAC,UAAU,CAAC,KAAKA,EAAY,QAAQ,MAAM,QAAQ,aAAa,OAAO,cAAc,UAAU,aAAa,EAAI,EAAE,WAAW,CAAC,KAAKA,EAAY,QAAQ,MAAM,SAAS,aAAa,OAAO,cAAc,UAAU,aAAa,EAAI,CAAC,CAAC,EAAE,YAAY,CAAC,KAAKA,EAAY,OAAO,MAAM,WAAW,SAAS,CAAC,YAAY,CAAC,KAAKA,EAAY,QAAQ,MAAM,OAAO,aAAa,EAAI,EAAE,SAAS,CAAC,KAAKA,EAAY,QAAQ,MAAM,WAAW,aAAa,OAAO,cAAc,OAAO,aAAa,GAAM,OAAOvG,EAAM,CAAC,OAAOA,EAAM,cAAc,EAAK,CAAC,EAAE,UAAU,CAAC,KAAKuG,EAAY,OAAO,MAAM,QAAQ,aAAa,GAAG,IAAI,EAAE,IAAI,IAAI,KAAK,IAAI,OAAOvG,EAAM,CAAC,OAAOA,EAAM,cAAc,EAAM,CAAC,EAAE,UAAU,CAAC,KAAKuG,EAAY,OAAO,MAAM,QAAQ,aAAa,EAAE,IAAI,EAAE,IAAI,IAAI,KAAK,IAAI,OAAOvG,EAAM,CAAC,OAAOA,EAAM,cAAc,EAAM,CAAC,EAAE,UAAU,CAAC,KAAKuG,EAAY,OAAO,MAAM,UAAU,aAAa,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,IAAI,OAAOvG,EAAM,CAAC,OAAOA,EAAM,cAAc,EAAM,CAAC,CAAC,CAAC,EAAE,YAAY,CAAC,KAAKuG,EAAY,OAAO,MAAM,QAAQ,IAAI,EAAE,IAAI,EAAE,KAAK,IAAI,aAAa,EAAE,KAAK,GAAG,eAAe,GAAK,YAAY,8CAA8C,CAAC,CAAC,EAA0B,IAAMT,GAAe,CAAC,QAAQ,OAAO,MAAM,OAAO,OAAO,OAAO,SAAS,OAAO,UAAU,OAAO,WAAW,SAAS,OAAO,EAAE,QAAQ,EAAE,cAAc,OAAO,WAAW,MAAM,EAAoBI,GAAkB,CAAC,QAAQ,OAAO,MAAM,OAAO,OAAO,OAAO,aAAa,SAAS,WAAW,SAAS,cAAc,SAAS,MAAM,OAAO,WAAW,0BAA0B,SAAS,GAAG,SAAS,SAAS,QAAQ,qBAAqB,EAAQC,GAAY,CAAC,SAAS,GAAG,aAAa,EAAE,EAAQC,GAAY,CAAC,OAAO,EAAE,aAAa,GAAG,WAAW,IAAI,UAAU,QAAQ,EAAQC,GAAe,CAAC,OAAO,EAAE,QAAQ,GAAG,SAAS,IAAI,WAAW,IAAI,UAAU,QAAQ,EAAgDV,GAAM,CAACa,EAAIC,EAAIC,IAAM,KAAK,IAAI,KAAK,IAAIF,EAAIC,CAAG,EAAEC,CAAG,EAAQT,GAAcU,GAAO,OAAOA,GAAQ,UAAU,CAAC,MAAMA,CAAK,EC5B10G,IAAIC,IAAe,SAASA,EAAc,CAACA,EAAc,KAAQ,OAAOA,EAAc,QAAW,UAAUA,EAAc,MAAS,QAAQA,EAAc,KAAQ,OAAOA,EAAc,UAAa,YAAa,GAAGA,KAAgBA,GAAc,CAAC,EAAE,EAAE,IAAIC,IAAS,SAASA,EAAQ,CAACA,EAAQ,MAAS,SAASA,EAAQ,IAAO,KAAM,GAAGA,KAAUA,GAAQ,CAAC,EAAE,EACja,SAASC,GAASC,EAAM,CAAC,GAAK,CAAC,MAAAC,EAAM,OAAAC,EAAO,QAAAC,EAAQ,SAAAC,EAAS,YAAAC,EAAY,WAAAC,EAAW,GAAAC,EAAG,SAAAC,EAAS,GAAGC,CAAI,EAAET,EAAM,OAAOS,CAAK,CAQjH,SAASC,GAAMV,EAAM,CAAC,IAAMW,EAASZ,GAASC,CAAK,EAAE,OAAoBY,EAAKC,GAAU,CAAC,GAAGF,CAAQ,CAAC,CAAE,CAAC,SAASG,GAAoBC,EAAS,CAAC,IAAMC,EAA4BC,GAA+B,EAAQC,EAAeC,EAAO,EAAK,EAAQC,EAAaD,EAAO,EAAK,EAAQE,EAAYC,GAAYC,GAAa,CAAC,GAAG,CAACR,EAAS,QAAQ,OAAO,IAAMS,GAAaD,IAAc,EAAE,KAAKA,GAAaR,EAAS,QAAQ,SAAeU,EAAa,KAAK,IAAIV,EAAS,QAAQ,YAAYS,CAAW,EAAE,GAAMT,EAAS,QAAQ,SAAS,GAAG,CAACU,IAAcV,EAAS,QAAQ,YAAYS,EAAa,EAAE,CAAC,CAAC,EAAQE,EAAKJ,GAAY,IAAI,CAAC,IAAMK,EAAMZ,EAAS,QAAQ,GAAG,CAACY,EAAM,OAAOA,EAAM,QAAQ,OACtjB,EAAhHA,EAAM,YAAY,GAAGA,EAAM,WAAW,CAACA,EAAM,QAAQ,CAACA,EAAM,OAAOA,EAAM,YAAYA,EAAM,oBAAiCA,GAAO,CAACT,EAAe,SAASF,IAA6BE,EAAe,QAAQ,GAAKE,EAAa,QAAQ,GAAKO,EAAM,KAAK,EAAE,MAAMC,GAAG,CAAC,CAAC,EACvR,QAAQ,IAAIV,EAAe,QAAQ,EAAK,EAAG,EAAE,CAAC,CAAC,EAAQW,EAAMP,GAAY,IAAI,CAAI,CAACP,EAAS,SAASG,EAAe,UAAeH,EAAS,QAAQ,MAAM,EAAEK,EAAa,QAAQ,GAAM,EAAE,CAAC,CAAC,EAAE,MAAM,CAAC,KAAAM,EAAK,MAAAG,EAAM,YAAAR,EAAY,UAAUD,CAAY,CAAE,CAAC,SAASU,GAAoB,CAAC,YAAAC,EAAY,MAAAC,EAAM,KAAAC,EAAK,YAAAC,EAAY,SAAAC,CAAQ,EAAE,CAAC,GAAK,CAACC,CAAkB,EAAEC,GAAS,IAAIN,CAAW,EAAO,CAACO,EAAsBC,CAAwB,EAAEF,GAAS,EAAK,EAAKN,IAAcK,GAAoB,CAACE,GAAuBC,EAAyB,EAAI,EAAG,IAAMC,EAE7hBJ,GAAoBJ,GAAOC,GAAMC,GAAa,CAACC,GAQ/C,CAACG,EAA0BG,EAAS,OAAGD,EAAaC,EAAS,cAAsBL,EAAmBK,EAAS,WAAgBA,EAAS,cAAqBA,CAAS,CAAC,IAAM5B,GAAuB6B,GAAK,SAAoB1C,EAAM,CAAC,GAAK,CACzO,QAAA2C,EAAQ,MAAM,OAAAC,EAAO,QAAAC,EAAQ,GAAG,cAAAC,EAAc,GAAM,SAAAX,EAAS,GAAM,QAAAY,EAAQ,GAAK,KAAAd,EAAK,GAAK,MAAAD,EAAM,GAAK,YAAAE,EAAY,GAAK,eAAAc,EAAe,GAAM,UAAAC,EAAU,QAAQ,gBAAAC,EAAgB,gBAAgB,OAAAC,EAAO,EAAE,OAAAC,EAAO,GAAG,UAAUC,EAAc,EAAE,OAAAC,EAAO,sEAAsE,QAAQvB,EAAY,SAAAwB,EAAS,SAAAC,EAAS,QAAAC,EAAQ,OAAAC,EAAO,MAAAC,EAAM,QAAAC,EAAQ,aAAAC,EAAa,aAAAC,EAAa,YAAAC,GAAY,UAAAC,EAAS,EAAEhE,EAAYe,EAASI,EAAO,EAAQ8C,GAASC,GAAmB,EAAQC,GAAiBhD,EAAO,IAAI,EAAQiD,GAAgBjD,EAAO,IAAI,EAAQkD,EAAWC,GAAc,EAAQC,GAAaC,GAAUxE,CAAK,EAGjnByE,GAAiBJ,EAAW,cAAcvC,GAAoB,CAAC,YAAAC,EAAY,MAAAC,EAAM,KAAAC,EAAK,YAAAC,EAAY,SAAAC,CAAQ,CAAC,EAAQuC,GAAaL,EAAW,GAAKM,GAAU5D,CAAQ,EAAQ6D,EAAkBP,EAAW,GAAMM,GAAU5D,EAAS,CAAC,OAAO,QAAQ,KAAK,EAAI,CAAC,EAC1P8D,EAAUxB,IAAgB,IAAI,KAAKA,EAAmB,CAAC,KAAA3B,EAAK,MAAAG,GAAM,YAAAR,GAAY,UAAAyD,CAAS,EAAEhE,GAAoBC,CAAQ,EAC3HgE,EAAU,IAAI,CAAIV,IAAqBtC,EAAYL,EAAK,EAAOG,GAAM,EAAE,EAAE,CAACE,CAAW,CAAC,EACtFgD,EAAU,IAAI,CAAIV,GAAqBI,KAAmB,gBAAwBC,GAAahD,EAAK,EAAOG,GAAM,EAAE,EAAE,CAAC4C,GAAiBC,EAAY,CAAC,EAO7I,IAAMM,GAAoC7D,EAAO,EAAK,EAE7D4D,EAAU,IAAI,CAAC,GAAG,CAACC,GAAoC,QAAQ,CAACA,GAAoC,QAAQ,GAAK,OAAQ,IAAMC,EAAiBC,GAAc3B,CAAQ,EAAEA,EAAS,IAAI,GAAGA,GAA4C,GAAG,IAAIlC,IAK1O4D,GAAoE,KAOpEJ,GAA+C,GAAG,GAAG,CAAE,EAAE,CAACA,EAAUhC,EAAQD,EAAOW,CAAQ,CAAC,EAC7FwB,EAAU,IAAI,CAAC,GAAIG,GAAc3B,CAAQ,EAAS,OAAOA,EAAS,GAAG,SAAS4B,GAAO9D,GAAY8D,CAAK,CAAC,CAAE,EAAE,CAAC5B,CAAQ,CAAC,EACrH6B,GAAW,IAAI,CAAIjB,GAAiB,UAAU,MAAepD,EAAS,UACnE,CAACqD,IAAiBnC,GAAM,CAACkC,GAAiB,UAAQzC,EAAK,CAAG,CAAC,EAC9D2D,GAAU,IAAI,CAAItE,EAAS,UAASqD,GAAgB,QAAQrD,EAAS,QAAQ,MAAMoD,GAAiB,QAAQpD,EAAS,QAAQ,OAAOc,GAAM,EAAG,CAAC,EAAE,IAAMyD,GAAIC,GAAQ,IAAI,CAAC,IAAIC,EAAS,GASpL,GAAG7C,IAAU,MAAM,OAAOC,EAAO4C,EAAS,GAAG7C,IAAU,SAAS,OAAOE,EAAQ2C,CAAS,EAAE,CAAC7C,EAAQE,EAAQD,EAAOiC,CAAS,CAAC,EAC5HE,EAAU,IAAI,CAAId,IAAUlD,EAAS,SAAS0D,KAAmB,YAAY,WAAW,IAAI/C,EAAK,EAAE,EAAE,CAAG,EAAE,CAAC,CAAC,EAC5GqD,EAAU,IAAI,CAAIhE,EAAS,SAAS,CAACiB,IAAMjB,EAAS,QAAQ,QAAQqC,GAAsC,GAAG,IAAI,EAAE,CAACA,CAAM,CAAC,EAC3H,IAAMqC,GAAY,IAAI,CAAC,IAAM9D,EAAMZ,EAAS,QAAYY,IAAgBA,EAAM,YAAY,IAAIkD,EAAU,GAAExD,IAAawD,GAA+C,GAAG,GAAG,EAAKJ,KAAmB,YAAW/C,EAAK,EAAE,EAAE,OAAoBd,EAAK,QAAQ,CAAC,QAAAgD,EAAQ,aAAAC,EAAa,aAAAC,EAAa,YAAAC,GAAY,UAAAC,GAAU,IAAIsB,GAAI,KAAKrD,EAAK,IAAIlB,EAAS,SAASa,GAA6C4B,IAAS5B,CAAC,EAAE,QAAQA,GAA2C6B,IAAQ7B,CAAC,EAAE,OAAOA,GAAyC8B,IAAO9B,CAAC,EAAE,QAAQA,GAAuC+B,IAAM/B,CAAC,EAAE,SAAS6C,KAAmB,WAAW,QAAQK,EAAU,QAAQ,OAAOL,KAAmB,YAAY3B,GAAe,CAAC8B,EAAkB,OAC5sB,WAAW,OAAO9B,EAAcQ,EAAO,OAAU,aAAamC,GAAY,SAAStD,EAAS,MAAMkC,EAAW,GAAKrC,EAAM,YAAYE,EAAY,MAAM,CAAC,OAAS0B,EAAQ,UAAU,OAAO,MAAM,OAAO,OAAO,OAAO,aAAAW,GAAa,QAAQ,QAAQ,UAAUtB,EAAU,gBAAgBC,EAAgB,eAAe,SAAS,CAAC,CAAC,CAAE,CAAC,EAAExC,GAAM,YAAY,QAAQ,SAASgF,GAAsBP,EAAM,CAAC,OAAOA,EAAM,OAAO,CAAC,EAAE,YAAY,EAAEA,EAAM,MAAM,CAAC,CAAE,CAAQ,SAASQ,GAAUR,EAAM,CAA0E,OAA5DA,EAAM,MAAM,0CAA0C,GAAG,CAAC,GAAgB,IAAIO,EAAqB,EAAE,KAAK,GAAG,CAAE,CAAC,IAAME,GAAiB,CAAC,QAAQ,OAAO,UAAU,aAAa,MAAM,EAAEC,GAAoBnF,GAAM,CAAC,QAAQ,CAAC,KAAKoF,EAAY,KAAK,wBAAwB,GAAK,MAAM,SAAS,QAAQ,CAAC,MAAM,QAAQ,CAAC,EAAE,OAAO,CAAC,KAAKA,EAAY,OAAO,MAAM,MAAM,aAAa,uEAAuE,OAAO9F,EAAM,CAAC,OAAOA,EAAM,UAAU,QAAS,CAAC,EAAE,QAAQ,CAAC,KAAK8F,EAAY,KAAK,MAAM,OAAO,iBAAiB,CAAC,MAAM,MAAM,EAAE,OAAO9F,EAAM,CAAC,OAAOA,EAAM,UAAU,KAAM,CAAC,EAAE,QAAQ,CAAC,KAAK8F,EAAY,QAAQ,MAAM,UAAU,aAAa,MAAM,cAAc,IAAI,EAAE,cAAc,CAAC,KAAKA,EAAY,QAAQ,MAAM,SAAS,aAAa,MAAM,cAAc,KAAK,YAAY,uHAAuH,EAAE,OAAO,CAAC,KAAKA,EAAY,MAAM,MAAM,IAAI,OAAO,CAAC,CAAC,cAAAhD,CAAa,IAAI,CAACA,CAAa,EAAE,gBAAgB,CAAC,KAAKgD,EAAY,MAAM,MAAM,aAAa,aAAa,eAAe,EAAE,GAAGC,GAAoB,UAAU,CAAC,MAAM,aAAa,KAAKD,EAAY,OAAO,IAAI,EAAE,IAAI,IAAI,KAAK,GAAG,KAAK,GAAG,EAAE,KAAK,CAAC,KAAKA,EAAY,QAAQ,MAAM,OAAO,aAAa,MAAM,cAAc,IAAI,EAAE,UAAU,CAAC,KAAKA,EAAY,KAAK,MAAM,MAAM,QAAQF,GAAiB,aAAaA,GAAiB,IAAID,EAAS,CAAC,EAMj2D,SAAS,CAAC,KAAKG,EAAY,QAAQ,MAAM,WAAW,aAAa,OAAO,cAAc,OAAO,aAAa,EAAK,EAAE,MAAM,CAAC,KAAKA,EAAY,QAAQ,MAAM,QAAQ,aAAa,MAAM,cAAc,IAAI,EAAE,OAAO,CAAC,KAAKA,EAAY,OAAO,IAAI,IAAI,IAAI,EAAE,KAAK,IAAI,OAAO,CAAC,CAAC,MAAA9D,CAAK,IAAIA,EAAM,aAAa,EAAE,EAAE,MAAM,CAAC,KAAK8D,EAAY,YAAY,EAAE,SAAS,CAAC,KAAKA,EAAY,YAAY,EAAE,QAAQ,CAAC,KAAKA,EAAY,YAAY,EAAE,OAAO,CAAC,KAAKA,EAAY,YAAY,EAAE,GAAGE,EAAa,CAAC,ECxEg9B,IAAMC,GAAeC,GAASC,EAAS,EAAQC,GAA+BC,GAA0BC,CAAK,EAAQC,GAAYC,GAAOF,CAAK,EAAQG,GAAmCJ,GAA0BK,GAAO,GAAG,EAAQC,GAAuBT,GAASU,EAAiB,EAAQC,GAAmCR,GAA0BS,CAAS,EAAQC,GAAgBP,GAAOE,GAAO,GAAG,EAAQM,GAAWd,GAASe,EAAK,EAAQC,GAAWhB,GAASiB,EAAK,EAAQC,GAAiCC,GAAwBlB,EAAS,EAAQmB,GAAYpB,GAASqB,EAAM,EAAQC,EAAehB,GAAOiB,CAAQ,EAAQC,GAAoBxB,GAASyB,EAAc,EAAQC,GAAmB1B,GAAS2B,EAAa,EAAQC,GAAY,CAAC,UAAU,sBAAsB,UAAU,qBAAqB,EAAQC,GAAU,IAAI,OAAO,SAAW,IAAkBC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,iBAAiB,EAAQC,GAAY,CAAC,MAAM,EAAE,SAAS,IAAI,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,KAAK,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,EAAQC,GAAmB,CAACC,EAAE,IAAI,oBAAoB,IAAUC,GAAY,CAAC,MAAM,GAAG,SAAS,IAAI,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAY,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,KAAK,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,EAAQC,EAAY,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,EAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAW,CAAC,QAAQ,KAAK,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,GAAG,EAAQC,GAAW,CAAC,QAAQ,KAAK,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAW,CAAC,OAAO,aAAa,QAAQ,KAAK,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAY,CAAC,OAAO,EAAE,MAAM,IAAI,SAAS,GAAG,KAAK,QAAQ,EAAQC,GAAW,CAAC,OAAOF,GAAW,aAAa,YAAY,WAAWC,GAAY,QAAQ,UAAU,KAAK,QAAQ,EAAQE,GAAY,CAAC,MAAM,GAAG,SAAS,EAAE,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,EAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAY,CAAC,MAAM,EAAE,SAAS,IAAI,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,EAAY,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAASA,GAAiB,EAAQC,GAAwB,CAAC,QAAQ,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,IAAI,CAAC,IAAIC,EAAuCC,EAAK,MAAM,CAAC,GAAGF,EAAM,SAASE,GAAMD,EAAuCN,GAAwBK,EAAM,OAAO,KAAK,MAAMC,IAAyC,OAAOA,EAAuCD,EAAM,WAAW,MAAME,IAAO,OAAOA,EAAK,WAAW,CAAE,EAAQC,GAA6BC,GAAW,SAASJ,EAAMK,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,GAAGC,CAAS,EAAEjB,GAASI,CAAK,EAAQc,EAAU,IAAI,CAAC,IAAMC,EAAUrB,GAAiB,OAAUY,CAAY,EAAE,GAAGS,EAAU,OAAO,CAAC,IAAIC,EAAU,SAAS,cAAc,qBAAqB,EAAKA,EAAWA,EAAU,aAAa,UAAUD,EAAU,MAAM,GAAQC,EAAU,SAAS,cAAc,MAAM,EAAEA,EAAU,aAAa,OAAO,QAAQ,EAAEA,EAAU,aAAa,UAAUD,EAAU,MAAM,EAAE,SAAS,KAAK,YAAYC,CAAS,GAAI,EAAE,CAAC,OAAUV,CAAY,CAAC,EAAQW,GAAmB,IAAI,CAAC,IAAMF,EAAUrB,GAAiB,OAAUY,CAAY,EAAqC,GAAnC,SAAS,MAAMS,EAAU,OAAO,GAAMA,EAAU,SAAS,CAAC,IAAIG,GAAyBA,EAAwB,SAAS,cAAc,uBAAuB,KAAK,MAAMA,IAA0B,QAAcA,EAAwB,aAAa,UAAUH,EAAU,QAAQ,EAAG,IAAMI,EAAQJ,EAAU,cAAc,GAAGI,EAAQ,CAAC,IAAMC,GAAK,SAAS,KAAKA,GAAK,UAAU,QAAQC,IAAGA,GAAE,WAAW,cAAc,GAAGD,GAAK,UAAU,OAAOC,EAAC,CAAC,EAAED,GAAK,UAAU,IAAI,GAAGL,EAAU,4BAA4B,EAAG,MAAM,IAAI,CAAII,GAAQ,SAAS,KAAK,UAAU,OAAO,GAAGJ,EAAU,4BAA4B,CAAE,CAAE,EAAE,CAAC,OAAUT,CAAY,CAAC,EAAE,GAAK,CAACgB,EAAYC,CAAmB,EAAEC,GAA8BZ,EAAQ3C,GAAY,EAAK,EAAQwD,EAAe,OAAgBC,EAAWC,EAAO,IAAI,EAAQC,EAAUC,GAAkB,WAAW,EAAQC,EAAWH,EAAO,IAAI,EAAQI,EAAY,IAAQ,CAAC7D,GAAU,GAAiBoD,IAAc,YAA6CU,EAAa,IAAS9D,GAAU,EAAiBoD,IAAc,YAAtB,GAAmEW,EAAWJ,GAAkB,WAAW,EAAQK,EAAWP,EAAO,IAAI,EAAQQ,EAAWN,GAAkB,WAAW,EAAQO,EAAWT,EAAO,IAAI,EAAQU,EAAWR,GAAkB,WAAW,EAAQS,EAAWX,EAAO,IAAI,EAAQY,EAAWV,GAAkB,WAAW,EAAQW,EAAWb,EAAO,IAAI,EAAQc,EAAWZ,GAAkB,WAAW,EAAQa,EAAWf,EAAO,IAAI,EAAQgB,GAAWd,GAAkB,WAAW,EAAQe,GAAWjB,EAAO,IAAI,EAAQkB,EAAWhB,GAAkB,WAAW,EAAQiB,GAAWnB,EAAO,IAAI,EAAQoB,GAAWlB,GAAkB,WAAW,EAAQmB,GAAYrB,EAAO,IAAI,EAAQsB,EAAWpB,GAAkB,WAAW,EAAQqB,GAAYvB,EAAO,IAAI,EAAQwB,GAAsBC,GAAM,EAAQC,GAAsB,CAAa3C,GAAuBA,GAAuBA,EAAS,EAAE,OAAA4C,GAAiB,CAAC,CAAC,EAAsBC,EAAKC,GAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,kBAAApF,EAAiB,EAAE,SAAsBqF,EAAMC,GAAY,CAAC,GAAG/C,GAA4CwC,GAAgB,SAAS,CAAcM,EAAM5G,GAAO,IAAI,CAAC,GAAGgE,EAAU,UAAU8C,GAAGxF,GAAkB,GAAGkF,GAAsB,gBAAgB3C,CAAS,EAAE,IAAIL,GAA6BqB,EAAK,MAAM,CAAC,GAAGjB,CAAK,EAAE,SAAS,CAAcgD,EAAM,SAAS,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,GAAG7B,EAAU,KAAK,OAAO,IAAIE,EAAK,SAAS,CAAc2B,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,KAAK,eAAe,SAAS,CAAcF,EAAKhH,GAA+B,CAAC,QAAQ+B,GAAU,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,MAAM,eAAe,MAAM,QAAQsF,GAA0B,CAAC,EAAE,YAAY,IAAI,WAAW,KAAK,MAAM,QAAQ,IAAI,0FAA0F,OAAO,0QAA0Q,EAAE,UAAU,gBAAgB,wBAAwB,SAAS,mBAAmB,gBAAgB,QAAQrF,GAAW,KAAK,gBAAgB,UAAU,GAAK,SAAsBgF,EAAKM,EAA0B,CAAC,SAAsBN,EAAKtG,EAAU,CAAC,UAAU,0BAA0B,mBAAmB,kBAAkB,KAAK,kBAAkB,SAAsBsG,EAAKjH,GAAU,CAAC,WAAW,mBAAmB,aAAa,CAAC,aAAa,GAAM,WAAW,MAAM,EAAE,MAAM,qBAAqB,OAAO,CAAC,qBAAqB,oBAAoB,EAAE,eAAe,CAAC,YAAY,IAAI,cAAc,GAAM,cAAc,EAAE,EAAE,WAAW,GAAG,OAAO,OAAO,aAAa,CAAC,aAAa,GAAM,WAAW,GAAG,WAAW,OAAO,cAAc,GAAK,YAAY,EAAE,EAAE,GAAG,YAAY,SAAS,YAAY,aAAa,CAAC,WAAW,qBAAqB,cAAc,IAAI,aAAa,GAAM,aAAa,GAAG,WAAW,CAAC,EAAE,YAAY,CAAC,eAAe,IAAI,eAAe,GAAG,WAAW,GAAG,gBAAgB,IAAI,oBAAoB,GAAG,cAAc,GAAG,aAAa,IAAI,iBAAiB,GAAG,aAAa,EAAE,eAAe,EAAE,gBAAgB,IAAI,gBAAgB,IAAI,WAAW,GAAG,cAAc,EAAE,EAAE,YAAY,CAAC,oBAAoB,IAAI,mBAAmB,GAAM,cAAc,cAAc,YAAY,GAAK,wBAAwB,EAAE,mBAAmB,GAAM,oBAAoB,EAAE,QAAQ,MAAM,WAAW,GAAM,UAAU,EAAE,qBAAqB,EAAE,gBAAgB,GAAM,aAAa,GAAM,gBAAgB,IAAI,iBAAiB,GAAM,YAAY,EAAK,EAAE,KAAK,kBAAkB,OAAO,IAAI,eAAe,CAAC,QAAQ,EAAE,WAAW,EAAE,WAAW,EAAE,YAAY,EAAI,EAAE,YAAY,uBAAuB,OAAO,EAAE,cAAc,CAAC,gBAAgB,GAAM,gBAAgB,SAAS,YAAY,EAAE,WAAW,GAAM,YAAY,CAAC,EAAE,aAAa,CAAC,cAAc,YAAK,YAAY,IAAI,WAAW,IAAI,UAAU,QAAQ,EAAE,YAAY,CAAC,KAAK,GAAG,QAAQ,GAAG,QAAQ,EAAE,SAAS,EAAK,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiH,EAAKhH,GAA+B,CAAC,QAAQ+B,GAAU,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,MAAM,eAAe,MAAM,QAAQsF,GAA0B,CAAC,EAAE,YAAY,IAAI,WAAW,KAAK,MAAM,QAAQ,IAAI,yFAAyF,OAAO,uQAAuQ,EAAE,UAAU,gBAAgB,wBAAwB,SAAS,mBAAmB,gBAAgB,QAAQrF,GAAW,KAAK,gBAAgB,UAAU,GAAK,SAAsBgF,EAAKM,EAA0B,CAAC,SAAsBN,EAAKtG,EAAU,CAAC,UAAU,2BAA2B,mBAAmB,iBAAiB,KAAK,iBAAiB,SAAsBsG,EAAKjH,GAAU,CAAC,WAAW,mBAAmB,aAAa,CAAC,aAAa,GAAM,WAAW,MAAM,EAAE,MAAM,qBAAqB,OAAO,CAAC,qBAAqB,oBAAoB,EAAE,eAAe,CAAC,YAAY,IAAI,cAAc,GAAM,cAAc,EAAE,EAAE,WAAW,GAAG,OAAO,OAAO,aAAa,CAAC,aAAa,GAAM,WAAW,GAAG,WAAW,OAAO,cAAc,GAAK,YAAY,EAAE,EAAE,GAAG,YAAY,SAAS,YAAY,aAAa,CAAC,WAAW,qBAAqB,cAAc,IAAI,aAAa,GAAM,aAAa,GAAG,WAAW,CAAC,EAAE,YAAY,CAAC,eAAe,IAAI,eAAe,GAAG,WAAW,GAAG,gBAAgB,IAAI,oBAAoB,GAAG,cAAc,GAAG,aAAa,IAAI,iBAAiB,GAAG,aAAa,EAAE,eAAe,EAAE,gBAAgB,IAAI,gBAAgB,IAAI,WAAW,GAAG,cAAc,EAAE,EAAE,YAAY,CAAC,oBAAoB,IAAI,mBAAmB,GAAM,cAAc,eAAe,YAAY,GAAK,wBAAwB,EAAE,mBAAmB,GAAM,oBAAoB,EAAE,QAAQ,MAAM,WAAW,GAAM,UAAU,EAAE,qBAAqB,EAAE,gBAAgB,GAAM,aAAa,GAAM,gBAAgB,IAAI,iBAAiB,GAAM,YAAY,EAAK,EAAE,KAAK,iBAAiB,OAAO,IAAI,eAAe,CAAC,QAAQ,EAAE,WAAW,EAAE,WAAW,EAAE,YAAY,EAAI,EAAE,YAAY,oBAAoB,OAAO,EAAE,cAAc,CAAC,gBAAgB,GAAM,gBAAgB,SAAS,YAAY,EAAE,WAAW,GAAM,YAAY,CAAC,EAAE,aAAa,CAAC,cAAc,YAAK,YAAY,IAAI,WAAW,IAAI,UAAU,QAAQ,EAAE,YAAY,CAAC,KAAK,GAAG,QAAQ,GAAG,QAAQ,EAAE,SAAS,EAAK,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiH,EAAK3G,GAAmC,CAAC,QAAQ+B,GAAW,UAAU,gBAAgB,wBAAwB,SAAS,mBAAmB,gBAAgB,QAAQJ,GAAW,KAAK,gBAAgB,UAAU,GAAK,kBAAkBC,GAAmB,SAAsB+E,EAAK7G,GAAY,CAAC,eAAemC,GAAW,4BAA4B,GAAK,0BAA0B,EAAE,yBAAyB,OAAO,yBAAyBD,GAAY,gBAAgB,GAAM,gBAAgB,EAAE,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQgF,GAA0B,CAAC,EAAE,YAAY,IAAI,WAAW,KAAK,MAAM,QAAQ,IAAI,uEAAuE,OAAO,wKAAwK,EAAE,UAAU,gBAAgB,mBAAmB,eAAe,KAAK,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeH,EAAMvG,GAAgB,CAAC,yBAAyB,GAAM,iBAAiB,EAAE,mCAAmC,GAAK,gBAAgB,IAAI,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,eAAe,mBAAmB,gBAAgB,KAAK,gBAAgB,SAAS,CAAcqG,EAAKO,GAAkB,CAAC,WAAWxC,EAAY,UAAU,CAAC,UAAU,CAAC,EAAE,KAAK,CAAC,EAAE,SAAsBiC,EAAKM,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,EAAE,IAAI,SAAsBN,EAAKvG,GAAmC,CAAC,QAAQ+B,GAAW,UAAU,2BAA2B,wBAAwB,UAAU,QAAQC,GAAW,UAAU,GAAK,SAAsBuE,EAAKxG,GAAkB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAU,uCAAuC,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAewG,EAAK3G,GAAmC,CAAC,QAAQmC,GAAW,UAAU,iBAAiB,wBAAwB,UAAU,mBAAmB,iBAAiB,QAAQE,GAAW,KAAK,iBAAiB,UAAU,GAAK,SAAsBsE,EAAK3F,EAAS,CAAC,sBAAsB,GAAK,SAAsB2F,EAAWQ,EAAS,CAAC,SAAsBR,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAS,qGAAgG,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,QAAQ,OAAOnE,GAAW,MAAM,CAAC,OAAO,EAAE,KAAK,QAAQ,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeqE,EAAM7G,GAAmC,CAAC,QAAQ0C,GAAW,UAAU,iBAAiB,wBAAwB,UAAU,mBAAmB,gBAAgB,QAAQL,GAAW,KAAK,gBAAgB,UAAU,GAAK,SAAS,CAAcsE,EAAK3F,EAAS,CAAC,sBAAsB,GAAK,SAAsB2F,EAAWQ,EAAS,CAAC,SAAsBR,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,uEAAuE,EAAE,SAAS,wIAA8H,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,YAAY,MAAM,CAAC,OAAO,EAAE,KAAK,YAAY,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKO,GAAkB,CAAC,WAAWxC,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,cAAc,IAAI,OAAO,QAAQsC,GAA0B,GAAG,EAAE,YAAY,IAAI,WAAW,KAAK,MAAM,QAAQ,IAAI,uEAAuE,OAAO,sQAAsQ,CAAC,CAAC,EAAE,SAAsBL,EAAK9G,EAAM,CAAC,WAAW,CAAC,IAAI,cAAc,IAAI,OAAO,QAAQmH,GAA0B,IAAI,EAAE,YAAY,IAAI,WAAW,KAAK,MAAM,QAAQ,IAAI,uEAAuE,OAAO,sQAAsQ,EAAE,UAAU,gBAAgB,mBAAmB,cAAc,KAAK,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeH,EAAMvG,GAAgB,CAAC,iBAAiB,CAAC,QAAQ,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAE,sCAAsC,GAAK,2BAA2B,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC,EAAE,2BAA2B,WAAW,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,gBAAgB,KAAK,gBAAgB,SAAS,CAAC6E,EAAY,GAAgBwB,EAAKM,EAA0B,CAAC,SAAsBN,EAAKtG,EAAU,CAAC,UAAU,wCAAwC,SAAsBsG,EAAKnG,GAAM,CAAC,SAAS,GAAM,gBAAgB,mBAAmB,aAAa,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,SAAS,GAAK,OAAO,OAAO,GAAG,YAAY,oBAAoB,GAAM,SAAS,YAAY,KAAK,GAAM,KAAK,GAAM,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,0CAA0C,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemG,EAAK3G,GAAmC,CAAC,QAAQ+B,GAAW,UAAU,iBAAiB,cAAc,GAAK,wBAAwB,UAAU,mBAAmB,cAAc,QAAQJ,GAAW,KAAK,cAAc,UAAU,EAAI,CAAC,EAAEyD,EAAa,GAAgBuB,EAAK7G,GAAY,CAAC,kBAAkB,CAAC,WAAWoC,CAAW,EAAE,sBAAsB,GAAK,gBAAgBS,EAAW,eAAeE,EAAY,iBAAiB,CAAC,OAAO,GAAG,QAAQ,GAAG,MAAM,EAAE,SAAS,IAAI,oBAAoB,GAAK,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAE,mCAAmC,GAAK,sCAAsC,GAAK,oBAAoB,EAAE,2BAA2B,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,GAAG,CAAC,EAAE,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,GAAG,CAAC,CAAC,EAAE,2BAA2B,WAAW,gBAAgB,GAAM,gBAAgB,EAAE,WAAW,CAAC,IAAI,GAAG,IAAI,UAAU,QAAQmE,GAA0B,GAAG,EAAE,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQ,IAAI,qEAAqE,OAAO,4VAA4V,EAAE,UAAU,+BAA+B,cAAc,GAAK,mBAAmB,kBAAkB,KAAK,kBAAkB,SAAsBL,EAAKM,EAA0B,CAAC,SAAsBN,EAAKtG,EAAU,CAAC,UAAU,0BAA0B,SAAsBsG,EAAKjG,GAAM,CAAC,gBAAgB,mBAAmB,aAAa,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,SAAS,GAAK,OAAO,OAAO,GAAG,YAAY,oBAAoB,GAAM,SAAS,YAAY,KAAK,GAAM,MAAM,GAAM,UAAU,QAAQ,QAAQ,GAAM,OAAO,uEAAuE,cAAc,GAAK,QAAQ,uEAAuE,QAAQ,SAAS,OAAO,uEAAuE,UAAU,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,cAAc,EAAE,eAAe,EAAE,OAAO,GAAG,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiG,EAAK3G,GAAmC,CAAC,QAAQ+B,GAAW,UAAU,iBAAiB,wBAAwB,UAAU,mBAAmB,UAAU,QAAQJ,GAAW,KAAK,UAAU,UAAU,EAAI,CAAC,EAAegF,EAAKM,EAA0B,CAAC,SAAsBN,EAAKvG,GAAmC,CAAC,QAAQ2B,GAAW,UAAU,2BAA2B,wBAAwB,UAAU,mBAAmB,YAAY,QAAQJ,GAAW,KAAK,YAAY,UAAU,GAAK,SAAsBgF,EAAKhG,GAAiC,CAAC,sBAAsB,GAAM,oBAAoB,GAAG,qCAAqC,GAAK,WAAW,mBAAmB,aAAa,CAAC,aAAa,GAAM,WAAW,MAAM,EAAE,MAAM,qBAAqB,OAAO,CAAC,qBAAqB,oBAAoB,EAAE,eAAe,CAAC,YAAY,IAAI,cAAc,GAAM,cAAc,EAAE,EAAE,WAAW,GAAG,OAAO,OAAO,aAAa,CAAC,aAAa,GAAM,WAAW,GAAG,WAAW,OAAO,cAAc,GAAK,YAAY,EAAE,EAAE,GAAG,YAAY,SAAS,YAAY,aAAa,CAAC,WAAW,qBAAqB,cAAc,IAAI,aAAa,GAAM,aAAa,GAAG,WAAW,CAAC,EAAE,YAAY,CAAC,eAAe,IAAI,eAAe,GAAG,WAAW,GAAG,gBAAgB,IAAI,oBAAoB,GAAG,cAAc,GAAG,aAAa,IAAI,iBAAiB,GAAG,aAAa,EAAE,eAAe,EAAE,gBAAgB,IAAI,gBAAgB,IAAI,WAAW,GAAG,cAAc,EAAE,EAAE,YAAY,CAAC,oBAAoB,IAAI,mBAAmB,GAAM,cAAc,MAAM,YAAY,GAAK,wBAAwB,EAAE,mBAAmB,GAAM,oBAAoB,EAAE,QAAQ,MAAM,WAAW,GAAM,UAAU,EAAE,qBAAqB,EAAE,gBAAgB,GAAM,aAAa,GAAM,gBAAgB,IAAI,iBAAiB,GAAM,YAAY,EAAK,EAAE,KAAK,YAAY,OAAO,IAAI,eAAe,CAAC,QAAQ,EAAE,WAAW,EAAE,WAAW,EAAE,YAAY,EAAI,EAAE,YAAY,MAAM,OAAO,EAAE,cAAc,CAAC,gBAAgB,GAAM,gBAAgB,SAAS,YAAY,EAAE,WAAW,GAAM,YAAY,CAAC,EAAE,aAAa,CAAC,cAAc,YAAK,YAAY,IAAI,WAAW,IAAI,UAAU,QAAQ,EAAE,YAAY,CAAC,KAAK,GAAG,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAK,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAegG,EAAK3F,EAAS,CAAC,sBAAsB,GAAK,SAAsB6F,EAAYM,EAAS,CAAC,SAAS,CAAcN,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,oBAAoB,EAAE,SAAS,eAAe,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAE,kCAA+CA,EAAK,SAAS,CAAC,SAAsBA,EAAK,KAAK,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,SAAS,CAAC,SAAS,IAAI,CAAC,EAAE,KAAkBA,EAAK,SAAS,CAAC,SAAS,GAAG,CAAC,EAAE,mBAAgCA,EAAK,SAAS,CAAC,SAAsBA,EAAK,KAAK,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,SAAS,CAAC,SAAS,IAAI,CAAC,EAAE,WAAwBA,EAAK,SAAS,CAAC,SAAS,GAAG,CAAC,EAAE,eAA4BA,EAAK,SAAS,CAAC,SAAsBA,EAAK,KAAK,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,SAAS,CAAC,SAAS,IAAI,CAAC,EAAE,YAAyBA,EAAK,SAAS,CAAC,SAAS,GAAG,CAAC,EAAE,eAA4BE,EAAM,SAAS,CAAC,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,oBAAoB,EAAE,SAAS,iBAAiB,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAE,iBAA8BA,EAAKS,GAAK,CAAC,KAAK,wDAAwD,OAAO,YAAY,aAAa,GAAM,aAAa,GAAM,SAAsBT,EAAK,IAAI,CAAC,SAAS,qBAAqB,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,SAAS,CAAC,SAAS,IAAI,CAAC,EAAE,KAAkBA,EAAK,SAAS,CAAC,SAAS,GAAG,CAAC,EAAE,gBAA6BA,EAAK,SAAS,CAAC,SAAsBA,EAAK,KAAK,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,SAAS,CAAC,SAAS,IAAI,CAAC,EAAE,WAAwBA,EAAK,SAAS,CAAC,SAAS,GAAG,CAAC,EAAE,kBAA+BA,EAAK,SAAS,CAAC,SAAsBA,EAAK,KAAK,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,SAAS,CAAC,SAAS,IAAI,CAAC,EAAE,cAA2BA,EAAKS,GAAK,CAAC,KAAK,wEAAwE,OAAO,YAAY,aAAa,GAAM,aAAa,GAAM,SAAsBT,EAAK,IAAI,CAAC,SAAS,eAAe,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,oBAAoB,EAAE,SAAS,aAAa,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAE,iBAA8BA,EAAKS,GAAK,CAAC,KAAK,iDAAiD,OAAO,YAAY,aAAa,GAAM,aAAa,GAAM,SAAsBT,EAAK,IAAI,CAAC,SAAS,cAAc,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,SAAS,CAAC,SAAS,IAAI,CAAC,EAAE,KAAkBA,EAAK,SAAS,CAAC,SAAS,GAAG,CAAC,EAAE,eAA4BA,EAAK,SAAS,CAAC,SAAsBA,EAAK,KAAK,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,SAAS,CAAC,SAAS,IAAI,CAAC,EAAE,YAAyBA,EAAK,SAAS,CAAC,SAAS,GAAG,CAAC,EAAE,IAAiBA,EAAKS,GAAK,CAAC,KAAK,sEAAsE,OAAO,YAAY,aAAa,GAAM,aAAa,GAAM,SAAsBT,EAAK,IAAI,CAAC,SAAS,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAsBA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,EAAeA,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAsBA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,EAAeA,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAsBA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,MAAM,CAAC,QAAQ,YAAY,EAAE,KAAK,YAAY,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKM,EAA0B,CAAC,SAAsBN,EAAKtG,EAAU,CAAC,UAAU,0BAA0B,SAAsBsG,EAAK7F,GAAO,CAAC,UAAU,SAAS,UAAU,OAAO,YAAY,CAAC,UAAU,EAAE,YAAY,GAAK,UAAU,EAAE,UAAU,GAAG,SAAS,EAAK,EAAE,IAAI,GAAG,OAAO,OAAO,YAAY,EAAE,GAAG,YAAY,SAAS,YAAY,QAAQ,GAAG,cAAc,GAAG,YAAY,GAAG,eAAe,GAAM,aAAa,GAAG,WAAW,GAAG,cAAc,CAAC,WAAW,GAAK,UAAU,EAAI,EAAE,MAAM,CAAc6F,EAAK9G,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,sEAAsE,OAAO,uKAAuK,EAAE,UAAU,gBAAgB,CAAC,EAAe8G,EAAK9G,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,uEAAuE,OAAO,yKAAyK,EAAE,UAAU,eAAe,CAAC,EAAe8G,EAAK9G,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,sEAAsE,OAAO,uKAAuK,EAAE,UAAU,gBAAgB,CAAC,EAAe8G,EAAK9G,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,wEAAwE,OAAO,2KAA2K,EAAE,UAAU,eAAe,CAAC,EAAe8G,EAAK9G,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,sEAAsE,OAAO,uKAAuK,EAAE,UAAU,eAAe,CAAC,EAAe8G,EAAK9G,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,sEAAsE,OAAO,uKAAuK,EAAE,UAAU,gBAAgB,CAAC,EAAe8G,EAAK9G,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,uEAAuE,OAAO,uQAAuQ,EAAE,UAAU,gBAAgB,CAAC,EAAe8G,EAAK9G,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,uEAAuE,OAAO,yKAAyK,EAAE,UAAU,gBAAgB,CAAC,EAAe8G,EAAK9G,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,wEAAwE,OAAO,2KAA2K,EAAE,UAAU,gBAAgB,CAAC,EAAe8G,EAAK9G,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,uEAAuE,OAAO,yKAAyK,EAAE,UAAU,gBAAgB,CAAC,CAAC,EAAE,MAAM,IAAI,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe8G,EAAK5F,EAAe,CAAC,kBAAkB,CAAC,WAAWmB,CAAW,EAAE,sBAAsB,GAAK,gBAAgBS,EAAW,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,EAAE,sBAAsB,GAAK,gBAAgB,GAAM,gBAAgB,EAAE,SAAsB8D,EAAWQ,EAAS,CAAC,SAAsBN,EAAM,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,SAAS,CAAC,SAAS,4EAA4E,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,QAAQ,YAAY,EAAE,KAAK,WAAW,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK5F,EAAe,CAAC,kBAAkB,CAAC,WAAWmB,CAAW,EAAE,sBAAsB,GAAK,gBAAgBS,EAAW,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,EAAE,sBAAsB,GAAK,gBAAgB,GAAM,gBAAgB,EAAE,SAAsB8D,EAAWQ,EAAS,CAAC,SAAsBN,EAAM,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,SAAS,CAAC,SAAS,6DAA6D,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,WAAW,MAAM,CAAC,QAAQ,YAAY,EAAE,KAAK,WAAW,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK5F,EAAe,CAAC,kBAAkB,CAAC,WAAWmB,CAAW,EAAE,sBAAsB,GAAK,gBAAgBS,EAAW,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,EAAE,sBAAsB,GAAK,gBAAgB,GAAM,gBAAgB,EAAE,SAAsB8D,EAAWQ,EAAS,CAAC,SAAsBN,EAAM,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAS,CAAcF,EAAK,SAAS,CAAC,SAAS,yEAAyE,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,QAAQ,YAAY,EAAE,KAAK,WAAW,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK5F,EAAe,CAAC,kBAAkB,CAAC,WAAWmB,CAAW,EAAE,sBAAsB,GAAK,gBAAgBS,EAAW,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,EAAE,sBAAsB,GAAK,gBAAgB,GAAM,gBAAgB,EAAE,SAAsBgE,EAAYM,EAAS,CAAC,SAAS,CAAcR,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAsBA,EAAK,SAAS,CAAC,SAAS,iFAAiF,CAAC,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,QAAQ,YAAY,EAAE,KAAK,WAAW,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKM,EAA0B,CAAC,SAAsBN,EAAKtG,EAAU,CAAC,UAAU,0BAA0B,SAAsBsG,EAAK7F,GAAO,CAAC,UAAU,SAAS,UAAU,OAAO,YAAY,CAAC,UAAU,EAAE,YAAY,GAAK,UAAU,EAAE,UAAU,GAAG,SAAS,EAAK,EAAE,IAAI,GAAG,OAAO,OAAO,YAAY,EAAE,GAAG,YAAY,SAAS,YAAY,QAAQ,GAAG,cAAc,GAAG,YAAY,GAAG,eAAe,GAAM,aAAa,GAAG,WAAW,GAAG,cAAc,CAAC,WAAW,GAAK,UAAU,EAAI,EAAE,MAAM,CAAc6F,EAAK9G,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,sEAAsE,OAAO,uKAAuK,EAAE,UAAU,eAAe,CAAC,EAAe8G,EAAK9G,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,sEAAsE,OAAO,uKAAuK,EAAE,UAAU,gBAAgB,CAAC,EAAe8G,EAAK9G,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,uEAAuE,OAAO,yKAAyK,EAAE,UAAU,gBAAgB,CAAC,EAAe8G,EAAK9G,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,wEAAwE,OAAO,2KAA2K,EAAE,UAAU,gBAAgB,CAAC,EAAe8G,EAAK9G,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,uEAAuE,OAAO,yKAAyK,EAAE,UAAU,eAAe,CAAC,EAAe8G,EAAK9G,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,uEAAuE,OAAO,yKAAyK,EAAE,UAAU,eAAe,CAAC,EAAe8G,EAAK9G,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,wEAAwE,OAAO,2KAA2K,EAAE,UAAU,gBAAgB,CAAC,EAAe8G,EAAK9G,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,uEAAuE,OAAO,yKAAyK,EAAE,UAAU,eAAe,CAAC,EAAe8G,EAAK9G,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,uEAAuE,OAAO,yKAAyK,EAAE,UAAU,gBAAgB,CAAC,EAAe8G,EAAK9G,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,uEAAuE,OAAO,yKAAyK,EAAE,UAAU,eAAe,CAAC,CAAC,EAAE,MAAM,IAAI,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe8G,EAAKO,GAAkB,CAAC,WAAWxC,EAAY,UAAU,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQ,EAAE,GAAG,CAAC,EAAE,SAAsBiC,EAAKM,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,EAAE,KAAK,SAAsBN,EAAKtG,EAAU,CAAC,UAAU,0BAA0B,SAAsBsG,EAAKzF,GAAe,CAAC,UAAU,sBAAsB,UAAU,+CAA+C,OAAO,OAAO,GAAG,YAAY,UAAU,QAAQ,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAU,GAAM,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEiE,EAAY,GAAgBwB,EAAKO,GAAkB,CAAC,WAAWxC,EAAY,UAAU,CAAC,UAAU,CAAC,OAAO,GAAG,MAAM,QAAQ,EAAE,IAAI,CAAC,EAAE,SAAsBiC,EAAKM,EAA0B,CAAC,SAAsBN,EAAKtG,EAAU,CAAC,UAAU,yCAAyC,SAAsBsG,EAAKzF,GAAe,CAAC,UAAU,sBAAsB,UAAU,+CAA+C,OAAO,OAAO,GAAG,YAAY,UAAU,QAAQ,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAU,GAAM,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe2F,EAAM,OAAO,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,KAAK,OAAO,SAAS,CAAcF,EAAKM,EAA0B,CAAC,SAAsBN,EAAKtG,EAAU,CAAC,UAAU,2BAA2B,SAAsBsG,EAAK7F,GAAO,CAAC,UAAU,SAAS,UAAU,OAAO,YAAY,CAAC,UAAU,EAAE,YAAY,GAAK,UAAU,EAAE,UAAU,GAAG,SAAS,EAAK,EAAE,IAAI,GAAG,OAAO,OAAO,YAAY,EAAE,GAAG,YAAY,SAAS,YAAY,QAAQ,GAAG,cAAc,GAAG,YAAY,GAAG,eAAe,GAAM,aAAa,GAAG,WAAW,GAAG,cAAc,CAAC,WAAW,GAAK,UAAU,EAAI,EAAE,MAAM,CAAc6F,EAAK9G,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,wEAAwE,OAAO,2KAA2K,EAAE,UAAU,eAAe,CAAC,EAAe8G,EAAK9G,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,KAAK,WAAW,IAAI,MAAM,QAAQ,IAAI,wEAAwE,OAAO,0KAA0K,EAAE,UAAU,eAAe,CAAC,EAAe8G,EAAK9G,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,wEAAwE,OAAO,2KAA2K,EAAE,UAAU,eAAe,CAAC,EAAe8G,EAAK9G,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,sEAAsE,OAAO,oQAAoQ,EAAE,UAAU,eAAe,CAAC,EAAe8G,EAAK9G,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQ,IAAI,uEAAuE,OAAO,yKAAyK,EAAE,UAAU,eAAe,CAAC,CAAC,EAAE,MAAM,IAAI,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAegH,EAAM,UAAU,CAAC,UAAU,gBAAgB,mBAAmB,WAAW,GAAGxB,EAAW,KAAK,WAAW,IAAIC,EAAK,SAAS,CAAcqB,EAAK3F,EAAS,CAAC,sBAAsB,GAAK,SAAsB6F,EAAYM,EAAS,CAAC,SAAS,CAAcR,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,mFAAmF,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,sDAAsD,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,0BAA0B,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,sGAAsG,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,2DAA2D,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,6DAAwD,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,0EAA0E,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,4DAA4D,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,sFAAsF,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,gHAAsG,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,sEAAsE,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,gEAAgE,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,yCAAyC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,oFAA+E,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,yFAAoF,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,2CAAsC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,8CAA8C,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,wFAAwF,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,0EAAqE,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,+EAA+E,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,6CAA6C,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,sBAAsB,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,0CAA0C,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,qHAAqH,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,kIAA6H,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,wCAAmC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,4EAA4E,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,MAAM,CAAC,OAAO,EAAE,KAAK,YAAY,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK5F,EAAe,CAAC,kBAAkB,CAAC,WAAWmB,CAAW,EAAE,sBAAsB,GAAK,gBAAgBS,EAAW,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,EAAE,sBAAsB,GAAK,gBAAgB,GAAM,gBAAgB,EAAE,SAAsBgE,EAAYM,EAAS,CAAC,SAAS,CAAcR,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAsBA,EAAK,SAAS,CAAC,SAAS,kEAAkE,CAAC,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,QAAQ,YAAY,EAAE,KAAK,WAAW,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK5F,EAAe,CAAC,kBAAkB,CAAC,WAAWmB,CAAW,EAAE,sBAAsB,GAAK,gBAAgBS,EAAW,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,EAAE,sBAAsB,GAAK,gBAAgB,GAAM,gBAAgB,EAAE,SAAsB8D,EAAWQ,EAAS,CAAC,SAAsBN,EAAM,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAS,CAAcF,EAAK,SAAS,CAAC,SAAS,OAAO,CAAC,EAAE,0DAA0D,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,QAAQ,YAAY,EAAE,KAAK,WAAW,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKO,GAAkB,CAAC,WAAWxC,EAAY,UAAU,CAAC,UAAU,CAAC,OAAO,IAAI,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,SAAsBiC,EAAKM,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,EAAE,MAAM,SAAsBN,EAAKtG,EAAU,CAAC,UAAU,2BAA2B,SAAsBsG,EAAKvF,GAAc,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyF,EAAM,UAAU,CAAC,UAAU,iBAAiB,mBAAmB,WAAW,GAAGtB,EAAW,KAAK,WAAW,IAAIC,EAAK,SAAS,CAAcmB,EAAK3F,EAAS,CAAC,sBAAsB,GAAK,SAAsB6F,EAAYM,EAAS,CAAC,SAAS,CAAcR,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,0IAA4I,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAE,mGAAmG,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAE,sFAAiF,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAE,iNAAiN,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAE,eAAe,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAE,sRAAsR,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAE,qBAAqB,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAE,8IAA8I,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAE,wFAAwF,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAE,6BAA6B,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAE,+HAA+H,CAAC,CAAC,EAAeA,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAsBA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAE,+FAA+F,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAE,+BAA+B,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAE,mBAAmB,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAE,2GAAiG,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAE,kDAAkD,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAE,sDAAsD,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAE,UAAU,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAE,2DAA2D,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAE,yHAAyH,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAE,oCAAoC,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAE,qEAAqE,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAE,mFAA8E,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAE,6EAA6E,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAE,oEAAoE,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAE,2FAA2F,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAE,mIAAmI,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAE,oCAA+B,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,MAAM,CAAC,OAAO,EAAE,KAAK,YAAY,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK5F,EAAe,CAAC,kBAAkB,CAAC,WAAWmB,CAAW,EAAE,sBAAsB,GAAK,gBAAgBS,EAAW,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,EAAE,sBAAsB,GAAK,gBAAgB,GAAM,gBAAgB,EAAE,SAAsB8D,EAAWQ,EAAS,CAAC,SAAsBN,EAAM,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,CAAcF,EAAK,OAAO,CAAC,MAAM,CAAC,sBAAsB,oBAAoB,EAAE,SAAsBA,EAAK,SAAS,CAAC,SAAS,0DAA0D,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,QAAQ,YAAY,EAAE,KAAK,WAAW,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAM,UAAU,CAAC,UAAU,iBAAiB,mBAAmB,WAAW,GAAGpB,EAAW,KAAK,WAAW,IAAIC,EAAK,SAAS,CAAciB,EAAK3F,EAAS,CAAC,sBAAsB,GAAK,SAAsB6F,EAAYM,EAAS,CAAC,SAAS,CAAcR,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,0NAA0N,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,gEAAgE,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,+FAA+F,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,gHAAgH,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,4HAA4H,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,UAAU,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,wCAAwC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,2JAA2J,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,gBAAgB,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,6BAA6B,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,+BAA+B,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,oDAAoD,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,wHAAwH,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,uGAAuG,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,kJAAkJ,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,iJAAiJ,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,mHAAmH,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,wRAA8Q,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,uDAAuD,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,oJAA+I,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,gBAAgB,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,8HAAoH,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,kEAAkE,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,kHAAkH,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,oIAAoI,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,6EAA6E,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,MAAM,CAAC,OAAO,EAAE,KAAK,YAAY,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK5F,EAAe,CAAC,kBAAkB,CAAC,WAAWmB,CAAW,EAAE,sBAAsB,GAAK,gBAAgBS,EAAW,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,EAAE,sBAAsB,GAAK,gBAAgB,GAAM,gBAAgB,EAAE,SAAsB8D,EAAWQ,EAAS,CAAC,SAAsBR,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAsBA,EAAK,SAAS,CAAC,SAAS,qDAAgD,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,WAAW,MAAM,CAAC,QAAQ,YAAY,EAAE,KAAK,WAAW,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAM,UAAU,CAAC,UAAU,gBAAgB,mBAAmB,WAAW,GAAGlB,EAAW,KAAK,WAAW,IAAIC,EAAK,SAAS,CAAce,EAAK3F,EAAS,CAAC,sBAAsB,GAAK,SAAsB6F,EAAYM,EAAS,CAAC,SAAS,CAAcN,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oBAAoB,EAAE,SAAS,CAAC,UAAkBF,EAAK,SAAS,CAAC,SAAS,8BAA8B,CAAC,EAAE,GAAG,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,iFAAiF,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,kFAAkF,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,iIAAiI,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oBAAoB,EAAE,SAAS,CAAC,UAAkBF,EAAK,SAAS,CAAC,SAAS,uBAAuB,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,oDAA0C,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,yHAAoH,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,+HAA+H,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oBAAoB,EAAE,SAAS,CAAC,UAAkBF,EAAK,SAAS,CAAC,SAAS,6BAA6B,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,8CAA8C,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,gGAAgG,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,oHAAoH,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oBAAoB,EAAE,SAAS,CAAC,UAAkBF,EAAK,SAAS,CAAC,SAAS,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,yDAAyD,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,iDAAiD,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,+GAA+G,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oBAAoB,EAAE,SAAS,CAAC,UAAkBF,EAAK,SAAS,CAAC,SAAS,mCAAmC,CAAC,EAAE,MAAM,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,iFAA4E,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,gIAAgI,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oBAAoB,EAAE,SAAS,CAAC,UAAkBF,EAAK,SAAS,CAAC,SAAS,kDAAkD,CAAC,EAAE,GAAG,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,0BAA0B,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,2HAAsH,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,iFAA4E,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oBAAoB,EAAE,SAAS,uBAAkB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,MAAM,CAAC,QAAQ,YAAY,EAAE,KAAK,YAAY,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK5F,EAAe,CAAC,kBAAkB,CAAC,WAAWmB,CAAW,EAAE,sBAAsB,GAAK,gBAAgBS,EAAW,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,EAAE,sBAAsB,GAAK,gBAAgB,GAAM,gBAAgB,EAAE,SAAsBgE,EAAYM,EAAS,CAAC,SAAS,CAAcR,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAsBA,EAAK,SAAS,CAAC,SAAS,qCAAgC,CAAC,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,QAAQ,YAAY,EAAE,KAAK,WAAW,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAM,UAAU,CAAC,UAAU,iBAAiB,mBAAmB,WAAW,GAAGhB,EAAW,KAAK,WAAW,IAAIC,EAAK,SAAS,CAAca,EAAK3F,EAAS,CAAC,sBAAsB,GAAK,SAAsB6F,EAAYM,EAAS,CAAC,SAAS,CAAcR,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,wBAAwB,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,2DAA2D,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,6GAA6G,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,+FAA+F,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,uDAAwD,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,qDAAqD,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,oEAAoE,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,wEAAwE,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,iEAA4D,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,0DAA2D,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,gEAAgE,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,6FAA6F,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,0DAA0D,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,qDAAsD,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,uCAAuC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,oDAAoD,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,qHAAqH,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,8CAA8C,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,6DAA6D,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,wCAAwC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,4CAA4C,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,mFAA8E,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,qEAAqE,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,uCAAkC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,MAAM,CAAC,OAAO,EAAE,KAAK,YAAY,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK5F,EAAe,CAAC,kBAAkB,CAAC,WAAWmB,CAAW,EAAE,sBAAsB,GAAK,gBAAgBS,EAAW,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,EAAE,sBAAsB,GAAK,gBAAgB,GAAM,gBAAgB,EAAE,SAAsB8D,EAAWQ,EAAS,CAAC,SAAsBN,EAAM,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAS,CAAcF,EAAK,SAAS,CAAC,SAAS,uEAAyE,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,QAAQ,YAAY,EAAE,KAAK,WAAW,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAM,UAAU,CAAC,UAAU,gBAAgB,mBAAmB,WAAW,GAAGd,GAAW,KAAK,WAAW,IAAIC,GAAK,SAAS,CAAcW,EAAK3F,EAAS,CAAC,sBAAsB,GAAK,SAAsB6F,EAAYM,EAAS,CAAC,SAAS,CAAcR,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,gHAAgH,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,+HAA+H,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,+KAA+K,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,4HAA4H,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,kIAAkI,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,8IAA8I,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oBAAoB,EAAE,SAAS,qCAAqC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,oGAA+F,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,yFAAoF,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,gEAA2D,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,kGAA6F,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,oGAA+F,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,uBAAkB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,YAAY,MAAM,CAAC,OAAO,EAAE,KAAK,YAAY,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK5F,EAAe,CAAC,kBAAkB,CAAC,WAAWmB,CAAW,EAAE,sBAAsB,GAAK,gBAAgBS,EAAW,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,EAAE,sBAAsB,GAAK,gBAAgB,GAAM,gBAAgB,EAAE,SAAsB8D,EAAWQ,EAAS,CAAC,SAAsBN,EAAM,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAS,CAAcF,EAAK,SAAS,CAAC,SAAS,wGAAwG,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,QAAQ,YAAY,EAAE,KAAK,WAAW,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAM,UAAU,CAAC,UAAU,gBAAgB,mBAAmB,WAAW,GAAGZ,EAAW,KAAK,WAAW,IAAIC,GAAK,SAAS,CAAcS,EAAK3F,EAAS,CAAC,sBAAsB,GAAK,SAAsB6F,EAAYM,EAAS,CAAC,SAAS,CAAcR,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,gIAAgI,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,0EAA0E,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,yIAAyI,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,+KAA+K,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,6NAA6N,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,yDAAyD,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,sJAAsJ,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,yJAAyJ,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,0DAA0D,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,sFAAsF,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,2JAA2J,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,MAAM,CAAC,OAAO,EAAE,KAAK,YAAY,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK3F,EAAS,CAAC,sBAAsB,GAAK,SAAsB6F,EAAYM,EAAS,CAAC,SAAS,CAAcR,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,yIAAyI,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,8CAA8C,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,iEAA4D,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,uCAAuC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,2BAA2B,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,yFAAoF,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,mGAAmG,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,wEAAmE,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,yDAAyD,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,8DAAyD,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,oDAAoD,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,iFAAiF,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,0HAAqH,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,0CAA0C,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,gIAAgI,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,YAAY,MAAM,CAAC,OAAO,EAAE,KAAK,YAAY,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK3F,EAAS,CAAC,sBAAsB,GAAK,SAAsB6F,EAAYM,EAAS,CAAC,SAAS,CAAcR,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,gIAAgI,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,6HAA6H,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,sHAAiH,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,+EAA+E,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,8EAA8E,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,wCAAwC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,MAAM,CAAC,OAAO,EAAE,KAAK,YAAY,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK3F,EAAS,CAAC,sBAAsB,GAAK,SAAsB6F,EAAYM,EAAS,CAAC,SAAS,CAAcN,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,qBAAqB,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,6KAA6K,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,oLAAoL,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,yIAA+H,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,mCAA8B,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,qFAAqF,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,kDAAmD,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,wEAAwE,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,4GAAuG,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,6CAAwC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,kLAAmK,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,oJAA+I,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,gFAA2E,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,gDAAgD,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,+IAA0I,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,0FAAqF,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,MAAM,CAAC,OAAO,EAAE,KAAK,YAAY,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK3F,EAAS,CAAC,sBAAsB,GAAK,SAAsB6F,EAAYM,EAAS,CAAC,SAAS,CAAcN,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,iBAAiB,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,mGAAmG,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,yCAAyC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,iEAAiE,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,sGAAsG,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,kFAAkF,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,sGAAsG,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,sJAAsJ,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,mIAAmI,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,uHAAuH,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,+EAA+E,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,uBAAuB,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,mJAAmJ,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,8CAA8C,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,4GAAkG,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,+EAAqE,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,qGAAgG,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,sMAA4L,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,uBAAkB,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,uCAAuC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,oBAAoB,EAAE,SAAS,CAAcF,EAAK,SAAS,CAAC,SAAS,gFAAgF,CAAC,EAAE,MAAM,CAAC,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,yFAAyF,CAAC,EAAeE,EAAM,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,mBAAmB,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,MAAM,CAAC,QAAQ,YAAY,EAAE,KAAK,YAAY,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK5F,EAAe,CAAC,kBAAkB,CAAC,WAAWmB,CAAW,EAAE,sBAAsB,GAAK,gBAAgBS,EAAW,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,EAAE,sBAAsB,GAAK,gBAAgB,GAAM,gBAAgB,EAAE,SAAsB8D,EAAWQ,EAAS,CAAC,SAAsBN,EAAM,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAS,CAAcF,EAAK,SAAS,CAAC,SAAS,kCAAkC,CAAC,EAAeA,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,QAAQ,YAAY,EAAE,KAAK,WAAW,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK5F,EAAe,CAAC,kBAAkB,CAAC,WAAWmB,CAAW,EAAE,sBAAsB,GAAK,gBAAgBS,EAAW,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,EAAE,sBAAsB,GAAK,gBAAgB,GAAM,gBAAgB,EAAE,SAAsB8D,EAAWQ,EAAS,CAAC,SAAsBR,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAsBA,EAAK,SAAS,CAAC,SAAS,8CAA8C,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,QAAQ,YAAY,EAAE,KAAK,WAAW,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK5F,EAAe,CAAC,kBAAkB,CAAC,WAAWmB,CAAW,EAAE,sBAAsB,GAAK,gBAAgBS,EAAW,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,EAAE,sBAAsB,GAAK,gBAAgB,GAAM,gBAAgB,EAAE,SAAsB8D,EAAWQ,EAAS,CAAC,SAAsBR,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAsBA,EAAK,SAAS,CAAC,SAAS,wCAAmC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,QAAQ,YAAY,EAAE,KAAK,WAAW,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK5F,EAAe,CAAC,kBAAkB,CAAC,WAAWmB,CAAW,EAAE,sBAAsB,GAAK,gBAAgBS,EAAW,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,EAAE,sBAAsB,GAAK,gBAAgB,GAAM,gBAAgB,EAAE,SAAsBgE,EAAYM,EAAS,CAAC,SAAS,CAAcN,EAAM,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAsBA,EAAK,SAAS,CAAC,SAAS,sCAAsC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,QAAQ,YAAY,EAAE,KAAK,WAAW,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK5F,EAAe,CAAC,kBAAkB,CAAC,WAAWmB,CAAW,EAAE,sBAAsB,GAAK,gBAAgBS,EAAW,eAAeE,EAAY,mCAAmC,GAAK,oBAAoB,EAAE,sBAAsB,GAAK,gBAAgB,GAAM,gBAAgB,EAAE,SAAsBgE,EAAYM,EAAS,CAAC,SAAS,CAAcN,EAAM,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAS,CAAcF,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,oBAAoB,EAAE,SAAsBA,EAAK,SAAS,CAAC,SAAS,uEAAkE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,WAAW,MAAM,CAAC,QAAQ,YAAY,EAAE,KAAK,WAAW,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,UAAU,CAAC,UAAU,gBAAgB,mBAAmB,iBAAiB,GAAGR,GAAW,KAAK,iBAAiB,IAAIC,EAAK,CAAC,EAAeO,EAAK,UAAU,CAAC,UAAU,gBAAgB,mBAAmB,cAAc,GAAGN,EAAW,KAAK,cAAc,IAAIC,EAAK,CAAC,CAAC,CAAC,CAAC,EAAeK,EAAKO,GAAkB,CAAC,WAAWxC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,SAAsBiC,EAAKM,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,EAAE,MAAM,SAAsBN,EAAKtG,EAAU,CAAC,UAAU,0BAA0B,SAAsBsG,EAAKzF,GAAe,CAAC,UAAU,sBAAsB,UAAU,+CAA+C,OAAO,OAAO,GAAG,YAAY,UAAU,QAAQ,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAU,GAAM,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEkE,EAAa,GAAgBuB,EAAKM,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,EAAE,KAAK,SAAsBN,EAAKtG,EAAU,CAAC,UAAU,yCAAyC,SAAsBsG,EAAKzF,GAAe,CAAC,UAAU,sBAAsB,UAAU,+CAA+C,OAAO,OAAO,GAAG,YAAY,UAAU,QAAQ,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAU,GAAM,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyF,EAAKO,GAAkB,CAAC,WAAWxC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,QAAQ,EAAE,kBAAkB,CAAC,EAAE,SAAsBiC,EAAKM,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,EAAE,MAAM,SAAsBN,EAAKtG,EAAU,CAAC,UAAU,2BAA2B,SAAsBsG,EAAKzF,GAAe,CAAC,UAAU,sBAAsB,UAAU,+CAA+C,OAAO,OAAO,GAAG,YAAY,UAAU,QAAQ,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAU,GAAM,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyF,EAAKO,GAAkB,CAAC,WAAWxC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,QAAQ,EAAE,OAAO,CAAC,EAAE,SAAsBiC,EAAKM,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,EAAE,QAAQ,SAAsBN,EAAKtG,EAAU,CAAC,UAAU,0BAA0B,SAAsBsG,EAAKzF,GAAe,CAAC,UAAU,sBAAsB,UAAU,+CAA+C,OAAO,OAAO,GAAG,YAAY,UAAU,QAAQ,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAU,GAAM,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyF,EAAKO,GAAkB,CAAC,WAAWxC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,QAAQ,EAAE,OAAO,CAAC,EAAE,SAAsBiC,EAAKM,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,EAAE,QAAQ,SAAsBN,EAAKtG,EAAU,CAAC,UAAU,0BAA0B,SAAsBsG,EAAKzF,GAAe,CAAC,UAAU,sBAAsB,UAAU,+CAA+C,OAAO,OAAO,GAAG,YAAY,UAAU,QAAQ,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAU,GAAM,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyF,EAAKO,GAAkB,CAAC,WAAWxC,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,SAAsBiC,EAAKM,EAA0B,CAAC,OAAO,GAAG,MAAM,QAAQ,EAAE,MAAM,SAAsBN,EAAKtG,EAAU,CAAC,UAAU,2BAA2B,SAAsBsG,EAAKzF,GAAe,CAAC,UAAU,sBAAsB,UAAU,+CAA+C,OAAO,OAAO,GAAG,YAAY,UAAU,QAAQ,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAU,GAAM,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyF,EAAK,MAAM,CAAC,UAAUI,GAAGxF,GAAkB,GAAGkF,EAAqB,EAAE,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQY,GAAI,CAAC,kFAAkF,IAAIvE,GAAS,4DAA4D,gFAAgF,8RAA8R,2RAA2R,uKAAuK,uNAAuN,ibAAib,sNAAsN,obAAob,+gBAA+gB,kHAAkH,oSAAoS,+KAA+K,iVAAiV,2SAA2S,qZAAqZ,2SAA2S,uLAAuL,iYAAiY,6KAA6K,+1BAA+1B,6+BAA6+B,wIAAwI,icAAic,8dAA8d,6QAA6Q,iLAAiL,kgBAAkgB,2OAA2O,0SAA0S,2SAA2S,0SAA0S,0SAA0S,iLAAiL,mHAAmH,kHAAkH,8KAA8K,+KAA+K,oUAAoU,kLAAkL,wVAAwV,8OAA8O,wSAAwS,kQAAkQ,oJAAoJ,4XAA4X,4SAA4S,2RAA2R,6XAA6X,8SAA8S,2ZAA2Z,6SAA6S,yRAAyR,gYAAgY,8SAA8S,+XAA+X,6SAA6S,4PAA4P,kYAAkY,4QAA4Q,8QAA8Q,4QAA4Q,gRAAgR,+QAA+Q,uSAAuS,ySAAyS,ySAAyS,uUAAuU,8SAA8S,kSAAkS,iSAAiS,+KAA+K,8KAA8K,mLAAmL,iLAAiL,iLAAiL,kLAAkL,k9GAAk9G,GAAeuE,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,gcAAgc,iCAAiCvE,GAAS,yqKAAyqK,EASj00MwE,GAAgBC,GAAQhE,GAAU8D,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,OAAOA,GAAgB,aAAa,CAAC,OAAO,MAAM,MAAM,IAAI,EAAEG,GAASH,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,yEAAyE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAG9H,GAAe,GAAGU,GAAuB,GAAGK,GAAW,GAAGE,GAAW,GAAGI,GAAY,GAAGI,GAAoB,GAAGE,GAAmB,GAAGuG,GAAoCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,EAAE,GAAGD,GAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,EAC3lH,IAAMC,GAAqB,CAAC,QAAU,CAAC,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAC,EAAE,YAAc,CAAC,sBAAwB,IAAI,uBAAyB,GAAG,yBAA2B,QAAQ,6BAA+B,OAAO,sBAAwB,QAAQ,oCAAsC,sHAA4I,qBAAuB,OAAO,yBAA2B,MAAM,CAAC,EAAE,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["_classCallCheck", "e", "_defineProperties", "n", "r", "_createClass", "global", "getMethodName", "isDomElement", "isInteger", "isVimeoUrl", "getVimeoUrl", "t", "window", "createCommonjsModule", "defineProperty", "WeakMap", "genId", "checkInstance", "isObject", "rand", "o", "Item", "schedule", "isThenable", "notify", "notifyIsolated", "resolve", "MakeDefWrapper", "reject", "iteratePromises", "MakeDef", "Promise", "i", "a", "storeCallback", "getCallbacks", "removeCallback", "shiftCallbacks", "swapCallbacks", "getOEmbedParameters", "createEmbed", "getOEmbedData", "u", "initializeEmbeds", "resizeEmbeds", "parseMessageData", "postMessage", "navigator", "processData", "initializeScreenfull", "onFullScreenEntered", "onFullScreenExit", "l", "s", "c", "Player", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "vimeoRegex", "Vimeo", "withCSS", "video", "autoplay", "mute", "controls", "loop", "titles", "backgroundColor", "onPlay", "onEnd", "style", "props", "key", "setKey", "ye", "player", "pe", "borderRadius", "useRadius", "ue", "id", "embeddedPlayer", "c", "RenderTarget", "p", "motion", "addPropertyControls", "ControlType", "borderRadiusControl", "Vimeo_default", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "supportsAcceleratedAnimations", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "_child_props", "_child_props1", "_child_props2", "_child_props3", "ref", "p", "LayoutGroup", "q", "i", "childIndex", "_child_props4", "_child_props5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "ObjectFitType", "SrcType", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "isPlayingRef", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "video", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "X", "srcType", "srcUrl", "srcFile", "posterEnabled", "playing", "restartOnEnter", "objectFit", "backgroundColor", "radius", "volume", "startTimeProp", "poster", "progress", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "isCloseToViewport", "startTime", "isPlaying", "ue", "isMountedAndReadyForProgressChanges", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "handleReady", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "ParticlesFonts", "getFonts", "ParticleWrapper", "ImageWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Image2", "ImageWithFX", "withFX", "MotionDivWithOptimizedAppearEffect", "motion", "HelperSectionTagsFonts", "ReYjTTzD9_default", "ContainerWithOptimizedAppearEffect", "Container", "MotionDivWithFX", "VimeoFonts", "Vimeo_default", "VideoFonts", "Video", "ParticlesWithVariantAppearEffect", "withVariantAppearEffect", "TickerFonts", "Ticker", "RichTextWithFX", "RichText2", "ButtonsPrimaryFonts", "F4YatAQXY_default", "FAQSContainerFonts", "s8EjP19md_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transformTemplate1", "_", "transition2", "animation2", "transition3", "animation3", "transition4", "animation4", "animation5", "animation6", "animation7", "transition5", "textEffect", "transition6", "animation8", "animation9", "transition7", "animation10", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "elementId", "useRouteElementId", "ref2", "isDisplayed", "isDisplayed1", "elementId1", "ref3", "elementId2", "ref4", "elementId3", "ref5", "elementId4", "ref6", "elementId5", "ref7", "elementId6", "ref8", "elementId7", "ref9", "elementId8", "ref10", "elementId9", "ref11", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "cx", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "PropertyOverrides2", "x", "Link", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
