{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/MXvu20OhASCIXAiuHmdt/FFX76nmJo7fomoLWFtTP/kJBSLNjzR.js"],
  "sourcesContent": ["// Generated by Framer (3fa6aa4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,LazyValue,Link,PathVariablesContext,PropertyOverrides,RichText,useCustomCursors,useHydratedBreakpointVariants,useLocaleCode,useLocaleInfo,useQueryData,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/V6UPjHLBAvBWqyNKvY6M/SlideShow.js\";import Copyright from\"#framer/local/canvasComponent/HBF2BhPcW/HBF2BhPcW.js\";import Footer from\"#framer/local/canvasComponent/pdFCX2aV3/pdFCX2aV3.js\";import Header from\"#framer/local/canvasComponent/pwZgGcyYj/pwZgGcyYj.js\";import PageSidebarAndNavigationParentResources from\"#framer/local/canvasComponent/V5lUCCRAT/V5lUCCRAT.js\";import News from\"#framer/local/collection/JGuKDlpkm/JGuKDlpkm.js\";import*as sharedStyle from\"#framer/local/css/dzfQ9KhFA/dzfQ9KhFA.js\";import*as sharedStyle2 from\"#framer/local/css/eYFykU9ja/eYFykU9ja.js\";import*as sharedStyle1 from\"#framer/local/css/HHwhvdTAq/HHwhvdTAq.js\";import*as sharedStyle4 from\"#framer/local/css/LJaT2mQCL/LJaT2mQCL.js\";import*as sharedStyle3 from\"#framer/local/css/QTm8pesoK/QTm8pesoK.js\";import metadataProvider from\"#framer/local/webPageMetadata/kJBSLNjzR/kJBSLNjzR.js\";const HeaderFonts=getFonts(Header);const PageSidebarAndNavigationParentResourcesFonts=getFonts(PageSidebarAndNavigationParentResources);const SlideshowFonts=getFonts(Slideshow);const FooterFonts=getFonts(Footer);const CopyrightFonts=getFonts(Copyright);const cycleOrder=[\"l3L2XaBgt\",\"RiYh5TDBw\",\"ZeGs7vRSm\"];const breakpoints={l3L2XaBgt:\"(min-width: 1200px)\",RiYh5TDBw:\"(min-width: 810px) and (max-width: 1199px)\",ZeGs7vRSm:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-tKCeq\";const variantClassNames={l3L2XaBgt:\"framer-v-ot454b\",RiYh5TDBw:\"framer-v-1ghxvlt\",ZeGs7vRSm:\"framer-v-v5o55w\"};const valuesByLocaleId={r6hl2cRXN:new LazyValue(()=>import(\"./kJBSLNjzR-0.js\"))};const preloadLocalizedValues=locale=>{const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise){promises.push(promise);}}locale=locale.fallback;}if(promises.length>0){return Promise.all(promises);}};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value){return value;}}locale=locale.fallback;}};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;const dateStyle=options.dateStyle;const timeZone=\"UTC\";try{return date.toLocaleDateString(locale,{dateStyle,timeZone});}catch{return date.toLocaleDateString(fallbackLocale,{dateStyle,timeZone});}};const QueryData=({query,children})=>{const data=useQueryData(query);return children(data);};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"l3L2XaBgt\",Phone:\"ZeGs7vRSm\",Tablet:\"RiYh5TDBw\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"l3L2XaBgt\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,oRyGDueJcw_YSm6YuI,HjM8aQ7qHw_YSm6YuI,V1CsOWjO4w_YSm6YuI,UOTX8ccYqw_YSm6YuI,idw_YSm6YuI,...restProps}=getProps(props);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}if(metadata1.bodyClassName){Array.from(document.body.classList).filter(c=>c.startsWith(\"framer-body-\")).map(c=>document.body.classList.remove(c));document.body.classList.add(`${metadata1.bodyClassName}-framer-tKCeq`);return()=>{document.body.classList.remove(`${metadata1.bodyClassName}-framer-tKCeq`);};}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const preloadPromise=preloadLocalizedValues(activeLocale);if(preloadPromise)throw preloadPromise;const ref1=React.useRef(null);const activeLocaleCode=useLocaleCode();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];useCustomCursors({});var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3;return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"l3L2XaBgt\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-ot454b\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-p9v5zi-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RiYh5TDBw:{style:{width:\"100%\"},variant:\"D9MZh_fmu\"},ZeGs7vRSm:{style:{width:\"100%\"},variant:\"SVTySCvRL\"}},children:/*#__PURE__*/_jsx(Header,{height:\"100%\",id:\"TXoFE0azU\",layoutId:\"TXoFE0azU\",style:{height:\"100%\",width:\"100%\"},variant:\"wtJMr8sms\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-kgy26v\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p9ye29\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RiYh5TDBw:{width:\"261px\"},ZeGs7vRSm:{width:\"calc(min(100vw, 1200px) - 40px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"280px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fqlz5w-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZeGs7vRSm:{variant:\"lq45V2Svo\"}},children:/*#__PURE__*/_jsx(PageSidebarAndNavigationParentResources,{height:\"100%\",id:\"ZpxO6meLI\",layoutId:\"ZpxO6meLI\",style:{width:\"100%\"},variant:\"ZZIW63v2b\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p4i3yc\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-87trun\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-y9j78j\",\"data-styles-preset\":\"dzfQ9KhFA\",children:\"Parent-School Organization\"})}),className:\"framer-l06i4o\",\"data-framer-name\":\"Fundraisers\",fonts:[\"Inter\"],name:\"Fundraisers\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-bqsxj0-container\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",id:\"LQ9WizybZ\",intervalControl:7,itemAmount:1,layoutId:\"LQ9WizybZ\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"var(--token-31082721-ff8f-4418-9d0d-6e872796fde0, rgb(255, 255, 255))\",dotsGap:8,dotsInset:8,dotSize:5,dotsOpacity:.5,dotsPadding:5,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2048,pixelWidth:1366,positionX:\"49.5%\",positionY:\"15%\",sizes:\"415px\",src:\"https://framerusercontent.com/images/88XAnM2tqSCBxMImpTSsG9r41Q.jpg\",srcSet:\"https://framerusercontent.com/images/88XAnM2tqSCBxMImpTSsG9r41Q.jpg?scale-down-to=1024 683w,https://framerusercontent.com/images/88XAnM2tqSCBxMImpTSsG9r41Q.jpg 1366w\"},className:\"framer-g7y9a6\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1366,pixelWidth:2048,sizes:\"415px\",src:\"https://framerusercontent.com/images/AA7Ergd2HwCXFsSKp5W2aXjqE.jpg\",srcSet:\"https://framerusercontent.com/images/AA7Ergd2HwCXFsSKp5W2aXjqE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/AA7Ergd2HwCXFsSKp5W2aXjqE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/AA7Ergd2HwCXFsSKp5W2aXjqE.jpg 2048w\"},className:\"framer-1fm0urt\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:2048,pixelWidth:1536,positionX:\"50.7%\",positionY:\"38.6%\",sizes:\"415px\",src:\"https://framerusercontent.com/images/cjaKt7NUdN1ylr5T8j3DPqkQ.jpg\",srcSet:\"https://framerusercontent.com/images/cjaKt7NUdN1ylr5T8j3DPqkQ.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/cjaKt7NUdN1ylr5T8j3DPqkQ.jpg 1536w\"},className:\"framer-1l85hra\"})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,stiffness:200,type:\"spring\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dd7q4d\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1g9xoxt\",\"data-framer-name\":\"PSO Description\",name:\"PSO Description\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1r2p8qy\",\"data-styles-preset\":\"HHwhvdTAq\",children:\"Strengthening our Community at GRMS\"})}),className:\"framer-wty3tz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-122bn4u\",\"data-framer-name\":\"Content\",name:\"Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue2=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1d50px2\",\"data-styles-preset\":\"eYFykU9ja\",children:\"Guadalupe Regional Middle School has an active and enthusiastic parent/guardian community. The Parent-School Organization (PSO) plans and coordinates\\xa0activities, provides forums for the exchange of ideas, and offers opportunities to volunteer both within and outside the school. \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1d50px2\",\"data-styles-preset\":\"eYFykU9ja\",children:\"The mission of the GRMS Parent-School Organization is to\\xa0foster a parent/guardian and student community that strengthens our school spirit through a variety of activities and events and to support the overall functionality of the facility, administration, and curriculum.\\xa0The PSO supports GRMS\u2019 philosophy and embraces our diversity of background and culture.\\xa0\\xa0\"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1d50px2\",\"data-styles-preset\":\"eYFykU9ja\",children:\"Our goal is to create a warm, welcoming, and inclusive community for all GRMS families.\\xa0Every current parent/guardian is part of our PSO. Learn more by attending a meeting or calling us at (956) 504-5568.\"})]}),className:\"framer-wft4lz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xn9hm7\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-wxncu3\",\"data-border\":true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue3=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-tikcnq\",\"data-styles-preset\":\"QTm8pesoK\",children:\"Recent News\"})}),className:\"framer-1tapz0e\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RiYh5TDBw:{query:{from:{data:News,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{name:\"oRyGDueJc\",type:\"Identifier\"},{name:\"HjM8aQ7qH\",type:\"Identifier\"},{name:\"V1CsOWjO4\",type:\"Identifier\"},{name:\"UOTX8ccYq\",type:\"Identifier\"},{name:\"id\",type:\"Identifier\"}]}},ZeGs7vRSm:{query:{from:{data:News,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},select:[{name:\"oRyGDueJc\",type:\"Identifier\"},{name:\"HjM8aQ7qH\",type:\"Identifier\"},{name:\"V1CsOWjO4\",type:\"Identifier\"},{name:\"UOTX8ccYq\",type:\"Identifier\"},{name:\"id\",type:\"Identifier\"}]}}},children:/*#__PURE__*/_jsx(QueryData,{query:{from:{data:News,type:\"Collection\"},limit:{type:\"LiteralValue\",value:4},select:[{name:\"oRyGDueJc\",type:\"Identifier\"},{name:\"HjM8aQ7qH\",type:\"Identifier\"},{name:\"V1CsOWjO4\",type:\"Identifier\"},{name:\"UOTX8ccYq\",type:\"Identifier\"},{name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(\"div\",{className:\"framer-yx6t4g\",children:collection.map(({oRyGDueJc:oRyGDueJcw_YSm6YuI,HjM8aQ7qH:HjM8aQ7qHw_YSm6YuI,V1CsOWjO4:V1CsOWjO4w_YSm6YuI,UOTX8ccYq:UOTX8ccYqw_YSm6YuI,id:idw_YSm6YuI},i)=>{const textContent=toDateString(UOTX8ccYqw_YSm6YuI,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);return /*#__PURE__*/_jsx(LayoutGroup,{id:`w_YSm6YuI-${idw_YSm6YuI}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{oRyGDueJc:oRyGDueJcw_YSm6YuI},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{oRyGDueJc:oRyGDueJcw_YSm6YuI},webPageId:\"za4M9wyNV\"},children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-1i44u4 framer-i5rhaa\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RiYh5TDBw:{background:{alt:\"\",fit:\"fill\",loading:\"lazy\",sizes:\"max(min(max(100vw, 1px), 1200px) - 341px, 1px)\",...toResponsiveImage(HjM8aQ7qHw_YSm6YuI)}},ZeGs7vRSm:{background:{alt:\"\",fit:\"fill\",sizes:\"calc(min(100vw, 1200px) - 40px)\",...toResponsiveImage(HjM8aQ7qHw_YSm6YuI)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:\"lazy\",sizes:\"max(min(max(100vw, 1px), 1200px) - 360px, 1px)\",...toResponsiveImage(HjM8aQ7qHw_YSm6YuI)},className:\"framer-rygyu7\",\"data-border\":true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lx30jc\",\"data-framer-name\":\"Post\",name:\"Post\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RiYh5TDBw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1cyv7ge\",\"data-styles-preset\":\"LJaT2mQCL\",children:\"Title\"})}),fonts:[\"Inter\"]},ZeGs7vRSm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1cyv7ge\",\"data-styles-preset\":\"LJaT2mQCL\",children:\"Title\"})}),fonts:[\"Inter\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"Title\"})}),className:\"framer-jrpina\",\"data-framer-name\":\"Title\",fonts:[\"Inter-Bold\"],name:\"Title\",text:V1CsOWjO4w_YSm6YuI,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RiYh5TDBw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Content\"})})},ZeGs7vRSm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Content\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Content\"})}),className:\"framer-1vkp97d\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],name:\"Date\",text:textContent,verticalAlignment:\"top\",withExternalLayout:true})})]})]})})})},idw_YSm6YuI);})})})})]})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-gmjs9q\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RiYh5TDBw:{width:\"max(100vw, 1px)\"},ZeGs7vRSm:{width:\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"1200px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wui2fk-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RiYh5TDBw:{style:{width:\"100%\"},variant:\"qmuk8IZD7\"},ZeGs7vRSm:{style:{width:\"100%\"},variant:\"jE8vM4iAh\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"q6Ve198tb\",layoutId:\"q6Ve198tb\",style:{height:\"100%\",width:\"100%\"},variant:\"OM7uGHRPK\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-lkbew4\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RiYh5TDBw:{width:\"max(100vw, 1px)\"},ZeGs7vRSm:{width:\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"1200px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1m72m2y-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{RiYh5TDBw:{style:{width:\"100%\"},variant:\"perc2uyft\"},ZeGs7vRSm:{style:{width:\"100%\"},variant:\"pA4Ju0uF4\"}},children:/*#__PURE__*/_jsx(Copyright,{height:\"100%\",id:\"KP36_HlR4\",layoutId:\"KP36_HlR4\",style:{height:\"100%\",width:\"100%\"},variant:\"yM5SEbVVG\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-tKCeq { background: var(--token-f7513982-9e7e-41a6-aaaa-b38f7db5a822, rgb(38, 57, 148)) /* {\"name\":\"Dark Blue\"} */; }`,\".framer-tKCeq.framer-i5rhaa, .framer-tKCeq .framer-i5rhaa { display: block; }\",\".framer-tKCeq.framer-ot454b { align-content: center; align-items: center; background-color: var(--token-f7513982-9e7e-41a6-aaaa-b38f7db5a822, #263994); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-tKCeq .framer-p9v5zi-container { flex: none; height: 215px; position: relative; width: 100%; }\",\".framer-tKCeq .framer-kgy26v { align-content: center; align-items: center; background-color: #ffffff; 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-tKCeq .framer-p9ye29 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: hidden; padding: 0px 30px 80px 30px; position: relative; width: 1px; }\",\".framer-tKCeq .framer-1fqlz5w-container { flex: none; height: auto; position: relative; width: 280px; }\",\".framer-tKCeq .framer-p4i3yc { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-tKCeq .framer-87trun { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-tKCeq .framer-l06i4o, .framer-tKCeq .framer-wft4lz { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-tKCeq .framer-bqsxj0-container { flex: none; height: 500px; position: relative; width: 100%; }\",\".framer-tKCeq .framer-g7y9a6, .framer-tKCeq .framer-1fm0urt, .framer-tKCeq .framer-1l85hra { height: 220px; overflow: hidden; position: relative; width: 415px; }\",\".framer-tKCeq .framer-1dd7q4d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-tKCeq .framer-1g9xoxt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-tKCeq .framer-wty3tz { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-tKCeq .framer-122bn4u { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-tKCeq .framer-1xn9hm7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-tKCeq .framer-wxncu3 { --border-bottom-width: 1px; --border-color: #e6e6e6; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; 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 0px 10px 0px; position: relative; width: 100%; }\",\".framer-tKCeq .framer-1tapz0e { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-tKCeq .framer-yx6t4g { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 21px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-tKCeq .framer-1i44u4 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: wrap; gap: 20px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-tKCeq .framer-rygyu7 { --border-bottom-width: 1px; --border-color: var(--token-5df4ee3d-ba62-4cef-b1a2-abbdbeb16577, #e6e6e6); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 150px; position: relative; width: 100%; }\",\".framer-tKCeq .framer-1lx30jc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-width: 200px; padding: 0px; position: relative; width: 100%; }\",\".framer-tKCeq .framer-jrpina, .framer-tKCeq .framer-1vkp97d { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-tKCeq .framer-gmjs9q { align-content: center; align-items: center; background-color: var(--token-f7513982-9e7e-41a6-aaaa-b38f7db5a822, #263994); 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-tKCeq .framer-1wui2fk-container { flex: none; height: 365px; position: relative; width: 1200px; }\",\".framer-tKCeq .framer-lkbew4 { align-content: center; align-items: center; background-color: var(--token-12e57aef-92e5-4b4f-989d-0390a4d497dc, #1b296e); 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-tKCeq .framer-1m72m2y-container { flex: none; height: 70px; position: relative; width: 1200px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-tKCeq.framer-ot454b, .framer-tKCeq .framer-kgy26v, .framer-tKCeq .framer-p9ye29, .framer-tKCeq .framer-p4i3yc, .framer-tKCeq .framer-87trun, .framer-tKCeq .framer-1dd7q4d, .framer-tKCeq .framer-1g9xoxt, .framer-tKCeq .framer-122bn4u, .framer-tKCeq .framer-1xn9hm7, .framer-tKCeq .framer-wxncu3, .framer-tKCeq .framer-yx6t4g, .framer-tKCeq .framer-1i44u4, .framer-tKCeq .framer-1lx30jc, .framer-tKCeq .framer-gmjs9q, .framer-tKCeq .framer-lkbew4 { gap: 0px; } .framer-tKCeq.framer-ot454b > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-tKCeq.framer-ot454b > :first-child, .framer-tKCeq .framer-p4i3yc > :first-child, .framer-tKCeq .framer-87trun > :first-child, .framer-tKCeq .framer-1dd7q4d > :first-child, .framer-tKCeq .framer-1g9xoxt > :first-child, .framer-tKCeq .framer-122bn4u > :first-child, .framer-tKCeq .framer-1xn9hm7 > :first-child, .framer-tKCeq .framer-1i44u4 > :first-child, .framer-tKCeq .framer-1lx30jc > :first-child { margin-top: 0px; } .framer-tKCeq.framer-ot454b > :last-child, .framer-tKCeq .framer-p4i3yc > :last-child, .framer-tKCeq .framer-87trun > :last-child, .framer-tKCeq .framer-1dd7q4d > :last-child, .framer-tKCeq .framer-1g9xoxt > :last-child, .framer-tKCeq .framer-122bn4u > :last-child, .framer-tKCeq .framer-1xn9hm7 > :last-child, .framer-tKCeq .framer-1i44u4 > :last-child, .framer-tKCeq .framer-1lx30jc > :last-child { margin-bottom: 0px; } .framer-tKCeq .framer-kgy26v > *, .framer-tKCeq .framer-wxncu3 > *, .framer-tKCeq .framer-gmjs9q > *, .framer-tKCeq .framer-lkbew4 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-tKCeq .framer-kgy26v > :first-child, .framer-tKCeq .framer-p9ye29 > :first-child, .framer-tKCeq .framer-wxncu3 > :first-child, .framer-tKCeq .framer-yx6t4g > :first-child, .framer-tKCeq .framer-gmjs9q > :first-child, .framer-tKCeq .framer-lkbew4 > :first-child { margin-left: 0px; } .framer-tKCeq .framer-kgy26v > :last-child, .framer-tKCeq .framer-p9ye29 > :last-child, .framer-tKCeq .framer-wxncu3 > :last-child, .framer-tKCeq .framer-yx6t4g > :last-child, .framer-tKCeq .framer-gmjs9q > :last-child, .framer-tKCeq .framer-lkbew4 > :last-child { margin-right: 0px; } .framer-tKCeq .framer-p9ye29 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-tKCeq .framer-p4i3yc > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-tKCeq .framer-87trun > *, .framer-tKCeq .framer-1dd7q4d > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-tKCeq .framer-1g9xoxt > *, .framer-tKCeq .framer-1i44u4 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-tKCeq .framer-122bn4u > *, .framer-tKCeq .framer-1xn9hm7 > *, .framer-tKCeq .framer-1lx30jc > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-tKCeq .framer-yx6t4g > * { margin: 0px; margin-left: calc(21px / 2); margin-right: calc(21px / 2); } }\",\"@media (min-width: 1200px) { .framer-tKCeq .hidden-ot454b { display: none !important; } }\",`@media (min-width: 810px) and (max-width: 1199px) { .framer-tKCeq .hidden-1ghxvlt { display: none !important; } .${metadata.bodyClassName}-framer-tKCeq { background: var(--token-f7513982-9e7e-41a6-aaaa-b38f7db5a822, rgb(38, 57, 148)) /* {\"name\":\"Dark Blue\"} */; } .framer-tKCeq.framer-ot454b { width: 810px; } .framer-tKCeq .framer-p9v5zi-container { height: auto; } .framer-tKCeq .framer-1fqlz5w-container { width: 261px; } .framer-tKCeq .framer-bqsxj0-container { height: 325px; } .framer-tKCeq .framer-1lx30jc { gap: 5px; min-width: unset; } .framer-tKCeq .framer-1wui2fk-container, .framer-tKCeq .framer-1m72m2y-container { flex: 1 0 0px; height: auto; width: 1px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-tKCeq .framer-1lx30jc { gap: 0px; } .framer-tKCeq .framer-1lx30jc > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-tKCeq .framer-1lx30jc > :first-child { margin-top: 0px; } .framer-tKCeq .framer-1lx30jc > :last-child { margin-bottom: 0px; } }}`,`@media (max-width: 809px) { .framer-tKCeq .hidden-v5o55w { display: none !important; } .${metadata.bodyClassName}-framer-tKCeq { background: var(--token-f7513982-9e7e-41a6-aaaa-b38f7db5a822, rgb(38, 57, 148)) /* {\"name\":\"Dark Blue\"} */; } .framer-tKCeq.framer-ot454b { width: 390px; } .framer-tKCeq .framer-p9v5zi-container { height: auto; } .framer-tKCeq .framer-kgy26v, .framer-tKCeq .framer-yx6t4g, .framer-tKCeq .framer-gmjs9q, .framer-tKCeq .framer-lkbew4 { flex-direction: column; } .framer-tKCeq .framer-p9ye29 { flex: none; flex-direction: column; gap: 0px; padding: 0px 20px 80px 20px; width: 100%; } .framer-tKCeq .framer-1fqlz5w-container { width: 100%; } .framer-tKCeq .framer-p4i3yc { flex: none; padding: 0px; width: 100%; } .framer-tKCeq .framer-bqsxj0-container { height: 275px; } .framer-tKCeq .framer-1i44u4 { flex: none; width: 100%; } .framer-tKCeq .framer-1lx30jc { gap: 5px; } .framer-tKCeq .framer-1wui2fk-container, .framer-tKCeq .framer-1m72m2y-container { height: auto; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-tKCeq .framer-kgy26v, .framer-tKCeq .framer-p9ye29, .framer-tKCeq .framer-yx6t4g, .framer-tKCeq .framer-1lx30jc, .framer-tKCeq .framer-gmjs9q, .framer-tKCeq .framer-lkbew4 { gap: 0px; } .framer-tKCeq .framer-kgy26v > *, .framer-tKCeq .framer-gmjs9q > *, .framer-tKCeq .framer-lkbew4 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-tKCeq .framer-kgy26v > :first-child, .framer-tKCeq .framer-p9ye29 > :first-child, .framer-tKCeq .framer-yx6t4g > :first-child, .framer-tKCeq .framer-1lx30jc > :first-child, .framer-tKCeq .framer-gmjs9q > :first-child, .framer-tKCeq .framer-lkbew4 > :first-child { margin-top: 0px; } .framer-tKCeq .framer-kgy26v > :last-child, .framer-tKCeq .framer-p9ye29 > :last-child, .framer-tKCeq .framer-yx6t4g > :last-child, .framer-tKCeq .framer-1lx30jc > :last-child, .framer-tKCeq .framer-gmjs9q > :last-child, .framer-tKCeq .framer-lkbew4 > :last-child { margin-bottom: 0px; } .framer-tKCeq .framer-p9ye29 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-tKCeq .framer-yx6t4g > * { margin: 0px; margin-bottom: calc(21px / 2); margin-top: calc(21px / 2); } .framer-tKCeq .framer-1lx30jc > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,'.framer-tKCeq[data-border=\"true\"]::after, .framer-tKCeq [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 2153.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"RiYh5TDBw\":{\"layout\":[\"fixed\",\"auto\"]},\"ZeGs7vRSm\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramerkJBSLNjzR=withCSS(Component,css,\"framer-tKCeq\");export default FramerkJBSLNjzR;FramerkJBSLNjzR.displayName=\"Page\";FramerkJBSLNjzR.defaultProps={height:2153.5,width:1200};addFonts(FramerkJBSLNjzR,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Bold.cyrillic-ext-XOTVL7ZR.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://app.framerstatic.com/Inter-Bold.cyrillic-6LOMBC2V.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Bold.greek-ext-WXWSJXLB.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Bold.greek-YRST7ODZ.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://app.framerstatic.com/Inter-Bold.latin-ext-BASA5UL3.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://app.framerstatic.com/Inter-Bold.latin-UCM45LQF.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://app.framerstatic.com/Inter-Bold.vietnamese-OEVJMXEP.woff2\",weight:\"700\"}]},...HeaderFonts,...PageSidebarAndNavigationParentResourcesFonts,...SlideshowFonts,...FooterFonts,...CopyrightFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerkJBSLNjzR\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"RiYh5TDBw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZeGs7vRSm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicHeight\":\"2153.5\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["HeaderFonts", "getFonts", "pwZgGcyYj_default", "PageSidebarAndNavigationParentResourcesFonts", "V5lUCCRAT_default", "SlideshowFonts", "Slideshow", "FooterFonts", "pdFCX2aV3_default", "CopyrightFonts", "HBF2BhPcW_default", "breakpoints", "serializationHash", "variantClassNames", "valuesByLocaleId", "LazyValue", "preloadLocalizedValues", "locale", "promises", "values", "promise", "getLocalizedValue", "key", "value", "toResponsiveImage", "toDateString", "options", "activeLocale", "date", "fallbackLocale", "dateStyle", "timeZone", "QueryData", "query", "children", "data", "useQueryData", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "oRyGDueJcw_YSm6YuI", "HjM8aQ7qHw_YSm6YuI", "V1CsOWjO4w_YSm6YuI", "UOTX8ccYqw_YSm6YuI", "idw_YSm6YuI", "restProps", "ie", "metadata1", "_document_querySelector", "robotsTag", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "preloadPromise", "ref1", "pe", "activeLocaleCode", "useLocaleCode", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "ComponentViewportProvider", "Container", "PropertyOverrides2", "pwZgGcyYj_default", "V5lUCCRAT_default", "RichText2", "x", "Slideshow", "Image2", "JGuKDlpkm_default", "collection", "paginationInfo", "loadMore", "i", "textContent", "PathVariablesContext", "Link", "pdFCX2aV3_default", "HBF2BhPcW_default", "css", "FramerkJBSLNjzR", "withCSS", "kJBSLNjzR_default", "addFonts", "HeaderFonts", "PageSidebarAndNavigationParentResourcesFonts", "SlideshowFonts", "FooterFonts", "CopyrightFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
