{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/x3FRJUOwzQGDyLIfw3Rm/5ViPPL9lH2ChOKheR60M/CruiseDetail.js", "ssg:https://framerusercontent.com/modules/VkznWFHxtp7o8x7VOS3j/1TMoqvRw296xx7UmYMNQ/CruisePrices.js", "ssg:https://framerusercontent.com/modules/AE6yr1CiQSDs86pPvwtw/vr6FKlOuyLfac5yq8Zxw/Mo3Gtrlaj.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useEffect,useState}from\"react\";export default function CruiseDetail(){const[cruiseDetailList,setcruiseDetailList]=useState([]);useEffect(()=>{const urlPath=window.location.pathname;const cruiseCode=unescape(encodeURIComponent(urlPath.toString())).split(\"/\")[2];// Get filemaker token\nconst getToken=async()=>{const token=await getFilemakerToken();if(token){const cruiseDt=await getCruisesDetail(token,cruiseCode);// console.log(cruiseDt)\nsetcruiseDetailList(cruiseDt);const logOut=await logout(token);// console.log(logOut)\n}};getToken();// get cruise Detail list\n},[]);// Function to Get filemaker access token\nasync function getFilemakerToken(){const basicEncode=btoa(`systemAPI:2j/3g45;33`);const config={method:\"POST\",headers:{\"Content-Type\":\"application/json\",Authorization:`Basic ${basicEncode}`}};const res=await fetch(\"https://ofc.taiwanviptravel.com/fmi/data/v1/databases/T1/sessions\",config);const data=await res.json();// console.log(\"token\", data)\nreturn data.response.token;}// Function to Get Cruise data from filemaker sevenseas database\nasync function getCruisesDetail(token,cruiseCode){const config={method:\"POST\",headers:{\"Content-Type\":\"application/json\",Authorization:`Bearer ${token}`},body:JSON.stringify({query:[{cruise:`=${cruiseCode}`}]})};const res=await fetch(`https://ofc.taiwanviptravel.com/fmi/data/v1/databases/T1/layouts/ITIDETAILF/_find`,config);const data=await res.json();// console.log(data)\nconst records=data.response.data;return records;}async function logout(token){const config={method:\"DELETE\",headers:{\"Content-Type\":\"application/json\"}};const res=await fetch(`https://ofc.taiwanviptravel.com/fmi/data/v1/databases/sevenseas/sessions/${token}`,config);const data=await res.json();return data.response;}function formatTime(timeString){// Extract hours and minutes from the string\nlet timeParts=timeString.split(\":\");let rawHours=timeParts[0]// The first part before \":\" contains hours + minutes\n;// Hours are always the first 2 digits, minutes are the last 2 digits\nlet hours=rawHours.length>2?rawHours.slice(0,-2):\"0\"// Extract hours\n;let minutes=rawHours.length>2?rawHours.slice(-2):rawHours// Extract minutes\n;// Convert to integers to remove unnecessary leading zeros\nhours=parseInt(hours,10);minutes=parseInt(minutes,10);// Format with leading zeros\nreturn`${hours.toString().padStart(2,\"0\")}:${minutes.toString().padStart(2,\"0\")}`;}function formatDate(dateString){let date=new Date(dateString);return`${date.getMonth()+1}/${date.getDate()}/${date.getFullYear()}`;}return /*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"style\",{children:`\n                    .responsiveFlex {\n                        display: flex;\n                        flex-direction: row;\n                        gap: 120px;\n                        border-top: solid thin #D4D4D4;\n                        border-bottom: solid thin #D4D4D4;\n                        padding: 10px 0 10px 0;\n                    }\n                    .card {\n                        display: grid;\n                        grid-template-columns: 25% 75%;                    \n                        gap: 10;\n                    }\n\n                   \n                    \n                    @media (max-width: 640px) {\n                        .responsiveFlex {\n                            flex-direction: column;\n                            gap: 10px;\n                        }\n                        .card {\n                            display: flex;\n                            flex-direction: column;\n                        }\n                        .hideOnMobile{\n                            display:none;\n                        }                        \n                    }\n\n                     @media (min-width: 641px){\n                        .showOnMobile{\n                            display:none;\n                        }\n                    }\n                `}),cruiseDetailList&&cruiseDetailList.length>0&&/*#__PURE__*/_jsx(\"div\",{style:{display:\"flex\",flexDirection:\"column\",gap:12,fontSize:20,width:\"100%\",padding:\"5px\",fontFamily:\"inherit\"},children:cruiseDetailList.map((pr,i)=>/*#__PURE__*/_jsxs(\"div\",{className:\"card\",style:{boxShadow:\"0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)\",borderRadius:\"5px\",overflow:\"hidden\",background:\"white\",minHeight:\"400px\"},children:[/*#__PURE__*/_jsx(\"div\",{className:\"hideOnMobile\",style:{position:\"relative\"},children:/*#__PURE__*/_jsx(\"img\",{style:{position:\"absolute\",width:\"100%\",height:\"100%\",objectFit:\"cover\"},src:pr.fieldData.picture_url})}),/*#__PURE__*/_jsx(\"div\",{className:\"showOnMobile\",style:{position:\"relative\",height:\"300px\"},children:/*#__PURE__*/_jsx(\"img\",{style:{position:\"absolute\",width:\"100%\",height:\"100%\",objectFit:\"cover\"},src:pr.fieldData.picture_url_mobile})}),/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"column\",gap:10,justifyContent:\"space-between\",height:\"100%\",width:\"100%\",padding:\"20px 20px 20px 20px\"},children:[/*#__PURE__*/_jsxs(\"div\",{children:[/*#__PURE__*/_jsxs(\"div\",{style:{fontSize:22,marginBottom:\"5px\"},children:[\"Day \",pr.fieldData.day_of_cruise]}),/*#__PURE__*/_jsx(\"div\",{children:pr.fieldData.port_name_chinese}),/*#__PURE__*/_jsx(\"div\",{style:{letterSpacing:\"0.1em\",lineHeight:2,textAlign:\"justify\"},children:/*#__PURE__*/_jsx(\"p\",{style:{fontSize:16,marginTop:\"20px\",color:\"rgba(10, 9, 8, 0.65)\"},children:pr.fieldData.description_tw})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"responsiveFlex\",children:[/*#__PURE__*/_jsxs(\"div\",{children:[/*#__PURE__*/_jsx(\"p\",{style:{fontSize:12},children:\"\u65E5\u671F\"}),/*#__PURE__*/_jsx(\"p\",{style:{fontWeight:\"bold\",fontSize:20},children:pr.fieldData.date&&formatDate(pr.fieldData.date)})]}),pr.fieldData.arrival&&/*#__PURE__*/_jsxs(\"div\",{children:[/*#__PURE__*/_jsx(\"p\",{style:{fontSize:12},children:\"\u62B5\u9054\u6642\u9593\"}),/*#__PURE__*/_jsx(\"p\",{style:{fontWeight:\"bold\",fontSize:20},children:pr.fieldData.arrival&&formatTime(pr.fieldData.arrival)})]}),pr.fieldData.departure&&/*#__PURE__*/_jsxs(\"div\",{children:[/*#__PURE__*/_jsx(\"p\",{style:{fontSize:12},children:\"\u51FA\u822A\u6642\u9593\"}),/*#__PURE__*/_jsx(\"p\",{style:{fontWeight:\"bold\",fontSize:20},children:pr.fieldData.departure&&formatTime(pr.fieldData.departure)})]})]})]})]},i))})]});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"CruiseDetail\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CruiseDetail.map", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useEffect,useState}from\"react\";export default function UrlParamReader(){const[cruisePriceList,setCruisePriceList]=useState([]);useEffect(()=>{const urlPath=window.location.pathname;const cruiseCode=unescape(encodeURIComponent(urlPath.toString())).split(\"/\")[2];// Get filemaker token\nconst getToken=async()=>{const token=await getFilemakerToken();if(token){const cruiseDt=await getCruisesPrice(token,cruiseCode);// console.log(cruiseDt)\nsetCruisePriceList(cruiseDt);const logOut=await logout(token);// console.log(logOut)\n}};getToken();// get cruise price list\n},[]);// Function to Get filemaker access token\nasync function getFilemakerToken(){const basicEncode=btoa(`systemAPI:2j/3g45;33`);const config={method:\"POST\",headers:{\"Content-Type\":\"application/json\",Authorization:`Basic ${basicEncode}`}};const res=await fetch(\"https://ofc.taiwanviptravel.com/fmi/data/v1/databases/T1/sessions\",config);const data=await res.json();// console.log(\"token\", data)\nreturn data.response.token;}// Function to Get Cruise data from filemaker sevenseas database\nasync function getCruisesPrice(token,cruiseCode){const config={method:\"POST\",headers:{\"Content-Type\":\"application/json\",Authorization:`Bearer ${token}`},body:JSON.stringify({query:[{cruise:cruiseCode,onOff:1}]})};const res=await fetch(`https://ofc.taiwanviptravel.com/fmi/data/v1/databases/T1/layouts/ITIPRICEF/_find`,config);const data=await res.json();console.log(\"data\",data.response.data);// Function to replace '::' with '_' in object keys\nfunction transformKeys(obj){return Object.keys(obj).reduce((acc,key)=>{const newKey=key.replace(/::/g,\"_\")// Replace \"::\" with \"_\"\n;acc[newKey]=obj[key]// Assign the transformed key\n;return acc;},{});}// Apply transformation to the nested fieldData object\nconst transformedData=data.response.data.map(item=>({...item,fieldData:transformKeys(item.fieldData)}));console.log(transformedData);const records=transformedData;return records;}async function logout(token){const config={method:\"DELETE\",headers:{\"Content-Type\":\"application/json\"}};const res=await fetch(`https://ofc.taiwanviptravel.com/fmi/data/v1/databases/T1/sessions/${token}`,config);const data=await res.json();return data.response;}return /*#__PURE__*/_jsx(_Fragment,{children:cruisePriceList&&cruisePriceList.length>0&&/*#__PURE__*/_jsxs(\"div\",{style:{padding:10,fontSize:18,width:\"100%\",fontFamily:\"inherit\"},className:\"table-container\",children:[/*#__PURE__*/_jsx(\"style\",{children:`\n        .table-container {\n          width: 100%;\n          overflow-x: auto;          \n        }\n        table {\n          width: 100%;\n          border-collapse: collapse;\n          background: white;\n        }\n        th, td {\n          border-bottom: 1px solid #ccc;\n          padding: 10px;\n          text-align: left;\n        }\n        thead {\n          background-color: #474747;\n          color: white;\n        }\n        tbody > tr:hover {\n          background-color: #F2F3F4;\n        }\n        @media (max-width: 640px) {                    \n            .hideOnMobile {\n                display:none;\n            }                        \n        }\n        @media (min-width: 641px) {                    \n            .hideOnLargeScreen {\n                display:none;\n            }                        \n        }\n      `}),/*#__PURE__*/_jsxs(\"table\",{children:[/*#__PURE__*/_jsx(\"thead\",{children:/*#__PURE__*/_jsxs(\"tr\",{children:[/*#__PURE__*/_jsx(\"th\",{children:\"\u623F\u578B\"}),/*#__PURE__*/_jsx(\"th\",{className:\"hideOnMobile\",children:\"\u50F9\u683C\"}),/*#__PURE__*/_jsx(\"th\",{className:\"hideOnMobile\",children:\"\u8A02\u8CFC\u72C0\u614B\"}),/*#__PURE__*/_jsx(\"th\",{})]})}),/*#__PURE__*/_jsx(\"tbody\",{children:cruisePriceList.map((pr,i)=>pr.fieldData.cat_status!==\"CLOSED\"&&/*#__PURE__*/_jsxs(\"tr\",{children:[/*#__PURE__*/_jsxs(\"td\",{children:[/*#__PURE__*/_jsx(\"p\",{children:pr.fieldData.category_name_tw}),/*#__PURE__*/_jsx(\"p\",{style:{fontSize:12,color:\"#9C9C9C\"},children:pr.fieldData.category_name_en}),/*#__PURE__*/_jsxs(\"div\",{className:\"hideOnLargeScreen\",style:{marginTop:\"10px\"},children:[pr.fieldData.Broch_Fare_Amt!==pr.fieldData.fare_amt&&/*#__PURE__*/_jsxs(\"p\",{style:{textDecorationLine:\"line-through\",textDecorationColor:\"red\",fontSize:12},children:[pr.fieldData.currency,\" \",pr.fieldData.Broch_Fare_Amt.toLocaleString(\"en-US\")]}),/*#__PURE__*/_jsxs(\"p\",{style:{fontWeight:\"bold\",fontSize:18},children:[pr.fieldData.currency,\" \",pr.fieldData.fare_amt.toLocaleString(\"en-US\")]})]})]}),/*#__PURE__*/_jsxs(\"td\",{className:\"hideOnMobile\",children:[pr.fieldData.Broch_Fare_Amt!==pr.fieldData.fare_amt&&/*#__PURE__*/_jsxs(\"p\",{style:{textDecorationLine:\"line-through\",textDecorationColor:\"red\",fontSize:12},children:[pr.fieldData.currency,\" \",pr.fieldData.Broch_Fare_Amt.toLocaleString(\"en-US\")]}),/*#__PURE__*/_jsxs(\"p\",{style:{fontWeight:\"bold\",fontSize:18},children:[/*#__PURE__*/_jsx(\"span\",{style:{fontSize:12},children:pr.fieldData.currency}),\" \",pr.fieldData.fare_amt.toLocaleString(\"en-US\")]})]}),/*#__PURE__*/_jsx(\"td\",{className:\"hideOnMobile\",children:pr.fieldData.cat_status_tw}),/*#__PURE__*/_jsxs(\"td\",{children:[/*#__PURE__*/_jsx(\"p\",{className:\"hideOnLargeScreen\",style:{textAlign:\"center\"},children:pr.fieldData.cat_status_tw}),/*#__PURE__*/_jsx(\"div\",{style:{textAlign:\"center\"},children:/*#__PURE__*/_jsx(\"a\",{href:`/form?cruise=${pr.fieldData.cruise}&category=${pr.fieldData.category_name_tw} (${pr.fieldData.category_name_en})&desc=${pr.fieldData.ITIPRICE_ITIMASTER_itin_desc_chinese}`,children:/*#__PURE__*/_jsx(\"button\",{style:{background:\"#FC7E01\",fontSize:\"16px\",padding:\"8px 16px 8px 16px\",border:\"none\",color:\"white\",cursor:\"pointer\",borderRadius:\"10px\"},children:\"\u7ACB\u5373\u9810\u8A02\"})})})]})]},i))})]})]})});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"UrlParamReader\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CruisePrices.map", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Link,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Logo from\"https://framerusercontent.com/modules/IQXqjAGXltPKLdfjcdtf/AdYVRfUvx2HLE5qL3Xfw/Logo.js\";import Hero from\"#framer/local/canvasComponent/E43FRYYFv/E43FRYYFv.js\";import CallToAction from\"#framer/local/canvasComponent/gQkGt046Z/gQkGt046Z.js\";import Footer from\"#framer/local/canvasComponent/iaB4OmoHW/iaB4OmoHW.js\";import Header from\"#framer/local/canvasComponent/iqOLsDv1K/iqOLsDv1K.js\";import Copyright from\"#framer/local/canvasComponent/Rh423yc8M/Rh423yc8M.js\";import CruiseDetail from\"#framer/local/codeFile/WEAyFJs/CruiseDetail.js\";import UrlParamReader from\"#framer/local/codeFile/CtuMrPc/CruisePrices.js\";import Main from\"#framer/local/collection/gy5xQKQaY/gy5xQKQaY.js\";import Product_index from\"#framer/local/collection/RMOh7zYrV/RMOh7zYrV.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle5 from\"#framer/local/css/cypIKcxX6/cypIKcxX6.js\";import*as sharedStyle7 from\"#framer/local/css/fZOIqOtjn/fZOIqOtjn.js\";import*as sharedStyle3 from\"#framer/local/css/KigF9aQNU/KigF9aQNU.js\";import*as sharedStyle4 from\"#framer/local/css/NnNkcCLYT/NnNkcCLYT.js\";import*as sharedStyle8 from\"#framer/local/css/P5mbzStFq/P5mbzStFq.js\";import*as sharedStyle1 from\"#framer/local/css/rs2VJEAWG/rs2VJEAWG.js\";import*as sharedStyle6 from\"#framer/local/css/SF9qxDp9m/SF9qxDp9m.js\";import*as sharedStyle2 from\"#framer/local/css/ULtI25TNW/ULtI25TNW.js\";import*as sharedStyle10 from\"#framer/local/css/vPc6FaONL/vPc6FaONL.js\";import*as sharedStyle9 from\"#framer/local/css/ZbFWNUSYi/ZbFWNUSYi.js\";import*as sharedStyle11 from\"#framer/local/css/zjDMeBTg4/zjDMeBTg4.js\";import*as sharedStyle from\"#framer/local/css/ZVtfcBiqp/ZVtfcBiqp.js\";import metadataProvider from\"#framer/local/webPageMetadata/Mo3Gtrlaj/Mo3Gtrlaj.js\";const HeaderFonts=getFonts(Header);const HeroFonts=getFonts(Hero);const CruiseDetailFonts=getFonts(CruiseDetail);const UrlParamReaderFonts=getFonts(UrlParamReader);const LogoFonts=getFonts(Logo);const CallToActionFonts=getFonts(CallToAction);const CopyrightFonts=getFonts(Copyright);const FooterFonts=getFonts(Footer);const breakpoints={alsRlwY21:\"(min-width: 1024px)\",MH1yvTonM:\"(min-width: 640px) and (max-width: 1023px)\",XNObM2_du:\"(max-width: 639px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-iWLRp\";const variantClassNames={alsRlwY21:\"framer-v-hg0krn\",MH1yvTonM:\"framer-v-1qioe7\",XNObM2_du:\"framer-v-12hug09\"};const toString=value=>{return typeof value===\"string\"?value:String(value);};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const negate=value=>{return!value;};const numberToString=(value,options={},activeLocale)=>{const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;const{useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits}=options;const formatOptions={useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits};const number=Number(value);try{return number.toLocaleString(locale,formatOptions);}catch{try{return number.toLocaleString(fallbackLocale,formatOptions);}catch{return number.toLocaleString();}}};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"alsRlwY21\",Phone:\"XNObM2_du\",Tablet:\"MH1yvTonM\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"alsRlwY21\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"Mo3Gtrlaj\",data:Main,type:\"Collection\"},select:[{collection:\"Mo3Gtrlaj\",name:\"TRAq1snzU\",type:\"Identifier\"},{collection:\"Mo3Gtrlaj\",name:\"CXSv2u7PD\",type:\"Identifier\"},{collection:\"Mo3Gtrlaj\",name:\"hRIeCzNQ9\",type:\"Identifier\"},{collection:\"Mo3Gtrlaj\",name:\"TuG6ukZO2\",type:\"Identifier\"},{collection:\"Mo3Gtrlaj\",name:\"FXowBmbSu\",type:\"Identifier\"},{collection:\"Mo3Gtrlaj\",name:\"dekueDIBu\",type:\"Identifier\"},{collection:\"Mo3Gtrlaj\",name:\"Xkr333RM6\",type:\"Identifier\"},{collection:\"Mo3Gtrlaj\",name:\"dPAIkh31d\",type:\"Identifier\"},{collection:\"Mo3Gtrlaj\",name:\"kz9tFvkVL\",type:\"Identifier\"},{collection:\"Mo3Gtrlaj\",name:\"sNQPtQHtc\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"Mo3Gtrlaj\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,CXSv2u7PD=getFromCurrentRouteData(\"CXSv2u7PD\")??\"\",dPAIkh31d=getFromCurrentRouteData(\"dPAIkh31d\")??\"\",FXowBmbSu=getFromCurrentRouteData(\"FXowBmbSu\")??\"\",TuG6ukZO2=getFromCurrentRouteData(\"TuG6ukZO2\")??0,kz9tFvkVL=getFromCurrentRouteData(\"kz9tFvkVL\")??0,sNQPtQHtc=getFromCurrentRouteData(\"sNQPtQHtc\")??\"\",NIFtDAykgz2sE3kpXj,Majf_WFsUkdYu4Vfno,H9HLcg3NukdYu4Vfno,CPwCdcrtEkdYu4Vfno,aj5FEljjCkdYu4Vfno,TFB7YxXJ9kdYu4Vfno,idkdYu4Vfno,hRIeCzNQ9=getFromCurrentRouteData(\"hRIeCzNQ9\")??\"\",TRAq1snzU=getFromCurrentRouteData(\"TRAq1snzU\")??\"\",...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const textContent=toString(TuG6ukZO2);const visible=negate(equals(kz9tFvkVL,0));const activeLocaleCode=useLocaleCode();const textContent1=numberToString(kz9tFvkVL,{locale:\"\",notation:\"standard\",style:\"decimal\"},activeLocaleCode);const visible1=equals(kz9tFvkVL,0);const visible2=isSet(NIFtDAykgz2sE3kpXj);const elementId=useRouteElementId(\"fgUVWUdQL\");const ref1=React.useRef(null);const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"alsRlwY21\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(238, 235, 232); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-hg0krn\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-40fbky\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-ngxrhx\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:140,width:\"min(100vw, 1344px)\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17450e7-container\",nodeId:\"rt_6z9fx0\",scopeId:\"Mo3Gtrlaj\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MH1yvTonM:{variant:\"HHNvVu3J3\"},XNObM2_du:{variant:\"vZV25JwuC\"}},children:/*#__PURE__*/_jsx(Header,{height:\"100%\",id:\"rt_6z9fx0\",layoutId:\"rt_6z9fx0\",style:{width:\"100%\"},variant:\"DEyECrSec\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-c4tgpu\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MH1yvTonM:{y:(componentViewport?.y||0)+0+0+120},XNObM2_du:{y:(componentViewport?.y||0)+0+0+90}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:650,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0+140,children:/*#__PURE__*/_jsx(Container,{className:\"framer-hr6d2q-container\",nodeId:\"VDmxcGKSJ\",scopeId:\"Mo3Gtrlaj\",children:/*#__PURE__*/_jsx(Hero,{height:\"100%\",id:\"VDmxcGKSJ\",jn4zGIv1H:CXSv2u7PD,layoutId:\"VDmxcGKSJ\",Marj5Xlya:dPAIkh31d,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hbs6yp\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13kz14c\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tyggcx\",\"data-border\":true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XNObM2_du:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIFRDLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans TC\", \"Noto Sans TC Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(27, 27, 38)\"},children:\"\u51FA\u767C\u65E5\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIFRDLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans TC\", \"Noto Sans TC Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(27, 27, 38)\"},children:\"\u51FA\u767C\u65E5\"})}),className:\"framer-137o720\",fonts:[\"GF;Noto Sans TC-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XNObM2_du:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"2025/06/21\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"2025/03/31\"})}),className:\"framer-12lzu9b\",fonts:[\"Inter-Medium\"],text:FXowBmbSu,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jdde0r\",\"data-border\":true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XNObM2_du:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIFRDLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans TC\", \"Noto Sans TC Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(27, 27, 38)\"},children:\"\u5929\u6578\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIFRDLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans TC\", \"Noto Sans TC Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(27, 27, 38)\"},children:\"\u5929\u6578\"})}),className:\"framer-1gdrdum\",fonts:[\"GF;Noto Sans TC-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XNObM2_du:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\"},children:\"12\"})}),fonts:[\"Inter-SemiBold\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"15\"})}),className:\"framer-ueroku\",fonts:[\"Inter-Medium\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u8h1wu\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XNObM2_du:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIFRDLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans TC\", \"Noto Sans TC Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(27, 27, 38)\"},children:\"\u50F9\u683C\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zIFRDLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans TC\", \"Noto Sans TC Placeholder\", sans-serif',\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(27, 27, 38)\"},children:\"\u50F9\u683C\"})}),className:\"framer-1auger5\",fonts:[\"GF;Noto Sans TC-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),visible&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xhfbhc\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XNObM2_du:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7Tm90byBTZXJpZiBUQy04MDA=\",\"--framer-font-family\":'\"Noto Serif TC\", \"Noto Serif TC Placeholder\", serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"0.9em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"USD\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7Tm90byBTZXJpZiBUQy04MDA=\",\"--framer-font-family\":'\"Noto Serif TC\", \"Noto Serif TC Placeholder\", serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"800\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"0.9em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"USD\"})}),className:\"framer-9esj82\",\"data-framer-name\":\"itin_desc_chinese\",fonts:[\"GF;Noto Serif TC-800\"],text:sNQPtQHtc,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XNObM2_du:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"6,890\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"6,890\"})}),className:\"framer-gxbk1z\",\"data-framer-name\":\"itin_desc_chinese\",fonts:[\"Inter-Medium\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})})]}),visible1&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XNObM2_du:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\"},children:\"\u5019\u88DC\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\"},children:\"\u5019\u88DC\"})}),className:\"framer-enb4b7\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),visible2&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-3k20n7\",children:/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"SXoHfZHu2\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:NIFtDAykgz2sE3kpXj,className:\"framer-31jqei\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-ieir71\",blockquote:\"framer-styles-preset-s8ucnd\",code:\"framer-styles-preset-mapxas\",h1:\"framer-styles-preset-4772bl\",h2:\"framer-styles-preset-1mssctx\",h3:\"framer-styles-preset-b9p4be\",h4:\"framer-styles-preset-1bnec09\",h5:\"framer-styles-preset-115pryd\",h6:\"framer-styles-preset-1hpi32a\",img:\"framer-styles-preset-675a5g\",p:\"framer-styles-preset-1coj7qb\"},verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17d176z\",\"data-framer-name\":\"\u884C\u7A0B\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-16nv5b8\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-4772bl\",\"data-styles-preset\":\"ZVtfcBiqp\",children:\"\u884C\u7A0B\"})}),className:\"framer-1q5scg6\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-yh4ck0-container\",isAuthoredByUser:true,nodeId:\"xTj2aFkYz\",scopeId:\"Mo3Gtrlaj\",children:/*#__PURE__*/_jsx(CruiseDetail,{height:\"100%\",id:\"xTj2aFkYz\",layoutId:\"xTj2aFkYz\",style:{width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f3qybl\",\"data-framer-name\":\"\u50F9\u683C\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1l1q7jw\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-4772bl\",\"data-styles-preset\":\"ZVtfcBiqp\",children:\"\u50F9\u683C\"})}),className:\"framer-3fzcu6\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1g734qp\",\"data-styles-preset\":\"zjDMeBTg4\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(27, 27, 38)\"},children:\"\uFF0A\u50F9\u683C\u3001\u8A02\u623F\u72C0\u6CC1\u6703\u96A8\u6642\u9593\u8B8A\u52D5\uFF0C\u8ACB\u4EE5\u5BA2\u670D\u4EBA\u54E1\u8207\u60A8\u806F\u7D61\u6642\u7684\u60C5\u6CC1\u70BA\u4E3B\"})}),className:\"framer-1hoxj23\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-sf2vba-container\",isAuthoredByUser:true,nodeId:\"fIqaO3iQu\",scopeId:\"Mo3Gtrlaj\",children:/*#__PURE__*/_jsx(UrlParamReader,{height:\"100%\",id:\"fIqaO3iQu\",layoutId:\"fIqaO3iQu\",style:{width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-h80iqu\",\"data-framer-name\":\"\u5305\u542B\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1228s80\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-a9g1u8\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-4772bl\",\"data-styles-preset\":\"ZVtfcBiqp\",children:\"\u672C\u884C\u7A0B\u5305\u542B\"})}),className:\"framer-7is7nf\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-e4qmad\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MH1yvTonM:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBUQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans TC Regular\", \"Noto Sans TC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"justify\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"\u6240\u6709\u5957\u623F\u7686\u5305\u542B\uFF1A\"})}),/*#__PURE__*/_jsxs(\"ul\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBUQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans TC Regular\", \"Noto Sans TC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"justify\",\"--framer-text-transform\":\"capitalize\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"\u7121\u9650\u6B21\u5CB8\u4E0A\u89C0\u5149\u884C\u7A0B\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"\u7CBE\u7DFB\u9910\u98F2\uFF0C\u5305\u62EC\u6240\u6709\u7279\u8272\u9910\u5EF3\uFF0C\u7121\u9700\u984D\u5916\u8CBB\u7528\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"\u7121\u9650\u91CF\u98F2\u54C1\uFF0C\u5305\u62EC\u4F73\u91C0\u3001\u7CBE\u9078\u8ABF\u9152\u3001\u7279\u8272\u5496\u5561\u7B49\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"\u53EF\u4F9D\u500B\u4EBA\u559C\u597D\u6BCF\u65E5\u88DC\u5145\u7684\u5BA2\u623F\u8FF7\u4F60\u5427\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"\u7121\u9650\u6B21\u4F7F\u7528\u6C34\u7642\u8A2D\u65BD\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"\u5DF2\u9810\u4ED8\u670D\u52D9\u8CBB\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"\u7121\u9650Wi-Fi*\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"\u4EE3\u5BA2\u6D17\u8863\u670D\u52D9\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"24 \u5C0F\u6642\u5BA2\u623F\u9910\u98F2\u670D\u52D9\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"\u958B\u653E\u5F0F\u9152\u5427\u8207\u9152\u5ECA\uFF0C\u4EE5\u53CA\u8C50\u5BCC\u7684\u5A1B\u6A02\u8207\u6587\u5316\u9AD4\u9A57\"})})]})]})},XNObM2_du:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBUQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans TC Regular\", \"Noto Sans TC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"justify\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"\u6240\u6709\u5957\u623F\u7686\u5305\u542B\uFF1A\"})}),/*#__PURE__*/_jsxs(\"ul\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBUQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans TC Regular\", \"Noto Sans TC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"justify\",\"--framer-text-transform\":\"capitalize\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"\u7121\u9650\u6B21\u5CB8\u4E0A\u89C0\u5149\u884C\u7A0B\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"\u7CBE\u7DFB\u9910\u98F2\uFF0C\u5305\u62EC\u6240\u6709\u7279\u8272\u9910\u5EF3\uFF0C\u7121\u9700\u984D\u5916\u8CBB\u7528\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"\u7121\u9650\u91CF\u98F2\u54C1\uFF0C\u5305\u62EC\u4F73\u91C0\u3001\u7CBE\u9078\u8ABF\u9152\u3001\u7279\u8272\u5496\u5561\u7B49\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"\u53EF\u4F9D\u500B\u4EBA\u559C\u597D\u6BCF\u65E5\u88DC\u5145\u7684\u5BA2\u623F\u8FF7\u4F60\u5427\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"\u7121\u9650\u6B21\u4F7F\u7528\u6C34\u7642\u8A2D\u65BD\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"\u5DF2\u9810\u4ED8\u670D\u52D9\u8CBB\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"\u7121\u9650Wi-Fi*\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"\u4EE3\u5BA2\u6D17\u8863\u670D\u52D9\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"24 \u5C0F\u6642\u5BA2\u623F\u9910\u98F2\u670D\u52D9\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"\u958B\u653E\u5F0F\u9152\u5427\u8207\u9152\u5ECA\uFF0C\u4EE5\u53CA\u8C50\u5BCC\u7684\u5A1B\u6A02\u8207\u6587\u5316\u9AD4\u9A57\"})})]})]})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBUQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans TC Regular\", \"Noto Sans TC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"justify\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"\u6240\u6709\u5957\u623F\u7686\u5305\u542B\uFF1A\"})}),/*#__PURE__*/_jsxs(\"ul\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2FucyBUQyBSZWd1bGFy\",\"--framer-font-family\":'\"Noto Sans TC Regular\", \"Noto Sans TC Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"justify\",\"--framer-text-transform\":\"capitalize\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"\u7121\u9650\u6B21\u5CB8\u4E0A\u89C0\u5149\u884C\u7A0B\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"\u7CBE\u7DFB\u9910\u98F2\uFF0C\u5305\u62EC\u6240\u6709\u7279\u8272\u9910\u5EF3\uFF0C\u7121\u9700\u984D\u5916\u8CBB\u7528\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"\u7121\u9650\u91CF\u98F2\u54C1\uFF0C\u5305\u62EC\u4F73\u91C0\u3001\u7CBE\u9078\u8ABF\u9152\u3001\u7279\u8272\u5496\u5561\u7B49\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"\u53EF\u4F9D\u500B\u4EBA\u559C\u597D\u6BCF\u65E5\u88DC\u5145\u7684\u5BA2\u623F\u8FF7\u4F60\u5427\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"\u7121\u9650\u6B21\u4F7F\u7528\u6C34\u7642\u8A2D\u65BD\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"\u5DF2\u9810\u4ED8\u670D\u52D9\u8CBB\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"\u7121\u9650Wi-Fi*\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"\u4EE3\u5BA2\u6D17\u8863\u670D\u52D9\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"24 \u5C0F\u6642\u5BA2\u623F\u9910\u98F2\u670D\u52D9\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"\u958B\u653E\u5F0F\u9152\u5427\u8207\u9152\u5ECA\uFF0C\u4EE5\u53CA\u8C50\u5BCC\u7684\u5A1B\u6A02\u8207\u6587\u5316\u9AD4\u9A57\"})})]})]}),className:\"framer-2csw2s\",fonts:[\"CUSTOM;Noto Sans TC Regular\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12ujodp\",\"data-framer-name\":\"\u8239\u578B\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-vp23an\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XNObM2_du:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-4772bl\",\"data-styles-preset\":\"ZVtfcBiqp\",style:{\"--framer-text-alignment\":\"center\"},children:\"\u8239\u578B\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-4772bl\",\"data-styles-preset\":\"ZVtfcBiqp\",children:\"\u8239\u578B\"})}),className:\"framer-1lxxdhd\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7oqs5a\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"kdYu4Vfno\",data:Product_index,type:\"Collection\"},limit:{type:\"LiteralValue\",value:10},select:[{collection:\"kdYu4Vfno\",name:\"Majf_WFsU\",type:\"Identifier\"},{collection:\"kdYu4Vfno\",name:\"H9HLcg3Nu\",type:\"Identifier\"},{collection:\"kdYu4Vfno\",name:\"CPwCdcrtE\",type:\"Identifier\"},{collection:\"kdYu4Vfno\",name:\"aj5FEljjC\",type:\"Identifier\"},{collection:\"kdYu4Vfno\",name:\"TFB7YxXJ9\",type:\"Identifier\"},{collection:\"kdYu4Vfno\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"kdYu4Vfno\",name:\"ULAIX24Iz\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:hRIeCzNQ9},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({aj5FEljjC:aj5FEljjCkdYu4Vfno,CPwCdcrtE:CPwCdcrtEkdYu4Vfno,H9HLcg3Nu:H9HLcg3NukdYu4Vfno,id:idkdYu4Vfno,Majf_WFsU:Majf_WFsUkdYu4Vfno,TFB7YxXJ9:TFB7YxXJ9kdYu4Vfno},index)=>{Majf_WFsUkdYu4Vfno??=\"\";H9HLcg3NukdYu4Vfno??=\"\";CPwCdcrtEkdYu4Vfno??=\"\";aj5FEljjCkdYu4Vfno??=\"\";TFB7YxXJ9kdYu4Vfno??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`kdYu4Vfno-${idkdYu4Vfno}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{TFB7YxXJ9:TFB7YxXJ9kdYu4Vfno},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-kofr9l\",children:/*#__PURE__*/_jsx(Link,{href:Majf_WFsUkdYu4Vfno,motionChild:true,nodeId:\"FQvxLcA8W\",openInNewTab:false,scopeId:\"Mo3Gtrlaj\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-e8a3m7 framer-1p9ona1\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-q9a905\",\"data-framer-name\":\"picture\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-qiumjr-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"oGVAuE3iL\",scopeId:\"Mo3Gtrlaj\",children:/*#__PURE__*/_jsx(Logo,{company:\"Framer\",height:\"100%\",id:\"oGVAuE3iL\",isSearch:false,layoutId:\"oGVAuE3iL\",radius:0,srcType:\"URL\",srcUrl:H9HLcg3NukdYu4Vfno,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ko4y3a\",\"data-framer-name\":\"introduce\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO05vdG8gU2VyaWYgVEMgQmxhY2s=\",\"--framer-font-family\":'\"Noto Serif TC Black\", \"Noto Serif TC Black Placeholder\", serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0.05em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"justify\"},children:\"Regent Suite (RS)\"})}),className:\"framer-pjehnv\",\"data-framer-name\":\"Activity Name\",fonts:[\"CUSTOM;Noto Serif TC Black\"],text:CPwCdcrtEkdYu4Vfno,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"22px\",\"--framer-text-alignment\":\"justify\"},children:\"\u9019\u9593\u7121\u8207\u502B\u6BD4\u7684\u5957\u623F\u64C1\u6709\u7368\u7ACB\u7684\u6C34\u7642\u5340\u3001\u914D\u5099 Treesse Minipool \u7684\u79C1\u4EBA\u967D\u53F0\u3001\u5169\u9593\u8C6A\u83EF\u81E5\u5BA4\u7B49\u66F4\u591A\u8A2D\u65BD\uFF0C\u5C55\u73FE\u4E86\u4EE4\u4EBA\u9A5A\u5606\u7684\u6975\u81F4\u5962\u83EF\"})}),className:\"framer-j4cgip\",\"data-framer-name\":\"Location\",fonts:[\"Inter\"],text:aj5FEljjCkdYu4Vfno,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})})},idkdYu4Vfno);})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19ql2og\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":fgUVWUdQL\",pathVariables:{TRAq1snzU},webPageId:\"Mo3Gtrlaj\"},implicitPathVariables:undefined},{href:{hash:\":fgUVWUdQL\",pathVariables:{TRAq1snzU},webPageId:\"Mo3Gtrlaj\"},implicitPathVariables:undefined},{href:{hash:\":fgUVWUdQL\",pathVariables:{TRAq1snzU},webPageId:\"Mo3Gtrlaj\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MH1yvTonM:{y:(componentViewport?.y||0)+0+4790+60+0},XNObM2_du:{y:(componentViewport?.y||0)+0+3595.6+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:422,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+5160+60+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dyfuhj-container\",nodeId:\"rWrbLQAQ7\",scopeId:\"Mo3Gtrlaj\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MH1yvTonM:{hbo9vIuOM:resolvedLinks[1]},XNObM2_du:{hbo9vIuOM:resolvedLinks[2],variant:\"RI8HPP8kf\"}},children:/*#__PURE__*/_jsx(CallToAction,{c7fuL51dN:\"\u5831\u540D\u8868\u55AE\",gNIjr5uKo:\"center\",hbo9vIuOM:resolvedLinks[0],height:\"100%\",id:\"rWrbLQAQ7\",layoutId:\"rWrbLQAQ7\",rgqDa2Do5:\"https://imagedelivery.net/0oDD7WC9A8FFQlAUpTWmrA/0e42589f-dc15-4e34-b5eb-699216bd6700/public\",style:{width:\"100%\"},variant:\"VuUau27UJ\",width:\"100%\"})})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MH1yvTonM:{y:(componentViewport?.y||0)+0+5332},XNObM2_du:{y:(componentViewport?.y||0)+0+4017.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:57,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+5702,children:/*#__PURE__*/_jsx(Container,{className:\"framer-lfkt87-container\",nodeId:\"KlqVU7qq9\",scopeId:\"Mo3Gtrlaj\",children:/*#__PURE__*/_jsx(Copyright,{height:\"100%\",id:\"KlqVU7qq9\",layoutId:\"KlqVU7qq9\",style:{width:\"100%\"},TRQ4htD3D:\"\uFF08\u4EE5\u4E0A\u90E8\u5206\u5F71\u50CF\u5716\u7247\u7531 Regent Seven Seas \u5B98\u65B9\u63D0\u4F9B\uFF09\",variant:\"CxvOU4feC\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-jxrczk\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MH1yvTonM:{y:(componentViewport?.y||0)+0+5389+0},XNObM2_du:{y:(componentViewport?.y||0)+0+4074.6+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:214,width:`min(${componentViewport?.width||\"100vw\"}, 1344px)`,y:(componentViewport?.y||0)+0+5759+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-10bt2la-container\",nodeId:\"pZxBULMAy\",scopeId:\"Mo3Gtrlaj\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MH1yvTonM:{variant:\"Ls_99FSMn\"},XNObM2_du:{variant:\"LKsFvWEWh\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"pZxBULMAy\",layoutId:\"pZxBULMAy\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"AOGzWxSWX\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-iWLRp.framer-1p9ona1, .framer-iWLRp .framer-1p9ona1 { display: block; }\",\".framer-iWLRp.framer-hg0krn { align-content: center; align-items: center; background-color: #eeebe8; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1024px; }\",\".framer-iWLRp .framer-40fbky { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 8; }\",\".framer-iWLRp .framer-ngxrhx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1344px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-iWLRp .framer-17450e7-container, .framer-iWLRp .framer-yh4ck0-container, .framer-iWLRp .framer-sf2vba-container, .framer-iWLRp .framer-1dyfuhj-container, .framer-iWLRp .framer-lfkt87-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-iWLRp .framer-c4tgpu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 140px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-iWLRp .framer-hr6d2q-container { aspect-ratio: 1.5753846153846154 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 650px); position: relative; width: 100%; }\",\".framer-iWLRp .framer-1hbs6yp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: center; max-width: 1344px; overflow: hidden; padding: 60px 96px 30px 96px; position: relative; width: 100%; }\",\".framer-iWLRp .framer-13kz14c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-iWLRp .framer-1tyggcx, .framer-iWLRp .framer-jdde0r { --border-bottom-width: 0px; --border-color: #888888; --border-left-width: 0px; --border-right-width: 1px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-iWLRp .framer-137o720, .framer-iWLRp .framer-12lzu9b, .framer-iWLRp .framer-1gdrdum, .framer-iWLRp .framer-ueroku, .framer-iWLRp .framer-1auger5, .framer-iWLRp .framer-enb4b7, .framer-iWLRp .framer-31jqei, .framer-iWLRp .framer-1hoxj23, .framer-iWLRp .framer-2csw2s { --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-iWLRp .framer-u8h1wu { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-iWLRp .framer-xhfbhc { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-iWLRp .framer-9esj82, .framer-iWLRp .framer-gxbk1z, .framer-iWLRp .framer-1q5scg6, .framer-iWLRp .framer-3fzcu6, .framer-iWLRp .framer-7is7nf, .framer-iWLRp .framer-1lxxdhd { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-iWLRp .framer-3k20n7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 1344px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-iWLRp .framer-17d176z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 1344px; overflow: hidden; padding: 0px 96px 0px 96px; position: relative; width: 100%; }\",\".framer-iWLRp .framer-16nv5b8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 32px; position: relative; width: 100%; }\",\".framer-iWLRp .framer-f3qybl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 1344px; overflow: hidden; padding: 0px 96px 32px 96px; position: relative; width: 100%; }\",\".framer-iWLRp .framer-1l1q7jw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 48px 32px 32px 32px; position: relative; width: 100%; }\",\".framer-iWLRp .framer-h80iqu { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 32px 0px 32px 0px; position: relative; width: 100%; }\",\".framer-iWLRp .framer-1228s80 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1344px; overflow: hidden; padding: 0px 96px 0px 96px; position: relative; width: 100%; }\",\".framer-iWLRp .framer-a9g1u8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 30%; }\",\".framer-iWLRp .framer-e4qmad { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-iWLRp .framer-12ujodp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1344px; overflow: hidden; padding: 0px 96px 0px 96px; position: relative; width: 100%; }\",\".framer-iWLRp .framer-vp23an { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 32px; position: relative; width: 100%; }\",\".framer-iWLRp .framer-7oqs5a { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-iWLRp .framer-kofr9l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-iWLRp .framer-e8a3m7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: 343px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-iWLRp .framer-q9a905 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 55%; }\",\".framer-iWLRp .framer-qiumjr-container { aspect-ratio: 1.3333333333333333 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 343px); position: relative; width: 100%; }\",\".framer-iWLRp .framer-ko4y3a { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 100%; justify-content: flex-start; padding: 16px 16px 0px 0px; position: relative; width: 1px; }\",\".framer-iWLRp .framer-pjehnv, .framer-iWLRp .framer-j4cgip { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 95%; word-break: break-word; word-wrap: break-word; }\",\".framer-iWLRp .framer-19ql2og { align-content: center; align-items: center; background-color: #eeebe8; box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 60px 0px 60px 0px; position: relative; width: 100%; }\",\".framer-iWLRp .framer-jxrczk { align-content: center; align-items: center; background-color: #000000; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-iWLRp .framer-10bt2la-container { flex: none; height: auto; max-width: 1344px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-iWLRp.framer-hg0krn, .framer-iWLRp .framer-40fbky, .framer-iWLRp .framer-ngxrhx, .framer-iWLRp .framer-c4tgpu, .framer-iWLRp .framer-1hbs6yp, .framer-iWLRp .framer-13kz14c, .framer-iWLRp .framer-1tyggcx, .framer-iWLRp .framer-jdde0r, .framer-iWLRp .framer-u8h1wu, .framer-iWLRp .framer-xhfbhc, .framer-iWLRp .framer-3k20n7, .framer-iWLRp .framer-17d176z, .framer-iWLRp .framer-16nv5b8, .framer-iWLRp .framer-f3qybl, .framer-iWLRp .framer-1l1q7jw, .framer-iWLRp .framer-h80iqu, .framer-iWLRp .framer-1228s80, .framer-iWLRp .framer-a9g1u8, .framer-iWLRp .framer-e4qmad, .framer-iWLRp .framer-12ujodp, .framer-iWLRp .framer-vp23an, .framer-iWLRp .framer-7oqs5a, .framer-iWLRp .framer-kofr9l, .framer-iWLRp .framer-e8a3m7, .framer-iWLRp .framer-q9a905, .framer-iWLRp .framer-ko4y3a, .framer-iWLRp .framer-19ql2og, .framer-iWLRp .framer-jxrczk { gap: 0px; } .framer-iWLRp.framer-hg0krn > *, .framer-iWLRp .framer-1tyggcx > *, .framer-iWLRp .framer-jdde0r > *, .framer-iWLRp .framer-u8h1wu > *, .framer-iWLRp .framer-h80iqu > *, .framer-iWLRp .framer-12ujodp > *, .framer-iWLRp .framer-19ql2og > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-iWLRp.framer-hg0krn > :first-child, .framer-iWLRp .framer-1hbs6yp > :first-child, .framer-iWLRp .framer-1tyggcx > :first-child, .framer-iWLRp .framer-jdde0r > :first-child, .framer-iWLRp .framer-u8h1wu > :first-child, .framer-iWLRp .framer-3k20n7 > :first-child, .framer-iWLRp .framer-17d176z > :first-child, .framer-iWLRp .framer-16nv5b8 > :first-child, .framer-iWLRp .framer-f3qybl > :first-child, .framer-iWLRp .framer-1l1q7jw > :first-child, .framer-iWLRp .framer-h80iqu > :first-child, .framer-iWLRp .framer-12ujodp > :first-child, .framer-iWLRp .framer-7oqs5a > :first-child, .framer-iWLRp .framer-ko4y3a > :first-child, .framer-iWLRp .framer-19ql2og > :first-child { margin-top: 0px; } .framer-iWLRp.framer-hg0krn > :last-child, .framer-iWLRp .framer-1hbs6yp > :last-child, .framer-iWLRp .framer-1tyggcx > :last-child, .framer-iWLRp .framer-jdde0r > :last-child, .framer-iWLRp .framer-u8h1wu > :last-child, .framer-iWLRp .framer-3k20n7 > :last-child, .framer-iWLRp .framer-17d176z > :last-child, .framer-iWLRp .framer-16nv5b8 > :last-child, .framer-iWLRp .framer-f3qybl > :last-child, .framer-iWLRp .framer-1l1q7jw > :last-child, .framer-iWLRp .framer-h80iqu > :last-child, .framer-iWLRp .framer-12ujodp > :last-child, .framer-iWLRp .framer-7oqs5a > :last-child, .framer-iWLRp .framer-ko4y3a > :last-child, .framer-iWLRp .framer-19ql2og > :last-child { margin-bottom: 0px; } .framer-iWLRp .framer-40fbky > *, .framer-iWLRp .framer-ngxrhx > *, .framer-iWLRp .framer-c4tgpu > *, .framer-iWLRp .framer-13kz14c > *, .framer-iWLRp .framer-1228s80 > *, .framer-iWLRp .framer-a9g1u8 > *, .framer-iWLRp .framer-e4qmad > *, .framer-iWLRp .framer-vp23an > *, .framer-iWLRp .framer-q9a905 > *, .framer-iWLRp .framer-jxrczk > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-iWLRp .framer-40fbky > :first-child, .framer-iWLRp .framer-ngxrhx > :first-child, .framer-iWLRp .framer-c4tgpu > :first-child, .framer-iWLRp .framer-13kz14c > :first-child, .framer-iWLRp .framer-xhfbhc > :first-child, .framer-iWLRp .framer-1228s80 > :first-child, .framer-iWLRp .framer-a9g1u8 > :first-child, .framer-iWLRp .framer-e4qmad > :first-child, .framer-iWLRp .framer-vp23an > :first-child, .framer-iWLRp .framer-kofr9l > :first-child, .framer-iWLRp .framer-e8a3m7 > :first-child, .framer-iWLRp .framer-q9a905 > :first-child, .framer-iWLRp .framer-jxrczk > :first-child { margin-left: 0px; } .framer-iWLRp .framer-40fbky > :last-child, .framer-iWLRp .framer-ngxrhx > :last-child, .framer-iWLRp .framer-c4tgpu > :last-child, .framer-iWLRp .framer-13kz14c > :last-child, .framer-iWLRp .framer-xhfbhc > :last-child, .framer-iWLRp .framer-1228s80 > :last-child, .framer-iWLRp .framer-a9g1u8 > :last-child, .framer-iWLRp .framer-e4qmad > :last-child, .framer-iWLRp .framer-vp23an > :last-child, .framer-iWLRp .framer-kofr9l > :last-child, .framer-iWLRp .framer-e8a3m7 > :last-child, .framer-iWLRp .framer-q9a905 > :last-child, .framer-iWLRp .framer-jxrczk > :last-child { margin-right: 0px; } .framer-iWLRp .framer-1hbs6yp > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } .framer-iWLRp .framer-xhfbhc > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-iWLRp .framer-3k20n7 > *, .framer-iWLRp .framer-17d176z > *, .framer-iWLRp .framer-f3qybl > *, .framer-iWLRp .framer-ko4y3a > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-iWLRp .framer-16nv5b8 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-iWLRp .framer-1l1q7jw > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-iWLRp .framer-7oqs5a > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-iWLRp .framer-kofr9l > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-iWLRp .framer-e8a3m7 > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,'.framer-iWLRp[data-border=\"true\"]::after, .framer-iWLRp [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: 640px) and (max-width: 1023px) { .framer-iWLRp.framer-hg0krn { width: 640px; } .framer-iWLRp .framer-c4tgpu { padding: 120px 0px 0px 0px; } .framer-iWLRp .framer-hr6d2q-container { height: var(--framer-aspect-ratio-supported, 406px); } .framer-iWLRp .framer-1hbs6yp { padding: 60px 16px 32px 16px; } .framer-iWLRp .framer-17d176z { gap: 0px; padding: 0px 32px 0px 32px; } .framer-iWLRp .framer-16nv5b8 { padding: 16px 32px 16px 32px; } .framer-iWLRp .framer-f3qybl { gap: 0px; padding: 0px 32px 32px 32px; } .framer-iWLRp .framer-1l1q7jw { padding: 32px 32px 16px 32px; } .framer-iWLRp .framer-h80iqu { padding: 24px 0px 24px 0px; } .framer-iWLRp .framer-1228s80 { flex-direction: column; gap: 16px; padding: 0px 32px 0px 32px; } .framer-iWLRp .framer-a9g1u8 { justify-content: center; width: 100%; } .framer-iWLRp .framer-e4qmad { flex: none; width: 100%; } .framer-iWLRp .framer-12ujodp { padding: 0px 32px 0px 32px; } .framer-iWLRp .framer-e8a3m7 { flex-direction: column; height: min-content; padding: 16px 0px 0px 0px; } .framer-iWLRp .framer-q9a905 { width: 90%; } .framer-iWLRp .framer-qiumjr-container { height: var(--framer-aspect-ratio-supported, 389px); } .framer-iWLRp .framer-ko4y3a { flex: none; height: min-content; padding: 16px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-iWLRp .framer-17d176z, .framer-iWLRp .framer-f3qybl, .framer-iWLRp .framer-1228s80, .framer-iWLRp .framer-e8a3m7 { gap: 0px; } .framer-iWLRp .framer-17d176z > *, .framer-iWLRp .framer-f3qybl > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-iWLRp .framer-17d176z > :first-child, .framer-iWLRp .framer-f3qybl > :first-child, .framer-iWLRp .framer-1228s80 > :first-child, .framer-iWLRp .framer-e8a3m7 > :first-child { margin-top: 0px; } .framer-iWLRp .framer-17d176z > :last-child, .framer-iWLRp .framer-f3qybl > :last-child, .framer-iWLRp .framer-1228s80 > :last-child, .framer-iWLRp .framer-e8a3m7 > :last-child { margin-bottom: 0px; } .framer-iWLRp .framer-1228s80 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-iWLRp .framer-e8a3m7 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }}\",\"@media (max-width: 639px) { .framer-iWLRp.framer-hg0krn { width: 320px; } .framer-iWLRp .framer-40fbky, .framer-iWLRp .framer-jxrczk { flex-direction: column; } .framer-iWLRp .framer-c4tgpu { padding: 90px 0px 0px 0px; } .framer-iWLRp .framer-hr6d2q-container { height: var(--framer-aspect-ratio-supported, 203px); } .framer-iWLRp .framer-1hbs6yp { padding: 32px 2px 16px 2px; } .framer-iWLRp .framer-137o720, .framer-iWLRp .framer-12lzu9b, .framer-iWLRp .framer-1gdrdum, .framer-iWLRp .framer-ueroku, .framer-iWLRp .framer-1auger5, .framer-iWLRp .framer-enb4b7 { white-space: pre; width: auto; } .framer-iWLRp .framer-17d176z, .framer-iWLRp .framer-12ujodp, .framer-iWLRp .framer-vp23an, .framer-iWLRp .framer-19ql2og { padding: 0px; } .framer-iWLRp .framer-16nv5b8 { gap: 8px; padding: 0px 5px 8px 5px; } .framer-iWLRp .framer-f3qybl { padding: 0px 0px 16px 0px; } .framer-iWLRp .framer-1l1q7jw { padding: 8px; } .framer-iWLRp .framer-h80iqu { padding: 16px 0px 16px 0px; } .framer-iWLRp .framer-1228s80 { flex-direction: column; gap: 16px; padding: 0px 8px 0px 8px; } .framer-iWLRp .framer-a9g1u8 { justify-content: center; width: 100%; } .framer-iWLRp .framer-e4qmad { flex: none; width: 100%; } .framer-iWLRp .framer-1lxxdhd { height: 60px; order: 0; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-iWLRp .framer-e8a3m7 { flex-direction: column; gap: 16px; height: min-content; padding: 8px 0px 0px 0px; } .framer-iWLRp .framer-q9a905 { width: 95%; } .framer-iWLRp .framer-qiumjr-container { height: var(--framer-aspect-ratio-supported, 228px); } .framer-iWLRp .framer-ko4y3a { flex: none; gap: 8px; height: min-content; padding: 16px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-iWLRp .framer-40fbky, .framer-iWLRp .framer-16nv5b8, .framer-iWLRp .framer-1228s80, .framer-iWLRp .framer-e8a3m7, .framer-iWLRp .framer-ko4y3a, .framer-iWLRp .framer-jxrczk { gap: 0px; } .framer-iWLRp .framer-40fbky > *, .framer-iWLRp .framer-jxrczk > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-iWLRp .framer-40fbky > :first-child, .framer-iWLRp .framer-16nv5b8 > :first-child, .framer-iWLRp .framer-1228s80 > :first-child, .framer-iWLRp .framer-e8a3m7 > :first-child, .framer-iWLRp .framer-ko4y3a > :first-child, .framer-iWLRp .framer-jxrczk > :first-child { margin-top: 0px; } .framer-iWLRp .framer-40fbky > :last-child, .framer-iWLRp .framer-16nv5b8 > :last-child, .framer-iWLRp .framer-1228s80 > :last-child, .framer-iWLRp .framer-e8a3m7 > :last-child, .framer-iWLRp .framer-ko4y3a > :last-child, .framer-iWLRp .framer-jxrczk > :last-child { margin-bottom: 0px; } .framer-iWLRp .framer-16nv5b8 > *, .framer-iWLRp .framer-ko4y3a > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-iWLRp .framer-1228s80 > *, .framer-iWLRp .framer-e8a3m7 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3137\n * @framerIntrinsicWidth 1024\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"MH1yvTonM\":{\"layout\":[\"fixed\",\"auto\"]},\"XNObM2_du\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"fgUVWUdQL\":{\"pattern\":\":fgUVWUdQL\",\"name\":\"price\"}}\n * @framerResponsiveScreen\n */const FramerMo3Gtrlaj=withCSS(Component,css,\"framer-iWLRp\");export default FramerMo3Gtrlaj;FramerMo3Gtrlaj.displayName=\"main\";FramerMo3Gtrlaj.defaultProps={height:3137,width:1024};addFonts(FramerMo3Gtrlaj,[{explicitInter:true,fonts:[{family:\"Noto Sans TC\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosanstc/v36/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz76Cy_C9Otma3uNQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"Noto Serif TC\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notoseriftc/v32/XLYzIZb5bJNDGYxLBibeHZ0BnHwmuanx8cUaGX_aN-pGOWYMr2OM.woff2\",weight:\"800\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Noto Sans TC Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/DbDPuAzgMD71AgqnZLlHnYsEKs.woff2\"},{family:\"Noto Serif TC Black\",source:\"custom\",url:\"https://framerusercontent.com/assets/3O33owXAOVO5me4HAnmr8jF0T6g.woff2\"}]},...HeaderFonts,...HeroFonts,...CruiseDetailFonts,...UrlParamReaderFonts,...LogoFonts,...CallToActionFonts,...CopyrightFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...componentPresets.fonts?.[\"SXoHfZHu2\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"SXoHfZHu2\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerMo3Gtrlaj\",\"slots\":[],\"annotations\":{\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MH1yvTonM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XNObM2_du\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"3137\",\"framerIntrinsicWidth\":\"1024\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerScrollSections\":\"{\\\"fgUVWUdQL\\\":{\\\"pattern\\\":\\\":fgUVWUdQL\\\",\\\"name\\\":\\\"price\\\"}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["CruiseDetail", "cruiseDetailList", "setcruiseDetailList", "ye", "ue", "urlPath", "window", "cruiseCode", "token", "getFilemakerToken", "cruiseDt", "getCruisesDetail", "logOut", "logout", "config", "formatTime", "timeString", "rawHours", "hours", "minutes", "formatDate", "dateString", "date", "u", "l", "p", "pr", "i", "UrlParamReader", "cruisePriceList", "setCruisePriceList", "ye", "ue", "urlPath", "window", "cruiseCode", "token", "getFilemakerToken", "cruiseDt", "getCruisesPrice", "logOut", "logout", "config", "data", "transformKeys", "obj", "acc", "key", "newKey", "transformedData", "item", "p", "l", "u", "pr", "i", "HeaderFonts", "getFonts", "iqOLsDv1K_default", "HeroFonts", "E43FRYYFv_default", "CruiseDetailFonts", "CruiseDetail", "UrlParamReaderFonts", "UrlParamReader", "LogoFonts", "Logo", "CallToActionFonts", "gQkGt046Z_default", "CopyrightFonts", "Rh423yc8M_default", "FooterFonts", "iaB4OmoHW_default", "breakpoints", "serializationHash", "variantClassNames", "toString", "value", "equals", "a", "b", "negate", "numberToString", "options", "activeLocale", "fallbackLocale", "locale", "useGrouping", "notation", "compactDisplay", "style", "currency", "currencyDisplay", "unit", "unitDisplay", "minimumFractionDigits", "maximumFractionDigits", "minimumIntegerDigits", "formatOptions", "number", "isSet", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "gy5xQKQaY_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "className", "layoutId", "variant", "CXSv2u7PD", "dPAIkh31d", "FXowBmbSu", "TuG6ukZO2", "kz9tFvkVL", "sNQPtQHtc", "NIFtDAykgz2sE3kpXj", "Majf_WFsUkdYu4Vfno", "H9HLcg3NukdYu4Vfno", "CPwCdcrtEkdYu4Vfno", "aj5FEljjCkdYu4Vfno", "TFB7YxXJ9kdYu4Vfno", "idkdYu4Vfno", "hRIeCzNQ9", "TRAq1snzU", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "textContent", "visible", "activeLocaleCode", "useLocaleCode", "textContent1", "visible1", "visible2", "elementId", "useRouteElementId", "ref1", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "iqOLsDv1K_default", "E43FRYYFv_default", "x", "RichText2", "ComponentPresetsProvider", "CruiseDetail", "UrlParamReader", "ChildrenCanSuspend", "RMOh7zYrV_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "Link", "Logo", "ResolveLinks", "resolvedLinks", "gQkGt046Z_default", "Rh423yc8M_default", "iaB4OmoHW_default", "css", "FramerMo3Gtrlaj", "withCSS", "Mo3Gtrlaj_default", "addFonts", "HeaderFonts", "HeroFonts", "CruiseDetailFonts", "UrlParamReaderFonts", "LogoFonts", "CallToActionFonts", "CopyrightFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
