{
  "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/PKO9SXBBcBZfa2KFYLg7/Zyvjqrmz3Ah36dT9TeD4/F87hfN4JZ.js", "ssg:https://framerusercontent.com/modules/qmdsIerp0QflJiMBDqfH/azyoPK8htr5MzmyWVV3Z/b0jaToGwQ.js", "ssg:https://framerusercontent.com/modules/n7sdHKsLXBhcandqHJ3k/by8ohsQRmDCMbGOum0sW/L5X8fVuif.js", "ssg:https://framerusercontent.com/modules/b7xIEQYcal9Zo9u27Lju/389jy9g87TEECuAerXKV/tz_AT9b0o.js", "ssg:https://framerusercontent.com/modules/StTe97VJ6stlmIac4hw0/SQwc9vN94n12zlHB6Xk5/uMVIH8Jqc.js", "ssg:https://framerusercontent.com/modules/HPiLHbvqHqEDAz30MHQz/D27uIL2XcxWb0ygH42Cl/WfEadBcpN.js", "ssg:https://framerusercontent.com/modules/a4jrzrN67V7jmeidvbDg/fY1kdnh3MAe4D9OIH2O3/CopyEmail.js", "ssg:https://framerusercontent.com/modules/dRFinflSOSji2mHAoFMi/D2y3Xcd5mXoyoQVShVXN/BtTnlnYFi.js", "ssg:https://framerusercontent.com/modules/vcVq3ZtmX3zABOsfAXbV/OorUvBNJnzvcCTdvr2Gm/iWxfB4DLa.js", "ssg:https://framerusercontent.com/modules/9zaVfmn6S7rtoJUMkQxk/9Sc9VAPAtuCLIgaYRYZF/UKVECjwYo.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", "import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-7QaHK .framer-styles-preset-1z0hgf3:not(.rich-text-wrapper), .framer-7QaHK .framer-styles-preset-1z0hgf3.rich-text-wrapper a { --framer-link-current-text-color: #807c7c; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: #807c7c; --framer-link-hover-text-decoration: none; --framer-link-text-color: #1b1f20; --framer-link-text-decoration: none; }\"];export const className=\"framer-7QaHK\";\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 (139b156)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}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/PKO9SXBBcBZfa2KFYLg7/Zyvjqrmz3Ah36dT9TeD4/F87hfN4JZ.js\";const MaterialFonts=getFonts(Material);const MotionNavWithFX=withFX(motion.nav);const cycleOrder=[\"c7t1jHD4f\",\"m5OQBsJ8W\",\"BXHHUzYOG\",\"KwcByf9pd\",\"r4LNGBuwj\"];const serializationHash=\"framer-S8TA7\";const variantClassNames={BXHHUzYOG:\"framer-v-1et93eu\",c7t1jHD4f:\"framer-v-cxcfqp\",KwcByf9pd:\"framer-v-13dr2g7\",m5OQBsJ8W:\"framer-v-1upmnqm\",r4LNGBuwj:\"framer-v-1bnf3v5\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:35,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-75};const transition2={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Phone Open\":\"r4LNGBuwj\",Desktop:\"c7t1jHD4f\",Laptop:\"m5OQBsJ8W\",Phone:\"KwcByf9pd\",Tablet:\"BXHHUzYOG\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"c7t1jHD4f\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"c7t1jHD4f\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap17se8su=activeVariantCallback(async(...args)=>{setVariant(\"r4LNGBuwj\");});const onTap1dvcxyl=activeVariantCallback(async(...args)=>{setVariant(\"KwcByf9pd\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"KwcByf9pd\",\"r4LNGBuwj\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"KwcByf9pd\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"r4LNGBuwj\")return true;return false;};const isDisplayed3=()=>{if([\"KwcByf9pd\",\"r4LNGBuwj\"].includes(baseVariant))return false;return true;};const isDisplayed4=()=>{if(baseVariant===\"KwcByf9pd\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(MotionNavWithFX,{...restProps,...gestureHandlers,__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(serializationHash,...sharedStyleClassNames,\"framer-cxcfqp\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"c7t1jHD4f\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(248, 243, 239)\",...style},...addPropertyOverrides({BXHHUzYOG:{\"data-framer-name\":\"Tablet\"},KwcByf9pd:{\"data-framer-name\":\"Phone\"},m5OQBsJ8W:{\"data-framer-name\":\"Laptop\"},r4LNGBuwj:{\"data-framer-name\":\"Phone Open\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1uhmot4\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"edGDYs45q\",...addPropertyOverrides({KwcByf9pd:{\"data-highlight\":true,onTap:onTap17se8su},r4LNGBuwj:{\"data-highlight\":true,onTap:onTap1dvcxyl}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15dk8yt\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"bY6YXtzkq\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-7j4tqn\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"BofzTBiJI\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{KwcByf9pd:{backgroundColor:\"rgb(128, 124, 124)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},r4LNGBuwj:{backgroundColor:\"rgb(128, 124, 124)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,rotate:-45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bko9px\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"vz37FsSZi\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{KwcByf9pd:{backgroundColor:\"rgb(128, 124, 124)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},r4LNGBuwj:{backgroundColor:\"rgb(128, 124, 124)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,rotate:45}}})]}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"xPK1TmD1w\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-blvjpo framer-utg32z\",\"data-framer-name\":\"hatch_logo_mobile\",fill:\"black\",intrinsicHeight:118,intrinsicWidth:352,layoutDependency:layoutDependency,layoutId:\"xPK1TmD1w\",svg:'<svg width=\"352\" height=\"118\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path d=\"M41.682 0v48.737H24.294V0H0v118h24.294V70.81h17.388V118h24.294V0H41.682Z\" fill=\"#1B1F20\"/><path d=\"M327.682 0v48.737h-17.364V0h-24.294v118h24.294V70.81h17.364V118H352V0h-24.318ZM129.295-.048H91.622L73.124 118h25.84l2.415-21.347h19.633L123.91 118h24.85L129.295-.048ZM103.697 74l5.047-51.76h3.212L118.187 74h-14.49Zm39.581-74v23.426h17.291V118h24.294V23.426h17.315V0h-58.9Zm83.58 0L208.94 17.72v82.584L226.858 118h29.921l17.267-17.358V67.667h-24.125v28.14h-16.735V21.903h16.518v22.676h24.342V17.624L255.91 0h-29.052Z\" fill=\"#CD3531\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h352v118H0z\"/></clipPath></defs></svg>',withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"qZKAmqddZ\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-n582t8 framer-utg32z\",\"data-framer-name\":\"hatch_logo_mobile\",fill:\"black\",intrinsicHeight:118,intrinsicWidth:352,layoutDependency:layoutDependency,layoutId:\"qZKAmqddZ\",svg:'<svg width=\"352\" height=\"118\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path d=\"M41.682 0v48.737H24.294V0H0v118h24.294V70.81h17.388V118h24.294V0H41.682Z\" fill=\"#1B1F20\"/><path d=\"M327.682 0v48.737h-17.364V0h-24.294v118h24.294V70.81h17.364V118H352V0h-24.318ZM129.295-.048H91.622L73.124 118h25.84l2.415-21.347h19.633L123.91 118h24.85L129.295-.048ZM103.697 74l5.047-51.76h3.212L118.187 74h-14.49Zm39.581-74v23.426h17.291V118h24.294V23.426h17.315V0h-58.9Zm83.58 0L208.94 17.72v82.584L226.858 118h29.921l17.267-17.358V67.667h-24.125v28.14h-16.735V21.903h16.518v22.676h24.342V17.624L255.91 0h-29.052Z\" fill=\"#CD3531\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" d=\"M0 0h352v118H0z\"/></clipPath></defs></svg>',withExternalLayout:true})})]}),isDisplayed3()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"Nu70pDNzd\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-76bc4a framer-utg32z\",\"data-framer-name\":\"hatch_manufacturing_logo\",fill:\"black\",intrinsicHeight:159,intrinsicWidth:774,layoutDependency:layoutDependency,layoutId:\"Nu70pDNzd\",svg:'<svg width=\"774\" height=\"159\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path d=\"M64.682 20v48.737H47.294V20H23v118h24.294V90.81h17.388V138h24.294V20H64.682Z\" fill=\"#1B1F20\"/><path d=\"M350.682 20v48.737h-17.364V20h-24.294v118h24.294V90.81h17.364V138H375V20h-24.318Zm-198.387-.048h-37.673L96.124 138h25.84l2.415-21.347h19.633L146.91 138h24.85L152.295 19.952ZM126.697 94l5.047-51.76h3.212L141.187 94h-14.49Zm39.581-74v23.426h17.291V138h24.294V43.426h17.315V20h-58.9Zm83.58 0L231.94 37.72v82.584L249.858 138h29.921l17.267-17.358V87.667h-24.125v28.14h-16.735V41.903h16.518v22.676h24.342V37.624L278.91 20h-29.052Z\" fill=\"#CD3531\"/></g><path d=\"M621.033 123.032c0-.702-.158-1.351-.474-1.948-.298-.614-.921-1.167-1.868-1.658-.93-.509-2.334-.947-4.211-1.316a33.317 33.317 0 0 1-4.291-1.184c-1.263-.457-2.342-1.009-3.237-1.658-.877-.65-1.553-1.413-2.027-2.29-.473-.878-.71-1.904-.71-3.08 0-1.123.245-2.184.737-3.184a8.53 8.53 0 0 1 2.132-2.659c.93-.772 2.044-1.377 3.342-1.816 1.299-.438 2.746-.658 4.343-.658 2.281 0 4.229.404 5.843 1.211 1.614.807 2.851 1.886 3.711 3.237.86 1.334 1.29 2.816 1.29 4.448h-4.869c0-.789-.237-1.553-.711-2.29-.456-.754-1.132-1.377-2.027-1.868-.877-.492-1.956-.737-3.237-.737-1.351 0-2.448.21-3.29.631-.825.404-1.43.922-1.816 1.553a3.917 3.917 0 0 0-.553 2.001c0 .526.088 1 .263 1.421.194.403.527.781 1.001 1.132.473.333 1.14.649 2 .947.86.298 1.956.597 3.29.895 2.334.526 4.255 1.158 5.764 1.895 1.509.737 2.632 1.641 3.369 2.711.737 1.07 1.105 2.369 1.105 3.895 0 1.246-.263 2.387-.789 3.422-.509 1.035-1.255 1.93-2.237 2.685-.965.737-2.124 1.316-3.475 1.737-1.333.403-2.833.605-4.5.605-2.509 0-4.633-.447-6.37-1.342s-3.053-2.053-3.948-3.474c-.895-1.422-1.342-2.922-1.342-4.501h4.895c.071 1.333.457 2.395 1.159 3.185a5.905 5.905 0 0 0 2.579 1.658c1.018.316 2.027.473 3.027.473 1.333 0 2.447-.175 3.342-.526.913-.351 1.606-.833 2.08-1.448.473-.614.71-1.316.71-2.105Zm-41.506-14.845v22.399h-4.869v-28.478h4.606l.263 6.079Zm-1.158 7.081-2.027-.079c.018-1.948.307-3.747.869-5.396.561-1.667 1.351-3.115 2.369-4.343a10.536 10.536 0 0 1 3.632-2.842c1.421-.685 2.991-1.027 4.711-1.027 1.404 0 2.667.193 3.79.579a6.874 6.874 0 0 1 2.869 1.79c.807.825 1.421 1.895 1.842 3.211.421 1.298.632 2.886.632 4.764v18.661h-4.896v-18.714c0-1.491-.219-2.684-.658-3.579-.438-.913-1.079-1.571-1.921-1.974-.842-.421-1.877-.632-3.106-.632-1.21 0-2.316.255-3.316.763a7.926 7.926 0 0 0-2.553 2.106 10.576 10.576 0 0 0-1.658 3.079 11.261 11.261 0 0 0-.579 3.633Zm-35.743 1.394v-.605c0-2.053.299-3.957.895-5.711.597-1.773 1.457-3.308 2.58-4.606a11.508 11.508 0 0 1 4.079-3.053c1.597-.737 3.387-1.106 5.37-1.106 2 0 3.798.369 5.395 1.106a11.448 11.448 0 0 1 4.106 3.053c1.141 1.298 2.009 2.833 2.606 4.606.596 1.754.895 3.658.895 5.711v.605c0 2.053-.299 3.957-.895 5.712-.597 1.755-1.465 3.29-2.606 4.606a11.943 11.943 0 0 1-4.08 3.053c-1.579.719-3.369 1.079-5.369 1.079-2 0-3.799-.36-5.395-1.079a12.207 12.207 0 0 1-4.106-3.053c-1.123-1.316-1.983-2.851-2.58-4.606-.596-1.755-.895-3.659-.895-5.712Zm4.87-.605v.605c0 1.422.166 2.764.5 4.027.333 1.246.833 2.352 1.5 3.317a7.594 7.594 0 0 0 2.553 2.29c1.018.543 2.202.815 3.553.815 1.334 0 2.501-.272 3.501-.815a7.352 7.352 0 0 0 2.526-2.29c.667-.965 1.167-2.071 1.501-3.317.351-1.263.526-2.605.526-4.027v-.605c0-1.404-.175-2.728-.526-3.974-.334-1.264-.843-2.378-1.527-3.343a7.265 7.265 0 0 0-2.527-2.316c-1-.561-2.175-.842-3.526-.842-1.334 0-2.51.281-3.527.842a7.584 7.584 0 0 0-2.527 2.316c-.667.965-1.167 2.079-1.5 3.343a15.29 15.29 0 0 0-.5 3.974Zm-11.397-13.949v28.478h-4.895v-28.478h4.895Zm-5.264-7.554c0-.79.237-1.457.711-2 .491-.544 1.211-.817 2.158-.817.93 0 1.641.273 2.132.817.509.543.763 1.21.763 2a2.75 2.75 0 0 1-.763 1.947c-.491.527-1.202.79-2.132.79-.947 0-1.667-.263-2.158-.79-.474-.544-.711-1.193-.711-1.947Zm-5.738 7.554v3.737H509.7v-3.737h15.397Zm-10.185-6.923h4.869v28.347c0 .965.149 1.693.447 2.184.298.492.684.816 1.158.974a4.8 4.8 0 0 0 1.527.237c.403 0 .824-.035 1.263-.105a31.28 31.28 0 0 0 1.027-.211l.026 3.975c-.386.122-.895.237-1.527.342-.614.123-1.359.184-2.237.184-1.193 0-2.29-.237-3.29-.711-1-.473-1.798-1.263-2.395-2.368-.579-1.123-.868-2.632-.868-4.527v-28.32Zm-14.055 28.821v-21.898h4.895v28.478h-4.658l-.237-6.58Zm.921-6.001 2.027-.053c0 1.895-.202 3.65-.606 5.264-.386 1.597-1.017 2.983-1.895 4.159-.877 1.175-2.026 2.096-3.448 2.763-1.421.649-3.149.974-5.185.974-1.386 0-2.658-.202-3.816-.605a7.641 7.641 0 0 1-2.948-1.869c-.824-.842-1.465-1.939-1.921-3.29-.439-1.351-.658-2.974-.658-4.869v-18.371h4.869v18.423c0 1.281.14 2.343.421 3.185.298.825.693 1.483 1.185 1.974.508.474 1.07.807 1.684 1 .632.193 1.281.29 1.948.29 2.07 0 3.711-.395 4.922-1.185a6.749 6.749 0 0 0 2.605-3.237c.544-1.369.816-2.886.816-4.553Zm-26.162-27.847v40.428h-4.895V90.158h4.895Zm-37.321 26.504v-.605c0-2.053.298-3.957.895-5.711.596-1.773 1.456-3.308 2.579-4.606a11.508 11.508 0 0 1 4.079-3.053c1.597-.737 3.387-1.106 5.37-1.106 2 0 3.799.369 5.395 1.106a11.439 11.439 0 0 1 4.106 3.053c1.141 1.298 2.009 2.833 2.606 4.606.596 1.754.895 3.658.895 5.711v.605c0 2.053-.299 3.957-.895 5.712-.597 1.755-1.465 3.29-2.606 4.606a11.949 11.949 0 0 1-4.079 3.053c-1.58.719-3.369 1.079-5.37 1.079-2 0-3.798-.36-5.395-1.079a12.207 12.207 0 0 1-4.106-3.053c-1.123-1.316-1.983-2.851-2.579-4.606-.597-1.755-.895-3.659-.895-5.712Zm4.869-.605v.605c0 1.422.167 2.764.5 4.027.333 1.246.833 2.352 1.5 3.317a7.594 7.594 0 0 0 2.553 2.29c1.018.543 2.202.815 3.553.815 1.334 0 2.501-.272 3.501-.815a7.355 7.355 0 0 0 2.527-2.29c.666-.965 1.166-2.071 1.5-3.317.351-1.263.526-2.605.526-4.027v-.605c0-1.404-.175-2.728-.526-3.974-.334-1.264-.842-2.378-1.527-3.343a7.262 7.262 0 0 0-2.526-2.316c-1.001-.561-2.176-.842-3.527-.842-1.334 0-2.509.281-3.527.842a7.584 7.584 0 0 0-2.527 2.316c-.667.965-1.167 2.079-1.5 3.343-.333 1.246-.5 2.57-.5 3.974ZM428.74 120.9c0-.895-.14-1.685-.421-2.369-.263-.702-.737-1.333-1.421-1.895-.667-.561-1.597-1.097-2.79-1.605-1.176-.509-2.667-1.027-4.474-1.553-1.895-.562-3.606-1.185-5.133-1.869-1.526-.702-2.833-1.5-3.921-2.395-1.088-.895-1.922-1.921-2.501-3.079-.579-1.159-.868-2.483-.868-3.975 0-1.491.307-2.869.921-4.132.614-1.263 1.491-2.36 2.632-3.29 1.158-.948 2.535-1.684 4.132-2.21 1.597-.527 3.378-.79 5.343-.79 2.878 0 5.317.552 7.317 1.658 2.018 1.088 3.553 2.518 4.606 4.29 1.053 1.754 1.579 3.632 1.579 5.632h-5.053c0-1.439-.307-2.711-.921-3.816-.615-1.123-1.545-2-2.79-2.632-1.246-.65-2.825-.974-4.738-.974-1.807 0-3.299.272-4.474.816-1.176.544-2.053 1.28-2.632 2.21-.562.93-.843 1.992-.843 3.186 0 .807.167 1.544.501 2.21.35.65.886 1.255 1.605 1.817.737.561 1.667 1.079 2.79 1.552 1.14.474 2.5.93 4.08 1.369 2.175.614 4.053 1.298 5.632 2.053 1.579.754 2.878 1.605 3.895 2.553 1.036.93 1.799 1.992 2.29 3.185.509 1.175.763 2.509.763 4 0 1.562-.315 2.974-.947 4.238-.632 1.263-1.535 2.342-2.711 3.237s-2.588 1.588-4.238 2.079c-1.631.474-3.456.711-5.474.711-1.772 0-3.518-.246-5.238-.737a15.58 15.58 0 0 1-4.658-2.211 11.565 11.565 0 0 1-3.343-3.632c-.825-1.456-1.237-3.141-1.237-5.053h5.053c0 1.316.255 2.447.764 3.395a6.749 6.749 0 0 0 2.079 2.316 9.725 9.725 0 0 0 3.027 1.369c1.14.28 2.325.421 3.553.421 1.772 0 3.272-.246 4.501-.737 1.228-.491 2.158-1.193 2.79-2.106.649-.912.973-1.991.973-3.237Zm318.023-82.398h4.422v27.873c0 2.509-.509 4.65-1.526 6.422a9.945 9.945 0 0 1-4.264 4.027c-1.808.93-3.896 1.395-6.264 1.395-.983 0-2.141-.158-3.475-.474-1.316-.298-2.614-.816-3.895-1.553a9.739 9.739 0 0 1-3.185-2.921l2.553-2.896c1.193 1.44 2.439 2.44 3.738 3 1.316.562 2.614.843 3.895.843 1.544 0 2.878-.29 4.001-.869 1.123-.579 1.991-1.438 2.605-2.579.632-1.123.948-2.51.948-4.158V44.766l.447-6.264Zm-19.608 14.555v-.553c0-2.176.254-4.15.763-5.922.527-1.79 1.272-3.325 2.237-4.606.983-1.28 2.167-2.263 3.554-2.948 1.386-.701 2.948-1.053 4.685-1.053 1.789 0 3.351.316 4.685.948a9.013 9.013 0 0 1 3.421 2.711c.948 1.176 1.693 2.597 2.237 4.264.544 1.667.922 3.553 1.132 5.659v2.421c-.193 2.088-.57 3.965-1.132 5.633-.544 1.666-1.289 3.088-2.237 4.263a9.363 9.363 0 0 1-3.421 2.711c-1.352.614-2.931.921-4.738.921-1.702 0-3.246-.36-4.632-1.079-1.369-.72-2.545-1.728-3.527-3.027-.983-1.298-1.737-2.825-2.264-4.58-.509-1.771-.763-3.693-.763-5.763Zm4.869-.553v.553c0 1.421.141 2.755.421 4 .299 1.246.746 2.343 1.343 3.29a6.798 6.798 0 0 0 2.342 2.238c.948.526 2.079.79 3.395.79 1.615 0 2.948-.343 4.001-1.027a7.426 7.426 0 0 0 2.5-2.711 15.643 15.643 0 0 0 1.474-3.659v-6.343a12.912 12.912 0 0 0-.895-2.79 8.583 8.583 0 0 0-1.526-2.421 6.603 6.603 0 0 0-2.29-1.71c-.912-.422-1.983-.633-3.211-.633-1.334 0-2.483.281-3.448.843a6.718 6.718 0 0 0-2.342 2.263c-.597.948-1.044 2.053-1.343 3.317a18.215 18.215 0 0 0-.421 4Zm-28.636-7.922V66.98h-4.869V38.502h4.606l.263 6.08Zm-1.158 7.08-2.027-.08c.018-1.947.307-3.745.869-5.395.561-1.667 1.351-3.114 2.369-4.343a10.545 10.545 0 0 1 3.632-2.842c1.421-.684 2.991-1.027 4.711-1.027 1.404 0 2.667.194 3.79.58a6.87 6.87 0 0 1 2.869 1.79c.807.824 1.421 1.894 1.842 3.21.421 1.299.632 2.887.632 4.764V66.98h-4.895V48.267c0-1.492-.22-2.685-.658-3.58-.439-.912-1.08-1.57-1.922-1.974-.842-.421-1.877-.632-3.106-.632-1.21 0-2.316.255-3.316.764a7.935 7.935 0 0 0-2.553 2.105 10.6 10.6 0 0 0-1.658 3.08 11.254 11.254 0 0 0-.579 3.632Zm-11.528-13.16V66.98h-4.896V38.502h4.896Zm-5.264-7.554c0-.79.237-1.456.711-2 .491-.544 1.21-.816 2.158-.816.93 0 1.64.272 2.132.816.509.544.763 1.21.763 2 0 .755-.254 1.404-.763 1.948-.492.526-1.202.79-2.132.79-.948 0-1.667-.264-2.158-.79-.474-.544-.711-1.193-.711-1.948Zm-13.423 12.028V66.98h-4.869V38.502h4.737l.132 4.474Zm8.896-4.632-.026 4.527a7.044 7.044 0 0 0-1.158-.158 12.317 12.317 0 0 0-1.211-.053c-1.123 0-2.114.176-2.974.527a6.15 6.15 0 0 0-2.185 1.474 7.1 7.1 0 0 0-1.421 2.263 10.89 10.89 0 0 0-.658 2.843l-1.369.79c0-1.72.167-3.334.5-4.843.351-1.51.887-2.843 1.606-4.001.719-1.176 1.632-2.088 2.737-2.737 1.123-.667 2.457-1 4.001-1 .351 0 .754.043 1.211.131.456.07.772.15.947.237ZM654.828 60.4V38.502h4.896V66.98h-4.659l-.237-6.58Zm.921-6 2.027-.053c0 1.895-.202 3.65-.605 5.264-.386 1.596-1.018 2.982-1.895 4.158-.878 1.176-2.027 2.097-3.448 2.764-1.422.649-3.15.973-5.185.973-1.387 0-2.659-.201-3.817-.605a7.634 7.634 0 0 1-2.948-1.869c-.824-.842-1.465-1.938-1.921-3.29-.439-1.35-.658-2.974-.658-4.869V38.502h4.869v18.424c0 1.28.141 2.342.421 3.185.299.824.693 1.482 1.185 1.974.509.473 1.07.807 1.684 1 .632.193 1.281.29 1.948.29 2.07 0 3.711-.396 4.922-1.185a6.75 6.75 0 0 0 2.605-3.237c.544-1.37.816-2.887.816-4.554Zm-24.056-15.898v3.737h-15.397v-3.737h15.397Zm-10.186-6.922h4.869v28.346c0 .965.149 1.694.448 2.185.298.491.684.816 1.158.974.473.158.982.236 1.526.236.404 0 .825-.035 1.264-.105.456-.087.798-.158 1.026-.21l.026 3.974c-.386.123-.895.237-1.526.342-.614.123-1.36.184-2.237.184-1.194 0-2.29-.237-3.29-.71-1.001-.474-1.799-1.264-2.395-2.369-.579-1.123-.869-2.632-.869-4.527V31.58Zm-18.556 31.926c1.158 0 2.229-.237 3.211-.71a6.617 6.617 0 0 0 2.422-1.949 5.43 5.43 0 0 0 1.079-2.868h4.632c-.088 1.684-.658 3.255-1.711 4.71-1.035 1.44-2.395 2.607-4.079 3.501-1.685.878-3.536 1.316-5.554 1.316-2.14 0-4.009-.377-5.606-1.131-1.579-.755-2.895-1.79-3.948-3.106-1.035-1.316-1.816-2.825-2.342-4.527-.509-1.72-.763-3.536-.763-5.448v-1.106c0-1.912.254-3.72.763-5.422.526-1.72 1.307-3.237 2.342-4.553 1.053-1.316 2.369-2.351 3.948-3.106 1.597-.754 3.466-1.132 5.606-1.132 2.229 0 4.176.457 5.843 1.37 1.667.894 2.975 2.122 3.922 3.684.965 1.544 1.491 3.299 1.579 5.264h-4.632c-.088-1.176-.421-2.237-1-3.185a6.244 6.244 0 0 0-2.316-2.263c-.965-.58-2.097-.869-3.396-.869-1.491 0-2.746.298-3.763.895a6.585 6.585 0 0 0-2.395 2.369c-.58.982-1.001 2.08-1.264 3.29a18.142 18.142 0 0 0-.368 3.658v1.106c0 1.245.123 2.474.368 3.684.246 1.211.658 2.308 1.237 3.29a6.883 6.883 0 0 0 2.395 2.37c1.018.578 2.281.868 3.79.868Zm-23.924-1.396V47.45c0-1.122-.228-2.096-.685-2.92-.438-.843-1.105-1.492-2-1.949-.895-.456-2-.684-3.316-.684-1.229 0-2.308.21-3.238.632-.912.421-1.631.974-2.158 1.658-.509.684-.763 1.421-.763 2.21h-4.869c0-1.017.263-2.026.789-3.026.527-1 1.281-1.904 2.264-2.71 1-.825 2.193-1.475 3.579-1.949 1.404-.49 2.966-.737 4.685-.737 2.071 0 3.896.352 5.475 1.053 1.597.702 2.842 1.764 3.737 3.185.913 1.404 1.369 3.167 1.369 5.29V60.77c0 .947.079 1.956.237 3.026.175 1.07.43 1.992.763 2.764v.421h-5.08c-.245-.562-.438-1.307-.579-2.237a18.09 18.09 0 0 1-.21-2.632Zm.842-12.396.053 3.422H575c-1.386 0-2.624.114-3.711.342-1.088.21-2.001.535-2.738.974-.737.438-1.298.991-1.684 1.658-.386.65-.579 1.412-.579 2.29 0 .895.202 1.71.605 2.447.404.737 1.009 1.325 1.816 1.764.825.421 1.834.632 3.027.632 1.492 0 2.807-.316 3.948-.948 1.141-.632 2.044-1.404 2.711-2.316.684-.913 1.053-1.799 1.105-2.658l2.08 2.342c-.123.737-.457 1.553-1 2.448-.544.895-1.273 1.755-2.185 2.58-.895.806-1.965 1.482-3.211 2.026-1.228.526-2.614.79-4.159.79-1.93 0-3.623-.378-5.079-1.132-1.439-.755-2.562-1.764-3.369-3.027-.79-1.281-1.185-2.711-1.185-4.29 0-1.527.299-2.87.895-4.027a7.78 7.78 0 0 1 2.58-2.922c1.123-.79 2.474-1.386 4.053-1.79 1.579-.403 3.342-.605 5.29-.605h5.659Zm-29.11 17.266h-4.869V35.501c0-2.052.369-3.78 1.106-5.184.754-1.422 1.833-2.492 3.237-3.212 1.404-.736 3.071-1.105 5.001-1.105.561 0 1.123.035 1.684.105.579.07 1.141.176 1.685.316l-.264 3.974a8.05 8.05 0 0 0-1.263-.184 17.825 17.825 0 0 0-1.369-.052c-1.035 0-1.93.21-2.684.631-.737.404-1.299 1-1.685 1.79-.386.79-.579 1.763-.579 2.922V66.98Zm6.054-28.478v3.737h-15.424v-3.737h15.424ZM531.177 60.4V38.502h4.896V66.98h-4.659l-.237-6.58Zm.921-6 2.027-.053c0 1.895-.202 3.65-.605 5.264-.386 1.596-1.018 2.982-1.895 4.158-.878 1.176-2.027 2.097-3.448 2.764-1.422.649-3.15.973-5.185.973-1.386 0-2.659-.201-3.817-.605a7.623 7.623 0 0 1-2.947-1.869c-.825-.842-1.466-1.938-1.922-3.29-.438-1.35-.658-2.974-.658-4.869V38.502h4.869v18.424c0 1.28.141 2.342.421 3.185.299.824.694 1.482 1.185 1.974.509.473 1.07.807 1.684 1 .632.193 1.281.29 1.948.29 2.071 0 3.711-.396 4.922-1.185a6.751 6.751 0 0 0 2.606-3.237c.543-1.37.815-2.887.815-4.554Zm-43.269-9.818V66.98h-4.87V38.502h4.606l.264 6.08Zm-1.158 7.08-2.027-.08c.017-1.947.307-3.745.868-5.395.562-1.667 1.352-3.114 2.369-4.343a10.563 10.563 0 0 1 3.632-2.842c1.422-.684 2.992-1.027 4.712-1.027 1.403 0 2.667.194 3.79.58a6.87 6.87 0 0 1 2.869 1.79c.807.824 1.421 1.894 1.842 3.21.421 1.299.632 2.887.632 4.764V66.98h-4.896V48.267c0-1.492-.219-2.685-.658-3.58-.438-.912-1.079-1.57-1.921-1.974-.842-.421-1.878-.632-3.106-.632-1.211 0-2.316.255-3.316.764a7.924 7.924 0 0 0-2.553 2.105 10.576 10.576 0 0 0-1.658 3.08 11.254 11.254 0 0 0-.579 3.632Zm-16.24 10.448V47.45c0-1.122-.228-2.096-.684-2.92-.439-.843-1.106-1.492-2-1.949-.895-.456-2.001-.684-3.317-.684-1.228 0-2.307.21-3.237.632-.913.421-1.632.974-2.158 1.658-.509.684-.764 1.421-.764 2.21h-4.869c0-1.017.263-2.026.79-3.026.526-1 1.281-1.904 2.263-2.71 1-.825 2.194-1.475 3.58-1.949 1.404-.49 2.965-.737 4.685-.737 2.07 0 3.895.352 5.474 1.053 1.597.702 2.843 1.764 3.738 3.185.912 1.404 1.368 3.167 1.368 5.29V60.77c0 .947.079 1.956.237 3.026.176 1.07.43 1.992.764 2.764v.421h-5.08c-.246-.562-.439-1.307-.579-2.237a17.96 17.96 0 0 1-.211-2.632Zm.842-12.396.053 3.422h-4.922c-1.386 0-2.623.114-3.711.342-1.088.21-2 .535-2.737.974-.737.438-1.299.991-1.685 1.658-.386.65-.579 1.412-.579 2.29 0 .895.202 1.71.606 2.447.403.737 1.009 1.325 1.816 1.764.824.421 1.833.632 3.027.632 1.491 0 2.807-.316 3.948-.948 1.14-.632 2.044-1.404 2.711-2.316.684-.913 1.052-1.799 1.105-2.658l2.079 2.342c-.123.737-.456 1.553-1 2.448s-1.272 1.755-2.184 2.58c-.895.806-1.966 1.482-3.212 2.026-1.228.526-2.614.79-4.158.79-1.93 0-3.623-.378-5.08-1.132-1.439-.755-2.562-1.764-3.369-3.027-.789-1.281-1.184-2.711-1.184-4.29 0-1.527.298-2.87.895-4.027a7.768 7.768 0 0 1 2.579-2.922c1.123-.79 2.474-1.386 4.053-1.79 1.58-.403 3.343-.605 5.291-.605h5.658Zm-62.351-21.056h4.921L427.398 59.9l12.528-31.242h4.948L429.293 66.98h-3.843l-15.528-38.322Zm-1.606 0h4.343l.711 23.372v14.95h-5.054V28.658Zm33.795 0h4.343V66.98H441.4V52.03l.711-23.372Z\" fill=\"#1B1F20\"/><defs><clipPath id=\"a\"><path fill=\"#fff\" transform=\"translate(23 20)\" d=\"M0 0h352v118H0z\"/></clipPath></defs></svg>',withExternalLayout:true})}),isDisplayed4()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8qzp5t\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"U2vCugymk\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},variants:{r4LNGBuwj:{backgroundColor:\"rgb(248, 243, 239)\"}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"JiEbFLCCY\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1z0hgf3\",\"data-styles-preset\":\"F87hfN4JZ\",children:\"HOME\"})})})}),className:\"framer-nx3v1x\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"JiEbFLCCY\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":S1mmTGlPo\",webPageId:\"augiA20Il\"},nodeId:\"n2V9DhbaK\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1z0hgf3\",\"data-styles-preset\":\"F87hfN4JZ\",children:\"SERVICES\"})})})}),className:\"framer-1porca7\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"n2V9DhbaK\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"w7Ymi3Uao\"},nodeId:\"Esw6ERzGM\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1z0hgf3\",\"data-styles-preset\":\"F87hfN4JZ\",children:\"ABOUT\"})})})}),className:\"framer-51n1qo\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"Esw6ERzGM\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"vmCx4rC9y\"},nodeId:\"MqUT7jDCT\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1z0hgf3\",\"data-styles-preset\":\"F87hfN4JZ\",children:\"BLOG\"})})})}),className:\"framer-14ggxh8\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"MqUT7jDCT\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":eSrKxsQf_\",webPageId:\"augiA20Il\"},nodeId:\"PpsZz47QP\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1z0hgf3\",\"data-styles-preset\":\"F87hfN4JZ\",children:\"CONTACT\"})})})}),className:\"framer-v9sjox\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"PpsZz47QP\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/in/david-hatch-jr-27988219/\",nodeId:\"hgxU9RZ7B\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-krsxoy framer-utg32z\",\"data-framer-name\":\"LinkedIn\",layoutDependency:layoutDependency,layoutId:\"hgxU9RZ7B\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-f0esf-container\",layoutDependency:layoutDependency,layoutId:\"IJNet_dtK-container\",children:/*#__PURE__*/_jsx(Material,{color:\"rgb(27, 31, 32)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"LinkedIn\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"IJNet_dtK\",layoutId:\"IJNet_dtK\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-S8TA7.framer-utg32z, .framer-S8TA7 .framer-utg32z { display: block; }\",\".framer-S8TA7.framer-cxcfqp { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: 75px; justify-content: space-between; overflow: hidden; padding: 0px 140px 0px 140px; position: relative; width: 1200px; }\",\".framer-S8TA7 .framer-1uhmot4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 70px; min-width: 254px; overflow: visible; padding: 10px 0px 10px 10px; position: relative; width: min-content; }\",\".framer-S8TA7 .framer-15dk8yt { flex: none; height: 40px; overflow: hidden; position: relative; width: 40px; }\",\".framer-S8TA7 .framer-7j4tqn { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(62.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-S8TA7 .framer-1bko9px { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(37.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-S8TA7 .framer-blvjpo, .framer-S8TA7 .framer-n582t8 { aspect-ratio: 2.983050847457627 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); position: relative; text-decoration: none; width: 95px; z-index: 10; }\",\".framer-S8TA7 .framer-76bc4a { aspect-ratio: 4.867924528301887 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 50px); position: relative; text-decoration: none; width: 244px; }\",\".framer-S8TA7 .framer-8qzp5t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-S8TA7 .framer-nx3v1x, .framer-S8TA7 .framer-1porca7, .framer-S8TA7 .framer-51n1qo, .framer-S8TA7 .framer-14ggxh8, .framer-S8TA7 .framer-v9sjox { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-S8TA7 .framer-krsxoy { flex: none; height: 27px; overflow: visible; position: relative; text-decoration: none; width: 27px; }\",\".framer-S8TA7 .framer-f0esf-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-S8TA7 .framer-1uhmot4, .framer-S8TA7 .framer-8qzp5t { gap: 0px; } .framer-S8TA7 .framer-1uhmot4 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-S8TA7 .framer-1uhmot4 > :first-child, .framer-S8TA7 .framer-8qzp5t > :first-child { margin-left: 0px; } .framer-S8TA7 .framer-1uhmot4 > :last-child, .framer-S8TA7 .framer-8qzp5t > :last-child { margin-right: 0px; } .framer-S8TA7 .framer-8qzp5t > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }\",\".framer-S8TA7.framer-v-1upmnqm.framer-cxcfqp { padding: 0px 120px 0px 120px; }\",\".framer-S8TA7.framer-v-1et93eu.framer-cxcfqp { padding: 0px 60px 0px 60px; }\",\".framer-S8TA7.framer-v-1et93eu .framer-8qzp5t { gap: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-S8TA7.framer-v-1et93eu .framer-8qzp5t { gap: 0px; } .framer-S8TA7.framer-v-1et93eu .framer-8qzp5t > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-S8TA7.framer-v-1et93eu .framer-8qzp5t > :first-child { margin-left: 0px; } .framer-S8TA7.framer-v-1et93eu .framer-8qzp5t > :last-child { margin-right: 0px; } }\",\".framer-S8TA7.framer-v-13dr2g7.framer-cxcfqp { flex-direction: column; height: 64px; overflow: visible; padding: 0px; width: 390px; }\",\".framer-S8TA7.framer-v-13dr2g7 .framer-1uhmot4 { cursor: pointer; gap: unset; justify-content: space-between; min-height: unset; min-width: unset; overflow: hidden; padding: 10px 30px 10px 30px; width: 100%; }\",\".framer-S8TA7.framer-v-13dr2g7 .framer-15dk8yt, .framer-S8TA7.framer-v-1bnf3v5 .framer-15dk8yt { height: 44px; order: 1; width: 44px; }\",\".framer-S8TA7.framer-v-13dr2g7 .framer-blvjpo, .framer-S8TA7.framer-v-1bnf3v5 .framer-n582t8 { order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-S8TA7.framer-v-13dr2g7.framer-cxcfqp, .framer-S8TA7.framer-v-13dr2g7 .framer-1uhmot4 { gap: 0px; } .framer-S8TA7.framer-v-13dr2g7.framer-cxcfqp > *, .framer-S8TA7.framer-v-13dr2g7.framer-cxcfqp > :first-child, .framer-S8TA7.framer-v-13dr2g7.framer-cxcfqp > :last-child, .framer-S8TA7.framer-v-13dr2g7 .framer-1uhmot4 > *, .framer-S8TA7.framer-v-13dr2g7 .framer-1uhmot4 > :first-child, .framer-S8TA7.framer-v-13dr2g7 .framer-1uhmot4 > :last-child { margin: 0px; } }\",\".framer-S8TA7.framer-v-1bnf3v5.framer-cxcfqp { flex-direction: column; height: min-content; max-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: visible; padding: 0px; width: 390px; }\",\".framer-S8TA7.framer-v-1bnf3v5 .framer-1uhmot4 { cursor: pointer; gap: unset; justify-content: space-between; min-height: unset; min-width: unset; order: 0; padding: 10px 30px 10px 30px; width: 100%; }\",\".framer-S8TA7.framer-v-1bnf3v5 .framer-7j4tqn, .framer-S8TA7.framer-v-1bnf3v5 .framer-1bko9px { top: calc(50.00000000000002% - 2px / 2); }\",\".framer-S8TA7.framer-v-1bnf3v5 .framer-8qzp5t { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 15px; justify-content: flex-start; order: 1; padding: 20px 30px 20px 30px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-S8TA7.framer-v-1bnf3v5.framer-cxcfqp, .framer-S8TA7.framer-v-1bnf3v5 .framer-1uhmot4, .framer-S8TA7.framer-v-1bnf3v5 .framer-8qzp5t { gap: 0px; } .framer-S8TA7.framer-v-1bnf3v5.framer-cxcfqp > *, .framer-S8TA7.framer-v-1bnf3v5.framer-cxcfqp > :first-child, .framer-S8TA7.framer-v-1bnf3v5.framer-cxcfqp > :last-child, .framer-S8TA7.framer-v-1bnf3v5 .framer-1uhmot4 > *, .framer-S8TA7.framer-v-1bnf3v5 .framer-1uhmot4 > :first-child, .framer-S8TA7.framer-v-1bnf3v5 .framer-1uhmot4 > :last-child { margin: 0px; } .framer-S8TA7.framer-v-1bnf3v5 .framer-8qzp5t > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-S8TA7.framer-v-1bnf3v5 .framer-8qzp5t > :first-child { margin-top: 0px; } .framer-S8TA7.framer-v-1bnf3v5 .framer-8qzp5t > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 75\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"m5OQBsJ8W\":{\"layout\":[\"fixed\",\"fixed\"]},\"BXHHUzYOG\":{\"layout\":[\"fixed\",\"fixed\"]},\"KwcByf9pd\":{\"layout\":[\"fixed\",\"fixed\"]},\"r4LNGBuwj\":{\"layout\":[\"fixed\",\"auto\"],\"constraints\":[null,null,null,\"100vh\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerb0jaToGwQ=withCSS(Component,css,\"framer-S8TA7\");export default Framerb0jaToGwQ;Framerb0jaToGwQ.displayName=\"Nav\";Framerb0jaToGwQ.defaultProps={height:75,width:1200};addPropertyControls(Framerb0jaToGwQ,{variant:{options:[\"c7t1jHD4f\",\"m5OQBsJ8W\",\"BXHHUzYOG\",\"KwcByf9pd\",\"r4LNGBuwj\"],optionTitles:[\"Desktop\",\"Laptop\",\"Tablet\",\"Phone\",\"Phone Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerb0jaToGwQ,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"}]},...MaterialFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerb0jaToGwQ\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"75\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"m5OQBsJ8W\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"BXHHUzYOG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"KwcByf9pd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"r4LNGBuwj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"],\\\"constraints\\\":[null,null,null,\\\"100vh\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./b0jaToGwQ.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Satoshi-medium\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-Black.cyrillic-ext-TU4ITVTR.woff2\",weight:\"900\"},{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-Black.cyrillic-JX7CGTYD.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Black.greek-ext-LS3GCBFI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Black.greek-ZWCJHBP5.woff2\",weight:\"900\"},{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-Black.latin-ext-BZLEUMX6.woff2\",weight:\"900\"},{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-Black.latin-TETRYDF7.woff2\",weight:\"900\"},{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-Black.vietnamese-RXQCC3EJ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-BlackItalic.cyrillic-ext-TRM4ITYR.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-BlackItalic.cyrillic-FPHIQVZS.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-BlackItalic.greek-ext-JTGUUSP5.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-BlackItalic.greek-LUNA3RFO.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-BlackItalic.latin-ext-KU7ICFYH.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-BlackItalic.latin-FRVXWQSB.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-BlackItalic.vietnamese-2Q7MQKJX.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://app.framerstatic.com/Inter-BoldItalic.cyrillic-ext-PEYDHC3S.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://app.framerstatic.com/Inter-BoldItalic.cyrillic-7EIL6JWG.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.greek-ext-3DJOYQMH.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.greek-TJBTLTT7.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://app.framerstatic.com/Inter-BoldItalic.latin-ext-FVPCPRBJ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://app.framerstatic.com/Inter-BoldItalic.latin-5ZFQS4XK.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://app.framerstatic.com/Inter-BoldItalic.vietnamese-W2625PGF.woff2\",weight:\"700\"}]}];export const css=['.framer-OAZwm .framer-styles-preset-sybsjw:not(.rich-text-wrapper), .framer-OAZwm .framer-styles-preset-sybsjw.rich-text-wrapper h2 { --framer-font-family: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.5px; --framer-line-height: 1.1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: #1b1f20; --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1200px) and (min-width: 800px) { .framer-OAZwm .framer-styles-preset-sybsjw:not(.rich-text-wrapper), .framer-OAZwm .framer-styles-preset-sybsjw.rich-text-wrapper h2 { --framer-font-family: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 34px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.5px; --framer-line-height: 1.1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: #1b1f20; --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 799px) and (min-width: 390px) { .framer-OAZwm .framer-styles-preset-sybsjw:not(.rich-text-wrapper), .framer-OAZwm .framer-styles-preset-sybsjw.rich-text-wrapper h2 { --framer-font-family: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 30px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.5px; --framer-line-height: 1.1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: #1b1f20; --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 389px) and (min-width: 0px) { .framer-OAZwm .framer-styles-preset-sybsjw:not(.rich-text-wrapper), .framer-OAZwm .framer-styles-preset-sybsjw.rich-text-wrapper h2 { --framer-font-family: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.5px; --framer-line-height: 1.1em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: #1b1f20; --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-OAZwm\";\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 (139b156)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Satoshi-medium\",\"FS;Satoshi-bold\",\"FS;Satoshi-bold italic\",\"FS;Satoshi-medium italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"},{family:\"Satoshi\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/CDEBEFT2R7XKNGXSBBLZGMY4MMHZG75P/HEVKDGQCYDZ7Z6CDVR2ZQGBCTUD6ZARH/BKWEE3VKGTFABE37K2DTH625VUSN2N35.woff2\",weight:\"700\"},{family:\"Satoshi\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NID3I7RITWZSKXRCJGOCMP5NOADJK6IG/2HLHGD7OBTWCOHW64YXOE5KFXHU4KJHM/ZHME2QIRFR7UPJ47NLY27RCAFY44CKZJ.woff2\",weight:\"500\"}]}];export const css=['.framer-aQnvC .framer-styles-preset-1f5ts0n:not(.rich-text-wrapper), .framer-aQnvC .framer-styles-preset-1f5ts0n.rich-text-wrapper h4 { --framer-font-family: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 22px; --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: -0.5px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: #1b1f20; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 800px) { .framer-aQnvC .framer-styles-preset-1f5ts0n:not(.rich-text-wrapper), .framer-aQnvC .framer-styles-preset-1f5ts0n.rich-text-wrapper h4 { --framer-font-family: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --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: -0.5px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: #1b1f20; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 799px) and (min-width: 0px) { .framer-aQnvC .framer-styles-preset-1f5ts0n:not(.rich-text-wrapper), .framer-aQnvC .framer-styles-preset-1f5ts0n.rich-text-wrapper h4 { --framer-font-family: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 22px; --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: -0.5px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: #1b1f20; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-aQnvC\";\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\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Satoshi-regular\",\"FS;Satoshi-bold\",\"FS;Satoshi-bold italic\",\"FS;Satoshi-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\",weight:\"400\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"},{family:\"Satoshi\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/CDEBEFT2R7XKNGXSBBLZGMY4MMHZG75P/HEVKDGQCYDZ7Z6CDVR2ZQGBCTUD6ZARH/BKWEE3VKGTFABE37K2DTH625VUSN2N35.woff2\",weight:\"700\"},{family:\"Satoshi\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MPIFA4B3XXRNY2MJDGP6GOOOAF6EOCLO/W5E4ZFYPJ3V6JKMBGHB6YMITK6EWS2XA/QOMBWPST76ICDYF6WOBS7SQ7RBT67QW2.woff2\",weight:\"400\"}]}];export const css=['.framer-OvuHx .framer-styles-preset-luj4b2:not(.rich-text-wrapper), .framer-OvuHx .framer-styles-preset-luj4b2.rich-text-wrapper p { --framer-font-family: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Satoshi\", \"Satoshi Placeholder\", sans-serif; --framer-font-family-italic: \"Satoshi\", \"Satoshi 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: 1.6em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #1b1f20; --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-OvuHx\";\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 (6124c77)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"UCo6_KyM9\"];const serializationHash=\"framer-w4wnm\";const variantClassNames={UCo6_KyM9:\"framer-v-1lfb75c\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"UCo6_KyM9\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1lfb75c\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"UCo6_KyM9\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-15zci12\",\"data-framer-name\":\"triangle\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"UwzKiMv0n\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 18 18\"><path d=\"M 17.5 2.551 L 2.539 17.547 C 1.601 18.487 0 17.82 0 16.49 L 0 1.494 C 0 0.669 0.666 0 1.488 0 L 16.449 0 C 17.775 0 18.439 1.61 17.5 2.551 Z\" fill=\"rgb(152,30,30)\"></path></svg>',svgContentId:3692198322,withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-w4wnm.framer-1d2rjsh, .framer-w4wnm .framer-1d2rjsh { display: block; }\",\".framer-w4wnm.framer-1lfb75c { height: 18px; overflow: hidden; position: relative; width: 18px; }\",\".framer-w4wnm .framer-15zci12 { flex: none; height: 18px; left: calc(50.00000000000002% - 18px / 2); position: absolute; top: calc(50.00000000000002% - 18px / 2); width: 18px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 18\n * @framerIntrinsicWidth 18\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerWfEadBcpN=withCSS(Component,css,\"framer-w4wnm\");export default FramerWfEadBcpN;FramerWfEadBcpN.displayName=\"Triangle\";FramerWfEadBcpN.defaultProps={height:18,width:18};addFonts(FramerWfEadBcpN,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWfEadBcpN\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"18\",\"framerIntrinsicWidth\":\"18\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./WfEadBcpN.map", "import{jsx as _jsx}from\"react/jsx-runtime\";export function withoutToast(Component){return props=>{const copyEmail=()=>{const email=\"david@hatchmanufacturingsolutions.com\";navigator.clipboard.writeText(email);};return /*#__PURE__*/_jsx(Component,{...props,onClick:copyEmail});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withoutToast\":{\"type\":\"reactHoc\",\"name\":\"withoutToast\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CopyEmail.map", "// Generated by Framer (139b156)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{withoutToast}from\"https://framerusercontent.com/modules/a4jrzrN67V7jmeidvbDg/fY1kdnh3MAe4D9OIH2O3/CopyEmail.js\";const MotionDivWithoutToast=withoutToast(motion.div);const cycleOrder=[\"y5Sh4g4gh\",\"yg9ORerFB\"];const serializationHash=\"framer-VRgBt\";const variantClassNames={y5Sh4g4gh:\"framer-v-10mihcd\",yg9ORerFB:\"framer-v-ulhwwi\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 2\":\"yg9ORerFB\",Default:\"y5Sh4g4gh\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"y5Sh4g4gh\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"y5Sh4g4gh\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapqomi4y=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"yg9ORerFB\");});const onAppear1b8khjn=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"y5Sh4g4gh\"),2500);});useOnVariantChange(baseVariant,{yg9ORerFB:onAppear1b8khjn});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"yg9ORerFB\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"yg9ORerFB\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(MotionDivWithoutToast,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-10mihcd\",className,classNames),\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"y5Sh4g4gh\",onTap:onTapqomi4y,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(152, 30, 30)\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50,...style},...addPropertyOverrides({yg9ORerFB:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mro0m6\",layoutDependency:layoutDependency,layoutId:\"sp6ZOlRLJ\",children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1wqrekf\",\"data-framer-name\":\"Done outline\",fill:\"black\",intrinsicHeight:67,intrinsicWidth:67,layoutDependency:layoutDependency,layoutId:\"eTPyA5HPH\",svg:'<svg width=\"67\" height=\"67\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><mask id=\"a\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"67\" height=\"67\"><path fill=\"#D9D9D9\" d=\"M0 0h67v67H0z\"/></mask><g mask=\"url(#a)\"><path d=\"m26.59 50.25 29.592-29.592-3.978-3.908-25.683 25.614-11.795-11.865-3.978 3.978L26.591 50.25Zm0 7.886L2.932 34.477l11.795-11.864 11.865 11.864L52.135 8.864l12.004 11.724L26.59 58.136Z\" fill=\"#FFFEFD\"/></g></svg>',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1vd7gjf\",\"data-framer-name\":\"Content copy\",fill:\"black\",intrinsicHeight:68,intrinsicWidth:68,layoutDependency:layoutDependency,layoutId:\"ER4n153NJ\",svg:'<svg width=\"68\" height=\"68\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><mask id=\"a\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"68\" height=\"68\"><path fill=\"#D9D9D9\" d=\"M0 0h67.229v67.229H0z\"/></mask><g mask=\"url(#a)\"><path d=\"M25.21 50.422c-1.54 0-2.859-.549-3.956-1.646s-1.646-2.416-1.646-3.957V11.205c0-1.54.549-2.86 1.646-3.957s2.416-1.646 3.957-1.646h25.21c1.541 0 2.86.549 3.957 1.646s1.646 2.416 1.646 3.957v33.614c0 1.54-.549 2.86-1.646 3.957s-2.416 1.646-3.956 1.646H25.21Zm0-5.603h25.212V11.205H25.21v33.614ZM14.007 61.626c-1.54 0-2.86-.548-3.957-1.645s-1.645-2.416-1.645-3.957V16.807h5.602v39.217H44.82v5.602H14.006Z\" fill=\"#FFFEFD\"/></g></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 254, 253))\"},children:\"david@hatchmanufacturingsolutions.com\"})}),className:\"framer-1m5msfq\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"QMbB3jn2t\",style:{\"--extracted-r6o4lv\":\"rgb(255, 254, 253)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({yg9ORerFB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 254, 253))\"},children:\"Success! Email address has been copied.\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-VRgBt.framer-4b6wcx, .framer-VRgBt .framer-4b6wcx { display: block; }\",\".framer-VRgBt.framer-10mihcd { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 22px; justify-content: center; overflow: visible; padding: 18px 14px 18px 14px; position: relative; width: min-content; }\",\".framer-VRgBt .framer-mro0m6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-VRgBt .framer-1wqrekf, .framer-VRgBt .framer-1vd7gjf { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 22px); position: relative; width: 22px; }\",\".framer-VRgBt .framer-1m5msfq { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-VRgBt.framer-10mihcd, .framer-VRgBt .framer-mro0m6 { gap: 0px; } .framer-VRgBt.framer-10mihcd > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-VRgBt.framer-10mihcd > :first-child, .framer-VRgBt .framer-mro0m6 > :first-child { margin-left: 0px; } .framer-VRgBt.framer-10mihcd > :last-child, .framer-VRgBt .framer-mro0m6 > :last-child { margin-right: 0px; } .framer-VRgBt .framer-mro0m6 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } }\",\".framer-VRgBt.framer-v-ulhwwi.framer-10mihcd { height: 36px; justify-content: flex-start; min-width: 353px; }\",\".framer-VRgBt.framer-v-ulhwwi .framer-mro0m6 { justify-content: flex-start; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 36\n * @framerIntrinsicWidth 353\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"yg9ORerFB\":{\"layout\":[\"auto\",\"fixed\"],\"constraints\":[\"353px\",null,null,null]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerBtTnlnYFi=withCSS(Component,css,\"framer-VRgBt\");export default FramerBtTnlnYFi;FramerBtTnlnYFi.displayName=\"CopyEmailButton\";FramerBtTnlnYFi.defaultProps={height:36,width:353};addPropertyControls(FramerBtTnlnYFi,{variant:{options:[\"y5Sh4g4gh\",\"yg9ORerFB\"],optionTitles:[\"Default\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerBtTnlnYFi,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBtTnlnYFi\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"36\",\"framerIntrinsicWidth\":\"353\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"yg9ORerFB\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"353px\\\",null,null,null]}}}\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./BtTnlnYFi.map", "// Generated by Framer (139b156)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{withoutToast}from\"https://framerusercontent.com/modules/a4jrzrN67V7jmeidvbDg/fY1kdnh3MAe4D9OIH2O3/CopyEmail.js\";const MotionDivWithoutToast=withoutToast(motion.div);const cycleOrder=[\"UPrOGul5K\",\"w7pTcvQX1\"];const serializationHash=\"framer-K8Onk\";const variantClassNames={UPrOGul5K:\"framer-v-t2edwi\",w7pTcvQX1:\"framer-v-10j2b4h\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 2\":\"w7pTcvQX1\",Default:\"UPrOGul5K\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"UPrOGul5K\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"UPrOGul5K\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap7dmoie=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"w7pTcvQX1\");});const onAppearr4m9g8=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"UPrOGul5K\"),2500);});useOnVariantChange(baseVariant,{w7pTcvQX1:onAppearr4m9g8});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"w7pTcvQX1\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"w7pTcvQX1\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(MotionDivWithoutToast,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-t2edwi\",className,classNames),\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"UPrOGul5K\",onTap:onTap7dmoie,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(152, 30, 30)\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50,...style},...addPropertyOverrides({w7pTcvQX1:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1c9dvd3\",layoutDependency:layoutDependency,layoutId:\"pXWW_t6i7\",children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-b3smnt\",\"data-framer-name\":\"Done outline\",fill:\"black\",intrinsicHeight:67,intrinsicWidth:67,layoutDependency:layoutDependency,layoutId:\"ncV4NGFuV\",svg:'<svg width=\"67\" height=\"67\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><mask id=\"a\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"67\" height=\"67\"><path fill=\"#D9D9D9\" d=\"M0 0h67v67H0z\"/></mask><g mask=\"url(#a)\"><path d=\"m26.59 50.25 29.592-29.592-3.978-3.908-25.683 25.614-11.795-11.865-3.978 3.978L26.591 50.25Zm0 7.886L2.932 34.477l11.795-11.864 11.865 11.864L52.135 8.864l12.004 11.724L26.59 58.136Z\" fill=\"#FFFEFD\"/></g></svg>',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-10x2pw8\",\"data-framer-name\":\"Content copy\",fill:\"black\",intrinsicHeight:68,intrinsicWidth:68,layoutDependency:layoutDependency,layoutId:\"Pn3rvkAVx\",svg:'<svg width=\"68\" height=\"68\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><mask id=\"a\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"68\" height=\"68\"><path fill=\"#D9D9D9\" d=\"M0 0h67.229v67.229H0z\"/></mask><g mask=\"url(#a)\"><path d=\"M25.21 50.422c-1.54 0-2.859-.549-3.956-1.646s-1.646-2.416-1.646-3.957V11.205c0-1.54.549-2.86 1.646-3.957s2.416-1.646 3.957-1.646h25.21c1.541 0 2.86.549 3.957 1.646s1.646 2.416 1.646 3.957v33.614c0 1.54-.549 2.86-1.646 3.957s-2.416 1.646-3.956 1.646H25.21Zm0-5.603h25.212V11.205H25.21v33.614ZM14.007 61.626c-1.54 0-2.86-.548-3.957-1.645s-1.645-2.416-1.645-3.957V16.807h5.602v39.217H44.82v5.602H14.006Z\" fill=\"#FFFEFD\"/></g></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 254, 253))\"},children:\"david@hatchmanufacturingsolutions.com\"})}),className:\"framer-vf7jwi\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"cy_dAeBpI\",style:{\"--extracted-r6o4lv\":\"rgb(255, 254, 253)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({w7pTcvQX1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 254, 253))\"},children:\"Success! Email address has been copied.\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-K8Onk.framer-w5o20k, .framer-K8Onk .framer-w5o20k { display: block; }\",\".framer-K8Onk.framer-t2edwi { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 22px; justify-content: center; overflow: visible; padding: 18px 12px 18px 12px; position: relative; width: min-content; }\",\".framer-K8Onk .framer-1c9dvd3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-K8Onk .framer-b3smnt, .framer-K8Onk .framer-10x2pw8 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 22px); position: relative; width: 22px; }\",\".framer-K8Onk .framer-vf7jwi { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-K8Onk.framer-t2edwi, .framer-K8Onk .framer-1c9dvd3 { gap: 0px; } .framer-K8Onk.framer-t2edwi > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-K8Onk.framer-t2edwi > :first-child, .framer-K8Onk .framer-1c9dvd3 > :first-child { margin-left: 0px; } .framer-K8Onk.framer-t2edwi > :last-child, .framer-K8Onk .framer-1c9dvd3 > :last-child { margin-right: 0px; } .framer-K8Onk .framer-1c9dvd3 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } }\",\".framer-K8Onk.framer-v-10j2b4h.framer-t2edwi { height: 36px; justify-content: flex-start; min-width: 330px; }\",\".framer-K8Onk.framer-v-10j2b4h .framer-1c9dvd3 { justify-content: flex-start; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 36\n * @framerIntrinsicWidth 330\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"w7pTcvQX1\":{\"layout\":[\"auto\",\"fixed\"],\"constraints\":[\"330px\",null,null,null]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameriWxfB4DLa=withCSS(Component,css,\"framer-K8Onk\");export default FrameriWxfB4DLa;FrameriWxfB4DLa.displayName=\"CopyEmailButton - Mobile\";FrameriWxfB4DLa.defaultProps={height:36,width:330};addPropertyControls(FrameriWxfB4DLa,{variant:{options:[\"UPrOGul5K\",\"w7pTcvQX1\"],optionTitles:[\"Default\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameriWxfB4DLa,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameriWxfB4DLa\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"330\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"36\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"w7pTcvQX1\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"],\\\"constraints\\\":[\\\"330px\\\",null,null,null]}}}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./iWxfB4DLa.map", "// Generated by Framer (139b156)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/n7sdHKsLXBhcandqHJ3k/by8ohsQRmDCMbGOum0sW/L5X8fVuif.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/b7xIEQYcal9Zo9u27Lju/389jy9g87TEECuAerXKV/tz_AT9b0o.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/StTe97VJ6stlmIac4hw0/SQwc9vN94n12zlHB6Xk5/uMVIH8Jqc.js\";import CopyEmailButton from\"https://framerusercontent.com/modules/dRFinflSOSji2mHAoFMi/D2y3Xcd5mXoyoQVShVXN/BtTnlnYFi.js\";import CopyEmailButtonMobile from\"https://framerusercontent.com/modules/vcVq3ZtmX3zABOsfAXbV/OorUvBNJnzvcCTdvr2Gm/iWxfB4DLa.js\";import Triangle from\"https://framerusercontent.com/modules/HPiLHbvqHqEDAz30MHQz/D27uIL2XcxWb0ygH42Cl/WfEadBcpN.js\";const TriangleFonts=getFonts(Triangle);const CopyEmailButtonMobileFonts=getFonts(CopyEmailButtonMobile);const CopyEmailButtonFonts=getFonts(CopyEmailButton);const cycleOrder=[\"JnJoC_l0h\",\"RIjSJvUz8\",\"GeQds1kIj\",\"HOcV7YZam\"];const serializationHash=\"framer-wlBfV\";const variantClassNames={GeQds1kIj:\"framer-v-1wup9y3\",HOcV7YZam:\"framer-v-1j8mt11\",JnJoC_l0h:\"framer-v-1l7pzm0\",RIjSJvUz8:\"framer-v-iukckw\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"JnJoC_l0h\",Laptop:\"RIjSJvUz8\",Phone:\"HOcV7YZam\",Tablet:\"GeQds1kIj\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"JnJoC_l0h\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"JnJoC_l0h\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"HOcV7YZam\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"HOcV7YZam\")return false;return true;};const isDisplayed2=()=>{if([\"GeQds1kIj\",\"HOcV7YZam\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1l7pzm0\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"JnJoC_l0h\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(248, 243, 239)\",...style},...addPropertyOverrides({GeQds1kIj:{\"data-framer-name\":\"Tablet\"},HOcV7YZam:{\"data-framer-name\":\"Phone\"},RIjSJvUz8:{\"data-framer-name\":\"Laptop\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bv5426\",layoutDependency:layoutDependency,layoutId:\"eAutrYaYM\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1jn22ay\",layoutDependency:layoutDependency,layoutId:\"Z4Y9FLMwF\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qbtcyd\",layoutDependency:layoutDependency,layoutId:\"VmLHFGo3q\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:18,width:\"18px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||811)-86-492.8)/2)+0+100+0+0+0,...addPropertyOverrides({GeQds1kIj:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(38+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-91-938.8)/2)+0+398.8+200+0+0+0},HOcV7YZam:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(38+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-91-858)/2)+0+398.8+164+0+0+0},RIjSJvUz8:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(38+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||769)-91-445.8)/2)+0+0+66+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-br1t2u-container\",layoutDependency:layoutDependency,layoutId:\"qraI1vppi-container\",children:/*#__PURE__*/_jsx(Triangle,{height:\"100%\",id:\"qraI1vppi\",layoutId:\"qraI1vppi\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h3,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0gaXRhbGlj\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"33px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(152, 30, 30))\"},children:[\"Full Service & Global \",/*#__PURE__*/_jsx(motion.br,{}),\"Electronic Manufacturing Solutions\"]})}),className:\"framer-1mdx7m9\",fonts:[\"FS;Satoshi-medium italic\"],layoutDependency:layoutDependency,layoutId:\"Lnf3UKWRN\",style:{\"--extracted-a0htzi\":\"rgb(152, 30, 30)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({GeQds1kIj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h3,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0gaXRhbGlj\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(152, 30, 30))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"31px\"},children:\"Full Service & Global \"}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"31px\"},children:/*#__PURE__*/_jsx(motion.br,{})}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"31px\"},children:\"Electronic Manufacturing Solutions\"})]})})},HOcV7YZam:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h3,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0gaXRhbGlj\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(152, 30, 30))\"},children:[\"Full Service & Global \",/*#__PURE__*/_jsx(motion.br,{}),\"Electronic Manufacturing Solutions\"]})})},RIjSJvUz8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h3,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0gaXRhbGlj\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(152, 30, 30))\"},children:[/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"31px\"},children:\"Full Service & Global \"}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"31px\"},children:/*#__PURE__*/_jsx(motion.br,{})}),/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-font-size\":\"31px\"},children:\"Electronic Manufacturing Solutions\"})]})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10vu1zu\",layoutDependency:layoutDependency,layoutId:\"zfVdWMoA1\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-ckl7lv\",\"data-framer-name\":\"hatch_manufacturing_logo\",fill:\"black\",intrinsicHeight:159,intrinsicWidth:774,layoutDependency:layoutDependency,layoutId:\"RVuGZUaCF\",svg:'<svg width=\"774\" height=\"159\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#a)\"><path d=\"M64.682 20v48.737H47.294V20H23v118h24.294V90.81h17.388V138h24.294V20H64.682Z\" fill=\"#1B1F20\"/><path d=\"M350.682 20v48.737h-17.364V20h-24.294v118h24.294V90.81h17.364V138H375V20h-24.318Zm-198.387-.048h-37.673L96.124 138h25.84l2.415-21.347h19.633L146.91 138h24.85L152.295 19.952ZM126.697 94l5.047-51.76h3.212L141.187 94h-14.49Zm39.581-74v23.426h17.291V138h24.294V43.426h17.315V20h-58.9Zm83.58 0L231.94 37.72v82.584L249.858 138h29.921l17.267-17.358V87.667h-24.125v28.14h-16.735V41.903h16.518v22.676h24.342V37.624L278.91 20h-29.052Z\" fill=\"#CD3531\"/></g><path d=\"M621.033 123.032c0-.702-.158-1.351-.474-1.948-.298-.614-.921-1.167-1.868-1.658-.93-.509-2.334-.947-4.211-1.316a33.317 33.317 0 0 1-4.291-1.184c-1.263-.457-2.342-1.009-3.237-1.658-.877-.65-1.553-1.413-2.027-2.29-.473-.878-.71-1.904-.71-3.08 0-1.123.245-2.184.737-3.184a8.53 8.53 0 0 1 2.132-2.659c.93-.772 2.044-1.377 3.342-1.816 1.299-.438 2.746-.658 4.343-.658 2.281 0 4.229.404 5.843 1.211 1.614.807 2.851 1.886 3.711 3.237.86 1.334 1.29 2.816 1.29 4.448h-4.869c0-.789-.237-1.553-.711-2.29-.456-.754-1.132-1.377-2.027-1.868-.877-.492-1.956-.737-3.237-.737-1.351 0-2.448.21-3.29.631-.825.404-1.43.922-1.816 1.553a3.917 3.917 0 0 0-.553 2.001c0 .526.088 1 .263 1.421.194.403.527.781 1.001 1.132.473.333 1.14.649 2 .947.86.298 1.956.597 3.29.895 2.334.526 4.255 1.158 5.764 1.895 1.509.737 2.632 1.641 3.369 2.711.737 1.07 1.105 2.369 1.105 3.895 0 1.246-.263 2.387-.789 3.422-.509 1.035-1.255 1.93-2.237 2.685-.965.737-2.124 1.316-3.475 1.737-1.333.403-2.833.605-4.5.605-2.509 0-4.633-.447-6.37-1.342s-3.053-2.053-3.948-3.474c-.895-1.422-1.342-2.922-1.342-4.501h4.895c.071 1.333.457 2.395 1.159 3.185a5.905 5.905 0 0 0 2.579 1.658c1.018.316 2.027.473 3.027.473 1.333 0 2.447-.175 3.342-.526.913-.351 1.606-.833 2.08-1.448.473-.614.71-1.316.71-2.105Zm-41.506-14.845v22.399h-4.869v-28.478h4.606l.263 6.079Zm-1.158 7.081-2.027-.079c.018-1.948.307-3.747.869-5.396.561-1.667 1.351-3.115 2.369-4.343a10.536 10.536 0 0 1 3.632-2.842c1.421-.685 2.991-1.027 4.711-1.027 1.404 0 2.667.193 3.79.579a6.874 6.874 0 0 1 2.869 1.79c.807.825 1.421 1.895 1.842 3.211.421 1.298.632 2.886.632 4.764v18.661h-4.896v-18.714c0-1.491-.219-2.684-.658-3.579-.438-.913-1.079-1.571-1.921-1.974-.842-.421-1.877-.632-3.106-.632-1.21 0-2.316.255-3.316.763a7.926 7.926 0 0 0-2.553 2.106 10.576 10.576 0 0 0-1.658 3.079 11.261 11.261 0 0 0-.579 3.633Zm-35.743 1.394v-.605c0-2.053.299-3.957.895-5.711.597-1.773 1.457-3.308 2.58-4.606a11.508 11.508 0 0 1 4.079-3.053c1.597-.737 3.387-1.106 5.37-1.106 2 0 3.798.369 5.395 1.106a11.448 11.448 0 0 1 4.106 3.053c1.141 1.298 2.009 2.833 2.606 4.606.596 1.754.895 3.658.895 5.711v.605c0 2.053-.299 3.957-.895 5.712-.597 1.755-1.465 3.29-2.606 4.606a11.943 11.943 0 0 1-4.08 3.053c-1.579.719-3.369 1.079-5.369 1.079-2 0-3.799-.36-5.395-1.079a12.207 12.207 0 0 1-4.106-3.053c-1.123-1.316-1.983-2.851-2.58-4.606-.596-1.755-.895-3.659-.895-5.712Zm4.87-.605v.605c0 1.422.166 2.764.5 4.027.333 1.246.833 2.352 1.5 3.317a7.594 7.594 0 0 0 2.553 2.29c1.018.543 2.202.815 3.553.815 1.334 0 2.501-.272 3.501-.815a7.352 7.352 0 0 0 2.526-2.29c.667-.965 1.167-2.071 1.501-3.317.351-1.263.526-2.605.526-4.027v-.605c0-1.404-.175-2.728-.526-3.974-.334-1.264-.843-2.378-1.527-3.343a7.265 7.265 0 0 0-2.527-2.316c-1-.561-2.175-.842-3.526-.842-1.334 0-2.51.281-3.527.842a7.584 7.584 0 0 0-2.527 2.316c-.667.965-1.167 2.079-1.5 3.343a15.29 15.29 0 0 0-.5 3.974Zm-11.397-13.949v28.478h-4.895v-28.478h4.895Zm-5.264-7.554c0-.79.237-1.457.711-2 .491-.544 1.211-.817 2.158-.817.93 0 1.641.273 2.132.817.509.543.763 1.21.763 2a2.75 2.75 0 0 1-.763 1.947c-.491.527-1.202.79-2.132.79-.947 0-1.667-.263-2.158-.79-.474-.544-.711-1.193-.711-1.947Zm-5.738 7.554v3.737H509.7v-3.737h15.397Zm-10.185-6.923h4.869v28.347c0 .965.149 1.693.447 2.184.298.492.684.816 1.158.974a4.8 4.8 0 0 0 1.527.237c.403 0 .824-.035 1.263-.105a31.28 31.28 0 0 0 1.027-.211l.026 3.975c-.386.122-.895.237-1.527.342-.614.123-1.359.184-2.237.184-1.193 0-2.29-.237-3.29-.711-1-.473-1.798-1.263-2.395-2.368-.579-1.123-.868-2.632-.868-4.527v-28.32Zm-14.055 28.821v-21.898h4.895v28.478h-4.658l-.237-6.58Zm.921-6.001 2.027-.053c0 1.895-.202 3.65-.606 5.264-.386 1.597-1.017 2.983-1.895 4.159-.877 1.175-2.026 2.096-3.448 2.763-1.421.649-3.149.974-5.185.974-1.386 0-2.658-.202-3.816-.605a7.641 7.641 0 0 1-2.948-1.869c-.824-.842-1.465-1.939-1.921-3.29-.439-1.351-.658-2.974-.658-4.869v-18.371h4.869v18.423c0 1.281.14 2.343.421 3.185.298.825.693 1.483 1.185 1.974.508.474 1.07.807 1.684 1 .632.193 1.281.29 1.948.29 2.07 0 3.711-.395 4.922-1.185a6.749 6.749 0 0 0 2.605-3.237c.544-1.369.816-2.886.816-4.553Zm-26.162-27.847v40.428h-4.895V90.158h4.895Zm-37.321 26.504v-.605c0-2.053.298-3.957.895-5.711.596-1.773 1.456-3.308 2.579-4.606a11.508 11.508 0 0 1 4.079-3.053c1.597-.737 3.387-1.106 5.37-1.106 2 0 3.799.369 5.395 1.106a11.439 11.439 0 0 1 4.106 3.053c1.141 1.298 2.009 2.833 2.606 4.606.596 1.754.895 3.658.895 5.711v.605c0 2.053-.299 3.957-.895 5.712-.597 1.755-1.465 3.29-2.606 4.606a11.949 11.949 0 0 1-4.079 3.053c-1.58.719-3.369 1.079-5.37 1.079-2 0-3.798-.36-5.395-1.079a12.207 12.207 0 0 1-4.106-3.053c-1.123-1.316-1.983-2.851-2.579-4.606-.597-1.755-.895-3.659-.895-5.712Zm4.869-.605v.605c0 1.422.167 2.764.5 4.027.333 1.246.833 2.352 1.5 3.317a7.594 7.594 0 0 0 2.553 2.29c1.018.543 2.202.815 3.553.815 1.334 0 2.501-.272 3.501-.815a7.355 7.355 0 0 0 2.527-2.29c.666-.965 1.166-2.071 1.5-3.317.351-1.263.526-2.605.526-4.027v-.605c0-1.404-.175-2.728-.526-3.974-.334-1.264-.842-2.378-1.527-3.343a7.262 7.262 0 0 0-2.526-2.316c-1.001-.561-2.176-.842-3.527-.842-1.334 0-2.509.281-3.527.842a7.584 7.584 0 0 0-2.527 2.316c-.667.965-1.167 2.079-1.5 3.343-.333 1.246-.5 2.57-.5 3.974ZM428.74 120.9c0-.895-.14-1.685-.421-2.369-.263-.702-.737-1.333-1.421-1.895-.667-.561-1.597-1.097-2.79-1.605-1.176-.509-2.667-1.027-4.474-1.553-1.895-.562-3.606-1.185-5.133-1.869-1.526-.702-2.833-1.5-3.921-2.395-1.088-.895-1.922-1.921-2.501-3.079-.579-1.159-.868-2.483-.868-3.975 0-1.491.307-2.869.921-4.132.614-1.263 1.491-2.36 2.632-3.29 1.158-.948 2.535-1.684 4.132-2.21 1.597-.527 3.378-.79 5.343-.79 2.878 0 5.317.552 7.317 1.658 2.018 1.088 3.553 2.518 4.606 4.29 1.053 1.754 1.579 3.632 1.579 5.632h-5.053c0-1.439-.307-2.711-.921-3.816-.615-1.123-1.545-2-2.79-2.632-1.246-.65-2.825-.974-4.738-.974-1.807 0-3.299.272-4.474.816-1.176.544-2.053 1.28-2.632 2.21-.562.93-.843 1.992-.843 3.186 0 .807.167 1.544.501 2.21.35.65.886 1.255 1.605 1.817.737.561 1.667 1.079 2.79 1.552 1.14.474 2.5.93 4.08 1.369 2.175.614 4.053 1.298 5.632 2.053 1.579.754 2.878 1.605 3.895 2.553 1.036.93 1.799 1.992 2.29 3.185.509 1.175.763 2.509.763 4 0 1.562-.315 2.974-.947 4.238-.632 1.263-1.535 2.342-2.711 3.237s-2.588 1.588-4.238 2.079c-1.631.474-3.456.711-5.474.711-1.772 0-3.518-.246-5.238-.737a15.58 15.58 0 0 1-4.658-2.211 11.565 11.565 0 0 1-3.343-3.632c-.825-1.456-1.237-3.141-1.237-5.053h5.053c0 1.316.255 2.447.764 3.395a6.749 6.749 0 0 0 2.079 2.316 9.725 9.725 0 0 0 3.027 1.369c1.14.28 2.325.421 3.553.421 1.772 0 3.272-.246 4.501-.737 1.228-.491 2.158-1.193 2.79-2.106.649-.912.973-1.991.973-3.237Zm318.023-82.398h4.422v27.873c0 2.509-.509 4.65-1.526 6.422a9.945 9.945 0 0 1-4.264 4.027c-1.808.93-3.896 1.395-6.264 1.395-.983 0-2.141-.158-3.475-.474-1.316-.298-2.614-.816-3.895-1.553a9.739 9.739 0 0 1-3.185-2.921l2.553-2.896c1.193 1.44 2.439 2.44 3.738 3 1.316.562 2.614.843 3.895.843 1.544 0 2.878-.29 4.001-.869 1.123-.579 1.991-1.438 2.605-2.579.632-1.123.948-2.51.948-4.158V44.766l.447-6.264Zm-19.608 14.555v-.553c0-2.176.254-4.15.763-5.922.527-1.79 1.272-3.325 2.237-4.606.983-1.28 2.167-2.263 3.554-2.948 1.386-.701 2.948-1.053 4.685-1.053 1.789 0 3.351.316 4.685.948a9.013 9.013 0 0 1 3.421 2.711c.948 1.176 1.693 2.597 2.237 4.264.544 1.667.922 3.553 1.132 5.659v2.421c-.193 2.088-.57 3.965-1.132 5.633-.544 1.666-1.289 3.088-2.237 4.263a9.363 9.363 0 0 1-3.421 2.711c-1.352.614-2.931.921-4.738.921-1.702 0-3.246-.36-4.632-1.079-1.369-.72-2.545-1.728-3.527-3.027-.983-1.298-1.737-2.825-2.264-4.58-.509-1.771-.763-3.693-.763-5.763Zm4.869-.553v.553c0 1.421.141 2.755.421 4 .299 1.246.746 2.343 1.343 3.29a6.798 6.798 0 0 0 2.342 2.238c.948.526 2.079.79 3.395.79 1.615 0 2.948-.343 4.001-1.027a7.426 7.426 0 0 0 2.5-2.711 15.643 15.643 0 0 0 1.474-3.659v-6.343a12.912 12.912 0 0 0-.895-2.79 8.583 8.583 0 0 0-1.526-2.421 6.603 6.603 0 0 0-2.29-1.71c-.912-.422-1.983-.633-3.211-.633-1.334 0-2.483.281-3.448.843a6.718 6.718 0 0 0-2.342 2.263c-.597.948-1.044 2.053-1.343 3.317a18.215 18.215 0 0 0-.421 4Zm-28.636-7.922V66.98h-4.869V38.502h4.606l.263 6.08Zm-1.158 7.08-2.027-.08c.018-1.947.307-3.745.869-5.395.561-1.667 1.351-3.114 2.369-4.343a10.545 10.545 0 0 1 3.632-2.842c1.421-.684 2.991-1.027 4.711-1.027 1.404 0 2.667.194 3.79.58a6.87 6.87 0 0 1 2.869 1.79c.807.824 1.421 1.894 1.842 3.21.421 1.299.632 2.887.632 4.764V66.98h-4.895V48.267c0-1.492-.22-2.685-.658-3.58-.439-.912-1.08-1.57-1.922-1.974-.842-.421-1.877-.632-3.106-.632-1.21 0-2.316.255-3.316.764a7.935 7.935 0 0 0-2.553 2.105 10.6 10.6 0 0 0-1.658 3.08 11.254 11.254 0 0 0-.579 3.632Zm-11.528-13.16V66.98h-4.896V38.502h4.896Zm-5.264-7.554c0-.79.237-1.456.711-2 .491-.544 1.21-.816 2.158-.816.93 0 1.64.272 2.132.816.509.544.763 1.21.763 2 0 .755-.254 1.404-.763 1.948-.492.526-1.202.79-2.132.79-.948 0-1.667-.264-2.158-.79-.474-.544-.711-1.193-.711-1.948Zm-13.423 12.028V66.98h-4.869V38.502h4.737l.132 4.474Zm8.896-4.632-.026 4.527a7.044 7.044 0 0 0-1.158-.158 12.317 12.317 0 0 0-1.211-.053c-1.123 0-2.114.176-2.974.527a6.15 6.15 0 0 0-2.185 1.474 7.1 7.1 0 0 0-1.421 2.263 10.89 10.89 0 0 0-.658 2.843l-1.369.79c0-1.72.167-3.334.5-4.843.351-1.51.887-2.843 1.606-4.001.719-1.176 1.632-2.088 2.737-2.737 1.123-.667 2.457-1 4.001-1 .351 0 .754.043 1.211.131.456.07.772.15.947.237ZM654.828 60.4V38.502h4.896V66.98h-4.659l-.237-6.58Zm.921-6 2.027-.053c0 1.895-.202 3.65-.605 5.264-.386 1.596-1.018 2.982-1.895 4.158-.878 1.176-2.027 2.097-3.448 2.764-1.422.649-3.15.973-5.185.973-1.387 0-2.659-.201-3.817-.605a7.634 7.634 0 0 1-2.948-1.869c-.824-.842-1.465-1.938-1.921-3.29-.439-1.35-.658-2.974-.658-4.869V38.502h4.869v18.424c0 1.28.141 2.342.421 3.185.299.824.693 1.482 1.185 1.974.509.473 1.07.807 1.684 1 .632.193 1.281.29 1.948.29 2.07 0 3.711-.396 4.922-1.185a6.75 6.75 0 0 0 2.605-3.237c.544-1.37.816-2.887.816-4.554Zm-24.056-15.898v3.737h-15.397v-3.737h15.397Zm-10.186-6.922h4.869v28.346c0 .965.149 1.694.448 2.185.298.491.684.816 1.158.974.473.158.982.236 1.526.236.404 0 .825-.035 1.264-.105.456-.087.798-.158 1.026-.21l.026 3.974c-.386.123-.895.237-1.526.342-.614.123-1.36.184-2.237.184-1.194 0-2.29-.237-3.29-.71-1.001-.474-1.799-1.264-2.395-2.369-.579-1.123-.869-2.632-.869-4.527V31.58Zm-18.556 31.926c1.158 0 2.229-.237 3.211-.71a6.617 6.617 0 0 0 2.422-1.949 5.43 5.43 0 0 0 1.079-2.868h4.632c-.088 1.684-.658 3.255-1.711 4.71-1.035 1.44-2.395 2.607-4.079 3.501-1.685.878-3.536 1.316-5.554 1.316-2.14 0-4.009-.377-5.606-1.131-1.579-.755-2.895-1.79-3.948-3.106-1.035-1.316-1.816-2.825-2.342-4.527-.509-1.72-.763-3.536-.763-5.448v-1.106c0-1.912.254-3.72.763-5.422.526-1.72 1.307-3.237 2.342-4.553 1.053-1.316 2.369-2.351 3.948-3.106 1.597-.754 3.466-1.132 5.606-1.132 2.229 0 4.176.457 5.843 1.37 1.667.894 2.975 2.122 3.922 3.684.965 1.544 1.491 3.299 1.579 5.264h-4.632c-.088-1.176-.421-2.237-1-3.185a6.244 6.244 0 0 0-2.316-2.263c-.965-.58-2.097-.869-3.396-.869-1.491 0-2.746.298-3.763.895a6.585 6.585 0 0 0-2.395 2.369c-.58.982-1.001 2.08-1.264 3.29a18.142 18.142 0 0 0-.368 3.658v1.106c0 1.245.123 2.474.368 3.684.246 1.211.658 2.308 1.237 3.29a6.883 6.883 0 0 0 2.395 2.37c1.018.578 2.281.868 3.79.868Zm-23.924-1.396V47.45c0-1.122-.228-2.096-.685-2.92-.438-.843-1.105-1.492-2-1.949-.895-.456-2-.684-3.316-.684-1.229 0-2.308.21-3.238.632-.912.421-1.631.974-2.158 1.658-.509.684-.763 1.421-.763 2.21h-4.869c0-1.017.263-2.026.789-3.026.527-1 1.281-1.904 2.264-2.71 1-.825 2.193-1.475 3.579-1.949 1.404-.49 2.966-.737 4.685-.737 2.071 0 3.896.352 5.475 1.053 1.597.702 2.842 1.764 3.737 3.185.913 1.404 1.369 3.167 1.369 5.29V60.77c0 .947.079 1.956.237 3.026.175 1.07.43 1.992.763 2.764v.421h-5.08c-.245-.562-.438-1.307-.579-2.237a18.09 18.09 0 0 1-.21-2.632Zm.842-12.396.053 3.422H575c-1.386 0-2.624.114-3.711.342-1.088.21-2.001.535-2.738.974-.737.438-1.298.991-1.684 1.658-.386.65-.579 1.412-.579 2.29 0 .895.202 1.71.605 2.447.404.737 1.009 1.325 1.816 1.764.825.421 1.834.632 3.027.632 1.492 0 2.807-.316 3.948-.948 1.141-.632 2.044-1.404 2.711-2.316.684-.913 1.053-1.799 1.105-2.658l2.08 2.342c-.123.737-.457 1.553-1 2.448-.544.895-1.273 1.755-2.185 2.58-.895.806-1.965 1.482-3.211 2.026-1.228.526-2.614.79-4.159.79-1.93 0-3.623-.378-5.079-1.132-1.439-.755-2.562-1.764-3.369-3.027-.79-1.281-1.185-2.711-1.185-4.29 0-1.527.299-2.87.895-4.027a7.78 7.78 0 0 1 2.58-2.922c1.123-.79 2.474-1.386 4.053-1.79 1.579-.403 3.342-.605 5.29-.605h5.659Zm-29.11 17.266h-4.869V35.501c0-2.052.369-3.78 1.106-5.184.754-1.422 1.833-2.492 3.237-3.212 1.404-.736 3.071-1.105 5.001-1.105.561 0 1.123.035 1.684.105.579.07 1.141.176 1.685.316l-.264 3.974a8.05 8.05 0 0 0-1.263-.184 17.825 17.825 0 0 0-1.369-.052c-1.035 0-1.93.21-2.684.631-.737.404-1.299 1-1.685 1.79-.386.79-.579 1.763-.579 2.922V66.98Zm6.054-28.478v3.737h-15.424v-3.737h15.424ZM531.177 60.4V38.502h4.896V66.98h-4.659l-.237-6.58Zm.921-6 2.027-.053c0 1.895-.202 3.65-.605 5.264-.386 1.596-1.018 2.982-1.895 4.158-.878 1.176-2.027 2.097-3.448 2.764-1.422.649-3.15.973-5.185.973-1.386 0-2.659-.201-3.817-.605a7.623 7.623 0 0 1-2.947-1.869c-.825-.842-1.466-1.938-1.922-3.29-.438-1.35-.658-2.974-.658-4.869V38.502h4.869v18.424c0 1.28.141 2.342.421 3.185.299.824.694 1.482 1.185 1.974.509.473 1.07.807 1.684 1 .632.193 1.281.29 1.948.29 2.071 0 3.711-.396 4.922-1.185a6.751 6.751 0 0 0 2.606-3.237c.543-1.37.815-2.887.815-4.554Zm-43.269-9.818V66.98h-4.87V38.502h4.606l.264 6.08Zm-1.158 7.08-2.027-.08c.017-1.947.307-3.745.868-5.395.562-1.667 1.352-3.114 2.369-4.343a10.563 10.563 0 0 1 3.632-2.842c1.422-.684 2.992-1.027 4.712-1.027 1.403 0 2.667.194 3.79.58a6.87 6.87 0 0 1 2.869 1.79c.807.824 1.421 1.894 1.842 3.21.421 1.299.632 2.887.632 4.764V66.98h-4.896V48.267c0-1.492-.219-2.685-.658-3.58-.438-.912-1.079-1.57-1.921-1.974-.842-.421-1.878-.632-3.106-.632-1.211 0-2.316.255-3.316.764a7.924 7.924 0 0 0-2.553 2.105 10.576 10.576 0 0 0-1.658 3.08 11.254 11.254 0 0 0-.579 3.632Zm-16.24 10.448V47.45c0-1.122-.228-2.096-.684-2.92-.439-.843-1.106-1.492-2-1.949-.895-.456-2.001-.684-3.317-.684-1.228 0-2.307.21-3.237.632-.913.421-1.632.974-2.158 1.658-.509.684-.764 1.421-.764 2.21h-4.869c0-1.017.263-2.026.79-3.026.526-1 1.281-1.904 2.263-2.71 1-.825 2.194-1.475 3.58-1.949 1.404-.49 2.965-.737 4.685-.737 2.07 0 3.895.352 5.474 1.053 1.597.702 2.843 1.764 3.738 3.185.912 1.404 1.368 3.167 1.368 5.29V60.77c0 .947.079 1.956.237 3.026.176 1.07.43 1.992.764 2.764v.421h-5.08c-.246-.562-.439-1.307-.579-2.237a17.96 17.96 0 0 1-.211-2.632Zm.842-12.396.053 3.422h-4.922c-1.386 0-2.623.114-3.711.342-1.088.21-2 .535-2.737.974-.737.438-1.299.991-1.685 1.658-.386.65-.579 1.412-.579 2.29 0 .895.202 1.71.606 2.447.403.737 1.009 1.325 1.816 1.764.824.421 1.833.632 3.027.632 1.491 0 2.807-.316 3.948-.948 1.14-.632 2.044-1.404 2.711-2.316.684-.913 1.052-1.799 1.105-2.658l2.079 2.342c-.123.737-.456 1.553-1 2.448s-1.272 1.755-2.184 2.58c-.895.806-1.966 1.482-3.212 2.026-1.228.526-2.614.79-4.158.79-1.93 0-3.623-.378-5.08-1.132-1.439-.755-2.562-1.764-3.369-3.027-.789-1.281-1.184-2.711-1.184-4.29 0-1.527.298-2.87.895-4.027a7.768 7.768 0 0 1 2.579-2.922c1.123-.79 2.474-1.386 4.053-1.79 1.58-.403 3.343-.605 5.291-.605h5.658Zm-62.351-21.056h4.921L427.398 59.9l12.528-31.242h4.948L429.293 66.98h-3.843l-15.528-38.322Zm-1.606 0h4.343l.711 23.372v14.95h-5.054V28.658Zm33.795 0h4.343V66.98H441.4V52.03l.711-23.372Z\" fill=\"#1B1F20\"/><defs><clipPath id=\"a\"><path fill=\"#fff\" transform=\"translate(23 20)\" d=\"M0 0h352v118H0z\"/></clipPath></defs></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(128, 124, 124))\"},children:\"\\xa9 2024 Hatch Manufacturing Solutions. All rights reserved.\"})}),className:\"framer-d9ufdh\",fonts:[\"FS;Satoshi-regular\"],layoutDependency:layoutDependency,layoutId:\"Mztw5ip5R\",style:{\"--extracted-r6o4lv\":\"rgb(128, 124, 124)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({HOcV7YZam:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(128, 124, 124))\"},children:\"\\xa9 2024 Hatch Manufacturing Solutions. All rights reserved.\"})})}},baseVariant,gestureVariant)})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-490wzi\",\"data-framer-name\":\"Contact\",layoutDependency:layoutDependency,layoutId:\"JHkzgvPJq\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-i95kfa\",layoutDependency:layoutDependency,layoutId:\"j_1IxFHtZ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-sybsjw\",\"data-styles-preset\":\"L5X8fVuif\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(152, 30, 30))\"},children:\"Contact\"})}),className:\"framer-1mj9iec\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FUnI52IDF\",style:{\"--extracted-1of0zx5\":\"rgb(152, 30, 30)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--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-luj4b2\",\"data-styles-preset\":\"uMVIH8Jqc\",children:\"Send David an email at the address below and he will get back to you promptly. For an even faster response, give him a call at the phone number below. We look forward to hearing from you!\"})}),className:\"framer-hm4cik\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"s6kN7bGel\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({HOcV7YZam:{height:36,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(38+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-91-858)/2)+0+0+66+0+0+240}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-le0zdk-container\",layoutDependency:layoutDependency,layoutId:\"LCzVF4Slx-container\",children:/*#__PURE__*/_jsx(CopyEmailButtonMobile,{height:\"100%\",id:\"LCzVF4Slx\",layoutId:\"LCzVF4Slx\",style:{height:\"100%\"},variant:\"UPrOGul5K\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(20+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||811)-86-492.8)/2)+0+100+0+0+240,...addPropertyOverrides({GeQds1kIj:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(38+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-91-938.8)/2)+0+0+66+0+0+240},RIjSJvUz8:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(38+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||769)-91-445.8)/2)+0+0+66+0+0+240}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-w9p19i-container\",layoutDependency:layoutDependency,layoutId:\"jHXLm2yT4-container\",children:/*#__PURE__*/_jsx(CopyEmailButton,{height:\"100%\",id:\"jHXLm2yT4\",layoutId:\"jHXLm2yT4\",style:{height:\"100%\"},variant:\"y5Sh4g4gh\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1f5ts0n\",\"data-styles-preset\":\"tz_AT9b0o\",children:\"508-965-0222\"})}),className:\"framer-1ul23ig\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wsItOrAQt\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-i994q7\",\"data-framer-name\":\"Column\",layoutDependency:layoutDependency,layoutId:\"yoCUx6wmd\"})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wlBfV.framer-1f39po5, .framer-wlBfV .framer-1f39po5 { display: block; }\",\".framer-wlBfV.framer-1l7pzm0 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 100px 66px 100px; position: relative; width: 1875px; }\",\".framer-wlBfV .framer-1bv5426 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 2000px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-wlBfV .framer-1jn22ay { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: space-between; overflow: visible; padding: 100px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-wlBfV .framer-qbtcyd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 19px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wlBfV .framer-br1t2u-container { flex: none; height: 18px; position: relative; width: 18px; }\",\".framer-wlBfV .framer-1mdx7m9, .framer-wlBfV .framer-hm4cik, .framer-wlBfV .framer-1ul23ig { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-wlBfV .framer-10vu1zu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-wlBfV .framer-ckl7lv { aspect-ratio: 4.867924528301887 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 115px); position: relative; width: 560px; }\",\".framer-wlBfV .framer-d9ufdh { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-wlBfV .framer-490wzi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 40px 0px 40px; position: relative; width: min-content; }\",\".framer-wlBfV .framer-i95kfa { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 510px; }\",\".framer-wlBfV .framer-1mj9iec { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-wlBfV .framer-le0zdk-container, .framer-wlBfV .framer-w9p19i-container { flex: none; height: 36px; position: relative; width: auto; }\",\".framer-wlBfV .framer-i994q7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 540px; min-height: 290px; overflow: visible; padding: 0px; position: relative; width: 540px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wlBfV.framer-1l7pzm0, .framer-wlBfV .framer-qbtcyd, .framer-wlBfV .framer-10vu1zu, .framer-wlBfV .framer-490wzi, .framer-wlBfV .framer-i95kfa, .framer-wlBfV .framer-i994q7 { gap: 0px; } .framer-wlBfV.framer-1l7pzm0 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-wlBfV.framer-1l7pzm0 > :first-child, .framer-wlBfV .framer-i994q7 > :first-child { margin-left: 0px; } .framer-wlBfV.framer-1l7pzm0 > :last-child, .framer-wlBfV .framer-i994q7 > :last-child { margin-right: 0px; } .framer-wlBfV .framer-qbtcyd > * { margin: 0px; margin-bottom: calc(19px / 2); margin-top: calc(19px / 2); } .framer-wlBfV .framer-qbtcyd > :first-child, .framer-wlBfV .framer-10vu1zu > :first-child, .framer-wlBfV .framer-490wzi > :first-child, .framer-wlBfV .framer-i95kfa > :first-child { margin-top: 0px; } .framer-wlBfV .framer-qbtcyd > :last-child, .framer-wlBfV .framer-10vu1zu > :last-child, .framer-wlBfV .framer-490wzi > :last-child, .framer-wlBfV .framer-i95kfa > :last-child { margin-bottom: 0px; } .framer-wlBfV .framer-10vu1zu > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-wlBfV .framer-490wzi > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-wlBfV .framer-i95kfa > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } .framer-wlBfV .framer-i994q7 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-wlBfV.framer-v-iukckw.framer-1l7pzm0 { padding: 38px 50px 53px 50px; width: 1166px; }\",\".framer-wlBfV.framer-v-iukckw .framer-1bv5426 { align-content: flex-end; align-items: flex-end; }\",\".framer-wlBfV.framer-v-iukckw .framer-1jn22ay { flex: none; order: 0; padding: 66px 0px 0px 0px; width: 466px; }\",\".framer-wlBfV.framer-v-iukckw .framer-10vu1zu, .framer-wlBfV.framer-v-1wup9y3 .framer-10vu1zu, .framer-wlBfV.framer-v-1j8mt11 .framer-i95kfa { width: 100%; }\",\".framer-wlBfV.framer-v-iukckw .framer-ckl7lv, .framer-wlBfV.framer-v-1wup9y3 .framer-ckl7lv { height: var(--framer-aspect-ratio-supported, 96px); width: 465px; }\",\".framer-wlBfV.framer-v-iukckw .framer-490wzi { gap: 47px; order: 1; padding: 66px 0px 0px 0px; }\",\".framer-wlBfV.framer-v-iukckw .framer-i95kfa { align-self: stretch; width: auto; }\",\".framer-wlBfV.framer-v-iukckw .framer-i994q7 { min-width: 540px; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wlBfV.framer-v-iukckw .framer-490wzi { gap: 0px; } .framer-wlBfV.framer-v-iukckw .framer-490wzi > * { margin: 0px; margin-bottom: calc(47px / 2); margin-top: calc(47px / 2); } .framer-wlBfV.framer-v-iukckw .framer-490wzi > :first-child { margin-top: 0px; } .framer-wlBfV.framer-v-iukckw .framer-490wzi > :last-child { margin-bottom: 0px; } }\",\".framer-wlBfV.framer-v-1wup9y3.framer-1l7pzm0 { padding: 38px 60px 53px 60px; width: 1166px; }\",\".framer-wlBfV.framer-v-1wup9y3 .framer-1bv5426 { flex: none; flex-direction: column; width: min-content; }\",\".framer-wlBfV.framer-v-1wup9y3 .framer-1jn22ay { flex: none; height: 540px; order: 1; padding: 200px 0px 0px 0px; width: auto; }\",\".framer-wlBfV.framer-v-1wup9y3 .framer-490wzi { gap: 47px; order: 0; padding: 66px 0px 0px 0px; }\",\".framer-wlBfV.framer-v-1wup9y3 .framer-i95kfa { width: 540px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wlBfV.framer-v-1wup9y3 .framer-1bv5426, .framer-wlBfV.framer-v-1wup9y3 .framer-490wzi { gap: 0px; } .framer-wlBfV.framer-v-1wup9y3 .framer-1bv5426 > *, .framer-wlBfV.framer-v-1wup9y3 .framer-1bv5426 > :first-child, .framer-wlBfV.framer-v-1wup9y3 .framer-1bv5426 > :last-child { margin: 0px; } .framer-wlBfV.framer-v-1wup9y3 .framer-490wzi > * { margin: 0px; margin-bottom: calc(47px / 2); margin-top: calc(47px / 2); } .framer-wlBfV.framer-v-1wup9y3 .framer-490wzi > :first-child { margin-top: 0px; } .framer-wlBfV.framer-v-1wup9y3 .framer-490wzi > :last-child { margin-bottom: 0px; } }\",\".framer-wlBfV.framer-v-1j8mt11.framer-1l7pzm0 { padding: 38px 30px 53px 30px; width: 390px; }\",\".framer-wlBfV.framer-v-1j8mt11 .framer-1bv5426 { flex-direction: column; }\",\".framer-wlBfV.framer-v-1j8mt11 .framer-1jn22ay { align-self: unset; flex: none; gap: 28px; height: min-content; justify-content: center; order: 1; padding: 164px 0px 0px 0px; width: 100%; }\",\".framer-wlBfV.framer-v-1j8mt11 .framer-10vu1zu { align-content: center; align-items: center; width: 100%; }\",\".framer-wlBfV.framer-v-1j8mt11 .framer-ckl7lv { aspect-ratio: 4.852941176470588 / 1; height: var(--framer-aspect-ratio-supported, 41px); width: 100%; }\",\".framer-wlBfV.framer-v-1j8mt11 .framer-d9ufdh, .framer-wlBfV.framer-v-1j8mt11 .framer-1mj9iec { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-wlBfV.framer-v-1j8mt11 .framer-490wzi { gap: 47px; order: 0; padding: 66px 0px 0px 0px; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wlBfV.framer-v-1j8mt11 .framer-1bv5426, .framer-wlBfV.framer-v-1j8mt11 .framer-1jn22ay, .framer-wlBfV.framer-v-1j8mt11 .framer-490wzi { gap: 0px; } .framer-wlBfV.framer-v-1j8mt11 .framer-1bv5426 > *, .framer-wlBfV.framer-v-1j8mt11 .framer-1bv5426 > :first-child, .framer-wlBfV.framer-v-1j8mt11 .framer-1bv5426 > :last-child { margin: 0px; } .framer-wlBfV.framer-v-1j8mt11 .framer-1jn22ay > * { margin: 0px; margin-bottom: calc(28px / 2); margin-top: calc(28px / 2); } .framer-wlBfV.framer-v-1j8mt11 .framer-1jn22ay > :first-child, .framer-wlBfV.framer-v-1j8mt11 .framer-490wzi > :first-child { margin-top: 0px; } .framer-wlBfV.framer-v-1j8mt11 .framer-1jn22ay > :last-child, .framer-wlBfV.framer-v-1j8mt11 .framer-490wzi > :last-child { margin-bottom: 0px; } .framer-wlBfV.framer-v-1j8mt11 .framer-490wzi > * { margin: 0px; margin-bottom: calc(47px / 2); margin-top: calc(47px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 811\n * @framerIntrinsicWidth 1875\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"RIjSJvUz8\":{\"layout\":[\"fixed\",\"auto\"]},\"GeQds1kIj\":{\"layout\":[\"fixed\",\"auto\"]},\"HOcV7YZam\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerUKVECjwYo=withCSS(Component,css,\"framer-wlBfV\");export default FramerUKVECjwYo;FramerUKVECjwYo.displayName=\"Footer 2\";FramerUKVECjwYo.defaultProps={height:811,width:1875};addPropertyControls(FramerUKVECjwYo,{variant:{options:[\"JnJoC_l0h\",\"RIjSJvUz8\",\"GeQds1kIj\",\"HOcV7YZam\"],optionTitles:[\"Desktop\",\"Laptop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerUKVECjwYo,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NID3I7RITWZSKXRCJGOCMP5NOADJK6IG/2HLHGD7OBTWCOHW64YXOE5KFXHU4KJHM/ZHME2QIRFR7UPJ47NLY27RCAFY44CKZJ.woff2\",weight:\"500\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.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/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\"}]},...TriangleFonts,...CopyEmailButtonMobileFonts,...CopyEmailButtonFonts,...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\":\"FramerUKVECjwYo\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"811\",\"framerIntrinsicWidth\":\"1875\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"RIjSJvUz8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GeQds1kIj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HOcV7YZam\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "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", "MotionNavWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap17se8su", "args", "onTap1dvcxyl", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "Link", "SVG", "RichText2", "ComponentViewportProvider", "css", "Framerb0jaToGwQ", "withCSS", "b0jaToGwQ_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "SVG", "css", "FramerWfEadBcpN", "withCSS", "WfEadBcpN_default", "addFonts", "withoutToast", "Component", "props", "p", "email", "navigator", "MotionDivWithoutToast", "withoutToast", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapqomi4y", "args", "onAppear1b8khjn", "useOnVariantChange", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "SVG", "RichText2", "css", "FramerBtTnlnYFi", "withCSS", "BtTnlnYFi_default", "addPropertyControls", "ControlType", "addFonts", "MotionDivWithoutToast", "withoutToast", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap7dmoie", "args", "onAppearr4m9g8", "useOnVariantChange", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "SVG", "RichText2", "css", "FrameriWxfB4DLa", "withCSS", "iWxfB4DLa_default", "addPropertyControls", "ControlType", "addFonts", "TriangleFonts", "getFonts", "WfEadBcpN_default", "CopyEmailButtonMobileFonts", "iWxfB4DLa_default", "CopyEmailButtonFonts", "BtTnlnYFi_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", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "ComponentViewportProvider", "RichText2", "SVG", "css", "FramerUKVECjwYo", "withCSS", "UKVECjwYo_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
