{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/iconoir-icons/Home.js@0.0.11", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/zL9598C4KbEbqUGvSR14/rI8sPHpnG9XGcCPc0vU4/Iconoir.js", "ssg:https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js", "ssg:https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/z9LFDX6PKECtSqS68OWD/SlideShow.js", "ssg:https://framerusercontent.com/modules/ZJOal7TtQe8p9ggOwjwS/5EomnsmeeNiSGo1UCaLJ/ypQVF6cOD-0.js", "ssg:https://framerusercontent.com/modules/ZJOal7TtQe8p9ggOwjwS/5EomnsmeeNiSGo1UCaLJ/ypQVF6cOD.js", "ssg:https://framerusercontent.com/modules/4jIMdiusWkHPWVlq67RE/iI3RdPbcnUr50V38vRfm/ypQVF6cOD.js", "ssg:https://framerusercontent.com/modules/Xkb94w16zsVyrAwmVJoQ/qIrsc7k8jzkK3DXvfP3U/yIPUHskHR.js", "ssg:https://framerusercontent.com/modules/aFAb3ctdn0X82uk4G9BB/1Q5i93CwcFcWJS9pa9m6/eBJ94gcHr.js", "ssg:https://framerusercontent.com/modules/azP2lsvSELF2sa5GVMt3/t6WGiFThMl59csdGPQab/eBJ94gcHr.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", "let e;var f=r=>{if(!e){let o=function(t,n){return r.createElement(\"svg\",{width:\"100%\",height:\"1.5em\",strokeWidth:1.5,viewBox:\"0 0 24 24\",fill:\"none\",xmlns:\"http://www.w3.org/2000/svg\",color:\"currentColor\",ref:n,...t},r.createElement(\"path\",{d:\"M3 9.5L12 4l9 5.5M19 13v6.4a.6.6 0 01-.6.6H5.6a.6.6 0 01-.6-.6V13\",stroke:\"currentColor\",strokeLinecap:\"round\",strokeLinejoin:\"round\"}))};e=r.forwardRef(o)}return e};export{f 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,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/iconoir-icons/Home.js@0.0.11\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"Accessibility\",\"AccessibilitySign\",\"AccessibilityTech\",\"Activity\",\"AddCircledOutline\",\"AddDatabaseScript\",\"AddFolder\",\"AddFrame\",\"AddHexagon\",\"AddKeyframe\",\"AddKeyframeAlt\",\"AddKeyframes\",\"AddLens\",\"AddPage\",\"AddPinAlt\",\"AddSelection\",\"AddSquare\",\"AddToCart\",\"AddUser\",\"Airplane\",\"AirplaneHelix\",\"AirplaneHelix45Deg\",\"AirplaneOff\",\"AirplaneRotation\",\"Airplay\",\"Alarm\",\"Album\",\"AlbumCarousel\",\"AlbumList\",\"AlbumOpen\",\"AlignBottomBox\",\"AlignCenter\",\"AlignJustify\",\"AlignLeft\",\"AlignLeftBox\",\"AlignRight\",\"AlignRightBox\",\"AlignTopBox\",\"Antenna\",\"AntennaOff\",\"AntennaSignal\",\"AppNotification\",\"Apple\",\"AppleHalf\",\"AppleHalfAlt\",\"AppleImac2021\",\"AppleImac2021Side\",\"AppleSwift\",\"ArSymbol\",\"Archery\",\"Archive\",\"AreaSearch\",\"ArrowArchery\",\"ArrowDown\",\"ArrowDownCircled\",\"ArrowLeft\",\"ArrowLeftCircled\",\"ArrowRight\",\"ArrowRightCircled\",\"ArrowSeparate\",\"ArrowUnion\",\"ArrowUnionVertical\",\"ArrowUp\",\"ArrowUpCircled\",\"Asana\",\"Attachment\",\"AutoFlash\",\"Bag\",\"BasketBall\",\"BasketBallAlt\",\"BasketballField\",\"Battery25\",\"Battery50\",\"Battery75\",\"BatteryCharging\",\"BatteryEmpty\",\"BatteryFull\",\"BatteryIndicator\",\"BatteryWarning\",\"BeachBag\",\"BeachBagBig\",\"Bell\",\"BellNotification\",\"BellOff\",\"Bicycle\",\"Bin\",\"BinAdd\",\"BinFull\",\"BinHalf\",\"BinMinus\",\"Bluetooth\",\"Bold\",\"BoldSquareOutline\",\"BookmarkCircled\",\"BookmarkEmpty\",\"BorderBl\",\"BorderBottom\",\"BorderBr\",\"BorderInner\",\"BorderLeft\",\"BorderOut\",\"BorderRight\",\"BorderTl\",\"BorderTop\",\"BorderTr\",\"BounceLeft\",\"BounceRight\",\"BowlingBall\",\"Box\",\"BoxIso\",\"BoxingGlove\",\"BubbleDownload\",\"BubbleError\",\"BubbleIncome\",\"BubbleOutcome\",\"BubbleSearch\",\"BubbleStar\",\"BubbleUpload\",\"BubbleWarning\",\"Building\",\"BusOutline\",\"BusStop\",\"Calculator\",\"Calendar\",\"Camera\",\"Cancel\",\"CarOutline\",\"Cart\",\"CartAlt\",\"Cash\",\"Cell4X4\",\"CenterAlign\",\"ChatAdd\",\"ChatBubble\",\"ChatBubbleCheck\",\"ChatBubbleCheck1\",\"ChatBubbleEmpty\",\"ChatBubbleError\",\"ChatBubbleQuestion\",\"ChatBubbleTranslate\",\"ChatBubbleWarning\",\"ChatLines\",\"ChatRemove\",\"Check\",\"CheckCircledOutline\",\"Chocolate\",\"Chromecast\",\"ChromecastActive\",\"Church\",\"ChurchAlt\",\"CinemaOld\",\"Circle\",\"City\",\"ClockOutline\",\"Closet\",\"Cloud\",\"CloudBookAlt\",\"CloudCheck\",\"CloudDesync\",\"CloudDownload\",\"CloudError\",\"CloudSunny\",\"CloudSync\",\"CloudUpload\",\"Code\",\"Codepen\",\"Coin\",\"CollageFrame\",\"Collapse\",\"ColorFilter\",\"ColorPicker\",\"ColorPickerEmpty\",\"Combine\",\"CompactDisc\",\"Compress\",\"CompressLines\",\"Computer\",\"ControlSlider\",\"Copy\",\"Copyright\",\"CornerBottomLeft\",\"CornerBottomRight\",\"CornerTopLeft\",\"CornerTopRight\",\"Cpu\",\"CpuWarning\",\"CrackedEgg\",\"CreativeCommons\",\"CreditCard\",\"CreditCard2\",\"Crop\",\"CropRotateBl\",\"CropRotateBr\",\"CropRotateTl\",\"CropRotateTr\",\"Css3\",\"CursorPointer\",\"Cut\",\"CutAlt\",\"Cycling\",\"DashFlag\",\"Dashboard\",\"DashboardDots\",\"DashboardSpeed\",\"DataTransferBoth\",\"DataTransferCheck\",\"DataTransferDown\",\"DataTransferUp\",\"DataTransferWarning\",\"DatabaseBackup\",\"DatabaseExport\",\"DatabaseMonitor\",\"DatabaseRestore\",\"DatabaseScript\",\"DatabaseSettings\",\"DatabaseStar\",\"DatabaseStats\",\"Db\",\"DbCheck\",\"DbError\",\"DbSearch\",\"DbStar\",\"DbWarning\",\"DeCompress\",\"DeleteCircledOutline\",\"DesignPencil\",\"Dialpad\",\"Display4K\",\"DivideSelection1\",\"DivideSelection2\",\"DocSearch\",\"DocSearchAlt\",\"DocStar\",\"DocStarAlt\",\"Dollar\",\"DomoticIssue\",\"Donate\",\"DoubleCheck\",\"DownRoundArrow\",\"Download\",\"DragHandGesture\",\"Drawer\",\"Dribbble\",\"Droplet\",\"DropletHalf\",\"EaseIn\",\"EaseInControlPoint\",\"EaseInOut\",\"EaseOut\",\"EaseOutControlPoint\",\"Edit\",\"EditPencil\",\"Egg\",\"Eject\",\"ElectronicsChip\",\"Emoji\",\"EmojiBall\",\"EmojiBlinkLeft\",\"EmojiBlinkRight\",\"EmojiLookBottom\",\"EmojiLookLeft\",\"EmojiLookRight\",\"EmojiLookTop\",\"EmojiQuite\",\"EmojiReally\",\"EmojiSad\",\"EmojiSatisfied\",\"EmojiSingLeft\",\"EmojiSingLeftNote\",\"EmojiSingRight\",\"EmojiSingRightNote\",\"EmojiSurprise\",\"EmojiSurpriseAlt\",\"EmojiTalkingAngry\",\"EmojiTalkingHappy\",\"EmojiThinkLeft\",\"EmojiThinkRight\",\"EmptyPage\",\"Enlarge\",\"EnlargeRoundArrow\",\"Euro\",\"EuroSquare\",\"EvCharge\",\"EvChargeAlt\",\"EvPlug\",\"EvPlugCharging\",\"EvPlugError\",\"EvStation\",\"Exclude\",\"Expand\",\"ExpandLines\",\"EyeAlt\",\"EyeClose\",\"EyeEmpty\",\"EyeOff\",\"FaceId\",\"Facebook\",\"FacebookSquared\",\"Farm\",\"FastArrowDown\",\"FastArrowDownBox\",\"FastArrowLeft\",\"FastArrowLeftBox\",\"FastArrowRight\",\"FastArrowRightBox\",\"FastArrowTop\",\"FastArrowUpBox\",\"FastBottomCircle\",\"FastLeftCircle\",\"FastRightCircle\",\"FastTopCircle\",\"Female\",\"Figma\",\"FileNotFound\",\"Filter\",\"FilterAlt\",\"Finder\",\"Fingerprint\",\"FingerprintCircled\",\"FingerprintCircledOk\",\"FingerprintPhone\",\"FingerprintScan\",\"FingerprintSquared\",\"Fishing\",\"Flare\",\"Flash\",\"FlashOff\",\"Flip\",\"FlipReverse\",\"Flower\",\"Fog\",\"Folder\",\"FolderAlert\",\"FontSize\",\"Football\",\"FootballBall\",\"ForwardOutline\",\"Frame\",\"FrameAlt\",\"FrameAltEmpty\",\"FrameSelect\",\"FrameSimple\",\"FrameTool\",\"Fridge\",\"Fx\",\"Garage\",\"Gas\",\"GasTank\",\"GasTankDrop\",\"Gift\",\"GitBranch\",\"GitCommit\",\"GitHub\",\"GitHubOutline\",\"GitLabFull\",\"GitMerge\",\"GlassEmpty\",\"GlassHalf\",\"GlassHalfAlt\",\"Glasses\",\"Golf\",\"Google\",\"GoogleCircled\",\"GoogleDocs\",\"GoogleDrive\",\"GoogleDriveCheck\",\"GoogleDriveSync\",\"GoogleDriveWarning\",\"GoogleHome\",\"GoogleOne\",\"Gps\",\"GraphDown\",\"GraphUp\",\"GridAdd\",\"GridMinus\",\"GridRemove\",\"Group\",\"Gym\",\"HalfMoon\",\"HandBrake\",\"Handbag\",\"HardDrive\",\"Hat\",\"Hd\",\"Hdr\",\"Headset\",\"HeadsetCharge\",\"HeadsetHelp\",\"HeadsetIssue\",\"HealthShield\",\"Healthcare\",\"Heart\",\"HeavyRain\",\"Heptagon\",\"HerSlips\",\"HesaWarningOutline\",\"Hexagon\",\"HexagonAlt\",\"HighPriority\",\"HistoricShield\",\"HistoricShieldAlt\",\"Home\",\"HomeAlt\",\"HomeAltSlim\",\"HomeAltSlimHoriz\",\"HomeHospital\",\"HomeSimple\",\"HomeSimpleDoor\",\"HomeUser\",\"Hospital\",\"HospitalSign\",\"Hourglass\",\"Html5\",\"Iconoir\",\"Import\",\"Industry\",\"InfoEmpty\",\"InputField\",\"InputSearch\",\"Instagram\",\"Intersect\",\"IntersectAlt\",\"IosSettings\",\"IrisScan\",\"Italic\",\"ItalicSquareOutline\",\"Journal\",\"JournalPage\",\"KeyAlt\",\"KeyAltBack\",\"KeyAltMinus\",\"KeyAltPlus\",\"KeyAltRemove\",\"Keyframe\",\"KeyframeAlignCenter\",\"KeyframePosition\",\"Keyframes\",\"KeyframesCouple\",\"LabelOutline\",\"Lamp\",\"Language\",\"Laptop\",\"LaptopCharging\",\"LaptopFix\",\"LaptopIssue\",\"LargeSuitcase\",\"LayoutLeft\",\"LayoutRight\",\"Leaderboard\",\"LeaderboardStar\",\"LeftRoundArrow\",\"Lens\",\"Lifebelt\",\"LightBulb\",\"LightBulbOff\",\"LightBulbOn\",\"LineSpace\",\"Linear\",\"Link\",\"LinkedIn\",\"List\",\"LoadActionFloppy\",\"Lock\",\"LockKey\",\"LogDenied\",\"LogIn\",\"LogOut\",\"LongArrowDownLeft\",\"LongArrowDownRight\",\"LongArrowLeftDown\",\"LongArrowLeftUp\",\"LongArrowRightDown\",\"LongArrowRightUp\",\"LongArrowRightUp1\",\"LongArrowUpLeft\",\"LongArrowUpRight\",\"LotOfCash\",\"MacControlKey\",\"MacDock\",\"MacOptionKey\",\"MacOsWindow\",\"Mail\",\"MailOpened\",\"Male\",\"Map\",\"MapIssue\",\"MapsArrow\",\"MapsArrowDiagonal\",\"MapsArrowIssue\",\"MapsGoStraight\",\"MapsTurnBack\",\"MapsTurnLeft\",\"MapsTurnRight\",\"MaskSquare\",\"Maximize\",\"Medal\",\"Medal1St\",\"Medium\",\"Megaphone\",\"Menu\",\"MenuScale\",\"Message\",\"MessageAlert\",\"MessageText\",\"Metro\",\"Mic\",\"MicAdd\",\"MicCheck\",\"MicMute\",\"MicRemove\",\"MicSpeaking\",\"MicWarning\",\"Minus\",\"Minus1\",\"MinusHexagon\",\"MinusPinAlt\",\"MinusSquare\",\"MissingFont\",\"ModernTv\",\"ModernTv4K\",\"MoneySquare\",\"MoonSat\",\"MoreHoriz\",\"MoreVert\",\"MouseButtonLeft\",\"MouseButtonRight\",\"MouseScrollWheel\",\"MoveDown\",\"MoveLeft\",\"MoveRight\",\"MoveRuler\",\"MoveUp\",\"Movie\",\"MultiBubble\",\"MultiMacOsWindow\",\"MultiWindow\",\"MultiplePages\",\"MultiplePagesAdd\",\"MultiplePagesDelete\",\"MultiplePagesEmpty\",\"MultiplePagesRemove\",\"Music1\",\"Music1Add\",\"Music2\",\"Music2Add\",\"NavArrowDown\",\"NavArrowLeft\",\"NavArrowRight\",\"NavArrowUp\",\"Navigator\",\"NavigatorAlt\",\"Network\",\"NetworkAlt\",\"NetworkLeft\",\"NetworkRight\",\"NoBattery\",\"NoCoin\",\"NoCreditCard\",\"NoLock\",\"NoSmoking\",\"Notes\",\"Octagon\",\"OilIndustry\",\"OpenInBrowser\",\"OpenInWindow\",\"OpenVpn\",\"OrangeHalf\",\"OrangeSlice\",\"OrangeSliceAlt\",\"Page\",\"PageFlip\",\"PageSearch\",\"PageStar\",\"Palette\",\"PanoramaEnlarge\",\"PanoramaReduce\",\"Pants\",\"PantsAlt\",\"PasswordCursor\",\"PasswordError\",\"PasswordPass\",\"PauseOutline\",\"PcMouse\",\"PenConnectBluetooth\",\"PenConnectWifi\",\"PenTablet\",\"PenTabletConnectUsb\",\"PenTabletConnectWifi\",\"Pentagon\",\"Percentage\",\"PercentageRound\",\"PercentageSquare\",\"PharmacyCircledCross\",\"PharmacySquaredCross\",\"Phone\",\"PhoneAdd\",\"PhoneDelete\",\"PhoneDisabled\",\"PhoneIncome\",\"PhoneOutcome\",\"PhonePaused\",\"PhoneRemove\",\"Pin\",\"PinAlt\",\"PizzaSlice\",\"Planet\",\"PlanetAlt\",\"PlanetSat\",\"PlayOutline\",\"Playlist\",\"PlaylistAdd\",\"PlaylistPlay\",\"PlugTypeA\",\"PlugTypeC\",\"PlugTypeG\",\"PlugTypeL\",\"Plus\",\"Pocket\",\"Position\",\"PositionAlign\",\"Pound\",\"PrecisionTool\",\"Printer\",\"PrinterAlt\",\"PrintingPage\",\"PriorityDown\",\"PriorityUp\",\"ProfileCircled\",\"Prohibition\",\"QuestionMark\",\"QuestionMarkCircle\",\"Rain\",\"ReceiveDollars\",\"ReceiveEuros\",\"ReceivePounds\",\"ReceiveYens\",\"Redo\",\"RedoAction\",\"RedoCircle\",\"Reduce\",\"ReduceRoundArrow\",\"Refresh\",\"RefreshCircular\",\"RefreshDouble\",\"ReminderHandGesture\",\"RemoveDatabaseScript\",\"RemoveEmpty\",\"RemoveFolder\",\"RemoveFrame\",\"RemoveFromCart\",\"RemoveKeyframe\",\"RemoveKeyframeAlt\",\"RemoveKeyframes\",\"RemovePage\",\"RemovePinAlt\",\"RemoveSelection\",\"RemoveSquare\",\"RemoveUser\",\"Repeat\",\"RepeatOnce\",\"ReportColumns\",\"Reports\",\"RewindOutline\",\"Rhombus\",\"RightRoundArrow\",\"Rings\",\"RotateCameraLeft\",\"RotateCameraRight\",\"RssFeed\",\"RssFeedSquared\",\"Ruler\",\"RulerAdd\",\"RulerCombine\",\"RulerRemove\",\"Running\",\"Sandals\",\"SaveActionFloppy\",\"SaveFloppyDisk\",\"ScaleFrameEnlarge\",\"ScaleFrameReduce\",\"Scanning\",\"Scarf\",\"Scissor\",\"ScissorAlt\",\"SeaAndSun\",\"SeaWaves\",\"Search\",\"SearchFont\",\"SecurityPass\",\"Selection\",\"SelectiveTool\",\"SendDollars\",\"SendEuros\",\"SendPounds\",\"SendYens\",\"Server\",\"ServerConnection\",\"Settings\",\"SettingsCloud\",\"SettingsProfiles\",\"ShareAndroid\",\"ShareIos\",\"Shield\",\"ShieldAdd\",\"ShieldAlert\",\"ShieldAlt\",\"ShieldBroken\",\"ShieldCheck\",\"ShieldCross\",\"ShieldDownload\",\"ShieldEye\",\"ShieldLoading\",\"ShieldMinus\",\"ShieldQuestion\",\"ShieldSearch\",\"ShieldUpload\",\"Shop\",\"ShopAlt\",\"ShoppingBag\",\"ShoppingBagAdd\",\"ShoppingBagAlt\",\"ShoppingBagArrowDown\",\"ShoppingBagArrowUp\",\"ShoppingBagCheck\",\"ShoppingBagIssue\",\"ShoppingBagRemove\",\"ShoppingCode\",\"ShoppingCodeCheck\",\"ShoppingCodeError\",\"ShortPants\",\"ShortPantsAlt\",\"Shuffle\",\"SimpleCart\",\"SingleTapGesture\",\"Skateboard\",\"Skateboarding\",\"SkipNextOutline\",\"SkipPrevOutline\",\"SmallShop\",\"SmallShopAlt\",\"SmartphoneDevice\",\"Smoking\",\"Snow\",\"SnowFlake\",\"Soap\",\"SoccerBall\",\"SortDown\",\"SortUp\",\"SoundHigh\",\"SoundLow\",\"SoundMin\",\"SoundOff\",\"SpockHandGesture\",\"Square\",\"StarDashed\",\"StarHalfDashed\",\"StarOutline\",\"StatDown\",\"StatUp\",\"StatsReport\",\"StatsSquareDown\",\"StatsSquareUp\",\"Stretching\",\"StyleBorder\",\"Substract\",\"Suggestion\",\"SunLight\",\"Swimming\",\"SwipeDownGesture\",\"SwipeLeftGesture\",\"SwipeRightGesture\",\"SwipeUpGesture\",\"SwitchOffOutline\",\"SwitchOnOutline\",\"SystemRestart\",\"SystemShut\",\"Table\",\"Table2Columns\",\"TableRows\",\"Telegram\",\"TelegramCircled\",\"TennisBall\",\"TennisBallAlt\",\"TerminalOutline\",\"TerminalSimple\",\"Text\",\"TextAlt\",\"TextSize\",\"ThreeStars\",\"Thunderstorm\",\"TikTok\",\"Timer\",\"TimerOff\",\"Tower\",\"TowerCheck\",\"TowerNoAccess\",\"TowerWarning\",\"Trademark\",\"TrainOutline\",\"Tram\",\"TransitionBottom\",\"TransitionLeft\",\"TransitionRight\",\"TransitionTop\",\"Translate\",\"Trash\",\"Treadmill\",\"Trekking\",\"Trello\",\"Triangle\",\"TriangleFlag\",\"TriangleFlagCircle\",\"TriangleFlagFull\",\"Trophy\",\"Tunnel\",\"Tv\",\"TvFix\",\"TvIssue\",\"Twitter\",\"TwitterVerifiedBadge\",\"Type\",\"UmbrellaFull\",\"Underline\",\"Undo\",\"UndoAction\",\"UndoCircle\",\"Union\",\"UnionAlt\",\"UnionHorizAlt\",\"Unity\",\"Unity5\",\"UpRoundArrow\",\"Upload\",\"UploadSquareOutline\",\"Usb\",\"User\",\"UserBag\",\"UserCart\",\"UserCircleAlt\",\"UserScan\",\"UserSquareAlt\",\"VerifiedBadge\",\"VerifiedUser\",\"VideoCamera\",\"VideoCameraOff\",\"ViewColumns2\",\"ViewColumns3\",\"ViewGrid\",\"ViewStructureDown\",\"ViewStructureUp\",\"Voice\",\"VoiceCircled\",\"VoiceCircledLock\",\"VoiceError\",\"VoiceOk\",\"VoicePhone\",\"VoiceScan\",\"VoiceSquared\",\"VrSymbol\",\"Waist\",\"Walking\",\"WarningSquareOutline\",\"WebWindow\",\"WebWindowClose\",\"Weight\",\"WeightAlt\",\"WhiteFlag\",\"Wifi\",\"WifiIssue\",\"WifiOff\",\"WifiSignalNone\",\"Wind\",\"WrapText\",\"Wristwatch\",\"Yen\",\"YenSquare\",\"Yoga\",\"YouTube\",\"ZoomIn\",\"ZoomOut\",];const moduleBaseUrl=\"https://framer.com/m/iconoir-icons/\";const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * ICONOIR\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}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.11`;const 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]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(\"div\",{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(SelectedIcon,{size:\"100$%\",style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Iconoir\";Icon.defaultProps={width:24,height:24,iconSelection:\"Home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};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 [Iconoir site](https://iconoir.com/)\"},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},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Iconoir.map", "import{useState,useEffect}from\"react\";export const isBrowser=()=>typeof document===\"object\";export function getBrowserVisibilityProp(){if(!isBrowser())return;if(typeof document.hidden!==\"undefined\"){// Opera 12.10 and Firefox 18 and later support\nreturn\"visibilitychange\";}else if(typeof document.msHidden!==\"undefined\"){return\"msvisibilitychange\";}else if(typeof document.webkitHidden!==\"undefined\"){return\"webkitvisibilitychange\";}}export function getBrowserDocumentHiddenProp(){if(!isBrowser())return;if(typeof document.hidden!==\"undefined\"){return\"hidden\";}else if(typeof document.msHidden!==\"undefined\"){return\"msHidden\";}else if(typeof document.webkitHidden!==\"undefined\"){return\"webkitHidden\";}}export function getIsDocumentHidden(){if(!isBrowser())return;return!document[getBrowserDocumentHiddenProp()];}export function usePageVisibility(){if(!isBrowser())return;const[isVisible,setIsVisible]=useState(getIsDocumentHidden());const onVisibilityChange=()=>setIsVisible(getIsDocumentHidden());useEffect(()=>{const visibilityChange=getBrowserVisibilityProp();document.addEventListener(visibilityChange,onVisibilityChange,false);return()=>{document.removeEventListener(visibilityChange,onVisibilityChange);};});return isVisible;}\nexport const __FramerMetadata__ = {\"exports\":{\"getBrowserVisibilityProp\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getIsDocumentHidden\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePageVisibility\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowser\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getBrowserDocumentHiddenProp\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UsePageVisibility.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useLayoutEffect,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement,forwardRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion,animate,useMotionValue,useInView,useTransform,LayoutGroup,wrap,sync,mix}from\"framer-motion\";import{resize}from\"@motionone/dom\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js\";// Using opacity: 0.001 instead of 0 as an LCP hack. (opacity: 0.001 is still 0\n// to a human eye but makes Google think the elements are visible)\nconst OPACITY_0=.001;/**\n *\n * SLIDESHOW\n * V2 with Drag\n * By Benjamin and Matt\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Slideshow(props){/**\n     * Properties\n     */const{slots,startFrom,direction,effectsOptions,autoPlayControl,dragControl,alignment,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,itemAmount,fadeOptions,intervalControl,transitionControl,arrowOptions,borderRadius,progressOptions,style}=props;const{effectsOpacity,effectsScale,effectsRotate,effectsPerspective,effectsHover}=effectsOptions;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowShouldSpace=true,arrowShouldFadeIn=false,arrowPosition,arrowPadding,arrowGap,arrowPaddingTop,arrowPaddingRight,arrowPaddingBottom,arrowPaddingLeft}=arrowOptions;const{showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/**\n     * Checks\n     */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const hasChildren=Children.count(filteredSlots)>0;const isHorizontal=direction===\"left\"||direction===\"right\";const isInverted=direction===\"right\"||direction===\"bottom\";/**\n     * Empty state for Canvas\n     */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2B50\uFE0F\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to make infinite auto-playing slideshows.\"})]});}/**\n     * Refs, State\n     */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return filteredSlots.map(index=>/*#__PURE__*/createRef());},[filteredSlots]);const timeoutRef=useRef(undefined);const[size,setSize]=useState({parent:null,children:null,item:null,itemWidth:null,itemHeight:null,viewportLength:null});/* For pausing on hover */const[isHovering,setIsHovering]=useState(false);const[shouldPlayOnHover,setShouldPlayOnHover]=useState(autoPlayControl);/* For cursor updates */const[isMouseDown,setIsMouseDown]=useState(false);/* Check if resizing */const[isResizing,setIsResizing]=useState(false);/**\n     * Array for children\n     */const dupedChildren=[];let duplicateBy=4;if(isCanvas){duplicateBy=1;}/**\n     * Measure parent, child, items\n     */const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const total=filteredSlots.length-1;const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[total].current?isHorizontal?childrenRef[total].current.offsetLeft+childrenRef[total].current.offsetWidth:childrenRef[total].current.offsetTop+childrenRef[total].current.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetWidth:childrenRef[0].current.offsetHeight:0;const itemWidth=childrenRef[0].current?childrenRef[0].current.offsetWidth:0;const itemHeight=childrenRef[0].current?childrenRef[0].current.offsetHeight:0;const viewportLength=isHorizontal?Math.max(document.documentElement.clientWidth||0,window.innerWidth||0,parentRef.current.offsetWidth):Math.max(document.documentElement.clientHeight||0,window.innerHeight||0,parentRef.current.offsetHeight);setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight,viewportLength});}},[hasChildren]);const scheduleMeasure=useCallback(()=>{sync.read(measure);},[measure]);/**\n     * Add refs to all children\n     * Added itemAmount for resizing\n     */useLayoutEffect(()=>{if(hasChildren)scheduleMeasure();},[hasChildren,itemAmount]);/**\n     * Track whether this is the initial resize event. By default this will fire on mount,\n     * which we do in the useEffect. We should only fire it on subsequent resizes.\n     */let initialResize=useRef(true);useEffect(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){scheduleMeasure();setIsResizing(true);}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>setIsResizing(false),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */const totalItems=filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length;const childrenSize=isCanvas?0:size===null||size===void 0?void 0:size.children;const itemWithGap=(size===null||size===void 0?void 0:size.item)+gap;const itemOffset=startFrom*itemWithGap;const[currentItem,setCurrentItem]=useState(startFrom+totalItems);const[isDragging,setIsDragging]=useState(false);/* Check for browser window visibility *//* Otherwise, it will re-play all the item increments */const visibilityRef=useRef(null);const isInView=useInView(visibilityRef);const isVisible=usePageVisibility()&&isInView;const factor=isInverted?1:-1;/* The x and y values to start from */const xOrY=useMotionValue(childrenSize);/* For canvas only. Using xOrY is slower upon page switching */const canvasPosition=isHorizontal?-startFrom*((size===null||size===void 0?void 0:size.itemWidth)+gap):-startFrom*((size===null||size===void 0?void 0:size.itemHeight)+gap);/* Calculate the new value to animate to */const newPosition=()=>factor*currentItem*itemWithGap;/* Wrapped values for infinite looping *//* Instead of 0 to a negative full duplicated row, we start with an offset */const wrappedValue=!isCanvas?useTransform(xOrY,value=>{const wrapped=wrap(-childrenSize,-childrenSize*2,value);return isNaN(wrapped)?0:wrapped;}):0;/* Convert the current item to a wrapping index for dots */const wrappedIndex=wrap(0,totalItems,currentItem);const wrappedIndexInverted=wrap(0,-totalItems,currentItem);/* Update x or y with the provided starting point *//* The subtraction of a full row of children is for overflow */useLayoutEffect(()=>{if((size===null||size===void 0?void 0:size.children)===null)return;/* Initial measure */// if (initialResize.current) {\n//     xOrY.set((childrenSize + itemOffset) * factor)\n// }\n/* Subsequent resizes */if(!initialResize.current&&isResizing){xOrY.set(newPosition());}},[size,childrenSize,factor,itemOffset,currentItem,itemWithGap,isResizing]);/**\n     * Page item methods\n     * Switching, deltas, autoplaying\n     *//* Next and previous function, animates the X */const switchPages=()=>{if(isCanvas||!hasChildren||!size.parent||isDragging)return;if(xOrY.get()!==newPosition()){animate(xOrY,newPosition(),transitionControl);}if(autoPlayControl&&shouldPlayOnHover){timeoutRef.current=setTimeout(()=>{setCurrentItem(currentItem+1);switchPages();},intervalControl*1e3);}};/* Page navigation functions */const setDelta=delta=>{if(!isInverted){setCurrentItem(currentItem+delta);}else{setCurrentItem(currentItem-delta);}};const setPage=index=>{const currentItemWrapped=wrap(0,totalItems,currentItem);const currentItemWrappedInvert=wrap(0,-totalItems,currentItem);const goto=index-currentItemWrapped;const gotoInverted=index-Math.abs(currentItemWrappedInvert);if(!isInverted){setCurrentItem(currentItem+goto);}else{setCurrentItem(currentItem-gotoInverted);}};/**\n     * Drag\n     */const handleDragStart=()=>{setIsDragging(true);};const handleDragEnd=(event,{offset,velocity})=>{setIsDragging(false);const offsetXorY=isHorizontal?offset.x:offset.y;const velocityThreshold=200// Based on testing, can be tweaked or could be 0\n;const velocityXorY=isHorizontal?velocity.x:velocity.y;const isHalfOfNext=offsetXorY<-size.item/2;const isHalfOfPrev=offsetXorY>size.item/2;/* In case you drag more than 1 item left or right */const normalizedOffset=Math.abs(offsetXorY);const itemDelta=Math.round(normalizedOffset/size.item);/* Minimum delta is 1 to initiate a page switch *//* For velocity use only */const itemDeltaFromOne=itemDelta===0?1:itemDelta;/* For quick flicks, even with low offsets */if(velocityXorY>velocityThreshold){setDelta(-itemDeltaFromOne);}else if(velocityXorY<-velocityThreshold){setDelta(itemDeltaFromOne);}else{/* For dragging over half of the current item with 0 velocity */if(isHalfOfNext){setDelta(itemDelta);}if(isHalfOfPrev){setDelta(-itemDelta);}}};/* Kickstart the auto-playing once we have all the children */useEffect(()=>{if(!isVisible||isResizing)return;switchPages();return()=>timeoutRef.current&&clearTimeout(timeoutRef.current);},[dupedChildren,isVisible,isResizing]);/* Create copies of our children to create a perfect loop */let childCounter=0;/**\n     * Sizing\n     * */let columnOrRowValue=`calc(${100/itemAmount}% - ${gap}px + ${gap/itemAmount}px)`;/**\n     * Nested array to create duplicates of the children for infinite looping\n     * These are wrapped around, and start at a full \"page\" worth of offset\n     * as defined above.\n     */for(let index=0;index<duplicateBy;index++){dupedChildren.push(...Children.map(filteredSlots,(child,childIndex)=>{let ref;if(childIndex===0){ref=childrenRef[0];}if(childIndex===filteredSlots.length-1){ref=childrenRef[1];}return /*#__PURE__*/_jsx(Slide,{ref:childrenRef[childIndex],slideKey:index+childIndex+\"lg\",index:index,width:isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",height:!isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",size:size,child:child,numChildren:filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length,wrappedValue:wrappedValue,childCounter:childCounter++,gap:gap,isCanvas:isCanvas,isHorizontal:isHorizontal,effectsOpacity:effectsOpacity,effectsScale:effectsScale,effectsRotate:effectsRotate,children:index+childIndex},index+childIndex+\"lg\");}));}/**\n     * Fades with masks\n     */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/**\n     * Dots\n     */const dots=[];const dotsBlurStyle={};if(showProgressDots){for(let i=0;i<(filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length);i++){dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>setPage(i),wrappedIndex:wrappedIndex,wrappedIndexInverted:wrappedIndexInverted,total:totalItems,index:i,gap:dotsGap,padding:dotsPadding,isHorizontal:isHorizontal,isInverted:isInverted},i));}if(dotsBlur>0){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=dotsBlurStyle.MozBackdropFilter=`blur(${dotsBlur}px)`;}}const dragProps=dragControl?{drag:isHorizontal?\"x\":\"y\",onDragStart:handleDragStart,onDragEnd:handleDragEnd,dragDirectionLock:true,values:{x:xOrY,y:xOrY},dragMomentum:false}:{};const arrowHasTop=arrowPosition===\"top-left\"||arrowPosition===\"top-mid\"||arrowPosition===\"top-right\";const arrowHasBottom=arrowPosition===\"bottom-left\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"bottom-right\";const arrowHasLeft=arrowPosition===\"top-left\"||arrowPosition===\"bottom-left\";const arrowHasRight=arrowPosition===\"top-right\"||arrowPosition===\"bottom-right\";const arrowHasMid=arrowPosition===\"top-mid\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"auto\";return /*#__PURE__*/_jsxs(\"section\",{style:{...containerStyle,padding:paddingValue,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,opacity:(size===null||size===void 0?void 0:size.item)!==null?1:OPACITY_0,userSelect:\"none\"},onMouseEnter:()=>{setIsHovering(true);if(!effectsHover)setShouldPlayOnHover(false);},onMouseLeave:()=>{setIsHovering(false);if(!effectsHover)setShouldPlayOnHover(true);},onMouseDown:event=>{// Preventdefault fixes the cursor switching to text on drag on safari\nevent.preventDefault();setIsMouseDown(true);},onMouseUp:()=>setIsMouseDown(false),ref:visibilityRef,children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",margin:0,padding:\"inherit\",position:\"absolute\",inset:0,overflow:overflow?\"visible\":\"hidden\",borderRadius:borderRadius,userSelect:\"none\",perspective:isCanvas?\"none\":effectsPerspective},children:/*#__PURE__*/_jsx(motion.ul,{ref:parentRef,...dragProps,style:{...containerStyle,gap:gap,placeItems:alignment,x:isHorizontal?isCanvas?canvasPosition:wrappedValue:0,y:!isHorizontal?isCanvas?canvasPosition:wrappedValue:0,flexDirection:isHorizontal?\"row\":\"column\",transformStyle:effectsRotate!==0&&!isCanvas?\"preserve-3d\":undefined,cursor:dragControl?isMouseDown?\"grabbing\":\"grab\":\"auto\",userSelect:\"none\",...style},children:dupedChildren})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles},\"aria-label\":\"Slideshow pagination controls\",className:\"framer--slideshow-controls\",children:[/*#__PURE__*/_jsxs(motion.div,{style:{position:\"absolute\",display:\"flex\",flexDirection:isHorizontal?\"row\":\"column\",justifyContent:arrowShouldSpace?\"space-between\":\"center\",gap:arrowShouldSpace?\"unset\":arrowGap,opacity:arrowShouldFadeIn?OPACITY_0:1,alignItems:\"center\",inset:arrowPadding,top:arrowShouldSpace?arrowPadding:arrowHasTop?arrowPaddingTop:\"unset\",left:arrowShouldSpace?arrowPadding:arrowHasLeft?arrowPaddingLeft:arrowHasMid?0:\"unset\",right:arrowShouldSpace?arrowPadding:arrowHasRight?arrowPaddingRight:arrowHasMid?0:\"unset\",bottom:arrowShouldSpace?arrowPadding:arrowHasBottom?arrowPaddingBottom:\"unset\"},animate:arrowShouldFadeIn&&{opacity:isHovering?1:OPACITY_0},transition:transitionControl,children:[/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(-1),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\",alt:\"Back Arrow\"})}),/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(1),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\",alt:\"Next Arrow\"})})]}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:isHorizontal?\"50%\":dotsInset,top:!isHorizontal?\"50%\":\"unset\",transform:isHorizontal?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:isHorizontal?\"row\":\"column\",bottom:isHorizontal?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,userSelect:\"none\",...dotsBlurStyle},children:dots}):null]})]});}/* Default Properties */Slideshow.defaultProps={direction:\"left\",dragControl:false,startFrom:0,itemAmount:1,infinity:true,gap:10,padding:10,autoPlayControl:true,effectsOptions:{effectsOpacity:1,effectsScale:1,effectsRotate:0,effectsPerspective:1200,effectsHover:true},transitionControl:{type:\"spring\",stiffness:200,damping:40},fadeOptions:{fadeContent:false,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},arrowOptions:{showMouseControls:true,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowFill:\"rgba(0,0,0,0.2)\",arrowSize:40},progressOptions:{showProgressDots:true}};/* Property Controls */addPropertyControls(Slideshow,{slots:{type:ControlType.Array,title:\"Content\",control:{type:ControlType.ComponentInstance}},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],displaySegmentedControl:true,defaultValue:Slideshow.defaultProps.direction},autoPlayControl:{type:ControlType.Boolean,title:\"Auto Play\",defaultValue:true},intervalControl:{type:ControlType.Number,title:\"Interval\",defaultValue:1.5,min:.5,max:10,step:.1,displayStepper:true,unit:\"s\",hidden:props=>!props.autoPlayControl},dragControl:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:false},startFrom:{type:ControlType.Number,title:\"Current\",min:0,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.startFrom},effectsOptions:{type:ControlType.Object,title:\"Effects\",controls:{effectsOpacity:{type:ControlType.Number,title:\"Opacity\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsOpacity,min:0,max:1,step:.01,displayStepper:true},effectsScale:{type:ControlType.Number,title:\"Scale\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsScale,min:0,max:1,step:.01,displayStepper:true},effectsPerspective:{type:ControlType.Number,title:\"Perspective\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsPerspective,min:200,max:2e3,step:1},effectsRotate:{type:ControlType.Number,title:\"Rotate\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsRotate,min:-180,max:180,step:1},effectsHover:{type:ControlType.Boolean,title:\"On Hover\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsHover}}},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},itemAmount:{type:ControlType.Number,title:\"Items\",min:1,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.itemAmount},gap:{type:ControlType.Number,title:\"Gap\",min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0},transitionControl:{type:ControlType.Transition,defaultValue:Slideshow.defaultProps.transitionControl,title:\"Transition\"},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:false},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},arrowOptions:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:Slideshow.defaultProps.arrowOptions.showMouseControls},arrowFill:{type:ControlType.Color,title:\"Fill\",hidden:props=>!props.showMouseControls,defaultValue:Slideshow.defaultProps.arrowOptions.arrowFill},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:Slideshow.defaultProps.arrowOptions.arrowSize,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowShouldFadeIn:{type:ControlType.Boolean,title:\"Fade In\",defaultValue:false,hidden:props=>!props.showMouseControls},arrowShouldSpace:{type:ControlType.Boolean,title:\"Distance\",enabledTitle:\"Space\",disabledTitle:\"Group\",defaultValue:Slideshow.defaultProps.arrowOptions.arrowShouldSpace,hidden:props=>!props.showMouseControls},arrowPosition:{type:ControlType.Enum,title:\"Position\",options:[\"auto\",\"top-left\",\"top-mid\",\"top-right\",\"bottom-left\",\"bottom-mid\",\"bottom-right\"],optionTitles:[\"Center\",\"Top Left\",\"Top Middle\",\"Top Right\",\"Bottom Left\",\"Bottom Middle\",\"Bottom Right\"],hidden:props=>!props.showMouseControls||props.arrowShouldSpace},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls||!props.arrowShouldSpace},arrowPaddingTop:{type:ControlType.Number,title:\"Top\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"bottom-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-right\"},arrowPaddingBottom:{type:ControlType.Number,title:\"Bottom\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-right\"},arrowPaddingRight:{type:ControlType.Number,title:\"Right\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-mid\"},arrowPaddingLeft:{type:ControlType.Number,title:\"Left\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-right\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-right\"||props.arrowPosition===\"bottom-mid\"},arrowGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace}}},progressOptions:{type:ControlType.Object,title:\"Dots\",controls:{showProgressDots:{type:ControlType.Boolean,title:\"Show\",defaultValue:false},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:0,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}}});/* Placeholder Styles */const containerStyle={display:\"flex\",flexDirection:\"row\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Component Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:180,lineHeight:1.5,textAlign:\"center\"};/* Control Styles */const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",pointerEvents:\"none\",userSelect:\"none\",top:0,left:0,right:0,bottom:0,border:0,padding:0,margin:0};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);/* Slide Component */const Slide=/*#__PURE__*/forwardRef(function Component(props,ref){var _child_props,_child_props1;const{slideKey,width,height,child,size,gap,wrappedValue,numChildren,childCounter,isCanvas,effects,effectsOpacity,effectsScale,effectsRotate,isHorizontal,isLast,index}=props;/**\n     * Unique offsets + scroll range [0, 1, 1, 0]\n     */const childOffset=((size===null||size===void 0?void 0:size.item)+gap)*childCounter;const scrollRange=[-(size===null||size===void 0?void 0:size.item),0,(size===null||size===void 0?void 0:size.parent)-(size===null||size===void 0?void 0:size.item)+gap,size===null||size===void 0?void 0:size.parent].map(val=>val-childOffset);/**\n     * Effects\n     */const rotateY=!isCanvas&&useTransform(wrappedValue,scrollRange,[-effectsRotate,0,0,effectsRotate]);const rotateX=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsRotate,0,0,-effectsRotate]);const opacity=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsOpacity,1,1,effectsOpacity]);const scale=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsScale,1,1,effectsScale]);const originXorY=!isCanvas&&useTransform(wrappedValue,scrollRange,[1,1,0,0]);const isVisible=!isCanvas&&useTransform(wrappedValue,latest=>latest>=scrollRange[1]&&latest<=scrollRange[2]);useEffect(()=>{if(!isVisible)return;return isVisible.onChange(newValue=>{var _ref_current;(_ref_current=ref.current)===null||_ref_current===void 0?void 0:_ref_current.setAttribute(\"aria-hidden\",!newValue);});},[]);const visibility=isCanvas?\"visible\":useTransform(wrappedValue,[scrollRange[0]-size.viewportLength,mix(scrollRange[1],scrollRange[2],.5),scrollRange[3]+size.viewportLength],[\"hidden\",\"visible\",\"hidden\"]);return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:{display:\"contents\"},\"aria-hidden\":index===0?false:true,children:/*#__PURE__*/cloneElement(child,{ref:ref,key:slideKey+\"child\",style:{...(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.style,flexShrink:0,userSelect:\"none\",width,height,opacity:opacity,scale:scale,originX:isHorizontal?originXorY:.5,originY:!isHorizontal?originXorY:.5,rotateY:isHorizontal?rotateY:0,rotateX:!isHorizontal?rotateX:0,visibility},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.children)})});});function Dot({selectedOpacity,opacity,total,index,wrappedIndex,wrappedIndexInverted,dotStyle,buttonStyle,gap,padding,isHorizontal,isInverted,...props}){/* Check active item *//* Go 0\u20141\u20142\u20143\u20144\u20145\u20140 */let isSelected=wrappedIndex===index;/* Go 0\u20145\u20144\u20143\u20142\u20141\u20140\u20145 instead when inverted */if(isInverted){isSelected=Math.abs(wrappedIndexInverted)===index;}const inlinePadding=gap/2;let top=!isHorizontal&&index>0?inlinePadding:padding;let bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;let right=isHorizontal&&index!==total-1?inlinePadding:padding;let left=isHorizontal&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle},initial:false,animate:{opacity:isSelected?selectedOpacity:opacity},transition:{duration:.3}})});}/* Dot Styles */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Slideshow\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1oagges\",\"data-styles-preset\":\"qt2AVSZ8E\",children:\"Kolaborasi bersama, untuk...\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtNzAw\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-ab56b2f3-03a0-4814-8c6d-2edfd146e856, rgb(36, 38, 56)))\"},children:\"Berikut Layanan Digital Marketing Kami Membantu Bisnismu\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtNjAw\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-ab56b2f3-03a0-4814-8c6d-2edfd146e856, rgb(36, 38, 56)))\"},children:\"Berikut Layanan Digital Marketing Kami Membantu Bisnismu\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (7f69244)\nimport*as localizedValues from\"./ypQVF6cOD-0.js\";const valuesByLocaleId={aPNXT51oS:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (7f69244)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,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/InlPUEnp0hcayr3nYhI9/ZeRPauNJ0ylbjEMGGeJM/qt2AVSZ8E.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/ZJOal7TtQe8p9ggOwjwS/5EomnsmeeNiSGo1UCaLJ/ypQVF6cOD.js\";const cycleOrder=[\"coQRb2oUE\",\"xkeExHN4k\"];const serializationHash=\"framer-N45fL\";const variantClassNames={coQRb2oUE:\"framer-v-1v112kc\",xkeExHN4k:\"framer-v-tkz1cx\"};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={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const 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 - M\":\"xkeExHN4k\",\"Variant 1\":\"coQRb2oUE\"};const getProps=({batchNumber,height,id,internName,internPhoto,testimonial,width,workplace,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3,_ref4,_ref5;return{...props,Afa3DsPjQ:(_ref=batchNumber!==null&&batchNumber!==void 0?batchNumber:props.Afa3DsPjQ)!==null&&_ref!==void 0?_ref:\"Batch #2 \u2014 Digital Apprenticeship Program\",Bt_3Gnifc:(_ref1=testimonial!==null&&testimonial!==void 0?testimonial:props.Bt_3Gnifc)!==null&&_ref1!==void 0?_ref1:\"Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature\",tcKeVCcHW:(_ref2=workplace!==null&&workplace!==void 0?workplace:props.tcKeVCcHW)!==null&&_ref2!==void 0?_ref2:\"Digital Marketing Specialist at [Company Name]\",variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"coQRb2oUE\",vcvEXbVMC:(_ref4=internPhoto!==null&&internPhoto!==void 0?internPhoto:props.vcvEXbVMC)!==null&&_ref4!==void 0?_ref4:{src:\"https://framerusercontent.com/images/4oiSBjeeptWeNNecwgsnm5twvgs.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/4oiSBjeeptWeNNecwgsnm5twvgs.png?scale-down-to=1024 785w,https://framerusercontent.com/images/4oiSBjeeptWeNNecwgsnm5twvgs.png?scale-down-to=2048 1571w,https://framerusercontent.com/images/4oiSBjeeptWeNNecwgsnm5twvgs.png 1750w\"},Ycv32uIUY:(_ref5=internName!==null&&internName!==void 0?internName:props.Ycv32uIUY)!==null&&_ref5!==void 0?_ref5:\"Intern Name\"};};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,Ycv32uIUY,vcvEXbVMC,tcKeVCcHW,Afa3DsPjQ,Bt_3Gnifc,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"coQRb2oUE\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2;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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1v112kc\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"coQRb2oUE\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(250, 209, 200)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},...addPropertyOverrides({xkeExHN4k:{\"data-framer-name\":\"Variant - M\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1oagges\",\"data-styles-preset\":\"qt2AVSZ8E\",children:\"Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature\"})}),className:\"framer-ts7t1k\",\"data-framer-name\":\"Bahtera is a specialty chemical distributor with an extensive product lineup that covers Bahtera is a specialty chemical\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zq7VKdON3\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:Bt_3Gnifc,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fez1v2\",layoutDependency:layoutDependency,layoutId:\"ftlLsQwA6\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1140,intrinsicWidth:875,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+32+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||296)-64-232.22857142857143)/2+104+24)+0),pixelHeight:2280,pixelWidth:1750,sizes:\"80px\",...toResponsiveImage(vcvEXbVMC),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-no3vop\",\"data-framer-name\":\"Intern-2-Adi\",layoutDependency:layoutDependency,layoutId:\"wH8dKCmzp\",...addPropertyOverrides({xkeExHN4k:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:1140,intrinsicWidth:875,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+24+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||393)-48-275)/2+104+24)+0),pixelHeight:2280,pixelWidth:1750,sizes:\"80px\",...toResponsiveImage(vcvEXbVMC),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tazjha\",\"data-framer-name\":\"Frame 2\",layoutDependency:layoutDependency,layoutId:\"d7asZX3Jl\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtNzAw\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-ac4066e3-b10f-4a7e-8ee7-46d827472f1d, rgb(251, 88, 52)))\"},children:\"Adi Wuryanto\"})}),className:\"framer-1qm6dxj\",\"data-framer-name\":\"Drive Your Business Growth with Comprehensive Services.\",fonts:[\"GF;Albert Sans-700\"],layoutDependency:layoutDependency,layoutId:\"yQL8PHD4F\",style:{\"--extracted-a0htzi\":\"var(--token-ac4066e3-b10f-4a7e-8ee7-46d827472f1d, rgb(251, 88, 52))\",\"--framer-paragraph-spacing\":\"0px\"},text:Ycv32uIUY,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({xkeExHN4k:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtNzAw\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-ac4066e3-b10f-4a7e-8ee7-46d827472f1d, rgb(251, 88, 52)))\"},children:\"Intern Name\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtNzAw\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-ab56b2f3-03a0-4814-8c6d-2edfd146e856, rgb(36, 38, 56)))\"},children:\"Digital Marketing Specialist at [Company Name]\"})}),className:\"framer-1w0wqrd\",\"data-framer-name\":\"Our Services\",fonts:[\"GF;Albert Sans-700\"],layoutDependency:layoutDependency,layoutId:\"CaTwtynK1\",style:{\"--extracted-1of0zx5\":\"var(--token-ab56b2f3-03a0-4814-8c6d-2edfd146e856, rgb(36, 38, 56))\",\"--framer-paragraph-spacing\":\"0px\"},text:tcKeVCcHW,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({xkeExHN4k:{children:(_getLocalizedValue2=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtNjAw\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-ab56b2f3-03a0-4814-8c6d-2edfd146e856, rgb(36, 38, 56)))\"},children:\"Digital Marketing Specialist at [Company Name]\"})}),fonts:[\"GF;Albert Sans-600\"]}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtNjAw\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ac4066e3-b10f-4a7e-8ee7-46d827472f1d, rgb(251, 88, 52)))\"},children:\"Batch #2 \u2014 Digital Apprenticeship Program\"})}),className:\"framer-h5w2bn\",\"data-framer-name\":\"Our Services\",fonts:[\"GF;Albert Sans-600\"],layoutDependency:layoutDependency,layoutId:\"Zh2N0GU6t\",style:{\"--extracted-r6o4lv\":\"var(--token-ac4066e3-b10f-4a7e-8ee7-46d827472f1d, rgb(251, 88, 52))\",\"--framer-paragraph-spacing\":\"0px\"},text:Afa3DsPjQ,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({xkeExHN4k:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtNjAw\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-ac4066e3-b10f-4a7e-8ee7-46d827472f1d, rgb(251, 88, 52)))\"},children:\"Batch #2 \u2014 Digital Apprenticeship Program\"})})}},baseVariant,gestureVariant)})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-N45fL.framer-1y476i0, .framer-N45fL .framer-1y476i0 { display: block; }\",\".framer-N45fL.framer-1v112kc { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 32px; position: relative; width: 700px; will-change: var(--framer-will-change-override, transform); }\",\".framer-N45fL .framer-ts7t1k { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-N45fL .framer-fez1v2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-N45fL .framer-no3vop { aspect-ratio: 0.7675438596491229 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 104px); overflow: visible; position: relative; width: 80px; }\",\".framer-N45fL .framer-1tazjha { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: auto; justify-content: center; max-width: 1600px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-N45fL .framer-1qm6dxj, .framer-N45fL .framer-1w0wqrd, .framer-N45fL .framer-h5w2bn { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-N45fL.framer-1v112kc, .framer-N45fL .framer-fez1v2, .framer-N45fL .framer-1tazjha { gap: 0px; } .framer-N45fL.framer-1v112kc > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-N45fL.framer-1v112kc > :first-child, .framer-N45fL .framer-1tazjha > :first-child { margin-top: 0px; } .framer-N45fL.framer-1v112kc > :last-child, .framer-N45fL .framer-1tazjha > :last-child { margin-bottom: 0px; } .framer-N45fL .framer-fez1v2 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-N45fL .framer-fez1v2 > :first-child { margin-left: 0px; } .framer-N45fL .framer-fez1v2 > :last-child { margin-right: 0px; } .framer-N45fL .framer-1tazjha > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",\".framer-N45fL.framer-v-tkz1cx.framer-1v112kc { padding: 24px; width: 350px; }\",\".framer-N45fL.framer-v-tkz1cx .framer-fez1v2 { align-content: flex-start; align-items: flex-start; gap: 16px; }\",\".framer-N45fL.framer-v-tkz1cx .framer-1tazjha { align-self: unset; flex: 1 0 0px; height: min-content; width: 1px; }\",\".framer-N45fL.framer-v-tkz1cx .framer-1w0wqrd, .framer-N45fL.framer-v-tkz1cx .framer-h5w2bn { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-N45fL.framer-v-tkz1cx .framer-fez1v2 { gap: 0px; } .framer-N45fL.framer-v-tkz1cx .framer-fez1v2 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-N45fL.framer-v-tkz1cx .framer-fez1v2 > :first-child { margin-left: 0px; } .framer-N45fL.framer-v-tkz1cx .framer-fez1v2 > :last-child { margin-right: 0px; } }\",...sharedStyle.css,'.framer-N45fL[data-border=\"true\"]::after, .framer-N45fL [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 296\n * @framerIntrinsicWidth 700\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"xkeExHN4k\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"Ycv32uIUY\":\"internName\",\"vcvEXbVMC\":\"internPhoto\",\"tcKeVCcHW\":\"workplace\",\"Afa3DsPjQ\":\"batchNumber\",\"Bt_3Gnifc\":\"testimonial\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerypQVF6cOD=withCSS(Component,css,\"framer-N45fL\");export default FramerypQVF6cOD;FramerypQVF6cOD.displayName=\"Testimony Card\";FramerypQVF6cOD.defaultProps={height:296,width:700};addPropertyControls(FramerypQVF6cOD,{variant:{options:[\"coQRb2oUE\",\"xkeExHN4k\"],optionTitles:[\"Variant 1\",\"Variant - M\"],title:\"Variant\",type:ControlType.Enum},Ycv32uIUY:{defaultValue:\"Intern Name\",displayTextArea:false,title:\"Intern Name\",type:ControlType.String},vcvEXbVMC:{__defaultAssetReference:\"data:framer/asset-reference,4oiSBjeeptWeNNecwgsnm5twvgs.png?originalFilename=Intern-2-Adi.png&preferredSize=auto\",title:\"Intern Photo\",type:ControlType.ResponsiveImage},tcKeVCcHW:{defaultValue:\"Digital Marketing Specialist at [Company Name]\",displayTextArea:false,title:\"Workplace\",type:ControlType.String},Afa3DsPjQ:{defaultValue:\"Batch #2 \u2014 Digital Apprenticeship Program\",displayTextArea:false,title:\"Batch Number\",type:ControlType.String},Bt_3Gnifc:{defaultValue:\"Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature\",displayTextArea:false,title:\"Testimonial\",type:ControlType.String}});addFonts(FramerypQVF6cOD,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Albert Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHTJT_qY32TxAj1g.woff2\",weight:\"700\"},{family:\"Albert Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHdZT_qY32TxAj1g.woff2\",weight:\"600\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerypQVF6cOD\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"700\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xkeExHN4k\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"Ycv32uIUY\\\":\\\"internName\\\",\\\"vcvEXbVMC\\\":\\\"internPhoto\\\",\\\"tcKeVCcHW\\\":\\\"workplace\\\",\\\"Afa3DsPjQ\\\":\\\"batchNumber\\\",\\\"Bt_3Gnifc\\\":\\\"testimonial\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"296\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"GF;Albert Sans-600\"]);export const fonts=[{family:\"Albert Sans\",moduleAsset:{localModuleIdentifier:\"local-module:css/yIPUHskHR:default\",url:\"https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHdZT_rI32TxAj1g.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHdZT_rI32TxAj1g.ttf\",weight:\"600\"}];export const css=['.framer-vbs9i .framer-styles-preset-19b9ohe:not(.rich-text-wrapper), .framer-vbs9i .framer-styles-preset-19b9ohe.rich-text-wrapper h1, .framer-vbs9i .framer-styles-preset-19b9ohe.rich-text-wrapper [data-preset-tag=\"h1\"] { --framer-font-family: \"Albert Sans\", sans-serif; --framer-font-size: 56px; --framer-font-style: normal; --framer-font-weight: 600; --framer-letter-spacing: 0.78px; --framer-line-height: 120%; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-ab56b2f3-03a0-4814-8c6d-2edfd146e856, #242638); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 810px) { .framer-vbs9i .framer-styles-preset-19b9ohe:not(.rich-text-wrapper), .framer-vbs9i .framer-styles-preset-19b9ohe.rich-text-wrapper h1, .framer-vbs9i .framer-styles-preset-19b9ohe.rich-text-wrapper [data-preset-tag=\"h1\"] { --framer-font-family: \"Albert Sans\", sans-serif; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-weight: 600; --framer-letter-spacing: 0.78px; --framer-line-height: 120%; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-ab56b2f3-03a0-4814-8c6d-2edfd146e856, #242638); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-vbs9i .framer-styles-preset-19b9ohe:not(.rich-text-wrapper), .framer-vbs9i .framer-styles-preset-19b9ohe.rich-text-wrapper h1, .framer-vbs9i .framer-styles-preset-19b9ohe.rich-text-wrapper [data-preset-tag=\"h1\"] { --framer-font-family: \"Albert Sans\", sans-serif; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-weight: 600; --framer-letter-spacing: 0.78px; --framer-line-height: 120%; --framer-paragraph-spacing: 0px; --framer-text-alignment: center; --framer-text-color: var(--token-ab56b2f3-03a0-4814-8c6d-2edfd146e856, #242638); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-vbs9i\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ddd30d5)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={aPNXT51oS:new LazyValue(()=>import(\"./eBJ94gcHr-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ddd30d5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,ResolveLinks,RichText,SVG,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Icon as Iconoir}from\"https://framerusercontent.com/modules/zL9598C4KbEbqUGvSR14/rI8sPHpnG9XGcCPc0vU4/Iconoir.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/z9LFDX6PKECtSqS68OWD/SlideShow.js\";import Button from\"#framer/local/canvasComponent/cE5Kjk8RW/cE5Kjk8RW.js\";import NavbarTransparent from\"#framer/local/canvasComponent/Ekg2_kSIT/Ekg2_kSIT.js\";import FooterV2 from\"#framer/local/canvasComponent/ImC9tJ_zh/ImC9tJ_zh.js\";import CardSubServices from\"#framer/local/canvasComponent/NnraRrDuF/NnraRrDuF.js\";import CardHowItWork from\"#framer/local/canvasComponent/S0G3cB6hD/S0G3cB6hD.js\";import TestimonyCard from\"#framer/local/canvasComponent/ypQVF6cOD/ypQVF6cOD.js\";import NavbarBGWhite from\"#framer/local/canvasComponent/ZDIvb0QIx/ZDIvb0QIx.js\";import*as sharedStyle1 from\"#framer/local/css/DhfXh095P/DhfXh095P.js\";import*as sharedStyle4 from\"#framer/local/css/JND7BSpWi/JND7BSpWi.js\";import*as sharedStyle2 from\"#framer/local/css/jSULXOMfn/jSULXOMfn.js\";import*as sharedStyle from\"#framer/local/css/MxtciehpW/MxtciehpW.js\";import*as sharedStyle7 from\"#framer/local/css/qi4Ry1eaa/qi4Ry1eaa.js\";import*as sharedStyle6 from\"#framer/local/css/RVHpViCg5/RVHpViCg5.js\";import*as sharedStyle3 from\"#framer/local/css/UARPzMadf/UARPzMadf.js\";import*as sharedStyle5 from\"#framer/local/css/yIPUHskHR/yIPUHskHR.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/eBJ94gcHr/eBJ94gcHr.js\";import metadataProvider from\"#framer/local/webPageMetadata/eBJ94gcHr/eBJ94gcHr.js\";const NavbarTransparentFonts=getFonts(NavbarTransparent);const NavbarBGWhiteFonts=getFonts(NavbarBGWhite);const ContainerWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(Container));const IconoirFonts=getFonts(Iconoir);const ButtonFonts=getFonts(Button);const TestimonyCardFonts=getFonts(TestimonyCard);const SlideshowFonts=getFonts(Slideshow);const CardSubServicesFonts=getFonts(CardSubServices);const CardHowItWorkFonts=getFonts(CardHowItWork);const FooterV2Fonts=getFonts(FooterV2);const breakpoints={Fhb3I0oBv:\"(min-width: 1200px) and (max-width: 1439px)\",kCMVCHtrC:\"(min-width: 810px) and (max-width: 1199px)\",L0RswE_C3:\"(max-width: 809px)\",oCk2QXySR:\"(min-width: 1440px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-gYXmL\";const variantClassNames={Fhb3I0oBv:\"framer-v-aodefo\",kCMVCHtrC:\"framer-v-1n976s2\",L0RswE_C3:\"framer-v-h31wxw\",oCk2QXySR:\"framer-v-2or5wt\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-150};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const metadata=metadataProvider();const humanReadableVariantMap={\"Small-Desktop\":\"Fhb3I0oBv\",Desktop:\"oCk2QXySR\",Phone:\"L0RswE_C3\",Tablet:\"kCMVCHtrC\"};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:\"oCk2QXySR\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-gYXmL`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-gYXmL`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"L0RswE_C3\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"L0RswE_C3\")return false;return true;};const ref2=React.useRef(null);const router=useRouter();const ref3=React.useRef(null);const elementId=useRouteElementId(\"rNrfr2ZW8\");const ref4=React.useRef(null);const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"kCMVCHtrC\")return false;return true;};usePreloadLocalizedValues(activeLocale);const isDisplayed3=()=>{if(!isBrowser())return true;if([\"kCMVCHtrC\",\"L0RswE_C3\"].includes(baseVariant))return false;return true;};const elementId1=useRouteElementId(\"JDhVfhSnu\");const ref5=React.useRef(null);const elementId2=useRouteElementId(\"FrIgBp1au\");const ref6=React.useRef(null);const elementId3=useRouteElementId(\"ozqJVXqpV\");const elementId4=useRouteElementId(\"w9i6KA0vO\");const elementId5=useRouteElementId(\"VHvz04nvY\");const ref7=React.useRef(null);const elementId6=useRouteElementId(\"BpwjNC1OK\");const ref8=React.useRef(null);const elementId7=useRouteElementId(\"RTX8ToBda\");const ref9=React.useRef(null);const elementId8=useRouteElementId(\"SePiSWm1x\");const ref10=React.useRef(null);const isDisplayed4=()=>{if(!isBrowser())return true;if(baseVariant===\"kCMVCHtrC\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className];useCustomCursors({});var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2;return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"oCk2QXySR\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-2or5wt\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L0RswE_C3:{height:92,width:\"100vw\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-qn7iln-container hidden-2or5wt hidden-1n976s2 hidden-aodefo\",layoutScroll:true,children:/*#__PURE__*/_jsx(NavbarTransparent,{height:\"100%\",id:\"iiamrp5X7\",layoutId:\"iiamrp5X7\",style:{width:\"100%\"},variant:\"YXf6QBaCZ\",width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":tmmaL2_iR\",webPageId:\"nuDEGx2bH\"},implicitPathVariables:undefined},{href:{hash:\":tmmaL2_iR\",webPageId:\"nuDEGx2bH\"},implicitPathVariables:undefined},{href:{hash:\":tmmaL2_iR\",webPageId:\"nuDEGx2bH\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kCMVCHtrC:{width:\"95.0617vw\",y:16}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:66,y:830,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Fhb3I0oBv:{__framer__targets:[{offset:-150,ref:ref3,target:\"animate\"}]},kCMVCHtrC:{__framer__styleAppearEffectEnabled:undefined,animate:animation1,initial:animation2,optimized:true}},children:/*#__PURE__*/_jsx(ContainerWithFXWithOptimizedAppearEffect,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__targets:[{ref:ref2,target:\"animate\"}],__framer__threshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-12skqdx-container hidden-h31wxw\",\"data-framer-appear-id\":\"12skqdx\",layoutScroll:true,transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Fhb3I0oBv:{a9oRV4G3_:resolvedLinks[2],variant:\"gBuNuKilk\"},kCMVCHtrC:{a9oRV4G3_:resolvedLinks[1],style:{width:\"100%\"},variant:\"nkgtx8Xgh\"}},children:/*#__PURE__*/_jsx(NavbarBGWhite,{a9oRV4G3_:resolvedLinks[0],height:\"100%\",id:\"gzj6ZR___\",layoutId:\"gzj6ZR___\",variant:\"D7fatoXLD\",width:\"100%\"})})})})})})}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c6g5bf hidden-h31wxw\",\"data-framer-name\":\"Hero-Section\",id:elementId,name:\"Hero-Section\",ref:ref4,children:[isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ddlm68-container hidden-1n976s2\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Fhb3I0oBv:{variant:\"fpPXpZ_Tq\"}},children:/*#__PURE__*/_jsx(NavbarTransparent,{height:\"100%\",id:\"AHjmZADSI\",layoutId:\"AHjmZADSI\",style:{width:\"100%\"},variant:\"kUDgbjASm\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-oo02k4\",\"data-framer-name\":\"Frame 111\",name:\"Frame 111\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-mia4yx\",\"data-framer-name\":\"Vector 19\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:1433,intrinsicWidth:1775,name:\"Vector 19\",svg:'<svg width=\"1775\" height=\"1433\" viewBox=\"-1 -1 1775 1433\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_f_300_6429)\">\\n<path d=\"M814.025 486.663L0.84375 259L176.043 1330.85C178.431 1345.46 601.799 1053.09 813.185 905.073L799.215 1331.4L1699.95 726.955L1638.64 351.876L818.431 125.362L814.025 486.663Z\" fill=\"url(#paint0_linear_300_6429)\"/>\\n</g>\\n<defs>\\n<filter id=\"filter0_f_300_6429\" x=\"-19.1562\" y=\"105.362\" width=\"1739.1\" height=\"1246.04\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"10\" result=\"effect1_foregroundBlur_300_6429\"/>\\n</filter>\\n<linearGradient id=\"paint0_linear_300_6429\" x1=\"1547.99\" y1=\"79.6711\" x2=\"153.593\" y2=\"1325.87\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FFB54E\"/>\\n<stop offset=\"1\" stop-color=\"#FF5C1C\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17ukcka\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1t8jag1\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pka51x\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hmx5wn-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-9b0daf96-8582-4dc7-b65d-17a45367684e, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"CheckCircledOutline\",id:\"fVqrQNV_H\",layoutId:\"fVqrQNV_H\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Fhb3I0oBv:{children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-11094el\",\"data-styles-preset\":\"MxtciehpW\",style:{\"--framer-text-color\":\"var(--token-9b0daf96-8582-4dc7-b65d-17a45367684e, rgb(255, 255, 255))\"},children:\"Currently open\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-11094el\",\"data-styles-preset\":\"MxtciehpW\",style:{\"--framer-text-color\":\"var(--token-9b0daf96-8582-4dc7-b65d-17a45367684e, rgb(255, 255, 255))\"},children:\"Currently open\"})}),className:\"framer-16o8jt2\",\"data-framer-name\":\"Unlock exponential growth for your business, Hassle-free!\",fonts:[\"Inter\"],name:\"Unlock exponential growth for your business, Hassle-free!\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-dkjvbr\",\"data-styles-preset\":\"DhfXh095P\",children:\"Digital Apprenticeship Program\"})}),className:\"framer-1fhccxb\",\"data-framer-name\":\"Unlock exponential growth for your business, Hassle-free!\",fonts:[\"Inter\"],name:\"Unlock exponential growth for your business, Hassle-free!\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ve00xc\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kCMVCHtrC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1per5ph\",\"data-styles-preset\":\"jSULXOMfn\",style:{\"--framer-text-alignment\":\"left\"},children:\"Get selected through an intense screening process and work on real project under direct supervise of industry experts\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1per5ph\",\"data-styles-preset\":\"jSULXOMfn\",children:\"Get selected through an intense screening process and work on real project under direct supervise of industry experts\"})}),className:\"framer-d6xzgi\",\"data-framer-name\":\"Digitalize and scale-up your business, save time and effort with out full-stack digital solutions. Collaborate with us to achieve your sustainable growth!\",fonts:[\"Inter\"],name:\"Digitalize and scale-up your business, save time and effort with out full-stack digital solutions. Collaborate with us to achieve your sustainable growth!\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"lBrZCBJL2\"},implicitPathVariables:undefined},{href:{webPageId:\"lBrZCBJL2\"},implicitPathVariables:undefined},{href:{webPageId:\"lBrZCBJL2\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kCMVCHtrC:{y:422.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,y:484.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ditryf-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Fhb3I0oBv:{VaNi2HMV_:resolvedLinks1[2]},kCMVCHtrC:{VaNi2HMV_:resolvedLinks1[1],variant:\"Wx90NH2fy\"}},children:/*#__PURE__*/_jsx(Button,{ASv0ggACN:\"Join The Circle Now!\",height:\"100%\",id:\"TqP6WGD42\",layoutId:\"TqP6WGD42\",VaNi2HMV_:resolvedLinks1[0],variant:\"g1DN_iTzk\",width:\"100%\"})})})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Fhb3I0oBv:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(182),pixelHeight:1016,pixelWidth:1204,positionX:\"center\",positionY:\"center\",sizes:\"544px\",src:\"https://framerusercontent.com/images/daU7UsYB6QUbqPrUP7knj3CBNw.png\",srcSet:\"https://framerusercontent.com/images/daU7UsYB6QUbqPrUP7knj3CBNw.png?scale-down-to=512 512w,https://framerusercontent.com/images/daU7UsYB6QUbqPrUP7knj3CBNw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/daU7UsYB6QUbqPrUP7knj3CBNw.png 1204w\"}},kCMVCHtrC:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(478.4),pixelHeight:1016,pixelWidth:1204,positionX:\"center\",positionY:\"center\",sizes:\"calc(min(100vw, 1600px) - 64px)\",src:\"https://framerusercontent.com/images/daU7UsYB6QUbqPrUP7knj3CBNw.png\",srcSet:\"https://framerusercontent.com/images/daU7UsYB6QUbqPrUP7knj3CBNw.png?scale-down-to=512 512w,https://framerusercontent.com/images/daU7UsYB6QUbqPrUP7knj3CBNw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/daU7UsYB6QUbqPrUP7knj3CBNw.png 1204w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(182),pixelHeight:1016,pixelWidth:1204,positionX:\"center\",positionY:\"center\",sizes:\"max((min(100vw, 1600px) - 160px) / 2 - 16px, 1px)\",src:\"https://framerusercontent.com/images/daU7UsYB6QUbqPrUP7knj3CBNw.png\",srcSet:\"https://framerusercontent.com/images/daU7UsYB6QUbqPrUP7knj3CBNw.png?scale-down-to=512 512w,https://framerusercontent.com/images/daU7UsYB6QUbqPrUP7knj3CBNw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/daU7UsYB6QUbqPrUP7knj3CBNw.png 1204w\"},className:\"framer-151p3lv\"})})]})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19awcnf hidden-1n976s2 hidden-h31wxw\",id:elementId1,ref:ref5,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-81m13x\",\"data-framer-name\":\"Frame 2\",name:\"Frame 2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-11094el\",\"data-styles-preset\":\"MxtciehpW\",style:{\"--framer-text-alignment\":\"center\"},children:\"Alumni testimonial\"})}),className:\"framer-1gtn5lb\",\"data-framer-name\":\"Our Services\",fonts:[\"Inter\"],name:\"Our Services\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1v4crj0\",\"data-styles-preset\":\"UARPzMadf\",style:{\"--framer-text-alignment\":\"center\"},children:\"What do they say\"})}),className:\"framer-zfkh08\",\"data-framer-name\":\"Drive Your Business Growth with Comprehensive Services.\",fonts:[\"Inter\"],name:\"Drive Your Business Growth with Comprehensive Services.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yntb56\",\"data-framer-name\":\"Testimony D\",name:\"Testimony D\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-bggxth-container\",\"data-framer-name\":\"Testimony Slides\",id:elementId2,name:\"Testimony Slides\",ref:ref6,children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"var(--token-ac4066e3-b10f-4a7e-8ee7-46d827472f1d, rgb(251, 88, 52))\",arrowGap:24,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"bottom-mid\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:40,showMouseControls:true},autoPlayControl:false,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:21,overflow:false},gap:8,height:\"100%\",id:\"FrIgBp1au\",intervalControl:2,itemAmount:1,layoutId:\"FrIgBp1au\",name:\"Testimony Slides\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:296,width:\"700px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-4jfb1y-container\",\"data-framer-name\":\"Adi\",name:\"Adi\",children:/*#__PURE__*/_jsx(TestimonyCard,{Afa3DsPjQ:\"Batch #2 \u2014 Digital Apprenticeship Program\",Bt_3Gnifc:\"Terimakasih banget udh di ajarin banyak hal.. Berkat ilmu yang kalian kasih kak , jadi kepake banget\uD83D\uDE2D. Dan ternyata bnyk temen seangkatan dulu yang belum sampai sedalem itu belajarnya. Bahkah, alhamdulillahnya aku di agency yang sekarang jadi tim lead kak\",height:\"100%\",id:\"mtHxhhntv\",layoutId:\"mtHxhhntv\",name:\"Adi\",style:{width:\"100%\"},tcKeVCcHW:\"Digital Marketing Team Lead at Agency in Bengkulu\",variant:\"coQRb2oUE\",vcvEXbVMC:addImageAlt({src:\"https://framerusercontent.com/images/TfsghvqV32DMsd1Bwi36aQB3BI.png\",srcSet:\"https://framerusercontent.com/images/TfsghvqV32DMsd1Bwi36aQB3BI.png?scale-down-to=1024 743w,https://framerusercontent.com/images/TfsghvqV32DMsd1Bwi36aQB3BI.png?scale-down-to=2048 1487w,https://framerusercontent.com/images/TfsghvqV32DMsd1Bwi36aQB3BI.png 1750w\"},\"\"),width:\"100%\",Ycv32uIUY:\"Pri Yogha Yasa\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:296,width:\"700px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-13xqbbl-container\",\"data-framer-name\":\"Yoga\",name:\"Yoga\",children:/*#__PURE__*/_jsx(TestimonyCard,{Afa3DsPjQ:\"Batch #1 \u2014 Digital Apprenticeship Program\",Bt_3Gnifc:\"Disini lebih dari sekadar magang, Di GoesDigital, selain belajar digital marketing yang sangat luas, aku juga belajar time manangement dan cara handle client. Ditambah lagi Mentor dan tim yang supportive membuatku pede berlomba buat jadi lebih baik. Efeknya sangat berasa saat aku kerja sekarang. Aku jadi lebih cepat mengerjakan sesuatu dan mudah mengambil keputusan dengan matang. Thank you buat GoesDigital, semoga kedepannya program ini jalan terus. Aamiin \",height:\"100%\",id:\"EdtJdlKst\",layoutId:\"EdtJdlKst\",name:\"Yoga\",style:{width:\"100%\"},tcKeVCcHW:\"SEO Specialist at Otten Coffee\",variant:\"coQRb2oUE\",vcvEXbVMC:addImageAlt({src:\"https://framerusercontent.com/images/SGkg3GPrMv846zQR6hINjr0Byw4.png\"},\"\"),width:\"100%\",Ycv32uIUY:\"Rizqy Oktiano\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:296,width:\"700px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-vruny5-container\",\"data-framer-name\":\"Rizky\",name:\"Rizky\",children:/*#__PURE__*/_jsx(TestimonyCard,{Afa3DsPjQ:\"Batch #3 \u2014 Digital Apprenticeship Program\",Bt_3Gnifc:\"Banyak hal yang sudah dipelajari selama intern di Goes Digital dan salah satunya adalah melihat bagaimana digital marketing effort berdampak pada sebuah bisnis. Dapat kesempatan buat pegang banyak brand dengan lebih dari satu stream bikin skill gue jadi lebih meningkat, khususnya pada hal teknis dan analisis. It was such an amazing experience that i ever had!\",height:\"100%\",id:\"R_MKfw1Ms\",layoutId:\"R_MKfw1Ms\",name:\"Rizky\",style:{width:\"100%\"},tcKeVCcHW:\"Digital Marketing Specialist at Safety & Industrial Equipment \",variant:\"coQRb2oUE\",vcvEXbVMC:addImageAlt({src:\"https://framerusercontent.com/images/zyOo5c4SYPBRxqL8LBuTOEX3zvU.webp\",srcSet:\"https://framerusercontent.com/images/zyOo5c4SYPBRxqL8LBuTOEX3zvU.webp?scale-down-to=1024 823w,https://framerusercontent.com/images/zyOo5c4SYPBRxqL8LBuTOEX3zvU.webp 959w\"},\"\"),width:\"100%\",Ycv32uIUY:\"M. Reza Latief\"})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-13e5kd3\",\"data-framer-name\":\"Sub-Services\",id:elementId3,name:\"Sub-Services\",ref:ref2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1agh5jw\",\"data-framer-name\":\"Frame 2\",name:\"Frame 2\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kCMVCHtrC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-9es2s\",\"data-styles-preset\":\"JND7BSpWi\",style:{\"--framer-text-alignment\":\"center\"},children:\"Find Your Apprenticeship Stream\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-9es2s\",\"data-styles-preset\":\"JND7BSpWi\",children:\"Find Your Apprenticeship Stream\"})}),className:\"framer-esrlng\",\"data-framer-name\":\"Drive Your Business Growth with Comprehensive Services.\",fonts:[\"Inter\"],name:\"Drive Your Business Growth with Comprehensive Services.\",verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jri4s8\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Fhb3I0oBv:{width:\"max((100vw - 80px) / 2, 200px)\",y:1267.9999999999998},kCMVCHtrC:{width:\"max((100vw - 82px) / 2, 200px)\",y:1499.6},L0RswE_C3:{width:\"calc(100vw - 40px)\",y:1675.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:451,width:\"max((min(100vw - 160px, 1600px) - 24px) / 2, 200px)\",y:1307.9999999999998,children:/*#__PURE__*/_jsx(Container,{className:\"framer-6mjv7s-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kCMVCHtrC:{variant:\"z73Pj4TKF\"},L0RswE_C3:{style:{width:\"100%\"},variant:\"vSgcjQmGv\"}},children:/*#__PURE__*/_jsx(CardSubServices,{bcQdkrIoG:\"Top Funnel\",gl0VIwFcu:addImageAlt({src:\"https://framerusercontent.com/images/66GgSkCWx7XiH1DnyzSckI.webp\",srcSet:\"https://framerusercontent.com/images/66GgSkCWx7XiH1DnyzSckI.webp?scale-down-to=512 512w,https://framerusercontent.com/images/66GgSkCWx7XiH1DnyzSckI.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/66GgSkCWx7XiH1DnyzSckI.webp 1208w\"},\"Icons representing social media platforms such as facebook, instagram, tiktok, and twitter. With the title 'Social Media Management,' this describing GoesDigital\u2019s services for managing social media to enhance engagement, brand awareness, and conversion rates\"),height:\"100%\",id:\"QmGJdYU8o\",layoutId:\"QmGJdYU8o\",mUK3_CwVF:\"Bottom Funnel\",nNhNoSuMe:\"Middle Funnel\",nxjfaci32:\"-\",okZeEEVPF:\"Gain hands-on experience across different stages of the customer journey, helping to adapt campaigns that drive growth. By combining organic and paid strategies, you\u2019ll contribute to achieving business goals while staying agile in a constantly evolving market\",qv_IOkXVu:\"\",SnLYlDBJR:\"Growth & Digital Marketing\",style:{height:\"100%\",width:\"100%\"},uY8ux9HdW:\"-\",variant:\"fNOucbRtT\",vd25OFPLg:\"-\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Fhb3I0oBv:{width:\"max((100vw - 80px) / 2, 200px)\",y:1267.9999999999998},kCMVCHtrC:{width:\"max((100vw - 82px) / 2, 200px)\",y:1499.6},L0RswE_C3:{width:\"calc(100vw - 40px)\",y:2138.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:451,width:\"max((min(100vw - 160px, 1600px) - 24px) / 2, 200px)\",y:1307.9999999999998,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16cig2h-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kCMVCHtrC:{variant:\"YFGwcNwAa\"},L0RswE_C3:{style:{width:\"100%\"},variant:\"YFGwcNwAa\"}},children:/*#__PURE__*/_jsx(CardSubServices,{bcQdkrIoG:\"Graphic Design for Marketing\",gl0VIwFcu:addImageAlt({src:\"https://framerusercontent.com/images/H0xDh6sAeo3BBzxvNxBVSevjfSk.webp\",srcSet:\"https://framerusercontent.com/images/H0xDh6sAeo3BBzxvNxBVSevjfSk.webp?scale-down-to=512 512w,https://framerusercontent.com/images/H0xDh6sAeo3BBzxvNxBVSevjfSk.webp?scale-down-to=1024 1024w,https://framerusercontent.com/images/H0xDh6sAeo3BBzxvNxBVSevjfSk.webp 1208w\"},\"Illustration of a magnifying glass over a search bar with the title 'Content Marketing & SEO,' focusing on GoesDigital\u2019s data-driven strategies to elevate search rankings and customer reach.\"),height:\"100%\",id:\"eBvSee9uv\",layoutId:\"eBvSee9uv\",mUK3_CwVF:\"Strategic Design Decision\",nNhNoSuMe:\"UI/UX for Marketing\",nxjfaci32:\"-\",okZeEEVPF:\"Stay ahead of the curve and become a designer who makes strategic decisions that drive real results. Ensure your designs not only deliver aesthetic value but also create meaningful business impact in today\u2019s fast-paced, AI-driven world\",qv_IOkXVu:\"\",SnLYlDBJR:\"Full Stack Designer\",style:{height:\"100%\",width:\"100%\"},uY8ux9HdW:\"-\",variant:\"fNOucbRtT\",vd25OFPLg:\"-\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ijd04\",\"data-framer-name\":\"About-Services\",id:elementId4,name:\"About-Services\",ref:ref3,children:/*#__PURE__*/_jsxs(\"header\",{className:\"framer-1tt1su2\",\"data-framer-name\":\"Header\",name:\"Header\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jpgw0p\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kCMVCHtrC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-11094el\",\"data-styles-preset\":\"MxtciehpW\",children:\"WHAT TO eXPECT\"})})},L0RswE_C3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-11094el\",\"data-styles-preset\":\"MxtciehpW\",style:{\"--framer-text-alignment\":\"left\"},children:\"WHAT TO eXPECT\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-11094el\",\"data-styles-preset\":\"MxtciehpW\",children:\"What to expect\"})}),className:\"framer-7kom9s\",\"data-framer-name\":\"Growth Solution for All Stages\",fonts:[\"Inter\"],name:\"Growth Solution for All Stages\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L0RswE_C3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-19b9ohe\",\"data-styles-preset\":\"yIPUHskHR\",style:{\"--framer-text-alignment\":\"left\"},children:\"Grow, Learn, and Build Your Professional Future\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1v4crj0\",\"data-styles-preset\":\"UARPzMadf\",children:\"Grow, Learn, and Build Your Professional Future\"})}),className:\"framer-17xxm5b\",\"data-framer-name\":\"Everything For Business Growth, In One Place\",fonts:[\"Inter\"],name:\"Everything For Business Growth, In One Place\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fqn6ze\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f1srq7\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ss1bu2-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-ac4066e3-b10f-4a7e-8ee7-46d827472f1d, rgb(251, 88, 52))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Group\",id:\"FgrybIPDI\",layoutId:\"FgrybIPDI\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L0RswE_C3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1k3xjlt\",\"data-styles-preset\":\"RVHpViCg5\",style:{\"--framer-text-alignment\":\"left\"},children:[\"Work in \",/*#__PURE__*/_jsx(\"strong\",{children:\"real world projects\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1k3xjlt\",\"data-styles-preset\":\"RVHpViCg5\",children:[\"Work in \",/*#__PURE__*/_jsx(\"strong\",{children:\"real world projects\"})]})}),className:\"framer-lhe17n\",\"data-framer-name\":\"Bahtera is a specialty chemical distributor with an extensive product lineup that covers Bahtera is a specialty chemical\",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Bahtera is a specialty chemical distributor with an extensive product lineup that covers Bahtera is a specialty chemical\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dmh4tj\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ih62g6-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-ac4066e3-b10f-4a7e-8ee7-46d827472f1d, rgb(251, 88, 52))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"DocStar\",id:\"InML0lgde\",layoutId:\"InML0lgde\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L0RswE_C3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1k3xjlt\",\"data-styles-preset\":\"RVHpViCg5\",style:{\"--framer-text-alignment\":\"left\"},children:[\"Gain \",/*#__PURE__*/_jsx(\"strong\",{children:\"Exposure Across Diverse Industries\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1k3xjlt\",\"data-styles-preset\":\"RVHpViCg5\",children:[\"Gain \",/*#__PURE__*/_jsx(\"strong\",{children:\"Exposure Across Diverse Industries\"})]})}),className:\"framer-1wlu4gk\",\"data-framer-name\":\"Bahtera is a specialty chemical distributor with an extensive product lineup that covers Bahtera is a specialty chemical\",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Bahtera is a specialty chemical distributor with an extensive product lineup that covers Bahtera is a specialty chemical\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l7liz5\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-16tk4c3-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-ac4066e3-b10f-4a7e-8ee7-46d827472f1d, rgb(251, 88, 52))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"FastArrowTop\",id:\"Mksjv4HJ3\",layoutId:\"Mksjv4HJ3\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L0RswE_C3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1k3xjlt\",\"data-styles-preset\":\"RVHpViCg5\",style:{\"--framer-text-alignment\":\"left\"},children:[\"Develop your \",/*#__PURE__*/_jsx(\"strong\",{children:\"professional portfolio\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1k3xjlt\",\"data-styles-preset\":\"RVHpViCg5\",children:[\"Develop your \",/*#__PURE__*/_jsx(\"strong\",{children:\"professional portfolio\"})]})}),className:\"framer-1flip7j\",\"data-framer-name\":\"Bahtera is a specialty chemical distributor with an extensive product lineup that covers Bahtera is a specialty chemical\",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Bahtera is a specialty chemical distributor with an extensive product lineup that covers Bahtera is a specialty chemical\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hnu0zz\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bhwcqi-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-ac4066e3-b10f-4a7e-8ee7-46d827472f1d, rgb(251, 88, 52))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"UserScan\",id:\"wdEgu3XAl\",layoutId:\"wdEgu3XAl\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L0RswE_C3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1k3xjlt\",\"data-styles-preset\":\"RVHpViCg5\",style:{\"--framer-text-alignment\":\"left\"},children:[\"Explore your \",/*#__PURE__*/_jsx(\"strong\",{children:\"potential beyond boundaries\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1k3xjlt\",\"data-styles-preset\":\"RVHpViCg5\",children:[\"Explore your \",/*#__PURE__*/_jsx(\"strong\",{children:\"potential beyond boundaries\"})]})}),className:\"framer-lybhkh\",\"data-framer-name\":\"Bahtera is a specialty chemical distributor with an extensive product lineup that covers Bahtera is a specialty chemical\",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Bahtera is a specialty chemical distributor with an extensive product lineup that covers Bahtera is a specialty chemical\",verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ek5omi\",\"data-framer-name\":\"About-Services\",id:elementId5,name:\"About-Services\",ref:ref7,children:/*#__PURE__*/_jsxs(\"header\",{className:\"framer-68cxd9\",\"data-framer-name\":\"Header\",name:\"Header\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u71ml5\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kCMVCHtrC:{children:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-11094el\",\"data-styles-preset\":\"MxtciehpW\",style:{\"--framer-text-alignment\":\"left\"},children:\"Open Opportunities \"})})},L0RswE_C3:{children:(_getLocalizedValue2=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-11094el\",\"data-styles-preset\":\"MxtciehpW\",style:{\"--framer-text-alignment\":\"left\"},children:\"OUR Digital Apprenticeship PROGRAM\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-11094el\",\"data-styles-preset\":\"MxtciehpW\",children:\"Open Opportunities \"})}),className:\"framer-1oirfke\",\"data-framer-name\":\"Growth Solution for All Stages\",fonts:[\"Inter\"],name:\"Growth Solution for All Stages\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kCMVCHtrC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1v4crj0\",\"data-styles-preset\":\"UARPzMadf\",style:{\"--framer-text-alignment\":\"left\"},children:\"Key Qualifications for Joining Our Program\"})})},L0RswE_C3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1v4crj0\",\"data-styles-preset\":\"UARPzMadf\",style:{\"--framer-text-alignment\":\"left\"},children:\"Key Qualifications for Joining Our Program\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1v4crj0\",\"data-styles-preset\":\"UARPzMadf\",children:\"Key Qualifications for Joining Our Program\"})}),className:\"framer-2ozo05\",\"data-framer-name\":\"Everything For Business Growth, In One Place\",fonts:[\"Inter\"],name:\"Everything For Business Growth, In One Place\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qcz139\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-437qft\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dbqix9-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-ac4066e3-b10f-4a7e-8ee7-46d827472f1d, rgb(251, 88, 52))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Refresh\",id:\"ithMsSTY7\",layoutId:\"ithMsSTY7\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L0RswE_C3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1k3xjlt\",\"data-styles-preset\":\"RVHpViCg5\",style:{\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Committed to growth and skill improvement\"}),\", even though this is an \",/*#__PURE__*/_jsx(\"strong\",{children:\"unpaid program\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1k3xjlt\",\"data-styles-preset\":\"RVHpViCg5\",children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Committed to growth and skill improvement\"}),\", even though this is an \",/*#__PURE__*/_jsx(\"strong\",{children:\"unpaid program\"})]})}),className:\"framer-1jro94k\",\"data-framer-name\":\"Bahtera is a specialty chemical distributor with an extensive product lineup that covers Bahtera is a specialty chemical\",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Bahtera is a specialty chemical distributor with an extensive product lineup that covers Bahtera is a specialty chemical\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1frogks\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-3numf8-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-ac4066e3-b10f-4a7e-8ee7-46d827472f1d, rgb(251, 88, 52))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Timer\",id:\"zbYdDjecQ\",layoutId:\"zbYdDjecQ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L0RswE_C3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1k3xjlt\",\"data-styles-preset\":\"RVHpViCg5\",style:{\"--framer-text-alignment\":\"left\"},children:[\"Available & commitment to join\",/*#__PURE__*/_jsx(\"strong\",{children:\" 3 months full-time remote \"}),\"apprenticeship program \"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1k3xjlt\",\"data-styles-preset\":\"RVHpViCg5\",children:[\"Available & commitment to join\",/*#__PURE__*/_jsx(\"strong\",{children:\" 3 months full-time remote \"}),\"apprenticeship program \"]})}),className:\"framer-2zyiqv\",\"data-framer-name\":\"Bahtera is a specialty chemical distributor with an extensive product lineup that covers Bahtera is a specialty chemical\",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Bahtera is a specialty chemical distributor with an extensive product lineup that covers Bahtera is a specialty chemical\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pu3t20\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-152ucop-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-ac4066e3-b10f-4a7e-8ee7-46d827472f1d, rgb(251, 88, 52))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"BounceRight\",id:\"nNV8q3STE\",layoutId:\"nNV8q3STE\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L0RswE_C3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1k3xjlt\",\"data-styles-preset\":\"RVHpViCg5\",style:{\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Have strong creative, problem-solving, and analytical skills\"}),\" to handle tasks effectively\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1k3xjlt\",\"data-styles-preset\":\"RVHpViCg5\",children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Have strong creative, problem-solving, and analytical skills\"}),\" to handle tasks effectively\"]})}),className:\"framer-kekfci\",\"data-framer-name\":\"Bahtera is a specialty chemical distributor with an extensive product lineup that covers Bahtera is a specialty chemical\",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Bahtera is a specialty chemical distributor with an extensive product lineup that covers Bahtera is a specialty chemical\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6sf37v\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mkgq05-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-ac4066e3-b10f-4a7e-8ee7-46d827472f1d, rgb(251, 88, 52))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"VerifiedUser\",id:\"bPL9zRDaq\",layoutId:\"bPL9zRDaq\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L0RswE_C3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1k3xjlt\",\"data-styles-preset\":\"RVHpViCg5\",style:{\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Able to work with discipline and initiative\"}),\" in a remote environment using clear communication\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1k3xjlt\",\"data-styles-preset\":\"RVHpViCg5\",children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Able to work with discipline and initiative\"}),\" in a remote environment using clear communication\"]})}),className:\"framer-1yc9giv\",\"data-framer-name\":\"Bahtera is a specialty chemical distributor with an extensive product lineup that covers Bahtera is a specialty chemical\",fonts:[\"Inter\",\"Inter-Bold\"],name:\"Bahtera is a specialty chemical distributor with an extensive product lineup that covers Bahtera is a specialty chemical\",verticalAlignment:\"top\",withExternalLayout:true})})]})]})]})}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-54yon4\",\"data-framer-name\":\"The Process\",id:elementId6,name:\"The Process\",ref:ref8,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sgn08z\",\"data-framer-name\":\"Frame 2\",name:\"Frame 2\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L0RswE_C3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-11094el\",\"data-styles-preset\":\"MxtciehpW\",style:{\"--framer-text-alignment\":\"left\"},children:\"Join the circle and Start Your Journey\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-11094el\",\"data-styles-preset\":\"MxtciehpW\",style:{\"--framer-text-alignment\":\"center\"},children:\"Join the circle and Start Your Journey\"})}),className:\"framer-15mi4r4\",\"data-framer-name\":\"Our Services\",fonts:[\"Inter\"],name:\"Our Services\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L0RswE_C3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-19b9ohe\",\"data-styles-preset\":\"yIPUHskHR\",style:{\"--framer-text-alignment\":\"left\"},children:\"Accelerate Your Career\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1v4crj0\",\"data-styles-preset\":\"UARPzMadf\",style:{\"--framer-text-alignment\":\"center\"},children:\"Accelerate Your Career\"})}),className:\"framer-fcycwr\",\"data-framer-name\":\"Drive Your Business Growth with Comprehensive Services.\",fonts:[\"Inter\"],name:\"Drive Your Business Growth with Comprehensive Services.\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nmlu7e\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ok2t9f\",\"data-border\":true,\"data-framer-name\":\"Card - How it Work\",name:\"Card - How it Work\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l456bz\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ifq069\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k0cx25\",\"data-framer-name\":\"Frame 190\",name:\"Frame 190\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kCMVCHtrC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtNzAwaXRhbGlj\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(255, 154, 3)\"},children:\"01.\"})})},L0RswE_C3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtNzAwaXRhbGlj\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(255, 154, 3)\"},children:\"01.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtNzAwaXRhbGlj\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-text-color\":\"rgb(255, 154, 3)\"},children:\"01.\"})}),className:\"framer-1gc3s6f\",\"data-framer-name\":\"03.\",fonts:[\"GF;Albert Sans-700italic\"],name:\"03.\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kCMVCHtrC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtNjAw\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-text-color\":\"rgb(17, 25, 42)\"},children:\"Submit Your Application\"})})},L0RswE_C3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtNjAw\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-text-color\":\"rgb(17, 25, 42)\"},children:\"Submit Your Application\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtNjAw\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-text-color\":\"rgb(17, 25, 42)\"},children:\"Submit Your Application\"})}),className:\"framer-19j8sgt\",\"data-framer-name\":\"Perjanjian Kerjasama\",fonts:[\"GF;Albert Sans-600\"],name:\"Perjanjian Kerjasama\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QWxiZXJ0IFNhbnMtcmVndWxhcg==\",\"--framer-font-family\":'\"Albert Sans\", \"Albert Sans Placeholder\", sans-serif',\"--framer-line-height\":\"1.3em\",\"--framer-text-color\":\"rgb(37, 38, 42)\"},children:\"Fill out the form, share your details, and complete the assessment to showcase your skills\"})}),className:\"framer-9vbdi1\",\"data-framer-name\":\"We will assess, ensuring that every money is appropriately spent where it matters most. Partnering with consultants and strategists, we leverage our findings, competitor research, and extensive\",fonts:[\"GF;Albert Sans-regular\"],name:\"We will assess, ensuring that every money is appropriately spent where it matters most. Partnering with consultants and strategists, we leverage our findings, competitor research, and extensive\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"lBrZCBJL2\"},implicitPathVariables:undefined},{href:{webPageId:\"lBrZCBJL2\"},implicitPathVariables:undefined},{href:{webPageId:\"lBrZCBJL2\"},implicitPathVariables:undefined},{href:{webPageId:\"lBrZCBJL2\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Fhb3I0oBv:{y:3375.4},kCMVCHtrC:{y:3904.2},L0RswE_C3:{y:5620.995250659631}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,y:3397.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1714fxj-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Fhb3I0oBv:{VaNi2HMV_:resolvedLinks2[3]},kCMVCHtrC:{VaNi2HMV_:resolvedLinks2[1]},L0RswE_C3:{VaNi2HMV_:resolvedLinks2[2]}},children:/*#__PURE__*/_jsx(Button,{ASv0ggACN:\"Submit Your Application\",height:\"100%\",id:\"imBrytF8O\",layoutId:\"imBrytF8O\",VaNi2HMV_:resolvedLinks2[0],variant:\"OizeEnq9t\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Fhb3I0oBv:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(3087.3023746701847),pixelHeight:702,pixelWidth:1137,positionX:\"center\",positionY:\"center\",sizes:\"max((max((min(100vw - 64px, 1600px) - 16px) / 2, 200px) * 2 - 16px) / 2, 1px)\",src:\"https://framerusercontent.com/images/ULG7UzaBwDzJAJh8Tj0dX9Uo0YY.png\",srcSet:\"https://framerusercontent.com/images/ULG7UzaBwDzJAJh8Tj0dX9Uo0YY.png?scale-down-to=512 512w,https://framerusercontent.com/images/ULG7UzaBwDzJAJh8Tj0dX9Uo0YY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ULG7UzaBwDzJAJh8Tj0dX9Uo0YY.png 1137w\"}},kCMVCHtrC:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(3702.1023746701844),pixelHeight:702,pixelWidth:1137,positionX:\"center\",positionY:\"center\",sizes:\"max((max((min(100vw - 64px, 1600px) - 16px) / 2, 200px) * 2 - 24px) / 2, 1px)\",src:\"https://framerusercontent.com/images/ULG7UzaBwDzJAJh8Tj0dX9Uo0YY.png\",srcSet:\"https://framerusercontent.com/images/ULG7UzaBwDzJAJh8Tj0dX9Uo0YY.png?scale-down-to=512 512w,https://framerusercontent.com/images/ULG7UzaBwDzJAJh8Tj0dX9Uo0YY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ULG7UzaBwDzJAJh8Tj0dX9Uo0YY.png 1137w\"}},L0RswE_C3:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(5120.8),pixelHeight:702,pixelWidth:1137,positionX:\"center\",positionY:\"center\",sizes:\"calc(min(100vw - 40px, 1600px) - 24px)\",src:\"https://framerusercontent.com/images/ULG7UzaBwDzJAJh8Tj0dX9Uo0YY.png\",srcSet:\"https://framerusercontent.com/images/ULG7UzaBwDzJAJh8Tj0dX9Uo0YY.png?scale-down-to=512 512w,https://framerusercontent.com/images/ULG7UzaBwDzJAJh8Tj0dX9Uo0YY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ULG7UzaBwDzJAJh8Tj0dX9Uo0YY.png 1137w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(3279.9),pixelHeight:702,pixelWidth:1137,positionX:\"center\",positionY:\"center\",sizes:\"max((max((min(100vw - 160px, 1600px) - 24px) / 2, 200px) * 2 - 8px) * 0.6 - 16px, 1px)\",src:\"https://framerusercontent.com/images/ULG7UzaBwDzJAJh8Tj0dX9Uo0YY.png\",srcSet:\"https://framerusercontent.com/images/ULG7UzaBwDzJAJh8Tj0dX9Uo0YY.png?scale-down-to=512 512w,https://framerusercontent.com/images/ULG7UzaBwDzJAJh8Tj0dX9Uo0YY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ULG7UzaBwDzJAJh8Tj0dX9Uo0YY.png 1137w\"},className:\"framer-1orfxqx\"})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Fhb3I0oBv:{width:\"max((min(100vw - 64px, 1600px) - 16px) / 2, 200px)\",y:3495.4},kCMVCHtrC:{width:\"max((min(100vw - 64px, 1600px) - 16px) / 2, 200px)\",y:4024.2},L0RswE_C3:{width:\"min(100vw - 40px, 1600px)\",y:5736.995250659631}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:429,width:\"max((min(100vw - 160px, 1600px) - 24px) / 2, 200px)\",y:3525.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-172a7r1-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Fhb3I0oBv:{variant:\"pxgtl9BTG\"},kCMVCHtrC:{style:{height:\"100%\",width:\"100%\"},variant:\"r7V9IHGqV\"},L0RswE_C3:{variant:\"r7V9IHGqV\"}},children:/*#__PURE__*/_jsx(CardHowItWork,{baRgsqQiB:\"If your application is shortlisted, we\u2019ll invite you to an interview to learn more about you and how you can thrive in this program\",dFWC_XdPc:\"02.\",es7nFljBn:\"Online Interview\",height:\"100%\",id:\"N1O7cA_ZP\",layoutId:\"N1O7cA_ZP\",oU65Z6UyN:\"Book a Free Consultation\",style:{width:\"100%\"},variant:\"vclFs2l4H\",width:\"100%\",YoRBK4jG5:addImageAlt({src:\"https://framerusercontent.com/images/Q8EpOsMn2R9Jj7SmG52TnYg9Yk0.png\",srcSet:\"https://framerusercontent.com/images/Q8EpOsMn2R9Jj7SmG52TnYg9Yk0.png?scale-down-to=512 512w,https://framerusercontent.com/images/Q8EpOsMn2R9Jj7SmG52TnYg9Yk0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Q8EpOsMn2R9Jj7SmG52TnYg9Yk0.png 1137w\"},\"Online Interview\")})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Fhb3I0oBv:{width:\"max((min(100vw - 64px, 1600px) - 16px) / 2, 200px)\",y:3495.4},kCMVCHtrC:{width:\"max((min(100vw - 64px, 1600px) - 16px) / 2, 200px)\",y:4024.2},L0RswE_C3:{width:\"min(100vw - 40px, 1600px)\",y:6177.995250659631}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:429,width:\"max((min(100vw - 160px, 1600px) - 24px) / 2, 200px)\",y:3525.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-b5x7ju-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Fhb3I0oBv:{variant:\"pxgtl9BTG\"},kCMVCHtrC:{variant:\"r7V9IHGqV\"},L0RswE_C3:{style:{width:\"100%\"},variant:\"r7V9IHGqV\"}},children:/*#__PURE__*/_jsx(CardHowItWork,{baRgsqQiB:\"Congratulations! Once selected, you\u2019ll officially join the apprenticeship program and begin your exciting journey with us\",dFWC_XdPc:\"03.\",es7nFljBn:\"Onboarding\",height:\"100%\",id:\"xQWfMATDK\",layoutId:\"xQWfMATDK\",oU65Z6UyN:\"Book a Free Consultation\",style:{height:\"100%\",width:\"100%\"},variant:\"vclFs2l4H\",width:\"100%\",YoRBK4jG5:addImageAlt({src:\"https://framerusercontent.com/images/7AOJ1JrKVLZlelSlh1W0ra11c.png\",srcSet:\"https://framerusercontent.com/images/7AOJ1JrKVLZlelSlh1W0ra11c.png?scale-down-to=512 512w,https://framerusercontent.com/images/7AOJ1JrKVLZlelSlh1W0ra11c.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7AOJ1JrKVLZlelSlh1W0ra11c.png 1137w\"},\"Onboarding Apprentice\")})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i0f27b\",\"data-framer-name\":\"CTA\",id:elementId7,name:\"CTA\",ref:ref9,children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-bqvkyp\",\"data-framer-name\":\"Vector 19\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:1433,intrinsicWidth:1775,name:\"Vector 19\",svg:'<svg width=\"1775\" height=\"1433\" viewBox=\"-1 -1 1775 1433\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_f_300_6429)\">\\n<path d=\"M814.025 486.663L0.84375 259L176.043 1330.85C178.431 1345.46 601.799 1053.09 813.185 905.073L799.215 1331.4L1699.95 726.955L1638.64 351.876L818.431 125.362L814.025 486.663Z\" fill=\"url(#paint0_linear_300_6429)\"/>\\n</g>\\n<defs>\\n<filter id=\"filter0_f_300_6429\" x=\"-19.1562\" y=\"105.362\" width=\"1739.1\" height=\"1246.04\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"10\" result=\"effect1_foregroundBlur_300_6429\"/>\\n</filter>\\n<linearGradient id=\"paint0_linear_300_6429\" x1=\"1547.99\" y1=\"79.6711\" x2=\"153.593\" y2=\"1325.87\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FFB54E\"/>\\n<stop offset=\"1\" stop-color=\"#FF5C1C\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c0jrxp\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1endzto\",\"data-framer-name\":\"Frame 204\",name:\"Frame 204\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1233zlh\",\"data-framer-name\":\"Frame 38\",name:\"Frame 38\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kCMVCHtrC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-11094el\",\"data-styles-preset\":\"MxtciehpW\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-9b0daf96-8582-4dc7-b65d-17a45367684e, rgb(255, 255, 255))\"},children:\"send your submission\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-11094el\",\"data-styles-preset\":\"MxtciehpW\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-9b0daf96-8582-4dc7-b65d-17a45367684e, rgb(255, 255, 255))\"},children:\"send your submission\"})}),className:\"framer-165hopq\",\"data-framer-name\":\"Collaborate with us now!\",fonts:[\"Inter\"],name:\"Collaborate with us now!\",verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-tbxkug hidden-1n976s2 hidden-h31wxw\",\"data-framer-name\":\"Rectangle 27\",name:\"Rectangle 27\"})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kCMVCHtrC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1rydtzw\",\"data-styles-preset\":\"qi4Ry1eaa\",style:{\"--framer-text-alignment\":\"center\"},children:\"Grow Your Skills with Industry Experts\"})})},L0RswE_C3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1rydtzw\",\"data-styles-preset\":\"qi4Ry1eaa\",style:{\"--framer-text-alignment\":\"center\"},children:\"Grow Your Skills with Industry Experts\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1rydtzw\",\"data-styles-preset\":\"qi4Ry1eaa\",children:\"Grow Your Skills with Industry Experts\"})}),className:\"framer-ori3ez\",\"data-framer-name\":\"Its time to achieve your sustainable growth.\",fonts:[\"Inter\"],name:\"Its time to achieve your sustainable growth.\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"lBrZCBJL2\"},implicitPathVariables:undefined},{href:{webPageId:\"lBrZCBJL2\"},implicitPathVariables:undefined},{href:{webPageId:\"lBrZCBJL2\"},implicitPathVariables:undefined},{href:{webPageId:\"lBrZCBJL2\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Fhb3I0oBv:{y:4269.4},kCMVCHtrC:{y:4766.2},L0RswE_C3:{width:\"calc(min(100vw, 1760px) - 40px)\",y:6894.195250659631}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,y:4379.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wjbsln-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Fhb3I0oBv:{VaNi2HMV_:resolvedLinks3[3]},kCMVCHtrC:{VaNi2HMV_:resolvedLinks3[1],variant:\"Wx90NH2fy\"},L0RswE_C3:{style:{width:\"100%\"},VaNi2HMV_:resolvedLinks3[2],variant:\"Wx90NH2fy\"}},children:/*#__PURE__*/_jsx(Button,{ASv0ggACN:\"Join The Circle Now!\",height:\"100%\",id:\"pUEmCib1s\",layoutId:\"pUEmCib1s\",VaNi2HMV_:resolvedLinks3[0],variant:\"g1DN_iTzk\",width:\"100%\"})})})})})})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gi4dw9 hidden-2or5wt hidden-1n976s2 hidden-aodefo\",\"data-framer-name\":\"Hero-Section\",id:elementId8,name:\"Hero-Section\",ref:ref10,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cg0lld\",\"data-framer-name\":\"Frame 111\",name:\"Frame 111\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dag2rr\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1314sk3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-dkjvbr\",\"data-styles-preset\":\"DhfXh095P\",children:\"Digital Apprenticeship Program\"})}),className:\"framer-161j4tw\",\"data-framer-name\":\"Unlock exponential growth for your business, Hassle-free!\",fonts:[\"Inter\"],name:\"Unlock exponential growth for your business, Hassle-free!\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1asl7tm\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-5dfgyg-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-9b0daf96-8582-4dc7-b65d-17a45367684e, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"CheckCircledOutline\",id:\"A8bodQYbj\",layoutId:\"A8bodQYbj\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L0RswE_C3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-11094el\",\"data-styles-preset\":\"MxtciehpW\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-9b0daf96-8582-4dc7-b65d-17a45367684e, rgb(255, 255, 255))\"},children:\"Currently open\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-11094el\",\"data-styles-preset\":\"MxtciehpW\",style:{\"--framer-text-color\":\"var(--token-9b0daf96-8582-4dc7-b65d-17a45367684e, rgb(255, 255, 255))\"},children:\"Currently open\"})}),className:\"framer-10yoayj\",\"data-framer-name\":\"Unlock exponential growth for your business, Hassle-free!\",fonts:[\"Inter\"],name:\"Unlock exponential growth for your business, Hassle-free!\",verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pt61jz\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1per5ph\",\"data-styles-preset\":\"jSULXOMfn\",children:\"Get selected through an intense screening process and work on real project under direct supervise of industry experts\"})}),className:\"framer-1bp1yaf\",\"data-framer-name\":\"Digitalize and scale-up your business, save time and effort with out full-stack digital solutions. Collaborate with us to achieve your sustainable growth!\",fonts:[\"Inter\"],name:\"Digitalize and scale-up your business, save time and effort with out full-stack digital solutions. Collaborate with us to achieve your sustainable growth!\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"lBrZCBJL2\"},implicitPathVariables:undefined},{href:{webPageId:\"lBrZCBJL2\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L0RswE_C3:{y:412.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vpjk2z-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L0RswE_C3:{VaNi2HMV_:resolvedLinks4[1]}},children:/*#__PURE__*/_jsx(Button,{ASv0ggACN:\"Join The Circle Now!\",height:\"100%\",id:\"qVLgjRj9_\",layoutId:\"qVLgjRj9_\",VaNi2HMV_:resolvedLinks4[0],variant:\"Wx90NH2fy\",width:\"100%\"})})})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{L0RswE_C3:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(492.4),pixelHeight:1016,pixelWidth:1204,positionX:\"center\",positionY:\"center\",sizes:\"calc(min(100vw, 1600px) - 32px)\",src:\"https://framerusercontent.com/images/daU7UsYB6QUbqPrUP7knj3CBNw.png\",srcSet:\"https://framerusercontent.com/images/daU7UsYB6QUbqPrUP7knj3CBNw.png?scale-down-to=512 512w,https://framerusercontent.com/images/daU7UsYB6QUbqPrUP7knj3CBNw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/daU7UsYB6QUbqPrUP7knj3CBNw.png 1204w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:1016,pixelWidth:1204,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/daU7UsYB6QUbqPrUP7knj3CBNw.png\",srcSet:\"https://framerusercontent.com/images/daU7UsYB6QUbqPrUP7knj3CBNw.png?scale-down-to=512 512w,https://framerusercontent.com/images/daU7UsYB6QUbqPrUP7knj3CBNw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/daU7UsYB6QUbqPrUP7knj3CBNw.png 1204w\"},className:\"framer-1a68ux9\"})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1sdjmi7\",\"data-framer-name\":\"Vector 19\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:1433,intrinsicWidth:1775,name:\"Vector 19\",svg:'<svg width=\"1775\" height=\"1433\" viewBox=\"-1 -1 1775 1433\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g filter=\"url(#filter0_f_300_6429)\">\\n<path d=\"M814.025 486.663L0.84375 259L176.043 1330.85C178.431 1345.46 601.799 1053.09 813.185 905.073L799.215 1331.4L1699.95 726.955L1638.64 351.876L818.431 125.362L814.025 486.663Z\" fill=\"url(#paint0_linear_300_6429)\"/>\\n</g>\\n<defs>\\n<filter id=\"filter0_f_300_6429\" x=\"-19.1562\" y=\"105.362\" width=\"1739.1\" height=\"1246.04\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/>\\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"BackgroundImageFix\" result=\"shape\"/>\\n<feGaussianBlur stdDeviation=\"10\" result=\"effect1_foregroundBlur_300_6429\"/>\\n</filter>\\n<linearGradient id=\"paint0_linear_300_6429\" x1=\"1547.99\" y1=\"79.6711\" x2=\"153.593\" y2=\"1325.87\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#FFB54E\"/>\\n<stop offset=\"1\" stop-color=\"#FF5C1C\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})]})}),isDisplayed4()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k6wf95 hidden-2or5wt hidden-h31wxw hidden-aodefo\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ztosji\",\"data-framer-name\":\"Frame 2\",name:\"Frame 2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-11094el\",\"data-styles-preset\":\"MxtciehpW\",style:{\"--framer-text-alignment\":\"center\"},children:\"ALUMNI TESTIMONY\"})}),className:\"framer-7xrqyi\",\"data-framer-name\":\"Our Services\",fonts:[\"Inter\"],name:\"Our Services\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1v4crj0\",\"data-styles-preset\":\"UARPzMadf\",style:{\"--framer-text-alignment\":\"center\"},children:\"What do they say\"})}),className:\"framer-z3mnib\",\"data-framer-name\":\"Drive Your Business Growth with Comprehensive Services.\",fonts:[\"Inter\"],name:\"Drive Your Business Growth with Comprehensive Services.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-j9a92m\",\"data-framer-name\":\"Testimony D\",name:\"Testimony D\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1viil4q-container\",\"data-framer-name\":\"Testimony Slides\",name:\"Testimony Slides\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"var(--token-ac4066e3-b10f-4a7e-8ee7-46d827472f1d, rgb(251, 88, 52))\",arrowGap:24,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"bottom-mid\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:40,showMouseControls:true},autoPlayControl:false,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:51,overflow:false},gap:8,height:\"100%\",id:\"ZDQLzaePH\",intervalControl:2,itemAmount:1,layoutId:\"ZDQLzaePH\",name:\"Testimony Slides\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:296,width:\"700px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-4jfb1y-container\",\"data-framer-name\":\"Adi\",name:\"Adi\",children:/*#__PURE__*/_jsx(TestimonyCard,{Afa3DsPjQ:\"Batch #2 \u2014 Digital Apprenticeship Program\",Bt_3Gnifc:\"Terimakasih banget udh di ajarin banyak hal.. Berkat ilmu yang kalian kasih kak , jadi kepake banget\uD83D\uDE2D. Dan ternyata bnyk temen seangkatan dulu yang belum sampai sedalem itu belajarnya. Bahkah, alhamdulillahnya aku di agency yang sekarang jadi tim lead kak\",height:\"100%\",id:\"mtHxhhntv\",layoutId:\"mtHxhhntv\",name:\"Adi\",style:{width:\"100%\"},tcKeVCcHW:\"Digital Marketing Team Lead at Agency in Bengkulu\",variant:\"coQRb2oUE\",vcvEXbVMC:addImageAlt({src:\"https://framerusercontent.com/images/TfsghvqV32DMsd1Bwi36aQB3BI.png\",srcSet:\"https://framerusercontent.com/images/TfsghvqV32DMsd1Bwi36aQB3BI.png?scale-down-to=1024 743w,https://framerusercontent.com/images/TfsghvqV32DMsd1Bwi36aQB3BI.png?scale-down-to=2048 1487w,https://framerusercontent.com/images/TfsghvqV32DMsd1Bwi36aQB3BI.png 1750w\"},\"\"),width:\"100%\",Ycv32uIUY:\"Pri Yogha Yasa\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:296,width:\"700px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-13xqbbl-container\",\"data-framer-name\":\"Yoga\",name:\"Yoga\",children:/*#__PURE__*/_jsx(TestimonyCard,{Afa3DsPjQ:\"Batch #1 \u2014 Digital Apprenticeship Program\",Bt_3Gnifc:\"Disini lebih dari sekadar magang, Di GoesDigital, selain belajar digital marketing yang sangat luas, aku juga belajar time manangement dan cara handle client. Ditambah lagi Mentor dan tim yang supportive membuatku pede berlomba buat jadi lebih baik. Efeknya sangat berasa saat aku kerja sekarang. Aku jadi lebih cepat mengerjakan sesuatu dan mudah mengambil keputusan dengan matang. Thank you buat GoesDigital, semoga kedepannya program ini jalan terus. Aamiin \",height:\"100%\",id:\"EdtJdlKst\",layoutId:\"EdtJdlKst\",name:\"Yoga\",style:{width:\"100%\"},tcKeVCcHW:\"SEO Specialist at Otten Coffee\",variant:\"coQRb2oUE\",vcvEXbVMC:addImageAlt({src:\"https://framerusercontent.com/images/SGkg3GPrMv846zQR6hINjr0Byw4.png\"},\"\"),width:\"100%\",Ycv32uIUY:\"Rizqy Oktiano\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:296,width:\"700px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-vruny5-container\",\"data-framer-name\":\"Rizky\",name:\"Rizky\",children:/*#__PURE__*/_jsx(TestimonyCard,{Afa3DsPjQ:\"Batch #3 \u2014 Digital Apprenticeship Program\",Bt_3Gnifc:\"Banyak hal yang sudah dipelajari selama intern di Goes Digital dan salah satunya adalah melihat bagaimana digital marketing effort berdampak pada sebuah bisnis. Dapat kesempatan buat pegang banyak brand dengan lebih dari satu stream bikin skill gue jadi lebih meningkat, khususnya pada hal teknis dan analisis. It was such an amazing experience that i ever had!\",height:\"100%\",id:\"R_MKfw1Ms\",layoutId:\"R_MKfw1Ms\",name:\"Rizky\",style:{width:\"100%\"},tcKeVCcHW:\"Digital Marketing Specialist at Safety & Industrial Equipment \",variant:\"coQRb2oUE\",vcvEXbVMC:addImageAlt({src:\"https://framerusercontent.com/images/zyOo5c4SYPBRxqL8LBuTOEX3zvU.webp\",srcSet:\"https://framerusercontent.com/images/zyOo5c4SYPBRxqL8LBuTOEX3zvU.webp?scale-down-to=1024 823w,https://framerusercontent.com/images/zyOo5c4SYPBRxqL8LBuTOEX3zvU.webp 959w\"},\"\"),width:\"100%\",Ycv32uIUY:\"M. Reza Latief\"})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16a73um hidden-2or5wt hidden-1n976s2 hidden-aodefo\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gectrg\",\"data-framer-name\":\"Frame 2\",name:\"Frame 2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-11094el\",\"data-styles-preset\":\"MxtciehpW\",style:{\"--framer-text-alignment\":\"center\"},children:\"ALUMNI TESTIMONY\"})}),className:\"framer-101zj04\",\"data-framer-name\":\"Our Services\",fonts:[\"Inter\"],name:\"Our Services\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1v4crj0\",\"data-styles-preset\":\"UARPzMadf\",style:{\"--framer-text-alignment\":\"center\"},children:\"What do they say\"})}),className:\"framer-1p37vs9\",\"data-framer-name\":\"Drive Your Business Growth with Comprehensive Services.\",fonts:[\"Inter\"],name:\"Drive Your Business Growth with Comprehensive Services.\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gzz8sc\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1v7dxnu-container\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"var(--token-ac4066e3-b10f-4a7e-8ee7-46d827472f1d, rgb(251, 88, 52))\",arrowGap:44,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"bottom-mid\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:40,showMouseControls:true},autoPlayControl:false,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",id:\"oN_Sc5EM9\",intervalControl:1.5,itemAmount:1,layoutId:\"oN_Sc5EM9\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:296,width:\"350px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-11u5q7n-container\",\"data-framer-name\":\"Adi\",name:\"Adi\",children:/*#__PURE__*/_jsx(TestimonyCard,{Afa3DsPjQ:\"Batch #2 \u2014 Digital Apprenticeship Program\",Bt_3Gnifc:\"Terimakasih banget udh di ajarin banyak hal.. Berkat ilmu yang kalian kasih kak , jadi kepake banget\uD83D\uDE2D. Dan ternyata bnyk temen seangkatan dulu yang belum sampai sedalem itu belajarnya. Bahkah, alhamdulillahnya aku di agency yang sekarang jadi tim lead kak\",height:\"100%\",id:\"zHfDHrpL5\",layoutId:\"zHfDHrpL5\",name:\"Adi\",style:{width:\"100%\"},tcKeVCcHW:\"Digital Marketing Team Lead at Agency in Bengkulu\",variant:\"xkeExHN4k\",vcvEXbVMC:addImageAlt({src:\"https://framerusercontent.com/images/TfsghvqV32DMsd1Bwi36aQB3BI.png\",srcSet:\"https://framerusercontent.com/images/TfsghvqV32DMsd1Bwi36aQB3BI.png?scale-down-to=1024 743w,https://framerusercontent.com/images/TfsghvqV32DMsd1Bwi36aQB3BI.png?scale-down-to=2048 1487w,https://framerusercontent.com/images/TfsghvqV32DMsd1Bwi36aQB3BI.png 1750w\"},\"\"),width:\"100%\",Ycv32uIUY:\"Pri Yogha Yasa\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:296,width:\"350px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-rcfmrr-container\",\"data-framer-name\":\"Yoga\",name:\"Yoga\",children:/*#__PURE__*/_jsx(TestimonyCard,{Afa3DsPjQ:\"Batch #1 \u2014 Digital Apprenticeship Program\",Bt_3Gnifc:\"Disini lebih dari sekadar magang, Di GoesDigital, selain belajar digital marketing yang sangat luas, aku juga belajar time manangement dan cara handle client. Ditambah lagi Mentor dan tim yang supportive membuatku pede berlomba buat jadi lebih baik. Efeknya sangat berasa saat aku kerja sekarang. Aku jadi lebih cepat mengerjakan sesuatu dan mudah mengambil keputusan dengan matang. Thank you buat GoesDigital, semoga kedepannya program ini jalan terus. Aamiin \",height:\"100%\",id:\"Ce5aqPp0Z\",layoutId:\"Ce5aqPp0Z\",name:\"Yoga\",style:{width:\"100%\"},tcKeVCcHW:\"SEO Specialist at Otten Coffee\",variant:\"xkeExHN4k\",vcvEXbVMC:addImageAlt({src:\"https://framerusercontent.com/images/SGkg3GPrMv846zQR6hINjr0Byw4.png\"},\"\"),width:\"100%\",Ycv32uIUY:\"Rizqy Oktiano\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:296,width:\"350px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-jqmhoe-container\",\"data-framer-name\":\"Rizky\",name:\"Rizky\",children:/*#__PURE__*/_jsx(TestimonyCard,{Afa3DsPjQ:\"Batch #3 \u2014 Digital Apprenticeship Program\",Bt_3Gnifc:\"Banyak hal yang sudah dipelajari selama intern di Goes Digital dan salah satunya adalah melihat bagaimana digital marketing effort berdampak pada sebuah bisnis. Dapat kesempatan buat pegang banyak brand dengan lebih dari satu stream bikin skill gue jadi lebih meningkat, khususnya pada hal teknis dan analisis. It was such an amazing experience that i ever had!\",height:\"100%\",id:\"ymQr_3Ucr\",layoutId:\"ymQr_3Ucr\",name:\"Rizky\",style:{width:\"100%\"},tcKeVCcHW:\"Digital Marketing Specialist at Safety & Industrial Equipment \",variant:\"xkeExHN4k\",vcvEXbVMC:addImageAlt({src:\"https://framerusercontent.com/images/zyOo5c4SYPBRxqL8LBuTOEX3zvU.webp\",srcSet:\"https://framerusercontent.com/images/zyOo5c4SYPBRxqL8LBuTOEX3zvU.webp?scale-down-to=1024 823w,https://framerusercontent.com/images/zyOo5c4SYPBRxqL8LBuTOEX3zvU.webp 959w\"},\"\"),width:\"100%\",Ycv32uIUY:\"M. Reza Latief\"})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Fhb3I0oBv:{y:4405.4},kCMVCHtrC:{y:4902.2},L0RswE_C3:{y:7013.995250659631}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:730,width:\"100vw\",y:4515.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-qrrnf9-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{kCMVCHtrC:{variant:\"DoHaYIO2p\"},L0RswE_C3:{variant:\"MopRTHGXy\"}},children:/*#__PURE__*/_jsx(FooterV2,{height:\"100%\",id:\"idxPtnKTg\",layoutId:\"idxPtnKTg\",style:{width:\"100%\"},variant:\"HEqJ83DKV\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-gYXmL { background: rgb(250, 252, 254); }`,\".framer-gYXmL.framer-1n8wk7h, .framer-gYXmL .framer-1n8wk7h { display: block; }\",\".framer-gYXmL.framer-2or5wt { align-content: center; align-items: center; background-color: #fafcfe; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-gYXmL .framer-qn7iln-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-gYXmL .framer-12skqdx-container { bottom: 104px; flex: none; height: auto; left: 50%; position: fixed; transform: translateX(-50%); width: auto; z-index: 8; }\",'.framer-gYXmL .framer-c6g5bf { align-content: center; align-items: center; background: linear-gradient(119deg, var(--token-ac4066e3-b10f-4a7e-8ee7-46d827472f1d, #fb5834) /* {\"name\":\"Forward Orange\"} */ 0%, var(--token-e18fab40-f05c-41b2-bd03-751fd56e9927, rgb(254, 154, 0)) /* {\"name\":\"Fast Yellow\"} */ 130%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 48px 0px; position: relative; width: 100%; z-index: 0; }',\".framer-gYXmL .framer-ddlm68-container { flex: none; height: auto; position: relative; width: 100%; z-index: 2; }\",\".framer-gYXmL .framer-oo02k4 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 1600px; overflow: visible; padding: 80px 80px 0px 80px; position: relative; width: 100%; }\",\".framer-gYXmL .framer-mia4yx { bottom: -484px; flex: none; left: -125px; position: absolute; right: -245px; top: -30px; z-index: 0; }\",\".framer-gYXmL .framer-17ukcka { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 50%; }\",\".framer-gYXmL .framer-1t8jag1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-gYXmL .framer-pka51x, .framer-gYXmL .framer-1asl7tm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-gYXmL .framer-1hmx5wn-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 31px); position: relative; width: 28px; }\",\".framer-gYXmL .framer-16o8jt2, .framer-gYXmL .framer-19j8sgt, .framer-gYXmL .framer-10yoayj { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-gYXmL .framer-1fhccxb, .framer-gYXmL .framer-d6xzgi, .framer-gYXmL .framer-esrlng, .framer-gYXmL .framer-7kom9s, .framer-gYXmL .framer-17xxm5b, .framer-gYXmL .framer-lhe17n, .framer-gYXmL .framer-1wlu4gk, .framer-gYXmL .framer-1flip7j, .framer-gYXmL .framer-lybhkh, .framer-gYXmL .framer-1oirfke, .framer-gYXmL .framer-2ozo05, .framer-gYXmL .framer-1jro94k, .framer-gYXmL .framer-2zyiqv, .framer-gYXmL .framer-kekfci, .framer-gYXmL .framer-1yc9giv, .framer-gYXmL .framer-15mi4r4, .framer-gYXmL .framer-fcycwr, .framer-gYXmL .framer-9vbdi1, .framer-gYXmL .framer-ori3ez, .framer-gYXmL .framer-161j4tw, .framer-gYXmL .framer-1bp1yaf { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-gYXmL .framer-1ve00xc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-gYXmL .framer-1ditryf-container, .framer-gYXmL .framer-1714fxj-container, .framer-gYXmL .framer-wjbsln-container, .framer-gYXmL .framer-1vpjk2z-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-gYXmL .framer-151p3lv { align-self: stretch; flex: 1 0 0px; height: auto; overflow: hidden; position: relative; width: 1px; }\",\".framer-gYXmL .framer-19awcnf { align-content: center; align-items: center; background: linear-gradient(180deg, #ffffff 0%, rgb(255, 244, 230) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 72px 0px 24px 0px; position: relative; width: 100%; }\",\".framer-gYXmL .framer-81m13x, .framer-gYXmL .framer-ztosji, .framer-gYXmL .framer-1gectrg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; max-width: 1600px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-gYXmL .framer-1gtn5lb, .framer-gYXmL .framer-zfkh08, .framer-gYXmL .framer-165hopq, .framer-gYXmL .framer-7xrqyi, .framer-gYXmL .framer-z3mnib, .framer-gYXmL .framer-101zj04, .framer-gYXmL .framer-1p37vs9 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-gYXmL .framer-1yntb56 { flex: none; height: 348px; overflow: hidden; position: relative; width: 100%; }\",\".framer-gYXmL .framer-bggxth-container, .framer-gYXmL .framer-1viil4q-container { bottom: 0px; flex: none; left: calc(50.00000000000002% - 700px / 2); position: absolute; top: 0px; width: 700px; }\",\".framer-gYXmL .framer-4jfb1y-container, .framer-gYXmL .framer-13xqbbl-container, .framer-gYXmL .framer-vruny5-container { height: auto; position: relative; width: 700px; }\",\".framer-gYXmL .framer-13e5kd3 { align-content: center; align-items: center; background-color: #fafcfe; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: center; overflow: hidden; padding: 72px 80px 100px 80px; position: relative; width: 100%; }\",\".framer-gYXmL .framer-1agh5jw { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; max-width: 1600px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-gYXmL .framer-1jri4s8 { display: grid; flex: none; gap: 24px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; max-width: 1600px; overflow: hidden; padding: 0px 0px 8px 0px; position: relative; width: 100%; }\",\".framer-gYXmL .framer-6mjv7s-container, .framer-gYXmL .framer-16cig2h-container, .framer-gYXmL .framer-b5x7ju-container { align-self: start; flex: none; height: 100%; justify-self: start; position: relative; width: 100%; }\",\".framer-gYXmL .framer-ijd04 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 80px 80px 40px 80px; position: relative; width: 100%; }\",\".framer-gYXmL .framer-1tt1su2, .framer-gYXmL .framer-68cxd9 { align-content: center; align-items: center; background-color: #fafcfe; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-gYXmL .framer-1jpgw0p, .framer-gYXmL .framer-u71ml5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 1600px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-gYXmL .framer-1fqn6ze { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 248px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-gYXmL .framer-f1srq7, .framer-gYXmL .framer-1dmh4tj, .framer-gYXmL .framer-1l7liz5, .framer-gYXmL .framer-1hnu0zz { align-content: flex-start; align-items: flex-start; background-color: #ffffff; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 4px 4px 3px rgba(219, 219, 219, 0.25); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 100%; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-gYXmL .framer-ss1bu2-container, .framer-gYXmL .framer-1ih62g6-container, .framer-gYXmL .framer-16tk4c3-container, .framer-gYXmL .framer-1bhwcqi-container, .framer-gYXmL .framer-1dbqix9-container, .framer-gYXmL .framer-3numf8-container, .framer-gYXmL .framer-152ucop-container, .framer-gYXmL .framer-1mkgq05-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 51px); position: relative; width: 48px; }\",\".framer-gYXmL .framer-1ek5omi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 40px 80px 40px 80px; position: relative; width: 100%; }\",\".framer-gYXmL .framer-qcz139 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-gYXmL .framer-437qft, .framer-gYXmL .framer-1frogks, .framer-gYXmL .framer-1pu3t20 { align-content: flex-start; align-items: flex-start; align-self: stretch; background-color: #ffffff; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 4px 4px 3px rgba(219, 219, 219, 0.25); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: auto; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-gYXmL .framer-6sf37v { align-content: flex-start; align-items: flex-start; background-color: #ffffff; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 4px 4px 3px rgba(219, 219, 219, 0.25); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-gYXmL .framer-54yon4 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 80px 100px 80px; position: relative; width: 100%; }\",\".framer-gYXmL .framer-1sgn08z { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 692px; }\",\".framer-gYXmL .framer-1nmlu7e { display: grid; flex: none; gap: 24px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; max-width: 1600px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-gYXmL .framer-ok2t9f { --border-bottom-width: 1px; --border-color: #e8e9f1; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; align-self: start; background-color: #ffffff; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; grid-column: auto / span 2; height: min-content; justify-content: flex-start; justify-self: start; overflow: visible; padding: 16px 16px 24px 16px; position: relative; width: 100%; }\",\".framer-gYXmL .framer-l456bz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 24px; position: relative; width: 40%; }\",\".framer-gYXmL .framer-1ifq069 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-gYXmL .framer-1k0cx25 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-gYXmL .framer-1gc3s6f { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 40px; word-break: break-word; word-wrap: break-word; }\",\".framer-gYXmL .framer-1orfxqx { aspect-ratio: 1.6478260869565218 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 445px); overflow: hidden; position: relative; width: 1px; }\",\".framer-gYXmL .framer-172a7r1-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-gYXmL .framer-1i0f27b { background: linear-gradient(119deg, #ff9a02 0%, rgb(251, 88, 52) 130%); flex: none; height: 461px; overflow: hidden; position: relative; width: 100%; }\",\".framer-gYXmL .framer-bqvkyp { bottom: -183px; flex: none; left: -196px; position: absolute; right: -145px; top: -416px; }\",\".framer-gYXmL .framer-1c0jrxp { align-content: flex-end; align-items: flex-end; bottom: 80px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; left: 50%; max-width: 1760px; overflow: visible; padding: 0px 80px 0px 80px; position: absolute; transform: translateX(-50%); width: 100%; }\",\".framer-gYXmL .framer-1endzto { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 800px; }\",\".framer-gYXmL .framer-1233zlh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 657px; }\",\".framer-gYXmL .framer-tbxkug { background-color: #ffffff; flex: 1 0 0px; height: 2px; opacity: 0.2; position: relative; width: 1px; }\",'.framer-gYXmL .framer-1gi4dw9 { align-content: center; align-items: center; background: linear-gradient(119deg, var(--token-ac4066e3-b10f-4a7e-8ee7-46d827472f1d, #fb5834) /* {\"name\":\"Forward Orange\"} */ 0%, var(--token-e18fab40-f05c-41b2-bd03-751fd56e9927, rgb(254, 154, 0)) /* {\"name\":\"Fast Yellow\"} */ 130%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; scroll-margin-top: 500px; width: 100%; z-index: 0; }',\".framer-gYXmL .framer-cg0lld { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 880px; justify-content: flex-start; max-width: 1600px; overflow: visible; padding: 110px 16px 0px 16px; position: relative; width: 100%; }\",\".framer-gYXmL .framer-dag2rr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-gYXmL .framer-1314sk3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-gYXmL .framer-5dfgyg-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 28px); position: relative; width: 28px; }\",\".framer-gYXmL .framer-1pt61jz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-gYXmL .framer-1a68ux9 { flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-gYXmL .framer-1sdjmi7 { bottom: -602px; flex: none; height: 1109px; left: -129px; position: absolute; right: -240px; z-index: 0; }\",\".framer-gYXmL .framer-1k6wf95, .framer-gYXmL .framer-16a73um { align-content: center; align-items: center; background: linear-gradient(180deg, #ffffff 0%, rgb(255, 244, 230) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 32px 0px 24px 0px; position: relative; width: 100%; }\",\".framer-gYXmL .framer-j9a92m { flex: none; height: 333px; overflow: hidden; position: relative; width: 100%; }\",\".framer-gYXmL .framer-1gzz8sc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 16px; position: relative; width: 100%; }\",\".framer-gYXmL .framer-1v7dxnu-container { flex: 1 0 0px; height: 448px; position: relative; width: 1px; }\",\".framer-gYXmL .framer-11u5q7n-container, .framer-gYXmL .framer-rcfmrr-container, .framer-gYXmL .framer-jqmhoe-container { height: auto; position: relative; width: 350px; }\",\".framer-gYXmL .framer-qrrnf9-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-gYXmL.framer-2or5wt, .framer-gYXmL .framer-c6g5bf, .framer-gYXmL .framer-oo02k4, .framer-gYXmL .framer-17ukcka, .framer-gYXmL .framer-1t8jag1, .framer-gYXmL .framer-pka51x, .framer-gYXmL .framer-1ve00xc, .framer-gYXmL .framer-19awcnf, .framer-gYXmL .framer-81m13x, .framer-gYXmL .framer-13e5kd3, .framer-gYXmL .framer-1agh5jw, .framer-gYXmL .framer-ijd04, .framer-gYXmL .framer-1tt1su2, .framer-gYXmL .framer-1jpgw0p, .framer-gYXmL .framer-1fqn6ze, .framer-gYXmL .framer-f1srq7, .framer-gYXmL .framer-1dmh4tj, .framer-gYXmL .framer-1l7liz5, .framer-gYXmL .framer-1hnu0zz, .framer-gYXmL .framer-1ek5omi, .framer-gYXmL .framer-68cxd9, .framer-gYXmL .framer-u71ml5, .framer-gYXmL .framer-qcz139, .framer-gYXmL .framer-437qft, .framer-gYXmL .framer-1frogks, .framer-gYXmL .framer-1pu3t20, .framer-gYXmL .framer-6sf37v, .framer-gYXmL .framer-54yon4, .framer-gYXmL .framer-1sgn08z, .framer-gYXmL .framer-ok2t9f, .framer-gYXmL .framer-l456bz, .framer-gYXmL .framer-1ifq069, .framer-gYXmL .framer-1k0cx25, .framer-gYXmL .framer-1endzto, .framer-gYXmL .framer-1233zlh, .framer-gYXmL .framer-1gi4dw9, .framer-gYXmL .framer-cg0lld, .framer-gYXmL .framer-dag2rr, .framer-gYXmL .framer-1314sk3, .framer-gYXmL .framer-1asl7tm, .framer-gYXmL .framer-1pt61jz, .framer-gYXmL .framer-1k6wf95, .framer-gYXmL .framer-ztosji, .framer-gYXmL .framer-16a73um, .framer-gYXmL .framer-1gectrg, .framer-gYXmL .framer-1gzz8sc { gap: 0px; } .framer-gYXmL.framer-2or5wt > *, .framer-gYXmL .framer-ijd04 > *, .framer-gYXmL .framer-1ek5omi > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-gYXmL.framer-2or5wt > :first-child, .framer-gYXmL .framer-c6g5bf > :first-child, .framer-gYXmL .framer-17ukcka > :first-child, .framer-gYXmL .framer-1t8jag1 > :first-child, .framer-gYXmL .framer-1ve00xc > :first-child, .framer-gYXmL .framer-19awcnf > :first-child, .framer-gYXmL .framer-81m13x > :first-child, .framer-gYXmL .framer-13e5kd3 > :first-child, .framer-gYXmL .framer-1agh5jw > :first-child, .framer-gYXmL .framer-ijd04 > :first-child, .framer-gYXmL .framer-1tt1su2 > :first-child, .framer-gYXmL .framer-1jpgw0p > :first-child, .framer-gYXmL .framer-f1srq7 > :first-child, .framer-gYXmL .framer-1dmh4tj > :first-child, .framer-gYXmL .framer-1l7liz5 > :first-child, .framer-gYXmL .framer-1hnu0zz > :first-child, .framer-gYXmL .framer-1ek5omi > :first-child, .framer-gYXmL .framer-68cxd9 > :first-child, .framer-gYXmL .framer-u71ml5 > :first-child, .framer-gYXmL .framer-437qft > :first-child, .framer-gYXmL .framer-1frogks > :first-child, .framer-gYXmL .framer-1pu3t20 > :first-child, .framer-gYXmL .framer-6sf37v > :first-child, .framer-gYXmL .framer-54yon4 > :first-child, .framer-gYXmL .framer-1sgn08z > :first-child, .framer-gYXmL .framer-l456bz > :first-child, .framer-gYXmL .framer-1ifq069 > :first-child, .framer-gYXmL .framer-1endzto > :first-child, .framer-gYXmL .framer-1gi4dw9 > :first-child, .framer-gYXmL .framer-cg0lld > :first-child, .framer-gYXmL .framer-dag2rr > :first-child, .framer-gYXmL .framer-1314sk3 > :first-child, .framer-gYXmL .framer-1pt61jz > :first-child, .framer-gYXmL .framer-1k6wf95 > :first-child, .framer-gYXmL .framer-ztosji > :first-child, .framer-gYXmL .framer-16a73um > :first-child, .framer-gYXmL .framer-1gectrg > :first-child { margin-top: 0px; } .framer-gYXmL.framer-2or5wt > :last-child, .framer-gYXmL .framer-c6g5bf > :last-child, .framer-gYXmL .framer-17ukcka > :last-child, .framer-gYXmL .framer-1t8jag1 > :last-child, .framer-gYXmL .framer-1ve00xc > :last-child, .framer-gYXmL .framer-19awcnf > :last-child, .framer-gYXmL .framer-81m13x > :last-child, .framer-gYXmL .framer-13e5kd3 > :last-child, .framer-gYXmL .framer-1agh5jw > :last-child, .framer-gYXmL .framer-ijd04 > :last-child, .framer-gYXmL .framer-1tt1su2 > :last-child, .framer-gYXmL .framer-1jpgw0p > :last-child, .framer-gYXmL .framer-f1srq7 > :last-child, .framer-gYXmL .framer-1dmh4tj > :last-child, .framer-gYXmL .framer-1l7liz5 > :last-child, .framer-gYXmL .framer-1hnu0zz > :last-child, .framer-gYXmL .framer-1ek5omi > :last-child, .framer-gYXmL .framer-68cxd9 > :last-child, .framer-gYXmL .framer-u71ml5 > :last-child, .framer-gYXmL .framer-437qft > :last-child, .framer-gYXmL .framer-1frogks > :last-child, .framer-gYXmL .framer-1pu3t20 > :last-child, .framer-gYXmL .framer-6sf37v > :last-child, .framer-gYXmL .framer-54yon4 > :last-child, .framer-gYXmL .framer-1sgn08z > :last-child, .framer-gYXmL .framer-l456bz > :last-child, .framer-gYXmL .framer-1ifq069 > :last-child, .framer-gYXmL .framer-1endzto > :last-child, .framer-gYXmL .framer-1gi4dw9 > :last-child, .framer-gYXmL .framer-cg0lld > :last-child, .framer-gYXmL .framer-dag2rr > :last-child, .framer-gYXmL .framer-1314sk3 > :last-child, .framer-gYXmL .framer-1pt61jz > :last-child, .framer-gYXmL .framer-1k6wf95 > :last-child, .framer-gYXmL .framer-ztosji > :last-child, .framer-gYXmL .framer-16a73um > :last-child, .framer-gYXmL .framer-1gectrg > :last-child { margin-bottom: 0px; } .framer-gYXmL .framer-c6g5bf > *, .framer-gYXmL .framer-17ukcka > *, .framer-gYXmL .framer-19awcnf > *, .framer-gYXmL .framer-1ifq069 > *, .framer-gYXmL .framer-1gi4dw9 > *, .framer-gYXmL .framer-dag2rr > *, .framer-gYXmL .framer-1k6wf95 > *, .framer-gYXmL .framer-16a73um > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-gYXmL .framer-oo02k4 > *, .framer-gYXmL .framer-ok2t9f > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-gYXmL .framer-oo02k4 > :first-child, .framer-gYXmL .framer-pka51x > :first-child, .framer-gYXmL .framer-1fqn6ze > :first-child, .framer-gYXmL .framer-qcz139 > :first-child, .framer-gYXmL .framer-ok2t9f > :first-child, .framer-gYXmL .framer-1k0cx25 > :first-child, .framer-gYXmL .framer-1233zlh > :first-child, .framer-gYXmL .framer-1asl7tm > :first-child, .framer-gYXmL .framer-1gzz8sc > :first-child { margin-left: 0px; } .framer-gYXmL .framer-oo02k4 > :last-child, .framer-gYXmL .framer-pka51x > :last-child, .framer-gYXmL .framer-1fqn6ze > :last-child, .framer-gYXmL .framer-qcz139 > :last-child, .framer-gYXmL .framer-ok2t9f > :last-child, .framer-gYXmL .framer-1k0cx25 > :last-child, .framer-gYXmL .framer-1233zlh > :last-child, .framer-gYXmL .framer-1asl7tm > :last-child, .framer-gYXmL .framer-1gzz8sc > :last-child { margin-right: 0px; } .framer-gYXmL .framer-1t8jag1 > *, .framer-gYXmL .framer-1jpgw0p > *, .framer-gYXmL .framer-u71ml5 > *, .framer-gYXmL .framer-cg0lld > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-gYXmL .framer-pka51x > *, .framer-gYXmL .framer-1asl7tm > *, .framer-gYXmL .framer-1gzz8sc > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-gYXmL .framer-1ve00xc > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-gYXmL .framer-81m13x > *, .framer-gYXmL .framer-1agh5jw > *, .framer-gYXmL .framer-1sgn08z > *, .framer-gYXmL .framer-ztosji > *, .framer-gYXmL .framer-1gectrg > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-gYXmL .framer-13e5kd3 > *, .framer-gYXmL .framer-54yon4 > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-gYXmL .framer-1tt1su2 > *, .framer-gYXmL .framer-f1srq7 > *, .framer-gYXmL .framer-1dmh4tj > *, .framer-gYXmL .framer-1l7liz5 > *, .framer-gYXmL .framer-1hnu0zz > *, .framer-gYXmL .framer-68cxd9 > *, .framer-gYXmL .framer-437qft > *, .framer-gYXmL .framer-1frogks > *, .framer-gYXmL .framer-1pu3t20 > *, .framer-gYXmL .framer-6sf37v > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-gYXmL .framer-1fqn6ze > *, .framer-gYXmL .framer-qcz139 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-gYXmL .framer-l456bz > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-gYXmL .framer-1k0cx25 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-gYXmL .framer-1endzto > *, .framer-gYXmL .framer-1314sk3 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-gYXmL .framer-1233zlh > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-gYXmL .framer-1pt61jz > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } }\",`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-gYXmL { background: rgb(250, 252, 254); } .framer-gYXmL.framer-2or5wt { width: 810px; } .framer-gYXmL .framer-12skqdx-container { bottom: unset; order: 3; top: 16px; width: 95%; } .framer-gYXmL .framer-c6g5bf { order: 1; padding: 0px; scroll-margin-top: 500px; } .framer-gYXmL .framer-oo02k4 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 0px; height: 883px; padding: 120px 32px 0px 32px; } .framer-gYXmL .framer-mia4yx { bottom: -522px; height: 1109px; left: -129px; right: -240px; top: unset; } .framer-gYXmL .framer-17ukcka { width: 100%; } .framer-gYXmL .framer-1t8jag1, .framer-gYXmL .framer-1nmlu7e { gap: 16px; } .framer-gYXmL .framer-1ve00xc { gap: 48px; } .framer-gYXmL .framer-151p3lv { align-self: unset; height: 1px; width: 100%; } .framer-gYXmL .framer-13e5kd3 { gap: 40px; order: 4; padding: 40px 32px 56px 32px; } .framer-gYXmL .framer-1agh5jw { align-content: center; align-items: center; } .framer-gYXmL .framer-1jri4s8 { gap: 16px; max-width: unset; padding: 0px 1px 8px 1px; } .framer-gYXmL .framer-6mjv7s-container { order: 0; } .framer-gYXmL .framer-16cig2h-container { order: 1; } .framer-gYXmL .framer-ijd04 { order: 5; padding: 32px; } .framer-gYXmL .framer-1tt1su2 { gap: 40px; height: 566px; justify-content: flex-start; } .framer-gYXmL .framer-1jpgw0p, .framer-gYXmL .framer-u71ml5 { gap: 16px; order: 0; } .framer-gYXmL .framer-1fqn6ze { align-content: unset; align-items: unset; display: grid; flex: 1 0 0px; gap: 16px; grid-auto-rows: 200px; grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, 200px); height: 1px; order: 1; } .framer-gYXmL .framer-f1srq7, .framer-gYXmL .framer-1dmh4tj, .framer-gYXmL .framer-1l7liz5, .framer-gYXmL .framer-1hnu0zz { align-content: center; align-items: center; align-self: start; flex: none; flex-direction: row; justify-self: start; width: 100%; } .framer-gYXmL .framer-lhe17n, .framer-gYXmL .framer-1wlu4gk, .framer-gYXmL .framer-1flip7j, .framer-gYXmL .framer-lybhkh { flex: 1 0 0px; width: 1px; } .framer-gYXmL .framer-1ek5omi { order: 6; padding: 40px 32px 80px 32px; } .framer-gYXmL .framer-68cxd9 { gap: 40px; justify-content: flex-start; } .framer-gYXmL .framer-qcz139 { align-content: unset; align-items: unset; display: grid; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(4, minmax(50px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); justify-content: center; order: 1; } .framer-gYXmL .framer-437qft, .framer-gYXmL .framer-1frogks, .framer-gYXmL .framer-1pu3t20 { align-self: start; flex: none; grid-column: auto / span 2; height: 100%; justify-self: start; width: 100%; } .framer-gYXmL .framer-6sf37v { align-self: start; flex: none; grid-column: auto / span 2; justify-self: start; width: 100%; } .framer-gYXmL .framer-54yon4 { gap: 40px; order: 9; padding: 48px 32px 60px 32px; } .framer-gYXmL .framer-1sgn08z { align-content: center; align-items: center; width: 100%; } .framer-gYXmL .framer-ok2t9f { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; height: 100%; padding: 12px 12px 24px 12px; } .framer-gYXmL .framer-l456bz { flex: 1 0 0px; padding: 24px 8px 24px 8px; width: 1px; } .framer-gYXmL .framer-1gc3s6f { width: 32px; } .framer-gYXmL .framer-1orfxqx { height: var(--framer-aspect-ratio-supported, 209px); } .framer-gYXmL .framer-172a7r1-container { height: 100%; } .framer-gYXmL .framer-1i0f27b { height: 389px; order: 10; } .framer-gYXmL .framer-1c0jrxp { align-content: center; align-items: center; flex-direction: column; gap: 48px; justify-content: flex-start; padding: 0px 32px 0px 32px; } .framer-gYXmL .framer-1endzto { align-content: center; align-items: center; gap: 8px; width: 100%; } .framer-gYXmL .framer-1233zlh { justify-content: center; } .framer-gYXmL .framer-1k6wf95 { order: 2; } .framer-gYXmL .framer-qrrnf9-container { order: 14; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-gYXmL .framer-oo02k4, .framer-gYXmL .framer-1t8jag1, .framer-gYXmL .framer-1ve00xc, .framer-gYXmL .framer-13e5kd3, .framer-gYXmL .framer-1jri4s8, .framer-gYXmL .framer-1tt1su2, .framer-gYXmL .framer-1jpgw0p, .framer-gYXmL .framer-1fqn6ze, .framer-gYXmL .framer-f1srq7, .framer-gYXmL .framer-1dmh4tj, .framer-gYXmL .framer-1l7liz5, .framer-gYXmL .framer-1hnu0zz, .framer-gYXmL .framer-68cxd9, .framer-gYXmL .framer-u71ml5, .framer-gYXmL .framer-qcz139, .framer-gYXmL .framer-54yon4, .framer-gYXmL .framer-1nmlu7e, .framer-gYXmL .framer-1c0jrxp, .framer-gYXmL .framer-1endzto { gap: 0px; } .framer-gYXmL .framer-oo02k4 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-gYXmL .framer-oo02k4 > :first-child, .framer-gYXmL .framer-1t8jag1 > :first-child, .framer-gYXmL .framer-1ve00xc > :first-child, .framer-gYXmL .framer-13e5kd3 > :first-child, .framer-gYXmL .framer-1tt1su2 > :first-child, .framer-gYXmL .framer-1jpgw0p > :first-child, .framer-gYXmL .framer-68cxd9 > :first-child, .framer-gYXmL .framer-u71ml5 > :first-child, .framer-gYXmL .framer-54yon4 > :first-child, .framer-gYXmL .framer-1c0jrxp > :first-child, .framer-gYXmL .framer-1endzto > :first-child { margin-top: 0px; } .framer-gYXmL .framer-oo02k4 > :last-child, .framer-gYXmL .framer-1t8jag1 > :last-child, .framer-gYXmL .framer-1ve00xc > :last-child, .framer-gYXmL .framer-13e5kd3 > :last-child, .framer-gYXmL .framer-1tt1su2 > :last-child, .framer-gYXmL .framer-1jpgw0p > :last-child, .framer-gYXmL .framer-68cxd9 > :last-child, .framer-gYXmL .framer-u71ml5 > :last-child, .framer-gYXmL .framer-54yon4 > :last-child, .framer-gYXmL .framer-1c0jrxp > :last-child, .framer-gYXmL .framer-1endzto > :last-child { margin-bottom: 0px; } .framer-gYXmL .framer-1t8jag1 > *, .framer-gYXmL .framer-1jpgw0p > *, .framer-gYXmL .framer-u71ml5 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-gYXmL .framer-1ve00xc > *, .framer-gYXmL .framer-1c0jrxp > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-gYXmL .framer-13e5kd3 > *, .framer-gYXmL .framer-1tt1su2 > *, .framer-gYXmL .framer-68cxd9 > *, .framer-gYXmL .framer-54yon4 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-gYXmL .framer-1jri4s8 > *, .framer-gYXmL .framer-1jri4s8 > :first-child, .framer-gYXmL .framer-1jri4s8 > :last-child, .framer-gYXmL .framer-1fqn6ze > *, .framer-gYXmL .framer-1fqn6ze > :first-child, .framer-gYXmL .framer-1fqn6ze > :last-child, .framer-gYXmL .framer-qcz139 > *, .framer-gYXmL .framer-qcz139 > :first-child, .framer-gYXmL .framer-qcz139 > :last-child, .framer-gYXmL .framer-1nmlu7e > *, .framer-gYXmL .framer-1nmlu7e > :first-child, .framer-gYXmL .framer-1nmlu7e > :last-child { margin: 0px; } .framer-gYXmL .framer-f1srq7 > *, .framer-gYXmL .framer-1dmh4tj > *, .framer-gYXmL .framer-1l7liz5 > *, .framer-gYXmL .framer-1hnu0zz > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-gYXmL .framer-f1srq7 > :first-child, .framer-gYXmL .framer-1dmh4tj > :first-child, .framer-gYXmL .framer-1l7liz5 > :first-child, .framer-gYXmL .framer-1hnu0zz > :first-child { margin-left: 0px; } .framer-gYXmL .framer-f1srq7 > :last-child, .framer-gYXmL .framer-1dmh4tj > :last-child, .framer-gYXmL .framer-1l7liz5 > :last-child, .framer-gYXmL .framer-1hnu0zz > :last-child { margin-right: 0px; } .framer-gYXmL .framer-1endzto > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-gYXmL { background: rgb(250, 252, 254); } .framer-gYXmL.framer-2or5wt { width: 390px; } .framer-gYXmL .framer-qn7iln-container, .framer-gYXmL .framer-dag2rr, .framer-gYXmL .framer-161j4tw { order: 1; } .framer-gYXmL .framer-13e5kd3 { gap: 32px; order: 6; padding: 80px 20px 64px 20px; } .framer-gYXmL .framer-1jri4s8 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 12px; justify-content: flex-start; max-width: unset; } .framer-gYXmL .framer-6mjv7s-container, .framer-gYXmL .framer-16cig2h-container { align-self: unset; height: auto; } .framer-gYXmL .framer-ijd04 { background: linear-gradient(180deg, #fafcfe 4.939976597691444%, rgb(255, 153, 0) 77.25225225225225%, rgb(255, 255, 255) 100%); order: 7; padding: 40px 24px 40px 24px; } .framer-gYXmL .framer-1tt1su2 { background-color: unset; gap: 32px; justify-content: flex-start; } .framer-gYXmL .framer-1jpgw0p, .framer-gYXmL .framer-u71ml5 { gap: 16px; order: 0; } .framer-gYXmL .framer-1fqn6ze { background-color: rgba(255, 255, 255, 0); flex-direction: column; gap: 16px; height: min-content; order: 1; } .framer-gYXmL .framer-f1srq7, .framer-gYXmL .framer-1dmh4tj, .framer-gYXmL .framer-1l7liz5, .framer-gYXmL .framer-1hnu0zz { align-content: center; align-items: center; flex: none; flex-direction: row; height: min-content; width: 100%; } .framer-gYXmL .framer-lhe17n { width: 294px; } .framer-gYXmL .framer-1wlu4gk, .framer-gYXmL .framer-1flip7j, .framer-gYXmL .framer-lybhkh { flex: 1 0 0px; width: 1px; } .framer-gYXmL .framer-1ek5omi { order: 8; padding: 40px 24px 40px 24px; } .framer-gYXmL .framer-68cxd9 { gap: 16px; justify-content: flex-start; padding: 12px 0px 16px 0px; } .framer-gYXmL .framer-qcz139 { flex-direction: column; order: 1; } .framer-gYXmL .framer-437qft, .framer-gYXmL .framer-1frogks, .framer-gYXmL .framer-1pu3t20 { align-self: unset; flex: none; height: min-content; width: 100%; } .framer-gYXmL .framer-6sf37v { flex: none; width: 100%; } .framer-gYXmL .framer-54yon4 { gap: 32px; order: 11; padding: 64px 20px 80px 20px; } .framer-gYXmL .framer-1sgn08z, .framer-gYXmL .framer-wjbsln-container { width: 100%; } .framer-gYXmL .framer-1nmlu7e { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 12px; justify-content: flex-start; } .framer-gYXmL .framer-ok2t9f { align-self: unset; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex-direction: column; order: 0; padding: 12px 12px 24px 12px; } .framer-gYXmL .framer-l456bz { order: 1; padding: 24px 8px 24px 8px; width: 100%; } .framer-gYXmL .framer-1gc3s6f { width: 32px; } .framer-gYXmL .framer-1orfxqx { flex: none; height: var(--framer-aspect-ratio-supported, 198px); order: 0; width: 100%; } .framer-gYXmL .framer-172a7r1-container { align-self: unset; order: 1; } .framer-gYXmL .framer-b5x7ju-container { align-self: unset; height: auto; order: 3; } .framer-gYXmL .framer-1i0f27b { height: 327px; order: 12; } .framer-gYXmL .framer-bqvkyp { bottom: unset; height: 599px; left: -92px; right: -189px; top: -141px; } .framer-gYXmL .framer-1c0jrxp { bottom: unset; flex-direction: column; gap: 40px; justify-content: flex-start; padding: 0px 20px 0px 20px; top: 49%; transform: translate(-50%, -50%); } .framer-gYXmL .framer-1endzto { align-content: center; align-items: center; width: 100%; } .framer-gYXmL .framer-1233zlh { justify-content: center; width: 100%; } .framer-gYXmL .framer-1gi4dw9, .framer-gYXmL .framer-1asl7tm, .framer-gYXmL .framer-1sdjmi7 { order: 0; } .framer-gYXmL .framer-5dfgyg-container { height: var(--framer-aspect-ratio-supported, 31px); } .framer-gYXmL .framer-1a68ux9, .framer-gYXmL .framer-16a73um { order: 2; } .framer-gYXmL .framer-qrrnf9-container { order: 14; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-gYXmL .framer-13e5kd3, .framer-gYXmL .framer-1jri4s8, .framer-gYXmL .framer-1tt1su2, .framer-gYXmL .framer-1jpgw0p, .framer-gYXmL .framer-1fqn6ze, .framer-gYXmL .framer-f1srq7, .framer-gYXmL .framer-1dmh4tj, .framer-gYXmL .framer-1l7liz5, .framer-gYXmL .framer-1hnu0zz, .framer-gYXmL .framer-68cxd9, .framer-gYXmL .framer-u71ml5, .framer-gYXmL .framer-qcz139, .framer-gYXmL .framer-54yon4, .framer-gYXmL .framer-1nmlu7e, .framer-gYXmL .framer-ok2t9f, .framer-gYXmL .framer-1c0jrxp { gap: 0px; } .framer-gYXmL .framer-13e5kd3 > *, .framer-gYXmL .framer-1tt1su2 > *, .framer-gYXmL .framer-54yon4 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-gYXmL .framer-13e5kd3 > :first-child, .framer-gYXmL .framer-1jri4s8 > :first-child, .framer-gYXmL .framer-1tt1su2 > :first-child, .framer-gYXmL .framer-1jpgw0p > :first-child, .framer-gYXmL .framer-1fqn6ze > :first-child, .framer-gYXmL .framer-68cxd9 > :first-child, .framer-gYXmL .framer-u71ml5 > :first-child, .framer-gYXmL .framer-qcz139 > :first-child, .framer-gYXmL .framer-54yon4 > :first-child, .framer-gYXmL .framer-1nmlu7e > :first-child, .framer-gYXmL .framer-ok2t9f > :first-child, .framer-gYXmL .framer-1c0jrxp > :first-child { margin-top: 0px; } .framer-gYXmL .framer-13e5kd3 > :last-child, .framer-gYXmL .framer-1jri4s8 > :last-child, .framer-gYXmL .framer-1tt1su2 > :last-child, .framer-gYXmL .framer-1jpgw0p > :last-child, .framer-gYXmL .framer-1fqn6ze > :last-child, .framer-gYXmL .framer-68cxd9 > :last-child, .framer-gYXmL .framer-u71ml5 > :last-child, .framer-gYXmL .framer-qcz139 > :last-child, .framer-gYXmL .framer-54yon4 > :last-child, .framer-gYXmL .framer-1nmlu7e > :last-child, .framer-gYXmL .framer-ok2t9f > :last-child, .framer-gYXmL .framer-1c0jrxp > :last-child { margin-bottom: 0px; } .framer-gYXmL .framer-1jri4s8 > *, .framer-gYXmL .framer-1nmlu7e > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-gYXmL .framer-1jpgw0p > *, .framer-gYXmL .framer-1fqn6ze > *, .framer-gYXmL .framer-68cxd9 > *, .framer-gYXmL .framer-u71ml5 > *, .framer-gYXmL .framer-ok2t9f > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-gYXmL .framer-f1srq7 > *, .framer-gYXmL .framer-1dmh4tj > *, .framer-gYXmL .framer-1l7liz5 > *, .framer-gYXmL .framer-1hnu0zz > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-gYXmL .framer-f1srq7 > :first-child, .framer-gYXmL .framer-1dmh4tj > :first-child, .framer-gYXmL .framer-1l7liz5 > :first-child, .framer-gYXmL .framer-1hnu0zz > :first-child { margin-left: 0px; } .framer-gYXmL .framer-f1srq7 > :last-child, .framer-gYXmL .framer-1dmh4tj > :last-child, .framer-gYXmL .framer-1l7liz5 > :last-child, .framer-gYXmL .framer-1hnu0zz > :last-child { margin-right: 0px; } .framer-gYXmL .framer-qcz139 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-gYXmL .framer-1c0jrxp > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }}`,`@media (min-width: 1200px) and (max-width: 1439px) { .${metadata.bodyClassName}-framer-gYXmL { background: rgb(250, 252, 254); } .framer-gYXmL.framer-2or5wt { width: 1200px; } .framer-gYXmL .framer-ddlm68-container, .framer-gYXmL .framer-68cxd9 { order: 0; } .framer-gYXmL .framer-oo02k4 { gap: 8px; order: 1; padding: 80px 24px 0px 24px; width: 1152px; } .framer-gYXmL .framer-mia4yx { bottom: -552px; left: -221px; right: -265px; top: -64px; } .framer-gYXmL .framer-13e5kd3 { gap: 48px; justify-content: flex-start; padding: 40px 32px 80px 32px; } .framer-gYXmL .framer-1agh5jw { order: 0; width: min-content; } .framer-gYXmL .framer-esrlng { white-space: pre; width: auto; } .framer-gYXmL .framer-1jri4s8 { gap: 16px; max-width: unset; order: 1; } .framer-gYXmL .framer-ijd04, .framer-gYXmL .framer-1ek5omi { padding: 40px 32px 32px 32px; scroll-margin-top: 4000px; } .framer-gYXmL .framer-1fqn6ze, .framer-gYXmL .framer-1dmh4tj, .framer-gYXmL .framer-1l7liz5, .framer-gYXmL .framer-1hnu0zz { height: min-content; } .framer-gYXmL .framer-f1srq7 { align-self: stretch; height: auto; } .framer-gYXmL .framer-54yon4 { gap: 48px; padding: 72px 32px 80px 32px; } .framer-gYXmL .framer-1sgn08z { width: 61%; } .framer-gYXmL .framer-1nmlu7e { gap: 16px; } .framer-gYXmL .framer-ok2t9f { padding: 8px 8px 24px 8px; } .framer-gYXmL .framer-l456bz { flex: 1 0 0px; padding: 24px 8px 24px 8px; width: 1px; } .framer-gYXmL .framer-1k0cx25 { flex-direction: column; } .framer-gYXmL .framer-19j8sgt { flex: none; width: 100%; } .framer-gYXmL .framer-1orfxqx { height: var(--framer-aspect-ratio-supported, 331px); } .framer-gYXmL .framer-1i0f27b { height: 401px; } .framer-gYXmL .framer-1c0jrxp { padding: 0px 40px 0px 40px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-gYXmL .framer-oo02k4, .framer-gYXmL .framer-13e5kd3, .framer-gYXmL .framer-1jri4s8, .framer-gYXmL .framer-54yon4, .framer-gYXmL .framer-1nmlu7e, .framer-gYXmL .framer-1k0cx25 { gap: 0px; } .framer-gYXmL .framer-oo02k4 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-gYXmL .framer-oo02k4 > :first-child { margin-left: 0px; } .framer-gYXmL .framer-oo02k4 > :last-child { margin-right: 0px; } .framer-gYXmL .framer-13e5kd3 > *, .framer-gYXmL .framer-54yon4 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-gYXmL .framer-13e5kd3 > :first-child, .framer-gYXmL .framer-54yon4 > :first-child, .framer-gYXmL .framer-1k0cx25 > :first-child { margin-top: 0px; } .framer-gYXmL .framer-13e5kd3 > :last-child, .framer-gYXmL .framer-54yon4 > :last-child, .framer-gYXmL .framer-1k0cx25 > :last-child { margin-bottom: 0px; } .framer-gYXmL .framer-1jri4s8 > *, .framer-gYXmL .framer-1jri4s8 > :first-child, .framer-gYXmL .framer-1jri4s8 > :last-child, .framer-gYXmL .framer-1nmlu7e > *, .framer-gYXmL .framer-1nmlu7e > :first-child, .framer-gYXmL .framer-1nmlu7e > :last-child { margin: 0px; } .framer-gYXmL .framer-1k0cx25 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,'.framer-gYXmL[data-border=\"true\"]::after, .framer-gYXmL [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5428.5\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"kCMVCHtrC\":{\"layout\":[\"fixed\",\"auto\"]},\"L0RswE_C3\":{\"layout\":[\"fixed\",\"auto\"]},\"Fhb3I0oBv\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramereBJ94gcHr=withCSS(Component,css,\"framer-gYXmL\");export default FramereBJ94gcHr;FramereBJ94gcHr.displayName=\"Fullstack Digital Marketing Services\";FramereBJ94gcHr.defaultProps={height:5428.5,width:1440};addFonts(FramereBJ94gcHr,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Albert Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/albertsans/v1/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9Dw6If3bRUz1r5t.woff2\",weight:\"700\"},{family:\"Albert Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHdZT_qY32TxAj1g.woff2\",weight:\"600\"},{family:\"Albert Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/albertsans/v1/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHq5P_qY32TxAj1g.woff2\",weight:\"400\"}]},...NavbarTransparentFonts,...NavbarBGWhiteFonts,...IconoirFonts,...ButtonFonts,...TestimonyCardFonts,...SlideshowFonts,...CardSubServicesFonts,...CardHowItWorkFonts,...FooterV2Fonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramereBJ94gcHr\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kCMVCHtrC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"L0RswE_C3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Fhb3I0oBv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"5428.5\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerResponsiveScreen\":\"\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "e", "f", "t", "n", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "f", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "addPropertyControls", "ControlType", "defaultEvents", "isBrowser", "getBrowserVisibilityProp", "getBrowserDocumentHiddenProp", "getIsDocumentHidden", "usePageVisibility", "isVisible", "setIsVisible", "ye", "onVisibilityChange", "ue", "visibilityChange", "OPACITY_0", "Slideshow", "props", "slots", "startFrom", "direction", "effectsOptions", "autoPlayControl", "dragControl", "alignment", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "itemAmount", "fadeOptions", "intervalControl", "transitionControl", "arrowOptions", "borderRadius", "progressOptions", "style", "effectsOpacity", "effectsScale", "effectsRotate", "effectsPerspective", "effectsHover", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowShouldSpace", "arrowShouldFadeIn", "arrowPosition", "arrowPadding", "arrowGap", "arrowPaddingTop", "arrowPaddingRight", "arrowPaddingBottom", "arrowPaddingLeft", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "hasChildren", "j", "isHorizontal", "isInverted", "u", "placeholderStyles", "p", "emojiStyles", "titleStyles", "subtitleStyles", "parentRef", "pe", "childrenRef", "se", "index", "W", "timeoutRef", "size", "setSize", "ye", "isHovering", "setIsHovering", "shouldPlayOnHover", "setShouldPlayOnHover", "isMouseDown", "setIsMouseDown", "isResizing", "setIsResizing", "dupedChildren", "duplicateBy", "measure", "te", "total", "parentLength", "start", "childrenLength", "itemSize", "itemWidth", "itemHeight", "viewportLength", "window", "scheduleMeasure", "sync", "fe", "initialResize", "ue", "resize", "contentSize", "timer", "totalItems", "childrenSize", "itemWithGap", "itemOffset", "currentItem", "setCurrentItem", "isDragging", "setIsDragging", "visibilityRef", "isInView", "useInView", "isVisible", "usePageVisibility", "factor", "xOrY", "useMotionValue", "canvasPosition", "newPosition", "wrappedValue", "useTransform", "value", "wrapped", "wrap", "wrappedIndex", "wrappedIndexInverted", "switchPages", "animate", "setDelta", "delta", "setPage", "currentItemWrapped", "currentItemWrappedInvert", "goto", "gotoInverted", "handleDragStart", "handleDragEnd", "event", "offset", "velocity", "offsetXorY", "velocityThreshold", "velocityXorY", "isHalfOfNext", "isHalfOfPrev", "normalizedOffset", "itemDelta", "itemDeltaFromOne", "childCounter", "columnOrRowValue", "child", "childIndex", "ref", "Slide", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "dots", "dotsBlurStyle", "i", "Dot", "dotStyle", "baseButtonStyles", "dragProps", "arrowHasTop", "arrowHasBottom", "arrowHasLeft", "arrowHasRight", "arrowHasMid", "containerStyle", "motion", "controlsStyles", "dotsContainerStyle", "addPropertyControls", "ControlType", "num", "min", "max", "Y", "_child_props", "_child_props1", "slideKey", "width", "height", "numChildren", "effects", "isLast", "childOffset", "scrollRange", "val", "rotateY", "rotateX", "opacity", "scale", "originXorY", "latest", "newValue", "_ref_current", "visibility", "mix", "LayoutGroup", "q", "selectedOpacity", "buttonStyle", "isSelected", "inlinePadding", "top", "bottom", "right", "left", "ypQVF6cOD_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v0", "p", "x", "motion", "v1", "v2", "__FramerMetadata__", "valuesByLocaleId", "ypQVF6cOD_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "batchNumber", "height", "id", "internName", "internPhoto", "testimonial", "width", "workplace", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "_ref4", "_ref5", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Ycv32uIUY", "vcvEXbVMC", "tcKeVCcHW", "Afa3DsPjQ", "Bt_3Gnifc", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "LayoutGroup", "u", "cx", "RichText2", "getLocalizedValue", "Image2", "getLoadingLazyAtYPosition", "css", "FramerypQVF6cOD", "withCSS", "ypQVF6cOD_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "NavbarTransparentFonts", "getFonts", "Ekg2_kSIT_default", "NavbarBGWhiteFonts", "ZDIvb0QIx_default", "ContainerWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "Container", "IconoirFonts", "Icon", "ButtonFonts", "cE5Kjk8RW_default", "TestimonyCardFonts", "ypQVF6cOD_default", "SlideshowFonts", "Slideshow", "CardSubServicesFonts", "NnraRrDuF_default", "CardHowItWorkFonts", "S0G3cB6hD_default", "FooterV2Fonts", "ImC9tJ_zh_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "transformTemplate1", "_", "t", "animation1", "animation2", "addImageAlt", "image", "alt", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "ref1", "pe", "isDisplayed", "isDisplayed1", "ref2", "router", "useRouter", "ref3", "elementId", "useRouteElementId", "ref4", "isDisplayed2", "usePreloadLocalizedValues", "isDisplayed3", "elementId1", "ref5", "elementId2", "ref6", "elementId3", "elementId4", "elementId5", "ref7", "elementId6", "ref8", "elementId7", "ref9", "elementId8", "ref10", "isDisplayed4", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "PropertyOverrides2", "ComponentViewportProvider", "ResolveLinks", "resolvedLinks", "SVG", "getLocalizedValue", "x", "RichText2", "resolvedLinks1", "getLoadingLazyAtYPosition", "Image2", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "css", "FramereBJ94gcHr", "withCSS", "eBJ94gcHr_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
