{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js", "ssg:https://framerusercontent.com/modules/ExNgrA7EJTKUPpH6vIlN/eiOrSJ2Ab5M9jPCvVwUz/useConstant.js", "ssg:https://framerusercontent.com/modules/3mKFSGQqKHV82uOV1eBc/5fbRLvOpxZC0JOXugvwm/isMotionValue.js", "ssg:https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js", "ssg:https://framerusercontent.com/modules/v9AWX2URmiYsHf7GbctE/XxKAZ9KlhWqf5x1JMyyF/useOnChange.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/3mKFSGQqKHV82uOV1eBc/TbXI1XaZFNevVKcgIt7G/isMotionValue.js", "ssg:https://framer.com/m/framer/useAutoMotionValue.js@^0.3.0", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/QaqrlAraQyqzLNiThK8G/VideoNew.js", "ssg:https://framerusercontent.com/modules/3nwccrpEaUfUe1a2w93I/Mq05lpIZmXzV3vutz4Yz/Fp8qeli1v.js", "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/0pLhZgteIMGONoge6j70/Feather.js", "ssg:https://framerusercontent.com/modules/yhRZvnoLZ6SY5NcmXNiE/OZEychO1FdD54ZBwRyS4/GXSGQ35io.js", "ssg:https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js", "ssg:https://framerusercontent.com/modules/SC1MR408fGN29ba0EEM1/0rpkkrKrnZa0wTarmGfm/Qzlj3jCcC.js", "ssg:https://framer.com/m/framer/useConstant.js@^1.0.0", "ssg:https://framer.com/m/framer/randomID.js@^2.0.0", "ssg:https://framerusercontent.com/modules/ymxNViy9nxymUWVULLu0/87J1lLywt6ClIRc8529C/UZ_FtL7eZ.js", "ssg:https://framerusercontent.com/modules/6I3fYS42vunHYuQMM4gf/WxTSRMaDZBV23IsS4Ym0/Z61MZWzMB.js", "ssg:https://framerusercontent.com/modules/r7yjUPsYuSn9nMb1ItSd/WbJRIZRcuWARpCsbNFMS/NcNOp6JHK.js", "ssg:https://framerusercontent.com/modules/mqetAf02SCbyUvfiPol2/e5WUYXYRmsxyoAdxfn5E/augiA20Il.js"],
  "sourcesContent": ["import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useIsInCurrentNavigationTarget } from \"framer\";\nimport { useEffect } from \"react\";\nexport function useOnEnter(onEnter, enabled) {\n    return useOnSpecificTargetChange(true, onEnter, enabled);\n}\nexport function useOnExit(onExit, enabled) {\n    return useOnSpecificTargetChange(false, onExit, enabled);\n}\nfunction useOnSpecificTargetChange(goal, callback, enabled = true) {\n    const isInTarget = useIsInCurrentNavigationTarget();\n    useEffect(()=>{\n        if (enabled && isInTarget === goal) callback();\n    }, [\n        isInTarget\n    ]);\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useOnEnter\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnNavigationTargetChange.map", "import { useRef } from \"react\";\n/**\n * Creates a constant value over the lifecycle of a component.\n *\n * Even if `useMemo` is provided an empty array as its final argument, it doesn't offer\n * a guarantee that it won't re-run for performance reasons later on. By using `useConstant`\n * you can ensure that initialisers don't execute twice or more.\n */ export function useConstant(init) {\n    const ref = useRef(null);\n    if (ref.current === null) {\n        ref.current = init();\n    }\n    return ref.current;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useConstant\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useConstant.map", "import { MotionValue } from \"framer\";\nexport const isMotionValue = (v)=>v instanceof MotionValue\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"isMotionValue\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isMotionValue.map", "import { useMemo } from \"react\";\nexport const isBrowserSafari = ()=>{\n    if (typeof navigator !== `undefined`) {\n        const userAgent = navigator.userAgent.toLowerCase();\n        const isSafari = (userAgent.indexOf(\"safari\") > -1 || userAgent.indexOf(\"framermobile\") > -1 || userAgent.indexOf(\"framerx\") > -1) && userAgent.indexOf(\"chrome\") < 0;\n        return isSafari;\n    } else return false;\n};\nexport const useIsBrowserSafari = ()=>useMemo(()=>isBrowserSafari()\n    , [])\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isBrowser.map", "import { useEffect } from \"react\";\n//@ts-ignore\nimport { isMotionValue } from \"https://framerusercontent.com/modules/3mKFSGQqKHV82uOV1eBc/5fbRLvOpxZC0JOXugvwm/isMotionValue.js\";\nexport function useOnChange(value, callback) {\n    useEffect(()=>// @ts-ignore this should be detected as a MV :shrug:\n        isMotionValue(value) ? value.onChange(callback) : undefined\n    );\n}\nexport function useMultiOnChange(values, handler) {\n    useEffect(()=>{\n        const subscriptions = values.map((value)=>value.onChange(handler)\n        );\n        return ()=>subscriptions.forEach((unsubscribe)=>unsubscribe()\n            )\n        ;\n    });\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"Subscriber\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnChange\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useMultiOnChange\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnChange.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{MotionValue}from\"framer\";// Basic MotionValue check\nexport const isMotionValue=v=>v instanceof MotionValue;\nexport const __FramerMetadata__ = {\"exports\":{\"isMotionValue\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./isMotionValue.map", "import{useCallback,useEffect,useRef}from\"react\";import{motionValue,animate,RenderTarget}from\"framer\";import{isMotionValue}from\"https://framerusercontent.com/modules/3mKFSGQqKHV82uOV1eBc/TbXI1XaZFNevVKcgIt7G/isMotionValue.js\";import{useConstant}from\"https://framerusercontent.com/modules/ExNgrA7EJTKUPpH6vIlN/eiOrSJ2Ab5M9jPCvVwUz/useConstant.js\";export function useAutoMotionValue(inputValue,options){// Put options on a local ref\n// Might wanna just memo instead but it works for now\nconst optionsRef=useRef(options);const animation=useRef();const didInitialMount=useRef(false);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;// in-progress - trying to figure out effect hooks\nconst onChangeDeps=(options===null||options===void 0?void 0:options.onChangeDeps)?options.onChangeDeps:[];// Memoize the onChange handler\nconst onChange=useCallback(options===null||options===void 0?void 0:options.onChange,[...onChangeDeps,]);// Optionally scale the value from props\nconst transformer=useCallback(value=>{var ref;return((ref=optionsRef.current)===null||ref===void 0?void 0:ref.transform)?optionsRef.current.transform(value):value;},[]);// Create new MotionValue from inputValue\nconst value1=useConstant(()=>isMotionValue(inputValue)?inputValue:motionValue(transformer(inputValue)));// Setting value from prop change\nuseEffect(()=>{if(!isMotionValue(inputValue)&&didInitialMount.current){var ref,ref1;const newValue=transformer(inputValue);(ref=animation.current)===null||ref===void 0?void 0:ref.stop();// Call change callback\nif(onChange)onChange(newValue,value1);// Trigger animation to new value\nif(((ref1=optionsRef.current)===null||ref1===void 0?void 0:ref1.animate)&&!isOnCanvas){var ref2;// @ts-ignore\nanimation.current=animate(value1,newValue,(ref2=optionsRef.current)===null||ref2===void 0?void 0:ref2.transition);}else{value1.set(newValue);}}didInitialMount.current=true;},[inputValue,...onChangeDeps]);return value1;}\nexport const __FramerMetadata__ = {\"exports\":{\"useAutoMotionValue\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./useAutoMotionValue.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useRef,useEffect,useMemo,useCallback,memo}from\"react\";import{ControlType,addPropertyControls,useIsInCurrentNavigationTarget}from\"framer\";import{useOnEnter,useOnExit,defaultEvents,useIsOnCanvas,useIsBrowserSafari,useOnChange,useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{useAutoMotionValue}from\"https://framer.com/m/framer/useAutoMotionValue.js@^0.3.0\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */ export function Video(props){const newProps=getProps(props);return(/*#__PURE__*/ _jsx(VideoMemo,{...newProps}));}const VideoMemo=/*#__PURE__*/ memo(function VideoInner(props){const{srcType,srcFile,srcUrl,playing,canvasPlay,muted,playsinline,controls,progress,objectFit,backgroundColor,radius,topLeft,topRight,bottomRight,bottomLeft,isMixed,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,poster,restartOnEnter,posterEnabled,startTime:startTimeProp,volume,loop}=props;const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const videoRef=useRef();const isSafari=useIsBrowserSafari();const requestingPlay=useRef(false);const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const borderRadius=useRadius(props);// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const shouldPlay=!isOnCanvas||canvasPlay;const autoPlay=useMemo(()=>playing,[]);const isMuted=useMemo(()=>isOnCanvas?true:muted,[isOnCanvas,muted]);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?0.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<0.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const isPlaying=videoRef.current.currentTime>0&&videoRef.current.onplaying&&!videoRef.current.paused&&!videoRef.current.ended&&videoRef.current.readyState>videoRef.current.HAVE_CURRENT_DATA;if(!isPlaying&&videoRef.current&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;videoRef.current.play().catch(e=>{}) // It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();},[]);// Pause/play via props\nuseEffect(()=>{if(playing&&shouldPlay)play();else pause();},[playing,canvasPlay]);// Change progress via prop\nuseEffect(()=>{setProgress(startTime*0.01);},[startTimeProp,srcFile,srcUrl]);const videoProgress=useAutoMotionValue(progress,{transform:value=>value*0.01,onChange:newValue=>{setProgress(newValue);}});// Allow scrubbing with MotionValue\nuseOnChange(videoProgress,val=>{if(isOnCanvas)return;setProgress(val);});// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{if(srcType===SrcType.Url)return srcUrl;if(srcType===SrcType.Video)return srcFile;},[srcType,srcFile,srcUrl]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoPlay){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=volume/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{if(videoRef.current&&videoRef.current.currentTime<0.3)setProgress(startTime*0.01);if(shouldPlay&&videoRef.current&&autoPlay)play();};return(/*#__PURE__*/ _jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>{return onSeeked===null||onSeeked===void 0?void 0:onSeeked(e);},onPause:e=>{return onPause===null||onPause===void 0?void 0:onPause(e);},onPlay:e=>{return onPlay===null||onPlay===void 0?void 0:onPlay(e);},onEnded:e=>{return onEnd===null||onEnd===void 0?void 0:onEnd(e);},autoPlay:autoPlay&&shouldPlay,poster:posterEnabled?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isMuted,playsInline:playsinline,style:{width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}}));});Video.displayName=\"Video\";Video.defaultProps={srcType:SrcType.Url,srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",srcFile:\"\",posterEnabled:false,controls:false,autoPlay:true,canvasPlay:false,loop:true,muted:true,playsinline:true,restartOnEnter:false,objectFit:ObjectFitType.Cover,backgroundColor:\"rgba(0,0,0,0)\",radius:0,volume:25,startTime:0};addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[SrcType.Url,SrcType.Video]},srcUrl:{type:ControlType.String,title:\" \",placeholder:\"../example.mp4\",hidden(props){return props.srcType===SrcType.Video;},description:\"Hosted video file URL. For Youtube, use the Youtube component.\"},srcFile:{type:ControlType.File,title:\" \",allowedFileTypes:[\"mp4\"],hidden(props){return props.srcType===SrcType.Url;}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\"},poster:{type:ControlType.Image,title:\" \",hidden:({posterEnabled})=>!posterEnabled},backgroundColor:{type:ControlType.Color,title:\"Background\"},...borderRadiusControl,startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:0.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:[ObjectFitType.Cover,ObjectFitType.Fill,ObjectFitType.Contain,ObjectFitType.ScaleDown,ObjectFitType.None,]},canvasPlay:{type:ControlType.Boolean,title:\"On Canvas\",enabledTitle:\"Play\",disabledTitle:\"Pause\",hidden(props){return props.autoPlay===false;}},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\"},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"112\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./VideoNew.map", "// Generated by Framer (937e5b9)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={AvJttHvm1:{hover:true}};const cycleOrder=[\"AvJttHvm1\"];const variantClassNames={AvJttHvm1:\"framer-v-7i1c44\"};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 transitions={default:{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 getProps=({height,id,title,width,...props})=>{var ref;return{...props,Jvxny9raY:(ref=title!==null&&title!==void 0?title:props.Jvxny9raY)!==null&&ref!==void 0?ref:\"Let's connect\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/ React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,Jvxny9raY,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"AvJttHvm1\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const defaultLayoutId=React.useId();return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-6G4fe\",classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsx(Transition,{value:transition,children:/*#__PURE__*/ _jsx(Link,{href:\"https://api.leadconnectorhq.com/widget/form/FenZwLzhlP8Jl7tDJGsp\",children:/*#__PURE__*/ _jsxs(motion.a,{...restProps,className:`${cx(\"framer-7i1c44\",className)} framer-lacib6`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"AvJttHvm1\",ref:ref,style:{backgroundColor:\"var(--token-310a5be3-0db1-4b1d-b407-3da33af5459d, rgb(255, 170, 34))\",...style},variants:{\"AvJttHvm1-hover\":{backgroundColor:\"rgb(255, 198, 107)\"}},...addPropertyOverrides({\"AvJttHvm1-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS1yZWd1bGFy\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5)\"},children:\"Sign up for our newsletter\"})}),className:\"framer-j7xgk7\",fonts:[\"GF;Manrope-regular\"],layoutDependency:layoutDependency,layoutId:\"TbJ0tW7F0\",style:{\"--extracted-1of0zx5\":\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5)\"},children:\"Let's connect\"})}),className:\"framer-ha87ws\",fonts:[\"GF;Manrope-600\"],layoutDependency:layoutDependency,layoutId:\"bLM03qHNq\",style:{\"--extracted-1of0zx5\":\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:Jvxny9raY,verticalAlignment:\"top\",withExternalLayout:true})]})})})})});});const css=['.framer-6G4fe [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-6G4fe .framer-lacib6 { display: block; }\",\".framer-6G4fe .framer-7i1c44 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 12px 12px 12px; position: relative; text-decoration: none; width: 1200px; }\",\".framer-6G4fe .framer-j7xgk7, .framer-6G4fe .framer-ha87ws { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-6G4fe .framer-v-7i1c44 .framer-7i1c44 { cursor: pointer; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-6G4fe .framer-7i1c44 { gap: 0px; } .framer-6G4fe .framer-7i1c44 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-6G4fe .framer-7i1c44 > :first-child { margin-left: 0px; } .framer-6G4fe .framer-7i1c44 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 46\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"lUv9UytBc\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"Jvxny9raY\":\"title\"}\n */ const FramerFp8qeli1v=withCSS(Component,css,\"framer-6G4fe\");export default FramerFp8qeli1v;FramerFp8qeli1v.displayName=\"Banner\";FramerFp8qeli1v.defaultProps={height:46,width:1200};addPropertyControls(FramerFp8qeli1v,{Jvxny9raY:{defaultValue:\"Let's connect\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerFp8qeli1v,[{family:\"Manrope\",moduleAsset:{localModuleIdentifier:\"local-module:canvasComponent/Fp8qeli1v:default\",url:\"https://fonts.gstatic.com/s/manrope/v14/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F87jxeN7B.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v14/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F87jxeN7B.ttf\",weight:\"400\"},{family:\"Manrope\",moduleAsset:{localModuleIdentifier:\"local-module:canvasComponent/Fp8qeli1v:default\",url:\"https://fonts.gstatic.com/s/manrope/v14/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F87jxeN7B.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v14/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F87jxeN7B.ttf\",weight:\"600\"}]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerFp8qeli1v\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"46\",\"framerVariables\":\"{\\\"Jvxny9raY\\\":\\\"title\\\"}\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lUv9UytBc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Fp8qeli1v.map", "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%\",cursor:onClick?\"pointer\":\"auto\",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\":{\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicWidth\":\"24\"}},\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Feather.map", "// Generated by Framer (b0f2619)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,Image,Link,RichText,useActiveVariantCallback,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/0pLhZgteIMGONoge6j70/Feather.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/oDnNZYGMC5e751zheCPl/MOp50rD9GWnGRbdP3eTS/stylesPresetLink.js\";import PrimaryButton from\"https://framerusercontent.com/modules/h4j2wms4Sp0clNj8I1cg/jPeIWTiMu0bfU22AcNPS/bLrfVoejA.js\";const PrimaryButtonFonts=getFonts(PrimaryButton);const FeatherFonts=getFonts(Feather);const cycleOrder=[\"d1DVkeQ9f\",\"CUTxD83BU\",\"DeBqfVT70\",\"jNxlCZBwX\"];const serializationHash=\"framer-LSy8D\";const variantClassNames={CUTxD83BU:\"framer-v-xvr3y\",d1DVkeQ9f:\"framer-v-hzkeqv\",DeBqfVT70:\"framer-v-1ceimjx\",jNxlCZBwX:\"framer-v-1bvoypd\"};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 transitions={default:{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 humanReadableVariantMap={\"Phone Opened\":\"jNxlCZBwX\",Desktop:\"d1DVkeQ9f\",Phone:\"DeBqfVT70\",Tablet:\"CUTxD83BU\"};const getProps=({closeMenu,height,id,openMenu,title4,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,EmHvNqAeW:openMenu!==null&&openMenu!==void 0?openMenu:props.EmHvNqAeW,F4HzY0cym:(_ref=title4!==null&&title4!==void 0?title4:props.F4HzY0cym)!==null&&_ref!==void 0?_ref:\"Shop\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"d1DVkeQ9f\",VXz_BHUFQ:closeMenu!==null&&closeMenu!==void 0?closeMenu:props.VXz_BHUFQ};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,F4HzY0cym,EmHvNqAeW,VXz_BHUFQ,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"d1DVkeQ9f\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapi4hwn0=activeVariantCallback(async(...args)=>{if(EmHvNqAeW){const res=await EmHvNqAeW(...args);if(res===false)return false;}});const onTap5jpwsb=activeVariantCallback(async(...args)=>{if(VXz_BHUFQ){const res=await VXz_BHUFQ(...args);if(res===false)return false;}});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"jNxlCZBwX\")return false;return true;};const isDisplayed1=()=>{if([\"DeBqfVT70\",\"jNxlCZBwX\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"DeBqfVT70\")return false;return true;};const isDisplayed3=()=>{if([\"DeBqfVT70\",\"jNxlCZBwX\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-hzkeqv\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",initial:variant,layoutDependency:layoutDependency,layoutId:\"d1DVkeQ9f\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.05)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",...style},variants:{jNxlCZBwX:{backgroundColor:\"rgb(255, 255, 255)\"}},...addPropertyOverrides({CUTxD83BU:{\"data-framer-name\":\"Tablet\"},DeBqfVT70:{\"data-framer-name\":\"Phone\"},jNxlCZBwX:{\"data-framer-name\":\"Phone Opened\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-feqv7r\",layoutDependency:layoutDependency,layoutId:\"JB7eev1uq\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:150,intrinsicWidth:229,pixelHeight:150,pixelWidth:229,src:\"https://framerusercontent.com/images/xScjXxPWUzoNuPwxNalie0iSgrY.svg\"},className:\"framer-y2xp3f\",layoutDependency:layoutDependency,layoutId:\"fy71Ynin1\"}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"var(--extracted-1w3ko1f, var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255)))\"},children:\"Six Summers\"})})}),className:\"framer-1cxas3z\",fonts:[\"GF;Inter-700\"],layoutDependency:layoutDependency,layoutId:\"b0Jo6_5UE\",style:{\"--extracted-1w3ko1f\":\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ibqibf\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"aQqdmiUwB\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://sixsummers.online/\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"Trips\"})})})}),className:\"framer-q4u4o5\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"OiYZup0Js\",style:{\"--extracted-r6o4lv\":\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://six-summers1.myshopify.com/products/six-summers-sport-hat\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"Sign in\"})})})}),className:\"framer-hiavpf\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"ajJFIVWhE\",style:{\"--extracted-r6o4lv\":\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\"},text:F4HzY0cym,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://sixsummers.online/blogs\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"Blog\"})})})}),className:\"framer-1mwy22c\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"Pi79fpwUR\",style:{\"--extracted-r6o4lv\":\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1gpwxvl\",layoutDependency:layoutDependency,layoutId:\"tuyajLxtu\",children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lwr6zt-container\",layoutDependency:layoutDependency,layoutId:\"NkVeTwulG-container\",children:/*#__PURE__*/_jsx(PrimaryButton,{height:\"100%\",Hw_meyIE8:\"https://app.sixsummers.com/users/sign_in\",id:\"NkVeTwulG\",layoutId:\"NkVeTwulG\",variant:\"vqobCm4wR\",width:\"100%\",YJacOhToa:\"Try for free\"})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nhtxk1-container\",layoutDependency:layoutDependency,layoutId:\"iI1ZzI1rr-container\",children:/*#__PURE__*/_jsx(PrimaryButton,{height:\"100%\",Hw_meyIE8:\"https://app.sixsummers.com/users/sign_up\",id:\"iI1ZzI1rr\",layoutId:\"iI1ZzI1rr\",variant:\"tFt4eCHxG\",width:\"100%\",YJacOhToa:\"Annu\"})})]}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-p1x5t8\",\"data-framer-name\":\"Menu Button\",layoutDependency:layoutDependency,layoutId:\"M55VnrhkJ\",...addPropertyOverrides({DeBqfVT70:{\"data-highlight\":true,onTap:onTapi4hwn0},jNxlCZBwX:{\"data-highlight\":true,onTap:onTap5jpwsb}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-h4l2sl-container\",layoutDependency:layoutDependency,layoutId:\"Wj3YjpKkg-container\",children:/*#__PURE__*/_jsx(Feather,{color:'var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',height:\"100%\",iconSearch:\"Home\",iconSelection:\"menu\",id:\"Wj3YjpKkg\",layoutId:\"Wj3YjpKkg\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({jNxlCZBwX:{color:'var(--token-bea4c0eb-e02e-4bf7-a1ae-f265e00454cf, rgb(30, 32, 35)) /* {\"name\":\"Dark Grey\"} */',iconSelection:\"x\"}},baseVariant,gestureVariant)})})})]})]})})});});const css=['.framer-LSy8D[data-border=\"true\"]::after, .framer-LSy8D [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-LSy8D.framer-xsfkqb, .framer-LSy8D .framer-xsfkqb { display: block; }\",\".framer-LSy8D.framer-hzkeqv { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 20px 120px 20px 120px; position: relative; width: 1200px; }\",\".framer-LSy8D .framer-feqv7r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-LSy8D .framer-y2xp3f { aspect-ratio: 1.53125 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 60px; }\",\".framer-LSy8D .framer-1cxas3z, .framer-LSy8D .framer-q4u4o5, .framer-LSy8D .framer-hiavpf, .framer-LSy8D .framer-1mwy22c { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-LSy8D .framer-ibqibf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-LSy8D .framer-1gpwxvl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-LSy8D .framer-1lwr6zt-container, .framer-LSy8D .framer-1nhtxk1-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-LSy8D .framer-p1x5t8 { flex: none; height: 32px; overflow: visible; position: relative; width: 32px; }\",\".framer-LSy8D .framer-h4l2sl-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-LSy8D .framer-feqv7r, .framer-LSy8D .framer-ibqibf, .framer-LSy8D .framer-1gpwxvl { gap: 0px; } .framer-LSy8D .framer-feqv7r > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-LSy8D .framer-feqv7r > :first-child, .framer-LSy8D .framer-ibqibf > :first-child, .framer-LSy8D .framer-1gpwxvl > :first-child { margin-left: 0px; } .framer-LSy8D .framer-feqv7r > :last-child, .framer-LSy8D .framer-ibqibf > :last-child, .framer-LSy8D .framer-1gpwxvl > :last-child { margin-right: 0px; } .framer-LSy8D .framer-ibqibf > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-LSy8D .framer-1gpwxvl > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } }\",\".framer-LSy8D.framer-v-xvr3y.framer-hzkeqv { padding: 20px 40px 20px 40px; width: 810px; }\",\".framer-LSy8D.framer-v-1ceimjx.framer-hzkeqv, .framer-LSy8D.framer-v-1bvoypd.framer-hzkeqv { padding: 20px 24px 20px 24px; width: 390px; }\",\".framer-LSy8D.framer-v-1ceimjx .framer-y2xp3f { height: var(--framer-aspect-ratio-supported, 39px); }\",\".framer-LSy8D.framer-v-1ceimjx .framer-p1x5t8, .framer-LSy8D.framer-v-1bvoypd .framer-p1x5t8 { cursor: pointer; }\",\".framer-LSy8D.framer-v-1bvoypd .framer-1gpwxvl { min-height: 40px; min-width: 216px; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"CUTxD83BU\":{\"layout\":[\"fixed\",\"auto\"]},\"DeBqfVT70\":{\"layout\":[\"fixed\",\"auto\"]},\"jNxlCZBwX\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"F4HzY0cym\":\"title4\",\"EmHvNqAeW\":\"openMenu\",\"VXz_BHUFQ\":\"closeMenu\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerGXSGQ35io=withCSS(Component,css,\"framer-LSy8D\");export default FramerGXSGQ35io;FramerGXSGQ35io.displayName=\"Main Navigation\";FramerGXSGQ35io.defaultProps={height:80,width:1200};addPropertyControls(FramerGXSGQ35io,{variant:{options:[\"d1DVkeQ9f\",\"CUTxD83BU\",\"DeBqfVT70\",\"jNxlCZBwX\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\",\"Phone Opened\"],title:\"Variant\",type:ControlType.Enum},F4HzY0cym:{defaultValue:\"Shop\",displayTextArea:false,title:\"Title 4\",type:ControlType.String},EmHvNqAeW:{title:\"Open Menu\",type:ControlType.EventHandler},VXz_BHUFQ:{title:\"Close Menu\",type:ControlType.EventHandler}});addFonts(FramerGXSGQ35io,[{family:\"Inter\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2\",weight:\"700\"},{family:\"Inter\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"},...PrimaryButtonFonts,...FeatherFonts,...sharedStyle.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGXSGQ35io\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"80\",\"framerVariables\":\"{\\\"F4HzY0cym\\\":\\\"title4\\\",\\\"EmHvNqAeW\\\":\\\"openMenu\\\",\\\"VXz_BHUFQ\\\":\\\"closeMenu\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"CUTxD83BU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DeBqfVT70\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jNxlCZBwX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "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 (26d4882)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,RichText,useActiveVariantCallback,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";const FeatherFonts=getFonts(Feather);const cycleOrder=[\"WknE9W8l6\",\"mrjyOtkru\",\"nko9vGqvF\"];const serializationHash=\"framer-yIiQ9\";const variantClassNames={mrjyOtkru:\"framer-v-alczcd\",nko9vGqvF:\"framer-v-mdv1zy\",WknE9W8l6:\"framer-v-1iqawan\"};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 transitions={default:{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 humanReadableVariantMap={\"Mobile - Closed\":\"nko9vGqvF\",Closed:\"mrjyOtkru\",Open:\"WknE9W8l6\"};const getProps=({answer,height,id,question,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,DCdhfgxbN:(_ref=answer!==null&&answer!==void 0?answer:props.DCdhfgxbN)!==null&&_ref!==void 0?_ref:\"The first step in our collaboration is the project request. This gives me an idea of what you're looking for and helps me determine if I'm the right fit for your project. If so, we will schedule a video\\xa0call to dive\\xa0deeper.\",NCCzbdpRO:(_ref1=question!==null&&question!==void 0?question:props.NCCzbdpRO)!==null&&_ref1!==void 0?_ref1:\"What services do you offer exactly?\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"WknE9W8l6\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,NCCzbdpRO,DCdhfgxbN,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"WknE9W8l6\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapmp4gbm=activeVariantCallback(async(...args)=>{setVariant(\"mrjyOtkru\");});const onTap1wdlegk=activeVariantCallback(async(...args)=>{setVariant(\"WknE9W8l6\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"nko9vGqvF\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-yIiQ9\",...sharedStyleClassNames,classNames),style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(\"framer-1iqawan\",className),\"data-framer-name\":\"Open\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"WknE9W8l6\",onTap:onTapmp4gbm,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({mrjyOtkru:{\"data-framer-name\":\"Closed\",onTap:onTap1wdlegk},nko9vGqvF:{\"data-framer-name\":\"Mobile - Closed\",onTap:onTap1wdlegk}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1smcpeo\",layoutDependency:layoutDependency,layoutId:\"LNXFMg0LY\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 36, 74)))\"},children:\"What services do you offer exactly?\"})}),className:\"framer-kdikf\",fonts:[\"GF;Manrope-600\"],layoutDependency:layoutDependency,layoutId:\"ZFe1nxV9C\",style:{\"--extracted-1w1cjl5\":\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 36, 74))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:NCCzbdpRO,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-7hbzgu\",layoutDependency:layoutDependency,layoutId:\"wTq6vlZMe\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19jgg5x-container\",layoutDependency:layoutDependency,layoutId:\"C_etlrdmx-container\",style:{rotate:0},variants:{mrjyOtkru:{rotate:45},nko9vGqvF:{rotate:45}},children:/*#__PURE__*/_jsx(Feather,{color:'var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 36, 74)) /* {\"name\":\"Dark Navy\"} */',height:\"100%\",iconSearch:\"Home\",iconSelection:\"x\",id:\"C_etlrdmx\",layoutId:\"C_etlrdmx\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1w1cjl5, rgba(0, 36, 74, 0.5))\"},children:\"The first step in our collaboration is the project request. This gives me an idea of what you're looking for and helps me determine if I'm the right fit for your project. If so, we will schedule a video\\xa0call to dive\\xa0deeper.\"})}),className:\"framer-u43dyn\",fonts:[\"GF;Inter-regular\"],layoutDependency:layoutDependency,layoutId:\"BOdRVKn6Y\",style:{\"--extracted-1w1cjl5\":\"rgba(0, 36, 74, 0.5)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:DCdhfgxbN,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=['.framer-yIiQ9 [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-yIiQ9 .framer-1vveji9 { display: block; }\",\".framer-yIiQ9 .framer-1iqawan { align-content: start; align-items: start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 672px; }\",\".framer-yIiQ9 .framer-1smcpeo { align-content: start; align-items: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-yIiQ9 .framer-kdikf { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-yIiQ9 .framer-7hbzgu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 8px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-yIiQ9 .framer-19jgg5x-container { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-yIiQ9 .framer-u43dyn { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-yIiQ9 .framer-1iqawan, .framer-yIiQ9 .framer-1smcpeo, .framer-yIiQ9 .framer-7hbzgu { gap: 0px; } .framer-yIiQ9 .framer-1iqawan > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-yIiQ9 .framer-1iqawan > :first-child, .framer-yIiQ9 .framer-7hbzgu > :first-child { margin-top: 0px; } .framer-yIiQ9 .framer-1iqawan > :last-child, .framer-yIiQ9 .framer-7hbzgu > :last-child { margin-bottom: 0px; } .framer-yIiQ9 .framer-1smcpeo > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-yIiQ9 .framer-1smcpeo > :first-child { margin-left: 0px; } .framer-yIiQ9 .framer-1smcpeo > :last-child { margin-right: 0px; } .framer-yIiQ9 .framer-7hbzgu > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-yIiQ9.framer-v-alczcd .framer-1iqawan { height: 35px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 128\n * @framerIntrinsicWidth 672\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"mrjyOtkru\":{\"layout\":[\"fixed\",\"fixed\"]},\"nko9vGqvF\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"NCCzbdpRO\":\"question\",\"DCdhfgxbN\":\"answer\"}\n * @framerImmutableVariables true\n */const FramerQzlj3jCcC=withCSS(Component,css,\"framer-yIiQ9\");export default FramerQzlj3jCcC;FramerQzlj3jCcC.displayName=\"FAQ Copy\";FramerQzlj3jCcC.defaultProps={height:128,width:672};addPropertyControls(FramerQzlj3jCcC,{variant:{options:[\"WknE9W8l6\",\"mrjyOtkru\",\"nko9vGqvF\"],optionTitles:[\"Open\",\"Closed\",\"Mobile - Closed\"],title:\"Variant\",type:ControlType.Enum},NCCzbdpRO:{defaultValue:\"What services do you offer exactly?\",displayTextArea:false,title:\"Question\",type:ControlType.String},DCdhfgxbN:{defaultValue:\"The first step in our collaboration is the project request. This gives me an idea of what you're looking for and helps me determine if I'm the right fit for your project. If so, we will schedule a video\\xa0call to dive\\xa0deeper.\",displayTextArea:true,title:\"Answer\",type:ControlType.String}});addFonts(FramerQzlj3jCcC,[{family:\"Manrope\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_A87jxeN7B.woff2\",weight:\"600\"},{family:\"Inter\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"},...FeatherFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQzlj3jCcC\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"128\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mrjyOtkru\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nko9vGqvF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"672\",\"framerVariables\":\"{\\\"NCCzbdpRO\\\":\\\"question\\\",\\\"DCdhfgxbN\\\":\\\"answer\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Qzlj3jCcC.map", "import { useRef } from \"react\";\n/**\n * Creates a constant value over the lifecycle of a component.\n *\n * Even if `useMemo` is provided an empty array as its final argument, it doesn't offer\n * a guarantee that it won't re-run for performance reasons later on.\n * By using `useConstant` you can ensure that initialisers don't execute twice or more.\n */ export function useConstant(init) {\n    const ref = useRef(null);\n    if (ref.current === null) {\n        ref.current = init();\n    }\n    return ref.current;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useConstant\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useConstant.map", "import { useConstant } from \"https://framer.com/m/framer/useConstant.js@^1.0.0\";\nconst BASE62 = \"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\";\n/**\n * Generates a random string of BASE62 characters.\n */ export function randomID(length = 5) {\n    return Array(length).fill(0).map(()=>BASE62[Math.floor(Math.random() * BASE62.length)]\n    ).join(\"\");\n}\nexport function useRandomID(length = 5) {\n    return useConstant(()=>randomID(length)\n    );\n}\nconst defaultStorageKey = \"$$FramerRandomID\";\n/**\n * `randomID` but cached in localStorage.\n */ export function useCachedRandomID(storageKey = defaultStorageKey) {\n    return useConstant(()=>{\n        const storage = getLocalStorage();\n        if (!storage) return randomID(8);\n        const cachedValue = storage.getItem(storageKey);\n        if (cachedValue) return cachedValue;\n        const newID = randomID(8);\n        storage.setItem(storageKey, newID);\n        return newID;\n    });\n}\nfunction getLocalStorage() {\n    if (typeof window === undefined) return undefined;\n    try {\n        return window.localStorage;\n    } catch (err) {\n        return undefined;\n    }\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useRandomID\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useCachedRandomID\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"randomID\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./randomID.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";// Generated by Framer (d4eeff2)\nimport*as React from\"react\";import{motion,LayoutGroup}from\"framer-motion\";import{addFonts,withCSS,addPropertyControls,ControlType,cx,useVariantState,RichText,getFonts,Link}from\"framer\";import{useRandomID}from\"https://framer.com/m/framer/randomID.js@^2.0.0\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/0pLhZgteIMGONoge6j70/Feather.js\";const FeatherFonts=getFonts(Feather);const enabledGestures={\"Ie1V4tWk_\":{\"hover\":true}};const cycleOrder=[\"Ie1V4tWk_\"];const variantClassNames={\"Ie1V4tWk_\":\"framer-v-xewedc\"};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 humanReadableVariantMap={};const transitions={\"default\":{\"type\":\"tween\",\"ease\":[0.96,0.19,0.2,0.83],\"duration\":0.6,\"delay\":0,\"stiffness\":500,\"damping\":60,\"mass\":3}};const Component=/*#__PURE__*/ React.forwardRef(function({id,style:externalStyle={},className,width,height,layoutId,variant:outerVariant=\"Ie1V4tWk_\",title:KPxma6xCR=\"Learn about Vision\",accent:sHuZUEfiX=\"rgb(99, 91, 255)\",link:CkvLUPnmz,...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{variants,baseVariant,gestureVariant,classNames,transition,setVariant,setGestureState}=useVariantState({defaultVariant:\"Ie1V4tWk_\",variant,transitions,variantClassNames,enabledGestures,cycleOrder});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;const defaultLayoutId=useRandomID();const{pointerEvents,...style}=externalStyle;return(/*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{\"data-framer-generated\":true,initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-PobTt\",classNames),style:{\"display\":\"contents\",\"pointerEvents\":pointerEvents!==null&&pointerEvents!==void 0?pointerEvents:\"auto\"},children:/*#__PURE__*/ _jsx(Link,{href:CkvLUPnmz,children:/*#__PURE__*/ _jsxs(motion.a,{...restProps,layoutId:\"Ie1V4tWk_\",className:cx(\"framer-xewedc\",className),style:{...style},transition:transition,layoutDependency:layoutDependency,background:null,\"data-framer-name\":\"Variant 1\",ref:ref,children:[/*#__PURE__*/ _jsx(RichText,{fonts:[\"Inter-Medium\"],style:{\"--variable-reference-sHuZUEfiX-UZ_FtL7eZ\":sHuZUEfiX,\"--framer-paragraph-spacing\":\"0px\",\"--framer-link-text-decoration\":\"underline\"},withExternalLayout:true,verticalAlignment:\"top\",__fromCanvasComponent:true,layoutId:\"ciMXSCh8P\",className:\"framer-1ah7i42\",transition:transition,layoutDependency:layoutDependency,__htmlStructure:\"<p style=\\\"--framer-font-size:15px; --framer-line-height:24px; --framer-text-alignment:left;\\\"><span style=\\\"--framer-font-family:&quot;Inter-Medium&quot;, &quot;Inter&quot;, sans-serif; --framer-font-style:normal; --framer-font-weight:500; --font-selector:SW50ZXItTWVkaXVt; --framer-text-color:var(--variable-reference-sHuZUEfiX-UZ_FtL7eZ); --framer-font-size:15px;\\\">{{ text-placeholder }}</span></p>\",htmlFromDesign:\"<p style=\\\"--framer-font-size:15px; --framer-line-height:24px; --framer-text-alignment:left;\\\"><span style=\\\"--framer-font-family:&quot;Inter-Medium&quot;, &quot;Inter&quot;, sans-serif; --framer-font-style:normal; --framer-font-weight:500; --font-selector:SW50ZXItTWVkaXVt; --framer-text-color:var(--variable-reference-sHuZUEfiX-UZ_FtL7eZ); --framer-font-size:15px;\\\">Learn about Vision</span></p>\",textFromDesign:KPxma6xCR}),/*#__PURE__*/ _jsx(motion.div,{style:{},layoutId:\"HHO71Bsio-container\",className:\"framer-1y8sh8u-container\",transition:transition,layoutDependency:layoutDependency,...addPropertyOverrides({\"Ie1V4tWk_-hover\":{\"transformTemplate\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/ _jsx(Feather,{width:\"100%\",height:\"100%\",layoutId:\"HHO71Bsio\",id:\"HHO71Bsio\",selectByList:true,iconSelection:\"arrow-right\",iconSearch:\"Home\",mirrored:false,color:sHuZUEfiX,style:{\"width\":\"100%\",\"height\":\"100%\"},...addPropertyOverrides({\"Ie1V4tWk_-hover\":{\"style\":{\"width\":\"100%\",\"height\":\"100%\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/ _jsx(motion.div,{layoutId:\"KGl0EWBdb\",className:\"framer-ghulum\",style:{\"backgroundColor\":sHuZUEfiX},transition:transition,layoutDependency:layoutDependency}),/*#__PURE__*/ _jsx(motion.div,{layoutId:\"Q5I2ZwkMl\",className:\"framer-1dltvmr\",style:{\"backgroundColor\":sHuZUEfiX},transition:transition,layoutDependency:layoutDependency,variants:{\"Ie1V4tWk_-hover\":{\"backgroundColor\":sHuZUEfiX}}}),/*#__PURE__*/ _jsx(motion.div,{style:{},layoutId:\"RhtYZdrpn-container\",className:\"framer-1jx6i76-container\",transition:transition,layoutDependency:layoutDependency,...addPropertyOverrides({\"Ie1V4tWk_-hover\":{\"transformTemplate\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/ _jsx(Feather,{width:\"100%\",height:\"100%\",layoutId:\"RhtYZdrpn\",id:\"RhtYZdrpn\",selectByList:true,iconSelection:\"arrow-right\",iconSearch:\"Home\",mirrored:false,color:sHuZUEfiX,style:{\"width\":\"100%\",\"height\":\"100%\"},...addPropertyOverrides({\"Ie1V4tWk_-hover\":{\"style\":{\"width\":\"100%\",\"height\":\"100%\"}}},baseVariant,gestureVariant)})})]})})})}));});const css=[\".framer-PobTt [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;}\",\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-PobTt * { box-sizing: border-box; }\",\".framer-PobTt .framer-xewedc { position: relative; overflow: hidden; width: 341px; height: 44px; display: block; text-decoration: none; }\",\".framer-PobTt .framer-1ah7i42 { position: absolute; overflow: visible; width: auto; height: auto; left: 0px; top: 3px; flex: none; white-space: pre; }\",\".framer-PobTt .framer-1y8sh8u-container { position: absolute; width: 16px; height: 16px; right: 0px; top: 7px; flex: none; }\",\".framer-PobTt .framer-ghulum { position: absolute; overflow: visible; height: 1px; right: 0px; bottom: 0px; left: 0px; flex: none; }\",\".framer-PobTt .framer-1dltvmr { position: absolute; overflow: visible; width: 341px; height: 1px; bottom: 0px; left: -373px; flex: none; }\",\".framer-PobTt .framer-1jx6i76-container { position: absolute; width: 16px; height: 16px; left: -24px; top: 7px; flex: none; }\",\".framer-PobTt.framer-v-xewedc .framer-xewedc { cursor: pointer; }\",\".framer-PobTt.framer-v-xewedc.hover .framer-1ah7i42 { width: auto; height: auto; right: auto; bottom: auto; left: 24px; top: 3px; flex: none; white-space: pre; aspect-ratio: unset; }\",\".framer-PobTt.framer-v-xewedc.hover .framer-1y8sh8u-container { width: 16px; height: 16px; right: -24px; bottom: auto; left: auto; top: 7px; flex: none; aspect-ratio: unset; }\",\".framer-PobTt.framer-v-xewedc.hover .framer-ghulum { width: 341px; height: 1px; right: -373px; bottom: 0px; left: auto; top: auto; flex: none; aspect-ratio: unset; }\",\".framer-PobTt.framer-v-xewedc.hover .framer-1dltvmr { width: auto; height: 1px; right: 0px; bottom: 0px; left: 0px; top: auto; flex: none; aspect-ratio: unset; }\",\".framer-PobTt.framer-v-xewedc.hover .framer-1jx6i76-container { width: 16px; height: 16px; right: auto; bottom: auto; left: 0px; top: 7px; flex: none; aspect-ratio: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 44\n * @framerIntrinsicWidth 341\n * @framerCanvasComponentVariantDetails {\"propertyName\": \"variant\", \"data\": {\"default\": {\"layout\": [\"fixed\", \"fixed\"]}, \"GcdtWAgdb\": {\"layout\": [\"fixed\", \"fixed\"]}}}\n * @framerVariables {\"KPxma6xCR\": \"title\", \"sHuZUEfiX\": \"accent\", \"CkvLUPnmz\": \"link\"}\n */ const FramerUZ_FtL7eZ=withCSS(Component,css);export default FramerUZ_FtL7eZ;FramerUZ_FtL7eZ.displayName=\"Arrow button\";FramerUZ_FtL7eZ.defaultProps={\"width\":341,\"height\":44};addPropertyControls(FramerUZ_FtL7eZ,{\"KPxma6xCR\":{\"type\":ControlType.String,\"title\":\"Title\",\"defaultValue\":\"Learn about Vision\",\"displayTextArea\":false},\"sHuZUEfiX\":{\"type\":ControlType.Color,\"title\":\"Accent\",\"defaultValue\":\"rgb(99, 91, 255)\"},\"CkvLUPnmz\":{\"type\":ControlType.Link,\"title\":\"Link\"}});addFonts(FramerUZ_FtL7eZ,[...FeatherFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUZ_FtL7eZ\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"KPxma6xCR\\\": \\\"title\\\", \\\"sHuZUEfiX\\\": \\\"accent\\\", \\\"CkvLUPnmz\\\": \\\"link\\\"}\",\"framerIntrinsicHeight\":\"44\",\"framerIntrinsicWidth\":\"341\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\": \\\"variant\\\", \\\"data\\\": {\\\"default\\\": {\\\"layout\\\": [\\\"fixed\\\", \\\"fixed\\\"]}, \\\"GcdtWAgdb\\\": {\\\"layout\\\": [\\\"fixed\\\", \\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UZ_FtL7eZ.map", "// Generated by Framer (28b2919)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,Link,RichText,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";const FeatherFonts=getFonts(Feather);const enabledGestures={bIgNa_0CL:{hover:true}};const cycleOrder=[\"bIgNa_0CL\"];const variantClassNames={bIgNa_0CL:\"framer-v-1sbt2o1\"};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 transitions={default:{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 getProps=({height,id,title,width,...props})=>{var ref;return{...props,qGFNU6JYI:(ref=title!==null&&title!==void 0?title:props.qGFNU6JYI)!==null&&ref!==void 0?ref:\"Contact us\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/ React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,qGFNU6JYI,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"bIgNa_0CL\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const defaultLayoutId=React.useId();return /*#__PURE__*/ _jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/ _jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-01mXh\",classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsx(Transition,{value:transition,children:/*#__PURE__*/ _jsx(Link,{href:\"mailto:will@sixsummers.com\",children:/*#__PURE__*/ _jsxs(motion.a,{...restProps,className:`${cx(\"framer-1sbt2o1\",className)} framer-1vxpedb`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"bIgNa_0CL\",ref:ref,style:{...style},...addPropertyOverrides({\"bIgNa_0CL-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/ _jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/ _jsx(React.Fragment,{children:/*#__PURE__*/ _jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv)\"},children:\"Contact us\"})}),className:\"framer-d3i7ob\",fonts:[\"GF;Inter-500\"],layoutDependency:layoutDependency,layoutId:\"N5f1gqvwo\",style:{\"--extracted-r6o4lv\":\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},text:qGFNU6JYI,variants:{\"bIgNa_0CL-hover\":{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.5)\"}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-wsdbt9-container\",layoutDependency:layoutDependency,layoutId:\"yAN2LtOQO-container\",children:/*#__PURE__*/ _jsx(Feather,{color:'var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255)) /* {\"name\":\"White\"} */',height:\"100%\",iconSearch:\"Home\",iconSelection:\"arrow-up-right\",id:\"yAN2LtOQO\",layoutId:\"yAN2LtOQO\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})]})})})})});});const css=['.framer-01mXh [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-01mXh .framer-1vxpedb { display: block; }\",\".framer-01mXh .framer-1sbt2o1 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-01mXh .framer-d3i7ob { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-01mXh .framer-wsdbt9-container { flex: none; height: 18px; position: relative; width: 18px; }\",\".framer-01mXh .framer-v-1sbt2o1 .framer-1sbt2o1 { cursor: pointer; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-01mXh .framer-1sbt2o1 { gap: 0px; } .framer-01mXh .framer-1sbt2o1 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-01mXh .framer-1sbt2o1 > :first-child { margin-left: 0px; } .framer-01mXh .framer-1sbt2o1 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 18\n * @framerIntrinsicWidth 105\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"wori9_9NI\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"qGFNU6JYI\":\"title\"}\n */ const FramerZ61MZWzMB=withCSS(Component,css,\"framer-01mXh\");export default FramerZ61MZWzMB;FramerZ61MZWzMB.displayName=\"Text Link\";FramerZ61MZWzMB.defaultProps={height:18,width:105};addPropertyControls(FramerZ61MZWzMB,{qGFNU6JYI:{defaultValue:\"Contact us\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerZ61MZWzMB,[{family:\"Inter\",moduleAsset:{localModuleIdentifier:\"local-module:canvasComponent/Z61MZWzMB:default\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZhrib2Bg-4.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZhrib2Bg-4.ttf\",weight:\"500\"},...FeatherFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZ61MZWzMB\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"105\",\"framerIntrinsicHeight\":\"18\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"qGFNU6JYI\\\":\\\"title\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"wori9_9NI\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Z61MZWzMB.map", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([]);export const fonts=[];export const css=[\".framer-71QGH .framer-styles-preset-1egf4dr:not(.rich-text-wrapper), .framer-71QGH .framer-styles-preset-1egf4dr.rich-text-wrapper a { --framer-link-text-color: var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, #000000); --framer-link-text-decoration: none; --framer-link-hover-text-color: rgba(0, 0, 0, 0.7); --framer-link-hover-text-decoration: none; --framer-link-current-text-color: var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, #000000) /* {\\\"name\\\":\\\"Black\\\"} */; --framer-link-current-text-decoration: none; }\"];export const className=\"framer-71QGH\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (66beb72)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,Link,optimizeAppear,PropertyOverrides,RichText,SVG,useActiveVariantCallback,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useOverlayState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/QaqrlAraQyqzLNiThK8G/VideoNew.js\";import PrimaryButton from\"#framer/local/canvasComponent/bLrfVoejA/bLrfVoejA.js\";import Banner from\"#framer/local/canvasComponent/Fp8qeli1v/Fp8qeli1v.js\";import MainNavigation from\"#framer/local/canvasComponent/GXSGQ35io/GXSGQ35io.js\";import FAQCopy from\"#framer/local/canvasComponent/Qzlj3jCcC/Qzlj3jCcC.js\";import ArrowButton from\"#framer/local/canvasComponent/UZ_FtL7eZ/UZ_FtL7eZ.js\";import TextLink from\"#framer/local/canvasComponent/Z61MZWzMB/Z61MZWzMB.js\";import*as sharedStyle from\"#framer/local/css/NcNOp6JHK/NcNOp6JHK.js\";import*as sharedStyle1 from\"#framer/local/css/stylesPresetLink/stylesPresetLink.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const BannerFonts=getFonts(Banner);const MainNavigationFonts=getFonts(MainNavigation);const PrimaryButtonFonts=getFonts(PrimaryButton);const MotionDivWithFX=withFX(motion.div);const ImageWithFX=withFX(Image);const VideoFonts=getFonts(Video);const FAQCopyFonts=getFonts(FAQCopy);const ArrowButtonFonts=getFonts(ArrowButton);const TextLinkFonts=getFonts(TextLink);const cycleOrder=[\"WQLkyLRf1\",\"S0FUDmgu9\",\"UmjJdyTNz\"];const breakpoints={S0FUDmgu9:\"(min-width: 810px) and (max-width: 1199px)\",UmjJdyTNz:\"(max-width: 809px)\",WQLkyLRf1:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-LKIRr\";const variantClassNames={S0FUDmgu9:\"framer-v-1450zf7\",UmjJdyTNz:\"framer-v-1wwqyzu\",WQLkyLRf1:\"framer-v-72rtr7\"};const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const transition2={damping:100,delay:.1,mass:3,stiffness:450,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:2030,transition:transition2,x:0,y:0};const animation4={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:2030,x:0,y:200};const transition3={damping:100,delay:.2,mass:3,stiffness:450,type:\"spring\"};const animation5={opacity:.9,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:2030,transition:transition3,x:0,y:0};const animation6={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:2030,x:0,y:250};const transition4={damping:100,delay:.3,mass:3,stiffness:450,type:\"spring\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:2030,transition:transition4,x:0,y:0};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"UmjJdyTNz\",Tablet:\"S0FUDmgu9\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}if(metadata1.bodyClassName){Array.from(document.body.classList).filter(c=>c.startsWith(\"framer-body-\")).map(c=>document.body.classList.remove(c));document.body.classList.add(`${metadata1.bodyClassName}-framer-LKIRr`);return()=>{document.body.classList.remove(`${metadata1.bodyClassName}-framer-LKIRr`);};}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const EmHvNqAeW42m929=overlay=>activeVariantCallback(async(...args)=>{overlay.toggle();});const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"UmjJdyTNz\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"UmjJdyTNz\")return false;return true;};const isDisplayed2=()=>{if(!isBrowser())return true;if([\"S0FUDmgu9\",\"UmjJdyTNz\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-72rtr7\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-zlv21s-container\",children:/*#__PURE__*/_jsx(Banner,{height:\"100%\",id:\"Ep1UHm8ww\",layoutId:\"Ep1UHm8ww\",style:{width:\"100%\"},title:\"Let's connect\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5231,intrinsicWidth:7842,pixelHeight:800,pixelWidth:1200,src:\"https://framerusercontent.com/images/Objw3y5IzH6bBnBV2484366mQf8.jpg\"},className:\"framer-1h5rvx3\",\"data-framer-name\":\"Hero\",name:\"Hero\",children:[/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1umkmzq-container\",id:\"1umkmzq\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{S0FUDmgu9:{variant:\"CUTxD83BU\"},UmjJdyTNz:{variant:\"DeBqfVT70\"}},children:/*#__PURE__*/_jsx(MainNavigation,{EmHvNqAeW:EmHvNqAeW42m929(overlay),F4HzY0cym:\"Shop\",height:\"100%\",id:\"Orl_Y8NIo\",layoutId:\"Orl_Y8NIo\",style:{width:\"100%\"},variant:\"d1DVkeQ9f\",width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:\"framer-112avtg\",\"data-framer-portal-id\":\"1umkmzq\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"Bglf0GfhZ\"),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{animate:animation1,className:\"framer-16s62oj hidden-72rtr7 hidden-1450zf7\",\"data-framer-portal-id\":\"1umkmzq\",exit:animation,initial:animation2,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1frfjdm\",\"data-framer-name\":\"Links\",name:\"Links\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 36, 74))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://sixsummers.online/\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1egf4dr\",\"data-styles-preset\":\"NcNOp6JHK\",children:\"Trips\"})})})}),className:\"framer-97ctqr\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 36, 74))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://six-summers1.myshopify.com/products/six-summers-sport-hat\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1egf4dr\",\"data-styles-preset\":\"NcNOp6JHK\",children:\"Shop\"})})})}),className:\"framer-1y79kww\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 36, 74))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://sixsummers.online/blogs\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1egf4dr\",\"data-styles-preset\":\"NcNOp6JHK\",children:\"Blog\"})})})}),className:\"framer-1jusy71\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ylirtr-container\",children:/*#__PURE__*/_jsx(PrimaryButton,{height:\"100%\",Hw_meyIE8:\"https://app.sixsummers.com/users/sign_in\",id:\"bvc7rlJns\",layoutId:\"bvc7rlJns\",style:{width:\"100%\"},variant:\"LxjLW7KpL\",width:\"100%\",YJacOhToa:\"Try for free\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sq5732-container\",children:/*#__PURE__*/_jsx(PrimaryButton,{height:\"100%\",Hw_meyIE8:\"https://app.sixsummers.com/users/sign_up\",id:\"mMBcbWF61\",layoutId:\"mMBcbWF61\",style:{width:\"100%\"},variant:\"MfgeLKZCb\",width:\"100%\",YJacOhToa:\"Annu\"})})})]})})]}),document.querySelector(\"#overlay\"))})})]})})})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:110,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1xctcxg\",\"data-framer-name\":\"Hero Gradient\",name:\"Hero Gradient\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{S0FUDmgu9:{\"data-framer-appear-id\":\"1ef9fsw\",animate:optimizeAppear(\"animate\",\"1ef9fsw\",animation3,\"1450zf7\"),initial:optimizeAppear(\"initial\",\"1ef9fsw\",animation4,\"1450zf7\")},UmjJdyTNz:{\"data-framer-appear-id\":\"1riuuh0\",animate:optimizeAppear(\"animate\",\"1riuuh0\",animation3,\"1wwqyzu\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\"},children:\"You have Six Summers to shape your teen's future.\"})}),initial:optimizeAppear(\"initial\",\"1riuuh0\",animation4,\"1wwqyzu\")}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,animate:optimizeAppear(\"animate\",\"1gvtsrz\",animation3,\"72rtr7\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\"},children:\"You have Six Summers to shape your teen's future.\"})}),className:\"framer-1gvtsrz\",\"data-framer-appear-id\":\"1gvtsrz\",fonts:[\"GF;Manrope-600\"],initial:optimizeAppear(\"initial\",\"1gvtsrz\",animation4,\"72rtr7\"),style:{transformPerspective:2030},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{S0FUDmgu9:{\"data-framer-appear-id\":\"1r0xpwc\",animate:optimizeAppear(\"animate\",\"1r0xpwc\",animation5,\"1450zf7\"),initial:optimizeAppear(\"initial\",\"1r0xpwc\",animation6,\"1450zf7\")},UmjJdyTNz:{\"data-framer-appear-id\":\"1jxgf04\",animate:optimizeAppear(\"animate\",\"1jxgf04\",animation5,\"1wwqyzu\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:\"Equip your kids with the skills and insights that will prepare them for life.\"})}),initial:optimizeAppear(\"initial\",\"1jxgf04\",animation6,\"1wwqyzu\")}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,animate:optimizeAppear(\"animate\",\"7qgnbv\",animation5,\"72rtr7\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.8)\"},children:\"Equip your kids with the skills and insights that will prepare them for life.\"})}),className:\"framer-7qgnbv\",\"data-framer-appear-id\":\"7qgnbv\",fonts:[\"GF;Inter-500\"],initial:optimizeAppear(\"initial\",\"7qgnbv\",animation6,\"72rtr7\"),style:{transformPerspective:2030},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{S0FUDmgu9:{\"data-framer-appear-id\":\"12p2fgh\",animate:optimizeAppear(\"animate\",\"12p2fgh\",animation7,\"1450zf7\"),initial:optimizeAppear(\"initial\",\"12p2fgh\",animation6,\"1450zf7\")},UmjJdyTNz:{\"data-framer-appear-id\":\"fp3wbk\",animate:optimizeAppear(\"animate\",\"fp3wbk\",animation7,\"1wwqyzu\"),initial:optimizeAppear(\"initial\",\"fp3wbk\",animation6,\"1wwqyzu\")}},children:/*#__PURE__*/_jsxs(motion.div,{animate:optimizeAppear(\"animate\",\"jkway1\",animation7,\"72rtr7\"),className:\"framer-jkway1\",\"data-framer-appear-id\":\"jkway1\",initial:optimizeAppear(\"initial\",\"jkway1\",animation6,\"72rtr7\"),style:{transformPerspective:2030},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{width:\"calc(100vw - 48px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-equg9a-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(PrimaryButton,{height:\"100%\",Hw_meyIE8:\"https://app.sixsummers.com/users/sign_up\",id:\"IrPmloclQ\",layoutId:\"IrPmloclQ\",variant:\"DZOtQ_b5S\",width:\"100%\",YJacOhToa:\"Create Your Free Account\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{width:\"calc(100vw - 48px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ctex5f-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(PrimaryButton,{height:\"100%\",Hw_meyIE8:\"https://app.sixsummers.com/users/sign_in\",id:\"carQh5NPz\",layoutId:\"carQh5NPz\",variant:\"uEiSO2nGZ\",width:\"100%\",YJacOhToa:\"Try Deploy for free\"})})})})})]})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1w0bi9b\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lp5wmb\",\"data-framer-name\":\"Description\",name:\"Description\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-u3v633\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 0, 0))\"},children:[\"Six Summers \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-310a5be3-0db1-4b1d-b407-3da33af5459d, rgb(255, 170, 34))\"},children:\"partners with Parents\"}),\" to help equip and apprentice their teenagers as they get closer to adulthood.\"]})}),className:\"framer-1qka6xa\",fonts:[\"GF;Manrope-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{S0FUDmgu9:{background:{alt:\"Phone unlocking smart lock on front door\",fit:\"fill\",intrinsicHeight:2472,intrinsicWidth:3829,loading:\"lazy\",pixelHeight:2472,pixelWidth:3829,sizes:\"min(100vw - 80px, 1120px)\",src:\"https://framerusercontent.com/images/uutRozwUeDr4D2Eh8x5Wf9zBCaY.png\",srcSet:\"https://framerusercontent.com/images/uutRozwUeDr4D2Eh8x5Wf9zBCaY.png?scale-down-to=512 512w,https://framerusercontent.com/images/uutRozwUeDr4D2Eh8x5Wf9zBCaY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/uutRozwUeDr4D2Eh8x5Wf9zBCaY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/uutRozwUeDr4D2Eh8x5Wf9zBCaY.png 3829w\"}},UmjJdyTNz:{background:{alt:\"Phone unlocking smart lock on front door\",fit:\"fill\",intrinsicHeight:2472,intrinsicWidth:3829,loading:\"lazy\",pixelHeight:2472,pixelWidth:3829,sizes:\"min((100vw - 48px) * 1.2, 1120px)\",src:\"https://framerusercontent.com/images/uutRozwUeDr4D2Eh8x5Wf9zBCaY.png\",srcSet:\"https://framerusercontent.com/images/uutRozwUeDr4D2Eh8x5Wf9zBCaY.png?scale-down-to=512 512w,https://framerusercontent.com/images/uutRozwUeDr4D2Eh8x5Wf9zBCaY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/uutRozwUeDr4D2Eh8x5Wf9zBCaY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/uutRozwUeDr4D2Eh8x5Wf9zBCaY.png 3829w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"Phone unlocking smart lock on front door\",fit:\"fill\",intrinsicHeight:2472,intrinsicWidth:3829,loading:\"lazy\",pixelHeight:2472,pixelWidth:3829,sizes:\"min(100vw - 240px, 1120px)\",src:\"https://framerusercontent.com/images/uutRozwUeDr4D2Eh8x5Wf9zBCaY.png\",srcSet:\"https://framerusercontent.com/images/uutRozwUeDr4D2Eh8x5Wf9zBCaY.png?scale-down-to=512 512w,https://framerusercontent.com/images/uutRozwUeDr4D2Eh8x5Wf9zBCaY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/uutRozwUeDr4D2Eh8x5Wf9zBCaY.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/uutRozwUeDr4D2Eh8x5Wf9zBCaY.png 3829w\"},className:\"framer-jueh9r\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(ImageWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:105,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:3088,intrinsicWidth:2316,loading:\"lazy\",pixelHeight:1414,pixelWidth:2121,sizes:\"252px\",src:\"https://framerusercontent.com/images/9MfwUONFJkWTdLDvLpqsLQq0.jpg\",srcSet:\"https://framerusercontent.com/images/9MfwUONFJkWTdLDvLpqsLQq0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/9MfwUONFJkWTdLDvLpqsLQq0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/9MfwUONFJkWTdLDvLpqsLQq0.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/9MfwUONFJkWTdLDvLpqsLQq0.jpg 2121w\"},className:\"framer-1up6rty hidden-1wwqyzu\",\"data-framer-name\":\"IMG_0878\",name:\"IMG_0878\"}),isDisplayed1()&&/*#__PURE__*/_jsx(ImageWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:95,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:4032,intrinsicWidth:3024,loading:\"lazy\",pixelHeight:822,pixelWidth:1460,sizes:\"252px\",src:\"https://framerusercontent.com/images/ZGqmmVk77e1eMIJQHPOZOGptrg8.jpg\",srcSet:\"https://framerusercontent.com/images/ZGqmmVk77e1eMIJQHPOZOGptrg8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ZGqmmVk77e1eMIJQHPOZOGptrg8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZGqmmVk77e1eMIJQHPOZOGptrg8.jpg 1460w\"},className:\"framer-sqmgdq hidden-1wwqyzu\",\"data-framer-name\":\"IMG_0878\",name:\"IMG_0878\"})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2b4if6\",\"data-framer-name\":\"Feature\",name:\"Feature\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yelct2\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15zxmya\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-170aogc\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lylmfi\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{S0FUDmgu9:{svgContentId:9985571732},UmjJdyTNz:{svgContentId:9985571732}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-csbdof\",\"data-framer-name\":\"graphic\",layout:\"position\",name:\"graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 25\"><path d=\"M 28 7.813 C 30.209 7.813 32 6.064 32 3.906 C 32 1.749 30.209 0 28 0 C 25.791 0 24 1.749 24 3.906 C 24 6.064 25.791 7.813 28 7.813 Z\" fill=\"rgba(255, 170, 34, 0.3)\"></path><path d=\"M 2.795 25 L 28.945 25 C 30.635 25 32 23.662 32 22.017 C 32 21.47 31.845 20.933 31.555 20.464 L 24.955 9.902 C 24.75 9.575 24.39 9.375 24 9.375 C 23.61 9.375 23.25 9.575 23.045 9.897 L 20.635 13.755 L 14.34 3.955 C 14.01 3.438 13.425 3.125 12.8 3.125 C 12.175 3.125 11.595 3.438 11.26 3.955 L 0.43 20.82 C 0.15 21.255 0 21.758 0 22.271 C 0 23.779 1.25 25 2.795 25 Z\" fill=\"var(--token-70004d83-31ed-44aa-85bd-44b2599a7ab3, rgb(255, 170, 34)) /* {&quot;name&quot;:&quot;Wishlist&quot;} */\"></path></svg>',svgContentId:1395637140,withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-310a5be3-0db1-4b1d-b407-3da33af5459d, rgb(57, 62, 221))\"},children:\"Basecamp\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-310a5be3-0db1-4b1d-b407-3da33af5459d, rgb(57, 62, 221))\"},children:\"Basecamp\"})}),className:\"framer-1grlgnw\",fonts:[\"GF;Manrope-600\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 0, 0))\"},children:\"Start with Basecamp\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 0, 0))\"},children:\"Start with Basecamp\"})}),className:\"framer-zi9gym\",fonts:[\"GF;Manrope-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 0, 0))\"},children:\"Basecamp is your personal masterclass where you will gain access to a number of courses that will prepare you to implement Six Summers within your family. \"})}),className:\"framer-1mxhzf8\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18k51uj\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5wu071\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c0at6p\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-i3vuke\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:48,intrinsicWidth:48,name:\"graphic\",svg:'<svg width=\"48\" height=\"48\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"none\" stroke=\"#00244a\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 20h.01M4 20h.01M8 20h.01M12 20h.01M16 20h.01M20 4h.01M4 4h.01M8 4h.01M12 4h.01M16 4v.01M4 9a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1z\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dd50g8\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.9em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(0, 36, 74)\"},children:\"3 sections\"})}),className:\"framer-131xwlc\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(0, 36, 74, 0.5)\"},children:\"12 Week Group Series, 5 Week Parent Challenge, 5 Week Parent/Teen Series\"})}),className:\"framer-dp097z\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16k580z\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1o8alc6\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:48,intrinsicWidth:48,name:\"graphic\",svg:'<svg width=\"48\" height=\"48\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" stroke=\"#00244a\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M9 15H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3v3\"/><path d=\"M9 12a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3h-6a3 3 0 0 1-3-3zm-6 0 2.296-2.296a2.41 2.41 0 0 1 3.408 0L9 10\"/><path d=\"M14 13.5v3l2.5-1.5zM7 6v.01\"/></g></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ewcvps\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.9em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(0, 36, 74)\"},children:\"Videos\"})}),className:\"framer-puepzc\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(0, 36, 74, 0.5)\"},children:\"Learn your personality, your communication style, what it is like to be on the other side of yourself and much more\"})}),className:\"framer-h13p63\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f5oth7\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1qpahp5\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:48,intrinsicWidth:48,name:\"graphic\",svg:'<svg width=\"48\" height=\"48\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" stroke=\"#00244a\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14 3v4a1 1 0 0 0 1 1h4\"/><path d=\"M17 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2m-5-4v-6\"/><path d=\"M9.5 14.5 12 17l2.5-2.5\"/></g></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16u71gg\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.9em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(0, 36, 74)\"},children:\"Resources\"})}),className:\"framer-1yykmtr\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(0, 36, 74, 0.5)\"},children:\"Become equipped with the resources to lead your family and make the fleeting\\xa0 teenage years amazing\"})}),className:\"framer-576juh\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ga9v3j\"})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{S0FUDmgu9:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1600,intrinsicWidth:1968,loading:\"lazy\",pixelHeight:1600,pixelWidth:1968,sizes:\"min(100vw - 80px, 1120px)\",src:\"https://framerusercontent.com/images/wJGf9ea5O8DIZe0ObE2l5RDdOk.png\",srcSet:\"https://framerusercontent.com/images/wJGf9ea5O8DIZe0ObE2l5RDdOk.png?scale-down-to=512 512w,https://framerusercontent.com/images/wJGf9ea5O8DIZe0ObE2l5RDdOk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/wJGf9ea5O8DIZe0ObE2l5RDdOk.png 1968w\"}},UmjJdyTNz:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1600,intrinsicWidth:1968,loading:\"lazy\",pixelHeight:1600,pixelWidth:1968,sizes:\"min(100vw - 48px, 1120px)\",src:\"https://framerusercontent.com/images/wJGf9ea5O8DIZe0ObE2l5RDdOk.png\",srcSet:\"https://framerusercontent.com/images/wJGf9ea5O8DIZe0ObE2l5RDdOk.png?scale-down-to=512 512w,https://framerusercontent.com/images/wJGf9ea5O8DIZe0ObE2l5RDdOk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/wJGf9ea5O8DIZe0ObE2l5RDdOk.png 1968w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1600,intrinsicWidth:1968,loading:\"lazy\",pixelHeight:1600,pixelWidth:1968,sizes:\"min(100vw - 240px, 1120px)\",src:\"https://framerusercontent.com/images/wJGf9ea5O8DIZe0ObE2l5RDdOk.png\",srcSet:\"https://framerusercontent.com/images/wJGf9ea5O8DIZe0ObE2l5RDdOk.png?scale-down-to=512 512w,https://framerusercontent.com/images/wJGf9ea5O8DIZe0ObE2l5RDdOk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/wJGf9ea5O8DIZe0ObE2l5RDdOk.png 1968w\"},className:\"framer-1p4r0ff\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1etscsd\",\"data-framer-name\":\"Feature Grid\",name:\"Feature Grid\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t4oywk\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yocgms\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lvodmp\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{S0FUDmgu9:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 32\"><g transform=\"translate(4.481 2.667)\" id=\"ss10154176223_1\"><path d=\"M 11.519 8 C 16.673 8 20.852 12.179 20.852 17.333 C 20.852 22.488 16.673 26.667 11.519 26.667 C 6.364 26.667 2.185 22.488 2.185 17.333 C 2.185 12.179 6.364 8 11.519 8 Z\" fill=\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 11.519 14.667 C 10.046 14.667 8.852 15.861 8.852 17.333 C 8.852 18.806 10.046 20 11.519 20 C 12.991 20 14.185 18.806 14.185 17.333 C 14.185 15.861 12.991 14.667 11.519 14.667 Z\" fill=\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 36, 74)) /* {&quot;name&quot;:&quot;Dark Navy&quot;} */\"></path><path d=\"M 8.079 0 C 8.957 0 9.78 0.433 10.277 1.157 L 10.393 1.344 L 12.707 5.392 C 9.449 5.062 6.2 6.083 3.716 8.216 L 3.407 8.491 L 0.264 2.992 C -0.075 2.4 -0.088 1.676 0.228 1.072 C 0.544 0.467 1.147 0.066 1.827 0.007 L 1.999 0 Z\" fill=\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 21.036 0 C 21.749 0 22.408 0.379 22.766 0.996 C 23.124 1.612 23.127 2.373 22.773 2.992 L 19.631 8.491 C 18.511 7.462 17.207 6.656 15.787 6.115 L 13.06 1.344 C 12.998 1.235 12.928 1.131 12.852 1.032 C 13.357 0.381 14.135 0 14.959 0 Z\" fill=\"rgba(255, 255, 255, 0.3)\"></path></g></svg>',svgContentId:10154176223},UmjJdyTNz:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 32\"><g transform=\"translate(4.481 2.667)\" id=\"ss10154176223_1\"><path d=\"M 11.519 8 C 16.673 8 20.852 12.179 20.852 17.333 C 20.852 22.488 16.673 26.667 11.519 26.667 C 6.364 26.667 2.185 22.488 2.185 17.333 C 2.185 12.179 6.364 8 11.519 8 Z\" fill=\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 11.519 14.667 C 10.046 14.667 8.852 15.861 8.852 17.333 C 8.852 18.806 10.046 20 11.519 20 C 12.991 20 14.185 18.806 14.185 17.333 C 14.185 15.861 12.991 14.667 11.519 14.667 Z\" fill=\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 36, 74)) /* {&quot;name&quot;:&quot;Dark Navy&quot;} */\"></path><path d=\"M 8.079 0 C 8.957 0 9.78 0.433 10.277 1.157 L 10.393 1.344 L 12.707 5.392 C 9.449 5.062 6.2 6.083 3.716 8.216 L 3.407 8.491 L 0.264 2.992 C -0.075 2.4 -0.088 1.676 0.228 1.072 C 0.544 0.467 1.147 0.066 1.827 0.007 L 1.999 0 Z\" fill=\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 21.036 0 C 21.749 0 22.408 0.379 22.766 0.996 C 23.124 1.612 23.127 2.373 22.773 2.992 L 19.631 8.491 C 18.511 7.462 17.207 6.656 15.787 6.115 L 13.06 1.344 C 12.998 1.235 12.928 1.131 12.852 1.032 C 13.357 0.381 14.135 0 14.959 0 Z\" fill=\"rgba(255, 255, 255, 0.3)\"></path></g></svg>',svgContentId:10154176223}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1thyli8\",\"data-framer-name\":\"graphic\",layout:\"position\",name:\"graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 32\"><g transform=\"translate(4.481 2.667)\" id=\"ss1564241631_1\"><path d=\"M 11.519 8 C 16.673 8 20.852 12.179 20.852 17.333 C 20.852 22.488 16.673 26.667 11.519 26.667 C 6.364 26.667 2.185 22.488 2.185 17.333 C 2.185 12.179 6.364 8 11.519 8 Z\" fill=\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 11.519 14.667 C 10.046 14.667 8.852 15.861 8.852 17.333 C 8.852 18.806 10.046 20 11.519 20 C 12.991 20 14.185 18.806 14.185 17.333 C 14.185 15.861 12.991 14.667 11.519 14.667 Z\" fill=\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 36, 74)) /* {&quot;name&quot;:&quot;Dark Navy&quot;} */\"></path><path d=\"M 8.079 0 C 8.957 0 9.78 0.433 10.277 1.157 L 10.393 1.344 L 12.707 5.392 C 9.449 5.062 6.2 6.083 3.716 8.216 L 3.407 8.491 L 0.264 2.992 C -0.075 2.4 -0.088 1.676 0.228 1.072 C 0.544 0.467 1.147 0.066 1.827 0.007 L 1.999 0 Z\" fill=\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 21.036 0 C 21.749 0 22.408 0.379 22.766 0.996 C 23.124 1.612 23.127 2.373 22.773 2.992 L 19.631 8.491 C 18.511 7.462 17.207 6.656 15.787 6.115 L 13.06 1.344 C 12.998 1.235 12.928 1.131 12.852 1.032 C 13.357 0.381 14.135 0 14.959 0 Z\" fill=\"rgba(255, 255, 255, 0.3)\"></path></g></svg>',svgContentId:1564241631,withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\"},children:\"Badges\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\"},children:\"Badges\"})}),className:\"framer-ivqycn\",fonts:[\"GF;Manrope-600\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS03MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\"},children:\"Create memorable experiences\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS03MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\"},children:\"Create memorable experiences\"})}),className:\"framer-1l70dmc\",fonts:[\"GF;Manrope-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\"},children:\"Badges are a mix of conversations and experiences to connect with your teen.\"})}),className:\"framer-12wu6k2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1g6zl41\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17ug0nz\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p7et4t\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-14pic5p\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:48,intrinsicWidth:48,name:\"graphic\",svg:'<svg width=\"48\" height=\"48\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M0 0h24v24H0z\"/><path fill=\"#fff\" d=\"M6.5 12a5 5 0 1 1-4.995 5.217L1.5 17l.005-.217A5 5 0 0 1 6.5 12m11 0a5 5 0 1 1-4.995 5.217L12.5 17l.005-.217A5 5 0 0 1 17.5 12M12 2a5 5 0 1 1-4.995 5.217L7 7l.005-.217A5 5 0 0 1 12 2\"/></g></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9xcirp\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.9em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\"},children:\"Dozens of badges to earn\"})}),className:\"framer-1gcozxn\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.5)\"},children:\"Our badges range from conversations to experiences. All of them are built around best practices\"})}),className:\"framer-m2h2qa\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fyhps9\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1dgusnk\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:48,intrinsicWidth:48,name:\"graphic\",svg:'<svg width=\"48\" height=\"48\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"none\" stroke=\"#fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 11A8.1 8.1 0 0 0 4.5 9M4 5v4h4m-4 4a8.1 8.1 0 0 0 15.5 2m.5 4v-4h-4m-5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1n7z2wa\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.9em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\"},children:\"Continuously updated\"})}),className:\"framer-12amep6\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.5)\"},children:\"We're always creating new badges in different categories like Athlete, Leader, Survival, and more\"})}),className:\"framer-1r4tj04\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dp5uem\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-zrwoap\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:48,intrinsicWidth:48,name:\"graphic\",svg:'<svg width=\"48\" height=\"48\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" stroke=\"#fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8 9h8m-8 4h4.5m-2.175 6.605L8 21v-3H6a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v4.5\"/><path d=\"m17.8 20.817-2.172 1.138a.392.392 0 0 1-.568-.41l.415-2.411-1.757-1.707a.389.389 0 0 1 .217-.665l2.428-.352 1.086-2.193a.392.392 0 0 1 .702 0l1.086 2.193 2.428.352a.39.39 0 0 1 .217.665l-1.757 1.707.414 2.41a.39.39 0 0 1-.567.411z\"/></g></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-klswe2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.9em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\"},children:\"Backed by the community\"})}),className:\"framer-4dv4st\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.5)\"},children:\"We collect reviews from every member who completes a badge, so you'll know what to expect when you get started\"})}),className:\"framer-1j4l6oa\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-mp6uce\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qoy53e\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-e82ef07f-42f8-4cc0-95d5-b742fa7f737a, rgb(208, 208, 208))\"},children:'\"As a loving father who wants to connect with his sons in fun, meaningful, and memorable ways, '}),'I see Six Summers as a thoughtful way to achieve those intentions during the last six years my kids are living at home.\"']})}),className:\"framer-1ywxpl9\",fonts:[\"GF;Manrope-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", serif',\"--framer-font-size\":\"18px\",\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\"},children:\"Eric Weisgarber\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", serif',\"--framer-font-size\":\"18px\",\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--token-e82ef07f-42f8-4cc0-95d5-b742fa7f737a, rgb(208, 208, 208))\"},children:\"Six Summers Member\"})})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\"},children:\"Eric Weisgarber\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-e82ef07f-42f8-4cc0-95d5-b742fa7f737a, rgb(208, 208, 208))\"},children:\"Six Summers Member\"})]}),className:\"framer-veuhhx\",fonts:[\"GF;Manrope-600\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1s22lmj\",\"data-framer-name\":\"Trips\",name:\"Trips\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hc6gnq\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n79a8i\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{S0FUDmgu9:{svgContentId:11440614675},UmjJdyTNz:{svgContentId:11440614675}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-pwcrs9\",\"data-framer-name\":\"graphic\",layout:\"position\",name:\"graphic\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 40 40\"><path d=\"M 21.667 35 L 30 35 L 30 38.333 L 10 38.333 L 10 35 L 18.333 35 L 18.333 33.25 C 12.972 32.712 8.201 29.615 5.527 24.937 L 8.422 23.283 C 11.212 28.159 16.759 30.763 22.293 29.794 C 27.826 28.826 32.159 24.493 33.128 18.959 C 34.096 13.426 31.492 7.879 26.617 5.088 L 28.272 2.193 C 33.465 5.161 36.67 10.685 36.667 16.667 C 36.667 25.308 30.09 32.415 21.667 33.25 Z\" fill=\"rgba(255, 170, 34, 0.3)\"></path><path d=\"M 20 28.333 C 13.557 28.333 8.333 23.11 8.333 16.667 C 8.333 10.223 13.557 5 20 5 C 26.443 5 31.667 10.223 31.667 16.667 C 31.667 23.11 26.443 28.333 20 28.333 Z\" fill=\"var(--token-70004d83-31ed-44aa-85bd-44b2599a7ab3, rgb(255, 170, 34)) /* {&quot;name&quot;:&quot;Wishlist&quot;} */\"></path></svg>',svgContentId:2850680083,withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-310a5be3-0db1-4b1d-b407-3da33af5459d, rgb(57, 62, 221))\"},children:\"Optional Trips\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-310a5be3-0db1-4b1d-b407-3da33af5459d, rgb(57, 62, 221))\"},children:\"Optional Trips\"})}),className:\"framer-1v5f813\",fonts:[\"GF;Manrope-600\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 0, 0))\"},children:\"Trips focused on intentionality\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 0, 0))\"},children:\"Trips focused on intentionality\"})}),className:\"framer-1lnjx06\",fonts:[\"GF;Manrope-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 0, 0))\"},children:\"As a member you get access to Six Summers Travel where you can join a Six Summers led trip or plan your own using the intentional travel templates guaranteed to make it more than just another family vacation.\\xa0\"})}),className:\"framer-cdkpoy\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-shq6ti-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:24,bottomLeftRadius:24,bottomRightRadius:24,canvasPlay:true,controls:false,height:\"100%\",id:\"XBCyvHD9H\",isMixedBorderRadius:false,layoutId:\"XBCyvHD9H\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/vHThpv2S7AmSImT854HsVIKY7vs.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-ice-cream-glass-of-red-soda-5094-small.mp4\",startTime:0,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},topLeftRadius:24,topRightRadius:24,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wjlu2h\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", serif',\"--framer-font-size\":\"24px\",\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 0, 0))\"},children:\"\u201CSix Summers is a commitment between my son and me. A commitment to spend time together but more so, a covenant to explore where his life is going and where my life has been before he reaches complete independence.\u201D\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 0, 0))\"},children:\"\u201CSix Summers is a commitment between my son and me. A commitment to spend time together but more so, a covenant to explore where his life is going and where my life has been before he reaches complete independence.\u201D\"})}),className:\"framer-hx8i7t\",fonts:[\"GF;Manrope-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", serif',\"--framer-font-size\":\"18px\",\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 0, 0))\"},children:\"Renzi Stone\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", serif',\"--framer-font-size\":\"18px\",\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--token-419ab478-c6c9-43c3-9b8d-0f7d1d358fc5, rgb(161, 161, 170))\"},children:\"Six Summers Member\"})})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 0, 0))\"},children:\"Renzi Stone\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-419ab478-c6c9-43c3-9b8d-0f7d1d358fc5, rgb(161, 161, 170))\"},children:\"Six Summers Member\"})]}),className:\"framer-ufn3x8\",fonts:[\"GF;Manrope-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ys2qjn\",\"data-framer-name\":\"Feature Grid\",name:\"Feature Grid\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-198224v\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-310a5be3-0db1-4b1d-b407-3da33af5459d, rgb(57, 62, 221))\"},children:\"6 Steps\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-310a5be3-0db1-4b1d-b407-3da33af5459d, rgb(57, 62, 221))\"},children:\"6 Steps\"})}),className:\"framer-qob5g6\",fonts:[\"GF;Manrope-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 0, 0))\"},children:\"How Six Summers Works\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 0, 0))\"},children:\"How Six Summers Works\"})}),className:\"framer-ugcw8c\",fonts:[\"GF;Manrope-600\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p1hpmn\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1801py4\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-fzmc3v\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:48,intrinsicWidth:48,name:\"graphic\",svg:'<svg width=\"48\" height=\"48\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" stroke=\"#fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 12a9 9 0 1 0 18 0 9 9 0 1 0-18 0\"/><path d=\"m10 10 2-2v8\"/></g></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-r3urnh\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cuafun\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\"},children:\"Create your free account\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\"},children:\"Create your free account\"})}),className:\"framer-sq4tmf\",fonts:[\"GF;Manrope-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.5)\"},children:\"Check out the self-guided platform and stay up to date with all the new features and badges\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.5)\"},children:\"Check out the self-guided platform and stay up to date with all the new features and badges\"})}),className:\"framer-1po1w21\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{width:\"calc(min(100vw - 48px, 980px) - 48px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1enbndk-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(PrimaryButton,{height:\"100%\",Hw_meyIE8:\"https://app.sixsummers.com/users/sign_up\",id:\"MlTUkAR00\",layoutId:\"MlTUkAR00\",variant:\"DZOtQ_b5S\",width:\"100%\",YJacOhToa:\"Create Your Free Account\"})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-b6ss89\",children:[isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rk7v1m hidden-1wwqyzu\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-885s9n\"}),/*#__PURE__*/_jsx(SVG,{className:\"framer-d4mijy\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:48,intrinsicWidth:48,name:\"graphic\",svg:'<svg width=\"48\" height=\"48\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" stroke=\"#00244a\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 12a9 9 0 1 0 18 0 9 9 0 1 0-18 0\"/><path d=\"M10 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h3\"/></g></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-15vbl37\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-r9y9cx\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 0, 0))\"},children:\"Sign up for your annual membership\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 0, 0))\"},children:\"Sign up for your annual membership\"})}),className:\"framer-1dzlrz3\",fonts:[\"GF;Manrope-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(0, 36, 74, 0.5)\"},children:\"Its only $99 per year for your entire family. We also offer a lifetime membership for a one-time fee of $499. We recommend that you purchase a membership with another parent or couple or a group of parents.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(0, 36, 74, 0.5)\"},children:\"Its only $99 per year for your entire family. We also offer a lifetime membership for a one-time fee of $499. We recommend that you purchase a membership with another parent or couple or a group of parents.\"})}),className:\"framer-1k6faho\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-a6ktpf hidden-72rtr7 hidden-1450zf7\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:48,intrinsicWidth:48,name:\"graphic\",svg:'<svg width=\"48\" height=\"48\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" stroke=\"#00244a\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 12a9 9 0 1 0 18 0 9 9 0 1 0-18 0\"/><path d=\"M10 8h3a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h3\"/></g></svg>',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ftce8n\",children:[isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kj9nrt hidden-1wwqyzu\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ndgkzb\"}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1x4veyo\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:48,intrinsicWidth:48,name:\"graphic\",svg:'<svg width=\"48\" height=\"48\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" stroke=\"#00244a\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 12a9 9 0 1 0 18 0 9 9 0 1 0-18 0\"/><path d=\"M10 9a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2 2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1\"/></g></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-nqnr7u\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-srykl5\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 0, 0))\"},children:\"Start at Basecamp\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 0, 0))\"},children:\"Start at Basecamp\"})}),className:\"framer-757yvf\",fonts:[\"GF;Manrope-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(0, 36, 74, 0.5)\"},children:\"These short videos will give you the resources and tools to start your journey. We recommend going through these slowly and doing the workbook to fully understand what it is like being on the other side of yourself and to prepare for the future.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(0, 36, 74, 0.5)\"},children:\"These short videos will give you the resources and tools to start your journey. We recommend going through these slowly and doing the workbook to fully understand what it is like being on the other side of yourself and to prepare for the future.\"})}),className:\"framer-avw8ic\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-og8xsf hidden-72rtr7 hidden-1450zf7\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:48,intrinsicWidth:48,name:\"graphic\",svg:'<svg width=\"48\" height=\"48\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" stroke=\"#00244a\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 12a9 9 0 1 0 18 0 9 9 0 1 0-18 0\"/><path d=\"M10 9a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2 2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1\"/></g></svg>',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nt6h05\",children:[isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zy5o97 hidden-1wwqyzu\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1v3asw1\"}),/*#__PURE__*/_jsx(SVG,{className:\"framer-12mibs2\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:48,intrinsicWidth:48,name:\"graphic\",svg:'<svg width=\"48\" height=\"48\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" stroke=\"#00244a\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 12a9 9 0 1 0 18 0 9 9 0 1 0-18 0\"/><path d=\"M10 8v3a1 1 0 0 0 1 1h3m0-4v8\"/></g></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-h1iwbb\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16c6xwp\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 0, 0))\"},children:\"Earn Badges\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 0, 0))\"},children:\"Earn Badges\"})}),className:\"framer-74ko46\",fonts:[\"GF;Manrope-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(0, 36, 74, 0.5)\"},children:\"Plan what badges you are going to go after with your kids. Choose from any of our seven categories: athletic, leadership, survival, relationship, conversation, rites, trips. Add them to your wishlist to do with your teenager. These Badges are created to spark conversations, create new skills, and provide experiences that will be remembered forever.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(0, 36, 74, 0.5)\"},children:\"Plan what badges you are going to go after with your kids. Choose from any of our seven categories: athletic, leadership, survival, relationship, conversation, rites, trips. Add them to your wishlist to do with your teenager. These Badges are created to spark conversations, create new skills, and provide experiences that will be remembered forever.\"})}),className:\"framer-m61u4i\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-opoipd hidden-72rtr7 hidden-1450zf7\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:48,intrinsicWidth:48,name:\"graphic\",svg:'<svg width=\"48\" height=\"48\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" stroke=\"#00244a\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 12a9 9 0 1 0 18 0 9 9 0 1 0-18 0\"/><path d=\"M10 8v3a1 1 0 0 0 1 1h3m0-4v8\"/></g></svg>',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nm8xpd\",children:[isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f2hmh3 hidden-1wwqyzu\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1g444t4\"}),/*#__PURE__*/_jsx(SVG,{className:\"framer-i7uu6x\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:48,intrinsicWidth:48,name:\"graphic\",svg:'<svg width=\"48\" height=\"48\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" stroke=\"#00244a\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 12a9 9 0 1 0 18 0 9 9 0 1 0-18 0\"/><path d=\"M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1h-3V8h4\"/></g></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-c7rb3d\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10ydsud\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 0, 0))\"},children:[\"Plan a trip \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgba(0, 36, 74, 0.7)\"},children:\"(optional)\"})]})}),className:\"framer-1shwvry\",fonts:[\"GF;Manrope-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(0, 36, 74, 0.5)\"},children:\"We believe that trips are the glue that builds the memories that keep families tight. Leverage Six Summer\u2019s Trip agendas to plan the next epic adventure. You can also work with Six Summers to create a custom trip with a group.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(0, 36, 74, 0.5)\"},children:\"We believe that trips are the glue that builds the memories that keep families tight. Leverage Six Summer\u2019s Trip agendas to plan the next epic adventure. You can also work with Six Summers to create a custom trip with a group.\"})}),className:\"framer-10434bc\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1ekager hidden-72rtr7 hidden-1450zf7\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:48,intrinsicWidth:48,name:\"graphic\",svg:'<svg width=\"48\" height=\"48\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" stroke=\"#00244a\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 12a9 9 0 1 0 18 0 9 9 0 1 0-18 0\"/><path d=\"M10 15a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1h-3V8h4\"/></g></svg>',withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i5aea9\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1sdtauk\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:48,intrinsicWidth:48,name:\"graphic\",svg:'<svg width=\"48\" height=\"48\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" stroke=\"#00244a\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 12a9 9 0 1 0 18 0 9 9 0 1 0-18 0\"/><path d=\"M14 9a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1h-3\"/></g></svg>',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l8thhe\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 0, 0))\"},children:\"Leave a review\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 0, 0))\"},children:\"Leave a review\"})}),className:\"framer-1j3qsqc\",fonts:[\"GF;Manrope-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(0, 36, 74, 0.5)\"},children:\"At the end of every badge there is an opportunity for you to share your pictures and stories. Your experience might just inspire another family to move from accidental to intentional.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgba(0, 36, 74, 0.5)\"},children:\"At the end of every badge there is an opportunity for you to share your pictures and stories. Your experience might just inspire another family to move from accidental to intentional.\"})}),className:\"framer-1n7gslj\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1q3v5ad\",\"data-framer-name\":\"Feature\",name:\"Feature\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1o5lzg5\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c1muji\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-310a5be3-0db1-4b1d-b407-3da33af5459d, rgb(57, 62, 221))\"},children:\"What's included\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-310a5be3-0db1-4b1d-b407-3da33af5459d, rgb(57, 62, 221))\"},children:\"What's included\"})}),className:\"framer-1i5kt24\",fonts:[\"GF;Manrope-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 0, 0))\"},children:\"What's in the Membership?\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 0, 0))\"},children:\"What's in the Membership?\"})}),className:\"framer-198ozwd\",fonts:[\"GF;Manrope-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 0, 0))\"},children:\"Six Summers is your partner in this crucial developmental stage, offering visual tools and tangible resources to mentor your teens into capable and confident adults.\"})}),className:\"framer-113ofhf\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-10zvvrh\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ugln65\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1iv33vc\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1ehulzg\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:48,intrinsicWidth:48,name:\"graphic\",svg:'<svg width=\"48\" height=\"48\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"none\" stroke=\"#00244a\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M3 5a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1zm4 15h10m-8-4v4m6-4v4\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(0, 36, 74)\"},children:\"Six Summers Platform\"})}),className:\"framer-1cm8jv1\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z1dnaq\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-n5vqxz\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:48,intrinsicWidth:48,name:\"graphic\",svg:'<svg width=\"48\" height=\"48\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" stroke=\"#00244a\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 20h18L14.079 5.388a2.3 2.3 0 0 0-4.158 0z\"/><path d=\"m7.5 11 2 2.5L12 11l2 3 2.5-2\"/></g></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(0, 36, 74)\"},children:\"Basecamp for Parent's Growth\"})}),className:\"framer-1ebkn34\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sn0i12\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-zabg2u\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:48,intrinsicWidth:48,name:\"graphic\",svg:'<svg width=\"48\" height=\"48\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M0 0h24v24H0z\"/><path fill=\"#00244a\" d=\"M11 4a5 5 0 1 1-4.995 5.217L6 9l.005-.217A5 5 0 0 1 11 4\"/><path fill=\"#00244a\" d=\"M14.133 1.502a1 1 0 0 1 1.365-.369A9.015 9.015 0 1 1 5.094 15.755a1 1 0 1 1 1.312-1.51 7.015 7.015 0 1 0 8.096-11.378 1 1 0 0 1-.369-1.365\"/><path fill=\"#00244a\" d=\"M11 16a1 1 0 0 1 .993.883L12 17v4a1 1 0 0 1-1.993.117L10 21v-4a1 1 0 0 1 1-1\"/><path fill=\"#00244a\" d=\"M15 20a1 1 0 0 1 .117 1.993L15 22H7a1 1 0 0 1-.117-1.993L7 20z\"/></g></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(0, 36, 74)\"},children:\"Six Summers Travel Options\"})}),className:\"framer-1xwiw7c\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-egsn39\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1367ni5\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:48,intrinsicWidth:48,name:\"graphic\",svg:'<svg width=\"48\" height=\"48\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" stroke=\"#00244a\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M3 21h4L20 8a1.5 1.5 0 0 0-4-4L3 17zM14.5 5.5l4 4\"/><path d=\"M12 8 7 3 3 7l5 5M7 8 5.5 9.5M16 12l5 5-4 4-5-5m4 1-1.5 1.5\"/></g></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(0, 36, 74)\"},children:\"A Toolkit to Apprentice Your Kids\"})}),className:\"framer-d750zs\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tgvxlg\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-17pamp6\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:48,intrinsicWidth:48,name:\"graphic\",svg:'<svg width=\"48\" height=\"48\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"none\" stroke=\"#00244a\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 7a4 4 0 1 0 8 0 4 4 0 1 0-8 0M2.5 17a4 4 0 1 0 8 0 4 4 0 1 0-8 0m11 0a4 4 0 1 0 8 0 4 4 0 1 0-8 0\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(0, 36, 74)\"},children:\"The Badge System\"})}),className:\"framer-h8firu\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vwgdkd\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1w1maur\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:48,intrinsicWidth:48,name:\"graphic\",svg:'<svg width=\"48\" height=\"48\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" stroke=\"#00244a\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M14 3v4a1 1 0 0 0 1 1h4\"/><path d=\"M17 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2m-8-4h6m-6-4h6\"/></g></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(0, 36, 74)\"},children:\"A Guide to help you Apprentice Well\"})}),className:\"framer-1vjv5hk\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1j15pcg\"})]}),isDisplayed2()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1920,loading:\"lazy\",pixelHeight:1080,pixelWidth:1920,sizes:\"304px\",src:\"https://framerusercontent.com/images/pdrWC8tvDqehpJuO7EC6SpYKpo.png\",srcSet:\"https://framerusercontent.com/images/pdrWC8tvDqehpJuO7EC6SpYKpo.png?scale-down-to=512 512w,https://framerusercontent.com/images/pdrWC8tvDqehpJuO7EC6SpYKpo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/pdrWC8tvDqehpJuO7EC6SpYKpo.png 1920w\"},className:\"framer-sqksei hidden-1450zf7 hidden-1wwqyzu\",\"data-framer-name\":\"Toolkit_Hi_res_003\",name:\"Toolkit_Hi_res_003\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1azgkeq\"}),isDisplayed2()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1920,loading:\"lazy\",pixelHeight:1080,pixelWidth:1920,sizes:\"400px\",src:\"https://framerusercontent.com/images/96gaXUP1w6s9hp01LTd6twlFJY.png\",srcSet:\"https://framerusercontent.com/images/96gaXUP1w6s9hp01LTd6twlFJY.png?scale-down-to=512 512w,https://framerusercontent.com/images/96gaXUP1w6s9hp01LTd6twlFJY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/96gaXUP1w6s9hp01LTd6twlFJY.png 1920w\"},className:\"framer-rh8o6c hidden-1450zf7 hidden-1wwqyzu\",\"data-framer-name\":\"Toolkit_Hi_res_006\",name:\"Toolkit_Hi_res_006\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{S0FUDmgu9:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1440,intrinsicWidth:1920,loading:\"lazy\",pixelHeight:1440,pixelWidth:1920,sizes:\"min(100vw - 80px, 1120px)\",src:\"https://framerusercontent.com/images/lEM70Y5fmWvf6ULGcjNnPltxo4.png\",srcSet:\"https://framerusercontent.com/images/lEM70Y5fmWvf6ULGcjNnPltxo4.png?scale-down-to=512 512w,https://framerusercontent.com/images/lEM70Y5fmWvf6ULGcjNnPltxo4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lEM70Y5fmWvf6ULGcjNnPltxo4.png 1920w\"}},UmjJdyTNz:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1440,intrinsicWidth:1920,loading:\"lazy\",pixelHeight:1440,pixelWidth:1920,sizes:\"min(100vw - 48px, 1120px)\",src:\"https://framerusercontent.com/images/lEM70Y5fmWvf6ULGcjNnPltxo4.png\",srcSet:\"https://framerusercontent.com/images/lEM70Y5fmWvf6ULGcjNnPltxo4.png?scale-down-to=512 512w,https://framerusercontent.com/images/lEM70Y5fmWvf6ULGcjNnPltxo4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lEM70Y5fmWvf6ULGcjNnPltxo4.png 1920w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1440,intrinsicWidth:1920,loading:\"lazy\",pixelHeight:1440,pixelWidth:1920,sizes:\"min(100vw - 240px, 1120px)\",src:\"https://framerusercontent.com/images/lEM70Y5fmWvf6ULGcjNnPltxo4.png\",srcSet:\"https://framerusercontent.com/images/lEM70Y5fmWvf6ULGcjNnPltxo4.png?scale-down-to=512 512w,https://framerusercontent.com/images/lEM70Y5fmWvf6ULGcjNnPltxo4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lEM70Y5fmWvf6ULGcjNnPltxo4.png 1920w\"},className:\"framer-155huat\",\"data-framer-name\":\"Desktop\",name:\"Desktop\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1n6yojh\",\"data-framer-name\":\"Feature\",name:\"Feature\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1975p7s\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mw2vja\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-310a5be3-0db1-4b1d-b407-3da33af5459d, rgb(57, 62, 221))\"},children:\"Starts at $99/year\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-310a5be3-0db1-4b1d-b407-3da33af5459d, rgb(57, 62, 221))\"},children:\"Starts at $99/year\"})}),className:\"framer-1b3kyke\",fonts:[\"GF;Manrope-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 0, 0))\"},children:\"Your investment\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 0, 0))\"},children:\"Your investment\"})}),className:\"framer-2u5m4u\",fonts:[\"GF;Manrope-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 0, 0))\"},children:\"An annual membership grants your family full access to our suite of developmental tools for $99. Or, commit to lifelong learning with a one-time payment of $499 for a lifetime membership.\"})}),className:\"framer-ju5nfs\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10b7byz\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNjAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, rgb(0, 0, 0))\"},children:\"Frequently asked questions\"})}),className:\"framer-1mn9ez6\",fonts:[\"GF;Inter-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-peu0y7\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1guofgy-container\",children:/*#__PURE__*/_jsx(FAQCopy,{DCdhfgxbN:\"It is easy. Who is one dad or a group of dads that you do life with? Tell them you are joining Six Summers and ask them to do it with you. Once they sign up then start base camp session one together. It is as simple as that.\",height:\"100%\",id:\"tTirXDjDH\",layoutId:\"tTirXDjDH\",NCCzbdpRO:'\"How do I start a Six Summers Group?\"',style:{width:\"100%\"},variant:\"WknE9W8l6\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-88gw1q\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1a3f8hq-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{S0FUDmgu9:{variant:\"nko9vGqvF\"},UmjJdyTNz:{variant:\"nko9vGqvF\"}},children:/*#__PURE__*/_jsx(FAQCopy,{DCdhfgxbN:\" Yes! It is very easy. Simply sign him up with his email so that we can connect directly with him. We also encourage new members to join with a friend or other parent.\",height:\"100%\",id:\"BW_mlCyBh\",layoutId:\"BW_mlCyBh\",NCCzbdpRO:\"\u201CI would love for my husband to be a part of this! Can i give it as a gift?\u201D\",style:{width:\"100%\"},variant:\"mrjyOtkru\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-135uuon\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kf7lx2-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{S0FUDmgu9:{variant:\"nko9vGqvF\"},UmjJdyTNz:{variant:\"nko9vGqvF\"}},children:/*#__PURE__*/_jsx(FAQCopy,{DCdhfgxbN:\"Start with Basecamp, this will equip you with some of the most effective relational intelligence tools and resources to better know yourself and how to better lead your kids in this season.\",height:\"100%\",id:\"RYrd7olZY\",layoutId:\"RYrd7olZY\",NCCzbdpRO:'\"Where do I start?\"',style:{width:\"100%\"},variant:\"mrjyOtkru\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-crnpu0\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-zbg4x6-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{S0FUDmgu9:{variant:\"nko9vGqvF\"},UmjJdyTNz:{variant:\"nko9vGqvF\"}},children:/*#__PURE__*/_jsx(FAQCopy,{DCdhfgxbN:\"Check out the trips tab to see where the pre planned trips are headed this year, choose the one you are interested in and inquire for your spot. The spaced are limited so be sure to snag a spot.\",height:\"100%\",id:\"ARLloi7vk\",layoutId:\"ARLloi7vk\",NCCzbdpRO:'\"How do I go on a Six Summers planned Trip?\"',style:{width:\"100%\"},variant:\"mrjyOtkru\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-359hr9\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ileijb-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{S0FUDmgu9:{variant:\"nko9vGqvF\"},UmjJdyTNz:{variant:\"nko9vGqvF\"}},children:/*#__PURE__*/_jsx(FAQCopy,{DCdhfgxbN:\"Six Summers is built for dads and families no matter how many kids you have.\",height:\"100%\",id:\"GYEDy9eXM\",layoutId:\"GYEDy9eXM\",NCCzbdpRO:\"\u201CWhat if I have multiple kids, how does that work?\u201D\",style:{width:\"100%\"},variant:\"mrjyOtkru\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5j8h85\",\"data-framer-name\":\"Feature Grid\",name:\"Feature Grid\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cbxny0\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", serif',\"--framer-font-size\":\"18px\",\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-color\":\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\"},children:\"About us\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\"},children:\"About us\"})}),className:\"framer-1j93u25\",fonts:[\"GF;Manrope-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS03MDA=\",\"--framer-font-family\":'\"Manrope\", serif',\"--framer-font-size\":\"32px\",\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-color\":\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\"},children:\"Who in the world are we?\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS03MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\"},children:\"Who in the world are we?\"})}),className:\"framer-ugln4t\",fonts:[\"GF;Manrope-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"22px\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\"},children:\"Six Summers was created from a father-son combo, Jeremie and Will Kubicek. Starting at age 10, Jeremie and Will used the tools and resources that you now have access to. They worked through an apprenticed process around Mind, Body and Spirit, which prepared them both for the next seasons of life. \"})}),className:\"framer-78idee\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1009qx3\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s2gsy3\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-nfimz3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\"},children:\"Meet Will\"})}),className:\"framer-85gu0w\",fonts:[\"GF;Manrope-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1480e4a7-2f4d-4e61-bb86-72ded66389bb, rgb(239, 240, 242))\"},children:\"Will Kubicek is a graduate of the University of Oklahoma, where he earned a degree in Entrepreneurship. During his time at OU, he also competed as a decathlete on the track team for four years.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1480e4a7-2f4d-4e61-bb86-72ded66389bb, rgb(239, 240, 242))\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1480e4a7-2f4d-4e61-bb86-72ded66389bb, rgb(239, 240, 242))\"},children:\"Will is Married to Bailey Kubicek and resides in Oklahoma City. He serves as the Managing Director of The Farmstead Venue, and also runs Six Summers as its founder. Through his work with Six Summers, Will is committed to helping dads equip their children with the skills and experiences they need to launch successfully into adulthood.\"})]}),className:\"framer-92xapv\",fonts:[\"GF;Manrope-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-31pvpx-container\",children:/*#__PURE__*/_jsx(ArrowButton,{accent:\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\",height:\"100%\",id:\"I1iTpIg8L\",layoutId:\"I1iTpIg8L\",link:\"https://www.linkedin.com/in/will-kubicek-997a5b190/\",style:{width:\"100%\"},title:\"Learn more\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{S0FUDmgu9:{background:{alt:\"Picture of Will Kubicek\",fit:\"fill\",intrinsicHeight:1326,intrinsicWidth:998,loading:\"lazy\",pixelHeight:1326,pixelWidth:998,sizes:\"max((min(100vw - 80px, 1120px) - 64px) / 3, 200px)\",src:\"https://framerusercontent.com/images/g15SFxO9MA31VgPafhKrcnPUQKM.jpg\",srcSet:\"https://framerusercontent.com/images/g15SFxO9MA31VgPafhKrcnPUQKM.jpg?scale-down-to=1024 770w,https://framerusercontent.com/images/g15SFxO9MA31VgPafhKrcnPUQKM.jpg 998w\"}},UmjJdyTNz:{background:{alt:\"Picture of Will Kubicek\",fit:\"fill\",intrinsicHeight:1326,intrinsicWidth:998,loading:\"lazy\",pixelHeight:1326,pixelWidth:998,sizes:\"max(min(100vw - 48px, 1120px), 200px)\",src:\"https://framerusercontent.com/images/g15SFxO9MA31VgPafhKrcnPUQKM.jpg\",srcSet:\"https://framerusercontent.com/images/g15SFxO9MA31VgPafhKrcnPUQKM.jpg?scale-down-to=1024 770w,https://framerusercontent.com/images/g15SFxO9MA31VgPafhKrcnPUQKM.jpg 998w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Picture of Will Kubicek\",fit:\"fill\",intrinsicHeight:1326,intrinsicWidth:998,loading:\"lazy\",pixelHeight:1326,pixelWidth:998,sizes:\"max((min(100vw - 240px, 1120px) - 64px) / 3, 200px)\",src:\"https://framerusercontent.com/images/g15SFxO9MA31VgPafhKrcnPUQKM.jpg\",srcSet:\"https://framerusercontent.com/images/g15SFxO9MA31VgPafhKrcnPUQKM.jpg?scale-down-to=1024 770w,https://framerusercontent.com/images/g15SFxO9MA31VgPafhKrcnPUQKM.jpg 998w\"},className:\"framer-1to2puf\"})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Picture of Jeremie Kubicek\",fit:\"fill\",intrinsicHeight:3776,intrinsicWidth:2832,loading:\"lazy\",pixelHeight:3776,pixelWidth:2832,src:\"https://framerusercontent.com/images/2eb0waf6mAWqzUXL2ZseaitOUIA.jpeg?scale-down-to=2048\"},className:\"framer-ghl879\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3fuagr\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xx76v4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS02MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\"},children:\"Meet Jeremie\"})}),className:\"framer-183wnwy\",fonts:[\"GF;Manrope-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1480e4a7-2f4d-4e61-bb86-72ded66389bb, rgb(239, 240, 242))\"},children:\"Jeremie Kubicek is a global speaker and Wall Street Journal best selling author of Making Your Leadership Come Alive, The Peace Index and co-author of the 5 Voices, 5 Gears and The 100X Leader.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.1px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-1480e4a7-2f4d-4e61-bb86-72ded66389bb, rgb(239, 240, 242))\"},children:\"He is a serial entrepreneur and intentional father of three adults (Addison, Will and Kate) and married to Kelly. They live in OKC in their developed community, the Prairie at Post.\"})]}),className:\"framer-1qu7d3v\",fonts:[\"GF;Manrope-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-u87sj1-container\",children:/*#__PURE__*/_jsx(ArrowButton,{accent:\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\",height:\"100%\",id:\"scOyGfj6F\",layoutId:\"scOyGfj6F\",link:\"https://www.linkedin.com/in/jeremiekubicek/\",style:{width:\"100%\"},title:\"Learn more\",width:\"100%\"})})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yvqcrp\",\"data-framer-name\":\"Footer\",name:\"Footer\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-b9if55\",\"data-framer-name\":\"CTA\",name:\"CTA\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{S0FUDmgu9:{\"data-framer-appear-id\":\"11rkspd\",animate:optimizeAppear(\"animate\",\"11rkspd\",animation3,\"1450zf7\"),initial:optimizeAppear(\"initial\",\"11rkspd\",animation4,\"1450zf7\")},UmjJdyTNz:{\"data-framer-appear-id\":\"nmjfky\",animate:optimizeAppear(\"animate\",\"nmjfky\",animation3,\"1wwqyzu\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", serif',\"--framer-font-size\":\"58px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\"},children:\"Ready to become a member?\"})}),initial:optimizeAppear(\"initial\",\"nmjfky\",animation4,\"1wwqyzu\")}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,animate:optimizeAppear(\"animate\",\"1cqlpwq\",animation3,\"72rtr7\"),children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7TWFucm9wZS01MDA=\",\"--framer-font-family\":'\"Manrope\", \"Manrope Placeholder\", sans-serif',\"--framer-font-size\":\"58px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\"},children:\"Ready to become a member?\"})}),className:\"framer-1cqlpwq\",\"data-framer-appear-id\":\"1cqlpwq\",fonts:[\"GF;Manrope-500\"],initial:optimizeAppear(\"initial\",\"1cqlpwq\",animation4,\"72rtr7\"),style:{transformPerspective:2030},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{S0FUDmgu9:{\"data-framer-appear-id\":\"yo2jzw\",animate:optimizeAppear(\"animate\",\"yo2jzw\",animation7,\"1450zf7\"),initial:optimizeAppear(\"initial\",\"yo2jzw\",animation6,\"1450zf7\")},UmjJdyTNz:{\"data-framer-appear-id\":\"1dukgzg\",animate:optimizeAppear(\"animate\",\"1dukgzg\",animation7,\"1wwqyzu\"),initial:optimizeAppear(\"initial\",\"1dukgzg\",animation6,\"1wwqyzu\")}},children:/*#__PURE__*/_jsxs(motion.div,{animate:optimizeAppear(\"animate\",\"5eohpq\",animation7,\"72rtr7\"),className:\"framer-5eohpq\",\"data-framer-appear-id\":\"5eohpq\",initial:optimizeAppear(\"initial\",\"5eohpq\",animation6,\"72rtr7\"),style:{transformPerspective:2030},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{width:\"calc(100vw - 48px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1a6csve-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(PrimaryButton,{height:\"100%\",Hw_meyIE8:\"https://app.sixsummers.com/users/sign_up\",id:\"bbhLAu17X\",layoutId:\"bbhLAu17X\",variant:\"RvVkA4NWK\",width:\"100%\",YJacOhToa:\"Secure my spot\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{width:\"calc(100vw - 48px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lgxy1r-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{UmjJdyTNz:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(PrimaryButton,{height:\"100%\",Hw_meyIE8:\"https://app.sixsummers.com/users/sign_in\",id:\"QOu2dSw2T\",layoutId:\"QOu2dSw2T\",variant:\"Uek5zEVI7\",width:\"100%\",YJacOhToa:\"Try Deploy for free\"})})})})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-u6hpxc-container\",children:/*#__PURE__*/_jsx(TextLink,{height:\"100%\",id:\"uFLB_x6Gi\",layoutId:\"uFLB_x6Gi\",title:\"Contact us\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1twruie\",\"data-framer-name\":\"Footer Links\",name:\"Footer Links\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ekn1pi\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1opno8m\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/six_summers_/\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-aexbeb\",\"data-styles-preset\":\"stylesPresetLink\",children:\"Follow along on Instagram\"})})})}),className:\"framer-13t0i04\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n7a5yq\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1108,intrinsicWidth:1695,loading:\"lazy\",pixelHeight:1108,pixelWidth:1695,src:\"https://framerusercontent.com/images/xXBrnYZNvW8JeTrfPPunN1mdM4.png?scale-down-to=512\"},className:\"framer-5key5s\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\"},children:\"Six Summers\"})}),className:\"framer-of9pw\",fonts:[\"GF;Inter-700\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255))\"},children:\"\\xa9 2024 All rights reserved\"})}),className:\"framer-1pha40u\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-LKIRr { background: var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255)) /* {\"name\":\"White\"} */; }`,\".framer-LKIRr.framer-lux5qc, .framer-LKIRr .framer-lux5qc { display: block; }\",\".framer-LKIRr.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-LKIRr .framer-zlv21s-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 10; }\",\".framer-LKIRr .framer-1h5rvx3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-LKIRr .framer-1umkmzq-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\".framer-LKIRr .framer-112avtg { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; }\",\".framer-LKIRr .framer-16s62oj { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 12px; overflow: hidden; padding: 24px 16px 16px 16px; position: fixed; right: 12px; top: 124px; will-change: var(--framer-will-change-override, transform); z-index: 11; }\",\".framer-LKIRr .framer-1frfjdm { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-LKIRr .framer-97ctqr, .framer-LKIRr .framer-1y79kww, .framer-LKIRr .framer-1jusy71 { flex: none; height: 32px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-LKIRr .framer-1ylirtr-container, .framer-LKIRr .framer-1sq5732-container, .framer-LKIRr .framer-1guofgy-container, .framer-LKIRr .framer-1a3f8hq-container, .framer-LKIRr .framer-1kf7lx2-container, .framer-LKIRr .framer-zbg4x6-container, .framer-LKIRr .framer-1ileijb-container, .framer-LKIRr .framer-31pvpx-container, .framer-LKIRr .framer-u87sj1-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-LKIRr .framer-1xctcxg { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 1px; justify-content: center; overflow: hidden; padding: 144px 120px 144px 120px; position: relative; width: 100%; z-index: 1; }\",\".framer-LKIRr .framer-1gvtsrz { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 720px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-LKIRr .framer-7qgnbv { flex: none; height: auto; max-width: 640px; opacity: 0.9; overflow: hidden; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-LKIRr .framer-jkway1, .framer-LKIRr .framer-5eohpq, .framer-LKIRr .framer-n7a5yq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-LKIRr .framer-equg9a-container, .framer-LKIRr .framer-1ctex5f-container, .framer-LKIRr .framer-1enbndk-container, .framer-LKIRr .framer-1a6csve-container, .framer-LKIRr .framer-1lgxy1r-container, .framer-LKIRr .framer-u6hpxc-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-LKIRr .framer-1w0bi9b { background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); flex: none; height: 549px; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-LKIRr .framer-lp5wmb { align-content: center; align-items: center; background-color: var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 108px 120px 0px 120px; position: relative; width: 100%; }\",\".framer-LKIRr .framer-u3v633 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 800px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-LKIRr .framer-1qka6xa, .framer-LKIRr .framer-zi9gym, .framer-LKIRr .framer-1mxhzf8, .framer-LKIRr .framer-131xwlc, .framer-LKIRr .framer-dp097z, .framer-LKIRr .framer-puepzc, .framer-LKIRr .framer-h13p63, .framer-LKIRr .framer-1yykmtr, .framer-LKIRr .framer-576juh, .framer-LKIRr .framer-1l70dmc, .framer-LKIRr .framer-12wu6k2, .framer-LKIRr .framer-1gcozxn, .framer-LKIRr .framer-m2h2qa, .framer-LKIRr .framer-12amep6, .framer-LKIRr .framer-1r4tj04, .framer-LKIRr .framer-4dv4st, .framer-LKIRr .framer-1j4l6oa, .framer-LKIRr .framer-1ywxpl9, .framer-LKIRr .framer-veuhhx, .framer-LKIRr .framer-1lnjx06, .framer-LKIRr .framer-cdkpoy, .framer-LKIRr .framer-hx8i7t, .framer-LKIRr .framer-ufn3x8, .framer-LKIRr .framer-qob5g6, .framer-LKIRr .framer-ugcw8c, .framer-LKIRr .framer-sq4tmf, .framer-LKIRr .framer-1po1w21, .framer-LKIRr .framer-1dzlrz3, .framer-LKIRr .framer-1k6faho, .framer-LKIRr .framer-757yvf, .framer-LKIRr .framer-avw8ic, .framer-LKIRr .framer-74ko46, .framer-LKIRr .framer-m61u4i, .framer-LKIRr .framer-1shwvry, .framer-LKIRr .framer-10434bc, .framer-LKIRr .framer-1j3qsqc, .framer-LKIRr .framer-1n7gslj, .framer-LKIRr .framer-1i5kt24, .framer-LKIRr .framer-198ozwd, .framer-LKIRr .framer-113ofhf, .framer-LKIRr .framer-1b3kyke, .framer-LKIRr .framer-2u5m4u, .framer-LKIRr .framer-ju5nfs, .framer-LKIRr .framer-1mn9ez6, .framer-LKIRr .framer-1j93u25, .framer-LKIRr .framer-ugln4t, .framer-LKIRr .framer-78idee, .framer-LKIRr .framer-85gu0w, .framer-LKIRr .framer-92xapv, .framer-LKIRr .framer-183wnwy, .framer-LKIRr .framer-1qu7d3v { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-LKIRr .framer-jueh9r { aspect-ratio: 1.5 / 1; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: var(--framer-aspect-ratio-supported, 640px); max-width: 1120px; overflow: visible; position: relative; width: 100%; }\",\".framer-LKIRr .framer-1up6rty { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; bottom: 72px; box-shadow: 0px 48px 64px 24px rgba(0, 0, 0, 0.1); flex: none; height: 180px; left: -53px; overflow: visible; position: absolute; width: 252px; }\",\".framer-LKIRr .framer-sqmgdq { aspect-ratio: 1.4 / 1; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; box-shadow: 0px 48px 64px 24px rgba(0, 0, 0, 0.1); flex: none; height: var(--framer-aspect-ratio-supported, 180px); overflow: visible; position: absolute; right: -59px; top: 56px; width: 252px; }\",\".framer-LKIRr .framer-2b4if6 { align-content: center; align-items: center; background-color: var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: 1445px; justify-content: flex-start; overflow: visible; padding: 108px 120px 128px 120px; position: relative; width: 100%; }\",\".framer-LKIRr .framer-yelct2, .framer-LKIRr .framer-1t4oywk, .framer-LKIRr .framer-1o5lzg5, .framer-LKIRr .framer-1975p7s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 900px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-LKIRr .framer-15zxmya, .framer-LKIRr .framer-5wu071, .framer-LKIRr .framer-1yocgms, .framer-LKIRr .framer-17ug0nz, .framer-LKIRr .framer-1c1muji { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-LKIRr .framer-170aogc, .framer-LKIRr .framer-lvodmp, .framer-LKIRr .framer-n79a8i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-LKIRr .framer-1lylmfi { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 32px; }\",\".framer-LKIRr .framer-csbdof { flex: none; height: 25px; left: calc(50.00000000000002% - 32px / 2); position: absolute; top: calc(47.3684210526316% - 25px / 2); width: 32px; }\",\".framer-LKIRr .framer-1grlgnw, .framer-LKIRr .framer-ivqycn, .framer-LKIRr .framer-1v5f813, .framer-LKIRr .framer-1cm8jv1, .framer-LKIRr .framer-1ebkn34, .framer-LKIRr .framer-1xwiw7c, .framer-LKIRr .framer-d750zs, .framer-LKIRr .framer-h8firu, .framer-LKIRr .framer-1vjv5hk { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-LKIRr .framer-18k51uj, .framer-LKIRr .framer-ga9v3j, .framer-LKIRr .framer-10zvvrh, .framer-LKIRr .framer-1j15pcg, .framer-LKIRr .framer-peu0y7, .framer-LKIRr .framer-88gw1q, .framer-LKIRr .framer-135uuon, .framer-LKIRr .framer-crnpu0, .framer-LKIRr .framer-359hr9 { background-color: var(--token-1480e4a7-2f4d-4e61-bb86-72ded66389bb, #eff0f2); flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-LKIRr .framer-1c0at6p, .framer-LKIRr .framer-16k580z, .framer-LKIRr .framer-f5oth7, .framer-LKIRr .framer-p7et4t, .framer-LKIRr .framer-1fyhps9, .framer-LKIRr .framer-1dp5uem { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-LKIRr .framer-i3vuke, .framer-LKIRr .framer-1o8alc6, .framer-LKIRr .framer-1qpahp5, .framer-LKIRr .framer-14pic5p, .framer-LKIRr .framer-1dgusnk, .framer-LKIRr .framer-zrwoap, .framer-LKIRr .framer-1ehulzg, .framer-LKIRr .framer-n5vqxz, .framer-LKIRr .framer-zabg2u, .framer-LKIRr .framer-1367ni5, .framer-LKIRr .framer-17pamp6, .framer-LKIRr .framer-1w1maur { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: relative; width: 40px; }\",\".framer-LKIRr .framer-dd50g8, .framer-LKIRr .framer-ewcvps, .framer-LKIRr .framer-16u71gg, .framer-LKIRr .framer-9xcirp, .framer-LKIRr .framer-1n7z2wa, .framer-LKIRr .framer-klswe2 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-LKIRr .framer-1p4r0ff { -webkit-backdrop-filter: blur(10px); aspect-ratio: 1.2307692307692308 / 1; backdrop-filter: blur(10px); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 16px 24px 8px rgba(0, 0, 0, 0.1); flex: none; height: var(--framer-aspect-ratio-supported, 780px); max-width: 1120px; overflow: visible; position: relative; width: 100%; }\",\".framer-LKIRr .framer-1etscsd { -webkit-backdrop-filter: blur(10px); align-content: center; align-items: center; backdrop-filter: blur(10px); background-color: rgba(0, 36, 74, 0.9); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 120px; position: relative; width: 100%; }\",\".framer-LKIRr .framer-1thyli8 { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-LKIRr .framer-1g6zl41, .framer-LKIRr .framer-mp6uce { background-color: rgba(255, 255, 255, 0.3); flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-LKIRr .framer-qoy53e, .framer-LKIRr .framer-1hc6gnq, .framer-LKIRr .framer-1wjlu2h, .framer-LKIRr .framer-198224v, .framer-LKIRr .framer-cbxny0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 900px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-LKIRr .framer-1s22lmj, .framer-LKIRr .framer-1ys2qjn { align-content: center; align-items: center; background-color: var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 108px 120px 128px 120px; position: relative; width: 100%; }\",\".framer-LKIRr .framer-pwcrs9 { flex: none; height: 40px; position: relative; width: 40px; }\",\".framer-LKIRr .framer-shq6ti-container { aspect-ratio: 1.5 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 640px); max-width: 1120px; position: relative; width: 100%; }\",\".framer-LKIRr .framer-p1hpmn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 980px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-LKIRr .framer-1801py4 { align-content: flex-start; align-items: flex-start; background-color: var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, #00244a); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; box-shadow: 0px 16px 24px 8px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 40px; position: relative; width: 100%; }\",\".framer-LKIRr .framer-fzmc3v, .framer-LKIRr .framer-d4mijy, .framer-LKIRr .framer-a6ktpf, .framer-LKIRr .framer-1x4veyo, .framer-LKIRr .framer-og8xsf, .framer-LKIRr .framer-12mibs2, .framer-LKIRr .framer-opoipd, .framer-LKIRr .framer-i7uu6x, .framer-LKIRr .framer-1ekager, .framer-LKIRr .framer-1sdtauk { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); position: relative; width: 48px; }\",\".framer-LKIRr .framer-r3urnh { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-LKIRr .framer-cuafun { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-LKIRr .framer-b6ss89, .framer-LKIRr .framer-ftce8n, .framer-LKIRr .framer-1nt6h05, .framer-LKIRr .framer-nm8xpd { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 40px; position: relative; width: 100%; }\",\".framer-LKIRr .framer-1rk7v1m, .framer-LKIRr .framer-1kj9nrt, .framer-LKIRr .framer-zy5o97, .framer-LKIRr .framer-1f2hmh3 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-LKIRr .framer-885s9n { background-color: var(--token-1480e4a7-2f4d-4e61-bb86-72ded66389bb, #eff0f2); flex: none; height: 68px; overflow: hidden; position: relative; width: 2px; }\",\".framer-LKIRr .framer-15vbl37, .framer-LKIRr .framer-nqnr7u, .framer-LKIRr .framer-h1iwbb, .framer-LKIRr .framer-c7rb3d { background-color: var(--token-1480e4a7-2f4d-4e61-bb86-72ded66389bb, #eff0f2); flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: 2px; }\",\".framer-LKIRr .framer-r9y9cx { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 40px 40px 40px; position: relative; width: 1px; }\",\".framer-LKIRr .framer-ndgkzb, .framer-LKIRr .framer-1v3asw1, .framer-LKIRr .framer-1g444t4 { background-color: var(--token-1480e4a7-2f4d-4e61-bb86-72ded66389bb, #eff0f2); flex: none; height: 29px; overflow: hidden; position: relative; width: 2px; }\",\".framer-LKIRr .framer-srykl5, .framer-LKIRr .framer-16c6xwp { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 1px; }\",\".framer-LKIRr .framer-10ydsud { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 40px 64px 40px; position: relative; width: 1px; }\",\".framer-LKIRr .framer-1i5aea9 { align-content: flex-start; align-items: flex-start; background-color: var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, #ffffff); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; box-shadow: 0px 16px 24px 8px rgba(0, 0, 0, 0.05); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 40px; position: relative; width: 100%; }\",\".framer-LKIRr .framer-l8thhe { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-LKIRr .framer-1q3v5ad { align-content: center; align-items: center; background-color: var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: 1461px; justify-content: flex-start; overflow: hidden; padding: 120px 120px 40px 120px; position: relative; width: 100%; }\",\".framer-LKIRr .framer-1ugln65 { display: grid; flex: none; gap: 24px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-LKIRr .framer-1iv33vc, .framer-LKIRr .framer-z1dnaq, .framer-LKIRr .framer-1sn0i12, .framer-LKIRr .framer-egsn39, .framer-LKIRr .framer-tgvxlg, .framer-LKIRr .framer-vwgdkd { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 100%; justify-content: center; justify-self: start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-LKIRr .framer-sqksei { aspect-ratio: 1.7777777777777777 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; box-shadow: 0px 16px 24px 8px rgba(0, 0, 0, 0.1); flex: none; height: var(--framer-aspect-ratio-supported, 171px); left: 48px; overflow: visible; position: absolute; top: 783px; width: 304px; z-index: 2; }\",'.framer-LKIRr .framer-1azgkeq { background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255)) /* {\"name\":\"White\"} */ 100%); bottom: 0px; flex: none; height: 900px; left: 0px; overflow: hidden; position: absolute; right: 0px; z-index: 3; }',\".framer-LKIRr .framer-rh8o6c { aspect-ratio: 1.7777777777777777 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; bottom: 217px; box-shadow: 0px 16px 24px 8px rgba(0, 0, 0, 0.1); flex: none; height: var(--framer-aspect-ratio-supported, 225px); overflow: visible; position: absolute; right: 69px; width: 400px; z-index: 2; }\",\".framer-LKIRr .framer-155huat { aspect-ratio: 1.3043478260869565 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 736px); max-width: 1120px; overflow: visible; position: relative; width: 100%; z-index: 1; }\",\".framer-LKIRr .framer-1n6yojh { align-content: center; align-items: center; background-color: var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 120px; position: relative; width: 100%; }\",\".framer-LKIRr .framer-mw2vja { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-LKIRr .framer-10b7byz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 900px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-LKIRr .framer-5j8h85 { align-content: center; align-items: center; background-color: var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, #00244a); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 120px 120px 128px 120px; position: relative; width: 100%; }\",\".framer-LKIRr .framer-1009qx3 { display: grid; flex: none; gap: 32px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(200px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: min-content; justify-content: center; max-width: 1120px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-LKIRr .framer-s2gsy3, .framer-LKIRr .framer-3fuagr { align-content: flex-start; align-items: flex-start; align-self: start; background-color: var(--token-bea4c0eb-e02e-4bf7-a1ae-f265e00454cf, #1e2023); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; grid-column: auto / span 2; height: 500px; justify-content: space-between; justify-self: start; overflow: visible; padding: 40px; position: relative; width: 100%; }\",\".framer-LKIRr .framer-nfimz3, .framer-LKIRr .framer-xx76v4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; max-width: 900px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-LKIRr .framer-1to2puf, .framer-LKIRr .framer-ghl879 { align-self: start; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: none; height: 500px; justify-self: start; overflow: visible; position: relative; width: 100%; }\",\".framer-LKIRr .framer-1yvqcrp { align-content: center; align-items: center; background-color: var(--token-7c9c5edc-895e-41cf-81e7-1c4743a2d7c5, #00244a); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 144px; height: min-content; justify-content: center; overflow: hidden; padding: 144px 120px 80px 120px; position: relative; width: 100%; }\",\".framer-LKIRr .framer-b9if55 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-LKIRr .framer-1cqlpwq { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 640px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-LKIRr .framer-1twruie { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-LKIRr .framer-1ekn1pi { background-color: rgba(255, 255, 255, 0.3); flex: none; height: 1px; overflow: visible; position: relative; width: 100%; }\",\".framer-LKIRr .framer-1opno8m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-LKIRr .framer-13t0i04, .framer-LKIRr .framer-1pha40u { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-LKIRr .framer-5key5s { flex: none; height: 32px; overflow: visible; position: relative; width: 49px; }\",\".framer-LKIRr .framer-of9pw { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-LKIRr.framer-72rtr7, .framer-LKIRr .framer-1h5rvx3, .framer-LKIRr .framer-16s62oj, .framer-LKIRr .framer-1frfjdm, .framer-LKIRr .framer-1xctcxg, .framer-LKIRr .framer-jkway1, .framer-LKIRr .framer-lp5wmb, .framer-LKIRr .framer-u3v633, .framer-LKIRr .framer-2b4if6, .framer-LKIRr .framer-yelct2, .framer-LKIRr .framer-15zxmya, .framer-LKIRr .framer-170aogc, .framer-LKIRr .framer-5wu071, .framer-LKIRr .framer-1c0at6p, .framer-LKIRr .framer-dd50g8, .framer-LKIRr .framer-16k580z, .framer-LKIRr .framer-ewcvps, .framer-LKIRr .framer-f5oth7, .framer-LKIRr .framer-16u71gg, .framer-LKIRr .framer-1etscsd, .framer-LKIRr .framer-1t4oywk, .framer-LKIRr .framer-1yocgms, .framer-LKIRr .framer-lvodmp, .framer-LKIRr .framer-17ug0nz, .framer-LKIRr .framer-p7et4t, .framer-LKIRr .framer-9xcirp, .framer-LKIRr .framer-1fyhps9, .framer-LKIRr .framer-1n7z2wa, .framer-LKIRr .framer-1dp5uem, .framer-LKIRr .framer-klswe2, .framer-LKIRr .framer-qoy53e, .framer-LKIRr .framer-1s22lmj, .framer-LKIRr .framer-1hc6gnq, .framer-LKIRr .framer-n79a8i, .framer-LKIRr .framer-1wjlu2h, .framer-LKIRr .framer-1ys2qjn, .framer-LKIRr .framer-198224v, .framer-LKIRr .framer-p1hpmn, .framer-LKIRr .framer-1801py4, .framer-LKIRr .framer-r3urnh, .framer-LKIRr .framer-cuafun, .framer-LKIRr .framer-b6ss89, .framer-LKIRr .framer-1rk7v1m, .framer-LKIRr .framer-r9y9cx, .framer-LKIRr .framer-ftce8n, .framer-LKIRr .framer-1kj9nrt, .framer-LKIRr .framer-srykl5, .framer-LKIRr .framer-1nt6h05, .framer-LKIRr .framer-zy5o97, .framer-LKIRr .framer-16c6xwp, .framer-LKIRr .framer-nm8xpd, .framer-LKIRr .framer-1f2hmh3, .framer-LKIRr .framer-10ydsud, .framer-LKIRr .framer-1i5aea9, .framer-LKIRr .framer-l8thhe, .framer-LKIRr .framer-1q3v5ad, .framer-LKIRr .framer-1o5lzg5, .framer-LKIRr .framer-1c1muji, .framer-LKIRr .framer-1iv33vc, .framer-LKIRr .framer-z1dnaq, .framer-LKIRr .framer-1sn0i12, .framer-LKIRr .framer-egsn39, .framer-LKIRr .framer-tgvxlg, .framer-LKIRr .framer-vwgdkd, .framer-LKIRr .framer-1n6yojh, .framer-LKIRr .framer-1975p7s, .framer-LKIRr .framer-mw2vja, .framer-LKIRr .framer-10b7byz, .framer-LKIRr .framer-5j8h85, .framer-LKIRr .framer-cbxny0, .framer-LKIRr .framer-nfimz3, .framer-LKIRr .framer-xx76v4, .framer-LKIRr .framer-1yvqcrp, .framer-LKIRr .framer-b9if55, .framer-LKIRr .framer-5eohpq, .framer-LKIRr .framer-1twruie, .framer-LKIRr .framer-n7a5yq { gap: 0px; } .framer-LKIRr.framer-72rtr7 > *, .framer-LKIRr .framer-1h5rvx3 > *, .framer-LKIRr .framer-dd50g8 > *, .framer-LKIRr .framer-ewcvps > *, .framer-LKIRr .framer-16u71gg > *, .framer-LKIRr .framer-9xcirp > *, .framer-LKIRr .framer-1n7z2wa > *, .framer-LKIRr .framer-klswe2 > *, .framer-LKIRr .framer-p1hpmn > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-LKIRr.framer-72rtr7 > :first-child, .framer-LKIRr .framer-1h5rvx3 > :first-child, .framer-LKIRr .framer-1frfjdm > :first-child, .framer-LKIRr .framer-1xctcxg > :first-child, .framer-LKIRr .framer-lp5wmb > :first-child, .framer-LKIRr .framer-u3v633 > :first-child, .framer-LKIRr .framer-2b4if6 > :first-child, .framer-LKIRr .framer-yelct2 > :first-child, .framer-LKIRr .framer-15zxmya > :first-child, .framer-LKIRr .framer-5wu071 > :first-child, .framer-LKIRr .framer-dd50g8 > :first-child, .framer-LKIRr .framer-ewcvps > :first-child, .framer-LKIRr .framer-16u71gg > :first-child, .framer-LKIRr .framer-1etscsd > :first-child, .framer-LKIRr .framer-1t4oywk > :first-child, .framer-LKIRr .framer-1yocgms > :first-child, .framer-LKIRr .framer-17ug0nz > :first-child, .framer-LKIRr .framer-9xcirp > :first-child, .framer-LKIRr .framer-1n7z2wa > :first-child, .framer-LKIRr .framer-klswe2 > :first-child, .framer-LKIRr .framer-qoy53e > :first-child, .framer-LKIRr .framer-1s22lmj > :first-child, .framer-LKIRr .framer-1hc6gnq > :first-child, .framer-LKIRr .framer-1wjlu2h > :first-child, .framer-LKIRr .framer-1ys2qjn > :first-child, .framer-LKIRr .framer-198224v > :first-child, .framer-LKIRr .framer-p1hpmn > :first-child, .framer-LKIRr .framer-r3urnh > :first-child, .framer-LKIRr .framer-cuafun > :first-child, .framer-LKIRr .framer-1rk7v1m > :first-child, .framer-LKIRr .framer-r9y9cx > :first-child, .framer-LKIRr .framer-1kj9nrt > :first-child, .framer-LKIRr .framer-srykl5 > :first-child, .framer-LKIRr .framer-zy5o97 > :first-child, .framer-LKIRr .framer-16c6xwp > :first-child, .framer-LKIRr .framer-1f2hmh3 > :first-child, .framer-LKIRr .framer-10ydsud > :first-child, .framer-LKIRr .framer-l8thhe > :first-child, .framer-LKIRr .framer-1q3v5ad > :first-child, .framer-LKIRr .framer-1o5lzg5 > :first-child, .framer-LKIRr .framer-1c1muji > :first-child, .framer-LKIRr .framer-1n6yojh > :first-child, .framer-LKIRr .framer-1975p7s > :first-child, .framer-LKIRr .framer-mw2vja > :first-child, .framer-LKIRr .framer-10b7byz > :first-child, .framer-LKIRr .framer-5j8h85 > :first-child, .framer-LKIRr .framer-cbxny0 > :first-child, .framer-LKIRr .framer-nfimz3 > :first-child, .framer-LKIRr .framer-xx76v4 > :first-child, .framer-LKIRr .framer-1yvqcrp > :first-child, .framer-LKIRr .framer-b9if55 > :first-child, .framer-LKIRr .framer-1twruie > :first-child { margin-top: 0px; } .framer-LKIRr.framer-72rtr7 > :last-child, .framer-LKIRr .framer-1h5rvx3 > :last-child, .framer-LKIRr .framer-1frfjdm > :last-child, .framer-LKIRr .framer-1xctcxg > :last-child, .framer-LKIRr .framer-lp5wmb > :last-child, .framer-LKIRr .framer-u3v633 > :last-child, .framer-LKIRr .framer-2b4if6 > :last-child, .framer-LKIRr .framer-yelct2 > :last-child, .framer-LKIRr .framer-15zxmya > :last-child, .framer-LKIRr .framer-5wu071 > :last-child, .framer-LKIRr .framer-dd50g8 > :last-child, .framer-LKIRr .framer-ewcvps > :last-child, .framer-LKIRr .framer-16u71gg > :last-child, .framer-LKIRr .framer-1etscsd > :last-child, .framer-LKIRr .framer-1t4oywk > :last-child, .framer-LKIRr .framer-1yocgms > :last-child, .framer-LKIRr .framer-17ug0nz > :last-child, .framer-LKIRr .framer-9xcirp > :last-child, .framer-LKIRr .framer-1n7z2wa > :last-child, .framer-LKIRr .framer-klswe2 > :last-child, .framer-LKIRr .framer-qoy53e > :last-child, .framer-LKIRr .framer-1s22lmj > :last-child, .framer-LKIRr .framer-1hc6gnq > :last-child, .framer-LKIRr .framer-1wjlu2h > :last-child, .framer-LKIRr .framer-1ys2qjn > :last-child, .framer-LKIRr .framer-198224v > :last-child, .framer-LKIRr .framer-p1hpmn > :last-child, .framer-LKIRr .framer-r3urnh > :last-child, .framer-LKIRr .framer-cuafun > :last-child, .framer-LKIRr .framer-1rk7v1m > :last-child, .framer-LKIRr .framer-r9y9cx > :last-child, .framer-LKIRr .framer-1kj9nrt > :last-child, .framer-LKIRr .framer-srykl5 > :last-child, .framer-LKIRr .framer-zy5o97 > :last-child, .framer-LKIRr .framer-16c6xwp > :last-child, .framer-LKIRr .framer-1f2hmh3 > :last-child, .framer-LKIRr .framer-10ydsud > :last-child, .framer-LKIRr .framer-l8thhe > :last-child, .framer-LKIRr .framer-1q3v5ad > :last-child, .framer-LKIRr .framer-1o5lzg5 > :last-child, .framer-LKIRr .framer-1c1muji > :last-child, .framer-LKIRr .framer-1n6yojh > :last-child, .framer-LKIRr .framer-1975p7s > :last-child, .framer-LKIRr .framer-mw2vja > :last-child, .framer-LKIRr .framer-10b7byz > :last-child, .framer-LKIRr .framer-5j8h85 > :last-child, .framer-LKIRr .framer-cbxny0 > :last-child, .framer-LKIRr .framer-nfimz3 > :last-child, .framer-LKIRr .framer-xx76v4 > :last-child, .framer-LKIRr .framer-1yvqcrp > :last-child, .framer-LKIRr .framer-b9if55 > :last-child, .framer-LKIRr .framer-1twruie > :last-child { margin-bottom: 0px; } .framer-LKIRr .framer-16s62oj > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-LKIRr .framer-16s62oj > :first-child, .framer-LKIRr .framer-jkway1 > :first-child, .framer-LKIRr .framer-170aogc > :first-child, .framer-LKIRr .framer-1c0at6p > :first-child, .framer-LKIRr .framer-16k580z > :first-child, .framer-LKIRr .framer-f5oth7 > :first-child, .framer-LKIRr .framer-lvodmp > :first-child, .framer-LKIRr .framer-p7et4t > :first-child, .framer-LKIRr .framer-1fyhps9 > :first-child, .framer-LKIRr .framer-1dp5uem > :first-child, .framer-LKIRr .framer-n79a8i > :first-child, .framer-LKIRr .framer-1801py4 > :first-child, .framer-LKIRr .framer-b6ss89 > :first-child, .framer-LKIRr .framer-ftce8n > :first-child, .framer-LKIRr .framer-1nt6h05 > :first-child, .framer-LKIRr .framer-nm8xpd > :first-child, .framer-LKIRr .framer-1i5aea9 > :first-child, .framer-LKIRr .framer-1iv33vc > :first-child, .framer-LKIRr .framer-z1dnaq > :first-child, .framer-LKIRr .framer-1sn0i12 > :first-child, .framer-LKIRr .framer-egsn39 > :first-child, .framer-LKIRr .framer-tgvxlg > :first-child, .framer-LKIRr .framer-vwgdkd > :first-child, .framer-LKIRr .framer-5eohpq > :first-child, .framer-LKIRr .framer-n7a5yq > :first-child { margin-left: 0px; } .framer-LKIRr .framer-16s62oj > :last-child, .framer-LKIRr .framer-jkway1 > :last-child, .framer-LKIRr .framer-170aogc > :last-child, .framer-LKIRr .framer-1c0at6p > :last-child, .framer-LKIRr .framer-16k580z > :last-child, .framer-LKIRr .framer-f5oth7 > :last-child, .framer-LKIRr .framer-lvodmp > :last-child, .framer-LKIRr .framer-p7et4t > :last-child, .framer-LKIRr .framer-1fyhps9 > :last-child, .framer-LKIRr .framer-1dp5uem > :last-child, .framer-LKIRr .framer-n79a8i > :last-child, .framer-LKIRr .framer-1801py4 > :last-child, .framer-LKIRr .framer-b6ss89 > :last-child, .framer-LKIRr .framer-ftce8n > :last-child, .framer-LKIRr .framer-1nt6h05 > :last-child, .framer-LKIRr .framer-nm8xpd > :last-child, .framer-LKIRr .framer-1i5aea9 > :last-child, .framer-LKIRr .framer-1iv33vc > :last-child, .framer-LKIRr .framer-z1dnaq > :last-child, .framer-LKIRr .framer-1sn0i12 > :last-child, .framer-LKIRr .framer-egsn39 > :last-child, .framer-LKIRr .framer-tgvxlg > :last-child, .framer-LKIRr .framer-vwgdkd > :last-child, .framer-LKIRr .framer-5eohpq > :last-child, .framer-LKIRr .framer-n7a5yq > :last-child { margin-right: 0px; } .framer-LKIRr .framer-1frfjdm > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-LKIRr .framer-1xctcxg > *, .framer-LKIRr .framer-b9if55 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-LKIRr .framer-jkway1 > *, .framer-LKIRr .framer-170aogc > *, .framer-LKIRr .framer-lvodmp > *, .framer-LKIRr .framer-n79a8i > *, .framer-LKIRr .framer-5eohpq > *, .framer-LKIRr .framer-n7a5yq > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-LKIRr .framer-lp5wmb > *, .framer-LKIRr .framer-1etscsd > *, .framer-LKIRr .framer-1s22lmj > *, .framer-LKIRr .framer-1ys2qjn > *, .framer-LKIRr .framer-1n6yojh > *, .framer-LKIRr .framer-5j8h85 > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-LKIRr .framer-u3v633 > *, .framer-LKIRr .framer-15zxmya > *, .framer-LKIRr .framer-5wu071 > *, .framer-LKIRr .framer-1yocgms > *, .framer-LKIRr .framer-17ug0nz > *, .framer-LKIRr .framer-qoy53e > *, .framer-LKIRr .framer-1hc6gnq > *, .framer-LKIRr .framer-1wjlu2h > *, .framer-LKIRr .framer-198224v > *, .framer-LKIRr .framer-r3urnh > *, .framer-LKIRr .framer-1c1muji > *, .framer-LKIRr .framer-mw2vja > *, .framer-LKIRr .framer-cbxny0 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-LKIRr .framer-2b4if6 > *, .framer-LKIRr .framer-1q3v5ad > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-LKIRr .framer-yelct2 > *, .framer-LKIRr .framer-1t4oywk > *, .framer-LKIRr .framer-1o5lzg5 > *, .framer-LKIRr .framer-1975p7s > *, .framer-LKIRr .framer-10b7byz > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-LKIRr .framer-1c0at6p > *, .framer-LKIRr .framer-16k580z > *, .framer-LKIRr .framer-f5oth7 > *, .framer-LKIRr .framer-p7et4t > *, .framer-LKIRr .framer-1fyhps9 > *, .framer-LKIRr .framer-1dp5uem > *, .framer-LKIRr .framer-1iv33vc > *, .framer-LKIRr .framer-z1dnaq > *, .framer-LKIRr .framer-1sn0i12 > *, .framer-LKIRr .framer-egsn39 > *, .framer-LKIRr .framer-tgvxlg > *, .framer-LKIRr .framer-vwgdkd > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-LKIRr .framer-1801py4 > *, .framer-LKIRr .framer-1i5aea9 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-LKIRr .framer-cuafun > *, .framer-LKIRr .framer-r9y9cx > *, .framer-LKIRr .framer-srykl5 > *, .framer-LKIRr .framer-16c6xwp > *, .framer-LKIRr .framer-10ydsud > *, .framer-LKIRr .framer-l8thhe > *, .framer-LKIRr .framer-nfimz3 > *, .framer-LKIRr .framer-xx76v4 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-LKIRr .framer-b6ss89 > *, .framer-LKIRr .framer-ftce8n > *, .framer-LKIRr .framer-1nt6h05 > *, .framer-LKIRr .framer-nm8xpd > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-LKIRr .framer-1rk7v1m > *, .framer-LKIRr .framer-1kj9nrt > *, .framer-LKIRr .framer-zy5o97 > *, .framer-LKIRr .framer-1f2hmh3 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-LKIRr .framer-1yvqcrp > * { margin: 0px; margin-bottom: calc(144px / 2); margin-top: calc(144px / 2); } .framer-LKIRr .framer-1twruie > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } }\",\"@media (min-width: 1200px) { .framer-LKIRr .hidden-72rtr7 { display: none !important; } }\",`@media (min-width: 810px) and (max-width: 1199px) { .framer-LKIRr .hidden-1450zf7 { display: none !important; } .${metadata.bodyClassName}-framer-LKIRr { background: var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255)) /* {\"name\":\"White\"} */; } .framer-LKIRr.framer-72rtr7 { width: 810px; } .framer-LKIRr .framer-1xctcxg { padding: 144px 40px 144px 40px; } .framer-LKIRr .framer-lp5wmb { padding: 108px 40px 0px 40px; } .framer-LKIRr .framer-jueh9r, .framer-LKIRr .framer-shq6ti-container { height: var(--framer-aspect-ratio-supported, 487px); } .framer-LKIRr .framer-2b4if6, .framer-LKIRr .framer-1s22lmj, .framer-LKIRr .framer-1ys2qjn { padding: 108px 40px 128px 40px; } .framer-LKIRr .framer-1p4r0ff { -webkit-backdrop-filter: unset; aspect-ratio: 1.2166666666666666 / 1; backdrop-filter: unset; height: var(--framer-aspect-ratio-supported, 600px); } .framer-LKIRr .framer-1q3v5ad, .framer-LKIRr .framer-1n6yojh { padding: 120px 40px 40px 40px; } .framer-LKIRr .framer-155huat { aspect-ratio: 1.2166666666666666 / 1; height: var(--framer-aspect-ratio-supported, 600px); } .framer-LKIRr .framer-5j8h85 { padding: 120px 40px 128px 40px; } .framer-LKIRr .framer-1yvqcrp { padding: 144px 40px 80px 40px; }}`,`@media (max-width: 809px) { .framer-LKIRr .hidden-1wwqyzu { display: none !important; } .${metadata.bodyClassName}-framer-LKIRr { background: var(--token-29c368af-f52b-4ce2-8cd3-0ae0241dc386, rgb(255, 255, 255)) /* {\"name\":\"White\"} */; } .framer-LKIRr.framer-72rtr7 { width: 390px; } .framer-LKIRr .framer-112avtg { background-color: rgba(0, 0, 0, 0.1); } .framer-LKIRr .framer-1xctcxg { padding: 40px 24px 40px 24px; } .framer-LKIRr .framer-jkway1, .framer-LKIRr .framer-5eohpq { flex-direction: column; width: 100%; } .framer-LKIRr .framer-equg9a-container, .framer-LKIRr .framer-1ctex5f-container, .framer-LKIRr .framer-1enbndk-container, .framer-LKIRr .framer-1a6csve-container, .framer-LKIRr .framer-1lgxy1r-container { width: 100%; } .framer-LKIRr .framer-lp5wmb { padding: 108px 24px 0px 24px; } .framer-LKIRr .framer-jueh9r { height: var(--framer-aspect-ratio-supported, 274px); width: 120%; } .framer-LKIRr .framer-2b4if6 { height: min-content; padding: 108px 24px 128px 24px; } .framer-LKIRr .framer-5wu071, .framer-LKIRr .framer-17ug0nz { gap: 40px; } .framer-LKIRr .framer-1c0at6p, .framer-LKIRr .framer-16k580z, .framer-LKIRr .framer-f5oth7, .framer-LKIRr .framer-p7et4t, .framer-LKIRr .framer-1fyhps9, .framer-LKIRr .framer-1dp5uem { flex-direction: column; } .framer-LKIRr .framer-dd50g8, .framer-LKIRr .framer-ewcvps, .framer-LKIRr .framer-16u71gg, .framer-LKIRr .framer-9xcirp, .framer-LKIRr .framer-1n7z2wa, .framer-LKIRr .framer-klswe2, .framer-LKIRr .framer-r3urnh { flex: none; width: 100%; } .framer-LKIRr .framer-1p4r0ff { -webkit-backdrop-filter: unset; backdrop-filter: unset; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; height: var(--framer-aspect-ratio-supported, 278px); } .framer-LKIRr .framer-1etscsd { padding: 128px 24px 128px 24px; } .framer-LKIRr .framer-1s22lmj { padding: 108px 24px 128px 24px; } .framer-LKIRr .framer-shq6ti-container { height: var(--framer-aspect-ratio-supported, 228px); } .framer-LKIRr .framer-1ys2qjn { gap: 40px; padding: 108px 24px 128px 24px; } .framer-LKIRr .framer-p1hpmn { gap: 24px; } .framer-LKIRr .framer-1801py4 { flex-direction: column; gap: 24px; padding: 24px; } .framer-LKIRr .framer-b6ss89, .framer-LKIRr .framer-ftce8n, .framer-LKIRr .framer-1nt6h05, .framer-LKIRr .framer-nm8xpd { padding: 0px; } .framer-LKIRr .framer-r9y9cx, .framer-LKIRr .framer-srykl5, .framer-LKIRr .framer-16c6xwp, .framer-LKIRr .framer-10ydsud { align-content: flex-start; align-items: flex-start; gap: 16px; padding: 24px; } .framer-LKIRr .framer-1dzlrz3, .framer-LKIRr .framer-757yvf, .framer-LKIRr .framer-74ko46, .framer-LKIRr .framer-1shwvry, .framer-LKIRr .framer-1to2puf, .framer-LKIRr .framer-13t0i04 { order: 1; } .framer-LKIRr .framer-1k6faho, .framer-LKIRr .framer-avw8ic, .framer-LKIRr .framer-m61u4i, .framer-LKIRr .framer-10434bc, .framer-LKIRr .framer-1pha40u { order: 2; } .framer-LKIRr .framer-a6ktpf, .framer-LKIRr .framer-og8xsf, .framer-LKIRr .framer-opoipd, .framer-LKIRr .framer-1ekager, .framer-LKIRr .framer-n7a5yq { order: 0; } .framer-LKIRr .framer-1i5aea9 { flex-direction: column; gap: 16px; padding: 24px; } .framer-LKIRr .framer-l8thhe { flex: none; gap: 16px; width: 100%; } .framer-LKIRr .framer-1q3v5ad, .framer-LKIRr .framer-1n6yojh { padding: 120px 24px 40px 24px; } .framer-LKIRr .framer-1ugln65 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; } .framer-LKIRr .framer-1iv33vc, .framer-LKIRr .framer-z1dnaq, .framer-LKIRr .framer-1sn0i12, .framer-LKIRr .framer-egsn39, .framer-LKIRr .framer-tgvxlg, .framer-LKIRr .framer-vwgdkd { align-self: unset; height: auto; } .framer-LKIRr .framer-1azgkeq { height: 371px; } .framer-LKIRr .framer-155huat { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; height: var(--framer-aspect-ratio-supported, 262px); } .framer-LKIRr .framer-5j8h85 { padding: 160px 24px 128px 24px; } .framer-LKIRr .framer-1009qx3 { grid-template-columns: repeat(1, minmax(200px, 1fr)); } .framer-LKIRr .framer-s2gsy3 { grid-column: auto / span 1; order: 0; padding: 32px; } .framer-LKIRr .framer-ghl879 { order: 3; } .framer-LKIRr .framer-3fuagr { grid-column: auto / span 1; order: 2; padding: 32px; } .framer-LKIRr .framer-1yvqcrp { padding: 144px 24px 80px 24px; } .framer-LKIRr .framer-1opno8m { flex-direction: column; gap: 32px; justify-content: flex-start; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-LKIRr .framer-jkway1, .framer-LKIRr .framer-5wu071, .framer-LKIRr .framer-1c0at6p, .framer-LKIRr .framer-16k580z, .framer-LKIRr .framer-f5oth7, .framer-LKIRr .framer-17ug0nz, .framer-LKIRr .framer-p7et4t, .framer-LKIRr .framer-1fyhps9, .framer-LKIRr .framer-1dp5uem, .framer-LKIRr .framer-1ys2qjn, .framer-LKIRr .framer-p1hpmn, .framer-LKIRr .framer-1801py4, .framer-LKIRr .framer-r9y9cx, .framer-LKIRr .framer-srykl5, .framer-LKIRr .framer-16c6xwp, .framer-LKIRr .framer-10ydsud, .framer-LKIRr .framer-1i5aea9, .framer-LKIRr .framer-l8thhe, .framer-LKIRr .framer-1ugln65, .framer-LKIRr .framer-5eohpq, .framer-LKIRr .framer-1opno8m { gap: 0px; } .framer-LKIRr .framer-jkway1 > *, .framer-LKIRr .framer-r9y9cx > *, .framer-LKIRr .framer-srykl5 > *, .framer-LKIRr .framer-16c6xwp > *, .framer-LKIRr .framer-10ydsud > *, .framer-LKIRr .framer-1i5aea9 > *, .framer-LKIRr .framer-l8thhe > *, .framer-LKIRr .framer-5eohpq > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-LKIRr .framer-jkway1 > :first-child, .framer-LKIRr .framer-5wu071 > :first-child, .framer-LKIRr .framer-1c0at6p > :first-child, .framer-LKIRr .framer-16k580z > :first-child, .framer-LKIRr .framer-f5oth7 > :first-child, .framer-LKIRr .framer-17ug0nz > :first-child, .framer-LKIRr .framer-p7et4t > :first-child, .framer-LKIRr .framer-1fyhps9 > :first-child, .framer-LKIRr .framer-1dp5uem > :first-child, .framer-LKIRr .framer-1ys2qjn > :first-child, .framer-LKIRr .framer-p1hpmn > :first-child, .framer-LKIRr .framer-1801py4 > :first-child, .framer-LKIRr .framer-r9y9cx > :first-child, .framer-LKIRr .framer-srykl5 > :first-child, .framer-LKIRr .framer-16c6xwp > :first-child, .framer-LKIRr .framer-10ydsud > :first-child, .framer-LKIRr .framer-1i5aea9 > :first-child, .framer-LKIRr .framer-l8thhe > :first-child, .framer-LKIRr .framer-1ugln65 > :first-child, .framer-LKIRr .framer-5eohpq > :first-child, .framer-LKIRr .framer-1opno8m > :first-child { margin-top: 0px; } .framer-LKIRr .framer-jkway1 > :last-child, .framer-LKIRr .framer-5wu071 > :last-child, .framer-LKIRr .framer-1c0at6p > :last-child, .framer-LKIRr .framer-16k580z > :last-child, .framer-LKIRr .framer-f5oth7 > :last-child, .framer-LKIRr .framer-17ug0nz > :last-child, .framer-LKIRr .framer-p7et4t > :last-child, .framer-LKIRr .framer-1fyhps9 > :last-child, .framer-LKIRr .framer-1dp5uem > :last-child, .framer-LKIRr .framer-1ys2qjn > :last-child, .framer-LKIRr .framer-p1hpmn > :last-child, .framer-LKIRr .framer-1801py4 > :last-child, .framer-LKIRr .framer-r9y9cx > :last-child, .framer-LKIRr .framer-srykl5 > :last-child, .framer-LKIRr .framer-16c6xwp > :last-child, .framer-LKIRr .framer-10ydsud > :last-child, .framer-LKIRr .framer-1i5aea9 > :last-child, .framer-LKIRr .framer-l8thhe > :last-child, .framer-LKIRr .framer-1ugln65 > :last-child, .framer-LKIRr .framer-5eohpq > :last-child, .framer-LKIRr .framer-1opno8m > :last-child { margin-bottom: 0px; } .framer-LKIRr .framer-5wu071 > *, .framer-LKIRr .framer-17ug0nz > *, .framer-LKIRr .framer-1ys2qjn > *, .framer-LKIRr .framer-1ugln65 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-LKIRr .framer-1c0at6p > *, .framer-LKIRr .framer-16k580z > *, .framer-LKIRr .framer-f5oth7 > *, .framer-LKIRr .framer-p7et4t > *, .framer-LKIRr .framer-1fyhps9 > *, .framer-LKIRr .framer-1dp5uem > *, .framer-LKIRr .framer-p1hpmn > *, .framer-LKIRr .framer-1801py4 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-LKIRr .framer-1opno8m > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 13235\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"S0FUDmgu9\":{\"layout\":[\"fixed\",\"auto\"]},\"UmjJdyTNz\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-LKIRr\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:13235,width:1200};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_A87jxeN7B.woff2\",weight:\"600\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_A87jxeN7B.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"},{family:\"Manrope\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_A87jxeN7B.woff2\",weight:\"500\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZ1rib2Bg-4.woff2\",weight:\"600\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2\",weight:\"700\"}]},...BannerFonts,...MainNavigationFonts,...PrimaryButtonFonts,...VideoFonts,...FAQCopyFonts,...ArrowButtonFonts,...TextLinkFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerResponsiveScreen\":\"\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"S0FUDmgu9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UmjJdyTNz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"13235\",\"framerIntrinsicWidth\":\"1200\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "useConstant", "init", "ref", "pe", "isMotionValue", "v", "MotionValue", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "useOnChange", "value", "callback", "ue", "isMotionValue", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "isMotionValue", "v", "MotionValue", "useAutoMotionValue", "inputValue", "options", "optionsRef", "pe", "animation", "didInitialMount", "isOnCanvas", "RenderTarget", "onChangeDeps", "onChange", "te", "transformer", "value", "ref", "value1", "useConstant", "isMotionValue", "motionValue", "ue", "ref1", "newValue", "ref2", "animate2", "ObjectFitType", "SrcType", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "X", "srcType", "srcFile", "srcUrl", "playing", "canvasPlay", "muted", "playsinline", "controls", "progress", "objectFit", "backgroundColor", "radius", "isMixed", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "poster", "restartOnEnter", "posterEnabled", "startTimeProp", "volume", "loop", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "videoRef", "pe", "isSafari", "useIsBrowserSafari", "requestingPlay", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "borderRadius", "useRadius", "startTime", "shouldPlay", "autoPlay", "se", "isMuted", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "e", "pause", "ue", "videoProgress", "useAutoMotionValue", "value", "newValue", "useOnChange", "val", "useOnEnter", "useOnExit", "src", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "id", "title", "width", "props", "ref", "createLayoutDependency", "Component", "Y", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "Jvxny9raY", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "Link", "u", "RichText", "x", "css", "FramerFp8qeli1v", "withCSS", "Fp8qeli1v_default", "addPropertyControls", "ControlType", "addFonts", "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", "PrimaryButtonFonts", "getFonts", "bLrfVoejA_default", "FeatherFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "closeMenu", "height", "id", "openMenu", "title4", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "F4HzY0cym", "EmHvNqAeW", "VXz_BHUFQ", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapi4hwn0", "args", "onTap5jpwsb", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "u", "motion", "cx", "Image2", "RichText", "x", "Link", "css", "FramerGXSGQ35io", "withCSS", "GXSGQ35io_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "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", "FeatherFonts", "getFonts", "Icon", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "answer", "height", "id", "question", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "NCCzbdpRO", "DCdhfgxbN", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapmp4gbm", "args", "onTap1wdlegk", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "u", "RichText", "x", "Icon", "css", "FramerQzlj3jCcC", "withCSS", "Qzlj3jCcC_default", "addPropertyControls", "ControlType", "addFonts", "FeatherFonts", "useConstant", "init", "ref", "pe", "BASE62", "randomID", "length", "useRandomID", "useConstant", "FeatherFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "Component", "Y", "id", "externalStyle", "className", "width", "height", "layoutId", "outerVariant", "KPxma6xCR", "sHuZUEfiX", "CkvLUPnmz", "restProps", "ref", "baseVariant", "gestureVariant", "classNames", "transition", "setVariant", "setGestureState", "useVariantState", "layoutDependency", "defaultLayoutId", "useRandomID", "pointerEvents", "style", "p", "LayoutGroup", "motion", "cx", "Link", "u", "RichText", "css", "FramerUZ_FtL7eZ", "withCSS", "UZ_FtL7eZ_default", "addPropertyControls", "ControlType", "addFonts", "FeatherFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "id", "title", "width", "props", "ref", "createLayoutDependency", "Component", "Y", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "qGFNU6JYI", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "Link", "u", "RichText", "x", "css", "FramerZ61MZWzMB", "withCSS", "Z61MZWzMB_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "BannerFonts", "getFonts", "Fp8qeli1v_default", "MainNavigationFonts", "GXSGQ35io_default", "PrimaryButtonFonts", "bLrfVoejA_default", "MotionDivWithFX", "withFX", "motion", "ImageWithFX", "Image2", "VideoFonts", "Video", "FAQCopyFonts", "Qzlj3jCcC_default", "ArrowButtonFonts", "UZ_FtL7eZ_default", "TextLinkFonts", "Z61MZWzMB_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "animation2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transition2", "animation3", "animation4", "transition3", "animation5", "animation6", "transition4", "animation7", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ie", "metadata1", "_document_querySelector", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "EmHvNqAeW42m929", "overlay", "args", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "Container", "Fp8qeli1v_default", "Image2", "l", "PropertyOverrides", "GXSGQ35io_default", "AnimatePresence", "Ga", "x", "RichText", "Link", "bLrfVoejA_default", "MotionDivWithFX", "optimizeAppear", "ImageWithFX", "SVG", "Video", "Qzlj3jCcC_default", "UZ_FtL7eZ_default", "Z61MZWzMB_default", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "BannerFonts", "MainNavigationFonts", "PrimaryButtonFonts", "VideoFonts", "FAQCopyFonts", "ArrowButtonFonts", "TextLinkFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
