{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/Dg3VLG38uR3VT5RL1CUM/JfuuwY8B7bdCFmuFdZLj/CMS_Image_100_.js", "ssg:https://framerusercontent.com/modules/xE8O064xgNoAEeKKJP17/vrHmuVd3bTokV2sU48q9/Right_Aligned_Turncade_Text.js", "ssg:https://framerusercontent.com/modules/M9t5o78TMDYxrMzbY0sy/KyczVGAGhmdSoG9MzRTs/Scroll_Progress.js", "ssg:https://framerusercontent.com/modules/WdjvhbcpibNhgnTPbBk9/ZEQUaFqdySkY1eB7OygP/SocialShare.js", "ssg:https://framer.com/m/Framestack-SOWL.js@uaBGH0RSxo4YBCxquaGO", "ssg:https://framerusercontent.com/modules/AWhuHRZWdL4vpFeOYIVl/zkLzhp4bYAFHSMCiSmef/TableOfContents.js", "ssg:https://framerusercontent.com/modules/CHZGrDnU5KK3lVtdI4JB/snrzzFDUmzioQoBffTfE/componentPresets.js", "ssg:https://framerusercontent.com/modules/oCO2v0FJxqfT2xYvkqNX/uRfJIwWBLzm5qmbCOI8Q/fggrKvdcJ.js", "ssg:https://framerusercontent.com/modules/HF3oXbkUpayA1YiP74tl/65ARNgD09zxcXf29MyPq/hkiPUcP5U.js", "ssg:https://framerusercontent.com/modules/uvJi36gtDmaXMul691u7/QUpDklMD7eOoyzCFQIxr/KOdLWc0H9.js", "ssg:https://framerusercontent.com/modules/5FKYYscHuXyucmh9tk9c/PlwmYrdeayLv2KSpfn2Q/LjGGA8jxW.js", "ssg:https://framerusercontent.com/modules/yEzxEhzlu14pceiSXWU6/kKPr46chyqsYv7d3niO2/MFuRTToes.js", "ssg:https://framerusercontent.com/modules/2JAdti7s7XsDsdN0hqk8/1VqzTYWiIZsvCAxJVTCT/mndP9Uu3E.js", "ssg:https://framerusercontent.com/modules/UZgWR4z9PqQrAs8qHs91/UoNsPvYpqSrYwM8DbzQZ/T3xLcqA9i.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";const imageRadius=24;export function CMSContentImageRadius(Component){return props=>{return /*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"style\",{children:`.${props.className} img {\n                    border-radius: ${imageRadius}px;\n                    max-width: 100%;\n                    width: 100%;\n                }`}),/*#__PURE__*/_jsx(Component,{...props})]});};}\nexport const __FramerMetadata__ = {\"exports\":{\"CMSContentImageRadius\":{\"type\":\"reactHoc\",\"name\":\"CMSContentImageRadius\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CMS_Image_100_.map", "import{jsx as _jsx}from\"react/jsx-runtime\";const truncatedTextPrefix=\"Lines:\"// Prefix the layer name with this to set the line limit\n;export function TruncatedText(Component){return props=>{const name=props[\"data-framer-name\"];if(name===null||name===void 0?void 0:name.startsWith(truncatedTextPrefix)){const lines=name.replace(new RegExp(\"^\"+truncatedTextPrefix),\"\").trim();return /*#__PURE__*/_jsx(Component,{...props,style:{...props.style,display:\"-webkit-box\",WebkitLineClamp:lines,WebkitBoxOrient:\"vertical\",overflow:\"hidden\",textOverflow:\"ellipsis\",textAlign:\"right\"}});}return /*#__PURE__*/_jsx(Component,{...props});};}\nexport const __FramerMetadata__ = {\"exports\":{\"TruncatedText\":{\"type\":\"reactHoc\",\"name\":\"TruncatedText\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Right_Aligned_Turncade_Text.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useState,useEffect,useRef}from\"react\";export function withProgress(Component){return props=>{const[progress,setProgress]=useState(0);const[isScrolling,setIsScrolling]=useState(false);const prevScrollY=useRef(0);useEffect(()=>{const calculateProgress=()=>{const startEl=document.getElementById(\"start\");const endEl=document.getElementById(\"end\");if(startEl&&endEl){const sectionHeight=endEl.offsetTop-startEl.offsetTop;const scrollDistance=window.pageYOffset||document.documentElement.scrollTop;const sectionScrollDistance=scrollDistance-startEl.offsetTop;const sectionProgress=sectionScrollDistance/sectionHeight*100;setProgress(sectionProgress);}};const handleScroll=()=>{const scrollY=window.pageYOffset||document.documentElement.scrollTop;if(scrollY!==prevScrollY.current){prevScrollY.current=scrollY;calculateProgress();setIsScrolling(true);}};const handleScrollEnd=()=>{setIsScrolling(false);};calculateProgress();window.addEventListener(\"scroll\",handleScroll);window.addEventListener(\"scrollend\",handleScrollEnd);return()=>{window.removeEventListener(\"scroll\",handleScroll);window.removeEventListener(\"scrollend\",handleScrollEnd);};},[]);return /*#__PURE__*/_jsx(Component,{...props,style:{width:`${progress}%`,transition:isScrolling?\"none\":\"width 0.5s ease-in-out\"}});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withProgress\":{\"type\":\"reactHoc\",\"name\":\"withProgress\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Scroll_Progress.map", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useEffect,useState}from\"react\";import{addPropertyControls,ControlType,Color}from\"framer\";const BRAND_COLORS={facebook:\"#0866FF\",twitter:\"#000\",linkedIn:\"#0A66C2\",reddit:\"#FF4500\",pinterest:\"#BD081C\",whatsApp:\"#25D366\",email:\"#000\",copyUrl:\"#000\"};const PLATFORM_NAMES=[\"Facebook\",\"Twitter / X\",\"LinkedIn\",\"Reddit\",\"Pinterest\",\"WhatsApp\",\"Email\",\"Copy URL\"];export default function SocialShare(props){const{type,colors,iconSize,border}=props;const[shareUrl,setShareUrl]=useState(props.shareLink==\"url\"?props.shareUrl:\"\");const encodedUrl=encodeURIComponent(shareUrl);const borderRadius=props.radiusIsMixed?`${props.radiusTopLeft}px ${props.radiusTopRight}px ${props.radiusBottomRight}px ${props.radiusBottomLeft}px`:`${props.radius}px`;useEffect(()=>{if(props.shareLink==\"currentPage\"){setShareUrl(window.location.href);}},[]);let linkUrl=\"\";switch(type){case\"facebook\":linkUrl=`https://www.facebook.com/sharer/sharer.php?u=${encodedUrl}`;break;case\"twitter\":linkUrl=`https://twitter.com/share?url=${encodedUrl}`;break;case\"linkedIn\":linkUrl=`https://www.linkedin.com/sharing/share-offsite/?url=${encodedUrl}`;break;case\"reddit\":linkUrl=`https://www.reddit.com/submit?url=${encodedUrl}`;break;case\"pinterest\":linkUrl=`https://pinterest.com/pin/create/link/?url=${encodedUrl}`;break;case\"whatsApp\":linkUrl=`https://wa.me/?text=${encodedUrl}`;break;case\"email\":linkUrl=`mailto:?body=${encodedUrl}`;break;}const copyToClipboard=()=>{navigator.clipboard.writeText(shareUrl).then(()=>{alert(\"URL copied to clipboard!\");}).catch(err=>{alert(\"Failed to copy URL\");});};return /*#__PURE__*/_jsxs(\"a\",{href:linkUrl.length?linkUrl:undefined,target:\"_blank\",\"aria-label\":PLATFORM_NAMES[type],onClick:type==\"copyUrl\"&&copyToClipboard,style:{display:\"flex\",alignItems:\"center\",justifyContent:\"center\",backgroundColor:colors.fillColorType==\"custom\"?colors.fillColor:Color.toString(Color.alpha(Color(BRAND_COLORS[type]),colors.fillOpacity)),borderRadius:borderRadius,padding:props.paddingIsMixed?`${props.paddingTop}px ${props.paddingRight}px ${props.paddingBottom}px ${props.paddingLeft}px`:`${props.padding}px`,cursor:\"pointer\",...props.style},children:[/*#__PURE__*/_jsx(SocialIcon,{type:type,size:iconSize,color:colors.iconColorType==\"custom\"?colors.iconColor:BRAND_COLORS[type],customIcon:props.customIcon}),border&&/*#__PURE__*/_jsx(\"div\",{style:{position:\"absolute\",inset:0,borderWidth:border.widthIsMixed?`${border.widthTop}px ${border.widthRight}px ${border.widthBottom}px ${border.widthLeft}px`:`${border.width}px`,borderStyle:border.style,borderColor:border.colorType==\"custom\"?border.color:BRAND_COLORS[type],borderRadius:borderRadius,pointerEvents:\"none\"}})]});}SocialShare.displayName=\"Social Share\";addPropertyControls(SocialShare,{shareLink:{type:ControlType.Enum,defaultValue:\"currentPage\",options:[\"currentPage\",\"url\"],optionTitles:[\"Current Page\",\"Custom URL\"],displaySegmentedControl:true,segmentedControlDirection:\"vertical\"},shareUrl:{type:ControlType.String,defaultValue:\"\",placeholder:\"https://example.com\",title:\"URL\",hidden:props=>props.shareLink!=\"url\"},type:{type:ControlType.Enum,defaultValue:\"facebook\",options:[\"facebook\",\"twitter\",\"linkedIn\",\"reddit\",\"pinterest\",\"whatsApp\",\"email\",\"copyUrl\"],optionTitles:PLATFORM_NAMES,title:\"Platform\"},colors:{type:ControlType.Object,buttonTitle:\"Icon & Fill\",controls:{iconColorType:{type:ControlType.Enum,defaultValue:\"custom\",options:[\"brand\",\"custom\"],optionTitles:[\"Brand\",\"Custom\"],displaySegmentedControl:true,title:\"Icon Color\"},iconColor:{type:ControlType.Color,defaultValue:\"#FFF\",hidden:props=>props.iconColorType!=\"custom\",title:\" \"},fillColorType:{type:ControlType.Enum,defaultValue:\"brand\",options:[\"brand\",\"custom\"],optionTitles:[\"Brand\",\"Custom\"],displaySegmentedControl:true,title:\"Fill\"},fillColor:{type:ControlType.Color,defaultValue:\"#000\",optional:true,hidden:props=>props.fillColorType!=\"custom\",title:\" \"},fillOpacity:{type:ControlType.Number,defaultValue:1,min:0,max:1,step:.01,hidden:props=>props.fillColorType!=\"brand\"}}},iconSize:{type:ControlType.Number,defaultValue:24,min:1,step:1},radius:{type:ControlType.FusedNumber,defaultValue:8,toggleKey:\"radiusIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"radiusTopLeft\",\"radiusTopRight\",\"radiusBottomRight\",\"radiusBottomLeft\"],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],min:0},padding:{type:ControlType.FusedNumber,defaultValue:12,toggleKey:\"paddingIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},border:{type:ControlType.Object,optional:true,controls:{colorType:{type:ControlType.Enum,defaultValue:\"brand\",options:[\"brand\",\"custom\"],optionTitles:[\"Brand\",\"Custom\"],displaySegmentedControl:true,title:\"Color\"},color:{type:ControlType.Color,defaultValue:\"#FFF\",title:\" \",hidden:props=>props.colorType!=\"custom\"},width:{type:ControlType.FusedNumber,defaultValue:1,toggleKey:\"widthIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"widthTop\",\"widthRight\",\"widthBottom\",\"widthLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},style:{type:ControlType.Enum,defaultValue:\"solid\",options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"Double\"]}}},customIcon:{type:ControlType.Object,optional:true,buttonTitle:\"Icon\",controls:{type:{type:ControlType.Enum,defaultValue:\"svg\",options:[\"svg\",\"image\"],optionTitles:[\"SVG\",\"Image\"],displaySegmentedControl:true},svg:{type:ControlType.String,placeholder:\"<svg></svg>\",displayTextArea:true,title:\"SVG\",hidden:props=>props.type!=\"svg\"},image:{type:ControlType.ResponsiveImage,hidden:props=>props.type!=\"image\"},sizing:{type:ControlType.Enum,defaultValue:\"cover\",options:[\"cover\",\"contain\",\"fill\"],optionTitles:[\"Fill\",\"Fit\",\"Stretch\"],hidden:props=>props.type!=\"image\"},opacity:{type:ControlType.Number,defaultValue:1,min:0,max:1,step:.01}}}});function SocialIcon(props){const{size,color,customIcon}=props;const contents=[];let fill=true;let stroke=false;if(customIcon){if(customIcon.type==\"svg\"){return /*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"div\",{className:\"superfields-social-share-icon\",style:{width:size,height:size,opacity:customIcon.opacity,color:color,pointerEvents:\"none\"},dangerouslySetInnerHTML:customIcon.type==\"svg\"?{__html:customIcon.svg.replace(/width=\"(\\d+)\"/,`width=\"${size}\"`).replace(/height=\"(\\d+)\"/,`width=\"${size}\"`)}:undefined}),(customIcon===null||customIcon===void 0?void 0:customIcon.type)==\"svg\"&&/*#__PURE__*/_jsx(\"style\",{children:`.superfields-social-share-icon svg { display: block; }`})]});}else if(customIcon.type==\"image\"){var _customIcon_image,_customIcon_image1;return /*#__PURE__*/_jsx(\"img\",{src:(_customIcon_image=customIcon.image)===null||_customIcon_image===void 0?void 0:_customIcon_image.src,alt:(_customIcon_image1=customIcon.image)===null||_customIcon_image1===void 0?void 0:_customIcon_image1.alt,style:{display:\"block\",width:size,height:size,opacity:customIcon.opacity,color:color,objectFit:customIcon.sizing,objectPosition:\"center\",pointerEvents:\"none\"}});}}switch(props.type){case\"facebook\":contents.push(/*#__PURE__*/_jsx(\"path\",{d:\"M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z\"}));break;case\"twitter\":contents.push(/*#__PURE__*/_jsx(\"path\",{d:\"M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z\"}));break;case\"linkedIn\":contents.push(/*#__PURE__*/_jsx(\"path\",{d:\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"}));break;case\"reddit\":contents.push(/*#__PURE__*/_jsx(\"path\",{d:\"M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0zm5.01 4.744c.688 0 1.25.561 1.25 1.249a1.25 1.25 0 0 1-2.498.056l-2.597-.547-.8 3.747c1.824.07 3.48.632 4.674 1.488.308-.309.73-.491 1.207-.491.968 0 1.754.786 1.754 1.754 0 .716-.435 1.333-1.01 1.614a3.111 3.111 0 0 1 .042.52c0 2.694-3.13 4.87-7.004 4.87-3.874 0-7.004-2.176-7.004-4.87 0-.183.015-.366.043-.534A1.748 1.748 0 0 1 4.028 12c0-.968.786-1.754 1.754-1.754.463 0 .898.196 1.207.49 1.207-.883 2.878-1.43 4.744-1.487l.885-4.182a.342.342 0 0 1 .14-.197.35.35 0 0 1 .238-.042l2.906.617a1.214 1.214 0 0 1 1.108-.701zM9.25 12C8.561 12 8 12.562 8 13.25c0 .687.561 1.248 1.25 1.248.687 0 1.248-.561 1.248-1.249 0-.688-.561-1.249-1.249-1.249zm5.5 0c-.687 0-1.248.561-1.248 1.25 0 .687.561 1.248 1.249 1.248.688 0 1.249-.561 1.249-1.249 0-.687-.562-1.249-1.25-1.249zm-5.466 3.99a.327.327 0 0 0-.231.094.33.33 0 0 0 0 .463c.842.842 2.484.913 2.961.913.477 0 2.105-.056 2.961-.913a.361.361 0 0 0 .029-.463.33.33 0 0 0-.464 0c-.547.533-1.684.73-2.512.73-.828 0-1.979-.196-2.512-.73a.326.326 0 0 0-.232-.095z\"}));break;case\"pinterest\":contents.push(/*#__PURE__*/_jsx(\"path\",{d:\"M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026L12.017 0z\"}));break;case\"whatsApp\":contents.push(/*#__PURE__*/_jsx(\"path\",{d:\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z\"}));break;case\"email\":contents.push(/*#__PURE__*/_jsx(\"path\",{d:\"M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10z\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M3 7l9 6l9 -6\"}));fill=false;stroke=true;break;case\"copyUrl\":contents.push(/*#__PURE__*/_jsx(\"path\",{d:\"M7 7m0 2.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667z\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M4.012 16.737a2.005 2.005 0 0 1 -1.012 -1.737v-10c0 -1.1 .9 -2 2 -2h10c.75 0 1.158 .385 1.5 1\"}));fill=false;stroke=true;break;}return /*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:size,height:size,viewBox:\"0 0 24 24\",color:color,\"stroke-width\":stroke?\"2\":undefined,stroke:stroke?\"currentColor\":undefined,fill:fill?\"currentColor\":\"none\",\"stroke-linecap\":\"round\",\"stroke-linejoin\":\"round\",style:{display:\"block\"},children:contents});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SocialShare\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SocialShare.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{ControlType}from\"framer\";export function Message({title,subtitle}){return /*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",backgroundColor:\"rgba(136, 85, 255, 0.1)\",borderRadius:6,border:\"1px dashed rgb(136, 85, 255)\",color:\"rgb(136, 85, 255)\",fontSize:12,padding:24},children:[/*#__PURE__*/_jsx(\"p\",{style:{margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"},children:title}),/*#__PURE__*/_jsx(\"p\",{style:{margin:0,opacity:.7,maxWidth:500,lineHeight:1.5,textAlign:\"center\"},children:subtitle})]});}export function borderProp({color=\"#222\"}){return{type:ControlType.Object,optional:true,controls:{color:{type:ControlType.Color,defaultValue:color},width:{type:ControlType.Padding,defaultValue:\"1px\"},style:{type:ControlType.Enum,defaultValue:\"solid\",options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"Double\"]}}};}export function Border({color,width,style,radius=\"inherit\"}){return /*#__PURE__*/_jsx(\"div\",{style:{position:\"absolute\",inset:0,borderColor:color,borderWidth:width,borderStyle:style,borderRadius:radius,pointerEvents:\"none\"}});}\nexport const __FramerMetadata__ = {\"exports\":{\"borderProp\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Message\":{\"type\":\"reactComponent\",\"name\":\"Message\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"Border\":{\"type\":\"reactComponent\",\"name\":\"Border\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Framestack.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{useEffect,useState,useRef,Children,useMemo}from\"react\";import{motion,LayoutGroup}from\"framer-motion\";import{borderProp,Border}from\"https://framer.com/m/Framestack-SOWL.js@uaBGH0RSxo4YBCxquaGO\";const LETTERS=\"abcdefghijklmnopqurstuvwxyz\";/**\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight auto\n * @framerIntrinsicWidth 300\n */export default function TableOfContents(props){const{content,title,includedHeadings,linking,fontColor,textMode,gap,topDistance,labels,highlight}=props;if(!content&&!title){return /*#__PURE__*/_jsx(\"div\",{style:props.style})// Get empty state from CMS Slideshow\n;// Connect a formatted text field to the Content variable to create a table of contents.\n}const[pt,pr,pb,pl]=parsePadding(highlight?highlight.padding:\"\");const[headings,setHeadings]=useState([]);const headingTitles=useMemo(()=>{var _content_props;const titles=[];const children=Children.toArray(content===null||content===void 0?void 0:(_content_props=content.props)===null||_content_props===void 0?void 0:_content_props.children);if(children===null||children===void 0?void 0:children.length){for(const child of children){if(includedHeadings[child.type]){const text=getTextFromReactElement(child);titles.push(text);}}}return titles;},[content]);const uniqueLayoutId=Math.random().toString();const itemsBeforeHeadings=useRef(0);const totalItems=useRef(0);const[activeIndex,setActiveIndex]=useState(0);const activeIndexRef=useRef(activeIndex);useEffect(()=>{var _content_props;const headingElements=[];const children=Children.toArray(content===null||content===void 0?void 0:(_content_props=content.props)===null||_content_props===void 0?void 0:_content_props.children);const contentElement=document.getElementById(props.contentId);if(contentElement){const headingsByType=[];for(let i=0;i<6;i++){if(props.includedHeadings[`h${i+1}`]){headingsByType.push(contentElement.querySelectorAll(`:scope > h${i+1}`));}}const headingCounts=[0,0,0,0,0,0];if((children===null||children===void 0?void 0:children.length)&&contentElement){for(const child of children){if(includedHeadings[child.type]){var _headingsByType_headingIndex;const headingIndex=Number(child.type.charAt(1))-1;const element=(_headingsByType_headingIndex=headingsByType[headingIndex])===null||_headingsByType_headingIndex===void 0?void 0:_headingsByType_headingIndex[headingCounts[headingIndex]];headingElements.push(element);headingCounts[headingIndex]++;}}}setHeadings(headingElements);const onScroll=()=>{let index=headingElements.findIndex(header=>(header===null||header===void 0?void 0:header.getBoundingClientRect().top)>topDistance||0);let docHeight=0;if(typeof document!==\"undefined\"){const main=document.querySelector(\"main\");if(main){var _main_firstElementChild_firstElementChild,_main_firstElementChild;var _main_firstElementChild_firstElementChild_offsetHeight;docHeight=(_main_firstElementChild_firstElementChild_offsetHeight=(_main_firstElementChild=main.firstElementChild)===null||_main_firstElementChild===void 0?void 0:(_main_firstElementChild_firstElementChild=_main_firstElementChild.firstElementChild)===null||_main_firstElementChild_firstElementChild===void 0?void 0:_main_firstElementChild_firstElementChild.offsetHeight)!==null&&_main_firstElementChild_firstElementChild_offsetHeight!==void 0?_main_firstElementChild_firstElementChild_offsetHeight:0;}else{docHeight=document.body.offsetHeight;}}if(window.scrollY<=0){// Top of page\nindex=0;}else if(Math.round(window.innerHeight+window.scrollY)>=docHeight){// Bottom of page\nindex=totalItems.current-1;}else if(index===-1){index=totalItems.current-1;}else if(index>0){index=index-1+itemsBeforeHeadings.current;}if(index!==activeIndexRef.current){const newIndex=index;setActiveIndex(newIndex);activeIndexRef.current=newIndex;}};window.addEventListener(\"scroll\",onScroll);return()=>{window.removeEventListener(\"scroll\",onScroll);};}},[content,title]);function onTitleButtonPress(){if(linking){window.scrollTo({top:0,behavior:linking.scrollMode==\"smooth\"?\"smooth\":undefined});}}function onHeadingButtonPress(index){if(linking){const element=headings[index];if(element){window.scrollTo({top:element.getBoundingClientRect().top+window.pageYOffset-linking.scrollOffset,behavior:linking.scrollMode==\"smooth\"?\"smooth\":undefined});}}}const buttons=[];let index=0;// Top item\nif(title.length>0){buttons.push({text:title,onButtonPress:onTitleButtonPress});index++;itemsBeforeHeadings.current=1;}for(let i=0;i<headingTitles.length;i++){buttons.push({text:headingTitles[i],onButtonPress:()=>onHeadingButtonPress(i)});index++;}totalItems.current=index;return /*#__PURE__*/_jsx(\"div\",{style:{// display: \"flex\",\n// flexDirection: \"column\",\ndisplay:\"grid\",gridTemplateColumns:labels?labels.position==\"left\"?\"max-content auto\":\"auto max-content\":\"100%\",rowGap:0,columnGap:labels===null||labels===void 0?void 0:labels.gap,userSelect:props.textSelect?\"auto\":\"none\",maxWidth:\"100%\",...props.font,...props.style},children:/*#__PURE__*/_jsx(LayoutGroup,{id:uniqueLayoutId,children:buttons.map((value,index)=>/*#__PURE__*/_jsxs(motion.div,{onClick:value.onButtonPress,animate:{color:index==activeIndex?fontColor.current:fontColor.default},whileHover:{color:index==activeIndex?fontColor.currentHover:fontColor.defaultHover},style:{position:\"relative\",display:\"grid\",gridTemplateColumns:\"subgrid\",alignItems:\"top\",gridColumn:labels?\"span 2\":undefined,padding:`${index==0?pt:gap/2}px ${pr}px ${index==totalItems.current-1?pb:gap/2}px ${pl}px`,cursor:linking?\"pointer\":undefined,maxWidth:\"100%\"},initial:false,transition:props.transition,children:[index==activeIndex&&highlight&&/*#__PURE__*/_jsxs(motion.div,{layoutId:\"highlight\",style:{position:\"absolute\",inset:0,top:index==0?0:-pt+gap/2,bottom:index==totalItems.current-1?0:-pb+gap/2},children:[/*#__PURE__*/_jsx(\"div\",{style:{position:\"absolute\",inset:0,backgroundColor:highlight.fill,opacity:highlight.opacity,borderRadius:highlight.radius,boxShadow:highlight.shadows,backdropFilter:highlight.bgBlur>0?`blur(${highlight.bgBlur}px)`:undefined,pointerEvents:\"none\"}}),highlight.border&&/*#__PURE__*/_jsx(Border,{...highlight.border,radius:highlight.radius})]}),labels&&/*#__PURE__*/_jsx(ButtonLabel,{...labels,index:index}),/*#__PURE__*/_jsx(\"span\",{style:{position:\"relative\",flex:1,maxWidth:\"100%\",overflow:textMode==\"wrap\"?\"visible\":\"hidden\",whiteSpace:textMode==\"wrap\"?undefined:\"nowrap\",textOverflow:textMode==\"ellipsis\"?\"ellipsis\":undefined},children:value.text})]}))})});}TableOfContents.displayName=\"Table of Contents\";function headingControl(title){return{type:ControlType.Boolean,defaultValue:true,title:title};}addPropertyControls(TableOfContents,{content:{type:\"richtext\"},title:{type:ControlType.String,defaultValue:\"\",placeholder:\"Optional\"},contentId:{type:ControlType.String,title:\"Content ID\",placeholder:\"Scroll Section Name\",defaultValue:\"\",description:\"Add a scroll section to the CMS content and enter it here\"},includedHeadings:{type:ControlType.Object,buttonTitle:\"H1 - H6\",icon:\"boolean\",controls:{h1:headingControl(\"H1\"),h2:headingControl(\"H2\"),h3:headingControl(\"H3\"),h4:headingControl(\"H4\"),h5:headingControl(\"H5\"),h6:headingControl(\"H6\")},title:\"Headings\"},linking:{type:ControlType.Object,optional:true,defaultValue:{scrollMode:\"smooth\"},controls:{scrollMode:{type:ControlType.Enum,defaultValue:\"smooth\",options:[\"smooth\",\"instant\"],optionTitles:[\"Smooth\",\"Instant\"],displaySegmentedControl:true,title:\"Scroll\"},scrollOffset:{type:ControlType.Number,defaultValue:20,step:1,title:\"Offset\",description:\"Distance from heading to top of screen\"}}},fontColor:{type:ControlType.Object,buttonTitle:\"Options\",controls:{current:{type:ControlType.Color,defaultValue:\"#0075FF\"},currentHover:{type:ControlType.Color,defaultValue:\"#0099FF\"},default:{type:ControlType.Color,defaultValue:\"#000000\"},defaultHover:{type:ControlType.Color,defaultValue:\"#000000\"},transition:{type:ControlType.Transition}}},font:{type:\"font\",controls:\"extended\",defaultFontType:\"sans-serif\",defaultValue:{fontSize:14,lineHeight:1.4}},textMode:{type:ControlType.Enum,defaultValue:\"wrap\",options:[\"wrap\",\"ellipsis\",\"clip\"],optionTitles:[\"Wrap\",\"Ellipsis\",\"Clip\"]},labels:{type:ControlType.Object,optional:true,controls:{type:{type:ControlType.Enum,defaultValue:\"numbers\",options:[\"numbers\",\"letters\",\"romanNumerals\",\"character\"],optionTitles:[\"Numbers\",\"Letters\",\"Roman Numerals\",\"Character\"]},capitalized:{type:ControlType.Boolean,defaultValue:false,hidden:props=>props.type!=\"letters\"},prefix:{type:ControlType.String,defaultValue:\"\",hidden:props=>props.type==\"character\"},suffix:{type:ControlType.String,defaultValue:\".\",hidden:props=>props.type==\"character\"},character:{type:ControlType.String,defaultValue:\"\u2022\",hidden:props=>props.type!=\"character\"},gap:{type:ControlType.Number,defaultValue:4,min:0,step:1},position:{type:ControlType.Enum,defaultValue:\"left\",options:[\"left\",\"right\"],optionTitles:[\"Left\",\"Right\"],displaySegmentedControl:true},alignment:{type:ControlType.Enum,defaultValue:\"left\",options:[\"left\",\"center\",\"right\"],optionTitles:[\"Left\",\"Center\",\"Right\"],displaySegmentedControl:true,hidden:props=>props.type==\"character\"}}},highlight:{type:ControlType.Object,defaultValue:{fill:\"rgba(0, 117, 255, 0.2)\",padding:\"10px\",radius:\"8px\"},optional:true,buttonTitle:\"Styles\",controls:{fill:{type:ControlType.Color,optional:true},opacity:{type:ControlType.Number,defaultValue:1,min:0,max:1,step:.01},padding:{type:ControlType.Padding,defaultValue:\"10px\"},radius:{type:ControlType.BorderRadius,defaultValue:\"8px\"},border:borderProp({}),shadows:{type:ControlType.BoxShadow},bgBlur:{type:ControlType.Number,defaultValue:0,min:0,step:1,title:\"BG Blur\"},transition:{type:ControlType.Transition}}},gap:{type:ControlType.Number,defaultValue:20,min:0,step:1},topDistance:{type:ControlType.Number,defaultValue:100,step:1,min:0},textSelect:{type:ControlType.Boolean,defaultValue:false}});function ButtonLabel(props){const{type,index}=props;let prefixAndSuffix=true;let text=\"\";switch(type){case\"numbers\":text=String(index+1);break;case\"letters\":if(index<LETTERS.length){text=LETTERS[index];}else{text=LETTERS[Math.floor(index/LETTERS.length)]+LETTERS[index%LETTERS.length];}if(props.capitalized){text=text.toUpperCase();}break;case\"romanNumerals\":text=numberToRomanNumeral(index+1);break;case\"character\":text=props.character;prefixAndSuffix=false;break;}return /*#__PURE__*/_jsxs(\"span\",{style:{position:\"relative\",textAlign:props.alignment,order:props.position==\"right\"?1:0,whiteSpace:\"pre\"},children:[prefixAndSuffix&&props.prefix,text,prefixAndSuffix&&props.suffix]});}function getTextFromReactElement(element){if(typeof element==\"string\"){return element;}if(!element||!element.props){return\"\";}const{children}=element.props;if(typeof children===\"string\"){return children;}if(Array.isArray(children)){return children.map(getTextFromReactElement).join(\"\");}return\"\";}function numberToRomanNumeral(num){if(num<=0||num>=4e3){return\"Invalid input. Enter a number between 1 and 3999\";}const numValues=[1e3,900,500,400,100,90,50,40,10,9,5,4,1];const romanNumerals=[\"M\",\"CM\",\"D\",\"CD\",\"C\",\"XC\",\"L\",\"XL\",\"X\",\"IX\",\"V\",\"IV\",\"I\"];let romanStr=\"\";for(let i=0;i<numValues.length;i++){while(num>=numValues[i]){romanStr+=romanNumerals[i];num-=numValues[i];}}return romanStr;}function parsePadding(padding){if(!padding){return[0,0,0,0];}const values=padding.split(\" \");const parsedValues=values.map(value=>parseInt(value.replace(\"px\",\"\"),10));switch(parsedValues.length){case 1:return[parsedValues[0],parsedValues[0],parsedValues[0],parsedValues[0]];case 4:return parsedValues;}return[0,0,0,0];}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"TableOfContents\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerSupportedLayoutHeight\":\"auto\",\"framerIntrinsicWidth\":\"300\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./TableOfContents.map", "// Generated by Framer (a2fb474)\nexport const props={RSGihB4uY:{borderRadius:15,bottomLeftRadius:15,bottomRightRadius:15,darkTheme:\"framerDark\",font:{fontFamily:'\"Fragment Mono\", monospace',fontSize:\"14px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1.5em\"},isMixedBorderRadius:false,lightTheme:\"framerLight\",padding:30,paddingBottom:30,paddingLeft:30,paddingPerSide:false,paddingRight:30,paddingTop:30,theme:\"framerDark\",themeMode:\"Static\",topLeftRadius:15,topRightRadius:15}};export const fonts={RSGihB4uY:[{explicitInter:true,fonts:[{family:\"Fragment Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/fragmentmono/v4/4iCr6K5wfMRRjxp0DA6-2CLnN4FNh4UI_1U.woff2\",weight:\"400\"}]}]};\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"props\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ddd30d5)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-nDF7G .framer-styles-preset-1l7y3fu:not(.rich-text-wrapper), .framer-nDF7G .framer-styles-preset-1l7y3fu.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-a9d9ca4a-6af6-4193-8cc3-ee962cc350ca, #563d91); --framer-link-hover-text-decoration: underline; --framer-link-text-color: #784be0; --framer-link-text-decoration: underline; }\"];export const className=\"framer-nDF7G\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (68888f7)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Poppins-500\",\"GF;Poppins-700\",\"GF;Poppins-700italic\",\"GF;Poppins-500italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7V15vFP-KUEg.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmy15lFd2PQEhcqw.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmg1hlFd2PQEhcqw.woff2\",weight:\"500\"}]}];export const css=['.framer-M2ddJ .framer-styles-preset-kh52iw:not(.rich-text-wrapper), .framer-M2ddJ .framer-styles-preset-kh52iw.rich-text-wrapper h4 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-M2ddJ\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (6b748fa)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-6Mumx .framer-styles-preset-4qc27v { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; }\"];export const className=\"framer-6Mumx\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (68888f7)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Poppins-500\",\"GF;Poppins-700\",\"GF;Poppins-700italic\",\"GF;Poppins-500italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7V15vFP-KUEg.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmy15lFd2PQEhcqw.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmg1hlFd2PQEhcqw.woff2\",weight:\"500\"}]}];export const css=['.framer-J0ULw .framer-styles-preset-uyndyn:not(.rich-text-wrapper), .framer-J0ULw .framer-styles-preset-uyndyn.rich-text-wrapper h5 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-J0ULw\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (68888f7)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Poppins-500\",\"GF;Poppins-700\",\"GF;Poppins-700italic\",\"GF;Poppins-500italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7V15vFP-KUEg.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmy15lFd2PQEhcqw.woff2\",weight:\"700\"},{family:\"Poppins\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmg1hlFd2PQEhcqw.woff2\",weight:\"500\"}]}];export const css=['.framer-dWonc .framer-styles-preset-1vvo1sj:not(.rich-text-wrapper), .framer-dWonc .framer-styles-preset-1vvo1sj.rich-text-wrapper h2 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 28px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 130%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-dWonc .framer-styles-preset-1vvo1sj:not(.rich-text-wrapper), .framer-dWonc .framer-styles-preset-1vvo1sj.rich-text-wrapper h2 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 130%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-dWonc .framer-styles-preset-1vvo1sj:not(.rich-text-wrapper), .framer-dWonc .framer-styles-preset-1vvo1sj.rich-text-wrapper h2 { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0em; --framer-line-height: 130%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-dWonc\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f318921)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Be Vietnam Pro-regular\",\"FS;Be Vietnam Pro-bold\",\"FS;Be Vietnam Pro-bold italic\",\"FS;Be Vietnam Pro-italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Be Vietnam Pro\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/QMIUKUCANYOW3DZTE34ZMVXC7KRYZNCO/X3SZZ4Z5SZNM5K75FPPASQ2YRIJMIPUD/G2K4CBVGEH7VFVIC3T6GBHAWO2E2W7YQ.woff2\",weight:\"400\"},{family:\"Be Vietnam Pro\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/5VCHQ5ZEGZIPFZ472YOH6F3OCBI3GFKL/UP3D2DUPMRCFFCI7XLZQDJKN3BPI5T2M/FCI4JZSZUOIDDV5CP4SCRBRVODF7IZGU.woff2\",weight:\"700\"},{family:\"Be Vietnam Pro\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/OAVQRFDHXBJBYSOXAWMCV5HR2RPKDS66/WPJYEPUVH6ZW5GODR6BGQ433RN4KCXRJ/VGXUNOHKAXNKEDBORZJPBFCJCWONDREM.woff2\",weight:\"700\"},{family:\"Be Vietnam Pro\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/QHOAY7VCXJYW5ROJFZTESFFPKE4PECFH/A4TFC2ZRICXLRGJI7ECAKBJ7NX7HVNFF/IVQUU3WGE5LT5R7NEHUAZVFIO7Q7WAQA.woff2\",weight:\"400\"}]}];export const css=['.framer-CMaF0 .framer-styles-preset-wn3rwp:not(.rich-text-wrapper), .framer-CMaF0 .framer-styles-preset-wn3rwp.rich-text-wrapper p { --framer-font-family: \"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif; --framer-font-family-bold: \"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif; --framer-font-family-italic: \"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 26px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #333333; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-CMaF0\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2ca17d4)\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,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useOverlayState,useQueryData,useRouteElementId,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import ArticleReadTime from\"https://framerusercontent.com/modules/0kfjwig4zg0uw5I2iK1x/x47H5y0zdsGyavDExlWe/ArticleReadTime.js\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/RLUeKLNmERbgkhrJQwKX/Ticker.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import NavbarV2 from\"#framer/local/canvasComponent/E_IS5shXO/E_IS5shXO.js\";import NavigationMobileMenu from\"#framer/local/canvasComponent/mENTx6s9J/mENTx6s9J.js\";import EmailInput from\"#framer/local/canvasComponent/wxrw6vXsZ/wxrw6vXsZ.js\";import Footer from\"#framer/local/canvasComponent/x6_XhGmE5/x6_XhGmE5.js\";import AnnouncementBar from\"#framer/local/canvasComponent/xkk9AB0sC/xkk9AB0sC.js\";import SectionBadge from\"#framer/local/canvasComponent/YjXjiKdIG/YjXjiKdIG.js\";import{CMSContentImageRadius}from\"#framer/local/codeFile/MnPB3Gk/CMS_Image_100_.js\";import{TruncatedText as TruncatedText1}from\"#framer/local/codeFile/mwg4_0n/Right_Aligned_Turncade_Text.js\";import{withProgress}from\"#framer/local/codeFile/ICCeJSp/Scroll_Progress.js\";import SocialShare from\"#framer/local/codeFile/DMe4hrr/SocialShare.js\";import TableOfContents from\"#framer/local/codeFile/B1eaXfg/TableOfContents.js\";import{TruncatedText}from\"#framer/local/codeFile/ksrPy5Z/Turncaded_Text.js\";import Blog from\"#framer/local/collection/qovR4MdNv/qovR4MdNv.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle7 from\"#framer/local/css/fggrKvdcJ/fggrKvdcJ.js\";import*as sharedStyle3 from\"#framer/local/css/hkiPUcP5U/hkiPUcP5U.js\";import*as sharedStyle from\"#framer/local/css/KmX4kg3NE/KmX4kg3NE.js\";import*as sharedStyle8 from\"#framer/local/css/KOdLWc0H9/KOdLWc0H9.js\";import*as sharedStyle4 from\"#framer/local/css/LjGGA8jxW/LjGGA8jxW.js\";import*as sharedStyle1 from\"#framer/local/css/MFuRTToes/MFuRTToes.js\";import*as sharedStyle6 from\"#framer/local/css/mndP9Uu3E/mndP9Uu3E.js\";import*as sharedStyle2 from\"#framer/local/css/p22105hNR/p22105hNR.js\";import*as sharedStyle5 from\"#framer/local/css/xiJwRXMxr/xiJwRXMxr.js\";import metadataProvider from\"#framer/local/webPageMetadata/T3xLcqA9i/T3xLcqA9i.js\";const AnnouncementBarFonts=getFonts(AnnouncementBar);const NavbarV2Fonts=getFonts(NavbarV2);const NavigationMobileMenuFonts=getFonts(NavigationMobileMenu);const MotionDivWithProgressWithFX=withFX(withProgress(motion.div));const MotionDivWithFX=withFX(motion.div);const PhosphorFonts=getFonts(Phosphor);const ArticleReadTimeFonts=getFonts(ArticleReadTime);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const SocialShareFonts=getFonts(SocialShare);const ImageWithOptimizedAppearEffect=withOptimizedAppearEffect(Image);const TickerFonts=getFonts(Ticker);const TableOfContentsFonts=getFonts(TableOfContents);const RichTextCMSContentImageRadiusWithOptimizedAppearEffect=withOptimizedAppearEffect(CMSContentImageRadius(RichText));const RichTextTruncatedText=TruncatedText(RichText);const MotionAWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.a);const RichTextTruncatedText1=TruncatedText1(RichText);const SectionBadgeFonts=getFonts(SectionBadge);const EmailInputFonts=getFonts(EmailInput);const FooterFonts=getFonts(Footer);const breakpoints={LUnD83dCV:\"(min-width: 810px) and (max-width: 1199px)\",mhkbbw7u5:\"(min-width: 1200px)\",NGzg_UM2F:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-gSTFX\";const variantClassNames={LUnD83dCV:\"framer-v-jdafil\",mhkbbw7u5:\"framer-v-a94fvf\",NGzg_UM2F:\"framer-v-1yv7ovn\"};const transition1={damping:40,delay:0,mass:1,stiffness:300,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:-480,y:0};const transition2={damping:40,delay:.3,mass:1,stiffness:300,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-480,y:0};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 transition3={delay:0,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-113};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-114};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-4};const transition4={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation6={opacity:.75,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation7={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:24};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const transition5={delay:.15,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation8={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const animation9={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:36};const transition6={delay:.3,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation10={opacity:.75,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition7={delay:.45,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation11={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const animation12={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transition8={delay:.55,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation13={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:0};const greaterThan=(a,b)=>{return typeof a===\"number\"&&typeof b===\"number\"?a>b:false;};const transition9={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation14={boxShadow:\"0px 0px 0px 1px var(--token-52034f14-753a-4c70-bf67-0092b9c5b21c, rgb(120, 75, 224))\",opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition9};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const transition10={delay:0,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation15={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition10,y:-10};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"mhkbbw7u5\",Phone:\"NGzg_UM2F\",Tablet:\"LUnD83dCV\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"mhkbbw7u5\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"T3xLcqA9i\",data:Blog,type:\"Collection\"},select:[{collection:\"T3xLcqA9i\",name:\"SBlYf4rIb\",type:\"Identifier\"},{collection:\"T3xLcqA9i\",name:\"JXsbnNQiG\",type:\"Identifier\"},{collection:\"T3xLcqA9i\",name:\"oePfPLbZ6\",type:\"Identifier\"},{collection:\"T3xLcqA9i\",name:\"QgBW3BVwV\",type:\"Identifier\"},{collection:\"T3xLcqA9i\",name:\"TGMyN8KRA\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"T3xLcqA9i\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,QgBW3BVwV=getFromCurrentRouteData(\"QgBW3BVwV\"),TGMyN8KRA=getFromCurrentRouteData(\"TGMyN8KRA\")??\"\",oePfPLbZ6=getFromCurrentRouteData(\"oePfPLbZ6\")??\"\",JXsbnNQiG=getFromCurrentRouteData(\"JXsbnNQiG\"),SBlYf4rIb=getFromCurrentRouteData(\"SBlYf4rIb\")??0,TyagpXzTGuWuHX5BOK,JXsbnNQiGuWuHX5BOK,oePfPLbZ6uWuHX5BOK,iduWuHX5BOK,TyagpXzTGlctGjaYKg,oePfPLbZ6lctGjaYKg,JXsbnNQiGlctGjaYKg,idlctGjaYKg,TyagpXzTGEa9EYmExZ,JXsbnNQiGEa9EYmExZ,oePfPLbZ6Ea9EYmExZ,QgBW3BVwVEa9EYmExZ,TGMyN8KRAEa9EYmExZ,idEa9EYmExZ,...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{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const uDGM5ekJE3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const gMyxV_QTw1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const arBt6Ylpw1wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const activeLocaleCode=useLocaleCode();const textContent=toDateString(QgBW3BVwV,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);const elementId=useRouteElementId(\"wp7iyTxbV\");const ref2=React.useRef(null);const elementId1=useRouteElementId(\"hWCnwqyUp\");const ref3=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if([\"LUnD83dCV\",\"NGzg_UM2F\"].includes(baseVariant))return false;return true;};const elementId2=useRouteElementId(\"e7sy52DmU\");const ref4=React.useRef(null);const visible=greaterThan(SBlYf4rIb,1);const elementId3=useRouteElementId(\"o0x0f19Qv\");const ref5=React.useRef(null);const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"mhkbbw7u5\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(245, 245, 245); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-a94fvf\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-byv2lb\",\"data-framer-name\":\"Nav & Bar\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-igzx2q-container\",children:/*#__PURE__*/_jsx(AnnouncementBar,{height:\"100%\",id:\"wre6V9oO_\",layoutId:\"wre6V9oO_\",style:{height:\"100%\",width:\"100%\"},variant:\"WI1SIeqo6\",width:\"100%\"})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:68,width:componentViewport?.width||\"100vw\",y:32,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1a5tejv-container\",id:\"1a5tejv\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LUnD83dCV:{variant:\"m05e2XLac\"},NGzg_UM2F:{variant:\"m05e2XLac\",vIAYkye7z:\"0px 20px 0px 16px\"}},children:/*#__PURE__*/_jsx(NavbarV2,{height:\"100%\",id:\"nGUa5Lf8C\",layoutId:\"nGUa5Lf8C\",style:{height:\"100%\",width:\"100%\"},uDGM5ekJE:uDGM5ekJE3bnx0g({overlay}),variant:\"cjWufBwdj\",vIAYkye7z:\"0px 20px 0px 20px\",width:\"100%\"})}),/*#__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:{damping:48,delay:0,mass:1,stiffness:481,type:\"spring\"}},className:cx(scopingClassNames,\"framer-15k7mr3\"),\"data-framer-name\":\"Menu\",\"data-framer-portal-id\":\"1a5tejv\",exit:{opacity:0,transition:{damping:40,delay:.3,mass:1,stiffness:300,type:\"spring\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"d3CcTIYOR\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{animate:animation1,className:cx(scopingClassNames,\"framer-hdf0qw-container\"),\"data-framer-portal-id\":\"1a5tejv\",exit:animation,initial:animation2,children:/*#__PURE__*/_jsx(NavigationMobileMenu,{arBt6Ylpw:arBt6Ylpw1wnntms({overlay}),gMyxV_QTw:gMyxV_QTw1wnntms({overlay}),height:\"100%\",id:\"enAkB9L0t\",layoutId:\"enAkB9L0t\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),getContainer())})})]})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LUnD83dCV:{__framer__scrollDirection:{direction:\"down\",target:animation4}},NGzg_UM2F:{__framer__scrollDirection:{direction:\"down\",target:animation4}}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation3},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-11heq4u\",\"data-framer-name\":\"Scroll Progress\",children:/*#__PURE__*/_jsx(MotionDivWithProgressWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:false,__framer__enter:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-m6y6ne\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-196majt\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hg9o3b\",\"data-framer-name\":\"Hero Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15jlowx\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation6,className:\"framer-1jmcd4p\",\"data-framer-appear-id\":\"1jmcd4p\",\"data-framer-name\":\"Stats\",initial:animation7,optimized:true,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uebl0k\",\"data-framer-name\":\"Publish Date\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tiras9-container\",\"data-framer-name\":\"Icon\",name:\"Icon\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(71, 84, 102)\",height:\"100%\",iconSearch:\"calendar blank\",iconSelection:\"House\",id:\"Fhhv0iF57\",layoutId:\"Fhhv0iF57\",mirrored:false,name:\"Icon\",selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LUnD83dCV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Jul 31, 2024\"})})},NGzg_UM2F:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Jul 9, 2024\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Aug 9, 2024\"})}),className:\"framer-u9w7qm\",\"data-framer-name\":\"Date\",fonts:[\"GF;Poppins-500\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12u01ro\",\"data-framer-name\":\"Reading Time\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-14m9dec-container\",\"data-framer-name\":\"Icon\",name:\"Icon\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(71, 84, 102)\",height:\"100%\",iconSearch:\"clock\",iconSelection:\"House\",id:\"PsIJmabK2\",layoutId:\"PsIJmabK2\",mirrored:false,name:\"Icon\",selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-18vm531-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NGzg_UM2F:{font:{fontFamily:'\"Poppins\", \"Poppins Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1em\"}}},children:/*#__PURE__*/_jsx(ArticleReadTime,{font:{fontFamily:'\"Poppins\", \"Poppins Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1.4em\"},fontColor:\"rgb(71, 84, 102)\",formatted:true,formattedText:TGMyN8KRA,height:\"100%\",id:\"LCacxZW7g\",layoutId:\"LCacxZW7g\",plainText:\"\",prefix:\"\",style:{width:\"100%\"},suffix:\" min read\",textSelect:true,width:\"100%\",wpm:200})})})})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LUnD83dCV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"How to Use Hypochlorous Acid Facial Spray\"})})},NGzg_UM2F:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"31px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"How to Use Hypochlorous Acid Facial Spray\"})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation8,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"46px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"rgb(51, 51, 51)\"},children:\"How to Use Hypochlorous Acid Facial Spray\"})}),className:\"framer-1qbqww5\",\"data-framer-appear-id\":\"1qbqww5\",\"data-framer-name\":\"Title\",fonts:[\"GF;Poppins-600\"],initial:animation9,optimized:true,text:oePfPLbZ6,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation10,className:\"framer-nq4469\",\"data-framer-appear-id\":\"nq4469\",initial:animation7,optimized:true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Share on:\"})}),className:\"framer-186b110\",\"data-framer-name\":\"Date\",fonts:[\"GF;Poppins-500\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15pcnyc\",\"data-framer-name\":\"Social Links\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-3f67so\",\"data-border\":true,\"data-framer-name\":\"Link\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1no5hhb-container\",children:/*#__PURE__*/_jsx(SocialShare,{colors:{fillColorType:\"custom\",fillOpacity:1,iconColor:\"rgb(71, 84, 102)\",iconColorType:\"custom\"},height:\"100%\",iconSize:20,id:\"PR5zkfdk4\",layoutId:\"PR5zkfdk4\",padding:8,paddingBottom:8,paddingIsMixed:false,paddingLeft:8,paddingRight:8,paddingTop:8,radius:0,radiusBottomLeft:0,radiusBottomRight:0,radiusIsMixed:false,radiusTopLeft:0,radiusTopRight:0,shareLink:\"currentPage\",shareUrl:\"\",type:\"facebook\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-11ciyi0\",\"data-border\":true,\"data-framer-name\":\"Link\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-17zg4yr-container\",children:/*#__PURE__*/_jsx(SocialShare,{colors:{fillColorType:\"custom\",fillOpacity:1,iconColor:\"rgb(71, 84, 102)\",iconColorType:\"custom\"},height:\"100%\",iconSize:20,id:\"tTg53H_Qz\",layoutId:\"tTg53H_Qz\",padding:8,paddingBottom:8,paddingIsMixed:false,paddingLeft:8,paddingRight:8,paddingTop:8,radius:0,radiusBottomLeft:0,radiusBottomRight:0,radiusIsMixed:false,radiusTopLeft:0,radiusTopRight:0,shareLink:\"currentPage\",shareUrl:\"\",type:\"twitter\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-wshwy0\",\"data-border\":true,\"data-framer-name\":\"Link\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-14bcsc0-container\",children:/*#__PURE__*/_jsx(SocialShare,{colors:{fillColorType:\"custom\",fillOpacity:1,iconColor:\"rgb(71, 84, 102)\",iconColorType:\"custom\"},height:\"100%\",iconSize:20,id:\"n9x37Nn6_\",layoutId:\"n9x37Nn6_\",padding:8,paddingBottom:8,paddingIsMixed:false,paddingLeft:8,paddingRight:8,paddingTop:8,radius:0,radiusBottomLeft:0,radiusBottomRight:0,radiusIsMixed:false,radiusTopLeft:0,radiusTopRight:0,shareLink:\"currentPage\",shareUrl:\"\",type:\"whatsApp\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1mno723\",\"data-border\":true,\"data-framer-name\":\"Link\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1f015on-container\",children:/*#__PURE__*/_jsx(SocialShare,{colors:{fillColorType:\"custom\",fillOpacity:1,iconColor:\"rgb(71, 84, 102)\",iconColorType:\"custom\"},height:\"100%\",iconSize:20,id:\"xV4OzsJg9\",layoutId:\"xV4OzsJg9\",padding:8,paddingBottom:8,paddingIsMixed:false,paddingLeft:8,paddingRight:8,paddingTop:8,radius:0,radiusBottomLeft:0,radiusBottomRight:0,radiusIsMixed:false,radiusTopLeft:0,radiusTopRight:0,shareLink:\"currentPage\",shareUrl:\"\",type:\"email\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1thiekc\",\"data-border\":true,\"data-framer-name\":\"Link\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1c6taa-container\",children:/*#__PURE__*/_jsx(SocialShare,{colors:{fillColorType:\"custom\",fillOpacity:1,iconColor:\"rgb(71, 84, 102)\",iconColorType:\"custom\"},height:\"100%\",iconSize:20,id:\"TIrsjNjMa\",layoutId:\"TIrsjNjMa\",padding:8,paddingBottom:8,paddingIsMixed:false,paddingLeft:8,paddingRight:8,paddingTop:8,radius:0,radiusBottomLeft:0,radiusBottomRight:0,radiusIsMixed:false,radiusTopLeft:0,radiusTopRight:0,shareLink:\"currentPage\",shareUrl:\"\",style:{width:\"100%\"},type:\"copyUrl\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-zp6fp-container\",children:/*#__PURE__*/_jsx(SocialShare,{colors:{fillColorType:\"custom\",fillOpacity:1,iconColor:\"rgba(71, 84, 102, 0)\",iconColorType:\"custom\"},height:\"100%\",iconSize:20,id:\"dsKgksYdc\",layoutId:\"dsKgksYdc\",padding:8,paddingBottom:8,paddingIsMixed:false,paddingLeft:8,paddingRight:8,paddingTop:8,radius:0,radiusBottomLeft:0,radiusBottomRight:0,radiusIsMixed:false,radiusTopLeft:0,radiusTopRight:0,shareLink:\"currentPage\",shareUrl:\"\",style:{width:\"100%\"},type:\"copyUrl\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{style:{\"--font-selector\":\"R0Y7QmUgVmlldG5hbSBQcm8tcmVndWxhcg==\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1em\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Copy Link\"})}),className:\"framer-1tf2f5x\",fonts:[\"GF;Be Vietnam Pro-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LUnD83dCV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+144+0+0+627.8),sizes:`min(${componentViewport?.width||\"100vw\"} - 48px, 1200px)`,...toResponsiveImage(JXsbnNQiG)}},NGzg_UM2F:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+100+0+0+570.7),sizes:`min(${componentViewport?.width||\"100vw\"} - 48px, 1200px)`,...toResponsiveImage(JXsbnNQiG)}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation11,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+144+0+0),sizes:`max((min(${componentViewport?.width||\"100vw\"} - 48px, 1200px) - 148px) / 2, 1px)`,...toResponsiveImage(JXsbnNQiG)},className:\"framer-rtejmj\",\"data-framer-appear-id\":\"rtejmj\",\"data-framer-name\":\"Thumbnail\",initial:animation12,optimized:true,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-18gvdwe\",\"data-framer-name\":\"Scribbles\",style:{rotate:180},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-y2w0ca\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 44 45\"><path d=\"M 5 42.5 C 5 42.5 -2.905 1.152 40 3\" fill=\"transparent\" stroke-width=\"4\" stroke=\"rgb(120, 75, 224)\" stroke-linecap=\"round\"></path><path d=\"M 40 13.5 C 40 13.5 21.133 10.939 12.5 33\" fill=\"transparent\" stroke-width=\"4\" stroke=\"rgb(120, 75, 224)\" stroke-linecap=\"round\"></path></svg>',svgContentId:9109011495,withExternalLayout:true})})})})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:1.06,fit:\"tile\",intrinsicHeight:126,intrinsicWidth:126,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+0+0),pixelHeight:96,pixelWidth:96,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/c0EZxtMucSR6UOSZk2TBnWsqr4.svg\"},className:\"framer-1b9sfho\",\"data-framer-name\":\"Texture\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-wcicqz-container\",\"data-framer-name\":\"Wave Solid 1\",name:\"Wave Solid 1\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:-6,height:\"100%\",hoverFactor:1,id:\"umIFdKsAZ\",layoutId:\"umIFdKsAZ\",name:\"Wave Solid 1\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(SVG,{className:\"framer-glm4wq\",\"data-framer-name\":\"graphic\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 92 24\"><path d=\"M 31.533 5.233 C 18.92 14.706 5.255 17.078 0 17.078 L 0 23 L 92 23 L 92 17.078 C 86.745 17.078 73.08 14.708 60.467 5.233 C 55.493 1.495 50.528 0.029 46 0 C 41.472 0.029 36.504 1.495 31.533 5.233 Z\" transform=\"translate(0 1) rotate(360 46 11.5)\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:9215511870,withExternalLayout:true})],speed:20,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-t22acg-container\",\"data-framer-name\":\"Wave Solid 2\",name:\"Wave Solid 2\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:-6,height:\"100%\",hoverFactor:1,id:\"dQisKsmQ0\",layoutId:\"dQisKsmQ0\",name:\"Wave Solid 2\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(SVG,{className:\"framer-lexp\",\"data-framer-name\":\"graphic-low\",layout:\"position\",opacity:.4,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 92 24\"><path d=\"M 31.533 5.233 C 18.92 14.706 5.255 17.078 0 17.078 L 0 23 L 92 23 L 92 17.078 C 86.745 17.078 73.08 14.708 60.467 5.233 C 55.493 1.495 50.528 0.029 46 0 C 41.472 0.029 36.504 1.495 31.533 5.233 Z\" transform=\"translate(0 1) rotate(360 46 11.5)\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:11510846961,withExternalLayout:true})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"article\",{className:\"framer-wq2w12\",\"data-framer-name\":\"Blog Container\",id:elementId,ref:ref2,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15lyqry\",id:elementId1,ref:ref3,children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-10ji9ms hidden-jdafil hidden-1yv7ovn\",children:/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation13,className:\"framer-8eh7fu\",\"data-framer-appear-id\":\"8eh7fu\",initial:animation12,optimized:true,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-2jcadf-container\",children:/*#__PURE__*/_jsx(TableOfContents,{content:TGMyN8KRA,contentId:\"scroll-id\",font:{fontFamily:'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',fontSize:\"15px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1.4em\"},fontColor:{current:\"rgb(120, 75, 224)\",currentHover:\"var(--token-a9d9ca4a-6af6-4193-8cc3-ee962cc350ca, rgb(86, 61, 145))\",default:\"rgba(34, 34, 34, 0.55)\",defaultHover:\"rgb(120, 75, 224)\",transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}},gap:24,height:\"100%\",highlight:{bgBlur:0,fill:\"rgba(119, 74, 224, 0.08)\",opacity:1,padding:\"10px\",radius:\"8px\",shadows:\"\",transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}},id:\"JovY8tjJp\",includedHeadings:{h1:true,h2:true,h3:false,h4:false,h5:false,h6:false},layoutId:\"JovY8tjJp\",linking:{scrollMode:\"smooth\",scrollOffset:168},style:{width:\"100%\"},textMode:\"ellipsis\",textSelect:false,title:\"\",topDistance:176,width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-b6k02n\",children:[/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/QVzZltTawVJTjmjAWG3C/CodeBlock.js:default\":componentPresets.props[\"RSGihB4uY\"]},children:/*#__PURE__*/_jsx(RichTextCMSContentImageRadiusWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation13,children:TGMyN8KRA,className:\"framer-tuscyl\",\"data-framer-appear-id\":\"tuscyl\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],id:elementId2,initial:animation12,optimized:true,ref:ref4,stylesPresetsClassNames:{a:\"framer-styles-preset-1l7y3fu\",h1:\"framer-styles-preset-1vi3whx\",h2:\"framer-styles-preset-1vvo1sj\",h3:\"framer-styles-preset-ejt0pm\",h4:\"framer-styles-preset-kh52iw\",h5:\"framer-styles-preset-uyndyn\",h6:\"framer-styles-preset-17z47hx\",img:\"framer-styles-preset-4qc27v\",p:\"framer-styles-preset-wn3rwp\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11nucq7\",\"data-framer-name\":\"Previous & Next\",children:[visible&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-l1ndty\",\"data-framer-name\":\"Previous Blog\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"uWuHX5BOK\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},orderBy:[{collection:\"uWuHX5BOK\",direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{collection:\"uWuHX5BOK\",name:\"TyagpXzTG\",type:\"Identifier\"},{collection:\"uWuHX5BOK\",name:\"JXsbnNQiG\",type:\"Identifier\"},{collection:\"uWuHX5BOK\",name:\"oePfPLbZ6\",type:\"Identifier\"},{collection:\"uWuHX5BOK\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"uWuHX5BOK\",name:\"SBlYf4rIb\",type:\"Identifier\"},operator:\"<\",right:{type:\"LiteralValue\",value:SBlYf4rIb},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({id:iduWuHX5BOK,JXsbnNQiG:JXsbnNQiGuWuHX5BOK,oePfPLbZ6:oePfPLbZ6uWuHX5BOK,TyagpXzTG:TyagpXzTGuWuHX5BOK},index)=>{TyagpXzTGuWuHX5BOK??=\"\";oePfPLbZ6uWuHX5BOK??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`uWuHX5BOK-${iduWuHX5BOK}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{TyagpXzTG:TyagpXzTGuWuHX5BOK},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{TyagpXzTG:TyagpXzTGuWuHX5BOK},webPageId:\"T3xLcqA9i\"},motionChild:true,nodeId:\"yBP4zXKbN\",children:/*#__PURE__*/_jsxs(MotionAWithOptimizedAppearEffect,{animate:animation13,className:\"framer-13l1q6r framer-1wdhhja\",\"data-framer-appear-id\":\"13l1q6r\",\"data-framer-name\":\"Previous\",initial:animation12,optimized:true,whileHover:animation14,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LUnD83dCV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+1163.8+72+0+0+0+144+0+-72+0+0+16),sizes:\"100px\",...toResponsiveImage(JXsbnNQiGuWuHX5BOK)}},NGzg_UM2F:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+1062.7+56+0+0+0+144+0+-62+0+0+16),sizes:\"80px\",...toResponsiveImage(JXsbnNQiGuWuHX5BOK)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+810.2+64+0+0+0+144+0+-72+0+0+16),sizes:\"100px\",...toResponsiveImage(JXsbnNQiGuWuHX5BOK)},className:\"framer-n2daqv\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1epj76\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.9)\"},children:\"<\u2014 Previous\"})}),className:\"framer-5ftwpv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LUnD83dCV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-uyndyn\",\"data-styles-preset\":\"LjGGA8jxW\",children:\"Content\"})})},NGzg_UM2F:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-17z47hx\",\"data-styles-preset\":\"xiJwRXMxr\",children:\"Content\"})})}},children:/*#__PURE__*/_jsx(RichTextTruncatedText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-kh52iw\",\"data-styles-preset\":\"hkiPUcP5U\",children:\"Content\"})}),className:\"framer-46tg5f\",\"data-framer-name\":\"Lines: 2\",fonts:[\"Inter\"],text:oePfPLbZ6uWuHX5BOK,verticalAlignment:\"top\",withExternalLayout:true})})]})]})})})},iduWuHX5BOK);})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-3oymgv\",\"data-framer-name\":\"Next Blog\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"lctGjaYKg\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"lctGjaYKg\",name:\"TyagpXzTG\",type:\"Identifier\"},{collection:\"lctGjaYKg\",name:\"oePfPLbZ6\",type:\"Identifier\"},{collection:\"lctGjaYKg\",name:\"JXsbnNQiG\",type:\"Identifier\"},{collection:\"lctGjaYKg\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"lctGjaYKg\",name:\"SBlYf4rIb\",type:\"Identifier\"},operator:\">\",right:{type:\"LiteralValue\",value:SBlYf4rIb},type:\"BinaryOperation\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({id:idlctGjaYKg,JXsbnNQiG:JXsbnNQiGlctGjaYKg,oePfPLbZ6:oePfPLbZ6lctGjaYKg,TyagpXzTG:TyagpXzTGlctGjaYKg},index1)=>{TyagpXzTGlctGjaYKg??=\"\";oePfPLbZ6lctGjaYKg??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`lctGjaYKg-${idlctGjaYKg}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{TyagpXzTG:TyagpXzTGlctGjaYKg},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{TyagpXzTG:TyagpXzTGlctGjaYKg},webPageId:\"T3xLcqA9i\"},motionChild:true,nodeId:\"TMpT01PTb\",children:/*#__PURE__*/_jsxs(MotionAWithOptimizedAppearEffect,{animate:animation13,className:\"framer-1ugixvd framer-1wdhhja\",\"data-framer-appear-id\":\"1ugixvd\",\"data-framer-name\":\"Next\",initial:animation12,optimized:true,whileHover:animation14,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wmineo\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.9)\"},children:\"Next -->\"})}),className:\"framer-3vmsah\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LUnD83dCV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-uyndyn\",\"data-styles-preset\":\"LjGGA8jxW\",style:{\"--framer-text-alignment\":\"right\"},children:\"Comparing Hypochlorous Acid with Other Acne Treatments\"})})},NGzg_UM2F:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-17z47hx\",\"data-styles-preset\":\"xiJwRXMxr\",style:{\"--framer-text-alignment\":\"right\"},children:\"Comparing Hypochlorous Acid with Other Acne Treatments\"})})}},children:/*#__PURE__*/_jsx(RichTextTruncatedText1,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-kh52iw\",\"data-styles-preset\":\"hkiPUcP5U\",style:{\"--framer-text-alignment\":\"right\"},children:\"Comparing Hypochlorous Acid with Other Acne Treatments\"})}),className:\"framer-aoo2a6\",\"data-framer-name\":\"Lines: 2\",fonts:[\"Inter\"],text:oePfPLbZ6lctGjaYKg,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LUnD83dCV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+1163.8+72+0+0+0+144+0+72+0+0+16),sizes:\"100px\",...toResponsiveImage(JXsbnNQiGlctGjaYKg)}},NGzg_UM2F:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+1062.7+56+0+0+0+144+0+62+0+0+16),sizes:\"80px\",...toResponsiveImage(JXsbnNQiGlctGjaYKg)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+810.2+64+0+0+0+144+0+72+0+0+16),sizes:\"100px\",...toResponsiveImage(JXsbnNQiGlctGjaYKg)},className:\"framer-16hh6o6\"})})]})})})},idlctGjaYKg);})})})})})]})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1somij4\",id:elementId3,ref:ref5,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tced23\",\"data-framer-name\":\"Blog\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ujcnfa\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LUnD83dCV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"125%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(133, 77, 255)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, var(--token-52034f14-753a-4c70-bf67-0092b9c5b21c, rgb(120, 75, 224)) 0%, rgb(133, 77, 255) 100%)\"},children:\"More articles\"})})})},NGzg_UM2F:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"125%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(133, 77, 255)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, var(--token-52034f14-753a-4c70-bf67-0092b9c5b21c, rgb(120, 75, 224)) 0%, rgb(133, 77, 255) 100%)\"},children:\"More articles\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"46px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"125%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(133, 77, 255)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, var(--token-52034f14-753a-4c70-bf67-0092b9c5b21c, rgb(120, 75, 224)) 0%, rgb(133, 77, 255) 100%)\"},children:\"More articles\"})})}),className:\"framer-ldllim\",fonts:[\"GF;Poppins-500\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1u2swyg\",\"data-framer-name\":\"Blog Posts\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"Ea9EYmExZ\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"Ea9EYmExZ\",name:\"TyagpXzTG\",type:\"Identifier\"},{collection:\"Ea9EYmExZ\",name:\"JXsbnNQiG\",type:\"Identifier\"},{collection:\"Ea9EYmExZ\",name:\"oePfPLbZ6\",type:\"Identifier\"},{collection:\"Ea9EYmExZ\",name:\"QgBW3BVwV\",type:\"Identifier\"},{collection:\"Ea9EYmExZ\",name:\"TGMyN8KRA\",type:\"Identifier\"},{collection:\"Ea9EYmExZ\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"Ea9EYmExZ\",name:\"oePfPLbZ6\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:oePfPLbZ6},type:\"BinaryOperation\"}}},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2?.map(({id:idEa9EYmExZ,JXsbnNQiG:JXsbnNQiGEa9EYmExZ,oePfPLbZ6:oePfPLbZ6Ea9EYmExZ,QgBW3BVwV:QgBW3BVwVEa9EYmExZ,TGMyN8KRA:TGMyN8KRAEa9EYmExZ,TyagpXzTG:TyagpXzTGEa9EYmExZ},index2)=>{TyagpXzTGEa9EYmExZ??=\"\";oePfPLbZ6Ea9EYmExZ??=\"\";TGMyN8KRAEa9EYmExZ??=\"\";const textContent1=toDateString(QgBW3BVwVEa9EYmExZ,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);return /*#__PURE__*/_jsx(LayoutGroup,{id:`Ea9EYmExZ-${idEa9EYmExZ}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{TyagpXzTG:TyagpXzTGEa9EYmExZ},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{TyagpXzTG:TyagpXzTGEa9EYmExZ},webPageId:\"T3xLcqA9i\"},motionChild:true,nodeId:\"D20UpbV08\",openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-13hsyo7 framer-1wdhhja\",\"data-border\":true,\"data-framer-name\":\"Post\",whileHover:animation15,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LUnD83dCV:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+1575.8+0+72+115+0+0+0+0),sizes:`max((min(${componentViewport?.width||\"100vw\"} - 48px, 1120px) - 32px) / 3, 1px)`,...toResponsiveImage(JXsbnNQiGEa9EYmExZ)}},NGzg_UM2F:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+1422.7+0+60+77+0+0+0+0),sizes:`max(min(${componentViewport?.width||\"100vw\"} - 48px, 1120px), 1px)`,...toResponsiveImage(JXsbnNQiGEa9EYmExZ)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+72+1242.2+0+72+105.5+0+0+0+0),sizes:`max((min(${componentViewport?.width||\"100vw\"} - 80px, 1120px) - 48px) / 3, 1px)`,...toResponsiveImage(JXsbnNQiGEa9EYmExZ)},className:\"framer-h2j6b1\",\"data-framer-name\":\"Thumbnail\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-znrxct\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LUnD83dCV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-d0a7eac7-ec44-4377-bfee-f244fa5c9b00, rgb(23, 23, 23))\"},children:\"The Science Behind Facial Mists: How They Hydrate and Nourish Your Skin\"})})}},children:/*#__PURE__*/_jsx(RichTextTruncatedText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-d0a7eac7-ec44-4377-bfee-f244fa5c9b00, rgb(23, 23, 23))\"},children:\"Comparing Hypochlorous Acid with Other Acne Treatments\"})}),className:\"framer-1plwlt8\",\"data-framer-name\":\"Lines: 2\",fonts:[\"GF;Poppins-600\"],text:oePfPLbZ6Ea9EYmExZ,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-139sg7y\",\"data-framer-name\":\"Divider\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1614e8\",\"data-framer-name\":\"Other\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1euyu33\",\"data-framer-name\":\"Date Published\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-14wj3g3-container\",\"data-framer-name\":\"Icon\",name:\"Icon\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-07c248a3-ca7b-4888-a6c1-b482edae4fcf, rgb(163, 163, 163))\",height:\"100%\",iconSearch:\"calendar\",iconSelection:\"House\",id:\"S1Q2MpaLp\",layoutId:\"S1Q2MpaLp\",mirrored:false,name:\"Icon\",selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LUnD83dCV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TW9udHNlcnJhdC01MDA=\",\"--framer-font-family\":'\"Montserrat\", \"Montserrat Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d0a7eac7-ec44-4377-bfee-f244fa5c9b00, rgb(23, 23, 23))\"},children:\"Jul 31, 2024\"})}),fonts:[\"GF;Montserrat-500\"]},NGzg_UM2F:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d0a7eac7-ec44-4377-bfee-f244fa5c9b00, rgb(23, 23, 23))\"},children:\"Jul 31, 2024\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d0a7eac7-ec44-4377-bfee-f244fa5c9b00, rgb(23, 23, 23))\"},children:\"Aug 1, 2024\"})}),className:\"framer-w64wqi\",\"data-framer-name\":\"Date\",fonts:[\"GF;Poppins-500\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c0wyd7\",\"data-framer-name\":\"Read Time\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-cpfmfi-container\",\"data-framer-name\":\"Icon\",name:\"Icon\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-07c248a3-ca7b-4888-a6c1-b482edae4fcf, rgb(163, 163, 163))\",height:\"100%\",iconSearch:\"clock\",iconSelection:\"House\",id:\"vRR8KfvQb\",layoutId:\"vRR8KfvQb\",mirrored:false,name:\"Icon\",selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-swzmje-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LUnD83dCV:{font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"13px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1.4em\"}}},children:/*#__PURE__*/_jsx(ArticleReadTime,{font:{fontFamily:'\"Poppins\", \"Poppins Placeholder\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1.4em\"},fontColor:\"rgb(0, 0, 0)\",formatted:true,formattedText:TGMyN8KRAEa9EYmExZ,height:\"100%\",id:\"L2tucfmun\",layoutId:\"L2tucfmun\",plainText:\"\",prefix:\"\",style:{width:\"100%\"},suffix:\" min read\",textSelect:true,width:\"100%\",wpm:200})})})})]})]})]})]})})})},idEa9EYmExZ);})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-r76sd0-container\",\"data-framer-name\":\"Wave Solid 1\",name:\"Wave Solid 1\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:-6,height:\"100%\",hoverFactor:1,id:\"l9zd4lNvA\",layoutId:\"l9zd4lNvA\",name:\"Wave Solid 1\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1g8tod8\",\"data-framer-name\":\"graphic\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 92 24\"><path d=\"M 31.533 17.767 C 18.92 8.294 5.255 5.922 0 5.922 L 0 0 L 92 0 L 92 5.922 C 86.745 5.922 73.08 8.292 60.467 17.767 C 55.493 21.505 50.528 22.971 46 23 C 41.472 22.971 36.504 21.505 31.533 17.767 Z\" transform=\"translate(0 1) rotate(360 46 11.5)\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:8794539876,withExternalLayout:true})],speed:20,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1v7st1j-container\",\"data-framer-name\":\"Wave Solid 2\",name:\"Wave Solid 2\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:-6,height:\"100%\",hoverFactor:1,id:\"vz1dpPGYw\",layoutId:\"vz1dpPGYw\",name:\"Wave Solid 2\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(SVG,{className:\"framer-59c806\",\"data-framer-name\":\"graphic\",layout:\"position\",opacity:.4,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 92 24\"><path d=\"M 31.533 17.767 C 18.92 8.294 5.255 5.922 0 5.922 L 0 0 L 92 0 L 92 5.922 C 86.745 5.922 73.08 8.292 60.467 17.767 C 55.493 21.505 50.528 22.971 46 23 C 41.472 22.971 36.504 21.505 31.533 17.767 Z\" transform=\"translate(0 1) rotate(360 46 11.5)\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:11083604091,withExternalLayout:true})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-73mwbf\",\"data-framer-name\":\"Subscribe\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13goldg\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LUnD83dCV:{y:(componentViewport?.y||0)+72+2390.2+32+0+56+0},NGzg_UM2F:{y:(componentViewport?.y||0)+72+2095.9+18+0+32+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+72+2071.9+48+0+56+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ujwg6y-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LUnD83dCV:{KI77riuG6:14},NGzg_UM2F:{KI77riuG6:12}},children:/*#__PURE__*/_jsx(SectionBadge,{height:\"100%\",i7NEtCqaR:\"NEWSLETTER\",id:\"tMxs3M1D4\",KI77riuG6:16,layoutId:\"tMxs3M1D4\",Q0BryTlDt:\"rgb(0, 0, 0)\",TEvL9gWw3:\"rgb(189, 255, 28)\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1x0rzgi\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ez69by\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LUnD83dCV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"41px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"125%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(120, 75, 224)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, var(--token-a9d9ca4a-6af6-4193-8cc3-ee962cc350ca, rgb(86, 61, 145)) 0%, var(--token-52034f14-753a-4c70-bf67-0092b9c5b21c, rgb(120, 75, 224)) 100%)\"},children:\"Stay updated on the latest in acne\"})})})},NGzg_UM2F:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"125%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(120, 75, 224)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, var(--token-a9d9ca4a-6af6-4193-8cc3-ee962cc350ca, rgb(86, 61, 145)) 0%, var(--token-52034f14-753a-4c70-bf67-0092b9c5b21c, rgb(120, 75, 224)) 100%)\"},children:\"Stay updated on the latest in acne\"})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"46px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-2px\",\"--framer-line-height\":\"125%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(120, 75, 224)\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, var(--token-a9d9ca4a-6af6-4193-8cc3-ee962cc350ca, rgb(86, 61, 145)) 0%, var(--token-52034f14-753a-4c70-bf67-0092b9c5b21c, rgb(120, 75, 224)) 100%)\"},children:\"Stay updated on the latest in acne\"})})}),className:\"framer-u4arxh\",fonts:[\"GF;Poppins-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LUnD83dCV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7QmUgVmlldG5hbSBQcm8tbWVkaXVt\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"135%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Subscribe to receive exclusive updates, tips, and special offers straight to your inbox.\"})})},NGzg_UM2F:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7QmUgVmlldG5hbSBQcm8tbWVkaXVt\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"135%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Subscribe to receive exclusive updates, tips, and special offers straight to your inbox.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7QmUgVmlldG5hbSBQcm8tbWVkaXVt\",\"--framer-font-family\":'\"Be Vietnam Pro\", \"Be Vietnam Pro Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"135%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(71, 84, 102)\"},children:\"Subscribe to receive exclusive updates, tips, and special offers straight to your inbox.\"})}),className:\"framer-139v5yr\",\"data-framer-name\":\"Supporting text\",fonts:[\"FS;Be Vietnam Pro-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LUnD83dCV:{y:(componentViewport?.y||0)+72+2390.2+32+0+56+56+0+216.75},NGzg_UM2F:{height:50,width:`calc(min(${componentViewport?.width||\"100vw\"} - 48px, 1120px) - 48px)`,y:(componentViewport?.y||0)+72+2095.9+18+0+32+52+0+192}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:\"424px\",y:(componentViewport?.y||0)+72+2071.9+48+0+56+56+0+236.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-kfb1z9-container\",children:/*#__PURE__*/_jsx(EmailInput,{height:\"100%\",id:\"bNGuN0_36\",layoutId:\"bNGuN0_36\",style:{height:\"100%\",width:\"100%\"},variant:\"LwB0hxZPb\",width:\"100%\"})})})})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{LUnD83dCV:{y:(componentViewport?.y||0)+72+2890.95},NGzg_UM2F:{y:(componentViewport?.y||0)+72+2495.9}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:287,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+72+2624.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-18ntoc6-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NGzg_UM2F:{variant:\"QThYyGU_d\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"FPmfxu79N\",layoutId:\"FPmfxu79N\",style:{width:\"100%\"},variant:\"p6Jie_3zF\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-gSTFX.framer-1wdhhja, .framer-gSTFX .framer-1wdhhja { display: block; }\",\".framer-gSTFX.framer-a94fvf { align-content: center; align-items: center; background-color: #f5f5f5; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 72px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-gSTFX .framer-byv2lb { 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: 0px; overflow: hidden; padding: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-gSTFX .framer-igzx2q-container { flex: none; height: 32px; position: relative; width: 100%; z-index: 10; }\",\".framer-gSTFX .framer-1a5tejv-container { flex: none; height: 68px; position: relative; width: 100%; z-index: 10; }\",\".framer-gSTFX.framer-15k7mr3 { background-color: rgba(0, 0, 0, 0.45); inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-gSTFX.framer-hdf0qw-container { bottom: 0px; flex: none; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-gSTFX .framer-11heq4u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 5px; justify-content: flex-start; left: -12px; overflow: hidden; padding: 0px; position: fixed; right: 0px; top: 100px; z-index: 9; }\",\".framer-gSTFX .framer-m6y6ne { background-color: #784be0; flex: none; height: 100%; overflow: hidden; position: relative; width: 0%; }\",\".framer-gSTFX .framer-196majt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 144px 24px 92px 24px; position: relative; width: 100%; }\",\".framer-gSTFX .framer-1hg9o3b { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 148px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-gSTFX .framer-15jlowx { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 550px; overflow: visible; padding: 0px; pointer-events: auto; position: relative; width: 1px; }\",\".framer-gSTFX .framer-1jmcd4p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; opacity: 0.75; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-gSTFX .framer-uebl0k, .framer-gSTFX .framer-12u01ro { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-gSTFX .framer-1tiras9-container, .framer-gSTFX .framer-14m9dec-container, .framer-gSTFX .framer-14wj3g3-container, .framer-gSTFX .framer-cpfmfi-container { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-gSTFX .framer-u9w7qm, .framer-gSTFX .framer-186b110, .framer-gSTFX .framer-w64wqi { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-gSTFX .framer-18vm531-container { flex: none; height: auto; position: relative; width: 93px; }\",\".framer-gSTFX .framer-1qbqww5 { --framer-text-wrap: balance; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-gSTFX .framer-nq4469 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; opacity: 0.75; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-gSTFX .framer-15pcnyc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-gSTFX .framer-3f67so, .framer-gSTFX .framer-11ciyi0, .framer-gSTFX .framer-wshwy0, .framer-gSTFX .framer-1mno723 { --border-bottom-width: 1px; --border-color: rgba(71, 84, 102, 0.5); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-gSTFX .framer-1no5hhb-container, .framer-gSTFX .framer-17zg4yr-container, .framer-gSTFX .framer-14bcsc0-container, .framer-gSTFX .framer-1f015on-container, .framer-gSTFX .framer-1ujwg6y-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-gSTFX .framer-1thiekc { --border-bottom-width: 1px; --border-color: rgba(71, 84, 102, 0.5); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 8px 0px 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-gSTFX .framer-1c6taa-container { flex: none; height: auto; pointer-events: none; position: relative; width: 36px; }\",\".framer-gSTFX .framer-zp6fp-container { bottom: 0px; flex: none; height: auto; left: 0px; pointer-events: auto; position: absolute; right: 0px; z-index: 1; }\",\".framer-gSTFX .framer-1tf2f5x, .framer-gSTFX .framer-5ftwpv, .framer-gSTFX .framer-3vmsah { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-gSTFX .framer-rtejmj { aspect-ratio: 1.3333333333333333 / 1; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 377px); overflow: visible; position: relative; width: 1px; z-index: 1; }\",\".framer-gSTFX .framer-18gvdwe { align-content: center; align-items: center; bottom: -25px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 45px; justify-content: center; overflow: hidden; padding: 0px; position: absolute; right: -25px; width: 44px; }\",\".framer-gSTFX .framer-y2w0ca { flex: none; height: 45px; position: relative; width: 44px; }\",\".framer-gSTFX .framer-1b9sfho { -webkit-mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 74%) add; bottom: 0px; flex: none; left: 0px; mask: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,1) 74%) add; mix-blend-mode: darken; opacity: 0.1; pointer-events: none; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-gSTFX .framer-wcicqz-container, .framer-gSTFX .framer-t22acg-container { bottom: 0px; flex: none; height: 24px; left: 0px; position: absolute; right: 0px; z-index: 1; }\",\".framer-gSTFX .framer-glm4wq, .framer-gSTFX .framer-1g8tod8 { height: 24px; position: relative; width: 92px; }\",\".framer-gSTFX .framer-lexp, .framer-gSTFX .framer-59c806 { height: 24px; opacity: 0.4; position: relative; width: 92px; }\",\".framer-gSTFX .framer-wq2w12 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 64px 0px 92px 0px; position: relative; width: 100%; }\",\".framer-gSTFX .framer-15lyqry { 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: 1200px; overflow: visible; padding: 0px 32px 0px 32px; position: relative; width: 100%; }\",\".framer-gSTFX .framer-10ji9ms { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: visible; padding: 0px 48px 0px 12px; position: relative; width: 1px; }\",\".framer-gSTFX .framer-8eh7fu { align-content: center; align-items: center; background-color: #f5f5f5; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 12px; position: sticky; top: 128px; width: 1px; will-change: transform; z-index: 1; }\",\".framer-gSTFX .framer-2jcadf-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-gSTFX .framer-b6k02n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 740px; }\",\".framer-gSTFX .framer-tuscyl { --framer-paragraph-spacing: 32px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-gSTFX .framer-11nucq7 { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-gSTFX .framer-l1ndty, .framer-gSTFX .framer-3oymgv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-gSTFX .framer-13l1q6r, .framer-gSTFX .framer-1ugixvd { align-content: center; align-items: center; background-color: #f5f5f5; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 16px; position: relative; text-decoration: none; width: 100%; z-index: 1; }\",\".framer-gSTFX .framer-n2daqv, .framer-gSTFX .framer-16hh6o6 { aspect-ratio: 1 / 1; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: var(--framer-aspect-ratio-supported, 100px); overflow: hidden; position: relative; width: 100px; will-change: var(--framer-will-change-override, transform); }\",\".framer-gSTFX .framer-1epj76 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-gSTFX .framer-46tg5f, .framer-gSTFX .framer-aoo2a6 { --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-gSTFX .framer-wmineo { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-gSTFX .framer-1somij4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-gSTFX .framer-1tced23 { align-content: center; align-items: center; background-color: #f5f5f5; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 72px 40px 6px 40px; position: relative; width: 100%; z-index: 1; }\",\".framer-gSTFX .framer-ujcnfa { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 82px; height: min-content; justify-content: center; max-width: 1120px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-gSTFX .framer-ldllim { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-text-wrap: balance; flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-gSTFX .framer-1u2swyg { display: grid; flex: none; gap: 24px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(1px, 1fr)); height: min-content; justify-content: center; max-width: 1120px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-gSTFX .framer-13hsyo7 { --border-bottom-width: 2px; --border-color: #784be0; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; align-content: center; align-items: center; align-self: start; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; box-shadow: 0px 4px 0px 0px #784be0; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 0px; height: auto; justify-content: flex-start; justify-self: start; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-gSTFX .framer-h2j6b1 { aspect-ratio: 1.3333333333333333 / 1; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: var(--framer-aspect-ratio-supported, 268px); position: relative; width: 100%; }\",\".framer-gSTFX .framer-znrxct { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; min-width: 200px; padding: 24px; position: relative; width: 100%; }\",\".framer-gSTFX .framer-1plwlt8 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-gSTFX .framer-139sg7y { background-color: #e6e6e6; flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-gSTFX .framer-1614e8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-gSTFX .framer-1euyu33, .framer-gSTFX .framer-c0wyd7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-gSTFX .framer-swzmje-container { flex: none; height: auto; position: relative; width: 100px; }\",\".framer-gSTFX .framer-r76sd0-container, .framer-gSTFX .framer-1v7st1j-container { flex: none; height: 24px; left: 0px; position: absolute; right: 0px; top: -1px; }\",\".framer-gSTFX .framer-73mwbf { align-content: center; align-items: center; background-color: #f5f5f5; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 48px 40px 48px 40px; position: relative; width: 100%; z-index: 1; }\",\".framer-gSTFX .framer-13goldg { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1120px; overflow: hidden; padding: 56px 24px 56px 24px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-gSTFX .framer-1x0rzgi { 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: 0px; position: relative; width: 100%; }\",\".framer-gSTFX .framer-ez69by { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; max-width: 1120px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-gSTFX .framer-u4arxh { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-text-wrap: balance; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-gSTFX .framer-139v5yr { --framer-paragraph-spacing: 30px; --framer-text-wrap: balance; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-gSTFX .framer-kfb1z9-container { flex: none; height: 52px; position: relative; width: 424px; }\",\".framer-gSTFX .framer-18ntoc6-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-gSTFX.framer-a94fvf, .framer-gSTFX .framer-byv2lb, .framer-gSTFX .framer-11heq4u, .framer-gSTFX .framer-196majt, .framer-gSTFX .framer-1hg9o3b, .framer-gSTFX .framer-15jlowx, .framer-gSTFX .framer-1jmcd4p, .framer-gSTFX .framer-uebl0k, .framer-gSTFX .framer-12u01ro, .framer-gSTFX .framer-nq4469, .framer-gSTFX .framer-15pcnyc, .framer-gSTFX .framer-3f67so, .framer-gSTFX .framer-11ciyi0, .framer-gSTFX .framer-wshwy0, .framer-gSTFX .framer-1mno723, .framer-gSTFX .framer-1thiekc, .framer-gSTFX .framer-18gvdwe, .framer-gSTFX .framer-wq2w12, .framer-gSTFX .framer-15lyqry, .framer-gSTFX .framer-10ji9ms, .framer-gSTFX .framer-8eh7fu, .framer-gSTFX .framer-b6k02n, .framer-gSTFX .framer-11nucq7, .framer-gSTFX .framer-l1ndty, .framer-gSTFX .framer-13l1q6r, .framer-gSTFX .framer-1epj76, .framer-gSTFX .framer-3oymgv, .framer-gSTFX .framer-1ugixvd, .framer-gSTFX .framer-wmineo, .framer-gSTFX .framer-1somij4, .framer-gSTFX .framer-1tced23, .framer-gSTFX .framer-ujcnfa, .framer-gSTFX .framer-13hsyo7, .framer-gSTFX .framer-znrxct, .framer-gSTFX .framer-1614e8, .framer-gSTFX .framer-1euyu33, .framer-gSTFX .framer-c0wyd7, .framer-gSTFX .framer-73mwbf, .framer-gSTFX .framer-13goldg, .framer-gSTFX .framer-1x0rzgi, .framer-gSTFX .framer-ez69by { gap: 0px; } .framer-gSTFX.framer-a94fvf > *, .framer-gSTFX .framer-byv2lb > *, .framer-gSTFX .framer-13hsyo7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-gSTFX.framer-a94fvf > :first-child, .framer-gSTFX .framer-byv2lb > :first-child, .framer-gSTFX .framer-196majt > :first-child, .framer-gSTFX .framer-15jlowx > :first-child, .framer-gSTFX .framer-nq4469 > :first-child, .framer-gSTFX .framer-wq2w12 > :first-child, .framer-gSTFX .framer-b6k02n > :first-child, .framer-gSTFX .framer-11nucq7 > :first-child, .framer-gSTFX .framer-l1ndty > :first-child, .framer-gSTFX .framer-1epj76 > :first-child, .framer-gSTFX .framer-3oymgv > :first-child, .framer-gSTFX .framer-wmineo > :first-child, .framer-gSTFX .framer-1tced23 > :first-child, .framer-gSTFX .framer-ujcnfa > :first-child, .framer-gSTFX .framer-13hsyo7 > :first-child, .framer-gSTFX .framer-znrxct > :first-child, .framer-gSTFX .framer-73mwbf > :first-child, .framer-gSTFX .framer-13goldg > :first-child, .framer-gSTFX .framer-1x0rzgi > :first-child, .framer-gSTFX .framer-ez69by > :first-child { margin-top: 0px; } .framer-gSTFX.framer-a94fvf > :last-child, .framer-gSTFX .framer-byv2lb > :last-child, .framer-gSTFX .framer-196majt > :last-child, .framer-gSTFX .framer-15jlowx > :last-child, .framer-gSTFX .framer-nq4469 > :last-child, .framer-gSTFX .framer-wq2w12 > :last-child, .framer-gSTFX .framer-b6k02n > :last-child, .framer-gSTFX .framer-11nucq7 > :last-child, .framer-gSTFX .framer-l1ndty > :last-child, .framer-gSTFX .framer-1epj76 > :last-child, .framer-gSTFX .framer-3oymgv > :last-child, .framer-gSTFX .framer-wmineo > :last-child, .framer-gSTFX .framer-1tced23 > :last-child, .framer-gSTFX .framer-ujcnfa > :last-child, .framer-gSTFX .framer-13hsyo7 > :last-child, .framer-gSTFX .framer-znrxct > :last-child, .framer-gSTFX .framer-73mwbf > :last-child, .framer-gSTFX .framer-13goldg > :last-child, .framer-gSTFX .framer-1x0rzgi > :last-child, .framer-gSTFX .framer-ez69by > :last-child { margin-bottom: 0px; } .framer-gSTFX .framer-11heq4u > *, .framer-gSTFX .framer-3f67so > *, .framer-gSTFX .framer-11ciyi0 > *, .framer-gSTFX .framer-wshwy0 > *, .framer-gSTFX .framer-1mno723 > *, .framer-gSTFX .framer-18gvdwe > *, .framer-gSTFX .framer-10ji9ms > *, .framer-gSTFX .framer-8eh7fu > *, .framer-gSTFX .framer-13l1q6r > *, .framer-gSTFX .framer-1ugixvd > *, .framer-gSTFX .framer-1somij4 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-gSTFX .framer-11heq4u > :first-child, .framer-gSTFX .framer-1hg9o3b > :first-child, .framer-gSTFX .framer-1jmcd4p > :first-child, .framer-gSTFX .framer-uebl0k > :first-child, .framer-gSTFX .framer-12u01ro > :first-child, .framer-gSTFX .framer-15pcnyc > :first-child, .framer-gSTFX .framer-3f67so > :first-child, .framer-gSTFX .framer-11ciyi0 > :first-child, .framer-gSTFX .framer-wshwy0 > :first-child, .framer-gSTFX .framer-1mno723 > :first-child, .framer-gSTFX .framer-1thiekc > :first-child, .framer-gSTFX .framer-18gvdwe > :first-child, .framer-gSTFX .framer-15lyqry > :first-child, .framer-gSTFX .framer-10ji9ms > :first-child, .framer-gSTFX .framer-8eh7fu > :first-child, .framer-gSTFX .framer-13l1q6r > :first-child, .framer-gSTFX .framer-1ugixvd > :first-child, .framer-gSTFX .framer-1somij4 > :first-child, .framer-gSTFX .framer-1614e8 > :first-child, .framer-gSTFX .framer-1euyu33 > :first-child, .framer-gSTFX .framer-c0wyd7 > :first-child { margin-left: 0px; } .framer-gSTFX .framer-11heq4u > :last-child, .framer-gSTFX .framer-1hg9o3b > :last-child, .framer-gSTFX .framer-1jmcd4p > :last-child, .framer-gSTFX .framer-uebl0k > :last-child, .framer-gSTFX .framer-12u01ro > :last-child, .framer-gSTFX .framer-15pcnyc > :last-child, .framer-gSTFX .framer-3f67so > :last-child, .framer-gSTFX .framer-11ciyi0 > :last-child, .framer-gSTFX .framer-wshwy0 > :last-child, .framer-gSTFX .framer-1mno723 > :last-child, .framer-gSTFX .framer-1thiekc > :last-child, .framer-gSTFX .framer-18gvdwe > :last-child, .framer-gSTFX .framer-15lyqry > :last-child, .framer-gSTFX .framer-10ji9ms > :last-child, .framer-gSTFX .framer-8eh7fu > :last-child, .framer-gSTFX .framer-13l1q6r > :last-child, .framer-gSTFX .framer-1ugixvd > :last-child, .framer-gSTFX .framer-1somij4 > :last-child, .framer-gSTFX .framer-1614e8 > :last-child, .framer-gSTFX .framer-1euyu33 > :last-child, .framer-gSTFX .framer-c0wyd7 > :last-child { margin-right: 0px; } .framer-gSTFX .framer-196majt > *, .framer-gSTFX .framer-wq2w12 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-gSTFX .framer-1hg9o3b > * { margin: 0px; margin-left: calc(148px / 2); margin-right: calc(148px / 2); } .framer-gSTFX .framer-15jlowx > *, .framer-gSTFX .framer-l1ndty > *, .framer-gSTFX .framer-3oymgv > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-gSTFX .framer-1jmcd4p > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-gSTFX .framer-uebl0k > *, .framer-gSTFX .framer-12u01ro > *, .framer-gSTFX .framer-15pcnyc > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-gSTFX .framer-nq4469 > *, .framer-gSTFX .framer-11nucq7 > *, .framer-gSTFX .framer-ez69by > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-gSTFX .framer-1thiekc > *, .framer-gSTFX .framer-15lyqry > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-gSTFX .framer-b6k02n > *, .framer-gSTFX .framer-1tced23 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-gSTFX .framer-1epj76 > *, .framer-gSTFX .framer-wmineo > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-gSTFX .framer-ujcnfa > * { margin: 0px; margin-bottom: calc(82px / 2); margin-top: calc(82px / 2); } .framer-gSTFX .framer-znrxct > *, .framer-gSTFX .framer-13goldg > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-gSTFX .framer-1614e8 > * { margin: 0px; margin-left: calc(18px / 2); margin-right: calc(18px / 2); } .framer-gSTFX .framer-1euyu33 > *, .framer-gSTFX .framer-c0wyd7 > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-gSTFX .framer-73mwbf > *, .framer-gSTFX .framer-1x0rzgi > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,'.framer-gSTFX[data-border=\"true\"]::after, .framer-gSTFX [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: 810px) and (max-width: 1199px) { .framer-gSTFX.framer-a94fvf { width: 810px; } .framer-gSTFX .framer-1hg9o3b { flex-direction: column; gap: 64px; } .framer-gSTFX .framer-15jlowx { flex: none; max-width: unset; width: 100%; } .framer-gSTFX .framer-rtejmj { flex: none; height: var(--framer-aspect-ratio-supported, 571px); width: 100%; } .framer-gSTFX .framer-wq2w12 { padding: 72px 80px 64px 80px; } .framer-gSTFX .framer-15lyqry { padding: 0px; } .framer-gSTFX .framer-b6k02n { flex: 1 0 0px; width: 1px; } .framer-gSTFX .framer-1tced23 { gap: 60px; padding: 72px 24px 8px 24px; } .framer-gSTFX .framer-ujcnfa { max-width: unset; } .framer-gSTFX .framer-1u2swyg { gap: 16px; } .framer-gSTFX .framer-h2j6b1 { height: var(--framer-aspect-ratio-supported, 182px); } .framer-gSTFX .framer-znrxct { gap: 20px; padding: 20px 16px 20px 16px; } .framer-gSTFX .framer-1614e8 { gap: 12px; } .framer-gSTFX .framer-73mwbf { gap: 60px; padding: 32px 24px 32px 24px; } .framer-gSTFX .framer-ez69by { max-width: 682px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-gSTFX .framer-1hg9o3b, .framer-gSTFX .framer-1tced23, .framer-gSTFX .framer-1u2swyg, .framer-gSTFX .framer-znrxct, .framer-gSTFX .framer-1614e8, .framer-gSTFX .framer-73mwbf { gap: 0px; } .framer-gSTFX .framer-1hg9o3b > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-gSTFX .framer-1hg9o3b > :first-child, .framer-gSTFX .framer-1tced23 > :first-child, .framer-gSTFX .framer-znrxct > :first-child, .framer-gSTFX .framer-73mwbf > :first-child { margin-top: 0px; } .framer-gSTFX .framer-1hg9o3b > :last-child, .framer-gSTFX .framer-1tced23 > :last-child, .framer-gSTFX .framer-znrxct > :last-child, .framer-gSTFX .framer-73mwbf > :last-child { margin-bottom: 0px; } .framer-gSTFX .framer-1tced23 > *, .framer-gSTFX .framer-73mwbf > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-gSTFX .framer-1u2swyg > *, .framer-gSTFX .framer-1u2swyg > :first-child, .framer-gSTFX .framer-1u2swyg > :last-child { margin: 0px; } .framer-gSTFX .framer-znrxct > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-gSTFX .framer-1614e8 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-gSTFX .framer-1614e8 > :first-child { margin-left: 0px; } .framer-gSTFX .framer-1614e8 > :last-child { margin-right: 0px; } }}\",\"@media (max-width: 809px) { .framer-gSTFX.framer-a94fvf { width: 390px; } .framer-gSTFX .framer-196majt { padding: 100px 24px 92px 24px; } .framer-gSTFX .framer-1hg9o3b { flex-direction: column; gap: 48px; } .framer-gSTFX .framer-15jlowx { flex: none; gap: 24px; width: 100%; } .framer-gSTFX .framer-1jmcd4p { align-content: flex-start; align-items: flex-start; gap: 16px; } .framer-gSTFX .framer-rtejmj { flex: none; height: var(--framer-aspect-ratio-supported, 257px); width: 100%; } .framer-gSTFX .framer-wq2w12 { padding: 56px 24px 48px 24px; } .framer-gSTFX .framer-15lyqry { padding: 0px; } .framer-gSTFX .framer-b6k02n { flex: 1 0 0px; width: 1px; } .framer-gSTFX .framer-n2daqv, .framer-gSTFX .framer-16hh6o6 { height: var(--framer-aspect-ratio-supported, 80px); width: 80px; } .framer-gSTFX .framer-1tced23 { gap: 32px; padding: 60px 24px 6px 24px; z-index: 2; } .framer-gSTFX .framer-ujcnfa { gap: 60px; } .framer-gSTFX .framer-ldllim { --framer-text-wrap: unset; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-gSTFX .framer-1u2swyg { grid-template-columns: repeat(1, minmax(1px, 1fr)); } .framer-gSTFX .framer-h2j6b1 { aspect-ratio: 1.71 / 1; height: var(--framer-aspect-ratio-supported, 117px); } .framer-gSTFX .framer-znrxct { gap: 16px; } .framer-gSTFX .framer-73mwbf { padding: 18px 24px 32px 24px; z-index: 2; } .framer-gSTFX .framer-13goldg { gap: 20px; padding: 32px 24px 24px 24px; } .framer-gSTFX .framer-u4arxh { --framer-text-wrap: unset; } .framer-gSTFX .framer-kfb1z9-container { height: 50px; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-gSTFX .framer-1hg9o3b, .framer-gSTFX .framer-15jlowx, .framer-gSTFX .framer-1jmcd4p, .framer-gSTFX .framer-1tced23, .framer-gSTFX .framer-ujcnfa, .framer-gSTFX .framer-znrxct, .framer-gSTFX .framer-13goldg { gap: 0px; } .framer-gSTFX .framer-1hg9o3b > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-gSTFX .framer-1hg9o3b > :first-child, .framer-gSTFX .framer-15jlowx > :first-child, .framer-gSTFX .framer-1tced23 > :first-child, .framer-gSTFX .framer-ujcnfa > :first-child, .framer-gSTFX .framer-znrxct > :first-child, .framer-gSTFX .framer-13goldg > :first-child { margin-top: 0px; } .framer-gSTFX .framer-1hg9o3b > :last-child, .framer-gSTFX .framer-15jlowx > :last-child, .framer-gSTFX .framer-1tced23 > :last-child, .framer-gSTFX .framer-ujcnfa > :last-child, .framer-gSTFX .framer-znrxct > :last-child, .framer-gSTFX .framer-13goldg > :last-child { margin-bottom: 0px; } .framer-gSTFX .framer-15jlowx > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-gSTFX .framer-1jmcd4p > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-gSTFX .framer-1jmcd4p > :first-child { margin-left: 0px; } .framer-gSTFX .framer-1jmcd4p > :last-child { margin-right: 0px; } .framer-gSTFX .framer-1tced23 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-gSTFX .framer-ujcnfa > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-gSTFX .framer-znrxct > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-gSTFX .framer-13goldg > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 7289\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"LUnD83dCV\":{\"layout\":[\"fixed\",\"auto\"]},\"NGzg_UM2F\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"wp7iyTxbV\":{\"pattern\":\":wp7iyTxbV\",\"name\":\"start\"},\"hWCnwqyUp\":{\"pattern\":\":hWCnwqyUp\",\"name\":\"blog\"},\"e7sy52DmU\":{\"pattern\":\":e7sy52DmU\",\"name\":\"scroll-id\"},\"o0x0f19Qv\":{\"pattern\":\":o0x0f19Qv\",\"name\":\"end\"}}\n * @framerResponsiveScreen\n */const FramerT3xLcqA9i=withCSS(Component,css,\"framer-gSTFX\");export default FramerT3xLcqA9i;FramerT3xLcqA9i.displayName=\"Page\";FramerT3xLcqA9i.defaultProps={height:7289,width:1200};addFonts(FramerT3xLcqA9i,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLEj6V15vFP-KUEg.woff2\",weight:\"600\"},{family:\"Be Vietnam Pro\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/bevietnampro/v11/QdVPSTAyLFyeg_IDWvOJmVES_Ew1D3s6ZKAi.woff2\",weight:\"400\"},{family:\"Be Vietnam Pro\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/QMIUKUCANYOW3DZTE34ZMVXC7KRYZNCO/X3SZZ4Z5SZNM5K75FPPASQ2YRIJMIPUD/G2K4CBVGEH7VFVIC3T6GBHAWO2E2W7YQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Montserrat\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew7Y3tcoqK5.woff2\",weight:\"500\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"},{family:\"Be Vietnam Pro\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/VZXRYUQGJWOEW3WBHI2ZRU7QWD66UURZ/KPLUZ2LM37KI6366QBECNGUXYQRCQT5Y/YDWF2IPIKXPINAVFZDUWBJ7A2JGQE6MX.woff2\",weight:\"500\"}]},...AnnouncementBarFonts,...NavbarV2Fonts,...NavigationMobileMenuFonts,...PhosphorFonts,...ArticleReadTimeFonts,...SocialShareFonts,...TickerFonts,...TableOfContentsFonts,...SectionBadgeFonts,...EmailInputFonts,...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),...componentPresets.fonts?.[\"RSGihB4uY\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"RSGihB4uY\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerT3xLcqA9i\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"{\\\"wp7iyTxbV\\\":{\\\"pattern\\\":\\\":wp7iyTxbV\\\",\\\"name\\\":\\\"start\\\"},\\\"hWCnwqyUp\\\":{\\\"pattern\\\":\\\":hWCnwqyUp\\\",\\\"name\\\":\\\"blog\\\"},\\\"e7sy52DmU\\\":{\\\"pattern\\\":\\\":e7sy52DmU\\\",\\\"name\\\":\\\"scroll-id\\\"},\\\"o0x0f19Qv\\\":{\\\"pattern\\\":\\\":o0x0f19Qv\\\",\\\"name\\\":\\\"end\\\"}}\",\"framerIntrinsicHeight\":\"7289\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LUnD83dCV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NGzg_UM2F\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerResponsiveScreen\":\"\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["imageRadius", "CMSContentImageRadius", "Component", "props", "u", "l", "p", "truncatedTextPrefix", "TruncatedText", "Component", "props", "name", "lines", "p", "withProgress", "Component", "props", "progress", "setProgress", "ye", "isScrolling", "setIsScrolling", "prevScrollY", "pe", "ue", "calculateProgress", "startEl", "endEl", "sectionHeight", "sectionProgress", "window", "handleScroll", "scrollY", "handleScrollEnd", "p", "BRAND_COLORS", "PLATFORM_NAMES", "SocialShare", "props", "type", "colors", "iconSize", "border", "shareUrl", "setShareUrl", "ye", "encodedUrl", "borderRadius", "ue", "window", "linkUrl", "copyToClipboard", "navigator", "err", "u", "Color", "p", "SocialIcon", "addPropertyControls", "ControlType", "size", "color", "customIcon", "contents", "fill", "stroke", "l", "_customIcon_image", "_customIcon_image1", "borderProp", "color", "ControlType", "Border", "width", "style", "radius", "p", "LETTERS", "TableOfContents", "props", "content", "title", "includedHeadings", "linking", "fontColor", "textMode", "gap", "topDistance", "labels", "highlight", "p", "pt", "pr", "pb", "pl", "parsePadding", "headings", "setHeadings", "ye", "headingTitles", "se", "_content_props", "titles", "children", "j", "child", "text", "getTextFromReactElement", "uniqueLayoutId", "itemsBeforeHeadings", "pe", "totalItems", "activeIndex", "setActiveIndex", "activeIndexRef", "ue", "headingElements", "contentElement", "headingsByType", "i", "headingCounts", "_headingsByType_headingIndex", "headingIndex", "element", "onScroll", "index", "header", "docHeight", "main", "_main_firstElementChild_firstElementChild", "_main_firstElementChild", "_main_firstElementChild_firstElementChild_offsetHeight", "window", "newIndex", "onTitleButtonPress", "onHeadingButtonPress", "buttons", "LayoutGroup", "value", "u", "motion", "Border", "ButtonLabel", "headingControl", "ControlType", "addPropertyControls", "borderProp", "type", "prefixAndSuffix", "numberToRomanNumeral", "num", "numValues", "romanNumerals", "romanStr", "padding", "parsedValues", "props", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "AnnouncementBarFonts", "getFonts", "xkk9AB0sC_default", "NavbarV2Fonts", "E_IS5shXO_default", "NavigationMobileMenuFonts", "mENTx6s9J_default", "MotionDivWithProgressWithFX", "withFX", "withProgress", "motion", "MotionDivWithFX", "PhosphorFonts", "Icon", "ArticleReadTimeFonts", "ArticleReadTime", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichTextWithOptimizedAppearEffect", "RichText2", "SocialShareFonts", "SocialShare", "ImageWithOptimizedAppearEffect", "Image2", "TickerFonts", "Ticker", "TableOfContentsFonts", "TableOfContents", "RichTextCMSContentImageRadiusWithOptimizedAppearEffect", "CMSContentImageRadius", "RichTextTruncatedText", "TruncatedText", "MotionAWithOptimizedAppearEffect", "RichTextTruncatedText1", "SectionBadgeFonts", "YjXjiKdIG_default", "EmailInputFonts", "wxrw6vXsZ_default", "FooterFonts", "x6_XhGmE5_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "transition2", "animation1", "animation2", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transition3", "animation3", "animation4", "animation5", "transition4", "animation6", "animation7", "toDateString", "value", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "transition5", "animation8", "animation9", "transition6", "animation10", "toResponsiveImage", "transition7", "animation11", "animation12", "transition8", "animation13", "greaterThan", "a", "b", "transition9", "animation14", "QueryData", "query", "pageSize", "data", "useQueryData", "transition10", "animation15", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "qovR4MdNv_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "QgBW3BVwV", "TGMyN8KRA", "oePfPLbZ6", "JXsbnNQiG", "SBlYf4rIb", "TyagpXzTGuWuHX5BOK", "JXsbnNQiGuWuHX5BOK", "oePfPLbZ6uWuHX5BOK", "iduWuHX5BOK", "TyagpXzTGlctGjaYKg", "oePfPLbZ6lctGjaYKg", "JXsbnNQiGlctGjaYKg", "idlctGjaYKg", "TyagpXzTGEa9EYmExZ", "JXsbnNQiGEa9EYmExZ", "oePfPLbZ6Ea9EYmExZ", "QgBW3BVwVEa9EYmExZ", "TGMyN8KRAEa9EYmExZ", "idEa9EYmExZ", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "uDGM5ekJE3bnx0g", "overlay", "loadMore", "args", "gMyxV_QTw1wnntms", "arBt6Ylpw1wnntms", "scopingClassNames", "cx", "ref1", "pe", "activeLocaleCode", "useLocaleCode", "textContent", "elementId", "useRouteElementId", "ref2", "elementId1", "ref3", "isDisplayed", "elementId2", "ref4", "elementId3", "ref5", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "Container", "l", "PropertyOverrides2", "AnimatePresence", "Ga", "x", "getLoadingLazyAtYPosition", "SVG", "ComponentPresetsProvider", "ChildrenCanSuspend", "collection", "paginationInfo", "index", "PathVariablesContext", "Link", "collection1", "paginationInfo1", "loadMore1", "index1", "collection2", "paginationInfo2", "loadMore2", "index2", "textContent1", "css", "FramerT3xLcqA9i", "withCSS", "T3xLcqA9i_default", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
