{
  "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/lRDHiNWNVWmE0lqtoVHP/IZ0vSV62Dv7ax4rBiGUk/Video.js", "ssg:https://framerusercontent.com/modules/zBbL8XjQPZPC9KnHuaof/GElTvUDb0Rvv6uiQxHEb/KTTurNWNt.js", "ssg:https://framerusercontent.com/modules/qL31jCsBNWfCfpq0NC86/ZnrVHgD4elEdCyjT40U6/nSYMWuNXB.js", "ssg:https://framerusercontent.com/modules/6Uttp4Sn3qmS4QEFEJAB/rnozkz9AEfkwsQVrlVqR/psG21Ba8i.js", "ssg:https://framerusercontent.com/modules/xJwMBPimX6K8AJVngrUW/IjzoFORYsIMdpDlwD6Wv/ZbzGjMI6_.js", "ssg:https://framerusercontent.com/modules/g0n7PADIlB3UlkDiYwFL/YW2J8sw1hlehqz1No8wN/ljh9JJhDT.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{addPropertyControls,ControlType,useIsInCurrentNavigationTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const isPlaying=videoRef.current.currentTime>0&&videoRef.current.onplaying&&!videoRef.current.paused&&!videoRef.current.ended&&videoRef.current.readyState>videoRef.current.HAVE_CURRENT_DATA;if(!isPlaying&&videoRef.current&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;videoRef.current.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();},[]);return{play,pause,setProgress};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}/**\n * The Video component has some effects that sync the video element with props\n * like `startTime`, `progress`, etc. React calls these effects whenever these\n * props change. However, it also calls them on the first mount, and this is\n * troublesome \u2013 if we\u2019re doing SSR, and the user changed the video state before\n * the video was hydrated, the initial `useEffect` call will reset the video\n * state. To avoid this, we use this flag.\n */let isMountedAndReadyForProgressChanges=false;const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{srcType,srcFile,srcUrl,playing:playingProp,muted,playsinline,controls,progress,objectFit,backgroundColor,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,poster,posterEnabled,startTime:startTimeProp,volume,loop}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isOnCanvas won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isOnCanvas?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isOnCanvas?true:useInView(videoRef);// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isOnCanvas)return;if(playingProp)play();else pause();},[playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isOnCanvas)return;if(autoplayBehavior!==\"on-viewport\")return;if(isInViewport)play();else pause();},[autoplayBehavior,isInViewport]);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges){isMountedAndReadyForProgressChanges=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress!==null&&progress!==void 0?progress:0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue!==null&&rawProgressValue!==void 0?rawProgressValue:0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime!==null&&startTime!==void 0?startTime:0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isOnCanvas\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume!==null&&volume!==void 0?volume:0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{if(!videoRef.current)return;if(videoRef.current.currentTime<.3)setProgress((startTime!==null&&startTime!==void 0?startTime:0)*.01);if(autoplayBehavior===\"on-mount\")play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked===null||onSeeked===void 0?void 0:onSeeked(e),onPause:e=>onPause===null||onPause===void 0?void 0:onPause(e),onPlay:e=>onPlay===null||onPlay===void 0?void 0:onPlay(e),onEnded:e=>onEnd===null||onEnd===void 0?void 0:onEnd(e),autoPlay:autoplayBehavior===\"on-mount\",poster:posterEnabled?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isOnCanvas?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";Video.defaultProps={srcType:\"URL\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",srcFile:\"\",posterEnabled:false,controls:false,playing:true,loop:true,muted:true,playsinline:true,restartOnEnter:false,objectFit:\"cover\",backgroundColor:\"rgba(0,0,0,0)\",radius:0,volume:25,startTime:0};const groupsRegex=/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu;function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(groupsRegex)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",placeholder:\"../example.mp4\",hidden(props){return props.srcType===\"Upload\";},description:\"Hosted video file URL. For YouTube, use the YouTube component.\"},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\"},poster:{type:ControlType.Image,title:\" \",hidden:({posterEnabled})=>!posterEnabled},backgroundColor:{type:ControlType.Color,title:\"Background\"},...borderRadiusControl,startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\"},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"112\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "// Generated by Framer (114832d)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/yevww260oHitAFGt4Ffa/Ticker.js\";const TickerFonts=getFonts(Ticker);const serializationHash=\"framer-CJy0h\";const variantClassNames={GXtSoU0gX:\"framer-v-wh82q9\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"GXtSoU0gX\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-wh82q9\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"GXtSoU0gX\",ref:ref??ref1,style:{...style},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||200)-0-200)/2)),positionX:\"center\",positionY:\"center\",sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,src:\"https://framerusercontent.com/images/pUnimDSDqq2V64P6WB2YLOIJhdY.png\",srcSet:\"https://framerusercontent.com/images/pUnimDSDqq2V64P6WB2YLOIJhdY.png?scale-down-to=512 512w,https://framerusercontent.com/images/pUnimDSDqq2V64P6WB2YLOIJhdY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/pUnimDSDqq2V64P6WB2YLOIJhdY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/pUnimDSDqq2V64P6WB2YLOIJhdY.png 4064w\"},className:\"framer-147gclh\",\"data-framer-name\":\"Rectangle 34624642\",layoutDependency:layoutDependency,layoutId:\"autxEyCWq\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-13wz7ln-container\",layoutDependency:layoutDependency,layoutId:\"F05I66HvI-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:52,height:\"100%\",hoverFactor:1,id:\"F05I66HvI\",layoutId:\"F05I66HvI\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:500,intrinsicWidth:500,pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/rokS5676Mn49OvBX5N9f2xuMj8.png\"},className:\"framer-12dvt54\",\"data-framer-name\":\"Square it up\",layoutDependency:layoutDependency,layoutId:\"xkhAeH0i3\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:500,intrinsicWidth:500,pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/JyGRFNjv9M6cXogg7znTdPAk3RY.png\"},className:\"framer-1kuwagc\",\"data-framer-name\":\"Moolap\",layoutDependency:layoutDependency,layoutId:\"KyqE7YabY\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:500,pixelHeight:500,pixelWidth:500,src:\"https://framerusercontent.com/images/Q1WtCjlsjEoqj0YuziIdCTEU6Xk.png\"},className:\"framer-18lx3\",\"data-framer-name\":\"Casabene Group\",layoutDependency:layoutDependency,layoutId:\"aw5ZouMep\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:500,intrinsicWidth:500,pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/FRPEzGkrhcvzMNgxwYdwro7r7k.png\"},className:\"framer-j4dunb\",\"data-framer-name\":\"XC\",layoutDependency:layoutDependency,layoutId:\"H55MWx086\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:500,intrinsicWidth:500,pixelHeight:500,pixelWidth:500,src:\"https://framerusercontent.com/images/qxaDVa5jjrTL9PoN351Gzn2ho.png\"},className:\"framer-s02f08\",\"data-framer-name\":\"Stark Crete\",layoutDependency:layoutDependency,layoutId:\"y720rGjJQ\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:500,intrinsicWidth:500,pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/wfUBXSXX4RujKEYC1QZnWpY82h8.png\"},className:\"framer-14rffp6\",\"data-framer-name\":\"JAMJACK\",layoutDependency:layoutDependency,layoutId:\"wXcwQ3jlX\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:500,intrinsicWidth:500,pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/vOEvuLfL3hokyU6MaLKpnOqumLI.png\"},className:\"framer-jjbaju\",\"data-framer-name\":\"BRAMCON\",layoutDependency:layoutDependency,layoutId:\"vG48ZSLKK\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:500,intrinsicWidth:500,pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/HlFEZ56SJGLlw78iJBrMRSjS7Q.png\"},className:\"framer-ciqw9p\",\"data-framer-name\":\"NAJCON\",layoutDependency:layoutDependency,layoutId:\"YbCj9jcge\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:500,intrinsicWidth:500,pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/5j7NBlHACrtgiECVhDPvEnAmc.png\"},className:\"framer-10qejv7\",\"data-framer-name\":\"LA PLUMBIING\",layoutDependency:layoutDependency,layoutId:\"VuBALek2d\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:500,intrinsicWidth:500,pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/a78hEQXLHMOE15u3v3NDzNzPHcY.png\"},className:\"framer-1sh63q0\",\"data-framer-name\":\"GOLDFIELDS\",layoutDependency:layoutDependency,layoutId:\"zU3rJUuae\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:500,intrinsicWidth:500,pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/JExWgTKQQCOldbYQxMNCHNVeobA.png\"},className:\"framer-18tpe3\",\"data-framer-name\":\"Sacco\",layoutDependency:layoutDependency,layoutId:\"F_0EEjWND\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:500,intrinsicWidth:500,pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/WIhKKvSgLbvcWm3tau7su3PSE0c.png\"},className:\"framer-v1diji\",\"data-framer-name\":\"Faithfull\",layoutDependency:layoutDependency,layoutId:\"ARjI5dyMM\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:500,intrinsicWidth:500,pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/0z2ymRdGwltDV0Z89fsgiZ3A7E.png\"},className:\"framer-qux5nn\",\"data-framer-name\":\"BratVac Plumb\",layoutDependency:layoutDependency,layoutId:\"uoRrNRn9n\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:500,intrinsicWidth:500,pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/O1JahRUcGyS16KxtgiMWXA3bpPo.png\"},className:\"framer-18w6kdi\",\"data-framer-name\":\"Parker\",layoutDependency:layoutDependency,layoutId:\"J8rhLRRTe\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:500,intrinsicWidth:500,pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/oGp6uCJNGIg0IowfF2SYpeM7IBQ.png\"},className:\"framer-zyefct\",\"data-framer-name\":\"Unlimited\",layoutDependency:layoutDependency,layoutId:\"C2ygHg4vY\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:500,intrinsicWidth:500,pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/IxbBUQnDU2rcwP04GGGfdJEHNTA.png\"},className:\"framer-t58eqa\",\"data-framer-name\":\"Faithfull\",layoutDependency:layoutDependency,layoutId:\"pzkejqNhT\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:500,intrinsicWidth:500,pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/2aBku3zcwRROFuDfqGF7OgUnZFM.png\"},className:\"framer-1cm17xx\",\"data-framer-name\":\"Gourley\",layoutDependency:layoutDependency,layoutId:\"VI4tQPEnr\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:500,intrinsicWidth:500,pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/5LCmXUXO0hXMmJhVOC2QAVC7UJ8.png\"},className:\"framer-1o4wek9\",\"data-framer-name\":\"BratVac Plumb\",layoutDependency:layoutDependency,layoutId:\"MLpRwdrmS\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:500,intrinsicWidth:500,pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/FAJcik33N2Ha7fRKTm0see1g7A.png\"},className:\"framer-19evjml\",\"data-framer-name\":\"IPS\",layoutDependency:layoutDependency,layoutId:\"vwTJ6xJez\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:500,intrinsicWidth:500,pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/UloPhkpylDbCYh9ZJaWIUOaI8k.png\"},className:\"framer-1gm2pzv\",\"data-framer-name\":\"Parker\",layoutDependency:layoutDependency,layoutId:\"JZJduJQQY\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:500,intrinsicWidth:500,pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/C5S4JQCuc5e5LGKpsQlvxKwO8fs.png\"},className:\"framer-101sm3o\",\"data-framer-name\":\"Unlimited\",layoutDependency:layoutDependency,layoutId:\"f4quv3BpP\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:500,intrinsicWidth:500,pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/EbAuHRn2H2mJOC3zCIxnEmyUpyA.png\"},className:\"framer-1ksq0e8\",\"data-framer-name\":\"Balrnarring\",layoutDependency:layoutDependency,layoutId:\"JtRSWBlzE\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:500,intrinsicWidth:500,pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/YJN65ymb1Wgx39ZG3NtC9JSA.png\"},className:\"framer-1wfwy9m\",\"data-framer-name\":\"Parker\",layoutDependency:layoutDependency,layoutId:\"WBqJkxBEU\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:500,intrinsicWidth:500,pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/jbcqpqVNqXRDnl4qU2zssSUcCGk.png\"},className:\"framer-19g4brz\",\"data-framer-name\":\"Unlimited\",layoutDependency:layoutDependency,layoutId:\"NrA_j7sJl\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:500,intrinsicWidth:500,pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ByU4ZEFBQJOIG5ZZqmszShV0ss.png\"},className:\"framer-1vf1izk\",\"data-framer-name\":\"Balrnarring\",layoutDependency:layoutDependency,layoutId:\"q6TrbIcch\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:500,intrinsicWidth:500,pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/P0farlOKId7rTu0apgEbiLmGeoE.png\"},className:\"framer-19ob7s1\",\"data-framer-name\":\"Balrnarring\",layoutDependency:layoutDependency,layoutId:\"rSkGsYZNe\"})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CJy0h.framer-ub5bnu, .framer-CJy0h .framer-ub5bnu { display: block; }\",\".framer-CJy0h.framer-wh82q9 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1600px; }\",\".framer-CJy0h .framer-147gclh { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 1px; }\",\".framer-CJy0h .framer-13wz7ln-container { flex: none; height: 200px; position: relative; width: 100%; }\",\".framer-CJy0h .framer-12dvt54, .framer-CJy0h .framer-10qejv7, .framer-CJy0h .framer-v1diji, .framer-CJy0h .framer-qux5nn, .framer-CJy0h .framer-18w6kdi, .framer-CJy0h .framer-zyefct, .framer-CJy0h .framer-t58eqa, .framer-CJy0h .framer-1cm17xx, .framer-CJy0h .framer-1o4wek9, .framer-CJy0h .framer-19evjml, .framer-CJy0h .framer-1gm2pzv, .framer-CJy0h .framer-101sm3o, .framer-CJy0h .framer-1ksq0e8, .framer-CJy0h .framer-1wfwy9m, .framer-CJy0h .framer-19g4brz, .framer-CJy0h .framer-1vf1izk, .framer-CJy0h .framer-19ob7s1 { height: 150px; overflow: visible; position: relative; width: 150px; }\",\".framer-CJy0h .framer-1kuwagc { height: 100px; overflow: visible; position: relative; width: 150px; }\",\".framer-CJy0h .framer-18lx3 { height: 129px; overflow: visible; position: relative; width: 152px; }\",\".framer-CJy0h .framer-j4dunb { height: 138px; overflow: visible; position: relative; width: 150px; }\",\".framer-CJy0h .framer-s02f08 { height: 100px; overflow: visible; position: relative; width: 200px; }\",\".framer-CJy0h .framer-14rffp6 { height: 150px; overflow: visible; position: relative; width: 200px; }\",\".framer-CJy0h .framer-jjbaju { height: 100px; overflow: visible; position: relative; width: 156px; }\",\".framer-CJy0h .framer-ciqw9p { height: 130px; overflow: visible; position: relative; width: 156px; }\",\".framer-CJy0h .framer-1sh63q0 { height: 164px; overflow: visible; position: relative; width: 161px; }\",\".framer-CJy0h .framer-18tpe3 { height: 150px; overflow: visible; position: relative; width: 168px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CJy0h.framer-wh82q9, .framer-CJy0h .framer-147gclh { gap: 0px; } .framer-CJy0h.framer-wh82q9 > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-CJy0h.framer-wh82q9 > :first-child, .framer-CJy0h .framer-147gclh > :first-child { margin-left: 0px; } .framer-CJy0h.framer-wh82q9 > :last-child, .framer-CJy0h .framer-147gclh > :last-child { margin-right: 0px; } .framer-CJy0h .framer-147gclh > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 200\n * @framerIntrinsicWidth 1600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerKTTurNWNt=withCSS(Component,css,\"framer-CJy0h\");export default FramerKTTurNWNt;FramerKTTurNWNt.displayName=\"Brand Ticker 2\";FramerKTTurNWNt.defaultProps={height:200,width:1600};addFonts(FramerKTTurNWNt,[{explicitInter:true,fonts:[]},...TickerFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKTTurNWNt\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1600\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./KTTurNWNt.map", "// Generated by Framer (6124c77)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/5Qd89XBqxjI9jwD4X8WQ/PRx4OBMPS4RRFghxZUMD/Ktk818APq.js\";import ButtonFill from\"https://framerusercontent.com/modules/i376hVfm99cro3GO5ee3/Mg7VCc1bH0PecAOj1DIj/zBCVkFhfJ.js\";const ButtonFillFonts=getFonts(ButtonFill);const cycleOrder=[\"iOkSxmsQq\",\"yglApNO0K\",\"W1jomIf9A\",\"oXBFP3ugt\"];const serializationHash=\"framer-GSEln\";const variantClassNames={iOkSxmsQq:\"framer-v-cyiwij\",oXBFP3ugt:\"framer-v-wpwyos\",W1jomIf9A:\"framer-v-18d515f\",yglApNO0K:\"framer-v-8mvzfv\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Large Desktops\":\"iOkSxmsQq\",Desktops:\"yglApNO0K\",Mobile:\"oXBFP3ugt\",Tablet:\"W1jomIf9A\"};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:\"iOkSxmsQq\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"iOkSxmsQq\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"W1jomIf9A\",\"oXBFP3ugt\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-cyiwij\",className,classNames),\"data-framer-name\":\"Large Desktops\",layoutDependency:layoutDependency,layoutId:\"iOkSxmsQq\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-cc5ba57f-84d1-48fb-8d25-985696a9874b, rgb(3, 1, 2))\",...style},...addPropertyOverrides({oXBFP3ugt:{\"data-framer-name\":\"Mobile\"},W1jomIf9A:{\"data-framer-name\":\"Tablet\"},yglApNO0K:{\"data-framer-name\":\"Desktops\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1joi4ny\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"iUkkF8bQk\",children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:896,intrinsicWidth:1344,pixelHeight:896,pixelWidth:1344,sizes:`calc(min(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 0px), 1356px) - 60px)`,src:\"https://framerusercontent.com/images/Fqj3Mh1oQywXMRfiOfhOItkZkUo.png\",srcSet:\"https://framerusercontent.com/images/Fqj3Mh1oQywXMRfiOfhOItkZkUo.png?scale-down-to=512 512w,https://framerusercontent.com/images/Fqj3Mh1oQywXMRfiOfhOItkZkUo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Fqj3Mh1oQywXMRfiOfhOItkZkUo.png 1344w\"},className:\"framer-1s8magt\",\"data-framer-name\":\"Cta Box\",layoutDependency:layoutDependency,layoutId:\"o3bOHr4Qd\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},...addPropertyOverrides({oXBFP3ugt:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:896,intrinsicWidth:1344,pixelHeight:896,pixelWidth:1344,sizes:`calc(min(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 0px), 520px) - 48px)`,src:\"https://framerusercontent.com/images/Fqj3Mh1oQywXMRfiOfhOItkZkUo.png\",srcSet:\"https://framerusercontent.com/images/Fqj3Mh1oQywXMRfiOfhOItkZkUo.png?scale-down-to=512 512w,https://framerusercontent.com/images/Fqj3Mh1oQywXMRfiOfhOItkZkUo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Fqj3Mh1oQywXMRfiOfhOItkZkUo.png 1344w\"}},W1jomIf9A:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:896,intrinsicWidth:1344,pixelHeight:896,pixelWidth:1344,sizes:`calc(min(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 0px), 1000px) - 60px)`,src:\"https://framerusercontent.com/images/Fqj3Mh1oQywXMRfiOfhOItkZkUo.png\",srcSet:\"https://framerusercontent.com/images/Fqj3Mh1oQywXMRfiOfhOItkZkUo.png?scale-down-to=512 512w,https://framerusercontent.com/images/Fqj3Mh1oQywXMRfiOfhOItkZkUo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Fqj3Mh1oQywXMRfiOfhOItkZkUo.png 1344w\"}},yglApNO0K:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:896,intrinsicWidth:1344,pixelHeight:896,pixelWidth:1344,sizes:`calc(min(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 0px), 1000px) - 60px)`,src:\"https://framerusercontent.com/images/Fqj3Mh1oQywXMRfiOfhOItkZkUo.png\",srcSet:\"https://framerusercontent.com/images/Fqj3Mh1oQywXMRfiOfhOItkZkUo.png?scale-down-to=512 512w,https://framerusercontent.com/images/Fqj3Mh1oQywXMRfiOfhOItkZkUo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Fqj3Mh1oQywXMRfiOfhOItkZkUo.png 1344w\"}}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ttqpvo\",\"data-framer-name\":\"Cta Content\",layoutDependency:layoutDependency,layoutId:\"oijzLZXCw\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1a9luct\",\"data-styles-preset\":\"Ktk818APq\",style:{\"--framer-text-alignment\":\"left\"},children:\"Optimise your business today\"})}),className:\"framer-fn2coa\",\"data-framer-name\":\"Title Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"RZfdm8VLu\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({oXBFP3ugt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h3,{className:\"framer-styles-preset-1a9luct\",\"data-styles-preset\":\"Ktk818APq\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Ready to elevate business?\",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})]})})},W1jomIf9A:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1a9luct\",\"data-styles-preset\":\"Ktk818APq\",style:{\"--framer-text-alignment\":\"center\"},children:\"Optimise your business today\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cc19ry-container\",layoutDependency:layoutDependency,layoutId:\"qvtnpSx9v-container\",children:/*#__PURE__*/_jsx(ButtonFill,{A76KHGd17:\"https://bookademo.baseapp.com.au/\",height:\"100%\",id:\"qvtnpSx9v\",layoutId:\"qvtnpSx9v\",LndcVBbWA:\"Get Started Now\",variant:\"aR1U3aMTq\",width:\"100%\",...addPropertyOverrides({oXBFP3ugt:{variant:\"FrRf7v1fX\"},W1jomIf9A:{variant:\"FrRf7v1fX\"}},baseVariant,gestureVariant)})})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19mdz8g\",\"data-framer-name\":\"Image Group\",layoutDependency:layoutDependency,layoutId:\"F5qq6b7Yc\",transformTemplate:transformTemplate1,...addPropertyOverrides({yglApNO0K:{transformTemplate:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:750,pixelHeight:3e3,pixelWidth:1500,positionX:\"center\",positionY:\"top\",sizes:`calc((min(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 0px), 1356px) - 157px) / 4)`,src:\"https://framerusercontent.com/images/8bw4VVI6G9n6d5NY0rJqKxp9L7Q.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/8bw4VVI6G9n6d5NY0rJqKxp9L7Q.png?scale-down-to=1024 512w,https://framerusercontent.com/images/8bw4VVI6G9n6d5NY0rJqKxp9L7Q.png?scale-down-to=2048 1024w,https://framerusercontent.com/images/8bw4VVI6G9n6d5NY0rJqKxp9L7Q.png 1500w\"},className:\"framer-14ttbur\",\"data-framer-name\":\"reporting\",layoutDependency:layoutDependency,layoutId:\"bEuz76mf1\",...addPropertyOverrides({yglApNO0K:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:750,pixelHeight:3e3,pixelWidth:1500,positionX:\"center\",positionY:\"top\",sizes:`calc((min(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 0px), 1000px) - 96px) * 0.2597)`,src:\"https://framerusercontent.com/images/8bw4VVI6G9n6d5NY0rJqKxp9L7Q.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/8bw4VVI6G9n6d5NY0rJqKxp9L7Q.png?scale-down-to=1024 512w,https://framerusercontent.com/images/8bw4VVI6G9n6d5NY0rJqKxp9L7Q.png?scale-down-to=2048 1024w,https://framerusercontent.com/images/8bw4VVI6G9n6d5NY0rJqKxp9L7Q.png 1500w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:750,pixelHeight:3e3,pixelWidth:1500,positionX:\"center\",positionY:\"bottom\",sizes:`calc((min(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 0px), 1356px) - 157px) / 4)`,src:\"https://framerusercontent.com/images/h3XtQc82BUNCPZU5JHKG2qRvo.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/h3XtQc82BUNCPZU5JHKG2qRvo.png?scale-down-to=1024 512w,https://framerusercontent.com/images/h3XtQc82BUNCPZU5JHKG2qRvo.png?scale-down-to=2048 1024w,https://framerusercontent.com/images/h3XtQc82BUNCPZU5JHKG2qRvo.png 1500w\"},className:\"framer-1bf3fmo\",\"data-framer-name\":\"myob_xero\",layoutDependency:layoutDependency,layoutId:\"Vtuvxku5S\",...addPropertyOverrides({yglApNO0K:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1500,intrinsicWidth:750,pixelHeight:3e3,pixelWidth:1500,positionX:\"center\",positionY:\"bottom\",sizes:`calc((min(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 0px), 1000px) - 96px) * 0.2598)`,src:\"https://framerusercontent.com/images/h3XtQc82BUNCPZU5JHKG2qRvo.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/h3XtQc82BUNCPZU5JHKG2qRvo.png?scale-down-to=1024 512w,https://framerusercontent.com/images/h3XtQc82BUNCPZU5JHKG2qRvo.png?scale-down-to=2048 1024w,https://framerusercontent.com/images/h3XtQc82BUNCPZU5JHKG2qRvo.png 1500w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1838,intrinsicWidth:1500,pixelHeight:1838,pixelWidth:1500,positionX:\"center\",positionY:\"top\",sizes:`calc((min(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 0px), 1356px) - 157px) * 0.216)`,src:\"https://framerusercontent.com/images/loT4nW7KnZq6JLcfgFmk0HNWI.png\",srcSet:\"https://framerusercontent.com/images/loT4nW7KnZq6JLcfgFmk0HNWI.png?scale-down-to=1024 835w,https://framerusercontent.com/images/loT4nW7KnZq6JLcfgFmk0HNWI.png 1500w\"},className:\"framer-cdv51p\",\"data-framer-name\":\"reporting\",layoutDependency:layoutDependency,layoutId:\"AcXRbFred\",...addPropertyOverrides({yglApNO0K:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1838,intrinsicWidth:1500,pixelHeight:1838,pixelWidth:1500,positionX:\"center\",positionY:\"top\",sizes:`calc((min(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 0px), 1000px) - 96px) / 3.966)`,src:\"https://framerusercontent.com/images/loT4nW7KnZq6JLcfgFmk0HNWI.png\",srcSet:\"https://framerusercontent.com/images/loT4nW7KnZq6JLcfgFmk0HNWI.png?scale-down-to=1024 835w,https://framerusercontent.com/images/loT4nW7KnZq6JLcfgFmk0HNWI.png 1500w\"}}},baseVariant,gestureVariant)})]})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-GSEln.framer-1jv5hif, .framer-GSEln .framer-1jv5hif { display: block; }\",\".framer-GSEln.framer-cyiwij { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 0px 100px 0px; position: relative; width: 1440px; }\",\".framer-GSEln .framer-1joi4ny { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1356px; overflow: hidden; padding: 0px 30px 0px 30px; position: relative; width: 1px; }\",\".framer-GSEln .framer-1s8magt { 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; overflow: visible; padding: 120px 0px 113px 97px; position: relative; width: 100%; }\",\".framer-GSEln .framer-ttqpvo { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; max-width: 440px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-GSEln .framer-fn2coa { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-GSEln .framer-1cc19ry-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-GSEln .framer-19mdz8g { aspect-ratio: 1.3956989247311828 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 465px); overflow: visible; position: absolute; right: 75px; top: 50%; width: 50%; z-index: 1; }\",\".framer-GSEln .framer-14ttbur { bottom: 2px; flex: none; height: 244px; overflow: visible; position: absolute; right: 0px; width: 50%; }\",\".framer-GSEln .framer-1bf3fmo { aspect-ratio: 1.6097560975609757 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 202px); overflow: visible; position: absolute; right: 0px; top: 1px; width: 50%; }\",\".framer-GSEln .framer-cdv51p { aspect-ratio: 0.8152492668621701 / 1; bottom: -1px; flex: none; height: var(--framer-aspect-ratio-supported, 344px); left: 15px; overflow: visible; position: absolute; width: 43%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-GSEln.framer-cyiwij, .framer-GSEln .framer-1joi4ny, .framer-GSEln .framer-ttqpvo { gap: 0px; } .framer-GSEln.framer-cyiwij > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-GSEln.framer-cyiwij > :first-child { margin-left: 0px; } .framer-GSEln.framer-cyiwij > :last-child { margin-right: 0px; } .framer-GSEln .framer-1joi4ny > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-GSEln .framer-1joi4ny > :first-child, .framer-GSEln .framer-ttqpvo > :first-child { margin-top: 0px; } .framer-GSEln .framer-1joi4ny > :last-child, .framer-GSEln .framer-ttqpvo > :last-child { margin-bottom: 0px; } .framer-GSEln .framer-ttqpvo > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } }\",\".framer-GSEln.framer-v-8mvzfv.framer-cyiwij { width: 992px; }\",\".framer-GSEln.framer-v-8mvzfv .framer-1joi4ny, .framer-GSEln.framer-v-18d515f .framer-1joi4ny { max-width: 1000px; }\",\".framer-GSEln.framer-v-8mvzfv .framer-1s8magt { padding: 80px 0px 70px 36px; }\",\".framer-GSEln.framer-v-8mvzfv .framer-ttqpvo { gap: 30px; max-width: 410px; }\",\".framer-GSEln.framer-v-8mvzfv .framer-19mdz8g { aspect-ratio: unset; height: 422px; right: 26px; top: calc(49.88123515439432% - 422px / 2); width: 52%; }\",\".framer-GSEln.framer-v-8mvzfv .framer-14ttbur { bottom: -13px; height: 231px; width: 50%; }\",\".framer-GSEln.framer-v-8mvzfv .framer-1bf3fmo { height: var(--framer-aspect-ratio-supported, 151px); }\",\".framer-GSEln.framer-v-8mvzfv .framer-cdv51p { height: var(--framer-aspect-ratio-supported, 289px); left: 2px; width: 48%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-GSEln.framer-v-8mvzfv .framer-ttqpvo { gap: 0px; } .framer-GSEln.framer-v-8mvzfv .framer-ttqpvo > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-GSEln.framer-v-8mvzfv .framer-ttqpvo > :first-child { margin-top: 0px; } .framer-GSEln.framer-v-8mvzfv .framer-ttqpvo > :last-child { margin-bottom: 0px; } }\",\".framer-GSEln.framer-v-18d515f.framer-cyiwij { padding: 80px 0px 80px 0px; width: 768px; }\",\".framer-GSEln.framer-v-18d515f .framer-1s8magt { align-content: center; align-items: center; gap: 48px; justify-content: center; padding: 80px 0px 80px 0px; }\",\".framer-GSEln.framer-v-18d515f .framer-ttqpvo { align-content: center; align-items: center; gap: 30px; max-width: 460px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-GSEln.framer-v-18d515f .framer-1s8magt, .framer-GSEln.framer-v-18d515f .framer-ttqpvo { gap: 0px; } .framer-GSEln.framer-v-18d515f .framer-1s8magt > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-GSEln.framer-v-18d515f .framer-1s8magt > :first-child { margin-left: 0px; } .framer-GSEln.framer-v-18d515f .framer-1s8magt > :last-child { margin-right: 0px; } .framer-GSEln.framer-v-18d515f .framer-ttqpvo > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-GSEln.framer-v-18d515f .framer-ttqpvo > :first-child { margin-top: 0px; } .framer-GSEln.framer-v-18d515f .framer-ttqpvo > :last-child { margin-bottom: 0px; } }\",\".framer-GSEln.framer-v-wpwyos.framer-cyiwij { padding: 0px; width: 370px; }\",\".framer-GSEln.framer-v-wpwyos .framer-1joi4ny { max-width: 520px; padding: 0px 24px 0px 24px; }\",\".framer-GSEln.framer-v-wpwyos .framer-1s8magt { align-content: center; align-items: center; gap: 48px; justify-content: center; padding: 40px 20px 40px 20px; }\",\".framer-GSEln.framer-v-wpwyos .framer-ttqpvo { align-content: center; align-items: center; gap: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-GSEln.framer-v-wpwyos .framer-1s8magt, .framer-GSEln.framer-v-wpwyos .framer-ttqpvo { gap: 0px; } .framer-GSEln.framer-v-wpwyos .framer-1s8magt > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-GSEln.framer-v-wpwyos .framer-1s8magt > :first-child { margin-left: 0px; } .framer-GSEln.framer-v-wpwyos .framer-1s8magt > :last-child { margin-right: 0px; } .framer-GSEln.framer-v-wpwyos .framer-ttqpvo > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-GSEln.framer-v-wpwyos .framer-ttqpvo > :first-child { margin-top: 0px; } .framer-GSEln.framer-v-wpwyos .framer-ttqpvo > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 661.5\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"yglApNO0K\":{\"layout\":[\"fixed\",\"auto\"]},\"W1jomIf9A\":{\"layout\":[\"fixed\",\"auto\"]},\"oXBFP3ugt\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramernSYMWuNXB=withCSS(Component,css,\"framer-GSEln\");export default FramernSYMWuNXB;FramernSYMWuNXB.displayName=\"Section / CTA 02\";FramernSYMWuNXB.defaultProps={height:661.5,width:1440};addPropertyControls(FramernSYMWuNXB,{variant:{options:[\"iOkSxmsQq\",\"yglApNO0K\",\"W1jomIf9A\",\"oXBFP3ugt\"],optionTitles:[\"Large Desktops\",\"Desktops\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramernSYMWuNXB,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...ButtonFillFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramernSYMWuNXB\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1440\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yglApNO0K\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"W1jomIf9A\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oXBFP3ugt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"661.5\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./nSYMWuNXB.map", "// Generated by Framer (450d190)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/YJxTCPrT1UuwPGCbALhl/RAO0YwWjrHnevecweAOT/fiLEohzx4.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/uIdXfep0rxvoEhw92gnh/YGP0aYZBtewrGOZFLT8Q/kMtbd0gqm.js\";const enabledGestures={LhXtdhKLp:{hover:true},oIM5H72IJ:{hover:true}};const cycleOrder=[\"LhXtdhKLp\",\"AtkurxFk5\",\"oIM5H72IJ\"];const serializationHash=\"framer-iIbDO\";const variantClassNames={AtkurxFk5:\"framer-v-1nix6qi\",LhXtdhKLp:\"framer-v-181avgh\",oIM5H72IJ:\"framer-v-1qr7hmb\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Primary - Arrow\":\"oIM5H72IJ\",\"Primary - Small\":\"AtkurxFk5\",Primary:\"LhXtdhKLp\"};const getProps=({height,id,link,tap,text,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,fk9bpdXl7:(_ref=text!==null&&text!==void 0?text:props.fk9bpdXl7)!==null&&_ref!==void 0?_ref:\"Learn More\",Reu_qKAtU:tap!==null&&tap!==void 0?tap:props.Reu_qKAtU,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"LhXtdhKLp\",Z0AoMJEHa:link!==null&&link!==void 0?link:props.Z0AoMJEHa};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,fk9bpdXl7,Z0AoMJEHa,Reu_qKAtU,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"LhXtdhKLp\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1ktxm37=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(Reu_qKAtU){const res=await Reu_qKAtU(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"oIM5H72IJ-hover\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:Z0AoMJEHa,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-181avgh\",className,classNames)} framer-1yx21m9`,\"data-border\":true,\"data-framer-name\":\"Primary\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"LhXtdhKLp\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:onTap1ktxm37,onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(127, 127, 133)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:4e4,borderBottomRightRadius:4e4,borderTopLeftRadius:4e4,borderTopRightRadius:4e4,...style},variants:{\"LhXtdhKLp-hover\":{\"--border-color\":\"rgba(255, 64, 64, 0)\",backgroundColor:\"rgba(255, 64, 64, 0)\"},\"oIM5H72IJ-hover\":{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-124ad77d-b11e-41aa-9504-f51e7335298c, rgb(255, 64, 64))\",borderBottomLeftRadius:500,borderBottomRightRadius:500,borderTopLeftRadius:500,borderTopRightRadius:500}},...addPropertyOverrides({\"LhXtdhKLp-hover\":{\"data-framer-name\":undefined},\"oIM5H72IJ-hover\":{\"data-framer-name\":undefined},AtkurxFk5:{\"data-framer-name\":\"Primary - Small\"},oIM5H72IJ:{\"data-framer-name\":\"Primary - Arrow\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1vagcl7\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"ltIWT6jAu\",svg:'<svg width=\"24\" height=\"24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" color=\"#fff\" stroke-width=\"1.5\"><path d=\"M6.906 4.537A.6.6 0 0 0 6 5.053v13.894a.6.6 0 0 0 .906.516l11.723-6.947a.6.6 0 0 0 0-1.032L6.906 4.537Z\" fill=\"#fff\" stroke=\"#fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>',withExternalLayout:true,...addPropertyOverrides({\"oIM5H72IJ-hover\":{fill:'var(--token-df2c79de-db0d-4086-a9d3-d8c28e1145f1, rgb(255, 255, 255)) /* {\"name\":\"White\"} */'}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-is7x2r\",\"data-styles-preset\":\"kMtbd0gqm\",children:\"Learn More\"})}),className:\"framer-ooqhu3\",\"data-framer-name\":\"Learn More\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xAKhUst69\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:fk9bpdXl7,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({AtkurxFk5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-12ursy4\",\"data-styles-preset\":\"fiLEohzx4\",children:\"Learn More\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jvv9yq\",\"data-framer-name\":\"BG\",layoutDependency:layoutDependency,layoutId:\"N4ffo2pQz\",style:{backgroundColor:\"var(--token-124ad77d-b11e-41aa-9504-f51e7335298c, rgb(255, 64, 64))\",borderBottomLeftRadius:500,borderBottomRightRadius:500,borderTopLeftRadius:500,borderTopRightRadius:500}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-iIbDO.framer-1yx21m9, .framer-iIbDO .framer-1yx21m9 { display: block; }\",\".framer-iIbDO.framer-181avgh { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 32px 20px 32px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-iIbDO .framer-1vagcl7 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); position: relative; width: 20px; }\",\".framer-iIbDO .framer-ooqhu3 { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 2; }\",\".framer-iIbDO .framer-1jvv9yq { bottom: 0px; flex: none; height: 1px; left: 0px; overflow: hidden; position: absolute; width: 1px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-iIbDO.framer-181avgh { gap: 0px; } .framer-iIbDO.framer-181avgh > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-iIbDO.framer-181avgh > :first-child { margin-left: 0px; } .framer-iIbDO.framer-181avgh > :last-child { margin-right: 0px; } }\",\".framer-iIbDO.framer-v-1nix6qi.framer-181avgh { padding: 16px 32px 16px 32px; }\",\".framer-iIbDO.framer-v-181avgh.hover .framer-1jvv9yq { bottom: -75px; height: unset; left: -75px; right: -75px; top: -75px; width: unset; }\",\".framer-iIbDO.framer-v-1qr7hmb.hover .framer-1vagcl7 { order: 0; }\",\".framer-iIbDO.framer-v-1qr7hmb.hover .framer-ooqhu3 { order: 1; }\",\".framer-iIbDO.framer-v-1qr7hmb.hover .framer-1jvv9yq { bottom: -75px; height: unset; left: -75px; order: 2; right: -75px; top: -75px; width: unset; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-iIbDO[data-border=\"true\"]::after, .framer-iIbDO [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 60\n * @framerIntrinsicWidth 171\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"AtkurxFk5\":{\"layout\":[\"auto\",\"auto\"]},\"oIM5H72IJ\":{\"layout\":[\"auto\",\"auto\"]},\"EQe5qtuvA\":{\"layout\":[\"auto\",\"auto\"]},\"IARpKyleT\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"fk9bpdXl7\":\"text\",\"Z0AoMJEHa\":\"link\",\"Reu_qKAtU\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerpsG21Ba8i=withCSS(Component,css,\"framer-iIbDO\");export default FramerpsG21Ba8i;FramerpsG21Ba8i.displayName=\"Button / Outline\";FramerpsG21Ba8i.defaultProps={height:60,width:171};addPropertyControls(FramerpsG21Ba8i,{variant:{options:[\"LhXtdhKLp\",\"AtkurxFk5\",\"oIM5H72IJ\"],optionTitles:[\"Primary\",\"Primary - Small\",\"Primary - Arrow\"],title:\"Variant\",type:ControlType.Enum},fk9bpdXl7:{defaultValue:\"Learn More\",displayTextArea:false,title:\"Text\",type:ControlType.String},Z0AoMJEHa:{title:\"Link\",type:ControlType.Link},Reu_qKAtU:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerpsG21Ba8i,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerpsG21Ba8i\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"AtkurxFk5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"oIM5H72IJ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"EQe5qtuvA\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"IARpKyleT\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"fk9bpdXl7\\\":\\\"text\\\",\\\"Z0AoMJEHa\\\":\\\"link\\\",\\\"Reu_qKAtU\\\":\\\"tap\\\"}\",\"framerIntrinsicHeight\":\"60\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"171\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./psG21Ba8i.map", "// Generated by Framer (33d5032)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/cTKpmZq14IuLEUZcKlKf/8MvZhVNkK2igBiGsCz2T/cVk5ET9in.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/8zPSvN0WbT7qSAulRN9l/7P0Y4uDxSZy5kpxNOREE/k98EebPaG.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/uIdXfep0rxvoEhw92gnh/YGP0aYZBtewrGOZFLT8Q/kMtbd0gqm.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/97ow9tHCBxEOy1eujFDF/qTOsgxMEnuFKPIa82aUQ/wzPPvUYvC.js\";const enabledGestures={ZUaz4dwRB:{hover:true}};const cycleOrder=[\"ZUaz4dwRB\",\"t8BGD2N57\"];const serializationHash=\"framer-4GxWc\";const variantClassNames={t8BGD2N57:\"framer-v-9bv8y7\",ZUaz4dwRB:\"framer-v-6g9ugv\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableEnumMap={Insight:\"M45u2KqXn\",Paymant:\"EGZaPZ3DH\",Security:\"xtdRdRy9V\",Support:\"QgoqGCNmA\"};const humanReadableVariantMap={\"Variant 1\":\"ZUaz4dwRB\",Small:\"t8BGD2N57\"};const getProps=({height,icon,id,text,title,width,...props})=>{var _ref,_ref1,_humanReadableEnumMap_icon,_ref2,_ref3,_humanReadableVariantMap_props_variant,_ref4;return{...props,aVGxSnzVp:(_ref=text!==null&&text!==void 0?text:props.aVGxSnzVp)!==null&&_ref!==void 0?_ref:\"Our secure payment gateway integrates seamlessly with your existing systems.\",L1Hnn_CpI:(_ref1=title!==null&&title!==void 0?title:props.L1Hnn_CpI)!==null&&_ref1!==void 0?_ref1:\"Payment methods\",Pj5DdHvaD:(_ref3=(_ref2=(_humanReadableEnumMap_icon=humanReadableEnumMap[icon])!==null&&_humanReadableEnumMap_icon!==void 0?_humanReadableEnumMap_icon:icon)!==null&&_ref2!==void 0?_ref2:props.Pj5DdHvaD)!==null&&_ref3!==void 0?_ref3:\"EGZaPZ3DH\",variant:(_ref4=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref4!==void 0?_ref4:\"ZUaz4dwRB\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,Pj5DdHvaD,L1Hnn_CpI,aVGxSnzVp,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ZUaz4dwRB\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const visible=equals(Pj5DdHvaD,\"EGZaPZ3DH\");const visible1=equals(Pj5DdHvaD,\"M45u2KqXn\");const visible2=equals(Pj5DdHvaD,\"xtdRdRy9V\");const visible3=equals(Pj5DdHvaD,\"QgoqGCNmA\");const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-6g9ugv\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"ZUaz4dwRB\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-fb0ba252-e574-4615-bcca-6ae6cf92a2f4, rgb(25, 25, 26))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"linear-gradient(129.90389387738415deg, rgba(25, 25, 26, 0.800000011920929) 0%, rgba(25, 25, 26, 0.4000000059604645) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},...addPropertyOverrides({\"ZUaz4dwRB-hover\":{\"data-framer-name\":undefined},t8BGD2N57:{\"data-framer-name\":\"Small\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bcfnfp\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"vCY_wtAzY\",style:{background:\"linear-gradient(180deg, rgba(39, 39, 41, 1) 0%, rgba(25, 25, 26, 1) 100%)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12},children:[visible&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1y423o6\",\"data-framer-name\":\"Payment\",fill:\"black\",intrinsicHeight:26,intrinsicWidth:30,layoutDependency:layoutDependency,layoutId:\"gZNgxknKx\",svg:'<svg width=\"30\" height=\"26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g stroke=\"#fff\"><path d=\"M17.666 21.667s1.334 0 2.667 2.666c0 0 4.236-6.666 8-8\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.333 12.334h-.012\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.666 23H13c-5.012 0-7.517 0-9.19-1.321a5.838 5.838 0 0 1-.74-.696c-1.403-1.575-1.403-3.933-1.403-8.65 0-4.716 0-7.075 1.403-8.65.225-.25.472-.484.74-.695C5.483 1.667 7.988 1.667 13 1.667h4c5.011 0 7.517 0 9.19 1.32.267.212.515.445.74.697 1.264 1.419 1.39 3.473 1.402 7.316v.667\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18.333 12.333a3.333 3.333 0 1 1-6.667 0 3.333 3.333 0 0 1 6.667 0Z\" stroke-width=\"2\"/></g></svg>',withExternalLayout:true}),visible1&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1yqqbmp\",\"data-framer-name\":\"Insight\",fill:\"black\",intrinsicHeight:28,intrinsicWidth:28,layoutDependency:layoutDependency,layoutId:\"XCnU1Bx0e\",svg:'<svg width=\"28\" height=\"28\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g stroke=\"#fff\" stroke-width=\"2\"><path d=\"M6.667 21.333v-4m6.667 4v-12m6.666 12V16\" stroke-linecap=\"round\"/><path d=\"M26.667 5.333a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z\"/><path d=\"M26.66 12.667s.007.452.007 1.333c0 5.971 0 8.957-1.855 10.812-1.855 1.855-4.84 1.855-10.812 1.855-5.971 0-8.957 0-10.812-1.855C1.333 22.957 1.333 19.972 1.333 14c0-5.971 0-8.957 1.855-10.812C5.043 1.333 8.03 1.333 14 1.333h1.334\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></g></svg>',withExternalLayout:true}),visible2&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1niku61\",\"data-framer-name\":\"Security\",fill:\"black\",intrinsicHeight:30,intrinsicWidth:28,layoutDependency:layoutDependency,layoutId:\"uVLd6YAKM\",svg:'<svg width=\"28\" height=\"30\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M13.998 1.667c-4.01 0-6.61 2.692-9.686 3.673-1.25.399-1.876.598-2.129.88-.253.28-.327.692-.475 1.514-1.586 8.794 1.88 16.925 10.146 20.09.888.34 1.332.51 2.148.51.816 0 1.26-.17 2.148-.51 8.266-3.165 11.728-11.296 10.142-20.09-.148-.822-.222-1.233-.475-1.515-.253-.28-.879-.48-2.129-.879-3.076-.981-5.68-3.673-9.69-3.673Z\"/><path d=\"M10 16.333s1.333 0 2.667 2.667c0 0 4.235-6.667 8-8\"/></g></svg>',withExternalLayout:true}),visible3&&/*#__PURE__*/_jsx(SVG,{className:\"framer-mrduf1\",\"data-framer-name\":\"Support\",fill:\"black\",intrinsicHeight:26,intrinsicWidth:30,layoutDependency:layoutDependency,layoutId:\"UHgmodi_u\",svg:'<svg width=\"30\" height=\"26\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g stroke=\"#fff\" stroke-width=\"2\"><path d=\"M21.666 11.406c0-.46 0-.691.07-.897.201-.596.733-.828 1.265-1.07.599-.273.898-.41 1.195-.433.336-.028.673.045.961.206.382.214.648.621.92.952 1.258 1.528 1.887 2.292 2.117 3.134a3.91 3.91 0 0 1 0 2.07c-.336 1.23-1.396 2.26-2.181 3.213-.402.487-.602.731-.856.873a1.692 1.692 0 0 1-.961.207c-.297-.024-.596-.16-1.195-.433-.532-.242-1.064-.474-1.265-1.07-.07-.206-.07-.436-.07-.897v-5.855Zm-13.333 0c0-.58-.016-1.102-.485-1.51-.171-.148-.397-.251-.85-.458-.598-.272-.898-.408-1.194-.432-.89-.072-1.368.535-1.881 1.158-1.258 1.528-1.887 2.292-2.117 3.134a3.917 3.917 0 0 0 0 2.07c.335 1.23 1.396 2.26 2.18 3.213.495.6.968 1.149 1.818 1.08.296-.024.596-.16 1.194-.433.453-.206.679-.309.85-.457.469-.408.485-.93.485-1.51v-5.855Z\"/><path d=\"M5.667 9c0-4.418 4.178-8 9.333-8 5.154 0 9.333 3.582 9.333 8\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M24.333 19.667v1.066C24.333 23.09 21.945 25 19 25h-2.667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></g></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bbh4eb\",\"data-framer-name\":\"text\",layoutDependency:layoutDependency,layoutId:\"I6b6BydhH\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ykrf70\",\"data-framer-name\":\"Ellipse \",layoutDependency:layoutDependency,layoutId:\"UVYrq_UzX\",style:{background:\"linear-gradient(254.4129087138887deg, rgba(27, 47, 247, 0.8) 0%, rgba(247, 27, 27, 0.8) 100%)\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\",filter:\"blur(150px)\",opacity:0,rotate:-40,WebkitFilter:\"blur(150px)\"},variants:{\"ZUaz4dwRB-hover\":{background:\"linear-gradient(254.4129087138887deg, rgba(0, 0, 0, 0.8) 0%, rgba(247, 27, 27, 0.8) 100%)\",opacity:.8},t8BGD2N57:{background:\"linear-gradient(254.4129087138887deg, rgba(0, 0, 0, 0.8) 0%, rgba(247, 27, 27, 0.8) 100%)\",opacity:.8}}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-1jpm1s3\",\"data-styles-preset\":\"wzPPvUYvC\",children:\"Payment methods\"})}),className:\"framer-1t2xpt0\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rhnOa4wb8\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:L1Hnn_CpI,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({t8BGD2N57:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-is7x2r\",\"data-styles-preset\":\"kMtbd0gqm\",children:\"Payment methods\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-wugsxt\",\"data-styles-preset\":\"cVk5ET9in\",children:\"Our secure payment gateway integrates seamlessly with your existing systems.\"})}),className:\"framer-ctmccp\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"us6f7yu3M\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:aVGxSnzVp,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({t8BGD2N57:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-pzfrbd\",\"data-styles-preset\":\"k98EebPaG\",children:\"Our secure payment gateway integrates seamlessly with your existing systems.\"})})}},baseVariant,gestureVariant)})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-4GxWc.framer-gujlzc, .framer-4GxWc .framer-gujlzc { display: block; }\",\".framer-4GxWc.framer-6g9ugv { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 32px; position: relative; width: 389px; will-change: var(--framer-will-change-override, transform); }\",\".framer-4GxWc .framer-bcfnfp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 14px; position: relative; width: min-content; }\",\".framer-4GxWc .framer-1y423o6, .framer-4GxWc .framer-mrduf1 { aspect-ratio: 1.1538461538461537 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 26px); position: relative; width: 30px; }\",\".framer-4GxWc .framer-1yqqbmp { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 28px); position: relative; width: 28px; }\",\".framer-4GxWc .framer-1niku61 { aspect-ratio: 0.9333333333333333 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); position: relative; width: 28px; }\",\".framer-4GxWc .framer-bbh4eb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-4GxWc .framer-1ykrf70 { bottom: -252px; flex: none; height: 411px; position: absolute; right: -218px; width: 328px; z-index: 1; }\",\".framer-4GxWc .framer-1t2xpt0, .framer-4GxWc .framer-ctmccp { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-4GxWc.framer-6g9ugv, .framer-4GxWc .framer-bcfnfp, .framer-4GxWc .framer-bbh4eb { gap: 0px; } .framer-4GxWc.framer-6g9ugv > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-4GxWc.framer-6g9ugv > :first-child, .framer-4GxWc .framer-bbh4eb > :first-child { margin-top: 0px; } .framer-4GxWc.framer-6g9ugv > :last-child, .framer-4GxWc .framer-bbh4eb > :last-child { margin-bottom: 0px; } .framer-4GxWc .framer-bcfnfp > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-4GxWc .framer-bcfnfp > :first-child { margin-left: 0px; } .framer-4GxWc .framer-bcfnfp > :last-child { margin-right: 0px; } .framer-4GxWc .framer-bbh4eb > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-4GxWc.framer-v-9bv8y7.framer-6g9ugv { cursor: unset; gap: 20px; padding: 26px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-4GxWc.framer-v-9bv8y7.framer-6g9ugv { gap: 0px; } .framer-4GxWc.framer-v-9bv8y7.framer-6g9ugv > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-4GxWc.framer-v-9bv8y7.framer-6g9ugv > :first-child { margin-top: 0px; } .framer-4GxWc.framer-v-9bv8y7.framer-6g9ugv > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-4GxWc[data-border=\"true\"]::after, .framer-4GxWc [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 291\n * @framerIntrinsicWidth 389\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"t8BGD2N57\":{\"layout\":[\"fixed\",\"auto\"]},\"YkE2L8mBD\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"Pj5DdHvaD\":\"icon\",\"L1Hnn_CpI\":\"title\",\"aVGxSnzVp\":\"text\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerZbzGjMI6_=withCSS(Component,css,\"framer-4GxWc\");export default FramerZbzGjMI6_;FramerZbzGjMI6_.displayName=\"Card / Service Card 2\";FramerZbzGjMI6_.defaultProps={height:291,width:389};addPropertyControls(FramerZbzGjMI6_,{variant:{options:[\"ZUaz4dwRB\",\"t8BGD2N57\"],optionTitles:[\"Variant 1\",\"Small\"],title:\"Variant\",type:ControlType.Enum},Pj5DdHvaD:{defaultValue:\"EGZaPZ3DH\",options:[\"EGZaPZ3DH\",\"M45u2KqXn\",\"xtdRdRy9V\",\"QgoqGCNmA\"],optionTitles:[\"Paymant\",\"Insight\",\"Security\",\"Support\"],title:\"Icon\",type:ControlType.Enum},L1Hnn_CpI:{defaultValue:\"Payment methods\",displayTextArea:false,title:\"Title\",type:ControlType.String},aVGxSnzVp:{defaultValue:\"Our secure payment gateway integrates seamlessly with your existing systems.\",displayTextArea:false,title:\"Text\",type:ControlType.String}});addFonts(FramerZbzGjMI6_,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZbzGjMI6_\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"291\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"389\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"Pj5DdHvaD\\\":\\\"icon\\\",\\\"L1Hnn_CpI\\\":\\\"title\\\",\\\"aVGxSnzVp\\\":\\\"text\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"t8BGD2N57\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YkE2L8mBD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ZbzGjMI6_.map", "// Generated by Framer (99bc0fd)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useOverlayState,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import Vimeo from\"https://framerusercontent.com/modules/0sWquksFr1YDkaIgrl9Z/VgWe6mCMJOseqaLiMnaC/Vimeo.js\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/IZ0vSV62Dv7ax4rBiGUk/Video.js\";import CardTestimonial from\"#framer/local/canvasComponent/bo_CmL8mG/bo_CmL8mG.js\";import PrimaryHeader from\"#framer/local/canvasComponent/jL9QqK1XE/jL9QqK1XE.js\";import BrandTicker2 from\"#framer/local/canvasComponent/KTTurNWNt/KTTurNWNt.js\";import SectionCTA02 from\"#framer/local/canvasComponent/nSYMWuNXB/nSYMWuNXB.js\";import ButtonOutline from\"#framer/local/canvasComponent/psG21Ba8i/psG21Ba8i.js\";import AccordionStack from\"#framer/local/canvasComponent/UOddajJb3/UOddajJb3.js\";import Ticker from\"#framer/local/canvasComponent/WAatggtAp/WAatggtAp.js\";import Footer from\"#framer/local/canvasComponent/yZa7_k32y/yZa7_k32y.js\";import ButtonFill from\"#framer/local/canvasComponent/zBCVkFhfJ/zBCVkFhfJ.js\";import CardServiceCard2 from\"#framer/local/canvasComponent/ZbzGjMI6_/ZbzGjMI6_.js\";import*as sharedStyle6 from\"#framer/local/css/cVk5ET9in/cVk5ET9in.js\";import*as sharedStyle2 from\"#framer/local/css/grpgVfhrb/grpgVfhrb.js\";import*as sharedStyle7 from\"#framer/local/css/k98EebPaG/k98EebPaG.js\";import*as sharedStyle5 from\"#framer/local/css/Ktk818APq/Ktk818APq.js\";import*as sharedStyle4 from\"#framer/local/css/oAw3ifNo7/oAw3ifNo7.js\";import*as sharedStyle from\"#framer/local/css/OtViPnMT_/OtViPnMT_.js\";import*as sharedStyle3 from\"#framer/local/css/TK9ZbOLYN/TK9ZbOLYN.js\";import*as sharedStyle1 from\"#framer/local/css/wzPPvUYvC/wzPPvUYvC.js\";import metadataProvider from\"#framer/local/webPageMetadata/ljh9JJhDT/ljh9JJhDT.js\";const PrimaryHeaderFonts=getFonts(PrimaryHeader);const PrimaryHeaderWithVariantAppearEffect=withVariantAppearEffect(PrimaryHeader);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const ButtonFillFonts=getFonts(ButtonFill);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const ButtonOutlineFonts=getFonts(ButtonOutline);const FeatherFonts=getFonts(Feather);const VideoFonts=getFonts(Video);const VimeoFonts=getFonts(Vimeo);const ImageWithOptimizedAppearEffect=withOptimizedAppearEffect(Image);const BrandTicker2Fonts=getFonts(BrandTicker2);const RichTextWithFX=withFX(RichText);const CardServiceCard2Fonts=getFonts(CardServiceCard2);const ContainerWithFX=withFX(Container);const ImageWithFX=withFX(Image);const CardTestimonialFonts=getFonts(CardTestimonial);const TickerFonts=getFonts(Ticker);const AccordionStackFonts=getFonts(AccordionStack);const SectionCTA02Fonts=getFonts(SectionCTA02);const FooterFonts=getFonts(Footer);const breakpoints={H_xIB1Hzl:\"(max-width: 767px)\",HPKvr9Ine:\"(min-width: 768px) and (max-width: 991px)\",ne6JzwESK:\"(min-width: 992px) and (max-width: 1439px)\",VPdOxTQeP:\"(min-width: 1440px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-A49LZ\";const variantClassNames={H_xIB1Hzl:\"framer-v-1lqelmm\",HPKvr9Ine:\"framer-v-1ic8ei2\",ne6JzwESK:\"framer-v-q9yb5x\",VPdOxTQeP:\"framer-v-1cx46k1\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition1={damping:60,delay:0,mass:1.2,stiffness:200,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const transition2={damping:60,delay:.2,mass:1.2,stiffness:200,type:\"spring\"};const animation2={opacity:.8,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const transition3={damping:60,delay:.4,mass:1.2,stiffness:200,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const transition4={damping:60,delay:.6,mass:1.2,stiffness:200,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation6={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.4,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const transition5={damping:60,delay:0,mass:1.2,stiffness:300,type:\"spring\"};const transition6={damping:60,delay:.2,mass:1.2,stiffness:300,type:\"spring\"};const transition7={damping:60,delay:.4,mass:1.2,stiffness:300,type:\"spring\"};const transition8={damping:60,delay:.6,mass:1.2,stiffness:300,type:\"spring\"};const transition9={damping:60,delay:.3,mass:1.2,stiffness:300,type:\"spring\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition10={damping:60,delay:.1,mass:1.2,stiffness:300,type:\"spring\"};const metadata=metadataProvider();const humanReadableVariantMap={\"Large Desktop\":\"VPdOxTQeP\",Desktop:\"ne6JzwESK\",Phone:\"H_xIB1Hzl\",Tablet:\"HPKvr9Ine\"};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:\"VPdOxTQeP\"};};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-A49LZ`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-A49LZ`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const Reu_qKAtUwelu7j=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const onClick1wvko5h=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.hide();});const ref1=React.useRef(null);const ref2=React.useRef(null);const elementId=useRouteElementId(\"yK5oVcHLC\");const ref3=React.useRef(null);const elementId1=useRouteElementId(\"qq87KqstU\");const isDisplayed=()=>{if(!isBrowser())return true;if([\"HPKvr9Ine\",\"H_xIB1Hzl\"].includes(baseVariant))return false;return true;};const router=useRouter();const isDisplayed1=()=>{if(!isBrowser())return true;if([\"HPKvr9Ine\",\"H_xIB1Hzl\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"VPdOxTQeP\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1cx46k1\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:89,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{transformTemplate:undefined}},children:/*#__PURE__*/_jsx(Container,{className:\"framer-164tr53-container\",layoutScroll:true,transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{__framer__variantAppearEffectEnabled:undefined,variant:\"VWEnBP1Qh\"},HPKvr9Ine:{__framer__variantAppearEffectEnabled:undefined,variant:\"JLW0_0n52\"},ne6JzwESK:{__framer__targets:undefined,variant:\"A_egjvTbd\"}},children:/*#__PURE__*/_jsx(PrimaryHeaderWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref2,target:\"tfNzhJKUH\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"H4EPLyQdc\",layoutId:\"H4EPLyQdc\",style:{width:\"100%\"},variant:\"TE5hWUc71\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-zz6o4b\",\"data-framer-name\":\"Hero Section\",name:\"Hero Section\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1374ti5\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i774hl\",\"data-framer-name\":\"Hero Stack\",name:\"Hero Stack\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kfella\",\"data-framer-name\":\"Hero Texts Block\",name:\"Hero Texts Block\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13sw53e\",\"data-framer-name\":\"Hero Heading Texts\",id:elementId,name:\"Hero Heading Texts\",ref:ref3,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.0234375em\",\"--framer-line-height\":\"112%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Easy Job Management, Anytime, Anywhere\"})})},HPKvr9Ine:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"57px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.025em\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Easy Job Management, Anytime, Anywhere\"})})},ne6JzwESK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"45px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.025em\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Easy Job Management, Anytime, Anywhere\"})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"57px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.025em\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Easy Job Management, Anytime, Anywhere\"})}),className:\"framer-f80xbt\",\"data-framer-appear-id\":\"f80xbt\",\"data-framer-name\":\"Title\",fonts:[\"GF;Plus Jakarta Sans-700\"],initial:animation1,name:\"Title\",optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"145%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-273cfcb2-f821-4c75-b2c4-5a27c20493a7, rgb(206, 206, 206))\"},children:\"Simplify scheduling, client management, and invoicing with our straightforward platform and personalised help\u2014so you can work effortlessly from anywhere.\"})}),fonts:[\"GF;Plus Jakarta Sans-regular\"]},HPKvr9Ine:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"165%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-273cfcb2-f821-4c75-b2c4-5a27c20493a7, rgb(206, 206, 206))\"},children:\"Simplify scheduling, client management, and invoicing with our straightforward platform and personalised help\u2014so you can work effortlessly from anywhere.\"})}),fonts:[\"GF;Plus Jakarta Sans-regular\"]},ne6JzwESK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"165%\",\"--framer-text-color\":\"var(--token-273cfcb2-f821-4c75-b2c4-5a27c20493a7, rgb(206, 206, 206))\"},children:\"Simplify scheduling, client management, and invoicing with our straightforward platform and personalised help\u2014so you can work effortlessly from anywhere.\"})}),fonts:[\"GF;Plus Jakarta Sans-regular\"]}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation2,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-oyrpi5\",\"data-styles-preset\":\"OtViPnMT_\",children:\"Simplify scheduling, client management, and invoicing with our straightforward platform and personalised help\u2014so you can work effortlessly from anywhere.\"})}),className:\"framer-1k0rjph\",\"data-framer-appear-id\":\"1k0rjph\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],initial:animation1,name:\"Paragraph\",optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vcbrs3\",\"data-framer-name\":\"Hero Button Stack\",name:\"Hero Button Stack\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{y:372.45},HPKvr9Ine:{y:469.7},ne6JzwESK:{y:559.75}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,y:632.3499999999999,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation3,className:\"framer-1yn0q7t-container\",\"data-framer-appear-id\":\"1yn0q7t\",initial:animation1,optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{variant:\"FrRf7v1fX\"},HPKvr9Ine:{variant:\"FrRf7v1fX\"}},children:/*#__PURE__*/_jsx(ButtonFill,{A76KHGd17:\"https://bookademo.baseapp.com.au/\",height:\"100%\",id:\"ejUONEqD7\",layoutId:\"ejUONEqD7\",LndcVBbWA:\"Get in Touch\",variant:\"aR1U3aMTq\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{y:452.45},HPKvr9Ine:{y:469.7},ne6JzwESK:{y:559.75}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,y:632.3499999999999,children:/*#__PURE__*/_jsxs(ContainerWithOptimizedAppearEffect,{animate:animation4,className:\"framer-9u8oar-container\",\"data-framer-appear-id\":\"9u8oar\",id:\"9u8oar\",initial:animation1,optimized:true,style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{style:{width:\"100%\"},variant:\"AtkurxFk5\"},HPKvr9Ine:{variant:\"AtkurxFk5\"}},children:/*#__PURE__*/_jsx(ButtonOutline,{fk9bpdXl7:\"Watch Video\",height:\"100%\",id:\"WbVZkxtuc\",layoutId:\"WbVZkxtuc\",Reu_qKAtU:Reu_qKAtUwelu7j({overlay}),variant:\"LhXtdhKLp\",width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-o8jn6l\",\"data-framer-portal-id\":\"9u8oar\",exit:{opacity:0,transition:{delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"MbwXeXVaS\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-h1twbh-container\",\"data-framer-portal-id\":\"9u8oar\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-699c93d3-017a-4de6-9a72-000b574d587f, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"x\",id:\"Imxofp4vu\",layoutId:\"Imxofp4vu\",mirrored:false,onClick:onClick1wvko5h({overlay}),selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-lh4qc5-container\",\"data-framer-portal-id\":\"9u8oar\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"FRRrIrw4X\",isMixedBorderRadius:false,layoutId:\"FRRrIrw4X\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcType:\"URL\",srcUrl:\"https://vimeo.com/894314075\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-65x0zv-container\",\"data-framer-portal-id\":\"9u8oar\",children:/*#__PURE__*/_jsx(Vimeo,{autoplay:true,backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:true,height:\"100%\",id:\"K2gBW6sJq\",isMixedBorderRadius:false,layoutId:\"K2gBW6sJq\",loop:false,mute:false,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,video:\"https://vimeo.com/894314075\",width:\"100%\"})})})]}),document.querySelector(\"#overlay\"))})})]})})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1024,intrinsicWidth:999,loading:getLoadingLazyAtYPosition(542.45),pixelHeight:1024,pixelWidth:999,positionX:\"center\",positionY:\"center\",sizes:\"min(min(max(min(max(100vw, 1px), 524px) - 48px, 1px), 400px) * 0.8012, 274px)\",src:\"https://framerusercontent.com/images/sgyhqWCQ5t5hqbfKJqUbHbHIx6I.png\",srcSet:\"https://framerusercontent.com/images/sgyhqWCQ5t5hqbfKJqUbHbHIx6I.png 999w\"}},HPKvr9Ine:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1024,intrinsicWidth:999,loading:getLoadingLazyAtYPosition(629.7),pixelHeight:1024,pixelWidth:999,positionX:\"center\",positionY:\"center\",sizes:\"calc(max(min(max(100vw, 1px), 720px) - 48px, 1px) * 0.4769)\",src:\"https://framerusercontent.com/images/sgyhqWCQ5t5hqbfKJqUbHbHIx6I.png\",srcSet:\"https://framerusercontent.com/images/sgyhqWCQ5t5hqbfKJqUbHbHIx6I.png 999w\"}},ne6JzwESK:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1024,intrinsicWidth:999,loading:getLoadingLazyAtYPosition(100),pixelHeight:1024,pixelWidth:999,positionX:\"center\",positionY:\"center\",sizes:\"calc(max(min(max(100vw, 1px), 1000px) - 60px, 1px) * 0.45)\",src:\"https://framerusercontent.com/images/sgyhqWCQ5t5hqbfKJqUbHbHIx6I.png\",srcSet:\"https://framerusercontent.com/images/sgyhqWCQ5t5hqbfKJqUbHbHIx6I.png 999w\"}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation5,background:{alt:\"\",fit:\"fit\",intrinsicHeight:1024,intrinsicWidth:999,loading:getLoadingLazyAtYPosition(100),pixelHeight:1024,pixelWidth:999,positionX:\"center\",positionY:\"center\",sizes:\"calc(max(min(max(100vw, 1px), 1356px) - 60px, 1px) * 0.4769)\",src:\"https://framerusercontent.com/images/sgyhqWCQ5t5hqbfKJqUbHbHIx6I.png\",srcSet:\"https://framerusercontent.com/images/sgyhqWCQ5t5hqbfKJqUbHbHIx6I.png 999w\"},className:\"framer-18en2us\",\"data-framer-appear-id\":\"18en2us\",\"data-framer-name\":\"Image\",initial:animation6,name:\"Image\",optimized:true,style:{transformPerspective:1200}})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-96ckj2\",\"data-framer-name\":\"Brand Section\",id:elementId1,name:\"Brand Section\",ref:ref2,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-djugrv\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13knnqx\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-o7h3u5\",\"data-styles-preset\":\"grpgVfhrb\",style:{\"--framer-text-alignment\":\"center\"},children:\"Trusted by local Australian businesses\"})})},HPKvr9Ine:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1jpm1s3\",\"data-styles-preset\":\"wzPPvUYvC\",style:{\"--framer-text-alignment\":\"center\"},children:\"Trusted by local Australian businesses\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1jpm1s3\",\"data-styles-preset\":\"wzPPvUYvC\",children:\"Trusted by local Australian businesses\"})}),className:\"framer-1gujct0\",\"data-framer-name\":\"Trusted by 295+ brands around the world\",fonts:[\"Inter\"],name:\"Trusted by 295+ brands around the world\",verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-epjv4r hidden-1ic8ei2 hidden-1lqelmm\"})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{height:101,width:\"calc(100vw - 48px)\",y:1472.13},HPKvr9Ine:{height:119,width:\"max((min(100vw, 720px) - 58px) / 2, 1px)\",y:1517.7},ne6JzwESK:{height:75.84,width:\"calc(min(max(100vw, 1px), 1000px) * 0.5333)\",y:869.1389010989011}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:275.84000000000003,width:\"calc(min(max(100vw, 1px), 1356px) * 0.6895)\",y:868,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1p2vgn6-container\",children:/*#__PURE__*/_jsx(BrandTicker2,{height:\"100%\",id:\"qIuwz1hii\",layoutId:\"qIuwz1hii\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-z307bv\",\"data-framer-name\":\"Service Section\",name:\"Service Section\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-12bctga\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bja5ep\",\"data-framer-name\":\"Service Content Stack\",name:\"Service Content Stack\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-loyrpd\",\"data-framer-name\":\"Section Title Stack\",name:\"Section Title Stack\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-kbel33\",\"data-styles-preset\":\"TK9ZbOLYN\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Streamline your workday, simplify your success\"})})}),fonts:[\"Inter\",\"Inter-Bold\"]},HPKvr9Ine:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.0192308em\",\"--framer-line-height\":\"116%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-df2c79de-db0d-4086-a9d3-d8c28e1145f1, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Streamline your workday, simplify your success\"})})})},ne6JzwESK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.0192308em\",\"--framer-line-height\":\"116%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-df2c79de-db0d-4086-a9d3-d8c28e1145f1, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Streamline your workday, simplify your success\"})})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7UGx1cyBKYWthcnRhIFNhbnMtNzAw\",\"--framer-font-family\":'\"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.0192308em\",\"--framer-line-height\":\"116%\",\"--framer-text-color\":\"var(--token-df2c79de-db0d-4086-a9d3-d8c28e1145f1, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Streamline your workday, simplify your success\"})})}),className:\"framer-1ldntuy\",\"data-framer-name\":\"Title\",fonts:[\"GF;Plus Jakarta Sans-700\",\"GF;Plus Jakarta Sans-800\"],name:\"Title\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-accxbh\",\"data-styles-preset\":\"oAw3ifNo7\",style:{\"--framer-text-alignment\":\"center\"},children:\"Master your projects and finances with BASEAPP, our all-in-one platform tailored to enhance efficiency and profitability for tradespeople.\"})})},HPKvr9Ine:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-accxbh\",\"data-styles-preset\":\"oAw3ifNo7\",style:{\"--framer-text-alignment\":\"center\"},children:\"Master your projects and finances with BASEAPP, our all-in-one platform tailored to enhance efficiency and profitability for tradespeople.\"})})},ne6JzwESK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-accxbh\",\"data-styles-preset\":\"oAw3ifNo7\",style:{\"--framer-text-alignment\":\"center\"},children:\"Master your projects and finances with BASEAPP, our all-in-one platform tailored to enhance efficiency and profitability for tradespeople.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:.8,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-accxbh\",\"data-styles-preset\":\"oAw3ifNo7\",style:{\"--framer-text-alignment\":\"left\"},children:\"Master your projects and finances with BASEAPP, our all-in-one platform tailored to enhance efficiency and profitability for tradespeople.\"})}),className:\"framer-ubpnab\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],name:\"Paragraph\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pbopue\",\"data-framer-name\":\"Content Stack Inner\",name:\"Content Stack Inner\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pmwvq7\",\"data-framer-name\":\"Service Card Stack\",name:\"Service Card Stack\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{width:\"min(min(max(min(max(100vw, 1px), 524px) - 48px, 1px), 400px), 824px)\",y:1926.8100000000002},HPKvr9Ine:{width:\"max((min(max(min(max(100vw, 1px), 720px) - 48px, 1px), 824px) - 20px) / 2, 200px)\",y:2051.63},ne6JzwESK:{width:\"max((min(max(max(min(max(100vw, 1px), 1000px) - 60px, 1px) * 0.5998 - 24px, 1px), 824px) - 20px) / 2, 200px)\",y:1437.52}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,width:\"max((min(max(max(min(max(100vw, 1px), 1356px) - 60px, 1px) / 1.541 - 24px, 1px), 824px) - 20px) / 2, 200px)\",y:1463.84,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-4hixms-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{variant:\"t8BGD2N57\"},HPKvr9Ine:{aVGxSnzVp:\"Keep track of important client details at the office or on-site, accessible from any device anywhere anytime.\"},ne6JzwESK:{aVGxSnzVp:\"Keep track of important client and contractor details at the office or on-site, accessible from any device anytime.\",variant:\"t8BGD2N57\"}},children:/*#__PURE__*/_jsx(CardServiceCard2,{aVGxSnzVp:\"Keep track of important client details at the office or on-site, accessible from any device.\",height:\"100%\",id:\"fj27qLEAd\",L1Hnn_CpI:\"Contractor Management\",layoutId:\"fj27qLEAd\",Pj5DdHvaD:\"EGZaPZ3DH\",style:{width:\"100%\"},variant:\"ZUaz4dwRB\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{width:\"min(min(max(min(max(100vw, 1px), 524px) - 48px, 1px), 400px), 824px)\",y:2237.8100000000004},HPKvr9Ine:{width:\"max((min(max(min(max(100vw, 1px), 720px) - 48px, 1px), 824px) - 20px) / 2, 200px)\",y:2051.63},ne6JzwESK:{width:\"max((min(max(max(min(max(100vw, 1px), 1000px) - 60px, 1px) * 0.5998 - 24px, 1px), 824px) - 20px) / 2, 200px)\",y:1437.52}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,width:\"max((min(max(max(min(max(100vw, 1px), 1356px) - 60px, 1px) / 1.541 - 24px, 1px), 824px) - 20px) / 2, 200px)\",y:1463.84,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1sbq5s3-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{variant:\"t8BGD2N57\"},ne6JzwESK:{variant:\"t8BGD2N57\"}},children:/*#__PURE__*/_jsx(CardServiceCard2,{aVGxSnzVp:\"Efficiently manage billing and scheduling from your computer or mobile, ensuring seamless operations.\",height:\"100%\",id:\"FfduMvpQe\",L1Hnn_CpI:\"Invoicing & Scheduling\",layoutId:\"FfduMvpQe\",Pj5DdHvaD:\"M45u2KqXn\",style:{width:\"100%\"},variant:\"ZUaz4dwRB\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{width:\"min(min(max(min(max(100vw, 1px), 524px) - 48px, 1px), 400px), 824px)\",y:2548.8100000000004},HPKvr9Ine:{width:\"max((min(max(min(max(100vw, 1px), 720px) - 48px, 1px), 824px) - 20px) / 2, 200px)\",y:2362.63},ne6JzwESK:{width:\"max((min(max(max(min(max(100vw, 1px), 1000px) - 60px, 1px) * 0.5998 - 24px, 1px), 824px) - 20px) / 2, 200px)\",y:1748.52}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,width:\"max((min(max(max(min(max(100vw, 1px), 1356px) - 60px, 1px) / 1.541 - 24px, 1px), 824px) - 20px) / 2, 200px)\",y:1774.84,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-yycp6h-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{variant:\"t8BGD2N57\"},ne6JzwESK:{variant:\"t8BGD2N57\"}},children:/*#__PURE__*/_jsx(CardServiceCard2,{aVGxSnzVp:\"Receive direct support from a dedicated team member who understands your business and is ready to assist you at any time.\",height:\"100%\",id:\"z4I8G2baQ\",L1Hnn_CpI:\"Personalised Support\",layoutId:\"z4I8G2baQ\",Pj5DdHvaD:\"xtdRdRy9V\",style:{width:\"100%\"},variant:\"ZUaz4dwRB\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{width:\"min(min(max(min(max(100vw, 1px), 524px) - 48px, 1px), 400px), 824px)\",y:2859.8100000000004},HPKvr9Ine:{width:\"max((min(max(min(max(100vw, 1px), 720px) - 48px, 1px), 824px) - 20px) / 2, 200px)\",y:2362.63},ne6JzwESK:{width:\"max((min(max(max(min(max(100vw, 1px), 1000px) - 60px, 1px) * 0.5998 - 24px, 1px), 824px) - 20px) / 2, 200px)\",y:1748.52}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:291,width:\"max((min(max(max(min(max(100vw, 1px), 1356px) - 60px, 1px) / 1.541 - 24px, 1px), 824px) - 20px) / 2, 200px)\",y:1774.84,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1r6opcq-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{variant:\"t8BGD2N57\"},ne6JzwESK:{variant:\"t8BGD2N57\"}},children:/*#__PURE__*/_jsx(CardServiceCard2,{aVGxSnzVp:\"Access full project management capabilities and real-time communication, whether you're at your desk or on the go.\",height:\"100%\",id:\"CSHTE4yzJ\",L1Hnn_CpI:\"Mobile App\",layoutId:\"CSHTE4yzJ\",Pj5DdHvaD:\"QgoqGCNmA\",style:{width:\"100%\"},variant:\"ZUaz4dwRB\",width:\"100%\"})})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-6jfch7 hidden-1ic8ei2 hidden-1lqelmm\",\"data-framer-name\":\"Image Block\",name:\"Image Block\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ne6JzwESK:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:801,intrinsicWidth:587,loading:getLoadingLazyAtYPosition(1449.8596778916547),pixelHeight:801,pixelWidth:587,positionX:\"center\",positionY:\"top\",sizes:\"calc(max(min(max(100vw, 1px), 1000px) - 60px, 1px) * 0.4002 + 130px)\",src:\"https://framerusercontent.com/images/EHs044L2rGgBLlq2EZ54nS95kXY.png\",srcSet:\"https://framerusercontent.com/images/EHs044L2rGgBLlq2EZ54nS95kXY.png 587w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",intrinsicHeight:801,intrinsicWidth:587,loading:getLoadingLazyAtYPosition(1456.84),pixelHeight:801,pixelWidth:587,positionX:\"center\",positionY:\"top\",sizes:\"597px\",src:\"https://framerusercontent.com/images/EHs044L2rGgBLlq2EZ54nS95kXY.png\",srcSet:\"https://framerusercontent.com/images/EHs044L2rGgBLlq2EZ54nS95kXY.png 587w\"},className:\"framer-o1agyq\",\"data-framer-name\":\"Image\",name:\"Image\",style:{transformPerspective:1200}})})})]})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mt66pg\",\"data-framer-name\":\"Content Section One\",name:\"Content Section One\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1d8dxxl\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l8h66s\",\"data-framer-name\":\"Content Stack\",name:\"Content Stack\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1v7r6yu\",\"data-framer-name\":\"Image Block\",name:\"Image Block\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3e3,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition(3227.8100000000004),pixelHeight:757,pixelWidth:750,sizes:\"calc(min(max(min(max(100vw, 1px), 524px) - 48px, 1px), 400px) * 1.0693)\",src:\"https://framerusercontent.com/images/CbjRCODFeUYV7pCTTyHKdJjSK8.webp\",srcSet:\"https://framerusercontent.com/images/CbjRCODFeUYV7pCTTyHKdJjSK8.webp 750w\"}},HPKvr9Ine:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3e3,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition(2749.88),pixelHeight:757,pixelWidth:750,positionX:\"51%\",positionY:\"62.4%\",sizes:\"calc(max(min(max(100vw, 1px), 720px) - 48px, 1px) * 1.0694)\",src:\"https://framerusercontent.com/images/CbjRCODFeUYV7pCTTyHKdJjSK8.webp\",srcSet:\"https://framerusercontent.com/images/CbjRCODFeUYV7pCTTyHKdJjSK8.webp 750w\"}},ne6JzwESK:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3e3,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition(2216.52),pixelHeight:757,pixelWidth:750,sizes:\"calc(max(min(max(100vw, 1px), 1000px) - 60px, 1px) * 0.4896)\",src:\"https://framerusercontent.com/images/CbjRCODFeUYV7pCTTyHKdJjSK8.webp\",srcSet:\"https://framerusercontent.com/images/CbjRCODFeUYV7pCTTyHKdJjSK8.webp 750w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:3e3,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition(2281.34),pixelHeight:757,pixelWidth:750,sizes:\"calc(max(min(max(100vw, 1px), 1356px) - 60px, 1px) * 0.4753)\",src:\"https://framerusercontent.com/images/CbjRCODFeUYV7pCTTyHKdJjSK8.webp\",srcSet:\"https://framerusercontent.com/images/CbjRCODFeUYV7pCTTyHKdJjSK8.webp 750w\"},className:\"framer-14poun0\",\"data-framer-name\":\"Image\",name:\"Image\",style:{transformPerspective:1200}})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ob5ula\",\"data-framer-name\":\"Text Block\",name:\"Text Block\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5ixkdh\",\"data-framer-name\":\"Text Block Wrapper\",name:\"Text Block Wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1a9luct\",\"data-styles-preset\":\"Ktk818APq\",style:{\"--framer-text-alignment\":\"center\"},children:\"In-person onboarding and training\"})})},HPKvr9Ine:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1a9luct\",\"data-styles-preset\":\"Ktk818APq\",style:{\"--framer-text-alignment\":\"center\"},children:\"In-person onboarding and training\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1a9luct\",\"data-styles-preset\":\"Ktk818APq\",children:\"In-person onboarding and training\"})}),className:\"framer-1vss3hq\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],name:\"Title\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1q8m3si\",\"data-framer-name\":\"Text Block Inner\",name:\"Text Block Inner\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wugsxt\",\"data-styles-preset\":\"cVk5ET9in\",style:{\"--framer-text-alignment\":\"center\"},children:\"We understand the challenges of adopting new tools, which is why we come to you \u2014 whether by flying out or driving over \u2014 to ensure you and your team are fully comfortable and proficient from day one.\"})})},HPKvr9Ine:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wugsxt\",\"data-styles-preset\":\"cVk5ET9in\",style:{\"--framer-text-alignment\":\"center\"},children:\"We understand the challenges of adopting new tools, which is why we come to you \u2014 whether by flying out or driving over \u2014 to ensure you and your team are fully comfortable and proficient from day one.\"})})},ne6JzwESK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-pzfrbd\",\"data-styles-preset\":\"k98EebPaG\",children:\"We understand the challenges of adopting new tools, which is why we come to you \u2014 whether by flying out or driving over \u2014 to ensure you and your team are fully comfortable and proficient from day one.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wugsxt\",\"data-styles-preset\":\"cVk5ET9in\",children:\"We understand the challenges of adopting new tools, which is why we come to you \u2014 whether by flying out or driving over \u2014 to ensure you and your team are fully comfortable and proficient from day one.\"})}),className:\"framer-sg8ub1\",\"data-framer-name\":\"Text One\",fonts:[\"Inter\"],name:\"Text One\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wugsxt\",\"data-styles-preset\":\"cVk5ET9in\",style:{\"--framer-text-alignment\":\"center\"},children:\"With BASEAPP, you're not just getting software; you're getting a partner committed to your success. Our team is available 24/7 to answer any questions or help troubleshoot issues, making sure you're always ready to tackle the next job with confidence and ease.\"})})},HPKvr9Ine:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wugsxt\",\"data-styles-preset\":\"cVk5ET9in\",style:{\"--framer-text-alignment\":\"center\"},children:\"With BASEAPP, you're not just getting software; you're getting a partner committed to your success. Our team is available 24/7 to answer any questions or help troubleshoot issues, making sure you're always ready to tackle the next job with confidence and ease.\"})})},ne6JzwESK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-pzfrbd\",\"data-styles-preset\":\"k98EebPaG\",children:\"With BASEAPP, you're not just getting software; you're getting a partner committed to your success. Our team is available 24/7 to answer any questions or help troubleshoot issues, making sure you're always ready to tackle the next job with confidence and ease.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wugsxt\",\"data-styles-preset\":\"cVk5ET9in\",children:\"With BASEAPP, you're not just getting software; you're getting a partner committed to your success. Our team is available 24/7 to answer any questions or help troubleshoot issues, making sure you're always ready to tackle the next job with confidence and ease.\"})}),className:\"framer-3h07g2\",\"data-framer-name\":\"Text Two\",fonts:[\"Inter\"],name:\"Text Two\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":O5jhReRJw\",webPageId:\"x4B8GEdNn\"},implicitPathVariables:undefined},{href:{hash:\":O5jhReRJw\",webPageId:\"x4B8GEdNn\"},implicitPathVariables:undefined},{href:{hash:\":O5jhReRJw\",webPageId:\"x4B8GEdNn\"},implicitPathVariables:undefined},{href:{hash:\":O5jhReRJw\",webPageId:\"x4B8GEdNn\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{y:4045.1300000000006},HPKvr9Ine:{y:3733.2000000000003},ne6JzwESK:{y:2673.84}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,y:2840.5000000000005,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-74e5rb-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{variant:\"AtkurxFk5\",Z0AoMJEHa:resolvedLinks[3]},HPKvr9Ine:{variant:\"AtkurxFk5\",Z0AoMJEHa:resolvedLinks[2]},ne6JzwESK:{Z0AoMJEHa:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(ButtonOutline,{fk9bpdXl7:\"Learn More\",height:\"100%\",id:\"E7cm6PwUc\",layoutId:\"E7cm6PwUc\",variant:\"LhXtdhKLp\",width:\"100%\",Z0AoMJEHa:resolvedLinks[0]})})})})})})]})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-16d2miu\",\"data-framer-name\":\"Content Section Two\",name:\"Content Section Two\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1szq4l2\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1j5qnm5\",\"data-framer-name\":\"Content Stack\",name:\"Content Stack\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ogfmv3\",\"data-framer-name\":\"Text Block\",name:\"Text Block\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qcxxsq\",\"data-framer-name\":\"Text Block Wrapper\",name:\"Text Block Wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-1a9luct\",\"data-styles-preset\":\"Ktk818APq\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Just the basics.\",/*#__PURE__*/_jsx(\"br\",{}),\"Simple and \",/*#__PURE__*/_jsx(\"br\",{}),\"easy-to-use app \",/*#__PURE__*/_jsx(\"br\",{}),\"and software\"]})})},HPKvr9Ine:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-1a9luct\",\"data-styles-preset\":\"Ktk818APq\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Just the basics.\",/*#__PURE__*/_jsx(\"br\",{}),\"Simple and easy-to-use app and software\"]})})},ne6JzwESK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-1a9luct\",\"data-styles-preset\":\"Ktk818APq\",children:[\"Just the basics\",/*#__PURE__*/_jsx(\"br\",{}),\"Simple & easy-to-use app and software\"]})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{className:\"framer-styles-preset-1a9luct\",\"data-styles-preset\":\"Ktk818APq\",children:[\"Just the basics.\",/*#__PURE__*/_jsx(\"br\",{}),\"Simple and easy-to-use app and software\"]})}),className:\"framer-1qb6r4a\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],name:\"Title\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rvti5j\",\"data-framer-name\":\"Text Block Inner\",name:\"Text Block Inner\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wugsxt\",\"data-styles-preset\":\"cVk5ET9in\",style:{\"--framer-text-alignment\":\"center\"},children:\"BASEAPP is designed with simplicity at its core, making it the perfect tool for tradespeople who need efficiency without the hassle. Unlike other software that's cluttered with unnecessary features, BASEAPP focuses on what truly matters to you.\"})})},HPKvr9Ine:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wugsxt\",\"data-styles-preset\":\"cVk5ET9in\",style:{\"--framer-text-alignment\":\"center\"},children:\"BASEAPP is designed with simplicity at its core, making it the perfect tool for tradespeople who need efficiency without the hassle. Unlike other software that's cluttered with unnecessary features, BASEAPP focuses on what truly matters to you.\"})})},ne6JzwESK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-pzfrbd\",\"data-styles-preset\":\"k98EebPaG\",children:\"BASEAPP is designed with simplicity at its core, making it the perfect tool for tradespeople who need efficiency without the hassle. Unlike other software that's cluttered with unnecessary features, BASEAPP focuses on what truly matters to you.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wugsxt\",\"data-styles-preset\":\"cVk5ET9in\",children:\"BASEAPP is designed with simplicity at its core, making it the perfect tool for tradespeople who need efficiency without the hassle. Unlike other software that's cluttered with unnecessary features, BASEAPP focuses on what truly matters to you.\"})}),className:\"framer-1ph8d0h\",\"data-framer-name\":\"Text One\",fonts:[\"Inter\"],name:\"Text One\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wugsxt\",\"data-styles-preset\":\"cVk5ET9in\",style:{\"--framer-text-alignment\":\"center\"},children:\"With BASEAPP, you spend less time wrestling with complicated software and more time doing what you do best\u2014delivering excellent service to your clients. Manage your projects with ease, and keep your client satisfaction at an all-time high.\"})})},HPKvr9Ine:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wugsxt\",\"data-styles-preset\":\"cVk5ET9in\",style:{\"--framer-text-alignment\":\"center\"},children:\"With BASEAPP, you spend less time wrestling with complicated software and more time doing what you do best\u2014delivering excellent service to your clients. Manage your projects with ease, and keep your client satisfaction at an all-time high.\"})})},ne6JzwESK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-pzfrbd\",\"data-styles-preset\":\"k98EebPaG\",children:\"With BASEAPP, you spend less time wrestling with complicated software and more time doing what you do best\u2014delivering excellent service to your clients. Manage your projects with ease, and keep your client satisfaction at an all-time high.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wugsxt\",\"data-styles-preset\":\"cVk5ET9in\",children:\"With BASEAPP, you spend less time wrestling with complicated software and more time doing what you do best\u2014delivering excellent service to your clients. Manage your projects with ease, and keep your client satisfaction at an all-time high.\"})}),className:\"framer-5lz15o\",\"data-framer-name\":\"Text Two\",fonts:[\"Inter\"],name:\"Text Two\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"x4B8GEdNn\"},implicitPathVariables:undefined},{href:{webPageId:\"x4B8GEdNn\"},implicitPathVariables:undefined},{href:{webPageId:\"x4B8GEdNn\"},implicitPathVariables:undefined},{href:{webPageId:\"x4B8GEdNn\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{y:4999.45},HPKvr9Ine:{y:4893.5199999999995},ne6JzwESK:{y:3368.1600000000003}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,y:3688.5000000000005,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-19p6765-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{Z0AoMJEHa:resolvedLinks1[3]},HPKvr9Ine:{variant:\"AtkurxFk5\",Z0AoMJEHa:resolvedLinks1[2]},ne6JzwESK:{Z0AoMJEHa:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(ButtonOutline,{fk9bpdXl7:\"Learn More\",height:\"100%\",id:\"MDG1AKHVv\",layoutId:\"MDG1AKHVv\",variant:\"LhXtdhKLp\",width:\"100%\",Z0AoMJEHa:resolvedLinks1[0]})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-13w0fle\",\"data-framer-name\":\"Image Block\",name:\"Image Block\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:3e3,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition(4159.13),pixelHeight:754,pixelWidth:950,positionX:\"center\",positionY:\"top\",sizes:\"calc(min(max(min(max(100vw, 1px), 524px) - 48px, 1px), 400px) * 1.908)\",src:\"https://framerusercontent.com/images/hS3OS0k5yQZ0zxY3fLbAYazc1M.png\",srcSet:\"https://framerusercontent.com/images/hS3OS0k5yQZ0zxY3fLbAYazc1M.png?scale-down-to=512 512w,https://framerusercontent.com/images/hS3OS0k5yQZ0zxY3fLbAYazc1M.png 950w\"}},HPKvr9Ine:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:3e3,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition(3785.2),pixelHeight:754,pixelWidth:950,positionX:\"right\",positionY:\"bottom\",sizes:\"calc(max(min(max(100vw, 1px), 720px) - 48px, 1px) * 1.6845)\",src:\"https://framerusercontent.com/images/hS3OS0k5yQZ0zxY3fLbAYazc1M.png\",srcSet:\"https://framerusercontent.com/images/hS3OS0k5yQZ0zxY3fLbAYazc1M.png?scale-down-to=512 512w,https://framerusercontent.com/images/hS3OS0k5yQZ0zxY3fLbAYazc1M.png 950w\"}},ne6JzwESK:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:3e3,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition(2892.34),pixelHeight:754,pixelWidth:950,positionX:\"center\",positionY:\"top\",sizes:\"calc(max(min(max(100vw, 1px), 1000px) - 60px, 1px) * 0.9429)\",src:\"https://framerusercontent.com/images/hS3OS0k5yQZ0zxY3fLbAYazc1M.png\",srcSet:\"https://framerusercontent.com/images/hS3OS0k5yQZ0zxY3fLbAYazc1M.png?scale-down-to=512 512w,https://framerusercontent.com/images/hS3OS0k5yQZ0zxY3fLbAYazc1M.png 950w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",intrinsicHeight:3e3,intrinsicWidth:1500,loading:getLoadingLazyAtYPosition(3106.34),pixelHeight:754,pixelWidth:950,positionX:\"center\",positionY:\"top\",sizes:\"calc(max(min(max(100vw, 1px), 1356px) - 60px, 1px) * 0.848)\",src:\"https://framerusercontent.com/images/hS3OS0k5yQZ0zxY3fLbAYazc1M.png\",srcSet:\"https://framerusercontent.com/images/hS3OS0k5yQZ0zxY3fLbAYazc1M.png?scale-down-to=512 512w,https://framerusercontent.com/images/hS3OS0k5yQZ0zxY3fLbAYazc1M.png 950w\"},className:\"framer-1ehkf5c\",\"data-framer-name\":\"Image\",name:\"Image\",style:{transformPerspective:1200},transformTemplate:transformTemplate1})})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-efj8j3\",\"data-framer-name\":\"Testimonial Section\",name:\"Testimonial Section\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-7xs4qo\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f6zjx\",\"data-framer-name\":\"Testimonial Content Stack\",name:\"Testimonial Content Stack\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dftmtd\",\"data-framer-name\":\"Section Title Stack\",name:\"Section Title Stack\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1a9luct\",\"data-styles-preset\":\"Ktk818APq\",style:{\"--framer-text-alignment\":\"center\"},children:\"Client testimonials\"})}),className:\"framer-1yc9o8v\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],name:\"Title\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:.8,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-accxbh\",\"data-styles-preset\":\"oAw3ifNo7\",style:{\"--framer-text-alignment\":\"center\"},children:\"Hear from those who use the app everday.\"})}),className:\"framer-p9nndg\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],name:\"Paragraph\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12tfhy0 hidden-1ic8ei2 hidden-1lqelmm\",\"data-framer-name\":\"Testimonial Card Stack\",name:\"Testimonial Card Stack\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ne6JzwESK:{width:\"max((max(min(max(100vw, 1px), 1000px) - 60px, 1px) - 48px) / 3, 1px)\",y:4076.1600000000003}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:384,width:\"max((max(min(max(100vw, 1px), 1356px) - 60px, 1px) - 48px) / 3, 10px)\",y:4319.66,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-dr6oth-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ne6JzwESK:{variant:\"eJno8xPqd\"}},children:/*#__PURE__*/_jsx(CardTestimonial,{ErJvqGqkI:\"Owner, Pringa's Earthworks\",fKfwaruE_:\"\\\"With BASEAPP's invoicing system i've achieved an incredible work-ife balance I can now leave work and enjoy quality time with my family. BASEAPP has truly transformed my business efficiency.\\\"\",height:\"100%\",id:\"lEpfO4kWQ\",KGAWIVqF8:addImageAlt({positionX:\"16.3%\",positionY:\"47.4%\",src:\"https://framerusercontent.com/images/SqHsW6JoDoZ8jxxSHjKD2U3YvQ.jpg\"},\"\"),layoutId:\"lEpfO4kWQ\",style:{width:\"100%\"},V7x0TnICw:\"Brett Pringa\",variant:\"KLqgJym0p\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ne6JzwESK:{width:\"max((max(min(max(100vw, 1px), 1000px) - 60px, 1px) - 48px) / 3, 1px)\",y:4076.1600000000003}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:384,width:\"max((max(min(max(100vw, 1px), 1356px) - 60px, 1px) - 48px) / 3, 10px)\",y:4319.66,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-t5ub42-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ne6JzwESK:{variant:\"eJno8xPqd\"}},children:/*#__PURE__*/_jsx(CardTestimonial,{ErJvqGqkI:\"Owner, XC Construction\",fKfwaruE_:'\"I have been using BASEAPP for six months now and have captured an extra 55k in extras that I would normally miss. It\\'s been a game changer and saved us alot of time and money\"',height:\"100%\",id:\"rauEHaaEs\",KGAWIVqF8:addImageAlt({src:\"https://framerusercontent.com/images/NH57Nnsbev67zpiO39nsBrSlMc.png\"},\"\"),layoutId:\"rauEHaaEs\",style:{width:\"100%\"},V7x0TnICw:\"Katrina Ramirez\",variant:\"KLqgJym0p\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ne6JzwESK:{width:\"max((max(min(max(100vw, 1px), 1000px) - 60px, 1px) - 48px) / 3, 1px)\",y:4076.1600000000003}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:384,width:\"max((max(min(max(100vw, 1px), 1356px) - 60px, 1px) - 48px) / 3, 10px)\",y:4319.66,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-58029f-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ne6JzwESK:{variant:\"eJno8xPqd\"}},children:/*#__PURE__*/_jsx(CardTestimonial,{ErJvqGqkI:\"Owner, Trickey Bros\",fKfwaruE_:'\"When it comes to customer service at BASEAPP, they truly go above and beyond. They have made sure we know how to use the system which has been next level. We LOVE BASEAPP.\"',height:\"100%\",id:\"u4vHeGt5l\",KGAWIVqF8:addImageAlt({src:\"https://framerusercontent.com/images/ndkoTn1yeZ6LEHeOj79D4x8OiE.jpg\",srcSet:\"https://framerusercontent.com/images/ndkoTn1yeZ6LEHeOj79D4x8OiE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ndkoTn1yeZ6LEHeOj79D4x8OiE.jpg 1000w\"},\"\"),layoutId:\"u4vHeGt5l\",style:{width:\"100%\"},V7x0TnICw:\"Boe Tricky\",variant:\"KLqgJym0p\",width:\"100%\"})})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{height:500,width:\"min(max(min(max(100vw, 1px), 524px) - 48px, 1px), 400px)\",y:5448.7699999999995},HPKvr9Ine:{height:500,width:\"max(min(max(100vw, 1px), 720px) - 48px, 1px)\",y:5352.839999999999}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mq3uo1-container hidden-1cx46k1 hidden-q9yb5x\",children:/*#__PURE__*/_jsx(Ticker,{height:\"100%\",id:\"CZGB8rAy1\",layoutId:\"CZGB8rAy1\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19jm3uo\",\"data-framer-name\":\"Integration Section\",name:\"Integration Section\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1x5plhr\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10sq8el\",\"data-framer-name\":\"Integration Content Stack\",name:\"Integration Content Stack\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:615,intrinsicWidth:540,loading:getLoadingLazyAtYPosition(6108.7699999999995),pixelHeight:615,pixelWidth:540,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/svhnHt0wC5glOTQoaJR0gSV1FQ.png\"}},HPKvr9Ine:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:615,intrinsicWidth:540,loading:getLoadingLazyAtYPosition(6052.839999999999),pixelHeight:615,pixelWidth:540,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/svhnHt0wC5glOTQoaJR0gSV1FQ.png\"}},ne6JzwESK:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:615,intrinsicWidth:540,loading:getLoadingLazyAtYPosition(4688.16),pixelHeight:615,pixelWidth:540,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/svhnHt0wC5glOTQoaJR0gSV1FQ.png\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",intrinsicHeight:615,intrinsicWidth:540,loading:getLoadingLazyAtYPosition(5007.66),pixelHeight:615,pixelWidth:540,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/svhnHt0wC5glOTQoaJR0gSV1FQ.png\"},className:\"framer-126w81u\",\"data-framer-name\":\"Integration Image\",name:\"Integration Image\",style:{transformPerspective:1200}})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tvtsi9\",\"data-framer-name\":\"Integration Texts Wrap\",name:\"Integration Texts Wrap\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ybxdfg\",\"data-framer-name\":\"Integration Texts Block\",name:\"Integration Texts Block\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1a9luct\",\"data-styles-preset\":\"Ktk818APq\",style:{\"--framer-text-alignment\":\"center\"},children:\"Integrations with all of your preferred tools\"})})},HPKvr9Ine:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1a9luct\",\"data-styles-preset\":\"Ktk818APq\",style:{\"--framer-text-alignment\":\"center\"},children:\"Integrations with all of your preferred tools\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1a9luct\",\"data-styles-preset\":\"Ktk818APq\",children:\"Integrations with all of your preferred tools\"})}),className:\"framer-ee48rk\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],name:\"Title\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-accxbh\",\"data-styles-preset\":\"oAw3ifNo7\",style:{\"--framer-text-alignment\":\"center\"},children:\"BASEAPP seamlessly connects with your favorite tools, making it easier to keep everything running smoothly without juggling multiple apps. From accounting software to communication platforms, we integrate to streamline your workflow.\"})})},HPKvr9Ine:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-accxbh\",\"data-styles-preset\":\"oAw3ifNo7\",style:{\"--framer-text-alignment\":\"center\"},children:\"BASEAPP seamlessly connects with your favorite tools, making it easier to keep everything running smoothly without juggling multiple apps. From accounting software to communication platforms, we integrate to streamline your workflow.\"})})},ne6JzwESK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-pzfrbd\",\"data-styles-preset\":\"k98EebPaG\",children:\"BASEAPP seamlessly connects with your favorite tools, making it easier to keep everything running smoothly without juggling multiple apps. From accounting software to communication platforms, we integrate to streamline your workflow.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-accxbh\",\"data-styles-preset\":\"oAw3ifNo7\",children:\"BASEAPP seamlessly connects with your favorite tools, making it easier to keep everything running smoothly without juggling multiple apps. From accounting software to communication platforms, we integrate to streamline your workflow.\"})}),className:\"framer-1s9rdpo\",\"data-framer-name\":\"Paragraph\",fonts:[\"Inter\"],name:\"Paragraph\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"IepvNGljo\"},implicitPathVariables:undefined},{href:{webPageId:\"IepvNGljo\"},implicitPathVariables:undefined},{href:{webPageId:\"IepvNGljo\"},implicitPathVariables:undefined},{href:{webPageId:\"IepvNGljo\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{y:6671.089999999999},HPKvr9Ine:{y:6592.159999999999},ne6JzwESK:{y:5092.82}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,y:5430.32,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-osea8n-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{variant:\"AtkurxFk5\",Z0AoMJEHa:resolvedLinks2[3]},HPKvr9Ine:{variant:\"AtkurxFk5\",Z0AoMJEHa:resolvedLinks2[2]},ne6JzwESK:{Z0AoMJEHa:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(ButtonOutline,{fk9bpdXl7:\"Learn More\",height:\"100%\",id:\"dhqLjNTG9\",layoutId:\"dhqLjNTG9\",variant:\"LhXtdhKLp\",width:\"100%\",Z0AoMJEHa:resolvedLinks2[0]})})})})})})]})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1reyxae\",\"data-framer-name\":\"FAQ Section\",name:\"FAQ Section\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-10aaspw\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1la7g0c\",\"data-framer-name\":\"FAQ Content\",name:\"FAQ Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ib7odd\",\"data-framer-name\":\"Section Title Stack\",name:\"Section Title Stack\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19qsqkm\",\"data-framer-name\":\"Title Block\",name:\"Title Block\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1a9luct\",\"data-styles-preset\":\"Ktk818APq\",style:{\"--framer-text-alignment\":\"center\"},children:\"Frequently Asked Questions\"})})},HPKvr9Ine:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1a9luct\",\"data-styles-preset\":\"Ktk818APq\",style:{\"--framer-text-alignment\":\"center\"},children:\"Frequently Asked Questions\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1a9luct\",\"data-styles-preset\":\"Ktk818APq\",style:{\"--framer-text-alignment\":\"left\"},children:\"Frequently Asked Questions\"})}),className:\"framer-azyv05\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],name:\"Title\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wugsxt\",\"data-styles-preset\":\"cVk5ET9in\",style:{\"--framer-text-alignment\":\"center\"},children:\"Unlock answers to streamline your trade business operations. From setup queries to integration specifics, discover how BASEAPP simplifies your workflow.\"})})},HPKvr9Ine:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wugsxt\",\"data-styles-preset\":\"cVk5ET9in\",style:{\"--framer-text-alignment\":\"center\"},children:\"Leverage agile frameworks to provide a robust synopsis for high level overviews. cterative approaches to corporate\"})})},ne6JzwESK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-pzfrbd\",\"data-styles-preset\":\"k98EebPaG\",children:\"Unlock answers to streamline your trade business operations. From setup queries to integration specifics, discover how BASEAPP simplifies your workflow.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-wugsxt\",\"data-styles-preset\":\"cVk5ET9in\",children:\"Unlock answers to streamline your trade business operations. From setup queries to integration specifics, discover how BASEAPP simplifies your workflow.\"})}),className:\"framer-gw28mj\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],name:\"Text\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{y:7153.409999999999},HPKvr9Ine:{y:7066.479999999999},ne6JzwESK:{y:5768.48}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,y:6157.98,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1hwddeq-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{variant:\"AtkurxFk5\"},HPKvr9Ine:{variant:\"AtkurxFk5\"}},children:/*#__PURE__*/_jsx(ButtonOutline,{fk9bpdXl7:\"Contact Us\",height:\"100%\",id:\"hNcc_8Pfm\",layoutId:\"hNcc_8Pfm\",variant:\"LhXtdhKLp\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{width:\"min(max(min(max(100vw, 1px), 524px) - 48px, 1px), 400px)\",y:7243.409999999999},HPKvr9Ine:{width:\"max(min(max(100vw, 1px), 720px) - 48px, 1px)\",y:7166.479999999999},ne6JzwESK:{width:\"max(max(min(max(100vw, 1px), 1000px) - 60px, 1px) * 0.64 - 40px, 1px)\",y:5508.16}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:632,width:\"max(max(min(max(100vw, 1px), 1356px) - 60px, 1px) * 0.6535 - 60px, 1px)\",y:5879.66,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1f84gb0-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(AccordionStack,{height:\"100%\",id:\"rLF1Ov8FU\",layoutId:\"rLF1Ov8FU\",QafYAcwuZ:true,style:{width:\"100%\"},variant:\"TMvGMbXem\",width:\"100%\"})})})})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{y:7935.409999999999},HPKvr9Ine:{y:7798.479999999999},ne6JzwESK:{y:6240.16}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:661,width:\"100vw\",y:6611.66,children:/*#__PURE__*/_jsx(Container,{className:\"framer-10r68nk-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{variant:\"oXBFP3ugt\"},HPKvr9Ine:{variant:\"W1jomIf9A\"},ne6JzwESK:{variant:\"yglApNO0K\"}},children:/*#__PURE__*/_jsx(SectionCTA02,{height:\"100%\",id:\"H_lg6Yvft\",layoutId:\"H_lg6Yvft\",style:{width:\"100%\"},variant:\"iOkSxmsQq\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{y:8596.41},HPKvr9Ine:{y:8459.48},ne6JzwESK:{y:6901.16}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:710,width:\"100vw\",y:7272.66,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bma7t7-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{H_xIB1Hzl:{variant:\"F_3zSj7lN\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"mjdmiTWdH\",layoutId:\"mjdmiTWdH\",style:{width:\"100%\"},variant:\"M5gR5WS5s\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-A49LZ { background: var(--token-cc5ba57f-84d1-48fb-8d25-985696a9874b, rgb(3, 1, 2)) /* {\"name\":\"Neutral / 01\"} */; }`,\".framer-A49LZ.framer-3h2i7y, .framer-A49LZ .framer-3h2i7y { display: block; }\",\".framer-A49LZ.framer-1cx46k1 { align-content: center; align-items: center; background-color: var(--token-cc5ba57f-84d1-48fb-8d25-985696a9874b, #030102); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-A49LZ .framer-164tr53-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-A49LZ .framer-zz6o4b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-A49LZ .framer-1374ti5, .framer-A49LZ .framer-12bctga, .framer-A49LZ .framer-1d8dxxl, .framer-A49LZ .framer-1szq4l2, .framer-A49LZ .framer-7xs4qo { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1356px; overflow: hidden; padding: 0px 30px 0px 30px; position: relative; width: 1px; }\",\".framer-A49LZ .framer-i774hl, .framer-A49LZ .framer-l8h66s, .framer-A49LZ .framer-1j5qnm5 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-A49LZ .framer-kfella { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 52px; height: min-content; justify-content: flex-start; max-width: 614px; overflow: visible; padding: 100px 0px 100px 0px; position: relative; width: 1px; }\",\".framer-A49LZ .framer-13sw53e { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-A49LZ .framer-f80xbt, .framer-A49LZ .framer-1vss3hq, .framer-A49LZ .framer-sg8ub1, .framer-A49LZ .framer-3h07g2, .framer-A49LZ .framer-1qb6r4a, .framer-A49LZ .framer-1ph8d0h, .framer-A49LZ .framer-5lz15o, .framer-A49LZ .framer-1yc9o8v, .framer-A49LZ .framer-ee48rk, .framer-A49LZ .framer-1s9rdpo, .framer-A49LZ .framer-azyv05 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-A49LZ .framer-1k0rjph { --framer-paragraph-spacing: 0px; flex: none; height: auto; opacity: 0.8; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-A49LZ .framer-vcbrs3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-A49LZ .framer-1yn0q7t-container, .framer-A49LZ .framer-9u8oar-container, .framer-A49LZ .framer-74e5rb-container, .framer-A49LZ .framer-19p6765-container, .framer-A49LZ .framer-osea8n-container, .framer-A49LZ .framer-1hwddeq-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-A49LZ .framer-o8jn6l { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-A49LZ .framer-h1twbh-container { aspect-ratio: 1 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 32px); position: fixed; right: 40px; top: 40px; width: 32px; z-index: 10; }\",\".framer-A49LZ .framer-lh4qc5-container, .framer-A49LZ .framer-65x0zv-container { aspect-ratio: 1.7857142857142858 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 560px); left: 50%; position: fixed; top: 50%; transform: translate(-50%, -50%); width: 1000px; z-index: 10; }\",\".framer-A49LZ .framer-18en2us { aspect-ratio: 0.7842639593908629 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 788px); overflow: hidden; position: relative; width: 48%; }\",\".framer-A49LZ .framer-96ckj2 { 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: 80px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-A49LZ .framer-djugrv { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 1356px; overflow: hidden; padding: 20px 30px 20px 30px; position: relative; width: 1px; }\",\".framer-A49LZ .framer-13knnqx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 27px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 31%; }\",\".framer-A49LZ .framer-1gujct0, .framer-A49LZ .framer-1ldntuy { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-A49LZ .framer-epjv4r { background-color: var(--token-433de279-4f47-4836-a7b2-942d5ba0cb19, #545459); flex: none; height: 3px; overflow: visible; position: relative; width: 62px; }\",\".framer-A49LZ .framer-1p2vgn6-container { bottom: -100px; flex: none; position: absolute; right: -42px; top: -100px; width: 69%; z-index: 1; }\",\".framer-A49LZ .framer-z307bv, .framer-A49LZ .framer-1mt66pg, .framer-A49LZ .framer-16d2miu, .framer-A49LZ .framer-1reyxae { align-content: center; align-items: center; 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-A49LZ .framer-1bja5ep { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-A49LZ .framer-loyrpd { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-A49LZ .framer-ubpnab { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; opacity: 0.8; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-A49LZ .framer-pbopue { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 641px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-A49LZ .framer-pmwvq7 { display: grid; flex: 1 0 0px; gap: 20px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; max-width: 824px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-A49LZ .framer-4hixms-container, .framer-A49LZ .framer-dr6oth-container, .framer-A49LZ .framer-t5ub42-container, .framer-A49LZ .framer-58029f-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-A49LZ .framer-1sbq5s3-container { align-self: start; flex: none; height: auto; justify-self: end; position: relative; width: 100%; }\",\".framer-A49LZ .framer-yycp6h-container { align-self: end; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-A49LZ .framer-1r6opcq-container { align-self: end; flex: none; height: auto; justify-self: end; position: relative; width: 100%; }\",\".framer-A49LZ .framer-6jfch7 { align-content: center; align-items: center; background-color: #19191a; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: 100%; justify-content: center; overflow: hidden; padding: 0px 32px 0px 32px; position: relative; width: 35%; will-change: var(--framer-will-change-override, transform); }\",\".framer-A49LZ .framer-o1agyq { aspect-ratio: 0.9093023255813953 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 657px); position: relative; width: 597px; z-index: 1; }\",\".framer-A49LZ .framer-1v7r6yu, .framer-A49LZ .framer-13w0fle { aspect-ratio: 0.8888888888888888 / 1; background-color: #19191a; border-bottom-left-radius: 17px; border-bottom-right-radius: 17px; border-top-left-radius: 17px; border-top-right-radius: 17px; flex: none; height: var(--framer-aspect-ratio-supported, 648px); overflow: hidden; position: relative; width: 44%; will-change: var(--framer-will-change-override, transform); }\",\".framer-A49LZ .framer-14poun0 { border-bottom-left-radius: 34px; border-bottom-right-radius: 34px; border-top-left-radius: 34px; border-top-right-radius: 34px; flex: none; height: 705px; left: calc(50.34722222222224% - 106.94444444444444% / 2); position: absolute; top: -23px; width: 107%; }\",\".framer-A49LZ .framer-1ob5ula, .framer-A49LZ .framer-1ogfmv3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; max-width: 610px; overflow: visible; padding: 0px; position: relative; width: 47%; }\",\".framer-A49LZ .framer-5ixkdh, .framer-A49LZ .framer-qcxxsq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-A49LZ .framer-1q8m3si, .framer-A49LZ .framer-rvti5j { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-A49LZ .framer-1ehkf5c { aspect-ratio: 1.2577903682719547 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 874px); left: 54%; position: absolute; top: -46px; transform: translateX(-50%); width: 191%; }\",\".framer-A49LZ .framer-efj8j3 { 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: 100px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-A49LZ .framer-f6zjx { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-A49LZ .framer-dftmtd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 19px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-A49LZ .framer-p9nndg { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 700px; opacity: 0.8; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-A49LZ .framer-12tfhy0 { display: grid; flex: none; gap: 24px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(10px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-A49LZ .framer-1mq3uo1-container { flex: none; height: 500px; position: relative; width: 100%; }\",\".framer-A49LZ .framer-19jm3uo { align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 0px 100px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-A49LZ .framer-1x5plhr, .framer-A49LZ .framer-10aaspw { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1356px; overflow: visible; padding: 0px 30px 0px 30px; position: relative; width: 1px; }\",\".framer-A49LZ .framer-10sq8el { align-content: center; align-items: center; background: linear-gradient(129.90389387738415deg, rgba(25, 25, 26, 0.8) 0%, rgba(25, 25, 26, 0.4000000059604645) 100%); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 80px 30px 80px 30px; position: relative; width: 1px; }\",\".framer-A49LZ .framer-126w81u { aspect-ratio: 0.8783783783783784 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 615px); overflow: visible; position: relative; width: 44%; }\",\".framer-A49LZ .framer-tvtsi9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 46px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 45%; }\",\".framer-A49LZ .framer-1ybxdfg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 27px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-A49LZ .framer-1la7g0c { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-A49LZ .framer-1ib7odd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 35%; }\",\".framer-A49LZ .framer-19qsqkm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-A49LZ .framer-gw28mj { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 76%; word-break: break-word; word-wrap: break-word; }\",\".framer-A49LZ .framer-1f84gb0-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-A49LZ .framer-10r68nk-container, .framer-A49LZ .framer-1bma7t7-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-A49LZ.framer-1cx46k1, .framer-A49LZ .framer-zz6o4b, .framer-A49LZ .framer-1374ti5, .framer-A49LZ .framer-kfella, .framer-A49LZ .framer-13sw53e, .framer-A49LZ .framer-vcbrs3, .framer-A49LZ .framer-96ckj2, .framer-A49LZ .framer-djugrv, .framer-A49LZ .framer-13knnqx, .framer-A49LZ .framer-z307bv, .framer-A49LZ .framer-12bctga, .framer-A49LZ .framer-1bja5ep, .framer-A49LZ .framer-loyrpd, .framer-A49LZ .framer-pbopue, .framer-A49LZ .framer-6jfch7, .framer-A49LZ .framer-1mt66pg, .framer-A49LZ .framer-1d8dxxl, .framer-A49LZ .framer-1ob5ula, .framer-A49LZ .framer-5ixkdh, .framer-A49LZ .framer-1q8m3si, .framer-A49LZ .framer-16d2miu, .framer-A49LZ .framer-1szq4l2, .framer-A49LZ .framer-1ogfmv3, .framer-A49LZ .framer-qcxxsq, .framer-A49LZ .framer-rvti5j, .framer-A49LZ .framer-efj8j3, .framer-A49LZ .framer-7xs4qo, .framer-A49LZ .framer-f6zjx, .framer-A49LZ .framer-dftmtd, .framer-A49LZ .framer-19jm3uo, .framer-A49LZ .framer-1x5plhr, .framer-A49LZ .framer-10sq8el, .framer-A49LZ .framer-tvtsi9, .framer-A49LZ .framer-1ybxdfg, .framer-A49LZ .framer-1reyxae, .framer-A49LZ .framer-10aaspw, .framer-A49LZ .framer-1la7g0c, .framer-A49LZ .framer-1ib7odd, .framer-A49LZ .framer-19qsqkm { gap: 0px; } .framer-A49LZ.framer-1cx46k1 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-A49LZ.framer-1cx46k1 > :first-child, .framer-A49LZ .framer-kfella > :first-child, .framer-A49LZ .framer-13sw53e > :first-child, .framer-A49LZ .framer-1bja5ep > :first-child, .framer-A49LZ .framer-1ob5ula > :first-child, .framer-A49LZ .framer-5ixkdh > :first-child, .framer-A49LZ .framer-1q8m3si > :first-child, .framer-A49LZ .framer-1ogfmv3 > :first-child, .framer-A49LZ .framer-qcxxsq > :first-child, .framer-A49LZ .framer-rvti5j > :first-child, .framer-A49LZ .framer-f6zjx > :first-child, .framer-A49LZ .framer-dftmtd > :first-child, .framer-A49LZ .framer-tvtsi9 > :first-child, .framer-A49LZ .framer-1ybxdfg > :first-child, .framer-A49LZ .framer-1ib7odd > :first-child, .framer-A49LZ .framer-19qsqkm > :first-child { margin-top: 0px; } .framer-A49LZ.framer-1cx46k1 > :last-child, .framer-A49LZ .framer-kfella > :last-child, .framer-A49LZ .framer-13sw53e > :last-child, .framer-A49LZ .framer-1bja5ep > :last-child, .framer-A49LZ .framer-1ob5ula > :last-child, .framer-A49LZ .framer-5ixkdh > :last-child, .framer-A49LZ .framer-1q8m3si > :last-child, .framer-A49LZ .framer-1ogfmv3 > :last-child, .framer-A49LZ .framer-qcxxsq > :last-child, .framer-A49LZ .framer-rvti5j > :last-child, .framer-A49LZ .framer-f6zjx > :last-child, .framer-A49LZ .framer-dftmtd > :last-child, .framer-A49LZ .framer-tvtsi9 > :last-child, .framer-A49LZ .framer-1ybxdfg > :last-child, .framer-A49LZ .framer-1ib7odd > :last-child, .framer-A49LZ .framer-19qsqkm > :last-child { margin-bottom: 0px; } .framer-A49LZ .framer-zz6o4b > *, .framer-A49LZ .framer-1374ti5 > *, .framer-A49LZ .framer-djugrv > *, .framer-A49LZ .framer-z307bv > *, .framer-A49LZ .framer-12bctga > *, .framer-A49LZ .framer-1mt66pg > *, .framer-A49LZ .framer-1d8dxxl > *, .framer-A49LZ .framer-16d2miu > *, .framer-A49LZ .framer-1szq4l2 > *, .framer-A49LZ .framer-7xs4qo > *, .framer-A49LZ .framer-1x5plhr > *, .framer-A49LZ .framer-1reyxae > *, .framer-A49LZ .framer-10aaspw > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-A49LZ .framer-zz6o4b > :first-child, .framer-A49LZ .framer-1374ti5 > :first-child, .framer-A49LZ .framer-vcbrs3 > :first-child, .framer-A49LZ .framer-96ckj2 > :first-child, .framer-A49LZ .framer-djugrv > :first-child, .framer-A49LZ .framer-13knnqx > :first-child, .framer-A49LZ .framer-z307bv > :first-child, .framer-A49LZ .framer-12bctga > :first-child, .framer-A49LZ .framer-loyrpd > :first-child, .framer-A49LZ .framer-pbopue > :first-child, .framer-A49LZ .framer-6jfch7 > :first-child, .framer-A49LZ .framer-1mt66pg > :first-child, .framer-A49LZ .framer-1d8dxxl > :first-child, .framer-A49LZ .framer-16d2miu > :first-child, .framer-A49LZ .framer-1szq4l2 > :first-child, .framer-A49LZ .framer-efj8j3 > :first-child, .framer-A49LZ .framer-7xs4qo > :first-child, .framer-A49LZ .framer-19jm3uo > :first-child, .framer-A49LZ .framer-1x5plhr > :first-child, .framer-A49LZ .framer-10sq8el > :first-child, .framer-A49LZ .framer-1reyxae > :first-child, .framer-A49LZ .framer-10aaspw > :first-child, .framer-A49LZ .framer-1la7g0c > :first-child { margin-left: 0px; } .framer-A49LZ .framer-zz6o4b > :last-child, .framer-A49LZ .framer-1374ti5 > :last-child, .framer-A49LZ .framer-vcbrs3 > :last-child, .framer-A49LZ .framer-96ckj2 > :last-child, .framer-A49LZ .framer-djugrv > :last-child, .framer-A49LZ .framer-13knnqx > :last-child, .framer-A49LZ .framer-z307bv > :last-child, .framer-A49LZ .framer-12bctga > :last-child, .framer-A49LZ .framer-loyrpd > :last-child, .framer-A49LZ .framer-pbopue > :last-child, .framer-A49LZ .framer-6jfch7 > :last-child, .framer-A49LZ .framer-1mt66pg > :last-child, .framer-A49LZ .framer-1d8dxxl > :last-child, .framer-A49LZ .framer-16d2miu > :last-child, .framer-A49LZ .framer-1szq4l2 > :last-child, .framer-A49LZ .framer-efj8j3 > :last-child, .framer-A49LZ .framer-7xs4qo > :last-child, .framer-A49LZ .framer-19jm3uo > :last-child, .framer-A49LZ .framer-1x5plhr > :last-child, .framer-A49LZ .framer-10sq8el > :last-child, .framer-A49LZ .framer-1reyxae > :last-child, .framer-A49LZ .framer-10aaspw > :last-child, .framer-A49LZ .framer-1la7g0c > :last-child { margin-right: 0px; } .framer-A49LZ .framer-kfella > * { margin: 0px; margin-bottom: calc(52px / 2); margin-top: calc(52px / 2); } .framer-A49LZ .framer-13sw53e > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-A49LZ .framer-vcbrs3 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-A49LZ .framer-96ckj2 > *, .framer-A49LZ .framer-efj8j3 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-A49LZ .framer-13knnqx > * { margin: 0px; margin-left: calc(27px / 2); margin-right: calc(27px / 2); } .framer-A49LZ .framer-1bja5ep > *, .framer-A49LZ .framer-f6zjx > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-A49LZ .framer-loyrpd > * { margin: 0px; margin-left: calc(100px / 2); margin-right: calc(100px / 2); } .framer-A49LZ .framer-pbopue > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-A49LZ .framer-6jfch7 > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-A49LZ .framer-1ob5ula > *, .framer-A49LZ .framer-1ogfmv3 > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-A49LZ .framer-5ixkdh > *, .framer-A49LZ .framer-qcxxsq > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-A49LZ .framer-1q8m3si > *, .framer-A49LZ .framer-rvti5j > *, .framer-A49LZ .framer-19qsqkm > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-A49LZ .framer-dftmtd > * { margin: 0px; margin-bottom: calc(19px / 2); margin-top: calc(19px / 2); } .framer-A49LZ .framer-19jm3uo > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } .framer-A49LZ .framer-10sq8el > *, .framer-A49LZ .framer-1la7g0c > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-A49LZ .framer-tvtsi9 > * { margin: 0px; margin-bottom: calc(46px / 2); margin-top: calc(46px / 2); } .framer-A49LZ .framer-1ybxdfg > * { margin: 0px; margin-bottom: calc(27px / 2); margin-top: calc(27px / 2); } .framer-A49LZ .framer-1ib7odd > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\",`@media (min-width: 992px) and (max-width: 1439px) { .${metadata.bodyClassName}-framer-A49LZ { background: var(--token-cc5ba57f-84d1-48fb-8d25-985696a9874b, rgb(3, 1, 2)) /* {\"name\":\"Neutral / 01\"} */; } .framer-A49LZ.framer-1cx46k1 { height: 7987px; width: 992px; } .framer-A49LZ .framer-164tr53-container { order: 0; } .framer-A49LZ .framer-zz6o4b, .framer-A49LZ .framer-1f84gb0-container { order: 1; } .framer-A49LZ .framer-1374ti5, .framer-A49LZ .framer-djugrv, .framer-A49LZ .framer-12bctga, .framer-A49LZ .framer-1d8dxxl, .framer-A49LZ .framer-1szq4l2, .framer-A49LZ .framer-7xs4qo, .framer-A49LZ .framer-1x5plhr, .framer-A49LZ .framer-10aaspw { max-width: 1000px; } .framer-A49LZ .framer-kfella { max-width: 490px; } .framer-A49LZ .framer-lh4qc5-container { height: var(--framer-aspect-ratio-supported, 336px); width: 600px; } .framer-A49LZ .framer-18en2us { aspect-ratio: unset; height: 689px; width: 45%; } .framer-A49LZ .framer-96ckj2 { order: 2; } .framer-A49LZ .framer-13knnqx { gap: 16px; width: 43%; } .framer-A49LZ .framer-1p2vgn6-container { bottom: unset; height: 100%; top: calc(50.183150183150204% - 100% / 2); width: 53%; } .framer-A49LZ .framer-z307bv { order: 3; } .framer-A49LZ .framer-loyrpd { align-content: center; align-items: center; flex-direction: column; gap: 17px; width: 63%; } .framer-A49LZ .framer-1ldntuy, .framer-A49LZ .framer-ubpnab { flex: none; width: 100%; } .framer-A49LZ .framer-pbopue { height: min-content; } .framer-A49LZ .framer-6jfch7 { align-self: stretch; height: auto; width: 40%; } .framer-A49LZ .framer-o1agyq { aspect-ratio: unset; height: 114%; left: -52px; position: absolute; right: -78px; top: calc(59.29721815519768% - 114.49487554904832% / 2); width: unset; } .framer-A49LZ .framer-1mt66pg { order: 4; } .framer-A49LZ .framer-l8h66s, .framer-A49LZ .framer-1j5qnm5 { align-content: flex-start; align-items: flex-start; } .framer-A49LZ .framer-1v7r6yu { align-self: stretch; aspect-ratio: unset; height: auto; width: 46%; } .framer-A49LZ .framer-1ob5ula, .framer-A49LZ .framer-1ogfmv3 { gap: 50px; width: 50%; } .framer-A49LZ .framer-16d2miu { order: 5; } .framer-A49LZ .framer-13w0fle { aspect-ratio: 0.673354735152488 / 1; height: var(--framer-aspect-ratio-supported, 623px); width: 45%; } .framer-A49LZ .framer-1ehkf5c { height: var(--framer-aspect-ratio-supported, 699px); left: 57%; top: -41px; width: 210%; } .framer-A49LZ .framer-efj8j3 { order: 6; } .framer-A49LZ .framer-12tfhy0 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; } .framer-A49LZ .framer-dr6oth-container, .framer-A49LZ .framer-t5ub42-container, .framer-A49LZ .framer-58029f-container { align-self: unset; flex: 1 0 0px; width: 1px; } .framer-A49LZ .framer-19jm3uo { gap: 0px; order: 7; } .framer-A49LZ .framer-10sq8el { gap: unset; justify-content: space-between; padding: 28px 30px 28px 30px; } .framer-A49LZ .framer-126w81u { height: var(--framer-aspect-ratio-supported, 466px); width: 47%; } .framer-A49LZ .framer-1reyxae { order: 8; } .framer-A49LZ .framer-1la7g0c { gap: 40px; } .framer-A49LZ .framer-1ib7odd { order: 0; width: 36%; } .framer-A49LZ .framer-10r68nk-container { order: 9; } .framer-A49LZ .framer-1bma7t7-container { order: 10; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-A49LZ .framer-13knnqx, .framer-A49LZ .framer-loyrpd, .framer-A49LZ .framer-1ob5ula, .framer-A49LZ .framer-1ogfmv3, .framer-A49LZ .framer-12tfhy0, .framer-A49LZ .framer-19jm3uo, .framer-A49LZ .framer-10sq8el, .framer-A49LZ .framer-1la7g0c { gap: 0px; } .framer-A49LZ .framer-13knnqx > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-A49LZ .framer-13knnqx > :first-child, .framer-A49LZ .framer-12tfhy0 > :first-child, .framer-A49LZ .framer-19jm3uo > :first-child, .framer-A49LZ .framer-1la7g0c > :first-child { margin-left: 0px; } .framer-A49LZ .framer-13knnqx > :last-child, .framer-A49LZ .framer-12tfhy0 > :last-child, .framer-A49LZ .framer-19jm3uo > :last-child, .framer-A49LZ .framer-1la7g0c > :last-child { margin-right: 0px; } .framer-A49LZ .framer-loyrpd > * { margin: 0px; margin-bottom: calc(17px / 2); margin-top: calc(17px / 2); } .framer-A49LZ .framer-loyrpd > :first-child, .framer-A49LZ .framer-1ob5ula > :first-child, .framer-A49LZ .framer-1ogfmv3 > :first-child { margin-top: 0px; } .framer-A49LZ .framer-loyrpd > :last-child, .framer-A49LZ .framer-1ob5ula > :last-child, .framer-A49LZ .framer-1ogfmv3 > :last-child { margin-bottom: 0px; } .framer-A49LZ .framer-1ob5ula > *, .framer-A49LZ .framer-1ogfmv3 > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-A49LZ .framer-12tfhy0 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-A49LZ .framer-19jm3uo > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-A49LZ .framer-10sq8el > *, .framer-A49LZ .framer-10sq8el > :first-child, .framer-A49LZ .framer-10sq8el > :last-child { margin: 0px; } .framer-A49LZ .framer-1la7g0c > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }}`,`@media (min-width: 768px) and (max-width: 991px) { .${metadata.bodyClassName}-framer-A49LZ { background: var(--token-cc5ba57f-84d1-48fb-8d25-985696a9874b, rgb(3, 1, 2)) /* {\"name\":\"Neutral / 01\"} */; } .framer-A49LZ.framer-1cx46k1 { width: 768px; } .framer-A49LZ .framer-164tr53-container { order: 0; } .framer-A49LZ .framer-zz6o4b { order: 1; } .framer-A49LZ .framer-1374ti5, .framer-A49LZ .framer-12bctga, .framer-A49LZ .framer-1d8dxxl, .framer-A49LZ .framer-1szq4l2, .framer-A49LZ .framer-7xs4qo, .framer-A49LZ .framer-1x5plhr, .framer-A49LZ .framer-10aaspw { max-width: 720px; padding: 0px 24px 0px 24px; } .framer-A49LZ .framer-i774hl, .framer-A49LZ .framer-l8h66s, .framer-A49LZ .framer-1j5qnm5 { flex-direction: column; gap: 40px; justify-content: center; } .framer-A49LZ .framer-kfella { align-content: center; align-items: center; flex: none; gap: 40px; order: 0; padding: 80px 0px 60px 0px; width: 100%; } .framer-A49LZ .framer-13sw53e { gap: 22px; } .framer-A49LZ .framer-vcbrs3 { align-content: center; align-items: center; justify-content: center; } .framer-A49LZ .framer-lh4qc5-container { height: var(--framer-aspect-ratio-supported, 336px); width: 600px; } .framer-A49LZ .framer-65x0zv-container { height: var(--framer-aspect-ratio-supported, 112px); top: 53%; width: 100%; } .framer-A49LZ .framer-18en2us { height: var(--framer-aspect-ratio-supported, 409px); order: 1; } .framer-A49LZ .framer-96ckj2 { flex-direction: column; order: 2; padding: 80px 0px 0px 0px; } .framer-A49LZ .framer-djugrv { flex: none; max-width: 720px; padding: 20px 24px 20px 24px; width: 100%; } .framer-A49LZ .framer-13knnqx { flex: 1 0 0px; width: 1px; } .framer-A49LZ .framer-1p2vgn6-container { bottom: unset; flex: 1 0 0px; height: 119px; position: relative; right: unset; top: unset; width: 1px; } .framer-A49LZ .framer-z307bv { order: 3; padding: 80px 0px 0px 0px; } .framer-A49LZ .framer-1bja5ep { gap: 40px; justify-content: center; } .framer-A49LZ .framer-loyrpd { align-content: center; align-items: center; flex-direction: column; gap: 20px; width: 100%; } .framer-A49LZ .framer-1ldntuy, .framer-A49LZ .framer-ubpnab, .framer-A49LZ .framer-1f84gb0-container { flex: none; width: 100%; } .framer-A49LZ .framer-pbopue { align-content: center; align-items: center; flex-direction: column; gap: 30px; } .framer-A49LZ .framer-pmwvq7 { flex: none; order: 1; width: 100%; } .framer-A49LZ .framer-1mt66pg { order: 4; padding: 100px 0px 0px 0px; } .framer-A49LZ .framer-1v7r6yu { aspect-ratio: 1.4608695652173913 / 1; height: var(--framer-aspect-ratio-supported, 460px); width: 100%; } .framer-A49LZ .framer-1ob5ula { align-content: center; align-items: center; gap: 40px; width: 100%; } .framer-A49LZ .framer-16d2miu { order: 5; padding: 100px 0px 0px 0px; } .framer-A49LZ .framer-1ogfmv3 { align-content: center; align-items: center; gap: 40px; order: 1; width: 100%; } .framer-A49LZ .framer-13w0fle { aspect-ratio: unset; height: 500px; order: 0; width: 100%; } .framer-A49LZ .framer-1ehkf5c { height: var(--framer-aspect-ratio-supported, 900px); left: 53%; top: -108px; width: 168%; } .framer-A49LZ .framer-efj8j3 { order: 6; padding: 100px 0px 80px 0px; } .framer-A49LZ .framer-f6zjx { gap: 40px; } .framer-A49LZ .framer-19jm3uo { order: 7; padding: 60px 0px 0px 0px; } .framer-A49LZ .framer-10sq8el { flex-direction: column; gap: 40px; padding: 60px 30px 60px 30px; } .framer-A49LZ .framer-126w81u { height: var(--framer-aspect-ratio-supported, 488px); width: 70%; } .framer-A49LZ .framer-tvtsi9 { align-content: center; align-items: center; gap: 35px; width: 84%; } .framer-A49LZ .framer-1ybxdfg { gap: 20px; } .framer-A49LZ .framer-1reyxae { order: 8; padding: 80px 0px 0px 0px; } .framer-A49LZ .framer-1la7g0c { align-content: center; align-items: center; flex-direction: column; gap: 40px; } .framer-A49LZ .framer-1ib7odd { align-content: center; align-items: center; gap: 36px; width: 100%; } .framer-A49LZ .framer-19qsqkm { align-content: center; align-items: center; } .framer-A49LZ .framer-10r68nk-container { order: 9; } .framer-A49LZ .framer-1bma7t7-container { order: 10; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-A49LZ .framer-i774hl, .framer-A49LZ .framer-kfella, .framer-A49LZ .framer-13sw53e, .framer-A49LZ .framer-96ckj2, .framer-A49LZ .framer-1bja5ep, .framer-A49LZ .framer-loyrpd, .framer-A49LZ .framer-pbopue, .framer-A49LZ .framer-l8h66s, .framer-A49LZ .framer-1ob5ula, .framer-A49LZ .framer-1j5qnm5, .framer-A49LZ .framer-1ogfmv3, .framer-A49LZ .framer-f6zjx, .framer-A49LZ .framer-10sq8el, .framer-A49LZ .framer-tvtsi9, .framer-A49LZ .framer-1ybxdfg, .framer-A49LZ .framer-1la7g0c, .framer-A49LZ .framer-1ib7odd { gap: 0px; } .framer-A49LZ .framer-i774hl > *, .framer-A49LZ .framer-kfella > *, .framer-A49LZ .framer-1bja5ep > *, .framer-A49LZ .framer-l8h66s > *, .framer-A49LZ .framer-1ob5ula > *, .framer-A49LZ .framer-1j5qnm5 > *, .framer-A49LZ .framer-1ogfmv3 > *, .framer-A49LZ .framer-f6zjx > *, .framer-A49LZ .framer-10sq8el > *, .framer-A49LZ .framer-1la7g0c > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-A49LZ .framer-i774hl > :first-child, .framer-A49LZ .framer-kfella > :first-child, .framer-A49LZ .framer-13sw53e > :first-child, .framer-A49LZ .framer-96ckj2 > :first-child, .framer-A49LZ .framer-1bja5ep > :first-child, .framer-A49LZ .framer-loyrpd > :first-child, .framer-A49LZ .framer-pbopue > :first-child, .framer-A49LZ .framer-l8h66s > :first-child, .framer-A49LZ .framer-1ob5ula > :first-child, .framer-A49LZ .framer-1j5qnm5 > :first-child, .framer-A49LZ .framer-1ogfmv3 > :first-child, .framer-A49LZ .framer-f6zjx > :first-child, .framer-A49LZ .framer-10sq8el > :first-child, .framer-A49LZ .framer-tvtsi9 > :first-child, .framer-A49LZ .framer-1ybxdfg > :first-child, .framer-A49LZ .framer-1la7g0c > :first-child, .framer-A49LZ .framer-1ib7odd > :first-child { margin-top: 0px; } .framer-A49LZ .framer-i774hl > :last-child, .framer-A49LZ .framer-kfella > :last-child, .framer-A49LZ .framer-13sw53e > :last-child, .framer-A49LZ .framer-96ckj2 > :last-child, .framer-A49LZ .framer-1bja5ep > :last-child, .framer-A49LZ .framer-loyrpd > :last-child, .framer-A49LZ .framer-pbopue > :last-child, .framer-A49LZ .framer-l8h66s > :last-child, .framer-A49LZ .framer-1ob5ula > :last-child, .framer-A49LZ .framer-1j5qnm5 > :last-child, .framer-A49LZ .framer-1ogfmv3 > :last-child, .framer-A49LZ .framer-f6zjx > :last-child, .framer-A49LZ .framer-10sq8el > :last-child, .framer-A49LZ .framer-tvtsi9 > :last-child, .framer-A49LZ .framer-1ybxdfg > :last-child, .framer-A49LZ .framer-1la7g0c > :last-child, .framer-A49LZ .framer-1ib7odd > :last-child { margin-bottom: 0px; } .framer-A49LZ .framer-13sw53e > * { margin: 0px; margin-bottom: calc(22px / 2); margin-top: calc(22px / 2); } .framer-A49LZ .framer-96ckj2 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-A49LZ .framer-loyrpd > *, .framer-A49LZ .framer-1ybxdfg > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-A49LZ .framer-pbopue > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-A49LZ .framer-tvtsi9 > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-A49LZ .framer-1ib7odd > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } }}`,`@media (max-width: 767px) { .${metadata.bodyClassName}-framer-A49LZ { background: var(--token-cc5ba57f-84d1-48fb-8d25-985696a9874b, rgb(3, 1, 2)) /* {\"name\":\"Neutral / 01\"} */; } .framer-A49LZ.framer-1cx46k1 { width: 390px; } .framer-A49LZ .framer-164tr53-container { left: 0px; order: 0; transform: unset; } .framer-A49LZ .framer-zz6o4b { order: 1; } .framer-A49LZ .framer-1374ti5, .framer-A49LZ .framer-12bctga, .framer-A49LZ .framer-1d8dxxl, .framer-A49LZ .framer-1szq4l2, .framer-A49LZ .framer-7xs4qo, .framer-A49LZ .framer-1x5plhr, .framer-A49LZ .framer-10aaspw { max-width: 524px; padding: 0px 24px 0px 24px; } .framer-A49LZ .framer-i774hl { flex-direction: column; gap: 0px; justify-content: center; max-width: 400px; } .framer-A49LZ .framer-kfella { align-content: center; align-items: center; flex: none; gap: 32px; order: 0; padding: 60px 0px 30px 0px; width: 100%; } .framer-A49LZ .framer-13sw53e { gap: 18px; } .framer-A49LZ .framer-vcbrs3 { align-content: center; align-items: center; flex-direction: column; justify-content: center; } .framer-A49LZ .framer-9u8oar-container { align-self: stretch; } .framer-A49LZ .framer-lh4qc5-container { height: var(--framer-aspect-ratio-supported, 168px); width: 300px; } .framer-A49LZ .framer-65x0zv-container { height: var(--framer-aspect-ratio-supported, 112px); left: 50%; width: 100%; } .framer-A49LZ .framer-18en2us { height: var(--framer-aspect-ratio-supported, 349px); max-width: 274px; order: 1; width: 80%; } .framer-A49LZ .framer-96ckj2 { flex-direction: column; order: 2; padding: 60px 0px 0px 0px; } .framer-A49LZ .framer-djugrv { flex: none; flex-direction: column; gap: 30px; max-width: unset; padding: 20px 24px 20px 24px; width: 100%; } .framer-A49LZ .framer-13knnqx { max-width: 400px; width: 100%; } .framer-A49LZ .framer-1p2vgn6-container { bottom: unset; height: 101px; position: relative; right: unset; top: unset; width: 100%; } .framer-A49LZ .framer-z307bv { order: 3; padding: 60px 0px 0px 0px; } .framer-A49LZ .framer-1bja5ep { gap: 30px; justify-content: center; max-width: 400px; } .framer-A49LZ .framer-loyrpd { align-content: center; align-items: center; flex-direction: column; gap: 24px; } .framer-A49LZ .framer-1ldntuy, .framer-A49LZ .framer-ubpnab, .framer-A49LZ .framer-1f84gb0-container { flex: none; width: 100%; } .framer-A49LZ .framer-pbopue { flex-direction: column; height: min-content; } .framer-A49LZ .framer-pmwvq7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; order: 1; width: 100%; } .framer-A49LZ .framer-4hixms-container, .framer-A49LZ .framer-1sbq5s3-container, .framer-A49LZ .framer-yycp6h-container, .framer-A49LZ .framer-1r6opcq-container { align-self: unset; } .framer-A49LZ .framer-1mt66pg { order: 4; padding: 100px 0px 0px 0px; } .framer-A49LZ .framer-l8h66s, .framer-A49LZ .framer-1j5qnm5 { flex-direction: column; gap: 36px; justify-content: center; max-width: 400px; } .framer-A49LZ .framer-1v7r6yu { aspect-ratio: 1.1103896103896105 / 1; height: var(--framer-aspect-ratio-supported, 308px); width: 100%; } .framer-A49LZ .framer-14poun0 { height: 367px; left: calc(50.36496350364966% - 106.93430656934306% / 2); width: 107%; } .framer-A49LZ .framer-1ob5ula { align-content: center; align-items: center; gap: 30px; width: 100%; } .framer-A49LZ .framer-16d2miu { order: 5; padding: 100px 0px 0px 0px; } .framer-A49LZ .framer-1ogfmv3 { align-content: center; align-items: center; gap: 30px; order: 1; width: 100%; } .framer-A49LZ .framer-13w0fle { aspect-ratio: unset; height: 308px; order: 0; width: 100%; } .framer-A49LZ .framer-1ehkf5c { height: var(--framer-aspect-ratio-supported, 519px); } .framer-A49LZ .framer-efj8j3 { order: 6; padding: 100px 0px 0px 0px; } .framer-A49LZ .framer-f6zjx { gap: 30px; max-width: 400px; } .framer-A49LZ .framer-19jm3uo { gap: 0px; order: 7; padding: 100px 0px 0px 0px; } .framer-A49LZ .framer-10sq8el { flex-direction: column; gap: 30px; max-width: 400px; padding: 60px 20px 60px 20px; } .framer-A49LZ .framer-126w81u { height: var(--framer-aspect-ratio-supported, 344px); width: 100%; } .framer-A49LZ .framer-tvtsi9 { align-content: center; align-items: center; width: 100%; } .framer-A49LZ .framer-1reyxae { order: 8; padding: 100px 0px 60px 0px; } .framer-A49LZ .framer-1la7g0c { align-content: center; align-items: center; flex-direction: column; gap: 30px; max-width: 400px; } .framer-A49LZ .framer-1ib7odd { align-content: center; align-items: center; gap: 24px; width: 100%; } .framer-A49LZ .framer-19qsqkm { align-content: center; align-items: center; } .framer-A49LZ .framer-gw28mj { width: 100%; } .framer-A49LZ .framer-10r68nk-container { order: 9; } .framer-A49LZ .framer-1bma7t7-container { order: 10; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-A49LZ .framer-i774hl, .framer-A49LZ .framer-kfella, .framer-A49LZ .framer-13sw53e, .framer-A49LZ .framer-vcbrs3, .framer-A49LZ .framer-96ckj2, .framer-A49LZ .framer-djugrv, .framer-A49LZ .framer-1bja5ep, .framer-A49LZ .framer-loyrpd, .framer-A49LZ .framer-pbopue, .framer-A49LZ .framer-pmwvq7, .framer-A49LZ .framer-l8h66s, .framer-A49LZ .framer-1ob5ula, .framer-A49LZ .framer-1j5qnm5, .framer-A49LZ .framer-1ogfmv3, .framer-A49LZ .framer-f6zjx, .framer-A49LZ .framer-19jm3uo, .framer-A49LZ .framer-10sq8el, .framer-A49LZ .framer-1la7g0c, .framer-A49LZ .framer-1ib7odd { gap: 0px; } .framer-A49LZ .framer-i774hl > *, .framer-A49LZ .framer-96ckj2 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-A49LZ .framer-i774hl > :first-child, .framer-A49LZ .framer-kfella > :first-child, .framer-A49LZ .framer-13sw53e > :first-child, .framer-A49LZ .framer-vcbrs3 > :first-child, .framer-A49LZ .framer-96ckj2 > :first-child, .framer-A49LZ .framer-djugrv > :first-child, .framer-A49LZ .framer-1bja5ep > :first-child, .framer-A49LZ .framer-loyrpd > :first-child, .framer-A49LZ .framer-pbopue > :first-child, .framer-A49LZ .framer-pmwvq7 > :first-child, .framer-A49LZ .framer-l8h66s > :first-child, .framer-A49LZ .framer-1ob5ula > :first-child, .framer-A49LZ .framer-1j5qnm5 > :first-child, .framer-A49LZ .framer-1ogfmv3 > :first-child, .framer-A49LZ .framer-f6zjx > :first-child, .framer-A49LZ .framer-10sq8el > :first-child, .framer-A49LZ .framer-1la7g0c > :first-child, .framer-A49LZ .framer-1ib7odd > :first-child { margin-top: 0px; } .framer-A49LZ .framer-i774hl > :last-child, .framer-A49LZ .framer-kfella > :last-child, .framer-A49LZ .framer-13sw53e > :last-child, .framer-A49LZ .framer-vcbrs3 > :last-child, .framer-A49LZ .framer-96ckj2 > :last-child, .framer-A49LZ .framer-djugrv > :last-child, .framer-A49LZ .framer-1bja5ep > :last-child, .framer-A49LZ .framer-loyrpd > :last-child, .framer-A49LZ .framer-pbopue > :last-child, .framer-A49LZ .framer-pmwvq7 > :last-child, .framer-A49LZ .framer-l8h66s > :last-child, .framer-A49LZ .framer-1ob5ula > :last-child, .framer-A49LZ .framer-1j5qnm5 > :last-child, .framer-A49LZ .framer-1ogfmv3 > :last-child, .framer-A49LZ .framer-f6zjx > :last-child, .framer-A49LZ .framer-10sq8el > :last-child, .framer-A49LZ .framer-1la7g0c > :last-child, .framer-A49LZ .framer-1ib7odd > :last-child { margin-bottom: 0px; } .framer-A49LZ .framer-kfella > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-A49LZ .framer-13sw53e > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-A49LZ .framer-vcbrs3 > *, .framer-A49LZ .framer-pmwvq7 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-A49LZ .framer-djugrv > *, .framer-A49LZ .framer-1bja5ep > *, .framer-A49LZ .framer-1ob5ula > *, .framer-A49LZ .framer-1ogfmv3 > *, .framer-A49LZ .framer-f6zjx > *, .framer-A49LZ .framer-10sq8el > *, .framer-A49LZ .framer-1la7g0c > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-A49LZ .framer-loyrpd > *, .framer-A49LZ .framer-pbopue > *, .framer-A49LZ .framer-1ib7odd > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-A49LZ .framer-l8h66s > *, .framer-A49LZ .framer-1j5qnm5 > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } .framer-A49LZ .framer-19jm3uo > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-A49LZ .framer-19jm3uo > :first-child { margin-left: 0px; } .framer-A49LZ .framer-19jm3uo > :last-child { margin-right: 0px; } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 7973\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ne6JzwESK\":{\"layout\":[\"fixed\",\"fixed\"]},\"HPKvr9Ine\":{\"layout\":[\"fixed\",\"auto\"]},\"H_xIB1Hzl\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const Framerljh9JJhDT=withCSS(Component,css,\"framer-A49LZ\");export default Framerljh9JJhDT;Framerljh9JJhDT.displayName=\"Home\";Framerljh9JJhDT.defaultProps={height:7973,width:1440};addFonts(Framerljh9JJhDT,[{explicitInter:true,fonts:[{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNTxXUEKi4Rw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU7NTxXUEKi4Rw.woff2\",weight:\"400\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_KUnNTxXUEKi4Rw.woff2\",weight:\"800\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...PrimaryHeaderFonts,...ButtonFillFonts,...ButtonOutlineFonts,...FeatherFonts,...VideoFonts,...VimeoFonts,...BrandTicker2Fonts,...CardServiceCard2Fonts,...CardTestimonialFonts,...TickerFonts,...AccordionStackFonts,...SectionCTA02Fonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerljh9JJhDT\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"7973\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ne6JzwESK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"HPKvr9Ine\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"H_xIB1Hzl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1440\",\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["_classCallCheck", "e", "t", "_defineProperties", "n", "r", "_createClass", "global", "getMethodName", "isDomElement", "isInteger", "isVimeoUrl", "getVimeoUrl", "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", "ObjectFitType", "SrcType", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "isMountedAndReadyForProgressChanges", "X", "srcType", "srcFile", "srcUrl", "progress", "objectFit", "backgroundColor", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "poster", "posterEnabled", "startTimeProp", "volume", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "startTime", "ue", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "groupsRegex", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "TickerFonts", "getFonts", "Ticker", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "Ticker", "css", "FramerKTTurNWNt", "withCSS", "KTTurNWNt_default", "addFonts", "TickerFonts", "ButtonFillFonts", "getFonts", "zBCVkFhfJ_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "Image2", "RichText2", "ComponentViewportProvider", "css", "FramernSYMWuNXB", "withCSS", "nSYMWuNXB_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "tap", "text", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "fk9bpdXl7", "Z0AoMJEHa", "Reu_qKAtU", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1ktxm37", "args", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "SVG", "RichText2", "css", "FramerpsG21Ba8i", "withCSS", "psG21Ba8i_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "equals", "b", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "height", "icon", "id", "text", "title", "width", "props", "_ref", "_ref1", "_humanReadableEnumMap_icon", "_ref2", "_ref3", "_humanReadableVariantMap_props_variant", "_ref4", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Pj5DdHvaD", "L1Hnn_CpI", "aVGxSnzVp", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "visible", "visible1", "visible2", "visible3", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "SVG", "RichText2", "css", "FramerZbzGjMI6_", "withCSS", "ZbzGjMI6_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "PrimaryHeaderFonts", "getFonts", "jL9QqK1XE_default", "PrimaryHeaderWithVariantAppearEffect", "withVariantAppearEffect", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText2", "ButtonFillFonts", "zBCVkFhfJ_default", "ContainerWithOptimizedAppearEffect", "Container", "ButtonOutlineFonts", "psG21Ba8i_default", "FeatherFonts", "Icon", "VideoFonts", "Video", "VimeoFonts", "Vimeo_default", "ImageWithOptimizedAppearEffect", "Image2", "BrandTicker2Fonts", "KTTurNWNt_default", "RichTextWithFX", "withFX", "CardServiceCard2Fonts", "ZbzGjMI6_default", "ContainerWithFX", "ImageWithFX", "CardTestimonialFonts", "bo_CmL8mG_default", "TickerFonts", "WAatggtAp_default", "AccordionStackFonts", "UOddajJb3_default", "SectionCTA02Fonts", "nSYMWuNXB_default", "FooterFonts", "yZa7_k32y_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "transition1", "animation", "animation1", "transition2", "animation2", "transition3", "animation3", "transition4", "animation4", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "animation5", "animation6", "animation7", "transition5", "transition6", "transition7", "transition8", "transition9", "addImageAlt", "image", "alt", "transition10", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "Reu_qKAtUwelu7j", "overlay", "paginationInfo", "args", "onClick1wvko5h", "ref1", "pe", "ref2", "elementId", "useRouteElementId", "ref3", "elementId1", "isDisplayed", "router", "useRouter", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "PropertyOverrides2", "x", "l", "AnimatePresence", "Ga", "getLoadingLazyAtYPosition", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "css", "Framerljh9JJhDT", "withCSS", "ljh9JJhDT_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
