{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/X1OwyIXHQ2JzpqZYjAMa/aMztniJxkxeHhyCBc4at/yGRdwW4KF.js"],
  "sourcesContent": ["// Generated by Framer (af3ebb8)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCurrentPathVariables,useCustomCursors,useDynamicRefs,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLoadMorePaginatedQuery,useLocaleCode,useLocaleInfo,useQueryData,useRouter,withCSS,withInfiniteScroll}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Spinner from\"https://framerusercontent.com/modules/omo5LdjL4LRSZXvwvWOk/u3WxIJnBoahCGbEeALvk/O_XoZ3FcZ.js\";import RegionButton from\"#framer/local/canvasComponent/mqMOWouNE/mqMOWouNE.js\";import Regions from\"#framer/local/collection/CGJPhL8xY/CGJPhL8xY.js\";import Hero from\"#framer/local/collection/gvq0WJ1vk/gvq0WJ1vk.js\";import metadataProvider from\"#framer/local/webPageMetadata/yGRdwW4KF/yGRdwW4KF.js\";const RegionButtonFonts=getFonts(RegionButton);const SpinnerFonts=getFonts(Spinner);const ContainerWithInfiniteScroll=withInfiniteScroll(Container);const breakpoints={m0_h2c9L9:\"(min-width: 1200px) and (max-width: 1511px)\",MFnh8JODr:\"(min-width: 810px) and (max-width: 1199px)\",OjNjVXfQI:\"(min-width: 1512px)\",XmE91n6lx:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-xLpsa\";const variantClassNames={m0_h2c9L9:\"framer-v-17wo0p9\",MFnh8JODr:\"framer-v-v6hok5\",OjNjVXfQI:\"framer-v-lxos14\",XmE91n6lx:\"framer-v-1xq508p\"};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const negate=value=>{return!value;};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const loaderVariants=(repeaterState,variants,currentVariant)=>{if(repeaterState.currentPage>=repeaterState.totalPages)return variants.disabled??currentVariant;if(repeaterState.isLoading)return variants.loading??currentVariant;return currentVariant;};const QueryData1=({query,pageSize,children})=>{const{paginatedQuery,paginationInfo,loadMore}=useLoadMorePaginatedQuery(query,pageSize,\"PkkuQogfV\");const data=useQueryData(paginatedQuery);return children(data,paginationInfo,loadMore);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop 2\":\"m0_h2c9L9\",Desktop:\"OjNjVXfQI\",Phone:\"XmE91n6lx\",Tablet:\"MFnh8JODr\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"OjNjVXfQI\"};};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:\"yGRdwW4KF\",data:Regions,type:\"Collection\"},select:[{collection:\"yGRdwW4KF\",name:\"id\",type:\"Identifier\"},{collection:\"yGRdwW4KF\",name:\"MuJ8EXnLL\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"yGRdwW4KF\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,MuJ8EXnLL=getFromCurrentRouteData(\"MuJ8EXnLL\")??\"\",MuJ8EXnLLqn7bZ2cUj,pEeOsiDv3qn7bZ2cUj,idqn7bZ2cUj,M27E1NFEvPkkuQogfV,baFYzgRugPkkuQogfV,CmyNqEBDY_MuJ8EXnLLPkkuQogfV,qf1RX5XMjPkkuQogfV,gk511dvRoPkkuQogfV,zvHkFyioDPkkuQogfV,idPkkuQogfV,id=getFromCurrentRouteData(\"id\"),MuJ8EXnLLFhhh9lLhs,pEeOsiDv3Fhhh9lLhs,idFhhh9lLhs,...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=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"XmE91n6lx\")return false;return true;};const router=useRouter();const isDisplayed1=value=>{if(!isBrowser())return true;if(baseVariant===\"m0_h2c9L9\")return value;return true;};const activeLocaleCode=useLocaleCode();const dynamicRef=useDynamicRefs();const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"XmE91n6lx\")return true;return false;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"OjNjVXfQI\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-8c5bdc94-bcfc-4089-a41e-090aebc09884, rgb(1, 8, 18)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-lxos14\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9lemyx\",children:[/*#__PURE__*/_jsx(Link,{href:{hash:\":iVVgfXeIa\",webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"m9AfCRaDV\",openInNewTab:false,scopeId:\"yGRdwW4KF\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-3gfnlg framer-cj0dwi\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1tg2eml\",\"data-framer-name\":\"Back\",fill:\"black\",intrinsicHeight:48,intrinsicWidth:48,svg:'<svg width=\"48\" height=\"48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"48\" height=\"48\" rx=\"24\" transform=\"matrix(-1 0 0 1 48 0)\" fill=\"#EDF0F4\" fill-opacity=\".08\"/><path d=\"m25.418 29.864-3.312-4.776 2.016.096c1.984.08 3.72.184 5.208.312 1.488.112 2.392.208 2.712.288V21.44c-.336.096-1.248.2-2.736.312-1.504.112-3.232.2-5.184.264l-2.016.072 3.312-4.752-1.584-1.464a259.765 259.765 0 0 1-8.112 7.728c2.72 2.48 5.424 5.056 8.112 7.728l1.584-1.464Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1037zmd\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-mj35kc\",\"data-framer-name\":\"Uaff-mono-logo\",fill:\"black\",intrinsicHeight:50,intrinsicWidth:202,svg:'<svg width=\"202\" height=\"50\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\" fill=\"#EDF0F4\" opacity=\".5\"><path d=\"m95.726 44.185-.146.86c.494.6 1.14 1.07 1.88 1.346l.786-.452-.907-1.385-1.613-.367v-.002Zm.512-4.364-1.028.129a4.42 4.42 0 0 0-.633 2.124l.709.668 1.064-1.268-.114-1.653h.002Zm2.768-.241.026-.01 1.542-.605-.469-1.022-.041-.01-.025-.007-.016-.004-.053-.012-.057-.012-.017-.004-.028-.006h-.005l-.016-.005-.053-.01-.023-.004a1.352 1.352 0 0 1-.082-.014l-.061-.008-.029-.005-.08-.01-.038-.004c-.025-.002-.052-.004-.076-.008h-.029a.767.767 0 0 0-.096-.01h-.01c-.033 0-.066-.004-.099-.004h-.012l-.108-.002h-.086c-.037 0-.074 0-.109.002h-.012c-.033 0-.066.004-.098.004h-.011c-.032 0-.063.004-.096.006h-.029a.975.975 0 0 1-.075.01l-.04.004-.08.01-.028.005-.061.008a1.402 1.402 0 0 0-.082.014l-.023.004-.053.01-.016.005h-.004l-.029.006-.016.004-.058.012-.053.012-.016.005-.025.006-.04.01-.47 1.022 1.542.604.027.01-.004.002Z\"/><path d=\"M106.472 39.84s-.958-2.907-2.974-6.632c0 0-.037-.08-.097-.22a6.688 6.688 0 0 0-.2-.5c-.379-.839-.676-1.711-.983-2.58-.547-1.554-1.02-3.131-1.353-4.745a23.72 23.72 0 0 1-.514-5.33 96.12 96.12 0 0 1 .123-3.56c.061-1.109.141-2.215.21-3.323.072-1.108.138-2.214.211-3.322.082-1.233.129-2.466.16-3.7.055-2.133-.51-4.044-1.847-5.705a3.469 3.469 0 0 0-.137-.16c-.014-.016-.065-.061-.065-.061l-.066.061-.137.16c-1.337 1.661-1.902 3.572-1.847 5.704.033 1.235.08 2.468.16 3.701.074 1.108.14 2.214.21 3.322.073 1.108.15 2.214.212 3.322.065 1.186.098 2.374.123 3.562a23.756 23.756 0 0 1-.514 5.329c-.336 1.616-.807 3.19-1.354 4.745-.305.869-.604 1.743-.982 2.58-.076.17-.142.337-.201.5l-.096.22c-2.017 3.725-2.975 6.631-2.975 6.631a7.793 7.793 0 0 0-.358 2.337c0 1.921.694 3.68 1.842 5.043a7.801 7.801 0 0 0 5.98 2.783c2.4 0 4.548-1.081 5.981-2.783a7.8 7.8 0 0 0 1.484-7.38h.004ZM98.6 29.467l.39-.942.014-.033.014.033.389.942c.018.04 1.194 2.878 2.393 5.397a7.81 7.81 0 0 0-5.589 0c1.198-2.52 2.375-5.358 2.393-5.397H98.6Zm.406 18.154a5.443 5.443 0 0 1-5.442-5.444 5.443 5.443 0 1 1 10.883 0 5.443 5.443 0 0 1-5.441 5.444Z\"/><path d=\"m100.672 44.552-.907 1.385.786.452a4.425 4.425 0 0 0 1.88-1.345l-.146-.86-1.613.366v.002Zm1.102-4.731-.115 1.653 1.065 1.268.708-.668a4.422 4.422 0 0 0-.633-2.124l-1.027-.129h.002Zm-1.431 2.966.325-.971-.823-.613-.823-.61-.016-.01-.017.01-.823.61-.823.613.326.97.325.974 1.012-.01 1.011.01.326-.973Zm-10.233-.633c0-.056.002-.113.004-.168l-3.368-.264c-.739-.009-.606-.645-.606-.645s.125-1.963 1.611-6.266c1.137-3.289 4.46-6.535 4.46-6.535.247-.232.23-.606.23-.606l-.23-2c-.222-2.619-1.198-8.302-1.198-8.302-.156-1.327-.942-4.01-.942-4.01-1.147-3.726-3.415-6.163-3.415-6.163-2.46-2.695-3.994-3.12-3.994-3.12-.465-.18-.465.246-.465.246l-.012 4.396.012 17.314c-.039 1.135.231 3.017.231 3.017a10.087 10.087 0 0 0 1.315 3.41s.514-1.003.946-1.673c.327-.508 1.26-1.649 1.26-1.649-.374-.63-.865-2.165-.865-2.165l-.078-13.73-.012-3.005c.606.322 1.52 1.82 1.52 1.82.928 1.38 1.985 5.838 1.985 5.838.258 1.006.747 5.055.747 5.055.09.72.297 3.983.297 3.983.039.332-.125.392-.125.392-.618.426-1.886 1.722-1.886 1.722-1.212 1.135-2.655 3.623-2.655 3.623-.864 1.432-1.624 3.752-1.624 3.752-.745 2.12-1.056 4.449-1.056 4.449-.22 1.431-.103 2.926-.103 2.926.45 1.522 1.819 1.612 1.819 1.612l6.901-.026a7.769 7.769 0 0 1-.7-3.228h-.004Zm17.765 0c0-.056-.002-.113-.004-.168l3.368-.264c.739-.009.606-.645.606-.645s-.125-1.963-1.612-6.266c-1.136-3.289-4.459-6.535-4.459-6.535-.248-.232-.231-.606-.231-.606l.231-2c.221-2.619 1.198-8.302 1.198-8.302.155-1.327.942-4.01.942-4.01 1.146-3.726 3.415-6.163 3.415-6.163 2.461-2.695 3.994-3.12 3.994-3.12.465-.18.465.246.465.246l.012 4.396-.012 17.314c.039 1.135-.232 3.017-.232 3.017-.348 1.946-1.314 3.41-1.314 3.41s-.514-1.003-.946-1.673c-.327-.508-1.261-1.649-1.261-1.649.375-.63.866-2.165.866-2.165l.078-13.73.012-3.005c-.606.322-1.521 1.82-1.521 1.82-.928 1.38-1.984 5.838-1.984 5.838-.258 1.006-.747 5.055-.747 5.055-.09.72-.297 3.983-.297 3.983-.039.332.125.392.125.392.618.426 1.885 1.722 1.885 1.722 1.212 1.135 2.656 3.623 2.656 3.623.864 1.432 1.623 3.752 1.623 3.752.746 2.12 1.057 4.449 1.057 4.449.219 1.431.102 2.926.102 2.926-.45 1.522-1.818 1.612-1.818 1.612l-6.902-.026a7.76 7.76 0 0 0 .701-3.228h.004Z\"/><path d=\"M89.31 33.892s.685.77 2.976 1.614c0 0-1.365 2.89-1.408 3.223 0 0-1.81-.399-2.914-1.392 0 0 .823-2.456 1.347-3.445h-.002Zm19.32 0s-.686.77-2.977 1.614c0 0 1.366 2.89 1.409 3.223 0 0 1.81-.399 2.913-1.392 0 0-.823-2.456-1.347-3.445h.002ZM124.948 16.1h-1.073v29.296h1.073V16.1Zm8.154 4.246v-2.653c0-.84-.297-1.341-.553-1.515v-.02h2.488v.02c-.236.174-.522.665-.522 1.515v2.765c0 1.393.419 1.915 1.535 1.915.993 0 1.444-.604 1.444-1.915v-2.765c0-.84-.297-1.341-.522-1.515v-.02h2.456v.02c-.266.174-.552.665-.552 1.515v2.653c0 2.078-.963 3.103-2.938 3.103-1.822 0-2.836-1.014-2.836-3.103Zm9.756 2.908v.02h-2.457v-.02c.256-.174.553-.676.553-1.516v-4.085c0-.81-.287-1.301-.553-1.475v-.02h2.457v.02c-.236.174-.502.676-.502 1.515v4.056c0 .84.266 1.33.502 1.505Zm4.238-.154v.02l-2.058.35c-.061-.236-.266-.626-.501-.974l-2.068-3.072 1.73-2.447c.256-.369.348-.625.338-.82h2.129v.02c-.43.206-.881.687-1.208 1.137l-1.444 1.956 1.945 2.847c.348.512.635.779 1.137.983Zm6.654-.01v.02l-2.099.38a5.678 5.678 0 0 0-.522-1.137l-1.587-2.714h.492c.88 0 1.371-.358 1.371-1.27 0-.747-.491-1.218-1.371-1.208l-.717.01v4.608c0 .81.287 1.3.512 1.475v.02h-2.467v-.02c.266-.174.553-.676.553-1.516v-4.085c0-.81-.287-1.301-.553-1.475v-.02h2.907c1.638 0 2.59.829 2.59 2.16 0 1.086-.532 1.751-1.392 2.028l.952 1.546c.389.625.839 1.034 1.331 1.198Zm7.36.164v.02h-2.314v-.02c.174-.133.256-.553 0-1.26l-.092-.245h-2.641l-.092.245c-.266.707-.164 1.127-.021 1.26v.02h-2.149v-.02c.276-.246.716-.87.993-1.659l1.464-4.219c.204-.604.01-1.034-.185-1.198v-.02h2.713v.02c-.194.174-.399.594-.184 1.198l1.505 4.22c.276.788.716 1.422 1.003 1.658Zm-4.33-3.594-.379 1.085h1.965l-.378-1.085c-.236-.666-.492-1.352-.594-2.14h-.041c-.092.788-.338 1.474-.573 2.14Zm4.75 3.594c.255-.174.552-.676.552-1.516v-4.045c0-.85-.286-1.341-.552-1.515v-.02h2.518v.02c-.256.174-.553.676-.553 1.515v4.045c0 .85.287 1.342.553 1.516v.02h-2.518v-.02Zm3.726 0c.256-.174.553-.676.553-1.516v-4.096c0-.553-.175-1.208-.553-1.464v-.02h2.323c.021.204.082.42.42.982l1.474 2.479c.307.512.635 1.239.942 2.027h.041a12.007 12.007 0 0 1-.164-2.11v-1.843c0-.85-.256-1.341-.522-1.515v-.02h2.365v.02c-.266.174-.553.676-.553 1.515v4.045c0 .84.287 1.342.553 1.516v.02h-2.16a6.984 6.984 0 0 0-.512-.972l-1.443-2.345c-.492-.789-.758-1.393-1.065-2.335h-.041c.164.973.184 1.638.184 2.375v1.741c0 .85.256 1.342.522 1.516v.02h-2.364v-.02Zm8.087 0c.256-.174.553-.676.553-1.516v-4.045c0-.85-.287-1.341-.553-1.515v-.02h2.518v.02c-.256.174-.553.676-.553 1.515v4.045c0 .85.287 1.342.553 1.516v.02h-2.518v-.02Zm10.226 0v.02h-2.313v-.02c.174-.133.256-.553 0-1.26l-.092-.245h-2.642l-.092.245c-.266.707-.163 1.127-.02 1.26v.02h-2.15v-.02c.277-.246.717-.87.993-1.659l1.464-4.219c.205-.604.01-1.034-.184-1.198v-.02h2.712v.02c-.194.174-.399.594-.184 1.198l1.505 4.22c.276.788.717 1.422 1.003 1.658Zm-4.33-3.594-.379 1.085h1.966l-.379-1.085c-.235-.666-.491-1.352-.594-2.14h-.041c-.092.788-.338 1.474-.573 2.14Zm4.75 3.594c.256-.174.553-.676.553-1.516v-4.096c0-.553-.174-1.208-.553-1.464v-.02h2.324c.02.204.082.42.419.982l1.474 2.479c.308.512.635 1.239.942 2.027h.041a12.007 12.007 0 0 1-.164-2.11v-1.843c0-.85-.256-1.341-.522-1.515v-.02h2.365v.02c-.266.174-.553.676-.553 1.515v4.045c0 .84.287 1.342.553 1.516v.02h-2.16a6.984 6.984 0 0 0-.512-.972l-1.443-2.345c-.492-.789-.758-1.393-1.065-2.335h-.041c.164.973.185 1.638.185 2.375v1.741c0 .85.255 1.342.522 1.516v.02h-2.365v-.02Zm-44.704 11.06v.02h-2.313v-.02c.174-.133.256-.553 0-1.26l-.093-.246h-2.641l-.092.246c-.266.707-.164 1.127-.02 1.26v.02h-2.15v-.02c.276-.246.717-.87.993-1.66l1.464-4.218c.205-.605.01-1.035-.184-1.198v-.02h2.712v.02c-.194.174-.399.593-.184 1.198l1.505 4.219c.276.788.716 1.423 1.003 1.659Zm-4.33-3.595-.379 1.086h1.966l-.379-1.086c-.236-.665-.491-1.352-.594-2.14h-.041c-.092.788-.338 1.475-.573 2.14Zm4.658 3.359-.174-1.72.02-.01c.614.798 1.28 1.095 2.119 1.075.829-.02 1.188-.369 1.188-.922 0-.706-.625-.973-1.321-1.26-.891-.368-1.884-.788-1.884-2.211 0-1.014.871-1.946 2.457-1.946.533 0 1.014.061 1.607.215l.133 1.68h-.02c-.44-.677-1.024-.84-1.617-.84-.778 0-1.178.266-1.178.788 0 .594.574.83 1.239 1.106.911.38 1.996.83 1.996 2.366 0 1.136-.839 2.068-2.498 2.089-.829.01-1.607-.133-2.067-.41Zm5.609 0-.174-1.72.021-.01c.614.798 1.279 1.095 2.119 1.075.829-.02 1.187-.369 1.187-.922 0-.706-.624-.973-1.32-1.26-.891-.368-1.884-.788-1.884-2.211 0-1.014.87-1.946 2.457-1.946.532 0 1.013.061 1.607.215l.133 1.68h-.02c-.44-.677-1.024-.84-1.618-.84-.778 0-1.177.266-1.177.788 0 .594.573.83 1.239 1.106.911.38 1.996.83 1.996 2.366 0 1.136-.839 2.068-2.498 2.089-.829.01-1.607-.133-2.068-.41Zm5.344-3.236c0-2.304 1.433-3.83 3.798-3.83 2.19 0 3.654 1.485 3.654 3.687 0 2.201-1.525 3.84-3.808 3.84s-3.644-1.598-3.644-3.697Zm5.927-.04c0-1.731-.839-2.725-2.232-2.725-1.392 0-2.17 1.065-2.17 2.663 0 1.68.758 2.734 2.222 2.734 1.259 0 2.18-1.034 2.18-2.673Zm2.426.02c0-2.304 1.515-3.748 3.849-3.748.655 0 1.208.082 1.802.256l.164 1.771-.021.01c-.42-.655-1.167-.962-1.955-.962-1.443 0-2.314.993-2.314 2.57s.758 2.683 2.181 2.683c1.105 0 1.771-.45 2.303-1.147l.021.01-.246 1.834a6.766 6.766 0 0 1-2.18.389c-2.212 0-3.604-1.567-3.604-3.666Zm6.879 3.492c.256-.174.553-.676.553-1.516v-4.045c0-.85-.287-1.341-.553-1.515v-.02h2.518v.02c-.255.174-.552.675-.552 1.515v4.045c0 .85.286 1.342.552 1.516v.02h-2.518v-.02Zm10.227 0v.02h-2.314v-.02c.174-.133.256-.553 0-1.26l-.092-.246h-2.641l-.092.246c-.266.707-.164 1.127-.021 1.26v.02h-2.149v-.02c.276-.246.716-.87.993-1.66l1.464-4.218c.204-.605.01-1.035-.185-1.198v-.02h2.713v.02c-.195.174-.399.593-.184 1.198l1.505 4.219c.276.788.716 1.423 1.003 1.659Zm-4.33-3.595-.379 1.086h1.965l-.378-1.086c-.236-.665-.492-1.352-.594-2.14h-.041c-.092.788-.338 1.475-.573 2.14Zm9.602-1.709-.021.01a1.535 1.535 0 0 0-1.331-.758h-.767v4.454c0 .88.286 1.424.624 1.598v.02h-2.651v-.02c.297-.174.624-.727.624-1.598v-4.454h-.778c-.614 0-1.095.348-1.331.757l-.02-.01.174-1.874c.471.062.901.082 1.402.082h2.498c.502 0 .932-.02 1.403-.082l.174 1.874Zm.808 5.304c.256-.174.553-.676.553-1.516v-4.045c0-.85-.286-1.341-.553-1.515v-.02h2.519v.02c-.256.174-.553.675-.553 1.515v4.045c0 .85.286 1.342.553 1.516v.02h-2.519v-.02Zm3.573-3.472c0-2.304 1.433-3.83 3.798-3.83 2.19 0 3.654 1.485 3.654 3.687 0 2.201-1.525 3.84-3.808 3.84s-3.644-1.598-3.644-3.697Zm5.927-.04c0-1.731-.839-2.725-2.232-2.725-1.392 0-2.17 1.065-2.17 2.663 0 1.68.758 2.734 2.222 2.734 1.259 0 2.18-1.034 2.18-2.673Zm2.58 3.512c.256-.174.552-.676.552-1.516v-4.096c0-.553-.174-1.209-.552-1.465v-.02h2.323c.021.205.082.42.42.983l1.474 2.478c.307.512.635 1.24.942 2.028h.041a12.005 12.005 0 0 1-.164-2.11v-1.843c0-.85-.256-1.341-.522-1.515v-.02h2.365v.02c-.266.174-.553.675-.553 1.515v4.045c0 .84.287 1.342.553 1.516v.02h-2.16a6.984 6.984 0 0 0-.512-.973l-1.443-2.345c-.492-.788-.758-1.392-1.065-2.335h-.041c.164.973.184 1.639.184 2.376v1.741c0 .85.256 1.342.522 1.516v.02h-2.364v-.02Zm-61.734 8.985c0-1.383.86-2.298 2.279-2.298 1.314 0 2.192.89 2.192 2.212 0 1.32-.915 2.304-2.284 2.304-1.37 0-2.187-.959-2.187-2.218Zm3.556-.025c0-1.038-.503-1.634-1.339-1.634-.835 0-1.302.639-1.302 1.597 0 1.008.455 1.64 1.333 1.64.756 0 1.308-.62 1.308-1.603Zm4.515-1.051-.013.007c-.221-.363-.614-.492-1.093-.492h-.688v1.143h.541c.442 0 .737-.012.921-.05l-.197 1.107h-.012c-.08-.265-.362-.443-.669-.443h-.584v.977c0 .51.172.805.332.91v.012h-1.505v-.012c.154-.105.332-.406.332-.91v-2.427c0-.602-.154-.81-.326-.91v-.011h2.058c.368 0 .589-.013.792-.05l.111 1.15Zm8.316-2.113-.02.01c-.369-.604-1.024-.82-1.823-.82h-1.146v1.906h.901c.737 0 1.228-.021 1.535-.082l-.327 1.843h-.021c-.133-.44-.604-.737-1.116-.737h-.972v1.628c0 .85.287 1.341.553 1.515v.02h-2.508v-.02c.256-.174.552-.675.552-1.515v-4.045c0-1.004-.255-1.352-.542-1.516v-.02h3.429c.614 0 .983-.02 1.321-.082l.184 1.915Zm.706 1.792c0-2.304 1.433-3.83 3.798-3.83 2.191 0 3.655 1.485 3.655 3.686 0 2.202-1.526 3.84-3.808 3.84-2.283 0-3.645-1.597-3.645-3.696Zm5.927-.041c0-1.73-.839-2.724-2.231-2.724s-2.17 1.065-2.17 2.663c0 1.679.757 2.734 2.221 2.734 1.259 0 2.18-1.035 2.18-2.673Zm2.426.041c0-2.304 1.434-3.83 3.798-3.83 2.191 0 3.655 1.485 3.655 3.686 0 2.202-1.525 3.84-3.808 3.84s-3.645-1.597-3.645-3.696Zm5.928-.041c0-1.73-.84-2.724-2.232-2.724-1.392 0-2.17 1.065-2.17 2.663 0 1.679.757 2.734 2.221 2.734 1.259 0 2.181-1.035 2.181-2.673Zm7.503-1.792-.02.01a1.537 1.537 0 0 0-1.331-.758h-.768v4.455c0 .88.287 1.423.625 1.597v.02h-2.652v-.02c.297-.174.625-.727.625-1.597V39.32h-.778c-.614 0-1.096.348-1.331.758l-.021-.01.175-1.874c.47.061.9.082 1.402.082h2.498c.501 0 .931-.02 1.402-.082l.174 1.874Zm6.296 3.226c0 1.33-1.004 2.099-2.396 2.099h-3.112v-.02c.256-.195.604-.656.604-1.578v-3.932c0-.84-.276-1.341-.604-1.567v-.02h2.826c1.535 0 2.313.573 2.313 1.792 0 .778-.583 1.413-1.177 1.505v.03c.85.103 1.546.861 1.546 1.69Zm-3.501-4.015v1.844h.737c.594 0 .952-.328.952-.983 0-.584-.348-.86-.952-.86h-.737Zm2.037 3.963c0-.675-.369-1.126-1.136-1.126h-.901v2.273h.901c.767 0 1.136-.47 1.136-1.147Zm8.957 2.13v.02h-2.313v-.02c.174-.133.255-.553 0-1.26l-.093-.245h-2.641l-.092.246c-.266.706-.164 1.126-.02 1.26v.02h-2.15v-.02c.276-.246.717-.871.993-1.66l1.464-4.219c.205-.604.01-1.034-.184-1.198v-.02h2.712v.02c-.194.174-.399.594-.184 1.198l1.505 4.22c.276.788.716 1.423 1.003 1.658Zm-4.33-3.594-.379 1.085h1.966l-.379-1.085c-.236-.666-.492-1.352-.594-2.14h-.041c-.092.788-.338 1.474-.573 2.14Zm8.384 3.615h-3.634v-.02c.256-.175.553-.677.553-1.516v-4.086c0-.81-.287-1.3-.553-1.475v-.02h2.508v.02c-.256.174-.553.676-.553 1.516v4.557h1.013c.891 0 1.608-.307 2.048-.922l.02.01-.266 2.018c-.389-.072-.665-.082-1.136-.082Zm5.671 0h-3.634v-.02c.256-.175.553-.677.553-1.516v-4.086c0-.81-.287-1.3-.553-1.475v-.02h2.508v.02c-.256.174-.553.676-.553 1.516v4.557h1.014c.89 0 1.607-.307 2.047-.922l.02.01-.266 2.018c-.389-.072-.665-.082-1.136-.082ZM6.777 16.153v.02c-.512.39-.82.881-1.055 1.516L4.28 21.57c-.317.85-.317 1.311.01 1.68v.02H1.853v-.02c.379-.379.706-.86.993-1.618l.389-1.024h-.952L.942 17.587C.645 16.932.379 16.46 0 16.174v-.02h2.395v.02c-.225.43-.215.799.052 1.413l1.023 2.396.911-2.396c.226-.594.266-.983.154-1.434h2.242Zm3.091 7.097v.02H7.411v-.02c.256-.174.553-.676.553-1.516v-4.086c0-.809-.286-1.3-.553-1.474v-.02h2.457v.02c-.235.174-.501.676-.501 1.515v4.056c0 .84.266 1.33.501 1.505Zm4.238-.154v.02l-2.057.349c-.062-.236-.266-.625-.502-.973L9.479 19.42l1.73-2.448c.256-.368.348-.624.338-.819h2.13v.02c-.43.206-.881.687-1.209 1.138l-1.443 1.955 1.945 2.847c.348.512.635.779 1.136.983Zm5.641-4.628c0 1.669-.952 2.457-2.58 2.457h-.84v.85c0 .81.287 1.3.553 1.475v.02h-2.508v-.02c.256-.174.553-.676.553-1.516v-4.086c0-.809-.286-1.3-.553-1.474v-.02h2.795c1.628 0 2.58.839 2.58 2.314Zm-1.454.071c0-.942-.43-1.372-1.361-1.372h-.604v2.734l.604.01c.941.01 1.361-.491 1.361-1.372Zm8.517 4.711v.02h-2.313v-.02c.174-.133.255-.553 0-1.26l-.093-.245h-2.64l-.093.245c-.266.707-.164 1.127-.02 1.26v.02H19.5v-.02c.276-.246.716-.87.993-1.659l1.464-4.22c.205-.603.01-1.033-.184-1.197v-.02h2.712v.02c-.194.174-.399.594-.184 1.198l1.505 4.219c.276.788.716 1.423 1.003 1.659Zm-4.33-3.595-.379 1.086h1.966l-.38-1.085c-.235-.666-.49-1.352-.593-2.14h-.04c-.093.788-.339 1.474-.574 2.14Zm4.617-4.751c0-.338.266-.604.604-.604.337 0 .583.266.583.604a.588.588 0 0 1-.583.604.612.612 0 0 1-.604-.604Zm.133 8.346c.256-.174.552-.676.552-1.516V17.69c0-.85-.286-1.341-.552-1.515v-.02h2.518v.02c-.256.174-.553.676-.553 1.515v4.045c0 .85.287 1.342.553 1.516v.02H27.23v-.02Zm1.464-8.346c0-.338.266-.604.604-.604.337 0 .583.266.583.604a.588.588 0 0 1-.583.604.612.612 0 0 1-.604-.604Zm8.343 2.786v4.085c0 .81.286 1.3.552 1.475v.02h-2.477v-.02c.235-.174.522-.676.522-1.475v-1.792h-2.723v1.751c0 .85.276 1.342.522 1.516v.02h-2.477v-.02c.256-.174.553-.676.553-1.516V17.69c0-.85-.287-1.341-.553-1.515v-.02h2.477v.02c-.235.174-.522.676-.522 1.515v1.27h2.723v-1.27c0-.85-.276-1.341-.522-1.515v-.02h2.477v.02c-.256.174-.552.676-.552 1.515Zm1.607 2.068c0-2.304 1.515-3.748 3.849-3.748.655 0 1.208.082 1.801.256l.164 1.772-.02.01c-.42-.656-1.167-.963-1.956-.963-1.443 0-2.313.993-2.313 2.57 0 1.578.758 2.683 2.18 2.683 1.106 0 1.771-.45 2.304-1.146l.02.01-.246 1.833a6.772 6.772 0 0 1-2.18.389c-2.211 0-3.603-1.567-3.603-3.666Zm12.346 1.075c0 1.608-1.117 2.437-2.458 2.437h-3.01v-.02c.257-.174.553-.676.553-1.516v-4.086c0-.809-.286-1.3-.552-1.474v-.02h2.508v.02c-.256.174-.553.676-.553 1.515v.901h.962c1.495 0 2.55.789 2.55 2.243Zm-1.465.082c0-.89-.46-1.31-1.453-1.31h-.594v2.641h.594c.993 0 1.453-.47 1.453-1.33Zm4.822 2.335v.02H51.89v-.02c.256-.174.553-.676.553-1.516v-4.086c0-.809-.287-1.3-.553-1.474v-.02h2.457v.02c-.236.174-.502.676-.502 1.515v4.056c0 .84.266 1.33.502 1.505Zm4.238-.154v.02l-2.058.349c-.061-.236-.266-.625-.501-.973l-2.068-3.072 1.73-2.448c.256-.368.348-.624.338-.819h2.129v.02c-.43.206-.88.687-1.208 1.138l-1.443 1.955 1.945 2.847c.348.512.634.779 1.136.983Zm7.422.154v.02h-2.314v-.02c.174-.133.256-.553 0-1.26l-.092-.245H60.96l-.092.245c-.267.707-.164 1.127-.02 1.26v.02h-2.15v-.02c.276-.246.716-.87.992-1.659l1.464-4.22c.205-.603.01-1.033-.184-1.197v-.02h2.713v.02c-.195.174-.4.594-.184 1.198l1.504 4.219c.277.788.717 1.423 1.004 1.659Zm-4.33-3.595-.38 1.086h1.966l-.379-1.085c-.235-.666-.491-1.352-.593-2.14h-.041c-.093.788-.338 1.474-.574 2.14ZM15.498 34.31v.02h-2.313v-.02c.174-.134.256-.553 0-1.26l-.092-.246h-2.641l-.092.246c-.267.707-.164 1.127-.021 1.26v.02h-2.15v-.02c.277-.246.717-.87.993-1.66l1.464-4.218c.205-.605.01-1.035-.184-1.199v-.02h2.713v.02c-.195.174-.4.594-.185 1.199l1.505 4.219c.277.788.717 1.423 1.003 1.659Zm-4.33-3.595-.378 1.086h1.965l-.379-1.086c-.235-.665-.491-1.352-.594-2.14h-.04c-.093.788-.338 1.475-.574 2.14Zm4.382.103c0-2.305 1.515-3.748 3.849-3.748a6.13 6.13 0 0 1 1.801.256l.164 1.771-.02.01c-.42-.655-1.167-.962-1.956-.962-1.443 0-2.313.993-2.313 2.57s.757 2.683 2.18 2.683c1.106 0 1.771-.45 2.303-1.147l.021.01-.246 1.833c-.522.185-1.32.39-2.18.39-2.211 0-3.603-1.567-3.603-3.666Zm6.613.02c0-2.304 1.433-3.83 3.797-3.83 2.191 0 3.655 1.485 3.655 3.687 0 2.201-1.525 3.84-3.808 3.84s-3.644-1.598-3.644-3.697Zm5.927-.04c0-1.731-.84-2.725-2.232-2.725-1.392 0-2.17 1.065-2.17 2.663 0 1.68.757 2.734 2.221 2.734 1.26 0 2.18-1.034 2.18-2.673Zm9.724 2.436-.532 2.243h-.02c-.246-.655-.686-1.147-1.577-1.147H30.67v-.02c.256-.175.553-.676.553-1.516v-4.045c0-.85-.287-1.341-.553-1.516v-.02h2.478v.02c-.226.174-.523.676-.523 1.516v4.557l2.61.01V28.75c0-.85-.286-1.341-.521-1.516v-.02h2.477v.02c-.256.174-.553.676-.553 1.516v4.567c.41-.02.799-.05 1.177-.082Zm.686 1.076c.256-.175.553-.676.553-1.516v-4.045c0-.85-.286-1.341-.553-1.516v-.02h2.519v.02c-.256.174-.553.676-.553 1.516v4.045c0 .85.286 1.342.553 1.516v.02H38.5v-.02Zm10.227 0v.02h-2.314v-.02c.174-.134.256-.553 0-1.26l-.092-.246H43.68l-.092.246c-.266.707-.164 1.127-.02 1.26v.02h-2.15v-.02c.276-.246.716-.87.993-1.66l1.463-4.218c.205-.605.01-1.035-.184-1.199v-.02h2.713v.02c-.194.174-.4.594-.184 1.199l1.505 4.219c.276.788.716 1.423 1.003 1.659Zm-4.33-3.595-.38 1.086h1.966l-.378-1.086c-.236-.665-.492-1.352-.594-2.14h-.041c-.092.788-.338 1.475-.573 2.14Zm11.895 2.519-.533 2.243h-.02c-.246-.655-.686-1.147-1.576-1.147h-5.016v-.02c.255-.175.552-.676.552-1.516v-4.045c0-.85-.286-1.341-.552-1.516v-.02h2.477v.02c-.225.174-.522.676-.522 1.516v4.557l2.61.01V28.75c0-.85-.287-1.341-.522-1.516v-.02h2.477v.02c-.256.174-.553.676-.553 1.516v4.567c.41-.02.799-.05 1.178-.082Zm.686 1.076c.256-.175.552-.676.552-1.516v-4.045c0-.85-.286-1.341-.552-1.516v-.02h2.518v.02c-.256.174-.553.676-.553 1.516v4.045c0 .85.287 1.342.553 1.516v.02h-2.518v-.02Zm8.476-5.561v4.045c0 .85.286 1.342.552 1.516v.02H63.56v-.02c.225-.175.491-.676.491-1.516v-4.567l-.778-.01c-.87-.01-1.361.399-1.361 1.28 0 .747.491 1.198 1.361 1.198h.553l-1.515 2.703a5.11 5.11 0 0 0-.491 1.147l-1.945-.379v-.02c.399-.113.86-.563 1.197-1.147l.88-1.536c-.9-.277-1.463-.953-1.463-1.874 0-1.547.88-2.376 2.61-2.376h2.907v.02c-.255.174-.552.676-.552 1.516Zm-33.096 9.524v.02c-.512.39-.819.88-1.054 1.516l-1.444 3.88c-.317.85-.317 1.312.01 1.68v.02h-2.436v-.02c.38-.379.707-.86.993-1.618l.39-1.024h-.953l-1.34-3.02c-.297-.656-.564-1.127-.943-1.414v-.02h2.396v.02c-.225.43-.215.799.051 1.413l1.024 2.397.91-2.397c.226-.594.267-.983.154-1.433h2.242Zm5.886 1.792-.02.01a1.536 1.536 0 0 0-1.33-.758h-.769v4.455c0 .88.287 1.423.625 1.597v.02h-2.651v-.02c.296-.174.624-.727.624-1.597v-4.455h-.778c-.614 0-1.095.348-1.33.758l-.021-.01.174-1.874c.47.061.9.082 1.402.082h2.498c.502 0 .931-.02 1.402-.082l.174 1.874Zm6.357 3.031c0 1.372-.88 2.294-2.569 2.294h-2.979v-.02c.256-.175.553-.677.553-1.516v-4.045c0-.85-.287-1.342-.553-1.516v-.02h3.358c.819 0 1.208-.02 1.484-.072l.164 1.823-.02.01c-.236-.502-.8-.758-1.598-.758h-1.433v1.762h1.024c1.69 0 2.57.84 2.57 2.058Zm-1.474.061c0-.716-.378-1.136-1.218-1.136l-.9.01v2.355l.9-.01c.84-.01 1.218-.46 1.218-1.219Zm2.283-1.259c0-2.304 1.433-3.83 3.798-3.83 2.19 0 3.654 1.485 3.654 3.686 0 2.202-1.525 3.84-3.808 3.84-2.282 0-3.644-1.597-3.644-3.696Zm5.927-.041c0-1.73-.84-2.724-2.231-2.724-1.393 0-2.17 1.065-2.17 2.662 0 1.68.757 2.735 2.22 2.735 1.26 0 2.181-1.035 2.181-2.673Zm1.566 3.513c.287-.246.738-.85 1.004-1.66l1.33-4.045c.205-.614.103-1.126-.174-1.372v-.02h2.795v.02c-.266.225-.338.717-.133 1.331l1.351 4.086c.266.81.717 1.413 1.003 1.66v.02h-2.364v-.02c.143-.134.204-.533-.02-1.26l-.707-2.294c-.215-.707-.42-1.403-.532-2.12h-.041c-.093.717-.307 1.413-.522 2.12l-.707 2.294c-.225.727-.163 1.136-.02 1.26v.02h-2.263v-.02Zm13.104-7.097v.02c-.512.39-.82.88-1.055 1.516l-1.443 3.88c-.318.85-.318 1.312.01 1.68v.02h-2.436v-.02c.378-.379.706-.86.993-1.618l.389-1.024h-.953l-1.34-3.02c-.297-.656-.563-1.127-.942-1.414v-.02h2.395v.02c-.225.43-.215.799.051 1.413l1.024 2.397.911-2.397c.225-.594.266-.983.154-1.433h2.242Zm-40.378 3.399c0-1.583-1.118-2.75-2.895-2.844.123-.332.262-.426.432-.543v-.016h-2.072v.016c.17.119.307.21.432.543-1.777.092-2.895 1.261-2.895 2.844 0 1.694 1.177 2.956 2.911 3.023-.1.455-.254.556-.448.682v.017h2.072v-.017c-.195-.127-.348-.229-.449-.682 1.735-.067 2.912-1.329 2.912-3.023Zm-4.06 2.151c-1.016-.06-1.675-.88-1.675-2.067 0-1.185.66-1.988 1.675-2.066v4.133Zm1.124 0v-4.131c1.015.076 1.674.932 1.674 2.066 0 1.135-.659 2.008-1.674 2.067v-.002ZM74.104 16.1H73.03v29.296h1.073V16.1Z\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h201.064v50H0z\"/></clipPath></defs></svg>',withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19ka700\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1zvmij\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ybwngu hidden-1xq508p\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MFnh8JODr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1VBRiBNZW1vcnkgQmxhY2s=\",\"--framer-font-family\":'\"UAF Memory Black\", \"UAF Memory Black Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-line-height\":\"1.15em\",\"--framer-text-color\":\"var(--token-af6666d4-4c3b-424b-8205-9e2b9b230bcd, rgb(237, 240, 244))\",\"--framer-text-transform\":\"uppercase\"},children:\"\u0425\u0430\u0440\u043A\u0456\u0432\u0441\u044C\u043A\u0430\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1VBRiBNZW1vcnkgQmxhY2s=\",\"--framer-font-family\":'\"UAF Memory Black\", \"UAF Memory Black Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-line-height\":\"1.15em\",\"--framer-text-color\":\"var(--token-af6666d4-4c3b-424b-8205-9e2b9b230bcd, rgb(237, 240, 244))\",\"--framer-text-transform\":\"uppercase\"},children:\"\u041C\u0435\u043C\u043E\u0440\u0456\u0430\u043B\"})}),className:\"framer-xdwdfo\",fonts:[\"CUSTOM;UAF Memory Black\"],text:MuJ8EXnLL,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1d4nz4q\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"qn7bZ2cUj\",data:Regions,type:\"Collection\"},orderBy:[{collection:\"qn7bZ2cUj\",name:\"MuJ8EXnLL\",type:\"Identifier\"}],select:[{collection:\"qn7bZ2cUj\",name:\"MuJ8EXnLL\",type:\"Identifier\"},{collection:\"qn7bZ2cUj\",name:\"pEeOsiDv3\",type:\"Identifier\"},{collection:\"qn7bZ2cUj\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({id:idqn7bZ2cUj,MuJ8EXnLL:MuJ8EXnLLqn7bZ2cUj,pEeOsiDv3:pEeOsiDv3qn7bZ2cUj},index)=>{MuJ8EXnLLqn7bZ2cUj??=\"\";pEeOsiDv3qn7bZ2cUj??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`qn7bZ2cUj-${idqn7bZ2cUj}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{pEeOsiDv3:pEeOsiDv3qn7bZ2cUj},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{pEeOsiDv3:pEeOsiDv3qn7bZ2cUj},webPageId:\"yGRdwW4KF\"},implicitPathVariables:undefined},{href:{pathVariables:{pEeOsiDv3:pEeOsiDv3qn7bZ2cUj},webPageId:\"yGRdwW4KF\"},implicitPathVariables:undefined},{href:{pathVariables:{pEeOsiDv3:pEeOsiDv3qn7bZ2cUj},webPageId:\"yGRdwW4KF\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jxplpf-container\",nodeId:\"bQo_02tMI\",scopeId:\"yGRdwW4KF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{m0_h2c9L9:{f24bxT5DO:resolvedLinks[1]},MFnh8JODr:{f24bxT5DO:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(RegionButton,{f24bxT5DO:resolvedLinks[0],height:\"100%\",id:\"bQo_02tMI\",iVVHgXyfS:MuJ8EXnLLqn7bZ2cUj,layoutId:\"bQo_02tMI\",width:\"100%\"})})})})})})},idqn7bZ2cUj);})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-np8xfq\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData1,{pageSize:12,query:{from:{constraint:{left:{collection:\"PkkuQogfV\",name:\"CmyNqEBDY\",type:\"Identifier\"},operator:\"==\",right:{collection:\"CmyNqEBDY\",name:\"id\",type:\"Identifier\"},type:\"BinaryOperation\"},left:{alias:\"PkkuQogfV\",data:Hero,type:\"Collection\"},right:{alias:\"CmyNqEBDY\",data:Regions,type:\"Collection\"},type:\"LeftJoin\"},select:[{collection:\"PkkuQogfV\",name:\"M27E1NFEv\",type:\"Identifier\"},{collection:\"PkkuQogfV\",name:\"baFYzgRug\",type:\"Identifier\"},{alias:\"CmyNqEBDY.MuJ8EXnLL\",collection:\"CmyNqEBDY\",name:\"MuJ8EXnLL\",type:\"Identifier\"},{collection:\"PkkuQogfV\",name:\"qf1RX5XMj\",type:\"Identifier\"},{collection:\"PkkuQogfV\",name:\"gk511dvRo\",type:\"Identifier\"},{collection:\"PkkuQogfV\",name:\"zvHkFyioD\",type:\"Identifier\"},{collection:\"PkkuQogfV\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"CmyNqEBDY\",name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:id},type:\"BinaryOperation\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsxs(_Fragment,{children:[collection1?.map(({\"CmyNqEBDY.MuJ8EXnLL\":CmyNqEBDY_MuJ8EXnLLPkkuQogfV,baFYzgRug:baFYzgRugPkkuQogfV,gk511dvRo:gk511dvRoPkkuQogfV,id:idPkkuQogfV,M27E1NFEv:M27E1NFEvPkkuQogfV,qf1RX5XMj:qf1RX5XMjPkkuQogfV,zvHkFyioD:zvHkFyioDPkkuQogfV},index1)=>{M27E1NFEvPkkuQogfV??=\"\";CmyNqEBDY_MuJ8EXnLLPkkuQogfV??=\"\";qf1RX5XMjPkkuQogfV??=\"\";const visible=negate(equals(gk511dvRoPkkuQogfV,\"0001-01-01T00:00:00.000Z\"));const textContent=toDateString(gk511dvRoPkkuQogfV,{dateStyle:\"short\",locale:\"uk\"},activeLocaleCode);const visible1=negate(equals(zvHkFyioDPkkuQogfV,\"0001-01-01T00:00:00.000Z\"));const textContent1=toDateString(zvHkFyioDPkkuQogfV,{dateStyle:\"short\",locale:\"uk\"},activeLocaleCode);return /*#__PURE__*/_jsx(LayoutGroup,{id:`PkkuQogfV-${idPkkuQogfV}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{M27E1NFEv:M27E1NFEvPkkuQogfV},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{M27E1NFEv:M27E1NFEvPkkuQogfV},webPageId:\"K2fXCcSNV\"},motionChild:true,nodeId:\"vEBOv1Sna\",scopeId:\"yGRdwW4KF\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-13yfzkc framer-cj0dwi\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MFnh8JODr:{background:{alt:\"\",fit:\"fill\",sizes:`max((${componentViewport?.width||\"100vw\"} - 100px) / 2, 50px)`,...toResponsiveImage(baFYzgRugPkkuQogfV)}},XmE91n6lx:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+283+0+0+0+0),sizes:`max(${componentViewport?.width||\"100vw\"} - 32px, 50px)`,...toResponsiveImage(baFYzgRugPkkuQogfV)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:`max((${componentViewport?.width||\"100vw\"} - 140px) / 4, 50px)`,...toResponsiveImage(baFYzgRugPkkuQogfV)},className:\"framer-1kfilh3\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dUIEFtZXJpY2EgTEMgUmVndWxhcg==\",\"--framer-font-family\":'\"GT America LC Regular\", \"GT America LC Regular Placeholder\", sans-serif',\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"var(--token-af6666d4-4c3b-424b-8205-9e2b9b230bcd, rgb(237, 240, 244))\"},children:\"\u0425\u0435\u0440\u0441\u043E\u043D\u0441\u044C\u043A\u0430\"})}),className:\"framer-1m1gcis\",\"data-framer-name\":\"Full Name\",fonts:[\"CUSTOM;GT America LC Regular\"],text:CmyNqEBDY_MuJ8EXnLLPkkuQogfV,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1VBRiBNZW1vcnkgQmxhY2s=\",\"--framer-font-family\":'\"UAF Memory Black\", \"UAF Memory Black Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"1.15em\",\"--framer-text-color\":\"var(--token-af6666d4-4c3b-424b-8205-9e2b9b230bcd, rgb(237, 240, 244))\",\"--framer-text-transform\":\"uppercase\"},children:\"\u041C\u043E\u0440\u0434\u0430\u0448\u043E\u0432 \u041C\u0438\u0445\u0430\u0439\u043B\u043E \u0421\u0435\u0440\u0433\u0456\u0439\u043E\u0432\u0438\u0447\"})}),className:\"framer-1slzioz\",\"data-framer-name\":\"Full Name\",fonts:[\"CUSTOM;UAF Memory Black\"],text:qf1RX5XMjPkkuQogfV,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-er8bik\",children:[isDisplayed1(visible)&&/*#__PURE__*/_jsxs(\"div\",{className:cx(\"framer-11vvilk\",!visible&&\"hidden-17wo0p9\"),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1VBRiBNZW1vcnkgQmxhY2s=\",\"--framer-font-family\":'\"UAF Memory Black\", \"UAF Memory Black Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.15em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-af6666d4-4c3b-424b-8205-9e2b9b230bcd, rgb(237, 240, 244))\"},children:\"\u274B\"})}),className:\"framer-1ax6quu\",\"data-framer-name\":\"Birth\",fonts:[\"CUSTOM;UAF Memory Black\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1VBRiBNZW1vcnkgQmxhY2s=\",\"--framer-font-family\":'\"UAF Memory Black\", \"UAF Memory Black Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.15em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-af6666d4-4c3b-424b-8205-9e2b9b230bcd, rgb(237, 240, 244))\"},children:\"05.09.79\"})}),className:\"framer-77bl2d\",\"data-framer-name\":\"Birth\",fonts:[\"CUSTOM;UAF Memory Black\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed1(visible1)&&/*#__PURE__*/_jsxs(\"div\",{className:cx(\"framer-1ijtzk1\",!visible1&&\"hidden-17wo0p9\"),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1VBRiBNZW1vcnkgQmxhY2s=\",\"--framer-font-family\":'\"UAF Memory Black\", \"UAF Memory Black Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.15em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-af6666d4-4c3b-424b-8205-9e2b9b230bcd, rgb(237, 240, 244))\"},children:\"\u2722\"})}),className:\"framer-4voo4i\",\"data-framer-name\":\"Death\",fonts:[\"CUSTOM;UAF Memory Black\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1VBRiBNZW1vcnkgQmxhY2s=\",\"--framer-font-family\":'\"UAF Memory Black\", \"UAF Memory Black Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.15em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-af6666d4-4c3b-424b-8205-9e2b9b230bcd, rgb(237, 240, 244))\"},children:\"31.08.23\"})}),className:\"framer-1njq62f\",\"data-framer-name\":\"Death\",fonts:[\"CUSTOM;UAF Memory Black\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})},idPkkuQogfV);}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XmE91n6lx:{y:(componentViewport?.y||0)+0+0+120+0+0+283+1526-40}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(ContainerWithInfiniteScroll,{__loadMore:loadMore1,__paginationInfo:paginationInfo1,className:\"framer-1gwbr85-container\",isModuleExternal:true,nodeId:\"Ec6x0OVcI\",ref:dynamicRef(`${M27E1NFEvPkkuQogfV}-1gwbr85`),scopeId:\"yGRdwW4KF\",children:/*#__PURE__*/_jsx(Spinner,{height:\"100%\",id:\"Ec6x0OVcI\",layoutId:\"Ec6x0OVcI\",variant:loaderVariants(paginationInfo1,{disabled:\"PX1MOnVXY\",loading:\"G47S15YSn\"},\"G47S15YSn\"),width:\"100%\"})})})})]})})})}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uv16up hidden-lxos14 hidden-17wo0p9 hidden-v6hok5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1VBRiBNZW1vcnkgQmxhY2s=\",\"--framer-font-family\":'\"UAF Memory Black\", \"UAF Memory Black Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-line-height\":\"1.15em\",\"--framer-text-color\":\"var(--token-af6666d4-4c3b-424b-8205-9e2b9b230bcd, rgb(237, 240, 244))\",\"--framer-text-transform\":\"uppercase\"},children:\"\u041C\u0435\u043C\u043E\u0440\u0456\u0430\u043B\"})}),className:\"framer-ymxkn\",fonts:[\"CUSTOM;UAF Memory Black\"],text:MuJ8EXnLL,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-wpf52e\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"Fhhh9lLhs\",data:Regions,type:\"Collection\"},orderBy:[{collection:\"Fhhh9lLhs\",name:\"MuJ8EXnLL\",type:\"Identifier\"}],select:[{collection:\"Fhhh9lLhs\",name:\"MuJ8EXnLL\",type:\"Identifier\"},{collection:\"Fhhh9lLhs\",name:\"pEeOsiDv3\",type:\"Identifier\"},{collection:\"Fhhh9lLhs\",name:\"id\",type:\"Identifier\"}]},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2?.map(({id:idFhhh9lLhs,MuJ8EXnLL:MuJ8EXnLLFhhh9lLhs,pEeOsiDv3:pEeOsiDv3Fhhh9lLhs},index2)=>{MuJ8EXnLLFhhh9lLhs??=\"\";pEeOsiDv3Fhhh9lLhs??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`Fhhh9lLhs-${idFhhh9lLhs}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{pEeOsiDv3:pEeOsiDv3Fhhh9lLhs},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{pEeOsiDv3:pEeOsiDv3Fhhh9lLhs},webPageId:\"yGRdwW4KF\"},implicitPathVariables:undefined},{href:{pathVariables:{pEeOsiDv3:pEeOsiDv3Fhhh9lLhs},webPageId:\"yGRdwW4KF\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XmE91n6lx:{y:(componentViewport?.y||0)+0+0+120+0+0+0+0+200+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:35,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1onr823-container\",nodeId:\"YWqE8YwqN\",scopeId:\"yGRdwW4KF\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XmE91n6lx:{f24bxT5DO:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(RegionButton,{f24bxT5DO:resolvedLinks1[0],height:\"100%\",id:\"YWqE8YwqN\",iVVHgXyfS:MuJ8EXnLLFhhh9lLhs,layoutId:\"YWqE8YwqN\",width:\"100%\"})})})})})})})},idFhhh9lLhs);})})})})})]})]})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-xLpsa.framer-cj0dwi, .framer-xLpsa .framer-cj0dwi { display: block; }\",\".framer-xLpsa.framer-lxos14 { align-content: center; align-items: center; background-color: var(--token-8c5bdc94-bcfc-4089-a41e-090aebc09884, #010812); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 160px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1512px; }\",'.framer-xLpsa .framer-9lemyx { align-content: center; align-items: center; background: linear-gradient(180deg, var(--token-8c5bdc94-bcfc-4089-a41e-090aebc09884, #010812) /* {\"name\":\"Dark\"} */ 0%, rgba(1, 8, 18, 0) 100%); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; left: 50%; overflow: hidden; padding: 24px 40px 24px 40px; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 4; }',\".framer-xLpsa .framer-3gfnlg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-xLpsa .framer-1tg2eml { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); position: relative; width: 48px; }\",\".framer-xLpsa .framer-1037zmd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-xLpsa .framer-mj35kc { aspect-ratio: 4.04 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 50px); position: relative; width: 202px; }\",\".framer-xLpsa .framer-19ka700 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 160px 40px 0px 40px; position: relative; width: 100%; }\",\".framer-xLpsa .framer-1zvmij { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xLpsa .framer-ybwngu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xLpsa .framer-xdwdfo, .framer-xLpsa .framer-ymxkn { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-xLpsa .framer-1d4nz4q { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 12px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-xLpsa .framer-jxplpf-container, .framer-xLpsa .framer-1onr823-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-xLpsa .framer-np8xfq { display: grid; flex: none; gap: 20px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(4, minmax(50px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-xLpsa .framer-13yfzkc { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; justify-self: start; padding: 0px 0px 24px 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-xLpsa .framer-1kfilh3 { -webkit-filter: grayscale(1); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; filter: grayscale(1); flex: none; height: 450px; position: relative; width: 100%; }\",\".framer-xLpsa .framer-1m1gcis { flex: none; height: auto; opacity: 0.6; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-xLpsa .framer-1slzioz { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-xLpsa .framer-er8bik { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; opacity: 0.6; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-xLpsa .framer-11vvilk, .framer-xLpsa .framer-1ijtzk1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-xLpsa .framer-1ax6quu, .framer-xLpsa .framer-77bl2d, .framer-xLpsa .framer-4voo4i, .framer-xLpsa .framer-1njq62f { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-xLpsa .framer-1gwbr85-container { bottom: 0px; flex: none; height: auto; left: 50%; position: absolute; transform: translateX(-50%); width: auto; }\",\".framer-xLpsa .framer-1uv16up { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-xLpsa .framer-wpf52e { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: auto; padding: 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-xLpsa.framer-lxos14, .framer-xLpsa .framer-3gfnlg, .framer-xLpsa .framer-1037zmd, .framer-xLpsa .framer-19ka700, .framer-xLpsa .framer-1zvmij, .framer-xLpsa .framer-ybwngu, .framer-xLpsa .framer-1d4nz4q, .framer-xLpsa .framer-13yfzkc, .framer-xLpsa .framer-er8bik, .framer-xLpsa .framer-11vvilk, .framer-xLpsa .framer-1ijtzk1, .framer-xLpsa .framer-1uv16up, .framer-xLpsa .framer-wpf52e { gap: 0px; } .framer-xLpsa.framer-lxos14 > * { margin: 0px; margin-bottom: calc(160px / 2); margin-top: calc(160px / 2); } .framer-xLpsa.framer-lxos14 > :first-child, .framer-xLpsa .framer-19ka700 > :first-child, .framer-xLpsa .framer-1zvmij > :first-child, .framer-xLpsa .framer-ybwngu > :first-child, .framer-xLpsa .framer-13yfzkc > :first-child, .framer-xLpsa .framer-1uv16up > :first-child { margin-top: 0px; } .framer-xLpsa.framer-lxos14 > :last-child, .framer-xLpsa .framer-19ka700 > :last-child, .framer-xLpsa .framer-1zvmij > :last-child, .framer-xLpsa .framer-ybwngu > :last-child, .framer-xLpsa .framer-13yfzkc > :last-child, .framer-xLpsa .framer-1uv16up > :last-child { margin-bottom: 0px; } .framer-xLpsa .framer-3gfnlg > *, .framer-xLpsa .framer-1037zmd > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-xLpsa .framer-3gfnlg > :first-child, .framer-xLpsa .framer-1037zmd > :first-child, .framer-xLpsa .framer-1d4nz4q > :first-child, .framer-xLpsa .framer-er8bik > :first-child, .framer-xLpsa .framer-11vvilk > :first-child, .framer-xLpsa .framer-1ijtzk1 > :first-child, .framer-xLpsa .framer-wpf52e > :first-child { margin-left: 0px; } .framer-xLpsa .framer-3gfnlg > :last-child, .framer-xLpsa .framer-1037zmd > :last-child, .framer-xLpsa .framer-1d4nz4q > :last-child, .framer-xLpsa .framer-er8bik > :last-child, .framer-xLpsa .framer-11vvilk > :last-child, .framer-xLpsa .framer-1ijtzk1 > :last-child, .framer-xLpsa .framer-wpf52e > :last-child { margin-right: 0px; } .framer-xLpsa .framer-19ka700 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-xLpsa .framer-1zvmij > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-xLpsa .framer-ybwngu > *, .framer-xLpsa .framer-1uv16up > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-xLpsa .framer-1d4nz4q > *, .framer-xLpsa .framer-wpf52e > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-xLpsa .framer-13yfzkc > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-xLpsa .framer-er8bik > *, .framer-xLpsa .framer-11vvilk > *, .framer-xLpsa .framer-1ijtzk1 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\"@media (min-width: 1200px) and (max-width: 1511px) { .framer-xLpsa.framer-lxos14 { width: 1200px; } .framer-xLpsa .framer-1kfilh3 { height: 400px; }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-xLpsa.framer-lxos14 { width: 810px; } .framer-xLpsa .framer-np8xfq { grid-template-columns: repeat(2, minmax(50px, 1fr)); }}\",\"@media (max-width: 809px) { .framer-xLpsa.framer-lxos14 { width: 390px; } .framer-xLpsa .framer-9lemyx { padding: 16px; } .framer-xLpsa .framer-mj35kc { height: var(--framer-aspect-ratio-supported, 32px); width: 129px; } .framer-xLpsa .framer-19ka700 { padding: 120px 16px 0px 16px; } .framer-xLpsa .framer-np8xfq { grid-template-columns: repeat(1, minmax(50px, 1fr)); order: 2; } .framer-xLpsa .framer-1uv16up { order: 0; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2368\n * @framerIntrinsicWidth 1512\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"m0_h2c9L9\":{\"layout\":[\"fixed\",\"auto\"]},\"MFnh8JODr\":{\"layout\":[\"fixed\",\"auto\"]},\"XmE91n6lx\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FrameryGRdwW4KF=withCSS(Component,css,\"framer-xLpsa\");export default FrameryGRdwW4KF;FrameryGRdwW4KF.displayName=\"Regions\";FrameryGRdwW4KF.defaultProps={height:2368,width:1512};addFonts(FrameryGRdwW4KF,[{explicitInter:true,fonts:[{family:\"UAF Memory Black\",source:\"custom\",url:\"https://framerusercontent.com/assets/x6rv7ssa7mWFUlJkzGhIIn11aE.woff2\"},{family:\"GT America LC Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/Uux8rQC1aaLwTQB2EOr576QHtcY.woff2\"}]},...RegionButtonFonts,...SpinnerFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameryGRdwW4KF\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"m0_h2c9L9\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MFnh8JODr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XmE91n6lx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1512\",\"framerDisplayContentsDiv\":\"false\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"2368\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["RegionButtonFonts", "getFonts", "mqMOWouNE_default", "SpinnerFonts", "O_XoZ3FcZ_default", "ContainerWithInfiniteScroll", "withInfiniteScroll", "Container", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "toResponsiveImage", "value", "equals", "a", "b", "negate", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "loaderVariants", "repeaterState", "variants", "currentVariant", "QueryData1", "paginatedQuery", "paginationInfo", "loadMore", "useLoadMorePaginatedQuery", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "CGJPhL8xY_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "MuJ8EXnLL", "MuJ8EXnLLqn7bZ2cUj", "pEeOsiDv3qn7bZ2cUj", "idqn7bZ2cUj", "M27E1NFEvPkkuQogfV", "baFYzgRugPkkuQogfV", "CmyNqEBDY_MuJ8EXnLLPkkuQogfV", "qf1RX5XMjPkkuQogfV", "gk511dvRoPkkuQogfV", "zvHkFyioDPkkuQogfV", "idPkkuQogfV", "MuJ8EXnLLFhhh9lLhs", "pEeOsiDv3Fhhh9lLhs", "idFhhh9lLhs", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "router", "useRouter", "isDisplayed1", "activeLocaleCode", "useLocaleCode", "dynamicRef", "useDynamicRefs", "isDisplayed2", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "Link", "SVG", "PropertyOverrides2", "x", "RichText2", "ChildrenCanSuspend", "collection", "l", "index", "PathVariablesContext", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "gvq0WJ1vk_default", "collection1", "paginationInfo1", "loadMore1", "index1", "visible", "textContent", "visible1", "textContent1", "getLoadingLazyAtYPosition", "Image2", "collection2", "paginationInfo2", "loadMore2", "index2", "resolvedLinks1", "css", "FrameryGRdwW4KF", "withCSS", "yGRdwW4KF_default", "addFonts", "__FramerMetadata__"]
}
