{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/AmvKuPhhP7n1Ly3xRdkL/t55heKjEdYElOOkfRgCw/WUXvhplVJ.js"],
  "sourcesContent": ["// Generated by Framer (013b13c)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,withCodeBoundaryForOverrides,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import Button1 from\"https://framerusercontent.com/modules/aAJLweEoPFwPcybFZyk4/QxmlB3eitCph4KDQk3bl/gHCvXlEKZ.js\";import{withClass}from\"https://framerusercontent.com/modules/ADuU6ikglZKJoSEB0kxc/1KSw3IJajK4QeL8GuImK/DropCapClass.js\";import{Icon as Hero}from\"https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/bbq95ZQZ142lE2fXscHd/Hero.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import Footer from\"https://framerusercontent.com/modules/TL3zcEGVlNgLbP2FAMWa/XE28JqrA9OWi0LTcKZix/nmxOoy_YH.js\";import Button from\"https://framerusercontent.com/modules/wanSCPhhF1psXhG5vGaO/syafRkrCrfcE4XQasVTv/jsWcijMOw.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/CzcVr5U1VFk6uNcyYvJq/SmoothScroll_Prod.js\";import metadataProvider from\"#framer/local/webPageMetadata/WUXvhplVJ/WUXvhplVJ.js\";const SmoothScrollFonts=getFonts(SmoothScroll);const ButtonFonts=getFonts(Button);const HeroFonts=getFonts(Hero);const ContainerWithFX=withFX(Container);const MotionDivWithFX=withFX(motion.div);const VideoFonts=getFonts(Video);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const RichTextWithClass1cwgvxe=withCodeBoundaryForOverrides(RichText,{nodeId:\"S_BnUfpkN\",override:withClass,scopeId:\"WUXvhplVJ\"});const Button1Fonts=getFonts(Button1);const FooterFonts=getFonts(Footer);const breakpoints={fXHw21euN:\"(min-width: 810px) and (max-width: 1199px)\",h5_LUotU4:\"(max-width: 809px)\",u9r0JHcyy:\"(min-width: 1200px) and (max-width: 1439px)\",z37rAhRcb:\"(min-width: 1440px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-CMJ5i\";const variantClassNames={fXHw21euN:\"framer-v-111w5jm\",h5_LUotU4:\"framer-v-1lkez1m\",u9r0JHcyy:\"framer-v-kzq5ef\",z37rAhRcb:\"framer-v-1u0ehoe\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition1={delay:0,duration:.75,ease:[.44,0,.56,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const transition2={delay:1,duration:.75,ease:[.44,0,.56,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:-180,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition3={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation4={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop Large\":\"z37rAhRcb\",\"Desktop Small\":\"u9r0JHcyy\",Phone:\"h5_LUotU4\",Tablet:\"fXHw21euN\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"z37rAhRcb\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const onTap3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const onTap1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"h5_LUotU4\")return false;return true;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"z37rAhRcb\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(8, 8, 8); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1u0ehoe\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fj0t0k\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fXHw21euN:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+360+0+0),pixelHeight:2272,pixelWidth:2553,positionX:\"center\",positionY:\"center\",sizes:\"916px\",src:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg\",srcSet:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg 2553w\"}},h5_LUotU4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+290+0+0),pixelHeight:2272,pixelWidth:2553,sizes:\"872px\",src:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg\",srcSet:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg 2553w\"}},u9r0JHcyy:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+691+0+0),pixelHeight:2272,pixelWidth:2553,positionX:\"center\",positionY:\"center\",sizes:\"916px\",src:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg\",srcSet:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg 2553w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+870+0+0),pixelHeight:2272,pixelWidth:2553,positionX:\"center\",positionY:\"center\",sizes:\"916px\",src:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg\",srcSet:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg 2553w\"},className:\"framer-uqapy7\",\"data-framer-name\":\"water\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fXHw21euN:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+360+0+805),pixelHeight:2272,pixelWidth:2553,positionX:\"center\",positionY:\"center\",sizes:\"916px\",src:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg\",srcSet:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg 2553w\"}},h5_LUotU4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+290+0+454),pixelHeight:2272,pixelWidth:2553,sizes:\"872px\",src:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg\",srcSet:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg 2553w\"}},u9r0JHcyy:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+691+0+805),pixelHeight:2272,pixelWidth:2553,positionX:\"center\",positionY:\"center\",sizes:\"916px\",src:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg\",srcSet:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg 2553w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+870+0+805),pixelHeight:2272,pixelWidth:2553,positionX:\"center\",positionY:\"center\",sizes:\"916px\",src:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg\",srcSet:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg 2553w\"},className:\"framer-147gbou\",\"data-framer-name\":\"water\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fXHw21euN:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+360+0+1610),pixelHeight:2272,pixelWidth:2553,positionX:\"center\",positionY:\"center\",sizes:\"916px\",src:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg\",srcSet:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg 2553w\"}},h5_LUotU4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+290+0+908),pixelHeight:2272,pixelWidth:2553,sizes:\"872px\",src:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg\",srcSet:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg 2553w\"}},u9r0JHcyy:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+691+0+1610),pixelHeight:2272,pixelWidth:2553,positionX:\"center\",positionY:\"center\",sizes:\"916px\",src:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg\",srcSet:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg 2553w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+870+0+1610),pixelHeight:2272,pixelWidth:2553,positionX:\"center\",positionY:\"center\",sizes:\"916px\",src:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg\",srcSet:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg 2553w\"},className:\"framer-1se9zou\",\"data-framer-name\":\"water\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fXHw21euN:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+360+0+2415),pixelHeight:2272,pixelWidth:2553,positionX:\"center\",positionY:\"center\",sizes:\"916px\",src:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg\",srcSet:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg 2553w\"}},h5_LUotU4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+290+0+1362),pixelHeight:2272,pixelWidth:2553,sizes:\"872px\",src:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg\",srcSet:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg 2553w\"}},u9r0JHcyy:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+691+0+2415),pixelHeight:2272,pixelWidth:2553,positionX:\"center\",positionY:\"center\",sizes:\"916px\",src:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg\",srcSet:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg 2553w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+870+0+2415),pixelHeight:2272,pixelWidth:2553,positionX:\"center\",positionY:\"center\",sizes:\"916px\",src:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg\",srcSet:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg 2553w\"},className:\"framer-1g41szg\",\"data-framer-name\":\"water\"})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-oryhsf hidden-1lkez1m\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fXHw21euN:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+360+0+0),pixelHeight:2272,pixelWidth:2553,positionX:\"center\",positionY:\"center\",sizes:\"916px\",src:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg\",srcSet:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg 2553w\"}},u9r0JHcyy:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+691+0+0),pixelHeight:2272,pixelWidth:2553,positionX:\"center\",positionY:\"center\",sizes:\"916px\",src:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg\",srcSet:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg 2553w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+870+0+0),pixelHeight:2272,pixelWidth:2553,positionX:\"center\",positionY:\"center\",sizes:\"916px\",src:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg\",srcSet:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg 2553w\"},className:\"framer-1xgput3\",\"data-framer-name\":\"water\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fXHw21euN:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+360+0+805),pixelHeight:2272,pixelWidth:2553,positionX:\"center\",positionY:\"center\",sizes:\"916px\",src:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg\",srcSet:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg 2553w\"}},u9r0JHcyy:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+691+0+805),pixelHeight:2272,pixelWidth:2553,positionX:\"center\",positionY:\"center\",sizes:\"916px\",src:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg\",srcSet:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg 2553w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+870+0+805),pixelHeight:2272,pixelWidth:2553,positionX:\"center\",positionY:\"center\",sizes:\"916px\",src:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg\",srcSet:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg 2553w\"},className:\"framer-5r6pzp\",\"data-framer-name\":\"water\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fXHw21euN:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+360+0+1610),pixelHeight:2272,pixelWidth:2553,positionX:\"center\",positionY:\"center\",sizes:\"916px\",src:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg\",srcSet:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg 2553w\"}},u9r0JHcyy:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+691+0+1610),pixelHeight:2272,pixelWidth:2553,positionX:\"center\",positionY:\"center\",sizes:\"916px\",src:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg\",srcSet:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg 2553w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+870+0+1610),pixelHeight:2272,pixelWidth:2553,positionX:\"center\",positionY:\"center\",sizes:\"916px\",src:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg\",srcSet:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg 2553w\"},className:\"framer-1r4lx8l\",\"data-framer-name\":\"water\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fXHw21euN:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+360+0+2415),pixelHeight:2272,pixelWidth:2553,positionX:\"center\",positionY:\"center\",sizes:\"916px\",src:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg\",srcSet:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg 2553w\"}},u9r0JHcyy:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+691+0+2415),pixelHeight:2272,pixelWidth:2553,positionX:\"center\",positionY:\"center\",sizes:\"916px\",src:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg\",srcSet:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg 2553w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+870+0+2415),pixelHeight:2272,pixelWidth:2553,positionX:\"center\",positionY:\"center\",sizes:\"916px\",src:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg\",srcSet:\"https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/P6c91fVhg1Yqz86qG4IkodAr9WA.jpg 2553w\"},className:\"framer-fi45m7\",\"data-framer-name\":\"water\"})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jx6gdn-container\",isModuleExternal:true,nodeId:\"wk1lY97x0\",scopeId:\"WUXvhplVJ\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"wk1lY97x0\",intensity:5,layoutId:\"wk1lY97x0\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15vq1me\",\"data-framer-name\":\"Hero\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-n89one\",\"data-framer-name\":\"Nav Header\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k6wgs1\",\"data-framer-name\":\"Stack\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fXHw21euN:{y:(componentViewport?.y||0)+0+200+0+12+11.02}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,y:(componentViewport?.y||0)+0+200+0+27+11.02,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1p0hfa2-container hidden-1lkez1m\",isModuleExternal:true,nodeId:\"uqi7ltqWx\",scopeId:\"WUXvhplVJ\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"uqi7ltqWx\",iza2jSY6y:true,layoutId:\"uqi7ltqWx\",Pyv95bl8V:\"Back to Hodinkee\",vc38jf_Q9:\"https://hodinkee.com\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yj0dvu\",\"data-framer-name\":\"Frame 4743\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h5_LUotU4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9zdC1yZWd1bGFy\",\"--framer-font-family\":'\"Jost\", \"Jost Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"131.5%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"In partnership with\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Sm9zdC1yZWd1bGFy\",\"--framer-font-family\":'\"Jost\", \"Jost Placeholder\", sans-serif',\"--framer-line-height\":\"131.5%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"In partnership with\"})}),className:\"framer-71fcjb\",\"data-framer-name\":\"In partnership with\",fonts:[\"GF;Jost-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fXHw21euN:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+0+12+0+0+26.04),pixelHeight:59,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/SqFkOd9VdTztutsUSPWZBCfQNxc.svg\",srcSet:\"https://framerusercontent.com/images/SqFkOd9VdTztutsUSPWZBCfQNxc.svg?scale-down-to=512 512w,https://framerusercontent.com/images/SqFkOd9VdTztutsUSPWZBCfQNxc.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/SqFkOd9VdTztutsUSPWZBCfQNxc.svg 1254w\"}},h5_LUotU4:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+0+12+0+0+20.78),pixelHeight:59,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/SqFkOd9VdTztutsUSPWZBCfQNxc.svg\",srcSet:\"https://framerusercontent.com/images/SqFkOd9VdTztutsUSPWZBCfQNxc.svg?scale-down-to=512 512w,https://framerusercontent.com/images/SqFkOd9VdTztutsUSPWZBCfQNxc.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/SqFkOd9VdTztutsUSPWZBCfQNxc.svg 1254w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+200+0+27+0+0+26.04),pixelHeight:59,pixelWidth:300,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/SqFkOd9VdTztutsUSPWZBCfQNxc.svg\",srcSet:\"https://framerusercontent.com/images/SqFkOd9VdTztutsUSPWZBCfQNxc.svg?scale-down-to=512 512w,https://framerusercontent.com/images/SqFkOd9VdTztutsUSPWZBCfQNxc.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/SqFkOd9VdTztutsUSPWZBCfQNxc.svg 1254w\"},className:\"framer-1iw9ohp\"})})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fXHw21euN:{y:(componentViewport?.y||0)+0+200+0+12+11.02}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,y:(componentViewport?.y||0)+0+200+0+27+11.02,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lqaib9-container hidden-1lkez1m\",isModuleExternal:true,nodeId:\"qE6M7Q_4n\",scopeId:\"WUXvhplVJ\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"qE6M7Q_4n\",iza2jSY6y:true,layoutId:\"qE6M7Q_4n\",Pyv95bl8V:\"Visit Seiko\",vc38jf_Q9:\"https://www.seikowatches.com/lp/hodinkee_alltop\",width:\"100%\"})})})})]})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-fi7wop\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fXHw21euN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hvZGlua2VlIFNvY2lhbCBSZWd1bGFy\",\"--framer-font-family\":'\"Hodinkee Social Regular\", \"Hodinkee Social Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Swipe to Read\"})})},h5_LUotU4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hvZGlua2VlIFNvY2lhbCBSZWd1bGFy\",\"--framer-font-family\":'\"Hodinkee Social Regular\", \"Hodinkee Social Regular Placeholder\", sans-serif',\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Swipe To Read\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hvZGlua2VlIFNvY2lhbCBSZWd1bGFy\",\"--framer-font-family\":'\"Hodinkee Social Regular\", \"Hodinkee Social Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Scroll to Read\"})}),className:\"framer-oturaq\",fonts:[\"CUSTOM;Hodinkee Social Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation2},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ocnt9p-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"yX7ocIPjn\",rendersWithMotion:true,scopeId:\"WUXvhplVJ\",children:/*#__PURE__*/_jsx(Hero,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"ArrowDownCircle\",id:\"yX7ocIPjn\",layoutId:\"yX7ocIPjn\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation3,background:{alt:\"\",fit:\"fill\"},className:\"framer-u99rjq\",\"data-framer-appear-id\":\"u99rjq\",initial:animation4,optimized:true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-pvkbkp-container\",isModuleExternal:true,nodeId:\"dvJ2lBAKg\",scopeId:\"WUXvhplVJ\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fXHw21euN:{srcFile:\"https://framerusercontent.com/assets/4EDtLKZkndpromJV49hQp9Z6K8o.mp4\"},h5_LUotU4:{srcFile:\"https://framerusercontent.com/assets/SvbsRFptZdiGNX30XUG1iFu2djY.mp4\"}},children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgb(8, 8, 8)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"dvJ2lBAKg\",isMixedBorderRadius:false,layoutId:\"dvJ2lBAKg\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/Szzn9eeq4aVrIFeLKpEsziE0Dg.mp4\",srcType:\"Upload\",srcUrl:\"https://vimeo.com/1002936344\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9xhq1t\",\"data-framer-name\":\"ARTICLE\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-jd8n9e\",\"data-framer-name\":\"Frame 4747\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lx0btu\",\"data-framer-name\":\"Stack\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h5_LUotU4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"QXZlbmlyLUJsYWNr\",\"--framer-font-family\":'\"Avenir-Black\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-letter-spacing\":\"2px\",\"--framer-line-height\":\"95%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(250, 250, 250)\",\"--framer-text-transform\":\"uppercase\"},children:\"Diving Deeper\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"QXZlbmlyLUJsYWNr\",\"--framer-font-family\":'\"Avenir-Black\", sans-serif',\"--framer-font-size\":\"110px\",\"--framer-letter-spacing\":\"2px\",\"--framer-line-height\":\"92%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(250, 250, 250)\",\"--framer-text-transform\":\"uppercase\"},children:\"Diving Deeper\"})}),className:\"framer-8wcju3\",\"data-framer-name\":\"An XS-Sized History of Chopard\u2019s Alpine Eagle XL Chrono\",fonts:[\"Avenir-Black\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h5_LUotU4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"QXZlbmlyLUhlYXZ5\",\"--framer-font-family\":'\"Avenir-Heavy\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(81, 138, 194)\"},children:\"Three stylish new Seiko diver\u2019s watches salute 60 years of underwater innovation.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"QXZlbmlyLUhlYXZ5\",\"--framer-font-family\":'\"Avenir-Heavy\", sans-serif',\"--framer-font-size\":\"35px\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(81, 138, 194)\"},children:\"Three stylish new Seiko diver\u2019s watches salute 60 years of underwater innovation.\"})}),className:\"framer-mouhtl\",\"data-framer-name\":\"Introduced just four years ago, the Alpine Eagle Chronograph line tells a tale akin to a potent short story. Feathered with family heritage and emblematic of the watchmaker\u2019s commitments to chronographic excellence, next-gen materials, forward-looking design, and ecological conservation, the Alpine Eagle XL Chrono has only begun to impressively soar.\",fonts:[\"Avenir-Heavy\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichTextWithClass1cwgvxe,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hvZGlua2VlIFNvY2lhbCBSZWd1bGFy\",\"--framer-font-family\":'\"Hodinkee Social Regular\", \"Hodinkee Social Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(250, 250, 250)\"},children:\"You won\u2019t get too far in any conversation about the world\u2019s great diver\u2019s watches before Seiko enters the chat. From the beloved \u201CTurtle\u201D series and iconic \u201CTuna\u201D to new Prospex models like the flagship Marinemaster, the style, substance, and value of Seiko\u2019s divers have won them legions of fans worldwide. These watches\u2019 durability and underwater performance are central to their appeal, along with classic looks that pair easily with anything from a suit to a polo and jeans. To celebrate the 60th anniversary of the Seiko diver\u2019s watch that started it all, Seiko is releasing three new limited-edition Prospex models: Seiko Prospex Marinemaster Professional SLA081 (limited to 600 pieces), Seiko Prospex 1965 Heritage Diver\u2019s Watch SPB511 (limited to 6,000 pieces), and Seiko Prospex 1968 Heritage Diver\u2019s GMT Watch SPB509 (limited to 6,000 pieces). Distinguished by two new wave-textured dials, each of these anniversary editions pays tribute to the brand\u2019s history of innovation while making notable advances in style and performance.\"})}),className:\"framer-1cwgvxe\",\"data-framer-name\":\"contemporary timepiece arguably destined to join an elite lineage of iconic, much loved watch models needs an equally iconic origin story. The Chopard Alpine Eagle\u2019s goes something like this: Chopard heir Karl-Fritz Scheufele, son of\",fonts:[\"CUSTOM;Hodinkee Social Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tax12n\",\"data-framer-name\":\"Image 3\",children:[/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fXHw21euN:{background:{alt:\"Three new limited-edition Prospex models from left to right:  SPB509J1, SPB511J1, and SLA081J1. The watches are laying on a dark background of rock and mineral materials.\",fit:\"fill\",intrinsicHeight:4220,intrinsicWidth:6330,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1080+80+1020+0+0),pixelHeight:5584,pixelWidth:8368,positionX:\"48.9%\",positionY:\"42.9%\",sizes:`min(${componentViewport?.width||\"100vw\"}, 1200px)`,src:\"https://framerusercontent.com/images/aJbdwlhfRPo2XIIfT7Er75ys0R8.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/aJbdwlhfRPo2XIIfT7Er75ys0R8.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/aJbdwlhfRPo2XIIfT7Er75ys0R8.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/aJbdwlhfRPo2XIIfT7Er75ys0R8.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/aJbdwlhfRPo2XIIfT7Er75ys0R8.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/aJbdwlhfRPo2XIIfT7Er75ys0R8.jpg?lossless=1 8368w\"}},h5_LUotU4:{background:{alt:\"Three new limited-edition Prospex models from left to right:  SPB509J1, SPB511J1, and SLA081J1. The watches are laying on a dark background of rock and mineral materials.\",fit:\"fill\",intrinsicHeight:4220,intrinsicWidth:6330,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+895+48+645+0+0),pixelHeight:5584,pixelWidth:8368,positionX:\"48.9%\",positionY:\"42.9%\",sizes:`min(${componentViewport?.width||\"100vw\"}, 1200px)`,src:\"https://framerusercontent.com/images/aJbdwlhfRPo2XIIfT7Er75ys0R8.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/aJbdwlhfRPo2XIIfT7Er75ys0R8.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/aJbdwlhfRPo2XIIfT7Er75ys0R8.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/aJbdwlhfRPo2XIIfT7Er75ys0R8.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/aJbdwlhfRPo2XIIfT7Er75ys0R8.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/aJbdwlhfRPo2XIIfT7Er75ys0R8.jpg?lossless=1 8368w\"}},u9r0JHcyy:{background:{alt:\"Three new limited-edition Prospex models from left to right:  SPB509J1, SPB511J1, and SLA081J1. The watches are laying on a dark background of rock and mineral materials.\",fit:\"fill\",intrinsicHeight:4220,intrinsicWidth:6330,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1080+96+1036+0+0),pixelHeight:5584,pixelWidth:8368,positionX:\"48.9%\",positionY:\"42.9%\",sizes:`min(min(${componentViewport?.width||\"100vw\"}, 1200px), 1040px)`,src:\"https://framerusercontent.com/images/aJbdwlhfRPo2XIIfT7Er75ys0R8.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/aJbdwlhfRPo2XIIfT7Er75ys0R8.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/aJbdwlhfRPo2XIIfT7Er75ys0R8.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/aJbdwlhfRPo2XIIfT7Er75ys0R8.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/aJbdwlhfRPo2XIIfT7Er75ys0R8.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/aJbdwlhfRPo2XIIfT7Er75ys0R8.jpg?lossless=1 8368w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Three new limited-edition Prospex models from left to right:  SPB509J1, SPB511J1, and SLA081J1. The watches are laying on a dark background of rock and mineral materials.\",fit:\"fill\",intrinsicHeight:4220,intrinsicWidth:6330,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1080+96+1036+0+0),pixelHeight:5584,pixelWidth:8368,positionX:\"48.9%\",positionY:\"42.9%\",sizes:`min(${componentViewport?.width||\"100vw\"}, 1200px)`,src:\"https://framerusercontent.com/images/aJbdwlhfRPo2XIIfT7Er75ys0R8.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/aJbdwlhfRPo2XIIfT7Er75ys0R8.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/aJbdwlhfRPo2XIIfT7Er75ys0R8.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/aJbdwlhfRPo2XIIfT7Er75ys0R8.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/aJbdwlhfRPo2XIIfT7Er75ys0R8.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/aJbdwlhfRPo2XIIfT7Er75ys0R8.jpg?lossless=1 8368w\"},className:\"framer-1uueod1\",\"data-framer-name\":\"$20230526_HODINKEE8550_1\",id:\"1uueod1\",onTap:onTap3bnx0g({overlay}),children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1og2nzk\"),\"data-framer-portal-id\":\"1uueod1\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"oA_43quV1\"),/*#__PURE__*/_jsx(Image,{background:{alt:\"Three new limited-edition Prospex models from left to right:  SPB509J1, SPB511J1, and SLA081J1. The watches are laying on a dark background of rock and mineral materials.\",fit:\"fill\",pixelHeight:5584,pixelWidth:8368,sizes:\"75vw\",src:\"https://framerusercontent.com/images/aJbdwlhfRPo2XIIfT7Er75ys0R8.jpg\",srcSet:\"https://framerusercontent.com/images/aJbdwlhfRPo2XIIfT7Er75ys0R8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/aJbdwlhfRPo2XIIfT7Er75ys0R8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/aJbdwlhfRPo2XIIfT7Er75ys0R8.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/aJbdwlhfRPo2XIIfT7Er75ys0R8.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/aJbdwlhfRPo2XIIfT7Er75ys0R8.jpg 8368w\"},className:cx(scopingClassNames,\"framer-h92fc3\"),\"data-framer-portal-id\":\"1uueod1\",onTap:onTap1wnntms({overlay}),transformTemplate:transformTemplate1})]}),getContainer())})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fXHw21euN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"QXZlbmlyLUhlYXZ5\",\"--framer-font-family\":'\"Avenir-Heavy\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(81, 138, 194)\"},children:\"Three new limited-edition Prospex models from left to right:  SPB509, SPB511, and SLA081\"})})},h5_LUotU4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"QXZlbmlyLUhlYXZ5\",\"--framer-font-family\":'\"Avenir-Heavy\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(81, 138, 194)\"},children:\"Three new limited-edition Prospex models from left to right:  SPB509, SPB511, and SLA081\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"QXZlbmlyLUhlYXZ5\",\"--framer-font-family\":'\"Avenir-Heavy\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(81, 138, 194)\"},children:\"Three new limited-edition Prospex models from left to right:  SPB509, SPB511, and SLA081\"})}),className:\"framer-13nw1px\",fonts:[\"Avenir-Heavy\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1llm6k2\",\"data-framer-name\":\"Stack\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yko0qo\",\"data-framer-name\":\"Stack\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hvZGlua2VlIFNvY2lhbCBSZWd1bGFy\",\"--framer-font-family\":'\"Hodinkee Social Regular\", \"Hodinkee Social Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(250, 250, 250)\"},children:\"Over the last six decades, Seiko has played an important role in establishing Japan as a driving force in global watchmaking, and its diver\u2019s watches have been an important part of that legacy. Seiko\u2019s journey to becoming a dive watch specialist officially kicked off in 1965 with a groundbreaking (and now highly collectible) piece that was Japan\u2019s first 150m diver, known as the 62MAS. Its design was geared towards legibility and durability, with a simple set of rectangular numerals, subtly rounded rectangular hands, and a robust automatic movement. The watch also featured a quick-set date function, a rarity in the 1960s and quite a remarkable feat in itself. The 62MAS would prove its capabilities \u2014 and set a high bar for future models \u2014 when it was field tested during the 8th Japanese Antarctic Research Expedition in 1966.\"})}),className:\"framer-drf4z5\",\"data-framer-name\":\"Introduced just four years ago, the Alpine Eagle Chronograph line tells a tale akin to a potent short story. Feathered with family heritage and emblematic of the watchmaker\u2019s commitments to chronographic excellence, next-gen materials, forward-looking design, and ecological conservation, the Alpine Eagle XL Chrono has only begun to impressively soar.\",fonts:[\"CUSTOM;Hodinkee Social Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hvZGlua2VlIFNvY2lhbCBSZWd1bGFy\",\"--framer-font-family\":'\"Hodinkee Social Regular\", \"Hodinkee Social Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(250, 250, 250)\"},children:[\"Seiko upped the ante just three years later with the release of another diver\u2019s watch in 1968. In addition to doubling the water-resistance rating of the 62MAS, the 1968 diver\u2019s watch boasted a distinctive screw-down crown at four o\u2019clock and Japan\u2019s first-ever high-beat automatic movement, making for a notable improvement in accuracy. Seiko would continue to break ground over subsequent decades, releasing a string of hits including the world\u2019s first titanium diver\u2019s watch (whose unique case shape earned it the nickname \u201CTuna\u201D) in 1975 and the world\u2019s first ana-digi hybrid diver (which earned its nickname, the \u201CArnie\u201D, via a memorable cameo in the 1985 Arnold Schwarzenegger flick \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0hvZGlua2VlIFNvY2lhbCBSZWd1bGFyIEl0YWxpYw==\",\"--framer-font-family\":'\"Hodinkee Social Regular Italic\", \"Hodinkee Social Regular Italic Placeholder\", sans-serif'},children:\"Commando\"}),\").\"]})}),className:\"framer-5alrgy\",\"data-framer-name\":\"Introduced just four years ago, the Alpine Eagle Chronograph line tells a tale akin to a potent short story. Feathered with family heritage and emblematic of the watchmaker\u2019s commitments to chronographic excellence, next-gen materials, forward-looking design, and ecological conservation, the Alpine Eagle XL Chrono has only begun to impressively soar.\",fonts:[\"CUSTOM;Hodinkee Social Regular\",\"CUSTOM;Hodinkee Social Regular Italic\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-195ks3x\",\"data-framer-name\":\"Image 3\",children:/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fXHw21euN:{background:{alt:\"Seiko Prospex Marinemaster Professional SLA081J1 on a dark backaground of sparkling minerals and rocks.\",fit:\"fill\",intrinsicHeight:4220,intrinsicWidth:6330,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1080+80+2416+0+0),pixelHeight:5528,pixelWidth:8284,positionX:\"47.7%\",positionY:\"53.8%\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/KZ2grhd8mPP3UqqfZkY5lNPH3CA.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/KZ2grhd8mPP3UqqfZkY5lNPH3CA.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/KZ2grhd8mPP3UqqfZkY5lNPH3CA.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/KZ2grhd8mPP3UqqfZkY5lNPH3CA.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/KZ2grhd8mPP3UqqfZkY5lNPH3CA.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/KZ2grhd8mPP3UqqfZkY5lNPH3CA.jpg?lossless=1 8284w\"}},h5_LUotU4:{background:{alt:\"Seiko Prospex Marinemaster Professional SLA081J1 on a dark backaground of sparkling minerals and rocks.\",fit:\"fill\",intrinsicHeight:4220,intrinsicWidth:6330,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+895+48+1581+0+0),pixelHeight:5528,pixelWidth:8284,positionX:\"47.7%\",positionY:\"53.8%\",sizes:`min(${componentViewport?.width||\"100vw\"}, 1200px)`,src:\"https://framerusercontent.com/images/KZ2grhd8mPP3UqqfZkY5lNPH3CA.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/KZ2grhd8mPP3UqqfZkY5lNPH3CA.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/KZ2grhd8mPP3UqqfZkY5lNPH3CA.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/KZ2grhd8mPP3UqqfZkY5lNPH3CA.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/KZ2grhd8mPP3UqqfZkY5lNPH3CA.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/KZ2grhd8mPP3UqqfZkY5lNPH3CA.jpg?lossless=1 8284w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Seiko Prospex Marinemaster Professional SLA081J1 on a dark backaground of sparkling minerals and rocks.\",fit:\"fill\",intrinsicHeight:4220,intrinsicWidth:6330,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1080+96+2394+0+0),pixelHeight:5528,pixelWidth:8284,positionX:\"47.7%\",positionY:\"53.8%\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/KZ2grhd8mPP3UqqfZkY5lNPH3CA.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/KZ2grhd8mPP3UqqfZkY5lNPH3CA.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/KZ2grhd8mPP3UqqfZkY5lNPH3CA.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/KZ2grhd8mPP3UqqfZkY5lNPH3CA.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/KZ2grhd8mPP3UqqfZkY5lNPH3CA.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/KZ2grhd8mPP3UqqfZkY5lNPH3CA.jpg?lossless=1 8284w\"},className:\"framer-pmwij0\",\"data-framer-name\":\"$20230526_HODINKEE8550_1\",id:\"pmwij0\",onTap:onTap3bnx0g({overlay:overlay1}),children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-tkqprk\"),\"data-framer-portal-id\":\"pmwij0\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"gi28hlfhw\"),/*#__PURE__*/_jsx(Image,{background:{alt:\"Seiko Prospex Marinemaster Professional SLA081J1 on a dark backaground of sparkling minerals and rocks.\",fit:\"fill\",pixelHeight:5528,pixelWidth:8284,sizes:\"75vw\",src:\"https://framerusercontent.com/images/KZ2grhd8mPP3UqqfZkY5lNPH3CA.jpg\",srcSet:\"https://framerusercontent.com/images/KZ2grhd8mPP3UqqfZkY5lNPH3CA.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/KZ2grhd8mPP3UqqfZkY5lNPH3CA.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/KZ2grhd8mPP3UqqfZkY5lNPH3CA.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/KZ2grhd8mPP3UqqfZkY5lNPH3CA.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/KZ2grhd8mPP3UqqfZkY5lNPH3CA.jpg 8284w\"},className:cx(scopingClassNames,\"framer-2l4r1y\"),\"data-framer-portal-id\":\"pmwij0\",transformTemplate:transformTemplate1})]}),getContainer())})})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-3nyz30\",\"data-framer-name\":\"Frame 4747\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-93gkq7\",\"data-framer-name\":\"Frame 4744\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h5_LUotU4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"QXZlbmlyLUhlYXZ5\",\"--framer-font-family\":'\"Avenir-Heavy\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(81, 138, 194)\"},children:\"Seiko Prospex Marinemaster Professional SLA081 (above and below)\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"QXZlbmlyLUhlYXZ5\",\"--framer-font-family\":'\"Avenir-Heavy\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(81, 138, 194)\"},children:\"Seiko Prospex Marinemaster Professional SLA081 (above and below)\"})}),className:\"framer-jr7mzc\",fonts:[\"Avenir-Heavy\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-2ch03t\",\"data-framer-name\":\"Image 3\",children:/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fXHw21euN:{background:{alt:\"Seiko Prospex Marinemaster Professional SLA081J1 laying in an open canvas bag. The bag appears to have a couple of sweaters, diving mask, wood encased compass, and a map.\",fit:\"fill\",intrinsicHeight:4220,intrinsicWidth:6330,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1080+80+3446+0+0),pixelHeight:5584,pixelWidth:8368,sizes:`min(min(${componentViewport?.width||\"100vw\"}, 1440px), 1200px)`,src:\"https://framerusercontent.com/images/vA3uMLG1s8CsiUCJB6ChmHLis44.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/vA3uMLG1s8CsiUCJB6ChmHLis44.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/vA3uMLG1s8CsiUCJB6ChmHLis44.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/vA3uMLG1s8CsiUCJB6ChmHLis44.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/vA3uMLG1s8CsiUCJB6ChmHLis44.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/vA3uMLG1s8CsiUCJB6ChmHLis44.jpg?lossless=1 8368w\"}},h5_LUotU4:{background:{alt:\"Seiko Prospex Marinemaster Professional SLA081J1 laying in an open canvas bag. The bag appears to have a couple of sweaters, diving mask, wood encased compass, and a map.\",fit:\"fill\",intrinsicHeight:4220,intrinsicWidth:6330,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+895+48+2181+0+0),pixelHeight:5584,pixelWidth:8368,sizes:`min(min(${componentViewport?.width||\"100vw\"}, 1440px), 1200px)`,src:\"https://framerusercontent.com/images/vA3uMLG1s8CsiUCJB6ChmHLis44.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/vA3uMLG1s8CsiUCJB6ChmHLis44.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/vA3uMLG1s8CsiUCJB6ChmHLis44.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/vA3uMLG1s8CsiUCJB6ChmHLis44.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/vA3uMLG1s8CsiUCJB6ChmHLis44.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/vA3uMLG1s8CsiUCJB6ChmHLis44.jpg?lossless=1 8368w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Seiko Prospex Marinemaster Professional SLA081J1 laying in an open canvas bag. The bag appears to have a couple of sweaters, diving mask, wood encased compass, and a map.\",fit:\"fill\",intrinsicHeight:4220,intrinsicWidth:6330,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1080+96+3456+0+0),pixelHeight:5584,pixelWidth:8368,sizes:`min(min(${componentViewport?.width||\"100vw\"}, 1440px), 1200px)`,src:\"https://framerusercontent.com/images/vA3uMLG1s8CsiUCJB6ChmHLis44.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/vA3uMLG1s8CsiUCJB6ChmHLis44.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/vA3uMLG1s8CsiUCJB6ChmHLis44.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/vA3uMLG1s8CsiUCJB6ChmHLis44.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/vA3uMLG1s8CsiUCJB6ChmHLis44.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/vA3uMLG1s8CsiUCJB6ChmHLis44.jpg?lossless=1 8368w\"},className:\"framer-909k5k\",\"data-framer-name\":\"$20230526_HODINKEE8550_1\",id:\"909k5k\",onTap:onTap3bnx0g({overlay:overlay2}),children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1tv6pg7\"),\"data-framer-portal-id\":\"909k5k\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay2.hide()},\"PfZs4BB0s\"),/*#__PURE__*/_jsx(Image,{background:{alt:\"Seiko Prospex Marinemaster Professional SLA081J1 on a dark backaground of sparkling minerals and rocks.\",fit:\"fill\",pixelHeight:5584,pixelWidth:8368,sizes:\"75vw\",src:\"https://framerusercontent.com/images/vA3uMLG1s8CsiUCJB6ChmHLis44.jpg\",srcSet:\"https://framerusercontent.com/images/vA3uMLG1s8CsiUCJB6ChmHLis44.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/vA3uMLG1s8CsiUCJB6ChmHLis44.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vA3uMLG1s8CsiUCJB6ChmHLis44.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/vA3uMLG1s8CsiUCJB6ChmHLis44.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/vA3uMLG1s8CsiUCJB6ChmHLis44.jpg 8368w\"},className:cx(scopingClassNames,\"framer-1d4d6j3\"),\"data-framer-portal-id\":\"909k5k\",transformTemplate:transformTemplate1})]}),getContainer())})})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7lqx2c\",\"data-framer-name\":\"Frame 4747\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1j1xs3b\",\"data-framer-name\":\"Frame 4744\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hvZGlua2VlIFNvY2lhbCBSZWd1bGFy\",\"--framer-font-family\":'\"Hodinkee Social Regular\", \"Hodinkee Social Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(250, 250, 250)\"},children:\"As the successor to so many historic models and the apex of the Marinemaster family, the new Seiko Prospex Marinemaster Professional SLA081 has some big shoes to fill. Fortunately, thanks to an eye-catching new dial, a new movement, and a one-piece titanium case rated to 600m, it brings a lot to the table. The first thing you\u2019ll likely notice is the dial, whose texture evokes the ocean\u2019s mesopelagic zone (also known as the \u201Ctwilight zone\u201D) with a subdued blue-gray gradient that darkens satisfyingly towards the outer edge. The movement, meanwhile, is the new Caliber 8L45, a top-shelf workhorse that significantly improves on the accuracy of previous calibers while boosting the Marinemaster\u2019s power reserve to a fully \u201Cweekend-proof\u201D 72 hours. Its scratch-resistant DLC-coated bezel plate is an essential element for any watch rated for such extreme depths.\"})}),className:\"framer-1xbje8j\",\"data-framer-name\":\"Introduced just four years ago, the Alpine Eagle Chronograph line tells a tale akin to a potent short story. Feathered with family heritage and emblematic of the watchmaker\u2019s commitments to chronographic excellence, next-gen materials, forward-looking design, and ecological conservation, the Alpine Eagle XL Chrono has only begun to impressively soar.\",fonts:[\"CUSTOM;Hodinkee Social Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1g0q0iq\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8co6z8\",children:[/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay3=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fXHw21euN:{background:{alt:\"A close up of the Seiko Prospex 1965 Heritage Diver\u2019s Watch SPB511J1 on top of a background of sparkling minerals and rocks.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1080+80+4550+0+0+0+0),pixelHeight:5584,pixelWidth:8368,positionX:\"46.1%\",positionY:\"48.1%\",sizes:`min(${componentViewport?.width||\"100vw\"}, 1440px)`,src:\"https://framerusercontent.com/images/9TXu9M4c4lMRkyxLbYoiHbjrw.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/9TXu9M4c4lMRkyxLbYoiHbjrw.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/9TXu9M4c4lMRkyxLbYoiHbjrw.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/9TXu9M4c4lMRkyxLbYoiHbjrw.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/9TXu9M4c4lMRkyxLbYoiHbjrw.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/9TXu9M4c4lMRkyxLbYoiHbjrw.jpg?lossless=1 8368w\"}},h5_LUotU4:{background:{alt:\"A close up of the Seiko Prospex 1965 Heritage Diver\u2019s Watch SPB511J1 on top of a background of sparkling minerals and rocks.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+895+48+2841+0+0+0+0),pixelHeight:5584,pixelWidth:8368,positionX:\"46.1%\",positionY:\"48.1%\",sizes:`min(${componentViewport?.width||\"100vw\"}, 1440px)`,src:\"https://framerusercontent.com/images/9TXu9M4c4lMRkyxLbYoiHbjrw.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/9TXu9M4c4lMRkyxLbYoiHbjrw.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/9TXu9M4c4lMRkyxLbYoiHbjrw.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/9TXu9M4c4lMRkyxLbYoiHbjrw.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/9TXu9M4c4lMRkyxLbYoiHbjrw.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/9TXu9M4c4lMRkyxLbYoiHbjrw.jpg?lossless=1 8368w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"A close up of the Seiko Prospex 1965 Heritage Diver\u2019s Watch SPB511J1 on top of a background of sparkling minerals and rocks.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1080+96+4592+0+0+0),pixelHeight:5584,pixelWidth:8368,positionX:\"46.1%\",positionY:\"48.1%\",sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 20px) / 2, 1px)`,src:\"https://framerusercontent.com/images/9TXu9M4c4lMRkyxLbYoiHbjrw.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/9TXu9M4c4lMRkyxLbYoiHbjrw.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/9TXu9M4c4lMRkyxLbYoiHbjrw.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/9TXu9M4c4lMRkyxLbYoiHbjrw.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/9TXu9M4c4lMRkyxLbYoiHbjrw.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/9TXu9M4c4lMRkyxLbYoiHbjrw.jpg?lossless=1 8368w\"},className:\"framer-cy0e3m\",\"data-framer-name\":\"Frame 4679\",id:\"cy0e3m\",onTap:onTap3bnx0g({overlay:overlay3}),children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay3.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1c0p2gs\"),\"data-framer-portal-id\":\"cy0e3m\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay3.hide()},\"Dk9NwUgEd\"),/*#__PURE__*/_jsx(Image,{background:{alt:\"A close up of the Seiko Prospex 1965 Heritage Diver\u2019s Watch SPB511J1 on top of a background of sparkling minerals and rocks.\",fit:\"fill\",pixelHeight:5584,pixelWidth:8368,sizes:\"75vw\",src:\"https://framerusercontent.com/images/9TXu9M4c4lMRkyxLbYoiHbjrw.jpg\",srcSet:\"https://framerusercontent.com/images/9TXu9M4c4lMRkyxLbYoiHbjrw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/9TXu9M4c4lMRkyxLbYoiHbjrw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/9TXu9M4c4lMRkyxLbYoiHbjrw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/9TXu9M4c4lMRkyxLbYoiHbjrw.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/9TXu9M4c4lMRkyxLbYoiHbjrw.jpg 8368w\"},className:cx(scopingClassNames,\"framer-vf4htu\"),\"data-framer-portal-id\":\"cy0e3m\",transformTemplate:transformTemplate1})]}),getContainer())})})})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay4=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fXHw21euN:{background:{alt:\"A medium shot of the Seiko Prospex 1965 Heritage Diver\u2019s Watch SPB511J1 on top of wood, rope, and metals parts.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1080+80+4550+0+0+0+850),pixelHeight:5584,pixelWidth:8368,positionX:\"48%\",positionY:\"42.5%\",sizes:`min(${componentViewport?.width||\"100vw\"}, 1440px)`,src:\"https://framerusercontent.com/images/zkk7EU9poOvW4z3emrogBffzbIw.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/zkk7EU9poOvW4z3emrogBffzbIw.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/zkk7EU9poOvW4z3emrogBffzbIw.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/zkk7EU9poOvW4z3emrogBffzbIw.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/zkk7EU9poOvW4z3emrogBffzbIw.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/zkk7EU9poOvW4z3emrogBffzbIw.jpg?lossless=1 8368w\"}},h5_LUotU4:{background:{alt:\"A medium shot of the Seiko Prospex 1965 Heritage Diver\u2019s Watch SPB511J1 on top of wood, rope, and metals parts.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+895+48+2841+0+0+0+850),pixelHeight:5584,pixelWidth:8368,positionX:\"48%\",positionY:\"42.5%\",sizes:`min(${componentViewport?.width||\"100vw\"}, 1440px)`,src:\"https://framerusercontent.com/images/zkk7EU9poOvW4z3emrogBffzbIw.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/zkk7EU9poOvW4z3emrogBffzbIw.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/zkk7EU9poOvW4z3emrogBffzbIw.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/zkk7EU9poOvW4z3emrogBffzbIw.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/zkk7EU9poOvW4z3emrogBffzbIw.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/zkk7EU9poOvW4z3emrogBffzbIw.jpg?lossless=1 8368w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"A medium shot of the Seiko Prospex 1965 Heritage Diver\u2019s Watch SPB511J1 on top of wood, rope, and metals parts.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1080+96+4592+0+0+0),pixelHeight:5584,pixelWidth:8368,positionX:\"48%\",positionY:\"42.5%\",sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 20px) / 2, 1px)`,src:\"https://framerusercontent.com/images/zkk7EU9poOvW4z3emrogBffzbIw.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/zkk7EU9poOvW4z3emrogBffzbIw.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/zkk7EU9poOvW4z3emrogBffzbIw.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/zkk7EU9poOvW4z3emrogBffzbIw.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/zkk7EU9poOvW4z3emrogBffzbIw.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/zkk7EU9poOvW4z3emrogBffzbIw.jpg?lossless=1 8368w\"},className:\"framer-fe4r05\",\"data-framer-name\":\"Frame 4679\",id:\"fe4r05\",onTap:onTap3bnx0g({overlay:overlay4}),children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay4.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-qtc5z5\"),\"data-framer-portal-id\":\"fe4r05\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay4.hide()},\"Bgnxbu_zj\"),/*#__PURE__*/_jsx(Image,{background:{alt:\"A medium shot of the Seiko Prospex 1965 Heritage Diver\u2019s Watch SPB511J1 on top of wood, rope, and metals parts.\",fit:\"fill\",pixelHeight:5584,pixelWidth:8368,sizes:\"75vw\",src:\"https://framerusercontent.com/images/zkk7EU9poOvW4z3emrogBffzbIw.jpg\",srcSet:\"https://framerusercontent.com/images/zkk7EU9poOvW4z3emrogBffzbIw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/zkk7EU9poOvW4z3emrogBffzbIw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/zkk7EU9poOvW4z3emrogBffzbIw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/zkk7EU9poOvW4z3emrogBffzbIw.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/zkk7EU9poOvW4z3emrogBffzbIw.jpg 8368w\"},className:cx(scopingClassNames,\"framer-13alsr0\"),\"data-framer-portal-id\":\"fe4r05\",transformTemplate:transformTemplate1})]}),getContainer())})})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h5_LUotU4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"QXZlbmlyLUhlYXZ5\",\"--framer-font-family\":'\"Avenir-Heavy\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(81, 138, 194)\"},children:\"Seiko Prospex 1965 Heritage Diver\u2019s Watch SPB511\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"QXZlbmlyLUhlYXZ5\",\"--framer-font-family\":'\"Avenir-Heavy\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(81, 138, 194)\"},children:\"Seiko Prospex 1965 Heritage Diver\u2019s Watch SPB511\"})}),className:\"framer-q63ba0\",fonts:[\"Avenir-Heavy\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-piphx5\",\"data-framer-name\":\"Frame 4747\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o9b7t3\",\"data-framer-name\":\"Frame 4744\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hvZGlua2VlIFNvY2lhbCBSZWd1bGFy\",\"--framer-font-family\":'\"Hodinkee Social Regular\", \"Hodinkee Social Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(250, 250, 250)\"},children:\"Like many of the most collectible Seikos from recent years, Prospex 1965 Heritage Diver\u2019s Watch SPB511 and Prospex 1968 Heritage Diver\u2019s GMT Watch SPB509 lead with cases inspired by their historical namesakes. Everything else about these watches, however, reflects Seiko\u2019s commitment to constant innovation. Like the new Marinemaster Professional, the silver-colored dial of the SPB511 and the deep blue dial of the SPB509 evoke the high seas with textured patterns inspired by the wave mark found on the case back of Prospex diver\u2019s models. Compared to many existing 6R models, both watches stand apart with an upgrade in water resistance from 200m to 300m. They also both feature an updated bracelet clasp which can be extended or shortened in 2.5mm increments via a pair of side buttons, a feature that\u2019s useful for slipping it over a wetsuit cuff or giving yourself a little extra room on a hot, muggy day in the city.\"})}),className:\"framer-15g6686\",\"data-framer-name\":\"Introduced just four years ago, the Alpine Eagle Chronograph line tells a tale akin to a potent short story. Feathered with family heritage and emblematic of the watchmaker\u2019s commitments to chronographic excellence, next-gen materials, forward-looking design, and ecological conservation, the Alpine Eagle XL Chrono has only begun to impressively soar.\",fonts:[\"CUSTOM;Hodinkee Social Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1aw4g5g\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1g3zqzt\",children:[/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay5=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fXHw21euN:{background:{alt:\"A close up of the Seiko Prospex 1968 Heritage Diver\u2019s GMT Watch SPB509J1 on top of smooth wet rocks.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1080+80+6628+0+0+0+0),pixelHeight:5528,pixelWidth:8284,positionX:\"39.1%\",positionY:\"46.2%\",sizes:`min(${componentViewport?.width||\"100vw\"}, 1440px)`,src:\"https://framerusercontent.com/images/1ZHM9pQW2F30QsIdMM7CXYPkxRw.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/1ZHM9pQW2F30QsIdMM7CXYPkxRw.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/1ZHM9pQW2F30QsIdMM7CXYPkxRw.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/1ZHM9pQW2F30QsIdMM7CXYPkxRw.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/1ZHM9pQW2F30QsIdMM7CXYPkxRw.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/1ZHM9pQW2F30QsIdMM7CXYPkxRw.jpg?lossless=1 8284w\"}},h5_LUotU4:{background:{alt:\"A close up of the Seiko Prospex 1968 Heritage Diver\u2019s GMT Watch SPB509J1 on top of smooth wet rocks.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+895+48+4869+0+0+0+0),pixelHeight:5528,pixelWidth:8284,positionX:\"39.1%\",positionY:\"46.2%\",sizes:`min(${componentViewport?.width||\"100vw\"}, 1440px)`,src:\"https://framerusercontent.com/images/1ZHM9pQW2F30QsIdMM7CXYPkxRw.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/1ZHM9pQW2F30QsIdMM7CXYPkxRw.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/1ZHM9pQW2F30QsIdMM7CXYPkxRw.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/1ZHM9pQW2F30QsIdMM7CXYPkxRw.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/1ZHM9pQW2F30QsIdMM7CXYPkxRw.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/1ZHM9pQW2F30QsIdMM7CXYPkxRw.jpg?lossless=1 8284w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"A close up of the Seiko Prospex 1968 Heritage Diver\u2019s GMT Watch SPB509J1 on top of smooth wet rocks.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1080+96+5796+0+0+0),pixelHeight:5528,pixelWidth:8284,positionX:\"39.1%\",positionY:\"46.2%\",sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 20px) / 2, 1px)`,src:\"https://framerusercontent.com/images/1ZHM9pQW2F30QsIdMM7CXYPkxRw.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/1ZHM9pQW2F30QsIdMM7CXYPkxRw.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/1ZHM9pQW2F30QsIdMM7CXYPkxRw.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/1ZHM9pQW2F30QsIdMM7CXYPkxRw.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/1ZHM9pQW2F30QsIdMM7CXYPkxRw.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/1ZHM9pQW2F30QsIdMM7CXYPkxRw.jpg?lossless=1 8284w\"},className:\"framer-2otro5\",\"data-framer-name\":\"Frame 4679\",id:\"2otro5\",onTap:onTap3bnx0g({overlay:overlay5}),children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay5.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1h1ojpr\"),\"data-framer-portal-id\":\"2otro5\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay5.hide()},\"Xu5VcOnLh\"),/*#__PURE__*/_jsx(Image,{background:{alt:\"A close up of the Seiko Prospex 1965 Heritage Diver\u2019s Watch SPB511J1 on top of a background of sparkling minerals and rocks.\",fit:\"fill\",pixelHeight:5528,pixelWidth:8284,sizes:\"75vw\",src:\"https://framerusercontent.com/images/1ZHM9pQW2F30QsIdMM7CXYPkxRw.jpg\",srcSet:\"https://framerusercontent.com/images/1ZHM9pQW2F30QsIdMM7CXYPkxRw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/1ZHM9pQW2F30QsIdMM7CXYPkxRw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/1ZHM9pQW2F30QsIdMM7CXYPkxRw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/1ZHM9pQW2F30QsIdMM7CXYPkxRw.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/1ZHM9pQW2F30QsIdMM7CXYPkxRw.jpg 8284w\"},className:cx(scopingClassNames,\"framer-ez4w9f\"),\"data-framer-portal-id\":\"2otro5\",transformTemplate:transformTemplate1})]}),getContainer())})})})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay6=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fXHw21euN:{background:{alt:\"A medium shot of the Seiko Prospex 1968 Heritage Diver\u2019s GMT Watch SPB509J1 laying on top of a wet suit, surrounded by a red knit hat, eye glasses, and miscellaneous diving equipment.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1080+80+6628+0+0+0+850),pixelHeight:5584,pixelWidth:8368,positionX:\"53.4%\",positionY:\"41.8%\",sizes:`min(${componentViewport?.width||\"100vw\"}, 1440px)`,src:\"https://framerusercontent.com/images/RQFz6WankkXfFO2a1EvgqhTKZw.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/RQFz6WankkXfFO2a1EvgqhTKZw.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/RQFz6WankkXfFO2a1EvgqhTKZw.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/RQFz6WankkXfFO2a1EvgqhTKZw.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/RQFz6WankkXfFO2a1EvgqhTKZw.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/RQFz6WankkXfFO2a1EvgqhTKZw.jpg?lossless=1 8368w\"}},h5_LUotU4:{background:{alt:\"A medium shot of the Seiko Prospex 1968 Heritage Diver\u2019s GMT Watch SPB509J1 laying on top of a wet suit, surrounded by a red knit hat, eye glasses, and miscellaneous diving equipment.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+895+48+4869+0+0+0+850),pixelHeight:5584,pixelWidth:8368,positionX:\"53.4%\",positionY:\"41.8%\",sizes:`min(${componentViewport?.width||\"100vw\"}, 1440px)`,src:\"https://framerusercontent.com/images/RQFz6WankkXfFO2a1EvgqhTKZw.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/RQFz6WankkXfFO2a1EvgqhTKZw.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/RQFz6WankkXfFO2a1EvgqhTKZw.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/RQFz6WankkXfFO2a1EvgqhTKZw.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/RQFz6WankkXfFO2a1EvgqhTKZw.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/RQFz6WankkXfFO2a1EvgqhTKZw.jpg?lossless=1 8368w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"A medium shot of the Seiko Prospex 1968 Heritage Diver\u2019s GMT Watch SPB509J1 laying on top of a wet suit, surrounded by a red knit hat, eye glasses, and miscellaneous diving equipment.\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1080+96+5796+0+0+0),pixelHeight:5584,pixelWidth:8368,positionX:\"53.4%\",positionY:\"41.8%\",sizes:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 20px) / 2, 1px)`,src:\"https://framerusercontent.com/images/RQFz6WankkXfFO2a1EvgqhTKZw.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/RQFz6WankkXfFO2a1EvgqhTKZw.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/RQFz6WankkXfFO2a1EvgqhTKZw.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/RQFz6WankkXfFO2a1EvgqhTKZw.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/RQFz6WankkXfFO2a1EvgqhTKZw.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/RQFz6WankkXfFO2a1EvgqhTKZw.jpg?lossless=1 8368w\"},className:\"framer-kjmf55\",\"data-framer-name\":\"Frame 4679\",id:\"kjmf55\",onTap:onTap3bnx0g({overlay:overlay6}),children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay6.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-y1vgi2\"),\"data-framer-portal-id\":\"kjmf55\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay6.hide()},\"jhj71Wao3\"),/*#__PURE__*/_jsx(Image,{background:{alt:\"A medium shot of the Seiko Prospex 1968 Heritage Diver\u2019s GMT Watch SPB509J1 laying on top of a wet suit, surrounded by a red knit hat, eye glasses, and miscellaneous diving equipment.\",fit:\"fill\",pixelHeight:5584,pixelWidth:8368,sizes:\"75vw\",src:\"https://framerusercontent.com/images/RQFz6WankkXfFO2a1EvgqhTKZw.jpg\",srcSet:\"https://framerusercontent.com/images/RQFz6WankkXfFO2a1EvgqhTKZw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/RQFz6WankkXfFO2a1EvgqhTKZw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/RQFz6WankkXfFO2a1EvgqhTKZw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/RQFz6WankkXfFO2a1EvgqhTKZw.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/RQFz6WankkXfFO2a1EvgqhTKZw.jpg 8368w\"},className:cx(scopingClassNames,\"framer-1l84wcd\"),\"data-framer-portal-id\":\"kjmf55\",transformTemplate:transformTemplate1})]}),getContainer())})})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fXHw21euN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"QXZlbmlyLUhlYXZ5\",\"--framer-font-family\":'\"Avenir-Heavy\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(81, 138, 194)\"},children:\"Seiko Prospex 1968 Heritage Diver\u2019s GMT Watch SPB509\"})})},h5_LUotU4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"QXZlbmlyLUhlYXZ5\",\"--framer-font-family\":'\"Avenir-Heavy\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(81, 138, 194)\"},children:\"Seiko Prospex 1968 Heritage Diver\u2019s GMT Watch SPB509\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"QXZlbmlyLUhlYXZ5\",\"--framer-font-family\":'\"Avenir-Heavy\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(81, 138, 194)\"},children:\"Seiko Prospex 1968 Heritage Diver\u2019s GMT Watch SPB509\"})}),className:\"framer-xerv9y\",fonts:[\"Avenir-Heavy\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-fwpgoh\",\"data-framer-name\":\"Frame 4747\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-6yqj5c\",\"data-framer-name\":\"Frame 4744\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hvZGlua2VlIFNvY2lhbCBSZWd1bGFy\",\"--framer-font-family\":'\"Hodinkee Social Regular\", \"Hodinkee Social Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"160%\",\"--framer-text-color\":\"rgb(250, 250, 250)\"},children:\"This duality of purpose speaks to what so many enthusiasts love about dive watches in general and Seiko divers in particular. Yes, there\u2019s something deeply satisfying about wearing a watch made from space-age materials that represents the latest advances in underwater timekeeping technology. But the bigger attraction is the ability to wear this technology (and the legacy of undersea exploration it represents) on your wrist at the office, the grocery store, a restaurant, or just about anywhere else. Thanks to its signature combination of refined looks and durability, a classic diver is versatile enough to feel at home in all of these places, and maybe add a dash of adventurous swagger to your look, too. That Seiko\u2019s new trio of wave-inspired dials fits perfectly into this paradigm is no coincidence. It\u2019s a formula they\u2019ve been honing since 1965.\"})}),className:\"framer-y0ciae\",\"data-framer-name\":\"Introduced just four years ago, the Alpine Eagle Chronograph line tells a tale akin to a potent short story. Feathered with family heritage and emblematic of the watchmaker\u2019s commitments to chronographic excellence, next-gen materials, forward-looking design, and ecological conservation, the Alpine Eagle XL Chrono has only begun to impressively soar.\",fonts:[\"CUSTOM;Hodinkee Social Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18wlepo\",\"data-framer-name\":\"Image 3\",children:[/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay7=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fXHw21euN:{background:{alt:\"Three new limited-edition Prospex models from left to right:  SPB509J1, SPB511J1, and SLA081J1 laying on an open canvas bag with a wet suit, dark green knit hat, and a paracord wrapped knife.\",fit:\"fill\",intrinsicHeight:4220,intrinsicWidth:6330,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1080+80+8706+0+0),pixelHeight:5584,pixelWidth:8368,positionX:\"56.4%\",positionY:\"44.7%\",sizes:`min(${componentViewport?.width||\"100vw\"}, 1200px)`,src:\"https://framerusercontent.com/images/7Az0MJLi8pfKfrQ6aLeG8YJdcTs.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/7Az0MJLi8pfKfrQ6aLeG8YJdcTs.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/7Az0MJLi8pfKfrQ6aLeG8YJdcTs.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/7Az0MJLi8pfKfrQ6aLeG8YJdcTs.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/7Az0MJLi8pfKfrQ6aLeG8YJdcTs.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/7Az0MJLi8pfKfrQ6aLeG8YJdcTs.jpg?lossless=1 8368w\"}},h5_LUotU4:{background:{alt:\"Three new limited-edition Prospex models from left to right:  SPB509J1, SPB511J1, and SLA081J1 laying on an open canvas bag with a wet suit, dark green knit hat, and a paracord wrapped knife.\",fit:\"fill\",intrinsicHeight:4220,intrinsicWidth:6330,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+895+48+6897+0),pixelHeight:5584,pixelWidth:8368,positionX:\"62.6%\",positionY:\"44.1%\",sizes:`min(min(${componentViewport?.width||\"100vw\"}, 1200px) + 240px, 1200px)`,src:\"https://framerusercontent.com/images/7Az0MJLi8pfKfrQ6aLeG8YJdcTs.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/7Az0MJLi8pfKfrQ6aLeG8YJdcTs.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/7Az0MJLi8pfKfrQ6aLeG8YJdcTs.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/7Az0MJLi8pfKfrQ6aLeG8YJdcTs.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/7Az0MJLi8pfKfrQ6aLeG8YJdcTs.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/7Az0MJLi8pfKfrQ6aLeG8YJdcTs.jpg?lossless=1 8368w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Three new limited-edition Prospex models from left to right:  SPB509J1, SPB511J1, and SLA081J1 laying on an open canvas bag with a wet suit, dark green knit hat, and a paracord wrapped knife.\",fit:\"fill\",intrinsicHeight:4220,intrinsicWidth:6330,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1080+96+7e3+0+0),pixelHeight:5584,pixelWidth:8368,positionX:\"56.4%\",positionY:\"44.7%\",sizes:`min(${componentViewport?.width||\"100vw\"}, 1200px)`,src:\"https://framerusercontent.com/images/7Az0MJLi8pfKfrQ6aLeG8YJdcTs.jpg?lossless=1\",srcSet:\"https://framerusercontent.com/images/7Az0MJLi8pfKfrQ6aLeG8YJdcTs.jpg?scale-down-to=512&lossless=1 512w,https://framerusercontent.com/images/7Az0MJLi8pfKfrQ6aLeG8YJdcTs.jpg?scale-down-to=1024&lossless=1 1024w,https://framerusercontent.com/images/7Az0MJLi8pfKfrQ6aLeG8YJdcTs.jpg?scale-down-to=2048&lossless=1 2048w,https://framerusercontent.com/images/7Az0MJLi8pfKfrQ6aLeG8YJdcTs.jpg?scale-down-to=4096&lossless=1 4096w,https://framerusercontent.com/images/7Az0MJLi8pfKfrQ6aLeG8YJdcTs.jpg?lossless=1 8368w\"},className:\"framer-gclu9l\",\"data-framer-name\":\"$20230526_HODINKEE8550_1\",id:\"gclu9l\",onTap:onTap3bnx0g({overlay:overlay7}),children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay7.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-130acht\"),\"data-framer-portal-id\":\"gclu9l\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay7.hide()},\"CycOKH3ii\"),/*#__PURE__*/_jsx(Image,{background:{alt:\"Three new limited-edition Prospex models from left to right:  SPB509J1, SPB511J1, and SLA081J1 laying on an open canvas bag with a wet suit, dark green knit hat, and a paracord wrapped knife.\",fit:\"fill\",pixelHeight:5584,pixelWidth:8368,sizes:\"75vw\",src:\"https://framerusercontent.com/images/7Az0MJLi8pfKfrQ6aLeG8YJdcTs.jpg\",srcSet:\"https://framerusercontent.com/images/7Az0MJLi8pfKfrQ6aLeG8YJdcTs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/7Az0MJLi8pfKfrQ6aLeG8YJdcTs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/7Az0MJLi8pfKfrQ6aLeG8YJdcTs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/7Az0MJLi8pfKfrQ6aLeG8YJdcTs.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/7Az0MJLi8pfKfrQ6aLeG8YJdcTs.jpg 8368w\"},className:cx(scopingClassNames,\"framer-1lxctlz\"),\"data-framer-portal-id\":\"gclu9l\",transformTemplate:transformTemplate1})]}),getContainer())})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fXHw21euN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"QXZlbmlyLUhlYXZ5\",\"--framer-font-family\":'\"Avenir-Heavy\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(81, 138, 194)\"},children:\"Three new limited-edition Prospex models from left to right:  SPB509, SPB511, and SLA081\"})})},h5_LUotU4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"QXZlbmlyLUhlYXZ5\",\"--framer-font-family\":'\"Avenir-Heavy\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(81, 138, 194)\"},children:\"Three new limited-edition Prospex models from left to right:  SPB509, SPB511, and SLA081\"})}),transformTemplate:transformTemplate1}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"QXZlbmlyLUhlYXZ5\",\"--framer-font-family\":'\"Avenir-Heavy\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(81, 138, 194)\"},children:\"Three new limited-edition Prospex models from left to right:  SPB509, SPB511, and SLA081\"})}),className:\"framer-1kuhngr\",fonts:[\"Avenir-Heavy\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y8v8f0\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v2w4td\",\"data-framer-name\":\"Product Cards\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.seikowatches.com/lp/hodinkee_SLA081\",motionChild:true,nodeId:\"CQPr0sMnZ\",openInNewTab:true,scopeId:\"WUXvhplVJ\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1w229vt framer-1vzjwn0\",\"data-border\":true,\"data-framer-name\":\"Product Card\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-xfqhhc\",\"data-framer-name\":\"Product Image\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fXHw21euN:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:720,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10774+0+0+64+0+0+20),pixelHeight:2e3,pixelWidth:1500,positionX:\"center\",positionY:\"center\",sizes:`max(min(max((${componentViewport?.width||\"100vw\"} - 152px) / 3, 1px), 333px), 1px)`,src:\"https://framerusercontent.com/images/kVNqk5HIV5jiHizw1XyMvcxheQ.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/kVNqk5HIV5jiHizw1XyMvcxheQ.png?scale-down-to=1024 768w,https://framerusercontent.com/images/kVNqk5HIV5jiHizw1XyMvcxheQ.png 1500w\"}},h5_LUotU4:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:720,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8260+56+0+0+0+0+0),pixelHeight:2e3,pixelWidth:1500,positionX:\"center\",positionY:\"center\",sizes:\"120px\",src:\"https://framerusercontent.com/images/kVNqk5HIV5jiHizw1XyMvcxheQ.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/kVNqk5HIV5jiHizw1XyMvcxheQ.png?scale-down-to=1024 768w,https://framerusercontent.com/images/kVNqk5HIV5jiHizw1XyMvcxheQ.png 1500w\"}},u9r0JHcyy:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:720,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9014+64+0+0+0+0+20),pixelHeight:2e3,pixelWidth:1500,positionX:\"center\",positionY:\"center\",sizes:`max(min(max((${componentViewport?.width||\"100vw\"} - 152px) / 3, 1px), 333px), 1px)`,src:\"https://framerusercontent.com/images/kVNqk5HIV5jiHizw1XyMvcxheQ.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/kVNqk5HIV5jiHizw1XyMvcxheQ.png?scale-down-to=1024 768w,https://framerusercontent.com/images/kVNqk5HIV5jiHizw1XyMvcxheQ.png 1500w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:720,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9110+64+0+0+0+0+20),pixelHeight:2e3,pixelWidth:1500,positionX:\"center\",positionY:\"center\",sizes:`max(min(max((${componentViewport?.width||\"100vw\"} - 152px) / 3, 1px), 333px), 1px)`,src:\"https://framerusercontent.com/images/kVNqk5HIV5jiHizw1XyMvcxheQ.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/kVNqk5HIV5jiHizw1XyMvcxheQ.png?scale-down-to=1024 768w,https://framerusercontent.com/images/kVNqk5HIV5jiHizw1XyMvcxheQ.png 1500w\"},className:\"framer-ahjmw8\",\"data-framer-name\":\"Watch\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7xr0r3\",\"data-framer-name\":\"Details\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dtpwb\",\"data-framer-name\":\"Watch Brand & Model\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h5_LUotU4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hvZGlua2VlIFNvY2lhbCBSZWd1bGFy\",\"--framer-font-family\":'\"Hodinkee Social Regular\", \"Hodinkee Social Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(26, 26, 26)\"},children:\"Seiko Prospex Marinemaster Professional\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hvZGlua2VlIFNvY2lhbCBSZWd1bGFy\",\"--framer-font-family\":'\"Hodinkee Social Regular\", \"Hodinkee Social Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(26, 26, 26)\"},children:\"Seiko Prospex Marinemaster Professional\"})}),className:\"framer-qwboco\",\"data-framer-name\":\"Movado Alta\\u2028Super Sub Sea\",fonts:[\"CUSTOM;Hodinkee Social Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h5_LUotU4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Jyb3duUHJvIFJlZ3VsYXI=\",\"--framer-font-family\":'\"BrownPro Regular\", \"BrownPro Regular Placeholder\", sans-serif',\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(81, 93, 105)\"},children:\"SLA081\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Jyb3duUHJvIFJlZ3VsYXI=\",\"--framer-font-family\":'\"BrownPro Regular\", \"BrownPro Regular Placeholder\", sans-serif',\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(81, 93, 105)\"},children:\"SLA081\"})}),className:\"framer-1mynamn\",\"data-framer-name\":\"No. 3650159\",fonts:[\"CUSTOM;BrownPro Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.seikowatches.com/lp/hodinkee_SPB511\",motionChild:true,nodeId:\"X4wbtY3OZ\",openInNewTab:true,scopeId:\"WUXvhplVJ\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-ljgzsl framer-1vzjwn0\",\"data-border\":true,\"data-framer-name\":\"Product Card\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-dzbeif\",\"data-framer-name\":\"Product Image\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fXHw21euN:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:720,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10774+0+0+64+0+0+20),pixelHeight:2e3,pixelWidth:1500,positionX:\"center\",positionY:\"center\",sizes:`max(min(max((${componentViewport?.width||\"100vw\"} - 152px) / 3, 1px), 333px), 1px)`,src:\"https://framerusercontent.com/images/eYYpqOqe7wSQWLUxhCZBpi89XO4.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/eYYpqOqe7wSQWLUxhCZBpi89XO4.png?scale-down-to=1024 768w,https://framerusercontent.com/images/eYYpqOqe7wSQWLUxhCZBpi89XO4.png 1500w\"}},h5_LUotU4:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:720,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8260+56+0+0+310+0+0),pixelHeight:2e3,pixelWidth:1500,positionX:\"center\",positionY:\"center\",sizes:\"120px\",src:\"https://framerusercontent.com/images/eYYpqOqe7wSQWLUxhCZBpi89XO4.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/eYYpqOqe7wSQWLUxhCZBpi89XO4.png?scale-down-to=1024 768w,https://framerusercontent.com/images/eYYpqOqe7wSQWLUxhCZBpi89XO4.png 1500w\"}},u9r0JHcyy:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:720,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9014+64+0+0+0+0+20),pixelHeight:2e3,pixelWidth:1500,positionX:\"center\",positionY:\"center\",sizes:`max(min(max((${componentViewport?.width||\"100vw\"} - 152px) / 3, 1px), 333px), 1px)`,src:\"https://framerusercontent.com/images/eYYpqOqe7wSQWLUxhCZBpi89XO4.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/eYYpqOqe7wSQWLUxhCZBpi89XO4.png?scale-down-to=1024 768w,https://framerusercontent.com/images/eYYpqOqe7wSQWLUxhCZBpi89XO4.png 1500w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:720,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9110+64+0+0+0+0+20),pixelHeight:2e3,pixelWidth:1500,positionX:\"center\",positionY:\"center\",sizes:`max(min(max((${componentViewport?.width||\"100vw\"} - 152px) / 3, 1px), 333px), 1px)`,src:\"https://framerusercontent.com/images/eYYpqOqe7wSQWLUxhCZBpi89XO4.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/eYYpqOqe7wSQWLUxhCZBpi89XO4.png?scale-down-to=1024 768w,https://framerusercontent.com/images/eYYpqOqe7wSQWLUxhCZBpi89XO4.png 1500w\"},className:\"framer-3n6ich\",\"data-framer-name\":\"Watch\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-22g54b\",\"data-framer-name\":\"Details\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1oo1xdr\",\"data-framer-name\":\"Watch Brand & Model\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h5_LUotU4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hvZGlua2VlIFNvY2lhbCBSZWd1bGFy\",\"--framer-font-family\":'\"Hodinkee Social Regular\", \"Hodinkee Social Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(26, 26, 26)\"},children:[\"Seiko Prospex 1965 Heritage Diver\u2019s\",/*#__PURE__*/_jsx(\"br\",{}),\"Watch\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hvZGlua2VlIFNvY2lhbCBSZWd1bGFy\",\"--framer-font-family\":'\"Hodinkee Social Regular\", \"Hodinkee Social Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(26, 26, 26)\"},children:\"Seiko Prospex 1965 Heritage Diver\u2019s Watch\"})}),className:\"framer-jg3ggw\",\"data-framer-name\":\"Movado Alta\\u2028Super Sub Sea\",fonts:[\"CUSTOM;Hodinkee Social Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h5_LUotU4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Jyb3duUHJvIFJlZ3VsYXI=\",\"--framer-font-family\":'\"BrownPro Regular\", \"BrownPro Regular Placeholder\", sans-serif',\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(81, 93, 105)\"},children:\"SPB511\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Jyb3duUHJvIFJlZ3VsYXI=\",\"--framer-font-family\":'\"BrownPro Regular\", \"BrownPro Regular Placeholder\", sans-serif',\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(81, 93, 105)\"},children:\"SPB511\"})}),className:\"framer-wbiq4u\",\"data-framer-name\":\"No. 3650159\",fonts:[\"CUSTOM;BrownPro Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.seikowatches.com/lp/hodinkee_SPB509\",motionChild:true,nodeId:\"WVFp0ab89\",openInNewTab:true,scopeId:\"WUXvhplVJ\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-e2pow9 framer-1vzjwn0\",\"data-border\":true,\"data-framer-name\":\"Product Card\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-2n91nt\",\"data-framer-name\":\"Product Image\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fXHw21euN:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:720,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10774+0+0+64+0+0+20),pixelHeight:2e3,pixelWidth:1500,positionX:\"center\",positionY:\"center\",sizes:`max(min(max((${componentViewport?.width||\"100vw\"} - 152px) / 3, 1px), 333px), 1px)`,src:\"https://framerusercontent.com/images/rWa3n4vwSEdBd5m2AWfCa7hOo.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/rWa3n4vwSEdBd5m2AWfCa7hOo.png?scale-down-to=1024 768w,https://framerusercontent.com/images/rWa3n4vwSEdBd5m2AWfCa7hOo.png 1500w\"}},h5_LUotU4:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:720,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+8260+56+0+0+620+0+0),pixelHeight:2e3,pixelWidth:1500,positionX:\"center\",positionY:\"center\",sizes:\"120px\",src:\"https://framerusercontent.com/images/rWa3n4vwSEdBd5m2AWfCa7hOo.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/rWa3n4vwSEdBd5m2AWfCa7hOo.png?scale-down-to=1024 768w,https://framerusercontent.com/images/rWa3n4vwSEdBd5m2AWfCa7hOo.png 1500w\"}},u9r0JHcyy:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:720,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9014+64+0+0+0+0+20),pixelHeight:2e3,pixelWidth:1500,positionX:\"center\",positionY:\"center\",sizes:`max(min(max((${componentViewport?.width||\"100vw\"} - 152px) / 3, 1px), 333px), 1px)`,src:\"https://framerusercontent.com/images/rWa3n4vwSEdBd5m2AWfCa7hOo.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/rWa3n4vwSEdBd5m2AWfCa7hOo.png?scale-down-to=1024 768w,https://framerusercontent.com/images/rWa3n4vwSEdBd5m2AWfCa7hOo.png 1500w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:800,intrinsicWidth:720,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9110+64+0+0+0+0+20),pixelHeight:2e3,pixelWidth:1500,positionX:\"center\",positionY:\"center\",sizes:`max(min(max((${componentViewport?.width||\"100vw\"} - 152px) / 3, 1px), 333px), 1px)`,src:\"https://framerusercontent.com/images/rWa3n4vwSEdBd5m2AWfCa7hOo.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/rWa3n4vwSEdBd5m2AWfCa7hOo.png?scale-down-to=1024 768w,https://framerusercontent.com/images/rWa3n4vwSEdBd5m2AWfCa7hOo.png 1500w\"},className:\"framer-1ya9l7u\",\"data-framer-name\":\"Watch\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-usfoq5\",\"data-framer-name\":\"Details\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fhmuk8\",\"data-framer-name\":\"Watch Brand & Model\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h5_LUotU4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hvZGlua2VlIFNvY2lhbCBSZWd1bGFy\",\"--framer-font-family\":'\"Hodinkee Social Regular\", \"Hodinkee Social Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(26, 26, 26)\"},children:\"Seiko Prospex 1968 Heritage Diver\u2019s GMT Watch\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0hvZGlua2VlIFNvY2lhbCBSZWd1bGFy\",\"--framer-font-family\":'\"Hodinkee Social Regular\", \"Hodinkee Social Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"130%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(26, 26, 26)\"},children:\"Seiko Prospex 1968 Heritage Diver\u2019s GMT Watch\"})}),className:\"framer-10tx2m1\",\"data-framer-name\":\"Movado Alta\\u2028Super Sub Sea\",fonts:[\"CUSTOM;Hodinkee Social Regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h5_LUotU4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Jyb3duUHJvIFJlZ3VsYXI=\",\"--framer-font-family\":'\"BrownPro Regular\", \"BrownPro Regular Placeholder\", sans-serif',\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(81, 93, 105)\"},children:\"SPB509\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Jyb3duUHJvIFJlZ3VsYXI=\",\"--framer-font-family\":'\"BrownPro Regular\", \"BrownPro Regular Placeholder\", sans-serif',\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(81, 93, 105)\"},children:\"SPB509\"})}),className:\"framer-1y9s244\",\"data-framer-name\":\"No. 3650159\",fonts:[\"CUSTOM;BrownPro Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vhx5z7\",\"data-framer-name\":\"Buttons\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-18j5fef-container\",isModuleExternal:true,nodeId:\"JK4gI2nom\",scopeId:\"WUXvhplVJ\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h5_LUotU4:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(Button1,{c10oWw2Ro:true,FANifKFJK:\"Back to Hodinkee\",height:\"100%\",id:\"JK4gI2nom\",layoutId:\"JK4gI2nom\",MENiX4oEa:\"rgb(13, 13, 13)\",variant:\"ZC6Sh4Dbr\",width:\"100%\",xbPMOUAap:false,xleuGu03P:\"https://hodinkee.com\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-9zn2j6-container\",isModuleExternal:true,nodeId:\"YgwvYAVS8\",scopeId:\"WUXvhplVJ\",children:/*#__PURE__*/_jsx(Button1,{c10oWw2Ro:true,FANifKFJK:\"Visit Seiko\",height:\"100%\",id:\"YgwvYAVS8\",layoutId:\"YgwvYAVS8\",MENiX4oEa:\"rgb(13, 13, 13)\",style:{width:\"100%\"},variant:\"FgK1NWlWy\",width:\"100%\",xbPMOUAap:false,xleuGu03P:\"https://www.seikowatches.com/lp/hodinkee_alltop\"})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fXHw21euN:{y:(componentViewport?.y||0)+0+11641},h5_LUotU4:{y:(componentViewport?.y||0)+0+9452},u9r0JHcyy:{y:(componentViewport?.y||0)+0+9881}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:399,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+9977,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16bxhbo-container\",isModuleExternal:true,nodeId:\"RpJP4FqA1\",scopeId:\"WUXvhplVJ\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{h5_LUotU4:{variant:\"Cn6_KhRCa\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"RpJP4FqA1\",layoutId:\"RpJP4FqA1\",style:{width:\"100%\"},variant:\"TnykmKvB2\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CMJ5i.framer-1vzjwn0, .framer-CMJ5i .framer-1vzjwn0 { display: block; }\",\".framer-CMJ5i.framer-1u0ehoe { align-content: center; align-items: center; background-color: #080808; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-CMJ5i .framer-1fj0t0k { -webkit-mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 44.51541385135135%, rgba(0, 0, 0, 0) 100%) add; align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: -500px; mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 44.51541385135135%, rgba(0, 0, 0, 0) 100%) add; overflow: hidden; padding: 0px; position: absolute; top: 870px; width: min-content; }\",\".framer-CMJ5i .framer-uqapy7, .framer-CMJ5i .framer-147gbou, .framer-CMJ5i .framer-1se9zou, .framer-CMJ5i .framer-1g41szg, .framer-CMJ5i .framer-1xgput3, .framer-CMJ5i .framer-5r6pzp, .framer-CMJ5i .framer-1r4lx8l, .framer-CMJ5i .framer-fi45m7 { -webkit-filter: blur(0px); -webkit-mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.37838) 26.868115674268022%, rgba(0, 0, 0, 0.68469) 51.32913675394144%, rgba(0, 0, 0, 0) 100%) add; filter: blur(0px); flex: none; height: 805px; mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.37838) 26.868115674268022%, rgba(0, 0, 0, 0.68469) 51.32913675394144%, rgba(0, 0, 0, 0) 100%) add; mix-blend-mode: hard-light; opacity: 0.4; overflow: visible; position: relative; width: 916px; z-index: 0; }\",\".framer-CMJ5i .framer-oryhsf { -webkit-mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 44.51541385135135%, rgba(0, 0, 0, 0) 100%) add; align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 44.51541385135135%, rgba(0, 0, 0, 0) 100%) add; overflow: hidden; padding: 0px; position: absolute; right: -500px; top: 870px; width: min-content; }\",\".framer-CMJ5i .framer-1jx6gdn-container, .framer-CMJ5i .framer-1p0hfa2-container, .framer-CMJ5i .framer-1lqaib9-container, .framer-CMJ5i .framer-18j5fef-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-CMJ5i .framer-15vq1me { align-content: center; align-items: center; aspect-ratio: 1.6363636363636365 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 880px); justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-CMJ5i .framer-n89one { align-content: center; align-items: center; background-color: rgba(0, 0, 0, 0); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 27px 0px 27px 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-CMJ5i .framer-1k6wgs1 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1232px; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 2; }\",\".framer-CMJ5i .framer-yj0dvu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-CMJ5i .framer-71fcjb { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-CMJ5i .framer-1iw9ohp { align-self: stretch; flex: none; height: 37px; overflow: hidden; position: relative; width: auto; }\",\".framer-CMJ5i .framer-fi7wop { align-content: center; align-items: center; bottom: 68px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; left: 0px; overflow: visible; padding: 0px; position: absolute; right: 0px; z-index: 1; }\",\".framer-CMJ5i .framer-oturaq { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 122px; word-break: break-word; word-wrap: break-word; }\",\".framer-CMJ5i .framer-ocnt9p-container { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-CMJ5i .framer-u99rjq { aspect-ratio: 1.6363636363636365 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 880px); overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-CMJ5i .framer-pvkbkp-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-CMJ5i .framer-9xhq1t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 96px; height: min-content; justify-content: center; overflow: hidden; padding: 96px 0px 96px 0px; position: relative; width: 100%; }\",\".framer-CMJ5i .framer-jd8n9e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 64px 0px 64px; position: relative; width: 100%; }\",\".framer-CMJ5i .framer-lx0btu { 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; max-width: 814px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-CMJ5i .framer-8wcju3, .framer-CMJ5i .framer-mouhtl, .framer-CMJ5i .framer-1cwgvxe, .framer-CMJ5i .framer-drf4z5, .framer-CMJ5i .framer-5alrgy, .framer-CMJ5i .framer-1xbje8j, .framer-CMJ5i .framer-15g6686, .framer-CMJ5i .framer-y0ciae { --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-CMJ5i .framer-tax12n, .framer-CMJ5i .framer-18wlepo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CMJ5i .framer-1uueod1 { aspect-ratio: 1.500099820323418 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 800px); max-width: 1200px; overflow: visible; position: relative; width: 100%; }\",\".framer-CMJ5i.framer-1og2nzk, .framer-CMJ5i.framer-tkqprk, .framer-CMJ5i.framer-1tv6pg7, .framer-CMJ5i.framer-1c0p2gs, .framer-CMJ5i.framer-qtc5z5, .framer-CMJ5i.framer-1h1ojpr, .framer-CMJ5i.framer-y1vgi2, .framer-CMJ5i.framer-130acht { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 2; }\",\".framer-CMJ5i.framer-h92fc3 { aspect-ratio: 1.5 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 0px); left: 50%; max-width: 75%; overflow: hidden; position: fixed; top: 50%; transform: translate(-50%, -50%); width: 75%; z-index: 2; }\",\".framer-CMJ5i .framer-13nw1px, .framer-CMJ5i .framer-q63ba0, .framer-CMJ5i .framer-xerv9y, .framer-CMJ5i .framer-1kuhngr { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-CMJ5i .framer-1llm6k2, .framer-CMJ5i .framer-3nyz30, .framer-CMJ5i .framer-7lqx2c, .framer-CMJ5i .framer-piphx5, .framer-CMJ5i .framer-fwpgoh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 64px 0px 64px; position: relative; width: 100%; z-index: 1; }\",\".framer-CMJ5i .framer-yko0qo, .framer-CMJ5i .framer-93gkq7, .framer-CMJ5i .framer-1j1xs3b, .framer-CMJ5i .framer-1o9b7t3, .framer-CMJ5i .framer-6yqj5c { 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; max-width: 814px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-CMJ5i .framer-195ks3x, .framer-CMJ5i .framer-1g0q0iq, .framer-CMJ5i .framer-1aw4g5g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CMJ5i .framer-pmwij0 { aspect-ratio: 1.5 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 960px); overflow: visible; position: relative; width: 100%; }\",\".framer-CMJ5i.framer-2l4r1y, .framer-CMJ5i.framer-1d4d6j3, .framer-CMJ5i.framer-vf4htu, .framer-CMJ5i.framer-13alsr0, .framer-CMJ5i.framer-ez4w9f, .framer-CMJ5i.framer-1l84wcd, .framer-CMJ5i.framer-1lxctlz { aspect-ratio: 1.5 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 0px); left: 50%; max-width: 75%; overflow: hidden; position: fixed; top: 50%; transform: translate(-50%, -50%); width: 75%; z-index: 2; }\",\".framer-CMJ5i .framer-jr7mzc { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-CMJ5i .framer-2ch03t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CMJ5i .framer-909k5k, .framer-CMJ5i .framer-gclu9l { aspect-ratio: 1.5 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 800px); max-width: 1200px; overflow: visible; position: relative; width: 100%; }\",\".framer-CMJ5i .framer-8co6z8, .framer-CMJ5i .framer-1g3zqzt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CMJ5i .framer-cy0e3m, .framer-CMJ5i .framer-fe4r05 { align-content: center; align-items: center; aspect-ratio: 0.6759036144578313 / 1; cursor: pointer; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: var(--framer-aspect-ratio-supported, 1050px); justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-CMJ5i .framer-2otro5, .framer-CMJ5i .framer-kjmf55 { align-content: center; align-items: center; aspect-ratio: 0.6759036144578313 / 1; cursor: pointer; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: var(--framer-aspect-ratio-supported, 1051px); justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-CMJ5i .framer-y8v8f0 { align-content: center; align-items: center; background-color: #1a1a1a; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: center; overflow: hidden; padding: 64px 0px 64px 0px; position: relative; width: 100%; }\",\".framer-CMJ5i .framer-v2w4td { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px 64px 0px 64px; position: relative; width: 100%; }\",\".framer-CMJ5i .framer-1w229vt, .framer-CMJ5i .framer-ljgzsl, .framer-CMJ5i .framer-e2pow9 { --border-bottom-width: 1px; --border-color: #cccccc; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 333px; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-CMJ5i .framer-xfqhhc, .framer-CMJ5i .framer-dzbeif, .framer-CMJ5i .framer-2n91nt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 320px; justify-content: center; overflow: hidden; padding: 20px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-CMJ5i .framer-ahjmw8, .framer-CMJ5i .framer-3n6ich, .framer-CMJ5i .framer-1ya9l7u { flex: 1 0 0px; height: 100%; overflow: hidden; position: relative; width: 1px; }\",\".framer-CMJ5i .framer-7xr0r3, .framer-CMJ5i .framer-22g54b, .framer-CMJ5i .framer-usfoq5 { 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; overflow: visible; padding: 24px; position: relative; width: 100%; }\",\".framer-CMJ5i .framer-1dtpwb, .framer-CMJ5i .framer-1oo1xdr, .framer-CMJ5i .framer-fhmuk8 { 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; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-CMJ5i .framer-qwboco, .framer-CMJ5i .framer-1mynamn, .framer-CMJ5i .framer-jg3ggw, .framer-CMJ5i .framer-wbiq4u, .framer-CMJ5i .framer-10tx2m1, .framer-CMJ5i .framer-1y9s244 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-CMJ5i .framer-vhx5z7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-CMJ5i .framer-9zn2j6-container { flex: none; height: auto; position: relative; width: 156px; }\",\".framer-CMJ5i .framer-16bxhbo-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-CMJ5i.framer-1u0ehoe, .framer-CMJ5i .framer-1fj0t0k, .framer-CMJ5i .framer-oryhsf, .framer-CMJ5i .framer-15vq1me, .framer-CMJ5i .framer-n89one, .framer-CMJ5i .framer-yj0dvu, .framer-CMJ5i .framer-fi7wop, .framer-CMJ5i .framer-9xhq1t, .framer-CMJ5i .framer-jd8n9e, .framer-CMJ5i .framer-lx0btu, .framer-CMJ5i .framer-tax12n, .framer-CMJ5i .framer-1llm6k2, .framer-CMJ5i .framer-yko0qo, .framer-CMJ5i .framer-195ks3x, .framer-CMJ5i .framer-3nyz30, .framer-CMJ5i .framer-93gkq7, .framer-CMJ5i .framer-2ch03t, .framer-CMJ5i .framer-7lqx2c, .framer-CMJ5i .framer-1j1xs3b, .framer-CMJ5i .framer-1g0q0iq, .framer-CMJ5i .framer-8co6z8, .framer-CMJ5i .framer-cy0e3m, .framer-CMJ5i .framer-fe4r05, .framer-CMJ5i .framer-piphx5, .framer-CMJ5i .framer-1o9b7t3, .framer-CMJ5i .framer-1aw4g5g, .framer-CMJ5i .framer-1g3zqzt, .framer-CMJ5i .framer-2otro5, .framer-CMJ5i .framer-kjmf55, .framer-CMJ5i .framer-fwpgoh, .framer-CMJ5i .framer-6yqj5c, .framer-CMJ5i .framer-18wlepo, .framer-CMJ5i .framer-y8v8f0, .framer-CMJ5i .framer-v2w4td, .framer-CMJ5i .framer-1w229vt, .framer-CMJ5i .framer-xfqhhc, .framer-CMJ5i .framer-7xr0r3, .framer-CMJ5i .framer-1dtpwb, .framer-CMJ5i .framer-ljgzsl, .framer-CMJ5i .framer-dzbeif, .framer-CMJ5i .framer-22g54b, .framer-CMJ5i .framer-1oo1xdr, .framer-CMJ5i .framer-e2pow9, .framer-CMJ5i .framer-2n91nt, .framer-CMJ5i .framer-usfoq5, .framer-CMJ5i .framer-fhmuk8, .framer-CMJ5i .framer-vhx5z7 { gap: 0px; } .framer-CMJ5i.framer-1u0ehoe > *, .framer-CMJ5i .framer-1fj0t0k > *, .framer-CMJ5i .framer-oryhsf > *, .framer-CMJ5i .framer-15vq1me > *, .framer-CMJ5i .framer-1w229vt > *, .framer-CMJ5i .framer-ljgzsl > *, .framer-CMJ5i .framer-e2pow9 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-CMJ5i.framer-1u0ehoe > :first-child, .framer-CMJ5i .framer-1fj0t0k > :first-child, .framer-CMJ5i .framer-oryhsf > :first-child, .framer-CMJ5i .framer-15vq1me > :first-child, .framer-CMJ5i .framer-yj0dvu > :first-child, .framer-CMJ5i .framer-fi7wop > :first-child, .framer-CMJ5i .framer-9xhq1t > :first-child, .framer-CMJ5i .framer-jd8n9e > :first-child, .framer-CMJ5i .framer-lx0btu > :first-child, .framer-CMJ5i .framer-tax12n > :first-child, .framer-CMJ5i .framer-1llm6k2 > :first-child, .framer-CMJ5i .framer-yko0qo > :first-child, .framer-CMJ5i .framer-195ks3x > :first-child, .framer-CMJ5i .framer-3nyz30 > :first-child, .framer-CMJ5i .framer-93gkq7 > :first-child, .framer-CMJ5i .framer-2ch03t > :first-child, .framer-CMJ5i .framer-7lqx2c > :first-child, .framer-CMJ5i .framer-1j1xs3b > :first-child, .framer-CMJ5i .framer-1g0q0iq > :first-child, .framer-CMJ5i .framer-cy0e3m > :first-child, .framer-CMJ5i .framer-fe4r05 > :first-child, .framer-CMJ5i .framer-piphx5 > :first-child, .framer-CMJ5i .framer-1o9b7t3 > :first-child, .framer-CMJ5i .framer-1aw4g5g > :first-child, .framer-CMJ5i .framer-2otro5 > :first-child, .framer-CMJ5i .framer-kjmf55 > :first-child, .framer-CMJ5i .framer-fwpgoh > :first-child, .framer-CMJ5i .framer-6yqj5c > :first-child, .framer-CMJ5i .framer-18wlepo > :first-child, .framer-CMJ5i .framer-y8v8f0 > :first-child, .framer-CMJ5i .framer-1w229vt > :first-child, .framer-CMJ5i .framer-7xr0r3 > :first-child, .framer-CMJ5i .framer-1dtpwb > :first-child, .framer-CMJ5i .framer-ljgzsl > :first-child, .framer-CMJ5i .framer-22g54b > :first-child, .framer-CMJ5i .framer-1oo1xdr > :first-child, .framer-CMJ5i .framer-e2pow9 > :first-child, .framer-CMJ5i .framer-usfoq5 > :first-child, .framer-CMJ5i .framer-fhmuk8 > :first-child { margin-top: 0px; } .framer-CMJ5i.framer-1u0ehoe > :last-child, .framer-CMJ5i .framer-1fj0t0k > :last-child, .framer-CMJ5i .framer-oryhsf > :last-child, .framer-CMJ5i .framer-15vq1me > :last-child, .framer-CMJ5i .framer-yj0dvu > :last-child, .framer-CMJ5i .framer-fi7wop > :last-child, .framer-CMJ5i .framer-9xhq1t > :last-child, .framer-CMJ5i .framer-jd8n9e > :last-child, .framer-CMJ5i .framer-lx0btu > :last-child, .framer-CMJ5i .framer-tax12n > :last-child, .framer-CMJ5i .framer-1llm6k2 > :last-child, .framer-CMJ5i .framer-yko0qo > :last-child, .framer-CMJ5i .framer-195ks3x > :last-child, .framer-CMJ5i .framer-3nyz30 > :last-child, .framer-CMJ5i .framer-93gkq7 > :last-child, .framer-CMJ5i .framer-2ch03t > :last-child, .framer-CMJ5i .framer-7lqx2c > :last-child, .framer-CMJ5i .framer-1j1xs3b > :last-child, .framer-CMJ5i .framer-1g0q0iq > :last-child, .framer-CMJ5i .framer-cy0e3m > :last-child, .framer-CMJ5i .framer-fe4r05 > :last-child, .framer-CMJ5i .framer-piphx5 > :last-child, .framer-CMJ5i .framer-1o9b7t3 > :last-child, .framer-CMJ5i .framer-1aw4g5g > :last-child, .framer-CMJ5i .framer-2otro5 > :last-child, .framer-CMJ5i .framer-kjmf55 > :last-child, .framer-CMJ5i .framer-fwpgoh > :last-child, .framer-CMJ5i .framer-6yqj5c > :last-child, .framer-CMJ5i .framer-18wlepo > :last-child, .framer-CMJ5i .framer-y8v8f0 > :last-child, .framer-CMJ5i .framer-1w229vt > :last-child, .framer-CMJ5i .framer-7xr0r3 > :last-child, .framer-CMJ5i .framer-1dtpwb > :last-child, .framer-CMJ5i .framer-ljgzsl > :last-child, .framer-CMJ5i .framer-22g54b > :last-child, .framer-CMJ5i .framer-1oo1xdr > :last-child, .framer-CMJ5i .framer-e2pow9 > :last-child, .framer-CMJ5i .framer-usfoq5 > :last-child, .framer-CMJ5i .framer-fhmuk8 > :last-child { margin-bottom: 0px; } .framer-CMJ5i .framer-n89one > *, .framer-CMJ5i .framer-xfqhhc > *, .framer-CMJ5i .framer-dzbeif > *, .framer-CMJ5i .framer-2n91nt > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-CMJ5i .framer-n89one > :first-child, .framer-CMJ5i .framer-8co6z8 > :first-child, .framer-CMJ5i .framer-1g3zqzt > :first-child, .framer-CMJ5i .framer-v2w4td > :first-child, .framer-CMJ5i .framer-xfqhhc > :first-child, .framer-CMJ5i .framer-dzbeif > :first-child, .framer-CMJ5i .framer-2n91nt > :first-child, .framer-CMJ5i .framer-vhx5z7 > :first-child { margin-left: 0px; } .framer-CMJ5i .framer-n89one > :last-child, .framer-CMJ5i .framer-8co6z8 > :last-child, .framer-CMJ5i .framer-1g3zqzt > :last-child, .framer-CMJ5i .framer-v2w4td > :last-child, .framer-CMJ5i .framer-xfqhhc > :last-child, .framer-CMJ5i .framer-dzbeif > :last-child, .framer-CMJ5i .framer-2n91nt > :last-child, .framer-CMJ5i .framer-vhx5z7 > :last-child { margin-right: 0px; } .framer-CMJ5i .framer-yj0dvu > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-CMJ5i .framer-fi7wop > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-CMJ5i .framer-9xhq1t > * { margin: 0px; margin-bottom: calc(96px / 2); margin-top: calc(96px / 2); } .framer-CMJ5i .framer-jd8n9e > *, .framer-CMJ5i .framer-1llm6k2 > *, .framer-CMJ5i .framer-3nyz30 > *, .framer-CMJ5i .framer-7lqx2c > *, .framer-CMJ5i .framer-piphx5 > *, .framer-CMJ5i .framer-fwpgoh > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-CMJ5i .framer-lx0btu > *, .framer-CMJ5i .framer-yko0qo > *, .framer-CMJ5i .framer-93gkq7 > *, .framer-CMJ5i .framer-1j1xs3b > *, .framer-CMJ5i .framer-1o9b7t3 > *, .framer-CMJ5i .framer-6yqj5c > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-CMJ5i .framer-tax12n > *, .framer-CMJ5i .framer-195ks3x > *, .framer-CMJ5i .framer-2ch03t > *, .framer-CMJ5i .framer-1g0q0iq > *, .framer-CMJ5i .framer-1aw4g5g > *, .framer-CMJ5i .framer-18wlepo > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-CMJ5i .framer-8co6z8 > *, .framer-CMJ5i .framer-1g3zqzt > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-CMJ5i .framer-cy0e3m > *, .framer-CMJ5i .framer-fe4r05 > *, .framer-CMJ5i .framer-2otro5 > *, .framer-CMJ5i .framer-kjmf55 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-CMJ5i .framer-y8v8f0 > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-CMJ5i .framer-v2w4td > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-CMJ5i .framer-7xr0r3 > *, .framer-CMJ5i .framer-1dtpwb > *, .framer-CMJ5i .framer-22g54b > *, .framer-CMJ5i .framer-1oo1xdr > *, .framer-CMJ5i .framer-usfoq5 > *, .framer-CMJ5i .framer-fhmuk8 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-CMJ5i .framer-vhx5z7 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } }\",'.framer-CMJ5i[data-border=\"true\"]::after, .framer-CMJ5i [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; }',\"@media (min-width: 1200px) and (max-width: 1439px) { .framer-CMJ5i.framer-1u0ehoe { width: 1200px; } .framer-CMJ5i .framer-1fj0t0k, .framer-CMJ5i .framer-oryhsf { top: 691px; } .framer-CMJ5i .framer-15vq1me, .framer-CMJ5i .framer-u99rjq { height: var(--framer-aspect-ratio-supported, 734px); } .framer-CMJ5i .framer-n89one { padding: 27px 80px 27px 80px; } .framer-CMJ5i .framer-9xhq1t { padding: 96px 0px 0px 0px; } .framer-CMJ5i .framer-1uueod1 { height: var(--framer-aspect-ratio-supported, 694px); max-width: 1040px; } .framer-CMJ5i .framer-pmwij0 { height: var(--framer-aspect-ratio-supported, 800px); } .framer-CMJ5i .framer-cy0e3m, .framer-CMJ5i .framer-fe4r05, .framer-CMJ5i .framer-2otro5, .framer-CMJ5i .framer-kjmf55 { height: var(--framer-aspect-ratio-supported, 873px); }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-CMJ5i.framer-1u0ehoe { width: 810px; } .framer-CMJ5i .framer-1fj0t0k { left: -680px; top: 360px; width: 906px; } .framer-CMJ5i .framer-uqapy7, .framer-CMJ5i .framer-1xgput3 { order: 0; } .framer-CMJ5i .framer-147gbou, .framer-CMJ5i .framer-5r6pzp { order: 1; } .framer-CMJ5i .framer-1se9zou, .framer-CMJ5i .framer-1r4lx8l { order: 2; } .framer-CMJ5i .framer-1g41szg, .framer-CMJ5i .framer-fi45m7 { order: 3; } .framer-CMJ5i .framer-oryhsf { right: -680px; top: 360px; width: 906px; } .framer-CMJ5i .framer-15vq1me { height: var(--framer-aspect-ratio-supported, 122px); } .framer-CMJ5i .framer-n89one { padding: 12px 64px 12px 64px; } .framer-CMJ5i .framer-oturaq { width: 142px; } .framer-CMJ5i .framer-u99rjq { aspect-ratio: 0.8003952569169961 / 1; height: var(--framer-aspect-ratio-supported, 250px); } .framer-CMJ5i .framer-9xhq1t { gap: 80px; padding: 80px 0px 0px 0px; } .framer-CMJ5i .framer-1uueod1, .framer-CMJ5i .framer-pmwij0, .framer-CMJ5i .framer-909k5k, .framer-CMJ5i .framer-gclu9l { height: var(--framer-aspect-ratio-supported, 133px); } .framer-CMJ5i .framer-13nw1px, .framer-CMJ5i .framer-q63ba0, .framer-CMJ5i .framer-1kuhngr { white-space: pre-wrap; width: 500px; word-break: break-word; word-wrap: break-word; } .framer-CMJ5i .framer-93gkq7 { align-content: center; align-items: center; } .framer-CMJ5i .framer-jr7mzc { width: 500px; } .framer-CMJ5i .framer-8co6z8, .framer-CMJ5i .framer-1g3zqzt { flex-direction: column; } .framer-CMJ5i .framer-cy0e3m, .framer-CMJ5i .framer-2otro5 { flex: none; height: var(--framer-aspect-ratio-supported, 296px); order: 0; width: 100%; } .framer-CMJ5i .framer-fe4r05, .framer-CMJ5i .framer-kjmf55 { flex: none; height: var(--framer-aspect-ratio-supported, 296px); order: 1; width: 100%; } .framer-CMJ5i .framer-xerv9y { white-space: pre-wrap; width: 600px; word-break: break-word; word-wrap: break-word; } .framer-CMJ5i .framer-y8v8f0 { padding: 0px 0px 64px 0px; } .framer-CMJ5i .framer-v2w4td { padding: 64px 64px 0px 64px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-CMJ5i .framer-9xhq1t, .framer-CMJ5i .framer-8co6z8, .framer-CMJ5i .framer-1g3zqzt { gap: 0px; } .framer-CMJ5i .framer-9xhq1t > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-CMJ5i .framer-9xhq1t > :first-child, .framer-CMJ5i .framer-8co6z8 > :first-child, .framer-CMJ5i .framer-1g3zqzt > :first-child { margin-top: 0px; } .framer-CMJ5i .framer-9xhq1t > :last-child, .framer-CMJ5i .framer-8co6z8 > :last-child, .framer-CMJ5i .framer-1g3zqzt > :last-child { margin-bottom: 0px; } .framer-CMJ5i .framer-8co6z8 > *, .framer-CMJ5i .framer-1g3zqzt > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }}\",\"@media (max-width: 809px) { .framer-CMJ5i.framer-1u0ehoe { width: 390px; } .framer-CMJ5i .framer-1fj0t0k { left: 0px; overflow: visible; right: 0px; top: 290px; width: unset; } .framer-CMJ5i .framer-uqapy7 { -webkit-mask: linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0,0,0,0) 33.17321227477477%, rgba(0, 0, 0, 0) 71.39815596846847%, rgba(0, 0, 0, 0.68469) 100%) add; height: 454px; mask: linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0,0,0,0) 33.17321227477477%, rgba(0, 0, 0, 0) 71.39815596846847%, rgba(0, 0, 0, 0.68469) 100%) add; order: 0; width: 872px; } .framer-CMJ5i .framer-147gbou { -webkit-mask: linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0,0,0,0) 33.17321227477477%, rgba(0, 0, 0, 0) 71.39815596846847%, rgba(0, 0, 0, 0.68469) 100%) add; height: 454px; mask: linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0,0,0,0) 33.17321227477477%, rgba(0, 0, 0, 0) 71.39815596846847%, rgba(0, 0, 0, 0.68469) 100%) add; order: 1; width: 872px; } .framer-CMJ5i .framer-1se9zou { -webkit-mask: linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0,0,0,0) 33.17321227477477%, rgba(0, 0, 0, 0) 71.39815596846847%, rgba(0, 0, 0, 0.68469) 100%) add; height: 454px; mask: linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0,0,0,0) 33.17321227477477%, rgba(0, 0, 0, 0) 71.39815596846847%, rgba(0, 0, 0, 0.68469) 100%) add; order: 2; width: 872px; } .framer-CMJ5i .framer-1g41szg { -webkit-mask: linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0,0,0,0) 33.17321227477477%, rgba(0, 0, 0, 0) 71.39815596846847%, rgba(0, 0, 0, 0.68469) 100%) add; height: 454px; mask: linear-gradient(90deg, rgba(0, 0, 0, 0.68) 0%, rgba(0,0,0,0) 33.17321227477477%, rgba(0, 0, 0, 0) 71.39815596846847%, rgba(0, 0, 0, 0.68469) 100%) add; order: 3; width: 872px; } .framer-CMJ5i .framer-15vq1me { aspect-ratio: unset; height: min-content; justify-content: center; } .framer-CMJ5i .framer-n89one { height: 69px; order: 1; padding: 12px 0px 12px 0px; z-index: 2; } .framer-CMJ5i .framer-1k6wgs1 { flex: none; gap: 0px; justify-content: center; left: 12px; position: absolute; right: 12px; top: 12px; width: unset; } .framer-CMJ5i .framer-1iw9ohp { height: 24px; } .framer-CMJ5i .framer-fi7wop { gap: 8px; order: 0; } .framer-CMJ5i .framer-oturaq { width: 140px; } .framer-CMJ5i .framer-ocnt9p-container { height: 25px; width: 25px; } .framer-CMJ5i .framer-u99rjq { aspect-ratio: 0.5611510791366906 / 1; height: var(--framer-aspect-ratio-supported, 356px); order: 2; } .framer-CMJ5i .framer-9xhq1t { gap: 48px; padding: 48px 0px 0px 0px; } .framer-CMJ5i .framer-jd8n9e { gap: 0px; padding: 0px 24px 0px 24px; } .framer-CMJ5i .framer-lx0btu, .framer-CMJ5i .framer-yko0qo, .framer-CMJ5i .framer-1j1xs3b, .framer-CMJ5i .framer-1o9b7t3, .framer-CMJ5i .framer-6yqj5c { gap: 24px; } .framer-CMJ5i .framer-1uueod1, .framer-CMJ5i .framer-909k5k { aspect-ratio: 0.9285714285714286 / 1; height: var(--framer-aspect-ratio-supported, 215px); } .framer-CMJ5i .framer-13nw1px, .framer-CMJ5i .framer-q63ba0, .framer-CMJ5i .framer-xerv9y { white-space: pre-wrap; width: 322px; word-break: break-word; word-wrap: break-word; } .framer-CMJ5i .framer-1llm6k2, .framer-CMJ5i .framer-3nyz30, .framer-CMJ5i .framer-7lqx2c, .framer-CMJ5i .framer-piphx5, .framer-CMJ5i .framer-fwpgoh { padding: 0px 24px 0px 24px; } .framer-CMJ5i .framer-pmwij0 { aspect-ratio: 0.9285714285714286 / 1; height: var(--framer-aspect-ratio-supported, 215px); max-width: 1200px; } .framer-CMJ5i .framer-93gkq7 { align-content: center; align-items: center; gap: 24px; } .framer-CMJ5i .framer-jr7mzc { width: 322px; } .framer-CMJ5i .framer-8co6z8, .framer-CMJ5i .framer-1g3zqzt { flex-direction: column; } .framer-CMJ5i .framer-cy0e3m, .framer-CMJ5i .framer-2otro5 { flex: none; height: var(--framer-aspect-ratio-supported, 296px); order: 0; width: 100%; } .framer-CMJ5i .framer-fe4r05, .framer-CMJ5i .framer-kjmf55 { flex: none; height: var(--framer-aspect-ratio-supported, 296px); order: 1; width: 100%; } .framer-CMJ5i .framer-18wlepo { display: block; gap: unset; height: 420px; padding: unset; } .framer-CMJ5i .framer-gclu9l { aspect-ratio: unset; bottom: 0px; height: unset; left: -179px; position: absolute; right: -61px; top: 0px; width: unset; } .framer-CMJ5i .framer-1kuhngr { left: 60%; position: absolute; top: 107%; transform: translate(-50%, -50%); white-space: pre-wrap; width: 322px; word-break: break-word; word-wrap: break-word; } .framer-CMJ5i .framer-y8v8f0 { padding: 56px 0px 40px 0px; } .framer-CMJ5i .framer-v2w4td { flex-direction: column; padding: 0px 16px 0px 16px; } .framer-CMJ5i .framer-1w229vt, .framer-CMJ5i .framer-ljgzsl, .framer-CMJ5i .framer-e2pow9 { flex: none; flex-direction: row; max-width: unset; width: 100%; } .framer-CMJ5i .framer-xfqhhc, .framer-CMJ5i .framer-dzbeif, .framer-CMJ5i .framer-2n91nt { align-self: stretch; height: auto; padding: 0px; width: 120px; } .framer-CMJ5i .framer-7xr0r3, .framer-CMJ5i .framer-22g54b, .framer-CMJ5i .framer-usfoq5 { align-content: flex-start; align-items: flex-start; flex: 1 0 0px; gap: 0px; padding: 16px; width: 1px; } .framer-CMJ5i .framer-1dtpwb, .framer-CMJ5i .framer-1oo1xdr, .framer-CMJ5i .framer-fhmuk8 { align-content: flex-start; align-items: flex-start; } .framer-CMJ5i .framer-vhx5z7 { flex-direction: column; padding: 0px 16px 0px 16px; width: 100%; } .framer-CMJ5i .framer-18j5fef-container, .framer-CMJ5i .framer-9zn2j6-container { width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-CMJ5i .framer-1k6wgs1, .framer-CMJ5i .framer-fi7wop, .framer-CMJ5i .framer-9xhq1t, .framer-CMJ5i .framer-jd8n9e, .framer-CMJ5i .framer-lx0btu, .framer-CMJ5i .framer-yko0qo, .framer-CMJ5i .framer-93gkq7, .framer-CMJ5i .framer-1j1xs3b, .framer-CMJ5i .framer-8co6z8, .framer-CMJ5i .framer-1o9b7t3, .framer-CMJ5i .framer-1g3zqzt, .framer-CMJ5i .framer-6yqj5c, .framer-CMJ5i .framer-18wlepo, .framer-CMJ5i .framer-v2w4td, .framer-CMJ5i .framer-1w229vt, .framer-CMJ5i .framer-7xr0r3, .framer-CMJ5i .framer-ljgzsl, .framer-CMJ5i .framer-22g54b, .framer-CMJ5i .framer-e2pow9, .framer-CMJ5i .framer-usfoq5, .framer-CMJ5i .framer-vhx5z7 { gap: 0px; } .framer-CMJ5i .framer-1k6wgs1 > *, .framer-CMJ5i .framer-1w229vt > *, .framer-CMJ5i .framer-ljgzsl > *, .framer-CMJ5i .framer-e2pow9 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-CMJ5i .framer-1k6wgs1 > :first-child, .framer-CMJ5i .framer-1w229vt > :first-child, .framer-CMJ5i .framer-ljgzsl > :first-child, .framer-CMJ5i .framer-e2pow9 > :first-child { margin-left: 0px; } .framer-CMJ5i .framer-1k6wgs1 > :last-child, .framer-CMJ5i .framer-1w229vt > :last-child, .framer-CMJ5i .framer-ljgzsl > :last-child, .framer-CMJ5i .framer-e2pow9 > :last-child { margin-right: 0px; } .framer-CMJ5i .framer-fi7wop > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-CMJ5i .framer-fi7wop > :first-child, .framer-CMJ5i .framer-9xhq1t > :first-child, .framer-CMJ5i .framer-jd8n9e > :first-child, .framer-CMJ5i .framer-lx0btu > :first-child, .framer-CMJ5i .framer-yko0qo > :first-child, .framer-CMJ5i .framer-93gkq7 > :first-child, .framer-CMJ5i .framer-1j1xs3b > :first-child, .framer-CMJ5i .framer-8co6z8 > :first-child, .framer-CMJ5i .framer-1o9b7t3 > :first-child, .framer-CMJ5i .framer-1g3zqzt > :first-child, .framer-CMJ5i .framer-6yqj5c > :first-child, .framer-CMJ5i .framer-v2w4td > :first-child, .framer-CMJ5i .framer-7xr0r3 > :first-child, .framer-CMJ5i .framer-22g54b > :first-child, .framer-CMJ5i .framer-usfoq5 > :first-child, .framer-CMJ5i .framer-vhx5z7 > :first-child { margin-top: 0px; } .framer-CMJ5i .framer-fi7wop > :last-child, .framer-CMJ5i .framer-9xhq1t > :last-child, .framer-CMJ5i .framer-jd8n9e > :last-child, .framer-CMJ5i .framer-lx0btu > :last-child, .framer-CMJ5i .framer-yko0qo > :last-child, .framer-CMJ5i .framer-93gkq7 > :last-child, .framer-CMJ5i .framer-1j1xs3b > :last-child, .framer-CMJ5i .framer-8co6z8 > :last-child, .framer-CMJ5i .framer-1o9b7t3 > :last-child, .framer-CMJ5i .framer-1g3zqzt > :last-child, .framer-CMJ5i .framer-6yqj5c > :last-child, .framer-CMJ5i .framer-v2w4td > :last-child, .framer-CMJ5i .framer-7xr0r3 > :last-child, .framer-CMJ5i .framer-22g54b > :last-child, .framer-CMJ5i .framer-usfoq5 > :last-child, .framer-CMJ5i .framer-vhx5z7 > :last-child { margin-bottom: 0px; } .framer-CMJ5i .framer-9xhq1t > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-CMJ5i .framer-jd8n9e > *, .framer-CMJ5i .framer-7xr0r3 > *, .framer-CMJ5i .framer-22g54b > *, .framer-CMJ5i .framer-usfoq5 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-CMJ5i .framer-lx0btu > *, .framer-CMJ5i .framer-yko0qo > *, .framer-CMJ5i .framer-93gkq7 > *, .framer-CMJ5i .framer-1j1xs3b > *, .framer-CMJ5i .framer-1o9b7t3 > *, .framer-CMJ5i .framer-6yqj5c > *, .framer-CMJ5i .framer-vhx5z7 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-CMJ5i .framer-8co6z8 > *, .framer-CMJ5i .framer-1g3zqzt > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-CMJ5i .framer-18wlepo > *, .framer-CMJ5i .framer-18wlepo > :first-child, .framer-CMJ5i .framer-18wlepo > :last-child { margin: 0px; } .framer-CMJ5i .framer-v2w4td > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 10801.5\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"u9r0JHcyy\":{\"layout\":[\"fixed\",\"auto\"]},\"fXHw21euN\":{\"layout\":[\"fixed\",\"auto\"]},\"h5_LUotU4\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerWUXvhplVJ=withCSS(Component,css,\"framer-CMJ5i\");export default FramerWUXvhplVJ;FramerWUXvhplVJ.displayName=\"Seiko Diving Deeper 60th Anniversary\";FramerWUXvhplVJ.defaultProps={height:10801.5,width:1440};addFonts(FramerWUXvhplVJ,[{explicitInter:true,fonts:[{family:\"Jost\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/jost/v18/92zPtBhPNqw79Ij1E865zBUv7myjJQVDPokMmuHL.woff2\",weight:\"400\"},{family:\"Hodinkee Social Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/sIvTGZ2LB21pNF5AFjOrRurpC6U.otf\"},{family:\"Hodinkee Social Regular Italic\",source:\"custom\",url:\"https://framerusercontent.com/assets/7Ud97im6omfgzDSiBMDSiOHEVlA.otf\"},{family:\"BrownPro Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/953M2A27CUUkw528L471EYQPE.otf\"}]},...SmoothScrollFonts,...ButtonFonts,...HeroFonts,...VideoFonts,...Button1Fonts,...FooterFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWUXvhplVJ\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"u9r0JHcyy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fXHw21euN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"h5_LUotU4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"10801.5\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["SmoothScrollFonts", "getFonts", "SmoothScroll", "ButtonFonts", "jsWcijMOw_default", "HeroFonts", "Icon", "ContainerWithFX", "withFX", "Container", "MotionDivWithFX", "motion", "VideoFonts", "Video", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichTextWithClass1cwgvxe", "withCodeBoundaryForOverrides", "RichText", "withClass", "Button1Fonts", "gHCvXlEKZ_default", "FooterFonts", "nmxOoy_YH_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "transition2", "animation2", "transition3", "animation3", "animation4", "transformTemplate1", "_", "t", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap3bnx0g", "overlay", "loadMore", "args", "onTap1wnntms", "scopingClassNames", "cx", "isDisplayed", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "PropertyOverrides2", "getLoadingLazyAtYPosition", "Image2", "ComponentViewportProvider", "x", "l", "AnimatePresence", "Ga", "overlay1", "overlay2", "overlay3", "overlay4", "overlay5", "overlay6", "overlay7", "Link", "css", "FramerWUXvhplVJ", "withCSS", "WUXvhplVJ_default", "addFonts", "__FramerMetadata__"]
}
