{"version":3,"file":"MVhnJ_oYeXwYorhYWXNNr4_RlM8ZQnNHWtOWaUf6c-s.CWmTbJFX.mjs","names":["useRef","props","fonts","css","className","RichText","CustomInput","LaunchButtonsPrimary","LaunchFeatsFooterCTA","LaunchNavFooter","Authors","query","Blog","props","useRef","React.useId","React.useMemo","metadataProvider","sharedStyle.className","sharedStyle1.className","sharedStyle2.className","sharedStyle3.className","sharedStyle4.className","sharedStyle5.className","sharedStyle6.className","sharedStyle7.className","sharedStyle8.className","sharedStyle9.className","sharedStyle10.className","sharedStyle11.className","sharedStyle12.className","sharedStyle13.className","sharedStyle14.className","sharedStyle15.className","sharedStyle16.className","React.useContext","className","React.Fragment","PropertyOverrides","Image1","\"yQwQ66A1N\"","\"f8y9faKRj\"","_Fragment","SVG","sharedStyle.css","sharedStyle1.css","sharedStyle2.css","sharedStyle3.css","sharedStyle4.css","sharedStyle5.css","sharedStyle6.css","sharedStyle7.css","sharedStyle8.css","sharedStyle9.css","sharedStyle10.css","sharedStyle11.css","sharedStyle12.css","sharedStyle13.css","sharedStyle14.css","sharedStyle15.css","sharedStyle16.css","sharedStyle.fonts","sharedStyle1.fonts","sharedStyle2.fonts","sharedStyle3.fonts","sharedStyle4.fonts","sharedStyle5.fonts","sharedStyle6.fonts","sharedStyle7.fonts","sharedStyle8.fonts","sharedStyle9.fonts","sharedStyle10.fonts","sharedStyle11.fonts","sharedStyle12.fonts","sharedStyle13.fonts","sharedStyle14.fonts","sharedStyle15.fonts","sharedStyle16.fonts"],"sources":["https:/framerusercontent.com/modules/oP4aOeWuUsw5oHUiFr7k/mXJzWiD0lFkJnfHTl7Gt/Image_lightbox.js","https:/framerusercontent.com/modules/s48Z08V0oAQ6vWCitNU5/OgSpE3Mxmub1KyYZSu0h/h0wHv5aHs.js","https:/framerusercontent.com/modules/6UlT7jC6v3GUdNDan4RQ/ZuuujAddckJWHxoIlYdx/Il4OfKxuQ.js","https:/framerusercontent.com/modules/bbxwXUZV2J3OZfe53xxi/ZboC6DFZNggH6KUPO0B8/Of3bNXSiZ.js"],"sourcesContent":["/*\n * v1.0.0\n * https://framer.today/license\n */import{jsx as _jsx}from\"react/jsx-runtime\";import{useRef,useEffect}from\"react\";export function withLightboxEffect(Component){return props=>{const ref=useRef(null);useEffect(()=>{if(!ref.current)return;const container=ref.current;const openLightbox=img=>{const lightbox=document.createElement(\"div\");lightbox.style.position=\"fixed\";lightbox.style.top=\"0\";lightbox.style.left=\"0\";lightbox.style.width=\"100%\";lightbox.style.height=\"100%\";lightbox.style.backgroundColor=\"rgba(0, 0, 0, 0.8)\";lightbox.style.display=\"flex\";lightbox.style.justifyContent=\"center\";lightbox.style.alignItems=\"center\";lightbox.style.zIndex=\"9999\";const lightboxImg=img.cloneNode();lightboxImg.style.maxWidth=\"80%\";lightboxImg.style.maxHeight=\"80%\";lightboxImg.style.objectFit=\"contain\";lightboxImg.style.borderRadius=\"16px\";lightbox.appendChild(lightboxImg);document.body.appendChild(lightbox);lightbox.addEventListener(\"click\",()=>{document.body.removeChild(lightbox);});};const attachHandlers=()=>{// Grab all images inside Framer blog content\nconst images=container.querySelectorAll(\"img\");images.forEach(img=>{// Avoid attaching twice\nif(img.__lightboxBound)return;img.__lightboxBound=true;img.style.cursor=\"zoom-in\";img.addEventListener(\"click\",e=>{e.stopPropagation();openLightbox(img);});});};// Run once initially\nattachHandlers();// Observe future DOM updates (Framer CMS often mounts content after first paint)\nconst observer=new MutationObserver(()=>{attachHandlers();});observer.observe(container,{childList:true,subtree:true});return()=>observer.disconnect();},[]);return /*#__PURE__*/_jsx(\"div\",{ref:ref,style:{width:\"100%\",maxWidth:\"100%\",overflow:\"hidden\"},children:/*#__PURE__*/_jsx(Component,{...props})});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withLightboxEffect\":{\"type\":\"reactHoc\",\"name\":\"withLightboxEffect\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Image_lightbox.map","// Generated by Framer (b47b624)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;General Sans-variable\",\"FS;General Sans-variableVF=IndnaHQiIDQwMA==\",\"FS;General Sans-variableVF=IndnaHQiIDQwMA==\",\"FS;General Sans-variableVF=IndnaHQiIDQwMA==\"]);const variationAxes=[{defaultValue:700,maxValue:700,minValue:200,name:\"Weight\",tag:\"wght\"}];export const fonts=[{explicitInter:true,fonts:[{cssFamilyName:\"General Sans Variable\",source:\"fontshare\",style:\"normal\",uiFamilyName:\"General Sans\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LHQJ5KSAL7VGAEIDSTEXCCOIUKFLT2I6/GW57XUEG4ZBVMLZZTQZTGYPROITRRQ5W/JA3IZUEMJ2J6WWT2OQVJOAWDXO3YL4YG.woff2\",variationAxes,weight:\"400\"}]}];export const css=['.framer-kJ4P1 .framer-styles-preset-1b5elpr:not(.rich-text-wrapper), .framer-kJ4P1 .framer-styles-preset-1b5elpr.rich-text-wrapper h4 { --framer-font-family: \"General Sans Variable\", \"General Sans Variable Placeholder\", sans-serif; --framer-font-family-bold: \"General Sans Variable\", \"General Sans Variable Placeholder\", sans-serif; --framer-font-family-bold-italic: \"General Sans Variable\", \"General Sans Variable Placeholder\", sans-serif; --framer-font-family-italic: \"General Sans Variable\", \"General Sans Variable Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv09\\' on, \\'cv11\\' on; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: \"wght\" 400; --framer-font-variation-axes-bold: \"wght\" 400; --framer-font-variation-axes-bold-italic: \"wght\" 400; --framer-font-variation-axes-italic: \"wght\" 400; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.04em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1599px) and (min-width: 1200px) { .framer-kJ4P1 .framer-styles-preset-1b5elpr:not(.rich-text-wrapper), .framer-kJ4P1 .framer-styles-preset-1b5elpr.rich-text-wrapper h4 { --framer-font-family: \"General Sans Variable\", \"General Sans Variable Placeholder\", sans-serif; --framer-font-family-bold: \"General Sans Variable\", \"General Sans Variable Placeholder\", sans-serif; --framer-font-family-bold-italic: \"General Sans Variable\", \"General Sans Variable Placeholder\", sans-serif; --framer-font-family-italic: \"General Sans Variable\", \"General Sans Variable Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv09\\' on, \\'cv11\\' on; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: \"wght\" 400; --framer-font-variation-axes-bold: \"wght\" 400; --framer-font-variation-axes-bold-italic: \"wght\" 400; --framer-font-variation-axes-italic: \"wght\" 400; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.04em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --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-kJ4P1 .framer-styles-preset-1b5elpr:not(.rich-text-wrapper), .framer-kJ4P1 .framer-styles-preset-1b5elpr.rich-text-wrapper h4 { --framer-font-family: \"General Sans Variable\", \"General Sans Variable Placeholder\", sans-serif; --framer-font-family-bold: \"General Sans Variable\", \"General Sans Variable Placeholder\", sans-serif; --framer-font-family-bold-italic: \"General Sans Variable\", \"General Sans Variable Placeholder\", sans-serif; --framer-font-family-italic: \"General Sans Variable\", \"General Sans Variable Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv09\\' on, \\'cv11\\' on; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: \"wght\" 400; --framer-font-variation-axes-bold: \"wght\" 400; --framer-font-variation-axes-bold-italic: \"wght\" 400; --framer-font-variation-axes-italic: \"wght\" 400; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.04em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --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-kJ4P1 .framer-styles-preset-1b5elpr:not(.rich-text-wrapper), .framer-kJ4P1 .framer-styles-preset-1b5elpr.rich-text-wrapper h4 { --framer-font-family: \"General Sans Variable\", \"General Sans Variable Placeholder\", sans-serif; --framer-font-family-bold: \"General Sans Variable\", \"General Sans Variable Placeholder\", sans-serif; --framer-font-family-bold-italic: \"General Sans Variable\", \"General Sans Variable Placeholder\", sans-serif; --framer-font-family-italic: \"General Sans Variable\", \"General Sans Variable Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv09\\' on, \\'cv11\\' on; --framer-font-size: 11px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: \"wght\" 400; --framer-font-variation-axes-bold: \"wght\" 400; --framer-font-variation-axes-bold-italic: \"wght\" 400; --framer-font-variation-axes-italic: \"wght\" 400; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.04em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-kJ4P1\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (904da2c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-yMbbG .framer-styles-preset-1i00a7c:not(.rich-text-wrapper), .framer-yMbbG .framer-styles-preset-1i00a7c.rich-text-wrapper a { --framer-link-text-color: var(--token-050929c3-ce35-45eb-80ae-67c2808bd84c, #1c1917); }\"];export const className=\"framer-yMbbG\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (ebccc92)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,forwardLoader,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Image as Image1,InjectSelectionStyle,Link,NotFoundError,PathVariablesContext,PropertyOverrides,queryCache,ResetOuterLinkContext,ResolveLinks,RichText,SVG,TickerItem,useActiveVariantCallback,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useMetadata,useOverlayState,useQueryData,useRouter,withCodeBoundaryForOverrides,withCSS,withTickerFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import LaunchNavFooter from\"#framer/local/canvasComponent/hVVCGz7vF/hVVCGz7vF.js\";import LaunchFeatsFooterCTA from\"#framer/local/canvasComponent/Pa1GtnJHD/Pa1GtnJHD.js\";import LaunchButtonsPrimary from\"#framer/local/canvasComponent/XKbaJ3Bxm/XKbaJ3Bxm.js\";import{withLightboxEffect}from\"#framer/local/codeFile/zMG8fO9/Image_lightbox.js\";import{initializeAmplitude}from\"#framer/local/codeFile/yVpMv9L/Initialize_Amplitude.js\";import CustomInput from\"#framer/local/codeFile/ndGQsSt/Input.js\";import Blog,{enumToDisplayNameFunctions}from\"#framer/local/collection/CRhxlzgu3/CRhxlzgu3.js\";import Authors from\"#framer/local/collection/WMhzr4ad4/WMhzr4ad4.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle15 from\"#framer/local/css/a0kqztpkD/a0kqztpkD.js\";import*as sharedStyle6 from\"#framer/local/css/Czd2myp19/Czd2myp19.js\";import*as sharedStyle12 from\"#framer/local/css/gqQ0JqKxk/gqQ0JqKxk.js\";import*as sharedStyle4 from\"#framer/local/css/h0wHv5aHs/h0wHv5aHs.js\";import*as sharedStyle9 from\"#framer/local/css/Il4OfKxuQ/Il4OfKxuQ.js\";import*as sharedStyle13 from\"#framer/local/css/KDUhrFuVL/KDUhrFuVL.js\";import*as sharedStyle11 from\"#framer/local/css/l0URe58gj/l0URe58gj.js\";import*as sharedStyle3 from\"#framer/local/css/MaGbvwcuO/MaGbvwcuO.js\";import*as sharedStyle10 from\"#framer/local/css/OKL1y860b/OKL1y860b.js\";import*as sharedStyle14 from\"#framer/local/css/OYnt9KUAB/OYnt9KUAB.js\";import*as sharedStyle5 from\"#framer/local/css/PXA_Fibfb/PXA_Fibfb.js\";import*as sharedStyle1 from\"#framer/local/css/Q_I573PPV/Q_I573PPV.js\";import*as sharedStyle16 from\"#framer/local/css/rtBOIB1n2/rtBOIB1n2.js\";import*as sharedStyle2 from\"#framer/local/css/SadI2k2a0/SadI2k2a0.js\";import*as sharedStyle7 from\"#framer/local/css/TCB69hCbk/TCB69hCbk.js\";import*as sharedStyle from\"#framer/local/css/X8EhIPqvt/X8EhIPqvt.js\";import*as sharedStyle8 from\"#framer/local/css/yJZK7jJb3/yJZK7jJb3.js\";import metadataProvider from\"#framer/local/webPageMetadata/Of3bNXSiZ/Of3bNXSiZ.js\";const RichTextWithLightboxEffectky5ujs=withCodeBoundaryForOverrides(RichText,{nodeId:\"vAWdmorzE\",override:withLightboxEffect,scopeId:\"Of3bNXSiZ\"});const CustomInputFonts=getFonts(CustomInput);const LaunchButtonsPrimaryFonts=getFonts(LaunchButtonsPrimary);const LaunchFeatsFooterCTAFonts=getFonts(LaunchFeatsFooterCTA);const MotionDivWithTickerFX=withTickerFX(motion.div);const LaunchNavFooterFonts=getFonts(LaunchNavFooter);const MotionDivInitializeAmplitude7sk2f9=withCodeBoundaryForOverrides(motion.div,{nodeId:\"N6hU0kjOS\",override:initializeAmplitude,scopeId:\"Of3bNXSiZ\"});const breakpoints={F0GYSZqg1:\"(max-width: 809.98px)\",N6hU0kjOS:\"(min-width: 1600px)\",NKrPG2iKH:\"(min-width: 810px) and (max-width: 1199.98px)\",W3bPx8Swy:\"(min-width: 1200px) and (max-width: 1599.98px)\"};const isBrowser=()=>typeof document!==\"undefined\";export const queryParamNames=[];const serializationHash=\"framer-KCeIk\";const variantClassNames={F0GYSZqg1:\"framer-v-1nuqs0n\",N6hU0kjOS:\"framer-v-7sk2f9\",NKrPG2iKH:\"framer-v-7meu4t\",W3bPx8Swy:\"framer-v-avj0d6\"};const MAWtCyEwG=undefined;const ilvFwwBvX=undefined;const XVlh2D7cL=undefined;const GOmIILWrl=undefined;const tShdFUBsW=undefined;const L_Zc7bOLS=undefined;const WF4BH780D=undefined;const DSKlcv9Qp=undefined;const HtTWmj9rQDJU4rxSnr=undefined;const WzS1SJGawDJU4rxSnr=undefined;const KLvvR0oG1DJU4rxSnr=undefined;const idDJU4rxSnr=undefined;const LERzp7ZRPyZpPg9jN2=undefined;const HOFp68UpPyZpPg9jN2=undefined;const XVlh2D7cLyZpPg9jN2=undefined;const MAWtCyEwGyZpPg9jN2=undefined;const HlVCJJ1xeyZpPg9jN2=undefined;const idyZpPg9jN2=undefined;const LERzp7ZRPGk9MAP9Ut=undefined;const HOFp68UpPGk9MAP9Ut=undefined;const GOmIILWrlGk9MAP9Ut=undefined;const XVlh2D7cLGk9MAP9Ut=undefined;const MAWtCyEwGGk9MAP9Ut=undefined;const HlVCJJ1xeGk9MAP9Ut=undefined;const idGk9MAP9Ut=undefined;const WzS1SJGawp5PER5KFN=undefined;const KLvvR0oG1p5PER5KFN=undefined;const HtTWmj9rQp5PER5KFN=undefined;const idp5PER5KFN=undefined;const HlVCJJ1xeYDD49R7nC=undefined;const idYDD49R7nC=undefined;const getRootLayoutProp=(hasLayoutTemplate,hasInheritedFlowEffect,fallback)=>{if(!hasLayoutTemplate)return fallback;return hasInheritedFlowEffect?\"position\":fallback;};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const query=L_Zc7bOLS=>({from:{alias:\"DJU4rxSnr\",data:Authors,type:\"Collection\"},select:[{collection:\"DJU4rxSnr\",name:\"HtTWmj9rQ\",type:\"Identifier\"},{collection:\"DJU4rxSnr\",name:\"WzS1SJGaw\",type:\"Identifier\"},{collection:\"DJU4rxSnr\",name:\"KLvvR0oG1\",type:\"Identifier\"},{collection:\"DJU4rxSnr\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"DJU4rxSnr\",name:\"HtTWmj9rQ\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:L_Zc7bOLS},type:\"BinaryOperation\"}});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const query1=MAWtCyEwG=>({from:{alias:\"yZpPg9jN2\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},orderBy:[{collection:\"yZpPg9jN2\",direction:\"desc\",name:\"createdAt\",type:\"Identifier\"}],select:[{collection:\"yZpPg9jN2\",name:\"LERzp7ZRP\",type:\"Identifier\"},{collection:\"yZpPg9jN2\",name:\"HOFp68UpP\",type:\"Identifier\"},{collection:\"yZpPg9jN2\",name:\"XVlh2D7cL\",type:\"Identifier\"},{collection:\"yZpPg9jN2\",name:\"MAWtCyEwG\",type:\"Identifier\"},{collection:\"yZpPg9jN2\",name:\"HlVCJJ1xe\",type:\"Identifier\"},{collection:\"yZpPg9jN2\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"yZpPg9jN2\",name:\"g5ShFqT8Z\",type:\"Identifier\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"yZpPg9jN2\",name:\"MAWtCyEwG\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:MAWtCyEwG},type:\"BinaryOperation\"}},type:\"BinaryOperation\"}});const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:150};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,dismissWithEsc,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling,dismissWithEsc:enabled&&dismissWithEsc});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const query2=MAWtCyEwG=>({from:{alias:\"Gk9MAP9Ut\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"Gk9MAP9Ut\",name:\"LERzp7ZRP\",type:\"Identifier\"},{collection:\"Gk9MAP9Ut\",name:\"HOFp68UpP\",type:\"Identifier\"},{collection:\"Gk9MAP9Ut\",name:\"GOmIILWrl\",type:\"Identifier\"},{collection:\"Gk9MAP9Ut\",name:\"XVlh2D7cL\",type:\"Identifier\"},{collection:\"Gk9MAP9Ut\",name:\"MAWtCyEwG\",type:\"Identifier\"},{collection:\"Gk9MAP9Ut\",name:\"HlVCJJ1xe\",type:\"Identifier\"},{collection:\"Gk9MAP9Ut\",name:\"id\",type:\"Identifier\"},{alias:\"p5PER5KFN\",arguments:[{from:{alias:\"p5PER5KFN\",data:Authors,type:\"Collection\"},select:[{collection:\"p5PER5KFN\",name:\"WzS1SJGaw\",type:\"Identifier\"},{collection:\"p5PER5KFN\",name:\"KLvvR0oG1\",type:\"Identifier\"},{collection:\"p5PER5KFN\",name:\"HtTWmj9rQ\",type:\"Identifier\"},{collection:\"p5PER5KFN\",name:\"id\",type:\"Identifier\"}],type:\"Select\",where:{left:{collection:\"p5PER5KFN\",name:\"HtTWmj9rQ\",type:\"Identifier\"},operator:\"==\",right:{collection:\"Gk9MAP9Ut\",name:\"L_Zc7bOLS\",type:\"Identifier\"},type:\"BinaryOperation\"}}],functionName:\"ARRAY\",type:\"FunctionCall\"}],where:{left:{collection:\"Gk9MAP9Ut\",name:\"g5ShFqT8Z\",type:\"Identifier\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"Gk9MAP9Ut\",name:\"MAWtCyEwG\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:MAWtCyEwG},type:\"BinaryOperation\"}},type:\"BinaryOperation\"}});const matchVariant=(...args)=>{for(const arg of args){if(arg&&typeof arg===\"string\")return arg;}return undefined;};const query3=()=>({from:{alias:\"YDD49R7nC\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},orderBy:[{collection:\"YDD49R7nC\",direction:\"desc\",name:\"createdAt\",type:\"Identifier\"}],select:[{collection:\"YDD49R7nC\",name:\"HlVCJJ1xe\",type:\"Identifier\"},{collection:\"YDD49R7nC\",name:\"id\",type:\"Identifier\"}]});const humanReadableVariantMap={\"Desktop 2\":\"W3bPx8Swy\",Desktop:\"N6hU0kjOS\",Phone:\"F0GYSZqg1\",Tablet:\"NKrPG2iKH\"};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const detailQuery=where=>({from:{alias:\"Of3bNXSiZ\",data:Blog,type:\"Collection\"},select:[{collection:\"Of3bNXSiZ\",name:\"GOmIILWrl\",type:\"Identifier\"},{collection:\"Of3bNXSiZ\",name:\"MAWtCyEwG\",type:\"Identifier\"},{collection:\"Of3bNXSiZ\",name:\"WF4BH780D\",type:\"Identifier\"},{collection:\"Of3bNXSiZ\",name:\"DSKlcv9Qp\",type:\"Identifier\"},{collection:\"Of3bNXSiZ\",name:\"L_Zc7bOLS\",type:\"Identifier\"},{collection:\"Of3bNXSiZ\",name:\"XVlh2D7cL\",type:\"Identifier\"},{collection:\"Of3bNXSiZ\",name:\"ilvFwwBvX\",type:\"Identifier\"},{collection:\"Of3bNXSiZ\",name:\"tShdFUBsW\",type:\"Identifier\"}],where});const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"N6hU0kjOS\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData(detailQuery(getWhereExpressionFromPathVariables(currentPathVariables,\"Of3bNXSiZ\")));const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,GOmIILWrl=getFromCurrentRouteData(\"GOmIILWrl\"),MAWtCyEwG=getFromCurrentRouteData(\"MAWtCyEwG\")??\"\",WF4BH780D=getFromCurrentRouteData(\"WF4BH780D\")??\"\",DSKlcv9Qp=getFromCurrentRouteData(\"DSKlcv9Qp\")??\"\",L_Zc7bOLS=getFromCurrentRouteData(\"L_Zc7bOLS\")??\"\",XVlh2D7cL=getFromCurrentRouteData(\"XVlh2D7cL\")??\"\",ilvFwwBvX=getFromCurrentRouteData(\"ilvFwwBvX\"),tShdFUBsW=getFromCurrentRouteData(\"tShdFUBsW\")??\"\",...restProps}=getProps(props);const metadata=React.useMemo(()=>metadataProvider({DSKlcv9Qp,GOmIILWrl,MAWtCyEwG,WF4BH780D,XVlh2D7cL},activeLocale),[MAWtCyEwG,GOmIILWrl,WF4BH780D,DSKlcv9Qp,XVlh2D7cL,activeLocale]);useMetadata(metadata);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const onSubmitko9la1=({overlay})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const onTap1q29jei=({overlay})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className,sharedStyle12.className,sharedStyle13.className,sharedStyle14.className,sharedStyle15.className,sharedStyle16.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const hasLayoutTemplate=React.useContext(GeneratedComponentContext)?.isLayoutTemplate;const hasInheritedFlowEffect=Boolean(React.useContext(MotionConfigContext)?.transition?.layout);const motionLayout=getRootLayoutProp(hasLayoutTemplate,hasInheritedFlowEffect);const textContent=enumToDisplayNameFunctions[\"ilvFwwBvX\"]?.(ilvFwwBvX,activeLocale);const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{activeVariantId:baseVariant,humanReadableVariantMap,primaryVariantId:\"N6hU0kjOS\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-cf5b9a94-340d-4e06-9e57-e779166bd151, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(MotionDivInitializeAmplitude7sk2f9,{...restProps,className:cx(scopingClassNames,\"framer-7sk2f9\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-i1hbkp\",\"data-framer-name\":\"Sections\",layout:motionLayout,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1y3ts7p\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hw2ran\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-s7j7uy\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qlp8hf\",\"data-framer-name\":\"Heading and decription\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ed8cup\",\"data-framer-name\":\"Heading\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6aez7e\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-7gcdmf\",\"data-styles-preset\":\"X8EhIPqvt\",children:\"Content\"})}),className:\"framer-1dpoh5b\",\"data-framer-name\":\"Blog title\",fonts:[\"Inter\"],text:MAWtCyEwG,verticalAlignment:\"center\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-191ez3b\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-zn9wxx\",\"data-framer-name\":\"Misc / Badge\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1j08zu0\",\"data-styles-preset\":\"Q_I573PPV\",style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Content\"})}),className:\"framer-6g0nhb\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1j08zu0\",\"data-styles-preset\":\"Q_I573PPV\",style:{\"--framer-text-color\":\"var(--token-f1a521a2-1c7b-4b8d-b94d-6ec6deaa187b, rgb(121, 113, 107))\"},children:\"Content\"})}),className:\"framer-1fiujxg\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:XVlh2D7cL,verticalAlignment:\"center\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1u7j7e1\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{F0GYSZqg1:{background:{alt:\"\",fit:\"fill\",pixelHeight:1204,pixelWidth:2293,sizes:`min(1160px, ${componentViewport?.width||\"100vw\"})`,...toResponsiveImage(GOmIILWrl)}},NKrPG2iKH:{background:{alt:\"\",fit:\"fill\",pixelHeight:1204,pixelWidth:2293,sizes:`max((min(1160px, ${componentViewport?.width||\"100vw\"}) - 24px) / 1.4, 1px)`,...toResponsiveImage(GOmIILWrl)}}},children:/*#__PURE__*/_jsx(Image1,{background:{alt:\"\",fit:\"fill\",pixelHeight:1204,pixelWidth:2293,sizes:`max((min(1160px, ${componentViewport?.width||\"100vw\"}) - 80px) * 0.75, 1px)`,...toResponsiveImage(GOmIILWrl)},className:\"framer-zab5b\"})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/4sbLnuatuUfmOTwFGSJM/YouTube.js:Youtube\":componentPresets.props[\"yQwQ66A1N\"],\"module:pVk4QsoHxASnVtUBp6jr/ttReBBOK4JjO79S16uu9/CodeBlock.js:default\":componentPresets.props[\"f8y9faKRj\"]},children:/*#__PURE__*/_jsx(RichTextWithLightboxEffectky5ujs,{__fromCanvasComponent:true,anchorLinkOffsetY:90,children:tShdFUBsW,className:\"framer-ky5ujs\",\"data-framer-name\":\"Collaborate, publish and maintain product documentation your users will love with the ultimate all-in-one docs platform. Used by 150,000 startups, enterprises, and open-source projects.\",fonts:[\"Inter\"],id:\"ky5ujs\",stylesPresetsClassNames:{a:\"framer-styles-preset-z48j88\",anchor:\"framer-styles-preset-1i00a7c\",blockquote:\"framer-styles-preset-tklkv2\",code:\"framer-styles-preset-x7iwww\",h1:\"framer-styles-preset-7gcdmf\",h2:\"framer-styles-preset-wd7psk\",h3:\"framer-styles-preset-1x1ula7\",h4:\"framer-styles-preset-1b5elpr\",h5:\"framer-styles-preset-1rmyk9v\",h6:\"framer-styles-preset-1a3pyei\",img:\"framer-styles-preset-sglsj0\",p:\"framer-styles-preset-1df5nos\"},verticalAlignment:\"center\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vzrs8j\",\"data-framer-name\":\"Sidebar\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-niv522\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1rmyk9v\",\"data-styles-preset\":\"PXA_Fibfb\",children:\"Author\"})}),className:\"framer-6xn1g0\",\"data-framer-name\":\"Section title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-f1u9lj\",\"data-framer-name\":\"Author\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:query(L_Zc7bOLS),children:(collection,paginationInfo,loadMore)=>{return /*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({HtTWmj9rQ:HtTWmj9rQDJU4rxSnr,id:idDJU4rxSnr,KLvvR0oG1:KLvvR0oG1DJU4rxSnr,WzS1SJGaw:WzS1SJGawDJU4rxSnr},index)=>{HtTWmj9rQDJU4rxSnr??=\"\";KLvvR0oG1DJU4rxSnr??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`DJU4rxSnr-${idDJU4rxSnr}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{HtTWmj9rQ:HtTWmj9rQDJU4rxSnr},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-8mv7a3\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{HtTWmj9rQ:HtTWmj9rQDJU4rxSnr},webPageId:\"cIBffXL4v\"},motionChild:true,nodeId:\"iNHn5ssIf\",openInNewTab:false,scopeId:\"Of3bNXSiZ\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1o2go4a framer-po0pcz\",\"data-framer-name\":\"Author details\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{F0GYSZqg1:{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",...toResponsiveImage(WzS1SJGawDJU4rxSnr)}}},children:/*#__PURE__*/_jsx(Image1,{background:{alt:\"A photograph of Steve Ashby\",fit:\"fill\",pixelHeight:512,pixelWidth:512,sizes:\"48px\",...toResponsiveImage(WzS1SJGawDJU4rxSnr)},className:\"framer-1z0nduc\",\"data-border\":true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g5w54h\",\"data-styles-preset\":\"KDUhrFuVL\",style:{\"--framer-text-alignment\":\"left\"},children:\"Content\"})}),className:\"framer-1mj12c5\",\"data-framer-name\":\"Author\",fonts:[\"Inter\"],text:KLvvR0oG1DJU4rxSnr,verticalAlignment:\"top\",withExternalLayout:true})]})})})})},idDJU4rxSnr);})});}})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11toieu\",\"data-framer-name\":\"Latest blog posts\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1rmyk9v\",\"data-styles-preset\":\"PXA_Fibfb\",children:\"Latest blog posts\"})}),className:\"framer-1328ld5\",\"data-framer-name\":\"Section title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mgtlgn\",\"data-framer-name\":\"Blog posts\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:query1(MAWtCyEwG),children:(collection1,paginationInfo1,loadMore1)=>{return /*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({HlVCJJ1xe:HlVCJJ1xeyZpPg9jN2,HOFp68UpP:HOFp68UpPyZpPg9jN2,id:idyZpPg9jN2,LERzp7ZRP:LERzp7ZRPyZpPg9jN2,MAWtCyEwG:MAWtCyEwGyZpPg9jN2,XVlh2D7cL:XVlh2D7cLyZpPg9jN2},index1)=>{LERzp7ZRPyZpPg9jN2??=\"\";HOFp68UpPyZpPg9jN2??=true;XVlh2D7cLyZpPg9jN2??=\"\";MAWtCyEwGyZpPg9jN2??=\"\";HlVCJJ1xeyZpPg9jN2??=\"\";const visible=isSet(XVlh2D7cLyZpPg9jN2);return /*#__PURE__*/_jsx(LayoutGroup,{id:`yZpPg9jN2-${idyZpPg9jN2}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{HlVCJJ1xe:HlVCJJ1xeyZpPg9jN2},children:/*#__PURE__*/_jsx(Link,{href:LERzp7ZRPyZpPg9jN2,motionChild:true,nodeId:\"LMydAWLCn\",openInNewTab:false,scopeId:\"Of3bNXSiZ\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1pc84ey framer-po0pcz\",\"data-border\":true,\"data-framer-name\":\"Post\",children:[HOFp68UpPyZpPg9jN2!==false&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8eqjhi\",\"data-framer-name\":\"badge\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1j08zu0\",\"data-styles-preset\":\"Q_I573PPV\",children:\"GitBook docs\"})}),className:\"framer-gn0scn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-18i80yn\",\"data-framer-name\":\"icon wrapper\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-f9tbc1\",\"data-framer-name\":\"External link\",fill:\"black\",intrinsicHeight:16,intrinsicWidth:16,svg:'<svg width=\"16\" height=\"16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\" fill=\"#181C1F\"><path d=\"M7 .9a.6.6 0 1 1 0 1.2H3.5a1.4 1.4 0 0 0-1.4 1.4v9a1.4 1.4 0 0 0 1.4 1.4h9a1.4 1.4 0 0 0 1.4-1.4V9a.6.6 0 0 1 1.2 0v3.5a2.6 2.6 0 0 1-2.6 2.6h-9a2.6 2.6 0 0 1-2.6-2.6v-9A2.6 2.6 0 0 1 3.5.9H7Z\"/><path d=\"M9.9 1.5a.6.6 0 0 0 .6.6h2.552L9.076 6.076a.6.6 0 0 0 .848.848L13.9 2.95V5.5a.6.6 0 0 0 1.2 0v-4a.6.6 0 0 0-.6-.6h-4a.6.6 0 0 0-.6.6Z\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h16v16H0z\"/></clipPath></defs></svg>',withExternalLayout:true})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1eurlb3\",\"data-framer-name\":\"Post\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sr4llj\",children:[visible!==false&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1j08zu0\",\"data-styles-preset\":\"Q_I573PPV\",style:{\"--framer-text-color\":\"var(--token-f1a521a2-1c7b-4b8d-b94d-6ec6deaa187b, rgb(121, 113, 107))\"},children:\"Content\"})}),className:\"framer-1ajphgy\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:XVlh2D7cLyZpPg9jN2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-178ep3v\",\"data-styles-preset\":\"OYnt9KUAB\",style:{\"--framer-text-color\":\"var(--token-050929c3-ce35-45eb-80ae-67c2808bd84c, rgb(28, 25, 23))\"},children:\"Content\"})}),className:\"framer-1oj3xk4\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:MAWtCyEwGyZpPg9jN2,verticalAlignment:\"top\",withExternalLayout:true})]})})]})})})},idyZpPg9jN2);})});}})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-17lqcff\",\"data-framer-name\":\"Sticky sidebar\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d8ac4j\",\"data-border\":true,\"data-framer-name\":\"Newsletter info\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rg9k99\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1rmyk9v\",\"data-styles-preset\":\"PXA_Fibfb\",style:{\"--framer-text-color\":\"rgb(24, 28, 31)\"},children:\"Get the GitBook newsletter\"})}),className:\"framer-1jqde9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-g5w54h\",\"data-styles-preset\":\"KDUhrFuVL\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-d62486c0-fd39-4de1-a463-7684a705d789, rgb(87, 83, 77))\"},children:[\"Get the latest product news, useful resources and more in your inbox. \",/*#__PURE__*/_jsx(\"strong\",{children:\"130k+\"}),\" people read it every month.\"]})}),className:\"framer-1jbvhtu\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-16ssgtu\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-uephyf\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-107rn6f\",\"data-styles-preset\":\"a0kqztpkD\",style:{\"--framer-text-color\":\"var(--token-9a8a3063-6d3f-4c84-bb7a-ce6785df7b69, rgb(254, 85, 27))\"},children:\"Email\"})}),className:\"framer-1b6szo4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,dismissWithEsc:true,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(Container,{className:\"framer-v9sivv-container\",id:\"v9sivv\",isAuthoredByUser:true,nodeId:\"D7P0B7STU\",rendersWithMotion:true,scopeId:\"Of3bNXSiZ\",children:[/*#__PURE__*/_jsx(CustomInput,{button:{buttonFont:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"12px\",fontStyle:\"normal\",fontWeight:600,letterSpacing:\"0em\",lineHeight:\"1em\"},buttonPadding:15,buttonPaddingBottom:15,buttonPaddingLeft:15,buttonPaddingPerSide:false,buttonPaddingRight:15,buttonPaddingTop:15,color:\"rgb(255, 255, 255)\",fill:\"rgb(24, 28, 31)\",insetWhenDocked:5,isDocked:false,label:\"Go\",shouldAppear:true,widthWhenDocked:100},defaultValue:\"\",font:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1em\"},formsparkID:\"suzt4j98\",gap:8,getwaitlistAPI:\"\",height:\"100%\",id:\"D7P0B7STU\",input:{borderRadius:4,color:\"rgb(0, 0, 0)\",fill:\"rgb(255, 255, 255)\",fixedHeight:40,height:true,padding:12,paddingBottom:12,paddingLeft:12,paddingPerSide:false,paddingRight:12,paddingTop:12,placeholder:\"Email address\",placeholderColor:\"rgba(0, 0, 0, 0.3)\"},inputId:\"\",inputType:{max:0,min:0,step:1,type:\"text\"},layout:\"horizontal\",layoutId:\"D7P0B7STU\",loopsID:\"\",mailchimpURL:\"\",onSubmit:onSubmitko9la1({overlay}),redirectAs:\"overlay\",service:\"formspark\",style:{width:\"100%\"},width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsx(InjectSelectionStyle,{triggerId:\"v9sivv\",children:/*#__PURE__*/_jsxs(ResetOuterLinkContext,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-ijcbji\"),\"data-framer-portal-id\":\"v9sivv\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[0,0,1,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"sezLXR8bc\"),/*#__PURE__*/_jsxs(motion.div,{animate:animation1,className:cx(scopingClassNames,\"framer-1o14ttj\"),\"data-framer-name\":\"Modal\",\"data-framer-portal-id\":\"v9sivv\",exit:animation,initial:animation2,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1e6oiah\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-iim6rc\",\"data-styles-preset\":\"rtBOIB1n2\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"You’re in!\"})})}),className:\"framer-1tmclbr\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-178ep3v\",\"data-styles-preset\":\"OYnt9KUAB\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(24, 28, 31)\"},children:\"Thanks for signing up. You can look forward to our next newsletter landing in your inbox soon.\"})}),className:\"framer-1r07kfw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lp5n91\",\"data-framer-name\":\"Close\",onTap:onTap1q29jei({overlay}),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-oyk9w\",\"data-framer-name\":\"cross\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><g><path d=\"M 2.667 16 C 1.194 16 0 16 0 16 L 0 0 C 0 0 1.194 0 2.667 0 L 13.333 0 C 14.806 0 16 0 16 0 L 16 16 C 16 16 14.806 16 13.333 16 Z\" fill=\"transparent\"></path><path d=\"M 12 4.001 L 4 12.001 M 4 4.001 L 12 12.001\" fill=\"transparent\" stroke-width=\"1.36\" stroke=\"rgb(24, 28, 31)\" stroke-linecap=\"square\" stroke-linejoin=\"round\"></path></g></svg>',svgContentId:11174141603,withExternalLayout:true})})]})]})}),getContainer())})})]})})})})]})]})})})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k3f4u\",\"data-framer-name\":\"Blog posts\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:query2(MAWtCyEwG),children:(collection3,paginationInfo2,loadMore2)=>{return /*#__PURE__*/_jsx(_Fragment,{children:collection3?.map(({GOmIILWrl:GOmIILWrlGk9MAP9Ut,HlVCJJ1xe:HlVCJJ1xeGk9MAP9Ut,HOFp68UpP:HOFp68UpPGk9MAP9Ut,id:idGk9MAP9Ut,LERzp7ZRP:LERzp7ZRPGk9MAP9Ut,MAWtCyEwG:MAWtCyEwGGk9MAP9Ut,p5PER5KFN:collection2,XVlh2D7cL:XVlh2D7cLGk9MAP9Ut},index3)=>{LERzp7ZRPGk9MAP9Ut??=\"\";HOFp68UpPGk9MAP9Ut??=true;XVlh2D7cLGk9MAP9Ut??=\"\";MAWtCyEwGGk9MAP9Ut??=\"\";HlVCJJ1xeGk9MAP9Ut??=\"\";const visible1=isSet(XVlh2D7cLGk9MAP9Ut);return /*#__PURE__*/_jsx(LayoutGroup,{id:`Gk9MAP9Ut-${idGk9MAP9Ut}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{HlVCJJ1xe:HlVCJJ1xeGk9MAP9Ut},children:/*#__PURE__*/_jsx(Link,{href:LERzp7ZRPGk9MAP9Ut,motionChild:true,nodeId:\"c3NLD1W25\",openInNewTab:false,scopeId:\"Of3bNXSiZ\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-11sk3gb framer-po0pcz\",\"data-border\":true,\"data-framer-name\":\"Post\",children:[HOFp68UpPGk9MAP9Ut!==false&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12jbxb5\",\"data-framer-name\":\"badge\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1j08zu0\",\"data-styles-preset\":\"Q_I573PPV\",children:\"GitBook docs\"})}),className:\"framer-szt0r2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-5c2xix\",\"data-framer-name\":\"icon wrapper\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-fgq238\",\"data-framer-name\":\"External link\",fill:\"black\",intrinsicHeight:16,intrinsicWidth:16,svg:'<svg width=\"16\" height=\"16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\" fill=\"#181C1F\"><path d=\"M7 .9a.6.6 0 1 1 0 1.2H3.5a1.4 1.4 0 0 0-1.4 1.4v9a1.4 1.4 0 0 0 1.4 1.4h9a1.4 1.4 0 0 0 1.4-1.4V9a.6.6 0 0 1 1.2 0v3.5a2.6 2.6 0 0 1-2.6 2.6h-9a2.6 2.6 0 0 1-2.6-2.6v-9A2.6 2.6 0 0 1 3.5.9H7Z\"/><path d=\"M9.9 1.5a.6.6 0 0 0 .6.6h2.552L9.076 6.076a.6.6 0 0 0 .848.848L13.9 2.95V5.5a.6.6 0 0 0 1.2 0v-4a.6.6 0 0 0-.6-.6h-4a.6.6 0 0 0-.6.6Z\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h16v16H0z\"/></clipPath></defs></svg>',withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{F0GYSZqg1:{background:{alt:\"\",fit:\"fill\",sizes:`calc(min(1160px, ${componentViewport?.width||\"100vw\"}) - 40px)`,...toResponsiveImage(GOmIILWrlGk9MAP9Ut)}}},children:/*#__PURE__*/_jsx(Image1,{background:{alt:\"\",fit:\"fill\",pixelHeight:630,pixelWidth:1200,sizes:`calc(max(min(1160px, ${componentViewport?.width||\"100vw\"}), 1px) - 40px)`,...toResponsiveImage(GOmIILWrlGk9MAP9Ut)},className:\"framer-gshvxb\",\"data-framer-name\":\"Thumbnail\"})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ma9bi0\",\"data-framer-name\":\"Post\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zxb6eb\",children:[visible1!==false&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1j08zu0\",\"data-styles-preset\":\"Q_I573PPV\",style:{\"--framer-text-color\":\"var(--token-f1a521a2-1c7b-4b8d-b94d-6ec6deaa187b, rgb(121, 113, 107))\"},children:\"Content\"})}),className:\"framer-ugx2gd\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:XVlh2D7cLGk9MAP9Ut,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-1rmyk9v\",\"data-styles-preset\":\"PXA_Fibfb\",children:\"Content\"})}),className:\"framer-1u0hsn\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:MAWtCyEwGGk9MAP9Ut,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tmjgpl\",\"data-framer-name\":\"Author\",children:collection2?.map(({HtTWmj9rQ:HtTWmj9rQp5PER5KFN,id:idp5PER5KFN,KLvvR0oG1:KLvvR0oG1p5PER5KFN,WzS1SJGaw:WzS1SJGawp5PER5KFN},index2)=>{KLvvR0oG1p5PER5KFN??=\"\";HtTWmj9rQp5PER5KFN??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`p5PER5KFN-${idp5PER5KFN}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{HtTWmj9rQ:HtTWmj9rQp5PER5KFN},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-13rvrhy\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gu8ejh\",\"data-framer-name\":\"Author details\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{F0GYSZqg1:{background:{alt:\"\",fit:\"fill\",sizes:\"48px\",...toResponsiveImage(WzS1SJGawp5PER5KFN)}}},children:/*#__PURE__*/_jsx(Image1,{background:{alt:\"\",fit:\"fill\",pixelHeight:512,pixelWidth:512,sizes:\"48px\",...toResponsiveImage(WzS1SJGawp5PER5KFN)},className:\"framer-11951vx\",\"data-border\":true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-g5w54h\",\"data-styles-preset\":\"KDUhrFuVL\",style:{\"--framer-text-alignment\":\"left\"},children:\"Content\"})}),className:\"framer-1ew6xjo\",\"data-framer-name\":\"Author\",fonts:[\"Inter\"],text:KLvvR0oG1p5PER5KFN,verticalAlignment:\"top\",withExternalLayout:true})]})})})},idp5PER5KFN);})})]})]})})})},idGk9MAP9Ut);})});}})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-16bwy0d\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:query3(),children:(collection4,paginationInfo3,loadMore3)=>{return /*#__PURE__*/_jsx(_Fragment,{children:collection4?.map(({HlVCJJ1xe:HlVCJJ1xeYDD49R7nC,id:idYDD49R7nC},index4)=>{HlVCJJ1xeYDD49R7nC??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`YDD49R7nC-${idYDD49R7nC}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{HlVCJJ1xe:HlVCJJ1xeYDD49R7nC},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6ok0dk\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"kStOojbm2\"},implicitPathVariables:undefined},{href:{webPageId:\"kStOojbm2\"},implicitPathVariables:undefined},{href:{webPageId:\"kStOojbm2\"},implicitPathVariables:undefined},{href:{webPageId:\"kStOojbm2\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,children:/*#__PURE__*/_jsx(Container,{className:\"framer-qr7jxr-container\",nodeId:\"RJkWOVECy\",rendersWithMotion:true,scopeId:\"Of3bNXSiZ\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{F0GYSZqg1:{bPnG_09le:resolvedLinks[3]},NKrPG2iKH:{bPnG_09le:resolvedLinks[2]},W3bPx8Swy:{bPnG_09le:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(LaunchButtonsPrimary,{aO7cxmQv_:\"View all blog posts\",bPnG_09le:resolvedLinks[0],height:\"100%\",id:\"RJkWOVECy\",layoutId:\"RJkWOVECy\",Owrv1XTkH:false,QyehHiSNO:false,variant:matchVariant(\"JOp4tg_Vb\"),width:\"100%\"})})})})})})})},idYDD49R7nC);})});}})})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:680,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mmdb66-container\",layout:motionLayout,nodeId:\"JQYKgcGgh\",rendersWithMotion:true,scopeId:\"Of3bNXSiZ\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{F0GYSZqg1:{variant:matchVariant(\"EjGD69fsK\")},NKrPG2iKH:{variant:matchVariant(\"OTHgXxwWz\")}},children:/*#__PURE__*/_jsx(LaunchFeatsFooterCTA,{bLYBxD4uZ:\"Join the thousands of teams using GitBook and create documentation that evolves alongside your product\",height:\"100%\",id:\"JQYKgcGgh\",KXb73AZ9M:\"Build knowledge that never stands still\",layoutId:\"JQYKgcGgh\",QaGqu3FmT:\"Talk to us\",style:{height:\"100%\",width:\"100%\"},variant:matchVariant(\"Z7TrEoxUp\"),width:\"100%\"})})})}),/*#__PURE__*/_jsxs(MotionDivWithTickerFX,{className:\"framer-1gcw4t6\",\"data-framer-name\":\"Customer logos\",layout:motionLayout,tickerEffectAlign:\"center\",tickerEffectDirectionModifier:\"default\",tickerEffectDraggable:false,tickerEffectEnabled:true,tickerEffectGap:\"128px\",tickerEffectHoverModifier:100,tickerEffectOverflow:\"clip\",tickerEffectPosition:\"relative\",tickerEffectStackDirection:\"row\",tickerEffectVelocity:50,children:[/*#__PURE__*/_jsx(TickerItem,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-tp8553\",\"data-framer-name\":\"Fade\"})}),/*#__PURE__*/_jsx(TickerItem,{children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-1lkrpqg\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 111.136 21.102\" overflow=\"visible\"><path d=\"M 67.899 3.992 L 67.899 17.85 L 71.809 17.85 L 71.809 3.992 L 67.9 3.992 Z M 37.133 3.97 L 37.133 17.838 L 41.078 17.838 L 41.078 7.069 L 44.155 7.081 C 45.165 7.081 45.869 7.327 46.351 7.844 C 46.973 8.501 47.22 9.57 47.22 11.508 L 47.22 17.837 L 51.048 17.837 L 51.048 10.181 C 51.048 4.709 47.56 3.969 44.155 3.969 L 37.133 3.969 Z M 74.205 3.993 L 74.205 17.85 L 80.545 17.85 C 83.928 17.85 85.031 17.286 86.218 16.03 C 87.063 15.149 87.603 13.2 87.603 11.074 C 87.603 9.124 87.145 7.387 86.335 6.307 C 84.902 4.369 82.812 3.993 79.689 3.993 Z M 78.08 6.999 L 79.759 6.999 C 82.201 6.999 83.775 8.091 83.775 10.933 C 83.775 13.775 82.201 14.879 79.759 14.879 L 78.079 14.879 L 78.079 6.999 Z M 62.262 3.992 L 58.998 14.972 L 55.874 3.992 L 51.647 3.992 L 56.109 17.849 L 61.746 17.849 L 66.255 3.992 Z M 89.435 17.85 L 93.345 17.85 L 93.345 3.992 L 89.435 3.992 Z M 100.403 3.993 L 94.943 17.838 L 98.794 17.838 L 99.663 15.384 L 106.122 15.384 L 106.944 17.826 L 111.136 17.826 L 105.628 3.993 Z M 102.939 6.518 L 105.311 13 L 100.497 13 Z M 11.895 6.294 L 11.895 4.392 C 12.083 4.38 12.271 4.368 12.459 4.368 C 17.673 4.204 21.09 8.854 21.09 8.854 C 21.09 8.854 17.403 13.974 13.445 13.974 C 12.922 13.975 12.403 13.892 11.907 13.727 L 11.907 7.95 C 13.939 8.196 14.35 9.089 15.559 11.12 L 18.272 8.842 C 18.272 8.842 16.287 6.247 12.952 6.247 C 12.599 6.239 12.246 6.255 11.895 6.294 Z M 11.895 0 L 11.895 2.842 L 12.459 2.807 C 19.704 2.56 24.437 8.748 24.437 8.748 C 24.437 8.748 19.012 15.348 13.363 15.348 C 12.875 15.346 12.388 15.303 11.907 15.218 L 11.907 16.98 C 12.307 17.027 12.717 17.062 13.117 17.062 C 18.377 17.062 22.182 14.373 25.869 11.202 C 26.479 11.696 28.981 12.882 29.498 13.399 C 25.998 16.334 17.838 18.695 13.211 18.695 C 12.764 18.695 12.341 18.671 11.919 18.624 L 11.919 21.102 L 31.905 21.102 L 31.905 0 Z M 11.895 13.727 L 11.895 15.23 C 7.034 14.361 5.684 9.3 5.684 9.3 C 5.684 9.3 8.02 6.717 11.895 6.294 L 11.895 7.938 L 11.884 7.938 C 9.852 7.692 8.255 9.594 8.255 9.594 C 8.255 9.594 9.159 12.8 11.895 13.727 Z M 3.265 9.09 C 3.265 9.09 6.141 4.839 11.907 4.393 L 11.907 2.843 C 5.52 3.358 0 8.76 0 8.76 C 0 8.76 3.124 17.802 11.895 18.624 L 11.895 16.98 C 5.46 16.181 3.265 9.089 3.265 9.089 Z\" fill=\"rgb(0,0,0)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1vkmrei\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.91 13.858\" overflow=\"visible\"><path d=\"M 0 0 L 0 13.858 L 3.91 13.858 L 3.91 0 L 0.001 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-uoewz3\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13.915 13.869\" overflow=\"visible\"><path d=\"M 0 0.001 L 0 13.869 L 3.945 13.869 L 3.945 3.1 L 7.022 3.112 C 8.032 3.112 8.736 3.358 9.218 3.875 C 9.84 4.532 10.087 5.601 10.087 7.539 L 10.087 13.868 L 13.915 13.868 L 13.915 6.212 C 13.915 0.74 10.427 0 7.022 0 L 0 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-orphln\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13.398 13.857\" overflow=\"visible\"><path d=\"M 0 0 L 0 13.857 L 6.34 13.857 C 9.723 13.857 10.826 13.293 12.013 12.037 C 12.858 11.156 13.398 9.207 13.398 7.081 C 13.398 5.131 12.94 3.394 12.13 2.314 C 10.697 0.376 8.607 0 5.484 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1asel70\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 5.696 7.88\" overflow=\"visible\"><path d=\"M 0.001 0 L 1.68 0 C 4.122 0 5.696 1.092 5.696 3.934 C 5.696 6.776 4.122 7.88 1.68 7.88 L 0 7.88 L 0 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-oq9mfh\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14.608 13.857\" overflow=\"visible\"><path d=\"M 10.615 0 L 7.351 10.98 L 4.227 0 L 0 0 L 4.462 13.857 L 10.099 13.857 L 14.608 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-hf1uq3\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.91 13.858\" overflow=\"visible\"><path d=\"M 0 13.858 L 3.91 13.858 L 3.91 0 L 0 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1o7dqbt\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16.193 13.845\" overflow=\"visible\"><path d=\"M 5.46 0 L 0 13.845 L 3.851 13.845 L 4.72 11.391 L 11.179 11.391 L 12.001 13.833 L 16.193 13.833 L 10.685 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-17i5shq\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.814 6.482\" overflow=\"visible\"><path d=\"M 2.442 0 L 4.814 6.482 L 0 6.482 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-5njjsz\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 9.195 9.61\" overflow=\"visible\"><path d=\"M 0 1.93 L 0 0.028 C 0.188 0.016 0.376 0.004 0.564 0.004 C 5.778 -0.16 9.195 4.49 9.195 4.49 C 9.195 4.49 5.508 9.61 1.55 9.61 C 1.027 9.611 0.508 9.528 0.012 9.363 L 0.012 3.586 C 2.044 3.832 2.455 4.725 3.664 6.756 L 6.377 4.478 C 6.377 4.478 4.392 1.883 1.057 1.883 C 0.704 1.875 0.351 1.891 0 1.93 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-laq4wt\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20.01 21.102\" overflow=\"visible\"><path d=\"M 0 0 L 0 2.842 L 0.564 2.807 C 7.809 2.56 12.542 8.748 12.542 8.748 C 12.542 8.748 7.117 15.348 1.468 15.348 C 0.98 15.346 0.493 15.303 0.012 15.218 L 0.012 16.98 C 0.412 17.027 0.822 17.062 1.222 17.062 C 6.482 17.062 10.287 14.373 13.974 11.202 C 14.584 11.696 17.086 12.882 17.603 13.399 C 14.103 16.334 5.943 18.695 1.316 18.695 C 0.869 18.695 0.446 18.671 0.024 18.624 L 0.024 21.102 L 20.01 21.102 L 20.01 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1qwjxfp\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.211 8.936\" overflow=\"visible\"><path d=\"M 6.211 7.433 L 6.211 8.936 C 1.35 8.067 0 3.006 0 3.006 C 0 3.006 2.336 0.423 6.211 0 L 6.211 1.644 L 6.2 1.644 C 4.168 1.398 2.571 3.3 2.571 3.3 C 2.571 3.3 3.475 6.506 6.211 7.433 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-9zkz0v\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 11.907 15.781\" overflow=\"visible\"><path d=\"M 3.265 6.247 C 3.265 6.247 6.141 1.996 11.907 1.55 L 11.907 0 C 5.52 0.515 0 5.917 0 5.917 C 0 5.917 3.124 14.959 11.895 15.781 L 11.895 14.137 C 5.46 13.338 3.265 6.246 3.265 6.246 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(TickerItem,{children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-1pmfq7p\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 130.478 26.219\" overflow=\"visible\"><path d=\"M 0 8.104 L 10.567 8.104 L 10.567 10.979 L 3.737 10.979 L 3.737 13.479 L 10.287 13.479 L 10.287 16.467 L 3.737 16.467 L 3.737 19.045 L 10.681 19.045 L 10.681 21.946 L 0 21.946 Z M 27.012 8.104 L 30.776 8.104 L 30.776 21.954 L 27.012 21.954 L 27.012 8.105 Z M 44.514 8.55 L 44.26 11.512 C 41.221 9.747 36.557 10.315 36.479 14.929 C 36.392 19.543 41.282 20.216 44.374 18.652 L 44.566 21.676 C 39.099 23.38 32.566 21.649 32.593 14.929 C 32.619 8.349 39.203 6.531 44.513 8.549 Z M 55.596 8.331 L 55.343 11.215 C 53.448 10.166 49.841 10.14 49.841 11.783 C 49.841 14.213 56.26 12.456 56.26 17.665 C 56.26 22.785 50.147 22.838 46.182 21.658 L 46.462 18.608 C 48.942 19.771 52.461 20.024 52.461 18.014 C 52.461 15.812 46.016 17.053 46.016 12.098 C 46.016 8.034 51.046 6.951 55.596 8.331 Z M 66.95 8.331 L 66.696 11.215 C 64.801 10.166 61.194 10.14 61.194 11.783 C 61.194 14.213 67.614 12.456 67.614 17.665 C 67.614 22.785 61.5 22.838 57.535 21.658 L 57.815 18.608 C 60.295 19.771 63.815 20.024 63.815 18.014 C 63.815 15.812 57.369 17.053 57.369 12.098 C 57.378 8.034 62.399 6.951 66.949 8.331 Z M 84.285 8.104 L 89.054 8.104 L 93.595 17.034 L 93.595 8.104 L 97.062 8.104 L 97.062 21.954 L 92.565 21.954 L 87.779 12.849 L 87.779 21.955 L 84.286 21.955 L 84.286 8.104 Z M 75.605 7.773 C 79.517 7.773 82.495 10.063 82.495 15.061 C 82.495 19.841 79.499 22.297 75.605 22.297 C 71.718 22.297 68.731 19.894 68.731 15.061 C 68.741 10.062 71.701 7.773 75.605 7.773 Z M 72.59 15.06 C 72.59 17.175 73.499 19.56 75.604 19.56 C 77.717 19.56 78.599 17.175 78.617 15.06 C 78.634 13.155 77.717 10.568 75.604 10.56 C 73.499 10.56 72.59 12.945 72.59 15.06 Z M 16.907 13.941 L 18.969 13.941 C 19.894 13.959 20.733 13.399 20.724 12.377 C 20.715 11.468 19.973 10.83 19.021 10.839 L 16.899 10.839 Z M 13.301 8.104 L 20.087 8.104 C 21.929 8.104 24.497 8.916 24.497 11.792 C 24.497 13.635 23.658 14.667 22.077 15.139 C 22.147 15.129 22.986 15.497 23.327 16.537 C 23.344 16.572 25.265 21.947 25.291 21.955 L 21.291 21.955 L 19.868 17.795 C 19.65 17.157 19.178 16.729 18.497 16.729 C 17.912 16.729 16.987 16.694 16.987 16.729 L 16.987 21.955 L 13.3 21.955 L 13.3 8.104 Z M 130.344 1.74 C 130.131 1.089 129.665 0.55 129.051 0.246 C 128.458 -0.051 127.759 -0.121 126.589 0.272 L 113.349 4.685 C 112.187 5.07 111.663 5.551 111.366 6.145 C 111.058 6.758 111.008 7.469 111.227 8.12 C 111.44 8.771 111.905 9.31 112.519 9.614 C 113.113 9.911 113.812 9.981 114.982 9.588 L 128.222 5.175 C 129.383 4.79 129.907 4.31 130.204 3.715 C 130.513 3.102 130.563 2.391 130.344 1.74 Z M 130.344 9.92 C 130.131 9.269 129.665 8.73 129.051 8.426 C 128.458 8.129 127.759 8.059 126.589 8.453 L 113.349 12.866 C 112.187 13.25 111.663 13.731 111.366 14.326 C 111.058 14.939 111.008 15.65 111.227 16.3 C 111.44 16.951 111.905 17.49 112.519 17.794 C 113.113 18.092 113.812 18.162 114.982 17.768 L 128.222 13.355 C 129.383 12.971 129.907 12.49 130.204 11.895 C 130.512 11.282 130.563 10.571 130.344 9.921 Z M 130.344 18.1 C 130.131 17.448 129.665 16.91 129.051 16.605 C 128.458 16.308 127.759 16.238 126.589 16.631 L 113.349 21.044 C 112.187 21.429 111.663 21.91 111.366 22.504 C 111.058 23.117 111.008 23.828 111.227 24.479 C 111.44 25.13 111.905 25.669 112.519 25.973 C 113.113 26.27 113.812 26.34 114.982 25.947 L 128.222 21.534 C 129.383 21.141 129.907 20.669 130.204 20.074 C 130.513 19.461 130.563 18.75 130.344 18.099 Z\" fill=\"rgb(0,0,0)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1lzy44x\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.681 13.842\" overflow=\"visible\"><path d=\"M 0 0 L 10.567 0 L 10.567 2.875 L 3.737 2.875 L 3.737 5.375 L 10.287 5.375 L 10.287 8.363 L 3.737 8.363 L 3.737 10.941 L 10.681 10.941 L 10.681 13.842 L 0 13.842 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-4bw5kj\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.764 13.85\" overflow=\"visible\"><path d=\"M 0 0 L 3.764 0 L 3.764 13.85 L 0 13.85 L 0 0.001 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-mcch72\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 11.973 14.519\" overflow=\"visible\"><path d=\"M 11.921 0.781 L 11.667 3.743 C 8.628 1.978 3.964 2.546 3.886 7.16 C 3.799 11.774 8.689 12.447 11.781 10.883 L 11.973 13.907 C 6.506 15.611 -0.027 13.88 0 7.16 C 0.026 0.58 6.61 -1.238 11.92 0.78 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-2kl3st\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.244 14.524\" overflow=\"visible\"><path d=\"M 9.58 0.569 L 9.327 3.453 C 7.432 2.404 3.825 2.378 3.825 4.021 C 3.825 6.451 10.244 4.694 10.244 9.903 C 10.244 15.023 4.131 15.076 0.166 13.896 L 0.446 10.846 C 2.926 12.009 6.445 12.262 6.445 10.252 C 6.445 8.05 0 9.291 0 4.336 C 0 0.272 5.03 -0.811 9.58 0.569 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ftv0oe\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.245 14.524\" overflow=\"visible\"><path d=\"M 9.581 0.569 L 9.327 3.453 C 7.432 2.404 3.825 2.378 3.825 4.021 C 3.825 6.451 10.245 4.694 10.245 9.903 C 10.245 15.023 4.131 15.076 0.166 13.896 L 0.446 10.846 C 2.926 12.009 6.446 12.262 6.446 10.252 C 6.446 8.05 0 9.291 0 4.336 C 0.009 0.272 5.03 -0.811 9.58 0.569 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-19sjgkk\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12.777 13.851\" overflow=\"visible\"><path d=\"M 0 0 L 4.769 0 L 9.31 8.93 L 9.31 0 L 12.777 0 L 12.777 13.85 L 8.28 13.85 L 3.494 4.745 L 3.494 13.851 L 0.001 13.851 L 0.001 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-6rur2n\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13.764 14.524\" overflow=\"visible\"><path d=\"M 6.874 0 C 10.786 0 13.764 2.29 13.764 7.288 C 13.764 12.068 10.768 14.524 6.874 14.524 C 2.987 14.524 0 12.121 0 7.288 C 0.01 2.289 2.97 0 6.874 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ecutrj\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.027 9\" overflow=\"visible\"><path d=\"M 0 4.5 C 0 6.615 0.909 9 3.014 9 C 5.127 9 6.009 6.615 6.027 4.5 C 6.044 2.595 5.127 0.008 3.014 0 C 0.909 0 0 2.385 0 4.5 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1o3rw1j\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.825 3.103\" overflow=\"visible\"><path d=\"M 0.008 3.102 L 2.07 3.102 C 2.995 3.12 3.834 2.56 3.825 1.538 C 3.816 0.629 3.074 -0.009 2.122 0 L 0 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1g4pc5y\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 11.991 13.851\" overflow=\"visible\"><path d=\"M 0.001 0 L 6.787 0 C 8.629 0 11.197 0.812 11.197 3.688 C 11.197 5.531 10.358 6.563 8.777 7.035 C 8.847 7.025 9.686 7.393 10.027 8.433 C 10.044 8.468 11.965 13.843 11.991 13.851 L 7.991 13.851 L 6.568 9.691 C 6.35 9.053 5.878 8.625 5.197 8.625 C 4.612 8.625 3.687 8.59 3.687 8.625 L 3.687 13.851 L 0 13.851 L 0 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1vk4vdc\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19.386 9.86\" overflow=\"visible\"><path d=\"M 19.251 1.74 C 19.038 1.089 18.572 0.55 17.958 0.246 C 17.365 -0.051 16.666 -0.121 15.496 0.272 L 2.256 4.685 C 1.094 5.07 0.57 5.551 0.273 6.145 C -0.034 6.758 -0.084 7.469 0.134 8.12 C 0.347 8.771 0.813 9.31 1.426 9.614 C 2.02 9.911 2.719 9.981 3.889 9.588 L 17.129 5.175 C 18.29 4.79 18.814 4.31 19.111 3.715 C 19.42 3.102 19.47 2.391 19.251 1.74 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1s96kw\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19.385 9.861\" overflow=\"visible\"><path d=\"M 19.251 1.74 C 19.038 1.089 18.572 0.55 17.958 0.246 C 17.365 -0.051 16.666 -0.121 15.496 0.273 L 2.256 4.686 C 1.094 5.07 0.57 5.551 0.273 6.146 C -0.034 6.759 -0.084 7.47 0.134 8.12 C 0.347 8.771 0.812 9.309 1.426 9.614 C 2.02 9.912 2.719 9.982 3.889 9.588 L 17.129 5.175 C 18.29 4.791 18.814 4.31 19.111 3.715 C 19.419 3.102 19.47 2.391 19.251 1.741 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-14tew65\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19.386 9.86\" overflow=\"visible\"><path d=\"M 19.251 1.741 C 19.038 1.089 18.573 0.551 17.958 0.246 C 17.365 -0.051 16.666 -0.121 15.496 0.272 L 2.256 4.685 C 1.094 5.07 0.57 5.551 0.273 6.145 C -0.034 6.758 -0.084 7.469 0.134 8.12 C 0.347 8.771 0.813 9.31 1.426 9.614 C 2.02 9.911 2.719 9.981 3.889 9.588 L 17.129 5.175 C 18.29 4.782 18.814 4.31 19.111 3.715 C 19.42 3.102 19.47 2.391 19.251 1.74 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(TickerItem,{children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-18xt0g7\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 75.16 32.772\" overflow=\"visible\"><path d=\"M 0 0 L 0 32.772 L 75.16 32.772 L 75.16 0 Z M 73.163 30.774 L 1.998 30.774 L 1.998 1.998 L 73.163 1.998 Z M 10.87 17.205 C 10.87 13.499 13.984 11.319 16.776 11.319 C 18.773 11.319 20.639 12.075 21.641 13.809 L 19.775 14.899 C 19.12 13.904 18.004 13.31 16.813 13.323 C 15.168 13.323 13.215 14.609 13.215 17.167 C 13.215 19.726 15.08 21.031 16.965 21.031 C 18.275 21.031 19.365 20.299 20.009 19.165 L 21.919 20.054 C 20.834 22.007 18.906 23.047 16.662 23.047 C 13.839 23.047 10.864 20.867 10.864 17.205 Z M 28.592 23.041 C 30.142 23.041 31.611 22.354 32.367 21.352 L 32.367 22.726 L 34.674 22.726 L 34.674 11.609 L 32.367 11.609 L 32.367 12.989 C 31.649 11.981 30.149 11.325 28.592 11.325 C 25.195 11.325 22.819 13.815 22.819 17.186 C 22.819 20.558 25.221 23.047 28.592 23.047 Z M 28.812 13.431 C 30.943 13.431 32.405 15.025 32.405 17.18 C 32.405 19.335 30.937 20.93 28.813 20.93 C 26.689 20.93 25.17 19.31 25.17 17.136 C 25.17 14.961 26.683 13.43 28.813 13.43 Z M 46.327 13.758 L 44.55 13.758 L 44.55 11.533 L 46.347 11.533 L 46.347 8.25 L 48.723 8.25 L 48.723 11.533 L 51.187 11.533 L 51.187 13.758 L 48.723 13.758 L 48.723 22.726 L 46.322 22.726 L 46.322 13.758 L 46.328 13.758 Z M 57.765 23.041 C 59.322 23.041 60.785 22.354 61.54 21.352 L 61.54 22.726 L 63.847 22.726 L 63.847 11.609 L 61.54 11.609 L 61.54 12.989 C 60.822 11.981 59.322 11.325 57.765 11.325 C 54.368 11.325 51.992 13.815 51.992 17.186 C 51.992 20.558 54.387 23.047 57.765 23.047 Z M 57.992 13.431 C 60.122 13.431 61.591 15.025 61.591 17.18 C 61.591 19.335 60.122 20.93 57.992 20.93 C 55.862 20.93 54.349 19.31 54.349 17.136 C 54.349 14.961 55.862 13.43 57.992 13.43 Z M 39.451 22.713 L 37.05 22.713 L 37.05 11.59 L 39.25 11.59 L 39.25 13.525 C 39.703 12.27 40.667 11.413 41.94 11.413 C 42.218 11.413 42.495 11.439 42.76 11.502 L 42.76 13.651 C 40.97 13.443 39.451 14.697 39.451 17.558 Z\" fill=\"rgb(0,0,0)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1i101pw\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 75.16 32.772\" overflow=\"visible\"><path d=\"M 0 0 L 0 32.772 L 75.16 32.772 L 75.16 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-9d9hxc\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 71.165 28.776\" overflow=\"visible\"><path d=\"M 71.165 28.776 L 0 28.776 L 0 0 L 71.165 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1po5szj\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 11.055 11.728\" overflow=\"visible\"><path d=\"M 0.006 5.886 C 0.006 2.18 3.12 0 5.912 0 C 7.909 0 9.775 0.756 10.777 2.49 L 8.911 3.58 C 8.256 2.585 7.14 1.991 5.949 2.004 C 4.304 2.004 2.351 3.29 2.351 5.848 C 2.351 8.407 4.216 9.712 6.101 9.712 C 7.411 9.712 8.501 8.98 9.145 7.846 L 11.055 8.735 C 9.97 10.688 8.042 11.728 5.798 11.728 C 2.975 11.728 0 9.548 0 5.886 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1rpb3nc\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 11.855 11.722\" overflow=\"visible\"><path d=\"M 5.773 11.716 C 7.323 11.716 8.792 11.029 9.548 10.027 L 9.548 11.401 L 11.855 11.401 L 11.855 0.284 L 9.548 0.284 L 9.548 1.664 C 8.83 0.656 7.33 0 5.773 0 C 2.376 0 0 2.49 0 5.861 C 0 9.233 2.402 11.722 5.773 11.722 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1a46amr\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 7.235 7.5\" overflow=\"visible\"><path d=\"M 3.642 0.001 C 5.773 0.001 7.235 1.595 7.235 3.75 C 7.235 5.905 5.767 7.5 3.643 7.5 C 1.519 7.5 0 5.88 0 3.706 C 0 1.531 1.513 0 3.643 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1bdkj7t\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.637 14.476\" overflow=\"visible\"><path d=\"M 1.777 5.508 L 0 5.508 L 0 3.283 L 1.797 3.283 L 1.797 0 L 4.173 0 L 4.173 3.283 L 6.637 3.283 L 6.637 5.508 L 4.173 5.508 L 4.173 14.476 L 1.772 14.476 L 1.772 5.508 L 1.778 5.508 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1vs8ts2\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 11.855 11.722\" overflow=\"visible\"><path d=\"M 5.773 11.716 C 7.33 11.716 8.793 11.029 9.548 10.027 L 9.548 11.401 L 11.855 11.401 L 11.855 0.284 L 9.548 0.284 L 9.548 1.664 C 8.83 0.656 7.33 0 5.773 0 C 2.376 0 0 2.49 0 5.861 C 0 9.233 2.395 11.722 5.773 11.722 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ha6kzk\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 7.242 7.5\" overflow=\"visible\"><path d=\"M 3.643 0.001 C 5.773 0.001 7.242 1.595 7.242 3.75 C 7.242 5.905 5.773 7.5 3.643 7.5 C 1.513 7.5 0 5.88 0 3.706 C 0 1.531 1.513 0 3.643 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1deplv9\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 5.71 11.3\" overflow=\"visible\"><path d=\"M 2.401 11.3 L 0 11.3 L 0 0.177 L 2.2 0.177 L 2.2 2.112 C 2.653 0.857 3.617 0 4.89 0 C 5.168 0 5.445 0.026 5.71 0.089 L 5.71 2.238 C 3.92 2.03 2.401 3.284 2.401 6.145 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(TickerItem,{children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-1530x4i\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 76.605 40.062\" overflow=\"visible\"><g><path d=\"M 37.646 26.802 C 37.546 26.775 36.013 26.382 34.382 26.382 C 31.296 26.382 29.438 28.04 29.438 30.51 C 29.438 32.697 30.992 33.788 32.858 34.374 C 33.065 34.442 33.369 34.537 33.572 34.604 C 34.402 34.864 35.066 35.251 35.066 35.92 C 35.066 36.668 34.3 37.153 32.634 37.153 C 31.17 37.153 29.767 36.736 29.471 36.663 L 29.471 39.702 C 29.636 39.736 31.304 40.062 33.086 40.062 C 35.648 40.062 38.579 38.948 38.579 35.63 C 38.579 34.02 37.589 32.54 35.416 31.852 L 34.492 31.559 C 33.942 31.386 32.957 31.105 32.957 30.301 C 32.957 29.666 33.687 29.219 35.029 29.219 C 36.187 29.219 37.596 29.606 37.646 29.622 Z M 65.946 33.222 C 65.946 35.144 64.466 36.698 62.482 36.698 C 60.495 36.698 59.02 35.144 59.02 33.222 C 59.02 31.304 60.495 29.749 62.482 29.749 C 64.466 29.749 65.945 31.304 65.945 33.222 Z M 62.482 26.385 C 58.4 26.385 55.473 29.449 55.473 33.222 C 55.473 37 58.4 40.062 62.482 40.062 C 66.562 40.062 69.494 37 69.494 33.222 C 69.494 29.449 66.563 26.385 62.482 26.385 Z M 24.947 39.828 L 21.598 39.828 L 21.598 26.62 L 24.947 26.62 M 16.995 26.858 C 16.68 26.765 15.517 26.385 13.941 26.385 C 9.866 26.385 6.875 29.277 6.875 33.221 C 6.875 37.477 10.177 40.061 13.941 40.061 C 15.437 40.061 16.579 39.709 16.995 39.591 L 16.995 36.046 C 16.851 36.126 15.756 36.746 14.181 36.746 C 11.951 36.746 10.511 35.184 10.511 33.221 C 10.511 31.198 12.013 29.698 14.181 29.698 C 15.783 29.698 16.86 30.333 16.995 30.403 M 51.948 26.858 C 51.633 26.765 50.47 26.385 48.894 26.385 C 44.819 26.385 41.828 29.277 41.828 33.221 C 41.828 37.477 45.13 40.061 48.894 40.061 C 50.39 40.061 51.532 39.709 51.948 39.591 L 51.948 36.046 C 51.804 36.126 50.709 36.746 49.135 36.746 C 46.904 36.746 45.465 35.184 45.465 33.221 C 45.465 31.198 46.965 29.698 49.135 29.698 C 50.736 29.698 51.813 30.333 51.948 30.403 M 21.588 1.649 C 21.588 0.739 20.841 0 19.926 0 C 19.01 0 18.263 0.738 18.263 1.649 L 18.263 19.188 C 18.263 20.103 19.01 20.841 19.926 20.841 C 20.841 20.841 21.588 20.103 21.588 19.188 L 21.588 1.648 Z M 12.456 7.875 C 12.456 6.965 11.71 6.225 10.794 6.225 C 9.878 6.225 9.132 6.965 9.132 7.875 L 9.132 15.893 C 9.132 16.808 9.878 17.546 10.794 17.546 C 11.71 17.546 12.456 16.808 12.456 15.893 Z M 3.325 12.425 C 3.325 11.515 2.578 10.777 1.662 10.777 C 0.748 10.777 0 11.515 0 12.425 L 0 15.893 C 0 16.808 0.748 17.546 1.662 17.546 C 2.578 17.546 3.325 16.808 3.325 15.893\" fill=\"rgb(0,0,0)\"></path><path d=\"M 18.5 1.649 C 18.5 0.739 19.247 0 20.162 0 C 21.078 0 21.825 0.738 21.825 1.649 L 21.825 19.188 C 21.825 20.103 21.078 20.841 20.162 20.841 C 19.247 20.843 18.503 20.103 18.5 19.188 L 18.5 1.648 Z M 27.632 7.875 C 27.632 6.965 28.378 6.225 29.294 6.225 C 30.21 6.225 30.957 6.965 30.957 7.875 L 30.957 15.893 C 30.957 16.808 30.21 17.546 29.294 17.546 C 28.379 17.548 27.635 16.808 27.632 15.893 Z M 36.763 12.425 C 36.763 11.515 37.51 10.777 38.426 10.777 C 39.34 10.777 40.088 11.515 40.088 12.425 L 40.088 15.893 C 40.088 16.808 39.34 17.546 38.426 17.546 C 37.986 17.547 37.564 17.374 37.252 17.064 C 36.94 16.754 36.764 16.333 36.763 15.893 M 55.017 1.649 C 55.017 0.739 55.763 0 56.679 0 C 57.594 0 58.341 0.738 58.341 1.649 L 58.341 19.188 C 58.341 20.103 57.594 20.841 56.679 20.841 C 56.239 20.842 55.817 20.669 55.505 20.359 C 55.193 20.049 55.017 19.628 55.016 19.188 L 55.016 1.648 Z M 64.148 7.875 C 64.148 6.965 64.895 6.225 65.811 6.225 C 66.726 6.225 67.473 6.965 67.473 7.875 L 67.473 15.893 C 67.473 16.808 66.726 17.546 65.811 17.546 C 65.371 17.547 64.949 17.374 64.637 17.064 C 64.325 16.754 64.149 16.333 64.148 15.893 Z M 73.28 12.425 C 73.28 11.515 74.026 10.777 74.942 10.777 C 75.857 10.777 76.605 11.515 76.605 12.425 L 76.605 15.893 C 76.605 16.808 75.857 17.546 74.942 17.546 C 74.027 17.548 73.283 16.808 73.28 15.893\" fill=\"rgb(0,0,0)\"></path><path d=\"M 58.089 1.649 C 58.089 0.739 57.342 0 56.426 0 C 55.511 0 54.764 0.738 54.764 1.649 L 54.764 19.188 C 54.764 20.103 55.511 20.841 56.426 20.841 C 57.342 20.841 58.089 20.103 58.089 19.188 L 58.089 1.648 Z M 48.957 7.875 C 48.957 6.965 48.21 6.225 47.294 6.225 C 46.379 6.225 45.632 6.965 45.632 7.875 L 45.632 15.893 C 45.632 16.808 46.379 17.546 47.294 17.546 C 48.21 17.546 48.957 16.808 48.957 15.893 Z M 39.825 12.425 C 39.825 11.515 39.078 10.777 38.163 10.777 C 37.248 10.777 36.5 11.515 36.5 12.425 L 36.5 15.893 C 36.5 16.808 37.248 17.546 38.163 17.546 C 39.078 17.546 39.825 16.808 39.825 15.893\" fill=\"rgb(0,0,0)\"></path></g></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsxs(SVG,{className:\"framer-1m1lefx\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 69.494 40.062\" overflow=\"visible\"><path d=\"M 37.646 26.802 C 37.546 26.775 36.013 26.382 34.382 26.382 C 31.296 26.382 29.438 28.04 29.438 30.51 C 29.438 32.697 30.992 33.788 32.858 34.374 C 33.065 34.442 33.369 34.537 33.572 34.604 C 34.402 34.864 35.066 35.251 35.066 35.92 C 35.066 36.668 34.3 37.153 32.634 37.153 C 31.17 37.153 29.767 36.736 29.471 36.663 L 29.471 39.702 C 29.636 39.736 31.304 40.062 33.086 40.062 C 35.648 40.062 38.579 38.948 38.579 35.63 C 38.579 34.02 37.589 32.54 35.416 31.852 L 34.492 31.559 C 33.942 31.386 32.957 31.105 32.957 30.301 C 32.957 29.666 33.687 29.219 35.029 29.219 C 36.187 29.219 37.596 29.606 37.646 29.622 Z M 65.946 33.222 C 65.946 35.144 64.466 36.698 62.482 36.698 C 60.495 36.698 59.02 35.144 59.02 33.222 C 59.02 31.304 60.495 29.749 62.482 29.749 C 64.466 29.749 65.945 31.304 65.945 33.222 Z M 62.482 26.385 C 58.4 26.385 55.473 29.449 55.473 33.222 C 55.473 37 58.4 40.062 62.482 40.062 C 66.562 40.062 69.494 37 69.494 33.222 C 69.494 29.449 66.563 26.385 62.482 26.385 Z M 24.947 39.828 L 21.598 39.828 L 21.598 26.62 L 24.947 26.62 M 16.995 26.858 C 16.68 26.765 15.517 26.385 13.941 26.385 C 9.866 26.385 6.875 29.277 6.875 33.221 C 6.875 37.477 10.177 40.061 13.941 40.061 C 15.437 40.061 16.579 39.709 16.995 39.591 L 16.995 36.046 C 16.851 36.126 15.756 36.746 14.181 36.746 C 11.951 36.746 10.511 35.184 10.511 33.221 C 10.511 31.198 12.013 29.698 14.181 29.698 C 15.783 29.698 16.86 30.333 16.995 30.403 M 51.948 26.858 C 51.633 26.765 50.47 26.385 48.894 26.385 C 44.819 26.385 41.828 29.277 41.828 33.221 C 41.828 37.477 45.13 40.061 48.894 40.061 C 50.39 40.061 51.532 39.709 51.948 39.591 L 51.948 36.046 C 51.804 36.126 50.709 36.746 49.135 36.746 C 46.904 36.746 45.465 35.184 45.465 33.221 C 45.465 31.198 46.965 29.698 49.135 29.698 C 50.736 29.698 51.813 30.333 51.948 30.403 M 21.588 1.649 C 21.588 0.739 20.841 0 19.926 0 C 19.01 0 18.263 0.738 18.263 1.649 L 18.263 19.188 C 18.263 20.103 19.01 20.841 19.926 20.841 C 20.841 20.841 21.588 20.103 21.588 19.188 L 21.588 1.648 Z M 12.456 7.875 C 12.456 6.965 11.71 6.225 10.794 6.225 C 9.878 6.225 9.132 6.965 9.132 7.875 L 9.132 15.893 C 9.132 16.808 9.878 17.546 10.794 17.546 C 11.71 17.546 12.456 16.808 12.456 15.893 Z M 3.325 12.425 C 3.325 11.515 2.578 10.777 1.662 10.777 C 0.748 10.777 0 11.515 0 12.425 L 0 15.893 C 0 16.808 0.748 17.546 1.662 17.546 C 2.578 17.546 3.325 16.808 3.325 15.893\" fill=\"rgb(0,0,0)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1koh2gu\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 9.141 13.68\" overflow=\"visible\"><path d=\"M 8.208 0.42 C 8.108 0.393 6.575 0 4.944 0 C 1.858 0 0 1.658 0 4.128 C 0 6.315 1.554 7.406 3.42 7.992 C 3.627 8.06 3.931 8.155 4.134 8.222 C 4.964 8.482 5.628 8.869 5.628 9.538 C 5.628 10.286 4.862 10.771 3.196 10.771 C 1.732 10.771 0.329 10.354 0.033 10.281 L 0.033 13.32 C 0.198 13.354 1.866 13.68 3.648 13.68 C 6.21 13.68 9.141 12.566 9.141 9.248 C 9.141 7.638 8.151 6.158 5.978 5.47 L 5.054 5.177 C 4.504 5.004 3.519 4.723 3.519 3.919 C 3.519 3.284 4.249 2.837 5.591 2.837 C 6.749 2.837 8.158 3.224 8.208 3.24 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-18ufy2a\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.926 6.949\" overflow=\"visible\"><path d=\"M 6.926 3.473 C 6.926 5.395 5.446 6.949 3.462 6.949 C 1.475 6.949 0 5.395 0 3.473 C 0 1.555 1.475 0 3.462 0 C 5.446 0 6.925 1.555 6.925 3.473 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-12ekt7p\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14.021 13.677\" overflow=\"visible\"><path d=\"M 7.009 0 C 2.927 0 0 3.064 0 6.837 C 0 10.615 2.927 13.677 7.009 13.677 C 11.089 13.677 14.021 10.615 14.021 6.837 C 14.021 3.064 11.09 0 7.009 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-45p1mk\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.349 13.208\" overflow=\"visible\"><path d=\"M 3.349 13.208 L 0 13.208 L 0 0 L 3.349 0\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-toxv85\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.12 13.676\" overflow=\"visible\"><path d=\"M 10.12 0.473 C 9.805 0.38 8.642 0 7.066 0 C 2.991 0 0 2.892 0 6.836 C 0 11.092 3.302 13.676 7.066 13.676 C 8.562 13.676 9.704 13.324 10.12 13.206 L 10.12 9.661 C 9.976 9.741 8.881 10.361 7.306 10.361 C 5.076 10.361 3.636 8.799 3.636 6.836 C 3.636 4.813 5.138 3.313 7.306 3.313 C 8.908 3.313 9.985 3.948 10.12 4.018\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1i04hom\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.12 13.676\" overflow=\"visible\"><path d=\"M 10.12 0.473 C 9.805 0.38 8.642 0 7.066 0 C 2.991 0 0 2.892 0 6.836 C 0 11.092 3.302 13.676 7.066 13.676 C 8.562 13.676 9.704 13.324 10.12 13.206 L 10.12 9.661 C 9.976 9.741 8.881 10.361 7.307 10.361 C 5.076 10.361 3.637 8.799 3.637 6.836 C 3.637 4.813 5.137 3.313 7.307 3.313 C 8.908 3.313 9.985 3.948 10.12 4.018\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1nq1sqv\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.325 20.841\" overflow=\"visible\"><path d=\"M 3.325 1.649 C 3.325 0.739 2.578 0 1.663 0 C 0.747 0 0 0.738 0 1.649 L 0 19.188 C 0 20.103 0.747 20.841 1.663 20.841 C 2.578 20.841 3.325 20.103 3.325 19.188 L 3.325 1.648 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ckab19\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.324 11.321\" overflow=\"visible\"><path d=\"M 3.324 1.65 C 3.324 0.74 2.578 0 1.662 0 C 0.746 0 0 0.74 0 1.65 L 0 9.668 C 0 10.583 0.746 11.321 1.662 11.321 C 2.578 11.321 3.324 10.583 3.324 9.668 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-wp4sk1\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.325 6.769\" overflow=\"visible\"><path d=\"M 3.325 1.648 C 3.325 0.738 2.578 0 1.662 0 C 0.748 0 0 0.738 0 1.648 L 0 5.116 C 0 6.031 0.748 6.769 1.662 6.769 C 2.578 6.769 3.325 6.031 3.325 5.116\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-kzv9ch\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 58.105 20.841\" overflow=\"visible\"><path d=\"M 0 1.649 C 0 0.739 0.747 0 1.662 0 C 2.578 0 3.325 0.738 3.325 1.649 L 3.325 19.188 C 3.325 20.103 2.578 20.841 1.662 20.841 C 0.747 20.843 0.003 20.103 0 19.188 L 0 1.648 Z M 9.132 7.875 C 9.132 6.965 9.878 6.225 10.794 6.225 C 11.71 6.225 12.457 6.965 12.457 7.875 L 12.457 15.893 C 12.457 16.808 11.71 17.546 10.794 17.546 C 9.879 17.548 9.135 16.808 9.132 15.893 Z M 18.263 12.425 C 18.263 11.515 19.01 10.777 19.926 10.777 C 20.84 10.777 21.588 11.515 21.588 12.425 L 21.588 15.893 C 21.588 16.808 20.84 17.546 19.926 17.546 C 19.486 17.547 19.064 17.374 18.752 17.064 C 18.44 16.754 18.264 16.333 18.263 15.893 M 36.517 1.649 C 36.517 0.739 37.263 0 38.179 0 C 39.094 0 39.841 0.738 39.841 1.649 L 39.841 19.188 C 39.841 20.103 39.094 20.841 38.179 20.841 C 37.739 20.842 37.317 20.669 37.005 20.359 C 36.693 20.049 36.517 19.628 36.516 19.188 L 36.516 1.648 Z M 45.648 7.875 C 45.648 6.965 46.395 6.225 47.311 6.225 C 48.226 6.225 48.973 6.965 48.973 7.875 L 48.973 15.893 C 48.973 16.808 48.226 17.546 47.311 17.546 C 46.871 17.547 46.449 17.374 46.137 17.064 C 45.825 16.754 45.649 16.333 45.648 15.893 Z M 54.78 12.425 C 54.78 11.515 55.526 10.777 56.442 10.777 C 57.357 10.777 58.105 11.515 58.105 12.425 L 58.105 15.893 C 58.105 16.808 57.357 17.546 56.442 17.546 C 55.527 17.548 54.783 16.808 54.78 15.893\" fill=\"rgb(0,0,0)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1ae5803\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.325 20.841\" overflow=\"visible\"><path d=\"M 0 1.649 C 0 0.739 0.747 0 1.662 0 C 2.578 0 3.325 0.738 3.325 1.649 L 3.325 19.188 C 3.325 20.103 2.578 20.841 1.662 20.841 C 0.747 20.843 0.003 20.103 0 19.188 L 0 1.648 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1efq3t6\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.325 11.321\" overflow=\"visible\"><path d=\"M 0 1.65 C 0 0.74 0.746 0 1.662 0 C 2.578 0 3.325 0.74 3.325 1.65 L 3.325 9.668 C 3.325 10.583 2.578 11.321 1.662 11.321 C 0.747 11.323 0.003 10.583 0 9.668 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-o70i07\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.325 6.769\" overflow=\"visible\"><path d=\"M 0 1.648 C 0 0.738 0.747 0 1.663 0 C 2.577 0 3.325 0.738 3.325 1.648 L 3.325 5.116 C 3.325 6.031 2.577 6.769 1.663 6.769 C 1.223 6.77 0.801 6.597 0.489 6.287 C 0.177 5.977 0.001 5.556 0 5.116\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-vexx2z\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.325 20.841\" overflow=\"visible\"><path d=\"M 0.001 1.649 C 0.001 0.739 0.747 0 1.663 0 C 2.578 0 3.325 0.738 3.325 1.649 L 3.325 19.188 C 3.325 20.103 2.578 20.841 1.663 20.841 C 1.223 20.842 0.801 20.669 0.489 20.359 C 0.177 20.049 0.001 19.628 0 19.188 L 0 1.648 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-s7koor\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.325 11.321\" overflow=\"visible\"><path d=\"M 0 1.65 C 0 0.74 0.747 0 1.663 0 C 2.578 0 3.325 0.74 3.325 1.65 L 3.325 9.668 C 3.325 10.583 2.578 11.321 1.663 11.321 C 1.223 11.322 0.801 11.149 0.489 10.839 C 0.177 10.529 0.001 10.108 0 9.668 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1taxrl0\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.325 6.769\" overflow=\"visible\"><path d=\"M 0 1.648 C 0 0.738 0.746 0 1.662 0 C 2.577 0 3.325 0.738 3.325 1.648 L 3.325 5.116 C 3.325 6.031 2.577 6.769 1.662 6.769 C 0.747 6.771 0.003 6.031 0 5.116\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-onrdnk\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 21.589 20.841\" overflow=\"visible\"><path d=\"M 21.589 1.649 C 21.589 0.739 20.842 0 19.926 0 C 19.011 0 18.264 0.738 18.264 1.649 L 18.264 19.188 C 18.264 20.103 19.011 20.841 19.926 20.841 C 20.842 20.841 21.589 20.103 21.589 19.188 L 21.589 1.648 Z M 12.457 7.875 C 12.457 6.965 11.71 6.225 10.794 6.225 C 9.879 6.225 9.132 6.965 9.132 7.875 L 9.132 15.893 C 9.132 16.808 9.879 17.546 10.794 17.546 C 11.71 17.546 12.457 16.808 12.457 15.893 Z M 3.325 12.425 C 3.325 11.515 2.578 10.777 1.663 10.777 C 0.748 10.777 0 11.515 0 12.425 L 0 15.893 C 0 16.808 0.748 17.546 1.663 17.546 C 2.578 17.546 3.325 16.808 3.325 15.893\" fill=\"rgb(0,0,0)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1fi1khl\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.325 20.841\" overflow=\"visible\"><path d=\"M 3.325 1.649 C 3.325 0.739 2.578 0 1.662 0 C 0.747 0 0 0.738 0 1.649 L 0 19.188 C 0 20.103 0.747 20.841 1.662 20.841 C 2.578 20.841 3.325 20.103 3.325 19.188 L 3.325 1.648 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1wutok2\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.325 11.321\" overflow=\"visible\"><path d=\"M 3.325 1.65 C 3.325 0.74 2.578 0 1.662 0 C 0.747 0 0 0.74 0 1.65 L 0 9.668 C 0 10.583 0.747 11.321 1.662 11.321 C 2.578 11.321 3.325 10.583 3.325 9.668 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1qoa112\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 3.325 6.769\" overflow=\"visible\"><path d=\"M 3.325 1.648 C 3.325 0.738 2.578 0 1.663 0 C 0.748 0 0 0.738 0 1.648 L 0 5.116 C 0 6.031 0.748 6.769 1.663 6.769 C 2.578 6.769 3.325 6.031 3.325 5.116\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(TickerItem,{children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-1thi09s\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 74.704 22.885\" overflow=\"visible\"><path d=\"M 62.202 8.064 L 65.292 11.47 L 68.267 8.064 L 74.619 8.064 L 68.411 15.045 L 74.704 22.083 L 68.096 22.083 L 65.035 18.651 L 62.002 22.083 L 55.622 22.083 L 61.859 15.074 L 55.621 8.064 Z M 55.62 8.064 L 55.62 12.8 L 48.556 12.8 L 48.556 17.147 L 55.621 17.147 L 55.621 22.083 L 43.364 22.083 L 43.364 0 L 55.621 0 L 55.621 4.922 L 48.556 4.922 L 48.556 8.064 L 55.621 8.064 Z M 38.194 0 L 38.194 9.037 L 38.137 9.037 C 36.992 7.722 35.562 7.264 33.903 7.264 C 30.503 7.264 27.943 9.576 27.044 12.63 C 26.018 9.264 23.374 7.2 19.454 7.2 C 16.271 7.2 13.757 8.63 12.446 10.958 L 12.446 8.064 L 5.866 8.064 L 5.866 4.922 L 13.046 4.922 L 13.046 0 L 0 0 L 0 22.083 L 5.865 22.083 L 5.865 12.8 L 11.712 12.8 C 11.532 13.514 11.442 14.247 11.444 14.983 C 11.444 19.588 14.964 22.822 19.454 22.822 C 23.231 22.822 25.72 21.048 27.036 17.816 L 22.009 17.816 C 21.329 18.788 20.814 19.076 19.454 19.076 C 17.878 19.076 16.519 17.701 16.519 16.071 L 26.755 16.071 C 27.199 19.73 30.049 22.885 33.96 22.885 C 35.638 22.887 37.205 22.05 38.136 20.654 L 38.193 20.654 L 38.193 22.084 L 43.363 22.084 L 43.363 0 Z M 16.684 12.866 C 17.009 11.463 18.097 10.546 19.455 10.546 C 20.951 10.546 21.983 11.436 22.255 12.866 L 16.683 12.866 Z M 35.055 18.721 C 33.149 18.721 31.965 16.945 31.965 15.091 C 31.965 13.109 32.995 11.203 35.055 11.203 C 37.192 11.203 38.043 13.109 38.043 15.091 C 38.043 16.97 37.141 18.721 35.055 18.721 Z\" fill=\"rgb(0,0,0)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1voicit\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 19.083 14.019\" overflow=\"visible\"><path d=\"M 6.581 0 L 9.671 3.406 L 12.646 0 L 18.998 0 L 12.79 6.981 L 19.083 14.019 L 12.475 14.019 L 9.414 10.587 L 6.381 14.019 L 0.001 14.019 L 6.238 7.01 L 0 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1rs048f\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12.257 22.083\" overflow=\"visible\"><path d=\"M 12.256 8.064 L 12.256 12.8 L 5.192 12.8 L 5.192 17.147 L 12.257 17.147 L 12.257 22.083 L 0 22.083 L 0 0 L 12.257 0 L 12.257 4.922 L 5.192 4.922 L 5.192 8.064 L 12.257 8.064 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ayj2s1\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 43.363 22.885\" overflow=\"visible\"><path d=\"M 38.194 0 L 38.194 9.037 L 38.137 9.037 C 36.992 7.722 35.562 7.264 33.903 7.264 C 30.503 7.264 27.943 9.576 27.044 12.63 C 26.018 9.264 23.374 7.2 19.454 7.2 C 16.271 7.2 13.757 8.63 12.446 10.958 L 12.446 8.064 L 5.866 8.064 L 5.866 4.922 L 13.046 4.922 L 13.046 0 L 0 0 L 0 22.083 L 5.865 22.083 L 5.865 12.8 L 11.712 12.8 C 11.532 13.514 11.442 14.247 11.444 14.983 C 11.444 19.588 14.964 22.822 19.454 22.822 C 23.231 22.822 25.72 21.048 27.036 17.816 L 22.009 17.816 C 21.329 18.788 20.814 19.076 19.454 19.076 C 17.878 19.076 16.519 17.701 16.519 16.071 L 26.755 16.071 C 27.199 19.73 30.049 22.885 33.96 22.885 C 35.638 22.887 37.205 22.05 38.136 20.654 L 38.193 20.654 L 38.193 22.084 L 43.363 22.084 L 43.363 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-cp4zzo\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 5.572 2.32\" overflow=\"visible\"><path d=\"M 0.001 2.32 C 0.326 0.917 1.414 0 2.772 0 C 4.268 0 5.3 0.89 5.572 2.32 L 0 2.32 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ha2qiy\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.078 7.518\" overflow=\"visible\"><path d=\"M 3.09 7.518 C 1.184 7.518 0 5.742 0 3.888 C 0 1.906 1.03 0 3.09 0 C 5.227 0 6.078 1.906 6.078 3.888 C 6.078 5.767 5.176 7.518 3.09 7.518 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(TickerItem,{children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-fy8eox\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 92.048 30.795\" overflow=\"visible\"><g><path d=\"M 26.541 2.836 C 26.971 2.31 27.318 1.816 27.731 1.379 C 29.245 -0.232 31.778 -0.426 33.421 0.926 C 34.466 1.784 34.992 2.941 35.203 4.236 C 35.34 5.046 35.405 5.872 35.405 6.689 C 35.429 9.522 35.413 12.356 35.413 15.189 C 35.413 16.023 35.283 16.144 34.45 16.144 L 32.102 16.144 C 31.479 16.144 31.292 15.958 31.285 15.318 C 31.285 12.428 31.293 9.547 31.277 6.657 C 31.277 6.187 31.22 5.71 31.115 5.257 C 30.896 4.35 30.281 3.856 29.399 3.815 C 28.524 3.775 27.755 4.228 27.472 5.062 C 27.294 5.588 27.156 6.163 27.148 6.722 C 27.116 9.571 27.132 12.412 27.132 15.262 C 27.132 15.99 26.978 16.144 26.266 16.144 L 23.796 16.144 C 23.214 16.144 23.028 15.958 23.028 15.367 C 23.028 12.477 23.036 9.595 23.02 6.705 C 23.017 6.18 22.949 5.658 22.817 5.151 C 22.591 4.301 21.984 3.856 21.142 3.815 C 20.292 3.775 19.555 4.172 19.272 4.949 C 19.07 5.483 18.908 6.066 18.9 6.632 C 18.859 9.49 18.883 12.356 18.875 15.213 C 18.875 16.015 18.738 16.144 17.928 16.144 L 15.742 16.144 C 14.86 16.144 14.747 16.031 14.747 15.132 L 14.747 1.29 C 14.747 0.496 14.868 0.383 15.67 0.383 L 17.572 0.383 C 18.131 0.383 18.284 0.521 18.39 1.063 C 18.495 1.573 18.608 2.075 18.77 2.601 C 19.596 0.934 20.85 -0.029 22.736 0.043 C 24.59 0.124 25.78 1.176 26.541 2.836 Z M 35.276 30.788 C 30.136 30.828 25.189 29.905 20.51 27.728 C 16.803 25.996 13.597 23.6 11.064 20.353 C 10.77 19.969 10.54 19.54 10.384 19.083 C 10.303 18.864 10.376 18.483 10.529 18.322 C 10.667 18.184 11.039 18.168 11.258 18.241 C 11.566 18.338 11.857 18.541 12.116 18.751 C 16.86 22.58 22.34 24.676 28.29 25.696 C 31.56 26.255 34.855 26.425 38.166 26.296 C 40.795 26.195 43.41 25.875 45.986 25.34 C 49.239 24.668 52.372 23.664 55.319 22.11 C 55.481 22.021 55.675 21.924 55.845 21.932 C 56.095 21.948 56.42 21.997 56.549 22.159 C 56.687 22.321 56.752 22.725 56.639 22.887 C 56.258 23.437 55.853 23.988 55.351 24.417 C 53.036 26.417 50.356 27.801 47.491 28.813 C 44.257 29.955 40.872 30.615 37.445 30.772 C 36.733 30.812 36.005 30.788 35.275 30.788 Z M 45.807 13.983 C 45.337 14.703 44.877 15.343 44.197 15.796 C 42.067 17.213 38.037 16.573 37.348 12.842 C 36.992 10.915 37.429 9.215 38.878 7.855 C 39.947 6.851 41.274 6.357 42.723 6.236 C 43.606 6.156 44.496 6.22 45.378 6.204 C 45.475 6.204 45.645 6.05 45.654 5.969 C 45.67 5.281 45.629 4.593 45.265 3.978 C 44.561 2.796 42.561 2.868 41.809 4.108 C 41.647 4.366 41.549 4.666 41.436 4.958 C 41.315 5.281 41.112 5.459 40.764 5.402 C 39.882 5.24 39 5.102 38.125 4.941 C 37.737 4.868 37.615 4.569 37.745 4.107 C 38.142 2.642 38.992 1.501 40.359 0.821 C 42.31 -0.151 44.367 -0.239 46.415 0.448 C 48.455 1.136 49.385 2.739 49.685 4.779 C 49.75 5.265 49.782 5.75 49.782 6.236 C 49.79 9.247 49.79 12.251 49.782 15.262 C 49.782 15.991 49.628 16.144 48.908 16.144 L 46.965 16.144 C 46.398 16.144 46.228 15.991 46.107 15.44 C 46.012 14.953 45.912 14.467 45.807 13.983 Z M 45.662 9.709 C 45.637 8.357 45.912 8.284 44.35 8.389 C 42.262 8.527 41.282 9.903 41.509 11.725 C 41.614 12.566 42.116 13.157 42.829 13.327 C 43.679 13.521 44.479 13.23 44.958 12.526 C 45.524 11.676 45.621 10.696 45.662 9.709 Z M 8.546 14.015 C 8.126 14.525 7.769 15.092 7.292 15.521 C 5.34 17.27 0.962 16.792 0.152 13.02 C -0.512 9.911 1.018 7.264 4.418 6.406 C 5.608 6.106 6.83 5.977 8.061 6.188 C 8.336 6.236 8.441 6.131 8.417 5.864 C 8.377 5.475 8.36 5.079 8.287 4.698 C 8.101 3.759 7.591 3.29 6.668 3.136 C 5.802 3.006 4.952 3.386 4.531 4.131 C 4.399 4.38 4.288 4.641 4.199 4.909 C 4.078 5.241 3.884 5.443 3.511 5.386 C 2.637 5.241 1.763 5.103 0.888 4.933 C 0.5 4.86 0.378 4.553 0.5 4.107 C 1.002 2.351 2.103 1.12 3.819 0.505 C 5.575 -0.118 7.372 -0.159 9.137 0.432 C 11.056 1.08 12.059 2.529 12.383 4.463 C 12.505 5.176 12.537 5.913 12.545 6.633 C 12.561 9.483 12.553 12.323 12.553 15.173 C 12.553 16.007 12.423 16.136 11.598 16.136 L 9.696 16.136 C 9.194 16.136 9.048 16.023 8.926 15.546 C 8.822 15.099 8.722 14.651 8.627 14.202 C 8.604 14.138 8.578 14.075 8.547 14.015 Z M 8.416 9.782 C 8.449 8.365 8.449 8.365 7.324 8.373 L 7.162 8.373 C 5.268 8.535 4.151 9.644 4.224 11.482 C 4.264 12.388 4.758 13.076 5.519 13.303 C 6.449 13.578 7.356 13.198 7.834 12.356 C 8.336 11.466 8.384 10.478 8.417 9.782 Z M 83.44 2.699 L 83.749 2.149 C 84.549 0.724 85.789 0.011 87.407 0.035 C 89.091 0.06 90.37 0.845 91.18 2.335 C 91.762 3.411 92.03 4.585 92.038 5.791 C 92.054 8.988 92.046 12.186 92.046 15.375 C 92.046 15.942 91.868 16.12 91.293 16.128 C 90.427 16.136 89.569 16.136 88.703 16.128 C 88.12 16.128 87.958 15.958 87.958 15.383 C 87.958 12.469 87.966 9.555 87.942 6.649 C 87.932 6.113 87.845 5.581 87.682 5.071 C 87.415 4.229 86.768 3.832 85.894 3.816 C 85.019 3.8 84.299 4.14 83.975 4.966 C 83.74 5.556 83.579 6.212 83.57 6.843 C 83.53 9.62 83.554 12.396 83.554 15.173 C 83.554 16.031 83.441 16.144 82.567 16.144 L 80.179 16.144 C 79.636 16.144 79.45 15.958 79.45 15.416 L 79.45 1.136 C 79.45 0.578 79.62 0.4 80.162 0.392 C 80.891 0.384 81.619 0.384 82.348 0.392 C 82.81 0.4 82.963 0.529 83.06 0.991 C 83.182 1.517 83.303 2.051 83.44 2.699 Z M 63.827 8.024 C 63.867 5.984 64.434 3.888 65.997 2.164 C 68.878 -1.026 73.751 -0.556 76.099 3.127 C 77.216 4.884 77.613 6.81 77.499 8.874 C 77.41 10.526 76.965 12.056 76.067 13.448 C 73.355 17.633 67.534 17.447 65.074 13.108 C 64.224 11.602 63.835 9.983 63.827 8.024 Z M 73.29 8.259 C 73.257 7.733 73.257 7.207 73.193 6.689 C 73.132 6.25 73.034 5.816 72.901 5.394 C 72.659 4.6 72.294 3.88 71.477 3.532 C 70.311 3.046 69.17 3.588 68.627 4.908 C 68.037 6.341 68.02 7.854 68.133 9.36 C 68.198 10.218 68.336 11.076 68.733 11.853 C 69.129 12.63 69.72 13.149 70.619 13.165 C 71.509 13.181 72.14 12.711 72.561 11.942 C 73.185 10.792 73.241 9.522 73.29 8.259 Z M 56.914 11.798 L 58.282 11.798 C 59.763 11.798 61.163 12.146 62.523 12.713 C 62.944 12.891 63.163 13.174 63.147 13.643 C 63.13 14.267 63.147 14.883 63.139 15.505 C 63.13 16.048 62.855 16.258 62.353 16.056 C 60.475 15.303 58.541 15.036 56.525 15.166 C 55.181 15.255 53.895 15.594 52.623 16.007 C 51.887 16.25 51.693 16.105 51.684 15.327 C 51.684 14.68 51.652 14.032 51.7 13.385 C 51.725 13.077 51.814 12.737 51.992 12.486 C 53.975 9.677 55.982 6.884 57.974 4.084 C 58.047 3.978 58.112 3.874 58.249 3.663 L 52.704 3.663 C 51.992 3.663 51.846 3.517 51.846 2.813 L 51.846 1.113 C 51.854 0.538 52.016 0.376 52.599 0.368 C 53.069 0.36 53.546 0.368 54.016 0.368 L 61.989 0.368 C 62.677 0.368 62.823 0.514 62.823 1.194 C 62.823 1.841 62.855 2.489 62.807 3.136 C 62.792 3.442 62.694 3.739 62.523 3.994 C 60.759 6.447 58.978 8.884 57.197 11.329 C 57.116 11.458 57.051 11.587 56.914 11.798 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 56.477 19.556 C 55.457 19.702 54.445 19.863 53.433 20.001 C 53.126 20.041 52.81 20.074 52.511 20.025 C 52.033 19.952 51.855 19.507 52.131 19.111 C 52.284 18.901 52.486 18.698 52.713 18.561 C 55.223 17.014 57.886 16.553 60.727 17.467 C 61.885 17.84 62.249 18.35 62.217 19.564 C 62.127 22.648 60.735 25.052 58.291 26.882 C 58.282 26.89 58.266 26.898 58.258 26.906 C 57.797 27.206 57.424 27.246 57.173 27.027 C 56.914 26.801 56.906 26.445 57.165 25.943 C 57.732 24.801 58.347 23.668 58.873 22.51 C 59.1 22 59.221 21.434 59.303 20.875 C 59.399 20.179 59.173 19.895 58.485 19.775 C 57.821 19.661 57.149 19.621 56.477 19.555 Z\" fill=\"rgb(0,0,0)\"></path></g></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsxs(SVG,{className:\"framer-1dxectt\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 92.048 30.795\" overflow=\"visible\"><path d=\"M 26.541 2.836 C 26.971 2.31 27.318 1.816 27.731 1.379 C 29.245 -0.232 31.778 -0.426 33.421 0.926 C 34.466 1.784 34.992 2.941 35.203 4.236 C 35.34 5.046 35.405 5.872 35.405 6.689 C 35.429 9.522 35.413 12.356 35.413 15.189 C 35.413 16.023 35.283 16.144 34.45 16.144 L 32.102 16.144 C 31.479 16.144 31.292 15.958 31.285 15.318 C 31.285 12.428 31.293 9.547 31.277 6.657 C 31.277 6.187 31.22 5.71 31.115 5.257 C 30.896 4.35 30.281 3.856 29.399 3.815 C 28.524 3.775 27.755 4.228 27.472 5.062 C 27.294 5.588 27.156 6.163 27.148 6.722 C 27.116 9.571 27.132 12.412 27.132 15.262 C 27.132 15.99 26.978 16.144 26.266 16.144 L 23.796 16.144 C 23.214 16.144 23.028 15.958 23.028 15.367 C 23.028 12.477 23.036 9.595 23.02 6.705 C 23.017 6.18 22.949 5.658 22.817 5.151 C 22.591 4.301 21.984 3.856 21.142 3.815 C 20.292 3.775 19.555 4.172 19.272 4.949 C 19.07 5.483 18.908 6.066 18.9 6.632 C 18.859 9.49 18.883 12.356 18.875 15.213 C 18.875 16.015 18.738 16.144 17.928 16.144 L 15.742 16.144 C 14.86 16.144 14.747 16.031 14.747 15.132 L 14.747 1.29 C 14.747 0.496 14.868 0.383 15.67 0.383 L 17.572 0.383 C 18.131 0.383 18.284 0.521 18.39 1.063 C 18.495 1.573 18.608 2.075 18.77 2.601 C 19.596 0.934 20.85 -0.029 22.736 0.043 C 24.59 0.124 25.78 1.176 26.541 2.836 Z M 35.276 30.788 C 30.136 30.828 25.189 29.905 20.51 27.728 C 16.803 25.996 13.597 23.6 11.064 20.353 C 10.77 19.969 10.54 19.54 10.384 19.083 C 10.303 18.864 10.376 18.483 10.529 18.322 C 10.667 18.184 11.039 18.168 11.258 18.241 C 11.566 18.338 11.857 18.541 12.116 18.751 C 16.86 22.58 22.34 24.676 28.29 25.696 C 31.56 26.255 34.855 26.425 38.166 26.296 C 40.795 26.195 43.41 25.875 45.986 25.34 C 49.239 24.668 52.372 23.664 55.319 22.11 C 55.481 22.021 55.675 21.924 55.845 21.932 C 56.095 21.948 56.42 21.997 56.549 22.159 C 56.687 22.321 56.752 22.725 56.639 22.887 C 56.258 23.437 55.853 23.988 55.351 24.417 C 53.036 26.417 50.356 27.801 47.491 28.813 C 44.257 29.955 40.872 30.615 37.445 30.772 C 36.733 30.812 36.005 30.788 35.275 30.788 Z M 45.807 13.983 C 45.337 14.703 44.877 15.343 44.197 15.796 C 42.067 17.213 38.037 16.573 37.348 12.842 C 36.992 10.915 37.429 9.215 38.878 7.855 C 39.947 6.851 41.274 6.357 42.723 6.236 C 43.606 6.156 44.496 6.22 45.378 6.204 C 45.475 6.204 45.645 6.05 45.654 5.969 C 45.67 5.281 45.629 4.593 45.265 3.978 C 44.561 2.796 42.561 2.868 41.809 4.108 C 41.647 4.366 41.549 4.666 41.436 4.958 C 41.315 5.281 41.112 5.459 40.764 5.402 C 39.882 5.24 39 5.102 38.125 4.941 C 37.737 4.868 37.615 4.569 37.745 4.107 C 38.142 2.642 38.992 1.501 40.359 0.821 C 42.31 -0.151 44.367 -0.239 46.415 0.448 C 48.455 1.136 49.385 2.739 49.685 4.779 C 49.75 5.265 49.782 5.75 49.782 6.236 C 49.79 9.247 49.79 12.251 49.782 15.262 C 49.782 15.991 49.628 16.144 48.908 16.144 L 46.965 16.144 C 46.398 16.144 46.228 15.991 46.107 15.44 C 46.012 14.953 45.912 14.467 45.807 13.983 Z M 45.662 9.709 C 45.637 8.357 45.912 8.284 44.35 8.389 C 42.262 8.527 41.282 9.903 41.509 11.725 C 41.614 12.566 42.116 13.157 42.829 13.327 C 43.679 13.521 44.479 13.23 44.958 12.526 C 45.524 11.676 45.621 10.696 45.662 9.709 Z M 8.546 14.015 C 8.126 14.525 7.769 15.092 7.292 15.521 C 5.34 17.27 0.962 16.792 0.152 13.02 C -0.512 9.911 1.018 7.264 4.418 6.406 C 5.608 6.106 6.83 5.977 8.061 6.188 C 8.336 6.236 8.441 6.131 8.417 5.864 C 8.377 5.475 8.36 5.079 8.287 4.698 C 8.101 3.759 7.591 3.29 6.668 3.136 C 5.802 3.006 4.952 3.386 4.531 4.131 C 4.399 4.38 4.288 4.641 4.199 4.909 C 4.078 5.241 3.884 5.443 3.511 5.386 C 2.637 5.241 1.763 5.103 0.888 4.933 C 0.5 4.86 0.378 4.553 0.5 4.107 C 1.002 2.351 2.103 1.12 3.819 0.505 C 5.575 -0.118 7.372 -0.159 9.137 0.432 C 11.056 1.08 12.059 2.529 12.383 4.463 C 12.505 5.176 12.537 5.913 12.545 6.633 C 12.561 9.483 12.553 12.323 12.553 15.173 C 12.553 16.007 12.423 16.136 11.598 16.136 L 9.696 16.136 C 9.194 16.136 9.048 16.023 8.926 15.546 C 8.822 15.099 8.722 14.651 8.627 14.202 C 8.604 14.138 8.578 14.075 8.547 14.015 Z M 8.416 9.782 C 8.449 8.365 8.449 8.365 7.324 8.373 L 7.162 8.373 C 5.268 8.535 4.151 9.644 4.224 11.482 C 4.264 12.388 4.758 13.076 5.519 13.303 C 6.449 13.578 7.356 13.198 7.834 12.356 C 8.336 11.466 8.384 10.478 8.417 9.782 Z M 83.44 2.699 L 83.749 2.149 C 84.549 0.724 85.789 0.011 87.407 0.035 C 89.091 0.06 90.37 0.845 91.18 2.335 C 91.762 3.411 92.03 4.585 92.038 5.791 C 92.054 8.988 92.046 12.186 92.046 15.375 C 92.046 15.942 91.868 16.12 91.293 16.128 C 90.427 16.136 89.569 16.136 88.703 16.128 C 88.12 16.128 87.958 15.958 87.958 15.383 C 87.958 12.469 87.966 9.555 87.942 6.649 C 87.932 6.113 87.845 5.581 87.682 5.071 C 87.415 4.229 86.768 3.832 85.894 3.816 C 85.019 3.8 84.299 4.14 83.975 4.966 C 83.74 5.556 83.579 6.212 83.57 6.843 C 83.53 9.62 83.554 12.396 83.554 15.173 C 83.554 16.031 83.441 16.144 82.567 16.144 L 80.179 16.144 C 79.636 16.144 79.45 15.958 79.45 15.416 L 79.45 1.136 C 79.45 0.578 79.62 0.4 80.162 0.392 C 80.891 0.384 81.619 0.384 82.348 0.392 C 82.81 0.4 82.963 0.529 83.06 0.991 C 83.182 1.517 83.303 2.051 83.44 2.699 Z M 63.827 8.024 C 63.867 5.984 64.434 3.888 65.997 2.164 C 68.878 -1.026 73.751 -0.556 76.099 3.127 C 77.216 4.884 77.613 6.81 77.499 8.874 C 77.41 10.526 76.965 12.056 76.067 13.448 C 73.355 17.633 67.534 17.447 65.074 13.108 C 64.224 11.602 63.835 9.983 63.827 8.024 Z M 73.29 8.259 C 73.257 7.733 73.257 7.207 73.193 6.689 C 73.132 6.25 73.034 5.816 72.901 5.394 C 72.659 4.6 72.294 3.88 71.477 3.532 C 70.311 3.046 69.17 3.588 68.627 4.908 C 68.037 6.341 68.02 7.854 68.133 9.36 C 68.198 10.218 68.336 11.076 68.733 11.853 C 69.129 12.63 69.72 13.149 70.619 13.165 C 71.509 13.181 72.14 12.711 72.561 11.942 C 73.185 10.792 73.241 9.522 73.29 8.259 Z M 56.914 11.798 L 58.282 11.798 C 59.763 11.798 61.163 12.146 62.523 12.713 C 62.944 12.891 63.163 13.174 63.147 13.643 C 63.13 14.267 63.147 14.883 63.139 15.505 C 63.13 16.048 62.855 16.258 62.353 16.056 C 60.475 15.303 58.541 15.036 56.525 15.166 C 55.181 15.255 53.895 15.594 52.623 16.007 C 51.887 16.25 51.693 16.105 51.684 15.327 C 51.684 14.68 51.652 14.032 51.7 13.385 C 51.725 13.077 51.814 12.737 51.992 12.486 C 53.975 9.677 55.982 6.884 57.974 4.084 C 58.047 3.978 58.112 3.874 58.249 3.663 L 52.704 3.663 C 51.992 3.663 51.846 3.517 51.846 2.813 L 51.846 1.113 C 51.854 0.538 52.016 0.376 52.599 0.368 C 53.069 0.36 53.546 0.368 54.016 0.368 L 61.989 0.368 C 62.677 0.368 62.823 0.514 62.823 1.194 C 62.823 1.841 62.855 2.489 62.807 3.136 C 62.792 3.442 62.694 3.739 62.523 3.994 C 60.759 6.447 58.978 8.884 57.197 11.329 C 57.116 11.458 57.051 11.587 56.914 11.798 Z\" fill=\"rgb(0,0,0)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1mnzjjh\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 20.671 16.116\" overflow=\"visible\"><path d=\"M 11.794 2.808 C 12.224 2.282 12.571 1.788 12.984 1.351 C 14.498 -0.26 17.031 -0.454 18.674 0.898 C 19.719 1.756 20.245 2.913 20.456 4.208 C 20.593 5.018 20.658 5.844 20.658 6.661 C 20.682 9.494 20.666 12.328 20.666 15.161 C 20.666 15.995 20.536 16.116 19.703 16.116 L 17.355 16.116 C 16.732 16.116 16.545 15.93 16.538 15.29 C 16.538 12.4 16.546 9.519 16.53 6.629 C 16.53 6.159 16.473 5.682 16.368 5.229 C 16.149 4.322 15.534 3.828 14.652 3.787 C 13.777 3.747 13.008 4.2 12.725 5.034 C 12.547 5.56 12.409 6.135 12.401 6.694 C 12.369 9.543 12.385 12.384 12.385 15.234 C 12.385 15.962 12.231 16.116 11.519 16.116 L 9.049 16.116 C 8.467 16.116 8.281 15.93 8.281 15.339 C 8.281 12.449 8.289 9.567 8.273 6.677 C 8.27 6.152 8.202 5.63 8.07 5.123 C 7.844 4.273 7.237 3.828 6.395 3.787 C 5.545 3.747 4.808 4.144 4.525 4.921 C 4.323 5.455 4.161 6.038 4.153 6.604 C 4.112 9.462 4.136 12.328 4.128 15.185 C 4.128 15.987 3.991 16.116 3.181 16.116 L 0.995 16.116 C 0.113 16.116 0 16.003 0 15.104 L 0 1.262 C 0 0.468 0.121 0.355 0.923 0.355 L 2.825 0.355 C 3.384 0.355 3.537 0.493 3.643 1.035 C 3.748 1.545 3.861 2.047 4.023 2.573 C 4.849 0.906 6.103 -0.057 7.989 0.015 C 9.843 0.096 11.033 1.148 11.794 2.808 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1jvq5y9\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 46.346 12.597\" overflow=\"visible\"><path d=\"M 24.925 12.59 C 19.785 12.63 14.838 11.707 10.159 9.53 C 6.452 7.798 3.246 5.402 0.713 2.155 C 0.42 1.771 0.19 1.342 0.033 0.885 C -0.048 0.666 0.025 0.285 0.178 0.124 C 0.316 -0.014 0.688 -0.03 0.907 0.043 C 1.215 0.14 1.506 0.343 1.765 0.553 C 6.509 4.382 11.989 6.478 17.939 7.498 C 21.209 8.057 24.504 8.227 27.815 8.098 C 30.444 7.997 33.06 7.678 35.635 7.142 C 38.888 6.47 42.021 5.466 44.968 3.912 C 45.13 3.823 45.324 3.726 45.494 3.734 C 45.744 3.75 46.069 3.799 46.198 3.961 C 46.336 4.123 46.401 4.527 46.288 4.689 C 45.907 5.239 45.502 5.79 45 6.219 C 42.685 8.219 40.005 9.603 37.14 10.615 C 33.906 11.758 30.521 12.418 27.094 12.574 C 26.382 12.614 25.654 12.59 24.924 12.59 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1fg4hmi\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12.557 16.49\" overflow=\"visible\"><path d=\"M 8.576 13.983 C 8.106 14.703 7.646 15.343 6.966 15.796 C 4.836 17.213 0.806 16.573 0.117 12.842 C -0.239 10.915 0.198 9.215 1.647 7.855 C 2.716 6.851 4.043 6.357 5.492 6.236 C 6.375 6.156 7.265 6.22 8.147 6.204 C 8.244 6.204 8.414 6.05 8.423 5.969 C 8.439 5.281 8.398 4.593 8.034 3.978 C 7.33 2.796 5.33 2.868 4.578 4.108 C 4.416 4.366 4.318 4.666 4.205 4.958 C 4.084 5.281 3.881 5.459 3.533 5.402 C 2.651 5.24 1.769 5.102 0.894 4.941 C 0.506 4.868 0.384 4.569 0.514 4.107 C 0.911 2.642 1.761 1.501 3.128 0.821 C 5.079 -0.151 7.136 -0.239 9.184 0.448 C 11.224 1.136 12.154 2.739 12.454 4.779 C 12.519 5.265 12.551 5.75 12.551 6.236 C 12.559 9.247 12.559 12.251 12.551 15.262 C 12.551 15.991 12.397 16.144 11.677 16.144 L 9.734 16.144 C 9.167 16.144 8.997 15.991 8.876 15.44 C 8.781 14.953 8.681 14.467 8.576 13.983 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1dm3sbe\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.189 5.03\" overflow=\"visible\"><path d=\"M 4.185 1.353 C 4.16 0.001 4.435 -0.072 2.873 0.033 C 0.785 0.171 -0.195 1.547 0.032 3.369 C 0.137 4.21 0.639 4.801 1.352 4.971 C 2.202 5.165 3.002 4.874 3.481 4.17 C 4.047 3.32 4.144 2.34 4.185 1.353 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-viezae\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12.555 16.482\" overflow=\"visible\"><path d=\"M 8.546 14.003 C 8.126 14.513 7.769 15.08 7.292 15.509 C 5.34 17.258 0.962 16.78 0.152 13.008 C -0.512 9.899 1.018 7.252 4.418 6.394 C 5.608 6.094 6.83 5.965 8.061 6.176 C 8.336 6.224 8.441 6.119 8.417 5.852 C 8.377 5.463 8.36 5.067 8.287 4.686 C 8.101 3.747 7.591 3.278 6.668 3.124 C 5.802 2.994 4.952 3.374 4.531 4.119 C 4.399 4.368 4.288 4.629 4.199 4.897 C 4.078 5.229 3.884 5.431 3.511 5.374 C 2.637 5.229 1.763 5.091 0.888 4.921 C 0.5 4.848 0.378 4.541 0.5 4.095 C 1.002 2.339 2.103 1.108 3.819 0.493 C 5.575 -0.13 7.372 -0.171 9.137 0.42 C 11.056 1.068 12.059 2.517 12.383 4.451 C 12.505 5.164 12.537 5.901 12.545 6.621 C 12.561 9.471 12.553 12.311 12.553 15.161 C 12.553 15.995 12.423 16.124 11.598 16.124 L 9.696 16.124 C 9.194 16.124 9.048 16.011 8.926 15.534 C 8.822 15.087 8.722 14.639 8.627 14.19 C 8.604 14.126 8.578 14.063 8.547 14.003 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ag4xy0\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 4.204 5.02\" overflow=\"visible\"><path d=\"M 4.195 1.41 C 4.228 -0.007 4.228 -0.007 3.103 0.001 L 2.941 0.001 C 1.047 0.163 -0.07 1.272 0.003 3.11 C 0.043 4.016 0.537 4.704 1.298 4.931 C 2.228 5.206 3.135 4.826 3.613 3.984 C 4.115 3.094 4.163 2.106 4.196 1.41 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-tsdr80\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12.598 16.11\" overflow=\"visible\"><path d=\"M 3.99 2.665 L 4.299 2.115 C 5.099 0.69 6.339 -0.023 7.957 0.001 C 9.641 0.026 10.92 0.811 11.73 2.301 C 12.312 3.377 12.58 4.551 12.588 5.757 C 12.604 8.954 12.596 12.152 12.596 15.341 C 12.596 15.908 12.418 16.086 11.843 16.094 C 10.977 16.102 10.119 16.102 9.253 16.094 C 8.67 16.094 8.508 15.924 8.508 15.349 C 8.508 12.435 8.516 9.521 8.492 6.615 C 8.483 6.079 8.395 5.547 8.232 5.037 C 7.965 4.195 7.318 3.798 6.444 3.782 C 5.569 3.766 4.849 4.106 4.525 4.932 C 4.29 5.522 4.129 6.178 4.12 6.809 C 4.08 9.586 4.104 12.362 4.104 15.139 C 4.104 15.997 3.991 16.11 3.117 16.11 L 0.729 16.11 C 0.186 16.11 0 15.924 0 15.382 L 0 1.102 C 0 0.544 0.17 0.366 0.712 0.358 C 1.441 0.349 2.169 0.349 2.898 0.358 C 3.36 0.366 3.513 0.495 3.61 0.957 C 3.732 1.483 3.853 2.017 3.99 2.665 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-fxrirz\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 13.691 16.437\" overflow=\"visible\"><path d=\"M 0 7.984 C 0.04 5.944 0.607 3.848 2.17 2.124 C 5.051 -1.066 9.924 -0.596 12.272 3.087 C 13.389 4.844 13.786 6.77 13.672 8.834 C 13.583 10.486 13.138 12.016 12.24 13.408 C 9.528 17.593 3.707 17.407 1.247 13.068 C 0.397 11.562 0.008 9.943 0 7.984 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-2t2cw3\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 5.212 9.809\" overflow=\"visible\"><path d=\"M 5.212 4.903 C 5.179 4.377 5.179 3.851 5.115 3.333 C 5.054 2.894 4.956 2.46 4.823 2.038 C 4.581 1.244 4.216 0.524 3.399 0.176 C 2.233 -0.31 1.092 0.232 0.549 1.552 C -0.041 2.985 -0.058 4.498 0.055 6.004 C 0.12 6.862 0.258 7.72 0.655 8.497 C 1.051 9.274 1.642 9.793 2.541 9.809 C 3.431 9.825 4.062 9.355 4.483 8.586 C 5.107 7.436 5.163 6.166 5.212 4.903 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1qntjqv\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 11.474 15.767\" overflow=\"visible\"><path d=\"M 5.24 11.434 L 6.608 11.434 C 8.089 11.434 9.489 11.782 10.849 12.349 C 11.27 12.527 11.489 12.81 11.473 13.279 C 11.456 13.903 11.473 14.519 11.465 15.141 C 11.456 15.684 11.181 15.894 10.679 15.692 C 8.801 14.939 6.867 14.672 4.851 14.802 C 3.507 14.891 2.221 15.23 0.949 15.643 C 0.213 15.886 0.019 15.741 0.01 14.963 C 0.01 14.316 -0.022 13.668 0.026 13.021 C 0.051 12.713 0.14 12.373 0.318 12.122 C 2.301 9.313 4.308 6.52 6.3 3.72 C 6.373 3.614 6.438 3.51 6.575 3.299 L 1.03 3.299 C 0.318 3.299 0.172 3.153 0.172 2.449 L 0.172 0.749 C 0.18 0.174 0.342 0.012 0.925 0.004 C 1.395 -0.004 1.872 0.004 2.342 0.004 L 10.315 0.004 C 11.003 0.004 11.149 0.15 11.149 0.83 C 11.149 1.477 11.181 2.125 11.133 2.772 C 11.118 3.078 11.02 3.375 10.849 3.63 C 9.085 6.083 7.304 8.52 5.523 10.965 C 5.442 11.094 5.377 11.223 5.24 11.434 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-cub17c\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.218 10.166\" overflow=\"visible\"><path d=\"M 4.477 2.556 C 3.457 2.702 2.445 2.863 1.433 3.001 C 1.126 3.041 0.81 3.074 0.511 3.025 C 0.033 2.952 -0.145 2.507 0.131 2.111 C 0.284 1.901 0.486 1.698 0.713 1.561 C 3.223 0.014 5.886 -0.447 8.727 0.467 C 9.885 0.84 10.249 1.35 10.217 2.564 C 10.127 5.648 8.735 8.052 6.291 9.882 C 6.282 9.89 6.266 9.898 6.258 9.906 C 5.797 10.206 5.424 10.246 5.173 10.027 C 4.914 9.801 4.906 9.445 5.165 8.943 C 5.732 7.801 6.347 6.668 6.873 5.51 C 7.1 5 7.221 4.434 7.303 3.875 C 7.399 3.179 7.173 2.895 6.485 2.775 C 5.821 2.661 5.149 2.621 4.477 2.555 Z\" fill=\"rgb(0,0,0)\"></path></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(TickerItem,{children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-bbrrpz\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 80.21 18.256\" overflow=\"visible\"><path d=\"M 63.986 4.14 C 62.874 3.49 61.498 3.49 60.386 4.14 C 59.837 4.46 59.382 4.919 59.066 5.471 C 58.758 6.011 58.664 6.616 58.626 7.306 L 58.581 8.219 L 58.581 14.605 L 58.533 15.52 C 58.475 17.036 57.384 18.11 55.876 18.211 L 54.974 18.256 L 54.974 0.002 C 55.876 0.002 57.447 0.463 58.148 1.255 C 59.299 0.461 60.688 0.001 62.185 0.001 C 63.21 0.001 64.222 0.222 65.154 0.649 C 66.088 1.077 66.92 1.7 67.594 2.476 C 68.267 1.699 69.099 1.076 70.034 0.648 C 70.965 0.222 71.978 0.002 73.002 0.003 C 74.919 0.005 76.755 0.776 78.099 2.143 C 79.454 3.519 80.212 5.374 80.21 7.306 L 80.21 18.256 L 79.312 18.21 C 77.821 18.124 76.743 17.02 76.65 15.52 L 76.605 14.606 L 76.605 8.216 L 76.561 7.306 C 76.524 6.636 76.429 6.015 76.122 5.479 C 75.806 4.924 75.353 4.463 74.806 4.143 C 73.695 3.491 72.319 3.489 71.206 4.137 C 70.657 4.457 70.202 4.915 69.886 5.467 C 69.574 6.007 69.475 6.628 69.438 7.306 L 69.394 8.219 L 69.394 18.256 L 68.496 18.21 C 67.01 18.117 65.923 17.013 65.834 15.52 L 65.789 14.605 L 65.789 8.219 L 65.746 7.305 C 65.713 6.62 65.612 6.011 65.306 5.475 C 64.989 4.92 64.534 4.46 63.986 4.14 Z M 3.604 18.21 C 2.107 18.114 1.036 17.024 0.946 15.52 L 0.902 14.606 L 11.714 3.652 L 3.604 3.652 L 2.702 3.607 C 1.227 3.521 0.163 2.402 0.044 0.914 L 0 0.001 L 13.518 0.007 L 14.42 0.048 C 15.914 0.131 17.008 1.227 17.078 2.741 L 17.122 3.651 L 6.31 14.605 L 14.42 14.605 L 15.321 14.65 C 16.808 14.748 17.858 15.845 17.98 17.346 L 18.024 18.256 L 4.506 18.256 L 3.604 18.212 Z M 51.436 2.674 C 52.274 3.523 52.938 4.529 53.39 5.634 C 54.306 7.873 54.306 10.382 53.39 12.621 C 52.938 13.725 52.274 14.731 51.436 15.581 C 49.754 17.288 47.459 18.251 45.062 18.254 C 42.665 18.251 40.369 17.289 38.687 15.582 C 35.168 12.018 35.168 6.238 38.687 2.674 C 39.521 1.828 40.515 1.156 41.61 0.696 C 43.816 -0.232 46.303 -0.232 48.51 0.695 C 49.606 1.155 50.601 1.827 51.436 2.674 Z M 51.436 2.674 L 51.437 2.674 L 51.437 2.675 C 51.437 2.674 51.436 2.674 51.436 2.674 Z M 45.062 3.655 C 43.624 3.656 42.247 4.234 41.238 5.259 C 40.224 6.286 39.655 7.679 39.655 9.131 C 39.653 10.579 40.222 11.971 41.238 13.004 C 42.247 14.028 43.624 14.605 45.062 14.607 C 46.5 14.605 47.877 14.028 48.886 13.004 C 49.899 11.976 50.469 10.584 50.469 9.131 C 50.47 7.682 49.902 6.291 48.886 5.259 C 47.872 4.232 46.496 3.655 45.062 3.655 Z M 26.14 0.001 C 27.323 0.001 28.495 0.238 29.587 0.696 C 30.682 1.156 31.675 1.829 32.509 2.675 C 36.029 6.238 36.029 12.019 32.509 15.582 C 30.827 17.289 28.532 18.251 26.135 18.254 C 23.738 18.251 21.443 17.289 19.761 15.582 C 16.241 12.018 16.241 6.238 19.761 2.674 C 20.595 1.828 21.588 1.156 22.683 0.696 C 23.774 0.237 24.946 0.001 26.13 0.001 Z M 29.959 5.258 C 28.945 4.231 27.569 3.654 26.135 3.654 C 24.697 3.655 23.32 4.233 22.311 5.258 C 21.298 6.285 20.728 7.678 20.728 9.13 C 20.726 10.578 21.295 11.97 22.311 13.003 C 23.32 14.027 24.697 14.604 26.135 14.606 C 27.573 14.604 28.95 14.027 29.959 13.003 C 30.972 11.976 31.542 10.582 31.542 9.13 C 31.544 7.681 30.975 6.29 29.959 5.257 Z\" fill=\"rgb(0,0,0)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-tqjgqw\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 25.236 18.255\" overflow=\"visible\"><path d=\"M 10.332 5.474 C 10.638 6.01 10.739 6.619 10.772 7.304 L 10.815 8.218 L 10.815 14.604 L 10.86 15.519 C 10.949 17.012 12.036 18.116 13.522 18.209 L 14.42 18.255 L 14.42 8.218 L 14.464 7.305 C 14.501 6.627 14.6 6.006 14.912 5.466 C 15.228 4.915 15.683 4.456 16.232 4.136 C 17.345 3.488 18.721 3.49 19.832 4.142 C 20.379 4.462 20.832 4.923 21.148 5.478 C 21.455 6.014 21.55 6.635 21.587 7.305 L 21.631 8.215 L 21.631 14.605 L 21.676 15.519 C 21.769 17.019 22.847 18.123 24.338 18.209 L 25.236 18.255 L 25.236 7.305 C 25.238 5.373 24.48 3.519 23.125 2.142 C 21.781 0.776 19.945 0.005 18.028 0.002 C 17.004 0.001 15.991 0.221 15.06 0.647 C 14.125 1.075 13.293 1.698 12.62 2.475 C 11.946 1.699 11.114 1.076 10.18 0.648 C 9.248 0.221 8.236 0 7.211 0 C 5.714 0 4.325 0.46 3.174 1.254 C 2.473 0.462 0.902 0.001 0 0.001 L 0 18.255 L 0.902 18.21 C 2.41 18.109 3.501 17.035 3.559 15.519 L 3.607 14.604 L 3.607 8.218 L 3.652 7.305 C 3.69 6.615 3.784 6.01 4.092 5.47 C 4.408 4.919 4.863 4.46 5.412 4.139 C 6.524 3.49 7.9 3.49 9.012 4.139 C 9.56 4.459 10.015 4.919 10.332 5.474 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-acdfdt\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18.024 18.255\" overflow=\"visible\"><path d=\"M 3.604 18.211 L 4.506 18.255 L 18.024 18.255 L 17.98 17.345 C 17.858 15.844 16.808 14.747 15.321 14.649 L 14.42 14.604 L 6.31 14.604 L 17.122 3.65 L 17.078 2.74 C 17.008 1.226 15.914 0.13 14.42 0.047 L 13.518 0.006 L 0 0 L 0.044 0.913 C 0.163 2.401 1.227 3.52 2.702 3.606 L 3.604 3.651 L 11.714 3.651 L 0.902 14.605 L 0.946 15.519 C 1.036 17.023 2.107 18.113 3.604 18.209 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-29ca2f\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18.029 18.254\" overflow=\"visible\"><path d=\"M 15.388 2.674 C 16.227 3.523 16.891 4.529 17.342 5.634 C 18.258 7.873 18.258 10.382 17.342 12.621 C 16.891 13.725 16.227 14.731 15.388 15.581 C 13.707 17.288 11.411 18.251 9.014 18.254 C 6.617 18.251 4.321 17.289 2.639 15.582 C -0.88 12.018 -0.88 6.238 2.639 2.674 C 3.474 1.828 4.467 1.156 5.562 0.696 C 7.769 -0.232 10.255 -0.232 12.462 0.695 C 13.559 1.155 14.554 1.828 15.389 2.675 L 15.389 2.674 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-q9zgvc\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.814 10.952\" overflow=\"visible\"><path d=\"M 9.231 1.604 C 10.247 2.637 10.815 4.028 10.814 5.476 C 10.814 6.929 10.244 8.321 9.231 9.349 C 8.222 10.373 6.845 10.951 5.407 10.952 C 3.969 10.951 2.592 10.373 1.583 9.349 C 0.567 8.316 -0.002 6.925 0 5.476 C 0 4.024 0.569 2.631 1.583 1.604 C 2.592 0.579 3.969 0.002 5.407 0 C 6.841 0 8.217 0.577 9.231 1.604 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-oixb1w\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18.028 18.253\" overflow=\"visible\"><path d=\"M 9.019 0 C 10.202 0 11.374 0.237 12.466 0.695 C 13.561 1.155 14.554 1.828 15.388 2.674 C 18.908 6.237 18.908 12.018 15.388 15.581 C 13.706 17.288 11.411 18.251 9.014 18.253 C 6.617 18.251 4.322 17.288 2.64 15.581 C -0.88 12.017 -0.88 6.237 2.64 2.673 C 3.474 1.827 4.467 1.155 5.562 0.695 C 6.653 0.237 7.825 0 9.009 0 L 9.02 0 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-13x3zhk\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.814 10.952\" overflow=\"visible\"><path d=\"M 9.231 1.603 C 10.247 2.636 10.816 4.027 10.814 5.476 C 10.814 6.928 10.244 8.322 9.231 9.349 C 8.222 10.373 6.845 10.951 5.407 10.952 C 3.969 10.951 2.592 10.373 1.583 9.349 C 0.567 8.316 -0.002 6.925 0 5.476 C 0 4.024 0.57 2.631 1.583 1.604 C 2.592 0.579 3.969 0.002 5.407 0 C 6.841 0 8.217 0.577 9.231 1.604 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(TickerItem,{children:/*#__PURE__*/_jsxs(SVG,{className:\"framer-alicz2\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 87.724 20.225\" overflow=\"visible\"><g><path d=\"M 11.747 0 L 20.443 0 C 21.849 0 22.991 1.176 22.991 2.626 L 22.991 12.82 C 22.991 14.27 21.849 15.446 20.442 15.446 L 8 15.446 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 9.53 3.194 L 2.528 3.194 C 1.132 3.194 0 4.369 0 5.819 L 0 16.014 C 0 17.464 1.132 18.64 2.526 18.64 L 11.147 18.64 L 11.493 17.203 L 6.16 17.203 Z M 33.474 15.707 L 29.64 3.197 L 31.806 3.197 L 34.518 12.754 L 37.456 3.197 L 39.497 3.197 L 42.434 12.754 L 45.123 3.197 L 47.338 3.197 L 43.479 15.707 L 41.414 15.707 L 38.477 6.201 L 35.539 15.707 L 33.473 15.707 Z M 56.889 7.567 C 56.889 5.853 55.669 4.762 53.826 4.762 C 52.109 4.762 50.889 5.779 50.715 7.467 L 48.749 7.095 C 49.122 4.613 51.188 3 53.826 3 C 56.863 3 58.979 4.786 58.979 7.69 L 58.979 15.707 L 56.889 15.707 L 56.889 13.573 C 56.167 15.013 54.523 15.906 52.707 15.906 C 50.193 15.906 48.475 14.367 48.475 12.207 C 48.475 9.8 50.442 8.484 54.449 8.087 L 56.889 7.814 Z M 50.59 12.183 C 50.59 13.349 51.586 14.168 53.03 14.168 C 55.47 14.168 56.889 12.555 56.889 10.048 L 56.889 9.452 L 54.449 9.726 C 51.909 9.999 50.59 10.867 50.59 12.183 Z M 73.222 7.443 L 71.106 7.839 C 71.006 5.978 69.837 4.911 67.945 4.911 C 65.63 4.911 64.136 6.995 64.136 10.346 L 64.136 15.707 L 62.02 15.707 L 62.02 3.197 L 64.135 3.197 L 64.135 5.657 C 65.057 3.869 66.599 3.001 68.441 3.001 C 71.23 3.001 73.121 4.739 73.221 7.443 Z M 75.477 20.224 L 75.477 3.197 L 77.593 3.197 L 77.593 5.01 C 78.265 3.868 79.907 3 81.725 3 C 85.583 3 87.724 5.78 87.724 9.452 C 87.724 13.126 85.534 15.905 81.675 15.905 C 80.082 15.905 78.439 15.111 77.593 13.97 L 77.593 20.225 L 75.477 20.225 Z M 81.477 14.02 C 83.965 14.02 85.583 12.207 85.583 9.452 C 85.583 6.697 83.965 4.885 81.477 4.885 C 79.037 4.885 77.419 6.697 77.419 9.452 C 77.419 12.207 79.037 14.02 81.476 14.02 Z\" fill=\"rgb(0,0,0)\"></path></g></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1acmsgn\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 14.991 15.446\" overflow=\"visible\"><path d=\"M 3.747 0 L 12.443 0 C 13.849 0 14.991 1.176 14.991 2.626 L 14.991 12.82 C 14.991 14.27 13.849 15.446 12.442 15.446 L 0 15.446 Z\" fill=\"rgb(0,0,0)\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(SVG,{className:\"framer-ckt7bx\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 87.724 17.225\" overflow=\"visible\"><path d=\"M 9.53 0.194 L 2.528 0.194 C 1.132 0.194 0 1.369 0 2.819 L 0 13.014 C 0 14.464 1.132 15.64 2.526 15.64 L 11.147 15.64 L 11.493 14.203 L 6.16 14.203 Z M 33.474 12.707 L 29.64 0.197 L 31.806 0.197 L 34.518 9.754 L 37.456 0.197 L 39.497 0.197 L 42.434 9.754 L 45.123 0.197 L 47.338 0.197 L 43.479 12.707 L 41.414 12.707 L 38.477 3.201 L 35.539 12.707 L 33.473 12.707 Z M 56.889 4.567 C 56.889 2.853 55.669 1.762 53.826 1.762 C 52.109 1.762 50.889 2.779 50.715 4.467 L 48.749 4.095 C 49.122 1.613 51.188 0 53.826 0 C 56.863 0 58.979 1.786 58.979 4.69 L 58.979 12.707 L 56.889 12.707 L 56.889 10.573 C 56.167 12.013 54.523 12.906 52.707 12.906 C 50.193 12.906 48.475 11.367 48.475 9.207 C 48.475 6.8 50.442 5.484 54.449 5.087 L 56.889 4.814 Z M 50.59 9.183 C 50.59 10.349 51.586 11.168 53.03 11.168 C 55.47 11.168 56.889 9.555 56.889 7.048 L 56.889 6.452 L 54.449 6.726 C 51.909 6.999 50.59 7.867 50.59 9.183 Z M 73.222 4.443 L 71.106 4.839 C 71.006 2.978 69.837 1.911 67.945 1.911 C 65.63 1.911 64.136 3.995 64.136 7.346 L 64.136 12.707 L 62.02 12.707 L 62.02 0.197 L 64.135 0.197 L 64.135 2.657 C 65.057 0.869 66.599 0.001 68.441 0.001 C 71.23 0.001 73.121 1.739 73.221 4.443 Z M 75.477 17.224 L 75.477 0.197 L 77.593 0.197 L 77.593 2.01 C 78.265 0.868 79.907 0 81.725 0 C 85.583 0 87.724 2.78 87.724 6.452 C 87.724 10.126 85.534 12.905 81.675 12.905 C 80.082 12.905 78.439 12.111 77.593 10.97 L 77.593 17.225 L 75.477 17.225 Z M 81.477 11.02 C 83.965 11.02 85.583 9.207 85.583 6.452 C 85.583 3.697 83.965 1.885 81.477 1.885 C 79.037 1.885 77.419 3.697 77.419 6.452 C 77.419 9.207 79.037 11.02 81.476 11.02 Z\" fill=\"rgb(0,0,0)\"></path></svg>',withExternalLayout:true,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-me3a2l\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 11.493 15.446\" overflow=\"visible\"><path d=\"M 9.53 0 L 2.528 0 C 1.132 0 0 1.175 0 2.625 L 0 12.82 C 0 14.27 1.132 15.446 2.526 15.446 L 11.147 15.446 L 11.493 14.009 L 6.16 14.009 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-ao5ob6\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 17.698 12.51\" overflow=\"visible\"><path d=\"M 3.834 12.51 L 0 0 L 2.166 0 L 4.878 9.557 L 7.816 0 L 9.857 0 L 12.794 9.557 L 15.483 0 L 17.698 0 L 13.839 12.51 L 11.774 12.51 L 8.837 3.004 L 5.899 12.51 L 3.833 12.51 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1pn44vw\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 10.504 12.906\" overflow=\"visible\"><path d=\"M 8.414 4.567 C 8.414 2.853 7.194 1.762 5.351 1.762 C 3.634 1.762 2.414 2.779 2.24 4.467 L 0.274 4.095 C 0.647 1.613 2.713 0 5.351 0 C 8.388 0 10.504 1.786 10.504 4.69 L 10.504 12.707 L 8.414 12.707 L 8.414 10.573 C 7.692 12.013 6.048 12.906 4.232 12.906 C 1.718 12.906 0 11.367 0 9.207 C 0 6.8 1.967 5.484 5.974 5.087 L 8.414 4.814 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1vnte78\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 6.299 4.716\" overflow=\"visible\"><path d=\"M 0 2.731 C 0 3.897 0.996 4.716 2.44 4.716 C 4.88 4.716 6.299 3.103 6.299 0.596 L 6.299 0 L 3.859 0.274 C 1.319 0.547 0 1.415 0 2.731 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-iqna3i\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 11.202 12.706\" overflow=\"visible\"><path d=\"M 11.202 4.442 L 9.086 4.838 C 8.986 2.977 7.817 1.91 5.925 1.91 C 3.61 1.91 2.116 3.994 2.116 7.345 L 2.116 12.706 L 0 12.706 L 0 0.196 L 2.115 0.196 L 2.115 2.656 C 3.037 0.868 4.579 0 6.421 0 C 9.21 0 11.101 1.738 11.201 4.442 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1b598aq\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12.247 17.225\" overflow=\"visible\"><path d=\"M 0 17.224 L 0 0.197 L 2.116 0.197 L 2.116 2.01 C 2.788 0.868 4.43 0 6.248 0 C 10.106 0 12.247 2.78 12.247 6.452 C 12.247 10.126 10.057 12.905 6.198 12.905 C 4.605 12.905 2.962 12.111 2.116 10.97 L 2.116 17.225 L 0 17.225 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1im9wf\",requiresOverflowVisible:false,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 8.164 9.135\" overflow=\"visible\"><path d=\"M 4.058 9.135 C 6.546 9.135 8.164 7.322 8.164 4.567 C 8.164 1.812 6.546 0 4.058 0 C 1.618 0 0 1.812 0 4.567 C 0 7.322 1.618 9.135 4.057 9.135 Z\" fill=\"transparent\"></path></svg>',withExternalLayout:true})]})]})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:824,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-itv0bh-container\",layout:motionLayout,nodeId:\"NVwqmJw6a\",rendersWithMotion:true,scopeId:\"Of3bNXSiZ\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{F0GYSZqg1:{variant:matchVariant(\"lJrshk3un\")}},children:/*#__PURE__*/_jsx(LaunchNavFooter,{height:\"100%\",id:\"NVwqmJw6a\",layoutId:\"NVwqmJw6a\",style:{maxWidth:\"100%\",width:\"100%\"},variant:matchVariant(\"AmMGOsmcs\"),width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-KCeIk.framer-po0pcz, .framer-KCeIk .framer-po0pcz { display: block; }\",\".framer-KCeIk.framer-7sk2f9 { align-content: center; align-items: center; background-color: var(--token-cf5b9a94-340d-4e06-9e57-e779166bd151, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1600px; }\",\".framer-KCeIk .framer-i1hbkp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: var(--overflow-clip-fallback, clip); padding: 0px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-KCeIk .framer-1y3ts7p { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 1160px; }\",\".framer-KCeIk .framer-hw2ran { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: var(--overflow-clip-fallback, clip); padding: 0px; position: relative; width: 100%; }\",\".framer-KCeIk .framer-s7j7uy { align-content: flex-start; align-items: flex-start; display: flex; flex: 3 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: var(--overflow-clip-fallback, clip); padding: 0px; position: relative; width: 1px; }\",\".framer-KCeIk .framer-qlp8hf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: var(--overflow-clip-fallback, clip); padding: 0px; position: relative; width: 100%; }\",\".framer-KCeIk .framer-1ed8cup { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-KCeIk .framer-6aez7e { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-KCeIk .framer-1dpoh5b { --framer-paragraph-spacing: 0px; --framer-text-wrap-override: balance; flex: none; height: auto; max-width: 100%; position: relative; width: 100%; }\",\".framer-KCeIk .framer-191ez3b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: var(--overflow-clip-fallback, clip); padding: 0px; position: relative; width: 100%; }\",\".framer-KCeIk .framer-zn9wxx { align-content: center; align-items: center; background-color: var(--token-9a8a3063-6d3f-4c84-bb7a-ce6785df7b69, #fe551b); border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 4px 14px 6px 15px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-KCeIk .framer-6g0nhb, .framer-KCeIk .framer-gn0scn, .framer-KCeIk .framer-szt0r2 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-KCeIk .framer-1fiujxg { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-KCeIk .framer-1u7j7e1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: var(--overflow-clip-fallback, clip); padding: 0px; position: relative; width: 100%; }\",\".framer-KCeIk .framer-zab5b { aspect-ratio: 1.9103773584905661 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: var(--framer-aspect-ratio-supported, 424px); max-width: 100%; overflow: var(--overflow-clip-fallback, clip); position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-KCeIk .framer-ky5ujs { --framer-paragraph-spacing: 40px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-KCeIk .framer-1vzrs8j { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: auto; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-KCeIk .framer-niv522, .framer-KCeIk .framer-1sr4llj, .framer-KCeIk .framer-zxb6eb { 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: var(--overflow-clip-fallback, clip); padding: 0px; position: relative; width: 100%; }\",\".framer-KCeIk .framer-6xn1g0, .framer-KCeIk .framer-1328ld5 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-KCeIk .framer-f1u9lj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-KCeIk .framer-8mv7a3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-KCeIk .framer-1o2go4a { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-KCeIk .framer-1z0nduc, .framer-KCeIk .framer-11951vx { --border-bottom-width: 3px; --border-color: rgba(222, 229, 229, 0.3); --border-left-width: 3px; --border-right-width: 3px; --border-style: solid; --border-top-width: 3px; aspect-ratio: 1 / 1; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; flex: none; height: var(--framer-aspect-ratio-supported, 48px); position: relative; width: 48px; }\",\".framer-KCeIk .framer-1mj12c5, .framer-KCeIk .framer-1ew6xjo { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-KCeIk .framer-11toieu { 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: var(--overflow-clip-fallback, clip); padding: 0px; position: relative; width: 100%; }\",\".framer-KCeIk .framer-1mgtlgn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px 24px; height: min-content; justify-content: flex-start; max-width: 100%; padding: 0px; position: relative; width: 100%; }\",\".framer-KCeIk .framer-1pc84ey { --border-bottom-width: 1px; --border-color: var(--token-d607828b-30c2-47ee-bff0-9d4c397515ff, #efeeed); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 20px; height: min-content; justify-content: flex-start; padding: 20px; position: relative; text-decoration: none; width: 100%; }\",\".framer-KCeIk .framer-8eqjhi { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: hidden; padding: 4px 12px 2px 12px; position: absolute; right: 1px; top: 5px; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-KCeIk .framer-18i80yn, .framer-KCeIk .framer-5c2xix { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 3px 0px; position: relative; width: min-content; }\",\".framer-KCeIk .framer-f9tbc1, .framer-KCeIk .framer-fgq238 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 12px); position: relative; width: 12px; }\",\".framer-KCeIk .framer-1eurlb3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-KCeIk .framer-1ajphgy, .framer-KCeIk .framer-1oj3xk4, .framer-KCeIk .framer-ugx2gd, .framer-KCeIk .framer-1u0hsn { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-KCeIk .framer-17lqcff { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: sticky; top: 100px; width: 100%; z-index: 1; }\",\".framer-KCeIk .framer-1d8ac4j { --border-bottom-width: 0px; --border-color: var(--token-d607828b-30c2-47ee-bff0-9d4c397515ff, #efeeed); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: var(--token-c69c8909-154c-43a4-ae5a-ed0eb2e4388c, #fafaf9); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 20px; position: relative; width: 100%; z-index: 1; }\",\".framer-KCeIk .framer-rg9k99 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-KCeIk .framer-1jqde9, .framer-KCeIk .framer-1jbvhtu { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-KCeIk .framer-16ssgtu { flex: none; height: 5px; max-width: 100%; overflow: hidden; position: relative; width: 322px; }\",\".framer-KCeIk .framer-uephyf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; max-width: 100%; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-KCeIk .framer-1b6szo4 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 420px; word-break: break-word; word-wrap: break-word; }\",\".framer-KCeIk .framer-v9sivv-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-KCeIk.framer-ijcbji { inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-KCeIk.framer-1o14ttj { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; bottom: 15px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 30px 20px 30px; position: fixed; right: 15px; width: min-content; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-KCeIk .framer-1e6oiah { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 381px; }\",\".framer-KCeIk .framer-1tmclbr, .framer-KCeIk .framer-1r07kfw { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-KCeIk .framer-1lp5n91 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: absolute; right: 10px; top: 10px; width: min-content; z-index: 1; }\",\".framer-KCeIk .framer-oyk9w { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-KCeIk .framer-1k3f4u { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px 24px; height: min-content; justify-content: flex-start; max-width: 100%; padding: 0px; position: relative; width: 100%; }\",\".framer-KCeIk .framer-11sk3gb { --border-bottom-width: 1px; --border-color: var(--token-d607828b-30c2-47ee-bff0-9d4c397515ff, #efeeed); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: wrap; gap: 20px; height: min-content; justify-content: flex-start; padding: 20px; position: relative; text-decoration: none; width: 1px; }\",\".framer-KCeIk .framer-12jbxb5 { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: hidden; padding: 4px 12px 2px 12px; position: absolute; right: 25px; top: 25px; width: min-content; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-KCeIk .framer-gshvxb { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: 168px; position: relative; width: 100%; }\",\".framer-KCeIk .framer-1ma9bi0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: min-content; justify-content: space-between; min-height: 180px; min-width: 200px; padding: 0px; position: relative; width: 100%; }\",\".framer-KCeIk .framer-1tmjgpl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-KCeIk .framer-13rvrhy { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-KCeIk .framer-1gu8ejh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 275px; }\",\".framer-KCeIk .framer-16bwy0d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 100%; padding: 0px; position: relative; width: 100%; }\",\".framer-KCeIk .framer-6ok0dk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-KCeIk .framer-qr7jxr-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-KCeIk .framer-1mmdb66-container { flex: none; height: 680px; position: relative; width: 100%; }\",\".framer-KCeIk .framer-1gcw4t6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 128px; height: min-content; justify-content: flex-start; overflow: var(--overflow-clip-fallback, clip); padding: 0px; position: relative; width: 100%; }\",\".framer-KCeIk .framer-tp8553 { background: linear-gradient(270deg, #ffffff 3.41356981981982%, rgba(255, 255, 255, 0) 23.944256756756758%, rgba(255, 255, 255, 0) 83.63070101351352%, rgb(255, 255, 255) 96.59522804054053%); bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 8; }\",\".framer-KCeIk .framer-1lkrpqg { height: 21px; position: relative; width: 111px; }\",\".framer-KCeIk .framer-1vkmrei { height: 14px; left: 68px; position: absolute; top: 4px; width: 4px; }\",\".framer-KCeIk .framer-uoewz3 { height: 14px; left: 37px; position: absolute; top: 4px; width: 14px; }\",\".framer-KCeIk .framer-orphln { height: 14px; left: 74px; position: absolute; top: 4px; width: 14px; }\",\".framer-KCeIk .framer-1asel70 { height: 8px; left: 78px; position: absolute; top: 7px; width: 6px; }\",\".framer-KCeIk .framer-oq9mfh { height: 14px; left: 52px; position: absolute; top: 4px; width: 15px; }\",\".framer-KCeIk .framer-hf1uq3 { height: 14px; left: 90px; position: absolute; top: 4px; width: 4px; }\",\".framer-KCeIk .framer-1o7dqbt { height: 14px; left: 95px; position: absolute; top: 4px; width: 16px; }\",\".framer-KCeIk .framer-17i5shq { height: 7px; left: 101px; position: absolute; top: 7px; width: 5px; }\",\".framer-KCeIk .framer-5njjsz { height: 10px; left: 12px; position: absolute; top: 5px; width: 9px; }\",\".framer-KCeIk .framer-laq4wt { height: 21px; left: 12px; position: absolute; top: 0px; width: 20px; }\",\".framer-KCeIk .framer-1qwjxfp { height: 9px; left: 6px; position: absolute; top: 7px; width: 6px; }\",\".framer-KCeIk .framer-9zkz0v { height: 16px; left: 0px; position: absolute; top: 3px; width: 12px; }\",\".framer-KCeIk .framer-1pmfq7p { height: 26px; position: relative; width: 131px; }\",\".framer-KCeIk .framer-1lzy44x { height: 14px; left: 0px; position: absolute; top: 8px; width: 11px; }\",\".framer-KCeIk .framer-4bw5kj { height: 14px; left: 27px; position: absolute; top: 8px; width: 4px; }\",\".framer-KCeIk .framer-mcch72 { height: 15px; left: 33px; position: absolute; top: 8px; width: 12px; }\",\".framer-KCeIk .framer-2kl3st { height: 15px; left: 46px; position: absolute; top: 8px; width: 10px; }\",\".framer-KCeIk .framer-ftv0oe { height: 15px; left: 58px; position: absolute; top: 8px; width: 10px; }\",\".framer-KCeIk .framer-19sjgkk { height: 14px; left: 85px; position: absolute; top: 8px; width: 13px; }\",\".framer-KCeIk .framer-6rur2n { height: 15px; left: 69px; position: absolute; top: 8px; width: 14px; }\",\".framer-KCeIk .framer-1ecutrj { height: 9px; left: 73px; position: absolute; top: 11px; width: 6px; }\",\".framer-KCeIk .framer-1o3rw1j { height: 3px; left: 17px; position: absolute; top: 11px; width: 4px; }\",\".framer-KCeIk .framer-1g4pc5y { height: 14px; left: 14px; position: absolute; top: 8px; width: 12px; }\",\".framer-KCeIk .framer-1vk4vdc { height: 10px; left: 111px; position: absolute; top: 0px; width: 20px; }\",\".framer-KCeIk .framer-1s96kw { height: 10px; left: 111px; position: absolute; top: 8px; width: 20px; }\",\".framer-KCeIk .framer-14tew65 { height: 10px; left: 111px; position: absolute; top: 17px; width: 20px; }\",\".framer-KCeIk .framer-18xt0g7 { height: 33px; position: relative; width: 75px; }\",\".framer-KCeIk .framer-1i101pw { height: 33px; left: 0px; position: absolute; top: 0px; width: 75px; }\",\".framer-KCeIk .framer-9d9hxc { height: 29px; left: 2px; position: absolute; top: 2px; width: 71px; }\",\".framer-KCeIk .framer-1po5szj { height: 12px; left: 11px; position: absolute; top: 12px; width: 11px; }\",\".framer-KCeIk .framer-1rpb3nc { height: 12px; left: 23px; position: absolute; top: 12px; width: 12px; }\",\".framer-KCeIk .framer-1a46amr { height: 8px; left: 25px; position: absolute; top: 14px; width: 7px; }\",\".framer-KCeIk .framer-1bdkj7t { height: 15px; left: 45px; position: absolute; top: 9px; width: 7px; }\",\".framer-KCeIk .framer-1vs8ts2 { height: 12px; left: 52px; position: absolute; top: 12px; width: 12px; }\",\".framer-KCeIk .framer-ha6kzk { height: 8px; left: 55px; position: absolute; top: 14px; width: 7px; }\",\".framer-KCeIk .framer-1deplv9 { height: 12px; left: 37px; position: absolute; top: 12px; width: 6px; }\",\".framer-KCeIk .framer-1530x4i { height: 40px; position: relative; width: 77px; }\",\".framer-KCeIk .framer-1m1lefx { height: 40px; left: 0px; position: absolute; top: 0px; width: 70px; }\",\".framer-KCeIk .framer-1koh2gu { height: 14px; left: 30px; position: absolute; top: 27px; width: 9px; }\",\".framer-KCeIk .framer-18ufy2a { height: 7px; left: 59px; position: absolute; top: 30px; width: 7px; }\",\".framer-KCeIk .framer-12ekt7p { height: 14px; left: 56px; position: absolute; top: 27px; width: 14px; }\",\".framer-KCeIk .framer-45p1mk { height: 13px; left: 22px; position: absolute; top: 27px; width: 4px; }\",\".framer-KCeIk .framer-toxv85 { height: 14px; left: 7px; position: absolute; top: 27px; width: 10px; }\",\".framer-KCeIk .framer-1i04hom { height: 14px; left: 42px; position: absolute; top: 27px; width: 10px; }\",\".framer-KCeIk .framer-1nq1sqv, .framer-KCeIk .framer-1fi1khl { height: 21px; left: 19px; position: absolute; top: 0px; width: 4px; }\",\".framer-KCeIk .framer-ckab19, .framer-KCeIk .framer-1efq3t6, .framer-KCeIk .framer-1wutok2 { height: 12px; left: 9px; position: absolute; top: 6px; width: 4px; }\",\".framer-KCeIk .framer-wp4sk1, .framer-KCeIk .framer-1qoa112 { height: 7px; left: 0px; position: absolute; top: 11px; width: 4px; }\",\".framer-KCeIk .framer-kzv9ch { height: 21px; left: 19px; position: absolute; top: 0px; width: 58px; }\",\".framer-KCeIk .framer-1ae5803 { height: 21px; left: 0px; position: absolute; top: 0px; width: 4px; }\",\".framer-KCeIk .framer-o70i07 { height: 7px; left: 19px; position: absolute; top: 11px; width: 4px; }\",\".framer-KCeIk .framer-vexx2z { height: 21px; left: 37px; position: absolute; top: 0px; width: 4px; }\",\".framer-KCeIk .framer-s7koor { height: 12px; left: 46px; position: absolute; top: 6px; width: 4px; }\",\".framer-KCeIk .framer-1taxrl0 { height: 7px; left: 55px; position: absolute; top: 11px; width: 4px; }\",\".framer-KCeIk .framer-onrdnk { height: 21px; left: 37px; position: absolute; top: 0px; width: 22px; }\",\".framer-KCeIk .framer-1thi09s { height: 23px; position: relative; width: 75px; }\",\".framer-KCeIk .framer-1voicit { height: 14px; left: 56px; position: absolute; top: 8px; width: 19px; }\",\".framer-KCeIk .framer-1rs048f { height: 22px; left: 44px; position: absolute; top: 0px; width: 13px; }\",\".framer-KCeIk .framer-ayj2s1 { height: 23px; left: 0px; position: absolute; top: 0px; width: 44px; }\",\".framer-KCeIk .framer-cp4zzo { height: 3px; left: 17px; position: absolute; top: 11px; width: 6px; }\",\".framer-KCeIk .framer-ha2qiy { height: 8px; left: 32px; position: absolute; top: 11px; width: 6px; }\",\".framer-KCeIk .framer-fy8eox { height: 31px; position: relative; width: 92px; }\",\".framer-KCeIk .framer-1dxectt { height: 31px; left: 0px; position: absolute; top: 0px; width: 92px; }\",\".framer-KCeIk .framer-1mnzjjh { height: 16px; left: 15px; position: absolute; top: 0px; width: 21px; }\",\".framer-KCeIk .framer-1jvq5y9 { height: 13px; left: 11px; position: absolute; top: 18px; width: 47px; }\",\".framer-KCeIk .framer-1fg4hmi { height: 17px; left: 37px; position: absolute; top: 0px; width: 13px; }\",\".framer-KCeIk .framer-1dm3sbe { height: 5px; left: 42px; position: absolute; top: 9px; width: 4px; }\",\".framer-KCeIk .framer-viezae { height: 17px; left: 0px; position: absolute; top: 0px; width: 13px; }\",\".framer-KCeIk .framer-ag4xy0 { height: 5px; left: 4px; position: absolute; top: 9px; width: 4px; }\",\".framer-KCeIk .framer-tsdr80 { height: 16px; left: 80px; position: absolute; top: 0px; width: 13px; }\",\".framer-KCeIk .framer-fxrirz { height: 17px; left: 64px; position: absolute; top: 0px; width: 14px; }\",\".framer-KCeIk .framer-2t2cw3 { height: 10px; left: 68px; position: absolute; top: 4px; width: 5px; }\",\".framer-KCeIk .framer-1qntjqv { height: 16px; left: 52px; position: absolute; top: 1px; width: 12px; }\",\".framer-KCeIk .framer-cub17c { height: 10px; left: 52px; position: absolute; top: 17px; width: 10px; }\",\".framer-KCeIk .framer-bbrrpz { height: 19px; position: relative; width: 80px; }\",\".framer-KCeIk .framer-tqjgqw { height: 19px; left: 55px; position: absolute; top: 0px; width: 25px; }\",\".framer-KCeIk .framer-acdfdt { height: 19px; left: 0px; position: absolute; top: 0px; width: 18px; }\",\".framer-KCeIk .framer-29ca2f { height: 19px; left: 36px; position: absolute; top: 0px; width: 18px; }\",\".framer-KCeIk .framer-q9zgvc { height: 11px; left: 40px; position: absolute; top: 4px; width: 11px; }\",\".framer-KCeIk .framer-oixb1w { height: 19px; left: 17px; position: absolute; top: 0px; width: 18px; }\",\".framer-KCeIk .framer-13x3zhk { height: 11px; left: 21px; position: absolute; top: 4px; width: 11px; }\",\".framer-KCeIk .framer-alicz2 { height: 20px; position: relative; width: 88px; }\",\".framer-KCeIk .framer-1acmsgn { height: 16px; left: 8px; position: absolute; top: 0px; width: 15px; }\",\".framer-KCeIk .framer-ckt7bx { height: 17px; left: 0px; position: absolute; top: 3px; width: 88px; }\",\".framer-KCeIk .framer-me3a2l { height: 16px; left: 0px; position: absolute; top: 0px; width: 12px; }\",\".framer-KCeIk .framer-ao5ob6 { height: 13px; left: 30px; position: absolute; top: 0px; width: 18px; }\",\".framer-KCeIk .framer-1pn44vw { height: 13px; left: 49px; position: absolute; top: 0px; width: 11px; }\",\".framer-KCeIk .framer-1vnte78 { height: 5px; left: 51px; position: absolute; top: 7px; width: 7px; }\",\".framer-KCeIk .framer-iqna3i { height: 13px; left: 62px; position: absolute; top: 0px; width: 11px; }\",\".framer-KCeIk .framer-1b598aq { height: 17px; left: 76px; position: absolute; top: 0px; width: 12px; }\",\".framer-KCeIk .framer-1im9wf { height: 9px; left: 78px; position: absolute; top: 2px; width: 8px; }\",\".framer-KCeIk .framer-itv0bh-container { flex: none; height: auto; max-width: 100%; position: relative; width: 100%; z-index: 3; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,...sharedStyle12.css,...sharedStyle13.css,...sharedStyle14.css,...sharedStyle15.css,...sharedStyle16.css,'.framer-KCeIk[data-border=\"true\"]::after, .framer-KCeIk [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; corner-shape: inherit; pointer-events: none; }',\"@media (min-width: 1200px) and (max-width: 1599.98px) { .framer-KCeIk.framer-7sk2f9 { width: 1200px; } .framer-KCeIk .framer-zab5b { height: var(--framer-aspect-ratio-supported, 408px); }}\",\"@media (min-width: 810px) and (max-width: 1199.98px) { .framer-KCeIk.framer-7sk2f9 { width: 810px; } .framer-KCeIk .framer-hw2ran { gap: 24px; justify-content: flex-start; } .framer-KCeIk .framer-s7j7uy { flex: 2.5 0 0px; } .framer-KCeIk .framer-1u7j7e1 { gap: 40px; } .framer-KCeIk .framer-zab5b { height: var(--framer-aspect-ratio-supported, 264px); }}\",\"@media (max-width: 809.98px) { .framer-KCeIk.framer-7sk2f9 { width: 390px; } .framer-KCeIk .framer-i1hbkp { padding: 100px 20px 0px 20px; } .framer-KCeIk .framer-hw2ran, .framer-KCeIk .framer-1k3f4u { flex-direction: column; } .framer-KCeIk .framer-s7j7uy, .framer-KCeIk .framer-11sk3gb { flex: none; width: 100%; } .framer-KCeIk .framer-1u7j7e1 { gap: 40px; } .framer-KCeIk .framer-zab5b { height: var(--framer-aspect-ratio-supported, 0px); } .framer-KCeIk .framer-1vzrs8j { align-self: unset; height: 1px; width: 100%; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 19593\n * @framerIntrinsicWidth 1600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"W3bPx8Swy\":{\"layout\":[\"fixed\",\"auto\"]},\"NKrPG2iKH\":{\"layout\":[\"fixed\",\"auto\"]},\"F0GYSZqg1\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections false\n * @framerResponsiveScreen true\n * @framerLayoutTemplateFlowEffect true\n */const FramerOf3bNXSiZ=withCSS(Component,css,\"framer-KCeIk\");export default FramerOf3bNXSiZ;FramerOf3bNXSiZ.displayName=\"Blog Detail\";FramerOf3bNXSiZ.defaultProps={height:19593,width:1600};addFonts(FramerOf3bNXSiZ,[{explicitInter:true,fonts:[{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2070, U+2074-207E, U+2080-208E, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/GrgcKwrN6d3Uz8EwcLHZxwEfC4.woff2\",weight:\"400\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2070, U+2074-207E, U+2080-208E, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/syRNPWzAMIrcJ3wIlPIP43KjQs.woff2\",weight:\"700\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2070, U+2074-207E, U+2080-208E, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/UjlFhCnUjxhNfep4oYBPqnEssyo.woff2\",weight:\"500\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2070, U+2074-207E, U+2080-208E, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/yDtI2UI8XcEg1W2je9XPN3Noo.woff2\",weight:\"600\"},{cssFamilyName:\"Inter\",source:\"framer\",style:\"normal\",uiFamilyName:\"Inter\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]},...CustomInputFonts,...LaunchButtonsPrimaryFonts,...LaunchFeatsFooterCTAFonts,...LaunchNavFooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...getFontsFromSharedStyle(sharedStyle12.fonts),...getFontsFromSharedStyle(sharedStyle13.fonts),...getFontsFromSharedStyle(sharedStyle14.fonts),...getFontsFromSharedStyle(sharedStyle15.fonts),...getFontsFromSharedStyle(sharedStyle16.fonts),...componentPresets.fonts?.[\"yQwQ66A1N\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"yQwQ66A1N\"]):[],...componentPresets.fonts?.[\"f8y9faKRj\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"f8y9faKRj\"]):[]],{supportsExplicitInterCodegen:true});FramerOf3bNXSiZ.loader={load:(props,context)=>{const locale=context.locale;const queryCacheEntry=queryCache.get(query3(),locale);const detailResultPromise=queryCache.get(detailQuery(getWhereExpressionFromPathVariables(context.pathVariables,\"Of3bNXSiZ\")),locale).readMaybeAsync();return Promise.allSettled([queryCacheEntry.preload(),forwardLoader(LaunchFeatsFooterCTA,{},context),forwardLoader(LaunchNavFooter,{},context),(async()=>{const[detailData]=await detailResultPromise??[];return Promise.allSettled([queryCache.get(query(detailData?.[\"L_Zc7bOLS\"]),locale).preload(),queryCache.get(query1(detailData?.[\"MAWtCyEwG\"]),locale).preload(),queryCache.get(query2(detailData?.[\"MAWtCyEwG\"]),locale).preload()]);})(),(async()=>{const parentData=await queryCacheEntry.readMaybeAsync()??[];return Promise.allSettled(parentData.flatMap(item=>forwardLoader(LaunchButtonsPrimary,{},context)));})()]);}};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOf3bNXSiZ\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"W3bPx8Swy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NKrPG2iKH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"F0GYSZqg1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerScrollSections\":\"false\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1600\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"19593\",\"framerLayoutTemplateFlowEffect\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"true\"}},\"queryParamNames\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}