{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/feather-icons/home.js@0.0.29", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js", "ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js", "ssg:https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js", "ssg:https://framerusercontent.com/modules/cuQH4dmpDnV8YK1mSgQX/KqRXqunFjE6ufhpc7ZRu/useFontControls.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/Xr8CO3Ul8Gb7lVfgMKTh/Embed.js", "ssg:https://framerusercontent.com/modules/E5CvjzR1T7KeMRKLhFFW/hAYH8L2Cmml4USByfpnn/exWg0nzRt.js", "ssg:https://framerusercontent.com/modules/mwHyBjUqjijkC9lnmd4O/AOhmyXhfTsjHoz4cgiPy/pvYGCXmBE.js", "ssg:https://framerusercontent.com/modules/lJVazaSB79z4WWxrcutq/PzkEwoiETErDBDAWzWxP/XF7kh_2Ya.js", "ssg:https://framerusercontent.com/modules/cxVA0vWGiBBudvETJyTI/FodVPpzhBMiItOJQQ1iM/GmFRViQTS.js", "ssg:https://framerusercontent.com/modules/gkmYmcZLVdx7hKcG0ELp/wGL7L1hfJ3JGlPBiadyJ/KCSfdgXYt.js", "ssg:https://framerusercontent.com/modules/1xegXqoCcSW1spZaFAnx/xoXEnGSbH7XspjXPn21Q/lfUSFeDtB.js", "ssg:https://framerusercontent.com/modules/kul2euiqaMUB7TcUtYbs/hbX2eeIfonJW2haRr03w/sWWz13irp.js", "ssg:https://framerusercontent.com/modules/VNEtsVglJScDpEGQ3rGt/Z6Ui0RBaDCUOSZpCD2cM/u1aNIuCLm.js", "ssg:https://framerusercontent.com/modules/mG7CuSNa5XMYj0foC8zg/GV6PL7MGGOd2NwyWPqGL/RnBMbqNRO.js", "ssg:https://framerusercontent.com/modules/coNtDvkZvvAH3FPA7Byh/bt1qE5PGGKiFWyeZWzJ3/wlyqn9a_L.js", "ssg:https://framerusercontent.com/modules/8EdL9mhIZg44FQ6Io4He/x8W52wBl1ZkXBFclEHsx/YXS5TuLOj.js", "ssg:https://framerusercontent.com/modules/ot6QolA7gYEUSfdBMUSQ/Nf0S1gy3eTY6Oq0Tu0Ey/Overrides.js", "ssg:https://framerusercontent.com/modules/ZvBQLtmgARGu3fnE65cD/9aYGrreeOTNnn6FJVX5m/XXKTBSSdz.js", "ssg:https://framerusercontent.com/modules/d8jNeiBFspwHxcciYUNg/QSQH3XSqZCXIO1vlQwQY/GMmxRCafT.js"],
  "sourcesContent": ["import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "let r;var s=o=>{if(!r){const n=o.forwardRef(({color:t=\"currentColor\",size:e=24,...i},l)=>o.createElement(\"svg\",{ref:l,xmlns:\"http://www.w3.org/2000/svg\",width:e,height:e,viewBox:\"0 0 24 24\",fill:\"none\",stroke:t,strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\",...i},o.createElement(\"path\",{d:\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"}),o.createElement(\"polyline\",{points:\"9 22 9 12 15 12 15 22\"})));n.displayName=\"Home\",r=n}return r};export{s as default};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/feather-icons/home.js@0.0.29\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"activity\",\"airplay\",\"alert-circle\",\"alert-octagon\",\"alert-triangle\",\"align-center\",\"align-justify\",\"align-left\",\"align-right\",\"anchor\",\"aperture\",\"archive\",\"arrow-down\",\"arrow-down-circle\",\"arrow-down-left\",\"arrow-down-right\",\"arrow-left\",\"arrow-left-circle\",\"arrow-right\",\"arrow-right-circle\",\"arrow-up\",\"arrow-up-circle\",\"arrow-up-left\",\"arrow-up-right\",\"at-sign\",\"award\",\"bar-chart\",\"bar-chart-2\",\"battery\",\"battery-charging\",\"bell\",\"bell-off\",\"bluetooth\",\"bold\",\"book\",\"book-open\",\"bookmark\",\"box\",\"briefcase\",\"calendar\",\"camera\",\"camera-off\",\"cast\",\"check\",\"check-circle\",\"check-square\",\"chevron-down\",\"chevron-left\",\"chevron-right\",\"chevron-up\",\"chevrons-down\",\"chevrons-left\",\"chevrons-right\",\"chevrons-up\",\"chrome\",\"circle\",\"clipboard\",\"clock\",\"cloud\",\"cloud-drizzle\",\"cloud-lightning\",\"cloud-off\",\"cloud-rain\",\"cloud-snow\",\"code\",\"codepen\",\"codesandbox\",\"coffee\",\"columns\",\"command\",\"compass\",\"copy\",\"corner-down-left\",\"corner-down-right\",\"corner-left-down\",\"corner-left-up\",\"corner-right-down\",\"corner-right-up\",\"corner-up-left\",\"corner-up-right\",\"cpu\",\"credit-card\",\"crop\",\"crosshair\",\"database\",\"delete\",\"disc\",\"divide\",\"divide-circle\",\"divide-square\",\"dollar-sign\",\"download\",\"download-cloud\",\"dribbble\",\"droplet\",\"edit\",\"edit-2\",\"edit-3\",\"external-link\",\"eye\",\"eye-off\",\"facebook\",\"fast-forward\",\"feather\",\"figma\",\"file\",\"file-minus\",\"file-plus\",\"file-text\",\"film\",\"filter\",\"flag\",\"folder\",\"folder-minus\",\"folder-plus\",\"framer\",\"frown\",\"gift\",\"git-branch\",\"git-commit\",\"git-merge\",\"git-pull-request\",\"github\",\"gitlab\",\"globe\",\"grid\",\"hard-drive\",\"hash\",\"headphones\",\"heart\",\"help-circle\",\"hexagon\",\"home\",\"image\",\"inbox\",\"info\",\"instagram\",\"italic\",\"key\",\"layers\",\"layout\",\"life-buoy\",\"link\",\"link-2\",\"linkedin\",\"list\",\"loader\",\"lock\",\"log-in\",\"log-out\",\"mail\",\"map\",\"map-pin\",\"maximize\",\"maximize-2\",\"meh\",\"menu\",\"message-circle\",\"message-square\",\"mic\",\"mic-off\",\"minimize\",\"minimize-2\",\"minus\",\"minus-circle\",\"minus-square\",\"monitor\",\"moon\",\"more-horizontal\",\"more-vertical\",\"mouse-pointer\",\"move\",\"music\",\"navigation\",\"navigation-2\",\"octagon\",\"package\",\"paperclip\",\"pause\",\"pause-circle\",\"pen-tool\",\"percent\",\"phone\",\"phone-call\",\"phone-forwarded\",\"phone-incoming\",\"phone-missed\",\"phone-off\",\"phone-outgoing\",\"pie-chart\",\"play\",\"play-circle\",\"plus\",\"plus-circle\",\"plus-square\",\"pocket\",\"power\",\"printer\",\"radio\",\"refresh-ccw\",\"refresh-cw\",\"repeat\",\"rewind\",\"rotate-ccw\",\"rotate-cw\",\"rss\",\"save\",\"scissors\",\"search\",\"send\",\"server\",\"settings\",\"share\",\"share-2\",\"shield\",\"shield-off\",\"shopping-bag\",\"shopping-cart\",\"shuffle\",\"sidebar\",\"skip-back\",\"skip-forward\",\"slack\",\"slash\",\"sliders\",\"smartphone\",\"smile\",\"speaker\",\"square\",\"star\",\"stop-circle\",\"sun\",\"sunrise\",\"sunset\",\"tablet\",\"tag\",\"target\",\"terminal\",\"thermometer\",\"thumbs-down\",\"thumbs-up\",\"toggle-left\",\"toggle-right\",\"tool\",\"trash\",\"trash-2\",\"trello\",\"trending-down\",\"trending-up\",\"triangle\",\"truck\",\"tv\",\"twitch\",\"twitter\",\"type\",\"umbrella\",\"underline\",\"unlock\",\"upload\",\"upload-cloud\",\"user\",\"user-check\",\"user-minus\",\"user-plus\",\"user-x\",\"users\",\"video\",\"video-off\",\"voicemail\",\"volume\",\"volume-1\",\"volume-2\",\"volume-x\",\"watch\",\"wifi\",\"wifi-off\",\"wind\",\"x\",\"x-circle\",\"x-octagon\",\"x-square\",\"youtube\",\"zap\",\"zap-off\",\"zoom-in\",\"zoom-out\",];const moduleBaseUrl=\"https://framer.com/m/feather-icons/\";const uppercaseIconKeys=iconKeys.map(name=>name.charAt(0).toUpperCase()+name.slice(1));const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * FEATHER\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){let active=true;// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.29`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);// console.log(module.default)\nif(active)setSelectedIcon(module.default(React));}catch(e){console.log(e);if(active)setSelectedIcon(null);}return()=>{active=false;};}// Import module when new style or icon is selected\nuseEffect(()=>{importModule();},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(\"div\",{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(SelectedIcon,{style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Feather\";Icon.defaultProps={width:24,height:24,iconSelection:\"home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,optionTitles:uppercaseIconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Feather site](https://feathericons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Feather.map", "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 { 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", "// @ts-ignore\nimport{fontStore}from\"framer\";import{useEffect}from\"react\";import{fontStack}from\"https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js\";const fontWeights={100:\"Thin\",200:\"Extra-light\",300:\"Light\",400:\"Regular\",500:\"Medium\",600:\"Semi-bold\",700:\"Bold\",800:\"Extra-bold\",900:\"Black\"};export function useFontControls(props){const{fontFamily=\"Inter\",fontSize=16,fontWeight=400,font=false}=props;const fontWeightName=fontWeights[fontWeight];const customFontStack=`\"${fontFamily} ${fontWeightName}\", \"${fontFamily}\", ${fontStack}`;const fontFamilyStyle=fontFamily?{fontSize,fontWeight,fontFamily:customFontStack}:{fontSize,fontWeight};const fetchCustomFonts=async()=>{await fontStore.loadWebFontsFromSelectors([`CUSTOM;${fontFamily}`,`CUSTOM;${fontFamily} ${fontWeightName}`,`GF;${fontFamily}-${fontWeightName.toLowerCase()}`,]).catch(e=>console.error(e));};useEffect(()=>{if(font)fetchCustomFonts();},[font,fontFamily,fontWeight]);return fontFamilyStyle;}\nexport const __FramerMetadata__ = {\"exports\":{\"useFontControls\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useFontControls.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{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useRef,useState}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles}from\"https://framer.com/m/framer/default-utils.js\";/**\n * @framerIntrinsicWidth 600\n * @framerIntrinsicHeight 400\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n *\n * @framerDisableUnlink\n */export default function Embed({type,url,html,style={}}){if(type===\"url\"&&url){return /*#__PURE__*/_jsx(EmbedUrl,{url:url,style:style});}if(type===\"html\"&&html){return /*#__PURE__*/_jsx(EmbedHtml,{html:html,style:style});}return /*#__PURE__*/_jsx(Instructions,{style:style});}addPropertyControls(Embed,{type:{type:ControlType.Enum,defaultValue:\"url\",displaySegmentedControl:true,options:[\"url\",\"html\"],optionTitles:[\"URL\",\"HTML\"]},url:{title:\"URL\",type:ControlType.String,description:\"Some websites don\u2019t support embedding.\",hidden(props){return props.type!==\"url\";}},html:{title:\"HTML\",type:ControlType.String,displayTextArea:true,hidden(props){return props.type!==\"html\";}}});function Instructions({style}){return /*#__PURE__*/_jsx(\"div\",{style:{minHeight:getMinHeight(style),...emptyStateStyle,overflow:\"hidden\",...style},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"To embed a website or widget, add it to the properties\\xa0panel.\"})});}function EmbedUrl({url,style}){const hasAutoHeight=!style.height;// Add https:// if the URL does not have a protocol.\nif(!/[a-z]+:\\/\\//.test(url)){url=\"https://\"+url;}const onCanvas=useIsOnCanvas();// We need to check if the url is blocked inside an iframe by the X-Frame-Options\n// or Content-Security-Policy headers on the backend.\nconst[state,setState]=useState(onCanvas?undefined:false);useEffect(()=>{// We only want to check on the canvas.\n// On the website we want to avoid the additional delay.\nif(!onCanvas)return;// TODO: We could also use AbortController here.\nlet isLastEffect=true;setState(undefined);async function load(){const response=await fetch(\"https://api.framer.com/functions/check-iframe-url?url=\"+encodeURIComponent(url));if(response.status==200){const{isBlocked}=await response.json();if(isLastEffect){setState(isBlocked);}}else{const message=await response.text();console.error(message);const error=new Error(\"This site can\u2019t be reached.\");setState(error);}}load().catch(error=>{console.error(error);setState(error);});return()=>{isLastEffect=false;};},[url]);if(onCanvas&&hasAutoHeight){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"URL embeds do not support auto height.\",style:style});}if(!url.startsWith(\"https://\")){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"Unsupported protocol.\",style:style});}if(state===undefined){return /*#__PURE__*/_jsx(LoadingIndicator,{});}if(state instanceof Error){return /*#__PURE__*/_jsx(ErrorMessage,{message:state.message,style:style});}if(state===true){const message=`Can\u2019t embed ${url} due to its content security policy.`;return /*#__PURE__*/_jsx(ErrorMessage,{message:message,style:style});}return /*#__PURE__*/_jsx(\"iframe\",{src:url,style:{...iframeStyle,...style},loading:\"lazy\",// @ts-ignore\nfetchPriority:onCanvas?\"low\":\"auto\",referrerPolicy:\"no-referrer\",sandbox:getSandbox(onCanvas)});}const iframeStyle={width:\"100%\",height:\"100%\",border:\"none\"};function getSandbox(onCanvas){const result=[\"allow-same-origin\",\"allow-scripts\"];if(!onCanvas){result.push(\"allow-downloads\",\"allow-forms\",\"allow-modals\",\"allow-orientation-lock\",\"allow-pointer-lock\",\"allow-popups\",\"allow-popups-to-escape-sandbox\",\"allow-presentation\",\"allow-storage-access-by-user-activation\",\"allow-top-navigation-by-user-activation\");}return result.join(\" \");}function EmbedHtml({html,...props}){const hasScript=html.includes(\"</script>\");if(hasScript){const hasSplineViewer=html.includes(\"</spline-viewer>\");const hasComment=html.includes(\"<!-- framer-direct-embed -->\");if(hasSplineViewer||hasComment){return /*#__PURE__*/_jsx(EmbedHtmlWithScripts,{html:html,...props});}return /*#__PURE__*/_jsx(EmbedHtmlInsideIframe,{html:html,...props});}return /*#__PURE__*/_jsx(EmbedHtmlWithoutScripts,{html:html,...props});}function EmbedHtmlInsideIframe({html,style}){const ref=useRef();const[iframeHeight,setIframeHeight]=useState(0);// Handle auto sizing\nuseEffect(()=>{var _ref_current;const iframeWindow=(_ref_current=ref.current)===null||_ref_current===void 0?void 0:_ref_current.contentWindow;function handleMessage(event){if(event.source!==iframeWindow)return;const data=event.data;if(typeof data!==\"object\"||data===null)return;const height=data.embedHeight;if(typeof height!==\"number\")return;setIframeHeight(height);}window.addEventListener(\"message\",handleMessage);// After SSG the iframe loads before we attach the event handler,\n// therefore we need to request the latest height from the iframe.\niframeWindow===null||iframeWindow===void 0?void 0:iframeWindow.postMessage(\"getEmbedHeight\",\"*\");return()=>{window.removeEventListener(\"message\",handleMessage);};},[]);// The CSS is mainly copied from:\n// FramerStudio/src/app/vekter/src/renderer/setDefaultFont.ts\n// FramerStudio/src/app/vekter/src/export/globalStylesForExport.ts\nconst srcDoc=`\n<html>\n    <head>\n        <style>\n            html, body {\n                margin: 0;\n                padding: 0;\n            }\n\n            body {\n                display: flex;\n                justify-content: center;\n                align-items: center;\n                min-height: 100vh;\n            }\n\n            :root {\n                -webkit-font-smoothing: antialiased;\n                -moz-osx-font-smoothing: grayscale;\n            }\n\n            * {\n                box-sizing: border-box;\n                -webkit-font-smoothing: inherit;\n            }\n\n            h1, h2, h3, h4, h5, h6, p, figure {\n                margin: 0;\n            }\n\n            body, input, textarea, select, button {\n                font-size: 12px;\n                font-family: sans-serif;\n            }\n        </style>\n    </head>\n    <body>\n        ${html}\n        <script type=\"module\">\n            let height = 0\n\n            function sendEmbedHeight() {\n                window.parent.postMessage({\n                    embedHeight: height\n                }, \"*\")\n            }\n\n            const observer = new ResizeObserver((entries) => {\n                if (entries.length !== 1) return\n                const entry = entries[0]\n                if (entry.target !== document.body) return\n\n                height = entry.contentRect.height\n                sendEmbedHeight()\n            })\n\n            observer.observe(document.body)\n\n            window.addEventListener(\"message\", (event) => {\n                if (event.source !== window.parent) return\n                if (event.data !== \"getEmbedHeight\") return\n                sendEmbedHeight()\n            })\n        </script>\n    <body>\n</html>\n`;const currentStyle={...iframeStyle,...style};const hasAutoHeight=!style.height;if(hasAutoHeight){currentStyle.height=iframeHeight+\"px\";}return /*#__PURE__*/_jsx(\"iframe\",{ref:ref,style:currentStyle,srcDoc:srcDoc});}function EmbedHtmlWithScripts({html,style}){const ref=useRef();useEffect(()=>{const div=ref.current;if(!div)return;div.innerHTML=html;executeScripts(div);return()=>{div.innerHTML=\"\";};},[html]);return /*#__PURE__*/_jsx(\"div\",{ref:ref,style:{...htmlStyle,...style}});}function EmbedHtmlWithoutScripts({html,style}){return /*#__PURE__*/_jsx(\"div\",{style:{...htmlStyle,...style},dangerouslySetInnerHTML:{__html:html}});}const htmlStyle={width:\"100%\",height:\"100%\",display:\"flex\",flexDirection:\"column\",justifyContent:\"center\",alignItems:\"center\"};// This function replaces scripts with executable ones.\n// https://stackoverflow.com/questions/1197575/can-scripts-be-inserted-with-innerhtml\nfunction executeScripts(node){if(node instanceof Element&&node.tagName===\"SCRIPT\"){const script=document.createElement(\"script\");script.text=node.innerHTML;for(const{name,value}of node.attributes){script.setAttribute(name,value);}node.parentElement.replaceChild(script,node);}else{for(const child of node.childNodes){executeScripts(child);}}}// Generic components\nfunction LoadingIndicator(){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-componentPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"Loading\u2026\"})});}function ErrorMessage({message,style}){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{minHeight:getMinHeight(style),...containerStyles,overflow:\"hidden\",...style},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:message})});}const centerTextStyle={textAlign:\"center\",minWidth:140};// Returns a min-height if the component is using auto-height.\nfunction getMinHeight(style){const hasAutoHeight=!style.height;if(hasAutoHeight)return 200;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Embed\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"400\",\"framerIntrinsicWidth\":\"600\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerDisableUnlink\":\"\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Embed.map", "// Generated by Framer (575e68f)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]}];export const css=['.framer-7VpFZ .framer-styles-preset-1yt0rgv:not(.rich-text-wrapper), .framer-7VpFZ .framer-styles-preset-1yt0rgv.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: var(--token-f6eac330-98ef-414f-ae51-d5f8e67d146b, #444444); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-7VpFZ\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (fdd64f6)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,Link,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={ajQp4Im0Y:{hover:true}};const cycleOrder=[\"ajQp4Im0Y\"];const serializationHash=\"framer-2jkUw\";const variantClassNames={ajQp4Im0Y:\"framer-v-1mfjahb\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ajQp4Im0Y\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1mfjahb\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"ajQp4Im0Y\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"ajQp4Im0Y-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Link,{href:\"https://urest.co/\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-oxjzut framer-2pnyr5\",\"data-framer-name\":\"UREST_Logo_Mvi_37\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"CiVTL7jzj\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 48 15\"><path d=\"M 0.212 10.198 L 0.212 3.738 C 0.212 3.653 0.284 3.584 0.371 3.584 L 10.502 3.584 C 10.59 3.584 10.661 3.653 10.661 3.738 L 10.661 14.219 C 10.661 14.304 10.59 14.373 10.502 14.373 L 7.804 14.373 C 7.716 14.373 7.645 14.304 7.645 14.219 L 7.645 13.57 C 7.645 13.504 7.564 13.47 7.515 13.515 C 6.684 14.286 5.587 14.561 4.557 14.561 C 2.553 14.561 0.214 13.505 0.214 10.198 Z M 12.655 3.583 L 15.354 3.583 C 15.441 3.583 15.513 3.652 15.513 3.737 L 15.513 4.635 C 15.513 4.695 15.582 4.732 15.634 4.698 C 15.918 4.508 16.255 4.313 16.647 4.141 C 17.656 3.698 18.595 3.591 19.254 3.579 C 19.346 3.577 19.42 3.649 19.42 3.739 L 19.42 6.009 C 19.42 6.094 19.351 6.164 19.264 6.167 C 18.087 6.207 15.511 6.488 15.511 9.423 L 15.511 14.218 C 15.511 14.303 15.44 14.372 15.353 14.372 L 12.654 14.372 C 12.566 14.372 12.495 14.303 12.495 14.218 L 12.495 3.737 C 12.495 3.652 12.566 3.583 12.654 3.583 Z M 19.639 8.977 C 19.639 6.332 21.112 4.242 23.505 3.587 C 27.024 2.623 30.498 5.28 30.498 8.835 L 30.498 9.622 C 30.498 9.707 30.427 9.776 30.34 9.776 L 22.734 9.776 C 22.63 9.776 22.554 9.872 22.58 9.97 C 22.924 11.308 23.973 12.099 25.286 12.099 C 26.598 12.099 27.412 11.536 27.824 11.062 C 27.878 11 27.971 10.989 28.039 11.037 L 29.84 12.314 C 29.91 12.363 29.928 12.461 29.875 12.529 C 28.897 13.815 27.25 14.609 25.286 14.609 C 21.883 14.609 19.639 12.193 19.639 8.98 Z M 27.475 7.923 C 27.579 7.923 27.654 7.827 27.629 7.728 C 27.322 6.56 26.515 5.695 25.165 5.695 C 23.814 5.695 22.963 6.481 22.63 7.728 C 22.603 7.827 22.68 7.923 22.784 7.923 Z M 31.139 12.026 L 32.934 10.857 C 33.007 10.808 33.109 10.827 33.156 10.901 C 33.538 11.51 34.753 12.356 36.048 12.356 C 37.086 12.356 37.641 12.052 37.641 11.348 C 37.641 10.48 36.217 10.246 35.349 9.964 C 34.48 9.682 31.512 9.002 31.512 6.633 C 31.512 4.264 33.588 3.349 35.976 3.349 C 38.365 3.349 39.891 4.376 40.498 5.501 C 40.536 5.57 40.509 5.656 40.442 5.699 L 38.731 6.766 C 38.663 6.809 38.573 6.793 38.52 6.73 C 38.096 6.225 36.977 5.577 35.879 5.577 C 34.889 5.577 34.455 5.953 34.455 6.491 C 34.455 7.359 35.831 7.594 36.699 7.875 C 37.568 8.157 40.585 8.907 40.585 11.229 C 40.585 13.551 38.847 14.7 36 14.7 C 33.354 14.7 31.687 13.486 31.081 12.215 C 31.05 12.146 31.074 12.065 31.139 12.025 Z M 42.467 11.253 L 42.467 5.966 C 42.467 5.881 42.396 5.811 42.308 5.811 L 41.178 5.811 C 41.09 5.811 41.019 5.742 41.019 5.657 L 41.019 3.738 C 41.019 3.653 41.09 3.584 41.178 3.584 L 42.308 3.584 C 42.396 3.584 42.467 3.515 42.467 3.429 L 42.467 0.431 C 42.467 0.345 42.538 0.276 42.626 0.276 L 45.324 0.276 C 45.412 0.276 45.483 0.345 45.483 0.431 L 45.483 3.429 C 45.483 3.515 45.554 3.584 45.642 3.584 L 47.688 3.584 C 47.776 3.584 47.847 3.653 47.847 3.738 L 47.847 5.657 C 47.847 5.742 47.776 5.811 47.688 5.811 L 45.642 5.811 C 45.554 5.811 45.483 5.881 45.483 5.966 L 45.483 10.784 C 45.483 12.05 46.279 12.098 46.979 12.098 L 47.569 12.098 C 47.656 12.098 47.727 12.167 47.727 12.252 L 47.727 14.219 C 47.727 14.304 47.656 14.373 47.569 14.373 L 45.724 14.373 C 43.504 14.373 42.466 13.247 42.466 11.254 Z\" fill=\"var(--token-c7b016ac-a10b-4622-acaf-8a1593f166fd, rgb(255, 255, 255)) /* {&quot;name&quot;:&quot;White&quot;} */\"></path><path d=\"M 8.248 7.572 L 5.793 11.759 C 5.715 11.89 5.58 11.966 5.436 11.962 L 5.435 11.962 C 5.368 11.973 5.298 11.96 5.238 11.925 C 5.105 11.846 5.021 11.69 5.026 11.52 L 5.026 9.688 C 5.026 9.235 4.687 8.868 4.268 8.868 L 3.316 8.868 C 2.864 8.868 2.498 8.472 2.498 7.984 C 2.498 7.817 2.542 7.653 2.624 7.512 L 5.08 3.325 C 5.174 3.148 5.368 3.063 5.551 3.122 C 5.732 3.179 5.853 3.36 5.845 3.564 L 5.845 5.397 C 5.845 5.849 6.185 6.216 6.603 6.216 L 7.555 6.216 C 8.007 6.216 8.373 6.612 8.373 7.1 C 8.373 7.268 8.329 7.432 8.247 7.573 Z\" fill=\"var(--token-1339643a-2c51-41f4-85c3-1fa1d2729bd9, rgb(0, 62, 126)) /* {&quot;name&quot;:&quot;Primary Blue&quot;} */\"></path></svg>',svgContentId:10747905344,withExternalLayout:true,...addPropertyOverrides({\"ajQp4Im0Y-hover\":{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 48 15\"><path d=\"M 0.212 10.198 L 0.212 3.738 C 0.212 3.653 0.284 3.584 0.371 3.584 L 10.502 3.584 C 10.59 3.584 10.661 3.653 10.661 3.738 L 10.661 14.219 C 10.661 14.304 10.59 14.373 10.502 14.373 L 7.804 14.373 C 7.716 14.373 7.645 14.304 7.645 14.219 L 7.645 13.57 C 7.645 13.504 7.564 13.47 7.515 13.515 C 6.684 14.286 5.587 14.561 4.557 14.561 C 2.553 14.561 0.214 13.505 0.214 10.198 Z M 12.655 3.583 L 15.354 3.583 C 15.441 3.583 15.513 3.652 15.513 3.737 L 15.513 4.635 C 15.513 4.695 15.582 4.732 15.634 4.698 C 15.918 4.508 16.255 4.313 16.647 4.141 C 17.656 3.698 18.595 3.591 19.254 3.579 C 19.346 3.577 19.42 3.649 19.42 3.739 L 19.42 6.009 C 19.42 6.094 19.351 6.164 19.264 6.167 C 18.087 6.207 15.511 6.488 15.511 9.423 L 15.511 14.218 C 15.511 14.303 15.44 14.372 15.353 14.372 L 12.654 14.372 C 12.566 14.372 12.495 14.303 12.495 14.218 L 12.495 3.737 C 12.495 3.652 12.566 3.583 12.654 3.583 Z M 19.639 8.977 C 19.639 6.332 21.112 4.242 23.505 3.587 C 27.024 2.623 30.498 5.28 30.498 8.835 L 30.498 9.622 C 30.498 9.707 30.427 9.776 30.34 9.776 L 22.734 9.776 C 22.63 9.776 22.554 9.872 22.58 9.97 C 22.924 11.308 23.973 12.099 25.286 12.099 C 26.598 12.099 27.412 11.536 27.824 11.062 C 27.878 11 27.971 10.989 28.039 11.037 L 29.84 12.314 C 29.91 12.363 29.928 12.461 29.875 12.529 C 28.897 13.815 27.25 14.609 25.286 14.609 C 21.883 14.609 19.639 12.193 19.639 8.98 Z M 27.475 7.923 C 27.579 7.923 27.654 7.827 27.629 7.728 C 27.322 6.56 26.515 5.695 25.165 5.695 C 23.814 5.695 22.963 6.481 22.63 7.728 C 22.603 7.827 22.68 7.923 22.784 7.923 Z M 31.139 12.026 L 32.934 10.857 C 33.007 10.808 33.109 10.827 33.156 10.901 C 33.538 11.51 34.753 12.356 36.048 12.356 C 37.086 12.356 37.641 12.052 37.641 11.348 C 37.641 10.48 36.217 10.246 35.349 9.964 C 34.48 9.682 31.512 9.002 31.512 6.633 C 31.512 4.264 33.588 3.349 35.976 3.349 C 38.365 3.349 39.891 4.376 40.498 5.501 C 40.536 5.57 40.509 5.656 40.442 5.699 L 38.731 6.766 C 38.663 6.809 38.573 6.793 38.52 6.73 C 38.096 6.225 36.977 5.577 35.879 5.577 C 34.889 5.577 34.455 5.953 34.455 6.491 C 34.455 7.359 35.831 7.594 36.699 7.875 C 37.568 8.157 40.585 8.907 40.585 11.229 C 40.585 13.551 38.847 14.7 36 14.7 C 33.354 14.7 31.687 13.486 31.081 12.215 C 31.05 12.146 31.074 12.065 31.139 12.025 Z M 42.467 11.253 L 42.467 5.966 C 42.467 5.881 42.396 5.811 42.308 5.811 L 41.178 5.811 C 41.09 5.811 41.019 5.742 41.019 5.657 L 41.019 3.738 C 41.019 3.653 41.09 3.584 41.178 3.584 L 42.308 3.584 C 42.396 3.584 42.467 3.515 42.467 3.429 L 42.467 0.431 C 42.467 0.345 42.538 0.276 42.626 0.276 L 45.324 0.276 C 45.412 0.276 45.483 0.345 45.483 0.431 L 45.483 3.429 C 45.483 3.515 45.554 3.584 45.642 3.584 L 47.688 3.584 C 47.776 3.584 47.847 3.653 47.847 3.738 L 47.847 5.657 C 47.847 5.742 47.776 5.811 47.688 5.811 L 45.642 5.811 C 45.554 5.811 45.483 5.881 45.483 5.966 L 45.483 10.784 C 45.483 12.05 46.279 12.098 46.979 12.098 L 47.569 12.098 C 47.656 12.098 47.727 12.167 47.727 12.252 L 47.727 14.219 C 47.727 14.304 47.656 14.373 47.569 14.373 L 45.724 14.373 C 43.504 14.373 42.466 13.247 42.466 11.254 Z\" fill=\"var(--token-fd26ddda-bc1e-4bf6-a383-eac7b0c470f7, rgb(0, 138, 255)) /* {&quot;name&quot;:&quot;Blue 2&quot;} */\"></path><path d=\"M 8.248 7.572 L 5.793 11.759 C 5.715 11.89 5.58 11.966 5.436 11.962 L 5.435 11.962 C 5.368 11.973 5.298 11.96 5.238 11.925 C 5.105 11.846 5.021 11.69 5.026 11.52 L 5.026 9.688 C 5.026 9.235 4.687 8.868 4.268 8.868 L 3.316 8.868 C 2.864 8.868 2.498 8.472 2.498 7.984 C 2.498 7.817 2.542 7.653 2.624 7.512 L 5.08 3.325 C 5.174 3.148 5.368 3.063 5.551 3.122 C 5.732 3.179 5.853 3.36 5.845 3.564 L 5.845 5.397 C 5.845 5.849 6.185 6.216 6.603 6.216 L 7.555 6.216 C 8.007 6.216 8.373 6.612 8.373 7.1 C 8.373 7.268 8.329 7.432 8.247 7.573 Z\" fill=\"var(--token-1339643a-2c51-41f4-85c3-1fa1d2729bd9, rgb(0, 62, 126)) /* {&quot;name&quot;:&quot;Primary Blue&quot;} */\"></path></svg>',svgContentId:10483309988}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2jkUw.framer-2pnyr5, .framer-2jkUw .framer-2pnyr5 { display: block; }\",\".framer-2jkUw.framer-1mfjahb { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-2jkUw .framer-oxjzut { flex: none; height: 15px; position: relative; text-decoration: none; width: 48px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-2jkUw.framer-1mfjahb { gap: 0px; } .framer-2jkUw.framer-1mfjahb > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-2jkUw.framer-1mfjahb > :first-child { margin-left: 0px; } .framer-2jkUw.framer-1mfjahb > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 15\n * @framerIntrinsicWidth 48\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"x5tJ46lu5\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerpvYGCXmBE=withCSS(Component,css,\"framer-2jkUw\");export default FramerpvYGCXmBE;FramerpvYGCXmBE.displayName=\"Urest Logo\";FramerpvYGCXmBE.defaultProps={height:15,width:48};addFonts(FramerpvYGCXmBE,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerpvYGCXmBE\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"48\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"x5tJ46lu5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"15\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./pvYGCXmBE.map", "// Generated by Framer (0f540f8)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/dnoWnsuCKys1vKNsD68O/2mpARA5xFiNiQbYF42VA/X7SaTiRCZ.js\";const enabledGestures={JMW8Fi3Ru:{hover:true},xaPt66nT7:{hover:true}};const cycleOrder=[\"JMW8Fi3Ru\",\"xaPt66nT7\"];const serializationHash=\"framer-Bur8K\";const variantClassNames={JMW8Fi3Ru:\"framer-v-16m6ad4\",xaPt66nT7:\"framer-v-1fbbh8n\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={General:\"JMW8Fi3Ru\",Underlined:\"xaPt66nT7\"};const getProps=({height,id,link,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,etZALQJDE:link!==null&&link!==void 0?link:props.etZALQJDE,RCm7CSX59:(_ref=title!==null&&title!==void 0?title:props.RCm7CSX59)!==null&&_ref!==void 0?_ref:\"About us\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"JMW8Fi3Ru\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,RCm7CSX59,etZALQJDE,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"JMW8Fi3Ru\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:etZALQJDE,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-16m6ad4\",className,classNames)} framer-14jzifz`,\"data-framer-name\":\"General\",layoutDependency:layoutDependency,layoutId:\"JMW8Fi3Ru\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"JMW8Fi3Ru-hover\":{\"data-framer-name\":undefined},\"xaPt66nT7-hover\":{\"data-framer-name\":undefined},xaPt66nT7:{\"data-framer-name\":\"Underlined\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-ffke0z\",\"data-styles-preset\":\"X7SaTiRCZ\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c7b016ac-a10b-4622-acaf-8a1593f166fd, rgb(255, 255, 255)))\"},children:\"About us\"})}),className:\"framer-12t2ikc\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"qeX6tnkvh\",style:{\"--extracted-r6o4lv\":\"var(--token-c7b016ac-a10b-4622-acaf-8a1593f166fd, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:RCm7CSX59,variants:{\"xaPt66nT7-hover\":{\"--extracted-r6o4lv\":\"var(--token-b2f76b56-c4f2-4013-b0f8-08d0fa8ea24e, rgb(241, 241, 241))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"JMW8Fi3Ru-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"200%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c7b016ac-a10b-4622-acaf-8a1593f166fd, rgb(255, 255, 255)))\",\"--framer-text-decoration\":\"underline\"},children:\"About us\"})})},\"xaPt66nT7-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"200%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b2f76b56-c4f2-4013-b0f8-08d0fa8ea24e, rgb(241, 241, 241)))\",\"--framer-text-decoration\":\"underline\"},children:\"About us\"})})},xaPt66nT7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"200%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c7b016ac-a10b-4622-acaf-8a1593f166fd, rgb(255, 255, 255)))\",\"--framer-text-decoration\":\"underline\"},children:\"About us\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Bur8K.framer-14jzifz, .framer-Bur8K .framer-14jzifz { display: block; }\",\".framer-Bur8K.framer-16m6ad4 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 68px; }\",\".framer-Bur8K .framer-12t2ikc { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Bur8K.framer-16m6ad4 { gap: 0px; } .framer-Bur8K.framer-16m6ad4 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Bur8K.framer-16m6ad4 > :first-child { margin-left: 0px; } .framer-Bur8K.framer-16m6ad4 > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 68\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"xaPt66nT7\":{\"layout\":[\"fixed\",\"auto\"]},\"rQQKjTpgF\":{\"layout\":[\"fixed\",\"auto\"]},\"qcSNjZEIZ\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"RCm7CSX59\":\"title\",\"etZALQJDE\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerXF7kh_2Ya=withCSS(Component,css,\"framer-Bur8K\");export default FramerXF7kh_2Ya;FramerXF7kh_2Ya.displayName=\"Footer Link\";FramerXF7kh_2Ya.defaultProps={height:32,width:68};addPropertyControls(FramerXF7kh_2Ya,{variant:{options:[\"JMW8Fi3Ru\",\"xaPt66nT7\"],optionTitles:[\"General\",\"Underlined\"],title:\"Variant\",type:ControlType.Enum},RCm7CSX59:{defaultValue:\"About us\",displayTextArea:false,title:\"Title\",type:ControlType.String},etZALQJDE:{title:\"Link\",type:ControlType.Link}});addFonts(FramerXF7kh_2Ya,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXF7kh_2Ya\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"68\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xaPt66nT7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rQQKjTpgF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qcSNjZEIZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"RCm7CSX59\\\":\\\"title\\\",\\\"etZALQJDE\\\":\\\"link\\\"}\",\"framerIntrinsicHeight\":\"32\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (57b1764)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,ResolveLinks,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/Xr8CO3Ul8Gb7lVfgMKTh/Embed.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/E5CvjzR1T7KeMRKLhFFW/hAYH8L2Cmml4USByfpnn/exWg0nzRt.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/k70KHdo137odrO5xohVm/NuqxSzWK1u1ZTzPxnXBA/wISB3c37t.js\";import UrestLogo from\"https://framerusercontent.com/modules/mwHyBjUqjijkC9lnmd4O/AOhmyXhfTsjHoz4cgiPy/pvYGCXmBE.js\";import FooterLink from\"https://framerusercontent.com/modules/lJVazaSB79z4WWxrcutq/PzkEwoiETErDBDAWzWxP/XF7kh_2Ya.js\";const EmbedFonts=getFonts(Embed);const FooterLinkFonts=getFonts(FooterLink);const FeatherFonts=getFonts(Feather);const UrestLogoFonts=getFonts(UrestLogo);const cycleOrder=[\"aBlWO1xqE\",\"RwQ2FZVxc\",\"u0_NLyMt0\",\"uCO8Vkeci\"];const serializationHash=\"framer-1gb5r\";const variantClassNames={aBlWO1xqE:\"framer-v-118fx1e\",RwQ2FZVxc:\"framer-v-xzp46i\",u0_NLyMt0:\"framer-v-snr101\",uCO8Vkeci:\"framer-v-kyrdf5\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"aBlWO1xqE\",Laptop:\"RwQ2FZVxc\",Phone:\"uCO8Vkeci\",Tablet:\"u0_NLyMt0\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"aBlWO1xqE\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"aBlWO1xqE\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-118fx1e\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"aBlWO1xqE\",ref:refBinding,style:{backgroundColor:\"var(--token-1339643a-2c51-41f4-85c3-1fa1d2729bd9, rgb(0, 62, 126))\",...style},...addPropertyOverrides({RwQ2FZVxc:{\"data-framer-name\":\"Laptop\"},u0_NLyMt0:{\"data-framer-name\":\"Tablet\"},uCO8Vkeci:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:611,intrinsicWidth:752,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||905)-611),pixelHeight:611,pixelWidth:752,sizes:\"752px\",src:\"https://framerusercontent.com/images/6seiedjg4QNTVZWiFenjBnuRSiI.png\",srcSet:\"https://framerusercontent.com/images/6seiedjg4QNTVZWiFenjBnuRSiI.png?scale-down-to=512 512w,https://framerusercontent.com/images/6seiedjg4QNTVZWiFenjBnuRSiI.png 752w\"},className:\"framer-158xow0\",\"data-framer-name\":\"Logo - bg\",layoutDependency:layoutDependency,layoutId:\"XA7g60f8W\",...addPropertyOverrides({RwQ2FZVxc:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:611,intrinsicWidth:752,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||1114)-611),pixelHeight:611,pixelWidth:752,sizes:\"752px\",src:\"https://framerusercontent.com/images/6seiedjg4QNTVZWiFenjBnuRSiI.png\",srcSet:\"https://framerusercontent.com/images/6seiedjg4QNTVZWiFenjBnuRSiI.png?scale-down-to=512 512w,https://framerusercontent.com/images/6seiedjg4QNTVZWiFenjBnuRSiI.png 752w\"}},u0_NLyMt0:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:611,intrinsicWidth:752,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||1348.5)-611),pixelHeight:611,pixelWidth:752,sizes:\"752px\",src:\"https://framerusercontent.com/images/6seiedjg4QNTVZWiFenjBnuRSiI.png\",srcSet:\"https://framerusercontent.com/images/6seiedjg4QNTVZWiFenjBnuRSiI.png?scale-down-to=512 512w,https://framerusercontent.com/images/6seiedjg4QNTVZWiFenjBnuRSiI.png 752w\"}},uCO8Vkeci:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:611,intrinsicWidth:752,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(componentViewport?.height||1949)-301),pixelHeight:611,pixelWidth:752,sizes:\"370.4615px\",src:\"https://framerusercontent.com/images/6seiedjg4QNTVZWiFenjBnuRSiI.png\",srcSet:\"https://framerusercontent.com/images/6seiedjg4QNTVZWiFenjBnuRSiI.png?scale-down-to=512 512w,https://framerusercontent.com/images/6seiedjg4QNTVZWiFenjBnuRSiI.png 752w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lnv4nu\",\"data-framer-name\":\"Limit\",layoutDependency:layoutDependency,layoutId:\"y4SZGtqBp\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1b50v2b\",\"data-framer-name\":\"Content Wrapper\",layoutDependency:layoutDependency,layoutId:\"ePm2pUjEA\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-108dmly\",\"data-framer-name\":\"Logos\",layoutDependency:layoutDependency,layoutId:\"knWtQ7As0\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1h17vbt\",layoutDependency:layoutDependency,layoutId:\"M06Pm0Hrw\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:121,intrinsicWidth:119,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+37.916+0+0+-20+27),pixelHeight:121,pixelWidth:119,src:\"https://framerusercontent.com/images/9iAIQrvFmaEqTRoXGLYCgKRozU.png\"},className:\"framer-nj6b8a\",\"data-framer-name\":\"cognia_accred_badge_grey_684x684_1_1\",layoutDependency:layoutDependency,layoutId:\"pAELADovL\",...addPropertyOverrides({RwQ2FZVxc:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:121,intrinsicWidth:119,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+-29.4086+0+0+-20+27),pixelHeight:121,pixelWidth:119,src:\"https://framerusercontent.com/images/9iAIQrvFmaEqTRoXGLYCgKRozU.png\"}},u0_NLyMt0:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:121,intrinsicWidth:119,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+-42.3237+0+0+-20+27),pixelHeight:121,pixelWidth:119,src:\"https://framerusercontent.com/images/9iAIQrvFmaEqTRoXGLYCgKRozU.png\"}},uCO8Vkeci:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:121,intrinsicWidth:119,pixelHeight:121,pixelWidth:119,src:\"https://framerusercontent.com/images/9iAIQrvFmaEqTRoXGLYCgKRozU.png\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:121,intrinsicWidth:119,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+37.916+0+0+-20+27),pixelHeight:2400,pixelWidth:2400,positionX:\"center\",positionY:\"center\",sizes:\"94.4132px\",src:\"https://framerusercontent.com/images/7K3SF6K2aaGGdOcnB6kP4IFytw.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/7K3SF6K2aaGGdOcnB6kP4IFytw.png?scale-down-to=512 512w,https://framerusercontent.com/images/7K3SF6K2aaGGdOcnB6kP4IFytw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7K3SF6K2aaGGdOcnB6kP4IFytw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/7K3SF6K2aaGGdOcnB6kP4IFytw.png 2400w\"},className:\"framer-m753gu\",\"data-framer-name\":\"Character.org\",layoutDependency:layoutDependency,layoutId:\"XbP4f7zUr\",...addPropertyOverrides({RwQ2FZVxc:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:121,intrinsicWidth:119,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+-29.4086+0+0+-20+27),pixelHeight:2400,pixelWidth:2400,positionX:\"center\",positionY:\"center\",sizes:\"94.4132px\",src:\"https://framerusercontent.com/images/7K3SF6K2aaGGdOcnB6kP4IFytw.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/7K3SF6K2aaGGdOcnB6kP4IFytw.png?scale-down-to=512 512w,https://framerusercontent.com/images/7K3SF6K2aaGGdOcnB6kP4IFytw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7K3SF6K2aaGGdOcnB6kP4IFytw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/7K3SF6K2aaGGdOcnB6kP4IFytw.png 2400w\"}},u0_NLyMt0:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:121,intrinsicWidth:119,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+-42.3237+0+0+-20+27),pixelHeight:2400,pixelWidth:2400,positionX:\"center\",positionY:\"center\",sizes:\"94.4132px\",src:\"https://framerusercontent.com/images/7K3SF6K2aaGGdOcnB6kP4IFytw.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/7K3SF6K2aaGGdOcnB6kP4IFytw.png?scale-down-to=512 512w,https://framerusercontent.com/images/7K3SF6K2aaGGdOcnB6kP4IFytw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7K3SF6K2aaGGdOcnB6kP4IFytw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/7K3SF6K2aaGGdOcnB6kP4IFytw.png 2400w\"}},uCO8Vkeci:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:121,intrinsicWidth:119,pixelHeight:2400,pixelWidth:2400,positionX:\"center\",positionY:\"center\",sizes:\"94.4132px\",src:\"https://framerusercontent.com/images/7K3SF6K2aaGGdOcnB6kP4IFytw.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/7K3SF6K2aaGGdOcnB6kP4IFytw.png?scale-down-to=512 512w,https://framerusercontent.com/images/7K3SF6K2aaGGdOcnB6kP4IFytw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7K3SF6K2aaGGdOcnB6kP4IFytw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/7K3SF6K2aaGGdOcnB6kP4IFytw.png 2400w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"kTSsKgfEw\",scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:645,intrinsicWidth:708,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+37.916+0+0+-20+21.5),pixelHeight:942,pixelWidth:1035,sizes:\"117.4512px\",src:\"https://framerusercontent.com/images/itrmDqPEzk82l6wDZjxCqkFI.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/itrmDqPEzk82l6wDZjxCqkFI.png?scale-down-to=512 512w,https://framerusercontent.com/images/itrmDqPEzk82l6wDZjxCqkFI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/itrmDqPEzk82l6wDZjxCqkFI.png 1035w\"},className:\"framer-xt2l9n framer-12zu996\",\"data-framer-name\":\"Logo_Wrapper\",layoutDependency:layoutDependency,layoutId:\"kTSsKgfEw\",...addPropertyOverrides({RwQ2FZVxc:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:645,intrinsicWidth:708,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+-29.4086+0+0+-20+21.5),pixelHeight:942,pixelWidth:1035,sizes:\"117.4512px\",src:\"https://framerusercontent.com/images/itrmDqPEzk82l6wDZjxCqkFI.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/itrmDqPEzk82l6wDZjxCqkFI.png?scale-down-to=512 512w,https://framerusercontent.com/images/itrmDqPEzk82l6wDZjxCqkFI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/itrmDqPEzk82l6wDZjxCqkFI.png 1035w\"}},u0_NLyMt0:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:645,intrinsicWidth:708,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+-42.3237+0+0+-20+21.5),pixelHeight:942,pixelWidth:1035,sizes:\"117.4512px\",src:\"https://framerusercontent.com/images/itrmDqPEzk82l6wDZjxCqkFI.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/itrmDqPEzk82l6wDZjxCqkFI.png?scale-down-to=512 512w,https://framerusercontent.com/images/itrmDqPEzk82l6wDZjxCqkFI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/itrmDqPEzk82l6wDZjxCqkFI.png 1035w\"}},uCO8Vkeci:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:645,intrinsicWidth:708,pixelHeight:942,pixelWidth:1035,sizes:\"117.4512px\",src:\"https://framerusercontent.com/images/itrmDqPEzk82l6wDZjxCqkFI.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/itrmDqPEzk82l6wDZjxCqkFI.png?scale-down-to=512 512w,https://framerusercontent.com/images/itrmDqPEzk82l6wDZjxCqkFI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/itrmDqPEzk82l6wDZjxCqkFI.png 1035w\"}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-cmvf24-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"VAlI5KpHP-container\",nodeId:\"VAlI5KpHP\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<!-- Begin Niche badge code -->\\n<div style=\"text-align:center;display:block;\"><a title=\"2025 Niche Best Schools\" href=\"https://www.niche.com/k12/rankings/?utm_source=rankings_2025&utm_medium=badge&utm_campaign=k12\"><img style=\"border:0;display:block;margin:0;width:150px;height:150px;\" src=\"https://external.niche.com/rankings-badges/niche-best-schools-badge-2025.png\" alt=\"2025 Niche Best Schools\" ></a></div>\\n<!-- End Niche badge code -->\\n\t\t\t\t\t',id:\"VAlI5KpHP\",layoutId:\"VAlI5KpHP\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-os1ay2\",layoutDependency:layoutDependency,layoutId:\"voJfpkArY\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-282s48-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"mrIxeMQvA-container\",nodeId:\"mrIxeMQvA\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<strong><a style=\"color: #fff;\" title=\"Private Elementary School in Chantilly, VA & STEM School Near Me\" href=\"//paedu.org\">Private K-12 STEM School in\\xa0Chantilly,\\xa0VA\\xa0</a></strong>',id:\"mrIxeMQvA\",layoutId:\"mrIxeMQvA\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\",...addPropertyOverrides({uCO8Vkeci:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1er88s9\",\"data-framer-name\":\"Menus\",layoutDependency:layoutDependency,layoutId:\"njrN_Fs5n\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ngvdmq\",\"data-framer-name\":\"About us\",layoutDependency:layoutDependency,layoutId:\"y_WoLa0tS\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-pclixa\",\"data-styles-preset\":\"wISB3c37t\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-c7b016ac-a10b-4622-acaf-8a1593f166fd, rgb(255, 255, 255)))\"},children:\"About us\"})}),className:\"framer-g31h4p\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"n4KzPHnNV\",style:{\"--extracted-1lwpl3i\":\"var(--token-c7b016ac-a10b-4622-acaf-8a1593f166fd, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ofbHx6EXm\"},implicitPathVariables:undefined},{href:{webPageId:\"ofbHx6EXm\"},implicitPathVariables:undefined},{href:{webPageId:\"ofbHx6EXm\"},implicitPathVariables:undefined},{href:{webPageId:\"ofbHx6EXm\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1440px) - 250px) / 6, 1px)`,y:(componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+37.916+0+130+0+20+37.6,...addPropertyOverrides({RwQ2FZVxc:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+-29.4086+0+130+0+20+37.6},u0_NLyMt0:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 100px) / 3, 50px)`,y:(componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+-42.3237+0+130+0+0+20+37.6},uCO8Vkeci:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 20px) / 2, 50px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-11e0joi-container\",layoutDependency:layoutDependency,layoutId:\"sFrLNuWAZ-container\",nodeId:\"sFrLNuWAZ\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(FooterLink,{etZALQJDE:resolvedLinks[0],height:\"100%\",id:\"sFrLNuWAZ\",layoutId:\"sFrLNuWAZ\",RCm7CSX59:\"Our mission\",style:{width:\"100%\"},variant:\"JMW8Fi3Ru\",width:\"100%\",...addPropertyOverrides({RwQ2FZVxc:{etZALQJDE:resolvedLinks[1]},u0_NLyMt0:{etZALQJDE:resolvedLinks[2]},uCO8Vkeci:{etZALQJDE:resolvedLinks[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"nFcLC8GK6\"},implicitPathVariables:undefined},{href:{webPageId:\"nFcLC8GK6\"},implicitPathVariables:undefined},{href:{webPageId:\"nFcLC8GK6\"},implicitPathVariables:undefined},{href:{webPageId:\"nFcLC8GK6\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1440px) - 250px) / 6, 1px)`,y:(componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+37.916+0+130+0+20+79.6,...addPropertyOverrides({RwQ2FZVxc:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+-29.4086+0+130+0+20+79.6},u0_NLyMt0:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 100px) / 3, 50px)`,y:(componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+-42.3237+0+130+0+0+20+79.6},uCO8Vkeci:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 20px) / 2, 50px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-trli39-container\",layoutDependency:layoutDependency,layoutId:\"S9L4YC4HE-container\",nodeId:\"S9L4YC4HE\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(FooterLink,{etZALQJDE:resolvedLinks1[0],height:\"100%\",id:\"S9L4YC4HE\",layoutId:\"S9L4YC4HE\",RCm7CSX59:\"Our School Profile\",style:{width:\"100%\"},variant:\"JMW8Fi3Ru\",width:\"100%\",...addPropertyOverrides({RwQ2FZVxc:{etZALQJDE:resolvedLinks1[1]},u0_NLyMt0:{etZALQJDE:resolvedLinks1[2]},uCO8Vkeci:{etZALQJDE:resolvedLinks1[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"mV_7F0Sug\"},implicitPathVariables:undefined},{href:{webPageId:\"mV_7F0Sug\"},implicitPathVariables:undefined},{href:{webPageId:\"mV_7F0Sug\"},implicitPathVariables:undefined},{href:{webPageId:\"mV_7F0Sug\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1440px) - 250px) / 6, 1px)`,y:(componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+37.916+0+130+0+20+121.6,...addPropertyOverrides({RwQ2FZVxc:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+-29.4086+0+130+0+20+121.6},u0_NLyMt0:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 100px) / 3, 50px)`,y:(componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+-42.3237+0+130+0+0+20+121.6},uCO8Vkeci:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 20px) / 2, 50px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-10gu1zl-container\",layoutDependency:layoutDependency,layoutId:\"QsT6Fnj66-container\",nodeId:\"QsT6Fnj66\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(FooterLink,{etZALQJDE:resolvedLinks2[0],height:\"100%\",id:\"QsT6Fnj66\",layoutId:\"QsT6Fnj66\",RCm7CSX59:\"Virtual School Tour\",style:{width:\"100%\"},variant:\"JMW8Fi3Ru\",width:\"100%\",...addPropertyOverrides({RwQ2FZVxc:{etZALQJDE:resolvedLinks2[1]},u0_NLyMt0:{etZALQJDE:resolvedLinks2[2]},uCO8Vkeci:{etZALQJDE:resolvedLinks2[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"F0gA6b5WW\"},implicitPathVariables:undefined},{href:{webPageId:\"F0gA6b5WW\"},implicitPathVariables:undefined},{href:{webPageId:\"F0gA6b5WW\"},implicitPathVariables:undefined},{href:{webPageId:\"F0gA6b5WW\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1440px) - 250px) / 6, 1px)`,y:(componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+37.916+0+130+0+20+163.6,...addPropertyOverrides({RwQ2FZVxc:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+-29.4086+0+130+0+20+163.6},u0_NLyMt0:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 100px) / 3, 50px)`,y:(componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+-42.3237+0+130+0+0+20+163.6},uCO8Vkeci:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 20px) / 2, 50px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-19181ry-container\",layoutDependency:layoutDependency,layoutId:\"FQQhvT0Sw-container\",nodeId:\"FQQhvT0Sw\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(FooterLink,{etZALQJDE:resolvedLinks3[0],height:\"100%\",id:\"FQQhvT0Sw\",layoutId:\"FQQhvT0Sw\",RCm7CSX59:\"Join Our Team\",style:{width:\"100%\"},variant:\"JMW8Fi3Ru\",width:\"100%\",...addPropertyOverrides({RwQ2FZVxc:{etZALQJDE:resolvedLinks3[1]},u0_NLyMt0:{etZALQJDE:resolvedLinks3[2]},uCO8Vkeci:{etZALQJDE:resolvedLinks3[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"qx4pjuInp\"},implicitPathVariables:undefined},{href:{webPageId:\"qx4pjuInp\"},implicitPathVariables:undefined},{href:{webPageId:\"qx4pjuInp\"},implicitPathVariables:undefined},{href:{webPageId:\"qx4pjuInp\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1440px) - 250px) / 6, 1px)`,y:(componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+37.916+0+130+0+20+205.6,...addPropertyOverrides({RwQ2FZVxc:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+-29.4086+0+130+0+20+205.6},u0_NLyMt0:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 100px) / 3, 50px)`,y:(componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+-42.3237+0+130+0+0+20+205.6},uCO8Vkeci:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 20px) / 2, 50px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-sjyxju-container\",layoutDependency:layoutDependency,layoutId:\"eEoBj924g-container\",nodeId:\"eEoBj924g\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(FooterLink,{etZALQJDE:resolvedLinks4[0],height:\"100%\",id:\"eEoBj924g\",layoutId:\"eEoBj924g\",RCm7CSX59:\"Blog\",style:{width:\"100%\"},variant:\"JMW8Fi3Ru\",width:\"100%\",...addPropertyOverrides({RwQ2FZVxc:{etZALQJDE:resolvedLinks4[1]},u0_NLyMt0:{etZALQJDE:resolvedLinks4[2]},uCO8Vkeci:{etZALQJDE:resolvedLinks4[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"r5hwAHzb1\"},implicitPathVariables:undefined},{href:{webPageId:\"r5hwAHzb1\"},implicitPathVariables:undefined},{href:{webPageId:\"r5hwAHzb1\"},implicitPathVariables:undefined},{href:{webPageId:\"r5hwAHzb1\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1440px) - 250px) / 6, 1px)`,y:(componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+37.916+0+130+0+20+247.6,...addPropertyOverrides({RwQ2FZVxc:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+-29.4086+0+130+0+20+247.6},u0_NLyMt0:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 100px) / 3, 50px)`,y:(componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+-42.3237+0+130+0+0+20+247.6},uCO8Vkeci:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 20px) / 2, 50px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1yrj9dg-container\",layoutDependency:layoutDependency,layoutId:\"D0vMGxO0D-container\",nodeId:\"D0vMGxO0D\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(FooterLink,{etZALQJDE:resolvedLinks5[0],height:\"100%\",id:\"D0vMGxO0D\",layoutId:\"D0vMGxO0D\",RCm7CSX59:\"News\",style:{width:\"100%\"},variant:\"JMW8Fi3Ru\",width:\"100%\",...addPropertyOverrides({RwQ2FZVxc:{etZALQJDE:resolvedLinks5[1]},u0_NLyMt0:{etZALQJDE:resolvedLinks5[2]},uCO8Vkeci:{etZALQJDE:resolvedLinks5[3]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-90wwv6\",\"data-framer-name\":\"Admission\",layoutDependency:layoutDependency,layoutId:\"bhs9EKk7I\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-pclixa\",\"data-styles-preset\":\"wISB3c37t\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-c7b016ac-a10b-4622-acaf-8a1593f166fd, rgb(255, 255, 255)))\"},children:\"Admission\"})}),className:\"framer-e9rlfw\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"gfEkGGMel\",style:{\"--extracted-1lwpl3i\":\"var(--token-c7b016ac-a10b-4622-acaf-8a1593f166fd, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"yUyjbyIXY\"},implicitPathVariables:undefined},{href:{webPageId:\"yUyjbyIXY\"},implicitPathVariables:undefined},{href:{webPageId:\"yUyjbyIXY\"},implicitPathVariables:undefined},{href:{webPageId:\"yUyjbyIXY\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1440px) - 250px) / 6, 1px)`,y:(componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+37.916+0+130+0+20+37.6,...addPropertyOverrides({RwQ2FZVxc:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+-29.4086+0+130+0+20+37.6},u0_NLyMt0:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 100px) / 3, 50px)`,y:(componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+-42.3237+0+130+0+0+20+37.6},uCO8Vkeci:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 20px) / 2, 50px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-trsgpy-container\",layoutDependency:layoutDependency,layoutId:\"DsDv3xhra-container\",nodeId:\"DsDv3xhra\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(FooterLink,{etZALQJDE:resolvedLinks6[0],height:\"100%\",id:\"DsDv3xhra\",layoutId:\"DsDv3xhra\",RCm7CSX59:\"Welcome to Pinnacle\",style:{width:\"100%\"},variant:\"JMW8Fi3Ru\",width:\"100%\",...addPropertyOverrides({RwQ2FZVxc:{etZALQJDE:resolvedLinks6[1]},u0_NLyMt0:{etZALQJDE:resolvedLinks6[2]},uCO8Vkeci:{etZALQJDE:resolvedLinks6[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"g99HLXga2\"},implicitPathVariables:undefined},{href:{webPageId:\"g99HLXga2\"},implicitPathVariables:undefined},{href:{webPageId:\"g99HLXga2\"},implicitPathVariables:undefined},{href:{webPageId:\"g99HLXga2\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1440px) - 250px) / 6, 1px)`,y:(componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+37.916+0+130+0+20+79.6,...addPropertyOverrides({RwQ2FZVxc:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+-29.4086+0+130+0+20+79.6},u0_NLyMt0:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 100px) / 3, 50px)`,y:(componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+-42.3237+0+130+0+0+20+79.6},uCO8Vkeci:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 20px) / 2, 50px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vqdets-container\",layoutDependency:layoutDependency,layoutId:\"rx0GkBsvT-container\",nodeId:\"rx0GkBsvT\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(FooterLink,{etZALQJDE:resolvedLinks7[0],height:\"100%\",id:\"rx0GkBsvT\",layoutId:\"rx0GkBsvT\",RCm7CSX59:\"Visit\",style:{width:\"100%\"},variant:\"JMW8Fi3Ru\",width:\"100%\",...addPropertyOverrides({RwQ2FZVxc:{etZALQJDE:resolvedLinks7[1]},u0_NLyMt0:{etZALQJDE:resolvedLinks7[2]},uCO8Vkeci:{etZALQJDE:resolvedLinks7[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"b28qvfQxr\"},implicitPathVariables:undefined},{href:{webPageId:\"b28qvfQxr\"},implicitPathVariables:undefined},{href:{webPageId:\"b28qvfQxr\"},implicitPathVariables:undefined},{href:{webPageId:\"b28qvfQxr\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1440px) - 250px) / 6, 1px)`,y:(componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+37.916+0+130+0+20+121.6,...addPropertyOverrides({RwQ2FZVxc:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+-29.4086+0+130+0+20+121.6},u0_NLyMt0:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 100px) / 3, 50px)`,y:(componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+-42.3237+0+130+0+0+20+121.6},uCO8Vkeci:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 20px) / 2, 50px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ntd34o-container\",layoutDependency:layoutDependency,layoutId:\"HLPnHSEZk-container\",nodeId:\"HLPnHSEZk\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(FooterLink,{etZALQJDE:resolvedLinks8[0],height:\"100%\",id:\"HLPnHSEZk\",layoutId:\"HLPnHSEZk\",RCm7CSX59:\"Apply\",style:{width:\"100%\"},variant:\"JMW8Fi3Ru\",width:\"100%\",...addPropertyOverrides({RwQ2FZVxc:{etZALQJDE:resolvedLinks8[1]},u0_NLyMt0:{etZALQJDE:resolvedLinks8[2]},uCO8Vkeci:{etZALQJDE:resolvedLinks8[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Yc9v0mQUg\"},implicitPathVariables:undefined},{href:{webPageId:\"Yc9v0mQUg\"},implicitPathVariables:undefined},{href:{webPageId:\"Yc9v0mQUg\"},implicitPathVariables:undefined},{href:{webPageId:\"Yc9v0mQUg\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1440px) - 250px) / 6, 1px)`,y:(componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+37.916+0+130+0+20+163.6,...addPropertyOverrides({RwQ2FZVxc:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+-29.4086+0+130+0+20+163.6},u0_NLyMt0:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 100px) / 3, 50px)`,y:(componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+-42.3237+0+130+0+0+20+163.6},uCO8Vkeci:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 20px) / 2, 50px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1a1sgvb-container\",layoutDependency:layoutDependency,layoutId:\"c0IFujeUN-container\",nodeId:\"c0IFujeUN\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(FooterLink,{etZALQJDE:resolvedLinks9[0],height:\"100%\",id:\"c0IFujeUN\",layoutId:\"c0IFujeUN\",RCm7CSX59:\"Tuition\",style:{width:\"100%\"},variant:\"JMW8Fi3Ru\",width:\"100%\",...addPropertyOverrides({RwQ2FZVxc:{etZALQJDE:resolvedLinks9[1]},u0_NLyMt0:{etZALQJDE:resolvedLinks9[2]},uCO8Vkeci:{etZALQJDE:resolvedLinks9[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1440px) - 250px) / 6, 1px)`,y:(componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+37.916+0+130+0+20+205.6,...addPropertyOverrides({RwQ2FZVxc:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+-29.4086+0+130+0+20+205.6},u0_NLyMt0:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 100px) / 3, 50px)`,y:(componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+-42.3237+0+130+0+0+20+205.6},uCO8Vkeci:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 20px) / 2, 50px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-7h05jd-container\",layoutDependency:layoutDependency,layoutId:\"nEP7VS5rt-container\",nodeId:\"nEP7VS5rt\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(FooterLink,{etZALQJDE:\"https://www.eventbrite.com/e/pinnacle-academy-open-house-2024-2025-school-year-tickets-768410736197?aff=erelexpmlt\",height:\"100%\",id:\"nEP7VS5rt\",layoutId:\"nEP7VS5rt\",RCm7CSX59:\"Open House\",style:{width:\"100%\"},variant:\"JMW8Fi3Ru\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ESrKnkbtd\"},implicitPathVariables:undefined},{href:{webPageId:\"ESrKnkbtd\"},implicitPathVariables:undefined},{href:{webPageId:\"ESrKnkbtd\"},implicitPathVariables:undefined},{href:{webPageId:\"ESrKnkbtd\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1440px) - 250px) / 6, 1px)`,y:(componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+37.916+0+130+0+20+247.6,...addPropertyOverrides({RwQ2FZVxc:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+-29.4086+0+130+0+20+247.6},u0_NLyMt0:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 100px) / 3, 50px)`,y:(componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+-42.3237+0+130+0+0+20+247.6},uCO8Vkeci:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 20px) / 2, 50px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-en6m57-container\",layoutDependency:layoutDependency,layoutId:\"tSlWOrsED-container\",nodeId:\"tSlWOrsED\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(FooterLink,{etZALQJDE:resolvedLinks10[0],height:\"100%\",id:\"tSlWOrsED\",layoutId:\"tSlWOrsED\",RCm7CSX59:\"International Students\",style:{width:\"100%\"},variant:\"JMW8Fi3Ru\",width:\"100%\",...addPropertyOverrides({RwQ2FZVxc:{etZALQJDE:resolvedLinks10[1]},u0_NLyMt0:{etZALQJDE:resolvedLinks10[2]},uCO8Vkeci:{etZALQJDE:resolvedLinks10[3]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1x9mbeq\",\"data-framer-name\":\"Academics\",layoutDependency:layoutDependency,layoutId:\"DGsvj0Ru2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-pclixa\",\"data-styles-preset\":\"wISB3c37t\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-c7b016ac-a10b-4622-acaf-8a1593f166fd, rgb(255, 255, 255)))\"},children:\"Academics\"})}),className:\"framer-1yne03a\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vEDRVR4nt\",style:{\"--extracted-1lwpl3i\":\"var(--token-c7b016ac-a10b-4622-acaf-8a1593f166fd, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vlawyN3kh\"},implicitPathVariables:undefined},{href:{webPageId:\"vlawyN3kh\"},implicitPathVariables:undefined},{href:{webPageId:\"vlawyN3kh\"},implicitPathVariables:undefined},{href:{webPageId:\"vlawyN3kh\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1440px) - 250px) / 6, 1px)`,y:(componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+37.916+0+130+0+20+37.6,...addPropertyOverrides({RwQ2FZVxc:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+-29.4086+0+130+0+20+37.6},u0_NLyMt0:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 100px) / 3, 50px)`,y:(componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+-42.3237+0+130+0+0+20+37.6},uCO8Vkeci:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 20px) / 2, 50px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-kvhg9t-container\",layoutDependency:layoutDependency,layoutId:\"AcAYiQyb8-container\",nodeId:\"AcAYiQyb8\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(FooterLink,{etZALQJDE:resolvedLinks11[0],height:\"100%\",id:\"AcAYiQyb8\",layoutId:\"AcAYiQyb8\",RCm7CSX59:\"Academic Calendar\",style:{width:\"100%\"},variant:\"JMW8Fi3Ru\",width:\"100%\",...addPropertyOverrides({RwQ2FZVxc:{etZALQJDE:resolvedLinks11[1]},u0_NLyMt0:{etZALQJDE:resolvedLinks11[2]},uCO8Vkeci:{etZALQJDE:resolvedLinks11[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"dTkg129WF\"},implicitPathVariables:undefined},{href:{webPageId:\"dTkg129WF\"},implicitPathVariables:undefined},{href:{webPageId:\"dTkg129WF\"},implicitPathVariables:undefined},{href:{webPageId:\"dTkg129WF\"},implicitPathVariables:undefined}],children:resolvedLinks12=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1440px) - 250px) / 6, 1px)`,y:(componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+37.916+0+130+0+20+79.6,...addPropertyOverrides({RwQ2FZVxc:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+-29.4086+0+130+0+20+79.6},u0_NLyMt0:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 100px) / 3, 50px)`,y:(componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+-42.3237+0+130+0+0+20+79.6},uCO8Vkeci:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 20px) / 2, 50px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1mmvcp8-container\",layoutDependency:layoutDependency,layoutId:\"Z_JdEEuXp-container\",nodeId:\"Z_JdEEuXp\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(FooterLink,{etZALQJDE:resolvedLinks12[0],height:\"100%\",id:\"Z_JdEEuXp\",layoutId:\"Z_JdEEuXp\",RCm7CSX59:\"Montessori (Ages 3-6)\",style:{width:\"100%\"},variant:\"JMW8Fi3Ru\",width:\"100%\",...addPropertyOverrides({RwQ2FZVxc:{etZALQJDE:resolvedLinks12[1]},u0_NLyMt0:{etZALQJDE:resolvedLinks12[2]},uCO8Vkeci:{etZALQJDE:resolvedLinks12[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"q9LKcXhwS\"},implicitPathVariables:undefined},{href:{webPageId:\"q9LKcXhwS\"},implicitPathVariables:undefined},{href:{webPageId:\"q9LKcXhwS\"},implicitPathVariables:undefined},{href:{webPageId:\"q9LKcXhwS\"},implicitPathVariables:undefined}],children:resolvedLinks13=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1440px) - 250px) / 6, 1px)`,y:(componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+37.916+0+130+0+20+121.6,...addPropertyOverrides({RwQ2FZVxc:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+-29.4086+0+130+0+20+121.6},u0_NLyMt0:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 100px) / 3, 50px)`,y:(componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+-42.3237+0+130+0+0+20+121.6},uCO8Vkeci:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 20px) / 2, 50px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1emrmgi-container\",layoutDependency:layoutDependency,layoutId:\"mmKyhmAfu-container\",nodeId:\"mmKyhmAfu\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(FooterLink,{etZALQJDE:resolvedLinks13[0],height:\"100%\",id:\"mmKyhmAfu\",layoutId:\"mmKyhmAfu\",RCm7CSX59:\"Elementary School\",style:{width:\"100%\"},variant:\"JMW8Fi3Ru\",width:\"100%\",...addPropertyOverrides({RwQ2FZVxc:{etZALQJDE:resolvedLinks13[1]},u0_NLyMt0:{etZALQJDE:resolvedLinks13[2]},uCO8Vkeci:{etZALQJDE:resolvedLinks13[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"MmpF10ZRV\"},implicitPathVariables:undefined},{href:{webPageId:\"MmpF10ZRV\"},implicitPathVariables:undefined},{href:{webPageId:\"MmpF10ZRV\"},implicitPathVariables:undefined},{href:{webPageId:\"MmpF10ZRV\"},implicitPathVariables:undefined}],children:resolvedLinks14=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1440px) - 250px) / 6, 1px)`,y:(componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+37.916+0+130+0+20+163.6,...addPropertyOverrides({RwQ2FZVxc:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+-29.4086+0+130+0+20+163.6},u0_NLyMt0:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 100px) / 3, 50px)`,y:(componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+-42.3237+0+130+0+0+20+163.6},uCO8Vkeci:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 20px) / 2, 50px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1wp73ba-container\",layoutDependency:layoutDependency,layoutId:\"cTZqGgDFH-container\",nodeId:\"cTZqGgDFH\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(FooterLink,{etZALQJDE:resolvedLinks14[0],height:\"100%\",id:\"cTZqGgDFH\",layoutId:\"cTZqGgDFH\",RCm7CSX59:\"Middle School\",style:{width:\"100%\"},variant:\"JMW8Fi3Ru\",width:\"100%\",...addPropertyOverrides({RwQ2FZVxc:{etZALQJDE:resolvedLinks14[1]},u0_NLyMt0:{etZALQJDE:resolvedLinks14[2]},uCO8Vkeci:{etZALQJDE:resolvedLinks14[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"hQDmm5P8u\"},implicitPathVariables:undefined},{href:{webPageId:\"hQDmm5P8u\"},implicitPathVariables:undefined},{href:{webPageId:\"hQDmm5P8u\"},implicitPathVariables:undefined},{href:{webPageId:\"hQDmm5P8u\"},implicitPathVariables:undefined}],children:resolvedLinks15=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1440px) - 250px) / 6, 1px)`,y:(componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+37.916+0+130+0+20+205.6,...addPropertyOverrides({RwQ2FZVxc:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+-29.4086+0+130+0+20+205.6},u0_NLyMt0:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 100px) / 3, 50px)`,y:(componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+-42.3237+0+130+0+0+20+205.6},uCO8Vkeci:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 20px) / 2, 50px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-15yssin-container\",layoutDependency:layoutDependency,layoutId:\"wS8fYlLdE-container\",nodeId:\"wS8fYlLdE\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(FooterLink,{etZALQJDE:resolvedLinks15[0],height:\"100%\",id:\"wS8fYlLdE\",layoutId:\"wS8fYlLdE\",RCm7CSX59:\"High School\",style:{width:\"100%\"},variant:\"JMW8Fi3Ru\",width:\"100%\",...addPropertyOverrides({RwQ2FZVxc:{etZALQJDE:resolvedLinks15[1]},u0_NLyMt0:{etZALQJDE:resolvedLinks15[2]},uCO8Vkeci:{etZALQJDE:resolvedLinks15[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"iyAsYGs4b\"},implicitPathVariables:undefined},{href:{webPageId:\"iyAsYGs4b\"},implicitPathVariables:undefined},{href:{webPageId:\"iyAsYGs4b\"},implicitPathVariables:undefined},{href:{webPageId:\"iyAsYGs4b\"},implicitPathVariables:undefined}],children:resolvedLinks16=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1440px) - 250px) / 6, 1px)`,y:(componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+37.916+0+130+0+20+247.6,...addPropertyOverrides({RwQ2FZVxc:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+-29.4086+0+130+0+20+247.6},u0_NLyMt0:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 100px) / 3, 50px)`,y:(componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+-42.3237+0+130+0+0+20+247.6},uCO8Vkeci:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 20px) / 2, 50px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-dmhnmg-container\",layoutDependency:layoutDependency,layoutId:\"Lf5gaW8GL-container\",nodeId:\"Lf5gaW8GL\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(FooterLink,{etZALQJDE:resolvedLinks16[0],height:\"100%\",id:\"Lf5gaW8GL\",layoutId:\"Lf5gaW8GL\",RCm7CSX59:\"College Counseling\",style:{width:\"100%\"},variant:\"JMW8Fi3Ru\",width:\"100%\",...addPropertyOverrides({RwQ2FZVxc:{etZALQJDE:resolvedLinks16[1]},u0_NLyMt0:{etZALQJDE:resolvedLinks16[2]},uCO8Vkeci:{etZALQJDE:resolvedLinks16[3]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-quc1fy\",\"data-framer-name\":\"Student Life\",layoutDependency:layoutDependency,layoutId:\"ta6GG7F6j\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-pclixa\",\"data-styles-preset\":\"wISB3c37t\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-c7b016ac-a10b-4622-acaf-8a1593f166fd, rgb(255, 255, 255)))\"},children:\"Student Life\"})}),className:\"framer-1gvx597\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"xWzo3riP4\",style:{\"--extracted-1lwpl3i\":\"var(--token-c7b016ac-a10b-4622-acaf-8a1593f166fd, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"bMcDrws_V\"},implicitPathVariables:undefined},{href:{webPageId:\"bMcDrws_V\"},implicitPathVariables:undefined},{href:{webPageId:\"bMcDrws_V\"},implicitPathVariables:undefined},{href:{webPageId:\"bMcDrws_V\"},implicitPathVariables:undefined}],children:resolvedLinks17=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1440px) - 250px) / 6, 1px)`,y:(componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+37.916+0+130+0+20+37.6,...addPropertyOverrides({RwQ2FZVxc:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+-29.4086+0+130+0+20+37.6},u0_NLyMt0:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 100px) / 3, 50px)`,y:(componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+-42.3237+0+130+0+349.6+20+37.6},uCO8Vkeci:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 20px) / 2, 50px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16l8kg4-container\",layoutDependency:layoutDependency,layoutId:\"OnRy7LKc8-container\",nodeId:\"OnRy7LKc8\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(FooterLink,{etZALQJDE:resolvedLinks17[0],height:\"100%\",id:\"OnRy7LKc8\",layoutId:\"OnRy7LKc8\",RCm7CSX59:\"Handbook\",style:{width:\"100%\"},variant:\"JMW8Fi3Ru\",width:\"100%\",...addPropertyOverrides({RwQ2FZVxc:{etZALQJDE:resolvedLinks17[1]},u0_NLyMt0:{etZALQJDE:resolvedLinks17[2]},uCO8Vkeci:{etZALQJDE:resolvedLinks17[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"XBC0RjTmy\"},implicitPathVariables:undefined},{href:{webPageId:\"XBC0RjTmy\"},implicitPathVariables:undefined},{href:{webPageId:\"XBC0RjTmy\"},implicitPathVariables:undefined},{href:{webPageId:\"XBC0RjTmy\"},implicitPathVariables:undefined}],children:resolvedLinks18=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1440px) - 250px) / 6, 1px)`,y:(componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+37.916+0+130+0+20+79.6,...addPropertyOverrides({RwQ2FZVxc:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+-29.4086+0+130+0+20+79.6},u0_NLyMt0:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 100px) / 3, 50px)`,y:(componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+-42.3237+0+130+0+349.6+20+79.6},uCO8Vkeci:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 20px) / 2, 50px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-fe0g2e-container\",layoutDependency:layoutDependency,layoutId:\"IpOcEkn_x-container\",nodeId:\"IpOcEkn_x\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(FooterLink,{etZALQJDE:resolvedLinks18[0],height:\"100%\",id:\"IpOcEkn_x\",layoutId:\"IpOcEkn_x\",RCm7CSX59:\"Newsletters\",style:{width:\"100%\"},variant:\"JMW8Fi3Ru\",width:\"100%\",...addPropertyOverrides({RwQ2FZVxc:{etZALQJDE:resolvedLinks18[1]},u0_NLyMt0:{etZALQJDE:resolvedLinks18[2]},uCO8Vkeci:{etZALQJDE:resolvedLinks18[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"yabW7BYQs\"},implicitPathVariables:undefined},{href:{webPageId:\"yabW7BYQs\"},implicitPathVariables:undefined},{href:{webPageId:\"yabW7BYQs\"},implicitPathVariables:undefined},{href:{webPageId:\"yabW7BYQs\"},implicitPathVariables:undefined}],children:resolvedLinks19=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1440px) - 250px) / 6, 1px)`,y:(componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+37.916+0+130+0+20+121.6,...addPropertyOverrides({RwQ2FZVxc:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+-29.4086+0+130+0+20+121.6},u0_NLyMt0:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 100px) / 3, 50px)`,y:(componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+-42.3237+0+130+0+349.6+20+121.6},uCO8Vkeci:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 20px) / 2, 50px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-e3lvdp-container\",layoutDependency:layoutDependency,layoutId:\"tM36bq1ok-container\",nodeId:\"tM36bq1ok\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(FooterLink,{etZALQJDE:resolvedLinks19[0],height:\"100%\",id:\"tM36bq1ok\",layoutId:\"tM36bq1ok\",RCm7CSX59:\"Achievements\",style:{width:\"100%\"},variant:\"JMW8Fi3Ru\",width:\"100%\",...addPropertyOverrides({RwQ2FZVxc:{etZALQJDE:resolvedLinks19[1]},u0_NLyMt0:{etZALQJDE:resolvedLinks19[2]},uCO8Vkeci:{etZALQJDE:resolvedLinks19[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"nzVOSHuDp\"},implicitPathVariables:undefined},{href:{webPageId:\"nzVOSHuDp\"},implicitPathVariables:undefined},{href:{webPageId:\"nzVOSHuDp\"},implicitPathVariables:undefined},{href:{webPageId:\"nzVOSHuDp\"},implicitPathVariables:undefined}],children:resolvedLinks20=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1440px) - 250px) / 6, 1px)`,y:(componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+37.916+0+130+0+20+163.6,...addPropertyOverrides({RwQ2FZVxc:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+-29.4086+0+130+0+20+163.6},u0_NLyMt0:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 100px) / 3, 50px)`,y:(componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+-42.3237+0+130+0+349.6+20+163.6},uCO8Vkeci:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 20px) / 2, 50px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-bwall4-container\",layoutDependency:layoutDependency,layoutId:\"RSXDQvQqR-container\",nodeId:\"RSXDQvQqR\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(FooterLink,{etZALQJDE:resolvedLinks20[0],height:\"100%\",id:\"RSXDQvQqR\",layoutId:\"RSXDQvQqR\",RCm7CSX59:\"Home Visits\",style:{width:\"100%\"},variant:\"JMW8Fi3Ru\",width:\"100%\",...addPropertyOverrides({RwQ2FZVxc:{etZALQJDE:resolvedLinks20[1]},u0_NLyMt0:{etZALQJDE:resolvedLinks20[2]},uCO8Vkeci:{etZALQJDE:resolvedLinks20[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Xz4DenCka\"},implicitPathVariables:undefined},{href:{webPageId:\"Xz4DenCka\"},implicitPathVariables:undefined},{href:{webPageId:\"Xz4DenCka\"},implicitPathVariables:undefined},{href:{webPageId:\"Xz4DenCka\"},implicitPathVariables:undefined}],children:resolvedLinks21=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1440px) - 250px) / 6, 1px)`,y:(componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+37.916+0+130+0+20+205.6,...addPropertyOverrides({RwQ2FZVxc:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+-29.4086+0+130+0+20+205.6},u0_NLyMt0:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 100px) / 3, 50px)`,y:(componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+-42.3237+0+130+0+349.6+20+205.6},uCO8Vkeci:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 20px) / 2, 50px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-b6egsj-container\",layoutDependency:layoutDependency,layoutId:\"zTfyGbzQ_-container\",nodeId:\"zTfyGbzQ_\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(FooterLink,{etZALQJDE:resolvedLinks21[0],height:\"100%\",id:\"zTfyGbzQ_\",layoutId:\"zTfyGbzQ_\",RCm7CSX59:\"Annual Science & Engineering Fair\",style:{width:\"100%\"},variant:\"JMW8Fi3Ru\",width:\"100%\",...addPropertyOverrides({RwQ2FZVxc:{etZALQJDE:resolvedLinks21[1]},u0_NLyMt0:{etZALQJDE:resolvedLinks21[2]},uCO8Vkeci:{etZALQJDE:resolvedLinks21[3]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1y5nnv7\",\"data-framer-name\":\"Why Pinnacle\",layoutDependency:layoutDependency,layoutId:\"MCXGNMkUO\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-pclixa\",\"data-styles-preset\":\"wISB3c37t\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-c7b016ac-a10b-4622-acaf-8a1593f166fd, rgb(255, 255, 255)))\"},children:\"Why Pinnacle?\"})}),className:\"framer-fb4c7l\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"VQXI4wWfR\",style:{\"--extracted-1lwpl3i\":\"var(--token-c7b016ac-a10b-4622-acaf-8a1593f166fd, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"CjDbPDthW\"},implicitPathVariables:undefined},{href:{webPageId:\"CjDbPDthW\"},implicitPathVariables:undefined},{href:{webPageId:\"CjDbPDthW\"},implicitPathVariables:undefined},{href:{webPageId:\"CjDbPDthW\"},implicitPathVariables:undefined}],children:resolvedLinks22=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1440px) - 250px) / 6, 1px)`,y:(componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+37.916+0+130+0+20+37.6,...addPropertyOverrides({RwQ2FZVxc:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+-29.4086+0+130+0+20+37.6},u0_NLyMt0:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 100px) / 3, 50px)`,y:(componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+-42.3237+0+130+0+349.6+20+37.6},uCO8Vkeci:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 20px) / 2, 50px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-wolkwa-container\",layoutDependency:layoutDependency,layoutId:\"xmqfDro6J-container\",nodeId:\"xmqfDro6J\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(FooterLink,{etZALQJDE:resolvedLinks22[0],height:\"100%\",id:\"xmqfDro6J\",layoutId:\"xmqfDro6J\",RCm7CSX59:\"Testimonials\",style:{width:\"100%\"},variant:\"JMW8Fi3Ru\",width:\"100%\",...addPropertyOverrides({RwQ2FZVxc:{etZALQJDE:resolvedLinks22[1]},u0_NLyMt0:{etZALQJDE:resolvedLinks22[2]},uCO8Vkeci:{etZALQJDE:resolvedLinks22[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"E1TO4Y31J\"},implicitPathVariables:undefined},{href:{webPageId:\"E1TO4Y31J\"},implicitPathVariables:undefined},{href:{webPageId:\"E1TO4Y31J\"},implicitPathVariables:undefined},{href:{webPageId:\"E1TO4Y31J\"},implicitPathVariables:undefined}],children:resolvedLinks23=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1440px) - 250px) / 6, 1px)`,y:(componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+37.916+0+130+0+20+79.6,...addPropertyOverrides({RwQ2FZVxc:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+-29.4086+0+130+0+20+79.6},u0_NLyMt0:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 100px) / 3, 50px)`,y:(componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+-42.3237+0+130+0+349.6+20+79.6},uCO8Vkeci:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 20px) / 2, 50px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-gkc0on-container\",layoutDependency:layoutDependency,layoutId:\"uk7b4_3Kl-container\",nodeId:\"uk7b4_3Kl\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(FooterLink,{etZALQJDE:resolvedLinks23[0],height:\"100%\",id:\"uk7b4_3Kl\",layoutId:\"uk7b4_3Kl\",RCm7CSX59:\"Steam Education\",style:{width:\"100%\"},variant:\"JMW8Fi3Ru\",width:\"100%\",...addPropertyOverrides({RwQ2FZVxc:{etZALQJDE:resolvedLinks23[1]},u0_NLyMt0:{etZALQJDE:resolvedLinks23[2]},uCO8Vkeci:{etZALQJDE:resolvedLinks23[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"amZgO4RTk\"},implicitPathVariables:undefined},{href:{webPageId:\"amZgO4RTk\"},implicitPathVariables:undefined},{href:{webPageId:\"amZgO4RTk\"},implicitPathVariables:undefined},{href:{webPageId:\"amZgO4RTk\"},implicitPathVariables:undefined}],children:resolvedLinks24=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1440px) - 250px) / 6, 1px)`,y:(componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+37.916+0+130+0+20+121.6,...addPropertyOverrides({RwQ2FZVxc:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+-29.4086+0+130+0+20+121.6},u0_NLyMt0:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 100px) / 3, 50px)`,y:(componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+-42.3237+0+130+0+349.6+20+121.6},uCO8Vkeci:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 20px) / 2, 50px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1jwpz7h-container\",layoutDependency:layoutDependency,layoutId:\"WKi4TaiGa-container\",nodeId:\"WKi4TaiGa\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(FooterLink,{etZALQJDE:resolvedLinks24[0],height:\"100%\",id:\"WKi4TaiGa\",layoutId:\"WKi4TaiGa\",RCm7CSX59:\"Pinnacle Academy Leadership Program\",style:{width:\"100%\"},variant:\"JMW8Fi3Ru\",width:\"100%\",...addPropertyOverrides({RwQ2FZVxc:{etZALQJDE:resolvedLinks24[1]},u0_NLyMt0:{etZALQJDE:resolvedLinks24[2]},uCO8Vkeci:{etZALQJDE:resolvedLinks24[3]}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pdb6l8\",\"data-framer-name\":\"Giving\",layoutDependency:layoutDependency,layoutId:\"pakt2iDpG\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-pclixa\",\"data-styles-preset\":\"wISB3c37t\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-c7b016ac-a10b-4622-acaf-8a1593f166fd, rgb(255, 255, 255)))\"},children:\"Giving\"})}),className:\"framer-vsaenh\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZF248qpct\",style:{\"--extracted-1lwpl3i\":\"var(--token-c7b016ac-a10b-4622-acaf-8a1593f166fd, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"mlEsoN1yW\"},implicitPathVariables:undefined},{href:{webPageId:\"mlEsoN1yW\"},implicitPathVariables:undefined},{href:{webPageId:\"mlEsoN1yW\"},implicitPathVariables:undefined},{href:{webPageId:\"mlEsoN1yW\"},implicitPathVariables:undefined}],children:resolvedLinks25=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1440px) - 250px) / 6, 1px)`,y:(componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+37.916+0+130+0+20+37.6,...addPropertyOverrides({RwQ2FZVxc:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+-29.4086+0+130+0+20+37.6},u0_NLyMt0:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 100px) / 3, 50px)`,y:(componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+-42.3237+0+130+0+349.6+20+37.6},uCO8Vkeci:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 20px) / 2, 50px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1pjukyx-container\",layoutDependency:layoutDependency,layoutId:\"fehyroBz2-container\",nodeId:\"fehyroBz2\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(FooterLink,{etZALQJDE:resolvedLinks25[0],height:\"100%\",id:\"fehyroBz2\",layoutId:\"fehyroBz2\",RCm7CSX59:\"Donate Now\",style:{width:\"100%\"},variant:\"JMW8Fi3Ru\",width:\"100%\",...addPropertyOverrides({RwQ2FZVxc:{etZALQJDE:resolvedLinks25[1]},u0_NLyMt0:{etZALQJDE:resolvedLinks25[2]},uCO8Vkeci:{etZALQJDE:resolvedLinks25[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"eoKge_JLG\"},implicitPathVariables:undefined},{href:{webPageId:\"eoKge_JLG\"},implicitPathVariables:undefined},{href:{webPageId:\"eoKge_JLG\"},implicitPathVariables:undefined},{href:{webPageId:\"eoKge_JLG\"},implicitPathVariables:undefined}],children:resolvedLinks26=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:`max((min(${componentViewport?.width||\"100vw\"} - 120px, 1440px) - 250px) / 6, 1px)`,y:(componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+37.916+0+130+0+20+79.6,...addPropertyOverrides({RwQ2FZVxc:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+-29.4086+0+130+0+20+79.6},u0_NLyMt0:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 100px) / 3, 50px)`,y:(componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+-42.3237+0+130+0+349.6+20+79.6},uCO8Vkeci:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 20px) / 2, 50px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-d2ue5t-container\",layoutDependency:layoutDependency,layoutId:\"MhRsbdejL-container\",nodeId:\"MhRsbdejL\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(FooterLink,{etZALQJDE:resolvedLinks26[0],height:\"100%\",id:\"MhRsbdejL\",layoutId:\"MhRsbdejL\",RCm7CSX59:\"Volunteer\",style:{width:\"100%\"},variant:\"JMW8Fi3Ru\",width:\"100%\",...addPropertyOverrides({RwQ2FZVxc:{etZALQJDE:resolvedLinks26[1]},u0_NLyMt0:{etZALQJDE:resolvedLinks26[2]},uCO8Vkeci:{etZALQJDE:resolvedLinks26[3]}},baseVariant,gestureVariant)})})})})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jsgdmq\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"aSxmZ1QK8\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ccupr6\",\"data-framer-name\":\"Left\",layoutDependency:layoutDependency,layoutId:\"lqoW5FzBh\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-c7igui\",\"data-framer-name\":\"Text Wrapper\",layoutDependency:layoutDependency,layoutId:\"G4wBkYtpF\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1yt0rgv\",\"data-styles-preset\":\"exWg0nzRt\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c7b016ac-a10b-4622-acaf-8a1593f166fd, rgb(255, 255, 255)))\"},children:\"\\xa9 Copyright 2025 Pinnacle Academy Private STEM School Chantilly VA - All Rights\\xa0Reserved.\"})}),className:\"framer-ahl8tn\",\"data-framer-name\":\"\\xa9 Copyright 2024 Pinnacle Academy Private STEM School Chantilly VA - All Rights\\xa0Reserved.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"TRdakxoJS\",style:{\"--extracted-r6o4lv\":\"var(--token-c7b016ac-a10b-4622-acaf-8a1593f166fd, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{uCO8Vkeci:{\"--extracted-2gxw0f\":\"var(--token-c7b016ac-a10b-4622-acaf-8a1593f166fd, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({uCO8Vkeci:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1yt0rgv\",\"data-styles-preset\":\"exWg0nzRt\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c7b016ac-a10b-4622-acaf-8a1593f166fd, rgb(255, 255, 255)))\"},children:\"\\xa9 Copyright 2024 Pinnacle Academy Private \"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1yt0rgv\",\"data-styles-preset\":\"exWg0nzRt\",style:{\"--framer-text-color\":\"var(--extracted-2gxw0f, var(--token-c7b016ac-a10b-4622-acaf-8a1593f166fd, rgb(255, 255, 255)))\"},children:\"STEM School Chantilly VA - All Rights\\xa0Reserved.\"})]})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mk3uy0\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"dI0NLdiJ_\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"YAs1i1NCy\"},implicitPathVariables:undefined},{href:{webPageId:\"YAs1i1NCy\"},implicitPathVariables:undefined},{href:{webPageId:\"YAs1i1NCy\"},implicitPathVariables:undefined},{href:{webPageId:\"YAs1i1NCy\"},implicitPathVariables:undefined}],children:resolvedLinks27=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+507.516+0+0+0,...addPropertyOverrides({RwQ2FZVxc:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+440.1914+0+0+51+0},u0_NLyMt0:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 30px) / 4, 1px)`,y:(componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+756.8763+0+0+0+41+0},uCO8Vkeci:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 10px) / 2, 50px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1tqp465-container\",layoutDependency:layoutDependency,layoutId:\"FsdVsjHjr-container\",nodeId:\"FsdVsjHjr\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(FooterLink,{etZALQJDE:resolvedLinks27[0],height:\"100%\",id:\"FsdVsjHjr\",layoutId:\"FsdVsjHjr\",RCm7CSX59:\"Privacy Policy\",style:{width:\"100%\"},variant:\"xaPt66nT7\",width:\"100%\",...addPropertyOverrides({RwQ2FZVxc:{etZALQJDE:resolvedLinks27[1]},u0_NLyMt0:{etZALQJDE:resolvedLinks27[2]},uCO8Vkeci:{etZALQJDE:resolvedLinks27[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"IpEbTmamt\"},implicitPathVariables:undefined},{href:{webPageId:\"IpEbTmamt\"},implicitPathVariables:undefined},{href:{webPageId:\"IpEbTmamt\"},implicitPathVariables:undefined},{href:{webPageId:\"IpEbTmamt\"},implicitPathVariables:undefined}],children:resolvedLinks28=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+507.516+0+0+0,...addPropertyOverrides({RwQ2FZVxc:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+440.1914+0+0+51+0},u0_NLyMt0:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 30px) / 4, 1px)`,y:(componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+756.8763+0+0+0+41+0},uCO8Vkeci:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 10px) / 2, 50px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-11yk1av-container\",layoutDependency:layoutDependency,layoutId:\"t9tWqoQb6-container\",nodeId:\"t9tWqoQb6\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(FooterLink,{etZALQJDE:resolvedLinks28[0],height:\"100%\",id:\"t9tWqoQb6\",layoutId:\"t9tWqoQb6\",RCm7CSX59:\"Accessibility\",style:{width:\"100%\"},variant:\"xaPt66nT7\",width:\"100%\",...addPropertyOverrides({RwQ2FZVxc:{etZALQJDE:resolvedLinks28[1]},u0_NLyMt0:{etZALQJDE:resolvedLinks28[2]},uCO8Vkeci:{etZALQJDE:resolvedLinks28[3]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+507.516+0+0+0,...addPropertyOverrides({RwQ2FZVxc:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+440.1914+0+0+51+0},u0_NLyMt0:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 30px) / 4, 1px)`,y:(componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+756.8763+0+0+0+41+0},uCO8Vkeci:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 10px) / 2, 50px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17tn3ym-container\",layoutDependency:layoutDependency,layoutId:\"BpiRrRylw-container\",nodeId:\"BpiRrRylw\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(FooterLink,{etZALQJDE:\"mailto:info@paedu.org\",height:\"100%\",id:\"BpiRrRylw\",layoutId:\"BpiRrRylw\",RCm7CSX59:\"info@paedu.org\",style:{width:\"100%\"},variant:\"xaPt66nT7\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+507.516+0+0+0,...addPropertyOverrides({RwQ2FZVxc:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+440.1914+0+0+51+0},u0_NLyMt0:{width:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1440px) - 30px) / 4, 1px)`,y:(componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+756.8763+0+0+0+41+0},uCO8Vkeci:{width:`max((min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 10px) / 2, 50px)`,y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16evehp-container\",layoutDependency:layoutDependency,layoutId:\"EV8DW1yVs-container\",nodeId:\"EV8DW1yVs\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(FooterLink,{etZALQJDE:\"tel:+17035370355\",height:\"100%\",id:\"EV8DW1yVs\",layoutId:\"EV8DW1yVs\",RCm7CSX59:\"+17035370355\",style:{width:\"100%\"},variant:\"xaPt66nT7\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1penfwb\",\"data-framer-name\":\"Social Icons\",layoutDependency:layoutDependency,layoutId:\"hfyqojd6o\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.facebook.com/pinnacleacademyedu/\",motionChild:true,nodeId:\"EQUbmAELi\",scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-y1saoz framer-12zu996\",\"data-framer-name\":\"FB\",layoutDependency:layoutDependency,layoutId:\"EQUbmAELi\",style:{backgroundColor:\"var(--token-9367b864-ee31-48d1-99d0-c59d460673b3, rgb(241, 241, 241))\",borderBottomLeftRadius:\"50%\",borderBottomRightRadius:\"50%\",borderTopLeftRadius:\"50%\",borderTopRightRadius:\"50%\"},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1618ag6-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"l1239vQW1-container\",nodeId:\"l1239vQW1\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-1339643a-2c51-41f4-85c3-1fa1d2729bd9, rgb(0, 62, 126))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"facebook\",id:\"l1239vQW1\",layoutId:\"l1239vQW1\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://x.com/PinnacleAcadEdu\",motionChild:true,nodeId:\"uEPpRlsMJ\",scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1gtx542 framer-12zu996\",\"data-framer-name\":\"X\",layoutDependency:layoutDependency,layoutId:\"uEPpRlsMJ\",style:{backgroundColor:\"var(--token-9367b864-ee31-48d1-99d0-c59d460673b3, rgb(241, 241, 241))\",borderBottomLeftRadius:\"50%\",borderBottomRightRadius:\"50%\",borderTopLeftRadius:\"50%\",borderTopRightRadius:\"50%\"},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:563,intrinsicWidth:620,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+507.516+3.5+0+6.1436),pixelHeight:563,pixelWidth:620,sizes:\"14px\",src:\"https://framerusercontent.com/images/2lHEw8twQJUMNWuzuYElVg0Kho.png\",srcSet:\"https://framerusercontent.com/images/2lHEw8twQJUMNWuzuYElVg0Kho.png?scale-down-to=512 512w,https://framerusercontent.com/images/2lHEw8twQJUMNWuzuYElVg0Kho.png 620w\"},className:\"framer-1jgyx4d\",\"data-framer-name\":\"Vector\",layoutDependency:layoutDependency,layoutId:\"QmgjPvlv2\",...addPropertyOverrides({RwQ2FZVxc:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:563,intrinsicWidth:620,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+440.1914+29+0+6.1436),pixelHeight:563,pixelWidth:620,sizes:\"14px\",src:\"https://framerusercontent.com/images/2lHEw8twQJUMNWuzuYElVg0Kho.png\",srcSet:\"https://framerusercontent.com/images/2lHEw8twQJUMNWuzuYElVg0Kho.png?scale-down-to=512 512w,https://framerusercontent.com/images/2lHEw8twQJUMNWuzuYElVg0Kho.png 620w\"}},u0_NLyMt0:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:563,intrinsicWidth:620,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+756.8763+0+93+0+6.1436),pixelHeight:563,pixelWidth:620,sizes:\"14px\",src:\"https://framerusercontent.com/images/2lHEw8twQJUMNWuzuYElVg0Kho.png\",srcSet:\"https://framerusercontent.com/images/2lHEw8twQJUMNWuzuYElVg0Kho.png?scale-down-to=512 512w,https://framerusercontent.com/images/2lHEw8twQJUMNWuzuYElVg0Kho.png 620w\"}},uCO8Vkeci:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:563,intrinsicWidth:620,pixelHeight:563,pixelWidth:620,sizes:\"14px\",src:\"https://framerusercontent.com/images/2lHEw8twQJUMNWuzuYElVg0Kho.png\",srcSet:\"https://framerusercontent.com/images/2lHEw8twQJUMNWuzuYElVg0Kho.png?scale-down-to=512 512w,https://framerusercontent.com/images/2lHEw8twQJUMNWuzuYElVg0Kho.png 620w\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/pinnacleacademyedu/\",motionChild:true,nodeId:\"FneX9KVTZ\",scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1q4fbag framer-12zu996\",\"data-framer-name\":\"IG\",layoutDependency:layoutDependency,layoutId:\"FneX9KVTZ\",style:{backgroundColor:\"var(--token-9367b864-ee31-48d1-99d0-c59d460673b3, rgb(241, 241, 241))\",borderBottomLeftRadius:\"50%\",borderBottomRightRadius:\"50%\",borderTopLeftRadius:\"50%\",borderTopRightRadius:\"50%\"},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1nnpiyb-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"XYt_HocMO-container\",nodeId:\"XYt_HocMO\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-1339643a-2c51-41f4-85c3-1fa1d2729bd9, rgb(0, 62, 126))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"instagram\",id:\"XYt_HocMO\",layoutId:\"XYt_HocMO\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1rpqidy-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"G31vmxxTo-container\",nodeId:\"G31vmxxTo\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<address><p class=\"framer-text\" style=\"--framer-text-color: var(--extracted-r6o4lv, rgb(255, 255, 255));\"><a class=\"framer-text framer-styles-preset-1hizl1e\" data-styles-preset=\"R5IDc0tyJ\" href=\"https://maps.app.goo.gl/DBzDo3yieUyRyamBA\" rel=\"noopener\">14120 Newbrook Dr, Chantilly, VA&nbsp;20151</a></p></address>',id:\"G31vmxxTo\",layoutId:\"G31vmxxTo\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1xtu6fc-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Ci9K2Cvvo-container\",nodeId:\"Ci9K2Cvvo\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:'<span id=\"siteseal\"><script async type=\"text/javascript\" src=\"https://seal.godaddy.com/getSeal?sealID=h66I4tRVt9Kw1jghg1DECvzw66VDgfywYdHYZ034qPMYfbsQuZ09bi4hRn0O\"></script></span>',id:\"Ci9K2Cvvo\",layoutId:\"Ci9K2Cvvo\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ug9uf7\",\"data-framer-name\":\"Credentials\",layoutDependency:layoutDependency,layoutId:\"c87fFLU63\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19zt7as\",\"data-framer-name\":\"Left\",layoutDependency:layoutDependency,layoutId:\"ts1FSVyYd\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-37bama\",\"data-framer-name\":\"Text Wrapper\",layoutDependency:layoutDependency,layoutId:\"Bsb5pmnRP\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1yt0rgv\",\"data-styles-preset\":\"exWg0nzRt\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c7b016ac-a10b-4622-acaf-8a1593f166fd, rgb(255, 255, 255)))\"},children:\"Project & Realization: \"})}),className:\"framer-1t3obco\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"d7k81CkV9\",style:{\"--extracted-r6o4lv\":\"var(--token-c7b016ac-a10b-4622-acaf-8a1593f166fd, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:15,y:(componentViewport?.y||0)+60+(((componentViewport?.height||905)-120-785)/2+0+0)+0+726.084+0+0+3,...addPropertyOverrides({RwQ2FZVxc:{y:(componentViewport?.y||0)+60+(((componentViewport?.height||1114)-120-693.6)/2+0+0)+0+702.0087+0+0+3},u0_NLyMt0:{y:(componentViewport?.y||0)+89+(((componentViewport?.height||1348.5)-178-998.2)/2+0+0)+0+1019.5237+0+0+3},uCO8Vkeci:{y:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-bvkck3-container\",layoutDependency:layoutDependency,layoutId:\"KpPvFCPNq-container\",nodeId:\"KpPvFCPNq\",rendersWithMotion:true,scopeId:\"GmFRViQTS\",children:/*#__PURE__*/_jsx(UrestLogo,{height:\"100%\",id:\"KpPvFCPNq\",layoutId:\"KpPvFCPNq\",width:\"100%\"})})})]})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-1gb5r.framer-12zu996, .framer-1gb5r .framer-12zu996 { display: block; }\",\".framer-1gb5r.framer-118fx1e { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 60px; position: relative; width: 1440px; }\",\".framer-1gb5r .framer-158xow0 { bottom: 0px; flex: none; height: 611px; overflow: visible; position: absolute; right: 0px; width: 752px; }\",\".framer-1gb5r .framer-1lnv4nu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: 785px; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1gb5r .framer-1b50v2b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-1gb5r .framer-108dmly { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 110px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-1gb5r .framer-1h17vbt, .framer-1gb5r .framer-c7igui { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-1gb5r .framer-nj6b8a, .framer-1gb5r .framer-m753gu { aspect-ratio: 0.9834710743801653 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 96px); overflow: visible; position: relative; width: 94px; }\",\".framer-1gb5r .framer-xt2l9n { aspect-ratio: 1.0976744186046512 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 107px); overflow: visible; position: relative; text-decoration: none; width: 117px; }\",\".framer-1gb5r .framer-cmvf24-container { flex: none; height: 150px; position: relative; width: 150px; }\",\".framer-1gb5r .framer-os1ay2 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-1gb5r .framer-282s48-container { flex: none; height: 14px; position: relative; width: 273px; }\",\".framer-1gb5r .framer-1er88s9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1gb5r .framer-ngvdmq, .framer-1gb5r .framer-90wwv6, .framer-1gb5r .framer-1x9mbeq, .framer-1gb5r .framer-quc1fy, .framer-1gb5r .framer-1y5nnv7, .framer-1gb5r .framer-1pdb6l8 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-1gb5r .framer-g31h4p, .framer-1gb5r .framer-e9rlfw, .framer-1gb5r .framer-1yne03a, .framer-1gb5r .framer-1gvx597, .framer-1gb5r .framer-fb4c7l, .framer-1gb5r .framer-vsaenh { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-1gb5r .framer-11e0joi-container, .framer-1gb5r .framer-trli39-container, .framer-1gb5r .framer-10gu1zl-container, .framer-1gb5r .framer-19181ry-container, .framer-1gb5r .framer-sjyxju-container, .framer-1gb5r .framer-1yrj9dg-container, .framer-1gb5r .framer-trsgpy-container, .framer-1gb5r .framer-1vqdets-container, .framer-1gb5r .framer-1ntd34o-container, .framer-1gb5r .framer-1a1sgvb-container, .framer-1gb5r .framer-7h05jd-container, .framer-1gb5r .framer-en6m57-container, .framer-1gb5r .framer-kvhg9t-container, .framer-1gb5r .framer-1mmvcp8-container, .framer-1gb5r .framer-1emrmgi-container, .framer-1gb5r .framer-1wp73ba-container, .framer-1gb5r .framer-15yssin-container, .framer-1gb5r .framer-dmhnmg-container, .framer-1gb5r .framer-16l8kg4-container, .framer-1gb5r .framer-fe0g2e-container, .framer-1gb5r .framer-e3lvdp-container, .framer-1gb5r .framer-bwall4-container, .framer-1gb5r .framer-b6egsj-container, .framer-1gb5r .framer-wolkwa-container, .framer-1gb5r .framer-gkc0on-container, .framer-1gb5r .framer-1jwpz7h-container, .framer-1gb5r .framer-1pjukyx-container, .framer-1gb5r .framer-d2ue5t-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-1gb5r .framer-1jsgdmq, .framer-1gb5r .framer-ug9uf7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1gb5r .framer-1ccupr6 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-1gb5r .framer-ahl8tn, .framer-1gb5r .framer-1t3obco { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-1gb5r .framer-1mk3uy0 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-1gb5r .framer-1tqp465-container, .framer-1gb5r .framer-11yk1av-container, .framer-1gb5r .framer-17tn3ym-container, .framer-1gb5r .framer-16evehp-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-1gb5r .framer-1penfwb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-1gb5r .framer-y1saoz, .framer-1gb5r .framer-1gtx542, .framer-1gb5r .framer-1q4fbag { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 25px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 25px; will-change: var(--framer-will-change-override, transform); }\",\".framer-1gb5r .framer-1618ag6-container { flex: none; height: 17px; position: relative; width: 17px; }\",\".framer-1gb5r .framer-1jgyx4d { aspect-ratio: 1.1012433392539964 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 13px); overflow: visible; position: relative; width: 14px; }\",\".framer-1gb5r .framer-1nnpiyb-container { flex: none; height: 100%; position: relative; width: 17px; }\",\".framer-1gb5r .framer-1rpqidy-container { flex: none; height: 3%; position: relative; width: 45%; }\",\".framer-1gb5r .framer-1xtu6fc-container { flex: none; height: 5%; position: relative; width: 27%; }\",\".framer-1gb5r .framer-19zt7as { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-1gb5r .framer-37bama { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-1gb5r .framer-bvkck3-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-1gb5r.framer-v-xzp46i.framer-118fx1e { width: 1200px; }\",\".framer-1gb5r.framer-v-xzp46i .framer-1lnv4nu { height: min-content; }\",\".framer-1gb5r.framer-v-xzp46i .framer-1ccupr6, .framer-1gb5r.framer-v-kyrdf5 .framer-1jsgdmq { flex-direction: column; }\",\".framer-1gb5r.framer-v-xzp46i .framer-1mk3uy0, .framer-1gb5r.framer-v-snr101 .framer-1mk3uy0 { flex: none; width: 100%; }\",\".framer-1gb5r.framer-v-snr101.framer-118fx1e { padding: 89px 40px 89px 40px; width: 810px; }\",\".framer-1gb5r.framer-v-snr101 .framer-1lnv4nu { gap: 20px; height: min-content; }\",\".framer-1gb5r.framer-v-snr101 .framer-1h17vbt, .framer-1gb5r.framer-v-snr101 .framer-os1ay2 { justify-content: flex-start; }\",\".framer-1gb5r.framer-v-snr101 .framer-282s48-container, .framer-1gb5r.framer-v-kyrdf5 .framer-ahl8tn { order: 0; }\",\".framer-1gb5r.framer-v-snr101 .framer-1er88s9 { align-content: unset; align-items: unset; display: grid; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); }\",\".framer-1gb5r.framer-v-snr101 .framer-ngvdmq, .framer-1gb5r.framer-v-snr101 .framer-90wwv6, .framer-1gb5r.framer-v-snr101 .framer-1x9mbeq, .framer-1gb5r.framer-v-snr101 .framer-quc1fy, .framer-1gb5r.framer-v-snr101 .framer-1y5nnv7, .framer-1gb5r.framer-v-snr101 .framer-1pdb6l8, .framer-1gb5r.framer-v-kyrdf5 .framer-ngvdmq, .framer-1gb5r.framer-v-kyrdf5 .framer-90wwv6, .framer-1gb5r.framer-v-kyrdf5 .framer-1x9mbeq, .framer-1gb5r.framer-v-kyrdf5 .framer-quc1fy, .framer-1gb5r.framer-v-kyrdf5 .framer-1y5nnv7, .framer-1gb5r.framer-v-kyrdf5 .framer-1pdb6l8, .framer-1gb5r.framer-v-kyrdf5 .framer-1tqp465-container, .framer-1gb5r.framer-v-kyrdf5 .framer-11yk1av-container, .framer-1gb5r.framer-v-kyrdf5 .framer-17tn3ym-container, .framer-1gb5r.framer-v-kyrdf5 .framer-16evehp-container { align-self: start; flex: none; height: 100%; justify-self: start; width: 100%; }\",\".framer-1gb5r.framer-v-snr101 .framer-1jsgdmq { flex-direction: column; gap: 20px; }\",\".framer-1gb5r.framer-v-snr101 .framer-1ccupr6 { flex: none; flex-direction: column; gap: 20px; width: 100%; }\",\".framer-1gb5r.framer-v-kyrdf5.framer-118fx1e { padding: 20px; width: 390px; }\",\".framer-1gb5r.framer-v-kyrdf5 .framer-158xow0 { aspect-ratio: 1.2307692307692308 / 1; height: var(--framer-aspect-ratio-supported, 301px); order: 0; width: 370px; }\",\".framer-1gb5r.framer-v-kyrdf5 .framer-1lnv4nu { height: min-content; order: 1; }\",\".framer-1gb5r.framer-v-kyrdf5 .framer-108dmly { align-content: flex-start; align-items: flex-start; flex-direction: column; flex-wrap: wrap; gap: 20px; height: min-content; }\",\".framer-1gb5r.framer-v-kyrdf5 .framer-1h17vbt { flex-wrap: wrap; width: 100%; }\",\".framer-1gb5r.framer-v-kyrdf5 .framer-cmvf24-container { align-self: stretch; height: auto; }\",\".framer-1gb5r.framer-v-kyrdf5 .framer-os1ay2 { flex: none; flex-direction: column; justify-content: center; width: 100%; }\",\".framer-1gb5r.framer-v-kyrdf5 .framer-282s48-container { height: auto; width: 100%; }\",\".framer-1gb5r.framer-v-kyrdf5 .framer-1er88s9 { align-content: unset; align-items: unset; display: grid; gap: 20px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); }\",\".framer-1gb5r.framer-v-kyrdf5 .framer-1ccupr6 { flex: none; flex-direction: column; gap: 10px; width: 100%; }\",\".framer-1gb5r.framer-v-kyrdf5 .framer-c7igui { width: 100%; }\",\".framer-1gb5r.framer-v-kyrdf5 .framer-1mk3uy0 { align-content: unset; align-items: unset; display: grid; flex: none; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); width: 100%; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 905\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"RwQ2FZVxc\":{\"layout\":[\"fixed\",\"auto\"]},\"u0_NLyMt0\":{\"layout\":[\"fixed\",\"auto\"]},\"uCO8Vkeci\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerGmFRViQTS=withCSS(Component,css,\"framer-1gb5r\");export default FramerGmFRViQTS;FramerGmFRViQTS.displayName=\"Footer\";FramerGmFRViQTS.defaultProps={height:905,width:1440};addPropertyControls(FramerGmFRViQTS,{variant:{options:[\"aBlWO1xqE\",\"RwQ2FZVxc\",\"u0_NLyMt0\",\"uCO8Vkeci\"],optionTitles:[\"Desktop\",\"Laptop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerGmFRViQTS,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...EmbedFonts,...FooterLinkFonts,...FeatherFonts,...UrestLogoFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGmFRViQTS\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerIntrinsicHeight\":\"905\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"RwQ2FZVxc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"u0_NLyMt0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uCO8Vkeci\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./GmFRViQTS.map", "// Generated by Framer (57b1764)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"depXrurEB\",\"p5973jGal\",\"MV4tibA4b\"];const serializationHash=\"framer-ekjRY\";const variantClassNames={depXrurEB:\"framer-v-ezab5n\",MV4tibA4b:\"framer-v-1gg1k86\",p5973jGal:\"framer-v-ciw87v\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Only Logo\":\"depXrurEB\",\"With Text\":\"p5973jGal\",Laptop:\"MV4tibA4b\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"depXrurEB\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"depXrurEB\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"p5973jGal\")return true;return false;};const isDisplayed1=()=>{if([\"p5973jGal\",\"MV4tibA4b\"].includes(baseVariant))return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"depXrurEB\",scopeId:\"KCSfdgXYt\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-ezab5n\",className,classNames)} framer-353q40`,\"data-framer-name\":\"Only Logo\",layoutDependency:layoutDependency,layoutId:\"depXrurEB\",ref:refBinding,style:{...style},...addPropertyOverrides({MV4tibA4b:{\"data-framer-name\":\"Laptop\"},p5973jGal:{\"data-framer-name\":\"With Text\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:645,intrinsicWidth:708,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||81)-0-81.0805)/2)),pixelHeight:645,pixelWidth:708,sizes:\"89px\",src:\"https://framerusercontent.com/images/4KnlJAF7JJOu4WTPLkQU3vwgL70.png\",srcSet:\"https://framerusercontent.com/images/4KnlJAF7JJOu4WTPLkQU3vwgL70.png?scale-down-to=512 512w,https://framerusercontent.com/images/4KnlJAF7JJOu4WTPLkQU3vwgL70.png 708w\"},className:\"framer-smw7xv\",\"data-framer-name\":\"Logo_Wrapper\",layoutDependency:layoutDependency,layoutId:\"IXkmtR02Z\",...addPropertyOverrides({MV4tibA4b:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:645,intrinsicWidth:708,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||63)-0-62.8602)/2)),pixelHeight:645,pixelWidth:708,sizes:\"69px\",src:\"https://framerusercontent.com/images/4KnlJAF7JJOu4WTPLkQU3vwgL70.png\",srcSet:\"https://framerusercontent.com/images/4KnlJAF7JJOu4WTPLkQU3vwgL70.png?scale-down-to=512 512w,https://framerusercontent.com/images/4KnlJAF7JJOu4WTPLkQU3vwgL70.png 708w\"}}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:645,intrinsicWidth:708,pixelHeight:2400,pixelWidth:2400,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/7K3SF6K2aaGGdOcnB6kP4IFytw.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/7K3SF6K2aaGGdOcnB6kP4IFytw.png?scale-down-to=512 512w,https://framerusercontent.com/images/7K3SF6K2aaGGdOcnB6kP4IFytw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7K3SF6K2aaGGdOcnB6kP4IFytw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/7K3SF6K2aaGGdOcnB6kP4IFytw.png 2400w\"},className:\"framer-7nblfg\",\"data-framer-name\":\"Logo_Wrapper\",layoutDependency:layoutDependency,layoutId:\"D8Ut2Y2oU\",...addPropertyOverrides({p5973jGal:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:645,intrinsicWidth:708,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||81)-0-81.0805)/2)),pixelHeight:2400,pixelWidth:2400,positionX:\"center\",positionY:\"center\",sizes:\"89px\",src:\"https://framerusercontent.com/images/7K3SF6K2aaGGdOcnB6kP4IFytw.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/7K3SF6K2aaGGdOcnB6kP4IFytw.png?scale-down-to=512 512w,https://framerusercontent.com/images/7K3SF6K2aaGGdOcnB6kP4IFytw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7K3SF6K2aaGGdOcnB6kP4IFytw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/7K3SF6K2aaGGdOcnB6kP4IFytw.png 2400w\"}}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-a3rdv6\",\"data-framer-name\":\"Text Wrapper\",layoutDependency:layoutDependency,layoutId:\"ABcriQ88t\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"25.29px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\"},children:\"Pinnacle Academy\"})}),className:\"framer-jpsshm\",fonts:[\"FS;Montserrat-regular\"],layoutDependency:layoutDependency,layoutId:\"bT38vXVfL\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({MV4tibA4b:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\"},children:\"Pinnacle Academy\"})})},p5973jGal:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"23px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\"},children:\"Pinnacle Academy\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7TW9udHNlcnJhdC1saWdodA==\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"10.41px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\"},children:\"High-Performing PreS-12 Independent School\"})}),className:\"framer-15j6611\",fonts:[\"FS;Montserrat-light\"],layoutDependency:layoutDependency,layoutId:\"lZCSlicBO\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",viewBox:\"0 0 236 16\",withExternalLayout:true})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ekjRY.framer-353q40, .framer-ekjRY .framer-353q40 { display: block; }\",\".framer-ekjRY.framer-ezab5n { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-ekjRY .framer-smw7xv, .framer-ekjRY .framer-7nblfg { aspect-ratio: 1.0976744186046512 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 81px); overflow: visible; position: relative; width: 89px; }\",\".framer-ekjRY .framer-a3rdv6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-ekjRY .framer-jpsshm { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ekjRY .framer-15j6611 { align-self: stretch; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ekjRY.framer-v-ciw87v .framer-smw7xv { order: 1; }\",\".framer-ekjRY.framer-v-ciw87v .framer-7nblfg { order: 0; }\",\".framer-ekjRY.framer-v-ciw87v .framer-a3rdv6 { order: 2; }\",\".framer-ekjRY.framer-v-1gg1k86 .framer-smw7xv { height: var(--framer-aspect-ratio-supported, 63px); width: 69px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 81\n * @framerIntrinsicWidth 89\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"p5973jGal\":{\"layout\":[\"auto\",\"auto\"]},\"MV4tibA4b\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerKCSfdgXYt=withCSS(Component,css,\"framer-ekjRY\");export default FramerKCSfdgXYt;FramerKCSfdgXYt.displayName=\"Logo\";FramerKCSfdgXYt.defaultProps={height:81,width:89};addPropertyControls(FramerKCSfdgXYt,{variant:{options:[\"depXrurEB\",\"p5973jGal\",\"MV4tibA4b\"],optionTitles:[\"Only Logo\",\"With Text\",\"Laptop\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerKCSfdgXYt,[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NZ67QOF3FXYLOR27ABJOZVKKBKNRMKMF/EHBFE55HTLOOJHTZSLD54GSL3EBTAFNQ/DI2GHUWG3WKRXISSCTNDMTWKWZC25UIW.woff2\",weight:\"400\"},{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/JBAX5LNUCKEVXKRK3ARXNMEMQYQYP6WR/P3OTF2DNFMTAXKSAW4JNN6DPWEDDI5MN/4IO2HK2EZ7GHCZN7I3I4WKBAO7IH72SS.woff2\",weight:\"300\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKCSfdgXYt\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"81\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"89\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"p5973jGal\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"MV4tibA4b\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./KCSfdgXYt.map", "// Generated by Framer (beb38f2-dev)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useActiveVariantCallback,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"S2IdlCyLh\",\"SE7k_fhio\"];const serializationHash=\"framer-03OkH\";const variantClassNames={S2IdlCyLh:\"framer-v-16s7jh3\",SE7k_fhio:\"framer-v-y7naa8\"};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:40,delay:0,mass:1,stiffness:600,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={Close:\"SE7k_fhio\",Menu:\"S2IdlCyLh\"};const getProps=({height,id,tap,width,...props})=>{var _variant,ref;return{...props,variant:(ref=(_variant=humanReadableVariantMap[props.variant])!==null&&_variant!==void 0?_variant:props.variant)!==null&&ref!==void 0?ref:\"S2IdlCyLh\",XKaY3MrGu:tap!==null&&tap!==void 0?tap:props.XKaY3MrGu};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/ React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,XKaY3MrGu,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"S2IdlCyLh\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap16vb438=activeVariantCallback(async(...args)=>{if(XKaY3MrGu){const res=await XKaY3MrGu(...args);if(res===false)return false;}});const ref1=React.useRef(null);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-03OkH\",...sharedStyleClassNames,classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsx(Transition,{value:transition,children:/*#__PURE__*/ _jsxs(motion.div,{...restProps,className:cx(\"framer-16s7jh3\",className),\"data-framer-name\":\"Menu\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"S2IdlCyLh\",onTap:onTap16vb438,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({SE7k_fhio:{\"data-framer-name\":\"Close\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1h2nee6\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"iFz4pZYFj\",style:{backgroundColor:\"rgb(102, 102, 102)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{SE7k_fhio:{rotate:-45}}}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-19bb1f\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"WUt4QmdaV\",style:{backgroundColor:\"rgb(102, 102, 102)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{SE7k_fhio:{rotate:45}}})]})})})});});const css=['.framer-03OkH [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-03OkH .framer-coiqyn { display: block; }\",\".framer-03OkH .framer-16s7jh3 { cursor: pointer; height: 60px; overflow: hidden; position: relative; width: 60px; }\",\".framer-03OkH .framer-1h2nee6 { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(58.33333333333336% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-03OkH .framer-19bb1f { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(41.66666666666669% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-03OkH.framer-v-y7naa8 .framer-16s7jh3 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 60px); }\",\".framer-03OkH.framer-v-y7naa8 .framer-1h2nee6, .framer-03OkH.framer-v-y7naa8 .framer-19bb1f { top: calc(50.00000000000002% - 2px / 2); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 60\n * @framerIntrinsicWidth 60\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"SE7k_fhio\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"XKaY3MrGu\":\"tap\"}\n */ const FramerlfUSFeDtB=withCSS(Component,css,\"framer-03OkH\");export default FramerlfUSFeDtB;FramerlfUSFeDtB.displayName=\"Icon\";FramerlfUSFeDtB.defaultProps={height:60,width:60};addPropertyControls(FramerlfUSFeDtB,{variant:{options:[\"S2IdlCyLh\",\"SE7k_fhio\"],optionTitles:[\"Menu\",\"Close\"],title:\"Variant\",type:ControlType.Enum},XKaY3MrGu:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerlfUSFeDtB,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerlfUSFeDtB\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"SE7k_fhio\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"60\",\"framerVariables\":\"{\\\"XKaY3MrGu\\\":\\\"tap\\\"}\",\"framerIntrinsicHeight\":\"60\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./lfUSFeDtB.map", "// Generated by Framer (0f540f8)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-BrgYi .framer-styles-preset-e1lscy:not(.rich-text-wrapper), .framer-BrgYi .framer-styles-preset-e1lscy.rich-text-wrapper a { --framer-link-current-text-color: var(--token-c7b016ac-a10b-4622-acaf-8a1593f166fd, #ffffff) /* {\"name\":\"White\"} */; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-c7b016ac-a10b-4622-acaf-8a1593f166fd, #ffffff) /* {\"name\":\"White\"} */; --framer-link-hover-text-decoration: underline; --framer-link-text-decoration: none; }'];export const className=\"framer-BrgYi\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2c4b293)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={FVf53F8x8:{hover:true}};const cycleOrder=[\"FVf53F8x8\",\"Q0irlYO6o\"];const serializationHash=\"framer-Oim4l\";const variantClassNames={FVf53F8x8:\"framer-v-bv2wzd\",Q0irlYO6o:\"framer-v-1kkyyvr\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Desktop:\"FVf53F8x8\",Phone:\"Q0irlYO6o\"};const getProps=({height,id,link,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,pDo3tIskn:(_ref=title!==null&&title!==void 0?title:props.pDo3tIskn)!==null&&_ref!==void 0?_ref:\"Our Mission\",t6ntTLUzs:link!==null&&link!==void 0?link:props.t6ntTLUzs,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"FVf53F8x8\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,t6ntTLUzs,pDo3tIskn,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"FVf53F8x8\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:t6ntTLUzs,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-bv2wzd\",className,classNames)} framer-kielpx`,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"FVf53F8x8\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({\"FVf53F8x8-hover\":{\"data-framer-name\":undefined},Q0irlYO6o:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f6eac330-98ef-414f-ae51-d5f8e67d146b, rgb(68, 68, 68)))\"},children:\"Our Mission\"})}),className:\"framer-6yis1c\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"HU_QXMgkM\",style:{\"--extracted-r6o4lv\":\"var(--token-f6eac330-98ef-414f-ae51-d5f8e67d146b, rgb(68, 68, 68))\",\"--framer-paragraph-spacing\":\"0px\"},text:pDo3tIskn,variants:{\"FVf53F8x8-hover\":{\"--extracted-r6o4lv\":\"var(--token-1339643a-2c51-41f4-85c3-1fa1d2729bd9, rgb(0, 62, 126))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"FVf53F8x8-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1339643a-2c51-41f4-85c3-1fa1d2729bd9, rgb(0, 62, 126)))\",\"--framer-text-decoration\":\"underline\"},children:\"Our Mission\"})})},Q0irlYO6o:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f6eac330-98ef-414f-ae51-d5f8e67d146b, rgb(68, 68, 68)))\"},children:\"Our Mission\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Oim4l.framer-kielpx, .framer-Oim4l .framer-kielpx { display: block; }\",\".framer-Oim4l.framer-bv2wzd { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 150px; }\",\".framer-Oim4l .framer-6yis1c { -webkit-user-select: none; flex: 1 0 0px; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Oim4l.framer-bv2wzd { gap: 0px; } .framer-Oim4l.framer-bv2wzd > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-Oim4l.framer-bv2wzd > :first-child { margin-left: 0px; } .framer-Oim4l.framer-bv2wzd > :last-child { margin-right: 0px; } }\",\".framer-Oim4l.framer-v-1kkyyvr.framer-bv2wzd { cursor: unset; justify-content: flex-end; padding: 10px 0px 10px 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 22.5\n * @framerIntrinsicWidth 150\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Q0irlYO6o\":{\"layout\":[\"fixed\",\"auto\"]},\"pREnofWGU\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"t6ntTLUzs\":\"link\",\"pDo3tIskn\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Frameru1aNIuCLm=withCSS(Component,css,\"framer-Oim4l\");export default Frameru1aNIuCLm;Frameru1aNIuCLm.displayName=\"Nav Link - title\";Frameru1aNIuCLm.defaultProps={height:22.5,width:150};addPropertyControls(Frameru1aNIuCLm,{variant:{options:[\"FVf53F8x8\",\"Q0irlYO6o\"],optionTitles:[\"Desktop\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},t6ntTLUzs:{title:\"Link\",type:ControlType.Link},pDo3tIskn:{defaultValue:\"Our Mission\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(Frameru1aNIuCLm,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Frameru1aNIuCLm\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"t6ntTLUzs\\\":\\\"link\\\",\\\"pDo3tIskn\\\":\\\"title\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"22.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Q0irlYO6o\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pREnofWGU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"150\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./u1aNIuCLm.map", "// Generated by Framer (255de63)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import NavLinkTitle from\"https://framerusercontent.com/modules/VNEtsVglJScDpEGQ3rGt/Z6Ui0RBaDCUOSZpCD2cM/u1aNIuCLm.js\";const NavLinkTitleFonts=getFonts(NavLinkTitle);const cycleOrder=[\"MhRc62lwe\",\"XgjnK5qZc\",\"jEkwCNPdK\",\"oJeDvojYy\",\"DFE5BB2NV\",\"fCztVKYq0\",\"TKwf3sFlA\",\"aVoFI7xp_\",\"UizDdebnR\",\"uSpDCu003\",\"jcqlC7m5P\",\"nSgxz2LfG\"];const serializationHash=\"framer-0WFkm\";const variantClassNames={aVoFI7xp_:\"framer-v-1f0208h\",DFE5BB2NV:\"framer-v-fb94lm\",fCztVKYq0:\"framer-v-5elfdf\",jcqlC7m5P:\"framer-v-en2odk\",jEkwCNPdK:\"framer-v-5n4pni\",MhRc62lwe:\"framer-v-hhvryi\",nSgxz2LfG:\"framer-v-12gbgg1\",oJeDvojYy:\"framer-v-1wbxphf\",TKwf3sFlA:\"framer-v-1jb7h56\",UizDdebnR:\"framer-v-epq4ut\",uSpDCu003:\"framer-v-1c7fki2\",XgjnK5qZc:\"framer-v-4pr56s\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"About Us Desktop\":\"MhRc62lwe\",\"Academics Desktop\":\"DFE5BB2NV\",\"Academics Phone\":\"fCztVKYq0\",\"Admission Desktop\":\"jEkwCNPdK\",\"Admission Phone\":\"oJeDvojYy\",\"Giving Desktop\":\"jcqlC7m5P\",\"Giving Phone\":\"nSgxz2LfG\",\"Student Life Desktop\":\"TKwf3sFlA\",\"Student Life Phone\":\"aVoFI7xp_\",\"Why Pinnacle Desktop\":\"UizDdebnR\",\"Why Pinnacle Phone\":\"uSpDCu003\",Phone:\"XgjnK5qZc\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"MhRc62lwe\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"MhRc62lwe\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"XgjnK5qZc\",\"oJeDvojYy\",\"fCztVKYq0\",\"aVoFI7xp_\",\"uSpDCu003\",\"nSgxz2LfG\"].includes(baseVariant))return true;return false;};const router=useRouter();const isDisplayed1=()=>{if([\"jEkwCNPdK\",\"oJeDvojYy\",\"DFE5BB2NV\",\"fCztVKYq0\",\"TKwf3sFlA\",\"aVoFI7xp_\",\"UizDdebnR\",\"uSpDCu003\",\"jcqlC7m5P\",\"nSgxz2LfG\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"aVoFI7xp_\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"TKwf3sFlA\")return true;return false;};const isDisplayed4=()=>{if([\"jcqlC7m5P\",\"nSgxz2LfG\"].includes(baseVariant))return false;return true;};const isDisplayed5=()=>{if([\"jEkwCNPdK\",\"oJeDvojYy\"].includes(baseVariant))return true;return false;};const isDisplayed6=()=>{if([\"UizDdebnR\",\"uSpDCu003\",\"jcqlC7m5P\",\"nSgxz2LfG\"].includes(baseVariant))return false;return true;};const isDisplayed7=()=>{if([\"DFE5BB2NV\",\"fCztVKYq0\"].includes(baseVariant))return true;return false;};const isDisplayed8=()=>{if(baseVariant===\"fCztVKYq0\")return true;return false;};const isDisplayed9=()=>{if(baseVariant===\"DFE5BB2NV\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-hhvryi\",className,classNames),\"data-border\":true,\"data-framer-name\":\"About Us Desktop\",layoutDependency:layoutDependency,layoutId:\"MhRc62lwe\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-9367b864-ee31-48d1-99d0-c59d460673b3, rgb(241, 241, 241))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-9367b864-ee31-48d1-99d0-c59d460673b3, rgb(241, 241, 241))\",borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,...style},variants:{aVoFI7xp_:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},fCztVKYq0:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},nSgxz2LfG:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},oJeDvojYy:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},uSpDCu003:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},XgjnK5qZc:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},...addPropertyOverrides({aVoFI7xp_:{\"data-framer-name\":\"Student Life Phone\"},DFE5BB2NV:{\"data-framer-name\":\"Academics Desktop\"},fCztVKYq0:{\"data-framer-name\":\"Academics Phone\"},jcqlC7m5P:{\"data-framer-name\":\"Giving Desktop\"},jEkwCNPdK:{\"data-framer-name\":\"Admission Desktop\"},nSgxz2LfG:{\"data-framer-name\":\"Giving Phone\"},oJeDvojYy:{\"data-framer-name\":\"Admission Phone\"},TKwf3sFlA:{\"data-framer-name\":\"Student Life Desktop\"},UizDdebnR:{\"data-framer-name\":\"Why Pinnacle Desktop\"},uSpDCu003:{\"data-framer-name\":\"Why Pinnacle Phone\"},XgjnK5qZc:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1339643a-2c51-41f4-85c3-1fa1d2729bd9, rgb(0, 62, 126)))\"},children:\"PRODUCT\"})}),className:\"framer-kfo69r\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"vHHdiZo5y\",style:{\"--extracted-r6o4lv\":\"var(--token-1339643a-2c51-41f4-85c3-1fa1d2729bd9, rgb(0, 62, 126))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({aVoFI7xp_:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1339643a-2c51-41f4-85c3-1fa1d2729bd9, rgb(0, 62, 126)))\"},children:\"STUDENT LIFE\"})}),fonts:[\"Inter-Bold\"]},fCztVKYq0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1339643a-2c51-41f4-85c3-1fa1d2729bd9, rgb(0, 62, 126)))\"},children:\"ACADEMICS\"})}),fonts:[\"Inter-Bold\"]},nSgxz2LfG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1339643a-2c51-41f4-85c3-1fa1d2729bd9, rgb(0, 62, 126)))\"},children:\"GIVING\"})}),fonts:[\"Inter-Bold\"]},oJeDvojYy:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1339643a-2c51-41f4-85c3-1fa1d2729bd9, rgb(0, 62, 126)))\"},children:\"ADMISSION\"})}),fonts:[\"Inter-Bold\"]},uSpDCu003:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1339643a-2c51-41f4-85c3-1fa1d2729bd9, rgb(0, 62, 126)))\"},children:\"WHY PINNACLE\"})}),fonts:[\"Inter-Bold\"]},XgjnK5qZc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1339643a-2c51-41f4-85c3-1fa1d2729bd9, rgb(0, 62, 126)))\"},children:\"ABOUT US\"})}),fonts:[\"Inter-Bold\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ofbHx6EXm\"},implicitPathVariables:undefined},{href:{webPageId:\"ofbHx6EXm\"},implicitPathVariables:undefined},{href:{webPageId:\"yUyjbyIXY\"},implicitPathVariables:undefined},{href:{webPageId:\"yUyjbyIXY\"},implicitPathVariables:undefined},{href:{webPageId:\"vlawyN3kh\"},implicitPathVariables:undefined},{href:{webPageId:\"vlawyN3kh\"},implicitPathVariables:undefined},{href:{webPageId:\"bMcDrws_V\"},implicitPathVariables:undefined},{href:{webPageId:\"bMcDrws_V\"},implicitPathVariables:undefined},{href:{webPageId:\"CjDbPDthW\"},implicitPathVariables:undefined},{href:{webPageId:\"CjDbPDthW\"},implicitPathVariables:undefined},{href:{webPageId:\"mlEsoN1yW\"},implicitPathVariables:undefined},{href:{webPageId:\"mlEsoN1yW\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+15+0,...addPropertyOverrides({aVoFI7xp_:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+32+105},fCztVKYq0:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+32+105},nSgxz2LfG:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+32+105},oJeDvojYy:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+32+105},uSpDCu003:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+32+105},XgjnK5qZc:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+32+105}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-3zkp6e-container\",\"data-framer-name\":\"Nav Link - title\",layoutDependency:layoutDependency,layoutId:\"CretxHn7b-container\",name:\"Nav Link - title\",nodeId:\"CretxHn7b\",rendersWithMotion:true,scopeId:\"RnBMbqNRO\",children:/*#__PURE__*/_jsx(NavLinkTitle,{height:\"100%\",id:\"CretxHn7b\",layoutId:\"CretxHn7b\",name:\"Nav Link - title\",pDo3tIskn:\"Our Mission\",style:{width:\"100%\"},t6ntTLUzs:resolvedLinks[0],variant:\"FVf53F8x8\",width:\"100%\",...addPropertyOverrides({aVoFI7xp_:{pDo3tIskn:\"Parent & Student Handbook\",t6ntTLUzs:resolvedLinks[7],variant:\"Q0irlYO6o\"},DFE5BB2NV:{pDo3tIskn:\"Academic Calendar\",t6ntTLUzs:resolvedLinks[4]},fCztVKYq0:{pDo3tIskn:\"Academic Calendar\",t6ntTLUzs:resolvedLinks[5],variant:\"Q0irlYO6o\"},jcqlC7m5P:{pDo3tIskn:\"Donate Now\",t6ntTLUzs:resolvedLinks[10]},jEkwCNPdK:{pDo3tIskn:\"Welcome to Pinnacle\",t6ntTLUzs:resolvedLinks[2]},nSgxz2LfG:{pDo3tIskn:\"Donate Now\",t6ntTLUzs:resolvedLinks[11],variant:\"Q0irlYO6o\"},oJeDvojYy:{pDo3tIskn:\"Welcome to Pinnacle\",t6ntTLUzs:resolvedLinks[3],variant:\"Q0irlYO6o\"},TKwf3sFlA:{pDo3tIskn:\"Parent & Student Handbook\",t6ntTLUzs:resolvedLinks[6]},UizDdebnR:{pDo3tIskn:\"Testimonials\",t6ntTLUzs:resolvedLinks[8]},uSpDCu003:{pDo3tIskn:\"Testimonials\",t6ntTLUzs:resolvedLinks[9],variant:\"Q0irlYO6o\"},XgjnK5qZc:{t6ntTLUzs:resolvedLinks[1],variant:\"Q0irlYO6o\"}},baseVariant,gestureVariant)})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"g99HLXga2\"},implicitPathVariables:undefined},{href:{webPageId:\"g99HLXga2\"},implicitPathVariables:undefined},{href:{webPageId:\"g99HLXga2\"},implicitPathVariables:undefined},{href:{webPageId:\"dTkg129WF\"},implicitPathVariables:undefined},{href:{webPageId:\"dTkg129WF\"},implicitPathVariables:undefined},{href:{webPageId:\"XBC0RjTmy\"},implicitPathVariables:undefined},{href:{webPageId:\"XBC0RjTmy\"},implicitPathVariables:undefined},{href:{webPageId:\"E1TO4Y31J\"},implicitPathVariables:undefined},{href:{webPageId:\"E1TO4Y31J\"},implicitPathVariables:undefined},{href:{webPageId:\"eoKge_JLG\"},implicitPathVariables:undefined},{href:{webPageId:\"eoKge_JLG\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({aVoFI7xp_:{height:22,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+32+127},DFE5BB2NV:{height:22,width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+15+27},fCztVKYq0:{height:22,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+32+127},jcqlC7m5P:{height:22,width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+15+27},jEkwCNPdK:{height:22,width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+15+27},nSgxz2LfG:{height:22,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+32+127},oJeDvojYy:{height:22,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+32+127},TKwf3sFlA:{height:22,width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+15+27},UizDdebnR:{height:22,width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+15+27},uSpDCu003:{height:22,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+32+127}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ka29ym-container\",layoutDependency:layoutDependency,layoutId:\"pSFi8I4kO-container\",nodeId:\"pSFi8I4kO\",rendersWithMotion:true,scopeId:\"RnBMbqNRO\",children:/*#__PURE__*/_jsx(NavLinkTitle,{height:\"100%\",id:\"pSFi8I4kO\",layoutId:\"pSFi8I4kO\",pDo3tIskn:\"Visit\",style:{width:\"100%\"},t6ntTLUzs:resolvedLinks1[0],variant:\"FVf53F8x8\",width:\"100%\",...addPropertyOverrides({aVoFI7xp_:{pDo3tIskn:\"Newsletters\",t6ntTLUzs:resolvedLinks1[6],variant:\"Q0irlYO6o\"},DFE5BB2NV:{pDo3tIskn:\"Montessori (Ages 3-6)\",t6ntTLUzs:resolvedLinks1[3]},fCztVKYq0:{pDo3tIskn:\"Montessori (Ages 3-6)\",t6ntTLUzs:resolvedLinks1[4],variant:\"Q0irlYO6o\"},jcqlC7m5P:{pDo3tIskn:\"Volunteer\",t6ntTLUzs:resolvedLinks1[9]},jEkwCNPdK:{t6ntTLUzs:resolvedLinks1[1]},nSgxz2LfG:{pDo3tIskn:\"Volunteer\",t6ntTLUzs:resolvedLinks1[10],variant:\"Q0irlYO6o\"},oJeDvojYy:{t6ntTLUzs:resolvedLinks1[2],variant:\"Q0irlYO6o\"},TKwf3sFlA:{pDo3tIskn:\"Newsletters\",t6ntTLUzs:resolvedLinks1[5]},UizDdebnR:{pDo3tIskn:\"Steam Education\",t6ntTLUzs:resolvedLinks1[7]},uSpDCu003:{pDo3tIskn:\"Steam Education\",t6ntTLUzs:resolvedLinks1[8],variant:\"Q0irlYO6o\"}},baseVariant,gestureVariant)})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"r5hwAHzb1\"},implicitPathVariables:undefined},{href:{webPageId:\"r5hwAHzb1\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({aVoFI7xp_:{height:22,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+32+149}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ryobe-container\",layoutDependency:layoutDependency,layoutId:\"s15hNYNjZ-container\",nodeId:\"s15hNYNjZ\",rendersWithMotion:true,scopeId:\"RnBMbqNRO\",children:/*#__PURE__*/_jsx(NavLinkTitle,{height:\"100%\",id:\"s15hNYNjZ\",layoutId:\"s15hNYNjZ\",pDo3tIskn:\"News\",style:{width:\"100%\"},t6ntTLUzs:resolvedLinks2[0],variant:\"Q0irlYO6o\",width:\"100%\",...addPropertyOverrides({aVoFI7xp_:{t6ntTLUzs:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"r5hwAHzb1\"},implicitPathVariables:undefined},{href:{webPageId:\"r5hwAHzb1\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({TKwf3sFlA:{height:22,width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+15+54}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-w60axr-container\",layoutDependency:layoutDependency,layoutId:\"f6COdwMb8-container\",nodeId:\"f6COdwMb8\",rendersWithMotion:true,scopeId:\"RnBMbqNRO\",children:/*#__PURE__*/_jsx(NavLinkTitle,{height:\"100%\",id:\"f6COdwMb8\",layoutId:\"f6COdwMb8\",pDo3tIskn:\"News\",style:{width:\"100%\"},t6ntTLUzs:resolvedLinks3[0],variant:\"FVf53F8x8\",width:\"100%\",...addPropertyOverrides({TKwf3sFlA:{t6ntTLUzs:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"nFcLC8GK6\"},implicitPathVariables:undefined},{href:{webPageId:\"nFcLC8GK6\"},implicitPathVariables:undefined},{href:{webPageId:\"b28qvfQxr\"},implicitPathVariables:undefined},{href:{webPageId:\"b28qvfQxr\"},implicitPathVariables:undefined},{href:{webPageId:\"q9LKcXhwS\"},implicitPathVariables:undefined},{href:{webPageId:\"q9LKcXhwS\"},implicitPathVariables:undefined},{href:{webPageId:\"yabW7BYQs\"},implicitPathVariables:undefined},{href:{webPageId:\"yabW7BYQs\"},implicitPathVariables:undefined},{href:{webPageId:\"amZgO4RTk\"},implicitPathVariables:undefined},{href:{webPageId:\"amZgO4RTk\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+15+27,...addPropertyOverrides({aVoFI7xp_:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+32+171},DFE5BB2NV:{y:(componentViewport?.y||0)+15+54},fCztVKYq0:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+32+149},jEkwCNPdK:{y:(componentViewport?.y||0)+15+54},oJeDvojYy:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+32+149},TKwf3sFlA:{y:(componentViewport?.y||0)+15+81},UizDdebnR:{y:(componentViewport?.y||0)+15+54},uSpDCu003:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+32+149},XgjnK5qZc:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+32+127}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-o8qdrm-container\",layoutDependency:layoutDependency,layoutId:\"Axy4dcZYS-container\",nodeId:\"Axy4dcZYS\",rendersWithMotion:true,scopeId:\"RnBMbqNRO\",children:/*#__PURE__*/_jsx(NavLinkTitle,{height:\"100%\",id:\"Axy4dcZYS\",layoutId:\"Axy4dcZYS\",pDo3tIskn:\"Our School Profile\",style:{width:\"100%\"},t6ntTLUzs:resolvedLinks4[0],variant:\"FVf53F8x8\",width:\"100%\",...addPropertyOverrides({aVoFI7xp_:{pDo3tIskn:\"Achievements\",t6ntTLUzs:resolvedLinks4[7],variant:\"Q0irlYO6o\"},DFE5BB2NV:{pDo3tIskn:\"Elementary School\",t6ntTLUzs:resolvedLinks4[4]},fCztVKYq0:{pDo3tIskn:\"Elementary School\",t6ntTLUzs:resolvedLinks4[5],variant:\"Q0irlYO6o\"},jEkwCNPdK:{pDo3tIskn:\"Apply\",t6ntTLUzs:resolvedLinks4[2]},oJeDvojYy:{pDo3tIskn:\"Apply\",t6ntTLUzs:resolvedLinks4[3],variant:\"Q0irlYO6o\"},TKwf3sFlA:{pDo3tIskn:\"Achievements\",t6ntTLUzs:resolvedLinks4[6]},UizDdebnR:{pDo3tIskn:\"PAL\",t6ntTLUzs:resolvedLinks4[8]},uSpDCu003:{pDo3tIskn:\"PAL\",t6ntTLUzs:resolvedLinks4[9],variant:\"Q0irlYO6o\"},XgjnK5qZc:{t6ntTLUzs:resolvedLinks4[1],variant:\"Q0irlYO6o\"}},baseVariant,gestureVariant)})})})}),isDisplayed5()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Yc9v0mQUg\"},implicitPathVariables:undefined},{href:{webPageId:\"Yc9v0mQUg\"},implicitPathVariables:undefined},{href:{webPageId:\"Yc9v0mQUg\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({jEkwCNPdK:{height:22,width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+15+81},oJeDvojYy:{height:22,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+32+171}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-d9r37i-container\",\"data-framer-name\":\"Tuition\",layoutDependency:layoutDependency,layoutId:\"kXi3OTxST-container\",name:\"Tuition\",nodeId:\"kXi3OTxST\",rendersWithMotion:true,scopeId:\"RnBMbqNRO\",children:/*#__PURE__*/_jsx(NavLinkTitle,{height:\"100%\",id:\"kXi3OTxST\",layoutId:\"kXi3OTxST\",name:\"Tuition\",pDo3tIskn:\"Tuition\",style:{width:\"100%\"},t6ntTLUzs:resolvedLinks5[0],variant:\"FVf53F8x8\",width:\"100%\",...addPropertyOverrides({jEkwCNPdK:{t6ntTLUzs:resolvedLinks5[1]},oJeDvojYy:{t6ntTLUzs:resolvedLinks5[2],variant:\"Q0irlYO6o\"}},baseVariant,gestureVariant)})})})}),isDisplayed6()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"mV_7F0Sug\"},implicitPathVariables:undefined},{href:{webPageId:\"mV_7F0Sug\"},implicitPathVariables:undefined},{href:{webPageId:\"g53GLPklU\"},implicitPathVariables:undefined},{href:{webPageId:\"g53GLPklU\"},implicitPathVariables:undefined},{href:{webPageId:\"MmpF10ZRV\"},implicitPathVariables:undefined},{href:{webPageId:\"MmpF10ZRV\"},implicitPathVariables:undefined},{href:{webPageId:\"nzVOSHuDp\"},implicitPathVariables:undefined},{href:{webPageId:\"nzVOSHuDp\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+15+54,...addPropertyOverrides({aVoFI7xp_:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+32+193},DFE5BB2NV:{y:(componentViewport?.y||0)+15+81},fCztVKYq0:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+32+171},jEkwCNPdK:{y:(componentViewport?.y||0)+15+108},oJeDvojYy:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+32+193},TKwf3sFlA:{y:(componentViewport?.y||0)+15+108},XgjnK5qZc:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+32+149}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1bbehp1-container\",layoutDependency:layoutDependency,layoutId:\"hrrVP5B2F-container\",nodeId:\"hrrVP5B2F\",rendersWithMotion:true,scopeId:\"RnBMbqNRO\",children:/*#__PURE__*/_jsx(NavLinkTitle,{height:\"100%\",id:\"hrrVP5B2F\",layoutId:\"hrrVP5B2F\",pDo3tIskn:\"Virtual School Tour\",style:{width:\"100%\"},t6ntTLUzs:resolvedLinks6[0],variant:\"FVf53F8x8\",width:\"100%\",...addPropertyOverrides({aVoFI7xp_:{pDo3tIskn:\"Home Visits\",t6ntTLUzs:resolvedLinks6[7],variant:\"Q0irlYO6o\"},DFE5BB2NV:{pDo3tIskn:\"Middle School\",t6ntTLUzs:resolvedLinks6[4]},fCztVKYq0:{pDo3tIskn:\"Middle School\",t6ntTLUzs:resolvedLinks6[5],variant:\"Q0irlYO6o\"},jEkwCNPdK:{pDo3tIskn:\"Attend Open House\",t6ntTLUzs:resolvedLinks6[2]},oJeDvojYy:{pDo3tIskn:\"Attend Open House\",t6ntTLUzs:resolvedLinks6[3],variant:\"Q0irlYO6o\"},TKwf3sFlA:{pDo3tIskn:\"Home Visits\",t6ntTLUzs:resolvedLinks6[6]},XgjnK5qZc:{t6ntTLUzs:resolvedLinks6[1],variant:\"Q0irlYO6o\"}},baseVariant,gestureVariant)})})})}),isDisplayed6()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"F0gA6b5WW\"},implicitPathVariables:undefined},{href:{webPageId:\"F0gA6b5WW\"},implicitPathVariables:undefined},{href:{webPageId:\"ESrKnkbtd\"},implicitPathVariables:undefined},{href:{webPageId:\"ESrKnkbtd\"},implicitPathVariables:undefined},{href:{webPageId:\"hQDmm5P8u\"},implicitPathVariables:undefined},{href:{webPageId:\"hQDmm5P8u\"},implicitPathVariables:undefined},{href:{webPageId:\"Xz4DenCka\"},implicitPathVariables:undefined},{href:{webPageId:\"Xz4DenCka\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+15+81,...addPropertyOverrides({aVoFI7xp_:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+32+215},DFE5BB2NV:{y:(componentViewport?.y||0)+15+108},fCztVKYq0:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+32+193},jEkwCNPdK:{y:(componentViewport?.y||0)+15+135},oJeDvojYy:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+32+215},TKwf3sFlA:{y:(componentViewport?.y||0)+15+135},XgjnK5qZc:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+32+171}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1s298ua-container\",layoutDependency:layoutDependency,layoutId:\"AFPCfpHOU-container\",nodeId:\"AFPCfpHOU\",rendersWithMotion:true,scopeId:\"RnBMbqNRO\",children:/*#__PURE__*/_jsx(NavLinkTitle,{height:\"100%\",id:\"AFPCfpHOU\",layoutId:\"AFPCfpHOU\",pDo3tIskn:\"Join Our Team\",style:{width:\"100%\"},t6ntTLUzs:resolvedLinks7[0],variant:\"FVf53F8x8\",width:\"100%\",...addPropertyOverrides({aVoFI7xp_:{pDo3tIskn:\"Annual Science & Engineering Fair\",t6ntTLUzs:resolvedLinks7[7],variant:\"Q0irlYO6o\"},DFE5BB2NV:{pDo3tIskn:\"High School\",t6ntTLUzs:resolvedLinks7[4]},fCztVKYq0:{pDo3tIskn:\"High School\",t6ntTLUzs:resolvedLinks7[5],variant:\"Q0irlYO6o\"},jEkwCNPdK:{pDo3tIskn:\"International Students\",t6ntTLUzs:resolvedLinks7[2]},oJeDvojYy:{pDo3tIskn:\"International Students\",t6ntTLUzs:resolvedLinks7[3],variant:\"Q0irlYO6o\"},TKwf3sFlA:{pDo3tIskn:\"Annual Science & Engineering Fair\",t6ntTLUzs:resolvedLinks7[6]},XgjnK5qZc:{t6ntTLUzs:resolvedLinks7[1],variant:\"Q0irlYO6o\"}},baseVariant,gestureVariant)})})})}),isDisplayed7()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"iyAsYGs4b\"},implicitPathVariables:undefined},{href:{webPageId:\"iyAsYGs4b\"},implicitPathVariables:undefined},{href:{webPageId:\"iyAsYGs4b\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({DFE5BB2NV:{height:22,width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+15+135},fCztVKYq0:{height:22,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+32+215}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-10ha4sb-container\",layoutDependency:layoutDependency,layoutId:\"XquaLysFi-container\",nodeId:\"XquaLysFi\",rendersWithMotion:true,scopeId:\"RnBMbqNRO\",children:/*#__PURE__*/_jsx(NavLinkTitle,{height:\"100%\",id:\"XquaLysFi\",layoutId:\"XquaLysFi\",pDo3tIskn:\"College Counseling\",style:{width:\"100%\"},t6ntTLUzs:resolvedLinks8[0],variant:\"FVf53F8x8\",width:\"100%\",...addPropertyOverrides({DFE5BB2NV:{t6ntTLUzs:resolvedLinks8[1]},fCztVKYq0:{t6ntTLUzs:resolvedLinks8[2],variant:\"Q0irlYO6o\"}},baseVariant,gestureVariant)})})})}),isDisplayed8()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Oov3J18Zb\"},implicitPathVariables:undefined},{href:{webPageId:\"Oov3J18Zb\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({fCztVKYq0:{height:22,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+32+237}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1trafwk-container\",layoutDependency:layoutDependency,layoutId:\"Sl4T4NPGb-container\",nodeId:\"Sl4T4NPGb\",rendersWithMotion:true,scopeId:\"RnBMbqNRO\",children:/*#__PURE__*/_jsx(NavLinkTitle,{height:\"100%\",id:\"Sl4T4NPGb\",layoutId:\"Sl4T4NPGb\",pDo3tIskn:\"Summer Programs\",style:{width:\"100%\"},t6ntTLUzs:resolvedLinks9[0],variant:\"Q0irlYO6o\",width:\"100%\",...addPropertyOverrides({fCztVKYq0:{t6ntTLUzs:resolvedLinks9[1]}},baseVariant,gestureVariant)})})})}),isDisplayed9()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Oov3J18Zb\"},implicitPathVariables:undefined},{href:{webPageId:\"Oov3J18Zb\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({DFE5BB2NV:{height:22,width:`calc(${componentViewport?.width||\"100vw\"} - 30px)`,y:(componentViewport?.y||0)+15+162}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-quo70-container\",layoutDependency:layoutDependency,layoutId:\"PZ00N67d4-container\",nodeId:\"PZ00N67d4\",rendersWithMotion:true,scopeId:\"RnBMbqNRO\",children:/*#__PURE__*/_jsx(NavLinkTitle,{height:\"100%\",id:\"PZ00N67d4\",layoutId:\"PZ00N67d4\",pDo3tIskn:\"Summer Programs\",style:{width:\"100%\"},t6ntTLUzs:resolvedLinks10[0],variant:\"FVf53F8x8\",width:\"100%\",...addPropertyOverrides({DFE5BB2NV:{t6ntTLUzs:resolvedLinks10[1]}},baseVariant,gestureVariant)})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0WFkm.framer-3w8e0c, .framer-0WFkm .framer-3w8e0c { display: block; }\",\".framer-0WFkm.framer-hhvryi { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; padding: 15px; position: relative; width: 180px; }\",\".framer-0WFkm .framer-kfo69r { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-0WFkm .framer-3zkp6e-container, .framer-0WFkm .framer-1ka29ym-container, .framer-0WFkm .framer-ryobe-container, .framer-0WFkm .framer-w60axr-container, .framer-0WFkm .framer-o8qdrm-container, .framer-0WFkm .framer-d9r37i-container, .framer-0WFkm .framer-1bbehp1-container, .framer-0WFkm .framer-1s298ua-container, .framer-0WFkm .framer-10ha4sb-container, .framer-0WFkm .framer-1trafwk-container, .framer-0WFkm .framer-quo70-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-0WFkm.framer-v-4pr56s.framer-hhvryi, .framer-0WFkm.framer-v-1wbxphf.framer-hhvryi, .framer-0WFkm.framer-v-5elfdf.framer-hhvryi, .framer-0WFkm.framer-v-1f0208h.framer-hhvryi, .framer-0WFkm.framer-v-1c7fki2.framer-hhvryi, .framer-0WFkm.framer-v-12gbgg1.framer-hhvryi { align-content: flex-end; align-items: flex-end; gap: 0px; padding: 32px 0px 0px 0px; }\",\".framer-0WFkm.framer-v-4pr56s .framer-kfo69r { order: 0; width: 79px; }\",\".framer-0WFkm.framer-v-4pr56s .framer-3zkp6e-container, .framer-0WFkm.framer-v-1wbxphf .framer-3zkp6e-container { order: 1; }\",\".framer-0WFkm.framer-v-4pr56s .framer-o8qdrm-container, .framer-0WFkm.framer-v-1wbxphf .framer-o8qdrm-container { order: 5; }\",\".framer-0WFkm.framer-v-4pr56s .framer-1bbehp1-container, .framer-0WFkm.framer-v-1wbxphf .framer-1bbehp1-container { order: 7; }\",\".framer-0WFkm.framer-v-4pr56s .framer-1s298ua-container, .framer-0WFkm.framer-v-1wbxphf .framer-1s298ua-container { order: 8; }\",\".framer-0WFkm.framer-v-1wbxphf .framer-kfo69r { order: 0; }\",\".framer-0WFkm.framer-v-1wbxphf .framer-1ka29ym-container { order: 2; }\",\".framer-0WFkm.framer-v-1wbxphf .framer-d9r37i-container { order: 6; }\",'.framer-0WFkm[data-border=\"true\"]::after, .framer-0WFkm [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 135\n * @framerIntrinsicWidth 180\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"XgjnK5qZc\":{\"layout\":[\"fixed\",\"auto\"]},\"jEkwCNPdK\":{\"layout\":[\"fixed\",\"auto\"]},\"oJeDvojYy\":{\"layout\":[\"fixed\",\"auto\"]},\"DFE5BB2NV\":{\"layout\":[\"fixed\",\"auto\"]},\"fCztVKYq0\":{\"layout\":[\"fixed\",\"auto\"]},\"TKwf3sFlA\":{\"layout\":[\"fixed\",\"auto\"]},\"aVoFI7xp_\":{\"layout\":[\"fixed\",\"auto\"]},\"UizDdebnR\":{\"layout\":[\"fixed\",\"auto\"]},\"uSpDCu003\":{\"layout\":[\"fixed\",\"auto\"]},\"jcqlC7m5P\":{\"layout\":[\"fixed\",\"auto\"]},\"nSgxz2LfG\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerRnBMbqNRO=withCSS(Component,css,\"framer-0WFkm\");export default FramerRnBMbqNRO;FramerRnBMbqNRO.displayName=\"Links: About Us\";FramerRnBMbqNRO.defaultProps={height:135,width:180};addPropertyControls(FramerRnBMbqNRO,{variant:{options:[\"MhRc62lwe\",\"XgjnK5qZc\",\"jEkwCNPdK\",\"oJeDvojYy\",\"DFE5BB2NV\",\"fCztVKYq0\",\"TKwf3sFlA\",\"aVoFI7xp_\",\"UizDdebnR\",\"uSpDCu003\",\"jcqlC7m5P\",\"nSgxz2LfG\"],optionTitles:[\"About Us Desktop\",\"Phone\",\"Admission Desktop\",\"Admission Phone\",\"Academics Desktop\",\"Academics Phone\",\"Student Life Desktop\",\"Student Life Phone\",\"Why Pinnacle Desktop\",\"Why Pinnacle Phone\",\"Giving Desktop\",\"Giving Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerRnBMbqNRO,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...NavLinkTitleFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRnBMbqNRO\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XgjnK5qZc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jEkwCNPdK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oJeDvojYy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DFE5BB2NV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fCztVKYq0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TKwf3sFlA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"aVoFI7xp_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UizDdebnR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uSpDCu003\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jcqlC7m5P\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nSgxz2LfG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"180\",\"framerIntrinsicHeight\":\"135\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./RnBMbqNRO.map", "// Generated by Framer (114832d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,Link,RichText,useComponentViewport,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\";import*as sharedStyle from\"https://framerusercontent.com/modules/E5CvjzR1T7KeMRKLhFFW/hAYH8L2Cmml4USByfpnn/exWg0nzRt.js\";const FeatherFonts=getFonts(Feather);const FeatherControls=getPropertyControls(Feather);const enabledGestures={kOvnDfpqB:{hover:true}};const cycleOrder=[\"kOvnDfpqB\",\"IiFHK4Otl\"];const serializationHash=\"framer-QceXM\";const variantClassNames={IiFHK4Otl:\"framer-v-7j7t0z\",kOvnDfpqB:\"framer-v-dpoopu\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={\"Alert-circle\":\"alert-circle\",\"Alert-octagon\":\"alert-octagon\",\"Alert-triangle\":\"alert-triangle\",\"Align-center\":\"align-center\",\"Align-justify\":\"align-justify\",\"Align-left\":\"align-left\",\"Align-right\":\"align-right\",\"Arrow-down-circle\":\"arrow-down-circle\",\"Arrow-down-left\":\"arrow-down-left\",\"Arrow-down-right\":\"arrow-down-right\",\"Arrow-down\":\"arrow-down\",\"Arrow-left-circle\":\"arrow-left-circle\",\"Arrow-left\":\"arrow-left\",\"Arrow-right-circle\":\"arrow-right-circle\",\"Arrow-right\":\"arrow-right\",\"Arrow-up-circle\":\"arrow-up-circle\",\"Arrow-up-left\":\"arrow-up-left\",\"Arrow-up-right\":\"arrow-up-right\",\"Arrow-up\":\"arrow-up\",\"At-sign\":\"at-sign\",\"Bar-chart-2\":\"bar-chart-2\",\"Bar-chart\":\"bar-chart\",\"Battery-charging\":\"battery-charging\",\"Bell-off\":\"bell-off\",\"Book-open\":\"book-open\",\"Camera-off\":\"camera-off\",\"Check-circle\":\"check-circle\",\"Check-square\":\"check-square\",\"Chevron-down\":\"chevron-down\",\"Chevron-left\":\"chevron-left\",\"Chevron-right\":\"chevron-right\",\"Chevron-up\":\"chevron-up\",\"Chevrons-down\":\"chevrons-down\",\"Chevrons-left\":\"chevrons-left\",\"Chevrons-right\":\"chevrons-right\",\"Chevrons-up\":\"chevrons-up\",\"Cloud-drizzle\":\"cloud-drizzle\",\"Cloud-lightning\":\"cloud-lightning\",\"Cloud-off\":\"cloud-off\",\"Cloud-rain\":\"cloud-rain\",\"Cloud-snow\":\"cloud-snow\",\"Corner-down-left\":\"corner-down-left\",\"Corner-down-right\":\"corner-down-right\",\"Corner-left-down\":\"corner-left-down\",\"Corner-left-up\":\"corner-left-up\",\"Corner-right-down\":\"corner-right-down\",\"Corner-right-up\":\"corner-right-up\",\"Corner-up-left\":\"corner-up-left\",\"Corner-up-right\":\"corner-up-right\",\"Credit-card\":\"credit-card\",\"Divide-circle\":\"divide-circle\",\"Divide-square\":\"divide-square\",\"Dollar-sign\":\"dollar-sign\",\"Download-cloud\":\"download-cloud\",\"Edit-2\":\"edit-2\",\"Edit-3\":\"edit-3\",\"External-link\":\"external-link\",\"Eye-off\":\"eye-off\",\"Fast-forward\":\"fast-forward\",\"File-minus\":\"file-minus\",\"File-plus\":\"file-plus\",\"File-text\":\"file-text\",\"Folder-minus\":\"folder-minus\",\"Folder-plus\":\"folder-plus\",\"Git-branch\":\"git-branch\",\"Git-commit\":\"git-commit\",\"Git-merge\":\"git-merge\",\"Git-pull-request\":\"git-pull-request\",\"Hard-drive\":\"hard-drive\",\"Help-circle\":\"help-circle\",\"Life-buoy\":\"life-buoy\",\"Link-2\":\"link-2\",\"Log-in\":\"log-in\",\"Log-out\":\"log-out\",\"Map-pin\":\"map-pin\",\"Maximize-2\":\"maximize-2\",\"Message-circle\":\"message-circle\",\"Message-square\":\"message-square\",\"Mic-off\":\"mic-off\",\"Minimize-2\":\"minimize-2\",\"Minus-circle\":\"minus-circle\",\"Minus-square\":\"minus-square\",\"More-horizontal\":\"more-horizontal\",\"More-vertical\":\"more-vertical\",\"Mouse-pointer\":\"mouse-pointer\",\"Navigation-2\":\"navigation-2\",\"Pause-circle\":\"pause-circle\",\"Pen-tool\":\"pen-tool\",\"Phone-call\":\"phone-call\",\"Phone-forwarded\":\"phone-forwarded\",\"Phone-incoming\":\"phone-incoming\",\"Phone-missed\":\"phone-missed\",\"Phone-off\":\"phone-off\",\"Phone-outgoing\":\"phone-outgoing\",\"Pie-chart\":\"pie-chart\",\"Play-circle\":\"play-circle\",\"Plus-circle\":\"plus-circle\",\"Plus-square\":\"plus-square\",\"Refresh-ccw\":\"refresh-ccw\",\"Refresh-cw\":\"refresh-cw\",\"Rotate-ccw\":\"rotate-ccw\",\"Rotate-cw\":\"rotate-cw\",\"Share-2\":\"share-2\",\"Shield-off\":\"shield-off\",\"Shopping-bag\":\"shopping-bag\",\"Shopping-cart\":\"shopping-cart\",\"Skip-back\":\"skip-back\",\"Skip-forward\":\"skip-forward\",\"Stop-circle\":\"stop-circle\",\"Thumbs-down\":\"thumbs-down\",\"Thumbs-up\":\"thumbs-up\",\"Toggle-left\":\"toggle-left\",\"Toggle-right\":\"toggle-right\",\"Trash-2\":\"trash-2\",\"Trending-down\":\"trending-down\",\"Trending-up\":\"trending-up\",\"Upload-cloud\":\"upload-cloud\",\"User-check\":\"user-check\",\"User-minus\":\"user-minus\",\"User-plus\":\"user-plus\",\"User-x\":\"user-x\",\"Video-off\":\"video-off\",\"Volume-1\":\"volume-1\",\"Volume-2\":\"volume-2\",\"Volume-x\":\"volume-x\",\"Wifi-off\":\"wifi-off\",\"X-circle\":\"x-circle\",\"X-octagon\":\"x-octagon\",\"X-square\":\"x-square\",\"Zap-off\":\"zap-off\",\"Zoom-in\":\"zoom-in\",\"Zoom-out\":\"zoom-out\",Activity:\"activity\",Airplay:\"airplay\",Anchor:\"anchor\",Aperture:\"aperture\",Archive:\"archive\",Award:\"award\",Battery:\"battery\",Bell:\"bell\",Bluetooth:\"bluetooth\",Bold:\"bold\",Book:\"book\",Bookmark:\"bookmark\",Box:\"box\",Briefcase:\"briefcase\",Calendar:\"calendar\",Camera:\"camera\",Cast:\"cast\",Check:\"check\",Chrome:\"chrome\",Circle:\"circle\",Clipboard:\"clipboard\",Clock:\"clock\",Cloud:\"cloud\",Code:\"code\",Codepen:\"codepen\",Codesandbox:\"codesandbox\",Coffee:\"coffee\",Columns:\"columns\",Command:\"command\",Compass:\"compass\",Copy:\"copy\",Cpu:\"cpu\",Crop:\"crop\",Crosshair:\"crosshair\",Database:\"database\",Delete:\"delete\",Disc:\"disc\",Divide:\"divide\",Download:\"download\",Dribbble:\"dribbble\",Droplet:\"droplet\",Edit:\"edit\",Eye:\"eye\",Facebook:\"facebook\",Feather:\"feather\",Figma:\"figma\",File:\"file\",Film:\"film\",Filter:\"filter\",Flag:\"flag\",Folder:\"folder\",Framer:\"framer\",Frown:\"frown\",Gift:\"gift\",Github:\"github\",Gitlab:\"gitlab\",Globe:\"globe\",Grid:\"grid\",Hash:\"hash\",Headphones:\"headphones\",Heart:\"heart\",Hexagon:\"hexagon\",Home:\"home\",Image:\"image\",Inbox:\"inbox\",Info:\"info\",Instagram:\"instagram\",Italic:\"italic\",Key:\"key\",Layers:\"layers\",Layout:\"layout\",Link:\"link\",Linkedin:\"linkedin\",List:\"list\",Loader:\"loader\",Lock:\"lock\",Mail:\"mail\",Map:\"map\",Maximize:\"maximize\",Meh:\"meh\",Menu:\"menu\",Mic:\"mic\",Minimize:\"minimize\",Minus:\"minus\",Monitor:\"monitor\",Moon:\"moon\",Move:\"move\",Music:\"music\",Navigation:\"navigation\",Octagon:\"octagon\",Package:\"package\",Paperclip:\"paperclip\",Pause:\"pause\",Percent:\"percent\",Phone:\"phone\",Play:\"play\",Plus:\"plus\",Pocket:\"pocket\",Power:\"power\",Printer:\"printer\",Radio:\"radio\",Repeat:\"repeat\",Rewind:\"rewind\",Rss:\"rss\",Save:\"save\",Scissors:\"scissors\",Search:\"search\",Send:\"send\",Server:\"server\",Settings:\"settings\",Share:\"share\",Shield:\"shield\",Shuffle:\"shuffle\",Sidebar:\"sidebar\",Slack:\"slack\",Slash:\"slash\",Sliders:\"sliders\",Smartphone:\"smartphone\",Smile:\"smile\",Speaker:\"speaker\",Square:\"square\",Star:\"star\",Sun:\"sun\",Sunrise:\"sunrise\",Sunset:\"sunset\",Tablet:\"tablet\",Tag:\"tag\",Target:\"target\",Terminal:\"terminal\",Thermometer:\"thermometer\",Tool:\"tool\",Trash:\"trash\",Trello:\"trello\",Triangle:\"triangle\",Truck:\"truck\",Tv:\"tv\",Twitch:\"twitch\",Twitter:\"twitter\",Type:\"type\",Umbrella:\"umbrella\",Underline:\"underline\",Unlock:\"unlock\",Upload:\"upload\",User:\"user\",Users:\"users\",Video:\"video\",Voicemail:\"voicemail\",Volume:\"volume\",Watch:\"watch\",Wifi:\"wifi\",Wind:\"wind\",X:\"x\",Youtube:\"youtube\",Zap:\"zap\"};const humanReadableVariantMap={\"No Icon\":\"IiFHK4Otl\",\"With Icon\":\"kOvnDfpqB\"};const getProps=({height,icon,id,link,title,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"kOvnDfpqB\",vCEWmFjuS:title??props.vCEWmFjuS??\"Faculty\",WvtPvaPNG:humanReadableEnumMap[icon]??icon??props.WvtPvaPNG??\"flag\",zaw69O8H3:link??props.zaw69O8H3};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,zaw69O8H3,WvtPvaPNG,vCEWmFjuS,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"kOvnDfpqB\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"IiFHK4Otl\")return false;return true;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:zaw69O8H3,nodeId:\"kOvnDfpqB\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-dpoopu\",className,classNames)} framer-1qzuhmk`,\"data-framer-name\":\"With Icon\",layoutDependency:layoutDependency,layoutId:\"kOvnDfpqB\",ref:ref??ref1,style:{...style},...addPropertyOverrides({\"kOvnDfpqB-hover\":{\"data-framer-name\":undefined},IiFHK4Otl:{\"data-framer-name\":\"No Icon\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-hsiek0-container\",layoutDependency:layoutDependency,layoutId:\"EOBFkZgt5-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-c7b016ac-a10b-4622-acaf-8a1593f166fd, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:WvtPvaPNG,id:\"EOBFkZgt5\",layoutId:\"EOBFkZgt5\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1yt0rgv\",\"data-styles-preset\":\"exWg0nzRt\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c7b016ac-a10b-4622-acaf-8a1593f166fd, rgb(255, 255, 255)))\"},children:\"Faculty\"})}),className:\"framer-ro4bwg\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"R86KGAJWD\",style:{\"--extracted-r6o4lv\":\"var(--token-c7b016ac-a10b-4622-acaf-8a1593f166fd, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:vCEWmFjuS,verticalAlignment:\"top\",withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-QceXM.framer-1qzuhmk, .framer-QceXM .framer-1qzuhmk { display: block; }\",\".framer-QceXM.framer-dpoopu { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-QceXM .framer-hsiek0-container { flex: none; height: 16px; position: relative; width: 17px; }\",\".framer-QceXM .framer-ro4bwg { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-QceXM.framer-dpoopu { gap: 0px; } .framer-QceXM.framer-dpoopu > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-QceXM.framer-dpoopu > :first-child { margin-left: 0px; } .framer-QceXM.framer-dpoopu > :last-child { margin-right: 0px; } }\",\".framer-QceXM.framer-v-7j7t0z.framer-dpoopu { cursor: unset; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 21\n * @framerIntrinsicWidth 70\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"IiFHK4Otl\":{\"layout\":[\"auto\",\"auto\"]},\"JHhcmnnTu\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"zaw69O8H3\":\"link\",\"WvtPvaPNG\":\"icon\",\"vCEWmFjuS\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerwlyqn9a_L=withCSS(Component,css,\"framer-QceXM\");export default Framerwlyqn9a_L;Framerwlyqn9a_L.displayName=\"Top Bar - Links\";Framerwlyqn9a_L.defaultProps={height:21,width:70};addPropertyControls(Framerwlyqn9a_L,{variant:{options:[\"kOvnDfpqB\",\"IiFHK4Otl\"],optionTitles:[\"With Icon\",\"No Icon\"],title:\"Variant\",type:ControlType.Enum},zaw69O8H3:{title:\"Link\",type:ControlType.Link},WvtPvaPNG:FeatherControls?.[\"iconSelection\"]&&{...FeatherControls[\"iconSelection\"],defaultValue:\"flag\",description:undefined,hidden:undefined,title:\"Icon\"},vCEWmFjuS:{defaultValue:\"Faculty\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(Framerwlyqn9a_L,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...FeatherFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerwlyqn9a_L\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"21\",\"framerVariables\":\"{\\\"zaw69O8H3\\\":\\\"link\\\",\\\"WvtPvaPNG\\\":\\\"icon\\\",\\\"vCEWmFjuS\\\":\\\"title\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"IiFHK4Otl\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"JHhcmnnTu\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"70\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./wlyqn9a_L.map", "// Generated by Framer (57a8448-dev)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"T4ajaxw1b\",\"B1n90_d_w\",\"xzGBfrweG\",\"dsZwaWdcl\"];const serializationHash=\"framer-APBQn\";const variantClassNames={B1n90_d_w:\"framer-v-1ms30gw\",dsZwaWdcl:\"framer-v-1qaxg6e\",T4ajaxw1b:\"framer-v-lhhq5c\",xzGBfrweG:\"framer-v-1a6hpyc\"};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:40,delay:0,mass:1,stiffness:600,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={\"Closed Small\":\"dsZwaWdcl\",\"Open Small\":\"xzGBfrweG\",Closed:\"T4ajaxw1b\",Open:\"B1n90_d_w\"};const getProps=({height,id,width,...props})=>{var _variant,ref;return{...props,variant:(ref=(_variant=humanReadableVariantMap[props.variant])!==null&&_variant!==void 0?_variant:props.variant)!==null&&ref!==void 0?ref:\"T4ajaxw1b\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/ React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"T4ajaxw1b\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);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-APBQn\",...sharedStyleClassNames,classNames),style:{display:\"contents\"},children:/*#__PURE__*/ _jsx(Transition,{value:transition,children:/*#__PURE__*/ _jsxs(motion.div,{...restProps,className:cx(\"framer-lhhq5c\",className),\"data-framer-name\":\"Closed\",layoutDependency:layoutDependency,layoutId:\"T4ajaxw1b\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({B1n90_d_w:{\"data-framer-name\":\"Open\"},dsZwaWdcl:{\"data-framer-name\":\"Closed Small\"},xzGBfrweG:{\"data-framer-name\":\"Open Small\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/ _jsx(motion.div,{className:\"framer-1a1qcvx\",layoutDependency:layoutDependency,layoutId:\"dadVHqKSG\",style:{backgroundColor:\"rgb(102, 102, 102)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:-45},variants:{B1n90_d_w:{rotate:-135},dsZwaWdcl:{rotate:-135}}}),/*#__PURE__*/ _jsx(motion.div,{className:\"framer-10188sg\",layoutDependency:layoutDependency,layoutId:\"AOBwnULOT\",style:{backgroundColor:\"rgb(102, 102, 102)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:45},variants:{B1n90_d_w:{rotate:135},dsZwaWdcl:{rotate:135}}})]})})})});});const css=['.framer-APBQn [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-APBQn .framer-1yaot1h { display: block; }\",\".framer-APBQn .framer-lhhq5c { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: 20px; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 20px; }\",\".framer-APBQn .framer-1a1qcvx, .framer-APBQn .framer-10188sg { flex: none; height: 61%; overflow: visible; position: relative; width: 2px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-APBQn .framer-lhhq5c { gap: 0px; } .framer-APBQn .framer-lhhq5c > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-APBQn .framer-lhhq5c > :first-child { margin-left: 0px; } .framer-APBQn .framer-lhhq5c > :last-child { margin-right: 0px; } }\",\".framer-APBQn.framer-v-1a6hpyc .framer-lhhq5c, .framer-APBQn.framer-v-1qaxg6e .framer-lhhq5c { gap: 2px; height: 14px; padding: 1px 0px 0px 0px; width: 14px; }\",\".framer-APBQn.framer-v-1a6hpyc .framer-1a1qcvx, .framer-APBQn.framer-v-1a6hpyc .framer-10188sg, .framer-APBQn.framer-v-1qaxg6e .framer-1a1qcvx, .framer-APBQn.framer-v-1qaxg6e .framer-10188sg { height: 7px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-APBQn.framer-v-1a6hpyc .framer-lhhq5c { gap: 0px; } .framer-APBQn.framer-v-1a6hpyc .framer-lhhq5c > * { margin: 0px; margin-left: calc(2px / 2); margin-right: calc(2px / 2); } .framer-APBQn.framer-v-1a6hpyc .framer-lhhq5c > :first-child { margin-left: 0px; } .framer-APBQn.framer-v-1a6hpyc .framer-lhhq5c > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-APBQn.framer-v-1qaxg6e .framer-lhhq5c { gap: 0px; } .framer-APBQn.framer-v-1qaxg6e .framer-lhhq5c > * { margin: 0px; margin-left: calc(2px / 2); margin-right: calc(2px / 2); } .framer-APBQn.framer-v-1qaxg6e .framer-lhhq5c > :first-child { margin-left: 0px; } .framer-APBQn.framer-v-1qaxg6e .framer-lhhq5c > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 20\n * @framerIntrinsicWidth 20\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"B1n90_d_w\":{\"layout\":[\"fixed\",\"fixed\"]},\"xzGBfrweG\":{\"layout\":[\"fixed\",\"fixed\"]},\"dsZwaWdcl\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n */ const FramerYXS5TuLOj=withCSS(Component,css,\"framer-APBQn\");export default FramerYXS5TuLOj;FramerYXS5TuLOj.displayName=\"Caret\";FramerYXS5TuLOj.defaultProps={height:20,width:20};addPropertyControls(FramerYXS5TuLOj,{variant:{options:[\"T4ajaxw1b\",\"B1n90_d_w\",\"xzGBfrweG\",\"dsZwaWdcl\"],optionTitles:[\"Closed\",\"Open\",\"Open Small\",\"Closed Small\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerYXS5TuLOj,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYXS5TuLOj\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"B1n90_d_w\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"xzGBfrweG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"dsZwaWdcl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"20\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"20\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YXS5TuLOj.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{forwardRef}from\"react\";export function OpenType(Component){return /*#__PURE__*/forwardRef((props,ref)=>{return /*#__PURE__*/_jsx(Component,{...props,ref:ref,style:{...props.style,fontFeatureSettings:`\"salt\", \"kern\", \"cv05\", \"cv11\", \"ccmp\"`}});});}\nexport const __FramerMetadata__ = {\"exports\":{\"OpenType\":{\"type\":\"reactHoc\",\"name\":\"OpenType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Overrides.map", "// Generated by Framer (2c4b293)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Caret from\"https://framerusercontent.com/modules/8EdL9mhIZg44FQ6Io4He/x8W52wBl1ZkXBFclEHsx/YXS5TuLOj.js\";import{OpenType}from\"https://framerusercontent.com/modules/ot6QolA7gYEUSfdBMUSQ/Nf0S1gy3eTY6Oq0Tu0Ey/Overrides.js\";const RichTextOpenType=OpenType(RichText);const CaretFonts=getFonts(Caret);const cycleOrder=[\"bV8AUeQA9\",\"woeS1uTL4\"];const serializationHash=\"framer-cHLdM\";const variantClassNames={bV8AUeQA9:\"framer-v-f9wf2c\",woeS1uTL4:\"framer-v-sg92fy\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:600,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Closed:\"bV8AUeQA9\",Open:\"woeS1uTL4\"};const getProps=({height,hover,id,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,DApvjrdfG:(_ref=title!==null&&title!==void 0?title:props.DApvjrdfG)!==null&&_ref!==void 0?_ref:\"Product\",PWSlWeqS6:hover!==null&&hover!==void 0?hover:props.PWSlWeqS6,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"bV8AUeQA9\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,PWSlWeqS6,DApvjrdfG,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"bV8AUeQA9\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter170i0h9=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});if(PWSlWeqS6){const res=await PWSlWeqS6(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-f9wf2c\",className,classNames),\"data-framer-name\":\"Closed\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"bV8AUeQA9\",onMouseEnter:onMouseEnter170i0h9,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-9367b864-ee31-48d1-99d0-c59d460673b3, rgb(241, 241, 241))\",...style},...addPropertyOverrides({woeS1uTL4:{\"data-framer-name\":\"Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichTextOpenType,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f6eac330-98ef-414f-ae51-d5f8e67d146b, rgb(68, 68, 68)))\"},children:\"Product\"})}),className:\"framer-1s2q0n5\",fonts:[\"Inter-Medium\"],layoutDependency:layoutDependency,layoutId:\"I9nuLPYp7\",style:{\"--extracted-r6o4lv\":\"var(--token-f6eac330-98ef-414f-ae51-d5f8e67d146b, rgb(68, 68, 68))\",\"--framer-paragraph-spacing\":\"0px\",opacity:1},text:DApvjrdfG,variants:{woeS1uTL4:{opacity:.5}},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-14tartw-container\",layoutDependency:layoutDependency,layoutId:\"sONY7WIao-container\",children:/*#__PURE__*/_jsx(Caret,{height:\"100%\",id:\"sONY7WIao\",layoutId:\"sONY7WIao\",variant:\"xzGBfrweG\",width:\"100%\",...addPropertyOverrides({woeS1uTL4:{variant:\"dsZwaWdcl\"}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-cHLdM.framer-1qdvdao, .framer-cHLdM .framer-1qdvdao { display: block; }\",\".framer-cHLdM.framer-f9wf2c { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 5px 0px 5px 0px; position: relative; width: min-content; }\",\".framer-cHLdM .framer-1s2q0n5 { -webkit-user-select: none; flex: none; height: auto; pointer-events: none; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-cHLdM .framer-14tartw-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-cHLdM.framer-f9wf2c { gap: 0px; } .framer-cHLdM.framer-f9wf2c > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-cHLdM.framer-f9wf2c > :first-child { margin-left: 0px; } .framer-cHLdM.framer-f9wf2c > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 74\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"woeS1uTL4\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"PWSlWeqS6\":\"hover\",\"DApvjrdfG\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerXXKTBSSdz=withCSS(Component,css,\"framer-cHLdM\");export default FramerXXKTBSSdz;FramerXXKTBSSdz.displayName=\"Trigger\";FramerXXKTBSSdz.defaultProps={height:40,width:74};addPropertyControls(FramerXXKTBSSdz,{variant:{options:[\"bV8AUeQA9\",\"woeS1uTL4\"],optionTitles:[\"Closed\",\"Open\"],title:\"Variant\",type:ControlType.Enum},PWSlWeqS6:{title:\"Hover\",type:ControlType.EventHandler},DApvjrdfG:{defaultValue:\"Product\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerXXKTBSSdz,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]},...CaretFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXXKTBSSdz\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"woeS1uTL4\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"74\",\"framerIntrinsicHeight\":\"40\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"PWSlWeqS6\\\":\\\"hover\\\",\\\"DApvjrdfG\\\":\\\"title\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./XXKTBSSdz.map", "// Generated by Framer (6ae4e96)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Icon from\"https://framerusercontent.com/modules/1xegXqoCcSW1spZaFAnx/xoXEnGSbH7XspjXPn21Q/lfUSFeDtB.js\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/E5CvjzR1T7KeMRKLhFFW/hAYH8L2Cmml4USByfpnn/exWg0nzRt.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/kul2euiqaMUB7TcUtYbs/hbX2eeIfonJW2haRr03w/sWWz13irp.js\";import Logo from\"https://framerusercontent.com/modules/gkmYmcZLVdx7hKcG0ELp/wGL7L1hfJ3JGlPBiadyJ/KCSfdgXYt.js\";import LinksAboutUs from\"https://framerusercontent.com/modules/mG7CuSNa5XMYj0foC8zg/GV6PL7MGGOd2NwyWPqGL/RnBMbqNRO.js\";import TopBarLinks from\"https://framerusercontent.com/modules/coNtDvkZvvAH3FPA7Byh/bt1qE5PGGKiFWyeZWzJ3/wlyqn9a_L.js\";import Button from\"https://framerusercontent.com/modules/yBwYqfa6QRVD3Ti58r4v/KOebb9qCjMCiPeOK9wEL/xqb_3m3pZ.js\";import Trigger from\"https://framerusercontent.com/modules/ZvBQLtmgARGu3fnE65cD/9aYGrreeOTNnn6FJVX5m/XXKTBSSdz.js\";const FeatherFonts=getFonts(Feather);const TopBarLinksFonts=getFonts(TopBarLinks);const LogoFonts=getFonts(Logo);const ButtonFonts=getFonts(Button);const IconFonts=getFonts(Icon);const TriggerFonts=getFonts(Trigger);const LinksAboutUsFonts=getFonts(LinksAboutUs);const SmartComponentScopedContainerWithFX=withFX(SmartComponentScopedContainer);const cycleOrder=[\"kfYJIhh7e\",\"NnLAJ6F4g\",\"DXPQ97MOe\",\"ZR2c2ZsXi\",\"KpI5LqgfC\",\"iQO_w57kH\"];const serializationHash=\"framer-DdMXh\";const variantClassNames={DXPQ97MOe:\"framer-v-o2fja5\",iQO_w57kH:\"framer-v-4dy7rz\",kfYJIhh7e:\"framer-v-xy26lx\",KpI5LqgfC:\"framer-v-bqvg5j\",NnLAJ6F4g:\"framer-v-1skz4w6\",ZR2c2ZsXi:\"framer-v-8n5xr8\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:600,type:\"spring\"};const transition2={damping:40,delay:0,mass:1,stiffness:300,type:\"spring\"};const transition3={damping:40,delay:0,mass:.5,stiffness:600,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.95,skewX:0,skewY:0,transformPerspective:1200,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 Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Phone Open\":\"DXPQ97MOe\",\"Tablet open\":\"KpI5LqgfC\",Default:\"kfYJIhh7e\",Laptop:\"iQO_w57kH\",Phone:\"NnLAJ6F4g\",Tablet:\"ZR2c2ZsXi\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"kfYJIhh7e\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"kfYJIhh7e\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const tap1wrmm12=activeVariantCallback(async(...args)=>{setVariant(\"Uv1Q4EKDw\");});const tap1p4g01w=activeVariantCallback(async(...args)=>{setVariant(\"DXPQ97MOe\");});const tapw35sgy=activeVariantCallback(async(...args)=>{setVariant(\"NnLAJ6F4g\");});const tappe1woo=activeVariantCallback(async(...args)=>{setVariant(\"KpI5LqgfC\");});const tap1pc5vya=activeVariantCallback(async(...args)=>{setVariant(\"ZR2c2ZsXi\");});const PWSlWeqS6txyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"NnLAJ6F4g\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"KpI5LqgfC\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"ZR2c2ZsXi\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"DXPQ97MOe\")return true;return false;};const isDisplayed4=()=>{if([\"NnLAJ6F4g\",\"DXPQ97MOe\",\"ZR2c2ZsXi\",\"KpI5LqgfC\"].includes(baseVariant))return true;return false;};const isDisplayed5=()=>{if([\"NnLAJ6F4g\",\"ZR2c2ZsXi\"].includes(baseVariant))return false;return true;};const isDisplayed6=()=>{if([\"DXPQ97MOe\",\"KpI5LqgfC\"].includes(baseVariant))return false;return true;};const ref1=React.useRef(null);const ref2=React.useRef(null);const ref3=React.useRef(null);const ref4=React.useRef(null);const ref5=React.useRef(null);const ref6=React.useRef(null);const ref7=React.useRef(null);const ref8=React.useRef(null);const ref9=React.useRef(null);const ref10=React.useRef(null);const ref11=React.useRef(null);const ref12=React.useRef(null);const isDisplayed7=()=>{if([\"DXPQ97MOe\",\"KpI5LqgfC\"].includes(baseVariant))return true;return false;};const isDisplayed8=()=>{if([\"NnLAJ6F4g\",\"DXPQ97MOe\",\"ZR2c2ZsXi\",\"KpI5LqgfC\"].includes(baseVariant))return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({DXPQ97MOe:{value:transition2},KpI5LqgfC:{value:transition2},NnLAJ6F4g:{value:transition2},ZR2c2ZsXi:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-xy26lx\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Default\",\"data-hide-scrollbars\":true,layoutDependency:layoutDependency,layoutId:\"kfYJIhh7e\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-d2ffa199-a83e-4255-ac5c-b215b42e238d, rgb(21, 21, 21))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-9367b864-ee31-48d1-99d0-c59d460673b3, rgb(241, 241, 241))\",...style},variants:{DXPQ97MOe:{\"--border-bottom-width\":\"0px\"},KpI5LqgfC:{\"--border-bottom-width\":\"0px\"}},...addPropertyOverrides({DXPQ97MOe:{\"data-framer-name\":\"Phone Open\"},iQO_w57kH:{\"data-framer-name\":\"Laptop\"},KpI5LqgfC:{\"data-framer-name\":\"Tablet open\"},NnLAJ6F4g:{\"data-framer-name\":\"Phone\"},ZR2c2ZsXi:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-12ddlip\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"EtM06TnP2\",style:{backgroundColor:\"var(--token-1339643a-2c51-41f4-85c3-1fa1d2729bd9, rgb(0, 62, 126))\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qizw1e\",\"data-framer-name\":\"Top Bar\",layoutDependency:layoutDependency,layoutId:\"goeBWB0E7\",style:{backgroundColor:\"var(--token-1339643a-2c51-41f4-85c3-1fa1d2729bd9, rgb(0, 62, 126))\"},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-136jhjb\",\"data-framer-name\":\"Limit\",layoutDependency:layoutDependency,layoutId:\"lCahq_ex5\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-bs4yls\",\"data-framer-name\":\"Left\",layoutDependency:layoutDependency,layoutId:\"v128r4wbP\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fqmhnv\",\"data-framer-name\":\"Text Wrapper\",layoutDependency:layoutDependency,layoutId:\"lDRJ5AzcR\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1yt0rgv\",\"data-styles-preset\":\"exWg0nzRt\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c7b016ac-a10b-4622-acaf-8a1593f166fd, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:info@paedu.org\",motionChild:true,nodeId:\"kwACmvVMD\",openInNewTab:true,relValues:[],scopeId:\"GMmxRCafT\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-e1lscy\",\"data-styles-preset\":\"sWWz13irp\",children:\"info@paedu.org\"})})})}),className:\"framer-10nvavy\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"kwACmvVMD\",style:{\"--extracted-r6o4lv\":\"var(--token-c7b016ac-a10b-4622-acaf-8a1593f166fd, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1yt0rgv\",\"data-styles-preset\":\"exWg0nzRt\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c7b016ac-a10b-4622-acaf-8a1593f166fd, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"tel:+17035370355\",motionChild:true,nodeId:\"dj3RfgIsX\",openInNewTab:true,relValues:[],scopeId:\"GMmxRCafT\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-e1lscy\",\"data-styles-preset\":\"sWWz13irp\",children:\"+1 703 537 0355\"})})})}),className:\"framer-tujzrc\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dj3RfgIsX\",style:{\"--extracted-r6o4lv\":\"var(--token-c7b016ac-a10b-4622-acaf-8a1593f166fd, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12bss5c\",\"data-framer-name\":\"Social Icons\",layoutDependency:layoutDependency,layoutId:\"UJdpvbjMn\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.facebook.com/people/Pinnacle-Academy-Chantilly-VA/61568223016476/\",motionChild:true,nodeId:\"VsT0EKwQP\",openInNewTab:true,scopeId:\"GMmxRCafT\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-hkiwva framer-112dq6f\",\"data-framer-name\":\"FB\",layoutDependency:layoutDependency,layoutId:\"VsT0EKwQP\",style:{backgroundColor:\"var(--token-9367b864-ee31-48d1-99d0-c59d460673b3, rgb(241, 241, 241))\",borderBottomLeftRadius:\"50%\",borderBottomRightRadius:\"50%\",borderTopLeftRadius:\"50%\",borderTopRightRadius:\"50%\"},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-15vrx91-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"mY_vXYLn4-container\",nodeId:\"mY_vXYLn4\",rendersWithMotion:true,scopeId:\"GMmxRCafT\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-1339643a-2c51-41f4-85c3-1fa1d2729bd9, rgb(0, 62, 126))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"facebook\",id:\"mY_vXYLn4\",layoutId:\"mY_vXYLn4\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://x.com/PinnacleAcadEdu\",motionChild:true,nodeId:\"EjAfbLsy0\",scopeId:\"GMmxRCafT\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-5clv3m framer-112dq6f\",\"data-framer-name\":\"X\",layoutDependency:layoutDependency,layoutId:\"EjAfbLsy0\",style:{backgroundColor:\"var(--token-9367b864-ee31-48d1-99d0-c59d460673b3, rgb(241, 241, 241))\",borderBottomLeftRadius:\"50%\",borderBottomRightRadius:\"50%\",borderTopLeftRadius:\"50%\",borderTopRightRadius:\"50%\"},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:563,intrinsicWidth:620,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+5+0+0+0+6.1436),pixelHeight:563,pixelWidth:620,sizes:\"14px\",src:\"https://framerusercontent.com/images/2lHEw8twQJUMNWuzuYElVg0Kho.png\",srcSet:\"https://framerusercontent.com/images/2lHEw8twQJUMNWuzuYElVg0Kho.png?scale-down-to=512 512w,https://framerusercontent.com/images/2lHEw8twQJUMNWuzuYElVg0Kho.png 620w\"},className:\"framer-sta3ph\",\"data-framer-name\":\"Vector\",layoutDependency:layoutDependency,layoutId:\"Cx_54Iqtv\",...addPropertyOverrides({DXPQ97MOe:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:563,intrinsicWidth:620,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+5+0+0+0+31+0+6.1436),pixelHeight:563,pixelWidth:620,sizes:\"14px\",src:\"https://framerusercontent.com/images/2lHEw8twQJUMNWuzuYElVg0Kho.png\",srcSet:\"https://framerusercontent.com/images/2lHEw8twQJUMNWuzuYElVg0Kho.png?scale-down-to=512 512w,https://framerusercontent.com/images/2lHEw8twQJUMNWuzuYElVg0Kho.png 620w\"}},NnLAJ6F4g:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:563,intrinsicWidth:620,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+5+0+0+0+0+31+0+6.1436),pixelHeight:563,pixelWidth:620,sizes:\"14px\",src:\"https://framerusercontent.com/images/2lHEw8twQJUMNWuzuYElVg0Kho.png\",srcSet:\"https://framerusercontent.com/images/2lHEw8twQJUMNWuzuYElVg0Kho.png?scale-down-to=512 512w,https://framerusercontent.com/images/2lHEw8twQJUMNWuzuYElVg0Kho.png 620w\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/pinnacleacademyedu/\",motionChild:true,nodeId:\"XGe0uCfR6\",scopeId:\"GMmxRCafT\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-ulu1y1 framer-112dq6f\",\"data-framer-name\":\"IG\",layoutDependency:layoutDependency,layoutId:\"XGe0uCfR6\",style:{backgroundColor:\"var(--token-9367b864-ee31-48d1-99d0-c59d460673b3, rgb(241, 241, 241))\",borderBottomLeftRadius:\"50%\",borderBottomRightRadius:\"50%\",borderTopLeftRadius:\"50%\",borderTopRightRadius:\"50%\"},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-dvgqul-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"KSMpVmO5_-container\",nodeId:\"KSMpVmO5_\",rendersWithMotion:true,scopeId:\"GMmxRCafT\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-1339643a-2c51-41f4-85c3-1fa1d2729bd9, rgb(0, 62, 126))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"instagram\",id:\"KSMpVmO5_\",layoutId:\"KSMpVmO5_\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1x0gba\",\"data-framer-name\":\"Right\",layoutDependency:layoutDependency,layoutId:\"H_bXYuWDl\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,y:(componentViewport?.y||0)+0+0+0+5+2+0,...addPropertyOverrides({DXPQ97MOe:{y:(componentViewport?.y||0)+0+0+0+5+0+66+0},NnLAJ6F4g:{y:(componentViewport?.y||0)+0+0+0+5+0+0+66+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-gw12j0-container\",layoutDependency:layoutDependency,layoutId:\"YDyPvMeVD-container\",nodeId:\"YDyPvMeVD\",rendersWithMotion:true,scopeId:\"GMmxRCafT\",children:/*#__PURE__*/_jsx(TopBarLinks,{height:\"100%\",id:\"YDyPvMeVD\",layoutId:\"YDyPvMeVD\",variant:\"kOvnDfpqB\",vCEWmFjuS:\"Faculty\",width:\"100%\",WvtPvaPNG:\"flag\",zaw69O8H3:\"https://paedu.powerschool.com/teachers/pw.html\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,y:(componentViewport?.y||0)+0+0+0+5+2+0,...addPropertyOverrides({DXPQ97MOe:{y:(componentViewport?.y||0)+0+0+0+5+0+66+0},NnLAJ6F4g:{y:(componentViewport?.y||0)+0+0+0+5+0+0+66+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-933e42-container\",layoutDependency:layoutDependency,layoutId:\"M6298igop-container\",nodeId:\"M6298igop\",rendersWithMotion:true,scopeId:\"GMmxRCafT\",children:/*#__PURE__*/_jsx(TopBarLinks,{height:\"100%\",id:\"M6298igop\",layoutId:\"M6298igop\",variant:\"kOvnDfpqB\",vCEWmFjuS:\"Student\",width:\"100%\",WvtPvaPNG:\"user\",zaw69O8H3:\"https://paedu.powerschool.com/public/home.html\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:21,y:(componentViewport?.y||0)+0+0+0+5+2+0,...addPropertyOverrides({DXPQ97MOe:{y:(componentViewport?.y||0)+0+0+0+5+0+66+0},NnLAJ6F4g:{y:(componentViewport?.y||0)+0+0+0+5+0+0+66+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-lx6eyd-container\",layoutDependency:layoutDependency,layoutId:\"KmulxWB19-container\",nodeId:\"KmulxWB19\",rendersWithMotion:true,scopeId:\"GMmxRCafT\",children:/*#__PURE__*/_jsx(TopBarLinks,{height:\"100%\",id:\"KmulxWB19\",layoutId:\"KmulxWB19\",variant:\"kOvnDfpqB\",vCEWmFjuS:\"Parent\",width:\"100%\",WvtPvaPNG:\"users\",zaw69O8H3:\"https://paedu.powerschool.com/public/home.html\"})})})]})]})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1061rme\",\"data-framer-name\":\"Limit\",\"data-hide-scrollbars\":true,layoutDependency:layoutDependency,layoutId:\"v_Q22qVIu\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-r5igfu\",\"data-framer-name\":\"Content\",layoutDependency:layoutDependency,layoutId:\"SLsS56xU7\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16n49jt\",\"data-framer-name\":\"Logo Wrapper\",layoutDependency:layoutDependency,layoutId:\"EIP00pYIS\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:81,y:(componentViewport?.y||0)+0+35+0+11+0,...addPropertyOverrides({DXPQ97MOe:{y:(componentViewport?.y||0)+0+97+0+0+0+0+0},KpI5LqgfC:{y:(componentViewport?.y||0)+0+35+0+0+0+0+0},NnLAJ6F4g:{y:(componentViewport?.y||0)+0+97+0+5+0+0},ZR2c2ZsXi:{y:(componentViewport?.y||0)+0+35+0+5+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1fuokei-container\",layoutDependency:layoutDependency,layoutId:\"opmtedExS-container\",nodeId:\"opmtedExS\",rendersWithMotion:true,scopeId:\"GMmxRCafT\",children:/*#__PURE__*/_jsx(Logo,{height:\"100%\",id:\"opmtedExS\",layoutId:\"opmtedExS\",variant:\"p5973jGal\",width:\"100%\",...addPropertyOverrides({DXPQ97MOe:{variant:\"depXrurEB\"},iQO_w57kH:{variant:\"MV4tibA4b\"},KpI5LqgfC:{variant:\"depXrurEB\"},NnLAJ6F4g:{variant:\"depXrurEB\"},ZR2c2ZsXi:{variant:\"depXrurEB\"}},baseVariant,gestureVariant)})})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({NnLAJ6F4g:{height:48,y:(componentViewport?.y||0)+0+97+0+5+0+16.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1dsebqq-container\",layoutDependency:layoutDependency,layoutId:\"agbzgux5N-container\",nodeId:\"agbzgux5N\",rendersWithMotion:true,scopeId:\"GMmxRCafT\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"agbzgux5N\",layoutId:\"agbzgux5N\",RbIO9zgEX:\"https://paedu.org#form\",variant:\"CxNlE9xLe\",width:\"100%\",Z2AiR0R2J:\"Apply Now\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({KpI5LqgfC:{height:48,y:(componentViewport?.y||0)+0+35+0+0+0+0+16.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-19jvtcr-container\",layoutDependency:layoutDependency,layoutId:\"q6b1YJ7MS-container\",nodeId:\"q6b1YJ7MS\",rendersWithMotion:true,scopeId:\"GMmxRCafT\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"q6b1YJ7MS\",layoutId:\"q6b1YJ7MS\",RbIO9zgEX:\"https://paedu.org#form\",variant:\"CxNlE9xLe\",width:\"100%\",Z2AiR0R2J:\"Apply Now\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({ZR2c2ZsXi:{height:48,y:(componentViewport?.y||0)+0+35+0+5+0+16.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1dkcczy-container\",layoutDependency:layoutDependency,layoutId:\"uALMIp21W-container\",nodeId:\"uALMIp21W\",rendersWithMotion:true,scopeId:\"GMmxRCafT\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"uALMIp21W\",layoutId:\"uALMIp21W\",RbIO9zgEX:\"https://paedu.org#form\",variant:\"CxNlE9xLe\",width:\"100%\",Z2AiR0R2J:\"Apply Now\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({DXPQ97MOe:{height:48,y:(componentViewport?.y||0)+0+97+0+0+0+0+16.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-fub6r1-container\",layoutDependency:layoutDependency,layoutId:\"nOs4CB0W_-container\",nodeId:\"nOs4CB0W_\",rendersWithMotion:true,scopeId:\"GMmxRCafT\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"nOs4CB0W_\",layoutId:\"nOs4CB0W_\",RbIO9zgEX:\"https://paedu.org#form\",variant:\"CxNlE9xLe\",width:\"100%\",Z2AiR0R2J:\"Apply Now\"})})}),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1sbal66-container\",\"data-framer-name\":\"Menu Icon\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"cnyqyRWBl-container\",name:\"Menu Icon\",nodeId:\"cnyqyRWBl\",rendersWithMotion:true,scopeId:\"GMmxRCafT\",children:/*#__PURE__*/_jsx(Icon,{height:\"100%\",id:\"cnyqyRWBl\",layoutId:\"cnyqyRWBl\",name:\"Menu Icon\",tap:tap1wrmm12,variant:\"S2IdlCyLh\",width:\"100%\",...addPropertyOverrides({DXPQ97MOe:{style:{height:\"100%\",width:\"100%\"},tap:tapw35sgy,variant:\"SE7k_fhio\"},KpI5LqgfC:{style:{height:\"100%\",width:\"100%\"},tap:tap1pc5vya,variant:\"SE7k_fhio\"},NnLAJ6F4g:{style:{height:\"100%\",width:\"100%\"},tap:tap1p4g01w},ZR2c2ZsXi:{style:{height:\"100%\",width:\"100%\"},tap:tappe1woo}},baseVariant,gestureVariant)})})})]}),isDisplayed5()&&/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({DXPQ97MOe:{value:transition1},KpI5LqgfC:{value:transition1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10wdgf5\",\"data-framer-name\":\"Links\",\"data-hide-scrollbars\":true,layoutDependency:layoutDependency,layoutId:\"s7jyV50tH\",children:[isDisplayed6()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+0+35+0+31.5+0,children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-49brrd-container\",\"data-framer-name\":\"About us\",id:`${layoutId}-49brrd`,layoutDependency:layoutDependency,layoutId:\"LLRPKN3bl-container\",name:\"About us\",nodeId:\"LLRPKN3bl\",ref:ref1,rendersWithMotion:true,scopeId:\"GMmxRCafT\",children:[/*#__PURE__*/_jsx(Trigger,{DApvjrdfG:\"About us\",height:\"100%\",id:\"LLRPKN3bl\",layoutId:\"LLRPKN3bl\",name:\"About us\",PWSlWeqS6:PWSlWeqS6txyyif({overlay}),variant:overlay.visible?\"woeS1uTL4\":\"bV8AUeQA9\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-49brrd`,offsetX:0,offsetY:30,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:135,y:(componentViewport?.y||0)+0+35+0+31.5+0+70,children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-uyk0ts-container\",exit:animation,inComponentSlot:true,initial:animation2,layoutDependency:layoutDependency,layoutId:\"owFheu85d-container\",nodeId:\"owFheu85d\",ref:ref2,rendersWithMotion:true,role:\"dialog\",scopeId:\"GMmxRCafT\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(LinksAboutUs,{height:\"100%\",id:\"owFheu85d\",layoutId:\"owFheu85d\",variant:\"MhRc62lwe\",width:\"100%\"})})})})})]})})})}),isDisplayed6()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+0+35+0+31.5+0,children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-1iu8sah-container\",\"data-framer-name\":\"Admission\",id:`${layoutId}-1iu8sah`,layoutDependency:layoutDependency,layoutId:\"PUM2IfREb-container\",name:\"Admission\",nodeId:\"PUM2IfREb\",ref:ref3,rendersWithMotion:true,scopeId:\"GMmxRCafT\",children:[/*#__PURE__*/_jsx(Trigger,{DApvjrdfG:\"Admission\",height:\"100%\",id:\"PUM2IfREb\",layoutId:\"PUM2IfREb\",name:\"Admission\",PWSlWeqS6:PWSlWeqS6txyyif({overlay:overlay1}),variant:overlay1.visible?\"woeS1uTL4\":\"bV8AUeQA9\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref3,className:cx(scopingClassNames,classNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-1iu8sah`,offsetX:0,offsetY:30,onDismiss:overlay1.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:135,y:(componentViewport?.y||0)+0+35+0+31.5+0+70,children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-uasnua-container\",exit:animation,inComponentSlot:true,initial:animation2,layoutDependency:layoutDependency,layoutId:\"UDYufeG9e-container\",nodeId:\"UDYufeG9e\",ref:ref4,rendersWithMotion:true,role:\"dialog\",scopeId:\"GMmxRCafT\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(LinksAboutUs,{height:\"100%\",id:\"UDYufeG9e\",layoutId:\"UDYufeG9e\",variant:\"jEkwCNPdK\",width:\"100%\"})})})})})]})})})}),isDisplayed6()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+0+35+0+31.5+0,children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-n4sy91-container\",\"data-framer-name\":\"Academics\",id:`${layoutId}-n4sy91`,layoutDependency:layoutDependency,layoutId:\"zg8kwOMle-container\",name:\"Academics\",nodeId:\"zg8kwOMle\",ref:ref5,rendersWithMotion:true,scopeId:\"GMmxRCafT\",children:[/*#__PURE__*/_jsx(Trigger,{DApvjrdfG:\"Academics\",height:\"100%\",id:\"zg8kwOMle\",layoutId:\"zg8kwOMle\",name:\"Academics\",PWSlWeqS6:PWSlWeqS6txyyif({overlay:overlay2}),variant:overlay2.visible?\"woeS1uTL4\":\"bV8AUeQA9\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref5,className:cx(scopingClassNames,classNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-n4sy91`,offsetX:0,offsetY:30,onDismiss:overlay2.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:135,y:(componentViewport?.y||0)+0+35+0+31.5+0+70,children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-18a6gze-container\",exit:animation,inComponentSlot:true,initial:animation2,layoutDependency:layoutDependency,layoutId:\"uXrVGtNlE-container\",nodeId:\"uXrVGtNlE\",ref:ref6,rendersWithMotion:true,role:\"dialog\",scopeId:\"GMmxRCafT\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(LinksAboutUs,{height:\"100%\",id:\"uXrVGtNlE\",layoutId:\"uXrVGtNlE\",variant:\"DFE5BB2NV\",width:\"100%\"})})})})})]})})})}),isDisplayed6()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay3=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+0+35+0+31.5+0,children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-2w5huv-container\",\"data-framer-name\":\"Student Life\",id:`${layoutId}-2w5huv`,layoutDependency:layoutDependency,layoutId:\"UR8p3TS2q-container\",name:\"Student Life\",nodeId:\"UR8p3TS2q\",ref:ref7,rendersWithMotion:true,scopeId:\"GMmxRCafT\",children:[/*#__PURE__*/_jsx(Trigger,{DApvjrdfG:\"Student Life\",height:\"100%\",id:\"UR8p3TS2q\",layoutId:\"UR8p3TS2q\",name:\"Student Life\",PWSlWeqS6:PWSlWeqS6txyyif({overlay:overlay3}),variant:overlay3.visible?\"woeS1uTL4\":\"bV8AUeQA9\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay3.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref7,className:cx(scopingClassNames,classNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-2w5huv`,offsetX:0,offsetY:30,onDismiss:overlay3.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:135,y:(componentViewport?.y||0)+0+35+0+31.5+0+70,children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1gjbldk-container\",exit:animation,inComponentSlot:true,initial:animation2,layoutDependency:layoutDependency,layoutId:\"OlGrZpiNG-container\",nodeId:\"OlGrZpiNG\",ref:ref8,rendersWithMotion:true,role:\"dialog\",scopeId:\"GMmxRCafT\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(LinksAboutUs,{height:\"100%\",id:\"OlGrZpiNG\",layoutId:\"OlGrZpiNG\",variant:\"TKwf3sFlA\",width:\"100%\"})})})})})]})})})}),isDisplayed6()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay4=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+0+35+0+31.5+0,children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-tvxn7m-container\",\"data-framer-name\":\"Why Pinnacle\",id:`${layoutId}-tvxn7m`,layoutDependency:layoutDependency,layoutId:\"SsexVCcwJ-container\",name:\"Why Pinnacle\",nodeId:\"SsexVCcwJ\",ref:ref9,rendersWithMotion:true,scopeId:\"GMmxRCafT\",children:[/*#__PURE__*/_jsx(Trigger,{DApvjrdfG:\"Why Pinnacle\",height:\"100%\",id:\"SsexVCcwJ\",layoutId:\"SsexVCcwJ\",name:\"Why Pinnacle\",PWSlWeqS6:PWSlWeqS6txyyif({overlay:overlay4}),variant:overlay4.visible?\"woeS1uTL4\":\"bV8AUeQA9\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay4.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref9,className:cx(scopingClassNames,classNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-tvxn7m`,offsetX:0,offsetY:30,onDismiss:overlay4.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:135,y:(componentViewport?.y||0)+0+35+0+31.5+0+70,children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1qh11sk-container\",exit:animation,inComponentSlot:true,initial:animation2,layoutDependency:layoutDependency,layoutId:\"rfDrheXwX-container\",nodeId:\"rfDrheXwX\",ref:ref10,rendersWithMotion:true,role:\"dialog\",scopeId:\"GMmxRCafT\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(LinksAboutUs,{height:\"100%\",id:\"rfDrheXwX\",layoutId:\"rfDrheXwX\",variant:\"UizDdebnR\",width:\"100%\"})})})})})]})})})}),isDisplayed6()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay5=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+0+35+0+31.5+0,children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-ngkmo6-container\",\"data-framer-name\":\"Giving\",id:`${layoutId}-ngkmo6`,layoutDependency:layoutDependency,layoutId:\"yXKawxTcl-container\",name:\"Giving\",nodeId:\"yXKawxTcl\",ref:ref11,rendersWithMotion:true,scopeId:\"GMmxRCafT\",children:[/*#__PURE__*/_jsx(Trigger,{DApvjrdfG:\"Giving\",height:\"100%\",id:\"yXKawxTcl\",layoutId:\"yXKawxTcl\",name:\"Giving\",PWSlWeqS6:PWSlWeqS6txyyif({overlay:overlay5}),variant:overlay5.visible?\"woeS1uTL4\":\"bV8AUeQA9\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay5.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref11,className:cx(scopingClassNames,classNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-ngkmo6`,offsetX:0,offsetY:30,onDismiss:overlay5.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:135,y:(componentViewport?.y||0)+0+35+0+31.5+0+70,children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1j2xau3-container\",exit:animation,inComponentSlot:true,initial:animation2,layoutDependency:layoutDependency,layoutId:\"JB2dXRnnG-container\",nodeId:\"JB2dXRnnG\",ref:ref12,rendersWithMotion:true,role:\"dialog\",scopeId:\"GMmxRCafT\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(LinksAboutUs,{height:\"100%\",id:\"JB2dXRnnG\",layoutId:\"JB2dXRnnG\",variant:\"jcqlC7m5P\",width:\"100%\"})})})})})]})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kbieaf\",\"data-framer-name\":\"Separator\",layoutDependency:layoutDependency,layoutId:\"hRjfQpjYI\",style:{backgroundColor:\"rgb(34, 34, 34)\"}}),isDisplayed7()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({DXPQ97MOe:{height:135,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 80px)`,y:(componentViewport?.y||0)+0+97+0+0+0+91+0+0},KpI5LqgfC:{height:135,width:\"200px\",y:(componentViewport?.y||0)+0+35+0+0+0+81+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1u2wph9-container\",layoutDependency:layoutDependency,layoutId:\"Ajr8eiSJu-container\",nodeId:\"Ajr8eiSJu\",rendersWithMotion:true,scopeId:\"GMmxRCafT\",children:/*#__PURE__*/_jsx(LinksAboutUs,{height:\"100%\",id:\"Ajr8eiSJu\",layoutId:\"Ajr8eiSJu\",style:{width:\"100%\"},variant:\"XgjnK5qZc\",width:\"100%\"})})}),isDisplayed7()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({DXPQ97MOe:{height:135,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 80px)`,y:(componentViewport?.y||0)+0+97+0+0+0+91+0+135},KpI5LqgfC:{height:135,width:\"200px\",y:(componentViewport?.y||0)+0+35+0+0+0+81+0+136}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-dwcbyu-container\",layoutDependency:layoutDependency,layoutId:\"k_eTUy10X-container\",nodeId:\"k_eTUy10X\",rendersWithMotion:true,scopeId:\"GMmxRCafT\",children:/*#__PURE__*/_jsx(LinksAboutUs,{height:\"100%\",id:\"k_eTUy10X\",layoutId:\"k_eTUy10X\",style:{width:\"100%\"},variant:\"oJeDvojYy\",width:\"100%\"})})}),isDisplayed7()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({DXPQ97MOe:{height:135,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 80px)`,y:(componentViewport?.y||0)+0+97+0+0+0+91+0+270},KpI5LqgfC:{height:135,width:\"200px\",y:(componentViewport?.y||0)+0+35+0+0+0+81+0+271}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1pkr8xq-container\",layoutDependency:layoutDependency,layoutId:\"Qx05JLF8G-container\",nodeId:\"Qx05JLF8G\",rendersWithMotion:true,scopeId:\"GMmxRCafT\",children:/*#__PURE__*/_jsx(LinksAboutUs,{height:\"100%\",id:\"Qx05JLF8G\",layoutId:\"Qx05JLF8G\",style:{width:\"100%\"},variant:\"fCztVKYq0\",width:\"100%\"})})}),isDisplayed7()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({DXPQ97MOe:{height:135,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 80px)`,y:(componentViewport?.y||0)+0+97+0+0+0+91+0+405},KpI5LqgfC:{height:135,width:\"200px\",y:(componentViewport?.y||0)+0+35+0+0+0+81+0+406}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-19m2q8p-container\",layoutDependency:layoutDependency,layoutId:\"bPCIMSri7-container\",nodeId:\"bPCIMSri7\",rendersWithMotion:true,scopeId:\"GMmxRCafT\",children:/*#__PURE__*/_jsx(LinksAboutUs,{height:\"100%\",id:\"bPCIMSri7\",layoutId:\"bPCIMSri7\",style:{width:\"100%\"},variant:\"aVoFI7xp_\",width:\"100%\"})})}),isDisplayed7()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({DXPQ97MOe:{height:135,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 80px)`,y:(componentViewport?.y||0)+0+97+0+0+0+91+0+540},KpI5LqgfC:{height:135,width:\"200px\",y:(componentViewport?.y||0)+0+35+0+0+0+81+0+541}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1plvnc7-container\",layoutDependency:layoutDependency,layoutId:\"kl7coyDgU-container\",nodeId:\"kl7coyDgU\",rendersWithMotion:true,scopeId:\"GMmxRCafT\",children:/*#__PURE__*/_jsx(LinksAboutUs,{height:\"100%\",id:\"kl7coyDgU\",layoutId:\"kl7coyDgU\",style:{width:\"100%\"},variant:\"uSpDCu003\",width:\"100%\"})})}),isDisplayed7()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({DXPQ97MOe:{height:135,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 80px)`,y:(componentViewport?.y||0)+0+97+0+0+0+91+0+675},KpI5LqgfC:{height:135,width:\"200px\",y:(componentViewport?.y||0)+0+35+0+0+0+81+0+676}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ndn33c-container\",layoutDependency:layoutDependency,layoutId:\"eydmF8wCD-container\",nodeId:\"eydmF8wCD\",rendersWithMotion:true,scopeId:\"GMmxRCafT\",children:/*#__PURE__*/_jsx(LinksAboutUs,{height:\"100%\",id:\"eydmF8wCD\",layoutId:\"eydmF8wCD\",style:{width:\"100%\"},variant:\"nSgxz2LfG\",width:\"100%\"})})})]})}),isDisplayed8()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+35+0+27.5,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-krq8ej-container\",layoutDependency:layoutDependency,layoutId:\"hfl3dRfaO-container\",nodeId:\"hfl3dRfaO\",rendersWithMotion:true,scopeId:\"GMmxRCafT\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"hfl3dRfaO\",layoutId:\"hfl3dRfaO\",RbIO9zgEX:\"#form\",variant:\"CxNlE9xLe\",width:\"100%\",Z2AiR0R2J:\"Apply Now\"})})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-DdMXh.framer-112dq6f, .framer-DdMXh .framer-112dq6f { display: block; }\",\".framer-DdMXh.framer-xy26lx { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-DdMXh .framer-12ddlip { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 10; }\",\".framer-DdMXh .framer-1qizw1e { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1440px; overflow: hidden; padding: 5px 60px 5px 60px; position: relative; width: 1px; }\",\".framer-DdMXh .framer-136jhjb { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-DdMXh .framer-bs4yls { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-DdMXh .framer-1fqmhnv, .framer-DdMXh .framer-16n49jt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-DdMXh .framer-10nvavy, .framer-DdMXh .framer-tujzrc { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-DdMXh .framer-12bss5c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-DdMXh .framer-hkiwva, .framer-DdMXh .framer-5clv3m, .framer-DdMXh .framer-ulu1y1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 25px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 25px; will-change: var(--framer-will-change-override, transform); }\",\".framer-DdMXh .framer-15vrx91-container, .framer-DdMXh .framer-dvgqul-container { flex: none; height: 100%; position: relative; width: 17px; }\",\".framer-DdMXh .framer-sta3ph { aspect-ratio: 1.1012433392539964 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 13px); overflow: visible; position: relative; width: 14px; }\",\".framer-DdMXh .framer-1x0gba { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-DdMXh .framer-gw12j0-container, .framer-DdMXh .framer-933e42-container, .framer-DdMXh .framer-lx6eyd-container, .framer-DdMXh .framer-1fuokei-container, .framer-DdMXh .framer-1dsebqq-container, .framer-DdMXh .framer-19jvtcr-container, .framer-DdMXh .framer-1dkcczy-container, .framer-DdMXh .framer-fub6r1-container, .framer-DdMXh .framer-1sbal66-container, .framer-DdMXh .framer-49brrd-container, .framer-DdMXh .framer-1iu8sah-container, .framer-DdMXh .framer-n4sy91-container, .framer-DdMXh .framer-2w5huv-container, .framer-DdMXh .framer-tvxn7m-container, .framer-DdMXh .framer-ngkmo6-container, .framer-DdMXh .framer-krq8ej-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-DdMXh .framer-1061rme { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 10; }\",\".framer-DdMXh .framer-r5igfu { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 11px 60px 11px 60px; position: relative; width: 1px; }\",\".framer-DdMXh .framer-10wdgf5 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px 20px 0px 0px; position: relative; width: 1px; }\",\".framer-DdMXh .framer-uyk0ts-container, .framer-DdMXh .framer-uasnua-container, .framer-DdMXh .framer-18a6gze-container, .framer-DdMXh .framer-1gjbldk-container, .framer-DdMXh .framer-1qh11sk-container, .framer-DdMXh .framer-1j2xau3-container { height: auto; position: relative; width: auto; }\",\".framer-DdMXh .framer-1kbieaf { flex: none; height: 1px; overflow: visible; position: relative; width: 200px; }\",\".framer-DdMXh .framer-1u2wph9-container, .framer-DdMXh .framer-dwcbyu-container, .framer-DdMXh .framer-1pkr8xq-container, .framer-DdMXh .framer-19m2q8p-container, .framer-DdMXh .framer-1plvnc7-container, .framer-DdMXh .framer-ndn33c-container { flex: none; height: auto; position: relative; width: 200px; }\",\".framer-DdMXh.framer-v-1skz4w6.framer-xy26lx { overflow: hidden; width: 390px; }\",\".framer-DdMXh.framer-v-1skz4w6 .framer-1qizw1e { flex-direction: column; padding: 5px 20px 5px 20px; }\",\".framer-DdMXh.framer-v-1skz4w6 .framer-136jhjb { flex: none; flex-direction: column; width: 100%; }\",\".framer-DdMXh.framer-v-1skz4w6 .framer-bs4yls { flex: none; flex-direction: column; gap: 10px; justify-content: center; width: 100%; }\",\".framer-DdMXh.framer-v-1skz4w6 .framer-1061rme { overflow: auto; }\",\".framer-DdMXh.framer-v-1skz4w6 .framer-r5igfu { flex-direction: column; overflow: hidden; padding: 5px 20px 5px 20px; }\",\".framer-DdMXh.framer-v-1skz4w6 .framer-16n49jt, .framer-DdMXh.framer-v-8n5xr8 .framer-16n49jt { gap: unset; justify-content: space-between; order: 0; width: 100%; }\",\".framer-DdMXh.framer-v-1skz4w6 .framer-1fuokei-container, .framer-DdMXh.framer-v-o2fja5 .framer-1fuokei-container, .framer-DdMXh.framer-v-8n5xr8 .framer-1fuokei-container, .framer-DdMXh.framer-v-bqvg5j .framer-1fuokei-container { order: 4; }\",\".framer-DdMXh.framer-v-1skz4w6 .framer-1dsebqq-container, .framer-DdMXh.framer-v-bqvg5j .framer-1u2wph9-container { order: 0; }\",\".framer-DdMXh.framer-v-1skz4w6 .framer-1sbal66-container, .framer-DdMXh.framer-v-o2fja5 .framer-1sbal66-container, .framer-DdMXh.framer-v-8n5xr8 .framer-1sbal66-container, .framer-DdMXh.framer-v-bqvg5j .framer-1sbal66-container { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 60px); order: 5; width: 60px; }\",\".framer-DdMXh.framer-v-o2fja5.framer-xy26lx { overflow: hidden; padding: 0px 0px 16px 0px; width: 390px; }\",\".framer-DdMXh.framer-v-o2fja5 .framer-1qizw1e { padding: 5px 20px 5px 20px; }\",\".framer-DdMXh.framer-v-o2fja5 .framer-136jhjb { flex-direction: column; }\",\".framer-DdMXh.framer-v-o2fja5 .framer-bs4yls { flex: none; flex-direction: column; gap: 10px; width: 100%; }\",\".framer-DdMXh.framer-v-o2fja5 .framer-1061rme { flex-direction: column; gap: 0px; justify-content: center; overflow: auto; padding: 0px 20px 0px 20px; }\",\".framer-DdMXh.framer-v-o2fja5 .framer-r5igfu { flex: none; flex-direction: column; gap: 10px; justify-content: flex-start; overflow: auto; padding: 0px; width: 100%; }\",\".framer-DdMXh.framer-v-o2fja5 .framer-16n49jt, .framer-DdMXh.framer-v-bqvg5j .framer-16n49jt { gap: unset; justify-content: space-between; width: 100%; }\",\".framer-DdMXh.framer-v-o2fja5 .framer-fub6r1-container { order: 3; }\",\".framer-DdMXh.framer-v-o2fja5 .framer-10wdgf5 { align-content: flex-end; align-items: flex-end; flex: none; flex-direction: column; gap: 0px; height: calc(var(--framer-viewport-height, 100vh) * 0.8); justify-content: flex-start; overflow: auto; padding: 0px 20px 150px 20px; width: 100%; z-index: 3; }\",\".framer-DdMXh.framer-v-o2fja5 .framer-1u2wph9-container { order: 0; width: 100%; }\",\".framer-DdMXh.framer-v-o2fja5 .framer-dwcbyu-container { order: 8; width: 100%; }\",\".framer-DdMXh.framer-v-o2fja5 .framer-1pkr8xq-container { order: 9; width: 100%; }\",\".framer-DdMXh.framer-v-o2fja5 .framer-19m2q8p-container { order: 10; width: 100%; }\",\".framer-DdMXh.framer-v-o2fja5 .framer-1plvnc7-container { order: 11; width: 100%; }\",\".framer-DdMXh.framer-v-o2fja5 .framer-ndn33c-container { order: 12; width: 100%; }\",\".framer-DdMXh.framer-v-8n5xr8.framer-xy26lx { overflow: auto; overscroll-behavior: contain; width: 810px; }\",\".framer-DdMXh.framer-v-8n5xr8 .framer-r5igfu { flex-direction: column; justify-content: space-around; padding: 5px 20px 5px 20px; }\",\".framer-DdMXh.framer-v-8n5xr8 .framer-1dkcczy-container { order: 2; }\",\".framer-DdMXh.framer-v-bqvg5j.framer-xy26lx { overflow: auto; overscroll-behavior: contain; padding: 0px 0px 16px 0px; width: 810px; }\",\".framer-DdMXh.framer-v-bqvg5j .framer-1061rme { flex-direction: column; padding: 0px 20px 0px 20px; }\",\".framer-DdMXh.framer-v-bqvg5j .framer-r5igfu { flex: none; flex-direction: column; padding: 0px; width: 100%; }\",\".framer-DdMXh.framer-v-bqvg5j .framer-19jvtcr-container, .framer-DdMXh.framer-v-bqvg5j .framer-1kbieaf { order: 1; }\",\".framer-DdMXh.framer-v-bqvg5j .framer-10wdgf5 { align-content: flex-end; align-items: flex-end; flex: none; flex-direction: column; gap: 0px; justify-content: flex-start; padding: 0px 20px 0px 20px; width: 100%; z-index: 3; }\",\".framer-DdMXh.framer-v-bqvg5j .framer-dwcbyu-container { order: 8; }\",\".framer-DdMXh.framer-v-bqvg5j .framer-1pkr8xq-container { order: 9; }\",\".framer-DdMXh.framer-v-bqvg5j .framer-19m2q8p-container { order: 10; }\",\".framer-DdMXh.framer-v-bqvg5j .framer-1plvnc7-container { order: 11; }\",\".framer-DdMXh.framer-v-bqvg5j .framer-ndn33c-container { order: 12; }\",\".framer-DdMXh.framer-v-4dy7rz .framer-r5igfu { padding: 11px 40px 11px 40px; }\",\".framer-DdMXh.framer-v-4dy7rz .framer-10wdgf5 { gap: 10px; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-DdMXh[data-border=\"true\"]::after, .framer-DdMXh [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; }','.framer-DdMXh[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-DdMXh [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-DdMXh[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-DdMXh [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }','.framer-DdMXh[data-hide-scrollbars=\"true\"], .framer-DdMXh [data-hide-scrollbars=\"true\"] { scrollbar-width: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 138\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"NnLAJ6F4g\":{\"layout\":[\"fixed\",\"auto\"]},\"DXPQ97MOe\":{\"layout\":[\"fixed\",\"auto\"]},\"ZR2c2ZsXi\":{\"layout\":[\"fixed\",\"auto\"]},\"KpI5LqgfC\":{\"layout\":[\"fixed\",\"auto\"]},\"iQO_w57kH\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerGMmxRCafT=withCSS(Component,css,\"framer-DdMXh\");export default FramerGMmxRCafT;FramerGMmxRCafT.displayName=\"Topbar\";FramerGMmxRCafT.defaultProps={height:138,width:1440};addPropertyControls(FramerGMmxRCafT,{variant:{options:[\"kfYJIhh7e\",\"NnLAJ6F4g\",\"DXPQ97MOe\",\"ZR2c2ZsXi\",\"KpI5LqgfC\",\"iQO_w57kH\"],optionTitles:[\"Default\",\"Phone\",\"Phone Open\",\"Tablet\",\"Tablet open\",\"Laptop\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerGMmxRCafT,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2070, U+2074-207E, U+2080-208E, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/GrgcKwrN6d3Uz8EwcLHZxwEfC4.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...FeatherFonts,...TopBarLinksFonts,...LogoFonts,...ButtonFonts,...IconFonts,...TriggerFonts,...LinksAboutUsFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGMmxRCafT\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"138\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NnLAJ6F4g\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DXPQ97MOe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZR2c2ZsXi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KpI5LqgfC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"iQO_w57kH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./GMmxRCafT.map"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "r", "s", "o", "n", "t", "e", "i", "l", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "uppercaseIconKeys", "name", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "s", "npm_react_18_2_exports", "importModule", "active", "module", "e", "ue", "emptyState", "RenderTarget", "p", "NullState", "addPropertyControls", "ControlType", "defaultEvents", "fontStack", "containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "fontWeights", "useFontControls", "props", "fontFamily", "fontSize", "fontWeight", "font", "fontWeightName", "customFontStack", "fontStack", "fontFamilyStyle", "fetchCustomFonts", "fontStore", "e", "ue", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "usePadding", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "paddingControl", "Embed", "type", "url", "html", "style", "p", "EmbedUrl", "EmbedHtml", "Instructions", "addPropertyControls", "ControlType", "props", "getMinHeight", "emptyStateStyle", "centerTextStyle", "hasAutoHeight", "onCanvas", "useIsOnCanvas", "state", "setState", "ye", "ue", "isLastEffect", "load", "response", "isBlocked", "message", "error", "ErrorMessage", "LoadingIndicator", "iframeStyle", "getSandbox", "result", "hasSplineViewer", "hasComment", "EmbedHtmlWithScripts", "EmbedHtmlInsideIframe", "EmbedHtmlWithoutScripts", "ref", "pe", "iframeHeight", "setIframeHeight", "_ref_current", "iframeWindow", "handleMessage", "event", "data", "height", "window", "srcDoc", "currentStyle", "div", "executeScripts", "htmlStyle", "node", "script", "name", "value", "child", "containerStyles", "fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "Link", "SVG", "css", "FramerpvYGCXmBE", "withCSS", "pvYGCXmBE_default", "addFonts", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "RCm7CSX59", "etZALQJDE", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText", "css", "FramerXF7kh_2Ya", "withCSS", "XF7kh_2Ya_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "EmbedFonts", "getFonts", "Embed", "FooterLinkFonts", "XF7kh_2Ya_default", "FeatherFonts", "Icon", "UrestLogoFonts", "pvYGCXmBE_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "router", "useRouter", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "Link", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "resolvedLinks10", "resolvedLinks11", "resolvedLinks12", "resolvedLinks13", "resolvedLinks14", "resolvedLinks15", "resolvedLinks16", "resolvedLinks17", "resolvedLinks18", "resolvedLinks19", "resolvedLinks20", "resolvedLinks21", "resolvedLinks22", "resolvedLinks23", "resolvedLinks24", "resolvedLinks25", "resolvedLinks26", "resolvedLinks27", "resolvedLinks28", "css", "FramerGmFRViQTS", "withCSS", "GmFRViQTS_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "Link", "u", "Image2", "getLoadingLazyAtYPosition", "RichText", "css", "FramerKCSfdgXYt", "withCSS", "KCSfdgXYt_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "tap", "width", "props", "_variant", "ref", "createLayoutDependency", "Component", "Y", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "XKaY3MrGu", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap16vb438", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "u", "css", "FramerlfUSFeDtB", "withCSS", "lfUSFeDtB_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "t6ntTLUzs", "pDo3tIskn", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText", "css", "Frameru1aNIuCLm", "withCSS", "u1aNIuCLm_default", "addPropertyControls", "ControlType", "addFonts", "NavLinkTitleFonts", "getFonts", "u1aNIuCLm_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "router", "useRouter", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "LayoutGroup", "u", "RichText", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "SmartComponentScopedContainer", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "resolvedLinks10", "css", "FramerRnBMbqNRO", "withCSS", "RnBMbqNRO_default", "addPropertyControls", "ControlType", "addFonts", "FeatherFonts", "getFonts", "Icon", "FeatherControls", "getPropertyControls", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "height", "icon", "id", "link", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "zaw69O8H3", "WvtPvaPNG", "vCEWmFjuS", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "ComponentViewportProvider", "RichText", "css", "Framerwlyqn9a_L", "withCSS", "wlyqn9a_L_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_variant", "ref", "createLayoutDependency", "Component", "Y", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "u", "css", "FramerYXS5TuLOj", "withCSS", "YXS5TuLOj_default", "addPropertyControls", "ControlType", "addFonts", "OpenType", "Component", "Y", "props", "ref", "p", "RichTextOpenType", "OpenType", "RichText", "CaretFonts", "getFonts", "YXS5TuLOj_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "hover", "id", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "PWSlWeqS6", "DApvjrdfG", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter170i0h9", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "css", "FramerXXKTBSSdz", "withCSS", "XXKTBSSdz_default", "addPropertyControls", "ControlType", "addFonts", "FeatherFonts", "getFonts", "Icon", "TopBarLinksFonts", "wlyqn9a_L_default", "LogoFonts", "KCSfdgXYt_default", "ButtonFonts", "xqb_3m3pZ_default", "IconFonts", "lfUSFeDtB_default", "TriggerFonts", "XXKTBSSdz_default", "LinksAboutUsFonts", "RnBMbqNRO_default", "SmartComponentScopedContainerWithFX", "withFX", "SmartComponentScopedContainer", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "animation", "animation1", "animation2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "tap1wrmm12", "args", "tap1p4g01w", "tapw35sgy", "tappe1woo", "tap1pc5vya", "PWSlWeqS6txyyif", "overlay", "loadMore", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "ref1", "ref2", "ref3", "ref4", "ref5", "ref6", "ref7", "ref8", "ref9", "ref10", "ref11", "ref12", "isDisplayed7", "isDisplayed8", "LayoutGroup", "u", "RichText", "Link", "ComponentViewportProvider", "Image2", "getLoadingLazyAtYPosition", "l", "AnimatePresence", "Floating", "overlay1", "overlay2", "overlay3", "overlay4", "overlay5", "css", "FramerGMmxRCafT", "withCSS", "GMmxRCafT_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
