{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@vimeo/player@2.16.4/dist/player.es.js", "ssg:https://framerusercontent.com/modules/0sWquksFr1YDkaIgrl9Z/VgWe6mCMJOseqaLiMnaC/Vimeo.js", "ssg:https://framerusercontent.com/modules/YbkSqZ7STzW5WsMb1yan/7oWoX9MqdnxameM59dqC/Lottie.js", "ssg:https://framerusercontent.com/modules/YDECNKg3LsaqzIsjYdGL/iPUG8IO7Gt3yxaE3MT20/k90Q6J4Hl.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{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}from\"react/jsx-runtime\";import{useRef,useCallback,useEffect}from\"react\";import{motion,addPropertyControls,ControlType,RenderTarget}from\"framer\";import{defaultEvents}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{useAutoMotionValue}from\"https://framer.com/m/framer/useAutoMotionValue.js@0.3.0\";import lottie from\"https://jspm.dev/lottie-web@5.7.8\";var SrcType;(function(SrcType){SrcType[\"File\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));var Poster;(function(Poster){Poster[\"Auto\"]=\"Auto\";Poster[\"Custom\"]=\"Custom\";})(Poster||(Poster={}));const placeholderUrl=\"https://raw.githubusercontent.com/framer/Lottie/master/Lottie.framerfx/assets/logo.json\";/**\n * LOTTIE\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 350\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */ export function Lottie(props){const{style,srcUrl,srcFile,srcType,poster,progress:progressRaw,playing,loop,posterProgress,pauseOnCanvas,isForwardsDirection,speed,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,onComplete}=props;const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const shouldPlay=(!pauseOnCanvas||!isOnCanvas)&&playing;const direction=isForwardsDirection?1:-1;const isCustomPoster=poster===Poster.Custom;const el=useRef();const didInitialMount=useRef(false);const animationInfo=useRef({data:null,animation:null,duration:null});const progress=useAutoMotionValue(progressRaw,{transform:v=>v*.01});const play=()=>{var ref,ref1;return(ref=animationInfo.current)===null||ref===void 0?void 0:(ref1=ref.animation)===null||ref1===void 0?void 0:ref1.play();};const pause=()=>{var ref,ref1;return(ref=animationInfo.current)===null||ref===void 0?void 0:(ref1=ref.animation)===null||ref1===void 0?void 0:ref1.pause();};const destroy=()=>{var ref,ref1;return(ref=animationInfo.current)===null||ref===void 0?void 0:(ref1=ref.animation)===null||ref1===void 0?void 0:ref1.destroy();};const scrubTo=useCallback((normalizedProgress,shouldPlayAfter)=>{if(!animationInfo.current.duration||!animationInfo.current.animation)return;// Lottie gets weird when scrubbing to the exact last frame\nconst frameNumberTarget=normalizedProgress===1?animationInfo.current.duration-1:normalizedProgress*animationInfo.current.duration;if(shouldPlayAfter)animationInfo.current.animation.goToAndPlay(frameNumberTarget,true);else animationInfo.current.animation.goToAndStop(frameNumberTarget,true);},[]);const fetchLottieData=useCallback(async url=>{if(!url)return null;const data=await fetch(url,{method:\"GET\",credentials:\"omit\",redirect:\"follow\"}).then(d=>d.json());return data;},[]);// Fetch lottie animation & start setup\nconst init=useCallback(async()=>{// Clear current animation\ndestroy();let dataUrl;if(srcType===SrcType.Url)dataUrl=srcUrl;if(srcType===SrcType.File)dataUrl=srcFile;if(!dataUrl){console.warn(\"No valid Lottie animation provided\");dataUrl=placeholderUrl;}const data=await fetchLottieData(dataUrl);animationInfo.current.data=data;return setup(didInitialMount.current);},[srcType,srcUrl,srcFile]);// Create Lottie animation\nconst setup=useCallback(shouldPlayAfter=>{if(!el.current)return;destroy();const options={container:el.current,renderer:\"svg\",loop:!isOnCanvas&&loop,autoplay:shouldPlay,animationData:animationInfo.current.data,rendererSettings:{preserveAspectRatio:\"xMidYMid slice\"}};const anim=animationInfo.current.animation=lottie.loadAnimation(options);animationInfo.current.duration=anim.getDuration(true);anim.setDirection(direction);anim.setSpeed(speed);didInitialMount.current=true;if(isOnCanvas&&isCustomPoster)scrubTo(posterProgress,false);else scrubTo(progress.get(),shouldPlay||shouldPlayAfter);return()=>{anim.destroy();};},[loop,shouldPlay,speed,direction,isOnCanvas,isCustomPoster,posterProgress,]);// Initial setup or re-init when source changes\nuseEffect(()=>{let cleanup;init().then(c=>cleanup=c);return()=>{if(cleanup)cleanup();};},[srcType,srcFile,srcUrl]);// No run-time option for loop option, recreating anim\nuseEffect(()=>{if(!didInitialMount.current)return;return setup(false);},[loop]);// Perf hack lets see if anyone notices\nuseEffect(()=>lottie.setQuality(isOnCanvas?\"low\":\"medium\"),[]);// useEffect(() => {\n//     if (!isOnCanvas) return\n//     const normalizedProgress = progress.get() * 0.01\n//     if (shouldPlay) scrubTo(normalizedProgress, true)\n//     else scrubTo(normalizedProgress, false)\n// }, [progressRaw, shouldPlay])\nuseEffect(()=>progress.onChange(val=>{if(isOnCanvas)return;if(shouldPlay)scrubTo(val,true);else scrubTo(val,false);}),[]);useEffect(()=>{const val=progress.get();if(shouldPlay)scrubTo(val,true);else scrubTo(val,false);},[progressRaw]);useEffect(()=>{if(!isOnCanvas)return;const normalizedPosterProgress=posterProgress*.01;if(isCustomPoster)scrubTo(normalizedPosterProgress,false);else scrubTo(progress.get(),false);},[isCustomPoster,posterProgress]);useEffect(()=>{var ref;if(!((ref=animationInfo.current)===null||ref===void 0?void 0:ref.animation))return;animationInfo.current.animation.setSpeed(speed);scrubTo(progress.get(),true);},[speed]);useEffect(()=>{var ref;if(!((ref=animationInfo.current)===null||ref===void 0?void 0:ref.animation))return;animationInfo.current.animation.setDirection(direction);scrubTo(progress.get(),true);},[direction]);useEffect(()=>{if(shouldPlay)play();else pause();},[shouldPlay]);return /*#__PURE__*/ _jsx(motion.div,{ref:el,style:style,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp});}Lottie.defaultProps={height:200,width:200,srcType:SrcType.Url,pauseOnCanvas:true,srcUrl:placeholderUrl,progress:0,poster:Poster.Auto,posterProgress:0};addPropertyControls(Lottie,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[SrcType.Url,SrcType.File]},srcUrl:{type:ControlType.String,title:\" \",placeholder:\"../example.json\",hidden:props=>props.srcType===SrcType.File},srcFile:{type:ControlType.File,title:\" \",allowedFileTypes:[\"json\"],hidden:props=>props.srcType===SrcType.Url},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},// Temporarily disabling for perf\n// pauseOnCanvas: {\n//     type: ControlType.Boolean,\n//     title: \"Canvas\",\n//     disabledTitle: \"Play\",\n//     enabledTitle: \"Pause\",\n//     hidden: (props) => props.playing === false,\n// },\nloop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},isForwardsDirection:{title:\"Direction\",type:ControlType.Boolean,enabledTitle:\"Normal\",disabledTitle:\"Reverse\"},speed:{type:ControlType.Number,defaultValue:1,min:0,max:10,step:.5,displayStepper:true,unit:\"x\"},poster:{title:\"Poster\",type:ControlType.Enum,options:[Poster.Auto,Poster.Custom],displaySegmentedControl:true},posterProgress:{title:\" \",type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({poster})=>poster===Poster.Auto},progress:{title:\"Progress\",type:ControlType.Number,max:100,min:0,unit:\"%\",description:\"This component is made for JSON files. [Learn more here](https://lottiefiles.com/what-is-lottie).\"},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"Lottie\":{\"type\":\"reactComponent\",\"name\":\"Lottie\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"350\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"200\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Lottie.map", "// Generated by Framer (b0164a3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,RichText,SVG,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,withCSS,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{Lottie}from\"https://framerusercontent.com/modules/YbkSqZ7STzW5WsMb1yan/7oWoX9MqdnxameM59dqC/Lottie.js\";import NavigationNew from\"#framer/local/canvasComponent/M0vnSJzC4/M0vnSJzC4.js\";import Footer from\"#framer/local/canvasComponent/nk6NQT2wW/nk6NQT2wW.js\";import*as sharedStyle from\"#framer/local/css/CfdZHMMyE/CfdZHMMyE.js\";import*as sharedStyle2 from\"#framer/local/css/FO1sOhsEg/FO1sOhsEg.js\";import*as sharedStyle1 from\"#framer/local/css/qKji5pleK/qKji5pleK.js\";import*as sharedStyle3 from\"#framer/local/css/v3TX2HqIf/v3TX2HqIf.js\";import metadataProvider from\"#framer/local/webPageMetadata/k90Q6J4Hl/k90Q6J4Hl.js\";const NavigationNewFonts=getFonts(NavigationNew);const NavigationNewWithVariantAppearEffect=withVariantAppearEffect(NavigationNew);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const VimeoFonts=getFonts(Vimeo);const LottieFonts=getFonts(Lottie);const FooterFonts=getFonts(Footer);const breakpoints={GCAU7pxcI:\"(min-width: 810px) and (max-width: 1199px)\",iWptoFeEv:\"(max-width: 809px)\",TQWt32XSy:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-pV6kz\";const variantClassNames={GCAU7pxcI:\"framer-v-g2od0l\",iWptoFeEv:\"framer-v-9lzgf8\",TQWt32XSy:\"framer-v-sihnt1\"};const transition1={delay:.3,duration:.3,ease:[.5,0,.88,.77],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 metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"TQWt32XSy\",Phone:\"iWptoFeEv\",Tablet:\"GCAU7pxcI\"};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:\"TQWt32XSy\"};};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-pV6kz`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-pV6kz`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"TQWt32XSy\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-sihnt1\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ea2hew-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{iWptoFeEv:{__framer__variantAppearEffectEnabled:undefined,variant:\"P9idD4MEH\"}},children:/*#__PURE__*/_jsx(NavigationNewWithVariantAppearEffect,{__framer__animateOnce:true,__framer__scrollDirection:{direction:\"down\",target:\"jmo0yYf5w\"},__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"XNICXwN7o\",layoutId:\"XNICXwN7o\",style:{width:\"100%\"},variant:\"b539dSxzC\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-pirv9t\",\"data-framer-name\":\"Hero\",name:\"Hero\",children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation,className:\"framer-cm343q\",\"data-framer-appear-id\":\"cm343q\",\"data-framer-name\":\"Container\",initial:animation1,name:\"Container\",optimized:true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1w5p9o0\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-leoqe5\",\"data-framer-name\":\"Line 1\",name:\"Line 1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1ry54gn\",\"data-styles-preset\":\"CfdZHMMyE\",style:{\"--framer-text-color\":\"var(--token-84b1dfb9-6ea9-4e9c-9f67-394dbf72aab9, rgb(17, 25, 39))\"},children:\"About\"})}),className:\"framer-1t38joc\",\"data-framer-name\":\"The first ever\",fonts:[\"Inter\"],name:\"The first ever\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-f5cnox\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GCAU7pxcI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-styles-preset-1ry54gn\",\"data-styles-preset\":\"CfdZHMMyE\",style:{\"--framer-text-color\":\"var(--token-84b1dfb9-6ea9-4e9c-9f67-394dbf72aab9, rgb(17, 25, 39))\"},children:\"Qubic\"})})},iWptoFeEv:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-styles-preset-1ry54gn\",\"data-styles-preset\":\"CfdZHMMyE\",style:{\"--framer-text-color\":\"var(--token-84b1dfb9-6ea9-4e9c-9f67-394dbf72aab9, rgb(17, 25, 39))\"},children:\"Qubic\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1ry54gn\",\"data-styles-preset\":\"CfdZHMMyE\",style:{\"--framer-text-color\":\"var(--token-84b1dfb9-6ea9-4e9c-9f67-394dbf72aab9, rgb(17, 25, 39))\"},children:\"Qubic\"})}),className:\"framer-1tr1ic5\",\"data-framer-name\":\"useful\",fonts:[\"Inter\"],name:\"useful\",verticalAlignment:\"center\",withExternalLayout:true})})})]})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x54lif\",\"data-styles-preset\":\"qKji5pleK\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-ffdcc5de-e993-476d-b229-0802bfbc515e, rgb(77, 87, 97))\"},children:\"Forget what you know about blockchain. Powered by useful-Proof-of-Work, Qubic redefines decentralised blockchain and AI through Quorum-Based Computation (QBC).\"})}),className:\"framer-1627mo\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-su4gag\",\"data-framer-name\":\"Video\",name:\"Video\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-dtjaul\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-eh6ltb-container\",children:/*#__PURE__*/_jsx(Vimeo,{autoplay:false,backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:12,bottomLeftRadius:12,bottomRightRadius:12,controls:true,height:\"100%\",id:\"y1NX0P59v\",isMixedBorderRadius:false,layoutId:\"y1NX0P59v\",loop:false,mute:false,style:{height:\"100%\",width:\"100%\"},topLeftRadius:12,topRightRadius:12,video:\"https://vimeo.com/917171426\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mzay6i\",\"data-framer-name\":\"2 Columns\",name:\"2 Columns\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-ecdryd\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-26knzj\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{iWptoFeEv:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1mgxgzn\",\"data-styles-preset\":\"FO1sOhsEg\",style:{\"--framer-text-alignment\":\"center\"},children:\"Community & Founder\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1mgxgzn\",\"data-styles-preset\":\"FO1sOhsEg\",style:{\"--framer-text-alignment\":\"left\"},children:\"Community & Founder\"})}),className:\"framer-9nmqsn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GCAU7pxcI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x54lif\",\"data-styles-preset\":\"qKji5pleK\",style:{\"--framer-text-color\":\"var(--token-ffdcc5de-e993-476d-b229-0802bfbc515e, rgb(77, 87, 97))\"},children:\"Qubic is a community-driven project, completely open-source and under an anti-military license. Qubic was founded by Sergey Ivancheglo, the creator of NXT and co-founder of IOTA.\"})})},iWptoFeEv:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-x54lif\",\"data-styles-preset\":\"qKji5pleK\",style:{\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-ffdcc5de-e993-476d-b229-0802bfbc515e, rgb(77, 87, 97))\"},children:\"Qubic is a community-driven project, completely  open-source and under an anti-military license. \"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-ffdcc5de-e993-476d-b229-0802bfbc515e, rgb(77, 87, 97))\"},children:\"Qubic was founded by Sergey Ivancheglo, the creator of NXT and co-founder of IOTA.\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-x54lif\",\"data-styles-preset\":\"qKji5pleK\",children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-ffdcc5de-e993-476d-b229-0802bfbc515e, rgb(77, 87, 97))\"},children:\"Qubic is a community-driven project, completely \"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-ffdcc5de-e993-476d-b229-0802bfbc515e, rgb(77, 87, 97))\"},children:\"open-source and under an anti-military license. \"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-ffdcc5de-e993-476d-b229-0802bfbc515e, rgb(77, 87, 97))\"},children:\"Qubic was founded by Sergey Ivancheglo, the creator of \"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-ffdcc5de-e993-476d-b229-0802bfbc515e, rgb(77, 87, 97))\"},children:\"NXT and co-founder of IOTA.\"})]})}),className:\"framer-yplg6x\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-2o7y3i\",\"data-framer-name\":\"Metrics\",name:\"Metrics\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-16hmzr6\",\"data-framer-name\":\"Frame 11482\",name:\"Frame 11482\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nszuyu\",\"data-framer-name\":\"Frame 11470\",name:\"Frame 11470\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1mgxgzn\",\"data-styles-preset\":\"FO1sOhsEg\",style:{\"--framer-text-color\":\"var(--token-84b1dfb9-6ea9-4e9c-9f67-394dbf72aab9, rgb(17, 25, 39))\"},children:\"Metrics\"})}),className:\"framer-1yicsa2\",\"data-framer-name\":\"Metrics.\",fonts:[\"Inter\"],name:\"Metrics.\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ccnjjk\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1llgqk\",\"data-framer-name\":\"Row\",name:\"Row\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qpj4ty\",\"data-framer-name\":\"Frame 11447\",name:\"Frame 11447\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-i1ucvf\",\"data-styles-preset\":\"v3TX2HqIf\",style:{\"--framer-text-color\":\"var(--token-84b1dfb9-6ea9-4e9c-9f67-394dbf72aab9, rgb(17, 25, 39))\"},children:\"150,000+\"})}),className:\"framer-azyay2\",\"data-framer-name\":\"50.000+\",fonts:[\"Inter\"],name:\"50.000+\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x54lif\",\"data-styles-preset\":\"qKji5pleK\",style:{\"--framer-text-color\":\"var(--token-ffdcc5de-e993-476d-b229-0802bfbc515e, rgb(77, 87, 97))\"},children:\"Community members\"})}),className:\"framer-12i88mp\",\"data-framer-name\":\"Community members\",fonts:[\"Inter\"],name:\"Community members\",verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1romstm\",\"data-framer-name\":\"Frame 11448\",name:\"Frame 11448\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-i1ucvf\",\"data-styles-preset\":\"v3TX2HqIf\",style:{\"--framer-text-color\":\"var(--token-84b1dfb9-6ea9-4e9c-9f67-394dbf72aab9, rgb(17, 25, 39))\"},children:\"1,000,000+\"})}),className:\"framer-ija0gi\",\"data-framer-name\":\"45.000+\",fonts:[\"Inter\"],name:\"45.000+\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x54lif\",\"data-styles-preset\":\"qKji5pleK\",style:{\"--framer-text-color\":\"var(--token-ffdcc5de-e993-476d-b229-0802bfbc515e, rgb(77, 87, 97))\"},children:\"Miners\"})}),className:\"framer-zo74om\",\"data-framer-name\":\"Miners\",fonts:[\"Inter\"],name:\"Miners\",verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pii5qw\",\"data-framer-name\":\"Frame 11449\",name:\"Frame 11449\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-i1ucvf\",\"data-styles-preset\":\"v3TX2HqIf\",style:{\"--framer-text-color\":\"var(--token-84b1dfb9-6ea9-4e9c-9f67-394dbf72aab9, rgb(17, 25, 39))\"},children:\"55 M+\"})}),className:\"framer-1x4v6ny\",\"data-framer-name\":\"40 M+\",fonts:[\"Inter\"],name:\"40 M+\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x54lif\",\"data-styles-preset\":\"qKji5pleK\",style:{\"--framer-text-color\":\"var(--token-ffdcc5de-e993-476d-b229-0802bfbc515e, rgb(77, 87, 97))\"},children:\"Smart contract transfers per second\"})}),className:\"framer-grnp5x\",\"data-framer-name\":\"Smart Contract transfers per second\",fonts:[\"Inter\"],name:\"Smart Contract transfers per second\",verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n0zgea\",\"data-framer-name\":\"Frame 11450\",name:\"Frame 11450\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-i1ucvf\",\"data-styles-preset\":\"v3TX2HqIf\",style:{\"--framer-text-color\":\"var(--token-84b1dfb9-6ea9-4e9c-9f67-394dbf72aab9, rgb(17, 25, 39))\"},children:\"2012\"})}),className:\"framer-11ee3pj\",\"data-framer-name\":\"45.000+\",fonts:[\"Inter\"],name:\"45.000+\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x54lif\",\"data-styles-preset\":\"qKji5pleK\",style:{\"--framer-text-color\":\"var(--token-ffdcc5de-e993-476d-b229-0802bfbc515e, rgb(77, 87, 97))\"},children:\"Initial Idea - Optimised since then\"})}),className:\"framer-1crkdm3\",\"data-framer-name\":\"Initial Idea - Optimised since then\",fonts:[\"Inter\"],name:\"Initial Idea - Optimised since then\",verticalAlignment:\"center\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ckyqv4\",\"data-framer-name\":\"Row\",name:\"Row\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dpcry4\",\"data-framer-name\":\"Frame 11451\",name:\"Frame 11451\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-i1ucvf\",\"data-styles-preset\":\"v3TX2HqIf\",style:{\"--framer-text-color\":\"var(--token-84b1dfb9-6ea9-4e9c-9f67-394dbf72aab9, rgb(17, 25, 39))\"},children:\"Fair Launch\"})}),className:\"framer-1b5xxer\",\"data-framer-name\":\"45.000+\",fonts:[\"Inter\"],name:\"45.000+\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x54lif\",\"data-styles-preset\":\"qKji5pleK\",style:{\"--framer-text-color\":\"var(--token-ffdcc5de-e993-476d-b229-0802bfbc515e, rgb(77, 87, 97))\"},children:\"No premine or VC money involved\"})}),className:\"framer-1ilgf2a\",\"data-framer-name\":\"No premine or VC money involved\",fonts:[\"Inter\"],name:\"No premine or VC money involved\",verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-64ma9b\",\"data-framer-name\":\"Frame 11452\",name:\"Frame 11452\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-i1ucvf\",\"data-styles-preset\":\"v3TX2HqIf\",style:{\"--framer-text-color\":\"var(--token-84b1dfb9-6ea9-4e9c-9f67-394dbf72aab9, rgb(17, 25, 39))\"},children:\"Q2 2022\"})}),className:\"framer-1gduetx\",\"data-framer-name\":\"45.000+\",fonts:[\"Inter\"],name:\"45.000+\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x54lif\",\"data-styles-preset\":\"qKji5pleK\",style:{\"--framer-text-color\":\"var(--token-ffdcc5de-e993-476d-b229-0802bfbc515e, rgb(77, 87, 97))\"},children:\"Mainnet live since April 2022\"})}),className:\"framer-1lsdsk7\",\"data-framer-name\":\"Mainnet live since April 2022\",fonts:[\"Inter\"],name:\"Mainnet live since April 2022\",verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14e9p2r\",\"data-framer-name\":\"Frame 11454\",name:\"Frame 11454\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-i1ucvf\",\"data-styles-preset\":\"v3TX2HqIf\",style:{\"--framer-text-color\":\"var(--token-84b1dfb9-6ea9-4e9c-9f67-394dbf72aab9, rgb(17, 25, 39))\"},children:\"10.5 Trl+\"})}),className:\"framer-1xqr58l\",\"data-framer-name\":\"10.5 Tn+\",fonts:[\"Inter\"],name:\"10.5 Tn+\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x54lif\",\"data-styles-preset\":\"qKji5pleK\",style:{\"--framer-text-color\":\"var(--token-ffdcc5de-e993-476d-b229-0802bfbc515e, rgb(77, 87, 97))\"},children:\"$QUBIC burned in 3 smart contract-IPOs so far\"})}),className:\"framer-lp8eeu\",\"data-framer-name\":\"$QUBIC burned in 3 Smart Contract-IPOs so far\",fonts:[\"Inter\"],name:\"$QUBIC burned in 3 Smart Contract-IPOs so far\",verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12of2on\",\"data-framer-name\":\"Frame 11453\",name:\"Frame 11453\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-i1ucvf\",\"data-styles-preset\":\"v3TX2HqIf\",style:{\"--framer-text-color\":\"var(--token-84b1dfb9-6ea9-4e9c-9f67-394dbf72aab9, rgb(17, 25, 39))\"},children:\"676\"})}),className:\"framer-1neboki\",\"data-framer-name\":\"45.000+\",fonts:[\"Inter\"],name:\"45.000+\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x54lif\",\"data-styles-preset\":\"qKji5pleK\",style:{\"--framer-text-color\":\"var(--token-ffdcc5de-e993-476d-b229-0802bfbc515e, rgb(77, 87, 97))\"},children:\"Dynamic assembly of Computors (Validators) for decentralization \"})}),className:\"framer-9hrt6i\",\"data-framer-name\":\"Dynamic assembly of Validatos for decentralisation\",fonts:[\"Inter\"],name:\"Dynamic assembly of Validatos for decentralisation\",verticalAlignment:\"center\",withExternalLayout:true})]})]})]})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-m03u9w\",\"data-framer-name\":\"Features Large\",name:\"Features Large\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ms2yqw\",\"data-framer-name\":\"Features\",name:\"Features\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-b2judl\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-31urk4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1mgxgzn\",\"data-styles-preset\":\"FO1sOhsEg\",style:{\"--framer-text-alignment\":\"left\"},children:\"Smart Contracts\"})}),className:\"framer-6h5tgb\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x54lif\",\"data-styles-preset\":\"qKji5pleK\",style:{\"--framer-text-color\":\"var(--token-ffdcc5de-e993-476d-b229-0802bfbc515e, rgb(77, 87, 97))\"},children:\"Forget traditional smart contracts. Qubic smart contracts are built smarter. Each contract must pass a Quorum vote, ensuring only meaningful and efficient contracts move forward. Once accepted, it launches via an innovative IPO system, enabling passive income for shareholders.\"})}),className:\"framer-ajd56f\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GCAU7pxcI:{background:{alt:\"\",positionX:\"center\",positionY:\"center\"}}},children:/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-xda84x\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1b9ji99-container\",children:/*#__PURE__*/_jsx(Lottie,{height:\"100%\",id:\"Hz_MZpiWN\",isForwardsDirection:true,layoutId:\"Hz_MZpiWN\",loop:true,playing:true,poster:\"Auto\",posterProgress:0,progress:0,speed:1,srcFile:\"https://framerusercontent.com/assets/EInixhiqHvHKtGSW8I4UP2lh0.json\",srcType:\"Upload\",srcUrl:\"https://raw.githubusercontent.com/framer/Lottie/master/Lottie.framerfx/assets/logo.json\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sy4b3i\",children:[/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-19365ju\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-170vatt\",\"data-framer-name\":\"Frame 18072\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:191,intrinsicWidth:101,name:\"Frame 18072\",svg:'<svg width=\"101\" height=\"191\" viewBox=\"0 0 101 191\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"42\" height=\"35\" rx=\"5\" fill=\"#0C2B2F\"/>\\n<g filter=\"url(#filter0_i_780_1053)\">\\n<rect x=\"2\" y=\"33\" width=\"31\" height=\"38\" rx=\"3\" transform=\"rotate(-90 2 33)\" fill=\"#10393E\"/>\\n</g>\\n<rect x=\"6\" y=\"6\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"6\" y=\"10\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"6\" y=\"14\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"6\" y=\"18\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"6\" y=\"22\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"6\" y=\"26\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"10\" y=\"6\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"10\" y=\"10\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"10\" y=\"14\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"10\" y=\"18\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"10\" y=\"22\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"10\" y=\"26\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"14\" y=\"6\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"14\" y=\"10\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"14\" y=\"14\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"14\" y=\"18\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"14\" y=\"22\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"14\" y=\"26\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"18\" y=\"6\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"18\" y=\"10\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"18\" y=\"14\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"18\" y=\"18\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"18\" y=\"22\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"18\" y=\"26\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"22\" y=\"6\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"22\" y=\"10\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"22\" y=\"14\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"22\" y=\"18\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"22\" y=\"22\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"22\" y=\"26\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"26\" y=\"6\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"30\" y=\"6\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"34\" y=\"6\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"26\" y=\"10\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"30\" y=\"10\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"34\" y=\"10\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"26\" y=\"14\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"30\" y=\"14\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"34\" y=\"14\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"26\" y=\"18\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"30\" y=\"18\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"34\" y=\"18\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"26\" y=\"22\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"26\" y=\"26\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"30\" y=\"22\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"30\" y=\"26\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"34\" y=\"22\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"34\" y=\"26\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"6\" y=\"6\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"6\" y=\"10\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"6\" y=\"14\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"6\" y=\"18\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"6\" y=\"22\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"6\" y=\"26\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"10\" y=\"6\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"10\" y=\"10\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"10\" y=\"14\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"10\" y=\"18\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"10\" y=\"22\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"10\" y=\"26\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"14\" y=\"6\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"14\" y=\"10\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"14\" y=\"14\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"14\" y=\"18\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"14\" y=\"22\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"14\" y=\"26\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"18\" y=\"6\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"18\" y=\"10\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"18\" y=\"14\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"18\" y=\"18\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"18\" y=\"22\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"18\" y=\"26\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"22\" y=\"6\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"22\" y=\"10\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"22\" y=\"14\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"22\" y=\"18\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"22\" y=\"22\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"22\" y=\"26\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"26\" y=\"6\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"30\" y=\"6\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"34\" y=\"6\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"26\" y=\"10\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"30\" y=\"10\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"34\" y=\"10\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"26\" y=\"14\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"30\" y=\"14\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"34\" y=\"14\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"26\" y=\"18\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"30\" y=\"18\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"34\" y=\"18\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"26\" y=\"22\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"26\" y=\"26\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"30\" y=\"22\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"30\" y=\"26\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"34\" y=\"22\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"34\" y=\"26\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect y=\"78\" width=\"42\" height=\"35\" rx=\"5\" fill=\"#0C2B2F\"/>\\n<g filter=\"url(#filter1_i_780_1053)\">\\n<rect x=\"2\" y=\"111\" width=\"31\" height=\"38\" rx=\"3\" transform=\"rotate(-90 2 111)\" fill=\"#10393E\"/>\\n</g>\\n<rect x=\"6\" y=\"84\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"6\" y=\"88\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"6\" y=\"92\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"6\" y=\"96\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"6\" y=\"100\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"6\" y=\"104\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"10\" y=\"84\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"10\" y=\"88\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"10\" y=\"92\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"10\" y=\"96\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"10\" y=\"100\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"10\" y=\"104\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"14\" y=\"84\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"14\" y=\"88\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"14\" y=\"92\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"14\" y=\"96\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"14\" y=\"100\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"14\" y=\"104\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"18\" y=\"84\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"18\" y=\"88\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"18\" y=\"92\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"18\" y=\"96\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"18\" y=\"100\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"18\" y=\"104\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"22\" y=\"84\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"22\" y=\"88\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"22\" y=\"92\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"22\" y=\"96\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"22\" y=\"100\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"22\" y=\"104\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"26\" y=\"84\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"30\" y=\"84\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"34\" y=\"84\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"26\" y=\"88\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"30\" y=\"88\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"34\" y=\"88\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"26\" y=\"92\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"30\" y=\"92\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"34\" y=\"92\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"26\" y=\"96\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"30\" y=\"96\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"34\" y=\"96\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"26\" y=\"100\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"26\" y=\"104\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"30\" y=\"100\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"30\" y=\"104\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"34\" y=\"100\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"34\" y=\"104\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"6\" y=\"84\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"6\" y=\"88\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"6\" y=\"92\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"6\" y=\"96\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"6\" y=\"100\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"6\" y=\"104\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"10\" y=\"84\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"10\" y=\"88\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"10\" y=\"92\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"10\" y=\"96\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"10\" y=\"100\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"10\" y=\"104\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"14\" y=\"84\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"14\" y=\"88\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"14\" y=\"92\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"14\" y=\"96\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"14\" y=\"100\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"14\" y=\"104\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"18\" y=\"84\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"18\" y=\"88\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"18\" y=\"92\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"18\" y=\"96\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"18\" y=\"100\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"18\" y=\"104\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"22\" y=\"84\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"22\" y=\"88\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"22\" y=\"92\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"22\" y=\"96\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"22\" y=\"100\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"22\" y=\"104\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"26\" y=\"84\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"30\" y=\"84\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"34\" y=\"84\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"26\" y=\"88\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"30\" y=\"88\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"34\" y=\"88\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"26\" y=\"92\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"30\" y=\"92\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"34\" y=\"92\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"26\" y=\"96\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"30\" y=\"96\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"34\" y=\"96\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"26\" y=\"100\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"26\" y=\"104\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"30\" y=\"100\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"30\" y=\"104\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"34\" y=\"100\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"34\" y=\"104\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<path d=\"M80 76V91.9998C80 94.209 78.2091 95.9998 76 95.9998H42\" stroke=\"#10393E\"/>\\n<path d=\"M21 113V128C21 130.209 22.7909 132 25 132H59\" stroke=\"#10393E\"/>\\n<path d=\"M80 150V171C80 173.209 78.2091 175 76 175H42\" stroke=\"#10393E\"/>\\n<rect y=\"156\" width=\"42\" height=\"35\" rx=\"5\" fill=\"#0C2B2F\"/>\\n<g filter=\"url(#filter2_i_780_1053)\">\\n<rect x=\"2\" y=\"189\" width=\"31\" height=\"38\" rx=\"3\" transform=\"rotate(-90 2 189)\" fill=\"#10393E\"/>\\n</g>\\n<rect x=\"6\" y=\"162\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"6\" y=\"166\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"6\" y=\"170\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"6\" y=\"174\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"6\" y=\"178\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"6\" y=\"182\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"10\" y=\"162\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"10\" y=\"166\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"10\" y=\"170\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"10\" y=\"174\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"10\" y=\"178\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"10\" y=\"182\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"14\" y=\"162\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"14\" y=\"166\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"14\" y=\"170\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"14\" y=\"174\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"14\" y=\"178\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"14\" y=\"182\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"18\" y=\"162\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"18\" y=\"166\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"18\" y=\"170\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"18\" y=\"174\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"18\" y=\"178\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"18\" y=\"182\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"22\" y=\"162\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"22\" y=\"166\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"22\" y=\"170\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"22\" y=\"174\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"22\" y=\"178\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"22\" y=\"182\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"26\" y=\"162\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"30\" y=\"162\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"34\" y=\"162\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"26\" y=\"166\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"30\" y=\"166\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"34\" y=\"166\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"26\" y=\"170\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"30\" y=\"170\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"34\" y=\"170\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"26\" y=\"174\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"30\" y=\"174\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"34\" y=\"174\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"26\" y=\"178\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"26\" y=\"182\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"30\" y=\"178\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"30\" y=\"182\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"34\" y=\"178\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"34\" y=\"182\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"6\" y=\"162\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"6\" y=\"166\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"6\" y=\"170\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"6\" y=\"174\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"6\" y=\"178\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"6\" y=\"182\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"10\" y=\"162\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"10\" y=\"166\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"10\" y=\"170\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"10\" y=\"174\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"10\" y=\"178\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"10\" y=\"182\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"14\" y=\"162\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"14\" y=\"166\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"14\" y=\"170\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"14\" y=\"174\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"14\" y=\"178\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"14\" y=\"182\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"18\" y=\"162\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"18\" y=\"166\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"18\" y=\"170\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"18\" y=\"174\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"18\" y=\"178\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"18\" y=\"182\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"22\" y=\"162\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"22\" y=\"166\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"22\" y=\"170\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"22\" y=\"174\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"22\" y=\"178\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"22\" y=\"182\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"26\" y=\"162\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"30\" y=\"162\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"34\" y=\"162\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"26\" y=\"166\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"30\" y=\"166\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"34\" y=\"166\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"26\" y=\"170\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"30\" y=\"170\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"34\" y=\"170\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"26\" y=\"174\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"30\" y=\"174\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"34\" y=\"174\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"26\" y=\"178\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"26\" y=\"182\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"30\" y=\"178\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"30\" y=\"182\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"34\" y=\"178\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"34\" y=\"182\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"59\" y=\"41\" width=\"42\" height=\"35\" rx=\"5\" fill=\"#0C2B2F\"/>\\n<g filter=\"url(#filter3_i_780_1053)\">\\n<rect x=\"61\" y=\"74\" width=\"31\" height=\"38\" rx=\"3\" transform=\"rotate(-90 61 74)\" fill=\"#10393E\"/>\\n</g>\\n<rect x=\"65\" y=\"47\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"65\" y=\"51\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"65\" y=\"55\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"65\" y=\"59\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"65\" y=\"63\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"65\" y=\"67\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"69\" y=\"47\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"69\" y=\"51\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"69\" y=\"55\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"69\" y=\"59\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"69\" y=\"63\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"69\" y=\"67\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"73\" y=\"47\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"73\" y=\"51\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"73\" y=\"55\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"73\" y=\"59\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"73\" y=\"63\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"73\" y=\"67\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"77\" y=\"47\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"77\" y=\"51\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"77\" y=\"55\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"77\" y=\"59\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"77\" y=\"63\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"77\" y=\"67\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"81\" y=\"47\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"81\" y=\"51\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"81\" y=\"55\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"81\" y=\"59\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"81\" y=\"63\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"81\" y=\"67\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"85\" y=\"47\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"89\" y=\"47\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"93\" y=\"47\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"85\" y=\"51\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"89\" y=\"51\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"93\" y=\"51\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"85\" y=\"55\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"89\" y=\"55\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"93\" y=\"55\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"85\" y=\"59\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"89\" y=\"59\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"93\" y=\"59\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"85\" y=\"63\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"85\" y=\"67\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"89\" y=\"63\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"89\" y=\"67\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"93\" y=\"63\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"93\" y=\"67\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"65\" y=\"47\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"65\" y=\"51\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"65\" y=\"55\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"65\" y=\"59\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"65\" y=\"63\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"65\" y=\"67\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"69\" y=\"47\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"69\" y=\"51\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"69\" y=\"55\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"69\" y=\"59\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"69\" y=\"63\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"69\" y=\"67\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"73\" y=\"47\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"73\" y=\"51\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"73\" y=\"55\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"73\" y=\"59\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"73\" y=\"63\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"73\" y=\"67\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"77\" y=\"47\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"77\" y=\"51\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"77\" y=\"55\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"77\" y=\"59\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"77\" y=\"63\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"77\" y=\"67\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"81\" y=\"47\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"81\" y=\"51\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"81\" y=\"55\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"81\" y=\"59\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"81\" y=\"63\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"81\" y=\"67\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"85\" y=\"47\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"89\" y=\"47\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"93\" y=\"47\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"85\" y=\"51\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"89\" y=\"51\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"93\" y=\"51\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"85\" y=\"55\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"89\" y=\"55\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"93\" y=\"55\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"85\" y=\"59\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"89\" y=\"59\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"93\" y=\"59\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"85\" y=\"63\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"85\" y=\"67\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"89\" y=\"63\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"89\" y=\"67\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"93\" y=\"63\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"93\" y=\"67\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"59\" y=\"115\" width=\"42\" height=\"35\" rx=\"5\" fill=\"#0C2B2F\"/>\\n<g filter=\"url(#filter4_i_780_1053)\">\\n<rect x=\"61\" y=\"148\" width=\"31\" height=\"38\" rx=\"3\" transform=\"rotate(-90 61 148)\" fill=\"#10393E\"/>\\n</g>\\n<rect x=\"65\" y=\"121\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"65\" y=\"125\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"65\" y=\"129\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"65\" y=\"133\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"65\" y=\"137\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"65\" y=\"141\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"69\" y=\"121\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"69\" y=\"125\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"69\" y=\"129\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"69\" y=\"133\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"69\" y=\"137\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"69\" y=\"141\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"73\" y=\"121\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"73\" y=\"125\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"73\" y=\"129\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"73\" y=\"133\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"73\" y=\"137\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"73\" y=\"141\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"77\" y=\"121\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"77\" y=\"125\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"77\" y=\"129\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"77\" y=\"133\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"77\" y=\"137\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"77\" y=\"141\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"81\" y=\"121\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"81\" y=\"125\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"81\" y=\"129\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"81\" y=\"133\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"81\" y=\"137\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"81\" y=\"141\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.5\"/>\\n<rect x=\"85\" y=\"121\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"89\" y=\"121\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"93\" y=\"121\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"85\" y=\"125\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"89\" y=\"125\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"93\" y=\"125\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"85\" y=\"129\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"89\" y=\"129\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"93\" y=\"129\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"85\" y=\"133\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"89\" y=\"133\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"93\" y=\"133\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"85\" y=\"137\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"85\" y=\"141\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"89\" y=\"137\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"89\" y=\"141\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.75\"/>\\n<rect x=\"93\" y=\"137\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\" fill-opacity=\"0.25\"/>\\n<rect x=\"93\" y=\"141\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#164A51\"/>\\n<rect x=\"65\" y=\"121\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"65\" y=\"125\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"65\" y=\"129\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"65\" y=\"133\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"65\" y=\"137\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"65\" y=\"141\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"69\" y=\"121\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"69\" y=\"125\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"69\" y=\"129\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"69\" y=\"133\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"69\" y=\"137\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"69\" y=\"141\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"73\" y=\"121\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"73\" y=\"125\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"73\" y=\"129\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"73\" y=\"133\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"73\" y=\"137\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"73\" y=\"141\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"77\" y=\"121\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"77\" y=\"125\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"77\" y=\"129\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"77\" y=\"133\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"77\" y=\"137\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"77\" y=\"141\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"81\" y=\"121\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"81\" y=\"125\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"81\" y=\"129\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"81\" y=\"133\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"81\" y=\"137\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"81\" y=\"141\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.5\"/>\\n<rect x=\"85\" y=\"121\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"89\" y=\"121\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"93\" y=\"121\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"85\" y=\"125\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"89\" y=\"125\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"93\" y=\"125\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"85\" y=\"129\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"89\" y=\"129\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"93\" y=\"129\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"85\" y=\"133\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"89\" y=\"133\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"93\" y=\"133\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"85\" y=\"137\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"85\" y=\"141\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"89\" y=\"137\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<rect x=\"89\" y=\"141\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.75\"/>\\n<rect x=\"93\" y=\"137\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\" fill-opacity=\"0.25\"/>\\n<rect x=\"93\" y=\"141\" width=\"2\" height=\"2\" rx=\"1\" fill=\"#1ADEF5\"/>\\n<path d=\"M21 35V55C21 57.2091 22.7909 59 25 59H59\" stroke=\"#10393E\"/>\\n<defs>\\n<filter id=\"filter0_i_780_1053\" x=\"2\" y=\"2\" width=\"38\" height=\"31\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset/>\\n<feGaussianBlur stdDeviation=\"2\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.234914 0 0 0 0 0.898693 0 0 0 0 0.934001 0 0 0 0.5 0\"/>\\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_780_1053\"/>\\n</filter>\\n<filter id=\"filter1_i_780_1053\" x=\"2\" y=\"80\" width=\"38\" height=\"31\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset/>\\n<feGaussianBlur stdDeviation=\"2\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.234914 0 0 0 0 0.898693 0 0 0 0 0.934001 0 0 0 0.5 0\"/>\\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_780_1053\"/>\\n</filter>\\n<filter id=\"filter2_i_780_1053\" x=\"2\" y=\"158\" width=\"38\" height=\"31\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset/>\\n<feGaussianBlur stdDeviation=\"2\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.234914 0 0 0 0 0.898693 0 0 0 0 0.934001 0 0 0 0.5 0\"/>\\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_780_1053\"/>\\n</filter>\\n<filter id=\"filter3_i_780_1053\" x=\"61\" y=\"43\" width=\"38\" height=\"31\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset/>\\n<feGaussianBlur stdDeviation=\"2\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.234914 0 0 0 0 0.898693 0 0 0 0 0.934001 0 0 0 0.5 0\"/>\\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_780_1053\"/>\\n</filter>\\n<filter id=\"filter4_i_780_1053\" x=\"61\" y=\"117\" width=\"38\" height=\"31\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset/>\\n<feGaussianBlur stdDeviation=\"2\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.234914 0 0 0 0 0.898693 0 0 0 0 0.934001 0 0 0 0.5 0\"/>\\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_780_1053\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18by3wg\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1mgxgzn\",\"data-styles-preset\":\"FO1sOhsEg\",style:{\"--framer-text-alignment\":\"left\"},children:\"The Quorum Protocol\"})}),className:\"framer-11i025z\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x54lif\",\"data-styles-preset\":\"qKji5pleK\",style:{\"--framer-text-color\":\"var(--token-ffdcc5de-e993-476d-b229-0802bfbc515e, rgb(77, 87, 97))\"},children:\"Qubic\u2019s Quorum brings 676 Computors together to create a decentralised governance for executing smart contracts, and securing the blockchain. Every vote counts, every task is validated, every transaction is secured.\"})}),className:\"framer-1b541ru\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wavt5r\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vg3dpf\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1mgxgzn\",\"data-styles-preset\":\"FO1sOhsEg\",style:{\"--framer-text-alignment\":\"left\"},children:\"Oracle Machines\"})}),className:\"framer-1qau000\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x54lif\",\"data-styles-preset\":\"qKji5pleK\",style:{\"--framer-text-color\":\"var(--token-ffdcc5de-e993-476d-b229-0802bfbc515e, rgb(77, 87, 97))\"},children:\"Oracle Machines will be used to make Qubic Smart Contracts even smarter by resolving events through trustworthy data such as stock prices, sports scores, or sensor readings and much more. Also Oracles will give Aigarth ability to observe the outer world and Outsourced Computations.\"})}),className:\"framer-h3uuow\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GCAU7pxcI:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:570,intrinsicWidth:525,pixelHeight:570,pixelWidth:525,positionX:\"center\",positionY:\"center\",sizes:\"calc(min(max(100vw, 1px), 1000px) - 64px)\",src:\"https://framerusercontent.com/images/lttgge9bgxonbQPH2BXOnX2fYHg.svg\",srcSet:\"https://framerusercontent.com/images/lttgge9bgxonbQPH2BXOnX2fYHg.svg 525w\"}},iWptoFeEv:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:570,intrinsicWidth:525,loading:getLoadingLazyAtYPosition(3887),pixelHeight:570,pixelWidth:525,positionX:\"center\",positionY:\"center\",sizes:\"min(100vw - 40px, 1000px)\",src:\"https://framerusercontent.com/images/lttgge9bgxonbQPH2BXOnX2fYHg.svg\",srcSet:\"https://framerusercontent.com/images/lttgge9bgxonbQPH2BXOnX2fYHg.svg 525w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:570,intrinsicWidth:525,pixelHeight:570,pixelWidth:525,positionX:\"center\",positionY:\"center\",sizes:\"400px\",src:\"https://framerusercontent.com/images/lttgge9bgxonbQPH2BXOnX2fYHg.svg\",srcSet:\"https://framerusercontent.com/images/lttgge9bgxonbQPH2BXOnX2fYHg.svg 525w\"},className:\"framer-1wgtdpd\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qf7e2o\",children:[/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-nmjuwr\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{iWptoFeEv:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:222,intrinsicWidth:222,loading:getLoadingLazyAtYPosition(4422),positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/l1NtBTj8px6kzRLIscIs56ETWRE.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:222,intrinsicWidth:222,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/l1NtBTj8px6kzRLIscIs56ETWRE.svg\"},className:\"framer-v6vg2s\",\"data-framer-name\":\"AI\",name:\"AI\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1io1zep\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1mgxgzn\",\"data-styles-preset\":\"FO1sOhsEg\",style:{\"--framer-text-alignment\":\"left\"},children:\"Aigarth\"})}),className:\"framer-j5h1l6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x54lif\",\"data-styles-preset\":\"qKji5pleK\",style:{\"--framer-text-color\":\"var(--token-ffdcc5de-e993-476d-b229-0802bfbc515e, rgb(77, 87, 97))\"},children:\"Aigarth is more than AI . Powered by a global network of miners, it evolves by creating billions of artificial neural networks (ANNs). Aigarth is building the future of AI, decentralised and open for everyone.\"})}),className:\"framer-70w8to\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ljh2is\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d2zue1\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1mgxgzn\",\"data-styles-preset\":\"FO1sOhsEg\",style:{\"--framer-text-alignment\":\"left\"},children:\"Useful-Proof-of-Work\"})}),className:\"framer-101jmsu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x54lif\",\"data-styles-preset\":\"qKji5pleK\",style:{\"--framer-text-color\":\"var(--token-ffdcc5de-e993-476d-b229-0802bfbc515e, rgb(77, 87, 97))\"},children:\"Forget wasted energy. Qubic\u2019s Useful-Proof-of-Work transforms mining into a powerful tool for AI training.\"})}),className:\"framer-1bxm2bv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-10n15gw\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{iWptoFeEv:{style:{rotate:90}}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-a5jp82\",\"data-framer-name\":\"Group 2859\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:195,intrinsicWidth:150,name:\"Group 2859\",svg:'<svg width=\"150\" height=\"195\" viewBox=\"0 0 150 195\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect x=\"102.501\" y=\"113.607\" width=\"78\" height=\"42\" rx=\"3\" transform=\"rotate(-90 102.501 113.607)\" fill=\"#174D54\"/>\\n<g filter=\"url(#filter0_i_672_4598)\">\\n<rect x=\"104.501\" y=\"111.607\" width=\"74\" height=\"38\" rx=\"2\" transform=\"rotate(-90 104.501 111.607)\" fill=\"#10393E\"/>\\n</g>\\n<rect x=\"104.751\" y=\"111.357\" width=\"73.5\" height=\"37.5\" rx=\"1.75\" transform=\"rotate(-90 104.751 111.357)\" stroke=\"#1ADEF5\" stroke-width=\"0.5\"/>\\n<path d=\"M119.521 54.5488L119.521 53.0128L122.809 53.0128L122.809 49.0408L119.521 49.0408L119.521 47.5168L127.501 47.5168L127.501 49.0408L124.021 49.0408L124.021 53.0128L127.501 53.0128L127.501 54.5488L119.521 54.5488Z\" fill=\"#19BACD\"/>\\n<path d=\"M120.745 59.6223L120.745 62.3223L119.521 62.3223L119.521 55.3983L120.745 55.3983L120.745 58.0863L127.501 58.0863L127.501 59.6223L120.745 59.6223Z\" fill=\"#19BACD\"/>\\n<path d=\"M126.145 63.118C126.425 63.118 126.657 63.106 126.841 63.082C127.017 63.05 127.237 63.01 127.501 62.962L127.501 64.4739C127.205 64.5779 126.765 64.63 126.181 64.63L125.653 64.63C124.709 64.63 124.237 65.13 124.237 66.13L124.237 67.9659L127.501 67.9659L127.501 69.502L119.521 69.502L119.521 65.482C119.521 64.642 119.717 64.002 120.109 63.562C120.493 63.114 121.021 62.8899 121.693 62.8899C122.229 62.8899 122.677 63.0379 123.037 63.3339C123.397 63.6299 123.637 64.018 123.757 64.498C123.885 64.042 124.077 63.6979 124.333 63.4659C124.581 63.2339 124.969 63.118 125.497 63.118L126.145 63.118ZM123.121 65.722C123.121 65.274 123.017 64.958 122.809 64.774C122.601 64.582 122.289 64.486 121.873 64.486C121.105 64.486 120.721 64.9099 120.721 65.7579L120.721 67.9659L123.121 67.9659L123.121 65.722Z\" fill=\"#19BACD\"/>\\n<path d=\"M127.501 71.8838L125.737 72.5318L125.737 76.2398L127.501 76.8878L127.501 78.4238L119.521 75.5438L119.521 73.2158L127.501 70.3358L127.501 71.8838ZM124.537 72.9518L120.601 74.3918L124.537 75.8198L124.537 72.9518Z\" fill=\"#19BACD\"/>\\n<path d=\"M127.706 83.4237C127.706 84.2797 127.526 84.9957 127.166 85.5717C126.798 86.1477 126.298 86.5757 125.666 86.8557C125.034 87.1277 124.314 87.2637 123.506 87.2637C122.698 87.2637 121.978 87.1157 121.346 86.8197C120.714 86.5157 120.218 86.0517 119.858 85.4277C119.49 84.7957 119.306 84.0117 119.306 83.0757C119.306 81.8357 119.566 80.8997 120.086 80.2677C120.598 79.6357 121.326 79.2717 122.27 79.1757L122.27 80.7357C121.694 80.8077 121.262 81.0357 120.974 81.4197C120.678 81.8037 120.53 82.3637 120.53 83.0997C120.53 83.9717 120.778 84.6197 121.274 85.0437C121.762 85.4597 122.506 85.6677 123.506 85.6677C124.498 85.6677 125.242 85.4677 125.738 85.0677C126.234 84.6597 126.482 84.0157 126.482 83.1357C126.482 81.6637 125.798 80.8397 124.43 80.6637L124.43 83.7717L123.374 83.7717L123.374 79.1877L127.502 79.1877L127.502 80.5197L125.882 80.5197C126.442 80.7117 126.886 81.0517 127.214 81.5397C127.542 82.0197 127.706 82.6477 127.706 83.4237Z\" fill=\"#19BACD\"/>\\n<path d=\"M126.277 92.5215L126.277 90.9735L120.745 90.9735L120.745 92.5215L119.521 92.5215L119.521 87.8895L120.745 87.8895L120.745 89.4375L126.277 89.4375L126.277 87.8895L127.501 87.8895L127.501 92.5215L126.277 92.5215Z\" fill=\"#19BACD\"/>\\n<path d=\"M127.501 94.8057L125.737 95.4537L125.737 99.1617L127.501 99.8097L127.501 101.346L119.521 98.4657L119.521 96.1377L127.501 93.2577L127.501 94.8057ZM124.537 95.8737L120.601 97.3137L124.537 98.7417L124.537 95.8737Z\" fill=\"#19BACD\"/>\\n<circle cx=\"139.501\" cy=\"108.607\" r=\"1\" transform=\"rotate(-90 139.501 108.607)\" fill=\"#144349\"/>\\n<circle cx=\"107.501\" cy=\"108.607\" r=\"1\" transform=\"rotate(-90 107.501 108.607)\" fill=\"#144349\"/>\\n<circle cx=\"107.501\" cy=\"40.6074\" r=\"1\" transform=\"rotate(-90 107.501 40.6074)\" fill=\"#144349\"/>\\n<circle cx=\"139.501\" cy=\"40.6074\" r=\"1\" transform=\"rotate(-90 139.501 40.6074)\" fill=\"#144349\"/>\\n<rect x=\"99.5015\" y=\"103.607\" width=\"3\" height=\"3\" transform=\"rotate(-90 99.5015 103.607)\" fill=\"#144349\"/>\\n<rect x=\"97.5015\" y=\"102.607\" width=\"1\" height=\"2\" transform=\"rotate(-90 97.5015 102.607)\" fill=\"#287C87\"/>\\n<rect x=\"97.5015\" y=\"95.6074\" width=\"1\" height=\"2\" transform=\"rotate(-90 97.5015 95.6074)\" fill=\"#287C87\"/>\\n<rect x=\"97.5015\" y=\"88.6074\" width=\"1\" height=\"2\" transform=\"rotate(-90 97.5015 88.6074)\" fill=\"#287C87\"/>\\n<rect x=\"97.5015\" y=\"81.6074\" width=\"1\" height=\"2\" transform=\"rotate(-90 97.5015 81.6074)\" fill=\"#287C87\"/>\\n<rect x=\"97.5015\" y=\"74.6074\" width=\"1\" height=\"2\" transform=\"rotate(-90 97.5015 74.6074)\" fill=\"#287C87\"/>\\n<rect x=\"97.5015\" y=\"67.6074\" width=\"1\" height=\"2\" transform=\"rotate(-90 97.5015 67.6074)\" fill=\"#287C87\"/>\\n<rect x=\"97.5015\" y=\"60.6074\" width=\"1\" height=\"2\" transform=\"rotate(-90 97.5015 60.6074)\" fill=\"#287C87\"/>\\n<rect x=\"97.5015\" y=\"53.6074\" width=\"1\" height=\"2\" transform=\"rotate(-90 97.5015 53.6074)\" fill=\"#287C87\"/>\\n<rect x=\"97.5015\" y=\"46.6074\" width=\"1\" height=\"2\" transform=\"rotate(-90 97.5015 46.6074)\" fill=\"#287C87\"/>\\n<rect x=\"99.5015\" y=\"96.6074\" width=\"3\" height=\"3\" transform=\"rotate(-90 99.5015 96.6074)\" fill=\"#144349\"/>\\n<rect x=\"99.5015\" y=\"89.6074\" width=\"3\" height=\"3\" transform=\"rotate(-90 99.5015 89.6074)\" fill=\"#144349\"/>\\n<rect x=\"99.5015\" y=\"82.6074\" width=\"3\" height=\"3\" transform=\"rotate(-90 99.5015 82.6074)\" fill=\"#144349\"/>\\n<rect x=\"99.5015\" y=\"75.6074\" width=\"3\" height=\"3\" transform=\"rotate(-90 99.5015 75.6074)\" fill=\"#144349\"/>\\n<rect x=\"99.5015\" y=\"68.6074\" width=\"3\" height=\"3\" transform=\"rotate(-90 99.5015 68.6074)\" fill=\"#144349\"/>\\n<rect x=\"99.5015\" y=\"61.6074\" width=\"3\" height=\"3\" transform=\"rotate(-90 99.5015 61.6074)\" fill=\"#144349\"/>\\n<rect x=\"99.5015\" y=\"54.6074\" width=\"3\" height=\"3\" transform=\"rotate(-90 99.5015 54.6074)\" fill=\"#144349\"/>\\n<rect x=\"99.5015\" y=\"47.6074\" width=\"3\" height=\"3\" transform=\"rotate(-90 99.5015 47.6074)\" fill=\"#144349\"/>\\n<rect width=\"3\" height=\"3\" transform=\"matrix(-4.37114e-08 -1 -1 4.37114e-08 147.501 103.607)\" fill=\"#144349\"/>\\n<rect width=\"1\" height=\"2\" transform=\"matrix(-4.37114e-08 -1 -1 4.37114e-08 149.501 102.607)\" fill=\"#287C87\"/>\\n<rect width=\"1\" height=\"2\" transform=\"matrix(-4.37114e-08 -1 -1 4.37114e-08 149.501 95.6074)\" fill=\"#287C87\"/>\\n<rect width=\"1\" height=\"2\" transform=\"matrix(-4.37114e-08 -1 -1 4.37114e-08 149.501 88.6074)\" fill=\"#287C87\"/>\\n<rect width=\"1\" height=\"2\" transform=\"matrix(-4.37114e-08 -1 -1 4.37114e-08 149.501 81.6074)\" fill=\"#287C87\"/>\\n<rect width=\"1\" height=\"2\" transform=\"matrix(-4.37114e-08 -1 -1 4.37114e-08 149.501 74.6074)\" fill=\"#287C87\"/>\\n<rect width=\"1\" height=\"2\" transform=\"matrix(-4.37114e-08 -1 -1 4.37114e-08 149.501 67.6074)\" fill=\"#287C87\"/>\\n<rect width=\"1\" height=\"2\" transform=\"matrix(-4.37114e-08 -1 -1 4.37114e-08 149.501 60.6074)\" fill=\"#287C87\"/>\\n<rect width=\"1\" height=\"2\" transform=\"matrix(-4.37114e-08 -1 -1 4.37114e-08 149.501 53.6074)\" fill=\"#287C87\"/>\\n<rect width=\"1\" height=\"2\" transform=\"matrix(-4.37114e-08 -1 -1 4.37114e-08 149.501 46.6074)\" fill=\"#287C87\"/>\\n<rect width=\"3\" height=\"3\" transform=\"matrix(-4.37114e-08 -1 -1 4.37114e-08 147.501 96.6074)\" fill=\"#144349\"/>\\n<rect width=\"3\" height=\"3\" transform=\"matrix(-4.37114e-08 -1 -1 4.37114e-08 147.501 89.6074)\" fill=\"#144349\"/>\\n<rect width=\"3\" height=\"3\" transform=\"matrix(-4.37114e-08 -1 -1 4.37114e-08 147.501 82.6074)\" fill=\"#144349\"/>\\n<rect width=\"3\" height=\"3\" transform=\"matrix(-4.37114e-08 -1 -1 4.37114e-08 147.501 75.6074)\" fill=\"#144349\"/>\\n<rect width=\"3\" height=\"3\" transform=\"matrix(-4.37114e-08 -1 -1 4.37114e-08 147.501 68.6074)\" fill=\"#144349\"/>\\n<rect width=\"3\" height=\"3\" transform=\"matrix(-4.37114e-08 -1 -1 4.37114e-08 147.501 61.6074)\" fill=\"#144349\"/>\\n<rect width=\"3\" height=\"3\" transform=\"matrix(-4.37114e-08 -1 -1 4.37114e-08 147.501 54.6074)\" fill=\"#144349\"/>\\n<rect width=\"3\" height=\"3\" transform=\"matrix(-4.37114e-08 -1 -1 4.37114e-08 147.501 47.6074)\" fill=\"#144349\"/>\\n<rect width=\"1\" height=\"2\" transform=\"matrix(1 0 0 -1 109.501 118.607)\" fill=\"#287C87\"/>\\n<rect width=\"1\" height=\"2\" transform=\"matrix(1 0 0 -1 116.501 118.607)\" fill=\"#287C87\"/>\\n<rect width=\"1\" height=\"2\" transform=\"matrix(1 0 0 -1 123.501 118.607)\" fill=\"#287C87\"/>\\n<rect width=\"1\" height=\"2\" transform=\"matrix(1 0 0 -1 130.501 118.607)\" fill=\"#287C87\"/>\\n<rect width=\"1\" height=\"2\" transform=\"matrix(1 0 0 -1 137.501 118.607)\" fill=\"#287C87\"/>\\n<rect width=\"3\" height=\"3\" transform=\"matrix(1 0 0 -1 108.501 116.607)\" fill=\"#144349\"/>\\n<rect width=\"3\" height=\"3\" transform=\"matrix(1 0 0 -1 115.501 116.607)\" fill=\"#144349\"/>\\n<rect width=\"3\" height=\"3\" transform=\"matrix(1 0 0 -1 122.501 116.607)\" fill=\"#144349\"/>\\n<rect width=\"3\" height=\"3\" transform=\"matrix(1 0 0 -1 129.501 116.607)\" fill=\"#144349\"/>\\n<rect width=\"3\" height=\"3\" transform=\"matrix(1 0 0 -1 136.501 116.607)\" fill=\"#144349\"/>\\n<rect width=\"1\" height=\"2\" transform=\"matrix(1 0 0 -1 109.501 118.607)\" fill=\"#287C87\"/>\\n<rect width=\"1\" height=\"2\" transform=\"matrix(1 0 0 -1 116.501 118.607)\" fill=\"#287C87\"/>\\n<rect width=\"1\" height=\"2\" transform=\"matrix(1 0 0 -1 123.501 118.607)\" fill=\"#287C87\"/>\\n<rect width=\"1\" height=\"2\" transform=\"matrix(1 0 0 -1 130.501 118.607)\" fill=\"#287C87\"/>\\n<rect width=\"1\" height=\"2\" transform=\"matrix(1 0 0 -1 137.501 118.607)\" fill=\"#287C87\"/>\\n<rect width=\"3\" height=\"3\" transform=\"matrix(1 0 0 -1 108.501 116.607)\" fill=\"#144349\"/>\\n<rect width=\"3\" height=\"3\" transform=\"matrix(1 0 0 -1 115.501 116.607)\" fill=\"#144349\"/>\\n<rect width=\"3\" height=\"3\" transform=\"matrix(1 0 0 -1 122.501 116.607)\" fill=\"#144349\"/>\\n<rect width=\"3\" height=\"3\" transform=\"matrix(1 0 0 -1 129.501 116.607)\" fill=\"#144349\"/>\\n<rect width=\"3\" height=\"3\" transform=\"matrix(1 0 0 -1 136.501 116.607)\" fill=\"#144349\"/>\\n<rect x=\"109.501\" y=\"30.6074\" width=\"1\" height=\"2\" fill=\"#287C87\"/>\\n<rect x=\"116.501\" y=\"30.6074\" width=\"1\" height=\"2\" fill=\"#287C87\"/>\\n<rect x=\"123.501\" y=\"30.6074\" width=\"1\" height=\"2\" fill=\"#287C87\"/>\\n<rect x=\"130.501\" y=\"30.6074\" width=\"1\" height=\"2\" fill=\"#287C87\"/>\\n<rect x=\"137.501\" y=\"30.6074\" width=\"1\" height=\"2\" fill=\"#287C87\"/>\\n<rect x=\"108.501\" y=\"32.6074\" width=\"3\" height=\"3\" fill=\"#144349\"/>\\n<rect x=\"115.501\" y=\"32.6074\" width=\"3\" height=\"3\" fill=\"#144349\"/>\\n<rect x=\"122.501\" y=\"32.6074\" width=\"3\" height=\"3\" fill=\"#144349\"/>\\n<rect x=\"129.501\" y=\"32.6074\" width=\"3\" height=\"3\" fill=\"#144349\"/>\\n<rect x=\"136.501\" y=\"32.6074\" width=\"3\" height=\"3\" fill=\"#144349\"/>\\n<path d=\"M110.001 30.6074V0.107422M117.001 30.6074V0.107422M124.001 30.6074V0.107422M131.001 30.6074V0.107422M138.001 30.6074V0.107422\" stroke=\"#10393E\"/>\\n<path d=\"M97.0015 46.1074H42.5015M97.0015 74.1074H78.1743C75.2128 74.1074 72.4036 75.4201 70.5036 77.6919L50.5015 101.607M124.001 118.607V159.607\" stroke=\"#10393E\" stroke-dasharray=\"2 2\"/>\\n<rect x=\"103.001\" y=\"159.607\" width=\"42\" height=\"35\" rx=\"3\" fill=\"#0C2B2F\"/>\\n<g filter=\"url(#filter1_i_672_4598)\">\\n<rect x=\"105.001\" y=\"192.607\" width=\"31\" height=\"38\" rx=\"3\" transform=\"rotate(-90 105.001 192.607)\" fill=\"#10393E\"/>\\n</g>\\n<rect opacity=\"0.9\" x=\"109.001\" y=\"165.607\" width=\"30\" height=\"3\" rx=\"1.5\" fill=\"#164A51\"/>\\n<rect opacity=\"0.9\" x=\"122.001\" y=\"171.607\" width=\"17\" height=\"3\" rx=\"1.5\" fill=\"#164A51\"/>\\n<rect opacity=\"0.9\" x=\"109.001\" y=\"171.607\" width=\"3\" height=\"3\" rx=\"1.5\" fill=\"#164A51\"/>\\n<rect opacity=\"0.9\" x=\"115.001\" y=\"171.607\" width=\"3\" height=\"3\" rx=\"1.5\" fill=\"#164A51\"/>\\n<rect opacity=\"0.9\" x=\"112.001\" y=\"177.607\" width=\"11\" height=\"3\" rx=\"1.5\" transform=\"rotate(90 112.001 177.607)\" fill=\"#164A51\"/>\\n<rect opacity=\"0.9\" x=\"118.001\" y=\"177.607\" width=\"11\" height=\"3\" rx=\"1.5\" transform=\"rotate(90 118.001 177.607)\" fill=\"#164A51\"/>\\n<rect opacity=\"0.9\" x=\"124.001\" y=\"177.607\" width=\"11\" height=\"3\" rx=\"1.5\" transform=\"rotate(90 124.001 177.607)\" fill=\"#164A51\"/>\\n<rect opacity=\"0.9\" x=\"139.001\" y=\"177.607\" width=\"11\" height=\"12\" rx=\"2\" transform=\"rotate(90 139.001 177.607)\" fill=\"#164A51\"/>\\n<rect x=\"32.0015\" y=\"143.607\" width=\"42\" height=\"35\" rx=\"3\" transform=\"rotate(-90 32.0015 143.607)\" fill=\"#0C2B2F\"/>\\n<g filter=\"url(#filter2_i_672_4598)\">\\n<rect x=\"65.0015\" y=\"141.607\" width=\"31\" height=\"38\" rx=\"3\" transform=\"rotate(180 65.0015 141.607)\" fill=\"#10393E\"/>\\n</g>\\n<rect opacity=\"0.9\" x=\"38.0015\" y=\"137.607\" width=\"30\" height=\"3\" rx=\"1.5\" transform=\"rotate(-90 38.0015 137.607)\" fill=\"#164A51\"/>\\n<rect opacity=\"0.9\" x=\"44.0015\" y=\"124.607\" width=\"17\" height=\"3\" rx=\"1.5\" transform=\"rotate(-90 44.0015 124.607)\" fill=\"#164A51\"/>\\n<rect opacity=\"0.9\" x=\"44.0015\" y=\"137.607\" width=\"3\" height=\"3\" rx=\"1.5\" transform=\"rotate(-90 44.0015 137.607)\" fill=\"#164A51\"/>\\n<rect opacity=\"0.9\" x=\"44.0015\" y=\"131.607\" width=\"3\" height=\"3\" rx=\"1.5\" transform=\"rotate(-90 44.0015 131.607)\" fill=\"#164A51\"/>\\n<rect opacity=\"0.9\" x=\"50.0015\" y=\"134.607\" width=\"11\" height=\"3\" rx=\"1.5\" fill=\"#164A51\"/>\\n<rect opacity=\"0.9\" x=\"50.0015\" y=\"128.607\" width=\"11\" height=\"3\" rx=\"1.5\" fill=\"#164A51\"/>\\n<rect opacity=\"0.9\" x=\"50.0015\" y=\"122.607\" width=\"11\" height=\"3\" rx=\"1.5\" fill=\"#164A51\"/>\\n<rect opacity=\"0.9\" x=\"50.0015\" y=\"107.607\" width=\"11\" height=\"12\" rx=\"2\" fill=\"#164A51\"/>\\n<rect x=\"0.00146484\" y=\"28.6074\" width=\"42\" height=\"35\" rx=\"3\" fill=\"#0C2B2F\"/>\\n<g filter=\"url(#filter3_i_672_4598)\">\\n<rect x=\"2.00146\" y=\"61.6074\" width=\"31\" height=\"38\" rx=\"3\" transform=\"rotate(-90 2.00146 61.6074)\" fill=\"#10393E\"/>\\n</g>\\n<rect opacity=\"0.9\" x=\"6.00146\" y=\"34.6074\" width=\"30\" height=\"3\" rx=\"1.5\" fill=\"#164A51\"/>\\n<rect opacity=\"0.9\" x=\"19.0015\" y=\"40.6074\" width=\"17\" height=\"3\" rx=\"1.5\" fill=\"#164A51\"/>\\n<rect opacity=\"0.9\" x=\"6.00146\" y=\"40.6074\" width=\"3\" height=\"3\" rx=\"1.5\" fill=\"#164A51\"/>\\n<rect opacity=\"0.9\" x=\"12.0015\" y=\"40.6074\" width=\"3\" height=\"3\" rx=\"1.5\" fill=\"#164A51\"/>\\n<rect opacity=\"0.9\" x=\"9.00146\" y=\"46.6074\" width=\"11\" height=\"3\" rx=\"1.5\" transform=\"rotate(90 9.00146 46.6074)\" fill=\"#164A51\"/>\\n<rect opacity=\"0.9\" x=\"15.0015\" y=\"46.6074\" width=\"11\" height=\"3\" rx=\"1.5\" transform=\"rotate(90 15.0015 46.6074)\" fill=\"#164A51\"/>\\n<rect opacity=\"0.9\" x=\"21.0015\" y=\"46.6074\" width=\"11\" height=\"3\" rx=\"1.5\" transform=\"rotate(90 21.0015 46.6074)\" fill=\"#164A51\"/>\\n<rect opacity=\"0.9\" x=\"36.0015\" y=\"46.6074\" width=\"11\" height=\"12\" rx=\"2\" transform=\"rotate(90 36.0015 46.6074)\" fill=\"#174C53\"/>\\n<defs>\\n<filter id=\"filter0_i_672_4598\" x=\"104.501\" y=\"37.6074\" width=\"38\" height=\"74\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset/>\\n<feGaussianBlur stdDeviation=\"2\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.234914 0 0 0 0 0.898693 0 0 0 0 0.934001 0 0 0 0.5 0\"/>\\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_672_4598\"/>\\n</filter>\\n<filter id=\"filter1_i_672_4598\" x=\"105.001\" y=\"161.607\" width=\"38\" height=\"31\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset/>\\n<feGaussianBlur stdDeviation=\"2\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.234914 0 0 0 0 0.898693 0 0 0 0 0.934001 0 0 0 0.5 0\"/>\\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_672_4598\"/>\\n</filter>\\n<filter id=\"filter2_i_672_4598\" x=\"34.0015\" y=\"103.607\" width=\"31\" height=\"38\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset/>\\n<feGaussianBlur stdDeviation=\"2\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.234914 0 0 0 0 0.898693 0 0 0 0 0.934001 0 0 0 0.5 0\"/>\\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_672_4598\"/>\\n</filter>\\n<filter id=\"filter3_i_672_4598\" x=\"2.00146\" y=\"30.6074\" width=\"38\" height=\"31\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/>\\n<feOffset/>\\n<feGaussianBlur stdDeviation=\"2\"/>\\n<feComposite in2=\"hardAlpha\" operator=\"arithmetic\" k2=\"-1\" k3=\"1\"/>\\n<feColorMatrix type=\"matrix\" values=\"0 0 0 0 0.234914 0 0 0 0 0.898693 0 0 0 0 0.934001 0 0 0 0.5 0\"/>\\n<feBlend mode=\"normal\" in2=\"shape\" result=\"effect1_innerShadow_672_4598\"/>\\n</filter>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-6bibgo\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11up3ui\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1mgxgzn\",\"data-styles-preset\":\"FO1sOhsEg\",style:{\"--framer-text-alignment\":\"left\"},children:\"forget fees & delays\"})}),className:\"framer-ddvc2w\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x54lif\",\"data-styles-preset\":\"qKji5pleK\",style:{\"--framer-text-color\":\"var(--token-ffdcc5de-e993-476d-b229-0802bfbc515e, rgb(77, 87, 97))\"},children:\"Forget fees. Forget delays. Qubic offers feeless transactions and secure offline payment verification. Every transaction is fast, final, and free.\"})}),className:\"framer-31vw8a\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{iWptoFeEv:{y:5936}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:486,width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vehghx-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{iWptoFeEv:{variant:\"CBKmBu_tF\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"ak6JmsF38\",layoutId:\"ak6JmsF38\",style:{width:\"100%\"},variant:\"gVktC8EFm\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-pV6kz { background: var(--token-26d573db-6bab-4792-ad0d-56de92dda41b, rgb(249, 250, 251)) /* {\"name\":\"Gray/05\"} */; }`,\".framer-pV6kz.framer-1r0tlgr, .framer-pV6kz .framer-1r0tlgr { display: block; }\",\".framer-pV6kz.framer-sihnt1 { align-content: center; align-items: center; background-color: var(--token-26d573db-6bab-4792-ad0d-56de92dda41b, #f9fafb); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-pV6kz .framer-ea2hew-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-pV6kz .framer-pirv9t { align-content: center; align-items: center; border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 11px; height: 560px; justify-content: center; max-width: 1200px; overflow: hidden; padding: 32px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-pV6kz .framer-cm343q { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 800px; overflow: visible; padding: 8px 0px 0px 0px; position: relative; width: min-content; z-index: 2; }\",\".framer-pV6kz .framer-1w5p9o0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-pV6kz .framer-leoqe5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-pV6kz .framer-1t38joc, .framer-pV6kz .framer-1tr1ic5, .framer-pV6kz .framer-1yicsa2 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-pV6kz .framer-f5cnox { align-content: center; align-items: center; background-color: var(--token-9fa86711-66d6-4614-94f5-08bd591fdbbd, #ccfcff); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 6px 16px 6px 16px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-pV6kz .framer-1627mo { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; align-self: stretch; flex: none; height: auto; max-width: 800px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-pV6kz .framer-su4gag { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 9px; height: 345px; justify-content: center; overflow: visible; padding: 0px 64px 0px 64px; position: relative; width: 100%; }\",\".framer-pV6kz .framer-dtjaul { align-content: center; align-items: center; background-color: var(--token-56834596-68c9-49b8-88bc-34722b0a6a97, #f3f4f6); border-bottom-left-radius: 28px; border-bottom-right-radius: 28px; border-top-left-radius: 28px; border-top-right-radius: 28px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 415px; justify-content: center; left: calc(50.00000000000002% - 706px / 2); overflow: hidden; padding: 16px; position: absolute; top: -119px; width: 706px; will-change: var(--framer-will-change-override, transform); z-index: 6; }\",\".framer-pV6kz .framer-eh6ltb-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; z-index: 2; }\",\".framer-pV6kz .framer-1mzay6i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-pV6kz .framer-ecdryd { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1200px; overflow: hidden; padding: 120px 100px 120px 100px; position: relative; width: 1px; }\",\".framer-pV6kz .framer-26knzj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1200px; padding: 0px; position: relative; width: 100%; }\",\".framer-pV6kz .framer-9nmqsn { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 400px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-pV6kz .framer-yplg6x, .framer-pV6kz .framer-ajd56f, .framer-pV6kz .framer-1b541ru, .framer-pV6kz .framer-h3uuow, .framer-pV6kz .framer-70w8to, .framer-pV6kz .framer-1bxm2bv, .framer-pV6kz .framer-31vw8a { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 460px; word-break: break-word; word-wrap: break-word; }\",\".framer-pV6kz .framer-2o7y3i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 24px; position: relative; width: 100%; }\",\".framer-pV6kz .framer-16hmzr6 { align-content: center; align-items: center; background-color: var(--token-56834596-68c9-49b8-88bc-34722b0a6a97, #f3f4f6); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 40px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-pV6kz .framer-1nszuyu { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-pV6kz .framer-ccnjjk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pV6kz .framer-1llgqk, .framer-pV6kz .framer-ckyqv4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pV6kz .framer-1qpj4ty, .framer-pV6kz .framer-1romstm, .framer-pV6kz .framer-1pii5qw, .framer-pV6kz .framer-n0zgea, .framer-pV6kz .framer-1dpcry4, .framer-pV6kz .framer-64ma9b, .framer-pV6kz .framer-14e9p2r, .framer-pV6kz .framer-12of2on { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-pV6kz .framer-azyay2, .framer-pV6kz .framer-12i88mp, .framer-pV6kz .framer-ija0gi, .framer-pV6kz .framer-zo74om, .framer-pV6kz .framer-1x4v6ny, .framer-pV6kz .framer-grnp5x, .framer-pV6kz .framer-11ee3pj, .framer-pV6kz .framer-1crkdm3, .framer-pV6kz .framer-1b5xxer, .framer-pV6kz .framer-1ilgf2a, .framer-pV6kz .framer-1gduetx, .framer-pV6kz .framer-1lsdsk7, .framer-pV6kz .framer-1xqr58l, .framer-pV6kz .framer-lp8eeu, .framer-pV6kz .framer-1neboki, .framer-pV6kz .framer-9hrt6i { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-pV6kz .framer-m03u9w { align-content: center; align-items: center; background-color: var(--token-56834596-68c9-49b8-88bc-34722b0a6a97, #f3f4f6); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-pV6kz .framer-ms2yqw { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; max-width: 1000px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-pV6kz .framer-b2judl, .framer-pV6kz .framer-sy4b3i, .framer-pV6kz .framer-qf7e2o, .framer-pV6kz .framer-6bibgo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pV6kz .framer-31urk4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 460px; }\",\".framer-pV6kz .framer-6h5tgb { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 400px; word-break: break-word; word-wrap: break-word; }\",\".framer-pV6kz .framer-xda84x, .framer-pV6kz .framer-19365ju, .framer-pV6kz .framer-1wgtdpd, .framer-pV6kz .framer-nmjuwr { flex: none; height: 300px; position: relative; width: 400px; }\",\".framer-pV6kz .framer-1b9ji99-container { bottom: -70px; flex: none; left: calc(50.00000000000002% - 256px / 2); position: absolute; top: -70px; width: 256px; z-index: 1; }\",\".framer-pV6kz .framer-170vatt { bottom: 0px; flex: none; left: calc(47.25000000000002% - 159px / 2); position: absolute; top: 0px; width: 159px; }\",\".framer-pV6kz .framer-18by3wg, .framer-pV6kz .framer-1io1zep { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-pV6kz .framer-11i025z, .framer-pV6kz .framer-101jmsu { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 460px; word-break: break-word; word-wrap: break-word; }\",\".framer-pV6kz .framer-1wavt5r, .framer-pV6kz .framer-ljh2is { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-pV6kz .framer-vg3dpf, .framer-pV6kz .framer-d2zue1 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 1px; }\",\".framer-pV6kz .framer-1qau000, .framer-pV6kz .framer-j5h1l6 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 380px; word-break: break-word; word-wrap: break-word; }\",\".framer-pV6kz .framer-v6vg2s { bottom: 0px; flex: none; height: 299px; left: calc(48.75000000000002% - 299px / 2); position: absolute; width: 299px; }\",\".framer-pV6kz .framer-10n15gw { flex: none; height: 356px; overflow: hidden; position: relative; width: 353px; }\",\".framer-pV6kz .framer-a5jp82 { bottom: 0px; flex: none; left: calc(45.04249291784705% - 248px / 2); position: absolute; top: 0px; width: 248px; }\",\".framer-pV6kz .framer-11up3ui { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 1px; }\",\".framer-pV6kz .framer-ddvc2w { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-pV6kz .framer-1vehghx-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-pV6kz.framer-sihnt1, .framer-pV6kz .framer-pirv9t, .framer-pV6kz .framer-cm343q, .framer-pV6kz .framer-1w5p9o0, .framer-pV6kz .framer-leoqe5, .framer-pV6kz .framer-f5cnox, .framer-pV6kz .framer-su4gag, .framer-pV6kz .framer-dtjaul, .framer-pV6kz .framer-1mzay6i, .framer-pV6kz .framer-2o7y3i, .framer-pV6kz .framer-16hmzr6, .framer-pV6kz .framer-1nszuyu, .framer-pV6kz .framer-ccnjjk, .framer-pV6kz .framer-1llgqk, .framer-pV6kz .framer-1qpj4ty, .framer-pV6kz .framer-1romstm, .framer-pV6kz .framer-1pii5qw, .framer-pV6kz .framer-n0zgea, .framer-pV6kz .framer-ckyqv4, .framer-pV6kz .framer-1dpcry4, .framer-pV6kz .framer-64ma9b, .framer-pV6kz .framer-14e9p2r, .framer-pV6kz .framer-12of2on, .framer-pV6kz .framer-m03u9w, .framer-pV6kz .framer-ms2yqw, .framer-pV6kz .framer-31urk4, .framer-pV6kz .framer-18by3wg, .framer-pV6kz .framer-1wavt5r, .framer-pV6kz .framer-vg3dpf, .framer-pV6kz .framer-1io1zep, .framer-pV6kz .framer-ljh2is, .framer-pV6kz .framer-d2zue1, .framer-pV6kz .framer-11up3ui { gap: 0px; } .framer-pV6kz.framer-sihnt1 > *, .framer-pV6kz .framer-1w5p9o0 > *, .framer-pV6kz .framer-1qpj4ty > *, .framer-pV6kz .framer-1romstm > *, .framer-pV6kz .framer-1pii5qw > *, .framer-pV6kz .framer-n0zgea > *, .framer-pV6kz .framer-1dpcry4 > *, .framer-pV6kz .framer-64ma9b > *, .framer-pV6kz .framer-14e9p2r > *, .framer-pV6kz .framer-12of2on > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-pV6kz.framer-sihnt1 > :first-child, .framer-pV6kz .framer-cm343q > :first-child, .framer-pV6kz .framer-1w5p9o0 > :first-child, .framer-pV6kz .framer-su4gag > :first-child, .framer-pV6kz .framer-2o7y3i > :first-child, .framer-pV6kz .framer-1nszuyu > :first-child, .framer-pV6kz .framer-ccnjjk > :first-child, .framer-pV6kz .framer-1qpj4ty > :first-child, .framer-pV6kz .framer-1romstm > :first-child, .framer-pV6kz .framer-1pii5qw > :first-child, .framer-pV6kz .framer-n0zgea > :first-child, .framer-pV6kz .framer-1dpcry4 > :first-child, .framer-pV6kz .framer-64ma9b > :first-child, .framer-pV6kz .framer-14e9p2r > :first-child, .framer-pV6kz .framer-12of2on > :first-child, .framer-pV6kz .framer-ms2yqw > :first-child, .framer-pV6kz .framer-31urk4 > :first-child, .framer-pV6kz .framer-18by3wg > :first-child, .framer-pV6kz .framer-vg3dpf > :first-child, .framer-pV6kz .framer-1io1zep > :first-child, .framer-pV6kz .framer-d2zue1 > :first-child { margin-top: 0px; } .framer-pV6kz.framer-sihnt1 > :last-child, .framer-pV6kz .framer-cm343q > :last-child, .framer-pV6kz .framer-1w5p9o0 > :last-child, .framer-pV6kz .framer-su4gag > :last-child, .framer-pV6kz .framer-2o7y3i > :last-child, .framer-pV6kz .framer-1nszuyu > :last-child, .framer-pV6kz .framer-ccnjjk > :last-child, .framer-pV6kz .framer-1qpj4ty > :last-child, .framer-pV6kz .framer-1romstm > :last-child, .framer-pV6kz .framer-1pii5qw > :last-child, .framer-pV6kz .framer-n0zgea > :last-child, .framer-pV6kz .framer-1dpcry4 > :last-child, .framer-pV6kz .framer-64ma9b > :last-child, .framer-pV6kz .framer-14e9p2r > :last-child, .framer-pV6kz .framer-12of2on > :last-child, .framer-pV6kz .framer-ms2yqw > :last-child, .framer-pV6kz .framer-31urk4 > :last-child, .framer-pV6kz .framer-18by3wg > :last-child, .framer-pV6kz .framer-vg3dpf > :last-child, .framer-pV6kz .framer-1io1zep > :last-child, .framer-pV6kz .framer-d2zue1 > :last-child { margin-bottom: 0px; } .framer-pV6kz .framer-pirv9t > * { margin: 0px; margin-left: calc(11px / 2); margin-right: calc(11px / 2); } .framer-pV6kz .framer-pirv9t > :first-child, .framer-pV6kz .framer-leoqe5 > :first-child, .framer-pV6kz .framer-f5cnox > :first-child, .framer-pV6kz .framer-dtjaul > :first-child, .framer-pV6kz .framer-1mzay6i > :first-child, .framer-pV6kz .framer-16hmzr6 > :first-child, .framer-pV6kz .framer-1llgqk > :first-child, .framer-pV6kz .framer-ckyqv4 > :first-child, .framer-pV6kz .framer-m03u9w > :first-child, .framer-pV6kz .framer-1wavt5r > :first-child, .framer-pV6kz .framer-ljh2is > :first-child, .framer-pV6kz .framer-11up3ui > :first-child { margin-left: 0px; } .framer-pV6kz .framer-pirv9t > :last-child, .framer-pV6kz .framer-leoqe5 > :last-child, .framer-pV6kz .framer-f5cnox > :last-child, .framer-pV6kz .framer-dtjaul > :last-child, .framer-pV6kz .framer-1mzay6i > :last-child, .framer-pV6kz .framer-16hmzr6 > :last-child, .framer-pV6kz .framer-1llgqk > :last-child, .framer-pV6kz .framer-ckyqv4 > :last-child, .framer-pV6kz .framer-m03u9w > :last-child, .framer-pV6kz .framer-1wavt5r > :last-child, .framer-pV6kz .framer-ljh2is > :last-child, .framer-pV6kz .framer-11up3ui > :last-child { margin-right: 0px; } .framer-pV6kz .framer-cm343q > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-pV6kz .framer-leoqe5 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-pV6kz .framer-f5cnox > *, .framer-pV6kz .framer-dtjaul > *, .framer-pV6kz .framer-m03u9w > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-pV6kz .framer-su4gag > * { margin: 0px; margin-bottom: calc(9px / 2); margin-top: calc(9px / 2); } .framer-pV6kz .framer-1mzay6i > *, .framer-pV6kz .framer-16hmzr6 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-pV6kz .framer-2o7y3i > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-pV6kz .framer-1nszuyu > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-pV6kz .framer-ccnjjk > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-pV6kz .framer-1llgqk > *, .framer-pV6kz .framer-ckyqv4 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-pV6kz .framer-ms2yqw > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-pV6kz .framer-31urk4 > *, .framer-pV6kz .framer-18by3wg > *, .framer-pV6kz .framer-vg3dpf > *, .framer-pV6kz .framer-1io1zep > *, .framer-pV6kz .framer-d2zue1 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-pV6kz .framer-1wavt5r > *, .framer-pV6kz .framer-ljh2is > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } .framer-pV6kz .framer-11up3ui > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-pV6kz { background: var(--token-26d573db-6bab-4792-ad0d-56de92dda41b, rgb(249, 250, 251)) /* {\"name\":\"Gray/05\"} */; } .framer-pV6kz.framer-sihnt1 { width: 810px; } .framer-pV6kz .framer-pirv9t { height: 540px; } .framer-pV6kz .framer-cm343q { padding: 64px 0px 0px 0px; } .framer-pV6kz .framer-ecdryd { padding: 120px 32px 120px 32px; } .framer-pV6kz .framer-yplg6x, .framer-pV6kz .framer-1wgtdpd, .framer-pV6kz .framer-10n15gw, .framer-pV6kz .framer-31vw8a { flex: 1 0 0px; width: 1px; } .framer-pV6kz .framer-b2judl, .framer-pV6kz .framer-sy4b3i, .framer-pV6kz .framer-1wavt5r, .framer-pV6kz .framer-qf7e2o, .framer-pV6kz .framer-ljh2is, .framer-pV6kz .framer-6bibgo { padding: 0px 32px 0px 32px; } .framer-pV6kz .framer-31urk4, .framer-pV6kz .framer-18by3wg, .framer-pV6kz .framer-1io1zep { width: 400px; } .framer-pV6kz .framer-ajd56f, .framer-pV6kz .framer-11i025z, .framer-pV6kz .framer-1b541ru, .framer-pV6kz .framer-h3uuow, .framer-pV6kz .framer-70w8to, .framer-pV6kz .framer-101jmsu, .framer-pV6kz .framer-1bxm2bv { width: 100%; } .framer-pV6kz .framer-xda84x, .framer-pV6kz .framer-19365ju { width: 340px; } .framer-pV6kz .framer-1b9ji99-container { z-index: 0; } .framer-pV6kz .framer-vg3dpf, .framer-pV6kz .framer-d2zue1 { flex: none; width: 400px; } .framer-pV6kz .framer-nmjuwr { flex: 1 0 0px; height: 255px; width: 1px; } .framer-pV6kz .framer-v6vg2s { height: unset; left: 19px; top: 0px; width: 255px; }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-pV6kz { background: var(--token-26d573db-6bab-4792-ad0d-56de92dda41b, rgb(249, 250, 251)) /* {\"name\":\"Gray/05\"} */; } .framer-pV6kz.framer-sihnt1 { width: 390px; } .framer-pV6kz .framer-pirv9t { height: 480px; } .framer-pV6kz .framer-cm343q { align-content: center; align-items: center; gap: 24px; justify-content: flex-start; padding: 24px 20px 0px 20px; width: 390px; } .framer-pV6kz .framer-1w5p9o0 { gap: 2px; } .framer-pV6kz .framer-leoqe5 { align-self: stretch; flex-wrap: wrap; width: auto; } .framer-pV6kz .framer-1627mo { align-self: unset; width: 100%; } .framer-pV6kz .framer-su4gag { height: 235px; padding: 0px 24px 0px 24px; } .framer-pV6kz .framer-dtjaul { height: min-content; left: 50%; padding: 8px; top: -39px; transform: translateX(-50%); width: min-content; } .framer-pV6kz .framer-eh6ltb-container { flex: none; height: 198px; width: 352px; } .framer-pV6kz .framer-1mzay6i, .framer-pV6kz .framer-1llgqk, .framer-pV6kz .framer-ckyqv4 { flex-direction: column; } .framer-pV6kz .framer-ecdryd { flex: none; padding: 24px 20px 120px 20px; width: 100%; } .framer-pV6kz .framer-26knzj { flex-direction: column; flex-wrap: wrap; gap: 24px; justify-content: flex-start; } .framer-pV6kz .framer-9nmqsn, .framer-pV6kz .framer-yplg6x, .framer-pV6kz .framer-6h5tgb, .framer-pV6kz .framer-ajd56f, .framer-pV6kz .framer-11i025z, .framer-pV6kz .framer-1b541ru, .framer-pV6kz .framer-1qau000, .framer-pV6kz .framer-h3uuow, .framer-pV6kz .framer-1io1zep, .framer-pV6kz .framer-j5h1l6, .framer-pV6kz .framer-70w8to, .framer-pV6kz .framer-101jmsu, .framer-pV6kz .framer-1bxm2bv, .framer-pV6kz .framer-31vw8a { width: 100%; } .framer-pV6kz .framer-2o7y3i { padding: 0px; } .framer-pV6kz .framer-16hmzr6 { padding: 24px; } .framer-pV6kz .framer-1qpj4ty, .framer-pV6kz .framer-1romstm, .framer-pV6kz .framer-1pii5qw, .framer-pV6kz .framer-n0zgea, .framer-pV6kz .framer-1dpcry4, .framer-pV6kz .framer-64ma9b, .framer-pV6kz .framer-14e9p2r, .framer-pV6kz .framer-12of2on, .framer-pV6kz .framer-ddvc2w { flex: none; width: 100%; } .framer-pV6kz .framer-m03u9w { flex-direction: column; padding: 48px 20px 32px 20px; } .framer-pV6kz .framer-ms2yqw { flex: none; gap: 80px; width: 100%; } .framer-pV6kz .framer-b2judl, .framer-pV6kz .framer-sy4b3i, .framer-pV6kz .framer-qf7e2o, .framer-pV6kz .framer-6bibgo { flex-direction: column; gap: 32px; justify-content: flex-start; } .framer-pV6kz .framer-31urk4 { order: 1; width: 100%; } .framer-pV6kz .framer-xda84x { order: 0; width: 351px; } .framer-pV6kz .framer-1b9ji99-container { bottom: 0px; left: calc(50.142450142450166% - 256px / 2); top: 0px; } .framer-pV6kz .framer-19365ju { height: 248px; width: 100%; } .framer-pV6kz .framer-170vatt { bottom: unset; height: 247px; left: calc(50.00000000000002% - 155px / 2); width: 155px; } .framer-pV6kz .framer-18by3wg { justify-content: flex-start; width: 100%; } .framer-pV6kz .framer-1wavt5r { flex-direction: column; gap: 32px; } .framer-pV6kz .framer-vg3dpf, .framer-pV6kz .framer-d2zue1 { flex: none; order: 1; width: 100%; } .framer-pV6kz .framer-1wgtdpd { height: 227px; order: 0; width: 100%; } .framer-pV6kz .framer-nmjuwr { height: 286px; width: 350px; } .framer-pV6kz .framer-v6vg2s { height: unset; left: calc(50.00000000000002% - 286px / 2); top: 0px; width: 286px; } .framer-pV6kz .framer-ljh2is { flex-direction: column; gap: 24px; height: 612px; } .framer-pV6kz .framer-10n15gw { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: flex-end; order: 0; padding: 0px; width: 350px; } .framer-pV6kz .framer-a5jp82 { bottom: unset; height: 356px; left: unset; order: 0; position: relative; top: unset; } .framer-pV6kz .framer-11up3ui { flex: none; flex-direction: column; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-pV6kz .framer-cm343q, .framer-pV6kz .framer-1w5p9o0, .framer-pV6kz .framer-1mzay6i, .framer-pV6kz .framer-26knzj, .framer-pV6kz .framer-1llgqk, .framer-pV6kz .framer-ckyqv4, .framer-pV6kz .framer-m03u9w, .framer-pV6kz .framer-ms2yqw, .framer-pV6kz .framer-b2judl, .framer-pV6kz .framer-sy4b3i, .framer-pV6kz .framer-1wavt5r, .framer-pV6kz .framer-qf7e2o, .framer-pV6kz .framer-ljh2is, .framer-pV6kz .framer-10n15gw, .framer-pV6kz .framer-6bibgo, .framer-pV6kz .framer-11up3ui { gap: 0px; } .framer-pV6kz .framer-cm343q > *, .framer-pV6kz .framer-26knzj > *, .framer-pV6kz .framer-ljh2is > *, .framer-pV6kz .framer-11up3ui > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-pV6kz .framer-cm343q > :first-child, .framer-pV6kz .framer-1w5p9o0 > :first-child, .framer-pV6kz .framer-1mzay6i > :first-child, .framer-pV6kz .framer-26knzj > :first-child, .framer-pV6kz .framer-1llgqk > :first-child, .framer-pV6kz .framer-ckyqv4 > :first-child, .framer-pV6kz .framer-m03u9w > :first-child, .framer-pV6kz .framer-ms2yqw > :first-child, .framer-pV6kz .framer-b2judl > :first-child, .framer-pV6kz .framer-sy4b3i > :first-child, .framer-pV6kz .framer-1wavt5r > :first-child, .framer-pV6kz .framer-qf7e2o > :first-child, .framer-pV6kz .framer-ljh2is > :first-child, .framer-pV6kz .framer-6bibgo > :first-child, .framer-pV6kz .framer-11up3ui > :first-child { margin-top: 0px; } .framer-pV6kz .framer-cm343q > :last-child, .framer-pV6kz .framer-1w5p9o0 > :last-child, .framer-pV6kz .framer-1mzay6i > :last-child, .framer-pV6kz .framer-26knzj > :last-child, .framer-pV6kz .framer-1llgqk > :last-child, .framer-pV6kz .framer-ckyqv4 > :last-child, .framer-pV6kz .framer-m03u9w > :last-child, .framer-pV6kz .framer-ms2yqw > :last-child, .framer-pV6kz .framer-b2judl > :last-child, .framer-pV6kz .framer-sy4b3i > :last-child, .framer-pV6kz .framer-1wavt5r > :last-child, .framer-pV6kz .framer-qf7e2o > :last-child, .framer-pV6kz .framer-ljh2is > :last-child, .framer-pV6kz .framer-6bibgo > :last-child, .framer-pV6kz .framer-11up3ui > :last-child { margin-bottom: 0px; } .framer-pV6kz .framer-1w5p9o0 > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-pV6kz .framer-1mzay6i > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-pV6kz .framer-1llgqk > *, .framer-pV6kz .framer-ckyqv4 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-pV6kz .framer-m03u9w > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-pV6kz .framer-ms2yqw > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-pV6kz .framer-b2judl > *, .framer-pV6kz .framer-sy4b3i > *, .framer-pV6kz .framer-1wavt5r > *, .framer-pV6kz .framer-qf7e2o > *, .framer-pV6kz .framer-6bibgo > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-pV6kz .framer-10n15gw > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-pV6kz .framer-10n15gw > :first-child { margin-left: 0px; } .framer-pV6kz .framer-10n15gw > :last-child { margin-right: 0px; } }}`];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4544.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"GCAU7pxcI\":{\"layout\":[\"fixed\",\"auto\"]},\"iWptoFeEv\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const Framerk90Q6J4Hl=withCSS(Component,css,\"framer-pV6kz\");export default Framerk90Q6J4Hl;Framerk90Q6J4Hl.displayName=\"Page\";Framerk90Q6J4Hl.defaultProps={height:4544.5,width:1200};addFonts(Framerk90Q6J4Hl,[{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\"}]},...NavigationNewFonts,...VimeoFonts,...LottieFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerk90Q6J4Hl\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"4544.5\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GCAU7pxcI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"iWptoFeEv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;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",
  "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", "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", "SrcType", "Poster", "placeholderUrl", "Lottie", "props", "style", "srcUrl", "srcFile", "srcType", "poster", "progressRaw", "playing", "loop", "posterProgress", "pauseOnCanvas", "isForwardsDirection", "speed", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "onComplete", "isOnCanvas", "RenderTarget", "shouldPlay", "direction", "isCustomPoster", "el", "pe", "didInitialMount", "animationInfo", "progress", "useAutoMotionValue", "v", "play", "ref", "ref1", "pause", "destroy", "scrubTo", "te", "normalizedProgress", "shouldPlayAfter", "frameNumberTarget", "fetchLottieData", "url", "d", "init", "dataUrl", "data", "setup", "options", "anim", "npm_lottie_web_5_7_default", "ue", "cleanup", "c", "val", "normalizedPosterProgress", "p", "motion", "addPropertyControls", "ControlType", "defaultEvents", "NavigationNewFonts", "getFonts", "M0vnSJzC4_default", "NavigationNewWithVariantAppearEffect", "withVariantAppearEffect", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "motion", "VimeoFonts", "Vimeo_default", "LottieFonts", "Lottie", "FooterFonts", "nk6NQT2wW_default", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "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", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "NavigationNewWithVariantAppearEffect", "MotionDivWithOptimizedAppearEffect", "RichText2", "Vimeo_default", "Lottie", "SVG", "getLoadingLazyAtYPosition", "Image2", "nk6NQT2wW_default", "css", "Framerk90Q6J4Hl", "withCSS", "k90Q6J4Hl_default", "addFonts", "NavigationNewFonts", "VimeoFonts", "LottieFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
