{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/CmZrzUfaiEgTakHU6v6c/8UblUO3HfkMK9a8SQeUT/BestWayTitle2.js", "ssg:https://framerusercontent.com/modules/Bg14h3AhboMIygmiYE92/2gpmFujApSZeTXWo10sP/FaqTitle2.js", "ssg:https://framerusercontent.com/modules/tJe8ahhkFwzp7tOIfAhf/hjA5ulNzGeU3wLAUL8Jp/LPTitle2.js", "ssg:https://framerusercontent.com/modules/4PmdutZs5trjxoaRaLCS/Tn4d8eX8lZPSMfrlUDZL/oEDHcNjEz.js", "ssg:https://framerusercontent.com/modules/SqxL5dA3BLIOfMPl4Lk4/NkwaA6Lo0APDmPEROg3x/oEDHcNjEz.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";function BestWayTitle2({crypto=\"Bitcoin\",crypto_iso=\"BTC\",payment_method=\"Credit Card\"}){const styles={container:{display:\"flex\",width:\"100%\",paddingTop:\"10px\",paddingBottom:\"10px\"},title:{fontSize:\"22px\",fontWeight:\"700\",display:\"flex\",flexWrap:\"wrap\",alignItems:\"center\",lineHeight:\"24px\",color:\"white\",gap:\"8px\",fontFamily:\"Satoshi\"},countryWrapper:{display:\"inline-flex\",alignItems:\"center\",gap:\"8px\"},flag:{width:\"32px\",height:\"32px\",borderRadius:\"50%\",objectFit:\"cover\"}};return /*#__PURE__*/_jsx(\"div\",{style:styles.container,children:/*#__PURE__*/_jsxs(\"h3\",{style:styles.title,children:[\"The best way to buy \",crypto,\" with \",payment_method]})});}addPropertyControls(BestWayTitle2,{crypto:{title:\"Cryptocurrency Name\",type:ControlType.String,defaultValue:\"Bitcoin\"},crypto_iso:{title:\"Crypto ISO Code\",type:ControlType.String,defaultValue:\"BTC\"},payment_method:{title:\"Payment Method\",type:ControlType.String,defaultValue:\"Credit Card\"}});export default BestWayTitle2;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"BestWayTitle2\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./BestWayTitle2.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";function FaqTitle2({crypto=\"Bitcoin\",crypto_iso=\"BTC\"}){const styles={container:{display:\"flex\",width:\"100%\",paddingTop:\"10px\",paddingBottom:\"10px\"},title:{fontSize:\"22px\",fontWeight:\"700\",display:\"flex\",flexWrap:\"wrap\",alignItems:\"center\",lineHeight:\"24px\",gap:\"8px\",fontFamily:\"Satoshi\"}};return /*#__PURE__*/_jsx(\"div\",{style:styles.container,children:/*#__PURE__*/_jsxs(\"h3\",{style:styles.title,children:[\"FAQs about \",crypto,\" (\",crypto_iso,\")\"]})});}addPropertyControls(FaqTitle2,{crypto:{title:\"Cryptocurrency Name\",type:ControlType.String,defaultValue:\"Bitcoin\"},crypto_iso:{title:\"Crypto ISO Code\",type:ControlType.String,defaultValue:\"BTC\"}});export default FaqTitle2;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FaqTitle2\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./FaqTitle2.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useEffect,useState}from\"react\";import{addPropertyControls,ControlType}from\"framer\";function CryptoTitle2({crypto=\"Bitcoin\",crypto_iso=\"BTC\",payment_method=\"Credit Card\"}){const[windowWidth,setWindowWidth]=useState(768)// Default to non-mobile\n;useEffect(()=>{if(typeof window!==\"undefined\"){setWindowWidth(window.innerWidth);const handleResize=()=>setWindowWidth(window.innerWidth);window.addEventListener(\"resize\",handleResize);return()=>window.removeEventListener(\"resize\",handleResize);}},[]);const isMobile=windowWidth<=768;const styles={container:{display:\"flex\",width:\"100%\",paddingTop:\"10px\",paddingBottom:\"10px\"},title:{fontSize:isMobile?\"30px\":\"42px\",fontWeight:\"700\",lineHeight:isMobile?\"33px\":\"45px\",gap:\"8px\",fontFamily:\"Satoshi\"},countryWrapper:{display:\"inline-flex\",alignItems:\"center\",gap:\"8px\",position:\"relative\"}};return /*#__PURE__*/_jsx(\"div\",{style:styles.container,children:/*#__PURE__*/_jsxs(\"h1\",{style:styles.title,children:[\"How to buy \",crypto,\" (\",crypto_iso,\") with \",payment_method]})});}addPropertyControls(CryptoTitle2,{crypto:{title:\"Cryptocurrency Name\",type:ControlType.String,defaultValue:\"Bitcoin\"},crypto_iso:{title:\"Crypto ISO Code\",type:ControlType.String,defaultValue:\"BTC\"},payment_method:{title:\"Payment Method\",type:ControlType.String,defaultValue:\"Credit Card\"}});export default CryptoTitle2;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"CryptoTitle2\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LPTitle2.map", "// Generated by Framer (3d3d426)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={pZABVBOI_:new LazyValue(()=>import(\"./oEDHcNjEz-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (3d3d426)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,useRouteElementId,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import HeaderCopy from\"#framer/local/canvasComponent/CQlR3Tglr/CQlR3Tglr.js\";import Footer from\"#framer/local/canvasComponent/nKxlHtsNU/nKxlHtsNU.js\";import Accordion from\"#framer/local/canvasComponent/ySorz1l5y/ySorz1l5y.js\";import BestWayTitle2 from\"#framer/local/codeFile/OH_dr03/BestWayTitle2.js\";import CryptoImg from\"#framer/local/codeFile/znGifqP/CryptoImg.js\";import CryptoPill from\"#framer/local/codeFile/qybQyBN/CryptoPill.js\";import FaqTitle2 from\"#framer/local/codeFile/P6mT6zl/FaqTitle2.js\";import PaymentMethods from\"#framer/local/codeFile/iYSJckr/GenerateImage.js\";import PaymentMethods1 from\"#framer/local/codeFile/pVAySyr/GenerateImage2.js\";import PaymentMethods2 from\"#framer/local/codeFile/pEBnXvF/GenerateImage3.js\";import{CustomIframeComponent}from\"#framer/local/codeFile/j88oKLf/Iframe.js\";import CryptoTitle1 from\"#framer/local/codeFile/mm075Vg/IntroTitle.js\";import LinkedTitle from\"#framer/local/codeFile/Hc06IFE/LinkedTitle.js\";import CryptoTitle2 from\"#framer/local/codeFile/tOP6gh8/LPTitle2.js\";import PaymentMethods3 from\"#framer/local/codeFile/I3iL7k0/PaymentMethodsIP.js\";import ReceiveCryptoText from\"#framer/local/codeFile/r6hGrst/ReceiveCryptoText.js\";import RelevantResources from\"#framer/local/codeFile/Vj8Mesg/RelevantResources.js\";import SelectCryptoText from\"#framer/local/codeFile/RjTMnJN/SelectCryptoText.js\";import CryptoTitle from\"#framer/local/codeFile/fWCGxkp/StepTitle.js\";import BuyPagesPayment from\"#framer/local/collection/mF0wMLgq5/mF0wMLgq5.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle1 from\"#framer/local/css/qcpTTLleK/qcpTTLleK.js\";import*as sharedStyle from\"#framer/local/css/YQp1HvDl8/YQp1HvDl8.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/oEDHcNjEz/oEDHcNjEz.js\";import metadataProvider from\"#framer/local/webPageMetadata/oEDHcNjEz/oEDHcNjEz.js\";const CryptoPillFonts=getFonts(CryptoPill);const CryptoTitle2Fonts=getFonts(CryptoTitle2);const CryptoTitleFonts=getFonts(CryptoTitle);const PaymentMethodsFonts=getFonts(PaymentMethods);const SelectCryptoTextFonts=getFonts(SelectCryptoText);const PaymentMethods1Fonts=getFonts(PaymentMethods1);const PaymentMethods2Fonts=getFonts(PaymentMethods2);const ReceiveCryptoTextFonts=getFonts(ReceiveCryptoText);const PaymentMethods3Fonts=getFonts(PaymentMethods3);const CryptoTitle1Fonts=getFonts(CryptoTitle1);const RelevantResourcesFonts=getFonts(RelevantResources);const BestWayTitle2Fonts=getFonts(BestWayTitle2);const FaqTitle2Fonts=getFonts(FaqTitle2);const AccordionFonts=getFonts(Accordion);const CustomIframeComponentFonts=getFonts(CustomIframeComponent);const HeaderCopyFonts=getFonts(HeaderCopy);const CryptoImgFonts=getFonts(CryptoImg);const LinkedTitleFonts=getFonts(LinkedTitle);const FooterFonts=getFonts(Footer);const breakpoints={fnTVpl_Lp:\"(min-width: 810px) and (max-width: 1199px)\",n8ajwxcz2:\"(max-width: 809px)\",rz5CVLaLM:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-LlOKB\";const variantClassNames={fnTVpl_Lp:\"framer-v-1d8hwlg\",n8ajwxcz2:\"framer-v-jds4zb\",rz5CVLaLM:\"framer-v-16zcr7b\"};const prefix=(value,prefix)=>{if(typeof value===\"string\"&&typeof prefix===\"string\"){return prefix+value;}else if(typeof value===\"string\"){return value;}else if(typeof prefix===\"string\"){return prefix;}return\"\";};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"rz5CVLaLM\",Phone:\"n8ajwxcz2\",Tablet:\"fnTVpl_Lp\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"rz5CVLaLM\"};};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({from:{alias:\"oEDHcNjEz\",data:BuyPagesPayment,type:\"Collection\"},select:[{collection:\"oEDHcNjEz\",name:\"ayjefEIJS\",type:\"Identifier\"},{collection:\"oEDHcNjEz\",name:\"fxdsojd8g\",type:\"Identifier\"},{collection:\"oEDHcNjEz\",name:\"amp26OSCx\",type:\"Identifier\"},{collection:\"oEDHcNjEz\",name:\"gO7ZTZ89U\",type:\"Identifier\"},{collection:\"oEDHcNjEz\",name:\"TpRdImYC9\",type:\"Identifier\"},{collection:\"oEDHcNjEz\",name:\"pf7YojtpQ\",type:\"Identifier\"},{collection:\"oEDHcNjEz\",name:\"phbGYnS_P\",type:\"Identifier\"},{collection:\"oEDHcNjEz\",name:\"eutl25YnX\",type:\"Identifier\"},{collection:\"oEDHcNjEz\",name:\"CC1KWTuME\",type:\"Identifier\"},{collection:\"oEDHcNjEz\",name:\"jDiGogjOF\",type:\"Identifier\"},{collection:\"oEDHcNjEz\",name:\"SzY2sRTaR\",type:\"Identifier\"},{collection:\"oEDHcNjEz\",name:\"GK5A6HJCK\",type:\"Identifier\"},{collection:\"oEDHcNjEz\",name:\"H6jo06Ejs\",type:\"Identifier\"},{collection:\"oEDHcNjEz\",name:\"CoYSRe0oO\",type:\"Identifier\"},{collection:\"oEDHcNjEz\",name:\"X0kDj9LDf\",type:\"Identifier\"},{collection:\"oEDHcNjEz\",name:\"Af4MAEPf6\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"oEDHcNjEz\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,ayjefEIJS=getFromCurrentRouteData(\"ayjefEIJS\")??\"\",fxdsojd8g=getFromCurrentRouteData(\"fxdsojd8g\")??\"\",amp26OSCx=getFromCurrentRouteData(\"amp26OSCx\")??\"\",gO7ZTZ89U=getFromCurrentRouteData(\"gO7ZTZ89U\")??\"\",pf7YojtpQ=getFromCurrentRouteData(\"pf7YojtpQ\")??\"\",phbGYnS_P=getFromCurrentRouteData(\"phbGYnS_P\")??\"\",eutl25YnX=getFromCurrentRouteData(\"eutl25YnX\")??\"\",CC1KWTuME=getFromCurrentRouteData(\"CC1KWTuME\")??\"\",jDiGogjOF=getFromCurrentRouteData(\"jDiGogjOF\")??\"\",TpRdImYC9=getFromCurrentRouteData(\"TpRdImYC9\")??\"\",SzY2sRTaR=getFromCurrentRouteData(\"SzY2sRTaR\")??\"\",GK5A6HJCK=getFromCurrentRouteData(\"GK5A6HJCK\")??\"\",H6jo06Ejs=getFromCurrentRouteData(\"H6jo06Ejs\")??\"\",CoYSRe0oO=getFromCurrentRouteData(\"CoYSRe0oO\")??\"\",X0kDj9LDf=getFromCurrentRouteData(\"X0kDj9LDf\")??\"\",Whq3NUQEySiVzMi9Nf,fxdsojd8gSiVzMi9Nf,ayjefEIJSSiVzMi9Nf,amp26OSCxSiVzMi9Nf,idSiVzMi9Nf,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,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);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);usePreloadLocalizedValues(activeLocale);const elementId=useRouteElementId(\"rrYnwRskG\");const ref1=React.useRef(null);const textContent=prefix(amp26OSCx,\"More guides on how to buy crypto with \");const elementId1=useRouteElementId(\"dHUGnmF30\");const ref2=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"rz5CVLaLM\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-5c708e6e-9e4f-4b8a-9d1b-3d557aa7e0be, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-16zcr7b\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z8eoov\",\"data-framer-name\":\"Templates\",children:[/*#__PURE__*/_jsx(Image,{as:\"section\",background:{alt:\"Background image\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0),pixelHeight:1970,pixelWidth:3840,positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/eJes9YLuKmEikv7l2vyesgNpVQ.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/eJes9YLuKmEikv7l2vyesgNpVQ.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/eJes9YLuKmEikv7l2vyesgNpVQ.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/eJes9YLuKmEikv7l2vyesgNpVQ.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/eJes9YLuKmEikv7l2vyesgNpVQ.jpg?lossless=1 3840w\"},className:\"framer-vnauij\",\"data-framer-name\":\"Hero Section\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-171uhs6\",\"data-framer-name\":\"Container\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1591u3z\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2h4kcg\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kysobv\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u9ydmm\",\"data-border\":true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16l8gg\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-7td8cx-container\",isAuthoredByUser:true,nodeId:\"SNsy5PU79\",scopeId:\"oEDHcNjEz\",children:/*#__PURE__*/_jsx(CryptoPill,{crypto_iso:fxdsojd8g,crypto:ayjefEIJS,height:\"100%\",id:\"SNsy5PU79\",layoutId:\"SNsy5PU79\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10kc1dr-container\",isAuthoredByUser:true,nodeId:\"CWkcfx6vl\",scopeId:\"oEDHcNjEz\",children:/*#__PURE__*/_jsx(CryptoTitle2,{crypto_iso:fxdsojd8g,crypto:ayjefEIJS,height:\"100%\",id:\"CWkcfx6vl\",layoutId:\"CWkcfx6vl\",payment_method:amp26OSCx,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a3899813-d8f3-4f62-83d8-fbaf952258c9, rgb(0, 0, 0))\"},children:\"Content\"})}),className:\"framer-1c4unzq\",\"data-framer-name\":\"Description\",fonts:[\"FS;Satoshi-regular\"],text:gO7ZTZ89U,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1p8y5vt\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-i4ootz-container\",isAuthoredByUser:true,nodeId:\"yc_MD8SUx\",scopeId:\"oEDHcNjEz\",children:/*#__PURE__*/_jsx(CryptoTitle,{crypto:ayjefEIJS,height:\"100%\",id:\"yc_MD8SUx\",layoutId:\"yc_MD8SUx\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rus2rl\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r0htjx\",\"data-border\":true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-uwzgou-container\",isAuthoredByUser:true,nodeId:\"Wlk5JCjjR\",scopeId:\"oEDHcNjEz\",children:/*#__PURE__*/_jsx(PaymentMethods,{crypto_iso:fxdsojd8g,height:\"100%\",id:\"Wlk5JCjjR\",layoutId:\"Wlk5JCjjR\",local_currency:\"USD\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hsndrk\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a3899813-d8f3-4f62-83d8-fbaf952258c9, rgb(0, 0, 0))\"},children:\"Select\"})}),className:\"framer-1skqbhq\",\"data-framer-name\":\"Title\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-15to1p9-container\",isAuthoredByUser:true,nodeId:\"kozEFQopV\",scopeId:\"oEDHcNjEz\",children:/*#__PURE__*/_jsx(SelectCryptoText,{crypto_iso:fxdsojd8g,crypto:ayjefEIJS,height:\"100%\",id:\"kozEFQopV\",layoutId:\"kozEFQopV\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6sfu6w\",\"data-border\":true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-fmrltr-container\",isAuthoredByUser:true,nodeId:\"f64iT6jQS\",scopeId:\"oEDHcNjEz\",children:/*#__PURE__*/_jsx(PaymentMethods1,{crypto_iso:fxdsojd8g,height:\"100%\",id:\"f64iT6jQS\",layoutId:\"f64iT6jQS\",local_currency:\"USD\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1swbwh3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a3899813-d8f3-4f62-83d8-fbaf952258c9, rgb(0, 0, 0))\"},children:\"Pay\"})}),className:\"framer-1v3zsux\",\"data-framer-name\":\"Title\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"17px\",\"--framer-text-alignment\":\"left\"},children:\"Pay with one of 30+ payment methods.\"})}),className:\"framer-1gbeq4s\",\"data-framer-name\":\"Description\",fonts:[\"FS;Satoshi-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-njgtxu\",\"data-border\":true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-e1t8b9-container\",isAuthoredByUser:true,nodeId:\"oQJU4NeJw\",scopeId:\"oEDHcNjEz\",children:/*#__PURE__*/_jsx(PaymentMethods2,{crypto_iso:fxdsojd8g,height:\"100%\",id:\"oQJU4NeJw\",layoutId:\"oQJU4NeJw\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u8if6j\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a3899813-d8f3-4f62-83d8-fbaf952258c9, rgb(0, 0, 0))\"},children:\"Receive\"})}),className:\"framer-5pguuj\",\"data-framer-name\":\"Title\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-2m4mhy-container\",isAuthoredByUser:true,nodeId:\"CuJYMMDpF\",scopeId:\"oEDHcNjEz\",children:/*#__PURE__*/_jsx(ReceiveCryptoText,{crypto_iso:fxdsojd8g,crypto:ayjefEIJS,height:\"100%\",id:\"CuJYMMDpF\",layoutId:\"CuJYMMDpF\",style:{width:\"100%\"},width:\"100%\"})})})]})]})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pfz579\",\"data-border\":true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-7sn1ne-container\",isAuthoredByUser:true,nodeId:\"ZbVFbMhqh\",scopeId:\"oEDHcNjEz\",children:/*#__PURE__*/_jsx(PaymentMethods3,{fallbackCountry:\"DK\",height:\"100%\",id:\"ZbVFbMhqh\",layoutId:\"ZbVFbMhqh\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-190lnnp\",\"data-border\":true,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z7vgeg\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a3899813-d8f3-4f62-83d8-fbaf952258c9, rgb(0, 0, 0))\"},children:\"How to use Swapped.com\"})}),className:\"framer-1eu56dt\",\"data-framer-name\":\"Title\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-syav9i\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-8sotzx\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"25px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"1\"})}),className:\"framer-1bny4oz\",\"data-framer-name\":\"Title\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"23px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a3899813-d8f3-4f62-83d8-fbaf952258c9, rgb(0, 0, 0))\"},children:\"Content\"})}),className:\"framer-1qs9by3\",\"data-framer-name\":\"Description\",fonts:[\"FS;Satoshi-medium\"],text:pf7YojtpQ,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1iuawpv\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-i3eou9\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"25px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"2\"})}),className:\"framer-q2zmv6\",\"data-framer-name\":\"Title\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"23px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a3899813-d8f3-4f62-83d8-fbaf952258c9, rgb(0, 0, 0))\"},children:\"Content\"})}),className:\"framer-7eqfvm\",\"data-framer-name\":\"Description\",fonts:[\"FS;Satoshi-medium\"],text:phbGYnS_P,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tu1esk\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-hy4l70\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"25px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"3\"})}),className:\"framer-3dmlum\",\"data-framer-name\":\"Title\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"23px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a3899813-d8f3-4f62-83d8-fbaf952258c9, rgb(0, 0, 0))\"},children:\"Content\"})}),className:\"framer-rlzog9\",\"data-framer-name\":\"Description\",fonts:[\"FS;Satoshi-medium\"],text:eutl25YnX,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d50psb\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-146y6fo\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"25px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"4\"})}),className:\"framer-13xnrpx\",\"data-framer-name\":\"Title\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"23px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a3899813-d8f3-4f62-83d8-fbaf952258c9, rgb(0, 0, 0))\"},children:\"Content\"})}),className:\"framer-b5d3kz\",\"data-framer-name\":\"Description\",fonts:[\"FS;Satoshi-medium\"],text:CC1KWTuME,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ccjxau\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-98nfv\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"25px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"5\"})}),className:\"framer-l9x2az\",\"data-framer-name\":\"Title\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"23px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a3899813-d8f3-4f62-83d8-fbaf952258c9, rgb(0, 0, 0))\"},children:\"Content\"})}),className:\"framer-1yxgyy3\",\"data-framer-name\":\"Description\",fonts:[\"FS;Satoshi-medium\"],text:jDiGogjOF,verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1idq7vb\",\"data-border\":true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jna243-container\",isAuthoredByUser:true,nodeId:\"HZ5x5FtKZ\",scopeId:\"oEDHcNjEz\",children:/*#__PURE__*/_jsx(CryptoTitle1,{crypto_iso:fxdsojd8g,crypto:ayjefEIJS,height:\"100%\",id:\"HZ5x5FtKZ\",layoutId:\"HZ5x5FtKZ\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js:Youtube\":componentPresets.props[\"TXYPvbE1k\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"b0OH5LWGY\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:TpRdImYC9,className:\"framer-1glczqg\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],stylesPresetsClassNames:{img:\"framer-styles-preset-1eizetr\",p:\"framer-styles-preset-1uktx3k\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-4s3lpq\",\"data-border\":true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-z5kvi3-container\",isAuthoredByUser:true,nodeId:\"Heutxl7tW\",scopeId:\"oEDHcNjEz\",children:/*#__PURE__*/_jsx(RelevantResources,{crypto_iso:fxdsojd8g,crypto:ayjefEIJS,height:\"100%\",id:\"Heutxl7tW\",layoutId:\"Heutxl7tW\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pr8w20\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1s5yjri\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-fxslhh-container\",isAuthoredByUser:true,nodeId:\"WyrFJKuri\",scopeId:\"oEDHcNjEz\",children:/*#__PURE__*/_jsx(BestWayTitle2,{crypto_iso:fxdsojd8g,crypto:ayjefEIJS,height:\"100%\",id:\"WyrFJKuri\",layoutId:\"WyrFJKuri\",payment_method:amp26OSCx,width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dzw4uj\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Over 950.000+ users choose Swapped.com as their preferred way to buy crypto.\"})}),className:\"framer-10bt3kr\",\"data-framer-name\":\"Description\",fonts:[\"FS;Satoshi-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lhjnjr\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yynp7y\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-2rcp1w\",\"data-border\":true,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9ei5w5\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fnTVpl_Lp:{background:{alt:\"Live support icon\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+173+30+0+0+3056+26+363+0+0+0+0+0+16+0),pixelHeight:71,pixelWidth:0,src:\"https://framerusercontent.com/images/nCVWpg7UrrVzd9YUOxev5KXmfc.svg\"}},n8ajwxcz2:{background:{alt:\"Live support icon\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+173+20+0+0+3863+26+363+0+0+0+0+0+0+16+0),pixelHeight:71,pixelWidth:0,src:\"https://framerusercontent.com/images/nCVWpg7UrrVzd9YUOxev5KXmfc.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Live support icon\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+173+0+0+3056+26+363+0+0+0+0+0+16+0),pixelHeight:71,pixelWidth:0,src:\"https://framerusercontent.com/images/nCVWpg7UrrVzd9YUOxev5KXmfc.svg\"},className:\"framer-s905ny\",\"data-framer-name\":\"Icon\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-178wt8i\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Live support\"})}),className:\"framer-2qkx1f\",\"data-framer-name\":\"Title\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Our dedicated support team is\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"ready to help you 24/7.\"})]}),className:\"framer-1xyzek2\",\"data-framer-name\":\"Description\",fonts:[\"FS;Satoshi-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-rv9cmn\",\"data-border\":true,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pzdj1z\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fnTVpl_Lp:{background:{alt:\"Lowest fees icon\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+173+30+0+0+3056+26+363+0+0+0+0+0+16+0),pixelHeight:71,pixelWidth:0,src:\"https://framerusercontent.com/images/abw4OlU8B6bGMOePTMH02dyheA.svg\"}},n8ajwxcz2:{background:{alt:\"Lowest fees icon\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+173+20+0+0+3863+26+363+0+0+0+350+0+0+16+0),pixelHeight:71,pixelWidth:0,src:\"https://framerusercontent.com/images/abw4OlU8B6bGMOePTMH02dyheA.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Lowest fees icon\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+173+0+0+3056+26+363+0+0+0+0+0+16+0),pixelHeight:71,pixelWidth:0,src:\"https://framerusercontent.com/images/abw4OlU8B6bGMOePTMH02dyheA.svg\"},className:\"framer-tt2s29\",\"data-framer-name\":\"Icon\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pv2gqb\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Lowest fees\"})}),className:\"framer-iapi9s\",\"data-framer-name\":\"Title\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"We offer the lowest fees for buying\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"crypto compared to similar providers.\"})]}),className:\"framer-1gvnnd5\",\"data-framer-name\":\"Description\",fonts:[\"FS;Satoshi-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1azy143\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1breg2x\",\"data-border\":true,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i2uduw\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fnTVpl_Lp:{background:{alt:\"Fast transactions icon\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+173+30+0+0+3056+26+363+0+350+52.5+0+0+16+0),pixelHeight:71,pixelWidth:0,src:\"https://framerusercontent.com/images/LppOQ3nNaOD92ivljLtNsBSE.svg\"}},n8ajwxcz2:{background:{alt:\"Fast transactions icon\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+173+20+0+0+3863+26+363+0+700+0+0+0+0+16+0),pixelHeight:71,pixelWidth:0,src:\"https://framerusercontent.com/images/LppOQ3nNaOD92ivljLtNsBSE.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Fast transactions icon\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+173+0+0+3056+26+363+0+350+52.5+0+0+16+0),pixelHeight:71,pixelWidth:0,src:\"https://framerusercontent.com/images/LppOQ3nNaOD92ivljLtNsBSE.svg\"},className:\"framer-3a7oq2\",\"data-framer-name\":\"Icon\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jwjrly\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Fast transactions\"})}),className:\"framer-lxpm34\",\"data-framer-name\":\"Title\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Transactions are sent within seconds after we receive your payment.\"})}),className:\"framer-1lij1q3\",\"data-framer-name\":\"Description\",fonts:[\"FS;Satoshi-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-pq93mt\",\"data-border\":true,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lc5njz\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fnTVpl_Lp:{background:{alt:\"Global support icon\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+173+30+0+0+3056+26+363+0+350+0+0+0+16+0),pixelHeight:71,pixelWidth:0,src:\"https://framerusercontent.com/images/z5OuJClJ8vx9WaCCXe2Cmeq0.svg\"}},n8ajwxcz2:{background:{alt:\"Global support icon\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+173+20+0+0+3863+26+363+0+700+0+245+0+0+16+0),pixelHeight:71,pixelWidth:0,src:\"https://framerusercontent.com/images/z5OuJClJ8vx9WaCCXe2Cmeq0.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Global support icon\",fit:\"fill\",intrinsicHeight:24,intrinsicWidth:24,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+173+0+0+3056+26+363+0+350+0+0+0+16+0),pixelHeight:71,pixelWidth:0,src:\"https://framerusercontent.com/images/z5OuJClJ8vx9WaCCXe2Cmeq0.svg\"},className:\"framer-1kp1vp6\",\"data-framer-name\":\"Icon\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1om2qld\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"26px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Global support\"})}),className:\"framer-1rxlqxv\",\"data-framer-name\":\"Title\",fonts:[\"FS;Satoshi-bold\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"We support more than 150+ countries\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"21px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"all over the globe.\"})]}),className:\"framer-1ujc5dj\",\"data-framer-name\":\"Description\",fonts:[\"FS;Satoshi-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nvvot5\",\"data-border\":true,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yqs208\",\"data-framer-name\":\"Frame 40815\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-14s1jph-container\",isAuthoredByUser:true,nodeId:\"ltTR71LaO\",scopeId:\"oEDHcNjEz\",children:/*#__PURE__*/_jsx(FaqTitle2,{crypto_iso:fxdsojd8g,crypto:ayjefEIJS,height:\"100%\",id:\"ltTR71LaO\",layoutId:\"ltTR71LaO\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fnTVpl_Lp:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1100px) - 114px)`,y:(componentViewport?.y||0)+0+0+0+173+30+0+0+4177+27+0+0+200},n8ajwxcz2:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1100px) - 94px)`,y:(componentViewport?.y||0)+0+0+0+173+20+0+0+5579+27+0+0+200}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:78,y:(componentViewport?.y||0)+0+0+0+173+0+0+4177+27+0+0+200,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16gs2c0-container\",nodeId:\"QqnLBr_qq\",scopeId:\"oEDHcNjEz\",children:/*#__PURE__*/_jsx(Accordion,{BdEEgP3rk:SzY2sRTaR,c3MtMEEwH:\"\",Gw5joIhtR:\"\",height:\"100%\",id:\"QqnLBr_qq\",layoutId:\"QqnLBr_qq\",nGdrGP0J5:\"\",style:{width:\"100%\"},variant:\"otVcCQGjN\",width:\"100%\",wjnQB9Vme:GK5A6HJCK})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fnTVpl_Lp:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1100px) - 114px)`,y:(componentViewport?.y||0)+0+0+0+173+30+0+0+4177+27+0+0+278},n8ajwxcz2:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1100px) - 94px)`,y:(componentViewport?.y||0)+0+0+0+173+20+0+0+5579+27+0+0+278}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:78,y:(componentViewport?.y||0)+0+0+0+173+0+0+4177+27+0+0+278,children:/*#__PURE__*/_jsx(Container,{className:\"framer-bfehka-container\",nodeId:\"lbtnmAMc4\",scopeId:\"oEDHcNjEz\",children:/*#__PURE__*/_jsx(Accordion,{BdEEgP3rk:H6jo06Ejs,c3MtMEEwH:amp26OSCx,Gw5joIhtR:ayjefEIJS,height:\"100%\",id:\"lbtnmAMc4\",layoutId:\"lbtnmAMc4\",nGdrGP0J5:fxdsojd8g,style:{width:\"100%\"},variant:\"LM5plPdtP\",width:\"100%\",wjnQB9Vme:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fnTVpl_Lp:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1100px) - 114px)`,y:(componentViewport?.y||0)+0+0+0+173+30+0+0+4177+27+0+0+356},n8ajwxcz2:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1100px) - 94px)`,y:(componentViewport?.y||0)+0+0+0+173+20+0+0+5579+27+0+0+356}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:78,y:(componentViewport?.y||0)+0+0+0+173+0+0+4177+27+0+0+356,children:/*#__PURE__*/_jsx(Container,{className:\"framer-l7oh8w-container\",nodeId:\"J6PKX8ctg\",scopeId:\"oEDHcNjEz\",children:/*#__PURE__*/_jsx(Accordion,{BdEEgP3rk:CoYSRe0oO,c3MtMEEwH:\"\",Gw5joIhtR:\"\",height:\"100%\",id:\"J6PKX8ctg\",layoutId:\"J6PKX8ctg\",nGdrGP0J5:\"\",style:{width:\"100%\"},variant:\"LM5plPdtP\",width:\"100%\",wjnQB9Vme:X0kDj9LDf})})})})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-klkkn3\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-9sw75p\",\"data-border\":true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1axwgkh-container\",id:elementId,isAuthoredByUser:true,nodeId:\"rrYnwRskG\",ref:ref1,scopeId:\"oEDHcNjEz\",children:/*#__PURE__*/_jsx(CustomIframeComponent,{currencyCode:fxdsojd8g,height:\"100%\",id:\"rrYnwRskG\",layoutId:\"rrYnwRskG\",localCurrency:\"\",paymentMethod:amp26OSCx,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:90,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-tm3dvi-container\",nodeId:\"qRS3X2ZXy\",scopeId:\"oEDHcNjEz\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fnTVpl_Lp:{variant:\"nXyXuHUXI\"},n8ajwxcz2:{variant:\"nXyXuHUXI\"}},children:/*#__PURE__*/_jsx(HeaderCopy,{height:\"100%\",id:\"qRS3X2ZXy\",layoutId:\"qRS3X2ZXy\",style:{width:\"100%\"},variant:\"ry_Ykijvn\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ac9rke\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-a3899813-d8f3-4f62-83d8-fbaf952258c9, rgb(0, 0, 0))\"},children:\"More guides on how to buy crypto with \"})}),className:\"framer-3hhl8v\",\"data-framer-name\":\"Title\",fonts:[\"FS;Satoshi-bold\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xbx8rk\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-2e1frj\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"SiVzMi9Nf\",data:BuyPagesPayment,type:\"Collection\"},select:[{collection:\"SiVzMi9Nf\",name:\"Whq3NUQEy\",type:\"Identifier\"},{collection:\"SiVzMi9Nf\",name:\"fxdsojd8g\",type:\"Identifier\"},{collection:\"SiVzMi9Nf\",name:\"ayjefEIJS\",type:\"Identifier\"},{collection:\"SiVzMi9Nf\",name:\"amp26OSCx\",type:\"Identifier\"},{collection:\"SiVzMi9Nf\",name:\"id\",type:\"Identifier\"}],where:{left:{left:{collection:\"SiVzMi9Nf\",name:\"amp26OSCx\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:amp26OSCx},type:\"BinaryOperation\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"SiVzMi9Nf\",name:\"ayjefEIJS\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:ayjefEIJS},type:\"BinaryOperation\"}},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({amp26OSCx:amp26OSCxSiVzMi9Nf,ayjefEIJS:ayjefEIJSSiVzMi9Nf,fxdsojd8g:fxdsojd8gSiVzMi9Nf,id:idSiVzMi9Nf,Whq3NUQEy:Whq3NUQEySiVzMi9Nf},index)=>{Whq3NUQEySiVzMi9Nf??=\"\";fxdsojd8gSiVzMi9Nf??=\"\";ayjefEIJSSiVzMi9Nf??=\"\";amp26OSCxSiVzMi9Nf??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`SiVzMi9Nf-${idSiVzMi9Nf}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Whq3NUQEy:Whq3NUQEySiVzMi9Nf},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{Whq3NUQEy:Whq3NUQEySiVzMi9Nf},webPageId:\"oEDHcNjEz\"},motionChild:true,nodeId:\"SUgpweKgX\",openInNewTab:false,scopeId:\"oEDHcNjEz\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1fbzs0o framer-1n66qjf\",\"data-border\":true,children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-20ahog-container\",isAuthoredByUser:true,nodeId:\"pIQhlJg7B\",scopeId:\"oEDHcNjEz\",children:/*#__PURE__*/_jsx(CryptoImg,{crypto_iso:fxdsojd8gSiVzMi9Nf,height:\"100%\",id:\"pIQhlJg7B\",layoutId:\"pIQhlJg7B\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1g8ua8q-container\",isAuthoredByUser:true,nodeId:\"ZL4D8wM8N\",scopeId:\"oEDHcNjEz\",children:/*#__PURE__*/_jsx(LinkedTitle,{crypto_iso:fxdsojd8gSiVzMi9Nf,crypto:ayjefEIJSSiVzMi9Nf,height:\"100%\",id:\"ZL4D8wM8N\",layoutId:\"ZL4D8wM8N\",payment_method:amp26OSCxSiVzMi9Nf,width:\"100%\"})})})]})})})},idSiVzMi9Nf);})})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fnTVpl_Lp:{y:(componentViewport?.y||0)+0+6281},n8ajwxcz2:{y:(componentViewport?.y||0)+0+7663}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:782,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+5610,children:/*#__PURE__*/_jsx(Container,{className:\"framer-uw8p09-container\",id:elementId1,nodeId:\"dHUGnmF30\",ref:ref2,scopeId:\"oEDHcNjEz\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fnTVpl_Lp:{variant:\"NT0KK1N9g\"},n8ajwxcz2:{variant:\"NT0KK1N9g\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"dHUGnmF30\",layoutId:\"dHUGnmF30\",style:{width:\"100%\"},variant:\"n5MNA_KwQ\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-LlOKB.framer-1n66qjf, .framer-LlOKB .framer-1n66qjf { display: block; }\",\".framer-LlOKB.framer-16zcr7b { align-content: center; align-items: center; background-color: var(--token-5c708e6e-9e4f-4b8a-9d1b-3d557aa7e0be, #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: 1200px; }\",\".framer-LlOKB .framer-z8eoov { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 60px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-LlOKB .framer-vnauij { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-LlOKB .framer-171uhs6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: 384px; justify-content: flex-start; max-width: 1200px; overflow: visible; padding: 118px 24px 0px 24px; position: relative; width: 1200px; z-index: 1; }\",\".framer-LlOKB .framer-1591u3z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 113px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-LlOKB .framer-2h4kcg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 29px; height: min-content; justify-content: center; max-width: 1100px; overflow: visible; padding: 0px; position: relative; width: 1100px; z-index: 1; }\",\".framer-LlOKB .framer-1kysobv { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-LlOKB .framer-u9ydmm { --border-bottom-width: 1px; --border-color: #efefef; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #ffffff; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 23px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px 22px 24px 22px; position: relative; width: 100%; }\",\".framer-LlOKB .framer-16l8gg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-LlOKB .framer-7td8cx-container, .framer-LlOKB .framer-10kc1dr-container, .framer-LlOKB .framer-i4ootz-container, .framer-LlOKB .framer-15to1p9-container, .framer-LlOKB .framer-1jna243-container, .framer-LlOKB .framer-z5kvi3-container, .framer-LlOKB .framer-fxslhh-container, .framer-LlOKB .framer-14s1jph-container, .framer-LlOKB .framer-20ahog-container, .framer-LlOKB .framer-1g8ua8q-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-LlOKB .framer-1c4unzq, .framer-LlOKB .framer-1gbeq4s, .framer-LlOKB .framer-1glczqg, .framer-LlOKB .framer-10bt3kr, .framer-LlOKB .framer-1xyzek2, .framer-LlOKB .framer-1gvnnd5, .framer-LlOKB .framer-1lij1q3, .framer-LlOKB .framer-1ujc5dj { --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-LlOKB .framer-1p8y5vt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 13px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-LlOKB .framer-rus2rl { 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: 100%; }\",\".framer-LlOKB .framer-1r0htjx, .framer-LlOKB .framer-6sfu6w, .framer-LlOKB .framer-njgtxu { --border-bottom-width: 1px; --border-color: #efefef; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 11px; border-bottom-right-radius: 11px; border-top-left-radius: 11px; border-top-right-radius: 11px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-LlOKB .framer-uwzgou-container, .framer-LlOKB .framer-fmrltr-container, .framer-LlOKB .framer-e1t8b9-container, .framer-LlOKB .framer-2m4mhy-container, .framer-LlOKB .framer-7sn1ne-container, .framer-LlOKB .framer-16gs2c0-container, .framer-LlOKB .framer-bfehka-container, .framer-LlOKB .framer-l7oh8w-container, .framer-LlOKB .framer-uw8p09-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-LlOKB .framer-hsndrk, .framer-LlOKB .framer-1swbwh3, .framer-LlOKB .framer-u8if6j { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 13px 13px 13px; position: relative; width: 100%; }\",\".framer-LlOKB .framer-1skqbhq, .framer-LlOKB .framer-1v3zsux, .framer-LlOKB .framer-5pguuj, .framer-LlOKB .framer-2qkx1f, .framer-LlOKB .framer-iapi9s, .framer-LlOKB .framer-lxpm34, .framer-LlOKB .framer-1rxlqxv { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-LlOKB .framer-1pfz579, .framer-LlOKB .framer-4s3lpq, .framer-LlOKB .framer-1nvvot5 { --border-bottom-width: 1px; --border-color: #efefef; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; 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; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: center; padding: 27px; position: relative; width: 100%; }\",\".framer-LlOKB .framer-190lnnp, .framer-LlOKB .framer-1idq7vb { --border-bottom-width: 1px; --border-color: #efefef; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; background-color: #ffffff; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 13px; height: min-content; justify-content: center; padding: 27px; position: relative; width: 100%; }\",\".framer-LlOKB .framer-z7vgeg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 19px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-LlOKB .framer-1eu56dt, .framer-LlOKB .framer-3hhl8v { --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-LlOKB .framer-syav9i, .framer-LlOKB .framer-1iuawpv, .framer-LlOKB .framer-1tu1esk, .framer-LlOKB .framer-d50psb, .framer-LlOKB .framer-ccjxau { align-content: flex-start; align-items: flex-start; 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: 100%; }\",\".framer-LlOKB .framer-8sotzx, .framer-LlOKB .framer-i3eou9, .framer-LlOKB .framer-hy4l70, .framer-LlOKB .framer-146y6fo, .framer-LlOKB .framer-98nfv { background-color: #4d00ec; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; flex: none; height: 25px; overflow: hidden; position: relative; width: 25px; will-change: var(--framer-will-change-override, transform); }\",\".framer-LlOKB .framer-1bny4oz, .framer-LlOKB .framer-q2zmv6, .framer-LlOKB .framer-3dmlum, .framer-LlOKB .framer-13xnrpx, .framer-LlOKB .framer-l9x2az { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; }\",\".framer-LlOKB .framer-1qs9by3, .framer-LlOKB .framer-7eqfvm, .framer-LlOKB .framer-rlzog9, .framer-LlOKB .framer-b5d3kz, .framer-LlOKB .framer-1yxgyy3 { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-LlOKB .framer-1pr8w20 { align-content: flex-start; align-items: flex-start; background-color: #0e002c; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 23px; height: min-content; justify-content: flex-start; overflow: visible; padding: 26px 22px 26px 22px; position: relative; width: 100%; }\",\".framer-LlOKB .framer-1s5yjri { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-LlOKB .framer-1dzw4uj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-LlOKB .framer-lhjnjr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-LlOKB .framer-1yynp7y, .framer-LlOKB .framer-1azy143 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-LlOKB .framer-2rcp1w, .framer-LlOKB .framer-rv9cmn, .framer-LlOKB .framer-1breg2x, .framer-LlOKB .framer-pq93mt { --border-bottom-width: 1px; --border-color: #281c43; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 11px; border-bottom-right-radius: 11px; border-top-left-radius: 11px; border-top-right-radius: 11px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-LlOKB .framer-9ei5w5, .framer-LlOKB .framer-pzdj1z, .framer-LlOKB .framer-i2uduw, .framer-LlOKB .framer-lc5njz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 16px; position: relative; width: 100%; }\",\".framer-LlOKB .framer-s905ny, .framer-LlOKB .framer-tt2s29, .framer-LlOKB .framer-3a7oq2, .framer-LlOKB .framer-1kp1vp6 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 46px); position: relative; width: 46px; }\",\".framer-LlOKB .framer-178wt8i, .framer-LlOKB .framer-pv2gqb, .framer-LlOKB .framer-jwjrly, .framer-LlOKB .framer-1om2qld { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-LlOKB .framer-1yqs208 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-LlOKB .framer-klkkn3 { align-content: center; align-items: center; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: sticky; top: 40px; width: min-content; z-index: 1; }\",\".framer-LlOKB .framer-9sw75p { --border-bottom-width: 1px; --border-color: #efefef; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; align-self: stretch; background-color: #ffffff; border-bottom-left-radius: 9px; border-bottom-right-radius: 9px; border-top-left-radius: 9px; border-top-right-radius: 9px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 1px; position: relative; width: auto; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-LlOKB .framer-1axwgkh-container { flex: none; height: 580px; position: sticky; top: 0px; width: 380px; z-index: 1; }\",\".framer-LlOKB .framer-tm3dvi-container { flex: none; height: auto; left: 0px; pointer-events: auto; position: absolute; right: 0px; top: 0px; z-index: 5; }\",\".framer-LlOKB .framer-ac9rke { align-content: center; align-items: center; background-color: #fafafa; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 54px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 0px 80px 20px; position: relative; width: 100%; }\",\".framer-LlOKB .framer-1xbx8rk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1100px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-LlOKB .framer-2e1frj { display: grid; flex: 1 0 0px; gap: 20px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 1px; }\",\".framer-LlOKB .framer-1fbzs0o { --border-bottom-width: 1px; --border-color: #efefef; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; align-self: start; background-color: #ffffff; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; justify-self: start; padding: 12px 0px 12px 20px; position: relative; text-decoration: none; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-LlOKB[data-border=\"true\"]::after, .framer-LlOKB [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-LlOKB.framer-16zcr7b { width: 810px; } .framer-LlOKB .framer-2h4kcg { flex-direction: column; padding: 30px; width: 100%; } .framer-LlOKB .framer-1kysobv { flex: none; width: 100%; } .framer-LlOKB .framer-1swbwh3 { height: 85px; } .framer-LlOKB .framer-klkkn3, .framer-LlOKB .framer-1axwgkh-container { width: 100%; } .framer-LlOKB .framer-9sw75p { align-self: unset; width: 100%; } .framer-LlOKB .framer-ac9rke { padding: 80px 20px 80px 20px; } .framer-LlOKB .framer-2e1frj { grid-template-columns: repeat(2, minmax(50px, 1fr)); }}\",\"@media (max-width: 809px) { .framer-LlOKB.framer-16zcr7b { width: 390px; } .framer-LlOKB .framer-2h4kcg { flex-direction: column; padding: 20px; width: 100%; } .framer-LlOKB .framer-1kysobv, .framer-LlOKB .framer-1r0htjx, .framer-LlOKB .framer-6sfu6w, .framer-LlOKB .framer-njgtxu, .framer-LlOKB .framer-2rcp1w, .framer-LlOKB .framer-rv9cmn, .framer-LlOKB .framer-1breg2x, .framer-LlOKB .framer-pq93mt { flex: none; width: 100%; } .framer-LlOKB .framer-rus2rl, .framer-LlOKB .framer-1yynp7y, .framer-LlOKB .framer-1azy143 { flex-direction: column; } .framer-LlOKB .framer-klkkn3 { width: 100%; } .framer-LlOKB .framer-9sw75p { align-self: unset; background-color: unset; width: 100%; } .framer-LlOKB .framer-1axwgkh-container { position: relative; top: unset; width: 100%; } .framer-LlOKB .framer-ac9rke { padding: 80px 20px 80px 20px; } .framer-LlOKB .framer-2e1frj { grid-template-columns: repeat(1, minmax(50px, 1fr)); }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5536\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"fnTVpl_Lp\":{\"layout\":[\"fixed\",\"auto\"]},\"n8ajwxcz2\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"rrYnwRskG\":{\"pattern\":\":rrYnwRskG\",\"name\":\"buy\"},\"dHUGnmF30\":{\"pattern\":\":dHUGnmF30\",\"name\":\"footer\"}}\n * @framerResponsiveScreen\n */const FrameroEDHcNjEz=withCSS(Component,css,\"framer-LlOKB\");export default FrameroEDHcNjEz;FrameroEDHcNjEz.displayName=\"Buy Pages Payment\";FrameroEDHcNjEz.defaultProps={height:5536,width:1200};addFonts(FrameroEDHcNjEz,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\",weight:\"400\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://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\"}]},...CryptoPillFonts,...CryptoTitle2Fonts,...CryptoTitleFonts,...PaymentMethodsFonts,...SelectCryptoTextFonts,...PaymentMethods1Fonts,...PaymentMethods2Fonts,...ReceiveCryptoTextFonts,...PaymentMethods3Fonts,...CryptoTitle1Fonts,...RelevantResourcesFonts,...BestWayTitle2Fonts,...FaqTitle2Fonts,...AccordionFonts,...CustomIframeComponentFonts,...HeaderCopyFonts,...CryptoImgFonts,...LinkedTitleFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...componentPresets.fonts?.[\"b0OH5LWGY\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"b0OH5LWGY\"]):[],...componentPresets.fonts?.[\"TXYPvbE1k\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"TXYPvbE1k\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameroEDHcNjEz\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"{\\\"rrYnwRskG\\\":{\\\"pattern\\\":\\\":rrYnwRskG\\\",\\\"name\\\":\\\"buy\\\"},\\\"dHUGnmF30\\\":{\\\"pattern\\\":\\\":dHUGnmF30\\\",\\\"name\\\":\\\"footer\\\"}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerColorSyntax\":\"true\",\"framerResponsiveScreen\":\"\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"5536\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fnTVpl_Lp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"n8ajwxcz2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["BestWayTitle2", "crypto", "crypto_iso", "payment_method", "styles", "p", "u", "addPropertyControls", "ControlType", "BestWayTitle2_default", "FaqTitle2", "crypto", "crypto_iso", "styles", "p", "u", "addPropertyControls", "ControlType", "FaqTitle2_default", "CryptoTitle2", "crypto", "crypto_iso", "payment_method", "windowWidth", "setWindowWidth", "ye", "ue", "window", "handleResize", "isMobile", "styles", "p", "u", "addPropertyControls", "ControlType", "LPTitle2_default", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "CryptoPillFonts", "getFonts", "CryptoPill_default", "CryptoTitle2Fonts", "LPTitle2_default", "CryptoTitleFonts", "StepTitle_default", "PaymentMethodsFonts", "GenerateImage_default", "SelectCryptoTextFonts", "SelectCryptoText_default", "PaymentMethods1Fonts", "GenerateImage2_default", "PaymentMethods2Fonts", "GenerateImage3_default", "ReceiveCryptoTextFonts", "ReceiveCryptoText_default", "PaymentMethods3Fonts", "PaymentMethods", "CryptoTitle1Fonts", "IntroTitle_default", "RelevantResourcesFonts", "RelevantResources_default", "BestWayTitle2Fonts", "BestWayTitle2_default", "FaqTitle2Fonts", "FaqTitle2_default", "AccordionFonts", "ySorz1l5y_default", "CustomIframeComponentFonts", "CustomIframeComponent", "HeaderCopyFonts", "CQlR3Tglr_default", "CryptoImgFonts", "CryptoImg_default", "LinkedTitleFonts", "LinkedTitle_default", "FooterFonts", "nKxlHtsNU_default", "breakpoints", "serializationHash", "variantClassNames", "prefix", "value", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "mF0wMLgq5_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "ayjefEIJS", "fxdsojd8g", "amp26OSCx", "gO7ZTZ89U", "pf7YojtpQ", "phbGYnS_P", "eutl25YnX", "CC1KWTuME", "jDiGogjOF", "TpRdImYC9", "SzY2sRTaR", "GK5A6HJCK", "H6jo06Ejs", "CoYSRe0oO", "X0kDj9LDf", "Whq3NUQEySiVzMi9Nf", "fxdsojd8gSiVzMi9Nf", "ayjefEIJSSiVzMi9Nf", "amp26OSCxSiVzMi9Nf", "idSiVzMi9Nf", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "usePreloadLocalizedValues", "elementId", "useRouteElementId", "ref1", "textContent", "elementId1", "ref2", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "Container", "CryptoPill_default", "LPTitle2_default", "RichText2", "getLocalizedValue", "x", "StepTitle_default", "GenerateImage_default", "SelectCryptoText_default", "GenerateImage2_default", "GenerateImage3_default", "ReceiveCryptoText_default", "PaymentMethods", "IntroTitle_default", "ComponentPresetsProvider", "RelevantResources_default", "BestWayTitle2_default", "PropertyOverrides2", "FaqTitle2_default", "ySorz1l5y_default", "CustomIframeComponent", "CQlR3Tglr_default", "ChildrenCanSuspend", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "Link", "CryptoImg_default", "LinkedTitle_default", "nKxlHtsNU_default", "css", "FrameroEDHcNjEz", "withCSS", "oEDHcNjEz_default", "addFonts", "CryptoPillFonts", "CryptoTitle2Fonts", "CryptoTitleFonts", "PaymentMethodsFonts", "SelectCryptoTextFonts", "PaymentMethods1Fonts", "PaymentMethods2Fonts", "ReceiveCryptoTextFonts", "PaymentMethods3Fonts", "CryptoTitle1Fonts", "RelevantResourcesFonts", "BestWayTitle2Fonts", "FaqTitle2Fonts", "AccordionFonts", "CustomIframeComponentFonts", "HeaderCopyFonts", "CryptoImgFonts", "LinkedTitleFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
