{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/4FYXL5lQz9cgJ2BJkaNV/uQoXZ4NvFasfJqYRTeHn/Image.js", "ssg:https://framerusercontent.com/modules/aTatI7Mh0X769VUQN7FV/MSbleTIaK64DrPCYe1Ox/XCADW9HK9.js", "ssg:https://framerusercontent.com/modules/pWSZ30MrarU6mtsgwVr2/zubLkzaoxNu8ko50f0on/AuNAQwQ0z.js", "ssg:https://framerusercontent.com/modules/1Lc2QShCgNt5ceWNnxkp/56CcXPplwWm1GastL2jn/Qo2XozhLj.js", "ssg:https://framerusercontent.com/modules/rlLao58YTCA3XbJcRCAP/kv6kXwLzYMWTAwlbzv1S/UroOA3RT1.js", "ssg:https://framerusercontent.com/modules/cuL3NPinQvojVUtTbW80/9W2XUhFroBOXTp8kssNu/VYGbLOuMG.js", "ssg:https://framerusercontent.com/modules/eCFIB8XZWCYj4dr1gqvS/dqmtwtiYyx9DY3WSBtpz/jaG7XRw4P.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n * Responsive Image\n * By Benjamin\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any\n * @framerDisableUnlink\n *\n */export default function Image(props){const{image,alt,radius,padding,link,newTab,style,borderOptions,shadowOptions}=props;const wrapperStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",width:\"100%\",height:\"100%\",padding:padding};const borderAndShadow=(borderOptions,shadowOptions)=>{if(!shadowOptions&&!borderOptions)return undefined;if(shadowOptions&&!borderOptions){return`${shadowOptions.shadowX}px ${shadowOptions.shadowY}px ${shadowOptions.shadowBlur}px ${shadowOptions.shadowColor}`;}if(!shadowOptions&&borderOptions){return`inset 0 0 0 ${borderOptions.borderWidth}px ${borderOptions.borderColor}`;}if(shadowOptions&&borderOptions){return`inset 0 0 0 ${borderOptions.borderWidth}px ${borderOptions.borderColor}, ${shadowOptions.shadowX}px ${shadowOptions.shadowY}px ${shadowOptions.shadowBlur}px ${shadowOptions.shadowColor}`;}};const imageStyle={maxWidth:\"100%\",maxHeight:\"100%\",borderRadius:radius,webkitUserDrag:\"none\",userDrag:\"none\",userSelect:\"none\"};const shadowStyle={position:\"absolute\",inset:0,pointerEvents:\"none\",borderRadius:radius,boxShadow:borderAndShadow(borderOptions,shadowOptions)};const imageSource=(image===null||image===void 0?void 0:image.src)||\"https://framerusercontent.com/images/64n4wnVJKDJspLlFZ6DarCP0M4.jpg\";return link?/*#__PURE__*/_jsxs(\"a\",{href:link,title:alt,target:newTab?\"_blank\":\"_self\",style:wrapperStyle,children:[/*#__PURE__*/_jsx(\"img\",{style:imageStyle,src:imageSource,srcSet:image===null||image===void 0?void 0:image.srcSet,alt:alt}),/*#__PURE__*/_jsx(\"div\",{style:shadowStyle})]}):/*#__PURE__*/_jsxs(\"div\",{style:wrapperStyle,children:[/*#__PURE__*/_jsx(\"img\",{style:imageStyle,src:imageSource,srcSet:image===null||image===void 0?void 0:image.srcSet,alt:alt}),/*#__PURE__*/_jsx(\"div\",{style:shadowStyle})]});}addPropertyControls(Image,{image:{title:\"Image\",type:ControlType.ResponsiveImage},alt:{type:ControlType.String,title:\"Alt\",placeholder:\"Alt Text\"},radius:{title:\"Radius\",type:ControlType.Number,min:0,max:100,step:1,displayStepper:true},padding:{title:\"Padding\",type:ControlType.Number,min:0,max:100,step:1,displayStepper:true},link:{type:ControlType.Link,title:\"Link\"},newTab:{type:ControlType.Boolean,title:\"New Tab\",hidden:props=>!props.link},borderOptions:{type:ControlType.Object,optional:true,title:\"Border\",icon:\"effect\",controls:{borderColor:{type:ControlType.Color,title:\"Color\",defaultValue:\"rgba(0,0,0,0.2)\"},borderWidth:{type:ControlType.Number,title:\"Width\",min:0,displayStepper:true,defaultValue:1}}},shadowOptions:{type:ControlType.Object,title:\"Shadow\",optional:true,icon:\"effect\",controls:{shadowX:{type:ControlType.Number,title:\"X\",min:0,defaultValue:0},shadowY:{type:ControlType.Number,title:\"Y\",min:0,defaultValue:2},shadowBlur:{type:ControlType.Number,title:\"Blur\",min:0,defaultValue:4},shadowColor:{type:ControlType.Color,title:\"Color\",defaultValue:\"rgba(0,0,0,0.2)\"}}}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Image\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"any\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Image.map", "// Generated by Framer (e010222)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,Link,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const serializationHash=\"framer-9Di5Q\";const variantClassNames={r5B83_cAU:\"framer-v-1h3cdh3\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition2={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.05,skewX:0,skewY:0,transition:transition2};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({cursor,height,id,image,link,width,...props})=>{return{...props,KXBBB9FTU:cursor!==null&&cursor!==void 0?cursor:props.KXBBB9FTU,mW9RdWIcp:link!==null&&link!==void 0?link:props.mW9RdWIcp,TU0_VETCP:image!==null&&image!==void 0?image:props.TU0_VETCP};};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,mW9RdWIcp,TU0_VETCP,KXBBB9FTU,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"r5B83_cAU\",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:mW9RdWIcp,nodeId:\"r5B83_cAU\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1h3cdh3\",className,classNames)} framer-1gldv7g`,\"data-framer-cursor\":KXBBB9FTU,\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"r5B83_cAU\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-h0die0\",layoutDependency:layoutDependency,layoutId:\"UhmGBHeYp\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:`min(max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 20px, 1px), ${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 20px)`,...toResponsiveImage(TU0_VETCP)},className:\"framer-236d5m\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"Kv9hsdwl5\",whileHover:animation})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9Di5Q.framer-1gldv7g, .framer-9Di5Q .framer-1gldv7g { display: block; }\",\".framer-9Di5Q.framer-1h3cdh3 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: wrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 10px; position: relative; text-decoration: none; width: 320px; }\",\".framer-9Di5Q .framer-h0die0 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-9Di5Q .framer-236d5m { aspect-ratio: 1.6923076923076923 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 178px); max-width: 100%; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9Di5Q.framer-1h3cdh3, .framer-9Di5Q .framer-h0die0 { gap: 0px; } .framer-9Di5Q.framer-1h3cdh3 > *, .framer-9Di5Q .framer-h0die0 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-9Di5Q.framer-1h3cdh3 > :first-child, .framer-9Di5Q .framer-h0die0 > :first-child { margin-left: 0px; } .framer-9Di5Q.framer-1h3cdh3 > :last-child, .framer-9Di5Q .framer-h0die0 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 197.5\n * @framerIntrinsicWidth 320\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"mW9RdWIcp\":\"link\",\"TU0_VETCP\":\"image\",\"KXBBB9FTU\":\"cursor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerXCADW9HK9=withCSS(Component,css,\"framer-9Di5Q\");export default FramerXCADW9HK9;FramerXCADW9HK9.displayName=\"Components/Teaser\";FramerXCADW9HK9.defaultProps={height:197.5,width:320};addPropertyControls(FramerXCADW9HK9,{mW9RdWIcp:{title:\"Link\",type:ControlType.Link},TU0_VETCP:{title:\"Image\",type:ControlType.ResponsiveImage},KXBBB9FTU:{title:\"Cursor\",type:ControlType.CustomCursor}});addFonts(FramerXCADW9HK9,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXCADW9HK9\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"197.5\",\"framerIntrinsicWidth\":\"320\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"mW9RdWIcp\\\":\\\"link\\\",\\\"TU0_VETCP\\\":\\\"image\\\",\\\"KXBBB9FTU\\\":\\\"cursor\\\"}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./XCADW9HK9.map", "// Generated by Framer (461de17)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Uncut Sans Medium\",\"CUSTOM;Uncut Sans Medium\",\"CUSTOM;Uncut Sans Medium\",\"CUSTOM;Uncut Sans Medium\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Uncut Sans Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/s9HxPLJHVbBpli9cgtgTJGTtotI.woff2\"}]}];export const css=['.framer-TfCBN .framer-styles-preset-1pyo3st:not(.rich-text-wrapper), .framer-TfCBN .framer-styles-preset-1pyo3st.rich-text-wrapper h3 { --framer-font-family: \"Uncut Sans Medium\", \"Uncut Sans Medium Placeholder\", sans-serif; --framer-font-family-bold: \"Uncut Sans Medium\", \"Uncut Sans Medium Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Uncut Sans Medium\", \"Uncut Sans Medium Placeholder\", sans-serif; --framer-font-family-italic: \"Uncut Sans Medium\", \"Uncut Sans Medium Placeholder\", sans-serif; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.05em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-99367613-7819-4bb1-aaad-7386575aea27, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-TfCBN .framer-styles-preset-1pyo3st:not(.rich-text-wrapper), .framer-TfCBN .framer-styles-preset-1pyo3st.rich-text-wrapper h3 { --framer-font-family: \"Uncut Sans Medium\", \"Uncut Sans Medium Placeholder\", sans-serif; --framer-font-family-bold: \"Uncut Sans Medium\", \"Uncut Sans Medium Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Uncut Sans Medium\", \"Uncut Sans Medium Placeholder\", sans-serif; --framer-font-family-italic: \"Uncut Sans Medium\", \"Uncut Sans Medium Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.05em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-99367613-7819-4bb1-aaad-7386575aea27, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-TfCBN .framer-styles-preset-1pyo3st:not(.rich-text-wrapper), .framer-TfCBN .framer-styles-preset-1pyo3st.rich-text-wrapper h3 { --framer-font-family: \"Uncut Sans Medium\", \"Uncut Sans Medium Placeholder\", sans-serif; --framer-font-family-bold: \"Uncut Sans Medium\", \"Uncut Sans Medium Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Uncut Sans Medium\", \"Uncut Sans Medium Placeholder\", sans-serif; --framer-font-family-italic: \"Uncut Sans Medium\", \"Uncut Sans Medium Placeholder\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.05em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-99367613-7819-4bb1-aaad-7386575aea27, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-TfCBN\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (461de17)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Uncut Sans Medium\",\"CUSTOM;Uncut Sans Medium\",\"CUSTOM;Uncut Sans Medium\",\"CUSTOM;Uncut Sans Medium\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Uncut Sans Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/s9HxPLJHVbBpli9cgtgTJGTtotI.woff2\"}]}];export const css=['.framer-A7Ll3 .framer-styles-preset-3h0cux:not(.rich-text-wrapper), .framer-A7Ll3 .framer-styles-preset-3h0cux.rich-text-wrapper h2 { --framer-font-family: \"Uncut Sans Medium\", \"Uncut Sans Medium Placeholder\", sans-serif; --framer-font-family-bold: \"Uncut Sans Medium\", \"Uncut Sans Medium Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Uncut Sans Medium\", \"Uncut Sans Medium Placeholder\", sans-serif; --framer-font-family-italic: \"Uncut Sans Medium\", \"Uncut Sans Medium Placeholder\", sans-serif; --framer-font-size: 28px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.05em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-99367613-7819-4bb1-aaad-7386575aea27, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-A7Ll3 .framer-styles-preset-3h0cux:not(.rich-text-wrapper), .framer-A7Ll3 .framer-styles-preset-3h0cux.rich-text-wrapper h2 { --framer-font-family: \"Uncut Sans Medium\", \"Uncut Sans Medium Placeholder\", sans-serif; --framer-font-family-bold: \"Uncut Sans Medium\", \"Uncut Sans Medium Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Uncut Sans Medium\", \"Uncut Sans Medium Placeholder\", sans-serif; --framer-font-family-italic: \"Uncut Sans Medium\", \"Uncut Sans Medium Placeholder\", sans-serif; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.05em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-99367613-7819-4bb1-aaad-7386575aea27, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-A7Ll3 .framer-styles-preset-3h0cux:not(.rich-text-wrapper), .framer-A7Ll3 .framer-styles-preset-3h0cux.rich-text-wrapper h2 { --framer-font-family: \"Uncut Sans Medium\", \"Uncut Sans Medium Placeholder\", sans-serif; --framer-font-family-bold: \"Uncut Sans Medium\", \"Uncut Sans Medium Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Uncut Sans Medium\", \"Uncut Sans Medium Placeholder\", sans-serif; --framer-font-family-italic: \"Uncut Sans Medium\", \"Uncut Sans Medium Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.05em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-99367613-7819-4bb1-aaad-7386575aea27, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-A7Ll3\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (461de17)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-aDnI1 .framer-styles-preset-1jtklp9:not(.rich-text-wrapper), .framer-aDnI1 .framer-styles-preset-1jtklp9.rich-text-wrapper a { --framer-link-current-text-decoration: underline; --framer-link-hover-text-decoration: underline; --framer-link-text-decoration: underline; transition: color 0.3s cubic-bezier(0.44, 0, 0.56, 1) 0s; }\"];export const className=\"framer-aDnI1\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (38f2e7f)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Uncut Sans Medium\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Uncut Sans Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/s9HxPLJHVbBpli9cgtgTJGTtotI.woff2\"}]}];export const css=['.framer-Onhc6 .framer-styles-preset-19dda6w { --framer-blockquote-font-family: \"Uncut Sans Medium\", \"Uncut Sans Medium Placeholder\", sans-serif; --framer-blockquote-font-size: 12px; --framer-blockquote-font-style: normal; --framer-blockquote-font-weight: 400; --framer-blockquote-letter-spacing: -0.01em; --framer-blockquote-line-height: 1.25em; --framer-blockquote-paragraph-spacing: 20px; --framer-blockquote-text-color: var(--token-99367613-7819-4bb1-aaad-7386575aea27, #000000); --framer-blockquote-text-stroke-color: initial; --framer-blockquote-text-stroke-width: initial; --framer-font-open-type-features: normal; padding: 0px 0px 0px 12px; position: relative; }','.framer-Onhc6 .framer-styles-preset-19dda6w::before { background-color: var(--token-99367613-7819-4bb1-aaad-7386575aea27, #000000) /* {\"name\":\"Foreground\"} */; border-radius: 0px; content: \" \"; display: block; height: 100%; left: 0px; position: absolute; top: 0px; width: 2px; }'];export const className=\"framer-Onhc6\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (013b13c)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCodeBoundaryForOverrides,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Image1 from\"https://framerusercontent.com/modules/4FYXL5lQz9cgJ2BJkaNV/uQoXZ4NvFasfJqYRTeHn/Image.js\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/LHz3bw67SqHRmnCKTlE6/Ticker.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/PGrowqBrgWCViHduGfsA/SmoothScroll_Prod.js\";import CursorCursorDefault from\"#framer/local/canvasComponent/fGrUTvgrA/fGrUTvgrA.js\";import LayoutFooter from\"#framer/local/canvasComponent/itHS1ar4Z/itHS1ar4Z.js\";import LayoutHeader from\"#framer/local/canvasComponent/v82cNsWRP/v82cNsWRP.js\";import ComponentsTeaser from\"#framer/local/canvasComponent/XCADW9HK9/XCADW9HK9.js\";import{withMouseParallax}from\"#framer/local/codeFile/uPqgQMw/Overrides.js\";import Projects,{enumToDisplayNameFunctions}from\"#framer/local/collection/Fa5JxDr0d/Fa5JxDr0d.js\";import*as sharedStyle7 from\"#framer/local/css/AuNAQwQ0z/AuNAQwQ0z.js\";import*as sharedStyle from\"#framer/local/css/dqfcUx2nL/dqfcUx2nL.js\";import*as sharedStyle2 from\"#framer/local/css/LJfP40o8p/LJfP40o8p.js\";import*as sharedStyle3 from\"#framer/local/css/oXv4lDUyW/oXv4lDUyW.js\";import*as sharedStyle6 from\"#framer/local/css/Qo2XozhLj/Qo2XozhLj.js\";import*as sharedStyle5 from\"#framer/local/css/tif0krdwb/tif0krdwb.js\";import*as sharedStyle8 from\"#framer/local/css/UroOA3RT1/UroOA3RT1.js\";import*as sharedStyle9 from\"#framer/local/css/VYGbLOuMG/VYGbLOuMG.js\";import*as sharedStyle1 from\"#framer/local/css/w_NdFXCF3/w_NdFXCF3.js\";import*as sharedStyle4 from\"#framer/local/css/XkKCwoIYg/XkKCwoIYg.js\";import metadataProvider from\"#framer/local/webPageMetadata/jaG7XRw4P/jaG7XRw4P.js\";const LayoutHeaderFonts=getFonts(LayoutHeader);const ContainerWithFX=withFX(Container);const MotionDivWithFX=withFX(motion.div);const Image1Fonts=getFonts(Image1);const MotionDivWithMouseParallax1pptvy3=withCodeBoundaryForOverrides(motion.div,{nodeId:\"GZh87Prau\",override:withMouseParallax,scopeId:\"jaG7XRw4P\"});const VideoFonts=getFonts(Video);const MotionDivWithMouseParallax1vjscxs=withCodeBoundaryForOverrides(motion.div,{nodeId:\"x9v8jVx01\",override:withMouseParallax,scopeId:\"jaG7XRw4P\"});const MotionDivWithMouseParallaxbqkzlb=withCodeBoundaryForOverrides(motion.div,{nodeId:\"GpLQjOVrb\",override:withMouseParallax,scopeId:\"jaG7XRw4P\"});const MotionDivWithMouseParallax1vn3cbv=withCodeBoundaryForOverrides(motion.div,{nodeId:\"e_NOxFksi\",override:withMouseParallax,scopeId:\"jaG7XRw4P\"});const MotionDivWithMouseParallaxq18ui7=withCodeBoundaryForOverrides(motion.div,{nodeId:\"GJBs4rzDJ\",override:withMouseParallax,scopeId:\"jaG7XRw4P\"});const MotionDivWithMouseParallaxyyxoox=withCodeBoundaryForOverrides(motion.div,{nodeId:\"BNrdgPne0\",override:withMouseParallax,scopeId:\"jaG7XRw4P\"});const MotionDivWithMouseParallax11ynjj2=withCodeBoundaryForOverrides(motion.div,{nodeId:\"yRxdtgBZW\",override:withMouseParallax,scopeId:\"jaG7XRw4P\"});const MotionDivWithMouseParallaxhkn9zn=withCodeBoundaryForOverrides(motion.div,{nodeId:\"Ap0ID6RKq\",override:withMouseParallax,scopeId:\"jaG7XRw4P\"});const MotionDivWithMouseParallax18iau01=withCodeBoundaryForOverrides(motion.div,{nodeId:\"gfLQhiYs3\",override:withMouseParallax,scopeId:\"jaG7XRw4P\"});const MotionDivWithMouseParallaxfv3zd=withCodeBoundaryForOverrides(motion.div,{nodeId:\"HGjXP7wDZ\",override:withMouseParallax,scopeId:\"jaG7XRw4P\"});const ComponentsTeaserFonts=getFonts(ComponentsTeaser);const TickerFonts=getFonts(Ticker);const LayoutFooterFonts=getFonts(LayoutFooter);const SmoothScrollFonts=getFonts(SmoothScroll);const CursorCursorDefaultFonts=getFonts(CursorCursorDefault);const breakpoints={A_Pb3b7n5:\"(min-width: 810px) and (max-width: 1199px)\",eE4e2WqKE:\"(min-width: 1200px)\",vgw3t77ix:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-Ey5ju\";const variantClassNames={A_Pb3b7n5:\"framer-v-15bzxwd\",eE4e2WqKE:\"framer-v-kyeo7\",vgw3t77ix:\"framer-v-1wyw723\"};const transition1={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-55};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const negate=value=>{return!value;};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"eE4e2WqKE\",Phone:\"vgw3t77ix\",Tablet:\"A_Pb3b7n5\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"eE4e2WqKE\"};};const cursor={component:CursorCursorDefault,variant:\"jcM4XUQTa\"};const cursor1={component:CursorCursorDefault,variant:\"V_Eef1bkA\"};const cursor2={component:CursorCursorDefault,variant:\"K_pMtHRLk\"};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"jaG7XRw4P\",data:Projects,type:\"Collection\"},select:[{collection:\"jaG7XRw4P\",name:\"rE3RvTsGL\",type:\"Identifier\"},{collection:\"jaG7XRw4P\",name:\"E5YKQpICG\",type:\"Identifier\"},{collection:\"jaG7XRw4P\",name:\"MKCYR02hI\",type:\"Identifier\"},{collection:\"jaG7XRw4P\",name:\"WVNgvcGZc\",type:\"Identifier\"},{collection:\"jaG7XRw4P\",name:\"TtlLTpIZL\",type:\"Identifier\"},{collection:\"jaG7XRw4P\",name:\"A3BlcCAqt\",type:\"Identifier\"},{collection:\"jaG7XRw4P\",name:\"tVs7Wrr5m\",type:\"Identifier\"},{collection:\"jaG7XRw4P\",name:\"LVc1nRd1O\",type:\"Identifier\"},{collection:\"jaG7XRw4P\",name:\"XC6iWiFOx\",type:\"Identifier\"},{collection:\"jaG7XRw4P\",name:\"z2g3n4LCl\",type:\"Identifier\"},{collection:\"jaG7XRw4P\",name:\"F0OxK2Oy0\",type:\"Identifier\"},{collection:\"jaG7XRw4P\",name:\"NwZccHHtP\",type:\"Identifier\"},{collection:\"jaG7XRw4P\",name:\"eBjBnl5U3\",type:\"Identifier\"},{collection:\"jaG7XRw4P\",name:\"jlwKMJm7c\",type:\"Identifier\"},{collection:\"jaG7XRw4P\",name:\"mPaPITSEL\",type:\"Identifier\"},{collection:\"jaG7XRw4P\",name:\"QCtGNtMEy\",type:\"Identifier\"},{collection:\"jaG7XRw4P\",name:\"X6Ko8y_7n\",type:\"Identifier\"},{collection:\"jaG7XRw4P\",name:\"erVfBcDjd\",type:\"Identifier\"},{collection:\"jaG7XRw4P\",name:\"sov6XKGPy\",type:\"Identifier\"},{collection:\"jaG7XRw4P\",name:\"fq36tmx6T\",type:\"Identifier\"},{collection:\"jaG7XRw4P\",name:\"WKFjmTz8_\",type:\"Identifier\"},{collection:\"jaG7XRw4P\",name:\"J4MebUyAn\",type:\"Identifier\"},{collection:\"jaG7XRw4P\",name:\"XtpCMahgM\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"jaG7XRw4P\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,E5YKQpICG=getFromCurrentRouteData(\"E5YKQpICG\")??\"\",MKCYR02hI=getFromCurrentRouteData(\"MKCYR02hI\")??\"\",rE3RvTsGL=getFromCurrentRouteData(\"rE3RvTsGL\")??\"\",WVNgvcGZc=getFromCurrentRouteData(\"WVNgvcGZc\"),TtlLTpIZL=getFromCurrentRouteData(\"TtlLTpIZL\")??\"\",A3BlcCAqt=getFromCurrentRouteData(\"A3BlcCAqt\")??\"\",tVs7Wrr5m=getFromCurrentRouteData(\"tVs7Wrr5m\")??\"\",LVc1nRd1O=getFromCurrentRouteData(\"LVc1nRd1O\")??\"\",z2g3n4LCl=getFromCurrentRouteData(\"z2g3n4LCl\"),XC6iWiFOx=getFromCurrentRouteData(\"XC6iWiFOx\"),F0OxK2Oy0=getFromCurrentRouteData(\"F0OxK2Oy0\"),NwZccHHtP=getFromCurrentRouteData(\"NwZccHHtP\"),jlwKMJm7c=getFromCurrentRouteData(\"jlwKMJm7c\"),eBjBnl5U3=getFromCurrentRouteData(\"eBjBnl5U3\"),mPaPITSEL=getFromCurrentRouteData(\"mPaPITSEL\"),X6Ko8y_7n=getFromCurrentRouteData(\"X6Ko8y_7n\"),QCtGNtMEy=getFromCurrentRouteData(\"QCtGNtMEy\"),erVfBcDjd=getFromCurrentRouteData(\"erVfBcDjd\"),fq36tmx6T=getFromCurrentRouteData(\"fq36tmx6T\"),sov6XKGPy=getFromCurrentRouteData(\"sov6XKGPy\"),WKFjmTz8_=getFromCurrentRouteData(\"WKFjmTz8_\"),XtpCMahgM=getFromCurrentRouteData(\"XtpCMahgM\"),J4MebUyAn=getFromCurrentRouteData(\"J4MebUyAn\"),E5YKQpICGDqfoSJ2pJ,XC6iWiFOxDqfoSJ2pJ,idDqfoSJ2pJ,E5YKQpICGPYVsBti_L,XC6iWiFOxPYVsBti_L,idPYVsBti_L,E5YKQpICGl4jpJz7Lc,XC6iWiFOxl4jpJz7Lc,idl4jpJz7Lc,E5YKQpICGH8ttWXo_0,XC6iWiFOxH8ttWXo_0,idH8ttWXo_0,E5YKQpICGymrEdaj53,XC6iWiFOxymrEdaj53,idymrEdaj53,E5YKQpICGexTEAy7W2,XC6iWiFOxexTEAy7W2,idexTEAy7W2,E5YKQpICGsTm10BzR7,XC6iWiFOxsTm10BzR7,idsTm10BzR7,E5YKQpICGiHygvDnXQ,XC6iWiFOxiHygvDnXQ,idiHygvDnXQ,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const visible=isSet(MKCYR02hI);const textContent=enumToDisplayNameFunctions[\"WVNgvcGZc\"]?.(WVNgvcGZc,activeLocale);const visible1=isSet(TtlLTpIZL);const visible2=isSet(A3BlcCAqt);const visible3=isSet(tVs7Wrr5m);const elementId=useRouteElementId(\"y8RUEBsMW\");const ref2=React.useRef(null);const visible4=negate(isSet(z2g3n4LCl));const elementId1=useRouteElementId(\"t4JB4Qoh7\");const ref3=React.useRef(null);const visible5=isSet(F0OxK2Oy0);const visible6=isSet(z2g3n4LCl);const elementId2=useRouteElementId(\"HOTaaK4Fp\");const ref4=React.useRef(null);const visible7=isSet(NwZccHHtP);const visible8=isSet(jlwKMJm7c);const visible9=isSet(eBjBnl5U3);const visible10=isSet(mPaPITSEL);const visible11=isSet(X6Ko8y_7n);const visible12=isSet(QCtGNtMEy);const visible13=isSet(erVfBcDjd);const visible14=isSet(fq36tmx6T);const visible15=isSet(sov6XKGPy);const visible16=isSet(WKFjmTz8_);const visible17=isSet(XtpCMahgM);const visible18=isSet(J4MebUyAn);const router=useRouter();const elementId3=useRouteElementId(\"YmX6cZ28e\");useCustomCursors({\"1czk2qa\":cursor1,\"1gfbq2h\":cursor2,\"1lyjb2b\":cursor});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"eE4e2WqKE\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-53cc7d14-6e92-499c-8ec3-be1c0bd40a30, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-kyeo7\",className),\"data-framer-cursor\":\"1lyjb2b\",ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:55,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__styleTransformEffectEnabled:true,__framer__threshold:.5,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref1,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:55}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-n024m4-container\",nodeId:\"tbH6hHw8B\",rendersWithMotion:true,scopeId:\"jaG7XRw4P\",children:/*#__PURE__*/_jsx(LayoutHeader,{DxmYukVRi:\"O8nKBxQmj\",height:\"100%\",id:\"tbH6hHw8B\",KDGOot6dJ:\"1czk2qa\",layoutId:\"tbH6hHw8B\",style:{width:\"100%\"},variant:\"iPljVlGhp\",width:\"100%\"})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__scrollDirection:{direction:\"down\",target:animation1},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-regvmv\",\"data-framer-name\":\"Scroll Hint\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-c97ggc\",\"data-styles-preset\":\"dqfcUx2nL\",children:/*#__PURE__*/_jsx(Link,{href:{hash:\":y8RUEBsMW\",pathVariables:{E5YKQpICG},webPageId:\"jaG7XRw4P\"},motionChild:true,nodeId:\"MO_q1dlA5\",openInNewTab:false,scopeId:\"jaG7XRw4P\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-mx6m87\",\"data-styles-preset\":\"w_NdFXCF3\",children:\"Scroll to Explore\"})})})}),className:\"framer-xwn13n\",\"data-framer-cursor\":\"1czk2qa\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qw30pp\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"section\",{className:\"framer-1jgxqo3\",\"data-framer-name\":\"Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zdckfj\",\"data-framer-name\":\"Row\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p0cl7r\",\"data-framer-name\":\"Head\",children:[visible&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-36su26\",\"data-framer-name\":\"Identifier\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-uh2qzh\",\"data-styles-preset\":\"LJfP40o8p\",children:\"01\"})}),className:\"framer-k0pt9n\",fonts:[\"Inter\"],text:MKCYR02hI,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-167j4vm\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-p5i0cx\",\"data-styles-preset\":\"oXv4lDUyW\",children:\"Connecting Athletes\"})}),className:\"framer-10haz57\",fonts:[\"Inter\"],text:rE3RvTsGL,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-awvybb\",\"data-framer-name\":\"Meta\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-o3qqw3\",\"data-framer-name\":\"Item\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-c97ggc\",\"data-styles-preset\":\"dqfcUx2nL\",style:{\"--framer-text-color\":\"var(--token-99367613-7819-4bb1-aaad-7386575aea27, rgb(0, 0, 0))\"},children:\"Category\"})}),className:\"framer-15b3tw9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5yjcko\",\"data-styles-preset\":\"XkKCwoIYg\",style:{\"--framer-text-color\":\"var(--token-99367613-7819-4bb1-aaad-7386575aea27, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"Studio\"})})}),className:\"framer-1hcxys7\",fonts:[\"Inter\",\"Inter-Italic\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]}),visible1&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gddcqq\",\"data-framer-name\":\"Item\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-c97ggc\",\"data-styles-preset\":\"dqfcUx2nL\",style:{\"--framer-text-color\":\"var(--token-99367613-7819-4bb1-aaad-7386575aea27, rgb(0, 0, 0))\"},children:\"Client\"})}),className:\"framer-3xia2x\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5yjcko\",\"data-styles-preset\":\"XkKCwoIYg\",style:{\"--framer-text-color\":\"var(--token-99367613-7819-4bb1-aaad-7386575aea27, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"Nike\"})})}),className:\"framer-1w3ra68\",fonts:[\"Inter\",\"Inter-Italic\"],text:TtlLTpIZL,verticalAlignment:\"top\",withExternalLayout:true})]}),visible2&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2l82fp\",\"data-framer-name\":\"Item\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-c97ggc\",\"data-styles-preset\":\"dqfcUx2nL\",style:{\"--framer-text-color\":\"var(--token-99367613-7819-4bb1-aaad-7386575aea27, rgb(0, 0, 0))\"},children:\"Year\"})}),className:\"framer-515sfa\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5yjcko\",\"data-styles-preset\":\"XkKCwoIYg\",style:{\"--framer-text-color\":\"var(--token-99367613-7819-4bb1-aaad-7386575aea27, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"Year\"})})}),className:\"framer-oms83j\",fonts:[\"Inter\",\"Inter-Italic\"],text:A3BlcCAqt,verticalAlignment:\"top\",withExternalLayout:true})]}),visible3&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1aau3fe\",\"data-framer-name\":\"Item\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-c97ggc\",\"data-styles-preset\":\"dqfcUx2nL\",style:{\"--framer-text-color\":\"var(--token-99367613-7819-4bb1-aaad-7386575aea27, rgb(0, 0, 0))\"},children:\"Director\"})}),className:\"framer-12ite66\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-5yjcko\",\"data-styles-preset\":\"XkKCwoIYg\",style:{\"--framer-text-color\":\"var(--token-99367613-7819-4bb1-aaad-7386575aea27, rgb(0, 0, 0))\"},children:/*#__PURE__*/_jsx(\"em\",{children:\"Jason Fury\"})})}),className:\"framer-1xvm73k\",fonts:[\"Inter\",\"Inter-Italic\"],text:tVs7Wrr5m,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mdipne\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-zo3pnr\",\"data-framer-name\":\"Description\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:LVc1nRd1O,className:\"framer-56sefp\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1jtklp9\",blockquote:\"framer-styles-preset-19dda6w\",h1:\"framer-styles-preset-4vda07\",h2:\"framer-styles-preset-3h0cux\",h3:\"framer-styles-preset-1pyo3st\",p:\"framer-styles-preset-c97ggc\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-117komu\",\"data-framer-name\":\"Media List\",id:elementId,ref:ref2,children:[visible4&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-omixdz\",\"data-framer-name\":\"Image 1 (Cover)\",id:elementId1,ref:ref3,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.2,skewX:0,skewY:0,x:0,y:0}},{ref:ref3,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-v4zzq\",\"data-framer-name\":\"Transform\",style:{originY:0},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_Pb3b7n5:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+55+0+301.2+0+136+0+0+0+0+-300),pixelHeight:1080,pixelWidth:1920,sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,...toResponsiveImage(XC6iWiFOx)}},vgw3t77ix:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+55+0+352.4+0+136+0+0+0+0+-150),pixelHeight:1080,pixelWidth:1920,sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,...toResponsiveImage(XC6iWiFOx)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+55+0+301.2+0+0+0+0+0+0+0),pixelHeight:1080,pixelWidth:1920,sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,...toResponsiveImage(XC6iWiFOx)},className:\"framer-1bw29xs\",\"data-framer-name\":\"Image\"})}),visible5&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-q4ho0n\",\"data-framer-name\":\"Overlay\",children:/*#__PURE__*/_jsx(MotionDivWithMouseParallax1pptvy3,{className:\"framer-1pptvy3\",\"data-framer-name\":\"Mouse Effect\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:0,skewX:0,skewY:0,x:0,y:0}},{ref:ref3,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1xig80b-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"fQy00zeTD\",rendersWithMotion:true,scopeId:\"jaG7XRw4P\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"fQy00zeTD\",image:toResponsiveImage(F0OxK2Oy0),layoutId:\"fQy00zeTD\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})})})})]})}),visible6&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-qdhvsa\",\"data-framer-name\":\"Video 1 (Cover)\",id:elementId2,ref:ref4,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.2,skewX:0,skewY:0,x:0,y:0}},{ref:ref4,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-g7jyq9\",\"data-framer-name\":\"Transform\",style:{originY:0},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-nnldw2-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"s0fB_UOEp\",scopeId:\"jaG7XRw4P\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"s0fB_UOEp\",isMixedBorderRadius:false,layoutId:\"s0fB_UOEp\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:z2g3n4LCl,srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),visible5&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-yfvqki\",\"data-framer-name\":\"Overlay\",children:/*#__PURE__*/_jsx(MotionDivWithMouseParallax1vjscxs,{className:\"framer-1vjscxs\",\"data-framer-name\":\"Mouse Effect\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:0,skewX:0,skewY:0,x:0,y:0}},{ref:ref4,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1llg531-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"VdTrEGsTN\",rendersWithMotion:true,scopeId:\"jaG7XRw4P\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"VdTrEGsTN\",image:toResponsiveImage(F0OxK2Oy0),layoutId:\"VdTrEGsTN\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})})})})]})}),visible7&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12x7ens\",\"data-framer-name\":\"Image 2\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_Pb3b7n5:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+55+0+301.2+0+136+0+0+0+0),pixelHeight:1080,pixelWidth:1920,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(NwZccHHtP)}},vgw3t77ix:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+55+0+352.4+0+136+0+0+0+0),pixelHeight:1080,pixelWidth:1920,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(NwZccHHtP)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+55+0+301.2+0+0+0+2e3+0+0),pixelHeight:1080,pixelWidth:1920,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(NwZccHHtP)},className:\"framer-18mq8n1\",\"data-framer-name\":\"Image\"})}),visible8&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-10g9vcz\",\"data-framer-name\":\"Overlay\",children:/*#__PURE__*/_jsx(MotionDivWithMouseParallaxbqkzlb,{className:\"framer-bqkzlb\",\"data-framer-name\":\"Mouse Effect\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1u6xqye-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"PeiqxGRde\",rendersWithMotion:true,scopeId:\"jaG7XRw4P\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"PeiqxGRde\",image:toResponsiveImage(jlwKMJm7c),layoutId:\"PeiqxGRde\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})})})})]}),visible9&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k3d8hz\",\"data-framer-name\":\"Video 2\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10i466m-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"FY4HbnT7r\",scopeId:\"jaG7XRw4P\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"FY4HbnT7r\",isMixedBorderRadius:false,layoutId:\"FY4HbnT7r\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:eBjBnl5U3,srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),visible8&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1alvrhd\",\"data-framer-name\":\"Overlay\",children:/*#__PURE__*/_jsx(MotionDivWithMouseParallax1vn3cbv,{className:\"framer-1vn3cbv\",\"data-framer-name\":\"Mouse Effect\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-g1vv1t-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"mVbWkMjqu\",rendersWithMotion:true,scopeId:\"jaG7XRw4P\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"mVbWkMjqu\",image:toResponsiveImage(jlwKMJm7c),layoutId:\"mVbWkMjqu\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})})})})]}),visible10&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vdomwz\",\"data-framer-name\":\"Image 3\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_Pb3b7n5:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+55+0+301.2+0+136+0+1200+0+0),pixelHeight:1080,pixelWidth:1920,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(mPaPITSEL)}},vgw3t77ix:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+55+0+352.4+0+136+0+600+0+0),pixelHeight:1080,pixelWidth:1920,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(mPaPITSEL)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+55+0+301.2+0+0+0+4e3+0+0),pixelHeight:1080,pixelWidth:1920,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(mPaPITSEL)},className:\"framer-p5k8a2\",\"data-framer-name\":\"Image\"})}),visible11&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-m07het\",\"data-framer-name\":\"Overlay\",children:/*#__PURE__*/_jsx(MotionDivWithMouseParallaxq18ui7,{className:\"framer-q18ui7\",\"data-framer-name\":\"Mouse Effect\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xh7wxj-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"jZSLb5IQ8\",rendersWithMotion:true,scopeId:\"jaG7XRw4P\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"jZSLb5IQ8\",image:toResponsiveImage(X6Ko8y_7n),layoutId:\"jZSLb5IQ8\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})})})})]}),visible12&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ph4l0x\",\"data-framer-name\":\"Video 3\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-9rqhqe-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"vPbb1bE3_\",scopeId:\"jaG7XRw4P\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"vPbb1bE3_\",isMixedBorderRadius:false,layoutId:\"vPbb1bE3_\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:QCtGNtMEy,srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),visible11&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-v9tev0\",\"data-framer-name\":\"Overlay\",children:/*#__PURE__*/_jsx(MotionDivWithMouseParallaxyyxoox,{className:\"framer-yyxoox\",\"data-framer-name\":\"Mouse Effect\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1j90jld-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"FUboMYdzO\",rendersWithMotion:true,scopeId:\"jaG7XRw4P\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"FUboMYdzO\",image:toResponsiveImage(X6Ko8y_7n),layoutId:\"FUboMYdzO\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})})})})]}),visible13&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jtwzlb\",\"data-framer-name\":\"Image 4\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_Pb3b7n5:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+55+0+301.2+0+136+0+2400+0+0),pixelHeight:1080,pixelWidth:1920,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(erVfBcDjd)}},vgw3t77ix:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+55+0+352.4+0+136+0+1200+0+0),pixelHeight:1080,pixelWidth:1920,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(erVfBcDjd)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+55+0+301.2+0+0+0+6e3+0+0),pixelHeight:1080,pixelWidth:1920,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(erVfBcDjd)},className:\"framer-my0wy2\",\"data-framer-name\":\"Image\"})}),visible14&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-19el8na\",\"data-framer-name\":\"Overlay\",children:/*#__PURE__*/_jsx(MotionDivWithMouseParallax11ynjj2,{className:\"framer-11ynjj2\",\"data-framer-name\":\"Mouse Effect\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-z0zsx8-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"vyB6fyuit\",rendersWithMotion:true,scopeId:\"jaG7XRw4P\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"vyB6fyuit\",image:toResponsiveImage(fq36tmx6T),layoutId:\"vyB6fyuit\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})})})})]}),visible15&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ge1itf\",\"data-framer-name\":\"Video 4\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1paxovh-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"VXPfPOv5L\",scopeId:\"jaG7XRw4P\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"VXPfPOv5L\",isMixedBorderRadius:false,layoutId:\"VXPfPOv5L\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:sov6XKGPy,srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),visible14&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-14s4pkm\",\"data-framer-name\":\"Overlay\",children:/*#__PURE__*/_jsx(MotionDivWithMouseParallaxhkn9zn,{className:\"framer-hkn9zn\",\"data-framer-name\":\"Mouse Effect\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-hdqzr4-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Sq9wzmof7\",rendersWithMotion:true,scopeId:\"jaG7XRw4P\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"Sq9wzmof7\",image:toResponsiveImage(fq36tmx6T),layoutId:\"Sq9wzmof7\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})})})})]}),visible16&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-k8bz2f\",\"data-framer-name\":\"Image 5\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_Pb3b7n5:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+55+0+301.2+0+136+0+3600+0+0),pixelHeight:1080,pixelWidth:1920,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(WKFjmTz8_)}},vgw3t77ix:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+55+0+352.4+0+136+0+1800+0+0),pixelHeight:1080,pixelWidth:1920,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(WKFjmTz8_)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+55+0+301.2+0+0+0+8e3+0+0),pixelHeight:1080,pixelWidth:1920,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(WKFjmTz8_)},className:\"framer-9unu7x\",\"data-framer-name\":\"Image\"})}),visible17&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1r5bt3s\",\"data-framer-name\":\"Overlay\",children:/*#__PURE__*/_jsx(MotionDivWithMouseParallax18iau01,{className:\"framer-18iau01\",\"data-framer-name\":\"Mouse Effect\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ylsem6-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"BtW3bqqVU\",rendersWithMotion:true,scopeId:\"jaG7XRw4P\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"BtW3bqqVU\",image:toResponsiveImage(XtpCMahgM),layoutId:\"BtW3bqqVU\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})})})})]}),visible18&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16l49p3\",\"data-framer-name\":\"Video 5\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-z3ebyb-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"V_Z6rTMct\",scopeId:\"jaG7XRw4P\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"V_Z6rTMct\",isMixedBorderRadius:false,layoutId:\"V_Z6rTMct\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:J4MebUyAn,srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),visible17&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-105b65e\",\"data-framer-name\":\"Overlay\",children:/*#__PURE__*/_jsx(MotionDivWithMouseParallaxfv3zd,{className:\"framer-fv3zd\",\"data-framer-name\":\"Mouse Effect\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1m9r20j-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"rHRMFVHXe\",rendersWithMotion:true,scopeId:\"jaG7XRw4P\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"rHRMFVHXe\",image:toResponsiveImage(XtpCMahgM),layoutId:\"rHRMFVHXe\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})})})})]})]})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-8g7i6j\",\"data-framer-name\":\"Section\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m150y1\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-9f8807\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-uh2qzh\",\"data-styles-preset\":\"LJfP40o8p\",children:\"Latest\"})}),className:\"framer-lr3ech\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1y2rc9p\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-p5i0cx\",\"data-styles-preset\":\"oXv4lDUyW\",children:\"Projects\"})}),className:\"framer-1koqbsy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-5f0pst\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-kgnil8-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"QdQuHXJW9\",scopeId:\"jaG7XRw4P\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vgw3t77ix:{sizingOptions:{heightType:true,widthType:true}}},children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:true},gap:0,height:\"100%\",hoverFactor:0,id:\"QdQuHXJW9\",layoutId:\"QdQuHXJW9\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:false},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nv3wel\",\"data-framer-name\":\"Collection 1\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"DqfoSJ2pJ\",data:Projects,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:0},select:[{collection:\"DqfoSJ2pJ\",name:\"E5YKQpICG\",type:\"Identifier\"},{collection:\"DqfoSJ2pJ\",name:\"XC6iWiFOx\",type:\"Identifier\"},{collection:\"DqfoSJ2pJ\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({E5YKQpICG:E5YKQpICGDqfoSJ2pJ,id:idDqfoSJ2pJ,XC6iWiFOx:XC6iWiFOxDqfoSJ2pJ},index)=>{E5YKQpICGDqfoSJ2pJ??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`DqfoSJ2pJ-${idDqfoSJ2pJ}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{E5YKQpICG:E5YKQpICGDqfoSJ2pJ},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{E5YKQpICG:E5YKQpICGDqfoSJ2pJ},webPageId:\"jaG7XRw4P\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:197,children:/*#__PURE__*/_jsx(Container,{className:\"framer-u6c5y7-container\",\"data-framer-cursor\":\"1gfbq2h\",inComponentSlot:true,nodeId:\"IahE8AaPf\",rendersWithMotion:true,scopeId:\"jaG7XRw4P\",children:/*#__PURE__*/_jsx(ComponentsTeaser,{height:\"100%\",id:\"IahE8AaPf\",KXBBB9FTU:\"1gfbq2h\",layoutId:\"IahE8AaPf\",mW9RdWIcp:resolvedLinks[0],TU0_VETCP:toResponsiveImage(XC6iWiFOxDqfoSJ2pJ),width:\"100%\"})})})})})},idDqfoSJ2pJ);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-bqrp6n\",\"data-framer-name\":\"Collection 2\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"PYVsBti_L\",data:Projects,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:1},select:[{collection:\"PYVsBti_L\",name:\"E5YKQpICG\",type:\"Identifier\"},{collection:\"PYVsBti_L\",name:\"XC6iWiFOx\",type:\"Identifier\"},{collection:\"PYVsBti_L\",name:\"id\",type:\"Identifier\"}]},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({E5YKQpICG:E5YKQpICGPYVsBti_L,id:idPYVsBti_L,XC6iWiFOx:XC6iWiFOxPYVsBti_L},index1)=>{E5YKQpICGPYVsBti_L??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`PYVsBti_L-${idPYVsBti_L}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{E5YKQpICG:E5YKQpICGPYVsBti_L},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{E5YKQpICG:E5YKQpICGPYVsBti_L},webPageId:\"jaG7XRw4P\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:197,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3tx95d-container\",\"data-framer-cursor\":\"1gfbq2h\",inComponentSlot:true,nodeId:\"VjdDiCN6n\",rendersWithMotion:true,scopeId:\"jaG7XRw4P\",children:/*#__PURE__*/_jsx(ComponentsTeaser,{height:\"100%\",id:\"VjdDiCN6n\",layoutId:\"VjdDiCN6n\",mW9RdWIcp:resolvedLinks1[0],TU0_VETCP:toResponsiveImage(XC6iWiFOxPYVsBti_L),width:\"100%\"})})})})})},idPYVsBti_L);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a4537d\",\"data-framer-name\":\"Collection 3\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"l4jpJz7Lc\",data:Projects,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:2},select:[{collection:\"l4jpJz7Lc\",name:\"E5YKQpICG\",type:\"Identifier\"},{collection:\"l4jpJz7Lc\",name:\"XC6iWiFOx\",type:\"Identifier\"},{collection:\"l4jpJz7Lc\",name:\"id\",type:\"Identifier\"}]},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2?.map(({E5YKQpICG:E5YKQpICGl4jpJz7Lc,id:idl4jpJz7Lc,XC6iWiFOx:XC6iWiFOxl4jpJz7Lc},index2)=>{E5YKQpICGl4jpJz7Lc??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`l4jpJz7Lc-${idl4jpJz7Lc}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{E5YKQpICG:E5YKQpICGl4jpJz7Lc},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{E5YKQpICG:E5YKQpICGl4jpJz7Lc},webPageId:\"jaG7XRw4P\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:197,children:/*#__PURE__*/_jsx(Container,{className:\"framer-kyzodb-container\",\"data-framer-cursor\":\"1gfbq2h\",inComponentSlot:true,nodeId:\"L0k7FsHir\",rendersWithMotion:true,scopeId:\"jaG7XRw4P\",children:/*#__PURE__*/_jsx(ComponentsTeaser,{height:\"100%\",id:\"L0k7FsHir\",layoutId:\"L0k7FsHir\",mW9RdWIcp:resolvedLinks2[0],TU0_VETCP:toResponsiveImage(XC6iWiFOxl4jpJz7Lc),width:\"100%\"})})})})})},idl4jpJz7Lc);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-15bfj0a\",\"data-framer-name\":\"Collection 4\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"H8ttWXo_0\",data:Projects,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:3},select:[{collection:\"H8ttWXo_0\",name:\"E5YKQpICG\",type:\"Identifier\"},{collection:\"H8ttWXo_0\",name:\"XC6iWiFOx\",type:\"Identifier\"},{collection:\"H8ttWXo_0\",name:\"id\",type:\"Identifier\"}]},children:(collection3,paginationInfo3,loadMore3)=>/*#__PURE__*/_jsx(_Fragment,{children:collection3?.map(({E5YKQpICG:E5YKQpICGH8ttWXo_0,id:idH8ttWXo_0,XC6iWiFOx:XC6iWiFOxH8ttWXo_0},index3)=>{E5YKQpICGH8ttWXo_0??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`H8ttWXo_0-${idH8ttWXo_0}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{E5YKQpICG:E5YKQpICGH8ttWXo_0},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{E5YKQpICG:E5YKQpICGH8ttWXo_0},webPageId:\"jaG7XRw4P\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:197,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1b0uyqn-container\",\"data-framer-cursor\":\"1gfbq2h\",inComponentSlot:true,nodeId:\"iW68cLTBu\",rendersWithMotion:true,scopeId:\"jaG7XRw4P\",children:/*#__PURE__*/_jsx(ComponentsTeaser,{height:\"100%\",id:\"iW68cLTBu\",layoutId:\"iW68cLTBu\",mW9RdWIcp:resolvedLinks3[0],TU0_VETCP:toResponsiveImage(XC6iWiFOxH8ttWXo_0),width:\"100%\"})})})})})},idH8ttWXo_0);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qhl8jh\",\"data-framer-name\":\"Collection 5\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"ymrEdaj53\",data:Projects,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:4},select:[{collection:\"ymrEdaj53\",name:\"E5YKQpICG\",type:\"Identifier\"},{collection:\"ymrEdaj53\",name:\"XC6iWiFOx\",type:\"Identifier\"},{collection:\"ymrEdaj53\",name:\"id\",type:\"Identifier\"}]},children:(collection4,paginationInfo4,loadMore4)=>/*#__PURE__*/_jsx(_Fragment,{children:collection4?.map(({E5YKQpICG:E5YKQpICGymrEdaj53,id:idymrEdaj53,XC6iWiFOx:XC6iWiFOxymrEdaj53},index4)=>{E5YKQpICGymrEdaj53??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`ymrEdaj53-${idymrEdaj53}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{E5YKQpICG:E5YKQpICGymrEdaj53},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{E5YKQpICG:E5YKQpICGymrEdaj53},webPageId:\"jaG7XRw4P\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:197,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1a1mggs-container\",\"data-framer-cursor\":\"1gfbq2h\",inComponentSlot:true,nodeId:\"oZPtgYphz\",rendersWithMotion:true,scopeId:\"jaG7XRw4P\",children:/*#__PURE__*/_jsx(ComponentsTeaser,{height:\"100%\",id:\"oZPtgYphz\",layoutId:\"oZPtgYphz\",mW9RdWIcp:resolvedLinks4[0],TU0_VETCP:toResponsiveImage(XC6iWiFOxymrEdaj53),width:\"100%\"})})})})})},idymrEdaj53);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-fz29sp\",\"data-framer-name\":\"Collection 6\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"exTEAy7W2\",data:Projects,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:5},select:[{collection:\"exTEAy7W2\",name:\"E5YKQpICG\",type:\"Identifier\"},{collection:\"exTEAy7W2\",name:\"XC6iWiFOx\",type:\"Identifier\"},{collection:\"exTEAy7W2\",name:\"id\",type:\"Identifier\"}]},children:(collection5,paginationInfo5,loadMore5)=>/*#__PURE__*/_jsx(_Fragment,{children:collection5?.map(({E5YKQpICG:E5YKQpICGexTEAy7W2,id:idexTEAy7W2,XC6iWiFOx:XC6iWiFOxexTEAy7W2},index5)=>{E5YKQpICGexTEAy7W2??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`exTEAy7W2-${idexTEAy7W2}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{E5YKQpICG:E5YKQpICGexTEAy7W2},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{E5YKQpICG:E5YKQpICGexTEAy7W2},webPageId:\"jaG7XRw4P\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:197,children:/*#__PURE__*/_jsx(Container,{className:\"framer-80bbx6-container\",\"data-framer-cursor\":\"1gfbq2h\",inComponentSlot:true,nodeId:\"vrhUvdA2x\",rendersWithMotion:true,scopeId:\"jaG7XRw4P\",children:/*#__PURE__*/_jsx(ComponentsTeaser,{height:\"100%\",id:\"vrhUvdA2x\",layoutId:\"vrhUvdA2x\",mW9RdWIcp:resolvedLinks5[0],TU0_VETCP:toResponsiveImage(XC6iWiFOxexTEAy7W2),width:\"100%\"})})})})})},idexTEAy7W2);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-16up23x\",\"data-framer-name\":\"Collection 7\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"sTm10BzR7\",data:Projects,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:6},select:[{collection:\"sTm10BzR7\",name:\"E5YKQpICG\",type:\"Identifier\"},{collection:\"sTm10BzR7\",name:\"XC6iWiFOx\",type:\"Identifier\"},{collection:\"sTm10BzR7\",name:\"id\",type:\"Identifier\"}]},children:(collection6,paginationInfo6,loadMore6)=>/*#__PURE__*/_jsx(_Fragment,{children:collection6?.map(({E5YKQpICG:E5YKQpICGsTm10BzR7,id:idsTm10BzR7,XC6iWiFOx:XC6iWiFOxsTm10BzR7},index6)=>{E5YKQpICGsTm10BzR7??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`sTm10BzR7-${idsTm10BzR7}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{E5YKQpICG:E5YKQpICGsTm10BzR7},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{E5YKQpICG:E5YKQpICGsTm10BzR7},webPageId:\"jaG7XRw4P\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:197,children:/*#__PURE__*/_jsx(Container,{className:\"framer-mmphlh-container\",\"data-framer-cursor\":\"1gfbq2h\",inComponentSlot:true,nodeId:\"ny1b1zgcn\",rendersWithMotion:true,scopeId:\"jaG7XRw4P\",children:/*#__PURE__*/_jsx(ComponentsTeaser,{height:\"100%\",id:\"ny1b1zgcn\",layoutId:\"ny1b1zgcn\",mW9RdWIcp:resolvedLinks6[0],TU0_VETCP:toResponsiveImage(XC6iWiFOxsTm10BzR7),width:\"100%\"})})})})})},idsTm10BzR7);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1y5l3yr\",\"data-framer-name\":\"Collection 8\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"iHygvDnXQ\",data:Projects,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:7},select:[{collection:\"iHygvDnXQ\",name:\"E5YKQpICG\",type:\"Identifier\"},{collection:\"iHygvDnXQ\",name:\"XC6iWiFOx\",type:\"Identifier\"},{collection:\"iHygvDnXQ\",name:\"id\",type:\"Identifier\"}]},children:(collection7,paginationInfo7,loadMore7)=>/*#__PURE__*/_jsx(_Fragment,{children:collection7?.map(({E5YKQpICG:E5YKQpICGiHygvDnXQ,id:idiHygvDnXQ,XC6iWiFOx:XC6iWiFOxiHygvDnXQ},index7)=>{E5YKQpICGiHygvDnXQ??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`iHygvDnXQ-${idiHygvDnXQ}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{E5YKQpICG:E5YKQpICGiHygvDnXQ},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{E5YKQpICG:E5YKQpICGiHygvDnXQ},webPageId:\"jaG7XRw4P\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:197,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1v6z3eg-container\",\"data-framer-cursor\":\"1gfbq2h\",inComponentSlot:true,nodeId:\"h6AjqoVLv\",rendersWithMotion:true,scopeId:\"jaG7XRw4P\",children:/*#__PURE__*/_jsx(ComponentsTeaser,{height:\"100%\",id:\"h6AjqoVLv\",layoutId:\"h6AjqoVLv\",mW9RdWIcp:resolvedLinks7[0],TU0_VETCP:toResponsiveImage(XC6iWiFOxiHygvDnXQ),width:\"100%\"})})})})})},idiHygvDnXQ);})})})})})],speed:60,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{A_Pb3b7n5:{y:(componentViewport?.y||0)+0+1492.2},vgw3t77ix:{y:(componentViewport?.y||0)+0+1543.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2356.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1m61c77-container\",id:elementId3,nodeId:\"YmX6cZ28e\",ref:ref1,scopeId:\"jaG7XRw4P\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vgw3t77ix:{variant:\"X1sjZKI1b\"}},children:/*#__PURE__*/_jsx(LayoutFooter,{cPtQZqcoz:\"var(--token-99367613-7819-4bb1-aaad-7386575aea27, rgb(0, 0, 0))\",height:\"100%\",id:\"YmX6cZ28e\",layoutId:\"YmX6cZ28e\",qFgDZyuOA:\"1czk2qa\",style:{width:\"100%\"},variant:\"IUJ2VRFDb\",width:\"100%\",XSEfpsc06:\"40px 0px 0px 0px\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-12is5bs-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"i_H7m97wB\",scopeId:\"jaG7XRw4P\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"i_H7m97wB\",intensity:10,layoutId:\"i_H7m97wB\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Ey5ju.framer-1gr08x7, .framer-Ey5ju .framer-1gr08x7 { display: block; }\",\".framer-Ey5ju.framer-kyeo7 { align-content: center; align-items: center; background-color: var(--token-53cc7d14-6e92-499c-8ec3-be1c0bd40a30, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-Ey5ju .framer-n024m4-container { flex: none; height: auto; mix-blend-mode: difference; position: sticky; top: 0px; width: 100%; z-index: 9; }\",\".framer-Ey5ju .framer-regvmv { align-content: center; align-items: center; bottom: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: fixed; width: 100%; z-index: 2; }\",\".framer-Ey5ju .framer-xwn13n, .framer-Ey5ju .framer-k0pt9n, .framer-Ey5ju .framer-lr3ech { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Ey5ju .framer-1qw30pp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Ey5ju .framer-1jgxqo3 { 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; overflow: visible; padding: 0px 20px 80px 20px; position: relative; width: 100%; }\",\".framer-Ey5ju .framer-zdckfj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Ey5ju .framer-p0cl7r { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; min-height: 15vh; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Ey5ju .framer-36su26, .framer-Ey5ju .framer-9f8807 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Ey5ju .framer-167j4vm, .framer-Ey5ju .framer-1y2rc9p { align-content: flex-start; align-items: flex-start; display: flex; flex: 3 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Ey5ju .framer-10haz57, .framer-Ey5ju .framer-56sefp, .framer-Ey5ju .framer-1koqbsy { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-Ey5ju .framer-awvybb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Ey5ju .framer-o3qqw3, .framer-Ey5ju .framer-1gddcqq, .framer-Ey5ju .framer-2l82fp, .framer-Ey5ju .framer-1aau3fe { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-Ey5ju .framer-15b3tw9, .framer-Ey5ju .framer-1hcxys7, .framer-Ey5ju .framer-3xia2x, .framer-Ey5ju .framer-1w3ra68, .framer-Ey5ju .framer-515sfa, .framer-Ey5ju .framer-oms83j, .framer-Ey5ju .framer-12ite66, .framer-Ey5ju .framer-1xvm73k { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Ey5ju .framer-1mdipne { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Ey5ju .framer-zo3pnr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; left: 0px; overflow: hidden; padding: 0px 0px 0px 20px; position: absolute; top: 0px; width: 25%; z-index: 1; }\",\".framer-Ey5ju .framer-117komu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; pointer-events: none; position: relative; width: 100%; z-index: 1; }\",\".framer-Ey5ju .framer-omixdz, .framer-Ey5ju .framer-qdhvsa { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: center; overflow: hidden; padding: 0px; position: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-Ey5ju .framer-v4zzq, .framer-Ey5ju .framer-g7jyq9 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-Ey5ju .framer-1bw29xs, .framer-Ey5ju .framer-18mq8n1, .framer-Ey5ju .framer-p5k8a2, .framer-Ey5ju .framer-my0wy2, .framer-Ey5ju .framer-9unu7x { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: flex-start; overflow: hidden; padding: 20px; position: relative; width: 100%; z-index: 1; }\",\".framer-Ey5ju .framer-q4ho0n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-Ey5ju .framer-1pptvy3, .framer-Ey5ju .framer-1vjscxs, .framer-Ey5ju .framer-bqkzlb, .framer-Ey5ju .framer-1vn3cbv, .framer-Ey5ju .framer-q18ui7, .framer-Ey5ju .framer-yyxoox, .framer-Ey5ju .framer-11ynjj2, .framer-Ey5ju .framer-hkn9zn, .framer-Ey5ju .framer-18iau01, .framer-Ey5ju .framer-fv3zd { 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-Ey5ju .framer-1xig80b-container, .framer-Ey5ju .framer-1llg531-container, .framer-Ey5ju .framer-1u6xqye-container, .framer-Ey5ju .framer-g1vv1t-container, .framer-Ey5ju .framer-1xh7wxj-container, .framer-Ey5ju .framer-1j90jld-container, .framer-Ey5ju .framer-z0zsx8-container, .framer-Ey5ju .framer-hdqzr4-container, .framer-Ey5ju .framer-1ylsem6-container, .framer-Ey5ju .framer-1m9r20j-container { flex: none; height: auto; pointer-events: auto; position: relative; width: 200px; }\",\".framer-Ey5ju .framer-nnldw2-container, .framer-Ey5ju .framer-10i466m-container, .framer-Ey5ju .framer-9rqhqe-container, .framer-Ey5ju .framer-1paxovh-container, .framer-Ey5ju .framer-z3ebyb-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; z-index: 1; }\",\".framer-Ey5ju .framer-yfvqki { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; top: 0px; width: 100%; z-index: 2; }\",\".framer-Ey5ju .framer-12x7ens, .framer-Ey5ju .framer-1k3d8hz, .framer-Ey5ju .framer-vdomwz, .framer-Ey5ju .framer-ph4l0x, .framer-Ey5ju .framer-jtwzlb, .framer-Ey5ju .framer-ge1itf, .framer-Ey5ju .framer-k8bz2f, .framer-Ey5ju .framer-16l49p3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: flex-start; overflow: visible; padding: 0px; position: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-Ey5ju .framer-10g9vcz, .framer-Ey5ju .framer-1alvrhd, .framer-Ey5ju .framer-m07het, .framer-Ey5ju .framer-v9tev0, .framer-Ey5ju .framer-19el8na, .framer-Ey5ju .framer-14s4pkm, .framer-Ey5ju .framer-1r5bt3s, .framer-Ey5ju .framer-105b65e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: center; left: 0px; overflow: hidden; padding: 20px; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-Ey5ju .framer-8g7i6j { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; min-height: 100vh; overflow: visible; padding: 80px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-Ey5ju .framer-1m150y1 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 20px 0px 20px; position: relative; width: 100%; }\",\".framer-Ey5ju .framer-5f0pst { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Ey5ju .framer-kgnil8-container { flex: none; height: 260px; position: relative; width: 100%; }\",\".framer-Ey5ju .framer-1nv3wel, .framer-Ey5ju .framer-bqrp6n, .framer-Ey5ju .framer-1a4537d, .framer-Ey5ju .framer-15bfj0a, .framer-Ey5ju .framer-1qhl8jh, .framer-Ey5ju .framer-fz29sp, .framer-Ey5ju .framer-16up23x, .framer-Ey5ju .framer-1y5l3yr { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: min-content; }\",\".framer-Ey5ju .framer-u6c5y7-container, .framer-Ey5ju .framer-3tx95d-container, .framer-Ey5ju .framer-kyzodb-container, .framer-Ey5ju .framer-1b0uyqn-container, .framer-Ey5ju .framer-1a1mggs-container, .framer-Ey5ju .framer-80bbx6-container, .framer-Ey5ju .framer-mmphlh-container, .framer-Ey5ju .framer-1v6z3eg-container, .framer-Ey5ju .framer-12is5bs-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-Ey5ju .framer-1m61c77-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Ey5ju.framer-kyeo7, .framer-Ey5ju .framer-regvmv, .framer-Ey5ju .framer-1qw30pp, .framer-Ey5ju .framer-1jgxqo3, .framer-Ey5ju .framer-zdckfj, .framer-Ey5ju .framer-p0cl7r, .framer-Ey5ju .framer-36su26, .framer-Ey5ju .framer-167j4vm, .framer-Ey5ju .framer-o3qqw3, .framer-Ey5ju .framer-1gddcqq, .framer-Ey5ju .framer-2l82fp, .framer-Ey5ju .framer-1aau3fe, .framer-Ey5ju .framer-1mdipne, .framer-Ey5ju .framer-zo3pnr, .framer-Ey5ju .framer-117komu, .framer-Ey5ju .framer-omixdz, .framer-Ey5ju .framer-v4zzq, .framer-Ey5ju .framer-1bw29xs, .framer-Ey5ju .framer-q4ho0n, .framer-Ey5ju .framer-1pptvy3, .framer-Ey5ju .framer-qdhvsa, .framer-Ey5ju .framer-g7jyq9, .framer-Ey5ju .framer-yfvqki, .framer-Ey5ju .framer-1vjscxs, .framer-Ey5ju .framer-12x7ens, .framer-Ey5ju .framer-18mq8n1, .framer-Ey5ju .framer-10g9vcz, .framer-Ey5ju .framer-bqkzlb, .framer-Ey5ju .framer-1k3d8hz, .framer-Ey5ju .framer-1alvrhd, .framer-Ey5ju .framer-1vn3cbv, .framer-Ey5ju .framer-vdomwz, .framer-Ey5ju .framer-p5k8a2, .framer-Ey5ju .framer-m07het, .framer-Ey5ju .framer-q18ui7, .framer-Ey5ju .framer-ph4l0x, .framer-Ey5ju .framer-v9tev0, .framer-Ey5ju .framer-yyxoox, .framer-Ey5ju .framer-jtwzlb, .framer-Ey5ju .framer-my0wy2, .framer-Ey5ju .framer-19el8na, .framer-Ey5ju .framer-11ynjj2, .framer-Ey5ju .framer-ge1itf, .framer-Ey5ju .framer-14s4pkm, .framer-Ey5ju .framer-hkn9zn, .framer-Ey5ju .framer-k8bz2f, .framer-Ey5ju .framer-9unu7x, .framer-Ey5ju .framer-1r5bt3s, .framer-Ey5ju .framer-18iau01, .framer-Ey5ju .framer-16l49p3, .framer-Ey5ju .framer-105b65e, .framer-Ey5ju .framer-fv3zd, .framer-Ey5ju .framer-8g7i6j, .framer-Ey5ju .framer-1m150y1, .framer-Ey5ju .framer-9f8807, .framer-Ey5ju .framer-1y2rc9p, .framer-Ey5ju .framer-5f0pst, .framer-Ey5ju .framer-1nv3wel, .framer-Ey5ju .framer-bqrp6n, .framer-Ey5ju .framer-1a4537d, .framer-Ey5ju .framer-15bfj0a, .framer-Ey5ju .framer-1qhl8jh, .framer-Ey5ju .framer-fz29sp, .framer-Ey5ju .framer-16up23x, .framer-Ey5ju .framer-1y5l3yr { gap: 0px; } .framer-Ey5ju.framer-kyeo7 > *, .framer-Ey5ju .framer-1qw30pp > *, .framer-Ey5ju .framer-o3qqw3 > *, .framer-Ey5ju .framer-1gddcqq > *, .framer-Ey5ju .framer-2l82fp > *, .framer-Ey5ju .framer-1aau3fe > *, .framer-Ey5ju .framer-1mdipne > *, .framer-Ey5ju .framer-117komu > *, .framer-Ey5ju .framer-12x7ens > *, .framer-Ey5ju .framer-1k3d8hz > *, .framer-Ey5ju .framer-vdomwz > *, .framer-Ey5ju .framer-ph4l0x > *, .framer-Ey5ju .framer-jtwzlb > *, .framer-Ey5ju .framer-ge1itf > *, .framer-Ey5ju .framer-k8bz2f > *, .framer-Ey5ju .framer-16l49p3 > *, .framer-Ey5ju .framer-5f0pst > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Ey5ju.framer-kyeo7 > :first-child, .framer-Ey5ju .framer-1qw30pp > :first-child, .framer-Ey5ju .framer-1jgxqo3 > :first-child, .framer-Ey5ju .framer-zdckfj > :first-child, .framer-Ey5ju .framer-o3qqw3 > :first-child, .framer-Ey5ju .framer-1gddcqq > :first-child, .framer-Ey5ju .framer-2l82fp > :first-child, .framer-Ey5ju .framer-1aau3fe > :first-child, .framer-Ey5ju .framer-1mdipne > :first-child, .framer-Ey5ju .framer-117komu > :first-child, .framer-Ey5ju .framer-v4zzq > :first-child, .framer-Ey5ju .framer-g7jyq9 > :first-child, .framer-Ey5ju .framer-12x7ens > :first-child, .framer-Ey5ju .framer-1k3d8hz > :first-child, .framer-Ey5ju .framer-vdomwz > :first-child, .framer-Ey5ju .framer-ph4l0x > :first-child, .framer-Ey5ju .framer-jtwzlb > :first-child, .framer-Ey5ju .framer-ge1itf > :first-child, .framer-Ey5ju .framer-k8bz2f > :first-child, .framer-Ey5ju .framer-16l49p3 > :first-child, .framer-Ey5ju .framer-8g7i6j > :first-child, .framer-Ey5ju .framer-5f0pst > :first-child, .framer-Ey5ju .framer-1nv3wel > :first-child, .framer-Ey5ju .framer-bqrp6n > :first-child, .framer-Ey5ju .framer-1a4537d > :first-child, .framer-Ey5ju .framer-15bfj0a > :first-child, .framer-Ey5ju .framer-1qhl8jh > :first-child, .framer-Ey5ju .framer-fz29sp > :first-child, .framer-Ey5ju .framer-16up23x > :first-child, .framer-Ey5ju .framer-1y5l3yr > :first-child { margin-top: 0px; } .framer-Ey5ju.framer-kyeo7 > :last-child, .framer-Ey5ju .framer-1qw30pp > :last-child, .framer-Ey5ju .framer-1jgxqo3 > :last-child, .framer-Ey5ju .framer-zdckfj > :last-child, .framer-Ey5ju .framer-o3qqw3 > :last-child, .framer-Ey5ju .framer-1gddcqq > :last-child, .framer-Ey5ju .framer-2l82fp > :last-child, .framer-Ey5ju .framer-1aau3fe > :last-child, .framer-Ey5ju .framer-1mdipne > :last-child, .framer-Ey5ju .framer-117komu > :last-child, .framer-Ey5ju .framer-v4zzq > :last-child, .framer-Ey5ju .framer-g7jyq9 > :last-child, .framer-Ey5ju .framer-12x7ens > :last-child, .framer-Ey5ju .framer-1k3d8hz > :last-child, .framer-Ey5ju .framer-vdomwz > :last-child, .framer-Ey5ju .framer-ph4l0x > :last-child, .framer-Ey5ju .framer-jtwzlb > :last-child, .framer-Ey5ju .framer-ge1itf > :last-child, .framer-Ey5ju .framer-k8bz2f > :last-child, .framer-Ey5ju .framer-16l49p3 > :last-child, .framer-Ey5ju .framer-8g7i6j > :last-child, .framer-Ey5ju .framer-5f0pst > :last-child, .framer-Ey5ju .framer-1nv3wel > :last-child, .framer-Ey5ju .framer-bqrp6n > :last-child, .framer-Ey5ju .framer-1a4537d > :last-child, .framer-Ey5ju .framer-15bfj0a > :last-child, .framer-Ey5ju .framer-1qhl8jh > :last-child, .framer-Ey5ju .framer-fz29sp > :last-child, .framer-Ey5ju .framer-16up23x > :last-child, .framer-Ey5ju .framer-1y5l3yr > :last-child { margin-bottom: 0px; } .framer-Ey5ju .framer-regvmv > *, .framer-Ey5ju .framer-36su26 > *, .framer-Ey5ju .framer-167j4vm > *, .framer-Ey5ju .framer-1bw29xs > *, .framer-Ey5ju .framer-q4ho0n > *, .framer-Ey5ju .framer-1pptvy3 > *, .framer-Ey5ju .framer-yfvqki > *, .framer-Ey5ju .framer-1vjscxs > *, .framer-Ey5ju .framer-18mq8n1 > *, .framer-Ey5ju .framer-bqkzlb > *, .framer-Ey5ju .framer-1vn3cbv > *, .framer-Ey5ju .framer-p5k8a2 > *, .framer-Ey5ju .framer-q18ui7 > *, .framer-Ey5ju .framer-yyxoox > *, .framer-Ey5ju .framer-my0wy2 > *, .framer-Ey5ju .framer-11ynjj2 > *, .framer-Ey5ju .framer-hkn9zn > *, .framer-Ey5ju .framer-9unu7x > *, .framer-Ey5ju .framer-18iau01 > *, .framer-Ey5ju .framer-fv3zd > *, .framer-Ey5ju .framer-9f8807 > *, .framer-Ey5ju .framer-1y2rc9p > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Ey5ju .framer-regvmv > :first-child, .framer-Ey5ju .framer-p0cl7r > :first-child, .framer-Ey5ju .framer-36su26 > :first-child, .framer-Ey5ju .framer-167j4vm > :first-child, .framer-Ey5ju .framer-zo3pnr > :first-child, .framer-Ey5ju .framer-omixdz > :first-child, .framer-Ey5ju .framer-1bw29xs > :first-child, .framer-Ey5ju .framer-q4ho0n > :first-child, .framer-Ey5ju .framer-1pptvy3 > :first-child, .framer-Ey5ju .framer-qdhvsa > :first-child, .framer-Ey5ju .framer-yfvqki > :first-child, .framer-Ey5ju .framer-1vjscxs > :first-child, .framer-Ey5ju .framer-18mq8n1 > :first-child, .framer-Ey5ju .framer-10g9vcz > :first-child, .framer-Ey5ju .framer-bqkzlb > :first-child, .framer-Ey5ju .framer-1alvrhd > :first-child, .framer-Ey5ju .framer-1vn3cbv > :first-child, .framer-Ey5ju .framer-p5k8a2 > :first-child, .framer-Ey5ju .framer-m07het > :first-child, .framer-Ey5ju .framer-q18ui7 > :first-child, .framer-Ey5ju .framer-v9tev0 > :first-child, .framer-Ey5ju .framer-yyxoox > :first-child, .framer-Ey5ju .framer-my0wy2 > :first-child, .framer-Ey5ju .framer-19el8na > :first-child, .framer-Ey5ju .framer-11ynjj2 > :first-child, .framer-Ey5ju .framer-14s4pkm > :first-child, .framer-Ey5ju .framer-hkn9zn > :first-child, .framer-Ey5ju .framer-9unu7x > :first-child, .framer-Ey5ju .framer-1r5bt3s > :first-child, .framer-Ey5ju .framer-18iau01 > :first-child, .framer-Ey5ju .framer-105b65e > :first-child, .framer-Ey5ju .framer-fv3zd > :first-child, .framer-Ey5ju .framer-1m150y1 > :first-child, .framer-Ey5ju .framer-9f8807 > :first-child, .framer-Ey5ju .framer-1y2rc9p > :first-child { margin-left: 0px; } .framer-Ey5ju .framer-regvmv > :last-child, .framer-Ey5ju .framer-p0cl7r > :last-child, .framer-Ey5ju .framer-36su26 > :last-child, .framer-Ey5ju .framer-167j4vm > :last-child, .framer-Ey5ju .framer-zo3pnr > :last-child, .framer-Ey5ju .framer-omixdz > :last-child, .framer-Ey5ju .framer-1bw29xs > :last-child, .framer-Ey5ju .framer-q4ho0n > :last-child, .framer-Ey5ju .framer-1pptvy3 > :last-child, .framer-Ey5ju .framer-qdhvsa > :last-child, .framer-Ey5ju .framer-yfvqki > :last-child, .framer-Ey5ju .framer-1vjscxs > :last-child, .framer-Ey5ju .framer-18mq8n1 > :last-child, .framer-Ey5ju .framer-10g9vcz > :last-child, .framer-Ey5ju .framer-bqkzlb > :last-child, .framer-Ey5ju .framer-1alvrhd > :last-child, .framer-Ey5ju .framer-1vn3cbv > :last-child, .framer-Ey5ju .framer-p5k8a2 > :last-child, .framer-Ey5ju .framer-m07het > :last-child, .framer-Ey5ju .framer-q18ui7 > :last-child, .framer-Ey5ju .framer-v9tev0 > :last-child, .framer-Ey5ju .framer-yyxoox > :last-child, .framer-Ey5ju .framer-my0wy2 > :last-child, .framer-Ey5ju .framer-19el8na > :last-child, .framer-Ey5ju .framer-11ynjj2 > :last-child, .framer-Ey5ju .framer-14s4pkm > :last-child, .framer-Ey5ju .framer-hkn9zn > :last-child, .framer-Ey5ju .framer-9unu7x > :last-child, .framer-Ey5ju .framer-1r5bt3s > :last-child, .framer-Ey5ju .framer-18iau01 > :last-child, .framer-Ey5ju .framer-105b65e > :last-child, .framer-Ey5ju .framer-fv3zd > :last-child, .framer-Ey5ju .framer-1m150y1 > :last-child, .framer-Ey5ju .framer-9f8807 > :last-child, .framer-Ey5ju .framer-1y2rc9p > :last-child { margin-right: 0px; } .framer-Ey5ju .framer-1jgxqo3 > *, .framer-Ey5ju .framer-v4zzq > *, .framer-Ey5ju .framer-g7jyq9 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Ey5ju .framer-zdckfj > *, .framer-Ey5ju .framer-8g7i6j > *, .framer-Ey5ju .framer-1nv3wel > *, .framer-Ey5ju .framer-bqrp6n > *, .framer-Ey5ju .framer-1a4537d > *, .framer-Ey5ju .framer-15bfj0a > *, .framer-Ey5ju .framer-1qhl8jh > *, .framer-Ey5ju .framer-fz29sp > *, .framer-Ey5ju .framer-16up23x > *, .framer-Ey5ju .framer-1y5l3yr > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-Ey5ju .framer-p0cl7r > *, .framer-Ey5ju .framer-zo3pnr > *, .framer-Ey5ju .framer-omixdz > *, .framer-Ey5ju .framer-qdhvsa > *, .framer-Ey5ju .framer-10g9vcz > *, .framer-Ey5ju .framer-1alvrhd > *, .framer-Ey5ju .framer-m07het > *, .framer-Ey5ju .framer-v9tev0 > *, .framer-Ey5ju .framer-19el8na > *, .framer-Ey5ju .framer-14s4pkm > *, .framer-Ey5ju .framer-1r5bt3s > *, .framer-Ey5ju .framer-105b65e > *, .framer-Ey5ju .framer-1m150y1 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-Ey5ju.framer-kyeo7 { width: 810px; } .framer-Ey5ju .framer-zo3pnr { left: unset; padding: 0px 0px 40px 20px; position: relative; top: unset; width: 50%; } .framer-Ey5ju .framer-omixdz, .framer-Ey5ju .framer-qdhvsa { height: min-content; } .framer-Ey5ju .framer-v4zzq, .framer-Ey5ju .framer-g7jyq9 { align-self: stretch; height: auto; } .framer-Ey5ju .framer-1bw29xs { aspect-ratio: 1.35 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 148px); } .framer-Ey5ju .framer-12x7ens, .framer-Ey5ju .framer-1k3d8hz, .framer-Ey5ju .framer-vdomwz, .framer-Ey5ju .framer-ph4l0x, .framer-Ey5ju .framer-jtwzlb, .framer-Ey5ju .framer-ge1itf, .framer-Ey5ju .framer-k8bz2f, .framer-Ey5ju .framer-16l49p3 { aspect-ratio: 1.35 / 1; height: var(--framer-aspect-ratio-supported, 148px); } .framer-Ey5ju .framer-1m150y1 { order: 0; } .framer-Ey5ju .framer-5f0pst { order: 1; }}\",\"@media (max-width: 809px) { .framer-Ey5ju.framer-kyeo7 { width: 390px; } .framer-Ey5ju .framer-1jgxqo3 { padding: 0px 20px 40px 20px; } .framer-Ey5ju .framer-p0cl7r { gap: 20px; min-height: 20vh; } .framer-Ey5ju .framer-36su26, .framer-Ey5ju .framer-9f8807 { flex: none; width: min-content; } .framer-Ey5ju .framer-167j4vm, .framer-Ey5ju .framer-1y2rc9p { flex: 1 0 0px; } .framer-Ey5ju .framer-awvybb { align-content: unset; align-items: unset; display: grid; gap: 10px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); justify-content: center; } .framer-Ey5ju .framer-o3qqw3, .framer-Ey5ju .framer-1gddcqq, .framer-Ey5ju .framer-2l82fp, .framer-Ey5ju .framer-1aau3fe { align-self: start; flex: none; height: 100%; justify-self: start; width: 100%; } .framer-Ey5ju .framer-zo3pnr { left: unset; padding: 0px 20px 40px 20px; position: relative; top: unset; width: 100%; } .framer-Ey5ju .framer-omixdz, .framer-Ey5ju .framer-qdhvsa { height: min-content; } .framer-Ey5ju .framer-v4zzq, .framer-Ey5ju .framer-g7jyq9 { align-self: stretch; height: auto; } .framer-Ey5ju .framer-1bw29xs { aspect-ratio: 1.3 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 154px); } .framer-Ey5ju .framer-1xig80b-container, .framer-Ey5ju .framer-1llg531-container, .framer-Ey5ju .framer-1u6xqye-container, .framer-Ey5ju .framer-g1vv1t-container, .framer-Ey5ju .framer-1xh7wxj-container, .framer-Ey5ju .framer-1j90jld-container, .framer-Ey5ju .framer-z0zsx8-container, .framer-Ey5ju .framer-hdqzr4-container, .framer-Ey5ju .framer-1ylsem6-container, .framer-Ey5ju .framer-1m9r20j-container { width: 80px; } .framer-Ey5ju .framer-12x7ens, .framer-Ey5ju .framer-1k3d8hz, .framer-Ey5ju .framer-vdomwz, .framer-Ey5ju .framer-ph4l0x, .framer-Ey5ju .framer-jtwzlb, .framer-Ey5ju .framer-ge1itf, .framer-Ey5ju .framer-k8bz2f, .framer-Ey5ju .framer-16l49p3 { aspect-ratio: 1.3 / 1; height: var(--framer-aspect-ratio-supported, 154px); } .framer-Ey5ju .framer-1m150y1 { gap: 20px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Ey5ju .framer-p0cl7r, .framer-Ey5ju .framer-awvybb, .framer-Ey5ju .framer-1m150y1 { gap: 0px; } .framer-Ey5ju .framer-p0cl7r > *, .framer-Ey5ju .framer-1m150y1 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-Ey5ju .framer-p0cl7r > :first-child, .framer-Ey5ju .framer-1m150y1 > :first-child { margin-left: 0px; } .framer-Ey5ju .framer-p0cl7r > :last-child, .framer-Ey5ju .framer-1m150y1 > :last-child { margin-right: 0px; } .framer-Ey5ju .framer-awvybb > *, .framer-Ey5ju .framer-awvybb > :first-child, .framer-Ey5ju .framer-awvybb > :last-child { margin: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5222\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"A_Pb3b7n5\":{\"layout\":[\"fixed\",\"auto\"]},\"vgw3t77ix\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"y8RUEBsMW\":{\"pattern\":\":y8RUEBsMW\",\"name\":\"media\"},\"t4JB4Qoh7\":{\"pattern\":\":t4JB4Qoh7\",\"name\":\"cover-section-image\"},\"HOTaaK4Fp\":{\"pattern\":\":HOTaaK4Fp\",\"name\":\"cover-section-video\"},\"YmX6cZ28e\":{\"pattern\":\":YmX6cZ28e\",\"name\":\"footer\"}}\n * @framerResponsiveScreen\n */const FramerjaG7XRw4P=withCSS(Component,css,\"framer-Ey5ju\");export default FramerjaG7XRw4P;FramerjaG7XRw4P.displayName=\"Blog Detail\";FramerjaG7XRw4P.defaultProps={height:5222,width:1200};addFonts(FramerjaG7XRw4P,[{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:\"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\"}]},...LayoutHeaderFonts,...Image1Fonts,...VideoFonts,...ComponentsTeaserFonts,...TickerFonts,...LayoutFooterFonts,...SmoothScrollFonts,...CursorCursorDefaultFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerjaG7XRw4P\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"A_Pb3b7n5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vgw3t77ix\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"5222\",\"framerResponsiveScreen\":\"\",\"framerScrollSections\":\"{\\\"y8RUEBsMW\\\":{\\\"pattern\\\":\\\":y8RUEBsMW\\\",\\\"name\\\":\\\"media\\\"},\\\"t4JB4Qoh7\\\":{\\\"pattern\\\":\\\":t4JB4Qoh7\\\",\\\"name\\\":\\\"cover-section-image\\\"},\\\"HOTaaK4Fp\\\":{\\\"pattern\\\":\\\":HOTaaK4Fp\\\",\\\"name\\\":\\\"cover-section-video\\\"},\\\"YmX6cZ28e\\\":{\\\"pattern\\\":\\\":YmX6cZ28e\\\",\\\"name\\\":\\\"footer\\\"}}\",\"framerIntrinsicWidth\":\"1200\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "0/BAQkB,SAARA,EAAuBC,EAAM,CAAC,GAAK,CAAC,MAAAC,EAAM,IAAAC,EAAI,OAAAC,EAAO,QAAAC,EAAQ,KAAAC,EAAK,OAAAC,EAAO,MAAAC,EAAM,cAAAC,EAAc,cAAAC,CAAa,EAAET,EAAYU,EAAa,CAAC,QAAQ,OAAO,aAAa,SAAS,WAAW,SAAS,MAAM,OAAO,OAAO,OAAO,QAAQN,CAAO,EAAQO,GAAgB,CAACH,EAAcC,IAAgB,CAAC,GAAG,GAACA,GAAe,CAACD,GAA+B,IAAGC,GAAe,CAACD,EAAe,MAAM,GAAGC,EAAc,aAAaA,EAAc,aAAaA,EAAc,gBAAgBA,EAAc,cAAe,GAAG,CAACA,GAAeD,EAAe,MAAM,eAAeA,EAAc,iBAAiBA,EAAc,cAAe,GAAGC,GAAeD,EAAe,MAAM,eAAeA,EAAc,iBAAiBA,EAAc,gBAAgBC,EAAc,aAAaA,EAAc,aAAaA,EAAc,gBAAgBA,EAAc,cAAe,EAAQG,GAAW,CAAC,SAAS,OAAO,UAAU,OAAO,aAAaT,EAAO,eAAe,OAAO,SAAS,OAAO,WAAW,MAAM,EAAQU,EAAY,CAAC,SAAS,WAAW,MAAM,EAAE,cAAc,OAAO,aAAaV,EAAO,UAAUQ,GAAgBH,EAAcC,CAAa,CAAC,EAAQK,GAAiDb,GAAM,KAAM,sEAAsE,OAAOI,EAAkBU,EAAM,IAAI,CAAC,KAAKV,EAAK,MAAMH,EAAI,OAAOI,EAAO,SAAS,QAAQ,MAAMI,EAAa,SAAS,CAAcM,EAAK,MAAM,CAAC,MAAMJ,GAAW,IAAIE,GAAY,OAA2Cb,GAAM,OAAO,IAAIC,CAAG,CAAC,EAAec,EAAK,MAAM,CAAC,MAAMH,CAAW,CAAC,CAAC,CAAC,CAAC,EAAeE,EAAM,MAAM,CAAC,MAAML,EAAa,SAAS,CAAcM,EAAK,MAAM,CAAC,MAAMJ,GAAW,IAAIE,GAAY,OAA2Cb,GAAM,OAAO,IAAIC,CAAG,CAAC,EAAec,EAAK,MAAM,CAAC,MAAMH,CAAW,CAAC,CAAC,CAAC,CAAC,CAAE,CAACI,GAAoBlB,EAAM,CAAC,MAAM,CAAC,MAAM,QAAQ,KAAKmB,EAAY,eAAe,EAAE,IAAI,CAAC,KAAKA,EAAY,OAAO,MAAM,MAAM,YAAY,UAAU,EAAE,OAAO,CAAC,MAAM,SAAS,KAAKA,EAAY,OAAO,IAAI,EAAE,IAAI,IAAI,KAAK,EAAE,eAAe,EAAI,EAAE,QAAQ,CAAC,MAAM,UAAU,KAAKA,EAAY,OAAO,IAAI,EAAE,IAAI,IAAI,KAAK,EAAE,eAAe,EAAI,EAAE,KAAK,CAAC,KAAKA,EAAY,KAAK,MAAM,MAAM,EAAE,OAAO,CAAC,KAAKA,EAAY,QAAQ,MAAM,UAAU,OAAOlB,GAAO,CAACA,EAAM,IAAI,EAAE,cAAc,CAAC,KAAKkB,EAAY,OAAO,SAAS,GAAK,MAAM,SAAS,KAAK,SAAS,SAAS,CAAC,YAAY,CAAC,KAAKA,EAAY,MAAM,MAAM,QAAQ,aAAa,iBAAiB,EAAE,YAAY,CAAC,KAAKA,EAAY,OAAO,MAAM,QAAQ,IAAI,EAAE,eAAe,GAAK,aAAa,CAAC,CAAC,CAAC,EAAE,cAAc,CAAC,KAAKA,EAAY,OAAO,MAAM,SAAS,SAAS,GAAK,KAAK,SAAS,SAAS,CAAC,QAAQ,CAAC,KAAKA,EAAY,OAAO,MAAM,IAAI,IAAI,EAAE,aAAa,CAAC,EAAE,QAAQ,CAAC,KAAKA,EAAY,OAAO,MAAM,IAAI,IAAI,EAAE,aAAa,CAAC,EAAE,WAAW,CAAC,KAAKA,EAAY,OAAO,MAAM,OAAO,IAAI,EAAE,aAAa,CAAC,EAAE,YAAY,CAAC,KAAKA,EAAY,MAAM,MAAM,QAAQ,aAAa,iBAAiB,CAAC,CAAC,CAAC,CAAC,ECPpiF,IAAMC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,EAAkO,IAAMC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAkBC,GAAW,OAAOA,GAAQ,UAAUA,IAAQ,MAAM,OAAOA,EAAM,KAAM,SAAiBA,EAAc,OAAOA,GAAQ,SAAS,CAAC,IAAIA,CAAK,EAAE,OAAkBC,GAAY,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,KAAK,MAAM,EAAE,MAAM,EAAE,WAAWD,EAAW,EAAQE,GAAW,CAAC,CAAC,MAAAH,EAAM,SAAAI,CAAQ,IAAI,CAAC,IAAMC,EAAaC,GAAWC,EAAmB,EAAQC,EAAWR,GAAmCK,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,GAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAa,CAAQ,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,KAAAC,EAAK,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUN,GAAsCM,EAAM,UAAU,UAAUF,GAAgCE,EAAM,UAAU,UAAUH,GAAmCG,EAAM,SAAS,GAAUC,GAAuB,CAACD,EAAME,IAAeF,EAAM,iBAAwBE,EAAS,KAAK,GAAG,EAAEF,EAAM,iBAAwBE,EAAS,KAAK,GAAG,EAAUC,GAA6BC,GAAW,SAASJ,EAAMK,EAAI,CAAC,GAAK,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,UAAAC,EAAU,UAAAC,EAAU,UAAAC,EAAU,GAAGC,EAAS,EAAEvB,GAASO,CAAK,EAAO,CAAC,YAAAiB,GAAY,WAAAC,EAAW,oBAAAC,GAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,GAAU,gBAAAC,GAAgB,WAAAC,GAAW,SAAAtB,EAAQ,EAAEuB,GAAgB,CAAC,eAAe,YAAY,QAAAb,EAAQ,kBAAAc,EAAiB,CAAC,EAAQC,EAAiB1B,GAAuBD,EAAME,EAAQ,EAAQ0B,GAAWC,EAAO,IAAI,EAAQC,GAAsBC,GAAM,EAAQC,GAAsB,CAAC,EAAQC,EAAkBC,GAAqB,EAAE,OAAoB5C,EAAK6C,EAAY,CAAC,GAAGxB,GAA4CmB,GAAgB,SAAsBxC,EAAKC,GAAS,CAAC,QAAQW,GAAS,QAAQ,GAAM,SAAsBZ,EAAKR,GAAW,CAAC,MAAML,GAAY,SAAsBa,EAAK8C,GAAK,CAAC,KAAKvB,EAAU,OAAO,YAAY,SAAsBvB,EAAKE,EAAO,EAAE,CAAC,GAAGwB,GAAU,GAAGI,EAAgB,UAAU,GAAGiB,GAAGC,GAAkB,GAAGN,GAAsB,iBAAiBtB,EAAUQ,CAAU,mBAAmB,qBAAqBH,EAAU,mBAAmB,UAAU,iBAAiBY,EAAiB,SAAS,YAAY,IAAItB,GAA6BuB,GAAK,MAAM,CAAC,GAAGnB,CAAK,EAAE,SAAsBnB,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBmC,EAAiB,SAAS,YAAY,SAAsBrC,EAAKiD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,MAAM,WAAwEN,GAAkB,OAAQ,yBAAsFA,GAAkB,OAAQ,kBAAkB,GAAGvD,GAAkBoC,CAAS,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,QAAQ,iBAAiBa,EAAiB,SAAS,YAAY,WAAW9C,EAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ2D,GAAI,CAAC,kFAAkF,kFAAkF,wQAAwQ,6QAA6Q,8LAA8L,qgBAAqgB,EASj+JC,GAAgBC,GAAQvC,GAAUqC,GAAI,cAAc,EAASG,EAAQF,GAAgBA,GAAgB,YAAY,oBAAoBA,GAAgB,aAAa,CAAC,OAAO,MAAM,MAAM,GAAG,EAAEG,GAAoBH,GAAgB,CAAC,UAAU,CAAC,MAAM,OAAO,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,MAAM,QAAQ,KAAKA,EAAY,eAAe,EAAE,UAAU,CAAC,MAAM,SAAS,KAAKA,EAAY,YAAY,CAAC,CAAC,EAAEC,GAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECT5cM,EAAU,UAAU,CAAC,2BAA2B,2BAA2B,2BAA2B,0BAA0B,CAAC,EAAS,IAAMC,GAAM,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,oBAAoB,OAAO,SAAS,IAAI,wEAAwE,CAAC,CAAC,CAAC,EAAeC,GAAI,CAAC,yoCAAyoC,+rCAA+rC,2rCAA2rC,EAAeC,GAAU,eCA71HC,EAAU,UAAU,CAAC,2BAA2B,2BAA2B,2BAA2B,0BAA0B,CAAC,EAAS,IAAMC,GAAM,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,oBAAoB,OAAO,SAAS,IAAI,wEAAwE,CAAC,CAAC,CAAC,EAAeC,GAAI,CAAC,uoCAAuoC,6rCAA6rC,yrCAAyrC,EAAeC,GAAU,eCAv1HC,EAAU,UAAU,CAAC,CAAC,EAAS,IAAMC,GAAM,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,CAAC,EAAeC,GAAI,CAAC,gVAAgV,EAAeC,GAAU,eCAtcC,EAAU,UAAU,CAAC,0BAA0B,CAAC,EAAS,IAAMC,GAAM,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,oBAAoB,OAAO,SAAS,IAAI,wEAAwE,CAAC,CAAC,CAAC,EAAeC,GAAI,CAAC,gqBAAgqB,wRAAwR,EAAeC,GAAU,eCAqpC,IAAMC,GAAkBC,EAASC,EAAY,EAAQC,GAAgBC,GAAOC,CAAS,EAAQC,GAAgBF,GAAOG,EAAO,GAAG,EAAQC,GAAYP,EAASQ,CAAM,EAAQC,GAAkCC,EAA6BJ,EAAO,IAAI,CAAC,OAAO,YAAY,SAASK,EAAkB,QAAQ,WAAW,CAAC,EAAQC,GAAWZ,EAASa,CAAK,EAAQC,GAAkCJ,EAA6BJ,EAAO,IAAI,CAAC,OAAO,YAAY,SAASK,EAAkB,QAAQ,WAAW,CAAC,EAAQI,GAAiCL,EAA6BJ,EAAO,IAAI,CAAC,OAAO,YAAY,SAASK,EAAkB,QAAQ,WAAW,CAAC,EAAQK,GAAkCN,EAA6BJ,EAAO,IAAI,CAAC,OAAO,YAAY,SAASK,EAAkB,QAAQ,WAAW,CAAC,EAAQM,GAAiCP,EAA6BJ,EAAO,IAAI,CAAC,OAAO,YAAY,SAASK,EAAkB,QAAQ,WAAW,CAAC,EAAQO,GAAiCR,EAA6BJ,EAAO,IAAI,CAAC,OAAO,YAAY,SAASK,EAAkB,QAAQ,WAAW,CAAC,EAAQQ,GAAkCT,EAA6BJ,EAAO,IAAI,CAAC,OAAO,YAAY,SAASK,EAAkB,QAAQ,WAAW,CAAC,EAAQS,GAAiCV,EAA6BJ,EAAO,IAAI,CAAC,OAAO,YAAY,SAASK,EAAkB,QAAQ,WAAW,CAAC,EAAQU,GAAkCX,EAA6BJ,EAAO,IAAI,CAAC,OAAO,YAAY,SAASK,EAAkB,QAAQ,WAAW,CAAC,EAAQW,GAAgCZ,EAA6BJ,EAAO,IAAI,CAAC,OAAO,YAAY,SAASK,EAAkB,QAAQ,WAAW,CAAC,EAAQY,GAAsBvB,EAASwB,CAAgB,EAAQC,GAAYzB,EAAS0B,EAAM,EAAQC,GAAkB3B,EAAS4B,EAAY,EAAQC,GAAkB7B,EAAS8B,EAAY,EAAQC,GAAyB/B,EAASgC,EAAmB,EAAQC,GAAY,CAAC,UAAU,6CAA6C,UAAU,sBAAsB,UAAU,oBAAoB,EAAoD,IAAMC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,iBAAiB,UAAU,kBAAkB,EAAQC,GAAY,CAAC,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,GAAG,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,EAAQC,EAAMC,GAAW,MAAM,QAAQA,CAAK,EAASA,EAAM,OAAO,EAA4BA,GAAQ,MAAMA,IAAQ,GAAWC,GAAOD,GAAc,CAACA,EAAcE,EAAkBF,GAAW,OAAOA,GAAQ,UAAUA,IAAQ,MAAM,OAAOA,EAAM,KAAM,SAAiBA,EAAc,OAAOA,GAAQ,SAAS,CAAC,IAAIA,CAAK,EAAE,OAAkBG,EAAU,CAAC,CAAC,MAAAC,EAAM,SAAAC,EAAS,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAKC,GAAaJ,CAAK,EAAE,OAAOE,EAASC,CAAI,CAAE,EAAQE,GAAU,CAAC,CAAC,MAAAT,CAAK,IAAoBU,GAAoB,EAAqB,KAAyBC,EAAK,QAAQ,CAAC,wBAAwB,CAAC,OAAOX,CAAK,EAAE,yBAAyB,EAAE,CAAC,EAAUY,GAAwB,CAAC,QAAQ,YAAY,MAAM,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,QAAQL,GAAwBK,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAO,CAAC,UAAUC,GAAoB,QAAQ,WAAW,EAAQC,GAAQ,CAAC,UAAUD,GAAoB,QAAQ,WAAW,EAAQE,GAAQ,CAAC,UAAUF,GAAoB,QAAQ,WAAW,EAAQG,GAA6BC,GAAW,SAASN,EAAMO,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,GAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAQC,EAAkBC,GAAqB,EAAQC,EAAqBC,GAAwB,EAAO,CAACC,CAAgB,EAAE7B,GAAa,CAAC,KAAK,CAAC,MAAM,YAAY,KAAK8B,EAAS,KAAK,YAAY,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,CAAC,EAAE,MAAMC,GAAoCJ,EAAqB,WAAW,CAAC,CAAC,EAAQK,EAAwBC,GAAK,CAAC,GAAG,CAACJ,EAAiB,MAAM,IAAIK,GAAc,mCAAmC,KAAK,UAAUP,CAAoB,GAAG,EAAE,OAAOE,EAAiBI,CAAG,CAAE,EAAO,CAAC,MAAAE,GAAM,UAAAC,GAAU,SAAAC,EAAS,QAAAC,GAAQ,UAAAC,EAAUP,EAAwB,WAAW,GAAG,GAAG,UAAAQ,EAAUR,EAAwB,WAAW,GAAG,GAAG,UAAAS,GAAUT,EAAwB,WAAW,GAAG,GAAG,UAAAU,GAAUV,EAAwB,WAAW,EAAE,UAAAW,GAAUX,EAAwB,WAAW,GAAG,GAAG,UAAAY,GAAUZ,EAAwB,WAAW,GAAG,GAAG,UAAAa,EAAUb,EAAwB,WAAW,GAAG,GAAG,UAAAc,GAAUd,EAAwB,WAAW,GAAG,GAAG,UAAAe,GAAUf,EAAwB,WAAW,EAAE,UAAAgB,GAAUhB,EAAwB,WAAW,EAAE,UAAAiB,EAAUjB,EAAwB,WAAW,EAAE,UAAAkB,GAAUlB,EAAwB,WAAW,EAAE,UAAAmB,GAAUnB,EAAwB,WAAW,EAAE,UAAAoB,GAAUpB,EAAwB,WAAW,EAAE,UAAAqB,GAAUrB,EAAwB,WAAW,EAAE,UAAAsB,GAAUtB,EAAwB,WAAW,EAAE,UAAAuB,GAAUvB,EAAwB,WAAW,EAAE,UAAAwB,GAAUxB,EAAwB,WAAW,EAAE,UAAAyB,GAAUzB,EAAwB,WAAW,EAAE,UAAA0B,GAAU1B,EAAwB,WAAW,EAAE,UAAA2B,GAAU3B,EAAwB,WAAW,EAAE,UAAA4B,GAAU5B,EAAwB,WAAW,EAAE,UAAA6B,GAAU7B,EAAwB,WAAW,EAAE,mBAAA8B,GAAmB,mBAAAC,GAAmB,YAAAC,GAAY,mBAAAC,GAAmB,mBAAAC,GAAmB,YAAAC,GAAY,mBAAAC,GAAmB,mBAAAC,GAAmB,YAAAC,GAAY,mBAAAC,GAAmB,mBAAAC,GAAmB,YAAAC,GAAY,mBAAAC,GAAmB,mBAAAC,GAAmB,YAAAC,GAAY,mBAAAC,GAAmB,mBAAAC,GAAmB,YAAAC,GAAY,mBAAAC,GAAmB,mBAAAC,GAAmB,YAAAC,GAAY,mBAAAC,GAAmB,mBAAAC,GAAmB,YAAAC,GAAY,GAAGC,EAAS,EAAEjF,GAASI,CAAK,EAAQ8E,GAAU,IAAI,CAAC,IAAMC,EAASA,GAAiB3D,EAAiBP,CAAY,EAAE,GAAGkE,EAAS,OAAO,CAAC,IAAIC,EAAU,SAAS,cAAc,qBAAqB,EAAKA,EAAWA,EAAU,aAAa,UAAUD,EAAS,MAAM,GAAQC,EAAU,SAAS,cAAc,MAAM,EAAEA,EAAU,aAAa,OAAO,QAAQ,EAAEA,EAAU,aAAa,UAAUD,EAAS,MAAM,EAAE,SAAS,KAAK,YAAYC,CAAS,GAAI,EAAE,CAAC5D,EAAiBP,CAAY,CAAC,EAAQoE,GAAmB,IAAI,CAAC,IAAMF,EAASA,GAAiB3D,EAAiBP,CAAY,EAAE,SAAS,MAAMkE,EAAS,OAAO,GAAMA,EAAS,UAAU,SAAS,cAAc,uBAAuB,GAAG,aAAa,UAAUA,EAAS,QAAQ,CAAG,EAAE,CAAC3D,EAAiBP,CAAY,CAAC,EAAE,GAAK,CAACqE,EAAYC,EAAmB,EAAEC,GAA8BvD,GAAQwD,GAAY,EAAK,EAAQC,GAAe,OAAmRC,GAAkBC,GAAGhH,GAAkB,GAApR,CAAamD,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,EAAS,CAAuE,EAAQ8D,GAAWhF,EAAO,IAAI,EAAQiF,GAAQ5G,EAAMiD,CAAS,EAAQ4D,GAAYC,GAA2B,YAAe3D,GAAUpB,CAAY,EAAQgF,GAAS/G,EAAMoD,EAAS,EAAQ4D,GAAShH,EAAMqD,EAAS,EAAQ4D,GAASjH,EAAMsD,CAAS,EAAQ4D,GAAUC,GAAkB,WAAW,EAAQC,GAAWzF,EAAO,IAAI,EAAQ0F,GAASnH,GAAOF,EAAMwD,EAAS,CAAC,EAAQ8D,GAAWH,GAAkB,WAAW,EAAQI,GAAW5F,EAAO,IAAI,EAAQ6F,GAASxH,EAAM0D,CAAS,EAAQ+D,GAASzH,EAAMwD,EAAS,EAAQkE,GAAWP,GAAkB,WAAW,EAAQQ,GAAWhG,EAAO,IAAI,EAAQiG,GAAS5H,EAAM2D,EAAS,EAAQkE,GAAS7H,EAAM4D,EAAS,EAAQkE,GAAS9H,EAAM6D,EAAS,EAAQkE,GAAU/H,EAAM8D,EAAS,EAAQkE,GAAUhI,EAAM+D,EAAS,EAAQkE,GAAUjI,EAAMgE,EAAS,EAAQkE,GAAUlI,EAAMiE,EAAS,EAAQkE,GAAUnI,EAAMkE,EAAS,EAAQkE,GAAUpI,EAAMmE,EAAS,EAAQkE,GAAUrI,EAAMoE,EAAS,EAAQkE,GAAUtI,EAAMqE,EAAS,EAAQkE,GAAUvI,EAAMsE,EAAS,EAAQkE,GAAOC,GAAU,EAAQC,GAAWvB,GAAkB,WAAW,EAAE,OAAAwB,GAAiB,CAAC,UAAUtH,GAAQ,UAAUC,GAAQ,UAAUH,EAAM,CAAC,EAAsBP,EAAKgI,GAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,kBAAAjJ,EAAiB,EAAE,SAAsBkJ,EAAMC,EAAY,CAAC,GAAGhG,GAAUjB,EAAgB,SAAS,CAAcjB,EAAKF,GAAU,CAAC,MAAM,kGAAkG,CAAC,EAAemI,EAAME,EAAO,IAAI,CAAC,GAAGhD,GAAU,UAAUW,GAAGD,GAAkB,eAAe5D,EAAS,EAAE,qBAAqB,UAAU,IAAIjB,EAAW,MAAM,CAAC,GAAGgB,EAAK,EAAE,SAAS,CAAchC,EAAKoI,EAA0B,CAAC,OAAO,GAAG,MAAM9G,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,SAAsBtB,EAAKqI,GAAgB,CAAC,kBAAkB,CAAC,WAAWrJ,EAAW,EAAE,sBAAsB,GAAM,0BAA0B,CAAC,UAAU,OAAO,OAAOC,EAAS,EAAE,mCAAmC,GAAK,sCAAsC,GAAK,oBAAoB,GAAG,2BAA2B,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,IAAI8G,GAAK,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,2BAA2B,iBAAiB,qCAAqC,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,0BAA0B,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/F,EAAKsI,GAAa,CAAC,UAAU,YAAY,OAAO,OAAO,GAAG,YAAY,UAAU,UAAU,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAetI,EAAKuI,GAAgB,CAAC,kBAAkB,CAAC,WAAWrJ,EAAW,EAAE,sBAAsB,GAAK,0BAA0B,CAAC,UAAU,OAAO,OAAOC,EAAU,EAAE,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,cAAc,SAAsBa,EAAKwI,EAAS,CAAC,sBAAsB,GAAK,SAAsBxI,EAAW,EAAS,CAAC,SAAsBA,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAsBA,EAAKyI,GAAK,CAAC,KAAK,CAAC,KAAK,aAAa,cAAc,CAAC,UAAArG,CAAS,EAAE,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBpC,EAAKmI,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,qBAAqB,UAAU,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeF,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,YAAY,SAAS,CAAcjI,EAAK,UAAU,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAsBiI,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,MAAM,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,SAAS,CAACjC,IAAsBhG,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,aAAa,SAAsBA,EAAKwI,EAAS,CAAC,sBAAsB,GAAK,SAAsBxI,EAAW,EAAS,CAAC,SAAsBA,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,IAAI,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,KAAKqC,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAerC,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,SAAsBA,EAAKwI,EAAS,CAAC,sBAAsB,GAAK,SAAsBxI,EAAW,EAAS,CAAC,SAAsBA,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,qBAAqB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,KAAKsC,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe2F,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,SAAS,CAAcjI,EAAKwI,EAAS,CAAC,sBAAsB,GAAK,SAAsBxI,EAAW,EAAS,CAAC,SAAsBA,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iEAAiE,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKwI,EAAS,CAAC,sBAAsB,GAAK,SAAsBxI,EAAW,EAAS,CAAC,SAAsBA,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iEAAiE,EAAE,SAAsBA,EAAK,KAAK,CAAC,SAAS,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,QAAQ,cAAc,EAAE,KAAKiG,GAAY,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAEE,IAAuB8B,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,SAAS,CAAcjI,EAAKwI,EAAS,CAAC,sBAAsB,GAAK,SAAsBxI,EAAW,EAAS,CAAC,SAAsBA,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iEAAiE,EAAE,SAAS,QAAQ,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKwI,EAAS,CAAC,sBAAsB,GAAK,SAAsBxI,EAAW,EAAS,CAAC,SAAsBA,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iEAAiE,EAAE,SAAsBA,EAAK,KAAK,CAAC,SAAS,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,QAAQ,cAAc,EAAE,KAAKwC,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAE4D,IAAuB6B,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,OAAO,SAAS,CAAcjI,EAAKwI,EAAS,CAAC,sBAAsB,GAAK,SAAsBxI,EAAW,EAAS,CAAC,SAAsBA,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iEAAiE,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKwI,EAAS,CAAC,sBAAsB,GAAK,SAAsBxI,EAAW,EAAS,CAAC,SAAsBA,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iEAAiE,EAAE,SAAsBA,EAAK,KAAK,CAAC,SAAS,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,QAAQ,cAAc,EAAE,KAAKyC,GAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAE4D,IAAuB4B,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,SAAS,CAAcjI,EAAKwI,EAAS,CAAC,sBAAsB,GAAK,SAAsBxI,EAAW,EAAS,CAAC,SAAsBA,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iEAAiE,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKwI,EAAS,CAAC,sBAAsB,GAAK,SAAsBxI,EAAW,EAAS,CAAC,SAAsBA,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,iEAAiE,EAAE,SAAsBA,EAAK,KAAK,CAAC,SAAS,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,QAAQ,cAAc,EAAE,KAAK0C,EAAU,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuF,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAS,CAAcjI,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,cAAc,SAAsBA,EAAKwI,EAAS,CAAC,sBAAsB,GAAK,SAAS7F,GAAU,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,wBAAwB,CAAC,EAAE,+BAA+B,WAAW,+BAA+B,GAAG,8BAA8B,GAAG,8BAA8B,GAAG,+BAA+B,EAAE,6BAA6B,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAesF,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,aAAa,GAAG3B,GAAU,IAAIE,GAAK,SAAS,CAACC,IAAuBzG,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,kBAAkB,GAAG0G,GAAW,IAAIC,GAAK,SAAsBsB,EAAMM,GAAgB,CAAC,iBAAiB,CAAC,QAAQ,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAE,sCAAsC,GAAK,2BAA2B,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,IAAI5B,GAAK,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,2BAA2B,iBAAiB,qCAAqC,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,eAAe,mBAAmB,YAAY,MAAM,CAAC,QAAQ,CAAC,EAAE,SAAS,CAAc3G,EAAK0I,EAAkB,CAAC,WAAWlD,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQmD,GAA2BrH,GAAmB,GAAG,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,OAAOA,GAAmB,OAAO,gBAAgB,GAAG/B,EAAkBsD,EAAS,CAAC,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ8F,GAA2BrH,GAAmB,GAAG,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,OAAOA,GAAmB,OAAO,gBAAgB,GAAG/B,EAAkBsD,EAAS,CAAC,CAAC,CAAC,EAAE,SAAsB7C,EAAK4I,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQD,GAA2BrH,GAAmB,GAAG,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,OAAOA,GAAmB,OAAO,gBAAgB,GAAG/B,EAAkBsD,EAAS,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,CAAC,CAAC,CAAC,EAAE+D,IAAuB5G,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAsBA,EAAK6I,GAAkC,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,SAAsB7I,EAAKoI,EAA0B,CAAC,SAAsBpI,EAAKqI,GAAgB,CAAC,sCAAsC,GAAK,2BAA2B,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,IAAI1B,GAAK,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,2BAA2B,iBAAiB,qCAAqC,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB3G,EAAK8I,EAAO,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAMvJ,EAAkBuD,CAAS,EAAE,SAAS,YAAY,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE+D,IAAuB7G,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,kBAAkB,GAAG8G,GAAW,IAAIC,GAAK,SAAsBkB,EAAMM,GAAgB,CAAC,iBAAiB,CAAC,QAAQ,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAE,sCAAsC,GAAK,2BAA2B,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,IAAIxB,GAAK,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,2BAA2B,iBAAiB,qCAAqC,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,YAAY,MAAM,CAAC,QAAQ,CAAC,EAAE,SAAS,CAAc/G,EAAKoI,EAA0B,CAAC,SAAsBpI,EAAK+I,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB/I,EAAKgJ,EAAM,CAAC,gBAAgB,mBAAmB,aAAa,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,SAAS,GAAM,OAAO,OAAO,GAAG,YAAY,oBAAoB,GAAM,SAAS,YAAY,KAAK,GAAK,MAAM,GAAK,UAAU,QAAQ,QAAQ,GAAK,cAAc,GAAK,QAAQpG,GAAU,QAAQ,SAAS,OAAO,oHAAoH,UAAU,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,cAAc,EAAE,eAAe,EAAE,OAAO,GAAG,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEgE,IAAuB5G,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAsBA,EAAKiJ,GAAkC,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,SAAsBjJ,EAAKoI,EAA0B,CAAC,SAAsBpI,EAAKqI,GAAgB,CAAC,sCAAsC,GAAK,2BAA2B,CAAC,CAAC,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,IAAItB,GAAK,OAAO,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,2BAA2B,iBAAiB,qCAAqC,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/G,EAAK8I,EAAO,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAMvJ,EAAkBuD,CAAS,EAAE,SAAS,YAAY,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEkE,IAAuBiB,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAS,CAAcjI,EAAK0I,EAAkB,CAAC,WAAWlD,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQmD,GAA2BrH,GAAmB,GAAG,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAMA,GAAmB,OAAO,QAAQ,GAAG/B,EAAkBwD,EAAS,CAAC,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQ4F,GAA2BrH,GAAmB,GAAG,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAMA,GAAmB,OAAO,QAAQ,GAAG/B,EAAkBwD,EAAS,CAAC,CAAC,CAAC,EAAE,SAAsB/C,EAAK4I,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQD,GAA2BrH,GAAmB,GAAG,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,EAAE,EAAE,IAAI,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAMA,GAAmB,OAAO,QAAQ,GAAG/B,EAAkBwD,EAAS,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,CAAC,CAAC,CAAC,EAAEkE,IAAuBjH,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAsBA,EAAKkJ,GAAiC,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,SAAsBlJ,EAAKoI,EAA0B,CAAC,SAAsBpI,EAAK+I,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/I,EAAK8I,EAAO,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAMvJ,EAAkByD,EAAS,EAAE,SAAS,YAAY,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEkE,IAAuBe,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAS,CAAcjI,EAAKoI,EAA0B,CAAC,SAAsBpI,EAAK+I,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB/I,EAAKgJ,EAAM,CAAC,gBAAgB,mBAAmB,aAAa,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,SAAS,GAAM,OAAO,OAAO,GAAG,YAAY,oBAAoB,GAAM,SAAS,YAAY,KAAK,GAAK,MAAM,GAAK,UAAU,QAAQ,QAAQ,GAAK,cAAc,GAAK,QAAQ/F,GAAU,QAAQ,SAAS,OAAO,oHAAoH,UAAU,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,cAAc,EAAE,eAAe,EAAE,OAAO,GAAG,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEgE,IAAuBjH,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAsBA,EAAKmJ,GAAkC,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,SAAsBnJ,EAAKoI,EAA0B,CAAC,SAAsBpI,EAAK+I,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/I,EAAK8I,EAAO,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAMvJ,EAAkByD,EAAS,EAAE,SAAS,YAAY,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEmE,IAAwBc,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAcjI,EAAK0I,EAAkB,CAAC,WAAWlD,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQmD,GAA2BrH,GAAmB,GAAG,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAMA,GAAmB,OAAO,QAAQ,GAAG/B,EAAkB2D,EAAS,CAAC,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQyF,GAA2BrH,GAAmB,GAAG,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAMA,GAAmB,OAAO,QAAQ,GAAG/B,EAAkB2D,EAAS,CAAC,CAAC,CAAC,EAAE,SAAsBlD,EAAK4I,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQD,GAA2BrH,GAAmB,GAAG,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,EAAE,EAAE,IAAI,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAMA,GAAmB,OAAO,QAAQ,GAAG/B,EAAkB2D,EAAS,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,CAAC,CAAC,CAAC,EAAEkE,IAAwBpH,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAsBA,EAAKoJ,GAAiC,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,SAAsBpJ,EAAKoI,EAA0B,CAAC,SAAsBpI,EAAK+I,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/I,EAAK8I,EAAO,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAMvJ,EAAkB4D,EAAS,EAAE,SAAS,YAAY,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEkE,IAAwBY,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAcjI,EAAKoI,EAA0B,CAAC,SAAsBpI,EAAK+I,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB/I,EAAKgJ,EAAM,CAAC,gBAAgB,mBAAmB,aAAa,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,SAAS,GAAM,OAAO,OAAO,GAAG,YAAY,oBAAoB,GAAM,SAAS,YAAY,KAAK,GAAK,MAAM,GAAK,UAAU,QAAQ,QAAQ,GAAK,cAAc,GAAK,QAAQ5F,GAAU,QAAQ,SAAS,OAAO,oHAAoH,UAAU,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,cAAc,EAAE,eAAe,EAAE,OAAO,GAAG,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEgE,IAAwBpH,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAsBA,EAAKqJ,GAAiC,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,SAAsBrJ,EAAKoI,EAA0B,CAAC,SAAsBpI,EAAK+I,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/I,EAAK8I,EAAO,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAMvJ,EAAkB4D,EAAS,EAAE,SAAS,YAAY,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEmE,IAAwBW,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAcjI,EAAK0I,EAAkB,CAAC,WAAWlD,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQmD,GAA2BrH,GAAmB,GAAG,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAMA,GAAmB,OAAO,QAAQ,GAAG/B,EAAkB8D,EAAS,CAAC,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQsF,GAA2BrH,GAAmB,GAAG,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAMA,GAAmB,OAAO,QAAQ,GAAG/B,EAAkB8D,EAAS,CAAC,CAAC,CAAC,EAAE,SAAsBrD,EAAK4I,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQD,GAA2BrH,GAAmB,GAAG,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,EAAE,EAAE,IAAI,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAMA,GAAmB,OAAO,QAAQ,GAAG/B,EAAkB8D,EAAS,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,CAAC,CAAC,CAAC,EAAEkE,IAAwBvH,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAsBA,EAAKsJ,GAAkC,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,SAAsBtJ,EAAKoI,EAA0B,CAAC,SAAsBpI,EAAK+I,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/I,EAAK8I,EAAO,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAMvJ,EAAkB+D,EAAS,EAAE,SAAS,YAAY,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEkE,IAAwBS,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAcjI,EAAKoI,EAA0B,CAAC,SAAsBpI,EAAK+I,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB/I,EAAKgJ,EAAM,CAAC,gBAAgB,mBAAmB,aAAa,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,SAAS,GAAM,OAAO,OAAO,GAAG,YAAY,oBAAoB,GAAM,SAAS,YAAY,KAAK,GAAK,MAAM,GAAK,UAAU,QAAQ,QAAQ,GAAK,cAAc,GAAK,QAAQzF,GAAU,QAAQ,SAAS,OAAO,oHAAoH,UAAU,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,cAAc,EAAE,eAAe,EAAE,OAAO,GAAG,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEgE,IAAwBvH,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAsBA,EAAKuJ,GAAiC,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,SAAsBvJ,EAAKoI,EAA0B,CAAC,SAAsBpI,EAAK+I,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/I,EAAK8I,EAAO,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAMvJ,EAAkB+D,EAAS,EAAE,SAAS,YAAY,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEmE,IAAwBQ,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAcjI,EAAK0I,EAAkB,CAAC,WAAWlD,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQmD,GAA2BrH,GAAmB,GAAG,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAMA,GAAmB,OAAO,QAAQ,GAAG/B,EAAkBiE,EAAS,CAAC,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQmF,GAA2BrH,GAAmB,GAAG,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAMA,GAAmB,OAAO,QAAQ,GAAG/B,EAAkBiE,EAAS,CAAC,CAAC,CAAC,EAAE,SAAsBxD,EAAK4I,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQD,GAA2BrH,GAAmB,GAAG,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,EAAE,EAAE,IAAI,EAAE,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAMA,GAAmB,OAAO,QAAQ,GAAG/B,EAAkBiE,EAAS,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,CAAC,CAAC,CAAC,EAAEkE,IAAwB1H,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAsBA,EAAKwJ,GAAkC,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,SAAsBxJ,EAAKoI,EAA0B,CAAC,SAAsBpI,EAAK+I,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/I,EAAK8I,EAAO,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAMvJ,EAAkBkE,EAAS,EAAE,SAAS,YAAY,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEkE,IAAwBM,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAS,CAAcjI,EAAKoI,EAA0B,CAAC,SAAsBpI,EAAK+I,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB/I,EAAKgJ,EAAM,CAAC,gBAAgB,mBAAmB,aAAa,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,SAAS,GAAM,OAAO,OAAO,GAAG,YAAY,oBAAoB,GAAM,SAAS,YAAY,KAAK,GAAK,MAAM,GAAK,UAAU,QAAQ,QAAQ,GAAK,cAAc,GAAK,QAAQtF,GAAU,QAAQ,SAAS,OAAO,oHAAoH,UAAU,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,cAAc,EAAE,eAAe,EAAE,OAAO,GAAG,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEgE,IAAwB1H,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,SAAsBA,EAAKyJ,GAAgC,CAAC,UAAU,eAAe,mBAAmB,eAAe,SAAsBzJ,EAAKoI,EAA0B,CAAC,SAAsBpI,EAAK+I,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/I,EAAK8I,EAAO,CAAC,IAAI,GAAG,OAAO,OAAO,GAAG,YAAY,MAAMvJ,EAAkBkE,EAAS,EAAE,SAAS,YAAY,OAAO,GAAK,QAAQ,EAAE,OAAO,EAAE,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAewE,EAAM,UAAU,CAAC,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,SAAS,CAAcjI,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKwI,EAAS,CAAC,sBAAsB,GAAK,SAAsBxI,EAAW,EAAS,CAAC,SAAsBA,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,QAAQ,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKwI,EAAS,CAAC,sBAAsB,GAAK,SAAsBxI,EAAW,EAAS,CAAC,SAAsBA,EAAK,IAAI,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKoI,EAA0B,CAAC,SAAsBpI,EAAK+I,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB/I,EAAK0I,EAAkB,CAAC,WAAWlD,EAAY,UAAU,CAAC,UAAU,CAAC,cAAc,CAAC,WAAW,GAAK,UAAU,EAAI,CAAC,CAAC,EAAE,SAAsBxF,EAAK0J,GAAO,CAAC,UAAU,SAAS,UAAU,OAAO,YAAY,CAAC,UAAU,EAAE,YAAY,GAAM,UAAU,EAAE,UAAU,GAAG,SAAS,EAAI,EAAE,IAAI,EAAE,OAAO,OAAO,YAAY,EAAE,GAAG,YAAY,SAAS,YAAY,QAAQ,EAAE,cAAc,EAAE,YAAY,EAAE,eAAe,GAAM,aAAa,EAAE,WAAW,EAAE,cAAc,CAAC,WAAW,GAAK,UAAU,EAAK,EAAE,MAAM,CAAc1J,EAAKmI,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,SAAsBnI,EAAK2J,EAAmB,CAAC,SAAsB3J,EAAKR,EAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKmC,EAAS,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,CAAC,EAAE,SAAS,CAACiI,EAAWC,EAAeC,IAAwB9J,EAAK+J,EAAU,CAAC,SAASH,GAAY,IAAI,CAAC,CAAC,UAAUjG,EAAmB,GAAGE,EAAY,UAAUD,CAAkB,EAAEoG,KAASrG,IAAqB,GAAuB3D,EAAKkI,EAAY,CAAC,GAAG,aAAarE,IAAc,SAAsB7D,EAAKiK,EAAqB,SAAS,CAAC,MAAM,CAAC,UAAUtG,CAAkB,EAAE,SAAsB3D,EAAKkK,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUvG,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASwG,GAA4BnK,EAAKoI,EAA0B,CAAC,OAAO,IAAI,SAAsBpI,EAAK+I,EAAU,CAAC,UAAU,0BAA0B,qBAAqB,UAAU,gBAAgB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/I,EAAKoK,EAAiB,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,UAAU,SAAS,YAAY,UAAUD,EAAc,CAAC,EAAE,UAAU5K,EAAkBqE,CAAkB,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEC,CAAW,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe7D,EAAKmI,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,SAAsBnI,EAAK2J,EAAmB,CAAC,SAAsB3J,EAAKR,EAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKmC,EAAS,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC0I,EAAYC,EAAgBC,IAAyBvK,EAAK+J,EAAU,CAAC,SAASM,GAAa,IAAI,CAAC,CAAC,UAAUvG,EAAmB,GAAGE,EAAY,UAAUD,CAAkB,EAAEyG,KAAU1G,IAAqB,GAAuB9D,EAAKkI,EAAY,CAAC,GAAG,aAAalE,IAAc,SAAsBhE,EAAKiK,EAAqB,SAAS,CAAC,MAAM,CAAC,UAAUnG,CAAkB,EAAE,SAAsB9D,EAAKkK,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUpG,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAAS2G,GAA6BzK,EAAKoI,EAA0B,CAAC,OAAO,IAAI,SAAsBpI,EAAK+I,EAAU,CAAC,UAAU,0BAA0B,qBAAqB,UAAU,gBAAgB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/I,EAAKoK,EAAiB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAUK,EAAe,CAAC,EAAE,UAAUlL,EAAkBwE,CAAkB,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEC,CAAW,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehE,EAAKmI,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,SAAsBnI,EAAK2J,EAAmB,CAAC,SAAsB3J,EAAKR,EAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKmC,EAAS,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC+I,EAAYC,EAAgBC,IAAyB5K,EAAK+J,EAAU,CAAC,SAASW,GAAa,IAAI,CAAC,CAAC,UAAUzG,EAAmB,GAAGE,EAAY,UAAUD,CAAkB,EAAE2G,KAAU5G,IAAqB,GAAuBjE,EAAKkI,EAAY,CAAC,GAAG,aAAa/D,IAAc,SAAsBnE,EAAKiK,EAAqB,SAAS,CAAC,MAAM,CAAC,UAAUhG,CAAkB,EAAE,SAAsBjE,EAAKkK,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUjG,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAAS6G,GAA6B9K,EAAKoI,EAA0B,CAAC,OAAO,IAAI,SAAsBpI,EAAK+I,EAAU,CAAC,UAAU,0BAA0B,qBAAqB,UAAU,gBAAgB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/I,EAAKoK,EAAiB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAUU,EAAe,CAAC,EAAE,UAAUvL,EAAkB2E,CAAkB,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEC,CAAW,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAenE,EAAKmI,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,SAAsBnI,EAAK2J,EAAmB,CAAC,SAAsB3J,EAAKR,EAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKmC,EAAS,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,CAAC,EAAE,SAAS,CAACoJ,EAAYC,EAAgBC,IAAyBjL,EAAK+J,EAAU,CAAC,SAASgB,GAAa,IAAI,CAAC,CAAC,UAAU3G,EAAmB,GAAGE,EAAY,UAAUD,CAAkB,EAAE6G,KAAU9G,IAAqB,GAAuBpE,EAAKkI,EAAY,CAAC,GAAG,aAAa5D,IAAc,SAAsBtE,EAAKiK,EAAqB,SAAS,CAAC,MAAM,CAAC,UAAU7F,CAAkB,EAAE,SAAsBpE,EAAKkK,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU9F,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAAS+G,GAA6BnL,EAAKoI,EAA0B,CAAC,OAAO,IAAI,SAAsBpI,EAAK+I,EAAU,CAAC,UAAU,2BAA2B,qBAAqB,UAAU,gBAAgB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/I,EAAKoK,EAAiB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAUe,EAAe,CAAC,EAAE,UAAU5L,EAAkB8E,CAAkB,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEC,CAAW,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAetE,EAAKmI,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,SAAsBnI,EAAK2J,EAAmB,CAAC,SAAsB3J,EAAKR,EAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKmC,EAAS,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,CAAC,EAAE,SAAS,CAACyJ,EAAYC,EAAgBC,IAAyBtL,EAAK+J,EAAU,CAAC,SAASqB,GAAa,IAAI,CAAC,CAAC,UAAU7G,EAAmB,GAAGE,EAAY,UAAUD,CAAkB,EAAE+G,KAAUhH,IAAqB,GAAuBvE,EAAKkI,EAAY,CAAC,GAAG,aAAazD,IAAc,SAAsBzE,EAAKiK,EAAqB,SAAS,CAAC,MAAM,CAAC,UAAU1F,CAAkB,EAAE,SAAsBvE,EAAKkK,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU3F,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASiH,GAA6BxL,EAAKoI,EAA0B,CAAC,OAAO,IAAI,SAAsBpI,EAAK+I,EAAU,CAAC,UAAU,2BAA2B,qBAAqB,UAAU,gBAAgB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/I,EAAKoK,EAAiB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAUoB,EAAe,CAAC,EAAE,UAAUjM,EAAkBiF,CAAkB,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEC,CAAW,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAezE,EAAKmI,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,eAAe,SAAsBnI,EAAK2J,EAAmB,CAAC,SAAsB3J,EAAKR,EAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKmC,EAAS,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,CAAC,EAAE,SAAS,CAAC8J,EAAYC,EAAgBC,IAAyB3L,EAAK+J,EAAU,CAAC,SAAS0B,GAAa,IAAI,CAAC,CAAC,UAAU/G,EAAmB,GAAGE,EAAY,UAAUD,CAAkB,EAAEiH,KAAUlH,IAAqB,GAAuB1E,EAAKkI,EAAY,CAAC,GAAG,aAAatD,IAAc,SAAsB5E,EAAKiK,EAAqB,SAAS,CAAC,MAAM,CAAC,UAAUvF,CAAkB,EAAE,SAAsB1E,EAAKkK,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUxF,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASmH,GAA6B7L,EAAKoI,EAA0B,CAAC,OAAO,IAAI,SAAsBpI,EAAK+I,EAAU,CAAC,UAAU,0BAA0B,qBAAqB,UAAU,gBAAgB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/I,EAAKoK,EAAiB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAUyB,EAAe,CAAC,EAAE,UAAUtM,EAAkBoF,CAAkB,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEC,CAAW,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe5E,EAAKmI,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,SAAsBnI,EAAK2J,EAAmB,CAAC,SAAsB3J,EAAKR,EAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKmC,EAAS,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,CAAC,EAAE,SAAS,CAACmK,EAAYC,EAAgBC,IAAyBhM,EAAK+J,EAAU,CAAC,SAAS+B,GAAa,IAAI,CAAC,CAAC,UAAUjH,EAAmB,GAAGE,EAAY,UAAUD,CAAkB,EAAEmH,KAAUpH,IAAqB,GAAuB7E,EAAKkI,EAAY,CAAC,GAAG,aAAanD,IAAc,SAAsB/E,EAAKiK,EAAqB,SAAS,CAAC,MAAM,CAAC,UAAUpF,CAAkB,EAAE,SAAsB7E,EAAKkK,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUrF,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASqH,GAA6BlM,EAAKoI,EAA0B,CAAC,OAAO,IAAI,SAAsBpI,EAAK+I,EAAU,CAAC,UAAU,0BAA0B,qBAAqB,UAAU,gBAAgB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/I,EAAKoK,EAAiB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU8B,EAAe,CAAC,EAAE,UAAU3M,EAAkBuF,CAAkB,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEC,CAAW,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/E,EAAKmI,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,eAAe,SAAsBnI,EAAK2J,EAAmB,CAAC,SAAsB3J,EAAKR,EAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKmC,EAAS,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,CAAC,EAAE,SAAS,CAACwK,EAAYC,EAAgBC,IAAyBrM,EAAK+J,EAAU,CAAC,SAASoC,GAAa,IAAI,CAAC,CAAC,UAAUnH,EAAmB,GAAGE,EAAY,UAAUD,CAAkB,EAAEqH,KAAUtH,IAAqB,GAAuBhF,EAAKkI,EAAY,CAAC,GAAG,aAAahD,IAAc,SAAsBlF,EAAKiK,EAAqB,SAAS,CAAC,MAAM,CAAC,UAAUjF,CAAkB,EAAE,SAAsBhF,EAAKkK,EAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUlF,CAAkB,EAAE,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASuH,GAA6BvM,EAAKoI,EAA0B,CAAC,OAAO,IAAI,SAAsBpI,EAAK+I,EAAU,CAAC,UAAU,2BAA2B,qBAAqB,UAAU,gBAAgB,GAAK,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB/I,EAAKoK,EAAiB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAUmC,EAAe,CAAC,EAAE,UAAUhN,EAAkB0F,CAAkB,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEC,CAAW,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAelF,EAAK0I,EAAkB,CAAC,WAAWlD,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGlE,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,MAAM,CAAC,EAAE,SAAsBtB,EAAKoI,EAA0B,CAAC,OAAO,GAAG,MAAM9G,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,EAAE,OAAO,SAAsBtB,EAAK+I,EAAU,CAAC,UAAU,2BAA2B,GAAGjB,GAAW,OAAO,YAAY,IAAI/B,GAAK,QAAQ,YAAY,SAAsB/F,EAAK0I,EAAkB,CAAC,WAAWlD,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsBxF,EAAKwM,GAAa,CAAC,UAAU,kEAAkE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,UAAU,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,OAAO,UAAU,kBAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAexM,EAAKoI,EAA0B,CAAC,SAAsBpI,EAAK+I,EAAU,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB/I,EAAKyM,GAAa,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,GAAG,SAAS,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAezM,EAAK,MAAM,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ0M,GAAI,CAAC,kFAAkF,kFAAkF,qVAAqV,wJAAwJ,8SAA8S,4KAA4K,gRAAgR,4SAA4S,2RAA2R,sSAAsS,yTAAyT,2TAA2T,oOAAoO,wQAAwQ,oXAAoX,oZAAoZ,4RAA4R,oUAAoU,8TAA8T,+TAA+T,uSAAuS,kZAAkZ,sSAAsS,qiBAAqiB,8eAA8e,wRAAwR,sSAAsS,8fAA8f,8fAA8f,wTAAwT,mSAAmS,sRAAsR,yGAAyG,4dAA4d,4aAA4a,yGAAyG,o2UAAo2U,GAAeA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,o6BAAo6B,2qFAA2qF,EAW5j6EC,GAAgBC,GAAQjM,GAAU+L,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,cAAcA,GAAgB,aAAa,CAAC,OAAO,KAAK,MAAM,IAAI,EAAEG,GAASH,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGI,GAAkB,GAAGC,GAAY,GAAGC,GAAW,GAAGC,GAAsB,GAAGC,GAAY,GAAGC,GAAkB,GAAGC,GAAkB,GAAGC,GAAyB,GAAGC,EAAoCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,EACz8H,IAAMC,GAAqB,CAAC,QAAU,CAAC,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAC,EAAE,YAAc,CAAC,6BAA+B,OAAO,sBAAwB,IAAI,yBAA2B,OAAO,yBAA2B,QAAQ,oCAAsC,4JAA0L,4BAA8B,OAAO,sBAAwB,OAAO,uBAAyB,GAAG,qBAAuB,iPAAyR,qBAAuB,MAAM,CAAC,EAAE,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["Image", "props", "image", "alt", "radius", "padding", "link", "newTab", "style", "borderOptions", "shadowOptions", "wrapperStyle", "borderAndShadow", "imageStyle", "shadowStyle", "imageSource", "u", "p", "addPropertyControls", "ControlType", "serializationHash", "variantClassNames", "transition1", "toResponsiveImage", "value", "transition2", "animation", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "getProps", "cursor", "height", "id", "image", "link", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "mW9RdWIcp", "TU0_VETCP", "KXBBB9FTU", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "serializationHash", "Image2", "css", "FramerXCADW9HK9", "withCSS", "XCADW9HK9_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "LayoutHeaderFonts", "getFonts", "v82cNsWRP_default", "ContainerWithFX", "withFX", "Container", "MotionDivWithFX", "motion", "Image1Fonts", "Image", "MotionDivWithMouseParallax1pptvy3", "withCodeBoundaryForOverrides", "withMouseParallax", "VideoFonts", "Video", "MotionDivWithMouseParallax1vjscxs", "MotionDivWithMouseParallaxbqkzlb", "MotionDivWithMouseParallax1vn3cbv", "MotionDivWithMouseParallaxq18ui7", "MotionDivWithMouseParallaxyyxoox", "MotionDivWithMouseParallax11ynjj2", "MotionDivWithMouseParallaxhkn9zn", "MotionDivWithMouseParallax18iau01", "MotionDivWithMouseParallaxfv3zd", "ComponentsTeaserFonts", "XCADW9HK9_default", "TickerFonts", "Ticker", "LayoutFooterFonts", "itHS1ar4Z_default", "SmoothScrollFonts", "SmoothScroll_Prod_default", "CursorCursorDefaultFonts", "fGrUTvgrA_default", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "transition2", "animation1", "isSet", "value", "negate", "toResponsiveImage", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "cursor", "fGrUTvgrA_default", "cursor1", "cursor2", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "Fa5JxDr0d_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "E5YKQpICG", "MKCYR02hI", "rE3RvTsGL", "WVNgvcGZc", "TtlLTpIZL", "A3BlcCAqt", "tVs7Wrr5m", "LVc1nRd1O", "z2g3n4LCl", "XC6iWiFOx", "F0OxK2Oy0", "NwZccHHtP", "jlwKMJm7c", "eBjBnl5U3", "mPaPITSEL", "X6Ko8y_7n", "QCtGNtMEy", "erVfBcDjd", "fq36tmx6T", "sov6XKGPy", "WKFjmTz8_", "XtpCMahgM", "J4MebUyAn", "E5YKQpICGDqfoSJ2pJ", "XC6iWiFOxDqfoSJ2pJ", "idDqfoSJ2pJ", "E5YKQpICGPYVsBti_L", "XC6iWiFOxPYVsBti_L", "idPYVsBti_L", "E5YKQpICGl4jpJz7Lc", "XC6iWiFOxl4jpJz7Lc", "idl4jpJz7Lc", "E5YKQpICGH8ttWXo_0", "XC6iWiFOxH8ttWXo_0", "idH8ttWXo_0", "E5YKQpICGymrEdaj53", "XC6iWiFOxymrEdaj53", "idymrEdaj53", "E5YKQpICGexTEAy7W2", "XC6iWiFOxexTEAy7W2", "idexTEAy7W2", "E5YKQpICGsTm10BzR7", "XC6iWiFOxsTm10BzR7", "idsTm10BzR7", "E5YKQpICGiHygvDnXQ", "XC6iWiFOxiHygvDnXQ", "idiHygvDnXQ", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "ref1", "visible", "textContent", "enumToDisplayNameFunctions", "visible1", "visible2", "visible3", "elementId", "useRouteElementId", "ref2", "visible4", "elementId1", "ref3", "visible5", "visible6", "elementId2", "ref4", "visible7", "visible8", "visible9", "visible10", "visible11", "visible12", "visible13", "visible14", "visible15", "visible16", "visible17", "visible18", "router", "useRouter", "elementId3", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "ContainerWithFX", "v82cNsWRP_default", "MotionDivWithFX", "RichText2", "Link", "PropertyOverrides2", "getLoadingLazyAtYPosition", "Image2", "MotionDivWithMouseParallax1pptvy3", "Image", "Container", "Video", "MotionDivWithMouseParallax1vjscxs", "MotionDivWithMouseParallaxbqkzlb", "MotionDivWithMouseParallax1vn3cbv", "MotionDivWithMouseParallaxq18ui7", "MotionDivWithMouseParallaxyyxoox", "MotionDivWithMouseParallax11ynjj2", "MotionDivWithMouseParallaxhkn9zn", "MotionDivWithMouseParallax18iau01", "MotionDivWithMouseParallaxfv3zd", "Ticker", "ChildrenCanSuspend", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "ResolveLinks", "resolvedLinks", "XCADW9HK9_default", "collection1", "paginationInfo1", "loadMore1", "index1", "resolvedLinks1", "collection2", "paginationInfo2", "loadMore2", "index2", "resolvedLinks2", "collection3", "paginationInfo3", "loadMore3", "index3", "resolvedLinks3", "collection4", "paginationInfo4", "loadMore4", "index4", "resolvedLinks4", "collection5", "paginationInfo5", "loadMore5", "index5", "resolvedLinks5", "collection6", "paginationInfo6", "loadMore6", "index6", "resolvedLinks6", "collection7", "paginationInfo7", "loadMore7", "index7", "resolvedLinks7", "itHS1ar4Z_default", "SmoothScroll_Prod_default", "css", "FramerjaG7XRw4P", "withCSS", "jaG7XRw4P_default", "addFonts", "LayoutHeaderFonts", "Image1Fonts", "VideoFonts", "ComponentsTeaserFonts", "TickerFonts", "LayoutFooterFonts", "SmoothScrollFonts", "CursorCursorDefaultFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
