{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js", "ssg:https://ga.jspm.io/npm:@motionone/dom@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/types@10.12.0/dist/index.es.js", "ssg:https://ga.jspm.io/npm:@motionone/utils@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:@motionone/easing@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://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/Gb6z1S0xoupJRsduSsLb/SlideShow.js", "ssg:https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js", "ssg:https://framerusercontent.com/modules/jtp0aUdCQFYCvccVxpQ6/GYZlikEJ3yXbTYYBDSNs/u8zhTUl7U.js", "ssg:https://framerusercontent.com/modules/cM0ChRvjkmzAPBtQ1QaF/1UAxJqxs2sED3RzhZQ5D/sWLDvqLp8.js", "ssg:https://framerusercontent.com/modules/21xotUKh40wzRlxElEeB/B3mYfdYs8dL7xXUBbV7V/Ey23QpJeI.js", "ssg:https://framerusercontent.com/modules/fOPMHBtSJHYjLEL2crvt/twJtkbbVxKuoQZIDvHFA/sevilofFj.js", "ssg:https://framerusercontent.com/modules/paaJSSYMz1aMPPN1fdxX/GJ2wueyx9se48I1fqgKt/hN8zPIh5z.js", "ssg:https://framerusercontent.com/modules/coPW0kpgs8POB8m0WQYN/Ki2J4ObFS7ZtRwhMwMSW/weH3rvtMC.js", "ssg:https://framerusercontent.com/modules/f8kenM8y9MciHNAy6NXu/2t4f5Y5pWuRxCbIHJeDN/jE4NU22uX.js", "ssg:https://framerusercontent.com/modules/l2kwJhaT7DXwMGHZXbn3/y7nn2DeeIFlLTXwBTiuM/ygq5i6KxM.js", "ssg:https://framerusercontent.com/modules/4D4qldUZzwGNJQqTCgFf/AlsEKEa4b9yDKhGxZ4cM/T5HpQQzOl.js", "ssg:https://framerusercontent.com/modules/uDXFs3IfslYF3AdJXzf3/pO3T5Sf7bj6xY1IEzX7y/ON5rRGrcE.js", "ssg:https://framerusercontent.com/modules/nUoG4A91pYCjxPhsATCr/wOKCB03Yc72OWFVycOYY/DmvalGhOK.js", "ssg:https://framerusercontent.com/modules/ih5gsDi4UBx7CJXtXtVu/bAr4m1CynMsGFm6VVe23/w7q_5fr6w.js", "ssg:https://framerusercontent.com/modules/rBcpvAKXkCreKpt3ZDGY/FETyS1bh4iMparFaefCn/FZG58gEDB.js", "ssg:https://framerusercontent.com/modules/7suSeKeRQ5xqPrhw8C5E/TYEglRiYns6VS2H1YCgk/PhlzaXKU2.js", "ssg:https://framerusercontent.com/modules/nlOCC7H1aZbMfaf6f1Si/QpgTa8GDPzZ3de8JTDfO/xbKjRa7SN.js", "ssg:https://framerusercontent.com/modules/x6wCjFli5F3RoAN3PWIP/2yeNFcjiYdCoycfDoOeD/hbli4Pr7N.js", "ssg:https://framerusercontent.com/modules/ypM2YH98XjUrXU5iEQ4z/CSI1yfCG30QpdwZPuLwX/zjSq4QJ0U.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap,frame}from\"framer-motion\";import{resize}from\"@motionone/dom\";const MAX_DUPLICATED_ITEMS=100;const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Ticker(props){/* Props */let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const numChildren=Children.count(filteredSlots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/createRef(),/*#__PURE__*/createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */let clonedChildren=[];let dupedChildren=[];/* Duplicate value */let duplicateBy=0;let opacity=0;if(isCanvas){duplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;duplicateBy=Math.min(duplicateBy,MAX_DUPLICATED_ITEMS);opacity=1;}/* Measure parent and child */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\n             * Track whether this is the initial resize event. By default this will fire on mount,\n             * which we do in the useEffect. We should only fire it on subsequent resizes.\n             */let initialResize=useRef(true);useEffect(()=>{frame.read(measure);return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){frame.read(measure);}initialResize.current=false;});},[]);}clonedChildren=Children.map(filteredSlots,(child,index)=>{var _child_props,_child_props1,_child_props2,_child_props3;let ref;if(index===0){ref=childrenRef[0];}if(index===filteredSlots.length-1){ref=childrenRef[1];}const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{ref:ref,style:size,children:/*#__PURE__*/cloneElement(child,{style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(filteredSlots,(child,childIndex)=>{var _child_props,_child_props1,_child_props2,_child_props3,_child_props4,_child_props5;const size={width:widthType?(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.width:\"100%\",height:heightType?(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.height:\"100%\",willChange:\"transform\"};return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/cloneElement(child,{key:i+\" \"+childIndex,style:{...(_child_props2=child.props)===null||_child_props2===void 0?void 0:_child_props2.style,width:widthType?(_child_props3=child.props)===null||_child_props3===void 0?void 0:_child_props3.width:\"100%\",height:heightType?(_child_props4=child.props)===null||_child_props4===void 0?void 0:_child_props4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(_child_props5=child.props)===null||_child_props5===void 0?void 0:_child_props5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);})];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue)]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);// Pause the animation when it's out of view\nuseEffect(()=>{if(!animationRef.current)return;if(isInView&&animationRef.current.playState===\"paused\"){animationRef.current.play();}else if(!isInView&&animationRef.current.playState===\"running\"){animationRef.current.pause();}},[isInView]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/* Empty state */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/_jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/_jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,willChange:isCanvas?\"auto\":\"transform\",transform:supportsAcceleratedAnimations?transformer(0):transform},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=hoverFactor;}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){// TODO Replace with updatePlaybackRate when Chrome bugs sorted\nanimationRef.current.playbackRate=1;}},children:[clonedChildren,dupedChildren]})});}/* Default Properties */Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],defaultValue:\"left\",displaySegmentedControl:true},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"400\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "import{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", "class MotionValue{setAnimation(i){this.animation=i;null===i||void 0===i?void 0:i.finished.then((()=>this.clearAnimation())).catch((()=>{}))}clearAnimation(){this.animation=this.generator=void 0}}export{MotionValue};\n\n//# sourceMappingURL=index.es.js.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 isString=t=>\"string\"===typeof t;const isEasingGenerator=t=>\"object\"===typeof t&&Boolean(t.createAnimation);const isCubicBezier=t=>Array.isArray(t)&&isNumber(t[0]);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 r=0;for(;r<o-2;r++)if(s<e[r+1])break;let f=clamp(0,1,progress(e[r],e[r+1],s));const c=getEasingForSegment(n,r);f=c(f);return mix(t[r],t[r+1],f)}}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,isNumber,isString,mix,noop,noopReturn,progress,removeItem,e as time,velocityPerSecond,wrap};\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", "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", "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{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,useTransform,LayoutGroup,wrap,sync}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});/* 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(()=>{sync.read(()=>{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;setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight});}});},[hasChildren]);/**\n     * Add refs to all children\n     * Added itemAmount for resizing\n     */useLayoutEffect(()=>{if(hasChildren)measure();},[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)){measure();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 isVisible=usePageVisibility();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),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\",{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\",{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);});},[]);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},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\":{\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerIntrinsicWidth\":\"400\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.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", "// Generated by Framer (236a21b)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import DotLottie from\"https://framerusercontent.com/modules/jfK7C7JmdHGaVBsvt1V7/G0lF2a2mezep3QZSQZwm/DotLottie.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/n86gmPWPmL9hcHz7o5fK/1iL3l7wJksfdX8j6irHZ/ON5rRGrcE.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/cM0ChRvjkmzAPBtQ1QaF/1UAxJqxs2sED3RzhZQ5D/sWLDvqLp8.js\";const DotLottieFonts=getFonts(DotLottie);const cycleOrder=[\"HlyZWEZkf\",\"gH4VfHxlW\",\"abvsmhpgc\",\"sa0Dl1BJb\",\"uPVBhN60y\",\"RMh6NPeZ5\"];const serializationHash=\"framer-i5F5i\";const variantClassNames={abvsmhpgc:\"framer-v-1nxkshu\",gH4VfHxlW:\"framer-v-mhgmxm\",HlyZWEZkf:\"framer-v-13otvhy\",RMh6NPeZ5:\"framer-v-jycu35\",sa0Dl1BJb:\"framer-v-15er51s\",uPVBhN60y:\"framer-v-1bkvlhm\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Answer (Right)\":\"gH4VfHxlW\",\"Answer image\":\"RMh6NPeZ5\",\"Answer S (Right)\":\"sa0Dl1BJb\",\"Answer Voice S (Right)\":\"uPVBhN60y\",\"Question (Left)\":\"HlyZWEZkf\",\"Question S (Left)\":\"abvsmhpgc\"};const getProps=({height,id,text,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref,_ref1;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:\"HlyZWEZkf\",W88zB8mIG:(_ref1=text!==null&&text!==void 0?text:props.W88zB8mIG)!==null&&_ref1!==void 0?_ref1:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,W88zB8mIG,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"HlyZWEZkf\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"uPVBhN60y\",\"RMh6NPeZ5\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"uPVBhN60y\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(Image,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-13otvhy\",className,classNames),\"data-framer-name\":\"Question (Left)\",layoutDependency:layoutDependency,layoutId:\"HlyZWEZkf\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-d98047ee-544f-4fcd-82cf-cc804820bf49, rgb(255, 209, 220))\",borderBottomLeftRadius:0,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24,boxShadow:\"0px 0.6021873017743928px 0.84306222248415px -0.9166666666666666px rgba(0, 0, 0, 0.13599), 0px 2.288533303243457px 3.20394662454084px -1.8333333333333333px rgba(0, 0, 0, 0.13178), 0px 10px 14px -2.75px rgba(0, 0, 0, 0.1125)\",...style},variants:{abvsmhpgc:{borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"none\"},gH4VfHxlW:{backgroundColor:\"var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152))\",borderBottomLeftRadius:24,borderBottomRightRadius:0},RMh6NPeZ5:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:16,borderBottomRightRadius:0,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"none\"},sa0Dl1BJb:{backgroundColor:\"var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152))\",borderBottomLeftRadius:16,borderBottomRightRadius:0,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"none\"},uPVBhN60y:{backgroundColor:\"var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152))\",borderBottomLeftRadius:16,borderBottomRightRadius:0,borderTopLeftRadius:16,borderTopRightRadius:16,boxShadow:\"none\"}},...addPropertyOverrides({abvsmhpgc:{\"data-framer-name\":\"Question S (Left)\"},gH4VfHxlW:{\"data-framer-name\":\"Answer (Right)\"},RMh6NPeZ5:{\"data-framer-name\":\"Answer image\",background:{alt:\"Photo of shoes sent in the Tellet AI interview chat\",fit:\"fill\",pixelHeight:3064,pixelWidth:3543,positionX:\"center\",positionY:\"bottom\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/NISHPdbwmpXSo5h7lM1DMuOBkM.jpg\",srcSet:\"https://framerusercontent.com/images/NISHPdbwmpXSo5h7lM1DMuOBkM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/NISHPdbwmpXSo5h7lM1DMuOBkM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/NISHPdbwmpXSo5h7lM1DMuOBkM.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/NISHPdbwmpXSo5h7lM1DMuOBkM.jpg 3543w\"}},sa0Dl1BJb:{\"data-framer-name\":\"Answer S (Right)\"},uPVBhN60y:{\"data-framer-name\":\"Answer Voice S (Right)\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1mmmias\",\"data-styles-preset\":\"ON5rRGrcE\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-93417450-7929-4134-ac8a-b77d61c39a48, rgb(54, 18, 28)))\"},children:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"})}),className:\"framer-1k4075t\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"uqQeO_wjo\",style:{\"--extracted-r6o4lv\":\"var(--token-93417450-7929-4134-ac8a-b77d61c39a48, rgb(54, 18, 28))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:W88zB8mIG,variants:{gH4VfHxlW:{\"--extracted-r6o4lv\":\"var(--token-746d9488-73ba-4468-be44-645e20d13fb6, rgb(255, 247, 249))\"},sa0Dl1BJb:{\"--extracted-r6o4lv\":\"var(--token-746d9488-73ba-4468-be44-645e20d13fb6, rgb(255, 247, 249))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({abvsmhpgc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ypsv4\",\"data-styles-preset\":\"sWLDvqLp8\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-93417450-7929-4134-ac8a-b77d61c39a48, rgb(54, 18, 28)))\"},children:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"})})},gH4VfHxlW:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1mmmias\",\"data-styles-preset\":\"ON5rRGrcE\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-746d9488-73ba-4468-be44-645e20d13fb6, rgb(255, 247, 249)))\"},children:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"})})},sa0Dl1BJb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-5ypsv4\",\"data-styles-preset\":\"sWLDvqLp8\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-746d9488-73ba-4468-be44-645e20d13fb6, rgb(255, 247, 249)))\"},children:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\"})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rbxwyb-container\",layoutDependency:layoutDependency,layoutId:\"qzpdNflKd-container\",children:/*#__PURE__*/_jsx(DotLottie,{autoplay:true,background:\"rgba(255, 111, 152, 0)\",controls:false,direction:\"1\",height:\"100%\",hover:false,id:\"qzpdNflKd\",layoutId:\"qzpdNflKd\",loop:true,progress:0,speed:1,srcFile:\"https://framerusercontent.com/assets/uskiwR6mqgycc8lGkdu6lvgeAY.json\",srcType:\"file\",srcUrl:\"https://lottie.host/d826e0a7-b7e8-4072-8afe-c943ed2dd2ca/DpX3m5yT5Z.lottie\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-i5F5i.framer-12raa8v, .framer-i5F5i .framer-12raa8v { display: block; }\",\".framer-i5F5i.framer-13otvhy { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 400px; overflow: hidden; padding: 16px 24px 16px 24px; position: relative; width: 400px; will-change: var(--framer-will-change-override, transform); }\",\".framer-i5F5i .framer-1k4075t { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-i5F5i .framer-rbxwyb-container { bottom: -15px; flex: none; left: 23px; position: absolute; top: -16px; width: 93px; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-i5F5i.framer-13otvhy { gap: 0px; } .framer-i5F5i.framer-13otvhy > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-i5F5i.framer-13otvhy > :first-child { margin-top: 0px; } .framer-i5F5i.framer-13otvhy > :last-child { margin-bottom: 0px; } }\",\".framer-i5F5i.framer-v-1nxkshu.framer-13otvhy { padding: 8px 16px 8px 16px; width: 366px; }\",\".framer-i5F5i.framer-v-15er51s.framer-13otvhy { padding: 8px 16px 8px 16px; width: 321px; }\",\".framer-i5F5i.framer-v-1bkvlhm.framer-13otvhy { min-height: 54px; padding: 8px 16px 8px 16px; width: 321px; }\",\".framer-i5F5i.framer-v-jycu35.framer-13otvhy { height: 208px; padding: 8px 16px 8px 16px; width: 321px; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 71\n * @framerIntrinsicWidth 400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"400px\",null,null]},\"gH4VfHxlW\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"400px\",null,null]},\"abvsmhpgc\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"400px\",null,null]},\"sa0Dl1BJb\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"400px\",null,null]},\"uPVBhN60y\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"400px\",null,null]},\"RMh6NPeZ5\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,\"400px\",null,null]}}}\n * @framerVariables {\"W88zB8mIG\":\"text\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Frameru8zhTUl7U=withCSS(Component,css,\"framer-i5F5i\");export default Frameru8zhTUl7U;Frameru8zhTUl7U.displayName=\"Asset / Text bubble\";Frameru8zhTUl7U.defaultProps={height:71,width:400};addPropertyControls(Frameru8zhTUl7U,{variant:{options:[\"HlyZWEZkf\",\"gH4VfHxlW\",\"abvsmhpgc\",\"sa0Dl1BJb\",\"uPVBhN60y\",\"RMh6NPeZ5\"],optionTitles:[\"Question (Left)\",\"Answer (Right)\",\"Question S (Left)\",\"Answer S (Right)\",\"Answer Voice S (Right)\",\"Answer image\"],title:\"Variant\",type:ControlType.Enum},W88zB8mIG:{defaultValue:\"Framer is a web builder for creative pros. Be sure to check out framer.com to learn more.\",displayTextArea:true,title:\"Text\",type:ControlType.String}});addFonts(Frameru8zhTUl7U,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...DotLottieFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameru8zhTUl7U\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"400\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"71\",\"framerVariables\":\"{\\\"W88zB8mIG\\\":\\\"text\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"400px\\\",null,null]},\\\"gH4VfHxlW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"400px\\\",null,null]},\\\"abvsmhpgc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"400px\\\",null,null]},\\\"sa0Dl1BJb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"400px\\\",null,null]},\\\"uPVBhN60y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"400px\\\",null,null]},\\\"RMh6NPeZ5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,\\\"400px\\\",null,null]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./u8zhTUl7U.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Plus Jakarta Sans-500\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NTxXUEKi4Rw.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Bold.cyrillic-ext-XOTVL7ZR.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Bold.cyrillic-6LOMBC2V.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Bold.greek-ext-WXWSJXLB.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Bold.greek-YRST7ODZ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Bold.latin-ext-BASA5UL3.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Bold.latin-UCM45LQF.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Bold.vietnamese-OEVJMXEP.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-BoldItalic.cyrillic-ext-PEYDHC3S.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-BoldItalic.cyrillic-7EIL6JWG.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.greek-ext-3DJOYQMH.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.greek-TJBTLTT7.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.latin-ext-FVPCPRBJ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-BoldItalic.latin-5ZFQS4XK.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-BoldItalic.vietnamese-W2625PGF.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Italic.cyrillic-ext-YDGMJOJO.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Italic.cyrillic-BFOVMAQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Italic.greek-ext-4KOU3AHC.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Italic.greek-OJTBJNE6.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Italic.latin-ext-H4B22QN6.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Italic.latin-2DWX32EN.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Italic.vietnamese-TYMT6CKW.woff2\",weight:\"400\"}]}];export const css=['.framer-hhgWh .framer-styles-preset-5ypsv4:not(.rich-text-wrapper), .framer-hhgWh .framer-styles-preset-5ypsv4.rich-text-wrapper p { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-8db1991e-4b85-4960-98ed-813b030e7dc0, #85888e); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-hhgWh\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (a387266)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Image,SVG,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\";const TickerFonts=getFonts(Ticker);const cycleOrder=[\"o44Qa2Ak3\",\"UUdPbJbfl\",\"Wpoe6gp9o\",\"uVIuNDtxF\"];const serializationHash=\"framer-BPsXJ\";const variantClassNames={o44Qa2Ak3:\"framer-v-1vx7zqq\",UUdPbJbfl:\"framer-v-38j3w5\",uVIuNDtxF:\"framer-v-1iy2ymv\",Wpoe6gp9o:\"framer-v-g6hfcd\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableEnumMap={\"Color Burn\":\"color-burn\",\"Color Dodge\":\"color-dodge\",\"Hard Light\":\"hard-light\",\"Soft Light\":\"soft-light\",Color:\"color\",Darken:\"darken\",Difference:\"difference\",Exclusion:\"exclusion\",Hue:\"hue\",Lighten:\"lighten\",Luminosity:\"luminosity\",Multiply:\"multiply\",Normal:\"normal\",Overlay:\"overlay\",Saturation:\"saturation\",Screen:\"screen\"};const humanReadableVariantMap={\"Full colour\":\"uVIuNDtxF\",\"Green paw paw\":\"UUdPbJbfl\",\"Watermelon juice\":\"o44Qa2Ak3\",\"Watermelon Light\":\"Wpoe6gp9o\"};const getProps=({blendingMode,height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref,_humanReadableEnumMap_blendingMode,_ref1,_ref2;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:\"o44Qa2Ak3\",WP4eaflUC:(_ref2=(_ref1=(_humanReadableEnumMap_blendingMode=humanReadableEnumMap[blendingMode])!==null&&_humanReadableEnumMap_blendingMode!==void 0?_humanReadableEnumMap_blendingMode:blendingMode)!==null&&_ref1!==void 0?_ref1:props.WP4eaflUC)!==null&&_ref2!==void 0?_ref2:\"soft-light\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,WP4eaflUC,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"o44Qa2Ak3\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"UUdPbJbfl\",\"Wpoe6gp9o\",\"uVIuNDtxF\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"uVIuNDtxF\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"Wpoe6gp9o\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"UUdPbJbfl\")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.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1vx7zqq\",className,classNames),\"data-framer-name\":\"Watermelon juice\",layoutDependency:layoutDependency,layoutId:\"o44Qa2Ak3\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--1wkxds\":WP4eaflUC,...style},...addPropertyOverrides({UUdPbJbfl:{\"data-framer-name\":\"Green paw paw\"},uVIuNDtxF:{\"data-framer-name\":\"Full colour\"},Wpoe6gp9o:{\"data-framer-name\":\"Watermelon Light\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-802eq-container\",layoutDependency:layoutDependency,layoutId:\"zQ14CMBk2-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:120,height:\"100%\",hoverFactor:.6,id:\"zQ14CMBk2\",layoutId:\"zQ14CMBk2\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jg3qlg\",\"data-framer-name\":\"Watermelon Juice\",layoutDependency:layoutDependency,layoutId:\"qrx0nFpus\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1h3lixz\",\"data-framer-name\":\"Mars 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:45,intrinsicWidth:110,layoutDependency:layoutDependency,layoutId:\"oiIxFlPm3\",svg:'<svg width=\"110\" height=\"45\" viewBox=\"0 0 110 45\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_5787_31777)\">\\n<path d=\"M108.251 9.55791C107.732 7.46093 105.495 5.29918 103.093 4.58756C100.853 3.92385 98.5919 4.17428 96.5547 5.31058C94.9471 6.2074 93.6731 7.61055 92.9181 9.29744C92.8734 9.23631 92.8292 9.17428 92.7822 9.11589C91.6217 7.67943 89.7282 6.28859 86.9474 6.5559C84.7761 6.76528 83.0326 7.6142 80.9288 9.48629C80.635 9.74722 80.3481 10.0392 80.0644 10.3393C79.0668 9.42745 77.6308 9.08989 76.1104 9.45436C75.0183 9.71711 73.9906 10.2403 72.7749 11.1508C71.0547 12.4409 69.5339 13.9868 68.7078 15.2859C68.6758 15.3352 68.6466 15.3845 68.6165 15.4347C68.5463 14.9662 68.3766 14.4922 68.1408 14.1232C67.519 13.1484 66.2769 12.1412 64.8906 11.9446C64.2734 11.8565 63.3556 11.8561 62.2868 12.2497C61.3366 11.342 60.0931 10.5104 58.2233 10.3767C54.5603 10.1149 50.0804 12.5722 46.8092 16.6362C45.8859 17.7839 45.1114 18.9986 44.5024 20.2339C44.7779 17.9878 45.178 15.9328 45.7363 13.8896C46.3868 11.5103 45.4795 9.17884 42.2421 7.90569C40.6565 7.28257 38.9778 7.2511 37.6362 7.81947C36.8243 8.16388 36.1359 8.71903 35.1488 9.62314C34.0458 10.6335 32.7494 11.9783 31.3841 13.5179C31.6272 12.8332 31.8507 12.2237 32.0446 11.6959L32.259 11.1125C32.5081 10.4305 32.6326 9.76318 32.6326 9.13505C32.6326 8.35775 32.4424 7.63975 32.0642 7.02712C31.2687 5.73846 29.5407 4.49907 27.785 4.18067C26.2596 3.90378 25.0393 3.98132 23.8273 4.43201C22.3261 4.99035 21.4653 5.84566 20.1858 7.19499C16.7495 10.8197 13.1823 15.4123 9.58362 20.8452C6.73626 25.1459 2.29278 32.6124 1.35947 35.4424C0.802495 37.1284 0.859515 38.5662 1.53509 39.8384C2.34296 41.3602 4.0928 42.6917 5.59311 43.1205C7.90586 43.781 9.7889 42.6726 10.631 40.1541C11.9082 36.3378 14.319 31.4793 17.1778 26.8492C16.7764 29.4338 16.5739 31.4049 16.5739 32.731V32.7456C16.6432 35.6691 17.1336 37.3537 19.6876 38.8791C20.9307 39.6231 22.3106 39.9123 23.4724 39.6719C24.5991 39.4397 25.3979 38.771 26.0634 37.5052C28.7849 32.3227 31.5173 28.1972 33.7712 25.1541C33.7666 25.4365 33.7639 25.7197 33.7639 26.0058C33.7639 27.5809 33.8287 28.8782 33.9546 29.8626C34.7337 35.9191 39.3199 38.1497 43.0701 36.986C44.631 36.5011 45.6939 35.4693 45.9863 34.1542C46.0899 33.688 46.0789 33.2546 46.0059 32.8591C49.085 35.5564 54.1544 34.4325 58.6558 30.1838C60.1068 31.7584 61.8977 32.788 64.9321 31.8136C66.8722 31.1905 69.106 29.593 70.6195 27.7707C71.8261 29.9607 75.1547 31.4492 78.0632 29.5543C79.4121 28.678 79.9376 27.3797 80.3591 26.336C80.3645 26.3251 80.3705 26.3169 80.3759 26.3055L80.422 26.2151L80.4257 26.2074C80.4352 26.1859 80.4389 26.1777 80.9466 24.9707C81.307 24.1355 81.9 22.8341 82.8584 21.2548C83.4436 20.2896 83.9869 19.4813 84.506 18.8098C84.2027 19.2623 83.9742 19.7983 83.8501 20.4118C83.6074 21.6033 83.8396 23.0827 84.4577 24.271C86.411 28.0288 90.3253 29.3458 93.882 29.0438C96.9547 28.7829 99.9211 27.1051 101.623 24.6651C104.146 21.0486 103.079 17.1722 102.056 14.5711C101.793 13.9015 101.677 13.3646 101.724 13.079C101.743 12.9654 101.789 12.9171 101.853 12.9098C101.921 12.9002 101.993 12.9604 102.066 13.0549C102.82 13.8951 103.597 14.63 104.64 14.8056C105.651 14.9767 106.608 14.6628 107.335 13.9206C108.106 13.1338 108.751 11.5746 108.251 9.55791ZM92.779 15.9729C93.0404 16.7767 93.2753 17.5599 93.2753 18.3062C93.2657 19.3221 92.7576 19.6437 92.3762 19.7965C91.7015 20.0679 91.1856 19.6852 90.5935 18.9088C89.5471 17.5398 88.1011 16.7256 86.411 17.3154C85.8873 17.4988 85.3983 17.8053 84.985 18.2227C86.0137 17.0276 86.9689 16.3771 87.9975 16.1207C88.3684 16.0281 88.6927 16.0258 88.9358 16.1139C89.1242 16.1823 89.1972 16.2265 89.3067 16.2931C89.4134 16.3579 89.5466 16.4387 89.7537 16.5281C90.1702 16.7064 90.5069 16.7589 90.9931 16.7229C91.6331 16.6754 92.2585 16.3785 92.7571 15.9031C92.7635 15.9264 92.7708 15.9497 92.779 15.9729ZM44.4983 33.381C44.2643 34.4379 43.3953 35.2253 42.1313 35.6176C40.9106 35.9971 39.4408 35.9547 38.2959 35.5085C36.2354 34.7048 35.1032 32.471 34.7547 29.7604C34.6265 28.766 34.5704 27.47 34.5704 26.0062C34.5704 24.3093 34.6452 22.7123 34.7907 21.0363C32.1162 24.291 28.3661 29.453 24.6479 36.5326C24.075 37.6238 23.4665 38.1082 22.6089 38.2852C21.6468 38.4836 20.4736 38.2323 19.4002 37.5891C18.0573 36.7872 17.4666 35.4383 17.4105 33.5607L17.3799 32.731C17.3799 30.9679 17.7535 28.001 18.4911 23.9124C18.6959 22.7739 18.8528 22.0403 19.0974 20.8612C14.6178 27.0782 10.8486 34.2719 9.16669 39.3006C8.48062 41.352 7.08476 42.3095 5.1146 41.747C3.92037 41.4058 2.91453 40.7156 2.24807 39.4603C1.66419 38.3605 1.65233 37.1256 2.12491 35.6947C3.02629 32.9622 7.4985 25.4547 10.2569 21.2895C14.0645 15.5414 17.6372 11.0555 20.7724 7.74877C22.0852 6.36386 22.8114 5.66912 24.1097 5.1865C25.2701 4.75497 26.359 4.73946 27.6417 4.97211C28.9815 5.21524 30.0854 5.89082 30.6784 6.8515C31.255 7.78481 31.2518 9.0055 30.802 10.2367C30.1379 12.0545 29.018 14.9789 27.9537 18.927C30.4713 15.6746 33.3971 12.3195 35.6935 10.2162C36.6154 9.37225 37.2449 8.86044 37.9515 8.56119C39.059 8.09135 40.5365 8.10047 41.9474 8.65516C43.9541 9.44387 44.8313 10.9807 44.2579 13.0777C43.4998 15.8543 43.0509 18.5393 42.7891 21.5842C42.555 24.3029 42.6244 26.6823 42.899 28.2606C43.0409 29.0725 43.2274 29.7869 43.7502 30.701C44.106 31.3228 44.7547 32.2319 44.4983 33.381ZM69.5663 26.3223C68.2023 28.1055 65.9571 29.8152 63.986 30.4483C61.9169 31.113 59.8824 30.8443 58.763 28.9927C58.5737 28.6793 58.4979 28.4654 58.3533 28.0498C53.8332 32.8829 48.7 34.1843 45.8212 31.6412C44.4832 30.4602 43.7712 28.8828 43.7315 26.5842C43.6786 23.4786 45.1041 20.0405 47.4383 17.1402C50.5438 13.282 54.7725 10.9373 58.1663 11.1796C59.7204 11.2913 61.0862 12.0244 62.0492 13.2241C63.055 12.7305 64.0047 12.6315 64.7779 12.7415C65.6788 12.8696 66.3768 13.3564 66.7609 13.9576C67.0099 14.3476 67.1477 14.8818 67.1477 15.3119C67.1477 15.9273 66.9862 16.5846 66.6372 17.5015C66.276 18.4513 65.813 19.822 65.3905 21.6125C65.4831 21.5404 65.6341 21.4022 65.6816 21.362C66.9584 20.2604 68.6184 20.1053 69.7501 21.2503C70.7249 22.2365 71.2495 24.1209 69.5663 26.3223ZM81.4698 20.238C80.5452 21.7616 79.9412 23.0466 79.5038 24.0598C79.5038 24.0598 79.0038 25.2508 78.9979 25.2645C78.9979 25.2645 78.9135 25.4319 78.9144 25.4305C78.4979 26.4619 78.0445 27.5522 76.9246 28.2806C75.2245 29.3868 72.5952 29.3376 71.4338 27.564C71.1254 27.0919 70.968 26.55 70.9982 25.93C71.0283 25.2754 71.2358 24.6364 71.6267 23.901C72.1668 22.8423 72.3963 22.1142 72.6663 21.2703C71.6117 21.5345 70.3002 21.1084 69.5462 20.2034C68.4053 18.8344 68.5271 17.0736 69.3888 15.7184C70.1378 14.5406 71.577 13.0571 73.2593 11.7958C74.1717 11.1116 75.1602 10.5117 76.2983 10.238C77.737 9.89319 79.2264 10.2773 80.0402 11.5527C80.5014 11.0473 80.9872 10.5136 81.4657 10.0884C83.3419 8.41842 84.9325 7.56037 87.025 7.35829H87.0259C89.0275 7.16579 90.5547 7.90979 91.4557 9.02466C92.0601 9.77367 92.4081 10.8101 92.4629 11.872C92.5108 12.7707 92.3082 13.6593 91.8375 14.3289C91.426 14.9256 90.8212 15.2777 90.2327 15.3215C89.8504 15.3498 89.6474 15.3083 89.371 15.1888C89.0093 15.0341 88.9723 14.9256 88.5084 14.7582C88.096 14.609 87.6061 14.6154 87.1021 14.7408C85.2993 15.1883 83.6845 16.586 81.4698 20.238ZM106.058 12.7579C105.552 13.2752 104.886 13.5502 104.074 13.4125C103.321 13.2852 102.857 12.7615 102.297 12.0773C101.88 11.5682 101.327 11.274 100.776 11.5545C100.122 11.888 99.9859 12.6917 100.605 14.2673C101.937 17.6553 102.249 20.7553 100.262 23.6045C98.6553 25.9086 95.8932 27.4057 93.1129 27.6416C89.3509 27.9618 86.5341 26.5171 85.1725 23.8983C84.6233 22.8409 84.439 21.555 84.6406 20.5706C84.8737 19.4179 85.6889 18.4216 86.676 18.0758C87.6923 17.7219 88.5823 17.9846 89.3642 18.8486C89.9138 19.4557 90.2131 20.0711 90.8763 20.431C91.4438 20.7389 92.0715 20.7873 92.6759 20.5441C93.5563 20.1911 94.069 19.4548 94.0809 18.3057C94.0809 17.4117 93.799 16.5034 93.5449 15.7229C93.1882 14.6282 93.023 13.5991 93.0258 12.6297C93.0285 11.7169 93.1832 10.8324 93.466 10.0793C94.1393 8.28202 95.3987 6.87841 96.947 6.01444C98.768 4.99857 100.828 4.75726 102.863 5.3603C104.772 5.92549 106.335 7.40528 106.769 9.15284C107.158 10.7243 106.734 12.0682 106.058 12.7579Z\" fill=\"#FF6F98\" stroke=\"#FF6F98\" stroke-width=\"1.22913\"/>\\n<path d=\"M52.9089 21.3887C54.2409 19.4587 56.0638 18.1787 57.5034 17.931C57.9053 17.8621 58.1612 17.8799 58.4796 17.9529C58.4664 18.0382 58.4655 18.2111 58.4093 18.4145C58.1347 19.5809 56.2166 22.1737 53.7337 23.8387C52.5969 24.5996 51.8725 24.7415 51.4666 24.8469C51.6194 23.5879 52.1544 22.4826 52.9089 21.3887Z\" fill=\"#FF6F98\"/>\\n<path d=\"M104.775 15.0946C105.019 15.3377 105.144 15.6347 105.144 15.975C105.146 16.3267 105.026 16.6232 104.786 16.8632C104.546 17.1063 104.252 17.2253 103.907 17.2244C103.565 17.2185 103.269 17.0967 103.028 16.8476C102.785 16.6009 102.667 16.3053 102.665 15.9568C102.663 15.6137 102.782 15.3177 103.023 15.0773C103.263 14.8341 103.556 14.7137 103.897 14.7224C104.241 14.7219 104.537 14.8478 104.775 15.0946ZM104.918 14.9541C104.638 14.6713 104.294 14.5276 103.896 14.523C103.495 14.5189 103.161 14.6567 102.885 14.9368C102.607 15.2146 102.461 15.5585 102.467 15.9536C102.467 16.3568 102.608 16.7008 102.893 16.9872C103.169 17.2719 103.506 17.4183 103.91 17.4215C104.305 17.4242 104.65 17.2892 104.929 17.0037C105.212 16.7236 105.35 16.3805 105.348 15.9796C105.345 15.5804 105.203 15.2378 104.918 14.9541ZM104.113 15.9034C104.057 15.9257 103.967 15.9358 103.85 15.9362L103.601 15.9335V15.3587L103.838 15.3606C103.99 15.3633 104.101 15.382 104.171 15.4217C104.244 15.465 104.279 15.5398 104.277 15.6557C104.284 15.777 104.222 15.8614 104.113 15.9034ZM103.324 16.7541L103.601 16.7573V16.1296L103.823 16.131C103.966 16.1315 104.073 16.1502 104.129 16.1835C104.229 16.2446 104.284 16.3659 104.282 16.5511V16.6766L104.289 16.7304C104.288 16.7373 104.288 16.74 104.293 16.7473C104.293 16.7509 104.293 16.7569 104.293 16.7605L104.562 16.7642L104.551 16.7441C104.545 16.7309 104.542 16.704 104.54 16.6606C104.533 16.6232 104.533 16.5803 104.532 16.5416L104.53 16.4261C104.53 16.3463 104.503 16.2647 104.443 16.1803C104.383 16.0936 104.293 16.0411 104.172 16.0243C104.27 16.0056 104.344 15.9796 104.398 15.9467C104.503 15.8788 104.554 15.7747 104.554 15.6324C104.552 15.434 104.47 15.2985 104.307 15.2292C104.212 15.1895 104.068 15.1685 103.876 15.1667L103.321 15.1621L103.324 16.7541Z\" fill=\"#FF6F98\"/>\\n<path d=\"M105.074 9.61954C105.068 9.58259 105.06 9.5461 105.052 9.50961C104.805 8.41299 103.849 7.42266 102.37 6.96741C99.4937 6.082 96.1956 7.58962 95.0392 10.6774C94.5589 11.956 94.599 13.5539 95.1423 15.1916C95.505 16.2886 95.8973 17.6293 95.7176 19.0274C95.4872 20.822 94.2359 21.9565 92.6713 22.2817C90.9525 22.6393 89.4891 21.9706 88.4062 20.3467C87.9924 19.7263 87.7151 19.4932 87.2288 19.6624C86.8183 19.8066 86.4091 20.3175 86.2896 20.9055C86.1655 21.5158 86.3316 22.3223 86.6677 22.8975C87.8465 24.9165 90.3339 25.8972 92.956 25.6258C95.3969 25.374 97.4925 24.1428 98.7342 22.4313C100.163 20.4616 100.293 17.8879 99.136 14.8444C98.1936 12.3725 98.4655 10.6915 99.8659 9.90875C100.965 9.31984 102.36 9.66197 103.192 10.8767C103.557 11.4095 103.746 11.5628 104.04 11.6089C104.623 11.7019 105.326 11.0159 105.074 9.61954Z\" fill=\"#FF6F98\"/>\\n<path d=\"M70.8079 16.6217C70.2076 17.5665 70.3367 18.4236 70.807 18.8693C71.3047 19.34 72.0259 19.2032 72.8565 18.3698C73.1918 18.0322 73.7219 17.5519 74.0508 17.3429C74.2437 17.2207 74.5959 16.9739 74.8536 17.0711C75.1383 17.1773 75.0972 17.7243 75.0876 17.9615C75.037 19.1512 74.3267 22.3156 73.1393 24.6452C72.628 25.6068 72.6052 26.0839 72.8789 26.4625C73.2853 27.0282 74.7158 27.0966 75.797 26.3927C76.5952 25.8732 76.9374 25.0895 77.2927 24.3838C77.8241 23.3282 78.5043 21.52 79.8659 19.2752C82.0158 15.7304 84.1944 13.3419 86.821 12.9505C87.7972 12.8037 88.4089 12.9528 88.8528 13.2858C89.1976 13.5454 89.4225 13.6421 89.725 13.5956C89.9845 13.5554 90.1688 13.4131 90.3207 13.1941C90.8978 12.3721 90.8225 10.8987 90.1706 10.1169C89.47 9.27844 88.5316 8.90073 87.1873 9.03028C85.6752 9.1758 84.2779 9.79709 82.5992 11.3353C81.4201 12.4164 80.3495 13.7625 79.7309 14.6963C79.542 14.9791 79.3801 15.2172 79.1867 15.1935C78.9869 15.1693 79.0152 14.8395 79.0252 14.632C79.0717 13.7142 78.97 12.8589 78.512 12.3046C78.065 11.7627 77.3151 11.7271 76.691 11.8767C75.8426 12.0806 75.11 12.5154 74.277 13.1399C72.7863 14.2565 71.4935 15.5452 70.8079 16.6217Z\" fill=\"#FF6F98\"/>\\n<path d=\"M60.1583 27.9428C60.8731 28.9049 62.0509 28.9318 63.3847 28.5034C65.1428 27.9392 66.8963 26.6336 68.1252 25.1456C68.9554 24.1398 69.194 23.0792 68.5038 22.3813C68.0878 21.9607 67.4227 22.1058 66.7868 22.6299C66.337 23.0003 65.4849 23.8136 65.037 24.0481C64.2391 24.4678 63.7697 24.466 63.4491 24.1772C63.1767 23.9322 63.1512 23.352 63.3113 22.4036C63.5763 20.839 64.4421 17.988 64.9302 16.7668C65.4639 15.4344 65.4489 15.1475 65.2783 14.8377C65.151 14.6069 64.8618 14.4509 64.5589 14.4085C64.0184 14.3314 63.3327 14.4541 62.8615 14.7082C62.5094 14.8979 62.1882 15.1393 61.8967 15.5051C61.7873 15.6406 61.6942 15.6962 61.5952 15.6816C61.4912 15.6648 61.4342 15.5252 61.3863 15.4034C60.8211 13.9391 59.6045 12.9725 58.0153 12.8584C55.3636 12.6687 51.6358 14.6069 48.757 18.1841C45.6446 22.0506 44.0526 27.5856 46.7937 29.8884C48.5339 31.3499 51.7453 31.0666 55.5488 28.0532C56.5619 27.2513 57.987 25.8559 58.8277 24.9189C59.0216 24.7027 59.339 24.2949 59.537 24.4591C59.6374 24.5421 59.6018 24.7675 59.5922 24.8774C59.4841 26.1451 59.6497 27.2554 60.1583 27.9428ZM50.2792 26.2377C49.3076 25.386 49.5854 22.8721 51.3434 20.324C53.0828 17.8028 55.7577 16.0598 57.4943 16.0525C58.2693 16.0479 58.8706 16.3057 59.3837 16.8225C59.8025 17.2454 60.0584 17.7179 60.115 18.2266C60.2733 19.5134 57.8798 23.097 54.6757 25.2446C52.6544 26.5962 51.0738 26.9342 50.2792 26.2377Z\" fill=\"#FF6F98\"/>\\n<path d=\"M41.1295 28.549C40.7381 26.65 40.6943 24.1516 40.9151 21.4557C41.1391 18.7205 41.5943 15.7878 42.316 13.0632C42.7384 11.4684 42.5942 10.7171 41.3361 10.2227C40.4037 9.85545 39.3669 9.79341 38.6083 10.1132C38.1403 10.3102 37.6248 10.7313 36.8324 11.4575C33.6534 14.3687 28.9185 20.0425 25.8316 24.798C25.4808 25.2847 25.2541 25.6136 24.9521 26.0602C24.8098 26.2768 24.6871 26.4064 24.6046 26.3927C24.4937 26.3736 24.4937 26.1701 24.5307 25.895C24.5904 25.4453 24.6146 25.2236 24.6908 24.7729C25.5908 19.4787 27.7712 12.5724 29.0909 9.47273C29.3404 8.88656 29.4549 8.35468 29.2186 7.79588C29.0038 7.28726 28.3478 6.82562 27.3297 6.62765C25.2988 6.23443 24.0325 6.90362 23.0755 7.82142C20.318 10.4649 15.9443 15.7409 11.6596 22.2202C8.74469 26.6263 4.5334 33.7944 3.73147 36.2253C3.47784 36.9935 3.61286 37.5883 3.84551 38.003C4.20496 38.642 4.91931 39.2027 5.65784 39.4367C6.4283 39.6775 7.22157 39.4143 7.56186 38.3624C9.87506 31.2221 15.7723 21.4858 21.114 15.1296C21.3485 14.85 21.4543 14.7236 21.6377 14.5352C21.8439 14.3354 22.0359 14.1949 22.1901 14.2716C22.3114 14.3313 22.2996 14.527 22.2348 14.7806C22.139 15.1547 22.1426 15.1205 22.0377 15.5187C21.4269 17.8246 20.7076 21.1478 20.1556 24.2127C19.449 28.133 18.9696 31.6098 19.0891 33.2876C19.1561 34.2337 19.4951 35.0566 20.4188 35.6095C21.8867 36.4871 22.742 36.1113 23.3766 34.9266C27.779 26.6947 32.3347 20.7012 35.8494 16.9447C36.1911 16.561 36.3754 16.3964 36.5314 16.275C36.7198 16.1455 36.8498 16.1249 36.9437 16.1856C37.0564 16.2572 37.0564 16.4502 37.0341 16.6203C36.998 16.8963 36.9935 16.9538 36.9437 17.2763C36.2102 22.0482 36.0497 26.5747 36.4319 29.5448C36.681 31.4766 37.3082 32.8082 38.6653 33.3378C39.4444 33.6416 40.5155 33.6781 41.3836 33.408C42.0304 33.2078 42.4925 32.8547 42.612 32.3771C42.7512 31.8334 42.3315 31.2914 41.889 30.5657C41.5943 30.0817 41.2996 29.3719 41.1295 28.549Z\" fill=\"#FF6F98\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_5787_31777\">\\n<rect width=\"109.042\" height=\"44.8896\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:163,intrinsicWidth:160.5,pixelHeight:326,pixelWidth:321,src:\"https://framerusercontent.com/images/CQOwgjojtyKJbW351RbVzxuQgq0.png\"},className:\"framer-10gy1sn\",\"data-framer-name\":\"Mask_group2\",layoutDependency:layoutDependency,layoutId:\"a5g9xaahP\"}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ypx2dy\",\"data-framer-name\":\"Group 1000006356\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:36,intrinsicWidth:194,layoutDependency:layoutDependency,layoutId:\"N3MlnNHwJ\",svg:'<svg width=\"194\" height=\"36\" viewBox=\"0 0 194 36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_5787_31759)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.4981 25C19.3971 25 24.9962 19.4 24.9962 12.5C24.9962 7.49244 22.0472 3.16958 17.7926 1.17502C15.5438 1.65762 13.7314 3.78047 13.7646 6.16701V6.36701C17.5973 7.33368 19.3304 9.63368 19.3304 12.8003C19.3304 15.967 16.8308 19.467 12.5981 19.467C9.16528 19.467 5.59916 16.5337 5.56583 11.8337C5.56583 8.73368 7.23224 5.73368 9.36525 3.93368C11.4649 2.20035 14.3312 1.10035 16.9308 1.06701C17.2017 1.06701 17.4946 1.08904 17.7022 1.13308C16.1175 0.405637 14.3549 0 12.4981 0C5.59915 0 0 5.6 0 12.5C0 19.4 5.59915 25 12.4981 25Z\" fill=\"#FF6F98\"/>\\n<path d=\"M33.0616 17.6669L29.2622 8.56689H31.7285L34.1281 14.6002L36.4278 8.56689H38.8274L35.0947 17.6669H33.0616Z\" fill=\"#FF6F98\"/>\\n<path d=\"M47.7928 13.0663C47.7928 13.6663 47.6928 14.233 47.5262 14.833C47.3595 15.3997 47.0596 15.933 46.7263 16.3663C46.3597 16.833 45.9264 17.1997 45.3598 17.4663C44.8266 17.733 44.16 17.8663 43.4268 17.8663C42.6936 17.8663 42.0603 17.733 41.4938 17.4663C40.9605 17.1997 40.4939 16.833 40.1273 16.3663C39.7607 15.8997 39.4941 15.3997 39.3274 14.833C39.1274 14.2663 39.0608 13.6663 39.0608 13.0663C39.0608 12.4663 39.1608 11.8997 39.3274 11.333C39.4941 10.7663 39.794 10.2663 40.1273 9.79967C40.4939 9.36634 40.9272 8.99967 41.4938 8.73301C42.027 8.46634 42.6936 8.33301 43.4268 8.33301C44.16 8.33301 44.7933 8.46634 45.3265 8.73301C45.8598 8.99967 46.3264 9.36634 46.693 9.79967C47.0596 10.233 47.3262 10.7663 47.5262 11.333C47.6928 11.8997 47.7928 12.4997 47.7928 13.0663ZM45.4598 13.0663C45.4598 12.6997 45.4265 12.333 45.3265 11.9997C45.2265 11.6663 45.0932 11.3663 44.9266 11.133C44.7599 10.8997 44.5266 10.6997 44.2933 10.533C44.06 10.3663 43.7601 10.2997 43.3935 10.2997C43.0602 10.2997 42.7602 10.3663 42.4936 10.533C42.227 10.6663 42.027 10.8663 41.8604 11.133C41.6937 11.3663 41.5604 11.6663 41.4604 11.9997C41.3604 12.333 41.3271 12.6997 41.3271 13.0663C41.3271 13.4663 41.3604 13.833 41.4604 14.1663C41.5604 14.4997 41.6937 14.7997 41.8604 15.033C42.027 15.2997 42.2603 15.4997 42.4936 15.633C42.7602 15.7663 43.0602 15.8663 43.3935 15.8663C43.7268 15.8663 44.0267 15.7997 44.2933 15.633C44.56 15.4997 44.7599 15.2997 44.9266 15.033C45.0932 14.7663 45.2265 14.4997 45.3265 14.1663C45.4265 13.833 45.4598 13.4663 45.4598 13.0663Z\" fill=\"#FF6F98\"/>\\n<path d=\"M55.0251 17.6669L54.9251 16.9669C54.7251 17.2002 54.4252 17.4336 54.0919 17.6002C53.7253 17.7669 53.3254 17.8669 52.8588 17.8669C52.2255 17.8669 51.6923 17.7336 51.1923 17.4669C50.7257 17.2002 50.3258 16.8336 49.9925 16.4002C49.6592 15.9669 49.4259 15.4336 49.2593 14.8669C49.0927 14.3002 48.9927 13.6669 48.9927 13.0669C48.9927 12.4669 49.0927 11.9002 49.2593 11.3336C49.4259 10.7669 49.6926 10.2669 50.0592 9.80023C50.4258 9.36689 50.8591 9.00023 51.3923 8.73356C51.9256 8.46689 52.5588 8.33356 53.292 8.33356C53.7586 8.33356 54.2919 8.43356 54.8251 8.60023V5.06689H57.1581V17.6669H55.0251ZM54.8251 10.5669C54.3585 10.4002 53.9586 10.3002 53.5587 10.3002C53.1587 10.3002 52.8254 10.3669 52.5255 10.5336C52.2255 10.7002 51.9922 10.9002 51.8256 11.1336C51.6256 11.4002 51.4923 11.7002 51.3923 12.0002C51.2923 12.3336 51.259 12.6669 51.259 13.0002C51.259 13.3669 51.2923 13.7336 51.3923 14.1002C51.459 14.4336 51.5923 14.7669 51.7589 15.0002C51.9256 15.2669 52.1255 15.4669 52.3922 15.6336C52.6588 15.8002 52.9587 15.8669 53.292 15.8669C53.592 15.8669 53.8919 15.8002 54.1919 15.6336C54.4918 15.4669 54.6918 15.3002 54.8251 15.0669V10.5669Z\" fill=\"#FF6F98\"/>\\n<path d=\"M63.957 17.6667L63.8571 17C63.5904 17.2667 63.2905 17.5 62.8905 17.6667C62.4906 17.8334 62.0573 17.9 61.5907 17.9C61.1908 17.9 60.8242 17.8334 60.4576 17.7C60.091 17.5667 59.791 17.3667 59.4911 17.1334C59.2244 16.9 58.9911 16.6 58.8245 16.2334C58.6578 15.8667 58.5579 15.4667 58.5579 15C58.5579 14.5334 58.6578 14.1334 58.8245 13.8C58.9911 13.4667 59.2578 13.1667 59.5577 12.9334C59.8577 12.7 60.2243 12.5 60.5909 12.3334C60.9908 12.1667 61.3908 12.0667 61.824 12C62.124 11.9334 62.4573 11.9 62.8239 11.8667C63.1905 11.8334 63.4904 11.8 63.7237 11.7667V11.6334C63.7237 11.1334 63.5904 10.7667 63.3238 10.5667C63.0572 10.3667 62.6906 10.2334 62.2573 10.2334C61.9907 10.2334 61.7241 10.2667 61.4908 10.3334C61.2575 10.4 61.0242 10.4667 60.8575 10.5667C60.6575 10.6667 60.4909 10.7667 60.3576 10.8667C60.2243 10.9667 60.091 11.0334 59.991 11.1334L59.2244 9.50003C59.3244 9.40003 59.4911 9.30003 59.691 9.1667C59.891 9.03337 60.1576 8.93337 60.4576 8.80003C60.7575 8.6667 61.0908 8.5667 61.4574 8.50003C61.824 8.43337 62.224 8.3667 62.6572 8.3667C63.1572 8.3667 63.6238 8.43337 64.0237 8.5667C64.4236 8.70003 64.7903 8.90003 65.0902 9.20003C65.3902 9.4667 65.6235 9.83337 65.7901 10.2667C65.9567 10.7 66.0567 11.2334 66.0567 11.8334V17.6667H63.957ZM63.7904 13.4C63.5238 13.4 63.2905 13.4334 63.0239 13.4667C62.7572 13.5 62.4906 13.5334 62.2573 13.6C61.7574 13.7 61.3908 13.8667 61.1908 14.1334C60.9908 14.3667 60.8908 14.6334 60.8908 14.9334C60.8908 15.2334 60.9908 15.4667 61.2241 15.6667C61.4574 15.8667 61.7574 15.9334 62.1573 15.9334C62.4573 15.9334 62.7572 15.8667 63.0572 15.7334C63.3571 15.6 63.5904 15.4334 63.7904 15.2667V13.4Z\" fill=\"#FF6F98\"/>\\n<path d=\"M73.3557 7.13314C73.289 7.0998 73.1224 7.03314 72.9224 6.96647C72.6891 6.8998 72.4225 6.86647 72.0559 6.86647C71.7226 6.86647 71.456 6.96647 71.2227 7.16647C70.9894 7.36647 70.8894 7.66647 70.8894 8.13314V8.56647H72.8557V10.4665H70.9227V17.6665H68.5897V10.4331H67.3232V8.53314H68.5231V8.03314C68.5231 7.43314 68.5897 6.93314 68.7564 6.53314C68.923 6.13314 69.123 5.7998 69.3896 5.53314C69.6562 5.26647 69.9895 5.0998 70.3561 4.96647C70.7227 4.83314 71.1227 4.7998 71.5559 4.7998C72.1225 4.7998 72.5891 4.86647 72.9557 4.96647C73.3223 5.06647 73.5556 5.13314 73.6223 5.1998L73.3557 7.13314Z\" fill=\"#FF6F98\"/>\\n<path d=\"M82.0543 13.0663C82.0543 13.6663 81.9543 14.233 81.7877 14.833C81.621 15.3997 81.3211 15.933 80.9878 16.3663C80.6212 16.833 80.1879 17.1997 79.6213 17.4663C79.0881 17.733 78.4215 17.8663 77.6883 17.8663C76.9551 17.8663 76.3218 17.733 75.7552 17.4663C75.222 17.1997 74.7554 16.833 74.3888 16.3663C74.0222 15.8997 73.7555 15.3997 73.5889 14.833C73.3889 14.2663 73.3223 13.6663 73.3223 13.0663C73.3223 12.4663 73.4223 11.8997 73.5889 11.333C73.7555 10.7663 74.0555 10.2663 74.3888 9.79967C74.7554 9.36634 75.1887 8.99967 75.7552 8.73301C76.2885 8.46634 76.9551 8.33301 77.6883 8.33301C78.4215 8.33301 79.0547 8.46634 79.588 8.73301C80.1212 8.99967 80.5878 9.36634 80.9544 9.79967C81.3211 10.233 81.5877 10.7663 81.7877 11.333C81.9543 11.8997 82.0543 12.4997 82.0543 13.0663ZM79.7546 13.0663C79.7546 12.6997 79.7213 12.333 79.6213 11.9997C79.5213 11.6663 79.388 11.3663 79.2214 11.133C79.0547 10.8997 78.8214 10.6997 78.5881 10.533C78.3215 10.3997 78.0549 10.2997 77.6883 10.2997C77.355 10.2997 77.055 10.3663 76.7884 10.533C76.5218 10.6663 76.3218 10.8663 76.1552 11.133C75.9885 11.3663 75.8552 11.6663 75.7552 11.9997C75.6552 12.333 75.6219 12.6997 75.6219 13.0663C75.6219 13.4663 75.6552 13.833 75.7552 14.1663C75.8552 14.4997 75.9885 14.7997 76.1552 15.033C76.3218 15.2997 76.5551 15.4997 76.7884 15.633C77.055 15.7663 77.355 15.8663 77.6883 15.8663C78.0216 15.8663 78.3215 15.7997 78.5881 15.633C78.8548 15.4997 79.0547 15.2997 79.2214 15.033C79.388 14.7663 79.5213 14.4997 79.6213 14.1663C79.688 13.833 79.7546 13.4663 79.7546 13.0663Z\" fill=\"#FF6F98\"/>\\n<path d=\"M89.3198 17.6667V12.4667C89.3198 11.7667 89.1864 11.2334 88.8865 10.8667C88.5865 10.5 88.1866 10.3 87.6867 10.3C87.3201 10.3 86.9868 10.4 86.6868 10.6C86.3869 10.8 86.1202 11 85.8869 11.2334V17.6667H83.554V8.5667H85.687L85.7869 9.30003C86.1536 9.00003 86.5535 8.7667 87.0201 8.60003C87.4867 8.43337 87.9533 8.3667 88.4199 8.3667C88.8865 8.3667 89.3531 8.43337 89.753 8.60003C90.153 8.73337 90.5196 8.9667 90.7862 9.30003C91.0861 9.60003 91.2861 10.0334 91.4528 10.5334C91.6194 11.0334 91.6861 11.6334 91.6861 12.3334V17.6667H89.3198Z\" fill=\"#FF6F98\"/>\\n<path d=\"M95.4522 13.7001C95.5189 14.4667 95.7522 15.0334 96.1855 15.3667C96.6187 15.7001 97.1853 15.8667 97.8519 15.8667C98.1852 15.8667 98.4518 15.8334 98.7517 15.7667C99.0184 15.7001 99.285 15.6334 99.485 15.5334C99.6849 15.4334 99.8849 15.3667 100.052 15.2667C100.218 15.1667 100.318 15.1001 100.385 15.0334L101.018 16.9334C100.918 17.0001 100.785 17.0667 100.585 17.2001C100.385 17.3001 100.152 17.4001 99.8516 17.5001C99.5516 17.6001 99.2183 17.6667 98.8184 17.7334C98.4185 17.8001 97.9852 17.8334 97.5186 17.8334C96.9187 17.8334 96.3521 17.7334 95.8189 17.5334C95.2856 17.3334 94.819 17.0667 94.4191 16.6667C94.0191 16.2667 93.6858 15.7667 93.4526 15.1667C93.2193 14.5667 93.0859 13.8667 93.0859 13.0334C93.0859 12.2667 93.1859 11.5667 93.4192 11.0001C93.6525 10.4001 93.9525 9.90006 94.3191 9.50006C94.719 9.10006 95.1523 8.80007 95.6522 8.56673C96.1521 8.36673 96.7187 8.2334 97.2853 8.2334C97.8519 8.2334 98.3851 8.3334 98.8851 8.50006C99.385 8.70006 99.8183 8.96673 100.152 9.36673C100.518 9.76673 100.785 10.2667 101.018 10.9001C101.218 11.5334 101.318 12.2667 101.318 13.1667V13.5667H95.4522V13.7001ZM98.9851 12.0334C98.9517 11.7334 98.8851 11.4334 98.7851 11.2001C98.6851 10.9667 98.5518 10.7667 98.3851 10.6334C98.2185 10.5001 98.0519 10.3667 97.8852 10.3001C97.6853 10.2334 97.5186 10.2001 97.3186 10.2001C96.9187 10.2001 96.5188 10.3667 96.1521 10.6667C95.7855 10.9667 95.5522 11.4334 95.5189 12.0334H98.9851Z\" fill=\"#FF6F98\"/>\\n</g>\\n<g clip-path=\"url(#clip1_5787_31759)\">\\n<path d=\"M145.671 20.6156C145.805 20.7496 145.912 20.9088 145.984 21.0841C146.057 21.2593 146.094 21.4472 146.094 21.6369C146.094 22.0777 145.897 22.4327 145.671 22.6583C145.241 23.0878 144.656 23.5351 143.891 23.8516C143.229 24.1261 142.519 24.2671 141.802 24.2663H128.458C126.951 24.2663 125.586 23.6557 124.599 22.668C123.611 21.6802 123 20.3159 123 18.8083V5.46371C123 3.95645 123.611 2.59217 124.599 1.60462C125.586 0.617181 126.951 0.00635278 128.458 0.00635278H141.802C142.519 0.0053685 143.229 0.146103 143.891 0.420456C144.773 0.786028 145.337 1.23679 145.881 1.82448C146.098 2.05847 146.304 2.4047 146.304 2.84585C146.304 3.21534 146.163 3.58494 145.881 3.8671C145.747 4.0014 145.588 4.10791 145.413 4.18052C145.238 4.25313 145.05 4.29041 144.86 4.29022C144.477 4.28938 144.11 4.1373 143.839 3.8671C143.454 3.48183 143.243 3.28404 142.801 3.09716C142.485 2.96326 142.146 2.89446 141.802 2.89485H128.458C127.75 2.89485 127.107 3.18295 126.642 3.64854C126.177 4.11343 125.889 4.75546 125.889 5.46382V18.8084C125.889 19.5175 126.177 20.1593 126.642 20.6242C127.107 21.0894 127.75 21.3779 128.458 21.3779H141.802C142.156 21.3779 142.494 21.3062 142.801 21.1756C143.11 21.0439 143.391 20.8538 143.628 20.6158C143.9 20.3455 144.267 20.1934 144.65 20.1929C144.839 20.1926 145.027 20.2298 145.203 20.3023C145.378 20.3749 145.537 20.4814 145.671 20.6156ZM141.76 18.8965C141.708 17.8429 140.996 16.221 139.207 16.0077H132.842L140.175 8.98736C140.485 8.69191 141.18 7.69024 140.685 6.61239C140.287 5.74575 139.622 5.37637 138.459 5.37637H129.324C129.361 6.5883 129.966 8.03516 131.572 8.29418H136.792L129.077 15.5443C128.764 15.8447 128.25 16.7682 128.656 17.7061C129.022 18.5514 129.64 18.8965 130.789 18.8965H141.76ZM162.658 12.2821V17.6619C162.658 19.6519 162.049 21.3823 160.668 22.7624C159.427 24.0039 157.859 24.5147 156.137 24.5147C152.76 24.5147 151.021 21.9058 151.021 21.9058C151.929 20.9979 153.191 20.4463 154.428 21.187C154.635 21.3113 155.259 21.6517 156.151 21.6517C159.276 21.6517 159.784 18.8592 159.784 18.0279C158.702 18.6824 157.479 19.0081 156.122 19.0088H156.12C154.354 19.0081 152.806 18.45 151.517 17.3484L151.5 17.3338C150.236 16.1215 149.59 14.6263 149.579 12.8877C149.57 12.5307 149.57 11.387 149.579 11.1211C149.583 9.41202 150.229 7.92245 151.5 6.70506C152.784 5.47581 154.339 4.85216 156.12 4.85169H156.122C158.489 4.85169 160.227 6.02375 161.031 6.99849C161.236 7.24659 161.355 7.56637 161.355 7.91295C161.355 8.31424 161.193 8.67779 160.929 8.94108C160.794 9.07622 160.634 9.18338 160.458 9.25639C160.281 9.32941 160.092 9.36686 159.901 9.36658C159.504 9.36658 159.124 9.20046 158.882 8.94868C157.98 8.01096 157.123 7.71516 156.121 7.71504C155.12 7.71516 154.285 8.04929 153.569 8.73593C152.858 9.40621 152.523 10.1684 152.513 11.1378C152.497 11.562 152.497 12.4638 152.513 12.8709C152.521 13.8641 152.854 14.6376 153.563 15.3168C154.302 15.9914 155.141 16.3219 156.121 16.3224C157.101 16.3219 157.94 15.9914 158.685 15.3108C159.074 14.9377 159.35 14.5345 159.52 14.081C159.657 13.7169 159.943 12.957 160.909 12.5714C161.724 12.2472 162.658 12.2821 162.658 12.2821ZM176.306 12.5715C175.34 12.9569 175.054 13.7165 174.917 14.081C174.747 14.5344 174.47 14.938 174.082 15.3108C173.337 15.9912 172.498 16.3218 171.518 16.3223C170.538 16.3218 169.7 15.9912 168.96 15.3168C168.251 14.6376 167.917 13.8643 167.909 12.8709C167.894 12.4634 167.894 11.562 167.91 11.1378C167.92 10.1683 168.255 9.40621 168.966 8.73582C169.681 8.04905 170.516 7.71492 171.518 7.71492C172.519 7.71504 173.377 8.01084 174.279 8.94856C174.52 9.20046 174.901 9.36646 175.298 9.36646C175.7 9.36646 176.064 9.20378 176.326 8.94097C176.461 8.80609 176.568 8.64583 176.641 8.46939C176.715 8.29295 176.752 8.10381 176.752 7.91283C176.752 7.56648 176.632 7.24671 176.428 6.99825C175.624 6.02339 173.886 4.85145 171.519 4.85145H171.517C169.735 4.85193 168.181 5.47557 166.898 6.70482C165.626 7.92221 164.98 9.41178 164.976 11.1209C164.967 11.3868 164.967 12.5305 164.976 12.8874C164.987 14.6259 165.633 16.1214 166.898 17.3337L166.914 17.3483C168.202 18.4499 169.751 19.008 171.517 19.0086H171.518C172.876 19.008 174.098 18.6823 175.181 18.0277C175.181 18.8589 174.672 21.6515 171.547 21.6515C170.655 21.6515 170.032 21.3112 169.824 21.1868C168.588 20.4462 167.325 20.9975 166.417 21.9055C166.417 21.9055 168.157 24.5145 171.534 24.5145C173.255 24.5145 174.823 24.0038 176.065 22.7623C177.446 21.382 178.054 19.6517 178.054 17.6616V12.2818C178.053 12.2821 177.12 12.2472 176.306 12.5715ZM193.456 11.1327C193.452 9.41273 192.805 7.9228 191.535 6.70494C190.251 5.47557 188.696 4.85205 186.914 4.85157H186.912C185.131 4.85205 183.577 5.47569 182.293 6.70494C181.022 7.92233 180.375 9.4119 180.371 11.121C180.362 11.3868 180.362 12.5306 180.371 12.8875C180.382 14.6259 181.029 16.1214 182.293 17.3337L182.31 17.3483C183.598 18.4499 185.146 19.0081 186.912 19.0087H186.914C188.678 19.0081 190.228 18.4499 191.518 17.3489L191.535 17.3337C192.798 16.1214 193.445 14.6257 193.456 12.8943C193.465 12.5307 193.465 11.3869 193.456 11.1327ZM186.913 16.3224C185.934 16.3219 185.095 15.9914 184.356 15.3168C183.647 14.6375 183.313 13.8644 183.305 12.8709C183.289 12.4636 183.289 11.562 183.306 11.1378C183.316 10.1684 183.651 9.40621 184.361 8.73593C185.077 8.04905 185.911 7.71504 186.913 7.71504C187.915 7.71516 188.749 8.04928 189.468 8.73914C190.177 9.40632 190.512 10.1686 190.522 11.1472C190.536 11.544 190.542 12.4415 190.522 12.8823C190.514 13.8645 190.179 14.6386 189.477 15.3109C188.732 15.9914 187.893 16.322 186.913 16.3224ZM147.262 5.37637C145.747 5.3791 144.373 6.64929 144.373 8.01167V18.8965C145.887 18.8932 147.262 17.6234 147.262 16.2612V5.37637Z\" fill=\"#FF6F98\"/>\\n</g>\\n<rect y=\"32\" width=\"193\" height=\"4\" fill=\"#FF6F98\"/>\\n<defs>\\n<clipPath id=\"clip0_5787_31759\">\\n<rect width=\"101.351\" height=\"25\" fill=\"white\"/>\\n</clipPath>\\n<clipPath id=\"clip1_5787_31759\">\\n<rect width=\"70.4624\" height=\"24.5209\" fill=\"white\" transform=\"translate(123)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1o2okae\",\"data-framer-name\":\"swinkelsfamilybrewerscom_logo.svg\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:70,intrinsicWidth:150,layoutDependency:layoutDependency,layoutId:\"dwS9j4bJ8\",svg:'<svg width=\"150\" height=\"70\" viewBox=\"0 0 150 70\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M55.167 33.4571V38.6093C55.167 38.7648 55.1928 38.7908 55.3443 38.8648L56.4931 39.4426V39.4686H52.9395V39.4426L53.8076 38.9315C53.9479 38.8537 53.9479 38.7908 53.9479 38.65V33.4571H53.054V33.2275H53.9479V32.7534C53.9479 31.0089 54.6129 30.3311 55.9944 30.3311C56.5448 30.3311 57.1211 30.4607 57.6198 30.6644L56.9696 32.2275H56.9438L56.3158 30.6903C56.253 30.5237 56.2382 30.5237 56.0092 30.5237C55.4329 30.5237 55.167 30.9978 55.167 32.0237V33.2275H57.0324V33.4571H55.167Z\" fill=\"#FF6F98\"/>\\n<path d=\"M60.6636 35.0611V35.024C60.6636 34.0499 60.2277 33.3462 59.2968 33.3462C58.9792 33.3462 58.9533 33.3462 58.8757 33.5277L58.0963 35.2203H58.0704L57.4941 33.5536C58.2108 33.2573 58.9127 33.1313 59.6404 33.1313C60.394 33.1313 60.8927 33.2462 61.2658 33.6314C61.6241 34.0018 61.842 34.6425 61.842 35.7352V35.913L61.7903 38.002C61.7792 38.5539 61.9048 38.8613 62.2521 38.8613C62.4811 38.8613 62.6104 38.7205 62.6732 38.4909H62.699C62.699 38.6205 62.6732 38.7613 62.6215 38.8872C62.4811 39.2576 62.1376 39.5798 61.6389 39.5798C61.0774 39.5798 60.6156 39.1576 60.6156 38.2205C60.3607 39.0798 59.7216 39.5798 58.9016 39.5798C58.0187 39.5798 57.2393 38.9761 57.2393 37.902C57.2393 36.6575 58.2884 36.0315 59.3116 36.0315C59.7586 36.0315 60.2573 36.1463 60.6415 36.4278L60.6636 35.0611ZM58.4878 37.739C58.4878 38.4168 58.909 38.8539 59.4594 38.8539C59.9064 38.8539 60.3423 38.5724 60.6082 38.1094V38.0724L60.6341 36.4945C60.3792 36.4056 60.1354 36.3649 59.8916 36.3649C58.9755 36.3686 58.4878 37.0204 58.4878 37.739Z\" fill=\"#FF6F98\"/>\\n<path d=\"M68.9051 38.65C68.9051 38.8056 68.9162 38.8538 69.0603 38.9315L69.9284 39.4427V39.4686H66.6924V39.4427L67.5088 38.9315C67.6492 38.8426 67.675 38.7649 67.675 38.676C67.675 38.5871 67.712 36.624 67.712 36.0981C67.712 34.535 67.3684 33.8683 66.6111 33.8683C66.0238 33.8683 65.562 34.2535 65.2702 34.8165V38.65C65.2702 38.7908 65.2702 38.8278 65.4253 38.9204L66.2824 39.4464V39.4723H63.0464V39.4464L63.9145 38.9352C64.0549 38.8575 64.0549 38.7945 64.0549 38.6537V34.1868C64.0549 34.0202 64.0438 33.9831 63.9145 33.8905L63.0464 33.2498V33.2238H65.2702V34.735C65.5768 33.6201 66.2417 33.1201 67.1615 33.1201C68.0444 33.1201 68.6318 33.6201 68.8349 34.7091C69.1305 33.6831 69.8582 33.1201 70.8297 33.1201C71.9158 33.1201 72.5696 33.9165 72.5696 35.6832C72.5696 36.4388 72.5585 37.6204 72.5438 38.6426C72.5438 38.7982 72.5548 38.8463 72.6989 38.9241L73.567 39.4353V39.4612H70.331V39.4353L71.1474 38.9241C71.2878 38.8352 71.3136 38.7575 71.3136 38.6686C71.3136 38.5649 71.3506 36.6314 71.3506 36.1166C71.3506 34.5646 71.0292 33.8609 70.2387 33.8609C69.6624 33.8609 69.2043 34.1794 68.846 34.7721C68.8977 35.0424 68.9236 35.3499 68.9236 35.6832C68.931 36.3166 68.9199 37.6241 68.9051 38.65Z\" fill=\"#FF6F98\"/>\\n<path d=\"M76.1271 33.2277V38.6502C76.1271 38.7909 76.1271 38.828 76.2823 38.9206L77.1393 39.4465V39.4724H73.9033V39.4465L74.7714 38.9354C74.9118 38.8576 74.9118 38.7946 74.9118 38.6539V34.187C74.9118 34.0203 74.9007 33.9833 74.7714 33.8907L73.9033 33.2499V33.224H76.1271V33.2277ZM74.6717 31.5091C74.6717 31.072 75.0041 30.7275 75.4253 30.7275C75.8612 30.7275 76.1936 31.072 76.1936 31.5091C76.1936 31.9202 75.8612 32.2647 75.4253 32.2647C75.0004 32.2647 74.6717 31.9202 74.6717 31.5091Z\" fill=\"#FF6F98\"/>\\n<path d=\"M79.5661 38.6503C79.5661 38.791 79.5661 38.828 79.7212 38.9206L80.5783 39.4466V39.4725H77.3423V39.4466L78.2104 38.9355C78.3508 38.8577 78.3508 38.7947 78.3508 38.654V31.2906C78.3508 31.1239 78.3397 31.0721 78.2104 30.9943L77.3423 30.4832V30.4572L79.5661 30.2017V38.6503Z\" fill=\"#FF6F98\"/>\\n<path d=\"M80.8442 42.3653L81.2912 40.4319H81.317L82.0595 41.7135C82.1223 41.8172 82.1482 41.869 82.2147 41.869C82.2664 41.869 82.3181 41.8172 82.3698 41.7542C82.6764 41.3838 82.983 40.7171 83.1493 40.2541L83.3155 39.7911L81.1028 34.1131C80.9994 33.8686 80.9476 33.7908 80.859 33.676L80.5376 33.2538V33.2278H83.068V33.2538L82.4548 33.8427C82.3514 33.9316 82.3403 33.9834 82.4031 34.1501L83.9361 38.1244L85.3029 34.5464C85.3805 34.3427 85.3805 34.302 85.266 34.1612L84.4976 33.25V33.2241H86.5737V33.25L85.857 34.1353C85.7425 34.2649 85.7019 34.339 85.6132 34.5723L83.4411 40.2875C83.249 40.7875 83.0717 41.2097 82.802 41.632C82.4326 42.2209 82.0078 42.4913 81.4722 42.4913C81.2579 42.495 80.9846 42.4431 80.8442 42.3653Z\" fill=\"#FF6F98\"/>\\n<path d=\"M90.7738 34.5352C91.1839 33.6389 91.7712 33.124 92.6799 33.124C94.0726 33.124 94.8927 34.3537 94.8927 36.1872C94.8927 38.0984 93.9987 39.5725 92.3881 39.5725C91.5052 39.5725 90.9807 39.1503 90.7627 38.754L89.588 39.5725H89.5622V31.2906C89.5622 31.1239 89.5511 31.0721 89.4218 30.9943L88.5537 30.4832V30.4572L90.7775 30.2017V34.5352H90.7738ZM90.7738 34.65V38.6243C91.0804 38.9947 91.5274 39.0984 91.9005 39.0984C92.9496 39.0984 93.5887 38.1873 93.5887 36.3798C93.5887 34.6871 93.0383 33.7648 92.1443 33.7648C91.6567 33.7648 91.1691 34.0463 90.7738 34.65Z\" fill=\"#FF6F98\"/>\\n<path d=\"M97.7775 38.6095C97.7775 38.7502 97.7775 38.8132 97.9438 38.8799L99.2995 39.4429V39.4688H95.5537V39.4429L96.4218 38.9317C96.5622 38.854 96.5622 38.791 96.5622 38.6502V34.187C96.5622 34.0204 96.5511 33.9833 96.4218 33.8907L95.5537 33.25V33.224H97.7775V35.1871C97.9437 34.3167 98.6087 33.124 99.7834 33.124C100.038 33.124 100.245 33.1759 100.411 33.2796L99.7723 35.176H99.7464L99.1074 33.7537C99.0815 33.7018 99.0187 33.7018 98.9522 33.7426C98.3501 34.087 98.0583 34.7278 97.7775 35.3204V38.6095Z\" fill=\"#FF6F98\"/>\\n<path d=\"M101.971 35.8168V36.176C101.971 37.9058 102.776 38.8428 103.825 38.8428C104.708 38.8428 105.399 38.4058 105.857 37.265L105.883 37.2761C105.613 38.8132 104.734 39.5725 103.404 39.5725C102.011 39.5725 100.744 38.6095 100.744 36.4057C100.744 33.9685 102.225 33.124 103.456 33.124C104.686 33.124 105.86 33.8537 105.86 35.4834C105.86 35.5982 105.849 35.713 105.835 35.8168H101.971ZM101.982 35.5982H104.615V35.5723C104.615 34.15 104.283 33.3166 103.441 33.3166C102.584 33.3166 102.085 34.213 101.982 35.5982Z\" fill=\"#FF6F98\"/>\\n<path d=\"M114.874 34.1351C114.744 34.2906 114.719 34.3277 114.656 34.5203L112.879 39.4687H112.196L110.81 35.7129L109.414 39.4687H108.731L106.762 34.1091C106.699 33.9277 106.673 33.8795 106.57 33.7499L106.174 33.2498V33.2239H108.731V33.2498L108.117 33.8388C108.014 33.9277 108.003 33.9795 108.066 34.1462L109.536 38.2205L110.648 35.2611L110.227 34.1091C110.164 33.9277 110.138 33.8795 110.035 33.7499L109.639 33.2498V33.2239H112.185V33.2498L111.571 33.8388C111.468 33.9277 111.457 33.9795 111.52 34.1462L113.001 38.2205L114.331 34.5018C114.408 34.2832 114.382 34.2573 114.253 34.1054L113.525 33.2461V33.2202H115.601V33.2461L114.874 34.1351Z\" fill=\"#FF6F98\"/>\\n<path d=\"M116.809 35.8168V36.176C116.809 37.9058 117.615 38.8428 118.664 38.8428C119.547 38.8428 120.237 38.4058 120.696 37.265L120.721 37.2761C120.452 38.8132 119.573 39.5725 118.243 39.5725C116.85 39.5725 115.583 38.6095 115.583 36.4057C115.583 33.9685 117.064 33.124 118.294 33.124C119.521 33.124 120.699 33.8537 120.699 35.4834C120.699 35.5982 120.688 35.713 120.673 35.8168H116.809ZM116.821 35.5982H119.454V35.5723C119.454 34.15 119.122 33.3166 118.28 33.3166C117.423 33.3166 116.924 34.213 116.821 35.5982Z\" fill=\"#FF6F98\"/>\\n<path d=\"M123.57 38.6095C123.57 38.7502 123.57 38.8132 123.736 38.8799L125.091 39.4429V39.4688H121.346V39.4429L122.214 38.9317C122.354 38.854 122.354 38.791 122.354 38.6502V34.187C122.354 34.0204 122.343 33.9833 122.214 33.8907L121.346 33.25V33.224H123.57V35.1871C123.736 34.3167 124.401 33.124 125.575 33.124C125.83 33.124 126.037 33.1759 126.203 33.2796L125.564 35.176H125.538L124.899 33.7537C124.874 33.7018 124.811 33.7018 124.744 33.7426C124.142 34.087 123.85 34.7278 123.57 35.3204V38.6095Z\" fill=\"#FF6F98\"/>\\n<path d=\"M128.774 36.9578L127.98 36.5985C127.304 36.2911 126.78 35.7651 126.78 34.9206C126.78 33.7798 127.84 33.1279 128.9 33.1279C129.565 33.1279 130.204 33.2168 130.832 33.4502L130.344 35.0762H130.319L129.502 33.5131C129.425 33.3724 129.414 33.3576 129.221 33.3353C129.107 33.3205 128.992 33.3205 128.889 33.3205C128.287 33.3205 127.751 33.7168 127.751 34.4502C127.751 35.0799 128.198 35.3355 128.734 35.5651L129.591 35.9355C130.344 36.2577 131.046 36.68 131.046 37.6393C131.046 38.9356 129.872 39.5764 128.63 39.5764C128.017 39.5764 127.238 39.4209 126.625 39.1912L127.16 37.4096H127.186L127.903 39.1801C127.954 39.2949 127.965 39.3097 128.146 39.3468C128.302 39.3727 128.453 39.3838 128.656 39.3838C129.539 39.3838 129.96 38.7949 129.96 38.1912C129.96 37.4837 129.399 37.2393 128.774 36.9578Z\" fill=\"#FF6F98\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.78076 19.2012H26.3385V61.196C16.5456 60.6108 8.78076 52.4659 8.78076 42.4987V19.2012ZM12.4896 44.7318C13.5645 44.5318 14.5472 44.2578 15.3894 43.917C15.4559 44.5911 15.6332 45.2541 15.9102 45.906C14.9535 46.4542 13.8046 46.9172 12.5265 47.2727C12.4859 46.4208 12.4711 45.3356 12.5007 44.743L12.4896 44.7318ZM16.2649 46.6323C15.5445 47.0398 14.7245 47.4027 13.8305 47.7102C13.8324 47.7231 13.8333 47.7352 13.8342 47.7472C13.8351 47.7592 13.836 47.7713 13.8379 47.7842C13.9081 48.4213 14.03 49.0991 14.1888 49.814C14.2405 50.0695 14.2923 50.3177 14.3403 50.5436C15.5593 49.8325 16.5863 49.0584 17.41 48.2398C16.9557 47.7213 16.5715 47.1842 16.2649 46.6323ZM18.5145 48.2435C18.9689 47.7213 19.3531 47.1842 19.6597 46.6323C20.3837 47.0398 21.2001 47.4027 22.0941 47.7139C22.0941 47.7369 22.0912 47.757 22.0879 47.7793L22.0867 47.7879C22.0165 48.425 21.8946 49.1028 21.7357 49.8177C21.684 50.0732 21.6323 50.3214 21.5843 50.5473C20.3653 49.8325 19.3346 49.0621 18.5145 48.2435ZM19.7447 43.5616C18.98 43.1727 18.3705 42.7246 17.9604 42.2319C17.5504 42.7246 16.9372 43.1727 16.1762 43.5579C16.239 44.9765 16.8522 46.3581 17.9604 47.647C19.0723 46.3581 19.6819 44.9765 19.7447 43.5616ZM23.4387 44.7318L23.4276 44.743C23.4535 45.3356 23.4387 46.4208 23.4018 47.2727C22.1199 46.9172 20.9748 46.4542 20.0143 45.906C20.2914 45.2541 20.4687 44.5911 20.5352 43.917C21.3774 44.2578 22.3563 44.5318 23.4387 44.7318ZM17.9641 48.832C17.3435 49.4469 16.6158 50.0358 15.7847 50.5951C16.2575 51.6396 17.0776 52.7026 17.9641 53.7397C18.8507 52.7026 19.6708 51.6396 20.1436 50.5951C19.3125 50.0358 18.5847 49.4506 17.9641 48.832ZM17.9641 40.639L17.6058 41.3279C16.9704 42.5502 14.7688 43.5577 11.9022 44.0133C12.4859 40.502 13.3946 38.0352 17.3805 38.0352C17.3897 38.0352 17.3989 38.0361 17.4082 38.037C17.4174 38.0379 17.4267 38.0389 17.4359 38.0389V36.2943C17.4359 36.0388 17.6464 35.8276 17.9013 35.8276H18.0269C18.2818 35.8276 18.4924 36.0388 18.4924 36.2943V38.0389C18.5108 38.0352 18.5293 38.0352 18.5478 38.0352H18.5478C22.5337 38.0352 23.4424 40.502 24.026 44.0133C21.1484 43.554 18.9504 42.5354 18.3225 41.3279L17.9641 40.639Z\" fill=\"#FF6F98\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M28.5918 61.1999V19.2051H46.1495V42.5026C46.1495 52.4698 38.3847 60.6147 28.5918 61.1999ZM32.0494 39.254C33.4716 39.6688 35.374 39.8985 36.7519 39.8985C40.627 39.8985 43.1758 37.7836 43.1795 34.6612C43.1795 31.9462 41.1367 30.8425 38.7061 29.6683L37.8564 29.2535C36.0648 28.3794 34.9418 27.709 34.9418 26.2385C34.9418 24.6273 36.0648 23.7087 37.6717 23.7087H37.6718C37.8786 23.7087 38.0855 23.7087 38.3367 23.7532C38.5657 23.7976 38.6359 23.8458 38.7947 24.0754L41.8903 29.0461H41.9347V23.8013C40.3314 23.4087 38.7245 23.2717 37.5314 23.2717C33.9038 23.2717 31.5655 25.157 31.5655 28.0793C31.5655 30.9536 33.7893 32.287 35.8321 33.2537L36.5488 33.6019C38.6359 34.5908 39.7145 35.2797 39.7145 36.8206C39.7145 38.5206 38.4512 39.4651 36.5931 39.4651C36.2939 39.4651 35.9725 39.4651 35.6289 39.417C35.3519 39.3688 35.2854 39.2799 35.1229 39.0021L32.0937 33.7574H32.0494V39.254Z\" fill=\"#FF6F98\"/>\\n<path d=\"M56.4669 23.8831V26.9055C56.4669 27.0685 56.478 27.1055 56.5925 27.2092L57.4347 27.9907V28.0167H53.2383V27.9907L54.0805 27.1981C54.1803 27.0981 54.195 27.0611 54.195 26.8944V20.2829C54.195 20.12 54.184 20.0829 54.0805 19.9792L53.2383 19.1866V19.1606H58.0849C59.629 19.1606 60.9995 19.7792 60.9995 21.4274C60.9995 22.7757 59.9836 23.6053 58.2474 23.7313V23.7572L59.8691 24.235L61.0105 26.9536C61.0844 27.1425 61.1731 27.2574 61.3504 27.4315L61.8897 27.987V28.013H58.9493L57.3904 24.035C57.3387 23.935 57.3017 23.8831 57.1133 23.8831H56.4669ZM56.4669 23.6313H57.1207C57.9999 23.6313 58.5762 23.0386 58.5762 21.5645C58.5762 20.0422 58.0479 19.4125 57.1687 19.4125H56.6922C56.5038 19.4125 56.4669 19.4384 56.4669 19.6533V23.6313Z\" fill=\"#FF6F98\"/>\\n<path d=\"M62.1333 24.8905C62.1333 22.7756 63.4521 21.6792 65.4358 21.6792C67.4195 21.6792 68.7493 22.7607 68.7493 24.9016C68.7493 27.0165 67.4195 28.1129 65.4358 28.1129C63.4521 28.1166 62.1333 27.0313 62.1333 24.8905ZM64.4199 24.8905C64.4199 27.3202 64.8078 27.8869 65.4358 27.8869C66.0638 27.8869 66.4516 27.3462 66.4516 24.9016C66.4516 22.4718 66.0638 21.9162 65.4358 21.9162C64.8078 21.92 64.4199 22.4496 64.4199 24.8905Z\" fill=\"#FF6F98\"/>\\n<path d=\"M72.7208 27.7759C72.4326 28.4537 72.0559 29.213 71.6421 29.8649C71.1287 30.6724 70.6484 30.9872 69.8948 30.9872C69.7065 30.9872 69.507 30.9502 69.3038 30.8613L69.7692 28.6574H69.7951L71.04 29.8908C71.1028 29.9538 71.1397 29.9908 71.1915 29.9908C71.2543 29.9908 71.306 29.9538 71.3798 29.839C71.5424 29.613 71.7308 29.2612 71.8564 28.9686L71.9303 28.7686L69.5956 22.8238C69.5328 22.6608 69.47 22.5349 69.4072 22.409L69.0674 21.8052V21.7793H72.3218V21.8052L71.8194 22.4979C71.7566 22.5867 71.7308 22.6349 71.7936 22.7868L73.0606 26.3129L74.0765 23.8313C74.1652 23.6164 74.1762 23.5683 74.0765 23.3646L73.3118 21.8015V21.7793H75.4581V21.8052L74.6417 23.2164C74.4902 23.4683 74.4274 23.6201 74.3277 23.872L72.7208 27.7759Z\" fill=\"#FF6F98\"/>\\n<path d=\"M81.1095 24.6754L81.0357 26.4643C81.0098 26.957 81.1243 27.194 81.3755 27.194C81.538 27.194 81.6526 27.1199 81.7264 26.9681H81.7523C81.7523 27.0829 81.7264 27.2718 81.6526 27.42C81.4531 27.8348 81.0246 28.1126 80.4225 28.1126C79.7058 28.1126 79.0926 27.6829 79.052 26.8903C78.8008 27.62 78.1617 28.1126 77.3453 28.1126C76.4292 28.1126 75.6387 27.494 75.6387 26.3384C75.6387 25.0902 76.7173 24.4383 77.748 24.4383C78.2873 24.4383 78.7417 24.5383 79.0778 24.7791L79.1037 23.4309V23.3679C79.1037 22.4975 78.8414 21.9197 78.1876 21.9197C77.9364 21.9197 77.9253 21.9308 77.8477 22.0715L76.8318 23.9605H76.806L76.0155 22.1604C76.8577 21.8567 77.748 21.6826 78.5533 21.6826C79.3955 21.6826 80.0494 21.8345 80.5 22.2604C80.9027 22.6382 81.128 23.2568 81.128 24.2235C81.1243 24.3494 81.1095 24.6383 81.1095 24.6754ZM77.5928 26.1236C77.5928 26.8162 77.9068 27.194 78.3353 27.194C78.6124 27.194 78.8894 27.0051 79.052 26.7533V26.7421L79.0778 24.905C78.9264 24.8532 78.7749 24.8309 78.6124 24.8309C77.9585 24.8272 77.5928 25.3939 77.5928 26.1236Z\" fill=\"#FF6F98\"/>\\n<path d=\"M84.9773 27.1053C84.9773 27.2683 84.9884 27.3053 85.1029 27.409L85.7198 27.9868V28.0127H82.2031V27.9868L82.82 27.409C82.9198 27.309 82.9345 27.272 82.9345 27.1053V20.079C82.9345 19.916 82.9235 19.8642 82.82 19.7642L82.2031 19.1863V19.1604L84.9773 18.8345V27.1053Z\" fill=\"#FF6F98\"/>\\n<path d=\"M92.1253 28.1389C91.3717 28.1389 90.33 28.0129 89.5506 27.787V24.7794H89.5764L91.2351 27.6499C91.3237 27.8018 91.3607 27.8499 91.5121 27.8759C91.7005 27.9018 91.8778 27.9018 92.0404 27.9018C93.0562 27.9018 93.747 27.387 93.747 26.4536C93.747 25.6091 93.156 25.2313 92.0145 24.6905L91.6266 24.5016C90.5073 23.972 89.292 23.2423 89.292 21.6681C89.292 20.0681 90.5738 19.0347 92.5575 19.0347C93.2114 19.0347 94.0905 19.1087 94.9697 19.3236V22.1941H94.9365L93.2409 19.4754C93.1523 19.3495 93.1153 19.3236 92.9897 19.2976C92.853 19.2717 92.7385 19.2717 92.624 19.2717C91.7448 19.2717 91.1279 19.7754 91.1279 20.657C91.1279 21.4644 91.7448 21.8274 92.7237 22.3052L93.1892 22.5312C94.5191 23.1719 95.6383 23.7794 95.6383 25.2646C95.642 26.9795 94.2457 28.1389 92.1253 28.1389Z\" fill=\"#FF6F98\"/>\\n<path d=\"M105.11 23.2794C104.959 23.5312 104.911 23.6201 104.833 23.8461L103.4 28.013H101.992L100.788 24.5128L99.5839 28.013H98.1654L96.5437 23.2275C96.444 22.9386 96.3923 22.7756 96.2814 22.5608L95.8936 21.8052V21.7793H99.0187V21.8052L98.5902 22.5238C98.5163 22.6497 98.5015 22.6868 98.5533 22.8386L99.7982 26.6536L100.666 24.135L100.363 23.2275C100.264 22.9238 100.212 22.7868 100.101 22.5608L99.7132 21.8052V21.7793H102.838V21.8052L102.41 22.5238C102.336 22.6497 102.321 22.6868 102.373 22.8386L103.629 26.6425L104.582 23.809C104.671 23.5683 104.645 23.5312 104.545 23.3312L103.817 21.8089V21.7793H105.963V21.8052L105.11 23.2794Z\" fill=\"#FF6F98\"/>\\n<path d=\"M109.007 21.7791V27.1053C109.007 27.2683 109.007 27.3054 109.122 27.4091L109.738 27.9869V28.0128H106.222V27.9869L106.831 27.4091C106.946 27.3091 106.946 27.272 106.946 27.1053V22.7496C106.946 22.5866 106.935 22.5495 106.831 22.4347L106.214 21.8051V21.7791H109.007ZM106.935 20.1568C106.935 19.5531 107.4 19.1753 107.939 19.1753C108.505 19.1753 108.955 19.5531 108.955 20.1568C108.955 20.7235 108.505 21.0902 107.939 21.0902C107.396 21.0865 106.935 20.7235 106.935 20.1568Z\" fill=\"#FF6F98\"/>\\n<path d=\"M117.068 27.1052C117.068 27.2682 117.079 27.3052 117.182 27.4089L117.81 27.9867V28.0127H114.282V27.9867L114.885 27.4089C114.984 27.3089 114.999 27.2571 114.999 27.12C114.999 26.9311 115.036 25.231 115.036 24.6273C115.036 23.4828 114.859 22.7272 114.083 22.7272C113.68 22.7272 113.381 22.9531 113.152 23.2828V27.1089C113.152 27.2719 113.152 27.3089 113.267 27.4126L113.883 27.9904V28.0164H110.367V27.9904L110.984 27.4126C111.098 27.3126 111.098 27.2756 111.098 27.1089V22.7494C111.098 22.5865 111.087 22.5494 110.984 22.4346L110.367 21.8049V21.779H113.156V23.1124C113.47 22.2309 114.135 21.6753 115.154 21.6753C116.41 21.6753 117.112 22.5939 117.112 24.331C117.105 25.1162 117.082 26.1126 117.068 27.1052Z\" fill=\"#FF6F98\"/>\\n<path d=\"M124.578 27.1053C124.666 27.2683 124.755 27.3831 124.866 27.4942L125.394 27.9868V28.0127H122.731L121.338 25.0422C121.286 24.9274 121.201 24.8903 121.113 24.8903C121.076 24.8903 121.024 24.9015 120.976 24.9422V27.109C120.976 27.272 120.987 27.309 121.101 27.4127L121.718 27.9905V28.0164H118.202V27.9905L118.819 27.4127C118.918 27.3127 118.933 27.2757 118.933 27.109V20.079C118.933 19.916 118.922 19.8642 118.819 19.7642L118.202 19.1863V19.1604L120.976 18.8345V24.8015L123.011 23.2792C123.111 23.2051 123.111 23.1273 123.037 23.0273L122.184 21.805V21.7791H125.261V21.805L122.963 23.5569C122.864 23.631 122.849 23.6718 122.9 23.7829L124.578 27.1053Z\" fill=\"#FF6F98\"/>\\n<path d=\"M127.581 24.6125V24.6384C127.581 26.2755 128.408 26.9422 129.376 26.9422C130.13 26.9422 130.869 26.6163 131.286 25.7829H131.312C130.987 27.3682 130.004 28.1127 128.538 28.1127C126.957 28.1127 125.46 27.1571 125.46 24.9384C125.46 22.6087 126.942 21.6753 128.611 21.6753C129.941 21.6753 131.364 22.305 131.364 24.331C131.364 24.368 131.364 24.4569 131.352 24.6088H127.581V24.6125ZM127.581 24.3865H129.428C129.439 24.2236 129.439 24.0606 129.439 24.0087C129.439 22.3605 129.099 21.9198 128.586 21.9198C127.958 21.9198 127.607 22.5605 127.581 24.3865Z\" fill=\"#FF6F98\"/>\\n<path d=\"M134.703 27.1053C134.703 27.2683 134.714 27.3053 134.828 27.409L135.445 27.9868V28.0127H131.929V27.9868L132.542 27.409C132.641 27.309 132.656 27.272 132.656 27.1053V20.079C132.656 19.916 132.645 19.8642 132.542 19.7642L131.925 19.1863V19.1604L134.699 18.8345V27.1053H134.703Z\" fill=\"#FF6F98\"/>\\n<path d=\"M138.345 25.8609L137.492 25.4572C136.801 25.1312 136.273 24.5645 136.273 23.6682C136.273 22.4718 137.252 21.6792 138.847 21.6792C139.464 21.6792 140.24 21.7681 141.057 22.02L140.355 23.846H140.329L139.35 22.094C139.276 21.9681 139.235 21.9051 139.062 21.9051H138.884C138.33 21.9051 137.869 22.194 137.869 22.7867C137.869 23.3423 138.282 23.6052 139.025 23.9312L139.83 24.283C140.61 24.6238 141.223 25.0497 141.223 26.0202C141.223 27.3795 140.081 28.1092 138.408 28.1092C137.691 28.1092 136.812 27.9721 136.099 27.7203L136.79 25.7683H136.816L137.821 27.7203C137.872 27.8203 137.946 27.8832 138.083 27.8832H138.371C139.099 27.8832 139.553 27.5054 139.553 26.9647C139.549 26.4535 139.161 26.2387 138.345 25.8609Z\" fill=\"#FF6F98\"/>\\n<path d=\"M34.7534 11.3782L32.8101 9.42969L30.8667 11.3782L32.8101 13.3268L34.7534 11.3782Z\" fill=\"#FF6F98\"/>\\n<path d=\"M30.0325 11.3758L27.4648 8.80127L24.8972 11.3758L27.4648 13.9503L30.0325 11.3758Z\" fill=\"#FF6F98\"/>\\n<path d=\"M38.553 11.3777L37.0693 9.89014L35.5857 11.3777L37.0693 12.8654L38.553 11.3777Z\" fill=\"#FF6F98\"/>\\n<path d=\"M24.063 11.3782L22.1196 9.42969L20.1763 11.3782L22.1196 13.3268L24.063 11.3782Z\" fill=\"#FF6F98\"/>\\n<path d=\"M38.5545 15.1343H16.3755V16.9418H38.5545V15.1343Z\" fill=\"#FF6F98\"/>\\n<path d=\"M19.344 11.3792L17.8604 9.8916L16.3767 11.3792L17.8604 12.8668L19.344 11.3792Z\" fill=\"#FF6F98\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-h8gnk7\",\"data-framer-name\":\"AqM9bTQHlc4iwqXKdu7oreJM\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:31,intrinsicWidth:126,layoutDependency:layoutDependency,layoutId:\"ogPSL50HF\",svg:'<svg width=\"126\" height=\"31\" viewBox=\"0 0 126 31\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_5787_31679)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M51.8858 20.134C51.8858 21.4975 52.5664 21.9942 54.3745 21.9942H58.6166V18.2481H54.3745C52.5664 18.2481 51.8858 18.7704 51.8858 20.134ZM13.996 13.2695H10.9312V21.9952H13.8915C15.5413 21.9952 16.4573 21.6022 16.9814 20.659C17.3743 19.925 17.584 18.9032 17.584 17.6195C17.584 14.5276 16.5627 13.2695 13.996 13.2695Z\" fill=\"#FF6F98\"/>\\n<mask id=\"mask0_5787_31679\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"126\" height=\"31\">\\n<path d=\"M125.85 30.8323H0V0H125.85V30.8323Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_5787_31679)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M116.991 24.2923H105.127C102.456 24.2923 101.383 23.9269 100.518 22.6686C99.8894 21.7522 99.8113 21.2272 99.8113 18.5551V11.5349H102.351V18.8436C102.351 20.6252 102.404 21.0192 102.718 21.4644C103.112 22.0666 103.792 22.2763 105.127 22.2763H107.222V11.5347H109.764V22.2763H114.45V11.5347H116.991V24.2925V24.2923ZM85.8799 24.2923H80.3278C77.5267 24.2923 76.4805 23.9003 75.5892 22.5385C75.0654 21.7249 74.8805 20.8615 74.8805 19.0801V11.5347H77.4212V18.9759C77.4212 20.2862 77.4983 20.8086 77.7887 21.2806C78.1807 21.988 79.0189 22.2765 80.5368 22.2765H83.3406V11.5347H85.8799V24.2925V24.2923ZM61.1584 24.2923H54.6906C52.2017 24.2923 51.4689 24.1358 50.5776 23.455C49.7404 22.773 49.268 21.7249 49.268 20.4683C49.268 18.9481 49.897 17.6388 50.9451 17.0366C51.5734 16.6692 52.5161 16.5125 54.087 16.5125H58.6184C58.6184 13.8926 58.2776 13.5516 55.7385 13.5516H49.7404V11.5347H56.2873C58.5663 11.5347 59.6141 11.8481 60.3476 12.7132C60.9762 13.4464 61.1584 14.2856 61.1584 16.2247V24.2923ZM33.4005 24.2923H35.9398V6.81853H33.4005V24.2923ZM18.8139 22.6429C17.7396 23.8993 16.4828 24.2925 13.4186 24.2925H8.38989V6.81829H10.9299V11.5347H14.4658C16.6393 11.5347 17.7653 11.9269 18.7344 13.0532C19.7035 14.1016 20.1999 15.726 20.1999 17.7176C20.1999 19.8388 19.7044 21.5682 18.8139 22.6429ZM0.00024466 30.8323H125.85V0H0V30.8323H0.00024466Z\" fill=\"#FF6F98\"/>\\n</g>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_5787_31679\">\\n<rect width=\"126\" height=\"31\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-do0o6n\",\"data-framer-name\":\"bauer_media_group_logo.svg\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:44,intrinsicWidth:75,layoutDependency:layoutDependency,layoutId:\"YlCTjo__z\",svg:'<svg width=\"75\" height=\"44\" viewBox=\"0 0 75 44\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<mask id=\"mask0_5787_31738\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"75\" height=\"44\">\\n<path d=\"M75 0.0195312H0V43.2565H75V0.0195312Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_5787_31738)\">\\n<path d=\"M20.1712 36.2814H6.98198C6.21041 36.2814 5.586 35.6568 5.586 34.8873C5.586 34.1178 6.21145 33.4932 6.98198 33.4932H20.1702C23.678 33.4932 26.5319 30.6429 26.5319 27.1398C26.5319 24.5741 24.705 22.1511 21.7648 20.8169C21.337 20.6226 21.0363 20.2268 20.9628 19.7639C20.8892 19.3009 21.0553 18.8317 21.4022 18.5157C22.9095 17.1446 23.7389 15.2823 23.7389 13.2709C23.7389 10.6254 21.4221 8.39037 18.6806 8.39037H8.37899V13.1596L17.4508 18.3362C17.8859 18.585 18.154 19.0469 18.154 19.5466C18.154 20.0463 17.8859 20.5092 17.4508 20.757L7.67573 26.3356C7.24371 26.5824 6.71289 26.5802 6.28188 26.3314C5.8509 26.0816 5.586 25.6228 5.586 25.1252V14.7774L2.793 13.1837V27.9145C2.793 28.6851 2.16755 29.3087 1.39598 29.3087C0.624404 29.3087 0 28.6841 0 27.9145V11.7319C0 11.0401 0.37212 10.3944 0.971295 10.048C1.57047 9.70051 2.31576 9.69845 2.91704 10.0417L5.58495 11.565V6.99523C5.58495 6.22465 6.21041 5.60107 6.98095 5.60107H18.6796C20.7567 5.60107 22.7214 6.40312 24.213 7.8592C25.7078 9.31945 26.5309 11.2406 26.5309 13.2709C26.5309 15.4366 25.8434 17.4764 24.5673 19.1708C27.5411 21.0782 29.3239 24.0082 29.3239 27.1398C29.3239 32.1809 25.2169 36.2825 20.1691 36.2825L20.1712 36.2814ZM8.37899 16.3709V22.7212L13.943 19.5456L8.37899 16.3699V16.3709Z\" fill=\"#FF6F98\"/>\\n<path d=\"M40.5117 5.59814H44.3906C46.2196 5.59814 47.2015 6.3456 47.2015 7.7681C47.2015 8.51552 46.8209 9.07928 46.207 9.42253C47.1026 9.71648 47.7291 10.3537 47.7291 11.4088C47.7291 12.9047 46.4646 13.6889 44.5987 13.6889H40.5117V5.59814ZM44.0226 8.77275C44.5997 8.77275 44.8941 8.50294 44.8941 8.06205C44.8941 7.6211 44.5871 7.35129 44.0226 7.35129H42.7707V8.77275H44.0226ZM44.4894 11.9358C45.0665 11.9358 45.4102 11.6534 45.4102 11.1757C45.4102 10.6981 45.0665 10.4157 44.4894 10.4157H42.7707V11.9358H44.4894Z\" fill=\"#FF6F98\"/>\\n<path d=\"M48.3047 12.0703C48.3047 11.1024 48.9186 10.4526 50.2568 10.1461L51.7915 9.79018C52.0617 9.72926 52.1594 9.60646 52.1594 9.42273C52.1594 9.12879 51.926 8.95661 51.411 8.95661C50.8097 8.95661 50.1958 9.29993 49.8889 9.85104L48.3426 8.93144C48.846 8.01179 49.9624 7.24023 51.4972 7.24023C53.363 7.24023 54.185 8.15983 54.185 9.85104V11.7512C54.185 11.9842 54.2954 12.0703 54.5414 12.0703H54.7505V13.6765C54.5172 13.7374 54.1735 13.7868 53.8423 13.7868C53.0445 13.7868 52.7008 13.517 52.4801 13.0508C52.4306 12.9532 52.3938 12.9039 52.3202 12.9039C52.2466 12.9039 52.2099 12.9532 52.1237 13.075C51.7799 13.5411 51.2155 13.8224 50.4302 13.8224C49.0805 13.8224 48.3068 13.0624 48.3068 12.0693L48.3047 12.0703ZM51.0168 12.3034C51.6433 12.3034 52.1583 11.9234 52.1583 11.0037V10.8935C52.0848 11.0037 51.9618 11.0646 51.7284 11.1139L50.9432 11.2851C50.5752 11.3712 50.3661 11.5423 50.3661 11.8121C50.3661 12.0819 50.611 12.3023 51.0168 12.3023V12.3034Z\" fill=\"#FF6F98\"/>\\n<path d=\"M58.4315 13.8844C56.4553 13.8844 55.3999 12.8912 55.3999 11.2V7.43652H57.5727V11.0405C57.5727 11.6661 57.8923 12.0083 58.4315 12.0083C58.9708 12.0083 59.2904 11.6651 59.2904 11.0405V7.43652H61.4632V11.2C61.4632 12.8912 60.4078 13.8844 58.4315 13.8844Z\" fill=\"#FF6F98\"/>\\n<path d=\"M65.6594 13.8475C63.4866 13.8475 62.2231 12.4628 62.2231 10.5626C62.2231 8.66251 63.5981 7.27783 65.501 7.27783C67.4031 7.27783 68.6555 8.63831 68.6555 10.5752V11.0896H64.3108C64.4338 11.7762 64.9857 12.0827 65.649 12.0827C66.2374 12.0827 66.5814 11.8622 66.9253 11.4455L68.4344 12.5615C67.8208 13.3708 66.8264 13.8485 65.6607 13.8485L65.6594 13.8475ZM66.5678 9.72911C66.4204 9.22621 66.0402 8.93226 65.4758 8.93226C64.9113 8.93226 64.4937 9.22621 64.3466 9.72911H66.5678Z\" fill=\"#FF6F98\"/>\\n<path d=\"M69.465 7.43639H71.6251V8.23318C71.6251 8.30668 71.6497 8.3434 71.7118 8.3434C71.7732 8.3434 71.8094 8.30668 71.9322 8.11037C72.2633 7.57075 72.7301 7.32617 73.3184 7.32617H73.3553L73.3799 9.50764H72.9131C72.0415 9.50764 71.6245 9.91181 71.6245 10.844V13.6879H69.4644L69.465 7.43639Z\" fill=\"#FF6F98\"/>\\n<path d=\"M44.7953 23.1696L42.5857 20.3866V25.0204H40.5117V16.9307H42.3407L45.0287 20.3257L47.6187 16.9307H49.3984V25.0204H47.3118V20.4601L45.2126 23.1685C45.1264 23.2788 45.0781 23.3029 45.0034 23.3029C44.9288 23.3029 44.8804 23.2788 44.7942 23.1685L44.7953 23.1696Z\" fill=\"#FF6F98\"/>\\n<path d=\"M53.5946 25.18C51.4218 25.18 50.1582 23.7953 50.1582 21.8952C50.1582 19.995 51.5332 18.6104 53.4358 18.6104C55.3385 18.6104 56.5904 19.9709 56.5904 21.9078V22.4222H52.2459C52.3689 23.1087 52.9207 23.4153 53.584 23.4153C54.1727 23.4153 54.5165 23.1948 54.8602 22.7781L56.3697 23.894C55.7558 24.7034 54.7614 25.181 53.5956 25.181L53.5946 25.18ZM54.5028 21.0616C54.3556 20.5588 53.9751 20.2648 53.4106 20.2648C52.8461 20.2648 52.4288 20.5588 52.2816 21.0616H54.5028Z\" fill=\"#FF6F98\"/>\\n<path d=\"M61.8929 24.6647C61.8929 24.5912 61.8561 24.5544 61.7951 24.5544C61.7215 24.5544 61.6606 24.6038 61.5376 24.7014C61.2675 24.9218 60.8007 25.1916 60.1017 25.1916C58.445 25.1916 57.2666 23.8437 57.2666 21.8942C57.2666 19.9447 58.445 18.5968 60.1017 18.5968C60.8018 18.5968 61.2675 18.8666 61.5376 19.087C61.6606 19.1847 61.7215 19.234 61.7951 19.234C61.8561 19.234 61.8929 19.1973 61.8929 19.1238V16.4395H64.0531V25.0195H61.8929V24.6636V24.6647ZM60.7387 23.2915C61.5124 23.2915 61.9906 22.7278 61.9906 21.8942C61.9906 21.0607 61.5124 20.497 60.7387 20.497C59.9651 20.497 59.4499 21.0607 59.4499 21.8942C59.4499 22.7278 59.9409 23.2915 60.7387 23.2915Z\" fill=\"#FF6F98\"/>\\n<path d=\"M66.4323 16.0479C67.1564 16.0479 67.6718 16.4887 67.6718 17.1512C67.6718 17.8136 67.1564 18.2545 66.4323 18.2545C65.7082 18.2545 65.1929 17.8251 65.1929 17.1512C65.1929 16.4773 65.7082 16.0479 66.4323 16.0479ZM67.5127 18.7689V25.0205H65.3526V18.7689H67.5127Z\" fill=\"#FF6F98\"/>\\n<path d=\"M68.4878 23.4024C68.4878 22.4345 69.1014 21.7846 70.4397 21.4781L71.9746 21.1222C72.2449 21.0614 72.3425 20.9385 72.3425 20.7548C72.3425 20.4609 72.1091 20.2887 71.5938 20.2887C70.9925 20.2887 70.379 20.632 70.0718 21.1831L68.5259 20.2635C69.029 19.3439 70.1455 18.5723 71.6805 18.5723C73.5458 18.5723 74.3682 19.4919 74.3682 21.1831V23.0832C74.3682 23.3163 74.4787 23.4024 74.7244 23.4024H74.9339V25.0086C74.7005 25.0695 74.3565 25.1188 74.0255 25.1188C73.2277 25.1188 72.8837 24.849 72.6632 24.3829C72.6134 24.2853 72.5766 24.2359 72.5035 24.2359C72.4298 24.2359 72.393 24.2853 72.307 24.4071C71.963 24.8732 71.3986 25.1545 70.613 25.1545C69.2637 25.1545 68.4897 24.3945 68.4897 23.4013L68.4878 23.4024ZM71.2001 23.6354C71.8266 23.6354 72.3412 23.2554 72.3412 22.3358V22.2256C72.2675 22.3358 72.1447 22.3967 71.9113 22.446L71.1264 22.6171C70.7585 22.7032 70.549 22.8743 70.549 23.1442C70.549 23.414 70.794 23.6344 71.2001 23.6344V23.6354Z\" fill=\"#FF6F98\"/>\\n<path d=\"M39.9839 32.2241C39.9839 29.8337 41.7026 27.9829 44.402 27.9829C46.1207 27.9829 47.3475 28.7556 48.1579 29.9933L46.2437 31.0473C45.9126 30.4226 45.3113 30.0059 44.402 30.0059C43.1133 30.0059 42.2912 30.9003 42.2912 32.2241C42.2912 33.5479 43.1133 34.4182 44.402 34.4182C45.2608 34.4182 45.9368 34.014 46.2311 33.3642L44.9297 32.138C44.8193 32.0404 44.7825 31.9543 44.7825 31.8924C44.7825 31.7821 44.8561 31.6961 45.0285 31.6961H48.6499V31.9659C48.6499 35.3861 46.3919 36.4643 44.4031 36.4643C41.7026 36.4643 39.9849 34.6135 39.9849 32.223L39.9839 32.2241Z\" fill=\"#FF6F98\"/>\\n<path d=\"M49.4473 30.0174H51.6075V30.8142C51.6075 30.8877 51.6317 30.9245 51.6937 30.9245C51.7557 30.9245 51.7915 30.8877 51.9144 30.6914C52.2456 30.1518 52.7123 29.9072 53.301 29.9072H53.3378L53.3619 32.0887H52.8952C52.0238 32.0887 51.6064 32.4929 51.6064 33.4251V36.269H49.4463V30.0174H49.4473Z\" fill=\"#FF6F98\"/>\\n<path d=\"M53.6436 33.1437C53.6436 31.2068 55.1047 29.8589 57.1051 29.8589C59.1055 29.8589 60.554 31.2068 60.554 33.1437C60.554 35.0806 59.0813 36.4285 57.1051 36.4285C55.1289 36.4285 53.6436 35.0806 53.6436 33.1437ZM57.1051 34.5284C57.9029 34.5284 58.4064 33.9646 58.4064 33.1437C58.4064 32.3227 57.9029 31.759 57.1051 31.759C56.3072 31.759 55.7922 32.3227 55.7922 33.1437C55.7922 33.9646 56.2956 34.5284 57.1051 34.5284Z\" fill=\"#FF6F98\"/>\\n<path d=\"M64.2118 36.4654C62.2356 36.4654 61.1802 35.4723 61.1802 33.7811V30.0176H63.353V33.6215C63.353 34.2472 63.6726 34.5894 64.2118 34.5894C64.751 34.5894 65.0704 34.2462 65.0704 33.6215V30.0176H67.2435V33.7811C67.2435 35.4723 66.1883 36.4654 64.2118 36.4654Z\" fill=\"#FF6F98\"/>\\n<path d=\"M68.2124 30.0178H70.3725V30.3737C70.3725 30.4472 70.4094 30.4839 70.4702 30.4839C70.5439 30.4839 70.6046 30.4346 70.7281 30.3369C70.9977 30.1165 71.4646 29.8467 72.1635 29.8467C73.8206 29.8467 74.9986 31.1946 74.9986 33.1441C74.9986 35.0936 73.8206 36.4415 72.1635 36.4415C71.4639 36.4415 70.9977 36.1717 70.7281 35.9513C70.6046 35.8537 70.5439 35.8043 70.4702 35.8043C70.4094 35.8043 70.3725 35.8411 70.3725 35.9145V38.7217H68.2124V30.0189V30.0178ZM71.5266 34.5414C72.3245 34.5414 72.8152 33.9777 72.8152 33.1441C72.8152 32.3105 72.3245 31.7468 71.5266 31.7468C70.7288 31.7468 70.2749 32.3105 70.2749 33.1441C70.2749 33.9777 70.7534 34.5414 71.5266 34.5414Z\" fill=\"#FF6F98\"/>\\n</g>\\n</svg>\\n',withExternalLayout:true})]})],speed:30,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-9qbr6b-container\",layoutDependency:layoutDependency,layoutId:\"uYrY1jj6i-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:80,height:\"100%\",hoverFactor:.6,id:\"uYrY1jj6i\",layoutId:\"uYrY1jj6i\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vhdkpf\",\"data-framer-name\":\"Full colour\",layoutDependency:layoutDependency,layoutId:\"y_5tMAhh4\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-17nns79\",layoutDependency:layoutDependency,layoutId:\"iwAyDa9IQ\",style:{backgroundColor:\"var(--token-afb4fa25-69cb-45ce-b097-5d1809c8de58, rgb(249, 255, 250))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1wip5e\",\"data-framer-name\":\"Mars\",fill:\"black\",intrinsicHeight:98,intrinsicWidth:239,layoutDependency:layoutDependency,layoutId:\"eTVbpU_NY\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"239.042\" height=\"98.407\" overflow=\"visible\" xml:space=\"preserve\"><path d=\"M236.096 33.519c-1.311-7.212-6.373-13.762-14.675-18.948C200.006 1.184 156.199-3.486 109.78 2.688 79.603 6.7 51.853 14.702 31.646 25.229 8.971 37.046-2.149 51.113.344 64.851c2.498 13.743 18.078 24.267 43.87 29.626 22.995 4.792 52.275 5.214 82.459 1.195 30.168-3.999 57.91-12.016 78.139-22.545 20.557-10.712 31.631-23.297 31.631-35.803 0-1.276-.117-2.544-.347-3.805z\"/><path stroke=\"#000\" stroke-width=\"2.695\" d=\"M237.308 20.953c-1.138-4.597-6.042-9.336-11.308-10.896-4.91-1.455-9.867-.906-14.333 1.585a18.785 18.785 0 0 0-7.972 8.74c-.098-.134-.195-.27-.298-.398-2.544-3.149-6.695-6.198-12.791-5.612-4.76.459-8.582 2.32-13.194 6.424a30.827 30.827 0 0 0-1.895 1.87c-2.187-1.999-5.335-2.739-8.668-1.94-2.394.576-4.647 1.723-7.312 3.719-3.771 2.828-7.105 6.217-8.916 9.065-.07.108-.134.216-.2.326-.154-1.027-.526-2.066-1.043-2.875-1.363-2.137-4.086-4.345-7.125-4.776-1.353-.193-3.365-.194-5.708.669-2.083-1.99-4.809-3.813-8.908-4.106-8.03-.574-17.851 4.813-25.022 13.722a42.915 42.915 0 0 0-5.057 7.887c.604-4.924 1.481-9.429 2.705-13.908 1.426-5.216-.563-10.327-7.66-13.118-3.476-1.366-7.156-1.435-10.097-.189-1.78.755-3.289 1.972-5.453 3.954-2.418 2.215-5.26 5.163-8.253 8.538a381.308 381.308 0 0 1 1.448-3.994l.47-1.279c.546-1.495.819-2.958.819-4.335 0-1.704-.417-3.278-1.246-4.621-1.744-2.825-5.532-5.542-9.381-6.24-3.344-.607-6.019-.437-8.676.551-3.291 1.224-5.178 3.099-7.983 6.057-7.533 7.946-15.353 18.014-23.242 29.924-6.242 9.428-15.983 25.796-18.029 32-1.221 3.696-1.096 6.848.385 9.637 1.771 3.336 5.607 6.255 8.896 7.195 5.07 1.448 9.198-.982 11.044-6.503 2.8-8.366 8.085-19.017 14.352-29.167-.88 5.666-1.324 9.987-1.324 12.894v.032c.152 6.409 1.227 10.102 6.826 13.446 2.725 1.631 5.75 2.265 8.297 1.738 2.47-.509 4.221-1.975 5.68-4.75 5.966-11.361 11.956-20.405 16.897-27.076-.01.619-.016 1.24-.016 1.867 0 3.453.142 6.297.418 8.455 1.708 13.277 11.762 18.167 19.983 15.616 3.422-1.063 5.752-3.325 6.393-6.208a7.047 7.047 0 0 0 .043-2.839c6.75 5.913 17.863 3.449 27.731-5.865 3.181 3.452 7.107 5.709 13.759 3.573 4.253-1.366 9.15-4.868 12.468-8.863 2.645 4.801 9.942 8.064 16.318 3.91 2.957-1.921 4.109-4.767 5.033-7.055.012-.024.025-.042.037-.067l.101-.198.008-.017c.021-.047.029-.065 1.142-2.711a64.874 64.874 0 0 1 4.191-8.146c1.283-2.116 2.474-3.888 3.612-5.36-.665.992-1.166 2.167-1.438 3.512-.532 2.612-.023 5.855 1.332 8.46 4.282 8.238 12.863 11.125 20.66 10.463 6.736-.572 13.239-4.25 16.97-9.599 5.53-7.928 3.191-16.426.949-22.128-.577-1.468-.831-2.645-.727-3.271.041-.249.142-.355.282-.371.15-.021.308.111.468.318 1.651 1.842 3.356 3.453 5.641 3.838 2.216.375 4.314-.313 5.908-1.94 1.691-1.725 3.104-5.143 2.009-9.564zM203.39 35.016c.573 1.762 1.088 3.479 1.088 5.115-.021 2.227-1.135 2.932-1.971 3.267-1.479.595-2.61-.244-3.908-1.946-2.294-3.001-5.464-4.786-9.169-3.493a8.236 8.236 0 0 0-3.126 1.989c2.255-2.62 4.349-4.046 6.604-4.608.813-.203 1.524-.208 2.057-.015.413.15.573.247.813.393.234.142.526.319.98.515.913.391 1.651.506 2.717.427 1.403-.104 2.774-.755 3.867-1.797.014.051.03.102.048.153zM97.549 73.178c-.513 2.317-2.418 4.043-5.189 4.903-2.676.832-5.898.739-8.408-.239-4.517-1.762-6.999-6.659-7.763-12.601-.281-2.18-.404-5.021-.404-8.23 0-3.72.164-7.221.483-10.895-5.863 7.135-14.084 18.451-22.235 33.971-1.256 2.392-2.59 3.454-4.47 3.842-2.109.435-4.681-.116-7.034-1.526-2.944-1.758-4.239-4.715-4.362-8.831l-.067-1.819c0-3.865.819-10.369 2.436-19.332.449-2.496.793-4.104 1.329-6.689-9.82 13.629-18.083 29.399-21.77 40.423-1.504 4.497-4.564 6.596-8.883 5.363-2.618-.748-4.823-2.261-6.284-5.013-1.28-2.411-1.306-5.118-.27-8.255 1.976-5.99 11.78-22.448 17.827-31.579 8.347-12.601 16.179-22.435 23.052-29.684 2.878-3.036 4.47-4.559 7.316-5.617 2.544-.946 4.931-.98 7.743-.47 2.937.533 5.357 2.014 6.657 4.12 1.264 2.046 1.257 4.722.271 7.421-1.456 3.985-3.911 10.396-6.244 19.051 5.519-7.13 11.933-14.485 16.967-19.096 2.021-1.85 3.401-2.972 4.95-3.628 2.428-1.03 5.667-1.01 8.76.206 4.399 1.729 6.322 5.098 5.065 9.695-1.662 6.087-2.646 11.973-3.22 18.648-.513 5.96-.361 11.176.241 14.636.311 1.78.72 3.346 1.866 5.35.78 1.363 2.202 3.356 1.64 5.875zm54.954-15.474c-2.99 3.909-7.912 7.657-12.233 9.045-4.536 1.457-8.996.868-11.45-3.191-.415-.687-.581-1.156-.898-2.067-9.909 10.595-21.162 13.448-27.473 7.873-2.933-2.589-4.494-6.047-4.581-11.086-.116-6.808 3.009-14.345 8.126-20.703 6.808-8.458 16.078-13.598 23.518-13.067 3.407.245 6.401 1.852 8.512 4.482 2.205-1.082 4.287-1.299 5.982-1.058 1.975.281 3.505 1.348 4.347 2.666.546.855.848 2.026.848 2.969 0 1.349-.354 2.79-1.119 4.8-.792 2.082-1.807 5.087-2.733 9.012.203-.158.534-.461.638-.549 2.799-2.415 6.438-2.755 8.919-.245 2.137 2.162 3.287 6.293-.403 11.119zm26.095-13.338a66.727 66.727 0 0 0-4.31 8.378l-1.109 2.641-.183.364c-.913 2.261-1.907 4.651-4.362 6.248-3.727 2.425-9.491 2.317-12.037-1.571-.676-1.035-1.021-2.223-.955-3.582.066-1.435.521-2.836 1.378-4.448 1.184-2.321 1.687-3.917 2.279-5.767-2.312.579-5.187-.355-6.84-2.339-2.501-3.001-2.234-6.861-.345-9.832 1.642-2.582 4.797-5.834 8.485-8.599 2-1.5 4.167-2.815 6.662-3.415 3.154-.756 6.419.086 8.203 2.882 1.011-1.108 2.076-2.278 3.125-3.21 4.113-3.661 7.6-5.542 12.187-5.985h.002c4.388-.422 7.736 1.209 9.711 3.653 1.325 1.642 2.088 3.914 2.208 6.242.105 1.97-.339 3.918-1.371 5.386-.902 1.308-2.228 2.08-3.518 2.176-.838.062-1.283-.029-1.889-.291-.793-.339-.874-.577-1.891-.944-.904-.327-1.978-.313-3.083-.038-3.952.981-7.492 4.045-12.347 12.051zm53.903-16.398c-1.109 1.134-2.571 1.737-4.351 1.435-1.649-.279-2.668-1.427-3.895-2.927-.914-1.116-2.126-1.761-3.333-1.146-1.435.731-1.733 2.493-.376 5.947 2.92 7.427 3.604 14.223-.752 20.469-3.522 5.051-9.577 8.333-15.672 8.85-8.247.702-14.422-2.465-17.407-8.206-1.204-2.318-1.608-5.137-1.166-7.295.511-2.527 2.298-4.711 4.462-5.469 2.228-.776 4.179-.2 5.893 1.694 1.205 1.331 1.861 2.68 3.315 3.469 1.244.675 2.62.781 3.945.248 1.93-.774 3.054-2.388 3.08-4.907 0-1.96-.618-3.951-1.175-5.662-.782-2.4-1.144-4.656-1.138-6.781.006-2.001.345-3.94.965-5.591a16.975 16.975 0 0 1 7.631-8.911c3.992-2.227 8.508-2.756 12.97-1.434 4.185 1.239 7.61 4.483 8.561 8.314.853 3.445-.075 6.391-1.557 7.903z\"/><path d=\"M115.987 46.889c2.92-4.231 6.916-7.037 10.072-7.58.881-.151 1.442-.112 2.14.048-.029.187-.031.566-.154 1.012-.602 2.557-4.807 8.241-10.25 11.891-2.492 1.668-4.08 1.979-4.97 2.21.335-2.76 1.508-5.183 3.162-7.581z\"/><path fill=\"#FFFAD1\" d=\"M104.448 37.941c-5.194 6.452-8.108 13.861-7.998 20.328.081 4.703 1.475 8.09 4.383 10.66 6.06 5.352 16.13 1.538 22.923-4.27 1.259-1.076 2.493-2.149 3.756-3.451l.656-.679.311.893c.304.875.444 1.183.838 1.835 2.818 4.661 7.961 3.842 10.775 2.938 4.117-1.324 9.044-4.929 11.979-8.768 3.411-4.461 2.462-8.309.402-10.394-2.296-2.322-5.423-2.097-8.183.317-1.144.954-1.707 1.417-1.996 1.735l.423-1.547c.846-3.13 2.01-7.23 2.741-9.353.674-1.953.977-3.402.977-4.696 0-1.035-.367-1.919-.677-2.479-.689-1.258-2.286-2.294-3.883-2.521-1.799-.256-3.978.137-5.553 1l-.429.234-.324-.368c-2.014-2.512-4.891-4.036-8.101-4.267-7.287-.519-16.324 4.534-23.02 12.853zm7.859 16.254c.463-2.429.883-4.26 3.214-7.64 2.86-4.146 6.857-7.138 10.432-7.808.93-.176 1.717-.177 2.403-.008l.476.119-.039.544c-.016.208-.043.596-.189 1.12-.682 2.901-5.16 8.648-10.485 12.218-2.383 1.595-3.935 1.982-4.862 2.214l-1.075.271.125-1.03z\"/><path fill=\"#FFFAD1\" d=\"M190.831 16.709c-4.181.402-8.099 2.36-11.781 5.811-1.115 1.044-2.212 2.074-3.195 3.22l-.44.515-.743-1.052-.238-.269c-1.558-1.883-4.115-2.626-7.037-1.926-2.599.625-5.156 2.346-6.45 3.315-3.639 2.729-6.686 5.804-8.362 8.435-1.891 2.977-1.764 6.657.32 9.157 1.793 2.152 4.437 2.49 6.401 2.078l.874-.27-.266.913c-.513 1.743-1.021 3.364-2.376 6.021-.528.996-1.236 2.504-1.317 4.211-.055 1.185.233 2.274.863 3.235 2.356 3.603 7.811 3.631 11.231 1.402 2.343-1.521 3.298-3.889 4.14-5.978l.201-.406c-.006.018 1.102-2.614 1.102-2.614a66.405 66.405 0 0 1 4.343-8.446c4.715-7.773 8.396-11.359 12.707-12.375 1.051-.249 2.267-.375 3.007-.144.872.272 1.455.613 1.922.887.665.389 1.072.641 2.05.576 1.21-.079 2.292-.814 3.06-1.927 2.018-2.875 1.597-7.949-.813-10.933-2.032-2.515-5.342-3.807-9.203-3.436z\"/><path fill=\"#FFFAD1\" d=\"M205.368 22.326c-.614 1.636-.834 3.173-.834 5.11 0 2.125.286 4.486 1.097 6.842.56 1.625 1.203 3.757 1.203 5.852-.031 3.142-1.478 5.048-4.3 5.671-2.468.543-4.481-.412-6.158-2.924-1.766-2.65-3.786-3.533-6.171-2.701-1.973.691-3.614 2.714-4.085 5.036-.431 2.113.029 4.824 1.113 6.911 2.99 5.751 9.08 8.555 16.841 7.895 6.132-.521 12.019-3.891 15.323-8.625 4.548-6.516 3.072-13.43.608-19.908-1.32-3.459-1.096-5.711.661-6.694 1.25-.668 2.949-.106 4.051 1.333.961 1.252 2.128 2.564 3.516 2.798 1.456.248 2.715-.197 3.855-1.36 1.638-1.672 2.063-4.153 1.263-7.375-.895-3.607-4.041-6.699-8.017-7.877-8.358-2.477-17.06 2.263-19.966 10.016zM48.975 14.409C43.59 19.354 33.8 30.583 22.95 46.986 16.944 56.068 7.17 72.492 5.211 78.433c-1.009 3.05-.875 5.822.27 7.857 1.309 2.327 3.33 3.908 5.855 4.471 3.571.796 6.915-.809 8.203-4.785 3.431-10.588 11.797-26.107 21.835-40.498l1.646-2.349-.83 3.913-1.085 5.484c-1.609 8.928-2.425 15.397-2.425 19.227l.066 1.798c.3 4.201 1.586 6.933 3.933 8.336 2.313 1.384 4.727 2.034 6.727 1.48 1.655-.458 2.911-1.305 4.114-3.555 9.006-16.837 17.869-28.626 22.351-34.155l1.219-1.503-.188 1.926c-.378 3.873-.561 7.445-.561 10.921 0 3.186.146 6.008.424 8.165.808 6.28 3.437 10.588 7.399 12.134 2.393.934 5.466 1.021 8.022.227 2.571-.798 4.274-2.393 4.799-4.489.558-2.182-.533-3.727-1.478-5.221l-.152-.241c-.809-1.182-1.492-3.59-1.844-5.419-.926-4.8-.738-9.688-.312-14.887.477-5.81 1.687-12.832 3.237-18.784 1.103-4.242-.513-7.35-4.674-8.986-2.861-1.127-5.98-1.206-8.34-.211-1.473.621-2.82 1.715-4.792 3.522-4.839 4.433-10.928 11.253-16.701 18.711l-2.069 2.92c2.407-8.747 6.213-19.72 7.119-22.198.955-2.614.79-4.961-.275-6.847-1.113-1.972-3.186-3.352-6.195-3.938-4.525-.876-8.74.384-11.534 2.95z\"/><path fill=\"#E2001A\" d=\"M230.344 21.088a4.895 4.895 0 0 0-.049-.241c-.542-2.404-2.637-4.575-5.879-5.573-6.306-1.941-13.536 1.364-16.071 8.133-1.053 2.803-.965 6.306.226 9.896.795 2.405 1.655 5.344 1.261 8.409-.505 3.934-3.248 6.421-6.678 7.134-3.768.784-6.976-.682-9.35-4.242-.907-1.36-1.515-1.871-2.581-1.5-.9.316-1.797 1.436-2.059 2.725-.272 1.338.092 3.106.829 4.367 2.584 4.426 8.037 6.576 13.785 5.981 5.351-.552 9.945-3.251 12.667-7.003 3.132-4.318 3.418-9.96.881-16.632-2.066-5.419-1.47-9.104 1.6-10.82 2.409-1.291 5.468-.541 7.292 2.122.799 1.168 1.215 1.504 1.858 1.605 1.279.204 2.819-1.3 2.268-4.361zm-75.119 15.35c-1.316 2.071-1.033 3.95-.002 4.927 1.091 1.032 2.672.732 4.493-1.095.735-.74 1.897-1.793 2.618-2.251.423-.268 1.195-.809 1.76-.596.624.233.534 1.432.513 1.952-.111 2.608-1.668 9.545-4.271 14.652-1.121 2.108-1.171 3.154-.571 3.984.891 1.24 4.027 1.39 6.397-.153 1.75-1.139 2.5-2.857 3.279-4.404 1.165-2.314 2.656-6.278 5.641-11.199 4.713-7.771 9.489-13.007 15.247-13.865 2.14-.322 3.481.005 4.454.735.756.569 1.249.781 1.912.679.569-.088.973-.4 1.306-.88 1.265-1.802 1.1-5.032-.329-6.746-1.536-1.838-3.593-2.666-6.54-2.382-3.315.319-6.378 1.681-10.058 5.053-2.585 2.37-4.932 5.321-6.288 7.368-.414.62-.769 1.142-1.193 1.09-.438-.053-.376-.776-.354-1.231.102-2.012-.121-3.887-1.125-5.102-.98-1.188-2.624-1.266-3.992-.938-1.86.447-3.466 1.4-5.292 2.769-3.268 2.448-6.102 5.273-7.605 7.633zm-23.346 24.818c1.567 2.109 4.149 2.168 7.073 1.229 3.854-1.237 7.698-4.099 10.392-7.361 1.82-2.205 2.343-4.53.83-6.06-.912-.922-2.37-.604-3.764.545-.986.812-2.854 2.595-3.836 3.109-1.749.92-2.778.916-3.481.283-.597-.537-.653-1.809-.302-3.888.581-3.43 2.479-9.68 3.549-12.357 1.17-2.921 1.137-3.55.763-4.229-.279-.506-.913-.848-1.577-.941-1.185-.169-2.688.1-3.721.657a6.623 6.623 0 0 0-2.115 1.747c-.24.297-.444.419-.661.387-.228-.037-.353-.343-.458-.61-1.239-3.21-3.906-5.329-7.39-5.579-5.813-.416-13.985 3.833-20.296 11.675-6.823 8.476-10.313 20.61-4.304 25.658 3.815 3.204 10.855 2.583 19.193-4.023 2.221-1.758 5.345-4.817 7.188-6.871.425-.474 1.121-1.368 1.555-1.008.22.182.142.676.121.917-.237 2.779.126 5.213 1.241 6.72zm-21.657-3.738c-2.13-1.867-1.521-7.378 2.333-12.964 3.813-5.527 9.677-9.348 13.484-9.364 1.699-.01 3.017.555 4.142 1.688.918.927 1.479 1.963 1.603 3.078.347 2.821-4.9 10.677-11.924 15.385-4.431 2.963-7.896 3.704-9.638 2.177zm-20.058 5.067c-.858-4.163-.954-9.64-.47-15.55.491-5.996 1.489-12.425 3.071-18.398.926-3.496.61-5.143-2.148-6.227-2.044-.805-4.317-.941-5.98-.24-1.026.432-2.156 1.355-3.893 2.947-6.969 6.382-17.349 18.82-24.116 29.245a101.065 101.065 0 0 0-1.928 2.767c-.312.475-.581.759-.762.729-.243-.042-.243-.488-.162-1.091.131-.986.184-1.472.351-2.46 1.973-11.606 6.753-26.746 9.646-33.541.547-1.285.798-2.451.28-3.676-.471-1.115-1.909-2.127-4.141-2.561-4.452-.862-7.228.605-9.326 2.617-6.045 5.795-15.633 17.361-25.026 31.565C19.17 58.37 9.938 74.084 8.18 79.413c-.556 1.684-.26 2.988.25 3.897.788 1.401 2.354 2.63 3.973 3.143 1.689.528 3.428-.049 4.174-2.355 5.071-15.653 17.999-36.997 29.709-50.931.514-.613.746-.89 1.148-1.303.452-.438.873-.746 1.211-.578.266.131.24.56.098 1.116-.21.82-.202.745-.432 1.618-1.339 5.055-2.916 12.34-4.126 19.059-1.549 8.594-2.6 16.216-2.338 19.894.147 2.074.89 3.878 2.915 5.09 3.218 1.924 5.093 1.1 6.484-1.497 9.651-18.046 19.638-31.185 27.343-39.42.749-.841 1.153-1.202 1.495-1.468.413-.284.698-.329.904-.196.247.157.247.58.198.953-.079.605-.089.731-.198 1.438-1.608 10.461-1.96 20.384-1.122 26.895.546 4.235 1.921 7.154 4.896 8.315 1.708.666 4.056.746 5.959.154 1.418-.439 2.431-1.213 2.693-2.26.305-1.192-.615-2.38-1.585-3.971-.646-1.061-1.292-2.617-1.665-4.421z\"/><path d=\"M231.513 22.334a9.349 9.349 0 0 0-.051-.241c-.283-1.258-1.01-2.414-2.101-3.374a6.317 6.317 0 0 1 .983 2.368c.551 3.061-.988 4.565-2.269 4.36-.643-.102-1.059-.437-1.858-1.605-1.824-2.663-4.883-3.413-7.292-2.122-3.07 1.716-3.667 5.401-1.6 10.82 2.538 6.672 2.251 12.314-.881 16.632-2.721 3.752-7.315 6.451-12.667 7.003-4.894.506-9.57-.979-12.449-4.162 2.616 4.278 7.417 6.274 13.071 5.689 5.45-.563 10.407-3.435 13.265-7.375 3.13-4.317 3.689-9.985 1.101-16.638-1.384-3.553-1.774-5.373-1.39-7.396.271-1.426 1.064-2.438 2.368-3.163 2.388-1.329 5.039-.211 7.07 2.491.78 1.037 1.386 1.344 2.07 1.361 1.833.05 3.114-1.97 2.63-4.648zm-68 16.863c.272-.173.692-.458 1.105-.584-.021-.505-.128-1.043-.524-1.191-.565-.212-1.337.328-1.76.596-.721.458-1.883 1.512-2.618 2.251-1.499 1.504-2.834 1.97-3.869 1.514.144.29.33.547.554.759 1.091 1.032 2.674.734 4.493-1.094.736-.738 1.897-1.794 2.619-2.251zm35.475-16.084a6.83 6.83 0 0 0-1.963-1.619c.224.21.44.437.646.682 1.429 1.714 1.594 4.944.329 6.746-.333.48-.737.792-1.306.88-.663.103-1.156-.109-1.912-.679-.973-.73-2.314-1.057-4.454-.735-5.758.858-10.534 6.094-15.247 13.865-2.984 4.92-4.476 8.884-5.641 11.199-.778 1.547-1.528 3.265-3.279 4.404-1.838 1.196-4.136 1.374-5.491.815.064.185.156.354.272.517.891 1.239 3.938 1.417 6.308-.126 1.75-1.138 2.692-2.964 3.47-4.51 1.166-2.315 2.554-6.201 5.54-11.121 4.972-8.202 9.36-12.892 15.108-13.749 2.14-.322 3.672.157 4.477.77.752.574 1.132.762 1.885.647.653-.101 1.152-.58 1.483-1.06 1.596-2.272 1.117-5.318-.225-6.926zm-55.885 9.415c.374.679.407 1.308-.763 4.229-1.07 2.678-2.968 8.928-3.549 12.357-.351 2.079-.294 3.351.302 3.888.288.26.635.411 1.061.439-.182-.695-.18-1.701.031-3.025.608-3.817 2.312-9.67 3.382-12.348 1.169-2.922 1.039-3.932.689-4.626a1.866 1.866 0 0 0-1.2-.986c.015.025.033.047.047.072zm-32.881 24.99c.258.226.554.401.884.528-1.608-2.192-.855-7.233 2.719-12.415 3.93-5.698 9.125-8.748 12.941-8.902 1.544-.063 3.33.379 4.419 1.453a6.217 6.217 0 0 0-1.004-1.305c-1.125-1.133-2.442-1.697-4.142-1.688-3.807.016-9.671 3.837-13.484 9.364-3.853 5.587-4.463 11.098-2.333 12.965zm41.135-7.354a1.79 1.79 0 0 0-.667-.408c.821 1.493.219 3.475-1.347 5.369-2.694 3.262-6.538 6.124-10.392 7.361-2.333.75-4.446.859-6.003-.197.027.038.053.08.082.117 1.565 2.109 4.085 2.293 7.009 1.354 3.618-1.163 7.614-4.096 10.382-7.444 1.989-2.408 2.045-5.086.936-6.152zm-20.72 4.373c.021-.24.1-.734-.121-.917-.435-.359-1.13.535-1.555 1.008-1.842 2.053-4.967 5.112-7.188 6.871-8.2 6.496-15.141 7.201-18.998 4.176.256.39.541.761.854 1.112 3.258 3.642 11.072 2.418 19.165-3.994 2.221-1.759 5.521-5.158 7.365-7.21.131-.144.279-.309.437-.46.011-.193.025-.388.041-.586zM64.052 17.091c.518 1.226.267 2.392-.28 3.676-2.893 6.795-7.673 21.934-9.646 33.541-.167.988-.22 1.474-.351 2.46-.081.603-.081 1.049.162 1.091.181.029.45-.254.762-.729.202-.298.387-.572.57-.838.019-.114.041-.237.07-.379 2.862-14.431 6.708-26.374 9.571-33.486.744-1.848.812-2.918.314-4.045-.232-.522-.645-1.024-1.252-1.453.029.052.057.106.08.162zM48.604 32.929c.036-.131.079-.292.138-.527.143-.556.168-.985-.098-1.116-.338-.168-.759.14-1.211.578-.402.413-.635.69-1.148 1.303-11.71 13.934-24.638 35.278-29.709 50.931-.746 2.307-2.484 2.884-4.174 2.355-1.495-.474-2.943-1.559-3.777-2.826.043.366.139.744.297 1.176.556 1.507 1.79 2.842 3.853 3.334 2.062.49 4.189-.469 5.06-2.991 5.825-16.901 17.34-35.77 29.852-51.193.353-.422.64-.735.917-1.024zm32.523 3.97c.016-.129.034-.273.06-.464.049-.373.049-.796-.198-.953-.207-.133-.491-.088-.904.196-.342.266-.747.627-1.495 1.468-7.705 8.235-17.691 21.375-27.343 39.42-1.392 2.597-3.267 3.421-6.484 1.497a5.999 5.999 0 0 1-1.5-1.251c.313 1.252.947 2.183 1.995 2.871 2.931 1.926 5.8.636 7.162-1.911 9.653-18.046 19.756-31.343 27.462-39.578.533-.601.934-1.011 1.245-1.295zm12.47 31.446c-.839-1.387-1.455-2.853-1.772-4.643-.696-3.93-1.082-9.545-.599-15.455.491-5.995 1.288-12.016 2.834-18.073.764-2.99.558-4.803-1.137-5.934.492 1.027.366 2.414-.158 4.396-1.582 5.973-2.58 12.402-3.071 18.398-.484 5.91-.389 11.388.47 15.55.374 1.804 1.02 3.36 1.667 4.42.97 1.591 1.89 2.779 1.585 3.971-.263 1.047-1.275 1.821-2.693 2.26-1.903.592-4.251.512-5.959-.154a6.34 6.34 0 0 1-1.474-.811 6.263 6.263 0 0 0 2.777 2.115c1.708.666 3.854.715 5.758.124 1.418-.439 2.612-1.367 2.875-2.415.302-1.189.036-1.865-1.103-3.749z\"/><path fill=\"#D39F45\" d=\"M234.059 20.066c-.951-3.832-4.376-7.075-8.561-8.314-4.461-1.322-8.978-.793-12.97 1.434a16.97 16.97 0 0 0-7.631 8.911c-.62 1.65-.959 3.589-.965 5.591-.006 2.125.356 4.38 1.138 6.781.558 1.711 1.175 3.702 1.175 5.662-.025 2.52-1.15 4.133-3.08 4.907-1.326.533-2.702.427-3.945-.248-1.454-.789-2.111-2.138-3.315-3.469-1.713-1.894-3.665-2.47-5.893-1.694-2.164.758-3.951 2.942-4.462 5.469-.442 2.158-.039 4.977 1.166 7.295 2.984 5.741 9.16 8.907 17.407 8.206 6.095-.518 12.149-3.799 15.672-8.85 4.356-6.246 3.672-13.042.752-20.469-1.357-3.454-1.059-5.216.376-5.947 1.207-.616 2.419.03 3.333 1.146 1.227 1.5 2.246 2.648 3.895 2.927 1.779.302 3.241-.301 4.351-1.435 1.481-1.513 2.409-4.459 1.557-7.903zm-5.175 6.919c-.685-.018-1.291-.324-2.07-1.361-2.031-2.702-4.682-3.819-7.07-2.491-1.304.725-2.097 1.737-2.368 3.163-.384 2.022.006 3.842 1.39 7.396 2.588 6.653 2.029 12.321-1.101 16.638-2.858 3.94-7.814 6.812-13.265 7.375-5.655.584-10.456-1.411-13.071-5.688l-.006-.007c.16.634.399 1.271.69 1.863 1.289 2.619 3.358 4.437 5.939 5.426-4.2-.947-7.756-3.471-10.038-7.381-1.135-1.938-1.597-4.612-1.193-6.584.429-2.121 1.885-3.948 3.659-4.569 1.618-.564 3.003-.187 4.089.757-.864-.357-2.064 1.045-1.661 1.859.317.27.631.677.996 1.224.813 1.219 1.723 2.193 2.723 2.915-.345-.402-.271-1.093.029-1.603.277-.465.807-.923 1.242-.566 1.532 1.21 3.754 1.544 5.682.829 2.713-1.006 3.957-3.369 3.957-6.049 0-2.115-.624-4.204-1.232-6.041-.721-2.173-1.082-4.337-1.082-6.382 0-1.849.294-3.602.887-5.177 2.928-7.809 11.333-12.043 19.14-9.64 2.386.734 4.67 2.204 5.992 4.043-.852-.6-2.216.893-1.777 1.787 1.089.96 1.816 2.115 2.099 3.373l.051.241c.482 2.677-.799 4.697-2.631 4.65z\"/><path fill=\"#D39F45\" d=\"M202.696 26.025c-.121-2.329-.883-4.601-2.208-6.242-1.975-2.443-5.323-4.075-9.711-3.653h-.002c-4.586.443-8.074 2.325-12.187 5.985-1.049.932-2.113 2.102-3.125 3.21-1.784-2.795-5.048-3.638-8.203-2.882-2.495.6-4.662 1.916-6.662 3.415-3.688 2.765-6.844 6.017-8.485 8.599-1.889 2.97-2.156 6.831.345 9.832 1.653 1.984 4.528 2.917 6.84 2.339-.592 1.851-1.095 3.446-2.279 5.767-.857 1.612-1.312 3.013-1.378 4.448-.066 1.359.279 2.547.955 3.582 2.546 3.889 8.31 3.997 12.037 1.571 2.456-1.597 3.45-3.987 4.362-6.248l.183-.364c.014-.029 1.109-2.641 1.109-2.641a66.591 66.591 0 0 1 4.31-8.378c4.855-8.005 8.395-11.069 12.346-12.052 1.105-.274 2.179-.289 3.083.038 1.018.368 1.098.605 1.891.944.606.262 1.05.353 1.889.291 1.291-.097 2.616-.869 3.518-2.176 1.032-1.466 1.477-3.414 1.372-5.385zm-3.482 4.015c-.331.48-.83.959-1.483 1.06-.752.115-1.132-.073-1.885-.647-.805-.613-2.337-1.092-4.477-.77-5.749.857-10.136 5.547-15.108 13.749-2.986 4.92-4.375 8.805-5.54 11.121-.778 1.546-1.719 3.372-3.47 4.51-2.37 1.543-5.417 1.366-6.308.126a1.976 1.976 0 0 1-.271-.516l-.006-.002c.056.896.536 1.789 1.282 2.415.772.647 1.918 1.071 2.774 1.159-2.907.611-5.809-.38-7.052-2.451-.632-1.056-.786-1.944-.786-2.895 0-1.412.487-2.489 1.228-4.006 1.575-3.228 2.282-5.514 3.08-8.549.585-1.891 1.76-4.125 3.427-5.724 0-.002 0-.005-.002-.006-.413.125-.833.41-1.105.583-.722.457-1.883 1.513-2.62 2.251-1.818 1.829-3.401 2.126-4.493 1.094a2.72 2.72 0 0 1-.554-.759l-.004-.002c-.06 1.123.285 2.239.998 2.929.55.532 1.051.713 1.639.867-1.734.289-3.76-.643-5.025-2.017-1.014-1.103-1.544-2.503-1.598-4.008-.057-1.585.337-2.995 1.265-4.454 1.534-2.413 4.53-5.534 8.199-8.283 1.657-1.243 3.706-2.602 6.218-3.207 2.417-.58 4.661-.064 6.126 1.375-.45-.216-.947.107-1.244.556-.292.443-.45 1.064-.279 1.469.977 1.216 1.197 3.073 1.096 5.065-.021.455-.084 1.178.354 1.231l.027.001c.466-2.604 1.452-5.702 2.674-7.103a40.387 40.387 0 0 1 3.095-3.196c3.953-3.622 7.577-5.317 11.502-5.695 3.175-.305 5.793.479 7.805 2.333-.975-.308-1.936 1.057-1.665 1.853a6.839 6.839 0 0 1 1.957 1.616c1.345 1.608 1.824 4.654.229 6.927z\"/><path fill=\"#D39F45\" d=\"M152.907 46.585c-2.481-2.511-6.121-2.17-8.919.245-.104.088-.435.391-.638.549.926-3.925 1.941-6.93 2.733-9.012.764-2.01 1.119-3.451 1.119-4.8 0-.943-.302-2.114-.848-2.969-.842-1.318-2.372-2.385-4.347-2.666-1.696-.241-3.777-.023-5.982 1.058-2.111-2.631-5.104-4.237-8.512-4.482-7.44-.531-16.71 4.609-23.518 13.067-5.118 6.358-8.242 13.895-8.126 20.703.087 5.039 1.648 8.497 4.581 11.086 6.312 5.575 17.564 2.722 27.473-7.873.317.911.483 1.38.898 2.067 2.454 4.059 6.914 4.647 11.45 3.191 4.322-1.389 9.243-5.137 12.233-9.045 3.689-4.826 2.539-8.957.403-11.119zm-2.211 3.173c.24.083.462.214.661.405 1.109 1.066 1.052 3.745-.936 6.152-2.768 3.349-6.764 6.281-10.382 7.444-2.924.938-5.444.755-7.009-1.354-.029-.038-.055-.079-.082-.117-.02-.013-.041-.025-.06-.039a4.9 4.9 0 0 0 1.192 2.258c.632.692 1.934 1.514 3.218 1.609-3.477.49-6.066-1.064-7.358-3.163-1.41-2.288-.558-5.599.649-7.696l.005-.133c-.157.15-.306.315-.437.459-1.844 2.053-5.144 5.451-7.365 7.21-8.093 6.412-15.907 7.635-19.165 3.994a9.6 9.6 0 0 1-.854-1.112l-.006-.005c.281 1.288.759 2.384 1.531 3.206 1.003 1.069 1.783 1.411 3.372 1.924-2.509.05-4.633-.795-6.765-2.71-2.561-2.3-3.854-5.897-3.871-9.927-.026-6.388 2.951-13.708 7.903-19.863 6.566-8.157 15.367-13.104 22.42-12.6 2.236.161 4.284.955 5.941 2.247a1.429 1.429 0 0 0-.965.436c-.45.454-.618 1.142-.396 1.67 1.148.945 2.049 2.207 2.629 3.714.105.267.23.573.458.61l.029.001c.033-1.022.308-2.745.673-3.8.29-.199.569-.357.891-.53 1.495-.807 3.562-1.173 5.255-.932 1.205.171 2.263.747 2.965 1.577-.867-.417-1.891.774-1.83 1.697.016.021.031.045.045.066.522.147.941.47 1.2.986.349.694.48 1.704-.689 4.626-1.07 2.678-2.774 8.531-3.382 12.348-.211 1.325-.213 2.329-.031 3.024.388-1.394 1.397-3.025 3.308-4.586l1.394-1.186c2.096-1.729 5.018-2.443 7.078-.367.156.157.318.334.455.511-.751-.334-1.969.923-1.689 1.946z\"/><path fill=\"#D39F45\" d=\"M95.911 67.304c-1.146-2.004-1.555-3.57-1.866-5.35-.602-3.459-.754-8.676-.241-14.636.574-6.675 1.558-12.561 3.22-18.648 1.257-4.597-.667-7.966-5.065-9.695-3.094-1.216-6.332-1.236-8.76-.206-1.548.656-2.928 1.778-4.95 3.628-5.034 4.61-11.448 11.966-16.967 19.096 2.333-8.655 4.788-15.065 6.244-19.051.985-2.699.992-5.375-.271-7.421-1.3-2.106-3.721-3.586-6.657-4.12-2.813-.51-5.199-.476-7.743.47-2.847 1.058-4.438 2.581-7.316 5.617-6.873 7.249-14.705 17.083-23.052 29.684-6.049 9.131-15.854 25.589-17.829 31.579-1.036 3.137-1.011 5.844.27 8.255 1.461 2.752 3.666 4.265 6.284 5.013 4.318 1.232 7.379-.866 8.883-5.363 3.687-11.024 11.95-26.794 21.77-40.423-.536 2.585-.88 4.194-1.329 6.689C38.92 61.384 38.1 67.889 38.1 71.754l.067 1.819c.123 4.116 1.418 7.073 4.362 8.831 2.354 1.41 4.925 1.96 7.034 1.526 1.88-.388 3.214-1.45 4.47-3.842 8.151-15.52 16.372-26.836 22.235-33.971-.32 3.674-.483 7.175-.483 10.895 0 3.209.124 6.05.404 8.23.764 5.942 3.246 10.839 7.763 12.601 2.51.979 5.732 1.071 8.408.239 2.771-.859 4.677-2.586 5.189-4.903.562-2.52-.86-4.513-1.638-5.875zM94.7 72.096c-.263 1.048-1.457 1.976-2.875 2.415-1.903.591-4.05.542-5.758-.124a6.271 6.271 0 0 1-2.776-2.114l-.006-.004c.589 2.927 2.691 4.761 5.999 4.961-1.854.146-3.803-.124-5.394-.879-4.282-2.035-5.912-6.726-6.497-11.266-.283-2.203-.419-5.002-.419-8.084 0-3.383.188-6.931.434-10.166.222-2.914 2.167-7.17 3.718-9.936-.311.284-.713.694-1.246 1.295-7.706 8.235-17.809 21.532-27.462 39.578-1.362 2.547-4.231 3.837-7.162 1.911-1.047-.688-1.678-1.618-1.991-2.867l-.02-.021c-.1 2.44.887 4.66 2.885 5.801a8.38 8.38 0 0 1-2.886-1.186c-2.853-1.84-3.622-4.556-3.887-8.26a20.32 20.32 0 0 1-.043-1.397c0-3.794.811-10.21 2.416-19.116a245.86 245.86 0 0 1 1.323-6.757c1.062-5.053 3.852-10.295 5.55-12.95-.278.289-.565.602-.918 1.023C35.174 49.375 23.66 68.244 17.834 85.146c-.87 2.522-2.998 3.481-5.06 2.991-2.063-.492-3.297-1.827-3.853-3.334a5.15 5.15 0 0 1-.297-1.175l-.001-.003c-.244 1.257-.093 2.348.298 3.476a6.04 6.04 0 0 0 2.645 3.222c-1.85-.404-4.435-2.321-5.519-4.638-.933-1.99-1.201-4.134-.236-7.054C7.752 72.74 17.49 56.388 23.478 47.335 33.8 31.732 43.463 20.503 48.982 15.23c2.941-2.811 6.837-4.032 11.405-3.148 2.589.503 4.553 1.716 5.619 3.428-.942-.552-2.181.721-2.028 1.42.604.429 1.017.928 1.248 1.45.498 1.126.43 2.197-.314 4.045-2.863 7.113-6.709 19.056-9.571 33.486-.029.142-.051.265-.07.378l.009-.012c1.472-4.833 3.958-10.162 7.001-14.109 5.615-7.285 11.898-14.42 16.779-18.89 1.919-1.759 3.222-2.822 4.609-3.406 2.211-.931 5.151-.85 7.861.217 1.727.679 2.789 1.611 3.413 2.641-.875-.557-2.15.748-2.017 1.512 1.692 1.131 1.898 2.944 1.135 5.933-1.546 6.057-2.343 12.078-2.834 18.073-.483 5.909-.098 11.525.599 15.455.317 1.79.934 3.255 1.772 4.643 1.138 1.883 1.404 2.559 1.102 3.75zm16.749-14.756c.445-.686.865-1.064 1.538-1.393.398-.188 1.112-.428 1.346-.507 1.021-.345 2.381-.996 4.138-2.172 2.925-1.962 5.506-4.457 7.66-7.239.815-1.05 1.542-2.091 2.197-3.269 1.119-2.008 1.279-3.32 2.063-4.048a3.08 3.08 0 0 1 .801-.526c-1.089-1.077-2.877-1.52-4.425-1.458-3.816.154-9.011 3.205-12.941 8.902-3.576 5.185-4.327 10.228-2.715 12.419.092-.271.217-.523.338-.709zm4.538-10.451c2.92-4.231 6.916-7.037 10.072-7.58.881-.151 1.442-.112 2.14.048-.029.187-.031.566-.154 1.012-.602 2.557-4.807 8.241-10.25 11.891-2.492 1.668-4.08 1.979-4.97 2.21.335-2.76 1.508-5.183 3.162-7.581zM229.688 33.09c.535.533.809 1.184.809 1.93.004.771-.26 1.421-.785 1.947-.527.533-1.17.794-1.928.792-.748-.013-1.398-.28-1.926-.826-.533-.541-.791-1.189-.795-1.953a2.598 2.598 0 0 1 .785-1.928 2.506 2.506 0 0 1 1.916-.778 2.583 2.583 0 0 1 1.924.816zm.313-.308a3.096 3.096 0 0 0-2.24-.945c-.879-.009-1.611.293-2.217.907-.609.609-.928 1.363-.916 2.229 0 .884.309 1.638.934 2.266a3.016 3.016 0 0 0 2.229.952c.867.006 1.623-.29 2.234-.916.621-.614.924-1.366.918-2.245a3.083 3.083 0 0 0-.942-2.248zm-1.764 2.081c-.123.049-.32.071-.578.072l-.545-.006v-1.26l.52.004c.332.006.576.047.73.134.16.095.236.259.232.513.016.266-.12.451-.359.543zm-1.73 1.865.607.007v-1.376l.486.003c.314.001.549.042.672.115.219.134.34.4.334.806v.275l.016.118c-.002.015-.002.021.008.037v.029l.59.008-.023-.044a.567.567 0 0 1-.025-.183c-.014-.082-.014-.176-.016-.261l-.006-.253a.93.93 0 0 0-.189-.539c-.133-.19-.33-.305-.596-.342.215-.041.377-.098.496-.17.23-.149.342-.377.342-.689-.004-.435-.184-.732-.541-.884-.209-.087-.525-.133-.945-.137l-1.217-.01.007 3.49z\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-8w67al\",layoutDependency:layoutDependency,layoutId:\"T8UIchT5F\",style:{backgroundColor:\"var(--token-afb4fa25-69cb-45ce-b097-5d1809c8de58, rgb(249, 255, 250))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:109,intrinsicWidth:107,pixelHeight:218,pixelWidth:214,src:\"https://framerusercontent.com/images/w6a5l8zdp4JqMnxsZHce0rhoU0.png\"},className:\"framer-1frkvbw\",\"data-framer-name\":\"Red_Thread\",layoutDependency:layoutDependency,layoutId:\"acAWwiY3b\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1872kf4\",layoutDependency:layoutDependency,layoutId:\"LMeloRzqT\",style:{backgroundColor:\"var(--token-afb4fa25-69cb-45ce-b097-5d1809c8de58, rgb(249, 255, 250))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ught77\",\"data-framer-name\":\"Group 1000006356\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:36,intrinsicWidth:194,layoutDependency:layoutDependency,layoutId:\"rW6KUlMOq\",svg:'<svg width=\"194\" height=\"36\" viewBox=\"0 0 194 36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_5931_6918)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.4981 25C19.3971 25 24.9962 19.4 24.9962 12.5C24.9962 7.49244 22.0472 3.16958 17.7926 1.17502C15.5438 1.65762 13.7314 3.78047 13.7646 6.16701V6.36701C17.5973 7.33368 19.3304 9.63368 19.3304 12.8003C19.3304 15.967 16.8308 19.467 12.5981 19.467C9.16528 19.467 5.59916 16.5337 5.56583 11.8337C5.56583 8.73368 7.23224 5.73368 9.36525 3.93368C11.4649 2.20035 14.3312 1.10035 16.9308 1.06701C17.2017 1.06701 17.4946 1.08904 17.7022 1.13308C16.1175 0.405637 14.3549 0 12.4981 0C5.59915 0 0 5.6 0 12.5C0 19.4 5.59915 25 12.4981 25Z\" fill=\"#F60000\"/>\\n<path d=\"M33.0616 17.6666L29.2622 8.56665H31.7285L34.1281 14.6L36.4278 8.56665H38.8274L35.0947 17.6666H33.0616Z\" fill=\"#F60000\"/>\\n<path d=\"M47.7928 13.0663C47.7928 13.6663 47.6928 14.233 47.5262 14.833C47.3595 15.3997 47.0596 15.933 46.7263 16.3663C46.3597 16.833 45.9264 17.1997 45.3598 17.4663C44.8266 17.733 44.16 17.8663 43.4268 17.8663C42.6936 17.8663 42.0603 17.733 41.4938 17.4663C40.9605 17.1997 40.4939 16.833 40.1273 16.3663C39.7607 15.8997 39.4941 15.3997 39.3274 14.833C39.1274 14.2663 39.0608 13.6663 39.0608 13.0663C39.0608 12.4663 39.1608 11.8997 39.3274 11.333C39.4941 10.7663 39.794 10.2663 40.1273 9.79967C40.4939 9.36634 40.9272 8.99967 41.4938 8.73301C42.027 8.46634 42.6936 8.33301 43.4268 8.33301C44.16 8.33301 44.7933 8.46634 45.3265 8.73301C45.8598 8.99967 46.3264 9.36634 46.693 9.79967C47.0596 10.233 47.3262 10.7663 47.5262 11.333C47.6928 11.8997 47.7928 12.4997 47.7928 13.0663ZM45.4598 13.0663C45.4598 12.6997 45.4265 12.333 45.3265 11.9997C45.2265 11.6663 45.0932 11.3663 44.9266 11.133C44.7599 10.8997 44.5266 10.6997 44.2933 10.533C44.06 10.3663 43.7601 10.2997 43.3935 10.2997C43.0602 10.2997 42.7602 10.3663 42.4936 10.533C42.227 10.6663 42.027 10.8663 41.8604 11.133C41.6937 11.3663 41.5604 11.6663 41.4604 11.9997C41.3604 12.333 41.3271 12.6997 41.3271 13.0663C41.3271 13.4663 41.3604 13.833 41.4604 14.1663C41.5604 14.4997 41.6937 14.7997 41.8604 15.033C42.027 15.2997 42.2603 15.4997 42.4936 15.633C42.7602 15.7663 43.0602 15.8663 43.3935 15.8663C43.7268 15.8663 44.0267 15.7997 44.2933 15.633C44.56 15.4997 44.7599 15.2997 44.9266 15.033C45.0932 14.7663 45.2265 14.4997 45.3265 14.1663C45.4265 13.833 45.4598 13.4663 45.4598 13.0663Z\" fill=\"#F60000\"/>\\n<path d=\"M55.025 17.6669L54.925 16.9669C54.725 17.2002 54.4251 17.4336 54.0918 17.6002C53.7252 17.7669 53.3252 17.8669 52.8586 17.8669C52.2254 17.8669 51.6921 17.7336 51.1922 17.4669C50.7256 17.2002 50.3257 16.8336 49.9924 16.4002C49.6591 15.9669 49.4258 15.4336 49.2592 14.8669C49.0925 14.3002 48.9926 13.6669 48.9926 13.0669C48.9926 12.4669 49.0925 11.9002 49.2592 11.3336C49.4258 10.7669 49.6924 10.2669 50.0591 9.80023C50.4257 9.36689 50.8589 9.00023 51.3922 8.73356C51.9254 8.46689 52.5587 8.33356 53.2919 8.33356C53.7585 8.33356 54.2918 8.43356 54.825 8.60023V5.06689H57.158V17.6669H55.025ZM54.825 10.5669C54.3584 10.4002 53.9585 10.3002 53.5585 10.3002C53.1586 10.3002 52.8253 10.3669 52.5254 10.5336C52.2254 10.7002 51.9921 10.9002 51.8255 11.1336C51.6255 11.4002 51.4922 11.7002 51.3922 12.0002C51.2922 12.3336 51.2589 12.6669 51.2589 13.0002C51.2589 13.3669 51.2922 13.7336 51.3922 14.1002C51.4588 14.4336 51.5922 14.7669 51.7588 15.0002C51.9254 15.2669 52.1254 15.4669 52.392 15.6336C52.6587 15.8002 52.9586 15.8669 53.2919 15.8669C53.5919 15.8669 53.8918 15.8002 54.1918 15.6336C54.4917 15.4669 54.6917 15.3002 54.825 15.0669V10.5669Z\" fill=\"#F60000\"/>\\n<path d=\"M63.957 17.6667L63.8571 17C63.5904 17.2667 63.2905 17.5 62.8905 17.6667C62.4906 17.8334 62.0573 17.9 61.5907 17.9C61.1908 17.9 60.8242 17.8334 60.4576 17.7C60.091 17.5667 59.791 17.3667 59.4911 17.1334C59.2244 16.9 58.9911 16.6 58.8245 16.2334C58.6578 15.8667 58.5579 15.4667 58.5579 15C58.5579 14.5334 58.6578 14.1334 58.8245 13.8C58.9911 13.4667 59.2578 13.1667 59.5577 12.9334C59.8577 12.7 60.2243 12.5 60.5909 12.3334C60.9908 12.1667 61.3908 12.0667 61.824 12C62.124 11.9334 62.4573 11.9 62.8239 11.8667C63.1905 11.8334 63.4904 11.8 63.7237 11.7667V11.6334C63.7237 11.1334 63.5904 10.7667 63.3238 10.5667C63.0572 10.3667 62.6906 10.2334 62.2573 10.2334C61.9907 10.2334 61.7241 10.2667 61.4908 10.3334C61.2575 10.4 61.0242 10.4667 60.8575 10.5667C60.6575 10.6667 60.4909 10.7667 60.3576 10.8667C60.2243 10.9667 60.091 11.0334 59.991 11.1334L59.2244 9.50003C59.3244 9.40003 59.4911 9.30003 59.691 9.1667C59.891 9.03337 60.1576 8.93337 60.4576 8.80003C60.7575 8.6667 61.0908 8.5667 61.4574 8.50003C61.824 8.43337 62.224 8.3667 62.6572 8.3667C63.1572 8.3667 63.6238 8.43337 64.0237 8.5667C64.4236 8.70003 64.7903 8.90003 65.0902 9.20003C65.3902 9.4667 65.6235 9.83337 65.7901 10.2667C65.9567 10.7 66.0567 11.2334 66.0567 11.8334V17.6667H63.957ZM63.7904 13.4C63.5238 13.4 63.2905 13.4334 63.0239 13.4667C62.7572 13.5 62.4906 13.5334 62.2573 13.6C61.7574 13.7 61.3908 13.8667 61.1908 14.1334C60.9908 14.3667 60.8908 14.6334 60.8908 14.9334C60.8908 15.2334 60.9908 15.4667 61.2241 15.6667C61.4574 15.8667 61.7574 15.9334 62.1573 15.9334C62.4573 15.9334 62.7572 15.8667 63.0572 15.7334C63.3571 15.6 63.5904 15.4334 63.7904 15.2667V13.4Z\" fill=\"#F60000\"/>\\n<path d=\"M73.3555 7.13289C73.2889 7.09956 73.1222 7.03289 72.9223 6.96623C72.689 6.89956 72.4223 6.86623 72.0557 6.86623C71.7225 6.86623 71.4558 6.96623 71.2225 7.16623C70.9892 7.36623 70.8892 7.66623 70.8892 8.13289V8.56623H72.8556V10.4662H70.9226V17.6662H68.5896V10.4329H67.3231V8.53289H68.5229V8.03289C68.5229 7.43289 68.5896 6.93289 68.7562 6.53289C68.9229 6.13289 69.1228 5.79956 69.3895 5.53289C69.6561 5.26623 69.9894 5.09956 70.356 4.96623C70.7226 4.83289 71.1225 4.79956 71.5558 4.79956C72.1224 4.79956 72.589 4.86623 72.9556 4.96623C73.3222 5.06623 73.5555 5.13289 73.6222 5.19956L73.3555 7.13289Z\" fill=\"#F60000\"/>\\n<path d=\"M82.0543 13.0663C82.0543 13.6663 81.9543 14.233 81.7877 14.833C81.621 15.3997 81.3211 15.933 80.9878 16.3663C80.6212 16.833 80.1879 17.1997 79.6213 17.4663C79.0881 17.733 78.4215 17.8663 77.6883 17.8663C76.9551 17.8663 76.3218 17.733 75.7552 17.4663C75.222 17.1997 74.7554 16.833 74.3888 16.3663C74.0222 15.8997 73.7555 15.3997 73.5889 14.833C73.3889 14.2663 73.3223 13.6663 73.3223 13.0663C73.3223 12.4663 73.4223 11.8997 73.5889 11.333C73.7555 10.7663 74.0555 10.2663 74.3888 9.79967C74.7554 9.36634 75.1887 8.99967 75.7552 8.73301C76.2885 8.46634 76.9551 8.33301 77.6883 8.33301C78.4215 8.33301 79.0547 8.46634 79.588 8.73301C80.1212 8.99967 80.5878 9.36634 80.9544 9.79967C81.3211 10.233 81.5877 10.7663 81.7877 11.333C81.9543 11.8997 82.0543 12.4997 82.0543 13.0663ZM79.7546 13.0663C79.7546 12.6997 79.7213 12.333 79.6213 11.9997C79.5213 11.6663 79.388 11.3663 79.2214 11.133C79.0547 10.8997 78.8214 10.6997 78.5881 10.533C78.3215 10.3997 78.0549 10.2997 77.6883 10.2997C77.355 10.2997 77.055 10.3663 76.7884 10.533C76.5218 10.6663 76.3218 10.8663 76.1552 11.133C75.9885 11.3663 75.8552 11.6663 75.7552 11.9997C75.6552 12.333 75.6219 12.6997 75.6219 13.0663C75.6219 13.4663 75.6552 13.833 75.7552 14.1663C75.8552 14.4997 75.9885 14.7997 76.1552 15.033C76.3218 15.2997 76.5551 15.4997 76.7884 15.633C77.055 15.7663 77.355 15.8663 77.6883 15.8663C78.0216 15.8663 78.3215 15.7997 78.5881 15.633C78.8548 15.4997 79.0547 15.2997 79.2214 15.033C79.388 14.7663 79.5213 14.4997 79.6213 14.1663C79.688 13.833 79.7546 13.4663 79.7546 13.0663Z\" fill=\"#F60000\"/>\\n<path d=\"M89.3199 17.6667V12.4667C89.3199 11.7667 89.1866 11.2334 88.8866 10.8667C88.5867 10.5 88.1867 10.3 87.6868 10.3C87.3202 10.3 86.9869 10.4 86.6869 10.6C86.387 10.8 86.1204 11 85.8871 11.2334V17.6667H83.5541V8.5667H85.6871L85.7871 9.30003C86.1537 9.00003 86.5536 8.7667 87.0202 8.60003C87.4868 8.43337 87.9534 8.3667 88.42 8.3667C88.8866 8.3667 89.3532 8.43337 89.7531 8.60003C90.1531 8.73337 90.5197 8.9667 90.7863 9.30003C91.0863 9.60003 91.2862 10.0334 91.4529 10.5334C91.6195 11.0334 91.6862 11.6334 91.6862 12.3334V17.6667H89.3199Z\" fill=\"#F60000\"/>\\n<path d=\"M95.4522 13.7001C95.5189 14.4667 95.7522 15.0334 96.1855 15.3667C96.6187 15.7001 97.1853 15.8667 97.8519 15.8667C98.1852 15.8667 98.4518 15.8334 98.7517 15.7667C99.0184 15.7001 99.285 15.6334 99.485 15.5334C99.6849 15.4334 99.8849 15.3667 100.052 15.2667C100.218 15.1667 100.318 15.1001 100.385 15.0334L101.018 16.9334C100.918 17.0001 100.785 17.0667 100.585 17.2001C100.385 17.3001 100.152 17.4001 99.8516 17.5001C99.5516 17.6001 99.2183 17.6667 98.8184 17.7334C98.4185 17.8001 97.9852 17.8334 97.5186 17.8334C96.9187 17.8334 96.3521 17.7334 95.8189 17.5334C95.2856 17.3334 94.819 17.0667 94.4191 16.6667C94.0191 16.2667 93.6858 15.7667 93.4526 15.1667C93.2193 14.5667 93.0859 13.8667 93.0859 13.0334C93.0859 12.2667 93.1859 11.5667 93.4192 11.0001C93.6525 10.4001 93.9525 9.90006 94.3191 9.50006C94.719 9.10006 95.1523 8.80007 95.6522 8.56673C96.1521 8.36673 96.7187 8.2334 97.2853 8.2334C97.8519 8.2334 98.3851 8.3334 98.8851 8.50006C99.385 8.70006 99.8183 8.96673 100.152 9.36673C100.518 9.76673 100.785 10.2667 101.018 10.9001C101.218 11.5334 101.318 12.2667 101.318 13.1667V13.5667H95.4522V13.7001ZM98.9851 12.0334C98.9517 11.7334 98.8851 11.4334 98.7851 11.2001C98.6851 10.9667 98.5518 10.7667 98.3851 10.6334C98.2185 10.5001 98.0519 10.3667 97.8852 10.3001C97.6853 10.2334 97.5186 10.2001 97.3186 10.2001C96.9187 10.2001 96.5188 10.3667 96.1521 10.6667C95.7855 10.9667 95.5522 11.4334 95.5189 12.0334H98.9851Z\" fill=\"#F60000\"/>\\n</g>\\n<g clip-path=\"url(#clip1_5931_6918)\">\\n<path d=\"M145.671 20.6159C145.805 20.7499 145.912 20.909 145.984 21.0843C146.057 21.2596 146.094 21.4474 146.094 21.6371C146.094 22.0779 145.897 22.433 145.671 22.6585C145.241 23.088 144.656 23.5354 143.891 23.8518C143.229 24.1264 142.519 24.2673 141.802 24.2665H128.458C126.951 24.2665 125.586 23.6559 124.599 22.6682C123.611 21.6805 123 20.3162 123 18.8086V5.46395C123 3.95669 123.611 2.59241 124.599 1.60486C125.586 0.617426 126.951 0.00659692 128.458 0.00659692H141.802C142.519 0.00561264 143.229 0.146347 143.891 0.4207C144.773 0.786272 145.337 1.23703 145.881 1.82473C146.098 2.05871 146.304 2.40494 146.304 2.8461C146.304 3.21558 146.163 3.58519 145.881 3.86735C145.747 4.00164 145.588 4.10815 145.413 4.18076C145.238 4.25337 145.05 4.29065 144.86 4.29047C144.477 4.28962 144.11 4.13754 143.839 3.86735C143.454 3.48208 143.243 3.28428 142.801 3.0974C142.485 2.96351 142.146 2.8947 141.802 2.8951H128.458C127.75 2.8951 127.107 3.18319 126.642 3.64879C126.177 4.11367 125.889 4.7557 125.889 5.46407V18.8087C125.889 19.5178 126.177 20.1595 126.642 20.6244C127.107 21.0897 127.75 21.3781 128.458 21.3781H141.802C142.156 21.3781 142.494 21.3065 142.801 21.1758C143.11 21.0442 143.391 20.8541 143.628 20.616C143.9 20.3457 144.267 20.1937 144.65 20.1931C144.839 20.1928 145.027 20.23 145.203 20.3026C145.378 20.3751 145.537 20.4816 145.671 20.6159ZM141.76 18.8967C141.708 17.8432 140.996 16.2212 139.207 16.008H132.842L140.175 8.9876C140.485 8.69216 141.18 7.69048 140.685 6.61264C140.287 5.74599 139.622 5.37662 138.459 5.37662H129.324C129.361 6.58855 129.966 8.03541 131.572 8.29443H136.792L129.077 15.5445C128.764 15.8449 128.25 16.7684 128.656 17.7064C129.022 18.5517 129.64 18.8967 130.789 18.8967H141.76ZM162.658 12.2824V17.6621C162.658 19.6522 162.049 21.3825 160.668 22.7627C159.427 24.0042 157.859 24.515 156.137 24.515C152.76 24.515 151.021 21.906 151.021 21.906C151.929 20.9982 153.191 20.4466 154.428 21.1872C154.635 21.3116 155.259 21.652 156.151 21.652C159.276 21.652 159.784 18.8595 159.784 18.0282C158.702 18.6827 157.479 19.0084 156.122 19.0091H156.12C154.354 19.0084 152.806 18.4502 151.517 17.3486L151.5 17.334C150.236 16.1218 149.59 14.6265 149.579 12.888C149.57 12.531 149.57 11.3873 149.579 11.1214C149.583 9.41227 150.229 7.92269 151.5 6.7053C152.784 5.47605 154.339 4.85241 156.12 4.85193H156.122C158.489 4.85193 160.227 6.02399 161.031 6.99873C161.236 7.24684 161.355 7.56661 161.355 7.9132C161.355 8.31448 161.193 8.67804 160.929 8.94133C160.794 9.07646 160.634 9.18362 160.458 9.25664C160.281 9.32966 160.092 9.3671 159.901 9.36682C159.504 9.36682 159.124 9.20071 158.882 8.94892C157.98 8.01121 157.123 7.7154 156.121 7.71528C155.12 7.7154 154.285 8.04953 153.569 8.73618C152.858 9.40645 152.523 10.1687 152.513 11.1381C152.497 11.5623 152.497 12.464 152.513 12.8711C152.521 13.8644 152.854 14.6379 153.563 15.3171C154.302 15.9916 155.141 16.3222 156.121 16.3226C157.101 16.3222 157.94 15.9916 158.685 15.311C159.074 14.938 159.35 14.5348 159.52 14.0813C159.657 13.7171 159.943 12.9573 160.909 12.5717C161.724 12.2475 162.658 12.2824 162.658 12.2824ZM176.306 12.5718C175.34 12.9572 175.054 13.7168 174.917 14.0813C174.747 14.5347 174.47 14.9382 174.082 15.311C173.337 15.9915 172.498 16.3221 171.518 16.3225C170.538 16.3221 169.7 15.9915 168.96 15.3171C168.251 14.6379 167.917 13.8645 167.909 12.8711C167.894 12.4637 167.894 11.5623 167.91 11.1381C167.92 10.1686 168.255 9.40645 168.966 8.73606C169.681 8.04929 170.516 7.71516 171.518 7.71516C172.519 7.71528 173.377 8.01109 174.279 8.94881C174.52 9.20071 174.901 9.3667 175.298 9.3667C175.7 9.3667 176.064 9.20403 176.326 8.94121C176.461 8.80633 176.568 8.64607 176.641 8.46963C176.715 8.29319 176.752 8.10405 176.752 7.91308C176.752 7.56673 176.632 7.24696 176.428 6.99849C175.624 6.02364 173.886 4.8517 171.519 4.8517H171.517C169.735 4.85217 168.181 5.47581 166.898 6.70507C165.626 7.92245 164.98 9.41203 164.976 11.1211C164.967 11.387 164.967 12.5307 164.976 12.8876C164.987 14.6261 165.633 16.1217 166.898 17.3339L166.914 17.3485C168.202 18.4501 169.751 19.0083 171.517 19.0088H171.518C172.876 19.0083 174.098 18.6825 175.181 18.0279C175.181 18.8591 174.672 21.6517 171.547 21.6517C170.655 21.6517 170.032 21.3114 169.824 21.1871C168.588 20.4465 167.325 20.9977 166.417 21.9058C166.417 21.9058 168.157 24.5147 171.534 24.5147C173.255 24.5147 174.823 24.004 176.065 22.7626C177.446 21.3823 178.054 19.6519 178.054 17.6619V12.282C178.053 12.2824 177.12 12.2475 176.306 12.5718ZM193.456 11.133C193.452 9.41298 192.805 7.92305 191.535 6.70519C190.251 5.47582 188.696 4.85229 186.914 4.85182H186.912C185.131 4.85229 183.577 5.47593 182.293 6.70519C181.022 7.92257 180.375 9.41215 180.371 11.1212C180.362 11.387 180.362 12.5308 180.371 12.8877C180.382 14.6261 181.029 16.1217 182.293 17.3339L182.31 17.3485C183.598 18.4501 185.146 19.0084 186.912 19.009H186.914C188.678 19.0084 190.228 18.4501 191.518 17.3491L191.535 17.3339C192.798 16.1217 193.445 14.6259 193.456 12.8945C193.465 12.531 193.465 11.3871 193.456 11.133ZM186.913 16.3226C185.934 16.3222 185.095 15.9916 184.356 15.3171C183.647 14.6378 183.313 13.8646 183.305 12.8711C183.289 12.4638 183.289 11.5623 183.306 11.1381C183.316 10.1687 183.651 9.40645 184.361 8.73618C185.077 8.04929 185.911 7.71528 186.913 7.71528C187.915 7.7154 188.749 8.04953 189.468 8.73938C190.177 9.40657 190.512 10.1688 190.522 11.1475C190.536 11.5442 190.542 12.4417 190.522 12.8825C190.514 13.8647 190.179 14.6388 189.477 15.3111C188.732 15.9916 187.893 16.3223 186.913 16.3226ZM147.262 5.37662C145.747 5.37935 144.373 6.64954 144.373 8.01192V18.8967C145.887 18.8934 147.262 17.6237 147.262 16.2614V5.37662Z\" fill=\"#FC8101\"/>\\n</g>\\n<rect y=\"32\" width=\"193\" height=\"4\" fill=\"url(#paint0_linear_5931_6918)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_5931_6918\" x1=\"0\" y1=\"34\" x2=\"193\" y2=\"34\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#F60000\"/>\\n<stop offset=\"1\" stop-color=\"#FC8101\"/>\\n</linearGradient>\\n<clipPath id=\"clip0_5931_6918\">\\n<rect width=\"101.351\" height=\"25\" fill=\"white\"/>\\n</clipPath>\\n<clipPath id=\"clip1_5931_6918\">\\n<rect width=\"70.4624\" height=\"24.5209\" fill=\"white\" transform=\"translate(123)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1joh0p2\",layoutDependency:layoutDependency,layoutId:\"Kns8C_IxS\",style:{backgroundColor:\"var(--token-afb4fa25-69cb-45ce-b097-5d1809c8de58, rgb(249, 255, 250))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-masft5\",\"data-framer-name\":\"swinkelsfamilybrewerscom_logo.svg\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:70,intrinsicWidth:150,layoutDependency:layoutDependency,layoutId:\"IB8BfhINm\",svg:'<svg width=\"150\" height=\"70\" viewBox=\"0 0 150 70\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M55.1667 33.4574V38.6095C55.1667 38.7651 55.1926 38.791 55.344 38.8651L56.4929 39.4429V39.4688H52.9392V39.4429L53.8073 38.9318C53.9477 38.854 53.9477 38.791 53.9477 38.6503V33.4574H53.0537V33.2277H53.9477V32.7536C53.9477 31.0091 54.6126 30.3313 55.9942 30.3313C56.5446 30.3313 57.1209 30.4609 57.6196 30.6647L56.9694 32.2277H56.9435L56.3156 30.6906C56.2528 30.5239 56.238 30.5239 56.009 30.5239C55.4327 30.5239 55.1667 30.998 55.1667 32.024V33.2277H57.0322V33.4574H55.1667Z\" fill=\"#6E6764\"/>\\n<path d=\"M60.6634 35.0611V35.024C60.6634 34.0499 60.2276 33.3462 59.2967 33.3462C58.979 33.3462 58.9531 33.3462 58.8755 33.5277L58.0961 35.2203H58.0702L57.494 33.5536C58.2106 33.2573 58.9125 33.1313 59.6402 33.1313C60.3938 33.1313 60.8925 33.2462 61.2656 33.6314C61.6239 34.0018 61.8418 34.6425 61.8418 35.7352V35.913L61.7901 38.002C61.779 38.5539 61.9046 38.8613 62.2519 38.8613C62.4809 38.8613 62.6102 38.7205 62.673 38.4909H62.6989C62.6989 38.6205 62.673 38.7613 62.6213 38.8872C62.4809 39.2576 62.1374 39.5798 61.6387 39.5798C61.0772 39.5798 60.6154 39.1576 60.6154 38.2205C60.3605 39.0798 59.7215 39.5798 58.9014 39.5798C58.0185 39.5798 57.2391 38.9761 57.2391 37.902C57.2391 36.6575 58.2882 36.0315 59.3114 36.0315C59.7584 36.0315 60.2571 36.1463 60.6413 36.4278L60.6634 35.0611ZM58.4877 37.739C58.4877 38.4168 58.9088 38.8539 59.4592 38.8539C59.9062 38.8539 60.3421 38.5724 60.608 38.1094V38.0724L60.6339 36.4945C60.379 36.4056 60.1352 36.3649 59.8914 36.3649C58.9753 36.3686 58.4877 37.0204 58.4877 37.739Z\" fill=\"#6E6764\"/>\\n<path d=\"M68.9048 38.6503C68.9048 38.8058 68.9159 38.854 69.06 38.9318L69.9281 39.4429V39.4688H66.6921V39.4429L67.5085 38.9318C67.6488 38.8429 67.6747 38.7651 67.6747 38.6762C67.6747 38.5873 67.7116 36.6243 67.7116 36.0983C67.7116 34.5353 67.3681 33.8686 66.6108 33.8686C66.0235 33.8686 65.5617 34.2538 65.2699 34.8167V38.6503C65.2699 38.791 65.2699 38.8281 65.425 38.9207L66.2821 39.4466V39.4725H63.0461V39.4466L63.9142 38.9355C64.0546 38.8577 64.0546 38.7947 64.0546 38.654V34.1871C64.0546 34.0204 64.0435 33.9834 63.9142 33.8908L63.0461 33.25V33.2241H65.2699V34.7353C65.5765 33.6204 66.2414 33.1204 67.1612 33.1204C68.0441 33.1204 68.6315 33.6204 68.8346 34.7093C69.1302 33.6834 69.8579 33.1204 70.8294 33.1204C71.9155 33.1204 72.5693 33.9167 72.5693 35.6835C72.5693 36.4391 72.5582 37.6206 72.5434 38.6429C72.5434 38.7984 72.5545 38.8466 72.6986 38.9244L73.5667 39.4355V39.4614H70.3307V39.4355L71.1471 38.9244C71.2875 38.8355 71.3133 38.7577 71.3133 38.6688C71.3133 38.5651 71.3503 36.6317 71.3503 36.1168C71.3503 34.5649 71.0289 33.8611 70.2384 33.8611C69.6621 33.8611 69.204 34.1797 68.8457 34.7723C68.8974 35.0427 68.9233 35.3501 68.9233 35.6835C68.9307 36.3168 68.9196 37.6243 68.9048 38.6503Z\" fill=\"#6E6764\"/>\\n<path d=\"M76.1266 33.2277V38.6502C76.1266 38.7909 76.1266 38.828 76.2818 38.9206L77.1388 39.4465V39.4724H73.9028V39.4465L74.7709 38.9354C74.9113 38.8576 74.9113 38.7946 74.9113 38.6539V34.187C74.9113 34.0203 74.9002 33.9833 74.7709 33.8907L73.9028 33.2499V33.224H76.1266V33.2277ZM74.6712 31.5091C74.6712 31.072 75.0037 30.7275 75.4248 30.7275C75.8607 30.7275 76.1931 31.072 76.1931 31.5091C76.1931 31.9202 75.8607 32.2647 75.4248 32.2647C75 32.2647 74.6712 31.9202 74.6712 31.5091Z\" fill=\"#6E6764\"/>\\n<path d=\"M79.5658 38.6503C79.5658 38.791 79.5658 38.828 79.7209 38.9206L80.578 39.4466V39.4725H77.342V39.4466L78.2101 38.9355C78.3505 38.8577 78.3505 38.7947 78.3505 38.654V31.2906C78.3505 31.1239 78.3394 31.0721 78.2101 30.9943L77.342 30.4832V30.4572L79.5658 30.2017V38.6503Z\" fill=\"#6E6764\"/>\\n<path d=\"M80.844 42.3653L81.2909 40.4319H81.3168L82.0593 41.7135C82.1221 41.8172 82.148 41.869 82.2144 41.869C82.2662 41.869 82.3179 41.8172 82.3696 41.7542C82.6762 41.3838 82.9828 40.7171 83.149 40.2541L83.3153 39.7911L81.1025 34.1131C80.9991 33.8686 80.9474 33.7908 80.8587 33.676L80.5374 33.2538V33.2278H83.0678V33.2538L82.4546 33.8427C82.3511 33.9316 82.34 33.9834 82.4028 34.1501L83.9359 38.1244L85.3027 34.5464C85.3802 34.3427 85.3802 34.302 85.2657 34.1612L84.4974 33.25V33.2241H86.5734V33.25L85.8568 34.1353C85.7422 34.2649 85.7016 34.339 85.613 34.5723L83.4409 40.2875C83.2488 40.7875 83.0715 41.2097 82.8018 41.632C82.4324 42.2209 82.0076 42.4913 81.4719 42.4913C81.2577 42.495 80.9843 42.4431 80.844 42.3653Z\" fill=\"#6E6764\"/>\\n<path d=\"M90.7735 34.5352C91.1836 33.6389 91.7709 33.124 92.6796 33.124C94.0723 33.124 94.8924 34.3537 94.8924 36.1872C94.8924 38.0984 93.9984 39.5725 92.3878 39.5725C91.5049 39.5725 90.9804 39.1503 90.7624 38.754L89.5877 39.5725H89.5619V31.2906C89.5619 31.1239 89.5508 31.0721 89.4215 30.9943L88.5534 30.4832V30.4572L90.7772 30.2017V34.5352H90.7735ZM90.7735 34.65V38.6243C91.0801 38.9947 91.5271 39.0984 91.9002 39.0984C92.9493 39.0984 93.5884 38.1873 93.5884 36.3798C93.5884 34.6871 93.038 33.7648 92.144 33.7648C91.6564 33.7648 91.1688 34.0463 90.7735 34.65Z\" fill=\"#6E6764\"/>\\n<path d=\"M97.7774 38.6095C97.7774 38.7502 97.7774 38.8132 97.9436 38.8799L99.2993 39.4429V39.4688H95.5536V39.4429L96.4217 38.9317C96.5621 38.854 96.5621 38.791 96.5621 38.6502V34.187C96.5621 34.0204 96.551 33.9833 96.4217 33.8907L95.5536 33.25V33.224H97.7774V35.1871C97.9436 34.3167 98.6085 33.124 99.7833 33.124C100.038 33.124 100.245 33.1759 100.411 33.2796L99.7722 35.176H99.7463L99.1072 33.7537C99.0814 33.7018 99.0186 33.7018 98.9521 33.7426C98.35 34.087 98.0581 34.7278 97.7774 35.3204V38.6095Z\" fill=\"#6E6764\"/>\\n<path d=\"M101.97 35.8168V36.176C101.97 37.9058 102.775 38.8428 103.825 38.8428C104.707 38.8428 105.398 38.4058 105.856 37.265L105.882 37.2761C105.612 38.8132 104.733 39.5725 103.403 39.5725C102.011 39.5725 100.744 38.6095 100.744 36.4057C100.744 33.9685 102.225 33.124 103.455 33.124C104.685 33.124 105.86 33.8537 105.86 35.4834C105.86 35.5982 105.849 35.713 105.834 35.8168H101.97ZM101.981 35.5982H104.615V35.5723C104.615 34.15 104.283 33.3166 103.44 33.3166C102.583 33.3166 102.085 34.213 101.981 35.5982Z\" fill=\"#6E6764\"/>\\n<path d=\"M114.873 34.1353C114.744 34.2909 114.718 34.3279 114.655 34.5205L112.879 39.4689H112.195L110.81 35.7132L109.414 39.4689H108.73L106.761 34.1094C106.699 33.9279 106.673 33.8798 106.569 33.7501L106.174 33.2501V33.2242H108.73V33.2501L108.117 33.839C108.014 33.9279 108.002 33.9798 108.065 34.1464L109.536 38.2207L110.647 35.2613L110.226 34.1094C110.164 33.9279 110.138 33.8798 110.034 33.7501L109.639 33.2501V33.2242H112.184V33.2501L111.571 33.839C111.467 33.9279 111.456 33.9798 111.519 34.1464L113.001 38.2207L114.33 34.502C114.408 34.2835 114.382 34.2576 114.253 34.1057L113.525 33.2464V33.2205H115.601V33.2464L114.873 34.1353Z\" fill=\"#6E6764\"/>\\n<path d=\"M116.809 35.8168V36.176C116.809 37.9058 117.614 38.8428 118.663 38.8428C119.546 38.8428 120.237 38.4058 120.695 37.265L120.721 37.2761C120.451 38.8132 119.572 39.5725 118.242 39.5725C116.85 39.5725 115.583 38.6095 115.583 36.4057C115.583 33.9685 117.064 33.124 118.294 33.124C119.52 33.124 120.699 33.8537 120.699 35.4834C120.699 35.5982 120.688 35.713 120.673 35.8168H116.809ZM116.82 35.5982H119.454V35.5723C119.454 34.15 119.122 33.3166 118.279 33.3166C117.422 33.3166 116.924 34.213 116.82 35.5982Z\" fill=\"#6E6764\"/>\\n<path d=\"M123.569 38.6095C123.569 38.7502 123.569 38.8132 123.735 38.8799L125.091 39.4429V39.4688H121.345V39.4429L122.213 38.9317C122.354 38.854 122.354 38.791 122.354 38.6502V34.187C122.354 34.0204 122.343 33.9833 122.213 33.8907L121.345 33.25V33.224H123.569V35.1871C123.735 34.3167 124.4 33.124 125.575 33.124C125.83 33.124 126.037 33.1759 126.203 33.2796L125.564 35.176H125.538L124.899 33.7537C124.873 33.7018 124.81 33.7018 124.744 33.7426C124.142 34.087 123.85 34.7278 123.569 35.3204V38.6095Z\" fill=\"#6E6764\"/>\\n<path d=\"M128.774 36.9575L127.98 36.5982C127.304 36.2908 126.779 35.7649 126.779 34.9204C126.779 33.7796 127.839 33.1277 128.9 33.1277C129.565 33.1277 130.204 33.2166 130.832 33.4499L130.344 35.0759H130.318L129.502 33.5129C129.424 33.3721 129.413 33.3573 129.221 33.3351C129.107 33.3203 128.992 33.3203 128.889 33.3203C128.286 33.3203 127.751 33.7166 127.751 34.45C127.751 35.0796 128.198 35.3352 128.733 35.5648L129.59 35.9352C130.344 36.2575 131.046 36.6797 131.046 37.639C131.046 38.9354 129.871 39.5762 128.63 39.5762C128.017 39.5762 127.237 39.4206 126.624 39.191L127.16 37.4094H127.186L127.902 39.1799C127.954 39.2947 127.965 39.3095 128.146 39.3465C128.301 39.3725 128.453 39.3836 128.656 39.3836C129.539 39.3836 129.96 38.7947 129.96 38.1909C129.96 37.4835 129.398 37.239 128.774 36.9575Z\" fill=\"#6E6764\"/>\\n<path d=\"M26.3385 19.2012H8.7807V42.4987C8.7807 52.4659 16.5456 60.6108 26.3385 61.196V19.2012Z\" fill=\"#6E6764\"/>\\n<path d=\"M28.5918 19.2012V61.1997C38.3847 60.6145 46.1495 52.4696 46.1495 42.5024V19.2049H28.5918V19.2012Z\" fill=\"#6E6764\"/>\\n<path d=\"M15.3893 43.9172C14.5471 44.258 13.5645 44.5321 12.4895 44.7321L12.5006 44.7432C12.471 45.3358 12.4858 46.4211 12.5264 47.273C13.8046 46.9174 14.9534 46.4544 15.9102 45.9062C15.6331 45.2543 15.4558 44.5913 15.3893 43.9172Z\" fill=\"#F3DA9A\"/>\\n<path d=\"M16.2648 46.6321C15.5445 47.0395 14.7244 47.4025 13.8304 47.7099C13.8341 47.7358 13.8341 47.7581 13.8378 47.784C13.908 48.4211 14.0299 49.0989 14.1888 49.8137C14.2405 50.0693 14.2922 50.3175 14.3402 50.5434C15.5593 49.8323 16.5862 49.0581 17.41 48.2396C16.9556 47.721 16.5714 47.184 16.2648 46.6321Z\" fill=\"#F3DA9A\"/>\\n<path d=\"M19.6596 46.6321C19.353 47.184 18.9688 47.721 18.5145 48.2433C19.3345 49.0618 20.3652 49.8322 21.5842 50.5471C21.6322 50.3212 21.6839 50.073 21.7357 49.8174C21.8945 49.1026 22.0164 48.4248 22.0866 47.7877C22.0903 47.7618 22.094 47.7395 22.094 47.7136C21.2 47.4025 20.3836 47.0395 19.6596 46.6321Z\" fill=\"#F3DA9A\"/>\\n<path d=\"M19.7446 43.5616C18.9799 43.1727 18.3704 42.7246 17.9604 42.2319C17.5503 42.7246 16.9371 43.1727 16.1761 43.5579C16.2389 44.9765 16.8522 46.3581 17.9604 47.647C19.0723 46.3581 19.6818 44.9765 19.7446 43.5616Z\" fill=\"#F3DA9A\"/>\\n<path d=\"M23.4276 44.7432L23.4387 44.7321C22.3563 44.5321 21.3774 44.258 20.5351 43.9172C20.4686 44.5913 20.2913 45.2543 20.0143 45.9062C20.9747 46.4544 22.1199 46.9174 23.4017 47.273C23.4387 46.4211 23.4534 45.3358 23.4276 44.7432Z\" fill=\"#F3DA9A\"/>\\n<path d=\"M17.9641 48.8323C17.3435 49.4471 16.6158 50.036 15.7846 50.5953C16.2574 51.6398 17.0775 52.7029 17.9641 53.7399C18.8507 52.7029 19.6707 51.6398 20.1436 50.5953C19.3124 50.036 18.5847 49.4508 17.9641 48.8323Z\" fill=\"#F3DA9A\"/>\\n<path d=\"M17.6058 41.3282L17.9641 40.6392L18.3224 41.3282C18.9504 42.5356 21.1483 43.5542 24.026 44.0135C23.4423 40.5022 22.5336 38.0354 18.5477 38.0354C18.5293 38.0354 18.5108 38.0354 18.4923 38.0391V36.2946C18.4923 36.039 18.2818 35.8279 18.0269 35.8279H17.9013C17.6464 35.8279 17.4358 36.039 17.4358 36.2946V38.0391C17.4174 38.0391 17.3989 38.0354 17.3804 38.0354C13.3946 38.0354 12.4858 40.5022 11.9022 44.0135C14.7687 43.5579 16.9704 42.5505 17.6058 41.3282Z\" fill=\"#F3DA9A\"/>\\n<path d=\"M36.7519 39.8985C35.374 39.8985 33.4716 39.6689 32.0494 39.2541V33.7575H32.0937L35.1228 39.0022C35.2854 39.28 35.3519 39.3689 35.6289 39.417C35.9725 39.4652 36.2939 39.4652 36.5931 39.4652C38.4512 39.4652 39.7145 38.5207 39.7145 36.8206C39.7145 35.2798 38.6359 34.5908 36.5487 33.6019L35.8321 33.2537C33.7893 32.287 31.5655 30.9536 31.5655 28.0794C31.5655 25.157 33.9038 23.2717 37.5314 23.2717C38.7245 23.2717 40.3314 23.4088 41.9346 23.8014V29.0461H41.8903L38.7947 24.0755C38.6359 23.8458 38.5657 23.7977 38.3367 23.7532C38.0855 23.7088 37.8786 23.7088 37.6717 23.7088C36.0648 23.7088 34.9418 24.6274 34.9418 26.2385C34.9418 27.709 36.0648 28.3794 37.8564 29.2535L38.7061 29.6684C41.1367 30.8425 43.1795 31.9463 43.1795 34.6612C43.1758 37.7836 40.627 39.8985 36.7519 39.8985Z\" fill=\"#F3DA9A\"/>\\n<path d=\"M56.467 23.8829V26.9053C56.467 27.0682 56.4781 27.1053 56.5926 27.209L57.4348 27.9905V28.0164H53.2384V27.9905L54.0806 27.1979C54.1804 27.0979 54.1952 27.0608 54.1952 26.8941V20.2827C54.1952 20.1197 54.1841 20.0827 54.0806 19.979L53.2384 19.1863V19.1604H58.085C59.6291 19.1604 60.9996 19.779 60.9996 21.4272C60.9996 22.7754 59.9837 23.6051 58.2475 23.731V23.7569L59.8692 24.2347L61.0107 26.9534C61.0845 27.1423 61.1732 27.2571 61.3505 27.4312L61.8898 27.9868V28.0127H58.9494L57.3905 24.0347C57.3388 23.9347 57.3018 23.8829 57.1134 23.8829H56.467ZM56.467 23.631H57.1208C58 23.631 58.5763 23.0384 58.5763 21.5642C58.5763 20.0419 58.048 19.4123 57.1689 19.4123H56.6923C56.5039 19.4123 56.467 19.4382 56.467 19.653V23.631Z\" fill=\"#6E6764\"/>\\n<path d=\"M62.1337 24.8902C62.1337 22.7753 63.4524 21.679 65.4361 21.679C67.4198 21.679 68.7497 22.7605 68.7497 24.9013C68.7497 27.0163 67.4198 28.1126 65.4361 28.1126C63.4524 28.1163 62.1337 27.0311 62.1337 24.8902ZM64.4203 24.8902C64.4203 27.32 64.8081 27.8867 65.4361 27.8867C66.0641 27.8867 66.452 27.3459 66.452 24.9013C66.452 22.4716 66.0641 21.916 65.4361 21.916C64.8081 21.9197 64.4203 22.4494 64.4203 24.8902Z\" fill=\"#6E6764\"/>\\n<path d=\"M72.7207 27.7757C72.4326 28.4535 72.0558 29.2128 71.6421 29.8647C71.1286 30.6721 70.6484 30.9869 69.8948 30.9869C69.7064 30.9869 69.5069 30.9499 69.3037 30.861L69.7692 28.6572H69.795L71.0399 29.8906C71.1027 29.9536 71.1397 29.9906 71.1914 29.9906C71.2542 29.9906 71.3059 29.9536 71.3798 29.8387C71.5423 29.6128 71.7307 29.2609 71.8563 28.9683L71.9302 28.7683L69.5956 22.8236C69.5328 22.6606 69.47 22.5346 69.4072 22.4087L69.0673 21.805V21.7791H72.3218V21.805L71.8194 22.4976C71.7566 22.5865 71.7307 22.6347 71.7935 22.7865L73.0606 26.3126L74.0764 23.831C74.1651 23.6162 74.1762 23.568 74.0764 23.3643L73.3118 21.8013V21.7791H75.458V21.805L74.6416 23.2162C74.4902 23.468 74.4274 23.6199 74.3276 23.8718L72.7207 27.7757Z\" fill=\"#6E6764\"/>\\n<path d=\"M81.1099 24.6756L81.036 26.4646C81.0102 26.9572 81.1247 27.1943 81.3759 27.1943C81.5384 27.1943 81.6529 27.1202 81.7268 26.9683H81.7527C81.7527 27.0831 81.7268 27.272 81.6529 27.4202C81.4534 27.835 81.0249 28.1128 80.4228 28.1128C79.7062 28.1128 79.093 27.6832 79.0523 26.8905C78.8011 27.6202 78.1621 28.1128 77.3457 28.1128C76.4296 28.1128 75.639 27.4943 75.639 26.3387C75.639 25.0904 76.7177 24.4386 77.7483 24.4386C78.2877 24.4386 78.742 24.5386 79.0782 24.7793L79.104 23.4311V23.3681C79.104 22.4977 78.8418 21.9199 78.1879 21.9199C77.9367 21.9199 77.9257 21.931 77.8481 22.0718L76.8322 23.9608H76.8064L76.0158 22.1607C76.8581 21.8569 77.7483 21.6829 78.5536 21.6829C79.3959 21.6829 80.0497 21.8347 80.5004 22.2607C80.903 22.6385 81.1284 23.257 81.1284 24.2237C81.1247 24.3497 81.1099 24.6386 81.1099 24.6756ZM77.5932 26.1238C77.5932 26.8165 77.9072 27.1943 78.3357 27.1943C78.6127 27.1943 78.8898 27.0054 79.0523 26.7535V26.7424L79.0782 24.9053C78.9267 24.8534 78.7753 24.8312 78.6127 24.8312C77.9589 24.8275 77.5932 25.3942 77.5932 26.1238Z\" fill=\"#6E6764\"/>\\n<path d=\"M84.9776 27.1053C84.9776 27.2683 84.9887 27.3053 85.1032 27.409L85.7201 27.9868V28.0127H82.2034V27.9868L82.8203 27.409C82.92 27.309 82.9348 27.272 82.9348 27.1053V20.079C82.9348 19.916 82.9237 19.8642 82.8203 19.7642L82.2034 19.1863V19.1604L84.9776 18.8345V27.1053Z\" fill=\"#6E6764\"/>\\n<path d=\"M92.1255 28.1386C91.3719 28.1386 90.3302 28.0127 89.5508 27.7867V24.7792H89.5766L91.2352 27.6497C91.3239 27.8016 91.3608 27.8497 91.5123 27.8756C91.7007 27.9016 91.878 27.9016 92.0405 27.9016C93.0564 27.9016 93.7472 27.3867 93.7472 26.4533C93.7472 25.6088 93.1561 25.231 92.0147 24.6903L91.6268 24.5014C90.5075 23.9717 89.2922 23.2421 89.2922 21.6679C89.2922 20.0678 90.574 19.0344 92.5577 19.0344C93.2115 19.0344 94.0907 19.1085 94.9699 19.3233V22.1938H94.9367L93.2411 19.4752C93.1524 19.3493 93.1155 19.3233 92.9899 19.2974C92.8532 19.2715 92.7387 19.2715 92.6242 19.2715C91.745 19.2715 91.1281 19.7752 91.1281 20.6567C91.1281 21.4642 91.745 21.8272 92.7239 22.305L93.1894 22.5309C94.5192 23.1717 95.6385 23.7791 95.6385 25.2644C95.6422 26.9793 94.2459 28.1386 92.1255 28.1386Z\" fill=\"#6E6764\"/>\\n<path d=\"M105.11 23.2791C104.959 23.531 104.911 23.6199 104.833 23.8458L103.4 28.0127H101.992L100.788 24.5125L99.5838 28.0127H98.1653L96.5436 23.2273C96.4438 22.9384 96.3921 22.7754 96.2813 22.5606L95.8934 21.805V21.7791H99.0186V21.805L98.5901 22.5235C98.5162 22.6495 98.5014 22.6865 98.5531 22.8384L99.798 26.6534L100.666 24.1347L100.363 23.2273C100.263 22.9236 100.212 22.7865 100.101 22.5606L99.7131 21.805V21.7791H102.838V21.805L102.41 22.5235C102.336 22.6495 102.321 22.6865 102.373 22.8384L103.629 26.6423L104.582 23.8088C104.67 23.568 104.645 23.531 104.545 23.331L103.817 21.8087V21.7791H105.963V21.805L105.11 23.2791Z\" fill=\"#6E6764\"/>\\n<path d=\"M109.007 21.7791V27.1053C109.007 27.2683 109.007 27.3054 109.122 27.4091L109.739 27.9869V28.0128H106.222V27.9869L106.832 27.4091C106.946 27.3091 106.946 27.272 106.946 27.1053V22.7496C106.946 22.5866 106.935 22.5495 106.832 22.4347L106.215 21.8051V21.7791H109.007ZM106.935 20.1568C106.935 19.5531 107.4 19.1753 107.94 19.1753C108.505 19.1753 108.956 19.5531 108.956 20.1568C108.956 20.7235 108.505 21.0902 107.94 21.0902C107.397 21.0865 106.935 20.7235 106.935 20.1568Z\" fill=\"#6E6764\"/>\\n<path d=\"M117.068 27.1052C117.068 27.2682 117.079 27.3052 117.182 27.4089L117.81 27.9867V28.0127H114.282V27.9867L114.884 27.4089C114.984 27.3089 114.999 27.2571 114.999 27.12C114.999 26.9311 115.036 25.231 115.036 24.6273C115.036 23.4828 114.859 22.7272 114.083 22.7272C113.68 22.7272 113.381 22.9531 113.152 23.2828V27.1089C113.152 27.2719 113.152 27.3089 113.266 27.4126L113.883 27.9904V28.0164H110.367V27.9904L110.984 27.4126C111.098 27.3126 111.098 27.2756 111.098 27.1089V22.7494C111.098 22.5865 111.087 22.5494 110.984 22.4346L110.367 21.8049V21.779H113.156V23.1124C113.47 22.2309 114.135 21.6753 115.154 21.6753C116.41 21.6753 117.112 22.5939 117.112 24.331C117.105 25.1162 117.082 26.1126 117.068 27.1052Z\" fill=\"#6E6764\"/>\\n<path d=\"M124.578 27.1053C124.666 27.2683 124.755 27.3831 124.866 27.4942L125.394 27.9868V28.0127H122.731L121.338 25.0422C121.286 24.9274 121.201 24.8903 121.113 24.8903C121.076 24.8903 121.024 24.9015 120.976 24.9422V27.109C120.976 27.272 120.987 27.309 121.102 27.4127L121.718 27.9905V28.0164H118.202V27.9905L118.819 27.4127C118.918 27.3127 118.933 27.2757 118.933 27.109V20.079C118.933 19.916 118.922 19.8642 118.819 19.7642L118.202 19.1863V19.1604L120.976 18.8345V24.8015L123.011 23.2792C123.111 23.2051 123.111 23.1273 123.037 23.0273L122.184 21.805V21.7791H125.261V21.805L122.963 23.5569C122.864 23.631 122.849 23.6718 122.901 23.7829L124.578 27.1053Z\" fill=\"#6E6764\"/>\\n<path d=\"M127.581 24.6125V24.6384C127.581 26.2755 128.408 26.9422 129.376 26.9422C130.13 26.9422 130.869 26.6163 131.286 25.7829H131.312C130.987 27.3682 130.004 28.1127 128.538 28.1127C126.957 28.1127 125.461 27.1571 125.461 24.9384C125.461 22.6087 126.942 21.6753 128.612 21.6753C129.941 21.6753 131.364 22.305 131.364 24.331C131.364 24.368 131.364 24.4569 131.352 24.6088H127.581V24.6125ZM127.581 24.3865H129.428C129.439 24.2236 129.439 24.0606 129.439 24.0087C129.439 22.3605 129.099 21.9198 128.586 21.9198C127.958 21.9198 127.607 22.5605 127.581 24.3865Z\" fill=\"#6E6764\"/>\\n<path d=\"M134.703 27.1053C134.703 27.2683 134.714 27.3053 134.829 27.409L135.445 27.9868V28.0127H131.929V27.9868L132.542 27.409C132.642 27.309 132.656 27.272 132.656 27.1053V20.079C132.656 19.916 132.645 19.8642 132.542 19.7642L131.925 19.1863V19.1604L134.699 18.8345V27.1053H134.703Z\" fill=\"#6E6764\"/>\\n<path d=\"M138.345 25.8607L137.492 25.4569C136.801 25.131 136.273 24.5643 136.273 23.668C136.273 22.4716 137.252 21.679 138.848 21.679C139.465 21.679 140.24 21.7678 141.057 22.0197L140.355 23.8457H140.329L139.35 22.0938C139.276 21.9679 139.236 21.9049 139.062 21.9049H138.885C138.331 21.9049 137.869 22.1938 137.869 22.7864C137.869 23.342 138.282 23.605 139.025 23.9309L139.83 24.2828C140.61 24.6236 141.223 25.0495 141.223 26.0199C141.223 27.3793 140.081 28.1089 138.408 28.1089C137.691 28.1089 136.812 27.9719 136.099 27.72L136.79 25.7681H136.816L137.821 27.72C137.872 27.82 137.946 27.883 138.083 27.883H138.371C139.099 27.883 139.553 27.5052 139.553 26.9644C139.55 26.4533 139.162 26.2385 138.345 25.8607Z\" fill=\"#6E6764\"/>\\n<path d=\"M34.7533 11.3785L32.8099 9.42993L30.8666 11.3785L32.8099 13.327L34.7533 11.3785Z\" fill=\"#6E6764\"/>\\n<path d=\"M30.0324 11.3758L27.4647 8.80127L24.8971 11.3758L27.4647 13.9503L30.0324 11.3758Z\" fill=\"#6E6764\"/>\\n<path d=\"M38.553 11.3777L37.0694 9.89014L35.5858 11.3777L37.0694 12.8654L38.553 11.3777Z\" fill=\"#6E6764\"/>\\n<path d=\"M24.0629 11.3782L22.1196 9.42969L20.1762 11.3782L22.1196 13.3268L24.0629 11.3782Z\" fill=\"#6E6764\"/>\\n<path d=\"M38.5546 15.1343H16.3756V16.9418H38.5546V15.1343Z\" fill=\"#6E6764\"/>\\n<path d=\"M19.3437 11.379L17.86 9.89136L16.3764 11.379L17.86 12.8666L19.3437 11.379Z\" fill=\"#6E6764\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-15g5ysf\",layoutDependency:layoutDependency,layoutId:\"njlfCMEXG\",style:{backgroundColor:\"var(--token-afb4fa25-69cb-45ce-b097-5d1809c8de58, rgb(249, 255, 250))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-w2eomy\",\"data-framer-name\":\"AqM9bTQHlc4iwqXKdu7oreJM\",fill:\"black\",intrinsicHeight:127,intrinsicWidth:515,layoutDependency:layoutDependency,layoutId:\"quyYQ7f8d\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"515\" height=\"127\" fill=\"none\"><path fill=\"#2F82FF\" fill-rule=\"evenodd\" d=\"M212.073 82.486c0 5.586 2.782 7.621 10.172 7.621h17.339V74.76h-17.339c-7.39 0-10.172 2.14-10.172 7.726zM57.206 54.364H44.679v35.747h12.1c6.743 0 10.487-1.61 12.629-5.474 1.606-3.007 2.463-7.193 2.463-12.452 0-12.667-4.174-17.821-14.665-17.821z\" clip-rule=\"evenodd\"/><mask id=\"a\" width=\"515\" height=\"127\" x=\"0\" y=\"0\" maskUnits=\"userSpaceOnUse\" style=\"mask-type:luminance\"><path fill=\"#fff\" d=\"M514.385 126.313H0V0h514.385v126.313z\"/></mask><g mask=\"url(#a)\"><path fill=\"#2F82FF\" fill-rule=\"evenodd\" d=\"M478.177 99.52h-48.492c-10.917 0-15.302-1.497-18.84-6.652-2.568-3.754-2.887-5.905-2.887-16.852v-28.76h10.379v29.942c0 7.299.217 8.913 1.501 10.737 1.61 2.467 4.392 3.326 9.847 3.326h8.563V47.255h10.389v44.006h19.155V47.255h10.385v52.266zm-127.161 0h-22.693c-11.449 0-15.725-1.606-19.368-7.185-2.141-3.333-2.897-6.87-2.897-14.168V47.255h10.385V77.74c0 5.368.315 7.508 1.502 9.442 1.602 2.898 5.028 4.08 11.232 4.08h11.46V47.255h10.379v52.266zm-101.044 0h-26.436c-10.173 0-13.168-.641-16.811-3.43-3.422-2.794-5.353-7.088-5.353-12.236 0-6.228 2.571-11.592 6.855-14.059 2.568-1.505 6.421-2.147 12.842-2.147h18.521c0-10.733-1.393-12.13-11.771-12.13h-24.516v-8.263h26.759c9.315 0 13.598 1.284 16.596 4.828 2.569 3.004 3.314 6.442 3.314 14.386V99.52zm-113.455 0h10.379V27.934h-10.379V99.52zm-59.62-6.757c-4.391 5.147-9.528 6.758-22.052 6.758H34.291V27.933h10.382v19.322h14.452c8.884 0 13.486 1.607 17.447 6.221 3.961 4.295 5.99 10.95 5.99 19.109 0 8.69-2.025 15.775-5.665 20.178zM0 126.313h514.385V0H-.001v126.313z\" clip-rule=\"evenodd\"/></g></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ox9ek4\",layoutDependency:layoutDependency,layoutId:\"AlwPc78u2\",style:{backgroundColor:\"var(--token-afb4fa25-69cb-45ce-b097-5d1809c8de58, rgb(249, 255, 250))\",borderBottomLeftRadius:24,borderBottomRightRadius:24,borderTopLeftRadius:24,borderTopRightRadius:24},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ub13ky\",\"data-framer-name\":\"bauer_media_group_logo.svg\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:23,intrinsicWidth:39,layoutDependency:layoutDependency,layoutId:\"ep2pkZ1xZ\",svg:'<svg width=\"39\" height=\"23\" viewBox=\"0 0 39 23\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_5931_6951)\">\\n<mask id=\"mask0_5931_6951\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"39\" height=\"23\">\\n<path d=\"M38.25 0.827148H0.75V22.4456H38.25V0.827148Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_5931_6951)\">\\n<path d=\"M2.83713 22.4456C2.47605 22.4456 2.11549 22.3501 1.78752 22.1595C1.13789 21.7821 0.75 21.1087 0.75 20.3581V2.91464C0.75 2.16403 1.13789 1.49058 1.78752 1.11318C2.43715 0.735779 3.21503 0.73158 3.86834 1.10216L19.2467 9.82702C19.9068 10.2018 20.301 10.8779 20.301 11.6364C20.301 12.3948 19.9068 13.0709 19.2467 13.4457L3.86782 22.1706C3.54458 22.3542 3.19033 22.4456 2.8366 22.4456H2.83713Z\" fill=\"#1FD1BD\"/>\\n<path d=\"M10.8356 18.9581H4.24099C3.8552 18.9581 3.543 18.6458 3.543 18.261C3.543 17.8763 3.85573 17.564 4.24099 17.564H10.8351C12.589 17.564 14.0159 16.1389 14.0159 14.3873C14.0159 13.1044 13.1025 11.893 11.6324 11.2258C11.4185 11.1287 11.2682 10.9308 11.2314 10.6993C11.1946 10.4678 11.2776 10.2332 11.4511 10.0752C12.2048 9.3897 12.6195 8.45855 12.6195 7.45284C12.6195 6.13008 11.4611 5.01257 10.0903 5.01257H4.93949V7.39718L9.47538 9.98546C9.69297 10.1099 9.827 10.3408 9.827 10.5907C9.827 10.8405 9.69297 11.072 9.47538 11.1959L4.58787 13.9852C4.37185 14.1086 4.10644 14.1075 3.89094 13.9831C3.67545 13.8582 3.543 13.6288 3.543 13.38V8.20607L2.1465 7.40925V14.7746C2.1465 15.1599 1.83377 15.4717 1.44799 15.4717C1.0622 15.4717 0.75 15.1594 0.75 14.7746V6.68332C0.75 6.33742 0.93606 6.0146 1.23565 5.84139C1.53524 5.66764 1.90788 5.66661 2.20852 5.83823L3.54248 6.59988V4.315C3.54248 3.92971 3.8552 3.61792 4.24047 3.61792H10.0898C11.1284 3.61792 12.1107 4.01894 12.8565 4.74698C13.6039 5.47711 14.0154 6.43768 14.0154 7.45284C14.0154 8.5357 13.6717 9.55558 13.0336 10.4028C14.5205 11.3565 15.412 12.8215 15.412 14.3873C15.412 16.9078 13.3584 18.9586 10.8346 18.9586L10.8356 18.9581ZM4.93949 9.00285V12.178L7.72148 10.5902L4.93949 9.00234V9.00285Z\" fill=\"#4600A0\"/>\\n<path d=\"M21.0058 3.61646H22.9453C23.8598 3.61646 24.3507 3.99018 24.3507 4.70143C24.3507 5.07514 24.1604 5.35702 23.8535 5.52865C24.3013 5.67562 24.6145 5.99425 24.6145 6.52178C24.6145 7.26974 23.9823 7.66184 23.0493 7.66184H21.0058V3.61646ZM22.7613 5.20376C23.0498 5.20376 23.197 5.06885 23.197 4.84841C23.197 4.62793 23.0435 4.49303 22.7613 4.49303H22.1353V5.20376H22.7613ZM22.9947 6.78526C23.2832 6.78526 23.4551 6.64407 23.4551 6.40523C23.4551 6.16643 23.2832 6.02523 22.9947 6.02523H22.1353V6.78526H22.9947Z\" fill=\"#4700A3\"/>\\n<path d=\"M24.9022 6.85254C24.9022 6.36858 25.2092 6.04369 25.8783 5.89042L26.6456 5.71247C26.7807 5.68201 26.8296 5.62061 26.8296 5.52875C26.8296 5.38178 26.7129 5.29569 26.4554 5.29569C26.1547 5.29569 25.8478 5.46735 25.6943 5.7429L24.9212 5.28311C25.1729 4.82328 25.7311 4.4375 26.4985 4.4375C27.4314 4.4375 27.8424 4.8973 27.8424 5.7429V6.69298C27.8424 6.8095 27.8976 6.85254 28.0206 6.85254H28.1252V7.65565C28.0085 7.68608 27.8366 7.71076 27.671 7.71076C27.2721 7.71076 27.1003 7.57586 26.9899 7.3428C26.9652 7.29398 26.9468 7.26933 26.91 7.26933C26.8732 7.26933 26.8548 7.29398 26.8117 7.35487C26.6398 7.58793 26.3576 7.72861 25.965 7.72861C25.2901 7.72861 24.9033 7.34857 24.9033 6.85203L24.9022 6.85254ZM26.2583 6.96909C26.5715 6.96909 26.829 6.77907 26.829 6.31924V6.26413C26.7923 6.31924 26.7308 6.3497 26.6141 6.37435L26.2215 6.45992C26.0375 6.50297 25.9329 6.58854 25.9329 6.72341C25.9329 6.85832 26.0554 6.96854 26.2583 6.96854V6.96909Z\" fill=\"#4700A3\"/>\\n<path d=\"M29.9658 7.75957C28.9778 7.75957 28.45 7.26299 28.45 6.41739V4.53564H29.5364V6.33763C29.5364 6.65045 29.6962 6.82156 29.9658 6.82156C30.2355 6.82156 30.3953 6.64993 30.3953 6.33763V4.53564H31.4817V6.41739C31.4817 7.26299 30.954 7.75957 29.9658 7.75957Z\" fill=\"#4700A3\"/>\\n<path d=\"M33.5796 7.74111C32.4933 7.74111 31.8615 7.04877 31.8615 6.09869C31.8615 5.14864 32.549 4.4563 33.5004 4.4563C34.4515 4.4563 35.0777 5.13654 35.0777 6.10498V6.36218H32.9053C32.9668 6.70549 33.2428 6.85876 33.5745 6.85876C33.8686 6.85876 34.0406 6.7485 34.2126 6.54013L34.9671 7.09811C34.6603 7.50279 34.1631 7.74163 33.5803 7.74163L33.5796 7.74111ZM34.0338 5.68194C33.9601 5.43049 33.77 5.28351 33.4878 5.28351C33.2056 5.28351 32.9968 5.43049 32.9232 5.68194H34.0338Z\" fill=\"#4700A3\"/>\\n<path d=\"M35.4824 4.53558H36.5625V4.93397C36.5625 4.97072 36.5748 4.98908 36.6058 4.98908C36.6365 4.98908 36.6546 4.97072 36.7161 4.87257C36.8816 4.60276 37.115 4.48047 37.4092 4.48047H37.4276L37.4399 5.5712H37.2065C36.7707 5.5712 36.5622 5.77329 36.5622 6.23941V7.66135H35.4821L35.4824 4.53558Z\" fill=\"#4700A3\"/>\\n<path d=\"M23.1476 12.4022L22.0428 11.0107V13.3276H21.0058V9.28271H21.9203L23.2643 10.9802L24.5593 9.28271H25.4492V13.3276H24.4059V11.0474L23.3563 12.4016C23.3132 12.4568 23.289 12.4688 23.2517 12.4688C23.2144 12.4688 23.1902 12.4568 23.1471 12.4016L23.1476 12.4022Z\" fill=\"#4700A3\"/>\\n<path d=\"M27.5473 13.4074C26.4609 13.4074 25.8292 12.715 25.8292 11.765C25.8292 10.8149 26.5166 10.1226 27.468 10.1226C28.4193 10.1226 29.0453 10.8028 29.0453 11.7713V12.0285H26.873C26.9345 12.3718 27.2104 12.525 27.5421 12.525C27.8364 12.525 28.0083 12.4148 28.1802 12.2064L28.9349 12.7644C28.628 13.1691 28.1308 13.4079 27.5479 13.4079L27.5473 13.4074ZM28.0014 11.3482C27.9279 11.0968 27.7376 10.9498 27.4554 10.9498C27.1731 10.9498 26.9644 11.0968 26.8909 11.3482H28.0014Z\" fill=\"#4700A3\"/>\\n<path d=\"M31.6963 13.1497C31.6963 13.113 31.678 13.0946 31.6475 13.0946C31.6107 13.0946 31.5802 13.1193 31.5187 13.1681C31.3836 13.2783 31.1503 13.4132 30.8007 13.4132C29.9724 13.4132 29.3832 12.7392 29.3832 11.7645C29.3832 10.7898 29.9724 10.1158 30.8007 10.1158C31.1508 10.1158 31.3836 10.2507 31.5187 10.3609C31.5802 10.4097 31.6107 10.4344 31.6475 10.4344C31.678 10.4344 31.6963 10.416 31.6963 10.3793V9.03711H32.7764V13.3271H31.6963V13.1492V13.1497ZM31.1193 12.4631C31.5061 12.4631 31.7452 12.1813 31.7452 11.7645C31.7452 11.3477 31.5061 11.0659 31.1193 11.0659C30.7324 11.0659 30.4749 11.3477 30.4749 11.7645C30.4749 12.1813 30.7203 12.4631 31.1193 12.4631Z\" fill=\"#4700A3\"/>\\n<path d=\"M33.9663 8.84131C34.3283 8.84131 34.586 9.06175 34.586 9.39297C34.586 9.72418 34.3283 9.94466 33.9663 9.94466C33.6042 9.94466 33.3466 9.72996 33.3466 9.39297C33.3466 9.05601 33.6042 8.84131 33.9663 8.84131ZM34.5065 10.2019V13.3276H33.4264V10.2019H34.5065Z\" fill=\"#4700A3\"/>\\n<path d=\"M34.994 12.5186C34.994 12.0346 35.3007 11.7097 35.9699 11.5564L36.7374 11.3785C36.8725 11.3481 36.9213 11.2866 36.9213 11.1948C36.9213 11.0478 36.8046 10.9617 36.547 10.9617C36.2463 10.9617 35.9395 11.1334 35.786 11.4089L35.013 10.9491C35.2645 10.4893 35.8228 10.1035 36.5903 10.1035C37.5229 10.1035 37.9342 10.5633 37.9342 11.4089V12.359C37.9342 12.4755 37.9894 12.5186 38.1123 12.5186H38.217V13.3217C38.1003 13.3521 37.9283 13.3768 37.7628 13.3768C37.3639 13.3768 37.1919 13.2419 37.0817 13.0088C37.0568 12.96 37.0384 12.9353 37.0018 12.9353C36.965 12.9353 36.9465 12.96 36.9035 13.0209C36.7316 13.254 36.4493 13.3946 36.0566 13.3946C35.3819 13.3946 34.9949 13.0146 34.9949 12.518L34.994 12.5186ZM36.3501 12.6351C36.6634 12.6351 36.9207 12.4451 36.9207 11.9853V11.9302C36.8838 11.9853 36.8224 12.0157 36.7057 12.0404L36.3132 12.1259C36.1293 12.169 36.0246 12.2546 36.0246 12.3895C36.0246 12.5244 36.1471 12.6346 36.3501 12.6346V12.6351Z\" fill=\"#4700A3\"/>\\n<path d=\"M20.742 16.9294C20.742 15.7342 21.6013 14.8088 22.951 14.8088C23.8104 14.8088 24.4238 15.1952 24.829 15.814L23.8719 16.341C23.7063 16.0287 23.4057 15.8203 22.951 15.8203C22.3067 15.8203 21.8956 16.2675 21.8956 16.9294C21.8956 17.5913 22.3067 18.0265 22.951 18.0265C23.3805 18.0265 23.7184 17.8244 23.8656 17.4995L23.2149 16.8864C23.1597 16.8376 23.1413 16.7945 23.1413 16.7636C23.1413 16.7085 23.1781 16.6654 23.2643 16.6654H25.075V16.8003C25.075 18.5104 23.946 19.0495 22.9516 19.0495C21.6013 19.0495 20.7425 18.1241 20.7425 16.9289L20.742 16.9294Z\" fill=\"#4700A3\"/>\\n<path d=\"M25.4736 15.8261H26.5537V16.2245C26.5537 16.2613 26.5658 16.2796 26.5968 16.2796C26.6278 16.2796 26.6456 16.2613 26.7071 16.1631C26.8727 15.8933 27.106 15.771 27.4004 15.771H27.4188L27.4309 16.8617H27.1975C26.7618 16.8617 26.5531 17.0638 26.5531 17.5299V18.9519H25.4731V15.8261H25.4736Z\" fill=\"#4700A3\"/>\\n<path d=\"M27.5718 17.3892C27.5718 16.4208 28.3024 15.7468 29.3026 15.7468C30.3028 15.7468 31.027 16.4208 31.027 17.3892C31.027 18.3577 30.2907 19.0316 29.3026 19.0316C28.3145 19.0316 27.5718 18.3577 27.5718 17.3892ZM29.3026 18.0816C29.7015 18.0816 29.9533 17.7997 29.9533 17.3892C29.9533 16.9788 29.7015 16.6969 29.3026 16.6969C28.9036 16.6969 28.6461 16.9788 28.6461 17.3892C28.6461 17.7997 28.8979 18.0816 29.3026 18.0816Z\" fill=\"#4700A3\"/>\\n<path d=\"M32.8558 19.0501C31.8677 19.0501 31.34 18.5535 31.34 17.7079V15.8262H32.4264V17.6282C32.4264 17.941 32.5862 18.1121 32.8558 18.1121C33.1254 18.1121 33.2851 17.9405 33.2851 17.6282V15.8262H34.3716V17.7079C34.3716 18.5535 33.8441 19.0501 32.8558 19.0501Z\" fill=\"#4700A3\"/>\\n<path d=\"M34.8563 15.826H35.9363V16.004C35.9363 16.0407 35.9548 16.0591 35.9851 16.0591C36.022 16.0591 36.0524 16.0344 36.1141 15.9856C36.2489 15.8754 36.4823 15.7405 36.8318 15.7405C37.6604 15.7405 38.2494 16.4145 38.2494 17.3892C38.2494 18.3639 37.6604 19.0379 36.8318 19.0379C36.482 19.0379 36.2489 18.903 36.1141 18.7928C36.0524 18.744 36.022 18.7193 35.9851 18.7193C35.9548 18.7193 35.9363 18.7377 35.9363 18.7744V20.178H34.8563V15.8266V15.826ZM36.5134 18.0878C36.9123 18.0878 37.1577 17.806 37.1577 17.3892C37.1577 16.9724 36.9123 16.6906 36.5134 16.6906C36.1145 16.6906 35.8875 16.9724 35.8875 17.3892C35.8875 17.806 36.1267 18.0878 36.5134 18.0878Z\" fill=\"#4700A3\"/>\\n</g>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_5931_6951\">\\n<rect width=\"37.5\" height=\"21.6346\" fill=\"white\" transform=\"translate(0.75 0.817383)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true})})]})],speed:30,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1txhrrv-container\",layoutDependency:layoutDependency,layoutId:\"mPQVKKc3m-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:120,height:\"100%\",hoverFactor:.6,id:\"mPQVKKc3m\",layoutId:\"mPQVKKc3m\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-106dwmt\",\"data-framer-name\":\"Watermelon juice Light\",layoutDependency:layoutDependency,layoutId:\"GgZmMDMAw\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-2dx9o9\",\"data-framer-name\":\"Mars 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:45,intrinsicWidth:110,layoutDependency:layoutDependency,layoutId:\"PohzxE7Uz\",svg:'<svg width=\"110\" height=\"45\" viewBox=\"0 0 110 45\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_5863_6508)\">\\n<path d=\"M108.251 9.55791C107.732 7.46093 105.495 5.29918 103.093 4.58756C100.853 3.92385 98.5918 4.17428 96.5545 5.31058C94.947 6.2074 93.673 7.61055 92.918 9.29744C92.8733 9.23631 92.8291 9.17428 92.7821 9.11589C91.6216 7.67943 89.7281 6.28859 86.9473 6.5559C84.776 6.76528 83.0325 7.6142 80.9287 9.48629C80.6349 9.74722 80.348 10.0392 80.0643 10.3393C79.0666 9.42745 77.6306 9.08989 76.1102 9.45436C75.0182 9.71711 73.9905 10.2403 72.7748 11.1508C71.0546 12.4409 69.5337 13.9868 68.7076 15.2859C68.6757 15.3352 68.6465 15.3845 68.6164 15.4347C68.5462 14.9662 68.3765 14.4922 68.1406 14.1232C67.5189 13.1484 66.2768 12.1412 64.8905 11.9446C64.2733 11.8565 63.3555 11.8561 62.2867 12.2497C61.3365 11.342 60.093 10.5104 58.2232 10.3767C54.5602 10.1149 50.0802 12.5722 46.8091 16.6362C45.8858 17.7839 45.1113 18.9986 44.5023 20.2339C44.7778 17.9878 45.1779 15.9328 45.7362 13.8896C46.3867 11.5103 45.4794 9.17884 42.242 7.90569C40.6564 7.28257 38.9777 7.2511 37.6361 7.81947C36.8242 8.16388 36.1358 8.71903 35.1487 9.62314C34.0457 10.6335 32.7493 11.9783 31.384 13.5179C31.6271 12.8332 31.8506 12.2237 32.0445 11.6959L32.2589 11.1125C32.508 10.4305 32.6325 9.76318 32.6325 9.13505C32.6325 8.35775 32.4423 7.63975 32.0641 7.02712C31.2686 5.73846 29.5406 4.49907 27.7848 4.18067C26.2594 3.90378 25.0392 3.98132 23.8272 4.43201C22.3259 4.99035 21.4652 5.84566 20.1856 7.19499C16.7494 10.8197 13.1822 15.4123 9.5835 20.8452C6.73614 25.1459 2.29266 32.6124 1.35935 35.4424C0.802373 37.1284 0.859393 38.5662 1.53497 39.8384C2.34283 41.3602 4.09267 42.6917 5.59299 43.1205C7.90574 43.781 9.78877 42.6726 10.6309 40.1541C11.9081 36.3378 14.3189 31.4793 17.1777 26.8492C16.7763 29.4338 16.5737 31.4049 16.5737 32.731V32.7456C16.6431 35.6691 17.1334 37.3537 19.6875 38.8791C20.9305 39.6231 22.3104 39.9123 23.4723 39.6719C24.599 39.4397 25.3977 38.771 26.0633 37.5052C28.7848 32.3227 31.5172 28.1972 33.7711 25.1541C33.7665 25.4365 33.7638 25.7197 33.7638 26.0058C33.7638 27.5809 33.8285 28.8782 33.9544 29.8626C34.7336 35.9191 39.3198 38.1497 43.0699 36.986C44.6309 36.5011 45.6938 35.4693 45.9862 34.1542C46.0897 33.688 46.0788 33.2546 46.0058 32.8591C49.0849 35.5564 54.1542 34.4325 58.6556 30.1838C60.1067 31.7584 61.8976 32.788 64.932 31.8136C66.872 31.1905 69.1059 29.593 70.6194 27.7707C71.826 29.9607 75.1546 31.4491 78.0631 29.5543C79.4119 28.678 79.9374 27.3797 80.3589 26.336C80.3644 26.3251 80.3703 26.3169 80.3758 26.3055L80.4219 26.2151L80.4255 26.2074C80.4351 26.1859 80.4388 26.1777 80.9465 24.9707C81.3068 24.1355 81.8999 22.8341 82.8583 21.2548C83.4435 20.2896 83.9868 19.4813 84.5059 18.8098C84.2026 19.2623 83.974 19.7983 83.8499 20.4118C83.6073 21.6033 83.8395 23.0827 84.4576 24.271C86.4108 28.0288 90.3252 29.3458 93.8819 29.0438C96.9546 28.7829 99.921 27.1051 101.623 24.6651C104.146 21.0486 103.079 17.1722 102.056 14.5711C101.793 13.9015 101.677 13.3646 101.724 13.079C101.743 12.9654 101.789 12.9171 101.853 12.9098C101.921 12.9002 101.993 12.9604 102.066 13.0549C102.819 13.8951 103.597 14.63 104.64 14.8056C105.65 14.9767 106.607 14.6628 107.335 13.9206C108.106 13.1338 108.75 11.5746 108.251 9.55791ZM92.7789 15.9729C93.0403 16.7767 93.2752 17.5599 93.2752 18.3062C93.2656 19.3221 92.7574 19.6437 92.3761 19.7965C91.7014 20.0679 91.1855 19.6852 90.5934 18.9088C89.547 17.5398 88.1009 16.7256 86.4108 17.3154C85.8872 17.4988 85.3982 17.8053 84.9849 18.2227C86.0135 17.0276 86.9687 16.3771 87.9974 16.1207C88.3682 16.0281 88.6926 16.0258 88.9357 16.1139C89.1241 16.1823 89.1971 16.2265 89.3066 16.2931C89.4133 16.3579 89.5465 16.4387 89.7536 16.5281C90.1701 16.7064 90.5067 16.7589 90.993 16.7229C91.633 16.6754 92.2584 16.3785 92.757 15.9031C92.7634 15.9264 92.7707 15.9497 92.7789 15.9729ZM44.4982 33.381C44.2642 34.4379 43.3952 35.2253 42.1312 35.6176C40.9105 35.9971 39.4407 35.9547 38.2957 35.5085C36.2353 34.7048 35.1031 32.471 34.7546 29.7604C34.6264 28.766 34.5703 27.47 34.5703 26.0062C34.5703 24.3093 34.6451 22.7123 34.7906 21.0363C32.1161 24.291 28.366 29.453 24.6478 36.5326C24.0749 37.6238 23.4664 38.1082 22.6088 38.2852C21.6467 38.4836 20.4735 38.2323 19.4001 37.5891C18.0572 36.7872 17.4664 35.4383 17.4103 33.5607L17.3798 32.731C17.3798 30.9679 17.7534 28.001 18.491 23.9124C18.6958 22.7739 18.8527 22.0403 19.0972 20.8612C14.6177 27.0782 10.8484 34.2719 9.16657 39.3006C8.4805 41.352 7.08464 42.3095 5.11448 41.747C3.92024 41.4058 2.91441 40.7156 2.24795 39.4603C1.66406 38.3605 1.6522 37.1256 2.12479 35.6947C3.02617 32.9622 7.49838 25.4547 10.2568 21.2895C14.0644 15.5414 17.6371 11.0555 20.7723 7.74877C22.0851 6.36386 22.8113 5.66912 24.1095 5.1865C25.27 4.75497 26.3589 4.73946 27.6416 4.97211C28.9814 5.21524 30.0853 5.89082 30.6783 6.8515C31.2549 7.78481 31.2517 9.0055 30.8019 10.2367C30.1377 12.0545 29.0178 14.9789 27.9536 18.927C30.4712 15.6746 33.397 12.3195 35.6933 10.2162C36.6152 9.37225 37.2447 8.86044 37.9513 8.56119C39.0589 8.09135 40.5364 8.10047 41.9473 8.65516C43.954 9.44387 44.8312 10.9807 44.2578 13.0777C43.4996 15.8543 43.0508 18.5393 42.7889 21.5842C42.5549 24.3029 42.6243 26.6823 42.8989 28.2606C43.0407 29.0725 43.2273 29.7869 43.7501 30.701C44.1059 31.3228 44.7545 32.2319 44.4982 33.381ZM69.5661 26.3223C68.2022 28.1055 65.957 29.8152 63.9859 30.4483C61.9167 31.113 59.8823 30.8443 58.7628 28.9927C58.5735 28.6793 58.4978 28.4654 58.3532 28.0498C53.8331 32.8829 48.6999 34.1843 45.8211 31.6412C44.4831 30.4602 43.7711 28.8828 43.7314 26.5842C43.6785 23.4786 45.104 20.0405 47.4381 17.1402C50.5437 13.282 54.7723 10.9373 58.1662 11.1796C59.7203 11.2913 61.0861 12.0244 62.049 13.2241C63.0549 12.7305 64.0046 12.6315 64.7778 12.7415C65.6787 12.8696 66.3766 13.3564 66.7607 13.9576C67.0098 14.3476 67.1476 14.8818 67.1476 15.3119C67.1476 15.9273 66.9861 16.5846 66.6371 17.5015C66.2758 18.4513 65.8128 19.822 65.3904 21.6125C65.483 21.5404 65.634 21.4022 65.6815 21.362C66.9583 20.2604 68.6182 20.1053 69.75 21.2503C70.7248 22.2365 71.2494 24.1209 69.5661 26.3223ZM81.4697 20.238C80.5451 21.7616 79.9411 23.0466 79.5036 24.0598C79.5036 24.0598 79.0037 25.2508 78.9978 25.2645C78.9978 25.2645 78.9134 25.4319 78.9143 25.4305C78.4978 26.4619 78.0444 27.5522 76.9245 28.2806C75.2244 29.3868 72.5951 29.3376 71.4337 27.564C71.1253 27.0919 70.9679 26.55 70.998 25.93C71.0281 25.2754 71.2357 24.6364 71.6266 23.901C72.1667 22.8423 72.3962 22.1142 72.6662 21.2703C71.6116 21.5345 70.3001 21.1084 69.5461 20.2034C68.4052 18.8344 68.527 17.0736 69.3887 15.7184C70.1377 14.5406 71.5769 13.0571 73.2592 11.7958C74.1716 11.1116 75.1601 10.5117 76.2982 10.238C77.7369 9.89319 79.2263 10.2773 80.0401 11.5527C80.5013 11.0473 80.9871 10.5136 81.4656 10.0884C83.3418 8.41842 84.9324 7.56037 87.0248 7.35829H87.0258C89.0274 7.16579 90.5546 7.90979 91.4555 9.02466C92.06 9.77367 92.408 10.8101 92.4628 11.872C92.5107 12.7707 92.3081 13.6593 91.8374 14.3289C91.4259 14.9256 90.821 15.2777 90.2326 15.3215C89.8503 15.3498 89.6473 15.3083 89.3709 15.1888C89.0092 15.0341 88.9722 14.9256 88.5083 14.7582C88.0959 14.609 87.606 14.6154 87.1019 14.7408C85.2992 15.1883 83.6844 16.586 81.4697 20.238ZM106.058 12.7579C105.552 13.2752 104.885 13.5502 104.073 13.4125C103.321 13.2852 102.856 12.7615 102.297 12.0773C101.88 11.5682 101.327 11.274 100.776 11.5545C100.122 11.888 99.9858 12.6917 100.605 14.2673C101.937 17.6553 102.249 20.7553 100.262 23.6045C98.6552 25.9086 95.8931 27.4057 93.1128 27.6416C89.3508 27.9618 86.534 26.5171 85.1724 23.8983C84.6231 22.8409 84.4389 21.555 84.6405 20.5706C84.8736 19.4179 85.6887 18.4216 86.6759 18.0758C87.6922 17.7219 88.5822 17.9846 89.364 18.8486C89.9137 19.4557 90.213 20.0711 90.8762 20.431C91.4437 20.7389 92.0714 20.7873 92.6758 20.5441C93.5562 20.1911 94.0689 19.4548 94.0808 18.3057C94.0808 17.4117 93.7989 16.5034 93.5448 15.7229C93.1881 14.6282 93.0229 13.5991 93.0257 12.6297C93.0284 11.7169 93.183 10.8324 93.4659 10.0793C94.1392 8.28202 95.3986 6.87841 96.9468 6.01444C98.7678 4.99857 100.828 4.75726 102.863 5.3603C104.772 5.92549 106.335 7.40528 106.768 9.15284C107.158 10.7243 106.734 12.0682 106.058 12.7579Z\" fill=\"#FFA2B9\" stroke=\"#FFA2B9\" stroke-width=\"1.22913\"/>\\n<path d=\"M52.9089 21.3887C54.2409 19.4587 56.0638 18.1787 57.5034 17.931C57.9053 17.8621 58.1612 17.8799 58.4796 17.9529C58.4664 18.0382 58.4655 18.2111 58.4093 18.4145C58.1347 19.5809 56.2166 22.1737 53.7337 23.8387C52.5969 24.5996 51.8725 24.7415 51.4666 24.8469C51.6194 23.5879 52.1544 22.4826 52.9089 21.3887Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M104.775 15.0946C105.019 15.3377 105.144 15.6347 105.144 15.975C105.146 16.3267 105.026 16.6232 104.786 16.8632C104.546 17.1063 104.252 17.2253 103.907 17.2244C103.565 17.2185 103.269 17.0967 103.028 16.8476C102.785 16.6009 102.667 16.3053 102.665 15.9568C102.663 15.6137 102.782 15.3177 103.023 15.0773C103.263 14.8341 103.556 14.7137 103.897 14.7224C104.241 14.7219 104.537 14.8478 104.775 15.0946ZM104.918 14.9541C104.638 14.6713 104.294 14.5276 103.896 14.523C103.495 14.5189 103.161 14.6567 102.885 14.9368C102.607 15.2146 102.461 15.5585 102.467 15.9536C102.467 16.3568 102.608 16.7008 102.893 16.9872C103.169 17.2719 103.506 17.4183 103.91 17.4215C104.305 17.4242 104.65 17.2892 104.929 17.0037C105.212 16.7236 105.35 16.3805 105.348 15.9796C105.345 15.5804 105.203 15.2378 104.918 14.9541ZM104.113 15.9034C104.057 15.9257 103.967 15.9358 103.85 15.9362L103.601 15.9335V15.3587L103.838 15.3606C103.99 15.3633 104.101 15.382 104.171 15.4217C104.244 15.465 104.279 15.5398 104.277 15.6557C104.284 15.777 104.222 15.8614 104.113 15.9034ZM103.324 16.7541L103.601 16.7573V16.1296L103.823 16.131C103.966 16.1315 104.073 16.1502 104.129 16.1835C104.229 16.2446 104.284 16.3659 104.282 16.5511V16.6766L104.289 16.7304C104.288 16.7373 104.288 16.74 104.293 16.7473C104.293 16.7509 104.293 16.7569 104.293 16.7605L104.562 16.7642L104.551 16.7441C104.545 16.7309 104.542 16.704 104.54 16.6606C104.533 16.6232 104.533 16.5803 104.532 16.5416L104.53 16.4261C104.53 16.3463 104.503 16.2647 104.443 16.1803C104.383 16.0936 104.293 16.0411 104.172 16.0243C104.27 16.0056 104.344 15.9796 104.398 15.9467C104.503 15.8788 104.554 15.7747 104.554 15.6324C104.552 15.434 104.47 15.2985 104.307 15.2292C104.212 15.1895 104.068 15.1685 103.876 15.1667L103.321 15.1621L103.324 16.7541Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M105.074 9.61954C105.068 9.58259 105.06 9.5461 105.052 9.50961C104.805 8.41299 103.849 7.42266 102.37 6.96741C99.4935 6.082 96.1955 7.58962 95.0391 10.6774C94.5588 11.956 94.5989 13.5539 95.1422 15.1916C95.5049 16.2886 95.8972 17.6293 95.7174 19.0274C95.4871 20.822 94.2358 21.9565 92.6712 22.2817C90.9524 22.6393 89.489 21.9706 88.4061 20.3467C87.9923 19.7263 87.715 19.4932 87.2287 19.6624C86.8182 19.8066 86.409 20.3175 86.2895 20.9055C86.1654 21.5158 86.3314 22.3223 86.6676 22.8975C87.8464 24.9165 90.3338 25.8972 92.9558 25.6258C95.3968 25.374 97.4924 24.1428 98.734 22.4313C100.163 20.4616 100.293 17.8879 99.1359 14.8444C98.1935 12.3725 98.4654 10.6915 99.8658 9.90875C100.965 9.31984 102.36 9.66197 103.192 10.8767C103.557 11.4095 103.746 11.5628 104.04 11.6089C104.623 11.7019 105.326 11.0159 105.074 9.61954Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M70.8078 16.6217C70.2075 17.5665 70.3366 18.4236 70.8069 18.8693C71.3045 19.34 72.0257 19.2032 72.8564 18.3698C73.1917 18.0322 73.7217 17.5519 74.0506 17.3429C74.2436 17.2207 74.5958 16.9739 74.8535 17.0711C75.1381 17.1773 75.0971 17.7243 75.0875 17.9615C75.0369 19.1512 74.3266 22.3156 73.1392 24.6452C72.6279 25.6068 72.6051 26.0839 72.8788 26.4625C73.2852 27.0282 74.7157 27.0966 75.7968 26.3927C76.5951 25.8732 76.9372 25.0895 77.2926 24.3838C77.824 23.3282 78.5042 21.52 79.8658 19.2752C82.0157 15.7304 84.1943 13.3419 86.8209 12.9505C87.7971 12.8037 88.4088 12.9528 88.8527 13.2858C89.1975 13.5454 89.4224 13.6421 89.7248 13.5956C89.9844 13.5554 90.1687 13.4131 90.3206 13.1941C90.8976 12.3721 90.8224 10.8987 90.1705 10.1169C89.4698 9.27844 88.5315 8.90073 87.1872 9.03028C85.675 9.1758 84.2778 9.79709 82.5991 11.3353C81.4199 12.4164 80.3493 13.7625 79.7308 14.6963C79.5419 14.9791 79.38 15.2172 79.1866 15.1935C78.9868 15.1693 79.0151 14.8395 79.0251 14.632C79.0716 13.7142 78.9699 12.8589 78.5119 12.3046C78.0649 11.7627 77.3149 11.7271 76.6909 11.8767C75.8424 12.0806 75.1099 12.5154 74.2769 13.1399C72.7862 14.2565 71.4934 15.5452 70.8078 16.6217Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M60.1583 27.9428C60.8731 28.9049 62.0509 28.9318 63.3847 28.5034C65.1428 27.9392 66.8963 26.6336 68.1252 25.1456C68.9554 24.1398 69.194 23.0792 68.5038 22.3813C68.0878 21.9607 67.4227 22.1058 66.7868 22.6299C66.337 23.0003 65.4849 23.8136 65.037 24.0481C64.2391 24.4678 63.7697 24.466 63.4491 24.1772C63.1767 23.9322 63.1512 23.352 63.3113 22.4036C63.5763 20.839 64.4421 17.988 64.9302 16.7668C65.4639 15.4344 65.4489 15.1475 65.2783 14.8377C65.151 14.6069 64.8618 14.4509 64.5589 14.4085C64.0184 14.3314 63.3327 14.4541 62.8615 14.7082C62.5094 14.8979 62.1882 15.1393 61.8967 15.5051C61.7873 15.6406 61.6942 15.6962 61.5952 15.6816C61.4912 15.6648 61.4342 15.5252 61.3863 15.4034C60.8211 13.9391 59.6045 12.9725 58.0153 12.8584C55.3636 12.6687 51.6358 14.6069 48.757 18.1841C45.6446 22.0506 44.0526 27.5856 46.7937 29.8884C48.5339 31.3499 51.7453 31.0666 55.5488 28.0532C56.5619 27.2513 57.987 25.8559 58.8277 24.9189C59.0216 24.7027 59.339 24.2949 59.537 24.4591C59.6374 24.5421 59.6018 24.7675 59.5922 24.8774C59.4841 26.1451 59.6497 27.2554 60.1583 27.9428ZM50.2792 26.2377C49.3076 25.386 49.5854 22.8721 51.3434 20.324C53.0828 17.8028 55.7577 16.0598 57.4943 16.0525C58.2693 16.0479 58.8706 16.3057 59.3837 16.8225C59.8025 17.2454 60.0584 17.7179 60.115 18.2266C60.2733 19.5134 57.8798 23.097 54.6757 25.2446C52.6544 26.5962 51.0738 26.9342 50.2792 26.2377Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M41.1295 28.549C40.7381 26.65 40.6943 24.1516 40.9151 21.4557C41.1391 18.7205 41.5943 15.7878 42.316 13.0632C42.7384 11.4684 42.5942 10.7171 41.3361 10.2227C40.4037 9.85545 39.3669 9.79341 38.6083 10.1132C38.1403 10.3102 37.6248 10.7313 36.8324 11.4575C33.6534 14.3687 28.9185 20.0425 25.8316 24.798C25.4808 25.2847 25.2541 25.6136 24.9521 26.0602C24.8098 26.2768 24.6871 26.4064 24.6046 26.3927C24.4937 26.3736 24.4937 26.1701 24.5307 25.895C24.5904 25.4453 24.6146 25.2236 24.6908 24.7729C25.5908 19.4787 27.7712 12.5724 29.0909 9.47273C29.3404 8.88656 29.4549 8.35468 29.2186 7.79588C29.0038 7.28726 28.3478 6.82562 27.3297 6.62765C25.2988 6.23443 24.0325 6.90362 23.0755 7.82142C20.318 10.4649 15.9443 15.7409 11.6596 22.2202C8.74469 26.6263 4.5334 33.7944 3.73147 36.2253C3.47784 36.9935 3.61286 37.5883 3.84551 38.003C4.20496 38.642 4.91931 39.2027 5.65784 39.4367C6.4283 39.6775 7.22157 39.4143 7.56186 38.3624C9.87506 31.2221 15.7723 21.4858 21.114 15.1296C21.3485 14.85 21.4543 14.7236 21.6377 14.5352C21.8439 14.3354 22.0359 14.1949 22.1901 14.2716C22.3114 14.3313 22.2996 14.527 22.2348 14.7806C22.139 15.1547 22.1426 15.1205 22.0377 15.5187C21.4269 17.8246 20.7076 21.1478 20.1556 24.2127C19.449 28.133 18.9696 31.6098 19.0891 33.2876C19.1561 34.2337 19.4951 35.0566 20.4188 35.6095C21.8867 36.4871 22.742 36.1113 23.3766 34.9266C27.779 26.6947 32.3347 20.7012 35.8494 16.9447C36.1911 16.561 36.3754 16.3964 36.5314 16.275C36.7198 16.1455 36.8498 16.1249 36.9437 16.1856C37.0564 16.2572 37.0564 16.4502 37.0341 16.6203C36.998 16.8963 36.9935 16.9538 36.9437 17.2763C36.2102 22.0482 36.0497 26.5747 36.4319 29.5448C36.681 31.4766 37.3082 32.8082 38.6653 33.3378C39.4444 33.6416 40.5155 33.6781 41.3836 33.408C42.0304 33.2078 42.4925 32.8547 42.612 32.3771C42.7512 31.8334 42.3315 31.2914 41.889 30.5657C41.5943 30.0817 41.2996 29.3719 41.1295 28.549Z\" fill=\"#FFA2B9\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_5863_6508\">\\n<rect width=\"109.042\" height=\"44.8896\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:163,intrinsicWidth:160.5,pixelHeight:218,pixelWidth:214,src:\"https://framerusercontent.com/images/m9jJ50W3I2XggzWrGo246T7vM.png\"},className:\"framer-cfciav\",\"data-framer-name\":\"Mask_group2\",layoutDependency:layoutDependency,layoutId:\"y1udRxvdG\"}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1qka7jq\",\"data-framer-name\":\"Group 1000006356\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:36,intrinsicWidth:194,layoutDependency:layoutDependency,layoutId:\"eIIiGUEQC\",svg:'<svg width=\"194\" height=\"36\" viewBox=\"0 0 194 36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_5863_6490)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.4981 25C19.3971 25 24.9962 19.4 24.9962 12.5C24.9962 7.49244 22.0472 3.16958 17.7926 1.17502C15.5438 1.65762 13.7314 3.78047 13.7646 6.16701V6.36701C17.5973 7.33368 19.3304 9.63368 19.3304 12.8003C19.3304 15.967 16.8308 19.467 12.5981 19.467C9.16528 19.467 5.59916 16.5337 5.56583 11.8337C5.56583 8.73368 7.23224 5.73368 9.36525 3.93368C11.4649 2.20035 14.3312 1.10035 16.9308 1.06701C17.2017 1.06701 17.4946 1.08904 17.7022 1.13308C16.1175 0.405637 14.3549 0 12.4981 0C5.59915 0 0 5.6 0 12.5C0 19.4 5.59915 25 12.4981 25Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M33.0616 17.6669L29.2622 8.56689H31.7285L34.1281 14.6002L36.4278 8.56689H38.8274L35.0947 17.6669H33.0616Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M47.7928 13.0663C47.7928 13.6663 47.6928 14.233 47.5262 14.833C47.3595 15.3997 47.0596 15.933 46.7263 16.3663C46.3597 16.833 45.9264 17.1997 45.3598 17.4663C44.8266 17.733 44.16 17.8663 43.4268 17.8663C42.6936 17.8663 42.0603 17.733 41.4938 17.4663C40.9605 17.1997 40.4939 16.833 40.1273 16.3663C39.7607 15.8997 39.4941 15.3997 39.3274 14.833C39.1274 14.2663 39.0608 13.6663 39.0608 13.0663C39.0608 12.4663 39.1608 11.8997 39.3274 11.333C39.4941 10.7663 39.794 10.2663 40.1273 9.79967C40.4939 9.36634 40.9272 8.99967 41.4938 8.73301C42.027 8.46634 42.6936 8.33301 43.4268 8.33301C44.16 8.33301 44.7933 8.46634 45.3265 8.73301C45.8598 8.99967 46.3264 9.36634 46.693 9.79967C47.0596 10.233 47.3262 10.7663 47.5262 11.333C47.6928 11.8997 47.7928 12.4997 47.7928 13.0663ZM45.4598 13.0663C45.4598 12.6997 45.4265 12.333 45.3265 11.9997C45.2265 11.6663 45.0932 11.3663 44.9266 11.133C44.7599 10.8997 44.5266 10.6997 44.2933 10.533C44.06 10.3663 43.7601 10.2997 43.3935 10.2997C43.0602 10.2997 42.7602 10.3663 42.4936 10.533C42.227 10.6663 42.027 10.8663 41.8604 11.133C41.6937 11.3663 41.5604 11.6663 41.4604 11.9997C41.3604 12.333 41.3271 12.6997 41.3271 13.0663C41.3271 13.4663 41.3604 13.833 41.4604 14.1663C41.5604 14.4997 41.6937 14.7997 41.8604 15.033C42.027 15.2997 42.2603 15.4997 42.4936 15.633C42.7602 15.7663 43.0602 15.8663 43.3935 15.8663C43.7268 15.8663 44.0267 15.7997 44.2933 15.633C44.56 15.4997 44.7599 15.2997 44.9266 15.033C45.0932 14.7663 45.2265 14.4997 45.3265 14.1663C45.4265 13.833 45.4598 13.4663 45.4598 13.0663Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M55.025 17.6669L54.925 16.9669C54.725 17.2002 54.4251 17.4336 54.0918 17.6002C53.7252 17.7669 53.3252 17.8669 52.8586 17.8669C52.2254 17.8669 51.6921 17.7336 51.1922 17.4669C50.7256 17.2002 50.3257 16.8336 49.9924 16.4002C49.6591 15.9669 49.4258 15.4336 49.2592 14.8669C49.0925 14.3002 48.9926 13.6669 48.9926 13.0669C48.9926 12.4669 49.0925 11.9002 49.2592 11.3336C49.4258 10.7669 49.6924 10.2669 50.0591 9.80023C50.4257 9.36689 50.8589 9.00023 51.3922 8.73356C51.9254 8.46689 52.5587 8.33356 53.2919 8.33356C53.7585 8.33356 54.2918 8.43356 54.825 8.60023V5.06689H57.158V17.6669H55.025ZM54.825 10.5669C54.3584 10.4002 53.9585 10.3002 53.5585 10.3002C53.1586 10.3002 52.8253 10.3669 52.5254 10.5336C52.2254 10.7002 51.9921 10.9002 51.8255 11.1336C51.6255 11.4002 51.4922 11.7002 51.3922 12.0002C51.2922 12.3336 51.2589 12.6669 51.2589 13.0002C51.2589 13.3669 51.2922 13.7336 51.3922 14.1002C51.4588 14.4336 51.5922 14.7669 51.7588 15.0002C51.9254 15.2669 52.1254 15.4669 52.392 15.6336C52.6587 15.8002 52.9586 15.8669 53.2919 15.8669C53.5919 15.8669 53.8918 15.8002 54.1918 15.6336C54.4917 15.4669 54.6917 15.3002 54.825 15.0669V10.5669Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M63.957 17.6667L63.8571 17C63.5904 17.2667 63.2905 17.5 62.8905 17.6667C62.4906 17.8334 62.0573 17.9 61.5907 17.9C61.1908 17.9 60.8242 17.8334 60.4576 17.7C60.091 17.5667 59.791 17.3667 59.4911 17.1334C59.2244 16.9 58.9911 16.6 58.8245 16.2334C58.6578 15.8667 58.5579 15.4667 58.5579 15C58.5579 14.5334 58.6578 14.1334 58.8245 13.8C58.9911 13.4667 59.2578 13.1667 59.5577 12.9334C59.8577 12.7 60.2243 12.5 60.5909 12.3334C60.9908 12.1667 61.3908 12.0667 61.824 12C62.124 11.9334 62.4573 11.9 62.8239 11.8667C63.1905 11.8334 63.4904 11.8 63.7237 11.7667V11.6334C63.7237 11.1334 63.5904 10.7667 63.3238 10.5667C63.0572 10.3667 62.6906 10.2334 62.2573 10.2334C61.9907 10.2334 61.7241 10.2667 61.4908 10.3334C61.2575 10.4 61.0242 10.4667 60.8575 10.5667C60.6575 10.6667 60.4909 10.7667 60.3576 10.8667C60.2243 10.9667 60.091 11.0334 59.991 11.1334L59.2244 9.50003C59.3244 9.40003 59.4911 9.30003 59.691 9.1667C59.891 9.03337 60.1576 8.93337 60.4576 8.80003C60.7575 8.6667 61.0908 8.5667 61.4574 8.50003C61.824 8.43337 62.224 8.3667 62.6572 8.3667C63.1572 8.3667 63.6238 8.43337 64.0237 8.5667C64.4236 8.70003 64.7903 8.90003 65.0902 9.20003C65.3902 9.4667 65.6235 9.83337 65.7901 10.2667C65.9567 10.7 66.0567 11.2334 66.0567 11.8334V17.6667H63.957ZM63.7904 13.4C63.5238 13.4 63.2905 13.4334 63.0239 13.4667C62.7572 13.5 62.4906 13.5334 62.2573 13.6C61.7574 13.7 61.3908 13.8667 61.1908 14.1334C60.9908 14.3667 60.8908 14.6334 60.8908 14.9334C60.8908 15.2334 60.9908 15.4667 61.2241 15.6667C61.4574 15.8667 61.7574 15.9334 62.1573 15.9334C62.4573 15.9334 62.7572 15.8667 63.0572 15.7334C63.3571 15.6 63.5904 15.4334 63.7904 15.2667V13.4Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M73.3555 7.13314C73.2889 7.0998 73.1222 7.03314 72.9223 6.96647C72.689 6.8998 72.4223 6.86647 72.0557 6.86647C71.7225 6.86647 71.4558 6.96647 71.2225 7.16647C70.9892 7.36647 70.8892 7.66647 70.8892 8.13314V8.56647H72.8556V10.4665H70.9226V17.6665H68.5896V10.4331H67.3231V8.53314H68.5229V8.03314C68.5229 7.43314 68.5896 6.93314 68.7562 6.53314C68.9229 6.13314 69.1228 5.7998 69.3895 5.53314C69.6561 5.26647 69.9894 5.0998 70.356 4.96647C70.7226 4.83314 71.1225 4.7998 71.5558 4.7998C72.1224 4.7998 72.589 4.86647 72.9556 4.96647C73.3222 5.06647 73.5555 5.13314 73.6222 5.1998L73.3555 7.13314Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M82.0543 13.0663C82.0543 13.6663 81.9543 14.233 81.7877 14.833C81.621 15.3997 81.3211 15.933 80.9878 16.3663C80.6212 16.833 80.1879 17.1997 79.6213 17.4663C79.0881 17.733 78.4215 17.8663 77.6883 17.8663C76.9551 17.8663 76.3218 17.733 75.7552 17.4663C75.222 17.1997 74.7554 16.833 74.3888 16.3663C74.0222 15.8997 73.7555 15.3997 73.5889 14.833C73.3889 14.2663 73.3223 13.6663 73.3223 13.0663C73.3223 12.4663 73.4223 11.8997 73.5889 11.333C73.7555 10.7663 74.0555 10.2663 74.3888 9.79967C74.7554 9.36634 75.1887 8.99967 75.7552 8.73301C76.2885 8.46634 76.9551 8.33301 77.6883 8.33301C78.4215 8.33301 79.0547 8.46634 79.588 8.73301C80.1212 8.99967 80.5878 9.36634 80.9544 9.79967C81.3211 10.233 81.5877 10.7663 81.7877 11.333C81.9543 11.8997 82.0543 12.4997 82.0543 13.0663ZM79.7546 13.0663C79.7546 12.6997 79.7213 12.333 79.6213 11.9997C79.5213 11.6663 79.388 11.3663 79.2214 11.133C79.0547 10.8997 78.8214 10.6997 78.5881 10.533C78.3215 10.3997 78.0549 10.2997 77.6883 10.2997C77.355 10.2997 77.055 10.3663 76.7884 10.533C76.5218 10.6663 76.3218 10.8663 76.1552 11.133C75.9885 11.3663 75.8552 11.6663 75.7552 11.9997C75.6552 12.333 75.6219 12.6997 75.6219 13.0663C75.6219 13.4663 75.6552 13.833 75.7552 14.1663C75.8552 14.4997 75.9885 14.7997 76.1552 15.033C76.3218 15.2997 76.5551 15.4997 76.7884 15.633C77.055 15.7663 77.355 15.8663 77.6883 15.8663C78.0216 15.8663 78.3215 15.7997 78.5881 15.633C78.8548 15.4997 79.0547 15.2997 79.2214 15.033C79.388 14.7663 79.5213 14.4997 79.6213 14.1663C79.688 13.833 79.7546 13.4663 79.7546 13.0663Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M89.3199 17.6667V12.4667C89.3199 11.7667 89.1866 11.2334 88.8866 10.8667C88.5867 10.5 88.1867 10.3 87.6868 10.3C87.3202 10.3 86.9869 10.4 86.6869 10.6C86.387 10.8 86.1204 11 85.8871 11.2334V17.6667H83.5541V8.5667H85.6871L85.7871 9.30003C86.1537 9.00003 86.5536 8.7667 87.0202 8.60003C87.4868 8.43337 87.9534 8.3667 88.42 8.3667C88.8866 8.3667 89.3532 8.43337 89.7531 8.60003C90.1531 8.73337 90.5197 8.9667 90.7863 9.30003C91.0863 9.60003 91.2862 10.0334 91.4529 10.5334C91.6195 11.0334 91.6862 11.6334 91.6862 12.3334V17.6667H89.3199Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M95.4522 13.7001C95.5189 14.4667 95.7522 15.0334 96.1855 15.3667C96.6187 15.7001 97.1853 15.8667 97.8519 15.8667C98.1852 15.8667 98.4518 15.8334 98.7517 15.7667C99.0184 15.7001 99.285 15.6334 99.485 15.5334C99.6849 15.4334 99.8849 15.3667 100.052 15.2667C100.218 15.1667 100.318 15.1001 100.385 15.0334L101.018 16.9334C100.918 17.0001 100.785 17.0667 100.585 17.2001C100.385 17.3001 100.152 17.4001 99.8516 17.5001C99.5516 17.6001 99.2183 17.6667 98.8184 17.7334C98.4185 17.8001 97.9852 17.8334 97.5186 17.8334C96.9187 17.8334 96.3521 17.7334 95.8189 17.5334C95.2856 17.3334 94.819 17.0667 94.4191 16.6667C94.0191 16.2667 93.6858 15.7667 93.4526 15.1667C93.2193 14.5667 93.0859 13.8667 93.0859 13.0334C93.0859 12.2667 93.1859 11.5667 93.4192 11.0001C93.6525 10.4001 93.9525 9.90006 94.3191 9.50006C94.719 9.10006 95.1523 8.80007 95.6522 8.56673C96.1521 8.36673 96.7187 8.2334 97.2853 8.2334C97.8519 8.2334 98.3851 8.3334 98.8851 8.50006C99.385 8.70006 99.8183 8.96673 100.152 9.36673C100.518 9.76673 100.785 10.2667 101.018 10.9001C101.218 11.5334 101.318 12.2667 101.318 13.1667V13.5667H95.4522V13.7001ZM98.9851 12.0334C98.9517 11.7334 98.8851 11.4334 98.7851 11.2001C98.6851 10.9667 98.5518 10.7667 98.3851 10.6334C98.2185 10.5001 98.0519 10.3667 97.8852 10.3001C97.6853 10.2334 97.5186 10.2001 97.3186 10.2001C96.9187 10.2001 96.5188 10.3667 96.1521 10.6667C95.7855 10.9667 95.5522 11.4334 95.5189 12.0334H98.9851Z\" fill=\"#FFA2B9\"/>\\n</g>\\n<g clip-path=\"url(#clip1_5863_6490)\">\\n<path d=\"M145.671 20.6156C145.805 20.7496 145.912 20.9088 145.984 21.0841C146.057 21.2593 146.094 21.4472 146.094 21.6369C146.094 22.0777 145.897 22.4327 145.671 22.6583C145.241 23.0878 144.656 23.5351 143.891 23.8516C143.229 24.1261 142.519 24.2671 141.802 24.2663H128.458C126.951 24.2663 125.586 23.6557 124.599 22.668C123.611 21.6802 123 20.3159 123 18.8083V5.46371C123 3.95645 123.611 2.59217 124.599 1.60462C125.586 0.617181 126.951 0.00635278 128.458 0.00635278H141.802C142.519 0.0053685 143.229 0.146103 143.891 0.420456C144.773 0.786028 145.337 1.23679 145.881 1.82448C146.098 2.05847 146.304 2.4047 146.304 2.84585C146.304 3.21534 146.163 3.58494 145.881 3.8671C145.747 4.0014 145.588 4.10791 145.413 4.18052C145.238 4.25313 145.05 4.29041 144.86 4.29022C144.477 4.28938 144.11 4.1373 143.839 3.8671C143.454 3.48183 143.243 3.28404 142.801 3.09716C142.485 2.96326 142.146 2.89446 141.802 2.89485H128.458C127.75 2.89485 127.107 3.18295 126.642 3.64854C126.177 4.11343 125.889 4.75546 125.889 5.46382V18.8084C125.889 19.5175 126.177 20.1593 126.642 20.6242C127.107 21.0894 127.75 21.3779 128.458 21.3779H141.802C142.156 21.3779 142.494 21.3062 142.801 21.1756C143.11 21.0439 143.391 20.8538 143.628 20.6158C143.9 20.3455 144.267 20.1934 144.65 20.1929C144.839 20.1926 145.027 20.2298 145.203 20.3023C145.378 20.3749 145.537 20.4814 145.671 20.6156ZM141.76 18.8965C141.708 17.8429 140.996 16.221 139.207 16.0077H132.842L140.175 8.98736C140.485 8.69191 141.18 7.69024 140.685 6.61239C140.287 5.74575 139.622 5.37637 138.459 5.37637H129.324C129.361 6.5883 129.966 8.03516 131.572 8.29418H136.792L129.077 15.5443C128.764 15.8447 128.25 16.7682 128.656 17.7061C129.022 18.5514 129.64 18.8965 130.789 18.8965H141.76ZM162.658 12.2821V17.6619C162.658 19.6519 162.049 21.3823 160.668 22.7624C159.427 24.0039 157.859 24.5147 156.137 24.5147C152.76 24.5147 151.021 21.9058 151.021 21.9058C151.929 20.9979 153.191 20.4463 154.428 21.187C154.635 21.3113 155.259 21.6517 156.151 21.6517C159.276 21.6517 159.784 18.8592 159.784 18.0279C158.702 18.6824 157.479 19.0081 156.122 19.0088H156.12C154.354 19.0081 152.806 18.45 151.517 17.3484L151.5 17.3338C150.236 16.1215 149.59 14.6263 149.579 12.8877C149.57 12.5307 149.57 11.387 149.579 11.1211C149.583 9.41202 150.229 7.92245 151.5 6.70506C152.784 5.47581 154.339 4.85216 156.12 4.85169H156.122C158.489 4.85169 160.227 6.02375 161.031 6.99849C161.236 7.24659 161.355 7.56637 161.355 7.91295C161.355 8.31424 161.193 8.67779 160.929 8.94108C160.794 9.07622 160.634 9.18338 160.458 9.25639C160.281 9.32941 160.092 9.36686 159.901 9.36658C159.504 9.36658 159.124 9.20046 158.882 8.94868C157.98 8.01096 157.123 7.71516 156.121 7.71504C155.12 7.71516 154.285 8.04929 153.569 8.73593C152.858 9.40621 152.523 10.1684 152.513 11.1378C152.497 11.562 152.497 12.4638 152.513 12.8709C152.521 13.8641 152.854 14.6376 153.563 15.3168C154.302 15.9914 155.141 16.3219 156.121 16.3224C157.101 16.3219 157.94 15.9914 158.685 15.3108C159.074 14.9377 159.35 14.5345 159.52 14.081C159.657 13.7169 159.943 12.957 160.909 12.5714C161.724 12.2472 162.658 12.2821 162.658 12.2821ZM176.306 12.5715C175.34 12.9569 175.054 13.7165 174.917 14.081C174.747 14.5344 174.47 14.938 174.082 15.3108C173.337 15.9912 172.498 16.3218 171.518 16.3223C170.538 16.3218 169.7 15.9912 168.96 15.3168C168.251 14.6376 167.917 13.8643 167.909 12.8709C167.894 12.4634 167.894 11.562 167.91 11.1378C167.92 10.1683 168.255 9.40621 168.966 8.73582C169.681 8.04905 170.516 7.71492 171.518 7.71492C172.519 7.71504 173.377 8.01084 174.279 8.94856C174.52 9.20046 174.901 9.36646 175.298 9.36646C175.7 9.36646 176.064 9.20379 176.326 8.94097C176.461 8.80609 176.568 8.64583 176.641 8.46939C176.715 8.29295 176.752 8.10381 176.752 7.91283C176.752 7.56648 176.632 7.24671 176.428 6.99825C175.624 6.02339 173.886 4.85145 171.519 4.85145H171.517C169.735 4.85193 168.181 5.47557 166.898 6.70482C165.626 7.92221 164.98 9.41178 164.976 11.1209C164.967 11.3868 164.967 12.5305 164.976 12.8874C164.987 14.6259 165.633 16.1214 166.898 17.3337L166.914 17.3483C168.202 18.4499 169.751 19.008 171.517 19.0086H171.518C172.876 19.008 174.098 18.6823 175.181 18.0277C175.181 18.8589 174.672 21.6515 171.547 21.6515C170.655 21.6515 170.032 21.3112 169.824 21.1868C168.588 20.4462 167.325 20.9975 166.417 21.9055C166.417 21.9055 168.157 24.5145 171.534 24.5145C173.255 24.5145 174.823 24.0038 176.065 22.7623C177.446 21.382 178.054 19.6517 178.054 17.6616V12.2818C178.053 12.2821 177.12 12.2472 176.306 12.5715ZM193.456 11.1327C193.452 9.41273 192.805 7.9228 191.535 6.70494C190.251 5.47557 188.696 4.85205 186.914 4.85157H186.912C185.131 4.85205 183.577 5.47569 182.293 6.70494C181.022 7.92233 180.375 9.4119 180.371 11.121C180.362 11.3868 180.362 12.5306 180.371 12.8875C180.382 14.6259 181.029 16.1214 182.293 17.3337L182.31 17.3483C183.598 18.4499 185.146 19.0081 186.912 19.0087H186.914C188.678 19.0081 190.228 18.4499 191.518 17.3489L191.535 17.3337C192.798 16.1214 193.445 14.6257 193.456 12.8943C193.465 12.5307 193.465 11.3869 193.456 11.1327ZM186.913 16.3224C185.934 16.3219 185.095 15.9914 184.356 15.3168C183.647 14.6375 183.313 13.8644 183.305 12.8709C183.289 12.4636 183.289 11.562 183.306 11.1378C183.316 10.1684 183.651 9.40621 184.361 8.73593C185.077 8.04905 185.911 7.71504 186.913 7.71504C187.915 7.71516 188.749 8.04928 189.468 8.73914C190.177 9.40632 190.512 10.1686 190.522 11.1472C190.536 11.544 190.542 12.4415 190.522 12.8823C190.514 13.8645 190.179 14.6386 189.477 15.3109C188.732 15.9914 187.893 16.322 186.913 16.3224ZM147.262 5.37637C145.747 5.3791 144.373 6.64929 144.373 8.01167V18.8965C145.887 18.8932 147.262 17.6234 147.262 16.2612V5.37637Z\" fill=\"#FFA2B9\"/>\\n</g>\\n<rect y=\"32\" width=\"193\" height=\"4\" fill=\"#FFA2B9\"/>\\n<defs>\\n<clipPath id=\"clip0_5863_6490\">\\n<rect width=\"101.351\" height=\"25\" fill=\"white\"/>\\n</clipPath>\\n<clipPath id=\"clip1_5863_6490\">\\n<rect width=\"70.4624\" height=\"24.5209\" fill=\"white\" transform=\"translate(123)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ev40mj\",\"data-framer-name\":\"swinkelsfamilybrewerscom_logo.svg\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:70,intrinsicWidth:150,layoutDependency:layoutDependency,layoutId:\"waTe9YyoD\",svg:'<svg width=\"150\" height=\"70\" viewBox=\"0 0 150 70\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M55.1667 33.4571V38.6093C55.1667 38.7648 55.1926 38.7908 55.344 38.8648L56.4929 39.4426V39.4686H52.9392V39.4426L53.8073 38.9315C53.9477 38.8537 53.9477 38.7908 53.9477 38.65V33.4571H53.0537V33.2275H53.9477V32.7534C53.9477 31.0089 54.6126 30.3311 55.9942 30.3311C56.5446 30.3311 57.1209 30.4607 57.6196 30.6644L56.9694 32.2275H56.9435L56.3156 30.6903C56.2528 30.5237 56.238 30.5237 56.009 30.5237C55.4327 30.5237 55.1667 30.9978 55.1667 32.0237V33.2275H57.0322V33.4571H55.1667Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M60.6634 35.0611V35.024C60.6634 34.0499 60.2276 33.3462 59.2967 33.3462C58.979 33.3462 58.9531 33.3462 58.8755 33.5277L58.0961 35.2203H58.0702L57.494 33.5536C58.2106 33.2573 58.9125 33.1313 59.6402 33.1313C60.3938 33.1313 60.8925 33.2462 61.2656 33.6314C61.6239 34.0018 61.8418 34.6425 61.8418 35.7352V35.913L61.7901 38.002C61.779 38.5539 61.9046 38.8613 62.2519 38.8613C62.4809 38.8613 62.6102 38.7205 62.673 38.4909H62.6989C62.6989 38.6205 62.673 38.7613 62.6213 38.8872C62.4809 39.2576 62.1374 39.5798 61.6387 39.5798C61.0772 39.5798 60.6154 39.1576 60.6154 38.2205C60.3605 39.0798 59.7215 39.5798 58.9014 39.5798C58.0185 39.5798 57.2391 38.9761 57.2391 37.902C57.2391 36.6575 58.2882 36.0315 59.3114 36.0315C59.7584 36.0315 60.2571 36.1463 60.6413 36.4278L60.6634 35.0611ZM58.4877 37.739C58.4877 38.4168 58.9088 38.8539 59.4592 38.8539C59.9062 38.8539 60.3421 38.5724 60.608 38.1094V38.0724L60.6339 36.4945C60.379 36.4056 60.1352 36.3649 59.8914 36.3649C58.9753 36.3686 58.4877 37.0204 58.4877 37.739Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M68.9048 38.65C68.9048 38.8056 68.9159 38.8538 69.06 38.9315L69.9281 39.4427V39.4686H66.6921V39.4427L67.5085 38.9315C67.6488 38.8426 67.6747 38.7649 67.6747 38.676C67.6747 38.5871 67.7116 36.624 67.7116 36.0981C67.7116 34.535 67.3681 33.8683 66.6108 33.8683C66.0235 33.8683 65.5617 34.2535 65.2699 34.8165V38.65C65.2699 38.7908 65.2699 38.8278 65.425 38.9204L66.2821 39.4464V39.4723H63.0461V39.4464L63.9142 38.9352C64.0546 38.8575 64.0546 38.7945 64.0546 38.6537V34.1868C64.0546 34.0202 64.0435 33.9831 63.9142 33.8905L63.0461 33.2498V33.2238H65.2699V34.735C65.5765 33.6201 66.2414 33.1201 67.1612 33.1201C68.0441 33.1201 68.6315 33.6201 68.8346 34.7091C69.1302 33.6831 69.8579 33.1201 70.8294 33.1201C71.9155 33.1201 72.5693 33.9165 72.5693 35.6832C72.5693 36.4388 72.5582 37.6204 72.5434 38.6426C72.5434 38.7982 72.5545 38.8463 72.6986 38.9241L73.5667 39.4353V39.4612H70.3307V39.4353L71.1471 38.9241C71.2875 38.8352 71.3133 38.7575 71.3133 38.6686C71.3133 38.5649 71.3503 36.6314 71.3503 36.1166C71.3503 34.5646 71.0289 33.8609 70.2384 33.8609C69.6621 33.8609 69.204 34.1794 68.8457 34.7721C68.8974 35.0424 68.9233 35.3499 68.9233 35.6832C68.9307 36.3166 68.9196 37.6241 68.9048 38.65Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M76.1266 33.2277V38.6502C76.1266 38.7909 76.1266 38.828 76.2818 38.9206L77.1388 39.4465V39.4724H73.9028V39.4465L74.7709 38.9354C74.9113 38.8576 74.9113 38.7946 74.9113 38.6539V34.187C74.9113 34.0203 74.9002 33.9833 74.7709 33.8907L73.9028 33.2499V33.224H76.1266V33.2277ZM74.6712 31.5091C74.6712 31.072 75.0037 30.7275 75.4248 30.7275C75.8607 30.7275 76.1931 31.072 76.1931 31.5091C76.1931 31.9202 75.8607 32.2647 75.4248 32.2647C75 32.2647 74.6712 31.9202 74.6712 31.5091Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M79.5658 38.6503C79.5658 38.791 79.5658 38.828 79.7209 38.9206L80.578 39.4466V39.4725H77.342V39.4466L78.2101 38.9355C78.3505 38.8577 78.3505 38.7947 78.3505 38.654V31.2906C78.3505 31.1239 78.3394 31.0721 78.2101 30.9943L77.342 30.4832V30.4572L79.5658 30.2017V38.6503Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M80.844 42.3653L81.2909 40.4319H81.3168L82.0593 41.7135C82.1221 41.8172 82.148 41.869 82.2144 41.869C82.2662 41.869 82.3179 41.8172 82.3696 41.7542C82.6762 41.3838 82.9828 40.7171 83.149 40.2541L83.3153 39.7911L81.1025 34.1131C80.9991 33.8686 80.9474 33.7908 80.8587 33.676L80.5374 33.2538V33.2278H83.0678V33.2538L82.4546 33.8427C82.3511 33.9316 82.34 33.9834 82.4028 34.1501L83.9359 38.1244L85.3027 34.5464C85.3802 34.3427 85.3802 34.302 85.2657 34.1612L84.4974 33.25V33.2241H86.5734V33.25L85.8568 34.1353C85.7422 34.2649 85.7016 34.339 85.613 34.5723L83.4409 40.2875C83.2488 40.7875 83.0715 41.2097 82.8018 41.632C82.4324 42.2209 82.0076 42.4913 81.4719 42.4913C81.2577 42.495 80.9843 42.4431 80.844 42.3653Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M90.7735 34.5352C91.1836 33.6389 91.7709 33.124 92.6796 33.124C94.0723 33.124 94.8924 34.3537 94.8924 36.1872C94.8924 38.0984 93.9984 39.5725 92.3878 39.5725C91.5049 39.5725 90.9804 39.1503 90.7624 38.754L89.5877 39.5725H89.5619V31.2906C89.5619 31.1239 89.5508 31.0721 89.4215 30.9943L88.5534 30.4832V30.4572L90.7772 30.2017V34.5352H90.7735ZM90.7735 34.65V38.6243C91.0801 38.9947 91.5271 39.0984 91.9002 39.0984C92.9493 39.0984 93.5884 38.1873 93.5884 36.3798C93.5884 34.6871 93.038 33.7648 92.144 33.7648C91.6564 33.7648 91.1688 34.0463 90.7735 34.65Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M97.7774 38.6095C97.7774 38.7502 97.7774 38.8132 97.9436 38.8799L99.2993 39.4429V39.4688H95.5536V39.4429L96.4217 38.9317C96.5621 38.854 96.5621 38.791 96.5621 38.6502V34.187C96.5621 34.0204 96.551 33.9833 96.4217 33.8907L95.5536 33.25V33.224H97.7774V35.1871C97.9436 34.3167 98.6085 33.124 99.7833 33.124C100.038 33.124 100.245 33.1759 100.411 33.2796L99.7722 35.176H99.7463L99.1072 33.7537C99.0814 33.7018 99.0186 33.7018 98.9521 33.7426C98.35 34.087 98.0581 34.7278 97.7774 35.3204V38.6095Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M101.97 35.8168V36.176C101.97 37.9058 102.775 38.8428 103.825 38.8428C104.707 38.8428 105.398 38.4058 105.856 37.265L105.882 37.2761C105.612 38.8132 104.733 39.5725 103.403 39.5725C102.011 39.5725 100.744 38.6095 100.744 36.4057C100.744 33.9685 102.225 33.124 103.455 33.124C104.685 33.124 105.86 33.8537 105.86 35.4834C105.86 35.5982 105.849 35.713 105.834 35.8168H101.97ZM101.981 35.5982H104.615V35.5723C104.615 34.15 104.283 33.3166 103.44 33.3166C102.583 33.3166 102.085 34.213 101.981 35.5982Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M114.873 34.1351C114.744 34.2906 114.718 34.3277 114.655 34.5203L112.879 39.4687H112.195L110.81 35.7129L109.414 39.4687H108.73L106.761 34.1091C106.699 33.9277 106.673 33.8795 106.569 33.7499L106.174 33.2498V33.2239H108.73V33.2498L108.117 33.8388C108.014 33.9277 108.002 33.9795 108.065 34.1462L109.536 38.2205L110.647 35.2611L110.226 34.1091C110.164 33.9277 110.138 33.8795 110.034 33.7499L109.639 33.2498V33.2239H112.184V33.2498L111.571 33.8388C111.467 33.9277 111.456 33.9795 111.519 34.1462L113.001 38.2205L114.33 34.5018C114.408 34.2832 114.382 34.2573 114.253 34.1054L113.525 33.2461V33.2202H115.601V33.2461L114.873 34.1351Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M116.809 35.8168V36.176C116.809 37.9058 117.614 38.8428 118.663 38.8428C119.546 38.8428 120.237 38.4058 120.695 37.265L120.721 37.2761C120.451 38.8132 119.572 39.5725 118.242 39.5725C116.85 39.5725 115.583 38.6095 115.583 36.4057C115.583 33.9685 117.064 33.124 118.294 33.124C119.52 33.124 120.699 33.8537 120.699 35.4834C120.699 35.5982 120.688 35.713 120.673 35.8168H116.809ZM116.82 35.5982H119.454V35.5723C119.454 34.15 119.122 33.3166 118.279 33.3166C117.422 33.3166 116.924 34.213 116.82 35.5982Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M123.569 38.6095C123.569 38.7502 123.569 38.8132 123.735 38.8799L125.091 39.4429V39.4688H121.345V39.4429L122.213 38.9317C122.354 38.854 122.354 38.791 122.354 38.6502V34.187C122.354 34.0204 122.343 33.9833 122.213 33.8907L121.345 33.25V33.224H123.569V35.1871C123.735 34.3167 124.4 33.124 125.575 33.124C125.83 33.124 126.037 33.1759 126.203 33.2796L125.564 35.176H125.538L124.899 33.7537C124.873 33.7018 124.81 33.7018 124.744 33.7426C124.142 34.087 123.85 34.7278 123.569 35.3204V38.6095Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M128.774 36.9578L127.98 36.5985C127.304 36.2911 126.779 35.7651 126.779 34.9206C126.779 33.7798 127.839 33.1279 128.9 33.1279C129.565 33.1279 130.204 33.2168 130.832 33.4502L130.344 35.0762H130.318L129.502 33.5131C129.424 33.3724 129.413 33.3576 129.221 33.3353C129.107 33.3205 128.992 33.3205 128.889 33.3205C128.286 33.3205 127.751 33.7168 127.751 34.4502C127.751 35.0799 128.198 35.3355 128.733 35.5651L129.59 35.9355C130.344 36.2577 131.046 36.68 131.046 37.6393C131.046 38.9356 129.871 39.5764 128.63 39.5764C128.017 39.5764 127.237 39.4209 126.624 39.1912L127.16 37.4096H127.186L127.902 39.1801C127.954 39.2949 127.965 39.3097 128.146 39.3468C128.301 39.3727 128.453 39.3838 128.656 39.3838C129.539 39.3838 129.96 38.7949 129.96 38.1912C129.96 37.4837 129.398 37.2393 128.774 36.9578Z\" fill=\"#FFA2B9\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.7807 19.2012H26.3385V61.196C16.5456 60.6108 8.7807 52.4659 8.7807 42.4987V19.2012ZM12.4895 44.7318C13.5645 44.5318 14.5471 44.2578 15.3893 43.917C15.4558 44.5911 15.6331 45.2541 15.9102 45.906C14.9534 46.4542 13.8046 46.9172 12.5265 47.2727C12.4858 46.4208 12.471 45.3356 12.5006 44.743L12.4895 44.7318ZM16.2648 46.6323C15.5445 47.0398 14.7244 47.4027 13.8304 47.7102C13.8323 47.7231 13.8332 47.7352 13.8341 47.7472C13.8351 47.7592 13.836 47.7713 13.8378 47.7842C13.908 48.4213 14.0299 49.0991 14.1888 49.814C14.2405 50.0695 14.2922 50.3177 14.3402 50.5436C15.5593 49.8325 16.5862 49.0584 17.41 48.2398C16.9556 47.7213 16.5714 47.1842 16.2648 46.6323ZM18.5145 48.2435C18.9689 47.7213 19.353 47.1842 19.6596 46.6323C20.3837 47.0398 21.2 47.4027 22.094 47.7139C22.094 47.7369 22.0911 47.757 22.0879 47.7793L22.0866 47.7879C22.0164 48.425 21.8945 49.1028 21.7357 49.8177C21.684 50.0732 21.6323 50.3214 21.5842 50.5473C20.3652 49.8325 19.3346 49.0621 18.5145 48.2435ZM19.7446 43.5616C18.9799 43.1727 18.3704 42.7246 17.9604 42.2319C17.5503 42.7246 16.9371 43.1727 16.1762 43.5579C16.239 44.9765 16.8522 46.3581 17.9604 47.647C19.0723 46.3581 19.6818 44.9765 19.7446 43.5616ZM23.4386 44.7318L23.4276 44.743C23.4534 45.3356 23.4386 46.4208 23.4017 47.2727C22.1199 46.9172 20.9747 46.4542 20.0143 45.906C20.2913 45.2541 20.4686 44.5911 20.5351 43.917C21.3774 44.2578 22.3563 44.5318 23.4386 44.7318ZM17.9641 48.832C17.3435 49.4469 16.6157 50.0358 15.7846 50.5951C16.2574 51.6396 17.0775 52.7026 17.9641 53.7397C18.8506 52.7026 19.6707 51.6396 20.1436 50.5951C19.3124 50.0358 18.5847 49.4506 17.9641 48.832ZM17.9641 40.639L17.6058 41.3279C16.9704 42.5502 14.7687 43.5577 11.9022 44.0133C12.4858 40.502 13.3946 38.0352 17.3804 38.0352C17.3896 38.0352 17.3989 38.0361 17.4081 38.037C17.4174 38.0379 17.4266 38.0389 17.4358 38.0389V36.2943C17.4358 36.0388 17.6464 35.8276 17.9013 35.8276H18.0269C18.2818 35.8276 18.4923 36.0388 18.4923 36.2943V38.0389C18.5108 38.0352 18.5292 38.0352 18.5477 38.0352H18.5477C22.5336 38.0352 23.4423 40.502 24.026 44.0133C21.1483 43.554 18.9504 42.5354 18.3224 41.3279L17.9641 40.639Z\" fill=\"#FFA2B9\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M28.5918 61.1999V19.2051H46.1495V42.5026C46.1495 52.4698 38.3847 60.6147 28.5918 61.1999ZM32.0494 39.254C33.4716 39.6688 35.374 39.8985 36.7519 39.8985C40.627 39.8985 43.1758 37.7836 43.1795 34.6612C43.1795 31.9462 41.1367 30.8425 38.7061 29.6683L37.8564 29.2535C36.0648 28.3794 34.9418 27.709 34.9418 26.2385C34.9418 24.6273 36.0648 23.7087 37.6717 23.7087H37.6718C37.8786 23.7087 38.0855 23.7087 38.3367 23.7532C38.5657 23.7976 38.6359 23.8458 38.7947 24.0754L41.8903 29.0461H41.9347V23.8013C40.3314 23.4087 38.7245 23.2717 37.5314 23.2717C33.9038 23.2717 31.5655 25.157 31.5655 28.0793C31.5655 30.9536 33.7893 32.287 35.8321 33.2537L36.5488 33.6019C38.6359 34.5908 39.7145 35.2797 39.7145 36.8206C39.7145 38.5206 38.4512 39.4651 36.5931 39.4651C36.2939 39.4651 35.9725 39.4651 35.6289 39.417C35.3519 39.3688 35.2854 39.2799 35.1229 39.0021L32.0937 33.7574H32.0494V39.254Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M56.467 23.8831V26.9055C56.467 27.0685 56.4781 27.1055 56.5926 27.2092L57.4348 27.9907V28.0167H53.2384V27.9907L54.0806 27.1981C54.1804 27.0981 54.1952 27.0611 54.1952 26.8944V20.2829C54.1952 20.12 54.1841 20.0829 54.0806 19.9792L53.2384 19.1866V19.1606H58.085C59.6291 19.1606 60.9996 19.7792 60.9996 21.4274C60.9996 22.7757 59.9837 23.6053 58.2475 23.7313V23.7572L59.8692 24.235L61.0107 26.9536C61.0845 27.1425 61.1732 27.2574 61.3505 27.4315L61.8898 27.987V28.013H58.9494L57.3905 24.035C57.3388 23.935 57.3018 23.8831 57.1134 23.8831H56.467ZM56.467 23.6313H57.1208C58 23.6313 58.5763 23.0386 58.5763 21.5645C58.5763 20.0422 58.048 19.4125 57.1689 19.4125H56.6923C56.5039 19.4125 56.467 19.4384 56.467 19.6533V23.6313Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M62.1337 24.8905C62.1337 22.7756 63.4524 21.6792 65.4361 21.6792C67.4198 21.6792 68.7497 22.7607 68.7497 24.9016C68.7497 27.0165 67.4198 28.1129 65.4361 28.1129C63.4524 28.1166 62.1337 27.0313 62.1337 24.8905ZM64.4203 24.8905C64.4203 27.3202 64.8081 27.8869 65.4361 27.8869C66.0641 27.8869 66.452 27.3462 66.452 24.9016C66.452 22.4718 66.0641 21.9162 65.4361 21.9162C64.8081 21.92 64.4203 22.4496 64.4203 24.8905Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M72.7207 27.7759C72.4326 28.4537 72.0558 29.213 71.6421 29.8649C71.1286 30.6724 70.6484 30.9872 69.8948 30.9872C69.7064 30.9872 69.5069 30.9502 69.3037 30.8613L69.7692 28.6574H69.795L71.0399 29.8908C71.1027 29.9538 71.1397 29.9908 71.1914 29.9908C71.2542 29.9908 71.3059 29.9538 71.3798 29.839C71.5423 29.613 71.7307 29.2612 71.8563 28.9686L71.9302 28.7686L69.5956 22.8238C69.5328 22.6608 69.47 22.5349 69.4072 22.409L69.0673 21.8052V21.7793H72.3218V21.8052L71.8194 22.4979C71.7566 22.5867 71.7307 22.6349 71.7935 22.7868L73.0606 26.3129L74.0764 23.8313C74.1651 23.6164 74.1762 23.5683 74.0764 23.3646L73.3118 21.8015V21.7793H75.458V21.8052L74.6416 23.2164C74.4902 23.4683 74.4274 23.6201 74.3276 23.872L72.7207 27.7759Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M81.1099 24.6754L81.036 26.4643C81.0102 26.957 81.1247 27.194 81.3759 27.194C81.5384 27.194 81.6529 27.1199 81.7268 26.9681H81.7527C81.7527 27.0829 81.7268 27.2718 81.6529 27.42C81.4534 27.8348 81.0249 28.1126 80.4228 28.1126C79.7062 28.1126 79.093 27.6829 79.0523 26.8903C78.8011 27.62 78.1621 28.1126 77.3457 28.1126C76.4296 28.1126 75.639 27.494 75.639 26.3384C75.639 25.0902 76.7177 24.4383 77.7483 24.4383C78.2877 24.4383 78.742 24.5383 79.0782 24.7791L79.104 23.4309V23.3679C79.104 22.4975 78.8418 21.9197 78.1879 21.9197C77.9367 21.9197 77.9257 21.9308 77.8481 22.0715L76.8322 23.9605H76.8064L76.0158 22.1604C76.8581 21.8567 77.7483 21.6826 78.5536 21.6826C79.3959 21.6826 80.0497 21.8345 80.5004 22.2604C80.903 22.6382 81.1284 23.2568 81.1284 24.2235C81.1247 24.3494 81.1099 24.6383 81.1099 24.6754ZM77.5932 26.1236C77.5932 26.8162 77.9072 27.194 78.3357 27.194C78.6127 27.194 78.8898 27.0051 79.0523 26.7533V26.7421L79.0782 24.905C78.9267 24.8532 78.7753 24.8309 78.6127 24.8309C77.9589 24.8272 77.5932 25.3939 77.5932 26.1236Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M84.9776 27.1053C84.9776 27.2683 84.9887 27.3053 85.1032 27.409L85.7201 27.9868V28.0127H82.2034V27.9868L82.8203 27.409C82.92 27.309 82.9348 27.272 82.9348 27.1053V20.079C82.9348 19.916 82.9237 19.8642 82.8203 19.7642L82.2034 19.1863V19.1604L84.9776 18.8345V27.1053Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M92.1255 28.1389C91.3719 28.1389 90.3302 28.0129 89.5508 27.787V24.7794H89.5766L91.2352 27.6499C91.3239 27.8018 91.3608 27.85 91.5123 27.8759C91.7007 27.9018 91.878 27.9018 92.0405 27.9018C93.0564 27.9018 93.7472 27.387 93.7472 26.4536C93.7472 25.6091 93.1561 25.2313 92.0147 24.6905L91.6268 24.5016C90.5075 23.972 89.2922 23.2423 89.2922 21.6681C89.2922 20.0681 90.574 19.0347 92.5577 19.0347C93.2115 19.0347 94.0907 19.1087 94.9699 19.3236V22.1941H94.9367L93.2411 19.4754C93.1524 19.3495 93.1155 19.3236 92.9899 19.2976C92.8532 19.2717 92.7387 19.2717 92.6242 19.2717C91.745 19.2717 91.1281 19.7754 91.1281 20.657C91.1281 21.4644 91.745 21.8274 92.7239 22.3052L93.1894 22.5312C94.5192 23.1719 95.6385 23.7794 95.6385 25.2646C95.6422 26.9795 94.2459 28.1389 92.1255 28.1389Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M105.11 23.2794C104.959 23.5312 104.911 23.6201 104.833 23.8461L103.4 28.013H101.992L100.788 24.5128L99.5838 28.013H98.1653L96.5436 23.2275C96.4438 22.9386 96.3921 22.7756 96.2813 22.5608L95.8934 21.8052V21.7793H99.0186V21.8052L98.5901 22.5238C98.5162 22.6497 98.5014 22.6868 98.5531 22.8386L99.798 26.6536L100.666 24.135L100.363 23.2275C100.263 22.9238 100.212 22.7868 100.101 22.5608L99.7131 21.8052V21.7793H102.838V21.8052L102.41 22.5238C102.336 22.6497 102.321 22.6868 102.373 22.8386L103.629 26.6425L104.582 23.809C104.67 23.5683 104.645 23.5312 104.545 23.3312L103.817 21.8089V21.7793H105.963V21.8052L105.11 23.2794Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M109.007 21.7791V27.1053C109.007 27.2683 109.007 27.3054 109.122 27.4091L109.739 27.9869V28.0128H106.222V27.9869L106.832 27.4091C106.946 27.3091 106.946 27.272 106.946 27.1053V22.7496C106.946 22.5866 106.935 22.5495 106.832 22.4347L106.215 21.8051V21.7791H109.007ZM106.935 20.1568C106.935 19.5531 107.4 19.1753 107.94 19.1753C108.505 19.1753 108.956 19.5531 108.956 20.1568C108.956 20.7235 108.505 21.0902 107.94 21.0902C107.397 21.0865 106.935 20.7235 106.935 20.1568Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M117.068 27.1052C117.068 27.2682 117.079 27.3052 117.182 27.4089L117.81 27.9867V28.0127H114.282V27.9867L114.884 27.4089C114.984 27.3089 114.999 27.2571 114.999 27.12C114.999 26.9311 115.036 25.231 115.036 24.6273C115.036 23.4828 114.859 22.7272 114.083 22.7272C113.68 22.7272 113.381 22.9531 113.152 23.2828V27.1089C113.152 27.2719 113.152 27.3089 113.266 27.4126L113.883 27.9904V28.0164H110.367V27.9904L110.984 27.4126C111.098 27.3126 111.098 27.2756 111.098 27.1089V22.7494C111.098 22.5865 111.087 22.5494 110.984 22.4346L110.367 21.8049V21.779H113.156V23.1124C113.47 22.2309 114.135 21.6753 115.154 21.6753C116.41 21.6753 117.112 22.5939 117.112 24.331C117.105 25.1162 117.082 26.1126 117.068 27.1052Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M124.578 27.1053C124.666 27.2683 124.755 27.3831 124.866 27.4942L125.394 27.9868V28.0127H122.731L121.338 25.0422C121.286 24.9274 121.201 24.8903 121.113 24.8903C121.076 24.8903 121.024 24.9015 120.976 24.9422V27.109C120.976 27.272 120.987 27.309 121.102 27.4127L121.718 27.9905V28.0164H118.202V27.9905L118.819 27.4127C118.918 27.3127 118.933 27.2757 118.933 27.109V20.079C118.933 19.916 118.922 19.8642 118.819 19.7642L118.202 19.1863V19.1604L120.976 18.8345V24.8015L123.011 23.2792C123.111 23.2051 123.111 23.1273 123.037 23.0273L122.184 21.805V21.7791H125.261V21.805L122.963 23.5569C122.864 23.631 122.849 23.6718 122.901 23.7829L124.578 27.1053Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M127.581 24.6125V24.6384C127.581 26.2755 128.408 26.9422 129.376 26.9422C130.13 26.9422 130.869 26.6163 131.286 25.7829H131.312C130.987 27.3682 130.004 28.1127 128.538 28.1127C126.957 28.1127 125.461 27.1571 125.461 24.9384C125.461 22.6087 126.942 21.6753 128.612 21.6753C129.941 21.6753 131.364 22.305 131.364 24.331C131.364 24.368 131.364 24.4569 131.352 24.6088H127.581V24.6125ZM127.581 24.3865H129.428C129.439 24.2236 129.439 24.0606 129.439 24.0087C129.439 22.3605 129.099 21.9198 128.586 21.9198C127.958 21.9198 127.607 22.5605 127.581 24.3865Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M134.703 27.1053C134.703 27.2683 134.714 27.3053 134.829 27.409L135.445 27.9868V28.0127H131.929V27.9868L132.542 27.409C132.642 27.309 132.656 27.272 132.656 27.1053V20.079C132.656 19.916 132.645 19.8642 132.542 19.7642L131.925 19.1863V19.1604L134.699 18.8345V27.1053H134.703Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M138.345 25.8609L137.492 25.4572C136.801 25.1312 136.273 24.5645 136.273 23.6682C136.273 22.4718 137.252 21.6792 138.848 21.6792C139.465 21.6792 140.24 21.7681 141.057 22.02L140.355 23.846H140.329L139.35 22.094C139.276 21.9681 139.236 21.9051 139.062 21.9051H138.885C138.331 21.9051 137.869 22.194 137.869 22.7867C137.869 23.3423 138.282 23.6052 139.025 23.9312L139.83 24.283C140.61 24.6238 141.223 25.0497 141.223 26.0202C141.223 27.3795 140.081 28.1092 138.408 28.1092C137.691 28.1092 136.812 27.9721 136.099 27.7203L136.79 25.7683H136.816L137.821 27.7203C137.872 27.8203 137.946 27.8832 138.083 27.8832H138.371C139.099 27.8832 139.553 27.5054 139.553 26.9647C139.55 26.4535 139.162 26.2387 138.345 25.8609Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M34.7533 11.3782L32.8099 9.42969L30.8666 11.3782L32.8099 13.3268L34.7533 11.3782Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M30.0324 11.3758L27.4647 8.80127L24.8971 11.3758L27.4647 13.9503L30.0324 11.3758Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M38.553 11.3777L37.0694 9.89014L35.5858 11.3777L37.0694 12.8654L38.553 11.3777Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M24.0629 11.3782L22.1196 9.42969L20.1762 11.3782L22.1196 13.3268L24.0629 11.3782Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M38.5546 15.1343H16.3756V16.9418H38.5546V15.1343Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M19.3437 11.3792L17.86 9.8916L16.3764 11.3792L17.86 12.8668L19.3437 11.3792Z\" fill=\"#FFA2B9\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-uiq6xu\",\"data-framer-name\":\"AqM9bTQHlc4iwqXKdu7oreJM\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:31,intrinsicWidth:126,layoutDependency:layoutDependency,layoutId:\"UCV2wDFel\",svg:'<svg width=\"126\" height=\"31\" viewBox=\"0 0 126 31\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_5863_6410)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M51.8856 20.134C51.8856 21.4975 52.5663 21.9942 54.3743 21.9942H58.6165V18.2481H54.3743C52.5663 18.2481 51.8856 18.7704 51.8856 20.134ZM13.9958 13.2695H10.931V21.9952H13.8914C15.5411 21.9952 16.4571 21.6022 16.9812 20.659C17.3741 19.925 17.5838 18.9032 17.5838 17.6195C17.5838 14.5276 16.5626 13.2695 13.9958 13.2695Z\" fill=\"#FFA2B9\"/>\\n<mask id=\"mask0_5863_6410\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"-1\" y=\"0\" width=\"127\" height=\"31\">\\n<path d=\"M125.849 30.8323H-0.000183105V0H125.849V30.8323Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_5863_6410)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M116.991 24.2923H105.127C102.456 24.2923 101.383 23.9269 100.517 22.6686C99.8892 21.7522 99.8111 21.2272 99.8111 18.5551V11.5349H102.35V18.8436C102.35 20.6252 102.404 21.0192 102.718 21.4644C103.112 22.0666 103.792 22.2763 105.127 22.2763H107.222V11.5347H109.764V22.2763H114.45V11.5347H116.991V24.2925V24.2923ZM85.8797 24.2923H80.3276C77.5265 24.2923 76.4803 23.9003 75.589 22.5385C75.0652 21.7249 74.8803 20.8615 74.8803 19.0801V11.5347H77.4211V18.9759C77.4211 20.2862 77.4981 20.8086 77.7885 21.2806C78.1805 21.988 79.0187 22.2765 80.5366 22.2765H83.3404V11.5347H85.8797V24.2925V24.2923ZM61.1583 24.2923H54.6904C52.2015 24.2923 51.4687 24.1358 50.5774 23.455C49.7402 22.773 49.2678 21.7249 49.2678 20.4683C49.2678 18.9481 49.8968 17.6388 50.9449 17.0366C51.5732 16.6692 52.5159 16.5125 54.0868 16.5125H58.6182C58.6182 13.8926 58.2774 13.5516 55.7383 13.5516H49.7402V11.5347H56.2871C58.5661 11.5347 59.614 11.8481 60.3475 12.7132C60.976 13.4464 61.1583 14.2856 61.1583 16.2247V24.2923ZM33.4003 24.2923H35.9397V6.81853H33.4003V24.2923ZM18.8137 22.6429C17.7394 23.8993 16.4826 24.2925 13.4184 24.2925H8.3897V6.81829H10.9298V11.5347H14.4656C16.6392 11.5347 17.7651 11.9269 18.7342 13.0532C19.7033 14.1016 20.1997 15.726 20.1997 17.7176C20.1997 19.8388 19.7043 21.5682 18.8137 22.6429ZM6.15547e-05 30.8323H125.85V0H-0.000183105V30.8323H6.15547e-05Z\" fill=\"#FFA2B9\"/>\\n</g>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_5863_6410\">\\n<rect width=\"126\" height=\"31\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1nwi8de\",\"data-framer-name\":\"bauer_media_group_logo.svg\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:44,intrinsicWidth:75,layoutDependency:layoutDependency,layoutId:\"p8OTlhHPW\",svg:'<svg width=\"75\" height=\"44\" viewBox=\"0 0 75 44\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<mask id=\"mask0_5863_6469\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"75\" height=\"44\">\\n<path d=\"M75 0.0195312H0V43.2565H75V0.0195312Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_5863_6469)\">\\n<path d=\"M20.1712 36.2814H6.98198C6.21041 36.2814 5.586 35.6568 5.586 34.8873C5.586 34.1178 6.21146 33.4932 6.98198 33.4932H20.1702C23.678 33.4932 26.5319 30.6429 26.5319 27.1398C26.5319 24.5741 24.705 22.1511 21.7648 20.8169C21.337 20.6226 21.0363 20.2268 20.9628 19.7639C20.8892 19.3009 21.0553 18.8317 21.4022 18.5157C22.9095 17.1446 23.7389 15.2823 23.7389 13.2709C23.7389 10.6254 21.4221 8.39037 18.6806 8.39037H8.37899V13.1596L17.4508 18.3362C17.8859 18.585 18.154 19.0469 18.154 19.5466C18.154 20.0463 17.8859 20.5092 17.4508 20.757L7.67573 26.3356C7.24371 26.5824 6.71289 26.5802 6.28188 26.3314C5.8509 26.0816 5.586 25.6228 5.586 25.1252V14.7774L2.793 13.1837V27.9145C2.793 28.6851 2.16755 29.3087 1.39598 29.3087C0.624404 29.3087 0 28.6841 0 27.9145V11.7319C0 11.0401 0.37212 10.3944 0.971295 10.048C1.57047 9.70051 2.31576 9.69845 2.91704 10.0417L5.58495 11.565V6.99523C5.58495 6.22465 6.21041 5.60107 6.98095 5.60107H18.6796C20.7567 5.60107 22.7214 6.40312 24.213 7.8592C25.7078 9.31945 26.5309 11.2406 26.5309 13.2709C26.5309 15.4366 25.8434 17.4764 24.5673 19.1708C27.5411 21.0782 29.3239 24.0082 29.3239 27.1398C29.3239 32.1809 25.2169 36.2825 20.1691 36.2825L20.1712 36.2814ZM8.37899 16.3709V22.7212L13.943 19.5456L8.37899 16.3699V16.3709Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M40.5116 5.59814H44.3905C46.2195 5.59814 47.2014 6.3456 47.2014 7.7681C47.2014 8.51552 46.8208 9.07928 46.2069 9.42253C47.1025 9.71648 47.729 10.3537 47.729 11.4088C47.729 12.9047 46.4645 13.6889 44.5986 13.6889H40.5116V5.59814ZM44.0225 8.77275C44.5996 8.77275 44.894 8.50294 44.894 8.06205C44.894 7.6211 44.587 7.35129 44.0225 7.35129H42.7706V8.77275H44.0225ZM44.4893 11.9358C45.0664 11.9358 45.4101 11.6534 45.4101 11.1757C45.4101 10.6981 45.0664 10.4157 44.4893 10.4157H42.7706V11.9358H44.4893Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M48.3045 12.0703C48.3045 11.1024 48.9184 10.4526 50.2565 10.1461L51.7913 9.79018C52.0615 9.72926 52.1592 9.60646 52.1592 9.42273C52.1592 9.12879 51.9258 8.95661 51.4108 8.95661C50.8095 8.95661 50.1956 9.29993 49.8887 9.85104L48.3424 8.93144C48.8458 8.01179 49.9622 7.24023 51.497 7.24023C53.3628 7.24023 54.1848 8.15983 54.1848 9.85104V11.7512C54.1848 11.9842 54.2952 12.0703 54.5412 12.0703H54.7503V13.6765C54.517 13.7374 54.1733 13.7868 53.8421 13.7868C53.0443 13.7868 52.7006 13.517 52.4798 13.0508C52.4304 12.9532 52.3936 12.9039 52.32 12.9039C52.2464 12.9039 52.2096 12.9532 52.1235 13.075C51.7797 13.5411 51.2152 13.8224 50.43 13.8224C49.0803 13.8224 48.3066 13.0624 48.3066 12.0693L48.3045 12.0703ZM51.0166 12.3034C51.6431 12.3034 52.1581 11.9234 52.1581 11.0037V10.8935C52.0845 11.0037 51.9616 11.0646 51.7282 11.1139L50.943 11.2851C50.575 11.3712 50.3659 11.5423 50.3659 11.8121C50.3659 12.0819 50.6108 12.3023 51.0166 12.3023V12.3034Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M58.4317 13.8844C56.4555 13.8844 55.4001 12.8912 55.4001 11.2V7.43652H57.5729V11.0405C57.5729 11.6661 57.8925 12.0083 58.4317 12.0083C58.971 12.0083 59.2906 11.6651 59.2906 11.0405V7.43652H61.4634V11.2C61.4634 12.8912 60.408 13.8844 58.4317 13.8844Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M65.6593 13.8475C63.4865 13.8475 62.223 12.4628 62.223 10.5626C62.223 8.66251 63.598 7.27783 65.5008 7.27783C67.403 7.27783 68.6554 8.63831 68.6554 10.5752V11.0896H64.3107C64.4337 11.7762 64.9855 12.0827 65.6489 12.0827C66.2373 12.0827 66.5812 11.8622 66.9252 11.4455L68.4343 12.5615C67.8207 13.3708 66.8263 13.8485 65.6605 13.8485L65.6593 13.8475ZM66.5677 9.72911C66.4202 9.22621 66.0401 8.93226 65.4756 8.93226C64.9112 8.93226 64.4936 9.22621 64.3464 9.72911H66.5677Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M69.4649 7.43639H71.625V8.23318C71.625 8.30668 71.6496 8.3434 71.7116 8.3434C71.7731 8.3434 71.8093 8.30668 71.9321 8.11037C72.2632 7.57075 72.73 7.32617 73.3183 7.32617H73.3552L73.3798 9.50764H72.9129C72.0414 9.50764 71.6244 9.91181 71.6244 10.844V13.6879H69.4642L69.4649 7.43639Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M44.7952 23.1696L42.5856 20.3866V25.0204H40.5116V16.9307H42.3407L45.0286 20.3257L47.6187 16.9307H49.3984V25.0204H47.3117V20.4601L45.2125 23.1685C45.1263 23.2788 45.078 23.3029 45.0033 23.3029C44.9287 23.3029 44.8803 23.2788 44.7941 23.1685L44.7952 23.1696Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M53.5947 25.18C51.4219 25.18 50.1583 23.7953 50.1583 21.8952C50.1583 19.995 51.5333 18.6104 53.436 18.6104C55.3386 18.6104 56.5905 19.9709 56.5905 21.9078V22.4222H52.246C52.369 23.1087 52.9208 23.4153 53.5841 23.4153C54.1728 23.4153 54.5166 23.1948 54.8603 22.7781L56.3698 23.894C55.7559 24.7034 54.7615 25.181 53.5957 25.181L53.5947 25.18ZM54.5029 21.0616C54.3557 20.5588 53.9752 20.2648 53.4107 20.2648C52.8462 20.2648 52.4289 20.5588 52.2817 21.0616H54.5029Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M61.8927 24.6647C61.8927 24.5912 61.8559 24.5544 61.795 24.5544C61.7214 24.5544 61.6604 24.6038 61.5374 24.7014C61.2673 24.9218 60.8006 25.1916 60.1015 25.1916C58.4449 25.1916 57.2664 23.8437 57.2664 21.8942C57.2664 19.9447 58.4449 18.5968 60.1015 18.5968C60.8016 18.5968 61.2673 18.8666 61.5374 19.087C61.6604 19.1847 61.7214 19.234 61.795 19.234C61.8559 19.234 61.8927 19.1973 61.8927 19.1238V16.4395H64.0529V25.0195H61.8927V24.6636V24.6647ZM60.7386 23.2915C61.5122 23.2915 61.9905 22.7278 61.9905 21.8942C61.9905 21.0607 61.5122 20.497 60.7386 20.497C59.9649 20.497 59.4498 21.0607 59.4498 21.8942C59.4498 22.7278 59.9407 23.2915 60.7386 23.2915Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M66.4326 16.0479C67.1567 16.0479 67.672 16.4887 67.672 17.1512C67.672 17.8136 67.1567 18.2546 66.4326 18.2546C65.7084 18.2546 65.1931 17.8251 65.1931 17.1512C65.1931 16.4773 65.7084 16.0479 66.4326 16.0479ZM67.5129 18.7689V25.0205H65.3528V18.7689H67.5129Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M68.4879 23.4024C68.4879 22.4345 69.1015 21.7846 70.4399 21.4781L71.9748 21.1222C72.245 21.0614 72.3427 20.9385 72.3427 20.7548C72.3427 20.4609 72.1093 20.2887 71.594 20.2887C70.9927 20.2887 70.3791 20.632 70.072 21.1831L68.5261 20.2635C69.0291 19.3439 70.1457 18.5723 71.6806 18.5723C73.5459 18.5723 74.3683 19.4919 74.3683 21.1831V23.0832C74.3683 23.3163 74.4789 23.4024 74.7246 23.4024H74.934V25.0086C74.7006 25.0695 74.3567 25.1188 74.0256 25.1188C73.2278 25.1188 72.8838 24.849 72.6633 24.3829C72.6136 24.2853 72.5767 24.2359 72.5036 24.2359C72.4299 24.2359 72.3931 24.2853 72.3071 24.4071C71.9631 24.8732 71.3987 25.1545 70.6131 25.1545C69.2638 25.1545 68.4899 24.3945 68.4899 23.4013L68.4879 23.4024ZM71.2002 23.6354C71.8267 23.6354 72.3414 23.2554 72.3414 22.3358V22.2256C72.2677 22.3358 72.1448 22.3967 71.9114 22.446L71.1265 22.6171C70.7586 22.7032 70.5491 22.8743 70.5491 23.1442C70.5491 23.414 70.7942 23.6344 71.2002 23.6344V23.6354Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M39.9839 32.2241C39.9839 29.8337 41.7026 27.9829 44.4021 27.9829C46.1207 27.9829 47.3475 28.7556 48.1579 29.9933L46.2437 31.0473C45.9126 30.4226 45.3113 30.0059 44.4021 30.0059C43.1133 30.0059 42.2913 30.9003 42.2913 32.2241C42.2913 33.5479 43.1133 34.4182 44.4021 34.4182C45.2609 34.4182 45.9368 34.014 46.2311 33.3642L44.9297 32.138C44.8193 32.0404 44.7826 31.9543 44.7826 31.8924C44.7826 31.7821 44.8561 31.6961 45.0286 31.6961H48.6499V31.9659C48.6499 35.3861 46.392 36.4643 44.4031 36.4643C41.7026 36.4643 39.985 34.6135 39.985 32.223L39.9839 32.2241Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M49.4471 30.0174H51.6073V30.8142C51.6073 30.8877 51.6315 30.9245 51.6935 30.9245C51.7555 30.9245 51.7912 30.8877 51.9142 30.6914C52.2454 30.1518 52.7121 29.9072 53.3008 29.9072H53.3375L53.3617 32.0887H52.895C52.0236 32.0887 51.6062 32.4929 51.6062 33.4251V36.269H49.4461V30.0174H49.4471Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M53.6436 33.1437C53.6436 31.2068 55.1048 29.8589 57.1051 29.8589C59.1056 29.8589 60.5541 31.2068 60.5541 33.1437C60.5541 35.0806 59.0814 36.4285 57.1051 36.4285C55.1289 36.4285 53.6436 35.0806 53.6436 33.1437ZM57.1051 34.5284C57.903 34.5284 58.4065 33.9646 58.4065 33.1437C58.4065 32.3227 57.903 31.759 57.1051 31.759C56.3073 31.759 55.7922 32.3227 55.7922 33.1437C55.7922 33.9646 56.2957 34.5284 57.1051 34.5284Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M64.2116 36.4654C62.2355 36.4654 61.18 35.4723 61.18 33.7811V30.0176H63.3528V33.6215C63.3528 34.2472 63.6724 34.5894 64.2116 34.5894C64.7509 34.5894 65.0703 34.2462 65.0703 33.6215V30.0176H67.2433V33.7811C67.2433 35.4723 66.1882 36.4654 64.2116 36.4654Z\" fill=\"#FFA2B9\"/>\\n<path d=\"M68.2125 30.0178H70.3726V30.3737C70.3726 30.4472 70.4095 30.4839 70.4703 30.4839C70.544 30.4839 70.6047 30.4346 70.7282 30.3369C70.9978 30.1165 71.4646 29.8467 72.1636 29.8467C73.8207 29.8467 74.9987 31.1946 74.9987 33.1441C74.9987 35.0936 73.8207 36.4415 72.1636 36.4415C71.464 36.4415 70.9978 36.1717 70.7282 35.9513C70.6047 35.8537 70.544 35.8043 70.4703 35.8043C70.4095 35.8043 70.3726 35.8411 70.3726 35.9145V38.7217H68.2125V30.0189V30.0178ZM71.5267 34.5414C72.3246 34.5414 72.8153 33.9777 72.8153 33.1441C72.8153 32.3105 72.3246 31.7468 71.5267 31.7468C70.7289 31.7468 70.275 32.3105 70.275 33.1441C70.275 33.9777 70.7534 34.5414 71.5267 34.5414Z\" fill=\"#FFA2B9\"/>\\n</g>\\n</svg>\\n',withExternalLayout:true})]})],speed:30,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-tm4127-container\",layoutDependency:layoutDependency,layoutId:\"LpNAruVU6-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:120,height:\"100%\",hoverFactor:.6,id:\"LpNAruVU6\",layoutId:\"LpNAruVU6\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-uawhjf\",\"data-framer-name\":\"Green paw paw\",layoutDependency:layoutDependency,layoutId:\"COIFO9bFo\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1rtuy1h\",\"data-framer-name\":\"Mars 1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:45,intrinsicWidth:110,layoutDependency:layoutDependency,layoutId:\"wIOQiPQFt\",svg:'<svg width=\"110\" height=\"45\" viewBox=\"0 0 110 45\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_5787_31777)\">\\n<path d=\"M108.251 9.55791C107.732 7.46093 105.495 5.29918 103.093 4.58756C100.853 3.92385 98.5919 4.17428 96.5547 5.31058C94.9471 6.2074 93.6731 7.61055 92.9181 9.29744C92.8734 9.23631 92.8292 9.17428 92.7822 9.11589C91.6217 7.67943 89.7282 6.28859 86.9474 6.5559C84.7761 6.76528 83.0326 7.6142 80.9288 9.48629C80.635 9.74722 80.3481 10.0392 80.0644 10.3393C79.0668 9.42745 77.6308 9.08989 76.1104 9.45436C75.0183 9.71711 73.9906 10.2403 72.7749 11.1508C71.0547 12.4409 69.5339 13.9868 68.7078 15.2859C68.6758 15.3352 68.6466 15.3845 68.6165 15.4347C68.5463 14.9662 68.3766 14.4922 68.1408 14.1232C67.519 13.1484 66.2769 12.1412 64.8906 11.9446C64.2734 11.8565 63.3556 11.8561 62.2868 12.2497C61.3366 11.342 60.0931 10.5104 58.2233 10.3767C54.5603 10.1149 50.0804 12.5722 46.8092 16.6362C45.8859 17.7839 45.1114 18.9986 44.5024 20.2339C44.7779 17.9878 45.178 15.9328 45.7363 13.8896C46.3868 11.5103 45.4795 9.17884 42.2421 7.90569C40.6565 7.28257 38.9778 7.2511 37.6362 7.81947C36.8243 8.16388 36.1359 8.71903 35.1488 9.62314C34.0458 10.6335 32.7494 11.9783 31.3841 13.5179C31.6272 12.8332 31.8507 12.2237 32.0446 11.6959L32.259 11.1125C32.5081 10.4305 32.6326 9.76318 32.6326 9.13505C32.6326 8.35775 32.4424 7.63975 32.0642 7.02712C31.2687 5.73846 29.5407 4.49907 27.785 4.18067C26.2596 3.90378 25.0393 3.98132 23.8273 4.43201C22.3261 4.99035 21.4653 5.84566 20.1858 7.19499C16.7495 10.8197 13.1823 15.4123 9.58362 20.8452C6.73626 25.1459 2.29278 32.6124 1.35947 35.4424C0.802495 37.1284 0.859515 38.5662 1.53509 39.8384C2.34296 41.3602 4.0928 42.6917 5.59311 43.1205C7.90586 43.781 9.7889 42.6726 10.631 40.1541C11.9082 36.3378 14.319 31.4793 17.1778 26.8492C16.7764 29.4338 16.5739 31.4049 16.5739 32.731V32.7456C16.6432 35.6691 17.1336 37.3537 19.6876 38.8791C20.9307 39.6231 22.3106 39.9123 23.4724 39.6719C24.5991 39.4397 25.3979 38.771 26.0634 37.5052C28.7849 32.3227 31.5173 28.1972 33.7712 25.1541C33.7666 25.4365 33.7639 25.7197 33.7639 26.0058C33.7639 27.5809 33.8287 28.8782 33.9546 29.8626C34.7337 35.9191 39.3199 38.1497 43.0701 36.986C44.631 36.5011 45.6939 35.4693 45.9863 34.1542C46.0899 33.688 46.0789 33.2546 46.0059 32.8591C49.085 35.5564 54.1544 34.4325 58.6558 30.1838C60.1068 31.7584 61.8977 32.788 64.9321 31.8136C66.8722 31.1905 69.106 29.593 70.6195 27.7707C71.8261 29.9607 75.1547 31.4492 78.0632 29.5543C79.4121 28.678 79.9376 27.3797 80.3591 26.336C80.3645 26.3251 80.3705 26.3169 80.3759 26.3055L80.422 26.2151L80.4257 26.2074C80.4352 26.1859 80.4389 26.1777 80.9466 24.9707C81.307 24.1355 81.9 22.8341 82.8584 21.2548C83.4436 20.2896 83.9869 19.4813 84.506 18.8098C84.2027 19.2623 83.9742 19.7983 83.8501 20.4118C83.6074 21.6033 83.8396 23.0827 84.4577 24.271C86.411 28.0288 90.3253 29.3458 93.882 29.0438C96.9547 28.7829 99.9211 27.1051 101.623 24.6651C104.146 21.0486 103.079 17.1722 102.056 14.5711C101.793 13.9015 101.677 13.3646 101.724 13.079C101.743 12.9654 101.789 12.9171 101.853 12.9098C101.921 12.9002 101.993 12.9604 102.066 13.0549C102.82 13.8951 103.597 14.63 104.64 14.8056C105.651 14.9767 106.608 14.6628 107.335 13.9206C108.106 13.1338 108.751 11.5746 108.251 9.55791ZM92.779 15.9729C93.0404 16.7767 93.2753 17.5599 93.2753 18.3062C93.2657 19.3221 92.7576 19.6437 92.3762 19.7965C91.7015 20.0679 91.1856 19.6852 90.5935 18.9088C89.5471 17.5398 88.1011 16.7256 86.411 17.3154C85.8873 17.4988 85.3983 17.8053 84.985 18.2227C86.0137 17.0276 86.9689 16.3771 87.9975 16.1207C88.3684 16.0281 88.6927 16.0258 88.9358 16.1139C89.1242 16.1823 89.1972 16.2265 89.3067 16.2931C89.4134 16.3579 89.5466 16.4387 89.7537 16.5281C90.1702 16.7064 90.5069 16.7589 90.9931 16.7229C91.6331 16.6754 92.2585 16.3785 92.7571 15.9031C92.7635 15.9264 92.7708 15.9497 92.779 15.9729ZM44.4983 33.381C44.2643 34.4379 43.3953 35.2253 42.1313 35.6176C40.9106 35.9971 39.4408 35.9547 38.2959 35.5085C36.2354 34.7048 35.1032 32.471 34.7547 29.7604C34.6265 28.766 34.5704 27.47 34.5704 26.0062C34.5704 24.3093 34.6452 22.7123 34.7907 21.0363C32.1162 24.291 28.3661 29.453 24.6479 36.5326C24.075 37.6238 23.4665 38.1082 22.6089 38.2852C21.6468 38.4836 20.4736 38.2323 19.4002 37.5891C18.0573 36.7872 17.4666 35.4383 17.4105 33.5607L17.3799 32.731C17.3799 30.9679 17.7535 28.001 18.4911 23.9124C18.6959 22.7739 18.8528 22.0403 19.0974 20.8612C14.6178 27.0782 10.8486 34.2719 9.16669 39.3006C8.48062 41.352 7.08476 42.3095 5.1146 41.747C3.92037 41.4058 2.91453 40.7156 2.24807 39.4603C1.66419 38.3605 1.65233 37.1256 2.12491 35.6947C3.02629 32.9622 7.4985 25.4547 10.2569 21.2895C14.0645 15.5414 17.6372 11.0555 20.7724 7.74877C22.0852 6.36386 22.8114 5.66912 24.1097 5.1865C25.2701 4.75497 26.359 4.73946 27.6417 4.97211C28.9815 5.21524 30.0854 5.89082 30.6784 6.8515C31.255 7.78481 31.2518 9.0055 30.802 10.2367C30.1379 12.0545 29.018 14.9789 27.9537 18.927C30.4713 15.6746 33.3971 12.3195 35.6935 10.2162C36.6154 9.37225 37.2449 8.86044 37.9515 8.56119C39.059 8.09135 40.5365 8.10047 41.9474 8.65516C43.9541 9.44387 44.8313 10.9807 44.2579 13.0777C43.4998 15.8543 43.0509 18.5393 42.7891 21.5842C42.555 24.3029 42.6244 26.6823 42.899 28.2606C43.0409 29.0725 43.2274 29.7869 43.7502 30.701C44.106 31.3228 44.7547 32.2319 44.4983 33.381ZM69.5663 26.3223C68.2023 28.1055 65.9571 29.8152 63.986 30.4483C61.9169 31.113 59.8824 30.8443 58.763 28.9927C58.5737 28.6793 58.4979 28.4654 58.3533 28.0498C53.8332 32.8829 48.7 34.1843 45.8212 31.6412C44.4832 30.4602 43.7712 28.8828 43.7315 26.5842C43.6786 23.4786 45.1041 20.0405 47.4383 17.1402C50.5438 13.282 54.7725 10.9373 58.1663 11.1796C59.7204 11.2913 61.0862 12.0244 62.0492 13.2241C63.055 12.7305 64.0047 12.6315 64.7779 12.7415C65.6788 12.8696 66.3768 13.3564 66.7609 13.9576C67.0099 14.3476 67.1477 14.8818 67.1477 15.3119C67.1477 15.9273 66.9862 16.5846 66.6372 17.5015C66.276 18.4513 65.813 19.822 65.3905 21.6125C65.4831 21.5404 65.6341 21.4022 65.6816 21.362C66.9584 20.2604 68.6184 20.1053 69.7501 21.2503C70.7249 22.2365 71.2495 24.1209 69.5663 26.3223ZM81.4698 20.238C80.5452 21.7616 79.9412 23.0466 79.5038 24.0598C79.5038 24.0598 79.0038 25.2508 78.9979 25.2645C78.9979 25.2645 78.9135 25.4319 78.9144 25.4305C78.4979 26.4619 78.0445 27.5522 76.9246 28.2806C75.2245 29.3868 72.5952 29.3376 71.4338 27.564C71.1254 27.0919 70.968 26.55 70.9982 25.93C71.0283 25.2754 71.2358 24.6364 71.6267 23.901C72.1668 22.8423 72.3963 22.1142 72.6663 21.2703C71.6117 21.5345 70.3002 21.1084 69.5462 20.2034C68.4053 18.8344 68.5271 17.0736 69.3888 15.7184C70.1378 14.5406 71.577 13.0571 73.2593 11.7958C74.1717 11.1116 75.1602 10.5117 76.2983 10.238C77.737 9.89319 79.2264 10.2773 80.0402 11.5527C80.5014 11.0473 80.9872 10.5136 81.4657 10.0884C83.3419 8.41842 84.9325 7.56037 87.025 7.35829H87.0259C89.0275 7.16579 90.5547 7.90979 91.4557 9.02466C92.0601 9.77367 92.4081 10.8101 92.4629 11.872C92.5108 12.7707 92.3082 13.6593 91.8375 14.3289C91.426 14.9256 90.8212 15.2777 90.2327 15.3215C89.8504 15.3498 89.6474 15.3083 89.371 15.1888C89.0093 15.0341 88.9723 14.9256 88.5084 14.7582C88.096 14.609 87.6061 14.6154 87.1021 14.7408C85.2993 15.1883 83.6845 16.586 81.4698 20.238ZM106.058 12.7579C105.552 13.2752 104.886 13.5502 104.074 13.4125C103.321 13.2852 102.857 12.7615 102.297 12.0773C101.88 11.5682 101.327 11.274 100.776 11.5545C100.122 11.888 99.9859 12.6917 100.605 14.2673C101.937 17.6553 102.249 20.7553 100.262 23.6045C98.6553 25.9086 95.8932 27.4057 93.1129 27.6416C89.3509 27.9618 86.5341 26.5171 85.1725 23.8983C84.6233 22.8409 84.439 21.555 84.6406 20.5706C84.8737 19.4179 85.6889 18.4216 86.676 18.0758C87.6923 17.7219 88.5823 17.9846 89.3642 18.8486C89.9138 19.4557 90.2131 20.0711 90.8763 20.431C91.4438 20.7389 92.0715 20.7873 92.6759 20.5441C93.5563 20.1911 94.069 19.4548 94.0809 18.3057C94.0809 17.4117 93.799 16.5034 93.5449 15.7229C93.1882 14.6282 93.023 13.5991 93.0258 12.6297C93.0285 11.7169 93.1832 10.8324 93.466 10.0793C94.1393 8.28202 95.3987 6.87841 96.947 6.01444C98.768 4.99857 100.828 4.75726 102.863 5.3603C104.772 5.92549 106.335 7.40528 106.769 9.15284C107.158 10.7243 106.734 12.0682 106.058 12.7579Z\" fill=\"#096846\" stroke=\"#096846\" stroke-width=\"1.22913\"/>\\n<path d=\"M52.9089 21.3887C54.2409 19.4587 56.0638 18.1787 57.5034 17.931C57.9053 17.8621 58.1612 17.8799 58.4796 17.9529C58.4664 18.0382 58.4655 18.2111 58.4093 18.4145C58.1347 19.5809 56.2166 22.1737 53.7337 23.8387C52.5969 24.5996 51.8725 24.7415 51.4666 24.8469C51.6194 23.5879 52.1544 22.4826 52.9089 21.3887Z\" fill=\"#096846\"/>\\n<path d=\"M104.775 15.0946C105.019 15.3377 105.144 15.6347 105.144 15.975C105.146 16.3267 105.026 16.6232 104.786 16.8632C104.546 17.1063 104.252 17.2253 103.907 17.2244C103.565 17.2185 103.269 17.0967 103.028 16.8476C102.785 16.6009 102.667 16.3053 102.665 15.9568C102.663 15.6137 102.782 15.3177 103.023 15.0773C103.263 14.8341 103.556 14.7137 103.897 14.7224C104.241 14.7219 104.537 14.8478 104.775 15.0946ZM104.918 14.9541C104.638 14.6713 104.294 14.5276 103.896 14.523C103.495 14.5189 103.161 14.6567 102.885 14.9368C102.607 15.2146 102.461 15.5585 102.467 15.9536C102.467 16.3568 102.608 16.7008 102.893 16.9872C103.169 17.2719 103.506 17.4183 103.91 17.4215C104.305 17.4242 104.65 17.2892 104.929 17.0037C105.212 16.7236 105.35 16.3805 105.348 15.9796C105.345 15.5804 105.203 15.2378 104.918 14.9541ZM104.113 15.9034C104.057 15.9257 103.967 15.9358 103.85 15.9362L103.601 15.9335V15.3587L103.838 15.3606C103.99 15.3633 104.101 15.382 104.171 15.4217C104.244 15.465 104.279 15.5398 104.277 15.6557C104.284 15.777 104.222 15.8614 104.113 15.9034ZM103.324 16.7541L103.601 16.7573V16.1296L103.823 16.131C103.966 16.1315 104.073 16.1502 104.129 16.1835C104.229 16.2446 104.284 16.3659 104.282 16.5511V16.6766L104.289 16.7304C104.288 16.7373 104.288 16.74 104.293 16.7473C104.293 16.7509 104.293 16.7569 104.293 16.7605L104.562 16.7642L104.551 16.7441C104.545 16.7309 104.542 16.704 104.54 16.6606C104.533 16.6232 104.533 16.5803 104.532 16.5416L104.53 16.4261C104.53 16.3463 104.503 16.2647 104.443 16.1803C104.383 16.0936 104.293 16.0411 104.172 16.0243C104.27 16.0056 104.344 15.9796 104.398 15.9467C104.503 15.8788 104.554 15.7747 104.554 15.6324C104.552 15.434 104.47 15.2985 104.307 15.2292C104.212 15.1895 104.068 15.1685 103.876 15.1667L103.321 15.1621L103.324 16.7541Z\" fill=\"#096846\"/>\\n<path d=\"M105.074 9.61954C105.068 9.58259 105.06 9.5461 105.052 9.50961C104.805 8.41299 103.849 7.42266 102.37 6.96741C99.4937 6.082 96.1956 7.58962 95.0392 10.6774C94.5589 11.956 94.599 13.5539 95.1423 15.1916C95.505 16.2886 95.8973 17.6293 95.7176 19.0274C95.4872 20.822 94.2359 21.9565 92.6713 22.2817C90.9525 22.6393 89.4891 21.9706 88.4062 20.3467C87.9924 19.7263 87.7151 19.4932 87.2288 19.6624C86.8183 19.8066 86.4091 20.3175 86.2896 20.9055C86.1655 21.5158 86.3316 22.3223 86.6677 22.8975C87.8465 24.9165 90.3339 25.8972 92.956 25.6258C95.3969 25.374 97.4925 24.1428 98.7342 22.4313C100.163 20.4616 100.293 17.8879 99.136 14.8444C98.1936 12.3725 98.4655 10.6915 99.8659 9.90875C100.965 9.31984 102.36 9.66197 103.192 10.8767C103.557 11.4095 103.746 11.5628 104.04 11.6089C104.623 11.7019 105.326 11.0159 105.074 9.61954Z\" fill=\"#096846\"/>\\n<path d=\"M70.8079 16.6217C70.2076 17.5665 70.3367 18.4236 70.807 18.8693C71.3047 19.34 72.0259 19.2032 72.8565 18.3698C73.1918 18.0322 73.7219 17.5519 74.0508 17.3429C74.2437 17.2207 74.5959 16.9739 74.8536 17.0711C75.1383 17.1773 75.0972 17.7243 75.0876 17.9615C75.037 19.1512 74.3267 22.3156 73.1393 24.6452C72.628 25.6068 72.6052 26.0839 72.8789 26.4625C73.2853 27.0282 74.7158 27.0966 75.797 26.3927C76.5952 25.8732 76.9374 25.0895 77.2927 24.3838C77.8241 23.3282 78.5043 21.52 79.8659 19.2752C82.0158 15.7304 84.1944 13.3419 86.821 12.9505C87.7972 12.8037 88.4089 12.9528 88.8528 13.2858C89.1976 13.5454 89.4225 13.6421 89.725 13.5956C89.9845 13.5554 90.1688 13.4131 90.3207 13.1941C90.8978 12.3721 90.8225 10.8987 90.1706 10.1169C89.47 9.27844 88.5316 8.90073 87.1873 9.03028C85.6752 9.1758 84.2779 9.79709 82.5992 11.3353C81.4201 12.4164 80.3495 13.7625 79.7309 14.6963C79.542 14.9791 79.3801 15.2172 79.1867 15.1935C78.9869 15.1693 79.0152 14.8395 79.0252 14.632C79.0717 13.7142 78.97 12.8589 78.512 12.3046C78.065 11.7627 77.3151 11.7271 76.691 11.8767C75.8426 12.0806 75.11 12.5154 74.277 13.1399C72.7863 14.2565 71.4935 15.5452 70.8079 16.6217Z\" fill=\"#096846\"/>\\n<path d=\"M60.1583 27.9428C60.8731 28.9049 62.0509 28.9318 63.3847 28.5034C65.1428 27.9392 66.8963 26.6336 68.1252 25.1456C68.9554 24.1398 69.194 23.0792 68.5038 22.3813C68.0878 21.9607 67.4227 22.1058 66.7868 22.6299C66.337 23.0003 65.4849 23.8136 65.037 24.0481C64.2391 24.4678 63.7697 24.466 63.4491 24.1772C63.1767 23.9322 63.1512 23.352 63.3113 22.4036C63.5763 20.839 64.4421 17.988 64.9302 16.7668C65.4639 15.4344 65.4489 15.1475 65.2783 14.8377C65.151 14.6069 64.8618 14.4509 64.5589 14.4085C64.0184 14.3314 63.3327 14.4541 62.8615 14.7082C62.5094 14.8979 62.1882 15.1393 61.8967 15.5051C61.7873 15.6406 61.6942 15.6962 61.5952 15.6816C61.4912 15.6648 61.4342 15.5252 61.3863 15.4034C60.8211 13.9391 59.6045 12.9725 58.0153 12.8584C55.3636 12.6687 51.6358 14.6069 48.757 18.1841C45.6446 22.0506 44.0526 27.5856 46.7937 29.8884C48.5339 31.3499 51.7453 31.0666 55.5488 28.0532C56.5619 27.2513 57.987 25.8559 58.8277 24.9189C59.0216 24.7027 59.339 24.2949 59.537 24.4591C59.6374 24.5421 59.6018 24.7675 59.5922 24.8774C59.4841 26.1451 59.6497 27.2554 60.1583 27.9428ZM50.2792 26.2377C49.3076 25.386 49.5854 22.8721 51.3434 20.324C53.0828 17.8028 55.7577 16.0598 57.4943 16.0525C58.2693 16.0479 58.8706 16.3057 59.3837 16.8225C59.8025 17.2454 60.0584 17.7179 60.115 18.2266C60.2733 19.5134 57.8798 23.097 54.6757 25.2446C52.6544 26.5962 51.0738 26.9342 50.2792 26.2377Z\" fill=\"#096846\"/>\\n<path d=\"M41.1295 28.549C40.7381 26.65 40.6943 24.1516 40.9151 21.4557C41.1391 18.7205 41.5943 15.7878 42.316 13.0632C42.7384 11.4684 42.5942 10.7171 41.3361 10.2227C40.4037 9.85545 39.3669 9.79341 38.6083 10.1132C38.1403 10.3102 37.6248 10.7313 36.8324 11.4575C33.6534 14.3687 28.9185 20.0425 25.8316 24.798C25.4808 25.2847 25.2541 25.6136 24.9521 26.0602C24.8098 26.2768 24.6871 26.4064 24.6046 26.3927C24.4937 26.3736 24.4937 26.1701 24.5307 25.895C24.5904 25.4453 24.6146 25.2236 24.6908 24.7729C25.5908 19.4787 27.7712 12.5724 29.0909 9.47273C29.3404 8.88656 29.4549 8.35468 29.2186 7.79588C29.0038 7.28726 28.3478 6.82562 27.3297 6.62765C25.2988 6.23443 24.0325 6.90362 23.0755 7.82142C20.318 10.4649 15.9443 15.7409 11.6596 22.2202C8.74469 26.6263 4.5334 33.7944 3.73147 36.2253C3.47784 36.9935 3.61286 37.5883 3.84551 38.003C4.20496 38.642 4.91931 39.2027 5.65784 39.4367C6.4283 39.6775 7.22157 39.4143 7.56186 38.3624C9.87506 31.2221 15.7723 21.4858 21.114 15.1296C21.3485 14.85 21.4543 14.7236 21.6377 14.5352C21.8439 14.3354 22.0359 14.1949 22.1901 14.2716C22.3114 14.3313 22.2996 14.527 22.2348 14.7806C22.139 15.1547 22.1426 15.1205 22.0377 15.5187C21.4269 17.8246 20.7076 21.1478 20.1556 24.2127C19.449 28.133 18.9696 31.6098 19.0891 33.2876C19.1561 34.2337 19.4951 35.0566 20.4188 35.6095C21.8867 36.4871 22.742 36.1113 23.3766 34.9266C27.779 26.6947 32.3347 20.7012 35.8494 16.9447C36.1911 16.561 36.3754 16.3964 36.5314 16.275C36.7198 16.1455 36.8498 16.1249 36.9437 16.1856C37.0564 16.2572 37.0564 16.4502 37.0341 16.6203C36.998 16.8963 36.9935 16.9538 36.9437 17.2763C36.2102 22.0482 36.0497 26.5747 36.4319 29.5448C36.681 31.4766 37.3082 32.8082 38.6653 33.3378C39.4444 33.6416 40.5155 33.6781 41.3836 33.408C42.0304 33.2078 42.4925 32.8547 42.612 32.3771C42.7512 31.8334 42.3315 31.2914 41.889 30.5657C41.5943 30.0817 41.2996 29.3719 41.1295 28.549Z\" fill=\"#096846\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_5787_31777\">\\n<rect width=\"109.042\" height=\"44.8896\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:163,intrinsicWidth:160.5,pixelHeight:326,pixelWidth:321,src:\"https://framerusercontent.com/images/8O2oofk82CAFScq3O9QHdsf5E.png\"},className:\"framer-v0ln2n\",\"data-framer-name\":\"Mask_group3\",layoutDependency:layoutDependency,layoutId:\"Os94LW4sO\"}),/*#__PURE__*/_jsx(SVG,{className:\"framer-64smx4\",\"data-framer-name\":\"Group 1000006356\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:36,intrinsicWidth:194,layoutDependency:layoutDependency,layoutId:\"r_CktKQ79\",svg:'<svg width=\"194\" height=\"36\" viewBox=\"0 0 194 36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_5787_31759)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.4981 25C19.3971 25 24.9962 19.4 24.9962 12.5C24.9962 7.49244 22.0472 3.16958 17.7926 1.17502C15.5438 1.65762 13.7314 3.78047 13.7646 6.16701V6.36701C17.5973 7.33368 19.3304 9.63368 19.3304 12.8003C19.3304 15.967 16.8308 19.467 12.5981 19.467C9.16528 19.467 5.59916 16.5337 5.56583 11.8337C5.56583 8.73368 7.23224 5.73368 9.36525 3.93368C11.4649 2.20035 14.3312 1.10035 16.9308 1.06701C17.2017 1.06701 17.4946 1.08904 17.7022 1.13308C16.1175 0.405637 14.3549 0 12.4981 0C5.59915 0 0 5.6 0 12.5C0 19.4 5.59915 25 12.4981 25Z\" fill=\"#096846\"/>\\n<path d=\"M33.0616 17.6669L29.2622 8.56689H31.7285L34.1281 14.6002L36.4278 8.56689H38.8274L35.0947 17.6669H33.0616Z\" fill=\"#096846\"/>\\n<path d=\"M47.7928 13.0663C47.7928 13.6663 47.6928 14.233 47.5262 14.833C47.3595 15.3997 47.0596 15.933 46.7263 16.3663C46.3597 16.833 45.9264 17.1997 45.3598 17.4663C44.8266 17.733 44.16 17.8663 43.4268 17.8663C42.6936 17.8663 42.0603 17.733 41.4938 17.4663C40.9605 17.1997 40.4939 16.833 40.1273 16.3663C39.7607 15.8997 39.4941 15.3997 39.3274 14.833C39.1274 14.2663 39.0608 13.6663 39.0608 13.0663C39.0608 12.4663 39.1608 11.8997 39.3274 11.333C39.4941 10.7663 39.794 10.2663 40.1273 9.79967C40.4939 9.36634 40.9272 8.99967 41.4938 8.73301C42.027 8.46634 42.6936 8.33301 43.4268 8.33301C44.16 8.33301 44.7933 8.46634 45.3265 8.73301C45.8598 8.99967 46.3264 9.36634 46.693 9.79967C47.0596 10.233 47.3262 10.7663 47.5262 11.333C47.6928 11.8997 47.7928 12.4997 47.7928 13.0663ZM45.4598 13.0663C45.4598 12.6997 45.4265 12.333 45.3265 11.9997C45.2265 11.6663 45.0932 11.3663 44.9266 11.133C44.7599 10.8997 44.5266 10.6997 44.2933 10.533C44.06 10.3663 43.7601 10.2997 43.3935 10.2997C43.0602 10.2997 42.7602 10.3663 42.4936 10.533C42.227 10.6663 42.027 10.8663 41.8604 11.133C41.6937 11.3663 41.5604 11.6663 41.4604 11.9997C41.3604 12.333 41.3271 12.6997 41.3271 13.0663C41.3271 13.4663 41.3604 13.833 41.4604 14.1663C41.5604 14.4997 41.6937 14.7997 41.8604 15.033C42.027 15.2997 42.2603 15.4997 42.4936 15.633C42.7602 15.7663 43.0602 15.8663 43.3935 15.8663C43.7268 15.8663 44.0267 15.7997 44.2933 15.633C44.56 15.4997 44.7599 15.2997 44.9266 15.033C45.0932 14.7663 45.2265 14.4997 45.3265 14.1663C45.4265 13.833 45.4598 13.4663 45.4598 13.0663Z\" fill=\"#096846\"/>\\n<path d=\"M55.0251 17.6669L54.9251 16.9669C54.7251 17.2002 54.4252 17.4336 54.0919 17.6002C53.7253 17.7669 53.3254 17.8669 52.8588 17.8669C52.2255 17.8669 51.6923 17.7336 51.1923 17.4669C50.7257 17.2002 50.3258 16.8336 49.9925 16.4002C49.6592 15.9669 49.4259 15.4336 49.2593 14.8669C49.0927 14.3002 48.9927 13.6669 48.9927 13.0669C48.9927 12.4669 49.0927 11.9002 49.2593 11.3336C49.4259 10.7669 49.6926 10.2669 50.0592 9.80023C50.4258 9.36689 50.8591 9.00023 51.3923 8.73356C51.9256 8.46689 52.5588 8.33356 53.292 8.33356C53.7586 8.33356 54.2919 8.43356 54.8251 8.60023V5.06689H57.1581V17.6669H55.0251ZM54.8251 10.5669C54.3585 10.4002 53.9586 10.3002 53.5587 10.3002C53.1587 10.3002 52.8254 10.3669 52.5255 10.5336C52.2255 10.7002 51.9922 10.9002 51.8256 11.1336C51.6256 11.4002 51.4923 11.7002 51.3923 12.0002C51.2923 12.3336 51.259 12.6669 51.259 13.0002C51.259 13.3669 51.2923 13.7336 51.3923 14.1002C51.459 14.4336 51.5923 14.7669 51.7589 15.0002C51.9256 15.2669 52.1255 15.4669 52.3922 15.6336C52.6588 15.8002 52.9587 15.8669 53.292 15.8669C53.592 15.8669 53.8919 15.8002 54.1919 15.6336C54.4918 15.4669 54.6918 15.3002 54.8251 15.0669V10.5669Z\" fill=\"#096846\"/>\\n<path d=\"M63.957 17.6667L63.8571 17C63.5904 17.2667 63.2905 17.5 62.8905 17.6667C62.4906 17.8334 62.0573 17.9 61.5907 17.9C61.1908 17.9 60.8242 17.8334 60.4576 17.7C60.091 17.5667 59.791 17.3667 59.4911 17.1334C59.2244 16.9 58.9911 16.6 58.8245 16.2334C58.6578 15.8667 58.5579 15.4667 58.5579 15C58.5579 14.5334 58.6578 14.1334 58.8245 13.8C58.9911 13.4667 59.2578 13.1667 59.5577 12.9334C59.8577 12.7 60.2243 12.5 60.5909 12.3334C60.9908 12.1667 61.3908 12.0667 61.824 12C62.124 11.9334 62.4573 11.9 62.8239 11.8667C63.1905 11.8334 63.4904 11.8 63.7237 11.7667V11.6334C63.7237 11.1334 63.5904 10.7667 63.3238 10.5667C63.0572 10.3667 62.6906 10.2334 62.2573 10.2334C61.9907 10.2334 61.7241 10.2667 61.4908 10.3334C61.2575 10.4 61.0242 10.4667 60.8575 10.5667C60.6575 10.6667 60.4909 10.7667 60.3576 10.8667C60.2243 10.9667 60.091 11.0334 59.991 11.1334L59.2244 9.50003C59.3244 9.40003 59.4911 9.30003 59.691 9.1667C59.891 9.03337 60.1576 8.93337 60.4576 8.80003C60.7575 8.6667 61.0908 8.5667 61.4574 8.50003C61.824 8.43337 62.224 8.3667 62.6572 8.3667C63.1572 8.3667 63.6238 8.43337 64.0237 8.5667C64.4236 8.70003 64.7903 8.90003 65.0902 9.20003C65.3902 9.4667 65.6235 9.83337 65.7901 10.2667C65.9567 10.7 66.0567 11.2334 66.0567 11.8334V17.6667H63.957ZM63.7904 13.4C63.5238 13.4 63.2905 13.4334 63.0239 13.4667C62.7572 13.5 62.4906 13.5334 62.2573 13.6C61.7574 13.7 61.3908 13.8667 61.1908 14.1334C60.9908 14.3667 60.8908 14.6334 60.8908 14.9334C60.8908 15.2334 60.9908 15.4667 61.2241 15.6667C61.4574 15.8667 61.7574 15.9334 62.1573 15.9334C62.4573 15.9334 62.7572 15.8667 63.0572 15.7334C63.3571 15.6 63.5904 15.4334 63.7904 15.2667V13.4Z\" fill=\"#096846\"/>\\n<path d=\"M73.3557 7.13314C73.289 7.0998 73.1224 7.03314 72.9224 6.96647C72.6891 6.8998 72.4225 6.86647 72.0559 6.86647C71.7226 6.86647 71.456 6.96647 71.2227 7.16647C70.9894 7.36647 70.8894 7.66647 70.8894 8.13314V8.56647H72.8557V10.4665H70.9227V17.6665H68.5897V10.4331H67.3232V8.53314H68.5231V8.03314C68.5231 7.43314 68.5897 6.93314 68.7564 6.53314C68.923 6.13314 69.123 5.7998 69.3896 5.53314C69.6562 5.26647 69.9895 5.0998 70.3561 4.96647C70.7227 4.83314 71.1227 4.7998 71.5559 4.7998C72.1225 4.7998 72.5891 4.86647 72.9557 4.96647C73.3223 5.06647 73.5556 5.13314 73.6223 5.1998L73.3557 7.13314Z\" fill=\"#096846\"/>\\n<path d=\"M82.0543 13.0663C82.0543 13.6663 81.9543 14.233 81.7877 14.833C81.621 15.3997 81.3211 15.933 80.9878 16.3663C80.6212 16.833 80.1879 17.1997 79.6213 17.4663C79.0881 17.733 78.4215 17.8663 77.6883 17.8663C76.9551 17.8663 76.3218 17.733 75.7552 17.4663C75.222 17.1997 74.7554 16.833 74.3888 16.3663C74.0222 15.8997 73.7555 15.3997 73.5889 14.833C73.3889 14.2663 73.3223 13.6663 73.3223 13.0663C73.3223 12.4663 73.4223 11.8997 73.5889 11.333C73.7555 10.7663 74.0555 10.2663 74.3888 9.79967C74.7554 9.36634 75.1887 8.99967 75.7552 8.73301C76.2885 8.46634 76.9551 8.33301 77.6883 8.33301C78.4215 8.33301 79.0547 8.46634 79.588 8.73301C80.1212 8.99967 80.5878 9.36634 80.9544 9.79967C81.3211 10.233 81.5877 10.7663 81.7877 11.333C81.9543 11.8997 82.0543 12.4997 82.0543 13.0663ZM79.7546 13.0663C79.7546 12.6997 79.7213 12.333 79.6213 11.9997C79.5213 11.6663 79.388 11.3663 79.2214 11.133C79.0547 10.8997 78.8214 10.6997 78.5881 10.533C78.3215 10.3997 78.0549 10.2997 77.6883 10.2997C77.355 10.2997 77.055 10.3663 76.7884 10.533C76.5218 10.6663 76.3218 10.8663 76.1552 11.133C75.9885 11.3663 75.8552 11.6663 75.7552 11.9997C75.6552 12.333 75.6219 12.6997 75.6219 13.0663C75.6219 13.4663 75.6552 13.833 75.7552 14.1663C75.8552 14.4997 75.9885 14.7997 76.1552 15.033C76.3218 15.2997 76.5551 15.4997 76.7884 15.633C77.055 15.7663 77.355 15.8663 77.6883 15.8663C78.0216 15.8663 78.3215 15.7997 78.5881 15.633C78.8548 15.4997 79.0547 15.2997 79.2214 15.033C79.388 14.7663 79.5213 14.4997 79.6213 14.1663C79.688 13.833 79.7546 13.4663 79.7546 13.0663Z\" fill=\"#096846\"/>\\n<path d=\"M89.3198 17.6667V12.4667C89.3198 11.7667 89.1864 11.2334 88.8865 10.8667C88.5865 10.5 88.1866 10.3 87.6867 10.3C87.3201 10.3 86.9868 10.4 86.6868 10.6C86.3869 10.8 86.1202 11 85.8869 11.2334V17.6667H83.554V8.5667H85.687L85.7869 9.30003C86.1536 9.00003 86.5535 8.7667 87.0201 8.60003C87.4867 8.43337 87.9533 8.3667 88.4199 8.3667C88.8865 8.3667 89.3531 8.43337 89.753 8.60003C90.153 8.73337 90.5196 8.9667 90.7862 9.30003C91.0861 9.60003 91.2861 10.0334 91.4528 10.5334C91.6194 11.0334 91.6861 11.6334 91.6861 12.3334V17.6667H89.3198Z\" fill=\"#096846\"/>\\n<path d=\"M95.4522 13.7001C95.5189 14.4667 95.7522 15.0334 96.1855 15.3667C96.6187 15.7001 97.1853 15.8667 97.8519 15.8667C98.1852 15.8667 98.4518 15.8334 98.7517 15.7667C99.0184 15.7001 99.285 15.6334 99.485 15.5334C99.6849 15.4334 99.8849 15.3667 100.052 15.2667C100.218 15.1667 100.318 15.1001 100.385 15.0334L101.018 16.9334C100.918 17.0001 100.785 17.0667 100.585 17.2001C100.385 17.3001 100.152 17.4001 99.8516 17.5001C99.5516 17.6001 99.2183 17.6667 98.8184 17.7334C98.4185 17.8001 97.9852 17.8334 97.5186 17.8334C96.9187 17.8334 96.3521 17.7334 95.8189 17.5334C95.2856 17.3334 94.819 17.0667 94.4191 16.6667C94.0191 16.2667 93.6858 15.7667 93.4526 15.1667C93.2193 14.5667 93.0859 13.8667 93.0859 13.0334C93.0859 12.2667 93.1859 11.5667 93.4192 11.0001C93.6525 10.4001 93.9525 9.90006 94.3191 9.50006C94.719 9.10006 95.1523 8.80007 95.6522 8.56673C96.1521 8.36673 96.7187 8.2334 97.2853 8.2334C97.8519 8.2334 98.3851 8.3334 98.8851 8.50006C99.385 8.70006 99.8183 8.96673 100.152 9.36673C100.518 9.76673 100.785 10.2667 101.018 10.9001C101.218 11.5334 101.318 12.2667 101.318 13.1667V13.5667H95.4522V13.7001ZM98.9851 12.0334C98.9517 11.7334 98.8851 11.4334 98.7851 11.2001C98.6851 10.9667 98.5518 10.7667 98.3851 10.6334C98.2185 10.5001 98.0519 10.3667 97.8852 10.3001C97.6853 10.2334 97.5186 10.2001 97.3186 10.2001C96.9187 10.2001 96.5188 10.3667 96.1521 10.6667C95.7855 10.9667 95.5522 11.4334 95.5189 12.0334H98.9851Z\" fill=\"#096846\"/>\\n</g>\\n<g clip-path=\"url(#clip1_5787_31759)\">\\n<path d=\"M145.671 20.6156C145.805 20.7496 145.912 20.9088 145.984 21.0841C146.057 21.2593 146.094 21.4472 146.094 21.6369C146.094 22.0777 145.897 22.4327 145.671 22.6583C145.241 23.0878 144.656 23.5351 143.891 23.8516C143.229 24.1261 142.519 24.2671 141.802 24.2663H128.458C126.951 24.2663 125.586 23.6557 124.599 22.668C123.611 21.6802 123 20.3159 123 18.8083V5.46371C123 3.95645 123.611 2.59217 124.599 1.60462C125.586 0.617181 126.951 0.00635278 128.458 0.00635278H141.802C142.519 0.0053685 143.229 0.146103 143.891 0.420456C144.773 0.786028 145.337 1.23679 145.881 1.82448C146.098 2.05847 146.304 2.4047 146.304 2.84585C146.304 3.21534 146.163 3.58494 145.881 3.8671C145.747 4.0014 145.588 4.10791 145.413 4.18052C145.238 4.25313 145.05 4.29041 144.86 4.29022C144.477 4.28938 144.11 4.1373 143.839 3.8671C143.454 3.48183 143.243 3.28404 142.801 3.09716C142.485 2.96326 142.146 2.89446 141.802 2.89485H128.458C127.75 2.89485 127.107 3.18295 126.642 3.64854C126.177 4.11343 125.889 4.75546 125.889 5.46382V18.8084C125.889 19.5175 126.177 20.1593 126.642 20.6242C127.107 21.0894 127.75 21.3779 128.458 21.3779H141.802C142.156 21.3779 142.494 21.3062 142.801 21.1756C143.11 21.0439 143.391 20.8538 143.628 20.6158C143.9 20.3455 144.267 20.1934 144.65 20.1929C144.839 20.1926 145.027 20.2298 145.203 20.3023C145.378 20.3749 145.537 20.4814 145.671 20.6156ZM141.76 18.8965C141.708 17.8429 140.996 16.221 139.207 16.0077H132.842L140.175 8.98736C140.485 8.69191 141.18 7.69024 140.685 6.61239C140.287 5.74575 139.622 5.37637 138.459 5.37637H129.324C129.361 6.5883 129.966 8.03516 131.572 8.29418H136.792L129.077 15.5443C128.764 15.8447 128.25 16.7682 128.656 17.7061C129.022 18.5514 129.64 18.8965 130.789 18.8965H141.76ZM162.658 12.2821V17.6619C162.658 19.6519 162.049 21.3823 160.668 22.7624C159.427 24.0039 157.859 24.5147 156.137 24.5147C152.76 24.5147 151.021 21.9058 151.021 21.9058C151.929 20.9979 153.191 20.4463 154.428 21.187C154.635 21.3113 155.259 21.6517 156.151 21.6517C159.276 21.6517 159.784 18.8592 159.784 18.0279C158.702 18.6824 157.479 19.0081 156.122 19.0088H156.12C154.354 19.0081 152.806 18.45 151.517 17.3484L151.5 17.3338C150.236 16.1215 149.59 14.6263 149.579 12.8877C149.57 12.5307 149.57 11.387 149.579 11.1211C149.583 9.41202 150.229 7.92245 151.5 6.70506C152.784 5.47581 154.339 4.85216 156.12 4.85169H156.122C158.489 4.85169 160.227 6.02375 161.031 6.99849C161.236 7.24659 161.355 7.56637 161.355 7.91295C161.355 8.31424 161.193 8.67779 160.929 8.94108C160.794 9.07622 160.634 9.18338 160.458 9.25639C160.281 9.32941 160.092 9.36686 159.901 9.36658C159.504 9.36658 159.124 9.20046 158.882 8.94868C157.98 8.01096 157.123 7.71516 156.121 7.71504C155.12 7.71516 154.285 8.04929 153.569 8.73593C152.858 9.40621 152.523 10.1684 152.513 11.1378C152.497 11.562 152.497 12.4638 152.513 12.8709C152.521 13.8641 152.854 14.6376 153.563 15.3168C154.302 15.9914 155.141 16.3219 156.121 16.3224C157.101 16.3219 157.94 15.9914 158.685 15.3108C159.074 14.9377 159.35 14.5345 159.52 14.081C159.657 13.7169 159.943 12.957 160.909 12.5714C161.724 12.2472 162.658 12.2821 162.658 12.2821ZM176.306 12.5715C175.34 12.9569 175.054 13.7165 174.917 14.081C174.747 14.5344 174.47 14.938 174.082 15.3108C173.337 15.9912 172.498 16.3218 171.518 16.3223C170.538 16.3218 169.7 15.9912 168.96 15.3168C168.251 14.6376 167.917 13.8643 167.909 12.8709C167.894 12.4634 167.894 11.562 167.91 11.1378C167.92 10.1683 168.255 9.40621 168.966 8.73582C169.681 8.04905 170.516 7.71492 171.518 7.71492C172.519 7.71504 173.377 8.01084 174.279 8.94856C174.52 9.20046 174.901 9.36646 175.298 9.36646C175.7 9.36646 176.064 9.20378 176.326 8.94097C176.461 8.80609 176.568 8.64583 176.641 8.46939C176.715 8.29295 176.752 8.10381 176.752 7.91283C176.752 7.56648 176.632 7.24671 176.428 6.99825C175.624 6.02339 173.886 4.85145 171.519 4.85145H171.517C169.735 4.85193 168.181 5.47557 166.898 6.70482C165.626 7.92221 164.98 9.41178 164.976 11.1209C164.967 11.3868 164.967 12.5305 164.976 12.8874C164.987 14.6259 165.633 16.1214 166.898 17.3337L166.914 17.3483C168.202 18.4499 169.751 19.008 171.517 19.0086H171.518C172.876 19.008 174.098 18.6823 175.181 18.0277C175.181 18.8589 174.672 21.6515 171.547 21.6515C170.655 21.6515 170.032 21.3112 169.824 21.1868C168.588 20.4462 167.325 20.9975 166.417 21.9055C166.417 21.9055 168.157 24.5145 171.534 24.5145C173.255 24.5145 174.823 24.0038 176.065 22.7623C177.446 21.382 178.054 19.6517 178.054 17.6616V12.2818C178.053 12.2821 177.12 12.2472 176.306 12.5715ZM193.456 11.1327C193.452 9.41273 192.805 7.9228 191.535 6.70494C190.251 5.47557 188.696 4.85205 186.914 4.85157H186.912C185.131 4.85205 183.577 5.47569 182.293 6.70494C181.022 7.92233 180.375 9.4119 180.371 11.121C180.362 11.3868 180.362 12.5306 180.371 12.8875C180.382 14.6259 181.029 16.1214 182.293 17.3337L182.31 17.3483C183.598 18.4499 185.146 19.0081 186.912 19.0087H186.914C188.678 19.0081 190.228 18.4499 191.518 17.3489L191.535 17.3337C192.798 16.1214 193.445 14.6257 193.456 12.8943C193.465 12.5307 193.465 11.3869 193.456 11.1327ZM186.913 16.3224C185.934 16.3219 185.095 15.9914 184.356 15.3168C183.647 14.6375 183.313 13.8644 183.305 12.8709C183.289 12.4636 183.289 11.562 183.306 11.1378C183.316 10.1684 183.651 9.40621 184.361 8.73593C185.077 8.04905 185.911 7.71504 186.913 7.71504C187.915 7.71516 188.749 8.04928 189.468 8.73914C190.177 9.40632 190.512 10.1686 190.522 11.1472C190.536 11.544 190.542 12.4415 190.522 12.8823C190.514 13.8645 190.179 14.6386 189.477 15.3109C188.732 15.9914 187.893 16.322 186.913 16.3224ZM147.262 5.37637C145.747 5.3791 144.373 6.64929 144.373 8.01167V18.8965C145.887 18.8932 147.262 17.6234 147.262 16.2612V5.37637Z\" fill=\"#096846\"/>\\n</g>\\n<rect y=\"32\" width=\"193\" height=\"4\" fill=\"#096846\"/>\\n<defs>\\n<clipPath id=\"clip0_5787_31759\">\\n<rect width=\"101.351\" height=\"25\" fill=\"white\"/>\\n</clipPath>\\n<clipPath id=\"clip1_5787_31759\">\\n<rect width=\"70.4624\" height=\"24.5209\" fill=\"white\" transform=\"translate(123)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ar5azx\",\"data-framer-name\":\"swinkelsfamilybrewerscom_logo.svg\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:70,intrinsicWidth:150,layoutDependency:layoutDependency,layoutId:\"MBI_YFoMz\",svg:'<svg width=\"150\" height=\"70\" viewBox=\"0 0 150 70\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M55.167 33.4571V38.6093C55.167 38.7648 55.1928 38.7908 55.3443 38.8648L56.4931 39.4426V39.4686H52.9395V39.4426L53.8076 38.9315C53.9479 38.8537 53.9479 38.7908 53.9479 38.65V33.4571H53.054V33.2275H53.9479V32.7534C53.9479 31.0089 54.6129 30.3311 55.9944 30.3311C56.5448 30.3311 57.1211 30.4607 57.6198 30.6644L56.9696 32.2275H56.9438L56.3158 30.6903C56.253 30.5237 56.2382 30.5237 56.0092 30.5237C55.4329 30.5237 55.167 30.9978 55.167 32.0237V33.2275H57.0324V33.4571H55.167Z\" fill=\"#096846\"/>\\n<path d=\"M60.6636 35.0611V35.024C60.6636 34.0499 60.2277 33.3462 59.2968 33.3462C58.9792 33.3462 58.9533 33.3462 58.8757 33.5277L58.0963 35.2203H58.0704L57.4941 33.5536C58.2108 33.2573 58.9127 33.1313 59.6404 33.1313C60.394 33.1313 60.8927 33.2462 61.2658 33.6314C61.6241 34.0018 61.842 34.6425 61.842 35.7352V35.913L61.7903 38.002C61.7792 38.5539 61.9048 38.8613 62.2521 38.8613C62.4811 38.8613 62.6104 38.7205 62.6732 38.4909H62.699C62.699 38.6205 62.6732 38.7613 62.6215 38.8872C62.4811 39.2576 62.1376 39.5798 61.6389 39.5798C61.0774 39.5798 60.6156 39.1576 60.6156 38.2205C60.3607 39.0798 59.7216 39.5798 58.9016 39.5798C58.0187 39.5798 57.2393 38.9761 57.2393 37.902C57.2393 36.6575 58.2884 36.0315 59.3116 36.0315C59.7586 36.0315 60.2573 36.1463 60.6415 36.4278L60.6636 35.0611ZM58.4878 37.739C58.4878 38.4168 58.909 38.8539 59.4594 38.8539C59.9064 38.8539 60.3423 38.5724 60.6082 38.1094V38.0724L60.6341 36.4945C60.3792 36.4056 60.1354 36.3649 59.8916 36.3649C58.9755 36.3686 58.4878 37.0204 58.4878 37.739Z\" fill=\"#096846\"/>\\n<path d=\"M68.9051 38.65C68.9051 38.8056 68.9162 38.8538 69.0603 38.9315L69.9284 39.4427V39.4686H66.6924V39.4427L67.5088 38.9315C67.6492 38.8426 67.675 38.7649 67.675 38.676C67.675 38.5871 67.712 36.624 67.712 36.0981C67.712 34.535 67.3684 33.8683 66.6111 33.8683C66.0238 33.8683 65.562 34.2535 65.2702 34.8165V38.65C65.2702 38.7908 65.2702 38.8278 65.4253 38.9204L66.2824 39.4464V39.4723H63.0464V39.4464L63.9145 38.9352C64.0549 38.8575 64.0549 38.7945 64.0549 38.6537V34.1868C64.0549 34.0202 64.0438 33.9831 63.9145 33.8905L63.0464 33.2498V33.2238H65.2702V34.735C65.5768 33.6201 66.2417 33.1201 67.1615 33.1201C68.0444 33.1201 68.6318 33.6201 68.8349 34.7091C69.1305 33.6831 69.8582 33.1201 70.8297 33.1201C71.9158 33.1201 72.5696 33.9165 72.5696 35.6832C72.5696 36.4388 72.5585 37.6204 72.5438 38.6426C72.5438 38.7982 72.5548 38.8463 72.6989 38.9241L73.567 39.4353V39.4612H70.331V39.4353L71.1474 38.9241C71.2878 38.8352 71.3136 38.7575 71.3136 38.6686C71.3136 38.5649 71.3506 36.6314 71.3506 36.1166C71.3506 34.5646 71.0292 33.8609 70.2387 33.8609C69.6624 33.8609 69.2043 34.1794 68.846 34.7721C68.8977 35.0424 68.9236 35.3499 68.9236 35.6832C68.931 36.3166 68.9199 37.6241 68.9051 38.65Z\" fill=\"#096846\"/>\\n<path d=\"M76.1271 33.2277V38.6502C76.1271 38.7909 76.1271 38.828 76.2823 38.9206L77.1393 39.4465V39.4724H73.9033V39.4465L74.7714 38.9354C74.9118 38.8576 74.9118 38.7946 74.9118 38.6539V34.187C74.9118 34.0203 74.9007 33.9833 74.7714 33.8907L73.9033 33.2499V33.224H76.1271V33.2277ZM74.6717 31.5091C74.6717 31.072 75.0041 30.7275 75.4253 30.7275C75.8612 30.7275 76.1936 31.072 76.1936 31.5091C76.1936 31.9202 75.8612 32.2647 75.4253 32.2647C75.0004 32.2647 74.6717 31.9202 74.6717 31.5091Z\" fill=\"#096846\"/>\\n<path d=\"M79.5661 38.6503C79.5661 38.791 79.5661 38.828 79.7212 38.9206L80.5783 39.4466V39.4725H77.3423V39.4466L78.2104 38.9355C78.3508 38.8577 78.3508 38.7947 78.3508 38.654V31.2906C78.3508 31.1239 78.3397 31.0721 78.2104 30.9943L77.3423 30.4832V30.4572L79.5661 30.2017V38.6503Z\" fill=\"#096846\"/>\\n<path d=\"M80.8442 42.3653L81.2912 40.4319H81.317L82.0595 41.7135C82.1223 41.8172 82.1482 41.869 82.2147 41.869C82.2664 41.869 82.3181 41.8172 82.3698 41.7542C82.6764 41.3838 82.983 40.7171 83.1493 40.2541L83.3155 39.7911L81.1028 34.1131C80.9994 33.8686 80.9476 33.7908 80.859 33.676L80.5376 33.2538V33.2278H83.068V33.2538L82.4548 33.8427C82.3514 33.9316 82.3403 33.9834 82.4031 34.1501L83.9361 38.1244L85.3029 34.5464C85.3805 34.3427 85.3805 34.302 85.266 34.1612L84.4976 33.25V33.2241H86.5737V33.25L85.857 34.1353C85.7425 34.2649 85.7019 34.339 85.6132 34.5723L83.4411 40.2875C83.249 40.7875 83.0717 41.2097 82.802 41.632C82.4326 42.2209 82.0078 42.4913 81.4722 42.4913C81.2579 42.495 80.9846 42.4431 80.8442 42.3653Z\" fill=\"#096846\"/>\\n<path d=\"M90.7738 34.5352C91.1839 33.6389 91.7712 33.124 92.6799 33.124C94.0726 33.124 94.8927 34.3537 94.8927 36.1872C94.8927 38.0984 93.9987 39.5725 92.3881 39.5725C91.5052 39.5725 90.9807 39.1503 90.7627 38.754L89.588 39.5725H89.5622V31.2906C89.5622 31.1239 89.5511 31.0721 89.4218 30.9943L88.5537 30.4832V30.4572L90.7775 30.2017V34.5352H90.7738ZM90.7738 34.65V38.6243C91.0804 38.9947 91.5274 39.0984 91.9005 39.0984C92.9496 39.0984 93.5887 38.1873 93.5887 36.3798C93.5887 34.6871 93.0383 33.7648 92.1443 33.7648C91.6567 33.7648 91.1691 34.0463 90.7738 34.65Z\" fill=\"#096846\"/>\\n<path d=\"M97.7775 38.6095C97.7775 38.7502 97.7775 38.8132 97.9438 38.8799L99.2995 39.4429V39.4688H95.5537V39.4429L96.4218 38.9317C96.5622 38.854 96.5622 38.791 96.5622 38.6502V34.187C96.5622 34.0204 96.5511 33.9833 96.4218 33.8907L95.5537 33.25V33.224H97.7775V35.1871C97.9437 34.3167 98.6087 33.124 99.7834 33.124C100.038 33.124 100.245 33.1759 100.411 33.2796L99.7723 35.176H99.7464L99.1074 33.7537C99.0815 33.7018 99.0187 33.7018 98.9522 33.7426C98.3501 34.087 98.0583 34.7278 97.7775 35.3204V38.6095Z\" fill=\"#096846\"/>\\n<path d=\"M101.971 35.8168V36.176C101.971 37.9058 102.776 38.8428 103.825 38.8428C104.708 38.8428 105.399 38.4058 105.857 37.265L105.883 37.2761C105.613 38.8132 104.734 39.5725 103.404 39.5725C102.011 39.5725 100.744 38.6095 100.744 36.4057C100.744 33.9685 102.225 33.124 103.456 33.124C104.686 33.124 105.86 33.8537 105.86 35.4834C105.86 35.5982 105.849 35.713 105.835 35.8168H101.971ZM101.982 35.5982H104.615V35.5723C104.615 34.15 104.283 33.3166 103.441 33.3166C102.584 33.3166 102.085 34.213 101.982 35.5982Z\" fill=\"#096846\"/>\\n<path d=\"M114.874 34.1351C114.744 34.2906 114.719 34.3277 114.656 34.5203L112.879 39.4687H112.196L110.81 35.7129L109.414 39.4687H108.731L106.762 34.1091C106.699 33.9277 106.673 33.8795 106.57 33.7499L106.174 33.2498V33.2239H108.731V33.2498L108.117 33.8388C108.014 33.9277 108.003 33.9795 108.066 34.1462L109.536 38.2205L110.648 35.2611L110.227 34.1091C110.164 33.9277 110.138 33.8795 110.035 33.7499L109.639 33.2498V33.2239H112.185V33.2498L111.571 33.8388C111.468 33.9277 111.457 33.9795 111.52 34.1462L113.001 38.2205L114.331 34.5018C114.408 34.2832 114.382 34.2573 114.253 34.1054L113.525 33.2461V33.2202H115.601V33.2461L114.874 34.1351Z\" fill=\"#096846\"/>\\n<path d=\"M116.809 35.8168V36.176C116.809 37.9058 117.615 38.8428 118.664 38.8428C119.547 38.8428 120.237 38.4058 120.696 37.265L120.721 37.2761C120.452 38.8132 119.573 39.5725 118.243 39.5725C116.85 39.5725 115.583 38.6095 115.583 36.4057C115.583 33.9685 117.064 33.124 118.294 33.124C119.521 33.124 120.699 33.8537 120.699 35.4834C120.699 35.5982 120.688 35.713 120.673 35.8168H116.809ZM116.821 35.5982H119.454V35.5723C119.454 34.15 119.122 33.3166 118.28 33.3166C117.423 33.3166 116.924 34.213 116.821 35.5982Z\" fill=\"#096846\"/>\\n<path d=\"M123.57 38.6095C123.57 38.7502 123.57 38.8132 123.736 38.8799L125.091 39.4429V39.4688H121.346V39.4429L122.214 38.9317C122.354 38.854 122.354 38.791 122.354 38.6502V34.187C122.354 34.0204 122.343 33.9833 122.214 33.8907L121.346 33.25V33.224H123.57V35.1871C123.736 34.3167 124.401 33.124 125.575 33.124C125.83 33.124 126.037 33.1759 126.203 33.2796L125.564 35.176H125.538L124.899 33.7537C124.874 33.7018 124.811 33.7018 124.744 33.7426C124.142 34.087 123.85 34.7278 123.57 35.3204V38.6095Z\" fill=\"#096846\"/>\\n<path d=\"M128.774 36.9578L127.98 36.5985C127.304 36.2911 126.78 35.7651 126.78 34.9206C126.78 33.7798 127.84 33.1279 128.9 33.1279C129.565 33.1279 130.204 33.2168 130.832 33.4502L130.344 35.0762H130.319L129.502 33.5131C129.425 33.3724 129.414 33.3576 129.221 33.3353C129.107 33.3205 128.992 33.3205 128.889 33.3205C128.287 33.3205 127.751 33.7168 127.751 34.4502C127.751 35.0799 128.198 35.3355 128.734 35.5651L129.591 35.9355C130.344 36.2577 131.046 36.68 131.046 37.6393C131.046 38.9356 129.872 39.5764 128.63 39.5764C128.017 39.5764 127.238 39.4209 126.625 39.1912L127.16 37.4096H127.186L127.903 39.1801C127.954 39.2949 127.965 39.3097 128.146 39.3468C128.302 39.3727 128.453 39.3838 128.656 39.3838C129.539 39.3838 129.96 38.7949 129.96 38.1912C129.96 37.4837 129.399 37.2393 128.774 36.9578Z\" fill=\"#096846\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.78076 19.2012H26.3385V61.196C16.5456 60.6108 8.78076 52.4659 8.78076 42.4987V19.2012ZM12.4896 44.7318C13.5645 44.5318 14.5472 44.2578 15.3894 43.917C15.4559 44.5911 15.6332 45.2541 15.9102 45.906C14.9535 46.4542 13.8046 46.9172 12.5265 47.2727C12.4859 46.4208 12.4711 45.3356 12.5007 44.743L12.4896 44.7318ZM16.2649 46.6323C15.5445 47.0398 14.7245 47.4027 13.8305 47.7102C13.8324 47.7231 13.8333 47.7352 13.8342 47.7472C13.8351 47.7592 13.836 47.7713 13.8379 47.7842C13.9081 48.4213 14.03 49.0991 14.1888 49.814C14.2405 50.0695 14.2923 50.3177 14.3403 50.5436C15.5593 49.8325 16.5863 49.0584 17.41 48.2398C16.9557 47.7213 16.5715 47.1842 16.2649 46.6323ZM18.5145 48.2435C18.9689 47.7213 19.3531 47.1842 19.6597 46.6323C20.3837 47.0398 21.2001 47.4027 22.0941 47.7139C22.0941 47.7369 22.0912 47.757 22.0879 47.7793L22.0867 47.7879C22.0165 48.425 21.8946 49.1028 21.7357 49.8177C21.684 50.0732 21.6323 50.3214 21.5843 50.5473C20.3653 49.8325 19.3346 49.0621 18.5145 48.2435ZM19.7447 43.5616C18.98 43.1727 18.3705 42.7246 17.9604 42.2319C17.5504 42.7246 16.9372 43.1727 16.1762 43.5579C16.239 44.9765 16.8522 46.3581 17.9604 47.647C19.0723 46.3581 19.6819 44.9765 19.7447 43.5616ZM23.4387 44.7318L23.4276 44.743C23.4535 45.3356 23.4387 46.4208 23.4018 47.2727C22.1199 46.9172 20.9748 46.4542 20.0143 45.906C20.2914 45.2541 20.4687 44.5911 20.5352 43.917C21.3774 44.2578 22.3563 44.5318 23.4387 44.7318ZM17.9641 48.832C17.3435 49.4469 16.6158 50.0358 15.7847 50.5951C16.2575 51.6396 17.0776 52.7026 17.9641 53.7397C18.8507 52.7026 19.6708 51.6396 20.1436 50.5951C19.3125 50.0358 18.5847 49.4506 17.9641 48.832ZM17.9641 40.639L17.6058 41.3279C16.9704 42.5502 14.7688 43.5577 11.9022 44.0133C12.4859 40.502 13.3946 38.0352 17.3805 38.0352C17.3897 38.0352 17.3989 38.0361 17.4082 38.037C17.4174 38.0379 17.4267 38.0389 17.4359 38.0389V36.2943C17.4359 36.0388 17.6464 35.8276 17.9013 35.8276H18.0269C18.2818 35.8276 18.4924 36.0388 18.4924 36.2943V38.0389C18.5108 38.0352 18.5293 38.0352 18.5478 38.0352H18.5478C22.5337 38.0352 23.4424 40.502 24.026 44.0133C21.1484 43.554 18.9504 42.5354 18.3225 41.3279L17.9641 40.639Z\" fill=\"#096846\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M28.5918 61.1999V19.2051H46.1495V42.5026C46.1495 52.4698 38.3847 60.6147 28.5918 61.1999ZM32.0494 39.254C33.4716 39.6688 35.374 39.8985 36.7519 39.8985C40.627 39.8985 43.1758 37.7836 43.1795 34.6612C43.1795 31.9462 41.1367 30.8425 38.7061 29.6683L37.8564 29.2535C36.0648 28.3794 34.9418 27.709 34.9418 26.2385C34.9418 24.6273 36.0648 23.7087 37.6717 23.7087H37.6718C37.8786 23.7087 38.0855 23.7087 38.3367 23.7532C38.5657 23.7976 38.6359 23.8458 38.7947 24.0754L41.8903 29.0461H41.9347V23.8013C40.3314 23.4087 38.7245 23.2717 37.5314 23.2717C33.9038 23.2717 31.5655 25.157 31.5655 28.0793C31.5655 30.9536 33.7893 32.287 35.8321 33.2537L36.5488 33.6019C38.6359 34.5908 39.7145 35.2797 39.7145 36.8206C39.7145 38.5206 38.4512 39.4651 36.5931 39.4651C36.2939 39.4651 35.9725 39.4651 35.6289 39.417C35.3519 39.3688 35.2854 39.2799 35.1229 39.0021L32.0937 33.7574H32.0494V39.254Z\" fill=\"#096846\"/>\\n<path d=\"M56.4669 23.8831V26.9055C56.4669 27.0685 56.478 27.1055 56.5925 27.2092L57.4347 27.9907V28.0167H53.2383V27.9907L54.0805 27.1981C54.1803 27.0981 54.195 27.0611 54.195 26.8944V20.2829C54.195 20.12 54.184 20.0829 54.0805 19.9792L53.2383 19.1866V19.1606H58.0849C59.629 19.1606 60.9995 19.7792 60.9995 21.4274C60.9995 22.7757 59.9836 23.6053 58.2474 23.7313V23.7572L59.8691 24.235L61.0105 26.9536C61.0844 27.1425 61.1731 27.2574 61.3504 27.4315L61.8897 27.987V28.013H58.9493L57.3904 24.035C57.3387 23.935 57.3017 23.8831 57.1133 23.8831H56.4669ZM56.4669 23.6313H57.1207C57.9999 23.6313 58.5762 23.0386 58.5762 21.5645C58.5762 20.0422 58.0479 19.4125 57.1687 19.4125H56.6922C56.5038 19.4125 56.4669 19.4384 56.4669 19.6533V23.6313Z\" fill=\"#096846\"/>\\n<path d=\"M62.1333 24.8905C62.1333 22.7756 63.4521 21.6792 65.4358 21.6792C67.4195 21.6792 68.7493 22.7607 68.7493 24.9016C68.7493 27.0165 67.4195 28.1129 65.4358 28.1129C63.4521 28.1166 62.1333 27.0313 62.1333 24.8905ZM64.4199 24.8905C64.4199 27.3202 64.8078 27.8869 65.4358 27.8869C66.0638 27.8869 66.4516 27.3462 66.4516 24.9016C66.4516 22.4718 66.0638 21.9162 65.4358 21.9162C64.8078 21.92 64.4199 22.4496 64.4199 24.8905Z\" fill=\"#096846\"/>\\n<path d=\"M72.7208 27.7759C72.4326 28.4537 72.0559 29.213 71.6421 29.8649C71.1287 30.6724 70.6484 30.9872 69.8948 30.9872C69.7065 30.9872 69.507 30.9502 69.3038 30.8613L69.7692 28.6574H69.7951L71.04 29.8908C71.1028 29.9538 71.1397 29.9908 71.1915 29.9908C71.2543 29.9908 71.306 29.9538 71.3798 29.839C71.5424 29.613 71.7308 29.2612 71.8564 28.9686L71.9303 28.7686L69.5956 22.8238C69.5328 22.6608 69.47 22.5349 69.4072 22.409L69.0674 21.8052V21.7793H72.3218V21.8052L71.8194 22.4979C71.7566 22.5867 71.7308 22.6349 71.7936 22.7868L73.0606 26.3129L74.0765 23.8313C74.1652 23.6164 74.1762 23.5683 74.0765 23.3646L73.3118 21.8015V21.7793H75.4581V21.8052L74.6417 23.2164C74.4902 23.4683 74.4274 23.6201 74.3277 23.872L72.7208 27.7759Z\" fill=\"#096846\"/>\\n<path d=\"M81.1095 24.6754L81.0357 26.4643C81.0098 26.957 81.1243 27.194 81.3755 27.194C81.538 27.194 81.6526 27.1199 81.7264 26.9681H81.7523C81.7523 27.0829 81.7264 27.2718 81.6526 27.42C81.4531 27.8348 81.0246 28.1126 80.4225 28.1126C79.7058 28.1126 79.0926 27.6829 79.052 26.8903C78.8008 27.62 78.1617 28.1126 77.3453 28.1126C76.4292 28.1126 75.6387 27.494 75.6387 26.3384C75.6387 25.0902 76.7173 24.4383 77.748 24.4383C78.2873 24.4383 78.7417 24.5383 79.0778 24.7791L79.1037 23.4309V23.3679C79.1037 22.4975 78.8414 21.9197 78.1876 21.9197C77.9364 21.9197 77.9253 21.9308 77.8477 22.0715L76.8318 23.9605H76.806L76.0155 22.1604C76.8577 21.8567 77.748 21.6826 78.5533 21.6826C79.3955 21.6826 80.0494 21.8345 80.5 22.2604C80.9027 22.6382 81.128 23.2568 81.128 24.2235C81.1243 24.3494 81.1095 24.6383 81.1095 24.6754ZM77.5928 26.1236C77.5928 26.8162 77.9068 27.194 78.3353 27.194C78.6124 27.194 78.8894 27.0051 79.052 26.7533V26.7421L79.0778 24.905C78.9264 24.8532 78.7749 24.8309 78.6124 24.8309C77.9585 24.8272 77.5928 25.3939 77.5928 26.1236Z\" fill=\"#096846\"/>\\n<path d=\"M84.9773 27.1053C84.9773 27.2683 84.9884 27.3053 85.1029 27.409L85.7198 27.9868V28.0127H82.2031V27.9868L82.82 27.409C82.9198 27.309 82.9345 27.272 82.9345 27.1053V20.079C82.9345 19.916 82.9235 19.8642 82.82 19.7642L82.2031 19.1863V19.1604L84.9773 18.8345V27.1053Z\" fill=\"#096846\"/>\\n<path d=\"M92.1253 28.1389C91.3717 28.1389 90.33 28.0129 89.5506 27.787V24.7794H89.5764L91.2351 27.6499C91.3237 27.8018 91.3607 27.8499 91.5121 27.8759C91.7005 27.9018 91.8778 27.9018 92.0404 27.9018C93.0562 27.9018 93.747 27.387 93.747 26.4536C93.747 25.6091 93.156 25.2313 92.0145 24.6905L91.6266 24.5016C90.5073 23.972 89.292 23.2423 89.292 21.6681C89.292 20.0681 90.5738 19.0347 92.5575 19.0347C93.2114 19.0347 94.0905 19.1087 94.9697 19.3236V22.1941H94.9365L93.2409 19.4754C93.1523 19.3495 93.1153 19.3236 92.9897 19.2976C92.853 19.2717 92.7385 19.2717 92.624 19.2717C91.7448 19.2717 91.1279 19.7754 91.1279 20.657C91.1279 21.4644 91.7448 21.8274 92.7237 22.3052L93.1892 22.5312C94.5191 23.1719 95.6383 23.7794 95.6383 25.2646C95.642 26.9795 94.2457 28.1389 92.1253 28.1389Z\" fill=\"#096846\"/>\\n<path d=\"M105.11 23.2794C104.959 23.5312 104.911 23.6201 104.833 23.8461L103.4 28.013H101.992L100.788 24.5128L99.5839 28.013H98.1654L96.5437 23.2275C96.444 22.9386 96.3923 22.7756 96.2814 22.5608L95.8936 21.8052V21.7793H99.0187V21.8052L98.5902 22.5238C98.5163 22.6497 98.5015 22.6868 98.5533 22.8386L99.7982 26.6536L100.666 24.135L100.363 23.2275C100.264 22.9238 100.212 22.7868 100.101 22.5608L99.7132 21.8052V21.7793H102.838V21.8052L102.41 22.5238C102.336 22.6497 102.321 22.6868 102.373 22.8386L103.629 26.6425L104.582 23.809C104.671 23.5683 104.645 23.5312 104.545 23.3312L103.817 21.8089V21.7793H105.963V21.8052L105.11 23.2794Z\" fill=\"#096846\"/>\\n<path d=\"M109.007 21.7791V27.1053C109.007 27.2683 109.007 27.3054 109.122 27.4091L109.738 27.9869V28.0128H106.222V27.9869L106.831 27.4091C106.946 27.3091 106.946 27.272 106.946 27.1053V22.7496C106.946 22.5866 106.935 22.5495 106.831 22.4347L106.214 21.8051V21.7791H109.007ZM106.935 20.1568C106.935 19.5531 107.4 19.1753 107.939 19.1753C108.505 19.1753 108.955 19.5531 108.955 20.1568C108.955 20.7235 108.505 21.0902 107.939 21.0902C107.396 21.0865 106.935 20.7235 106.935 20.1568Z\" fill=\"#096846\"/>\\n<path d=\"M117.068 27.1052C117.068 27.2682 117.079 27.3052 117.182 27.4089L117.81 27.9867V28.0127H114.282V27.9867L114.885 27.4089C114.984 27.3089 114.999 27.2571 114.999 27.12C114.999 26.9311 115.036 25.231 115.036 24.6273C115.036 23.4828 114.859 22.7272 114.083 22.7272C113.68 22.7272 113.381 22.9531 113.152 23.2828V27.1089C113.152 27.2719 113.152 27.3089 113.267 27.4126L113.883 27.9904V28.0164H110.367V27.9904L110.984 27.4126C111.098 27.3126 111.098 27.2756 111.098 27.1089V22.7494C111.098 22.5865 111.087 22.5494 110.984 22.4346L110.367 21.8049V21.779H113.156V23.1124C113.47 22.2309 114.135 21.6753 115.154 21.6753C116.41 21.6753 117.112 22.5939 117.112 24.331C117.105 25.1162 117.082 26.1126 117.068 27.1052Z\" fill=\"#096846\"/>\\n<path d=\"M124.578 27.1053C124.666 27.2683 124.755 27.3831 124.866 27.4942L125.394 27.9868V28.0127H122.731L121.338 25.0422C121.286 24.9274 121.201 24.8903 121.113 24.8903C121.076 24.8903 121.024 24.9015 120.976 24.9422V27.109C120.976 27.272 120.987 27.309 121.101 27.4127L121.718 27.9905V28.0164H118.202V27.9905L118.819 27.4127C118.918 27.3127 118.933 27.2757 118.933 27.109V20.079C118.933 19.916 118.922 19.8642 118.819 19.7642L118.202 19.1863V19.1604L120.976 18.8345V24.8015L123.011 23.2792C123.111 23.2051 123.111 23.1273 123.037 23.0273L122.184 21.805V21.7791H125.261V21.805L122.963 23.5569C122.864 23.631 122.849 23.6718 122.9 23.7829L124.578 27.1053Z\" fill=\"#096846\"/>\\n<path d=\"M127.581 24.6125V24.6384C127.581 26.2755 128.408 26.9422 129.376 26.9422C130.13 26.9422 130.869 26.6163 131.286 25.7829H131.312C130.987 27.3682 130.004 28.1127 128.538 28.1127C126.957 28.1127 125.46 27.1571 125.46 24.9384C125.46 22.6087 126.942 21.6753 128.611 21.6753C129.941 21.6753 131.364 22.305 131.364 24.331C131.364 24.368 131.364 24.4569 131.352 24.6088H127.581V24.6125ZM127.581 24.3865H129.428C129.439 24.2236 129.439 24.0606 129.439 24.0087C129.439 22.3605 129.099 21.9198 128.586 21.9198C127.958 21.9198 127.607 22.5605 127.581 24.3865Z\" fill=\"#096846\"/>\\n<path d=\"M134.703 27.1053C134.703 27.2683 134.714 27.3053 134.828 27.409L135.445 27.9868V28.0127H131.929V27.9868L132.542 27.409C132.641 27.309 132.656 27.272 132.656 27.1053V20.079C132.656 19.916 132.645 19.8642 132.542 19.7642L131.925 19.1863V19.1604L134.699 18.8345V27.1053H134.703Z\" fill=\"#096846\"/>\\n<path d=\"M138.345 25.8609L137.492 25.4572C136.801 25.1312 136.273 24.5645 136.273 23.6682C136.273 22.4718 137.252 21.6792 138.847 21.6792C139.464 21.6792 140.24 21.7681 141.057 22.02L140.355 23.846H140.329L139.35 22.094C139.276 21.9681 139.235 21.9051 139.062 21.9051H138.884C138.33 21.9051 137.869 22.194 137.869 22.7867C137.869 23.3423 138.282 23.6052 139.025 23.9312L139.83 24.283C140.61 24.6238 141.223 25.0497 141.223 26.0202C141.223 27.3795 140.081 28.1092 138.408 28.1092C137.691 28.1092 136.812 27.9721 136.099 27.7203L136.79 25.7683H136.816L137.821 27.7203C137.872 27.8203 137.946 27.8832 138.083 27.8832H138.371C139.099 27.8832 139.553 27.5054 139.553 26.9647C139.549 26.4535 139.161 26.2387 138.345 25.8609Z\" fill=\"#096846\"/>\\n<path d=\"M34.7534 11.3782L32.8101 9.42969L30.8667 11.3782L32.8101 13.3268L34.7534 11.3782Z\" fill=\"#096846\"/>\\n<path d=\"M30.0325 11.3758L27.4648 8.80127L24.8972 11.3758L27.4648 13.9503L30.0325 11.3758Z\" fill=\"#096846\"/>\\n<path d=\"M38.553 11.3777L37.0693 9.89014L35.5857 11.3777L37.0693 12.8654L38.553 11.3777Z\" fill=\"#096846\"/>\\n<path d=\"M24.063 11.3782L22.1196 9.42969L20.1763 11.3782L22.1196 13.3268L24.063 11.3782Z\" fill=\"#096846\"/>\\n<path d=\"M38.5545 15.1343H16.3755V16.9418H38.5545V15.1343Z\" fill=\"#096846\"/>\\n<path d=\"M19.344 11.3792L17.8604 9.8916L16.3767 11.3792L17.8604 12.8668L19.344 11.3792Z\" fill=\"#096846\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ox0ucm\",\"data-framer-name\":\"AqM9bTQHlc4iwqXKdu7oreJM\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:31,intrinsicWidth:126,layoutDependency:layoutDependency,layoutId:\"FupexpX1g\",svg:'<svg width=\"126\" height=\"31\" viewBox=\"0 0 126 31\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_5787_31679)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M51.8858 20.134C51.8858 21.4975 52.5664 21.9942 54.3745 21.9942H58.6166V18.2481H54.3745C52.5664 18.2481 51.8858 18.7704 51.8858 20.134ZM13.996 13.2695H10.9312V21.9952H13.8915C15.5413 21.9952 16.4573 21.6022 16.9814 20.659C17.3743 19.925 17.584 18.9032 17.584 17.6195C17.584 14.5276 16.5627 13.2695 13.996 13.2695Z\" fill=\"#096846\"/>\\n<mask id=\"mask0_5787_31679\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"126\" height=\"31\">\\n<path d=\"M125.85 30.8323H0V0H125.85V30.8323Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_5787_31679)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M116.991 24.2923H105.127C102.456 24.2923 101.383 23.9269 100.518 22.6686C99.8894 21.7522 99.8113 21.2272 99.8113 18.5551V11.5349H102.351V18.8436C102.351 20.6252 102.404 21.0192 102.718 21.4644C103.112 22.0666 103.792 22.2763 105.127 22.2763H107.222V11.5347H109.764V22.2763H114.45V11.5347H116.991V24.2925V24.2923ZM85.8799 24.2923H80.3278C77.5267 24.2923 76.4805 23.9003 75.5892 22.5385C75.0654 21.7249 74.8805 20.8615 74.8805 19.0801V11.5347H77.4212V18.9759C77.4212 20.2862 77.4983 20.8086 77.7887 21.2806C78.1807 21.988 79.0189 22.2765 80.5368 22.2765H83.3406V11.5347H85.8799V24.2925V24.2923ZM61.1584 24.2923H54.6906C52.2017 24.2923 51.4689 24.1358 50.5776 23.455C49.7404 22.773 49.268 21.7249 49.268 20.4683C49.268 18.9481 49.897 17.6388 50.9451 17.0366C51.5734 16.6692 52.5161 16.5125 54.087 16.5125H58.6184C58.6184 13.8926 58.2776 13.5516 55.7385 13.5516H49.7404V11.5347H56.2873C58.5663 11.5347 59.6141 11.8481 60.3476 12.7132C60.9762 13.4464 61.1584 14.2856 61.1584 16.2247V24.2923ZM33.4005 24.2923H35.9398V6.81853H33.4005V24.2923ZM18.8139 22.6429C17.7396 23.8993 16.4828 24.2925 13.4186 24.2925H8.38989V6.81829H10.9299V11.5347H14.4658C16.6393 11.5347 17.7653 11.9269 18.7344 13.0532C19.7035 14.1016 20.1999 15.726 20.1999 17.7176C20.1999 19.8388 19.7044 21.5682 18.8139 22.6429ZM0.00024466 30.8323H125.85V0H0V30.8323H0.00024466Z\" fill=\"#096846\"/>\\n</g>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_5787_31679\">\\n<rect width=\"126\" height=\"31\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ey8d4u\",\"data-framer-name\":\"bauer_media_group_logo.svg\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:44,intrinsicWidth:75,layoutDependency:layoutDependency,layoutId:\"Udec3DqdM\",svg:'<svg width=\"75\" height=\"44\" viewBox=\"0 0 75 44\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<mask id=\"mask0_5787_31738\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"75\" height=\"44\">\\n<path d=\"M75 0.0195312H0V43.2565H75V0.0195312Z\" fill=\"white\"/>\\n</mask>\\n<g mask=\"url(#mask0_5787_31738)\">\\n<path d=\"M20.1712 36.2814H6.98198C6.21041 36.2814 5.586 35.6568 5.586 34.8873C5.586 34.1178 6.21145 33.4932 6.98198 33.4932H20.1702C23.678 33.4932 26.5319 30.6429 26.5319 27.1398C26.5319 24.5741 24.705 22.1511 21.7648 20.8169C21.337 20.6226 21.0363 20.2268 20.9628 19.7639C20.8892 19.3009 21.0553 18.8317 21.4022 18.5157C22.9095 17.1446 23.7389 15.2823 23.7389 13.2709C23.7389 10.6254 21.4221 8.39037 18.6806 8.39037H8.37899V13.1596L17.4508 18.3362C17.8859 18.585 18.154 19.0469 18.154 19.5466C18.154 20.0463 17.8859 20.5092 17.4508 20.757L7.67573 26.3356C7.24371 26.5824 6.71289 26.5802 6.28188 26.3314C5.8509 26.0816 5.586 25.6228 5.586 25.1252V14.7774L2.793 13.1837V27.9145C2.793 28.6851 2.16755 29.3087 1.39598 29.3087C0.624404 29.3087 0 28.6841 0 27.9145V11.7319C0 11.0401 0.37212 10.3944 0.971295 10.048C1.57047 9.70051 2.31576 9.69845 2.91704 10.0417L5.58495 11.565V6.99523C5.58495 6.22465 6.21041 5.60107 6.98095 5.60107H18.6796C20.7567 5.60107 22.7214 6.40312 24.213 7.8592C25.7078 9.31945 26.5309 11.2406 26.5309 13.2709C26.5309 15.4366 25.8434 17.4764 24.5673 19.1708C27.5411 21.0782 29.3239 24.0082 29.3239 27.1398C29.3239 32.1809 25.2169 36.2825 20.1691 36.2825L20.1712 36.2814ZM8.37899 16.3709V22.7212L13.943 19.5456L8.37899 16.3699V16.3709Z\" fill=\"#096846\"/>\\n<path d=\"M40.5117 5.59814H44.3906C46.2196 5.59814 47.2015 6.3456 47.2015 7.7681C47.2015 8.51552 46.8209 9.07928 46.207 9.42253C47.1026 9.71648 47.7291 10.3537 47.7291 11.4088C47.7291 12.9047 46.4646 13.6889 44.5987 13.6889H40.5117V5.59814ZM44.0226 8.77275C44.5997 8.77275 44.8941 8.50294 44.8941 8.06205C44.8941 7.6211 44.5871 7.35129 44.0226 7.35129H42.7707V8.77275H44.0226ZM44.4894 11.9358C45.0665 11.9358 45.4102 11.6534 45.4102 11.1757C45.4102 10.6981 45.0665 10.4157 44.4894 10.4157H42.7707V11.9358H44.4894Z\" fill=\"#096846\"/>\\n<path d=\"M48.3047 12.0703C48.3047 11.1024 48.9186 10.4526 50.2568 10.1461L51.7915 9.79018C52.0617 9.72926 52.1594 9.60646 52.1594 9.42273C52.1594 9.12879 51.926 8.95661 51.411 8.95661C50.8097 8.95661 50.1958 9.29993 49.8889 9.85104L48.3426 8.93144C48.846 8.01179 49.9624 7.24023 51.4972 7.24023C53.363 7.24023 54.185 8.15983 54.185 9.85104V11.7512C54.185 11.9842 54.2954 12.0703 54.5414 12.0703H54.7505V13.6765C54.5172 13.7374 54.1735 13.7868 53.8423 13.7868C53.0445 13.7868 52.7008 13.517 52.4801 13.0508C52.4306 12.9532 52.3938 12.9039 52.3202 12.9039C52.2466 12.9039 52.2099 12.9532 52.1237 13.075C51.7799 13.5411 51.2155 13.8224 50.4302 13.8224C49.0805 13.8224 48.3068 13.0624 48.3068 12.0693L48.3047 12.0703ZM51.0168 12.3034C51.6433 12.3034 52.1583 11.9234 52.1583 11.0037V10.8935C52.0848 11.0037 51.9618 11.0646 51.7284 11.1139L50.9432 11.2851C50.5752 11.3712 50.3661 11.5423 50.3661 11.8121C50.3661 12.0819 50.611 12.3023 51.0168 12.3023V12.3034Z\" fill=\"#096846\"/>\\n<path d=\"M58.4315 13.8844C56.4553 13.8844 55.3999 12.8912 55.3999 11.2V7.43652H57.5727V11.0405C57.5727 11.6661 57.8923 12.0083 58.4315 12.0083C58.9708 12.0083 59.2904 11.6651 59.2904 11.0405V7.43652H61.4632V11.2C61.4632 12.8912 60.4078 13.8844 58.4315 13.8844Z\" fill=\"#096846\"/>\\n<path d=\"M65.6594 13.8475C63.4866 13.8475 62.2231 12.4628 62.2231 10.5626C62.2231 8.66251 63.5981 7.27783 65.501 7.27783C67.4031 7.27783 68.6555 8.63831 68.6555 10.5752V11.0896H64.3108C64.4338 11.7762 64.9857 12.0827 65.649 12.0827C66.2374 12.0827 66.5814 11.8622 66.9253 11.4455L68.4344 12.5615C67.8208 13.3708 66.8264 13.8485 65.6607 13.8485L65.6594 13.8475ZM66.5678 9.72911C66.4204 9.22621 66.0402 8.93226 65.4758 8.93226C64.9113 8.93226 64.4937 9.22621 64.3466 9.72911H66.5678Z\" fill=\"#096846\"/>\\n<path d=\"M69.465 7.43639H71.6251V8.23318C71.6251 8.30668 71.6497 8.3434 71.7118 8.3434C71.7732 8.3434 71.8094 8.30668 71.9322 8.11037C72.2633 7.57075 72.7301 7.32617 73.3184 7.32617H73.3553L73.3799 9.50764H72.9131C72.0415 9.50764 71.6245 9.91181 71.6245 10.844V13.6879H69.4644L69.465 7.43639Z\" fill=\"#096846\"/>\\n<path d=\"M44.7953 23.1696L42.5857 20.3866V25.0204H40.5117V16.9307H42.3407L45.0287 20.3257L47.6187 16.9307H49.3984V25.0204H47.3118V20.4601L45.2126 23.1685C45.1264 23.2788 45.0781 23.3029 45.0034 23.3029C44.9288 23.3029 44.8804 23.2788 44.7942 23.1685L44.7953 23.1696Z\" fill=\"#096846\"/>\\n<path d=\"M53.5946 25.18C51.4218 25.18 50.1582 23.7953 50.1582 21.8952C50.1582 19.995 51.5332 18.6104 53.4358 18.6104C55.3385 18.6104 56.5904 19.9709 56.5904 21.9078V22.4222H52.2459C52.3689 23.1087 52.9207 23.4153 53.584 23.4153C54.1727 23.4153 54.5165 23.1948 54.8602 22.7781L56.3697 23.894C55.7558 24.7034 54.7614 25.181 53.5956 25.181L53.5946 25.18ZM54.5028 21.0616C54.3556 20.5588 53.9751 20.2648 53.4106 20.2648C52.8461 20.2648 52.4288 20.5588 52.2816 21.0616H54.5028Z\" fill=\"#096846\"/>\\n<path d=\"M61.8929 24.6647C61.8929 24.5912 61.8561 24.5544 61.7951 24.5544C61.7215 24.5544 61.6606 24.6038 61.5376 24.7014C61.2675 24.9218 60.8007 25.1916 60.1017 25.1916C58.445 25.1916 57.2666 23.8437 57.2666 21.8942C57.2666 19.9447 58.445 18.5968 60.1017 18.5968C60.8018 18.5968 61.2675 18.8666 61.5376 19.087C61.6606 19.1847 61.7215 19.234 61.7951 19.234C61.8561 19.234 61.8929 19.1973 61.8929 19.1238V16.4395H64.0531V25.0195H61.8929V24.6636V24.6647ZM60.7387 23.2915C61.5124 23.2915 61.9906 22.7278 61.9906 21.8942C61.9906 21.0607 61.5124 20.497 60.7387 20.497C59.9651 20.497 59.4499 21.0607 59.4499 21.8942C59.4499 22.7278 59.9409 23.2915 60.7387 23.2915Z\" fill=\"#096846\"/>\\n<path d=\"M66.4323 16.0479C67.1564 16.0479 67.6718 16.4887 67.6718 17.1512C67.6718 17.8136 67.1564 18.2545 66.4323 18.2545C65.7082 18.2545 65.1929 17.8251 65.1929 17.1512C65.1929 16.4773 65.7082 16.0479 66.4323 16.0479ZM67.5127 18.7689V25.0205H65.3526V18.7689H67.5127Z\" fill=\"#096846\"/>\\n<path d=\"M68.4878 23.4024C68.4878 22.4345 69.1014 21.7846 70.4397 21.4781L71.9746 21.1222C72.2449 21.0614 72.3425 20.9385 72.3425 20.7548C72.3425 20.4609 72.1091 20.2887 71.5938 20.2887C70.9925 20.2887 70.379 20.632 70.0718 21.1831L68.5259 20.2635C69.029 19.3439 70.1455 18.5723 71.6805 18.5723C73.5458 18.5723 74.3682 19.4919 74.3682 21.1831V23.0832C74.3682 23.3163 74.4787 23.4024 74.7244 23.4024H74.9339V25.0086C74.7005 25.0695 74.3565 25.1188 74.0255 25.1188C73.2277 25.1188 72.8837 24.849 72.6632 24.3829C72.6134 24.2853 72.5766 24.2359 72.5035 24.2359C72.4298 24.2359 72.393 24.2853 72.307 24.4071C71.963 24.8732 71.3986 25.1545 70.613 25.1545C69.2637 25.1545 68.4897 24.3945 68.4897 23.4013L68.4878 23.4024ZM71.2001 23.6354C71.8266 23.6354 72.3412 23.2554 72.3412 22.3358V22.2256C72.2675 22.3358 72.1447 22.3967 71.9113 22.446L71.1264 22.6171C70.7585 22.7032 70.549 22.8743 70.549 23.1442C70.549 23.414 70.794 23.6344 71.2001 23.6344V23.6354Z\" fill=\"#096846\"/>\\n<path d=\"M39.9839 32.2241C39.9839 29.8337 41.7026 27.9829 44.402 27.9829C46.1207 27.9829 47.3475 28.7556 48.1579 29.9933L46.2437 31.0473C45.9126 30.4226 45.3113 30.0059 44.402 30.0059C43.1133 30.0059 42.2912 30.9003 42.2912 32.2241C42.2912 33.5479 43.1133 34.4182 44.402 34.4182C45.2608 34.4182 45.9368 34.014 46.2311 33.3642L44.9297 32.138C44.8193 32.0404 44.7825 31.9543 44.7825 31.8924C44.7825 31.7821 44.8561 31.6961 45.0285 31.6961H48.6499V31.9659C48.6499 35.3861 46.3919 36.4643 44.4031 36.4643C41.7026 36.4643 39.9849 34.6135 39.9849 32.223L39.9839 32.2241Z\" fill=\"#096846\"/>\\n<path d=\"M49.4473 30.0174H51.6075V30.8142C51.6075 30.8877 51.6317 30.9245 51.6937 30.9245C51.7557 30.9245 51.7915 30.8877 51.9144 30.6914C52.2456 30.1518 52.7123 29.9072 53.301 29.9072H53.3378L53.3619 32.0887H52.8952C52.0238 32.0887 51.6064 32.4929 51.6064 33.4251V36.269H49.4463V30.0174H49.4473Z\" fill=\"#096846\"/>\\n<path d=\"M53.6436 33.1437C53.6436 31.2068 55.1047 29.8589 57.1051 29.8589C59.1055 29.8589 60.554 31.2068 60.554 33.1437C60.554 35.0806 59.0813 36.4285 57.1051 36.4285C55.1289 36.4285 53.6436 35.0806 53.6436 33.1437ZM57.1051 34.5284C57.9029 34.5284 58.4064 33.9646 58.4064 33.1437C58.4064 32.3227 57.9029 31.759 57.1051 31.759C56.3072 31.759 55.7922 32.3227 55.7922 33.1437C55.7922 33.9646 56.2956 34.5284 57.1051 34.5284Z\" fill=\"#096846\"/>\\n<path d=\"M64.2118 36.4654C62.2356 36.4654 61.1802 35.4723 61.1802 33.7811V30.0176H63.353V33.6215C63.353 34.2472 63.6726 34.5894 64.2118 34.5894C64.751 34.5894 65.0704 34.2462 65.0704 33.6215V30.0176H67.2435V33.7811C67.2435 35.4723 66.1883 36.4654 64.2118 36.4654Z\" fill=\"#096846\"/>\\n<path d=\"M68.2124 30.0178H70.3725V30.3737C70.3725 30.4472 70.4094 30.4839 70.4702 30.4839C70.5439 30.4839 70.6046 30.4346 70.7281 30.3369C70.9977 30.1165 71.4646 29.8467 72.1635 29.8467C73.8206 29.8467 74.9986 31.1946 74.9986 33.1441C74.9986 35.0936 73.8206 36.4415 72.1635 36.4415C71.4639 36.4415 70.9977 36.1717 70.7281 35.9513C70.6046 35.8537 70.5439 35.8043 70.4702 35.8043C70.4094 35.8043 70.3725 35.8411 70.3725 35.9145V38.7217H68.2124V30.0189V30.0178ZM71.5266 34.5414C72.3245 34.5414 72.8152 33.9777 72.8152 33.1441C72.8152 32.3105 72.3245 31.7468 71.5266 31.7468C70.7288 31.7468 70.2749 32.3105 70.2749 33.1441C70.2749 33.9777 70.7534 34.5414 71.5266 34.5414Z\" fill=\"#096846\"/>\\n</g>\\n</svg>\\n',withExternalLayout:true})]})],speed:30,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-BPsXJ.framer-1elpklo, .framer-BPsXJ .framer-1elpklo { display: block; }\",\".framer-BPsXJ.framer-1vx7zqq { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1088px; }\",\".framer-BPsXJ .framer-802eq-container, .framer-BPsXJ .framer-1txhrrv-container, .framer-BPsXJ .framer-tm4127-container { flex: none; height: 70px; position: relative; width: 100%; }\",\".framer-BPsXJ .framer-1jg3qlg, .framer-BPsXJ .framer-106dwmt, .framer-BPsXJ .framer-uawhjf { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 120px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-BPsXJ .framer-1h3lixz, .framer-BPsXJ .framer-1rtuy1h { flex: none; height: 38px; position: relative; width: 93px; }\",\".framer-BPsXJ .framer-10gy1sn, .framer-BPsXJ .framer-v0ln2n { aspect-ratio: 0.9846625766871165 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 58px); overflow: visible; position: relative; width: 58px; }\",\".framer-BPsXJ .framer-ypx2dy { flex: none; height: 30px; position: relative; width: 164px; }\",\".framer-BPsXJ .framer-1o2okae { flex: none; height: 59px; position: relative; width: 127px; }\",\".framer-BPsXJ .framer-h8gnk7 { flex: none; height: 26px; position: relative; width: 107px; }\",\".framer-BPsXJ .framer-do0o6n { flex: none; height: 37px; position: relative; width: 63px; }\",\".framer-BPsXJ .framer-9qbr6b-container { flex: none; height: 152px; position: relative; width: 100%; }\",\".framer-BPsXJ .framer-vhdkpf { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-BPsXJ .framer-17nns79, .framer-BPsXJ .framer-1872kf4, .framer-BPsXJ .framer-1joh0p2, .framer-BPsXJ .framer-15g5ysf, .framer-BPsXJ .framer-1ox9ek4 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: visible; padding: 24px 32px 24px 32px; position: relative; width: min-content; }\",\".framer-BPsXJ .framer-1wip5e { aspect-ratio: 2.419753086419753 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 53px); position: relative; width: 128px; }\",\".framer-BPsXJ .framer-8w67al { 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: 24px 32px 24px 32px; position: relative; width: min-content; }\",\".framer-BPsXJ .framer-1frkvbw { aspect-ratio: 0.981651376146789 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 89px); overflow: visible; position: relative; width: 87px; }\",\".framer-BPsXJ .framer-ught77 { aspect-ratio: 5.388888888888889 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 36px); position: relative; width: 194px; }\",\".framer-BPsXJ .framer-masft5 { aspect-ratio: 2.142857142857143 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 74px); position: relative; width: 157px; }\",\".framer-BPsXJ .framer-w2eomy { aspect-ratio: 4.05511811023622 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 34px); position: relative; width: 137px; }\",\".framer-BPsXJ .framer-ub13ky { aspect-ratio: 1.688073394495413 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 56px); position: relative; width: 94px; }\",\".framer-BPsXJ .framer-2dx9o9 { aspect-ratio: 2.4444444444444446 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 38px); position: relative; width: 93px; }\",\".framer-BPsXJ .framer-cfciav { aspect-ratio: 0.9846625766871165 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 59px); overflow: visible; position: relative; width: 58px; }\",\".framer-BPsXJ .framer-1qka7jq { aspect-ratio: 5.388888888888889 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 31px); position: relative; width: 164px; }\",\".framer-BPsXJ .framer-ev40mj { aspect-ratio: 2.142857142857143 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 60px); position: relative; width: 127px; }\",\".framer-BPsXJ .framer-uiq6xu { aspect-ratio: 4.064516129032258 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 26px); position: relative; width: 107px; }\",\".framer-BPsXJ .framer-1nwi8de { aspect-ratio: 1.7045454545454546 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 38px); position: relative; width: 64px; }\",\".framer-BPsXJ .framer-64smx4 { aspect-ratio: 5.483870967741935 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); position: relative; width: 165px; }\",\".framer-BPsXJ .framer-ar5azx { aspect-ratio: 2.1475409836065573 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 59px); position: relative; width: 127px; }\",\".framer-BPsXJ .framer-ox0ucm { aspect-ratio: 4.092592592592593 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 26px); position: relative; width: 106px; }\",\".framer-BPsXJ .framer-1ey8d4u { aspect-ratio: 1.7236842105263157 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 37px); position: relative; width: 64px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BPsXJ.framer-1vx7zqq, .framer-BPsXJ .framer-1jg3qlg, .framer-BPsXJ .framer-vhdkpf, .framer-BPsXJ .framer-17nns79, .framer-BPsXJ .framer-8w67al, .framer-BPsXJ .framer-1872kf4, .framer-BPsXJ .framer-1joh0p2, .framer-BPsXJ .framer-15g5ysf, .framer-BPsXJ .framer-1ox9ek4, .framer-BPsXJ .framer-106dwmt, .framer-BPsXJ .framer-uawhjf { gap: 0px; } .framer-BPsXJ.framer-1vx7zqq > *, .framer-BPsXJ .framer-17nns79 > *, .framer-BPsXJ .framer-8w67al > *, .framer-BPsXJ .framer-1872kf4 > *, .framer-BPsXJ .framer-1joh0p2 > *, .framer-BPsXJ .framer-15g5ysf > *, .framer-BPsXJ .framer-1ox9ek4 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-BPsXJ.framer-1vx7zqq > :first-child, .framer-BPsXJ .framer-17nns79 > :first-child, .framer-BPsXJ .framer-8w67al > :first-child, .framer-BPsXJ .framer-1872kf4 > :first-child, .framer-BPsXJ .framer-1joh0p2 > :first-child, .framer-BPsXJ .framer-15g5ysf > :first-child, .framer-BPsXJ .framer-1ox9ek4 > :first-child { margin-top: 0px; } .framer-BPsXJ.framer-1vx7zqq > :last-child, .framer-BPsXJ .framer-17nns79 > :last-child, .framer-BPsXJ .framer-8w67al > :last-child, .framer-BPsXJ .framer-1872kf4 > :last-child, .framer-BPsXJ .framer-1joh0p2 > :last-child, .framer-BPsXJ .framer-15g5ysf > :last-child, .framer-BPsXJ .framer-1ox9ek4 > :last-child { margin-bottom: 0px; } .framer-BPsXJ .framer-1jg3qlg > *, .framer-BPsXJ .framer-106dwmt > *, .framer-BPsXJ .framer-uawhjf > * { margin: 0px; margin-left: calc(120px / 2); margin-right: calc(120px / 2); } .framer-BPsXJ .framer-1jg3qlg > :first-child, .framer-BPsXJ .framer-vhdkpf > :first-child, .framer-BPsXJ .framer-106dwmt > :first-child, .framer-BPsXJ .framer-uawhjf > :first-child { margin-left: 0px; } .framer-BPsXJ .framer-1jg3qlg > :last-child, .framer-BPsXJ .framer-vhdkpf > :last-child, .framer-BPsXJ .framer-106dwmt > :last-child, .framer-BPsXJ .framer-uawhjf > :last-child { margin-right: 0px; } .framer-BPsXJ .framer-vhdkpf > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } }\",\".framer-BPsXJ.framer-v-g6hfcd.framer-1vx7zqq { mix-blend-mode: var(--1wkxds); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 70\n * @framerIntrinsicWidth 1088\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"UUdPbJbfl\":{\"layout\":[\"fixed\",\"auto\"]},\"Wpoe6gp9o\":{\"layout\":[\"fixed\",\"auto\"]},\"uVIuNDtxF\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"WP4eaflUC\":\"blendingMode\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerEy23QpJeI=withCSS(Component,css,\"framer-BPsXJ\");export default FramerEy23QpJeI;FramerEy23QpJeI.displayName=\"Asset / Client logo's\";FramerEy23QpJeI.defaultProps={height:70,width:1088};addPropertyControls(FramerEy23QpJeI,{variant:{options:[\"o44Qa2Ak3\",\"UUdPbJbfl\",\"Wpoe6gp9o\",\"uVIuNDtxF\"],optionTitles:[\"Watermelon juice\",\"Green paw paw\",\"Watermelon Light\",\"Full colour\"],title:\"Variant\",type:ControlType.Enum},WP4eaflUC:{defaultValue:\"soft-light\",options:[\"normal\",\"multiply\",\"screen\",\"overlay\",\"darken\",\"lighten\",\"color-dodge\",\"color-burn\",\"hard-light\",\"soft-light\",\"difference\",\"exclusion\",\"hue\",\"saturation\",\"color\",\"luminosity\"],optionTitles:[\"Normal\",\"Multiply\",\"Screen\",\"Overlay\",\"Darken\",\"Lighten\",\"Color Dodge\",\"Color Burn\",\"Hard Light\",\"Soft Light\",\"Difference\",\"Exclusion\",\"Hue\",\"Saturation\",\"Color\",\"Luminosity\"],title:\"Blending Mode\",type:ControlType.Enum}});addFonts(FramerEy23QpJeI,[{explicitInter:true,fonts:[]},...TickerFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerEy23QpJeI\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1088\",\"framerVariables\":\"{\\\"WP4eaflUC\\\":\\\"blendingMode\\\"}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"70\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UUdPbJbfl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Wpoe6gp9o\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uVIuNDtxF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ey23QpJeI.map", "// Generated by Framer (a387266)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/paaJSSYMz1aMPPN1fdxX/GJ2wueyx9se48I1fqgKt/hN8zPIh5z.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/coPW0kpgs8POB8m0WQYN/Ki2J4ObFS7ZtRwhMwMSW/weH3rvtMC.js\";import AssetButton from\"https://framerusercontent.com/modules/f8kenM8y9MciHNAy6NXu/2t4f5Y5pWuRxCbIHJeDN/jE4NU22uX.js\";import AssetSquible from\"https://framerusercontent.com/modules/l2kwJhaT7DXwMGHZXbn3/y7nn2DeeIFlLTXwBTiuM/ygq5i6KxM.js\";const AssetSquibleFonts=getFonts(AssetSquible);const AssetButtonFonts=getFonts(AssetButton);const cycleOrder=[\"uCfzvYw9A\",\"PCL9_c37X\",\"u7b_SIDwR\"];const serializationHash=\"framer-qSsGP\";const variantClassNames={PCL9_c37X:\"framer-v-198lai7\",u7b_SIDwR:\"framer-v-1hgfs2h\",uCfzvYw9A:\"framer-v-xg0hpo\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const 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(React.Fragment);const humanReadableVariantMap={Desktop:\"uCfzvYw9A\",Mobile:\"u7b_SIDwR\",Tablet:\"PCL9_c37X\"};const getProps=({buttonText,grayscale,height,id,image,link,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1,_ref2,_ref3;return{...props,aGwBy8C4D:(_ref=image!==null&&image!==void 0?image:props.aGwBy8C4D)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/f7dI7VPhwC9aIexv49hQbppzc.jpg\",srcSet:\"https://framerusercontent.com/images/f7dI7VPhwC9aIexv49hQbppzc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/f7dI7VPhwC9aIexv49hQbppzc.jpg 555w\"},qfM1nojBV:link!==null&&link!==void 0?link:props.qfM1nojBV,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"uCfzvYw9A\",ZJ4_qeSN0:(_ref2=buttonText!==null&&buttonText!==void 0?buttonText:props.ZJ4_qeSN0)!==null&&_ref2!==void 0?_ref2:\"Talk to Greg\",zTyzA98Vp:(_ref3=grayscale!==null&&grayscale!==void 0?grayscale:props.zTyzA98Vp)!==null&&_ref3!==void 0?_ref3:100};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,qfM1nojBV,ZJ4_qeSN0,aGwBy8C4D,zTyzA98Vp,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"uCfzvYw9A\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-xg0hpo\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"uCfzvYw9A\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152))\",borderBottomLeftRadius:80,borderBottomRightRadius:80,borderTopLeftRadius:80,borderTopRightRadius:80,boxShadow:\"0px 0.6021873017743928px 0.84306222248415px -0.9166666666666666px rgba(0, 0, 0, 0.13599), 0px 2.288533303243457px 3.20394662454084px -1.8333333333333333px rgba(0, 0, 0, 0.13178), 0px 10px 14px -2.75px rgba(0, 0, 0, 0.1125)\",...style},variants:{PCL9_c37X:{borderBottomLeftRadius:56,borderBottomRightRadius:56,borderTopLeftRadius:56,borderTopRightRadius:56},u7b_SIDwR:{borderBottomLeftRadius:56,borderBottomRightRadius:56,borderTopLeftRadius:56,borderTopRightRadius:56}},...addPropertyOverrides({PCL9_c37X:{\"data-framer-name\":\"Tablet\"},u7b_SIDwR:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"1367px\",...addPropertyOverrides({u7b_SIDwR:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} + 1068px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dhvtyi-container\",layoutDependency:layoutDependency,layoutId:\"GCT8mZ13k-container\",style:{opacity:.3},children:/*#__PURE__*/_jsx(AssetSquible,{height:\"100%\",id:\"GCT8mZ13k\",layoutId:\"GCT8mZ13k\",style:{height:\"100%\",width:\"100%\"},variant:\"JrFui6kPT\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1c86c3u\",\"data-framer-name\":\"Copy\",layoutDependency:layoutDependency,layoutId:\"ZPT6mtoVo\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vbqlvf\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"Q8jVVV_uw\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-k3le3q\",\"data-styles-preset\":\"weH3rvtMC\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-746d9488-73ba-4468-be44-645e20d13fb6, rgb(255, 247, 249)))\"},children:\"Ready for faster, cheaper, deeper insights?\"})}),className:\"framer-8ljmta\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rSv3ZrgCb\",style:{\"--extracted-1of0zx5\":\"var(--token-746d9488-73ba-4468-be44-645e20d13fb6, rgb(255, 247, 249))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1vvm8ec\",\"data-styles-preset\":\"hN8zPIh5z\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c6c0fe22-9571-4032-9d33-fce3e9a70ae5, rgb(255, 232, 237)))\"},children:\"Get in touch and we\u2019ll set you up with a Tellet demo.\"})}),className:\"framer-s16vm2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"VqhcgQwJQ\",style:{\"--extracted-r6o4lv\":\"var(--token-c6c0fe22-9571-4032-9d33-fce3e9a70ae5, rgb(255, 232, 237))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-12lb6sm-container\",layoutDependency:layoutDependency,layoutId:\"HjmZFZ6fq-container\",children:/*#__PURE__*/_jsx(AssetButton,{armc9e_g9:ZJ4_qeSN0,height:\"100%\",id:\"HjmZFZ6fq\",layoutId:\"HjmZFZ6fq\",oqO6o4u2l:true,p0Ecn0Lgc:qfM1nojBV,variant:\"dpva5M7_3\",VRcNJMiAi:false,width:\"100%\",x2eys7bv3:false,x3S_k2QUJ:false})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-132s4k\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"wTpMTk6wZ\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:542.5,intrinsicWidth:284.5,pixelHeight:531,pixelWidth:555,sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 88px) * 0.4286, 1px)`,...toResponsiveImage(aGwBy8C4D)},className:\"framer-vw0wsp\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"jtEWUOXnw\",style:{borderBottomLeftRadius:64,borderBottomRightRadius:64,borderTopLeftRadius:64,borderTopRightRadius:64,boxShadow:\"0px 0.6021873017743928px 0.84306222248415px -0.9166666666666666px rgba(0, 0, 0, 0.13599), 0px 2.288533303243457px 3.20394662454084px -1.8333333333333333px rgba(0, 0, 0, 0.13178), 0px 10px 14px -2.75px rgba(0, 0, 0, 0.1125)\",filter:`grayscale(${parseFloat(zTyzA98Vp)/100})`,WebkitFilter:`grayscale(${parseFloat(zTyzA98Vp)/100})`},variants:{PCL9_c37X:{borderBottomLeftRadius:44,borderBottomRightRadius:44,borderTopLeftRadius:44,borderTopRightRadius:44},u7b_SIDwR:{borderBottomLeftRadius:44,borderBottomRightRadius:44,borderTopLeftRadius:44,borderTopRightRadius:44}},...addPropertyOverrides({PCL9_c37X:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:542.5,intrinsicWidth:284.5,pixelHeight:531,pixelWidth:555,sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 88px) / 3, 1px)`,...toResponsiveImage(aGwBy8C4D)}},u7b_SIDwR:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:542.5,intrinsicWidth:284.5,pixelHeight:531,pixelWidth:555,sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 32px)`,...toResponsiveImage(aGwBy8C4D)}}},baseVariant,gestureVariant)})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-qSsGP.framer-r5f6sq, .framer-qSsGP .framer-r5f6sq { display: block; }\",\".framer-qSsGP.framer-xg0hpo { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: center; overflow: hidden; padding: 16px; position: relative; width: 1088px; will-change: var(--framer-will-change-override, transform); }\",\".framer-qSsGP .framer-1dhvtyi-container { bottom: -275px; flex: none; left: -634px; position: absolute; top: -152px; width: 1367px; z-index: 0; }\",\".framer-qSsGP .framer-1c86c3u { align-content: flex-start; align-items: flex-start; display: flex; flex: 4 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 56px 0px 56px 56px; position: relative; width: 1px; }\",\".framer-qSsGP .framer-vbqlvf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qSsGP .framer-8ljmta, .framer-qSsGP .framer-s16vm2 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-qSsGP .framer-12lb6sm-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-qSsGP .framer-132s4k { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 3 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-qSsGP .framer-vw0wsp { flex: 1 0 0px; height: 1px; overflow: visible; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qSsGP.framer-xg0hpo, .framer-qSsGP .framer-1c86c3u, .framer-qSsGP .framer-vbqlvf, .framer-qSsGP .framer-132s4k { gap: 0px; } .framer-qSsGP.framer-xg0hpo > * { margin: 0px; margin-left: calc(56px / 2); margin-right: calc(56px / 2); } .framer-qSsGP.framer-xg0hpo > :first-child { margin-left: 0px; } .framer-qSsGP.framer-xg0hpo > :last-child { margin-right: 0px; } .framer-qSsGP .framer-1c86c3u > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-qSsGP .framer-1c86c3u > :first-child, .framer-qSsGP .framer-vbqlvf > :first-child, .framer-qSsGP .framer-132s4k > :first-child { margin-top: 0px; } .framer-qSsGP .framer-1c86c3u > :last-child, .framer-qSsGP .framer-vbqlvf > :last-child, .framer-qSsGP .framer-132s4k > :last-child { margin-bottom: 0px; } .framer-qSsGP .framer-vbqlvf > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-qSsGP .framer-132s4k > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-qSsGP.framer-v-198lai7 .framer-1dhvtyi-container { bottom: -273px; left: -452px; top: -154px; }\",\".framer-qSsGP.framer-v-198lai7 .framer-1c86c3u { flex: 6 0 0px; }\",\".framer-qSsGP.framer-v-1hgfs2h.framer-xg0hpo { flex-direction: column; width: 621px; }\",\".framer-qSsGP.framer-v-1hgfs2h .framer-1dhvtyi-container { bottom: -370px; left: -203px; right: -865px; top: -58px; width: unset; }\",\".framer-qSsGP.framer-v-1hgfs2h .framer-1c86c3u { flex: none; padding: 56px 16px 0px 16px; width: 100%; }\",\".framer-qSsGP.framer-v-1hgfs2h .framer-132s4k { align-self: unset; flex: none; height: 447px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qSsGP.framer-v-1hgfs2h.framer-xg0hpo { gap: 0px; } .framer-qSsGP.framer-v-1hgfs2h.framer-xg0hpo > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-qSsGP.framer-v-1hgfs2h.framer-xg0hpo > :first-child { margin-top: 0px; } .framer-qSsGP.framer-v-1hgfs2h.framer-xg0hpo > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 478.5\n * @framerIntrinsicWidth 1088\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"PCL9_c37X\":{\"layout\":[\"fixed\",\"auto\"]},\"u7b_SIDwR\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"qfM1nojBV\":\"link\",\"ZJ4_qeSN0\":\"buttonText\",\"aGwBy8C4D\":\"image\",\"zTyzA98Vp\":\"grayscale\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramersevilofFj=withCSS(Component,css,\"framer-qSsGP\");export default FramersevilofFj;FramersevilofFj.displayName=\"Section / CTA\";FramersevilofFj.defaultProps={height:478.5,width:1088};addPropertyControls(FramersevilofFj,{variant:{options:[\"uCfzvYw9A\",\"PCL9_c37X\",\"u7b_SIDwR\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},qfM1nojBV:{title:\"Link\",type:ControlType.Link},ZJ4_qeSN0:{defaultValue:\"Talk to Greg\",displayTextArea:false,title:\"Button Text\",type:ControlType.String},aGwBy8C4D:{__defaultAssetReference:\"data:framer/asset-reference,f7dI7VPhwC9aIexv49hQbppzc.jpg?originalFilename=Rectangle+2023069.jpg&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},zTyzA98Vp:{defaultValue:100,title:\"Grayscale\",type:ControlType.Number}});addFonts(FramersevilofFj,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...AssetSquibleFonts,...AssetButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramersevilofFj\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"qfM1nojBV\\\":\\\"link\\\",\\\"ZJ4_qeSN0\\\":\\\"buttonText\\\",\\\"aGwBy8C4D\\\":\\\"image\\\",\\\"zTyzA98Vp\\\":\\\"grayscale\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PCL9_c37X\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"u7b_SIDwR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1088\",\"framerIntrinsicHeight\":\"478.5\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./sevilofFj.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Plus Jakarta Sans-regular\",\"GF;Plus Jakarta Sans-700\",\"GF;Plus Jakarta Sans-700italic\",\"GF;Plus Jakarta Sans-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU7NTxXUEKi4Rw.woff2\",weight:\"400\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNTxXUEKi4Rw.woff2\",weight:\"700\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ3CDh_VMq2oR82k.woff2\",weight:\"700\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ0lCR_VMq2oR82k.woff2\",weight:\"400\"}]}];export const css=['.framer-vevxT .framer-styles-preset-1vvm8ec:not(.rich-text-wrapper), .framer-vevxT .framer-styles-preset-1vvm8ec.rich-text-wrapper p { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-vevxT .framer-styles-preset-1vvm8ec:not(.rich-text-wrapper), .framer-vevxT .framer-styles-preset-1vvm8ec.rich-text-wrapper p { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-vevxT .framer-styles-preset-1vvm8ec:not(.rich-text-wrapper), .framer-vevxT .framer-styles-preset-1vvm8ec.rich-text-wrapper p { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-vevxT\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Epilogue-700\",\"GF;Epilogue-900\",\"GF;Epilogue-900italic\",\"GF;Epilogue-700italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Epilogue\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/epilogue/v17/O4ZMFGj5hxF0EhjimngomvnCCtqb30OX1zTiCZXVigHPVA.woff2\",weight:\"700\"},{family:\"Epilogue\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/epilogue/v17/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXmTTiCZXVigHPVA.woff2\",weight:\"900\"},{family:\"Epilogue\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/epilogue/v17/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HCjSJ_UqATfVHNU.woff2\",weight:\"900\"},{family:\"Epilogue\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/epilogue/v17/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HDtSJ_UqATfVHNU.woff2\",weight:\"700\"}]}];export const css=['.framer-61lrg .framer-styles-preset-k3le3q:not(.rich-text-wrapper), .framer-61lrg .framer-styles-preset-k3le3q.rich-text-wrapper h2 { --framer-font-family: \"Epilogue\", \"Epilogue Placeholder\", sans-serif; --framer-font-family-bold: \"Epilogue\", sans-serif; --framer-font-family-bold-italic: \"Epilogue\", sans-serif; --framer-font-family-italic: \"Epilogue\", \"Epilogue Placeholder\", sans-serif; --framer-font-size: 56px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0px; --framer-line-height: 1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-cef30c2d-41fb-4a35-956d-517a89d7d9b6, #064a31); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-61lrg .framer-styles-preset-k3le3q:not(.rich-text-wrapper), .framer-61lrg .framer-styles-preset-k3le3q.rich-text-wrapper h2 { --framer-font-family: \"Epilogue\", \"Epilogue Placeholder\", sans-serif; --framer-font-family-bold: \"Epilogue\", sans-serif; --framer-font-family-bold-italic: \"Epilogue\", sans-serif; --framer-font-family-italic: \"Epilogue\", \"Epilogue Placeholder\", sans-serif; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0px; --framer-line-height: 1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-cef30c2d-41fb-4a35-956d-517a89d7d9b6, #064a31); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-61lrg .framer-styles-preset-k3le3q:not(.rich-text-wrapper), .framer-61lrg .framer-styles-preset-k3le3q.rich-text-wrapper h2 { --framer-font-family: \"Epilogue\", \"Epilogue Placeholder\", sans-serif; --framer-font-family-bold: \"Epilogue\", sans-serif; --framer-font-family-bold-italic: \"Epilogue\", sans-serif; --framer-font-family-italic: \"Epilogue\", \"Epilogue Placeholder\", sans-serif; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0px; --framer-line-height: 1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-cef30c2d-41fb-4a35-956d-517a89d7d9b6, #064a31); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-61lrg\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (a387266)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Hero}from\"https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/bbq95ZQZ142lE2fXscHd/Hero.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/siqpCGHc8qKAPwCZovAg/r5RylTSrcGYKkrAaS3AE/ckxwrTTdL.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/xPPEmsdvgn1xbcdhOJDz/8zF7YdahdxklvRqeDkSJ/LqF5L0zwZ.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/pzPvyfu9xX6J30NyYRDZ/DTEqe4Ygsu9LEc77kyMo/nFaEBLmQx.js\";const HeroFonts=getFonts(Hero);const enabledGestures={D8ZDK6nj9:{hover:true,pressed:true},Dcn6pTYZy:{hover:true,pressed:true},dmGdCyEkt:{hover:true,pressed:true},dpva5M7_3:{hover:true,pressed:true},DRFGBiorN:{hover:true,pressed:true},KfZBGBYEf:{hover:true,pressed:true},M8bV4hLBy:{hover:true,pressed:true},PPbx73avd:{hover:true,pressed:true},rRPDoE0hC:{hover:true,pressed:true},S9iSwZwM7:{hover:true,pressed:true},SIX0rWzFI:{hover:true,pressed:true},U0czGMe5l:{hover:true,pressed:true},umv7GSyU4:{hover:true,pressed:true},uwk6Q3OU7:{hover:true,pressed:true}};const cycleOrder=[\"Dcn6pTYZy\",\"PPbx73avd\",\"dmGdCyEkt\",\"KfZBGBYEf\",\"uwk6Q3OU7\",\"U0czGMe5l\",\"dpva5M7_3\",\"umv7GSyU4\",\"D8ZDK6nj9\",\"M8bV4hLBy\",\"SIX0rWzFI\",\"S9iSwZwM7\",\"DRFGBiorN\",\"rRPDoE0hC\"];const serializationHash=\"framer-z1XZw\";const variantClassNames={D8ZDK6nj9:\"framer-v-x2f6pp\",Dcn6pTYZy:\"framer-v-qu6wus\",dmGdCyEkt:\"framer-v-iag9rh\",dpva5M7_3:\"framer-v-i3zkc7\",DRFGBiorN:\"framer-v-1tczl3z\",KfZBGBYEf:\"framer-v-1ukvcc6\",M8bV4hLBy:\"framer-v-ag1zls\",PPbx73avd:\"framer-v-1vahv3c\",rRPDoE0hC:\"framer-v-g48567\",S9iSwZwM7:\"framer-v-1j9q9cv\",SIX0rWzFI:\"framer-v-baub6e\",U0czGMe5l:\"framer-v-1ldx1p7\",umv7GSyU4:\"framer-v-aptykd\",uwk6Q3OU7:\"framer-v-1q0l4ib\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"L Outline\":\"U0czGMe5l\",\"L Secondary Outline\":\"umv7GSyU4\",\"L Secondary\":\"dpva5M7_3\",\"M Outline\":\"M8bV4hLBy\",\"M Secondary Outline\":\"S9iSwZwM7\",\"M Secondary\":\"SIX0rWzFI\",\"M Tertiary Outlined\":\"rRPDoE0hC\",\"M Text\":\"DRFGBiorN\",\"XL Outline\":\"PPbx73avd\",\"XL Secondary Outline\":\"KfZBGBYEf\",\"XL Secondary\":\"dmGdCyEkt\",L:\"uwk6Q3OU7\",M:\"D8ZDK6nj9\",XL:\"Dcn6pTYZy\"};const getProps=({arrow,buttonText,height,id,link,newTab,tap,text,textArrow,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,armc9e_g9:(_ref=buttonText!==null&&buttonText!==void 0?buttonText:props.armc9e_g9)!==null&&_ref!==void 0?_ref:\"Button\",oqO6o4u2l:(_ref1=text!==null&&text!==void 0?text:props.oqO6o4u2l)!==null&&_ref1!==void 0?_ref1:true,p0Ecn0Lgc:link!==null&&link!==void 0?link:props.p0Ecn0Lgc,RWabK8WSj:tap!==null&&tap!==void 0?tap:props.RWabK8WSj,variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"Dcn6pTYZy\",VRcNJMiAi:newTab!==null&&newTab!==void 0?newTab:props.VRcNJMiAi,x2eys7bv3:textArrow!==null&&textArrow!==void 0?textArrow:props.x2eys7bv3,x3S_k2QUJ:arrow!==null&&arrow!==void 0?arrow:props.x3S_k2QUJ};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,armc9e_g9,oqO6o4u2l,x2eys7bv3,x3S_k2QUJ,p0Ecn0Lgc,RWabK8WSj,VRcNJMiAi,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Dcn6pTYZy\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1sajms0=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(RWabK8WSj){const res=await RWabK8WSj(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=value=>{if([\"DRFGBiorN-hover\",\"DRFGBiorN-pressed\"].includes(gestureVariant))return false;if(baseVariant===\"DRFGBiorN\")return false;return value;};const isDisplayed1=value=>{if([\"DRFGBiorN-hover\",\"DRFGBiorN-pressed\"].includes(gestureVariant))return true;if(baseVariant===\"DRFGBiorN\")return true;return value;};const isDisplayed2=()=>{if([\"DRFGBiorN-hover\",\"DRFGBiorN-pressed\"].includes(gestureVariant))return true;if(baseVariant===\"DRFGBiorN\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:p0Ecn0Lgc,openInNewTab:VRcNJMiAi,smoothScroll:true,...addPropertyOverrides({\"DRFGBiorN-hover\":{href:undefined},\"DRFGBiorN-pressed\":{href:undefined},DRFGBiorN:{href:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-qu6wus\",className,classNames)} framer-9ijpgl`,\"data-framer-name\":\"XL\",\"data-highlight\":true,\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"Dcn6pTYZy\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:onTap1sajms0,onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,...style},variants:{\"D8ZDK6nj9-hover\":{backgroundColor:\"var(--token-1e318cb8-c90e-4cd2-bd25-824b5b4b3861, rgb(200, 86, 118))\"},\"D8ZDK6nj9-pressed\":{backgroundColor:\"var(--token-7eed832a-9d27-4ea9-989f-c1e94d791c39, rgb(148, 61, 86))\"},\"Dcn6pTYZy-hover\":{backgroundColor:\"var(--token-1e318cb8-c90e-4cd2-bd25-824b5b4b3861, rgb(200, 86, 118))\"},\"Dcn6pTYZy-pressed\":{backgroundColor:\"var(--token-7eed832a-9d27-4ea9-989f-c1e94d791c39, rgb(148, 61, 86))\"},\"dmGdCyEkt-hover\":{backgroundColor:\"var(--token-801d5904-3998-49a5-89be-31dcd5aa2e0d, rgb(7, 85, 57))\"},\"dmGdCyEkt-pressed\":{backgroundColor:\"var(--token-776e0acf-65d8-45eb-9493-718a18fcc942, rgb(5, 60, 40))\"},\"dpva5M7_3-hover\":{backgroundColor:\"var(--token-801d5904-3998-49a5-89be-31dcd5aa2e0d, rgb(7, 85, 57))\"},\"dpva5M7_3-pressed\":{backgroundColor:\"var(--token-776e0acf-65d8-45eb-9493-718a18fcc942, rgb(5, 60, 40))\"},\"DRFGBiorN-hover\":{backgroundColor:\"rgba(0, 0, 0, 0)\"},\"DRFGBiorN-pressed\":{backgroundColor:\"rgba(0, 0, 0, 0)\"},\"KfZBGBYEf-hover\":{backgroundColor:\"var(--token-14d2977f-d790-4c69-a88d-b7952c93a9cd, rgb(9, 104, 70))\"},\"KfZBGBYEf-pressed\":{\"--border-color\":\"var(--token-801d5904-3998-49a5-89be-31dcd5aa2e0d, rgb(7, 85, 57))\",backgroundColor:\"var(--token-801d5904-3998-49a5-89be-31dcd5aa2e0d, rgb(7, 85, 57))\"},\"M8bV4hLBy-hover\":{backgroundColor:\"var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152))\"},\"M8bV4hLBy-pressed\":{\"--border-color\":\"var(--token-1e318cb8-c90e-4cd2-bd25-824b5b4b3861, rgb(200, 86, 118))\",backgroundColor:\"var(--token-1e318cb8-c90e-4cd2-bd25-824b5b4b3861, rgb(200, 86, 118))\"},\"PPbx73avd-hover\":{backgroundColor:\"var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152))\"},\"PPbx73avd-pressed\":{\"--border-color\":\"var(--token-1e318cb8-c90e-4cd2-bd25-824b5b4b3861, rgb(200, 86, 118))\",backgroundColor:\"var(--token-1e318cb8-c90e-4cd2-bd25-824b5b4b3861, rgb(200, 86, 118))\"},\"rRPDoE0hC-hover\":{backgroundColor:\"var(--token-68b88e19-3ffe-4436-ac2e-5e88a2637e1f, rgb(192, 255, 202))\"},\"rRPDoE0hC-pressed\":{\"--border-color\":\"var(--token-7d3dbf3f-52a9-44c0-b6da-d98c11a92aee, rgb(104, 141, 122))\",backgroundColor:\"var(--token-7d3dbf3f-52a9-44c0-b6da-d98c11a92aee, rgb(104, 141, 122))\"},\"S9iSwZwM7-hover\":{backgroundColor:\"var(--token-14d2977f-d790-4c69-a88d-b7952c93a9cd, rgb(9, 104, 70))\"},\"S9iSwZwM7-pressed\":{\"--border-color\":\"var(--token-801d5904-3998-49a5-89be-31dcd5aa2e0d, rgb(7, 85, 57))\",backgroundColor:\"var(--token-801d5904-3998-49a5-89be-31dcd5aa2e0d, rgb(7, 85, 57))\"},\"SIX0rWzFI-hover\":{backgroundColor:\"var(--token-801d5904-3998-49a5-89be-31dcd5aa2e0d, rgb(7, 85, 57))\"},\"SIX0rWzFI-pressed\":{backgroundColor:\"var(--token-776e0acf-65d8-45eb-9493-718a18fcc942, rgb(5, 60, 40))\"},\"U0czGMe5l-hover\":{backgroundColor:\"var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152))\"},\"U0czGMe5l-pressed\":{\"--border-color\":\"var(--token-1e318cb8-c90e-4cd2-bd25-824b5b4b3861, rgb(200, 86, 118))\",backgroundColor:\"var(--token-1e318cb8-c90e-4cd2-bd25-824b5b4b3861, rgb(200, 86, 118))\"},\"umv7GSyU4-hover\":{backgroundColor:\"var(--token-14d2977f-d790-4c69-a88d-b7952c93a9cd, rgb(9, 104, 70))\"},\"umv7GSyU4-pressed\":{\"--border-color\":\"var(--token-801d5904-3998-49a5-89be-31dcd5aa2e0d, rgb(7, 85, 57))\",backgroundColor:\"var(--token-801d5904-3998-49a5-89be-31dcd5aa2e0d, rgb(7, 85, 57))\"},\"uwk6Q3OU7-hover\":{backgroundColor:\"var(--token-1e318cb8-c90e-4cd2-bd25-824b5b4b3861, rgb(200, 86, 118))\"},\"uwk6Q3OU7-pressed\":{backgroundColor:\"var(--token-7eed832a-9d27-4ea9-989f-c1e94d791c39, rgb(148, 61, 86))\"},dmGdCyEkt:{backgroundColor:\"var(--token-14d2977f-d790-4c69-a88d-b7952c93a9cd, rgb(9, 104, 70))\"},dpva5M7_3:{backgroundColor:\"var(--token-14d2977f-d790-4c69-a88d-b7952c93a9cd, rgb(9, 104, 70))\"},DRFGBiorN:{backgroundColor:\"rgba(0, 0, 0, 0)\"},KfZBGBYEf:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-14d2977f-d790-4c69-a88d-b7952c93a9cd, rgb(9, 104, 70))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},M8bV4hLBy:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},PPbx73avd:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},rRPDoE0hC:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-68b88e19-3ffe-4436-ac2e-5e88a2637e1f, rgb(192, 255, 202))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},S9iSwZwM7:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-14d2977f-d790-4c69-a88d-b7952c93a9cd, rgb(9, 104, 70))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},SIX0rWzFI:{backgroundColor:\"var(--token-14d2977f-d790-4c69-a88d-b7952c93a9cd, rgb(9, 104, 70))\"},U0czGMe5l:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},umv7GSyU4:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-14d2977f-d790-4c69-a88d-b7952c93a9cd, rgb(9, 104, 70))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({\"D8ZDK6nj9-hover\":{\"data-framer-name\":undefined},\"D8ZDK6nj9-pressed\":{\"data-framer-name\":undefined},\"Dcn6pTYZy-hover\":{\"data-framer-name\":undefined},\"Dcn6pTYZy-pressed\":{\"data-framer-name\":undefined},\"dmGdCyEkt-hover\":{\"data-framer-name\":undefined},\"dmGdCyEkt-pressed\":{\"data-framer-name\":undefined},\"dpva5M7_3-hover\":{\"data-framer-name\":undefined},\"dpva5M7_3-pressed\":{\"data-framer-name\":undefined},\"DRFGBiorN-hover\":{\"data-framer-name\":undefined,\"data-highlight\":undefined},\"DRFGBiorN-pressed\":{\"data-framer-name\":undefined,\"data-highlight\":undefined},\"KfZBGBYEf-hover\":{\"data-framer-name\":undefined},\"KfZBGBYEf-pressed\":{\"data-framer-name\":undefined},\"M8bV4hLBy-hover\":{\"data-framer-name\":undefined},\"M8bV4hLBy-pressed\":{\"data-framer-name\":undefined},\"PPbx73avd-hover\":{\"data-framer-name\":undefined},\"PPbx73avd-pressed\":{\"data-framer-name\":undefined},\"rRPDoE0hC-hover\":{\"data-framer-name\":undefined},\"rRPDoE0hC-pressed\":{\"data-framer-name\":undefined},\"S9iSwZwM7-hover\":{\"data-framer-name\":undefined},\"S9iSwZwM7-pressed\":{\"data-framer-name\":undefined},\"SIX0rWzFI-hover\":{\"data-framer-name\":undefined},\"SIX0rWzFI-pressed\":{\"data-framer-name\":undefined},\"U0czGMe5l-hover\":{\"data-framer-name\":undefined},\"U0czGMe5l-pressed\":{\"data-framer-name\":undefined},\"umv7GSyU4-hover\":{\"data-framer-name\":undefined},\"umv7GSyU4-pressed\":{\"data-framer-name\":undefined},\"uwk6Q3OU7-hover\":{\"data-framer-name\":undefined},\"uwk6Q3OU7-pressed\":{\"data-framer-name\":undefined},D8ZDK6nj9:{\"data-framer-name\":\"M\"},dmGdCyEkt:{\"data-framer-name\":\"XL Secondary\"},dpva5M7_3:{\"data-framer-name\":\"L Secondary\"},DRFGBiorN:{\"data-framer-name\":\"M Text\",\"data-highlight\":undefined,onTap:()=>setGestureState({isPressed:false})},KfZBGBYEf:{\"data-border\":true,\"data-framer-name\":\"XL Secondary Outline\"},M8bV4hLBy:{\"data-border\":true,\"data-framer-name\":\"M Outline\"},PPbx73avd:{\"data-border\":true,\"data-framer-name\":\"XL Outline\"},rRPDoE0hC:{\"data-border\":true,\"data-framer-name\":\"M Tertiary Outlined\"},S9iSwZwM7:{\"data-border\":true,\"data-framer-name\":\"M Secondary Outline\"},SIX0rWzFI:{\"data-framer-name\":\"M Secondary\"},U0czGMe5l:{\"data-border\":true,\"data-framer-name\":\"L Outline\"},umv7GSyU4:{\"data-border\":true,\"data-framer-name\":\"L Secondary Outline\"},uwk6Q3OU7:{\"data-framer-name\":\"L\"}},baseVariant,gestureVariant),children:[isDisplayed(oqO6o4u2l)&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-4uklc1\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"WgyPXcrid\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:oqO6o4u2l&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-lwx77z\",\"data-styles-preset\":\"nFaEBLmQx\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-746d9488-73ba-4468-be44-645e20d13fb6, rgb(255, 247, 249)))\"},children:\"Button\"})}),className:\"framer-1vpk6of\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"GALbguEht\",style:{\"--extracted-r6o4lv\":\"var(--token-746d9488-73ba-4468-be44-645e20d13fb6, rgb(255, 247, 249))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:armc9e_g9,variants:{\"KfZBGBYEf-hover\":{\"--extracted-r6o4lv\":\"var(--token-afb4fa25-69cb-45ce-b097-5d1809c8de58, rgb(249, 255, 250))\"},\"KfZBGBYEf-pressed\":{\"--extracted-r6o4lv\":\"var(--token-afb4fa25-69cb-45ce-b097-5d1809c8de58, rgb(249, 255, 250))\"},\"M8bV4hLBy-hover\":{\"--extracted-r6o4lv\":\"var(--token-746d9488-73ba-4468-be44-645e20d13fb6, rgb(255, 247, 249))\"},\"M8bV4hLBy-pressed\":{\"--extracted-r6o4lv\":\"var(--token-746d9488-73ba-4468-be44-645e20d13fb6, rgb(255, 247, 249))\"},\"PPbx73avd-hover\":{\"--extracted-r6o4lv\":\"var(--token-746d9488-73ba-4468-be44-645e20d13fb6, rgb(255, 247, 249))\"},\"PPbx73avd-pressed\":{\"--extracted-r6o4lv\":\"var(--token-746d9488-73ba-4468-be44-645e20d13fb6, rgb(255, 247, 249))\"},\"rRPDoE0hC-hover\":{\"--extracted-r6o4lv\":\"var(--token-776e0acf-65d8-45eb-9493-718a18fcc942, rgb(5, 60, 40))\"},\"rRPDoE0hC-pressed\":{\"--extracted-r6o4lv\":\"var(--token-afb4fa25-69cb-45ce-b097-5d1809c8de58, rgb(249, 255, 250))\"},\"S9iSwZwM7-hover\":{\"--extracted-r6o4lv\":\"var(--token-afb4fa25-69cb-45ce-b097-5d1809c8de58, rgb(249, 255, 250))\"},\"S9iSwZwM7-pressed\":{\"--extracted-r6o4lv\":\"var(--token-afb4fa25-69cb-45ce-b097-5d1809c8de58, rgb(249, 255, 250))\"},\"U0czGMe5l-hover\":{\"--extracted-r6o4lv\":\"var(--token-746d9488-73ba-4468-be44-645e20d13fb6, rgb(255, 247, 249))\"},\"U0czGMe5l-pressed\":{\"--extracted-r6o4lv\":\"var(--token-746d9488-73ba-4468-be44-645e20d13fb6, rgb(255, 247, 249))\"},\"umv7GSyU4-hover\":{\"--extracted-r6o4lv\":\"var(--token-afb4fa25-69cb-45ce-b097-5d1809c8de58, rgb(249, 255, 250))\"},\"umv7GSyU4-pressed\":{\"--extracted-r6o4lv\":\"var(--token-afb4fa25-69cb-45ce-b097-5d1809c8de58, rgb(249, 255, 250))\"},dmGdCyEkt:{\"--extracted-r6o4lv\":\"var(--token-afb4fa25-69cb-45ce-b097-5d1809c8de58, rgb(249, 255, 250))\"},dpva5M7_3:{\"--extracted-r6o4lv\":\"var(--token-afb4fa25-69cb-45ce-b097-5d1809c8de58, rgb(249, 255, 250))\"},KfZBGBYEf:{\"--extracted-r6o4lv\":\"var(--token-14d2977f-d790-4c69-a88d-b7952c93a9cd, rgb(9, 104, 70))\"},M8bV4hLBy:{\"--extracted-r6o4lv\":\"var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152))\"},PPbx73avd:{\"--extracted-r6o4lv\":\"var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152))\"},rRPDoE0hC:{\"--extracted-r6o4lv\":\"var(--token-68b88e19-3ffe-4436-ac2e-5e88a2637e1f, rgb(192, 255, 202))\"},S9iSwZwM7:{\"--extracted-r6o4lv\":\"var(--token-14d2977f-d790-4c69-a88d-b7952c93a9cd, rgb(9, 104, 70))\"},SIX0rWzFI:{\"--extracted-r6o4lv\":\"var(--token-afb4fa25-69cb-45ce-b097-5d1809c8de58, rgb(249, 255, 250))\"},U0czGMe5l:{\"--extracted-r6o4lv\":\"var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152))\"},umv7GSyU4:{\"--extracted-r6o4lv\":\"var(--token-14d2977f-d790-4c69-a88d-b7952c93a9cd, rgb(9, 104, 70))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"KfZBGBYEf-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-lwx77z\",\"data-styles-preset\":\"nFaEBLmQx\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-afb4fa25-69cb-45ce-b097-5d1809c8de58, rgb(249, 255, 250)))\"},children:\"Button\"})})},\"KfZBGBYEf-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-lwx77z\",\"data-styles-preset\":\"nFaEBLmQx\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-afb4fa25-69cb-45ce-b097-5d1809c8de58, rgb(249, 255, 250)))\"},children:\"Button\"})})},\"M8bV4hLBy-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19ekn4m\",\"data-styles-preset\":\"ckxwrTTdL\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-746d9488-73ba-4468-be44-645e20d13fb6, rgb(255, 247, 249)))\"},children:\"Button\"})})},\"M8bV4hLBy-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19ekn4m\",\"data-styles-preset\":\"ckxwrTTdL\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-746d9488-73ba-4468-be44-645e20d13fb6, rgb(255, 247, 249)))\"},children:\"Button\"})})},\"PPbx73avd-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-lwx77z\",\"data-styles-preset\":\"nFaEBLmQx\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-746d9488-73ba-4468-be44-645e20d13fb6, rgb(255, 247, 249)))\"},children:\"Button\"})})},\"PPbx73avd-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-lwx77z\",\"data-styles-preset\":\"nFaEBLmQx\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-746d9488-73ba-4468-be44-645e20d13fb6, rgb(255, 247, 249)))\"},children:\"Button\"})})},\"rRPDoE0hC-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19ekn4m\",\"data-styles-preset\":\"ckxwrTTdL\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-776e0acf-65d8-45eb-9493-718a18fcc942, rgb(5, 60, 40)))\"},children:\"Button\"})})},\"rRPDoE0hC-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19ekn4m\",\"data-styles-preset\":\"ckxwrTTdL\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-afb4fa25-69cb-45ce-b097-5d1809c8de58, rgb(249, 255, 250)))\"},children:\"Button\"})})},\"S9iSwZwM7-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19ekn4m\",\"data-styles-preset\":\"ckxwrTTdL\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-afb4fa25-69cb-45ce-b097-5d1809c8de58, rgb(249, 255, 250)))\"},children:\"Button\"})})},\"S9iSwZwM7-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19ekn4m\",\"data-styles-preset\":\"ckxwrTTdL\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-afb4fa25-69cb-45ce-b097-5d1809c8de58, rgb(249, 255, 250)))\"},children:\"Button\"})})},\"U0czGMe5l-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10hkkr1\",\"data-styles-preset\":\"LqF5L0zwZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-746d9488-73ba-4468-be44-645e20d13fb6, rgb(255, 247, 249)))\"},children:\"Button\"})})},\"U0czGMe5l-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10hkkr1\",\"data-styles-preset\":\"LqF5L0zwZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-746d9488-73ba-4468-be44-645e20d13fb6, rgb(255, 247, 249)))\"},children:\"Button\"})})},\"umv7GSyU4-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10hkkr1\",\"data-styles-preset\":\"LqF5L0zwZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-afb4fa25-69cb-45ce-b097-5d1809c8de58, rgb(249, 255, 250)))\"},children:\"Button\"})})},\"umv7GSyU4-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10hkkr1\",\"data-styles-preset\":\"LqF5L0zwZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-afb4fa25-69cb-45ce-b097-5d1809c8de58, rgb(249, 255, 250)))\"},children:\"Button\"})})},D8ZDK6nj9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19ekn4m\",\"data-styles-preset\":\"ckxwrTTdL\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-746d9488-73ba-4468-be44-645e20d13fb6, rgb(255, 247, 249)))\"},children:\"Button\"})})},dmGdCyEkt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-lwx77z\",\"data-styles-preset\":\"nFaEBLmQx\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-afb4fa25-69cb-45ce-b097-5d1809c8de58, rgb(249, 255, 250)))\"},children:\"Button\"})})},dpva5M7_3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10hkkr1\",\"data-styles-preset\":\"LqF5L0zwZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-afb4fa25-69cb-45ce-b097-5d1809c8de58, rgb(249, 255, 250)))\"},children:\"Button\"})})},KfZBGBYEf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-lwx77z\",\"data-styles-preset\":\"nFaEBLmQx\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-14d2977f-d790-4c69-a88d-b7952c93a9cd, rgb(9, 104, 70)))\"},children:\"Button\"})})},M8bV4hLBy:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19ekn4m\",\"data-styles-preset\":\"ckxwrTTdL\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152)))\"},children:\"Button\"})})},PPbx73avd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-lwx77z\",\"data-styles-preset\":\"nFaEBLmQx\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152)))\"},children:\"Button\"})})},rRPDoE0hC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19ekn4m\",\"data-styles-preset\":\"ckxwrTTdL\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-68b88e19-3ffe-4436-ac2e-5e88a2637e1f, rgb(192, 255, 202)))\"},children:\"Button\"})})},S9iSwZwM7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19ekn4m\",\"data-styles-preset\":\"ckxwrTTdL\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-14d2977f-d790-4c69-a88d-b7952c93a9cd, rgb(9, 104, 70)))\"},children:\"Button\"})})},SIX0rWzFI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19ekn4m\",\"data-styles-preset\":\"ckxwrTTdL\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-afb4fa25-69cb-45ce-b097-5d1809c8de58, rgb(249, 255, 250)))\"},children:\"Button\"})})},U0czGMe5l:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10hkkr1\",\"data-styles-preset\":\"LqF5L0zwZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152)))\"},children:\"Button\"})})},umv7GSyU4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10hkkr1\",\"data-styles-preset\":\"LqF5L0zwZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-14d2977f-d790-4c69-a88d-b7952c93a9cd, rgb(9, 104, 70)))\"},children:\"Button\"})})},uwk6Q3OU7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10hkkr1\",\"data-styles-preset\":\"LqF5L0zwZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-746d9488-73ba-4468-be44-645e20d13fb6, rgb(255, 247, 249)))\"},children:\"Button\"})})}},baseVariant,gestureVariant)})}),isDisplayed1(x2eys7bv3)&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16kjxu9\",\"data-framer-name\":\"Text + Arrow\",layoutDependency:layoutDependency,layoutId:\"cN479vZdP\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-lwx77z\",\"data-styles-preset\":\"nFaEBLmQx\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-746d9488-73ba-4468-be44-645e20d13fb6, rgb(255, 247, 249)))\"},children:\"Button\"})}),className:\"framer-cws5w6\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ckdSxHBhz\",style:{\"--extracted-r6o4lv\":\"var(--token-746d9488-73ba-4468-be44-645e20d13fb6, rgb(255, 247, 249))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:armc9e_g9,variants:{\"DRFGBiorN-hover\":{\"--extracted-r6o4lv\":\"var(--token-7d3dbf3f-52a9-44c0-b6da-d98c11a92aee, rgb(104, 141, 122))\"},\"DRFGBiorN-pressed\":{\"--extracted-r6o4lv\":\"var(--token-801d5904-3998-49a5-89be-31dcd5aa2e0d, rgb(7, 85, 57))\"},\"rRPDoE0hC-hover\":{\"--extracted-r6o4lv\":\"var(--token-776e0acf-65d8-45eb-9493-718a18fcc942, rgb(5, 60, 40))\"},\"rRPDoE0hC-pressed\":{\"--extracted-r6o4lv\":\"var(--token-afb4fa25-69cb-45ce-b097-5d1809c8de58, rgb(249, 255, 250))\"},dmGdCyEkt:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},dpva5M7_3:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},DRFGBiorN:{\"--extracted-r6o4lv\":\"var(--token-14d2977f-d790-4c69-a88d-b7952c93a9cd, rgb(9, 104, 70))\"},KfZBGBYEf:{\"--extracted-r6o4lv\":\"var(--token-14d2977f-d790-4c69-a88d-b7952c93a9cd, rgb(9, 104, 70))\"},M8bV4hLBy:{\"--extracted-r6o4lv\":\"var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152))\"},PPbx73avd:{\"--extracted-r6o4lv\":\"var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152))\"},rRPDoE0hC:{\"--extracted-r6o4lv\":\"var(--token-68b88e19-3ffe-4436-ac2e-5e88a2637e1f, rgb(192, 255, 202))\"},S9iSwZwM7:{\"--extracted-r6o4lv\":\"var(--token-14d2977f-d790-4c69-a88d-b7952c93a9cd, rgb(9, 104, 70))\"},SIX0rWzFI:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},U0czGMe5l:{\"--extracted-r6o4lv\":\"var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152))\"},umv7GSyU4:{\"--extracted-r6o4lv\":\"var(--token-14d2977f-d790-4c69-a88d-b7952c93a9cd, rgb(9, 104, 70))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"DRFGBiorN-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19ekn4m\",\"data-styles-preset\":\"ckxwrTTdL\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7d3dbf3f-52a9-44c0-b6da-d98c11a92aee, rgb(104, 141, 122)))\"},children:\"Button\"})})},\"DRFGBiorN-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19ekn4m\",\"data-styles-preset\":\"ckxwrTTdL\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-801d5904-3998-49a5-89be-31dcd5aa2e0d, rgb(7, 85, 57)))\"},children:\"Button\"})})},\"rRPDoE0hC-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19ekn4m\",\"data-styles-preset\":\"ckxwrTTdL\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-776e0acf-65d8-45eb-9493-718a18fcc942, rgb(5, 60, 40)))\"},children:\"Button\"})})},\"rRPDoE0hC-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19ekn4m\",\"data-styles-preset\":\"ckxwrTTdL\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-afb4fa25-69cb-45ce-b097-5d1809c8de58, rgb(249, 255, 250)))\"},children:\"Button\"})})},D8ZDK6nj9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19ekn4m\",\"data-styles-preset\":\"ckxwrTTdL\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-746d9488-73ba-4468-be44-645e20d13fb6, rgb(255, 247, 249)))\"},children:\"Button\"})})},dmGdCyEkt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-lwx77z\",\"data-styles-preset\":\"nFaEBLmQx\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Button\"})})},dpva5M7_3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10hkkr1\",\"data-styles-preset\":\"LqF5L0zwZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Button\"})})},DRFGBiorN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19ekn4m\",\"data-styles-preset\":\"ckxwrTTdL\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-14d2977f-d790-4c69-a88d-b7952c93a9cd, rgb(9, 104, 70)))\"},children:\"Button\"})})},KfZBGBYEf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-lwx77z\",\"data-styles-preset\":\"nFaEBLmQx\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-14d2977f-d790-4c69-a88d-b7952c93a9cd, rgb(9, 104, 70)))\"},children:\"Button\"})})},M8bV4hLBy:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19ekn4m\",\"data-styles-preset\":\"ckxwrTTdL\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152)))\"},children:\"Button\"})})},PPbx73avd:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-lwx77z\",\"data-styles-preset\":\"nFaEBLmQx\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152)))\"},children:\"Button\"})})},rRPDoE0hC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19ekn4m\",\"data-styles-preset\":\"ckxwrTTdL\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-68b88e19-3ffe-4436-ac2e-5e88a2637e1f, rgb(192, 255, 202)))\"},children:\"Button\"})})},S9iSwZwM7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19ekn4m\",\"data-styles-preset\":\"ckxwrTTdL\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-14d2977f-d790-4c69-a88d-b7952c93a9cd, rgb(9, 104, 70)))\"},children:\"Button\"})})},SIX0rWzFI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19ekn4m\",\"data-styles-preset\":\"ckxwrTTdL\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Button\"})})},U0czGMe5l:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10hkkr1\",\"data-styles-preset\":\"LqF5L0zwZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152)))\"},children:\"Button\"})})},umv7GSyU4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10hkkr1\",\"data-styles-preset\":\"LqF5L0zwZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-14d2977f-d790-4c69-a88d-b7952c93a9cd, rgb(9, 104, 70)))\"},children:\"Button\"})})},uwk6Q3OU7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10hkkr1\",\"data-styles-preset\":\"LqF5L0zwZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-746d9488-73ba-4468-be44-645e20d13fb6, rgb(255, 247, 249)))\"},children:\"Button\"})})}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-nbpuih\",layoutDependency:layoutDependency,layoutId:\"KrUJOMIP8\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vquz83-container\",layoutDependency:layoutDependency,layoutId:\"O0Cc9ya_a-container\",style:{opacity:1},variants:{\"DRFGBiorN-pressed\":{opacity:0}},children:/*#__PURE__*/_jsx(Hero,{color:\"var(--token-746d9488-73ba-4468-be44-645e20d13fb6, rgb(255, 247, 249))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"ArrowRight\",id:\"O0Cc9ya_a\",layoutId:\"O0Cc9ya_a\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"DRFGBiorN-hover\":{color:\"var(--token-7d3dbf3f-52a9-44c0-b6da-d98c11a92aee, rgb(104, 141, 122))\"},\"DRFGBiorN-pressed\":{color:\"var(--token-7d3dbf3f-52a9-44c0-b6da-d98c11a92aee, rgb(104, 141, 122))\"},DRFGBiorN:{color:\"var(--token-14d2977f-d790-4c69-a88d-b7952c93a9cd, rgb(9, 104, 70))\"}},baseVariant,gestureVariant)})})})})]}),isDisplayed(x3S_k2QUJ)&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-rulf3e\",\"data-framer-name\":\"Arrow\",layoutDependency:layoutDependency,layoutId:\"J7oFFgNlH\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-83ib1u-container\",layoutDependency:layoutDependency,layoutId:\"OFAKncJsw-container\",children:/*#__PURE__*/_jsx(Hero,{color:\"var(--token-746d9488-73ba-4468-be44-645e20d13fb6, rgb(255, 247, 249))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"ArrowRight\",id:\"OFAKncJsw\",layoutId:\"OFAKncJsw\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"rRPDoE0hC-hover\":{color:\"var(--token-776e0acf-65d8-45eb-9493-718a18fcc942, rgb(5, 60, 40))\"},\"rRPDoE0hC-pressed\":{color:\"var(--token-afb4fa25-69cb-45ce-b097-5d1809c8de58, rgb(249, 255, 250))\"},dmGdCyEkt:{color:\"rgb(255, 255, 255)\"},dpva5M7_3:{color:\"rgb(255, 255, 255)\"},KfZBGBYEf:{color:\"var(--token-14d2977f-d790-4c69-a88d-b7952c93a9cd, rgb(9, 104, 70))\"},M8bV4hLBy:{color:\"var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152))\"},PPbx73avd:{color:\"var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152))\"},rRPDoE0hC:{color:\"var(--token-68b88e19-3ffe-4436-ac2e-5e88a2637e1f, rgb(192, 255, 202))\"},S9iSwZwM7:{color:\"var(--token-14d2977f-d790-4c69-a88d-b7952c93a9cd, rgb(9, 104, 70))\"},SIX0rWzFI:{color:\"rgb(255, 255, 255)\"},U0czGMe5l:{color:\"var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152))\"},umv7GSyU4:{color:\"var(--token-14d2977f-d790-4c69-a88d-b7952c93a9cd, rgb(9, 104, 70))\"}},baseVariant,gestureVariant)})})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-z1XZw.framer-9ijpgl, .framer-z1XZw .framer-9ijpgl { display: block; }\",\".framer-z1XZw.framer-qu6wus { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; padding: 16px; position: relative; text-decoration: none; width: min-content; }\",\".framer-z1XZw .framer-4uklc1 { 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: visible; padding: 0px 16px 0px 16px; position: relative; width: min-content; }\",\".framer-z1XZw .framer-1vpk6of, .framer-z1XZw .framer-cws5w6 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-z1XZw .framer-16kjxu9 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px 16px 0px 16px; position: relative; width: min-content; }\",\".framer-z1XZw .framer-nbpuih { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 20px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 21px; }\",\".framer-z1XZw .framer-1vquz83-container { flex: none; height: 23px; left: -1px; position: absolute; right: -1px; top: -3px; z-index: 1; }\",\".framer-z1XZw .framer-rulf3e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-z1XZw .framer-83ib1u-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 28px); position: relative; width: 28px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-z1XZw.framer-qu6wus, .framer-z1XZw .framer-4uklc1, .framer-z1XZw .framer-16kjxu9, .framer-z1XZw .framer-nbpuih, .framer-z1XZw .framer-rulf3e { gap: 0px; } .framer-z1XZw.framer-qu6wus > *, .framer-z1XZw .framer-4uklc1 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-z1XZw.framer-qu6wus > :first-child, .framer-z1XZw .framer-4uklc1 > :first-child, .framer-z1XZw .framer-16kjxu9 > :first-child, .framer-z1XZw .framer-nbpuih > :first-child { margin-left: 0px; } .framer-z1XZw.framer-qu6wus > :last-child, .framer-z1XZw .framer-4uklc1 > :last-child, .framer-z1XZw .framer-16kjxu9 > :last-child, .framer-z1XZw .framer-nbpuih > :last-child { margin-right: 0px; } .framer-z1XZw .framer-16kjxu9 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-z1XZw .framer-nbpuih > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-z1XZw .framer-rulf3e > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-z1XZw .framer-rulf3e > :first-child { margin-top: 0px; } .framer-z1XZw .framer-rulf3e > :last-child { margin-bottom: 0px; } }\",\".framer-z1XZw.framer-v-1q0l4ib .framer-4uklc1, .framer-z1XZw.framer-v-1ldx1p7 .framer-4uklc1, .framer-z1XZw.framer-v-1ldx1p7 .framer-16kjxu9, .framer-z1XZw.framer-v-i3zkc7 .framer-4uklc1, .framer-z1XZw.framer-v-aptykd .framer-4uklc1 { padding: 0px 14px 0px 14px; }\",\".framer-z1XZw.framer-v-1q0l4ib .framer-16kjxu9, .framer-z1XZw.framer-v-i3zkc7 .framer-16kjxu9, .framer-z1XZw.framer-v-aptykd .framer-16kjxu9, .framer-z1XZw.framer-v-x2f6pp .framer-16kjxu9, .framer-z1XZw.framer-v-ag1zls .framer-16kjxu9, .framer-z1XZw.framer-v-baub6e .framer-16kjxu9, .framer-z1XZw.framer-v-1j9q9cv .framer-16kjxu9, .framer-z1XZw.framer-v-g48567 .framer-16kjxu9 { padding: 0px 10px 0px 10px; }\",\".framer-z1XZw.framer-v-1q0l4ib .framer-83ib1u-container, .framer-z1XZw.framer-v-1ldx1p7 .framer-83ib1u-container, .framer-z1XZw.framer-v-i3zkc7 .framer-83ib1u-container, .framer-z1XZw.framer-v-aptykd .framer-83ib1u-container { height: var(--framer-aspect-ratio-supported, 22px); width: 22px; }\",\".framer-z1XZw.framer-v-x2f6pp.framer-qu6wus, .framer-z1XZw.framer-v-ag1zls.framer-qu6wus, .framer-z1XZw.framer-v-baub6e.framer-qu6wus, .framer-z1XZw.framer-v-1j9q9cv.framer-qu6wus, .framer-z1XZw.framer-v-g48567.framer-qu6wus { padding: 10px; }\",\".framer-z1XZw.framer-v-x2f6pp .framer-4uklc1, .framer-z1XZw.framer-v-ag1zls .framer-4uklc1, .framer-z1XZw.framer-v-baub6e .framer-4uklc1, .framer-z1XZw.framer-v-1j9q9cv .framer-4uklc1, .framer-z1XZw.framer-v-g48567 .framer-4uklc1 { padding: 0px 12px 0px 12px; }\",\".framer-z1XZw.framer-v-x2f6pp .framer-83ib1u-container, .framer-z1XZw.framer-v-ag1zls .framer-83ib1u-container, .framer-z1XZw.framer-v-baub6e .framer-83ib1u-container, .framer-z1XZw.framer-v-1j9q9cv .framer-83ib1u-container, .framer-z1XZw.framer-v-g48567 .framer-83ib1u-container { height: var(--framer-aspect-ratio-supported, 16px); width: 16px; }\",\".framer-z1XZw.framer-v-1tczl3z.framer-qu6wus { padding: 0px 0px 3px 0px; }\",\".framer-z1XZw.framer-v-1tczl3z .framer-16kjxu9 { gap: 8px; padding: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-z1XZw.framer-v-1tczl3z .framer-16kjxu9 { gap: 0px; } .framer-z1XZw.framer-v-1tczl3z .framer-16kjxu9 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-z1XZw.framer-v-1tczl3z .framer-16kjxu9 > :first-child { margin-left: 0px; } .framer-z1XZw.framer-v-1tczl3z .framer-16kjxu9 > :last-child { margin-right: 0px; } }\",\".framer-z1XZw.framer-v-1tczl3z.hover .framer-nbpuih, .framer-z1XZw.framer-v-1tczl3z.pressed .framer-nbpuih { width: 18px; }\",\".framer-z1XZw.framer-v-1tczl3z.hover .framer-1vquz83-container { left: unset; right: -8px; width: 23px; }\",\".framer-z1XZw.framer-v-1tczl3z.pressed .framer-1vquz83-container { left: unset; right: -19px; width: 23px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-z1XZw[data-border=\"true\"]::after, .framer-z1XZw [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 70.5\n * @framerIntrinsicWidth 170\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"PPbx73avd\":{\"layout\":[\"auto\",\"auto\"]},\"dmGdCyEkt\":{\"layout\":[\"auto\",\"auto\"]},\"KfZBGBYEf\":{\"layout\":[\"auto\",\"auto\"]},\"uwk6Q3OU7\":{\"layout\":[\"auto\",\"auto\"]},\"U0czGMe5l\":{\"layout\":[\"auto\",\"auto\"]},\"dpva5M7_3\":{\"layout\":[\"auto\",\"auto\"]},\"umv7GSyU4\":{\"layout\":[\"auto\",\"auto\"]},\"D8ZDK6nj9\":{\"layout\":[\"auto\",\"auto\"]},\"M8bV4hLBy\":{\"layout\":[\"auto\",\"auto\"]},\"SIX0rWzFI\":{\"layout\":[\"auto\",\"auto\"]},\"S9iSwZwM7\":{\"layout\":[\"auto\",\"auto\"]},\"DRFGBiorN\":{\"layout\":[\"auto\",\"auto\"]},\"rRPDoE0hC\":{\"layout\":[\"auto\",\"auto\"]},\"KO4r7_z6I\":{\"layout\":[\"auto\",\"auto\"]},\"FZAFJEwJx\":{\"layout\":[\"auto\",\"auto\"]},\"mB5Wo_YrF\":{\"layout\":[\"auto\",\"auto\"]},\"ZvKdWVz65\":{\"layout\":[\"auto\",\"auto\"]},\"zNAjq2RPN\":{\"layout\":[\"auto\",\"auto\"]},\"K864rBV8o\":{\"layout\":[\"auto\",\"auto\"]},\"UYIyqz18c\":{\"layout\":[\"auto\",\"auto\"]},\"o61Zq_FWV\":{\"layout\":[\"auto\",\"auto\"]},\"Zl7mIwyJ7\":{\"layout\":[\"auto\",\"auto\"]},\"q2bqOCs3b\":{\"layout\":[\"auto\",\"auto\"]},\"g_hKt8_FV\":{\"layout\":[\"auto\",\"auto\"]},\"xvOF1ItYS\":{\"layout\":[\"auto\",\"auto\"]},\"VmcD3gh5W\":{\"layout\":[\"auto\",\"auto\"]},\"OotyeMRFP\":{\"layout\":[\"auto\",\"auto\"]},\"U6P3LHIEA\":{\"layout\":[\"auto\",\"auto\"]},\"r7KkDZa_c\":{\"layout\":[\"auto\",\"auto\"]},\"ZJxX_iGc2\":{\"layout\":[\"auto\",\"auto\"]},\"OC4uCgzii\":{\"layout\":[\"auto\",\"auto\"]},\"y_hsZWAn_\":{\"layout\":[\"auto\",\"auto\"]},\"OXLtSrok6\":{\"layout\":[\"auto\",\"auto\"]},\"CiZ_cw0vW\":{\"layout\":[\"auto\",\"auto\"]},\"SuHfqBhms\":{\"layout\":[\"auto\",\"auto\"]},\"wxlg9fJLC\":{\"layout\":[\"auto\",\"auto\"]},\"u7rphDJgz\":{\"layout\":[\"auto\",\"auto\"]},\"o9EGZPJha\":{\"layout\":[\"auto\",\"auto\"]},\"VMTr1txIJ\":{\"layout\":[\"auto\",\"auto\"]},\"aOr_nyaBC\":{\"layout\":[\"auto\",\"auto\"]},\"H7N1jWXIj\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"armc9e_g9\":\"buttonText\",\"oqO6o4u2l\":\"text\",\"x2eys7bv3\":\"textArrow\",\"x3S_k2QUJ\":\"arrow\",\"p0Ecn0Lgc\":\"link\",\"RWabK8WSj\":\"tap\",\"VRcNJMiAi\":\"newTab\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerjE4NU22uX=withCSS(Component,css,\"framer-z1XZw\");export default FramerjE4NU22uX;FramerjE4NU22uX.displayName=\"Asset / Button\";FramerjE4NU22uX.defaultProps={height:70.5,width:170};addPropertyControls(FramerjE4NU22uX,{variant:{options:[\"Dcn6pTYZy\",\"PPbx73avd\",\"dmGdCyEkt\",\"KfZBGBYEf\",\"uwk6Q3OU7\",\"U0czGMe5l\",\"dpva5M7_3\",\"umv7GSyU4\",\"D8ZDK6nj9\",\"M8bV4hLBy\",\"SIX0rWzFI\",\"S9iSwZwM7\",\"DRFGBiorN\",\"rRPDoE0hC\"],optionTitles:[\"XL\",\"XL Outline\",\"XL Secondary\",\"XL Secondary Outline\",\"L\",\"L Outline\",\"L Secondary\",\"L Secondary Outline\",\"M\",\"M Outline\",\"M Secondary\",\"M Secondary Outline\",\"M Text\",\"M Tertiary Outlined\"],title:\"Variant\",type:ControlType.Enum},armc9e_g9:{defaultValue:\"Button\",displayTextArea:false,title:\"Button text\",type:ControlType.String},oqO6o4u2l:{defaultValue:true,title:\"Text\",type:ControlType.Boolean},x2eys7bv3:{defaultValue:false,title:\"Text+Arrow\",type:ControlType.Boolean},x3S_k2QUJ:{defaultValue:false,title:\"Arrow\",type:ControlType.Boolean},p0Ecn0Lgc:{title:\"Link\",type:ControlType.Link},RWabK8WSj:{title:\"Tap\",type:ControlType.EventHandler},VRcNJMiAi:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean}});addFonts(FramerjE4NU22uX,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...HeroFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerjE4NU22uX\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"170\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"PPbx73avd\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"dmGdCyEkt\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"KfZBGBYEf\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"uwk6Q3OU7\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"U0czGMe5l\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"dpva5M7_3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"umv7GSyU4\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"D8ZDK6nj9\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"M8bV4hLBy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"SIX0rWzFI\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"S9iSwZwM7\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"DRFGBiorN\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rRPDoE0hC\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"KO4r7_z6I\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"FZAFJEwJx\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"mB5Wo_YrF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ZvKdWVz65\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"zNAjq2RPN\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"K864rBV8o\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"UYIyqz18c\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"o61Zq_FWV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Zl7mIwyJ7\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"q2bqOCs3b\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"g_hKt8_FV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"xvOF1ItYS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"VmcD3gh5W\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"OotyeMRFP\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"U6P3LHIEA\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"r7KkDZa_c\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ZJxX_iGc2\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"OC4uCgzii\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"y_hsZWAn_\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"OXLtSrok6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"CiZ_cw0vW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"SuHfqBhms\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"wxlg9fJLC\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"u7rphDJgz\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"o9EGZPJha\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"VMTr1txIJ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"aOr_nyaBC\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"H7N1jWXIj\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"armc9e_g9\\\":\\\"buttonText\\\",\\\"oqO6o4u2l\\\":\\\"text\\\",\\\"x2eys7bv3\\\":\\\"textArrow\\\",\\\"x3S_k2QUJ\\\":\\\"arrow\\\",\\\"p0Ecn0Lgc\\\":\\\"link\\\",\\\"RWabK8WSj\\\":\\\"tap\\\",\\\"VRcNJMiAi\\\":\\\"newTab\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"70.5\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./jE4NU22uX.map", "// Generated by Framer (0961f6c)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"JrFui6kPT\",\"Iq8T3LFq5\"];const serializationHash=\"framer-sqzCC\";const variantClassNames={Iq8T3LFq5:\"framer-v-onb8k7\",JrFui6kPT:\"framer-v-1vrjqc6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Green paw paw\":\"Iq8T3LFq5\",Watermelon:\"JrFui6kPT\"};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:\"JrFui6kPT\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"JrFui6kPT\",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,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1vrjqc6\",className,classNames),\"data-framer-name\":\"Watermelon\",layoutDependency:layoutDependency,layoutId:\"JrFui6kPT\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({Iq8T3LFq5:{\"data-framer-name\":\"Green paw paw\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-tc8luj\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"IfLAe0ZhY\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1479 906\"><path d=\"M 54.034 444.678 C 54.034 444.678 111.053 270.507 170.216 270.507 C 229.38 270.507 248.713 852.906 336.417 852.906 C 424.122 852.906 413.672 53.534 511.546 53.534 C 609.421 53.534 612.907 626.798 699.724 626.798 C 786.542 626.798 721.702 53.537 811.671 53.537 C 901.639 53.537 837.081 706.737 922.242 722.728 C 1007.402 738.718 994.355 186.009 1074.711 197.429 C 1155.058 208.848 1176.351 501.19 1259.455 503.474 C 1325.934 505.301 1397.494 408.31 1424.966 359.587\" fill=\"transparent\" stroke-width=\"106.07\" stroke=\"var(--token-13602c7e-f89d-4a17-904d-b543ade026c4, rgb(255, 162, 185)) /* {&quot;name&quot;:&quot;400 - Watermelon juice&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:233066798,withExternalLayout:true,...addPropertyOverrides({Iq8T3LFq5:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1479 906\"><path d=\"M 54.034 444.678 C 54.034 444.678 111.053 270.507 170.216 270.507 C 229.38 270.507 248.713 852.906 336.417 852.906 C 424.122 852.906 413.672 53.534 511.546 53.534 C 609.421 53.534 612.907 626.798 699.724 626.798 C 786.542 626.798 721.702 53.537 811.671 53.537 C 901.639 53.537 837.081 706.737 922.242 722.728 C 1007.402 738.718 994.355 186.009 1074.711 197.429 C 1155.058 208.848 1176.351 501.19 1259.455 503.474 C 1325.934 505.301 1397.494 408.31 1424.966 359.587\" fill=\"transparent\" stroke-width=\"106.07\" stroke=\"var(--token-7d3dbf3f-52a9-44c0-b6da-d98c11a92aee, rgb(104, 141, 122)) /* {&quot;name&quot;:&quot;400 - Green paw paw&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:8786419999}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-sqzCC.framer-127qnu7, .framer-sqzCC .framer-127qnu7 { display: block; }\",\".framer-sqzCC.framer-1vrjqc6 { height: 906px; overflow: hidden; position: relative; width: 1479px; }\",\".framer-sqzCC .framer-tc8luj { flex: none; height: 906px; left: calc(49.8737373737374% - 1479px / 2); position: absolute; top: calc(50.103092783505176% - 906px / 2); width: 1479px; }\",\".framer-sqzCC.framer-v-onb8k7.framer-1vrjqc6 { aspect-ratio: 1.6324503311258278 / 1; height: var(--framer-aspect-ratio-supported, 906px); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 906\n * @framerIntrinsicWidth 1479\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Iq8T3LFq5\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerygq5i6KxM=withCSS(Component,css,\"framer-sqzCC\");export default Framerygq5i6KxM;Framerygq5i6KxM.displayName=\"Asset / Squible\";Framerygq5i6KxM.defaultProps={height:906,width:1479};addPropertyControls(Framerygq5i6KxM,{variant:{options:[\"JrFui6kPT\",\"Iq8T3LFq5\"],optionTitles:[\"Watermelon\",\"Green paw paw\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerygq5i6KxM,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerygq5i6KxM\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1479\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"906\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Iq8T3LFq5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ygq5i6KxM.map", "// Generated by Framer (79f90af)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/siqpCGHc8qKAPwCZovAg/r5RylTSrcGYKkrAaS3AE/ckxwrTTdL.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/xPPEmsdvgn1xbcdhOJDz/8zF7YdahdxklvRqeDkSJ/LqF5L0zwZ.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/uDXFs3IfslYF3AdJXzf3/pO3T5Sf7bj6xY1IEzX7y/ON5rRGrcE.js\";import AssetIconsHero from\"https://framerusercontent.com/modules/nUoG4A91pYCjxPhsATCr/wOKCB03Yc72OWFVycOYY/DmvalGhOK.js\";const AssetIconsHeroFonts=getFonts(AssetIconsHero);const cycleOrder=[\"QuM5MicRN\",\"uRs6hlrba\",\"NsH36TdKH\",\"Y3FOk1dbf\",\"vTlPcC_q8\",\"ZTAqfdfNT\",\"dbszAQLhs\",\"FnodFwE6K\",\"kLWU8DFrr\",\"MOlW8OXz5\",\"J1RH7xzYe\",\"zvakOH0Mx\"];const serializationHash=\"framer-mkeQp\";const variantClassNames={dbszAQLhs:\"framer-v-1kcdmm1\",FnodFwE6K:\"framer-v-hg68od\",J1RH7xzYe:\"framer-v-12w67mt\",kLWU8DFrr:\"framer-v-1q6xylg\",MOlW8OXz5:\"framer-v-yzn6rk\",NsH36TdKH:\"framer-v-136fvwr\",QuM5MicRN:\"framer-v-10yvhkm\",uRs6hlrba:\"framer-v-1phri7b\",vTlPcC_q8:\"framer-v-qc79qe\",Y3FOk1dbf:\"framer-v-1pr1ogw\",ZTAqfdfNT:\"framer-v-1jat5zn\",zvakOH0Mx:\"framer-v-1q7ns6l\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Ecnryption WJ S\":\"J1RH7xzYe\",\"Ecryption S\":\"FnodFwE6K\",\"Encryption - Watermelon juice\":\"vTlPcC_q8\",\"GDPR - Watermelon juice\":\"Y3FOk1dbf\",\"GDPR S\":\"dbszAQLhs\",\"GDPR WJ S\":\"MOlW8OXz5\",\"ISO - Watermelon juice\":\"ZTAqfdfNT\",\"ISO S\":\"kLWU8DFrr\",\"ISO WJ S\":\"zvakOH0Mx\",Encryption:\"uRs6hlrba\",GDPR:\"QuM5MicRN\",ISO:\"NsH36TdKH\"};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:\"QuM5MicRN\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"QuM5MicRN\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"NsH36TdKH\",\"ZTAqfdfNT\",\"kLWU8DFrr\",\"zvakOH0Mx\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-10yvhkm\",className,classNames),\"data-framer-name\":\"GDPR\",layoutDependency:layoutDependency,layoutId:\"QuM5MicRN\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-820306f9-f4bf-4918-8eb2-6bb0e44a8b41, rgb(4, 42, 29))\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40,boxShadow:\"0px 0.6021873017743928px 0.84306222248415px -0.9166666666666666px rgba(0, 0, 0, 0.13599), 0px 2.288533303243457px 3.20394662454084px -1.8333333333333333px rgba(0, 0, 0, 0.13178), 0px 10px 14px -2.75px rgba(0, 0, 0, 0.1125)\",...style},variants:{dbszAQLhs:{borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32},FnodFwE6K:{borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32},J1RH7xzYe:{backgroundColor:\"var(--token-93417450-7929-4134-ac8a-b77d61c39a48, rgb(54, 18, 28))\",borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32},kLWU8DFrr:{borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32},MOlW8OXz5:{backgroundColor:\"var(--token-93417450-7929-4134-ac8a-b77d61c39a48, rgb(54, 18, 28))\",borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32},vTlPcC_q8:{backgroundColor:\"var(--token-93417450-7929-4134-ac8a-b77d61c39a48, rgb(54, 18, 28))\"},Y3FOk1dbf:{backgroundColor:\"var(--token-93417450-7929-4134-ac8a-b77d61c39a48, rgb(54, 18, 28))\"},ZTAqfdfNT:{backgroundColor:\"var(--token-93417450-7929-4134-ac8a-b77d61c39a48, rgb(54, 18, 28))\"},zvakOH0Mx:{backgroundColor:\"var(--token-93417450-7929-4134-ac8a-b77d61c39a48, rgb(54, 18, 28))\",borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32}},...addPropertyOverrides({dbszAQLhs:{\"data-framer-name\":\"GDPR S\"},FnodFwE6K:{\"data-framer-name\":\"Ecryption S\"},J1RH7xzYe:{\"data-framer-name\":\"Ecnryption WJ S\"},kLWU8DFrr:{\"data-framer-name\":\"ISO S\"},MOlW8OXz5:{\"data-framer-name\":\"GDPR WJ S\"},NsH36TdKH:{\"data-framer-name\":\"ISO\"},uRs6hlrba:{\"data-framer-name\":\"Encryption\"},vTlPcC_q8:{\"data-framer-name\":\"Encryption - Watermelon juice\"},Y3FOk1dbf:{\"data-framer-name\":\"GDPR - Watermelon juice\"},ZTAqfdfNT:{\"data-framer-name\":\"ISO - Watermelon juice\"},zvakOH0Mx:{\"data-framer-name\":\"ISO WJ S\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-e70zkz\",\"data-framer-name\":\"Icon + Text\",layoutDependency:layoutDependency,layoutId:\"s0Po36zcJ\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"43px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-18nlx7a-container\",layoutDependency:layoutDependency,layoutId:\"YAMgiSRXQ-container\",children:/*#__PURE__*/_jsx(AssetIconsHero,{height:\"100%\",id:\"YAMgiSRXQ\",layoutId:\"YAMgiSRXQ\",style:{height:\"100%\",width:\"100%\"},variant:\"HkdSukxfO\",width:\"100%\",...addPropertyOverrides({J1RH7xzYe:{variant:\"iMzYu7YMg\"},MOlW8OXz5:{variant:\"iMzYu7YMg\"},zvakOH0Mx:{variant:\"iMzYu7YMg\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gwm23q\",layoutDependency:layoutDependency,layoutId:\"o6UTxx2H1\",children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1mmmias\",\"data-styles-preset\":\"ON5rRGrcE\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a7f97214-582a-4c5f-9fa7-87ff4c51f444, rgb(214, 255, 220)))\"},children:\"Coming soon\"})}),className:\"framer-3bwlu3\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vGY4SATwo\",style:{\"--extracted-r6o4lv\":\"var(--token-a7f97214-582a-4c5f-9fa7-87ff4c51f444, rgb(214, 255, 220))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{ZTAqfdfNT:{\"--extracted-r6o4lv\":\"var(--token-d98047ee-544f-4fcd-82cf-cc804820bf49, rgb(255, 209, 220))\"},zvakOH0Mx:{\"--extracted-r6o4lv\":\"var(--token-d98047ee-544f-4fcd-82cf-cc804820bf49, rgb(255, 209, 220))\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({ZTAqfdfNT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1mmmias\",\"data-styles-preset\":\"ON5rRGrcE\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d98047ee-544f-4fcd-82cf-cc804820bf49, rgb(255, 209, 220)))\"},children:\"Coming soon\"})})},zvakOH0Mx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1mmmias\",\"data-styles-preset\":\"ON5rRGrcE\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d98047ee-544f-4fcd-82cf-cc804820bf49, rgb(255, 209, 220)))\"},children:\"Coming soon\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10hkkr1\",\"data-styles-preset\":\"LqF5L0zwZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a7f97214-582a-4c5f-9fa7-87ff4c51f444, rgb(214, 255, 220)))\"},children:\"GDPR Compliant.\"})}),className:\"framer-dfn3o7\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OCp0qt_iH\",style:{\"--extracted-r6o4lv\":\"var(--token-a7f97214-582a-4c5f-9fa7-87ff4c51f444, rgb(214, 255, 220))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{J1RH7xzYe:{\"--extracted-r6o4lv\":\"var(--token-d98047ee-544f-4fcd-82cf-cc804820bf49, rgb(255, 209, 220))\"},MOlW8OXz5:{\"--extracted-r6o4lv\":\"var(--token-d98047ee-544f-4fcd-82cf-cc804820bf49, rgb(255, 209, 220))\"},vTlPcC_q8:{\"--extracted-r6o4lv\":\"var(--token-d98047ee-544f-4fcd-82cf-cc804820bf49, rgb(255, 209, 220))\"},Y3FOk1dbf:{\"--extracted-r6o4lv\":\"var(--token-d98047ee-544f-4fcd-82cf-cc804820bf49, rgb(255, 209, 220))\"},ZTAqfdfNT:{\"--extracted-r6o4lv\":\"var(--token-d98047ee-544f-4fcd-82cf-cc804820bf49, rgb(255, 209, 220))\"},zvakOH0Mx:{\"--extracted-r6o4lv\":\"var(--token-d98047ee-544f-4fcd-82cf-cc804820bf49, rgb(255, 209, 220))\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({dbszAQLhs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19ekn4m\",\"data-styles-preset\":\"ckxwrTTdL\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a7f97214-582a-4c5f-9fa7-87ff4c51f444, rgb(214, 255, 220)))\"},children:\"GDPR Compliant.\"})})},FnodFwE6K:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19ekn4m\",\"data-styles-preset\":\"ckxwrTTdL\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a7f97214-582a-4c5f-9fa7-87ff4c51f444, rgb(214, 255, 220)))\"},children:\"Encryption, Always.\"})})},J1RH7xzYe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19ekn4m\",\"data-styles-preset\":\"ckxwrTTdL\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d98047ee-544f-4fcd-82cf-cc804820bf49, rgb(255, 209, 220)))\"},children:\"Encryption, Always.\"})})},kLWU8DFrr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19ekn4m\",\"data-styles-preset\":\"ckxwrTTdL\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a7f97214-582a-4c5f-9fa7-87ff4c51f444, rgb(214, 255, 220)))\"},children:\"ISO 27001.\"})})},MOlW8OXz5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19ekn4m\",\"data-styles-preset\":\"ckxwrTTdL\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d98047ee-544f-4fcd-82cf-cc804820bf49, rgb(255, 209, 220)))\"},children:\"GDPR Compliant.\"})})},NsH36TdKH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10hkkr1\",\"data-styles-preset\":\"LqF5L0zwZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a7f97214-582a-4c5f-9fa7-87ff4c51f444, rgb(214, 255, 220)))\"},children:\"ISO 27001.\"})})},uRs6hlrba:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10hkkr1\",\"data-styles-preset\":\"LqF5L0zwZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a7f97214-582a-4c5f-9fa7-87ff4c51f444, rgb(214, 255, 220)))\"},children:\"Encryption, Always.\"})})},vTlPcC_q8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10hkkr1\",\"data-styles-preset\":\"LqF5L0zwZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d98047ee-544f-4fcd-82cf-cc804820bf49, rgb(255, 209, 220)))\"},children:\"Encryption, Always.\"})})},Y3FOk1dbf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10hkkr1\",\"data-styles-preset\":\"LqF5L0zwZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d98047ee-544f-4fcd-82cf-cc804820bf49, rgb(255, 209, 220)))\"},children:\"GDPR Compliant.\"})})},ZTAqfdfNT:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-10hkkr1\",\"data-styles-preset\":\"LqF5L0zwZ\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d98047ee-544f-4fcd-82cf-cc804820bf49, rgb(255, 209, 220)))\"},children:\"ISO 27001.\"})})},zvakOH0Mx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19ekn4m\",\"data-styles-preset\":\"ckxwrTTdL\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d98047ee-544f-4fcd-82cf-cc804820bf49, rgb(255, 209, 220)))\"},children:\"ISO 27001.\"})})}},baseVariant,gestureVariant)})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-mkeQp.framer-woy9xz, .framer-mkeQp .framer-woy9xz { display: block; }\",\".framer-mkeQp.framer-10yvhkm { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; min-width: 345px; overflow: visible; padding: 32px; position: relative; width: min-content; }\",\".framer-mkeQp .framer-e70zkz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-mkeQp .framer-18nlx7a-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 43px); position: relative; width: 43px; }\",\".framer-mkeQp .framer-gwm23q { 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: min-content; }\",\".framer-mkeQp .framer-3bwlu3, .framer-mkeQp .framer-dfn3o7 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mkeQp.framer-10yvhkm, .framer-mkeQp .framer-e70zkz, .framer-mkeQp .framer-gwm23q { gap: 0px; } .framer-mkeQp.framer-10yvhkm > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-mkeQp.framer-10yvhkm > :first-child { margin-top: 0px; } .framer-mkeQp.framer-10yvhkm > :last-child { margin-bottom: 0px; } .framer-mkeQp .framer-e70zkz > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-mkeQp .framer-e70zkz > :first-child, .framer-mkeQp .framer-gwm23q > :first-child { margin-left: 0px; } .framer-mkeQp .framer-e70zkz > :last-child, .framer-mkeQp .framer-gwm23q > :last-child { margin-right: 0px; } .framer-mkeQp .framer-gwm23q > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-mkeQp.framer-v-136fvwr .framer-gwm23q, .framer-mkeQp.framer-v-1jat5zn .framer-gwm23q { height: 29px; width: 226px; }\",\".framer-mkeQp.framer-v-136fvwr .framer-3bwlu3, .framer-mkeQp.framer-v-1jat5zn .framer-3bwlu3, .framer-mkeQp.framer-v-1q6xylg .framer-3bwlu3, .framer-mkeQp.framer-v-1q7ns6l .framer-3bwlu3 { order: 1; }\",\".framer-mkeQp.framer-v-136fvwr .framer-dfn3o7, .framer-mkeQp.framer-v-1jat5zn .framer-dfn3o7, .framer-mkeQp.framer-v-1q6xylg .framer-dfn3o7, .framer-mkeQp.framer-v-1q7ns6l .framer-dfn3o7 { order: 0; }\",\".framer-mkeQp.framer-v-1kcdmm1.framer-10yvhkm, .framer-mkeQp.framer-v-hg68od.framer-10yvhkm, .framer-mkeQp.framer-v-1q6xylg.framer-10yvhkm, .framer-mkeQp.framer-v-yzn6rk.framer-10yvhkm, .framer-mkeQp.framer-v-12w67mt.framer-10yvhkm, .framer-mkeQp.framer-v-1q7ns6l.framer-10yvhkm { min-width: 297.5px; padding: 24px; }\",\".framer-mkeQp.framer-v-1q6xylg .framer-gwm23q, .framer-mkeQp.framer-v-1q7ns6l .framer-gwm23q { height: 29px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 107\n * @framerIntrinsicWidth 345\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"345px\",null,null,null]},\"uRs6hlrba\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"345px\",null,null,null]},\"NsH36TdKH\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"345px\",null,null,null]},\"Y3FOk1dbf\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"345px\",null,null,null]},\"vTlPcC_q8\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"345px\",null,null,null]},\"ZTAqfdfNT\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"345px\",null,null,null]},\"dbszAQLhs\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"297.5px\",null,null,null]},\"FnodFwE6K\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"297.5px\",null,null,null]},\"kLWU8DFrr\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"297.5px\",null,null,null]},\"MOlW8OXz5\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"297.5px\",null,null,null]},\"J1RH7xzYe\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"297.5px\",null,null,null]},\"zvakOH0Mx\":{\"layout\":[\"auto\",\"auto\"],\"constraints\":[\"297.5px\",null,null,null]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerT5HpQQzOl=withCSS(Component,css,\"framer-mkeQp\");export default FramerT5HpQQzOl;FramerT5HpQQzOl.displayName=\"Asset / Privacy card\";FramerT5HpQQzOl.defaultProps={height:107,width:345};addPropertyControls(FramerT5HpQQzOl,{variant:{options:[\"QuM5MicRN\",\"uRs6hlrba\",\"NsH36TdKH\",\"Y3FOk1dbf\",\"vTlPcC_q8\",\"ZTAqfdfNT\",\"dbszAQLhs\",\"FnodFwE6K\",\"kLWU8DFrr\",\"MOlW8OXz5\",\"J1RH7xzYe\",\"zvakOH0Mx\"],optionTitles:[\"GDPR\",\"Encryption\",\"ISO\",\"GDPR - Watermelon juice\",\"Encryption - Watermelon juice\",\"ISO - Watermelon juice\",\"GDPR S\",\"Ecryption S\",\"ISO S\",\"GDPR WJ S\",\"Ecnryption WJ S\",\"ISO WJ S\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerT5HpQQzOl,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...AssetIconsHeroFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerT5HpQQzOl\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"345px\\\",null,null,null]},\\\"uRs6hlrba\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"345px\\\",null,null,null]},\\\"NsH36TdKH\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"345px\\\",null,null,null]},\\\"Y3FOk1dbf\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"345px\\\",null,null,null]},\\\"vTlPcC_q8\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"345px\\\",null,null,null]},\\\"ZTAqfdfNT\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"345px\\\",null,null,null]},\\\"dbszAQLhs\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"297.5px\\\",null,null,null]},\\\"FnodFwE6K\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"297.5px\\\",null,null,null]},\\\"kLWU8DFrr\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"297.5px\\\",null,null,null]},\\\"MOlW8OXz5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"297.5px\\\",null,null,null]},\\\"J1RH7xzYe\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"297.5px\\\",null,null,null]},\\\"zvakOH0Mx\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"],\\\"constraints\\\":[\\\"297.5px\\\",null,null,null]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"345\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"107\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Plus Jakarta Sans-regular\",\"GF;Plus Jakarta Sans-700\",\"GF;Plus Jakarta Sans-700italic\",\"GF;Plus Jakarta Sans-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU7NTxXUEKi4Rw.woff2\",weight:\"400\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNTxXUEKi4Rw.woff2\",weight:\"700\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ3CDh_VMq2oR82k.woff2\",weight:\"700\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ0lCR_VMq2oR82k.woff2\",weight:\"400\"}]}];export const css=['.framer-jqvrs .framer-styles-preset-1mmmias:not(.rich-text-wrapper), .framer-jqvrs .framer-styles-preset-1mmmias.rich-text-wrapper p { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-801d5904-3998-49a5-89be-31dcd5aa2e0d, #075539); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-jqvrs\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (79f90af)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"HkdSukxfO\",\"R2W1443Dt\",\"gRGyXla7R\",\"Fqj4bHKuX\",\"g1lGZKpgT\",\"cruZovFoj\",\"GjCQYQC5Q\",\"bgV8Uiciz\",\"tASmMWjOP\",\"iMzYu7YMg\"];const serializationHash=\"framer-NJlxD\";const variantClassNames={bgV8Uiciz:\"framer-v-1c97lnb\",cruZovFoj:\"framer-v-1m33h6u\",Fqj4bHKuX:\"framer-v-7pq38\",g1lGZKpgT:\"framer-v-1ev2oqf\",GjCQYQC5Q:\"framer-v-1vxi2y0\",gRGyXla7R:\"framer-v-1hizxrd\",HkdSukxfO:\"framer-v-1gnsfp0\",iMzYu7YMg:\"framer-v-1h97cxv\",R2W1443Dt:\"framer-v-1yy6lel\",tASmMWjOP:\"framer-v-qof0v0\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"chart-pie\":\"GjCQYQC5Q\",\"document-magnify\":\"cruZovFoj\",\"document-text\":\"g1lGZKpgT\",\"lock-closed\":\"tASmMWjOP\",\"shield-check mint\":\"iMzYu7YMg\",\"shield-check\":\"HkdSukxfO\",\"user-group\":\"R2W1443Dt\",heart:\"gRGyXla7R\",language:\"bgV8Uiciz\",window:\"Fqj4bHKuX\"};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:\"HkdSukxfO\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"HkdSukxfO\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"tASmMWjOP\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"bgV8Uiciz\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"GjCQYQC5Q\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"cruZovFoj\")return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"g1lGZKpgT\")return true;return false;};const isDisplayed5=()=>{if(baseVariant===\"Fqj4bHKuX\")return true;return false;};const isDisplayed6=()=>{if(baseVariant===\"gRGyXla7R\")return true;return false;};const isDisplayed7=()=>{if(baseVariant===\"R2W1443Dt\")return true;return false;};const isDisplayed8=()=>{if([\"R2W1443Dt\",\"gRGyXla7R\",\"Fqj4bHKuX\",\"g1lGZKpgT\",\"cruZovFoj\",\"GjCQYQC5Q\",\"bgV8Uiciz\",\"tASmMWjOP\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1gnsfp0\",className,classNames),\"data-framer-name\":\"shield-check\",layoutDependency:layoutDependency,layoutId:\"HkdSukxfO\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({bgV8Uiciz:{\"data-framer-name\":\"language\"},cruZovFoj:{\"data-framer-name\":\"document-magnify\"},Fqj4bHKuX:{\"data-framer-name\":\"window\"},g1lGZKpgT:{\"data-framer-name\":\"document-text\"},GjCQYQC5Q:{\"data-framer-name\":\"chart-pie\"},gRGyXla7R:{\"data-framer-name\":\"heart\"},iMzYu7YMg:{\"data-framer-name\":\"shield-check mint\"},R2W1443Dt:{\"data-framer-name\":\"user-group\"},tASmMWjOP:{\"data-framer-name\":\"lock-closed\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-63xvf4\",\"data-framer-name\":\"lock-closed\",fill:'var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152)) /* {\"name\":\"Watermelon juice\"} */',intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"zwxnM8wzk\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" class=\"w-6 h-6\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M16.5 10.5V6.75a4.5 4.5 0 1 0-9 0v3.75m-.75 11.25h10.5a2.25 2.25 0 0 0 2.25-2.25v-6.75a2.25 2.25 0 0 0-2.25-2.25H6.75a2.25 2.25 0 0 0-2.25 2.25v6.75a2.25 2.25 0 0 0 2.25 2.25Z\"/></svg>',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1kk8mit\",\"data-framer-name\":\"language\",fill:'var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152)) /* {\"name\":\"Watermelon juice\"} */',intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"rXRtFGo3n\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" class=\"w-6 h-6\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m10.5 21 5.25-11.25L21 21m-9-3h7.5M3 5.621a48.474 48.474 0 0 1 6-.371m0 0c1.12 0 2.233.038 3.334.114M9 5.25V3m3.334 2.364C11.176 10.658 7.69 15.08 3 17.502m9.334-12.138A47.63 47.63 0 0 1 15 5.621m-4.589 8.495a18.023 18.023 0 0 1-3.827-5.802\"/></svg>',withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-136c6ho\",\"data-framer-name\":\"chart-pie\",fill:'var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152)) /* {\"name\":\"Watermelon juice\"} */',intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"LtPsgyBgx\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" class=\"w-6 h-6\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10.5 6a7.5 7.5 0 1 0 7.5 7.5h-7.5V6Z\"/><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13.5 10.5H21A7.5 7.5 0 0 0 13.5 3v7.5Z\"/></svg>',withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1hrx4kt\",\"data-framer-name\":\"document-magnify\",fill:'var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152)) /* {\"name\":\"Watermelon juice\"} */',intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"aU5O5DQrj\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" class=\"w-6 h-6\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m5.231 13.481L15 17.25m-4.5-15H5.625c-.621 0-1.125.504-1.125 1.125v16.5c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Zm3.75 11.625a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z\"/></svg>',withExternalLayout:true}),isDisplayed4()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-up5934\",\"data-framer-name\":\"document-text\",fill:'var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152)) /* {\"name\":\"Watermelon juice\"} */',intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"u5foih_Or\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" class=\"w-6 h-6\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z\"/></svg>',withExternalLayout:true}),isDisplayed5()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1lgidhb\",\"data-framer-name\":\"window\",fill:'var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152)) /* {\"name\":\"Watermelon juice\"} */',intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"QB6W4Tpwc\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" class=\"w-6 h-6\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3 8.25V18a2.25 2.25 0 0 0 2.25 2.25h13.5A2.25 2.25 0 0 0 21 18V8.25m-18 0V6a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 6v2.25m-18 0h18M5.25 6h.008v.008H5.25V6ZM7.5 6h.008v.008H7.5V6Zm2.25 0h.008v.008H9.75V6Z\"/></svg>',withExternalLayout:true}),isDisplayed6()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-buisq0\",\"data-framer-name\":\"heart\",fill:'var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152)) /* {\"name\":\"Watermelon juice\"} */',intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"u3HAB8eKn\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" class=\"w-6 h-6\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 8.25c0-2.485-2.099-4.5-4.688-4.5-1.935 0-3.597 1.126-4.312 2.733-.715-1.607-2.377-2.733-4.313-2.733C5.1 3.75 3 5.765 3 8.25c0 7.22 9 12 9 12s9-4.78 9-12Z\"/></svg>',withExternalLayout:true}),isDisplayed7()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-fpnx21\",\"data-framer-name\":\"user-group\",fill:'var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152)) /* {\"name\":\"Watermelon juice\"} */',intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"iSjf30kD7\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" class=\"w-6 h-6\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M18 18.72a9.094 9.094 0 0 0 3.741-.479 3 3 0 0 0-4.682-2.72m.94 3.198.001.031c0 .225-.012.447-.037.666A11.944 11.944 0 0 1 12 21c-2.17 0-4.207-.576-5.963-1.584A6.062 6.062 0 0 1 6 18.719m12 0a5.971 5.971 0 0 0-.941-3.197m0 0A5.995 5.995 0 0 0 12 12.75a5.995 5.995 0 0 0-5.058 2.772m0 0a3 3 0 0 0-4.681 2.72 8.986 8.986 0 0 0 3.74.477m.94-3.197a5.971 5.971 0 0 0-.94 3.197M15 6.75a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm6 3a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Zm-13.5 0a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Z\"/></svg>',withExternalLayout:true}),isDisplayed8()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-eqfot4\",\"data-framer-name\":\"shield-check\",fill:'var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152)) /* {\"name\":\"Watermelon juice\"} */',intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"dlamlsBXV\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" class=\"w-6 h-6\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 12.75 11.25 15 15 9.75m-3-7.036A11.959 11.959 0 0 1 3.598 6 11.99 11.99 0 0 0 3 9.749c0 5.592 3.824 10.29 9 11.623 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.571-.598-3.751h-.152c-3.196 0-6.1-1.248-8.25-3.285Z\"/></svg>',withExternalLayout:true,...addPropertyOverrides({iMzYu7YMg:{fill:'var(--token-68b88e19-3ffe-4436-ac2e-5e88a2637e1f, rgb(192, 255, 202)) /* {\"name\":\"Mint tonic\"} */'}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-NJlxD.framer-15o8sdj, .framer-NJlxD .framer-15o8sdj { display: block; }\",\".framer-NJlxD.framer-1gnsfp0 { height: 200px; position: relative; width: 200px; }\",\".framer-NJlxD .framer-63xvf4, .framer-NJlxD .framer-1kk8mit, .framer-NJlxD .framer-136c6ho, .framer-NJlxD .framer-1hrx4kt, .framer-NJlxD .framer-up5934, .framer-NJlxD .framer-1lgidhb, .framer-NJlxD .framer-buisq0, .framer-NJlxD .framer-fpnx21, .framer-NJlxD .framer-eqfot4 { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-NJlxD.framer-v-1yy6lel.framer-1gnsfp0, .framer-NJlxD.framer-v-1hizxrd.framer-1gnsfp0, .framer-NJlxD.framer-v-7pq38.framer-1gnsfp0, .framer-NJlxD.framer-v-1ev2oqf.framer-1gnsfp0, .framer-NJlxD.framer-v-1m33h6u.framer-1gnsfp0, .framer-NJlxD.framer-v-1vxi2y0.framer-1gnsfp0, .framer-NJlxD.framer-v-1c97lnb.framer-1gnsfp0, .framer-NJlxD.framer-v-qof0v0.framer-1gnsfp0, .framer-NJlxD.framer-v-1h97cxv.framer-1gnsfp0 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 200px); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 200\n * @framerIntrinsicWidth 200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"R2W1443Dt\":{\"layout\":[\"fixed\",\"fixed\"]},\"gRGyXla7R\":{\"layout\":[\"fixed\",\"fixed\"]},\"Fqj4bHKuX\":{\"layout\":[\"fixed\",\"fixed\"]},\"g1lGZKpgT\":{\"layout\":[\"fixed\",\"fixed\"]},\"cruZovFoj\":{\"layout\":[\"fixed\",\"fixed\"]},\"GjCQYQC5Q\":{\"layout\":[\"fixed\",\"fixed\"]},\"bgV8Uiciz\":{\"layout\":[\"fixed\",\"fixed\"]},\"tASmMWjOP\":{\"layout\":[\"fixed\",\"fixed\"]},\"iMzYu7YMg\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerDmvalGhOK=withCSS(Component,css,\"framer-NJlxD\");export default FramerDmvalGhOK;FramerDmvalGhOK.displayName=\"Asset /Icons - Hero\";FramerDmvalGhOK.defaultProps={height:200,width:200};addPropertyControls(FramerDmvalGhOK,{variant:{options:[\"HkdSukxfO\",\"R2W1443Dt\",\"gRGyXla7R\",\"Fqj4bHKuX\",\"g1lGZKpgT\",\"cruZovFoj\",\"GjCQYQC5Q\",\"bgV8Uiciz\",\"tASmMWjOP\",\"iMzYu7YMg\"],optionTitles:[\"shield-check\",\"user-group\",\"heart\",\"window\",\"document-text\",\"document-magnify\",\"chart-pie\",\"language\",\"lock-closed\",\"shield-check mint\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerDmvalGhOK,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDmvalGhOK\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"R2W1443Dt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gRGyXla7R\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Fqj4bHKuX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"g1lGZKpgT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"cruZovFoj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GjCQYQC5Q\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"bgV8Uiciz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tASmMWjOP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"iMzYu7YMg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"200\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DmvalGhOK.map", "// Generated by Framer (0961f6c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/rBcpvAKXkCreKpt3ZDGY/FETyS1bh4iMparFaefCn/FZG58gEDB.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/paaJSSYMz1aMPPN1fdxX/GJ2wueyx9se48I1fqgKt/hN8zPIh5z.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/7suSeKeRQ5xqPrhw8C5E/TYEglRiYns6VS2H1YCgk/PhlzaXKU2.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/coPW0kpgs8POB8m0WQYN/Ki2J4ObFS7ZtRwhMwMSW/weH3rvtMC.js\";const MotionDivWithFX=withFX(motion.div);const ImageWithFX=withFX(Image);const cycleOrder=[\"mCn3wihKS\",\"FOcSqwNKh\",\"cPKnDg3ST\",\"tMhQWugep\",\"GZAmO4300\",\"UyD2rhEsu\",\"eXmoaBqtB\",\"GyA7aAsEq\",\"SR6SOeSBT\"];const serializationHash=\"framer-o2rVP\";const variantClassNames={cPKnDg3ST:\"framer-v-kegjvh\",eXmoaBqtB:\"framer-v-17x49kf\",FOcSqwNKh:\"framer-v-1lyid2q\",GyA7aAsEq:\"framer-v-1gn8z6k\",GZAmO4300:\"framer-v-1q4kvtg\",mCn3wihKS:\"framer-v-4gw84z\",SR6SOeSBT:\"framer-v-16xgydb\",tMhQWugep:\"framer-v-1h0z47u\",UyD2rhEsu:\"framer-v-5dks68\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:100};const transition2={damping:80,delay:.1,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:100};const radiusForCorner=(value,cornerIndex)=>{if(typeof value===\"number\"&&Number.isFinite(value))return Math.max(0,value)+\"px\";if(typeof value!==\"string\"||typeof cornerIndex!==\"number\")return undefined;const segments=value.split(\" \");return segments[cornerIndex]||segments[cornerIndex-2]||segments[0];};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition3={damping:80,delay:.2,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:100};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={\"Image - Text / Tablet\":\"eXmoaBqtB\",\"Image - Text S Fit\":\"GyA7aAsEq\",\"Image - Text S\":\"tMhQWugep\",\"Image - text\":\"FOcSqwNKh\",\"Mobile Fit\":\"SR6SOeSBT\",\"Text - Image S\":\"cPKnDg3ST\",\"Text - image\":\"mCn3wihKS\",Mobile:\"GZAmO4300\",XS:\"UyD2rhEsu\"};const getProps=({height,id,image,radius,text,textColour,title,titleColour,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_humanReadableVariantMap_props_variant,_ref5,_ref6;return{...props,b1G3R7xqV:(_ref=radius!==null&&radius!==void 0?radius:props.b1G3R7xqV)!==null&&_ref!==void 0?_ref:\"80px\",C6LPeIBCh:(_ref1=titleColour!==null&&titleColour!==void 0?titleColour:props.C6LPeIBCh)!==null&&_ref1!==void 0?_ref1:\"var(--token-68b88e19-3ffe-4436-ac2e-5e88a2637e1f, rgb(192, 255, 202))\",JY2AYIbmN:(_ref2=image!==null&&image!==void 0?image:props.JY2AYIbmN)!==null&&_ref2!==void 0?_ref2:{src:\"https://framerusercontent.com/images/Th0IvOP86rBZFO0NPh7LvqckvjA.jpg\",srcSet:\"https://framerusercontent.com/images/Th0IvOP86rBZFO0NPh7LvqckvjA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Th0IvOP86rBZFO0NPh7LvqckvjA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/Th0IvOP86rBZFO0NPh7LvqckvjA.jpg 1218w\"},PNJVbj1rs:(_ref3=text!==null&&text!==void 0?text:props.PNJVbj1rs)!==null&&_ref3!==void 0?_ref3:\"Conduct hundreds of interviews at once. Have participants reply freely with voice, video or photos. Let the AI ask follow-up questions. Analyse it all in on click. Oh, and travel back in time and ask about that thing you only just thought of.\",r4AIwci5_:(_ref4=textColour!==null&&textColour!==void 0?textColour:props.r4AIwci5_)!==null&&_ref4!==void 0?_ref4:\"var(--token-2220ee4a-abbe-4da9-a0ee-23cc35581d62, rgb(235, 255, 237))\",variant:(_ref5=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref5!==void 0?_ref5:\"mCn3wihKS\",XEybyqzJd:(_ref6=title!==null&&title!==void 0?title:props.XEybyqzJd)!==null&&_ref6!==void 0?_ref6:\"It\u2019s not magic,it\u2019s Tellet.\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,XEybyqzJd,C6LPeIBCh,PNJVbj1rs,r4AIwci5_,JY2AYIbmN,b1G3R7xqV,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"mCn3wihKS\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-4gw84z\",className,classNames),\"data-framer-name\":\"Text - image\",layoutDependency:layoutDependency,layoutId:\"mCn3wihKS\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({cPKnDg3ST:{\"data-framer-name\":\"Text - Image S\"},eXmoaBqtB:{\"data-framer-name\":\"Image - Text / Tablet\"},FOcSqwNKh:{\"data-framer-name\":\"Image - text\"},GyA7aAsEq:{\"data-framer-name\":\"Image - Text S Fit\"},GZAmO4300:{\"data-framer-name\":\"Mobile\"},SR6SOeSBT:{\"data-framer-name\":\"Mobile Fit\"},tMhQWugep:{\"data-framer-name\":\"Image - Text S\"},UyD2rhEsu:{\"data-framer-name\":\"XS\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-gt5raz\",\"data-framer-name\":\"Copy\",layoutDependency:layoutDependency,layoutId:\"ZqrAUG18E\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-7m84y5\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"OWW46W594\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-k3le3q\",\"data-styles-preset\":\"weH3rvtMC\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--variable-reference-C6LPeIBCh-w7q_5fr6w))\"},children:\"It\u2019s not magic,it\u2019s Tellet.\"})}),className:\"framer-1ez544w\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rtfMvRs81\",style:{\"--extracted-1of0zx5\":\"var(--variable-reference-C6LPeIBCh-w7q_5fr6w)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-C6LPeIBCh-w7q_5fr6w\":C6LPeIBCh},text:XEybyqzJd,variants:{UyD2rhEsu:{\"--extracted-1lwpl3i\":\"var(--variable-reference-C6LPeIBCh-w7q_5fr6w)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({UyD2rhEsu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-o5l6jh\",\"data-styles-preset\":\"PhlzaXKU2\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--variable-reference-C6LPeIBCh-w7q_5fr6w))\"},children:\"It\u2019s not magic,it\u2019s Tellet.\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1vvm8ec\",\"data-styles-preset\":\"hN8zPIh5z\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-r4AIwci5_-w7q_5fr6w))\"},children:\"Conduct hundreds of interviews at once. Have participants reply freely with voice, video or photos. Let the AI ask follow-up questions. Analyse it all in on click. Oh, and travel back in time and ask about that thing you only just thought of.\"})}),className:\"framer-18jg6w\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WjgHLSxod\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-r4AIwci5_-w7q_5fr6w)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-r4AIwci5_-w7q_5fr6w\":r4AIwci5_},text:PNJVbj1rs,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({cPKnDg3ST:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-b2fkar\",\"data-styles-preset\":\"FZG58gEDB\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-r4AIwci5_-w7q_5fr6w))\"},children:\"Conduct hundreds of interviews at once. Have participants reply freely with voice, video or photos. Let the AI ask follow-up questions. Analyse it all in on click. Oh, and travel back in time and ask about that thing you only just thought of.\"})})},GyA7aAsEq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-b2fkar\",\"data-styles-preset\":\"FZG58gEDB\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-r4AIwci5_-w7q_5fr6w))\"},children:\"Conduct hundreds of interviews at once. Have participants reply freely with voice, video or photos. Let the AI ask follow-up questions. Analyse it all in on click. Oh, and travel back in time and ask about that thing you only just thought of.\"})})},tMhQWugep:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-b2fkar\",\"data-styles-preset\":\"FZG58gEDB\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-r4AIwci5_-w7q_5fr6w))\"},children:\"Conduct hundreds of interviews at once. Have participants reply freely with voice, video or photos. Let the AI ask follow-up questions. Analyse it all in on click. Oh, and travel back in time and ask about that thing you only just thought of.\"})})},UyD2rhEsu:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-b2fkar\",\"data-styles-preset\":\"FZG58gEDB\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-r4AIwci5_-w7q_5fr6w))\"},children:\"Conduct hundreds of interviews at once. Have participants reply freely with voice, video or photos. Let the AI ask follow-up questions. Analyse it all in on click. Oh, and travel back in time and ask about that thing you only just thought of.\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 80px) / 2, 1px)`,...toResponsiveImage(JY2AYIbmN)},className:\"framer-6itgsa\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"nbJJzoxyW\",style:{borderBottomLeftRadius:radiusForCorner(b1G3R7xqV,3),borderBottomRightRadius:radiusForCorner(b1G3R7xqV,2),borderTopLeftRadius:radiusForCorner(b1G3R7xqV,0),borderTopRightRadius:radiusForCorner(b1G3R7xqV,1),transformPerspective:1200},...addPropertyOverrides({eXmoaBqtB:{background:{alt:\"\",fit:\"fill\",sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 32px) / 2, 1px)`,...toResponsiveImage(JY2AYIbmN)}},GyA7aAsEq:{background:{alt:\"\",fit:\"fit\",sizes:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 80px) / 2, 1px)`,...toResponsiveImage(JY2AYIbmN),...{positionX:\"center\",positionY:\"center\"}}},GZAmO4300:{background:{alt:\"\",fit:\"fill\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(JY2AYIbmN)}},SR6SOeSBT:{background:{alt:\"\",fit:\"fit\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(JY2AYIbmN),...{positionX:\"center\",positionY:\"center\"}}},tMhQWugep:{background:{alt:\"\",fit:\"fill\",sizes:\"420.3485px\",...toResponsiveImage(JY2AYIbmN)}},UyD2rhEsu:{background:{alt:\"\",fit:\"fit\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(JY2AYIbmN),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-o2rVP.framer-1y17kn8, .framer-o2rVP .framer-1y17kn8 { display: block; }\",\".framer-o2rVP.framer-4gw84z { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; max-width: 1120px; overflow: visible; padding: 0px; position: relative; width: 1088px; }\",\".framer-o2rVP .framer-gt5raz { 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-o2rVP .framer-7m84y5 { align-content: center; align-items: center; 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%; }\",\".framer-o2rVP .framer-1ez544w, .framer-o2rVP .framer-18jg6w { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-o2rVP .framer-6itgsa { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 478px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-o2rVP.framer-4gw84z, .framer-o2rVP .framer-gt5raz, .framer-o2rVP .framer-7m84y5, .framer-o2rVP .framer-6itgsa { gap: 0px; } .framer-o2rVP.framer-4gw84z > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } .framer-o2rVP.framer-4gw84z > :first-child, .framer-o2rVP .framer-6itgsa > :first-child { margin-left: 0px; } .framer-o2rVP.framer-4gw84z > :last-child, .framer-o2rVP .framer-6itgsa > :last-child { margin-right: 0px; } .framer-o2rVP .framer-gt5raz > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-o2rVP .framer-gt5raz > :first-child, .framer-o2rVP .framer-7m84y5 > :first-child { margin-top: 0px; } .framer-o2rVP .framer-gt5raz > :last-child, .framer-o2rVP .framer-7m84y5 > :last-child { margin-bottom: 0px; } .framer-o2rVP .framer-7m84y5 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-o2rVP .framer-6itgsa > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-o2rVP.framer-v-1lyid2q .framer-gt5raz, .framer-o2rVP.framer-v-1h0z47u .framer-gt5raz, .framer-o2rVP.framer-v-17x49kf .framer-gt5raz { order: 1; }\",\".framer-o2rVP.framer-v-1lyid2q .framer-6itgsa, .framer-o2rVP.framer-v-17x49kf .framer-6itgsa { order: 0; }\",\".framer-o2rVP.framer-v-1h0z47u .framer-6itgsa { aspect-ratio: 1.045643153526971 / 1; flex: none; height: 402px; order: 0; width: var(--framer-aspect-ratio-supported, 421px); }\",\".framer-o2rVP.framer-v-1q4kvtg.framer-4gw84z { flex-direction: column; gap: 40px; justify-content: flex-start; width: 633px; }\",\".framer-o2rVP.framer-v-1q4kvtg .framer-gt5raz, .framer-o2rVP.framer-v-16xgydb .framer-gt5raz { flex: none; order: 1; width: 100%; }\",\".framer-o2rVP.framer-v-1q4kvtg .framer-6itgsa, .framer-o2rVP.framer-v-16xgydb .framer-6itgsa { flex: none; height: 368px; order: 0; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-o2rVP.framer-v-1q4kvtg.framer-4gw84z { gap: 0px; } .framer-o2rVP.framer-v-1q4kvtg.framer-4gw84z > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-o2rVP.framer-v-1q4kvtg.framer-4gw84z > :first-child { margin-top: 0px; } .framer-o2rVP.framer-v-1q4kvtg.framer-4gw84z > :last-child { margin-bottom: 0px; } }\",\".framer-o2rVP.framer-v-5dks68.framer-4gw84z { flex-direction: column; gap: 24px; justify-content: flex-start; width: 633px; }\",\".framer-o2rVP.framer-v-5dks68 .framer-gt5raz { flex: none; gap: 16px; order: 1; width: 100%; }\",\".framer-o2rVP.framer-v-5dks68 .framer-6itgsa { flex: none; height: 247px; order: 0; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-o2rVP.framer-v-5dks68.framer-4gw84z, .framer-o2rVP.framer-v-5dks68 .framer-gt5raz { gap: 0px; } .framer-o2rVP.framer-v-5dks68.framer-4gw84z > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-o2rVP.framer-v-5dks68.framer-4gw84z > :first-child, .framer-o2rVP.framer-v-5dks68 .framer-gt5raz > :first-child { margin-top: 0px; } .framer-o2rVP.framer-v-5dks68.framer-4gw84z > :last-child, .framer-o2rVP.framer-v-5dks68 .framer-gt5raz > :last-child { margin-bottom: 0px; } .framer-o2rVP.framer-v-5dks68 .framer-gt5raz > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-o2rVP.framer-v-17x49kf.framer-4gw84z { gap: 32px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-o2rVP.framer-v-17x49kf.framer-4gw84z { gap: 0px; } .framer-o2rVP.framer-v-17x49kf.framer-4gw84z > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-o2rVP.framer-v-17x49kf.framer-4gw84z > :first-child { margin-left: 0px; } .framer-o2rVP.framer-v-17x49kf.framer-4gw84z > :last-child { margin-right: 0px; } }\",\".framer-o2rVP.framer-v-16xgydb.framer-4gw84z { flex-direction: column; justify-content: flex-start; width: 633px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-o2rVP.framer-v-16xgydb.framer-4gw84z { gap: 0px; } .framer-o2rVP.framer-v-16xgydb.framer-4gw84z > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-o2rVP.framer-v-16xgydb.framer-4gw84z > :first-child { margin-top: 0px; } .framer-o2rVP.framer-v-16xgydb.framer-4gw84z > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 478\n * @framerIntrinsicWidth 1088\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1120px\",null,null]},\"FOcSqwNKh\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1120px\",null,null]},\"cPKnDg3ST\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1120px\",null,null]},\"tMhQWugep\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1120px\",null,null]},\"GZAmO4300\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1120px\",null,null]},\"UyD2rhEsu\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1120px\",null,null]},\"eXmoaBqtB\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1120px\",null,null]},\"GyA7aAsEq\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1120px\",null,null]},\"SR6SOeSBT\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,\"1120px\",null,null]}}}\n * @framerVariables {\"XEybyqzJd\":\"title\",\"C6LPeIBCh\":\"titleColour\",\"PNJVbj1rs\":\"text\",\"r4AIwci5_\":\"textColour\",\"JY2AYIbmN\":\"image\",\"b1G3R7xqV\":\"radius\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerw7q_5fr6w=withCSS(Component,css,\"framer-o2rVP\");export default Framerw7q_5fr6w;Framerw7q_5fr6w.displayName=\"Section / Content block\";Framerw7q_5fr6w.defaultProps={height:478,width:1088};addPropertyControls(Framerw7q_5fr6w,{variant:{options:[\"mCn3wihKS\",\"FOcSqwNKh\",\"cPKnDg3ST\",\"tMhQWugep\",\"GZAmO4300\",\"UyD2rhEsu\",\"eXmoaBqtB\",\"GyA7aAsEq\",\"SR6SOeSBT\"],optionTitles:[\"Text - image\",\"Image - text\",\"Text - Image S\",\"Image - Text S\",\"Mobile\",\"XS\",\"Image - Text / Tablet\",\"Image - Text S Fit\",\"Mobile Fit\"],title:\"Variant\",type:ControlType.Enum},XEybyqzJd:{defaultValue:\"It\u2019s not magic,it\u2019s Tellet.\",displayTextArea:true,title:\"Title\",type:ControlType.String},C6LPeIBCh:{defaultValue:\"var(--token-68b88e19-3ffe-4436-ac2e-5e88a2637e1f, rgb(192, 255, 202))\",title:\"Title Colour\",type:ControlType.Color},PNJVbj1rs:{defaultValue:\"Conduct hundreds of interviews at once. Have participants reply freely with voice, video or photos. Let the AI ask follow-up questions. Analyse it all in on click. Oh, and travel back in time and ask about that thing you only just thought of.\",displayTextArea:true,title:\"Text\",type:ControlType.String},r4AIwci5_:{defaultValue:\"var(--token-2220ee4a-abbe-4da9-a0ee-23cc35581d62, rgb(235, 255, 237))\",title:\"Text Colour\",type:ControlType.Color},JY2AYIbmN:{__defaultAssetReference:\"data:framer/asset-reference,Th0IvOP86rBZFO0NPh7LvqckvjA.jpg?originalFilename=shutterstock_2374168373+4.jpg&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},b1G3R7xqV:{defaultValue:\"80px\",title:\"Radius\",type:ControlType.BorderRadius}});addFonts(Framerw7q_5fr6w,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerw7q_5fr6w\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1088\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1120px\\\",null,null]},\\\"FOcSqwNKh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1120px\\\",null,null]},\\\"cPKnDg3ST\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1120px\\\",null,null]},\\\"tMhQWugep\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1120px\\\",null,null]},\\\"GZAmO4300\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1120px\\\",null,null]},\\\"UyD2rhEsu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1120px\\\",null,null]},\\\"eXmoaBqtB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1120px\\\",null,null]},\\\"GyA7aAsEq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1120px\\\",null,null]},\\\"SR6SOeSBT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,\\\"1120px\\\",null,null]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"XEybyqzJd\\\":\\\"title\\\",\\\"C6LPeIBCh\\\":\\\"titleColour\\\",\\\"PNJVbj1rs\\\":\\\"text\\\",\\\"r4AIwci5_\\\":\\\"textColour\\\",\\\"JY2AYIbmN\\\":\\\"image\\\",\\\"b1G3R7xqV\\\":\\\"radius\\\"}\",\"framerIntrinsicHeight\":\"478\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Plus Jakarta Sans-regular\",\"GF;Plus Jakarta Sans-700\",\"GF;Plus Jakarta Sans-700italic\",\"GF;Plus Jakarta Sans-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU7NTxXUEKi4Rw.woff2\",weight:\"400\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNTxXUEKi4Rw.woff2\",weight:\"700\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ3CDh_VMq2oR82k.woff2\",weight:\"700\"},{family:\"Plus Jakarta Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/plusjakartasans/v8/LDIZaomQNQcsA88c7O9yZ4KMCoOg4KozySKCdSNG9OcqYQ0lCR_VMq2oR82k.woff2\",weight:\"400\"}]}];export const css=['.framer-Etntz .framer-styles-preset-b2fkar:not(.rich-text-wrapper), .framer-Etntz .framer-styles-preset-b2fkar.rich-text-wrapper p { --framer-font-family: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-family-italic: \"Plus Jakarta Sans\", \"Plus Jakarta Sans Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.6em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-9ded46ca-d1ad-4a2c-97cb-af88dd56bde2, #0e0205); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-Etntz\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Epilogue-700\",\"GF;Epilogue-900\",\"GF;Epilogue-900italic\",\"GF;Epilogue-700italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Epilogue\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/epilogue/v17/O4ZMFGj5hxF0EhjimngomvnCCtqb30OX1zTiCZXVigHPVA.woff2\",weight:\"700\"},{family:\"Epilogue\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/epilogue/v17/O4ZMFGj5hxF0EhjimngomvnCCtqb30OXmTTiCZXVigHPVA.woff2\",weight:\"900\"},{family:\"Epilogue\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/epilogue/v17/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HCjSJ_UqATfVHNU.woff2\",weight:\"900\"},{family:\"Epilogue\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/epilogue/v17/O4ZCFGj5hxF0EhjimlIhqAYaY7EBcUSC-HDtSJ_UqATfVHNU.woff2\",weight:\"700\"}]}];export const css=['.framer-yngsA .framer-styles-preset-o5l6jh:not(.rich-text-wrapper), .framer-yngsA .framer-styles-preset-o5l6jh.rich-text-wrapper h5 { --framer-font-family: \"Epilogue\", \"Epilogue Placeholder\", sans-serif; --framer-font-family-bold: \"Epilogue\", sans-serif; --framer-font-family-bold-italic: \"Epilogue\", sans-serif; --framer-font-family-italic: \"Epilogue\", \"Epilogue Placeholder\", sans-serif; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-a763c4ca-1b9f-4a5b-85cd-686302f1d70e, #161b26); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-yngsA .framer-styles-preset-o5l6jh:not(.rich-text-wrapper), .framer-yngsA .framer-styles-preset-o5l6jh.rich-text-wrapper h5 { --framer-font-family: \"Epilogue\", \"Epilogue Placeholder\", sans-serif; --framer-font-family-bold: \"Epilogue\", sans-serif; --framer-font-family-bold-italic: \"Epilogue\", sans-serif; --framer-font-family-italic: \"Epilogue\", \"Epilogue Placeholder\", sans-serif; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-a763c4ca-1b9f-4a5b-85cd-686302f1d70e, #161b26); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-yngsA .framer-styles-preset-o5l6jh:not(.rich-text-wrapper), .framer-yngsA .framer-styles-preset-o5l6jh.rich-text-wrapper h5 { --framer-font-family: \"Epilogue\", \"Epilogue Placeholder\", sans-serif; --framer-font-family-bold: \"Epilogue\", sans-serif; --framer-font-family-bold-italic: \"Epilogue\", sans-serif; --framer-font-family-italic: \"Epilogue\", \"Epilogue Placeholder\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-a763c4ca-1b9f-4a5b-85cd-686302f1d70e, #161b26); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-yngsA\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b75150a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,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/Gb6z1S0xoupJRsduSsLb/SlideShow.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/9sXM3Bsei2uDPGVG2Ncb/v6IVJiI9IK13U5gSdPxw/n1zhj06Hl.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/zrkYeSqjWSika3MYqt9p/s1OPtEs2DGrhuszspzGf/weH3rvtMC.js\";import AssetTestimonialCard from\"https://framerusercontent.com/modules/x6wCjFli5F3RoAN3PWIP/2yeNFcjiYdCoycfDoOeD/hbli4Pr7N.js\";const AssetTestimonialCardFonts=getFonts(AssetTestimonialCard);const SlideshowFonts=getFonts(Slideshow);const cycleOrder=[\"gTfVgaWCQ\",\"rgLlguITe\"];const serializationHash=\"framer-bwZ0g\";const variantClassNames={gTfVgaWCQ:\"framer-v-r78via\",rgLlguITe:\"framer-v-1tgkaqo\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Mobile/Tablet\":\"rgLlguITe\",Desktop:\"gTfVgaWCQ\"};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:\"gTfVgaWCQ\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"gTfVgaWCQ\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"rgLlguITe\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"rgLlguITe\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-r78via\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"gTfVgaWCQ\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-14d2977f-d790-4c69-a88d-b7952c93a9cd, rgb(9, 104, 70))\",...style},...addPropertyOverrides({rgLlguITe:{\"data-framer-name\":\"Mobile/Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16ju7b3\",\"data-framer-name\":\"Title\",layoutDependency:layoutDependency,layoutId:\"I5WPIEIHS\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-1yei4wa\",\"data-styles-preset\":\"n1zhj06Hl\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-68b88e19-3ffe-4436-ac2e-5e88a2637e1f, rgb(192, 255, 202)))\"},children:\"Don\u2019t just take our word for it.\"})}),className:\"framer-94f6aa\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"tzU9oQWqL\",style:{\"--extracted-1w1cjl5\":\"var(--token-68b88e19-3ffe-4436-ac2e-5e88a2637e1f, rgb(192, 255, 202))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-k3le3q\",\"data-styles-preset\":\"weH3rvtMC\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-afb4fa25-69cb-45ce-b097-5d1809c8de58, rgb(249, 255, 250)))\"},children:\"Here\u2019s what our customers say.\"})}),className:\"framer-ajr9ua\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"jXe3IXPvk\",style:{\"--extracted-1of0zx5\":\"var(--token-afb4fa25-69cb-45ce-b097-5d1809c8de58, rgb(249, 255, 250))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uniuzt\",\"data-framer-name\":\"Slider\",layoutDependency:layoutDependency,layoutId:\"nVgSfFpjX\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fjx5a5-container\",\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"RmV7LaZ0w-container\",name:\"Desktop\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"flex-start\",arrowOptions:{arrowFill:\"var(--token-cef30c2d-41fb-4a35-956d-517a89d7d9b6, rgb(6, 74, 49))\",arrowGap:10,arrowPadding:-50,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:true},autoPlayControl:false,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:true},gap:1e3,height:\"100%\",id:\"RmV7LaZ0w\",intervalControl:1.5,itemAmount:1,layoutId:\"RmV7LaZ0w\",name:\"Desktop\",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:-100,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"910px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xnfqcm-container\",\"data-framer-name\":\"Royal Swinkels\",layoutDependency:layoutDependency,layoutId:\"x_uz18seF-container\",name:\"Royal Swinkels\",children:/*#__PURE__*/_jsx(AssetTestimonialCard,{B7x4d5G8_:\"Sean Durkan\",D8gB2ZKIw:\"Royal Swinkels\",EIxeOEXyt:\"\",height:\"100%\",id:\"x_uz18seF\",layoutId:\"x_uz18seF\",name:\"Royal Swinkels\",q5b_aOB3C:'\"I know I\u2019m supposed to play it cool, but honestly, Tellet is brilliant. I\u2019ve had colleagues texting me to say how impressed they are.\"',variant:\"vR3hXeEsi\",width:\"100%\",z2AoEgxQq:addImageAlt({src:\"https://framerusercontent.com/images/ivJ8P6Ia5XJCudUyT5DmcIpRQ.jpeg\",srcSet:\"https://framerusercontent.com/images/ivJ8P6Ia5XJCudUyT5DmcIpRQ.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/ivJ8P6Ia5XJCudUyT5DmcIpRQ.jpeg 652w\"},\"Photo of Sean Durkan\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"910px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j6pgv9-container\",\"data-framer-name\":\"Humanise\",layoutDependency:layoutDependency,layoutId:\"HMN8hBPVO-container\",name:\"Humanise\",children:/*#__PURE__*/_jsx(AssetTestimonialCard,{B7x4d5G8_:\"Lynne\",D8gB2ZKIw:\"Humanise\",EIxeOEXyt:\"\",height:\"100%\",id:\"HMN8hBPVO\",layoutId:\"HMN8hBPVO\",name:\"Humanise\",q5b_aOB3C:'\u201CUsing Tellet has transformed how we approach our projects. On just one project, we saved over 60 hours of research time. But it\u2019s not just about speed\u2014Tellet provided us with deeper insights than we could ever get from surveys. The quality and depth of information is a game changer.\"',variant:\"vR3hXeEsi\",width:\"100%\",z2AoEgxQq:addImageAlt({src:\"https://framerusercontent.com/images/U2ZnUCy8ezDMLTZjRlfVyFMlnNU.jpeg\"},\"Photo of Lynne\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"910px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1i41ojm-container\",\"data-framer-name\":\"Vodafone Ziggo\",layoutDependency:layoutDependency,layoutId:\"u4yM2K9tq-container\",name:\"Vodafone Ziggo\",children:/*#__PURE__*/_jsx(AssetTestimonialCard,{B7x4d5G8_:\"Lara van de Wijdeven\",D8gB2ZKIw:\"Vodafone Ziggo\",EIxeOEXyt:\"\",height:\"100%\",id:\"u4yM2K9tq\",layoutId:\"u4yM2K9tq\",name:\"Vodafone Ziggo\",q5b_aOB3C:\"\u201CWe see Tellet as an agile and smart addition to our research toolbox that aligns well with various inquiries from the organisation. It's especially well suited for researching new topics!\u201D\",variant:\"vR3hXeEsi\",width:\"100%\",z2AoEgxQq:addImageAlt({src:\"https://framerusercontent.com/images/EXiqVmdjtf5xBUeyd6HOIn95EM.png\",srcSet:\"https://framerusercontent.com/images/EXiqVmdjtf5xBUeyd6HOIn95EM.png?scale-down-to=1024 993w,https://framerusercontent.com/images/EXiqVmdjtf5xBUeyd6HOIn95EM.png 1124w\"},\"Photo of Lara van de Wijdeven\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"910px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-yyqes7-container\",\"data-framer-name\":\"Blauw research\",layoutDependency:layoutDependency,layoutId:\"ia4aSOUy_-container\",name:\"Blauw research\",children:/*#__PURE__*/_jsx(AssetTestimonialCard,{B7x4d5G8_:\"Ivo Langbroek\",D8gB2ZKIw:\"Blauw research\",EIxeOEXyt:\"\",height:\"100%\",id:\"ia4aSOUy_\",layoutId:\"ia4aSOUy_\",name:\"Blauw research\",q5b_aOB3C:'\"I find Tellet particularly interesting because the AI not only increases efficiency but also really offers new possibilities.\"',variant:\"vR3hXeEsi\",width:\"100%\",z2AoEgxQq:addImageAlt({src:\"https://framerusercontent.com/images/stviAM7KbsEwBmLoBH1x7fSwYs.png\",srcSet:\"https://framerusercontent.com/images/stviAM7KbsEwBmLoBH1x7fSwYs.png 947w\"},\"Photo of Ivo Langbroek\")})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,stiffness:200,type:\"spring\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-cg7lpi-container\",\"data-framer-name\":\"Mobile\",layoutDependency:layoutDependency,layoutId:\"hQe_uX6T5-container\",name:\"Mobile\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:-50,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:false},autoPlayControl:false,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:true},gap:80,height:\"100%\",id:\"hQe_uX6T5\",intervalControl:1.5,itemAmount:1,layoutId:\"hQe_uX6T5\",name:\"Mobile\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"var(--token-cef30c2d-41fb-4a35-956d-517a89d7d9b6, rgb(6, 74, 49))\",dotsBlur:0,dotsFill:\"var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152))\",dotsGap:10,dotsInset:-80,dotSize:10,dotsOpacity:.3,dotsPadding:10,dotsRadius:200,showProgressDots:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"359px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-dl197r-container\",\"data-framer-name\":\"Royal Swinkels\",layoutDependency:layoutDependency,layoutId:\"AaYtH97zi-container\",name:\"Royal Swinkels\",children:/*#__PURE__*/_jsx(AssetTestimonialCard,{B7x4d5G8_:\"Sean Durkan\",D8gB2ZKIw:\"Royal Swinkels\",EIxeOEXyt:\"\",height:\"100%\",id:\"AaYtH97zi\",layoutId:\"AaYtH97zi\",name:\"Royal Swinkels\",q5b_aOB3C:'\"I know I\u2019m supposed to play it cool, but honestly, Tellet is brilliant. I\u2019ve had colleagues texting me to say how impressed they are.\"',style:{width:\"100%\"},variant:\"Bka6ZycpP\",width:\"100%\",z2AoEgxQq:addImageAlt({src:\"https://framerusercontent.com/images/ivJ8P6Ia5XJCudUyT5DmcIpRQ.jpeg\",srcSet:\"https://framerusercontent.com/images/ivJ8P6Ia5XJCudUyT5DmcIpRQ.jpeg?scale-down-to=512 512w,https://framerusercontent.com/images/ivJ8P6Ia5XJCudUyT5DmcIpRQ.jpeg 652w\"},\"Photo of Sean Durkan\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"359px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-t8s6fb-container\",\"data-framer-name\":\"Humanise\",layoutDependency:layoutDependency,layoutId:\"LaxW2dVuF-container\",name:\"Humanise\",children:/*#__PURE__*/_jsx(AssetTestimonialCard,{B7x4d5G8_:\"Lynne\",D8gB2ZKIw:\"Humanise\",EIxeOEXyt:\"\",height:\"100%\",id:\"LaxW2dVuF\",layoutId:\"LaxW2dVuF\",name:\"Humanise\",q5b_aOB3C:'\u201CUsing Tellet has transformed how we approach our projects. On just one project, we saved over 60 hours of research time. But it\u2019s not just about speed\u2014Tellet provided us with deeper insights than we could ever get from surveys. The quality and depth of information is a game changer.\"',style:{width:\"100%\"},variant:\"Bka6ZycpP\",width:\"100%\",z2AoEgxQq:addImageAlt({src:\"https://framerusercontent.com/images/U2ZnUCy8ezDMLTZjRlfVyFMlnNU.jpeg\"},\"Photo of Lynne\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"359px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-znrddq-container\",\"data-framer-name\":\"Vodafone Ziggo\",layoutDependency:layoutDependency,layoutId:\"odvT3zQuo-container\",name:\"Vodafone Ziggo\",children:/*#__PURE__*/_jsx(AssetTestimonialCard,{B7x4d5G8_:\"Lara van de Wijdeven\",D8gB2ZKIw:\"Vodafone Ziggo\",EIxeOEXyt:\"\",height:\"100%\",id:\"odvT3zQuo\",layoutId:\"odvT3zQuo\",name:\"Vodafone Ziggo\",q5b_aOB3C:\"\u201CWe see Tellet as an agile and smart addition to our research toolbox that aligns well with various inquiries from the organisation. It's especially well suited for researching new topics!\u201D\",style:{width:\"100%\"},variant:\"Bka6ZycpP\",width:\"100%\",z2AoEgxQq:addImageAlt({src:\"https://framerusercontent.com/images/EXiqVmdjtf5xBUeyd6HOIn95EM.png\",srcSet:\"https://framerusercontent.com/images/EXiqVmdjtf5xBUeyd6HOIn95EM.png?scale-down-to=1024 993w,https://framerusercontent.com/images/EXiqVmdjtf5xBUeyd6HOIn95EM.png 1124w\"},\"Photo of Lara van de Wijdeven\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"359px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14wkosr-container\",\"data-framer-name\":\"Blauw research\",layoutDependency:layoutDependency,layoutId:\"P2sFAym_m-container\",name:\"Blauw research\",children:/*#__PURE__*/_jsx(AssetTestimonialCard,{B7x4d5G8_:\"Ivo Langbroek\",D8gB2ZKIw:\"Blauw research\",EIxeOEXyt:\"\",height:\"100%\",id:\"P2sFAym_m\",layoutId:\"P2sFAym_m\",name:\"Blauw research\",q5b_aOB3C:'\"I find Tellet particularly interesting because the AI not only increases efficiency but also really offers new possibilities.\"',style:{width:\"100%\"},variant:\"Bka6ZycpP\",width:\"100%\",z2AoEgxQq:addImageAlt({src:\"https://framerusercontent.com/images/stviAM7KbsEwBmLoBH1x7fSwYs.png\",srcSet:\"https://framerusercontent.com/images/stviAM7KbsEwBmLoBH1x7fSwYs.png 947w\"},\"Photo of Ivo Langbroek\")})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,stiffness:200,type:\"spring\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-m3ota1\",layoutDependency:layoutDependency,layoutId:\"gFBDqfvUl\",style:{opacity:.2},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-d70ypl\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"vvtSvtnZz\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1041 638\"><path d=\"M 38.032 313.139 C 38.032 313.139 78.165 190.48 119.807 190.48 C 161.45 190.48 175.057 600.631 236.788 600.631 C 298.52 600.631 291.164 37.679 360.054 37.679 C 428.943 37.679 431.397 441.396 492.504 441.396 C 553.611 441.396 507.973 37.681 571.298 37.681 C 634.622 37.681 589.183 497.692 649.124 508.954 C 709.064 520.214 699.881 130.974 756.44 139.016 C 812.992 147.058 827.979 352.937 886.473 354.546 C 933.264 355.833 983.632 287.528 1002.968 253.215\" fill=\"transparent\" stroke-width=\"74.66\" stroke=\"var(--token-7d3dbf3f-52a9-44c0-b6da-d98c11a92aee, rgb(104, 141, 122)) /* {&quot;name&quot;:&quot;400 - Green paw paw&quot;} */\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:11222378737,withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bwZ0g.framer-r73yme, .framer-bwZ0g .framer-r73yme { display: block; }\",\".framer-bwZ0g.framer-r78via { align-content: flex-end; align-items: flex-end; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 180px 0px 180px 0px; position: relative; width: 1088px; }\",\".framer-bwZ0g .framer-16ju7b3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-bwZ0g .framer-94f6aa, .framer-bwZ0g .framer-ajr9ua { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-bwZ0g .framer-1uniuzt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 461px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-bwZ0g .framer-1fjx5a5-container { flex: none; height: 384px; position: relative; width: 937px; }\",\".framer-bwZ0g .framer-xnfqcm-container, .framer-bwZ0g .framer-1j6pgv9-container, .framer-bwZ0g .framer-1i41ojm-container, .framer-bwZ0g .framer-yyqes7-container { height: auto; position: relative; width: auto; z-index: 2; }\",\".framer-bwZ0g .framer-cg7lpi-container { flex: 1 0 0px; height: 466px; position: relative; width: 1px; }\",\".framer-bwZ0g .framer-dl197r-container, .framer-bwZ0g .framer-t8s6fb-container, .framer-bwZ0g .framer-znrddq-container, .framer-bwZ0g .framer-14wkosr-container { height: auto; position: relative; width: 359px; z-index: 2; }\",\".framer-bwZ0g .framer-m3ota1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 0px; overflow: visible; padding: 0px; position: absolute; right: 0px; top: 50%; z-index: 0; }\",\".framer-bwZ0g .framer-d70ypl { flex: none; height: 638px; position: relative; width: 1041px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bwZ0g.framer-r78via, .framer-bwZ0g .framer-16ju7b3, .framer-bwZ0g .framer-1uniuzt, .framer-bwZ0g .framer-m3ota1 { gap: 0px; } .framer-bwZ0g.framer-r78via > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-bwZ0g.framer-r78via > :first-child, .framer-bwZ0g .framer-16ju7b3 > :first-child { margin-top: 0px; } .framer-bwZ0g.framer-r78via > :last-child, .framer-bwZ0g .framer-16ju7b3 > :last-child { margin-bottom: 0px; } .framer-bwZ0g .framer-16ju7b3 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-bwZ0g .framer-1uniuzt > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-bwZ0g .framer-1uniuzt > :first-child, .framer-bwZ0g .framer-m3ota1 > :first-child { margin-left: 0px; } .framer-bwZ0g .framer-1uniuzt > :last-child, .framer-bwZ0g .framer-m3ota1 > :last-child { margin-right: 0px; } .framer-bwZ0g .framer-m3ota1 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-bwZ0g.framer-v-1tgkaqo.framer-r78via { padding: 180px 20px 180px 20px; width: 554px; }\",\".framer-bwZ0g.framer-v-1tgkaqo .framer-1uniuzt { height: min-content; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 998\n * @framerIntrinsicWidth 1088\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"rgLlguITe\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerxbKjRa7SN=withCSS(Component,css,\"framer-bwZ0g\");export default FramerxbKjRa7SN;FramerxbKjRa7SN.displayName=\"Section / Testimonial\";FramerxbKjRa7SN.defaultProps={height:998,width:1088};addPropertyControls(FramerxbKjRa7SN,{variant:{options:[\"gTfVgaWCQ\",\"rgLlguITe\"],optionTitles:[\"Desktop\",\"Mobile/Tablet\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerxbKjRa7SN,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...AssetTestimonialCardFonts,...SlideshowFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerxbKjRa7SN\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rgLlguITe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"998\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1088\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./xbKjRa7SN.map", "// Generated by Framer (e1877f1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import DotLottie from\"https://framerusercontent.com/modules/jfK7C7JmdHGaVBsvt1V7/G0lF2a2mezep3QZSQZwm/DotLottie.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/siqpCGHc8qKAPwCZovAg/r5RylTSrcGYKkrAaS3AE/ckxwrTTdL.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/paaJSSYMz1aMPPN1fdxX/GJ2wueyx9se48I1fqgKt/hN8zPIh5z.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/uDXFs3IfslYF3AdJXzf3/pO3T5Sf7bj6xY1IEzX7y/ON5rRGrcE.js\";const DotLottieFonts=getFonts(DotLottie);const cycleOrder=[\"vR3hXeEsi\",\"Bka6ZycpP\"];const serializationHash=\"framer-awKSC\";const variantClassNames={Bka6ZycpP:\"framer-v-1q00ofw\",vR3hXeEsi:\"framer-v-bbdp7n\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const 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(React.Fragment);const humanReadableVariantMap={Desktop:\"vR3hXeEsi\",Mobile:\"Bka6ZycpP\"};const getProps=({company,function1,height,id,image,name1,testimonial,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_humanReadableVariantMap_props_variant,_ref4,_ref5;return{...props,B7x4d5G8_:(_ref=name1!==null&&name1!==void 0?name1:props.B7x4d5G8_)!==null&&_ref!==void 0?_ref:\"Claire Davies\",D8gB2ZKIw:(_ref1=company!==null&&company!==void 0?company:props.D8gB2ZKIw)!==null&&_ref1!==void 0?_ref1:\"Royal Swinkels\",EIxeOEXyt:(_ref2=function1!==null&&function1!==void 0?function1:props.EIxeOEXyt)!==null&&_ref2!==void 0?_ref2:\"Head of Global Insight and AI\",q5b_aOB3C:(_ref3=testimonial!==null&&testimonial!==void 0?testimonial:props.q5b_aOB3C)!==null&&_ref3!==void 0?_ref3:\"\u201CWe see Tellet as an agile and smart addition to our research toolbox that aligns well with various inquiries from the organisation. It's especially well suited for researching new topics!\u201D\",variant:(_ref4=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref4!==void 0?_ref4:\"vR3hXeEsi\",z2AoEgxQq:(_ref5=image!==null&&image!==void 0?image:props.z2AoEgxQq)!==null&&_ref5!==void 0?_ref5:{src:\"https://framerusercontent.com/images/4IrI4N9qF7hT5Nym6tAPjVYqPcw.jpg\",srcSet:\"https://framerusercontent.com/images/4IrI4N9qF7hT5Nym6tAPjVYqPcw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/4IrI4N9qF7hT5Nym6tAPjVYqPcw.jpg 640w\"}};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,q5b_aOB3C,B7x4d5G8_,EIxeOEXyt,D8gB2ZKIw,z2AoEgxQq,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"vR3hXeEsi\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-bbdp7n\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"vR3hXeEsi\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({Bka6ZycpP:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-13we4hz\",\"data-framer-name\":\"Quote\",layoutDependency:layoutDependency,layoutId:\"fCTw7Snkw\",style:{backgroundColor:\"var(--token-dd2771e2-b630-4590-b4b7-a7f989ecf339, rgb(255, 111, 152))\",borderBottomLeftRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1vvm8ec\",\"data-styles-preset\":\"hN8zPIh5z\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-746d9488-73ba-4468-be44-645e20d13fb6, rgb(255, 247, 249)))\"},children:\"\u201CWe see Tellet as an agile and smart addition to our research toolbox that aligns well with various inquiries from the organisation. It's especially well suited for researching new topics!\u201D\"})}),className:\"framer-4t718p\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"AsmtNnT5f\",style:{\"--extracted-r6o4lv\":\"var(--token-746d9488-73ba-4468-be44-645e20d13fb6, rgb(255, 247, 249))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:q5b_aOB3C,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2g4ro9\",\"data-framer-name\":\"Person\",layoutDependency:layoutDependency,layoutId:\"dU5UZu4Sz\",style:{borderBottomLeftRadius:56,borderTopLeftRadius:56,borderTopRightRadius:56},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1svx66r\",\"data-framer-name\":\"Name + Company\",layoutDependency:layoutDependency,layoutId:\"lcFkjjyCG\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-19ekn4m\",\"data-styles-preset\":\"ckxwrTTdL\",style:{\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-68b88e19-3ffe-4436-ac2e-5e88a2637e1f, rgb(192, 255, 202)))\"},children:\"Claire Davies\"})}),className:\"framer-1lptgsz\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Rzl7QE9Xh\",style:{\"--extracted-r6o4lv\":\"var(--token-68b88e19-3ffe-4436-ac2e-5e88a2637e1f, rgb(192, 255, 202))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:B7x4d5G8_,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kwewp4\",\"data-framer-name\":\"Company + Function\",layoutDependency:layoutDependency,layoutId:\"jhOY1Xx2H\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1mmmias\",\"data-styles-preset\":\"ON5rRGrcE\",style:{\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-2220ee4a-abbe-4da9-a0ee-23cc35581d62, rgb(235, 255, 237)))\"},children:\"Head of Global Insight and AI\"})}),className:\"framer-1n54yth\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"IqbB4JbmB\",style:{\"--extracted-r6o4lv\":\"var(--token-2220ee4a-abbe-4da9-a0ee-23cc35581d62, rgb(235, 255, 237))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:EIxeOEXyt,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1mmmias\",\"data-styles-preset\":\"ON5rRGrcE\",style:{\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a7f97214-582a-4c5f-9fa7-87ff4c51f444, rgb(214, 255, 220)))\"},children:\"Royal Swinkels\"})}),className:\"framer-1quiaop\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"t3xAFYC0l\",style:{\"--extracted-r6o4lv\":\"var(--token-a7f97214-582a-4c5f-9fa7-87ff4c51f444, rgb(214, 255, 220))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:D8gB2ZKIw,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-prpsjg\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"u2WZqxtR8\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:542.5,intrinsicWidth:284.5,pixelHeight:640,pixelWidth:640,sizes:\"100px\",...toResponsiveImage(z2AoEgxQq)},className:\"framer-7xcohh\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"qfxJma0mi\",style:{borderBottomLeftRadius:80,borderBottomRightRadius:80,borderTopLeftRadius:80,borderTopRightRadius:80},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1daut63-container\",layoutDependency:layoutDependency,layoutId:\"JFyMjFK_8-container\",children:/*#__PURE__*/_jsx(DotLottie,{autoplay:true,background:\"rgba(255, 111, 152, 0)\",controls:false,direction:\"1\",height:\"100%\",hover:false,id:\"JFyMjFK_8\",layoutId:\"JFyMjFK_8\",loop:true,progress:0,speed:1,srcFile:\"https://framerusercontent.com/assets/wS6kjmqaEilA89jOINESO0BudY.json\",srcType:\"file\",srcUrl:\"https://lottie.host/d826e0a7-b7e8-4072-8afe-c943ed2dd2ca/DpX3m5yT5Z.lottie\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-awKSC.framer-115o4hw, .framer-awKSC .framer-115o4hw { display: block; }\",\".framer-awKSC.framer-bbdp7n { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-awKSC .framer-13we4hz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: 310px; justify-content: center; max-width: 720px; overflow: visible; padding: 56px; position: relative; width: 720px; }\",\".framer-awKSC .framer-4t718p, .framer-awKSC .framer-1lptgsz { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-awKSC .framer-2g4ro9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 910px; overflow: visible; padding: 0px; position: relative; width: 910px; }\",\".framer-awKSC .framer-1svx66r { align-content: center; align-items: center; 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-awKSC .framer-kwewp4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-awKSC .framer-1n54yth, .framer-awKSC .framer-1quiaop { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-awKSC .framer-prpsjg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100px; }\",\".framer-awKSC .framer-7xcohh { flex: none; height: 100px; overflow: visible; position: relative; width: 100px; }\",\".framer-awKSC .framer-1daut63-container { bottom: -31px; flex: none; height: 81px; left: -23px; position: absolute; width: 116px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-awKSC.framer-bbdp7n, .framer-awKSC .framer-13we4hz, .framer-awKSC .framer-2g4ro9, .framer-awKSC .framer-1svx66r, .framer-awKSC .framer-kwewp4, .framer-awKSC .framer-prpsjg { gap: 0px; } .framer-awKSC.framer-bbdp7n > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-awKSC.framer-bbdp7n > :first-child, .framer-awKSC .framer-13we4hz > :first-child, .framer-awKSC .framer-1svx66r > :first-child { margin-top: 0px; } .framer-awKSC.framer-bbdp7n > :last-child, .framer-awKSC .framer-13we4hz > :last-child, .framer-awKSC .framer-1svx66r > :last-child { margin-bottom: 0px; } .framer-awKSC .framer-13we4hz > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-awKSC .framer-2g4ro9 > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-awKSC .framer-2g4ro9 > :first-child, .framer-awKSC .framer-kwewp4 > :first-child, .framer-awKSC .framer-prpsjg > :first-child { margin-left: 0px; } .framer-awKSC .framer-2g4ro9 > :last-child, .framer-awKSC .framer-kwewp4 > :last-child, .framer-awKSC .framer-prpsjg > :last-child { margin-right: 0px; } .framer-awKSC .framer-1svx66r > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-awKSC .framer-kwewp4 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-awKSC .framer-prpsjg > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-awKSC.framer-v-1q00ofw.framer-bbdp7n { align-content: flex-end; align-items: flex-end; width: 359px; }\",\".framer-awKSC.framer-v-1q00ofw .framer-13we4hz { height: min-content; padding: 32px; width: 100%; }\",\".framer-awKSC.framer-v-1q00ofw .framer-2g4ro9 { width: 353px; }\",\".framer-awKSC.framer-v-1q00ofw .framer-1svx66r { gap: 4px; }\",\".framer-awKSC.framer-v-1q00ofw .framer-kwewp4 { align-content: flex-end; align-items: flex-end; flex-direction: column; gap: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-awKSC.framer-v-1q00ofw .framer-1svx66r, .framer-awKSC.framer-v-1q00ofw .framer-kwewp4 { gap: 0px; } .framer-awKSC.framer-v-1q00ofw .framer-1svx66r > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-awKSC.framer-v-1q00ofw .framer-1svx66r > :first-child, .framer-awKSC.framer-v-1q00ofw .framer-kwewp4 > :first-child { margin-top: 0px; } .framer-awKSC.framer-v-1q00ofw .framer-1svx66r > :last-child, .framer-awKSC.framer-v-1q00ofw .framer-kwewp4 > :last-child { margin-bottom: 0px; } .framer-awKSC.framer-v-1q00ofw .framer-kwewp4 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 420\n * @framerIntrinsicWidth 910\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"Bka6ZycpP\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"q5b_aOB3C\":\"testimonial\",\"B7x4d5G8_\":\"name1\",\"EIxeOEXyt\":\"function1\",\"D8gB2ZKIw\":\"company\",\"z2AoEgxQq\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerhbli4Pr7N=withCSS(Component,css,\"framer-awKSC\");export default Framerhbli4Pr7N;Framerhbli4Pr7N.displayName=\"Asset / Testimonial - Card\";Framerhbli4Pr7N.defaultProps={height:420,width:910};addPropertyControls(Framerhbli4Pr7N,{variant:{options:[\"vR3hXeEsi\",\"Bka6ZycpP\"],optionTitles:[\"Desktop\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},q5b_aOB3C:{defaultValue:\"\u201CWe see Tellet as an agile and smart addition to our research toolbox that aligns well with various inquiries from the organisation. It's especially well suited for researching new topics!\u201D\",displayTextArea:true,title:\"Testimonial\",type:ControlType.String},B7x4d5G8_:{defaultValue:\"Claire Davies\",displayTextArea:false,title:\"Name\",type:ControlType.String},EIxeOEXyt:{defaultValue:\"Head of Global Insight and AI\",displayTextArea:false,placeholder:\"\",title:\"Function\",type:ControlType.String},D8gB2ZKIw:{defaultValue:\"Royal Swinkels\",displayTextArea:false,title:\"Company\",type:ControlType.String},z2AoEgxQq:{__defaultAssetReference:\"data:framer/asset-reference,4IrI4N9qF7hT5Nym6tAPjVYqPcw.jpg?originalFilename=Avatar+Image.jpg&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(Framerhbli4Pr7N,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...DotLottieFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerhbli4Pr7N\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"q5b_aOB3C\\\":\\\"testimonial\\\",\\\"B7x4d5G8_\\\":\\\"name1\\\",\\\"EIxeOEXyt\\\":\\\"function1\\\",\\\"D8gB2ZKIw\\\":\\\"company\\\",\\\"z2AoEgxQq\\\":\\\"image\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Bka6ZycpP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"420\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"910\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hbli4Pr7N.map", "// Generated by Framer (0961f6c)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import DotLottie from\"https://framerusercontent.com/modules/jfK7C7JmdHGaVBsvt1V7/G0lF2a2mezep3QZSQZwm/DotLottie.js\";const DotLottieFonts=getFonts(DotLottie);const cycleOrder=[\"pE1VBDeMq\"];const serializationHash=\"framer-XpJjG\";const variantClassNames={pE1VBDeMq:\"framer-v-1kaav75\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"pE1VBDeMq\",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(Image,{...restProps,background:{alt:\"\",fit:\"fit\",intrinsicHeight:235.5,intrinsicWidth:685,pixelHeight:394,pixelWidth:1145,positionX:\"center\",positionY:\"center\",sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",src:\"https://framerusercontent.com/images/Y1Qw475aOLo1oqiiYluLezbZU.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/Y1Qw475aOLo1oqiiYluLezbZU.png?scale-down-to=512 512w,https://framerusercontent.com/images/Y1Qw475aOLo1oqiiYluLezbZU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Y1Qw475aOLo1oqiiYluLezbZU.png 1145w\"},className:cx(serializationHash,...sharedStyleClassNames,\"framer-1kaav75\",className,classNames),\"data-framer-name\":\"Standard\",layoutDependency:layoutDependency,layoutId:\"pE1VBDeMq\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,boxShadow:\"0px 0.6021873017743928px 0.84306222248415px -0.9166666666666666px rgba(0, 0, 0, 0.13599), 0px 2.288533303243457px 3.20394662454084px -1.8333333333333333px rgba(0, 0, 0, 0.13178), 0px 10px 14px -2.75px rgba(0, 0, 0, 0.1125)\",...style},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-106dr6x-container\",layoutDependency:layoutDependency,layoutId:\"bzFvwRbeJ-container\",children:/*#__PURE__*/_jsx(DotLottie,{autoplay:true,background:\"rgba(255, 111, 152, 0)\",controls:false,direction:\"1\",height:\"100%\",hover:false,id:\"bzFvwRbeJ\",layoutId:\"bzFvwRbeJ\",loop:true,progress:0,speed:1,srcFile:\"https://framerusercontent.com/assets/wS6kjmqaEilA89jOINESO0BudY.json\",srcType:\"file\",srcUrl:\"https://lottie.host/d826e0a7-b7e8-4072-8afe-c943ed2dd2ca/DpX3m5yT5Z.lottie\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-XpJjG.framer-huwibz, .framer-XpJjG .framer-huwibz { display: block; }\",\".framer-XpJjG.framer-1kaav75 { height: 99px; overflow: visible; position: relative; width: 286px; }\",\".framer-XpJjG .framer-106dr6x-container { bottom: -23px; flex: none; left: 34px; position: absolute; top: -24px; width: 160px; z-index: 0; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 98.5\n * @framerIntrinsicWidth 286\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerzjSq4QJ0U=withCSS(Component,css,\"framer-XpJjG\");export default FramerzjSq4QJ0U;FramerzjSq4QJ0U.displayName=\"Asset / Voice rec - Answer\";FramerzjSq4QJ0U.defaultProps={height:98.5,width:286};addFonts(FramerzjSq4QJ0U,[{explicitInter:true,fonts:[]},...DotLottieFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzjSq4QJ0U\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"98.5\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"286\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./zjSq4QJ0U.map"],
  "mappings": "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",
  "names": ["init_ssg_sandbox_shims", "init_ssg_sandbox_shims", "init_ssg_sandbox_shims", "init_ssg_sandbox_shims", "noopReturn", "t", "e", "t", "velocityPerSecond", "init_ssg_sandbox_shims", "init_ssg_sandbox_shims", "calcBezier", "t", "n", "e", "i", "binarySubdivide", "o", "r", "c", "u", "a", "s", "cubicBezier", "noopReturn", "getTForX", "o", "cubicBezier", "init_ssg_sandbox_shims", "__rest", "t", "r", "n", "o", "init_ssg_sandbox_shims", "n", "e", "t", "r", "init_ssg_sandbox_shims", "s", "calcGeneratorVelocity", "t", "n", "r", "velocityPerSecond", "calcDampingRatio", "hasReachedTarget", "spring", "o", "c", "i", "h", "e", "u", "d", "f", "l", "glide", "a", "isOutOfBounds", "nearestBoundary", "g", "calcDelta", "calcLatest", "applyFriction", "p", "checkCatchBoundary", "pregenerateKeyframes", "W", "L", "D", "M", "noopReturn", "k", "asTransformCssVar", "B", "L", "W", "t", "j", "B", "testAnimation", "C", "$", "R", "resolveElements", "t", "createGeneratorEasing", "t", "o", "getGenerator", "i", "s", "r", "a", "getKeyframes", "e", "pregenerateKeyframes", "n", "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", "resizeWindow", "resize", "dispatchPointerEvent", "t", "dispatchViewEvent", "se", "o", "s", "__rest", "inView$1", "mouseEvent", "re", "ae", "onPointerUp", "onPointerDown", "n", "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", "init_ssg_sandbox_shims", "init_ssg_sandbox_shims", "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", "sync", "total", "parentLength", "start", "childrenLength", "itemSize", "itemWidth", "itemHeight", "fe", "initialResize", "ue", "resize", "contentSize", "timer", "totalItems", "childrenSize", "itemWithGap", "itemOffset", "currentItem", "setCurrentItem", "isDragging", "setIsDragging", "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", "LayoutGroup", "q", "selectedOpacity", "buttonStyle", "isSelected", "inlinePadding", "top", "bottom", "right", "left", "init_ssg_sandbox_shims", "init_ssg_sandbox_shims", "fontStore", "fonts", "css", "className", "DotLottieFonts", "getFonts", "DotLottie", "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", "text", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "W88zB8mIG", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "Image2", "cx", "RichText2", "ComponentViewportProvider", "css", "Frameru8zhTUl7U", "withCSS", "u8zhTUl7U_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "init_ssg_sandbox_shims", "TickerFonts", "getFonts", "Ticker", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "blendingMode", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "_humanReadableEnumMap_blendingMode", "_ref1", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "WP4eaflUC", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "SVG", "Image2", "css", "FramerEy23QpJeI", "withCSS", "Ey23QpJeI_default", "addPropertyControls", "ControlType", "addFonts", "init_ssg_sandbox_shims", "init_ssg_sandbox_shims", "fontStore", "fonts", "css", "className", "init_ssg_sandbox_shims", "fontStore", "fonts", "css", "className", "init_ssg_sandbox_shims", "HeroFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "arrow", "buttonText", "height", "id", "link", "newTab", "tap", "text", "textArrow", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "armc9e_g9", "oqO6o4u2l", "x2eys7bv3", "x3S_k2QUJ", "p0Ecn0Lgc", "RWabK8WSj", "VRcNJMiAi", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1sajms0", "args", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "FramerjE4NU22uX", "withCSS", "jE4NU22uX_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "init_ssg_sandbox_shims", "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", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "SVG", "css", "Framerygq5i6KxM", "withCSS", "ygq5i6KxM_default", "addPropertyControls", "ControlType", "addFonts", "AssetSquibleFonts", "getFonts", "ygq5i6KxM_default", "AssetButtonFonts", "jE4NU22uX_default", "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", "buttonText", "grayscale", "height", "id", "image", "link", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "_ref2", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "qfM1nojBV", "ZJ4_qeSN0", "aGwBy8C4D", "zTyzA98Vp", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "RichText2", "Image2", "css", "FramersevilofFj", "withCSS", "sevilofFj_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "init_ssg_sandbox_shims", "init_ssg_sandbox_shims", "fontStore", "fonts", "css", "className", "init_ssg_sandbox_shims", "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", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "SVG", "css", "FramerDmvalGhOK", "withCSS", "DmvalGhOK_default", "addPropertyControls", "ControlType", "addFonts", "AssetIconsHeroFonts", "getFonts", "DmvalGhOK_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "ComponentViewportProvider", "RichText2", "css", "FramerT5HpQQzOl", "withCSS", "T5HpQQzOl_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "init_ssg_sandbox_shims", "init_ssg_sandbox_shims", "fontStore", "fonts", "css", "className", "init_ssg_sandbox_shims", "fontStore", "fonts", "css", "className", "MotionDivWithFX", "withFX", "motion", "ImageWithFX", "Image2", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "radiusForCorner", "value", "cornerIndex", "segments", "toResponsiveImage", "transition3", "animation2", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "image", "radius", "text", "textColour", "title", "titleColour", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_humanReadableVariantMap_props_variant", "_ref5", "_ref6", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "XEybyqzJd", "C6LPeIBCh", "PNJVbj1rs", "r4AIwci5_", "JY2AYIbmN", "b1G3R7xqV", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "Framerw7q_5fr6w", "withCSS", "w7q_5fr6w_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "init_ssg_sandbox_shims", "init_ssg_sandbox_shims", "DotLottieFonts", "getFonts", "DotLottie", "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", "company", "function1", "height", "id", "image", "name1", "testimonial", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_humanReadableVariantMap_props_variant", "_ref4", "_ref5", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "q5b_aOB3C", "B7x4d5G8_", "EIxeOEXyt", "D8gB2ZKIw", "z2AoEgxQq", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "Image2", "ComponentViewportProvider", "css", "Framerhbli4Pr7N", "withCSS", "hbli4Pr7N_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "AssetTestimonialCardFonts", "getFonts", "hbli4Pr7N_default", "SlideshowFonts", "Slideshow", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "addImageAlt", "image", "alt", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "ComponentViewportProvider", "SVG", "css", "FramerxbKjRa7SN", "withCSS", "xbKjRa7SN_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "init_ssg_sandbox_shims", "DotLottieFonts", "getFonts", "DotLottie", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "cx", "serializationHash", "ComponentViewportProvider", "DotLottie", "css", "FramerzjSq4QJ0U", "withCSS", "zjSq4QJ0U_default", "addFonts", "DotLottieFonts"]
}
