{"version":3,"file":"O6upnxypUYChRqDVo9JkI1fS4qfBjO17foWgTGbtjgg.h5ty59Se.mjs","names":["Navigation2","Footer2","ButtonSM","ButtonLG","Image","metadata","className","PropertyOverrides","css"],"sources":["https:/framerusercontent.com/modules/Ds46DpdHe7v59FvJ0MpG/pIT5hKpSmDX2CsdIVKal/tb7D3GKii.js"],"sourcesContent":["// Generated by Framer (ee31e22)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ButtonSM from\"https://framerusercontent.com/modules/1VhMBoX29qZFDeJTdbBd/oCJbqw8WHy50sYKxVqob/dL_2i3zqv.js\";import ButtonLG from\"https://framerusercontent.com/modules/thLZe0KlWunDKUQXp84U/hPLUk1Ga1flVnX6M6dgA/JM9HqUzKD.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/qXyG1UgqGGx5DS4G9abM/Smooth_Scroll.js\";import Footer2 from\"#framer/local/canvasComponent/cSvs9fSvI/cSvs9fSvI.js\";import Navigation2 from\"#framer/local/canvasComponent/ynjkIrf8D/ynjkIrf8D.js\";import*as sharedStyle from\"#framer/local/css/HpGAIZbL2/HpGAIZbL2.js\";import metadataProvider from\"#framer/local/webPageMetadata/tb7D3GKii/tb7D3GKii.js\";const SmoothScrollFonts=getFonts(SmoothScroll);const Navigation2Fonts=getFonts(Navigation2);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const Footer2Fonts=getFonts(Footer2);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const RichTextWithFX=withFX(RichText);const ButtonSMFonts=getFonts(ButtonSM);const MotionDivWithFX=withFX(motion.div);const ButtonLGFonts=getFonts(ButtonLG);const ImageWithOptimizedAppearEffect=withOptimizedAppearEffect(Image);const breakpoints={dWGN0tNtB:\"(min-width: 810px) and (max-width: 1399px)\",zKSezUJOu:\"(min-width: 1400px)\",ZnQG_QwuU:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-cURSf\";const variantClassNames={dWGN0tNtB:\"framer-v-lueng0\",zKSezUJOu:\"framer-v-1e92ybk\",ZnQG_QwuU:\"framer-v-hhkryk\"};const transition1={damping:30,delay:.3,mass:1,stiffness:150,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition2={damping:30,delay:.2,mass:1,stiffness:150,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-150,y:0};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150};const transition3={damping:30,delay:.4,mass:1,stiffness:150,type:\"spring\"};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:150};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"zKSezUJOu\",Phone:\"ZnQG_QwuU\",Tablet:\"dWGN0tNtB\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"zKSezUJOu\"};};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{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"zKSezUJOu\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-262cbe70-99d5-444d-83fd-7af83e065c10, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1e92ybk\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-b6yazl-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"EADzW7dGU\",scopeId:\"tb7D3GKii\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"EADzW7dGU\",intensity:10,layoutId:\"EADzW7dGU\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:`min(${componentViewport?.width||\"100vw\"}, 1400px)`,y:(componentViewport?.y||0)+0+200,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-1rm0bf3-container\",\"data-framer-appear-id\":\"1rm0bf3\",initial:animation1,nodeId:\"Bb3J9HjxA\",optimized:true,rendersWithMotion:true,scopeId:\"tb7D3GKii\",children:/*#__PURE__*/_jsx(Navigation2,{height:\"100%\",id:\"Bb3J9HjxA\",layoutId:\"Bb3J9HjxA\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"DpzkpQdit\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:700,width:componentViewport?.width||\"100vw\",y:300,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fkuh0k-container\",layoutScroll:true,nodeId:\"dmpOh786j\",scopeId:\"tb7D3GKii\",children:/*#__PURE__*/_jsx(Footer2,{height:\"100%\",id:\"dmpOh786j\",layoutId:\"dmpOh786j\",style:{height:\"100%\",width:\"100%\"},variant:\"ROLbwOm6i\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19mcp63\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsxs(\"div\",{background:{alt:\"\",fit:\"fill\",positionX:\"center\",positionY:\"top\"},className:\"framer-phqwym\",\"data-framer-name\":\"Hero\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-3557fi\",\"data-framer-name\":\"Text 1\",children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation2,className:\"framer-uuyr9r\",\"data-framer-appear-id\":\"uuyr9r\",\"data-framer-name\":\"Innovation\",initial:animation3,optimized:true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZnQG_QwuU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-a922vw\",\"data-styles-preset\":\"HpGAIZbL2\",style:{\"--framer-text-alignment\":\"left\"},children:\"Terms & Conditions\"})}),fonts:[\"Inter\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0ZLIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"FK Grotesk Regular\", \"FK Grotesk Regular Placeholder\", sans-serif',\"--framer-font-size\":\"57px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-ccca57f6-9ceb-4eb9-a480-c026b0c28c38, rgb(39, 43, 52))\"},children:\"Terms & Conditions\"})}),className:\"framer-9wyx4x\",\"data-framer-name\":\"At Scope, we believe in pushing the boundaries of what's possible.\",fonts:[\"CUSTOM;FK Grotesk Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZnQG_QwuU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0ZLIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"FK Grotesk Regular\", \"FK Grotesk Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-4f466849-2c00-4cdf-bed8-189e7b35e69e, rgb(62, 68, 80))\"},children:\"Get in touch with our sales and support teams for demos, onboarding support, product inquiries or general questions.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0ZLIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"FK Grotesk Regular\", \"FK Grotesk Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-4f466849-2c00-4cdf-bed8-189e7b35e69e, rgb(62, 68, 80))\"},children:\"Get in touch with our sales and support teams for demos, onboarding support, product inquiries or general questions.\"})}),className:\"framer-zt1e53\",\"data-framer-name\":\"Our commitment to innovation drives us to continuously improve our deep learning-powered inspection systems, ensuring we stay ahead of the curve and provide the most advanced solutions available.\",fonts:[\"CUSTOM;FK Grotesk Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(39, 43, 52)\"},children:\"1. Introduction\"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(39, 43, 52)\"},children:[\"Welcome to Vision for Scope. These Terms and Conditions govern your use of our website and services. By accessing or using our site, you agree to comply with and be bound by these terms.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(39, 43, 52)\"},children:\"2. Acceptance of Terms\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(39, 43, 52)\"},children:\"By using Vision for Scope, you acknowledge that you have read, understood, and agree to these Terms and Conditions. If you do not agree, please do not use our site.\"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(39, 43, 52)\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"3. Use of Our Website\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(39, 43, 52)\"},children:\"Eligibility: You must be at least 18 years old to use our site.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(39, 43, 52)\"},children:\"Account Responsibility: You are responsible for maintaining the confidentiality of your account information and for all activities that occur under your account.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(39, 43, 52)\"},children:\"Prohibited Activities: You agree not to engage in any unlawful, harmful, or fraudulent activities while using our site.\"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(39, 43, 52)\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"4. Intellectual Property\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(39, 43, 52)\"},children:\"All content, trademarks, and data on Vision for Scope are the property of Vision for Scope or its licensors. You may not reproduce, distribute, or use any content without prior written consent.\"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(39, 43, 52)\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"5. Services\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(39, 43, 52)\"},children:\"Service Description: Vision for Scope offers comprehensive training and operator support programs.\"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(39, 43, 52)\"},children:[\"Modification of Services: We reserve the right to modify or discontinue any service at any time without prior notice.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(39, 43, 52)\"},children:\"6. Payment Terms\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(39, 43, 52)\"},children:\"Pricing: All prices for our services are listed on our site and are subject to change without notice.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(39, 43, 52)\"},children:\"Payment: Payments must be made in full prior to the delivery of services unless otherwise agreed upon.\"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(39, 43, 52)\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"7. Cancellation and Refunds\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(39, 43, 52)\"},children:\"Cancellation: You may cancel your service agreement within 14 days of signing up for a full refund.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(39, 43, 52)\"},children:\"Refunds: Refunds will be processed within 30 days of receiving a valid cancellation request.\"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(39, 43, 52)\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"8. Limitation of Liability\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(39, 43, 52)\"},children:\"Vision for Scope is not liable for any direct, indirect, incidental, or consequential damages arising from your use of our services or site.\"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(39, 43, 52)\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"9. Privacy Policy\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(39, 43, 52)\"},children:\"Your privacy is important to us. Please review our Privacy Policy for information on how we collect, use, and protect your personal information.\"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(39, 43, 52)\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"10. Governing Law\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(39, 43, 52)\"},children:\"These Terms and Conditions are governed by and construed in accordance with the laws of Texas. Any disputes arising out of or in connection with these terms shall be subject to the exclusive jurisdiction of the courts of Texas.\"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(39, 43, 52)\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"11. Changes to Terms\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(39, 43, 52)\"},children:\"We reserve the right to modify these Terms and Conditions at any time. Changes will be effective immediately upon posting to our site. Your continued use of our site signifies your acceptance of the revised terms.\"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(39, 43, 52)\"},children:[/*#__PURE__*/_jsx(\"br\",{}),\"12. Contact Information\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(39, 43, 52)\"},children:\"For any questions or concerns about these Terms and Conditions, please contact us at:\"}),/*#__PURE__*/_jsxs(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(39, 43, 52)\"},children:[/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\"},children:\"Vision for Scope\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\"},children:/*#__PURE__*/_jsx(\"br\",{})}),\"Email: support@visionforscope.com\"]})]}),className:\"framer-151mzv1\",\"data-framer-name\":\"1. Introduction Welcome to Vision for Scope. These Terms and Conditions govern your use of our website and services. By accessing or using our site, you agree to comply with and be bound by these terms.\\u2028 2. Acceptance of Terms By using Vision for Scope, you acknowledge that you have read, understood, and agree to these Terms and Conditions. If you do not agree, please do not use our site. \\u20283. Use of Our Website Eligibility: You must be at least 18 years old to use our site. Account Responsibility: You are responsible for maintaining the confidentiality of your account information and for all activities that occur under your account. Prohibited Activities: You agree not to engage in any unlawful, harmful, or fraudulent activities while using our site. \\u20284. Intellectual Property All content, trademarks, and data on Vision for Scope are the property of Vision for Scope or its licensors. You may not reproduce, distribute, or use any content without prior written consent. \\u20285. Services Service Description: Vision for Scope offers comprehensive training and operator support programs. Modification of Services: We reserve the right to modify or discontinue any service at any time without prior notice.\\u2028 6. Payment Terms Pricing: All prices for our services are listed on our site and are subject to change without notice. Payment: Payments must be made in full prior to the delivery of services unless otherwise agreed upon. \\u20287. Cancellation and Refunds Cancellation: You may cancel your service agreement within 14 days of signing up for a full refund. Refunds: Refunds will be processed within 30 days of receiving a valid cancellation request. \\u20288. Limitation of Liability Vision for Scope is not liable for any direct, indirect, incidental, or consequential damages arising from your use of our services or site. \\u20289. Privacy Policy Your privacy is important to us. Please review our Privacy Policy for information on how we collect, use, and protect your personal information. \\u202810. Governing Law These Terms and Conditions are governed by and construed in accordance with the laws of [Your Jurisdiction]. Any disputes arising out of or in connection with these terms shall be subject to the exclusive jurisdiction of the courts of [Your Jurisdiction]. \\u202811. Changes to Terms We reserve the right to modify these Terms and Conditions at any time. Changes will be effective immediately upon posting to our site. Your continued use of our site signifies your acceptance of the revised terms. \\u202812. Contact Information For any questions or concerns about these Terms and Conditions, please contact us at: \\u2028Vision for Scope\\u2028Email: support@visionforscope.com\\u2028Phone: [Your Phone Number]\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-6bl882\",\"data-border\":true,\"data-framer-name\":\"About CTA\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-t0ykrk\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dWGN0tNtB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(39, 43, 52)\"},children:\"Ready to see our system in action?\"})})},ZnQG_QwuU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(39, 43, 52)\"},children:\"Ready to see our system in action?\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgb(39, 43, 52)\"},children:\"Ready to see our system in action?\"})}),className:\"framer-y42pn6\",\"data-framer-name\":\"Bold/H4 Bold\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dWGN0tNtB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\"},children:\"Explore further the Scope V1 technology scheduling a demo.\"})})},ZnQG_QwuU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\"},children:\"Explore further the Scope V1 technology scheduling a demo.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"150%\"},children:\"Explore further the Scope V1 technology scheduling a demo.\"})}),className:\"framer-dnz89w\",\"data-framer-name\":\"Bold/H4 Bold\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"sg0mhhrVw\"},implicitPathVariables:undefined},{href:{webPageId:\"sg0mhhrVw\"},implicitPathVariables:undefined},{href:{webPageId:\"sg0mhhrVw\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dWGN0tNtB:{y:(componentViewport?.y||0)+0+296+0+0+112+4471+26.5},ZnQG_QwuU:{y:(componentViewport?.y||0)+0+296+0+0+80+4465.6+24+234}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,y:(componentViewport?.y||0)+0+296+0+0+112+4551+32,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1j5vx19-container\",isModuleExternal:true,nodeId:\"wAdC1uotY\",scopeId:\"tb7D3GKii\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dWGN0tNtB:{nBqOjIBVR:resolvedLinks[1]},ZnQG_QwuU:{nBqOjIBVR:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(ButtonSM,{height:\"100%\",id:\"wAdC1uotY\",KH5JlwHlF:\"Request a Demo\",layoutId:\"wAdC1uotY\",nBqOjIBVR:resolvedLinks[0],variant:\"pJ5LtUAjV\",width:\"100%\"})})})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dWGN0tNtB:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+296+0+4793),pixelHeight:2160,pixelWidth:3840,positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/oTVg0UAQLghHxoD4rE0JGpw3hsw.jpg\",srcSet:\"https://framerusercontent.com/images/oTVg0UAQLghHxoD4rE0JGpw3hsw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/oTVg0UAQLghHxoD4rE0JGpw3hsw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/oTVg0UAQLghHxoD4rE0JGpw3hsw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/oTVg0UAQLghHxoD4rE0JGpw3hsw.jpg 3840w\"}},ZnQG_QwuU:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+296+0+4952.6),pixelHeight:2160,pixelWidth:3840,positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/oTVg0UAQLghHxoD4rE0JGpw3hsw.jpg\",srcSet:\"https://framerusercontent.com/images/oTVg0UAQLghHxoD4rE0JGpw3hsw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/oTVg0UAQLghHxoD4rE0JGpw3hsw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/oTVg0UAQLghHxoD4rE0JGpw3hsw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/oTVg0UAQLghHxoD4rE0JGpw3hsw.jpg 3840w\"}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation6,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+296+0+4884),pixelHeight:2160,pixelWidth:3840,positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/oTVg0UAQLghHxoD4rE0JGpw3hsw.jpg\",srcSet:\"https://framerusercontent.com/images/oTVg0UAQLghHxoD4rE0JGpw3hsw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/oTVg0UAQLghHxoD4rE0JGpw3hsw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/oTVg0UAQLghHxoD4rE0JGpw3hsw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/oTVg0UAQLghHxoD4rE0JGpw3hsw.jpg 3840w\"},className:\"framer-1k8ofbi\",\"data-framer-appear-id\":\"1k8ofbi\",\"data-framer-name\":\"CTA w Testimonials\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1patry8\",\"data-framer-name\":\"CTA\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZnQG_QwuU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-a922vw\",\"data-styles-preset\":\"HpGAIZbL2\",style:{\"--framer-text-color\":\"var(--token-a7a441d5-16cc-474c-8071-038227cb85c7, rgb(245, 245, 245))\"},children:\"Ready to increase safety and protect operations?\"})}),fonts:[\"Inter\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0ZLIEdyb3Rlc2sgUmVndWxhcg==\",\"--framer-font-family\":'\"FK Grotesk Regular\", \"FK Grotesk Regular Placeholder\", sans-serif',\"--framer-font-size\":\"57px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-6b211503-4588-4388-9f00-6c98b711123e, rgb(245, 245, 245))\"},children:\"Ready to increase safety and protect operations?\"})}),className:\"framer-37ewvd\",fonts:[\"CUSTOM;FK Grotesk Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1268m2r\",\"data-framer-name\":\"CTA\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ANEPmWCwV\"},implicitPathVariables:undefined},{href:{webPageId:\"ANEPmWCwV\"},implicitPathVariables:undefined},{href:{webPageId:\"ANEPmWCwV\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dWGN0tNtB:{y:(componentViewport?.y||0)+0+296+0+4793+40+0+120+97+0},ZnQG_QwuU:{width:`calc(${componentViewport?.width||\"100vw\"} - 80px)`,y:(componentViewport?.y||0)+0+296+0+4952.6+40+0+40+277.8+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,y:(componentViewport?.y||0)+0+296+0+4884+60+0+200+97+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-169jasg-container\",isModuleExternal:true,nodeId:\"oJClSs5FM\",scopeId:\"tb7D3GKii\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dWGN0tNtB:{TpfQ9lW_y:resolvedLinks1[1]},ZnQG_QwuU:{style:{width:\"100%\"},TpfQ9lW_y:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(ButtonLG,{BJod4OjI9:\"Schedule a Call\",height:\"100%\",id:\"oJClSs5FM\",layoutId:\"oJClSs5FM\",TpfQ9lW_y:resolvedLinks1[0],variant:\"uRW0yxCrL\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"sg0mhhrVw\"},implicitPathVariables:undefined},{href:{webPageId:\"sg0mhhrVw\"},implicitPathVariables:undefined},{href:{webPageId:\"sg0mhhrVw\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dWGN0tNtB:{y:(componentViewport?.y||0)+0+296+0+4793+40+0+120+97+0},ZnQG_QwuU:{width:`calc(${componentViewport?.width||\"100vw\"} - 80px)`,y:(componentViewport?.y||0)+0+296+0+4952.6+40+0+40+277.8+0+70}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,y:(componentViewport?.y||0)+0+296+0+4884+60+0+200+97+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-10w8bgv-container\",isModuleExternal:true,nodeId:\"VG42XNkfX\",scopeId:\"tb7D3GKii\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dWGN0tNtB:{TpfQ9lW_y:resolvedLinks2[1]},ZnQG_QwuU:{style:{width:\"100%\"},TpfQ9lW_y:resolvedLinks2[2]}},children:/*#__PURE__*/_jsx(ButtonLG,{BJod4OjI9:\"Request a Demo\",height:\"100%\",id:\"VG42XNkfX\",layoutId:\"VG42XNkfX\",TpfQ9lW_y:resolvedLinks2[0],variant:\"HRMT7YcVR\",width:\"100%\"})})})})})})]})]})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gi0owx\",\"data-framer-name\":\"Helper\"})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-cURSf.framer-lxw0v, .framer-cURSf .framer-lxw0v { display: block; }\",\".framer-cURSf.framer-1e92ybk { align-content: center; align-items: center; background-color: var(--token-262cbe70-99d5-444d-83fd-7af83e065c10, #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: 1400px; }\",\".framer-cURSf .framer-b6yazl-container, .framer-cURSf .framer-1j5vx19-container, .framer-cURSf .framer-169jasg-container, .framer-cURSf .framer-10w8bgv-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-cURSf .framer-1rm0bf3-container { flex: none; height: auto; max-width: 1400px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-cURSf .framer-1fkuh0k-container { bottom: 0px; flex: none; height: 70vh; left: 0px; position: fixed; right: 0px; z-index: 1; }\",\".framer-cURSf .framer-19mcp63 { align-content: center; align-items: center; background-color: var(--token-262cbe70-99d5-444d-83fd-7af83e065c10, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-cURSf .framer-phqwym { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 120px; height: min-content; justify-content: center; overflow: hidden; padding: 112px; position: relative; width: 100%; }\",\".framer-cURSf .framer-3557fi { 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: visible; padding: 0px; position: relative; width: 60%; }\",\".framer-cURSf .framer-uuyr9r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-cURSf .framer-9wyx4x, .framer-cURSf .framer-zt1e53 { --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-cURSf .framer-151mzv1 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 888px; word-break: break-word; word-wrap: break-word; }\",\".framer-cURSf .framer-6bl882 { --border-bottom-width: 1px; --border-color: #c4c9d3; --border-left-width: 1px; --border-right-width: 1px; --border-style: dashed; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-262cbe70-99d5-444d-83fd-7af83e065c10, #ffffff); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 880px; overflow: visible; padding: 32px 40px 32px 40px; position: relative; width: min-content; }\",\".framer-cURSf .framer-t0ykrk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-cURSf .framer-y42pn6, .framer-cURSf .framer-dnz89w { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-cURSf .framer-1k8ofbi { 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: hidden; padding: 60px 0px 0px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-cURSf .framer-1patry8 { align-content: center; align-items: center; background: linear-gradient(180deg, rgba(255, 72, 31, 0) 45%, rgb(255, 72, 31) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 200px 120px 200px 102px; position: relative; width: 100%; }\",\".framer-cURSf .framer-37ewvd { --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-cURSf .framer-1268m2r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-cURSf .framer-1gi0owx { align-content: center; align-items: center; border-top-left-radius: 80px; border-top-right-radius: 80px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: 70vh; justify-content: center; overflow: hidden; padding: 120px 60px 0px 60px; pointer-events: none; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-cURSf.framer-1e92ybk, .framer-cURSf .framer-19mcp63, .framer-cURSf .framer-phqwym, .framer-cURSf .framer-3557fi, .framer-cURSf .framer-uuyr9r, .framer-cURSf .framer-6bl882, .framer-cURSf .framer-t0ykrk, .framer-cURSf .framer-1k8ofbi, .framer-cURSf .framer-1patry8, .framer-cURSf .framer-1268m2r, .framer-cURSf .framer-1gi0owx { gap: 0px; } .framer-cURSf.framer-1e92ybk > *, .framer-cURSf .framer-19mcp63 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-cURSf.framer-1e92ybk > :first-child, .framer-cURSf .framer-19mcp63 > :first-child, .framer-cURSf .framer-phqwym > :first-child, .framer-cURSf .framer-3557fi > :first-child, .framer-cURSf .framer-uuyr9r > :first-child, .framer-cURSf .framer-1k8ofbi > :first-child, .framer-cURSf .framer-1patry8 > :first-child, .framer-cURSf .framer-1gi0owx > :first-child { margin-top: 0px; } .framer-cURSf.framer-1e92ybk > :last-child, .framer-cURSf .framer-19mcp63 > :last-child, .framer-cURSf .framer-phqwym > :last-child, .framer-cURSf .framer-3557fi > :last-child, .framer-cURSf .framer-uuyr9r > :last-child, .framer-cURSf .framer-1k8ofbi > :last-child, .framer-cURSf .framer-1patry8 > :last-child, .framer-cURSf .framer-1gi0owx > :last-child { margin-bottom: 0px; } .framer-cURSf .framer-phqwym > * { margin: 0px; margin-bottom: calc(120px / 2); margin-top: calc(120px / 2); } .framer-cURSf .framer-3557fi > *, .framer-cURSf .framer-1k8ofbi > *, .framer-cURSf .framer-1gi0owx > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-cURSf .framer-uuyr9r > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-cURSf .framer-6bl882 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-cURSf .framer-6bl882 > :first-child, .framer-cURSf .framer-t0ykrk > :first-child, .framer-cURSf .framer-1268m2r > :first-child { margin-left: 0px; } .framer-cURSf .framer-6bl882 > :last-child, .framer-cURSf .framer-t0ykrk > :last-child, .framer-cURSf .framer-1268m2r > :last-child { margin-right: 0px; } .framer-cURSf .framer-t0ykrk > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-cURSf .framer-1patry8 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-cURSf .framer-1268m2r > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } }\",...sharedStyle.css,'.framer-cURSf[data-border=\"true\"]::after, .framer-cURSf [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1399px) { .framer-cURSf.framer-1e92ybk { width: 810px; } .framer-cURSf .framer-phqwym { gap: 80px; padding: 112px 24px 112px 24px; } .framer-cURSf .framer-3557fi { width: 80%; } .framer-cURSf .framer-151mzv1 { width: 100%; } .framer-cURSf .framer-6bl882 { gap: 16px; padding: 24px 32px 24px 32px; width: 100%; } .framer-cURSf .framer-t0ykrk { align-content: flex-start; align-items: flex-start; flex: 1 0 0px; flex-direction: column; width: 1px; } .framer-cURSf .framer-1k8ofbi { gap: 40px; padding: 40px 0px 0px 0px; } .framer-cURSf .framer-1patry8 { padding: 120px 60px 102px 60px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-cURSf .framer-phqwym, .framer-cURSf .framer-6bl882, .framer-cURSf .framer-t0ykrk, .framer-cURSf .framer-1k8ofbi { gap: 0px; } .framer-cURSf .framer-phqwym > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-cURSf .framer-phqwym > :first-child, .framer-cURSf .framer-t0ykrk > :first-child, .framer-cURSf .framer-1k8ofbi > :first-child { margin-top: 0px; } .framer-cURSf .framer-phqwym > :last-child, .framer-cURSf .framer-t0ykrk > :last-child, .framer-cURSf .framer-1k8ofbi > :last-child { margin-bottom: 0px; } .framer-cURSf .framer-6bl882 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-cURSf .framer-6bl882 > :first-child { margin-left: 0px; } .framer-cURSf .framer-6bl882 > :last-child { margin-right: 0px; } .framer-cURSf .framer-t0ykrk > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-cURSf .framer-1k8ofbi > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }}\",\"@media (max-width: 809px) { .framer-cURSf.framer-1e92ybk { width: 390px; } .framer-cURSf .framer-phqwym { gap: 80px; padding: 80px 24px 80px 24px; } .framer-cURSf .framer-3557fi { gap: 40px; width: 100%; } .framer-cURSf .framer-uuyr9r { align-content: flex-start; align-items: flex-start; } .framer-cURSf .framer-151mzv1, .framer-cURSf .framer-169jasg-container, .framer-cURSf .framer-10w8bgv-container { width: 100%; } .framer-cURSf .framer-6bl882 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 16px; padding: 24px 20px 24px 20px; width: 100%; } .framer-cURSf .framer-t0ykrk { flex-direction: column; width: 100%; } .framer-cURSf .framer-y42pn6, .framer-cURSf .framer-dnz89w { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-cURSf .framer-1k8ofbi { gap: 40px; height: 70vh; padding: 40px 0px 0px 0px; } .framer-cURSf .framer-1patry8 { flex: 1 0 0px; gap: 50px; height: 1px; padding: 40px; } .framer-cURSf .framer-1268m2r { flex-direction: column; gap: 14px; width: 100%; } .framer-cURSf .framer-1gi0owx { height: 90vh; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-cURSf .framer-phqwym, .framer-cURSf .framer-3557fi, .framer-cURSf .framer-6bl882, .framer-cURSf .framer-t0ykrk, .framer-cURSf .framer-1k8ofbi, .framer-cURSf .framer-1patry8, .framer-cURSf .framer-1268m2r { gap: 0px; } .framer-cURSf .framer-phqwym > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-cURSf .framer-phqwym > :first-child, .framer-cURSf .framer-3557fi > :first-child, .framer-cURSf .framer-6bl882 > :first-child, .framer-cURSf .framer-t0ykrk > :first-child, .framer-cURSf .framer-1k8ofbi > :first-child, .framer-cURSf .framer-1patry8 > :first-child, .framer-cURSf .framer-1268m2r > :first-child { margin-top: 0px; } .framer-cURSf .framer-phqwym > :last-child, .framer-cURSf .framer-3557fi > :last-child, .framer-cURSf .framer-6bl882 > :last-child, .framer-cURSf .framer-t0ykrk > :last-child, .framer-cURSf .framer-1k8ofbi > :last-child, .framer-cURSf .framer-1patry8 > :last-child, .framer-cURSf .framer-1268m2r > :last-child { margin-bottom: 0px; } .framer-cURSf .framer-3557fi > *, .framer-cURSf .framer-1k8ofbi > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-cURSf .framer-6bl882 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-cURSf .framer-t0ykrk > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-cURSf .framer-1patry8 > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-cURSf .framer-1268m2r > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3537\n * @framerIntrinsicWidth 1400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"dWGN0tNtB\":{\"layout\":[\"fixed\",\"auto\"]},\"ZnQG_QwuU\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const Framertb7D3GKii=withCSS(Component,css,\"framer-cURSf\");export default Framertb7D3GKii;Framertb7D3GKii.displayName=\"Terms\";Framertb7D3GKii.defaultProps={height:3537,width:1400};addFonts(Framertb7D3GKii,[{explicitInter:true,fonts:[{family:\"FK Grotesk Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/x2w3TmMw1QJ6odfuKjH4Z55oWDU.woff2\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...SmoothScrollFonts,...Navigation2Fonts,...Footer2Fonts,...ButtonSMFonts,...ButtonLGFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framertb7D3GKii\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"3537\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerIntrinsicWidth\":\"1400\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dWGN0tNtB\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZnQG_QwuU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}