{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:react-hook-inview@4.5.0/dist/esm/index.js", "ssg:https://ga.jspm.io/npm:use-count-up@3.0.1/lib/index.module.js", "ssg:https://ga.jspm.io/npm:react-is@18.2.0/index.js", "ssg:https://ga.jspm.io/npm:shallowequal@1.1.0/index.js", "ssg:https://ga.jspm.io/npm:@emotion/stylis@0.8.5/dist/stylis.browser.esm.js", "ssg:https://ga.jspm.io/npm:@emotion/unitless@0.7.5/dist/unitless.browser.esm.js", "ssg:https://ga.jspm.io/npm:@emotion/memoize@0.8.0/dist/emotion-memoize.esm.js", "ssg:https://ga.jspm.io/npm:@emotion/is-prop-valid@1.2.0/dist/emotion-is-prop-valid.esm.js", "ssg:https://ga.jspm.io/npm:react-is@16.13.1/index.js", "ssg:https://ga.jspm.io/npm:hoist-non-react-statics@3.3.2/dist/hoist-non-react-statics.cjs.js", "ssg:https://ga.jspm.io/npm:styled-components@5.3.10/dist/styled-components.browser.esm.js", "ssg:https://framerusercontent.com/modules/axMoXKZ8LAs8Kz2LXgHU/iqmjuiGDz4yzhun4VYj9/Counter.js", "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.12.0/dist/index.es.js", "ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js", "ssg:https://framerusercontent.com/modules/pFsvFeoOYEuIYjIjWDYW/HukimhSHglqQFqYLh4cj/d6yvbMLE7.js", "ssg:https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js", "ssg:https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/z9LFDX6PKECtSqS68OWD/SlideShow.js", "ssg:https://framerusercontent.com/modules/O2XADt5u6q8B1HNc2ITj/DP6W3sn83V9n22SgAGdI/j5uAd3KQQ.js", "ssg:https://framerusercontent.com/modules/CTSoWsQ8HlEOHlB7yYrb/ZVF5PPTOfBfxlQXJuOre/qMpeob46m.js", "ssg:https://framerusercontent.com/modules/YodrxzRrKYSyf5XOoznt/ghMyXahmbUtFpP6ELskC/vU5GQVryA.js", "ssg:https://framerusercontent.com/modules/DGnHoJBJKcFagtd55Gaw/eIi9xXZ4hHjX78D4aaJL/YRdZVcUoJ.js", "ssg:https://framerusercontent.com/modules/lpssduERpeiinMnT7DmV/MbcIHsUJ0JTIpNRgsvhf/augiA20Il.js"],
  "sourcesContent": ["import{useRef as r,useCallback as e,useState as n,useEffect as t}from\"react\";\n/**\n * useObserver\n * @param callback IntersectionObserverCallback\n * @param options IntersectionObserverInit\n * @param externalState React.ComponentState[]\n */const useObserver=(n,{root:t,rootMargin:o,threshold:s}={},i=[])=>{const c=r(null);const u=r(null);const l=e((r=>{if(c.current&&u.current){u.current.unobserve(c.current);u.current.disconnect();u.current=null}if(r){u.current=new IntersectionObserver(n,{root:t,rootMargin:o,threshold:s});u.current.observe(r);c.current=r}}),[c,t,o,JSON.stringify(s),...i]);return l};\n/**\n * useInView\n * @param options IntersectionObserverInit\n * @param externalState React.ComponentState[]\n */const useInView=({root:r,rootMargin:o,threshold:s,unobserveOnEnter:i,target:c,onEnter:u,onLeave:l,defaultInView:v}={},d=[])=>{const[a,h]=n({inView:v||false,entry:null,observer:null});const f=e((([r],e)=>{const n=e.thresholds.some((e=>r.intersectionRatio>=e));const t=n&&r.isIntersecting;h({inView:t,entry:r,observer:e});if(t&&i){e.unobserve(r.target);e.disconnect()}t?null===u||void 0===u?void 0:u(r,e):null===l||void 0===l?void 0:l(r,e)}),[u,l,i]);const b=useObserver(f,{root:r,rootMargin:o,threshold:s},[i,...d]);t((()=>{(null===c||void 0===c?void 0:c.current)&&b(c.current)}),[c,b]);return[b,a.inView,a.entry,a.observer]};export{useInView,useObserver as useInViewEffect};\n\n//# sourceMappingURL=index.js.map", "import{useEffect as e,useLayoutEffect as t,useState as r,useRef as n,useCallback as a}from\"react\";var u=Object.getOwnPropertySymbols;var o=Object.prototype.hasOwnProperty,l=Object.prototype.propertyIsEnumerable;var T=(e,t)=>{var r={};for(var n in e)o.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&u)for(var n of u(e))t.indexOf(n)<0&&l.call(e,n)&&(r[n]=e[n]);return r};var i=Object.defineProperty,p=Object.defineProperties,f=Object.getOwnPropertyDescriptors,s=Object.getOwnPropertySymbols,d=Object.prototype.hasOwnProperty,m=Object.prototype.propertyIsEnumerable,I=(e,t,r)=>t in e?i(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,x=(e,t)=>{for(var r in t||(t={}))d.call(t,r)&&I(e,r,t[r]);if(s)for(var r of s(t))m.call(t,r)&&I(e,r,t[r]);return e},U=(e,t)=>p(e,f(t)),y=\"undefined\"==typeof window?e:t,h=({isPlaying:e,duration:t,startAt:u=0,updateInterval:o=0,onComplete:l,onUpdate:i})=>{let[p,f]=r(u),s=n(-1e3*u),d=n(null),m=n(null),b=n(null),v=n({elapsedTimeRef:0,startAtRef:u,durationRef:t,updateIntervalRef:o});v.current=U(x({},v.current),{durationRef:t,updateIntervalRef:o});let c=e=>{let t=e/1e3;if(null===m.current){m.current=t,d.current=requestAnimationFrame(c);return}let{durationRef:r,elapsedTimeRef:n,updateIntervalRef:a,startAtRef:u}=v.current,o=t-m.current,l=n+o;m.current=t,v.current=U(x({},v.current),{elapsedTimeRef:l});let i=u+(0===a?l:(l/a|0)*a),p=u+l,s=\"number\"==typeof r&&p>=r;f(s?r:i),s||(d.current=requestAnimationFrame(c))},R=()=>{d.current&&cancelAnimationFrame(d.current),b.current&&clearTimeout(b.current),m.current=null},O=a((t=>{let r=\"number\"==typeof t?t:u;R(),v.current=U(x({},v.current),{elapsedTimeRef:0,startAtRef:r}),f(r),e&&(d.current=requestAnimationFrame(c))}),[e,u]);return y((()=>{if(null==i||i(p),t&&p>=t){s.current+=1e3*t;let{shouldRepeat:e=!1,delay:r=0,newStartAt:n}=(null==l?void 0:l(s.current/1e3))||{};e&&(b.current=setTimeout((()=>O(n)),1e3*r))}}),[p,t]),y((()=>(e&&(d.current=requestAnimationFrame(c)),R)),[e]),{elapsedTime:p,reset:O}};var b={easeInCubic:(e,t,r,n)=>(e/=n,r*e*e*e+t),easeOutCubic:(e,t,r,n)=>(e/=n,e--,r*(e*e*e+1)+t),linear:(e,t,r,n)=>r*e/n+t},v=b.easeOutCubic,L=e=>\"function\"==typeof e?e:b[e];var ee=(e,t)=>{if(\"number\"==typeof e)return\"number\"==typeof t?t:2},$=(e,t)=>e.replace(/\\B(?=(\\d{3})+(?!\\d))/g,t),k=e=>(e.toString().split(\".\")[1]||\"\").length,te=(e,t)=>{let r=k(e),n=k(t||1);return r>=n?r:n},w=({isCounting:e=!1,start:t=0,end:r,duration:n,decimalPlaces:a=te(t,r),decimalSeparator:u=\".\",thousandsSeparator:o=\"\",onComplete:l,easing:i=v,formatter:p,updateInterval:f,onUpdate:s})=>{let d=ee(r,n),c=e=>{let n;if(0===d&&\"number\"==typeof r)n=r;else if(\"number\"==typeof r&&\"number\"==typeof d){let a=L(i),u=e<d?e:d;n=a(u,t,r-t,d)}else n=t+e;if(\"function\"==typeof p)return p(n);if(0===a){let e=Math.round(n).toString();return $(e,o)}let[l,f]=n.toFixed(a).split(\".\");return`${$(l,o)}${u}${f}`},{elapsedTime:m,reset:y}=h({isPlaying:e,duration:d,onComplete:l,updateInterval:f,onUpdate:\"function\"==typeof s?e=>s(c(e)):void 0});return{value:c(m),reset:y}};var B=e=>{var t=e,{children:r}=t,n=T(t,[\"children\"]);let a=w(n);return\"function\"==typeof r?r(a):a.value};B.displayName=\"CountUp\";export{B as CountUp,w as useCountUp};\n\n//# sourceMappingURL=index.module.js.map", "var e={};var t,r=Symbol.for(\"react.element\"),o=Symbol.for(\"react.portal\"),n=Symbol.for(\"react.fragment\"),s=Symbol.for(\"react.strict_mode\"),i=Symbol.for(\"react.profiler\"),f=Symbol.for(\"react.provider\"),c=Symbol.for(\"react.context\"),u=Symbol.for(\"react.server_context\"),a=Symbol.for(\"react.forward_ref\"),l=Symbol.for(\"react.suspense\"),y=Symbol.for(\"react.suspense_list\"),m=Symbol.for(\"react.memo\"),p=Symbol.for(\"react.lazy\"),d=Symbol.for(\"react.offscreen\");t=Symbol.for(\"react.module.reference\");function v(e){if(\"object\"===typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type,e){case n:case i:case s:case l:case y:return e;default:switch(e=e&&e.$$typeof,e){case u:case c:case a:case p:case m:case f:return e;default:return t}}case o:return t}}}e.ContextConsumer=c;e.ContextProvider=f;e.Element=r;e.ForwardRef=a;e.Fragment=n;e.Lazy=p;e.Memo=m;e.Portal=o;e.Profiler=i;e.StrictMode=s;e.Suspense=l;e.SuspenseList=y;e.isAsyncMode=function(){return!1};e.isConcurrentMode=function(){return!1};e.isContextConsumer=function(e){return v(e)===c};e.isContextProvider=function(e){return v(e)===f};e.isElement=function(e){return\"object\"===typeof e&&null!==e&&e.$$typeof===r};e.isForwardRef=function(e){return v(e)===a};e.isFragment=function(e){return v(e)===n};e.isLazy=function(e){return v(e)===p};e.isMemo=function(e){return v(e)===m};e.isPortal=function(e){return v(e)===o};e.isProfiler=function(e){return v(e)===i};e.isStrictMode=function(e){return v(e)===s};e.isSuspense=function(e){return v(e)===l};e.isSuspenseList=function(e){return v(e)===y};e.isValidElementType=function(e){return\"string\"===typeof e||\"function\"===typeof e||e===n||e===i||e===s||e===l||e===y||e===d||\"object\"===typeof e&&null!==e&&(e.$$typeof===p||e.$$typeof===m||e.$$typeof===f||e.$$typeof===c||e.$$typeof===a||e.$$typeof===t||void 0!==e.getModuleId)};e.typeOf=v;const S=e.ContextConsumer,b=e.ContextProvider,$=e.Element,C=e.ForwardRef,M=e.Fragment,P=e.Lazy,x=e.Memo,w=e.Portal,F=e.Profiler,L=e.StrictMode,g=e.Suspense,E=e.SuspenseList,z=e.isAsyncMode,R=e.isConcurrentMode,_=e.isContextConsumer,h=e.isContextProvider,j=e.isElement,A=e.isForwardRef,O=e.isFragment,T=e.isLazy,V=e.isMemo,I=e.isPortal,k=e.isProfiler,q=e.isStrictMode,B=e.isSuspense,D=e.isSuspenseList,G=e.isValidElementType,H=e.typeOf;export{S as ContextConsumer,b as ContextProvider,$ as Element,C as ForwardRef,M as Fragment,P as Lazy,x as Memo,w as Portal,F as Profiler,L as StrictMode,g as Suspense,E as SuspenseList,e as default,z as isAsyncMode,R as isConcurrentMode,_ as isContextConsumer,h as isContextProvider,j as isElement,A as isForwardRef,O as isFragment,T as isLazy,V as isMemo,I as isPortal,k as isProfiler,q as isStrictMode,B as isSuspense,D as isSuspenseList,G as isValidElementType,H as typeOf};\n\n//# sourceMappingURL=index.js.map", "var r={};r=function shallowEqual(r,e,t,a){var f=t?t.call(a,r,e):void 0;if(void 0!==f)return!!f;if(r===e)return true;if(\"object\"!==typeof r||!r||\"object\"!==typeof e||!e)return false;var l=Object.keys(r);var o=Object.keys(e);if(l.length!==o.length)return false;var n=Object.prototype.hasOwnProperty.bind(e);for(var v=0;v<l.length;v++){var i=l[v];if(!n(i))return false;var u=r[i];var s=e[i];f=t?t.call(a,u,s,i):void 0;if(false===f||void 0===f&&u!==s)return false}return true};var e=r;export default e;\n\n//# sourceMappingURL=index.js.map", "function stylis_min(e){function M(e,t,c,s,i){for(var n,o,u,k,d,w=0,p=0,x=0,O=0,z=0,j=0,S=u=n=0,_=0,q=0,D=0,E=0,F=c.length,G=F-1,I=\"\",J=\"\",K=\"\",N=\"\";_<F;){o=c.charCodeAt(_);_===G&&0!==p+O+x+w&&(0!==p&&(o=47===p?10:47),O=x=w=0,F++,G++);if(0===p+O+x+w){if(_===G&&(0<q&&(I=I.replace(r,\"\")),0<I.trim().length)){switch(o){case 32:case 9:case 59:case 13:case 10:break;default:I+=c.charAt(_)}o=59}switch(o){case 123:I=I.trim();n=I.charCodeAt(0);u=1;for(E=++_;_<F;){switch(o=c.charCodeAt(_)){case 123:u++;break;case 125:u--;break;case 47:switch(o=c.charCodeAt(_+1)){case 42:case 47:e:{for(S=_+1;S<G;++S)switch(c.charCodeAt(S)){case 47:if(42===o&&42===c.charCodeAt(S-1)&&_+2!==S){_=S+1;break e}break;case 10:if(47===o){_=S+1;break e}}_=S}}break;case 91:o++;case 40:o++;case 34:case 39:for(;_++<G&&c.charCodeAt(_)!==o;);}if(0===u)break;_++}u=c.substring(E,_);0===n&&(n=(I=I.replace(a,\"\").trim()).charCodeAt(0));switch(n){case 64:0<q&&(I=I.replace(r,\"\"));o=I.charCodeAt(1);switch(o){case 100:case 109:case 115:case 45:q=t;break;default:q=v}u=M(t,q,u,o,i+1);E=u.length;0<$&&(q=X(v,I,D),d=H(3,u,q,t,A,g,E,o,i,s),I=q.join(\"\"),void 0!==d&&0===(E=(u=d.trim()).length)&&(o=0,u=\"\"));if(0<E)switch(o){case 115:I=I.replace(h,ea);case 100:case 109:case 45:u=I+\"{\"+u+\"}\";break;case 107:I=I.replace(l,\"$1 $2\");u=I+\"{\"+u+\"}\";u=1===C||2===C&&L(\"@\"+u,3)?\"@-webkit-\"+u+\"@\"+u:\"@\"+u;break;default:u=I+u,112===s&&(u=(J+=u,\"\"))}else u=\"\";break;default:u=M(t,X(t,I,D),u,s,i+1)}K+=u;u=D=q=S=n=0;I=\"\";o=c.charCodeAt(++_);break;case 125:case 59:I=(0<q?I.replace(r,\"\"):I).trim();if(1<(E=I.length))switch(0===S&&(n=I.charCodeAt(0),45===n||96<n&&123>n)&&(E=(I=I.replace(\" \",\":\")).length),0<$&&void 0!==(d=H(1,I,t,e,A,g,J.length,s,i,s))&&0===(E=(I=d.trim()).length)&&(I=\"\\0\\0\"),n=I.charCodeAt(0),o=I.charCodeAt(1),n){case 0:break;case 64:if(105===o||99===o){N+=I+c.charAt(_);break}default:58!==I.charCodeAt(E-1)&&(J+=P(I,n,o,I.charCodeAt(2)))}D=q=S=n=0;I=\"\";o=c.charCodeAt(++_)}}switch(o){case 13:case 10:47===p?p=0:0===1+n&&107!==s&&0<I.length&&(q=1,I+=\"\\0\");0<$*y&&H(0,I,t,e,A,g,J.length,s,i,s);g=1;A++;break;case 59:case 125:if(0===p+O+x+w){g++;break}default:g++;k=c.charAt(_);switch(o){case 9:case 32:if(0===O+w+p)switch(z){case 44:case 58:case 9:case 32:k=\"\";break;default:32!==o&&(k=\" \")}break;case 0:k=\"\\\\0\";break;case 12:k=\"\\\\f\";break;case 11:k=\"\\\\v\";break;case 38:0===O+p+w&&(q=D=1,k=\"\\f\"+k);break;case 108:if(0===O+p+w+m&&0<S)switch(_-S){case 2:112===z&&58===c.charCodeAt(_-3)&&(m=z);case 8:111===j&&(m=j)}break;case 58:0===O+p+w&&(S=_);break;case 44:0===p+x+O+w&&(q=1,k+=\"\\r\");break;case 34:case 39:0===p&&(O=O===o?0:0===O?o:O);break;case 91:0===O+p+x&&w++;break;case 93:0===O+p+x&&w--;break;case 41:0===O+p+w&&x--;break;case 40:if(0===O+p+w){if(0===n)switch(2*z+3*j){case 533:break;default:n=1}x++}break;case 64:0===p+x+O+w+S+u&&(u=1);break;case 42:case 47:if(!(0<O+w+x))switch(p){case 0:switch(2*o+3*c.charCodeAt(_+1)){case 235:p=47;break;case 220:E=_,p=42}break;case 42:47===o&&42===z&&E+2!==_&&(33===c.charCodeAt(E+2)&&(J+=c.substring(E,_+1)),k=\"\",p=0)}}0===p&&(I+=k)}j=z;z=o;_++}E=J.length;if(0<E){q=t;if(0<$&&(d=H(2,J,q,e,A,g,E,s,i,s),void 0!==d&&0===(J=d).length))return N+J+K;J=q.join(\",\")+\"{\"+J+\"}\";if(0!==C*m){2!==C||L(J,2)||(m=0);switch(m){case 111:J=J.replace(f,\":-moz-$1\")+J;break;case 112:J=J.replace(b,\"::-webkit-input-$1\")+J.replace(b,\"::-moz-$1\")+J.replace(b,\":-ms-input-$1\")+J}m=0}}return N+J+K}function X(e,a,r){var t=a.trim().split(i);a=t;var c=t.length,s=e.length;switch(s){case 0:case 1:var n=0;for(e=0===s?\"\":e[0]+\" \";n<c;++n)a[n]=Z(e,a[n],r).trim();break;default:var l=n=0;for(a=[];n<c;++n)for(var b=0;b<s;++b)a[l++]=Z(e[b]+\" \",t[n],r).trim()}return a}function Z(e,a,r){var t=a.charCodeAt(0);33>t&&(t=(a=a.trim()).charCodeAt(0));switch(t){case 38:return a.replace(n,\"$1\"+e.trim());case 58:return e.trim()+a.replace(n,\"$1\"+e.trim());default:if(0<1*r&&0<a.indexOf(\"\\f\"))return a.replace(n,(58===e.charCodeAt(0)?\"\":\"$1\")+e.trim())}return e+a}function P(e,a,r,i){var n=e+\";\",l=2*a+3*r+4*i;if(944===l){e=n.indexOf(\":\",9)+1;var b=n.substring(e,n.length-1).trim();b=n.substring(0,e).trim()+b+\";\";return 1===C||2===C&&L(b,1)?\"-webkit-\"+b+b:b}if(0===C||2===C&&!L(n,1))return n;switch(l){case 1015:return 97===n.charCodeAt(10)?\"-webkit-\"+n+n:n;case 951:return 116===n.charCodeAt(3)?\"-webkit-\"+n+n:n;case 963:return 110===n.charCodeAt(5)?\"-webkit-\"+n+n:n;case 1009:if(100!==n.charCodeAt(4))break;case 969:case 942:return\"-webkit-\"+n+n;case 978:return\"-webkit-\"+n+\"-moz-\"+n+n;case 1019:case 983:return\"-webkit-\"+n+\"-moz-\"+n+\"-ms-\"+n+n;case 883:if(45===n.charCodeAt(8))return\"-webkit-\"+n+n;if(0<n.indexOf(\"image-set(\",11))return n.replace(p,\"$1-webkit-$2\")+n;break;case 932:if(45===n.charCodeAt(4))switch(n.charCodeAt(5)){case 103:return\"-webkit-box-\"+n.replace(\"-grow\",\"\")+\"-webkit-\"+n+\"-ms-\"+n.replace(\"grow\",\"positive\")+n;case 115:return\"-webkit-\"+n+\"-ms-\"+n.replace(\"shrink\",\"negative\")+n;case 98:return\"-webkit-\"+n+\"-ms-\"+n.replace(\"basis\",\"preferred-size\")+n}return\"-webkit-\"+n+\"-ms-\"+n+n;case 964:return\"-webkit-\"+n+\"-ms-flex-\"+n+n;case 1023:if(99!==n.charCodeAt(8))break;b=n.substring(n.indexOf(\":\",15)).replace(\"flex-\",\"\").replace(\"space-between\",\"justify\");return\"-webkit-box-pack\"+b+\"-webkit-\"+n+\"-ms-flex-pack\"+b+n;case 1005:return c.test(n)?n.replace(t,\":-webkit-\")+n.replace(t,\":-moz-\")+n:n;case 1e3:b=n.substring(13).trim();a=b.indexOf(\"-\")+1;switch(b.charCodeAt(0)+b.charCodeAt(a)){case 226:b=n.replace(o,\"tb\");break;case 232:b=n.replace(o,\"tb-rl\");break;case 220:b=n.replace(o,\"lr\");break;default:return n}return\"-webkit-\"+n+\"-ms-\"+b+n;case 1017:if(-1===n.indexOf(\"sticky\",9))break;case 975:a=(n=e).length-10;b=(33===n.charCodeAt(a)?n.substring(0,a):n).substring(e.indexOf(\":\",7)+1).trim();switch(l=b.charCodeAt(0)+(0|b.charCodeAt(7))){case 203:if(111>b.charCodeAt(8))break;case 115:n=n.replace(b,\"-webkit-\"+b)+\";\"+n;break;case 207:case 102:n=n.replace(b,\"-webkit-\"+(102<l?\"inline-\":\"\")+\"box\")+\";\"+n.replace(b,\"-webkit-\"+b)+\";\"+n.replace(b,\"-ms-\"+b+\"box\")+\";\"+n}return n+\";\";case 938:if(45===n.charCodeAt(5))switch(n.charCodeAt(6)){case 105:return b=n.replace(\"-items\",\"\"),\"-webkit-\"+n+\"-webkit-box-\"+b+\"-ms-flex-\"+b+n;case 115:return\"-webkit-\"+n+\"-ms-flex-item-\"+n.replace(k,\"\")+n;default:return\"-webkit-\"+n+\"-ms-flex-line-pack\"+n.replace(\"align-content\",\"\").replace(k,\"\")+n}break;case 973:case 989:if(45!==n.charCodeAt(3)||122===n.charCodeAt(4))break;case 931:case 953:if(!0===w.test(e))return 115===(b=e.substring(e.indexOf(\":\")+1)).charCodeAt(0)?P(e.replace(\"stretch\",\"fill-available\"),a,r,i).replace(\":fill-available\",\":stretch\"):n.replace(b,\"-webkit-\"+b)+n.replace(b,\"-moz-\"+b.replace(\"fill-\",\"\"))+n;break;case 962:if(n=\"-webkit-\"+n+(102===n.charCodeAt(5)?\"-ms-\"+n:\"\")+n,211===r+i&&105===n.charCodeAt(13)&&0<n.indexOf(\"transform\",10))return n.substring(0,n.indexOf(\";\",27)+1).replace(s,\"$1-webkit-$2\")+n}return n}function L(e,a){var r=e.indexOf(1===a?\":\":\"{\"),t=e.substring(0,3!==a?r:10);r=e.substring(r+1,e.length-1);return O(2!==a?t:t.replace(d,\"$1\"),r,a)}function ea(e,a){var r=P(a,a.charCodeAt(0),a.charCodeAt(1),a.charCodeAt(2));return r!==a+\";\"?r.replace(u,\" or ($1)\").substring(4):\"(\"+a+\")\"}function H(e,a,r,t,c,s,i,n,l,b){for(var f,o=0,h=a;o<$;++o)switch(f=x[o].call(B,e,h,r,t,c,s,i,n,l,b)){case void 0:case!1:case!0:case null:break;default:h=f}if(h!==a)return h}function T(e){switch(e){case void 0:case null:$=x.length=0;break;default:if(\"function\"===typeof e)x[$++]=e;else if(\"object\"===typeof e)for(var a=0,r=e.length;a<r;++a)T(e[a]);else y=0|!!e}return T}function U(e){e=e.prefix;void 0!==e&&(O=null,e?\"function\"!==typeof e?C=1:(C=2,O=e):C=0);return U}function B(e,a){var r=e;33>r.charCodeAt(0)&&(r=r.trim());z=r;r=[z];if(0<$){var t=H(-1,a,r,r,A,g,0,0,0,0);void 0!==t&&\"string\"===typeof t&&(a=t)}var c=M(v,r,a,0,0);0<$&&(t=H(-2,c,r,r,A,g,c.length,0,0,0),void 0!==t&&(c=t));z=\"\";m=0;g=A=1;return c}var a=/^\\0+/g,r=/[\\0\\r\\f]/g,t=/: */g,c=/zoo|gra/,s=/([,: ])(transform)/g,i=/,\\r+?/g,n=/([\\t\\r\\n ])*\\f?&/g,l=/@(k\\w+)\\s*(\\S*)\\s*/,b=/::(place)/g,f=/:(read-only)/g,o=/[svh]\\w+-[tblr]{2}/,h=/\\(\\s*(.*)\\s*\\)/g,u=/([\\s\\S]*?);/g,k=/-self|flex-/g,d=/[^]*?(:[rp][el]a[\\w-]+)[^]*/,w=/stretch|:\\s*\\w+\\-(?:conte|avail)/,p=/([^-])(image-set\\()/,g=1,A=1,m=0,C=1,v=[],x=[],$=0,O=null,y=0,z=\"\";B.use=T;B.set=U;void 0!==e&&U(e);return B}export{stylis_min as default};\n\n//# sourceMappingURL=stylis.browser.esm.js.map", "var o={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1};export{o as default};\n\n//# sourceMappingURL=unitless.browser.esm.js.map", "function memoize(e){var t=Object.create(null);return function(n){void 0===t[n]&&(t[n]=e(n));return t[n]}}export{memoize as default};\n\n//# sourceMappingURL=emotion-memoize.esm.js.map", "import e from\"@emotion/memoize\";var t=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|download|draggable|encType|enterKeyHint|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/;var r=e((function(e){return t.test(e)||111===e.charCodeAt(0)&&110===e.charCodeAt(1)&&e.charCodeAt(2)<91}));export{r as default};\n\n//# sourceMappingURL=emotion-is-prop-valid.esm.js.map", "var e={};var o=\"function\"===typeof Symbol&&Symbol.for,r=o?Symbol.for(\"react.element\"):60103,t=o?Symbol.for(\"react.portal\"):60106,n=o?Symbol.for(\"react.fragment\"):60107,c=o?Symbol.for(\"react.strict_mode\"):60108,f=o?Symbol.for(\"react.profiler\"):60114,s=o?Symbol.for(\"react.provider\"):60109,i=o?Symbol.for(\"react.context\"):60110,a=o?Symbol.for(\"react.async_mode\"):60111,u=o?Symbol.for(\"react.concurrent_mode\"):60111,y=o?Symbol.for(\"react.forward_ref\"):60112,l=o?Symbol.for(\"react.suspense\"):60113,m=o?Symbol.for(\"react.suspense_list\"):60120,p=o?Symbol.for(\"react.memo\"):60115,d=o?Symbol.for(\"react.lazy\"):60116,S=o?Symbol.for(\"react.block\"):60121,b=o?Symbol.for(\"react.fundamental\"):60117,$=o?Symbol.for(\"react.responder\"):60118,C=o?Symbol.for(\"react.scope\"):60119;function z(e){if(\"object\"===typeof e&&null!==e){var o=e.$$typeof;switch(o){case r:switch(e=e.type,e){case a:case u:case n:case f:case c:case l:return e;default:switch(e=e&&e.$$typeof,e){case i:case y:case d:case p:case s:return e;default:return o}}case t:return o}}}function A(e){return z(e)===u}e.AsyncMode=a;e.ConcurrentMode=u;e.ContextConsumer=i;e.ContextProvider=s;e.Element=r;e.ForwardRef=y;e.Fragment=n;e.Lazy=d;e.Memo=p;e.Portal=t;e.Profiler=f;e.StrictMode=c;e.Suspense=l;e.isAsyncMode=function(e){return A(e)||z(e)===a};e.isConcurrentMode=A;e.isContextConsumer=function(e){return z(e)===i};e.isContextProvider=function(e){return z(e)===s};e.isElement=function(e){return\"object\"===typeof e&&null!==e&&e.$$typeof===r};e.isForwardRef=function(e){return z(e)===y};e.isFragment=function(e){return z(e)===n};e.isLazy=function(e){return z(e)===d};e.isMemo=function(e){return z(e)===p};e.isPortal=function(e){return z(e)===t};e.isProfiler=function(e){return z(e)===f};e.isStrictMode=function(e){return z(e)===c};e.isSuspense=function(e){return z(e)===l};e.isValidElementType=function(e){return\"string\"===typeof e||\"function\"===typeof e||e===n||e===u||e===f||e===c||e===l||e===m||\"object\"===typeof e&&null!==e&&(e.$$typeof===d||e.$$typeof===p||e.$$typeof===s||e.$$typeof===i||e.$$typeof===y||e.$$typeof===b||e.$$typeof===$||e.$$typeof===C||e.$$typeof===S)};e.typeOf=z;const M=e.AsyncMode,P=e.ConcurrentMode,x=e.ContextConsumer,v=e.ContextProvider,w=e.Element,F=e.ForwardRef,g=e.Fragment,E=e.Lazy,_=e.Memo,L=e.Portal,R=e.Profiler,h=e.StrictMode,j=e.Suspense,O=e.isAsyncMode,T=e.isConcurrentMode,V=e.isContextConsumer,k=e.isContextProvider,q=e.isElement,B=e.isForwardRef,D=e.isFragment,G=e.isLazy,H=e.isMemo,I=e.isPortal,J=e.isProfiler,K=e.isStrictMode,N=e.isSuspense,Q=e.isValidElementType,U=e.typeOf;export default e;export{M as AsyncMode,P as ConcurrentMode,x as ContextConsumer,v as ContextProvider,w as Element,F as ForwardRef,g as Fragment,E as Lazy,_ as Memo,L as Portal,R as Profiler,h as StrictMode,j as Suspense,O as isAsyncMode,T as isConcurrentMode,V as isContextConsumer,k as isContextProvider,q as isElement,B as isForwardRef,D as isFragment,G as isLazy,H as isMemo,I as isPortal,J as isProfiler,K as isStrictMode,N as isSuspense,Q as isValidElementType,U as typeOf};\n\n//# sourceMappingURL=index.js.map", "import*as t from\"react-is\";var e=\"default\"in t?t.default:t;var r={};var a=e;var o={childContextTypes:true,contextType:true,contextTypes:true,defaultProps:true,displayName:true,getDefaultProps:true,getDerivedStateFromError:true,getDerivedStateFromProps:true,mixins:true,propTypes:true,type:true};var u={name:true,length:true,prototype:true,caller:true,callee:true,arguments:true,arity:true};var p={$$typeof:true,render:true,defaultProps:true,displayName:true,propTypes:true};var s={$$typeof:true,compare:true,defaultProps:true,displayName:true,propTypes:true,type:true};var i={};i[a.ForwardRef]=p;i[a.Memo]=s;function getStatics(t){return a.isMemo(t)?s:i[t.$$typeof]||o}var c=Object.defineProperty;var n=Object.getOwnPropertyNames;var y=Object.getOwnPropertySymbols;var v=Object.getOwnPropertyDescriptor;var f=Object.getPrototypeOf;var l=Object.prototype;function hoistNonReactStatics(t,e,r){if(\"string\"!==typeof e){if(l){var a=f(e);a&&a!==l&&hoistNonReactStatics(t,a,r)}var o=n(e);y&&(o=o.concat(y(e)));var p=getStatics(t);var s=getStatics(e);for(var i=0;i<o.length;++i){var d=o[i];if(!u[d]&&!(r&&r[d])&&!(s&&s[d])&&!(p&&p[d])){var m=v(e,d);try{c(t,d,m)}catch(t){}}}}return t}r=hoistNonReactStatics;var d=r;export default d;\n\n//# sourceMappingURL=hoist-non-react-statics.cjs.js.map", "import{typeOf as n,isElement as r,isValidElementType as o}from\"react-is\";import i,{useContext as a,useState as c,useMemo as u,useEffect as d,useRef as p,useDebugValue as y,createElement as w,useLayoutEffect as E}from\"react\";import C from\"shallowequal\";import A from\"@emotion/stylis\";import I from\"@emotion/unitless\";import P from\"@emotion/is-prop-valid\";import R from\"hoist-non-react-statics\";function v(){return(v=Object.assign||function(n){for(var r=1;r<arguments.length;r++){var o=arguments[r];for(var i in o)Object.prototype.hasOwnProperty.call(o,i)&&(n[i]=o[i])}return n}).apply(this,arguments)}var g=function(n,r){for(var o=[n[0]],i=0,a=r.length;i<a;i+=1)o.push(r[i],n[i+1]);return o},S=function(r){return null!==r&&\"object\"==typeof r&&\"[object Object]\"===(r.toString?r.toString():Object.prototype.toString.call(r))&&!n(r)},T=Object.freeze([]),k=Object.freeze({});function b(n){return\"function\"==typeof n}function _(n){return\"production\"!==process.env.NODE_ENV&&\"string\"==typeof n&&n||n.displayName||n.name||\"Component\"}function N(n){return n&&\"string\"==typeof n.styledComponentId}var x=\"undefined\"!=typeof process&&void 0!==process.env&&(process.env.REACT_APP_SC_ATTR||process.env.SC_ATTR)||\"data-styled\",V=\"5.3.10\",G=\"undefined\"!=typeof window&&\"HTMLElement\"in window,L=Boolean(\"boolean\"==typeof SC_DISABLE_SPEEDY?SC_DISABLE_SPEEDY:\"undefined\"!=typeof process&&void 0!==process.env&&(void 0!==process.env.REACT_APP_SC_DISABLE_SPEEDY&&\"\"!==process.env.REACT_APP_SC_DISABLE_SPEEDY?\"false\"!==process.env.REACT_APP_SC_DISABLE_SPEEDY&&process.env.REACT_APP_SC_DISABLE_SPEEDY:void 0!==process.env.SC_DISABLE_SPEEDY&&\"\"!==process.env.SC_DISABLE_SPEEDY?\"false\"!==process.env.SC_DISABLE_SPEEDY&&process.env.SC_DISABLE_SPEEDY:\"production\"!==process.env.NODE_ENV)),W={},$=\"production\"!==process.env.NODE_ENV?{1:\"Cannot create styled-component for component: %s.\\n\\n\",2:\"Can't collect styles once you've consumed a `ServerStyleSheet`'s styles! `ServerStyleSheet` is a one off instance for each server-side render cycle.\\n\\n- Are you trying to reuse it across renders?\\n- Are you accidentally calling collectStyles twice?\\n\\n\",3:\"Streaming SSR is only supported in a Node.js environment; Please do not try to call this method in the browser.\\n\\n\",4:\"The `StyleSheetManager` expects a valid target or sheet prop!\\n\\n- Does this error occur on the client and is your target falsy?\\n- Does this error occur on the server and is the sheet falsy?\\n\\n\",5:\"The clone method cannot be used on the client!\\n\\n- Are you running in a client-like environment on the server?\\n- Are you trying to run SSR on the client?\\n\\n\",6:\"Trying to insert a new style tag, but the given Node is unmounted!\\n\\n- Are you using a custom target that isn't mounted?\\n- Does your document not have a valid head element?\\n- Have you accidentally removed a style tag manually?\\n\\n\",7:'ThemeProvider: Please return an object from your \"theme\" prop function, e.g.\\n\\n```js\\ntheme={() => ({})}\\n```\\n\\n',8:'ThemeProvider: Please make your \"theme\" prop an object.\\n\\n',9:\"Missing document `<head>`\\n\\n\",10:\"Cannot find a StyleSheet instance. Usually this happens if there are multiple copies of styled-components loaded at once. Check out this issue for how to troubleshoot and fix the common cases where this situation can happen: https://github.com/styled-components/styled-components/issues/1941#issuecomment-417862021\\n\\n\",11:\"_This error was replaced with a dev-time warning, it will be deleted for v4 final._ [createGlobalStyle] received children which will not be rendered. Please use the component without passing children elements.\\n\\n\",12:\"It seems you are interpolating a keyframe declaration (%s) into an untagged string. This was supported in styled-components v3, but is not longer supported in v4 as keyframes are now injected on-demand. Please wrap your string in the css\\\\`\\\\` helper which ensures the styles are injected correctly. See https://www.styled-components.com/docs/api#css\\n\\n\",13:\"%s is not a styled component and cannot be referred to via component selector. See https://www.styled-components.com/docs/advanced#referring-to-other-components for more details.\\n\\n\",14:'ThemeProvider: \"theme\" prop is required.\\n\\n',15:\"A stylis plugin has been supplied that is not named. We need a name for each plugin to be able to prevent styling collisions between different stylis configurations within the same app. Before you pass your plugin to `<StyleSheetManager stylisPlugins={[]}>`, please make sure each plugin is uniquely-named, e.g.\\n\\n```js\\nObject.defineProperty(importedPlugin, 'name', { value: 'some-unique-name' });\\n```\\n\\n\",16:\"Reached the limit of how many styled components may be created at group %s.\\nYou may only create up to 1,073,741,824 components. If you're creating components dynamically,\\nas for instance in your render method then you may be running into this limitation.\\n\\n\",17:\"CSSStyleSheet could not be found on HTMLStyleElement.\\nHas styled-components' style tag been unmounted or altered by another script?\\n\"}:{};function D(){for(var n=arguments.length<=0?void 0:arguments[0],r=[],o=1,i=arguments.length;o<i;o+=1)r.push(o<0||arguments.length<=o?void 0:arguments[o]);return r.forEach((function(r){n=n.replace(/%[a-z]/,r)})),n}function j(n){for(var r=arguments.length,o=new Array(r>1?r-1:0),i=1;i<r;i++)o[i-1]=arguments[i];throw\"production\"===process.env.NODE_ENV?new Error(\"An error occurred. See https://git.io/JUIaE#\"+n+\" for more information.\"+(o.length>0?\" Args: \"+o.join(\", \"):\"\")):new Error(D.apply(void 0,[$[n]].concat(o)).trim())}var U=function(){function e(n){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=n}var n=e.prototype;return n.indexOfGroup=function(n){for(var r=0,o=0;o<n;o++)r+=this.groupSizes[o];return r},n.insertRules=function(n,r){if(n>=this.groupSizes.length){for(var o=this.groupSizes,i=o.length,a=i;n>=a;)(a<<=1)<0&&j(16,\"\"+n);this.groupSizes=new Uint32Array(a),this.groupSizes.set(o),this.length=a;for(var c=i;c<a;c++)this.groupSizes[c]=0}for(var u=this.indexOfGroup(n+1),d=0,p=r.length;d<p;d++)this.tag.insertRule(u,r[d])&&(this.groupSizes[n]++,u++)},n.clearGroup=function(n){if(n<this.length){var r=this.groupSizes[n],o=this.indexOfGroup(n),i=o+r;this.groupSizes[n]=0;for(var a=o;a<i;a++)this.tag.deleteRule(o)}},n.getGroup=function(n){var r=\"\";if(n>=this.length||0===this.groupSizes[n])return r;for(var o=this.groupSizes[n],i=this.indexOfGroup(n),a=i+o,c=i;c<a;c++)r+=this.tag.getRule(c)+\"/*!sc*/\\n\";return r},e}(),J=new Map,X=new Map,Z=1,B=function(n){if(J.has(n))return J.get(n);for(;X.has(Z);)Z++;var r=Z++;return\"production\"!==process.env.NODE_ENV&&((0|r)<0||r>1<<30)&&j(16,\"\"+r),J.set(n,r),X.set(r,n),r},z=function(n){return X.get(n)},M=function(n,r){r>=Z&&(Z=r+1),J.set(n,r),X.set(r,n)},K=\"style[\"+x+'][data-styled-version=\"5.3.10\"]',oe=new RegExp(\"^\"+x+'\\\\.g(\\\\d+)\\\\[id=\"([\\\\w\\\\d-]+)\"\\\\].*?\"([^\"]*)'),F=function(n,r,o){for(var i,a=o.split(\",\"),c=0,u=a.length;c<u;c++)(i=a[c])&&n.registerName(r,i)},Y=function(n,r){for(var o=(r.textContent||\"\").split(\"/*!sc*/\\n\"),i=[],a=0,c=o.length;a<c;a++){var u=o[a].trim();if(u){var d=u.match(oe);if(d){var p=0|parseInt(d[1],10),y=d[2];0!==p&&(M(y,p),F(n,y,d[3]),n.getTag().insertRules(p,i)),i.length=0}else i.push(u)}}},q=function(){return\"undefined\"!=typeof __webpack_nonce__?__webpack_nonce__:null},H=function(n){var r=document.head,o=n||r,i=document.createElement(\"style\"),a=function(n){for(var r=n.childNodes,o=r.length;o>=0;o--){var i=r[o];if(i&&1===i.nodeType&&i.hasAttribute(x))return i}}(o),c=void 0!==a?a.nextSibling:null;i.setAttribute(x,\"active\"),i.setAttribute(\"data-styled-version\",\"5.3.10\");var u=q();return u&&i.setAttribute(\"nonce\",u),o.insertBefore(i,c),i},se=function(){function e(n){var r=this.element=H(n);r.appendChild(document.createTextNode(\"\")),this.sheet=function(n){if(n.sheet)return n.sheet;for(var r=document.styleSheets,o=0,i=r.length;o<i;o++){var a=r[o];if(a.ownerNode===n)return a}j(17)}(r),this.length=0}var n=e.prototype;return n.insertRule=function(n,r){try{return this.sheet.insertRule(r,n),this.length++,!0}catch(n){return!1}},n.deleteRule=function(n){this.sheet.deleteRule(n),this.length--},n.getRule=function(n){var r=this.sheet.cssRules[n];return void 0!==r&&\"string\"==typeof r.cssText?r.cssText:\"\"},e}(),ie=function(){function e(n){var r=this.element=H(n);this.nodes=r.childNodes,this.length=0}var n=e.prototype;return n.insertRule=function(n,r){if(n<=this.length&&n>=0){var o=document.createTextNode(r),i=this.nodes[n];return this.element.insertBefore(o,i||null),this.length++,!0}return!1},n.deleteRule=function(n){this.element.removeChild(this.nodes[n]),this.length--},n.getRule=function(n){return n<this.length?this.nodes[n].textContent:\"\"},e}(),ae=function(){function e(n){this.rules=[],this.length=0}var n=e.prototype;return n.insertRule=function(n,r){return n<=this.length&&(this.rules.splice(n,0,r),this.length++,!0)},n.deleteRule=function(n){this.rules.splice(n,1),this.length--},n.getRule=function(n){return n<this.length?this.rules[n]:\"\"},e}(),ue=G,le={isServer:!G,useCSSOMInjection:!L},de=function(){function e(n,r,o){void 0===n&&(n=k),void 0===r&&(r={}),this.options=v({},le,{},n),this.gs=r,this.names=new Map(o),this.server=!!n.isServer,!this.server&&G&&ue&&(ue=!1,function(n){for(var r=document.querySelectorAll(K),o=0,i=r.length;o<i;o++){var a=r[o];a&&\"active\"!==a.getAttribute(x)&&(Y(n,a),a.parentNode&&a.parentNode.removeChild(a))}}(this))}e.registerId=function(n){return B(n)};var n=e.prototype;return n.reconstructWithOptions=function(n,r){return void 0===r&&(r=!0),new e(v({},this.options,{},n),this.gs,r&&this.names||void 0)},n.allocateGSInstance=function(n){return this.gs[n]=(this.gs[n]||0)+1},n.getTag=function(){return this.tag||(this.tag=(o=(r=this.options).isServer,i=r.useCSSOMInjection,a=r.target,n=o?new ae(a):i?new se(a):new ie(a),new U(n)));var n,r,o,i,a},n.hasNameForId=function(n,r){return this.names.has(n)&&this.names.get(n).has(r)},n.registerName=function(n,r){if(B(n),this.names.has(n))this.names.get(n).add(r);else{var o=new Set;o.add(r),this.names.set(n,o)}},n.insertRules=function(n,r,o){this.registerName(n,r),this.getTag().insertRules(B(n),o)},n.clearNames=function(n){this.names.has(n)&&this.names.get(n).clear()},n.clearRules=function(n){this.getTag().clearGroup(B(n)),this.clearNames(n)},n.clearTag=function(){this.tag=void 0},n.toString=function(){return function(n){for(var r=n.getTag(),o=r.length,i=\"\",a=0;a<o;a++){var c=z(a);if(void 0!==c){var u=n.names.get(c),d=r.getGroup(a);if(u&&d&&u.size){var p=x+\".g\"+a+'[id=\"'+c+'\"]',y=\"\";void 0!==u&&u.forEach((function(n){n.length>0&&(y+=n+\",\")})),i+=\"\"+d+p+'{content:\"'+y+'\"}/*!sc*/\\n'}}}return i}(this)},e}(),he=/(a)(d)/gi,Q=function(n){return String.fromCharCode(n+(n>25?39:97))};function ee(n){var r,o=\"\";for(r=Math.abs(n);r>52;r=r/52|0)o=Q(r%52)+o;return(Q(r%52)+o).replace(he,\"$1-$2\")}var te=function(n,r){for(var o=r.length;o;)n=33*n^r.charCodeAt(--o);return n},ne=function(n){return te(5381,n)};function re(n){for(var r=0;r<n.length;r+=1){var o=n[r];if(b(o)&&!N(o))return!1}return!0}var pe=ne(\"5.3.10\"),ve=function(){function e(n,r,o){this.rules=n,this.staticRulesId=\"\",this.isStatic=\"production\"===process.env.NODE_ENV&&(void 0===o||o.isStatic)&&re(n),this.componentId=r,this.baseHash=te(pe,r),this.baseStyle=o,de.registerId(r)}return e.prototype.generateAndInjectStyles=function(n,r,o){var i=this.componentId,a=[];if(this.baseStyle&&a.push(this.baseStyle.generateAndInjectStyles(n,r,o)),this.isStatic&&!o.hash)if(this.staticRulesId&&r.hasNameForId(i,this.staticRulesId))a.push(this.staticRulesId);else{var c=Ne(this.rules,n,r,o).join(\"\"),u=ee(te(this.baseHash,c)>>>0);if(!r.hasNameForId(i,u)){var d=o(c,\".\"+u,void 0,i);r.insertRules(i,u,d)}a.push(u),this.staticRulesId=u}else{for(var p=this.rules.length,y=te(this.baseHash,o.hash),w=\"\",E=0;E<p;E++){var C=this.rules[E];if(\"string\"==typeof C)w+=C,\"production\"!==process.env.NODE_ENV&&(y=te(y,C+E));else if(C){var A=Ne(C,n,r,o),I=Array.isArray(A)?A.join(\"\"):A;y=te(y,I+E),w+=I}}if(w){var P=ee(y>>>0);if(!r.hasNameForId(i,P)){var R=o(w,\".\"+P,void 0,i);r.insertRules(i,P,R)}a.push(P)}}return a.join(\" \")},e}(),ge=/^\\s*\\/\\/.*$/gm,Se=[\":\",\"[\",\".\",\"#\"];function ce(n){var r,o,i,a,c=void 0===n?k:n,u=c.options,d=void 0===u?k:u,p=c.plugins,y=void 0===p?T:p,w=new A(d),E=[],C=function(n){function t(r){if(r)try{n(r+\"}\")}catch(n){}}return function(r,o,i,a,c,u,d,p,y,w){switch(r){case 1:if(0===y&&64===o.charCodeAt(0))return n(o+\";\"),\"\";break;case 2:if(0===p)return o+\"/*|*/\";break;case 3:switch(p){case 102:case 112:return n(i[0]+o),\"\";default:return o+(0===w?\"/*|*/\":\"\")}case-2:o.split(\"/*|*/}\").forEach(t)}}}((function(n){E.push(n)})),f=function(n,i,c){return 0===i&&-1!==Se.indexOf(c[o.length])||c.match(a)?n:\".\"+r};function m(n,c,u,d){void 0===d&&(d=\"&\");var p=n.replace(ge,\"\"),y=c&&u?u+\" \"+c+\" { \"+p+\" }\":p;return r=d,o=c,i=new RegExp(\"\\\\\"+o+\"\\\\b\",\"g\"),a=new RegExp(\"(\\\\\"+o+\"\\\\b){2,}\"),w(u||!c?\"\":c,y)}return w.use([].concat(y,[function(n,r,a){2===n&&a.length&&a[0].lastIndexOf(o)>0&&(a[0]=a[0].replace(i,f))},C,function(n){if(-2===n){var r=E;return E=[],r}}])),m.hash=y.length?y.reduce((function(n,r){return r.name||j(15),te(n,r.name)}),5381).toString():\"\",m}var we=i.createContext(),Ie=we.Consumer,Pe=i.createContext(),je=(Pe.Consumer,new de),De=ce();function fe(){return a(we)||je}function me(){return a(Pe)||De}function ye(n){var r=c(n.stylisPlugins),o=r[0],a=r[1],p=fe(),y=u((function(){var r=p;return n.sheet?r=n.sheet:n.target&&(r=r.reconstructWithOptions({target:n.target},!1)),n.disableCSSOMInjection&&(r=r.reconstructWithOptions({useCSSOMInjection:!1})),r}),[n.disableCSSOMInjection,n.sheet,n.target]),w=u((function(){return ce({options:{prefix:!n.disableVendorPrefixes},plugins:o})}),[n.disableVendorPrefixes,o]);return d((function(){C(o,n.stylisPlugins)||a(n.stylisPlugins)}),[n.stylisPlugins]),i.createElement(we.Provider,{value:y},i.createElement(Pe.Provider,{value:w},\"production\"!==process.env.NODE_ENV?i.Children.only(n.children):n.children))}var Ge=function(){function e(n,r){var o=this;this.inject=function(n,r){void 0===r&&(r=De);var i=o.name+r.hash;n.hasNameForId(o.id,i)||n.insertRules(o.id,i,r(o.rules,i,\"@keyframes\"))},this.toString=function(){return j(12,String(o.name))},this.name=n,this.id=\"sc-keyframes-\"+n,this.rules=r}return e.prototype.getName=function(n){return void 0===n&&(n=De),this.name+n.hash},e}(),Le=/([A-Z])/,Ye=/([A-Z])/g,$e=/^ms-/,Ee=function(n){return\"-\"+n.toLowerCase()};function be(n){return Le.test(n)?n.replace(Ye,Ee).replace($e,\"-ms-\"):n}var _e=function(n){return null==n||!1===n||\"\"===n};function Ne(n,o,i,a){if(Array.isArray(n)){for(var c,u=[],d=0,p=n.length;d<p;d+=1)\"\"!==(c=Ne(n[d],o,i,a))&&(Array.isArray(c)?u.push.apply(u,c):u.push(c));return u}if(_e(n))return\"\";if(N(n))return\".\"+n.styledComponentId;if(b(n)){if(\"function\"!=typeof(w=n)||w.prototype&&w.prototype.isReactComponent||!o)return n;var y=n(o);return\"production\"!==process.env.NODE_ENV&&r(y)&&console.warn(_(n)+\" is not a styled component and cannot be referred to via component selector. See https://www.styled-components.com/docs/advanced#referring-to-other-components for more details.\"),Ne(y,o,i,a)}var w;return n instanceof Ge?i?(n.inject(i,a),n.getName(a)):n:S(n)?function e(n,r){var o,i,a=[];for(var c in n)n.hasOwnProperty(c)&&!_e(n[c])&&(Array.isArray(n[c])&&n[c].isCss||b(n[c])?a.push(be(c)+\":\",n[c],\";\"):S(n[c])?a.push.apply(a,e(n[c],c)):a.push(be(c)+\": \"+(o=c,null==(i=n[c])||\"boolean\"==typeof i||\"\"===i?\"\":\"number\"!=typeof i||0===i||o in I||o.startsWith(\"--\")?String(i).trim():i+\"px\")+\";\"));return r?[r+\" {\"].concat(a,[\"}\"]):a}(n):n.toString()}var Ae=function(n){return Array.isArray(n)&&(n.isCss=!0),n};function Ce(n){for(var r=arguments.length,o=new Array(r>1?r-1:0),i=1;i<r;i++)o[i-1]=arguments[i];return b(n)||S(n)?Ae(Ne(g(T,[n].concat(o)))):0===o.length&&1===n.length&&\"string\"==typeof n[0]?n:Ae(Ne(g(n,o)))}var Je=/invalid hook call/i,Ke=new Set,Oe=function(n,r){if(\"production\"!==process.env.NODE_ENV){var o=\"The component \"+n+(r?' with the id of \"'+r+'\"':\"\")+\" has been created dynamically.\\nYou may see this warning because you've called styled inside another component.\\nTo resolve this only create new StyledComponents outside of any render method and function component.\",i=console.error;try{var a=!0;console.error=function(n){if(Je.test(n))a=!1,Ke.delete(o);else{for(var r=arguments.length,c=new Array(r>1?r-1:0),u=1;u<r;u++)c[u-1]=arguments[u];i.apply(void 0,[n].concat(c))}},p(),a&&!Ke.has(o)&&(console.warn(o),Ke.add(o))}catch(n){Je.test(n.message)&&Ke.delete(o)}finally{console.error=i}}},Re=function(n,r,o){return void 0===o&&(o=k),n.theme!==o.theme&&n.theme||r||o.theme},Qe=/[!\"#$%&'()*+,./:;<=>?@[\\\\\\]^`{|}~-]+/g,et=/(^-|-$)/g;function Te(n){return n.replace(Qe,\"-\").replace(et,\"\")}var xe=function(n){return ee(ne(n)>>>0)};function ke(n){return\"string\"==typeof n&&(\"production\"===process.env.NODE_ENV||n.charAt(0)===n.charAt(0).toLowerCase())}var Ve=function(n){return\"function\"==typeof n||\"object\"==typeof n&&null!==n&&!Array.isArray(n)},Be=function(n){return\"__proto__\"!==n&&\"constructor\"!==n&&\"prototype\"!==n};function ze(n,r,o){var i=n[o];Ve(r)&&Ve(i)?Me(i,r):n[o]=r}function Me(n){for(var r=arguments.length,o=new Array(r>1?r-1:0),i=1;i<r;i++)o[i-1]=arguments[i];for(var a=0,c=o;a<c.length;a++){var u=c[a];if(Ve(u))for(var d in u)Be(d)&&ze(n,u[d],d)}return n}var tt=i.createContext(),nt=tt.Consumer;function Fe(n){var r=a(tt),o=u((function(){return function(n,r){if(!n)return j(14);if(b(n)){var o=n(r);return\"production\"===process.env.NODE_ENV||null!==o&&!Array.isArray(o)&&\"object\"==typeof o?o:j(7)}return Array.isArray(n)||\"object\"!=typeof n?j(8):r?v({},r,{},n):n}(n.theme,r)}),[n.theme,r]);return n.children?i.createElement(tt.Provider,{value:o},n.children):null}var rt={};function qe(n,r,o){var c=N(n),u=!ke(n),d=r.attrs,p=void 0===d?T:d,E=r.componentId,C=void 0===E?function(n,r){var o=\"string\"!=typeof n?\"sc\":Te(n);rt[o]=(rt[o]||0)+1;var i=o+\"-\"+xe(\"5.3.10\"+o+rt[o]);return r?r+\"-\"+i:i}(r.displayName,r.parentComponentId):E,A=r.displayName,I=void 0===A?function(n){return ke(n)?\"styled.\"+n:\"Styled(\"+_(n)+\")\"}(n):A,x=r.displayName&&r.componentId?Te(r.displayName)+\"-\"+r.componentId:r.componentId||C,V=c&&n.attrs?Array.prototype.concat(n.attrs,p).filter(Boolean):p,G=r.shouldForwardProp;c&&n.shouldForwardProp&&(G=r.shouldForwardProp?function(o,i,a){return n.shouldForwardProp(o,i,a)&&r.shouldForwardProp(o,i,a)}:n.shouldForwardProp);var L,W=new ve(o,x,c?n.componentStyle:void 0),$=W.isStatic&&0===p.length,O=function(n,r){return function(n,r,o,i){var c=n.attrs,u=n.componentStyle,d=n.defaultProps,p=n.foldedComponentIds,E=n.shouldForwardProp,C=n.styledComponentId,A=n.target;\"production\"!==process.env.NODE_ENV&&y(C);var I=function(n,r,o){void 0===n&&(n=k);var i=v({},r,{theme:n}),a={};return o.forEach((function(n){var r,o,c,u=n;for(r in b(u)&&(u=u(i)),u)i[r]=a[r]=\"className\"===r?(o=a[r],c=u[r],o&&c?o+\" \"+c:o||c):u[r]})),[i,a]}(Re(r,a(tt),d)||k,r,c),R=I[0],T=I[1],x=function(n,r,o,i){var a=fe(),c=me(),u=r?n.generateAndInjectStyles(k,a,c):n.generateAndInjectStyles(o,a,c);return\"production\"!==process.env.NODE_ENV&&y(u),\"production\"!==process.env.NODE_ENV&&!r&&i&&i(u),u}(u,i,R,\"production\"!==process.env.NODE_ENV?n.warnTooManyClasses:void 0),V=o,G=T.$as||r.$as||T.as||r.as||A,L=ke(G),W=T!==r?v({},r,{},T):r,$={};for(var U in W)\"$\"!==U[0]&&\"as\"!==U&&(\"forwardedAs\"===U?$.as=W[U]:(E?E(U,P,G):!L||P(U))&&($[U]=W[U]));return r.style&&T.style!==r.style&&($.style=v({},r.style,{},T.style)),$.className=Array.prototype.concat(p,C,x!==C?x:null,r.className,T.className).filter(Boolean).join(\" \"),$.ref=V,w(G,$)}(L,n,r,$)};return O.displayName=I,(L=i.forwardRef(O)).attrs=V,L.componentStyle=W,L.displayName=I,L.shouldForwardProp=G,L.foldedComponentIds=c?Array.prototype.concat(n.foldedComponentIds,n.styledComponentId):T,L.styledComponentId=x,L.target=c?n.target:n,L.withComponent=function(n){var i=r.componentId,a=function(n,r){if(null==n)return{};var o,i,a={},c=Object.keys(n);for(i=0;i<c.length;i++)o=c[i],r.indexOf(o)>=0||(a[o]=n[o]);return a}(r,[\"componentId\"]),c=i&&i+\"-\"+(ke(n)?n:Te(_(n)));return qe(n,v({},a,{attrs:V,componentId:c}),o)},Object.defineProperty(L,\"defaultProps\",{get:function(){return this._foldedDefaultProps},set:function(r){this._foldedDefaultProps=c?Me({},n.defaultProps,r):r}}),\"production\"!==process.env.NODE_ENV&&(Oe(I,x),L.warnTooManyClasses=function(n,r){var o={},i=!1;return function(a){if(!i&&(o[a]=!0,Object.keys(o).length>=200)){var c=r?' with the id of \"'+r+'\"':\"\";console.warn(\"Over 200 classes were generated for component \"+n+c+\".\\nConsider using the attrs method, together with a style object for frequently changed styles.\\nExample:\\n  const Component = styled.div.attrs(props => ({\\n    style: {\\n      background: props.background,\\n    },\\n  }))`width: 100%;`\\n\\n  <Component />\"),i=!0,o={}}}}(I,x)),Object.defineProperty(L,\"toString\",{value:function(){return\".\"+L.styledComponentId}}),u&&R(L,n,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0,withComponent:!0}),L}var He=function(n){return function e(n,r,i){if(void 0===i&&(i=k),!o(r))return j(1,String(r));var s=function(){return n(r,i,Ce.apply(void 0,arguments))};return s.withConfig=function(o){return e(n,r,v({},i,{},o))},s.attrs=function(o){return e(n,r,v({},i,{attrs:Array.prototype.concat(i.attrs,o).filter(Boolean)}))},s}(qe,n)};[\"a\",\"abbr\",\"address\",\"area\",\"article\",\"aside\",\"audio\",\"b\",\"base\",\"bdi\",\"bdo\",\"big\",\"blockquote\",\"body\",\"br\",\"button\",\"canvas\",\"caption\",\"cite\",\"code\",\"col\",\"colgroup\",\"data\",\"datalist\",\"dd\",\"del\",\"details\",\"dfn\",\"dialog\",\"div\",\"dl\",\"dt\",\"em\",\"embed\",\"fieldset\",\"figcaption\",\"figure\",\"footer\",\"form\",\"h1\",\"h2\",\"h3\",\"h4\",\"h5\",\"h6\",\"head\",\"header\",\"hgroup\",\"hr\",\"html\",\"i\",\"iframe\",\"img\",\"input\",\"ins\",\"kbd\",\"keygen\",\"label\",\"legend\",\"li\",\"link\",\"main\",\"map\",\"mark\",\"marquee\",\"menu\",\"menuitem\",\"meta\",\"meter\",\"nav\",\"noscript\",\"object\",\"ol\",\"optgroup\",\"option\",\"output\",\"p\",\"param\",\"picture\",\"pre\",\"progress\",\"q\",\"rp\",\"rt\",\"ruby\",\"s\",\"samp\",\"script\",\"section\",\"select\",\"small\",\"source\",\"span\",\"strong\",\"style\",\"sub\",\"summary\",\"sup\",\"table\",\"tbody\",\"td\",\"textarea\",\"tfoot\",\"th\",\"thead\",\"time\",\"title\",\"tr\",\"track\",\"u\",\"ul\",\"var\",\"video\",\"wbr\",\"circle\",\"clipPath\",\"defs\",\"ellipse\",\"foreignObject\",\"g\",\"image\",\"line\",\"linearGradient\",\"marker\",\"mask\",\"path\",\"pattern\",\"polygon\",\"polyline\",\"radialGradient\",\"rect\",\"stop\",\"svg\",\"text\",\"textPath\",\"tspan\"].forEach((function(n){He[n]=He(n)}));var ot=function(){function e(n,r){this.rules=n,this.componentId=r,this.isStatic=re(n),de.registerId(this.componentId+1)}var n=e.prototype;return n.createStyles=function(n,r,o,i){var a=i(Ne(this.rules,r,o,i).join(\"\"),\"\"),c=this.componentId+n;o.insertRules(c,c,a)},n.removeStyles=function(n,r){r.clearRules(this.componentId+n)},n.renderStyles=function(n,r,o,i){n>2&&de.registerId(this.componentId+n),this.removeStyles(n,o),this.createStyles(n,r,o,i)},e}();function We(n){for(var r=arguments.length,o=new Array(r>1?r-1:0),c=1;c<r;c++)o[c-1]=arguments[c];var u=Ce.apply(void 0,[n].concat(o)),d=\"sc-global-\"+xe(JSON.stringify(u)),y=new ot(u,d);function l(n){var r=fe(),o=me(),c=a(tt),w=p(r.allocateGSInstance(d)).current;return\"production\"!==process.env.NODE_ENV&&i.Children.count(n.children)&&console.warn(\"The global style component \"+d+\" was given child JSX. createGlobalStyle does not render children.\"),\"production\"!==process.env.NODE_ENV&&u.some((function(n){return\"string\"==typeof n&&-1!==n.indexOf(\"@import\")}))&&console.warn(\"Please do not use @import CSS syntax in createGlobalStyle at this time, as the CSSOM APIs we use in production do not handle it well. Instead, we recommend using a library such as react-helmet to inject a typical <link> meta tag to the stylesheet, or simply embedding it manually in your index.html <head> section for a simpler app.\"),r.server&&h(w,n,r,c,o),E((function(){if(!r.server)return h(w,n,r,c,o),function(){return y.removeStyles(w,r)}}),[w,n,r,c,o]),null}function h(n,r,o,i,a){if(y.isStatic)y.renderStyles(n,W,o,a);else{var c=v({},r,{theme:Re(r,i,l.defaultProps)});y.renderStyles(n,c,o,a)}}return\"production\"!==process.env.NODE_ENV&&Oe(d),i.memo(l)}function Ue(n){\"production\"!==process.env.NODE_ENV&&\"undefined\"!=typeof navigator&&\"ReactNative\"===navigator.product&&console.warn(\"`keyframes` cannot be used on ReactNative, only on the web. To do animation in ReactNative please use Animated.\");for(var r=arguments.length,o=new Array(r>1?r-1:0),i=1;i<r;i++)o[i-1]=arguments[i];var a=Ce.apply(void 0,[n].concat(o)).join(\"\"),c=xe(a);return new Ge(c,a)}var st=function(){function e(){var n=this;this._emitSheetCSS=function(){var r=n.instance.toString();if(!r)return\"\";var o=q();return\"<style \"+[o&&'nonce=\"'+o+'\"',x+'=\"true\"','data-styled-version=\"5.3.10\"'].filter(Boolean).join(\" \")+\">\"+r+\"</style>\"},this.getStyleTags=function(){return n.sealed?j(2):n._emitSheetCSS()},this.getStyleElement=function(){var r;if(n.sealed)return j(2);var o=((r={})[x]=\"\",r[\"data-styled-version\"]=\"5.3.10\",r.dangerouslySetInnerHTML={__html:n.instance.toString()},r),a=q();return a&&(o.nonce=a),[i.createElement(\"style\",v({},o,{key:\"sc-0-0\"}))]},this.seal=function(){n.sealed=!0},this.instance=new de({isServer:!0}),this.sealed=!1}var n=e.prototype;return n.collectStyles=function(n){return this.sealed?j(2):i.createElement(ye,{sheet:this.instance},n)},n.interleaveWithNodeStream=function(n){return j(3)},e}(),Xe=function(n){var r=i.forwardRef((function(r,o){var c=a(tt),u=n.defaultProps,d=Re(r,c,u);return\"production\"!==process.env.NODE_ENV&&void 0===d&&console.warn('[withTheme] You are not using a ThemeProvider nor passing a theme prop or a theme in defaultProps in component class \"'+_(n)+'\"'),i.createElement(n,v({},r,{theme:d,ref:o}))}));return R(r,n),r.displayName=\"WithTheme(\"+_(n)+\")\",r},Ze=function(){return a(tt)},it={StyleSheet:de,masterSheet:je};\"production\"!==process.env.NODE_ENV&&\"undefined\"!=typeof navigator&&\"ReactNative\"===navigator.product&&console.warn(\"It looks like you've imported 'styled-components' on React Native.\\nPerhaps you're looking to import 'styled-components/native'?\\nRead more about this at https://www.styled-components.com/docs/basics#react-native\"),\"production\"!==process.env.NODE_ENV&&\"test\"!==process.env.NODE_ENV&&\"undefined\"!=typeof window&&(window[\"__styled-components-init__\"]=window[\"__styled-components-init__\"]||0,1===window[\"__styled-components-init__\"]&&console.warn(\"It looks like there are several instances of 'styled-components' initialized in this application. This may cause dynamic styles to not render properly, errors during the rehydration process, a missing theme prop, and makes your application bigger without good reason.\\n\\nSee https://s-c.sh/2BAXzed for more info.\"),window[\"__styled-components-init__\"]+=1);export{st as ServerStyleSheet,Ie as StyleSheetConsumer,we as StyleSheetContext,ye as StyleSheetManager,nt as ThemeConsumer,tt as ThemeContext,Fe as ThemeProvider,it as __PRIVATE__,We as createGlobalStyle,Ce as css,He as default,N as isStyledComponent,Ue as keyframes,Ze as useTheme,V as version,Xe as withTheme};\n\n//# sourceMappingURL=styled-components.browser.esm.js.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useEffect,useState}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{useInView}from\"react-hook-inview\";import{useCountUp}from\"use-count-up\";import styled from\"styled-components\";const Gradient=styled.div`\n.grad {\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n}\n`;/**\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n *\n * @framerDisableUnlink\n */ export default function Animated_Counter(props){const{type,font,replay,delay,start,end,duration,easing,decimalPlaces,thousandsSeparator,decimalSeparator,playOnView,suffix,prefix,linear,linearOptions,color}=props;const[isCounting,setIsCounting]=useState(playOnView?false:true);const[counterRef,inView]=useInView({threshold:1});const setValue=func=>event=>func(parseFloat(event.target.value));const setText=func=>event=>func(event.target.value);const onComplete=()=>({shouldRepeat:replay,delay});let colorVal;if(linear){// const { degree, toColor, fromColor } = linearOptions\n// colorVal = `linear-gradient(${degree}deg, ${fromColor}, ${toColor})`\nconst{degree,toColor,fromColor,opacityTo,opacityFrom}=linearOptions;colorVal=`linear-gradient(${degree}deg, ${fromColor} ${opacityFrom}%, ${toColor} ${opacityTo}%)`;}else{colorVal=color;}const stylingWithSolid={fontSize:font.size,fontFamily:font.family,color:colorVal,fontWeight:font.weight,fontStyle:font.style,marginTop:\"auto\"};const stylingWithLinear={fontSize:font.size,fontFamily:font.family,color:\"transparent\",backgroundImage:colorVal,fontWeight:font.weight,fontStyle:font.style,display:\"flex\",alignItems:\"flex-end\"};const{value,reset}=useCountUp({isCounting,start,end,duration,easing,decimalPlaces,thousandsSeparator,decimalSeparator,onComplete});useEffect(()=>{if(inView){reset();setIsCounting(true);}},[inView]);const fontOptions={fontFamily:font.family,color:colorVal,fontWeight:font.weight,fontStyle:font.style};return linear?/*#__PURE__*/ _jsx(Gradient,{children:/*#__PURE__*/ _jsxs(\"div\",{ref:counterRef,style:stylingWithLinear,className:\"grad\",children:[prefix.string,value,suffix.string]})}):/*#__PURE__*/ _jsxs(\"div\",{style:{display:\"flex\",alignItems:\"flex-end\"},children:[/*#__PURE__*/ _jsx(\"span\",{style:{...fontOptions,fontSize:prefix.size+\"px\",lineHeight:prefix.lineHeight+\"px\"},children:prefix.string}),/*#__PURE__*/ _jsx(\"div\",{ref:counterRef,style:stylingWithSolid,children:value}),/*#__PURE__*/ _jsx(\"span\",{style:{fontSize:suffix.size+\"px\",...fontOptions,lineHeight:suffix.lineHeight+\"px\"},children:suffix.string})]});};addPropertyControls(Animated_Counter,{start:{type:ControlType.Number,defaultValue:0,title:\"Start from\"},end:{type:ControlType.Number,defaultValue:100,title:\"End at\"},suffix:{type:ControlType.Object,controls:{string:{type:ControlType.String,defaultValue:\"\"},size:{type:ControlType.Number,defaultValue:20,unit:\"px\",hidden(props){return props.linear;}},lineHeight:{type:ControlType.Number,defaultValue:0,unit:\"px\",hidden(props){return props.linear;}}}},prefix:{type:ControlType.Object,controls:{string:{type:ControlType.String,defaultValue:\"\"},size:{type:ControlType.Number,defaultValue:20,unit:\"px\",hidden(props){return props.linear;}},lineHeight:{type:ControlType.Number,defaultValue:0,unit:\"px\"},hidden(props){return props.linear;}}},duration:{type:ControlType.Number,defaultValue:10,unit:\"s\"},playOnView:{type:ControlType.Boolean,defaultValue:false,description:\"Defaults to playing on render\"},easing:{type:ControlType.Enum,options:[\"easeOutCubic\",\"easeInCubic\",\"linear\"]},replay:{type:ControlType.Boolean,defaultValue:false},delay:{type:ControlType.Number,defaultValue:2,hidden(props){return props.replay!=true;},unit:\"s\"},decimalPlaces:{type:ControlType.Number,defaultValue:0,description:\"Number of decimal places after the decimal separator. Defaults to the max decimal places count from start and end props\"},thousandsSeparator:{type:ControlType.String,defaultValue:\",\"},decimalSeparator:{type:ControlType.String,defaultValue:\".\"},linear:{type:ControlType.Boolean,defaultValue:false},linearOptions:{type:ControlType.Object,controls:{toColor:{type:ControlType.Color,defaultValue:\"red\"},opacityTo:{type:ControlType.Number,defaultValue:100,min:0,max:100},fromColor:{type:ControlType.Color,defaultValue:\"green\"},opacityFrom:{type:ControlType.Number,defaultValue:100,min:0,max:100},degree:{type:ControlType.Number,defaultValue:0,max:360}},hidden(props){return!props.linear;},description:\"Only works if linear enabled.\"},color:{type:ControlType.Color,defaultValue:\"black\",hidden(props){return props.linear;}},font:{type:ControlType.Object,controls:{family:{type:ControlType.String,defaultValue:\"Inter\"},size:{type:ControlType.Number,defaultValue:30},style:{type:ControlType.Enum,options:[\"normal\",\"italic\"]},weight:{type:ControlType.Enum,defaultValue:600,options:[100,200,300,400,500,600,700,800,900],description:\"Ensure that the font supports the chosen weight\"}}}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Animated_Counter\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"auto\",\"framerSupportedLayoutHeight\":\"auto\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Counter.map", "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,isCubicBezier as o,defaults as i,isEasingGenerator as s,isNumber as r,time as a,isEasingList as c,noop as l,removeItem as f,mix as u,getEasingForSegment as d,isString as g,defaultOffset as m,fillOffset as h,progress as p,velocityPerSecond as v,interpolate as y}from\"@motionone/utils\";import{Animation as w,getEasingFunction as E}from\"@motionone/animation\";import{__rest as b}from\"tslib\";import{invariant as S}from\"hey-listen\";import{pregenerateKeyframes as A,calcGeneratorVelocity as O,spring as x,glide as V}from\"@motionone/generators\";const z=new WeakMap;function getAnimationData(e){z.has(e)||z.set(e,{transforms:[],values:new Map});return z.get(e)}function getMotionValue(t,n){t.has(n)||t.set(n,new e);return t.get(n)}const W=[\"\",\"X\",\"Y\",\"Z\"];const L=[\"translate\",\"scale\",\"rotate\",\"skew\"];const T={x:\"translateX\",y:\"translateY\",z:\"translateZ\"};const D={syntax:\"<angle>\",initialValue:\"0deg\",toDefaultUnit:e=>e+\"deg\"};const M={translate:{syntax:\"<length-percentage>\",initialValue:\"0px\",toDefaultUnit:e=>e+\"px\"},rotate:D,scale:{syntax:\"<number>\",initialValue:1,toDefaultUnit:t},skew:D};const k=new Map;const asTransformCssVar=e=>`--motion-${e}`;const B=[\"x\",\"y\",\"z\"];L.forEach((e=>{W.forEach((t=>{B.push(e+t);k.set(asTransformCssVar(e+t),M[e])}))}));const compareTransformOrder=(e,t)=>B.indexOf(e)-B.indexOf(t);const j=new Set(B);const isTransform=e=>j.has(e);const addTransformToElement=(e,t)=>{T[t]&&(t=T[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 P=new Set;function registerCssVariable(e){if(!P.has(e)){P.add(e);try{const{syntax:t,initialValue:n}=k.has(e)?k.get(e):{};CSS.registerProperty({name:e,inherits:false,syntax:t,initialValue:n})}catch(e){}}}const convertEasing=e=>o(e)?cubicBezierAsString(e):e;const cubicBezierAsString=([e,t,n,o])=>`cubic-bezier(${e}, ${t}, ${n}, ${o})`;const testAnimation=e=>document.createElement(\"div\").animate(e,{duration:.001});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]}).finished)};const $={};const R={};for(const e in C)R[e]=()=>{void 0===$[e]&&($[e]=C[e]());return $[e]};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){T[e]&&(e=T[e]);return isTransform(e)?asTransformCssVar(e):e}const H={get:(e,t)=>{t=getStyleName(t);let n=isCssVar(t)?e.style.getPropertyValue(t):getComputedStyle(e)[t];if(!n&&0!==n){const e=k.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 f=getDevToolsRecord();const u=false!==o.record&&f;let d;let{duration:g=i.duration,delay:m=i.delay,endDelay:h=i.endDelay,repeat:p=i.repeat,easing:v=i.easing,direction:y,offset:E,allowWebkitAcceleration:b=false}=o;const S=getAnimationData(e);let A=R.waapi();const O=isTransform(t);O&&addTransformToElement(e,t);const x=getStyleName(t);const V=getMotionValue(S.values,x);const z=k.get(x);stopAnimation(V.animation,!(s(v)&&V.generator)&&false!==o.record);return()=>{const readInitialValue=()=>{var t,n;return null!==(n=null!==(t=H.get(e,x))&&void 0!==t?t:null===z||void 0===z?void 0:z.initialValue)&&void 0!==n?n:0};let i=hydrateKeyframes(keyframesList(n),readInitialValue);if(s(v)){const e=v.createAnimation(i,readInitialValue,O,x,V);v=e.easing;void 0!==e.keyframes&&(i=e.keyframes);void 0!==e.duration&&(g=e.duration)}isCssVar(x)&&(R.cssRegisterProperty()?registerCssVariable(x):A=false);if(A){z&&(i=i.map((e=>r(e)?z.toDefaultUnit(e):e)));1!==i.length||R.partialKeyframes()&&!u||i.unshift(readInitialValue());const t={delay:a.ms(m),duration:a.ms(g),endDelay:a.ms(h),easing:c(v)?void 0:convertEasing(v),direction:y,iterations:p+1,fill:\"both\"};d=e.animate({[x]:i,offset:E,easing:c(v)?v.map(convertEasing):void 0},t);d.finished||(d.finished=new Promise(((e,t)=>{d.onfinish=e;d.oncancel=t})));const n=i[i.length-1];d.finished.then((()=>{H.set(e,x,n);d.cancel()})).catch(l);b||(d.playbackRate=1.000001)}else if(O){i=i.map((e=>\"string\"===typeof e?parseFloat(e):e));1===i.length&&i.unshift(parseFloat(readInitialValue()));const render=t=>{z&&(t=z.toDefaultUnit(t));H.set(e,x,t)};d=new w(render,i,Object.assign(Object.assign({},o),{duration:g,easing:v}))}else{const t=i[i.length-1];H.set(e,x,z&&r(t)?z.toDefaultUnit(t):t)}u&&f(e,t,i,{duration:g,delay:m,easing:v,repeat:p,offset:E},\"motion-one\");V.setAnimation(d);return d}}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=i.duration)=>new Proxy({animations:e.map(createAnimation).filter(Boolean),duration:n,options:t},I);const getActiveAnimation=e=>e.animations[0];const I={get:(e,t)=>{const n=getActiveAnimation(e);switch(t){case\"duration\":return e.duration;case\"currentTime\":return a.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(l));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=a.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 a=r(n)?n:getFromIndex(n,s);const c=Math.abs(a-i);let l=e*c;if(o){const t=s*e;const n=E(o);l=n(l/t)*t}return t+l}}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\"function\"===typeof 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 r(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){f(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:u(i,s,o[r]),easing:d(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,o=b(t,[\"defaultOptions\"]);const r=[];const a=new Map;const c={};const l=new Map;let f=0;let u=0;let d=0;for(let t=0;t<e.length;t++){const o=e[t];if(g(o)){l.set(o,u);continue}if(!Array.isArray(o)){l.set(o.name,calcNextTime(u,o.at,f,l));continue}const[r,p,v={}]=o;void 0!==v.at&&(u=calcNextTime(u,v.at,f,l));let y=0;const w=resolveElements(r,c);const E=w.length;for(let e=0;e<E;e++){const t=w[e];const o=getElementSequence(t,a);for(const t in p){const r=getValueSequence(t,o);let a=keyframesList(p[t]);const c=getOptions(v,t);let{duration:l=n.duration||i.duration,easing:f=n.easing||i.easing}=c;if(s(f)){const e=isTransform(t);S(2===a.length||!e,\"spring must be provided 2 keyframes within timeline\");const n=f.createAnimation(a,(()=>\"0\"),e);f=n.easing;void 0!==n.keyframes&&(a=n.keyframes);void 0!==n.duration&&(l=n.duration)}const g=resolveOption(v.delay,e,E)||0;const w=u+g;const b=w+l;let{offset:A=m(a.length)}=c;1===A.length&&0===A[0]&&(A[1]=1);const O=length-a.length;O>0&&h(A,O);1===a.length&&a.unshift(null);addKeyframes(r,a,f,A,w,b);y=Math.max(g+l,y);d=Math.max(b,d)}}f=u;u+=y}a.forEach(((e,t)=>{for(const s in e){const a=e[s];a.sort(compareByTime);const c=[];const l=[];const f=[];for(let e=0;e<a.length;e++){const{at:t,value:n,easing:o}=a[e];c.push(n);l.push(p(0,d,t));f.push(o||i.easing)}if(0!==l[0]){l.unshift(0);c.unshift(c[0]);f.unshift(\"linear\")}if(1!==l[l.length-1]){l.push(1);c.push(null)}r.push([t,s,c,Object.assign(Object.assign(Object.assign({},n),{duration:d,easing:f,offset:l}),o)])}}));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,A(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=O((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 N=createGeneratorEasing(x);const F=createGeneratorEasing(V);const U={any:0,all:1};function inView$1(e,t,{root:n,margin:o,amount:i=\"any\"}={}){if(\"undefined\"===typeof IntersectionObserver)return()=>{};const s=resolveElements(e);const r=new WeakMap;const onIntersectionChange=e=>{e.forEach((e=>{const n=r.get(e.target);if(e.isIntersecting!==Boolean(n))if(e.isIntersecting){const n=t(e);\"function\"===typeof n?r.set(e.target,n):a.unobserve(e.target)}else if(n){n(e);r.delete(e.target)}}))};const a=new IntersectionObserver(onIntersectionChange,{root:n,rootMargin:o,threshold:\"number\"===typeof i?i:U[i]});s.forEach((e=>a.observe(e)));return()=>a.disconnect()}const q=new WeakMap;let K;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=q.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&&(K=new ResizeObserver(notifyAll))}function resizeElement(e,t){K||createResizeObserver();const n=resolveElements(e);n.forEach((e=>{let n=q.get(e);if(!n){n=new Set;q.set(e,n)}n.add(t);null===K||void 0===K?void 0:K.observe(e)}));return()=>{n.forEach((e=>{const n=q.get(e);null===n||void 0===n?void 0:n.delete(t);(null===n||void 0===n?void 0:n.size)||(null===K||void 0===K?void 0:K.unobserve(e))}))}}const G=new Set;let _;function createWindowResizeHandler(){_=()=>{const e={width:window.innerWidth,height:window.innerHeight};const t={target:window,size:e,contentSize:e};G.forEach((e=>e(t)))};window.addEventListener(\"resize\",_)}function resizeWindow(e){G.add(e);_||createWindowResizeHandler();return()=>{G.delete(e);!G.size&&_&&(_=void 0)}}function resize(e,t){return\"function\"===typeof e?resizeWindow(e):resizeElement(e,t)}const Z=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 X={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};function updateAxisInfo(e,t,n,o){const i=n[t];const{length:s,position:r}=X[t];const a=i.current;const c=n.time;i.current=e[\"scroll\"+r];i.scrollLength=e[\"scroll\"+s]-e[\"client\"+s];i.offset.length=0;i.offset[0]=0;i.offset[1]=i.scrollLength;i.progress=p(0,i.scrollLength,i.current);const l=o-c;i.velocity=l>Z?0:v(i.current-a,l)}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 Y={Enter:[[0,1],[1,1]],Exit:[[0,0],[1,0]],Any:[[1,0],[0,1]],All:[[0,0],[1,1]]};const J={start:0,center:.5,end:1};function resolveEdge(e,t,n=0){let o=0;void 0!==J[e]&&(e=J[e]);if(g(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}r(e)&&(o=t*e);return n+o}const Q=[0,0];function resolveOffset(e,t,n,o){let i=Array.isArray(e)?e:Q;let s=0;let a=0;if(r(e))i=[e,e];else if(g(e)){e=e.trim();i=e.includes(\" \")?e.split(\" \"):[e,J[e]?e:\"0\"]}s=resolveEdge(i[0],n,o);a=resolveEdge(i[1],t);return s-a}const ee={x:0,y:0};function resolveOffsets(e,t,n){let{offset:o=Y.All}=n;const{target:i=e,axis:s=\"y\"}=n;const r=\"y\"===s?\"height\":\"width\";const a=i!==e?calcInset(i,e):ee;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=y(m(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 i=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:\"function\"===typeof t?()=>t(n):scrubAnimation(t,n[i])}}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 te=new WeakMap;const ne=new WeakMap;const oe=new WeakMap;const getEventTarget=e=>e===document.documentElement?window:e;function scroll(e,t={}){var{container:n=document.documentElement}=t,o=b(t,[\"container\"]);let i=oe.get(n);if(!i){i=new Set;oe.set(n,i)}const s=createScrollInfo();const r=createOnScrollHandler(n,e,s,o);i.add(r);if(!te.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()};te.set(n,listener);const e=getEventTarget(n);window.addEventListener(\"resize\",listener,{passive:true});n!==document.documentElement&&ne.set(n,resize(n,listener));e.addEventListener(\"scroll\",listener,{passive:true})}const a=te.get(n);const c=requestAnimationFrame(a);return()=>{var t;\"function\"!==typeof e&&e.stop();cancelAnimationFrame(c);const o=oe.get(n);if(!o)return;o.delete(r);if(o.size)return;const i=te.get(n);te.delete(n);if(i){getEventTarget(n).removeEventListener(\"scroll\",i);null===(t=ne.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 ie;function processScheduledAnimations(){if(!ie)return;const e=ie.sort(compareByDepth).map(fireAnimateUpdates);e.forEach(fireNext);e.forEach(fireNext);ie=void 0}function scheduleAnimation(e){if(ie)n(ie,e);else{ie=[e];requestAnimationFrame(processScheduledAnimations)}}function unscheduleAnimation(e){ie&&f(ie,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 se={isActive:e=>Boolean(e.inView),subscribe:(e,{enable:t,disable:n},{inViewOptions:o={}})=>{const{once:i}=o,s=b(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 re={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 ae={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 ce={inView:se,hover:re,press:ae};const le=[\"initial\",\"animate\",...Object.keys(ce),\"exit\"];const fe=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 le)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)||{},f=b(c,[\"transition\"]);const u=Object.assign({},f);function*animateUpdates(){var t,o;const s=f;f={};const r={};for(const n of le){if(!i[n])continue;const s=resolveVariant(e[n]);if(s)for(const n in s)if(\"transition\"!==n){f[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(f),...Object.keys(s)]);const c=[];a.forEach((e=>{var t;void 0===f[e]&&(f[e]=u[e]);if(hasChanged(s[e],f[e])){null!==(t=u[e])&&void 0!==t?t:u[e]=H.get(n,e);c.push(animateStyle(n,e,f[e],r[e]))}}));yield;const d=c.map((e=>e())).filter(Boolean);if(!d.length)return;const g=f;n.dispatchEvent(motionEvent(\"motionstart\",g));Promise.all(d.map((e=>e.finished))).then((()=>{n.dispatchEvent(motionEvent(\"motioncomplete\",g))})).catch(l)}const setGesture=(e,t)=>()=>{i[e]=t;scheduleAnimation(d)};const updateGestureSubscriptions=()=>{for(const t in ce){const o=ce[t].isActive(e);const i=s[t];if(o&&!i)s[t]=ce[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:()=>f,getOptions:()=>e,getContext:()=>r,mount:e=>{S(Boolean(e),\"Animation state must be mounted with valid Element\");n=e;fe.set(n,d);updateGestureSubscriptions();return()=>{fe.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)){T[o]&&(o=T[o]);n.push(o);o=asTransformCssVar(o)}let s=Array.isArray(i)?i[0]:i;const a=k.get(o);a&&(s=r(i)?a.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{Y as ScrollOffset,animate,animateStyle,createMotionState,createStyleString,createStyles,getAnimationData,getStyleName,F as glide,inView$1 as inView,fe as mountedStates,resize,scroll,N as spring,stagger,H 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,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=[];let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(filteredSlots,(child,childIndex)=>{var _child_props,_child_props1,_child_props2,_child_props3,_child_props4,_child_props5;const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\",willChange:\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,width:widthType?(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.width:\"100%\",height:heightType?(_child_props4=child.props)===null||_child_props4===void 0?void 0:_child_props4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(_child_props5=child.props)===null||_child_props5===void 0?void 0:_child_props5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);})];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);// Pause the animation when it's out of view\nuseEffect(()=>{if(!animationRef.current)return;if(isInView&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if(!isInView&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas?\"auto\":\"transform\",transform:supportsAcceleratedAnimations?transformer(0):transform},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"400\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "// Generated by Framer (64bc75b)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/WpV46lGBVy3fr3crNRu2/VRyLMX7Lfd8l7EhVo4Iq/N05AgDEyF.js\";const TickerFonts=getFonts(Ticker);const serializationHash=\"framer-MSRkV\";const variantClassNames={q0qIef_zS:\"framer-v-11pn5y3\"};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={bounce:.2,delay:0,duration:.4,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.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"q0qIef_zS\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);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-11pn5y3\",className,classNames),\"data-framer-name\":\"Deaktop\",layoutDependency:layoutDependency,layoutId:\"q0qIef_zS\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nda54s-container\",layoutDependency:layoutDependency,layoutId:\"a0QGpfupu-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:0,height:\"100%\",hoverFactor:1,id:\"a0QGpfupu\",layoutId:\"a0QGpfupu\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-3xiov6\",layoutDependency:layoutDependency,layoutId:\"YfVZdmyWN\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-4yppks\",\"data-styles-preset\":\"N05AgDEyF\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(255, 255, 255))\"},children:\"persuasive   \u2022   credible   \u2022   influencial   \u2022   genuine   \u2022   engaging   \u2022   compelling   \u2022   powerful   \u2022   \"})}),className:\"framer-1qitowe\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"I3Tb77DfI\",style:{\"--extracted-gdpscs\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})],speed:70,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-MSRkV.framer-1samxvb, .framer-MSRkV .framer-1samxvb { display: block; }\",\".framer-MSRkV.framer-11pn5y3 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 300px; }\",\".framer-MSRkV .framer-1nda54s-container { flex: 1 0 0px; height: 70px; position: relative; width: 1px; }\",\".framer-MSRkV .framer-3xiov6 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-MSRkV .framer-1qitowe { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-MSRkV.framer-11pn5y3, .framer-MSRkV .framer-3xiov6 { gap: 0px; } .framer-MSRkV.framer-11pn5y3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-MSRkV.framer-11pn5y3 > :first-child, .framer-MSRkV .framer-3xiov6 > :first-child { margin-left: 0px; } .framer-MSRkV.framer-11pn5y3 > :last-child, .framer-MSRkV .framer-3xiov6 > :last-child { margin-right: 0px; } .framer-MSRkV .framer-3xiov6 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 70\n * @framerIntrinsicWidth 300\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerd6yvbMLE7=withCSS(Component,css,\"framer-MSRkV\");export default Framerd6yvbMLE7;Framerd6yvbMLE7.displayName=\"Empower your most persuasive voice now.\";Framerd6yvbMLE7.defaultProps={height:70,width:300};addFonts(Framerd6yvbMLE7,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...TickerFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerd6yvbMLE7\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"300\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"70\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./d6yvbMLE7.map", "import{useState,useEffect}from\"react\";export const isBrowser=()=>typeof document===\"object\";export function getBrowserVisibilityProp(){if(!isBrowser())return;if(typeof document.hidden!==\"undefined\"){// Opera 12.10 and Firefox 18 and later support\nreturn\"visibilitychange\";}else if(typeof document.msHidden!==\"undefined\"){return\"msvisibilitychange\";}else if(typeof document.webkitHidden!==\"undefined\"){return\"webkitvisibilitychange\";}}export function getBrowserDocumentHiddenProp(){if(!isBrowser())return;if(typeof document.hidden!==\"undefined\"){return\"hidden\";}else if(typeof document.msHidden!==\"undefined\"){return\"msHidden\";}else if(typeof document.webkitHidden!==\"undefined\"){return\"webkitHidden\";}}export function getIsDocumentHidden(){if(!isBrowser())return;return!document[getBrowserDocumentHiddenProp()];}export function usePageVisibility(){if(!isBrowser())return;const[isVisible,setIsVisible]=useState(getIsDocumentHidden());const onVisibilityChange=()=>setIsVisible(getIsDocumentHidden());useEffect(()=>{const visibilityChange=getBrowserVisibilityProp();document.addEventListener(visibilityChange,onVisibilityChange,false);return()=>{document.removeEventListener(visibilityChange,onVisibilityChange);};});return isVisible;}\nexport const __FramerMetadata__ = {\"exports\":{\"getBrowserVisibilityProp\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getIsDocumentHidden\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePageVisibility\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowser\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getBrowserDocumentHiddenProp\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UsePageVisibility.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useLayoutEffect,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement,forwardRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion,animate,useMotionValue,useInView,useTransform,LayoutGroup,wrap,sync,mix}from\"framer-motion\";import{resize}from\"@motionone/dom\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js\";// Using opacity: 0.001 instead of 0 as an LCP hack. (opacity: 0.001 is still 0\n// to a human eye but makes Google think the elements are visible)\nconst OPACITY_0=.001;/**\n *\n * SLIDESHOW\n * V2 with Drag\n * By Benjamin and Matt\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Slideshow(props){/**\n     * Properties\n     */const{slots,startFrom,direction,effectsOptions,autoPlayControl,dragControl,alignment,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,itemAmount,fadeOptions,intervalControl,transitionControl,arrowOptions,borderRadius,progressOptions,style}=props;const{effectsOpacity,effectsScale,effectsRotate,effectsPerspective,effectsHover}=effectsOptions;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowShouldSpace=true,arrowShouldFadeIn=false,arrowPosition,arrowPadding,arrowGap,arrowPaddingTop,arrowPaddingRight,arrowPaddingBottom,arrowPaddingLeft}=arrowOptions;const{showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/**\n     * Checks\n     */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const hasChildren=Children.count(filteredSlots)>0;const isHorizontal=direction===\"left\"||direction===\"right\";const isInverted=direction===\"right\"||direction===\"bottom\";/**\n     * Empty state for Canvas\n     */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2B50\uFE0F\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to make infinite auto-playing slideshows.\"})]});}/**\n     * Refs, State\n     */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return filteredSlots.map(index=>/*#__PURE__*/createRef());},[filteredSlots]);const timeoutRef=useRef(undefined);const[size,setSize]=useState({parent:null,children:null,item:null,itemWidth:null,itemHeight:null,viewportLength:null});/* For pausing on hover */const[isHovering,setIsHovering]=useState(false);const[shouldPlayOnHover,setShouldPlayOnHover]=useState(autoPlayControl);/* For cursor updates */const[isMouseDown,setIsMouseDown]=useState(false);/* Check if resizing */const[isResizing,setIsResizing]=useState(false);/**\n     * Array for children\n     */const dupedChildren=[];let duplicateBy=4;if(isCanvas){duplicateBy=1;}/**\n     * Measure parent, child, items\n     */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const total=filteredSlots.length-1;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[total].current?isHorizontal?childrenRef[total].current.offsetLeft+childrenRef[total].current.offsetWidth:childrenRef[total].current.offsetTop+childrenRef[total].current.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetWidth:childrenRef[0].current.offsetHeight:0;const itemWidth=childrenRef[0].current?childrenRef[0].current.offsetWidth:0;const itemHeight=childrenRef[0].current?childrenRef[0].current.offsetHeight:0;const viewportLength=isHorizontal?Math.max(document.documentElement.clientWidth||0,window.innerWidth||0,parentRef.current.offsetWidth):Math.max(document.documentElement.clientHeight||0,window.innerHeight||0,parentRef.current.offsetHeight);setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight,viewportLength});}},[hasChildren]);const scheduleMeasure=useCallback(()=>{sync.read(measure);},[measure]);/**\n     * Add refs to all children\n     * Added itemAmount for resizing\n     */useLayoutEffect(()=>{if(hasChildren)scheduleMeasure();},[hasChildren,itemAmount]);/**\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(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){scheduleMeasure();setIsResizing(true);}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>setIsResizing(false),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */const totalItems=filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length;const childrenSize=isCanvas?0:size===null||size===void 0?void 0:size.children;const itemWithGap=(size===null||size===void 0?void 0:size.item)+gap;const itemOffset=startFrom*itemWithGap;const[currentItem,setCurrentItem]=useState(startFrom+totalItems);const[isDragging,setIsDragging]=useState(false);/* Check for browser window visibility *//* Otherwise, it will re-play all the item increments */const visibilityRef=useRef(null);const isInView=useInView(visibilityRef);const isVisible=usePageVisibility()&&isInView;const factor=isInverted?1:-1;/* The x and y values to start from */const xOrY=useMotionValue(childrenSize);/* For canvas only. Using xOrY is slower upon page switching */const canvasPosition=isHorizontal?-startFrom*((size===null||size===void 0?void 0:size.itemWidth)+gap):-startFrom*((size===null||size===void 0?void 0:size.itemHeight)+gap);/* Calculate the new value to animate to */const newPosition=()=>factor*currentItem*itemWithGap;/* Wrapped values for infinite looping *//* Instead of 0 to a negative full duplicated row, we start with an offset */const wrappedValue=!isCanvas?useTransform(xOrY,value=>{const wrapped=wrap(-childrenSize,-childrenSize*2,value);return isNaN(wrapped)?0:wrapped;}):0;/* Convert the current item to a wrapping index for dots */const wrappedIndex=wrap(0,totalItems,currentItem);const wrappedIndexInverted=wrap(0,-totalItems,currentItem);/* Update x or y with the provided starting point *//* The subtraction of a full row of children is for overflow */useLayoutEffect(()=>{if((size===null||size===void 0?void 0:size.children)===null)return;/* Initial measure */// if (initialResize.current) {\n//     xOrY.set((childrenSize + itemOffset) * factor)\n// }\n/* Subsequent resizes */if(!initialResize.current&&isResizing){xOrY.set(newPosition());}},[size,childrenSize,factor,itemOffset,currentItem,itemWithGap,isResizing]);/**\n     * Page item methods\n     * Switching, deltas, autoplaying\n     *//* Next and previous function, animates the X */const switchPages=()=>{if(isCanvas||!hasChildren||!size.parent||isDragging)return;if(xOrY.get()!==newPosition()){animate(xOrY,newPosition(),transitionControl);}if(autoPlayControl&&shouldPlayOnHover){timeoutRef.current=setTimeout(()=>{setCurrentItem(currentItem+1);switchPages();},intervalControl*1e3);}};/* Page navigation functions */const setDelta=delta=>{if(!isInverted){setCurrentItem(currentItem+delta);}else{setCurrentItem(currentItem-delta);}};const setPage=index=>{const currentItemWrapped=wrap(0,totalItems,currentItem);const currentItemWrappedInvert=wrap(0,-totalItems,currentItem);const goto=index-currentItemWrapped;const gotoInverted=index-Math.abs(currentItemWrappedInvert);if(!isInverted){setCurrentItem(currentItem+goto);}else{setCurrentItem(currentItem-gotoInverted);}};/**\n     * Drag\n     */const handleDragStart=()=>{setIsDragging(true);};const handleDragEnd=(event,{offset,velocity})=>{setIsDragging(false);const offsetXorY=isHorizontal?offset.x:offset.y;const velocityThreshold=200// Based on testing, can be tweaked or could be 0\n;const velocityXorY=isHorizontal?velocity.x:velocity.y;const isHalfOfNext=offsetXorY<-size.item/2;const isHalfOfPrev=offsetXorY>size.item/2;/* In case you drag more than 1 item left or right */const normalizedOffset=Math.abs(offsetXorY);const itemDelta=Math.round(normalizedOffset/size.item);/* Minimum delta is 1 to initiate a page switch *//* For velocity use only */const itemDeltaFromOne=itemDelta===0?1:itemDelta;/* For quick flicks, even with low offsets */if(velocityXorY>velocityThreshold){setDelta(-itemDeltaFromOne);}else if(velocityXorY<-velocityThreshold){setDelta(itemDeltaFromOne);}else{/* For dragging over half of the current item with 0 velocity */if(isHalfOfNext){setDelta(itemDelta);}if(isHalfOfPrev){setDelta(-itemDelta);}}};/* Kickstart the auto-playing once we have all the children */useEffect(()=>{if(!isVisible||isResizing)return;switchPages();return()=>timeoutRef.current&&clearTimeout(timeoutRef.current);},[dupedChildren,isVisible,isResizing]);/* Create copies of our children to create a perfect loop */let childCounter=0;/**\n     * Sizing\n     * */let columnOrRowValue=`calc(${100/itemAmount}% - ${gap}px + ${gap/itemAmount}px)`;/**\n     * Nested array to create duplicates of the children for infinite looping\n     * These are wrapped around, and start at a full \"page\" worth of offset\n     * as defined above.\n     */for(let index=0;index<duplicateBy;index++){dupedChildren.push(...Children.map(filteredSlots,(child,childIndex)=>{let ref;if(childIndex===0){ref=childrenRef[0];}if(childIndex===filteredSlots.length-1){ref=childrenRef[1];}return /*#__PURE__*/_jsx(Slide,{ref:childrenRef[childIndex],slideKey:index+childIndex+\"lg\",index:index,width:isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",height:!isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",size:size,child:child,numChildren:filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length,wrappedValue:wrappedValue,childCounter:childCounter++,gap:gap,isCanvas:isCanvas,isHorizontal:isHorizontal,effectsOpacity:effectsOpacity,effectsScale:effectsScale,effectsRotate:effectsRotate,children:index+childIndex},index+childIndex+\"lg\");}));}/**\n     * Fades with masks\n     */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}%)`;/**\n     * Dots\n     */const dots=[];const dotsBlurStyle={};if(showProgressDots){for(let i=0;i<(filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length);i++){dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>setPage(i),wrappedIndex:wrappedIndex,wrappedIndexInverted:wrappedIndexInverted,total:totalItems,index:i,gap:dotsGap,padding:dotsPadding,isHorizontal:isHorizontal,isInverted:isInverted},i));}if(dotsBlur>0){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=dotsBlurStyle.MozBackdropFilter=`blur(${dotsBlur}px)`;}}const dragProps=dragControl?{drag:isHorizontal?\"x\":\"y\",onDragStart:handleDragStart,onDragEnd:handleDragEnd,dragDirectionLock:true,values:{x:xOrY,y:xOrY},dragMomentum:false}:{};const arrowHasTop=arrowPosition===\"top-left\"||arrowPosition===\"top-mid\"||arrowPosition===\"top-right\";const arrowHasBottom=arrowPosition===\"bottom-left\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"bottom-right\";const arrowHasLeft=arrowPosition===\"top-left\"||arrowPosition===\"bottom-left\";const arrowHasRight=arrowPosition===\"top-right\"||arrowPosition===\"bottom-right\";const arrowHasMid=arrowPosition===\"top-mid\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"auto\";return /*#__PURE__*/_jsxs(\"section\",{style:{...containerStyle,padding:paddingValue,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,opacity:(size===null||size===void 0?void 0:size.item)!==null?1:OPACITY_0,userSelect:\"none\"},onMouseEnter:()=>{setIsHovering(true);if(!effectsHover)setShouldPlayOnHover(false);},onMouseLeave:()=>{setIsHovering(false);if(!effectsHover)setShouldPlayOnHover(true);},onMouseDown:event=>{// Preventdefault fixes the cursor switching to text on drag on safari\nevent.preventDefault();setIsMouseDown(true);},onMouseUp:()=>setIsMouseDown(false),ref:visibilityRef,children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",margin:0,padding:\"inherit\",position:\"absolute\",inset:0,overflow:overflow?\"visible\":\"hidden\",borderRadius:borderRadius,userSelect:\"none\",perspective:isCanvas?\"none\":effectsPerspective},children:/*#__PURE__*/_jsx(motion.ul,{ref:parentRef,...dragProps,style:{...containerStyle,gap:gap,placeItems:alignment,x:isHorizontal?isCanvas?canvasPosition:wrappedValue:0,y:!isHorizontal?isCanvas?canvasPosition:wrappedValue:0,flexDirection:isHorizontal?\"row\":\"column\",transformStyle:effectsRotate!==0&&!isCanvas?\"preserve-3d\":undefined,cursor:dragControl?isMouseDown?\"grabbing\":\"grab\":\"auto\",userSelect:\"none\",...style},children:dupedChildren})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles},\"aria-label\":\"Slideshow pagination controls\",className:\"framer--slideshow-controls\",children:[/*#__PURE__*/_jsxs(motion.div,{style:{position:\"absolute\",display:\"flex\",flexDirection:isHorizontal?\"row\":\"column\",justifyContent:arrowShouldSpace?\"space-between\":\"center\",gap:arrowShouldSpace?\"unset\":arrowGap,opacity:arrowShouldFadeIn?OPACITY_0:1,alignItems:\"center\",inset:arrowPadding,top:arrowShouldSpace?arrowPadding:arrowHasTop?arrowPaddingTop:\"unset\",left:arrowShouldSpace?arrowPadding:arrowHasLeft?arrowPaddingLeft:arrowHasMid?0:\"unset\",right:arrowShouldSpace?arrowPadding:arrowHasRight?arrowPaddingRight:arrowHasMid?0:\"unset\",bottom:arrowShouldSpace?arrowPadding:arrowHasBottom?arrowPaddingBottom:\"unset\"},animate:arrowShouldFadeIn&&{opacity:isHovering?1:OPACITY_0},transition:transitionControl,children:[/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(-1),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\",alt:\"Back Arrow\"})}),/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(1),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\",alt:\"Next Arrow\"})})]}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:isHorizontal?\"50%\":dotsInset,top:!isHorizontal?\"50%\":\"unset\",transform:isHorizontal?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:isHorizontal?\"row\":\"column\",bottom:isHorizontal?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,userSelect:\"none\",...dotsBlurStyle},children:dots}):null]})]});}/* Default Properties */Slideshow.defaultProps={direction:\"left\",dragControl:false,startFrom:0,itemAmount:1,infinity:true,gap:10,padding:10,autoPlayControl:true,effectsOptions:{effectsOpacity:1,effectsScale:1,effectsRotate:0,effectsPerspective:1200,effectsHover:true},transitionControl:{type:\"spring\",stiffness:200,damping:40},fadeOptions:{fadeContent:false,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},arrowOptions:{showMouseControls:true,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowFill:\"rgba(0,0,0,0.2)\",arrowSize:40},progressOptions:{showProgressDots:true}};/* Property Controls */addPropertyControls(Slideshow,{slots:{type:ControlType.Array,title:\"Content\",control:{type:ControlType.ComponentInstance}},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\"],displaySegmentedControl:true,defaultValue:Slideshow.defaultProps.direction},autoPlayControl:{type:ControlType.Boolean,title:\"Auto Play\",defaultValue:true},intervalControl:{type:ControlType.Number,title:\"Interval\",defaultValue:1.5,min:.5,max:10,step:.1,displayStepper:true,unit:\"s\",hidden:props=>!props.autoPlayControl},dragControl:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:false},startFrom:{type:ControlType.Number,title:\"Current\",min:0,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.startFrom},effectsOptions:{type:ControlType.Object,title:\"Effects\",controls:{effectsOpacity:{type:ControlType.Number,title:\"Opacity\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsOpacity,min:0,max:1,step:.01,displayStepper:true},effectsScale:{type:ControlType.Number,title:\"Scale\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsScale,min:0,max:1,step:.01,displayStepper:true},effectsPerspective:{type:ControlType.Number,title:\"Perspective\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsPerspective,min:200,max:2e3,step:1},effectsRotate:{type:ControlType.Number,title:\"Rotate\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsRotate,min:-180,max:180,step:1},effectsHover:{type:ControlType.Boolean,title:\"On Hover\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsHover}}},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},itemAmount:{type:ControlType.Number,title:\"Items\",min:1,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.itemAmount},gap:{type:ControlType.Number,title:\"Gap\",min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0},transitionControl:{type:ControlType.Transition,defaultValue:Slideshow.defaultProps.transitionControl,title:\"Transition\"},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:false},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;}}}},arrowOptions:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:Slideshow.defaultProps.arrowOptions.showMouseControls},arrowFill:{type:ControlType.Color,title:\"Fill\",hidden:props=>!props.showMouseControls,defaultValue:Slideshow.defaultProps.arrowOptions.arrowFill},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:Slideshow.defaultProps.arrowOptions.arrowSize,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowShouldFadeIn:{type:ControlType.Boolean,title:\"Fade In\",defaultValue:false,hidden:props=>!props.showMouseControls},arrowShouldSpace:{type:ControlType.Boolean,title:\"Distance\",enabledTitle:\"Space\",disabledTitle:\"Group\",defaultValue:Slideshow.defaultProps.arrowOptions.arrowShouldSpace,hidden:props=>!props.showMouseControls},arrowPosition:{type:ControlType.Enum,title:\"Position\",options:[\"auto\",\"top-left\",\"top-mid\",\"top-right\",\"bottom-left\",\"bottom-mid\",\"bottom-right\"],optionTitles:[\"Center\",\"Top Left\",\"Top Middle\",\"Top Right\",\"Bottom Left\",\"Bottom Middle\",\"Bottom Right\"],hidden:props=>!props.showMouseControls||props.arrowShouldSpace},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls||!props.arrowShouldSpace},arrowPaddingTop:{type:ControlType.Number,title:\"Top\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"bottom-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-right\"},arrowPaddingBottom:{type:ControlType.Number,title:\"Bottom\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-right\"},arrowPaddingRight:{type:ControlType.Number,title:\"Right\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-mid\"},arrowPaddingLeft:{type:ControlType.Number,title:\"Left\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-right\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-right\"||props.arrowPosition===\"bottom-mid\"},arrowGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace}}},progressOptions:{type:ControlType.Object,title:\"Dots\",controls:{showProgressDots:{type:ControlType.Boolean,title:\"Show\",defaultValue:false},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:0,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}}});/* Placeholder Styles */const containerStyle={display:\"flex\",flexDirection:\"row\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Component 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:180,lineHeight:1.5,textAlign:\"center\"};/* Control Styles */const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",pointerEvents:\"none\",userSelect:\"none\",top:0,left:0,right:0,bottom:0,border:0,padding:0,margin:0};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);/* Slide Component */const Slide=/*#__PURE__*/forwardRef(function Component(props,ref){var _child_props,_child_props1;const{slideKey,width,height,child,size,gap,wrappedValue,numChildren,childCounter,isCanvas,effects,effectsOpacity,effectsScale,effectsRotate,isHorizontal,isLast,index}=props;/**\n     * Unique offsets + scroll range [0, 1, 1, 0]\n     */const childOffset=((size===null||size===void 0?void 0:size.item)+gap)*childCounter;const scrollRange=[-(size===null||size===void 0?void 0:size.item),0,(size===null||size===void 0?void 0:size.parent)-(size===null||size===void 0?void 0:size.item)+gap,size===null||size===void 0?void 0:size.parent].map(val=>val-childOffset);/**\n     * Effects\n     */const rotateY=!isCanvas&&useTransform(wrappedValue,scrollRange,[-effectsRotate,0,0,effectsRotate]);const rotateX=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsRotate,0,0,-effectsRotate]);const opacity=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsOpacity,1,1,effectsOpacity]);const scale=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsScale,1,1,effectsScale]);const originXorY=!isCanvas&&useTransform(wrappedValue,scrollRange,[1,1,0,0]);const isVisible=!isCanvas&&useTransform(wrappedValue,latest=>latest>=scrollRange[1]&&latest<=scrollRange[2]);useEffect(()=>{if(!isVisible)return;return isVisible.onChange(newValue=>{var _ref_current;(_ref_current=ref.current)===null||_ref_current===void 0?void 0:_ref_current.setAttribute(\"aria-hidden\",!newValue);});},[]);const visibility=isCanvas?\"visible\":useTransform(wrappedValue,[scrollRange[0]-size.viewportLength,mix(scrollRange[1],scrollRange[2],.5),scrollRange[3]+size.viewportLength],[\"hidden\",\"visible\",\"hidden\"]);return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:{display:\"contents\"},\"aria-hidden\":index===0?false:true,children:/*#__PURE__*/cloneElement(child,{ref:ref,key:slideKey+\"child\",style:{...(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.style,flexShrink:0,userSelect:\"none\",width,height,opacity:opacity,scale:scale,originX:isHorizontal?originXorY:.5,originY:!isHorizontal?originXorY:.5,rotateY:isHorizontal?rotateY:0,rotateX:!isHorizontal?rotateX:0,visibility},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.children)})});});function Dot({selectedOpacity,opacity,total,index,wrappedIndex,wrappedIndexInverted,dotStyle,buttonStyle,gap,padding,isHorizontal,isInverted,...props}){/* Check active item *//* Go 0\u20141\u20142\u20143\u20144\u20145\u20140 */let isSelected=wrappedIndex===index;/* Go 0\u20145\u20144\u20143\u20142\u20141\u20140\u20145 instead when inverted */if(isInverted){isSelected=Math.abs(wrappedIndexInverted)===index;}const inlinePadding=gap/2;let top=!isHorizontal&&index>0?inlinePadding:padding;let bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;let right=isHorizontal&&index!==total-1?inlinePadding:padding;let left=isHorizontal&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle},initial:false,animate:{opacity:isSelected?selectedOpacity:opacity},transition:{duration:.3}})});}/* Dot Styles */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Slideshow\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map", "// Generated by Framer (64bc75b)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Image,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/z9LFDX6PKECtSqS68OWD/SlideShow.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/8QNBU5HLIEyIGKq8GfM2/rYZt77RqIllA7Js8CI96/AWvhce8EW.js\";const SlideshowFonts=getFonts(Slideshow);const cycleOrder=[\"LFNIm_1vF\",\"Mtp0aCJm0\"];const serializationHash=\"framer-n3ihZ\";const variantClassNames={LFNIm_1vF:\"framer-v-rgalcz\",Mtp0aCJm0:\"framer-v-bidkde\"};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={bounce:.2,delay:0,duration:.4,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.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"LFNIm_1vF\",\"Variant 2\":\"Mtp0aCJm0\"};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:\"LFNIm_1vF\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"LFNIm_1vF\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"Mtp0aCJm0\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"Mtp0aCJm0\")return true;return false;};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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-rgalcz\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"LFNIm_1vF\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({Mtp0aCJm0:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2yxwl4-container\",layoutDependency:layoutDependency,layoutId:\"fDD8v4VYj-container\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0)\",arrowGap:24,arrowPadding:20,arrowPaddingBottom:-70,arrowPaddingLeft:465,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"bottom-left\",arrowRadius:0,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:40,leftArrow:\"https://framerusercontent.com/images/WUuoM4gN5Y93sydaTPdKN0gM184.svg\",rightArrow:\"https://framerusercontent.com/images/G1Fzssj8FHZZaUHdyPAQ6o73c.svg\",showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:false,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:32,height:\"100%\",id:\"fDD8v4VYj\",intervalControl:6,itemAmount:4,layoutId:\"fDD8v4VYj\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-5s2roz\",\"data-border\":true,\"data-framer-name\":\"Frame 1000006413\",layoutDependency:layoutDependency,layoutId:\"N3aR1UBkZ\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(161, 152, 156)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1slrmve\",\"data-framer-name\":\"Frame 1000006555\",layoutDependency:layoutDependency,layoutId:\"fR0C5ndUS\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hujc4z\",\"data-framer-name\":\"Frame 47\",layoutDependency:layoutDependency,layoutId:\"LuRCGIJ0s\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-510zl4\",layoutDependency:layoutDependency,layoutId:\"xzIi8ofzL\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bqebhy\",\"data-framer-name\":\"Frame 1000006628\",layoutDependency:layoutDependency,layoutId:\"tZ8sZr0xQ\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-k0x4dy\",\"data-framer-name\":\"indoor-picture-cheerful-handsome-young-man-having-folded-hands-looking-directly-smiling-sincerely-wearing-casual-clothes (1)\",layoutDependency:layoutDependency,layoutId:\"FMUMW81CE\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:192,pixelWidth:192,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/pHINHfcvYDHanVvPXdFoTa4B3fE.png\"},className:\"framer-19crier\",\"data-framer-name\":\"Screenshot 2024-10-15 at 12.05.03 1\",layoutDependency:layoutDependency,layoutId:\"ySLOHmDKr\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1omnpm2\",\"data-framer-name\":\"Frame 44\",layoutDependency:layoutDependency,layoutId:\"eL2YCOSdB\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\"',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(72, 74, 82, 1))\"},children:\"Aman \"})})}),className:\"framer-11of1y3\",\"data-framer-name\":\"Stefan Green\",fonts:[\"GF;Roboto-500\"],layoutDependency:layoutDependency,layoutId:\"UKWTM5VdP\",style:{\"--extracted-1w3ko1f\":\"rgba(72, 74, 82, 1)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(161, 152, 156))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://applypal.intfoundationgroup.co.uk/alumni/public-profile/study-medicine/aman-makonnen-from-ethiopia/\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1l5h46a\",\"data-styles-preset\":\"AWvhce8EW\",children:\"from Uganda\\u2028\\u2028Studying Medicine,  University of Nicosia, Cyprus\"})})})}),className:\"framer-11dbrau\",\"data-framer-name\":\"Director of Marketing & Partnerships\\u2028International Foundation Group\",fonts:[\"GF;Roboto-regular\"],layoutDependency:layoutDependency,layoutId:\"PDnz7yy5G\",style:{\"--extracted-r6o4lv\":\"rgb(161, 152, 156)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:120,pixelWidth:120,src:\"https://framerusercontent.com/images/mXxOKRqUyg4g3TjGs7RVmPAy8M.png\"},className:\"framer-1a5r4nb\",\"data-framer-name\":\"TJ\",layoutDependency:layoutDependency,layoutId:\"S3FJpQpGZ\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dghqtj\",\"data-framer-name\":\"Group 1000006599\",layoutDependency:layoutDependency,layoutId:\"JtAxt0ZXk\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rjk101\",layoutDependency:layoutDependency,layoutId:\"zZvQNYmBW\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-13fgprh\",\"data-framer-name\":\"Group\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"XzkmD2Kcb\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 56 49\"><path d=\"M 55.093 0 C 55.333 0 55.564 0.096 55.734 0.266 C 55.904 0.436 56 0.667 56 0.908 L 56 7.321 C 56 7.547 55.915 7.766 55.763 7.933 C 55.61 8.1 55.401 8.204 55.176 8.226 C 48.505 8.837 43.877 11.97 41.423 17.535 C 40.07 20.603 39.77 23.621 39.707 25.058 L 55.006 25.058 C 55.247 25.058 55.477 25.154 55.647 25.324 C 55.818 25.494 55.913 25.725 55.913 25.965 L 55.913 47.821 C 55.913 48.062 55.818 48.292 55.647 48.463 C 55.477 48.633 55.247 48.728 55.006 48.729 L 33.153 48.729 C 32.913 48.729 32.682 48.633 32.512 48.463 C 32.341 48.293 32.246 48.062 32.246 47.821 L 32.246 25.969 C 32.246 20.187 33.441 15.22 35.798 11.203 C 37.699 7.967 40.345 5.348 43.667 3.418 C 49.287 0.151 54.839 0.004 55.074 0 Z M 54.185 6.513 L 54.185 1.889 C 52.431 2.072 48.446 2.727 44.517 5.027 C 41.545 6.742 39.072 9.203 37.341 12.165 C 35.164 15.892 34.061 20.537 34.061 25.972 L 34.061 46.914 L 54.098 46.914 L 54.098 26.876 L 38.788 26.876 C 38.553 26.876 38.328 26.785 38.159 26.623 C 37.99 26.461 37.89 26.239 37.881 26.005 C 37.874 25.822 37.723 21.473 39.735 16.869 C 41.556 12.7 45.538 7.588 54.185 6.51 Z\" fill=\"rgba(72,74,82,0.784314)\"></path><path d=\"M 22.847 0 C 23.088 0 23.318 0.096 23.489 0.266 C 23.659 0.436 23.754 0.667 23.754 0.908 L 23.754 7.321 C 23.754 7.548 23.67 7.766 23.517 7.933 C 23.365 8.1 23.155 8.205 22.93 8.226 C 16.259 8.837 11.633 11.97 9.178 17.535 C 7.824 20.603 7.524 23.621 7.462 25.058 L 22.76 25.058 C 23.001 25.058 23.232 25.154 23.402 25.324 C 23.572 25.494 23.668 25.725 23.668 25.965 L 23.668 47.821 C 23.668 48.062 23.572 48.293 23.402 48.463 C 23.232 48.633 23.001 48.729 22.76 48.729 L 0.908 48.729 C 0.667 48.728 0.436 48.633 0.266 48.463 C 0.096 48.292 0.001 48.062 0 47.821 L 0 25.969 C 0 20.187 1.196 15.22 3.554 11.203 C 5.453 7.967 8.101 5.348 11.421 3.418 C 17.045 0.151 22.596 0.001 22.83 0.001 Z M 21.939 6.513 L 21.939 1.889 C 20.185 2.072 16.2 2.727 12.271 5.027 C 9.299 6.742 6.826 9.203 5.095 12.165 C 2.919 15.892 1.815 20.537 1.815 25.972 L 1.815 46.914 L 21.847 46.914 L 21.847 26.876 L 6.543 26.876 C 6.309 26.876 6.083 26.785 5.914 26.623 C 5.745 26.461 5.645 26.239 5.636 26.005 C 5.628 25.822 5.478 21.473 7.49 16.869 C 9.312 12.7 13.293 7.588 21.939 6.51 Z\" fill=\"rgba(72,74,82,0.784314)\"></path></svg>',svgContentId:10934703975,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(72, 74, 82))\"},children:\"I love helping potential students because they were in the same boat i was in and I can advise them in a way no-one else can. ApplyPal give me the responsibility to see things from an applicant\u2019s points of view. \"})}),className:\"framer-5m0rw4\",\"data-framer-name\":\"ApplyPal has help us reach potential international students in a unique way - above and beyond our expectations. We look forward to expanding the work we do with ApplyPal in the future to build further connections with schools, something we would not have been able to do.\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"Vq6h4I1xh\",style:{\"--extracted-r6o4lv\":\"rgb(72, 74, 82)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-12xjirz\",layoutDependency:layoutDependency,layoutId:\"RyAA_qVdn\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-pp2bfc\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:49,intrinsicWidth:56,layoutDependency:layoutDependency,layoutId:\"QonlWA5JP\",svg:'<svg width=\"56\" height=\"49\" viewBox=\"0 0 56 49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.907544 48.7287C0.666849 48.7287 0.436011 48.6331 0.265813 48.4629C0.0956157 48.2927 0 48.0619 0 47.8212L0 41.4075C0.000328192 41.1813 0.0849543 40.9633 0.237361 40.7961C0.389767 40.6288 0.599016 40.5244 0.824264 40.5032C7.49525 39.8914 12.1227 36.7588 14.5773 31.1939C15.9301 28.1253 16.2301 25.108 16.2931 23.6709L0.994028 23.6709C0.753419 23.6706 0.522745 23.5749 0.352609 23.4048C0.182473 23.2346 0.086766 23.004 0.0864834 22.7634L0.0864834 0.907544C0.086766 0.666935 0.182473 0.436262 0.352609 0.266126C0.522745 0.0959893 0.753419 0.000282571 0.994028 0L22.8466 0C23.0873 0 23.3182 0.0956161 23.4884 0.265814C23.6586 0.436011 23.7542 0.666849 23.7542 0.907544L23.7542 22.7601C23.7542 28.5417 22.5594 33.5087 20.2019 37.5254C18.3014 40.7616 15.6546 43.3806 12.333 45.311C6.71262 48.5782 1.16059 48.7245 0.925695 48.7287H0.907544ZM1.81509 42.2158L1.81509 46.84C3.56932 46.6563 7.55397 46.0018 11.4831 43.702C14.455 41.9867 16.9283 39.5262 18.6591 36.5634C20.8362 32.8371 21.9391 28.1915 21.9391 22.7569L21.9391 1.81509L1.90157 1.81509L1.90157 21.8526L17.2124 21.8526C17.4467 21.8527 17.672 21.9434 17.8409 22.1058C18.0099 22.2682 18.1095 22.4897 18.1189 22.7238C18.1263 22.9064 18.2769 27.2562 16.2653 31.8601C14.4438 36.0284 10.4624 41.1406 1.81509 42.219V42.2158Z\" fill=\"#484A52\" fill-opacity=\"0.784314\"/>\\n<path d=\"M33.1531 48.7287C32.9125 48.7287 32.6816 48.6331 32.5114 48.4629C32.3412 48.2927 32.2456 48.0619 32.2456 47.8212V41.4075C32.2457 41.1812 32.3302 40.9631 32.4827 40.7958C32.6351 40.6285 32.8445 40.5242 33.0699 40.5032C39.7409 39.8914 44.3672 36.7588 46.8218 31.1939C48.1757 28.1253 48.4757 25.108 48.5376 23.6709L33.2396 23.6709C32.9989 23.6709 32.7681 23.5753 32.5979 23.4051C32.4277 23.2349 32.3321 23.004 32.3321 22.7634V0.907544C32.3321 0.666849 32.4277 0.436011 32.5979 0.265814C32.7681 0.0956161 32.9989 0 33.2396 0L55.0922 0C55.3328 0.000282571 55.5635 0.0959893 55.7337 0.266126C55.9038 0.436262 55.9995 0.666935 55.9998 0.907544V22.7601C55.9998 28.5417 54.804 33.5087 52.4465 37.5254C50.547 40.7616 47.8991 43.3806 44.5786 45.311C38.955 48.5782 33.4041 48.7277 33.1702 48.7277L33.1531 48.7287ZM34.0607 42.2158V46.84C35.8149 46.6563 39.7996 46.0018 43.7287 43.702C46.7006 41.9867 49.1739 39.5262 50.9047 36.5634C53.0807 32.8371 54.1847 28.1915 54.1847 22.7569V1.81509L34.1525 1.81509V21.8526L49.4569 21.8526C49.6914 21.8527 49.9167 21.9434 50.0859 22.1058C50.255 22.2681 50.3548 22.4896 50.3645 22.7238C50.3719 22.9064 50.5225 27.2562 48.5099 31.8601C46.6884 36.0284 42.7069 41.1406 34.0607 42.219V42.2158Z\" fill=\"#484A52\" fill-opacity=\"0.784314\"/>\\n</svg>\\n',withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1icm5qk\",\"data-border\":true,\"data-framer-name\":\"Frame 1000006413\",layoutDependency:layoutDependency,layoutId:\"w_iGEmaea\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(161, 152, 156)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-109evb8\",\"data-framer-name\":\"Frame 1000006555\",layoutDependency:layoutDependency,layoutId:\"T6BAKbcFR\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19jdpn3\",\"data-framer-name\":\"Frame 47\",layoutDependency:layoutDependency,layoutId:\"Z290O3Naa\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ovjy14\",layoutDependency:layoutDependency,layoutId:\"bwXnNbpLs\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1twlscx\",\"data-framer-name\":\"Frame 1000006628\",layoutDependency:layoutDependency,layoutId:\"ooC_Fv6GA\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j3d2qg\",\"data-framer-name\":\"indoor-picture-cheerful-handsome-young-man-having-folded-hands-looking-directly-smiling-sincerely-wearing-casual-clothes (1)\",layoutDependency:layoutDependency,layoutId:\"dPLDbowjn\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:192,pixelWidth:192,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/LSg7LtLRaEi1OfJ7SebceccbWfY.png\"},className:\"framer-1a4n0wi\",\"data-framer-name\":\"Screenshot 2024-10-15 at 12.05.03 1\",layoutDependency:layoutDependency,layoutId:\"l9Fjaqq60\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9opwbu\",\"data-framer-name\":\"Frame 44\",layoutDependency:layoutDependency,layoutId:\"ftLByR_A4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\"',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(72, 74, 82, 1))\"},children:\"Kifoyatullo\"})})}),className:\"framer-ycjd1t\",\"data-framer-name\":\"Stefan Green\",fonts:[\"GF;Roboto-500\"],layoutDependency:layoutDependency,layoutId:\"SFNj8v32o\",style:{\"--extracted-1w3ko1f\":\"rgba(72, 74, 82, 1)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(161, 152, 156))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://applypal.intfoundationgroup.co.uk/alumni/public-profile/study-computer-science/kifoyatullo-from-tajikistan/\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1l5h46a\",\"data-styles-preset\":\"AWvhce8EW\",children:\"from Tajikistan\\u2028\\u2028Studying Computer Science,  University of London, UK\"})})})}),className:\"framer-10ejs3k\",\"data-framer-name\":\"Director of Marketing & Partnerships\\u2028International Foundation Group\",fonts:[\"GF;Roboto-regular\"],layoutDependency:layoutDependency,layoutId:\"xq3mSB35V\",style:{\"--extracted-r6o4lv\":\"rgb(161, 152, 156)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:120,pixelWidth:120,src:\"https://framerusercontent.com/images/QL0j5uS0CyQUVeCjcNpebSgXM04.png\"},className:\"framer-tmy1a3\",\"data-framer-name\":\"TJ\",layoutDependency:layoutDependency,layoutId:\"zEeCO82xm\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ka7ln3\",\"data-framer-name\":\"Group 1000006599\",layoutDependency:layoutDependency,layoutId:\"ELKzevC3j\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-xgmb0f\",layoutDependency:layoutDependency,layoutId:\"M2gUDy5CZ\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1jplt8r\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:49,intrinsicWidth:56,layoutDependency:layoutDependency,layoutId:\"ALJILS9d0\",svg:'<svg width=\"56\" height=\"49\" viewBox=\"0 0 56 49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M55.0925 2.66235e-05C55.3332 2.66446e-05 55.564 0.0956459 55.7342 0.265846C55.9044 0.436043 56 0.666878 56 0.907574L56 7.32124C55.9997 7.54749 55.915 7.7655 55.7626 7.93271C55.6102 8.09992 55.401 8.20434 55.1757 8.22559C48.5048 8.83737 43.8773 11.97 41.4227 17.5349C40.0699 20.6034 39.7699 23.6207 39.7069 25.0579L55.006 25.0579C55.2466 25.0581 55.4773 25.1539 55.6474 25.324C55.8175 25.4941 55.9132 25.7248 55.9135 25.9654L55.9135 47.8212C55.9132 48.0618 55.8175 48.2925 55.6474 48.4626C55.4773 48.6328 55.2466 48.7285 55.006 48.7288L33.1534 48.7288C32.9127 48.7288 32.6818 48.6331 32.5116 48.4629C32.3414 48.2927 32.2458 48.0619 32.2458 47.8212L32.2458 25.9686C32.2458 20.187 33.4406 15.2201 35.7981 11.2034C37.6986 7.9672 40.3454 5.34813 43.667 3.41773C49.2874 0.150573 54.8394 0.00429906 55.0743 2.6622e-05L55.0925 2.66235e-05ZM54.1849 6.51299L54.1849 1.88879C52.4307 2.07243 48.446 2.72693 44.5169 5.02676C41.545 6.74207 39.0717 9.20252 37.3409 12.1654C35.1639 15.8917 34.0609 20.5372 34.0609 25.9718L34.0609 46.9137L54.0984 46.9137L54.0984 26.8762L38.7876 26.8762C38.5533 26.8761 38.328 26.7853 38.1591 26.6229C37.9901 26.4605 37.8905 26.2391 37.8811 26.0049C37.8737 25.8223 37.7231 21.4725 39.7347 16.8686C41.5562 12.7003 45.5376 7.58817 54.1849 6.50979L54.1849 6.51299Z\" fill=\"#484A52\" fill-opacity=\"0.784314\"/>\\n<path d=\"M22.8469 2.66235e-05C23.0876 2.66446e-05 23.3184 0.0956459 23.4886 0.265846C23.6588 0.436043 23.7544 0.666878 23.7544 0.907574L23.7544 7.32124C23.7543 7.54756 23.6698 7.7657 23.5173 7.93296C23.3649 8.10022 23.1555 8.20457 22.9301 8.22559C16.2592 8.83737 11.6328 11.97 9.17817 17.5349C7.82433 20.6034 7.5243 23.6207 7.46238 25.0579L22.7604 25.0579C23.0011 25.0579 23.2319 25.1535 23.4021 25.3237C23.5723 25.4939 23.6679 25.7247 23.6679 25.9654L23.6679 47.8212C23.6679 48.0619 23.5723 48.2927 23.4021 48.4629C23.2319 48.6331 23.0011 48.7288 22.7604 48.7288L0.90777 48.7288C0.66716 48.7285 0.436485 48.6328 0.266348 48.4626C0.0962124 48.2925 0.000507413 48.0618 0.000225146 47.8212L0.000227057 25.9686C0.000227562 20.187 1.19605 15.2201 3.55353 11.2034C5.45296 7.9672 8.10086 5.34813 11.4214 3.41773C17.045 0.150573 22.5959 0.00109472 22.8298 0.00109474L22.8469 2.66235e-05ZM21.9393 6.51299L21.9393 1.88879C20.1851 2.07243 16.2004 2.72693 12.2713 5.02676C9.29943 6.74207 6.8261 9.20252 5.09529 12.1654C2.91932 15.8917 1.81532 20.5372 1.81532 25.9718L1.81531 46.9137L21.8475 46.9137L21.8475 26.8762L6.54309 26.8762C6.30863 26.8761 6.08328 26.7854 5.91414 26.623C5.74501 26.4606 5.64519 26.2392 5.63554 26.0049C5.62807 25.8223 5.47752 21.4725 7.49014 16.8686C9.31163 12.7003 13.2931 7.58817 21.9393 6.50979L21.9393 6.51299Z\" fill=\"#484A52\" fill-opacity=\"0.784314\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(72, 74, 82))\"},children:\"Recently, I also was in the same situation as applicants are in now. I was struggling to find genuine guidance on student life and classes. I believe that I'm the best person to talk to so they can learn from my own experiences and get the information they need while applying.\"})}),className:\"framer-g0n8nw\",\"data-framer-name\":\"ApplyPal has help us reach potential international students in a unique way - above and beyond our expectations. We look forward to expanding the work we do with ApplyPal in the future to build further connections with schools, something we would not have been able to do.\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"UMD6yJL3k\",style:{\"--extracted-r6o4lv\":\"rgb(72, 74, 82)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g523c5\",layoutDependency:layoutDependency,layoutId:\"KoF5Yx0hu\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-t9pz4d\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:49,intrinsicWidth:56,layoutDependency:layoutDependency,layoutId:\"BQl5GghoN\",svg:'<svg width=\"56\" height=\"49\" viewBox=\"0 0 56 49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.907544 48.7287C0.666849 48.7287 0.436011 48.6331 0.265813 48.4629C0.0956157 48.2927 0 48.0619 0 47.8212L0 41.4075C0.000328192 41.1813 0.0849543 40.9633 0.237361 40.7961C0.389767 40.6288 0.599016 40.5244 0.824264 40.5032C7.49525 39.8914 12.1227 36.7588 14.5773 31.1939C15.9301 28.1253 16.2301 25.108 16.2931 23.6709L0.994028 23.6709C0.753419 23.6706 0.522745 23.5749 0.352609 23.4048C0.182473 23.2346 0.086766 23.004 0.0864834 22.7634L0.0864834 0.907544C0.086766 0.666935 0.182473 0.436262 0.352609 0.266126C0.522745 0.0959893 0.753419 0.000282571 0.994028 0L22.8466 0C23.0873 0 23.3182 0.0956161 23.4884 0.265814C23.6586 0.436011 23.7542 0.666849 23.7542 0.907544L23.7542 22.7601C23.7542 28.5417 22.5594 33.5087 20.2019 37.5254C18.3014 40.7616 15.6546 43.3806 12.333 45.311C6.71262 48.5782 1.16059 48.7245 0.925695 48.7287H0.907544ZM1.81509 42.2158L1.81509 46.84C3.56932 46.6563 7.55397 46.0018 11.4831 43.702C14.455 41.9867 16.9283 39.5262 18.6591 36.5634C20.8362 32.8371 21.9391 28.1915 21.9391 22.7569L21.9391 1.81509L1.90157 1.81509L1.90157 21.8526L17.2124 21.8526C17.4467 21.8527 17.672 21.9434 17.8409 22.1058C18.0099 22.2682 18.1095 22.4897 18.1189 22.7238C18.1263 22.9064 18.2769 27.2562 16.2653 31.8601C14.4438 36.0284 10.4624 41.1406 1.81509 42.219V42.2158Z\" fill=\"#484A52\" fill-opacity=\"0.784314\"/>\\n<path d=\"M33.1531 48.7287C32.9125 48.7287 32.6816 48.6331 32.5114 48.4629C32.3412 48.2927 32.2456 48.0619 32.2456 47.8212V41.4075C32.2457 41.1812 32.3302 40.9631 32.4827 40.7958C32.6351 40.6285 32.8445 40.5242 33.0699 40.5032C39.7409 39.8914 44.3672 36.7588 46.8218 31.1939C48.1757 28.1253 48.4757 25.108 48.5376 23.6709L33.2396 23.6709C32.9989 23.6709 32.7681 23.5753 32.5979 23.4051C32.4277 23.2349 32.3321 23.004 32.3321 22.7634V0.907544C32.3321 0.666849 32.4277 0.436011 32.5979 0.265814C32.7681 0.0956161 32.9989 0 33.2396 0L55.0922 0C55.3328 0.000282571 55.5635 0.0959893 55.7337 0.266126C55.9038 0.436262 55.9995 0.666935 55.9998 0.907544V22.7601C55.9998 28.5417 54.804 33.5087 52.4465 37.5254C50.547 40.7616 47.8991 43.3806 44.5786 45.311C38.955 48.5782 33.4041 48.7277 33.1702 48.7277L33.1531 48.7287ZM34.0607 42.2158V46.84C35.8149 46.6563 39.7996 46.0018 43.7287 43.702C46.7006 41.9867 49.1739 39.5262 50.9047 36.5634C53.0807 32.8371 54.1847 28.1915 54.1847 22.7569V1.81509L34.1525 1.81509V21.8526L49.4569 21.8526C49.6914 21.8527 49.9167 21.9434 50.0859 22.1058C50.255 22.2681 50.3548 22.4896 50.3645 22.7238C50.3719 22.9064 50.5225 27.2562 48.5099 31.8601C46.6884 36.0284 42.7069 41.1406 34.0607 42.219V42.2158Z\" fill=\"#484A52\" fill-opacity=\"0.784314\"/>\\n</svg>\\n',withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-mnxsfy\",\"data-border\":true,\"data-framer-name\":\"Frame 1000006413\",layoutDependency:layoutDependency,layoutId:\"WUuUOgCOG\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(161, 152, 156)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ae4buc\",\"data-framer-name\":\"Frame 1000006555\",layoutDependency:layoutDependency,layoutId:\"aBLCYWwus\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1so0h36\",\"data-framer-name\":\"Frame 47\",layoutDependency:layoutDependency,layoutId:\"bBGkjauR9\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-n5kgp7\",layoutDependency:layoutDependency,layoutId:\"e5BE5DbyS\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1388buj\",\"data-framer-name\":\"Frame 1000006628\",layoutDependency:layoutDependency,layoutId:\"yYuG6UOIx\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-h4r0v2\",\"data-framer-name\":\"indoor-picture-cheerful-handsome-young-man-having-folded-hands-looking-directly-smiling-sincerely-wearing-casual-clothes (1)\",layoutDependency:layoutDependency,layoutId:\"oGzunTJSn\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:192,pixelWidth:192,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/kuBjV0dBJyLi0as9yXV83dOl4k.png\"},className:\"framer-1ffmcs3\",\"data-framer-name\":\"Screenshot 2024-10-15 at 12.05.03 1\",layoutDependency:layoutDependency,layoutId:\"YEcauRQVv\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1eqyh4k\",\"data-framer-name\":\"Frame 44\",layoutDependency:layoutDependency,layoutId:\"wkefF4n9b\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\"',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(72, 74, 82, 1))\"},children:\"Kristine\"})})}),className:\"framer-188mc2r\",\"data-framer-name\":\"Stefan Green\",fonts:[\"GF;Roboto-500\"],layoutDependency:layoutDependency,layoutId:\"tAQITqobo\",style:{\"--extracted-1w3ko1f\":\"rgba(72, 74, 82, 1)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(161, 152, 156))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://applypal.intfoundationgroup.co.uk/alumni/public-profile/study-medicine/kristine-from-india/\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1l5h46a\",\"data-styles-preset\":\"AWvhce8EW\",children:\"from India Studying Medicine,  RCSI Dublin, Ireland\"})})})}),className:\"framer-1sbukle\",\"data-framer-name\":\"Director of Marketing & Partnerships\\u2028International Foundation Group\",fonts:[\"GF;Roboto-regular\"],layoutDependency:layoutDependency,layoutId:\"TO2R4sFLG\",style:{\"--extracted-r6o4lv\":\"rgb(161, 152, 156)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/pGnQeYnbC31CG8xoEKUN1x8DtO8.png\"},className:\"framer-nx41yw\",\"data-framer-name\":\"TJ\",layoutDependency:layoutDependency,layoutId:\"fcZjaUKMv\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hkabdd\",\"data-framer-name\":\"Group 1000006599\",layoutDependency:layoutDependency,layoutId:\"wEQUEl30n\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ee1cge\",layoutDependency:layoutDependency,layoutId:\"ILiCyXiz8\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-masx0j\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:49,intrinsicWidth:56,layoutDependency:layoutDependency,layoutId:\"iMsD7XgAu\",svg:'<svg width=\"56\" height=\"49\" viewBox=\"0 0 56 49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M55.0925 2.66235e-05C55.3332 2.66446e-05 55.564 0.0956459 55.7342 0.265846C55.9044 0.436043 56 0.666878 56 0.907574L56 7.32124C55.9997 7.54749 55.915 7.7655 55.7626 7.93271C55.6102 8.09992 55.401 8.20434 55.1757 8.22559C48.5048 8.83737 43.8773 11.97 41.4227 17.5349C40.0699 20.6034 39.7699 23.6207 39.7069 25.0579L55.006 25.0579C55.2466 25.0581 55.4773 25.1539 55.6474 25.324C55.8175 25.4941 55.9132 25.7248 55.9135 25.9654L55.9135 47.8212C55.9132 48.0618 55.8175 48.2925 55.6474 48.4626C55.4773 48.6328 55.2466 48.7285 55.006 48.7288L33.1534 48.7288C32.9127 48.7288 32.6818 48.6331 32.5116 48.4629C32.3414 48.2927 32.2458 48.0619 32.2458 47.8212L32.2458 25.9686C32.2458 20.187 33.4406 15.2201 35.7981 11.2034C37.6986 7.9672 40.3454 5.34813 43.667 3.41773C49.2874 0.150573 54.8394 0.00429906 55.0743 2.6622e-05L55.0925 2.66235e-05ZM54.1849 6.51299L54.1849 1.88879C52.4307 2.07243 48.446 2.72693 44.5169 5.02676C41.545 6.74207 39.0717 9.20252 37.3409 12.1654C35.1639 15.8917 34.0609 20.5372 34.0609 25.9718L34.0609 46.9137L54.0984 46.9137L54.0984 26.8762L38.7876 26.8762C38.5533 26.8761 38.328 26.7853 38.1591 26.6229C37.9901 26.4605 37.8905 26.2391 37.8811 26.0049C37.8737 25.8223 37.7231 21.4725 39.7347 16.8686C41.5562 12.7003 45.5376 7.58817 54.1849 6.50979L54.1849 6.51299Z\" fill=\"#484A52\" fill-opacity=\"0.784314\"/>\\n<path d=\"M22.8469 2.66235e-05C23.0876 2.66446e-05 23.3184 0.0956459 23.4886 0.265846C23.6588 0.436043 23.7544 0.666878 23.7544 0.907574L23.7544 7.32124C23.7543 7.54756 23.6698 7.7657 23.5173 7.93296C23.3649 8.10022 23.1555 8.20457 22.9301 8.22559C16.2592 8.83737 11.6328 11.97 9.17817 17.5349C7.82433 20.6034 7.5243 23.6207 7.46238 25.0579L22.7604 25.0579C23.0011 25.0579 23.2319 25.1535 23.4021 25.3237C23.5723 25.4939 23.6679 25.7247 23.6679 25.9654L23.6679 47.8212C23.6679 48.0619 23.5723 48.2927 23.4021 48.4629C23.2319 48.6331 23.0011 48.7288 22.7604 48.7288L0.90777 48.7288C0.66716 48.7285 0.436485 48.6328 0.266348 48.4626C0.0962124 48.2925 0.000507413 48.0618 0.000225146 47.8212L0.000227057 25.9686C0.000227562 20.187 1.19605 15.2201 3.55353 11.2034C5.45296 7.9672 8.10086 5.34813 11.4214 3.41773C17.045 0.150573 22.5959 0.00109472 22.8298 0.00109474L22.8469 2.66235e-05ZM21.9393 6.51299L21.9393 1.88879C20.1851 2.07243 16.2004 2.72693 12.2713 5.02676C9.29943 6.74207 6.8261 9.20252 5.09529 12.1654C2.91932 15.8917 1.81532 20.5372 1.81532 25.9718L1.81531 46.9137L21.8475 46.9137L21.8475 26.8762L6.54309 26.8762C6.30863 26.8761 6.08328 26.7854 5.91414 26.623C5.74501 26.4606 5.64519 26.2392 5.63554 26.0049C5.62807 25.8223 5.47752 21.4725 7.49014 16.8686C9.31163 12.7003 13.2931 7.58817 21.9393 6.50979L21.9393 6.51299Z\" fill=\"#484A52\" fill-opacity=\"0.784314\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"150%\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\"',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(72, 74, 82, 1))\"},children:\"As an ambassador, I\u2019ve truly enjoy the opportunity to work with prospective students and help them in a unique way. I know that hearing a previous students experience can be really helpful.  ApplyPal is something that I wish i had when I was applying.\"})})}),className:\"framer-95oa24\",\"data-framer-name\":\"ApplyPal has help us reach potential international students in a unique way - above and beyond our expectations. We look forward to expanding the work we do with ApplyPal in the future to build further connections with schools, something we would not have been able to do.\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"cG1d1AXyh\",style:{\"--extracted-1w3ko1f\":\"rgba(72, 74, 82, 1)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1668v5n\",layoutDependency:layoutDependency,layoutId:\"zxUmr5akt\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1gshlt5\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:49,intrinsicWidth:56,layoutDependency:layoutDependency,layoutId:\"A75t1Vc_7\",svg:'<svg width=\"56\" height=\"49\" viewBox=\"0 0 56 49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.907544 48.7287C0.666849 48.7287 0.436011 48.6331 0.265813 48.4629C0.0956157 48.2927 0 48.0619 0 47.8212L0 41.4075C0.000328192 41.1813 0.0849543 40.9633 0.237361 40.7961C0.389767 40.6288 0.599016 40.5244 0.824264 40.5032C7.49525 39.8914 12.1227 36.7588 14.5773 31.1939C15.9301 28.1253 16.2301 25.108 16.2931 23.6709L0.994028 23.6709C0.753419 23.6706 0.522745 23.5749 0.352609 23.4048C0.182473 23.2346 0.086766 23.004 0.0864834 22.7634L0.0864834 0.907544C0.086766 0.666935 0.182473 0.436262 0.352609 0.266126C0.522745 0.0959893 0.753419 0.000282571 0.994028 0L22.8466 0C23.0873 0 23.3182 0.0956161 23.4884 0.265814C23.6586 0.436011 23.7542 0.666849 23.7542 0.907544L23.7542 22.7601C23.7542 28.5417 22.5594 33.5087 20.2019 37.5254C18.3014 40.7616 15.6546 43.3806 12.333 45.311C6.71262 48.5782 1.16059 48.7245 0.925695 48.7287H0.907544ZM1.81509 42.2158L1.81509 46.84C3.56932 46.6563 7.55397 46.0018 11.4831 43.702C14.455 41.9867 16.9283 39.5262 18.6591 36.5634C20.8362 32.8371 21.9391 28.1915 21.9391 22.7569L21.9391 1.81509L1.90157 1.81509L1.90157 21.8526L17.2124 21.8526C17.4467 21.8527 17.672 21.9434 17.8409 22.1058C18.0099 22.2682 18.1095 22.4897 18.1189 22.7238C18.1263 22.9064 18.2769 27.2562 16.2653 31.8601C14.4438 36.0284 10.4624 41.1406 1.81509 42.219V42.2158Z\" fill=\"#484A52\" fill-opacity=\"0.784314\"/>\\n<path d=\"M33.1531 48.7287C32.9125 48.7287 32.6816 48.6331 32.5114 48.4629C32.3412 48.2927 32.2456 48.0619 32.2456 47.8212V41.4075C32.2457 41.1812 32.3302 40.9631 32.4827 40.7958C32.6351 40.6285 32.8445 40.5242 33.0699 40.5032C39.7409 39.8914 44.3672 36.7588 46.8218 31.1939C48.1757 28.1253 48.4757 25.108 48.5376 23.6709L33.2396 23.6709C32.9989 23.6709 32.7681 23.5753 32.5979 23.4051C32.4277 23.2349 32.3321 23.004 32.3321 22.7634V0.907544C32.3321 0.666849 32.4277 0.436011 32.5979 0.265814C32.7681 0.0956161 32.9989 0 33.2396 0L55.0922 0C55.3328 0.000282571 55.5635 0.0959893 55.7337 0.266126C55.9038 0.436262 55.9995 0.666935 55.9998 0.907544V22.7601C55.9998 28.5417 54.804 33.5087 52.4465 37.5254C50.547 40.7616 47.8991 43.3806 44.5786 45.311C38.955 48.5782 33.4041 48.7277 33.1702 48.7277L33.1531 48.7287ZM34.0607 42.2158V46.84C35.8149 46.6563 39.7996 46.0018 43.7287 43.702C46.7006 41.9867 49.1739 39.5262 50.9047 36.5634C53.0807 32.8371 54.1847 28.1915 54.1847 22.7569V1.81509L34.1525 1.81509V21.8526L49.4569 21.8526C49.6914 21.8527 49.9167 21.9434 50.0859 22.1058C50.255 22.2681 50.3548 22.4896 50.3645 22.7238C50.3719 22.9064 50.5225 27.2562 48.5099 31.8601C46.6884 36.0284 42.7069 41.1406 34.0607 42.219V42.2158Z\" fill=\"#484A52\" fill-opacity=\"0.784314\"/>\\n</svg>\\n',withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-180cj9y\",\"data-border\":true,\"data-framer-name\":\"Frame 1000006413\",layoutDependency:layoutDependency,layoutId:\"HEk9625J4\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(161, 152, 156)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-p2qhk5\",\"data-framer-name\":\"Frame 1000006555\",layoutDependency:layoutDependency,layoutId:\"DnNoCECEo\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-n012uz\",\"data-framer-name\":\"Frame 47\",layoutDependency:layoutDependency,layoutId:\"lin0HU_dM\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bkgicx\",layoutDependency:layoutDependency,layoutId:\"MGHUACOOz\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1eatpwb\",\"data-framer-name\":\"Frame 1000006628\",layoutDependency:layoutDependency,layoutId:\"gH4uSxXp9\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h73k6k\",\"data-framer-name\":\"indoor-picture-cheerful-handsome-young-man-having-folded-hands-looking-directly-smiling-sincerely-wearing-casual-clothes (1)\",layoutDependency:layoutDependency,layoutId:\"ef3yUe5K9\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:192,pixelWidth:192,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/0euV3wNi0KuF5H1t9BtpZYaeOac.png\"},className:\"framer-12wcepj\",\"data-framer-name\":\"Screenshot 2024-10-15 at 12.05.03 1\",layoutDependency:layoutDependency,layoutId:\"EGXj6XcaS\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jlfk2o\",\"data-framer-name\":\"Frame 44\",layoutDependency:layoutDependency,layoutId:\"dueG7vm7u\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\"',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(72, 74, 82, 1))\"},children:\"Krishna\"})})}),className:\"framer-1wfsq2d\",\"data-framer-name\":\"Stefan Green\",fonts:[\"GF;Roboto-500\"],layoutDependency:layoutDependency,layoutId:\"EZDDx5MTk\",style:{\"--extracted-1w3ko1f\":\"rgba(72, 74, 82, 1)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(161, 152, 156))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://applypal.intfoundationgroup.co.uk/alumni/public-profile/study-medicine/krishna-from-india/\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1l5h46a\",\"data-styles-preset\":\"AWvhce8EW\",children:\"from India\\u2028\\u2028Studying Medicine,  Aston University, UK\"})})})}),className:\"framer-3xvr0y\",\"data-framer-name\":\"Director of Marketing & Partnerships\\u2028International Foundation Group\",fonts:[\"GF;Roboto-regular\"],layoutDependency:layoutDependency,layoutId:\"cJAyfgwsL\",style:{\"--extracted-r6o4lv\":\"rgb(161, 152, 156)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/pGnQeYnbC31CG8xoEKUN1x8DtO8.png\"},className:\"framer-1op5cyk\",\"data-framer-name\":\"TJ\",layoutDependency:layoutDependency,layoutId:\"WXpNOF30p\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17e9bpw\",\"data-framer-name\":\"Group 1000006599\",layoutDependency:layoutDependency,layoutId:\"CC1KlEBQj\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-78i1pr\",layoutDependency:layoutDependency,layoutId:\"W3u1fnLas\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1eo63wi\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:49,intrinsicWidth:56,layoutDependency:layoutDependency,layoutId:\"hVGLQW9Hw\",svg:'<svg width=\"56\" height=\"49\" viewBox=\"0 0 56 49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M55.0925 2.66235e-05C55.3332 2.66446e-05 55.564 0.0956459 55.7342 0.265846C55.9044 0.436043 56 0.666878 56 0.907574L56 7.32124C55.9997 7.54749 55.915 7.7655 55.7626 7.93271C55.6102 8.09992 55.401 8.20434 55.1757 8.22559C48.5048 8.83737 43.8773 11.97 41.4227 17.5349C40.0699 20.6034 39.7699 23.6207 39.7069 25.0579L55.006 25.0579C55.2466 25.0581 55.4773 25.1539 55.6474 25.324C55.8175 25.4941 55.9132 25.7248 55.9135 25.9654L55.9135 47.8212C55.9132 48.0618 55.8175 48.2925 55.6474 48.4626C55.4773 48.6328 55.2466 48.7285 55.006 48.7288L33.1534 48.7288C32.9127 48.7288 32.6818 48.6331 32.5116 48.4629C32.3414 48.2927 32.2458 48.0619 32.2458 47.8212L32.2458 25.9686C32.2458 20.187 33.4406 15.2201 35.7981 11.2034C37.6986 7.9672 40.3454 5.34813 43.667 3.41773C49.2874 0.150573 54.8394 0.00429906 55.0743 2.6622e-05L55.0925 2.66235e-05ZM54.1849 6.51299L54.1849 1.88879C52.4307 2.07243 48.446 2.72693 44.5169 5.02676C41.545 6.74207 39.0717 9.20252 37.3409 12.1654C35.1639 15.8917 34.0609 20.5372 34.0609 25.9718L34.0609 46.9137L54.0984 46.9137L54.0984 26.8762L38.7876 26.8762C38.5533 26.8761 38.328 26.7853 38.1591 26.6229C37.9901 26.4605 37.8905 26.2391 37.8811 26.0049C37.8737 25.8223 37.7231 21.4725 39.7347 16.8686C41.5562 12.7003 45.5376 7.58817 54.1849 6.50979L54.1849 6.51299Z\" fill=\"#484A52\" fill-opacity=\"0.784314\"/>\\n<path d=\"M22.8469 2.66235e-05C23.0876 2.66446e-05 23.3184 0.0956459 23.4886 0.265846C23.6588 0.436043 23.7544 0.666878 23.7544 0.907574L23.7544 7.32124C23.7543 7.54756 23.6698 7.7657 23.5173 7.93296C23.3649 8.10022 23.1555 8.20457 22.9301 8.22559C16.2592 8.83737 11.6328 11.97 9.17817 17.5349C7.82433 20.6034 7.5243 23.6207 7.46238 25.0579L22.7604 25.0579C23.0011 25.0579 23.2319 25.1535 23.4021 25.3237C23.5723 25.4939 23.6679 25.7247 23.6679 25.9654L23.6679 47.8212C23.6679 48.0619 23.5723 48.2927 23.4021 48.4629C23.2319 48.6331 23.0011 48.7288 22.7604 48.7288L0.90777 48.7288C0.66716 48.7285 0.436485 48.6328 0.266348 48.4626C0.0962124 48.2925 0.000507413 48.0618 0.000225146 47.8212L0.000227057 25.9686C0.000227562 20.187 1.19605 15.2201 3.55353 11.2034C5.45296 7.9672 8.10086 5.34813 11.4214 3.41773C17.045 0.150573 22.5959 0.00109472 22.8298 0.00109474L22.8469 2.66235e-05ZM21.9393 6.51299L21.9393 1.88879C20.1851 2.07243 16.2004 2.72693 12.2713 5.02676C9.29943 6.74207 6.8261 9.20252 5.09529 12.1654C2.91932 15.8917 1.81532 20.5372 1.81532 25.9718L1.81531 46.9137L21.8475 46.9137L21.8475 26.8762L6.54309 26.8762C6.30863 26.8761 6.08328 26.7854 5.91414 26.623C5.74501 26.4606 5.64519 26.2392 5.63554 26.0049C5.62807 25.8223 5.47752 21.4725 7.49014 16.8686C9.31163 12.7003 13.2931 7.58817 21.9393 6.50979L21.9393 6.51299Z\" fill=\"#484A52\" fill-opacity=\"0.784314\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(72, 74, 82))\"},children:\"As a student ambassador, I enjoy helping new students because I know what it\u2019s like to be in their position. I love sharing my experiences and giving advice to make their journey easier. ApplyPal allows me to support students by understanding their needs and helping them make informed decisions. It\u2019s great to know I can guide them through this important step.\"})}),className:\"framer-1pz58tx\",\"data-framer-name\":\"ApplyPal has help us reach potential international students in a unique way - above and beyond our expectations. We look forward to expanding the work we do with ApplyPal in the future to build further connections with schools, something we would not have been able to do.\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"lEzwefSAf\",style:{\"--extracted-r6o4lv\":\"rgb(72, 74, 82)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-eofjgz\",layoutDependency:layoutDependency,layoutId:\"avCQbvcAo\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-wtejgr\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:49,intrinsicWidth:56,layoutDependency:layoutDependency,layoutId:\"M2lfsUGgg\",svg:'<svg width=\"56\" height=\"49\" viewBox=\"0 0 56 49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.907544 48.7287C0.666849 48.7287 0.436011 48.6331 0.265813 48.4629C0.0956157 48.2927 0 48.0619 0 47.8212L0 41.4075C0.000328192 41.1813 0.0849543 40.9633 0.237361 40.7961C0.389767 40.6288 0.599016 40.5244 0.824264 40.5032C7.49525 39.8914 12.1227 36.7588 14.5773 31.1939C15.9301 28.1253 16.2301 25.108 16.2931 23.6709L0.994028 23.6709C0.753419 23.6706 0.522745 23.5749 0.352609 23.4048C0.182473 23.2346 0.086766 23.004 0.0864834 22.7634L0.0864834 0.907544C0.086766 0.666935 0.182473 0.436262 0.352609 0.266126C0.522745 0.0959893 0.753419 0.000282571 0.994028 0L22.8466 0C23.0873 0 23.3182 0.0956161 23.4884 0.265814C23.6586 0.436011 23.7542 0.666849 23.7542 0.907544L23.7542 22.7601C23.7542 28.5417 22.5594 33.5087 20.2019 37.5254C18.3014 40.7616 15.6546 43.3806 12.333 45.311C6.71262 48.5782 1.16059 48.7245 0.925695 48.7287H0.907544ZM1.81509 42.2158L1.81509 46.84C3.56932 46.6563 7.55397 46.0018 11.4831 43.702C14.455 41.9867 16.9283 39.5262 18.6591 36.5634C20.8362 32.8371 21.9391 28.1915 21.9391 22.7569L21.9391 1.81509L1.90157 1.81509L1.90157 21.8526L17.2124 21.8526C17.4467 21.8527 17.672 21.9434 17.8409 22.1058C18.0099 22.2682 18.1095 22.4897 18.1189 22.7238C18.1263 22.9064 18.2769 27.2562 16.2653 31.8601C14.4438 36.0284 10.4624 41.1406 1.81509 42.219V42.2158Z\" fill=\"#484A52\" fill-opacity=\"0.784314\"/>\\n<path d=\"M33.1531 48.7287C32.9125 48.7287 32.6816 48.6331 32.5114 48.4629C32.3412 48.2927 32.2456 48.0619 32.2456 47.8212V41.4075C32.2457 41.1812 32.3302 40.9631 32.4827 40.7958C32.6351 40.6285 32.8445 40.5242 33.0699 40.5032C39.7409 39.8914 44.3672 36.7588 46.8218 31.1939C48.1757 28.1253 48.4757 25.108 48.5376 23.6709L33.2396 23.6709C32.9989 23.6709 32.7681 23.5753 32.5979 23.4051C32.4277 23.2349 32.3321 23.004 32.3321 22.7634V0.907544C32.3321 0.666849 32.4277 0.436011 32.5979 0.265814C32.7681 0.0956161 32.9989 0 33.2396 0L55.0922 0C55.3328 0.000282571 55.5635 0.0959893 55.7337 0.266126C55.9038 0.436262 55.9995 0.666935 55.9998 0.907544V22.7601C55.9998 28.5417 54.804 33.5087 52.4465 37.5254C50.547 40.7616 47.8991 43.3806 44.5786 45.311C38.955 48.5782 33.4041 48.7277 33.1702 48.7277L33.1531 48.7287ZM34.0607 42.2158V46.84C35.8149 46.6563 39.7996 46.0018 43.7287 43.702C46.7006 41.9867 49.1739 39.5262 50.9047 36.5634C53.0807 32.8371 54.1847 28.1915 54.1847 22.7569V1.81509L34.1525 1.81509V21.8526L49.4569 21.8526C49.6914 21.8527 49.9167 21.9434 50.0859 22.1058C50.255 22.2681 50.3548 22.4896 50.3645 22.7238C50.3719 22.9064 50.5225 27.2562 48.5099 31.8601C46.6884 36.0284 42.7069 41.1406 34.0607 42.219V42.2158Z\" fill=\"#484A52\" fill-opacity=\"0.784314\"/>\\n</svg>\\n',withExternalLayout:true})})]})]})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pj7kry-container\",layoutDependency:layoutDependency,layoutId:\"YJXif0VtJ-container\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0)\",arrowGap:24,arrowPadding:20,arrowPaddingBottom:-70,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"bottom-right\",arrowRadius:0,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:40,leftArrow:\"https://framerusercontent.com/images/WUuoM4gN5Y93sydaTPdKN0gM184.svg\",rightArrow:\"https://framerusercontent.com/images/G1Fzssj8FHZZaUHdyPAQ6o73c.svg\",showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:false,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:32,height:\"100%\",id:\"YJXif0VtJ\",intervalControl:3,itemAmount:1,layoutId:\"YJXif0VtJ\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-11b84pu\",\"data-border\":true,\"data-framer-name\":\"Frame 1000006413\",layoutDependency:layoutDependency,layoutId:\"mHBqSTVMn\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(161, 152, 156)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-yc2cra\",\"data-framer-name\":\"Frame 1000006555\",layoutDependency:layoutDependency,layoutId:\"esojYy7od\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10hxpub\",\"data-framer-name\":\"Frame 47\",layoutDependency:layoutDependency,layoutId:\"t25e4SkVI\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-d3naa0\",layoutDependency:layoutDependency,layoutId:\"UVXogS9h3\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-4ih9qn\",\"data-framer-name\":\"Frame 1000006628\",layoutDependency:layoutDependency,layoutId:\"ImAQRVOOo\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h1i23q\",\"data-framer-name\":\"indoor-picture-cheerful-handsome-young-man-having-folded-hands-looking-directly-smiling-sincerely-wearing-casual-clothes (1)\",layoutDependency:layoutDependency,layoutId:\"GMBsV3oG1\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:192,pixelWidth:192,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/kuBjV0dBJyLi0as9yXV83dOl4k.png\"},className:\"framer-1slzhp9\",\"data-framer-name\":\"Screenshot 2024-10-15 at 12.05.03 1\",layoutDependency:layoutDependency,layoutId:\"xHdEQbo5x\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19jwk7u\",\"data-framer-name\":\"Frame 44\",layoutDependency:layoutDependency,layoutId:\"sL6_2pv0O\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(72, 74, 82))\"},children:\"Kristine\"})}),className:\"framer-19l9bo1\",\"data-framer-name\":\"Stefan Green\",fonts:[\"GF;Roboto-500\"],layoutDependency:layoutDependency,layoutId:\"CsHKu8MZh\",style:{\"--extracted-r6o4lv\":\"rgb(72, 74, 82)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(161, 152, 156))\"},children:\"from India Studying Medicine,  RCSI Dublin, Ireland\"})}),className:\"framer-zjeycf\",\"data-framer-name\":\"Director of Marketing & Partnerships\\u2028International Foundation Group\",fonts:[\"GF;Roboto-regular\"],layoutDependency:layoutDependency,layoutId:\"GldJr_ing\",style:{\"--extracted-r6o4lv\":\"rgb(161, 152, 156)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/pGnQeYnbC31CG8xoEKUN1x8DtO8.png\"},className:\"framer-gwh26p\",\"data-framer-name\":\"TJ\",layoutDependency:layoutDependency,layoutId:\"oOjWYeIYy\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gdftng\",\"data-framer-name\":\"Group 1000006599\",layoutDependency:layoutDependency,layoutId:\"X9a7JkN0u\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-mszv2x\",layoutDependency:layoutDependency,layoutId:\"xLODBeQtx\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-17b3qkt\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:49,intrinsicWidth:56,layoutDependency:layoutDependency,layoutId:\"f_xw9R9K6\",svg:'<svg width=\"56\" height=\"49\" viewBox=\"0 0 56 49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M55.0925 2.66235e-05C55.3332 2.66446e-05 55.564 0.0956459 55.7342 0.265846C55.9044 0.436043 56 0.666878 56 0.907574L56 7.32124C55.9997 7.54749 55.915 7.7655 55.7626 7.93271C55.6102 8.09992 55.401 8.20434 55.1757 8.22559C48.5048 8.83737 43.8773 11.97 41.4227 17.5349C40.0699 20.6034 39.7699 23.6207 39.7069 25.0579L55.006 25.0579C55.2466 25.0581 55.4773 25.1539 55.6474 25.324C55.8175 25.4941 55.9132 25.7248 55.9135 25.9654L55.9135 47.8212C55.9132 48.0618 55.8175 48.2925 55.6474 48.4626C55.4773 48.6328 55.2466 48.7285 55.006 48.7288L33.1534 48.7288C32.9127 48.7288 32.6818 48.6331 32.5116 48.4629C32.3414 48.2927 32.2458 48.0619 32.2458 47.8212L32.2458 25.9686C32.2458 20.187 33.4406 15.2201 35.7981 11.2034C37.6986 7.9672 40.3454 5.34813 43.667 3.41773C49.2874 0.150573 54.8394 0.00429906 55.0743 2.6622e-05L55.0925 2.66235e-05ZM54.1849 6.51299L54.1849 1.88879C52.4307 2.07243 48.446 2.72693 44.5169 5.02676C41.545 6.74207 39.0717 9.20252 37.3409 12.1654C35.1639 15.8917 34.0609 20.5372 34.0609 25.9718L34.0609 46.9137L54.0984 46.9137L54.0984 26.8762L38.7876 26.8762C38.5533 26.8761 38.328 26.7853 38.1591 26.6229C37.9901 26.4605 37.8905 26.2391 37.8811 26.0049C37.8737 25.8223 37.7231 21.4725 39.7347 16.8686C41.5562 12.7003 45.5376 7.58817 54.1849 6.50979L54.1849 6.51299Z\" fill=\"#484A52\" fill-opacity=\"0.784314\"/>\\n<path d=\"M22.8469 2.66235e-05C23.0876 2.66446e-05 23.3184 0.0956459 23.4886 0.265846C23.6588 0.436043 23.7544 0.666878 23.7544 0.907574L23.7544 7.32124C23.7543 7.54756 23.6698 7.7657 23.5173 7.93296C23.3649 8.10022 23.1555 8.20457 22.9301 8.22559C16.2592 8.83737 11.6328 11.97 9.17817 17.5349C7.82433 20.6034 7.5243 23.6207 7.46238 25.0579L22.7604 25.0579C23.0011 25.0579 23.2319 25.1535 23.4021 25.3237C23.5723 25.4939 23.6679 25.7247 23.6679 25.9654L23.6679 47.8212C23.6679 48.0619 23.5723 48.2927 23.4021 48.4629C23.2319 48.6331 23.0011 48.7288 22.7604 48.7288L0.90777 48.7288C0.66716 48.7285 0.436485 48.6328 0.266348 48.4626C0.0962124 48.2925 0.000507413 48.0618 0.000225146 47.8212L0.000227057 25.9686C0.000227562 20.187 1.19605 15.2201 3.55353 11.2034C5.45296 7.9672 8.10086 5.34813 11.4214 3.41773C17.045 0.150573 22.5959 0.00109472 22.8298 0.00109474L22.8469 2.66235e-05ZM21.9393 6.51299L21.9393 1.88879C20.1851 2.07243 16.2004 2.72693 12.2713 5.02676C9.29943 6.74207 6.8261 9.20252 5.09529 12.1654C2.91932 15.8917 1.81532 20.5372 1.81532 25.9718L1.81531 46.9137L21.8475 46.9137L21.8475 26.8762L6.54309 26.8762C6.30863 26.8761 6.08328 26.7854 5.91414 26.623C5.74501 26.4606 5.64519 26.2392 5.63554 26.0049C5.62807 25.8223 5.47752 21.4725 7.49014 16.8686C9.31163 12.7003 13.2931 7.58817 21.9393 6.50979L21.9393 6.51299Z\" fill=\"#484A52\" fill-opacity=\"0.784314\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(72, 74, 82))\"},children:\"As an ambassador, I\u2019ve truly enjoy the opportunity to work with prospective students and help them in a unique way. I know that hearing a previous students experience can be really helpful.  ApplyPal is something that I wish i had when I was applying.\"})}),className:\"framer-1wwp61t\",\"data-framer-name\":\"ApplyPal has help us reach potential international students in a unique way - above and beyond our expectations. We look forward to expanding the work we do with ApplyPal in the future to build further connections with schools, something we would not have been able to do.\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"zX5mn_3ay\",style:{\"--extracted-r6o4lv\":\"rgb(72, 74, 82)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-19nvcwf\",layoutDependency:layoutDependency,layoutId:\"VmQpebV5Q\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1pztjkt\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:49,intrinsicWidth:56,layoutDependency:layoutDependency,layoutId:\"hEHQ7kLcM\",svg:'<svg width=\"56\" height=\"49\" viewBox=\"0 0 56 49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.907544 48.7287C0.666849 48.7287 0.436011 48.6331 0.265813 48.4629C0.0956157 48.2927 0 48.0619 0 47.8212L0 41.4075C0.000328192 41.1813 0.0849543 40.9633 0.237361 40.7961C0.389767 40.6288 0.599016 40.5244 0.824264 40.5032C7.49525 39.8914 12.1227 36.7588 14.5773 31.1939C15.9301 28.1253 16.2301 25.108 16.2931 23.6709L0.994028 23.6709C0.753419 23.6706 0.522745 23.5749 0.352609 23.4048C0.182473 23.2346 0.086766 23.004 0.0864834 22.7634L0.0864834 0.907544C0.086766 0.666935 0.182473 0.436262 0.352609 0.266126C0.522745 0.0959893 0.753419 0.000282571 0.994028 0L22.8466 0C23.0873 0 23.3182 0.0956161 23.4884 0.265814C23.6586 0.436011 23.7542 0.666849 23.7542 0.907544L23.7542 22.7601C23.7542 28.5417 22.5594 33.5087 20.2019 37.5254C18.3014 40.7616 15.6546 43.3806 12.333 45.311C6.71262 48.5782 1.16059 48.7245 0.925695 48.7287H0.907544ZM1.81509 42.2158L1.81509 46.84C3.56932 46.6563 7.55397 46.0018 11.4831 43.702C14.455 41.9867 16.9283 39.5262 18.6591 36.5634C20.8362 32.8371 21.9391 28.1915 21.9391 22.7569L21.9391 1.81509L1.90157 1.81509L1.90157 21.8526L17.2124 21.8526C17.4467 21.8527 17.672 21.9434 17.8409 22.1058C18.0099 22.2682 18.1095 22.4897 18.1189 22.7238C18.1263 22.9064 18.2769 27.2562 16.2653 31.8601C14.4438 36.0284 10.4624 41.1406 1.81509 42.219V42.2158Z\" fill=\"#484A52\" fill-opacity=\"0.784314\"/>\\n<path d=\"M33.1531 48.7287C32.9125 48.7287 32.6816 48.6331 32.5114 48.4629C32.3412 48.2927 32.2456 48.0619 32.2456 47.8212V41.4075C32.2457 41.1812 32.3302 40.9631 32.4827 40.7958C32.6351 40.6285 32.8445 40.5242 33.0699 40.5032C39.7409 39.8914 44.3672 36.7588 46.8218 31.1939C48.1757 28.1253 48.4757 25.108 48.5376 23.6709L33.2396 23.6709C32.9989 23.6709 32.7681 23.5753 32.5979 23.4051C32.4277 23.2349 32.3321 23.004 32.3321 22.7634V0.907544C32.3321 0.666849 32.4277 0.436011 32.5979 0.265814C32.7681 0.0956161 32.9989 0 33.2396 0L55.0922 0C55.3328 0.000282571 55.5635 0.0959893 55.7337 0.266126C55.9038 0.436262 55.9995 0.666935 55.9998 0.907544V22.7601C55.9998 28.5417 54.804 33.5087 52.4465 37.5254C50.547 40.7616 47.8991 43.3806 44.5786 45.311C38.955 48.5782 33.4041 48.7277 33.1702 48.7277L33.1531 48.7287ZM34.0607 42.2158V46.84C35.8149 46.6563 39.7996 46.0018 43.7287 43.702C46.7006 41.9867 49.1739 39.5262 50.9047 36.5634C53.0807 32.8371 54.1847 28.1915 54.1847 22.7569V1.81509L34.1525 1.81509V21.8526L49.4569 21.8526C49.6914 21.8527 49.9167 21.9434 50.0859 22.1058C50.255 22.2681 50.3548 22.4896 50.3645 22.7238C50.3719 22.9064 50.5225 27.2562 48.5099 31.8601C46.6884 36.0284 42.7069 41.1406 34.0607 42.219V42.2158Z\" fill=\"#484A52\" fill-opacity=\"0.784314\"/>\\n</svg>\\n',withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-z8xx6w\",\"data-border\":true,\"data-framer-name\":\"Frame 1000006413\",layoutDependency:layoutDependency,layoutId:\"fhoVtFpTA\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(161, 152, 156)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tzk6ja\",\"data-framer-name\":\"Frame 1000006555\",layoutDependency:layoutDependency,layoutId:\"p37q2gFS7\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1w8qqfw\",\"data-framer-name\":\"Frame 47\",layoutDependency:layoutDependency,layoutId:\"mu0B3zSnd\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7vion\",layoutDependency:layoutDependency,layoutId:\"sz14vQlAR\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1w2m1fb\",\"data-framer-name\":\"Frame 1000006628\",layoutDependency:layoutDependency,layoutId:\"xHaPkvMaO\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qo4brm\",\"data-framer-name\":\"indoor-picture-cheerful-handsome-young-man-having-folded-hands-looking-directly-smiling-sincerely-wearing-casual-clothes (1)\",layoutDependency:layoutDependency,layoutId:\"Yd3S0nd7R\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:192,pixelWidth:192,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/0euV3wNi0KuF5H1t9BtpZYaeOac.png\"},className:\"framer-9svgyg\",\"data-framer-name\":\"Screenshot 2024-10-15 at 12.05.03 1\",layoutDependency:layoutDependency,layoutId:\"cOXXWtsSz\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19lm7l\",\"data-framer-name\":\"Frame 44\",layoutDependency:layoutDependency,layoutId:\"HYyfbNXcC\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(72, 74, 82))\"},children:\"Krishna\"})}),className:\"framer-1yln6io\",\"data-framer-name\":\"Stefan Green\",fonts:[\"GF;Roboto-500\"],layoutDependency:layoutDependency,layoutId:\"krgOqy8Ie\",style:{\"--extracted-r6o4lv\":\"rgb(72, 74, 82)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(161, 152, 156))\"},children:\"from India\\u2028\\u2028Studying Medicine,  Aston University, UK\"})}),className:\"framer-vewcer\",\"data-framer-name\":\"Director of Marketing & Partnerships\\u2028International Foundation Group\",fonts:[\"GF;Roboto-regular\"],layoutDependency:layoutDependency,layoutId:\"dYs0egk3p\",style:{\"--extracted-r6o4lv\":\"rgb(161, 152, 156)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/pGnQeYnbC31CG8xoEKUN1x8DtO8.png\"},className:\"framer-c7bmev\",\"data-framer-name\":\"TJ\",layoutDependency:layoutDependency,layoutId:\"riedLur46\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13ij26k\",\"data-framer-name\":\"Group 1000006599\",layoutDependency:layoutDependency,layoutId:\"cfg4CuoMr\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1immd0\",layoutDependency:layoutDependency,layoutId:\"PfKA5ESTk\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-etdxf\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:49,intrinsicWidth:56,layoutDependency:layoutDependency,layoutId:\"kt3KNk2yI\",svg:'<svg width=\"56\" height=\"49\" viewBox=\"0 0 56 49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M55.0925 2.66235e-05C55.3332 2.66446e-05 55.564 0.0956459 55.7342 0.265846C55.9044 0.436043 56 0.666878 56 0.907574L56 7.32124C55.9997 7.54749 55.915 7.7655 55.7626 7.93271C55.6102 8.09992 55.401 8.20434 55.1757 8.22559C48.5048 8.83737 43.8773 11.97 41.4227 17.5349C40.0699 20.6034 39.7699 23.6207 39.7069 25.0579L55.006 25.0579C55.2466 25.0581 55.4773 25.1539 55.6474 25.324C55.8175 25.4941 55.9132 25.7248 55.9135 25.9654L55.9135 47.8212C55.9132 48.0618 55.8175 48.2925 55.6474 48.4626C55.4773 48.6328 55.2466 48.7285 55.006 48.7288L33.1534 48.7288C32.9127 48.7288 32.6818 48.6331 32.5116 48.4629C32.3414 48.2927 32.2458 48.0619 32.2458 47.8212L32.2458 25.9686C32.2458 20.187 33.4406 15.2201 35.7981 11.2034C37.6986 7.9672 40.3454 5.34813 43.667 3.41773C49.2874 0.150573 54.8394 0.00429906 55.0743 2.6622e-05L55.0925 2.66235e-05ZM54.1849 6.51299L54.1849 1.88879C52.4307 2.07243 48.446 2.72693 44.5169 5.02676C41.545 6.74207 39.0717 9.20252 37.3409 12.1654C35.1639 15.8917 34.0609 20.5372 34.0609 25.9718L34.0609 46.9137L54.0984 46.9137L54.0984 26.8762L38.7876 26.8762C38.5533 26.8761 38.328 26.7853 38.1591 26.6229C37.9901 26.4605 37.8905 26.2391 37.8811 26.0049C37.8737 25.8223 37.7231 21.4725 39.7347 16.8686C41.5562 12.7003 45.5376 7.58817 54.1849 6.50979L54.1849 6.51299Z\" fill=\"#484A52\" fill-opacity=\"0.784314\"/>\\n<path d=\"M22.8469 2.66235e-05C23.0876 2.66446e-05 23.3184 0.0956459 23.4886 0.265846C23.6588 0.436043 23.7544 0.666878 23.7544 0.907574L23.7544 7.32124C23.7543 7.54756 23.6698 7.7657 23.5173 7.93296C23.3649 8.10022 23.1555 8.20457 22.9301 8.22559C16.2592 8.83737 11.6328 11.97 9.17817 17.5349C7.82433 20.6034 7.5243 23.6207 7.46238 25.0579L22.7604 25.0579C23.0011 25.0579 23.2319 25.1535 23.4021 25.3237C23.5723 25.4939 23.6679 25.7247 23.6679 25.9654L23.6679 47.8212C23.6679 48.0619 23.5723 48.2927 23.4021 48.4629C23.2319 48.6331 23.0011 48.7288 22.7604 48.7288L0.90777 48.7288C0.66716 48.7285 0.436485 48.6328 0.266348 48.4626C0.0962124 48.2925 0.000507413 48.0618 0.000225146 47.8212L0.000227057 25.9686C0.000227562 20.187 1.19605 15.2201 3.55353 11.2034C5.45296 7.9672 8.10086 5.34813 11.4214 3.41773C17.045 0.150573 22.5959 0.00109472 22.8298 0.00109474L22.8469 2.66235e-05ZM21.9393 6.51299L21.9393 1.88879C20.1851 2.07243 16.2004 2.72693 12.2713 5.02676C9.29943 6.74207 6.8261 9.20252 5.09529 12.1654C2.91932 15.8917 1.81532 20.5372 1.81532 25.9718L1.81531 46.9137L21.8475 46.9137L21.8475 26.8762L6.54309 26.8762C6.30863 26.8761 6.08328 26.7854 5.91414 26.623C5.74501 26.4606 5.64519 26.2392 5.63554 26.0049C5.62807 25.8223 5.47752 21.4725 7.49014 16.8686C9.31163 12.7003 13.2931 7.58817 21.9393 6.50979L21.9393 6.51299Z\" fill=\"#484A52\" fill-opacity=\"0.784314\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(72, 74, 82))\"},children:\"I love helping potential students because they were in the same boat i was in and I can advise them in a way no-one else can. ApplyPal give me the responsibility to see things from an applicant\u2019s points of view. \"})}),className:\"framer-14i6pf2\",\"data-framer-name\":\"ApplyPal has help us reach potential international students in a unique way - above and beyond our expectations. We look forward to expanding the work we do with ApplyPal in the future to build further connections with schools, something we would not have been able to do.\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"EYROL3oVB\",style:{\"--extracted-r6o4lv\":\"rgb(72, 74, 82)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-z8g4of\",layoutDependency:layoutDependency,layoutId:\"Kdw6zmPdi\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-c19mat\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:49,intrinsicWidth:56,layoutDependency:layoutDependency,layoutId:\"udDhZD7pi\",svg:'<svg width=\"56\" height=\"49\" viewBox=\"0 0 56 49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.907544 48.7287C0.666849 48.7287 0.436011 48.6331 0.265813 48.4629C0.0956157 48.2927 0 48.0619 0 47.8212L0 41.4075C0.000328192 41.1813 0.0849543 40.9633 0.237361 40.7961C0.389767 40.6288 0.599016 40.5244 0.824264 40.5032C7.49525 39.8914 12.1227 36.7588 14.5773 31.1939C15.9301 28.1253 16.2301 25.108 16.2931 23.6709L0.994028 23.6709C0.753419 23.6706 0.522745 23.5749 0.352609 23.4048C0.182473 23.2346 0.086766 23.004 0.0864834 22.7634L0.0864834 0.907544C0.086766 0.666935 0.182473 0.436262 0.352609 0.266126C0.522745 0.0959893 0.753419 0.000282571 0.994028 0L22.8466 0C23.0873 0 23.3182 0.0956161 23.4884 0.265814C23.6586 0.436011 23.7542 0.666849 23.7542 0.907544L23.7542 22.7601C23.7542 28.5417 22.5594 33.5087 20.2019 37.5254C18.3014 40.7616 15.6546 43.3806 12.333 45.311C6.71262 48.5782 1.16059 48.7245 0.925695 48.7287H0.907544ZM1.81509 42.2158L1.81509 46.84C3.56932 46.6563 7.55397 46.0018 11.4831 43.702C14.455 41.9867 16.9283 39.5262 18.6591 36.5634C20.8362 32.8371 21.9391 28.1915 21.9391 22.7569L21.9391 1.81509L1.90157 1.81509L1.90157 21.8526L17.2124 21.8526C17.4467 21.8527 17.672 21.9434 17.8409 22.1058C18.0099 22.2682 18.1095 22.4897 18.1189 22.7238C18.1263 22.9064 18.2769 27.2562 16.2653 31.8601C14.4438 36.0284 10.4624 41.1406 1.81509 42.219V42.2158Z\" fill=\"#484A52\" fill-opacity=\"0.784314\"/>\\n<path d=\"M33.1531 48.7287C32.9125 48.7287 32.6816 48.6331 32.5114 48.4629C32.3412 48.2927 32.2456 48.0619 32.2456 47.8212V41.4075C32.2457 41.1812 32.3302 40.9631 32.4827 40.7958C32.6351 40.6285 32.8445 40.5242 33.0699 40.5032C39.7409 39.8914 44.3672 36.7588 46.8218 31.1939C48.1757 28.1253 48.4757 25.108 48.5376 23.6709L33.2396 23.6709C32.9989 23.6709 32.7681 23.5753 32.5979 23.4051C32.4277 23.2349 32.3321 23.004 32.3321 22.7634V0.907544C32.3321 0.666849 32.4277 0.436011 32.5979 0.265814C32.7681 0.0956161 32.9989 0 33.2396 0L55.0922 0C55.3328 0.000282571 55.5635 0.0959893 55.7337 0.266126C55.9038 0.436262 55.9995 0.666935 55.9998 0.907544V22.7601C55.9998 28.5417 54.804 33.5087 52.4465 37.5254C50.547 40.7616 47.8991 43.3806 44.5786 45.311C38.955 48.5782 33.4041 48.7277 33.1702 48.7277L33.1531 48.7287ZM34.0607 42.2158V46.84C35.8149 46.6563 39.7996 46.0018 43.7287 43.702C46.7006 41.9867 49.1739 39.5262 50.9047 36.5634C53.0807 32.8371 54.1847 28.1915 54.1847 22.7569V1.81509L34.1525 1.81509V21.8526L49.4569 21.8526C49.6914 21.8527 49.9167 21.9434 50.0859 22.1058C50.255 22.2681 50.3548 22.4896 50.3645 22.7238C50.3719 22.9064 50.5225 27.2562 48.5099 31.8601C46.6884 36.0284 42.7069 41.1406 34.0607 42.219V42.2158Z\" fill=\"#484A52\" fill-opacity=\"0.784314\"/>\\n</svg>\\n',withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1imp7kp\",\"data-border\":true,\"data-framer-name\":\"Frame 1000006413\",layoutDependency:layoutDependency,layoutId:\"PgIdv0os5\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(161, 152, 156)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5orsp6\",\"data-framer-name\":\"Frame 1000006555\",layoutDependency:layoutDependency,layoutId:\"WMq78Biv5\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-64luwu\",\"data-framer-name\":\"Frame 47\",layoutDependency:layoutDependency,layoutId:\"iaLNrsjrc\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1f9tyh1\",layoutDependency:layoutDependency,layoutId:\"a4pPMSC0Y\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-4061uf\",\"data-framer-name\":\"Frame 1000006628\",layoutDependency:layoutDependency,layoutId:\"hmnecI4GR\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-takrsu\",\"data-framer-name\":\"indoor-picture-cheerful-handsome-young-man-having-folded-hands-looking-directly-smiling-sincerely-wearing-casual-clothes (1)\",layoutDependency:layoutDependency,layoutId:\"qIJaH_yJ3\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:192,pixelWidth:192,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/LSg7LtLRaEi1OfJ7SebceccbWfY.png\"},className:\"framer-wwhvym\",\"data-framer-name\":\"Screenshot 2024-10-15 at 12.05.03 1\",layoutDependency:layoutDependency,layoutId:\"iFu7Xm_9n\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-uvv1kd\",\"data-framer-name\":\"Frame 44\",layoutDependency:layoutDependency,layoutId:\"ReA9aQ97h\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(72, 74, 82))\"},children:\"Kifoyatullo\"})}),className:\"framer-1oi8cpm\",\"data-framer-name\":\"Stefan Green\",fonts:[\"GF;Roboto-500\"],layoutDependency:layoutDependency,layoutId:\"VTz6aBIY4\",style:{\"--extracted-r6o4lv\":\"rgb(72, 74, 82)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(161, 152, 156))\"},children:\"from Tajikistan\\u2028\\u2028Studying Computer Science,  University of London, UK\"})}),className:\"framer-1ownlir\",\"data-framer-name\":\"Director of Marketing & Partnerships\\u2028International Foundation Group\",fonts:[\"GF;Roboto-regular\"],layoutDependency:layoutDependency,layoutId:\"hzY3P8Srk\",style:{\"--extracted-r6o4lv\":\"rgb(161, 152, 156)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:120,pixelWidth:120,src:\"https://framerusercontent.com/images/QL0j5uS0CyQUVeCjcNpebSgXM04.png\"},className:\"framer-1no95oj\",\"data-framer-name\":\"TJ\",layoutDependency:layoutDependency,layoutId:\"fWA6qOWvD\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rs3rjk\",\"data-framer-name\":\"Group 1000006599\",layoutDependency:layoutDependency,layoutId:\"T3mWeE1SF\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fabwcg\",layoutDependency:layoutDependency,layoutId:\"BXHyyQi3V\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1xjuz70\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:49,intrinsicWidth:56,layoutDependency:layoutDependency,layoutId:\"xZnTKcVGZ\",svg:'<svg width=\"56\" height=\"49\" viewBox=\"0 0 56 49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M55.0925 2.66235e-05C55.3332 2.66446e-05 55.564 0.0956459 55.7342 0.265846C55.9044 0.436043 56 0.666878 56 0.907574L56 7.32124C55.9997 7.54749 55.915 7.7655 55.7626 7.93271C55.6102 8.09992 55.401 8.20434 55.1757 8.22559C48.5048 8.83737 43.8773 11.97 41.4227 17.5349C40.0699 20.6034 39.7699 23.6207 39.7069 25.0579L55.006 25.0579C55.2466 25.0581 55.4773 25.1539 55.6474 25.324C55.8175 25.4941 55.9132 25.7248 55.9135 25.9654L55.9135 47.8212C55.9132 48.0618 55.8175 48.2925 55.6474 48.4626C55.4773 48.6328 55.2466 48.7285 55.006 48.7288L33.1534 48.7288C32.9127 48.7288 32.6818 48.6331 32.5116 48.4629C32.3414 48.2927 32.2458 48.0619 32.2458 47.8212L32.2458 25.9686C32.2458 20.187 33.4406 15.2201 35.7981 11.2034C37.6986 7.9672 40.3454 5.34813 43.667 3.41773C49.2874 0.150573 54.8394 0.00429906 55.0743 2.6622e-05L55.0925 2.66235e-05ZM54.1849 6.51299L54.1849 1.88879C52.4307 2.07243 48.446 2.72693 44.5169 5.02676C41.545 6.74207 39.0717 9.20252 37.3409 12.1654C35.1639 15.8917 34.0609 20.5372 34.0609 25.9718L34.0609 46.9137L54.0984 46.9137L54.0984 26.8762L38.7876 26.8762C38.5533 26.8761 38.328 26.7853 38.1591 26.6229C37.9901 26.4605 37.8905 26.2391 37.8811 26.0049C37.8737 25.8223 37.7231 21.4725 39.7347 16.8686C41.5562 12.7003 45.5376 7.58817 54.1849 6.50979L54.1849 6.51299Z\" fill=\"#484A52\" fill-opacity=\"0.784314\"/>\\n<path d=\"M22.8469 2.66235e-05C23.0876 2.66446e-05 23.3184 0.0956459 23.4886 0.265846C23.6588 0.436043 23.7544 0.666878 23.7544 0.907574L23.7544 7.32124C23.7543 7.54756 23.6698 7.7657 23.5173 7.93296C23.3649 8.10022 23.1555 8.20457 22.9301 8.22559C16.2592 8.83737 11.6328 11.97 9.17817 17.5349C7.82433 20.6034 7.5243 23.6207 7.46238 25.0579L22.7604 25.0579C23.0011 25.0579 23.2319 25.1535 23.4021 25.3237C23.5723 25.4939 23.6679 25.7247 23.6679 25.9654L23.6679 47.8212C23.6679 48.0619 23.5723 48.2927 23.4021 48.4629C23.2319 48.6331 23.0011 48.7288 22.7604 48.7288L0.90777 48.7288C0.66716 48.7285 0.436485 48.6328 0.266348 48.4626C0.0962124 48.2925 0.000507413 48.0618 0.000225146 47.8212L0.000227057 25.9686C0.000227562 20.187 1.19605 15.2201 3.55353 11.2034C5.45296 7.9672 8.10086 5.34813 11.4214 3.41773C17.045 0.150573 22.5959 0.00109472 22.8298 0.00109474L22.8469 2.66235e-05ZM21.9393 6.51299L21.9393 1.88879C20.1851 2.07243 16.2004 2.72693 12.2713 5.02676C9.29943 6.74207 6.8261 9.20252 5.09529 12.1654C2.91932 15.8917 1.81532 20.5372 1.81532 25.9718L1.81531 46.9137L21.8475 46.9137L21.8475 26.8762L6.54309 26.8762C6.30863 26.8761 6.08328 26.7854 5.91414 26.623C5.74501 26.4606 5.64519 26.2392 5.63554 26.0049C5.62807 25.8223 5.47752 21.4725 7.49014 16.8686C9.31163 12.7003 13.2931 7.58817 21.9393 6.50979L21.9393 6.51299Z\" fill=\"#484A52\" fill-opacity=\"0.784314\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(72, 74, 82))\"},children:\"Recently, I also was in the same situation as applicants are in now. I was struggling to find genuine guidance on student life and classes. I believe that I'm the best person to talk to so they can learn from my own experiences and get the information they need while applying\"})}),className:\"framer-1r93luc\",\"data-framer-name\":\"ApplyPal has help us reach potential international students in a unique way - above and beyond our expectations. We look forward to expanding the work we do with ApplyPal in the future to build further connections with schools, something we would not have been able to do.\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"wBXNACPAn\",style:{\"--extracted-r6o4lv\":\"rgb(72, 74, 82)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-c3km29\",layoutDependency:layoutDependency,layoutId:\"mLzC0XYBY\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1kejlc9\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:49,intrinsicWidth:56,layoutDependency:layoutDependency,layoutId:\"t1u8mzC1A\",svg:'<svg width=\"56\" height=\"49\" viewBox=\"0 0 56 49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.907544 48.7287C0.666849 48.7287 0.436011 48.6331 0.265813 48.4629C0.0956157 48.2927 0 48.0619 0 47.8212L0 41.4075C0.000328192 41.1813 0.0849543 40.9633 0.237361 40.7961C0.389767 40.6288 0.599016 40.5244 0.824264 40.5032C7.49525 39.8914 12.1227 36.7588 14.5773 31.1939C15.9301 28.1253 16.2301 25.108 16.2931 23.6709L0.994028 23.6709C0.753419 23.6706 0.522745 23.5749 0.352609 23.4048C0.182473 23.2346 0.086766 23.004 0.0864834 22.7634L0.0864834 0.907544C0.086766 0.666935 0.182473 0.436262 0.352609 0.266126C0.522745 0.0959893 0.753419 0.000282571 0.994028 0L22.8466 0C23.0873 0 23.3182 0.0956161 23.4884 0.265814C23.6586 0.436011 23.7542 0.666849 23.7542 0.907544L23.7542 22.7601C23.7542 28.5417 22.5594 33.5087 20.2019 37.5254C18.3014 40.7616 15.6546 43.3806 12.333 45.311C6.71262 48.5782 1.16059 48.7245 0.925695 48.7287H0.907544ZM1.81509 42.2158L1.81509 46.84C3.56932 46.6563 7.55397 46.0018 11.4831 43.702C14.455 41.9867 16.9283 39.5262 18.6591 36.5634C20.8362 32.8371 21.9391 28.1915 21.9391 22.7569L21.9391 1.81509L1.90157 1.81509L1.90157 21.8526L17.2124 21.8526C17.4467 21.8527 17.672 21.9434 17.8409 22.1058C18.0099 22.2682 18.1095 22.4897 18.1189 22.7238C18.1263 22.9064 18.2769 27.2562 16.2653 31.8601C14.4438 36.0284 10.4624 41.1406 1.81509 42.219V42.2158Z\" fill=\"#484A52\" fill-opacity=\"0.784314\"/>\\n<path d=\"M33.1531 48.7287C32.9125 48.7287 32.6816 48.6331 32.5114 48.4629C32.3412 48.2927 32.2456 48.0619 32.2456 47.8212V41.4075C32.2457 41.1812 32.3302 40.9631 32.4827 40.7958C32.6351 40.6285 32.8445 40.5242 33.0699 40.5032C39.7409 39.8914 44.3672 36.7588 46.8218 31.1939C48.1757 28.1253 48.4757 25.108 48.5376 23.6709L33.2396 23.6709C32.9989 23.6709 32.7681 23.5753 32.5979 23.4051C32.4277 23.2349 32.3321 23.004 32.3321 22.7634V0.907544C32.3321 0.666849 32.4277 0.436011 32.5979 0.265814C32.7681 0.0956161 32.9989 0 33.2396 0L55.0922 0C55.3328 0.000282571 55.5635 0.0959893 55.7337 0.266126C55.9038 0.436262 55.9995 0.666935 55.9998 0.907544V22.7601C55.9998 28.5417 54.804 33.5087 52.4465 37.5254C50.547 40.7616 47.8991 43.3806 44.5786 45.311C38.955 48.5782 33.4041 48.7277 33.1702 48.7277L33.1531 48.7287ZM34.0607 42.2158V46.84C35.8149 46.6563 39.7996 46.0018 43.7287 43.702C46.7006 41.9867 49.1739 39.5262 50.9047 36.5634C53.0807 32.8371 54.1847 28.1915 54.1847 22.7569V1.81509L34.1525 1.81509V21.8526L49.4569 21.8526C49.6914 21.8527 49.9167 21.9434 50.0859 22.1058C50.255 22.2681 50.3548 22.4896 50.3645 22.7238C50.3719 22.9064 50.5225 27.2562 48.5099 31.8601C46.6884 36.0284 42.7069 41.1406 34.0607 42.219V42.2158Z\" fill=\"#484A52\" fill-opacity=\"0.784314\"/>\\n</svg>\\n',withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-13chvjy\",\"data-border\":true,\"data-framer-name\":\"Frame 1000006413\",layoutDependency:layoutDependency,layoutId:\"ZlGs3JMA9\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(161, 152, 156)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-w1ear8\",\"data-framer-name\":\"Frame 1000006555\",layoutDependency:layoutDependency,layoutId:\"I7PawQW9K\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ngo44q\",\"data-framer-name\":\"Frame 47\",layoutDependency:layoutDependency,layoutId:\"JaCWQB3ml\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-4b61gu\",layoutDependency:layoutDependency,layoutId:\"WogAZUSGj\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-6k3f5x\",\"data-framer-name\":\"Frame 1000006628\",layoutDependency:layoutDependency,layoutId:\"RoRr9uVU8\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-mx4rr2\",\"data-framer-name\":\"indoor-picture-cheerful-handsome-young-man-having-folded-hands-looking-directly-smiling-sincerely-wearing-casual-clothes (1)\",layoutDependency:layoutDependency,layoutId:\"qsHNULPbB\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:192,pixelWidth:192,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/pHINHfcvYDHanVvPXdFoTa4B3fE.png\"},className:\"framer-1xz5b0t\",\"data-framer-name\":\"Screenshot 2024-10-15 at 12.05.03 1\",layoutDependency:layoutDependency,layoutId:\"TGZtA8TwB\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bahgx6\",\"data-framer-name\":\"Frame 44\",layoutDependency:layoutDependency,layoutId:\"UpXPhEftK\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(72, 74, 82))\"},children:\"Aman \"})}),className:\"framer-15scfbd\",\"data-framer-name\":\"Stefan Green\",fonts:[\"GF;Roboto-500\"],layoutDependency:layoutDependency,layoutId:\"F8s2Zyhju\",style:{\"--extracted-r6o4lv\":\"rgb(72, 74, 82)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(161, 152, 156))\"},children:\"from Uganda\\u2028\\u2028Studying Medicine,  University of Nicosia, Cyprus\"})}),className:\"framer-1we1kjv\",\"data-framer-name\":\"Director of Marketing & Partnerships\\u2028International Foundation Group\",fonts:[\"GF;Roboto-regular\"],layoutDependency:layoutDependency,layoutId:\"cGxkAGSbR\",style:{\"--extracted-r6o4lv\":\"rgb(161, 152, 156)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:120,pixelWidth:120,src:\"https://framerusercontent.com/images/mXxOKRqUyg4g3TjGs7RVmPAy8M.png\"},className:\"framer-9k3fjx\",\"data-framer-name\":\"TJ\",layoutDependency:layoutDependency,layoutId:\"XpfP7JOHW\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20}})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1umpt95\",\"data-framer-name\":\"Group 1000006599\",layoutDependency:layoutDependency,layoutId:\"Q2Uy1qFK1\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-16usxmy\",layoutDependency:layoutDependency,layoutId:\"DIVUpepHx\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-12vo8uq\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:49,intrinsicWidth:56,layoutDependency:layoutDependency,layoutId:\"gNHAgYE_L\",svg:'<svg width=\"56\" height=\"49\" viewBox=\"0 0 56 49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M55.0925 2.66235e-05C55.3332 2.66446e-05 55.564 0.0956459 55.7342 0.265846C55.9044 0.436043 56 0.666878 56 0.907574L56 7.32124C55.9997 7.54749 55.915 7.7655 55.7626 7.93271C55.6102 8.09992 55.401 8.20434 55.1757 8.22559C48.5048 8.83737 43.8773 11.97 41.4227 17.5349C40.0699 20.6034 39.7699 23.6207 39.7069 25.0579L55.006 25.0579C55.2466 25.0581 55.4773 25.1539 55.6474 25.324C55.8175 25.4941 55.9132 25.7248 55.9135 25.9654L55.9135 47.8212C55.9132 48.0618 55.8175 48.2925 55.6474 48.4626C55.4773 48.6328 55.2466 48.7285 55.006 48.7288L33.1534 48.7288C32.9127 48.7288 32.6818 48.6331 32.5116 48.4629C32.3414 48.2927 32.2458 48.0619 32.2458 47.8212L32.2458 25.9686C32.2458 20.187 33.4406 15.2201 35.7981 11.2034C37.6986 7.9672 40.3454 5.34813 43.667 3.41773C49.2874 0.150573 54.8394 0.00429906 55.0743 2.6622e-05L55.0925 2.66235e-05ZM54.1849 6.51299L54.1849 1.88879C52.4307 2.07243 48.446 2.72693 44.5169 5.02676C41.545 6.74207 39.0717 9.20252 37.3409 12.1654C35.1639 15.8917 34.0609 20.5372 34.0609 25.9718L34.0609 46.9137L54.0984 46.9137L54.0984 26.8762L38.7876 26.8762C38.5533 26.8761 38.328 26.7853 38.1591 26.6229C37.9901 26.4605 37.8905 26.2391 37.8811 26.0049C37.8737 25.8223 37.7231 21.4725 39.7347 16.8686C41.5562 12.7003 45.5376 7.58817 54.1849 6.50979L54.1849 6.51299Z\" fill=\"#484A52\" fill-opacity=\"0.784314\"/>\\n<path d=\"M22.8469 2.66235e-05C23.0876 2.66446e-05 23.3184 0.0956459 23.4886 0.265846C23.6588 0.436043 23.7544 0.666878 23.7544 0.907574L23.7544 7.32124C23.7543 7.54756 23.6698 7.7657 23.5173 7.93296C23.3649 8.10022 23.1555 8.20457 22.9301 8.22559C16.2592 8.83737 11.6328 11.97 9.17817 17.5349C7.82433 20.6034 7.5243 23.6207 7.46238 25.0579L22.7604 25.0579C23.0011 25.0579 23.2319 25.1535 23.4021 25.3237C23.5723 25.4939 23.6679 25.7247 23.6679 25.9654L23.6679 47.8212C23.6679 48.0619 23.5723 48.2927 23.4021 48.4629C23.2319 48.6331 23.0011 48.7288 22.7604 48.7288L0.90777 48.7288C0.66716 48.7285 0.436485 48.6328 0.266348 48.4626C0.0962124 48.2925 0.000507413 48.0618 0.000225146 47.8212L0.000227057 25.9686C0.000227562 20.187 1.19605 15.2201 3.55353 11.2034C5.45296 7.9672 8.10086 5.34813 11.4214 3.41773C17.045 0.150573 22.5959 0.00109472 22.8298 0.00109474L22.8469 2.66235e-05ZM21.9393 6.51299L21.9393 1.88879C20.1851 2.07243 16.2004 2.72693 12.2713 5.02676C9.29943 6.74207 6.8261 9.20252 5.09529 12.1654C2.91932 15.8917 1.81532 20.5372 1.81532 25.9718L1.81531 46.9137L21.8475 46.9137L21.8475 26.8762L6.54309 26.8762C6.30863 26.8761 6.08328 26.7854 5.91414 26.623C5.74501 26.4606 5.64519 26.2392 5.63554 26.0049C5.62807 25.8223 5.47752 21.4725 7.49014 16.8686C9.31163 12.7003 13.2931 7.58817 21.9393 6.50979L21.9393 6.51299Z\" fill=\"#484A52\" fill-opacity=\"0.784314\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(72, 74, 82))\"},children:\"I love helping potential students because they were in the same boat i was in and I can advise them in a way no-one else can. ApplyPal give me the responsibility to see things from an applicant\u2019s points of view. \"})}),className:\"framer-1jnk9pa\",\"data-framer-name\":\"ApplyPal has help us reach potential international students in a unique way - above and beyond our expectations. We look forward to expanding the work we do with ApplyPal in the future to build further connections with schools, something we would not have been able to do.\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"NlZwtxecC\",style:{\"--extracted-r6o4lv\":\"rgb(72, 74, 82)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wlp8hp\",layoutDependency:layoutDependency,layoutId:\"uldrVJrbC\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-12aer84\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:49,intrinsicWidth:56,layoutDependency:layoutDependency,layoutId:\"klrZq273L\",svg:'<svg width=\"56\" height=\"49\" viewBox=\"0 0 56 49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.907544 48.7287C0.666849 48.7287 0.436011 48.6331 0.265813 48.4629C0.0956157 48.2927 0 48.0619 0 47.8212L0 41.4075C0.000328192 41.1813 0.0849543 40.9633 0.237361 40.7961C0.389767 40.6288 0.599016 40.5244 0.824264 40.5032C7.49525 39.8914 12.1227 36.7588 14.5773 31.1939C15.9301 28.1253 16.2301 25.108 16.2931 23.6709L0.994028 23.6709C0.753419 23.6706 0.522745 23.5749 0.352609 23.4048C0.182473 23.2346 0.086766 23.004 0.0864834 22.7634L0.0864834 0.907544C0.086766 0.666935 0.182473 0.436262 0.352609 0.266126C0.522745 0.0959893 0.753419 0.000282571 0.994028 0L22.8466 0C23.0873 0 23.3182 0.0956161 23.4884 0.265814C23.6586 0.436011 23.7542 0.666849 23.7542 0.907544L23.7542 22.7601C23.7542 28.5417 22.5594 33.5087 20.2019 37.5254C18.3014 40.7616 15.6546 43.3806 12.333 45.311C6.71262 48.5782 1.16059 48.7245 0.925695 48.7287H0.907544ZM1.81509 42.2158L1.81509 46.84C3.56932 46.6563 7.55397 46.0018 11.4831 43.702C14.455 41.9867 16.9283 39.5262 18.6591 36.5634C20.8362 32.8371 21.9391 28.1915 21.9391 22.7569L21.9391 1.81509L1.90157 1.81509L1.90157 21.8526L17.2124 21.8526C17.4467 21.8527 17.672 21.9434 17.8409 22.1058C18.0099 22.2682 18.1095 22.4897 18.1189 22.7238C18.1263 22.9064 18.2769 27.2562 16.2653 31.8601C14.4438 36.0284 10.4624 41.1406 1.81509 42.219V42.2158Z\" fill=\"#484A52\" fill-opacity=\"0.784314\"/>\\n<path d=\"M33.1531 48.7287C32.9125 48.7287 32.6816 48.6331 32.5114 48.4629C32.3412 48.2927 32.2456 48.0619 32.2456 47.8212V41.4075C32.2457 41.1812 32.3302 40.9631 32.4827 40.7958C32.6351 40.6285 32.8445 40.5242 33.0699 40.5032C39.7409 39.8914 44.3672 36.7588 46.8218 31.1939C48.1757 28.1253 48.4757 25.108 48.5376 23.6709L33.2396 23.6709C32.9989 23.6709 32.7681 23.5753 32.5979 23.4051C32.4277 23.2349 32.3321 23.004 32.3321 22.7634V0.907544C32.3321 0.666849 32.4277 0.436011 32.5979 0.265814C32.7681 0.0956161 32.9989 0 33.2396 0L55.0922 0C55.3328 0.000282571 55.5635 0.0959893 55.7337 0.266126C55.9038 0.436262 55.9995 0.666935 55.9998 0.907544V22.7601C55.9998 28.5417 54.804 33.5087 52.4465 37.5254C50.547 40.7616 47.8991 43.3806 44.5786 45.311C38.955 48.5782 33.4041 48.7277 33.1702 48.7277L33.1531 48.7287ZM34.0607 42.2158V46.84C35.8149 46.6563 39.7996 46.0018 43.7287 43.702C46.7006 41.9867 49.1739 39.5262 50.9047 36.5634C53.0807 32.8371 54.1847 28.1915 54.1847 22.7569V1.81509L34.1525 1.81509V21.8526L49.4569 21.8526C49.6914 21.8527 49.9167 21.9434 50.0859 22.1058C50.255 22.2681 50.3548 22.4896 50.3645 22.7238C50.3719 22.9064 50.5225 27.2562 48.5099 31.8601C46.6884 36.0284 42.7069 41.1406 34.0607 42.219V42.2158Z\" fill=\"#484A52\" fill-opacity=\"0.784314\"/>\\n</svg>\\n',withExternalLayout:true})})]})]})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-n3ihZ.framer-1m01mke, .framer-n3ihZ .framer-1m01mke { display: block; }\",\".framer-n3ihZ.framer-rgalcz { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 2400px; }\",\".framer-n3ihZ .framer-2yxwl4-container { flex: 1 0 0px; height: 550px; position: relative; width: 1px; }\",\".framer-n3ihZ .framer-5s2roz, .framer-n3ihZ .framer-1icm5qk, .framer-n3ihZ .framer-mnxsfy, .framer-n3ihZ .framer-180cj9y { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 546px; justify-content: center; overflow: visible; padding: 32px; position: relative; width: 570px; }\",\".framer-n3ihZ .framer-1slrmve, .framer-n3ihZ .framer-109evb8, .framer-n3ihZ .framer-ae4buc, .framer-n3ihZ .framer-p2qhk5, .framer-n3ihZ .framer-tzk6ja, .framer-n3ihZ .framer-w1ear8 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 1px; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-n3ihZ .framer-hujc4z, .framer-n3ihZ .framer-19jdpn3, .framer-n3ihZ .framer-1so0h36, .framer-n3ihZ .framer-n012uz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-n3ihZ .framer-510zl4 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 300px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-n3ihZ .framer-1bqebhy, .framer-n3ihZ .framer-1twlscx, .framer-n3ihZ .framer-1388buj, .framer-n3ihZ .framer-1eatpwb, .framer-n3ihZ .framer-4ih9qn, .framer-n3ihZ .framer-1w2m1fb, .framer-n3ihZ .framer-4061uf, .framer-n3ihZ .framer-6k3f5x { flex: none; height: 64px; overflow: visible; position: relative; width: 64px; }\",\".framer-n3ihZ .framer-k0x4dy, .framer-n3ihZ .framer-1j3d2qg, .framer-n3ihZ .framer-h4r0v2, .framer-n3ihZ .framer-1h73k6k, .framer-n3ihZ .framer-1h1i23q, .framer-n3ihZ .framer-1qo4brm, .framer-n3ihZ .framer-takrsu, .framer-n3ihZ .framer-mx4rr2 { flex: none; height: 64px; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 64px; will-change: var(--framer-will-change-override, transform); }\",\".framer-n3ihZ .framer-19crier, .framer-n3ihZ .framer-1a4n0wi, .framer-n3ihZ .framer-1ffmcs3, .framer-n3ihZ .framer-12wcepj, .framer-n3ihZ .framer-1slzhp9, .framer-n3ihZ .framer-9svgyg, .framer-n3ihZ .framer-wwhvym, .framer-n3ihZ .framer-1xz5b0t { flex: none; height: 69px; left: calc(53.90625% - 69px / 2); position: absolute; top: calc(53.90625% - 69px / 2); width: 69px; }\",\".framer-n3ihZ .framer-1omnpm2, .framer-n3ihZ .framer-9opwbu, .framer-n3ihZ .framer-1eqyh4k, .framer-n3ihZ .framer-1jlfk2o, .framer-n3ihZ .framer-19jwk7u, .framer-n3ihZ .framer-19lm7l, .framer-n3ihZ .framer-uvv1kd, .framer-n3ihZ .framer-bahgx6 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-n3ihZ .framer-11of1y3, .framer-n3ihZ .framer-11dbrau, .framer-n3ihZ .framer-ycjd1t, .framer-n3ihZ .framer-10ejs3k, .framer-n3ihZ .framer-188mc2r, .framer-n3ihZ .framer-1sbukle, .framer-n3ihZ .framer-1wfsq2d, .framer-n3ihZ .framer-3xvr0y, .framer-n3ihZ .framer-19l9bo1, .framer-n3ihZ .framer-zjeycf, .framer-n3ihZ .framer-1wwp61t, .framer-n3ihZ .framer-1yln6io, .framer-n3ihZ .framer-vewcer, .framer-n3ihZ .framer-14i6pf2, .framer-n3ihZ .framer-1oi8cpm, .framer-n3ihZ .framer-1ownlir, .framer-n3ihZ .framer-1r93luc, .framer-n3ihZ .framer-15scfbd, .framer-n3ihZ .framer-1we1kjv, .framer-n3ihZ .framer-1jnk9pa { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-n3ihZ .framer-1a5r4nb, .framer-n3ihZ .framer-tmy1a3, .framer-n3ihZ .framer-nx41yw, .framer-n3ihZ .framer-1op5cyk, .framer-n3ihZ .framer-gwh26p, .framer-n3ihZ .framer-c7bmev, .framer-n3ihZ .framer-1no95oj, .framer-n3ihZ .framer-9k3fjx { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: relative; width: 40px; }\",\".framer-n3ihZ .framer-dghqtj { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 1px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-n3ihZ .framer-1rjk101, .framer-n3ihZ .framer-xgmb0f, .framer-n3ihZ .framer-1ee1cge, .framer-n3ihZ .framer-78i1pr, .framer-n3ihZ .framer-mszv2x, .framer-n3ihZ .framer-1immd0, .framer-n3ihZ .framer-1fabwcg, .framer-n3ihZ .framer-16usxmy { 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 0px 14px 0px; position: relative; width: 100%; }\",\".framer-n3ihZ .framer-13fgprh { flex: none; height: 49px; position: relative; width: 56px; }\",\".framer-n3ihZ .framer-5m0rw4, .framer-n3ihZ .framer-g0n8nw, .framer-n3ihZ .framer-95oa24, .framer-n3ihZ .framer-1pz58tx { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 506px; word-break: break-word; word-wrap: break-word; }\",\".framer-n3ihZ .framer-12xjirz, .framer-n3ihZ .framer-1g523c5, .framer-n3ihZ .framer-1668v5n, .framer-n3ihZ .framer-eofjgz, .framer-n3ihZ .framer-19nvcwf, .framer-n3ihZ .framer-z8g4of, .framer-n3ihZ .framer-c3km29, .framer-n3ihZ .framer-1wlp8hp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-n3ihZ .framer-pp2bfc, .framer-n3ihZ .framer-1jplt8r, .framer-n3ihZ .framer-t9pz4d, .framer-n3ihZ .framer-masx0j, .framer-n3ihZ .framer-1gshlt5, .framer-n3ihZ .framer-1eo63wi, .framer-n3ihZ .framer-wtejgr, .framer-n3ihZ .framer-17b3qkt, .framer-n3ihZ .framer-1pztjkt, .framer-n3ihZ .framer-etdxf, .framer-n3ihZ .framer-c19mat, .framer-n3ihZ .framer-1xjuz70, .framer-n3ihZ .framer-1kejlc9, .framer-n3ihZ .framer-12vo8uq, .framer-n3ihZ .framer-12aer84 { flex: none; height: 49px; position: relative; width: 56px; z-index: 1; }\",\".framer-n3ihZ .framer-ovjy14 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 360px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-n3ihZ .framer-1ka7ln3, .framer-n3ihZ .framer-rs3rjk { 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-end; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-n3ihZ .framer-n5kgp7 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 285px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-n3ihZ .framer-1hkabdd, .framer-n3ihZ .framer-17e9bpw, .framer-n3ihZ .framer-gdftng, .framer-n3ihZ .framer-13ij26k, .framer-n3ihZ .framer-1umpt95 { 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: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-n3ihZ .framer-1bkgicx { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 303px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-n3ihZ .framer-1pj7kry-container { flex: 1 0 0px; height: 720px; position: relative; width: 1px; }\",\".framer-n3ihZ .framer-11b84pu, .framer-n3ihZ .framer-z8xx6w, .framer-n3ihZ .framer-1imp7kp, .framer-n3ihZ .framer-13chvjy { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 717px; justify-content: center; overflow: visible; padding: 32px; position: relative; width: 350px; }\",\".framer-n3ihZ .framer-yc2cra { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 1px; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-n3ihZ .framer-10hxpub, .framer-n3ihZ .framer-1w8qqfw, .framer-n3ihZ .framer-64luwu, .framer-n3ihZ .framer-1ngo44q { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 310px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-n3ihZ .framer-d3naa0 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 225px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-n3ihZ .framer-7vion { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 215px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-n3ihZ .framer-5orsp6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-n3ihZ .framer-1f9tyh1 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 320px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-n3ihZ .framer-4b61gu { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 232px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-n3ihZ.framer-rgalcz, .framer-n3ihZ .framer-5s2roz, .framer-n3ihZ .framer-510zl4, .framer-n3ihZ .framer-1omnpm2, .framer-n3ihZ .framer-dghqtj, .framer-n3ihZ .framer-1rjk101, .framer-n3ihZ .framer-12xjirz, .framer-n3ihZ .framer-1icm5qk, .framer-n3ihZ .framer-ovjy14, .framer-n3ihZ .framer-9opwbu, .framer-n3ihZ .framer-1ka7ln3, .framer-n3ihZ .framer-xgmb0f, .framer-n3ihZ .framer-1g523c5, .framer-n3ihZ .framer-mnxsfy, .framer-n3ihZ .framer-n5kgp7, .framer-n3ihZ .framer-1eqyh4k, .framer-n3ihZ .framer-1hkabdd, .framer-n3ihZ .framer-1ee1cge, .framer-n3ihZ .framer-1668v5n, .framer-n3ihZ .framer-180cj9y, .framer-n3ihZ .framer-1bkgicx, .framer-n3ihZ .framer-1jlfk2o, .framer-n3ihZ .framer-17e9bpw, .framer-n3ihZ .framer-78i1pr, .framer-n3ihZ .framer-eofjgz, .framer-n3ihZ .framer-11b84pu, .framer-n3ihZ .framer-d3naa0, .framer-n3ihZ .framer-19jwk7u, .framer-n3ihZ .framer-gdftng, .framer-n3ihZ .framer-mszv2x, .framer-n3ihZ .framer-19nvcwf, .framer-n3ihZ .framer-z8xx6w, .framer-n3ihZ .framer-7vion, .framer-n3ihZ .framer-19lm7l, .framer-n3ihZ .framer-13ij26k, .framer-n3ihZ .framer-1immd0, .framer-n3ihZ .framer-z8g4of, .framer-n3ihZ .framer-1imp7kp, .framer-n3ihZ .framer-5orsp6, .framer-n3ihZ .framer-1f9tyh1, .framer-n3ihZ .framer-uvv1kd, .framer-n3ihZ .framer-rs3rjk, .framer-n3ihZ .framer-1fabwcg, .framer-n3ihZ .framer-c3km29, .framer-n3ihZ .framer-13chvjy, .framer-n3ihZ .framer-4b61gu, .framer-n3ihZ .framer-bahgx6, .framer-n3ihZ .framer-1umpt95, .framer-n3ihZ .framer-16usxmy, .framer-n3ihZ .framer-1wlp8hp { gap: 0px; } .framer-n3ihZ.framer-rgalcz > *, .framer-n3ihZ .framer-1rjk101 > *, .framer-n3ihZ .framer-12xjirz > *, .framer-n3ihZ .framer-xgmb0f > *, .framer-n3ihZ .framer-1g523c5 > *, .framer-n3ihZ .framer-1ee1cge > *, .framer-n3ihZ .framer-1668v5n > *, .framer-n3ihZ .framer-78i1pr > *, .framer-n3ihZ .framer-eofjgz > *, .framer-n3ihZ .framer-mszv2x > *, .framer-n3ihZ .framer-19nvcwf > *, .framer-n3ihZ .framer-1immd0 > *, .framer-n3ihZ .framer-z8g4of > *, .framer-n3ihZ .framer-1fabwcg > *, .framer-n3ihZ .framer-c3km29 > *, .framer-n3ihZ .framer-16usxmy > *, .framer-n3ihZ .framer-1wlp8hp > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-n3ihZ.framer-rgalcz > :first-child, .framer-n3ihZ .framer-510zl4 > :first-child, .framer-n3ihZ .framer-1rjk101 > :first-child, .framer-n3ihZ .framer-12xjirz > :first-child, .framer-n3ihZ .framer-ovjy14 > :first-child, .framer-n3ihZ .framer-xgmb0f > :first-child, .framer-n3ihZ .framer-1g523c5 > :first-child, .framer-n3ihZ .framer-n5kgp7 > :first-child, .framer-n3ihZ .framer-1ee1cge > :first-child, .framer-n3ihZ .framer-1668v5n > :first-child, .framer-n3ihZ .framer-1bkgicx > :first-child, .framer-n3ihZ .framer-78i1pr > :first-child, .framer-n3ihZ .framer-eofjgz > :first-child, .framer-n3ihZ .framer-d3naa0 > :first-child, .framer-n3ihZ .framer-mszv2x > :first-child, .framer-n3ihZ .framer-19nvcwf > :first-child, .framer-n3ihZ .framer-7vion > :first-child, .framer-n3ihZ .framer-1immd0 > :first-child, .framer-n3ihZ .framer-z8g4of > :first-child, .framer-n3ihZ .framer-1f9tyh1 > :first-child, .framer-n3ihZ .framer-1fabwcg > :first-child, .framer-n3ihZ .framer-c3km29 > :first-child, .framer-n3ihZ .framer-4b61gu > :first-child, .framer-n3ihZ .framer-16usxmy > :first-child, .framer-n3ihZ .framer-1wlp8hp > :first-child { margin-left: 0px; } .framer-n3ihZ.framer-rgalcz > :last-child, .framer-n3ihZ .framer-510zl4 > :last-child, .framer-n3ihZ .framer-1rjk101 > :last-child, .framer-n3ihZ .framer-12xjirz > :last-child, .framer-n3ihZ .framer-ovjy14 > :last-child, .framer-n3ihZ .framer-xgmb0f > :last-child, .framer-n3ihZ .framer-1g523c5 > :last-child, .framer-n3ihZ .framer-n5kgp7 > :last-child, .framer-n3ihZ .framer-1ee1cge > :last-child, .framer-n3ihZ .framer-1668v5n > :last-child, .framer-n3ihZ .framer-1bkgicx > :last-child, .framer-n3ihZ .framer-78i1pr > :last-child, .framer-n3ihZ .framer-eofjgz > :last-child, .framer-n3ihZ .framer-d3naa0 > :last-child, .framer-n3ihZ .framer-mszv2x > :last-child, .framer-n3ihZ .framer-19nvcwf > :last-child, .framer-n3ihZ .framer-7vion > :last-child, .framer-n3ihZ .framer-1immd0 > :last-child, .framer-n3ihZ .framer-z8g4of > :last-child, .framer-n3ihZ .framer-1f9tyh1 > :last-child, .framer-n3ihZ .framer-1fabwcg > :last-child, .framer-n3ihZ .framer-c3km29 > :last-child, .framer-n3ihZ .framer-4b61gu > :last-child, .framer-n3ihZ .framer-16usxmy > :last-child, .framer-n3ihZ .framer-1wlp8hp > :last-child { margin-right: 0px; } .framer-n3ihZ .framer-5s2roz > *, .framer-n3ihZ .framer-1omnpm2 > *, .framer-n3ihZ .framer-1icm5qk > *, .framer-n3ihZ .framer-9opwbu > *, .framer-n3ihZ .framer-mnxsfy > *, .framer-n3ihZ .framer-1eqyh4k > *, .framer-n3ihZ .framer-180cj9y > *, .framer-n3ihZ .framer-1jlfk2o > *, .framer-n3ihZ .framer-11b84pu > *, .framer-n3ihZ .framer-19jwk7u > *, .framer-n3ihZ .framer-z8xx6w > *, .framer-n3ihZ .framer-19lm7l > *, .framer-n3ihZ .framer-1imp7kp > *, .framer-n3ihZ .framer-uvv1kd > *, .framer-n3ihZ .framer-13chvjy > *, .framer-n3ihZ .framer-bahgx6 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-n3ihZ .framer-5s2roz > :first-child, .framer-n3ihZ .framer-1omnpm2 > :first-child, .framer-n3ihZ .framer-dghqtj > :first-child, .framer-n3ihZ .framer-1icm5qk > :first-child, .framer-n3ihZ .framer-9opwbu > :first-child, .framer-n3ihZ .framer-1ka7ln3 > :first-child, .framer-n3ihZ .framer-mnxsfy > :first-child, .framer-n3ihZ .framer-1eqyh4k > :first-child, .framer-n3ihZ .framer-1hkabdd > :first-child, .framer-n3ihZ .framer-180cj9y > :first-child, .framer-n3ihZ .framer-1jlfk2o > :first-child, .framer-n3ihZ .framer-17e9bpw > :first-child, .framer-n3ihZ .framer-11b84pu > :first-child, .framer-n3ihZ .framer-19jwk7u > :first-child, .framer-n3ihZ .framer-gdftng > :first-child, .framer-n3ihZ .framer-z8xx6w > :first-child, .framer-n3ihZ .framer-19lm7l > :first-child, .framer-n3ihZ .framer-13ij26k > :first-child, .framer-n3ihZ .framer-1imp7kp > :first-child, .framer-n3ihZ .framer-5orsp6 > :first-child, .framer-n3ihZ .framer-uvv1kd > :first-child, .framer-n3ihZ .framer-rs3rjk > :first-child, .framer-n3ihZ .framer-13chvjy > :first-child, .framer-n3ihZ .framer-bahgx6 > :first-child, .framer-n3ihZ .framer-1umpt95 > :first-child { margin-top: 0px; } .framer-n3ihZ .framer-5s2roz > :last-child, .framer-n3ihZ .framer-1omnpm2 > :last-child, .framer-n3ihZ .framer-dghqtj > :last-child, .framer-n3ihZ .framer-1icm5qk > :last-child, .framer-n3ihZ .framer-9opwbu > :last-child, .framer-n3ihZ .framer-1ka7ln3 > :last-child, .framer-n3ihZ .framer-mnxsfy > :last-child, .framer-n3ihZ .framer-1eqyh4k > :last-child, .framer-n3ihZ .framer-1hkabdd > :last-child, .framer-n3ihZ .framer-180cj9y > :last-child, .framer-n3ihZ .framer-1jlfk2o > :last-child, .framer-n3ihZ .framer-17e9bpw > :last-child, .framer-n3ihZ .framer-11b84pu > :last-child, .framer-n3ihZ .framer-19jwk7u > :last-child, .framer-n3ihZ .framer-gdftng > :last-child, .framer-n3ihZ .framer-z8xx6w > :last-child, .framer-n3ihZ .framer-19lm7l > :last-child, .framer-n3ihZ .framer-13ij26k > :last-child, .framer-n3ihZ .framer-1imp7kp > :last-child, .framer-n3ihZ .framer-5orsp6 > :last-child, .framer-n3ihZ .framer-uvv1kd > :last-child, .framer-n3ihZ .framer-rs3rjk > :last-child, .framer-n3ihZ .framer-13chvjy > :last-child, .framer-n3ihZ .framer-bahgx6 > :last-child, .framer-n3ihZ .framer-1umpt95 > :last-child { margin-bottom: 0px; } .framer-n3ihZ .framer-510zl4 > *, .framer-n3ihZ .framer-ovjy14 > *, .framer-n3ihZ .framer-n5kgp7 > *, .framer-n3ihZ .framer-1bkgicx > *, .framer-n3ihZ .framer-d3naa0 > *, .framer-n3ihZ .framer-7vion > *, .framer-n3ihZ .framer-1f9tyh1 > *, .framer-n3ihZ .framer-4b61gu > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-n3ihZ .framer-dghqtj > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-n3ihZ .framer-1ka7ln3 > *, .framer-n3ihZ .framer-1hkabdd > *, .framer-n3ihZ .framer-17e9bpw > *, .framer-n3ihZ .framer-gdftng > *, .framer-n3ihZ .framer-13ij26k > *, .framer-n3ihZ .framer-rs3rjk > *, .framer-n3ihZ .framer-1umpt95 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-n3ihZ .framer-5orsp6 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",\".framer-n3ihZ.framer-v-bidkde.framer-rgalcz { width: 390px; }\",\".framer-n3ihZ.framer-v-bidkde .framer-1pj7kry-container { order: 1; }\",...sharedStyle.css,'.framer-n3ihZ[data-border=\"true\"]::after, .framer-n3ihZ [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 550\n * @framerIntrinsicWidth 2400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Mtp0aCJm0\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerj5uAd3KQQ=withCSS(Component,css,\"framer-n3ihZ\");export default Framerj5uAd3KQQ;Framerj5uAd3KQQ.displayName=\"Review Slider\";Framerj5uAd3KQQ.defaultProps={height:550,width:2400};addPropertyControls(Framerj5uAd3KQQ,{variant:{options:[\"LFNIm_1vF\",\"Mtp0aCJm0\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerj5uAd3KQQ,[{explicitInter:true,fonts:[{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9vBh05IsDqlA.woff2\",weight:\"500\"},{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Me4GZLCzYlKw.woff2\",weight:\"400\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"}]},...SlideshowFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerj5uAd3KQQ\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"550\",\"framerIntrinsicWidth\":\"2400\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Mtp0aCJm0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./j5uAd3KQQ.map", "// Generated by Framer (f5febb9)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const MotionDivWithFX=withFX(motion.div);const enabledGestures={oJ9VBntTA:{hover:true,pressed:true}};const cycleOrder=[\"oJ9VBntTA\",\"oU7hvgkJg\",\"jCwgMrwuX\",\"uLdm_JjC3\",\"tRu1ExhKw\"];const serializationHash=\"framer-AA5Nw\";const variantClassNames={jCwgMrwuX:\"framer-v-w3k90g\",oJ9VBntTA:\"framer-v-1v1mjxc\",oU7hvgkJg:\"framer-v-1o5gk6j\",tRu1ExhKw:\"framer-v-qgl7vp\",uLdm_JjC3:\"framer-v-1y8267c\"};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={delay:0,duration:.2,ease:[.44,0,.56,1],type:\"tween\"};const transition2={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation={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 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:\"oJ9VBntTA\",Disabled:\"jCwgMrwuX\",Error:\"tRu1ExhKw\",Loading:\"oU7hvgkJg\",Success:\"uLdm_JjC3\"};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:\"oJ9VBntTA\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"oJ9VBntTA\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"oU7hvgkJg\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"oU7hvgkJg\")return true;return false;};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.button,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1v1mjxc\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Default\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"oJ9VBntTA\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(200, 8, 21)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(200, 8, 21)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,opacity:1,...style},variants:{\"oJ9VBntTA-hover\":{\"--border-color\":\"rgb(27, 8, 199)\",backgroundColor:\"rgb(27, 8, 199)\"},\"oJ9VBntTA-pressed\":{\"--border-color\":\"rgb(27, 8, 199)\",backgroundColor:\"rgb(27, 8, 199)\"},jCwgMrwuX:{opacity:.5},tRu1ExhKw:{backgroundColor:\"rgba(255, 34, 68, 0.15)\"}},...addPropertyOverrides({\"oJ9VBntTA-hover\":{\"data-framer-name\":undefined},\"oJ9VBntTA-pressed\":{\"data-framer-name\":undefined},jCwgMrwuX:{\"data-framer-name\":\"Disabled\"},oU7hvgkJg:{\"data-framer-name\":\"Loading\"},tRu1ExhKw:{\"data-framer-name\":\"Error\"},uLdm_JjC3:{\"data-framer-name\":\"Success\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.5em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Submit\"})}),className:\"framer-lw870i\",fonts:[\"FS;Montserrat-semibold\"],layoutDependency:layoutDependency,layoutId:\"wV5svWFQt\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{tRu1ExhKw:{\"--extracted-r6o4lv\":\"rgb(255, 34, 68)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({tRu1ExhKw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 34, 68))\"},children:\"Something went wrong\"})}),fonts:[\"Inter-SemiBold\"]},uLdm_JjC3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Thank you\"})}),fonts:[\"Inter-SemiBold\"]}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ljhp77\",\"data-framer-name\":\"Spinner\",layoutDependency:layoutDependency,layoutId:\"I5tH0wqV0\",style:{mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1fkzfsp\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"gaJVNPZc0\",style:{background:\"conic-gradient(from 180deg at 50% 50%, #4cf 0deg, #4cf 360deg)\",backgroundColor:\"rgb(68, 204, 255)\",mask:\"none\",WebkitMask:\"none\"},variants:{oU7hvgkJg:{background:\"conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, 0) 7.208614864864882deg, rgb(255, 255, 255) 342deg)\",backgroundColor:\"rgba(0, 0, 0, 0)\",mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1c6rday\",\"data-framer-name\":\"Rounding\",layoutDependency:layoutDependency,layoutId:\"booSLL3F4\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1},transformTemplate:transformTemplate1})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-AA5Nw.framer-1gpp8g8, .framer-AA5Nw .framer-1gpp8g8 { display: block; }\",\".framer-AA5Nw.framer-1v1mjxc { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 14px 32px 14px 32px; position: relative; width: min-content; }\",\".framer-AA5Nw .framer-lw870i { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-AA5Nw .framer-1ljhp77 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; }\",\".framer-AA5Nw .framer-1fkzfsp { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-AA5Nw .framer-1c6rday { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 2px); left: 50%; overflow: visible; position: absolute; top: 0px; width: 2px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-AA5Nw.framer-1v1mjxc { gap: 0px; } .framer-AA5Nw.framer-1v1mjxc > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-AA5Nw.framer-1v1mjxc > :first-child { margin-left: 0px; } .framer-AA5Nw.framer-1v1mjxc > :last-child { margin-right: 0px; } }\",\".framer-AA5Nw.framer-v-1o5gk6j.framer-1v1mjxc, .framer-AA5Nw.framer-v-w3k90g.framer-1v1mjxc, .framer-AA5Nw.framer-v-1y8267c.framer-1v1mjxc, .framer-AA5Nw.framer-v-qgl7vp.framer-1v1mjxc { cursor: unset; }\",\".framer-AA5Nw.framer-v-1o5gk6j .framer-1fkzfsp { overflow: hidden; }\",'.framer-AA5Nw[data-border=\"true\"]::after, .framer-AA5Nw [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 55\n * @framerIntrinsicWidth 132\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"oU7hvgkJg\":{\"layout\":[\"auto\",\"auto\"]},\"jCwgMrwuX\":{\"layout\":[\"auto\",\"auto\"]},\"uLdm_JjC3\":{\"layout\":[\"auto\",\"auto\"]},\"tRu1ExhKw\":{\"layout\":[\"auto\",\"auto\"]},\"GUYTWkKqN\":{\"layout\":[\"auto\",\"auto\"]},\"X1AM3IASZ\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerqMpeob46m=withCSS(Component,css,\"framer-AA5Nw\");export default FramerqMpeob46m;FramerqMpeob46m.displayName=\"Submit Button\";FramerqMpeob46m.defaultProps={height:55,width:132};addPropertyControls(FramerqMpeob46m,{variant:{options:[\"oJ9VBntTA\",\"oU7hvgkJg\",\"jCwgMrwuX\",\"uLdm_JjC3\",\"tRu1ExhKw\"],optionTitles:[\"Default\",\"Loading\",\"Disabled\",\"Success\",\"Error\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerqMpeob46m,[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/DELXRVKO253LHPYOBD6KD7EW3TJKXCXF/L6SILXET3P727LN5N75LL5PG77IET2IT/6DP3DAT2N5LSQGN5ISPRN63WPP32A54A.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://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.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://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.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://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.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://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.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://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerqMpeob46m\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"132\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"55\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"oU7hvgkJg\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"jCwgMrwuX\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"uLdm_JjC3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"tRu1ExhKw\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"GUYTWkKqN\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"X1AM3IASZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./qMpeob46m.map", "// Generated by Framer (3c7cdfa)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"ZDHBJ1zRE\",\"z1EdjrlxZ\"];const serializationHash=\"framer-Eu8PV\";const variantClassNames={z1EdjrlxZ:\"framer-v-kz2zn3\",ZDHBJ1zRE:\"framer-v-1gduog1\"};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={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"ZDHBJ1zRE\",\"Variant 2\":\"z1EdjrlxZ\"};const getProps=({height,id,image,title,title2,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2,_ref3;return{...props,c_WjChMwX:(_ref=title!==null&&title!==void 0?title:props.c_WjChMwX)!==null&&_ref!==void 0?_ref:\"Hey, John here\",gOUdjld5W:(_ref1=title2!==null&&title2!==void 0?title2:props.gOUdjld5W)!==null&&_ref1!==void 0?_ref1:\"How's the student life?\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"ZDHBJ1zRE\",zNP4lyaQR:(_ref3=image!==null&&image!==void 0?image:props.zNP4lyaQR)!==null&&_ref3!==void 0?_ref3:{src:\"https://framerusercontent.com/images/twJo8RWZsJ4jYryWNBdraWu44.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/twJo8RWZsJ4jYryWNBdraWu44.png 880w\"}};};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,zNP4lyaQR,c_WjChMwX,gOUdjld5W,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ZDHBJ1zRE\",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,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1gduog1\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"ZDHBJ1zRE\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({z1EdjrlxZ:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-vo1gdr\",\"data-framer-name\":\"Rectangle 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:320,intrinsicWidth:220,layoutDependency:layoutDependency,layoutId:\"bDnlSvOoo\",svg:'<svg width=\"220\" height=\"320\" viewBox=\"0 0 220 320\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 16C0 7.16345 7.16344 0 16 0H161C169.837 0 177 7.16344 177 16V23.5C177 32.3366 184.163 39.5 193 39.5H204C212.837 39.5 220 46.6634 220 55.5V304C220 312.837 212.837 320 204 320H16C7.16344 320 0 312.837 0 304V16Z\" fill=\"#E4E4E5\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qlw9c5\",layoutDependency:layoutDependency,layoutId:\"txRLgkHvc\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||237.5)-0-372)/2+0+0)+0+0),sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(zNP4lyaQR),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-167won0\",\"data-framer-name\":\"Group 1000006595\",layoutDependency:layoutDependency,layoutId:\"AqnMZ06D6\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1knvf4i\",\"data-framer-name\":\"Frame 48097530\",layoutDependency:layoutDependency,layoutId:\"vrCOb3hP2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(72, 74, 82))\"},children:\"Hey, John here\"})}),className:\"framer-16nsi4h\",\"data-framer-name\":\"Hey there, I'm Rahul\",fonts:[\"GF;Roboto-regular\"],layoutDependency:layoutDependency,layoutId:\"eWnLBAsSN\",style:{\"--extracted-r6o4lv\":\"rgb(72, 74, 82)\",\"--framer-paragraph-spacing\":\"0px\"},text:c_WjChMwX,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"110%\"},children:\"How's the student life?\"})}),className:\"framer-19vkp2w\",\"data-framer-name\":\"Name\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"Pr1HilV8Y\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:gOUdjld5W,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Eu8PV.framer-cvzp3n, .framer-Eu8PV .framer-cvzp3n { display: block; }\",\".framer-Eu8PV.framer-1gduog1 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 150px; }\",\".framer-Eu8PV .framer-vo1gdr { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-Eu8PV .framer-1qlw9c5 { 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: 100%; z-index: 1; }\",\".framer-Eu8PV .framer-167won0 { aspect-ratio: 0.8870967741935484 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 169px); position: relative; width: 100%; }\",\".framer-Eu8PV .framer-1knvf4i { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 8px 16px 8px; position: relative; width: 100%; }\",\".framer-Eu8PV .framer-16nsi4h, .framer-Eu8PV .framer-19vkp2w { flex: none; height: auto; position: relative; 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-Eu8PV.framer-1gduog1, .framer-Eu8PV .framer-1qlw9c5, .framer-Eu8PV .framer-1knvf4i { gap: 0px; } .framer-Eu8PV.framer-1gduog1 > *, .framer-Eu8PV .framer-1knvf4i > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Eu8PV.framer-1gduog1 > :first-child, .framer-Eu8PV .framer-1qlw9c5 > :first-child, .framer-Eu8PV .framer-1knvf4i > :first-child { margin-top: 0px; } .framer-Eu8PV.framer-1gduog1 > :last-child, .framer-Eu8PV .framer-1qlw9c5 > :last-child, .framer-Eu8PV .framer-1knvf4i > :last-child { margin-bottom: 0px; } .framer-Eu8PV .framer-1qlw9c5 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 237.5\n * @framerIntrinsicWidth 150\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"z1EdjrlxZ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"zNP4lyaQR\":\"image\",\"c_WjChMwX\":\"title\",\"gOUdjld5W\":\"title2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramervU5GQVryA=withCSS(Component,css,\"framer-Eu8PV\");export default FramervU5GQVryA;FramervU5GQVryA.displayName=\"Sudent Image\";FramervU5GQVryA.defaultProps={height:237.5,width:150};addPropertyControls(FramervU5GQVryA,{variant:{options:[\"ZDHBJ1zRE\",\"z1EdjrlxZ\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},zNP4lyaQR:{__defaultAssetReference:\"data:framer/asset-reference,twJo8RWZsJ4jYryWNBdraWu44.png?originalFilename=Group+1000006595.png&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},c_WjChMwX:{defaultValue:\"Hey, John here\",displayTextArea:false,title:\"Title\",type:ControlType.String},gOUdjld5W:{defaultValue:\"How's the student life?\",displayTextArea:false,title:\"Title 2\",type:ControlType.String}});addFonts(FramervU5GQVryA,[{explicitInter:true,fonts:[{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Me4GZLCzYlKw.woff2\",weight:\"400\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramervU5GQVryA\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"150\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"zNP4lyaQR\\\":\\\"image\\\",\\\"c_WjChMwX\\\":\\\"title\\\",\\\"gOUdjld5W\\\":\\\"title2\\\"}\",\"framerIntrinsicHeight\":\"237.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"z1EdjrlxZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./vU5GQVryA.map", "// Generated by Framer (3c7cdfa)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import SudentImage from\"https://framerusercontent.com/modules/YodrxzRrKYSyf5XOoznt/ghMyXahmbUtFpP6ELskC/vU5GQVryA.js\";const SudentImageFonts=getFonts(SudentImage);const TickerFonts=getFonts(Ticker);const cycleOrder=[\"Fs6ZZ26XA\",\"ZmCZl70hz\"];const serializationHash=\"framer-mn4YF\";const variantClassNames={Fs6ZZ26XA:\"framer-v-1lf2tal\",ZmCZl70hz:\"framer-v-sq306\"};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={bounce:.2,delay:0,duration:.4,type:\"spring\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};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.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"Fs6ZZ26XA\",\"Variant 2\":\"ZmCZl70hz\"};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:\"Fs6ZZ26XA\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Fs6ZZ26XA\",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-1lf2tal\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"Fs6ZZ26XA\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({ZmCZl70hz:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-p7qv58-container\",layoutDependency:layoutDependency,layoutId:\"E8nVkB7Vw-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:0,height:\"100%\",hoverFactor:.6,id:\"E8nVkB7Vw\",layoutId:\"E8nVkB7Vw\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1szeaex\",\"data-framer-name\":\"Frame 48097528\",layoutDependency:layoutDependency,layoutId:\"pfYQW4ncT\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:237,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-30ds00-container\",layoutDependency:layoutDependency,layoutId:\"mZrrI0ZTM-container\",children:/*#__PURE__*/_jsx(SudentImage,{c_WjChMwX:\"Hi, I\u2019m Sophie from SA\",gOUdjld5W:\"What\u2019s the course really like?\",height:\"100%\",id:\"mZrrI0ZTM\",layoutId:\"mZrrI0ZTM\",variant:\"ZDHBJ1zRE\",width:\"100%\",zNP4lyaQR:addImageAlt({src:\"https://framerusercontent.com/images/OelDjdb4n70MlBA92NdHLjtMfc.png\"},\"\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:237,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-18figdj-container\",layoutDependency:layoutDependency,layoutId:\"ffCpaEoI5-container\",children:/*#__PURE__*/_jsx(SudentImage,{c_WjChMwX:\"Hey, John here from HK\",gOUdjld5W:\"How's the student life?\",height:\"100%\",id:\"ffCpaEoI5\",layoutId:\"ffCpaEoI5\",variant:\"ZDHBJ1zRE\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:237,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pyrkaw-container\",layoutDependency:layoutDependency,layoutId:\"LfJDXNBiz-container\",children:/*#__PURE__*/_jsx(SudentImage,{c_WjChMwX:\"Hey there, I'm Rahul from UAE\",gOUdjld5W:\"Can you help me apply?\",height:\"100%\",id:\"LfJDXNBiz\",layoutId:\"LfJDXNBiz\",variant:\"ZDHBJ1zRE\",width:\"100%\",zNP4lyaQR:addImageAlt({src:\"https://framerusercontent.com/images/dDPRzTKNggn4itZbJxidvt2yM.png\"},\"\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:237,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1emb2fl-container\",layoutDependency:layoutDependency,layoutId:\"VgNGYaljn-container\",children:/*#__PURE__*/_jsx(SudentImage,{c_WjChMwX:\"Nice to meet you, I'm Alex\",gOUdjld5W:\"Are teachers quite friendly?\",height:\"100%\",id:\"VgNGYaljn\",layoutId:\"VgNGYaljn\",variant:\"ZDHBJ1zRE\",width:\"100%\",zNP4lyaQR:addImageAlt({src:\"https://framerusercontent.com/images/55gIQohTUIJXWffXUCuBLZaaBy0.png\"},\"\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:237,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-d6lcs7-container\",layoutDependency:layoutDependency,layoutId:\"jAT7pstEi-container\",children:/*#__PURE__*/_jsx(SudentImage,{c_WjChMwX:\"Greetings, I'm Joe from Spain\",gOUdjld5W:\"Is everything campus based?\",height:\"100%\",id:\"jAT7pstEi\",layoutId:\"jAT7pstEi\",variant:\"ZDHBJ1zRE\",width:\"100%\",zNP4lyaQR:addImageAlt({src:\"https://framerusercontent.com/images/tVIVUNSp29QolMd6Ogm54JrIDxU.png\"},\"\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:237,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-i6ymic-container\",layoutDependency:layoutDependency,layoutId:\"bgW3OF1Xv-container\",children:/*#__PURE__*/_jsx(SudentImage,{c_WjChMwX:\"Hey what\u2019s up, I'm Priya\",gOUdjld5W:\"Will I find the course difficult?\",height:\"100%\",id:\"bgW3OF1Xv\",layoutId:\"bgW3OF1Xv\",variant:\"ZDHBJ1zRE\",width:\"100%\",zNP4lyaQR:addImageAlt({src:\"https://framerusercontent.com/images/Q4YVuMAZHIPPgH15DQag1nXY7H8.png\"},\"\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:237,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-45iyxt-container\",layoutDependency:layoutDependency,layoutId:\"rYmaaR2gq-container\",children:/*#__PURE__*/_jsx(SudentImage,{c_WjChMwX:\"Hey, I'm Jess from Toronto\",gOUdjld5W:\"Is accommodation far?\",height:\"100%\",id:\"rYmaaR2gq\",layoutId:\"rYmaaR2gq\",variant:\"ZDHBJ1zRE\",width:\"100%\",zNP4lyaQR:addImageAlt({src:\"https://framerusercontent.com/images/za10Iv1BhaY308lHVUqGbmuL3E.png\"},\"\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:237,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-u6mj9s-container\",layoutDependency:layoutDependency,layoutId:\"fe0faPBQT-container\",children:/*#__PURE__*/_jsx(SudentImage,{c_WjChMwX:\"Hey there, I'm Jane from Oslo\",gOUdjld5W:\"Will I be homesick at the start?\",height:\"100%\",id:\"fe0faPBQT\",layoutId:\"fe0faPBQT\",variant:\"ZDHBJ1zRE\",width:\"100%\",zNP4lyaQR:addImageAlt({src:\"https://framerusercontent.com/images/8vztfqHnGbP7vustOgz3b6bKGw.png\"},\"\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:237,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15dx20c-container\",layoutDependency:layoutDependency,layoutId:\"C2fwmHU5R-container\",children:/*#__PURE__*/_jsx(SudentImage,{c_WjChMwX:\"Greetings, I'm Lisa from Paris\",gOUdjld5W:\"What clubs can I join when i start?\",height:\"100%\",id:\"C2fwmHU5R\",layoutId:\"C2fwmHU5R\",variant:\"ZDHBJ1zRE\",width:\"100%\",zNP4lyaQR:addImageAlt({src:\"https://framerusercontent.com/images/lePkHj7hHDWHFnnY7eDsBHRZ8Ms.png\"},\"\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:237,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-l3ebcn-container\",layoutDependency:layoutDependency,layoutId:\"d4yW_sIBd-container\",children:/*#__PURE__*/_jsx(SudentImage,{c_WjChMwX:\"Hey, Deepak here from Delhi\",gOUdjld5W:\"How are the music clubs?\",height:\"100%\",id:\"d4yW_sIBd\",layoutId:\"d4yW_sIBd\",variant:\"ZDHBJ1zRE\",width:\"100%\",zNP4lyaQR:addImageAlt({src:\"https://framerusercontent.com/images/rLtdMnmVO7M746lEEVVNgXbxJB4.png\"},\"\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:237,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-20wh24-container\",layoutDependency:layoutDependency,layoutId:\"hVIaz9o7m-container\",children:/*#__PURE__*/_jsx(SudentImage,{c_WjChMwX:\"Greetings, I'm Ava Japan\",gOUdjld5W:\"Can I get a job while I study\",height:\"100%\",id:\"hVIaz9o7m\",layoutId:\"hVIaz9o7m\",variant:\"ZDHBJ1zRE\",width:\"100%\",zNP4lyaQR:addImageAlt({src:\"https://framerusercontent.com/images/tP5zdBjRfO4mdwVvMFWd9HLJI.png\"},\"\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:237,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1s5gxub-container\",layoutDependency:layoutDependency,layoutId:\"f9052SwoB-container\",children:/*#__PURE__*/_jsx(SudentImage,{c_WjChMwX:\"Hi, I'm Lilly from Dubai\",gOUdjld5W:\"Do we get alot of free time?\",height:\"100%\",id:\"f9052SwoB\",layoutId:\"f9052SwoB\",variant:\"ZDHBJ1zRE\",width:\"100%\",zNP4lyaQR:addImageAlt({src:\"https://framerusercontent.com/images/8dUwFebVGAXumiBkee3PVFIf8r4.png\"},\"\")})})})]})],speed:70,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-mn4YF.framer-gqbq3w, .framer-mn4YF .framer-gqbq3w { display: block; }\",\".framer-mn4YF.framer-1lf2tal { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 569px; }\",\".framer-mn4YF .framer-p7qv58-container { flex: 1 0 0px; height: 260px; position: relative; width: 1px; }\",\".framer-mn4YF .framer-1szeaex { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-mn4YF .framer-30ds00-container, .framer-mn4YF .framer-18figdj-container, .framer-mn4YF .framer-1pyrkaw-container, .framer-mn4YF .framer-1emb2fl-container, .framer-mn4YF .framer-d6lcs7-container, .framer-mn4YF .framer-i6ymic-container, .framer-mn4YF .framer-45iyxt-container, .framer-mn4YF .framer-u6mj9s-container, .framer-mn4YF .framer-15dx20c-container, .framer-mn4YF .framer-l3ebcn-container, .framer-mn4YF .framer-20wh24-container, .framer-mn4YF .framer-1s5gxub-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mn4YF.framer-1lf2tal, .framer-mn4YF .framer-1szeaex { gap: 0px; } .framer-mn4YF.framer-1lf2tal > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-mn4YF.framer-1lf2tal > :first-child, .framer-mn4YF .framer-1szeaex > :first-child { margin-left: 0px; } .framer-mn4YF.framer-1lf2tal > :last-child, .framer-mn4YF .framer-1szeaex > :last-child { margin-right: 0px; } .framer-mn4YF .framer-1szeaex > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 260\n * @framerIntrinsicWidth 569\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ZmCZl70hz\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerYRdZVcUoJ=withCSS(Component,css,\"framer-mn4YF\");export default FramerYRdZVcUoJ;FramerYRdZVcUoJ.displayName=\"Team Ticker\";FramerYRdZVcUoJ.defaultProps={height:260,width:569};addPropertyControls(FramerYRdZVcUoJ,{variant:{options:[\"Fs6ZZ26XA\",\"ZmCZl70hz\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerYRdZVcUoJ,[{explicitInter:true,fonts:[]},...SudentImageFonts,...TickerFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYRdZVcUoJ\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZmCZl70hz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"260\",\"framerIntrinsicWidth\":\"569\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YRdZVcUoJ.map", "// Generated by Framer (e010222)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,FormContainer,FormPlainTextInput,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,Link,PropertyOverrides,ResolveLinks,RichText,SVG,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Animated_Counter from\"https://framerusercontent.com/modules/axMoXKZ8LAs8Kz2LXgHU/iqmjuiGDz4yzhun4VYj9/Counter.js\";import CookieBanner from\"https://framerusercontent.com/modules/GbX8S6ghmyszcS2GLR2F/zTapg9rnDfIs7uo8Zb0a/Cookies.js\";import Header from\"#framer/local/canvasComponent/AAD7_sa_S/AAD7_sa_S.js\";import EmpowerYourMostPersuasiveVoiceNow from\"#framer/local/canvasComponent/d6yvbMLE7/d6yvbMLE7.js\";import ReviewSlider from\"#framer/local/canvasComponent/j5uAd3KQQ/j5uAd3KQQ.js\";import Button from\"#framer/local/canvasComponent/k3fOjlunb/k3fOjlunb.js\";import SubmitButton from\"#framer/local/canvasComponent/qMpeob46m/qMpeob46m.js\";import SocialLink from\"#framer/local/canvasComponent/xi22NDqLu/xi22NDqLu.js\";import TeamTicker from\"#framer/local/canvasComponent/YRdZVcUoJ/YRdZVcUoJ.js\";import*as sharedStyle from\"#framer/local/css/AWvhce8EW/AWvhce8EW.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const HeaderFonts=getFonts(Header);const EmpowerYourMostPersuasiveVoiceNowFonts=getFonts(EmpowerYourMostPersuasiveVoiceNow);const TeamTickerFonts=getFonts(TeamTicker);const ButtonFonts=getFonts(Button);const Animated_CounterFonts=getFonts(Animated_Counter);const MotionDivWithFX=withFX(motion.div);const ReviewSliderFonts=getFonts(ReviewSlider);const SubmitButtonFonts=getFonts(SubmitButton);const SocialLinkFonts=getFonts(SocialLink);const CookieBannerFonts=getFonts(CookieBanner);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const ContainerWithFX=withFX(Container);const breakpoints={B26_3kIhV:\"(max-width: 809px)\",WQLkyLRf1:\"(min-width: 1200px)\",zZisWD9Kj:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-FxmVO\";const variantClassNames={B26_3kIhV:\"framer-v-11s092k\",WQLkyLRf1:\"framer-v-72rtr7\",zZisWD9Kj:\"framer-v-2ctc8x\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const transition1={delay:0,duration:30,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition2={delay:0,duration:35,ease:[0,0,1,1],type:\"tween\"};const transformTemplate3=(_,t)=>`translateX(-50%) ${t}`;const transition3={delay:0,duration:12,ease:[0,0,1,1],type:\"tween\"};const transition4={delay:0,duration:14,ease:[0,0,1,1],type:\"tween\"};const transition5={delay:0,duration:13,ease:[0,0,1,1],type:\"tween\"};const transition6={delay:0,duration:15,ease:[0,0,1,1],type:\"tween\"};const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":var _variants_success;return(_variants_success=variants.success)!==null&&_variants_success!==void 0?_variants_success:currentVariant;case\"pending\":var _variants_pending;return(_variants_pending=variants.pending)!==null&&_variants_pending!==void 0?_variants_pending:currentVariant;case\"error\":var _variants_error;return(_variants_error=variants.error)!==null&&_variants_error!==void 0?_variants_error:currentVariant;case\"incomplete\":var _variants_incomplete;return(_variants_incomplete=variants.incomplete)!==null&&_variants_incomplete!==void 0?_variants_incomplete:currentVariant;}};const transition7={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"B26_3kIhV\",Tablet:\"zZisWD9Kj\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-FxmVO`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-FxmVO`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const elementId=useRouteElementId(\"zAdMI41Mb\");const ref2=React.useRef(null);const elementId1=useRouteElementId(\"ciBA0byvl\");const ref3=React.useRef(null);const elementId2=useRouteElementId(\"IL0Eiqd5M\");const ref4=React.useRef(null);const router=useRouter();const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"B26_3kIhV\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"B26_3kIhV\")return true;return false;};const elementId3=useRouteElementId(\"WHv7l_3el\");const ref5=React.useRef(null);const elementId4=useRouteElementId(\"r4xH2922R\");const ref6=React.useRef(null);const elementId5=useRouteElementId(\"PNKHLMQGb\");const ref7=React.useRef(null);const elementId6=useRouteElementId(\"AiRG7Tz14\");const ref8=React.useRef(null);const elementId7=useRouteElementId(\"iV_A3sACw\");const ref9=React.useRef(null);const elementId8=useRouteElementId(\"Qs_v3UqaH\");const ref10=React.useRef(null);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(\"div\",{className:\"framer-1o1t1eh\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{width:\"min(100vw - 40px, 1170px)\",y:undefined},zZisWD9Kj:{width:\"min(max(100vw - 40px, 1px), 1170px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"min(max(100vw - 60px, 1px), 1170px)\",y:20,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yw3ijd-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{variant:\"j7Lh1eDzx\"},zZisWD9Kj:{variant:\"aElgipkcb\"}},children:/*#__PURE__*/_jsx(Header,{height:\"100%\",id:\"IR9Jw3gKG\",layoutId:\"IR9Jw3gKG\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"l_DZWAzmY\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-lrjd03\",id:elementId,ref:ref2,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-qen1ig\",children:/*#__PURE__*/_jsxs(\"main\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-14r8hcs\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-16dev1y\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wkafrk\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-62ge1f\",\"data-framer-name\":\"Group 1000006560\",name:\"Group 1000006560\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1ib2xk\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:\"Harness your most\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1ib2xk\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:\"Harness your most\"})}),className:\"framer-16vgnbi\",\"data-framer-name\":\"Empower your most persuasive voice now.\",fonts:[\"FS;Poppins-bold\"],name:\"Empower your most persuasive voice now.\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bgcw4a\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-16c7umj\",\"data-framer-name\":\"Rectangle 148744\",name:\"Rectangle 148744\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{height:55,width:\"200px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:70,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7y3e6w-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(EmpowerYourMostPersuasiveVoiceNow,{height:\"100%\",id:\"jD2W7XYC7\",layoutId:\"jD2W7XYC7\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1ib2xk\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:\"voice.\"})}),transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1ib2xk\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:\"voice.\"})}),className:\"framer-gqfwnw\",\"data-framer-name\":\"Empower your most persuasive voice now.\",fonts:[\"FS;Poppins-bold\"],name:\"Empower your most persuasive voice now.\",verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:[\"Engage your current students with your future applicants in real-time to \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-weight\":\"500\"},children:\"instantly boost your recruitment and retention\"}),\" rates at a fraction of the cost.\"]})})},zZisWD9Kj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:\"Engage your current students with your future applicants in real-time to instantly boost your recruitment and retention rates at a fraction of the cost.\"})}),fonts:[\"GF;Roboto-500\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-weight\":\"500\"},children:\"Engage your current students with your future applicants in real-time \"}),\"to instantly boost your international student recruitment and retention rates at a fraction of the cost.\"]})}),className:\"framer-14kaujy\",\"data-framer-name\":\"ApplyPal connects your prospective applicants with your existing students, simplifies applications with AI, and ensures every step is tailored to student success.\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-500\"],name:\"ApplyPal connects your prospective applicants with your existing students, simplifies applications with AI, and ensures every step is tailored to student success.\",verticalAlignment:\"center\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vkwzsz\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{width:\"min(100vw - 40px, 1170px)\"},zZisWD9Kj:{width:\"min(max(100vw - 60px, 1px), 1170px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:260,width:\"490px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kq5egx-container\",id:elementId1,ref:ref3,children:/*#__PURE__*/_jsx(TeamTicker,{height:\"100%\",id:\"ciBA0byvl\",layoutId:\"ciBA0byvl\",style:{width:\"100%\"},variant:\"Fs6ZZ26XA\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{background:{alt:\"\",fit:\"fill\",pixelHeight:1054,pixelWidth:528,sizes:\"150px\",src:\"https://framerusercontent.com/images/yBIgick3Oooiclx7dSL8oAjtG4.png\",srcSet:\"https://framerusercontent.com/images/yBIgick3Oooiclx7dSL8oAjtG4.png?scale-down-to=1024 512w,https://framerusercontent.com/images/yBIgick3Oooiclx7dSL8oAjtG4.png 528w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1054,pixelWidth:528,sizes:\"170px\",src:\"https://framerusercontent.com/images/yBIgick3Oooiclx7dSL8oAjtG4.png\",srcSet:\"https://framerusercontent.com/images/yBIgick3Oooiclx7dSL8oAjtG4.png?scale-down-to=1024 512w,https://framerusercontent.com/images/yBIgick3Oooiclx7dSL8oAjtG4.png 528w\"},className:\"framer-1jglg02\"})})]})]})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-10t0efn\",id:elementId2,ref:ref4,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ffug51\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c96e00\",\"data-framer-name\":\"Frame 1000006517\",name:\"Frame 1000006517\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x5iw31\",\"data-framer-name\":\"Frame 1000006434\",name:\"Frame 1000006434\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"rgba(19, 30, 66, 0.94)\"},children:[\"We trust reviews before booking hotels or buying on Amazon -\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgba(72, 74, 82, 0.65)\"},children:\" students are no different.\"})]})}),transformTemplate:transformTemplate2},zZisWD9Kj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"rgba(19, 30, 66, 0.94)\"},children:[\"We trust reviews before booking hotels or buying on Amazon -\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgba(72, 74, 82, 0.65)\"},children:\" students are no different.\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"rgba(19, 30, 66, 0.94)\"},children:\"We trust reviews before    \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"rgba(19, 30, 66, 0.94)\"},children:\"booking hotels or buying on  \"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"rgba(72, 74, 82, 0.65)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgba(19, 30, 66, 0.94)\"},children:\"Amazon -\"}),\" students are no  \"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"rgba(72, 74, 82, 0.65)\"},children:\"different.\"})]}),className:\"framer-n71wiu\",\"data-framer-name\":\"Today\u2019s students trust real experiences over polished marketing - just like how we trust reviews before booking a hotel or buying on Amazon.\",fonts:[\"GF;Poppins-600\"],name:\"Today\u2019s students trust real experiences over polished marketing - just like how we trust reviews before booking a hotel or buying on Amazon.\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1uaecik\",\"data-framer-name\":\"Rectangle 13\",name:\"Rectangle 13\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1uwaj34\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":AiRG7Tz14\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":AiRG7Tz14\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":AiRG7Tz14\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-m35i0c-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{x9Nk4bDTe:resolvedLinks[2]},zZisWD9Kj:{x9Nk4bDTe:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(Button,{dX622BPEm:\"Start for Free\",height:\"100%\",id:\"MJs3LfSyz\",layoutId:\"MJs3LfSyz\",variant:\"TnIaQqnBX\",width:\"100%\",x9Nk4bDTe:resolvedLinks[0]})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rtg6gd\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ewkgas\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"22px\",\"--framer-text-color\":\"rgb(200, 9, 20)\"},children:\"+\"})}),className:\"framer-j5xc3z\",fonts:[\"Inter\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[\"Join \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTcwMA==\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(200, 9, 20)\"},children:\"700+\"}),\" institutions already solving recruitment using peer-to-peer\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[\"Join \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTcwMA==\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(200, 9, 20)\"},children:\"700+\"}),\" institutions already solving recruitment using peer-to-peer\"]})}),className:\"framer-1soim9m\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-700\"],transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{background:undefined}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:494,pixelWidth:1197,positionX:\"center\",positionY:\"center\",sizes:\"586.5px\",src:\"https://framerusercontent.com/images/N4kdAADIegmKweMyYs2B90bCDEU.png\",srcSet:\"https://framerusercontent.com/images/N4kdAADIegmKweMyYs2B90bCDEU.png?scale-down-to=512 512w,https://framerusercontent.com/images/N4kdAADIegmKweMyYs2B90bCDEU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/N4kdAADIegmKweMyYs2B90bCDEU.png 1197w\"},className:\"framer-105uiig\",\"data-framer-name\":\"Frame 48097531\",name:\"Frame 48097531\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d4usi4\",\"data-framer-name\":\"Frame 1000006435\",name:\"Frame 1000006435\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1osqwng\",\"data-framer-name\":\"Frame 48098064\",name:\"Frame 48098064\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hlsahv\",\"data-framer-name\":\"Frame\",name:\"Frame\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1bc3wpq\",\"data-framer-name\":\"Vector\",layout:\"position\",name:\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20 20\"><path d=\"M 7 10.75 L 9.25 13 L 13 7.75 M 19 10 C 19 11.182 18.767 12.352 18.315 13.444 C 17.863 14.536 17.2 15.528 16.364 16.364 C 15.528 17.2 14.536 17.863 13.444 18.315 C 12.352 18.767 11.182 19 10 19 C 8.818 19 7.648 18.767 6.556 18.315 C 5.464 17.863 4.472 17.2 3.636 16.364 C 2.8 15.528 2.137 14.536 1.685 13.444 C 1.233 12.352 1 11.182 1 10 C 1 7.613 1.948 5.324 3.636 3.636 C 5.324 1.948 7.613 1 10 1 C 12.387 1 14.676 1.948 16.364 3.636 C 18.052 5.324 19 7.613 19 10 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(224,27,40)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:8781513595,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTcwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:\"Expand & diversify your applicant pool\"})}),className:\"framer-1a05p92\",\"data-framer-name\":\"Expand & diversify your applicant pool\",fonts:[\"GF;Roboto-700\"],name:\"Expand & diversify your applicant pool\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16yj7zn\",\"data-framer-name\":\"Frame 1000006430\",name:\"Frame 1000006430\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fixgb4\",\"data-framer-name\":\"Frame\",name:\"Frame\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-8d5q61\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,name:\"Vector\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"-1 -1 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6 9.75L8.25 12L12 6.75M18 9C18 10.1819 17.7672 11.3522 17.3149 12.4442C16.8626 13.5361 16.1997 14.5282 15.364 15.364C14.5282 16.1997 13.5361 16.8626 12.4442 17.3149C11.3522 17.7672 10.1819 18 9 18C7.8181 18 6.64778 17.7672 5.55585 17.3149C4.46392 16.8626 3.47177 16.1997 2.63604 15.364C1.80031 14.5282 1.13738 13.5361 0.685084 12.4442C0.232792 11.3522 -1.76116e-08 10.1819 0 9C3.55683e-08 6.61305 0.948211 4.32387 2.63604 2.63604C4.32387 0.948212 6.61305 0 9 0C11.3869 0 13.6761 0.948212 15.364 2.63604C17.0518 4.32387 18 6.61305 18 9Z\" stroke=\"#E01B28\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTcwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:\"Gain insights into what your applicants are really asking\"})}),className:\"framer-u8fz8o\",\"data-framer-name\":\"Gain insights into what your applicants are really asking\",fonts:[\"GF;Roboto-700\"],name:\"Gain insights into what your applicants are really asking\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pkr8xs\",\"data-framer-name\":\"Frame 1000006431\",name:\"Frame 1000006431\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1q2yucv\",\"data-framer-name\":\"Frame\",name:\"Frame\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-rg2vnq\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,name:\"Vector\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"-1 -1 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6 9.75L8.25 12L12 6.75M18 9C18 10.1819 17.7672 11.3522 17.3149 12.4442C16.8626 13.5361 16.1997 14.5282 15.364 15.364C14.5282 16.1997 13.5361 16.8626 12.4442 17.3149C11.3522 17.7672 10.1819 18 9 18C7.8181 18 6.64778 17.7672 5.55585 17.3149C4.46392 16.8626 3.47177 16.1997 2.63604 15.364C1.80031 14.5282 1.13738 13.5361 0.685084 12.4442C0.232792 11.3522 -1.76116e-08 10.1819 0 9C3.55683e-08 6.61305 0.948211 4.32387 2.63604 2.63604C4.32387 0.948212 6.61305 0 9 0C11.3869 0 13.6761 0.948212 15.364 2.63604C17.0518 4.32387 18 6.61305 18 9Z\" stroke=\"#E01B28\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTcwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:\"Accelerate Application Completion Rates with AI-driven support\"})}),className:\"framer-jrtlbo\",\"data-framer-name\":\"Accelerate Application Completion Rates with AI-driven support.\",fonts:[\"GF;Roboto-700\"],name:\"Accelerate Application Completion Rates with AI-driven support.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2ao0k1\",\"data-framer-name\":\"Frame 1000006434\",name:\"Frame 1000006434\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-w1lwxm\",\"data-framer-name\":\"Frame\",name:\"Frame\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-19jdgcx\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,name:\"Vector\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"-1 -1 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6 9.75L8.25 12L12 6.75M18 9C18 10.1819 17.7672 11.3522 17.3149 12.4442C16.8626 13.5361 16.1997 14.5282 15.364 15.364C14.5282 16.1997 13.5361 16.8626 12.4442 17.3149C11.3522 17.7672 10.1819 18 9 18C7.8181 18 6.64778 17.7672 5.55585 17.3149C4.46392 16.8626 3.47177 16.1997 2.63604 15.364C1.80031 14.5282 1.13738 13.5361 0.685084 12.4442C0.232792 11.3522 -1.76116e-08 10.1819 0 9C3.55683e-08 6.61305 0.948211 4.32387 2.63604 2.63604C4.32387 0.948212 6.61305 0 9 0C11.3869 0 13.6761 0.948212 15.364 2.63604C17.0518 4.32387 18 6.61305 18 9Z\" stroke=\"#E01B28\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTcwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:\"Boost your Recruitment, Enrolment and Retention Rates effortlessly\"})}),className:\"framer-1j2edyq\",\"data-framer-name\":\"Boost Your Recruitment, Enrolment and Retention Rates effortlessly.\",fonts:[\"GF;Roboto-700\"],name:\"Boost Your Recruitment, Enrolment and Retention Rates effortlessly.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kf3zr4\",\"data-framer-name\":\"Frame 1000006433\",name:\"Frame 1000006433\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-30rg03\",\"data-framer-name\":\"Frame\",name:\"Frame\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ffyzdd\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,name:\"Vector\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"-1 -1 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6 9.75L8.25 12L12 6.75M18 9C18 10.1819 17.7672 11.3522 17.3149 12.4442C16.8626 13.5361 16.1997 14.5282 15.364 15.364C14.5282 16.1997 13.5361 16.8626 12.4442 17.3149C11.3522 17.7672 10.1819 18 9 18C7.8181 18 6.64778 17.7672 5.55585 17.3149C4.46392 16.8626 3.47177 16.1997 2.63604 15.364C1.80031 14.5282 1.13738 13.5361 0.685084 12.4442C0.232792 11.3522 -1.76116e-08 10.1819 0 9C3.55683e-08 6.61305 0.948211 4.32387 2.63604 2.63604C4.32387 0.948212 6.61305 0 9 0C11.3869 0 13.6761 0.948212 15.364 2.63604C17.0518 4.32387 18 6.61305 18 9Z\" stroke=\"#E01B28\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTcwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:\"Deliver a Tailored, Personalised Experience unique to each applicant\"})}),className:\"framer-1n2kezl\",\"data-framer-name\":\"Deliver a Tailored, Personalised Experience unique to each applicant\",fonts:[\"GF;Roboto-700\"],name:\"Deliver a Tailored, Personalised Experience unique to each applicant\",verticalAlignment:\"top\",withExternalLayout:true})]})]})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k5oalv\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10v0w2y\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{background:{alt:\"\",fit:\"fill\",pixelHeight:1158,pixelWidth:800,sizes:\"min(100vw - 40px, 1170px)\",src:\"https://framerusercontent.com/images/UnukCqLQmqbfo1QEsyMcKKHlEo.png\",srcSet:\"https://framerusercontent.com/images/UnukCqLQmqbfo1QEsyMcKKHlEo.png?scale-down-to=1024 707w,https://framerusercontent.com/images/UnukCqLQmqbfo1QEsyMcKKHlEo.png 800w\"}},zZisWD9Kj:{background:{alt:\"\",fit:\"fill\",pixelHeight:1158,pixelWidth:800,sizes:\"calc(min(max(100vw - 60px, 1px), 1170px) * 0.7)\",src:\"https://framerusercontent.com/images/UnukCqLQmqbfo1QEsyMcKKHlEo.png\",srcSet:\"https://framerusercontent.com/images/UnukCqLQmqbfo1QEsyMcKKHlEo.png?scale-down-to=1024 707w,https://framerusercontent.com/images/UnukCqLQmqbfo1QEsyMcKKHlEo.png 800w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1158,pixelWidth:800,sizes:\"400px\",src:\"https://framerusercontent.com/images/UnukCqLQmqbfo1QEsyMcKKHlEo.png\",srcSet:\"https://framerusercontent.com/images/UnukCqLQmqbfo1QEsyMcKKHlEo.png?scale-down-to=1024 707w,https://framerusercontent.com/images/UnukCqLQmqbfo1QEsyMcKKHlEo.png 800w\"},className:\"framer-hxhfge\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6zqaz1\",\"data-framer-name\":\"Frame 1000006397\",name:\"Frame 1000006397\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[\"Your Future Students Will Discover Your Institution Through Their Peers - \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(134, 134, 134)\"},children:\"Long Before They Even Visit Your Website. \"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[\"Your Future Students Will Discover Your Institution Through Their Peers - \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(134, 134, 134)\"},children:\"Long Before They Even Visit Your Website. \"})]})}),className:\"framer-osmeql\",\"data-framer-name\":\"Your Future Students Will Find Your Institution Through Their Peers - Long Before They Even Visit Your Website.\",fonts:[\"GF;Poppins-600\"],name:\"Your Future Students Will Find Your Institution Through Their Peers - Long Before They Even Visit Your Website.\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[\"Your future applicants will already have connections with your current students.\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:/*#__PURE__*/_jsx(\"br\",{})}),\"Now you can \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTYwMA==\",\"--framer-font-weight\":\"600\"},children:\"engage with your future students where they are\"}),\", tapping into their personal networks and driving direct engagement with your institution.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"34px\"},children:\"Maximise \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"500\"},children:\"ROI\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"34px\"},children:\", \"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"34px\"},children:\"minimise \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"20px\"},children:\"effort\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"20px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"45px\",\"--framer-text-color\":\"rgb(200, 9, 20)\"},children:\"Instantly\"})]})]}),className:\"framer-1hgf1p2\",\"data-framer-name\":\"Your future applicants may already have connections with your current students.\\u2028Now you can engage with your future students where they are, tapping into their personal networks and driving direct engagement with your institution.\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-600\",\"GF;Roboto-500\"],name:\"Your future applicants may already have connections with your current students.\\u2028Now you can engage with your future students where they are, tapping into their personal networks and driving direct engagement with your institution.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-v2lxmx\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":AiRG7Tz14\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":AiRG7Tz14\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":AiRG7Tz14\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fq0umv-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{x9Nk4bDTe:resolvedLinks1[2]},zZisWD9Kj:{x9Nk4bDTe:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(Button,{dX622BPEm:\"Start for Free\",height:\"100%\",id:\"bezCyq4k6\",layoutId:\"bezCyq4k6\",variant:\"TnIaQqnBX\",width:\"100%\",x9Nk4bDTe:resolvedLinks1[0]})})})})})})]})]}),isDisplayed()&&/*#__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\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"170%\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"170%\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"170%\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:\"     \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"170%\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),className:\"framer-feg2ef hidden-11s092k\",\"data-framer-name\":\"700+educational institutions worldwide use standard peer-to-peer engagement.\",fonts:[\"GF;Poppins-500\"],name:\"700+educational institutions worldwide use standard peer-to-peer engagement.\",transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(200, 8, 21)\"},children:\"+\"})})},zZisWD9Kj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(200, 8, 21)\"},children:\"+\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(200, 8, 21)\"},children:\"+\"})}),className:\"framer-1dsny35\",\"data-framer-name\":\"Empower your most persuasive voice now.\",fonts:[\"FS;Poppins-medium\"],name:\"Empower your most persuasive voice now.\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(200, 8, 21)\"},children:\"+\"})})},zZisWD9Kj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(200, 8, 21)\"},children:\"+\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(200, 8, 21)\"},children:\"+\"})}),className:\"framer-1excms6\",\"data-framer-name\":\"Empower your most persuasive voice now.\",fonts:[\"FS;Poppins-medium\"],name:\"Empower your most persuasive voice now.\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1a0xik4\",\"data-framer-name\":\"Report\",name:\"Report\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hevqic\",\"data-framer-name\":\"Stack\",name:\"Stack\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTcwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(228, 228, 229, 0.5)\"},children:\"The QS International Student Survey Report 2024 (with data from 93,000 students across 200 countries)\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTcwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(228, 228, 229, 0.5)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"16px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"The statistics speak for themselves\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-font-size\":\"16px\"},children:[\"(with data from 93,000 students across 200 countries)\",/*#__PURE__*/_jsx(\"br\",{})]}),\"Source: QS International Student Survey Report 2024 \"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTcwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(228, 228, 229, 0.5)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),className:\"framer-1oo3doy\",\"data-framer-name\":\"The QS International Student Survey Report 2024 (with data from 93,000 students across 200 countries)\",fonts:[\"GF;Roboto-700\"],name:\"The QS International Student Survey Report 2024 (with data from 93,000 students across 200 countries)\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ak5qsn\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gy8c87\",\"data-framer-name\":\"Frame 1000006404\",name:\"Frame 1000006404\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xrwy2b\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-956mzd-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{font:{family:\"poppins\",size:42,style:\"normal\",weight:600}},zZisWD9Kj:{font:{family:\"poppins\",size:48,style:\"normal\",weight:600}}},children:/*#__PURE__*/_jsx(Animated_Counter,{color:\"rgb(200, 8, 21)\",decimalPlaces:0,decimalSeparator:\".\",delay:2,duration:1,easing:\"linear\",end:58,font:{family:\"poppins\",size:56,style:\"normal\",weight:600},height:\"100%\",id:\"nd0zYrZwi\",layoutId:\"nd0zYrZwi\",linear:false,linearOptions:{degree:0,fromColor:\"rgb(0, 128, 0)\",opacityFrom:100,opacityTo:100,toColor:\"rgb(255, 0, 0)\"},playOnView:false,prefix:{lineHeight:0,size:20,string:\"\"},replay:false,start:10,suffix:{lineHeight:0,size:20,string:\"\"},thousandsSeparator:\",\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(200, 8, 21)\"},children:\"%\"})})},zZisWD9Kj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(200, 8, 21)\"},children:\"%\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(200, 8, 21)\"},children:\"%\"})}),className:\"framer-1hq9lza\",\"data-framer-name\":\"49%\",fonts:[\"GF;Poppins-600\"],name:\"49%\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"of Indian students said the ability to ask questions of existing international students was useful when making study decisions\"})}),className:\"framer-65jkn9\",\"data-framer-name\":\"of students looking to study in the UK said the ability to ask questions of existing international students was essential when making study decisions.\",fonts:[\"GF;Roboto-regular\"],name:\"of students looking to study in the UK said the ability to ask questions of existing international students was essential when making study decisions.\",verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-qhys40 hidden-72rtr7 hidden-2ctc8x\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:49,intrinsicWidth:56,name:\"Group\",svg:'<svg width=\"56\" height=\"49\" viewBox=\"0 0 56 49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M55.0925 2.66235e-05C55.3332 2.66446e-05 55.564 0.0956459 55.7342 0.265846C55.9044 0.436043 56 0.666878 56 0.907574L56 7.32124C55.9997 7.54749 55.915 7.7655 55.7626 7.93271C55.6102 8.09992 55.401 8.20434 55.1757 8.22559C48.5048 8.83737 43.8773 11.97 41.4227 17.5349C40.0699 20.6034 39.7699 23.6207 39.7069 25.0579L55.006 25.0579C55.2466 25.0581 55.4773 25.1539 55.6474 25.324C55.8175 25.4941 55.9132 25.7248 55.9135 25.9654L55.9135 47.8212C55.9132 48.0618 55.8175 48.2925 55.6474 48.4626C55.4773 48.6328 55.2466 48.7285 55.006 48.7288L33.1534 48.7288C32.9127 48.7288 32.6818 48.6331 32.5116 48.4629C32.3414 48.2927 32.2458 48.0619 32.2458 47.8212L32.2458 25.9686C32.2458 20.187 33.4406 15.2201 35.7981 11.2034C37.6986 7.9672 40.3454 5.34813 43.667 3.41773C49.2874 0.150573 54.8394 0.00429906 55.0743 2.6622e-05L55.0925 2.66235e-05ZM54.1849 6.51299L54.1849 1.88879C52.4307 2.07243 48.446 2.72693 44.5169 5.02676C41.545 6.74207 39.0717 9.20252 37.3409 12.1654C35.1639 15.8917 34.0609 20.5372 34.0609 25.9718L34.0609 46.9137L54.0984 46.9137L54.0984 26.8762L38.7876 26.8762C38.5533 26.8761 38.328 26.7853 38.1591 26.6229C37.9901 26.4605 37.8905 26.2391 37.8811 26.0049C37.8737 25.8223 37.7231 21.4725 39.7347 16.8686C41.5562 12.7003 45.5376 7.58817 54.1849 6.50979L54.1849 6.51299Z\" fill=\"white\" fill-opacity=\"0.784314\"/>\\n<path d=\"M22.8469 2.66235e-05C23.0876 2.66446e-05 23.3184 0.0956459 23.4886 0.265846C23.6588 0.436043 23.7544 0.666878 23.7544 0.907574L23.7544 7.32124C23.7543 7.54756 23.6698 7.7657 23.5173 7.93296C23.3649 8.10022 23.1555 8.20457 22.9301 8.22559C16.2592 8.83737 11.6328 11.97 9.17817 17.5349C7.82433 20.6034 7.5243 23.6207 7.46238 25.0579L22.7604 25.0579C23.0011 25.0579 23.2319 25.1535 23.4021 25.3237C23.5723 25.4939 23.6679 25.7247 23.6679 25.9654L23.6679 47.8212C23.6679 48.0619 23.5723 48.2927 23.4021 48.4629C23.2319 48.6331 23.0011 48.7288 22.7604 48.7288L0.90777 48.7288C0.66716 48.7285 0.436485 48.6328 0.266348 48.4626C0.0962124 48.2925 0.000507413 48.0618 0.000225146 47.8212L0.000227057 25.9686C0.000227562 20.187 1.19605 15.2201 3.55353 11.2034C5.45296 7.9672 8.10086 5.34813 11.4214 3.41773C17.045 0.150573 22.5959 0.00109472 22.8298 0.00109474L22.8469 2.66235e-05ZM21.9393 6.51299L21.9393 1.88879C20.1851 2.07243 16.2004 2.72693 12.2713 5.02676C9.29943 6.74207 6.8261 9.20252 5.09529 12.1654C2.91932 15.8917 1.81532 20.5372 1.81532 25.9718L1.81531 46.9137L21.8475 46.9137L21.8475 26.8762L6.54309 26.8762C6.30863 26.8761 6.08328 26.7854 5.91414 26.623C5.74501 26.4606 5.64519 26.2392 5.63554 26.0049C5.62807 25.8223 5.47752 21.4725 7.49014 16.8686C9.31163 12.7003 13.2931 7.58817 21.9393 6.50979L21.9393 6.51299Z\" fill=\"white\" fill-opacity=\"0.784314\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1h4yyqi hidden-72rtr7 hidden-2ctc8x\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:49,intrinsicWidth:56,name:\"Group\",svg:'<svg width=\"56\" height=\"49\" viewBox=\"0 0 56 49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.907544 48.7287C0.666849 48.7287 0.436011 48.6331 0.265813 48.4629C0.0956157 48.2927 0 48.0619 0 47.8212L0 41.4075C0.000328192 41.1813 0.0849543 40.9633 0.237361 40.7961C0.389767 40.6288 0.599016 40.5244 0.824264 40.5032C7.49525 39.8914 12.1227 36.7588 14.5773 31.1939C15.9301 28.1253 16.2301 25.108 16.2931 23.6709H0.994028C0.753419 23.6706 0.522745 23.5749 0.352609 23.4048C0.182473 23.2346 0.086766 23.004 0.0864834 22.7634L0.0864834 0.907544C0.086766 0.666935 0.182473 0.436262 0.352609 0.266126C0.522745 0.0959893 0.753419 0.000282571 0.994028 0L22.8466 0C23.0873 0 23.3182 0.0956161 23.4884 0.265814C23.6586 0.436011 23.7542 0.666849 23.7542 0.907544V22.7601C23.7542 28.5417 22.5594 33.5087 20.2019 37.5254C18.3014 40.7616 15.6546 43.3806 12.333 45.311C6.71262 48.5782 1.16059 48.7245 0.925695 48.7287H0.907544ZM1.81509 42.2158L1.81509 46.84C3.56932 46.6563 7.55397 46.0018 11.4831 43.702C14.455 41.9867 16.9283 39.5262 18.6591 36.5634C20.8362 32.8371 21.9391 28.1915 21.9391 22.7569V1.81509L1.90157 1.81509L1.90157 21.8526H17.2124C17.4467 21.8527 17.672 21.9434 17.8409 22.1058C18.0099 22.2682 18.1095 22.4897 18.1189 22.7238C18.1263 22.9064 18.2769 27.2562 16.2653 31.8601C14.4438 36.0284 10.4624 41.1406 1.81509 42.219V42.2158Z\" fill=\"white\" fill-opacity=\"0.784314\"/>\\n<path d=\"M33.1534 48.7287C32.9127 48.7287 32.6819 48.6331 32.5117 48.4629C32.3415 48.2927 32.2458 48.0619 32.2458 47.8212V41.4075C32.2459 41.1812 32.3305 40.9631 32.4829 40.7958C32.6354 40.6285 32.8448 40.5242 33.0701 40.5032C39.7411 39.8914 44.3674 36.7588 46.8221 31.1939C48.1759 28.1253 48.4759 25.108 48.5379 23.6709H33.2399C32.9992 23.6709 32.7683 23.5753 32.5981 23.4051C32.4279 23.2349 32.3323 23.004 32.3323 22.7634V0.907544C32.3323 0.666849 32.4279 0.436011 32.5981 0.265814C32.7683 0.0956161 32.9992 0 33.2399 0L55.0925 0C55.3331 0.000282571 55.5638 0.0959893 55.7339 0.266126C55.904 0.436262 55.9997 0.666935 56 0.907544V22.7601C56 28.5417 54.8042 33.5087 52.4467 37.5254C50.5473 40.7616 47.8994 43.3806 44.5788 45.311C38.9553 48.5782 33.4043 48.7277 33.1705 48.7277L33.1534 48.7287ZM34.0609 42.2158V46.84C35.8152 46.6563 39.7998 46.0018 43.729 43.702C46.7008 41.9867 49.1742 39.5262 50.905 36.5634C53.0809 32.8371 54.1849 28.1915 54.1849 22.7569V1.81509L34.1528 1.81509V21.8526H49.4572C49.6916 21.8527 49.917 21.9434 50.0861 22.1058C50.2552 22.2681 50.3551 22.4896 50.3647 22.7238C50.3722 22.9064 50.5227 27.2562 48.5101 31.8601C46.6886 36.0284 42.7072 41.1406 34.0609 42.219V42.2158Z\" fill=\"white\" fill-opacity=\"0.784314\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rt88u0\",\"data-framer-name\":\"Frame 1000006404\",name:\"Frame 1000006404\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pmzgc9\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-y05i6e-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{font:{family:\"poppins\",size:42,style:\"normal\",weight:600}},zZisWD9Kj:{font:{family:\"poppins\",size:48,style:\"normal\",weight:600}}},children:/*#__PURE__*/_jsx(Animated_Counter,{color:\"rgb(200, 8, 21)\",decimalPlaces:0,decimalSeparator:\".\",delay:2,duration:1,easing:\"linear\",end:49,font:{family:\"poppins\",size:56,style:\"normal\",weight:600},height:\"100%\",id:\"OF8yclWwm\",layoutId:\"OF8yclWwm\",linear:false,linearOptions:{degree:0,fromColor:\"rgb(0, 128, 0)\",opacityFrom:100,opacityTo:100,toColor:\"rgb(255, 0, 0)\"},playOnView:false,prefix:{lineHeight:0,size:20,string:\"\"},replay:false,start:10,suffix:{lineHeight:0,size:20,string:\"\"},thousandsSeparator:\",\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(200, 8, 21)\"},children:\"%\"})})},zZisWD9Kj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(200, 8, 21)\"},children:\"%\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(200, 8, 21)\"},children:\"%\"})}),className:\"framer-rlj7pz\",\"data-framer-name\":\"49%\",fonts:[\"GF;Poppins-600\"],name:\"49%\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"of students looking to study in the UK said the ability to ask questions of existing international students was essential when making study decisions.\"})}),className:\"framer-g7135y\",\"data-framer-name\":\"of students looking to study in the UK said the ability to ask questions of existing international students was essential when making study decisions.\",fonts:[\"GF;Roboto-regular\"],name:\"of students looking to study in the UK said the ability to ask questions of existing international students was essential when making study decisions.\",verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-zih5x9 hidden-72rtr7 hidden-2ctc8x\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:49,intrinsicWidth:56,name:\"Group\",svg:'<svg width=\"56\" height=\"49\" viewBox=\"0 0 56 49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M55.0925 2.66235e-05C55.3332 2.66446e-05 55.564 0.0956459 55.7342 0.265846C55.9044 0.436043 56 0.666878 56 0.907574L56 7.32124C55.9997 7.54749 55.915 7.7655 55.7626 7.93271C55.6102 8.09992 55.401 8.20434 55.1757 8.22559C48.5048 8.83737 43.8773 11.97 41.4227 17.5349C40.0699 20.6034 39.7699 23.6207 39.7069 25.0579L55.006 25.0579C55.2466 25.0581 55.4773 25.1539 55.6474 25.324C55.8175 25.4941 55.9132 25.7248 55.9135 25.9654L55.9135 47.8212C55.9132 48.0618 55.8175 48.2925 55.6474 48.4626C55.4773 48.6328 55.2466 48.7285 55.006 48.7288L33.1534 48.7288C32.9127 48.7288 32.6818 48.6331 32.5116 48.4629C32.3414 48.2927 32.2458 48.0619 32.2458 47.8212L32.2458 25.9686C32.2458 20.187 33.4406 15.2201 35.7981 11.2034C37.6986 7.9672 40.3454 5.34813 43.667 3.41773C49.2874 0.150573 54.8394 0.00429906 55.0743 2.6622e-05L55.0925 2.66235e-05ZM54.1849 6.51299L54.1849 1.88879C52.4307 2.07243 48.446 2.72693 44.5169 5.02676C41.545 6.74207 39.0717 9.20252 37.3409 12.1654C35.1639 15.8917 34.0609 20.5372 34.0609 25.9718L34.0609 46.9137L54.0984 46.9137L54.0984 26.8762L38.7876 26.8762C38.5533 26.8761 38.328 26.7853 38.1591 26.6229C37.9901 26.4605 37.8905 26.2391 37.8811 26.0049C37.8737 25.8223 37.7231 21.4725 39.7347 16.8686C41.5562 12.7003 45.5376 7.58817 54.1849 6.50979L54.1849 6.51299Z\" fill=\"white\" fill-opacity=\"0.784314\"/>\\n<path d=\"M22.8469 2.66235e-05C23.0876 2.66446e-05 23.3184 0.0956459 23.4886 0.265846C23.6588 0.436043 23.7544 0.666878 23.7544 0.907574L23.7544 7.32124C23.7543 7.54756 23.6698 7.7657 23.5173 7.93296C23.3649 8.10022 23.1555 8.20457 22.9301 8.22559C16.2592 8.83737 11.6328 11.97 9.17817 17.5349C7.82433 20.6034 7.5243 23.6207 7.46238 25.0579L22.7604 25.0579C23.0011 25.0579 23.2319 25.1535 23.4021 25.3237C23.5723 25.4939 23.6679 25.7247 23.6679 25.9654L23.6679 47.8212C23.6679 48.0619 23.5723 48.2927 23.4021 48.4629C23.2319 48.6331 23.0011 48.7288 22.7604 48.7288L0.90777 48.7288C0.66716 48.7285 0.436485 48.6328 0.266348 48.4626C0.0962124 48.2925 0.000507413 48.0618 0.000225146 47.8212L0.000227057 25.9686C0.000227562 20.187 1.19605 15.2201 3.55353 11.2034C5.45296 7.9672 8.10086 5.34813 11.4214 3.41773C17.045 0.150573 22.5959 0.00109472 22.8298 0.00109474L22.8469 2.66235e-05ZM21.9393 6.51299L21.9393 1.88879C20.1851 2.07243 16.2004 2.72693 12.2713 5.02676C9.29943 6.74207 6.8261 9.20252 5.09529 12.1654C2.91932 15.8917 1.81532 20.5372 1.81532 25.9718L1.81531 46.9137L21.8475 46.9137L21.8475 26.8762L6.54309 26.8762C6.30863 26.8761 6.08328 26.7854 5.91414 26.623C5.74501 26.4606 5.64519 26.2392 5.63554 26.0049C5.62807 25.8223 5.47752 21.4725 7.49014 16.8686C9.31163 12.7003 13.2931 7.58817 21.9393 6.50979L21.9393 6.51299Z\" fill=\"white\" fill-opacity=\"0.784314\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-w23lel hidden-72rtr7 hidden-2ctc8x\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:49,intrinsicWidth:56,name:\"Group\",svg:'<svg width=\"56\" height=\"49\" viewBox=\"0 0 56 49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.907544 48.7287C0.666849 48.7287 0.436011 48.6331 0.265813 48.4629C0.0956157 48.2927 0 48.0619 0 47.8212L0 41.4075C0.000328192 41.1813 0.0849543 40.9633 0.237361 40.7961C0.389767 40.6288 0.599016 40.5244 0.824264 40.5032C7.49525 39.8914 12.1227 36.7588 14.5773 31.1939C15.9301 28.1253 16.2301 25.108 16.2931 23.6709H0.994028C0.753419 23.6706 0.522745 23.5749 0.352609 23.4048C0.182473 23.2346 0.086766 23.004 0.0864834 22.7634L0.0864834 0.907544C0.086766 0.666935 0.182473 0.436262 0.352609 0.266126C0.522745 0.0959893 0.753419 0.000282571 0.994028 0L22.8466 0C23.0873 0 23.3182 0.0956161 23.4884 0.265814C23.6586 0.436011 23.7542 0.666849 23.7542 0.907544V22.7601C23.7542 28.5417 22.5594 33.5087 20.2019 37.5254C18.3014 40.7616 15.6546 43.3806 12.333 45.311C6.71262 48.5782 1.16059 48.7245 0.925695 48.7287H0.907544ZM1.81509 42.2158L1.81509 46.84C3.56932 46.6563 7.55397 46.0018 11.4831 43.702C14.455 41.9867 16.9283 39.5262 18.6591 36.5634C20.8362 32.8371 21.9391 28.1915 21.9391 22.7569V1.81509L1.90157 1.81509L1.90157 21.8526H17.2124C17.4467 21.8527 17.672 21.9434 17.8409 22.1058C18.0099 22.2682 18.1095 22.4897 18.1189 22.7238C18.1263 22.9064 18.2769 27.2562 16.2653 31.8601C14.4438 36.0284 10.4624 41.1406 1.81509 42.219V42.2158Z\" fill=\"white\" fill-opacity=\"0.784314\"/>\\n<path d=\"M33.1534 48.7287C32.9127 48.7287 32.6819 48.6331 32.5117 48.4629C32.3415 48.2927 32.2458 48.0619 32.2458 47.8212V41.4075C32.2459 41.1812 32.3305 40.9631 32.4829 40.7958C32.6354 40.6285 32.8448 40.5242 33.0701 40.5032C39.7411 39.8914 44.3674 36.7588 46.8221 31.1939C48.1759 28.1253 48.4759 25.108 48.5379 23.6709H33.2399C32.9992 23.6709 32.7683 23.5753 32.5981 23.4051C32.4279 23.2349 32.3323 23.004 32.3323 22.7634V0.907544C32.3323 0.666849 32.4279 0.436011 32.5981 0.265814C32.7683 0.0956161 32.9992 0 33.2399 0L55.0925 0C55.3331 0.000282571 55.5638 0.0959893 55.7339 0.266126C55.904 0.436262 55.9997 0.666935 56 0.907544V22.7601C56 28.5417 54.8042 33.5087 52.4467 37.5254C50.5473 40.7616 47.8994 43.3806 44.5788 45.311C38.9553 48.5782 33.4043 48.7277 33.1705 48.7277L33.1534 48.7287ZM34.0609 42.2158V46.84C35.8152 46.6563 39.7998 46.0018 43.729 43.702C46.7008 41.9867 49.1742 39.5262 50.905 36.5634C53.0809 32.8371 54.1849 28.1915 54.1849 22.7569V1.81509L34.1528 1.81509V21.8526H49.4572C49.6916 21.8527 49.917 21.9434 50.0861 22.1058C50.2552 22.2681 50.3551 22.4896 50.3647 22.7238C50.3722 22.9064 50.5227 27.2562 48.5101 31.8601C46.6886 36.0284 42.7072 41.1406 34.0609 42.219V42.2158Z\" fill=\"white\" fill-opacity=\"0.784314\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zqlcfq\",\"data-framer-name\":\"Frame 1000006404\",name:\"Frame 1000006404\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qtkr77\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yd8h13-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{font:{family:\"poppins\",size:42,style:\"normal\",weight:600}},zZisWD9Kj:{font:{family:\"poppins\",size:48,style:\"normal\",weight:600}}},children:/*#__PURE__*/_jsx(Animated_Counter,{color:\"rgb(200, 8, 21)\",decimalPlaces:0,decimalSeparator:\".\",delay:2,duration:1,easing:\"linear\",end:77,font:{family:\"poppins\",size:56,style:\"normal\",weight:600},height:\"100%\",id:\"XS6XXrYGh\",layoutId:\"XS6XXrYGh\",linear:false,linearOptions:{degree:0,fromColor:\"rgb(0, 128, 0)\",opacityFrom:100,opacityTo:100,toColor:\"rgb(255, 0, 0)\"},playOnView:false,prefix:{lineHeight:0,size:20,string:\"\"},replay:false,start:10,suffix:{lineHeight:0,size:20,string:\"\"},thousandsSeparator:\",\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(200, 8, 21)\"},children:\"%\"})})},zZisWD9Kj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(200, 8, 21)\"},children:\"%\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(200, 8, 21)\"},children:\"%\"})}),className:\"framer-sevo8w\",\"data-framer-name\":\"77%\",fonts:[\"GF;Poppins-600\"],name:\"77%\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"of Indonesian students said they use Instagram for research when making decesions about studying overseas.\"})}),className:\"framer-lovqcs\",\"data-framer-name\":\"of students looking to study in the UK said the ability to ask questions of existing international students was essential when making study decisions.\",fonts:[\"GF;Roboto-regular\"],name:\"of students looking to study in the UK said the ability to ask questions of existing international students was essential when making study decisions.\",verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-qhzc3a hidden-72rtr7 hidden-2ctc8x\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:49,intrinsicWidth:56,name:\"Group\",svg:'<svg width=\"56\" height=\"49\" viewBox=\"0 0 56 49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M55.0925 2.66235e-05C55.3332 2.66446e-05 55.564 0.0956459 55.7342 0.265846C55.9044 0.436043 56 0.666878 56 0.907574L56 7.32124C55.9997 7.54749 55.915 7.7655 55.7626 7.93271C55.6102 8.09992 55.401 8.20434 55.1757 8.22559C48.5048 8.83737 43.8773 11.97 41.4227 17.5349C40.0699 20.6034 39.7699 23.6207 39.7069 25.0579L55.006 25.0579C55.2466 25.0581 55.4773 25.1539 55.6474 25.324C55.8175 25.4941 55.9132 25.7248 55.9135 25.9654L55.9135 47.8212C55.9132 48.0618 55.8175 48.2925 55.6474 48.4626C55.4773 48.6328 55.2466 48.7285 55.006 48.7288L33.1534 48.7288C32.9127 48.7288 32.6818 48.6331 32.5116 48.4629C32.3414 48.2927 32.2458 48.0619 32.2458 47.8212L32.2458 25.9686C32.2458 20.187 33.4406 15.2201 35.7981 11.2034C37.6986 7.9672 40.3454 5.34813 43.667 3.41773C49.2874 0.150573 54.8394 0.00429906 55.0743 2.6622e-05L55.0925 2.66235e-05ZM54.1849 6.51299L54.1849 1.88879C52.4307 2.07243 48.446 2.72693 44.5169 5.02676C41.545 6.74207 39.0717 9.20252 37.3409 12.1654C35.1639 15.8917 34.0609 20.5372 34.0609 25.9718L34.0609 46.9137L54.0984 46.9137L54.0984 26.8762L38.7876 26.8762C38.5533 26.8761 38.328 26.7853 38.1591 26.6229C37.9901 26.4605 37.8905 26.2391 37.8811 26.0049C37.8737 25.8223 37.7231 21.4725 39.7347 16.8686C41.5562 12.7003 45.5376 7.58817 54.1849 6.50979L54.1849 6.51299Z\" fill=\"white\" fill-opacity=\"0.784314\"/>\\n<path d=\"M22.8469 2.66235e-05C23.0876 2.66446e-05 23.3184 0.0956459 23.4886 0.265846C23.6588 0.436043 23.7544 0.666878 23.7544 0.907574L23.7544 7.32124C23.7543 7.54756 23.6698 7.7657 23.5173 7.93296C23.3649 8.10022 23.1555 8.20457 22.9301 8.22559C16.2592 8.83737 11.6328 11.97 9.17817 17.5349C7.82433 20.6034 7.5243 23.6207 7.46238 25.0579L22.7604 25.0579C23.0011 25.0579 23.2319 25.1535 23.4021 25.3237C23.5723 25.4939 23.6679 25.7247 23.6679 25.9654L23.6679 47.8212C23.6679 48.0619 23.5723 48.2927 23.4021 48.4629C23.2319 48.6331 23.0011 48.7288 22.7604 48.7288L0.90777 48.7288C0.66716 48.7285 0.436485 48.6328 0.266348 48.4626C0.0962124 48.2925 0.000507413 48.0618 0.000225146 47.8212L0.000227057 25.9686C0.000227562 20.187 1.19605 15.2201 3.55353 11.2034C5.45296 7.9672 8.10086 5.34813 11.4214 3.41773C17.045 0.150573 22.5959 0.00109472 22.8298 0.00109474L22.8469 2.66235e-05ZM21.9393 6.51299L21.9393 1.88879C20.1851 2.07243 16.2004 2.72693 12.2713 5.02676C9.29943 6.74207 6.8261 9.20252 5.09529 12.1654C2.91932 15.8917 1.81532 20.5372 1.81532 25.9718L1.81531 46.9137L21.8475 46.9137L21.8475 26.8762L6.54309 26.8762C6.30863 26.8761 6.08328 26.7854 5.91414 26.623C5.74501 26.4606 5.64519 26.2392 5.63554 26.0049C5.62807 25.8223 5.47752 21.4725 7.49014 16.8686C9.31163 12.7003 13.2931 7.58817 21.9393 6.50979L21.9393 6.51299Z\" fill=\"white\" fill-opacity=\"0.784314\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1x5aoy5 hidden-72rtr7 hidden-2ctc8x\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:49,intrinsicWidth:56,name:\"Group\",svg:'<svg width=\"56\" height=\"49\" viewBox=\"0 0 56 49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.907544 48.7287C0.666849 48.7287 0.436011 48.6331 0.265813 48.4629C0.0956157 48.2927 0 48.0619 0 47.8212L0 41.4075C0.000328192 41.1813 0.0849543 40.9633 0.237361 40.7961C0.389767 40.6288 0.599016 40.5244 0.824264 40.5032C7.49525 39.8914 12.1227 36.7588 14.5773 31.1939C15.9301 28.1253 16.2301 25.108 16.2931 23.6709H0.994028C0.753419 23.6706 0.522745 23.5749 0.352609 23.4048C0.182473 23.2346 0.086766 23.004 0.0864834 22.7634L0.0864834 0.907544C0.086766 0.666935 0.182473 0.436262 0.352609 0.266126C0.522745 0.0959893 0.753419 0.000282571 0.994028 0L22.8466 0C23.0873 0 23.3182 0.0956161 23.4884 0.265814C23.6586 0.436011 23.7542 0.666849 23.7542 0.907544V22.7601C23.7542 28.5417 22.5594 33.5087 20.2019 37.5254C18.3014 40.7616 15.6546 43.3806 12.333 45.311C6.71262 48.5782 1.16059 48.7245 0.925695 48.7287H0.907544ZM1.81509 42.2158L1.81509 46.84C3.56932 46.6563 7.55397 46.0018 11.4831 43.702C14.455 41.9867 16.9283 39.5262 18.6591 36.5634C20.8362 32.8371 21.9391 28.1915 21.9391 22.7569V1.81509L1.90157 1.81509L1.90157 21.8526H17.2124C17.4467 21.8527 17.672 21.9434 17.8409 22.1058C18.0099 22.2682 18.1095 22.4897 18.1189 22.7238C18.1263 22.9064 18.2769 27.2562 16.2653 31.8601C14.4438 36.0284 10.4624 41.1406 1.81509 42.219V42.2158Z\" fill=\"white\" fill-opacity=\"0.784314\"/>\\n<path d=\"M33.1534 48.7287C32.9127 48.7287 32.6819 48.6331 32.5117 48.4629C32.3415 48.2927 32.2458 48.0619 32.2458 47.8212V41.4075C32.2459 41.1812 32.3305 40.9631 32.4829 40.7958C32.6354 40.6285 32.8448 40.5242 33.0701 40.5032C39.7411 39.8914 44.3674 36.7588 46.8221 31.1939C48.1759 28.1253 48.4759 25.108 48.5379 23.6709H33.2399C32.9992 23.6709 32.7683 23.5753 32.5981 23.4051C32.4279 23.2349 32.3323 23.004 32.3323 22.7634V0.907544C32.3323 0.666849 32.4279 0.436011 32.5981 0.265814C32.7683 0.0956161 32.9992 0 33.2399 0L55.0925 0C55.3331 0.000282571 55.5638 0.0959893 55.7339 0.266126C55.904 0.436262 55.9997 0.666935 56 0.907544V22.7601C56 28.5417 54.8042 33.5087 52.4467 37.5254C50.5473 40.7616 47.8994 43.3806 44.5788 45.311C38.9553 48.5782 33.4043 48.7277 33.1705 48.7277L33.1534 48.7287ZM34.0609 42.2158V46.84C35.8152 46.6563 39.7998 46.0018 43.729 43.702C46.7008 41.9867 49.1742 39.5262 50.905 36.5634C53.0809 32.8371 54.1849 28.1915 54.1849 22.7569V1.81509L34.1528 1.81509V21.8526H49.4572C49.6916 21.8527 49.917 21.9434 50.0861 22.1058C50.2552 22.2681 50.3551 22.4896 50.3647 22.7238C50.3722 22.9064 50.5227 27.2562 48.5101 31.8601C46.6886 36.0284 42.7072 41.1406 34.0609 42.219V42.2158Z\" fill=\"white\" fill-opacity=\"0.784314\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ot4c7z\",\"data-framer-name\":\"Frame 1000006404\",name:\"Frame 1000006404\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y07xoe\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1p8i5qn-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{font:{family:\"poppins\",size:42,style:\"normal\",weight:600}},zZisWD9Kj:{font:{family:\"poppins\",size:48,style:\"normal\",weight:600}}},children:/*#__PURE__*/_jsx(Animated_Counter,{color:\"rgb(200, 8, 21)\",decimalPlaces:0,decimalSeparator:\".\",delay:2,duration:1,easing:\"linear\",end:38,font:{family:\"poppins\",size:56,style:\"normal\",weight:600},height:\"100%\",id:\"go4_plc8j\",layoutId:\"go4_plc8j\",linear:false,linearOptions:{degree:0,fromColor:\"rgb(0, 128, 0)\",opacityFrom:100,opacityTo:100,toColor:\"rgb(255, 0, 0)\"},playOnView:false,prefix:{lineHeight:0,size:20,string:\"\"},replay:false,start:10,suffix:{lineHeight:0,size:20,string:\"\"},thousandsSeparator:\",\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(200, 8, 21)\"},children:\"%\"})})},zZisWD9Kj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(200, 8, 21)\"},children:\"%\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"110%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(200, 8, 21)\"},children:\"%\"})}),className:\"framer-13k5dro\",\"data-framer-name\":\"49%\",fonts:[\"GF;Poppins-600\"],name:\"49%\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\"',\"--framer-font-size\":\"15px\",\"--framer-text-color\":\"rgba(255, 255, 255, 1)\"},children:\"of candidates actively seek information on how universities use AI and technology in the recruitment process.\"})})}),className:\"framer-rp7ufi\",\"data-framer-name\":\"of candidates actively seek information on how universities use AI and technology in the recruitment process.\",fonts:[\"GF;Roboto-regular\"],name:\"of candidates actively seek information on how universities use AI and technology in the recruitment process.\",verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-slw97 hidden-72rtr7 hidden-2ctc8x\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:49,intrinsicWidth:56,name:\"Group\",svg:'<svg width=\"56\" height=\"49\" viewBox=\"0 0 56 49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M55.0925 2.66235e-05C55.3332 2.66446e-05 55.564 0.0956459 55.7342 0.265846C55.9044 0.436043 56 0.666878 56 0.907574L56 7.32124C55.9997 7.54749 55.915 7.7655 55.7626 7.93271C55.6102 8.09992 55.401 8.20434 55.1757 8.22559C48.5048 8.83737 43.8773 11.97 41.4227 17.5349C40.0699 20.6034 39.7699 23.6207 39.7069 25.0579L55.006 25.0579C55.2466 25.0581 55.4773 25.1539 55.6474 25.324C55.8175 25.4941 55.9132 25.7248 55.9135 25.9654L55.9135 47.8212C55.9132 48.0618 55.8175 48.2925 55.6474 48.4626C55.4773 48.6328 55.2466 48.7285 55.006 48.7288L33.1534 48.7288C32.9127 48.7288 32.6818 48.6331 32.5116 48.4629C32.3414 48.2927 32.2458 48.0619 32.2458 47.8212L32.2458 25.9686C32.2458 20.187 33.4406 15.2201 35.7981 11.2034C37.6986 7.9672 40.3454 5.34813 43.667 3.41773C49.2874 0.150573 54.8394 0.00429906 55.0743 2.6622e-05L55.0925 2.66235e-05ZM54.1849 6.51299L54.1849 1.88879C52.4307 2.07243 48.446 2.72693 44.5169 5.02676C41.545 6.74207 39.0717 9.20252 37.3409 12.1654C35.1639 15.8917 34.0609 20.5372 34.0609 25.9718L34.0609 46.9137L54.0984 46.9137L54.0984 26.8762L38.7876 26.8762C38.5533 26.8761 38.328 26.7853 38.1591 26.6229C37.9901 26.4605 37.8905 26.2391 37.8811 26.0049C37.8737 25.8223 37.7231 21.4725 39.7347 16.8686C41.5562 12.7003 45.5376 7.58817 54.1849 6.50979L54.1849 6.51299Z\" fill=\"white\" fill-opacity=\"0.784314\"/>\\n<path d=\"M22.8469 2.66235e-05C23.0876 2.66446e-05 23.3184 0.0956459 23.4886 0.265846C23.6588 0.436043 23.7544 0.666878 23.7544 0.907574L23.7544 7.32124C23.7543 7.54756 23.6698 7.7657 23.5173 7.93296C23.3649 8.10022 23.1555 8.20457 22.9301 8.22559C16.2592 8.83737 11.6328 11.97 9.17817 17.5349C7.82433 20.6034 7.5243 23.6207 7.46238 25.0579L22.7604 25.0579C23.0011 25.0579 23.2319 25.1535 23.4021 25.3237C23.5723 25.4939 23.6679 25.7247 23.6679 25.9654L23.6679 47.8212C23.6679 48.0619 23.5723 48.2927 23.4021 48.4629C23.2319 48.6331 23.0011 48.7288 22.7604 48.7288L0.90777 48.7288C0.66716 48.7285 0.436485 48.6328 0.266348 48.4626C0.0962124 48.2925 0.000507413 48.0618 0.000225146 47.8212L0.000227057 25.9686C0.000227562 20.187 1.19605 15.2201 3.55353 11.2034C5.45296 7.9672 8.10086 5.34813 11.4214 3.41773C17.045 0.150573 22.5959 0.00109472 22.8298 0.00109474L22.8469 2.66235e-05ZM21.9393 6.51299L21.9393 1.88879C20.1851 2.07243 16.2004 2.72693 12.2713 5.02676C9.29943 6.74207 6.8261 9.20252 5.09529 12.1654C2.91932 15.8917 1.81532 20.5372 1.81532 25.9718L1.81531 46.9137L21.8475 46.9137L21.8475 26.8762L6.54309 26.8762C6.30863 26.8761 6.08328 26.7854 5.91414 26.623C5.74501 26.4606 5.64519 26.2392 5.63554 26.0049C5.62807 25.8223 5.47752 21.4725 7.49014 16.8686C9.31163 12.7003 13.2931 7.58817 21.9393 6.50979L21.9393 6.51299Z\" fill=\"white\" fill-opacity=\"0.784314\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-8bioze hidden-72rtr7 hidden-2ctc8x\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:49,intrinsicWidth:56,name:\"Group\",svg:'<svg width=\"56\" height=\"49\" viewBox=\"0 0 56 49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.907544 48.7287C0.666849 48.7287 0.436011 48.6331 0.265813 48.4629C0.0956157 48.2927 0 48.0619 0 47.8212L0 41.4075C0.000328192 41.1813 0.0849543 40.9633 0.237361 40.7961C0.389767 40.6288 0.599016 40.5244 0.824264 40.5032C7.49525 39.8914 12.1227 36.7588 14.5773 31.1939C15.9301 28.1253 16.2301 25.108 16.2931 23.6709H0.994028C0.753419 23.6706 0.522745 23.5749 0.352609 23.4048C0.182473 23.2346 0.086766 23.004 0.0864834 22.7634L0.0864834 0.907544C0.086766 0.666935 0.182473 0.436262 0.352609 0.266126C0.522745 0.0959893 0.753419 0.000282571 0.994028 0L22.8466 0C23.0873 0 23.3182 0.0956161 23.4884 0.265814C23.6586 0.436011 23.7542 0.666849 23.7542 0.907544V22.7601C23.7542 28.5417 22.5594 33.5087 20.2019 37.5254C18.3014 40.7616 15.6546 43.3806 12.333 45.311C6.71262 48.5782 1.16059 48.7245 0.925695 48.7287H0.907544ZM1.81509 42.2158L1.81509 46.84C3.56932 46.6563 7.55397 46.0018 11.4831 43.702C14.455 41.9867 16.9283 39.5262 18.6591 36.5634C20.8362 32.8371 21.9391 28.1915 21.9391 22.7569V1.81509L1.90157 1.81509L1.90157 21.8526H17.2124C17.4467 21.8527 17.672 21.9434 17.8409 22.1058C18.0099 22.2682 18.1095 22.4897 18.1189 22.7238C18.1263 22.9064 18.2769 27.2562 16.2653 31.8601C14.4438 36.0284 10.4624 41.1406 1.81509 42.219V42.2158Z\" fill=\"white\" fill-opacity=\"0.784314\"/>\\n<path d=\"M33.1534 48.7287C32.9127 48.7287 32.6819 48.6331 32.5117 48.4629C32.3415 48.2927 32.2458 48.0619 32.2458 47.8212V41.4075C32.2459 41.1812 32.3305 40.9631 32.4829 40.7958C32.6354 40.6285 32.8448 40.5242 33.0701 40.5032C39.7411 39.8914 44.3674 36.7588 46.8221 31.1939C48.1759 28.1253 48.4759 25.108 48.5379 23.6709H33.2399C32.9992 23.6709 32.7683 23.5753 32.5981 23.4051C32.4279 23.2349 32.3323 23.004 32.3323 22.7634V0.907544C32.3323 0.666849 32.4279 0.436011 32.5981 0.265814C32.7683 0.0956161 32.9992 0 33.2399 0L55.0925 0C55.3331 0.000282571 55.5638 0.0959893 55.7339 0.266126C55.904 0.436262 55.9997 0.666935 56 0.907544V22.7601C56 28.5417 54.8042 33.5087 52.4467 37.5254C50.5473 40.7616 47.8994 43.3806 44.5788 45.311C38.9553 48.5782 33.4043 48.7277 33.1705 48.7277L33.1534 48.7287ZM34.0609 42.2158V46.84C35.8152 46.6563 39.7998 46.0018 43.729 43.702C46.7008 41.9867 49.1742 39.5262 50.905 36.5634C53.0809 32.8371 54.1849 28.1915 54.1849 22.7569V1.81509L34.1528 1.81509V21.8526H49.4572C49.6916 21.8527 49.917 21.9434 50.0861 22.1058C50.2552 22.2681 50.3551 22.4896 50.3647 22.7238C50.3722 22.9064 50.5227 27.2562 48.5101 31.8601C46.6886 36.0284 42.7072 41.1406 34.0609 42.219V42.2158Z\" fill=\"white\" fill-opacity=\"0.784314\"/>\\n</svg>\\n',withExternalLayout:true})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-17gtnpr hidden-11s092k\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:49,intrinsicWidth:56,name:\"Group\",svg:'<svg width=\"56\" height=\"49\" viewBox=\"0 0 56 49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M55.0925 2.66235e-05C55.3332 2.66446e-05 55.564 0.0956459 55.7342 0.265846C55.9044 0.436043 56 0.666878 56 0.907574L56 7.32124C55.9997 7.54749 55.915 7.7655 55.7626 7.93271C55.6102 8.09992 55.401 8.20434 55.1757 8.22559C48.5048 8.83737 43.8773 11.97 41.4227 17.5349C40.0699 20.6034 39.7699 23.6207 39.7069 25.0579L55.006 25.0579C55.2466 25.0581 55.4773 25.1539 55.6474 25.324C55.8175 25.4941 55.9132 25.7248 55.9135 25.9654L55.9135 47.8212C55.9132 48.0618 55.8175 48.2925 55.6474 48.4626C55.4773 48.6328 55.2466 48.7285 55.006 48.7288L33.1534 48.7288C32.9127 48.7288 32.6818 48.6331 32.5116 48.4629C32.3414 48.2927 32.2458 48.0619 32.2458 47.8212L32.2458 25.9686C32.2458 20.187 33.4406 15.2201 35.7981 11.2034C37.6986 7.9672 40.3454 5.34813 43.667 3.41773C49.2874 0.150573 54.8394 0.00429906 55.0743 2.6622e-05L55.0925 2.66235e-05ZM54.1849 6.51299L54.1849 1.88879C52.4307 2.07243 48.446 2.72693 44.5169 5.02676C41.545 6.74207 39.0717 9.20252 37.3409 12.1654C35.1639 15.8917 34.0609 20.5372 34.0609 25.9718L34.0609 46.9137L54.0984 46.9137L54.0984 26.8762L38.7876 26.8762C38.5533 26.8761 38.328 26.7853 38.1591 26.6229C37.9901 26.4605 37.8905 26.2391 37.8811 26.0049C37.8737 25.8223 37.7231 21.4725 39.7347 16.8686C41.5562 12.7003 45.5376 7.58817 54.1849 6.50979L54.1849 6.51299Z\" fill=\"white\" fill-opacity=\"0.784314\"/>\\n<path d=\"M22.8469 2.66235e-05C23.0876 2.66446e-05 23.3184 0.0956459 23.4886 0.265846C23.6588 0.436043 23.7544 0.666878 23.7544 0.907574L23.7544 7.32124C23.7543 7.54756 23.6698 7.7657 23.5173 7.93296C23.3649 8.10022 23.1555 8.20457 22.9301 8.22559C16.2592 8.83737 11.6328 11.97 9.17817 17.5349C7.82433 20.6034 7.5243 23.6207 7.46238 25.0579L22.7604 25.0579C23.0011 25.0579 23.2319 25.1535 23.4021 25.3237C23.5723 25.4939 23.6679 25.7247 23.6679 25.9654L23.6679 47.8212C23.6679 48.0619 23.5723 48.2927 23.4021 48.4629C23.2319 48.6331 23.0011 48.7288 22.7604 48.7288L0.90777 48.7288C0.66716 48.7285 0.436485 48.6328 0.266348 48.4626C0.0962124 48.2925 0.000507413 48.0618 0.000225146 47.8212L0.000227057 25.9686C0.000227562 20.187 1.19605 15.2201 3.55353 11.2034C5.45296 7.9672 8.10086 5.34813 11.4214 3.41773C17.045 0.150573 22.5959 0.00109472 22.8298 0.00109474L22.8469 2.66235e-05ZM21.9393 6.51299L21.9393 1.88879C20.1851 2.07243 16.2004 2.72693 12.2713 5.02676C9.29943 6.74207 6.8261 9.20252 5.09529 12.1654C2.91932 15.8917 1.81532 20.5372 1.81532 25.9718L1.81531 46.9137L21.8475 46.9137L21.8475 26.8762L6.54309 26.8762C6.30863 26.8761 6.08328 26.7854 5.91414 26.623C5.74501 26.4606 5.64519 26.2392 5.63554 26.0049C5.62807 25.8223 5.47752 21.4725 7.49014 16.8686C9.31163 12.7003 13.2931 7.58817 21.9393 6.50979L21.9393 6.51299Z\" fill=\"white\" fill-opacity=\"0.784314\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-17pt5jw hidden-11s092k\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:49,intrinsicWidth:56,name:\"Group\",svg:'<svg width=\"56\" height=\"49\" viewBox=\"0 0 56 49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.907544 48.7287C0.666849 48.7287 0.436011 48.6331 0.265813 48.4629C0.0956157 48.2927 0 48.0619 0 47.8212L0 41.4075C0.000328192 41.1813 0.0849543 40.9633 0.237361 40.7961C0.389767 40.6288 0.599016 40.5244 0.824264 40.5032C7.49525 39.8914 12.1227 36.7588 14.5773 31.1939C15.9301 28.1253 16.2301 25.108 16.2931 23.6709H0.994028C0.753419 23.6706 0.522745 23.5749 0.352609 23.4048C0.182473 23.2346 0.086766 23.004 0.0864834 22.7634L0.0864834 0.907544C0.086766 0.666935 0.182473 0.436262 0.352609 0.266126C0.522745 0.0959893 0.753419 0.000282571 0.994028 0L22.8466 0C23.0873 0 23.3182 0.0956161 23.4884 0.265814C23.6586 0.436011 23.7542 0.666849 23.7542 0.907544V22.7601C23.7542 28.5417 22.5594 33.5087 20.2019 37.5254C18.3014 40.7616 15.6546 43.3806 12.333 45.311C6.71262 48.5782 1.16059 48.7245 0.925695 48.7287H0.907544ZM1.81509 42.2158L1.81509 46.84C3.56932 46.6563 7.55397 46.0018 11.4831 43.702C14.455 41.9867 16.9283 39.5262 18.6591 36.5634C20.8362 32.8371 21.9391 28.1915 21.9391 22.7569V1.81509L1.90157 1.81509L1.90157 21.8526H17.2124C17.4467 21.8527 17.672 21.9434 17.8409 22.1058C18.0099 22.2682 18.1095 22.4897 18.1189 22.7238C18.1263 22.9064 18.2769 27.2562 16.2653 31.8601C14.4438 36.0284 10.4624 41.1406 1.81509 42.219V42.2158Z\" fill=\"white\" fill-opacity=\"0.784314\"/>\\n<path d=\"M33.1534 48.7287C32.9127 48.7287 32.6819 48.6331 32.5117 48.4629C32.3415 48.2927 32.2458 48.0619 32.2458 47.8212V41.4075C32.2459 41.1812 32.3305 40.9631 32.4829 40.7958C32.6354 40.6285 32.8448 40.5242 33.0701 40.5032C39.7411 39.8914 44.3674 36.7588 46.8221 31.1939C48.1759 28.1253 48.4759 25.108 48.5379 23.6709H33.2399C32.9992 23.6709 32.7683 23.5753 32.5981 23.4051C32.4279 23.2349 32.3323 23.004 32.3323 22.7634V0.907544C32.3323 0.666849 32.4279 0.436011 32.5981 0.265814C32.7683 0.0956161 32.9992 0 33.2399 0L55.0925 0C55.3331 0.000282571 55.5638 0.0959893 55.7339 0.266126C55.904 0.436262 55.9997 0.666935 56 0.907544V22.7601C56 28.5417 54.8042 33.5087 52.4467 37.5254C50.5473 40.7616 47.8994 43.3806 44.5788 45.311C38.9553 48.5782 33.4043 48.7277 33.1705 48.7277L33.1534 48.7287ZM34.0609 42.2158V46.84C35.8152 46.6563 39.7998 46.0018 43.729 43.702C46.7008 41.9867 49.1742 39.5262 50.905 36.5634C53.0809 32.8371 54.1849 28.1915 54.1849 22.7569V1.81509L34.1528 1.81509V21.8526H49.4572C49.6916 21.8527 49.917 21.9434 50.0861 22.1058C50.2552 22.2681 50.3551 22.4896 50.3647 22.7238C50.3722 22.9064 50.5227 27.2562 48.5101 31.8601C46.6886 36.0284 42.7072 41.1406 34.0609 42.219V42.2158Z\" fill=\"white\" fill-opacity=\"0.784314\"/>\\n</svg>\\n',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lijiqb\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mxnszi\",\"data-framer-name\":\"Frame 1000006413\",name:\"Frame 1000006413\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2eaei0\",style:{scale:.9},children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition1,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\"},className:\"framer-pvs8p1\",\"data-border\":true,\"data-framer-name\":\"Dots\",name:\"Dots\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-19yaief\",\"data-framer-name\":\"Ellipse 148\",name:\"Ellipse 148\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1u2w6du\",\"data-framer-name\":\"Ellipse 148\",name:\"Ellipse 148\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8junq9\",\"data-framer-name\":\"Ellipse 148\",name:\"Ellipse 148\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-mrztr1\",\"data-framer-name\":\"Ellipse 148\",name:\"Ellipse 148\"})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\"},className:\"framer-1owndfy\",\"data-border\":true,\"data-framer-name\":\"Dots\",name:\"Dots\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-16p9l2p\",\"data-framer-name\":\"Ellipse 148\",name:\"Ellipse 148\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9eiacq\",\"data-framer-name\":\"Ellipse 148\",name:\"Ellipse 148\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19qzuzr\",\"data-framer-name\":\"Ellipse 148\",name:\"Ellipse 148\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-y40jeo\",\"data-framer-name\":\"Ellipse 148\",name:\"Ellipse 148\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fwa4zg\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC02MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:\"Friends\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC02MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:\"Friends\"})}),className:\"framer-1c28j8q\",\"data-framer-name\":\"Friends\",fonts:[\"GF;Montserrat-600\"],name:\"Friends\",transformTemplate:transformTemplate3,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-fmftyt\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:92,pixelWidth:94,src:\"https://framerusercontent.com/images/aoRdI1QkAyElS0JfBiFHRLn7fY.svg\"},className:\"framer-17h803i\",\"data-framer-name\":\"Icon\",name:\"Icon\"})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition3,__perspectiveFX:false,__targetOpacity:1,className:\"framer-c429py\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bvdyi4\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC02MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:\"Their personal Website \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC02MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:\"Their personal Website \"})}),className:\"framer-t1950j\",\"data-framer-name\":\"Friends\",fonts:[\"GF;Montserrat-600\"],name:\"Friends\",transformTemplate:transformTemplate3,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wmvl2r\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:89,pixelWidth:101,src:\"https://framerusercontent.com/images/lu1tsjz1ZgyASKEbvqQVUZH4.svg\"},className:\"framer-np30ro\",\"data-framer-name\":\"Icon\",name:\"Icon\"})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition4,__perspectiveFX:false,__targetOpacity:1,className:\"framer-yhxx2y\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3f48ac\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC02MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:\"Family connections\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC02MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:\"Family connections\"})}),className:\"framer-ibl8p\",\"data-framer-name\":\"Friends\",fonts:[\"GF;Montserrat-600\"],name:\"Friends\",transformTemplate:transformTemplate3,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-rpnlnk\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:79,pixelWidth:100,src:\"https://framerusercontent.com/images/M6cOUrSy7GrdspkoiYtvobE8RiQ.svg\"},className:\"framer-mdimnh\",\"data-framer-name\":\"Icon\",name:\"Icon\"})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition3,__perspectiveFX:false,__targetOpacity:1,className:\"framer-lw9u8q\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ridc9\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC02MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:\"Previous school\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC02MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:\"Previous school\"})}),className:\"framer-qcjqw\",\"data-framer-name\":\"Friends\",fonts:[\"GF;Montserrat-600\"],name:\"Friends\",transformTemplate:transformTemplate3,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1k6ih8x\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:85,pixelWidth:101,src:\"https://framerusercontent.com/images/CsqRdOoe1k5iVp82DW6kPtXBrg.svg\"},className:\"framer-12o7yxj\",\"data-framer-name\":\"Icon\",name:\"Icon\"})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition4,__perspectiveFX:false,__targetOpacity:1,className:\"framer-h8otlo\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xow7dh\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC02MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:\"Study/Sports clubs\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC02MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:\"Study/Sports clubs\"})}),className:\"framer-edtbwo\",\"data-framer-name\":\"Friends\",fonts:[\"GF;Montserrat-600\"],name:\"Friends\",transformTemplate:transformTemplate3,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-drzt7i\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:92,pixelWidth:94,src:\"https://framerusercontent.com/images/aoRdI1QkAyElS0JfBiFHRLn7fY.svg\"},className:\"framer-jb9umq\",\"data-framer-name\":\"Icon\",name:\"Icon\"})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-jxxgr\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zgsdyi\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC02MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:\"Social media\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC02MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:\"Social media\"})}),className:\"framer-1orksj5\",\"data-framer-name\":\"Friends\",fonts:[\"GF;Montserrat-600\"],name:\"Friends\",transformTemplate:transformTemplate3,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-av4l6b\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:92,pixelWidth:94,src:\"https://framerusercontent.com/images/aoRdI1QkAyElS0JfBiFHRLn7fY.svg\"},className:\"framer-1pjgb19\",\"data-framer-name\":\"Icon\",name:\"Icon\"})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition6,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ij3rud\"})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{background:{alt:\"\",fit:\"fill\",pixelHeight:809,pixelWidth:786,sizes:\"115.2px\",src:\"https://framerusercontent.com/images/6B1z2El856ZxsiQnVJ0kREvxcKw.png\",srcSet:\"https://framerusercontent.com/images/6B1z2El856ZxsiQnVJ0kREvxcKw.png 786w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:809,pixelWidth:786,sizes:\"180px\",src:\"https://framerusercontent.com/images/6B1z2El856ZxsiQnVJ0kREvxcKw.png\",srcSet:\"https://framerusercontent.com/images/6B1z2El856ZxsiQnVJ0kREvxcKw.png 786w\"},className:\"framer-j512l0\"})})]}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-kh1itx\",\"data-framer-name\":\"Frame 1000006496\",name:\"Frame 1000006496\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-19s3ev0\",\"data-framer-name\":\"Frame 1000006536\",name:\"Frame 1000006536\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\"},children:\"ApplyPal solves:\"})}),fonts:[\"FS;Poppins-semibold\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"27px\",\"--framer-font-weight\":\"500\"},children:[\"ApplyPal Solves the following using\",/*#__PURE__*/_jsx(\"br\",{}),\"connections you never knew you had:\"]})}),className:\"framer-17mqehr\",fonts:[\"FS;Poppins-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1a33ohf\",\"data-framer-name\":\"Frame 1000006435\",name:\"Frame 1000006435\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17nmnym\",\"data-framer-name\":\"Frame 48098064\",name:\"Frame 48098064\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-12y4w6p\",\"data-framer-name\":\"Frame\",layout:\"position\",name:\"Frame\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 9.879 7.519 C 11.05 6.494 12.95 6.494 14.121 7.519 C 15.293 8.544 15.293 10.206 14.121 11.231 C 13.918 11.41 13.691 11.557 13.451 11.673 C 12.706 12.034 12.001 12.672 12.001 13.5 L 12.001 14.25 M 21 12 C 21 13.182 20.767 14.352 20.315 15.444 C 19.863 16.536 19.2 17.528 18.364 18.364 C 17.528 19.2 16.536 19.863 15.444 20.315 C 14.352 20.767 13.182 21 12 21 C 10.818 21 9.648 20.767 8.556 20.315 C 7.464 19.863 6.472 19.2 5.636 18.364 C 4.8 17.528 4.137 16.536 3.685 15.444 C 3.233 14.352 3 12 3 12 C 3 12 3.948 7.324 5.636 5.636 C 7.324 3.948 9.613 3 12 3 C 14.387 3 16.676 3.948 18.364 5.636 C 20.052 7.324 21 9.613 21 12 Z M 12 17.25 L 12.008 17.25 L 12.008 17.258 L 12 17.258 Z\" fill=\"transparent\" stroke-width=\"1.5\" stroke=\"rgb(200,8,21)\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"\"></path></svg>',svgContentId:9955596078,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTcwMA==\",\"--framer-font-weight\":\"700\"},children:\"Winning Trust: \"}),\"Students prefer authentic voices over traditional marketing ads.\"]})}),className:\"framer-1uc8oac\",\"data-framer-name\":\"Winning Trust: Students prefer authentic voices over traditional marketing ads\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-700\"],name:\"Winning Trust: Students prefer authentic voices over traditional marketing ads\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4bl32h\",\"data-framer-name\":\"Frame 1000006430\",name:\"Frame 1000006430\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-p07x4l\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,name:\"Frame\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.879 7.519C11.05 6.494 12.95 6.494 14.121 7.519C15.293 8.544 15.293 10.206 14.121 11.231C13.918 11.41 13.691 11.557 13.451 11.673C12.706 12.034 12.001 12.672 12.001 13.5V14.25M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12ZM12 17.25H12.008V17.258H12V17.25Z\" stroke=\"#C80815\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTcwMA==\",\"--framer-font-weight\":\"700\"},children:\"Low Engagement: \"}),\"Traditional ads lack unique meaningful engagement.\"]})}),className:\"framer-1h3zgk6\",\"data-framer-name\":\"Low Engagement: Traditional ads lack unique meaningful engagement.\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-700\"],name:\"Low Engagement: Traditional ads lack unique meaningful engagement.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10idwov\",\"data-framer-name\":\"Frame 1000006431\",name:\"Frame 1000006431\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-7axgmt\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,name:\"Frame\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.879 7.519C11.05 6.494 12.95 6.494 14.121 7.519C15.293 8.544 15.293 10.206 14.121 11.231C13.918 11.41 13.691 11.557 13.451 11.673C12.706 12.034 12.001 12.672 12.001 13.5V14.25M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12ZM12 17.25H12.008V17.258H12V17.25Z\" stroke=\"#C80815\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTcwMA==\",\"--framer-font-weight\":\"700\"},children:\"Too Many Choices: \"}),\"Prospective students struggle to find options aligned with their goals.\"]})}),className:\"framer-w6v9f9\",\"data-framer-name\":\"Too Many Choices: Prospective students struggle to find options aligned with their goals.\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-700\"],name:\"Too Many Choices: Prospective students struggle to find options aligned with their goals.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vgb6p3\",\"data-framer-name\":\"Frame 1000006433\",name:\"Frame 1000006433\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1yil8cq\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,name:\"Frame\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.879 7.519C11.05 6.494 12.95 6.494 14.121 7.519C15.293 8.544 15.293 10.206 14.121 11.231C13.918 11.41 13.691 11.557 13.451 11.673C12.706 12.034 12.001 12.672 12.001 13.5V14.25M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12ZM12 17.25H12.008V17.258H12V17.25Z\" stroke=\"#C80815\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTcwMA==\",\"--framer-font-weight\":\"700\"},children:\"Peer Influence: \"}),\"Students rely on peer advice over institutional messaging.\"]})}),className:\"framer-s0t5ig\",\"data-framer-name\":\"Peer Influence: Students rely on peer advice over institutional messaging.\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-700\"],name:\"Peer Influence: Students rely on peer advice over institutional messaging.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lky3pa\",\"data-framer-name\":\"Frame 1000006432\",name:\"Frame 1000006432\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1ckrjkj\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:24,name:\"Frame\",svg:'<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M9.879 7.519C11.05 6.494 12.95 6.494 14.121 7.519C15.293 8.544 15.293 10.206 14.121 11.231C13.918 11.41 13.691 11.557 13.451 11.673C12.706 12.034 12.001 12.672 12.001 13.5V14.25M21 12C21 13.1819 20.7672 14.3522 20.3149 15.4442C19.8626 16.5361 19.1997 17.5282 18.364 18.364C17.5282 19.1997 16.5361 19.8626 15.4442 20.3149C14.3522 20.7672 13.1819 21 12 21C10.8181 21 9.64778 20.7672 8.55585 20.3149C7.46392 19.8626 6.47177 19.1997 5.63604 18.364C4.80031 17.5282 4.13738 16.5361 3.68508 15.4442C3.23279 14.3522 3 13.1819 3 12C3 9.61305 3.94821 7.32387 5.63604 5.63604C7.32387 3.94821 9.61305 3 12 3C14.3869 3 16.6761 3.94821 18.364 5.63604C20.0518 7.32387 21 9.61305 21 12ZM12 17.25H12.008V17.258H12V17.25Z\" stroke=\"#C80815\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTcwMA==\",\"--framer-font-weight\":\"700\"},children:\"Social Media: \"}),\"Difficult to moderate posts once they are on social media.\"]})}),className:\"framer-11m0kby\",\"data-framer-name\":\"Social Media: Difficult to moderate posts once they are on social media.\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-700\"],name:\"Social Media: Difficult to moderate posts once they are on social media.\",verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]})}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-tx5sp0\",\"data-framer-name\":\"Header\",id:elementId3,name:\"Header\",ref:ref5,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1g2nlbs\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1jcn81c\",\"data-framer-name\":\"Frame 1000006516\",name:\"Frame 1000006516\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[\"Streamlining international student engagement from initial\\u2028\\u2028\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(134, 134, 134)\"},children:\"enquiry through to enrolment. \"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[\"Streamlining international student engagement from initial\\u2028\\u2028\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(134, 134, 134)\"},children:\"enquiry through to enrolment. \"})]})}),className:\"framer-1140ixe\",\"data-framer-name\":\"We go way beyond standard peer-to-peer solutions\",fonts:[\"GF;Poppins-600\"],name:\"We go way beyond standard peer-to-peer solutions\",verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jvie2p\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c6ax1i\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-47qmuh\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ukty2d\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Instantly Connect Emotion and Logic\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Instantly Connect Emotion and Logic in the Applicant Journey\"})}),className:\"framer-1njrukr\",\"data-framer-name\":\"Instantly Connect Emotion and Logic in the Applicant Journey\",fonts:[\"GF;Roboto-500\"],name:\"Instantly Connect Emotion and Logic in the Applicant Journey\",verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p3ybxb\",\"data-framer-name\":\"Solution\",name:\"Solution\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l4edp2\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{background:{alt:\"\",fit:\"fill\",pixelHeight:1440,pixelWidth:1710,sizes:\"178.125px\",src:\"https://framerusercontent.com/images/RtLSFkS1qRK11US49Fc09MdzY.png\",srcSet:\"https://framerusercontent.com/images/RtLSFkS1qRK11US49Fc09MdzY.png?scale-down-to=512 512w,https://framerusercontent.com/images/RtLSFkS1qRK11US49Fc09MdzY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/RtLSFkS1qRK11US49Fc09MdzY.png 1710w\"}},zZisWD9Kj:{background:{alt:\"\",fit:\"fill\",pixelHeight:1440,pixelWidth:1710,sizes:\"max((min(100vw - 60px, 1280px) - 120px) / 2, 1px)\",src:\"https://framerusercontent.com/images/RtLSFkS1qRK11US49Fc09MdzY.png\",srcSet:\"https://framerusercontent.com/images/RtLSFkS1qRK11US49Fc09MdzY.png?scale-down-to=512 512w,https://framerusercontent.com/images/RtLSFkS1qRK11US49Fc09MdzY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/RtLSFkS1qRK11US49Fc09MdzY.png 1710w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1440,pixelWidth:1710,sizes:\"max((min(100vw - 60px, 1280px) - 120px) * 0.4, 1px)\",src:\"https://framerusercontent.com/images/RtLSFkS1qRK11US49Fc09MdzY.png\",srcSet:\"https://framerusercontent.com/images/RtLSFkS1qRK11US49Fc09MdzY.png?scale-down-to=512 512w,https://framerusercontent.com/images/RtLSFkS1qRK11US49Fc09MdzY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/RtLSFkS1qRK11US49Fc09MdzY.png 1710w\"},className:\"framer-18qby4i\",\"data-framer-name\":\"Frame 1000006556\",name:\"Frame 1000006556\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zZisWD9Kj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:\"Your Students provide the emotional connection\"})})}},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\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:\"Your Students provide the emotional connection\"})}),className:\"framer-g3mm26\",\"data-framer-name\":\"Your Student provide the emotional connection\",fonts:[\"GF;Poppins-500\"],name:\"Your Student provide the emotional connection\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:[\"AI Provides the factual \",/*#__PURE__*/_jsx(\"br\",{}),\"data and information\"]})})},zZisWD9Kj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:[\"AI Provides the factual \",/*#__PURE__*/_jsx(\"br\",{}),\"data and information\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:[\"AI Provides the factual \",/*#__PURE__*/_jsx(\"br\",{}),\"data and information\"]})}),className:\"framer-izomx3\",\"data-framer-name\":\"AI Provides the factual \\u2028data and information\",fonts:[\"GF;Poppins-500\"],name:\"AI Provides the factual \\u2028data and information\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-v0r5l6\",\"data-framer-name\":\"Frame 1000006521\",name:\"Frame 1000006521\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:[\"ApplyPal doesn\u2019t just connect students so they can chat\\u2028\\u2028- it \",/*#__PURE__*/_jsx(\"strong\",{children:\"simultaneously\"}),\" engages applicants with tailored facts and information about your institution using AI to guide them through your application process.\\u2028\\u2028\\u2028\\u2028\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:[\"This harnesses \u2018sweet spot\u2019 between emotional engagement and logical decision-making. By blending real student interactions with AI-driven application guidance, you create an experience that \",/*#__PURE__*/_jsx(\"strong\",{children:\"speaks to both the heart and mind of your applicants. \\u2028\\u2028\\u2028\\u2028\"})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:[\"This is why ApplyPal is so uniquely powerful - and backed by science - \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xuN49QLMY\"},nodeId:\"X_hyJyGGw\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1l5h46a\",\"data-styles-preset\":\"AWvhce8EW\",children:\"explore further here\"})}),\".\\u2028\\u2028\"]})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[\"ApplyPal doesn\u2019t just connect students so they can chat\\u2028\\u2028- it \",/*#__PURE__*/_jsx(\"strong\",{children:\"simultaneously\"}),\" engages applicants with tailored facts and information about your institution using AI to guide them through your application process.\\u2028\\u2028\\u2028\\u2028\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[\"This harnesses \u2018sweet spot\u2019 between emotional engagement and logical decision-making. By blending real student interactions with AI-driven application guidance, you create an experience that \",/*#__PURE__*/_jsx(\"strong\",{children:\"speaks to both the heart and mind of your applicants. \\u2028\\u2028\\u2028\\u2028\"})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[\"This is why ApplyPal is so uniquely powerful - and backed by science - \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xuN49QLMY\"},nodeId:\"X_hyJyGGw\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1l5h46a\",\"data-styles-preset\":\"AWvhce8EW\",children:\"click here\"})}),\" to explore further.\\u2028\\u2028\"]})]}),className:\"framer-19943em\",\"data-framer-name\":\"ApplyPal doesn\u2019t just connect students so they can chat\\u2028- it simultaneously engages applicants with tailored facts and information about your institution using AI to guide them through your application process.\\u2028\\u2028This harnesses \u2018sweet spot\u2019 between emotional engagement and logical decision-making. By blending real student interactions with AI-driven application guidance, you create an experience that speaks to both the heart and mind of your applicants. \\u2028\\u2028This is why ApplyPal is so uniquely powerful - it\u2019s backed by science, read more about it by clicking here.\\u2028\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-700\"],name:\"ApplyPal doesn\u2019t just connect students so they can chat\\u2028- it simultaneously engages applicants with tailored facts and information about your institution using AI to guide them through your application process.\\u2028\\u2028This harnesses \u2018sweet spot\u2019 between emotional engagement and logical decision-making. By blending real student interactions with AI-driven application guidance, you create an experience that speaks to both the heart and mind of your applicants. \\u2028\\u2028This is why ApplyPal is so uniquely powerful - it\u2019s backed by science, read more about it by clicking here.\\u2028\",verticalAlignment:\"top\",withExternalLayout:true})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rugfiz\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ag4mu2\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Say Goodbye to Static Forms\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Say Goodbye to Static, Unengaging Forms\"})}),className:\"framer-xbs4ft\",\"data-framer-name\":\"Instantly Connect Emotion and Logic in the Applicant Journey\",fonts:[\"GF;Roboto-500\"],name:\"Instantly Connect Emotion and Logic in the Applicant Journey\",verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pf3auq\",\"data-framer-name\":\"Solution\",name:\"Solution\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-30ffxf\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{background:{alt:\"\",fit:\"fill\",pixelHeight:840,pixelWidth:1140,sizes:\"178.125px\",src:\"https://framerusercontent.com/images/Y3VG6JBK1j6tdHvNH6qgvsOWRs.png\",srcSet:\"https://framerusercontent.com/images/Y3VG6JBK1j6tdHvNH6qgvsOWRs.png?scale-down-to=512 512w,https://framerusercontent.com/images/Y3VG6JBK1j6tdHvNH6qgvsOWRs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Y3VG6JBK1j6tdHvNH6qgvsOWRs.png 1140w\"}},zZisWD9Kj:{background:{alt:\"\",fit:\"fill\",pixelHeight:840,pixelWidth:1140,sizes:\"max((min(100vw - 60px, 1280px) - 120px) / 2, 1px)\",src:\"https://framerusercontent.com/images/Y3VG6JBK1j6tdHvNH6qgvsOWRs.png\",srcSet:\"https://framerusercontent.com/images/Y3VG6JBK1j6tdHvNH6qgvsOWRs.png?scale-down-to=512 512w,https://framerusercontent.com/images/Y3VG6JBK1j6tdHvNH6qgvsOWRs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Y3VG6JBK1j6tdHvNH6qgvsOWRs.png 1140w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:840,pixelWidth:1140,sizes:\"max((min(100vw - 60px, 1280px) - 120px) * 0.4, 1px)\",src:\"https://framerusercontent.com/images/Y3VG6JBK1j6tdHvNH6qgvsOWRs.png\",srcSet:\"https://framerusercontent.com/images/Y3VG6JBK1j6tdHvNH6qgvsOWRs.png?scale-down-to=512 512w,https://framerusercontent.com/images/Y3VG6JBK1j6tdHvNH6qgvsOWRs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Y3VG6JBK1j6tdHvNH6qgvsOWRs.png 1140w\"},className:\"framer-19greuo\",\"data-framer-name\":\"Frame 1000006556\",name:\"Frame 1000006556\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-vdb9mp\",\"data-framer-name\":\"Frame 1000006521\",name:\"Frame 1000006521\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:\"Our AI-powered form will carry your branding, logo, and seamlessly embed into your website. ApplyPal requests all the information you would otherwise gather through your existing static forms.  \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"For enquiries\"}),\", it captures leads by providing instant answers to common questions like courses, fees details \"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"For applications,\"}),\" it transforms the entire process into an interactive journey, offering career insights and tailored information as your applicants progress the form.  \"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:\"What was once considered a boring, time-consuming chore becomes an enjoyable and informative experience, guiding prospective students from inquiry to enrolment effortlessly.\"})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:\"Our AI-powered form will carry your branding, logo, and seamlessly embed into your website. ApplyPal requests all the information you would otherwise gather through your existing static forms.  \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"For enquiries\"}),\", it captures leads by providing instant answers to common questions like courses, fees details \"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"For applications,\"}),\" it transforms the entire process into an interactive journey, offering career insights and tailored information as your applicants progress the form.  \"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:\"What was once considered a boring, time-consuming chore becomes an enjoyable and informative experience, guiding prospective students from inquiry to enrolment effortlessly.\"})]}),className:\"framer-11ajp0p\",\"data-framer-name\":\"ApplyPal doesn\u2019t just connect students so they can chat\\u2028- it simultaneously engages applicants with tailored facts and information about your institution using AI to guide them through your application process.\\u2028\\u2028This harnesses \u2018sweet spot\u2019 between emotional engagement and logical decision-making. By blending real student interactions with AI-driven application guidance, you create an experience that speaks to both the heart and mind of your applicants. \\u2028\\u2028This is why ApplyPal is so uniquely powerful - it\u2019s backed by science, read more about it by clicking here.\\u2028\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-700\"],name:\"ApplyPal doesn\u2019t just connect students so they can chat\\u2028- it simultaneously engages applicants with tailored facts and information about your institution using AI to guide them through your application process.\\u2028\\u2028This harnesses \u2018sweet spot\u2019 between emotional engagement and logical decision-making. By blending real student interactions with AI-driven application guidance, you create an experience that speaks to both the heart and mind of your applicants. \\u2028\\u2028This is why ApplyPal is so uniquely powerful - it\u2019s backed by science, read more about it by clicking here.\\u2028\",verticalAlignment:\"top\",withExternalLayout:true})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pgqdw6\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1921jel\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Uniting Lead Gen with Your FAQ\u2019s \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Uniting Lead Generation with Your FAQ\u2019s \"})}),className:\"framer-kldtea\",\"data-framer-name\":\"Instantly Connect Emotion and Logic in the Applicant Journey\",fonts:[\"GF;Roboto-500\"],name:\"Instantly Connect Emotion and Logic in the Applicant Journey\",verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-emqrd8\",\"data-framer-name\":\"Solution\",name:\"Solution\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-m6dljg\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{background:{alt:\"\",fit:\"fill\",pixelHeight:1260,pixelWidth:1710,sizes:\"178.125px\",src:\"https://framerusercontent.com/images/Pg3WATPvyjq1SIfch0o3Fc9bmo.png\",srcSet:\"https://framerusercontent.com/images/Pg3WATPvyjq1SIfch0o3Fc9bmo.png?scale-down-to=512 512w,https://framerusercontent.com/images/Pg3WATPvyjq1SIfch0o3Fc9bmo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Pg3WATPvyjq1SIfch0o3Fc9bmo.png 1710w\"}},zZisWD9Kj:{background:{alt:\"\",fit:\"fill\",pixelHeight:1260,pixelWidth:1710,sizes:\"max((min(100vw - 60px, 1280px) - 120px) / 2, 1px)\",src:\"https://framerusercontent.com/images/Pg3WATPvyjq1SIfch0o3Fc9bmo.png\",srcSet:\"https://framerusercontent.com/images/Pg3WATPvyjq1SIfch0o3Fc9bmo.png?scale-down-to=512 512w,https://framerusercontent.com/images/Pg3WATPvyjq1SIfch0o3Fc9bmo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Pg3WATPvyjq1SIfch0o3Fc9bmo.png 1710w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1260,pixelWidth:1710,sizes:\"max((min(100vw - 60px, 1280px) - 120px) * 0.39, 1px)\",src:\"https://framerusercontent.com/images/Pg3WATPvyjq1SIfch0o3Fc9bmo.png\",srcSet:\"https://framerusercontent.com/images/Pg3WATPvyjq1SIfch0o3Fc9bmo.png?scale-down-to=512 512w,https://framerusercontent.com/images/Pg3WATPvyjq1SIfch0o3Fc9bmo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Pg3WATPvyjq1SIfch0o3Fc9bmo.png 1710w\"},className:\"framer-1nurpym\",\"data-framer-name\":\"Frame 1000006556\",name:\"Frame 1000006556\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-a3hybj\",\"data-framer-name\":\"Frame 1000006521\",name:\"Frame 1000006521\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[\"ApplyPal serves a \",/*#__PURE__*/_jsx(\"strong\",{children:\"multi-purpose\"}),\" - acting as a lead generation tool, the starting point for your application process - with your FAQ\u2019s built in at each stage of the application journey.\\u2028\\u2028\\u2028\\u2028\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:\"Prospective students who interact with your AI-powered form can provide essential lead information while also beginning their application journey. \\u2028\\u2028\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[\"Enquiries are \",/*#__PURE__*/_jsx(\"strong\",{children:\"far more likely to convert\"}),\" to complete applications because they will have had all questions answered and have have made a human connection with your student ambassadors - something that can never be achieved with a static enquiry form. \\u2028\\u2028\"]})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[\"ApplyPal serves a \",/*#__PURE__*/_jsx(\"strong\",{children:\"multi-purpose\"}),\" - acting as a lead generation tool, the starting point for your application process - with your FAQ\u2019s built in at each stage of the application journey.\\u2028\\u2028\\u2028\\u2028\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:\"Prospective students who interact with your AI-powered form can provide essential lead information while also beginning their application journey. \\u2028\\u2028\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[\"Enquiries are \",/*#__PURE__*/_jsx(\"strong\",{children:\"far more likely to convert\"}),\" to complete applications because they will have had all questions answered and have have made a human connection with your student ambassadors - something that can never be achieved with a static enquiry form. \\u2028\\u2028\"]})]}),className:\"framer-1644h0\",\"data-framer-name\":\"ApplyPal doesn\u2019t just connect students so they can chat\\u2028- it simultaneously engages applicants with tailored facts and information about your institution using AI to guide them through your application process.\\u2028\\u2028This harnesses \u2018sweet spot\u2019 between emotional engagement and logical decision-making. By blending real student interactions with AI-driven application guidance, you create an experience that speaks to both the heart and mind of your applicants. \\u2028\\u2028This is why ApplyPal is so uniquely powerful - it\u2019s backed by science, read more about it by clicking here.\\u2028\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-700\"],name:\"ApplyPal doesn\u2019t just connect students so they can chat\\u2028- it simultaneously engages applicants with tailored facts and information about your institution using AI to guide them through your application process.\\u2028\\u2028This harnesses \u2018sweet spot\u2019 between emotional engagement and logical decision-making. By blending real student interactions with AI-driven application guidance, you create an experience that speaks to both the heart and mind of your applicants. \\u2028\\u2028This is why ApplyPal is so uniquely powerful - it\u2019s backed by science, read more about it by clicking here.\\u2028\",verticalAlignment:\"top\",withExternalLayout:true})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d183bu\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-myqdo8\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Reduce Reliance on Traditional Methods \"})}),className:\"framer-1t2qmmp\",\"data-framer-name\":\"Instantly Connect Emotion and Logic in the Applicant Journey\",fonts:[\"GF;Roboto-500\"],name:\"Instantly Connect Emotion and Logic in the Applicant Journey\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kjzrel\",\"data-framer-name\":\"Solution\",name:\"Solution\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-14zqym3\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{background:{alt:\"\",fit:\"fill\",pixelHeight:1260,pixelWidth:1710,sizes:\"178.125px\",src:\"https://framerusercontent.com/images/OACYdI5WUIFsOpGx1OCIkX4OTc.png\",srcSet:\"https://framerusercontent.com/images/OACYdI5WUIFsOpGx1OCIkX4OTc.png?scale-down-to=512 512w,https://framerusercontent.com/images/OACYdI5WUIFsOpGx1OCIkX4OTc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/OACYdI5WUIFsOpGx1OCIkX4OTc.png 1710w\"}},zZisWD9Kj:{background:{alt:\"\",fit:\"fill\",pixelHeight:1260,pixelWidth:1710,sizes:\"max((min(100vw - 60px, 1280px) - 120px) / 2, 1px)\",src:\"https://framerusercontent.com/images/OACYdI5WUIFsOpGx1OCIkX4OTc.png\",srcSet:\"https://framerusercontent.com/images/OACYdI5WUIFsOpGx1OCIkX4OTc.png?scale-down-to=512 512w,https://framerusercontent.com/images/OACYdI5WUIFsOpGx1OCIkX4OTc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/OACYdI5WUIFsOpGx1OCIkX4OTc.png 1710w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1260,pixelWidth:1710,sizes:\"max((min(100vw - 60px, 1280px) - 120px) * 0.4, 1px)\",src:\"https://framerusercontent.com/images/OACYdI5WUIFsOpGx1OCIkX4OTc.png\",srcSet:\"https://framerusercontent.com/images/OACYdI5WUIFsOpGx1OCIkX4OTc.png?scale-down-to=512 512w,https://framerusercontent.com/images/OACYdI5WUIFsOpGx1OCIkX4OTc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/OACYdI5WUIFsOpGx1OCIkX4OTc.png 1710w\"},className:\"framer-x2d26p\",\"data-framer-name\":\"Frame 1000006556\",name:\"Frame 1000006556\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-117ps3e\",\"data-framer-name\":\"Frame 1000006521\",name:\"Frame 1000006521\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[\"As your student ambassadors become more experienced in representing your institution, \",/*#__PURE__*/_jsx(\"strong\",{children:\"they are far more likely to spread the word.\"}),\"\\u2028\\u2028\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:\"Since a large portion of their time is spent on social media, this is where they likely to share their experience as a student and even invite their suitable connections to chat with them via your website.\\u2028\\u2028\\u2028\\u2028\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[\"This attracts a new source of applicants whilst \",/*#__PURE__*/_jsx(\"strong\",{children:\"eliminating the chance of misinformation\"}),\" that can happen with third party recruitment activities.\"]})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[\"As your student ambassadors become more experienced in representing your institution, \",/*#__PURE__*/_jsx(\"strong\",{children:\"they are far more likely to spread the word.\"}),\"\\u2028\\u2028\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:\"Since a large portion of their time is spent on social media, this is where they likely to share their experience as a student and even invite their suitable connections to chat with them via your website.\\u2028\\u2028\\u2028\\u2028\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[\"This attracts a new source of applicants whilst \",/*#__PURE__*/_jsx(\"strong\",{children:\"eliminating the chance of misinformation\"}),\" that can happen with third party recruitment activities.\"]})]}),className:\"framer-1meov0j\",\"data-framer-name\":\"ApplyPal doesn\u2019t just connect students so they can chat\\u2028- it simultaneously engages applicants with tailored facts and information about your institution using AI to guide them through your application process.\\u2028\\u2028This harnesses \u2018sweet spot\u2019 between emotional engagement and logical decision-making. By blending real student interactions with AI-driven application guidance, you create an experience that speaks to both the heart and mind of your applicants. \\u2028\\u2028This is why ApplyPal is so uniquely powerful - it\u2019s backed by science, read more about it by clicking here.\\u2028\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-700\"],name:\"ApplyPal doesn\u2019t just connect students so they can chat\\u2028- it simultaneously engages applicants with tailored facts and information about your institution using AI to guide them through your application process.\\u2028\\u2028This harnesses \u2018sweet spot\u2019 between emotional engagement and logical decision-making. By blending real student interactions with AI-driven application guidance, you create an experience that speaks to both the heart and mind of your applicants. \\u2028\\u2028This is why ApplyPal is so uniquely powerful - it\u2019s backed by science, read more about it by clicking here.\\u2028\",verticalAlignment:\"top\",withExternalLayout:true})})})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ma9w2r\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":AiRG7Tz14\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":AiRG7Tz14\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":AiRG7Tz14\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-em1ski-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{x9Nk4bDTe:resolvedLinks2[2]},zZisWD9Kj:{x9Nk4bDTe:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(Button,{dX622BPEm:\"Start for Free\",height:\"100%\",id:\"AnGr2p0FV\",layoutId:\"AnGr2p0FV\",variant:\"TnIaQqnBX\",width:\"100%\",x9Nk4bDTe:resolvedLinks2[0]})})})})})})]})]})}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-m8qepw\",\"data-framer-name\":\"Header\",id:elementId4,name:\"Header\",ref:ref6,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jzvdrp\",\"data-framer-name\":\"Frame 1000006529\",name:\"Frame 1000006529\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[\"We take peer-to-peer to a \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgba(72, 74, 82, 0.65)\"},children:\"whole new level\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"40px\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\"',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgba(19, 30, 66, 1)\"},children:\"We take peer-to-peer to a \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\"',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgba(72, 74, 82, 0.6499999761581421)\"},children:\"whole new level\"})]})}),className:\"framer-lqalzt\",\"data-framer-name\":\"We take peer-to-peer to a whole new level\",fonts:[\"GF;Poppins-600\"],name:\"We take peer-to-peer to a whole new level\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nb6itc\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14saprm\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18231f0\",\"data-framer-name\":\"Peer to Peer\",name:\"Peer to Peer\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-10vnz1h\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Maximise ROI with minimal effort\"})}),className:\"framer-qi9vph\",\"data-framer-name\":\"Instantly Connect Emotion and Logic in the Applicant Journey\",fonts:[\"GF;Roboto-500\"],name:\"Instantly Connect Emotion and Logic in the Applicant Journey\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dkqhvz\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1wo5dg7\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Watch your ROI grow while cost and time commitment fall.\"}),\" \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTYwMA==\",\"--framer-font-weight\":\"600\"},children:/*#__PURE__*/_jsx(\"br\",{})}),\"ApplyPal combines human insight, AI-driven guidance and data-backed decisions into one comprehensive tool that takes your student recruitment to the next level. \",/*#__PURE__*/_jsx(\"br\",{}),\"Less effort, time and cost for your marketing department, yet bring in a wider pool of applicants to grow a diverse and happy student body. \",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"No more relying on \",/*#__PURE__*/_jsx(\"strong\",{children:\"just peer-to-peer chats or costly social media ads,\"}),\" ApplyPal gives you the entire recruitment solution\u2014 personalised, scalable and data-driven.\"]})}),className:\"framer-gbx4f\",\"data-framer-name\":\"Watch your ROI grow while cost and time commitment fall. \\u2028ApplyPal combines human insight, AI-driven guidance and data-backed decisions into one comprehensive tool that takes your student recruitment to the next level. \\u2028Less effort, time and cost for your marketing department, yet bring in a wider pool of applicants to grow a diverse and happy student body. \\u2028\\u2028No more relying on just peer-to-peer chats or costly social media ads, ApplyPal gives you the entire recruitment solution\u2014personalised, scalable, and data-driven.\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-700\",\"GF;Roboto-600\",\"GF;Roboto-900\"],name:\"Watch your ROI grow while cost and time commitment fall. \\u2028ApplyPal combines human insight, AI-driven guidance and data-backed decisions into one comprehensive tool that takes your student recruitment to the next level. \\u2028Less effort, time and cost for your marketing department, yet bring in a wider pool of applicants to grow a diverse and happy student body. \\u2028\\u2028No more relying on just peer-to-peer chats or costly social media ads, ApplyPal gives you the entire recruitment solution\u2014personalised, scalable, and data-driven.\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{background:{alt:\"\",fit:\"fill\",pixelHeight:840,pixelWidth:1080,sizes:\"203.5714px\",src:\"https://framerusercontent.com/images/cTU445L3W3O3WscnI8bqhuousnU.png\",srcSet:\"https://framerusercontent.com/images/cTU445L3W3O3WscnI8bqhuousnU.png?scale-down-to=512 512w,https://framerusercontent.com/images/cTU445L3W3O3WscnI8bqhuousnU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/cTU445L3W3O3WscnI8bqhuousnU.png 1080w\"}},zZisWD9Kj:{background:{alt:\"\",fit:\"fill\",pixelHeight:840,pixelWidth:1080,sizes:\"max((min(100vw - 60px, 1280px) - 120px) / 2, 1px)\",src:\"https://framerusercontent.com/images/cTU445L3W3O3WscnI8bqhuousnU.png\",srcSet:\"https://framerusercontent.com/images/cTU445L3W3O3WscnI8bqhuousnU.png?scale-down-to=512 512w,https://framerusercontent.com/images/cTU445L3W3O3WscnI8bqhuousnU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/cTU445L3W3O3WscnI8bqhuousnU.png 1080w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:840,pixelWidth:1080,sizes:\"calc((min(100vw - 60px, 1280px) - 120px) * 0.4)\",src:\"https://framerusercontent.com/images/cTU445L3W3O3WscnI8bqhuousnU.png\",srcSet:\"https://framerusercontent.com/images/cTU445L3W3O3WscnI8bqhuousnU.png?scale-down-to=512 512w,https://framerusercontent.com/images/cTU445L3W3O3WscnI8bqhuousnU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/cTU445L3W3O3WscnI8bqhuousnU.png 1080w\"},className:\"framer-ws97ii\",\"data-framer-name\":\"arrow-up-direction-with-wooden-cubes 1\",name:\"arrow-up-direction-with-wooden-cubes 1\"})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14193o2\",\"data-framer-name\":\"Peer to Peer\",name:\"Peer to Peer\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-rntvoc\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Data-Driven Recruitment Insights\"})}),className:\"framer-1tpimj2\",\"data-framer-name\":\"Instantly Connect Emotion and Logic in the Applicant Journey\",fonts:[\"GF;Roboto-500\"],name:\"Instantly Connect Emotion and Logic in the Applicant Journey\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18int0z\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qz4ewp\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[\"With ApplyPal\u2019s personalised dashboard, track real-time data and other \",/*#__PURE__*/_jsx(\"strong\",{children:\"useful analytics\"}),\" on applicant engagement, interest levels and conversion rates. \\u2028\\u2028\\u2028\\u2028\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[\"These insights allow your recruitment and admissions teams to optimise recruitment strategies and \",/*#__PURE__*/_jsx(\"strong\",{children:\"measure performance against your KPIs.\"}),\"\\u2028\\u2028\\u2028\\u2028\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Click here to get your FREE personalised dashboard now.\"}),\"\\u2028\\u2028\"]})]}),className:\"framer-nmuax6\",\"data-framer-name\":\"Watch your ROI grow while cost and time commitment fall. \\u2028ApplyPal combines human insight, AI-driven guidance and data-backed decisions into one comprehensive tool that takes your student recruitment to the next level. \\u2028Less effort, time and cost for your marketing department, yet bring in a wider pool of applicants to grow a diverse and happy student body. \\u2028\\u2028No more relying on just peer-to-peer chats or costly social media ads, ApplyPal gives you the entire recruitment solution\u2014personalised, scalable, and data-driven.\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-700\"],name:\"Watch your ROI grow while cost and time commitment fall. \\u2028ApplyPal combines human insight, AI-driven guidance and data-backed decisions into one comprehensive tool that takes your student recruitment to the next level. \\u2028Less effort, time and cost for your marketing department, yet bring in a wider pool of applicants to grow a diverse and happy student body. \\u2028\\u2028No more relying on just peer-to-peer chats or costly social media ads, ApplyPal gives you the entire recruitment solution\u2014personalised, scalable, and data-driven.\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{background:{alt:\"\",fit:\"fill\",pixelHeight:1260,pixelWidth:1710,sizes:\"203.5714px\",src:\"https://framerusercontent.com/images/lOthElfBeiGMCA87FarByT1xhQ.png\",srcSet:\"https://framerusercontent.com/images/lOthElfBeiGMCA87FarByT1xhQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/lOthElfBeiGMCA87FarByT1xhQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lOthElfBeiGMCA87FarByT1xhQ.png 1710w\"}},zZisWD9Kj:{background:{alt:\"\",fit:\"fill\",pixelHeight:1260,pixelWidth:1710,sizes:\"max((min(100vw - 60px, 1280px) - 120px) / 2, 1px)\",src:\"https://framerusercontent.com/images/lOthElfBeiGMCA87FarByT1xhQ.png\",srcSet:\"https://framerusercontent.com/images/lOthElfBeiGMCA87FarByT1xhQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/lOthElfBeiGMCA87FarByT1xhQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lOthElfBeiGMCA87FarByT1xhQ.png 1710w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1260,pixelWidth:1710,sizes:\"calc((min(100vw - 60px, 1280px) - 120px) * 0.4)\",src:\"https://framerusercontent.com/images/lOthElfBeiGMCA87FarByT1xhQ.png\",srcSet:\"https://framerusercontent.com/images/lOthElfBeiGMCA87FarByT1xhQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/lOthElfBeiGMCA87FarByT1xhQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lOthElfBeiGMCA87FarByT1xhQ.png 1710w\"},className:\"framer-1fhcnv8\",\"data-framer-name\":\"arrow-up-direction-with-wooden-cubes 1\",name:\"arrow-up-direction-with-wooden-cubes 1\"})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10szpac\",\"data-framer-name\":\"Peer to Peer\",name:\"Peer to Peer\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1d9edaa\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Capture Applicant and Student Concerns Early\"})}),className:\"framer-rtrigq\",\"data-framer-name\":\"Instantly Connect Emotion and Logic in the Applicant Journey\",fonts:[\"GF;Roboto-500\"],name:\"Instantly Connect Emotion and Logic in the Applicant Journey\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ysozkx\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-iepsa9\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[\"ApplyPal helps you uncover the genuine concerns of prospective students \",/*#__PURE__*/_jsx(\"strong\",{children:\"and\"}),\" the insights shared by your student ambassadors. \\u2028\\u2028\"]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[\"This allows you to capture and address potential issues or misinformation in real time, improving training and providing ambassadors a confidential channel to share accurate information with their personal connections \",/*#__PURE__*/_jsx(\"strong\",{children:\"- before it reaches social media.\"})]})]}),className:\"framer-9twiin\",\"data-framer-name\":\"Watch your ROI grow while cost and time commitment fall. \\u2028ApplyPal combines human insight, AI-driven guidance and data-backed decisions into one comprehensive tool that takes your student recruitment to the next level. \\u2028Less effort, time and cost for your marketing department, yet bring in a wider pool of applicants to grow a diverse and happy student body. \\u2028\\u2028No more relying on just peer-to-peer chats or costly social media ads, ApplyPal gives you the entire recruitment solution\u2014personalised, scalable, and data-driven.\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-700\"],name:\"Watch your ROI grow while cost and time commitment fall. \\u2028ApplyPal combines human insight, AI-driven guidance and data-backed decisions into one comprehensive tool that takes your student recruitment to the next level. \\u2028Less effort, time and cost for your marketing department, yet bring in a wider pool of applicants to grow a diverse and happy student body. \\u2028\\u2028No more relying on just peer-to-peer chats or costly social media ads, ApplyPal gives you the entire recruitment solution\u2014personalised, scalable, and data-driven.\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{background:{alt:\"\",fit:\"fill\",pixelHeight:840,pixelWidth:1140,sizes:\"203.5714px\",src:\"https://framerusercontent.com/images/6KbV3ujmxRFn9KqHMMpYYPtLWk.png\",srcSet:\"https://framerusercontent.com/images/6KbV3ujmxRFn9KqHMMpYYPtLWk.png?scale-down-to=512 512w,https://framerusercontent.com/images/6KbV3ujmxRFn9KqHMMpYYPtLWk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/6KbV3ujmxRFn9KqHMMpYYPtLWk.png 1140w\"}},zZisWD9Kj:{background:{alt:\"\",fit:\"fill\",pixelHeight:840,pixelWidth:1140,sizes:\"max((min(100vw - 60px, 1280px) - 120px) / 2, 1px)\",src:\"https://framerusercontent.com/images/6KbV3ujmxRFn9KqHMMpYYPtLWk.png\",srcSet:\"https://framerusercontent.com/images/6KbV3ujmxRFn9KqHMMpYYPtLWk.png?scale-down-to=512 512w,https://framerusercontent.com/images/6KbV3ujmxRFn9KqHMMpYYPtLWk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/6KbV3ujmxRFn9KqHMMpYYPtLWk.png 1140w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:840,pixelWidth:1140,sizes:\"calc((min(100vw - 60px, 1280px) - 120px) * 0.4)\",src:\"https://framerusercontent.com/images/6KbV3ujmxRFn9KqHMMpYYPtLWk.png\",srcSet:\"https://framerusercontent.com/images/6KbV3ujmxRFn9KqHMMpYYPtLWk.png?scale-down-to=512 512w,https://framerusercontent.com/images/6KbV3ujmxRFn9KqHMMpYYPtLWk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/6KbV3ujmxRFn9KqHMMpYYPtLWk.png 1140w\"},className:\"framer-1qhgura\",\"data-framer-name\":\"arrow-up-direction-with-wooden-cubes 1\",name:\"arrow-up-direction-with-wooden-cubes 1\"})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1koww09\",\"data-framer-name\":\"Peer to Peer\",name:\"Peer to Peer\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-13c7qf4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zZisWD9Kj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"The Future is AI - Embrace it Today\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"The Future is AI - Embrace it Today\"})}),className:\"framer-eg9pj7\",\"data-framer-name\":\"Instantly Connect Emotion and Logic in the Applicant Journey\",fonts:[\"GF;Roboto-500\"],name:\"Instantly Connect Emotion and Logic in the Applicant Journey\",verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16qg1rs\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qx4ta3\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[\"Your future students are already using AI to research and make key decisions about their education. \",/*#__PURE__*/_jsx(\"strong\",{children:\"Shouldn't your institution meet them where they already are?\"})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[\"With ApplyPal, you position your institution as forward-thinking and innovative - appealing to applicants who expect technology to be an integral part of their educational journey. Show that you're ready for the future by embracing AI, \",/*#__PURE__*/_jsx(\"strong\",{children:\"just like your future students are.\"})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:\"It's more than just keeping up - it's about staying ahead.\"})]}),className:\"framer-1xr03p0\",\"data-framer-name\":\"Watch your ROI grow while cost and time commitment fall. \\u2028ApplyPal combines human insight, AI-driven guidance and data-backed decisions into one comprehensive tool that takes your student recruitment to the next level. \\u2028Less effort, time and cost for your marketing department, yet bring in a wider pool of applicants to grow a diverse and happy student body. \\u2028\\u2028No more relying on just peer-to-peer chats or costly social media ads, ApplyPal gives you the entire recruitment solution\u2014personalised, scalable, and data-driven.\",fonts:[\"GF;Roboto-regular\",\"GF;Roboto-700\"],name:\"Watch your ROI grow while cost and time commitment fall. \\u2028ApplyPal combines human insight, AI-driven guidance and data-backed decisions into one comprehensive tool that takes your student recruitment to the next level. \\u2028Less effort, time and cost for your marketing department, yet bring in a wider pool of applicants to grow a diverse and happy student body. \\u2028\\u2028No more relying on just peer-to-peer chats or costly social media ads, ApplyPal gives you the entire recruitment solution\u2014personalised, scalable, and data-driven.\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{background:{alt:\"\",fit:\"fill\",pixelHeight:840,pixelWidth:1080,sizes:\"203.5714px\",src:\"https://framerusercontent.com/images/WyUfieRgMVMA6ZtNjltnaFr7wnE.png\",srcSet:\"https://framerusercontent.com/images/WyUfieRgMVMA6ZtNjltnaFr7wnE.png?scale-down-to=512 512w,https://framerusercontent.com/images/WyUfieRgMVMA6ZtNjltnaFr7wnE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WyUfieRgMVMA6ZtNjltnaFr7wnE.png 1080w\"}},zZisWD9Kj:{background:{alt:\"\",fit:\"fill\",pixelHeight:840,pixelWidth:1080,sizes:\"max((min(100vw - 60px, 1280px) - 120px) / 2, 1px)\",src:\"https://framerusercontent.com/images/WyUfieRgMVMA6ZtNjltnaFr7wnE.png\",srcSet:\"https://framerusercontent.com/images/WyUfieRgMVMA6ZtNjltnaFr7wnE.png?scale-down-to=512 512w,https://framerusercontent.com/images/WyUfieRgMVMA6ZtNjltnaFr7wnE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WyUfieRgMVMA6ZtNjltnaFr7wnE.png 1080w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:840,pixelWidth:1080,sizes:\"calc((min(100vw - 60px, 1280px) - 120px) * 0.4)\",src:\"https://framerusercontent.com/images/WyUfieRgMVMA6ZtNjltnaFr7wnE.png\",srcSet:\"https://framerusercontent.com/images/WyUfieRgMVMA6ZtNjltnaFr7wnE.png?scale-down-to=512 512w,https://framerusercontent.com/images/WyUfieRgMVMA6ZtNjltnaFr7wnE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/WyUfieRgMVMA6ZtNjltnaFr7wnE.png 1080w\"},className:\"framer-badkuw\",\"data-framer-name\":\"arrow-up-direction-with-wooden-cubes 1\",name:\"arrow-up-direction-with-wooden-cubes 1\"})})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18h1ru5\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":AiRG7Tz14\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":AiRG7Tz14\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":AiRG7Tz14\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-13cstlf-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{x9Nk4bDTe:resolvedLinks3[2]},zZisWD9Kj:{x9Nk4bDTe:resolvedLinks3[1]}},children:/*#__PURE__*/_jsx(Button,{dX622BPEm:\"Start for Free\",height:\"100%\",id:\"sPKcD5CDZ\",layoutId:\"sPKcD5CDZ\",variant:\"TnIaQqnBX\",width:\"100%\",x9Nk4bDTe:resolvedLinks3[0]})})})})})})]})]})}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-2x0ws\",\"data-framer-name\":\"Header\",id:elementId5,name:\"Header\",ref:ref7,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16h06by\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[\"Give your institution a \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgba(72, 74, 82, 0.65)\"},children:\"compelling advantage\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"h4\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[\"Give your institution a \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgba(72, 74, 82, 0.65)\"},children:\"compelling advantage\"})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(72, 74, 82, 0.65)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),className:\"framer-15oqpp1\",\"data-framer-name\":\"Give your institution a compelling advantage\",fonts:[\"GF;Poppins-600\"],name:\"Give your institution a compelling advantage\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9wpz8h\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-100sp41\",\"data-border\":true,\"data-framer-name\":\"Frame 1000006413\",name:\"Frame 1000006413\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7tpq2a\",\"data-framer-name\":\"Frame 1000006555\",name:\"Frame 1000006555\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1aoo8jd\",\"data-framer-name\":\"Frame 47\",name:\"Frame 47\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/Fbu559OShf41ySm6zRq2bGf4yI.png\"},className:\"framer-1xeln3k\",\"data-framer-name\":\"Screenshot 2024-10-15 at 12.05.03 1\",name:\"Screenshot 2024-10-15 at 12.05.03 1\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m6nroy\",\"data-framer-name\":\"Frame 44\",name:\"Frame 44\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\"',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgba(72, 74, 82, 1)\"},children:\"Stefan Green\"})})}),className:\"framer-art7fn\",\"data-framer-name\":\"Stefan Green\",fonts:[\"GF;Roboto-500\"],name:\"Stefan Green\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(161, 152, 156)\"},children:[\"Director of Marketing & Partnerships \",/*#__PURE__*/_jsx(Link,{href:\"https://www.intfoundationgroup.co.uk/\",nodeId:\"YvHictBaf\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1l5h46a\",\"data-styles-preset\":\"AWvhce8EW\",children:\"International Foundation Group\"})})]})}),className:\"framer-13zykcd\",\"data-framer-name\":\"Director of Marketing & Partnerships\\u2028International Foundation Group\",fonts:[\"GF;Roboto-regular\"],name:\"Director of Marketing & Partnerships\\u2028International Foundation Group\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2eiiwq\",\"data-framer-name\":\"Group 1000006599\",name:\"Group 1000006599\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-bfvscf\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-t1s47l\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:49,intrinsicWidth:56,name:\"Group\",svg:'<svg width=\"56\" height=\"49\" viewBox=\"0 0 56 49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M55.0925 2.66235e-05C55.3332 2.66446e-05 55.564 0.0956459 55.7342 0.265846C55.9044 0.436043 56 0.666878 56 0.907574L56 7.32124C55.9997 7.54749 55.915 7.7655 55.7626 7.93271C55.6102 8.09992 55.401 8.20434 55.1757 8.22559C48.5048 8.83737 43.8773 11.97 41.4227 17.5349C40.0699 20.6034 39.7699 23.6207 39.7069 25.0579L55.006 25.0579C55.2466 25.0581 55.4773 25.1539 55.6474 25.324C55.8175 25.4941 55.9132 25.7248 55.9135 25.9654L55.9135 47.8212C55.9132 48.0618 55.8175 48.2925 55.6474 48.4626C55.4773 48.6328 55.2466 48.7285 55.006 48.7288L33.1534 48.7288C32.9127 48.7288 32.6818 48.6331 32.5116 48.4629C32.3414 48.2927 32.2458 48.0619 32.2458 47.8212L32.2458 25.9686C32.2458 20.187 33.4406 15.2201 35.7981 11.2034C37.6986 7.9672 40.3454 5.34813 43.667 3.41773C49.2874 0.150573 54.8394 0.00429906 55.0743 2.6622e-05L55.0925 2.66235e-05ZM54.1849 6.51299L54.1849 1.88879C52.4307 2.07243 48.446 2.72693 44.5169 5.02676C41.545 6.74207 39.0717 9.20252 37.3409 12.1654C35.1639 15.8917 34.0609 20.5372 34.0609 25.9718L34.0609 46.9137L54.0984 46.9137L54.0984 26.8762L38.7876 26.8762C38.5533 26.8761 38.328 26.7853 38.1591 26.6229C37.9901 26.4605 37.8905 26.2391 37.8811 26.0049C37.8737 25.8223 37.7231 21.4725 39.7347 16.8686C41.5562 12.7003 45.5376 7.58817 54.1849 6.50979L54.1849 6.51299Z\" fill=\"#484A52\" fill-opacity=\"0.784314\"/>\\n<path d=\"M22.8469 2.66235e-05C23.0876 2.66446e-05 23.3184 0.0956459 23.4886 0.265846C23.6588 0.436043 23.7544 0.666878 23.7544 0.907574L23.7544 7.32124C23.7543 7.54756 23.6698 7.7657 23.5173 7.93296C23.3649 8.10022 23.1555 8.20457 22.9301 8.22559C16.2592 8.83737 11.6328 11.97 9.17817 17.5349C7.82433 20.6034 7.5243 23.6207 7.46238 25.0579L22.7604 25.0579C23.0011 25.0579 23.2319 25.1535 23.4021 25.3237C23.5723 25.4939 23.6679 25.7247 23.6679 25.9654L23.6679 47.8212C23.6679 48.0619 23.5723 48.2927 23.4021 48.4629C23.2319 48.6331 23.0011 48.7288 22.7604 48.7288L0.90777 48.7288C0.66716 48.7285 0.436485 48.6328 0.266348 48.4626C0.0962124 48.2925 0.000507413 48.0618 0.000225146 47.8212L0.000227057 25.9686C0.000227562 20.187 1.19605 15.2201 3.55353 11.2034C5.45296 7.9672 8.10086 5.34813 11.4214 3.41773C17.045 0.150573 22.5959 0.00109472 22.8298 0.00109474L22.8469 2.66235e-05ZM21.9393 6.51299L21.9393 1.88879C20.1851 2.07243 16.2004 2.72693 12.2713 5.02676C9.29943 6.74207 6.8261 9.20252 5.09529 12.1654C2.91932 15.8917 1.81532 20.5372 1.81532 25.9718L1.81531 46.9137L21.8475 46.9137L21.8475 26.8762L6.54309 26.8762C6.30863 26.8761 6.08328 26.7854 5.91414 26.623C5.74501 26.4606 5.64519 26.2392 5.63554 26.0049C5.62807 25.8223 5.47752 21.4725 7.49014 16.8686C9.31163 12.7003 13.2931 7.58817 21.9393 6.50979L21.9393 6.51299Z\" fill=\"#484A52\" fill-opacity=\"0.784314\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__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\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:\"ApplyPal helps us reach potential international students in a unique way - above and beyond our expectations. \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:\"We look forward to expanding the work we do with ApplyPal in the future to build further connections with schools, something we would not have been able to do.\"})]}),className:\"framer-2fhhio\",\"data-framer-name\":\"ApplyPal has help us reach potential international students in a unique way - above and beyond our expectations. We look forward to expanding the work we do with ApplyPal in the future to build further connections with schools, something we would not have been able to do.\",fonts:[\"GF;Poppins-500\"],name:\"ApplyPal has help us reach potential international students in a unique way - above and beyond our expectations. We look forward to expanding the work we do with ApplyPal in the future to build further connections with schools, something we would not have been able to do.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-16ha8na\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1s4d0hs\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:49,intrinsicWidth:56,name:\"Group\",svg:'<svg width=\"56\" height=\"49\" viewBox=\"0 0 56 49\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.907544 48.7287C0.666849 48.7287 0.436011 48.6331 0.265813 48.4629C0.0956157 48.2927 0 48.0619 0 47.8212L0 41.4075C0.000328192 41.1813 0.0849543 40.9633 0.237361 40.7961C0.389767 40.6288 0.599016 40.5244 0.824264 40.5032C7.49525 39.8914 12.1227 36.7588 14.5773 31.1939C15.9301 28.1253 16.2301 25.108 16.2931 23.6709L0.994028 23.6709C0.753419 23.6706 0.522745 23.5749 0.352609 23.4048C0.182473 23.2346 0.086766 23.004 0.0864834 22.7634L0.0864834 0.907544C0.086766 0.666935 0.182473 0.436262 0.352609 0.266126C0.522745 0.0959893 0.753419 0.000282571 0.994028 0L22.8466 0C23.0873 0 23.3182 0.0956161 23.4884 0.265814C23.6586 0.436011 23.7542 0.666849 23.7542 0.907544L23.7542 22.7601C23.7542 28.5417 22.5594 33.5087 20.2019 37.5254C18.3014 40.7616 15.6546 43.3806 12.333 45.311C6.71262 48.5782 1.16059 48.7245 0.925695 48.7287H0.907544ZM1.81509 42.2158L1.81509 46.84C3.56932 46.6563 7.55397 46.0018 11.4831 43.702C14.455 41.9867 16.9283 39.5262 18.6591 36.5634C20.8362 32.8371 21.9391 28.1915 21.9391 22.7569L21.9391 1.81509L1.90157 1.81509L1.90157 21.8526L17.2124 21.8526C17.4467 21.8527 17.672 21.9434 17.8409 22.1058C18.0099 22.2682 18.1095 22.4897 18.1189 22.7238C18.1263 22.9064 18.2769 27.2562 16.2653 31.8601C14.4438 36.0284 10.4624 41.1406 1.81509 42.219V42.2158Z\" fill=\"#484A52\" fill-opacity=\"0.784314\"/>\\n<path d=\"M33.1531 48.7287C32.9125 48.7287 32.6816 48.6331 32.5114 48.4629C32.3412 48.2927 32.2456 48.0619 32.2456 47.8212V41.4075C32.2457 41.1812 32.3302 40.9631 32.4827 40.7958C32.6351 40.6285 32.8445 40.5242 33.0699 40.5032C39.7409 39.8914 44.3672 36.7588 46.8218 31.1939C48.1757 28.1253 48.4757 25.108 48.5376 23.6709L33.2396 23.6709C32.9989 23.6709 32.7681 23.5753 32.5979 23.4051C32.4277 23.2349 32.3321 23.004 32.3321 22.7634V0.907544C32.3321 0.666849 32.4277 0.436011 32.5979 0.265814C32.7681 0.0956161 32.9989 0 33.2396 0L55.0922 0C55.3328 0.000282571 55.5635 0.0959893 55.7337 0.266126C55.9038 0.436262 55.9995 0.666935 55.9998 0.907544V22.7601C55.9998 28.5417 54.804 33.5087 52.4465 37.5254C50.547 40.7616 47.8991 43.3806 44.5786 45.311C38.955 48.5782 33.4041 48.7277 33.1702 48.7277L33.1531 48.7287ZM34.0607 42.2158V46.84C35.8149 46.6563 39.7996 46.0018 43.7287 43.702C46.7006 41.9867 49.1739 39.5262 50.9047 36.5634C53.0807 32.8371 54.1847 28.1915 54.1847 22.7569V1.81509L34.1525 1.81509V21.8526L49.4569 21.8526C49.6914 21.8527 49.9167 21.9434 50.0859 22.1058C50.255 22.2681 50.3548 22.4896 50.3645 22.7238C50.3719 22.9064 50.5225 27.2562 48.5099 31.8601C46.6884 36.0284 42.7069 41.1406 34.0607 42.219V42.2158Z\" fill=\"#484A52\" fill-opacity=\"0.784314\"/>\\n</svg>\\n',withExternalLayout:true})})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{width:\"min(100vw - 40px, 1170px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:550,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2k7bui-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{style:{width:\"100%\"},variant:\"Mtp0aCJm0\"}},children:/*#__PURE__*/_jsx(ReviewSlider,{height:\"100%\",id:\"JNmDBhVa4\",layoutId:\"JNmDBhVa4\",variant:\"LFNIm_1vF\",width:\"100%\"})})})})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-j6egzz\",id:elementId6,ref:ref8,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gzg407\",\"data-framer-name\":\"Frame 1000006481\",name:\"Frame 1000006481\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-omds33\",\"data-framer-name\":\"Frame 1000006480\",name:\"Frame 1000006480\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"1px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:\"Let's get talking now:\"})}),fonts:[\"FS;Poppins-medium\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"1px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:\"Let's get talking, message us now:\"})}),className:\"framer-87i4vo\",\"data-framer-name\":\"Request a Demo.\",fonts:[\"GF;Roboto-500\"],name:\"Request a Demo.\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qcb8a0\",\"data-framer-name\":\"Frame 1000006475\",name:\"Frame 1000006475\",children:[/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/c92b575c-67a3-4767-a2ad-870be65b1d3d/submit\",className:\"framer-1b2s4iy\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"label\",{className:\"framer-1qycpne\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{placeholder:\"Your Full name*\"}},children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-vtvn6b\",inputName:\"Name\",placeholder:\"First name and surname\",required:true,type:\"text\"})})}),/*#__PURE__*/_jsx(\"label\",{className:\"framer-1w8mncz\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{placeholder:\"Your institution e-mail*\"}},children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-aeg9by\",inputName:\"Email\",placeholder:\"Your institution e-mail\",required:true,type:\"email\"})})}),/*#__PURE__*/_jsx(\"label\",{className:\"framer-qxwc55\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{placeholder:\"Any existing student ambassadors?\"}},children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1fl7hiw\",inputName:\"Student Ambassador\",placeholder:\"Do you have any existing student ambassadors?\",required:true,type:\"text\"})})}),/*#__PURE__*/_jsx(\"label\",{className:\"framer-gw9d82\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{inputName:\"Message\",placeholder:\"Please enter your message here*\"}},children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-19ed6sw\",inputName:\"Massage\",placeholder:\"Please write your message here. Maybe you would like our FREE demand check tool? Perhaps you're interested in our Early Adopter Partnership? You might have a specific requirement or question - whatever it is, a member of the team will get back to you soon!\",required:true,type:\"textarea\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:55,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ppnjc3-container\",children:/*#__PURE__*/_jsx(SubmitButton,{height:\"100%\",id:\"Fx3PMMPty\",layoutId:\"Fx3PMMPty\",type:\"submit\",variant:formVariants(formState,{pending:\"oU7hvgkJg\",success:\"uLdm_JjC3\"},\"oJ9VBntTA\"),width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:\"The Apply Group needs the contact information you provide to us to contact you about our products and services. You may unsubscribe from these communications at any time. Information on how to unsubscribe, as well as  commitment to protecting your privacy, please review our Privacy Policy below.\"})}),className:\"framer-izawzn\",\"data-framer-name\":\"The Apply Group needs the contact information you provide to us to contact you about our products and services. You may unsubscribe from these communications at any time. Information on how to unsubscribe, as well as commitment to protecting your privacy, please review our Privacy Policy below.\",fonts:[\"GF;Roboto-regular\"],name:\"The Apply Group needs the contact information you provide to us to contact you about our products and services. You may unsubscribe from these communications at any time. Information on how to unsubscribe, as well as commitment to protecting your privacy, please review our Privacy Policy below.\",verticalAlignment:\"center\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1f7jqqq\",id:elementId7,ref:ref9,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"1px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:[\"Use the form above to contact us and receive a free tool to help you calculate the demand from your web visitors that would like to connect with your existing students.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-weight\":\"500\"},children:\"This enables you to:\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"1. Forecast your ROI \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-weight\":\"500\"},children:\"before\"}),\" you commit\"]}),/*#__PURE__*/_jsx(\"ol\",{start:\"2\",style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"1px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Measure the level of engagement with your web visitors that your institution could be missing out on \"})})}),/*#__PURE__*/_jsx(\"ol\",{start:\"3\",style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"1px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"Provides reassurance to your website visitors that you encourage peer-to-peer connections and instantly build trust.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"Find our more about our exclusive 3-month \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"P5KewUyxt\"},nodeId:\"ATHSHO9It\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1l5h46a\",\"data-styles-preset\":\"AWvhce8EW\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-weight\":\"500\"},children:\"Early Adopter Partnership.\"})})})]})})})]}),fonts:[\"GF;Roboto-regular\",\"GF;Roboto-500\"]},zZisWD9Kj:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTcwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"1px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:\"Check Demand before you Commit.\"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"1px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:[\"Message us using the form on the above and  get a FREE tool to calculate the demand of your new web visitors that would like to connect with your existing students. \",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-weight\":\"500\"},children:\"This enables you to:\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"1. Forecast your ROI before you commit \",/*#__PURE__*/_jsx(\"br\",{}),\"2. Measure the level of engagement with your web visitors that you could be missing out on\"]}),/*#__PURE__*/_jsx(\"ol\",{start:\"3\",style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"1px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"Provides reassurance to your website visitors that you encourage peer-to-peer connections and instantly build trust.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"Find our more about our exclusive 3-month \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"P5KewUyxt\"},nodeId:\"ATHSHO9It\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1l5h46a\",\"data-styles-preset\":\"AWvhce8EW\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-weight\":\"500\"},children:\"Early Adopter Partnership\"})})}),\".\"]})})})]}),fonts:[\"GF;Roboto-700\",\"GF;Roboto-regular\",\"GF;Roboto-500\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"1px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(72, 74, 82)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"24px\"},children:\"Check Demand before you Commit\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"24px\"},children:/*#__PURE__*/_jsx(\"br\",{})})]}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"1px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:[\"Message us using the form on the left and  get a FREE tool to calculate the demand of your new web visitors that would like to connect with your existing students. \",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"This enables you to:\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"1. Forecast your ROI before you commit \",/*#__PURE__*/_jsx(\"br\",{}),\"2. Measure the level of engagement with your web visitors that you could  \"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"1px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:\"    be missing out on\"}),/*#__PURE__*/_jsx(\"ol\",{start:\"3\",style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"1px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(19, 30, 66)\"},children:/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsxs(\"p\",{children:[\"Provides reassurance to your website visitors that you encourage peer-to-peer student connections and instantly build trust.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"Find our more about our exclusive 3-month\",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"P5KewUyxt\"},nodeId:\"ATHSHO9It\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1l5h46a\",\"data-styles-preset\":\"AWvhce8EW\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-weight\":\"500\"},children:\" Early Adopter Partnership.\"})})})]})})})]}),className:\"framer-14q00e4\",\"data-framer-name\":\"Get real-time insights with ApplyPal\u2019s personalised dashboard. using our Free Applicant Demand Tool you can track applicant interest, monitor engagement levels, and see exactly how many potential students are connecting with your current students and alumni.\",fonts:[\"GF;Roboto-500\",\"GF;Roboto-regular\"],name:\"Get real-time insights with ApplyPal\u2019s personalised dashboard. using our Free Applicant Demand Tool you can track applicant interest, monitor engagement levels, and see exactly how many potential students are connecting with your current students and alumni.\",verticalAlignment:\"top\",withExternalLayout:true})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ot6297\",\"data-framer-name\":\"Footer\",name:\"Footer\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fk8887\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ivvvc7\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ys76bs\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:49,pixelWidth:284,src:\"https://framerusercontent.com/images/gED9cYG1TnmHQwhTCjXuCwqu8.svg\"},className:\"framer-154fe56\",\"data-framer-name\":\"Logo\",name:\"Logo\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vrx1e3\",\"data-framer-name\":\"Group 1000006349\",name:\"Group 1000006349\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zZisWD9Kj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{nodeId:\"CCJHmju6q\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1l5h46a\",\"data-styles-preset\":\"AWvhce8EW\",children:\"Whatsapp Us\"})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{nodeId:\"CCJHmju6q\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1l5h46a\",\"data-styles-preset\":\"AWvhce8EW\",children:\"Whatsapp Us\"})})})}),className:\"framer-qyieki\",\"data-framer-name\":\"Contact Us\",fonts:[\"GF;Montserrat-regular\"],name:\"Contact Us\",verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://api.whatsapp.com/send/?phone=447361901027&text&type=phone_number&app_absent=0\",nodeId:\"lhV2rwjFN\",children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-v85x8x framer-lux5qc\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-21z5gl\",\"data-framer-name\":\"Frame 1000006349\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:64,intrinsicWidth:64,name:\"Frame 1000006349\",svg:'<svg width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_1_796)\">\\n<path d=\"M30.4473 0.0370119C13.545 0.841805 0.206685 14.9182 0.25796 31.8396C0.273572 36.9935 1.5178 41.8581 3.71269 46.1563L0.342755 62.5144C0.16046 63.3992 0.958518 64.174 1.83755 63.9658L17.8665 60.1683C21.9846 62.2196 26.6101 63.4044 31.5054 63.4791C48.7812 63.743 63.1862 50.0255 63.7247 32.7562C64.3019 14.2446 49.0237 -0.847678 30.4473 0.0370119ZM49.5733 49.3156C44.8791 54.0099 38.6378 56.5951 31.9992 56.5951C28.1121 56.5951 24.3906 55.7229 20.9377 54.003L18.7054 52.891L8.87803 55.2193L10.9466 45.1775L9.8469 43.0239C8.05441 39.5135 7.14553 35.7174 7.14553 31.7414C7.14553 25.1027 9.73073 18.8615 14.4249 14.1671C19.0772 9.51483 25.4204 6.88755 31.9997 6.88755C38.6382 6.8877 44.8793 9.47289 49.5735 14.167C54.2677 18.8612 56.8529 25.1024 56.853 31.7409C56.8529 38.3204 54.2256 44.6635 49.5733 49.3156Z\" fill=\"white\"/>\\n<path d=\"M47.4034 38.6251L41.2551 36.8597C40.4468 36.6276 39.5764 36.8569 38.9874 37.4571L37.4839 38.9889C36.8499 39.6348 35.8879 39.8424 35.0488 39.5029C32.1404 38.3258 26.0222 32.8861 24.4598 30.1651C24.009 29.3802 24.0836 28.3989 24.637 27.6828L25.9497 25.9846C26.464 25.3192 26.5725 24.4256 26.2324 23.6565L23.6457 17.8061C23.0261 16.4048 21.2354 15.9969 20.0656 16.9863C18.3496 18.4376 16.3136 20.6431 16.0661 23.0864C15.6297 27.3941 17.4772 32.8244 24.4633 39.3448C32.5342 46.8776 38.9973 47.8728 43.2054 46.8535C45.5923 46.2753 47.4997 43.9577 48.7035 42.0601C49.5242 40.7662 48.8762 39.048 47.4034 38.6251Z\" fill=\"white\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_1_796\">\\n<rect width=\"64\" height=\"64\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f3w6wo\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":y6C4tD0yq\",webPageId:\"xuN49QLMY\"},nodeId:\"SibPDHqey\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1l5h46a\",\"data-styles-preset\":\"AWvhce8EW\",children:\"Science Backed\"})})})}),className:\"framer-queiqf\",fonts:[\"FS;Poppins-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":XSWOyJXny\",webPageId:\"xuN49QLMY\"},nodeId:\"EEAuY5cuC\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1l5h46a\",\"data-styles-preset\":\"AWvhce8EW\",children:\"ApplyPal v Others\"})})})}),className:\"framer-1ozfkv7 hidden-11s092k\",fonts:[\"FS;Poppins-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":Vku_ZM1rj\",webPageId:\"xuN49QLMY\"},nodeId:\"nu0aluKAf\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1l5h46a\",\"data-styles-preset\":\"AWvhce8EW\",children:\"ApplyPal in Action\"})})})}),className:\"framer-17cjt4d\",fonts:[\"FS;Poppins-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":e5V1CPVdG\",webPageId:\"xuN49QLMY\"},nodeId:\"iyPGPd37r\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1l5h46a\",\"data-styles-preset\":\"AWvhce8EW\",children:\"FAQ's\"})})})}),className:\"framer-qd3da1\",fonts:[\"FS;Poppins-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(Link,{href:{pathVariables:{e2niFVn0t:\"journey-to-medical-school\"},unresolvedPathSlugs:{e2niFVn0t:{collectionId:\"yqkeTIgPp\",collectionItemId:\"OGHZirtTq\"}},webPageId:\"DeNgRLqNs\"},nodeId:\"IYNTtPTJG\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1l5h46a\",\"data-styles-preset\":\"AWvhce8EW\",children:\"An Ambassador\"})}),\"'s Journey\"]})}),className:\"framer-1lvgyxf\",fonts:[\"FS;Poppins-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xne5g\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vbbygc\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rod13c-container\",children:/*#__PURE__*/_jsx(Button,{dX622BPEm:\"Start for FREE\",height:\"100%\",id:\"TG3HhWYNF\",layoutId:\"TG3HhWYNF\",variant:\"t5jfvANpe\",width:\"100%\",x9Nk4bDTe:\"https://calendly.com/tagmeeting/intro\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":AiRG7Tz14\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":AiRG7Tz14\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":AiRG7Tz14\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-bgpvzg-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{x9Nk4bDTe:resolvedLinks4[2]},zZisWD9Kj:{x9Nk4bDTe:resolvedLinks4[1]}},children:/*#__PURE__*/_jsx(Button,{dX622BPEm:\"Log In\",height:\"100%\",id:\"lkjP9SmT6\",layoutId:\"lkjP9SmT6\",variant:\"QqOnu3C3x\",width:\"100%\",x9Nk4bDTe:resolvedLinks4[0]})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rsn7ns\",\"data-framer-name\":\"Frame 1000006487\",name:\"Frame 1000006487\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16c1gtg\",\"data-framer-name\":\"Frame 1000006486\",name:\"Frame 1000006486\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3ecfrh-container\",children:/*#__PURE__*/_jsx(SocialLink,{EoR61uMUF:\"https://www.linkedin.com/company/theapplygroup/\",height:\"100%\",id:\"jU0JnOGr2\",KhV9E8s1K:\"LinkedIn\",layoutId:\"jU0JnOGr2\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zrotn6-container\",children:/*#__PURE__*/_jsx(SocialLink,{EoR61uMUF:\"https://www.tiktok.com/@tagtheapplygroup\",height:\"100%\",id:\"dqqRmguz8\",KhV9E8s1K:\"Tiktok\",layoutId:\"dqqRmguz8\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ojj3yr\",\"data-framer-name\":\"Frame 1000006485\",name:\"Frame 1000006485\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uk0oec-container\",children:/*#__PURE__*/_jsx(SocialLink,{EoR61uMUF:\"https://theapplygroup.com/Privacy\",height:\"100%\",id:\"AyDk3p1d8\",KhV9E8s1K:\"Privacy\",layoutId:\"AyDk3p1d8\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:29,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dzgbw-container\",children:/*#__PURE__*/_jsx(SocialLink,{EoR61uMUF:\"https://theapplygroup.com/Cookies\",height:\"100%\",id:\"MxzUJRiwK\",KhV9E8s1K:\"Terms\",layoutId:\"MxzUJRiwK\",width:\"100%\"})})})]})]})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7Um9ib3RvLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(211, 211, 211)\"},children:[\"\\xa92025 \",/*#__PURE__*/_jsx(Link,{href:\"https://theapplygroup.com\",nodeId:\"mX7SmSqal\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1l5h46a\",\"data-styles-preset\":\"AWvhce8EW\",children:\"The Apply Group Ltd.\"})})]})}),className:\"framer-1s1qs9t\",\"data-framer-name\":\"\\xa92024 The Apply Group Ltd.\",fonts:[\"GF;Roboto-regular\"],name:\"\\xa92024 The Apply Group Ltd.\",verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation1,className:\"framer-190ltau-container\",\"data-framer-appear-id\":\"190ltau\",id:elementId8,initial:animation2,optimized:true,ref:ref10,children:/*#__PURE__*/_jsx(CookieBanner,{banner:{animation:{scale:1,transition:{bounce:.2,delay:0,duration:.3,type:\"spring\"},x:0,y:10},containerWidth:14,inset:10,insetBottom:10,insetLeft:10,insetPerSide:false,insetRight:10,insetTop:10,padding:20,paddingBottom:20,paddingLeft:20,paddingPerSide:false,paddingRight:20,paddingTop:20,position:\"bottom-right\",style:{backdrop:\"rgba(0, 0, 0, 0.1)\",border:{color:\"rgba(0, 0, 0, 0.05)\",radius:8,width:0},colorBody:\"rgb(19, 30, 66)\",colorTitle:\"rgb(19, 30, 66)\",fill:\"rgb(255, 255, 255)\",fontBody:{fontFamily:'\"Poppins\", \"Poppins Placeholder\", sans-serif',fontSize:\"12px\",fontStyle:\"normal\",fontWeight:300,letterSpacing:\"0em\",lineHeight:\"1em\"},fontTitle:{fontFamily:'\"Poppins\", \"Poppins Placeholder\", sans-serif',fontSize:\"10px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},link:\"rgb(19, 30, 66)\"},width:280,zIndex:10},button:{borderRadius:0,direction:\"column\",fluid:false,font:{fontFamily:'\"Poppins\", \"Poppins Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},hoverOpacity:.6,labels:{accept:\"Accept\",acceptAll:\"Accept all\",confirm:\"Okay\",customize:\"Customise\",reject:\"Reject\",rejectAll:\"Reject all\",save:\"Save Preferences\"},padding:6,paddingBottom:6,paddingLeft:6,paddingPerSide:false,paddingRight:6,paddingTop:6,primary:{color:\"rgb(255, 255, 255)\",fill:\"rgb(19, 30, 66)\"},secondary:{color:\"rgb(68, 68, 68)\",fill:\"rgb(238, 238, 238)\"},tapOpacity:0},content:{euBlocking:false,euDefaults:{analytics:false,marketing:false,necessary:true,preferences:false},euDescription:\"We use cookies to enhance your experience, analyze site traffic and deliver personalized content.\",euPolicy:{label:\"Cookie Policy\",link:\"https://www.framer.com/legal/policy/\",prefix:\"Read our\"},euShowReject:true,euTitle:\"Cookie Settings\",euType:\"advanced\",isEU:false,worldBlocking:false,worldDefaults:{analytics:true,marketing:true,necessary:true,preferences:true},worldDescription:\"We use cookies to personalize content, run ads, and analyse traffic.\",worldPolicy:{label:\"Cookie Policy\",link:\"https://theapplygroup.com/Privacy\",prefix:\"Read our\"},worldShowReject:true,worldTitle:\"Cookie Settings\",worldType:\"advanced\"},gtmId:\"GTM-WVB7RG5Z\",height:\"100%\",id:\"Qs_v3UqaH\",layoutId:\"Qs_v3UqaH\",options:{analytics:{description:\"Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.\",title:\"Analytics\"},marketing:{description:\"Advertisement cookies are used to provide visitors with customised advertisements based on the pages you visited previously and to analyse the effectiveness of the ad campaigns.\",title:\"Marketing\"},necessary:{description:\"Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.\",optional:false,title:\"Necessary\"},preferences:{description:\"Enables personalised content and settings.\",title:\"Preferences\"},preview:true,style:{background:\"rgba(0, 0, 0, 0.06)\",border:{color:\"rgba(0, 0, 0, 0.02)\",radius:8,width:0},fontBody:{fontFamily:'\"Poppins\", \"Poppins Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:300},fontTitle:{fontFamily:'\"Poppins\", \"Poppins Placeholder\", sans-serif',fontStyle:\"normal\",fontWeight:300},padding:12,paddingBottom:12,paddingLeft:12,paddingPerSide:false,paddingRight:12,paddingTop:12,toggleColor:\"rgb(19, 30, 66)\",toggleColorInactive:\"rgba(0, 0, 0, 0.1)\"}},preview:true,trigger:{color:\"rgb(19, 30, 66)\",iconSize:12,iconType:\"default\",text:\"Cookie Settings\",textFont:{},type:\"text\"},width:\"100%\"})})})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{B26_3kIhV:{height:40,y:265.0899963378906}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref2,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref4,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-mkr7ry-container hidden-72rtr7 hidden-2ctc8x\",layoutScroll:true,style:{rotate:90},children:/*#__PURE__*/_jsx(Button,{dX622BPEm:\"Start for FREE\",height:\"100%\",id:\"wr8SWYIC_\",layoutId:\"wr8SWYIC_\",variant:\"O9GloFL8D\",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-FxmVO { background: white; }`,\".framer-FxmVO.framer-lux5qc, .framer-FxmVO .framer-lux5qc { display: block; }\",\".framer-FxmVO.framer-72rtr7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-FxmVO .framer-1o1t1eh { -webkit-backdrop-filter: blur(10px); align-content: center; align-items: center; backdrop-filter: blur(10px); background-color: rgba(255, 255, 255, 0.5); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 20px 30px 20px 30px; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-FxmVO .framer-1yw3ijd-container { flex: 1 0 0px; height: auto; max-width: 1170px; position: relative; width: 1px; }\",\".framer-FxmVO .framer-lrjd03 { 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: visible; padding: 90px 30px 0px 30px; position: relative; width: 100%; }\",\".framer-FxmVO .framer-qen1ig { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1170px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-FxmVO .framer-14r8hcs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FxmVO .framer-16dev1y { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-FxmVO .framer-1wkafrk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-FxmVO .framer-62ge1f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1170px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FxmVO .framer-16vgnbi, .framer-FxmVO .framer-65jkn9, .framer-FxmVO .framer-g7135y, .framer-FxmVO .framer-lovqcs, .framer-FxmVO .framer-rp7ufi, .framer-FxmVO .framer-19943em, .framer-FxmVO .framer-11ajp0p, .framer-FxmVO .framer-1644h0, .framer-FxmVO .framer-1meov0j, .framer-FxmVO .framer-art7fn, .framer-FxmVO .framer-13zykcd, .framer-FxmVO .framer-2fhhio, .framer-FxmVO .framer-1s1qs9t { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-FxmVO .framer-1bgcw4a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-FxmVO .framer-16c7umj { align-content: center; align-items: center; background-color: #c80815; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px 0px 10px 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-FxmVO .framer-7y3e6w-container, .framer-FxmVO .framer-1fq0umv-container, .framer-FxmVO .framer-956mzd-container, .framer-FxmVO .framer-y05i6e-container, .framer-FxmVO .framer-1yd8h13-container, .framer-FxmVO .framer-1p8i5qn-container, .framer-FxmVO .framer-em1ski-container, .framer-FxmVO .framer-13cstlf-container, .framer-FxmVO .framer-2k7bui-container, .framer-FxmVO .framer-1ppnjc3-container, .framer-FxmVO .framer-1rod13c-container, .framer-FxmVO .framer-bgpvzg-container, .framer-FxmVO .framer-3ecfrh-container, .framer-FxmVO .framer-zrotn6-container, .framer-FxmVO .framer-1uk0oec-container, .framer-FxmVO .framer-1dzgbw-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-FxmVO .framer-gqfwnw, .framer-FxmVO .framer-n71wiu, .framer-FxmVO .framer-1a05p92, .framer-FxmVO .framer-u8fz8o, .framer-FxmVO .framer-jrtlbo, .framer-FxmVO .framer-1j2edyq, .framer-FxmVO .framer-1n2kezl, .framer-FxmVO .framer-1uc8oac, .framer-FxmVO .framer-1h3zgk6, .framer-FxmVO .framer-w6v9f9, .framer-FxmVO .framer-s0t5ig, .framer-FxmVO .framer-11m0kby, .framer-FxmVO .framer-gbx4f, .framer-FxmVO .framer-nmuax6, .framer-FxmVO .framer-9twiin, .framer-FxmVO .framer-1xr03p0 { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-FxmVO .framer-14kaujy, .framer-FxmVO .framer-lqalzt { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 570px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-FxmVO .framer-vkwzsz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 490px; }\",\".framer-FxmVO .framer-1kq5egx-container { flex: none; height: auto; position: absolute; right: -1px; top: 50%; transform: translateY(-50%); width: 100%; z-index: 1; }\",\".framer-FxmVO .framer-1jglg02 { aspect-ratio: 0.5 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 340px); position: relative; width: 170px; z-index: 0; }\",\".framer-FxmVO .framer-10t0efn { 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: 0px 30px 0px 30px; position: relative; width: 100%; }\",\".framer-FxmVO .framer-1ffug51 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 29px; height: min-content; justify-content: center; max-width: 1170px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-FxmVO .framer-c96e00 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 13px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-FxmVO .framer-x5iw31 { 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: 100%; }\",\".framer-FxmVO .framer-1uaecik { background-color: #ffffff; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; border-top-left-radius: 2px; border-top-right-radius: 2px; flex: none; height: 114px; position: relative; width: 12px; }\",\".framer-FxmVO .framer-1uwaj34 { 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-FxmVO .framer-m35i0c-container, .framer-FxmVO .framer-190ltau-container { flex: none; height: auto; position: relative; width: auto; z-index: 1; }\",\".framer-FxmVO .framer-rtg6gd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FxmVO .framer-1ewkgas { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 3px; height: min-content; justify-content: center; min-height: 46px; min-width: 262px; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-FxmVO .framer-j5xc3z { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: absolute; right: -15px; top: 51%; transform: translateY(-50%); white-space: pre; width: auto; z-index: 1; }\",\".framer-FxmVO .framer-1soim9m { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: absolute; right: 42px; top: 41%; transform: translateY(-50%); white-space: pre-wrap; width: 483px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-FxmVO .framer-105uiig { align-content: center; align-items: center; border-bottom-left-radius: 23px; border-bottom-right-radius: 23px; border-top-left-radius: 23px; border-top-right-radius: 23px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 30px; position: relative; width: 587px; z-index: 1; }\",\".framer-FxmVO .framer-d4usi4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 538px; }\",\".framer-FxmVO .framer-1osqwng, .framer-FxmVO .framer-16yj7zn, .framer-FxmVO .framer-pkr8xs, .framer-FxmVO .framer-2ao0k1, .framer-FxmVO .framer-kf3zr4, .framer-FxmVO .framer-17nmnym, .framer-FxmVO .framer-10idwov, .framer-FxmVO .framer-1vgb6p3, .framer-FxmVO .framer-1lky3pa { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FxmVO .framer-1hlsahv, .framer-FxmVO .framer-1fixgb4, .framer-FxmVO .framer-1q2yucv, .framer-FxmVO .framer-w1lwxm, .framer-FxmVO .framer-30rg03 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); overflow: hidden; position: relative; width: 24px; }\",\".framer-FxmVO .framer-1bc3wpq { flex: none; height: 20px; left: 2px; position: absolute; top: 2px; width: 20px; }\",\".framer-FxmVO .framer-8d5q61, .framer-FxmVO .framer-rg2vnq, .framer-FxmVO .framer-19jdgcx, .framer-FxmVO .framer-1ffyzdd { bottom: 4px; flex: none; left: 2px; position: absolute; right: 4px; top: 2px; }\",\".framer-FxmVO .framer-1k5oalv { 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: 28px 30px 28px 30px; position: relative; width: 1200px; z-index: 1; }\",\".framer-FxmVO .framer-10v0w2y { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 71px; height: min-content; justify-content: center; max-width: 1170px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-FxmVO .framer-hxhfge { aspect-ratio: 0.6896551724137931 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 580px); position: relative; width: 400px; }\",\".framer-FxmVO .framer-6zqaz1 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-FxmVO .framer-osmeql, .framer-FxmVO .framer-1hgf1p2 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 669px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-FxmVO .framer-v2lxmx, .framer-FxmVO .framer-ma9w2r, .framer-FxmVO .framer-1vbbygc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-FxmVO .framer-feg2ef { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 723px; max-width: 39%; position: absolute; top: 50%; transform: translateY(-50%); white-space: pre-wrap; width: 448px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-FxmVO .framer-1dsny35 { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 119px; position: absolute; top: -83px; white-space: pre; width: auto; z-index: 1; }\",\".framer-FxmVO .framer-1excms6 { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 152px; position: absolute; top: -78px; white-space: pre; width: auto; z-index: 1; }\",\".framer-FxmVO .framer-1a0xik4 { align-content: center; align-items: center; background-color: #131e42; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 28px 60px 28px 60px; position: relative; width: 100%; }\",\".framer-FxmVO .framer-1hevqic { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1170px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FxmVO .framer-1oo3doy { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 400px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-FxmVO .framer-1ak5qsn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FxmVO .framer-gy8c87, .framer-FxmVO .framer-1rt88u0, .framer-FxmVO .framer-zqlcfq, .framer-FxmVO .framer-1ot4c7z { 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; max-width: 300px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-FxmVO .framer-1xrwy2b, .framer-FxmVO .framer-1pmzgc9, .framer-FxmVO .framer-qtkr77, .framer-FxmVO .framer-y07xoe { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-FxmVO .framer-1hq9lza, .framer-FxmVO .framer-rlj7pz, .framer-FxmVO .framer-sevo8w, .framer-FxmVO .framer-13k5dro, .framer-FxmVO .framer-qyieki { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-FxmVO .framer-qhys40, .framer-FxmVO .framer-zih5x9, .framer-FxmVO .framer-qhzc3a, .framer-FxmVO .framer-slw97 { flex: none; height: 30px; left: -14px; position: absolute; top: -16px; width: 36px; z-index: 1; }\",\".framer-FxmVO .framer-1h4yyqi, .framer-FxmVO .framer-w23lel, .framer-FxmVO .framer-1x5aoy5, .framer-FxmVO .framer-8bioze { bottom: -20px; flex: none; height: 30px; position: absolute; right: -16px; width: 36px; z-index: 1; }\",\".framer-FxmVO .framer-17gtnpr { flex: none; height: 49px; left: -56px; position: absolute; top: 2px; width: 56px; z-index: 1; }\",\".framer-FxmVO .framer-17pt5jw { bottom: -20px; flex: none; height: 49px; position: absolute; right: -56px; width: 56px; z-index: 1; }\",\".framer-FxmVO .framer-1lijiqb { 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: 67px 30px 67px 30px; position: relative; width: 100%; }\",\".framer-FxmVO .framer-mxnszi { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px 0px 0px 30px; position: relative; width: 1px; }\",\".framer-FxmVO .framer-2eaei0 { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 500px); justify-content: center; overflow: visible; padding: 0px; position: relative; width: 500px; }\",\".framer-FxmVO .framer-pvs8p1 { --border-bottom-width: 1px; --border-color: #e3e3e3; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; border-bottom-left-radius: 9999px; border-bottom-right-radius: 9999px; border-top-left-radius: 9999px; border-top-right-radius: 9999px; bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-FxmVO .framer-19yaief, .framer-FxmVO .framer-16p9l2p { aspect-ratio: 0.9706386301771386 / 1; background-color: #e3e3e3; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: -5px; flex: none; height: var(--framer-aspect-ratio-supported, 10px); left: 50%; position: absolute; transform: translateX(-50%); width: 9px; }\",\".framer-FxmVO .framer-1u2w6du { aspect-ratio: 0.9706386301771386 / 1; background-color: #e3e3e3; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: 157px; flex: none; height: var(--framer-aspect-ratio-supported, 8px); left: 12px; position: absolute; width: 8px; }\",\".framer-FxmVO .framer-8junq9 { aspect-ratio: 0.9706386301771386 / 1; background-color: #e3e3e3; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: 436px; flex: none; height: var(--framer-aspect-ratio-supported, 10px); left: 85px; position: absolute; width: 9px; }\",\".framer-FxmVO .framer-mrztr1 { aspect-ratio: 0.9706386301771386 / 1; background-color: #e3e3e3; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 10px); position: absolute; right: 13px; top: 158px; width: 9px; }\",\".framer-FxmVO .framer-1owndfy { --border-bottom-width: 1px; --border-color: #e3e3e3; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; border-top-left-radius: 999px; border-top-right-radius: 999px; bottom: 90px; flex: none; left: 90px; position: absolute; right: 90px; top: 90px; z-index: 1; }\",\".framer-FxmVO .framer-9eiacq { aspect-ratio: 0.9706386301771386 / 1; background-color: #e3e3e3; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; bottom: 157px; flex: none; height: var(--framer-aspect-ratio-supported, 8px); left: -3px; position: absolute; width: 8px; }\",\".framer-FxmVO .framer-19qzuzr { aspect-ratio: 0.9706386301771386 / 1; background-color: #e3e3e3; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 10px); left: 85px; position: absolute; top: 10px; width: 9px; }\",\".framer-FxmVO .framer-y40jeo { aspect-ratio: 0.9706386301771386 / 1; background-color: #e3e3e3; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 10px); position: absolute; right: -3px; top: 158px; width: 9px; }\",\".framer-FxmVO .framer-1fwa4zg { align-content: center; align-items: center; aspect-ratio: 1 / 1; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 105px); justify-content: center; left: 120px; overflow: visible; padding: 9px; position: absolute; top: -12px; width: 105px; z-index: 2; }\",\".framer-FxmVO .framer-1c28j8q, .framer-FxmVO .framer-qcjqw, .framer-FxmVO .framer-1orksj5 { --framer-paragraph-spacing: 0px; bottom: -15px; flex: none; height: auto; left: 50%; position: absolute; transform: translateX(-50%); white-space: pre; width: auto; z-index: 3; }\",\".framer-FxmVO .framer-fmftyt, .framer-FxmVO .framer-drzt7i { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; box-shadow: 0px 0px 54px 0px rgba(200, 8, 21, 0.45); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; overflow: visible; padding: 10px; position: relative; width: 1px; z-index: 2; }\",\".framer-FxmVO .framer-17h803i, .framer-FxmVO .framer-jb9umq, .framer-FxmVO .framer-1pjgb19 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 60px); position: relative; width: 60px; }\",\".framer-FxmVO .framer-c429py, .framer-FxmVO .framer-lw9u8q, .framer-FxmVO .framer-jxxgr { background: linear-gradient(180deg, #c80815 13.999999999999998%, rgba(200, 8, 21, 0) 89.5945945945946%); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-FxmVO .framer-1bvdyi4 { align-content: center; align-items: center; aspect-ratio: 1 / 1; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 105px); justify-content: center; overflow: visible; padding: 9px; position: absolute; right: 67px; top: 34px; width: 105px; z-index: 1; }\",\".framer-FxmVO .framer-t1950j { --framer-paragraph-spacing: 0px; bottom: -30px; flex: none; height: auto; left: 50%; position: absolute; transform: translateX(-50%); white-space: pre-wrap; width: 118px; word-break: break-word; word-wrap: break-word; z-index: 3; }\",\".framer-FxmVO .framer-1wmvl2r, .framer-FxmVO .framer-1k6ih8x, .framer-FxmVO .framer-av4l6b { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; box-shadow: 0px 0px 54px 0px rgba(19, 30, 66, 0.45); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; overflow: visible; padding: 10px; position: relative; width: 1px; z-index: 2; }\",\".framer-FxmVO .framer-np30ro { flex: none; height: 55px; position: relative; width: 60px; }\",\".framer-FxmVO .framer-yhxx2y, .framer-FxmVO .framer-h8otlo, .framer-FxmVO .framer-1ij3rud { background: linear-gradient(180deg, #131e42 13.999999999999998%, rgba(19, 30, 66, 0) 89.5945945945946%); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-FxmVO .framer-3f48ac { align-content: center; align-items: center; aspect-ratio: 1 / 1; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; bottom: 170px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 105px); justify-content: center; overflow: visible; padding: 9px; position: absolute; right: -23px; width: 105px; z-index: 1; }\",\".framer-FxmVO .framer-ibl8p { --framer-paragraph-spacing: 0px; bottom: -30px; flex: none; height: auto; left: 50%; position: absolute; transform: translateX(-50%); white-space: pre-wrap; width: 125px; word-break: break-word; word-wrap: break-word; z-index: 3; }\",\".framer-FxmVO .framer-rpnlnk { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; box-shadow: 0px 0px 51px 0px rgba(200, 8, 21, 0.46); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; overflow: visible; padding: 10px; position: relative; width: 1px; z-index: 2; }\",\".framer-FxmVO .framer-mdimnh { aspect-ratio: 1.3043478260869565 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 54px); position: relative; width: 70px; }\",\".framer-FxmVO .framer-1ridc9 { align-content: center; align-items: center; aspect-ratio: 1 / 1; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; bottom: -14px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 105px); justify-content: center; overflow: visible; padding: 9px; position: absolute; right: 130px; width: 105px; z-index: 1; }\",\".framer-FxmVO .framer-12o7yxj { aspect-ratio: 1.2 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 54px); position: relative; width: 65px; }\",\".framer-FxmVO .framer-1xow7dh { align-content: center; align-items: center; aspect-ratio: 1 / 1; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; bottom: 25px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 105px); justify-content: center; left: 24px; overflow: visible; padding: 9px; position: absolute; width: 105px; z-index: 1; }\",\".framer-FxmVO .framer-edtbwo { --framer-paragraph-spacing: 0px; bottom: -30px; flex: none; height: auto; left: 50%; position: absolute; transform: translateX(-50%); white-space: pre-wrap; width: 123px; word-break: break-word; word-wrap: break-word; z-index: 3; }\",\".framer-FxmVO .framer-zgsdyi { align-content: center; align-items: center; aspect-ratio: 1 / 1; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 105px); justify-content: center; left: -23px; overflow: visible; padding: 9px; position: absolute; top: 161px; width: 105px; z-index: 1; }\",\".framer-FxmVO .framer-j512l0 { aspect-ratio: 0.8215488215488216 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 219px); position: relative; width: 36%; }\",\".framer-FxmVO .framer-kh1itx, .framer-FxmVO .framer-v0r5l6, .framer-FxmVO .framer-vdb9mp, .framer-FxmVO .framer-a3hybj, .framer-FxmVO .framer-117ps3e { 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-FxmVO .framer-19s3ev0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FxmVO .framer-17mqehr { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-FxmVO .framer-1a33ohf, .framer-FxmVO .framer-1qcb8a0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FxmVO .framer-12y4w6p, .framer-FxmVO .framer-p07x4l, .framer-FxmVO .framer-7axgmt, .framer-FxmVO .framer-1yil8cq, .framer-FxmVO .framer-1ckrjkj { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-FxmVO .framer-4bl32h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 678px; }\",\".framer-FxmVO .framer-tx5sp0 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 30px 0px 30px; position: relative; width: 100%; }\",\".framer-FxmVO .framer-1g2nlbs { 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; max-width: 1280px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FxmVO .framer-1jcn81c { 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: 1280px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-FxmVO .framer-1140ixe { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 900px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-FxmVO .framer-1jvie2p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-FxmVO .framer-1c6ax1i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-FxmVO .framer-47qmuh { align-content: center; align-items: center; background-color: #f7f7f7; 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: 55px; height: min-content; justify-content: center; overflow: hidden; padding: 16px 60px 16px 60px; position: sticky; top: 100px; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-FxmVO .framer-ukty2d { align-content: center; align-items: center; background-color: #131e42; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-FxmVO .framer-1njrukr, .framer-FxmVO .framer-xbs4ft, .framer-FxmVO .framer-kldtea, .framer-FxmVO .framer-1t2qmmp, .framer-FxmVO .framer-qi9vph, .framer-FxmVO .framer-1tpimj2, .framer-FxmVO .framer-rtrigq, .framer-FxmVO .framer-eg9pj7 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-FxmVO .framer-p3ybxb, .framer-FxmVO .framer-1pf3auq, .framer-FxmVO .framer-emqrd8, .framer-FxmVO .framer-kjzrel { align-content: center; align-items: center; background-color: #f5f5f5; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-FxmVO .framer-1l4edp2, .framer-FxmVO .framer-30ffxf, .framer-FxmVO .framer-14zqym3 { 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: visible; padding: 0px; position: relative; width: 40%; }\",\".framer-FxmVO .framer-18qby4i, .framer-FxmVO .framer-19greuo, .framer-FxmVO .framer-x2d26p { aspect-ratio: 1.1875 / 1; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 344px); overflow: visible; position: relative; width: 1px; }\",\".framer-FxmVO .framer-g3mm26 { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 0px; position: absolute; top: -25px; white-space: pre-wrap; width: 165px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-FxmVO .framer-izomx3 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: absolute; right: 0px; top: -25px; white-space: pre-wrap; width: 165px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-FxmVO .framer-1rugfiz { align-content: center; align-items: center; background-color: #f7f7f7; 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: center; overflow: hidden; padding: 16px 60px 16px 60px; position: sticky; top: 152px; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-FxmVO .framer-ag4mu2 { align-content: center; align-items: center; background-color: #131e42; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-FxmVO .framer-pgqdw6 { align-content: center; align-items: center; background-color: #f7f7f7; 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: center; overflow: hidden; padding: 16px 60px 16px 60px; position: sticky; top: 204px; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 3; }\",\".framer-FxmVO .framer-1921jel { align-content: center; align-items: center; background-color: #131e42; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 3; }\",\".framer-FxmVO .framer-m6dljg { 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: visible; padding: 0px; position: relative; width: 39%; }\",\".framer-FxmVO .framer-1nurpym { aspect-ratio: 1.1875 / 1; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 335px); overflow: visible; position: relative; width: 1px; }\",\".framer-FxmVO .framer-d183bu { align-content: center; align-items: center; background-color: #f7f7f7; 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: center; overflow: hidden; padding: 16px 60px 16px 60px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 4; }\",\".framer-FxmVO .framer-myqdo8, .framer-FxmVO .framer-10vnz1h, .framer-FxmVO .framer-rntvoc, .framer-FxmVO .framer-1d9edaa, .framer-FxmVO .framer-13c7qf4 { align-content: center; align-items: center; background-color: #131e42; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 4; }\",\".framer-FxmVO .framer-m8qepw { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 150px 30px 150px 30px; position: relative; width: 100%; }\",\".framer-FxmVO .framer-1jzvdrp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; max-width: 1280px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-FxmVO .framer-nb6itc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FxmVO .framer-14saprm { 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%; z-index: 1; }\",\".framer-FxmVO .framer-18231f0 { align-content: center; align-items: center; background-color: #f7f7f7; 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: center; overflow: visible; padding: 16px 60px 16px 60px; position: sticky; top: 100px; width: 100%; will-change: transform; z-index: 1; }\",\".framer-FxmVO .framer-dkqhvz, .framer-FxmVO .framer-18int0z, .framer-FxmVO .framer-ysozkx, .framer-FxmVO .framer-16qg1rs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-FxmVO .framer-1wo5dg7, .framer-FxmVO .framer-1qz4ewp, .framer-FxmVO .framer-iepsa9, .framer-FxmVO .framer-1qx4ta3 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-FxmVO .framer-ws97ii, .framer-FxmVO .framer-1fhcnv8, .framer-FxmVO .framer-1qhgura, .framer-FxmVO .framer-badkuw { aspect-ratio: 1.3571428571428572 / 1; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: var(--framer-aspect-ratio-supported, 301px); position: relative; width: 40%; }\",\".framer-FxmVO .framer-14193o2 { align-content: center; align-items: center; background-color: #f7f7f7; 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: center; overflow: visible; padding: 16px 60px 16px 60px; position: sticky; top: 152px; width: 100%; will-change: transform; z-index: 1; }\",\".framer-FxmVO .framer-10szpac { align-content: center; align-items: center; background-color: #f7f7f7; 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: center; overflow: visible; padding: 16px 60px 16px 60px; position: sticky; top: 204px; width: 100%; will-change: transform; z-index: 1; }\",\".framer-FxmVO .framer-1koww09 { align-content: center; align-items: center; background-color: #f7f7f7; 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: center; overflow: visible; padding: 16px 60px 16px 60px; position: relative; width: 100%; z-index: 1; }\",\".framer-FxmVO .framer-18h1ru5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: sticky; top: 50px; width: min-content; will-change: transform; z-index: 1; }\",\".framer-FxmVO .framer-2x0ws { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 30px 70px 30px; position: relative; width: 100%; }\",\".framer-FxmVO .framer-16h06by { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; max-width: 1170px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FxmVO .framer-15oqpp1 { --framer-paragraph-spacing: 0px; flex: none; height: 96px; position: relative; white-space: pre-wrap; width: 570px; word-break: break-word; word-wrap: break-word; }\",\".framer-FxmVO .framer-9wpz8h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 31px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FxmVO .framer-100sp41 { --border-bottom-width: 1px; --border-color: #a1989c; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; 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: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 570px; overflow: visible; padding: 32px; position: relative; width: 47%; }\",\".framer-FxmVO .framer-7tpq2a { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-FxmVO .framer-1aoo8jd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 334px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FxmVO .framer-1xeln3k { flex: none; height: 69px; position: relative; width: 69px; }\",\".framer-FxmVO .framer-1m6nroy { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-FxmVO .framer-2eiiwq { 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: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-FxmVO .framer-bfvscf { 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: 100%; }\",\".framer-FxmVO .framer-t1s47l, .framer-FxmVO .framer-1s4d0hs { flex: none; height: 49px; position: relative; width: 56px; z-index: 1; }\",\".framer-FxmVO .framer-16ha8na { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-FxmVO .framer-j6egzz { 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: 150px 30px 150px 30px; position: relative; width: 100%; }\",\".framer-FxmVO .framer-1gzg407 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-start; max-width: 1170px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-FxmVO .framer-omds33 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 470px; }\",\".framer-FxmVO .framer-87i4vo { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 470px; word-break: break-word; word-wrap: break-word; }\",\".framer-FxmVO .framer-1b2s4iy { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-FxmVO .framer-1qycpne, .framer-FxmVO .framer-1w8mncz, .framer-FxmVO .framer-qxwc55, .framer-FxmVO .framer-gw9d82 { 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; padding: 0px; position: relative; width: 100%; }\",'.framer-FxmVO .framer-vtvn6b, .framer-FxmVO .framer-aeg9by, .framer-FxmVO .framer-1fl7hiw { --framer-input-border-bottom-width: 1px; --framer-input-border-color: #484a52; --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 40px; --framer-input-border-radius-bottom-right: 40px; --framer-input-border-radius-top-left: 40px; --framer-input-border-radius-top-right: 40px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: #484a52; --framer-input-font-family: \"Roboto\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.6em; --framer-input-font-size: 16px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 16px 24px 16px 24px; --framer-input-placeholder-color: #484a52; --framer-input-wrapper-height: auto; flex: none; height: auto; position: relative; width: 100%; }','.framer-FxmVO .framer-19ed6sw { --framer-input-border-bottom-width: 1px; --framer-input-border-color: #484a52; --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 20px; --framer-input-border-radius-bottom-right: 20px; --framer-input-border-radius-top-left: 20px; --framer-input-border-radius-top-right: 20px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #0099ff; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: #484a52; --framer-input-font-family: \"Roboto\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.6em; --framer-input-font-size: 16px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 16px 24px 16px 24px; --framer-input-placeholder-color: #484a52; --framer-input-wrapper-height: auto; --framer-textarea-resize: vertical; flex: none; height: auto; min-height: 144px; opacity: 0.75; position: relative; width: 100%; }',\".framer-FxmVO .framer-izawzn { --framer-paragraph-spacing: 0px; flex: none; height: auto; opacity: 0.5; position: relative; white-space: pre-wrap; width: 470px; word-break: break-word; word-wrap: break-word; }\",\".framer-FxmVO .framer-1f7jqqq { 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: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-FxmVO .framer-14q00e4 { --framer-paragraph-spacing: 4px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-FxmVO .framer-ot6297 { align-content: center; align-items: center; background-color: #131e42; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 90px 30px 45px 30px; position: relative; width: 100%; }\",\".framer-FxmVO .framer-fk8887 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 110px; height: min-content; justify-content: center; max-width: 1170px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-FxmVO .framer-1ivvvc7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-FxmVO .framer-ys76bs { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-FxmVO .framer-154fe56 { flex: none; height: 49px; overflow: visible; position: relative; width: 283px; }\",\".framer-FxmVO .framer-vrx1e3 { 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: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-FxmVO .framer-v85x8x { 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: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-FxmVO .framer-21z5gl { flex: none; height: 64px; position: relative; width: 64px; }\",\".framer-FxmVO .framer-1f3w6wo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-FxmVO .framer-queiqf, .framer-FxmVO .framer-1ozfkv7, .framer-FxmVO .framer-17cjt4d, .framer-FxmVO .framer-qd3da1, .framer-FxmVO .framer-1lvgyxf { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-FxmVO .framer-1xne5g { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 95px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-FxmVO .framer-1rsn7ns { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-FxmVO .framer-16c1gtg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 33px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 172px; }\",\".framer-FxmVO .framer-1ojj3yr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 33px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 134px; }\",\".framer-FxmVO .framer-mkr7ry-container { flex: none; height: auto; position: fixed; right: -44px; top: 265px; width: auto; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-FxmVO.framer-72rtr7, .framer-FxmVO .framer-1o1t1eh, .framer-FxmVO .framer-lrjd03, .framer-FxmVO .framer-qen1ig, .framer-FxmVO .framer-14r8hcs, .framer-FxmVO .framer-16dev1y, .framer-FxmVO .framer-1wkafrk, .framer-FxmVO .framer-62ge1f, .framer-FxmVO .framer-1bgcw4a, .framer-FxmVO .framer-16c7umj, .framer-FxmVO .framer-vkwzsz, .framer-FxmVO .framer-10t0efn, .framer-FxmVO .framer-1ffug51, .framer-FxmVO .framer-c96e00, .framer-FxmVO .framer-x5iw31, .framer-FxmVO .framer-1uwaj34, .framer-FxmVO .framer-rtg6gd, .framer-FxmVO .framer-1ewkgas, .framer-FxmVO .framer-105uiig, .framer-FxmVO .framer-d4usi4, .framer-FxmVO .framer-1osqwng, .framer-FxmVO .framer-16yj7zn, .framer-FxmVO .framer-pkr8xs, .framer-FxmVO .framer-2ao0k1, .framer-FxmVO .framer-kf3zr4, .framer-FxmVO .framer-1k5oalv, .framer-FxmVO .framer-10v0w2y, .framer-FxmVO .framer-6zqaz1, .framer-FxmVO .framer-v2lxmx, .framer-FxmVO .framer-1a0xik4, .framer-FxmVO .framer-1hevqic, .framer-FxmVO .framer-1ak5qsn, .framer-FxmVO .framer-gy8c87, .framer-FxmVO .framer-1xrwy2b, .framer-FxmVO .framer-1rt88u0, .framer-FxmVO .framer-1pmzgc9, .framer-FxmVO .framer-zqlcfq, .framer-FxmVO .framer-qtkr77, .framer-FxmVO .framer-1ot4c7z, .framer-FxmVO .framer-y07xoe, .framer-FxmVO .framer-1lijiqb, .framer-FxmVO .framer-mxnszi, .framer-FxmVO .framer-2eaei0, .framer-FxmVO .framer-1fwa4zg, .framer-FxmVO .framer-fmftyt, .framer-FxmVO .framer-1bvdyi4, .framer-FxmVO .framer-1wmvl2r, .framer-FxmVO .framer-3f48ac, .framer-FxmVO .framer-rpnlnk, .framer-FxmVO .framer-1ridc9, .framer-FxmVO .framer-1k6ih8x, .framer-FxmVO .framer-1xow7dh, .framer-FxmVO .framer-drzt7i, .framer-FxmVO .framer-zgsdyi, .framer-FxmVO .framer-av4l6b, .framer-FxmVO .framer-kh1itx, .framer-FxmVO .framer-19s3ev0, .framer-FxmVO .framer-1a33ohf, .framer-FxmVO .framer-17nmnym, .framer-FxmVO .framer-4bl32h, .framer-FxmVO .framer-10idwov, .framer-FxmVO .framer-1vgb6p3, .framer-FxmVO .framer-1lky3pa, .framer-FxmVO .framer-tx5sp0, .framer-FxmVO .framer-1g2nlbs, .framer-FxmVO .framer-1jcn81c, .framer-FxmVO .framer-1jvie2p, .framer-FxmVO .framer-1c6ax1i, .framer-FxmVO .framer-47qmuh, .framer-FxmVO .framer-ukty2d, .framer-FxmVO .framer-p3ybxb, .framer-FxmVO .framer-1l4edp2, .framer-FxmVO .framer-v0r5l6, .framer-FxmVO .framer-1rugfiz, .framer-FxmVO .framer-ag4mu2, .framer-FxmVO .framer-1pf3auq, .framer-FxmVO .framer-30ffxf, .framer-FxmVO .framer-vdb9mp, .framer-FxmVO .framer-pgqdw6, .framer-FxmVO .framer-1921jel, .framer-FxmVO .framer-emqrd8, .framer-FxmVO .framer-m6dljg, .framer-FxmVO .framer-a3hybj, .framer-FxmVO .framer-d183bu, .framer-FxmVO .framer-myqdo8, .framer-FxmVO .framer-kjzrel, .framer-FxmVO .framer-14zqym3, .framer-FxmVO .framer-117ps3e, .framer-FxmVO .framer-ma9w2r, .framer-FxmVO .framer-m8qepw, .framer-FxmVO .framer-1jzvdrp, .framer-FxmVO .framer-nb6itc, .framer-FxmVO .framer-14saprm, .framer-FxmVO .framer-18231f0, .framer-FxmVO .framer-10vnz1h, .framer-FxmVO .framer-dkqhvz, .framer-FxmVO .framer-1wo5dg7, .framer-FxmVO .framer-14193o2, .framer-FxmVO .framer-rntvoc, .framer-FxmVO .framer-18int0z, .framer-FxmVO .framer-1qz4ewp, .framer-FxmVO .framer-10szpac, .framer-FxmVO .framer-1d9edaa, .framer-FxmVO .framer-ysozkx, .framer-FxmVO .framer-iepsa9, .framer-FxmVO .framer-1koww09, .framer-FxmVO .framer-13c7qf4, .framer-FxmVO .framer-16qg1rs, .framer-FxmVO .framer-1qx4ta3, .framer-FxmVO .framer-18h1ru5, .framer-FxmVO .framer-2x0ws, .framer-FxmVO .framer-16h06by, .framer-FxmVO .framer-9wpz8h, .framer-FxmVO .framer-100sp41, .framer-FxmVO .framer-7tpq2a, .framer-FxmVO .framer-1aoo8jd, .framer-FxmVO .framer-1m6nroy, .framer-FxmVO .framer-2eiiwq, .framer-FxmVO .framer-bfvscf, .framer-FxmVO .framer-16ha8na, .framer-FxmVO .framer-j6egzz, .framer-FxmVO .framer-1gzg407, .framer-FxmVO .framer-omds33, .framer-FxmVO .framer-1qcb8a0, .framer-FxmVO .framer-1b2s4iy, .framer-FxmVO .framer-1qycpne, .framer-FxmVO .framer-1w8mncz, .framer-FxmVO .framer-qxwc55, .framer-FxmVO .framer-gw9d82, .framer-FxmVO .framer-1f7jqqq, .framer-FxmVO .framer-ot6297, .framer-FxmVO .framer-fk8887, .framer-FxmVO .framer-ys76bs, .framer-FxmVO .framer-vrx1e3, .framer-FxmVO .framer-v85x8x, .framer-FxmVO .framer-1f3w6wo, .framer-FxmVO .framer-1xne5g, .framer-FxmVO .framer-1vbbygc, .framer-FxmVO .framer-1rsn7ns, .framer-FxmVO .framer-16c1gtg, .framer-FxmVO .framer-1ojj3yr { gap: 0px; } .framer-FxmVO.framer-72rtr7 > *, .framer-FxmVO .framer-16dev1y > *, .framer-FxmVO .framer-1hevqic > *, .framer-FxmVO .framer-fmftyt > *, .framer-FxmVO .framer-1wmvl2r > *, .framer-FxmVO .framer-rpnlnk > *, .framer-FxmVO .framer-1k6ih8x > *, .framer-FxmVO .framer-drzt7i > *, .framer-FxmVO .framer-av4l6b > *, .framer-FxmVO .framer-100sp41 > *, .framer-FxmVO .framer-1m6nroy > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-FxmVO.framer-72rtr7 > :first-child, .framer-FxmVO .framer-qen1ig > :first-child, .framer-FxmVO .framer-16dev1y > :first-child, .framer-FxmVO .framer-1wkafrk > :first-child, .framer-FxmVO .framer-62ge1f > :first-child, .framer-FxmVO .framer-vkwzsz > :first-child, .framer-FxmVO .framer-c96e00 > :first-child, .framer-FxmVO .framer-d4usi4 > :first-child, .framer-FxmVO .framer-6zqaz1 > :first-child, .framer-FxmVO .framer-1a0xik4 > :first-child, .framer-FxmVO .framer-1hevqic > :first-child, .framer-FxmVO .framer-gy8c87 > :first-child, .framer-FxmVO .framer-1rt88u0 > :first-child, .framer-FxmVO .framer-zqlcfq > :first-child, .framer-FxmVO .framer-1ot4c7z > :first-child, .framer-FxmVO .framer-2eaei0 > :first-child, .framer-FxmVO .framer-fmftyt > :first-child, .framer-FxmVO .framer-1wmvl2r > :first-child, .framer-FxmVO .framer-rpnlnk > :first-child, .framer-FxmVO .framer-1k6ih8x > :first-child, .framer-FxmVO .framer-drzt7i > :first-child, .framer-FxmVO .framer-av4l6b > :first-child, .framer-FxmVO .framer-kh1itx > :first-child, .framer-FxmVO .framer-19s3ev0 > :first-child, .framer-FxmVO .framer-1a33ohf > :first-child, .framer-FxmVO .framer-tx5sp0 > :first-child, .framer-FxmVO .framer-1g2nlbs > :first-child, .framer-FxmVO .framer-1jcn81c > :first-child, .framer-FxmVO .framer-1jvie2p > :first-child, .framer-FxmVO .framer-1c6ax1i > :first-child, .framer-FxmVO .framer-47qmuh > :first-child, .framer-FxmVO .framer-v0r5l6 > :first-child, .framer-FxmVO .framer-1rugfiz > :first-child, .framer-FxmVO .framer-vdb9mp > :first-child, .framer-FxmVO .framer-pgqdw6 > :first-child, .framer-FxmVO .framer-a3hybj > :first-child, .framer-FxmVO .framer-d183bu > :first-child, .framer-FxmVO .framer-117ps3e > :first-child, .framer-FxmVO .framer-m8qepw > :first-child, .framer-FxmVO .framer-1jzvdrp > :first-child, .framer-FxmVO .framer-nb6itc > :first-child, .framer-FxmVO .framer-14saprm > :first-child, .framer-FxmVO .framer-18231f0 > :first-child, .framer-FxmVO .framer-14193o2 > :first-child, .framer-FxmVO .framer-10szpac > :first-child, .framer-FxmVO .framer-1koww09 > :first-child, .framer-FxmVO .framer-2x0ws > :first-child, .framer-FxmVO .framer-16h06by > :first-child, .framer-FxmVO .framer-100sp41 > :first-child, .framer-FxmVO .framer-7tpq2a > :first-child, .framer-FxmVO .framer-1m6nroy > :first-child, .framer-FxmVO .framer-2eiiwq > :first-child, .framer-FxmVO .framer-omds33 > :first-child, .framer-FxmVO .framer-1qcb8a0 > :first-child, .framer-FxmVO .framer-1b2s4iy > :first-child, .framer-FxmVO .framer-1qycpne > :first-child, .framer-FxmVO .framer-1w8mncz > :first-child, .framer-FxmVO .framer-qxwc55 > :first-child, .framer-FxmVO .framer-gw9d82 > :first-child, .framer-FxmVO .framer-1f7jqqq > :first-child, .framer-FxmVO .framer-fk8887 > :first-child, .framer-FxmVO .framer-ys76bs > :first-child, .framer-FxmVO .framer-vrx1e3 > :first-child, .framer-FxmVO .framer-1f3w6wo > :first-child, .framer-FxmVO .framer-1xne5g > :first-child, .framer-FxmVO .framer-16c1gtg > :first-child, .framer-FxmVO .framer-1ojj3yr > :first-child { margin-top: 0px; } .framer-FxmVO.framer-72rtr7 > :last-child, .framer-FxmVO .framer-qen1ig > :last-child, .framer-FxmVO .framer-16dev1y > :last-child, .framer-FxmVO .framer-1wkafrk > :last-child, .framer-FxmVO .framer-62ge1f > :last-child, .framer-FxmVO .framer-vkwzsz > :last-child, .framer-FxmVO .framer-c96e00 > :last-child, .framer-FxmVO .framer-d4usi4 > :last-child, .framer-FxmVO .framer-6zqaz1 > :last-child, .framer-FxmVO .framer-1a0xik4 > :last-child, .framer-FxmVO .framer-1hevqic > :last-child, .framer-FxmVO .framer-gy8c87 > :last-child, .framer-FxmVO .framer-1rt88u0 > :last-child, .framer-FxmVO .framer-zqlcfq > :last-child, .framer-FxmVO .framer-1ot4c7z > :last-child, .framer-FxmVO .framer-2eaei0 > :last-child, .framer-FxmVO .framer-fmftyt > :last-child, .framer-FxmVO .framer-1wmvl2r > :last-child, .framer-FxmVO .framer-rpnlnk > :last-child, .framer-FxmVO .framer-1k6ih8x > :last-child, .framer-FxmVO .framer-drzt7i > :last-child, .framer-FxmVO .framer-av4l6b > :last-child, .framer-FxmVO .framer-kh1itx > :last-child, .framer-FxmVO .framer-19s3ev0 > :last-child, .framer-FxmVO .framer-1a33ohf > :last-child, .framer-FxmVO .framer-tx5sp0 > :last-child, .framer-FxmVO .framer-1g2nlbs > :last-child, .framer-FxmVO .framer-1jcn81c > :last-child, .framer-FxmVO .framer-1jvie2p > :last-child, .framer-FxmVO .framer-1c6ax1i > :last-child, .framer-FxmVO .framer-47qmuh > :last-child, .framer-FxmVO .framer-v0r5l6 > :last-child, .framer-FxmVO .framer-1rugfiz > :last-child, .framer-FxmVO .framer-vdb9mp > :last-child, .framer-FxmVO .framer-pgqdw6 > :last-child, .framer-FxmVO .framer-a3hybj > :last-child, .framer-FxmVO .framer-d183bu > :last-child, .framer-FxmVO .framer-117ps3e > :last-child, .framer-FxmVO .framer-m8qepw > :last-child, .framer-FxmVO .framer-1jzvdrp > :last-child, .framer-FxmVO .framer-nb6itc > :last-child, .framer-FxmVO .framer-14saprm > :last-child, .framer-FxmVO .framer-18231f0 > :last-child, .framer-FxmVO .framer-14193o2 > :last-child, .framer-FxmVO .framer-10szpac > :last-child, .framer-FxmVO .framer-1koww09 > :last-child, .framer-FxmVO .framer-2x0ws > :last-child, .framer-FxmVO .framer-16h06by > :last-child, .framer-FxmVO .framer-100sp41 > :last-child, .framer-FxmVO .framer-7tpq2a > :last-child, .framer-FxmVO .framer-1m6nroy > :last-child, .framer-FxmVO .framer-2eiiwq > :last-child, .framer-FxmVO .framer-omds33 > :last-child, .framer-FxmVO .framer-1qcb8a0 > :last-child, .framer-FxmVO .framer-1b2s4iy > :last-child, .framer-FxmVO .framer-1qycpne > :last-child, .framer-FxmVO .framer-1w8mncz > :last-child, .framer-FxmVO .framer-qxwc55 > :last-child, .framer-FxmVO .framer-gw9d82 > :last-child, .framer-FxmVO .framer-1f7jqqq > :last-child, .framer-FxmVO .framer-fk8887 > :last-child, .framer-FxmVO .framer-ys76bs > :last-child, .framer-FxmVO .framer-vrx1e3 > :last-child, .framer-FxmVO .framer-1f3w6wo > :last-child, .framer-FxmVO .framer-1xne5g > :last-child, .framer-FxmVO .framer-16c1gtg > :last-child, .framer-FxmVO .framer-1ojj3yr > :last-child { margin-bottom: 0px; } .framer-FxmVO .framer-1o1t1eh > *, .framer-FxmVO .framer-lrjd03 > *, .framer-FxmVO .framer-16c7umj > *, .framer-FxmVO .framer-10t0efn > *, .framer-FxmVO .framer-1uwaj34 > *, .framer-FxmVO .framer-rtg6gd > *, .framer-FxmVO .framer-1k5oalv > *, .framer-FxmVO .framer-1lijiqb > *, .framer-FxmVO .framer-1fwa4zg > *, .framer-FxmVO .framer-1bvdyi4 > *, .framer-FxmVO .framer-3f48ac > *, .framer-FxmVO .framer-1ridc9 > *, .framer-FxmVO .framer-1xow7dh > *, .framer-FxmVO .framer-zgsdyi > *, .framer-FxmVO .framer-ukty2d > *, .framer-FxmVO .framer-1l4edp2 > *, .framer-FxmVO .framer-ag4mu2 > *, .framer-FxmVO .framer-30ffxf > *, .framer-FxmVO .framer-1921jel > *, .framer-FxmVO .framer-m6dljg > *, .framer-FxmVO .framer-myqdo8 > *, .framer-FxmVO .framer-14zqym3 > *, .framer-FxmVO .framer-10vnz1h > *, .framer-FxmVO .framer-1wo5dg7 > *, .framer-FxmVO .framer-rntvoc > *, .framer-FxmVO .framer-1qz4ewp > *, .framer-FxmVO .framer-1d9edaa > *, .framer-FxmVO .framer-iepsa9 > *, .framer-FxmVO .framer-13c7qf4 > *, .framer-FxmVO .framer-1qx4ta3 > *, .framer-FxmVO .framer-bfvscf > *, .framer-FxmVO .framer-16ha8na > *, .framer-FxmVO .framer-j6egzz > *, .framer-FxmVO .framer-v85x8x > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-FxmVO .framer-1o1t1eh > :first-child, .framer-FxmVO .framer-lrjd03 > :first-child, .framer-FxmVO .framer-14r8hcs > :first-child, .framer-FxmVO .framer-1bgcw4a > :first-child, .framer-FxmVO .framer-16c7umj > :first-child, .framer-FxmVO .framer-10t0efn > :first-child, .framer-FxmVO .framer-1ffug51 > :first-child, .framer-FxmVO .framer-x5iw31 > :first-child, .framer-FxmVO .framer-1uwaj34 > :first-child, .framer-FxmVO .framer-rtg6gd > :first-child, .framer-FxmVO .framer-1ewkgas > :first-child, .framer-FxmVO .framer-105uiig > :first-child, .framer-FxmVO .framer-1osqwng > :first-child, .framer-FxmVO .framer-16yj7zn > :first-child, .framer-FxmVO .framer-pkr8xs > :first-child, .framer-FxmVO .framer-2ao0k1 > :first-child, .framer-FxmVO .framer-kf3zr4 > :first-child, .framer-FxmVO .framer-1k5oalv > :first-child, .framer-FxmVO .framer-10v0w2y > :first-child, .framer-FxmVO .framer-v2lxmx > :first-child, .framer-FxmVO .framer-1ak5qsn > :first-child, .framer-FxmVO .framer-1xrwy2b > :first-child, .framer-FxmVO .framer-1pmzgc9 > :first-child, .framer-FxmVO .framer-qtkr77 > :first-child, .framer-FxmVO .framer-y07xoe > :first-child, .framer-FxmVO .framer-1lijiqb > :first-child, .framer-FxmVO .framer-mxnszi > :first-child, .framer-FxmVO .framer-1fwa4zg > :first-child, .framer-FxmVO .framer-1bvdyi4 > :first-child, .framer-FxmVO .framer-3f48ac > :first-child, .framer-FxmVO .framer-1ridc9 > :first-child, .framer-FxmVO .framer-1xow7dh > :first-child, .framer-FxmVO .framer-zgsdyi > :first-child, .framer-FxmVO .framer-17nmnym > :first-child, .framer-FxmVO .framer-4bl32h > :first-child, .framer-FxmVO .framer-10idwov > :first-child, .framer-FxmVO .framer-1vgb6p3 > :first-child, .framer-FxmVO .framer-1lky3pa > :first-child, .framer-FxmVO .framer-ukty2d > :first-child, .framer-FxmVO .framer-p3ybxb > :first-child, .framer-FxmVO .framer-1l4edp2 > :first-child, .framer-FxmVO .framer-ag4mu2 > :first-child, .framer-FxmVO .framer-1pf3auq > :first-child, .framer-FxmVO .framer-30ffxf > :first-child, .framer-FxmVO .framer-1921jel > :first-child, .framer-FxmVO .framer-emqrd8 > :first-child, .framer-FxmVO .framer-m6dljg > :first-child, .framer-FxmVO .framer-myqdo8 > :first-child, .framer-FxmVO .framer-kjzrel > :first-child, .framer-FxmVO .framer-14zqym3 > :first-child, .framer-FxmVO .framer-ma9w2r > :first-child, .framer-FxmVO .framer-10vnz1h > :first-child, .framer-FxmVO .framer-dkqhvz > :first-child, .framer-FxmVO .framer-1wo5dg7 > :first-child, .framer-FxmVO .framer-rntvoc > :first-child, .framer-FxmVO .framer-18int0z > :first-child, .framer-FxmVO .framer-1qz4ewp > :first-child, .framer-FxmVO .framer-1d9edaa > :first-child, .framer-FxmVO .framer-ysozkx > :first-child, .framer-FxmVO .framer-iepsa9 > :first-child, .framer-FxmVO .framer-13c7qf4 > :first-child, .framer-FxmVO .framer-16qg1rs > :first-child, .framer-FxmVO .framer-1qx4ta3 > :first-child, .framer-FxmVO .framer-18h1ru5 > :first-child, .framer-FxmVO .framer-9wpz8h > :first-child, .framer-FxmVO .framer-1aoo8jd > :first-child, .framer-FxmVO .framer-bfvscf > :first-child, .framer-FxmVO .framer-16ha8na > :first-child, .framer-FxmVO .framer-j6egzz > :first-child, .framer-FxmVO .framer-1gzg407 > :first-child, .framer-FxmVO .framer-ot6297 > :first-child, .framer-FxmVO .framer-v85x8x > :first-child, .framer-FxmVO .framer-1vbbygc > :first-child, .framer-FxmVO .framer-1rsn7ns > :first-child { margin-left: 0px; } .framer-FxmVO .framer-1o1t1eh > :last-child, .framer-FxmVO .framer-lrjd03 > :last-child, .framer-FxmVO .framer-14r8hcs > :last-child, .framer-FxmVO .framer-1bgcw4a > :last-child, .framer-FxmVO .framer-16c7umj > :last-child, .framer-FxmVO .framer-10t0efn > :last-child, .framer-FxmVO .framer-1ffug51 > :last-child, .framer-FxmVO .framer-x5iw31 > :last-child, .framer-FxmVO .framer-1uwaj34 > :last-child, .framer-FxmVO .framer-rtg6gd > :last-child, .framer-FxmVO .framer-1ewkgas > :last-child, .framer-FxmVO .framer-105uiig > :last-child, .framer-FxmVO .framer-1osqwng > :last-child, .framer-FxmVO .framer-16yj7zn > :last-child, .framer-FxmVO .framer-pkr8xs > :last-child, .framer-FxmVO .framer-2ao0k1 > :last-child, .framer-FxmVO .framer-kf3zr4 > :last-child, .framer-FxmVO .framer-1k5oalv > :last-child, .framer-FxmVO .framer-10v0w2y > :last-child, .framer-FxmVO .framer-v2lxmx > :last-child, .framer-FxmVO .framer-1ak5qsn > :last-child, .framer-FxmVO .framer-1xrwy2b > :last-child, .framer-FxmVO .framer-1pmzgc9 > :last-child, .framer-FxmVO .framer-qtkr77 > :last-child, .framer-FxmVO .framer-y07xoe > :last-child, .framer-FxmVO .framer-1lijiqb > :last-child, .framer-FxmVO .framer-mxnszi > :last-child, .framer-FxmVO .framer-1fwa4zg > :last-child, .framer-FxmVO .framer-1bvdyi4 > :last-child, .framer-FxmVO .framer-3f48ac > :last-child, .framer-FxmVO .framer-1ridc9 > :last-child, .framer-FxmVO .framer-1xow7dh > :last-child, .framer-FxmVO .framer-zgsdyi > :last-child, .framer-FxmVO .framer-17nmnym > :last-child, .framer-FxmVO .framer-4bl32h > :last-child, .framer-FxmVO .framer-10idwov > :last-child, .framer-FxmVO .framer-1vgb6p3 > :last-child, .framer-FxmVO .framer-1lky3pa > :last-child, .framer-FxmVO .framer-ukty2d > :last-child, .framer-FxmVO .framer-p3ybxb > :last-child, .framer-FxmVO .framer-1l4edp2 > :last-child, .framer-FxmVO .framer-ag4mu2 > :last-child, .framer-FxmVO .framer-1pf3auq > :last-child, .framer-FxmVO .framer-30ffxf > :last-child, .framer-FxmVO .framer-1921jel > :last-child, .framer-FxmVO .framer-emqrd8 > :last-child, .framer-FxmVO .framer-m6dljg > :last-child, .framer-FxmVO .framer-myqdo8 > :last-child, .framer-FxmVO .framer-kjzrel > :last-child, .framer-FxmVO .framer-14zqym3 > :last-child, .framer-FxmVO .framer-ma9w2r > :last-child, .framer-FxmVO .framer-10vnz1h > :last-child, .framer-FxmVO .framer-dkqhvz > :last-child, .framer-FxmVO .framer-1wo5dg7 > :last-child, .framer-FxmVO .framer-rntvoc > :last-child, .framer-FxmVO .framer-18int0z > :last-child, .framer-FxmVO .framer-1qz4ewp > :last-child, .framer-FxmVO .framer-1d9edaa > :last-child, .framer-FxmVO .framer-ysozkx > :last-child, .framer-FxmVO .framer-iepsa9 > :last-child, .framer-FxmVO .framer-13c7qf4 > :last-child, .framer-FxmVO .framer-16qg1rs > :last-child, .framer-FxmVO .framer-1qx4ta3 > :last-child, .framer-FxmVO .framer-18h1ru5 > :last-child, .framer-FxmVO .framer-9wpz8h > :last-child, .framer-FxmVO .framer-1aoo8jd > :last-child, .framer-FxmVO .framer-bfvscf > :last-child, .framer-FxmVO .framer-16ha8na > :last-child, .framer-FxmVO .framer-j6egzz > :last-child, .framer-FxmVO .framer-1gzg407 > :last-child, .framer-FxmVO .framer-ot6297 > :last-child, .framer-FxmVO .framer-v85x8x > :last-child, .framer-FxmVO .framer-1vbbygc > :last-child, .framer-FxmVO .framer-1rsn7ns > :last-child { margin-right: 0px; } .framer-FxmVO .framer-qen1ig > *, .framer-FxmVO .framer-6zqaz1 > *, .framer-FxmVO .framer-19s3ev0 > *, .framer-FxmVO .framer-7tpq2a > *, .framer-FxmVO .framer-1f3w6wo > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-FxmVO .framer-14r8hcs > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-FxmVO .framer-1wkafrk > *, .framer-FxmVO .framer-kh1itx > *, .framer-FxmVO .framer-v0r5l6 > *, .framer-FxmVO .framer-1rugfiz > *, .framer-FxmVO .framer-vdb9mp > *, .framer-FxmVO .framer-pgqdw6 > *, .framer-FxmVO .framer-a3hybj > *, .framer-FxmVO .framer-d183bu > *, .framer-FxmVO .framer-117ps3e > *, .framer-FxmVO .framer-nb6itc > *, .framer-FxmVO .framer-14saprm > *, .framer-FxmVO .framer-18231f0 > *, .framer-FxmVO .framer-14193o2 > *, .framer-FxmVO .framer-10szpac > *, .framer-FxmVO .framer-1koww09 > *, .framer-FxmVO .framer-omds33 > *, .framer-FxmVO .framer-1f7jqqq > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-FxmVO .framer-62ge1f > *, .framer-FxmVO .framer-2eaei0 > *, .framer-FxmVO .framer-2eiiwq > *, .framer-FxmVO .framer-1qycpne > *, .framer-FxmVO .framer-1w8mncz > *, .framer-FxmVO .framer-qxwc55 > *, .framer-FxmVO .framer-gw9d82 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-FxmVO .framer-1bgcw4a > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-FxmVO .framer-vkwzsz > *, .framer-FxmVO .framer-1a0xik4 > *, .framer-FxmVO .framer-16h06by > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-FxmVO .framer-1ffug51 > * { margin: 0px; margin-left: calc(29px / 2); margin-right: calc(29px / 2); } .framer-FxmVO .framer-c96e00 > * { margin: 0px; margin-bottom: calc(13px / 2); margin-top: calc(13px / 2); } .framer-FxmVO .framer-x5iw31 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-FxmVO .framer-1ewkgas > * { margin: 0px; margin-left: calc(3px / 2); margin-right: calc(3px / 2); } .framer-FxmVO .framer-105uiig > *, .framer-FxmVO .framer-1xrwy2b > *, .framer-FxmVO .framer-1pmzgc9 > *, .framer-FxmVO .framer-qtkr77 > *, .framer-FxmVO .framer-y07xoe > *, .framer-FxmVO .framer-ot6297 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-FxmVO .framer-d4usi4 > *, .framer-FxmVO .framer-1a33ohf > *, .framer-FxmVO .framer-1qcb8a0 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-FxmVO .framer-1osqwng > *, .framer-FxmVO .framer-16yj7zn > *, .framer-FxmVO .framer-pkr8xs > *, .framer-FxmVO .framer-2ao0k1 > *, .framer-FxmVO .framer-kf3zr4 > *, .framer-FxmVO .framer-v2lxmx > *, .framer-FxmVO .framer-17nmnym > *, .framer-FxmVO .framer-4bl32h > *, .framer-FxmVO .framer-10idwov > *, .framer-FxmVO .framer-1vgb6p3 > *, .framer-FxmVO .framer-1lky3pa > *, .framer-FxmVO .framer-ma9w2r > *, .framer-FxmVO .framer-18h1ru5 > *, .framer-FxmVO .framer-1aoo8jd > *, .framer-FxmVO .framer-1vbbygc > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-FxmVO .framer-10v0w2y > * { margin: 0px; margin-left: calc(71px / 2); margin-right: calc(71px / 2); } .framer-FxmVO .framer-1ak5qsn > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } .framer-FxmVO .framer-gy8c87 > *, .framer-FxmVO .framer-1rt88u0 > *, .framer-FxmVO .framer-zqlcfq > *, .framer-FxmVO .framer-1ot4c7z > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-FxmVO .framer-mxnszi > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } .framer-FxmVO .framer-tx5sp0 > *, .framer-FxmVO .framer-m8qepw > *, .framer-FxmVO .framer-2x0ws > *, .framer-FxmVO .framer-1b2s4iy > *, .framer-FxmVO .framer-vrx1e3 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-FxmVO .framer-1g2nlbs > *, .framer-FxmVO .framer-1jcn81c > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-FxmVO .framer-1jvie2p > *, .framer-FxmVO .framer-ys76bs > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } .framer-FxmVO .framer-1c6ax1i > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-FxmVO .framer-47qmuh > * { margin: 0px; margin-bottom: calc(55px / 2); margin-top: calc(55px / 2); } .framer-FxmVO .framer-p3ybxb > *, .framer-FxmVO .framer-1pf3auq > *, .framer-FxmVO .framer-emqrd8 > *, .framer-FxmVO .framer-kjzrel > *, .framer-FxmVO .framer-dkqhvz > *, .framer-FxmVO .framer-18int0z > *, .framer-FxmVO .framer-ysozkx > *, .framer-FxmVO .framer-16qg1rs > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-FxmVO .framer-1jzvdrp > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-FxmVO .framer-9wpz8h > * { margin: 0px; margin-left: calc(31px / 2); margin-right: calc(31px / 2); } .framer-FxmVO .framer-1gzg407 > * { margin: 0px; margin-left: calc(100px / 2); margin-right: calc(100px / 2); } .framer-FxmVO .framer-fk8887 > * { margin: 0px; margin-bottom: calc(110px / 2); margin-top: calc(110px / 2); } .framer-FxmVO .framer-1xne5g > * { margin: 0px; margin-bottom: calc(95px / 2); margin-top: calc(95px / 2); } .framer-FxmVO .framer-1rsn7ns > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } .framer-FxmVO .framer-16c1gtg > *, .framer-FxmVO .framer-1ojj3yr > * { margin: 0px; margin-bottom: calc(33px / 2); margin-top: calc(33px / 2); } }\",...sharedStyle.css,'.framer-FxmVO[data-border=\"true\"]::after, .framer-FxmVO [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-FxmVO { background: white; } .framer-FxmVO.framer-72rtr7 { width: 810px; } .framer-FxmVO .framer-1o1t1eh { padding: 20px; } .framer-FxmVO .framer-lrjd03 { padding: 90px 30px 40px 30px; } .framer-FxmVO .framer-14r8hcs, .framer-FxmVO .framer-1ffug51 { flex-direction: column; } .framer-FxmVO .framer-16dev1y, .framer-FxmVO .framer-c96e00, .framer-FxmVO .framer-6zqaz1, .framer-FxmVO .framer-1f7jqqq { flex: none; width: 100%; } .framer-FxmVO .framer-vkwzsz, .framer-FxmVO .framer-100sp41 { width: 100%; } .framer-FxmVO .framer-1kq5egx-container { left: 50%; right: unset; transform: translate(-50%, -50%); } .framer-FxmVO .framer-1soim9m { left: 0px; width: unset; } .framer-FxmVO .framer-1k5oalv { padding: 80px 30px 80px 30px; width: 100%; } .framer-FxmVO .framer-10v0w2y { align-content: center; align-items: center; flex-direction: column; gap: 60px; } .framer-FxmVO .framer-hxhfge { height: var(--framer-aspect-ratio-supported, 762px); width: 70%; } .framer-FxmVO .framer-1ak5qsn { gap: 32px; } .framer-FxmVO .framer-17gtnpr { left: -60px; top: 51px; } .framer-FxmVO .framer-1lijiqb { flex-direction: column; padding: 80px 30px 80px 30px; } .framer-FxmVO .framer-mxnszi { flex: none; flex-direction: column; padding: 0px; width: 100%; } .framer-FxmVO .framer-2eaei0, .framer-FxmVO .framer-1wo5dg7, .framer-FxmVO .framer-1qz4ewp, .framer-FxmVO .framer-iepsa9, .framer-FxmVO .framer-1qx4ta3 { order: 0; } .framer-FxmVO .framer-kh1itx { flex: none; order: 1; width: 100%; } .framer-FxmVO .framer-1140ixe { max-width: unset; } .framer-FxmVO .framer-47qmuh, .framer-FxmVO .framer-1rugfiz, .framer-FxmVO .framer-pgqdw6, .framer-FxmVO .framer-d183bu { padding: 16px 40px 16px 40px; } .framer-FxmVO .framer-p3ybxb, .framer-FxmVO .framer-1pf3auq, .framer-FxmVO .framer-emqrd8, .framer-FxmVO .framer-kjzrel { background-color: #f7f7f7; border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; } .framer-FxmVO .framer-1l4edp2, .framer-FxmVO .framer-30ffxf, .framer-FxmVO .framer-m6dljg, .framer-FxmVO .framer-14zqym3 { flex: 1 0 0px; width: 1px; } .framer-FxmVO .framer-18qby4i, .framer-FxmVO .framer-19greuo, .framer-FxmVO .framer-x2d26p { height: var(--framer-aspect-ratio-supported, 266px); } .framer-FxmVO .framer-1nurpym { height: var(--framer-aspect-ratio-supported, 265px); } .framer-FxmVO .framer-m8qepw, .framer-FxmVO .framer-j6egzz { padding: 80px 30px 80px 30px; } .framer-FxmVO .framer-18231f0, .framer-FxmVO .framer-14193o2, .framer-FxmVO .framer-10szpac, .framer-FxmVO .framer-1koww09 { align-content: flex-end; align-items: flex-end; padding: 16px 40px 16px 40px; } .framer-FxmVO .framer-ws97ii, .framer-FxmVO .framer-1fhcnv8, .framer-FxmVO .framer-1qhgura, .framer-FxmVO .framer-badkuw { flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 232px); order: 1; width: 1px; } .framer-FxmVO .framer-9wpz8h { align-content: flex-start; align-items: flex-start; flex-direction: column; } .framer-FxmVO .framer-1gzg407 { flex-direction: column; gap: 60px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-FxmVO .framer-14r8hcs, .framer-FxmVO .framer-1ffug51, .framer-FxmVO .framer-10v0w2y, .framer-FxmVO .framer-1ak5qsn, .framer-FxmVO .framer-1lijiqb, .framer-FxmVO .framer-mxnszi, .framer-FxmVO .framer-9wpz8h, .framer-FxmVO .framer-1gzg407 { gap: 0px; } .framer-FxmVO .framer-14r8hcs > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-FxmVO .framer-14r8hcs > :first-child, .framer-FxmVO .framer-1ffug51 > :first-child, .framer-FxmVO .framer-10v0w2y > :first-child, .framer-FxmVO .framer-1lijiqb > :first-child, .framer-FxmVO .framer-mxnszi > :first-child, .framer-FxmVO .framer-9wpz8h > :first-child, .framer-FxmVO .framer-1gzg407 > :first-child { margin-top: 0px; } .framer-FxmVO .framer-14r8hcs > :last-child, .framer-FxmVO .framer-1ffug51 > :last-child, .framer-FxmVO .framer-10v0w2y > :last-child, .framer-FxmVO .framer-1lijiqb > :last-child, .framer-FxmVO .framer-mxnszi > :last-child, .framer-FxmVO .framer-9wpz8h > :last-child, .framer-FxmVO .framer-1gzg407 > :last-child { margin-bottom: 0px; } .framer-FxmVO .framer-1ffug51 > * { margin: 0px; margin-bottom: calc(29px / 2); margin-top: calc(29px / 2); } .framer-FxmVO .framer-10v0w2y > *, .framer-FxmVO .framer-1gzg407 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-FxmVO .framer-1ak5qsn > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-FxmVO .framer-1ak5qsn > :first-child { margin-left: 0px; } .framer-FxmVO .framer-1ak5qsn > :last-child { margin-right: 0px; } .framer-FxmVO .framer-1lijiqb > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-FxmVO .framer-mxnszi > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-FxmVO .framer-9wpz8h > * { margin: 0px; margin-bottom: calc(31px / 2); margin-top: calc(31px / 2); } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-FxmVO { background: white; } .framer-FxmVO.framer-72rtr7 { width: 390px; } .framer-FxmVO .framer-1o1t1eh { flex-direction: column; left: unset; padding: 25px 20px 25px 20px; position: relative; top: unset; transform: unset; } .framer-FxmVO .framer-1yw3ijd-container, .framer-FxmVO .framer-qen1ig, .framer-FxmVO .framer-6zqaz1, .framer-FxmVO .framer-v0r5l6, .framer-FxmVO .framer-vdb9mp, .framer-FxmVO .framer-a3hybj, .framer-FxmVO .framer-117ps3e, .framer-FxmVO .framer-1f7jqqq, .framer-FxmVO .framer-fk8887 { flex: none; width: 100%; } .framer-FxmVO .framer-lrjd03 { flex-direction: column; padding: 0px 20px 30px 20px; } .framer-FxmVO .framer-14r8hcs, .framer-FxmVO .framer-1ak5qsn, .framer-FxmVO .framer-9wpz8h, .framer-FxmVO .framer-ot6297, .framer-FxmVO .framer-1rsn7ns { flex-direction: column; } .framer-FxmVO .framer-16dev1y { flex: none; gap: 20px; width: 100%; } .framer-FxmVO .framer-1wkafrk { gap: 20px; } .framer-FxmVO .framer-62ge1f, .framer-FxmVO .framer-rtg6gd, .framer-FxmVO .framer-qcjqw { order: 0; } .framer-FxmVO .framer-1bgcw4a { flex-wrap: wrap; justify-content: flex-start; } .framer-FxmVO .framer-16c7umj { order: 0; padding: 0px 0px 5px 0px; } .framer-FxmVO .framer-7y3e6w-container { height: 55px; order: 0; width: 200px; } .framer-FxmVO .framer-gqfwnw { flex: none; left: 210px; order: 1; position: absolute; top: 48%; transform: translateY(-50%); white-space: pre; width: auto; z-index: 1; } .framer-FxmVO .framer-14kaujy, .framer-FxmVO .framer-1wmvl2r { order: 1; } .framer-FxmVO .framer-vkwzsz, .framer-FxmVO .framer-osmeql, .framer-FxmVO .framer-1hgf1p2, .framer-FxmVO .framer-4bl32h, .framer-FxmVO .framer-30ffxf, .framer-FxmVO .framer-m6dljg, .framer-FxmVO .framer-14zqym3, .framer-FxmVO .framer-2k7bui-container, .framer-FxmVO .framer-omds33, .framer-FxmVO .framer-izawzn { width: 100%; } .framer-FxmVO .framer-1jglg02 { height: var(--framer-aspect-ratio-supported, 300px); width: 150px; } .framer-FxmVO .framer-10t0efn { flex-direction: column; padding: 0px 20px 0px 20px; } .framer-FxmVO .framer-1ffug51, .framer-FxmVO .framer-1gzg407 { flex: none; flex-direction: column; width: 100%; } .framer-FxmVO .framer-c96e00 { flex: none; gap: 30px; width: 100%; } .framer-FxmVO .framer-x5iw31 { min-height: 114px; order: 1; } .framer-FxmVO .framer-n71wiu { flex: none; left: 50%; order: 0; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 350px; z-index: 1; } .framer-FxmVO .framer-1uaecik { bottom: 0px; order: 1; position: absolute; right: 0px; z-index: 1; } .framer-FxmVO .framer-1uwaj34, .framer-FxmVO .framer-yhxx2y { order: 2; } .framer-FxmVO .framer-1soim9m { left: 0px; right: 0px; top: 50%; width: unset; } .framer-FxmVO .framer-105uiig { background-color: rgba(228, 228, 229, 0.3); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; width: 100%; } .framer-FxmVO .framer-d4usi4, .framer-FxmVO .framer-1njrukr, .framer-FxmVO .framer-xbs4ft, .framer-FxmVO .framer-kldtea, .framer-FxmVO .framer-1t2qmmp, .framer-FxmVO .framer-qi9vph, .framer-FxmVO .framer-1tpimj2, .framer-FxmVO .framer-rtrigq, .framer-FxmVO .framer-eg9pj7 { flex: 1 0 0px; width: 1px; } .framer-FxmVO .framer-1k5oalv { flex-direction: column; padding: 30px 20px 60px 20px; width: 100%; } .framer-FxmVO .framer-10v0w2y { flex: none; flex-direction: column; gap: 50px; width: 100%; } .framer-FxmVO .framer-hxhfge { height: var(--framer-aspect-ratio-supported, 290px); width: 100%; } .framer-FxmVO .framer-1hevqic, .framer-FxmVO .framer-1jzvdrp { gap: 50px; } .framer-FxmVO .framer-gy8c87, .framer-FxmVO .framer-1rt88u0, .framer-FxmVO .framer-zqlcfq, .framer-FxmVO .framer-1ot4c7z { flex: none; max-width: 100%; width: 100%; } .framer-FxmVO .framer-1lijiqb, .framer-FxmVO .framer-j6egzz { flex-direction: column; padding: 60px 20px 60px 20px; } .framer-FxmVO .framer-mxnszi { flex: none; flex-direction: column; gap: 40px; padding: 0px; width: 100%; } .framer-FxmVO .framer-2eaei0 { order: 0; width: 320px; } .framer-FxmVO .framer-pvs8p1 { left: -3px; } .framer-FxmVO .framer-19yaief { height: var(--framer-aspect-ratio-supported, 9px); } .framer-FxmVO .framer-1u2w6du { bottom: 87px; height: var(--framer-aspect-ratio-supported, 9px); } .framer-FxmVO .framer-8junq9 { bottom: unset; height: var(--framer-aspect-ratio-supported, 8px); left: 42px; top: 45px; width: 8px; } .framer-FxmVO .framer-mrztr1 { height: var(--framer-aspect-ratio-supported, 8px); right: -3px; width: 8px; } .framer-FxmVO .framer-1owndfy { bottom: 55px; left: 50px; right: 50px; top: 55px; } .framer-FxmVO .framer-16p9l2p { bottom: 0px; height: var(--framer-aspect-ratio-supported, 7px); width: 7px; } .framer-FxmVO .framer-9eiacq { bottom: 135px; height: var(--framer-aspect-ratio-supported, 7px); left: 0px; width: 7px; } .framer-FxmVO .framer-19qzuzr { height: var(--framer-aspect-ratio-supported, 8px); left: 93px; top: -2px; width: 7px; } .framer-FxmVO .framer-y40jeo { height: var(--framer-aspect-ratio-supported, 8px); top: 114px; width: 7px; } .framer-FxmVO .framer-1fwa4zg { height: var(--framer-aspect-ratio-supported, 60px); left: 99px; padding: 5px; width: 60px; } .framer-FxmVO .framer-1c28j8q { bottom: -6px; left: 50%; } .framer-FxmVO .framer-17h803i { height: var(--framer-aspect-ratio-supported, 36px); width: 36px; } .framer-FxmVO .framer-1bvdyi4 { height: var(--framer-aspect-ratio-supported, 60px); padding: 5px; right: 25px; top: 40px; width: 60px; } .framer-FxmVO .framer-t1950j { bottom: -19px; left: 70%; order: 0; width: 98px; } .framer-FxmVO .framer-np30ro { aspect-ratio: 1.0909090909090908 / 1; height: var(--framer-aspect-ratio-supported, 32px); order: 0; width: 35px; } .framer-FxmVO .framer-3f48ac { bottom: 84px; height: var(--framer-aspect-ratio-supported, 60px); padding: 5px; right: 0px; width: 60px; } .framer-FxmVO .framer-ibl8p { width: 70px; } .framer-FxmVO .framer-mdimnh { height: var(--framer-aspect-ratio-supported, 27px); width: 35px; } .framer-FxmVO .framer-1ridc9 { height: var(--framer-aspect-ratio-supported, 60px); padding: 5px; right: 90px; width: 60px; } .framer-FxmVO .framer-1k6ih8x { flex: none; height: 50px; left: -4px; order: 1; position: absolute; top: calc(50.00000000000002% - 50px / 2); width: 50px; } .framer-FxmVO .framer-12o7yxj { height: var(--framer-aspect-ratio-supported, 31px); width: 37px; } .framer-FxmVO .framer-h8otlo { left: -10px; order: 2; right: 7px; } .framer-FxmVO .framer-1xow7dh { bottom: 38px; height: var(--framer-aspect-ratio-supported, 60px); left: 17px; padding: 5px; width: 60px; } .framer-FxmVO .framer-edtbwo { bottom: -25px; left: 43%; width: 88px; } .framer-FxmVO .framer-jb9umq, .framer-FxmVO .framer-1pjgb19 { height: var(--framer-aspect-ratio-supported, 35px); width: 35px; } .framer-FxmVO .framer-zgsdyi { height: var(--framer-aspect-ratio-supported, 60px); left: -10px; padding: 5px; top: 86px; width: 60px; } .framer-FxmVO .framer-1orksj5 { left: 48%; } .framer-FxmVO .framer-j512l0 { height: var(--framer-aspect-ratio-supported, 243px); } .framer-FxmVO .framer-kh1itx, .framer-FxmVO .framer-1wo5dg7, .framer-FxmVO .framer-1qz4ewp, .framer-FxmVO .framer-iepsa9, .framer-FxmVO .framer-1qx4ta3 { flex: none; order: 1; width: 100%; } .framer-FxmVO .framer-tx5sp0 { padding: 0px 20px 0px 20px; } .framer-FxmVO .framer-1jcn81c { gap: 60px; } .framer-FxmVO .framer-1140ixe { max-width: 100%; } .framer-FxmVO .framer-47qmuh { gap: 20px; padding: 16px 15px 16px 15px; top: 15px; } .framer-FxmVO .framer-p3ybxb { background-color: #f7f7f7; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex-direction: column; gap: 24px; } .framer-FxmVO .framer-1l4edp2 { padding: 40px 0px 0px 0px; width: 100%; } .framer-FxmVO .framer-18qby4i, .framer-FxmVO .framer-19greuo, .framer-FxmVO .framer-1nurpym, .framer-FxmVO .framer-x2d26p { flex: none; height: var(--framer-aspect-ratio-supported, 150px); width: 178px; } .framer-FxmVO .framer-g3mm26, .framer-FxmVO .framer-izomx3 { top: 0px; width: 48%; } .framer-FxmVO .framer-1rugfiz { gap: 20px; padding: 16px 15px 16px 15px; top: 66px; } .framer-FxmVO .framer-1pf3auq, .framer-FxmVO .framer-emqrd8, .framer-FxmVO .framer-kjzrel { align-content: flex-end; align-items: flex-end; background-color: #f7f7f7; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex-direction: column; gap: 24px; } .framer-FxmVO .framer-pgqdw6 { gap: 20px; padding: 16px 15px 16px 15px; top: 121px; } .framer-FxmVO .framer-d183bu { gap: 20px; padding: 16px 15px 16px 15px; } .framer-FxmVO .framer-m8qepw { padding: 60px 20px 60px 20px; } .framer-FxmVO .framer-18231f0 { align-content: flex-end; align-items: flex-end; gap: 20px; padding: 16px 15px 16px 15px; top: 15px; } .framer-FxmVO .framer-dkqhvz, .framer-FxmVO .framer-18int0z, .framer-FxmVO .framer-ysozkx, .framer-FxmVO .framer-16qg1rs { flex-direction: column; gap: 24px; } .framer-FxmVO .framer-ws97ii, .framer-FxmVO .framer-1fhcnv8, .framer-FxmVO .framer-1qhgura, .framer-FxmVO .framer-badkuw { height: var(--framer-aspect-ratio-supported, 150px); order: 0; width: 204px; } .framer-FxmVO .framer-14193o2 { align-content: flex-end; align-items: flex-end; gap: 20px; padding: 16px 15px 16px 15px; top: 66px; } .framer-FxmVO .framer-10szpac { align-content: flex-end; align-items: flex-end; gap: 20px; padding: 16px 15px 16px 15px; top: 121px; } .framer-FxmVO .framer-1koww09 { align-content: flex-end; align-items: flex-end; gap: 20px; padding: 16px 15px 16px 15px; } .framer-FxmVO .framer-2x0ws { padding: 0px 20px 70px 20px; } .framer-FxmVO .framer-15oqpp1 { height: auto; width: 100%; } .framer-FxmVO .framer-100sp41 { background-color: rgba(255, 255, 255, 0); width: 100%; } .framer-FxmVO .framer-14q00e4 { order: 0; width: 350px; z-index: 1; } .framer-FxmVO .framer-1ivvvc7 { flex-direction: column; gap: 50px; justify-content: center; } .framer-FxmVO .framer-1xne5g { align-content: flex-start; align-items: flex-start; gap: 50px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-FxmVO .framer-1o1t1eh, .framer-FxmVO .framer-lrjd03, .framer-FxmVO .framer-14r8hcs, .framer-FxmVO .framer-16dev1y, .framer-FxmVO .framer-1wkafrk, .framer-FxmVO .framer-10t0efn, .framer-FxmVO .framer-1ffug51, .framer-FxmVO .framer-c96e00, .framer-FxmVO .framer-1k5oalv, .framer-FxmVO .framer-10v0w2y, .framer-FxmVO .framer-1hevqic, .framer-FxmVO .framer-1ak5qsn, .framer-FxmVO .framer-1lijiqb, .framer-FxmVO .framer-mxnszi, .framer-FxmVO .framer-1jcn81c, .framer-FxmVO .framer-47qmuh, .framer-FxmVO .framer-p3ybxb, .framer-FxmVO .framer-1rugfiz, .framer-FxmVO .framer-1pf3auq, .framer-FxmVO .framer-pgqdw6, .framer-FxmVO .framer-emqrd8, .framer-FxmVO .framer-d183bu, .framer-FxmVO .framer-kjzrel, .framer-FxmVO .framer-1jzvdrp, .framer-FxmVO .framer-18231f0, .framer-FxmVO .framer-dkqhvz, .framer-FxmVO .framer-14193o2, .framer-FxmVO .framer-18int0z, .framer-FxmVO .framer-10szpac, .framer-FxmVO .framer-ysozkx, .framer-FxmVO .framer-1koww09, .framer-FxmVO .framer-16qg1rs, .framer-FxmVO .framer-9wpz8h, .framer-FxmVO .framer-j6egzz, .framer-FxmVO .framer-1gzg407, .framer-FxmVO .framer-ot6297, .framer-FxmVO .framer-1ivvvc7, .framer-FxmVO .framer-1xne5g, .framer-FxmVO .framer-1rsn7ns { gap: 0px; } .framer-FxmVO .framer-1o1t1eh > *, .framer-FxmVO .framer-lrjd03 > *, .framer-FxmVO .framer-10t0efn > *, .framer-FxmVO .framer-1k5oalv > *, .framer-FxmVO .framer-1lijiqb > *, .framer-FxmVO .framer-j6egzz > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-FxmVO .framer-1o1t1eh > :first-child, .framer-FxmVO .framer-lrjd03 > :first-child, .framer-FxmVO .framer-14r8hcs > :first-child, .framer-FxmVO .framer-16dev1y > :first-child, .framer-FxmVO .framer-1wkafrk > :first-child, .framer-FxmVO .framer-10t0efn > :first-child, .framer-FxmVO .framer-1ffug51 > :first-child, .framer-FxmVO .framer-c96e00 > :first-child, .framer-FxmVO .framer-1k5oalv > :first-child, .framer-FxmVO .framer-10v0w2y > :first-child, .framer-FxmVO .framer-1hevqic > :first-child, .framer-FxmVO .framer-1ak5qsn > :first-child, .framer-FxmVO .framer-1lijiqb > :first-child, .framer-FxmVO .framer-mxnszi > :first-child, .framer-FxmVO .framer-1jcn81c > :first-child, .framer-FxmVO .framer-47qmuh > :first-child, .framer-FxmVO .framer-p3ybxb > :first-child, .framer-FxmVO .framer-1rugfiz > :first-child, .framer-FxmVO .framer-1pf3auq > :first-child, .framer-FxmVO .framer-pgqdw6 > :first-child, .framer-FxmVO .framer-emqrd8 > :first-child, .framer-FxmVO .framer-d183bu > :first-child, .framer-FxmVO .framer-kjzrel > :first-child, .framer-FxmVO .framer-1jzvdrp > :first-child, .framer-FxmVO .framer-18231f0 > :first-child, .framer-FxmVO .framer-dkqhvz > :first-child, .framer-FxmVO .framer-14193o2 > :first-child, .framer-FxmVO .framer-18int0z > :first-child, .framer-FxmVO .framer-10szpac > :first-child, .framer-FxmVO .framer-ysozkx > :first-child, .framer-FxmVO .framer-1koww09 > :first-child, .framer-FxmVO .framer-16qg1rs > :first-child, .framer-FxmVO .framer-9wpz8h > :first-child, .framer-FxmVO .framer-j6egzz > :first-child, .framer-FxmVO .framer-1gzg407 > :first-child, .framer-FxmVO .framer-ot6297 > :first-child, .framer-FxmVO .framer-1ivvvc7 > :first-child, .framer-FxmVO .framer-1xne5g > :first-child, .framer-FxmVO .framer-1rsn7ns > :first-child { margin-top: 0px; } .framer-FxmVO .framer-1o1t1eh > :last-child, .framer-FxmVO .framer-lrjd03 > :last-child, .framer-FxmVO .framer-14r8hcs > :last-child, .framer-FxmVO .framer-16dev1y > :last-child, .framer-FxmVO .framer-1wkafrk > :last-child, .framer-FxmVO .framer-10t0efn > :last-child, .framer-FxmVO .framer-1ffug51 > :last-child, .framer-FxmVO .framer-c96e00 > :last-child, .framer-FxmVO .framer-1k5oalv > :last-child, .framer-FxmVO .framer-10v0w2y > :last-child, .framer-FxmVO .framer-1hevqic > :last-child, .framer-FxmVO .framer-1ak5qsn > :last-child, .framer-FxmVO .framer-1lijiqb > :last-child, .framer-FxmVO .framer-mxnszi > :last-child, .framer-FxmVO .framer-1jcn81c > :last-child, .framer-FxmVO .framer-47qmuh > :last-child, .framer-FxmVO .framer-p3ybxb > :last-child, .framer-FxmVO .framer-1rugfiz > :last-child, .framer-FxmVO .framer-1pf3auq > :last-child, .framer-FxmVO .framer-pgqdw6 > :last-child, .framer-FxmVO .framer-emqrd8 > :last-child, .framer-FxmVO .framer-d183bu > :last-child, .framer-FxmVO .framer-kjzrel > :last-child, .framer-FxmVO .framer-1jzvdrp > :last-child, .framer-FxmVO .framer-18231f0 > :last-child, .framer-FxmVO .framer-dkqhvz > :last-child, .framer-FxmVO .framer-14193o2 > :last-child, .framer-FxmVO .framer-18int0z > :last-child, .framer-FxmVO .framer-10szpac > :last-child, .framer-FxmVO .framer-ysozkx > :last-child, .framer-FxmVO .framer-1koww09 > :last-child, .framer-FxmVO .framer-16qg1rs > :last-child, .framer-FxmVO .framer-9wpz8h > :last-child, .framer-FxmVO .framer-j6egzz > :last-child, .framer-FxmVO .framer-1gzg407 > :last-child, .framer-FxmVO .framer-ot6297 > :last-child, .framer-FxmVO .framer-1ivvvc7 > :last-child, .framer-FxmVO .framer-1xne5g > :last-child, .framer-FxmVO .framer-1rsn7ns > :last-child { margin-bottom: 0px; } .framer-FxmVO .framer-14r8hcs > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-FxmVO .framer-16dev1y > *, .framer-FxmVO .framer-1wkafrk > *, .framer-FxmVO .framer-47qmuh > *, .framer-FxmVO .framer-1rugfiz > *, .framer-FxmVO .framer-pgqdw6 > *, .framer-FxmVO .framer-d183bu > *, .framer-FxmVO .framer-18231f0 > *, .framer-FxmVO .framer-14193o2 > *, .framer-FxmVO .framer-10szpac > *, .framer-FxmVO .framer-1koww09 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-FxmVO .framer-1ffug51 > * { margin: 0px; margin-bottom: calc(29px / 2); margin-top: calc(29px / 2); } .framer-FxmVO .framer-c96e00 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-FxmVO .framer-10v0w2y > *, .framer-FxmVO .framer-1hevqic > *, .framer-FxmVO .framer-1ak5qsn > *, .framer-FxmVO .framer-1jzvdrp > *, .framer-FxmVO .framer-1ivvvc7 > *, .framer-FxmVO .framer-1xne5g > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-FxmVO .framer-mxnszi > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-FxmVO .framer-1jcn81c > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-FxmVO .framer-p3ybxb > *, .framer-FxmVO .framer-1pf3auq > *, .framer-FxmVO .framer-emqrd8 > *, .framer-FxmVO .framer-kjzrel > *, .framer-FxmVO .framer-dkqhvz > *, .framer-FxmVO .framer-18int0z > *, .framer-FxmVO .framer-ysozkx > *, .framer-FxmVO .framer-16qg1rs > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-FxmVO .framer-9wpz8h > * { margin: 0px; margin-bottom: calc(31px / 2); margin-top: calc(31px / 2); } .framer-FxmVO .framer-1gzg407 > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-FxmVO .framer-ot6297 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-FxmVO .framer-1rsn7ns > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } }}`];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 9825\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"zZisWD9Kj\":{\"layout\":[\"fixed\",\"auto\"]},\"B26_3kIhV\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-FxmVO\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:9825,width:1200};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/EOHGWBZYYKO6R4PWP4S2B3FFWHHBEZN6/UWQLMF4AFWLXCJQCFV3WRVYC77KZXPRB/FYG6OCH7XOLUUSZTIZE65ATBZWF623O4.woff2\",weight:\"700\"},{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmWggvWl0Qn.woff2\",weight:\"400\"},{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmWggvWl0Qn.woff2\",weight:\"500\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLEj6V15vFP-KUEg.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://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammWggvWl0Qn.woff2\",weight:\"700\"},{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYaammWggvWl0Qn.woff2\",weight:\"600\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/K4RHKGAGLQZBXEZQT2O2AGSLKJF2E4YC/JRUTXNFPWLFGIEVSSEYOW7EP7TYM3V6A/UCDYLFFGLZRGCFY5GYDYM5LDB52BAR5M.woff2\",weight:\"500\"},{family:\"Montserrat\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w7Y3tcoqK5.woff2\",weight:\"600\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/E6J4GS76KHNRRUWODFCFOX2JRKNRSFVY/3GYVT5S4AH7VMPASDDKOTIPV6P3WJXGI/24R4YOH3G2SFDSTCNHOVGYEX3DMRC3CE.woff2\",weight:\"600\"},{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZtammWggvWl0Qn.woff2\",weight:\"900\"},{family:\"Montserrat\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew7Y3tcoqK5.woff2\",weight:\"400\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NC2MP33RO4WQTSTEEAWBJLAEXNCNEQVF/7F4U3COKLHQH4WUH3AXPC7N4UELEWJQN/JMWNCAGBH3TLANIVQPVABVAVNV5QERTH.woff2\",weight:\"400\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/SC7QJW6HNT3W42YFCVAWB3GI66BMNCKY/Q4ANQB6YZL7K35IAB3IPAE75W7PRJSDF/3HCNXVAKPOHOEI7LK7TGC54FOZT77SNM.woff2\",weight:\"300\"}]},...HeaderFonts,...EmpowerYourMostPersuasiveVoiceNowFonts,...TeamTickerFonts,...ButtonFonts,...Animated_CounterFonts,...ReviewSliderFonts,...SubmitButtonFonts,...SocialLinkFonts,...CookieBannerFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"9825\",\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zZisWD9Kj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"B26_3kIhV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["useObserver", "n", "t", "o", "s", "i", "c", "pe", "u", "te", "r", "useInView", "l", "v", "d", "a", "h", "ye", "f", "e", "b", "ue", "u", "o", "l", "T", "e", "t", "r", "i", "p", "f", "s", "d", "m", "I", "x", "U", "y", "window", "ue", "fe", "h", "ye", "pe", "b", "v", "c", "n", "a", "R", "O", "te", "L", "ee", "$", "k", "w", "B", "e", "t", "r", "o", "n", "s", "i", "f", "c", "u", "a", "l", "y", "m", "p", "d", "v", "S", "b", "$", "C", "M", "P", "x", "w", "F", "L", "g", "E", "z", "R", "_", "h", "j", "A", "O", "T", "V", "I", "k", "q", "B", "D", "G", "H", "r", "e", "t", "a", "f", "l", "o", "n", "v", "i", "u", "s", "npm_shallowequal_1_1_default", "stylis_min", "e", "M", "t", "c", "s", "i", "n", "o", "u", "k", "d", "w", "p", "x", "O", "z", "j", "S", "_", "q", "D", "E", "F", "G", "I", "J", "K", "N", "r", "a", "v", "$", "X", "H", "A", "g", "h", "ea", "l", "C", "L", "P", "y", "m", "f", "b", "Z", "B", "T", "U", "o", "memoize", "e", "t", "n", "t", "r", "memoize", "e", "npm_react_is_16_13_exports", "__export", "M", "P", "x", "v", "w", "F", "g", "E", "_", "L", "R", "h", "j", "npm_react_is_16_13_default", "O", "T", "V", "k", "q", "B", "D", "G", "H", "I", "J", "K", "N", "Q", "U", "e", "o", "r", "t", "n", "c", "f", "s", "i", "a", "u", "y", "l", "m", "p", "d", "S", "b", "$", "C", "z", "A", "M", "P", "x", "v", "w", "F", "g", "E", "_", "L", "R", "h", "j", "O", "T", "V", "k", "q", "B", "D", "G", "H", "I", "J", "K", "N", "Q", "U", "npm_react_is_16_13_default", "e", "npm_react_is_16_13_exports", "npm_react_is_16_13_default", "r", "a", "o", "u", "p", "s", "i", "getStatics", "t", "c", "n", "y", "v", "f", "l", "hoistNonReactStatics", "d", "m", "hoist_non_react_statics_cjs_default", "v", "n", "r", "o", "i", "g", "a", "S", "H", "T", "k", "b", "_", "N", "x", "G", "window", "L", "j", "n", "r", "o", "i", "U", "e", "a", "c", "u", "d", "p", "J", "X", "Z", "B", "z", "M", "K", "x", "oe", "F", "Y", "y", "q", "H", "se", "ie", "ae", "ue", "G", "le", "L", "de", "k", "v", "he", "Q", "ee", "te", "ne", "re", "b", "N", "pe", "ve", "Ne", "E", "C", "A", "I", "P", "R", "ge", "Se", "ce", "T", "w", "stylis_min", "t", "f", "m", "we", "Ie", "Pe", "je", "De", "fe", "me", "ye", "npm_shallowequal_1_1_default", "Ge", "Le", "Ye", "$e", "Ee", "be", "_e", "S", "Ae", "Ce", "g", "Re", "n", "r", "o", "k", "Qe", "et", "Te", "xe", "ee", "ne", "ke", "Ve", "Be", "ze", "i", "Me", "a", "c", "u", "d", "tt", "e", "nt", "rt", "qe", "n", "r", "o", "c", "N", "u", "ke", "d", "p", "T", "E", "C", "Te", "i", "xe", "A", "I", "_", "x", "G", "a", "L", "W", "ve", "$", "k", "v", "b", "Re", "re", "tt", "R", "fe", "me", "V", "U", "B", "e", "Me", "hoist_non_react_statics_cjs_default", "He", "j", "s", "Ce", "ot", "de", "Ne", "st", "e", "n", "r", "o", "q", "x", "j", "a", "v", "de", "ye", "Gradient", "He", "Animated_Counter", "props", "type", "font", "replay", "delay", "start", "end", "duration", "easing", "decimalPlaces", "thousandsSeparator", "decimalSeparator", "playOnView", "suffix", "prefix", "linear", "linearOptions", "color", "isCounting", "setIsCounting", "ye", "counterRef", "inView", "useInView", "setValue", "func", "event", "setText", "onComplete", "colorVal", "degree", "toColor", "fromColor", "opacityTo", "opacityFrom", "stylingWithSolid", "stylingWithLinear", "value", "reset", "w", "ue", "fontOptions", "p", "u", "addPropertyControls", "ControlType", "noopReturn", "t", "e", "t", "velocityPerSecond", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "o", "cubicBezier", "__rest", "e", "t", "r", "o", "n", "e", "t", "r", "s", "calcGeneratorVelocity", "t", "n", "r", "a", "velocityPerSecond", "calcDampingRatio", "e", "hasReachedTarget", "spring", "o", "c", "i", "u", "d", "f", "l", "g", "glide", "h", "isOutOfBounds", "nearestBoundary", "m", "calcDelta", "calcLatest", "applyFriction", "p", "M", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "e", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "t", "j", "B", "testAnimation", "e", "C", "$", "R", "resolveElements", "e", "t", "n", "createGeneratorEasing", "e", "t", "n", "o", "getGenerator", "i", "s", "r", "a", "getKeyframes", "pregenerateKeyframes", "c", "isNumberOrNull", "l", "f", "u", "d", "calcGeneratorVelocity", "g", "m", "N", "spring", "F", "glide", "U", "inView$1", "resolveElements", "onIntersectionChange", "q", "K", "getElementSize", "notifyTarget", "notifyAll", "createResizeObserver", "resizeElement", "G", "_", "createWindowResizeHandler", "window", "resizeWindow", "resize", "dispatchPointerEvent", "e", "t", "n", "dispatchViewEvent", "se", "o", "i", "s", "__rest", "inView$1", "mouseEvent", "re", "ae", "onPointerUp", "window", "onPointerDown", "ce", "le", "MAX_DUPLICATED_ITEMS", "directionTransformers", "offset", "supportsAcceleratedAnimations", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "ue", "frame", "resize", "contentSize", "child", "index", "_child_props", "_child_props1", "_child_props2", "_child_props3", "ref", "p", "LayoutGroup", "q", "i", "childIndex", "_child_props4", "_child_props5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "TickerFonts", "getFonts", "Ticker", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "ComponentViewportProvider", "Ticker", "RichText2", "css", "Framerd6yvbMLE7", "withCSS", "d6yvbMLE7_default", "addFonts", "TickerFonts", "getFontsFromSharedStyle", "fonts", "isBrowser", "getBrowserVisibilityProp", "getBrowserDocumentHiddenProp", "getIsDocumentHidden", "usePageVisibility", "isVisible", "setIsVisible", "ye", "onVisibilityChange", "ue", "visibilityChange", "OPACITY_0", "Slideshow", "props", "slots", "startFrom", "direction", "effectsOptions", "autoPlayControl", "dragControl", "alignment", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "itemAmount", "fadeOptions", "intervalControl", "transitionControl", "arrowOptions", "borderRadius", "progressOptions", "style", "effectsOpacity", "effectsScale", "effectsRotate", "effectsPerspective", "effectsHover", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowShouldSpace", "arrowShouldFadeIn", "arrowPosition", "arrowPadding", "arrowGap", "arrowPaddingTop", "arrowPaddingRight", "arrowPaddingBottom", "arrowPaddingLeft", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "hasChildren", "j", "isHorizontal", "isInverted", "u", "placeholderStyles", "p", "emojiStyles", "titleStyles", "subtitleStyles", "parentRef", "pe", "childrenRef", "se", "index", "W", "timeoutRef", "size", "setSize", "ye", "isHovering", "setIsHovering", "shouldPlayOnHover", "setShouldPlayOnHover", "isMouseDown", "setIsMouseDown", "isResizing", "setIsResizing", "dupedChildren", "duplicateBy", "measure", "te", "total", "parentLength", "start", "childrenLength", "itemSize", "itemWidth", "itemHeight", "viewportLength", "window", "scheduleMeasure", "sync", "fe", "initialResize", "ue", "resize", "contentSize", "timer", "totalItems", "childrenSize", "itemWithGap", "itemOffset", "currentItem", "setCurrentItem", "isDragging", "setIsDragging", "visibilityRef", "isInView", "useInView", "isVisible", "usePageVisibility", "factor", "xOrY", "useMotionValue", "canvasPosition", "newPosition", "wrappedValue", "useTransform", "value", "wrapped", "wrap", "wrappedIndex", "wrappedIndexInverted", "switchPages", "animate", "setDelta", "delta", "setPage", "currentItemWrapped", "currentItemWrappedInvert", "goto", "gotoInverted", "handleDragStart", "handleDragEnd", "event", "offset", "velocity", "offsetXorY", "velocityThreshold", "velocityXorY", "isHalfOfNext", "isHalfOfPrev", "normalizedOffset", "itemDelta", "itemDeltaFromOne", "childCounter", "columnOrRowValue", "child", "childIndex", "ref", "Slide", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "dots", "dotsBlurStyle", "i", "Dot", "dotStyle", "baseButtonStyles", "dragProps", "arrowHasTop", "arrowHasBottom", "arrowHasLeft", "arrowHasRight", "arrowHasMid", "containerStyle", "motion", "controlsStyles", "dotsContainerStyle", "addPropertyControls", "ControlType", "num", "min", "max", "Y", "_child_props", "_child_props1", "slideKey", "width", "height", "numChildren", "effects", "isLast", "childOffset", "scrollRange", "val", "rotateY", "rotateX", "opacity", "scale", "originXorY", "latest", "newValue", "_ref_current", "visibility", "mix", "LayoutGroup", "q", "selectedOpacity", "buttonStyle", "isSelected", "inlinePadding", "top", "bottom", "right", "left", "SlideshowFonts", "getFonts", "Slideshow", "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", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "Image2", "RichText2", "Link", "SVG", "css", "Framerj5uAd3KQQ", "withCSS", "j5uAd3KQQ_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "MotionDivWithFX", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "FramerqMpeob46m", "withCSS", "qMpeob46m_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image", "title", "title2", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "zNP4lyaQR", "c_WjChMwX", "gOUdjld5W", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "SVG", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramervU5GQVryA", "withCSS", "vU5GQVryA_default", "addPropertyControls", "ControlType", "addFonts", "SudentImageFonts", "getFonts", "vU5GQVryA_default", "TickerFonts", "Ticker", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "addImageAlt", "image", "alt", "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", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "ComponentViewportProvider", "u", "css", "FramerYRdZVcUoJ", "withCSS", "YRdZVcUoJ_default", "addPropertyControls", "ControlType", "addFonts", "HeaderFonts", "getFonts", "AAD7_sa_S_default", "EmpowerYourMostPersuasiveVoiceNowFonts", "d6yvbMLE7_default", "TeamTickerFonts", "YRdZVcUoJ_default", "ButtonFonts", "k3fOjlunb_default", "Animated_CounterFonts", "Animated_Counter", "MotionDivWithFX", "withFX", "motion", "ReviewSliderFonts", "j5uAd3KQQ_default", "SubmitButtonFonts", "qMpeob46m_default", "SocialLinkFonts", "xi22NDqLu_default", "CookieBannerFonts", "CookieBanner", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "ContainerWithFX", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "transformTemplate2", "transition1", "animation", "transition2", "transformTemplate3", "transition3", "transition4", "transition5", "transition6", "formVariants", "form", "variants", "currentVariant", "_variants_success", "_variants_pending", "_variants_error", "_variants_incomplete", "transition7", "animation1", "animation2", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "elementId", "useRouteElementId", "ref2", "elementId1", "ref3", "elementId2", "ref4", "router", "useRouter", "isDisplayed", "isDisplayed1", "elementId3", "ref5", "elementId4", "ref6", "elementId5", "ref7", "elementId6", "ref8", "elementId7", "ref9", "elementId8", "ref10", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "cx", "PropertyOverrides2", "ComponentViewportProvider", "x", "RichText2", "Image2", "ResolveLinks", "resolvedLinks", "SVG", "resolvedLinks1", "Link", "resolvedLinks2", "resolvedLinks3", "FormContainer", "formState", "l", "FormPlainTextInput2", "resolvedLinks4", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
