{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/material-icons/Home.js@0.0.32", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js", "ssg:https://framerusercontent.com/modules/2RnQF7qADG7Tb70wpQWO/qQKcbI6gChG9AxvqKpS4/c4Qa18qzU.js", "ssg:https://framerusercontent.com/modules/4xdIycIsSYhcBd15rfar/NC5qFtkVkeEhXkOLcruS/FpHwx7rl3.js", "ssg:https://framerusercontent.com/modules/fM1lYEticapV8kIdWm2e/DxaFkcT5UeBXMusxSWle/Qoh0VViZB.js", "ssg:https://framerusercontent.com/modules/CHxYkbKOFgEaBwXElaDd/beQDdeoNo3y7wu4WAroB/vYkfGRN0p.js", "ssg:https://framerusercontent.com/modules/BzQSGnYr0EBSbTkr2Ojo/yBekjwcuUg7GhOpmzUzT/juyV8KwCu.js", "ssg:https://framerusercontent.com/modules/zUdfLtdiHxBzbX7iFDur/ekE3VCUwLdvirmU46yL8/LsdOXYI1D.js", "ssg:https://framerusercontent.com/modules/p2RNxja3Ha6gnKW7Gp0E/2gPm2B20eQH5bFLzkNG6/VKb7tlm3j.js", "ssg:https://framerusercontent.com/modules/TC4ht5ZAuCXHjTf0Rwey/xnnGKJaLg0hr4KghW5Zp/FMPWfhguG.js", "ssg:https://framerusercontent.com/modules/Ls0DwcUQCwn0lXczQzzf/LcaiPekykZINXykh5EtW/oWgbTpipA.js"],
  "sourcesContent": ["import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "const o=e=>e;let t;var h=e=>(t||(t=o(e.createElement(\"path\",{d:\"M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z\"}),\"Home\")),t);export{h as default};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useMemo,useRef}from\"react\";import{addPropertyControls,ControlType,motion,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/material-icons/Home.js@0.0.32\";import{defaultEvents,useIconSelection,getIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const moduleBaseUrl=\"https://framer.com/m/material-icons/\";const icons={AcUnit:15,AccessAlarm:15,AccessAlarms:15,AccessTime:15,AccessTimeFilled:0,Accessibility:7,AccessibilityNew:0,Accessible:15,AccessibleForward:0,AccountBalance:2,AccountBalanceWallet:0,AccountBox:15,AccountCircle:7,AccountTree:15,AdUnits:15,Adb:15,Add:15,AddAPhoto:15,AddAlarm:15,AddAlert:15,AddBox:15,AddBusiness:15,AddCircle:15,AddCircleOutline:0,AddComment:15,AddIcCall:15,AddLink:15,AddLocation:15,AddLocationAlt:2,AddModerator:15,AddPhotoAlternate:0,AddReaction:15,AddRoad:15,AddShoppingCart:2,AddTask:15,AddToDrive:15,AddToHomeScreen:2,AddToPhotos:15,AddToQueue:15,Addchart:15,Adjust:15,AdminPanelSettings:0,Agriculture:15,Air:15,AirlineSeatFlat:2,AirplaneTicket:2,AirplanemodeActive:0,AirplanemodeInactive:0,Airplay:15,AirportShuttle:2,Alarm:15,AlarmAdd:15,AlarmOff:15,AlarmOn:15,Album:15,AlignHorizontalLeft:0,AlignHorizontalRight:0,AlignVerticalBottom:0,AlignVerticalCenter:0,AlignVerticalTop:0,AllInbox:15,AllInclusive:15,AllOut:15,AltRoute:15,AlternateEmail:2,Analytics:15,Anchor:15,Android:15,Animation:15,Announcement:15,Aod:15,Apartment:15,Api:15,AppBlocking:15,AppRegistration:2,AppSettingsAlt:2,Apple:0,Approval:15,Apps:15,Architecture:15,Archive:15,ArrowBack:15,ArrowBackIos:15,ArrowBackIosNew:2,ArrowCircleDown:2,ArrowCircleUp:7,ArrowDownward:7,ArrowDropDown:7,ArrowDropDownCircle:0,ArrowDropUp:15,ArrowForward:15,ArrowForwardIos:2,ArrowLeft:15,ArrowRight:15,ArrowRightAlt:7,ArrowUpward:15,ArtTrack:15,Article:15,AspectRatio:15,Assessment:15,Assignment:15,AssignmentInd:7,AssignmentLate:2,AssignmentReturn:0,AssignmentReturned:0,AssignmentTurnedIn:0,Assistant:15,AssistantDirection:0,AssistantPhoto:2,Atm:15,AttachEmail:15,AttachFile:15,AttachMoney:15,Attachment:15,Attractions:15,Attribution:15,Audiotrack:15,AutoAwesome:15,AutoAwesomeMosaic:0,AutoAwesomeMotion:0,AutoDelete:15,AutoFixHigh:15,AutoFixNormal:7,AutoFixOff:15,AutoGraph:15,AutoStories:15,AutofpsSelect:7,Autorenew:15,AvTimer:15,BabyChangingStation:0,Backpack:15,Backspace:15,Backup:15,BackupTable:15,Badge:15,BakeryDining:15,Balcony:15,Ballot:15,BarChart:15,BatchPrediction:2,Bathroom:15,Bathtub:15,Battery20:15,Battery30:15,Battery50:15,Battery60:15,Battery80:15,Battery90:15,BatteryAlert:15,BatteryCharging20:0,BatteryCharging30:0,BatteryCharging50:0,BatteryCharging60:0,BatteryCharging80:0,BatteryCharging90:0,BatteryChargingFull:0,BatteryFull:15,BatterySaver:15,BatteryStd:15,BatteryUnknown:2,BeachAccess:15,Bed:15,BedroomBaby:15,BedroomChild:15,BedroomParent:7,Bedtime:15,Beenhere:15,Bento:15,BikeScooter:15,Biotech:15,Blender:15,Block:15,Bloodtype:15,Bluetooth:15,BluetoothAudio:2,BluetoothConnected:0,BluetoothDisabled:0,BluetoothDrive:2,BluetoothSearching:0,BlurCircular:15,BlurLinear:15,BlurOff:15,BlurOn:15,Bolt:15,Book:15,BookOnline:15,Bookmark:15,BookmarkAdd:15,BookmarkAdded:7,BookmarkBorder:2,BookmarkRemove:2,Bookmarks:15,BorderAll:15,BorderBottom:15,BorderClear:15,BorderColor:15,BorderHorizontal:0,BorderInner:15,BorderLeft:15,BorderOuter:15,BorderRight:15,BorderStyle:15,BorderTop:15,BorderVertical:2,BrandingWatermark:0,BreakfastDining:2,Brightness1:15,Brightness2:15,Brightness3:15,Brightness4:15,Brightness5:15,Brightness6:15,Brightness7:15,BrightnessAuto:2,BrightnessHigh:2,BrightnessLow:7,BrightnessMedium:0,BrokenImage:15,BrowserNotSupported:0,BrunchDining:15,Brush:15,BubbleChart:15,BugReport:15,Build:15,BuildCircle:15,Bungalow:15,BurstMode:15,BusAlert:15,Business:15,BusinessCenter:2,Cabin:15,Cable:15,Cached:15,Cake:15,Calculate:15,CalendarToday:7,CalendarViewDay:2,CalendarViewMonth:0,CalendarViewWeek:0,Call:15,CallEnd:15,CallMade:15,CallMerge:15,CallMissed:15,CallMissedOutgoing:0,CallReceived:15,CallSplit:15,CallToAction:15,Camera:15,CameraAlt:15,CameraEnhance:7,CameraFront:15,CameraIndoor:15,CameraOutdoor:7,CameraRear:15,CameraRoll:15,Cameraswitch:15,Campaign:15,Cancel:15,CancelPresentation:0,CancelScheduleSend:0,CarRental:15,CarRepair:15,CardGiftcard:15,CardMembership:2,CardTravel:15,Carpenter:15,Cases:15,Casino:15,Cast:15,CastConnected:7,CastForEducation:0,CatchingPokemon:2,Category:15,Celebration:15,CellWifi:15,CenterFocusStrong:0,CenterFocusWeak:2,Chair:15,ChairAlt:15,Chalet:15,ChangeCircle:15,ChangeHistory:7,ChargingStation:2,Chat:15,ChatBubble:15,ChatBubbleOutline:0,Check:15,CheckBox:15,CheckBoxOutlineBlank:0,CheckCircle:15,CheckCircleOutline:0,Checkroom:15,ChevronLeft:15,ChevronRight:15,ChildCare:15,ChildFriendly:7,ChromeReaderMode:0,Circle:15,CircleNotifications:0,Class:15,CleanHands:15,CleaningServices:0,Clear:15,ClearAll:15,Close:15,CloseFullscreen:2,ClosedCaption:7,ClosedCaptionOff:0,Cloud:15,CloudCircle:15,CloudDone:15,CloudDownload:7,CloudOff:15,CloudQueue:15,CloudUpload:15,Code:15,CodeOff:15,Coffee:15,CoffeeMaker:15,Collections:15,CollectionsBookmark:0,ColorLens:15,Colorize:15,Comment:15,CommentBank:15,Commute:15,Compare:15,CompareArrows:7,CompassCalibration:0,Compress:15,Computer:15,ConfirmationNumber:0,ConnectedTv:15,Construction:15,ContactMail:15,ContactPage:15,ContactPhone:15,ContactSupport:2,Contactless:15,Contacts:15,ContentCopy:15,ContentCut:15,ContentPaste:15,ContentPasteOff:2,ControlCamera:7,ControlPoint:15,CopyAll:15,Copyright:15,Coronavirus:15,CorporateFare:7,Cottage:15,Countertops:15,Create:15,CreateNewFolder:2,CreditCard:15,CreditCardOff:7,CreditScore:15,Crib:15,Crop:15,Crop169:15,Crop32:15,Crop54:15,Crop75:15,CropDin:15,CropFree:15,CropLandscape:7,CropOriginal:15,CropPortrait:15,CropRotate:15,CropSquare:15,Dangerous:15,DarkMode:15,Dashboard:15,DashboardCustomize:0,DataSaverOff:15,DataSaverOn:15,DataUsage:15,DateRange:15,Deck:15,Dehaze:15,Delete:15,DeleteForever:7,DeleteOutline:7,DeleteSweep:15,DeliveryDining:2,DepartureBoard:2,Description:15,DesignServices:2,DesktopMac:15,DesktopWindows:2,Details:15,DeveloperBoard:2,DeveloperBoardOff:0,DeveloperMode:7,DeviceHub:15,DeviceThermostat:0,DeviceUnknown:7,Devices:15,DevicesOther:15,DialerSip:15,Dialpad:15,Dining:15,DinnerDining:15,Directions:15,DirectionsBike:2,DirectionsBoat:2,DirectionsBoatFilled:0,DirectionsBus:7,DirectionsBusFilled:0,DirectionsCar:7,DirectionsCarFilled:0,DirectionsOff:7,DirectionsRailway:0,DirectionsRun:7,DirectionsSubway:0,DirectionsTransit:0,DirectionsWalk:2,DirtyLens:15,DisabledByDefault:0,DiscFull:15,Dns:15,DoDisturb:15,DoDisturbAlt:15,DoDisturbOff:15,DoDisturbOn:15,DoNotDisturb:15,DoNotDisturbAlt:2,DoNotDisturbOff:2,DoNotDisturbOn:2,DoNotStep:15,DoNotTouch:15,Dock:15,DocumentScanner:2,Domain:15,DomainDisabled:2,DomainVerification:0,Done:15,DoneAll:15,DoneOutline:15,DonutLarge:15,DonutSmall:15,DoorBack:15,DoorFront:15,DoorSliding:15,Doorbell:15,DoubleArrow:15,DownhillSkiing:2,Download:15,DownloadDone:15,DownloadForOffline:0,Downloading:15,Drafts:15,DragHandle:15,DragIndicator:7,DriveEta:15,DriveFileMove:7,DriveFolderUpload:0,Dry:15,DryCleaning:15,Duo:15,Dvr:15,DynamicFeed:15,DynamicForm:15,EMobiledata:15,Earbuds:15,EarbudsBattery:2,East:15,Eco:15,EdgesensorHigh:2,EdgesensorLow:7,Edit:15,EditAttributes:2,EditLocation:15,EditLocationAlt:2,EditNotifications:0,EditOff:15,EditRoad:15,EightK:15,EightKPlus:15,EightMp:15,EightteenMp:15,Eject:15,Elderly:15,ElectricBike:15,ElectricCar:15,ElectricMoped:7,ElectricRickshaw:0,ElectricScooter:2,ElectricalServices:0,Elevator:15,ElevenMp:15,Email:15,EmojiEmotions:7,EmojiEvents:15,EmojiFlags:15,EmojiFoodBeverage:0,EmojiNature:15,EmojiObjects:15,EmojiPeople:15,EmojiSymbols:15,EmojiTransportation:0,Engineering:15,EnhancedEncryption:0,Equalizer:15,Error:15,ErrorOutline:15,Escalator:15,EscalatorWarning:0,Euro:15,EuroSymbol:15,EvStation:15,Event:15,EventAvailable:2,EventBusy:15,EventNote:15,EventSeat:15,ExitToApp:15,Expand:15,ExpandLess:15,ExpandMore:15,Explicit:15,Explore:15,ExploreOff:15,Exposure:15,Extension:15,ExtensionOff:15,Face:15,FaceRetouchingOff:0,Facebook:15,FactCheck:15,FamilyRestroom:2,FastForward:15,FastRewind:15,Fastfood:15,Favorite:15,FavoriteBorder:2,FeaturedPlayList:0,FeaturedVideo:7,Feed:15,Feedback:15,Female:15,Fence:15,Festival:15,FiberDvr:15,FiberManualRecord:0,FiberNew:15,FiberPin:15,FiberSmartRecord:0,FileCopy:15,FileDownload:15,FileDownloadDone:0,FileDownloadOff:2,FilePresent:15,FileUpload:15,Filter:15,Filter1:15,Filter2:15,Filter3:15,Filter4:15,Filter5:15,Filter6:15,Filter7:15,Filter8:15,Filter9:15,Filter9Plus:15,FilterAlt:15,FilterBAndW:15,FilterCenterFocus:0,FilterDrama:15,FilterFrames:15,FilterHdr:15,FilterList:15,FilterNone:15,FilterTiltShift:2,FilterVintage:7,FindInPage:15,FindReplace:15,Fingerprint:15,FireExtinguisher:0,Fireplace:15,FirstPage:15,FitScreen:15,FitnessCenter:7,FiveG:15,FiveK:15,FiveKPlus:15,FiveMp:15,FivteenMp:15,Flag:15,Flaky:15,Flare:15,FlashAuto:15,FlashOff:15,FlashOn:15,FlashlightOff:7,FlashlightOn:15,Flatware:15,Flight:15,FlightLand:15,FlightTakeoff:7,Flip:15,FlipCameraAndroid:0,FlipCameraIos:7,FlipToBack:15,FlipToFront:15,Flourescent:15,FlutterDash:15,FmdBad:15,FmdGood:15,Folder:15,FolderOpen:15,FolderShared:15,FolderSpecial:7,FollowTheSigns:2,FontDownload:15,FontDownloadOff:2,FoodBank:15,FormatAlignCenter:0,FormatAlignJustify:0,FormatAlignLeft:2,FormatAlignRight:0,FormatBold:15,FormatClear:15,FormatColorFill:2,FormatColorReset:0,FormatColorText:2,FormatIndentDecrease:0,FormatIndentIncrease:0,FormatItalic:15,FormatLineSpacing:0,FormatListBulleted:0,FormatListNumbered:0,FormatPaint:15,FormatQuote:15,FormatShapes:15,FormatSize:15,FormatStrikethrough:0,FormatUnderlined:0,Forum:15,Forward:15,Forward10:15,Forward30:15,Forward5:15,ForwardToInbox:2,Foundation:15,FourGMobiledata:2,FourGPlusMobiledata:0,FourK:15,FourKPlus:15,FourMp:15,FourteenMp:15,FreeBreakfast:7,Fullscreen:15,FullscreenExit:2,Functions:15,GMobiledata:15,GTranslate:15,Gamepad:15,Games:15,Garage:15,Gavel:15,Gesture:15,GetApp:15,Gif:15,GitHub:0,Gite:15,GolfCourse:15,Google:0,GppBad:15,GppGood:15,GppMaybe:15,GpsFixed:15,GpsNotFixed:15,GpsOff:15,Grade:15,Gradient:15,Grading:15,Grain:15,GraphicEq:15,Grass:15,Grid3x3:15,Grid4x4:15,GridGoldenratio:2,GridOff:15,GridOn:15,GridView:15,Group:15,GroupAdd:15,GroupWork:15,Groups:15,HMobiledata:15,HPlusMobiledata:2,Hail:15,Handyman:15,Hardware:15,Hd:15,HdrAuto:15,HdrAutoSelect:7,HdrEnhancedSelect:0,HdrOff:15,HdrOffSelect:15,HdrOn:15,HdrOnSelect:15,HdrPlus:15,HdrStrong:15,HdrWeak:15,Headphones:15,HeadphonesBattery:0,Headset:15,HeadsetMic:15,HeadsetOff:15,Healing:15,HealthAndSafety:2,Hearing:15,HearingDisabled:2,Height:15,Help:15,HelpCenter:15,HelpOutline:15,Hevc:15,HideImage:15,HideSource:15,HighQuality:15,Highlight:15,HighlightAlt:15,HighlightOff:15,Hiking:15,History:15,HistoryEdu:15,HistoryToggleOff:0,HolidayVillage:2,Home:15,HomeMax:15,HomeMini:15,HomeRepairService:0,HomeWork:15,HorizontalRule:2,HorizontalSplit:2,HotTub:15,Hotel:15,HourglassBottom:2,HourglassDisabled:0,HourglassEmpty:2,HourglassFull:7,HourglassTop:15,House:15,HouseSiding:15,Houseboat:15,HowToReg:15,HowToVote:15,Http:15,Https:15,Hvac:15,IceSkating:15,Icecream:15,Image:15,ImageAspectRatio:0,ImageNotSupported:0,ImageSearch:15,ImagesearchRoller:0,ImportContacts:2,ImportExport:15,ImportantDevices:0,Inbox:15,Info:15,Input:15,InsertChart:15,InsertComment:7,InsertDriveFile:2,InsertEmoticon:2,InsertInvitation:0,InsertLink:15,InsertPhoto:15,Insights:15,Instagram:0,Inventory:15,Inventory2:15,InvertColors:15,InvertColorsOff:2,IosShare:15,Iron:15,Iso:15,Kayaking:15,Keyboard:15,KeyboardAlt:15,KeyboardArrowDown:0,KeyboardArrowLeft:0,KeyboardArrowRight:0,KeyboardArrowUp:2,KeyboardBackspace:0,KeyboardCapslock:0,KeyboardHide:15,KeyboardReturn:2,KeyboardTab:15,KeyboardVoice:7,KingBed:15,Kitchen:15,Kitesurfing:15,Label:15,LabelImportant:2,LabelOff:15,Landscape:15,Language:15,Laptop:15,LaptopChromebook:0,LaptopMac:15,LaptopWindows:7,LastPage:15,Launch:15,Layers:15,LayersClear:15,Leaderboard:15,LeakAdd:15,LeakRemove:15,LegendToggle:15,Lens:15,LensBlur:15,LibraryAdd:15,LibraryAddCheck:2,LibraryBooks:15,LibraryMusic:15,Light:15,LightMode:15,Lightbulb:15,LineStyle:15,LineWeight:15,LinearScale:15,Link:15,LinkOff:15,LinkedCamera:15,LinkedIn:0,Liquor:15,List:15,ListAlt:15,LiveHelp:15,LiveTv:15,Living:15,LocalActivity:7,LocalAirport:15,LocalAtm:15,LocalBar:15,LocalCafe:15,LocalCarWash:15,LocalDining:15,LocalDrink:15,LocalFireDepartment:0,LocalFlorist:15,LocalGasStation:2,LocalGroceryStore:0,LocalHospital:7,LocalHotel:15,LocalLaundryService:0,LocalLibrary:15,LocalMall:15,LocalMovies:15,LocalOffer:15,LocalParking:15,LocalPharmacy:7,LocalPhone:15,LocalPizza:15,LocalPlay:15,LocalPolice:15,LocalPostOffice:2,LocalPrintshop:2,LocalSee:15,LocalShipping:7,LocalTaxi:15,LocationCity:15,LocationDisabled:0,LocationOff:15,LocationOn:15,LocationSearching:0,Lock:15,LockClock:15,LockOpen:15,Login:15,Logout:15,Looks:15,Looks3:15,Looks4:15,Looks5:15,Looks6:15,LooksOne:15,LooksTwo:15,Loop:15,Loupe:15,LowPriority:15,Loyalty:15,LteMobiledata:7,LtePlusMobiledata:0,Luggage:15,LunchDining:15,Mail:15,MailOutline:15,Male:15,ManageAccounts:2,ManageSearch:15,Map:15,MapsHomeWork:15,MapsUgc:15,Margin:15,MarkAsUnread:15,MarkChatRead:15,MarkChatUnread:2,MarkEmailRead:7,MarkEmailUnread:2,Markunread:15,MarkunreadMailbox:0,Masks:15,Maximize:15,MediaBluetoothOff:0,MediaBluetoothOn:0,Mediation:15,MedicalServices:2,Medication:15,MeetingRoom:15,Memory:15,Menu:15,MenuBook:15,MenuOpen:15,MergeType:15,Message:15,Mic:15,MicExternalOff:2,MicExternalOn:7,MicNone:15,MicOff:15,Microwave:15,MilitaryTech:15,Minimize:15,MissedVideoCall:2,Mms:15,MobileFriendly:2,MobileOff:15,MobileScreenShare:0,MobiledataOff:7,Mode:15,ModeComment:15,ModeEdit:15,ModeEditOutline:2,ModeNight:15,ModeStandby:15,ModelTraining:7,MonetizationOn:2,Money:15,MoneyOff:15,MoneyOffCsred:7,Monitor:15,MonitorWeight:7,MonochromePhotos:0,Mood:15,MoodBad:15,Moped:15,More:15,MoreHoriz:15,MoreTime:15,MoreVert:15,MotionPhotosAuto:0,MotionPhotosOff:2,Mouse:15,MoveToInbox:15,Movie:15,MovieCreation:7,MovieFilter:15,Moving:15,Mp:15,MultilineChart:2,MultipleStop:15,Museum:15,MusicNote:15,MusicOff:15,MusicVideo:15,MyLocation:15,Nat:15,Nature:15,NaturePeople:15,NavigateBefore:2,NavigateNext:15,Navigation:15,NearMe:15,NearMeDisabled:2,NearbyError:15,NearbyOff:15,NetworkCell:15,NetworkCheck:15,NetworkLocked:7,NetworkWifi:15,NewReleases:15,NextPlan:15,NextWeek:15,Nfc:15,NightShelter:15,Nightlife:15,Nightlight:15,NightlightRound:2,NightsStay:15,NineK:15,NineKPlus:15,NineMp:15,NineteenMp:15,NoAccounts:15,NoBackpack:15,NoCell:15,NoDrinks:15,NoEncryption:15,NoFlash:15,NoFood:15,NoLuggage:15,NoMeals:15,NoMeetingRoom:7,NoPhotography:7,NoSim:15,NoStroller:15,NoTransfer:15,NordicWalking:7,North:15,NorthEast:15,NorthWest:15,NotAccessible:7,NotInterested:7,NotListedLocation:0,NotStarted:15,Note:15,NoteAdd:15,NoteAlt:15,Notes:15,NotificationAdd:2,Notifications:7,NotificationsActive:0,NotificationsNone:0,NotificationsOff:0,NotificationsPaused:0,OfflineBolt:15,OfflinePin:15,OfflineShare:15,OndemandVideo:7,OneK:15,OneKPlus:15,OneKk:15,OnlinePrediction:0,Opacity:15,OpenInBrowser:7,OpenInFull:15,OpenInNew:15,OpenInNewOff:15,OpenWith:15,OtherHouses:15,Outbound:15,Outbox:15,OutdoorGrill:15,Outlet:15,Padding:15,Pages:15,Pageview:15,Paid:15,Palette:15,PanTool:15,Panorama:15,PanoramaFishEye:2,PanoramaHorizontal:0,PanoramaPhotosphere:0,PanoramaVertical:0,PanoramaWideAngle:0,Paragliding:15,Park:15,PartyMode:15,Password:15,Pattern:15,Pause:15,PauseCircle:15,PauseCircleFilled:0,PauseCircleOutline:0,PausePresentation:0,Payment:15,Payments:15,PedalBike:15,Pending:15,PendingActions:2,People:15,PeopleAlt:15,PeopleOutline:7,PermCameraMic:7,PermContactCalendar:0,PermDataSetting:2,PermIdentity:15,PermMedia:15,PermPhoneMsg:15,PermScanWifi:15,Person:15,PersonAdd:15,PersonAddAlt:15,PersonAddAlt1:7,PersonAddDisabled:0,PersonOff:15,PersonOutline:7,PersonPin:15,PersonPinCircle:2,PersonRemove:15,PersonRemoveAlt1:0,PersonSearch:15,PersonalVideo:7,PestControl:15,PestControlRodent:0,Pets:15,Phone:15,PhoneAndroid:15,PhoneCallback:7,PhoneDisabled:7,PhoneEnabled:15,PhoneForwarded:2,PhoneInTalk:15,PhoneIphone:15,PhoneLocked:15,PhoneMissed:15,PhonePaused:15,Phonelink:15,PhonelinkErase:2,PhonelinkLock:7,PhonelinkOff:15,PhonelinkRing:7,PhonelinkSetup:2,Photo:15,PhotoAlbum:15,PhotoCamera:15,PhotoCameraBack:2,PhotoCameraFront:0,PhotoFilter:15,PhotoLibrary:15,PhotoSizeSelectLarge:0,PhotoSizeSelectSmall:0,Piano:15,PianoOff:15,PictureAsPdf:15,PictureInPicture:0,PictureInPictureAlt:0,PieChart:15,PieChartOutline:2,Pin:15,PinDrop:15,Pinterest:0,PivotTableChart:2,Place:15,Plagiarism:15,PlayArrow:15,PlayCircle:15,PlayCircleFilled:0,PlayCircleOutline:0,PlayDisabled:15,PlayForWork:15,PlayLesson:15,PlaylistAdd:15,PlaylistAddCheck:0,PlaylistPlay:15,Plumbing:15,PlusOne:15,Podcasts:15,PointOfSale:15,Policy:15,Poll:15,Pool:15,PortableWifiOff:2,Portrait:15,PostAdd:15,Power:15,PowerInput:15,PowerOff:15,PowerSettingsNew:0,PregnantWoman:7,PresentToAll:15,Preview:15,PriceChange:15,PriceCheck:15,Print:15,PrintDisabled:7,PriorityHigh:15,PrivacyTip:15,Psychology:15,Public:15,PublicOff:15,Publish:15,PublishedWithChanges:0,PushPin:15,QrCode:15,QrCode2:15,QrCodeScanner:7,QueryBuilder:15,QueryStats:15,QuestionAnswer:2,Queue:15,QueueMusic:15,QueuePlayNext:7,Quickreply:15,Quiz:15,RMobiledata:15,Radar:15,Radio:15,RadioButtonChecked:0,RadioButtonUnchecked:0,RailwayAlert:15,RamenDining:15,RateReview:15,RawOff:15,RawOn:15,ReadMore:15,Receipt:15,ReceiptLong:15,RecentActors:15,Recommend:15,RecordVoiceOver:2,Reddit:0,Redeem:15,Redo:15,ReduceCapacity:2,Refresh:15,RememberMe:15,Remove:15,RemoveCircle:15,RemoveCircleOutline:0,RemoveDone:15,RemoveFromQueue:2,RemoveModerator:2,RemoveRedEye:15,RemoveShoppingCart:0,Reorder:15,Repeat:15,RepeatOn:15,RepeatOne:15,RepeatOneOn:15,Replay:15,Replay10:15,Replay30:15,Replay5:15,ReplayCircleFilled:0,Reply:15,ReplyAll:15,Report:15,ReportGmailerrorred:0,ReportOff:15,ReportProblem:7,RequestPage:15,RequestQuote:15,ResetTv:15,RestartAlt:15,Restaurant:15,RestaurantMenu:2,Restore:15,RestoreFromTrash:0,RestorePage:15,Reviews:15,RiceBowl:15,RingVolume:15,Roofing:15,Room:15,RoomPreferences:2,RoomService:15,Rotate90DegreesCcw:0,RotateLeft:15,RotateRight:15,Router:15,Rowing:15,RssFeed:15,Rsvp:15,Rtt:15,Rule:15,RuleFolder:15,RunCircle:15,RunningWithErrors:0,RvHookup:15,SafetyDivider:7,Sailing:15,Sanitizer:15,Satellite:15,Save:15,SaveAlt:15,SavedSearch:15,Savings:15,Scanner:15,ScatterPlot:15,Schedule:15,ScheduleSend:15,Schema:15,School:15,Science:15,Score:15,ScreenLockLandscape:0,ScreenLockPortrait:0,ScreenLockRotation:0,ScreenRotation:2,ScreenSearchDesktop:0,ScreenShare:15,Screenshot:15,Sd:15,SdCard:15,SdCardAlert:15,SdStorage:15,Search:15,SearchOff:15,Security:15,SecurityUpdate:2,SecurityUpdateGood:0,Segment:15,SelectAll:15,SelfImprovement:2,Sell:15,Send:15,SendAndArchive:2,SendToMobile:15,SensorDoor:15,SensorWindow:15,Sensors:15,SensorsOff:15,SentimentNeutral:0,SentimentSatisfied:0,SetMeal:15,Settings:15,SettingsApplications:0,SettingsBluetooth:0,SettingsBrightness:0,SettingsCell:15,SettingsEthernet:0,SettingsInputAntenna:0,SettingsInputHdmi:0,SettingsInputSvideo:0,SettingsOverscan:0,SettingsPhone:7,SettingsPower:7,SettingsRemote:2,SettingsSuggest:2,SettingsVoice:7,SevenK:15,SevenKPlus:15,SevenMp:15,SeventeenMp:15,Share:15,ShareLocation:7,Shield:15,Shop:15,Shop2:15,ShopTwo:15,ShoppingBag:15,ShoppingBasket:2,ShoppingCart:15,ShortText:15,Shortcut:15,ShowChart:15,Shower:15,Shuffle:15,ShuffleOn:15,ShutterSpeed:15,Sick:15,SignalCellular0Bar:0,SignalCellular1Bar:0,SignalCellular2Bar:0,SignalCellular3Bar:0,SignalCellular4Bar:0,SignalCellularAlt:0,SignalCellularNoSim:0,SignalCellularNodata:0,SignalCellularNull:0,SignalCellularOff:0,SignalWifi0Bar:2,SignalWifi1Bar:2,SignalWifi1BarLock:0,SignalWifi2Bar:2,SignalWifi2BarLock:0,SignalWifi3Bar:2,SignalWifi3BarLock:0,SignalWifi4Bar:2,SignalWifi4BarLock:0,SignalWifiBad:7,SignalWifiOff:7,SimCard:15,SimCardAlert:15,SimCardDownload:2,SingleBed:15,Sip:15,SixK:15,SixKPlus:15,SixMp:15,SixteenMp:15,SixtyFps:15,SixtyFpsSelect:2,Skateboarding:7,SkipNext:15,SkipPrevious:15,Sledding:15,Slideshow:15,SlowMotionVideo:2,SmartButton:15,SmartDisplay:15,SmartScreen:15,SmartToy:15,Smartphone:15,SmokeFree:15,SmokingRooms:15,Sms:15,SmsFailed:15,SnippetFolder:7,Snooze:15,Snowboarding:15,Snowmobile:15,Snowshoeing:15,Soap:15,SocialDistance:2,Sort:15,SortByAlpha:15,Source:15,South:15,SouthEast:15,SouthWest:15,Spa:15,SpaceBar:15,Speaker:15,SpeakerGroup:15,SpeakerNotes:15,SpeakerNotesOff:2,SpeakerPhone:15,Speed:15,Spellcheck:15,Splitscreen:15,Sports:15,SportsBar:15,SportsBaseball:2,SportsBasketball:0,SportsCricket:7,SportsEsports:7,SportsFootball:2,SportsGolf:15,SportsHandball:2,SportsHockey:15,SportsKabaddi:7,SportsMma:15,SportsMotorsports:0,SportsRugby:15,SportsScore:15,SportsSoccer:15,SportsTennis:15,SportsVolleyball:0,SquareFoot:15,StackedBarChart:2,StackedLineChart:0,Stairs:15,Star:15,StarBorder:15,StarBorderPurple500:0,StarHalf:15,StarOutline:15,StarPurple500:7,StarRate:15,Stars:15,StayCurrentLandscape:0,StayCurrentPortrait:0,StayPrimaryLandscape:0,StayPrimaryPortrait:0,StickyNote2:15,Stop:15,StopCircle:15,StopScreenShare:2,Storage:15,Store:15,StoreMallDirectory:0,Storefront:15,Storm:15,Straighten:15,Stream:15,Streetview:15,StrikethroughS:2,Stroller:15,Style:15,Subject:15,Subscript:15,Subscriptions:7,Subtitles:15,SubtitlesOff:15,Subway:15,Summarize:15,Superscript:15,SupervisedUserCircle:0,SupervisorAccount:0,Support:15,SupportAgent:15,Surfing:15,SurroundSound:7,SwapCalls:15,SwapHoriz:15,SwapHorizontalCircle:0,SwapVert:15,SwapVerticalCircle:0,Swipe:15,SwitchAccount:7,SwitchCamera:15,SwitchLeft:15,SwitchRight:15,SwitchVideo:15,Sync:15,SyncAlt:15,SyncDisabled:15,SyncProblem:15,SystemSecurityUpdate:0,SystemUpdate:15,SystemUpdateAlt:2,Tab:15,TabUnselected:7,TableChart:15,TableRows:15,TableView:15,Tablet:15,TabletAndroid:7,TabletMac:15,Tag:15,TagFaces:15,TakeoutDining:7,TapAndPlay:15,Tapas:15,Task:15,TaskAlt:15,TaxiAlert:15,Telegram:0,TenMp:15,Terrain:15,TextFields:15,TextFormat:15,TextRotateUp:15,TextRotateVertical:0,TextRotationAngleup:0,TextRotationDown:0,TextRotationNone:0,TextSnippet:15,Textsms:15,Texture:15,TheaterComedy:7,Theaters:15,Thermostat:15,ThermostatAuto:2,ThirteenMp:15,ThirtyFps:15,ThirtyFpsSelect:2,ThreeDRotation:2,ThreeGMobiledata:0,ThreeK:15,ThreeKPlus:15,ThreeMp:15,ThreeP:15,ThreeSixty:15,ThumbDown:15,ThumbDownAlt:15,ThumbDownOffAlt:2,ThumbUp:15,ThumbUpAlt:15,ThumbUpOffAlt:7,ThumbsUpDown:15,TimeToLeave:15,Timelapse:15,Timeline:15,Timer:15,Timer10:15,Timer10Select:7,Timer3:15,Timer3Select:15,TimerOff:15,TimesOneMobiledata:0,Title:15,Toc:15,Today:15,ToggleOff:15,ToggleOn:15,Toll:15,Tonality:15,Topic:15,TouchApp:15,Tour:15,Toys:15,TrackChanges:15,Traffic:15,Train:15,Tram:15,Transform:15,Transgender:15,TransitEnterexit:0,Translate:15,TravelExplore:7,TrendingDown:15,TrendingFlat:15,TrendingUp:15,TripOrigin:15,Try:15,Tty:15,Tune:15,Tungsten:15,TurnedIn:15,TurnedInNot:15,Tv:15,TvOff:15,TwelveMp:15,TwentyFourMp:15,TwentyOneMp:15,TwentyThreeMp:7,TwentyTwoMp:15,TwentyZeroMp:15,Twitter:0,TwoK:15,TwoKPlus:15,TwoMp:15,TwoWheeler:15,Umbrella:15,Unarchive:15,Undo:15,UnfoldLess:15,UnfoldMore:15,Unpublished:15,Unsubscribe:15,Upcoming:15,Update:15,UpdateDisabled:2,Upgrade:15,Upload:15,UploadFile:15,Usb:15,UsbOff:15,Verified:15,VerifiedUser:15,VerticalAlignBottom:0,VerticalAlignCenter:0,VerticalAlignTop:0,VerticalSplit:7,Vibration:15,VideoCall:15,VideoCameraBack:2,VideoCameraFront:0,VideoLabel:15,VideoLibrary:15,VideoSettings:7,VideoStable:15,Videocam:15,VideocamOff:15,VideogameAsset:2,VideogameAssetOff:0,ViewAgenda:15,ViewArray:15,ViewCarousel:15,ViewColumn:15,ViewComfy:15,ViewCompact:15,ViewDay:15,ViewHeadline:15,ViewInAr:15,ViewList:15,ViewModule:15,ViewQuilt:15,ViewSidebar:15,ViewStream:15,ViewWeek:15,Vignette:15,Villa:15,Visibility:15,VisibilityOff:7,VoiceChat:15,VoiceOverOff:15,Voicemail:15,VolumeDown:15,VolumeMute:15,VolumeOff:15,VolumeUp:15,VolunteerActivism:0,VpnKey:15,VpnLock:15,Vrpano:15,Wallpaper:15,Warning:15,WarningAmber:15,Wash:15,Watch:15,WatchLater:15,Water:15,WaterDamage:15,WaterfallChart:2,Waves:15,WbAuto:15,WbCloudy:15,WbIncandescent:2,WbIridescent:15,WbShade:15,WbSunny:15,WbTwilight:15,Wc:15,Web:15,WebAsset:15,WebAssetOff:15,Weekend:15,West:15,WhatsApp:0,Whatshot:15,WheelchairPickup:0,WhereToVote:15,Widgets:15,Wifi:15,WifiCalling:15,WifiCalling3:15,WifiLock:15,WifiOff:15,WifiProtectedSetup:0,WifiTethering:7,WifiTetheringOff:0,Window:15,WineBar:15,Work:15,WorkOff:15,WorkOutline:15,Workspaces:15,WrapText:15,WrongLocation:7,Wysiwyg:15,Yard:15,YouTube:0,YoutubeSearchedFor:0,ZoomIn:15,ZoomOut:15,ZoomOutMap:15};const iconKeys=Object.keys(icons);const weightOptions=[\"Filled\",\"TwoTone\",\"Sharp\",\"Rounded\",\"Outlined\",];const styleKeyOptions={15:[...weightOptions],7:[\"Filled\",\"TwoTone\",\"Sharp\",\"Rounded\"],2:[\"Filled\",\"Sharp\"]};const styleOptionPropKeys=Object.keys(styleKeyOptions).map(optionKey=>`iconStyle${optionKey}`);const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * MATERIAL\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored,style}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Get props to use for deps array\nconst styleOptionProps=styleOptionPropKeys.map(prop=>props[prop]);// Get style of icon\nconst iconStyle=useMemo(()=>{const iconStyleKey=icons[iconKey];if(!iconStyleKey)return;const activeStyle=props[`iconStyle${iconStyleKey}`];if(activeStyle===\"Filled\")return;return activeStyle;},[...styleOptionProps]);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){// If bad search or doesn't exist, show null state\nif(typeof icons[iconKey]!==\"number\"){setSelectedIcon(null);return;}// Get the selected module\ntry{const style=iconStyle?iconStyle:\"\";const iconModuleUrl=`${moduleBaseUrl}${iconKey}${style}.js@0.0.32`;// console.log(iconModuleUrl)\nconst module=await import(/* webpackIgnore: true */ iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch{if(isMounted.current)setSelectedIcon(null);}}// Import module when new style or icon is selected\nuseEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey,...styleOptionProps]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(motion.div,{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",style:{userSelect:\"none\",width:\"100%\",height:\"100%\",display:\"inline-block\",fill:color,flexShrink:0,transform:mirrored?\"scale(-1, 1)\":undefined,...style},focusable:\"false\",viewBox:\"0 0 24 24\",color:color,children:SelectedIcon}):emptyState});}Icon.displayName=\"Material\";Icon.defaultProps={width:24,height:24,iconSelection:\"Home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,weight:\"Filled\",mirrored:false};function hideStyleOptions(props,styleOptions){const{selectByList,iconSearch,iconSelection}=props;const styleOptionsNumber=parseInt(styleOptions);const name=getIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);const icon=icons[name];if(!icon||styleOptionsNumber===0)return true;if(icon===styleOptionsNumber)return false;else return true;}addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Material site](https://fonts.google.com/icons)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...Object.keys(styleKeyOptions).reduce((result,optionKey)=>{result[`iconStyle${optionKey}`]={type:ControlType.Enum,title:\"Style\",defaultValue:\"Filled\",options:styleKeyOptions[optionKey],hidden:props=>hideStyleOptions(props,optionKey)};return result;},{}),...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerIntrinsicWidth\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Material.map", "// Generated by Framer (ff6f0b6)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Montserrat-500\",\"GF;Montserrat-700\",\"GF;Montserrat-700italic\",\"GF;Montserrat-500italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew7Y3tcoqK5.woff2\",weight:\"500\"},{family:\"Montserrat\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w7Y3tcoqK5.woff2\",weight:\"700\"},{family:\"Montserrat\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/montserrat/v29/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6aXp-p7K5ILg.woff2\",weight:\"700\"},{family:\"Montserrat\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/montserrat/v29/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq5Z9aXp-p7K5ILg.woff2\",weight:\"500\"}]}];export const css=['.framer-f9Thm .framer-styles-preset-t5osfa:not(.rich-text-wrapper), .framer-f9Thm .framer-styles-preset-t5osfa.rich-text-wrapper p { --framer-font-family: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 13px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-6234e938-10e8-4bc5-9175-a4db6e072baf, #26163b); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1249px) and (min-width: 810px) { .framer-f9Thm .framer-styles-preset-t5osfa:not(.rich-text-wrapper), .framer-f9Thm .framer-styles-preset-t5osfa.rich-text-wrapper p { --framer-font-family: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-6234e938-10e8-4bc5-9175-a4db6e072baf, #26163b); --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-f9Thm .framer-styles-preset-t5osfa:not(.rich-text-wrapper), .framer-f9Thm .framer-styles-preset-t5osfa.rich-text-wrapper p { --framer-font-family: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-6234e938-10e8-4bc5-9175-a4db6e072baf, #26163b); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-f9Thm\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (461de17)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/2RnQF7qADG7Tb70wpQWO/qQKcbI6gChG9AxvqKpS4/c4Qa18qzU.js\";const MaterialFonts=getFonts(Material);const enabledGestures={AGl6i7L3j:{hover:true},Gh5RZ7weo:{hover:true},pFMoKo6yk:{hover:true}};const cycleOrder=[\"Gh5RZ7weo\",\"pFMoKo6yk\",\"AGl6i7L3j\",\"cgSohFn7Y\"];const serializationHash=\"framer-Qqxpq\";const variantClassNames={AGl6i7L3j:\"framer-v-1ftezu9\",cgSohFn7Y:\"framer-v-66bq5z\",Gh5RZ7weo:\"framer-v-rezinm\",pFMoKo6yk:\"framer-v-1c5m6e9\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:100,delay:0,mass:.1,stiffness:1e3,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"Gh5RZ7weo\",\"Variant 2\":\"pFMoKo6yk\",\"Variant 3\":\"AGl6i7L3j\",\"Variant 4\":\"cgSohFn7Y\"};const getProps=({height,id,link,title,width,...props})=>{return{...props,Lj4al0rdH:link??props.Lj4al0rdH,oLKuvo6he:title??props.oLKuvo6he??\"Button Text\",variant:humanReadableVariantMap[props.variant]??props.variant??\"Gh5RZ7weo\"};};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,oLKuvo6he,Lj4al0rdH,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Gh5RZ7weo\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"pFMoKo6yk-hover\",\"AGl6i7L3j-hover\"].includes(gestureVariant))return false;if([\"pFMoKo6yk\",\"AGl6i7L3j\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:Lj4al0rdH,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-rezinm\",className,classNames)} framer-ef2k81`,\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"Gh5RZ7weo\",ref:ref??ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-6234e938-10e8-4bc5-9175-a4db6e072baf, rgb(38, 22, 59))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4,...style},variants:{\"AGl6i7L3j-hover\":{backgroundColor:\"var(--token-6234e938-10e8-4bc5-9175-a4db6e072baf, rgb(38, 22, 59))\"},\"Gh5RZ7weo-hover\":{backgroundColor:\"var(--token-6234e938-10e8-4bc5-9175-a4db6e072baf, rgb(38, 22, 59))\"},\"pFMoKo6yk-hover\":{backgroundColor:\"var(--token-6234e938-10e8-4bc5-9175-a4db6e072baf, rgb(38, 22, 59))\"},cgSohFn7Y:{\"--border-color\":\"var(--token-e786df76-e37f-42d7-9e6b-317b4f33df5e, rgb(255, 255, 255))\"}},...addPropertyOverrides({\"AGl6i7L3j-hover\":{\"data-framer-name\":undefined},\"Gh5RZ7weo-hover\":{\"data-framer-name\":undefined},\"pFMoKo6yk-hover\":{\"data-framer-name\":undefined},AGl6i7L3j:{\"data-framer-name\":\"Variant 3\"},cgSohFn7Y:{\"data-framer-name\":\"Variant 4\"},pFMoKo6yk:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-t5osfa\",\"data-styles-preset\":\"c4Qa18qzU\",children:\"Button Text\"})}),className:\"framer-1k2zcyq\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"TViw7PzHr\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:oLKuvo6he,variants:{\"AGl6i7L3j-hover\":{\"--extracted-r6o4lv\":\"var(--token-e786df76-e37f-42d7-9e6b-317b4f33df5e, rgb(255, 255, 255))\"},\"Gh5RZ7weo-hover\":{\"--extracted-r6o4lv\":\"var(--token-7a3b6743-928d-454e-8962-726dec9aebc7, rgb(237, 234, 241))\"},\"pFMoKo6yk-hover\":{\"--extracted-r6o4lv\":\"var(--token-7a3b6743-928d-454e-8962-726dec9aebc7, rgb(237, 234, 241))\"},cgSohFn7Y:{\"--extracted-r6o4lv\":\"var(--token-e786df76-e37f-42d7-9e6b-317b4f33df5e, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"AGl6i7L3j-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-t5osfa\",\"data-styles-preset\":\"c4Qa18qzU\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e786df76-e37f-42d7-9e6b-317b4f33df5e, rgb(255, 255, 255)))\"},children:\"Button Text\"})})},\"Gh5RZ7weo-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-t5osfa\",\"data-styles-preset\":\"c4Qa18qzU\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7a3b6743-928d-454e-8962-726dec9aebc7, rgb(237, 234, 241)))\"},children:\"Button Text\"})})},\"pFMoKo6yk-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-t5osfa\",\"data-styles-preset\":\"c4Qa18qzU\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7a3b6743-928d-454e-8962-726dec9aebc7, rgb(237, 234, 241)))\"},children:\"Button Text\"})})},cgSohFn7Y:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-t5osfa\",\"data-styles-preset\":\"c4Qa18qzU\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e786df76-e37f-42d7-9e6b-317b4f33df5e, rgb(255, 255, 255)))\"},children:\"Button Text\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1acojar-container\",layoutDependency:layoutDependency,layoutId:\"Ru8RXK6wT-container\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-6234e938-10e8-4bc5-9175-a4db6e072baf, rgb(38, 22, 59))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"ArrowForward\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"Ru8RXK6wT\",layoutId:\"Ru8RXK6wT\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({\"Gh5RZ7weo-hover\":{color:\"var(--token-7a3b6743-928d-454e-8962-726dec9aebc7, rgb(237, 234, 241))\"},cgSohFn7Y:{color:\"var(--token-e786df76-e37f-42d7-9e6b-317b4f33df5e, rgb(255, 255, 255))\"}},baseVariant,gestureVariant)})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Qqxpq.framer-ef2k81, .framer-Qqxpq .framer-ef2k81 { display: block; }\",\".framer-Qqxpq.framer-rezinm { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 9px 27px 9px 27px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-Qqxpq .framer-1k2zcyq { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Qqxpq .framer-1acojar-container { flex: none; height: 26px; position: relative; width: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Qqxpq.framer-rezinm { gap: 0px; } .framer-Qqxpq.framer-rezinm > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Qqxpq.framer-rezinm > :first-child { margin-left: 0px; } .framer-Qqxpq.framer-rezinm > :last-child { margin-right: 0px; } }\",\".framer-Qqxpq.framer-v-1ftezu9.framer-rezinm { padding: 9px 18px 9px 18px; }\",\".framer-Qqxpq.framer-v-66bq5z.framer-rezinm { cursor: unset; }\",\".framer-Qqxpq.framer-v-rezinm.hover .framer-1k2zcyq { order: 0; }\",\".framer-Qqxpq.framer-v-rezinm.hover .framer-1acojar-container { order: 1; }\",...sharedStyle.css,'.framer-Qqxpq[data-border=\"true\"]::after, .framer-Qqxpq [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 44\n * @framerIntrinsicWidth 155\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"pFMoKo6yk\":{\"layout\":[\"auto\",\"auto\"]},\"AGl6i7L3j\":{\"layout\":[\"auto\",\"auto\"]},\"cgSohFn7Y\":{\"layout\":[\"auto\",\"auto\"]},\"TVfdZJQsY\":{\"layout\":[\"auto\",\"auto\"]},\"tdFCpfe93\":{\"layout\":[\"auto\",\"auto\"]},\"j5E3QpYmv\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"oLKuvo6he\":\"title\",\"Lj4al0rdH\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerFpHwx7rl3=withCSS(Component,css,\"framer-Qqxpq\");export default FramerFpHwx7rl3;FramerFpHwx7rl3.displayName=\"Button\";FramerFpHwx7rl3.defaultProps={height:44,width:155};addPropertyControls(FramerFpHwx7rl3,{variant:{options:[\"Gh5RZ7weo\",\"pFMoKo6yk\",\"AGl6i7L3j\",\"cgSohFn7Y\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum},oLKuvo6he:{defaultValue:\"Button Text\",displayTextArea:false,title:\"Title\",type:ControlType.String},Lj4al0rdH:{title:\"Link\",type:ControlType.Link}});addFonts(FramerFpHwx7rl3,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...MaterialFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerFpHwx7rl3\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"oLKuvo6he\\\":\\\"title\\\",\\\"Lj4al0rdH\\\":\\\"link\\\"}\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"pFMoKo6yk\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"AGl6i7L3j\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"cgSohFn7Y\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TVfdZJQsY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"tdFCpfe93\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"j5E3QpYmv\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"44\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"155\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Montserrat-regular\",\"GF;Montserrat-700\",\"GF;Montserrat-700italic\",\"GF;Montserrat-italic\"]);export const fonts=[{family:\"Montserrat\",style:\"normal\",url:\"https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew7Y3tcoqK5.woff2\",weight:\"400\"},{family:\"Montserrat\",style:\"normal\",url:\"https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w7Y3tcoqK5.woff2\",weight:\"700\"},{family:\"Montserrat\",style:\"italic\",url:\"https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6aXp-p7K5ILg.woff2\",weight:\"700\"},{family:\"Montserrat\",style:\"italic\",url:\"https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9aXp-p7K5ILg.woff2\",weight:\"400\"}];export const css=['.framer-vp1QP .framer-styles-preset-1dpeimv:not(.rich-text-wrapper), .framer-vp1QP .framer-styles-preset-1dpeimv.rich-text-wrapper p { --framer-font-family: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-6234e938-10e8-4bc5-9175-a4db6e072baf, #26163b); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1px) and (min-width: 1px) { .framer-vp1QP .framer-styles-preset-1dpeimv:not(.rich-text-wrapper), .framer-vp1QP .framer-styles-preset-1dpeimv.rich-text-wrapper p { --framer-font-family: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-size: 13px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-6234e938-10e8-4bc5-9175-a4db6e072baf, #26163b); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 0px) and (min-width: 0px) { .framer-vp1QP .framer-styles-preset-1dpeimv:not(.rich-text-wrapper), .framer-vp1QP .framer-styles-preset-1dpeimv.rich-text-wrapper p { --framer-font-family: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-size: 10px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-6234e938-10e8-4bc5-9175-a4db6e072baf, #26163b); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-vp1QP\";\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\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[];export const css=[\".framer-2P9K2 .framer-styles-preset-1bo11k3:not(.rich-text-wrapper), .framer-2P9K2 .framer-styles-preset-1bo11k3.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-6234e938-10e8-4bc5-9175-a4db6e072baf, #26163b); --framer-link-text-decoration: none; }\"];export const className=\"framer-2P9K2\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2306ade)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/2RnQF7qADG7Tb70wpQWO/qQKcbI6gChG9AxvqKpS4/c4Qa18qzU.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/fM1lYEticapV8kIdWm2e/DxaFkcT5UeBXMusxSWle/Qoh0VViZB.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/CHxYkbKOFgEaBwXElaDd/beQDdeoNo3y7wu4WAroB/vYkfGRN0p.js\";import Button from\"https://framerusercontent.com/modules/4xdIycIsSYhcBd15rfar/NC5qFtkVkeEhXkOLcruS/FpHwx7rl3.js\";const ButtonFonts=getFonts(Button);const cycleOrder=[\"W6vr6M8d4\",\"jrKimVpCK\",\"ZHS3dY3Lh\",\"ASuETEgu2\"];const serializationHash=\"framer-JQWOu\";const variantClassNames={ASuETEgu2:\"framer-v-yn7l2v\",jrKimVpCK:\"framer-v-1k2oz7n\",W6vr6M8d4:\"framer-v-1lrg3ea\",ZHS3dY3Lh:\"framer-v-17sw9jy\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Phone Open\":\"ZHS3dY3Lh\",Desktop:\"W6vr6M8d4\",Phone:\"jrKimVpCK\",Tablet:\"ASuETEgu2\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"W6vr6M8d4\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"W6vr6M8d4\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1ysvpel=activeVariantCallback(async(...args)=>{setVariant(\"ZHS3dY3Lh\");});const onTap1gpgbnq=activeVariantCallback(async(...args)=>{setVariant(\"jrKimVpCK\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"jrKimVpCK\",\"ZHS3dY3Lh\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"jrKimVpCK\")return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"ZHS3dY3Lh\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1lrg3ea\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"W6vr6M8d4\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(247, 247, 247)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-e786df76-e37f-42d7-9e6b-317b4f33df5e, rgb(255, 255, 255))\",boxShadow:\"0px 0px 10px 0px rgba(0, 0, 0, 0.05)\",...style},...addPropertyOverrides({ASuETEgu2:{\"data-framer-name\":\"Tablet\"},jrKimVpCK:{\"data-framer-name\":\"Phone\"},ZHS3dY3Lh:{\"data-framer-name\":\"Phone Open\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bo8ff5\",layoutDependency:layoutDependency,layoutId:\"ffk1t46yN\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9i53lk\",layoutDependency:layoutDependency,layoutId:\"s85L7YURY\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"uauPje2ET\",scopeId:\"juyV8KwCu\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-avgblp framer-1t7xeme\",\"data-framer-name\":\"graphic\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"uauPje2ET\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 166 30\"><path d=\"M 26.668 10.889 C 26.656 10.877 26.644 10.865 26.633 10.853 C 25.313 9.524 23.402 8.755 21.394 8.834 C 21.264 8.834 21.139 8.783 21.048 8.692 C 20.956 8.602 20.905 8.479 20.905 8.352 C 20.904 7.746 20.925 7.022 20.808 6.432 C 20.3 3.402 17.385 1.058 14.238 1.128 C 10.64 1.055 7.535 4.044 7.574 7.552 L 7.574 8.349 C 7.575 8.477 7.524 8.599 7.433 8.69 C 7.342 8.781 7.217 8.833 7.087 8.834 C 5.691 8.773 4.31 9.131 3.127 9.861 C -1.041 12.427 -1.041 18.488 3.127 21.052 C 4.309 21.782 5.691 22.14 7.087 22.08 C 7.357 22.08 7.574 22.296 7.574 22.565 L 7.574 23.361 C 7.535 26.868 10.643 29.783 14.241 29.783 C 17.84 29.783 20.944 26.868 20.905 23.361 L 20.905 22.565 C 20.905 22.296 21.122 22.08 21.393 22.08 C 23.54 22.172 25.498 21.272 26.84 19.809 C 29.172 17.263 29.103 13.341 26.668 10.887 L 26.669 10.889 Z M 19.267 19.649 C 18.949 19.446 18.656 19.207 18.394 18.938 C 18.314 18.856 18.201 18.812 18.085 18.818 C 17.968 18.824 17.861 18.88 17.79 18.97 C 17.643 19.12 17.645 19.358 17.795 19.505 C 18.081 19.788 18.331 20.105 18.543 20.451 C 20.596 23.721 18.153 28.051 14.241 28.108 C 10.326 28.048 7.884 23.724 9.938 20.45 C 10.148 20.107 10.399 19.79 10.685 19.505 C 10.764 19.427 10.805 19.32 10.798 19.211 C 10.792 19.102 10.739 19 10.652 18.931 C 10.577 18.857 10.475 18.816 10.368 18.817 C 10.262 18.819 10.16 18.862 10.087 18.938 C 9.825 19.207 9.532 19.446 9.214 19.649 C 5.851 21.841 1.51 19.435 1.565 15.428 C 1.556 11.447 5.876 9.092 9.214 11.267 C 9.531 11.47 9.823 11.709 10.086 11.979 C 10.159 12.055 10.261 12.099 10.367 12.1 C 10.474 12.101 10.576 12.06 10.651 11.986 C 10.738 11.917 10.791 11.816 10.798 11.706 C 10.804 11.597 10.763 11.49 10.685 11.412 C 10.399 11.127 10.148 10.809 9.938 10.467 C 7.884 7.195 10.33 2.865 14.241 2.808 C 18.154 2.868 20.595 7.193 18.543 10.467 C 18.331 10.812 18.081 11.129 17.795 11.412 C 17.716 11.49 17.675 11.597 17.681 11.706 C 17.687 11.816 17.741 11.917 17.828 11.986 C 17.985 12.142 18.24 12.136 18.393 11.979 C 18.655 11.71 18.948 11.471 19.267 11.267 C 22.63 9.076 26.97 11.483 26.916 15.488 C 26.925 19.471 22.605 21.825 19.267 19.649 Z M 39.287 13.302 C 38.466 13.305 37.65 13.195 36.86 12.976 C 36.087 12.75 35.464 12.459 34.992 12.105 L 35.821 10.303 C 36.273 10.619 36.805 10.88 37.418 11.086 C 38.041 11.282 38.669 11.382 39.302 11.382 C 39.785 11.382 40.171 11.337 40.462 11.249 C 40.763 11.15 40.984 11.018 41.124 10.85 C 41.263 10.688 41.339 10.484 41.336 10.273 C 41.345 10.015 41.22 9.771 41.004 9.624 C 40.742 9.437 40.445 9.302 40.131 9.225 C 39.768 9.117 39.367 9.017 38.925 8.93 C 38.483 8.829 38.046 8.71 37.614 8.575 C 37.197 8.445 36.798 8.267 36.423 8.045 C 36.064 7.83 35.76 7.536 35.535 7.187 C 35.313 6.832 35.203 6.38 35.203 5.828 C 35.203 5.237 35.364 4.701 35.685 4.218 C 36.016 3.726 36.509 3.337 37.162 3.052 C 37.824 2.757 38.653 2.609 39.648 2.609 C 40.311 2.609 40.964 2.687 41.607 2.844 C 42.209 2.976 42.785 3.206 43.31 3.525 L 42.556 5.341 C 42.093 5.077 41.597 4.874 41.08 4.735 C 40.61 4.6 40.123 4.53 39.633 4.528 C 39.162 4.528 38.773 4.583 38.473 4.69 C 38.172 4.799 37.955 4.942 37.826 5.12 C 37.694 5.289 37.625 5.497 37.629 5.71 C 37.629 5.976 37.74 6.193 37.96 6.36 C 38.181 6.517 38.473 6.645 38.835 6.744 C 39.196 6.842 39.593 6.94 40.025 7.04 C 40.468 7.138 40.904 7.251 41.336 7.379 C 41.778 7.507 42.179 7.679 42.542 7.896 C 42.903 8.113 43.194 8.398 43.415 8.752 C 43.646 9.107 43.762 9.555 43.762 10.096 C 43.762 10.678 43.597 11.21 43.265 11.692 C 42.933 12.174 42.436 12.563 41.773 12.857 C 41.12 13.154 40.291 13.302 39.287 13.302 Z M 50.238 13.124 L 50.238 11.573 L 50.087 11.234 L 50.087 8.457 C 50.087 7.965 49.931 7.581 49.62 7.305 C 49.318 7.029 48.851 6.892 48.219 6.892 C 47.786 6.892 47.359 6.961 46.937 7.098 C 46.525 7.225 46.174 7.403 45.882 7.629 L 45.038 6.02 C 45.525 5.695 46.065 5.455 46.635 5.311 C 47.254 5.144 47.893 5.06 48.534 5.06 C 49.771 5.06 50.73 5.346 51.413 5.917 C 52.096 6.488 52.437 7.379 52.437 8.59 L 52.437 13.125 L 50.238 13.125 Z M 47.766 13.243 C 47.133 13.243 46.591 13.139 46.139 12.931 C 45.717 12.74 45.357 12.439 45.099 12.061 C 44.857 11.696 44.731 11.27 44.736 10.835 C 44.736 10.362 44.853 9.948 45.084 9.594 C 45.325 9.24 45.702 8.964 46.214 8.767 C 46.726 8.56 47.395 8.457 48.218 8.457 L 50.372 8.457 L 50.372 9.801 L 48.474 9.801 C 47.921 9.801 47.54 9.89 47.329 10.066 C 47.132 10.233 47.022 10.477 47.027 10.732 C 47.027 11.027 47.143 11.263 47.374 11.44 C 47.615 11.608 47.942 11.692 48.354 11.692 C 48.745 11.692 49.097 11.603 49.408 11.427 C 49.721 11.238 49.96 10.951 50.087 10.613 L 50.449 11.677 C 50.278 12.189 49.966 12.577 49.514 12.843 C 49.062 13.109 48.479 13.243 47.766 13.243 Z M 54.565 13.124 L 54.565 5.178 L 56.916 5.178 L 56.916 13.124 Z M 55.741 4.071 C 55.309 4.071 54.957 3.947 54.686 3.702 C 54.42 3.469 54.272 3.134 54.278 2.785 C 54.278 2.422 54.414 2.116 54.686 1.87 C 54.957 1.623 55.309 1.501 55.741 1.501 C 56.173 1.501 56.525 1.619 56.796 1.855 C 57.063 2.073 57.214 2.4 57.203 2.742 C 57.203 3.126 57.066 3.445 56.796 3.702 C 56.534 3.947 56.183 4.071 55.741 4.071 Z M 64.025 5.06 C 64.668 5.06 65.242 5.188 65.744 5.444 C 66.255 5.691 66.658 6.074 66.949 6.597 C 67.241 7.108 67.385 7.768 67.385 8.575 L 67.385 13.124 L 65.036 13.124 L 65.036 8.931 C 65.036 8.29 64.89 7.818 64.599 7.513 C 64.316 7.208 63.916 7.055 63.393 7.055 C 63.042 7.05 62.695 7.131 62.383 7.291 C 62.084 7.446 61.842 7.689 61.69 7.986 C 61.529 8.301 61.448 8.705 61.448 9.197 L 61.448 13.125 L 59.097 13.125 L 59.097 5.178 L 61.343 5.178 L 61.343 7.379 L 60.921 6.714 C 61.203 6.192 61.639 5.765 62.172 5.489 C 62.714 5.203 63.332 5.06 64.025 5.06 Z M 72.832 13.243 C 71.878 13.243 71.134 13.006 70.602 12.533 C 70.07 12.051 69.804 11.337 69.804 10.392 L 69.804 3.421 L 72.155 3.421 L 72.155 10.362 C 72.155 10.696 72.244 10.957 72.425 11.144 C 72.607 11.322 72.853 11.409 73.164 11.409 C 73.536 11.409 73.852 11.311 74.113 11.114 L 74.746 12.74 C 74.48 12.917 74.185 13.047 73.872 13.123 C 73.532 13.203 73.183 13.243 72.833 13.242 Z M 68.552 7.127 L 68.552 5.355 L 74.174 5.355 L 74.174 7.127 Z M 80.499 13.124 L 80.499 2.785 L 85.065 2.785 C 86.009 2.785 86.823 2.939 87.507 3.243 C 88.19 3.539 88.717 3.967 89.089 4.529 C 89.461 5.09 89.646 5.759 89.646 6.537 C 89.646 7.305 89.461 7.97 89.089 8.53 C 88.717 9.092 88.19 9.525 87.507 9.831 C 86.824 10.126 86.009 10.274 85.065 10.274 L 81.856 10.274 L 82.94 9.195 L 82.94 13.124 Z M 82.94 9.462 L 81.856 8.324 L 84.93 8.324 C 85.683 8.324 86.246 8.167 86.618 7.851 C 86.989 7.537 87.175 7.098 87.175 6.537 C 87.175 5.967 86.989 5.523 86.618 5.207 C 86.246 4.892 85.683 4.734 84.93 4.734 L 81.856 4.734 L 82.94 3.598 Z M 96.123 13.124 L 96.123 11.573 L 95.972 11.234 L 95.972 8.457 C 95.972 7.965 95.816 7.581 95.505 7.305 C 95.204 7.029 94.737 6.892 94.104 6.892 C 93.671 6.892 93.245 6.961 92.822 7.098 C 92.41 7.225 92.059 7.403 91.767 7.629 L 90.924 6.02 C 91.411 5.695 91.951 5.455 92.521 5.311 C 93.139 5.144 93.778 5.06 94.42 5.06 C 95.656 5.06 96.616 5.346 97.298 5.917 C 97.981 6.488 98.323 7.379 98.323 8.59 L 98.323 13.125 L 96.123 13.125 Z M 93.651 13.243 C 93.019 13.243 92.476 13.139 92.024 12.931 C 91.602 12.74 91.243 12.439 90.984 12.061 C 90.743 11.696 90.617 11.269 90.623 10.835 C 90.623 10.362 90.738 9.948 90.969 9.594 C 91.211 9.24 91.587 8.964 92.099 8.767 C 92.612 8.56 93.28 8.457 94.103 8.457 L 96.258 8.457 L 96.258 9.801 L 94.361 9.801 C 93.808 9.801 93.426 9.89 93.215 10.066 C 93.019 10.233 92.909 10.477 92.914 10.732 C 92.914 11.027 93.029 11.263 93.26 11.44 C 93.502 11.608 93.829 11.692 94.24 11.692 C 94.632 11.692 94.984 11.603 95.295 11.427 C 95.608 11.238 95.847 10.951 95.974 10.613 L 96.335 11.677 C 96.165 12.189 95.853 12.577 95.401 12.843 C 94.948 13.109 94.366 13.243 93.652 13.243 Z M 103.871 13.243 C 103.246 13.253 102.627 13.121 102.063 12.858 C 101.542 12.604 101.115 12.196 100.842 11.692 C 100.551 11.16 100.406 10.485 100.406 9.668 L 100.406 5.178 L 102.756 5.178 L 102.756 9.329 C 102.756 9.988 102.898 10.476 103.178 10.791 C 103.47 11.095 103.876 11.249 104.399 11.249 C 104.76 11.249 105.082 11.175 105.364 11.027 C 105.653 10.862 105.884 10.614 106.027 10.318 C 106.187 9.993 106.267 9.59 106.267 9.106 L 106.267 5.18 L 108.618 5.18 L 108.618 13.125 L 106.388 13.125 L 106.388 10.938 L 106.795 11.573 C 106.54 12.107 106.117 12.547 105.589 12.828 C 105.067 13.105 104.494 13.243 103.871 13.243 Z M 110.796 13.124 L 110.796 2.166 L 113.147 2.166 L 113.147 13.124 Z M 114.921 7.068 L 115.916 3.524 L 116.248 4.868 C 115.816 4.868 115.459 4.745 115.178 4.499 C 114.907 4.243 114.771 3.899 114.771 3.465 C 114.771 3.042 114.912 2.702 115.193 2.446 C 115.475 2.181 115.821 2.047 116.233 2.047 C 116.654 2.047 117.002 2.18 117.273 2.446 C 117.543 2.702 117.68 3.042 117.68 3.465 C 117.68 3.593 117.669 3.721 117.649 3.849 C 117.632 3.996 117.597 4.139 117.543 4.277 C 117.471 4.503 117.386 4.725 117.288 4.942 L 116.414 7.068 Z M 121.736 13.242 C 121.06 13.244 120.387 13.165 119.731 13.006 C 119.099 12.839 118.596 12.632 118.224 12.385 L 119.008 10.732 C 119.858 11.235 120.833 11.501 121.826 11.499 C 122.368 11.499 122.751 11.436 122.971 11.308 C 123.203 11.18 123.318 11.002 123.318 10.777 C 123.318 10.589 123.227 10.45 123.046 10.362 C 122.83 10.249 122.596 10.174 122.354 10.141 C 122.033 10.087 121.711 10.038 121.388 9.993 C 121.047 9.944 120.701 9.88 120.349 9.801 C 120.011 9.717 119.686 9.588 119.385 9.417 C 119.095 9.251 118.852 9.018 118.676 8.738 C 118.505 8.452 118.42 8.083 118.42 7.63 C 118.42 7.127 118.566 6.684 118.857 6.301 C 119.159 5.917 119.591 5.617 120.153 5.4 C 120.716 5.174 121.388 5.06 122.172 5.06 C 122.725 5.06 123.287 5.12 123.861 5.237 C 124.433 5.355 124.91 5.528 125.292 5.754 L 124.508 7.393 C 124.141 7.176 123.738 7.021 123.318 6.936 C 122.943 6.849 122.558 6.805 122.172 6.803 C 121.65 6.803 121.268 6.872 121.027 7.011 C 120.786 7.148 120.666 7.325 120.666 7.542 C 120.666 7.738 120.751 7.887 120.922 7.985 C 121.102 8.083 121.339 8.161 121.63 8.221 C 121.922 8.279 122.237 8.334 122.58 8.383 C 122.931 8.423 123.283 8.487 123.635 8.575 C 123.986 8.664 124.302 8.792 124.584 8.96 C 124.874 9.117 125.111 9.338 125.292 9.624 C 125.472 9.9 125.563 10.263 125.563 10.717 C 125.563 11.21 125.412 11.647 125.111 12.032 C 124.81 12.405 124.373 12.702 123.8 12.917 C 123.238 13.134 122.549 13.243 121.736 13.243 Z M 36.468 21.954 L 40.371 21.954 L 40.371 22.605 L 36.468 22.605 Z M 36.553 25.293 L 40.994 25.293 L 40.994 25.955 L 35.772 25.955 L 35.772 18.718 L 40.835 18.718 L 40.835 19.38 L 36.553 19.38 Z M 42.828 25.955 L 42.828 18.718 L 45.592 18.718 C 46.219 18.718 46.757 18.818 47.206 19.018 C 47.656 19.212 48.001 19.493 48.24 19.866 C 48.487 20.232 48.61 20.676 48.61 21.2 C 48.61 21.71 48.486 22.15 48.24 22.523 C 47.988 22.899 47.628 23.193 47.206 23.37 C 46.757 23.571 46.217 23.67 45.593 23.67 L 43.261 23.67 L 43.61 23.309 L 43.61 25.955 L 42.829 25.955 Z M 43.61 23.37 L 43.261 22.998 L 45.571 22.998 C 46.309 22.998 46.869 22.843 47.249 22.533 C 47.635 22.216 47.829 21.772 47.829 21.2 C 47.829 20.62 47.635 20.173 47.249 19.855 C 46.869 19.538 46.309 19.38 45.571 19.38 L 43.261 19.38 L 43.61 19.018 Z M 50.297 25.955 L 50.297 18.718 L 51.077 18.718 L 51.077 25.955 Z M 55.516 26.017 C 54.968 26.017 54.441 25.932 53.934 25.758 C 53.434 25.58 53.048 25.352 52.774 25.077 L 53.08 24.488 C 53.339 24.735 53.687 24.945 54.124 25.118 C 54.567 25.283 55.031 25.366 55.516 25.366 C 55.981 25.366 56.356 25.311 56.646 25.2 C 56.94 25.083 57.155 24.928 57.289 24.735 C 57.427 24.549 57.501 24.325 57.5 24.095 C 57.5 23.812 57.415 23.585 57.246 23.412 C 57.068 23.228 56.847 23.09 56.602 23.008 C 56.314 22.898 56.018 22.809 55.717 22.74 C 55.393 22.664 55.07 22.584 54.746 22.502 C 54.435 22.417 54.135 22.299 53.85 22.15 C 53.59 22.012 53.366 21.818 53.195 21.582 C 53.034 21.34 52.953 21.028 52.953 20.641 C 52.953 20.283 53.047 19.956 53.238 19.659 C 53.434 19.356 53.733 19.115 54.135 18.935 C 54.535 18.75 55.048 18.657 55.675 18.657 C 56.089 18.657 56.501 18.714 56.909 18.832 C 57.316 18.942 57.668 19.097 57.963 19.297 L 57.7 19.907 C 57.093 19.521 56.386 19.313 55.663 19.307 C 55.22 19.307 54.855 19.365 54.567 19.483 C 54.278 19.6 54.064 19.76 53.923 19.959 C 53.789 20.154 53.719 20.385 53.723 20.62 C 53.723 20.903 53.804 21.13 53.965 21.302 C 54.135 21.475 54.353 21.609 54.62 21.706 C 54.894 21.802 55.193 21.888 55.516 21.965 C 55.84 22.041 56.16 22.123 56.476 22.213 C 56.8 22.302 57.095 22.42 57.362 22.563 C 57.636 22.702 57.855 22.888 58.016 23.122 C 58.185 23.356 58.27 23.664 58.27 24.043 C 58.27 24.393 58.171 24.721 57.975 25.025 C 57.777 25.321 57.475 25.562 57.066 25.748 C 56.666 25.927 56.149 26.017 55.516 26.017 Z M 63.177 26.017 C 62.622 26.017 62.109 25.928 61.637 25.748 C 61.18 25.572 60.764 25.308 60.412 24.973 C 60.066 24.639 59.791 24.243 59.601 23.805 C 59.407 23.339 59.311 22.839 59.316 22.336 C 59.316 21.805 59.41 21.316 59.601 20.868 C 59.791 20.431 60.067 20.034 60.413 19.701 C 60.768 19.367 61.188 19.107 61.647 18.935 C 62.137 18.745 62.66 18.651 63.187 18.657 C 63.722 18.657 64.226 18.745 64.696 18.925 C 65.167 19.097 65.564 19.359 65.888 19.71 L 65.392 20.197 C 65.113 19.908 64.77 19.685 64.39 19.545 C 64.013 19.405 63.612 19.335 63.208 19.338 C 62.766 19.338 62.355 19.415 61.975 19.566 C 61.603 19.706 61.265 19.921 60.983 20.197 C 60.7 20.468 60.474 20.791 60.318 21.148 C 60.164 21.505 60.086 21.902 60.086 22.336 C 60.086 22.771 60.164 23.17 60.318 23.536 C 60.477 23.891 60.703 24.213 60.983 24.487 C 61.265 24.756 61.595 24.966 61.975 25.118 C 62.355 25.262 62.766 25.335 63.208 25.335 C 63.631 25.335 64.024 25.266 64.39 25.127 C 64.755 24.99 65.09 24.77 65.392 24.466 L 65.888 24.952 C 65.561 25.306 65.152 25.579 64.696 25.748 C 64.226 25.927 63.719 26.017 63.178 26.017 Z M 70.625 26.017 C 70.07 26.017 69.554 25.928 69.075 25.748 C 68.604 25.562 68.192 25.304 67.841 24.973 C 67.498 24.637 67.222 24.241 67.029 23.805 C 66.835 23.339 66.738 22.839 66.744 22.336 C 66.744 21.805 66.838 21.321 67.029 20.879 C 67.225 20.431 67.496 20.041 67.841 19.711 C 68.194 19.373 68.614 19.109 69.075 18.936 C 69.546 18.749 70.064 18.657 70.625 18.657 C 71.181 18.657 71.694 18.749 72.165 18.935 C 73.086 19.278 73.822 19.977 74.202 20.868 C 74.399 21.316 74.496 21.805 74.496 22.336 C 74.496 22.867 74.399 23.356 74.202 23.805 C 74.017 24.245 73.741 24.643 73.39 24.973 C 73.038 25.308 72.622 25.572 72.165 25.748 C 71.673 25.931 71.151 26.022 70.625 26.017 Z M 70.625 25.335 C 71.068 25.335 71.477 25.262 71.85 25.118 C 72.59 24.829 73.179 24.258 73.484 23.536 C 73.639 23.17 73.716 22.771 73.716 22.336 C 73.716 21.902 73.639 21.505 73.484 21.148 C 73.335 20.79 73.112 20.467 72.83 20.197 C 72.554 19.919 72.219 19.704 71.849 19.566 C 71.46 19.411 71.044 19.334 70.625 19.338 C 70.183 19.338 69.771 19.415 69.392 19.566 C 69.019 19.706 68.681 19.921 68.399 20.197 C 68.122 20.47 67.9 20.793 67.746 21.148 C 67.591 21.505 67.514 21.902 67.514 22.336 C 67.514 22.763 67.591 23.16 67.746 23.525 C 67.907 23.89 68.126 24.211 68.4 24.487 C 68.682 24.756 69.012 24.966 69.392 25.118 C 69.771 25.262 70.183 25.335 70.625 25.335 Z M 76.247 25.955 L 76.247 18.718 L 79.01 18.718 C 79.636 18.718 80.174 18.818 80.624 19.018 C 81.074 19.212 81.419 19.493 81.658 19.866 C 81.905 20.232 82.028 20.676 82.028 21.2 C 82.028 21.71 81.904 22.15 81.658 22.523 C 81.406 22.899 81.046 23.193 80.624 23.37 C 80.174 23.571 79.635 23.67 79.011 23.67 L 76.678 23.67 L 77.026 23.309 L 77.026 25.955 L 76.246 25.955 Z M 77.028 23.37 L 76.679 22.998 L 78.989 22.998 C 79.727 22.998 80.286 22.843 80.667 22.533 C 81.053 22.216 81.247 21.772 81.247 21.2 C 81.247 20.62 81.053 20.173 80.667 19.855 C 80.286 19.538 79.727 19.38 78.989 19.38 L 76.679 19.38 L 77.028 19.018 Z M 82.163 25.955 L 85.538 18.718 L 86.308 18.718 L 89.684 25.955 L 88.861 25.955 L 85.76 19.163 L 86.076 19.163 L 82.975 25.955 Z M 83.492 24.022 L 83.724 23.401 L 88.018 23.401 L 88.25 24.022 Z M 90.906 25.955 L 90.906 18.718 L 91.686 18.718 L 91.686 25.293 L 95.821 25.293 L 95.821 25.955 Z M 103.085 26.017 C 102.559 26.023 102.037 25.931 101.545 25.748 C 101.088 25.572 100.672 25.308 100.321 24.973 C 99.974 24.639 99.698 24.243 99.508 23.805 C 99.315 23.339 99.219 22.839 99.224 22.336 C 99.224 21.805 99.319 21.316 99.508 20.868 C 99.698 20.431 99.974 20.034 100.321 19.701 C 100.676 19.367 101.096 19.107 101.556 18.935 C 102.046 18.745 102.569 18.651 103.095 18.657 C 103.63 18.657 104.133 18.745 104.604 18.925 C 105.074 19.097 105.472 19.359 105.796 19.71 L 105.301 20.197 C 105.021 19.908 104.678 19.685 104.297 19.545 C 103.92 19.405 103.52 19.335 103.117 19.338 C 102.673 19.338 102.262 19.415 101.882 19.566 C 101.51 19.706 101.172 19.921 100.89 20.197 C 100.608 20.468 100.382 20.791 100.226 21.148 C 100.071 21.505 99.994 21.902 99.994 22.336 C 99.994 22.771 100.071 23.17 100.226 23.536 C 100.385 23.891 100.611 24.213 100.89 24.487 C 101.173 24.756 101.503 24.966 101.883 25.118 C 102.277 25.265 102.695 25.339 103.117 25.335 C 103.538 25.335 103.932 25.266 104.297 25.127 C 104.662 24.99 104.998 24.77 105.301 24.466 L 105.795 24.952 C 105.468 25.306 105.059 25.579 104.604 25.748 C 104.133 25.927 103.626 26.017 103.085 26.017 Z M 106.093 25.955 L 109.468 18.718 L 110.238 18.718 L 113.615 25.955 L 112.791 25.955 L 109.69 19.163 L 110.007 19.163 L 106.905 25.955 Z M 107.422 24.022 L 107.654 23.401 L 111.948 23.401 L 112.18 24.022 Z M 115.899 25.955 L 115.899 19.38 L 113.304 19.38 L 113.304 18.718 L 119.275 18.718 L 119.275 19.38 L 116.68 19.38 L 116.68 25.955 L 115.9 25.955 Z M 125.923 18.718 L 126.693 18.718 L 126.693 25.955 L 125.923 25.955 Z M 121.302 25.955 L 120.522 25.955 L 120.522 18.718 L 121.302 18.718 Z M 125.996 22.615 L 121.218 22.615 L 121.218 21.944 L 125.996 21.944 Z M 129.799 21.954 L 133.702 21.954 L 133.702 22.605 L 129.799 22.605 Z M 129.884 25.293 L 134.325 25.293 L 134.325 25.955 L 129.103 25.955 L 129.103 18.718 L 134.167 18.718 L 134.167 19.38 L 129.884 19.38 Z M 136.16 25.955 L 136.16 18.718 L 139.166 18.718 C 139.953 18.718 140.643 18.873 141.233 19.184 C 141.831 19.486 142.295 19.911 142.626 20.455 C 142.957 21 143.121 21.627 143.121 22.336 C 143.121 23.047 142.957 23.675 142.626 24.218 C 142.293 24.765 141.81 25.209 141.233 25.5 C 140.643 25.803 139.953 25.955 139.166 25.955 Z M 136.941 25.293 L 139.123 25.293 C 139.778 25.293 140.344 25.169 140.822 24.921 C 141.307 24.667 141.684 24.318 141.951 23.877 C 142.218 23.429 142.351 22.915 142.351 22.336 C 142.351 21.751 142.218 21.238 141.951 20.796 C 141.682 20.353 141.291 19.995 140.822 19.762 C 140.344 19.508 139.778 19.38 139.123 19.38 L 136.941 19.38 Z M 144.874 25.955 L 144.874 18.718 L 147.639 18.718 C 148.264 18.718 148.802 18.818 149.252 19.018 C 149.703 19.212 150.046 19.493 150.287 19.866 C 150.533 20.232 150.655 20.676 150.655 21.2 C 150.655 21.71 150.533 22.15 150.287 22.523 C 150.034 22.899 149.674 23.193 149.252 23.37 C 148.802 23.564 148.264 23.66 147.639 23.66 L 145.307 23.66 L 145.655 23.309 L 145.655 25.955 Z M 149.917 25.955 L 148.018 23.328 L 148.862 23.328 L 150.772 25.955 Z M 145.655 23.37 L 145.307 23.009 L 147.618 23.009 C 148.356 23.009 148.915 22.85 149.294 22.533 C 149.681 22.216 149.874 21.772 149.874 21.2 C 149.874 20.62 149.681 20.173 149.294 19.855 C 148.915 19.538 148.356 19.38 147.618 19.38 L 145.307 19.38 L 145.655 19.018 Z M 151.317 25.955 L 154.692 18.718 L 155.462 18.718 L 158.837 25.955 L 158.014 25.955 L 154.913 19.163 L 155.23 19.163 L 152.128 25.955 Z M 152.646 24.022 L 152.878 23.401 L 157.17 23.401 L 157.402 24.022 Z M 160.059 25.955 L 160.059 18.718 L 160.84 18.718 L 160.84 25.293 L 164.975 25.293 L 164.975 25.955 Z\" fill=\"rgb(75,43,118)\"></path></svg>',svgContentId:12709784224,withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1o7fhgt\",\"data-framer-name\":\"Hamburger\",layoutDependency:layoutDependency,layoutId:\"wijkQngMD\",...addPropertyOverrides({jrKimVpCK:{\"data-highlight\":true,onTap:onTap1ysvpel},ZHS3dY3Lh:{\"data-highlight\":true,onTap:onTap1gpgbnq}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-13kahed\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"wK7rr0W5R\",style:{backgroundColor:\"var(--token-6234e938-10e8-4bc5-9175-a4db6e072baf, rgb(38, 22, 59))\",borderBottomLeftRadius:9,borderBottomRightRadius:9,borderTopLeftRadius:9,borderTopRightRadius:9,rotate:0},variants:{ZHS3dY3Lh:{rotate:45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jir719\",\"data-framer-name\":\"Middle\",layoutDependency:layoutDependency,layoutId:\"I0peynLpn\",style:{backgroundColor:\"var(--token-6234e938-10e8-4bc5-9175-a4db6e072baf, rgb(38, 22, 59))\",borderBottomLeftRadius:9,borderBottomRightRadius:9,borderTopLeftRadius:9,borderTopRightRadius:9}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4gthmn\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"LjBjtmekl\",style:{backgroundColor:\"var(--token-6234e938-10e8-4bc5-9175-a4db6e072baf, rgb(38, 22, 59))\",borderBottomLeftRadius:9,borderBottomRightRadius:9,borderTopLeftRadius:9,borderTopRightRadius:9,rotate:0},variants:{ZHS3dY3Lh:{rotate:-45}}})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kb7asy\",layoutDependency:layoutDependency,layoutId:\"tqdvunT8_\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-t5osfa\",\"data-styles-preset\":\"c4Qa18qzU\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Y3EzVK45g\"},motionChild:true,nodeId:\"t7HkdJOUH\",openInNewTab:false,scopeId:\"juyV8KwCu\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1bo11k3\",\"data-styles-preset\":\"vYkfGRN0p\",children:\"Visit\"})})})}),className:\"framer-1jyv9lg\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"t7HkdJOUH\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ZHS3dY3Lh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dpeimv\",\"data-styles-preset\":\"Qoh0VViZB\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Y3EzVK45g\"},motionChild:true,nodeId:\"t7HkdJOUH\",openInNewTab:false,scopeId:\"juyV8KwCu\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1bo11k3\",\"data-styles-preset\":\"vYkfGRN0p\",children:\"Visit\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-t5osfa\",\"data-styles-preset\":\"c4Qa18qzU\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"is7vFOTQt\"},motionChild:true,nodeId:\"RNEUwN8mj\",openInNewTab:false,scopeId:\"juyV8KwCu\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1bo11k3\",\"data-styles-preset\":\"vYkfGRN0p\",children:\"Our Cathedral\"})})})}),className:\"framer-3tlpg8\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"RNEUwN8mj\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ZHS3dY3Lh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dpeimv\",\"data-styles-preset\":\"Qoh0VViZB\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"is7vFOTQt\"},motionChild:true,nodeId:\"RNEUwN8mj\",openInNewTab:false,scopeId:\"juyV8KwCu\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1bo11k3\",\"data-styles-preset\":\"vYkfGRN0p\",children:\"Our Cathedral\"})})})})}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-120se1a\",layoutDependency:layoutDependency,layoutId:\"EU3y_A9EB\",style:{opacity:.05},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-5l8nvu\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"eGbmBC3P1\",opacity:1,style:{backgroundColor:\"var(--token-6234e938-10e8-4bc5-9175-a4db6e072baf, rgb(38, 22, 59))\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1201 1\"></svg>',svgContentId:10329815434,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-t5osfa\",\"data-styles-preset\":\"c4Qa18qzU\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"mcqFBZVGZ\"},motionChild:true,nodeId:\"hb0D5aD_e\",openInNewTab:false,scopeId:\"juyV8KwCu\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1bo11k3\",\"data-styles-preset\":\"vYkfGRN0p\",children:\"Worship\"})})})}),className:\"framer-1vwn1ov\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"hb0D5aD_e\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ZHS3dY3Lh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dpeimv\",\"data-styles-preset\":\"Qoh0VViZB\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"mcqFBZVGZ\"},motionChild:true,nodeId:\"hb0D5aD_e\",openInNewTab:false,scopeId:\"juyV8KwCu\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1bo11k3\",\"data-styles-preset\":\"vYkfGRN0p\",children:\"Worship\"})})})})}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bdsxqp\",layoutDependency:layoutDependency,layoutId:\"VA_9pBirG\",style:{opacity:.05},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1ttxpxb\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"UJ_iroEwZ\",opacity:1,style:{backgroundColor:\"var(--token-6234e938-10e8-4bc5-9175-a4db6e072baf, rgb(38, 22, 59))\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1201 1\"></svg>',svgContentId:10329815434,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-t5osfa\",\"data-styles-preset\":\"c4Qa18qzU\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gkBJXMHiG\"},motionChild:true,nodeId:\"GDNOAqkgc\",openInNewTab:false,scopeId:\"juyV8KwCu\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1bo11k3\",\"data-styles-preset\":\"vYkfGRN0p\",children:\"Outreach\"})})})}),className:\"framer-1qqgq29\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"GDNOAqkgc\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ZHS3dY3Lh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dpeimv\",\"data-styles-preset\":\"Qoh0VViZB\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gkBJXMHiG\"},motionChild:true,nodeId:\"GDNOAqkgc\",openInNewTab:false,scopeId:\"juyV8KwCu\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1bo11k3\",\"data-styles-preset\":\"vYkfGRN0p\",children:\"Outreach\"})})})})}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-iaqhqk\",layoutDependency:layoutDependency,layoutId:\"lzBlbCz90\",style:{opacity:.05},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-gv73sm\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"atQHs3qQn\",opacity:1,style:{backgroundColor:\"var(--token-6234e938-10e8-4bc5-9175-a4db6e072baf, rgb(38, 22, 59))\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1201 1\"></svg>',svgContentId:11359211001,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-t5osfa\",\"data-styles-preset\":\"c4Qa18qzU\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"opEJIGENZ\"},motionChild:true,nodeId:\"w_YitCItp\",openInNewTab:false,scopeId:\"juyV8KwCu\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1bo11k3\",\"data-styles-preset\":\"vYkfGRN0p\",children:\"Prayer Requests\"})})})}),className:\"framer-1nh1gsn\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"w_YitCItp\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ZHS3dY3Lh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dpeimv\",\"data-styles-preset\":\"Qoh0VViZB\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"opEJIGENZ\"},motionChild:true,nodeId:\"w_YitCItp\",openInNewTab:false,scopeId:\"juyV8KwCu\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1bo11k3\",\"data-styles-preset\":\"vYkfGRN0p\",children:\"Prayer Requests\"})})})})}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-q9r90v\",layoutDependency:layoutDependency,layoutId:\"U6Kc3PFCe\",style:{opacity:.05},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-bsmbdq\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"CY7XcdJR0\",opacity:1,style:{backgroundColor:\"var(--token-6234e938-10e8-4bc5-9175-a4db6e072baf, rgb(38, 22, 59))\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1201 1\"></svg>',svgContentId:10329815434,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-t5osfa\",\"data-styles-preset\":\"c4Qa18qzU\",children:/*#__PURE__*/_jsx(Link,{href:\"\thttps://conta.cc/4jCtdOd\",motionChild:true,nodeId:\"lQmivpk6Y\",openInNewTab:true,scopeId:\"juyV8KwCu\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1bo11k3\",\"data-styles-preset\":\"vYkfGRN0p\",children:\"E-News\"})})})}),className:\"framer-1v5h1lt\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"lQmivpk6Y\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ZHS3dY3Lh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dpeimv\",\"data-styles-preset\":\"Qoh0VViZB\",children:/*#__PURE__*/_jsx(Link,{href:\"\thttps://conta.cc/4jCtdOd\",motionChild:true,nodeId:\"lQmivpk6Y\",openInNewTab:true,scopeId:\"juyV8KwCu\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1bo11k3\",\"data-styles-preset\":\"vYkfGRN0p\",children:\"E-News\"})})})})}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-kfu9\",layoutDependency:layoutDependency,layoutId:\"NOMSAqdEJ\",style:{opacity:.05},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-tku666\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"YnQlyAS3R\",opacity:1,style:{backgroundColor:\"var(--token-6234e938-10e8-4bc5-9175-a4db6e072baf, rgb(38, 22, 59))\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1201 1\"></svg>',svgContentId:10329815434,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-t5osfa\",\"data-styles-preset\":\"c4Qa18qzU\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/@SPCBuffalo/streams\",motionChild:true,nodeId:\"q58RUebky\",openInNewTab:true,scopeId:\"juyV8KwCu\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1bo11k3\",\"data-styles-preset\":\"vYkfGRN0p\",children:\"Livestream\"})})})}),className:\"framer-7cwrjg\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"q58RUebky\",verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ZHS3dY3Lh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1dpeimv\",\"data-styles-preset\":\"Qoh0VViZB\",children:/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/@SPCBuffalo/streams\",motionChild:true,nodeId:\"q58RUebky\",openInNewTab:true,scopeId:\"juyV8KwCu\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1bo11k3\",\"data-styles-preset\":\"vYkfGRN0p\",children:\"Livestream\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:42,y:(componentViewport?.y||0)+(20+((componentViewport?.height||82)-40-((componentViewport?.height||82)-40)*1)/2)+(0+(((componentViewport?.height||82)-40)*1-0-42)/2)+0,...addPropertyOverrides({ZHS3dY3Lh:{width:`min(${componentViewport?.width||\"100vw\"} - 40px, 1040px)`,y:(componentViewport?.y||0)+20+(((componentViewport?.height||571)-40-531)/2+0+0)+0+60+0+429}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-jidyei-container\",layoutDependency:layoutDependency,layoutId:\"bm2YGBEa5-container\",nodeId:\"bm2YGBEa5\",rendersWithMotion:true,scopeId:\"juyV8KwCu\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"bm2YGBEa5\",layoutId:\"bm2YGBEa5\",Lj4al0rdH:\"https://spcbuffalo.churchcenter.com/giving\",oLKuvo6he:\"Donate\",style:{height:\"100%\"},variant:\"Gh5RZ7weo\",width:\"100%\",...addPropertyOverrides({ZHS3dY3Lh:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-5o2uq7\",layoutDependency:layoutDependency,layoutId:\"ppgUxZZeU\",style:{opacity:.05},children:isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1kfcocd\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"zuSzJ3VHo\",opacity:1,style:{backgroundColor:\"var(--token-6234e938-10e8-4bc5-9175-a4db6e072baf, rgb(38, 22, 59))\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1201 1\"></svg>',svgContentId:12544009310,withExternalLayout:true,...addPropertyOverrides({ZHS3dY3Lh:{svgContentId:10329815434}},baseVariant,gestureVariant)})})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-JQWOu.framer-1t7xeme, .framer-JQWOu .framer-1t7xeme { display: block; }\",\".framer-JQWOu.framer-1lrg3ea { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 80px 20px 80px; position: relative; width: 1200px; }\",\".framer-JQWOu .framer-1bo8ff5 { align-content: center; align-items: center; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; max-width: 1040px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-JQWOu .framer-9i53lk { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-JQWOu .framer-avgblp { flex: none; height: 30px; position: relative; text-decoration: none; width: 166px; }\",\".framer-JQWOu .framer-1o7fhgt { aspect-ratio: 1 / 1; flex: none; gap: 7px; height: var(--framer-aspect-ratio-supported, 30px); overflow: hidden; position: relative; width: 30px; }\",\".framer-JQWOu .framer-13kahed { flex: none; height: 2px; left: calc(50.00000000000002% - 28px / 2); overflow: hidden; position: absolute; top: 5px; width: 28px; will-change: var(--framer-will-change-override, transform); }\",\".framer-JQWOu .framer-1jir719 { flex: none; height: 2px; left: calc(50.00000000000002% - 28px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 2px / 2); width: 28px; will-change: var(--framer-will-change-override, transform); }\",\".framer-JQWOu .framer-4gthmn { bottom: 5px; flex: none; height: 2px; left: calc(50.00000000000002% - 28px / 2); overflow: hidden; position: absolute; width: 28px; will-change: var(--framer-will-change-override, transform); }\",\".framer-JQWOu .framer-kb7asy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-JQWOu .framer-1jyv9lg, .framer-JQWOu .framer-3tlpg8, .framer-JQWOu .framer-1vwn1ov, .framer-JQWOu .framer-1qqgq29, .framer-JQWOu .framer-1nh1gsn, .framer-JQWOu .framer-1v5h1lt, .framer-JQWOu .framer-7cwrjg { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-JQWOu .framer-120se1a, .framer-JQWOu .framer-1bdsxqp, .framer-JQWOu .framer-iaqhqk, .framer-JQWOu .framer-q9r90v, .framer-JQWOu .framer-kfu9 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-JQWOu .framer-5l8nvu, .framer-JQWOu .framer-1ttxpxb, .framer-JQWOu .framer-gv73sm, .framer-JQWOu .framer-bsmbdq, .framer-JQWOu .framer-tku666, .framer-JQWOu .framer-1kfcocd { flex: none; height: 1px; position: relative; width: 1201px; }\",\".framer-JQWOu .framer-jidyei-container { flex: none; height: 42px; position: relative; width: auto; }\",\".framer-JQWOu .framer-5o2uq7 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 2px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-JQWOu.framer-v-1k2oz7n.framer-1lrg3ea { flex-direction: column; height: 70px; padding: 20px; width: 390px; }\",\".framer-JQWOu.framer-v-1k2oz7n .framer-1bo8ff5 { align-self: unset; flex: none; height: min-content; width: 100%; }\",\".framer-JQWOu.framer-v-1k2oz7n .framer-1o7fhgt, .framer-JQWOu.framer-v-17sw9jy .framer-1o7fhgt { cursor: pointer; }\",\".framer-JQWOu.framer-v-17sw9jy.framer-1lrg3ea { flex-direction: column; gap: 20px; padding: 20px; width: 390px; }\",\".framer-JQWOu.framer-v-17sw9jy .framer-1bo8ff5 { align-self: unset; flex: none; flex-direction: column; gap: 30px; height: min-content; width: 100%; }\",\".framer-JQWOu.framer-v-17sw9jy .framer-9i53lk { flex: none; width: 100%; }\",\".framer-JQWOu.framer-v-17sw9jy .framer-13kahed { top: calc(50.00000000000002% - 2px / 2); }\",\".framer-JQWOu.framer-v-17sw9jy .framer-1jir719 { left: calc(50.00000000000002% - 2px / 2); width: 2px; }\",\".framer-JQWOu.framer-v-17sw9jy .framer-4gthmn { bottom: unset; top: calc(50.00000000000002% - 2px / 2); }\",\".framer-JQWOu.framer-v-17sw9jy .framer-kb7asy { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 18px; width: 100%; }\",\".framer-JQWOu.framer-v-17sw9jy .framer-1jyv9lg { order: 0; }\",\".framer-JQWOu.framer-v-17sw9jy .framer-3tlpg8 { order: 2; }\",\".framer-JQWOu.framer-v-17sw9jy .framer-120se1a { flex: none; order: 3; width: 100%; }\",\".framer-JQWOu.framer-v-17sw9jy .framer-1vwn1ov { order: 4; }\",\".framer-JQWOu.framer-v-17sw9jy .framer-1bdsxqp { flex: none; order: 5; width: 100%; }\",\".framer-JQWOu.framer-v-17sw9jy .framer-1qqgq29 { order: 6; }\",\".framer-JQWOu.framer-v-17sw9jy .framer-iaqhqk { flex: none; order: 7; width: 100%; }\",\".framer-JQWOu.framer-v-17sw9jy .framer-1nh1gsn { order: 8; }\",\".framer-JQWOu.framer-v-17sw9jy .framer-q9r90v { flex: none; order: 9; width: 100%; }\",\".framer-JQWOu.framer-v-17sw9jy .framer-1v5h1lt { order: 10; }\",\".framer-JQWOu.framer-v-17sw9jy .framer-kfu9 { flex: none; order: 11; width: 100%; }\",\".framer-JQWOu.framer-v-17sw9jy .framer-7cwrjg { order: 12; }\",\".framer-JQWOu.framer-v-17sw9jy .framer-jidyei-container { order: 13; width: 100%; }\",\".framer-JQWOu.framer-v-17sw9jy .framer-5o2uq7 { flex: none; flex-direction: row; height: 1px; order: 1; width: 100%; }\",\".framer-JQWOu.framer-v-yn7l2v.framer-1lrg3ea { padding: 20px 40px 20px 40px; width: 810px; }\",\".framer-JQWOu.framer-v-yn7l2v .framer-1bo8ff5 { gap: unset; justify-content: space-between; }\",\".framer-JQWOu.framer-v-yn7l2v .framer-9i53lk { flex: none; gap: 0px; justify-content: center; width: min-content; }\",\".framer-JQWOu.framer-v-yn7l2v .framer-kb7asy { flex: 1 0 0px; gap: unset; justify-content: space-between; max-width: 681px; width: 1px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-JQWOu[data-border=\"true\"]::after, .framer-JQWOu [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 82\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"jrKimVpCK\":{\"layout\":[\"fixed\",\"fixed\"]},\"ZHS3dY3Lh\":{\"layout\":[\"fixed\",\"auto\"]},\"ASuETEgu2\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerjuyV8KwCu=withCSS(Component,css,\"framer-JQWOu\");export default FramerjuyV8KwCu;FramerjuyV8KwCu.displayName=\"Navigation\";FramerjuyV8KwCu.defaultProps={height:82,width:1200};addPropertyControls(FramerjuyV8KwCu,{variant:{options:[\"W6vr6M8d4\",\"jrKimVpCK\",\"ZHS3dY3Lh\",\"ASuETEgu2\"],optionTitles:[\"Desktop\",\"Phone\",\"Phone Open\",\"Tablet\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerjuyV8KwCu,[{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\"}]},...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerjuyV8KwCu\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"82\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jrKimVpCK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ZHS3dY3Lh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ASuETEgu2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./juyV8KwCu.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Montserrat-regular\",\"GF;Montserrat-700\",\"GF;Montserrat-700italic\",\"GF;Montserrat-italic\"]);export const fonts=[{family:\"Montserrat\",style:\"normal\",url:\"https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew7Y3tcoqK5.woff2\",weight:\"400\"},{family:\"Montserrat\",style:\"normal\",url:\"https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w7Y3tcoqK5.woff2\",weight:\"700\"},{family:\"Montserrat\",style:\"italic\",url:\"https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6aXp-p7K5ILg.woff2\",weight:\"700\"},{family:\"Montserrat\",style:\"italic\",url:\"https://fonts.gstatic.com/s/montserrat/v26/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9aXp-p7K5ILg.woff2\",weight:\"400\"}];export const css=['.framer-n6CZE .framer-styles-preset-1o2vops:not(.rich-text-wrapper), .framer-n6CZE .framer-styles-preset-1o2vops.rich-text-wrapper p { --framer-font-family: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 150%; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: var(--token-6234e938-10e8-4bc5-9175-a4db6e072baf, #26163b); --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-n6CZE\";\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 (5eef525)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-yXklE .framer-styles-preset-329fhd:not(.rich-text-wrapper), .framer-yXklE .framer-styles-preset-329fhd.rich-text-wrapper a { --framer-link-current-text-color: var(--token-7a3b6743-928d-454e-8962-726dec9aebc7, #edeaf1) /* {\"name\":\"Purple/100\"} */; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: #ffffff; --framer-link-hover-text-decoration: underline; --framer-link-text-color: #ffffff; --framer-link-text-decoration: none; }'];export const className=\"framer-yXklE\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (5eef525)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-2QPrJ .framer-styles-preset-14kpptl:not(.rich-text-wrapper), .framer-2QPrJ .framer-styles-preset-14kpptl.rich-text-wrapper a { --framer-link-current-text-color: var(--token-7a3b6743-928d-454e-8962-726dec9aebc7, #edeaf1) /* {\"name\":\"Purple/100\"} */; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-7a3b6743-928d-454e-8962-726dec9aebc7, #edeaf1) /* {\"name\":\"Purple/100\"} */; --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-7a3b6743-928d-454e-8962-726dec9aebc7, #edeaf1); --framer-link-text-decoration: none; }'];export const className=\"framer-2QPrJ\";\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 (2306ade)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/TC4ht5ZAuCXHjTf0Rwey/xnnGKJaLg0hr4KghW5Zp/FMPWfhguG.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/zUdfLtdiHxBzbX7iFDur/ekE3VCUwLdvirmU46yL8/LsdOXYI1D.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/p2RNxja3Ha6gnKW7Gp0E/2gPm2B20eQH5bFLzkNG6/VKb7tlm3j.js\";const cycleOrder=[\"ueRkZ3XUi\",\"QY_ai12Ue\",\"FN4MNdQef\"];const serializationHash=\"framer-kATDD\";const variantClassNames={FN4MNdQef:\"framer-v-ox7tx8\",QY_ai12Ue:\"framer-v-1b86un4\",ueRkZ3XUi:\"framer-v-3dsswk\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"ueRkZ3XUi\",Phone:\"FN4MNdQef\",Tablet:\"QY_ai12Ue\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"ueRkZ3XUi\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ueRkZ3XUi\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"QY_ai12Ue\",\"FN4MNdQef\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"QY_ai12Ue\",\"FN4MNdQef\"].includes(baseVariant))return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-3dsswk\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"ueRkZ3XUi\",ref:refBinding,style:{backgroundColor:\"rgb(38, 22, 59)\",...style},variants:{FN4MNdQef:{backgroundColor:\"rgb(24, 9, 43)\"},QY_ai12Ue:{backgroundColor:\"rgb(24, 9, 43)\"}},...addPropertyOverrides({FN4MNdQef:{\"data-framer-name\":\"Phone\"},QY_ai12Ue:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wc08vn\",\"data-framer-name\":\"Frame 2471\",layoutDependency:layoutDependency,layoutId:\"iTxyWDK85\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1oyw2qp\",\"data-framer-name\":\"Frame 51\",layoutDependency:layoutDependency,layoutId:\"LmdC8dyQO\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lscmlv\",\"data-framer-name\":\"Frame 2470\",layoutDependency:layoutDependency,layoutId:\"dOazleeby\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1o2vops\",\"data-styles-preset\":\"LsdOXYI1D\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e786df76-e37f-42d7-9e6b-317b4f33df5e, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Saint Paul\u2019s Episcopal Cathedral\"})})}),className:\"framer-91tjsw\",\"data-framer-name\":\"Saint Paul\u2019s Episcopal Cathedral\",fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"UhLs2acfx\",style:{\"--extracted-r6o4lv\":\"var(--token-e786df76-e37f-42d7-9e6b-317b4f33df5e, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19w4nmd\",\"data-framer-name\":\"Frame 49\",layoutDependency:layoutDependency,layoutId:\"Uae90hoW2\",style:{opacity:.7},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1o2vops\",\"data-styles-preset\":\"LsdOXYI1D\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e786df76-e37f-42d7-9e6b-317b4f33df5e, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://maps.app.goo.gl/nPuKkzkgm2knJkWj7\",motionChild:true,nodeId:\"rTeUEHGF9\",openInNewTab:true,scopeId:\"oWgbTpipA\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14kpptl\",\"data-styles-preset\":\"FMPWfhguG\",children:\"139 Pearl St. Buffalo, NY 14202\"})})})}),className:\"framer-17ykwod\",\"data-framer-name\":\"139 Pearl St. Buffalo, NY 14202\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rTeUEHGF9\",style:{\"--extracted-r6o4lv\":\"var(--token-e786df76-e37f-42d7-9e6b-317b4f33df5e, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1o2vops\",\"data-styles-preset\":\"LsdOXYI1D\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e786df76-e37f-42d7-9e6b-317b4f33df5e, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://maps.app.goo.gl/VyPxBqqDZbFHUmQCA\",motionChild:true,nodeId:\"ddrn466Ae\",openInNewTab:true,scopeId:\"oWgbTpipA\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14kpptl\",\"data-styles-preset\":\"FMPWfhguG\",children:\"Office: 4 Cathedral Park\"})})})}),className:\"framer-dbumll\",\"data-framer-name\":\"Office: 4 Cathedral Park\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ddrn466Ae\",style:{\"--extracted-r6o4lv\":\"var(--token-e786df76-e37f-42d7-9e6b-317b4f33df5e, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15fo0yi\",\"data-framer-name\":\"Frame 2469\",layoutDependency:layoutDependency,layoutId:\"ovIcE4Wop\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14yt2oc\",\"data-framer-name\":\"Frame 52\",layoutDependency:layoutDependency,layoutId:\"HggJAf6mE\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1o2vops\",\"data-styles-preset\":\"LsdOXYI1D\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e786df76-e37f-42d7-9e6b-317b4f33df5e, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Phone Number\"})})}),className:\"framer-1mv1ip7\",\"data-framer-name\":\"Phone Number\",fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"ocCQiamWM\",style:{\"--extracted-r6o4lv\":\"var(--token-e786df76-e37f-42d7-9e6b-317b4f33df5e, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mix78f\",\"data-framer-name\":\"Frame 50\",layoutDependency:layoutDependency,layoutId:\"biXhuVYfB\",style:{opacity:.8},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1o2vops\",\"data-styles-preset\":\"LsdOXYI1D\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7a3b6743-928d-454e-8962-726dec9aebc7, rgb(237, 234, 241)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"tel: 716-855-0900\",motionChild:true,nodeId:\"NsCdgKHY5\",openInNewTab:true,scopeId:\"oWgbTpipA\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14kpptl\",\"data-styles-preset\":\"FMPWfhguG\",children:\"716-855-0900\"})})})}),className:\"framer-1hagto5\",\"data-framer-name\":\"716-855-0900\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NsCdgKHY5\",style:{\"--extracted-r6o4lv\":\"var(--token-7a3b6743-928d-454e-8962-726dec9aebc7, rgb(237, 234, 241))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x542gc\",\"data-framer-name\":\"Frame 51\",layoutDependency:layoutDependency,layoutId:\"dAS1XcmLW\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1o2vops\",\"data-styles-preset\":\"LsdOXYI1D\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e786df76-e37f-42d7-9e6b-317b4f33df5e, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Office Hours\"})})}),className:\"framer-hs71xf\",\"data-framer-name\":\"Office Hours\",fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"snhYLhLmo\",style:{\"--extracted-r6o4lv\":\"var(--token-e786df76-e37f-42d7-9e6b-317b4f33df5e, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-i37wli\",\"data-framer-name\":\"Frame 50\",layoutDependency:layoutDependency,layoutId:\"hLOjStUkx\",style:{opacity:.8},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1o2vops\",\"data-styles-preset\":\"LsdOXYI1D\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7a3b6743-928d-454e-8962-726dec9aebc7, rgb(237, 234, 241)))\"},children:\"Mon-Fri: 8 am-5 pm\"})}),className:\"framer-1u13k59\",\"data-framer-name\":\"Mon-Fri: 8 am-5 pm\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"XDftroizc\",style:{\"--extracted-r6o4lv\":\"var(--token-7a3b6743-928d-454e-8962-726dec9aebc7, rgb(237, 234, 241))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})]})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-qc8r9a\",\"data-framer-name\":\"Line 2\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:216,intrinsicWidth:4,layoutDependency:layoutDependency,layoutId:\"ybGamIycg\",svg:'<svg width=\"4\" height=\"216\" viewBox=\"-1 -1 4 216\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line x1=\"0.82\" y1=\"0.658691\" x2=\"0.819991\" y2=\"213.979\" stroke=\"#9380AD\" stroke-width=\"0.64\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15vt5bv\",\"data-framer-name\":\"Frame 50\",layoutDependency:layoutDependency,layoutId:\"aoCvDIj15\",style:{opacity:.8},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1o2vops\",\"data-styles-preset\":\"LsdOXYI1D\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e786df76-e37f-42d7-9e6b-317b4f33df5e, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Site Links\"})})}),className:\"framer-3slpmj\",\"data-framer-name\":\"Links\",fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"LvRUfe6BS\",style:{\"--extracted-r6o4lv\":\"var(--token-e786df76-e37f-42d7-9e6b-317b4f33df5e, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xeal2m\",layoutDependency:layoutDependency,layoutId:\"kyZb3DEmX\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1axweok\",\"data-framer-name\":\"Frame 2472\",layoutDependency:layoutDependency,layoutId:\"WvhnRMRqP\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1o2vops\",\"data-styles-preset\":\"LsdOXYI1D\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7a3b6743-928d-454e-8962-726dec9aebc7, rgb(237, 234, 241)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"VcMhfV4t9\",openInNewTab:false,scopeId:\"oWgbTpipA\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14kpptl\",\"data-styles-preset\":\"FMPWfhguG\",children:\"Home\"})})})}),className:\"framer-1xlwvjb\",\"data-framer-name\":\"Home\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"VcMhfV4t9\",style:{\"--extracted-r6o4lv\":\"var(--token-7a3b6743-928d-454e-8962-726dec9aebc7, rgb(237, 234, 241))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1o2vops\",\"data-styles-preset\":\"LsdOXYI1D\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7a3b6743-928d-454e-8962-726dec9aebc7, rgb(237, 234, 241)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Y3EzVK45g\"},motionChild:true,nodeId:\"E7xOWrtbe\",openInNewTab:false,scopeId:\"oWgbTpipA\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14kpptl\",\"data-styles-preset\":\"FMPWfhguG\",children:\"Visit\"})})})}),className:\"framer-tkiqzc\",\"data-framer-name\":\"Visit\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"E7xOWrtbe\",style:{\"--extracted-r6o4lv\":\"var(--token-7a3b6743-928d-454e-8962-726dec9aebc7, rgb(237, 234, 241))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1o2vops\",\"data-styles-preset\":\"LsdOXYI1D\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7a3b6743-928d-454e-8962-726dec9aebc7, rgb(237, 234, 241)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"is7vFOTQt\"},motionChild:true,nodeId:\"au4bb3z05\",openInNewTab:false,scopeId:\"oWgbTpipA\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14kpptl\",\"data-styles-preset\":\"FMPWfhguG\",children:\"Our Cathedral\"})})})}),className:\"framer-xeqo16\",\"data-framer-name\":\"Our Cathedral\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"au4bb3z05\",style:{\"--extracted-r6o4lv\":\"var(--token-7a3b6743-928d-454e-8962-726dec9aebc7, rgb(237, 234, 241))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1o2vops\",\"data-styles-preset\":\"LsdOXYI1D\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7a3b6743-928d-454e-8962-726dec9aebc7, rgb(237, 234, 241)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"mcqFBZVGZ\"},motionChild:true,nodeId:\"CdqclFANv\",openInNewTab:false,scopeId:\"oWgbTpipA\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14kpptl\",\"data-styles-preset\":\"FMPWfhguG\",children:\"Worship\"})})})}),className:\"framer-1fovd0v\",\"data-framer-name\":\"Worship\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"CdqclFANv\",style:{\"--extracted-r6o4lv\":\"var(--token-7a3b6743-928d-454e-8962-726dec9aebc7, rgb(237, 234, 241))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-btqwnn\",\"data-framer-name\":\"Frame 2472\",layoutDependency:layoutDependency,layoutId:\"Rnyu9fqC7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1o2vops\",\"data-styles-preset\":\"LsdOXYI1D\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7a3b6743-928d-454e-8962-726dec9aebc7, rgb(237, 234, 241)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gkBJXMHiG\"},motionChild:true,nodeId:\"FSladlzD3\",openInNewTab:false,scopeId:\"oWgbTpipA\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14kpptl\",\"data-styles-preset\":\"FMPWfhguG\",children:\"Outreach\"})})})}),className:\"framer-ww08c2\",\"data-framer-name\":\"Outreach\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FSladlzD3\",style:{\"--extracted-r6o4lv\":\"var(--token-7a3b6743-928d-454e-8962-726dec9aebc7, rgb(237, 234, 241))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1o2vops\",\"data-styles-preset\":\"LsdOXYI1D\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7a3b6743-928d-454e-8962-726dec9aebc7, rgb(237, 234, 241)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"opEJIGENZ\"},motionChild:true,nodeId:\"LWf0qc3gN\",openInNewTab:false,scopeId:\"oWgbTpipA\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14kpptl\",\"data-styles-preset\":\"FMPWfhguG\",children:\"Prayer Requests\"})})})}),className:\"framer-vbb6bh\",\"data-framer-name\":\"Prayer Request\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"LWf0qc3gN\",style:{\"--extracted-r6o4lv\":\"var(--token-7a3b6743-928d-454e-8962-726dec9aebc7, rgb(237, 234, 241))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1o2vops\",\"data-styles-preset\":\"LsdOXYI1D\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7a3b6743-928d-454e-8962-726dec9aebc7, rgb(237, 234, 241)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://spcbuffalo.churchcenter.com/giving\",motionChild:true,nodeId:\"q8C2UBJS9\",openInNewTab:true,scopeId:\"oWgbTpipA\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14kpptl\",\"data-styles-preset\":\"FMPWfhguG\",children:\"Donate\"})})})}),className:\"framer-1s67i7w\",\"data-framer-name\":\"Donate\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"q8C2UBJS9\",style:{\"--extracted-r6o4lv\":\"var(--token-7a3b6743-928d-454e-8962-726dec9aebc7, rgb(237, 234, 241))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1o2vops\",\"data-styles-preset\":\"LsdOXYI1D\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7a3b6743-928d-454e-8962-726dec9aebc7, rgb(237, 234, 241)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"\thttps://conta.cc/4jCtdOd\",motionChild:true,nodeId:\"r4rPCpMze\",openInNewTab:true,scopeId:\"oWgbTpipA\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14kpptl\",\"data-styles-preset\":\"FMPWfhguG\",children:\"E-News\"})})})}),className:\"framer-18d6jpv\",\"data-framer-name\":\"Donate\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"r4rPCpMze\",style:{\"--extracted-r6o4lv\":\"var(--token-7a3b6743-928d-454e-8962-726dec9aebc7, rgb(237, 234, 241))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1f1hcg3\",layoutDependency:layoutDependency,layoutId:\"G62Rox4Vd\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1le1x3i\",\"data-framer-name\":\"Frame 56\",layoutDependency:layoutDependency,layoutId:\"pgZ6Tuneh\",style:{opacity:.8},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1o2vops\",\"data-styles-preset\":\"LsdOXYI1D\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e786df76-e37f-42d7-9e6b-317b4f33df5e, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Additional Resources\"})})}),className:\"framer-k0uhmy\",\"data-framer-name\":\"Resources\",fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"fg_yvLCvg\",style:{\"--extracted-r6o4lv\":\"var(--token-e786df76-e37f-42d7-9e6b-317b4f33df5e, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6j8oj1\",\"data-framer-name\":\"Frame 2472\",layoutDependency:layoutDependency,layoutId:\"lEDSYJRfd\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1o2vops\",\"data-styles-preset\":\"LsdOXYI1D\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7a3b6743-928d-454e-8962-726dec9aebc7, rgb(237, 234, 241)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://episcopalpartnership.org/\",motionChild:true,nodeId:\"zzo7IYIro\",openInNewTab:true,scopeId:\"oWgbTpipA\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14kpptl\",\"data-styles-preset\":\"FMPWfhguG\",children:\"The Diocese of NWPA & WNY\"})})})}),className:\"framer-1ioi0u2\",\"data-framer-name\":\"The Diocese of NWPA & WNY\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zzo7IYIro\",style:{\"--extracted-r6o4lv\":\"var(--token-7a3b6743-928d-454e-8962-726dec9aebc7, rgb(237, 234, 241))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1o2vops\",\"data-styles-preset\":\"LsdOXYI1D\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7a3b6743-928d-454e-8962-726dec9aebc7, rgb(237, 234, 241)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.episcopalchurch.org/\",motionChild:true,nodeId:\"K_0DjOHW3\",openInNewTab:true,scopeId:\"oWgbTpipA\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-14kpptl\",\"data-styles-preset\":\"FMPWfhguG\",children:\"The Episcopal Church\"})})})}),className:\"framer-19lkyw0\",\"data-framer-name\":\"The Episcopal Church\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"K_0DjOHW3\",style:{\"--extracted-r6o4lv\":\"var(--token-7a3b6743-928d-454e-8962-726dec9aebc7, rgb(237, 234, 241))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1n72grx\",\"data-framer-name\":\"Frame 56\",layoutDependency:layoutDependency,layoutId:\"w77YtnyqZ\",style:{opacity:.8},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1o2vops\",\"data-styles-preset\":\"LsdOXYI1D\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e786df76-e37f-42d7-9e6b-317b4f33df5e, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(motion.strong,{children:\"Stay in Touch\"})})}),className:\"framer-1axlupx\",\"data-framer-name\":\"Resources\",fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"I86neOPfF\",style:{\"--extracted-r6o4lv\":\"var(--token-e786df76-e37f-42d7-9e6b-317b4f33df5e, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-9dsaqf\",layoutDependency:layoutDependency,layoutId:\"HyOjHC_Cx\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.facebook.com/spcbuffalo/\",motionChild:true,nodeId:\"Ixtpea7t1\",scopeId:\"oWgbTpipA\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1qyg2xw framer-1ofsaka\",\"data-framer-name\":\"Frame 55\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Ixtpea7t1\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 32\"><path d=\"M 0.028 16.388 C 0.028 7.782 7.004 0.805 15.61 0.805 L 15.61 0.805 C 24.216 0.805 31.193 7.782 31.193 16.388 L 31.193 16.388 C 31.193 24.994 24.216 31.97 15.61 31.97 L 15.61 31.97 C 7.004 31.97 0.028 24.994 0.028 16.388 Z\" fill=\"rgb(75,43,118)\"></path><path d=\"M 13.717 13.864 L 11.824 13.864 L 11.824 16.388 L 13.717 16.388 L 13.717 23.96 L 16.873 23.96 L 16.873 16.388 L 19.144 16.388 L 19.397 13.864 L 16.873 13.864 L 16.873 12.791 C 16.873 12.223 16.999 11.97 17.567 11.97 L 19.397 11.97 L 19.397 8.815 L 16.999 8.815 C 14.727 8.815 13.717 9.825 13.717 11.718 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:11958566638,withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/channel/UCQwyHHWJFd29RhVnHnz68sw\",motionChild:true,nodeId:\"I343:1050;188:632\",scopeId:\"oWgbTpipA\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1x10u0b framer-1ofsaka\",\"data-framer-name\":\"Frame 58\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:23,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"I343:1050;188:632\",svg:'<svg width=\"24\" height=\"23\" viewBox=\"0 0 24 23\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.73999 11.7786C0.73999 5.59302 5.7544 0.578613 11.94 0.578613V0.578613C18.1256 0.578613 23.14 5.59302 23.14 11.7786V11.7786C23.14 17.9642 18.1256 22.9786 11.94 22.9786V22.9786C5.7544 22.9786 0.73999 17.9642 0.73999 11.7786V11.7786Z\" fill=\"#4B2B76\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.77281 6.97396C9.74675 6.80946 14.1333 6.80946 16.1072 6.97396C18.2456 7.13845 18.5198 8.39957 18.5198 11.7991C18.5198 15.1987 18.2456 16.5146 16.1072 16.6243C14.1333 16.734 9.74675 16.734 7.77281 16.6243C5.63439 16.4598 5.36023 15.1987 5.36023 11.7991C5.36023 8.39957 5.63439 7.13845 7.77281 6.97396ZM11.0886 13.5957C10.724 13.778 10.2951 13.5129 10.2951 13.1053V10.4932C10.2951 10.0856 10.724 9.82046 11.0886 10.0027L13.7008 11.3088C14.1049 11.5109 14.1049 12.0876 13.7008 12.2897L11.0886 13.5957Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/spcbuffalo?utm_source=ig_web_button_share_sheet&igsh=ZDNlZDc0MzIxNw==\",motionChild:true,nodeId:\"I343:1050;188:636\",scopeId:\"oWgbTpipA\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-mpxlvj framer-1ofsaka\",\"data-framer-name\":\"Frame 59\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:23,intrinsicWidth:23,layoutDependency:layoutDependency,layoutId:\"I343:1050;188:636\",svg:'<svg width=\"23\" height=\"23\" viewBox=\"0 0 23 23\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.100037 11.7786C0.100037 5.59302 5.11445 0.578613 11.3 0.578613V0.578613C17.4856 0.578613 22.5 5.59302 22.5 11.7786V11.7786C22.5 17.9642 17.4856 22.9786 11.3 22.9786V22.9786C5.11445 22.9786 0.100037 17.9642 0.100037 11.7786V11.7786Z\" fill=\"#4B2B76\"/>\\n<path d=\"M14.7176 7.59306C14.5657 7.59306 14.4172 7.6381 14.2909 7.72249C14.1646 7.80688 14.0662 7.92683 14.0081 8.06716C13.95 8.20749 13.9347 8.36191 13.9644 8.51089C13.994 8.65987 14.0672 8.79671 14.1746 8.90412C14.282 9.01153 14.4188 9.08467 14.5678 9.11431C14.7168 9.14394 14.8712 9.12873 15.0115 9.0706C15.1519 9.01247 15.2718 8.91404 15.3562 8.78774C15.4406 8.66144 15.4856 8.51296 15.4856 8.36106C15.4856 8.15738 15.4047 7.96203 15.2607 7.818C15.1167 7.67398 14.9213 7.59306 14.7176 7.59306V7.59306ZM17.6616 9.14186C17.6492 8.61085 17.5497 8.08548 17.3672 7.58666C17.2045 7.15987 16.9512 6.7734 16.6248 6.45386C16.3079 6.12581 15.9205 5.87414 15.492 5.71786C14.9945 5.52981 14.4686 5.42808 13.9368 5.41706C13.2584 5.37866 13.0408 5.37866 11.3 5.37866C9.55922 5.37866 9.34162 5.37866 8.66322 5.41706C8.13148 5.42808 7.60552 5.52981 7.10802 5.71786C6.6803 5.87572 6.29326 6.12718 5.97522 6.45386C5.64718 6.77078 5.3955 7.15814 5.23922 7.58666C5.05117 8.08416 4.94944 8.61012 4.93842 9.14186C4.90002 9.82026 4.90002 10.0379 4.90002 11.7787C4.90002 13.5195 4.90002 13.7371 4.93842 14.4155C4.94944 14.9472 5.05117 15.4732 5.23922 15.9707C5.3955 16.3992 5.64718 16.7865 5.97522 17.1035C6.29326 17.4301 6.6803 17.6816 7.10802 17.8395C7.60552 18.0275 8.13148 18.1292 8.66322 18.1403C9.34162 18.1787 9.55922 18.1787 11.3 18.1787C13.0408 18.1787 13.2584 18.1787 13.9368 18.1403C14.4686 18.1292 14.9945 18.0275 15.492 17.8395C15.9205 17.6832 16.3079 17.4315 16.6248 17.1035C16.9527 16.7851 17.2062 16.3983 17.3672 15.9707C17.5497 15.4718 17.6492 14.9465 17.6616 14.4155C17.6616 13.7371 17.7 13.5195 17.7 11.7787C17.7 10.0379 17.7 9.82026 17.6616 9.14186V9.14186ZM16.5096 14.3387C16.505 14.7449 16.4314 15.1474 16.292 15.5291C16.1898 15.8076 16.0257 16.0593 15.812 16.2651C15.6044 16.4766 15.3533 16.6404 15.076 16.7451C14.6944 16.8844 14.2919 16.958 13.8856 16.9627C13.2456 16.9947 13.0088 17.0011 11.3256 17.0011C9.64242 17.0011 9.40562 17.0011 8.76562 16.9627C8.34379 16.9706 7.92377 16.9056 7.52402 16.7707C7.25892 16.6606 7.01929 16.4972 6.82002 16.2907C6.6076 16.0851 6.44552 15.8332 6.34642 15.5547C6.19017 15.1676 6.10351 14.7559 6.09042 14.3387C6.09042 13.6987 6.05202 13.4619 6.05202 11.7787C6.05202 10.0955 6.05202 9.85866 6.09042 9.21866C6.09329 8.80334 6.16911 8.39175 6.31442 8.00266C6.42709 7.73253 6.60003 7.49172 6.82002 7.29866C7.01446 7.07861 7.25477 6.90384 7.52402 6.78666C7.91414 6.64589 8.3253 6.57231 8.74002 6.56906C9.38002 6.56906 9.61682 6.53066 11.3 6.53066C12.9832 6.53066 13.22 6.53066 13.86 6.56906C14.2663 6.57372 14.6688 6.6473 15.0504 6.78666C15.3413 6.8946 15.6023 7.07008 15.812 7.29866C16.0218 7.49526 16.1856 7.73561 16.292 8.00266C16.4343 8.39238 16.5079 8.8038 16.5096 9.21866C16.5416 9.85866 16.548 10.0955 16.548 11.7787C16.548 13.4619 16.5416 13.6987 16.5096 14.3387ZM11.3 8.49546C10.6509 8.49673 10.0168 8.69036 9.47772 9.05189C8.93865 9.41342 8.51883 9.92663 8.27131 10.5267C8.02379 11.1267 7.95969 11.7866 8.08709 12.4231C8.2145 13.0596 8.5277 13.644 8.98711 14.1025C9.44653 14.561 10.0316 14.8731 10.6683 14.9992C11.305 15.1254 11.9648 15.06 12.5643 14.8113C13.1639 14.5626 13.6763 14.1418 14.0367 13.602C14.3972 13.0623 14.5896 12.4277 14.5896 11.7787C14.5905 11.3467 14.5059 10.9189 14.3408 10.5198C14.1757 10.1206 13.9333 9.75806 13.6276 9.45293C13.3219 9.14781 12.9589 8.90614 12.5594 8.74182C12.16 8.5775 11.732 8.49377 11.3 8.49546V8.49546ZM11.3 13.9099C10.8785 13.9099 10.4665 13.7849 10.116 13.5507C9.76552 13.3165 9.49236 12.9837 9.33105 12.5942C9.16975 12.2048 9.12754 11.7763 9.20977 11.3629C9.29201 10.9495 9.49498 10.5697 9.79304 10.2717C10.0911 9.97362 10.4708 9.77065 10.8842 9.68841C11.2977 9.60618 11.7262 9.64838 12.1156 9.80969C12.505 9.971 12.8379 10.2442 13.0721 10.5946C13.3062 10.9451 13.4312 11.3572 13.4312 11.7787C13.4312 12.0585 13.3761 12.3357 13.269 12.5942C13.1619 12.8528 13.0049 13.0877 12.807 13.2856C12.6091 13.4835 12.3742 13.6405 12.1156 13.7476C11.857 13.8547 11.5799 13.9099 11.3 13.9099V13.9099Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})]})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-koqwc5\",layoutDependency:layoutDependency,layoutId:\"IQn8cyLwo\",style:{backgroundColor:\"rgb(24, 9, 43)\"},children:[isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ebg23i\",layoutDependency:layoutDependency,layoutId:\"aibdoGOxy\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.facebook.com/spcbuffalo/\",motionChild:true,nodeId:\"WuBM_QeSd\",scopeId:\"oWgbTpipA\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-8ony4s framer-1ofsaka\",\"data-framer-name\":\"Frame 55\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"WuBM_QeSd\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 32\"><path d=\"M 0.028 16.388 C 0.028 7.782 7.004 0.805 15.61 0.805 L 15.61 0.805 C 24.216 0.805 31.193 7.782 31.193 16.388 L 31.193 16.388 C 31.193 24.994 24.216 31.97 15.61 31.97 L 15.61 31.97 C 7.004 31.97 0.028 24.994 0.028 16.388 Z\" fill=\"rgb(75,43,118)\"></path><path d=\"M 13.717 13.864 L 11.824 13.864 L 11.824 16.388 L 13.717 16.388 L 13.717 23.96 L 16.873 23.96 L 16.873 16.388 L 19.144 16.388 L 19.397 13.864 L 16.873 13.864 L 16.873 12.791 C 16.873 12.223 16.999 11.97 17.567 11.97 L 19.397 11.97 L 19.397 8.815 L 16.999 8.815 C 14.727 8.815 13.717 9.825 13.717 11.718 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:11958566638,withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/channel/UCQwyHHWJFd29RhVnHnz68sw\",motionChild:true,nodeId:\"LC4MNBisV\",scopeId:\"oWgbTpipA\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-14t63zx framer-1ofsaka\",\"data-framer-name\":\"Frame 58\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:23,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"LC4MNBisV\",svg:'<svg width=\"24\" height=\"23\" viewBox=\"0 0 24 23\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.73999 11.7786C0.73999 5.59302 5.7544 0.578613 11.94 0.578613V0.578613C18.1256 0.578613 23.14 5.59302 23.14 11.7786V11.7786C23.14 17.9642 18.1256 22.9786 11.94 22.9786V22.9786C5.7544 22.9786 0.73999 17.9642 0.73999 11.7786V11.7786Z\" fill=\"#4B2B76\"/>\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.77281 6.97396C9.74675 6.80946 14.1333 6.80946 16.1072 6.97396C18.2456 7.13845 18.5198 8.39957 18.5198 11.7991C18.5198 15.1987 18.2456 16.5146 16.1072 16.6243C14.1333 16.734 9.74675 16.734 7.77281 16.6243C5.63439 16.4598 5.36023 15.1987 5.36023 11.7991C5.36023 8.39957 5.63439 7.13845 7.77281 6.97396ZM11.0886 13.5957C10.724 13.778 10.2951 13.5129 10.2951 13.1053V10.4932C10.2951 10.0856 10.724 9.82046 11.0886 10.0027L13.7008 11.3088C14.1049 11.5109 14.1049 12.0876 13.7008 12.2897L11.0886 13.5957Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/spcbuffalo?utm_source=ig_web_button_share_sheet&igsh=ZDNlZDc0MzIxNw==\",motionChild:true,nodeId:\"e7jQELZJG\",scopeId:\"oWgbTpipA\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1dcar8d framer-1ofsaka\",\"data-framer-name\":\"Frame 59\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:23,intrinsicWidth:23,layoutDependency:layoutDependency,layoutId:\"e7jQELZJG\",svg:'<svg width=\"23\" height=\"23\" viewBox=\"0 0 23 23\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.100037 11.7786C0.100037 5.59302 5.11445 0.578613 11.3 0.578613V0.578613C17.4856 0.578613 22.5 5.59302 22.5 11.7786V11.7786C22.5 17.9642 17.4856 22.9786 11.3 22.9786V22.9786C5.11445 22.9786 0.100037 17.9642 0.100037 11.7786V11.7786Z\" fill=\"#4B2B76\"/>\\n<path d=\"M14.7176 7.59306C14.5657 7.59306 14.4172 7.6381 14.2909 7.72249C14.1646 7.80688 14.0662 7.92683 14.0081 8.06716C13.95 8.20749 13.9347 8.36191 13.9644 8.51089C13.994 8.65987 14.0672 8.79671 14.1746 8.90412C14.282 9.01153 14.4188 9.08467 14.5678 9.11431C14.7168 9.14394 14.8712 9.12873 15.0115 9.0706C15.1519 9.01247 15.2718 8.91404 15.3562 8.78774C15.4406 8.66144 15.4856 8.51296 15.4856 8.36106C15.4856 8.15738 15.4047 7.96203 15.2607 7.818C15.1167 7.67398 14.9213 7.59306 14.7176 7.59306V7.59306ZM17.6616 9.14186C17.6492 8.61085 17.5497 8.08548 17.3672 7.58666C17.2045 7.15987 16.9512 6.7734 16.6248 6.45386C16.3079 6.12581 15.9205 5.87414 15.492 5.71786C14.9945 5.52981 14.4686 5.42808 13.9368 5.41706C13.2584 5.37866 13.0408 5.37866 11.3 5.37866C9.55922 5.37866 9.34162 5.37866 8.66322 5.41706C8.13148 5.42808 7.60552 5.52981 7.10802 5.71786C6.6803 5.87572 6.29326 6.12718 5.97522 6.45386C5.64718 6.77078 5.3955 7.15814 5.23922 7.58666C5.05117 8.08416 4.94944 8.61012 4.93842 9.14186C4.90002 9.82026 4.90002 10.0379 4.90002 11.7787C4.90002 13.5195 4.90002 13.7371 4.93842 14.4155C4.94944 14.9472 5.05117 15.4732 5.23922 15.9707C5.3955 16.3992 5.64718 16.7865 5.97522 17.1035C6.29326 17.4301 6.6803 17.6816 7.10802 17.8395C7.60552 18.0275 8.13148 18.1292 8.66322 18.1403C9.34162 18.1787 9.55922 18.1787 11.3 18.1787C13.0408 18.1787 13.2584 18.1787 13.9368 18.1403C14.4686 18.1292 14.9945 18.0275 15.492 17.8395C15.9205 17.6832 16.3079 17.4315 16.6248 17.1035C16.9527 16.7851 17.2062 16.3983 17.3672 15.9707C17.5497 15.4718 17.6492 14.9465 17.6616 14.4155C17.6616 13.7371 17.7 13.5195 17.7 11.7787C17.7 10.0379 17.7 9.82026 17.6616 9.14186V9.14186ZM16.5096 14.3387C16.505 14.7449 16.4314 15.1474 16.292 15.5291C16.1898 15.8076 16.0257 16.0593 15.812 16.2651C15.6044 16.4766 15.3533 16.6404 15.076 16.7451C14.6944 16.8844 14.2919 16.958 13.8856 16.9627C13.2456 16.9947 13.0088 17.0011 11.3256 17.0011C9.64242 17.0011 9.40562 17.0011 8.76562 16.9627C8.34379 16.9706 7.92377 16.9056 7.52402 16.7707C7.25892 16.6606 7.01929 16.4972 6.82002 16.2907C6.6076 16.0851 6.44552 15.8332 6.34642 15.5547C6.19017 15.1676 6.10351 14.7559 6.09042 14.3387C6.09042 13.6987 6.05202 13.4619 6.05202 11.7787C6.05202 10.0955 6.05202 9.85866 6.09042 9.21866C6.09329 8.80334 6.16911 8.39175 6.31442 8.00266C6.42709 7.73253 6.60003 7.49172 6.82002 7.29866C7.01446 7.07861 7.25477 6.90384 7.52402 6.78666C7.91414 6.64589 8.3253 6.57231 8.74002 6.56906C9.38002 6.56906 9.61682 6.53066 11.3 6.53066C12.9832 6.53066 13.22 6.53066 13.86 6.56906C14.2663 6.57372 14.6688 6.6473 15.0504 6.78666C15.3413 6.8946 15.6023 7.07008 15.812 7.29866C16.0218 7.49526 16.1856 7.73561 16.292 8.00266C16.4343 8.39238 16.5079 8.8038 16.5096 9.21866C16.5416 9.85866 16.548 10.0955 16.548 11.7787C16.548 13.4619 16.5416 13.6987 16.5096 14.3387ZM11.3 8.49546C10.6509 8.49673 10.0168 8.69036 9.47772 9.05189C8.93865 9.41342 8.51883 9.92663 8.27131 10.5267C8.02379 11.1267 7.95969 11.7866 8.08709 12.4231C8.2145 13.0596 8.5277 13.644 8.98711 14.1025C9.44653 14.561 10.0316 14.8731 10.6683 14.9992C11.305 15.1254 11.9648 15.06 12.5643 14.8113C13.1639 14.5626 13.6763 14.1418 14.0367 13.602C14.3972 13.0623 14.5896 12.4277 14.5896 11.7787C14.5905 11.3467 14.5059 10.9189 14.3408 10.5198C14.1757 10.1206 13.9333 9.75806 13.6276 9.45293C13.3219 9.14781 12.9589 8.90614 12.5594 8.74182C12.16 8.5775 11.732 8.49377 11.3 8.49546V8.49546ZM11.3 13.9099C10.8785 13.9099 10.4665 13.7849 10.116 13.5507C9.76552 13.3165 9.49236 12.9837 9.33105 12.5942C9.16975 12.2048 9.12754 11.7763 9.20977 11.3629C9.29201 10.9495 9.49498 10.5697 9.79304 10.2717C10.0911 9.97362 10.4708 9.77065 10.8842 9.68841C11.2977 9.60618 11.7262 9.64838 12.1156 9.80969C12.505 9.971 12.8379 10.2442 13.0721 10.5946C13.3062 10.9451 13.4312 11.3572 13.4312 11.7787C13.4312 12.0585 13.3761 12.3357 13.269 12.5942C13.1619 12.8528 13.0049 13.0877 12.807 13.2856C12.6091 13.4835 12.3742 13.6405 12.1156 13.7476C11.857 13.8547 11.5799 13.9099 11.3 13.9099V13.9099Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC1yZWd1bGFy\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e786df76-e37f-42d7-9e6b-317b4f33df5e, rgb(255, 255, 255)))\"},children:[\"\\xa9 2024 Saint Paul\u2019s Episcopal Cathedral. All Rights Reserved. \u2022 Site Photos by \",/*#__PURE__*/_jsx(Link,{href:\"https://www.urbansimplicity.com/\",motionChild:true,nodeId:\"qRkvJ6Dz1\",openInNewTab:true,scopeId:\"oWgbTpipA\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-329fhd\",\"data-styles-preset\":\"VKb7tlm3j\",children:\"Joe George\"})}),\" \u2022 Website by \",/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/jonathon-kabalan-052506265\",motionChild:true,nodeId:\"qRkvJ6Dz1\",openInNewTab:true,scopeId:\"oWgbTpipA\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-329fhd\",\"data-styles-preset\":\"VKb7tlm3j\",children:\"Jonathon Kabalan\"})})]})}),className:\"framer-dyhrrz\",fonts:[\"GF;Montserrat-regular\"],layoutDependency:layoutDependency,layoutId:\"qRkvJ6Dz1\",style:{\"--extracted-r6o4lv\":\"var(--token-e786df76-e37f-42d7-9e6b-317b4f33df5e, rgb(255, 255, 255))\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-kATDD.framer-1ofsaka, .framer-kATDD .framer-1ofsaka { display: block; }\",\".framer-kATDD.framer-3dsswk { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 54px 80px 0px 80px; position: relative; width: 1250px; }\",\".framer-kATDD .framer-1wc08vn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: center; max-width: 1250px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-kATDD .framer-1oyw2qp { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-kATDD .framer-lscmlv { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-kATDD .framer-91tjsw, .framer-kATDD .framer-17ykwod, .framer-kATDD .framer-dbumll, .framer-kATDD .framer-1mv1ip7, .framer-kATDD .framer-1hagto5, .framer-kATDD .framer-hs71xf, .framer-kATDD .framer-1u13k59, .framer-kATDD .framer-3slpmj, .framer-kATDD .framer-1xlwvjb, .framer-kATDD .framer-tkiqzc, .framer-kATDD .framer-xeqo16, .framer-kATDD .framer-1fovd0v, .framer-kATDD .framer-ww08c2, .framer-kATDD .framer-vbb6bh, .framer-kATDD .framer-1s67i7w, .framer-kATDD .framer-18d6jpv, .framer-kATDD .framer-k0uhmy, .framer-kATDD .framer-1ioi0u2, .framer-kATDD .framer-19lkyw0, .framer-kATDD .framer-1axlupx { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-kATDD .framer-19w4nmd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-kATDD .framer-15fo0yi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 25.599998474121094px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-kATDD .framer-14yt2oc, .framer-kATDD .framer-x542gc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-kATDD .framer-1mix78f, .framer-kATDD .framer-i37wli { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10.239999771118164px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-kATDD .framer-qc8r9a { align-self: stretch; flex: none; height: auto; position: relative; width: 4px; }\",\".framer-kATDD .framer-15vt5bv, .framer-kATDD .framer-1le1x3i { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 19.19999885559082px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-kATDD .framer-xeal2m { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 27px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-kATDD .framer-1axweok, .framer-kATDD .framer-btqwnn, .framer-kATDD .framer-6j8oj1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 11.519999504089355px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-kATDD .framer-1f1hcg3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-kATDD .framer-1n72grx { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 19.19999885559082px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-kATDD .framer-9dsaqf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 9px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-kATDD .framer-1qyg2xw, .framer-kATDD .framer-8ony4s { flex: none; height: 32px; position: relative; text-decoration: none; width: 32px; }\",\".framer-kATDD .framer-1x10u0b, .framer-kATDD .framer-14t63zx { aspect-ratio: 1.0434782608695652 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); position: relative; text-decoration: none; width: 33px; }\",\".framer-kATDD .framer-mpxlvj, .framer-kATDD .framer-1dcar8d { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); position: relative; text-decoration: none; width: 32px; }\",\".framer-kATDD .framer-koqwc5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 20px; position: relative; width: 115%; }\",\".framer-kATDD .framer-ebg23i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-kATDD .framer-dyhrrz { flex: none; height: auto; max-width: 1250px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-kATDD.framer-v-1b86un4.framer-3dsswk, .framer-kATDD.framer-v-ox7tx8.framer-3dsswk { padding: 0px 80px 0px 80px; }\",\".framer-kATDD.framer-v-1b86un4 .framer-dyhrrz, .framer-kATDD.framer-v-ox7tx8 .framer-dyhrrz { max-width: unset; }\",\".framer-kATDD.framer-v-ox7tx8 .framer-koqwc5 { width: 150%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 378\n * @framerIntrinsicWidth 1250\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"QY_ai12Ue\":{\"layout\":[\"fixed\",\"auto\"]},\"FN4MNdQef\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FrameroWgbTpipA=withCSS(Component,css,\"framer-kATDD\");export default FrameroWgbTpipA;FrameroWgbTpipA.displayName=\"Footer\";FrameroWgbTpipA.defaultProps={height:378,width:1250};addPropertyControls(FrameroWgbTpipA,{variant:{options:[\"ueRkZ3XUi\",\"QY_ai12Ue\",\"FN4MNdQef\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameroWgbTpipA,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Montserrat\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew7Y3tcoqK5.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameroWgbTpipA\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1250\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QY_ai12Ue\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FN4MNdQef\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"378\",\"framerAutoSizeImages\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./oWgbTpipA.map"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "o", "e", "t", "h", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "getIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchTerm", "_iconSearchTerm", "useIconSelection", "iconSearchResult", "se", "moduleBaseUrl", "icons", "iconKeys", "weightOptions", "styleKeyOptions", "styleOptionPropKeys", "optionKey", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "style", "isMounted", "pe", "iconKey", "useIconSelection", "styleOptionProps", "prop", "iconStyle", "se", "iconStyleKey", "activeStyle", "SelectedIcon", "setSelectedIcon", "ye", "h", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "hideStyleOptions", "styleOptions", "styleOptionsNumber", "name", "getIconSelection", "icon", "addPropertyControls", "ControlType", "result", "defaultEvents", "fontStore", "fonts", "css", "className", "MaterialFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "oLKuvo6he", "Lj4al0rdH", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "FramerFpHwx7rl3", "withCSS", "FpHwx7rl3_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "ButtonFonts", "getFonts", "FpHwx7rl3_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1ysvpel", "args", "onTap1gpgbnq", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "LayoutGroup", "u", "Link", "SVG", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerjuyV8KwCu", "withCSS", "juyV8KwCu_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "RichText2", "Link", "SVG", "css", "FrameroWgbTpipA", "withCSS", "oWgbTpipA_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
