{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/utils@10.14.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/easing@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/animation@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:tslib@2.4.0/tslib.es6.js", "ssg:https://ga.jspm.io/npm:hey-listen@1.0.8/dist/index.js", "ssg:https://ga.jspm.io/npm:@motionone/generators@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.13.1/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/DAWxXDGdC5RJUOPfOsh5/Ticker.js", "ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js", "ssg:https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js", "ssg:https://framerusercontent.com/modules/cuQH4dmpDnV8YK1mSgQX/KqRXqunFjE6ufhpc7ZRu/useFontControls.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/IZ0vSV62Dv7ax4rBiGUk/Video.js", "ssg:https://framerusercontent.com/modules/vkHAj2Yk0mTnbM6ZdN5c/Foxm7T4YpJpvPgDlEus0/FormSpark.js", "ssg:https://framerusercontent.com/modules/7DQZW7Kj4ix7fHdnHvD2/nPeiwaScRJGYNq1ZBzYt/DNhFzFkab.js", "ssg:https://framerusercontent.com/modules/5nbz7Z42SBqutb9YBCcc/cCbvAmcbp3JlFfo5TYOw/dYI4FaG7U.js", "ssg:https://framerusercontent.com/modules/y2Jo0HUYlQqCccMLUQGc/34yK7TpwYF1bJxeCH08W/VJs4kEzgs.js", "ssg:https://framerusercontent.com/modules/yTbNsX1f2OFVR9G6TkZF/HYcPOnhuVDeGNLEbtO85/kFOHFlB8O.js", "ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/iconoir-icons/Home.js@0.0.11", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/zL9598C4KbEbqUGvSR14/rI8sPHpnG9XGcCPc0vU4/Iconoir.js", "ssg:https://framerusercontent.com/modules/fvqx2jowxWmkp6YjiPhs/yvqZajfb7pP1WiFfGTEW/aAdohScXF.js", "ssg:https://framerusercontent.com/modules/7NfwV3ViucKUWv0O9nSR/pVTitIdFDHIbazDLHYMr/QFiZe2uAT.js", "ssg:https://framerusercontent.com/modules/jkqtLLHuC1mXM8h01IaQ/UaN4q5doQlwompoCMDJ6/qxYWctY_B.js", "ssg:https://framerusercontent.com/modules/iJJJ6BqKOxrgKXtC2DHH/NI0x2gvrv6q79WdHcSqT/Rgfe4eDav.js", "ssg:https://framerusercontent.com/modules/hRNP278Z4aKMqrrZqXJb/OLD0GJXMExwxSkMmNIZi/YjXjiKdIG.js", "ssg:https://framerusercontent.com/modules/7fod1LfAt8XAOjmoWdN5/EWx3X5K4HPqwjLX1E8Hg/bEiodWSQ3.js", "ssg:https://framerusercontent.com/modules/5aGRhcfMz5PwwYFKHeXy/0oryI9JdPgFYh1KDZzLm/augiA20Il.js"],
  "sourcesContent": ["function addUniqueItem(t,e){-1===t.indexOf(e)&&t.push(e)}function removeItem(t,e){const n=t.indexOf(e);n>-1&&t.splice(n,1)}const clamp=(t,e,n)=>Math.min(Math.max(n,t),e);const t={duration:.3,delay:0,endDelay:0,repeat:0,easing:\"ease\"};const isNumber=t=>\"number\"===typeof t;const isEasingList=t=>Array.isArray(t)&&!isNumber(t[0]);const wrap=(t,e,n)=>{const o=e-t;return((n-t)%o+o)%o+t};function getEasingForSegment(t,e){return isEasingList(t)?t[wrap(0,t.length,e)]:t}const mix=(t,e,n)=>-n*t+n*e+t;const noop=()=>{};const noopReturn=t=>t;const progress=(t,e,n)=>e-t===0?1:(n-t)/(e-t);function fillOffset(t,e){const n=t[t.length-1];for(let o=1;o<=e;o++){const s=progress(0,e,o);t.push(mix(n,1,s))}}function defaultOffset(t){const e=[0];fillOffset(e,t-1);return e}function interpolate(t,e=defaultOffset(t.length),n=noopReturn){const o=t.length;const s=o-e.length;s>0&&fillOffset(e,s);return s=>{let f=0;for(;f<o-2;f++)if(s<e[f+1])break;let r=clamp(0,1,progress(e[f],e[f+1],s));const c=getEasingForSegment(n,f);r=c(r);return mix(t[f],t[f+1],r)}}const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isFunction=t=>\"function\"===typeof t;const isString=t=>\"string\"===typeof t;const e={ms:t=>1e3*t,s:t=>t/1e3};\n/*\n  Convert velocity into velocity per second\n\n  @param [number]: Unit per frame\n  @param [number]: Frame duration in ms\n*/function velocityPerSecond(t,e){return e?t*(1e3/e):0}export{addUniqueItem,clamp,defaultOffset,t as defaults,fillOffset,getEasingForSegment,interpolate,isCubicBezier,isEasingGenerator,isEasingList,isFunction,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{noopReturn as t,defaults as i,isEasingGenerator as e,isEasingList as s,interpolate as a}from\"@motionone/utils\";import{cubicBezier as n,steps as r}from\"@motionone/easing\";const o={ease:n(.25,.1,.25,1),\"ease-in\":n(.42,0,1,1),\"ease-in-out\":n(.42,0,.58,1),\"ease-out\":n(0,0,.58,1)};const h=/\\((.*?)\\)/;function getEasingFunction(i){if(\"function\"===typeof i)return i;if(Array.isArray(i))return n(...i);if(o[i])return o[i];if(i.startsWith(\"steps\")){const t=h.exec(i);if(t){const i=t[1].split(\",\");return r(parseFloat(i[0]),i[1].trim())}}return t}class Animation{constructor(n,r=[0,1],{easing:o,duration:h=i.duration,delay:u=i.delay,endDelay:l=i.endDelay,repeat:m=i.repeat,offset:c,direction:p=\"normal\"}={}){this.startTime=null;this.rate=1;this.t=0;this.cancelTimestamp=null;this.easing=t;this.duration=0;this.totalDuration=0;this.repeat=0;this.playState=\"idle\";this.finished=new Promise(((t,i)=>{this.resolve=t;this.reject=i}));o=o||i.easing;if(e(o)){const t=o.createAnimation(r,(()=>\"0\"),true);o=t.easing;void 0!==t.keyframes&&(r=t.keyframes);void 0!==t.duration&&(h=t.duration)}this.repeat=m;this.easing=s(o)?t:getEasingFunction(o);this.updateDuration(h);const d=a(r,c,s(o)?o.map(getEasingFunction):t);this.tick=t=>{var i;u=u;let e=0;e=void 0!==this.pauseTime?this.pauseTime:(t-this.startTime)*this.rate;this.t=e;e/=1e3;e=Math.max(e-u,0);\"finished\"===this.playState&&void 0===this.pauseTime&&(e=this.totalDuration);const s=e/this.duration;let a=Math.floor(s);let r=s%1;!r&&s>=1&&(r=1);1===r&&a--;const o=a%2;(\"reverse\"===p||\"alternate\"===p&&o||\"alternate-reverse\"===p&&!o)&&(r=1-r);const h=e>=this.totalDuration?1:Math.min(r,1);const m=d(this.easing(h));n(m);const c=void 0===this.pauseTime&&(\"finished\"===this.playState||e>=this.totalDuration+l);if(c){this.playState=\"finished\";null===(i=this.resolve)||void 0===i?void 0:i.call(this,m)}else\"idle\"!==this.playState&&(this.frameRequestId=requestAnimationFrame(this.tick))};this.play()}play(){const t=performance.now();this.playState=\"running\";void 0!==this.pauseTime?this.startTime=t-this.pauseTime:this.startTime||(this.startTime=t);this.cancelTimestamp=this.startTime;this.pauseTime=void 0;this.frameRequestId=requestAnimationFrame(this.tick)}pause(){this.playState=\"paused\";this.pauseTime=this.t}finish(){this.playState=\"finished\";this.tick(0)}stop(){var t;this.playState=\"idle\";void 0!==this.frameRequestId&&cancelAnimationFrame(this.frameRequestId);null===(t=this.reject)||void 0===t?void 0:t.call(this,false)}cancel(){this.stop();this.tick(this.cancelTimestamp)}reverse(){this.rate*=-1}commitStyles(){}updateDuration(t){this.duration=t;this.totalDuration=t*(this.repeat+1)}get currentTime(){return this.t}set currentTime(t){void 0!==this.pauseTime||0===this.rate?this.pauseTime=t:this.startTime=performance.now()-t/this.rate}get playbackRate(){return this.rate}set playbackRate(t){this.rate=t}}export{Animation,getEasingFunction};\n\n//# sourceMappingURL=index.es.js.map", "var extendStatics=function(e,t){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])};return extendStatics(e,t)};function __extends(e,t){if(\"function\"!==typeof t&&null!==t)throw new TypeError(\"Class extends value \"+String(t)+\" is not a constructor or null\");extendStatics(e,t);function __(){this.constructor=e}e.prototype=null===t?Object.create(t):(__.prototype=t.prototype,new __)}var __assign=function(){__assign=Object.assign||function __assign(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e};return __assign.apply(this,arguments)};function __rest(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"===typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function __decorate(e,t,r,n){var o,a=arguments.length,i=a<3?t:null===n?n=Object.getOwnPropertyDescriptor(t,r):n;if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.decorate)i=Reflect.decorate(e,t,r,n);else for(var c=e.length-1;c>=0;c--)(o=e[c])&&(i=(a<3?o(i):a>3?o(t,r,i):o(t,r))||i);return a>3&&i&&Object.defineProperty(t,r,i),i}function __param(e,t){return function(r,n){t(r,n,e)}}function __metadata(e,t){if(\"object\"===typeof Reflect&&\"function\"===typeof Reflect.metadata)return Reflect.metadata(e,t)}function __awaiter(e,t,r,n){function adopt(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,o){function fulfilled(e){try{step(n.next(e))}catch(e){o(e)}}function rejected(e){try{step(n.throw(e))}catch(e){o(e)}}function step(e){e.done?r(e.value):adopt(e.value).then(fulfilled,rejected)}step((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:verb(0),throw:verb(1),return:verb(2)},\"function\"===typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function verb(e){return function(t){return step([e,t])}}function step(a){if(r)throw new TypeError(\"Generator is already executing.\");while(i)try{if(r=1,n&&(o=2&a[0]?n.return:a[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,a[1])).done)return o;(n=0,o)&&(a=[2&a[0],o.value]);switch(a[0]){case 0:case 1:o=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(o=i.trys,o=o.length>0&&o[o.length-1])&&(6===a[0]||2===a[0])){i=0;continue}if(3===a[0]&&(!o||a[1]>o[0]&&a[1]<o[3])){i.label=a[1];break}if(6===a[0]&&i.label<o[1]){i.label=o[1];o=a;break}if(o&&i.label<o[2]){i.label=o[2];i.ops.push(a);break}o[2]&&i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=o=0}if(5&a[0])throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var e=Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!(\"get\"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:true,get:function(){return t[r]}});Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r);e[n]=t[r]};function __exportStar(t,r){for(var n in t)\"default\"===n||Object.prototype.hasOwnProperty.call(r,n)||e(r,t,n)}function __values(e){var t=\"function\"===typeof Symbol&&Symbol.iterator,r=t&&e[t],n=0;if(r)return r.call(e);if(e&&\"number\"===typeof e.length)return{next:function(){e&&n>=e.length&&(e=void 0);return{value:e&&e[n++],done:!e}}};throw new TypeError(t?\"Object is not iterable.\":\"Symbol.iterator is not defined.\")}function __read(e,t){var r=\"function\"===typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,o,a=r.call(e),i=[];try{while((void 0===t||t-- >0)&&!(n=a.next()).done)i.push(n.value)}catch(e){o={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(o)throw o.error}}return i}\n/** @deprecated */function __spread(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(__read(arguments[t]));return e}\n/** @deprecated */function __spreadArrays(){for(var e=0,t=0,r=arguments.length;t<r;t++)e+=arguments[t].length;var n=Array(e),o=0;for(t=0;t<r;t++)for(var a=arguments[t],i=0,c=a.length;i<c;i++,o++)n[o]=a[i];return n}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,o=0,a=t.length;o<a;o++)if(n||!(o in t)){n||(n=Array.prototype.slice.call(t,0,o));n[o]=t[o]}return e.concat(n||Array.prototype.slice.call(t))}function __await(e){return this instanceof __await?(this.v=e,this):new __await(e)}function __asyncGenerator(e,t,r){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var n,o=r.apply(e,t||[]),a=[];return n={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),n[Symbol.asyncIterator]=function(){return this},n;function verb(e){o[e]&&(n[e]=function(t){return new Promise((function(r,n){a.push([e,t,r,n])>1||resume(e,t)}))})}function resume(e,t){try{step(o[e](t))}catch(e){settle(a[0][3],e)}}function step(e){e.value instanceof __await?Promise.resolve(e.value.v).then(fulfill,reject):settle(a[0][2],e)}function fulfill(e){resume(\"next\",e)}function reject(e){resume(\"throw\",e)}function settle(e,t){(e(t),a.shift(),a.length)&&resume(a[0][0],a[0][1])}}function __asyncDelegator(e){var t,r;return t={},verb(\"next\"),verb(\"throw\",(function(e){throw e})),verb(\"return\"),t[Symbol.iterator]=function(){return this},t;function verb(n,o){t[n]=e[n]?function(t){return(r=!r)?{value:__await(e[n](t)),done:\"return\"===n}:o?o(t):t}:o}}function __asyncValues(e){if(!Symbol.asyncIterator)throw new TypeError(\"Symbol.asyncIterator is not defined.\");var t,r=e[Symbol.asyncIterator];return r?r.call(e):(e=\"function\"===typeof __values?__values(e):e[Symbol.iterator](),t={},verb(\"next\"),verb(\"throw\"),verb(\"return\"),t[Symbol.asyncIterator]=function(){return this},t);function verb(r){t[r]=e[r]&&function(t){return new Promise((function(n,o){t=e[r](t),settle(n,o,t.done,t.value)}))}}function settle(e,t,r,n){Promise.resolve(n).then((function(t){e({value:t,done:r})}),t)}}function __makeTemplateObject(e,t){Object.defineProperty?Object.defineProperty(e,\"raw\",{value:t}):e.raw=t;return e}var t=Object.create?function(e,t){Object.defineProperty(e,\"default\",{enumerable:true,value:t})}:function(e,t){e.default=t};function __importStar(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)\"default\"!==o&&Object.prototype.hasOwnProperty.call(r,o)&&e(n,r,o);t(n,r);return n}function __importDefault(e){return e&&e.__esModule?e:{default:e}}function __classPrivateFieldGet(e,t,r,n){if(\"a\"===r&&!n)throw new TypeError(\"Private accessor was defined without a getter\");if(\"function\"===typeof t?e!==t||!n:!t.has(e))throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");return\"m\"===r?n:\"a\"===r?n.call(e):n?n.value:t.get(e)}function __classPrivateFieldSet(e,t,r,n,o){if(\"m\"===n)throw new TypeError(\"Private method is not writable\");if(\"a\"===n&&!o)throw new TypeError(\"Private accessor was defined without a setter\");if(\"function\"===typeof t?e!==t||!o:!t.has(e))throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");return\"a\"===n?o.call(e,r):o?o.value=r:t.set(e,r),r}function __classPrivateFieldIn(e,t){if(null===t||\"object\"!==typeof t&&\"function\"!==typeof t)throw new TypeError(\"Cannot use 'in' operator on non-object\");return\"function\"===typeof e?t===e:e.has(t)}export{__assign,__asyncDelegator,__asyncGenerator,__asyncValues,__await,__awaiter,__classPrivateFieldGet,__classPrivateFieldIn,__classPrivateFieldSet,e as __createBinding,__decorate,__exportStar,__extends,__generator,__importDefault,__importStar,__makeTemplateObject,__metadata,__param,__read,__rest,__spread,__spreadArray,__spreadArrays,__values};\n\n//# sourceMappingURL=tslib.es6.js.map", "var n={};Object.defineProperty(n,\"__esModule\",{value:true});n.warning=function(){};n.invariant=function(){};const e=n.__esModule,t=n.warning,r=n.invariant;export default n;export{e as __esModule,r as invariant,t as warning};\n\n//# sourceMappingURL=index.js.map", "import{velocityPerSecond as e,time as t}from\"@motionone/utils\";const s=5;function calcGeneratorVelocity(t,n,r){const a=Math.max(n-s,0);return e(r-t(a),n-a)}const n={stiffness:100,damping:10,mass:1};const calcDampingRatio=(e=n.stiffness,t=n.damping,s=n.mass)=>t/(2*Math.sqrt(e*s));function hasReachedTarget(e,t,s){return e<t&&s>=t||e>t&&s<=t}const spring=({stiffness:e=n.stiffness,damping:s=n.damping,mass:r=n.mass,from:a=0,to:o=1,velocity:c=0,restSpeed:i=2,restDistance:h=.5}={})=>{c=c?t.s(c):0;const u={done:false,hasReachedTarget:false,current:a,target:o};const d=o-a;const f=Math.sqrt(e/r)/1e3;const l=calcDampingRatio(e,s,r);let g;if(l<1){const e=f*Math.sqrt(1-l*l);g=t=>o-Math.exp(-l*f*t)*((l*f*d-c)/e*Math.sin(e*t)+d*Math.cos(e*t))}else g=e=>o-Math.exp(-f*e)*(d+(f*d-c)*e);return e=>{u.current=g(e);const t=0===e?c:calcGeneratorVelocity(g,e,u.current);const s=Math.abs(t)<=i;const n=Math.abs(o-u.current)<=h;u.done=s&&n;u.hasReachedTarget=hasReachedTarget(a,o,u.current);return u}};const glide=({from:e=0,velocity:s=0,power:n=.8,decay:r=.325,bounceDamping:a,bounceStiffness:o,changeTarget:c,min:i,max:h,restDistance:u=.5,restSpeed:d})=>{r=t.ms(r);const f={hasReachedTarget:false,done:false,current:e,target:e};const isOutOfBounds=e=>void 0!==i&&e<i||void 0!==h&&e>h;const nearestBoundary=e=>void 0===i?h:void 0===h||Math.abs(i-e)<Math.abs(h-e)?i:h;let l=n*s;const g=e+l;const m=void 0===c?g:c(g);f.target=m;m!==g&&(l=m-e);const calcDelta=e=>-l*Math.exp(-e/r);const calcLatest=e=>m+calcDelta(e);const applyFriction=e=>{const t=calcDelta(e);const s=calcLatest(e);f.done=Math.abs(t)<=u;f.current=f.done?m:s};let p;let M;const checkCatchBoundary=e=>{if(isOutOfBounds(f.current)){p=e;M=spring({from:f.current,to:nearestBoundary(f.current),velocity:calcGeneratorVelocity(calcLatest,e,f.current),damping:a,stiffness:o,restDistance:u,restSpeed:d})}};checkCatchBoundary(0);return e=>{let t=false;if(!M&&void 0===p){t=true;applyFriction(e);checkCatchBoundary(e)}if(void 0!==p&&e>p){f.hasReachedTarget=true;return M(e-p)}f.hasReachedTarget=false;!t&&applyFriction(e);return f}};const r=10;const a=1e4;function pregenerateKeyframes(e){let t;let s=r;let n=e(0);const o=[n.current];while(!n.done&&s<a){n=e(s);o.push(n.done?n.target:n.current);void 0===t&&n.hasReachedTarget&&(t=s);s+=r}const c=s-r;1===o.length&&o.push(n.current);return{keyframes:o,duration:c/1e3,overshootDuration:(null!==t&&void 0!==t?t:c)/1e3}}export{calcGeneratorVelocity,glide,pregenerateKeyframes,spring};\n\n//# sourceMappingURL=index.es.js.map", "import{MotionValue as e}from\"@motionone/types\";import{noopReturn as t,addUniqueItem as n,progress as o,isFunction as i,defaults as s,isCubicBezier as r,isEasingGenerator as a,isEasingList as c,isNumber as l,time as f,noop as u,removeItem as d,mix as g,getEasingForSegment as m,isString as h,defaultOffset as p,fillOffset as v,velocityPerSecond as y,interpolate as w}from\"@motionone/utils\";import{Animation as E,getEasingFunction as b}from\"@motionone/animation\";import{__rest as S}from\"tslib\";import{invariant as A}from\"hey-listen\";import{pregenerateKeyframes as O,calcGeneratorVelocity as x,spring as V,glide as z}from\"@motionone/generators\";const W=new WeakMap;function getAnimationData(e){W.has(e)||W.set(e,{transforms:[],values:new Map});return W.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const L=[\"\",\"X\",\"Y\",\"Z\"];const T=[\"translate\",\"scale\",\"rotate\",\"skew\"];const D={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const M={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const k={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:M,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:M};const B=new Map;const asTransformCssVar=e=>`--motion-${e}`;const j=[\"x\",\"y\",\"z\"];T.forEach((e=>{L.forEach((t=>{j.push(e+t);B.set(asTransformCssVar(e+t),k[e])}))}));const compareTransformOrder=(e,t)=>j.indexOf(e)-j.indexOf(t);const P=new Set(j);const isTransform=e=>P.has(e);const addTransformToElement=(e,t)=>{D[t]&&(t=D[t]);const{transforms:o}=getAnimationData(e);n(o,t);e.style.transform=buildTransformTemplate(o)};const buildTransformTemplate=e=>e.sort(compareTransformOrder).reduce(transformListToString,\"\").trim();const transformListToString=(e,t)=>`${e} ${t}(var(${asTransformCssVar(t)}))`;const isCssVar=e=>e.startsWith(\"--\");const $=new Set;function registerCssVariable(e){if(!$.has(e)){$.add(e);try{const{syntax:t,initialValue:n}=B.has(e)?B.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const testAnimation=(e,t)=>document.createElement(\"div\").animate(e,t);const C={cssRegisterProperty:()=>\"undefined\"!==typeof CSS&&Object.hasOwnProperty.call(CSS,\"registerProperty\"),waapi:()=>Object.hasOwnProperty.call(Element.prototype,\"animate\"),partialKeyframes:()=>{try{testAnimation({opacity:[1]})}catch(e){return false}return true},finished:()=>Boolean(testAnimation({opacity:[0,1]},{duration:.001}).finished),linearEasing:()=>{try{testAnimation({opacity:0},{easing:\"linear(0, 1)\"})}catch(e){return false}return true}};const R={};const H={};for(const e in C)H[e]=()=>{void 0===R[e]&&(R[e]=C[e]());return R[e]};const I=.015;const generateLinearEasingPoints=(e,t)=>{let n=\"\";const i=Math.round(t/I);for(let t=0;t<i;t++)n+=e(o(0,i-1,t))+\", \";return n.substring(0,n.length-2)};const convertEasing=(e,t)=>i(e)?H.linearEasing()?`linear(${generateLinearEasingPoints(e,t)})`:s.easing:r(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;function hydrateKeyframes(e,t){for(let n=0;n<e.length;n++)null===e[n]&&(e[n]=n?e[n-1]:t());return e}const keyframesList=e=>Array.isArray(e)?e:[e];function getStyleName(e){D[e]&&(e=D[e]);return isTransform(e)?asTransformCssVar(e):e}const N={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=B.get(t);e&&(n=e.initialValue)}return n},set:(e,t,n)=>{t=getStyleName(t);isCssVar(t)?e.style.setProperty(t,n):e.style[t]=n}};function stopAnimation(e,t=true){if(e&&\"finished\"!==e.playState)try{if(e.stop)e.stop();else{t&&e.commitStyles();e.cancel()}}catch(e){}}function getDevToolsRecord(){return window.__MOTION_DEV_TOOLS_RECORD}function animateStyle(e,t,n,o={}){const r=getDevToolsRecord();const d=false!==o.record&&r;let g;let{duration:m=s.duration,delay:h=s.delay,endDelay:p=s.endDelay,repeat:v=s.repeat,easing:y=s.easing,direction:w,offset:b,allowWebkitAcceleration:S=false}=o;const A=getAnimationData(e);const O=isTransform(t);let x=H.waapi();O&&addTransformToElement(e,t);const V=getStyleName(t);const z=getMotionValue(A.values,V);const W=B.get(V);stopAnimation(z.animation,!(a(y)&&z.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=N.get(e,V))&&void 0!==t?t:null===W||void 0===W?void 0:W.initialValue)&&void 0!==n?n:0};let s=hydrateKeyframes(keyframesList(n),readInitialValue);if(a(y)){const e=y.createAnimation(s,readInitialValue,O,V,z);y=e.easing;void 0!==e.keyframes&&(s=e.keyframes);void 0!==e.duration&&(m=e.duration)}isCssVar(V)&&(H.cssRegisterProperty()?registerCssVariable(V):x=false);O&&!H.linearEasing()&&(i(y)||c(y)&&y.some(i))&&(x=false);if(x){W&&(s=s.map((e=>l(e)?W.toDefaultUnit(e):e)));1!==s.length||H.partialKeyframes()&&!d||s.unshift(readInitialValue());const t={delay:f.ms(h),duration:f.ms(m),endDelay:f.ms(p),easing:c(y)?void 0:convertEasing(y,m),direction:w,iterations:v+1,fill:\"both\"};g=e.animate({[V]:s,offset:b,easing:c(y)?y.map((e=>convertEasing(e,m))):void 0},t);g.finished||(g.finished=new Promise(((e,t)=>{g.onfinish=e;g.oncancel=t})));const n=s[s.length-1];g.finished.then((()=>{N.set(e,V,n);g.cancel()})).catch(u);S||(g.playbackRate=1.000001)}else if(O){s=s.map((e=>\"string\"===typeof e?parseFloat(e):e));1===s.length&&s.unshift(parseFloat(readInitialValue()));const render=t=>{W&&(t=W.toDefaultUnit(t));N.set(e,V,t)};g=new E(render,s,Object.assign(Object.assign({},o),{duration:m,easing:y}))}else{const t=s[s.length-1];N.set(e,V,W&&l(t)?W.toDefaultUnit(t):t)}d&&r(e,t,s,{duration:m,delay:h,easing:y,repeat:v,offset:b},\"motion-one\");z.setAnimation(g);return g}}const getOptions=(e,t)=>e[t]?Object.assign(Object.assign({},e),e[t]):Object.assign({},e);function resolveElements(e,t){var n;if(\"string\"===typeof e)if(t){null!==(n=t[e])&&void 0!==n?n:t[e]=document.querySelectorAll(e);e=t[e]}else e=document.querySelectorAll(e);else e instanceof Element&&(e=[e]);return Array.from(e||[])}const createAnimation=e=>e();const withControls=(e,t,n=s.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},F);const getActiveAnimation=e=>e.animations[0];const F={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return f.s((null===n||void 0===n?void 0:n[t])||0);case\"playbackRate\":case\"playState\":return null===n||void 0===n?void 0:n[t];case\"finished\":e.finished||(e.finished=Promise.all(e.animations.map(selectFinished)).catch(u));return e.finished;case\"stop\":return()=>{e.animations.forEach((e=>stopAnimation(e)))};case\"forEachNative\":return t=>{e.animations.forEach((n=>t(n,e)))};default:return\"undefined\"===typeof(null===n||void 0===n?void 0:n[t])?void 0:()=>e.animations.forEach((e=>e[t]()))}},set:(e,t,n)=>{switch(t){case\"currentTime\":n=f.ms(n);case\"currentTime\":case\"playbackRate\":for(let o=0;o<e.animations.length;o++)e.animations[o][t]=n;return true}return false}};const selectFinished=e=>e.finished;function stagger(e=.1,{start:t=0,from:n=0,easing:o}={}){return(i,s)=>{const r=l(n)?n:getFromIndex(n,s);const a=Math.abs(r-i);let c=e*a;if(o){const t=s*e;const n=b(o);c=n(c/t)*t}return t+c}}function getFromIndex(e,t){if(\"first\"===e)return 0;{const n=t-1;return\"last\"===e?n:n/2}}function resolveOption(e,t,n){return i(e)?e(t,n):e}function animate(e,t,n={}){e=resolveElements(e);const o=e.length;const i=[];for(let s=0;s<o;s++){const r=e[s];for(const e in t){const a=getOptions(n,e);a.delay=resolveOption(a.delay,s,o);const c=animateStyle(r,e,t[e],a);i.push(c)}}return withControls(i,n,n.duration)}function calcNextTime(e,t,n,o){var i;return l(t)?t:t.startsWith(\"-\")||t.startsWith(\"+\")?Math.max(0,e+parseFloat(t)):\"<\"===t?n:null!==(i=o.get(t))&&void 0!==i?i:e}function eraseKeyframes(e,t,n){for(let o=0;o<e.length;o++){const i=e[o];if(i.at>t&&i.at<n){d(e,i);o--}}}function addKeyframes(e,t,n,o,i,s){eraseKeyframes(e,i,s);for(let r=0;r<t.length;r++)e.push({value:t[r],at:g(i,s,o[r]),easing:m(n,r)})}function compareByTime(e,t){return e.at===t.at?null===e.value?1:-1:e.at-t.at}function timeline(e,t={}){var n;const o=createAnimationsFromTimeline(e,t);const i=o.map((e=>animateStyle(...e))).filter(Boolean);return withControls(i,t,null===(n=o[0])||void 0===n?void 0:n[3].duration)}function createAnimationsFromTimeline(e,t={}){var{defaultOptions:n={}}=t,i=S(t,[\"defaultOptions\"]);const r=[];const c=new Map;const l={};const f=new Map;let u=0;let d=0;let g=0;for(let t=0;t<e.length;t++){const o=e[t];if(h(o)){f.set(o,d);continue}if(!Array.isArray(o)){f.set(o.name,calcNextTime(d,o.at,u,f));continue}const[i,r,m={}]=o;void 0!==m.at&&(d=calcNextTime(d,m.at,u,f));let y=0;const w=resolveElements(i,l);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,c);for(const t in r){const i=getValueSequence(t,o);let c=keyframesList(r[t]);const l=getOptions(m,t);let{duration:f=n.duration||s.duration,easing:u=n.easing||s.easing}=l;if(a(u)){const e=isTransform(t);A(2===c.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=u.createAnimation(c,(()=>\"0\"),e);u=n.easing;void 0!==n.keyframes&&(c=n.keyframes);void 0!==n.duration&&(f=n.duration)}const h=resolveOption(m.delay,e,E)||0;const w=d+h;const b=w+f;let{offset:S=p(c.length)}=l;1===S.length&&0===S[0]&&(S[1]=1);const O=length-c.length;O>0&&v(S,O);1===c.length&&c.unshift(null);addKeyframes(i,c,u,S,w,b);y=Math.max(h+f,y);g=Math.max(b,g)}}u=d;d+=y}c.forEach(((e,t)=>{for(const a in e){const c=e[a];c.sort(compareByTime);const l=[];const f=[];const u=[];for(let e=0;e<c.length;e++){const{at:t,value:n,easing:i}=c[e];l.push(n);f.push(o(0,g,t));u.push(i||s.easing)}if(0!==f[0]){f.unshift(0);l.unshift(l[0]);u.unshift(\"linear\")}if(1!==f[f.length-1]){f.push(1);l.push(null)}r.push([t,a,l,Object.assign(Object.assign(Object.assign({},n),{duration:g,easing:u,offset:f}),i)])}}));return r}function getElementSequence(e,t){!t.has(e)&&t.set(e,{});return t.get(e)}function getValueSequence(e,t){t[e]||(t[e]=[]);return t[e]}function createGeneratorEasing(e){const t=new WeakMap;return(n={})=>{const o=new Map;const getGenerator=(t=0,i=100,s=0,r=false)=>{const a=`${t}-${i}-${s}-${r}`;o.has(a)||o.set(a,e(Object.assign({from:t,to:i,velocity:s,restSpeed:r?.05:2,restDistance:r?.01:.5},n)));return o.get(a)};const getKeyframes=e=>{t.has(e)||t.set(e,O(e));return t.get(e)};return{createAnimation:(e,t,n,o,i)=>{var s,r;let a;const c=e.length;let l=n&&c<=2&&e.every(isNumberOrNull);if(l){const n=e[c-1];const l=1===c?null:e[0];let f=0;let u=0;const d=null===i||void 0===i?void 0:i.generator;if(d){const{animation:t,generatorStartTime:n}=i;const o=(null===t||void 0===t?void 0:t.startTime)||n||0;const r=(null===t||void 0===t?void 0:t.currentTime)||performance.now()-o;const a=d(r).current;u=null!==(s=l)&&void 0!==s?s:a;(1===c||2===c&&null===e[0])&&(f=x((e=>d(e).current),r,a))}else u=null!==(r=l)&&void 0!==r?r:parseFloat(t());const g=getGenerator(u,n,f,null===o||void 0===o?void 0:o.includes(\"scale\"));const m=getKeyframes(g);a=Object.assign(Object.assign({},m),{easing:\"linear\"});if(i){i.generator=g;i.generatorStartTime=performance.now()}}else{const e=getKeyframes(getGenerator(0,100));a={easing:\"ease\",duration:e.overshootDuration}}return a}}}}const isNumberOrNull=e=>\"string\"!==typeof e;const U=createGeneratorEasing(V);const q=createGeneratorEasing(z);const K={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:s=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const r=resolveElements(e);const a=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=a.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);i(n)?a.set(e.target,n):c.unobserve(e.target)}else if(n){n(e);a.delete(e.target)}}))};const c=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof s?s:K[s]});r.forEach((e=>c.observe(e)));return()=>c.disconnect()}const G=new WeakMap;let _;function getElementSize(e,t){if(t){const{inlineSize:e,blockSize:n}=t[0];return{width:e,height:n}}return e instanceof SVGElement&&\"getBBox\"in e?e.getBBox():{width:e.offsetWidth,height:e.offsetHeight}}function notifyTarget({target:e,contentRect:t,borderBoxSize:n}){var o;null===(o=G.get(e))||void 0===o?void 0:o.forEach((o=>{o({target:e,contentSize:t,get size(){return getElementSize(e,n)}})}))}function notifyAll(e){e.forEach(notifyTarget)}function createResizeObserver(){\"undefined\"!==typeof ResizeObserver&&(_=new ResizeObserver(notifyAll))}function resizeElement(e,t){_||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=G.get(e);if(!n){n=new Set;G.set(e,n)}n.add(t);null===_||void 0===_?void 0:_.observe(e)}));return()=>{n.forEach((e=>{const n=G.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===_||void 0===_?void 0:_.unobserve(e))}))}}const Z=new Set;let X;function createWindowResizeHandler(){X=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};Z.forEach((e=>e(t)))};window.addEventListener(\"resize\",X)}function resizeWindow(e){Z.add(e);X||createWindowResizeHandler();return()=>{Z.delete(e);!Z.size&&X&&(X=void 0)}}function resize(e,t){return i(e)?resizeWindow(e):resizeElement(e,t)}const Y=50;const createAxisInfo=()=>({current:0,offset:[],progress:0,scrollLength:0,targetOffset:0,targetLength:0,containerLength:0,velocity:0});const createScrollInfo=()=>({time:0,x:createAxisInfo(),y:createAxisInfo()});const J={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,i){const s=n[t];const{length:r,position:a}=J[t];const c=s.current;const l=n.time;s.current=e[\"scroll\"+a];s.scrollLength=e[\"scroll\"+r]-e[\"client\"+r];s.offset.length=0;s.offset[0]=0;s.offset[1]=s.scrollLength;s.progress=o(0,s.scrollLength,s.current);const f=i-l;s.velocity=f>Y?0:y(s.current-c,f)}function updateScrollInfo(e,t,n){updateAxisInfo(e,\"x\",t,n);updateAxisInfo(e,\"y\",t,n);t.time=n}function calcInset(e,t){let n={x:0,y:0};let o=e;while(o&&o!==t)if(o instanceof HTMLElement){n.x+=o.offsetLeft;n.y+=o.offsetTop;o=o.offsetParent}else if(o instanceof SVGGraphicsElement&&\"getBBox\"in o){const{top:e,left:t}=o.getBBox();n.x+=t;n.y+=e;while(o&&\"svg\"!==o.tagName)o=o.parentNode}return n}const Q={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const ee={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==ee[e]&&(e=ee[e]);if(h(e)){const t=parseFloat(e);e.endsWith(\"px\")?o=t:e.endsWith(\"%\")?e=t/100:e.endsWith(\"vw\")?o=t/100*document.documentElement.clientWidth:e.endsWith(\"vh\")?o=t/100*document.documentElement.clientHeight:e=t}l(e)&&(o=t*e);return n+o}const te=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:te;let s=0;let r=0;if(l(e))i=[e,e];else if(h(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,ee[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);r=resolveEdge(i[1],t);return s-r}const ne={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Q.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ne;const c=i===e?{width:e.scrollWidth,height:e.scrollHeight}:{width:i.clientWidth,height:i.clientHeight};const l={width:e.clientWidth,height:e.clientHeight};t[s].offset.length=0;let f=!t[s].interpolate;const u=o.length;for(let e=0;e<u;e++){const n=resolveOffset(o[e],l[r],c[r],a[s]);f||n===t[s].interpolatorOffsets[e]||(f=true);t[s].offset[e]=n}if(f){t[s].interpolate=w(p(u),t[s].offset);t[s].interpolatorOffsets=[...t[s].offset]}t[s].progress=t[s].interpolate(t[s].current)}function measure(e,t=e,n){n.x.targetOffset=0;n.y.targetOffset=0;if(t!==e){let o=t;while(o&&o!=e){n.x.targetOffset+=o.offsetLeft;n.y.targetOffset+=o.offsetTop;o=o.offsetParent}}n.x.targetLength=t===e?t.scrollWidth:t.clientWidth;n.y.targetLength=t===e?t.scrollHeight:t.clientHeight;n.x.containerLength=e.clientWidth;n.y.containerLength=e.clientHeight}function createOnScrollHandler(e,t,n,o={}){const s=o.axis||\"y\";return{measure:()=>measure(e,o.target,n),update:t=>{updateScrollInfo(e,n,t);(o.offset||o.target)&&resolveOffsets(e,n,o)},notify:i(t)?()=>t(n):scrubAnimation(t,n[s])}}function scrubAnimation(e,n){e.pause();e.forEachNative(((e,{easing:n})=>{var o,i;if(e.updateDuration){n||(e.easing=t);e.updateDuration(1)}else{const t={duration:1e3};n||(t.easing=\"linear\");null===(i=null===(o=e.effect)||void 0===o?void 0:o.updateTiming)||void 0===i?void 0:i.call(o,t)}}));return()=>{e.currentTime=n.progress}}const oe=new WeakMap;const ie=new WeakMap;const se=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=S(t,[\"container\"]);let i=se.get(n);if(!i){i=new Set;se.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!oe.has(n)){const listener=()=>{const e=performance.now();for(const e of i)e.measure();for(const t of i)t.update(e);for(const e of i)e.notify()};oe.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ie.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=oe.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=se.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=oe.get(n);oe.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ie.get(n))||void 0===t?void 0:t();window.removeEventListener(\"resize\",i)}}}function hasChanged(e,t){return typeof e!==typeof t||(Array.isArray(e)&&Array.isArray(t)?!shallowCompare(e,t):e!==t)}function shallowCompare(e,t){const n=t.length;if(n!==e.length)return false;for(let o=0;o<n;o++)if(t[o]!==e[o])return false;return true}function isVariant(e){return\"object\"===typeof e}function resolveVariant(e,t){return isVariant(e)?e:e&&t?t[e]:void 0}let re;function processScheduledAnimations(){if(!re)return;const e=re.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);re=void 0}function scheduleAnimation(e){if(re)n(re,e);else{re=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){re&&d(re,e)}const compareByDepth=(e,t)=>e.getDepth()-t.getDepth();const fireAnimateUpdates=e=>e.animateUpdates();const fireNext=e=>e.next();const motionEvent=(e,t)=>new CustomEvent(e,{detail:{target:t}});function dispatchPointerEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEvent:n}}))}function dispatchViewEvent(e,t,n){e.dispatchEvent(new CustomEvent(t,{detail:{originalEntry:n}}))}const ae={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=S(o,[\"once\"]);return inView$1(e,(o=>{t();dispatchViewEvent(e,\"viewenter\",o);if(!i)return t=>{n();dispatchViewEvent(e,\"viewleave\",t)}}),s)}};const mouseEvent=(e,t,n)=>o=>{if(!o.pointerType||\"mouse\"===o.pointerType){n();dispatchPointerEvent(e,t,o)}};const ce={isActive:e=>Boolean(e.hover),subscribe:(e,{enable:t,disable:n})=>{const o=mouseEvent(e,\"hoverstart\",t);const i=mouseEvent(e,\"hoverend\",n);e.addEventListener(\"pointerenter\",o);e.addEventListener(\"pointerleave\",i);return()=>{e.removeEventListener(\"pointerenter\",o);e.removeEventListener(\"pointerleave\",i)}}};const le={isActive:e=>Boolean(e.press),subscribe:(e,{enable:t,disable:n})=>{const onPointerUp=t=>{n();dispatchPointerEvent(e,\"pressend\",t);window.removeEventListener(\"pointerup\",onPointerUp)};const onPointerDown=n=>{t();dispatchPointerEvent(e,\"pressstart\",n);window.addEventListener(\"pointerup\",onPointerUp)};e.addEventListener(\"pointerdown\",onPointerDown);return()=>{e.removeEventListener(\"pointerdown\",onPointerDown);window.removeEventListener(\"pointerup\",onPointerUp)}}};const fe={inView:ae,hover:ce,press:le};const ue=[\"initial\",\"animate\",...Object.keys(fe),\"exit\"];const de=new WeakMap;function createMotionState(e={},t){let n;let o=t?t.getDepth()+1:0;const i={initial:true,animate:true};const s={};const r={};for(const n of ue)r[n]=\"string\"===typeof e[n]?e[n]:null===t||void 0===t?void 0:t.getContext()[n];const a=false===e.initial?\"animate\":\"initial\";let c=resolveVariant(e[a]||r[a],e.variants)||{},l=S(c,[\"transition\"]);const f=Object.assign({},l);function*animateUpdates(){var t,o;const s=l;l={};const r={};for(const n of ue){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){l[n]=s[n];r[n]=getOptions(null!==(o=null!==(t=s.transition)&&void 0!==t?t:e.transition)&&void 0!==o?o:{},n)}}const a=new Set([...Object.keys(l),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===l[e]&&(l[e]=f[e]);if(hasChanged(s[e],l[e])){null!==(t=f[e])&&void 0!==t?t:f[e]=N.get(n,e);c.push(animateStyle(n,e,l[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=l;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(u)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in fe){const o=fe[t].isActive(e);const i=s[t];if(o&&!i)s[t]=fe[t].subscribe(n,{enable:setGesture(t,true),disable:setGesture(t,false)},e);else if(!o&&i){i();delete s[t]}}};const d={update:t=>{if(n){e=t;updateGestureSubscriptions();scheduleAnimation(d)}},setActive:(e,t)=>{if(n){i[e]=t;scheduleAnimation(d)}},animateUpdates:animateUpdates,getDepth:()=>o,getTarget:()=>l,getOptions:()=>e,getContext:()=>r,mount:e=>{A(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;de.set(n,d);updateGestureSubscriptions();return()=>{de.delete(n);unscheduleAnimation(d);for(const e in s)s[e]()}},isMounted:()=>Boolean(n)};return d}function createStyles(e){const t={};const n=[];for(let o in e){const i=e[o];if(isTransform(o)){D[o]&&(o=D[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const r=B.get(o);r&&(s=l(i)?r.toDefaultUnit(i):i);t[o]=s}n.length&&(t.transform=buildTransformTemplate(n));return t}const camelLetterToPipeLetter=e=>`-${e.toLowerCase()}`;const camelToPipeCase=e=>e.replace(/[A-Z]/g,camelLetterToPipeLetter);function createStyleString(e={}){const t=createStyles(e);let n=\"\";for(const e in t){n+=e.startsWith(\"--\")?e:camelToPipeCase(e);n+=`: ${t[e]}; `}return n}export{Q as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,q as glide,inView$1 as inView,de as mountedStates,resize,scroll,U as spring,stagger,N as style,timeline,withControls};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap}from\"framer-motion\";import{resize}from\"@motionone/dom\";const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function Ticker(props){/* Props */ let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */ const isCanvas=RenderTarget.current()===RenderTarget.canvas;const numChildren=Children.count(slots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */ const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/ createRef(),/*#__PURE__*/ createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */ let clonedChildren=[];let dupedChildren=[];/* Duplicate value */ let duplicateBy=0;let opacity=0;if(isCanvas){// duplicateBy = 10\nduplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;opacity=1;}/* Measure parent and child */ const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */ if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */ let initialResize=useRef(true);useEffect(()=>{measure();return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){measure();}initialResize.current=false;});},[]);}clonedChildren=Children.map(slots,(child,index)=>{var ref,ref1,ref2,ref3;let ref4;if(index===0){ref4=childrenRef[0];}if(index===slots.length-1){ref4=childrenRef[1];}const size={width:widthType?(ref=child.props)===null||ref===void 0?void 0:ref.width:\"100%\",height:heightType?(ref1=child.props)===null||ref1===void 0?void 0:ref1.height:\"100%\"};return /*#__PURE__*/ _jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/ _jsx(\"li\",{ref:ref4,style:size,children:/*#__PURE__*/ cloneElement(child,{style:{...(ref2=child.props)===null||ref2===void 0?void 0:ref2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(ref3=child.props)===null||ref3===void 0?void 0:ref3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(slots,(child,childIndex)=>{var ref,ref1,ref2,ref3,ref4,ref5;const size={width:widthType?(ref=child.props)===null||ref===void 0?void 0:ref.width:\"100%\",height:heightType?(ref1=child.props)===null||ref1===void 0?void 0:ref1.height:\"100%\"};return /*#__PURE__*/ _jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/ _jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/ cloneElement(child,{key:i+\" \"+childIndex,style:{...(ref2=child.props)===null||ref2===void 0?void 0:ref2.style,width:widthType?(ref3=child.props)===null||ref3===void 0?void 0:ref3.width:\"100%\",height:heightType?(ref4=child.props)===null||ref4===void 0?void 0:ref4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(ref5=child.props)===null||ref5===void 0?void 0:ref5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);}),];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */ if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */ if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue),]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */ useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */ if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */ const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */ if(!hasChildren){return /*#__PURE__*/ _jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/ _jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/ _jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/ _jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/ _jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/ _jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,transform:supportsAcceleratedAnimations?undefined:transform,willChange:isCanvas?\"auto\":\"transform\"},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){animationRef.current.updatePlaybackRate(hoverFactor);}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){animationRef.current.updatePlaybackRate(1);}},children:[clonedChildren,dupedChildren]})});};/* Default Properties */ Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */ addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\",],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */ const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */ const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */ const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useIsInCurrentNavigationTarget } from \"framer\";\nimport { useEffect } from \"react\";\nexport function useOnEnter(onEnter, enabled) {\n    return useOnSpecificTargetChange(true, onEnter, enabled);\n}\nexport function useOnExit(onExit, enabled) {\n    return useOnSpecificTargetChange(false, onExit, enabled);\n}\nfunction useOnSpecificTargetChange(goal, callback, enabled = true) {\n    const isInTarget = useIsInCurrentNavigationTarget();\n    useEffect(()=>{\n        if (enabled && isInTarget === goal) callback();\n    }, [\n        isInTarget\n    ]);\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useOnEnter\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnNavigationTargetChange.map", "import { useMemo } from \"react\";\nexport const isBrowserSafari = ()=>{\n    if (typeof navigator !== `undefined`) {\n        const userAgent = navigator.userAgent.toLowerCase();\n        const isSafari = (userAgent.indexOf(\"safari\") > -1 || userAgent.indexOf(\"framermobile\") > -1 || userAgent.indexOf(\"framerx\") > -1) && userAgent.indexOf(\"chrome\") < 0;\n        return isSafari;\n    } else return false;\n};\nexport const useIsBrowserSafari = ()=>useMemo(()=>isBrowserSafari()\n    , [])\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isBrowser.map", "// @ts-ignore\nimport{fontStore}from\"framer\";import{useEffect}from\"react\";import{fontStack}from\"https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js\";const fontWeights={100:\"Thin\",200:\"Extra-light\",300:\"Light\",400:\"Regular\",500:\"Medium\",600:\"Semi-bold\",700:\"Bold\",800:\"Extra-bold\",900:\"Black\"};export function useFontControls(props){const{fontFamily=\"Inter\",fontSize=16,fontWeight=400,font=false}=props;const fontWeightName=fontWeights[fontWeight];const customFontStack=`\"${fontFamily} ${fontWeightName}\", \"${fontFamily}\", ${fontStack}`;const fontFamilyStyle=fontFamily?{fontSize,fontWeight,fontFamily:customFontStack}:{fontSize,fontWeight};const fetchCustomFonts=async()=>{await fontStore.loadWebFontsFromSelectors([`CUSTOM;${fontFamily}`,`CUSTOM;${fontFamily} ${fontWeightName}`,`GF;${fontFamily}-${fontWeightName.toLowerCase()}`,]).catch(e=>console.error(e));};useEffect(()=>{if(font)fetchCustomFonts();},[font,fontFamily,fontWeight]);return fontFamilyStyle;}\nexport const __FramerMetadata__ = {\"exports\":{\"useFontControls\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useFontControls.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,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", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget,withCSS}from\"framer\";import{motion}from\"framer-motion\";import{containerStyles,usePadding,useRadius,paddingControl,borderRadiusControl,fontControls,useFontControls}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{useCallback,useMemo,useState}from\"react\";const emailRegex=/^(([^<>()[\\]\\\\.,;:\\s@\"]+(\\.[^<>()[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/;const validateEmail=email=>{return emailRegex.test(String(email).toLowerCase());};/**\n * FORMSPARK\n *\n * @framerIntrinsicWidth 550\n * @framerIntrinsicHeight 290\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ const FormSpark=withCSS(function FormSpark({formId,withName,nameField:name,withEmail,email,withMessage,message,layout,inputs,button,style,gap,onSubmit,...props}){const[nameValue,setName]=useState(name===null||name===void 0?void 0:name.value);const[emailValue,setEmail]=useState(email===null||email===void 0?void 0:email.value);const[messageValue,setMessage]=useState(message===null||message===void 0?void 0:message.value);const[isNameError,setNameError]=useState(false);const[isEmailError,setEmailError]=useState(false);const[isMessageError,setMessageError]=useState(false);const[isLoading,setLoading]=useState(false);const[isSuccess,setSuccess]=useState(false);const isCanvas=useMemo(()=>{return RenderTarget.current()===RenderTarget.canvas;},[]);const gridTemplateRows=useMemo(()=>{const rows=[];if(withName||withMessage){rows.push(\"max-content\");}if(withMessage){rows.push(\"1fr\");}return[...rows,\"max-content\"].join(\" \");},[withName,withEmail,withMessage]);const gridTemplateColumns=useMemo(()=>{const cols=[];if((withName&&!withEmail||withEmail&&!withName)&&!withMessage&&layout===\"horizontal\"){return\"1fr max-content\";}return\"1fr\";},[withName,withEmail,withMessage,layout]);const{fontFamily,fontSize,fontWeight}=useFontControls(props);const borderRadius=useRadius(props);const paddingValue=usePadding(props);const validateForm=useCallback(()=>{let error=false;setNameError(false);setEmailError(false);setMessageError(false);if(withName&&!nameValue){setNameError(true);error=true;}if(withEmail&&(!emailValue||!validateEmail(emailValue))){setEmailError(true);error=true;}if(withMessage&&!messageValue){setMessageError(true);error=true;}return error;},[validateEmail,withName,withEmail,withMessage,nameValue,emailValue,messageValue,]);const handleSubmit=useCallback(event=>{setLoading(true);event.preventDefault();if(validateForm()){setLoading(false);}else{const data=new FormData(event.target);const entries=Object.fromEntries(data.entries());fetch(`https://api.formspark.io/${formId}`,{method:\"POST\",headers:{\"Content-Type\":\"application/json\",Accept:\"application/json\"},body:JSON.stringify(entries)}).then(()=>{setSuccess(true);onSubmit();}).catch(()=>setLoading(false));}},[formId,onSubmit,validateForm]);const handleNameChange=useCallback(event=>{setNameError(false);setName(event.target.value);},[]);const handleEmailChange=useCallback(event=>{setEmailError(false);setEmail(event.target.value);},[]);const handleMessageChange=useCallback(event=>{setMessageError(false);setMessage(event.target.value);},[]);return /*#__PURE__*/ _jsx(motion.div,{style:{...style,...containerStyles,flexDirection:\"column\",\"--framer-formspark-placeholder-color\":inputs.placeholderColor},children:isSuccess?/*#__PURE__*/ _jsx(motion.div,{style:{height:\"60px\",width:\"60px\",background:button.fill,color:button.color,borderRadius:\"50%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"},initial:{scale:0},animate:{scale:1},transition:{duration:.3},children:/*#__PURE__*/ _jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"28\",height:\"28\",children:/*#__PURE__*/ _jsx(\"path\",{d:\"M 2 14 L 10 22 L 26 6\",fill:\"transparent\",strokeWidth:\"4\",stroke:\"currentColor\",strokeLinecap:\"round\"})})}):/*#__PURE__*/ _jsxs(\"form\",{style:{display:\"grid\",gridTemplateRows,gridTemplateColumns,gap,width:\"100%\",height:\"100%\"},onSubmit:handleSubmit,method:\"POST\",children:[(withName||withEmail)&&/*#__PURE__*/ _jsxs(\"div\",{style:{width:\"100%\",display:\"grid\",gridAutoFlow:layout===\"horizontal\"?\"column\":\"row\",gap},children:[withName&&/*#__PURE__*/ _jsx(\"input\",{className:\"framer-formspark-input\",type:\"text\",name:\"name\",placeholder:name.placeholder,value:isCanvas?name.value:nameValue,onChange:handleNameChange,style:{...defaultStyle,padding:paddingValue,borderRadius,fontFamily,fontWeight,fontSize,background:inputs.fill,color:inputs.color,boxShadow:`inset 0 0 0 1px ${isNameError?inputs.error:\"transparent\"}`}}),withEmail&&/*#__PURE__*/ _jsx(\"input\",{className:\"framer-formspark-input\",type:\"email\",name:\"email\",placeholder:email.placeholder,value:isCanvas?email.value:emailValue,onChange:handleEmailChange,style:{...defaultStyle,padding:paddingValue,borderRadius,fontFamily,fontWeight,fontSize,background:inputs.fill,color:inputs.color,boxShadow:`inset 0 0 0 1px ${isEmailError?inputs.error:\"transparent\"}`}})]}),withMessage&&/*#__PURE__*/ _jsx(\"textarea\",{className:\"framer-formspark-input\",placeholder:message.placeholder,name:\"message\",value:isCanvas?message.value:messageValue,onChange:handleMessageChange,style:{...defaultStyle,minHeight:0,padding:paddingValue,resize:\"vertical\",borderRadius,background:inputs.fill,fontFamily,fontWeight,fontSize,color:inputs.color,boxShadow:`inset 0 0 0 1px ${isMessageError?inputs.error:\"transparent\"}`}}),/*#__PURE__*/ _jsxs(\"div\",{children:[/*#__PURE__*/ _jsx(motion.input,{type:\"submit\",value:button.label,style:{...defaultStyle,borderRadius,padding:paddingValue,fontFamily,fontWeight:button.fontWeight,fontSize,background:button.fill,cursor:\"pointer\",color:button.color,zIndex:1},transition:{type:\"ease\",duration:.3},whileHover:{opacity:.8}}),isLoading&&/*#__PURE__*/ _jsx(\"div\",{style:{borderRadius,position:\"absolute\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",width:\"100%\",height:\"100%\",left:0,top:0,zIndex:2,color:button.color,background:button.fill},children:/*#__PURE__*/ _jsx(motion.div,{style:{height:16,width:16},initial:{rotate:0},animate:{rotate:360},transition:{duration:2,repeat:Infinity},children:/*#__PURE__*/ _jsxs(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:\"16\",height:\"16\",children:[/*#__PURE__*/ _jsx(\"path\",{d:\"M 8 0 C 3.582 0 0 3.582 0 8 C 0 12.419 3.582 16 8 16 C 12.418 16 16 12.419 16 8 C 15.999 3.582 12.418 0 8 0 Z M 8 14 C 4.687 14 2 11.314 2 8 C 2 4.687 4.687 2 8 2 C 11.314 2 14 4.687 14 8 C 14 11.314 11.314 14 8 14 Z\",fill:\"currentColor\",opacity:\"0.2\"}),/*#__PURE__*/ _jsx(\"path\",{d:\"M 8 0 C 12.418 0 15.999 3.582 16 8 C 16 8 16 9 15 9 C 14 9 14 8 14 8 C 14 4.687 11.314 2 8 2 C 4.687 2 2 4.687 2 8 C 2 8 2 9 1 9 C 0 9 0 8 0 8 C 0 3.582 3.582 0 8 0 Z\",fill:\"currentColor\"})]})})})]})]})});},[\".framer-formspark-input::placeholder { color: var(--framer-formspark-placeholder-color) !important; }\",]);FormSpark.defaultProps={fontSize:16,fontFamily:\"Inter\",fontWeight:400,padding:15,paddingTop:15,paddingBottom:15,paddingLeft:15,paddingRight:15,borderRadius:8,topLeftRadius:8,topRightRadius:8,bottomRightRadius:8,bottomLeftRadius:8,gap:15,nameField:{value:undefined,placeholder:\"Name\"},email:{value:undefined,placeholder:\"Email\"},message:{value:undefined,placeholder:\"Message\"},inputs:{fill:\"#EBEBEB\",color:\"#000\",placeholderColor:\"rgba(0, 0, 0, 0.5)\",error:\"#EE4444\"},layout:{fill:\"#EBEBEB\",color:\"#000\",placeholderColor:\"rgba(0, 0, 0, 0.5)\",error:\"#EE4444\"},button:{label:\"Sign Up\",fontWeight:600,fill:\"#000\",color:\"#FFF\"}};addPropertyControls(FormSpark,{formId:{title:\"ID\",placeholder:\"7PbPpGN3\",type:ControlType.String,description:\"Create a [FormSpark](https://formspark.io/) account, add a new form and copy its ID. [Learn more\u2026](https://www.framer.com/sites/integrations/formspark/)\"},withName:{title:\"Name\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:true},nameField:{title:\" \",type:ControlType.Object,controls:{placeholder:{title:\"Placeholder\",type:ControlType.String,defaultValue:\"Name\"},value:{title:\"Value\",type:ControlType.String,defaultValue:\"\"}},hidden:props=>!props.withName},withEmail:{title:\"Email\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:true},email:{title:\" \",type:ControlType.Object,controls:{placeholder:{title:\"Placeholder\",type:ControlType.String,defaultValue:\"Email\"},value:{title:\"Value\",type:ControlType.String}},hidden:props=>!props.withEmail},withMessage:{title:\"Message\",type:ControlType.Boolean,enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:true},message:{title:\" \",type:ControlType.Object,controls:{placeholder:{title:\"Placeholder\",type:ControlType.String,defaultValue:\"Message\"},value:{title:\"Value\",type:ControlType.String}},hidden:props=>!props.withMessage},layout:{title:\"Layout\",type:ControlType.Enum,options:[\"horizontal\",\"vertical\"],displaySegmentedControl:true,defaultValue:\"horizontal\"},inputs:{title:\"Inputs\",type:ControlType.Object,controls:{fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#EBEBEB\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#000\"},placeholderColor:{title:\"Placeholder\",type:ControlType.Color,defaultValue:\"rgba(0, 0, 0, 0.5)\"},error:{title:\"Error\",type:ControlType.Color,defaultValue:\"#EE4444\"}}},button:{title:\"Button\",type:ControlType.Object,controls:{label:{title:\"Label\",type:ControlType.String,defaultValue:\"Sign Up\"},fontWeight:{...fontControls.fontWeight,defaultValue:600},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#000\"},color:{title:\"Text\",type:ControlType.Color,defaultValue:\"#FFF\"}}},...fontControls,fontSize:{title:\"Font Size\",type:ControlType.Number,displayStepper:true,defaultValue:16},...paddingControl,...borderRadiusControl,gap:{title:\"Gap\",type:ControlType.Number,displayStepper:true,min:0},onSubmit:{type:ControlType.EventHandler}});const defaultStyle={WebkitAppearance:\"none\",display:\"inline-block\",width:\"100%\",lineHeight:\"1.4em\",outline:\"none\",border:\"none\"};export default FormSpark;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FormSpark\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"290\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"550\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./FormSpark.map", "// Generated by Framer (24d49ac)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"B1s2W6lwh\"];const serializationHash=\"framer-VqmX5\";const variantClassNames={B1s2W6lwh:\"framer-v-9k611y\"};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)=>`translate(-50%, -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 getProps=({height,id,text,width,...props})=>{var _ref;return{...props,cPNKvLC6z:(_ref=text!==null&&text!==void 0?text:props.cPNKvLC6z)!==null&&_ref!==void 0?_ref:\"\uD83C\uDF89\"};};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,cPNKvLC6z,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"B1s2W6lwh\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];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-9k611y\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"B1s2W6lwh\",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:{borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32,...style},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-amh6uw\",\"data-framer-name\":\"Featured icon\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ecZB0zvGI\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 96 64\"><path d=\"M 32 64 C 14.327 64 0 64 0 64 L 0 0 C 0 0 14.327 0 32 0 L 64 0 C 81.673 0 96 0 96 0 L 96 64 C 96 64 81.673 64 64 64 Z\" fill=\"rgb(0,0,0)\"></path></svg>',svgContentId:9198509492,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"35px\",\"--framer-text-alignment\":\"center\"},children:\"\uD83C\uDF89\"})}),className:\"framer-wlwmep\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"F95C_9brC\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:cPNKvLC6z,transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-VqmX5.framer-1fuk33k, .framer-VqmX5 .framer-1fuk33k { display: block; }\",\".framer-VqmX5.framer-9k611y { height: 64px; overflow: hidden; position: relative; width: 96px; will-change: var(--framer-will-change-override, transform); }\",\".framer-VqmX5 .framer-amh6uw { flex: none; height: 64px; left: calc(50.00000000000002% - 96px / 2); position: absolute; top: calc(50.00000000000002% - 64px / 2); width: 96px; }\",\".framer-VqmX5 .framer-wlwmep { flex: none; height: auto; left: 50%; position: absolute; top: 50%; white-space: pre; width: auto; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 64\n * @framerIntrinsicWidth 96\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"cPNKvLC6z\":\"text\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerDNhFzFkab=withCSS(Component,css,\"framer-VqmX5\");export default FramerDNhFzFkab;FramerDNhFzFkab.displayName=\"Featured icon\";FramerDNhFzFkab.defaultProps={height:64,width:96};addPropertyControls(FramerDNhFzFkab,{cPNKvLC6z:{defaultValue:\"\uD83C\uDF89\",displayTextArea:false,title:\"Text\",type:ControlType.String}});addFonts(FramerDNhFzFkab,[{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\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDNhFzFkab\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"96\",\"framerIntrinsicHeight\":\"64\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"cPNKvLC6z\\\":\\\"text\\\"}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DNhFzFkab.map", "// Generated by Framer (3f9fff0)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"JvYBFGYwe\",\"jvoddw7Yr\"];const serializationHash=\"framer-OjdKZ\";const variantClassNames={jvoddw7Yr:\"framer-v-15okoga\",JvYBFGYwe:\"framer-v-1fd5m4h\"};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:\"JvYBFGYwe\",Secondary:\"jvoddw7Yr\"};const getProps=({click,height,id,label,link,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,dMSsnwHK8:(_ref=label!==null&&label!==void 0?label:props.dMSsnwHK8)!==null&&_ref!==void 0?_ref:\"Button\",Qw8imJbtD:click!==null&&click!==void 0?click:props.Qw8imJbtD,uNPFZriKH:link!==null&&link!==void 0?link:props.uNPFZriKH,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"JvYBFGYwe\"};};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,uNPFZriKH,dMSsnwHK8,Qw8imJbtD,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"JvYBFGYwe\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1a12yw8=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(Qw8imJbtD){const res=await Qw8imJbtD(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];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:uNPFZriKH,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1fd5m4h\",className,classNames)} framer-13k85eg`,\"data-border\":true,\"data-framer-name\":\"Primary\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"JvYBFGYwe\",onTap:onTap1a12yw8,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(133, 77, 255)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(133, 77, 255)\",borderBottomLeftRadius:58,borderBottomRightRadius:58,borderTopLeftRadius:58,borderTopRightRadius:58,boxShadow:\"0px 1px 2px 0px rgba(16, 24, 40, 0.05000000074505806)\",...style},variants:{jvoddw7Yr:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({jvoddw7Yr:{\"data-framer-name\":\"Secondary\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-9my8z\",\"data-framer-name\":\"Text padding\",layoutDependency:layoutDependency,layoutId:\"NvKiKA0zH\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"135%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"text\"})}),className:\"framer-ujyocz\",\"data-framer-name\":\"Text\",fonts:[\"GF;Be Vietnam Pro-500\"],layoutDependency:layoutDependency,layoutId:\"nTGWtQvtX\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"30px\"},text:dMSsnwHK8,variants:{jvoddw7Yr:{\"--extracted-r6o4lv\":\"rgb(133, 77, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({jvoddw7Yr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"135%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(133, 77, 255))\"},children:\"Button\"})})}},baseVariant,gestureVariant)})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-OjdKZ.framer-13k85eg, .framer-OjdKZ .framer-13k85eg { display: block; }\",\".framer-OjdKZ.framer-1fd5m4h { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: hidden; padding: 14px 20px 14px 20px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-OjdKZ .framer-9my8z { 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: visible; padding: 0px 2px 0px 2px; position: relative; width: min-content; }\",\".framer-OjdKZ .framer-ujyocz { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-OjdKZ.framer-1fd5m4h, .framer-OjdKZ .framer-9my8z { gap: 0px; } .framer-OjdKZ.framer-1fd5m4h > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-OjdKZ.framer-1fd5m4h > :first-child, .framer-OjdKZ .framer-9my8z > :first-child { margin-left: 0px; } .framer-OjdKZ.framer-1fd5m4h > :last-child, .framer-OjdKZ .framer-9my8z > :last-child { margin-right: 0px; } .framer-OjdKZ .framer-9my8z > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",'.framer-OjdKZ[data-border=\"true\"]::after, .framer-OjdKZ [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 49\n * @framerIntrinsicWidth 94\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"jvoddw7Yr\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"uNPFZriKH\":\"link\",\"dMSsnwHK8\":\"label\",\"Qw8imJbtD\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerdYI4FaG7U=withCSS(Component,css,\"framer-OjdKZ\");export default FramerdYI4FaG7U;FramerdYI4FaG7U.displayName=\"Button\";FramerdYI4FaG7U.defaultProps={height:49,width:94};addPropertyControls(FramerdYI4FaG7U,{variant:{options:[\"JvYBFGYwe\",\"jvoddw7Yr\"],optionTitles:[\"Primary\",\"Secondary\"],title:\"Variant\",type:ControlType.Enum},uNPFZriKH:{title:\"Link\",type:ControlType.Link},dMSsnwHK8:{defaultValue:\"Button\",displayTextArea:false,title:\"Label\",type:ControlType.String},Qw8imJbtD:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerdYI4FaG7U,[{explicitInter:true,fonts:[{family:\"Be Vietnam Pro\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HTEJl83T7wrcwap.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdYI4FaG7U\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"uNPFZriKH\\\":\\\"link\\\",\\\"dMSsnwHK8\\\":\\\"label\\\",\\\"Qw8imJbtD\\\":\\\"click\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"49\",\"framerIntrinsicWidth\":\"94\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"jvoddw7Yr\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./dYI4FaG7U.map", "// Generated by Framer (d894e1b)\nimport{jsx as e,jsxs as r}from\"react/jsx-runtime\";import{addFonts as t,addPropertyControls as a,ControlType as o,cx as i,RichText as n,useActiveVariantCallback as l,useLocaleInfo as s,useVariantState as d,withCSS as m}from\"framer\";import{LayoutGroup as p,motion as c,MotionConfigContext as f}from\"framer-motion\";import*as u from\"react\";let b=[\"sizMFAvHq\",\"rkej4M5bd\"],h=\"framer-WpcbY\",v={rkej4M5bd:\"framer-v-12hij53\",sizMFAvHq:\"framer-v-38qi4u\"};function x(e,...r){let t={};return null==r||r.forEach(r=>r&&Object.assign(t,e[r])),t;}let y={default:{damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"}},g=({value:r,children:t})=>{let a=u.useContext(f),o=null!=r?r:a.transition,i=u.useMemo(()=>({...a,transition:o}),[JSON.stringify(o)]);return /*#__PURE__*/e(f.Provider,{value:i,children:t});},w={Closed:\"sizMFAvHq\",Open:\"rkej4M5bd\"},k=({answer:e,height:r,id:t,question:a,width:o,...i})=>{var n,l,s,d;return{...i,T8rQFvSBR:null!==(n=null!=e?e:i.T8rQFvSBR)&&void 0!==n?n:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\",variant:null!==(s=null!==(l=w[i.variant])&&void 0!==l?l:i.variant)&&void 0!==s?s:\"sizMFAvHq\",W88zB8mIG:null!==(d=null!=a?a:i.W88zB8mIG)&&void 0!==d?d:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"};},W=(e,r)=>r.join(\"-\")+e.layoutDependency,j=/*#__PURE__*/u.forwardRef(function(t,a){let{activeLocale:o}=s(),{style:m,className:f,layoutId:h,variant:w,W88zB8mIG:j,T8rQFvSBR:F,...B}=k(t),{baseVariant:T,classNames:M,gestureVariant:V,setGestureState:Y,setVariant:A,transition:q,variants:R}=d({cycleOrder:b,defaultVariant:\"sizMFAvHq\",transitions:y,variant:w,variantClassNames:v}),z=W(t,R),{activeVariantCallback:I,delay:S}=l(T),P=I(async(...e)=>{A(\"rkej4M5bd\");}),D=I(async(...e)=>{A(\"sizMFAvHq\");}),E=u.useRef(null),H=u.useId();return /*#__PURE__*/e(p,{id:null!=h?h:H,children:/*#__PURE__*/e(c.div,{initial:w,animate:R,onHoverStart:()=>Y({isHovered:!0}),onHoverEnd:()=>Y({isHovered:!1}),onTapStart:()=>Y({isPressed:!0}),onTap:()=>Y({isPressed:!1}),onTapCancel:()=>Y({isPressed:!1}),className:i(\"framer-WpcbY\",...[],M),style:{display:\"contents\"},children:/*#__PURE__*/e(g,{value:q,children:/*#__PURE__*/r(c.div,{...B,className:i(\"framer-38qi4u\",f),\"data-framer-name\":\"Closed\",layoutDependency:z,layoutId:\"sizMFAvHq\",ref:null!=a?a:E,style:{...m},...x({rkej4M5bd:{\"data-framer-name\":\"Open\"}},T,V),children:[/*#__PURE__*/r(c.div,{className:\"framer-15q7t82\",\"data-framer-name\":\"Question\",\"data-highlight\":!0,layoutDependency:z,layoutId:\"mwqdWWsTV\",onTap:P,...x({rkej4M5bd:{onTap:D}},T,V),children:[/*#__PURE__*/e(n,{__fromCanvasComponent:!0,children:/*#__PURE__*/e(u.Fragment,{children:/*#__PURE__*/e(c.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"135%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(15, 23, 40))\"},children:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"})}),className:\"framer-1rzlyug\",fonts:[\"GF;Be Vietnam Pro-500\"],layoutDependency:z,layoutId:\"xvdXOvLHf\",style:{\"--extracted-r6o4lv\":\"rgb(15, 23, 40)\",\"--framer-paragraph-spacing\":\"30px\"},text:j,verticalAlignment:\"top\",withExternalLayout:!0}),/*#__PURE__*/r(c.div,{className:\"framer-1aa8b0s\",\"data-framer-name\":\"Plus\",layoutDependency:z,layoutId:\"jS6LKffQe\",style:{opacity:.3,rotate:0},variants:{rkej4M5bd:{rotate:45}},children:[/*#__PURE__*/e(c.div,{className:\"framer-j8p1yk\",layoutDependency:z,layoutId:\"M_iT11pux\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}}),/*#__PURE__*/e(c.div,{className:\"framer-4ddt7i\",layoutDependency:z,layoutId:\"c9BzC8pI7\",style:{backgroundColor:\"rgb(0, 0, 0)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}})]})]}),\"rkej4M5bd\"===T&&/*#__PURE__*/e(c.div,{className:\"framer-36ddrh\",\"data-framer-name\":\"Answer\",layoutDependency:z,layoutId:\"amuFqYxyc\",style:{opacity:0},variants:{rkej4M5bd:{opacity:1}},children:/*#__PURE__*/e(n,{__fromCanvasComponent:!0,children:/*#__PURE__*/e(u.Fragment,{children:/*#__PURE__*/e(c.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 84, 102))\"},children:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"})}),className:\"framer-19xjipd\",fonts:[\"GF;Be Vietnam Pro-regular\"],layoutDependency:z,layoutId:\"t3yx0yGb0\",style:{\"--extracted-r6o4lv\":\"rgb(71, 84, 102)\",\"--framer-paragraph-spacing\":\"0px\",opacity:.6},text:F,variants:{rkej4M5bd:{\"--framer-paragraph-spacing\":\"30px\",opacity:1}},verticalAlignment:\"top\",withExternalLayout:!0})})]})})})});}),F=['.framer-WpcbY [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-WpcbY .framer-1etqmsk { display: block; }\",\".framer-WpcbY .framer-38qi4u { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 400px; }\",\".framer-WpcbY .framer-15q7t82 { -webkit-user-select: none; align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 20px 0px 20px 0px; position: relative; user-select: none; width: 100%; }\",\".framer-WpcbY .framer-1rzlyug { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; }\",\".framer-WpcbY .framer-1aa8b0s { flex: none; height: 16px; overflow: hidden; position: relative; width: 16px; z-index: 1; }\",\".framer-WpcbY .framer-j8p1yk { flex: none; height: 2px; left: calc(50.00000000000002% - 16px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 2px / 2); width: 16px; }\",\".framer-WpcbY .framer-4ddt7i { flex: none; height: 16px; left: calc(50.00000000000002% - 2px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 16px / 2); width: 2px; }\",\".framer-WpcbY .framer-36ddrh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 20px 20px 0px; position: relative; width: 100%; }\",\".framer-WpcbY .framer-19xjipd { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-WpcbY .framer-38qi4u, .framer-WpcbY .framer-36ddrh { gap: 0px; } .framer-WpcbY .framer-38qi4u > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-WpcbY .framer-38qi4u > :first-child, .framer-WpcbY .framer-36ddrh > :first-child { margin-top: 0px; } .framer-WpcbY .framer-38qi4u > :last-child, .framer-WpcbY .framer-36ddrh > :last-child { margin-bottom: 0px; } .framer-WpcbY .framer-36ddrh > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-WpcbY.framer-v-12hij53 .framer-19xjipd { -webkit-user-select: unset; user-select: unset; }\"],B=m(j,F,\"framer-WpcbY\");export default B;B.displayName=\"FAQ Row\",B.defaultProps={height:113,width:400},a(B,{variant:{options:[\"sizMFAvHq\",\"rkej4M5bd\"],optionTitles:[\"Closed\",\"Open\"],title:\"Variant\",type:o.Enum},W88zB8mIG:{defaultValue:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\",displayTextArea:!0,title:\"Question\",type:o.String},T8rQFvSBR:{defaultValue:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\",displayTextArea:!0,title:\"Answer\",type:o.String}}),t(B,[{family:\"Be Vietnam Pro\",moduleAsset:{localModuleIdentifier:\"local-module:canvasComponent/VJs4kEzgs:default\",url:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HTEJl8yT7wrcwap.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HTEJl8yT7wrcwap.ttf\",weight:\"500\"},{family:\"Be Vietnam Pro\",moduleAsset:{localModuleIdentifier:\"local-module:canvasComponent/VJs4kEzgs:default\",url:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVPSTAyLFyeg_IDWvOJmVES_EwwD3s6ZKAi.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVPSTAyLFyeg_IDWvOJmVES_EwwD3s6ZKAi.ttf\",weight:\"400\"}]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVJs4kEzgs\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rkej4M5bd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"113\",\"framerVariables\":\"{\\\"W88zB8mIG\\\":\\\"question\\\",\\\"T8rQFvSBR\\\":\\\"answer\\\"}\",\"framerImmutableVariables\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"400\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./VJs4kEzgs.map", "// Generated by Framer (24d49ac)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import FAQRow from\"https://framerusercontent.com/modules/y2Jo0HUYlQqCccMLUQGc/34yK7TpwYF1bJxeCH08W/VJs4kEzgs.js\";const FAQRowFonts=getFonts(FAQRow);const cycleOrder=[\"RMyhe42yI\"];const serializationHash=\"framer-8nyBj\";const variantClassNames={RMyhe42yI:\"framer-v-48uaxs\"};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:40,delay:0,mass:1,stiffness:400,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 getProps=({height,id,width,...props})=>{return{...props};};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:\"RMyhe42yI\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];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-48uaxs\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"RMyhe42yI\",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:\"rgb(245, 245, 245)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-5eq2v7-container\",layoutDependency:layoutDependency,layoutId:\"e6217dRyb-container\",children:/*#__PURE__*/_jsx(FAQRow,{height:\"100%\",id:\"e6217dRyb\",layoutId:\"e6217dRyb\",style:{width:\"100%\"},T8rQFvSBR:\"The cost of a video is $15. This includes both UGC (User-Generated Content) and video edits. If you need the same video adapted into different languages or variations, it will be an additional $5 per language or variation.\",variant:\"sizMFAvHq\",W88zB8mIG:\"What is the cost of a video?\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-16osv4a\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"cqmIyZjmG\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ff3sio-container\",layoutDependency:layoutDependency,layoutId:\"ZXbf872yJ-container\",children:/*#__PURE__*/_jsx(FAQRow,{height:\"100%\",id:\"ZXbf872yJ\",layoutId:\"ZXbf872yJ\",style:{width:\"100%\"},T8rQFvSBR:\"We provide short format videos in TikTok style, which can also be used on Snap, YouTube, Meta, and any other vertical video platforms. These include both UGC videos created by real users and professionally edited videos to suit your needs.\",variant:\"sizMFAvHq\",W88zB8mIG:\"What types of videos do you provide?\\n\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1oxcp90\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"ojaleVGcc\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lxxm66-container\",layoutDependency:layoutDependency,layoutId:\"cykyfeCia-container\",children:/*#__PURE__*/_jsx(FAQRow,{height:\"100%\",id:\"cykyfeCia\",layoutId:\"cykyfeCia\",style:{width:\"100%\"},T8rQFvSBR:\"We offer a quick turnaround time of 24 hours. Once you place your order, you can expect to receive your video within a day.\",variant:\"sizMFAvHq\",W88zB8mIG:\"How long does it take to receive my video?\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d4hmz5\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"IqIbSKUuB\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-17n0hw2-container\",layoutDependency:layoutDependency,layoutId:\"JdGhW9akD-container\",children:/*#__PURE__*/_jsx(FAQRow,{height:\"100%\",id:\"JdGhW9akD\",layoutId:\"JdGhW9akD\",style:{width:\"100%\"},T8rQFvSBR:\"Yes, we offer videos in different languages. Each language adaptation or variation of the same video costs an additional $5. This allows you to reach a broader audience and enhance your search arbitrage efforts effectively.\",variant:\"sizMFAvHq\",W88zB8mIG:\"Can I request videos in multiple languages?\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-15w9tpy\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"uyd6TMxm1\",style:{backgroundColor:\"rgba(0, 0, 0, 0.05)\"}}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kyo69c-container\",layoutDependency:layoutDependency,layoutId:\"bVu4GQdFv-container\",children:/*#__PURE__*/_jsx(FAQRow,{height:\"100%\",id:\"bVu4GQdFv\",layoutId:\"bVu4GQdFv\",style:{width:\"100%\"},T8rQFvSBR:\"All sales are final, and we do not offer cancellations or money-back guarantees once an order is placed. Our commitment to delivering high-quality videos within 24 hours means that each video is tailored specifically to your requirements, ensuring maximum effectiveness for your search arbitrage campaigns.\",variant:\"sizMFAvHq\",W88zB8mIG:\"What is your cancellation or money-back policy?\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-8nyBj.framer-1jt87jp, .framer-8nyBj .framer-1jt87jp { display: block; }\",\".framer-8nyBj.framer-48uaxs { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 24px 0px 20px; position: relative; width: 1000px; will-change: var(--framer-will-change-override, transform); }\",\".framer-8nyBj .framer-5eq2v7-container, .framer-8nyBj .framer-ff3sio-container, .framer-8nyBj .framer-1lxxm66-container, .framer-8nyBj .framer-17n0hw2-container, .framer-8nyBj .framer-1kyo69c-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-8nyBj .framer-16osv4a, .framer-8nyBj .framer-1oxcp90, .framer-8nyBj .framer-1d4hmz5, .framer-8nyBj .framer-15w9tpy { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-8nyBj.framer-48uaxs { gap: 0px; } .framer-8nyBj.framer-48uaxs > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-8nyBj.framer-48uaxs > :first-child { margin-top: 0px; } .framer-8nyBj.framer-48uaxs > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 325\n * @framerIntrinsicWidth 1000\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerkFOHFlB8O=withCSS(Component,css,\"framer-8nyBj\");export default FramerkFOHFlB8O;FramerkFOHFlB8O.displayName=\"Accordion\";FramerkFOHFlB8O.defaultProps={height:325,width:1e3};addFonts(FramerkFOHFlB8O,[{explicitInter:true,fonts:[]},...FAQRowFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerkFOHFlB8O\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"325\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1000\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./kFOHFlB8O.map", "import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "let e;var f=r=>{if(!e){let o=function(t,n){return r.createElement(\"svg\",{width:\"100%\",height:\"1.5em\",strokeWidth:1.5,viewBox:\"0 0 24 24\",fill:\"none\",xmlns:\"http://www.w3.org/2000/svg\",color:\"currentColor\",ref:n,...t},r.createElement(\"path\",{d:\"M3 9.5L12 4l9 5.5M19 13v6.4a.6.6 0 01-.6.6H5.6a.6.6 0 01-.6-.6V13\",stroke:\"currentColor\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}))};e=r.forwardRef(o)}return e};export{f as default};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/iconoir-icons/Home.js@0.0.11\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"Accessibility\",\"AccessibilitySign\",\"AccessibilityTech\",\"Activity\",\"AddCircledOutline\",\"AddDatabaseScript\",\"AddFolder\",\"AddFrame\",\"AddHexagon\",\"AddKeyframe\",\"AddKeyframeAlt\",\"AddKeyframes\",\"AddLens\",\"AddPage\",\"AddPinAlt\",\"AddSelection\",\"AddSquare\",\"AddToCart\",\"AddUser\",\"Airplane\",\"AirplaneHelix\",\"AirplaneHelix45Deg\",\"AirplaneOff\",\"AirplaneRotation\",\"Airplay\",\"Alarm\",\"Album\",\"AlbumCarousel\",\"AlbumList\",\"AlbumOpen\",\"AlignBottomBox\",\"AlignCenter\",\"AlignJustify\",\"AlignLeft\",\"AlignLeftBox\",\"AlignRight\",\"AlignRightBox\",\"AlignTopBox\",\"Antenna\",\"AntennaOff\",\"AntennaSignal\",\"AppNotification\",\"Apple\",\"AppleHalf\",\"AppleHalfAlt\",\"AppleImac2021\",\"AppleImac2021Side\",\"AppleSwift\",\"ArSymbol\",\"Archery\",\"Archive\",\"AreaSearch\",\"ArrowArchery\",\"ArrowDown\",\"ArrowDownCircled\",\"ArrowLeft\",\"ArrowLeftCircled\",\"ArrowRight\",\"ArrowRightCircled\",\"ArrowSeparate\",\"ArrowUnion\",\"ArrowUnionVertical\",\"ArrowUp\",\"ArrowUpCircled\",\"Asana\",\"Attachment\",\"AutoFlash\",\"Bag\",\"BasketBall\",\"BasketBallAlt\",\"BasketballField\",\"Battery25\",\"Battery50\",\"Battery75\",\"BatteryCharging\",\"BatteryEmpty\",\"BatteryFull\",\"BatteryIndicator\",\"BatteryWarning\",\"BeachBag\",\"BeachBagBig\",\"Bell\",\"BellNotification\",\"BellOff\",\"Bicycle\",\"Bin\",\"BinAdd\",\"BinFull\",\"BinHalf\",\"BinMinus\",\"Bluetooth\",\"Bold\",\"BoldSquareOutline\",\"BookmarkCircled\",\"BookmarkEmpty\",\"BorderBl\",\"BorderBottom\",\"BorderBr\",\"BorderInner\",\"BorderLeft\",\"BorderOut\",\"BorderRight\",\"BorderTl\",\"BorderTop\",\"BorderTr\",\"BounceLeft\",\"BounceRight\",\"BowlingBall\",\"Box\",\"BoxIso\",\"BoxingGlove\",\"BubbleDownload\",\"BubbleError\",\"BubbleIncome\",\"BubbleOutcome\",\"BubbleSearch\",\"BubbleStar\",\"BubbleUpload\",\"BubbleWarning\",\"Building\",\"BusOutline\",\"BusStop\",\"Calculator\",\"Calendar\",\"Camera\",\"Cancel\",\"CarOutline\",\"Cart\",\"CartAlt\",\"Cash\",\"Cell4X4\",\"CenterAlign\",\"ChatAdd\",\"ChatBubble\",\"ChatBubbleCheck\",\"ChatBubbleCheck1\",\"ChatBubbleEmpty\",\"ChatBubbleError\",\"ChatBubbleQuestion\",\"ChatBubbleTranslate\",\"ChatBubbleWarning\",\"ChatLines\",\"ChatRemove\",\"Check\",\"CheckCircledOutline\",\"Chocolate\",\"Chromecast\",\"ChromecastActive\",\"Church\",\"ChurchAlt\",\"CinemaOld\",\"Circle\",\"City\",\"ClockOutline\",\"Closet\",\"Cloud\",\"CloudBookAlt\",\"CloudCheck\",\"CloudDesync\",\"CloudDownload\",\"CloudError\",\"CloudSunny\",\"CloudSync\",\"CloudUpload\",\"Code\",\"Codepen\",\"Coin\",\"CollageFrame\",\"Collapse\",\"ColorFilter\",\"ColorPicker\",\"ColorPickerEmpty\",\"Combine\",\"CompactDisc\",\"Compress\",\"CompressLines\",\"Computer\",\"ControlSlider\",\"Copy\",\"Copyright\",\"CornerBottomLeft\",\"CornerBottomRight\",\"CornerTopLeft\",\"CornerTopRight\",\"Cpu\",\"CpuWarning\",\"CrackedEgg\",\"CreativeCommons\",\"CreditCard\",\"CreditCard2\",\"Crop\",\"CropRotateBl\",\"CropRotateBr\",\"CropRotateTl\",\"CropRotateTr\",\"Css3\",\"CursorPointer\",\"Cut\",\"CutAlt\",\"Cycling\",\"DashFlag\",\"Dashboard\",\"DashboardDots\",\"DashboardSpeed\",\"DataTransferBoth\",\"DataTransferCheck\",\"DataTransferDown\",\"DataTransferUp\",\"DataTransferWarning\",\"DatabaseBackup\",\"DatabaseExport\",\"DatabaseMonitor\",\"DatabaseRestore\",\"DatabaseScript\",\"DatabaseSettings\",\"DatabaseStar\",\"DatabaseStats\",\"Db\",\"DbCheck\",\"DbError\",\"DbSearch\",\"DbStar\",\"DbWarning\",\"DeCompress\",\"DeleteCircledOutline\",\"DesignPencil\",\"Dialpad\",\"Display4K\",\"DivideSelection1\",\"DivideSelection2\",\"DocSearch\",\"DocSearchAlt\",\"DocStar\",\"DocStarAlt\",\"Dollar\",\"DomoticIssue\",\"Donate\",\"DoubleCheck\",\"DownRoundArrow\",\"Download\",\"DragHandGesture\",\"Drawer\",\"Dribbble\",\"Droplet\",\"DropletHalf\",\"EaseIn\",\"EaseInControlPoint\",\"EaseInOut\",\"EaseOut\",\"EaseOutControlPoint\",\"Edit\",\"EditPencil\",\"Egg\",\"Eject\",\"ElectronicsChip\",\"Emoji\",\"EmojiBall\",\"EmojiBlinkLeft\",\"EmojiBlinkRight\",\"EmojiLookBottom\",\"EmojiLookLeft\",\"EmojiLookRight\",\"EmojiLookTop\",\"EmojiQuite\",\"EmojiReally\",\"EmojiSad\",\"EmojiSatisfied\",\"EmojiSingLeft\",\"EmojiSingLeftNote\",\"EmojiSingRight\",\"EmojiSingRightNote\",\"EmojiSurprise\",\"EmojiSurpriseAlt\",\"EmojiTalkingAngry\",\"EmojiTalkingHappy\",\"EmojiThinkLeft\",\"EmojiThinkRight\",\"EmptyPage\",\"Enlarge\",\"EnlargeRoundArrow\",\"Euro\",\"EuroSquare\",\"EvCharge\",\"EvChargeAlt\",\"EvPlug\",\"EvPlugCharging\",\"EvPlugError\",\"EvStation\",\"Exclude\",\"Expand\",\"ExpandLines\",\"EyeAlt\",\"EyeClose\",\"EyeEmpty\",\"EyeOff\",\"FaceId\",\"Facebook\",\"FacebookSquared\",\"Farm\",\"FastArrowDown\",\"FastArrowDownBox\",\"FastArrowLeft\",\"FastArrowLeftBox\",\"FastArrowRight\",\"FastArrowRightBox\",\"FastArrowTop\",\"FastArrowUpBox\",\"FastBottomCircle\",\"FastLeftCircle\",\"FastRightCircle\",\"FastTopCircle\",\"Female\",\"Figma\",\"FileNotFound\",\"Filter\",\"FilterAlt\",\"Finder\",\"Fingerprint\",\"FingerprintCircled\",\"FingerprintCircledOk\",\"FingerprintPhone\",\"FingerprintScan\",\"FingerprintSquared\",\"Fishing\",\"Flare\",\"Flash\",\"FlashOff\",\"Flip\",\"FlipReverse\",\"Flower\",\"Fog\",\"Folder\",\"FolderAlert\",\"FontSize\",\"Football\",\"FootballBall\",\"ForwardOutline\",\"Frame\",\"FrameAlt\",\"FrameAltEmpty\",\"FrameSelect\",\"FrameSimple\",\"FrameTool\",\"Fridge\",\"Fx\",\"Garage\",\"Gas\",\"GasTank\",\"GasTankDrop\",\"Gift\",\"GitBranch\",\"GitCommit\",\"GitHub\",\"GitHubOutline\",\"GitLabFull\",\"GitMerge\",\"GlassEmpty\",\"GlassHalf\",\"GlassHalfAlt\",\"Glasses\",\"Golf\",\"Google\",\"GoogleCircled\",\"GoogleDocs\",\"GoogleDrive\",\"GoogleDriveCheck\",\"GoogleDriveSync\",\"GoogleDriveWarning\",\"GoogleHome\",\"GoogleOne\",\"Gps\",\"GraphDown\",\"GraphUp\",\"GridAdd\",\"GridMinus\",\"GridRemove\",\"Group\",\"Gym\",\"HalfMoon\",\"HandBrake\",\"Handbag\",\"HardDrive\",\"Hat\",\"Hd\",\"Hdr\",\"Headset\",\"HeadsetCharge\",\"HeadsetHelp\",\"HeadsetIssue\",\"HealthShield\",\"Healthcare\",\"Heart\",\"HeavyRain\",\"Heptagon\",\"HerSlips\",\"HesaWarningOutline\",\"Hexagon\",\"HexagonAlt\",\"HighPriority\",\"HistoricShield\",\"HistoricShieldAlt\",\"Home\",\"HomeAlt\",\"HomeAltSlim\",\"HomeAltSlimHoriz\",\"HomeHospital\",\"HomeSimple\",\"HomeSimpleDoor\",\"HomeUser\",\"Hospital\",\"HospitalSign\",\"Hourglass\",\"Html5\",\"Iconoir\",\"Import\",\"Industry\",\"InfoEmpty\",\"InputField\",\"InputSearch\",\"Instagram\",\"Intersect\",\"IntersectAlt\",\"IosSettings\",\"IrisScan\",\"Italic\",\"ItalicSquareOutline\",\"Journal\",\"JournalPage\",\"KeyAlt\",\"KeyAltBack\",\"KeyAltMinus\",\"KeyAltPlus\",\"KeyAltRemove\",\"Keyframe\",\"KeyframeAlignCenter\",\"KeyframePosition\",\"Keyframes\",\"KeyframesCouple\",\"LabelOutline\",\"Lamp\",\"Language\",\"Laptop\",\"LaptopCharging\",\"LaptopFix\",\"LaptopIssue\",\"LargeSuitcase\",\"LayoutLeft\",\"LayoutRight\",\"Leaderboard\",\"LeaderboardStar\",\"LeftRoundArrow\",\"Lens\",\"Lifebelt\",\"LightBulb\",\"LightBulbOff\",\"LightBulbOn\",\"LineSpace\",\"Linear\",\"Link\",\"LinkedIn\",\"List\",\"LoadActionFloppy\",\"Lock\",\"LockKey\",\"LogDenied\",\"LogIn\",\"LogOut\",\"LongArrowDownLeft\",\"LongArrowDownRight\",\"LongArrowLeftDown\",\"LongArrowLeftUp\",\"LongArrowRightDown\",\"LongArrowRightUp\",\"LongArrowRightUp1\",\"LongArrowUpLeft\",\"LongArrowUpRight\",\"LotOfCash\",\"MacControlKey\",\"MacDock\",\"MacOptionKey\",\"MacOsWindow\",\"Mail\",\"MailOpened\",\"Male\",\"Map\",\"MapIssue\",\"MapsArrow\",\"MapsArrowDiagonal\",\"MapsArrowIssue\",\"MapsGoStraight\",\"MapsTurnBack\",\"MapsTurnLeft\",\"MapsTurnRight\",\"MaskSquare\",\"Maximize\",\"Medal\",\"Medal1St\",\"Medium\",\"Megaphone\",\"Menu\",\"MenuScale\",\"Message\",\"MessageAlert\",\"MessageText\",\"Metro\",\"Mic\",\"MicAdd\",\"MicCheck\",\"MicMute\",\"MicRemove\",\"MicSpeaking\",\"MicWarning\",\"Minus\",\"Minus1\",\"MinusHexagon\",\"MinusPinAlt\",\"MinusSquare\",\"MissingFont\",\"ModernTv\",\"ModernTv4K\",\"MoneySquare\",\"MoonSat\",\"MoreHoriz\",\"MoreVert\",\"MouseButtonLeft\",\"MouseButtonRight\",\"MouseScrollWheel\",\"MoveDown\",\"MoveLeft\",\"MoveRight\",\"MoveRuler\",\"MoveUp\",\"Movie\",\"MultiBubble\",\"MultiMacOsWindow\",\"MultiWindow\",\"MultiplePages\",\"MultiplePagesAdd\",\"MultiplePagesDelete\",\"MultiplePagesEmpty\",\"MultiplePagesRemove\",\"Music1\",\"Music1Add\",\"Music2\",\"Music2Add\",\"NavArrowDown\",\"NavArrowLeft\",\"NavArrowRight\",\"NavArrowUp\",\"Navigator\",\"NavigatorAlt\",\"Network\",\"NetworkAlt\",\"NetworkLeft\",\"NetworkRight\",\"NoBattery\",\"NoCoin\",\"NoCreditCard\",\"NoLock\",\"NoSmoking\",\"Notes\",\"Octagon\",\"OilIndustry\",\"OpenInBrowser\",\"OpenInWindow\",\"OpenVpn\",\"OrangeHalf\",\"OrangeSlice\",\"OrangeSliceAlt\",\"Page\",\"PageFlip\",\"PageSearch\",\"PageStar\",\"Palette\",\"PanoramaEnlarge\",\"PanoramaReduce\",\"Pants\",\"PantsAlt\",\"PasswordCursor\",\"PasswordError\",\"PasswordPass\",\"PauseOutline\",\"PcMouse\",\"PenConnectBluetooth\",\"PenConnectWifi\",\"PenTablet\",\"PenTabletConnectUsb\",\"PenTabletConnectWifi\",\"Pentagon\",\"Percentage\",\"PercentageRound\",\"PercentageSquare\",\"PharmacyCircledCross\",\"PharmacySquaredCross\",\"Phone\",\"PhoneAdd\",\"PhoneDelete\",\"PhoneDisabled\",\"PhoneIncome\",\"PhoneOutcome\",\"PhonePaused\",\"PhoneRemove\",\"Pin\",\"PinAlt\",\"PizzaSlice\",\"Planet\",\"PlanetAlt\",\"PlanetSat\",\"PlayOutline\",\"Playlist\",\"PlaylistAdd\",\"PlaylistPlay\",\"PlugTypeA\",\"PlugTypeC\",\"PlugTypeG\",\"PlugTypeL\",\"Plus\",\"Pocket\",\"Position\",\"PositionAlign\",\"Pound\",\"PrecisionTool\",\"Printer\",\"PrinterAlt\",\"PrintingPage\",\"PriorityDown\",\"PriorityUp\",\"ProfileCircled\",\"Prohibition\",\"QuestionMark\",\"QuestionMarkCircle\",\"Rain\",\"ReceiveDollars\",\"ReceiveEuros\",\"ReceivePounds\",\"ReceiveYens\",\"Redo\",\"RedoAction\",\"RedoCircle\",\"Reduce\",\"ReduceRoundArrow\",\"Refresh\",\"RefreshCircular\",\"RefreshDouble\",\"ReminderHandGesture\",\"RemoveDatabaseScript\",\"RemoveEmpty\",\"RemoveFolder\",\"RemoveFrame\",\"RemoveFromCart\",\"RemoveKeyframe\",\"RemoveKeyframeAlt\",\"RemoveKeyframes\",\"RemovePage\",\"RemovePinAlt\",\"RemoveSelection\",\"RemoveSquare\",\"RemoveUser\",\"Repeat\",\"RepeatOnce\",\"ReportColumns\",\"Reports\",\"RewindOutline\",\"Rhombus\",\"RightRoundArrow\",\"Rings\",\"RotateCameraLeft\",\"RotateCameraRight\",\"RssFeed\",\"RssFeedSquared\",\"Ruler\",\"RulerAdd\",\"RulerCombine\",\"RulerRemove\",\"Running\",\"Sandals\",\"SaveActionFloppy\",\"SaveFloppyDisk\",\"ScaleFrameEnlarge\",\"ScaleFrameReduce\",\"Scanning\",\"Scarf\",\"Scissor\",\"ScissorAlt\",\"SeaAndSun\",\"SeaWaves\",\"Search\",\"SearchFont\",\"SecurityPass\",\"Selection\",\"SelectiveTool\",\"SendDollars\",\"SendEuros\",\"SendPounds\",\"SendYens\",\"Server\",\"ServerConnection\",\"Settings\",\"SettingsCloud\",\"SettingsProfiles\",\"ShareAndroid\",\"ShareIos\",\"Shield\",\"ShieldAdd\",\"ShieldAlert\",\"ShieldAlt\",\"ShieldBroken\",\"ShieldCheck\",\"ShieldCross\",\"ShieldDownload\",\"ShieldEye\",\"ShieldLoading\",\"ShieldMinus\",\"ShieldQuestion\",\"ShieldSearch\",\"ShieldUpload\",\"Shop\",\"ShopAlt\",\"ShoppingBag\",\"ShoppingBagAdd\",\"ShoppingBagAlt\",\"ShoppingBagArrowDown\",\"ShoppingBagArrowUp\",\"ShoppingBagCheck\",\"ShoppingBagIssue\",\"ShoppingBagRemove\",\"ShoppingCode\",\"ShoppingCodeCheck\",\"ShoppingCodeError\",\"ShortPants\",\"ShortPantsAlt\",\"Shuffle\",\"SimpleCart\",\"SingleTapGesture\",\"Skateboard\",\"Skateboarding\",\"SkipNextOutline\",\"SkipPrevOutline\",\"SmallShop\",\"SmallShopAlt\",\"SmartphoneDevice\",\"Smoking\",\"Snow\",\"SnowFlake\",\"Soap\",\"SoccerBall\",\"SortDown\",\"SortUp\",\"SoundHigh\",\"SoundLow\",\"SoundMin\",\"SoundOff\",\"SpockHandGesture\",\"Square\",\"StarDashed\",\"StarHalfDashed\",\"StarOutline\",\"StatDown\",\"StatUp\",\"StatsReport\",\"StatsSquareDown\",\"StatsSquareUp\",\"Stretching\",\"StyleBorder\",\"Substract\",\"Suggestion\",\"SunLight\",\"Swimming\",\"SwipeDownGesture\",\"SwipeLeftGesture\",\"SwipeRightGesture\",\"SwipeUpGesture\",\"SwitchOffOutline\",\"SwitchOnOutline\",\"SystemRestart\",\"SystemShut\",\"Table\",\"Table2Columns\",\"TableRows\",\"Telegram\",\"TelegramCircled\",\"TennisBall\",\"TennisBallAlt\",\"TerminalOutline\",\"TerminalSimple\",\"Text\",\"TextAlt\",\"TextSize\",\"ThreeStars\",\"Thunderstorm\",\"TikTok\",\"Timer\",\"TimerOff\",\"Tower\",\"TowerCheck\",\"TowerNoAccess\",\"TowerWarning\",\"Trademark\",\"TrainOutline\",\"Tram\",\"TransitionBottom\",\"TransitionLeft\",\"TransitionRight\",\"TransitionTop\",\"Translate\",\"Trash\",\"Treadmill\",\"Trekking\",\"Trello\",\"Triangle\",\"TriangleFlag\",\"TriangleFlagCircle\",\"TriangleFlagFull\",\"Trophy\",\"Tunnel\",\"Tv\",\"TvFix\",\"TvIssue\",\"Twitter\",\"TwitterVerifiedBadge\",\"Type\",\"UmbrellaFull\",\"Underline\",\"Undo\",\"UndoAction\",\"UndoCircle\",\"Union\",\"UnionAlt\",\"UnionHorizAlt\",\"Unity\",\"Unity5\",\"UpRoundArrow\",\"Upload\",\"UploadSquareOutline\",\"Usb\",\"User\",\"UserBag\",\"UserCart\",\"UserCircleAlt\",\"UserScan\",\"UserSquareAlt\",\"VerifiedBadge\",\"VerifiedUser\",\"VideoCamera\",\"VideoCameraOff\",\"ViewColumns2\",\"ViewColumns3\",\"ViewGrid\",\"ViewStructureDown\",\"ViewStructureUp\",\"Voice\",\"VoiceCircled\",\"VoiceCircledLock\",\"VoiceError\",\"VoiceOk\",\"VoicePhone\",\"VoiceScan\",\"VoiceSquared\",\"VrSymbol\",\"Waist\",\"Walking\",\"WarningSquareOutline\",\"WebWindow\",\"WebWindowClose\",\"Weight\",\"WeightAlt\",\"WhiteFlag\",\"Wifi\",\"WifiIssue\",\"WifiOff\",\"WifiSignalNone\",\"Wind\",\"WrapText\",\"Wristwatch\",\"Yen\",\"YenSquare\",\"Yoga\",\"YouTube\",\"ZoomIn\",\"ZoomOut\",];const moduleBaseUrl=\"https://framer.com/m/iconoir-icons/\";const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * ICONOIR\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.11`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch{if(isMounted.current)setSelectedIcon(null);}}// Import module when new style or icon is selected\nuseEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(\"div\",{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(SelectedIcon,{size:\"100$%\",style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Iconoir\";Icon.defaultProps={width:24,height:24,iconSelection:\"Home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Iconoir site](https://iconoir.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Iconoir.map", "import{fontStore as r}from\"framer\";r.loadWebFontsFromSelectors([]);export const fonts=[];export const css=[\".framer-RdeLQ .framer-styles-preset-1pmp3vy:not(.rich-text-wrapper), .framer-RdeLQ .framer-styles-preset-1pmp3vy.rich-text-wrapper a { --framer-link-current-text-color: #878787; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: #878787; --framer-link-hover-text-decoration: none; --framer-link-text-color: #000000; --framer-link-text-decoration: none; transition: color 0.3s cubic-bezier(0.44, 0, 0.56, 1) 0s; }\"];export const className=\"framer-RdeLQ\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (24d49ac)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const ImageWithFX=withFX(Image);const enabledGestures={pK3OqZDa4:{hover:true}};const cycleOrder=[\"pK3OqZDa4\"];const serializationHash=\"framer-clMXQ\";const variantClassNames={pK3OqZDa4:\"framer-v-15tn77w\"};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 transition2={damping:32,delay:0,mass:3,stiffness:691,type:\"spring\"};const animation={opacity:1,rotate:-5,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:0};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 getProps=({click,height,id,width,...props})=>{return{...props,Yoyxn1jRI:click!==null&&click!==void 0?click:props.Yoyxn1jRI};};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,Yoyxn1jRI,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"pK3OqZDa4\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1syvrda=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(Yoyxn1jRI){const res=await Yoyxn1jRI(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];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(ImageWithFX,{...restProps,background:{alt:\"\",fit:\"fit\",pixelHeight:70,pixelWidth:300,positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/swQOsyS6FtTGADOLQ7Pz0EJM.svg\",srcSet:\"https://framerusercontent.com/images/swQOsyS6FtTGADOLQ7Pz0EJM.svg?scale-down-to=512 512w,https://framerusercontent.com/images/swQOsyS6FtTGADOLQ7Pz0EJM.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/swQOsyS6FtTGADOLQ7Pz0EJM.svg 1415w\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-15tn77w\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"pK3OqZDa4\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:onTap1syvrda,onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"pK3OqZDa4-hover\":{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,\"data-framer-name\":undefined}},baseVariant,gestureVariant)})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-clMXQ.framer-mpp7dq, .framer-clMXQ .framer-mpp7dq { display: block; }\",\".framer-clMXQ.framer-15tn77w { cursor: pointer; height: 60px; position: relative; width: 180px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 60\n * @framerIntrinsicWidth 180\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"RilAn2fWP\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"Yoyxn1jRI\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerQFiZe2uAT=withCSS(Component,css,\"framer-clMXQ\");export default FramerQFiZe2uAT;FramerQFiZe2uAT.displayName=\"Logo\";FramerQFiZe2uAT.defaultProps={height:60,width:180};addPropertyControls(FramerQFiZe2uAT,{Yoyxn1jRI:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerQFiZe2uAT,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQFiZe2uAT\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"180\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"60\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"RilAn2fWP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"Yoyxn1jRI\\\":\\\"click\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./QFiZe2uAT.map", "// Generated by Framer (3f9fff0)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Iconoir}from\"https://framerusercontent.com/modules/zL9598C4KbEbqUGvSR14/rI8sPHpnG9XGcCPc0vU4/Iconoir.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/fvqx2jowxWmkp6YjiPhs/yvqZajfb7pP1WiFfGTEW/aAdohScXF.js\";import Button from\"https://framerusercontent.com/modules/5nbz7Z42SBqutb9YBCcc/cCbvAmcbp3JlFfo5TYOw/dYI4FaG7U.js\";import Logo from\"https://framerusercontent.com/modules/7NfwV3ViucKUWv0O9nSR/pVTitIdFDHIbazDLHYMr/QFiZe2uAT.js\";const LogoFonts=getFonts(Logo);const IconoirFonts=getFonts(Iconoir);const ButtonFonts=getFonts(Button);const cycleOrder=[\"zbiFmE8HZ\",\"Zy7Az3_fo\",\"vaBAD4jZF\",\"CwScYC_4j\"];const serializationHash=\"framer-HRZrv\";const variantClassNames={CwScYC_4j:\"framer-v-13hnitr\",vaBAD4jZF:\"framer-v-18cvydv\",zbiFmE8HZ:\"framer-v-3g0g1f\",Zy7Az3_fo:\"framer-v-sfyl8j\"};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={\"Phone Open\":\"CwScYC_4j\",Desktop:\"zbiFmE8HZ\",Phone:\"vaBAD4jZF\",Tablet:\"Zy7Az3_fo\"};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:\"zbiFmE8HZ\"};};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,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"zbiFmE8HZ\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onClickol0wk4=activeVariantCallback(async(...args)=>{setVariant(\"CwScYC_4j\");});const onClickfipv4y=activeVariantCallback(async(...args)=>{setVariant(\"vaBAD4jZF\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"vaBAD4jZF\",\"CwScYC_4j\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"vaBAD4jZF\")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,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-3g0g1f\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"zbiFmE8HZ\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",boxShadow:\"none\",...style},variants:{CwScYC_4j:{boxShadow:\"0px 10px 30px 0px rgba(0, 0, 0, 0.1)\"}},...addPropertyOverrides({CwScYC_4j:{\"data-framer-name\":\"Phone Open\"},vaBAD4jZF:{\"data-framer-name\":\"Phone\"},Zy7Az3_fo:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wgkoun\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"glOGuK4Fa\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17ev7qf\",layoutDependency:layoutDependency,layoutId:\"xWuOOYe7l\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ha7yer\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"F7TV4B3NO\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"180px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-sbi0xo-container\",layoutDependency:layoutDependency,layoutId:\"kF4n0nqNh-container\",children:/*#__PURE__*/_jsx(Logo,{height:\"100%\",id:\"kF4n0nqNh\",layoutId:\"kF4n0nqNh\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-13oiuu-container\",layoutDependency:layoutDependency,layoutId:\"F7BfMUb4A-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"rgb(0, 0, 0)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Menu\",id:\"F7BfMUb4A\",layoutId:\"F7BfMUb4A\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({CwScYC_4j:{iconSelection:\"Cancel\",onClick:onClickfipv4y},vaBAD4jZF:{onClick:onClickol0wk4}},baseVariant,gestureVariant)})})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6tfhqs\",\"data-framer-name\":\"Navigation\",layoutDependency:layoutDependency,layoutId:\"iqv5rXURD\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-k74e3\",\"data-framer-name\":\"_Dropdown header navigation trigger\",layoutDependency:layoutDependency,layoutId:\"B2g9zuTop\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xyho13\",\"data-framer-name\":\"Buttons/Button\",layoutDependency:layoutDependency,layoutId:\"vYxDR5cq9\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"135%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(68, 81, 99))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":xbNIVNxxP\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1pmp3vy\",\"data-styles-preset\":\"aAdohScXF\",children:\"What will I get?\"})})})}),className:\"framer-1wxysqk\",\"data-framer-name\":\"Text\",fonts:[\"GF;Be Vietnam Pro-500\"],layoutDependency:layoutDependency,layoutId:\"jrO4qbPHf\",style:{\"--extracted-r6o4lv\":\"rgb(68, 81, 99)\",\"--framer-paragraph-spacing\":\"30px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CwScYC_4j:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"135%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(68, 81, 99))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":xbNIVNxxP\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1pmp3vy\",\"data-styles-preset\":\"aAdohScXF\",children:\"What will I get?\"})})})})}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wweq0i\",\"data-framer-name\":\"_Dropdown header navigation trigger\",layoutDependency:layoutDependency,layoutId:\"vT5TdFuyP\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-tnwze8\",\"data-framer-name\":\"Buttons/Button\",layoutDependency:layoutDependency,layoutId:\"D8ooEDgpW\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"135%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(68, 81, 99))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":My0qyc9Yn\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1pmp3vy\",\"data-styles-preset\":\"aAdohScXF\",children:\"Pricing\"})})})}),className:\"framer-bps045\",\"data-framer-name\":\"Text\",fonts:[\"GF;Be Vietnam Pro-500\"],layoutDependency:layoutDependency,layoutId:\"tACETr_GL\",style:{\"--extracted-r6o4lv\":\"rgb(68, 81, 99)\",\"--framer-paragraph-spacing\":\"30px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CwScYC_4j:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"135%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(68, 81, 99))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":My0qyc9Yn\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1pmp3vy\",\"data-styles-preset\":\"aAdohScXF\",children:\"Pricing\"})})})})}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wp08gd\",\"data-framer-name\":\"Buttons/Button\",layoutDependency:layoutDependency,layoutId:\"VWPx1TReH\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"135%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(68, 81, 99))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":BAnpyFO8F\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1pmp3vy\",\"data-styles-preset\":\"aAdohScXF\",children:\"FAQs\"})})})}),className:\"framer-1tj02lz\",\"data-framer-name\":\"Text\",fonts:[\"GF;Be Vietnam Pro-500\"],layoutDependency:layoutDependency,layoutId:\"tuQjc818l\",style:{\"--extracted-r6o4lv\":\"rgb(68, 81, 99)\",\"--framer-paragraph-spacing\":\"30px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CwScYC_4j:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"135%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(68, 81, 99))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":BAnpyFO8F\",webPageId:\"augiA20Il\"},openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1pmp3vy\",\"data-styles-preset\":\"aAdohScXF\",children:\"FAQs\"})})})})}},baseVariant,gestureVariant)})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-14utfsz\",\"data-framer-name\":\"_Navigation actions\",layoutDependency:layoutDependency,layoutId:\"VSDluGHsa\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-qb0s5n-container\",layoutDependency:layoutDependency,layoutId:\"eAYmlY3kC-container\",children:/*#__PURE__*/_jsx(Button,{dMSsnwHK8:\"Are you a creator?\",height:\"100%\",id:\"eAYmlY3kC\",layoutId:\"eAYmlY3kC\",uNPFZriKH:\"https://opnform.com/forms/creators-program-lz9sar\",variant:\"jvoddw7Yr\",width:\"100%\"})})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-HRZrv.framer-1bnbn01, .framer-HRZrv .framer-1bnbn01 { display: block; }\",\".framer-HRZrv.framer-3g0g1f { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 100px; justify-content: center; padding: 24px 80px 24px 80px; position: relative; width: 1400px; }\",\".framer-HRZrv .framer-wgkoun { 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-HRZrv .framer-17ev7qf { 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: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-HRZrv .framer-ha7yer { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-HRZrv .framer-sbi0xo-container { flex: none; height: 60px; position: relative; width: 180px; }\",\".framer-HRZrv .framer-13oiuu-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 43px); position: relative; width: 40px; }\",\".framer-HRZrv .framer-6tfhqs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-HRZrv .framer-k74e3, .framer-HRZrv .framer-1wweq0i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-HRZrv .framer-1xyho13, .framer-HRZrv .framer-tnwze8, .framer-HRZrv .framer-1wp08gd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-HRZrv .framer-1wxysqk, .framer-HRZrv .framer-bps045, .framer-HRZrv .framer-1tj02lz { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-HRZrv .framer-14utfsz { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-HRZrv .framer-qb0s5n-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HRZrv.framer-3g0g1f, .framer-HRZrv .framer-17ev7qf, .framer-HRZrv .framer-ha7yer, .framer-HRZrv .framer-6tfhqs, .framer-HRZrv .framer-k74e3, .framer-HRZrv .framer-1xyho13, .framer-HRZrv .framer-1wweq0i, .framer-HRZrv .framer-tnwze8, .framer-HRZrv .framer-1wp08gd, .framer-HRZrv .framer-14utfsz { gap: 0px; } .framer-HRZrv.framer-3g0g1f > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-HRZrv.framer-3g0g1f > :first-child, .framer-HRZrv .framer-17ev7qf > :first-child, .framer-HRZrv .framer-ha7yer > :first-child, .framer-HRZrv .framer-6tfhqs > :first-child, .framer-HRZrv .framer-1xyho13 > :first-child, .framer-HRZrv .framer-tnwze8 > :first-child, .framer-HRZrv .framer-1wp08gd > :first-child, .framer-HRZrv .framer-14utfsz > :first-child { margin-left: 0px; } .framer-HRZrv.framer-3g0g1f > :last-child, .framer-HRZrv .framer-17ev7qf > :last-child, .framer-HRZrv .framer-ha7yer > :last-child, .framer-HRZrv .framer-6tfhqs > :last-child, .framer-HRZrv .framer-1xyho13 > :last-child, .framer-HRZrv .framer-tnwze8 > :last-child, .framer-HRZrv .framer-1wp08gd > :last-child, .framer-HRZrv .framer-14utfsz > :last-child { margin-right: 0px; } .framer-HRZrv .framer-17ev7qf > *, .framer-HRZrv .framer-ha7yer > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-HRZrv .framer-6tfhqs > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-HRZrv .framer-k74e3 > *, .framer-HRZrv .framer-1wweq0i > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-HRZrv .framer-k74e3 > :first-child, .framer-HRZrv .framer-1wweq0i > :first-child { margin-top: 0px; } .framer-HRZrv .framer-k74e3 > :last-child, .framer-HRZrv .framer-1wweq0i > :last-child { margin-bottom: 0px; } .framer-HRZrv .framer-1xyho13 > *, .framer-HRZrv .framer-tnwze8 > *, .framer-HRZrv .framer-1wp08gd > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-HRZrv .framer-14utfsz > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } }\",\".framer-HRZrv.framer-v-sfyl8j.framer-3g0g1f { padding: 24px; width: 810px; }\",\".framer-HRZrv.framer-v-sfyl8j .framer-17ev7qf, .framer-HRZrv.framer-v-18cvydv .framer-17ev7qf { gap: unset; justify-content: space-between; }\",\".framer-HRZrv.framer-v-sfyl8j .framer-6tfhqs { gap: 40px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HRZrv.framer-v-sfyl8j .framer-17ev7qf, .framer-HRZrv.framer-v-sfyl8j .framer-6tfhqs { gap: 0px; } .framer-HRZrv.framer-v-sfyl8j .framer-17ev7qf > *, .framer-HRZrv.framer-v-sfyl8j .framer-17ev7qf > :first-child, .framer-HRZrv.framer-v-sfyl8j .framer-17ev7qf > :last-child { margin: 0px; } .framer-HRZrv.framer-v-sfyl8j .framer-6tfhqs > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-HRZrv.framer-v-sfyl8j .framer-6tfhqs > :first-child { margin-left: 0px; } .framer-HRZrv.framer-v-sfyl8j .framer-6tfhqs > :last-child { margin-right: 0px; } }\",\".framer-HRZrv.framer-v-18cvydv.framer-3g0g1f { padding: 24px; width: 390px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HRZrv.framer-v-18cvydv .framer-17ev7qf { gap: 0px; } .framer-HRZrv.framer-v-18cvydv .framer-17ev7qf > *, .framer-HRZrv.framer-v-18cvydv .framer-17ev7qf > :first-child, .framer-HRZrv.framer-v-18cvydv .framer-17ev7qf > :last-child { margin: 0px; } }\",\".framer-HRZrv.framer-v-13hnitr.framer-3g0g1f { flex-direction: column; height: min-content; padding: 24px 24px 40px 24px; width: 390px; }\",\".framer-HRZrv.framer-v-13hnitr .framer-wgkoun { flex: none; flex-direction: column; gap: 40px; justify-content: flex-start; width: 100%; }\",\".framer-HRZrv.framer-v-13hnitr .framer-17ev7qf { flex: none; gap: unset; justify-content: space-between; width: 100%; }\",\".framer-HRZrv.framer-v-13hnitr .framer-6tfhqs { flex-direction: column; }\",\".framer-HRZrv.framer-v-13hnitr .framer-14utfsz { flex: none; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HRZrv.framer-v-13hnitr.framer-3g0g1f, .framer-HRZrv.framer-v-13hnitr .framer-wgkoun, .framer-HRZrv.framer-v-13hnitr .framer-17ev7qf, .framer-HRZrv.framer-v-13hnitr .framer-6tfhqs { gap: 0px; } .framer-HRZrv.framer-v-13hnitr.framer-3g0g1f > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-HRZrv.framer-v-13hnitr.framer-3g0g1f > :first-child, .framer-HRZrv.framer-v-13hnitr .framer-wgkoun > :first-child, .framer-HRZrv.framer-v-13hnitr .framer-6tfhqs > :first-child { margin-top: 0px; } .framer-HRZrv.framer-v-13hnitr.framer-3g0g1f > :last-child, .framer-HRZrv.framer-v-13hnitr .framer-wgkoun > :last-child, .framer-HRZrv.framer-v-13hnitr .framer-6tfhqs > :last-child { margin-bottom: 0px; } .framer-HRZrv.framer-v-13hnitr .framer-wgkoun > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-HRZrv.framer-v-13hnitr .framer-17ev7qf > *, .framer-HRZrv.framer-v-13hnitr .framer-17ev7qf > :first-child, .framer-HRZrv.framer-v-13hnitr .framer-17ev7qf > :last-child { margin: 0px; } .framer-HRZrv.framer-v-13hnitr .framer-6tfhqs > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 100\n * @framerIntrinsicWidth 1400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Zy7Az3_fo\":{\"layout\":[\"fixed\",\"fixed\"]},\"vaBAD4jZF\":{\"layout\":[\"fixed\",\"fixed\"]},\"CwScYC_4j\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerqxYWctY_B=withCSS(Component,css,\"framer-HRZrv\");export default FramerqxYWctY_B;FramerqxYWctY_B.displayName=\"Navigation Bar\";FramerqxYWctY_B.defaultProps={height:100,width:1400};addPropertyControls(FramerqxYWctY_B,{variant:{options:[\"zbiFmE8HZ\",\"Zy7Az3_fo\",\"vaBAD4jZF\",\"CwScYC_4j\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\",\"Phone Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerqxYWctY_B,[{explicitInter:true,fonts:[{family:\"Be Vietnam Pro\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HTEJl83T7wrcwap.woff2\",weight:\"500\"}]},...LogoFonts,...IconoirFonts,...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerqxYWctY_B\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"100\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1400\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Zy7Az3_fo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vaBAD4jZF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CwScYC_4j\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./qxYWctY_B.map", "// Generated by Framer (3f9fff0)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Button from\"https://framerusercontent.com/modules/5nbz7Z42SBqutb9YBCcc/cCbvAmcbp3JlFfo5TYOw/dYI4FaG7U.js\";const ButtonFonts=getFonts(Button);const cycleOrder=[\"koTcktd6v\",\"MWhMgERyy\",\"Q1R79Gw5d\"];const serializationHash=\"framer-dgKwD\";const variantClassNames={koTcktd6v:\"framer-v-1ao4t8m\",MWhMgERyy:\"framer-v-ur8nee\",Q1R79Gw5d:\"framer-v-19fgqk5\"};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={Default:\"koTcktd6v\",Mobile:\"Q1R79Gw5d\",Tablet:\"MWhMgERyy\"};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:\"koTcktd6v\"};};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,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"koTcktd6v\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];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,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1ao4t8m\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"koTcktd6v\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",...style},...addPropertyOverrides({MWhMgERyy:{\"data-framer-name\":\"Tablet\"},Q1R79Gw5d:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1srgblb\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"BxpFBcp3k\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1y3uu6e\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"L71RWV20C\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fit\",pixelHeight:66,pixelWidth:290,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/NzKrZ4SlCa4GLJPOlaunpwYFCac.png\"},className:\"framer-1bubc2k framer-1f2idur\",layoutDependency:layoutDependency,layoutId:\"hqaJaSriW\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ij18yu\",\"data-framer-name\":\"Navigation\",layoutDependency:layoutDependency,layoutId:\"p9HpTXOjm\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ls885r\",\"data-framer-name\":\"Buttons/Button\",layoutDependency:layoutDependency,layoutId:\"D5pvDcwDe\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"135%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 84, 102))\"},children:[\"All rights reserved by \",/*#__PURE__*/_jsx(Link,{href:\"https://viralyster.com/\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"Viralyster - FZCO\"})}),\" - Dubai - U.A.E  - Copyright\\xa9 2024\"]})}),className:\"framer-pz8ll8\",\"data-framer-name\":\"Text\",fonts:[\"GF;Be Vietnam Pro-regular\"],layoutDependency:layoutDependency,layoutId:\"Ms_z_pLF5\",style:{\"--extracted-r6o4lv\":\"rgb(71, 84, 102)\",\"--framer-paragraph-spacing\":\"30px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Q1R79Gw5d:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"145%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(71, 84, 102))\"},children:[\"All rights reserved by \",/*#__PURE__*/_jsx(Link,{href:\"https://viralyster.com/\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{children:\"Viralyster - FZCO\"})}),\" - Dubai - U.A.E  - Copyright\\xa9 2024\"]})})}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1790wja-container\",layoutDependency:layoutDependency,layoutId:\"gQd_1owqB-container\",children:/*#__PURE__*/_jsx(Button,{dMSsnwHK8:\"Are you a creator?\",height:\"100%\",id:\"gQd_1owqB\",layoutId:\"gQd_1owqB\",uNPFZriKH:\"https://opnform.com/forms/creators-program-lz9sar\",variant:\"jvoddw7Yr\",width:\"100%\"})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-dgKwD.framer-1f2idur, .framer-dgKwD .framer-1f2idur { display: block; }\",\".framer-dgKwD.framer-1ao4t8m { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 32px 0px 32px 0px; position: relative; width: 1400px; }\",\".framer-dgKwD .framer-1srgblb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px 80px 0px 80px; position: relative; width: 100%; }\",\".framer-dgKwD .framer-1y3uu6e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-dgKwD .framer-1bubc2k { flex: none; height: 60px; position: relative; text-decoration: none; width: 180px; }\",\".framer-dgKwD .framer-ij18yu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-dgKwD .framer-ls885r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-dgKwD .framer-pz8ll8 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-dgKwD .framer-1790wja-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-dgKwD.framer-1ao4t8m, .framer-dgKwD .framer-1y3uu6e, .framer-dgKwD .framer-ij18yu, .framer-dgKwD .framer-ls885r { gap: 0px; } .framer-dgKwD.framer-1ao4t8m > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-dgKwD.framer-1ao4t8m > :first-child { margin-top: 0px; } .framer-dgKwD.framer-1ao4t8m > :last-child { margin-bottom: 0px; } .framer-dgKwD .framer-1y3uu6e > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-dgKwD .framer-1y3uu6e > :first-child, .framer-dgKwD .framer-ij18yu > :first-child, .framer-dgKwD .framer-ls885r > :first-child { margin-left: 0px; } .framer-dgKwD .framer-1y3uu6e > :last-child, .framer-dgKwD .framer-ij18yu > :last-child, .framer-dgKwD .framer-ls885r > :last-child { margin-right: 0px; } .framer-dgKwD .framer-ij18yu > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-dgKwD .framer-ls885r > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\".framer-dgKwD.framer-v-ur8nee.framer-1ao4t8m { padding: 32px 40px 32px 40px; width: 810px; }\",\".framer-dgKwD.framer-v-ur8nee .framer-1srgblb, .framer-dgKwD.framer-v-19fgqk5 .framer-1srgblb { flex-direction: column; gap: 40px; justify-content: flex-start; padding: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-dgKwD.framer-v-ur8nee .framer-1srgblb { gap: 0px; } .framer-dgKwD.framer-v-ur8nee .framer-1srgblb > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-dgKwD.framer-v-ur8nee .framer-1srgblb > :first-child { margin-top: 0px; } .framer-dgKwD.framer-v-ur8nee .framer-1srgblb > :last-child { margin-bottom: 0px; } }\",\".framer-dgKwD.framer-v-19fgqk5.framer-1ao4t8m { padding: 32px 24px 32px 24px; width: 310px; }\",\".framer-dgKwD.framer-v-19fgqk5 .framer-ij18yu { width: 100%; }\",\".framer-dgKwD.framer-v-19fgqk5 .framer-ls885r { flex: 1 0 0px; width: 1px; }\",\".framer-dgKwD.framer-v-19fgqk5 .framer-pz8ll8 { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-dgKwD.framer-v-19fgqk5 .framer-1srgblb { gap: 0px; } .framer-dgKwD.framer-v-19fgqk5 .framer-1srgblb > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-dgKwD.framer-v-19fgqk5 .framer-1srgblb > :first-child { margin-top: 0px; } .framer-dgKwD.framer-v-19fgqk5 .framer-1srgblb > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 124\n * @framerIntrinsicWidth 1400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"MWhMgERyy\":{\"layout\":[\"fixed\",\"auto\"]},\"Q1R79Gw5d\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerRgfe4eDav=withCSS(Component,css,\"framer-dgKwD\");export default FramerRgfe4eDav;FramerRgfe4eDav.displayName=\"Footer\";FramerRgfe4eDav.defaultProps={height:124,width:1400};addPropertyControls(FramerRgfe4eDav,{variant:{options:[\"koTcktd6v\",\"MWhMgERyy\",\"Q1R79Gw5d\"],optionTitles:[\"Default\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerRgfe4eDav,[{explicitInter:true,fonts:[{family:\"Be Vietnam Pro\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVPSTAyLFyeg_IDWvOJmVES_Ew1D3s6ZKAi.woff2\",weight:\"400\"}]},...ButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRgfe4eDav\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1400\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MWhMgERyy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Q1R79Gw5d\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"124\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Rgfe4eDav.map", "// Generated by Framer (d894e1b)\nimport{jsx as e}from\"react/jsx-runtime\";import{addFonts as r,addPropertyControls as t,ControlType as a,cx as o,RichText as i,useLocaleInfo as n,useVariantState as l,withCSS as s}from\"framer\";import{LayoutGroup as d,motion as f,MotionConfigContext as m}from\"framer-motion\";import*as p from\"react\";let c=[\"JteXz4WJY\"],u=\"framer-Zs8jH\",g={JteXz4WJY:\"framer-v-c42qrd\"};function h(e,...r){let t={};return null==r||r.forEach(r=>r&&Object.assign(t,e[r])),t;}let x={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}},y=({value:r,children:t})=>{let a=p.useContext(m),o=null!=r?r:a.transition,i=p.useMemo(()=>({...a,transition:o}),[JSON.stringify(o)]);return /*#__PURE__*/e(m.Provider,{value:i,children:t});},b=({height:e,id:r,title:t,width:a,...o})=>{var i;return{...o,i7NEtCqaR:null!==(i=null!=t?t:o.i7NEtCqaR)&&void 0!==i?i:\"TESTIMONIALS\"};},v=(e,r)=>r.join(\"-\")+e.layoutDependency,j=/*#__PURE__*/p.forwardRef(function(r,t){let{activeLocale:a}=n(),{style:s,className:m,layoutId:u,variant:h,i7NEtCqaR:j,...w}=b(r),{baseVariant:I,classNames:H,gestureVariant:T,setGestureState:q,setVariant:M,transition:N,variants:Z}=l({cycleOrder:c,defaultVariant:\"JteXz4WJY\",transitions:x,variant:h,variantClassNames:g}),R=v(r,Z),S=p.useRef(null),A=p.useId();return /*#__PURE__*/e(d,{id:null!=u?u:A,children:/*#__PURE__*/e(f.div,{initial:h,animate:Z,onHoverStart:()=>q({isHovered:!0}),onHoverEnd:()=>q({isHovered:!1}),onTapStart:()=>q({isPressed:!0}),onTap:()=>q({isPressed:!1}),onTapCancel:()=>q({isPressed:!1}),className:o(\"framer-Zs8jH\",...[],H),style:{display:\"contents\"},children:/*#__PURE__*/e(y,{value:N,children:/*#__PURE__*/e(f.div,{...w,className:o(\"framer-c42qrd\",m),\"data-framer-name\":\"Default\",layoutDependency:R,layoutId:\"JteXz4WJY\",ref:null!=t?t:S,style:{backgroundColor:\"rgb(189, 255, 28)\",borderBottomLeftRadius:11,borderBottomRightRadius:11,borderTopLeftRadius:11,borderTopRightRadius:11,...s},children:/*#__PURE__*/e(i,{__fromCanvasComponent:!0,children:/*#__PURE__*/e(p.Fragment,{children:/*#__PURE__*/e(f.p,{style:{\"--font-selector\":\"R0Y7SUJNIFBsZXggTW9uby02MDA=\",\"--framer-font-family\":'\"IBM Plex Mono\", monospace',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.1em\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\"},children:\"TESTIMONIALS\"})}),className:\"framer-aojig7\",\"data-framer-name\":\"Text\",fonts:[\"GF;IBM Plex Mono-600\"],layoutDependency:R,layoutId:\"oT_HP2OZi\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:j,verticalAlignment:\"top\",withExternalLayout:!0})})})})});}),w=['.framer-Zs8jH [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Zs8jH .framer-5osjwg { display: block; }\",\".framer-Zs8jH .framer-c42qrd { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px 12px 8px 12px; position: relative; width: min-content; }\",\".framer-Zs8jH .framer-aojig7 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Zs8jH .framer-c42qrd { gap: 0px; } .framer-Zs8jH .framer-c42qrd > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Zs8jH .framer-c42qrd > :first-child { margin-left: 0px; } .framer-Zs8jH .framer-c42qrd > :last-child { margin-right: 0px; } }\"],I=s(j,w,\"framer-Zs8jH\");export default I;I.displayName=\"Section Badge\",I.defaultProps={height:29,width:125},t(I,{i7NEtCqaR:{defaultValue:\"TESTIMONIALS\",displayTextArea:!1,title:\"Title\",type:a.String}}),r(I,[{family:\"IBM Plex Mono\",moduleAsset:{localModuleIdentifier:\"local-module:canvasComponent/YjXjiKdIG:default\",url:\"https://fonts.gstatic.com/s/ibmplexmono/v19/-F6qfjptAgt5VM-kVkqdyU8n3vAO8ldPg-IUDNg.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/ibmplexmono/v19/-F6qfjptAgt5VM-kVkqdyU8n3vAO8ldPg-IUDNg.ttf\",weight:\"600\"}]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYjXjiKdIG\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"29\",\"framerIntrinsicWidth\":\"125\",\"framerImmutableVariables\":\"false\",\"framerVariables\":\"{\\\"i7NEtCqaR\\\":\\\"title\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YjXjiKdIG.map", "import{fontStore as r}from\"framer\";r.loadWebFontsFromSelectors([]);export const fonts=[];export const css=[\".framer-AaYjK .framer-styles-preset-1u4289p:not(.rich-text-wrapper), .framer-AaYjK .framer-styles-preset-1u4289p.rich-text-wrapper a { --framer-link-current-text-color: #111111; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: #000000; --framer-link-hover-text-decoration: none; --framer-link-text-color: #757575; --framer-link-text-decoration: underline; transition: color 0.3s cubic-bezier(0.44, 0, 0.56, 1) 0s; }\"];export const className=\"framer-AaYjK\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (63c002f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,Link,optimizeAppear,optimizeAppearTransformTemplate,PropertyOverrides,RichText,SVG,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouteElementId,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/DAWxXDGdC5RJUOPfOsh5/Ticker.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/IZ0vSV62Dv7ax4rBiGUk/Video.js\";import FormSpark from\"https://framerusercontent.com/modules/vkHAj2Yk0mTnbM6ZdN5c/Foxm7T4YpJpvPgDlEus0/FormSpark.js\";import FeaturedIcon from\"#framer/local/canvasComponent/DNhFzFkab/DNhFzFkab.js\";import Button from\"#framer/local/canvasComponent/dYI4FaG7U/dYI4FaG7U.js\";import Accordion from\"#framer/local/canvasComponent/kFOHFlB8O/kFOHFlB8O.js\";import NavigationBar from\"#framer/local/canvasComponent/qxYWctY_B/qxYWctY_B.js\";import Footer from\"#framer/local/canvasComponent/Rgfe4eDav/Rgfe4eDav.js\";import SectionBadge from\"#framer/local/canvasComponent/YjXjiKdIG/YjXjiKdIG.js\";import*as sharedStyle from\"#framer/local/css/bEiodWSQ3/bEiodWSQ3.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavigationBarFonts=getFonts(NavigationBar);const VideoFonts=getFonts(Video);const MotionDivWithFX=withFX(motion.div);const ImageWithFX=withFX(Image);const TickerFonts=getFonts(Ticker);const RichTextWithFX=withFX(RichText);const SectionBadgeFonts=getFonts(SectionBadge);const ContainerWithFX=withFX(Container);const FeaturedIconFonts=getFonts(FeaturedIcon);const AccordionFonts=getFonts(Accordion);const ButtonFonts=getFonts(Button);const FormSparkFonts=getFonts(FormSpark);const FooterFonts=getFonts(Footer);const cycleOrder=[\"WQLkyLRf1\",\"rZoq4fOw5\",\"sxoaNYiuO\"];const breakpoints={rZoq4fOw5:\"(min-width: 810px) and (max-width: 1399px)\",sxoaNYiuO:\"(max-width: 809px)\",WQLkyLRf1:\"(min-width: 1400px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-WkUR8\";const variantClassNames={rZoq4fOw5:\"framer-v-7a09nj\",sxoaNYiuO:\"framer-v-liub87\",WQLkyLRf1:\"framer-v-72rtr7\"};const transition1={delay:0,duration:.8,ease:[.44,0,0,1],type:\"tween\"};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={delay:.2,duration:.8,ease:[.44,0,0,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const transition3={delay:0,duration:24,ease:[0,0,1,1],type:\"tween\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-3259};const transition4={delay:0,duration:10,ease:[0,0,1,1],type:\"tween\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-793,y:0};const transition5={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation5={opacity:1,rotate:.4,rotateX:0,rotateY:0,scale:1.02,skewX:0,skewY:0,transition:transition5};const transition6={delay:0,duration:20,ease:[0,0,1,1],type:\"tween\"};const transition7={damping:100,delay:.7,mass:1,stiffness:320,type:\"spring\"};const animation6={opacity:1,rotate:-30,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition7,x:0,y:0};const animation7={opacity:.001,rotate:-30,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:30};const transition8={delay:0,duration:15,ease:[0,0,1,1],type:\"tween\"};const animation8={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition9={damping:100,delay:.5,mass:1,stiffness:300,type:\"spring\"};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition9,x:0,y:0};const animation10={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:20};const animation11={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:30};const transition10={delay:.3,duration:.8,ease:[.44,0,0,1],type:\"tween\"};const transition11={delay:.4,duration:.8,ease:[.44,0,0,1],type:\"tween\"};const animation12={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:20};const transition12={damping:40,delay:.2,mass:1,stiffness:160,type:\"spring\"};const transition13={damping:40,delay:.4,mass:1,stiffness:160,type:\"spring\"};const transition14={damping:40,delay:.6,mass:1,stiffness:160,type:\"spring\"};const animation13={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:10};const transition15={damping:40,delay:.2,mass:1,stiffness:150,type:\"spring\"};const transition16={damping:30,delay:.1,mass:1,stiffness:400,type:\"spring\"};const transition17={damping:30,delay:.2,mass:1,stiffness:400,type:\"spring\"};const inertia={bounceDamping:16,bounceStiffness:386,delay:0,type:\"inertia\"};const preventDefault=e=>e.preventDefault();const animation14={cursor:\"grabbing\"};const animation15={opacity:1,rotate:21,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const animation16={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:.1,skewX:0,skewY:0,x:0,y:0};const animation17={opacity:1,rotate:-15,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const animation18={opacity:1,rotate:-3,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;const animation19={opacity:1,rotate:-20,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const transition18={damping:30,delay:.3,mass:1,stiffness:400,type:\"spring\"};const transition19={damping:30,delay:.4,mass:1,stiffness:400,type:\"spring\"};const transition20={damping:40,delay:.3,mass:1,stiffness:160,type:\"spring\"};const animation20={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:50};const animation21={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition21={damping:40,delay:.5,mass:1,stiffness:160,type:\"spring\"};const transition22={damping:40,delay:.3,mass:1,stiffness:150,type:\"spring\"};const transition23={damping:40,delay:.7,mass:1,stiffness:160,type:\"spring\"};const transition24={damping:40,delay:.4,mass:1,stiffness:150,type:\"spring\"};const transition25={damping:40,delay:.8,mass:1,stiffness:160,type:\"spring\"};const transition26={damping:40,delay:.9,mass:1,stiffness:160,type:\"spring\"};const transition27={delay:.4,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const transition28={damping:40,delay:.1,mass:1,stiffness:160,type:\"spring\"};const transition29={delay:.5,duration:.8,ease:[.44,0,0,1],type:\"tween\"};const transition30={delay:.3,duration:.5,ease:[.44,0,.22,.99],type:\"tween\"};const animation22={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition30,x:0,y:0};const animation23={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"sxoaNYiuO\",Tablet:\"rZoq4fOw5\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.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);}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);}}if(metadata1.bodyClassName){Array.from(document.body.classList).filter(c=>c.startsWith(\"framer-body-\")).map(c=>document.body.classList.remove(c));document.body.classList.add(`${metadata1.bodyClassName}-framer-WkUR8`);return()=>{document.body.classList.remove(`${metadata1.bodyClassName}-framer-WkUR8`);};}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const id=useRouteElementId(\"vfOTkqlci\");const ref2=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if([\"rZoq4fOw5\",\"sxoaNYiuO\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"sxoaNYiuO\")return false;return true;};const id1=useRouteElementId(\"ucBGlnbTF\");const ref3=React.useRef(null);const id2=useRouteElementId(\"My0qyc9Yn\");const ref4=React.useRef(null);const id3=useRouteElementId(\"xbNIVNxxP\");const ref5=React.useRef(null);const id4=useRouteElementId(\"ZlTtx5UZP\");const ref6=React.useRef(null);const id5=useRouteElementId(\"BAnpyFO8F\");const ref7=React.useRef(null);const id6=useRouteElementId(\"pcm0qj3kR\");const ref8=React.useRef(null);const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"sxoaNYiuO\")return true;return false;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"rZoq4fOw5\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-72rtr7\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-rf56o0-container\",id:id,layoutScroll:true,ref:ref2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rZoq4fOw5:{variant:\"Zy7Az3_fo\"},sxoaNYiuO:{variant:\"vaBAD4jZF\"}},children:/*#__PURE__*/_jsx(NavigationBar,{height:\"100%\",id:\"vfOTkqlci\",layoutId:\"vfOTkqlci\",style:{width:\"100%\"},variant:\"zbiFmE8HZ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vpu7k6\",\"data-framer-name\":\"Hero\",name:\"Hero\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-18yv9bc\",\"data-framer-name\":\"Container\",name:\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mkk82q\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xd6ris\",\"data-framer-name\":\"Left\",name:\"Left\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1imj2j0\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1domwio\",\"data-framer-name\":\"Text\",name:\"Text\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1i4x2f1\",\"data-framer-name\":\"Badge\",name:\"Badge\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNjAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"135%\",\"--framer-text-alignment\":\"center\"},children:\"INVITE-ONLY\"})}),className:\"framer-uu2mvs\",\"data-framer-name\":\"Text\",fonts:[\"GF;Be Vietnam Pro-600\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rZoq4fOw5:{\"data-framer-appear-id\":\"cn61dv\",animate:optimizeAppear(\"animate\",\"cn61dv\",animation,\"7a09nj\"),initial:optimizeAppear(\"initial\",\"cn61dv\",animation1,\"7a09nj\")},sxoaNYiuO:{\"data-framer-appear-id\":\"1xbo2l8\",animate:optimizeAppear(\"animate\",\"1xbo2l8\",animation,\"liub87\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"46px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"105%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:\"Search arbitrage videos made for you \uD83E\uDEE1\"})}),initial:optimizeAppear(\"initial\",\"1xbo2l8\",animation1,\"liub87\")}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,animate:optimizeAppear(\"animate\",\"16jv3xt\",animation,\"72rtr7\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"72px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-3px\",\"--framer-line-height\":\"105%\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:\"Search arbitrage videos made for you \uD83E\uDEE1\"})}),className:\"framer-16jv3xt\",\"data-framer-appear-id\":\"16jv3xt\",\"data-framer-name\":\"Heading\",fonts:[\"GF;Poppins-500\"],initial:optimizeAppear(\"initial\",\"16jv3xt\",animation1,\"72rtr7\"),name:\"Heading\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rZoq4fOw5:{\"data-framer-appear-id\":\"1fp9mdl\",animate:optimizeAppear(\"animate\",\"1fp9mdl\",animation2,\"7a09nj\"),initial:optimizeAppear(\"initial\",\"1fp9mdl\",animation1,\"7a09nj\")},sxoaNYiuO:{\"data-framer-appear-id\":\"1eznrdh\",animate:optimizeAppear(\"animate\",\"1eznrdh\",animation2,\"liub87\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"135%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"The secret to amazing search arbitrage results? High-converting video ads that don't look like ads. Viralyster gives you instant access to top creators who know how to create videos that scale.\"})}),initial:optimizeAppear(\"initial\",\"1eznrdh\",animation1,\"liub87\")}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,animate:optimizeAppear(\"animate\",\"12zactm\",animation2,\"72rtr7\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"135%\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"The secret to amazing search arbitrage results? High-converting video ads that don't look like ads. Viralyster gives you instant access to top creators who know how to create videos that scale.\"})}),className:\"framer-12zactm\",\"data-framer-appear-id\":\"12zactm\",\"data-framer-name\":\"Supporting text\",fonts:[\"GF;Be Vietnam Pro-500\"],initial:optimizeAppear(\"initial\",\"12zactm\",animation1,\"72rtr7\"),name:\"Supporting text\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sxoaNYiuO:{style:{}}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pkq2aj\",style:{skewX:-2},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sxoaNYiuO:{__framer__loop:animation4,__framer__loopTransition:transition4}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__loop:animation3,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition3,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1nmlmwa\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-raijpj-container\",whileHover:animation5,children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:10,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"Onlu98YGl\",isMixedBorderRadius:false,layoutId:\"Onlu98YGl\",loop:true,muted:true,objectFit:\"contain\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/ltgTMIDZgjL21cecR9zJ17Hhmlw.mp4\",srcType:\"URL\",srcUrl:\"https://jami-retool-videos-examples.s3.amazonaws.com/viralyster/viral-00001.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-tt1989-container\",whileHover:animation5,children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:10,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"ZcBT17CvW\",isMixedBorderRadius:false,layoutId:\"ZcBT17CvW\",loop:true,muted:true,objectFit:\"contain\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/ltgTMIDZgjL21cecR9zJ17Hhmlw.mp4\",srcType:\"URL\",srcUrl:\"https://jami-retool-videos-examples.s3.amazonaws.com/viralyster/viral-00002.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qaxgor-container\",whileHover:animation5,children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:10,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"fKZrgfRkm\",isMixedBorderRadius:false,layoutId:\"fKZrgfRkm\",loop:true,muted:true,objectFit:\"contain\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/ltgTMIDZgjL21cecR9zJ17Hhmlw.mp4\",srcType:\"URL\",srcUrl:\"https://jami-retool-videos-examples.s3.amazonaws.com/viralyster/viral-00003.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1f443v-container\",whileHover:animation5,children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:10,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"RhyNFmRHu\",isMixedBorderRadius:false,layoutId:\"RhyNFmRHu\",loop:true,muted:true,objectFit:\"contain\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/ltgTMIDZgjL21cecR9zJ17Hhmlw.mp4\",srcType:\"URL\",srcUrl:\"https://jami-retool-videos-examples.s3.amazonaws.com/viralyster/viral-00004.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1l1i1xk-container\",whileHover:animation5,children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:10,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"Y39ieisqY\",isMixedBorderRadius:false,layoutId:\"Y39ieisqY\",loop:true,muted:true,objectFit:\"contain\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/ltgTMIDZgjL21cecR9zJ17Hhmlw.mp4\",srcType:\"URL\",srcUrl:\"https://jami-retool-videos-examples.s3.amazonaws.com/viralyster/viral-00005.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-dq73c5-container\",whileHover:animation5,children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:10,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"sBtxQyb2I\",isMixedBorderRadius:false,layoutId:\"sBtxQyb2I\",loop:true,muted:true,objectFit:\"contain\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/ltgTMIDZgjL21cecR9zJ17Hhmlw.mp4\",srcType:\"URL\",srcUrl:\"https://jami-retool-videos-examples.s3.amazonaws.com/viralyster/viral-00006.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-yronxc-container\",whileHover:animation5,children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:10,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"UZamz1Sk4\",isMixedBorderRadius:false,layoutId:\"UZamz1Sk4\",loop:true,muted:true,objectFit:\"contain\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/ltgTMIDZgjL21cecR9zJ17Hhmlw.mp4\",srcType:\"URL\",srcUrl:\"https://jami-retool-videos-examples.s3.amazonaws.com/viralyster/viral-00001.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1gjrsj4-container\",whileHover:animation5,children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:10,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"L_FPKXg8y\",isMixedBorderRadius:false,layoutId:\"L_FPKXg8y\",loop:true,muted:true,objectFit:\"contain\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/ltgTMIDZgjL21cecR9zJ17Hhmlw.mp4\",srcType:\"URL\",srcUrl:\"https://jami-retool-videos-examples.s3.amazonaws.com/viralyster/viral-00002.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})]})}),isDisplayed()&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__loop:animation3,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition6,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1r4vsr5 hidden-7a09nj hidden-liub87\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1y63bhg-container\",whileHover:animation5,children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:10,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"VLk5MWzwb\",isMixedBorderRadius:false,layoutId:\"VLk5MWzwb\",loop:true,muted:true,objectFit:\"contain\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/ltgTMIDZgjL21cecR9zJ17Hhmlw.mp4\",srcType:\"URL\",srcUrl:\"https://jami-retool-videos-examples.s3.amazonaws.com/viralyster/viral-00007.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-14ddwmy-container\",whileHover:animation5,children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:10,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"I170AINvB\",isMixedBorderRadius:false,layoutId:\"I170AINvB\",loop:true,muted:true,objectFit:\"contain\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/ltgTMIDZgjL21cecR9zJ17Hhmlw.mp4\",srcType:\"URL\",srcUrl:\"https://jami-retool-videos-examples.s3.amazonaws.com/viralyster/viral-00008.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-18zqy4s-container\",whileHover:animation5,children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:10,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"iUebJR4RV\",isMixedBorderRadius:false,layoutId:\"iUebJR4RV\",loop:true,muted:true,objectFit:\"contain\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/ltgTMIDZgjL21cecR9zJ17Hhmlw.mp4\",srcType:\"URL\",srcUrl:\"https://jami-retool-videos-examples.s3.amazonaws.com/viralyster/viral-00009.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-13zks98-container\",whileHover:animation5,children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:10,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"qNigfeaK5\",isMixedBorderRadius:false,layoutId:\"qNigfeaK5\",loop:true,muted:true,objectFit:\"contain\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/ltgTMIDZgjL21cecR9zJ17Hhmlw.mp4\",srcType:\"URL\",srcUrl:\"https://jami-retool-videos-examples.s3.amazonaws.com/viralyster/viral-00010.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-163xpon-container\",whileHover:animation5,children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:10,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"pCKTlweRh\",isMixedBorderRadius:false,layoutId:\"pCKTlweRh\",loop:true,muted:true,objectFit:\"contain\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/ltgTMIDZgjL21cecR9zJ17Hhmlw.mp4\",srcType:\"URL\",srcUrl:\"https://jami-retool-videos-examples.s3.amazonaws.com/viralyster/viral-00011.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ek7yrr-container\",whileHover:animation5,children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:10,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"AVfixULFh\",isMixedBorderRadius:false,layoutId:\"AVfixULFh\",loop:true,muted:true,objectFit:\"contain\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/ltgTMIDZgjL21cecR9zJ17Hhmlw.mp4\",srcType:\"URL\",srcUrl:\"https://jami-retool-videos-examples.s3.amazonaws.com/viralyster/viral-00012.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-synone-container\",whileHover:animation5,children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:10,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"aYOaCU4S_\",isMixedBorderRadius:false,layoutId:\"aYOaCU4S_\",loop:true,muted:true,objectFit:\"contain\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/ltgTMIDZgjL21cecR9zJ17Hhmlw.mp4\",srcType:\"URL\",srcUrl:\"https://jami-retool-videos-examples.s3.amazonaws.com/viralyster/viral-00007.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-frjuwe-container\",whileHover:animation5,children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:10,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"XaX2fI1rJ\",isMixedBorderRadius:false,layoutId:\"XaX2fI1rJ\",loop:true,muted:true,objectFit:\"contain\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/ltgTMIDZgjL21cecR9zJ17Hhmlw.mp4\",srcType:\"URL\",srcUrl:\"https://jami-retool-videos-examples.s3.amazonaws.com/viralyster/viral-00008.mp4\",startTime:0,style:{width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})]})]})})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rZoq4fOw5:{\"data-framer-appear-id\":\"1ql5ux\",animate:optimizeAppear(\"animate\",\"1ql5ux\",animation6,\"7a09nj\"),initial:optimizeAppear(\"initial\",\"1ql5ux\",animation7,\"7a09nj\")}},children:/*#__PURE__*/_jsx(Image,{animate:optimizeAppear(\"animate\",\"n7hvhn\",animation6,\"72rtr7\"),background:{alt:\"\",fit:\"fill\",sizes:\"301px\",src:\"https://framerusercontent.com/images/AM9PX8l3tcHV41oVhZ9gWUkBSE.png\",srcSet:\"https://framerusercontent.com/images/AM9PX8l3tcHV41oVhZ9gWUkBSE.png?scale-down-to=512 512w,https://framerusercontent.com/images/AM9PX8l3tcHV41oVhZ9gWUkBSE.png 906w\"},className:\"framer-n7hvhn hidden-liub87\",\"data-framer-appear-id\":\"n7hvhn\",\"data-framer-name\":\"scribble-1\",initial:optimizeAppear(\"initial\",\"n7hvhn\",animation7,\"72rtr7\"),name:\"scribble-1\",style:{rotate:-30,transformPerspective:1200}})}),isDisplayed()&&/*#__PURE__*/_jsx(ImageWithFX,{__framer__loop:animation8,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition8,__perspectiveFX:false,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"pv81mx\",animation9,\"72rtr7\"),background:{alt:\"\",fit:\"fill\",sizes:\"271px\",src:\"https://framerusercontent.com/images/uTKvR6qfTzsBtXOvlLGL21I53YY.png\",srcSet:\"https://framerusercontent.com/images/uTKvR6qfTzsBtXOvlLGL21I53YY.png?scale-down-to=512 512w,https://framerusercontent.com/images/uTKvR6qfTzsBtXOvlLGL21I53YY.png 904w\"},className:\"framer-pv81mx hidden-7a09nj hidden-liub87\",\"data-framer-appear-id\":\"pv81mx\",\"data-framer-name\":\"scribble-2\",initial:optimizeAppear(\"initial\",\"pv81mx\",animation10,\"72rtr7\"),name:\"scribble-2\",style:{transformPerspective:1200},transformTemplate:optimizeAppearTransformTemplate(\"pv81mx\",transformTemplate1)})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1w1ux4k\",\"data-framer-name\":\"What it is\",id:id1,name:\"What it is\",ref:ref3,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y2izdg\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sxoaNYiuO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"135%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d7349925-0a10-40ec-8e6c-4ea792158e96, rgb(174, 189, 206))\"},children:[\"Our team made over \",/*#__PURE__*/_jsx(\"strong\",{children:\"5000+ videos\"}),\" that were viewed over \",/*#__PURE__*/_jsx(\"strong\",{children:\"700 million\"}),\" times\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"135%\",\"--framer-text-color\":\"var(--token-d7349925-0a10-40ec-8e6c-4ea792158e96, rgb(174, 189, 206))\"},children:[\"Our team made over \",/*#__PURE__*/_jsx(\"strong\",{children:\"5000+ videos\"}),\" that were viewed over \",/*#__PURE__*/_jsx(\"strong\",{children:\"700 million\"}),\" times\"]})}),className:\"framer-1oou3dc\",\"data-framer-name\":\"Text\",fonts:[\"GF;Be Vietnam Pro-regular\",\"GF;Be Vietnam Pro-700\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-aasymv-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:5,fadeWidth:25,overflow:false},gap:100,height:\"100%\",hoverFactor:.5,id:\"qOPHm_IMK\",layoutId:\"qOPHm_IMK\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(SVG,{className:\"framer-ir1yg5\",\"data-framer-name\":\"Dark_logo_of_YouTube_2015_2017_\",layout:\"position\",name:\"Dark_logo_of_YouTube_2015_2017_\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 83 35\"><path d=\"M 82.514 7.556 C 82.514 7.556 82.027 4.121 80.536 2.617 C 78.655 0.654 76.548 0.638 75.592 0.523 C 68.67 0.016 58.278 0.016 58.278 0.016 L 58.262 0.016 C 58.262 0.016 47.871 0.016 40.949 0.523 C 39.992 0.638 37.869 0.654 35.988 2.633 C 34.497 4.138 34.011 7.572 34.011 7.572 C 34.011 7.572 33.508 11.596 33.508 15.619 L 33.508 19.397 C 33.508 23.421 34.011 27.444 34.011 27.444 C 34.011 27.444 34.497 30.879 35.988 32.383 C 37.885 34.362 40.349 34.313 41.435 34.509 C 45.391 34.902 58.246 35.016 58.246 35.016 C 58.246 35.016 68.637 35 75.559 34.493 C 76.516 34.379 78.639 34.362 80.52 32.383 C 82.011 30.879 82.497 27.444 82.497 27.444 C 82.497 27.444 83 23.421 83 19.397 L 83 15.603 C 83.016 11.596 82.514 7.556 82.514 7.556 Z M 30.979 28.311 L 27.834 28.311 L 27.834 26.479 C 26.635 27.869 25.629 28.556 24.527 28.556 C 23.571 28.556 22.89 28.082 22.549 27.264 C 22.355 26.757 22.209 25.956 22.209 24.811 L 22.209 11.416 L 25.354 11.416 L 25.354 25.138 C 25.419 25.612 25.613 25.776 26.035 25.776 C 26.635 25.776 27.186 25.236 27.834 24.304 L 27.834 11.416 L 30.979 11.416 Z M 19.891 16.944 C 19.891 15.145 19.534 13.787 18.902 12.937 C 18.059 11.776 16.746 11.318 15.417 11.318 C 13.909 11.318 12.774 11.792 11.931 12.937 C 11.283 13.787 10.942 15.161 10.942 16.96 L 10.942 22.963 C 10.942 24.745 11.25 25.988 11.899 26.839 C 12.742 28 14.087 28.589 15.417 28.589 C 16.746 28.589 18.124 27.984 18.967 26.839 C 19.599 25.988 19.891 24.745 19.891 22.963 Z M 16.73 23.29 C 16.892 24.958 16.389 25.792 15.4 25.792 C 14.428 25.792 13.909 24.958 14.071 23.29 L 14.071 16.6 C 13.909 14.932 14.412 14.147 15.4 14.147 C 16.373 14.147 16.892 14.932 16.73 16.6 Z M 7.457 19.119 L 7.457 28.311 L 4.15 28.311 L 4.15 19.119 C 4.15 19.119 0.713 7.85 0 5.741 L 3.485 5.741 L 5.804 14.556 L 8.122 5.741 L 11.607 5.741 Z\" fill=\"var(--token-d7349925-0a10-40ec-8e6c-4ea792158e96, rgb(174, 189, 206)) /* {&quot;name&quot;:&quot;logos_color&quot;} */\"></path><g transform=\"translate(37.609 5.904)\" id=\"ss9643063566_2\"><path d=\"M 41.257 14.54 L 41.257 11.121 C 41.257 9.339 40.916 8.03 40.284 7.196 C 39.441 6.051 38.242 5.446 36.734 5.446 C 35.21 5.446 33.994 6.051 33.135 7.196 C 32.503 8.047 32.13 9.421 32.13 11.203 L 32.13 17.058 C 32.13 18.825 32.552 20.084 33.168 20.918 C 34.027 22.063 35.226 22.619 36.799 22.619 C 38.371 22.619 39.603 22.014 40.43 20.82 C 40.787 20.28 41.03 19.675 41.127 19.021 C 41.16 18.727 41.224 18.04 41.224 17.042 L 41.224 16.568 L 38.079 16.568 C 38.079 17.794 38.079 18.514 38.063 18.678 C 37.901 19.479 37.463 19.904 36.718 19.904 C 35.696 19.904 35.259 19.136 35.259 17.582 L 35.259 14.572 L 41.257 14.572 Z M 35.291 10.206 C 35.291 8.652 35.729 8.21 36.718 8.21 C 37.707 8.21 38.112 8.685 38.112 10.222 L 38.112 12.037 L 35.291 12.037 Z M 27.364 5.414 C 26.262 5.414 25.159 6.1 24.203 7.311 L 24.203 0 L 21.22 0 L 21.22 22.407 L 24.203 22.407 L 24.203 20.722 C 25.192 21.981 26.294 22.636 27.364 22.636 C 28.564 22.636 29.439 21.981 29.828 20.738 C 30.023 20.035 30.152 18.939 30.152 17.402 L 30.152 10.713 C 30.152 9.126 29.958 8.047 29.747 7.376 C 29.358 6.117 28.547 5.414 27.364 5.414 Z M 27.007 17.549 C 27.007 19.217 26.602 19.855 25.743 19.855 C 25.24 19.855 24.689 19.61 24.187 19.086 L 24.187 8.963 C 24.689 8.456 25.24 8.194 25.743 8.194 C 26.602 8.194 27.007 8.685 27.007 10.353 Z M 18.724 22.407 L 15.579 22.407 L 15.579 20.575 C 14.379 21.965 13.374 22.652 12.272 22.652 C 11.315 22.652 10.634 22.178 10.294 21.36 C 10.099 20.853 9.954 20.051 9.954 18.907 L 9.954 5.692 L 13.098 5.692 L 13.098 19.234 C 13.163 19.708 13.358 19.871 13.779 19.871 C 14.379 19.871 14.93 19.332 15.579 18.4 L 15.579 5.692 L 18.724 5.692 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 6.792 22.407 L 3.485 22.407 L 3.485 3.173 L 0 3.173 L 0 0 L 10.44 0 L 10.44 3.173 L 6.792 3.173 Z\" fill=\"rgb(255,255,255)\"></path></g></svg>',svgContentId:9643063566,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-13rq0qw\",\"data-framer-name\":\"pangle\",layout:\"position\",name:\"pangle\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 83 35\"><path d=\"M 64.707 17.258 L 55.862 12.158 C 55.773 12.106 55.662 12.106 55.574 12.159 C 55.485 12.213 55.432 12.311 55.436 12.414 L 55.436 25.099 C 55.436 25.336 55.564 25.529 55.756 25.658 L 64.603 30.757 C 64.692 30.809 64.802 30.808 64.89 30.755 C 64.979 30.701 65.031 30.603 65.027 30.5 L 65.027 17.815 C 65.022 17.586 64.902 17.376 64.707 17.258 Z M 52.355 10.234 L 43.509 5.133 C 43.42 5.081 43.31 5.082 43.222 5.136 C 43.134 5.189 43.081 5.287 43.085 5.391 L 43.085 25.126 C 43.085 25.297 43.211 25.426 43.383 25.426 L 52.398 25.426 C 52.478 25.428 52.555 25.397 52.611 25.34 C 52.667 25.283 52.698 25.206 52.696 25.126 L 52.696 10.79 C 52.68 10.56 52.553 10.352 52.356 10.234 Z M 31.433 30.696 L 40.28 25.597 C 40.478 25.483 40.601 25.27 40.6 25.039 L 40.6 3.954 C 40.6 3.741 40.364 3.592 40.174 3.698 L 31.327 8.797 C 31.128 8.912 31.006 9.125 31.007 9.355 L 31.007 30.438 C 31.007 30.674 31.243 30.803 31.433 30.695 Z M 67.492 19.379 L 67.492 25.163 C 67.492 25.336 67.62 25.463 67.79 25.463 L 77.828 25.463 C 78.125 25.463 78.232 25.056 77.977 24.927 L 67.94 19.143 C 67.726 19.014 67.492 19.164 67.492 19.379 Z M 28.092 10.663 L 3.509 24.868 C 3.255 25.019 3.361 25.404 3.659 25.404 L 28.239 25.404 C 28.318 25.406 28.395 25.375 28.452 25.318 C 28.508 25.261 28.539 25.184 28.537 25.104 L 28.537 10.921 C 28.515 10.685 28.281 10.556 28.091 10.664 Z\" fill=\"var(--token-d7349925-0a10-40ec-8e6c-4ea792158e96, rgb(174, 189, 206)) /* {&quot;name&quot;:&quot;logos_color&quot;} */\"></path></svg>',svgContentId:9793664838,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-k3d6yx\",\"data-framer-name\":\"snapchat\",layout:\"position\",name:\"snapchat\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 35 35\"><path d=\"M 17.484 2.52 C 22.182 2.522 26.095 6.433 26.101 11.141 C 26.102 12.244 26.136 13.26 26.198 14.195 C 26.237 14.773 26.717 15.2 27.267 15.2 C 27.348 15.2 27.431 15.191 27.514 15.172 L 28.985 14.827 C 29.047 14.812 29.11 14.805 29.173 14.805 C 29.547 14.805 29.891 15.06 29.975 15.439 C 30.093 15.973 29.794 16.513 29.276 16.695 L 27.042 17.596 C 26.478 17.824 26.175 18.438 26.334 19.025 C 28.126 25.65 33.132 24.961 33.132 25.824 C 33.132 26.908 29.359 27.061 29.018 27.402 C 28.677 27.743 29.003 29.398 28.242 29.718 C 28.098 29.778 27.894 29.799 27.645 29.799 C 27.072 29.799 26.26 29.687 25.405 29.687 C 24.664 29.687 23.889 29.772 23.208 30.086 C 21.401 30.921 19.659 32.48 17.5 32.48 C 15.341 32.48 13.599 30.921 11.792 30.086 C 11.111 29.772 10.337 29.687 9.595 29.687 C 8.74 29.687 7.928 29.799 7.355 29.799 C 7.106 29.799 6.902 29.778 6.758 29.718 C 5.997 29.398 6.323 27.743 5.982 27.402 C 5.641 27.061 1.868 26.908 1.868 25.824 C 1.868 24.961 6.874 25.65 8.666 19.025 C 8.825 18.438 8.522 17.824 7.958 17.596 L 5.724 16.695 C 5.207 16.513 4.907 15.974 5.025 15.439 C 5.109 15.06 5.453 14.805 5.827 14.805 C 5.889 14.805 5.952 14.812 6.015 14.827 L 7.486 15.172 C 7.569 15.191 7.652 15.2 7.733 15.2 C 8.283 15.2 8.763 14.773 8.802 14.195 C 8.864 13.26 8.898 12.244 8.9 11.141 C 8.905 6.433 12.787 2.522 17.484 2.52 M 17.485 0.652 L 17.484 0.652 C 16.082 0.652 14.716 0.934 13.424 1.489 C 12.184 2.022 11.069 2.782 10.108 3.748 C 9.148 4.712 8.393 5.832 7.864 7.076 C 7.313 8.369 7.033 9.736 7.031 11.139 C 7.031 11.805 7.017 12.471 6.989 13.136 L 6.441 13.008 C 6.24 12.961 6.034 12.937 5.827 12.937 C 5.228 12.938 4.646 13.137 4.172 13.504 C 3.68 13.885 3.336 14.429 3.201 15.034 C 2.882 16.474 3.677 17.928 5.055 18.439 L 6.695 19.101 C 5.609 22.433 3.607 23.072 2.259 23.502 C 1.902 23.616 1.593 23.714 1.299 23.86 C 0.127 24.442 0 25.428 0 25.824 C 0 26.584 0.36 27.277 1.013 27.777 C 1.338 28.025 1.741 28.23 2.244 28.404 C 2.93 28.64 3.726 28.79 4.372 28.91 C 4.403 29.149 4.449 29.407 4.526 29.666 C 4.847 30.743 5.523 31.225 6.034 31.44 C 6.519 31.644 7.02 31.668 7.355 31.668 C 7.682 31.668 8.028 31.642 8.394 31.615 C 8.787 31.586 9.194 31.556 9.595 31.556 C 10.216 31.556 10.679 31.63 11.009 31.782 C 11.462 31.992 11.943 32.274 12.452 32.573 C 13.868 33.405 15.474 34.348 17.5 34.348 C 19.526 34.348 21.132 33.405 22.548 32.573 C 23.057 32.274 23.538 31.992 23.991 31.782 C 24.322 31.63 24.784 31.556 25.405 31.556 C 25.806 31.556 26.213 31.586 26.606 31.615 C 26.972 31.642 27.318 31.668 27.645 31.668 C 27.98 31.668 28.481 31.644 28.966 31.44 C 29.477 31.225 30.153 30.743 30.474 29.666 C 30.551 29.407 30.597 29.149 30.628 28.91 C 31.274 28.79 32.07 28.64 32.756 28.404 C 33.259 28.23 33.662 28.025 33.987 27.777 C 34.64 27.277 35 26.584 35 25.824 C 35 25.428 34.873 24.442 33.701 23.86 C 33.407 23.715 33.098 23.616 32.741 23.502 C 31.393 23.072 29.391 22.433 28.305 19.101 L 29.945 18.439 C 31.323 17.928 32.118 16.474 31.799 15.034 C 31.664 14.429 31.319 13.885 30.828 13.504 C 30.356 13.138 29.769 12.937 29.173 12.937 C 28.967 12.937 28.76 12.961 28.559 13.008 L 28.011 13.136 C 27.983 12.471 27.969 11.805 27.969 11.139 C 27.967 9.735 27.685 8.367 27.13 7.072 C 26.597 5.829 25.837 4.709 24.873 3.745 C 23.909 2.78 22.79 2.021 21.548 1.489 C 20.254 0.934 18.887 0.652 17.485 0.652 Z\" fill=\"var(--token-d7349925-0a10-40ec-8e6c-4ea792158e96, rgb(174, 189, 206)) /* {&quot;name&quot;:&quot;logos_color&quot;} */\"></path></svg>',svgContentId:9910121819,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ka0lq7\",\"data-framer-name\":\"instagram_2\",layout:\"position\",name:\"instagram_2\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 118 34\"><path d=\"M 6.073 0.118 C 3.658 1.146 1.003 4.045 0.164 7.688 C -0.898 12.301 3.522 14.252 3.884 13.614 C 4.311 12.862 3.092 12.608 2.841 10.214 C 2.517 7.122 3.933 3.667 5.714 2.151 C 6.045 1.87 6.029 2.262 6.029 2.987 C 6.029 4.283 5.958 15.923 5.958 18.352 C 5.958 21.639 5.825 22.677 5.585 23.702 C 5.341 24.741 4.95 25.444 5.247 25.714 C 5.578 26.017 6.991 25.297 7.809 24.137 C 8.791 22.746 9.134 21.075 9.196 19.261 C 9.27 17.074 9.267 13.603 9.27 11.623 C 9.273 9.808 9.3 4.491 9.239 1.295 C 9.224 0.511 7.083 -0.311 6.073 0.118 Z M 117.47 17.386 C 117.119 17.386 116.96 17.752 116.827 18.37 C 116.368 20.517 115.886 21.002 115.264 21.002 C 114.57 21.002 113.945 19.939 113.785 17.811 C 113.659 16.137 113.679 13.057 113.84 9.992 C 113.873 9.363 113.702 8.74 112.04 8.126 C 111.324 7.862 110.284 7.474 109.766 8.743 C 108.303 12.33 107.731 15.178 107.596 16.334 C 107.589 16.394 107.517 16.406 107.504 16.266 C 107.418 15.34 107.227 13.656 107.203 10.119 C 107.198 9.429 107.054 8.842 106.304 8.361 C 105.818 8.049 104.34 7.497 103.808 8.153 C 103.347 8.69 102.813 10.136 102.258 11.849 C 101.807 13.241 101.493 14.183 101.493 14.183 C 101.493 14.183 101.499 10.426 101.504 9.001 C 101.507 8.463 101.144 8.284 101.034 8.252 C 100.542 8.106 99.571 7.864 99.159 7.864 C 98.65 7.864 98.526 8.152 98.526 8.573 C 98.526 8.628 98.445 13.519 98.445 16.94 C 98.445 17.088 98.445 17.25 98.446 17.423 C 98.165 18.995 97.253 21.129 96.261 21.129 C 95.268 21.129 94.799 20.236 94.799 16.159 C 94.799 13.78 94.87 12.746 94.904 11.026 C 94.924 10.035 94.963 9.274 94.961 9.101 C 94.953 8.572 94.052 8.305 93.632 8.206 C 93.211 8.107 92.845 8.068 92.559 8.084 C 92.154 8.108 91.868 8.377 91.868 8.748 C 91.868 8.947 91.87 9.325 91.87 9.325 C 91.348 8.493 90.51 7.914 89.952 7.746 C 88.449 7.293 86.881 7.695 85.698 9.376 C 84.758 10.711 84.191 12.224 83.968 14.398 C 83.805 15.987 83.859 17.598 84.148 18.961 C 83.798 20.499 83.148 21.129 82.436 21.129 C 81.403 21.129 80.654 19.415 80.741 16.452 C 80.798 14.503 81.182 13.136 81.602 11.157 C 81.781 10.313 81.635 9.872 81.27 9.449 C 80.936 9.06 80.224 8.862 79.199 9.106 C 78.469 9.28 77.426 9.467 76.471 9.611 C 76.471 9.611 76.529 9.377 76.576 8.966 C 76.824 6.808 74.515 6.983 73.779 7.672 C 73.339 8.084 73.04 8.569 72.926 9.442 C 72.746 10.826 73.858 11.48 73.858 11.48 C 73.493 13.176 72.598 15.392 71.675 16.995 C 71.181 17.853 70.802 18.489 70.314 19.165 C 70.312 18.914 70.311 18.663 70.31 18.411 C 70.299 14.845 70.345 12.038 70.366 11.026 C 70.386 10.035 70.425 9.294 70.423 9.122 C 70.418 8.734 70.195 8.588 69.732 8.403 C 69.322 8.239 68.838 8.126 68.336 8.086 C 67.702 8.036 67.32 8.378 67.33 8.781 C 67.332 8.858 67.332 9.326 67.332 9.326 C 66.81 8.494 65.972 7.915 65.414 7.747 C 63.911 7.294 62.343 7.695 61.16 9.376 C 60.22 10.712 59.605 12.586 59.43 14.382 C 59.268 16.055 59.298 17.477 59.519 18.675 C 59.28 19.875 58.593 21.129 57.817 21.129 C 56.824 21.129 56.258 20.237 56.258 16.159 C 56.258 13.781 56.329 12.747 56.363 11.026 C 56.383 10.035 56.422 9.274 56.42 9.102 C 56.412 8.572 55.511 8.305 55.091 8.206 C 54.652 8.103 54.273 8.065 53.982 8.087 C 53.598 8.116 53.329 8.465 53.329 8.726 L 53.329 9.326 C 52.807 8.494 51.968 7.915 51.411 7.747 C 49.908 7.294 48.349 7.702 47.157 9.376 C 46.38 10.468 45.751 11.678 45.427 14.358 C 45.334 15.132 45.292 15.857 45.298 16.535 C 44.988 18.46 43.62 20.678 42.5 20.678 C 41.845 20.678 41.221 19.387 41.221 16.637 C 41.221 12.974 41.444 7.758 41.482 7.255 C 41.482 7.255 42.896 7.23 43.17 7.227 C 43.876 7.219 44.515 7.236 45.454 7.187 C 45.926 7.163 46.38 5.445 45.893 5.232 C 45.673 5.136 44.115 5.052 43.497 5.039 C 42.978 5.027 41.532 4.918 41.532 4.918 C 41.532 4.918 41.661 1.456 41.692 1.09 C 41.717 0.785 41.329 0.628 41.106 0.533 C 40.565 0.3 40.08 0.189 39.506 0.069 C 38.713 -0.098 38.353 0.065 38.283 0.745 C 38.177 1.777 38.122 4.8 38.122 4.8 C 37.54 4.8 35.551 4.685 34.969 4.685 C 34.428 4.685 33.844 7.048 34.592 7.077 C 35.453 7.111 36.952 7.14 37.947 7.171 C 37.947 7.171 37.902 12.473 37.902 14.11 C 37.902 14.284 37.903 14.451 37.904 14.614 C 37.357 17.511 35.429 19.076 35.429 19.076 C 35.843 17.16 34.998 15.72 33.475 14.502 C 32.914 14.053 31.806 13.203 30.567 12.272 C 30.567 12.272 31.285 11.553 31.921 10.107 C 32.372 9.083 32.392 7.912 31.284 7.653 C 29.455 7.226 27.947 8.59 27.497 10.047 C 27.148 11.176 27.334 12.013 28.017 12.883 C 28.067 12.947 28.121 13.011 28.177 13.077 C 27.764 13.885 27.196 14.974 26.716 15.818 C 25.382 18.161 24.375 20.015 23.614 20.015 C 23.005 20.015 23.013 18.133 23.013 16.371 C 23.013 14.852 23.124 12.568 23.212 10.204 C 23.241 9.422 22.856 8.977 22.211 8.573 C 21.819 8.328 20.982 7.846 20.497 7.846 C 19.772 7.846 17.679 7.946 15.702 13.756 C 15.452 14.488 14.963 15.823 14.963 15.823 L 15.005 8.836 C 15.005 8.672 14.919 8.514 14.722 8.405 C 14.389 8.222 13.499 7.846 12.708 7.846 C 12.331 7.846 12.142 8.024 12.142 8.379 L 12.073 19.31 C 12.073 20.14 12.094 21.109 12.176 21.533 C 12.256 21.957 12.386 22.302 12.548 22.508 C 12.709 22.713 12.896 22.869 13.204 22.934 C 13.49 22.994 15.059 23.198 15.141 22.589 C 15.238 21.86 15.242 21.07 16.066 18.127 C 17.348 13.545 19.02 11.309 19.806 10.515 C 19.943 10.376 20.1 10.368 20.092 10.595 C 20.059 11.599 19.941 14.11 19.861 16.243 C 19.648 21.95 20.671 23.008 22.132 23.008 C 23.249 23.008 24.825 21.88 26.514 19.025 C 27.566 17.246 28.589 15.501 29.323 14.244 C 29.835 14.725 30.409 15.243 30.984 15.796 C 32.318 17.082 32.756 18.304 32.465 19.463 C 32.243 20.349 31.406 21.263 29.916 20.375 C 29.482 20.116 29.296 19.916 28.86 19.624 C 28.625 19.467 28.267 19.42 28.053 19.585 C 27.495 20.012 27.176 20.555 26.994 21.228 C 26.817 21.882 27.462 22.228 28.131 22.531 C 28.707 22.791 29.945 23.027 30.734 23.054 C 33.81 23.159 36.275 21.546 37.99 17.385 C 38.297 20.978 39.604 23.012 41.875 23.012 C 43.393 23.012 44.915 21.019 45.581 19.058 C 45.772 19.857 46.055 20.552 46.42 21.14 C 48.17 23.955 51.564 23.349 53.269 20.959 C 53.796 20.22 53.876 19.954 53.876 19.954 C 54.125 22.212 55.915 23.001 56.94 23.001 C 58.088 23.001 59.273 22.45 60.103 20.55 C 60.199 20.753 60.305 20.95 60.423 21.14 C 62.173 23.956 65.567 23.35 67.272 20.959 C 67.352 20.847 67.422 20.745 67.483 20.653 L 67.533 22.137 L 65.963 23.599 C 63.332 26.048 61.333 27.906 61.186 30.069 C 60.999 32.828 63.201 33.853 64.868 33.987 C 66.637 34.13 68.153 33.137 69.085 31.747 C 69.904 30.524 70.44 27.892 70.401 25.292 C 70.385 24.251 70.359 22.927 70.339 21.508 C 71.263 20.418 72.303 19.041 73.261 17.43 C 74.306 15.673 75.425 13.315 75.997 11.479 C 75.997 11.479 76.97 11.488 78.007 11.419 C 78.339 11.397 78.434 11.465 78.373 11.713 C 78.299 12.011 77.062 16.857 78.191 20.084 C 78.964 22.294 80.705 23.005 81.738 23.005 C 82.947 23.005 84.103 22.078 84.723 20.701 C 84.797 20.854 84.876 21.003 84.961 21.14 C 86.71 23.956 90.093 23.346 91.81 20.959 C 92.197 20.42 92.417 19.954 92.417 19.954 C 92.785 22.291 94.574 23.013 95.599 23.013 C 96.666 23.013 97.679 22.568 98.501 20.593 C 98.535 21.463 98.589 22.174 98.675 22.398 C 98.727 22.535 99.03 22.707 99.251 22.79 C 100.227 23.158 101.223 22.984 101.592 22.909 C 101.847 22.856 102.046 22.648 102.073 22.111 C 102.144 20.701 102.101 18.332 102.522 16.571 C 103.228 13.616 103.887 12.469 104.2 11.902 C 104.375 11.584 104.572 11.532 104.579 11.868 C 104.594 12.549 104.627 14.548 104.901 17.235 C 105.102 19.21 105.37 20.378 105.577 20.748 C 106.166 21.805 106.893 21.855 107.485 21.855 C 107.862 21.855 108.65 21.749 108.58 21.077 C 108.545 20.749 108.605 18.723 109.302 15.811 C 109.757 13.91 110.515 12.193 110.789 11.564 C 110.89 11.333 110.936 11.515 110.935 11.551 C 110.877 12.86 110.748 17.143 111.273 19.485 C 111.985 22.658 114.044 23.013 114.762 23.013 C 116.294 23.013 117.547 21.829 117.969 18.715 C 118.071 17.965 117.921 17.386 117.47 17.386 Z M 53.297 15.46 C 53.209 17.109 52.893 18.486 52.385 19.487 C 51.465 21.299 49.647 21.873 48.845 19.256 C 48.267 17.368 48.464 14.795 48.704 13.405 C 49.061 11.342 49.955 9.879 51.35 10.018 C 52.783 10.16 53.48 12.031 53.297 15.46 Z M 67.3 15.484 C 67.218 17.041 66.821 18.604 66.388 19.487 C 65.493 21.311 63.623 21.881 62.848 19.256 C 62.318 17.462 62.445 15.14 62.707 13.677 C 63.047 11.779 63.872 10.018 65.353 10.018 C 66.793 10.018 67.503 11.622 67.3 15.484 Z M 67.666 26.103 C 67.646 28.942 67.206 31.431 66.263 32.154 C 64.925 33.18 63.126 32.411 63.499 30.339 C 63.828 28.505 65.387 26.633 67.67 24.345 C 67.669 24.345 67.674 24.867 67.666 26.103 Z M 91.838 15.501 C 91.76 17.209 91.388 18.545 90.926 19.487 C 90.031 21.311 88.174 21.877 87.386 19.256 C 86.956 17.827 86.936 15.44 87.245 13.445 C 87.56 11.414 88.438 9.879 89.891 10.018 C 91.325 10.154 91.996 12.031 91.838 15.501 Z\" fill=\"var(--token-d7349925-0a10-40ec-8e6c-4ea792158e96, rgb(174, 189, 206)) /* {&quot;name&quot;:&quot;logos_color&quot;} */\"></path></svg>',svgContentId:9285345990,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-l757oq\",\"data-framer-name\":\"facebook_1\",layout:\"position\",name:\"facebook_1\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 120 29\"><path d=\"M 63.611 14.296 C 62.694 14.296 62.032 14.592 61.362 14.894 L 61.362 21.73 C 62.004 21.791 62.372 21.791 62.982 21.791 C 65.184 21.791 65.486 20.797 65.486 19.409 L 65.486 16.144 C 65.486 15.119 65.141 14.296 63.611 14.296 Z M 48.984 13.923 C 47.455 13.923 47.107 14.749 47.107 15.773 L 47.107 16.349 L 50.858 16.349 L 50.858 15.773 C 50.858 14.749 50.51 13.923 48.984 13.923 Z M 20.646 21.038 C 20.646 21.848 21.034 22.269 21.89 22.269 C 22.808 22.269 23.352 21.974 24.022 21.67 L 24.022 20.049 L 22.015 20.049 C 21.064 20.049 20.646 20.223 20.646 21.038 Z M 77.841 14.296 C 76.31 14.296 75.78 15.119 75.78 16.144 L 75.78 19.884 C 75.78 20.912 76.31 21.737 77.841 21.737 C 79.367 21.737 79.902 20.912 79.902 19.884 L 79.902 16.144 C 79.901 15.119 79.367 14.296 77.841 14.296 Z M 13.145 25.232 L 8.645 25.232 L 8.645 14.499 L 6.397 14.499 L 6.397 10.801 L 8.645 10.801 L 8.645 8.58 C 8.645 5.562 9.914 3.768 13.521 3.768 L 16.524 3.768 L 16.524 7.467 L 14.647 7.467 C 13.243 7.467 13.15 7.984 13.15 8.949 L 13.145 10.8 L 16.545 10.8 L 16.147 14.498 L 13.145 14.498 Z M 28.523 25.26 L 24.773 25.26 L 24.611 24.325 C 22.898 25.26 21.37 25.411 20.362 25.411 C 17.612 25.411 16.148 23.601 16.148 21.097 C 16.148 18.143 17.856 17.088 20.912 17.088 L 24.022 17.088 L 24.022 16.45 C 24.022 14.942 23.847 14.499 21.494 14.499 L 17.646 14.499 L 18.022 10.801 L 22.228 10.801 C 27.391 10.801 28.523 12.408 28.523 16.479 Z M 41.276 14.77 C 38.942 14.376 38.272 14.289 37.149 14.289 C 35.132 14.289 34.523 14.728 34.523 16.416 L 34.523 19.608 C 34.523 21.296 35.132 21.737 37.149 21.737 C 38.272 21.737 38.942 21.649 41.276 21.253 L 41.276 24.86 C 39.232 25.312 37.9 25.431 36.775 25.431 C 31.944 25.431 30.024 22.927 30.024 19.31 L 30.024 16.72 C 30.024 13.1 31.944 10.592 36.775 10.592 C 37.9 10.592 39.232 10.711 41.276 11.165 Z M 55.358 19.31 L 47.106 19.31 L 47.106 19.608 C 47.106 21.296 47.716 21.737 49.732 21.737 C 51.545 21.737 52.652 21.649 54.981 21.253 L 54.981 24.86 C 52.734 25.312 51.564 25.431 49.36 25.431 C 44.528 25.431 42.607 22.927 42.607 19.31 L 42.607 16.348 C 42.607 13.184 44.032 10.592 48.983 10.592 C 53.934 10.592 55.358 13.154 55.358 16.348 Z M 69.985 19.379 C 69.985 22.874 68.971 25.424 62.83 25.424 C 60.612 25.424 59.311 25.232 56.863 24.861 L 56.863 4.879 L 61.361 4.14 L 61.361 11.129 C 62.333 10.773 63.591 10.592 64.736 10.592 C 69.235 10.592 69.985 12.58 69.985 15.774 L 69.985 19.379 Z M 84.405 19.455 C 84.405 22.47 83.141 25.395 77.856 25.395 C 72.567 25.395 71.28 22.47 71.28 19.455 L 71.28 16.543 C 71.28 13.526 72.567 10.601 77.856 10.601 C 83.141 10.601 84.405 13.526 84.405 16.543 Z M 98.815 19.455 C 98.815 22.47 97.55 25.395 92.265 25.395 C 86.977 25.395 85.69 22.47 85.69 19.455 L 85.69 16.543 C 85.69 13.526 86.977 10.601 92.265 10.601 C 97.55 10.601 98.815 13.526 98.815 16.543 Z M 113.602 25.232 L 108.727 25.232 L 104.603 18.448 L 104.603 25.232 L 100.103 25.232 L 100.103 4.879 L 104.603 4.139 L 104.603 17.242 L 108.727 10.801 L 113.602 10.801 L 109.101 17.83 Z M 92.249 14.296 C 90.721 14.296 90.191 15.119 90.191 16.144 L 90.191 19.884 C 90.191 20.912 90.721 21.737 92.249 21.737 C 93.776 21.737 94.316 20.912 94.316 19.884 L 94.316 16.144 C 94.316 15.119 93.776 14.296 92.249 14.296 Z M 116.171 22.7 C 116.928 22.7 117.532 23.309 117.532 24.07 C 117.532 24.842 116.928 25.444 116.165 25.444 C 115.406 25.444 114.79 24.842 114.79 24.07 C 114.79 23.309 115.406 22.7 116.165 22.7 Z M 116.165 22.913 C 115.554 22.913 115.055 23.431 115.055 24.07 C 115.055 24.72 115.555 25.231 116.171 25.231 C 116.787 25.237 117.279 24.72 117.279 24.076 C 117.279 23.431 116.787 22.913 116.171 22.913 Z M 115.906 24.866 L 115.659 24.866 L 115.659 23.339 C 115.789 23.321 115.912 23.303 116.098 23.303 C 116.332 23.303 116.485 23.352 116.58 23.418 C 116.671 23.486 116.72 23.589 116.72 23.734 C 116.72 23.936 116.585 24.057 116.419 24.106 L 116.419 24.118 C 116.554 24.143 116.646 24.263 116.677 24.488 C 116.713 24.726 116.751 24.816 116.775 24.866 L 116.516 24.866 C 116.48 24.816 116.442 24.677 116.411 24.476 C 116.375 24.281 116.276 24.208 116.078 24.208 L 115.907 24.208 L 115.907 24.866 Z M 115.906 24.021 L 116.085 24.021 C 116.288 24.021 116.46 23.947 116.46 23.758 C 116.46 23.625 116.363 23.491 116.085 23.491 C 116.005 23.491 115.948 23.497 115.906 23.503 Z\" fill=\"var(--token-d7349925-0a10-40ec-8e6c-4ea792158e96, rgb(174, 189, 206)) /* {&quot;name&quot;:&quot;logos_color&quot;} */\"></path></svg>',svgContentId:10932406817,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-uejeur\",\"data-framer-name\":\"TikTok_logo\",layout:\"position\",name:\"TikTok_logo\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 115 34\"><path d=\"M 21.977 12.247 C 24.14 13.812 26.791 14.733 29.654 14.733 L 29.654 9.159 C 29.112 9.159 28.571 9.102 28.041 8.988 L 28.041 13.376 C 25.179 13.376 22.529 12.455 20.365 10.89 L 20.365 22.266 C 20.365 27.958 15.806 32.571 10.182 32.571 C 8.084 32.571 6.134 31.929 4.514 30.828 C 6.363 32.741 8.942 33.928 11.794 33.928 C 17.418 33.928 21.977 29.315 21.977 23.623 L 21.977 12.247 Z M 23.966 6.623 C 22.86 5.401 22.134 3.821 21.977 2.074 L 21.977 1.357 L 20.449 1.357 C 20.834 3.577 22.145 5.474 23.966 6.623 Z M 8.071 26.461 C 7.453 25.641 7.119 24.638 7.121 23.607 C 7.121 21.004 9.206 18.894 11.778 18.894 C 12.258 18.894 12.734 18.968 13.191 19.115 L 13.191 13.415 C 12.657 13.341 12.119 13.31 11.58 13.321 L 11.58 17.757 C 11.123 17.611 10.646 17.536 10.166 17.537 C 7.594 17.537 5.509 19.647 5.509 22.25 C 5.509 24.091 6.551 25.684 8.071 26.461 Z\" fill=\"rgba(174, 189, 206, 0.6)\"></path><path d=\"M 20.365 10.89 C 22.529 12.455 25.179 13.376 28.041 13.376 L 28.041 8.988 C 26.444 8.643 25.029 7.798 23.966 6.623 C 22.145 5.473 20.834 3.577 20.449 1.357 L 16.436 1.357 L 16.436 23.623 C 16.427 26.219 14.345 28.321 11.778 28.321 C 10.265 28.321 8.922 27.591 8.07 26.461 C 6.551 25.684 5.508 24.091 5.508 22.25 C 5.508 19.647 7.593 17.537 10.166 17.537 C 10.659 17.537 11.134 17.615 11.58 17.758 L 11.58 13.322 C 6.055 13.437 1.612 18.005 1.612 23.623 C 1.612 26.428 2.718 28.97 4.514 30.828 C 6.134 31.929 8.084 32.571 10.183 32.571 C 15.806 32.571 20.365 27.957 20.365 22.266 L 20.365 10.89 Z\" fill=\"var(--token-d7349925-0a10-40ec-8e6c-4ea792158e96, rgb(174, 189, 206)) /* {&quot;name&quot;:&quot;logos_color&quot;} */\"></path><path d=\"M 28.041 8.988 L 28.041 7.801 C 26.6 7.803 25.188 7.395 23.966 6.623 C 25.048 7.822 26.473 8.649 28.041 8.988 Z M 20.449 1.357 C 20.412 1.145 20.384 0.931 20.365 0.717 L 20.365 0 L 14.824 0 L 14.824 22.266 C 14.815 24.862 12.733 26.964 10.166 26.964 C 9.438 26.965 8.72 26.792 8.07 26.461 C 8.922 27.591 10.265 28.321 11.778 28.321 C 14.345 28.321 16.427 26.219 16.436 23.623 L 16.436 1.357 Z M 11.58 13.322 L 11.58 12.058 C 11.117 11.994 10.65 11.962 10.183 11.962 C 4.559 11.962 0 16.576 0 22.266 C 0 25.834 1.792 28.978 4.514 30.828 C 2.719 28.97 1.612 26.428 1.612 23.623 C 1.612 18.005 6.055 13.437 11.58 13.322 Z\" fill=\"rgba(174, 189, 206, 0.3)\"></path><path d=\"M 92.244 27.906 C 96.268 27.906 99.53 24.629 99.53 20.589 C 99.53 16.548 96.268 13.271 92.244 13.271 L 91.147 13.271 C 95.171 13.271 98.433 16.548 98.433 20.589 C 98.433 24.629 95.171 27.906 91.147 27.906 Z\" fill=\"rgba(174, 189, 206, 0.6)\"></path><path d=\"M 91.047 13.271 L 89.95 13.271 C 85.926 13.271 82.664 16.548 82.664 20.589 C 82.664 24.629 85.926 27.906 89.95 27.906 L 91.047 27.906 C 87.023 27.906 83.761 24.629 83.761 20.589 C 83.761 16.548 87.023 13.271 91.047 13.271 Z\" fill=\"rgba(174, 189, 206, 0.3)\"></path><path d=\"M 35.657 9.964 L 35.657 13.673 L 39.948 13.673 L 39.948 27.805 L 44.24 27.805 L 44.24 13.773 L 47.733 13.773 L 48.931 9.964 L 35.657 9.964 Z M 70.788 9.964 L 70.788 13.673 L 75.078 13.673 L 75.078 27.805 L 79.371 27.805 L 79.371 13.773 L 82.863 13.773 L 84.061 9.964 L 70.788 9.964 Z M 49.73 12.069 C 49.73 10.906 50.667 9.964 51.824 9.964 C 52.982 9.964 53.92 10.906 53.92 12.069 C 53.92 13.231 52.983 14.174 51.824 14.174 C 50.667 14.173 49.73 13.231 49.73 12.069 Z M 49.73 15.677 L 53.92 15.677 L 53.92 27.805 L 49.73 27.805 Z M 55.717 9.964 L 55.717 27.805 L 59.909 27.805 L 59.909 23.195 L 61.207 21.991 L 65.298 27.905 L 69.789 27.905 L 63.9 19.286 L 69.19 14.073 L 64.1 14.073 L 59.909 18.282 L 59.909 9.964 Z M 100.927 9.964 L 100.927 27.805 L 105.119 27.805 L 105.119 23.195 L 106.416 21.991 L 110.509 27.905 L 115 27.905 L 109.111 19.286 L 114.401 14.073 L 109.311 14.073 L 105.119 18.282 L 105.119 9.964 Z M 91.146 27.906 C 95.17 27.906 98.433 24.629 98.433 20.589 C 98.433 16.548 95.17 13.271 91.146 13.271 L 91.047 13.271 C 87.023 13.271 83.761 16.548 83.761 20.589 C 83.761 24.629 87.023 27.906 91.047 27.906 Z M 87.554 20.589 C 87.554 18.623 89.141 17.031 91.098 17.031 C 93.053 17.031 94.64 18.623 94.64 20.589 C 94.64 22.554 93.053 24.147 91.098 24.147 C 89.141 24.147 87.554 22.554 87.554 20.589 Z\" fill=\"var(--token-d7349925-0a10-40ec-8e6c-4ea792158e96, rgb(174, 189, 206)) /* {&quot;name&quot;:&quot;logos_color&quot;} */\"></path></svg>',svgContentId:9096458880,withExternalLayout:true})],speed:85,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lpzlbp\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1np0xmh\",\"data-framer-name\":\"Top\",name:\"Top\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mz0a9z\",\"data-framer-name\":\"Heading and supporting text\",name:\"Heading and supporting text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sxoaNYiuO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:\"No more \uD83D\uDE30 copying videos and getting \uD83D\uDEAB banned\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:\"No more \uD83D\uDE30 copying videos and getting \uD83D\uDEAB banned\"})}),className:\"framer-eai3qj\",\"data-framer-name\":\"Heading\",fonts:[\"GF;Poppins-500\"],name:\"Heading\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sxoaNYiuO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"135%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"By creating your own UGC or custom-edited video, you'll have fewer issues with compliance on TikTok and Meta, and your chances of achieving lower CPAs!\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"135%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"By creating your own UGC or custom-edited video, you'll have fewer issues with compliance on TikTok and Meta, and your chances of achieving lower CPAs!\"})}),className:\"framer-1ek6lz3\",\"data-framer-name\":\"Supporting text\",fonts:[\"GF;Be Vietnam Pro-regular\"],name:\"Supporting text\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fj2iub\",\"data-framer-name\":\"Bottom\",name:\"Bottom\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref3,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1odn933\",\"data-framer-name\":\"_Feature text\",name:\"_Feature text\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-38xt38\",\"data-framer-name\":\"Content\",name:\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ifim2e\",\"data-framer-name\":\"Text and supporting text\",name:\"Text and supporting text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:\"\uD83D\uDC6E\uD83C\uDFFB Compliance in mind\"})}),className:\"framer-1czcz55\",\"data-framer-name\":\"Text\",fonts:[\"GF;Be Vietnam Pro-500\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"135%\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Ensure compliance with platform guidelines, helping you avoid account bans and maintain a smooth operation.\"})}),className:\"framer-tan9ti\",\"data-framer-name\":\"Supporting text\",fonts:[\"GF;Be Vietnam Pro-regular\"],name:\"Supporting text\",verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition13},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref3,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-rqcv6o\",\"data-framer-name\":\"_Feature text\",name:\"_Feature text\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-ntwk5l\",\"data-framer-name\":\"Content\",name:\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bq5af5\",\"data-framer-name\":\"Text and supporting text\",name:\"Text and supporting text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:\"\uD83D\uDE80 High conversion rates\"})}),className:\"framer-1by9pj8\",\"data-framer-name\":\"Text\",fonts:[\"GF;Be Vietnam Pro-500\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"135%\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Leverage powerful analytics to identify trends, track performance, and optimize your strategies for maximum success.\"})}),className:\"framer-12ub2vz\",\"data-framer-name\":\"Supporting text\",fonts:[\"GF;Be Vietnam Pro-regular\"],name:\"Supporting text\",verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref3,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-6lhyyf\",\"data-framer-name\":\"_Feature text\",name:\"_Feature text\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1h1rbyo\",\"data-framer-name\":\"Content\",name:\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e1ie6g\",\"data-framer-name\":\"Text and supporting text\",name:\"Text and supporting text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:\"\uD83D\uDC69\uD83C\uDFFB\u200D\uD83C\uDFA4 Following trends\"})}),className:\"framer-1759dh9\",\"data-framer-name\":\"Text\",fonts:[\"GF;Be Vietnam Pro-500\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"135%\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Stay ahead with trend-focused content, designed to grow your business . Scale confidently.\"})}),className:\"framer-1v46fku\",\"data-framer-name\":\"Supporting text\",fonts:[\"GF;Be Vietnam Pro-regular\"],name:\"Supporting text\",verticalAlignment:\"top\",withExternalLayout:true})]})})})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19hvudq\",\"data-framer-name\":\"Pricing\",id:id2,name:\"Pricing\",ref:ref4,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t2obla\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-j3ffhf\",\"data-framer-name\":\"Top\",name:\"Top\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1g1d40q\",\"data-framer-name\":\"Heading\",name:\"Heading\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition15},__framer__animateOnce:true,__framer__enter:animation13,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:100,ref:ref4,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1v0b82a-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(SectionBadge,{height:\"100%\",i7NEtCqaR:\"FEATURES / PRICING\",id:\"spPfvXysn\",layoutId:\"spPfvXysn\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sxoaNYiuO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2.4px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:\"Choose between styles \uD83C\uDFAD and languages \uD83C\uDDEF\uD83C\uDDF5\uD83C\uDDEA\uD83C\uDDF8\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation11,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:100,ref:ref4,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2.4px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:\"Choose between styles \uD83C\uDFAD and languages \uD83C\uDDEF\uD83C\uDDF5\uD83C\uDDEA\uD83C\uDDF8\"})}),className:\"framer-hhu4al\",\"data-framer-name\":\"Heading\",fonts:[\"GF;Poppins-500\"],name:\"Heading\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sxoaNYiuO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"135%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"We offer various UGC and video edit styles, along with multiple language options. Your videos will be customized exactly as you wish!\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"135%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"We offer various UGC and video edit styles, along with multiple language options. Your videos will be customized exactly as you wish!\"})}),className:\"framer-513iyj\",\"data-framer-name\":\"Supporting text\",fonts:[\"GF;Be Vietnam Pro-regular\"],name:\"Supporting text\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1m7w9cc\",\"data-framer-name\":\"Bottom\",name:\"Bottom\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bosr6s\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lxaw75\",\"data-framer-name\":\"Row\",name:\"Row\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-15561y6\",\"data-framer-name\":\"Item\",name:\"Item\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-12vdsoq\",\"data-framer-name\":\"visual_container\",name:\"visual_container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t7fh6\",\"data-framer-name\":\"Pricing\",name:\"Pricing\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1w9bp5e\",\"data-framer-name\":\"background\",name:\"background\"}),/*#__PURE__*/_jsx(SVG,{className:\"framer-s18kxt\",\"data-framer-name\":\"stats\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:228,intrinsicWidth:453,name:\"stats\",svg:'<svg width=\"453\" height=\"228\" viewBox=\"0 0 453 228\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<mask id=\"mask0_1_418\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"453\" height=\"228\">\\n<rect width=\"453\" height=\"228\" rx=\"12\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_1_418)\">\\n<path opacity=\"0.1\" d=\"M513.909 141.946C521.454 141.946 521.454 130.447 528.999 130.447V273.116H0.806396V203.959C8.98072 203.959 8.35219 208.189 15.898 208.189C23.4438 208.189 23.4438 196.177 30.9896 196.177C38.5345 196.177 37.2775 199.873 46.0803 199.873C54.8832 199.873 52.3682 206.793 61.1719 206.793C69.9748 206.793 68.0883 204.164 76.2626 204.164C84.437 204.164 82.8652 191.639 91.3542 191.639C99.8432 191.639 97.6421 195.725 106.445 195.725C115.249 195.725 113.677 201.351 121.537 201.351C129.396 201.351 128.139 182.665 136.628 182.665C145.116 182.665 144.173 189.133 151.719 189.133C159.265 189.133 158.007 180.078 166.81 180.078C175.613 180.078 173.727 185.869 181.901 185.869C190.076 185.869 188.818 162.193 196.993 162.193C205.167 162.193 203.595 168.784 212.084 168.784C220.573 168.784 218.372 173.137 227.175 173.137C235.978 173.137 233.778 161.844 242.267 161.844C250.755 161.844 248.555 167.388 257.357 167.388C266.161 167.388 264.589 158.25 272.449 158.25C280.309 158.25 279.365 142.973 287.54 142.973C295.714 142.973 294.457 168.538 302.631 168.538C310.806 168.538 309.862 150.632 317.722 150.632C325.583 150.632 324.011 158.476 332.814 158.476C341.617 158.476 339.73 165.519 347.905 165.519C356.08 165.519 355.136 153.856 362.996 153.856C370.857 153.856 370.227 164.944 378.088 164.944C385.947 164.944 385.004 160.016 393.178 160.016C401.353 160.016 400.096 149.852 408.27 149.852C416.444 149.852 415.186 153.918 423.361 153.918C431.536 153.918 430.907 139.072 438.452 139.072C445.998 139.072 444.74 159.421 453.544 159.421C462.347 159.421 460.146 145.601 468.635 145.601C477.124 145.601 475.866 151.289 483.726 151.289C491.586 151.289 490.957 137.121 498.817 137.121C506.677 137.121 506.363 141.946 513.909 141.946Z\" fill=\"#7F56D9\"/>\\n<path d=\"M528.999 130.897C521.454 130.897 521.454 142.397 513.909 142.397C506.363 142.397 506.677 137.571 498.817 137.571C490.957 137.571 491.586 151.74 483.726 151.74C475.866 151.74 477.124 146.052 468.635 146.052C460.146 146.052 462.347 159.872 453.544 159.872C444.74 159.872 445.998 139.522 438.452 139.522C430.907 139.522 431.536 154.369 423.361 154.369C415.186 154.369 416.444 150.303 408.27 150.303C400.096 150.303 401.353 160.468 393.178 160.468C385.004 160.468 385.947 165.396 378.088 165.396C370.227 165.396 370.857 154.307 362.996 154.307C355.136 154.307 356.08 165.971 347.905 165.971C339.73 165.971 341.617 158.928 332.814 158.928C324.011 158.928 325.583 151.083 317.722 151.083C309.862 151.083 310.806 168.99 302.631 168.99C294.457 168.99 295.714 143.424 287.54 143.424C279.365 143.424 280.309 158.702 272.449 158.702C264.589 158.702 266.161 167.84 257.357 167.84C248.555 167.84 250.755 162.296 242.267 162.296C233.778 162.296 235.978 173.59 227.175 173.59C218.372 173.59 220.573 169.236 212.084 169.236C203.595 169.236 205.167 162.645 196.993 162.645C188.818 162.645 190.076 186.322 181.901 186.322C173.727 186.322 175.613 180.531 166.81 180.531C158.007 180.531 159.265 189.587 151.719 189.587C144.173 189.587 145.116 183.118 136.628 183.118C128.139 183.118 129.396 201.805 121.537 201.805C113.677 201.805 115.249 196.179 106.445 196.179C97.6421 196.179 99.8432 192.092 91.3542 192.092C82.8652 192.092 84.437 204.619 76.2626 204.619C68.0883 204.619 69.9748 207.247 61.1719 207.247C52.369 207.247 54.884 200.327 46.0803 200.327C37.2775 200.327 38.5345 196.631 30.9896 196.631C23.4438 196.631 23.4438 208.644 15.898 208.644C8.35219 208.644 8.98072 204.413 0.806396 204.413\" stroke=\"#854DFF\" stroke-width=\"1.896\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</g>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"64px\",\"--framer-line-height\":\"110%\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter-SemiBold\", \"Inter\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgba(178, 178, 178, 1)\"},children:\"$\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter-SemiBold\", \"Inter\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"600\"},children:\"15,00\"})]})}),className:\"framer-bi6hio\",\"data-framer-name\":\"$15,00\",fonts:[\"Inter-SemiBold\"],name:\"$15,00\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"110%\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\"},children:\"One price\"})})}),className:\"framer-1fmq2g3\",\"data-framer-name\":\"One price\",fonts:[\"Inter-Medium\"],name:\"One price\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12ciae0\",\"data-framer-name\":\"Button\",name:\"Button\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-dui8lg\",\"data-framer-name\":\"button\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:59,intrinsicWidth:323,name:\"button\",svg:'<svg width=\"323\" height=\"59\" viewBox=\"0 0 323 59\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M310.667 0H12C5.37258 0 0 5.37258 0 12V47C0 53.6274 5.37258 59 12 59H310.667C317.294 59 322.667 53.6274 322.667 47V12C322.667 5.37258 317.294 0 310.667 0Z\" fill=\"url(#paint0_linear_1_380)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_1_380\" x1=\"311\" y1=\"59.5\" x2=\"29\" y2=\"0.500005\" gradientUnits=\"userSpaceOnUse\">\\n<stop/>\\n<stop offset=\"1\" stop-color=\"#313131\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"Request videos\"})})}),className:\"framer-rgowcy\",\"data-framer-name\":\"Request videos\",fonts:[\"Inter-Medium\"],name:\"Request videos\",verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-msw4xn\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-uvyvia\",\"data-framer-name\":\"Title\",name:\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\"},children:\"Simple pricing, $15 per video!\"})}),className:\"framer-1ypgtlx\",\"data-framer-name\":\"Text\",fonts:[\"GF;Poppins-500\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sxoaNYiuO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Straightforward and transparent pricing: $15 per video. Bulk orders are available, and you can choose any language and as many variations as you need to A/B test in your ads.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Straightforward and transparent pricing: $15 per video. Bulk orders are available, and you can choose any language and as many variations as you need to A/B test in your ads.\"})}),className:\"framer-18c9qi7\",\"data-framer-name\":\"Text\",fonts:[\"GF;Be Vietnam Pro-regular\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition16},__framer__animateOnce:true,__framer__enter:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1a2ymid\",\"data-framer-name\":\"Item\",name:\"Item\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-fxlor1\",\"data-framer-name\":\"visual_container\",name:\"visual_container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1amibo9\",\"data-framer-name\":\"language variables\",name:\"language variables\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ctr3xg\",\"data-border\":true,\"data-framer-name\":\"Rectangle 1\",name:\"Rectangle 1\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pge11\",\"data-framer-name\":\"Group 6\",name:\"Group 6\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-12ejqhq\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:20,name:\"Vector\",svg:'<svg width=\"20\" height=\"12\" viewBox=\"0 0 20 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.27053 11.9436C7.04509 12.0094 6.82367 12.0176 6.60628 11.9683C6.38889 11.9189 6.23994 11.7873 6.15942 11.5734C6.0789 11.3925 6.09501 11.228 6.20773 11.0799C6.32045 10.9318 6.47343 10.8414 6.66667 10.8085C7.68116 10.5946 8.47021 10.2121 9.03382 9.66099C9.59742 9.10987 9.87923 8.43948 9.87923 7.64982C9.87923 7.15629 9.71417 6.70388 9.38406 6.2926C9.05394 5.88132 8.62319 5.58519 8.09179 5.40423C7.72142 6.34195 7.28261 7.18096 6.77536 7.92127C6.26812 8.66158 5.70853 9.30317 5.09662 9.84606L5.2657 10.389C5.31401 10.5699 5.29791 10.7385 5.21739 10.8948C5.13688 11.0511 5.00805 11.1539 4.83092 11.2033C4.65378 11.2526 4.48873 11.2403 4.33575 11.1663C4.18277 11.0922 4.08213 10.9647 4.03382 10.7838L4.00966 10.6357C3.59098 10.866 3.19646 11.0429 2.82609 11.1663C2.45572 11.2897 2.0934 11.3514 1.73913 11.3514C1.22383 11.3514 0.805153 11.1786 0.483092 10.8331C0.161031 10.4877 0 10.027 0 9.45123C0 8.57932 0.322061 7.71563 0.966184 6.86016C1.61031 6.0047 2.43961 5.3302 3.45411 4.83666C3.47021 4.52409 3.48631 4.21563 3.50242 3.91128C3.51852 3.60693 3.54267 3.29847 3.57488 2.9859C3.20451 3.00235 2.82609 3.00235 2.43961 2.9859C2.05314 2.96945 1.64251 2.94477 1.20773 2.91187C1.01449 2.89542 0.849436 2.82139 0.71256 2.68978C0.575684 2.55817 0.507246 2.40188 0.507246 2.22092C0.507246 2.03995 0.571659 1.89189 0.700483 1.77673C0.829308 1.66157 0.982287 1.62045 1.15942 1.65335C1.48148 1.68625 1.84783 1.71093 2.25845 1.72738C2.66908 1.74383 3.1562 1.75206 3.71981 1.75206C3.73591 1.57109 3.75201 1.40247 3.76812 1.24618C3.78422 1.08989 3.80032 0.921269 3.81642 0.740306C3.83253 0.526439 3.91304 0.349589 4.05797 0.209753C4.2029 0.0699178 4.37198 0 4.56522 0C4.74235 0 4.87923 0.0781434 4.97585 0.23443C5.07246 0.390717 5.10467 0.559342 5.07246 0.740306C5.04026 0.904818 5.01208 1.06933 4.98792 1.23384C4.96377 1.39835 4.93559 1.56287 4.90338 1.72738C5.69243 1.69448 6.42512 1.64101 7.10145 1.56698C7.77778 1.49295 8.4219 1.39013 9.03382 1.25852C9.21095 1.22562 9.37198 1.25441 9.51691 1.34489C9.66184 1.43537 9.7343 1.57109 9.7343 1.75206C9.7343 1.94947 9.66586 2.11398 9.52899 2.24559C9.39211 2.3772 9.22705 2.45946 9.03382 2.49236C8.30918 2.60752 7.59662 2.70212 6.89614 2.77615C6.19565 2.85018 5.49114 2.90364 4.78261 2.93655C4.7504 3.16686 4.73027 3.40541 4.72222 3.65217C4.71417 3.89894 4.69404 4.13749 4.66184 4.3678C5.11272 4.23619 5.55153 4.14571 5.97826 4.09636C6.40499 4.047 6.8277 4.03878 7.24638 4.07168L7.31884 3.7262C7.35105 3.54524 7.43156 3.41363 7.56039 3.33138C7.68921 3.24912 7.84219 3.22444 8.01932 3.25734C8.22866 3.3067 8.38567 3.42597 8.49034 3.61516C8.59501 3.80435 8.60709 3.99765 8.52657 4.19506L8.47826 4.29377C9.29952 4.52409 9.95572 4.95182 10.4469 5.57697C10.938 6.20212 11.1836 6.90129 11.1836 7.6745C11.1836 8.71093 10.8414 9.5993 10.157 10.3396C9.47262 11.0799 8.51047 11.6146 7.27053 11.9436ZM15.0242 11.4747C14.1063 11.4747 13.3816 11.2074 12.8502 10.6727C12.3188 10.1381 12.0531 9.41011 12.0531 8.48884C12.0531 7.63337 12.3188 6.9342 12.8502 6.3913C13.3816 5.84841 14.2351 5.41246 15.4106 5.08343C15.781 4.98472 16.1876 4.89424 16.6304 4.81199C17.0733 4.72973 17.5523 4.6557 18.0676 4.58989C18.0354 3.81669 17.8583 3.25323 17.5362 2.89953C17.2142 2.54583 16.715 2.36898 16.0386 2.36898C15.7005 2.36898 15.3704 2.41833 15.0483 2.51704C14.7262 2.61575 14.3478 2.78026 13.913 3.01058C13.7198 3.12573 13.5185 3.15864 13.3092 3.10928C13.0998 3.05993 12.9388 2.93655 12.8261 2.73913C12.7134 2.54172 12.6892 2.33196 12.7536 2.10987C12.818 1.88778 12.9469 1.71915 13.1401 1.604C13.6393 1.32432 14.1747 1.09812 14.7464 0.925382C15.318 0.752644 15.9018 0.666275 16.4976 0.666275C17.6409 0.666275 18.5105 1.0282 19.1063 1.75206C19.7021 2.47591 20 3.52879 20 4.91069V10.4383C20 10.6686 19.9235 10.8619 19.7705 11.0182C19.6176 11.1745 19.4283 11.2526 19.2029 11.2526H19.0821C18.8728 11.2526 18.6957 11.1827 18.5507 11.0429C18.4058 10.9031 18.3172 10.7344 18.285 10.537L18.2367 10.1422C17.7858 10.5535 17.2907 10.8784 16.7512 11.1169C16.2118 11.3555 15.6361 11.4747 15.0242 11.4747ZM1.95652 10.0188C2.23027 10.0188 2.51208 9.96122 2.80193 9.84606C3.09179 9.73091 3.39775 9.55817 3.71981 9.32785C3.60709 8.7027 3.52657 8.13514 3.47826 7.62515C3.42995 7.11516 3.4058 6.62985 3.4058 6.16921C2.79388 6.56404 2.28663 7.04935 1.88406 7.62515C1.48148 8.20094 1.28019 8.74383 1.28019 9.25382C1.28019 9.46769 1.34863 9.64865 1.48551 9.79671C1.62238 9.94477 1.77939 10.0188 1.95652 10.0188ZM4.80676 8.41481C5.27375 7.95417 5.68035 7.45652 6.02657 6.92186C6.37279 6.38719 6.65861 5.81551 6.88406 5.20682C6.51369 5.20682 6.13929 5.23972 5.76087 5.30552C5.38245 5.37133 5 5.47004 4.61353 5.60165C4.58132 6.02938 4.58535 6.47356 4.6256 6.9342C4.66586 7.39483 4.72625 7.88837 4.80676 8.41481ZM15.5797 9.79671C16.0306 9.79671 16.4694 9.68978 16.8961 9.47591C17.3229 9.26205 17.7134 8.9577 18.0676 8.56287V5.94712C17.6973 5.99648 17.3551 6.05405 17.0411 6.11986C16.7271 6.18566 16.4332 6.25969 16.1594 6.34195C15.4348 6.57227 14.8913 6.86016 14.529 7.20564C14.1667 7.55112 13.9855 7.95417 13.9855 8.41481C13.9855 8.84254 14.1304 9.17979 14.4203 9.42656C14.7101 9.67333 15.0966 9.79671 15.5797 9.79671Z\" fill=\"#B2B2B2\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"110%\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\"},children:\"Language Request\"})})}),className:\"framer-1slwavu\",\"data-framer-name\":\"Language Request\",fonts:[\"Inter-Medium\"],name:\"Language Request\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"110%\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgba(20, 168, 17, 0.6000000238418579)\"},children:\"+ $ 5,00\"})})}),className:\"framer-1wom5t6\",\"data-framer-name\":\"+ $ 5,00\",fonts:[\"Inter-Medium\"],name:\"+ $ 5,00\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1szd919\",\"data-framer-name\":\"Line 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:340,name:\"Line 1\",svg:'<svg width=\"340\" height=\"3\" viewBox=\"-1 -1 340 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"338\" y1=\"0.5\" y2=\"0.5\" stroke=\"black\" stroke-opacity=\"0.05\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i9kc7t\",\"data-framer-name\":\"Group 7\",name:\"Group 7\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1a05z8c\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:20,name:\"Vector\",svg:'<svg width=\"20\" height=\"12\" viewBox=\"0 0 20 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.27053 11.9436C7.04509 12.0094 6.82367 12.0176 6.60628 11.9683C6.38889 11.9189 6.23994 11.7873 6.15942 11.5734C6.0789 11.3925 6.09501 11.228 6.20773 11.0799C6.32045 10.9318 6.47343 10.8414 6.66667 10.8085C7.68116 10.5946 8.47021 10.2121 9.03382 9.66099C9.59742 9.10987 9.87923 8.43948 9.87923 7.64982C9.87923 7.15629 9.71417 6.70388 9.38406 6.2926C9.05394 5.88132 8.62319 5.58519 8.09179 5.40423C7.72142 6.34195 7.28261 7.18096 6.77536 7.92127C6.26812 8.66158 5.70853 9.30317 5.09662 9.84606L5.2657 10.389C5.31401 10.5699 5.29791 10.7385 5.21739 10.8948C5.13688 11.0511 5.00805 11.1539 4.83092 11.2033C4.65378 11.2526 4.48873 11.2403 4.33575 11.1663C4.18277 11.0922 4.08213 10.9647 4.03382 10.7838L4.00966 10.6357C3.59098 10.866 3.19646 11.0429 2.82609 11.1663C2.45572 11.2897 2.0934 11.3514 1.73913 11.3514C1.22383 11.3514 0.805153 11.1786 0.483092 10.8331C0.161031 10.4877 0 10.027 0 9.45123C0 8.57932 0.322061 7.71563 0.966184 6.86016C1.61031 6.0047 2.43961 5.3302 3.45411 4.83666C3.47021 4.52409 3.48631 4.21563 3.50242 3.91128C3.51852 3.60693 3.54267 3.29847 3.57488 2.9859C3.20451 3.00235 2.82609 3.00235 2.43961 2.9859C2.05314 2.96945 1.64251 2.94477 1.20773 2.91187C1.01449 2.89542 0.849436 2.82139 0.71256 2.68978C0.575684 2.55817 0.507246 2.40188 0.507246 2.22092C0.507246 2.03995 0.571659 1.89189 0.700483 1.77673C0.829308 1.66157 0.982287 1.62045 1.15942 1.65335C1.48148 1.68625 1.84783 1.71093 2.25845 1.72738C2.66908 1.74383 3.1562 1.75206 3.71981 1.75206C3.73591 1.57109 3.75201 1.40247 3.76812 1.24618C3.78422 1.08989 3.80032 0.921269 3.81642 0.740306C3.83253 0.526439 3.91304 0.349589 4.05797 0.209753C4.2029 0.0699178 4.37198 0 4.56522 0C4.74235 0 4.87923 0.0781434 4.97585 0.23443C5.07246 0.390717 5.10467 0.559342 5.07246 0.740306C5.04026 0.904818 5.01208 1.06933 4.98792 1.23384C4.96377 1.39835 4.93559 1.56287 4.90338 1.72738C5.69243 1.69448 6.42512 1.64101 7.10145 1.56698C7.77778 1.49295 8.4219 1.39013 9.03382 1.25852C9.21095 1.22562 9.37198 1.25441 9.51691 1.34489C9.66184 1.43537 9.7343 1.57109 9.7343 1.75206C9.7343 1.94947 9.66586 2.11398 9.52899 2.24559C9.39211 2.3772 9.22705 2.45946 9.03382 2.49236C8.30918 2.60752 7.59662 2.70212 6.89614 2.77615C6.19565 2.85018 5.49114 2.90364 4.78261 2.93655C4.7504 3.16686 4.73027 3.40541 4.72222 3.65217C4.71417 3.89894 4.69404 4.13749 4.66184 4.3678C5.11272 4.23619 5.55153 4.14571 5.97826 4.09636C6.40499 4.047 6.8277 4.03878 7.24638 4.07168L7.31884 3.7262C7.35105 3.54524 7.43156 3.41363 7.56039 3.33138C7.68921 3.24912 7.84219 3.22444 8.01932 3.25734C8.22866 3.3067 8.38567 3.42597 8.49034 3.61516C8.59501 3.80435 8.60709 3.99765 8.52657 4.19506L8.47826 4.29377C9.29952 4.52409 9.95572 4.95182 10.4469 5.57697C10.938 6.20212 11.1836 6.90129 11.1836 7.6745C11.1836 8.71093 10.8414 9.5993 10.157 10.3396C9.47262 11.0799 8.51047 11.6146 7.27053 11.9436ZM15.0242 11.4747C14.1063 11.4747 13.3816 11.2074 12.8502 10.6727C12.3188 10.1381 12.0531 9.41011 12.0531 8.48884C12.0531 7.63337 12.3188 6.9342 12.8502 6.3913C13.3816 5.84841 14.2351 5.41246 15.4106 5.08343C15.781 4.98472 16.1876 4.89424 16.6304 4.81199C17.0733 4.72973 17.5523 4.6557 18.0676 4.58989C18.0354 3.81669 17.8583 3.25323 17.5362 2.89953C17.2142 2.54583 16.715 2.36898 16.0386 2.36898C15.7005 2.36898 15.3704 2.41833 15.0483 2.51704C14.7262 2.61575 14.3478 2.78026 13.913 3.01058C13.7198 3.12573 13.5185 3.15864 13.3092 3.10928C13.0998 3.05993 12.9388 2.93655 12.8261 2.73913C12.7134 2.54172 12.6892 2.33196 12.7536 2.10987C12.818 1.88778 12.9469 1.71915 13.1401 1.604C13.6393 1.32432 14.1747 1.09812 14.7464 0.925382C15.318 0.752644 15.9018 0.666275 16.4976 0.666275C17.6409 0.666275 18.5105 1.0282 19.1063 1.75206C19.7021 2.47591 20 3.52879 20 4.91069V10.4383C20 10.6686 19.9235 10.8619 19.7705 11.0182C19.6176 11.1745 19.4283 11.2526 19.2029 11.2526H19.0821C18.8728 11.2526 18.6957 11.1827 18.5507 11.0429C18.4058 10.9031 18.3172 10.7344 18.285 10.537L18.2367 10.1422C17.7858 10.5535 17.2907 10.8784 16.7512 11.1169C16.2118 11.3555 15.6361 11.4747 15.0242 11.4747ZM1.95652 10.0188C2.23027 10.0188 2.51208 9.96122 2.80193 9.84606C3.09179 9.73091 3.39775 9.55817 3.71981 9.32785C3.60709 8.7027 3.52657 8.13514 3.47826 7.62515C3.42995 7.11516 3.4058 6.62985 3.4058 6.16921C2.79388 6.56404 2.28663 7.04935 1.88406 7.62515C1.48148 8.20094 1.28019 8.74383 1.28019 9.25382C1.28019 9.46769 1.34863 9.64865 1.48551 9.79671C1.62238 9.94477 1.77939 10.0188 1.95652 10.0188ZM4.80676 8.41481C5.27375 7.95417 5.68035 7.45652 6.02657 6.92186C6.37279 6.38719 6.65861 5.81551 6.88406 5.20682C6.51369 5.20682 6.13929 5.23972 5.76087 5.30552C5.38245 5.37133 5 5.47004 4.61353 5.60165C4.58132 6.02938 4.58535 6.47356 4.6256 6.9342C4.66586 7.39483 4.72625 7.88837 4.80676 8.41481ZM15.5797 9.79671C16.0306 9.79671 16.4694 9.68978 16.8961 9.47591C17.3229 9.26205 17.7134 8.9577 18.0676 8.56287V5.94712C17.6973 5.99648 17.3551 6.05405 17.0411 6.11986C16.7271 6.18566 16.4332 6.25969 16.1594 6.34195C15.4348 6.57227 14.8913 6.86016 14.529 7.20564C14.1667 7.55112 13.9855 7.95417 13.9855 8.41481C13.9855 8.84254 14.1304 9.17979 14.4203 9.42656C14.7101 9.67333 15.0966 9.79671 15.5797 9.79671Z\" fill=\"#B2B2B2\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"110%\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\"},children:\"Language Request\"})})}),className:\"framer-83aey2\",\"data-framer-name\":\"Language Request\",fonts:[\"Inter-Medium\"],name:\"Language Request\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"110%\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgba(20, 168, 17, 0.6000000238418579)\"},children:\"+ $ 5,00\"})})}),className:\"framer-4v0r6q\",\"data-framer-name\":\"+ $ 5,00\",fonts:[\"Inter-Medium\"],name:\"+ $ 5,00\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-o2iv6v\",\"data-framer-name\":\"Line 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:340,name:\"Line 1\",svg:'<svg width=\"340\" height=\"3\" viewBox=\"-1 -1 340 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"338\" y1=\"0.5\" y2=\"0.5\" stroke=\"black\" stroke-opacity=\"0.05\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w5iguy\",\"data-framer-name\":\"Group 8\",name:\"Group 8\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-hu45uf\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:20,name:\"Vector\",svg:'<svg width=\"20\" height=\"12\" viewBox=\"0 0 20 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.27053 11.9436C7.04509 12.0094 6.82367 12.0176 6.60628 11.9683C6.38889 11.9189 6.23994 11.7873 6.15942 11.5734C6.0789 11.3925 6.09501 11.228 6.20773 11.0799C6.32045 10.9318 6.47343 10.8414 6.66667 10.8085C7.68116 10.5946 8.47021 10.2121 9.03382 9.66099C9.59742 9.10987 9.87923 8.43948 9.87923 7.64982C9.87923 7.15629 9.71417 6.70388 9.38406 6.2926C9.05394 5.88132 8.62319 5.58519 8.09179 5.40423C7.72142 6.34195 7.28261 7.18096 6.77536 7.92127C6.26812 8.66158 5.70853 9.30317 5.09662 9.84606L5.2657 10.389C5.31401 10.5699 5.29791 10.7385 5.21739 10.8948C5.13688 11.0511 5.00805 11.1539 4.83092 11.2033C4.65378 11.2526 4.48873 11.2403 4.33575 11.1663C4.18277 11.0922 4.08213 10.9647 4.03382 10.7838L4.00966 10.6357C3.59098 10.866 3.19646 11.0429 2.82609 11.1663C2.45572 11.2897 2.0934 11.3514 1.73913 11.3514C1.22383 11.3514 0.805153 11.1786 0.483092 10.8331C0.161031 10.4877 0 10.027 0 9.45123C0 8.57932 0.322061 7.71563 0.966184 6.86016C1.61031 6.0047 2.43961 5.3302 3.45411 4.83666C3.47021 4.52409 3.48631 4.21563 3.50242 3.91128C3.51852 3.60693 3.54267 3.29847 3.57488 2.9859C3.20451 3.00235 2.82609 3.00235 2.43961 2.9859C2.05314 2.96945 1.64251 2.94477 1.20773 2.91187C1.01449 2.89542 0.849436 2.82139 0.71256 2.68978C0.575684 2.55817 0.507246 2.40188 0.507246 2.22092C0.507246 2.03995 0.571659 1.89189 0.700483 1.77673C0.829308 1.66157 0.982287 1.62045 1.15942 1.65335C1.48148 1.68625 1.84783 1.71093 2.25845 1.72738C2.66908 1.74383 3.1562 1.75206 3.71981 1.75206C3.73591 1.57109 3.75201 1.40247 3.76812 1.24618C3.78422 1.08989 3.80032 0.921269 3.81642 0.740306C3.83253 0.526439 3.91304 0.349589 4.05797 0.209753C4.2029 0.0699178 4.37198 0 4.56522 0C4.74235 0 4.87923 0.0781434 4.97585 0.23443C5.07246 0.390717 5.10467 0.559342 5.07246 0.740306C5.04026 0.904818 5.01208 1.06933 4.98792 1.23384C4.96377 1.39835 4.93559 1.56287 4.90338 1.72738C5.69243 1.69448 6.42512 1.64101 7.10145 1.56698C7.77778 1.49295 8.4219 1.39013 9.03382 1.25852C9.21095 1.22562 9.37198 1.25441 9.51691 1.34489C9.66184 1.43537 9.7343 1.57109 9.7343 1.75206C9.7343 1.94947 9.66586 2.11398 9.52899 2.24559C9.39211 2.3772 9.22705 2.45946 9.03382 2.49236C8.30918 2.60752 7.59662 2.70212 6.89614 2.77615C6.19565 2.85018 5.49114 2.90364 4.78261 2.93655C4.7504 3.16686 4.73027 3.40541 4.72222 3.65217C4.71417 3.89894 4.69404 4.13749 4.66184 4.3678C5.11272 4.23619 5.55153 4.14571 5.97826 4.09636C6.40499 4.047 6.8277 4.03878 7.24638 4.07168L7.31884 3.7262C7.35105 3.54524 7.43156 3.41363 7.56039 3.33138C7.68921 3.24912 7.84219 3.22444 8.01932 3.25734C8.22866 3.3067 8.38567 3.42597 8.49034 3.61516C8.59501 3.80435 8.60709 3.99765 8.52657 4.19506L8.47826 4.29377C9.29952 4.52409 9.95572 4.95182 10.4469 5.57697C10.938 6.20212 11.1836 6.90129 11.1836 7.6745C11.1836 8.71093 10.8414 9.5993 10.157 10.3396C9.47262 11.0799 8.51047 11.6146 7.27053 11.9436ZM15.0242 11.4747C14.1063 11.4747 13.3816 11.2074 12.8502 10.6727C12.3188 10.1381 12.0531 9.41011 12.0531 8.48884C12.0531 7.63337 12.3188 6.9342 12.8502 6.3913C13.3816 5.84841 14.2351 5.41246 15.4106 5.08343C15.781 4.98472 16.1876 4.89424 16.6304 4.81199C17.0733 4.72973 17.5523 4.6557 18.0676 4.58989C18.0354 3.81669 17.8583 3.25323 17.5362 2.89953C17.2142 2.54583 16.715 2.36898 16.0386 2.36898C15.7005 2.36898 15.3704 2.41833 15.0483 2.51704C14.7262 2.61575 14.3478 2.78026 13.913 3.01058C13.7198 3.12573 13.5185 3.15864 13.3092 3.10928C13.0998 3.05993 12.9388 2.93655 12.8261 2.73913C12.7134 2.54172 12.6892 2.33196 12.7536 2.10987C12.818 1.88778 12.9469 1.71915 13.1401 1.604C13.6393 1.32432 14.1747 1.09812 14.7464 0.925382C15.318 0.752644 15.9018 0.666275 16.4976 0.666275C17.6409 0.666275 18.5105 1.0282 19.1063 1.75206C19.7021 2.47591 20 3.52879 20 4.91069V10.4383C20 10.6686 19.9235 10.8619 19.7705 11.0182C19.6176 11.1745 19.4283 11.2526 19.2029 11.2526H19.0821C18.8728 11.2526 18.6957 11.1827 18.5507 11.0429C18.4058 10.9031 18.3172 10.7344 18.285 10.537L18.2367 10.1422C17.7858 10.5535 17.2907 10.8784 16.7512 11.1169C16.2118 11.3555 15.6361 11.4747 15.0242 11.4747ZM1.95652 10.0188C2.23027 10.0188 2.51208 9.96122 2.80193 9.84606C3.09179 9.73091 3.39775 9.55817 3.71981 9.32785C3.60709 8.7027 3.52657 8.13514 3.47826 7.62515C3.42995 7.11516 3.4058 6.62985 3.4058 6.16921C2.79388 6.56404 2.28663 7.04935 1.88406 7.62515C1.48148 8.20094 1.28019 8.74383 1.28019 9.25382C1.28019 9.46769 1.34863 9.64865 1.48551 9.79671C1.62238 9.94477 1.77939 10.0188 1.95652 10.0188ZM4.80676 8.41481C5.27375 7.95417 5.68035 7.45652 6.02657 6.92186C6.37279 6.38719 6.65861 5.81551 6.88406 5.20682C6.51369 5.20682 6.13929 5.23972 5.76087 5.30552C5.38245 5.37133 5 5.47004 4.61353 5.60165C4.58132 6.02938 4.58535 6.47356 4.6256 6.9342C4.66586 7.39483 4.72625 7.88837 4.80676 8.41481ZM15.5797 9.79671C16.0306 9.79671 16.4694 9.68978 16.8961 9.47591C17.3229 9.26205 17.7134 8.9577 18.0676 8.56287V5.94712C17.6973 5.99648 17.3551 6.05405 17.0411 6.11986C16.7271 6.18566 16.4332 6.25969 16.1594 6.34195C15.4348 6.57227 14.8913 6.86016 14.529 7.20564C14.1667 7.55112 13.9855 7.95417 13.9855 8.41481C13.9855 8.84254 14.1304 9.17979 14.4203 9.42656C14.7101 9.67333 15.0966 9.79671 15.5797 9.79671Z\" fill=\"#B2B2B2\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"110%\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\"},children:\"Language Request\"})})}),className:\"framer-166loeg\",\"data-framer-name\":\"Language Request\",fonts:[\"Inter-Medium\"],name:\"Language Request\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"110%\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgba(20, 168, 17, 0.6000000238418579)\"},children:\"+ $ 5,00\"})})}),className:\"framer-1c56n3a\",\"data-framer-name\":\"+ $ 5,00\",fonts:[\"Inter-Medium\"],name:\"+ $ 5,00\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1miw33a\",\"data-framer-name\":\"Line 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:340,name:\"Line 1\",svg:'<svg width=\"340\" height=\"3\" viewBox=\"-1 -1 340 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"338\" y1=\"0.5\" y2=\"0.5\" stroke=\"black\" stroke-opacity=\"0.05\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sch9kc\",\"data-framer-name\":\"Group 9\",name:\"Group 9\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1k1wv36\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:12,intrinsicWidth:20,name:\"Vector\",svg:'<svg width=\"20\" height=\"12\" viewBox=\"0 0 20 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M7.27053 11.9436C7.04509 12.0094 6.82367 12.0176 6.60628 11.9683C6.38889 11.9189 6.23994 11.7873 6.15942 11.5734C6.0789 11.3925 6.09501 11.228 6.20773 11.0799C6.32045 10.9318 6.47343 10.8414 6.66667 10.8085C7.68116 10.5946 8.47021 10.2121 9.03382 9.66099C9.59742 9.10987 9.87923 8.43948 9.87923 7.64982C9.87923 7.15629 9.71417 6.70388 9.38406 6.2926C9.05394 5.88132 8.62319 5.58519 8.09179 5.40423C7.72142 6.34195 7.28261 7.18096 6.77536 7.92127C6.26812 8.66158 5.70853 9.30317 5.09662 9.84606L5.2657 10.389C5.31401 10.5699 5.29791 10.7385 5.21739 10.8948C5.13688 11.0511 5.00805 11.1539 4.83092 11.2033C4.65378 11.2526 4.48873 11.2403 4.33575 11.1663C4.18277 11.0922 4.08213 10.9647 4.03382 10.7838L4.00966 10.6357C3.59098 10.866 3.19646 11.0429 2.82609 11.1663C2.45572 11.2897 2.0934 11.3514 1.73913 11.3514C1.22383 11.3514 0.805153 11.1786 0.483092 10.8331C0.161031 10.4877 0 10.027 0 9.45123C0 8.57932 0.322061 7.71563 0.966184 6.86016C1.61031 6.0047 2.43961 5.3302 3.45411 4.83666C3.47021 4.52409 3.48631 4.21563 3.50242 3.91128C3.51852 3.60693 3.54267 3.29847 3.57488 2.9859C3.20451 3.00235 2.82609 3.00235 2.43961 2.9859C2.05314 2.96945 1.64251 2.94477 1.20773 2.91187C1.01449 2.89542 0.849436 2.82139 0.71256 2.68978C0.575684 2.55817 0.507246 2.40188 0.507246 2.22092C0.507246 2.03995 0.571659 1.89189 0.700483 1.77673C0.829308 1.66157 0.982287 1.62045 1.15942 1.65335C1.48148 1.68625 1.84783 1.71093 2.25845 1.72738C2.66908 1.74383 3.1562 1.75206 3.71981 1.75206C3.73591 1.57109 3.75201 1.40247 3.76812 1.24618C3.78422 1.08989 3.80032 0.921269 3.81642 0.740306C3.83253 0.526439 3.91304 0.349589 4.05797 0.209753C4.2029 0.0699178 4.37198 0 4.56522 0C4.74235 0 4.87923 0.0781434 4.97585 0.23443C5.07246 0.390717 5.10467 0.559342 5.07246 0.740306C5.04026 0.904818 5.01208 1.06933 4.98792 1.23384C4.96377 1.39835 4.93559 1.56287 4.90338 1.72738C5.69243 1.69448 6.42512 1.64101 7.10145 1.56698C7.77778 1.49295 8.4219 1.39013 9.03382 1.25852C9.21095 1.22562 9.37198 1.25441 9.51691 1.34489C9.66184 1.43537 9.7343 1.57109 9.7343 1.75206C9.7343 1.94947 9.66586 2.11398 9.52899 2.24559C9.39211 2.3772 9.22705 2.45946 9.03382 2.49236C8.30918 2.60752 7.59662 2.70212 6.89614 2.77615C6.19565 2.85018 5.49114 2.90364 4.78261 2.93655C4.7504 3.16686 4.73027 3.40541 4.72222 3.65217C4.71417 3.89894 4.69404 4.13749 4.66184 4.3678C5.11272 4.23619 5.55153 4.14571 5.97826 4.09636C6.40499 4.047 6.8277 4.03878 7.24638 4.07168L7.31884 3.7262C7.35105 3.54524 7.43156 3.41363 7.56039 3.33138C7.68921 3.24912 7.84219 3.22444 8.01932 3.25734C8.22866 3.3067 8.38567 3.42597 8.49034 3.61516C8.59501 3.80435 8.60709 3.99765 8.52657 4.19506L8.47826 4.29377C9.29952 4.52409 9.95572 4.95182 10.4469 5.57697C10.938 6.20212 11.1836 6.90129 11.1836 7.6745C11.1836 8.71093 10.8414 9.5993 10.157 10.3396C9.47262 11.0799 8.51047 11.6146 7.27053 11.9436ZM15.0242 11.4747C14.1063 11.4747 13.3816 11.2074 12.8502 10.6727C12.3188 10.1381 12.0531 9.41011 12.0531 8.48884C12.0531 7.63337 12.3188 6.9342 12.8502 6.3913C13.3816 5.84841 14.2351 5.41246 15.4106 5.08343C15.781 4.98472 16.1876 4.89424 16.6304 4.81199C17.0733 4.72973 17.5523 4.6557 18.0676 4.58989C18.0354 3.81669 17.8583 3.25323 17.5362 2.89953C17.2142 2.54583 16.715 2.36898 16.0386 2.36898C15.7005 2.36898 15.3704 2.41833 15.0483 2.51704C14.7262 2.61575 14.3478 2.78026 13.913 3.01058C13.7198 3.12573 13.5185 3.15864 13.3092 3.10928C13.0998 3.05993 12.9388 2.93655 12.8261 2.73913C12.7134 2.54172 12.6892 2.33196 12.7536 2.10987C12.818 1.88778 12.9469 1.71915 13.1401 1.604C13.6393 1.32432 14.1747 1.09812 14.7464 0.925382C15.318 0.752644 15.9018 0.666275 16.4976 0.666275C17.6409 0.666275 18.5105 1.0282 19.1063 1.75206C19.7021 2.47591 20 3.52879 20 4.91069V10.4383C20 10.6686 19.9235 10.8619 19.7705 11.0182C19.6176 11.1745 19.4283 11.2526 19.2029 11.2526H19.0821C18.8728 11.2526 18.6957 11.1827 18.5507 11.0429C18.4058 10.9031 18.3172 10.7344 18.285 10.537L18.2367 10.1422C17.7858 10.5535 17.2907 10.8784 16.7512 11.1169C16.2118 11.3555 15.6361 11.4747 15.0242 11.4747ZM1.95652 10.0188C2.23027 10.0188 2.51208 9.96122 2.80193 9.84606C3.09179 9.73091 3.39775 9.55817 3.71981 9.32785C3.60709 8.7027 3.52657 8.13514 3.47826 7.62515C3.42995 7.11516 3.4058 6.62985 3.4058 6.16921C2.79388 6.56404 2.28663 7.04935 1.88406 7.62515C1.48148 8.20094 1.28019 8.74383 1.28019 9.25382C1.28019 9.46769 1.34863 9.64865 1.48551 9.79671C1.62238 9.94477 1.77939 10.0188 1.95652 10.0188ZM4.80676 8.41481C5.27375 7.95417 5.68035 7.45652 6.02657 6.92186C6.37279 6.38719 6.65861 5.81551 6.88406 5.20682C6.51369 5.20682 6.13929 5.23972 5.76087 5.30552C5.38245 5.37133 5 5.47004 4.61353 5.60165C4.58132 6.02938 4.58535 6.47356 4.6256 6.9342C4.66586 7.39483 4.72625 7.88837 4.80676 8.41481ZM15.5797 9.79671C16.0306 9.79671 16.4694 9.68978 16.8961 9.47591C17.3229 9.26205 17.7134 8.9577 18.0676 8.56287V5.94712C17.6973 5.99648 17.3551 6.05405 17.0411 6.11986C16.7271 6.18566 16.4332 6.25969 16.1594 6.34195C15.4348 6.57227 14.8913 6.86016 14.529 7.20564C14.1667 7.55112 13.9855 7.95417 13.9855 8.41481C13.9855 8.84254 14.1304 9.17979 14.4203 9.42656C14.7101 9.67333 15.0966 9.79671 15.5797 9.79671Z\" fill=\"#B2B2B2\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"110%\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\"},children:\"Language Request\"})})}),className:\"framer-1yg0o1j\",\"data-framer-name\":\"Language Request\",fonts:[\"Inter-Medium\"],name:\"Language Request\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"110%\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgba(20, 168, 17, 0.6000000238418579)\"},children:\"+ $ 5,00\"})})}),className:\"framer-wh0yf0\",\"data-framer-name\":\"+ $ 5,00\",fonts:[\"Inter-Medium\"],name:\"+ $ 5,00\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-sm938a\",\"data-framer-name\":\"Line 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:340,name:\"Line 1\",svg:'<svg width=\"340\" height=\"3\" viewBox=\"-1 -1 340 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"338\" y1=\"0.5\" y2=\"0.5\" stroke=\"black\" stroke-opacity=\"0.05\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z50il4\",\"data-framer-name\":\"Group 5\",name:\"Group 5\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-7ymqtw\",\"data-border\":true,\"data-framer-name\":\"Rectangle 2\",name:\"Rectangle 2\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l2e8cz\",\"data-framer-name\":\"Group 3\",name:\"Group 3\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5obl12\",\"data-framer-name\":\"Group 2\",name:\"Group 2\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-16dbpcx\",\"data-framer-name\":\"Group 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:50,intrinsicWidth:50,name:\"Group 1\",svg:'<svg width=\"50\" height=\"50\" viewBox=\"0 0 50 50\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<circle cx=\"25\" cy=\"25\" r=\"25\" fill=\"#CAFA48\"/>\\n<path d=\"M30.914 19.472L29.3979 18L22.5806 24.6189L24.0968 26.091L30.914 19.472ZM35.4731 18L24.0968 29.0455L19.6022 24.692L18.086 26.1641L24.0968 32L37 19.472L35.4731 18ZM12 26.1641L18.0108 32L19.5269 30.528L13.5269 24.692L12 26.1641Z\" fill=\"black\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"110%\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\"},children:\"Video request #0023127\"})})}),className:\"framer-cto6eg\",\"data-framer-name\":\"Video request #0023127\",fonts:[\"Inter-Medium\"],name:\"Video request #0023127\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"110%\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\"},children:\"Credit Cards \uD83C\uDDFA\uD83C\uDDF8\"})})}),className:\"framer-1i61ssh\",\"data-framer-name\":\"Credit Cards \uD83C\uDDFA\uD83C\uDDF8\",fonts:[\"Inter-Medium\"],name:\"Credit Cards \uD83C\uDDFA\uD83C\uDDF8\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-14gejm8\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:17,intrinsicWidth:17,name:\"Group\",svg:'<svg width=\"17\" height=\"17\" viewBox=\"0 0 17 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M1.5 0V2.5H12.2375L0.25 14.4875L2.0125 16.25L14 4.2625V15H16.5V0H1.5Z\" fill=\"#B2B2B2\"/>\\n</svg>\\n',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-kgtiqi\",\"data-framer-name\":\"Group 4\",name:\"Group 4\"})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-cnmno8\",\"data-framer-name\":\"Content\",name:\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bjohzz\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1x15ugy\",\"data-framer-name\":\"Title\",name:\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\"},children:\"AI and Language variables, only $5 each!\"})}),className:\"framer-u6qbw5\",\"data-framer-name\":\"Text\",fonts:[\"GF;Poppins-500\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sxoaNYiuO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Once your video performs well in tests, we can edit and use AI to dub it in the targeted language. Each variation costs only $5, offering reduced prices and fast delivery!\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Once your video performs well in tests, we can edit and use AI to dub it in the targeted language. Each variation costs only $5, offering reduced prices and fast delivery!\"})}),className:\"framer-nzjbmj\",\"data-framer-name\":\"Text\",fonts:[\"GF;Be Vietnam Pro-regular\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})})]})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i32rf6\",\"data-framer-name\":\"Row\",name:\"Row\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zut38e\",\"data-framer-name\":\"Col\",name:\"Col\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition17},__framer__animateOnce:true,__framer__enter:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1hc506x\",\"data-framer-name\":\"Item\",name:\"Item\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bfkm7s\",\"data-framer-name\":\"visual_container\",name:\"visual_container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qvgmdx\",\"data-framer-name\":\"languages\",name:\"languages\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rZoq4fOw5:{\"data-framer-appear-id\":\"1mrx4wn\",animate:optimizeAppear(\"animate\",\"1mrx4wn\",animation15,\"7a09nj\"),initial:optimizeAppear(\"initial\",\"1mrx4wn\",animation16,\"7a09nj\"),transformTemplate:undefined},sxoaNYiuO:{\"data-framer-appear-id\":\"11blp0o\",animate:optimizeAppear(\"animate\",\"11blp0o\",animation15,\"liub87\"),initial:optimizeAppear(\"initial\",\"11blp0o\",animation16,\"liub87\"),transformTemplate:undefined}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"1tiotrx\",animation15,\"72rtr7\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"128px\",\"--framer-line-height\":\"110%\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"128px\",\"--framer-font-weight\":\"500\"},children:\"\uD83C\uDDE9\uD83C\uDDEA\"})})}),className:\"framer-1tiotrx\",\"data-framer-appear-id\":\"1tiotrx\",\"data-framer-name\":\"\uD83C\uDDE9\uD83C\uDDEA\",drag:true,dragMomentum:false,dragSnapToOrigin:true,dragTransition:inertia,fonts:[\"Inter-Medium\"],initial:optimizeAppear(\"initial\",\"1tiotrx\",animation16,\"72rtr7\"),name:\"\uD83C\uDDE9\uD83C\uDDEA\",onMouseDown:preventDefault,style:{rotate:21},transformTemplate:optimizeAppearTransformTemplate(\"1tiotrx\",transformTemplate1),verticalAlignment:\"top\",whileTap:animation14,withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rZoq4fOw5:{\"data-framer-appear-id\":\"5y9eu5\",animate:optimizeAppear(\"animate\",\"5y9eu5\",animation17,\"7a09nj\"),initial:optimizeAppear(\"initial\",\"5y9eu5\",animation16,\"7a09nj\")},sxoaNYiuO:{\"data-framer-appear-id\":\"n9imc0\",animate:optimizeAppear(\"animate\",\"n9imc0\",animation17,\"liub87\"),initial:optimizeAppear(\"initial\",\"n9imc0\",animation16,\"liub87\")}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"w4voxs\",animation17,\"72rtr7\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"100px\",\"--framer-line-height\":\"110%\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"100px\",\"--framer-font-weight\":\"500\"},children:\"\uD83C\uDDE7\uD83C\uDDF7\"})})}),className:\"framer-w4voxs\",\"data-framer-appear-id\":\"w4voxs\",\"data-framer-name\":\"\uD83C\uDDE7\uD83C\uDDF7\",drag:true,dragMomentum:false,dragSnapToOrigin:true,dragTransition:inertia,fonts:[\"Inter-Medium\"],initial:optimizeAppear(\"initial\",\"w4voxs\",animation16,\"72rtr7\"),name:\"\uD83C\uDDE7\uD83C\uDDF7\",onMouseDown:preventDefault,style:{rotate:-15},verticalAlignment:\"top\",whileTap:animation14,withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rZoq4fOw5:{\"data-framer-appear-id\":\"12z3sm7\",animate:optimizeAppear(\"animate\",\"12z3sm7\",animation18,\"7a09nj\"),initial:optimizeAppear(\"initial\",\"12z3sm7\",animation16,\"7a09nj\")},sxoaNYiuO:{\"data-framer-appear-id\":\"ouznk0\",animate:optimizeAppear(\"animate\",\"ouznk0\",animation18,\"liub87\"),initial:optimizeAppear(\"initial\",\"ouznk0\",animation16,\"liub87\")}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"17op8jw\",animation18,\"72rtr7\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"116px\",\"--framer-line-height\":\"110%\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"116px\",\"--framer-font-weight\":\"500\"},children:\"\uD83C\uDDFA\uD83C\uDDF8\"})})}),className:\"framer-17op8jw\",\"data-framer-appear-id\":\"17op8jw\",\"data-framer-name\":\"\uD83C\uDDFA\uD83C\uDDF8\",drag:true,dragMomentum:false,dragSnapToOrigin:true,dragTransition:inertia,fonts:[\"Inter-Medium\"],initial:optimizeAppear(\"initial\",\"17op8jw\",animation16,\"72rtr7\"),name:\"\uD83C\uDDFA\uD83C\uDDF8\",onMouseDown:preventDefault,style:{rotate:-3},verticalAlignment:\"top\",whileTap:animation14,withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rZoq4fOw5:{\"data-framer-appear-id\":\"vklr10\",animate:optimizeAppear(\"animate\",\"vklr10\",animation18,\"7a09nj\"),initial:optimizeAppear(\"initial\",\"vklr10\",animation16,\"7a09nj\")},sxoaNYiuO:{\"data-framer-appear-id\":\"12upf7y\",animate:optimizeAppear(\"animate\",\"12upf7y\",animation18,\"liub87\"),initial:optimizeAppear(\"initial\",\"12upf7y\",animation16,\"liub87\"),transformTemplate:optimizeAppearTransformTemplate(\"12upf7y\",transformTemplate2)}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"y4wkcn\",animation18,\"72rtr7\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"128px\",\"--framer-line-height\":\"110%\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"128px\",\"--framer-font-weight\":\"500\"},children:\"\uD83C\uDF89\"})})}),className:\"framer-y4wkcn\",\"data-framer-appear-id\":\"y4wkcn\",\"data-framer-name\":\"\uD83C\uDF89\",drag:true,dragMomentum:false,dragSnapToOrigin:true,dragTransition:inertia,fonts:[\"Inter-Medium\"],initial:optimizeAppear(\"initial\",\"y4wkcn\",animation16,\"72rtr7\"),name:\"\uD83C\uDF89\",onMouseDown:preventDefault,style:{rotate:-3},verticalAlignment:\"top\",whileTap:animation14,withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rZoq4fOw5:{\"data-framer-appear-id\":\"1830kpu\",animate:optimizeAppear(\"animate\",\"1830kpu\",animation19,\"7a09nj\"),initial:optimizeAppear(\"initial\",\"1830kpu\",animation16,\"7a09nj\")},sxoaNYiuO:{\"data-framer-appear-id\":\"17oikeb\",animate:optimizeAppear(\"animate\",\"17oikeb\",animation19,\"liub87\"),initial:optimizeAppear(\"initial\",\"17oikeb\",animation16,\"liub87\")}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"1cwq2g9\",animation19,\"72rtr7\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"128px\",\"--framer-line-height\":\"110%\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"128px\",\"--framer-font-weight\":\"500\"},children:\"\uD83C\uDDEF\uD83C\uDDF5\"})})}),className:\"framer-1cwq2g9\",\"data-framer-appear-id\":\"1cwq2g9\",\"data-framer-name\":\"\uD83C\uDDEF\uD83C\uDDF5\",drag:true,dragMomentum:false,dragSnapToOrigin:true,dragTransition:inertia,fonts:[\"Inter-Medium\"],initial:optimizeAppear(\"initial\",\"1cwq2g9\",animation16,\"72rtr7\"),name:\"\uD83C\uDDEF\uD83C\uDDF5\",onMouseDown:preventDefault,style:{rotate:-20},verticalAlignment:\"top\",whileTap:animation14,withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rZoq4fOw5:{\"data-framer-appear-id\":\"yfgc5w\",animate:optimizeAppear(\"animate\",\"yfgc5w\",animation17,\"7a09nj\"),initial:optimizeAppear(\"initial\",\"yfgc5w\",animation16,\"7a09nj\")},sxoaNYiuO:{\"data-framer-appear-id\":\"1o7livb\",animate:optimizeAppear(\"animate\",\"1o7livb\",animation17,\"liub87\"),initial:optimizeAppear(\"initial\",\"1o7livb\",animation16,\"liub87\"),transformTemplate:optimizeAppearTransformTemplate(\"1o7livb\",transformTemplate2)}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"scsufn\",animation17,\"72rtr7\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"100px\",\"--framer-line-height\":\"110%\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter-Medium\", \"Inter\", sans-serif',\"--framer-font-size\":\"100px\",\"--framer-font-weight\":\"500\"},children:\"\uD83E\uDD73\"})})}),className:\"framer-scsufn\",\"data-framer-appear-id\":\"scsufn\",\"data-framer-name\":\"\uD83E\uDD73\",drag:true,dragMomentum:false,dragSnapToOrigin:true,dragTransition:inertia,fonts:[\"Inter-Medium\"],initial:optimizeAppear(\"initial\",\"scsufn\",animation16,\"72rtr7\"),name:\"\uD83E\uDD73\",onMouseDown:preventDefault,style:{rotate:-15},verticalAlignment:\"top\",whileTap:animation14,withExternalLayout:true})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cd7bc5\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-gg5x9a\",\"data-framer-name\":\"Title\",name:\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\"},children:\"In the language you wish!\"})}),className:\"framer-au8fo3\",\"data-framer-name\":\"Text\",fonts:[\"GF;Poppins-500\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.7)\"},children:\"For UGC videos, we currently support \uD83C\uDDEF\uD83C\uDDF5\uD83C\uDDFA\uD83C\uDDF8\uD83C\uDDEA\uD83C\uDDF8\uD83C\uDDE9\uD83C\uDDEA\uD83C\uDDE7\uD83C\uDDF7. For video edits, AI technology allows us to offer virtually limitless language options!\"})}),className:\"framer-12y05ta\",\"data-framer-name\":\"Text\",fonts:[\"GF;Be Vietnam Pro-regular\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition18},__framer__animateOnce:true,__framer__enter:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-2va6ee\",\"data-framer-name\":\"Item\",name:\"Item\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1it599z\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1rrxfx9\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:308,intrinsicWidth:362,name:\"graphic\",svg:'<svg width=\"362\" height=\"308\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect y=\"15\" width=\"362\" height=\"268\" rx=\"20\" fill=\"#4D627F\"/><mask id=\"a\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"15\" width=\"362\" height=\"268\"><rect y=\"15\" width=\"362\" height=\"268\" rx=\"20\" fill=\"#19222F\"/></mask><g style=\"mix-blend-mode:overlay\" opacity=\".4\" fill=\"#000\" mask=\"url(#a)\"><path d=\"M31.336 54.194c3.382 0 6.149-2.767 6.149-6.15 0-3.381-2.767-6.148-6.15-6.148-3.381 0-6.149 2.767-6.149 6.149s2.768 6.149 6.15 6.149Zm18.447-27.672H46.71v-6.149C46.709 11.887 39.822 5 31.336 5s-15.373 6.887-15.373 15.373v6.15h-3.075c-3.382 0-6.15 2.767-6.15 6.149v30.746c0 3.382 2.768 6.15 6.15 6.15h36.895c3.383 0 6.15-2.768 6.15-6.15V32.672c0-3.382-2.767-6.15-6.15-6.15Zm-27.979-6.149c0-5.258 4.274-9.531 9.532-9.531 5.257 0 9.531 4.274 9.531 9.531v6.15H21.804v-6.15Zm27.98 43.045H12.887V32.672h36.895v30.746ZM31.336 217.149c3.382 0 6.149-2.767 6.149-6.149s-2.767-6.149-6.15-6.149c-3.381 0-6.149 2.767-6.149 6.149s2.768 6.149 6.15 6.149Zm18.447-27.671H46.71v-6.15c0-8.486-6.887-15.373-15.373-15.373s-15.373 6.887-15.373 15.373v6.15h-3.075c-3.382 0-6.15 2.767-6.15 6.149v30.746c0 3.382 2.768 6.149 6.15 6.149h36.895c3.383 0 6.15-2.767 6.15-6.149v-30.746c0-3.382-2.767-6.149-6.15-6.149Zm-27.979-6.15c0-5.257 4.274-9.531 9.532-9.531 5.257 0 9.531 4.274 9.531 9.531v6.15H21.804v-6.15Zm27.98 43.045H12.887v-30.746h36.895v30.746Zm61.492-172.179c3.382 0 6.149-2.767 6.149-6.15 0-3.381-2.767-6.148-6.149-6.148s-6.149 2.767-6.149 6.149 2.767 6.149 6.149 6.149Zm18.448-27.672h-3.075v-6.149c0-8.486-6.887-15.373-15.373-15.373s-15.373 6.887-15.373 15.373v6.15h-3.075c-3.382 0-6.149 2.767-6.149 6.149v30.746c0 3.382 2.767 6.15 6.15 6.15h36.895c3.382 0 6.149-2.768 6.149-6.15V32.672c0-3.382-2.767-6.15-6.149-6.15Zm-27.979-6.149c0-5.258 4.274-9.531 9.531-9.531 5.258 0 9.532 4.274 9.532 9.531v6.15h-19.063v-6.15Zm27.979 43.045H92.829V32.672h36.895v30.746Zm-18.448 153.731c3.382 0 6.149-2.767 6.149-6.149s-2.767-6.149-6.149-6.149-6.149 2.767-6.149 6.149 2.767 6.149 6.149 6.149Zm18.448-27.671h-3.075v-6.15c0-8.486-6.887-15.373-15.373-15.373s-15.373 6.887-15.373 15.373v6.15h-3.075c-3.382 0-6.149 2.767-6.149 6.149v30.746c0 3.382 2.767 6.149 6.15 6.149h36.895c3.382 0 6.149-2.767 6.149-6.149v-30.746c0-3.382-2.767-6.149-6.149-6.149Zm-27.979-6.15c0-5.257 4.274-9.531 9.531-9.531 5.258 0 9.532 4.274 9.532 9.531v6.15h-19.063v-6.15Zm27.979 43.045H92.829v-30.746h36.895v30.746Zm61.492-172.179c3.382 0 6.15-2.767 6.15-6.15 0-3.381-2.768-6.148-6.15-6.148-3.382 0-6.149 2.767-6.149 6.149s2.767 6.149 6.149 6.149Zm18.448-27.672h-3.074v-6.149C206.59 11.887 199.702 5 191.216 5s-15.373 6.887-15.373 15.373v6.15h-3.074c-3.382 0-6.15 2.767-6.15 6.149v30.746c0 3.382 2.768 6.15 6.15 6.15h36.895c3.382 0 6.149-2.768 6.149-6.15V32.672c0-3.382-2.767-6.15-6.149-6.15Zm-27.979-6.149c0-5.258 4.274-9.531 9.531-9.531 5.258 0 9.532 4.274 9.532 9.531v6.15h-19.063v-6.15Zm27.979 43.045h-36.895V32.672h36.895v30.746Zm-18.448 153.731c3.382 0 6.15-2.767 6.15-6.149s-2.768-6.149-6.15-6.149c-3.382 0-6.149 2.767-6.149 6.149s2.767 6.149 6.149 6.149Zm18.448-27.671h-3.074v-6.15c0-8.486-6.888-15.373-15.374-15.373s-15.373 6.887-15.373 15.373v6.15h-3.074c-3.382 0-6.15 2.767-6.15 6.149v30.746c0 3.382 2.768 6.149 6.15 6.149h36.895c3.382 0 6.149-2.767 6.149-6.149v-30.746c0-3.382-2.767-6.149-6.149-6.149Zm-27.979-6.15c0-5.257 4.274-9.531 9.531-9.531 5.258 0 9.532 4.274 9.532 9.531v6.15h-19.063v-6.15Zm27.979 43.045h-36.895v-30.746h36.895v30.746Zm61.493-172.179c3.382 0 6.149-2.767 6.149-6.15 0-3.381-2.767-6.148-6.149-6.148s-6.15 2.767-6.15 6.149 2.768 6.149 6.15 6.149Zm18.447-27.672h-3.074v-6.149C286.53 11.887 279.643 5 271.157 5s-15.373 6.887-15.373 15.373v6.15h-3.075c-3.382 0-6.149 2.767-6.149 6.149v30.746c0 3.382 2.767 6.15 6.149 6.15h36.895c3.383 0 6.15-2.768 6.15-6.15V32.672c0-3.382-2.767-6.15-6.15-6.15Zm-27.979-6.149c0-5.258 4.274-9.531 9.532-9.531 5.257 0 9.531 4.274 9.531 9.531v6.15h-19.063v-6.15Zm27.979 43.045h-36.895V32.672h36.895v30.746Zm-18.447 153.731c3.382 0 6.149-2.767 6.149-6.149s-2.767-6.149-6.149-6.149-6.15 2.767-6.15 6.149 2.768 6.149 6.15 6.149Zm18.447-27.671h-3.074v-6.15c0-8.486-6.887-15.373-15.373-15.373s-15.373 6.887-15.373 15.373v6.15h-3.075c-3.382 0-6.149 2.767-6.149 6.149v30.746c0 3.382 2.767 6.149 6.149 6.149h36.895c3.383 0 6.15-2.767 6.15-6.149v-30.746c0-3.382-2.767-6.149-6.15-6.149Zm-27.979-6.15c0-5.257 4.274-9.531 9.532-9.531 5.257 0 9.531 4.274 9.531 9.531v6.15h-19.063v-6.15Zm27.979 43.045h-36.895v-30.746h36.895v30.746Zm61.493-172.179c3.382 0 6.149-2.767 6.149-6.15 0-3.381-2.767-6.148-6.149-6.148s-6.149 2.767-6.149 6.149 2.767 6.149 6.149 6.149Zm18.448-27.672h-3.075v-6.149C366.47 11.887 359.583 5 351.097 5s-15.373 6.887-15.373 15.373v6.15h-3.075c-3.382 0-6.149 2.767-6.149 6.149v30.746c0 3.382 2.767 6.15 6.149 6.15h36.896c3.382 0 6.149-2.768 6.149-6.15V32.672c0-3.382-2.767-6.15-6.149-6.15Zm-27.979-6.149c0-5.258 4.273-9.531 9.531-9.531 5.258 0 9.531 4.274 9.531 9.531v6.15h-19.062v-6.15Zm27.979 43.045h-36.896V32.672h36.896v30.746Zm-18.448 153.731c3.382 0 6.149-2.767 6.149-6.149s-2.767-6.149-6.149-6.149-6.149 2.767-6.149 6.149 2.767 6.149 6.149 6.149Zm18.448-27.671h-3.075v-6.15c0-8.486-6.887-15.373-15.373-15.373s-15.373 6.887-15.373 15.373v6.15h-3.075c-3.382 0-6.149 2.767-6.149 6.149v30.746c0 3.382 2.767 6.149 6.149 6.149h36.896c3.382 0 6.149-2.767 6.149-6.149v-30.746c0-3.382-2.767-6.149-6.149-6.149Zm-27.979-6.15c0-5.257 4.273-9.531 9.531-9.531 5.258 0 9.531 4.274 9.531 9.531v6.15h-19.062v-6.15Zm27.979 43.045h-36.896v-30.746h36.896v30.746ZM-9.403 135.672c3.382 0 6.15-2.767 6.15-6.15 0-3.382-2.768-6.149-6.15-6.149-3.382 0-6.15 2.767-6.15 6.149 0 3.383 2.768 6.15 6.15 6.15ZM9.045 108H5.97v-6.149c0-8.486-6.887-15.373-15.373-15.373s-15.373 6.887-15.373 15.373V108h-3.075c-3.382 0-6.149 2.767-6.149 6.149v30.747c0 3.382 2.767 6.149 6.15 6.149H9.044c3.382 0 6.149-2.767 6.149-6.149v-30.747c0-3.382-2.767-6.149-6.15-6.149Zm-27.98-6.149c0-5.258 4.274-9.531 9.532-9.531s9.531 4.273 9.531 9.53V108h-19.062v-6.149Zm27.98 43.045h-36.896v-30.747H9.045v30.747ZM-9.403 298.627c3.382 0 6.15-2.767 6.15-6.149s-2.768-6.15-6.15-6.15c-3.382 0-6.15 2.768-6.15 6.15 0 3.382 2.768 6.149 6.15 6.149Zm18.448-27.672H5.97v-6.149c0-8.486-6.887-15.373-15.373-15.373s-15.373 6.887-15.373 15.373v6.149h-3.075c-3.382 0-6.149 2.767-6.149 6.15v30.746c0 3.382 2.767 6.149 6.15 6.149H9.044c3.382 0 6.149-2.767 6.149-6.149v-30.746c0-3.383-2.767-6.15-6.15-6.15Zm-27.98-6.149c0-5.258 4.274-9.531 9.532-9.531s9.531 4.273 9.531 9.531v6.149h-19.062v-6.149Zm27.98 43.045h-36.896v-30.746H9.045v30.746Zm61.492-172.179c3.382 0 6.15-2.767 6.15-6.15 0-3.382-2.768-6.149-6.15-6.149-3.382 0-6.15 2.767-6.15 6.149 0 3.383 2.768 6.15 6.15 6.15ZM88.985 108H85.91v-6.149c0-8.486-6.887-15.373-15.373-15.373s-15.373 6.887-15.373 15.373V108H52.09c-3.382 0-6.149 2.767-6.149 6.149v30.747c0 3.382 2.767 6.149 6.15 6.149h36.895c3.382 0 6.15-2.767 6.15-6.149v-30.747c0-3.382-2.768-6.149-6.15-6.149Zm-27.98-6.149c0-5.258 4.275-9.531 9.532-9.531 5.258 0 9.531 4.273 9.531 9.531V108H61.007v-6.149Zm27.98 43.045H52.089v-30.747h36.896v30.747ZM70.537 298.627c3.382 0 6.15-2.767 6.15-6.149s-2.768-6.15-6.15-6.15c-3.382 0-6.15 2.768-6.15 6.15 0 3.382 2.768 6.149 6.15 6.149Zm18.448-27.672H85.91v-6.149c0-8.486-6.887-15.373-15.373-15.373s-15.373 6.887-15.373 15.373v6.149H52.09c-3.382 0-6.149 2.767-6.149 6.15v30.746c0 3.382 2.767 6.149 6.15 6.149h36.895c3.382 0 6.15-2.767 6.15-6.149v-30.746c0-3.383-2.768-6.15-6.15-6.15Zm-27.98-6.149c0-5.258 4.275-9.531 9.532-9.531 5.258 0 9.531 4.273 9.531 9.531v6.149H61.007v-6.149Zm27.98 43.045H52.089v-30.746h36.896v30.746Zm61.493-172.179c3.382 0 6.149-2.767 6.149-6.15 0-3.382-2.767-6.149-6.149-6.149s-6.15 2.767-6.15 6.149c0 3.383 2.768 6.15 6.15 6.15ZM168.925 108h-3.074v-6.149c0-8.486-6.887-15.373-15.373-15.373s-15.374 6.887-15.374 15.373V108h-3.074c-3.382 0-6.149 2.767-6.149 6.149v30.747c0 3.382 2.767 6.149 6.149 6.149h36.895c3.382 0 6.15-2.767 6.15-6.149v-30.747c0-3.382-2.768-6.149-6.15-6.149Zm-27.979-6.149c0-5.258 4.274-9.531 9.532-9.531 5.257 0 9.531 4.273 9.531 9.531V108h-19.063v-6.149Zm27.979 43.045H132.03v-30.747h36.895v30.747Zm-18.447 153.731c3.382 0 6.149-2.767 6.149-6.149s-2.767-6.15-6.149-6.15-6.15 2.768-6.15 6.15c0 3.382 2.768 6.149 6.15 6.149Zm18.447-27.672h-3.074v-6.149c0-8.486-6.887-15.373-15.373-15.373s-15.374 6.887-15.374 15.373v6.149h-3.074c-3.382 0-6.149 2.767-6.149 6.15v30.746c0 3.382 2.767 6.149 6.149 6.149h36.895c3.382 0 6.15-2.767 6.15-6.149v-30.746c0-3.383-2.768-6.15-6.15-6.15Zm-27.979-6.149c0-5.258 4.274-9.531 9.532-9.531 5.257 0 9.531 4.273 9.531 9.531v6.149h-19.063v-6.149Zm27.979 43.045H132.03v-30.746h36.895v30.746Zm61.493-172.179c3.382 0 6.149-2.767 6.149-6.15 0-3.382-2.767-6.149-6.149-6.149s-6.149 2.767-6.149 6.149c0 3.383 2.767 6.15 6.149 6.15ZM248.866 108h-3.075v-6.149c0-8.486-6.887-15.373-15.373-15.373s-15.373 6.887-15.373 15.373V108h-3.075c-3.382 0-6.149 2.767-6.149 6.149v30.747c0 3.382 2.767 6.149 6.149 6.149h36.896c3.382 0 6.149-2.767 6.149-6.149v-30.747c0-3.382-2.767-6.149-6.149-6.149Zm-27.979-6.149c0-5.258 4.273-9.531 9.531-9.531 5.258 0 9.531 4.273 9.531 9.531V108h-19.062v-6.149Zm27.979 43.045H211.97v-30.747h36.896v30.747Zm-18.448 153.731c3.382 0 6.149-2.767 6.149-6.149s-2.767-6.15-6.149-6.15-6.149 2.768-6.149 6.15c0 3.382 2.767 6.149 6.149 6.149Zm18.448-27.672h-3.075v-6.149c0-8.486-6.887-15.373-15.373-15.373s-15.373 6.887-15.373 15.373v6.149h-3.075c-3.382 0-6.149 2.767-6.149 6.15v30.746c0 3.382 2.767 6.149 6.149 6.149h36.896c3.382 0 6.149-2.767 6.149-6.149v-30.746c0-3.383-2.767-6.15-6.149-6.15Zm-27.979-6.149c0-5.258 4.273-9.531 9.531-9.531 5.258 0 9.531 4.273 9.531 9.531v6.149h-19.062v-6.149Zm27.979 43.045H211.97v-30.746h36.896v30.746Zm61.492-172.179c3.382 0 6.149-2.767 6.149-6.15 0-3.382-2.767-6.149-6.149-6.149s-6.149 2.767-6.149 6.149c0 3.383 2.767 6.15 6.149 6.15ZM328.806 108h-3.075v-6.149c0-8.486-6.887-15.373-15.373-15.373s-15.373 6.887-15.373 15.373V108h-3.075c-3.382 0-6.149 2.767-6.149 6.149v30.747c0 3.382 2.767 6.149 6.149 6.149h36.896c3.382 0 6.149-2.767 6.149-6.149v-30.747c0-3.382-2.767-6.149-6.149-6.149Zm-27.979-6.149c0-5.258 4.274-9.531 9.531-9.531 5.258 0 9.532 4.273 9.532 9.531V108h-19.063v-6.149Zm27.979 43.045H291.91v-30.747h36.896v30.747Zm-18.448 153.731c3.382 0 6.149-2.767 6.149-6.149s-2.767-6.15-6.149-6.15-6.149 2.768-6.149 6.15c0 3.382 2.767 6.149 6.149 6.149Zm18.448-27.672h-3.075v-6.149c0-8.486-6.887-15.373-15.373-15.373s-15.373 6.887-15.373 15.373v6.149h-3.075c-3.382 0-6.149 2.767-6.149 6.15v30.746c0 3.382 2.767 6.149 6.149 6.149h36.896c3.382 0 6.149-2.767 6.149-6.149v-30.746c0-3.383-2.767-6.15-6.149-6.15Zm-27.979-6.149c0-5.258 4.274-9.531 9.531-9.531 5.258 0 9.532 4.273 9.532 9.531v6.149h-19.063v-6.149Zm27.979 43.045H291.91v-30.746h36.896v30.746Z\"/></g><g filter=\"url(#b)\"><rect x=\"127\" y=\"45\" width=\"108\" height=\"208\" rx=\"14\" fill=\"#000\"/></g><path d=\"M196 145.2V134c0-2.75-2.25-5-5-5h-30c-2.75 0-5 2.25-5 5v30c0 2.75 2.25 5 5 5h30c2.75 0 5-2.25 5-5v-11.2l10 9.95v-27.5l-10 9.95Zm-20-6.2c2.75 0 5 2.25 5 5s-2.25 5-5 5-5-2.25-5-5 2.25-5 5-5Zm10 20h-20v-1.425c0-2.025 1.2-3.825 3.05-4.625a17.376 17.376 0 0 1 13.9 0c1.85.8 3.05 2.6 3.05 4.625V159Z\" fill=\"#fff\" opacity=\".5\"/><defs><filter id=\"b\" x=\"77\" y=\"0\" width=\"208\" height=\"308\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dy=\"5\"/><feGaussianBlur stdDeviation=\"25\"/><feComposite in2=\"hardAlpha\" operator=\"out\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_1_692\"/><feBlend in=\"SourceGraphic\" in2=\"effect1_dropShadow_1_692\" result=\"shape\"/></filter></defs></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-yyvnnq\",\"data-framer-name\":\"Title\",name:\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\"},children:\"Secure and reliable\"})}),className:\"framer-qwwz9v\",\"data-framer-name\":\"Text\",fonts:[\"GF;Poppins-500\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Your videos are exclusively for you and your team! Our creators and video editors do not have access to your identity, ensuring they won\u2019t copy or share your content.\"})}),className:\"framer-vs2n5c\",\"data-framer-name\":\"Text\",fonts:[\"GF;Be Vietnam Pro-regular\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})]})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition19},__framer__animateOnce:false,__framer__enter:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-33wfeg hidden-liub87\",\"data-framer-name\":\"Item\",name:\"Item\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-bfo3ww\",\"data-framer-name\":\"visual_container\",name:\"visual_container\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-lo48v7\",\"data-framer-name\":\"visual_04\",layout:\"position\",name:\"visual_04\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 413 317\"><g transform=\"translate(0.363 0)\" id=\"ss11647825732_1\"><path d=\"M 0 0.363 L 412.637 0.363 L 412.637 137.076 L 0 137.076 Z\" fill=\"transparent\"></path><path d=\"M 26.153 136.713 C 11.709 136.713 0 136.713 0 136.713 L 0 0 C 0 0 11.709 0 26.153 0 L 124.227 0 C 138.671 0 150.38 0 150.38 0 L 150.38 136.713 C 150.38 136.713 138.671 136.713 124.227 136.713 Z\" fill=\"rgb(133,77,255)\"></path><g><defs><linearGradient id=\"idss11647825732_4g-495762121\" x1=\"0.49751243781094523\" x2=\"0.5024875621890548\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(232,227,242)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 104.95 57.098 L 95.456 94.506 C 95.235 95.367 94.473 95.982 93.613 95.982 L 57.04 96.031 C 56.253 96.031 55.811 96.966 56.277 97.605 L 60.631 103.632 C 61 104.123 61.565 104.418 62.156 104.418 L 80.971 104.394 C 92.875 104.369 103.253 96.08 106.278 84.152 L 111.271 64.428 C 111.418 63.851 111.301 63.238 110.951 62.755 L 106.598 56.755 C 106.131 56.116 105.147 56.313 104.95 57.099 Z\" fill=\"url(#idss11647825732_4g-495762121)\"></path></g><g><defs><linearGradient id=\"idss11647825732_5g-495762121\" x1=\"0.49751243781094523\" x2=\"0.5024875621890548\" y1=\"0\" y2=\"1\"><stop offset=\"0\" stop-color=\"rgb(255,255,255)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(232,227,242)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 75.093 87.818 C 83.381 87.818 90.612 82.014 92.727 73.725 L 97.325 55.598 L 99.293 47.877 C 99.441 47.299 99.324 46.686 98.974 46.204 L 93.44 38.579 L 88.275 31.447 C 87.919 30.96 87.354 30.668 86.75 30.66 L 67.936 30.685 C 56.032 30.685 45.629 38.998 42.628 50.902 L 37.635 70.627 C 37.488 71.204 37.605 71.817 37.955 72.299 L 43.489 79.923 L 48.654 87.055 C 49.023 87.548 49.588 87.843 50.178 87.843 L 57.679 87.843 Z M 81.609 79.431 L 61.319 79.456 C 60.532 79.456 59.968 78.693 60.164 77.906 L 65.427 57.099 C 65.648 56.239 66.41 55.623 67.271 55.623 L 87.561 55.599 C 88.349 55.599 88.915 56.362 88.718 57.148 L 83.454 77.955 C 83.233 78.815 82.471 79.431 81.611 79.431 Z M 43.982 77.932 L 53.451 40.548 C 53.671 39.687 54.434 39.073 55.295 39.073 L 91.793 39.024 C 92.581 39.024 93.146 39.786 92.949 40.573 L 91.548 46.107 C 91.375 46.746 90.81 47.213 90.17 47.213 L 79.964 47.213 C 68.084 47.237 57.681 55.526 54.655 67.455 L 51.877 78.374 C 51.705 79.014 51.139 79.481 50.499 79.481 L 45.138 79.481 C 44.351 79.481 43.785 78.718 43.982 77.932 Z\" fill=\"url(#idss11647825732_5g-495762121)\"></path></g><path d=\"M 220.121 136.713 C 205.677 136.713 193.968 136.713 193.968 136.713 L 193.968 0 C 193.968 0 205.677 0 220.121 0 L 386.484 0 C 400.928 0 412.637 0 412.637 0 L 412.637 136.713 C 412.637 136.713 400.928 136.713 386.484 136.713 Z\" fill=\"rgb(245,245,245)\"></path><path d=\"M 263.71 120.645 C 239.637 120.645 220.121 120.645 220.121 120.645 L 220.121 16.068 C 220.121 16.068 239.637 16.068 263.71 16.068 L 281.145 16.068 C 305.218 16.068 324.734 16.068 324.734 16.068 L 324.734 120.645 C 324.734 120.645 305.218 120.645 281.145 120.645 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 272.427 37.855 C 255.599 37.855 241.916 51.533 241.916 68.357 C 241.916 85.18 255.599 98.858 272.427 98.858 C 289.257 98.858 302.939 85.18 302.939 68.357 C 302.939 51.533 289.257 37.855 272.427 37.855 Z\" fill=\"rgb(253,221,76)\"></path><path d=\"M 259.065 76.309 C 258.399 75.299 260.077 73.771 259.393 72.488 C 259 71.748 258.357 71.287 257.585 71.19 C 256.844 71.097 256.08 71.369 255.594 71.898 C 254.825 72.735 254.705 73.872 254.854 74.275 C 254.908 74.422 254.994 74.462 255.055 74.471 C 255.474 74.526 255.709 73.452 255.854 73.229 C 256.253 72.613 257.161 72.426 257.787 72.832 C 258.975 73.6 257.945 74.84 258.033 75.889 C 258.121 76.91 258.757 77.321 259.328 77.363 C 259.884 77.385 260.272 77.076 260.37 76.851 C 260.605 76.313 259.615 77.14 259.065 76.309 Z M 283.887 67.041 C 283.553 66.998 283.214 66.998 282.88 67.041 C 282.611 66.701 282.37 66.152 282.234 65.51 C 281.992 64.37 282.018 63.543 282.693 63.436 C 283.368 63.328 283.694 64.019 283.936 65.159 C 284.098 65.926 284.068 66.63 283.887 67.041 Z M 276.492 67.719 C 276.518 67.977 276.528 68.239 276.52 68.48 C 277.173 68.518 277.636 68.828 277.759 69.024 C 277.823 69.127 277.798 69.192 277.777 69.223 C 277.709 69.328 277.564 69.312 277.26 69.277 C 276.98 69.241 276.696 69.227 276.414 69.236 C 276.251 69.731 275.773 69.777 275.436 69.41 C 275.202 69.483 274.74 69.777 274.603 69.457 C 274.601 69.298 274.767 69.067 275.068 68.863 C 274.865 68.471 274.722 68.051 274.644 67.617 C 274.217 67.693 273.833 67.813 273.532 67.908 C 273.391 67.951 272.832 68.204 272.766 67.919 C 272.723 67.723 273.028 67.399 273.352 67.165 C 273.713 66.908 274.114 66.726 274.531 66.62 C 274.521 66.002 274.679 65.57 275.129 65.498 C 275.687 65.411 276.032 65.839 276.271 66.634 C 276.945 66.822 277.618 67.286 277.915 67.765 C 278.031 67.95 278.053 68.095 277.978 68.17 C 277.791 68.364 276.757 67.803 276.492 67.719 Z M 280.923 70.5 C 281.35 70.707 281.821 70.626 281.973 70.317 C 282.127 70.01 281.905 69.593 281.477 69.386 C 281.05 69.179 280.58 69.261 280.426 69.568 C 280.272 69.876 280.496 70.293 280.923 70.5 Z M 283.027 68.972 C 283.035 68.501 283.323 68.126 283.67 68.131 C 284.017 68.138 284.291 68.523 284.283 68.993 C 284.276 69.462 283.987 69.838 283.641 69.833 C 283.294 69.827 283.019 69.442 283.027 68.972 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 292.431 74.736 C 292.439 74.76 292.429 74.726 292.431 74.736 C 293.129 74.736 294.222 75.526 294.222 77.435 C 294.222 79.334 293.424 81.485 293.235 81.962 C 290.359 88.764 283.493 92.551 275.315 92.311 C 267.692 92.088 261.189 88.118 258.344 81.647 C 256.623 81.649 254.849 80.901 253.501 79.723 C 252.079 78.481 251.203 76.873 251.032 75.197 C 250.899 73.89 251.062 72.676 251.477 71.617 L 249.878 70.28 C 242.565 64.188 265.438 39.1 272.753 45.396 C 272.79 45.429 275.242 47.802 275.249 47.807 C 278.775 46.33 288.226 43.515 288.237 50.066 C 288.24 52.241 286.836 54.778 284.585 57.08 C 287.186 59.46 286.5 62.841 286.915 65.944 L 287.819 66.191 C 289.54 66.667 290.765 67.302 291.364 67.924 C 291.965 68.545 292.261 69.145 292.369 69.85 C 292.47 70.419 292.457 71.422 291.697 72.545 C 291.97 73.268 292.221 73.991 292.431 74.736 Z M 258.214 79.882 C 258.47 79.887 258.723 79.871 258.972 79.83 C 261.645 79.38 262.344 76.516 261.904 73.703 C 261.407 70.527 259.23 69.407 257.752 69.327 C 257.381 69.308 257.009 69.335 256.644 69.406 C 254.007 69.93 252.517 72.144 252.812 75.02 C 253.076 77.623 255.744 79.816 258.214 79.882 Z M 252.241 70.186 C 253.125 68.918 254.573 68 256.214 67.684 C 258.304 62.149 261.793 57.049 266.411 53.54 C 269.839 50.719 273.536 48.695 273.536 48.695 C 273.536 48.695 271.545 46.418 270.943 46.249 C 267.245 45.265 259.258 50.699 254.157 57.881 C 252.095 60.787 249.14 65.933 250.553 68.58 C 250.726 68.907 251.712 69.75 252.241 70.186 Z M 282.225 78.611 C 282.23 78.671 282.197 78.728 282.141 78.753 C 282.141 78.753 279.169 80.118 274.449 78.677 C 274.619 80.091 276.334 80.627 277.533 80.821 C 283.382 81.814 288.85 78.514 290.082 77.684 C 290.293 77.54 290.079 77.907 290.04 77.961 C 288.534 79.879 284.483 82.101 279.213 82.1 C 276.914 82.099 274.617 81.3 273.773 80.071 C 272.464 78.167 273.709 75.386 275.889 75.676 C 279.576 76.087 283.355 75.778 286.768 74.215 C 289.744 72.851 290.868 71.352 290.699 70.138 C 290.436 68.255 287.645 67.961 286.234 67.504 C 285.619 67.303 285.317 67.143 285.248 66.004 C 285.217 65.506 285.13 63.77 285.097 63.051 C 285.042 61.794 284.888 60.075 283.808 59.366 C 283.532 59.188 283.213 59.088 282.884 59.075 C 282.716 59.064 282.546 59.078 282.382 59.119 C 282.367 59.122 282.352 59.125 282.336 59.128 C 281.753 59.226 281.396 59.52 280.974 59.868 L 280.9 59.929 C 279.553 61.037 278.415 61.218 277.149 61.165 C 276.739 61.144 276.329 61.111 275.92 61.067 C 275.505 61.024 275.09 60.99 274.673 60.963 L 274.136 60.933 C 272.017 60.826 269.742 62.632 269.365 65.196 C 268.943 68.06 270.543 69.814 271.585 70.955 C 271.842 71.237 272.066 71.481 272.215 71.695 C 272.312 71.825 272.423 72.007 272.423 72.18 C 272.423 72.387 272.287 72.551 272.154 72.692 C 269.992 74.886 269.3 78.372 270.115 81.277 C 270.216 81.64 270.346 81.988 270.499 82.319 C 272.41 86.727 278.342 88.781 284.136 86.914 C 288.197 85.604 291.785 82.442 292.515 78.079 C 292.69 76.942 292.433 76.503 292.086 76.291 C 291.717 76.068 291.276 76.145 291.276 76.145 C 291.276 76.145 291.076 74.787 290.506 73.553 C 288.817 74.868 286.643 75.791 284.987 76.261 C 282.335 77.011 279.47 77.303 276.73 76.949 C 275.618 76.806 274.871 76.71 274.55 77.736 C 278.206 79.056 282.076 78.491 282.076 78.491 C 282.111 78.487 282.147 78.497 282.175 78.52 C 282.203 78.542 282.221 78.575 282.225 78.611 Z M 271.678 52.976 C 269.679 53.986 267.446 55.783 265.633 57.851 C 265.57 57.925 265.665 58.026 265.743 57.971 C 267.309 56.845 269.456 55.801 272.268 55.123 C 275.419 54.365 278.452 54.684 280.305 55.102 C 280.398 55.124 280.456 54.965 280.374 54.919 C 279.15 54.242 277.271 53.781 275.938 53.772 C 275.908 53.772 275.881 53.755 275.867 53.728 C 275.854 53.701 275.857 53.669 275.875 53.645 C 276.116 53.334 276.396 53.056 276.709 52.818 C 276.738 52.796 276.749 52.758 276.736 52.724 C 276.723 52.689 276.69 52.668 276.653 52.67 C 274.995 52.771 271.208 54.497 271.221 54.435 C 271.318 53.974 271.624 53.367 271.783 53.083 C 271.82 53.015 271.747 52.941 271.678 52.976 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 263.71 120.101 C 239.937 120.101 220.666 120.101 220.666 120.101 L 220.666 16.613 C 220.666 16.613 239.937 16.613 263.71 16.613 L 281.145 16.613 C 304.917 16.613 324.189 16.613 324.189 16.613 L 324.189 120.101 C 324.189 120.101 304.917 120.101 281.145 120.101 Z\" fill=\"transparent\" stroke=\"rgba(0,0,0,0.1)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 377.04 120.645 C 352.966 120.645 333.451 120.645 333.451 120.645 L 333.451 16.068 C 333.451 16.068 352.966 16.068 377.04 16.068 L 394.475 16.068 C 418.548 16.068 438.063 16.068 438.063 16.068 L 438.063 120.645 C 438.063 120.645 418.548 120.645 394.475 120.645 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 363.344 97.155 L 355.849 87.819 C 354.054 85.596 353.072 82.826 353.066 79.969 L 353.066 46.167 C 353.066 41.908 356.475 38.376 360.87 38.075 L 395.635 35.702 C 398.151 35.527 400.653 36.196 402.746 37.603 L 414.96 45.859 C 417.146 47.336 418.449 49.753 418.449 52.33 L 418.449 90.76 C 418.449 94.927 415.098 98.378 410.794 98.643 L 372.209 101.017 C 368.774 101.228 365.454 99.781 363.344 97.155 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 375.402 63.081 L 375.402 62.639 C 375.402 61.517 376.3 60.586 377.458 60.509 L 385.896 59.946 L 397.564 77.123 L 397.564 62.047 L 394.561 61.647 L 394.561 61.437 C 394.561 60.302 395.48 59.365 396.653 59.305 L 404.33 58.913 L 404.33 60.016 C 404.323 60.543 403.937 60.987 403.416 61.068 L 401.568 61.38 L 401.568 85.794 L 399.25 86.591 C 397.313 87.257 395.156 86.544 394.048 84.871 L 382.72 67.784 L 382.72 84.093 L 386.206 84.76 L 386.158 85.083 C 386.006 86.097 385.131 86.862 384.073 86.909 L 375.402 87.295 C 375.286 86.205 376.104 85.232 377.229 85.113 L 378.37 84.993 L 378.37 63.247 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 395.946 39.962 L 361.181 42.334 C 359.099 42.476 357.485 44.149 357.485 46.167 L 357.485 79.969 C 357.485 81.864 358.137 83.705 359.339 85.202 L 366.836 94.538 C 368.047 96.047 369.954 96.878 371.928 96.756 L 410.513 94.381 C 412.491 94.26 414.03 92.675 414.03 90.76 L 414.03 52.33 C 414.023 51.134 413.422 50.02 412.427 49.357 L 400.212 41.102 C 398.957 40.258 397.455 39.856 395.946 39.962 Z M 362.905 46.694 C 362.422 46.336 362.652 45.59 363.259 45.547 L 396.18 43.186 C 397.225 43.11 398.263 43.398 399.119 44.001 L 405.725 48.679 C 405.976 48.856 405.858 49.24 405.547 49.256 L 370.684 51.151 C 369.634 51.21 368.597 50.902 367.75 50.279 Z M 369.05 57.094 C 369.05 55.962 369.964 55.026 371.134 54.963 L 407.995 52.956 C 409.135 52.894 410.095 53.771 410.095 54.874 L 410.095 88.151 C 410.095 89.281 409.183 90.215 408.016 90.282 L 371.388 92.365 C 370.12 92.437 369.05 91.462 369.05 90.234 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 377.04 120.101 C 353.267 120.101 333.996 120.101 333.996 120.101 L 333.996 16.613 C 333.996 16.613 353.267 16.613 377.04 16.613 L 394.475 16.613 C 418.247 16.613 437.518 16.613 437.518 16.613 L 437.518 120.101 C 437.518 120.101 418.247 120.101 394.475 120.101 Z\" fill=\"transparent\" stroke=\"rgba(0,0,0,0.1)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></g><g transform=\"translate(0.363 180.287)\" id=\"ss11647825732_17\"><path d=\"M 26.153 136.713 C 11.709 136.713 0 136.713 0 136.713 L 0 0 C 0 0 11.709 0 26.153 0 L 386.484 0 C 400.928 0 412.637 0 412.637 0 L 412.637 136.713 C 412.637 136.713 400.928 136.713 386.484 136.713 Z\" fill=\"transparent\"></path><path d=\"M 26.153 136.713 C 11.709 136.713 0 136.713 0 136.713 L 0 0 C 0 0 11.709 0 26.153 0 L 386.484 0 C 400.928 0 412.637 0 412.637 0 L 412.637 136.713 C 412.637 136.713 400.928 136.713 386.484 136.713 Z\" fill=\"rgb(245,245,245)\"></path><path d=\"M 78.459 120.645 C 54.386 120.645 34.871 120.645 34.871 120.645 L 34.871 16.068 C 34.871 16.068 54.386 16.068 78.459 16.068 L 95.894 16.068 C 119.968 16.068 139.483 16.068 139.483 16.068 L 139.483 120.645 C 139.483 120.645 119.968 120.645 95.894 120.645 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 110.062 66.178 C 113.071 66.178 115.51 63.739 115.51 60.731 C 115.51 57.723 113.071 55.284 110.062 55.284 C 107.053 55.284 104.613 57.723 104.613 60.731 L 104.613 66.178 Z M 94.806 66.178 C 97.815 66.178 100.254 63.739 100.254 60.731 L 100.254 45.48 C 100.254 42.472 97.815 40.034 94.806 40.034 C 91.797 40.034 89.357 42.472 89.357 45.48 L 89.357 60.731 C 89.357 63.739 91.797 66.178 94.806 66.178 Z\" fill=\"rgb(46,182,125)\"></path><path d=\"M 64.293 70.535 C 61.284 70.535 58.844 72.974 58.844 75.982 C 58.844 78.99 61.284 81.429 64.293 81.429 C 67.302 81.429 69.741 78.99 69.741 75.982 L 69.741 70.535 Z M 79.549 70.535 C 76.54 70.535 74.1 72.974 74.1 75.982 L 74.1 91.233 C 74.1 94.241 76.54 96.68 79.549 96.68 C 82.558 96.68 84.997 94.241 84.997 91.233 L 84.997 75.982 C 84.997 72.974 82.558 70.535 79.549 70.535 Z\" fill=\"rgb(224,30,90)\"></path><path d=\"M 89.357 91.233 C 89.357 94.241 91.797 96.68 94.806 96.68 C 97.815 96.68 100.254 94.241 100.254 91.233 C 100.254 89.788 99.68 88.403 98.658 87.381 C 97.636 86.36 96.25 85.786 94.805 85.786 L 89.356 85.786 L 89.356 91.233 Z M 89.357 75.982 C 89.357 78.99 91.797 81.429 94.806 81.429 L 110.061 81.429 C 113.07 81.429 115.509 78.99 115.509 75.982 C 115.509 72.974 113.07 70.535 110.061 70.535 L 94.805 70.535 C 91.796 70.535 89.356 72.974 89.356 75.982 Z\" fill=\"rgb(236,178,46)\"></path><path d=\"M 84.997 45.48 C 84.997 42.472 82.558 40.034 79.549 40.034 C 76.54 40.034 74.1 42.472 74.1 45.48 C 74.1 48.488 76.54 50.927 79.549 50.927 L 84.997 50.927 Z M 84.997 60.731 C 84.997 57.723 82.558 55.284 79.549 55.284 L 64.293 55.284 C 61.284 55.284 58.844 57.723 58.844 60.731 C 58.844 63.739 61.284 66.178 64.293 66.178 L 79.549 66.178 C 82.558 66.178 84.997 63.739 84.997 60.731 Z\" fill=\"rgb(54,197,240)\"></path><path d=\"M 78.459 120.101 C 54.687 120.101 35.416 120.101 35.416 120.101 L 35.416 16.613 C 35.416 16.613 54.687 16.613 78.459 16.613 L 95.894 16.613 C 119.667 16.613 138.938 16.613 138.938 16.613 L 138.938 120.101 C 138.938 120.101 119.667 120.101 95.894 120.101 Z\" fill=\"transparent\" stroke=\"rgba(0,0,0,0.1)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 191.789 120.645 C 167.716 120.645 148.201 120.645 148.201 120.645 L 148.201 16.068 C 148.201 16.068 167.716 16.068 191.789 16.068 L 209.224 16.068 C 233.297 16.068 252.813 16.068 252.813 16.068 L 252.813 120.645 C 252.813 120.645 233.297 120.645 209.224 120.645 Z\" fill=\"rgb(245,245,245)\"></path><path d=\"M 191.789 120.645 C 167.716 120.645 148.201 120.645 148.201 120.645 L 148.201 16.068 C 148.201 16.068 167.716 16.068 191.789 16.068 L 209.224 16.068 C 233.297 16.068 252.813 16.068 252.813 16.068 L 252.813 120.645 C 252.813 120.645 233.297 120.645 209.224 120.645 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 202.686 44.391 L 202.686 78.628 L 231.018 44.391 Z M 184.161 59.642 C 191.912 59.642 198.327 51.833 198.327 44.391 L 169.995 44.391 C 169.995 51.833 176.411 59.642 184.161 59.642 Z M 202.686 92.322 C 202.686 84.88 209.102 77.071 216.852 77.071 C 224.603 77.071 231.018 84.88 231.018 92.322 Z M 198.327 92.322 L 198.327 58.085 L 169.995 92.322 Z\" fill=\"rgb(7,54,61)\"></path><path d=\"M 191.789 120.101 C 168.017 120.101 148.745 120.101 148.745 120.101 L 148.745 16.613 C 148.745 16.613 168.017 16.613 191.789 16.613 L 209.224 16.613 C 232.997 16.613 252.268 16.613 252.268 16.613 L 252.268 120.101 C 252.268 120.101 232.997 120.101 209.224 120.101 Z\" fill=\"transparent\" stroke=\"rgba(0,0,0,0.1)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 305.119 120.645 C 281.046 120.645 261.53 120.645 261.53 120.645 L 261.53 16.068 C 261.53 16.068 281.046 16.068 305.119 16.068 L 322.554 16.068 C 346.627 16.068 366.142 16.068 366.142 16.068 L 366.142 120.645 C 366.142 120.645 346.627 120.645 322.554 120.645 Z\" fill=\"rgb(245,245,245)\"></path><path d=\"M 305.119 120.645 C 281.046 120.645 261.53 120.645 261.53 120.645 L 261.53 16.068 C 261.53 16.068 281.046 16.068 305.119 16.068 L 322.554 16.068 C 346.627 16.068 366.142 16.068 366.142 16.068 L 366.142 120.645 C 366.142 120.645 346.627 120.645 322.554 120.645 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 320.278 74.81 C 316.112 76.368 311.524 76.368 307.358 74.811 C 305.798 70.65 305.797 66.066 307.355 61.904 C 311.521 60.344 316.111 60.344 320.278 61.904 C 321.836 66.065 321.836 70.649 320.278 74.81 Z M 343.924 63.273 L 326.102 63.273 L 338.704 50.683 C 336.721 47.904 334.289 45.474 331.507 43.494 L 318.905 56.084 L 318.905 38.28 C 315.536 37.715 312.097 37.715 308.729 38.28 L 308.729 56.084 L 296.126 43.494 C 293.344 45.474 290.912 47.903 288.929 50.683 L 301.532 63.273 L 283.71 63.273 C 283.27 66.733 283.127 69.986 283.71 73.441 L 301.532 73.441 L 288.929 86.03 C 290.912 88.809 293.345 91.239 296.126 93.22 L 308.729 80.629 L 308.729 98.434 C 312.092 98.998 315.541 98.998 318.905 98.434 L 318.905 80.629 L 331.507 93.22 C 334.289 91.239 336.721 88.81 338.704 86.03 L 326.101 73.441 L 343.924 73.441 C 344.49 70.075 344.49 66.638 343.924 63.273 Z\" fill=\"rgb(255,74,0)\"></path><path d=\"M 305.119 120.101 C 281.346 120.101 262.075 120.101 262.075 120.101 L 262.075 16.613 C 262.075 16.613 281.346 16.613 305.119 16.613 L 322.554 16.613 C 346.326 16.613 365.598 16.613 365.598 16.613 L 365.598 120.101 C 365.598 120.101 346.326 120.101 322.554 120.101 Z\" fill=\"transparent\" stroke=\"rgba(0,0,0,0.1)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 418.449 120.645 C 394.375 120.645 374.86 120.645 374.86 120.645 L 374.86 16.068 C 374.86 16.068 394.375 16.068 418.449 16.068 L 435.884 16.068 C 459.957 16.068 479.472 16.068 479.472 16.068 L 479.472 120.645 C 479.472 120.645 459.957 120.645 435.884 120.645 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 396.654 68.357 C 396.654 51.511 410.315 37.855 427.166 37.855 C 444.017 37.855 457.678 51.511 457.678 68.357 C 457.678 85.202 444.017 98.858 427.166 98.858 C 410.315 98.858 396.654 85.202 396.654 68.357 Z\" fill=\"rgb(50,144,232)\"></path><path d=\"M 440.243 50.927 L 414.09 50.927 C 411.714 50.924 409.735 52.913 409.731 55.284 L 409.731 81.429 C 409.731 83.835 411.682 85.786 414.09 85.786 L 440.243 85.786 C 442.619 85.789 444.598 83.8 444.602 81.429 L 444.602 55.284 C 444.602 52.878 442.65 50.927 440.243 50.927 Z M 431.815 57.318 C 431.842 56.696 432.354 56.205 432.978 56.205 C 433.601 56.205 434.113 56.696 434.14 57.318 L 434.14 72.842 C 434.14 73.484 433.619 74.005 432.979 74.005 C 432.363 74.005 431.817 73.46 431.816 72.842 Z M 426.004 56.73 C 426.004 56.088 426.524 55.567 427.167 55.567 C 427.809 55.567 428.33 56.088 428.33 56.73 L 428.33 73.579 C 428.33 74.22 427.809 74.74 427.166 74.74 C 426.552 74.741 426.006 74.195 426.005 73.579 Z M 420.192 57.318 C 420.219 56.696 420.732 56.205 421.355 56.205 C 421.978 56.205 422.491 56.696 422.518 57.318 L 422.518 72.842 C 422.518 73.484 421.997 74.005 421.355 74.005 C 420.739 74.005 420.194 73.46 420.192 72.842 Z M 414.381 59.642 C 414.4 59.014 414.915 58.515 415.543 58.515 C 416.171 58.515 416.686 59.014 416.705 59.642 L 416.705 70.093 C 416.705 70.735 416.184 71.254 415.543 71.254 C 414.904 71.248 414.387 70.732 414.381 70.093 Z M 439.548 77.365 C 439.369 77.52 435.062 81.131 427.166 81.131 C 419.271 81.131 414.968 77.52 414.786 77.364 C 414.305 76.944 414.249 76.216 414.661 75.727 C 415.062 75.261 415.828 75.201 416.296 75.6 C 416.364 75.656 420.208 78.808 427.165 78.808 C 434.209 78.808 437.996 75.633 438.033 75.603 C 438.5 75.201 439.269 75.259 439.671 75.727 C 440.085 76.206 440.029 76.955 439.548 77.365 Z M 439.953 70.094 C 439.953 70.735 439.431 71.255 438.79 71.255 C 438.151 71.249 437.635 70.733 437.627 70.094 L 437.627 59.642 C 437.627 59 438.148 58.479 438.79 58.479 C 439.432 58.479 439.953 59 439.953 59.642 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 418.449 120.101 C 394.676 120.101 375.405 120.101 375.405 120.101 L 375.405 16.613 C 375.405 16.613 394.676 16.613 418.449 16.613 L 435.884 16.613 C 459.656 16.613 478.927 16.613 478.927 16.613 L 478.927 120.101 C 478.927 120.101 459.656 120.101 435.884 120.101 Z\" fill=\"transparent\" stroke=\"rgba(0,0,0,0.1)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></g><g><defs><linearGradient id=\"idss11647825732_38g495966560\" x1=\"0\" x2=\"1\" y1=\"0.4975124378109453\" y2=\"0.5024875621890547\"><stop offset=\"0\" stop-color=\"rgba(245,245,245,0)\" stop-opacity=\"0\"></stop><stop offset=\"1\" stop-color=\"rgb(245,245,245)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 5.449 15.251 L 413 15.251 L 413 119.828 L 5.449 119.828 Z\" fill=\"url(#idss11647825732_38g495966560)\"></path></g><g><defs><linearGradient id=\"idss11647825732_39g495966560\" x1=\"0\" x2=\"1\" y1=\"0.4975124378109453\" y2=\"0.5024875621890547\"><stop offset=\"0\" stop-color=\"rgba(245,245,245,0)\" stop-opacity=\"0\"></stop><stop offset=\"1\" stop-color=\"rgb(245,245,245)\" stop-opacity=\"1\"></stop></linearGradient></defs><path d=\"M 39.23 196.082 L 413 196.082 L 413 300.66 L 39.23 300.66 Z\" fill=\"url(#idss11647825732_39g495966560)\"></path></g></svg>',svgContentId:11647825732,withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-aodu08\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-14ll5im\",\"data-framer-name\":\"Title\",name:\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\"},children:\"Get notified on Slack or Telegram\"})}),className:\"framer-1e175l8\",\"data-framer-name\":\"Text\",fonts:[\"GF;Poppins-500\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Connect your favorite instant messaging app to receive notifications about your video requests in real-time.\"})}),className:\"framer-1yeb0fn\",\"data-framer-name\":\"Text\",fonts:[\"GF;Be Vietnam Pro-regular\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fp3zh7\",\"data-framer-name\":\"How it works?\",id:id3,name:\"How it works?\",ref:ref5,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ticm1w\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-29uygk\",\"data-framer-name\":\"Heading\",name:\"Heading\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rZoq4fOw5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:\"How it works? \uD83C\uDF89\"})})},sxoaNYiuO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:\"How it works? \uD83C\uDF89\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation11,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref5,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"46px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:\"How it works? \uD83C\uDF89\"})}),className:\"framer-1f7crwj\",\"data-framer-name\":\"Heading\",fonts:[\"GF;Poppins-500\"],name:\"Heading\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1na79iw\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7f9w06\",\"data-framer-name\":\"Row\",name:\"Row\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref3,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1luspfa\",\"data-framer-name\":\"_Benefits\",name:\"_Benefits\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"96px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-14n7dg0-container\",children:/*#__PURE__*/_jsx(FeaturedIcon,{cPNKvLC6z:\"\uD83C\uDF89\",height:\"100%\",id:\"yLHHg1Nrl\",layoutId:\"yLHHg1Nrl\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ffoevt\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sxoaNYiuO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:\"Pick your vertical\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:\"Pick your vertical\"})}),className:\"framer-tk23ne\",\"data-framer-name\":\"Text\",fonts:[\"GF;Be Vietnam Pro-500\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sxoaNYiuO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"135%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Select the search arbitrage vertical that you plan to target.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"135%\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Select the search arbitrage vertical that you plan to target.\"})}),className:\"framer-w23km4\",\"data-framer-name\":\"Supporting text\",fonts:[\"GF;Be Vietnam Pro-regular\"],name:\"Supporting text\",verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition20},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref3,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1rnk9y2\",\"data-framer-name\":\"_Benefits\",name:\"_Benefits\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"96px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-juac9c-container\",children:/*#__PURE__*/_jsx(FeaturedIcon,{cPNKvLC6z:\"\uD83D\uDCF9\",height:\"100%\",id:\"CYeZVg8PC\",layoutId:\"CYeZVg8PC\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jcf2sq\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:\"Pick your video type\"})}),className:\"framer-1tkxdld\",\"data-framer-name\":\"Text\",fonts:[\"GF;Be Vietnam Pro-500\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sxoaNYiuO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"135%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Choose between a UGC video or a professionally edited video from our team.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"135%\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Choose between a UGC video or a professionally edited video from our team.\"})}),className:\"framer-1a4tzk3\",\"data-framer-name\":\"Supporting text\",fonts:[\"GF;Be Vietnam Pro-regular\"],name:\"Supporting text\",verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref3,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1qiiln6\",\"data-framer-name\":\"_Benefits\",name:\"_Benefits\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"96px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-14x46n8-container\",children:/*#__PURE__*/_jsx(FeaturedIcon,{cPNKvLC6z:\"\uD83D\uDCDD\",height:\"100%\",id:\"VvjHmA2br\",layoutId:\"VvjHmA2br\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6whj9w\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:\"Give us the details\"})}),className:\"framer-151v257\",\"data-framer-name\":\"Text\",fonts:[\"GF;Be Vietnam Pro-500\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sxoaNYiuO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"135%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Provide us with the script, on-screen text, and any examples. We\u2019ll handle the rest!\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"135%\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Provide us with the script, on-screen text, and any examples. We\u2019ll handle the rest!\"})}),className:\"framer-4z1hrp\",\"data-framer-name\":\"Supporting text\",fonts:[\"GF;Be Vietnam Pro-regular\"],name:\"Supporting text\",verticalAlignment:\"top\",withExternalLayout:true})})]})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-105kxdt hidden-liub87\",\"data-framer-name\":\"Row\",name:\"Row\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref3,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-122guqv\",\"data-framer-name\":\"_Benefits\",name:\"_Benefits\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"96px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-15ixn7e-container\",children:/*#__PURE__*/_jsx(FeaturedIcon,{cPNKvLC6z:\"\u23F0\",height:\"100%\",id:\"N7nXwe0ol\",layoutId:\"N7nXwe0ol\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ncvlhx\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:\"24 hours turnaround\"})}),className:\"framer-1xs9uqw\",\"data-framer-name\":\"Text\",fonts:[\"GF;Be Vietnam Pro-500\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"135%\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Once approved, your video request will be delivered within 24 hours.\"})}),className:\"framer-1cfsvhm\",\"data-framer-name\":\"Supporting text\",fonts:[\"GF;Be Vietnam Pro-regular\"],name:\"Supporting text\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition20},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref3,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-vtyexs\",\"data-framer-name\":\"_Benefits\",name:\"_Benefits\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"96px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-wjqhrz-container\",children:/*#__PURE__*/_jsx(FeaturedIcon,{cPNKvLC6z:\"\uD83E\uDDD0\",height:\"100%\",id:\"h1xLErFIF\",layoutId:\"h1xLErFIF\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qed8nt\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:\"Tell us what you think\"})}),className:\"framer-kewtj2\",\"data-framer-name\":\"Text\",fonts:[\"GF;Be Vietnam Pro-500\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"135%\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Your videos are ready for use, but we value your feedback for future improvements.\"})}),className:\"framer-1miz3rz\",\"data-framer-name\":\"Supporting text\",fonts:[\"GF;Be Vietnam Pro-regular\"],name:\"Supporting text\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref3,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1s5cvx9\",\"data-framer-name\":\"_Benefits\",name:\"_Benefits\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"96px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-erlboi-container\",children:/*#__PURE__*/_jsx(FeaturedIcon,{cPNKvLC6z:\"\uD83D\uDE80\",height:\"100%\",id:\"wT7d3FVEi\",layoutId:\"wT7d3FVEi\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7rurl1\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:\"Profit!\"})}),className:\"framer-rsl7nj\",\"data-framer-name\":\"Text\",fonts:[\"GF;Be Vietnam Pro-500\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"135%\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Launch your ads and see the results work in your favor!\"})}),className:\"framer-av0e5l\",\"data-framer-name\":\"Supporting text\",fonts:[\"GF;Be Vietnam Pro-regular\"],name:\"Supporting text\",verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})]})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-4mqpuq\",\"data-framer-name\":\"Metrics\",id:id4,name:\"Metrics\",ref:ref6,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ir1m0s\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f7r3jr\",\"data-framer-name\":\"Heading\",name:\"Heading\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition15},__framer__animateOnce:true,__framer__enter:animation13,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:100,ref:ref4,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ntelou-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(SectionBadge,{height:\"100%\",i7NEtCqaR:\"METRICS\",id:\"mJJNao21d\",layoutId:\"mJJNao21d\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation20,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref6,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1.2px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:\"Expertly Crafted Videos \uD83D\uDE0E\"})}),className:\"framer-1rp0pmn\",\"data-framer-name\":\"Numbers speaking for themselves\",fonts:[\"GF;Poppins-500\"],name:\"Numbers speaking for themselves\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vpwr7o\",\"data-framer-name\":\"Row\",name:\"Row\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition15},__framer__animateOnce:true,__framer__enter:animation21,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref6,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-7zxqpe\",\"data-border\":true,\"data-framer-name\":\"Item\",name:\"Item\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rZoq4fOw5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"62px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-3px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(133, 77, 255)\"},children:\"12.5%\"})})},sxoaNYiuO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-3px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(133, 77, 255)\"},children:\"12.5%\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition13},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref6,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-3px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(133, 77, 255)\"},children:\"12.5%\"})}),className:\"framer-2wrv3i\",\"data-framer-name\":\"Number\",fonts:[\"GF;Be Vietnam Pro-500\"],name:\"Number\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rZoq4fOw5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"135%\",\"--framer-text-alignment\":\"center\"},children:\"Increase in conversions\"})})},sxoaNYiuO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"135%\",\"--framer-text-alignment\":\"center\"},children:\"Increase in conversions\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition21},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref6,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"135%\",\"--framer-text-alignment\":\"center\"},children:\"Increase in conversions\"})}),className:\"framer-swfy82\",\"data-framer-name\":\"Text\",fonts:[\"GF;Be Vietnam Pro-regular\"],name:\"Text\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition22},__framer__animateOnce:true,__framer__enter:animation21,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref6,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-nh2hnf\",\"data-border\":true,\"data-framer-name\":\"Item\",name:\"Item\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rZoq4fOw5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"62px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-3px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(133, 77, 255)\"},children:\"5,000+\"})})},sxoaNYiuO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-3px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(133, 77, 255)\"},children:\"5,000+\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition14},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref6,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-3px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(133, 77, 255)\"},children:\"5,000+\"})}),className:\"framer-1fhe1sx\",\"data-framer-name\":\"Number\",fonts:[\"GF;Be Vietnam Pro-500\"],name:\"Number\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rZoq4fOw5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"135%\",\"--framer-text-alignment\":\"center\"},children:\"Videos created\"})})},sxoaNYiuO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"135%\",\"--framer-text-alignment\":\"center\"},children:\"Videos created\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition23},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref6,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"135%\",\"--framer-text-alignment\":\"center\"},children:\"Videos created\"})}),className:\"framer-1rcoess\",\"data-framer-name\":\"Text\",fonts:[\"GF;Be Vietnam Pro-regular\"],name:\"Text\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition24},__framer__animateOnce:true,__framer__enter:animation21,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref6,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-18rnzgc\",\"data-framer-name\":\"Item\",name:\"Item\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rZoq4fOw5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"62px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-3px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(133, 77, 255)\"},children:\"20+\"})})},sxoaNYiuO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-3px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(133, 77, 255)\"},children:\"20+\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition25},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref6,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-3px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(133, 77, 255)\"},children:\"20+\"})}),className:\"framer-1lyz8h0\",\"data-framer-name\":\"Number\",fonts:[\"GF;Be Vietnam Pro-500\"],name:\"Number\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rZoq4fOw5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"135%\",\"--framer-text-alignment\":\"center\"},children:\"Countries advertised\"})})},sxoaNYiuO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"135%\",\"--framer-text-alignment\":\"center\"},children:\"Countries advertised\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition26},__framer__animateOnce:true,__framer__enter:animation12,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref6,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"135%\",\"--framer-text-alignment\":\"center\"},children:\"Countries advertised\"})}),className:\"framer-1tpy5fl\",\"data-framer-name\":\"Text\",fonts:[\"GF;Be Vietnam Pro-regular\"],name:\"Text\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-16lkknw\",\"data-framer-name\":\"FAQs\",id:id5,name:\"FAQs\",ref:ref7,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ovbirw\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1j65xtd\",\"data-framer-name\":\"Heading\",name:\"Heading\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition15},__framer__animateOnce:true,__framer__enter:animation13,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:100,ref:ref4,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1yby91w-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(SectionBadge,{height:\"100%\",i7NEtCqaR:\"FAQs\",id:\"Un5I4xCTX\",layoutId:\"Un5I4xCTX\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sxoaNYiuO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(163, 166, 174)\"},children:\"Still not convinced?\"}),/*#__PURE__*/_jsx(\"br\",{}),\"We\u2019ve got the answers \uD83E\uDDD1\uD83C\uDFFB\u200D\uD83D\uDCBB\"]})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition22},__framer__animateOnce:true,__framer__enter:animation11,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:80,ref:ref7,target:\"animate\"}],__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"52px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(163, 166, 174)\"},children:\"Still not convinced?\"}),/*#__PURE__*/_jsx(\"br\",{}),\"We\u2019ve got the answers \uD83E\uDDD1\uD83C\uDFFB\u200D\uD83D\uDCBB\"]})}),className:\"framer-1fod6la\",fonts:[\"GF;Poppins-500\"],style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition27},__framer__animateOnce:true,__framer__enter:animation21,__framer__styleAppearEffectEnabled:true,__framer__targets:[{offset:80,ref:ref7,target:\"animate\"}],__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-iy44n5\",\"data-framer-name\":\"Container\",name:\"Container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rZoq4fOw5:{width:\"max(min(100vw - 80px, 800px), 1px)\"},sxoaNYiuO:{width:\"max(min(min(100vw - 48px, 1400px), 800px), 1px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"800px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-10nra96-container\",children:/*#__PURE__*/_jsx(Accordion,{height:\"100%\",id:\"U2HKqOi34\",layoutId:\"U2HKqOi34\",style:{width:\"100%\"},width:\"100%\"})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-2o3ge4 hidden-liub87\",\"data-framer-name\":\"Row\",name:\"Row\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"135%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:[\"Still have more questions? Contact us \",/*#__PURE__*/_jsx(Link,{href:\"https://t.me/csarrr\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1u4289p\",\"data-styles-preset\":\"bEiodWSQ3\",children:\"on telegram\"})}),\".\"]})}),className:\"framer-1npd12q\",\"data-framer-name\":\"Text\",fonts:[\"GF;Be Vietnam Pro-500\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1d73k7h\",\"data-framer-name\":\"CTA section\",id:id6,name:\"CTA section\",ref:ref8,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition28},__framer__animateOnce:true,__framer__enter:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1pxdvny\",\"data-framer-name\":\"Container\",name:\"Container\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9zpeh6\",\"data-framer-name\":\"Left\",name:\"Left\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-14qool7\",\"data-framer-name\":\"Heading\",name:\"Heading\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rZoq4fOw5:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"52px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:\"Join the waitlist \u270D\uD83C\uDFFB\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"52px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:\"and we will onboard you ASAP! \uD83E\uDD73\"})]})},sxoaNYiuO:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"52px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:\"Join the waitlist \u270D\uD83C\uDFFB\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"52px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:\"and we will onboard you ASAP! \uD83E\uDD73\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"52px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:\"Join the waitlist \u270D\uD83C\uDFFB\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"52px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"110%\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:\"and we will onboard you ASAP! \uD83E\uDD73\"})]}),className:\"framer-pnvih0\",\"data-framer-name\":\"Heading\",fonts:[\"GF;Poppins-500\"],name:\"Heading\",verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition29},__framer__animateOnce:true,__framer__enter:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-kwkww0-container hidden-72rtr7 hidden-7a09nj\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Button,{dMSsnwHK8:\"I have an invite\",height:\"100%\",id:\"YvRblxQP7\",layoutId:\"YvRblxQP7\",variant:\"JvYBFGYwe\",width:\"100%\"})})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-124lxoc hidden-liub87\",\"data-framer-name\":\"Visual\",name:\"Visual\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rZoq4fOw5:{\"data-framer-appear-id\":\"1o7z2vw\",animate:optimizeAppear(\"animate\",\"1o7z2vw\",animation22,\"7a09nj\"),initial:optimizeAppear(\"initial\",\"1o7z2vw\",animation23,\"7a09nj\")}},children:/*#__PURE__*/_jsxs(motion.div,{animate:optimizeAppear(\"animate\",\"1jyfr8o\",animation22,\"72rtr7\"),className:\"framer-1jyfr8o\",\"data-framer-appear-id\":\"1jyfr8o\",\"data-framer-name\":\"Right\",initial:optimizeAppear(\"initial\",\"1jyfr8o\",animation23,\"72rtr7\"),name:\"Right\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-16oxrho\",\"data-framer-name\":\"Header\",name:\"Header\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-o88qlk\",\"data-framer-name\":\"Text and supporting text\",name:\"Text and supporting text\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tNTAw\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(15, 23, 40)\"},children:\"Secure your spot now\"})}),className:\"framer-1hoqxeb\",\"data-framer-name\":\"Text\",fonts:[\"GF;Be Vietnam Pro-500\"],name:\"Text\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"135%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"We are still in beta. Please join the waitlist to show your interest, and we will contact you soon!\"})}),className:\"framer-iffgia\",\"data-framer-name\":\"Supporting text\",fonts:[\"GF;Be Vietnam Pro-regular\"],name:\"Supporting text\",verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mju7jw\",\"data-framer-name\":\"Form\",name:\"Form\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-t1lgfy-container\",children:/*#__PURE__*/_jsx(FormSpark,{borderRadius:8,bottomLeftRadius:8,bottomRightRadius:8,button:{color:\"rgb(255, 255, 255)\",fill:\"rgb(133, 77, 252)\",fontWeight:600,label:\"Join the Waitlist\"},email:{placeholder:\"Your email\",value:\"\"},font:true,fontFamily:\"be vietnam pro\",fontSize:16,fontWeight:400,formId:\"R5yiUAcWH\",gap:15,height:\"100%\",id:\"BeKpQFdZa\",inputs:{color:\"rgb(0, 0, 0)\",error:\"rgb(238, 68, 68)\",fill:\"rgb(235, 235, 235)\",placeholderColor:\"rgba(0, 0, 0, 0.5)\"},isMixedBorderRadius:true,layout:\"vertical\",layoutId:\"BeKpQFdZa\",message:{placeholder:\"Message\",value:\"\"},nameField:{placeholder:\"Your name\",value:\"\"},padding:15,paddingBottom:15,paddingLeft:15,paddingPerSide:false,paddingRight:15,paddingTop:15,style:{height:\"100%\",width:\"100%\"},topLeftRadius:8,topRightRadius:8,width:\"100%\",withEmail:true,withMessage:false,withName:true})})})})]})}),isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3648,intrinsicWidth:5472,loading:\"lazy\"},className:\"framer-1yej9m3 hidden-7a09nj\",\"data-framer-name\":\"image\",name:\"image\"})]})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-zxks4d-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rZoq4fOw5:{variant:\"MWhMgERyy\"},sxoaNYiuO:{variant:\"Q1R79Gw5d\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"AgS4Xz5zc\",layoutId:\"AgS4Xz5zc\",style:{width:\"100%\"},variant:\"koTcktd6v\",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-WkUR8 { background: #f8f8f8; }`,\".framer-WkUR8.framer-lux5qc, .framer-WkUR8 .framer-lux5qc { display: block; }\",\".framer-WkUR8.framer-72rtr7 { align-content: center; align-items: center; background-color: #f8f8f8; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1400px; }\",\".framer-WkUR8 .framer-rf56o0-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 5; }\",\".framer-WkUR8 .framer-1vpu7k6 { align-content: center; align-items: center; background-color: #f8f8f8; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-WkUR8 .framer-18yv9bc, .framer-WkUR8 .framer-1t2obla, .framer-WkUR8 .framer-ovbirw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; max-width: 1400px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-WkUR8 .framer-mkk82q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1400px; overflow: visible; padding: 0px 60px 0px 60px; position: relative; width: 100%; }\",\".framer-WkUR8 .framer-1xd6ris { 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: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-WkUR8 .framer-1imj2j0 { 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: 96px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-WkUR8 .framer-1domwio { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: auto; justify-content: flex-start; overflow: visible; padding: 50px 32px 50px 32px; position: relative; width: 1px; }\",\".framer-WkUR8 .framer-1i4x2f1 { align-content: center; align-items: center; background-color: #bdff1c; border-bottom-left-radius: 36px; border-bottom-right-radius: 36px; border-top-left-radius: 36px; border-top-right-radius: 36px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 4px 10px 4px 10px; position: relative; width: min-content; }\",\".framer-WkUR8 .framer-uu2mvs, .framer-WkUR8 .framer-1oou3dc, .framer-WkUR8 .framer-1npd12q { --framer-paragraph-spacing: 30px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-WkUR8 .framer-16jv3xt { flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 1216px; word-break: break-word; word-wrap: break-word; }\",\".framer-WkUR8 .framer-12zactm { --framer-paragraph-spacing: 30px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 480px; word-break: break-word; word-wrap: break-word; }\",\".framer-WkUR8 .framer-1pkq2aj { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: 746px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-WkUR8 .framer-1nmlmwa { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-WkUR8 .framer-raijpj-container, .framer-WkUR8 .framer-tt1989-container, .framer-WkUR8 .framer-1qaxgor-container, .framer-WkUR8 .framer-1f443v-container, .framer-WkUR8 .framer-1l1i1xk-container, .framer-WkUR8 .framer-dq73c5-container, .framer-WkUR8 .framer-yronxc-container, .framer-WkUR8 .framer-1gjrsj4-container, .framer-WkUR8 .framer-1y63bhg-container, .framer-WkUR8 .framer-14ddwmy-container, .framer-WkUR8 .framer-18zqy4s-container, .framer-WkUR8 .framer-13zks98-container, .framer-WkUR8 .framer-163xpon-container, .framer-WkUR8 .framer-ek7yrr-container, .framer-WkUR8 .framer-synone-container, .framer-WkUR8 .framer-frjuwe-container { flex: none; height: auto; position: relative; width: 300px; }\",\".framer-WkUR8 .framer-1r4vsr5 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: visible; padding: 0px 0px 0px 7px; position: relative; width: 1px; }\",\".framer-WkUR8 .framer-n7hvhn { aspect-ratio: 1.4246575651827307 / 1; bottom: -12px; flex: none; height: var(--framer-aspect-ratio-supported, 211px); left: 1089px; position: absolute; width: 301px; z-index: 1; }\",\".framer-WkUR8 .framer-pv81mx { aspect-ratio: 1.0647820965842167 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 255px); left: 52%; position: absolute; top: 29px; transform: translateX(-50%); width: 271px; z-index: 1; }\",\".framer-WkUR8 .framer-1w1ux4k { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 46px 0px 160px 0px; position: relative; width: 100%; }\",\".framer-WkUR8 .framer-1y2izdg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-WkUR8 .framer-aasymv-container { flex: none; height: 107px; position: relative; width: 100%; }\",\".framer-WkUR8 .framer-ir1yg5, .framer-WkUR8 .framer-13rq0qw { height: 35px; position: relative; width: 83px; }\",\".framer-WkUR8 .framer-k3d6yx { height: 35px; position: relative; width: 35px; }\",\".framer-WkUR8 .framer-ka0lq7 { height: 34px; position: relative; width: 118px; }\",\".framer-WkUR8 .framer-l757oq { height: 29px; position: relative; width: 120px; }\",\".framer-WkUR8 .framer-uejeur { height: 34px; position: relative; width: 115px; }\",\".framer-WkUR8 .framer-1lpzlbp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; max-width: 1400px; overflow: visible; padding: 0px 32px 0px 32px; position: relative; width: 100%; }\",\".framer-WkUR8 .framer-1np0xmh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-WkUR8 .framer-mz0a9z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 800px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-WkUR8 .framer-eai3qj { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 120%; word-break: break-word; word-wrap: break-word; }\",\".framer-WkUR8 .framer-1ek6lz3, .framer-WkUR8 .framer-tan9ti, .framer-WkUR8 .framer-12ub2vz, .framer-WkUR8 .framer-1v46fku, .framer-WkUR8 .framer-w23km4, .framer-WkUR8 .framer-1a4tzk3, .framer-WkUR8 .framer-1cfsvhm, .framer-WkUR8 .framer-1miz3rz, .framer-WkUR8 .framer-av0e5l, .framer-WkUR8 .framer-swfy82, .framer-WkUR8 .framer-1rcoess, .framer-WkUR8 .framer-1tpy5fl { --framer-paragraph-spacing: 30px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-WkUR8 .framer-1fj2iub { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 87%; }\",\".framer-WkUR8 .framer-1odn933, .framer-WkUR8 .framer-rqcv6o, .framer-WkUR8 .framer-6lhyyf { align-content: flex-start; align-items: flex-start; background-color: #bdff1c; 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: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 32px; position: relative; width: 1px; }\",\".framer-WkUR8 .framer-38xt38, .framer-WkUR8 .framer-ntwk5l, .framer-WkUR8 .framer-1h1rbyo, .framer-WkUR8 .framer-14qool7, .framer-WkUR8 .framer-1mju7jw { 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-WkUR8 .framer-1ifim2e, .framer-WkUR8 .framer-bq5af5, .framer-WkUR8 .framer-e1ie6g, .framer-WkUR8 .framer-uvyvia, .framer-WkUR8 .framer-1x15ugy, .framer-WkUR8 .framer-gg5x9a, .framer-WkUR8 .framer-yyvnnq, .framer-WkUR8 .framer-14ll5im { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-WkUR8 .framer-1czcz55, .framer-WkUR8 .framer-1by9pj8, .framer-WkUR8 .framer-1759dh9, .framer-WkUR8 .framer-hhu4al, .framer-WkUR8 .framer-1ypgtlx, .framer-WkUR8 .framer-18c9qi7, .framer-WkUR8 .framer-12y05ta, .framer-WkUR8 .framer-qwwz9v, .framer-WkUR8 .framer-vs2n5c, .framer-WkUR8 .framer-1e175l8, .framer-WkUR8 .framer-1yeb0fn, .framer-WkUR8 .framer-1f7crwj, .framer-WkUR8 .framer-1xs9uqw, .framer-WkUR8 .framer-kewtj2, .framer-WkUR8 .framer-rsl7nj, .framer-WkUR8 .framer-1rp0pmn, .framer-WkUR8 .framer-2wrv3i, .framer-WkUR8 .framer-1fhe1sx, .framer-WkUR8 .framer-1lyz8h0 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-WkUR8 .framer-19hvudq { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 80px 0px; position: relative; scroll-margin-top: 100px; width: 100%; }\",\".framer-WkUR8 .framer-j3ffhf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 850px; overflow: visible; padding: 0px; position: relative; width: 61%; }\",\".framer-WkUR8 .framer-1g1d40q { 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-WkUR8 .framer-1v0b82a-container, .framer-WkUR8 .framer-1ntelou-container, .framer-WkUR8 .framer-1yby91w-container, .framer-WkUR8 .framer-kwkww0-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-WkUR8 .framer-513iyj { --framer-paragraph-spacing: 30px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; }\",\".framer-WkUR8 .framer-1m7w9cc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 32px 0px 32px; position: relative; width: 100%; }\",\".framer-WkUR8 .framer-bosr6s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: 1223px; justify-content: flex-start; max-width: 1280px; overflow: visible; padding: 0px 32px 0px 32px; position: relative; width: 100%; }\",\".framer-WkUR8 .framer-1lxaw75 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-WkUR8 .framer-15561y6 { align-content: center; align-items: center; background-color: #f5f5f5; 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: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-WkUR8 .framer-12vdsoq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 378px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-WkUR8 .framer-1t7fh6 { flex: none; height: 313px; overflow: visible; position: relative; width: 518px; }\",\".framer-WkUR8 .framer-1w9bp5e { background-color: #ffffff; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.1); flex: none; height: 228px; left: calc(49.80694980694983% - 453px / 2); position: absolute; top: 22px; width: 453px; }\",\".framer-WkUR8 .framer-s18kxt { flex: none; height: 228px; left: calc(49.80694980694983% - 453px / 2); position: absolute; top: 22px; width: 453px; }\",\".framer-WkUR8 .framer-bi6hio { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 75px; position: absolute; top: 99px; white-space: pre; width: auto; }\",\".framer-WkUR8 .framer-1fmq2g3 { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 78px; position: absolute; top: 71px; white-space: pre; width: auto; }\",\".framer-WkUR8 .framer-12ciae0 { bottom: 34px; flex: none; height: 59px; left: calc(51.73745173745176% - 322.6669921875px / 2); overflow: visible; position: absolute; width: 323px; }\",\".framer-WkUR8 .framer-dui8lg { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-WkUR8 .framer-rgowcy { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 95px; position: absolute; top: 20px; white-space: pre; width: auto; }\",\".framer-WkUR8 .framer-msw4xn, .framer-WkUR8 .framer-1bjohzz, .framer-WkUR8 .framer-1cd7bc5, .framer-WkUR8 .framer-aodu08 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-WkUR8 .framer-1a2ymid { align-content: center; align-items: center; background-color: #f5f5f5; 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: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 40px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-WkUR8 .framer-fxlor1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 383px; justify-content: center; overflow: hidden; padding: 0px 19px 0px 19px; position: relative; width: min-content; }\",\".framer-WkUR8 .framer-1amibo9 { flex: none; height: 403px; overflow: visible; position: relative; width: 541px; }\",\".framer-WkUR8 .framer-1ctr3xg { --border-bottom-width: 1px; --border-color: rgba(0, 0, 0, 0.05); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: #ffffff; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.05); flex: none; height: 324px; left: calc(48.98336414048061% - 355px / 2); position: absolute; top: calc(45.40942928039705% - 323.9333654517416px / 2); width: 355px; }\",\".framer-WkUR8 .framer-pge11 { flex: none; height: 34px; left: calc(49.1682070240296% - 338px / 2); overflow: visible; position: absolute; top: 42px; width: 338px; }\",\".framer-WkUR8 .framer-12ejqhq, .framer-WkUR8 .framer-1a05z8c, .framer-WkUR8 .framer-hu45uf, .framer-WkUR8 .framer-1k1wv36 { bottom: 21px; flex: none; left: 11px; position: absolute; right: 307px; top: 4px; }\",\".framer-WkUR8 .framer-1slwavu, .framer-WkUR8 .framer-83aey2, .framer-WkUR8 .framer-166loeg, .framer-WkUR8 .framer-1yg0o1j { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 58px; position: absolute; top: 0px; white-space: pre; width: auto; }\",\".framer-WkUR8 .framer-1wom5t6, .framer-WkUR8 .framer-4v0r6q, .framer-WkUR8 .framer-1c56n3a, .framer-WkUR8 .framer-wh0yf0 { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 257px; position: absolute; top: 0px; white-space: pre; width: auto; }\",\".framer-WkUR8 .framer-1szd919, .framer-WkUR8 .framer-o2iv6v, .framer-WkUR8 .framer-1miw33a, .framer-WkUR8 .framer-sm938a { flex: none; height: 3px; left: -1px; position: absolute; top: 36px; width: 340px; }\",\".framer-WkUR8 .framer-1i9kc7t { flex: none; height: 35px; left: calc(49.1682070240296% - 338px / 2); opacity: 0.8; overflow: visible; position: absolute; top: 92px; width: 338px; }\",\".framer-WkUR8 .framer-w5iguy { flex: none; height: 35px; left: calc(49.1682070240296% - 338px / 2); opacity: 0.4; overflow: visible; position: absolute; top: 144px; width: 338px; }\",\".framer-WkUR8 .framer-sch9kc { flex: none; height: 35px; left: calc(49.1682070240296% - 338px / 2); opacity: 0.2; overflow: visible; position: absolute; top: calc(54.09429280397025% - 34.992801823490595px / 2); width: 338px; }\",\".framer-WkUR8 .framer-z50il4 { bottom: 34px; flex: none; height: 136px; left: calc(48.61367837338265% - 478px / 2); overflow: visible; position: absolute; width: 478px; }\",\".framer-WkUR8 .framer-7ymqtw { --border-bottom-width: 1px; --border-color: rgba(0, 0, 0, 0.05); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: #ffffff; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.05); flex: none; height: 144px; left: 0px; position: absolute; right: 0px; top: -15px; }\",\".framer-WkUR8 .framer-1l2e8cz { flex: none; height: 85px; left: calc(50.00000000000002% - 406.5px / 2); overflow: visible; position: absolute; top: calc(49.30555555555558% - 85px / 2); width: 407px; }\",\".framer-WkUR8 .framer-5obl12 { flex: none; height: 50px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 283px; }\",\".framer-WkUR8 .framer-16dbpcx { flex: none; height: 50px; left: 0px; position: absolute; top: 0px; width: 50px; }\",\".framer-WkUR8 .framer-cto6eg { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 70px; position: absolute; top: 15px; white-space: pre; width: auto; }\",\".framer-WkUR8 .framer-1i61ssh { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 70px; position: absolute; top: 50px; white-space: pre; width: auto; }\",\".framer-WkUR8 .framer-14gejm8 { flex: none; height: 17px; left: 390px; position: absolute; top: 60px; width: 17px; }\",\".framer-WkUR8 .framer-kgtiqi { flex: none; height: 85px; left: 36px; overflow: visible; position: absolute; top: 30px; width: 407px; }\",\".framer-WkUR8 .framer-cnmno8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 520px; }\",\".framer-WkUR8 .framer-u6qbw5, .framer-WkUR8 .framer-nzjbmj { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 520px; word-break: break-word; word-wrap: break-word; }\",\".framer-WkUR8 .framer-i32rf6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 17px 0px 17px 0px; position: relative; width: 100%; }\",\".framer-WkUR8 .framer-zut38e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: 450px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 819px; }\",\".framer-WkUR8 .framer-1hc506x { align-content: flex-start; align-items: flex-start; background-color: #bdff1c; 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: column; flex-wrap: nowrap; gap: 80px; height: 450px; justify-content: flex-end; overflow: hidden; padding: 32px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-WkUR8 .framer-1bfkm7s { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 221px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-WkUR8 .framer-1qvgmdx { flex: none; height: 274px; overflow: visible; position: relative; width: 408px; }\",\".framer-WkUR8 .framer-1tiotrx { --framer-paragraph-spacing: 0px; bottom: 12px; cursor: grab; flex: none; height: auto; left: 50%; position: absolute; transform: translateX(-50%); white-space: pre; width: auto; }\",\".framer-WkUR8 .framer-w4voxs { --framer-paragraph-spacing: 0px; bottom: 5px; cursor: grab; flex: none; height: auto; left: 245px; position: absolute; white-space: pre; width: auto; }\",\".framer-WkUR8 .framer-17op8jw { --framer-paragraph-spacing: 0px; cursor: grab; flex: none; height: auto; left: 121px; position: absolute; top: 39px; white-space: pre; width: auto; }\",\".framer-WkUR8 .framer-y4wkcn { --framer-paragraph-spacing: 0px; cursor: grab; flex: none; height: auto; left: 7px; position: absolute; top: 33px; white-space: pre; width: auto; }\",\".framer-WkUR8 .framer-1cwq2g9 { --framer-paragraph-spacing: 0px; bottom: 2px; cursor: grab; flex: none; height: auto; left: 23px; position: absolute; white-space: pre; width: auto; }\",\".framer-WkUR8 .framer-scsufn { --framer-paragraph-spacing: 0px; cursor: grab; flex: none; height: auto; left: 265px; position: absolute; top: 58px; white-space: pre; width: auto; }\",\".framer-WkUR8 .framer-au8fo3 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 315px; word-break: break-word; word-wrap: break-word; }\",\".framer-WkUR8 .framer-2va6ee { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 450px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-WkUR8 .framer-1it599z, .framer-WkUR8 .framer-o88qlk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-WkUR8 .framer-1rrxfx9 { aspect-ratio: 1.1753246753246753 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 287px); position: relative; width: 338px; }\",\".framer-WkUR8 .framer-33wfeg { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-WkUR8 .framer-bfo3ww { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 319px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-WkUR8 .framer-lo48v7 { flex: none; height: 317px; position: relative; width: 413px; }\",\".framer-WkUR8 .framer-1fp3zh7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 80px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-WkUR8 .framer-1ticm1w, .framer-WkUR8 .framer-ir1m0s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1400px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-WkUR8 .framer-29uygk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 850px; overflow: visible; padding: 0px; position: relative; width: 63%; }\",\".framer-WkUR8 .framer-1na79iw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 32px 0px 32px; position: relative; width: 100%; }\",\".framer-WkUR8 .framer-7f9w06, .framer-WkUR8 .framer-105kxdt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 32px 0px 32px; position: relative; width: 1272px; }\",\".framer-WkUR8 .framer-1luspfa, .framer-WkUR8 .framer-1rnk9y2, .framer-WkUR8 .framer-1qiiln6, .framer-WkUR8 .framer-122guqv, .framer-WkUR8 .framer-vtyexs, .framer-WkUR8 .framer-1s5cvx9 { align-content: flex-start; align-items: flex-start; background-color: #ffffff; 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: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px 0px 24px 32px; position: relative; width: 1px; }\",\".framer-WkUR8 .framer-14n7dg0-container, .framer-WkUR8 .framer-juac9c-container, .framer-WkUR8 .framer-14x46n8-container, .framer-WkUR8 .framer-15ixn7e-container, .framer-WkUR8 .framer-wjqhrz-container, .framer-WkUR8 .framer-erlboi-container { flex: none; height: 64px; position: relative; width: 96px; }\",\".framer-WkUR8 .framer-ffoevt, .framer-WkUR8 .framer-1jcf2sq, .framer-WkUR8 .framer-6whj9w { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-WkUR8 .framer-tk23ne, .framer-WkUR8 .framer-1tkxdld, .framer-WkUR8 .framer-151v257 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-WkUR8 .framer-4z1hrp { --framer-paragraph-spacing: 30px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 232px; word-break: break-word; word-wrap: break-word; }\",\".framer-WkUR8 .framer-1ncvlhx, .framer-WkUR8 .framer-qed8nt, .framer-WkUR8 .framer-7rurl1 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-WkUR8 .framer-4mqpuq { align-content: center; align-items: center; background-color: #f5f5f5; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 80px 60px 120px 60px; position: relative; width: 100%; }\",\".framer-WkUR8 .framer-1f7r3jr { 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: hidden; padding: 0px 0px 5px 0px; position: relative; width: 60%; }\",\".framer-WkUR8 .framer-vpwr7o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-WkUR8 .framer-7zxqpe, .framer-WkUR8 .framer-nh2hnf { --border-bottom-width: 0px; --border-color: #b9bed1; --border-left-width: 0px; --border-right-width: 1px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-WkUR8 .framer-18rnzgc { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-WkUR8 .framer-16lkknw { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 80px 40px 0px 40px; position: relative; scroll-margin-top: 80px; width: 100%; }\",\".framer-WkUR8 .framer-1j65xtd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-WkUR8 .framer-1fod6la { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-WkUR8 .framer-iy44n5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 800px; overflow: hidden; padding: 0px; position: relative; width: 800px; }\",\".framer-WkUR8 .framer-10nra96-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; z-index: 2; }\",\".framer-WkUR8 .framer-2o3ge4 { 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: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px; position: relative; width: 100%; }\",\".framer-WkUR8 .framer-1d73k7h { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 64px 80px 64px; position: relative; width: 100%; }\",\".framer-WkUR8 .framer-1pxdvny { align-content: center; align-items: center; background-color: #bdff1c; 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: 0px; height: 480px; justify-content: flex-start; max-width: 1400px; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-WkUR8 .framer-9zpeh6 { 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; overflow: visible; padding: 80px 64px 80px 64px; position: relative; width: 1px; }\",\".framer-WkUR8 .framer-pnvih0 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 80%; word-break: break-word; word-wrap: break-word; }\",\".framer-WkUR8 .framer-124lxoc { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-WkUR8 .framer-1jyfr8o { align-content: center; align-items: center; background-color: #fdffff; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; box-shadow: 5px 25px 25px 0px rgba(0, 0, 0, 0.1); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 40px 32px 40px 32px; position: relative; width: 456px; z-index: 1; }\",\".framer-WkUR8 .framer-16oxrho { align-content: center; align-items: center; 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-WkUR8 .framer-1hoqxeb { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 360px; word-break: break-word; word-wrap: break-word; }\",\".framer-WkUR8 .framer-iffgia { --framer-paragraph-spacing: 30px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 360px; word-break: break-word; word-wrap: break-word; }\",\".framer-WkUR8 .framer-t1lgfy-container { flex: none; height: 187px; position: relative; width: 100%; }\",\".framer-WkUR8 .framer-1yej9m3 { flex: 1 0 0px; height: 100%; overflow: visible; position: relative; width: 1px; }\",\".framer-WkUR8 .framer-zxks4d-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-WkUR8.framer-72rtr7, .framer-WkUR8 .framer-1vpu7k6, .framer-WkUR8 .framer-18yv9bc, .framer-WkUR8 .framer-mkk82q, .framer-WkUR8 .framer-1xd6ris, .framer-WkUR8 .framer-1imj2j0, .framer-WkUR8 .framer-1domwio, .framer-WkUR8 .framer-1i4x2f1, .framer-WkUR8 .framer-1pkq2aj, .framer-WkUR8 .framer-1nmlmwa, .framer-WkUR8 .framer-1r4vsr5, .framer-WkUR8 .framer-1w1ux4k, .framer-WkUR8 .framer-1y2izdg, .framer-WkUR8 .framer-1lpzlbp, .framer-WkUR8 .framer-1np0xmh, .framer-WkUR8 .framer-mz0a9z, .framer-WkUR8 .framer-1fj2iub, .framer-WkUR8 .framer-1odn933, .framer-WkUR8 .framer-38xt38, .framer-WkUR8 .framer-1ifim2e, .framer-WkUR8 .framer-rqcv6o, .framer-WkUR8 .framer-ntwk5l, .framer-WkUR8 .framer-bq5af5, .framer-WkUR8 .framer-6lhyyf, .framer-WkUR8 .framer-1h1rbyo, .framer-WkUR8 .framer-e1ie6g, .framer-WkUR8 .framer-19hvudq, .framer-WkUR8 .framer-1t2obla, .framer-WkUR8 .framer-j3ffhf, .framer-WkUR8 .framer-1g1d40q, .framer-WkUR8 .framer-1m7w9cc, .framer-WkUR8 .framer-bosr6s, .framer-WkUR8 .framer-1lxaw75, .framer-WkUR8 .framer-15561y6, .framer-WkUR8 .framer-12vdsoq, .framer-WkUR8 .framer-msw4xn, .framer-WkUR8 .framer-uvyvia, .framer-WkUR8 .framer-1a2ymid, .framer-WkUR8 .framer-fxlor1, .framer-WkUR8 .framer-cnmno8, .framer-WkUR8 .framer-1bjohzz, .framer-WkUR8 .framer-1x15ugy, .framer-WkUR8 .framer-i32rf6, .framer-WkUR8 .framer-zut38e, .framer-WkUR8 .framer-1hc506x, .framer-WkUR8 .framer-1bfkm7s, .framer-WkUR8 .framer-1cd7bc5, .framer-WkUR8 .framer-gg5x9a, .framer-WkUR8 .framer-2va6ee, .framer-WkUR8 .framer-1it599z, .framer-WkUR8 .framer-yyvnnq, .framer-WkUR8 .framer-33wfeg, .framer-WkUR8 .framer-bfo3ww, .framer-WkUR8 .framer-aodu08, .framer-WkUR8 .framer-14ll5im, .framer-WkUR8 .framer-1fp3zh7, .framer-WkUR8 .framer-1ticm1w, .framer-WkUR8 .framer-29uygk, .framer-WkUR8 .framer-1na79iw, .framer-WkUR8 .framer-7f9w06, .framer-WkUR8 .framer-1luspfa, .framer-WkUR8 .framer-ffoevt, .framer-WkUR8 .framer-1rnk9y2, .framer-WkUR8 .framer-1jcf2sq, .framer-WkUR8 .framer-1qiiln6, .framer-WkUR8 .framer-6whj9w, .framer-WkUR8 .framer-105kxdt, .framer-WkUR8 .framer-122guqv, .framer-WkUR8 .framer-1ncvlhx, .framer-WkUR8 .framer-vtyexs, .framer-WkUR8 .framer-qed8nt, .framer-WkUR8 .framer-1s5cvx9, .framer-WkUR8 .framer-7rurl1, .framer-WkUR8 .framer-4mqpuq, .framer-WkUR8 .framer-ir1m0s, .framer-WkUR8 .framer-1f7r3jr, .framer-WkUR8 .framer-vpwr7o, .framer-WkUR8 .framer-7zxqpe, .framer-WkUR8 .framer-nh2hnf, .framer-WkUR8 .framer-18rnzgc, .framer-WkUR8 .framer-16lkknw, .framer-WkUR8 .framer-ovbirw, .framer-WkUR8 .framer-1j65xtd, .framer-WkUR8 .framer-iy44n5, .framer-WkUR8 .framer-2o3ge4, .framer-WkUR8 .framer-1d73k7h, .framer-WkUR8 .framer-1pxdvny, .framer-WkUR8 .framer-9zpeh6, .framer-WkUR8 .framer-14qool7, .framer-WkUR8 .framer-124lxoc, .framer-WkUR8 .framer-1jyfr8o, .framer-WkUR8 .framer-16oxrho, .framer-WkUR8 .framer-o88qlk, .framer-WkUR8 .framer-1mju7jw { gap: 0px; } .framer-WkUR8.framer-72rtr7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-WkUR8.framer-72rtr7 > :first-child, .framer-WkUR8 .framer-1vpu7k6 > :first-child, .framer-WkUR8 .framer-18yv9bc > :first-child, .framer-WkUR8 .framer-1xd6ris > :first-child, .framer-WkUR8 .framer-1domwio > :first-child, .framer-WkUR8 .framer-1nmlmwa > :first-child, .framer-WkUR8 .framer-1r4vsr5 > :first-child, .framer-WkUR8 .framer-1w1ux4k > :first-child, .framer-WkUR8 .framer-1y2izdg > :first-child, .framer-WkUR8 .framer-1lpzlbp > :first-child, .framer-WkUR8 .framer-1np0xmh > :first-child, .framer-WkUR8 .framer-mz0a9z > :first-child, .framer-WkUR8 .framer-1odn933 > :first-child, .framer-WkUR8 .framer-38xt38 > :first-child, .framer-WkUR8 .framer-1ifim2e > :first-child, .framer-WkUR8 .framer-rqcv6o > :first-child, .framer-WkUR8 .framer-ntwk5l > :first-child, .framer-WkUR8 .framer-bq5af5 > :first-child, .framer-WkUR8 .framer-6lhyyf > :first-child, .framer-WkUR8 .framer-1h1rbyo > :first-child, .framer-WkUR8 .framer-e1ie6g > :first-child, .framer-WkUR8 .framer-19hvudq > :first-child, .framer-WkUR8 .framer-1t2obla > :first-child, .framer-WkUR8 .framer-j3ffhf > :first-child, .framer-WkUR8 .framer-1g1d40q > :first-child, .framer-WkUR8 .framer-1m7w9cc > :first-child, .framer-WkUR8 .framer-bosr6s > :first-child, .framer-WkUR8 .framer-15561y6 > :first-child, .framer-WkUR8 .framer-msw4xn > :first-child, .framer-WkUR8 .framer-uvyvia > :first-child, .framer-WkUR8 .framer-1a2ymid > :first-child, .framer-WkUR8 .framer-cnmno8 > :first-child, .framer-WkUR8 .framer-1bjohzz > :first-child, .framer-WkUR8 .framer-1x15ugy > :first-child, .framer-WkUR8 .framer-1hc506x > :first-child, .framer-WkUR8 .framer-1cd7bc5 > :first-child, .framer-WkUR8 .framer-gg5x9a > :first-child, .framer-WkUR8 .framer-2va6ee > :first-child, .framer-WkUR8 .framer-1it599z > :first-child, .framer-WkUR8 .framer-yyvnnq > :first-child, .framer-WkUR8 .framer-33wfeg > :first-child, .framer-WkUR8 .framer-aodu08 > :first-child, .framer-WkUR8 .framer-14ll5im > :first-child, .framer-WkUR8 .framer-1fp3zh7 > :first-child, .framer-WkUR8 .framer-1ticm1w > :first-child, .framer-WkUR8 .framer-29uygk > :first-child, .framer-WkUR8 .framer-1na79iw > :first-child, .framer-WkUR8 .framer-ffoevt > :first-child, .framer-WkUR8 .framer-1jcf2sq > :first-child, .framer-WkUR8 .framer-6whj9w > :first-child, .framer-WkUR8 .framer-1ncvlhx > :first-child, .framer-WkUR8 .framer-qed8nt > :first-child, .framer-WkUR8 .framer-7rurl1 > :first-child, .framer-WkUR8 .framer-4mqpuq > :first-child, .framer-WkUR8 .framer-ir1m0s > :first-child, .framer-WkUR8 .framer-1f7r3jr > :first-child, .framer-WkUR8 .framer-7zxqpe > :first-child, .framer-WkUR8 .framer-nh2hnf > :first-child, .framer-WkUR8 .framer-18rnzgc > :first-child, .framer-WkUR8 .framer-16lkknw > :first-child, .framer-WkUR8 .framer-ovbirw > :first-child, .framer-WkUR8 .framer-1j65xtd > :first-child, .framer-WkUR8 .framer-2o3ge4 > :first-child, .framer-WkUR8 .framer-1d73k7h > :first-child, .framer-WkUR8 .framer-9zpeh6 > :first-child, .framer-WkUR8 .framer-14qool7 > :first-child, .framer-WkUR8 .framer-1jyfr8o > :first-child, .framer-WkUR8 .framer-16oxrho > :first-child, .framer-WkUR8 .framer-o88qlk > :first-child, .framer-WkUR8 .framer-1mju7jw > :first-child { margin-top: 0px; } .framer-WkUR8.framer-72rtr7 > :last-child, .framer-WkUR8 .framer-1vpu7k6 > :last-child, .framer-WkUR8 .framer-18yv9bc > :last-child, .framer-WkUR8 .framer-1xd6ris > :last-child, .framer-WkUR8 .framer-1domwio > :last-child, .framer-WkUR8 .framer-1nmlmwa > :last-child, .framer-WkUR8 .framer-1r4vsr5 > :last-child, .framer-WkUR8 .framer-1w1ux4k > :last-child, .framer-WkUR8 .framer-1y2izdg > :last-child, .framer-WkUR8 .framer-1lpzlbp > :last-child, .framer-WkUR8 .framer-1np0xmh > :last-child, .framer-WkUR8 .framer-mz0a9z > :last-child, .framer-WkUR8 .framer-1odn933 > :last-child, .framer-WkUR8 .framer-38xt38 > :last-child, .framer-WkUR8 .framer-1ifim2e > :last-child, .framer-WkUR8 .framer-rqcv6o > :last-child, .framer-WkUR8 .framer-ntwk5l > :last-child, .framer-WkUR8 .framer-bq5af5 > :last-child, .framer-WkUR8 .framer-6lhyyf > :last-child, .framer-WkUR8 .framer-1h1rbyo > :last-child, .framer-WkUR8 .framer-e1ie6g > :last-child, .framer-WkUR8 .framer-19hvudq > :last-child, .framer-WkUR8 .framer-1t2obla > :last-child, .framer-WkUR8 .framer-j3ffhf > :last-child, .framer-WkUR8 .framer-1g1d40q > :last-child, .framer-WkUR8 .framer-1m7w9cc > :last-child, .framer-WkUR8 .framer-bosr6s > :last-child, .framer-WkUR8 .framer-15561y6 > :last-child, .framer-WkUR8 .framer-msw4xn > :last-child, .framer-WkUR8 .framer-uvyvia > :last-child, .framer-WkUR8 .framer-1a2ymid > :last-child, .framer-WkUR8 .framer-cnmno8 > :last-child, .framer-WkUR8 .framer-1bjohzz > :last-child, .framer-WkUR8 .framer-1x15ugy > :last-child, .framer-WkUR8 .framer-1hc506x > :last-child, .framer-WkUR8 .framer-1cd7bc5 > :last-child, .framer-WkUR8 .framer-gg5x9a > :last-child, .framer-WkUR8 .framer-2va6ee > :last-child, .framer-WkUR8 .framer-1it599z > :last-child, .framer-WkUR8 .framer-yyvnnq > :last-child, .framer-WkUR8 .framer-33wfeg > :last-child, .framer-WkUR8 .framer-aodu08 > :last-child, .framer-WkUR8 .framer-14ll5im > :last-child, .framer-WkUR8 .framer-1fp3zh7 > :last-child, .framer-WkUR8 .framer-1ticm1w > :last-child, .framer-WkUR8 .framer-29uygk > :last-child, .framer-WkUR8 .framer-1na79iw > :last-child, .framer-WkUR8 .framer-ffoevt > :last-child, .framer-WkUR8 .framer-1jcf2sq > :last-child, .framer-WkUR8 .framer-6whj9w > :last-child, .framer-WkUR8 .framer-1ncvlhx > :last-child, .framer-WkUR8 .framer-qed8nt > :last-child, .framer-WkUR8 .framer-7rurl1 > :last-child, .framer-WkUR8 .framer-4mqpuq > :last-child, .framer-WkUR8 .framer-ir1m0s > :last-child, .framer-WkUR8 .framer-1f7r3jr > :last-child, .framer-WkUR8 .framer-7zxqpe > :last-child, .framer-WkUR8 .framer-nh2hnf > :last-child, .framer-WkUR8 .framer-18rnzgc > :last-child, .framer-WkUR8 .framer-16lkknw > :last-child, .framer-WkUR8 .framer-ovbirw > :last-child, .framer-WkUR8 .framer-1j65xtd > :last-child, .framer-WkUR8 .framer-2o3ge4 > :last-child, .framer-WkUR8 .framer-1d73k7h > :last-child, .framer-WkUR8 .framer-9zpeh6 > :last-child, .framer-WkUR8 .framer-14qool7 > :last-child, .framer-WkUR8 .framer-1jyfr8o > :last-child, .framer-WkUR8 .framer-16oxrho > :last-child, .framer-WkUR8 .framer-o88qlk > :last-child, .framer-WkUR8 .framer-1mju7jw > :last-child { margin-bottom: 0px; } .framer-WkUR8 .framer-1vpu7k6 > *, .framer-WkUR8 .framer-18yv9bc > *, .framer-WkUR8 .framer-1t2obla > *, .framer-WkUR8 .framer-1m7w9cc > *, .framer-WkUR8 .framer-cnmno8 > *, .framer-WkUR8 .framer-1hc506x > *, .framer-WkUR8 .framer-ovbirw > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-WkUR8 .framer-mkk82q > *, .framer-WkUR8 .framer-1lxaw75 > *, .framer-WkUR8 .framer-i32rf6 > *, .framer-WkUR8 .framer-zut38e > *, .framer-WkUR8 .framer-7f9w06 > *, .framer-WkUR8 .framer-105kxdt > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-WkUR8 .framer-mkk82q > :first-child, .framer-WkUR8 .framer-1imj2j0 > :first-child, .framer-WkUR8 .framer-1i4x2f1 > :first-child, .framer-WkUR8 .framer-1pkq2aj > :first-child, .framer-WkUR8 .framer-1fj2iub > :first-child, .framer-WkUR8 .framer-1lxaw75 > :first-child, .framer-WkUR8 .framer-12vdsoq > :first-child, .framer-WkUR8 .framer-fxlor1 > :first-child, .framer-WkUR8 .framer-i32rf6 > :first-child, .framer-WkUR8 .framer-zut38e > :first-child, .framer-WkUR8 .framer-1bfkm7s > :first-child, .framer-WkUR8 .framer-bfo3ww > :first-child, .framer-WkUR8 .framer-7f9w06 > :first-child, .framer-WkUR8 .framer-1luspfa > :first-child, .framer-WkUR8 .framer-1rnk9y2 > :first-child, .framer-WkUR8 .framer-1qiiln6 > :first-child, .framer-WkUR8 .framer-105kxdt > :first-child, .framer-WkUR8 .framer-122guqv > :first-child, .framer-WkUR8 .framer-vtyexs > :first-child, .framer-WkUR8 .framer-1s5cvx9 > :first-child, .framer-WkUR8 .framer-vpwr7o > :first-child, .framer-WkUR8 .framer-iy44n5 > :first-child, .framer-WkUR8 .framer-1pxdvny > :first-child, .framer-WkUR8 .framer-124lxoc > :first-child { margin-left: 0px; } .framer-WkUR8 .framer-mkk82q > :last-child, .framer-WkUR8 .framer-1imj2j0 > :last-child, .framer-WkUR8 .framer-1i4x2f1 > :last-child, .framer-WkUR8 .framer-1pkq2aj > :last-child, .framer-WkUR8 .framer-1fj2iub > :last-child, .framer-WkUR8 .framer-1lxaw75 > :last-child, .framer-WkUR8 .framer-12vdsoq > :last-child, .framer-WkUR8 .framer-fxlor1 > :last-child, .framer-WkUR8 .framer-i32rf6 > :last-child, .framer-WkUR8 .framer-zut38e > :last-child, .framer-WkUR8 .framer-1bfkm7s > :last-child, .framer-WkUR8 .framer-bfo3ww > :last-child, .framer-WkUR8 .framer-7f9w06 > :last-child, .framer-WkUR8 .framer-1luspfa > :last-child, .framer-WkUR8 .framer-1rnk9y2 > :last-child, .framer-WkUR8 .framer-1qiiln6 > :last-child, .framer-WkUR8 .framer-105kxdt > :last-child, .framer-WkUR8 .framer-122guqv > :last-child, .framer-WkUR8 .framer-vtyexs > :last-child, .framer-WkUR8 .framer-1s5cvx9 > :last-child, .framer-WkUR8 .framer-vpwr7o > :last-child, .framer-WkUR8 .framer-iy44n5 > :last-child, .framer-WkUR8 .framer-1pxdvny > :last-child, .framer-WkUR8 .framer-124lxoc > :last-child { margin-right: 0px; } .framer-WkUR8 .framer-1xd6ris > *, .framer-WkUR8 .framer-9zpeh6 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-WkUR8 .framer-1imj2j0 > *, .framer-WkUR8 .framer-12vdsoq > *, .framer-WkUR8 .framer-fxlor1 > *, .framer-WkUR8 .framer-1bfkm7s > *, .framer-WkUR8 .framer-bfo3ww > *, .framer-WkUR8 .framer-iy44n5 > *, .framer-WkUR8 .framer-124lxoc > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-WkUR8 .framer-1domwio > *, .framer-WkUR8 .framer-j3ffhf > *, .framer-WkUR8 .framer-29uygk > *, .framer-WkUR8 .framer-4mqpuq > *, .framer-WkUR8 .framer-1jyfr8o > *, .framer-WkUR8 .framer-16oxrho > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-WkUR8 .framer-1i4x2f1 > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-WkUR8 .framer-1pkq2aj > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-WkUR8 .framer-1nmlmwa > *, .framer-WkUR8 .framer-1r4vsr5 > *, .framer-WkUR8 .framer-1y2izdg > *, .framer-WkUR8 .framer-1j65xtd > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-WkUR8 .framer-1w1ux4k > *, .framer-WkUR8 .framer-1lpzlbp > *, .framer-WkUR8 .framer-bosr6s > *, .framer-WkUR8 .framer-16lkknw > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-WkUR8 .framer-1np0xmh > *, .framer-WkUR8 .framer-2va6ee > *, .framer-WkUR8 .framer-33wfeg > *, .framer-WkUR8 .framer-2o3ge4 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-WkUR8 .framer-mz0a9z > *, .framer-WkUR8 .framer-38xt38 > *, .framer-WkUR8 .framer-ntwk5l > *, .framer-WkUR8 .framer-1h1rbyo > *, .framer-WkUR8 .framer-1na79iw > *, .framer-WkUR8 .framer-14qool7 > *, .framer-WkUR8 .framer-1mju7jw > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-WkUR8 .framer-1fj2iub > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-WkUR8 .framer-1odn933 > *, .framer-WkUR8 .framer-rqcv6o > *, .framer-WkUR8 .framer-6lhyyf > *, .framer-WkUR8 .framer-19hvudq > *, .framer-WkUR8 .framer-1fp3zh7 > *, .framer-WkUR8 .framer-1d73k7h > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-WkUR8 .framer-1ifim2e > *, .framer-WkUR8 .framer-bq5af5 > *, .framer-WkUR8 .framer-e1ie6g > *, .framer-WkUR8 .framer-uvyvia > *, .framer-WkUR8 .framer-1x15ugy > *, .framer-WkUR8 .framer-gg5x9a > *, .framer-WkUR8 .framer-yyvnnq > *, .framer-WkUR8 .framer-14ll5im > *, .framer-WkUR8 .framer-1ncvlhx > *, .framer-WkUR8 .framer-qed8nt > *, .framer-WkUR8 .framer-7rurl1 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-WkUR8 .framer-1g1d40q > *, .framer-WkUR8 .framer-1f7r3jr > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-WkUR8 .framer-15561y6 > *, .framer-WkUR8 .framer-1a2ymid > *, .framer-WkUR8 .framer-1ticm1w > *, .framer-WkUR8 .framer-ir1m0s > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-WkUR8 .framer-msw4xn > *, .framer-WkUR8 .framer-1bjohzz > *, .framer-WkUR8 .framer-1cd7bc5 > *, .framer-WkUR8 .framer-1it599z > *, .framer-WkUR8 .framer-aodu08 > *, .framer-WkUR8 .framer-7zxqpe > *, .framer-WkUR8 .framer-nh2hnf > *, .framer-WkUR8 .framer-18rnzgc > *, .framer-WkUR8 .framer-o88qlk > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-WkUR8 .framer-1luspfa > *, .framer-WkUR8 .framer-1rnk9y2 > *, .framer-WkUR8 .framer-1qiiln6 > *, .framer-WkUR8 .framer-122guqv > *, .framer-WkUR8 .framer-vtyexs > *, .framer-WkUR8 .framer-1s5cvx9 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-WkUR8 .framer-ffoevt > *, .framer-WkUR8 .framer-1jcf2sq > *, .framer-WkUR8 .framer-6whj9w > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-WkUR8 .framer-vpwr7o > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-WkUR8 .framer-1pxdvny > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\"@media (min-width: 1400px) { .framer-WkUR8 .hidden-72rtr7 { display: none !important; } }\",`@media (min-width: 810px) and (max-width: 1399px) { .framer-WkUR8 .hidden-7a09nj { display: none !important; } .${metadata.bodyClassName}-framer-WkUR8 { background: #f8f8f8; } .framer-WkUR8.framer-72rtr7 { width: 810px; } .framer-WkUR8 .framer-18yv9bc { max-width: unset; order: 0; } .framer-WkUR8 .framer-mkk82q { flex-direction: column; gap: 80px; padding: 0px 40px 0px 40px; } .framer-WkUR8 .framer-1xd6ris, .framer-WkUR8 .framer-15561y6, .framer-WkUR8 .framer-1a2ymid, .framer-WkUR8 .framer-ffoevt, .framer-WkUR8 .framer-1jcf2sq, .framer-WkUR8 .framer-6whj9w, .framer-WkUR8 .framer-1ncvlhx, .framer-WkUR8 .framer-qed8nt, .framer-WkUR8 .framer-7rurl1 { flex: none; width: 100%; } .framer-WkUR8 .framer-1domwio { padding: 50px 4px 50px 24px; } .framer-WkUR8 .framer-16jv3xt { width: auto; } .framer-WkUR8 .framer-12zactm, .framer-WkUR8 .framer-eai3qj, .framer-WkUR8 .framer-1fj2iub, .framer-WkUR8 .framer-1f7r3jr, .framer-WkUR8 .framer-iy44n5 { width: 100%; } .framer-WkUR8 .framer-1w1ux4k { padding: 28px 0px 120px 0px; } .framer-WkUR8 .framer-1lpzlbp, .framer-WkUR8 .framer-1t2obla { max-width: unset; } .framer-WkUR8 .framer-1np0xmh, .framer-WkUR8 .framer-1j65xtd { max-width: 800px; } .framer-WkUR8 .framer-1odn933, .framer-WkUR8 .framer-6lhyyf { align-self: stretch; gap: 40px; height: auto; padding: 24px; } .framer-WkUR8 .framer-rqcv6o { gap: 40px; padding: 24px; } .framer-WkUR8 .framer-j3ffhf { width: 90%; } .framer-WkUR8 .framer-1m7w9cc { padding: 0px; } .framer-WkUR8 .framer-1lxaw75 { flex-direction: column; } .framer-WkUR8 .framer-i32rf6 { align-content: unset; align-items: unset; display: grid; grid-auto-rows: min-content; grid-template-columns: repeat(1, minmax(200px, 1fr)); grid-template-rows: repeat(2, min-content); justify-content: center; } .framer-WkUR8 .framer-zut38e { align-self: start; justify-self: start; width: 100%; } .framer-WkUR8 .framer-1tiotrx { bottom: 24px; left: 115px; transform: unset; } .framer-WkUR8 .framer-w4voxs { bottom: 11px; left: 214px; } .framer-WkUR8 .framer-17op8jw { left: 103px; top: 27px; } .framer-WkUR8 .framer-y4wkcn { left: -7px; top: 41px; } .framer-WkUR8 .framer-1cwq2g9 { bottom: 4px; left: 7px; } .framer-WkUR8 .framer-scsufn { left: 223px; top: 56px; } .framer-WkUR8 .framer-1it599z { gap: 8px; } .framer-WkUR8 .framer-33wfeg { align-content: flex-end; align-items: flex-end; align-self: start; flex: none; flex-direction: row; justify-self: start; width: 100%; } .framer-WkUR8 .framer-bfo3ww { align-content: flex-end; align-items: flex-end; width: min-content; } .framer-WkUR8 .framer-aodu08 { flex: 1 0 0px; width: 1px; } .framer-WkUR8 .framer-1ticm1w { gap: 80px; padding: 0px 32px 0px 32px; } .framer-WkUR8 .framer-1na79iw { gap: 24px; padding: 0px 16px 0px 16px; } .framer-WkUR8 .framer-7f9w06, .framer-WkUR8 .framer-105kxdt { gap: 24px; padding: 0px; width: 100%; } .framer-WkUR8 .framer-1luspfa, .framer-WkUR8 .framer-1rnk9y2, .framer-WkUR8 .framer-1qiiln6, .framer-WkUR8 .framer-122guqv, .framer-WkUR8 .framer-vtyexs, .framer-WkUR8 .framer-1s5cvx9 { flex-direction: column; padding: 0px; } .framer-WkUR8 .framer-tk23ne, .framer-WkUR8 .framer-1tkxdld, .framer-WkUR8 .framer-151v257 { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-WkUR8 .framer-4mqpuq { padding: 60px 40px 80px 40px; } .framer-WkUR8 .framer-2wrv3i, .framer-WkUR8 .framer-1fhe1sx, .framer-WkUR8 .framer-1lyz8h0 { white-space: pre; width: auto; } .framer-WkUR8 .framer-nh2hnf { padding: 0px 10px 0px 0px; } .framer-WkUR8 .framer-ovbirw { gap: 65px; max-width: unset; } .framer-WkUR8 .framer-1d73k7h { padding: 32px 64px 32px 64px; } .framer-WkUR8 .framer-1pxdvny { flex-direction: column; height: min-content; max-width: unset; } .framer-WkUR8 .framer-9zpeh6 { flex: none; padding: 60px 40px 60px 40px; width: 100%; } .framer-WkUR8 .framer-14qool7 { align-content: center; align-items: center; } .framer-WkUR8 .framer-124lxoc { flex: none; padding: 0px 0px 40px 0px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-WkUR8 .framer-mkk82q, .framer-WkUR8 .framer-1odn933, .framer-WkUR8 .framer-rqcv6o, .framer-WkUR8 .framer-6lhyyf, .framer-WkUR8 .framer-1lxaw75, .framer-WkUR8 .framer-i32rf6, .framer-WkUR8 .framer-1it599z, .framer-WkUR8 .framer-33wfeg, .framer-WkUR8 .framer-1ticm1w, .framer-WkUR8 .framer-1na79iw, .framer-WkUR8 .framer-7f9w06, .framer-WkUR8 .framer-1luspfa, .framer-WkUR8 .framer-1rnk9y2, .framer-WkUR8 .framer-1qiiln6, .framer-WkUR8 .framer-105kxdt, .framer-WkUR8 .framer-122guqv, .framer-WkUR8 .framer-vtyexs, .framer-WkUR8 .framer-1s5cvx9, .framer-WkUR8 .framer-ovbirw, .framer-WkUR8 .framer-1pxdvny { gap: 0px; } .framer-WkUR8 .framer-mkk82q > *, .framer-WkUR8 .framer-1ticm1w > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-WkUR8 .framer-mkk82q > :first-child, .framer-WkUR8 .framer-1odn933 > :first-child, .framer-WkUR8 .framer-rqcv6o > :first-child, .framer-WkUR8 .framer-6lhyyf > :first-child, .framer-WkUR8 .framer-1lxaw75 > :first-child, .framer-WkUR8 .framer-1it599z > :first-child, .framer-WkUR8 .framer-1ticm1w > :first-child, .framer-WkUR8 .framer-1na79iw > :first-child, .framer-WkUR8 .framer-1luspfa > :first-child, .framer-WkUR8 .framer-1rnk9y2 > :first-child, .framer-WkUR8 .framer-1qiiln6 > :first-child, .framer-WkUR8 .framer-122guqv > :first-child, .framer-WkUR8 .framer-vtyexs > :first-child, .framer-WkUR8 .framer-1s5cvx9 > :first-child, .framer-WkUR8 .framer-ovbirw > :first-child, .framer-WkUR8 .framer-1pxdvny > :first-child { margin-top: 0px; } .framer-WkUR8 .framer-mkk82q > :last-child, .framer-WkUR8 .framer-1odn933 > :last-child, .framer-WkUR8 .framer-rqcv6o > :last-child, .framer-WkUR8 .framer-6lhyyf > :last-child, .framer-WkUR8 .framer-1lxaw75 > :last-child, .framer-WkUR8 .framer-1it599z > :last-child, .framer-WkUR8 .framer-1ticm1w > :last-child, .framer-WkUR8 .framer-1na79iw > :last-child, .framer-WkUR8 .framer-1luspfa > :last-child, .framer-WkUR8 .framer-1rnk9y2 > :last-child, .framer-WkUR8 .framer-1qiiln6 > :last-child, .framer-WkUR8 .framer-122guqv > :last-child, .framer-WkUR8 .framer-vtyexs > :last-child, .framer-WkUR8 .framer-1s5cvx9 > :last-child, .framer-WkUR8 .framer-ovbirw > :last-child, .framer-WkUR8 .framer-1pxdvny > :last-child { margin-bottom: 0px; } .framer-WkUR8 .framer-1odn933 > *, .framer-WkUR8 .framer-rqcv6o > *, .framer-WkUR8 .framer-6lhyyf > *, .framer-WkUR8 .framer-1lxaw75 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-WkUR8 .framer-i32rf6 > *, .framer-WkUR8 .framer-i32rf6 > :first-child, .framer-WkUR8 .framer-i32rf6 > :last-child { margin: 0px; } .framer-WkUR8 .framer-1it599z > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-WkUR8 .framer-33wfeg > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-WkUR8 .framer-33wfeg > :first-child, .framer-WkUR8 .framer-7f9w06 > :first-child, .framer-WkUR8 .framer-105kxdt > :first-child { margin-left: 0px; } .framer-WkUR8 .framer-33wfeg > :last-child, .framer-WkUR8 .framer-7f9w06 > :last-child, .framer-WkUR8 .framer-105kxdt > :last-child { margin-right: 0px; } .framer-WkUR8 .framer-1na79iw > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-WkUR8 .framer-7f9w06 > *, .framer-WkUR8 .framer-105kxdt > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-WkUR8 .framer-1luspfa > *, .framer-WkUR8 .framer-1rnk9y2 > *, .framer-WkUR8 .framer-1qiiln6 > *, .framer-WkUR8 .framer-122guqv > *, .framer-WkUR8 .framer-vtyexs > *, .framer-WkUR8 .framer-1s5cvx9 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-WkUR8 .framer-ovbirw > * { margin: 0px; margin-bottom: calc(65px / 2); margin-top: calc(65px / 2); } .framer-WkUR8 .framer-1pxdvny > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }}`,`@media (max-width: 809px) { .framer-WkUR8 .hidden-liub87 { display: none !important; } .${metadata.bodyClassName}-framer-WkUR8 { background: #f8f8f8; } .framer-WkUR8.framer-72rtr7 { width: 390px; } .framer-WkUR8 .framer-1vpu7k6 { gap: 100px; } .framer-WkUR8 .framer-18yv9bc, .framer-WkUR8 .framer-1t2obla, .framer-WkUR8 .framer-ir1m0s { max-width: unset; } .framer-WkUR8 .framer-mkk82q { flex-direction: column; padding: 0px 20px 0px 20px; } .framer-WkUR8 .framer-1xd6ris, .framer-WkUR8 .framer-1odn933, .framer-WkUR8 .framer-rqcv6o, .framer-WkUR8 .framer-6lhyyf, .framer-WkUR8 .framer-1hc506x, .framer-WkUR8 .framer-18rnzgc { flex: none; width: 100%; } .framer-WkUR8 .framer-1imj2j0 { flex-direction: column; } .framer-WkUR8 .framer-1domwio { align-content: center; align-items: center; flex: none; padding: 33px 0px 33px 0px; width: 100%; } .framer-WkUR8 .framer-12zactm, .framer-WkUR8 .framer-eai3qj, .framer-WkUR8 .framer-j3ffhf, .framer-WkUR8 .framer-cnmno8, .framer-WkUR8 .framer-u6qbw5, .framer-WkUR8 .framer-nzjbmj, .framer-WkUR8 .framer-au8fo3, .framer-WkUR8 .framer-4z1hrp, .framer-WkUR8 .framer-1f7r3jr, .framer-WkUR8 .framer-1j65xtd, .framer-WkUR8 .framer-iy44n5, .framer-WkUR8 .framer-pnvih0 { width: 100%; } .framer-WkUR8 .framer-1pkq2aj, .framer-WkUR8 .framer-2va6ee { flex: none; height: min-content; width: 100%; } .framer-WkUR8 .framer-1nmlmwa { align-content: flex-start; align-items: flex-start; flex-direction: row; justify-content: flex-start; overflow: visible; } .framer-WkUR8 .framer-raijpj-container, .framer-WkUR8 .framer-tt1989-container, .framer-WkUR8 .framer-1qaxgor-container, .framer-WkUR8 .framer-1f443v-container, .framer-WkUR8 .framer-1l1i1xk-container, .framer-WkUR8 .framer-dq73c5-container, .framer-WkUR8 .framer-yronxc-container, .framer-WkUR8 .framer-1gjrsj4-container { width: 149px; } .framer-WkUR8 .framer-1w1ux4k { gap: 35px; padding: 40px 0px 21px 0px; } .framer-WkUR8 .framer-1oou3dc { white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; } .framer-WkUR8 .framer-1lpzlbp, .framer-WkUR8 .framer-1ticm1w { max-width: unset; padding: 0px 24px 0px 24px; } .framer-WkUR8 .framer-1fj2iub { flex-direction: column; width: 100%; } .framer-WkUR8 .framer-19hvudq { padding: 48px 0px 48px 0px; } .framer-WkUR8 .framer-1m7w9cc { padding: 0px; } .framer-WkUR8 .framer-bosr6s { gap: 24px; } .framer-WkUR8 .framer-1lxaw75 { flex-direction: column; gap: 24px; } .framer-WkUR8 .framer-15561y6 { align-content: flex-start; align-items: flex-start; flex: none; gap: 20px; padding: 32px; width: 100%; } .framer-WkUR8 .framer-1a2ymid { align-content: flex-start; align-items: flex-start; flex: none; gap: 10px; padding: 32px; width: 100%; } .framer-WkUR8 .framer-fxlor1 { padding: 0px 19px 0px 0px; } .framer-WkUR8 .framer-i32rf6 { flex-direction: column; gap: 32px; } .framer-WkUR8 .framer-zut38e { flex-direction: column; gap: 21px; height: min-content; width: 100%; } .framer-WkUR8 .framer-1tiotrx { bottom: 18px; left: 81px; transform: unset; } .framer-WkUR8 .framer-w4voxs { bottom: -12px; left: 181px; } .framer-WkUR8 .framer-17op8jw { left: 82px; top: 47px; } .framer-WkUR8 .framer-y4wkcn { left: -14px; top: 50%; transform: translateY(-50%); } .framer-WkUR8 .framer-1cwq2g9 { bottom: -28px; left: -17px; } .framer-WkUR8 .framer-scsufn { left: 185px; top: 47%; transform: translateY(-50%); } .framer-WkUR8 .framer-yyvnnq { gap: 5px; } .framer-WkUR8 .framer-1fp3zh7 { padding: 60px 0px 60px 0px; } .framer-WkUR8 .framer-1na79iw { gap: 80px; padding: 0px; } .framer-WkUR8 .framer-7f9w06 { flex-direction: column; gap: 24px; padding: 0px; width: 100%; } .framer-WkUR8 .framer-1luspfa, .framer-WkUR8 .framer-1rnk9y2, .framer-WkUR8 .framer-1qiiln6 { align-content: center; align-items: center; flex: none; flex-direction: column; padding: 0px; width: 100%; } .framer-WkUR8 .framer-ffoevt, .framer-WkUR8 .framer-1jcf2sq, .framer-WkUR8 .framer-6whj9w { align-content: center; align-items: center; flex: none; width: 100%; } .framer-WkUR8 .framer-tk23ne, .framer-WkUR8 .framer-1fod6la { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-WkUR8 .framer-4mqpuq { gap: 40px; padding: 60px 20px 60px 20px; } .framer-WkUR8 .framer-vpwr7o { flex-direction: column; gap: 40px; } .framer-WkUR8 .framer-7zxqpe, .framer-WkUR8 .framer-nh2hnf { --border-bottom-width: unset; --border-left-width: unset; --border-right-width: unset; --border-top-width: unset; flex: none; width: 100%; } .framer-WkUR8 .framer-16lkknw { padding: 60px 24px 20px 24px; } .framer-WkUR8 .framer-1d73k7h { padding: 10px; } .framer-WkUR8 .framer-1pxdvny { flex-direction: column; height: min-content; } .framer-WkUR8 .framer-9zpeh6 { align-content: center; align-items: center; flex: none; gap: 35px; padding: 60px 20px 40px 20px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-WkUR8 .framer-1vpu7k6, .framer-WkUR8 .framer-mkk82q, .framer-WkUR8 .framer-1imj2j0, .framer-WkUR8 .framer-1nmlmwa, .framer-WkUR8 .framer-1w1ux4k, .framer-WkUR8 .framer-1fj2iub, .framer-WkUR8 .framer-bosr6s, .framer-WkUR8 .framer-1lxaw75, .framer-WkUR8 .framer-15561y6, .framer-WkUR8 .framer-1a2ymid, .framer-WkUR8 .framer-i32rf6, .framer-WkUR8 .framer-zut38e, .framer-WkUR8 .framer-yyvnnq, .framer-WkUR8 .framer-1na79iw, .framer-WkUR8 .framer-7f9w06, .framer-WkUR8 .framer-1luspfa, .framer-WkUR8 .framer-1rnk9y2, .framer-WkUR8 .framer-1qiiln6, .framer-WkUR8 .framer-4mqpuq, .framer-WkUR8 .framer-vpwr7o, .framer-WkUR8 .framer-1pxdvny, .framer-WkUR8 .framer-9zpeh6 { gap: 0px; } .framer-WkUR8 .framer-1vpu7k6 > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-WkUR8 .framer-1vpu7k6 > :first-child, .framer-WkUR8 .framer-mkk82q > :first-child, .framer-WkUR8 .framer-1imj2j0 > :first-child, .framer-WkUR8 .framer-1w1ux4k > :first-child, .framer-WkUR8 .framer-1fj2iub > :first-child, .framer-WkUR8 .framer-bosr6s > :first-child, .framer-WkUR8 .framer-1lxaw75 > :first-child, .framer-WkUR8 .framer-15561y6 > :first-child, .framer-WkUR8 .framer-1a2ymid > :first-child, .framer-WkUR8 .framer-i32rf6 > :first-child, .framer-WkUR8 .framer-zut38e > :first-child, .framer-WkUR8 .framer-yyvnnq > :first-child, .framer-WkUR8 .framer-1na79iw > :first-child, .framer-WkUR8 .framer-7f9w06 > :first-child, .framer-WkUR8 .framer-1luspfa > :first-child, .framer-WkUR8 .framer-1rnk9y2 > :first-child, .framer-WkUR8 .framer-1qiiln6 > :first-child, .framer-WkUR8 .framer-4mqpuq > :first-child, .framer-WkUR8 .framer-vpwr7o > :first-child, .framer-WkUR8 .framer-1pxdvny > :first-child, .framer-WkUR8 .framer-9zpeh6 > :first-child { margin-top: 0px; } .framer-WkUR8 .framer-1vpu7k6 > :last-child, .framer-WkUR8 .framer-mkk82q > :last-child, .framer-WkUR8 .framer-1imj2j0 > :last-child, .framer-WkUR8 .framer-1w1ux4k > :last-child, .framer-WkUR8 .framer-1fj2iub > :last-child, .framer-WkUR8 .framer-bosr6s > :last-child, .framer-WkUR8 .framer-1lxaw75 > :last-child, .framer-WkUR8 .framer-15561y6 > :last-child, .framer-WkUR8 .framer-1a2ymid > :last-child, .framer-WkUR8 .framer-i32rf6 > :last-child, .framer-WkUR8 .framer-zut38e > :last-child, .framer-WkUR8 .framer-yyvnnq > :last-child, .framer-WkUR8 .framer-1na79iw > :last-child, .framer-WkUR8 .framer-7f9w06 > :last-child, .framer-WkUR8 .framer-1luspfa > :last-child, .framer-WkUR8 .framer-1rnk9y2 > :last-child, .framer-WkUR8 .framer-1qiiln6 > :last-child, .framer-WkUR8 .framer-4mqpuq > :last-child, .framer-WkUR8 .framer-vpwr7o > :last-child, .framer-WkUR8 .framer-1pxdvny > :last-child, .framer-WkUR8 .framer-9zpeh6 > :last-child { margin-bottom: 0px; } .framer-WkUR8 .framer-mkk82q > *, .framer-WkUR8 .framer-4mqpuq > *, .framer-WkUR8 .framer-vpwr7o > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-WkUR8 .framer-1imj2j0 > *, .framer-WkUR8 .framer-1a2ymid > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-WkUR8 .framer-1nmlmwa > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-WkUR8 .framer-1nmlmwa > :first-child { margin-left: 0px; } .framer-WkUR8 .framer-1nmlmwa > :last-child { margin-right: 0px; } .framer-WkUR8 .framer-1w1ux4k > *, .framer-WkUR8 .framer-9zpeh6 > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-WkUR8 .framer-1fj2iub > *, .framer-WkUR8 .framer-bosr6s > *, .framer-WkUR8 .framer-1lxaw75 > *, .framer-WkUR8 .framer-7f9w06 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-WkUR8 .framer-15561y6 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-WkUR8 .framer-i32rf6 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-WkUR8 .framer-zut38e > * { margin: 0px; margin-bottom: calc(21px / 2); margin-top: calc(21px / 2); } .framer-WkUR8 .framer-yyvnnq > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-WkUR8 .framer-1na79iw > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-WkUR8 .framer-1luspfa > *, .framer-WkUR8 .framer-1rnk9y2 > *, .framer-WkUR8 .framer-1qiiln6 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-WkUR8 .framer-1pxdvny > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }}`,...sharedStyle.css,'.framer-WkUR8[data-border=\"true\"]::after, .framer-WkUR8 [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 5963\n * @framerIntrinsicWidth 1400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"rZoq4fOw5\":{\"layout\":[\"fixed\",\"auto\"]},\"sxoaNYiuO\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-WkUR8\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:5963,width:1400};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Be Vietnam Pro\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HToIV83T7wrcwap.woff2\",weight:\"600\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"},{family:\"Be Vietnam Pro\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HTEJl83T7wrcwap.woff2\",weight:\"500\"},{family:\"Be Vietnam Pro\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVPSTAyLFyeg_IDWvOJmVES_Ew1D3s6ZKAi.woff2\",weight:\"400\"},{family:\"Be Vietnam Pro\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVMSTAyLFyeg_IDWvOJmVES_HSMIF83T7wrcwap.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://app.framerstatic.com/Inter-SemiBold.cyrillic-ext-C7KWUKA7.woff2\",weight:\"600\"},{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-SemiBold.cyrillic-JWV7SOZ6.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-SemiBold.greek-ext-FBKSFTSU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-SemiBold.greek-EQ3PSENU.woff2\",weight:\"600\"},{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-SemiBold.latin-ext-ULRSO3ZR.woff2\",weight:\"600\"},{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-SemiBold.latin-RDYY2AG2.woff2\",weight:\"600\"},{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-SemiBold.vietnamese-ESQNSEQ3.woff2\",weight:\"600\"},{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-Medium.cyrillic-ext-M4WHNGTS.woff2\",weight:\"500\"},{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-Medium.cyrillic-JVU2PANX.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Medium.greek-ext-4KCQBEIZ.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Medium.greek-DPOQGN7L.woff2\",weight:\"500\"},{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-Medium.latin-ext-J4DBSW7F.woff2\",weight:\"500\"},{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-Medium.latin-Y3IVPL46.woff2\",weight:\"500\"},{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-Medium.vietnamese-PJV76O4P.woff2\",weight:\"500\"}]},...NavigationBarFonts,...VideoFonts,...TickerFonts,...SectionBadgeFonts,...FeaturedIconFonts,...AccordionFonts,...ButtonFonts,...FormSparkFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"5963\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rZoq4fOw5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sxoaNYiuO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1400\",\"framerImmutableVariables\":\"true\",\"framerResponsiveScreen\":\"\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["noopReturn", "t", "isFunction", "t", "e", "t", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "e", "r", "n", "o", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "velocityPerSecond", "calcDampingRatio", "e", "hasReachedTarget", "spring", "o", "c", "i", "u", "d", "f", "l", "g", "glide", "a", "h", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "L", "T", "M", "e", "k", "noopReturn", "B", "asTransformCssVar", "j", "T", "L", "P", "j", "testAnimation", "e", "C", "R", "H", "resolveElements", "e", "createGeneratorEasing", "e", "o", "getGenerator", "t", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "n", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "U", "spring", "q", "glide", "K", "inView$1", "resolveElements", "onIntersectionChange", "isFunction", "G", "_", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "Z", "X", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "e", "dispatchViewEvent", "ae", "o", "s", "__rest", "inView$1", "t", "mouseEvent", "ce", "le", "onPointerUp", "window", "onPointerDown", "n", "fe", "ue", "directionTransformers", "offset", "supportsAcceleratedAnimations", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "ue", "resize", "contentSize", "child", "index", "ref", "ref1", "ref2", "ref3", "ref4", "p", "LayoutGroup", "q", "i", "childIndex", "ref5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "fontStack", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "fontWeights", "useFontControls", "props", "fontFamily", "fontSize", "fontWeight", "font", "fontWeightName", "customFontStack", "fontStack", "fontFamilyStyle", "fetchCustomFonts", "fontStore", "e", "ue", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "usePadding", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingControl", "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", "emailRegex", "validateEmail", "email", "FormSpark", "withCSS", "formId", "withName", "name", "withEmail", "withMessage", "message", "layout", "inputs", "button", "style", "gap", "onSubmit", "props", "nameValue", "setName", "ye", "emailValue", "setEmail", "messageValue", "setMessage", "isNameError", "setNameError", "isEmailError", "setEmailError", "isMessageError", "setMessageError", "isLoading", "setLoading", "isSuccess", "setSuccess", "isCanvas", "se", "RenderTarget", "gridTemplateRows", "rows", "gridTemplateColumns", "cols", "fontFamily", "fontSize", "fontWeight", "useFontControls", "borderRadius", "useRadius", "paddingValue", "usePadding", "validateForm", "te", "error", "handleSubmit", "event", "data", "entries", "handleNameChange", "handleEmailChange", "handleMessageChange", "p", "motion", "containerStyles", "u", "defaultStyle", "addPropertyControls", "ControlType", "fontControls", "paddingControl", "borderRadiusControl", "FormSpark_default", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "transformTemplate1", "_", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "text", "width", "props", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "cPNKvLC6z", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "SVG", "RichText", "css", "FramerDNhFzFkab", "withCSS", "DNhFzFkab_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "label", "link", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "uNPFZriKH", "dMSsnwHK8", "Qw8imJbtD", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1a12yw8", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText", "css", "FramerdYI4FaG7U", "withCSS", "dYI4FaG7U_default", "addPropertyControls", "ControlType", "addFonts", "b", "v", "x", "e", "r", "t", "y", "g", "a", "re", "MotionConfigContext", "o", "se", "p", "w", "k", "i", "n", "l", "s", "d", "W", "j", "Y", "useLocaleInfo", "m", "f", "h", "F", "B", "T", "M", "V", "A", "q", "R", "useVariantState", "b", "z", "I", "S", "useActiveVariantCallback", "P", "D", "E", "pe", "H", "ae", "LayoutGroup", "motion", "cx", "u", "RichText", "withCSS", "VJs4kEzgs_default", "addPropertyControls", "ControlType", "addFonts", "FAQRowFonts", "getFonts", "VJs4kEzgs_default", "cycleOrder", "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", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "ComponentViewportProvider", "VJs4kEzgs_default", "css", "FramerkFOHFlB8O", "withCSS", "kFOHFlB8O_default", "addFonts", "FAQRowFonts", "containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "e", "f", "o", "t", "n", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "f", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "addPropertyControls", "ControlType", "defaultEvents", "fontStore", "fonts", "css", "className", "ImageWithFX", "withFX", "Image2", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "click", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Yoyxn1jRI", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1syvrda", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "css", "FramerQFiZe2uAT", "withCSS", "QFiZe2uAT_default", "addPropertyControls", "ControlType", "addFonts", "LogoFonts", "getFonts", "QFiZe2uAT_default", "IconoirFonts", "Icon", "ButtonFonts", "dYI4FaG7U_default", "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", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onClickol0wk4", "args", "onClickfipv4y", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "ComponentViewportProvider", "RichText", "Link", "css", "FramerqxYWctY_B", "withCSS", "qxYWctY_B_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ButtonFonts", "getFonts", "dYI4FaG7U_default", "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", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "Link", "Image2", "RichText", "ComponentViewportProvider", "css", "FramerRgfe4eDav", "withCSS", "Rgfe4eDav_default", "addPropertyControls", "ControlType", "addFonts", "c", "g", "x", "y", "a", "re", "MotionConfigContext", "o", "se", "p", "b", "e", "r", "t", "i", "v", "j", "Y", "useLocaleInfo", "s", "m", "u", "h", "w", "I", "H", "T", "q", "M", "N", "Z", "useVariantState", "c", "g", "R", "S", "pe", "A", "ae", "LayoutGroup", "motion", "cx", "RichText", "withCSS", "YjXjiKdIG_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "NavigationBarFonts", "getFonts", "qxYWctY_B_default", "VideoFonts", "Video", "MotionDivWithFX", "withFX", "motion", "ImageWithFX", "Image2", "TickerFonts", "Ticker", "RichTextWithFX", "RichText", "SectionBadgeFonts", "YjXjiKdIG_default", "ContainerWithFX", "Container", "FeaturedIconFonts", "DNhFzFkab_default", "AccordionFonts", "kFOHFlB8O_default", "ButtonFonts", "dYI4FaG7U_default", "FormSparkFonts", "FormSpark_default", "FooterFonts", "Rgfe4eDav_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "transition3", "animation3", "transition4", "animation4", "transition5", "animation5", "transition6", "transition7", "animation6", "animation7", "transition8", "animation8", "transformTemplate1", "_", "transition9", "animation9", "animation10", "animation11", "transition10", "transition11", "animation12", "transition12", "transition13", "transition14", "animation13", "transition15", "transition16", "transition17", "inertia", "preventDefault", "e", "animation14", "animation15", "animation16", "animation17", "animation18", "transformTemplate2", "animation19", "transition18", "transition19", "transition20", "animation20", "animation21", "transition21", "transition22", "transition23", "transition24", "transition25", "transition26", "transition27", "transition28", "transition29", "transition30", "animation22", "animation23", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ie", "metadata1", "_document_querySelector", "robotsTag", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "useRouteElementId", "ref2", "isDisplayed", "isDisplayed1", "id1", "ref3", "id2", "ref4", "id3", "ref5", "id4", "ref6", "id5", "ref7", "id6", "ref8", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "Container", "PropertyOverrides", "qxYWctY_B_default", "RichText", "x", "optimizeAppear", "MotionDivWithFX", "Video", "Image2", "ImageWithFX", "optimizeAppearTransformTemplate", "Ticker", "SVG", "RichTextWithFX", "ContainerWithFX", "YjXjiKdIG_default", "DNhFzFkab_default", "kFOHFlB8O_default", "Link", "dYI4FaG7U_default", "FormSpark_default", "Rgfe4eDav_default", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "NavigationBarFonts", "VideoFonts", "TickerFonts", "SectionBadgeFonts", "FeaturedIconFonts", "AccordionFonts", "ButtonFonts", "FormSparkFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
