{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/feather-icons/home.js@0.0.29", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js", "ssg:https://framerusercontent.com/modules/dxOLxa74Uwbcs3jTzKJI/kuVlFkQyiD53uvUuf5cE/I8kJiWERJ.js", "ssg:https://framerusercontent.com/modules/8eCadCXxLz9cHW2unyNH/MTaGVNjXVZgQQwmsDueJ/Jai77mCep.js", "ssg:https://framerusercontent.com/modules/3pRQ8Xk5CChRs5XAtbrh/lxG98BWRqNtyXlzlptKO/m_reGdghi.js", "ssg:https://framerusercontent.com/modules/sQAt1lT8nITptSjXUxMR/cGsZiMoIdbuvbeRJF81O/Rs50iaurS.js"],
  "sourcesContent": ["import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "let r;var s=o=>{if(!r){const n=o.forwardRef(({color:t=\"currentColor\",size:e=24,...i},l)=>o.createElement(\"svg\",{ref:l,xmlns:\"http://www.w3.org/2000/svg\",width:e,height:e,viewBox:\"0 0 24 24\",fill:\"none\",stroke:t,strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\",...i},o.createElement(\"path\",{d:\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"}),o.createElement(\"polyline\",{points:\"9 22 9 12 15 12 15 22\"})));n.displayName=\"Home\",r=n}return r};export{s as default};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/feather-icons/home.js@0.0.29\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"activity\",\"airplay\",\"alert-circle\",\"alert-octagon\",\"alert-triangle\",\"align-center\",\"align-justify\",\"align-left\",\"align-right\",\"anchor\",\"aperture\",\"archive\",\"arrow-down\",\"arrow-down-circle\",\"arrow-down-left\",\"arrow-down-right\",\"arrow-left\",\"arrow-left-circle\",\"arrow-right\",\"arrow-right-circle\",\"arrow-up\",\"arrow-up-circle\",\"arrow-up-left\",\"arrow-up-right\",\"at-sign\",\"award\",\"bar-chart\",\"bar-chart-2\",\"battery\",\"battery-charging\",\"bell\",\"bell-off\",\"bluetooth\",\"bold\",\"book\",\"book-open\",\"bookmark\",\"box\",\"briefcase\",\"calendar\",\"camera\",\"camera-off\",\"cast\",\"check\",\"check-circle\",\"check-square\",\"chevron-down\",\"chevron-left\",\"chevron-right\",\"chevron-up\",\"chevrons-down\",\"chevrons-left\",\"chevrons-right\",\"chevrons-up\",\"chrome\",\"circle\",\"clipboard\",\"clock\",\"cloud\",\"cloud-drizzle\",\"cloud-lightning\",\"cloud-off\",\"cloud-rain\",\"cloud-snow\",\"code\",\"codepen\",\"codesandbox\",\"coffee\",\"columns\",\"command\",\"compass\",\"copy\",\"corner-down-left\",\"corner-down-right\",\"corner-left-down\",\"corner-left-up\",\"corner-right-down\",\"corner-right-up\",\"corner-up-left\",\"corner-up-right\",\"cpu\",\"credit-card\",\"crop\",\"crosshair\",\"database\",\"delete\",\"disc\",\"divide\",\"divide-circle\",\"divide-square\",\"dollar-sign\",\"download\",\"download-cloud\",\"dribbble\",\"droplet\",\"edit\",\"edit-2\",\"edit-3\",\"external-link\",\"eye\",\"eye-off\",\"facebook\",\"fast-forward\",\"feather\",\"figma\",\"file\",\"file-minus\",\"file-plus\",\"file-text\",\"film\",\"filter\",\"flag\",\"folder\",\"folder-minus\",\"folder-plus\",\"framer\",\"frown\",\"gift\",\"git-branch\",\"git-commit\",\"git-merge\",\"git-pull-request\",\"github\",\"gitlab\",\"globe\",\"grid\",\"hard-drive\",\"hash\",\"headphones\",\"heart\",\"help-circle\",\"hexagon\",\"home\",\"image\",\"inbox\",\"info\",\"instagram\",\"italic\",\"key\",\"layers\",\"layout\",\"life-buoy\",\"link\",\"link-2\",\"linkedin\",\"list\",\"loader\",\"lock\",\"log-in\",\"log-out\",\"mail\",\"map\",\"map-pin\",\"maximize\",\"maximize-2\",\"meh\",\"menu\",\"message-circle\",\"message-square\",\"mic\",\"mic-off\",\"minimize\",\"minimize-2\",\"minus\",\"minus-circle\",\"minus-square\",\"monitor\",\"moon\",\"more-horizontal\",\"more-vertical\",\"mouse-pointer\",\"move\",\"music\",\"navigation\",\"navigation-2\",\"octagon\",\"package\",\"paperclip\",\"pause\",\"pause-circle\",\"pen-tool\",\"percent\",\"phone\",\"phone-call\",\"phone-forwarded\",\"phone-incoming\",\"phone-missed\",\"phone-off\",\"phone-outgoing\",\"pie-chart\",\"play\",\"play-circle\",\"plus\",\"plus-circle\",\"plus-square\",\"pocket\",\"power\",\"printer\",\"radio\",\"refresh-ccw\",\"refresh-cw\",\"repeat\",\"rewind\",\"rotate-ccw\",\"rotate-cw\",\"rss\",\"save\",\"scissors\",\"search\",\"send\",\"server\",\"settings\",\"share\",\"share-2\",\"shield\",\"shield-off\",\"shopping-bag\",\"shopping-cart\",\"shuffle\",\"sidebar\",\"skip-back\",\"skip-forward\",\"slack\",\"slash\",\"sliders\",\"smartphone\",\"smile\",\"speaker\",\"square\",\"star\",\"stop-circle\",\"sun\",\"sunrise\",\"sunset\",\"tablet\",\"tag\",\"target\",\"terminal\",\"thermometer\",\"thumbs-down\",\"thumbs-up\",\"toggle-left\",\"toggle-right\",\"tool\",\"trash\",\"trash-2\",\"trello\",\"trending-down\",\"trending-up\",\"triangle\",\"truck\",\"tv\",\"twitch\",\"twitter\",\"type\",\"umbrella\",\"underline\",\"unlock\",\"upload\",\"upload-cloud\",\"user\",\"user-check\",\"user-minus\",\"user-plus\",\"user-x\",\"users\",\"video\",\"video-off\",\"voicemail\",\"volume\",\"volume-1\",\"volume-2\",\"volume-x\",\"watch\",\"wifi\",\"wifi-off\",\"wind\",\"x\",\"x-circle\",\"x-octagon\",\"x-square\",\"youtube\",\"zap\",\"zap-off\",\"zoom-in\",\"zoom-out\",];const moduleBaseUrl=\"https://framer.com/m/feather-icons/\";const uppercaseIconKeys=iconKeys.map(name=>name.charAt(0).toUpperCase()+name.slice(1));const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * FEATHER\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){let active=true;// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.29`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);// console.log(module.default)\nif(active)setSelectedIcon(module.default(React));}catch(e){console.log(e);if(active)setSelectedIcon(null);}return()=>{active=false;};}// Import module when new style or icon is selected\nuseEffect(()=>{importModule();},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(\"div\",{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(SelectedIcon,{style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Feather\";Icon.defaultProps={width:24,height:24,iconSelection:\"home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,optionTitles:uppercaseIconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Feather site](https://feathericons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Feather.map", "// Generated by Framer (100f99d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Image,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/lP0ZiESzNGiLIf8IdLrG/EXanhaRZN7z2Cdrc7FNg/eldaklQKU.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/2iaMuaWyWyiv1cpxHEBa/MzYNuluNFh0QZIdNU98D/gL7YAmK8C.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/sRIJ8fQds2N4DBLuoyUx/ZDgA5hDM59guS8QMzytf/LdR1OWvz4.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/aqL0BtejeRP4JXFTQmEQ/Ht3la2JWPcMjTfB5UNpU/o6G0xP52z.js\";const YouTubeFonts=getFonts(YouTube);const MotionDivWithFX=withFX(motion.div);const RichTextWithFX=withFX(RichText);const cycleOrder=[\"JxyQsPSiI\",\"R4rYLkRYR\",\"YKhhQjM90\"];const serializationHash=\"framer-aMXxL\";const variantClassNames={JxyQsPSiI:\"framer-v-1ym69ox\",R4rYLkRYR:\"framer-v-1113hvo\",YKhhQjM90:\"framer-v-z29g8r\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-20,y:0};const transition2={delay:.8,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:-20,y:0};const transition3={delay:.4,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:-20,y:0};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20};const transition4={delay:0,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:20};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:20};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:20};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"JxyQsPSiI\",Phone:\"YKhhQjM90\",Tablet:\"R4rYLkRYR\"};const getProps=({height,id,padding,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"JxyQsPSiI\",zXicO8nr0:padding??props.zXicO8nr0??\"0px\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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,zXicO8nr0,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"JxyQsPSiI\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"R4rYLkRYR\")return true;return false;};const isDisplayed1=()=>{if([\"R4rYLkRYR\",\"YKhhQjM90\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"R4rYLkRYR\")return false;return true;};const isDisplayed3=()=>{if(baseVariant===\"YKhhQjM90\")return false;return true;};const isDisplayed4=()=>{if(baseVariant===\"YKhhQjM90\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1ym69ox\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"JxyQsPSiI\",ref:refBinding,style:{\"--1xwvll\":numberToPixelString(zXicO8nr0),...style},...addPropertyOverrides({R4rYLkRYR:{\"data-framer-name\":\"Tablet\"},YKhhQjM90:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ta7lpp\",\"data-border\":true,\"data-framer-name\":\"row\",layoutDependency:layoutDependency,layoutId:\"TIbtvOt8C\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(199, 221, 220)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ohxq6s-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"OG2M91vyx-container\",nodeId:\"OG2M91vyx\",rendersWithMotion:true,scopeId:\"I8kJiWERJ\",style:{z:-70},children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"OG2M91vyx\",isMixedBorderRadius:false,isRed:true,layoutId:\"OG2M91vyx\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"High Quality\",topLeftRadius:0,topRightRadius:0,url:\"https://www.youtube.com/watch?v=KPWJClQQGp0\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tjodx1\",\"data-framer-name\":\"text\",layoutDependency:layoutDependency,layoutId:\"iHHI91uO1\",children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TnVuaXRvIFNhbnMtODAw\",\"--framer-font-family\":'\"Nunito Sans\", \"Nunito Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"21px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(25, 45, 42))\"},children:\"Discover the benefits of Journey Japan Esim\"})}),className:\"framer-1f6r0ph\",\"data-framer-name\":\"By Abroad in Japan\",fonts:[\"GF;Nunito Sans-800\"],layoutDependency:layoutDependency,layoutId:\"HLPzIecY8\",style:{\"--extracted-r6o4lv\":\"rgb(25, 45, 42)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-s7a056\",\"data-framer-name\":\"brand-logo\",layoutDependency:layoutDependency,layoutId:\"Anm8P8mMj\"}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TnVuaXRvIFNhbnMtODAw\",\"--framer-font-family\":'\"Nunito Sans\", \"Nunito Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(25, 45, 42))\"},children:\"Discover the benefits of Journey Japan Esim\"})}),className:\"framer-139ti5t\",\"data-framer-name\":\"By Abroad in Japan\",fonts:[\"GF;Nunito Sans-800\"],layoutDependency:layoutDependency,layoutId:\"I2OtebVfv\",style:{\"--extracted-r6o4lv\":\"rgb(25, 45, 42)\",\"--framer-paragraph-spacing\":\"0px\"},variants:{YKhhQjM90:{\"--extracted-r6o4lv\":\"var(--token-6b2c2b84-8b02-4d22-a69c-c42458a7cab2, rgb(114, 120, 119))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({YKhhQjM90:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TnVuaXRvIFNhbnMtODAw\",\"--framer-font-family\":'\"Nunito Sans\", \"Nunito Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6b2c2b84-8b02-4d22-a69c-c42458a7cab2, rgb(114, 120, 119)))\"},children:\"Discover the benefits of Journey Japan Esim\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-em077t\",\"data-styles-preset\":\"LdR1OWvz4\",children:\"Your journey to Japan made easy with eSIM\"})}),className:\"framer-1k3lbxp\",\"data-framer-name\":\"Your journey to Japan made easy with eSIM\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HP_8WZs2I\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({R4rYLkRYR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1qu5o45\",\"data-styles-preset\":\"o6G0xP52z\",children:\"Your journey to Japan made easy with eSIM\"})})},YKhhQjM90:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-95jr5y\",\"data-styles-preset\":\"gL7YAmK8C\",style:{\"--framer-text-alignment\":\"center\"},children:\"Your journey to Japan made easy with eSIM\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1ahvv47\",\"data-framer-name\":\"brand-logo\",layoutDependency:layoutDependency,layoutId:\"mMqPYWa9H\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Abroad in Japan logo\",fit:\"fill\",pixelHeight:176,pixelWidth:176,src:\"https://framerusercontent.com/images/Jp26Fu3MCB93ez7zE3pKBRb2uEA.jpg\"},className:\"framer-4sd0hj\",\"data-framer-name\":\"channels4_profile 1\",layoutDependency:layoutDependency,layoutId:\"pxDibU26x\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100}}),isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TnVuaXRvIFNhbnMtODAw\",\"--framer-font-family\":'\"Nunito Sans\", \"Nunito Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(25, 45, 42))\"},children:\"By Abroad in Japan\"})}),className:\"framer-1hwu79k\",\"data-framer-name\":\"By Abroad in Japan\",fonts:[\"GF;Nunito Sans-800\"],layoutDependency:layoutDependency,layoutId:\"V1ojFHIpe\",style:{\"--extracted-r6o4lv\":\"rgb(25, 45, 42)\",\"--framer-paragraph-spacing\":\"0px\"},transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed4()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TnVuaXRvIFNhbnMtODAw\",\"--framer-font-family\":'\"Nunito Sans\", \"Nunito Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(25, 45, 42))\"},children:\"By Abroad in Japan\"})}),className:\"framer-1umk0r2\",\"data-framer-name\":\"By Abroad in Japan\",fonts:[\"GF;Nunito Sans-800\"],layoutDependency:layoutDependency,layoutId:\"ZIMgWJDE0\",style:{\"--extracted-r6o4lv\":\"rgb(25, 45, 42)\",\"--framer-paragraph-spacing\":\"0px\"},transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gqgy8e\",\"data-border\":true,\"data-framer-name\":\"row\",layoutDependency:layoutDependency,layoutId:\"pj2a2LC4u\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(199, 221, 220)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"},children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1bejwqm\",\"data-framer-name\":\"col-1\",layoutDependency:layoutDependency,layoutId:\"LcsONMv5x\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1us1sxn\",\"data-framer-name\":\"icon\",layoutDependency:layoutDependency,layoutId:\"n96N5xNv0\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-yz0z6g\",\"data-framer-name\":\"Ellipse 16\",layoutDependency:layoutDependency,layoutId:\"cjAT8OcS5\",style:{backgroundColor:\"rgb(255, 64, 39)\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy04MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"21.33px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"1\"})}),className:\"framer-1sgbms6\",\"data-framer-name\":\"1\",fonts:[\"GF;Poppins-800\"],layoutDependency:layoutDependency,layoutId:\"TdF0tUf5r\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"21.329999923706055px\",\"--framer-line-height\":\"24px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy04MDA=\",\"--framer-font-family\":'\"Poppins\"',\"--framer-font-size\":\"21.33px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(25, 45, 42, 1))\"},children:\"Check that your phone is eSIM compatible.\"})})}),className:\"framer-qf57x0\",\"data-framer-name\":\"Check that your phone is eSIM compatible.\",fonts:[\"GF;Poppins-800\"],layoutDependency:layoutDependency,layoutId:\"MdgCuVps0\",style:{\"--extracted-1w3ko1f\":\"rgba(25, 45, 42, 1)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7TnVuaXRvIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Nunito Sans\", \"Nunito Sans Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(114, 120, 119))\"},children:[\"Find out if your phone can use eSIMs \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"p55U1rGxS\"},motionChild:true,nodeId:\"jgi670M84\",openInNewTab:false,scopeId:\"I8kJiWERJ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-12chmss\",\"data-styles-preset\":\"eldaklQKU\",children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7TnVuaXRvIFNhbnMtODAw\",\"--framer-font-weight\":\"800\",\"--framer-text-color\":\"var(--extracted-hl0iuy, rgb(255, 64, 39))\",\"--framer-text-decoration\":\"underline\"},children:\"here\"})})}),\".\"]})}),className:\"framer-yp041v\",\"data-framer-name\":\"Find out if your phone can use eSIMs here.\",fonts:[\"GF;Nunito Sans-regular\",\"GF;Nunito Sans-800\"],layoutDependency:layoutDependency,layoutId:\"jgi670M84\",style:{\"--extracted-hl0iuy\":\"rgb(255, 64, 39)\",\"--extracted-r6o4lv\":\"rgb(114, 120, 119)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-7kvg1o\",\"data-framer-name\":\"col-2\",layoutDependency:layoutDependency,layoutId:\"lBjdwExfu\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10751cq\",\"data-framer-name\":\"icon\",layoutDependency:layoutDependency,layoutId:\"cbcieco6c\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-q3xpbv\",\"data-framer-name\":\"Ellipse 17\",layoutDependency:layoutDependency,layoutId:\"k9EzrUBGq\",style:{backgroundColor:\"rgb(255, 64, 39)\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"21.329999923706055px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy04MDA=\",\"--framer-font-family\":'\"Poppins\"',\"--framer-font-size\":\"21.33px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(255, 255, 255, 1))\"},children:\"2\"})})}),className:\"framer-pagzbn\",\"data-framer-name\":\"2\",fonts:[\"GF;Poppins-800\"],layoutDependency:layoutDependency,layoutId:\"Ep60vC_TL\",style:{\"--extracted-1w3ko1f\":\"rgba(255, 255, 255, 1)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy04MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"21.33px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(25, 45, 42))\"},children:\"Please choose the data plan according to your needs.\"})}),className:\"framer-1udkoet\",\"data-framer-name\":\"Buy your eSIM within 14 days of your trip.\",fonts:[\"GF;Poppins-800\"],layoutDependency:layoutDependency,layoutId:\"XqwHql18G\",style:{\"--extracted-r6o4lv\":\"rgb(25, 45, 42)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"16px\",\"--framer-line-height\":\"24px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7TnVuaXRvIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Nunito Sans\"',\"--framer-font-size\":\"16px\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(114, 120, 119, 1))\"},children:\"All plans last for 30 days.\"})})}),className:\"framer-1r5pomp\",\"data-framer-name\":\"All plans last for 30 days.\",fonts:[\"GF;Nunito Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"L54aijThM\",style:{\"--extracted-1w3ko1f\":\"rgba(114, 120, 119, 1)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation3,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1a5lim7\",\"data-framer-name\":\"col-3\",layoutDependency:layoutDependency,layoutId:\"nghwNUDuR\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-beg2lx\",\"data-framer-name\":\"icon\",layoutDependency:layoutDependency,layoutId:\"LxqEsxkuU\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f1tv3l\",\"data-framer-name\":\"Ellipse 18\",layoutDependency:layoutDependency,layoutId:\"MP_hBN6W9\",style:{backgroundColor:\"rgb(255, 64, 39)\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\"}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"21.329999923706055px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy04MDA=\",\"--framer-font-family\":'\"Poppins\"',\"--framer-font-size\":\"21.33px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(255, 255, 255, 1))\"},children:\"3\"})})}),className:\"framer-1kawtoz\",\"data-framer-name\":\"3\",fonts:[\"GF;Poppins-800\"],layoutDependency:layoutDependency,layoutId:\"n0q2j9Gxq\",style:{\"--extracted-1w3ko1f\":\"rgba(255, 255, 255, 1)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy04MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"21.33px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(25, 45, 42))\"},children:\"Install via an Activation code.\"})}),className:\"framer-t3tizd\",\"data-framer-name\":\"Install via a QR code.\",fonts:[\"GF;Poppins-800\"],layoutDependency:layoutDependency,layoutId:\"hvW14ED8V\",style:{\"--extracted-r6o4lv\":\"rgb(25, 45, 42)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TnVuaXRvIFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Nunito Sans\", \"Nunito Sans Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(114, 120, 119))\"},children:\"Just copy and paste the code and you\u2019re clicks away from your journey to Japan.\"})}),className:\"framer-1mzvd19\",\"data-framer-name\":\"Just scan the code and you\u2019re clicks away from your journey to Japan.\",fonts:[\"GF;Nunito Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"qOr57eid6\",style:{\"--extracted-r6o4lv\":\"rgb(114, 120, 119)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-aMXxL.framer-1ve20z3, .framer-aMXxL .framer-1ve20z3 { display: block; }\",\".framer-aMXxL.framer-1ym69ox { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: var(--1xwvll); position: relative; width: 1440px; }\",\".framer-aMXxL .framer-1ta7lpp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 75px; height: 537px; justify-content: center; overflow: visible; padding: 0px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-aMXxL .framer-1ohxq6s-container { flex: none; height: 358px; position: relative; width: 620px; }\",\".framer-aMXxL .framer-tjodx1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 27px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 586px; }\",\".framer-aMXxL .framer-1f6r0ph, .framer-aMXxL .framer-139ti5t { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-aMXxL .framer-s7a056 { flex: none; height: 38px; overflow: visible; position: relative; width: 89px; }\",\".framer-aMXxL .framer-1k3lbxp, .framer-aMXxL .framer-qf57x0, .framer-aMXxL .framer-yp041v, .framer-aMXxL .framer-1udkoet, .framer-aMXxL .framer-1r5pomp, .framer-aMXxL .framer-t3tizd, .framer-aMXxL .framer-1mzvd19 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-aMXxL .framer-1ahvv47 { flex: none; height: 60px; overflow: visible; position: relative; width: 217px; }\",\".framer-aMXxL .framer-4sd0hj { bottom: 0px; flex: none; left: 1px; position: absolute; top: 0px; width: 60px; }\",\".framer-aMXxL .framer-1hwu79k { flex: none; height: auto; position: absolute; right: 1px; top: 50%; white-space: pre; width: auto; }\",\".framer-aMXxL .framer-1umk0r2 { flex: none; height: auto; position: absolute; right: 10px; top: 48%; white-space: pre; width: auto; }\",\".framer-aMXxL .framer-gqgy8e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-aMXxL .framer-1bejwqm, .framer-aMXxL .framer-7kvg1o, .framer-aMXxL .framer-1a5lim7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 23%; }\",\".framer-aMXxL .framer-1us1sxn, .framer-aMXxL .framer-10751cq, .framer-aMXxL .framer-beg2lx { flex: none; height: 50px; overflow: visible; position: relative; width: 50px; }\",\".framer-aMXxL .framer-yz0z6g, .framer-aMXxL .framer-q3xpbv, .framer-aMXxL .framer-1f1tv3l { aspect-ratio: 1 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 50px; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-aMXxL .framer-1sgbms6 { flex: none; height: 24px; left: 21px; position: absolute; top: 13px; white-space: pre; width: 9px; }\",\".framer-aMXxL .framer-pagzbn { flex: none; height: 24px; left: 19px; position: absolute; top: 13px; white-space: pre; width: 13px; }\",\".framer-aMXxL .framer-1kawtoz { flex: none; height: 24px; left: 18px; position: absolute; top: 13px; white-space: pre; width: 14px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aMXxL.framer-1ym69ox, .framer-aMXxL .framer-1ta7lpp, .framer-aMXxL .framer-tjodx1, .framer-aMXxL .framer-gqgy8e, .framer-aMXxL .framer-1bejwqm, .framer-aMXxL .framer-7kvg1o, .framer-aMXxL .framer-1a5lim7 { gap: 0px; } .framer-aMXxL.framer-1ym69ox > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-aMXxL.framer-1ym69ox > :first-child, .framer-aMXxL .framer-tjodx1 > :first-child, .framer-aMXxL .framer-1bejwqm > :first-child, .framer-aMXxL .framer-7kvg1o > :first-child, .framer-aMXxL .framer-1a5lim7 > :first-child { margin-top: 0px; } .framer-aMXxL.framer-1ym69ox > :last-child, .framer-aMXxL .framer-tjodx1 > :last-child, .framer-aMXxL .framer-1bejwqm > :last-child, .framer-aMXxL .framer-7kvg1o > :last-child, .framer-aMXxL .framer-1a5lim7 > :last-child { margin-bottom: 0px; } .framer-aMXxL .framer-1ta7lpp > * { margin: 0px; margin-left: calc(75px / 2); margin-right: calc(75px / 2); } .framer-aMXxL .framer-1ta7lpp > :first-child, .framer-aMXxL .framer-gqgy8e > :first-child { margin-left: 0px; } .framer-aMXxL .framer-1ta7lpp > :last-child, .framer-aMXxL .framer-gqgy8e > :last-child { margin-right: 0px; } .framer-aMXxL .framer-tjodx1 > * { margin: 0px; margin-bottom: calc(27px / 2); margin-top: calc(27px / 2); } .framer-aMXxL .framer-gqgy8e > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-aMXxL .framer-1bejwqm > *, .framer-aMXxL .framer-7kvg1o > *, .framer-aMXxL .framer-1a5lim7 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } }\",\".framer-aMXxL.framer-v-1113hvo.framer-1ym69ox { width: 810px; }\",\".framer-aMXxL.framer-v-1113hvo .framer-1ta7lpp { gap: 28px; height: 349px; order: 0; padding: 0px 40px 20px 40px; }\",\".framer-aMXxL.framer-v-1113hvo .framer-1ohxq6s-container { height: 192px; order: 0; width: 350px; }\",\".framer-aMXxL.framer-v-1113hvo .framer-tjodx1 { flex: 1 0 0px; gap: 9px; order: 1; width: 1px; }\",\".framer-aMXxL.framer-v-1113hvo .framer-1f6r0ph { order: 0; }\",\".framer-aMXxL.framer-v-1113hvo .framer-1k3lbxp { order: 1; }\",\".framer-aMXxL.framer-v-1113hvo .framer-1ahvv47, .framer-aMXxL.framer-v-z29g8r .framer-1ahvv47 { order: 4; }\",\".framer-aMXxL.framer-v-1113hvo .framer-4sd0hj { bottom: unset; height: 53px; left: 1px; width: 52px; }\",\".framer-aMXxL.framer-v-1113hvo .framer-gqgy8e { align-content: flex-start; align-items: flex-start; gap: 20px; order: 1; }\",\".framer-aMXxL.framer-v-1113hvo .framer-1bejwqm, .framer-aMXxL.framer-v-1113hvo .framer-7kvg1o, .framer-aMXxL.framer-v-1113hvo .framer-1a5lim7 { width: 30%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aMXxL.framer-v-1113hvo .framer-1ta7lpp, .framer-aMXxL.framer-v-1113hvo .framer-tjodx1, .framer-aMXxL.framer-v-1113hvo .framer-gqgy8e { gap: 0px; } .framer-aMXxL.framer-v-1113hvo .framer-1ta7lpp > * { margin: 0px; margin-left: calc(28px / 2); margin-right: calc(28px / 2); } .framer-aMXxL.framer-v-1113hvo .framer-1ta7lpp > :first-child, .framer-aMXxL.framer-v-1113hvo .framer-gqgy8e > :first-child { margin-left: 0px; } .framer-aMXxL.framer-v-1113hvo .framer-1ta7lpp > :last-child, .framer-aMXxL.framer-v-1113hvo .framer-gqgy8e > :last-child { margin-right: 0px; } .framer-aMXxL.framer-v-1113hvo .framer-tjodx1 > * { margin: 0px; margin-bottom: calc(9px / 2); margin-top: calc(9px / 2); } .framer-aMXxL.framer-v-1113hvo .framer-tjodx1 > :first-child { margin-top: 0px; } .framer-aMXxL.framer-v-1113hvo .framer-tjodx1 > :last-child { margin-bottom: 0px; } .framer-aMXxL.framer-v-1113hvo .framer-gqgy8e > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } }\",\".framer-aMXxL.framer-v-z29g8r.framer-1ym69ox { width: 390px; }\",\".framer-aMXxL.framer-v-z29g8r .framer-1ta7lpp { flex-direction: column; gap: 20px; padding: 0px; }\",\".framer-aMXxL.framer-v-z29g8r .framer-1ohxq6s-container { height: 175px; order: 0; width: 331px; }\",\".framer-aMXxL.framer-v-z29g8r .framer-tjodx1 { align-content: center; align-items: center; gap: 2px; order: 1; padding: 0px 20px 0px 20px; width: 100%; }\",\".framer-aMXxL.framer-v-z29g8r .framer-139ti5t { order: 2; }\",\".framer-aMXxL.framer-v-z29g8r .framer-1k3lbxp { order: 3; }\",\".framer-aMXxL.framer-v-z29g8r .framer-4sd0hj { bottom: unset; height: 43px; left: 1px; top: calc(45.00000000000002% - 43px / 2); width: 43px; }\",\".framer-aMXxL.framer-v-z29g8r .framer-gqgy8e { flex-direction: column; padding: 0px 20px 40px 20px; }\",\".framer-aMXxL.framer-v-z29g8r .framer-1bejwqm, .framer-aMXxL.framer-v-z29g8r .framer-7kvg1o, .framer-aMXxL.framer-v-z29g8r .framer-1a5lim7 { gap: 10px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aMXxL.framer-v-z29g8r .framer-1ta7lpp, .framer-aMXxL.framer-v-z29g8r .framer-tjodx1, .framer-aMXxL.framer-v-z29g8r .framer-gqgy8e, .framer-aMXxL.framer-v-z29g8r .framer-1bejwqm, .framer-aMXxL.framer-v-z29g8r .framer-7kvg1o, .framer-aMXxL.framer-v-z29g8r .framer-1a5lim7 { gap: 0px; } .framer-aMXxL.framer-v-z29g8r .framer-1ta7lpp > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-aMXxL.framer-v-z29g8r .framer-1ta7lpp > :first-child, .framer-aMXxL.framer-v-z29g8r .framer-tjodx1 > :first-child, .framer-aMXxL.framer-v-z29g8r .framer-gqgy8e > :first-child, .framer-aMXxL.framer-v-z29g8r .framer-1bejwqm > :first-child, .framer-aMXxL.framer-v-z29g8r .framer-7kvg1o > :first-child, .framer-aMXxL.framer-v-z29g8r .framer-1a5lim7 > :first-child { margin-top: 0px; } .framer-aMXxL.framer-v-z29g8r .framer-1ta7lpp > :last-child, .framer-aMXxL.framer-v-z29g8r .framer-tjodx1 > :last-child, .framer-aMXxL.framer-v-z29g8r .framer-gqgy8e > :last-child, .framer-aMXxL.framer-v-z29g8r .framer-1bejwqm > :last-child, .framer-aMXxL.framer-v-z29g8r .framer-7kvg1o > :last-child, .framer-aMXxL.framer-v-z29g8r .framer-1a5lim7 > :last-child { margin-bottom: 0px; } .framer-aMXxL.framer-v-z29g8r .framer-tjodx1 > * { margin: 0px; margin-bottom: calc(2px / 2); margin-top: calc(2px / 2); } .framer-aMXxL.framer-v-z29g8r .framer-gqgy8e > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-aMXxL.framer-v-z29g8r .framer-1bejwqm > *, .framer-aMXxL.framer-v-z29g8r .framer-7kvg1o > *, .framer-aMXxL.framer-v-z29g8r .framer-1a5lim7 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-aMXxL[data-border=\"true\"]::after, .framer-aMXxL [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 799.5\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"R4rYLkRYR\":{\"layout\":[\"fixed\",\"auto\"]},\"YKhhQjM90\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"zXicO8nr0\":\"padding\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerI8kJiWERJ=withCSS(Component,css,\"framer-aMXxL\");export default FramerI8kJiWERJ;FramerI8kJiWERJ.displayName=\"layout-how-it-works\";FramerI8kJiWERJ.defaultProps={height:799.5,width:1440};addPropertyControls(FramerI8kJiWERJ,{variant:{options:[\"JxyQsPSiI\",\"R4rYLkRYR\",\"YKhhQjM90\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},zXicO8nr0:{defaultValue:\"0px\",title:\"Padding\",type:ControlType.Padding}});addFonts(FramerI8kJiWERJ,[{explicitInter:true,fonts:[{family:\"Nunito Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GVi5nsV8kA_Ykqw.woff2\",weight:\"800\"},{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:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLDD4V15vFP-KUEg.woff2\",weight:\"800\"},{family:\"Nunito Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4G1ilnsV8kA_Ykqw.woff2\",weight:\"400\"}]},...YouTubeFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerI8kJiWERJ\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"zXicO8nr0\\\":\\\"padding\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"R4rYLkRYR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YKhhQjM90\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1440\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"799.5\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./I8kJiWERJ.map", "// Generated by Framer (44d7d2d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={E9ICoZc8N:{hover:true},ejJ2DSHZ1:{hover:true},ojAAfgRPV:{hover:true},WOUZbxlR6:{hover:true}};const cycleOrder=[\"ejJ2DSHZ1\",\"E9ICoZc8N\",\"WOUZbxlR6\",\"ojAAfgRPV\"];const serializationHash=\"framer-HzpGF\";const variantClassNames={E9ICoZc8N:\"framer-v-w48u5h\",ejJ2DSHZ1:\"framer-v-lpd6gz\",ojAAfgRPV:\"framer-v-128li5d\",WOUZbxlR6:\"framer-v-77kv4b\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={apple:\"ejJ2DSHZ1\",other:\"ojAAfgRPV\",pixel:\"WOUZbxlR6\",samsung:\"E9ICoZc8N\"};const getProps=({appleDark,appleLight,height,id,otherDark,otherLight,pixelDark,pixelLight,samsungDark,samsungLight,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3,_ref4;return{...props,DURVEObFx:(_ref=appleLight!==null&&appleLight!==void 0?appleLight:props.DURVEObFx)!==null&&_ref!==void 0?_ref:true,FA4Hr9pqO:(_ref1=pixelLight!==null&&pixelLight!==void 0?pixelLight:props.FA4Hr9pqO)!==null&&_ref1!==void 0?_ref1:true,Fa687vi1d:samsungDark!==null&&samsungDark!==void 0?samsungDark:props.Fa687vi1d,gDsG2mBB5:otherDark!==null&&otherDark!==void 0?otherDark:props.gDsG2mBB5,kGXx824QD:appleDark!==null&&appleDark!==void 0?appleDark:props.kGXx824QD,sltBQQLEH:pixelDark!==null&&pixelDark!==void 0?pixelDark:props.sltBQQLEH,TpFEhvFkg:(_ref2=otherLight!==null&&otherLight!==void 0?otherLight:props.TpFEhvFkg)!==null&&_ref2!==void 0?_ref2:true,variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"ejJ2DSHZ1\",yZ6HdP_Hn:(_ref4=samsungLight!==null&&samsungLight!==void 0?samsungLight:props.yZ6HdP_Hn)!==null&&_ref4!==void 0?_ref4:true};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,DURVEObFx,kGXx824QD,yZ6HdP_Hn,Fa687vi1d,FA4Hr9pqO,sltBQQLEH,TpFEhvFkg,gDsG2mBB5,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ejJ2DSHZ1\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=value=>{if([\"ejJ2DSHZ1-hover\",\"E9ICoZc8N-hover\",\"WOUZbxlR6-hover\",\"ojAAfgRPV-hover\"].includes(gestureVariant))return false;if([\"E9ICoZc8N\",\"WOUZbxlR6\",\"ojAAfgRPV\"].includes(baseVariant))return false;return value;};const isDisplayed1=value=>{if(gestureVariant===\"ejJ2DSHZ1-hover\")return true;return value;};const isDisplayed2=value=>{if(gestureVariant===\"E9ICoZc8N-hover\")return false;if(baseVariant===\"E9ICoZc8N\")return value;return false;};const isDisplayed3=value=>{if(gestureVariant===\"E9ICoZc8N-hover\")return true;if(baseVariant===\"E9ICoZc8N\")return value;return false;};const isDisplayed4=value=>{if(gestureVariant===\"WOUZbxlR6-hover\")return false;if(baseVariant===\"WOUZbxlR6\")return value;return false;};const isDisplayed5=value=>{if(gestureVariant===\"WOUZbxlR6-hover\")return true;if(baseVariant===\"WOUZbxlR6\")return value;return false;};const isDisplayed6=value=>{if(gestureVariant===\"ojAAfgRPV-hover\")return value;if(baseVariant===\"ojAAfgRPV\")return value;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"p55U1rGxS\"},...addPropertyOverrides({E9ICoZc8N:{href:{webPageId:\"lscU4K6p5\"},openInNewTab:false},ojAAfgRPV:{href:{webPageId:\"ewB7fkrqf\"},openInNewTab:false},WOUZbxlR6:{href:{webPageId:\"m0H4ct0vt\"},openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-lpd6gz\",className,classNames)} framer-1s2xv6a`,\"data-border\":true,\"data-framer-name\":\"apple\",layoutDependency:layoutDependency,layoutId:\"ejJ2DSHZ1\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-98a1f18f-fea1-4e1c-b708-4717f6ecd2f1, rgb(199, 221, 220))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",...style},variants:{\"E9ICoZc8N-hover\":{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-d008c7b5-2008-4a55-8a73-7565b056e175, rgb(255, 64, 39))\"},\"ejJ2DSHZ1-hover\":{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-d008c7b5-2008-4a55-8a73-7565b056e175, rgb(255, 64, 39))\"},\"ojAAfgRPV-hover\":{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-d008c7b5-2008-4a55-8a73-7565b056e175, rgb(255, 64, 39))\"},\"WOUZbxlR6-hover\":{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-d008c7b5-2008-4a55-8a73-7565b056e175, rgb(255, 64, 39))\"}},...addPropertyOverrides({\"E9ICoZc8N-hover\":{\"data-framer-name\":undefined},\"ejJ2DSHZ1-hover\":{\"data-framer-name\":undefined},\"ojAAfgRPV-hover\":{\"data-framer-name\":undefined},\"WOUZbxlR6-hover\":{\"data-framer-name\":undefined},E9ICoZc8N:{\"data-framer-name\":\"samsung\"},ojAAfgRPV:{\"data-framer-name\":\"other\"},WOUZbxlR6:{\"data-framer-name\":\"pixel\"}},baseVariant,gestureVariant),children:[isDisplayed(DURVEObFx)&&/*#__PURE__*/_jsx(SVG,{className:\"framer-13m2hx6\",\"data-framer-name\":\"apple-logo-light\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:26,layoutDependency:layoutDependency,layoutId:\"frXD6NV3C\",svg:'<svg width=\"26\" height=\"32\" viewBox=\"0 0 26 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_6353_3094)\">\\n<path d=\"M21.7144 16.9682C21.7593 21.8016 25.9535 23.41 26 23.4306C25.9645 23.544 25.3298 25.7227 23.7903 27.9732C22.4594 29.9189 21.0781 31.8574 18.9022 31.8976C16.7641 31.937 16.0766 30.6294 13.6322 30.6294C11.1885 30.6294 10.4247 31.8574 8.40075 31.937C6.30043 32.0165 4.70106 29.833 3.35912 27.8945C0.617022 23.9291 -1.47851 16.6894 1.33526 11.8025C2.73308 9.37558 5.23109 7.83878 7.94245 7.79938C10.0049 7.76002 11.9516 9.18727 13.2124 9.18727C14.4724 9.18727 16.8381 7.47088 19.3251 7.72296C20.3662 7.7663 23.2886 8.14361 25.1652 10.8911C25.014 10.9849 21.6781 12.9273 21.7144 16.9682ZM17.6962 5.09955C18.8112 3.74947 19.5617 1.87003 19.357 0C17.7497 0.0646146 15.8061 1.07132 14.6532 2.42066C13.62 3.61556 12.7152 5.52808 12.9593 7.3611C14.7509 7.49974 16.581 6.45049 17.6962 5.09955Z\" fill=\"#BFBBBB\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_6353_3094\">\\n<rect width=\"26\" height=\"32\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed1(kGXx824QD)&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1nr4py5\",\"data-framer-name\":\"apple-logo-dark\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:26,layoutDependency:layoutDependency,layoutId:\"h_sNdLVwm\",svg:'<svg width=\"26\" height=\"32\" viewBox=\"0 0 26 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_6353_3067)\">\\n<path d=\"M21.7144 16.9682C21.7593 21.8016 25.9535 23.41 26 23.4306C25.9645 23.544 25.3298 25.7227 23.7903 27.9732C22.4594 29.9189 21.0781 31.8574 18.9022 31.8976C16.7641 31.937 16.0766 30.6294 13.6322 30.6294C11.1885 30.6294 10.4247 31.8574 8.40075 31.937C6.30043 32.0165 4.70106 29.833 3.35912 27.8945C0.617022 23.9291 -1.47851 16.6894 1.33526 11.8025C2.73308 9.37558 5.23109 7.83878 7.94245 7.79938C10.0049 7.76002 11.9516 9.18727 13.2124 9.18727C14.4724 9.18727 16.8381 7.47088 19.3251 7.72296C20.3662 7.7663 23.2886 8.14361 25.1652 10.8911C25.014 10.9849 21.6781 12.9273 21.7144 16.9682ZM17.6962 5.09955C18.8112 3.74947 19.5617 1.87003 19.357 0C17.7497 0.0646146 15.8061 1.07132 14.6532 2.42066C13.62 3.61556 12.7152 5.52808 12.9593 7.3611C14.7509 7.49974 16.581 6.45049 17.6962 5.09955Z\" fill=\"#192D2A\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_6353_3067\">\\n<rect width=\"26\" height=\"32\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed2(yZ6HdP_Hn)&&/*#__PURE__*/_jsx(SVG,{className:\"framer-xf66p4\",\"data-framer-name\":\"samsung-logo-light\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:107,layoutDependency:layoutDependency,layoutId:\"nIVpxUa2r\",svg:'<svg width=\"107\" height=\"16\" viewBox=\"0 0 107 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_6353_3099)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M58.4913 7.42989C58.4913 7.42989 57.4535 6.77243 56.8112 6.51804C56.8112 6.51804 54.8255 5.57481 54.4307 5.12605C54.4307 5.12605 53.6573 4.37856 54.1099 3.51036C54.1099 3.51036 54.2996 2.94225 55.1177 2.94225C55.1177 2.94225 56.1828 3.00226 56.1828 3.89911V5.16424H59.9997L59.993 3.3003C59.993 3.3003 60.2866 0.248981 55.4971 0.114625C55.4971 0.114625 51.7308 -0.139083 50.6504 1.93969C50.6504 1.93969 50.2264 2.40278 50.2264 4.01846V5.18538C50.2264 5.18538 50.1832 6.53168 50.8541 7.39851C50.8541 7.39851 51.2336 7.96663 52.1682 8.59544C52.1682 8.59544 54.066 9.64233 55.2043 10.2418C55.2043 10.2418 56.3539 10.9143 56.2027 11.9837C56.2027 11.9837 56.1102 13.0824 54.9992 13.0374C54.9992 13.0374 53.9834 12.9903 53.9834 11.9134V10.649H49.9162V12.4856C49.9162 12.4856 49.8017 15.9987 55.0292 15.9987C55.0292 15.9987 60.0223 16.103 60.2553 12.3929V10.8979C60.2553 10.8979 60.431 8.62477 58.49 7.42852L58.4913 7.42989Z\" fill=\"#BFBBBB\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M38.9504 0.55249L37.6723 8.75846H37.3734L36.1526 0.626148H29.7769L29.458 15.4858H33.233L33.2776 4.28992H33.5745L35.5755 15.4838H39.5468L41.5238 4.29401H41.7868L41.8773 15.4858H45.6723L45.2642 0.55249H38.9504Z\" fill=\"#BFBBBB\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.479 0.614502L13.9668 15.4687H18.0307L19.5184 3.9509H19.8526L21.3397 15.4687H25.4029L22.892 0.614502H16.479Z\" fill=\"#BFBBBB\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M101.752 7.22527V9.41726H102.794V11.7695C102.794 12.9187 101.835 12.9399 101.835 12.9399C100.668 12.9399 100.712 11.8473 100.712 11.8473V3.71087C100.712 2.87267 101.747 2.82766 101.747 2.82766C102.741 2.82766 102.748 3.82749 102.748 3.82749V5.06466H106.574C106.698 2.65034 106.229 2.06517 106.229 2.06517C105.28 -0.117948 101.69 0.00140362 101.69 0.00140362C96.1721 0.00140362 96.7838 4.339 96.7838 4.339V12.206C96.9023 16.2742 102.339 15.8609 102.431 15.8561C104.85 15.582 105.581 14.7949 105.581 14.7949C106.253 14.2834 106.427 13.5755 106.427 13.5755C106.618 13.1629 106.667 11.8473 106.667 11.8473V7.22527H101.752Z\" fill=\"#BFBBBB\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M89.0689 9.64299H88.9025L85.0184 0.55654H80.374V15.4885H84.1543L83.928 6.40275H84.0964L88.1197 15.4885H92.6249V0.555176H88.7967L89.0689 9.64299Z\" fill=\"#BFBBBB\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M71.1445 11.7674C71.1445 11.7674 71.1997 12.993 70.0907 12.993C70.0907 12.993 68.9238 13.0571 68.9238 11.7974L68.9118 0.564697H64.7648V11.7081C64.7648 11.7081 64.3394 15.9257 70.1486 15.9257C70.1486 15.9257 75.1977 15.987 75.1977 11.9011V0.565379H71.1451V11.7667L71.1445 11.7674Z\" fill=\"#BFBBBB\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.57262 7.42989C8.57262 7.42989 7.53618 6.77243 6.89381 6.51804C6.89381 6.51804 4.9088 5.5755 4.51473 5.12605C4.51473 5.12605 3.74056 4.37788 4.19388 3.51173C4.19388 3.51173 4.38293 2.94361 5.20037 2.94361C5.20037 2.94361 6.26609 3.00295 6.26609 3.89979V5.16492H10.0843L10.077 3.30099C10.077 3.30099 10.3686 0.248982 5.58046 0.11599C5.58046 0.11599 5.22034 0.0921194 4.69047 0.1194C4.69047 0.1194 1.79083 0.278991 0.75373 1.909C0.747739 1.92059 0.739085 1.93014 0.73376 1.94105C0.73376 1.94105 0.310398 2.40414 0.310398 4.01983V5.18675C0.310398 5.18675 0.266464 6.53236 0.938785 7.39988C0.938785 7.39988 1.31821 7.96799 2.25281 8.59681C2.25281 8.59681 4.14928 9.6437 5.2889 10.2425C5.2889 10.2425 6.43983 10.915 6.28806 11.985C6.28806 11.985 6.1942 13.0838 5.08454 13.0388C5.08454 13.0388 4.0694 12.9917 4.0694 11.9148V10.6497H0.000198343V12.4877C0.000198343 12.4877 -0.11363 16.0007 5.1125 16.0007C5.1125 16.0007 10.105 16.1051 10.34 12.3949V10.9006C10.34 10.9006 10.515 8.62682 8.57262 7.43057V7.42989Z\" fill=\"#BFBBBB\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_6353_3099\">\\n<rect width=\"106.667\" height=\"16\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed3(Fa687vi1d)&&/*#__PURE__*/_jsx(SVG,{className:\"framer-jkrihb\",\"data-framer-name\":\"samsung-logo-dark\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:107,layoutDependency:layoutDependency,layoutId:\"KFKB5LRSm\",svg:'<svg width=\"107\" height=\"16\" viewBox=\"0 0 107 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_6353_3072)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M58.4913 7.42989C58.4913 7.42989 57.4535 6.77243 56.8112 6.51804C56.8112 6.51804 54.8255 5.57481 54.4307 5.12605C54.4307 5.12605 53.6573 4.37856 54.1099 3.51036C54.1099 3.51036 54.2996 2.94225 55.1177 2.94225C55.1177 2.94225 56.1828 3.00226 56.1828 3.89911V5.16424H59.9997L59.993 3.3003C59.993 3.3003 60.2866 0.248981 55.4971 0.114625C55.4971 0.114625 51.7308 -0.139083 50.6504 1.93969C50.6504 1.93969 50.2264 2.40278 50.2264 4.01846V5.18538C50.2264 5.18538 50.1832 6.53168 50.8541 7.39851C50.8541 7.39851 51.2336 7.96663 52.1682 8.59544C52.1682 8.59544 54.066 9.64233 55.2043 10.2418C55.2043 10.2418 56.3539 10.9143 56.2027 11.9837C56.2027 11.9837 56.1102 13.0824 54.9992 13.0374C54.9992 13.0374 53.9834 12.9903 53.9834 11.9134V10.649H49.9162V12.4856C49.9162 12.4856 49.8017 15.9987 55.0292 15.9987C55.0292 15.9987 60.0223 16.103 60.2553 12.3929V10.8979C60.2553 10.8979 60.431 8.62477 58.49 7.42852L58.4913 7.42989Z\" fill=\"#192D2A\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M38.9504 0.55249L37.6723 8.75846H37.3734L36.1526 0.626148H29.7769L29.458 15.4858H33.233L33.2776 4.28992H33.5745L35.5755 15.4838H39.5468L41.5238 4.29401H41.7868L41.8773 15.4858H45.6723L45.2642 0.55249H38.9504Z\" fill=\"#192D2A\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.479 0.614502L13.9668 15.4687H18.0307L19.5184 3.9509H19.8526L21.3397 15.4687H25.4029L22.892 0.614502H16.479Z\" fill=\"#192D2A\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M101.752 7.22527V9.41726H102.794V11.7695C102.794 12.9187 101.835 12.9399 101.835 12.9399C100.668 12.9399 100.712 11.8473 100.712 11.8473V3.71087C100.712 2.87267 101.747 2.82766 101.747 2.82766C102.741 2.82766 102.748 3.82749 102.748 3.82749V5.06466H106.574C106.698 2.65034 106.229 2.06517 106.229 2.06517C105.28 -0.117948 101.69 0.00140362 101.69 0.00140362C96.1721 0.00140362 96.7838 4.339 96.7838 4.339V12.206C96.9023 16.2742 102.339 15.8609 102.431 15.8561C104.85 15.582 105.581 14.7949 105.581 14.7949C106.253 14.2834 106.427 13.5755 106.427 13.5755C106.618 13.1629 106.667 11.8473 106.667 11.8473V7.22527H101.752Z\" fill=\"#192D2A\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M89.0689 9.64299H88.9025L85.0184 0.55654H80.374V15.4885H84.1543L83.928 6.40275H84.0964L88.1197 15.4885H92.6249V0.555176H88.7967L89.0689 9.64299Z\" fill=\"#192D2A\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M71.1445 11.7674C71.1445 11.7674 71.1997 12.993 70.0907 12.993C70.0907 12.993 68.9238 13.0571 68.9238 11.7974L68.9118 0.564697H64.7648V11.7081C64.7648 11.7081 64.3394 15.9257 70.1486 15.9257C70.1486 15.9257 75.1977 15.987 75.1977 11.9011V0.565379H71.1451V11.7667L71.1445 11.7674Z\" fill=\"#192D2A\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.57262 7.42989C8.57262 7.42989 7.53618 6.77243 6.89381 6.51804C6.89381 6.51804 4.9088 5.5755 4.51473 5.12605C4.51473 5.12605 3.74056 4.37788 4.19388 3.51173C4.19388 3.51173 4.38293 2.94361 5.20037 2.94361C5.20037 2.94361 6.26609 3.00295 6.26609 3.89979V5.16492H10.0843L10.077 3.30099C10.077 3.30099 10.3686 0.248982 5.58046 0.11599C5.58046 0.11599 5.22034 0.0921194 4.69047 0.1194C4.69047 0.1194 1.79083 0.278991 0.75373 1.909C0.747739 1.92059 0.739085 1.93014 0.73376 1.94105C0.73376 1.94105 0.310398 2.40414 0.310398 4.01983V5.18675C0.310398 5.18675 0.266464 6.53236 0.938785 7.39988C0.938785 7.39988 1.31821 7.96799 2.25281 8.59681C2.25281 8.59681 4.14928 9.6437 5.2889 10.2425C5.2889 10.2425 6.43983 10.915 6.28806 11.985C6.28806 11.985 6.1942 13.0838 5.08454 13.0388C5.08454 13.0388 4.0694 12.9917 4.0694 11.9148V10.6497H0.000198343V12.4877C0.000198343 12.4877 -0.11363 16.0007 5.1125 16.0007C5.1125 16.0007 10.105 16.1051 10.34 12.3949V10.9006C10.34 10.9006 10.515 8.62682 8.57262 7.43057V7.42989Z\" fill=\"#192D2A\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_6353_3072\">\\n<rect width=\"106.667\" height=\"16\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed4(FA4Hr9pqO)&&/*#__PURE__*/_jsx(SVG,{className:\"framer-d607xr\",\"data-framer-name\":\"pixel-light\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:22,intrinsicWidth:57,layoutDependency:layoutDependency,layoutId:\"zMlCPeFHi\",svg:'<svg width=\"57\" height=\"22\" viewBox=\"0 0 57 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_6353_3109)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.75993 21.5246V12.9023H7.31985C9.13976 12.9023 10.7146 12.3028 12.0445 11.1035C13.3742 9.90425 14.0392 8.39317 14.0392 6.56969C14.0392 4.74621 13.3742 3.23513 12.0445 2.03584C10.7146 0.837163 9.13976 0.237671 7.31985 0.237671H0V21.5249L2.75993 21.5246ZM7.37934 10.2867H2.75993V2.8542H7.37934C8.53956 2.8542 9.46961 3.24069 10.1695 4.01367C10.8694 4.78665 11.2194 5.63896 11.2194 6.57062C11.2194 7.50196 10.8694 8.35427 10.1695 9.12726C9.4693 9.90024 8.53925 10.287 7.37934 10.2867Z\" fill=\"#BFBBBB\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6924 6.95715V21.5246H19.4526V6.95715H16.6924Z\" fill=\"#BFBBBB\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.0722 3.86521C18.612 3.86521 19.0717 3.67721 19.4514 3.30091C19.8317 2.92399 20.0217 2.46804 20.0217 1.93276C20.0217 1.39748 19.8317 0.94153 19.452 0.564918C19.072 0.188306 18.6123 0 18.0725 0C17.5328 0 17.073 0.188306 16.693 0.564918C16.313 0.94153 16.123 1.39748 16.123 1.93276C16.123 2.46804 16.313 2.92399 16.693 3.3006C17.073 3.67721 17.5324 3.86521 18.0722 3.86521Z\" fill=\"#BFBBBB\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.8727 6.95715H21.7527L26.8225 14.122L21.6328 21.5246H24.8727L28.4418 16.1437L32.0717 21.5246H35.3113L30.0621 14.122L35.1914 6.95715H31.9518L28.5023 12.1007L24.8727 6.95715Z\" fill=\"#BFBBBB\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M38.4367 8.77045C37.0871 10.297 36.4121 12.1204 36.4121 14.2409C36.4121 16.4808 37.107 18.3339 38.4965 19.8002C39.8862 21.2669 41.6912 22 43.9114 22C45.5108 22 46.8607 21.6185 47.9605 20.8554C49.0603 20.0923 49.8502 19.1458 50.3304 18.016L47.8708 17.0053C47.1706 18.6704 45.8309 19.503 43.8509 19.503C42.6309 19.503 41.566 19.077 40.6562 18.2246C39.7461 17.3723 39.2512 16.2129 39.1714 14.7462H50.7802L50.8104 14.2409C50.8104 11.8818 50.1557 9.99907 48.846 8.59171C47.5362 7.18436 45.7914 6.48083 43.6114 6.48083C41.5115 6.48083 39.7863 7.24394 38.4367 8.77045ZM39.3518 12.4872C39.6318 11.4166 40.1469 10.5643 40.8966 9.92992C41.6464 9.29585 42.5312 8.97851 43.551 8.97851C44.951 8.97851 46.006 9.35512 46.7161 10.108C47.4263 10.861 47.8113 11.654 47.8708 12.4869L39.3518 12.4872Z\" fill=\"#BFBBBB\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M53.3047 0.237671V21.5246H56.0646V0.237671H53.3047Z\" fill=\"#BFBBBB\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_6353_3109\">\\n<rect width=\"56.0645\" height=\"22\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed5(sltBQQLEH)&&/*#__PURE__*/_jsx(SVG,{className:\"framer-15ax2a6\",\"data-framer-name\":\"pixel-logo-dark\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:22,intrinsicWidth:57,layoutDependency:layoutDependency,layoutId:\"UjqqkrXtr\",svg:'<svg width=\"57\" height=\"22\" viewBox=\"0 0 57 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_6353_3082)\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.75993 21.5246V12.9023H7.31985C9.13976 12.9023 10.7146 12.3028 12.0445 11.1035C13.3742 9.90425 14.0392 8.39317 14.0392 6.56969C14.0392 4.74621 13.3742 3.23513 12.0445 2.03584C10.7146 0.837163 9.13976 0.237671 7.31985 0.237671H0V21.5249L2.75993 21.5246ZM7.37934 10.2867H2.75993V2.8542H7.37934C8.53956 2.8542 9.46961 3.24069 10.1695 4.01367C10.8694 4.78665 11.2194 5.63896 11.2194 6.57062C11.2194 7.50196 10.8694 8.35427 10.1695 9.12726C9.4693 9.90024 8.53925 10.287 7.37934 10.2867Z\" fill=\"#192D2A\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6924 6.95715V21.5246H19.4526V6.95715H16.6924Z\" fill=\"#192D2A\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.0722 3.86521C18.612 3.86521 19.0717 3.67721 19.4514 3.30091C19.8317 2.92399 20.0217 2.46804 20.0217 1.93276C20.0217 1.39748 19.8317 0.94153 19.452 0.564918C19.072 0.188306 18.6123 0 18.0725 0C17.5328 0 17.073 0.188306 16.693 0.564918C16.313 0.94153 16.123 1.39748 16.123 1.93276C16.123 2.46804 16.313 2.92399 16.693 3.3006C17.073 3.67721 17.5324 3.86521 18.0722 3.86521Z\" fill=\"#192D2A\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M24.8727 6.95715H21.7527L26.8225 14.122L21.6328 21.5246H24.8727L28.4418 16.1437L32.0717 21.5246H35.3113L30.0621 14.122L35.1914 6.95715H31.9518L28.5023 12.1007L24.8727 6.95715Z\" fill=\"#192D2A\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M38.4367 8.77045C37.0871 10.297 36.4121 12.1204 36.4121 14.2409C36.4121 16.4808 37.107 18.3339 38.4965 19.8002C39.8862 21.2669 41.6912 22 43.9114 22C45.5108 22 46.8607 21.6185 47.9605 20.8554C49.0603 20.0923 49.8502 19.1458 50.3304 18.016L47.8708 17.0053C47.1706 18.6704 45.8309 19.503 43.8509 19.503C42.6309 19.503 41.566 19.077 40.6562 18.2246C39.7461 17.3723 39.2512 16.2129 39.1714 14.7462H50.7802L50.8104 14.2409C50.8104 11.8818 50.1557 9.99907 48.846 8.59171C47.5362 7.18436 45.7914 6.48083 43.6114 6.48083C41.5115 6.48083 39.7863 7.24394 38.4367 8.77045ZM39.3518 12.4872C39.6318 11.4166 40.1469 10.5643 40.8966 9.92992C41.6464 9.29585 42.5312 8.97851 43.551 8.97851C44.951 8.97851 46.006 9.35512 46.7161 10.108C47.4263 10.861 47.8113 11.654 47.8708 12.4869L39.3518 12.4872Z\" fill=\"#192D2A\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M53.3047 0.237671V21.5246H56.0646V0.237671H53.3047Z\" fill=\"#192D2A\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_6353_3082\">\\n<rect width=\"56.0645\" height=\"22\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed6(TpFEhvFkg)&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"16px\",\"--framer-line-height\":\"24px\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7TnVuaXRvIFNhbnMtODAw\",\"--framer-font-family\":'\"Nunito Sans\"',\"--framer-font-size\":\"16px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, rgba(191, 187, 187, 1))\",\"--framer-text-decoration\":\"underline\"},children:\"Other brands\"})})}),className:\"framer-1wm3w06\",\"data-framer-name\":\"Other brands\",fonts:[\"GF;Nunito Sans-800\"],layoutDependency:layoutDependency,layoutId:\"VsZS9Bb90\",style:{\"--extracted-1w3ko1f\":\"rgba(191, 187, 187, 1)\",\"--framer-paragraph-spacing\":\"0px\"},variants:{\"ojAAfgRPV-hover\":{\"--extracted-r6o4lv\":\"var(--token-a0602a09-053c-4972-ba4a-3d722d4c17a0, rgb(25, 45, 42))\"},ojAAfgRPV:{\"--extracted-r6o4lv\":\"rgb(191, 187, 187)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"ojAAfgRPV-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TnVuaXRvIFNhbnMtODAw\",\"--framer-font-family\":'\"Nunito Sans\", \"Nunito Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a0602a09-053c-4972-ba4a-3d722d4c17a0, rgb(25, 45, 42)))\",\"--framer-text-decoration\":\"underline\"},children:\"Other brands\"})})},ojAAfgRPV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TnVuaXRvIFNhbnMtODAw\",\"--framer-font-family\":'\"Nunito Sans\", \"Nunito Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(191, 187, 187))\",\"--framer-text-decoration\":\"underline\"},children:\"Other brands\"})})}},baseVariant,gestureVariant)}),isDisplayed6(gDsG2mBB5)&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TnVuaXRvIFNhbnMtODAw\",\"--framer-font-family\":'\"Nunito Sans\", \"Nunito Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a0602a09-053c-4972-ba4a-3d722d4c17a0, rgb(25, 45, 42)))\",\"--framer-text-decoration\":\"underline\"},children:\"Other brands\"})}),className:\"framer-18huzff\",\"data-framer-name\":\"Other brands\",fonts:[\"GF;Nunito Sans-800\"],layoutDependency:layoutDependency,layoutId:\"JGxPxdELp\",style:{\"--extracted-r6o4lv\":\"var(--token-a0602a09-053c-4972-ba4a-3d722d4c17a0, rgb(25, 45, 42))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ojAAfgRPV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TnVuaXRvIFNhbnMtODAw\",\"--framer-font-family\":'\"Nunito Sans\", \"Nunito Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a0602a09-053c-4972-ba4a-3d722d4c17a0, rgb(25, 45, 42)))\",\"--framer-text-decoration\":\"underline\"},children:\"Other brands\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-HzpGF.framer-1s2xv6a, .framer-HzpGF .framer-1s2xv6a { display: block; }\",\".framer-HzpGF.framer-lpd6gz { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 80px; justify-content: center; padding: 0px; position: relative; text-decoration: none; width: 210px; }\",\".framer-HzpGF .framer-13m2hx6, .framer-HzpGF .framer-1nr4py5 { flex: none; height: 32px; position: relative; width: 26px; }\",\".framer-HzpGF .framer-xf66p4, .framer-HzpGF .framer-jkrihb { flex: none; height: 16px; position: relative; width: 107px; }\",\".framer-HzpGF .framer-d607xr, .framer-HzpGF .framer-15ax2a6 { flex: none; height: 22px; position: relative; width: 57px; }\",\".framer-HzpGF .framer-1wm3w06, .framer-HzpGF .framer-18huzff { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HzpGF.framer-lpd6gz { gap: 0px; } .framer-HzpGF.framer-lpd6gz > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-HzpGF.framer-lpd6gz > :first-child { margin-left: 0px; } .framer-HzpGF.framer-lpd6gz > :last-child { margin-right: 0px; } }\",\".framer-HzpGF.framer-v-w48u5h .framer-xf66p4 { aspect-ratio: 6.6875 / 1; height: var(--framer-aspect-ratio-supported, 16px); width: 51%; }\",\".framer-HzpGF.framer-v-w48u5h .framer-jkrihb { aspect-ratio: 6.6875 / 1; height: var(--framer-aspect-ratio-supported, 30px); width: 51%; }\",\".framer-HzpGF.framer-v-77kv4b .framer-d607xr { aspect-ratio: 2.590909090909091 / 1; height: var(--framer-aspect-ratio-supported, 22px); width: 27%; }\",\".framer-HzpGF.framer-v-77kv4b .framer-15ax2a6 { aspect-ratio: 2.5909090909090904 / 1; height: var(--framer-aspect-ratio-supported, 77px); width: 27%; }\",\".framer-HzpGF.framer-v-128li5d .framer-1wm3w06, .framer-HzpGF.framer-v-128li5d .framer-18huzff { flex: 1 0 0px; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-HzpGF.framer-v-lpd6gz.hover .framer-1nr4py5 { order: 0; }\",\".framer-HzpGF.framer-v-w48u5h.hover .framer-jkrihb { height: var(--framer-aspect-ratio-supported, 16px); }\",\".framer-HzpGF.framer-v-77kv4b.hover .framer-15ax2a6 { aspect-ratio: 2.590909090909091 / 1; height: var(--framer-aspect-ratio-supported, 22px); }\",'.framer-HzpGF[data-border=\"true\"]::after, .framer-HzpGF [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 210\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"E9ICoZc8N\":{\"layout\":[\"fixed\",\"fixed\"]},\"WOUZbxlR6\":{\"layout\":[\"fixed\",\"fixed\"]},\"ojAAfgRPV\":{\"layout\":[\"fixed\",\"fixed\"]},\"tMkvn5oJj\":{\"layout\":[\"fixed\",\"fixed\"]},\"vDdKYITfz\":{\"layout\":[\"fixed\",\"fixed\"]},\"XH7RdVHpg\":{\"layout\":[\"fixed\",\"fixed\"]},\"X9AQmOG25\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"DURVEObFx\":\"appleLight\",\"kGXx824QD\":\"appleDark\",\"yZ6HdP_Hn\":\"samsungLight\",\"Fa687vi1d\":\"samsungDark\",\"FA4Hr9pqO\":\"pixelLight\",\"sltBQQLEH\":\"pixelDark\",\"TpFEhvFkg\":\"otherLight\",\"gDsG2mBB5\":\"otherDark\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerJai77mCep=withCSS(Component,css,\"framer-HzpGF\");export default FramerJai77mCep;FramerJai77mCep.displayName=\"device-brand-container\";FramerJai77mCep.defaultProps={height:80,width:210};addPropertyControls(FramerJai77mCep,{variant:{options:[\"ejJ2DSHZ1\",\"E9ICoZc8N\",\"WOUZbxlR6\",\"ojAAfgRPV\"],optionTitles:[\"apple\",\"samsung\",\"pixel\",\"other\"],title:\"Variant\",type:ControlType.Enum},DURVEObFx:{defaultValue:true,title:\"Apple Light\",type:ControlType.Boolean},kGXx824QD:{defaultValue:false,title:\"Apple Dark\",type:ControlType.Boolean},yZ6HdP_Hn:{defaultValue:true,title:\"Samsung Light\",type:ControlType.Boolean},Fa687vi1d:{defaultValue:false,title:\"Samsung Dark\",type:ControlType.Boolean},FA4Hr9pqO:{defaultValue:true,title:\"Pixel Light\",type:ControlType.Boolean},sltBQQLEH:{defaultValue:false,title:\"Pixel Dark\",type:ControlType.Boolean},TpFEhvFkg:{defaultValue:true,title:\"Other Light\",type:ControlType.Boolean},gDsG2mBB5:{defaultValue:false,title:\"Other Dark\",type:ControlType.Boolean}});addFonts(FramerJai77mCep,[{explicitInter:true,fonts:[{family:\"Nunito Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GVi5nsV8kA_Ykqw.woff2\",weight:\"800\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJai77mCep\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"DURVEObFx\\\":\\\"appleLight\\\",\\\"kGXx824QD\\\":\\\"appleDark\\\",\\\"yZ6HdP_Hn\\\":\\\"samsungLight\\\",\\\"Fa687vi1d\\\":\\\"samsungDark\\\",\\\"FA4Hr9pqO\\\":\\\"pixelLight\\\",\\\"sltBQQLEH\\\":\\\"pixelDark\\\",\\\"TpFEhvFkg\\\":\\\"otherLight\\\",\\\"gDsG2mBB5\\\":\\\"otherDark\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"E9ICoZc8N\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"WOUZbxlR6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ojAAfgRPV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tMkvn5oJj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vDdKYITfz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XH7RdVHpg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"X9AQmOG25\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"80\",\"framerIntrinsicWidth\":\"210\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Jai77mCep.map", "// Generated by Framer (ca9141d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import DeviceBrandContainer from\"https://framerusercontent.com/modules/8eCadCXxLz9cHW2unyNH/MTaGVNjXVZgQQwmsDueJ/Jai77mCep.js\";const DeviceBrandContainerFonts=getFonts(DeviceBrandContainer);const cycleOrder=[\"M6tLPWzYB\",\"VBQbd6Ffr\",\"yDBs9JVNo\",\"GHTwa1hjf\"];const serializationHash=\"framer-Njle5\";const variantClassNames={GHTwa1hjf:\"framer-v-1egx7bp\",M6tLPWzYB:\"framer-v-3v4mr4\",VBQbd6Ffr:\"framer-v-1ca0g7g\",yDBs9JVNo:\"framer-v-1had48a\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 4\":\"GHTwa1hjf\",Desktop:\"M6tLPWzYB\",Phone:\"yDBs9JVNo\",Tablet:\"VBQbd6Ffr\"};const getProps=({appleDarkVisible,appleLightVisible,height,id,otherDarkVisible,otherLightVisible,pixelDarkVisible,pixelLightVisible,samsungDarkVisible,samsungLightVisible,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3,_ref4;return{...props,DKSODWPA9:(_ref=otherLightVisible!==null&&otherLightVisible!==void 0?otherLightVisible:props.DKSODWPA9)!==null&&_ref!==void 0?_ref:true,i7YysI1QD:(_ref1=samsungLightVisible!==null&&samsungLightVisible!==void 0?samsungLightVisible:props.i7YysI1QD)!==null&&_ref1!==void 0?_ref1:true,KR3TDYK4m:otherDarkVisible!==null&&otherDarkVisible!==void 0?otherDarkVisible:props.KR3TDYK4m,LJBarjgWj:samsungDarkVisible!==null&&samsungDarkVisible!==void 0?samsungDarkVisible:props.LJBarjgWj,rAYmqzw7F:pixelDarkVisible!==null&&pixelDarkVisible!==void 0?pixelDarkVisible:props.rAYmqzw7F,s_fhoJ6OL:(_ref2=pixelLightVisible!==null&&pixelLightVisible!==void 0?pixelLightVisible:props.s_fhoJ6OL)!==null&&_ref2!==void 0?_ref2:true,variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"M6tLPWzYB\",vvP0C2CW8:appleDarkVisible!==null&&appleDarkVisible!==void 0?appleDarkVisible:props.vvP0C2CW8,X72xpwscr:(_ref4=appleLightVisible!==null&&appleLightVisible!==void 0?appleLightVisible:props.X72xpwscr)!==null&&_ref4!==void 0?_ref4:true};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,vvP0C2CW8,X72xpwscr,LJBarjgWj,i7YysI1QD,rAYmqzw7F,s_fhoJ6OL,KR3TDYK4m,DKSODWPA9,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"M6tLPWzYB\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-3v4mr4\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"M6tLPWzYB\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-98a1f18f-fea1-4e1c-b708-4717f6ecd2f1, rgb(199, 221, 220))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",...style},...addPropertyOverrides({GHTwa1hjf:{\"data-framer-name\":\"Variant 4\"},VBQbd6Ffr:{\"data-framer-name\":\"Tablet\"},yDBs9JVNo:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 600px) / 4, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||80)-0-80)/2),...addPropertyOverrides({GHTwa1hjf:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} / 4, 1px)`},VBQbd6Ffr:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 80px) / 4, 1px)`},yDBs9JVNo:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} / 4, 1px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cf2e7y-container\",layoutDependency:layoutDependency,layoutId:\"tp3LsXOyv-container\",children:/*#__PURE__*/_jsx(DeviceBrandContainer,{DURVEObFx:X72xpwscr,FA4Hr9pqO:true,Fa687vi1d:false,gDsG2mBB5:true,height:\"100%\",id:\"tp3LsXOyv\",kGXx824QD:vvP0C2CW8,layoutId:\"tp3LsXOyv\",sltBQQLEH:false,style:{height:\"100%\",width:\"100%\"},TpFEhvFkg:true,variant:\"ejJ2DSHZ1\",width:\"100%\",yZ6HdP_Hn:true})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 600px) / 4, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||80)-0-80)/2),...addPropertyOverrides({GHTwa1hjf:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} / 4, 1px)`},VBQbd6Ffr:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 80px) / 4, 1px)`},yDBs9JVNo:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} / 4, 1px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ehm9eh-container\",layoutDependency:layoutDependency,layoutId:\"Ue_E7R7YH-container\",children:/*#__PURE__*/_jsx(DeviceBrandContainer,{DURVEObFx:true,FA4Hr9pqO:true,Fa687vi1d:LJBarjgWj,gDsG2mBB5:false,height:\"100%\",id:\"Ue_E7R7YH\",kGXx824QD:false,layoutId:\"Ue_E7R7YH\",sltBQQLEH:false,style:{height:\"100%\",width:\"100%\"},TpFEhvFkg:true,variant:\"E9ICoZc8N\",width:\"100%\",yZ6HdP_Hn:i7YysI1QD})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 600px) / 4, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||80)-0-80)/2),...addPropertyOverrides({GHTwa1hjf:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} / 4, 1px)`},VBQbd6Ffr:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 80px) / 4, 1px)`},yDBs9JVNo:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} / 4, 1px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1x95005-container\",layoutDependency:layoutDependency,layoutId:\"HdILwyezI-container\",children:/*#__PURE__*/_jsx(DeviceBrandContainer,{DURVEObFx:true,FA4Hr9pqO:s_fhoJ6OL,Fa687vi1d:false,gDsG2mBB5:false,height:\"100%\",id:\"HdILwyezI\",kGXx824QD:false,layoutId:\"HdILwyezI\",sltBQQLEH:rAYmqzw7F,style:{height:\"100%\",width:\"100%\"},TpFEhvFkg:true,variant:\"WOUZbxlR6\",width:\"100%\",yZ6HdP_Hn:true})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 600px) / 4, 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||80)-0-80)/2),...addPropertyOverrides({GHTwa1hjf:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} / 4, 1px)`},VBQbd6Ffr:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 80px) / 4, 1px)`},yDBs9JVNo:{width:`max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} / 4, 1px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-11l5s68-container\",layoutDependency:layoutDependency,layoutId:\"T_4cD52JR-container\",children:/*#__PURE__*/_jsx(DeviceBrandContainer,{DURVEObFx:true,FA4Hr9pqO:true,Fa687vi1d:false,gDsG2mBB5:KR3TDYK4m,height:\"100%\",id:\"T_4cD52JR\",kGXx824QD:false,layoutId:\"T_4cD52JR\",sltBQQLEH:false,style:{height:\"100%\",width:\"100%\"},TpFEhvFkg:DKSODWPA9,variant:\"ojAAfgRPV\",width:\"100%\",yZ6HdP_Hn:true})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Njle5.framer-1q1tgln, .framer-Njle5 .framer-1q1tgln { display: block; }\",\".framer-Njle5.framer-3v4mr4 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 300px 0px 300px; position: relative; width: 1440px; }\",\".framer-Njle5 .framer-1cf2e7y-container, .framer-Njle5 .framer-ehm9eh-container, .framer-Njle5 .framer-1x95005-container, .framer-Njle5 .framer-11l5s68-container { flex: 1 0 0px; height: 80px; position: relative; width: 1px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Njle5.framer-3v4mr4 { gap: 0px; } .framer-Njle5.framer-3v4mr4 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Njle5.framer-3v4mr4 > :first-child { margin-left: 0px; } .framer-Njle5.framer-3v4mr4 > :last-child { margin-right: 0px; } }\",\".framer-Njle5.framer-v-1ca0g7g.framer-3v4mr4 { padding: 0px 40px 0px 40px; width: 810px; }\",\".framer-Njle5.framer-v-1had48a.framer-3v4mr4, .framer-Njle5.framer-v-1egx7bp.framer-3v4mr4 { padding: 0px; width: 390px; }\",'.framer-Njle5[data-border=\"true\"]::after, .framer-Njle5 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"VBQbd6Ffr\":{\"layout\":[\"fixed\",\"auto\"]},\"yDBs9JVNo\":{\"layout\":[\"fixed\",\"auto\"]},\"GHTwa1hjf\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"vvP0C2CW8\":\"appleDarkVisible\",\"X72xpwscr\":\"appleLightVisible\",\"LJBarjgWj\":\"samsungDarkVisible\",\"i7YysI1QD\":\"samsungLightVisible\",\"rAYmqzw7F\":\"pixelDarkVisible\",\"s_fhoJ6OL\":\"pixelLightVisible\",\"KR3TDYK4m\":\"otherDarkVisible\",\"DKSODWPA9\":\"otherLightVisible\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerm_reGdghi=withCSS(Component,css,\"framer-Njle5\");export default Framerm_reGdghi;Framerm_reGdghi.displayName=\"device-tab\";Framerm_reGdghi.defaultProps={height:80,width:1440};addPropertyControls(Framerm_reGdghi,{variant:{options:[\"M6tLPWzYB\",\"VBQbd6Ffr\",\"yDBs9JVNo\",\"GHTwa1hjf\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum},vvP0C2CW8:{defaultValue:false,title:\"Apple Dark Visible\",type:ControlType.Boolean},X72xpwscr:{defaultValue:true,title:\"Apple Light Visible\",type:ControlType.Boolean},LJBarjgWj:{defaultValue:false,title:\"Samsung Dark Visible\",type:ControlType.Boolean},i7YysI1QD:{defaultValue:true,title:\"Samsung Light Visible\",type:ControlType.Boolean},rAYmqzw7F:{defaultValue:false,title:\"Pixel Dark Visible\",type:ControlType.Boolean},s_fhoJ6OL:{defaultValue:true,title:\"Pixel Light Visible\",type:ControlType.Boolean},KR3TDYK4m:{defaultValue:false,title:\"Other Dark Visible\",type:ControlType.Boolean},DKSODWPA9:{defaultValue:true,title:\"Other Light Visible\",type:ControlType.Boolean}});addFonts(Framerm_reGdghi,[{explicitInter:true,fonts:[]},...DeviceBrandContainerFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerm_reGdghi\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"vvP0C2CW8\\\":\\\"appleDarkVisible\\\",\\\"X72xpwscr\\\":\\\"appleLightVisible\\\",\\\"LJBarjgWj\\\":\\\"samsungDarkVisible\\\",\\\"i7YysI1QD\\\":\\\"samsungLightVisible\\\",\\\"rAYmqzw7F\\\":\\\"pixelDarkVisible\\\",\\\"s_fhoJ6OL\\\":\\\"pixelLightVisible\\\",\\\"KR3TDYK4m\\\":\\\"otherDarkVisible\\\",\\\"DKSODWPA9\\\":\\\"otherLightVisible\\\"}\",\"framerIntrinsicWidth\":\"1440\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"VBQbd6Ffr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yDBs9JVNo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GHTwa1hjf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"80\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./m_reGdghi.map", "// Generated by Framer (f7ce5cf)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Image,RichText,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/Z4QJ2YpzpVnWRfR6Ccgg/Video.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/2iaMuaWyWyiv1cpxHEBa/MzYNuluNFh0QZIdNU98D/gL7YAmK8C.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/sRIJ8fQds2N4DBLuoyUx/ZDgA5hDM59guS8QMzytf/LdR1OWvz4.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/aqL0BtejeRP4JXFTQmEQ/Ht3la2JWPcMjTfB5UNpU/o6G0xP52z.js\";const VideoFonts=getFonts(Video);const cycleOrder=[\"m5pq9lERv\",\"Ny2OrFAY6\",\"uhE9BSYuN\"];const serializationHash=\"framer-FZOyA\";const variantClassNames={m5pq9lERv:\"framer-v-ucbduz\",Ny2OrFAY6:\"framer-v-18yz4ec\",uhE9BSYuN:\"framer-v-141zoc3\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"m5pq9lERv\",Phone:\"uhE9BSYuN\",Tablet:\"Ny2OrFAY6\"};const getProps=({height,id,padding,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"m5pq9lERv\",XV0lFHanQ:padding??props.XV0lFHanQ??\"0px\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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,XV0lFHanQ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"m5pq9lERv\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"uhE9BSYuN\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"uhE9BSYuN\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-ucbduz\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"m5pq9lERv\",ref:refBinding,style:{\"--1jvb73d\":numberToPixelString(XV0lFHanQ),...style},...addPropertyOverrides({Ny2OrFAY6:{\"data-framer-name\":\"Tablet\"},uhE9BSYuN:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1ruqfzs\",\"data-framer-name\":\"eSIM-email-overlay-desktop\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:590,intrinsicWidth:681,layoutDependency:layoutDependency,layoutId:\"I6283:3191;6163:1042\",svg:'<svg width=\"681\" height=\"590\" viewBox=\"0 0 681 590\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"681\" height=\"590\" transform=\"matrix(1 -8.74228e-08 -8.74228e-08 -1 0 590)\" fill=\"url(#paint0_linear_6511_3453)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_6511_3453\" x1=\"681\" y1=\"295\" x2=\"0\" y2=\"295\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#457A78\" stop-opacity=\"0\"/>\\n<stop offset=\"1\" stop-color=\"#457A78\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ndxcrw\",\"data-framer-name\":\"container\",layoutDependency:layoutDependency,layoutId:\"aRP7CFtl6\",children:[isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"Traditioanl Japanese tea set with dango snacks, highlighting Japans amazing sweets and tea\",fit:\"fit\",pixelHeight:1280,pixelWidth:1192,positionX:\"center\",positionY:\"center\",sizes:\"298px\",src:\"https://framerusercontent.com/images/Q1GndQHNhNcjWwq9ZahTNYabq4.png\",srcSet:\"https://framerusercontent.com/images/Q1GndQHNhNcjWwq9ZahTNYabq4.png?scale-down-to=1024 953w,https://framerusercontent.com/images/Q1GndQHNhNcjWwq9ZahTNYabq4.png 1192w\"},className:\"framer-1df5i22\",\"data-framer-name\":\"product-sticker-3\",layoutDependency:layoutDependency,layoutId:\"Npt1rk2QV\"}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"Traditioanl Japanese tea set with dango snacks, highlighting Japans amazing sweets and tea\",fit:\"fit\",pixelHeight:780,pixelWidth:708,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/4DTHOFIMn3ciaQkYeZgpTKg9nY.png\",srcSet:\"https://framerusercontent.com/images/4DTHOFIMn3ciaQkYeZgpTKg9nY.png 708w\"},className:\"framer-1iakxhe\",\"data-framer-name\":\"product-sticker-3-mobile\",layoutDependency:layoutDependency,layoutId:\"P_rj5RymY\",...addPropertyOverrides({uhE9BSYuN:{background:{alt:\"Traditioanl Japanese tea set with dango snacks, highlighting Japans amazing sweets and tea\",fit:\"fit\",pixelHeight:780,pixelWidth:708,positionX:\"center\",positionY:\"center\",sizes:\"177px\",src:\"https://framerusercontent.com/images/4DTHOFIMn3ciaQkYeZgpTKg9nY.png\",srcSet:\"https://framerusercontent.com/images/4DTHOFIMn3ciaQkYeZgpTKg9nY.png 708w\"}}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-q72fy7\",\"data-framer-name\":\"container\",layoutDependency:layoutDependency,layoutId:\"p2MxAqBlA\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-em077t\",\"data-styles-preset\":\"LdR1OWvz4\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-1280c228-3ee5-422a-b7b0-3ad82eeb9f19, rgb(255, 255, 255)))\"},children:\"How does Journey Japan eSIM work? \"})}),className:\"framer-o51gs4\",\"data-framer-name\":\"How does Journey Japan eSIM work?\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"feYKZSc2t\",style:{\"--extracted-1of0zx5\":\"var(--token-1280c228-3ee5-422a-b7b0-3ad82eeb9f19, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Ny2OrFAY6:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1qu5o45\",\"data-styles-preset\":\"o6G0xP52z\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-1280c228-3ee5-422a-b7b0-3ad82eeb9f19, rgb(255, 255, 255)))\"},children:\"How does Journey Japan eSIM work? \"})})},uhE9BSYuN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-95jr5y\",\"data-styles-preset\":\"gL7YAmK8C\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-1280c228-3ee5-422a-b7b0-3ad82eeb9f19, rgb(255, 255, 255)))\"},children:\"How does Journey Japan eSIM work? \"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-tgry2c-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"HhoI9hFMn-container\",nodeId:\"HhoI9hFMn\",rendersWithMotion:true,scopeId:\"Rs50iaurS\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"HhoI9hFMn\",isMixedBorderRadius:false,layoutId:\"HhoI9hFMn\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/TIf0tPzA1EZjxORYXIK4BVA0zc.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-8c3mb9\",\"data-framer-name\":\"eSIM-email-overlay-mobile\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:286,intrinsicWidth:393,layoutDependency:layoutDependency,layoutId:\"p9Yu77clT\",svg:'<svg width=\"393\" height=\"286\" viewBox=\"0 0 393 286\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<rect width=\"393\" height=\"286\" transform=\"matrix(1 -8.74228e-08 -8.74228e-08 -1 0 286)\" fill=\"url(#paint0_linear_6422_487)\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_6422_487\" x1=\"196.5\" y1=\"286\" x2=\"196.5\" y2=\"-4.75842e-06\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#457A78\" stop-opacity=\"0\"/>\\n<stop offset=\"1\" stop-color=\"#457A78\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-FZOyA.framer-130zouj, .framer-FZOyA .framer-130zouj { display: block; }\",\".framer-FZOyA.framer-ucbduz { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: var(--1jvb73d); position: relative; width: 1440px; }\",\".framer-FZOyA .framer-1ruqfzs { bottom: 0px; flex: none; left: 0px; position: absolute; top: 0px; width: 681px; z-index: 1; }\",\".framer-FZOyA .framer-1ndxcrw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 354px; justify-content: flex-start; overflow: visible; padding: 0px 140px 0px 140px; position: relative; width: 100%; z-index: 1; }\",\".framer-FZOyA .framer-1df5i22 { flex: none; height: 320px; position: relative; width: 298px; }\",\".framer-FZOyA .framer-1iakxhe { bottom: -40px; flex: none; height: 195px; position: absolute; right: 0px; width: 177px; z-index: 1; }\",\".framer-FZOyA .framer-q72fy7 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 236px; justify-content: flex-start; overflow: hidden; padding: 0px 140px 0px 140px; position: relative; width: 100%; z-index: 1; }\",\".framer-FZOyA .framer-o51gs4 { flex: none; height: 154px; position: relative; white-space: pre-wrap; width: 40%; word-break: break-word; word-wrap: break-word; }\",\".framer-FZOyA .framer-tgry2c-container { flex: none; height: 590px; position: absolute; right: 0px; top: calc(50.00000000000002% - 590px / 2); width: 100%; z-index: 0; }\",\".framer-FZOyA .framer-8c3mb9 { bottom: 0px; flex: none; height: 286px; left: 0px; position: absolute; width: 100%; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FZOyA.framer-ucbduz, .framer-FZOyA .framer-1ndxcrw, .framer-FZOyA .framer-q72fy7 { gap: 0px; } .framer-FZOyA.framer-ucbduz > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-FZOyA.framer-ucbduz > :first-child { margin-top: 0px; } .framer-FZOyA.framer-ucbduz > :last-child { margin-bottom: 0px; } .framer-FZOyA .framer-1ndxcrw > *, .framer-FZOyA .framer-q72fy7 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-FZOyA .framer-1ndxcrw > :first-child, .framer-FZOyA .framer-q72fy7 > :first-child { margin-left: 0px; } .framer-FZOyA .framer-1ndxcrw > :last-child, .framer-FZOyA .framer-q72fy7 > :last-child { margin-right: 0px; } }\",\".framer-FZOyA.framer-v-18yz4ec.framer-ucbduz { width: 810px; }\",\".framer-FZOyA.framer-v-18yz4ec .framer-1ndxcrw { padding: 0px 20px 0px 20px; }\",\".framer-FZOyA.framer-v-18yz4ec .framer-q72fy7 { height: 180px; padding: 0px 40px 0px 40px; }\",\".framer-FZOyA.framer-v-18yz4ec .framer-o51gs4 { height: auto; }\",\".framer-FZOyA.framer-v-141zoc3.framer-ucbduz { align-content: flex-end; align-items: flex-end; flex-direction: row; height: 520px; overflow: visible; width: 390px; }\",\".framer-FZOyA.framer-v-141zoc3 .framer-1ndxcrw { height: min-content; justify-content: flex-end; min-height: 195px; order: 2; padding: 0px; width: 50%; }\",\".framer-FZOyA.framer-v-141zoc3 .framer-1iakxhe { order: 0; }\",\".framer-FZOyA.framer-v-141zoc3 .framer-q72fy7 { align-content: flex-end; align-items: flex-end; height: min-content; justify-content: flex-end; order: 1; padding: 0px 0px 30px 20px; width: 50%; }\",\".framer-FZOyA.framer-v-141zoc3 .framer-o51gs4 { flex: 1 0 0px; height: auto; width: 1px; }\",\".framer-FZOyA.framer-v-141zoc3 .framer-tgry2c-container { bottom: 0px; height: unset; order: 3; top: 0px; }\",\".framer-FZOyA.framer-v-141zoc3 .framer-8c3mb9 { order: 4; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FZOyA.framer-v-141zoc3.framer-ucbduz { gap: 0px; } .framer-FZOyA.framer-v-141zoc3.framer-ucbduz > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-FZOyA.framer-v-141zoc3.framer-ucbduz > :first-child { margin-left: 0px; } .framer-FZOyA.framer-v-141zoc3.framer-ucbduz > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 590\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Ny2OrFAY6\":{\"layout\":[\"fixed\",\"auto\"]},\"uhE9BSYuN\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"XV0lFHanQ\":\"padding\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerRs50iaurS=withCSS(Component,css,\"framer-FZOyA\");export default FramerRs50iaurS;FramerRs50iaurS.displayName=\"layout-eSim-email\";FramerRs50iaurS.defaultProps={height:590,width:1440};addPropertyControls(FramerRs50iaurS,{variant:{options:[\"m5pq9lERv\",\"Ny2OrFAY6\",\"uhE9BSYuN\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},XV0lFHanQ:{defaultValue:\"0px\",title:\"Padding\",type:ControlType.Padding}});addFonts(FramerRs50iaurS,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...VideoFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRs50iaurS\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"590\",\"framerIntrinsicWidth\":\"1440\",\"framerVariables\":\"{\\\"XV0lFHanQ\\\":\\\"padding\\\"}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Ny2OrFAY6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uhE9BSYuN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Rs50iaurS.map"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "r", "s", "o", "n", "t", "e", "i", "l", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "uppercaseIconKeys", "name", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "s", "npm_react_18_2_exports", "importModule", "active", "module", "e", "ue", "emptyState", "RenderTarget", "p", "NullState", "addPropertyControls", "ControlType", "defaultEvents", "YouTubeFonts", "getFonts", "Youtube", "MotionDivWithFX", "withFX", "motion", "RichTextWithFX", "RichText2", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "numberToPixelString", "value", "transition1", "animation", "transition2", "animation1", "transition3", "animation2", "transformTemplate1", "_", "animation3", "transition4", "animation4", "animation5", "animation6", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "padding", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "zXicO8nr0", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "Image2", "Link", "css", "FramerI8kJiWERJ", "withCSS", "I8kJiWERJ_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "appleDark", "appleLight", "height", "id", "otherDark", "otherLight", "pixelDark", "pixelLight", "samsungDark", "samsungLight", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "_ref4", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "DURVEObFx", "kGXx824QD", "yZ6HdP_Hn", "Fa687vi1d", "FA4Hr9pqO", "sltBQQLEH", "TpFEhvFkg", "gDsG2mBB5", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "SVG", "RichText2", "css", "FramerJai77mCep", "withCSS", "Jai77mCep_default", "addPropertyControls", "ControlType", "addFonts", "DeviceBrandContainerFonts", "getFonts", "Jai77mCep_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "appleDarkVisible", "appleLightVisible", "height", "id", "otherDarkVisible", "otherLightVisible", "pixelDarkVisible", "pixelLightVisible", "samsungDarkVisible", "samsungLightVisible", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "_ref4", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "vvP0C2CW8", "X72xpwscr", "LJBarjgWj", "i7YysI1QD", "rAYmqzw7F", "s_fhoJ6OL", "KR3TDYK4m", "DKSODWPA9", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "css", "Framerm_reGdghi", "withCSS", "m_reGdghi_default", "addPropertyControls", "ControlType", "addFonts", "VideoFonts", "getFonts", "Video", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "numberToPixelString", "value", "transition1", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "padding", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "XV0lFHanQ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "SVG", "Image2", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerRs50iaurS", "withCSS", "Rs50iaurS_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
