@dentira/dentira-bulk-upload-widget 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +27 -39
- package/dist/index.d.ts +0 -1
- package/dist/index.es.js +24234 -24230
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +11 -11
- package/dist/index.umd.js.map +1 -1
- package/dist/src/components/FileIcon.d.ts +1 -2
- package/dist/src/hooks/useDownloadTemplate.d.ts +2 -2
- package/dist/src/types.d.ts +3 -12
- package/dist/src/utils/constants.d.ts +2 -0
- package/package.json +1 -1
- package/dist/vite.svg +0 -1
package/dist/index.umd.js
CHANGED
|
@@ -148,7 +148,7 @@ theme.transitions = createTransitions(theme.transitions || {});
|
|
|
148
148
|
|
|
149
149
|
export default theme;`}function createThemeNoVars(e={},...t){const{breakpoints:n,mixins:i={},spacing:s,palette:o={},transitions:a={},typography:l={},shape:c,...u}=e;if(e.vars)throw new Error(process.env.NODE_ENV!=="production"?"MUI: `vars` is a private field used for CSS variables support.\nPlease use another name.":formatMuiErrorMessage(20));const f=createPalette(o),x=createTheme$1(e);let m=deepmerge(x,{mixins:createMixins(x.breakpoints,i),palette:f,shadows:shadows$1.slice(),typography:createTypography(f,l),transitions:createTransitions(a),zIndex:{...zIndex$1}});if(m=deepmerge(m,u),m=t.reduce((S,E)=>deepmerge(S,E),m),process.env.NODE_ENV!=="production"){const S=["active","checked","completed","disabled","error","expanded","focused","focusVisible","required","selected"],E=(d,I)=>{let y;for(y in d){const P=d[y];if(S.includes(y)&&Object.keys(P).length>0){if(process.env.NODE_ENV!=="production"){const b=generateUtilityClass("",y);console.error([`MUI: The \`${I}\` component increases the CSS specificity of the \`${y}\` internal state.`,"You can not override it like this: ",JSON.stringify(d,null,2),"",`Instead, you need to use the '&.${b}' syntax:`,JSON.stringify({root:{[`&.${b}`]:P}},null,2),"","https://mui.com/r/state-classes-guide"].join(`
|
|
150
150
|
`))}d[y]={}}}};Object.keys(m.components).forEach(d=>{const I=m.components[d].styleOverrides;I&&d.startsWith("Mui")&&E(I,d)})}return m.unstable_sxConfig={...defaultSxConfig$1,...u==null?void 0:u.unstable_sxConfig},m.unstable_sx=function(E){return styleFunctionSx$1({sx:E,theme:this})},m.toRuntimeSource=stringifyTheme,m}function getOverlayAlpha(e){let t;return e<1?t=5.11916*e**2:t=4.5*Math.log(e+1)+2,Math.round(t*10)/1e3}const defaultDarkOverlays=[...Array(25)].map((e,t)=>{if(t===0)return"none";const n=getOverlayAlpha(t);return`linear-gradient(rgba(255 255 255 / ${n}), rgba(255 255 255 / ${n}))`});function getOpacity(e){return{inputPlaceholder:e==="dark"?.5:.42,inputUnderline:e==="dark"?.7:.42,switchTrackDisabled:e==="dark"?.2:.12,switchTrack:e==="dark"?.3:.38}}function getOverlays(e){return e==="dark"?defaultDarkOverlays:[]}function createColorScheme(e){const{palette:t={mode:"light"},opacity:n,overlays:i,...s}=e,o=createPalette(t);return{palette:o,opacity:{...getOpacity(o.mode),...n},overlays:i||getOverlays(o.mode),...s}}function shouldSkipGeneratingVar(e){var t;return!!e[0].match(/(cssVarPrefix|colorSchemeSelector|rootSelector|typography|mixins|breakpoints|direction|transitions)/)||!!e[0].match(/sxConfig$/)||e[0]==="palette"&&!!((t=e[1])!=null&&t.match(/(mode|contrastThreshold|tonalOffset)/))}const excludeVariablesFromRoot=e=>[...[...Array(25)].map((t,n)=>`--${e?`${e}-`:""}overlays-${n}`),`--${e?`${e}-`:""}palette-AppBar-darkBg`,`--${e?`${e}-`:""}palette-AppBar-darkColor`],excludeVariablesFromRoot$1=excludeVariablesFromRoot,defaultGetSelector=e=>(t,n)=>{const i=e.rootSelector||":root",s=e.colorSchemeSelector;let o=s;if(s==="class"&&(o=".%s"),s==="data"&&(o="[data-%s]"),s!=null&&s.startsWith("data-")&&!s.includes("%s")&&(o=`[${s}="%s"]`),e.defaultColorScheme===t){if(t==="dark"){const a={};return excludeVariablesFromRoot$1(e.cssVarPrefix).forEach(l=>{a[l]=n[l],delete n[l]}),o==="media"?{[i]:n,"@media (prefers-color-scheme: dark)":{[i]:a}}:o?{[o.replace("%s",t)]:a,[`${i}, ${o.replace("%s",t)}`]:n}:{[i]:{...n,...a}}}if(o&&o!=="media")return`${i}, ${o.replace("%s",String(t))}`}else if(t){if(o==="media")return{[`@media (prefers-color-scheme: ${String(t)})`]:{[i]:n}};if(o)return o.replace("%s",String(t))}return i};function assignNode(e,t){t.forEach(n=>{e[n]||(e[n]={})})}function setColor(e,t,n){!e[t]&&n&&(e[t]=n)}function toRgb(e){return typeof e!="string"||!e.startsWith("hsl")?e:hslToRgb(e)}function setColorChannel(e,t){`${t}Channel`in e||(e[`${t}Channel`]=private_safeColorChannel(toRgb(e[t]),`MUI: Can't create \`palette.${t}Channel\` because \`palette.${t}\` is not one of these formats: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().
|
|
151
|
-
To suppress this warning, you need to explicitly provide the \`palette.${t}Channel\` as a string (in rgb format, for example "12 12 12") or undefined if you want to remove the channel token.`))}function getSpacingVal(e){return typeof e=="number"?`${e}px`:typeof e=="string"||typeof e=="function"||Array.isArray(e)?e:"8px"}const silent=e=>{try{return e()}catch{}},createGetCssVar=(e="mui")=>createGetCssVar$1(e);function attachColorScheme$1(e,t,n,i){if(!t)return;t=t===!0?{}:t;const s=i==="dark"?"dark":"light";if(!n){e[i]=createColorScheme({...t,palette:{mode:s,...t==null?void 0:t.palette}});return}const{palette:o,...a}=createThemeNoVars({...n,palette:{mode:s,...t==null?void 0:t.palette}});return e[i]={...t,palette:o,opacity:{...getOpacity(s),...t==null?void 0:t.opacity},overlays:(t==null?void 0:t.overlays)||getOverlays(s)},a}function createThemeWithVars(e={},...t){const{colorSchemes:n={light:!0},defaultColorScheme:i,disableCssColorScheme:s=!1,cssVarPrefix:o="mui",shouldSkipGeneratingVar:a=shouldSkipGeneratingVar,colorSchemeSelector:l=n.light&&n.dark?"media":void 0,rootSelector:c=":root",...u}=e,f=Object.keys(n)[0],x=i||(n.light&&f!=="light"?"light":f),m=createGetCssVar(o),{[x]:S,light:E,dark:d,...I}=n,y={...I};let P=S;if((x==="dark"&&!("dark"in n)||x==="light"&&!("light"in n))&&(P=!0),!P)throw new Error(process.env.NODE_ENV!=="production"?`MUI: The \`colorSchemes.${x}\` option is either missing or invalid.`:formatMuiErrorMessage(21,x));const b=attachColorScheme$1(y,P,u,x);E&&!y.light&&attachColorScheme$1(y,E,void 0,"light"),d&&!y.dark&&attachColorScheme$1(y,d,void 0,"dark");let T={defaultColorScheme:x,...b,cssVarPrefix:o,colorSchemeSelector:l,rootSelector:c,getCssVar:m,colorSchemes:y,font:{...prepareTypographyVars(b.typography),...b.font},spacing:getSpacingVal(u.spacing)};Object.keys(T.colorSchemes).forEach(e1=>{const j=T.colorSchemes[e1].palette,n1=X=>{const l1=X.split("-"),c1=l1[1],t1=l1[2];return m(X,j[c1][t1])};if(j.mode==="light"&&(setColor(j.common,"background","#fff"),setColor(j.common,"onBackground","#000")),j.mode==="dark"&&(setColor(j.common,"background","#000"),setColor(j.common,"onBackground","#fff")),assignNode(j,["Alert","AppBar","Avatar","Button","Chip","FilledInput","LinearProgress","Skeleton","Slider","SnackbarContent","SpeedDialAction","StepConnector","StepContent","Switch","TableCell","Tooltip"]),j.mode==="light"){setColor(j.Alert,"errorColor",private_safeDarken(j.error.light,.6)),setColor(j.Alert,"infoColor",private_safeDarken(j.info.light,.6)),setColor(j.Alert,"successColor",private_safeDarken(j.success.light,.6)),setColor(j.Alert,"warningColor",private_safeDarken(j.warning.light,.6)),setColor(j.Alert,"errorFilledBg",n1("palette-error-main")),setColor(j.Alert,"infoFilledBg",n1("palette-info-main")),setColor(j.Alert,"successFilledBg",n1("palette-success-main")),setColor(j.Alert,"warningFilledBg",n1("palette-warning-main")),setColor(j.Alert,"errorFilledColor",silent(()=>j.getContrastText(j.error.main))),setColor(j.Alert,"infoFilledColor",silent(()=>j.getContrastText(j.info.main))),setColor(j.Alert,"successFilledColor",silent(()=>j.getContrastText(j.success.main))),setColor(j.Alert,"warningFilledColor",silent(()=>j.getContrastText(j.warning.main))),setColor(j.Alert,"errorStandardBg",private_safeLighten(j.error.light,.9)),setColor(j.Alert,"infoStandardBg",private_safeLighten(j.info.light,.9)),setColor(j.Alert,"successStandardBg",private_safeLighten(j.success.light,.9)),setColor(j.Alert,"warningStandardBg",private_safeLighten(j.warning.light,.9)),setColor(j.Alert,"errorIconColor",n1("palette-error-main")),setColor(j.Alert,"infoIconColor",n1("palette-info-main")),setColor(j.Alert,"successIconColor",n1("palette-success-main")),setColor(j.Alert,"warningIconColor",n1("palette-warning-main")),setColor(j.AppBar,"defaultBg",n1("palette-grey-100")),setColor(j.Avatar,"defaultBg",n1("palette-grey-400")),setColor(j.Button,"inheritContainedBg",n1("palette-grey-300")),setColor(j.Button,"inheritContainedHoverBg",n1("palette-grey-A100")),setColor(j.Chip,"defaultBorder",n1("palette-grey-400")),setColor(j.Chip,"defaultAvatarColor",n1("palette-grey-700")),setColor(j.Chip,"defaultIconColor",n1("palette-grey-700")),setColor(j.FilledInput,"bg","rgba(0, 0, 0, 0.06)"),setColor(j.FilledInput,"hoverBg","rgba(0, 0, 0, 0.09)"),setColor(j.FilledInput,"disabledBg","rgba(0, 0, 0, 0.12)"),setColor(j.LinearProgress,"primaryBg",private_safeLighten(j.primary.main,.62)),setColor(j.LinearProgress,"secondaryBg",private_safeLighten(j.secondary.main,.62)),setColor(j.LinearProgress,"errorBg",private_safeLighten(j.error.main,.62)),setColor(j.LinearProgress,"infoBg",private_safeLighten(j.info.main,.62)),setColor(j.LinearProgress,"successBg",private_safeLighten(j.success.main,.62)),setColor(j.LinearProgress,"warningBg",private_safeLighten(j.warning.main,.62)),setColor(j.Skeleton,"bg",`rgba(${n1("palette-text-primaryChannel")} / 0.11)`),setColor(j.Slider,"primaryTrack",private_safeLighten(j.primary.main,.62)),setColor(j.Slider,"secondaryTrack",private_safeLighten(j.secondary.main,.62)),setColor(j.Slider,"errorTrack",private_safeLighten(j.error.main,.62)),setColor(j.Slider,"infoTrack",private_safeLighten(j.info.main,.62)),setColor(j.Slider,"successTrack",private_safeLighten(j.success.main,.62)),setColor(j.Slider,"warningTrack",private_safeLighten(j.warning.main,.62));const X=private_safeEmphasize(j.background.default,.8);setColor(j.SnackbarContent,"bg",X),setColor(j.SnackbarContent,"color",silent(()=>j.getContrastText(X))),setColor(j.SpeedDialAction,"fabHoverBg",private_safeEmphasize(j.background.paper,.15)),setColor(j.StepConnector,"border",n1("palette-grey-400")),setColor(j.StepContent,"border",n1("palette-grey-400")),setColor(j.Switch,"defaultColor",n1("palette-common-white")),setColor(j.Switch,"defaultDisabledColor",n1("palette-grey-100")),setColor(j.Switch,"primaryDisabledColor",private_safeLighten(j.primary.main,.62)),setColor(j.Switch,"secondaryDisabledColor",private_safeLighten(j.secondary.main,.62)),setColor(j.Switch,"errorDisabledColor",private_safeLighten(j.error.main,.62)),setColor(j.Switch,"infoDisabledColor",private_safeLighten(j.info.main,.62)),setColor(j.Switch,"successDisabledColor",private_safeLighten(j.success.main,.62)),setColor(j.Switch,"warningDisabledColor",private_safeLighten(j.warning.main,.62)),setColor(j.TableCell,"border",private_safeLighten(private_safeAlpha(j.divider,1),.88)),setColor(j.Tooltip,"bg",private_safeAlpha(j.grey[700],.92))}if(j.mode==="dark"){setColor(j.Alert,"errorColor",private_safeLighten(j.error.light,.6)),setColor(j.Alert,"infoColor",private_safeLighten(j.info.light,.6)),setColor(j.Alert,"successColor",private_safeLighten(j.success.light,.6)),setColor(j.Alert,"warningColor",private_safeLighten(j.warning.light,.6)),setColor(j.Alert,"errorFilledBg",n1("palette-error-dark")),setColor(j.Alert,"infoFilledBg",n1("palette-info-dark")),setColor(j.Alert,"successFilledBg",n1("palette-success-dark")),setColor(j.Alert,"warningFilledBg",n1("palette-warning-dark")),setColor(j.Alert,"errorFilledColor",silent(()=>j.getContrastText(j.error.dark))),setColor(j.Alert,"infoFilledColor",silent(()=>j.getContrastText(j.info.dark))),setColor(j.Alert,"successFilledColor",silent(()=>j.getContrastText(j.success.dark))),setColor(j.Alert,"warningFilledColor",silent(()=>j.getContrastText(j.warning.dark))),setColor(j.Alert,"errorStandardBg",private_safeDarken(j.error.light,.9)),setColor(j.Alert,"infoStandardBg",private_safeDarken(j.info.light,.9)),setColor(j.Alert,"successStandardBg",private_safeDarken(j.success.light,.9)),setColor(j.Alert,"warningStandardBg",private_safeDarken(j.warning.light,.9)),setColor(j.Alert,"errorIconColor",n1("palette-error-main")),setColor(j.Alert,"infoIconColor",n1("palette-info-main")),setColor(j.Alert,"successIconColor",n1("palette-success-main")),setColor(j.Alert,"warningIconColor",n1("palette-warning-main")),setColor(j.AppBar,"defaultBg",n1("palette-grey-900")),setColor(j.AppBar,"darkBg",n1("palette-background-paper")),setColor(j.AppBar,"darkColor",n1("palette-text-primary")),setColor(j.Avatar,"defaultBg",n1("palette-grey-600")),setColor(j.Button,"inheritContainedBg",n1("palette-grey-800")),setColor(j.Button,"inheritContainedHoverBg",n1("palette-grey-700")),setColor(j.Chip,"defaultBorder",n1("palette-grey-700")),setColor(j.Chip,"defaultAvatarColor",n1("palette-grey-300")),setColor(j.Chip,"defaultIconColor",n1("palette-grey-300")),setColor(j.FilledInput,"bg","rgba(255, 255, 255, 0.09)"),setColor(j.FilledInput,"hoverBg","rgba(255, 255, 255, 0.13)"),setColor(j.FilledInput,"disabledBg","rgba(255, 255, 255, 0.12)"),setColor(j.LinearProgress,"primaryBg",private_safeDarken(j.primary.main,.5)),setColor(j.LinearProgress,"secondaryBg",private_safeDarken(j.secondary.main,.5)),setColor(j.LinearProgress,"errorBg",private_safeDarken(j.error.main,.5)),setColor(j.LinearProgress,"infoBg",private_safeDarken(j.info.main,.5)),setColor(j.LinearProgress,"successBg",private_safeDarken(j.success.main,.5)),setColor(j.LinearProgress,"warningBg",private_safeDarken(j.warning.main,.5)),setColor(j.Skeleton,"bg",`rgba(${n1("palette-text-primaryChannel")} / 0.13)`),setColor(j.Slider,"primaryTrack",private_safeDarken(j.primary.main,.5)),setColor(j.Slider,"secondaryTrack",private_safeDarken(j.secondary.main,.5)),setColor(j.Slider,"errorTrack",private_safeDarken(j.error.main,.5)),setColor(j.Slider,"infoTrack",private_safeDarken(j.info.main,.5)),setColor(j.Slider,"successTrack",private_safeDarken(j.success.main,.5)),setColor(j.Slider,"warningTrack",private_safeDarken(j.warning.main,.5));const X=private_safeEmphasize(j.background.default,.98);setColor(j.SnackbarContent,"bg",X),setColor(j.SnackbarContent,"color",silent(()=>j.getContrastText(X))),setColor(j.SpeedDialAction,"fabHoverBg",private_safeEmphasize(j.background.paper,.15)),setColor(j.StepConnector,"border",n1("palette-grey-600")),setColor(j.StepContent,"border",n1("palette-grey-600")),setColor(j.Switch,"defaultColor",n1("palette-grey-300")),setColor(j.Switch,"defaultDisabledColor",n1("palette-grey-600")),setColor(j.Switch,"primaryDisabledColor",private_safeDarken(j.primary.main,.55)),setColor(j.Switch,"secondaryDisabledColor",private_safeDarken(j.secondary.main,.55)),setColor(j.Switch,"errorDisabledColor",private_safeDarken(j.error.main,.55)),setColor(j.Switch,"infoDisabledColor",private_safeDarken(j.info.main,.55)),setColor(j.Switch,"successDisabledColor",private_safeDarken(j.success.main,.55)),setColor(j.Switch,"warningDisabledColor",private_safeDarken(j.warning.main,.55)),setColor(j.TableCell,"border",private_safeDarken(private_safeAlpha(j.divider,1),.68)),setColor(j.Tooltip,"bg",private_safeAlpha(j.grey[700],.92))}setColorChannel(j.background,"default"),setColorChannel(j.background,"paper"),setColorChannel(j.common,"background"),setColorChannel(j.common,"onBackground"),setColorChannel(j,"divider"),Object.keys(j).forEach(X=>{const l1=j[X];X!=="tonalOffset"&&l1&&typeof l1=="object"&&(l1.main&&setColor(j[X],"mainChannel",private_safeColorChannel(toRgb(l1.main))),l1.light&&setColor(j[X],"lightChannel",private_safeColorChannel(toRgb(l1.light))),l1.dark&&setColor(j[X],"darkChannel",private_safeColorChannel(toRgb(l1.dark))),l1.contrastText&&setColor(j[X],"contrastTextChannel",private_safeColorChannel(toRgb(l1.contrastText))),X==="text"&&(setColorChannel(j[X],"primary"),setColorChannel(j[X],"secondary")),X==="action"&&(l1.active&&setColorChannel(j[X],"active"),l1.selected&&setColorChannel(j[X],"selected")))})}),T=t.reduce((e1,j)=>deepmerge(e1,j),T);const R={prefix:o,disableCssColorScheme:s,shouldSkipGeneratingVar:a,getSelector:defaultGetSelector(T)},{vars:D,generateThemeVars:V,generateStyleSheets:z}=prepareCssVars(T,R);return T.vars=D,Object.entries(T.colorSchemes[T.defaultColorScheme]).forEach(([e1,j])=>{T[e1]=j}),T.generateThemeVars=V,T.generateStyleSheets=z,T.generateSpacing=function(){return createSpacing(u.spacing,createUnarySpacing(this))},T.getColorSchemeSelector=createGetColorSchemeSelector(l),T.spacing=T.generateSpacing(),T.shouldSkipGeneratingVar=a,T.unstable_sxConfig={...defaultSxConfig$1,...u==null?void 0:u.unstable_sxConfig},T.unstable_sx=function(j){return styleFunctionSx$1({sx:j,theme:this})},T.toRuntimeSource=stringifyTheme,T}function attachColorScheme(e,t,n){e.colorSchemes&&n&&(e.colorSchemes[t]={...n!==!0&&n,palette:createPalette({...n===!0?{}:n.palette,mode:t})})}function createTheme(e={},...t){const{palette:n,cssVariables:i=!1,colorSchemes:s=n?void 0:{light:!0},defaultColorScheme:o=n==null?void 0:n.mode,...a}=e,l=o||"light",c=s==null?void 0:s[l],u={...s,...n?{[l]:{...typeof c!="boolean"&&c,palette:n}}:void 0};if(i===!1){if(!("colorSchemes"in e))return createThemeNoVars(e,...t);let f=n;"palette"in e||u[l]&&(u[l]!==!0?f=u[l].palette:l==="dark"&&(f={mode:"dark"}));const x=createThemeNoVars({...e,palette:f},...t);return x.defaultColorScheme=l,x.colorSchemes=u,x.palette.mode==="light"&&(x.colorSchemes.light={...u.light!==!0&&u.light,palette:x.palette},attachColorScheme(x,"dark",u.dark)),x.palette.mode==="dark"&&(x.colorSchemes.dark={...u.dark!==!0&&u.dark,palette:x.palette},attachColorScheme(x,"light",u.light)),x}return!n&&!("light"in u)&&l==="light"&&(u.light=!0),createThemeWithVars({...a,colorSchemes:u,defaultColorScheme:l,...typeof i!="boolean"&&i},...t)}const defaultTheme$1=createTheme(),defaultTheme$2=defaultTheme$1;function useTheme$1(){const e=useTheme$3(defaultTheme$2);return process.env.NODE_ENV!=="production"&&React__namespace.useDebugValue(e),e[THEME_ID]||e}function slotShouldForwardProp(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}const rootShouldForwardProp$1=e=>slotShouldForwardProp(e)&&e!=="classes",rootShouldForwardProp$2=rootShouldForwardProp$1,styled=createStyled({themeId:THEME_ID,defaultTheme:defaultTheme$2,rootShouldForwardProp:rootShouldForwardProp$2}),styled$1=styled;function ThemeProviderNoVars({theme:e,...t}){const n=THEME_ID in e?e[THEME_ID]:void 0;return jsxRuntimeExports.jsx(ThemeProvider$1,{...t,themeId:n?THEME_ID:void 0,theme:n||e})}const defaultConfig$1={attribute:"data-mui-color-scheme",colorSchemeStorageKey:"mui-color-scheme",defaultLightColorScheme:"light",defaultDarkColorScheme:"dark",modeStorageKey:"mui-mode"},{CssVarsProvider:InternalCssVarsProvider,useColorScheme,getInitColorSchemeScript:deprecatedGetInitColorSchemeScript}=createCssVarsProvider({themeId:THEME_ID,theme:()=>createTheme({cssVariables:!0}),colorSchemeStorageKey:defaultConfig$1.colorSchemeStorageKey,modeStorageKey:defaultConfig$1.modeStorageKey,defaultColorScheme:{light:defaultConfig$1.defaultLightColorScheme,dark:defaultConfig$1.defaultDarkColorScheme},resolveTheme:e=>{const t={...e,typography:createTypography(e.palette,e.typography)};return t.unstable_sx=function(i){return styleFunctionSx$1({sx:i,theme:this})},t}}),CssVarsProvider=InternalCssVarsProvider;function ThemeProvider({theme:e,...t}){return typeof e=="function"?jsxRuntimeExports.jsx(ThemeProviderNoVars,{theme:e,...t}):"colorSchemes"in(THEME_ID in e?e[THEME_ID]:e)?jsxRuntimeExports.jsx(CssVarsProvider,{theme:e,...t}):jsxRuntimeExports.jsx(ThemeProviderNoVars,{theme:e,...t})}function GlobalStyles$1(e){return jsxRuntimeExports.jsx(GlobalStyles$2,{...e,defaultTheme:defaultTheme$2,themeId:THEME_ID})}process.env.NODE_ENV!=="production"&&(GlobalStyles$1.propTypes={styles:PropTypes.oneOfType([PropTypes.array,PropTypes.func,PropTypes.number,PropTypes.object,PropTypes.string,PropTypes.bool])});function globalCss(e){return function(n){return jsxRuntimeExports.jsx(GlobalStyles$1,{styles:typeof e=="function"?i=>e({theme:i,...n}):e})}}function internal_createExtendSxProp(){return extendSxProp$1}const memoTheme=unstable_memoTheme,memoTheme$1=memoTheme;process.env.NODE_ENV!=="production"&&(PropTypes.node,PropTypes.object.isRequired);function useDefaultProps(e){return useDefaultProps$1(e)}function getSvgIconUtilityClass(e){return generateUtilityClass("MuiSvgIcon",e)}generateUtilityClasses("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]);const useUtilityClasses$i=e=>{const{color:t,fontSize:n,classes:i}=e,s={root:["root",t!=="inherit"&&`color${capitalize(t)}`,`fontSize${capitalize(n)}`]};return composeClasses(s,getSvgIconUtilityClass,i)},SvgIconRoot=styled$1("svg",{name:"MuiSvgIcon",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.color!=="inherit"&&t[`color${capitalize(n.color)}`],t[`fontSize${capitalize(n.fontSize)}`]]}})(memoTheme$1(({theme:e})=>{var t,n,i,s,o,a,l,c,u,f,x,m,S,E;return{userSelect:"none",width:"1em",height:"1em",display:"inline-block",flexShrink:0,transition:(s=(t=e.transitions)==null?void 0:t.create)==null?void 0:s.call(t,"fill",{duration:(i=(n=(e.vars??e).transitions)==null?void 0:n.duration)==null?void 0:i.shorter}),variants:[{props:d=>!d.hasSvgAsChild,style:{fill:"currentColor"}},{props:{fontSize:"inherit"},style:{fontSize:"inherit"}},{props:{fontSize:"small"},style:{fontSize:((a=(o=e.typography)==null?void 0:o.pxToRem)==null?void 0:a.call(o,20))||"1.25rem"}},{props:{fontSize:"medium"},style:{fontSize:((c=(l=e.typography)==null?void 0:l.pxToRem)==null?void 0:c.call(l,24))||"1.5rem"}},{props:{fontSize:"large"},style:{fontSize:((f=(u=e.typography)==null?void 0:u.pxToRem)==null?void 0:f.call(u,35))||"2.1875rem"}},...Object.entries((e.vars??e).palette).filter(([,d])=>d&&d.main).map(([d])=>{var I,y;return{props:{color:d},style:{color:(y=(I=(e.vars??e).palette)==null?void 0:I[d])==null?void 0:y.main}}}),{props:{color:"action"},style:{color:(m=(x=(e.vars??e).palette)==null?void 0:x.action)==null?void 0:m.active}},{props:{color:"disabled"},style:{color:(E=(S=(e.vars??e).palette)==null?void 0:S.action)==null?void 0:E.disabled}},{props:{color:"inherit"},style:{color:void 0}}]}})),SvgIcon=React__namespace.forwardRef(function(t,n){const i=useDefaultProps({props:t,name:"MuiSvgIcon"}),{children:s,className:o,color:a="inherit",component:l="svg",fontSize:c="medium",htmlColor:u,inheritViewBox:f=!1,titleAccess:x,viewBox:m="0 0 24 24",...S}=i,E=React__namespace.isValidElement(s)&&s.type==="svg",d={...i,color:a,component:l,fontSize:c,instanceFontSize:t.fontSize,inheritViewBox:f,viewBox:m,hasSvgAsChild:E},I={};f||(I.viewBox=m);const y=useUtilityClasses$i(d);return jsxRuntimeExports.jsxs(SvgIconRoot,{as:l,className:clsx(y.root,o),focusable:"false",color:u,"aria-hidden":x?void 0:!0,role:x?"img":void 0,ref:n,...I,...S,...E&&s.props,ownerState:d,children:[E?s.props.children:s,x?jsxRuntimeExports.jsx("title",{children:x}):null]})});process.env.NODE_ENV!=="production"&&(SvgIcon.propTypes={children:PropTypes.node,classes:PropTypes.object,className:PropTypes.string,color:PropTypes.oneOfType([PropTypes.oneOf(["inherit","action","disabled","primary","secondary","error","info","success","warning"]),PropTypes.string]),component:PropTypes.elementType,fontSize:PropTypes.oneOfType([PropTypes.oneOf(["inherit","large","medium","small"]),PropTypes.string]),htmlColor:PropTypes.string,inheritViewBox:PropTypes.bool,shapeRendering:PropTypes.string,sx:PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func,PropTypes.object,PropTypes.bool])),PropTypes.func,PropTypes.object]),titleAccess:PropTypes.string,viewBox:PropTypes.string}),SvgIcon.muiName="SvgIcon";const SvgIcon$1=SvgIcon;function createSvgIcon(e,t){function n(i,s){return jsxRuntimeExports.jsx(SvgIcon$1,{"data-testid":`${t}Icon`,ref:s,...i,children:e})}return process.env.NODE_ENV!=="production"&&(n.displayName=`${t}Icon`),n.muiName=SvgIcon$1.muiName,React__namespace.memo(React__namespace.forwardRef(n))}function _objectWithoutPropertiesLoose$1(e,t){if(e==null)return{};var n={};for(var i in e)if({}.hasOwnProperty.call(e,i)){if(t.includes(i))continue;n[i]=e[i]}return n}function _setPrototypeOf(e,t){return _setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},_setPrototypeOf(e,t)}function _inheritsLoose(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,_setPrototypeOf(e,t)}const config={disabled:!1};var timeoutsShape=process.env.NODE_ENV!=="production"?PropTypes.oneOfType([PropTypes.number,PropTypes.shape({enter:PropTypes.number,exit:PropTypes.number,appear:PropTypes.number}).isRequired]):null;process.env.NODE_ENV!=="production"&&PropTypes.oneOfType([PropTypes.string,PropTypes.shape({enter:PropTypes.string,exit:PropTypes.string,active:PropTypes.string}),PropTypes.shape({enter:PropTypes.string,enterDone:PropTypes.string,enterActive:PropTypes.string,exit:PropTypes.string,exitDone:PropTypes.string,exitActive:PropTypes.string})]);const TransitionGroupContext=React.createContext(null);var forceReflow=function(t){return t.scrollTop},UNMOUNTED="unmounted",EXITED="exited",ENTERING="entering",ENTERED="entered",EXITING="exiting",Transition=function(e){_inheritsLoose(t,e);function t(i,s){var o;o=e.call(this,i,s)||this;var a=s,l=a&&!a.isMounting?i.enter:i.appear,c;return o.appearStatus=null,i.in?l?(c=EXITED,o.appearStatus=ENTERING):c=ENTERED:i.unmountOnExit||i.mountOnEnter?c=UNMOUNTED:c=EXITED,o.state={status:c},o.nextCallback=null,o}t.getDerivedStateFromProps=function(s,o){var a=s.in;return a&&o.status===UNMOUNTED?{status:EXITED}:null};var n=t.prototype;return n.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},n.componentDidUpdate=function(s){var o=null;if(s!==this.props){var a=this.state.status;this.props.in?a!==ENTERING&&a!==ENTERED&&(o=ENTERING):(a===ENTERING||a===ENTERED)&&(o=EXITING)}this.updateStatus(!1,o)},n.componentWillUnmount=function(){this.cancelNextCallback()},n.getTimeouts=function(){var s=this.props.timeout,o,a,l;return o=a=l=s,s!=null&&typeof s!="number"&&(o=s.exit,a=s.enter,l=s.appear!==void 0?s.appear:a),{exit:o,enter:a,appear:l}},n.updateStatus=function(s,o){if(s===void 0&&(s=!1),o!==null)if(this.cancelNextCallback(),o===ENTERING){if(this.props.unmountOnExit||this.props.mountOnEnter){var a=this.props.nodeRef?this.props.nodeRef.current:ReactDOM.findDOMNode(this);a&&forceReflow(a)}this.performEnter(s)}else this.performExit();else this.props.unmountOnExit&&this.state.status===EXITED&&this.setState({status:UNMOUNTED})},n.performEnter=function(s){var o=this,a=this.props.enter,l=this.context?this.context.isMounting:s,c=this.props.nodeRef?[l]:[ReactDOM.findDOMNode(this),l],u=c[0],f=c[1],x=this.getTimeouts(),m=l?x.appear:x.enter;if(!s&&!a||config.disabled){this.safeSetState({status:ENTERED},function(){o.props.onEntered(u)});return}this.props.onEnter(u,f),this.safeSetState({status:ENTERING},function(){o.props.onEntering(u,f),o.onTransitionEnd(m,function(){o.safeSetState({status:ENTERED},function(){o.props.onEntered(u,f)})})})},n.performExit=function(){var s=this,o=this.props.exit,a=this.getTimeouts(),l=this.props.nodeRef?void 0:ReactDOM.findDOMNode(this);if(!o||config.disabled){this.safeSetState({status:EXITED},function(){s.props.onExited(l)});return}this.props.onExit(l),this.safeSetState({status:EXITING},function(){s.props.onExiting(l),s.onTransitionEnd(a.exit,function(){s.safeSetState({status:EXITED},function(){s.props.onExited(l)})})})},n.cancelNextCallback=function(){this.nextCallback!==null&&(this.nextCallback.cancel(),this.nextCallback=null)},n.safeSetState=function(s,o){o=this.setNextCallback(o),this.setState(s,o)},n.setNextCallback=function(s){var o=this,a=!0;return this.nextCallback=function(l){a&&(a=!1,o.nextCallback=null,s(l))},this.nextCallback.cancel=function(){a=!1},this.nextCallback},n.onTransitionEnd=function(s,o){this.setNextCallback(o);var a=this.props.nodeRef?this.props.nodeRef.current:ReactDOM.findDOMNode(this),l=s==null&&!this.props.addEndListener;if(!a||l){setTimeout(this.nextCallback,0);return}if(this.props.addEndListener){var c=this.props.nodeRef?[this.nextCallback]:[a,this.nextCallback],u=c[0],f=c[1];this.props.addEndListener(u,f)}s!=null&&setTimeout(this.nextCallback,s)},n.render=function(){var s=this.state.status;if(s===UNMOUNTED)return null;var o=this.props,a=o.children;o.in,o.mountOnEnter,o.unmountOnExit,o.appear,o.enter,o.exit,o.timeout,o.addEndListener,o.onEnter,o.onEntering,o.onEntered,o.onExit,o.onExiting,o.onExited,o.nodeRef;var l=_objectWithoutPropertiesLoose$1(o,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]);return React.createElement(TransitionGroupContext.Provider,{value:null},typeof a=="function"?a(s,l):React.cloneElement(React.Children.only(a),l))},t}(React.Component);Transition.contextType=TransitionGroupContext,Transition.propTypes=process.env.NODE_ENV!=="production"?{nodeRef:PropTypes.shape({current:typeof Element>"u"?PropTypes.any:function(e,t,n,i,s,o){var a=e[t];return PropTypes.instanceOf(a&&"ownerDocument"in a?a.ownerDocument.defaultView.Element:Element)(e,t,n,i,s,o)}}),children:PropTypes.oneOfType([PropTypes.func.isRequired,PropTypes.element.isRequired]).isRequired,in:PropTypes.bool,mountOnEnter:PropTypes.bool,unmountOnExit:PropTypes.bool,appear:PropTypes.bool,enter:PropTypes.bool,exit:PropTypes.bool,timeout:function(t){var n=timeoutsShape;t.addEndListener||(n=n.isRequired);for(var i=arguments.length,s=new Array(i>1?i-1:0),o=1;o<i;o++)s[o-1]=arguments[o];return n.apply(void 0,[t].concat(s))},addEndListener:PropTypes.func,onEnter:PropTypes.func,onEntering:PropTypes.func,onEntered:PropTypes.func,onExit:PropTypes.func,onExiting:PropTypes.func,onExited:PropTypes.func}:{};function noop$2(){}Transition.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:noop$2,onEntering:noop$2,onEntered:noop$2,onExit:noop$2,onExiting:noop$2,onExited:noop$2},Transition.UNMOUNTED=UNMOUNTED,Transition.EXITED=EXITED,Transition.ENTERING=ENTERING,Transition.ENTERED=ENTERED,Transition.EXITING=EXITING;const Transition$1=Transition;function _assertThisInitialized(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function getChildMapping(e,t){var n=function(o){return t&&React.isValidElement(o)?t(o):o},i=Object.create(null);return e&&React.Children.map(e,function(s){return s}).forEach(function(s){i[s.key]=n(s)}),i}function mergeChildMappings(e,t){e=e||{},t=t||{};function n(f){return f in t?t[f]:e[f]}var i=Object.create(null),s=[];for(var o in e)o in t?s.length&&(i[o]=s,s=[]):s.push(o);var a,l={};for(var c in t){if(i[c])for(a=0;a<i[c].length;a++){var u=i[c][a];l[i[c][a]]=n(u)}l[c]=n(c)}for(a=0;a<s.length;a++)l[s[a]]=n(s[a]);return l}function getProp(e,t,n){return n[t]!=null?n[t]:e.props[t]}function getInitialChildMapping(e,t){return getChildMapping(e.children,function(n){return React.cloneElement(n,{onExited:t.bind(null,n),in:!0,appear:getProp(n,"appear",e),enter:getProp(n,"enter",e),exit:getProp(n,"exit",e)})})}function getNextChildMapping(e,t,n){var i=getChildMapping(e.children),s=mergeChildMappings(t,i);return Object.keys(s).forEach(function(o){var a=s[o];if(React.isValidElement(a)){var l=o in t,c=o in i,u=t[o],f=React.isValidElement(u)&&!u.props.in;c&&(!l||f)?s[o]=React.cloneElement(a,{onExited:n.bind(null,a),in:!0,exit:getProp(a,"exit",e),enter:getProp(a,"enter",e)}):!c&&l&&!f?s[o]=React.cloneElement(a,{in:!1}):c&&l&&React.isValidElement(u)&&(s[o]=React.cloneElement(a,{onExited:n.bind(null,a),in:u.props.in,exit:getProp(a,"exit",e),enter:getProp(a,"enter",e)}))}}),s}var values=Object.values||function(e){return Object.keys(e).map(function(t){return e[t]})},defaultProps={component:"div",childFactory:function(t){return t}},TransitionGroup=function(e){_inheritsLoose(t,e);function t(i,s){var o;o=e.call(this,i,s)||this;var a=o.handleExited.bind(_assertThisInitialized(o));return o.state={contextValue:{isMounting:!0},handleExited:a,firstRender:!0},o}var n=t.prototype;return n.componentDidMount=function(){this.mounted=!0,this.setState({contextValue:{isMounting:!1}})},n.componentWillUnmount=function(){this.mounted=!1},t.getDerivedStateFromProps=function(s,o){var a=o.children,l=o.handleExited,c=o.firstRender;return{children:c?getInitialChildMapping(s,l):getNextChildMapping(s,a,l),firstRender:!1}},n.handleExited=function(s,o){var a=getChildMapping(this.props.children);s.key in a||(s.props.onExited&&s.props.onExited(o),this.mounted&&this.setState(function(l){var c=_extends({},l.children);return delete c[s.key],{children:c}}))},n.render=function(){var s=this.props,o=s.component,a=s.childFactory,l=_objectWithoutPropertiesLoose$1(s,["component","childFactory"]),c=this.state.contextValue,u=values(this.state.children).map(a);return delete l.appear,delete l.enter,delete l.exit,o===null?React.createElement(TransitionGroupContext.Provider,{value:c},u):React.createElement(TransitionGroupContext.Provider,{value:c},React.createElement(o,l,u))},t}(React.Component);TransitionGroup.propTypes=process.env.NODE_ENV!=="production"?{component:PropTypes.any,children:PropTypes.node,appear:PropTypes.bool,enter:PropTypes.bool,exit:PropTypes.bool,childFactory:PropTypes.func}:{},TransitionGroup.defaultProps=defaultProps;const TransitionGroup$1=TransitionGroup,reflow=e=>e.scrollTop;function getTransitionProps(e,t){const{timeout:n,easing:i,style:s={}}=e;return{duration:s.transitionDuration??(typeof n=="number"?n:n[t.mode]||0),easing:s.transitionTimingFunction??(typeof i=="object"?i[t.mode]:i),delay:s.transitionDelay}}function getPaperUtilityClass(e){return generateUtilityClass("MuiPaper",e)}generateUtilityClasses("MuiPaper",["root","rounded","outlined","elevation","elevation0","elevation1","elevation2","elevation3","elevation4","elevation5","elevation6","elevation7","elevation8","elevation9","elevation10","elevation11","elevation12","elevation13","elevation14","elevation15","elevation16","elevation17","elevation18","elevation19","elevation20","elevation21","elevation22","elevation23","elevation24"]);const useUtilityClasses$h=e=>{const{square:t,elevation:n,variant:i,classes:s}=e,o={root:["root",i,!t&&"rounded",i==="elevation"&&`elevation${n}`]};return composeClasses(o,getPaperUtilityClass,s)},PaperRoot=styled$1("div",{name:"MuiPaper",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[n.variant],!n.square&&t.rounded,n.variant==="elevation"&&t[`elevation${n.elevation}`]]}})(memoTheme$1(({theme:e})=>({backgroundColor:(e.vars||e).palette.background.paper,color:(e.vars||e).palette.text.primary,transition:e.transitions.create("box-shadow"),variants:[{props:({ownerState:t})=>!t.square,style:{borderRadius:e.shape.borderRadius}},{props:{variant:"outlined"},style:{border:`1px solid ${(e.vars||e).palette.divider}`}},{props:{variant:"elevation"},style:{boxShadow:"var(--Paper-shadow)",backgroundImage:"var(--Paper-overlay)"}}]}))),Paper=React__namespace.forwardRef(function(t,n){var S;const i=useDefaultProps({props:t,name:"MuiPaper"}),s=useTheme$1(),{className:o,component:a="div",elevation:l=1,square:c=!1,variant:u="elevation",...f}=i,x={...i,component:a,elevation:l,square:c,variant:u},m=useUtilityClasses$h(x);return process.env.NODE_ENV!=="production"&&s.shadows[l]===void 0&&console.error([`MUI: The elevation provided <Paper elevation={${l}}> is not available in the theme.`,`Please make sure that \`theme.shadows[${l}]\` is defined.`].join(`
|
|
151
|
+
To suppress this warning, you need to explicitly provide the \`palette.${t}Channel\` as a string (in rgb format, for example "12 12 12") or undefined if you want to remove the channel token.`))}function getSpacingVal(e){return typeof e=="number"?`${e}px`:typeof e=="string"||typeof e=="function"||Array.isArray(e)?e:"8px"}const silent=e=>{try{return e()}catch{}},createGetCssVar=(e="mui")=>createGetCssVar$1(e);function attachColorScheme$1(e,t,n,i){if(!t)return;t=t===!0?{}:t;const s=i==="dark"?"dark":"light";if(!n){e[i]=createColorScheme({...t,palette:{mode:s,...t==null?void 0:t.palette}});return}const{palette:o,...a}=createThemeNoVars({...n,palette:{mode:s,...t==null?void 0:t.palette}});return e[i]={...t,palette:o,opacity:{...getOpacity(s),...t==null?void 0:t.opacity},overlays:(t==null?void 0:t.overlays)||getOverlays(s)},a}function createThemeWithVars(e={},...t){const{colorSchemes:n={light:!0},defaultColorScheme:i,disableCssColorScheme:s=!1,cssVarPrefix:o="mui",shouldSkipGeneratingVar:a=shouldSkipGeneratingVar,colorSchemeSelector:l=n.light&&n.dark?"media":void 0,rootSelector:c=":root",...u}=e,f=Object.keys(n)[0],x=i||(n.light&&f!=="light"?"light":f),m=createGetCssVar(o),{[x]:S,light:E,dark:d,...I}=n,y={...I};let P=S;if((x==="dark"&&!("dark"in n)||x==="light"&&!("light"in n))&&(P=!0),!P)throw new Error(process.env.NODE_ENV!=="production"?`MUI: The \`colorSchemes.${x}\` option is either missing or invalid.`:formatMuiErrorMessage(21,x));const b=attachColorScheme$1(y,P,u,x);E&&!y.light&&attachColorScheme$1(y,E,void 0,"light"),d&&!y.dark&&attachColorScheme$1(y,d,void 0,"dark");let T={defaultColorScheme:x,...b,cssVarPrefix:o,colorSchemeSelector:l,rootSelector:c,getCssVar:m,colorSchemes:y,font:{...prepareTypographyVars(b.typography),...b.font},spacing:getSpacingVal(u.spacing)};Object.keys(T.colorSchemes).forEach(e1=>{const j=T.colorSchemes[e1].palette,n1=X=>{const l1=X.split("-"),c1=l1[1],t1=l1[2];return m(X,j[c1][t1])};if(j.mode==="light"&&(setColor(j.common,"background","#fff"),setColor(j.common,"onBackground","#000")),j.mode==="dark"&&(setColor(j.common,"background","#000"),setColor(j.common,"onBackground","#fff")),assignNode(j,["Alert","AppBar","Avatar","Button","Chip","FilledInput","LinearProgress","Skeleton","Slider","SnackbarContent","SpeedDialAction","StepConnector","StepContent","Switch","TableCell","Tooltip"]),j.mode==="light"){setColor(j.Alert,"errorColor",private_safeDarken(j.error.light,.6)),setColor(j.Alert,"infoColor",private_safeDarken(j.info.light,.6)),setColor(j.Alert,"successColor",private_safeDarken(j.success.light,.6)),setColor(j.Alert,"warningColor",private_safeDarken(j.warning.light,.6)),setColor(j.Alert,"errorFilledBg",n1("palette-error-main")),setColor(j.Alert,"infoFilledBg",n1("palette-info-main")),setColor(j.Alert,"successFilledBg",n1("palette-success-main")),setColor(j.Alert,"warningFilledBg",n1("palette-warning-main")),setColor(j.Alert,"errorFilledColor",silent(()=>j.getContrastText(j.error.main))),setColor(j.Alert,"infoFilledColor",silent(()=>j.getContrastText(j.info.main))),setColor(j.Alert,"successFilledColor",silent(()=>j.getContrastText(j.success.main))),setColor(j.Alert,"warningFilledColor",silent(()=>j.getContrastText(j.warning.main))),setColor(j.Alert,"errorStandardBg",private_safeLighten(j.error.light,.9)),setColor(j.Alert,"infoStandardBg",private_safeLighten(j.info.light,.9)),setColor(j.Alert,"successStandardBg",private_safeLighten(j.success.light,.9)),setColor(j.Alert,"warningStandardBg",private_safeLighten(j.warning.light,.9)),setColor(j.Alert,"errorIconColor",n1("palette-error-main")),setColor(j.Alert,"infoIconColor",n1("palette-info-main")),setColor(j.Alert,"successIconColor",n1("palette-success-main")),setColor(j.Alert,"warningIconColor",n1("palette-warning-main")),setColor(j.AppBar,"defaultBg",n1("palette-grey-100")),setColor(j.Avatar,"defaultBg",n1("palette-grey-400")),setColor(j.Button,"inheritContainedBg",n1("palette-grey-300")),setColor(j.Button,"inheritContainedHoverBg",n1("palette-grey-A100")),setColor(j.Chip,"defaultBorder",n1("palette-grey-400")),setColor(j.Chip,"defaultAvatarColor",n1("palette-grey-700")),setColor(j.Chip,"defaultIconColor",n1("palette-grey-700")),setColor(j.FilledInput,"bg","rgba(0, 0, 0, 0.06)"),setColor(j.FilledInput,"hoverBg","rgba(0, 0, 0, 0.09)"),setColor(j.FilledInput,"disabledBg","rgba(0, 0, 0, 0.12)"),setColor(j.LinearProgress,"primaryBg",private_safeLighten(j.primary.main,.62)),setColor(j.LinearProgress,"secondaryBg",private_safeLighten(j.secondary.main,.62)),setColor(j.LinearProgress,"errorBg",private_safeLighten(j.error.main,.62)),setColor(j.LinearProgress,"infoBg",private_safeLighten(j.info.main,.62)),setColor(j.LinearProgress,"successBg",private_safeLighten(j.success.main,.62)),setColor(j.LinearProgress,"warningBg",private_safeLighten(j.warning.main,.62)),setColor(j.Skeleton,"bg",`rgba(${n1("palette-text-primaryChannel")} / 0.11)`),setColor(j.Slider,"primaryTrack",private_safeLighten(j.primary.main,.62)),setColor(j.Slider,"secondaryTrack",private_safeLighten(j.secondary.main,.62)),setColor(j.Slider,"errorTrack",private_safeLighten(j.error.main,.62)),setColor(j.Slider,"infoTrack",private_safeLighten(j.info.main,.62)),setColor(j.Slider,"successTrack",private_safeLighten(j.success.main,.62)),setColor(j.Slider,"warningTrack",private_safeLighten(j.warning.main,.62));const X=private_safeEmphasize(j.background.default,.8);setColor(j.SnackbarContent,"bg",X),setColor(j.SnackbarContent,"color",silent(()=>j.getContrastText(X))),setColor(j.SpeedDialAction,"fabHoverBg",private_safeEmphasize(j.background.paper,.15)),setColor(j.StepConnector,"border",n1("palette-grey-400")),setColor(j.StepContent,"border",n1("palette-grey-400")),setColor(j.Switch,"defaultColor",n1("palette-common-white")),setColor(j.Switch,"defaultDisabledColor",n1("palette-grey-100")),setColor(j.Switch,"primaryDisabledColor",private_safeLighten(j.primary.main,.62)),setColor(j.Switch,"secondaryDisabledColor",private_safeLighten(j.secondary.main,.62)),setColor(j.Switch,"errorDisabledColor",private_safeLighten(j.error.main,.62)),setColor(j.Switch,"infoDisabledColor",private_safeLighten(j.info.main,.62)),setColor(j.Switch,"successDisabledColor",private_safeLighten(j.success.main,.62)),setColor(j.Switch,"warningDisabledColor",private_safeLighten(j.warning.main,.62)),setColor(j.TableCell,"border",private_safeLighten(private_safeAlpha(j.divider,1),.88)),setColor(j.Tooltip,"bg",private_safeAlpha(j.grey[700],.92))}if(j.mode==="dark"){setColor(j.Alert,"errorColor",private_safeLighten(j.error.light,.6)),setColor(j.Alert,"infoColor",private_safeLighten(j.info.light,.6)),setColor(j.Alert,"successColor",private_safeLighten(j.success.light,.6)),setColor(j.Alert,"warningColor",private_safeLighten(j.warning.light,.6)),setColor(j.Alert,"errorFilledBg",n1("palette-error-dark")),setColor(j.Alert,"infoFilledBg",n1("palette-info-dark")),setColor(j.Alert,"successFilledBg",n1("palette-success-dark")),setColor(j.Alert,"warningFilledBg",n1("palette-warning-dark")),setColor(j.Alert,"errorFilledColor",silent(()=>j.getContrastText(j.error.dark))),setColor(j.Alert,"infoFilledColor",silent(()=>j.getContrastText(j.info.dark))),setColor(j.Alert,"successFilledColor",silent(()=>j.getContrastText(j.success.dark))),setColor(j.Alert,"warningFilledColor",silent(()=>j.getContrastText(j.warning.dark))),setColor(j.Alert,"errorStandardBg",private_safeDarken(j.error.light,.9)),setColor(j.Alert,"infoStandardBg",private_safeDarken(j.info.light,.9)),setColor(j.Alert,"successStandardBg",private_safeDarken(j.success.light,.9)),setColor(j.Alert,"warningStandardBg",private_safeDarken(j.warning.light,.9)),setColor(j.Alert,"errorIconColor",n1("palette-error-main")),setColor(j.Alert,"infoIconColor",n1("palette-info-main")),setColor(j.Alert,"successIconColor",n1("palette-success-main")),setColor(j.Alert,"warningIconColor",n1("palette-warning-main")),setColor(j.AppBar,"defaultBg",n1("palette-grey-900")),setColor(j.AppBar,"darkBg",n1("palette-background-paper")),setColor(j.AppBar,"darkColor",n1("palette-text-primary")),setColor(j.Avatar,"defaultBg",n1("palette-grey-600")),setColor(j.Button,"inheritContainedBg",n1("palette-grey-800")),setColor(j.Button,"inheritContainedHoverBg",n1("palette-grey-700")),setColor(j.Chip,"defaultBorder",n1("palette-grey-700")),setColor(j.Chip,"defaultAvatarColor",n1("palette-grey-300")),setColor(j.Chip,"defaultIconColor",n1("palette-grey-300")),setColor(j.FilledInput,"bg","rgba(255, 255, 255, 0.09)"),setColor(j.FilledInput,"hoverBg","rgba(255, 255, 255, 0.13)"),setColor(j.FilledInput,"disabledBg","rgba(255, 255, 255, 0.12)"),setColor(j.LinearProgress,"primaryBg",private_safeDarken(j.primary.main,.5)),setColor(j.LinearProgress,"secondaryBg",private_safeDarken(j.secondary.main,.5)),setColor(j.LinearProgress,"errorBg",private_safeDarken(j.error.main,.5)),setColor(j.LinearProgress,"infoBg",private_safeDarken(j.info.main,.5)),setColor(j.LinearProgress,"successBg",private_safeDarken(j.success.main,.5)),setColor(j.LinearProgress,"warningBg",private_safeDarken(j.warning.main,.5)),setColor(j.Skeleton,"bg",`rgba(${n1("palette-text-primaryChannel")} / 0.13)`),setColor(j.Slider,"primaryTrack",private_safeDarken(j.primary.main,.5)),setColor(j.Slider,"secondaryTrack",private_safeDarken(j.secondary.main,.5)),setColor(j.Slider,"errorTrack",private_safeDarken(j.error.main,.5)),setColor(j.Slider,"infoTrack",private_safeDarken(j.info.main,.5)),setColor(j.Slider,"successTrack",private_safeDarken(j.success.main,.5)),setColor(j.Slider,"warningTrack",private_safeDarken(j.warning.main,.5));const X=private_safeEmphasize(j.background.default,.98);setColor(j.SnackbarContent,"bg",X),setColor(j.SnackbarContent,"color",silent(()=>j.getContrastText(X))),setColor(j.SpeedDialAction,"fabHoverBg",private_safeEmphasize(j.background.paper,.15)),setColor(j.StepConnector,"border",n1("palette-grey-600")),setColor(j.StepContent,"border",n1("palette-grey-600")),setColor(j.Switch,"defaultColor",n1("palette-grey-300")),setColor(j.Switch,"defaultDisabledColor",n1("palette-grey-600")),setColor(j.Switch,"primaryDisabledColor",private_safeDarken(j.primary.main,.55)),setColor(j.Switch,"secondaryDisabledColor",private_safeDarken(j.secondary.main,.55)),setColor(j.Switch,"errorDisabledColor",private_safeDarken(j.error.main,.55)),setColor(j.Switch,"infoDisabledColor",private_safeDarken(j.info.main,.55)),setColor(j.Switch,"successDisabledColor",private_safeDarken(j.success.main,.55)),setColor(j.Switch,"warningDisabledColor",private_safeDarken(j.warning.main,.55)),setColor(j.TableCell,"border",private_safeDarken(private_safeAlpha(j.divider,1),.68)),setColor(j.Tooltip,"bg",private_safeAlpha(j.grey[700],.92))}setColorChannel(j.background,"default"),setColorChannel(j.background,"paper"),setColorChannel(j.common,"background"),setColorChannel(j.common,"onBackground"),setColorChannel(j,"divider"),Object.keys(j).forEach(X=>{const l1=j[X];X!=="tonalOffset"&&l1&&typeof l1=="object"&&(l1.main&&setColor(j[X],"mainChannel",private_safeColorChannel(toRgb(l1.main))),l1.light&&setColor(j[X],"lightChannel",private_safeColorChannel(toRgb(l1.light))),l1.dark&&setColor(j[X],"darkChannel",private_safeColorChannel(toRgb(l1.dark))),l1.contrastText&&setColor(j[X],"contrastTextChannel",private_safeColorChannel(toRgb(l1.contrastText))),X==="text"&&(setColorChannel(j[X],"primary"),setColorChannel(j[X],"secondary")),X==="action"&&(l1.active&&setColorChannel(j[X],"active"),l1.selected&&setColorChannel(j[X],"selected")))})}),T=t.reduce((e1,j)=>deepmerge(e1,j),T);const R={prefix:o,disableCssColorScheme:s,shouldSkipGeneratingVar:a,getSelector:defaultGetSelector(T)},{vars:D,generateThemeVars:V,generateStyleSheets:z}=prepareCssVars(T,R);return T.vars=D,Object.entries(T.colorSchemes[T.defaultColorScheme]).forEach(([e1,j])=>{T[e1]=j}),T.generateThemeVars=V,T.generateStyleSheets=z,T.generateSpacing=function(){return createSpacing(u.spacing,createUnarySpacing(this))},T.getColorSchemeSelector=createGetColorSchemeSelector(l),T.spacing=T.generateSpacing(),T.shouldSkipGeneratingVar=a,T.unstable_sxConfig={...defaultSxConfig$1,...u==null?void 0:u.unstable_sxConfig},T.unstable_sx=function(j){return styleFunctionSx$1({sx:j,theme:this})},T.toRuntimeSource=stringifyTheme,T}function attachColorScheme(e,t,n){e.colorSchemes&&n&&(e.colorSchemes[t]={...n!==!0&&n,palette:createPalette({...n===!0?{}:n.palette,mode:t})})}function createTheme(e={},...t){const{palette:n,cssVariables:i=!1,colorSchemes:s=n?void 0:{light:!0},defaultColorScheme:o=n==null?void 0:n.mode,...a}=e,l=o||"light",c=s==null?void 0:s[l],u={...s,...n?{[l]:{...typeof c!="boolean"&&c,palette:n}}:void 0};if(i===!1){if(!("colorSchemes"in e))return createThemeNoVars(e,...t);let f=n;"palette"in e||u[l]&&(u[l]!==!0?f=u[l].palette:l==="dark"&&(f={mode:"dark"}));const x=createThemeNoVars({...e,palette:f},...t);return x.defaultColorScheme=l,x.colorSchemes=u,x.palette.mode==="light"&&(x.colorSchemes.light={...u.light!==!0&&u.light,palette:x.palette},attachColorScheme(x,"dark",u.dark)),x.palette.mode==="dark"&&(x.colorSchemes.dark={...u.dark!==!0&&u.dark,palette:x.palette},attachColorScheme(x,"light",u.light)),x}return!n&&!("light"in u)&&l==="light"&&(u.light=!0),createThemeWithVars({...a,colorSchemes:u,defaultColorScheme:l,...typeof i!="boolean"&&i},...t)}const defaultTheme$1=createTheme(),defaultTheme$2=defaultTheme$1;function useTheme$1(){const e=useTheme$3(defaultTheme$2);return process.env.NODE_ENV!=="production"&&React__namespace.useDebugValue(e),e[THEME_ID]||e}function slotShouldForwardProp(e){return e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"}const rootShouldForwardProp$1=e=>slotShouldForwardProp(e)&&e!=="classes",rootShouldForwardProp$2=rootShouldForwardProp$1,styled=createStyled({themeId:THEME_ID,defaultTheme:defaultTheme$2,rootShouldForwardProp:rootShouldForwardProp$2}),styled$1=styled;function ThemeProviderNoVars({theme:e,...t}){const n=THEME_ID in e?e[THEME_ID]:void 0;return jsxRuntimeExports.jsx(ThemeProvider$1,{...t,themeId:n?THEME_ID:void 0,theme:n||e})}const defaultConfig$1={attribute:"data-mui-color-scheme",colorSchemeStorageKey:"mui-color-scheme",defaultLightColorScheme:"light",defaultDarkColorScheme:"dark",modeStorageKey:"mui-mode"},{CssVarsProvider:InternalCssVarsProvider,useColorScheme,getInitColorSchemeScript:deprecatedGetInitColorSchemeScript}=createCssVarsProvider({themeId:THEME_ID,theme:()=>createTheme({cssVariables:!0}),colorSchemeStorageKey:defaultConfig$1.colorSchemeStorageKey,modeStorageKey:defaultConfig$1.modeStorageKey,defaultColorScheme:{light:defaultConfig$1.defaultLightColorScheme,dark:defaultConfig$1.defaultDarkColorScheme},resolveTheme:e=>{const t={...e,typography:createTypography(e.palette,e.typography)};return t.unstable_sx=function(i){return styleFunctionSx$1({sx:i,theme:this})},t}}),CssVarsProvider=InternalCssVarsProvider;function ThemeProvider({theme:e,...t}){return typeof e=="function"?jsxRuntimeExports.jsx(ThemeProviderNoVars,{theme:e,...t}):"colorSchemes"in(THEME_ID in e?e[THEME_ID]:e)?jsxRuntimeExports.jsx(CssVarsProvider,{theme:e,...t}):jsxRuntimeExports.jsx(ThemeProviderNoVars,{theme:e,...t})}function GlobalStyles$1(e){return jsxRuntimeExports.jsx(GlobalStyles$2,{...e,defaultTheme:defaultTheme$2,themeId:THEME_ID})}process.env.NODE_ENV!=="production"&&(GlobalStyles$1.propTypes={styles:PropTypes.oneOfType([PropTypes.array,PropTypes.func,PropTypes.number,PropTypes.object,PropTypes.string,PropTypes.bool])});function globalCss(e){return function(n){return jsxRuntimeExports.jsx(GlobalStyles$1,{styles:typeof e=="function"?i=>e({theme:i,...n}):e})}}function internal_createExtendSxProp(){return extendSxProp$1}const memoTheme=unstable_memoTheme,memoTheme$1=memoTheme;process.env.NODE_ENV!=="production"&&(PropTypes.node,PropTypes.object.isRequired);function useDefaultProps(e){return useDefaultProps$1(e)}function getSvgIconUtilityClass(e){return generateUtilityClass("MuiSvgIcon",e)}generateUtilityClasses("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]);const useUtilityClasses$i=e=>{const{color:t,fontSize:n,classes:i}=e,s={root:["root",t!=="inherit"&&`color${capitalize(t)}`,`fontSize${capitalize(n)}`]};return composeClasses(s,getSvgIconUtilityClass,i)},SvgIconRoot=styled$1("svg",{name:"MuiSvgIcon",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.color!=="inherit"&&t[`color${capitalize(n.color)}`],t[`fontSize${capitalize(n.fontSize)}`]]}})(memoTheme$1(({theme:e})=>{var t,n,i,s,o,a,l,c,u,f,x,m,S,E;return{userSelect:"none",width:"1em",height:"1em",display:"inline-block",flexShrink:0,transition:(s=(t=e.transitions)==null?void 0:t.create)==null?void 0:s.call(t,"fill",{duration:(i=(n=(e.vars??e).transitions)==null?void 0:n.duration)==null?void 0:i.shorter}),variants:[{props:d=>!d.hasSvgAsChild,style:{fill:"currentColor"}},{props:{fontSize:"inherit"},style:{fontSize:"inherit"}},{props:{fontSize:"small"},style:{fontSize:((a=(o=e.typography)==null?void 0:o.pxToRem)==null?void 0:a.call(o,20))||"1.25rem"}},{props:{fontSize:"medium"},style:{fontSize:((c=(l=e.typography)==null?void 0:l.pxToRem)==null?void 0:c.call(l,24))||"1.5rem"}},{props:{fontSize:"large"},style:{fontSize:((f=(u=e.typography)==null?void 0:u.pxToRem)==null?void 0:f.call(u,35))||"2.1875rem"}},...Object.entries((e.vars??e).palette).filter(([,d])=>d&&d.main).map(([d])=>{var I,y;return{props:{color:d},style:{color:(y=(I=(e.vars??e).palette)==null?void 0:I[d])==null?void 0:y.main}}}),{props:{color:"action"},style:{color:(m=(x=(e.vars??e).palette)==null?void 0:x.action)==null?void 0:m.active}},{props:{color:"disabled"},style:{color:(E=(S=(e.vars??e).palette)==null?void 0:S.action)==null?void 0:E.disabled}},{props:{color:"inherit"},style:{color:void 0}}]}})),SvgIcon=React__namespace.forwardRef(function(t,n){const i=useDefaultProps({props:t,name:"MuiSvgIcon"}),{children:s,className:o,color:a="inherit",component:l="svg",fontSize:c="medium",htmlColor:u,inheritViewBox:f=!1,titleAccess:x,viewBox:m="0 0 24 24",...S}=i,E=React__namespace.isValidElement(s)&&s.type==="svg",d={...i,color:a,component:l,fontSize:c,instanceFontSize:t.fontSize,inheritViewBox:f,viewBox:m,hasSvgAsChild:E},I={};f||(I.viewBox=m);const y=useUtilityClasses$i(d);return jsxRuntimeExports.jsxs(SvgIconRoot,{as:l,className:clsx(y.root,o),focusable:"false",color:u,"aria-hidden":x?void 0:!0,role:x?"img":void 0,ref:n,...I,...S,...E&&s.props,ownerState:d,children:[E?s.props.children:s,x?jsxRuntimeExports.jsx("title",{children:x}):null]})});process.env.NODE_ENV!=="production"&&(SvgIcon.propTypes={children:PropTypes.node,classes:PropTypes.object,className:PropTypes.string,color:PropTypes.oneOfType([PropTypes.oneOf(["inherit","action","disabled","primary","secondary","error","info","success","warning"]),PropTypes.string]),component:PropTypes.elementType,fontSize:PropTypes.oneOfType([PropTypes.oneOf(["inherit","large","medium","small"]),PropTypes.string]),htmlColor:PropTypes.string,inheritViewBox:PropTypes.bool,shapeRendering:PropTypes.string,sx:PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func,PropTypes.object,PropTypes.bool])),PropTypes.func,PropTypes.object]),titleAccess:PropTypes.string,viewBox:PropTypes.string}),SvgIcon.muiName="SvgIcon";const SvgIcon$1=SvgIcon;function createSvgIcon(e,t){function n(i,s){return jsxRuntimeExports.jsx(SvgIcon$1,{"data-testid":`${t}Icon`,ref:s,...i,children:e})}return process.env.NODE_ENV!=="production"&&(n.displayName=`${t}Icon`),n.muiName=SvgIcon$1.muiName,React__namespace.memo(React__namespace.forwardRef(n))}function _objectWithoutPropertiesLoose$1(e,t){if(e==null)return{};var n={};for(var i in e)if({}.hasOwnProperty.call(e,i)){if(t.includes(i))continue;n[i]=e[i]}return n}function _setPrototypeOf(e,t){return _setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,i){return n.__proto__=i,n},_setPrototypeOf(e,t)}function _inheritsLoose(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,_setPrototypeOf(e,t)}const config$1={disabled:!1};var timeoutsShape=process.env.NODE_ENV!=="production"?PropTypes.oneOfType([PropTypes.number,PropTypes.shape({enter:PropTypes.number,exit:PropTypes.number,appear:PropTypes.number}).isRequired]):null;process.env.NODE_ENV!=="production"&&PropTypes.oneOfType([PropTypes.string,PropTypes.shape({enter:PropTypes.string,exit:PropTypes.string,active:PropTypes.string}),PropTypes.shape({enter:PropTypes.string,enterDone:PropTypes.string,enterActive:PropTypes.string,exit:PropTypes.string,exitDone:PropTypes.string,exitActive:PropTypes.string})]);const TransitionGroupContext=React.createContext(null);var forceReflow=function(t){return t.scrollTop},UNMOUNTED="unmounted",EXITED="exited",ENTERING="entering",ENTERED="entered",EXITING="exiting",Transition=function(e){_inheritsLoose(t,e);function t(i,s){var o;o=e.call(this,i,s)||this;var a=s,l=a&&!a.isMounting?i.enter:i.appear,c;return o.appearStatus=null,i.in?l?(c=EXITED,o.appearStatus=ENTERING):c=ENTERED:i.unmountOnExit||i.mountOnEnter?c=UNMOUNTED:c=EXITED,o.state={status:c},o.nextCallback=null,o}t.getDerivedStateFromProps=function(s,o){var a=s.in;return a&&o.status===UNMOUNTED?{status:EXITED}:null};var n=t.prototype;return n.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},n.componentDidUpdate=function(s){var o=null;if(s!==this.props){var a=this.state.status;this.props.in?a!==ENTERING&&a!==ENTERED&&(o=ENTERING):(a===ENTERING||a===ENTERED)&&(o=EXITING)}this.updateStatus(!1,o)},n.componentWillUnmount=function(){this.cancelNextCallback()},n.getTimeouts=function(){var s=this.props.timeout,o,a,l;return o=a=l=s,s!=null&&typeof s!="number"&&(o=s.exit,a=s.enter,l=s.appear!==void 0?s.appear:a),{exit:o,enter:a,appear:l}},n.updateStatus=function(s,o){if(s===void 0&&(s=!1),o!==null)if(this.cancelNextCallback(),o===ENTERING){if(this.props.unmountOnExit||this.props.mountOnEnter){var a=this.props.nodeRef?this.props.nodeRef.current:ReactDOM.findDOMNode(this);a&&forceReflow(a)}this.performEnter(s)}else this.performExit();else this.props.unmountOnExit&&this.state.status===EXITED&&this.setState({status:UNMOUNTED})},n.performEnter=function(s){var o=this,a=this.props.enter,l=this.context?this.context.isMounting:s,c=this.props.nodeRef?[l]:[ReactDOM.findDOMNode(this),l],u=c[0],f=c[1],x=this.getTimeouts(),m=l?x.appear:x.enter;if(!s&&!a||config$1.disabled){this.safeSetState({status:ENTERED},function(){o.props.onEntered(u)});return}this.props.onEnter(u,f),this.safeSetState({status:ENTERING},function(){o.props.onEntering(u,f),o.onTransitionEnd(m,function(){o.safeSetState({status:ENTERED},function(){o.props.onEntered(u,f)})})})},n.performExit=function(){var s=this,o=this.props.exit,a=this.getTimeouts(),l=this.props.nodeRef?void 0:ReactDOM.findDOMNode(this);if(!o||config$1.disabled){this.safeSetState({status:EXITED},function(){s.props.onExited(l)});return}this.props.onExit(l),this.safeSetState({status:EXITING},function(){s.props.onExiting(l),s.onTransitionEnd(a.exit,function(){s.safeSetState({status:EXITED},function(){s.props.onExited(l)})})})},n.cancelNextCallback=function(){this.nextCallback!==null&&(this.nextCallback.cancel(),this.nextCallback=null)},n.safeSetState=function(s,o){o=this.setNextCallback(o),this.setState(s,o)},n.setNextCallback=function(s){var o=this,a=!0;return this.nextCallback=function(l){a&&(a=!1,o.nextCallback=null,s(l))},this.nextCallback.cancel=function(){a=!1},this.nextCallback},n.onTransitionEnd=function(s,o){this.setNextCallback(o);var a=this.props.nodeRef?this.props.nodeRef.current:ReactDOM.findDOMNode(this),l=s==null&&!this.props.addEndListener;if(!a||l){setTimeout(this.nextCallback,0);return}if(this.props.addEndListener){var c=this.props.nodeRef?[this.nextCallback]:[a,this.nextCallback],u=c[0],f=c[1];this.props.addEndListener(u,f)}s!=null&&setTimeout(this.nextCallback,s)},n.render=function(){var s=this.state.status;if(s===UNMOUNTED)return null;var o=this.props,a=o.children;o.in,o.mountOnEnter,o.unmountOnExit,o.appear,o.enter,o.exit,o.timeout,o.addEndListener,o.onEnter,o.onEntering,o.onEntered,o.onExit,o.onExiting,o.onExited,o.nodeRef;var l=_objectWithoutPropertiesLoose$1(o,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]);return React.createElement(TransitionGroupContext.Provider,{value:null},typeof a=="function"?a(s,l):React.cloneElement(React.Children.only(a),l))},t}(React.Component);Transition.contextType=TransitionGroupContext,Transition.propTypes=process.env.NODE_ENV!=="production"?{nodeRef:PropTypes.shape({current:typeof Element>"u"?PropTypes.any:function(e,t,n,i,s,o){var a=e[t];return PropTypes.instanceOf(a&&"ownerDocument"in a?a.ownerDocument.defaultView.Element:Element)(e,t,n,i,s,o)}}),children:PropTypes.oneOfType([PropTypes.func.isRequired,PropTypes.element.isRequired]).isRequired,in:PropTypes.bool,mountOnEnter:PropTypes.bool,unmountOnExit:PropTypes.bool,appear:PropTypes.bool,enter:PropTypes.bool,exit:PropTypes.bool,timeout:function(t){var n=timeoutsShape;t.addEndListener||(n=n.isRequired);for(var i=arguments.length,s=new Array(i>1?i-1:0),o=1;o<i;o++)s[o-1]=arguments[o];return n.apply(void 0,[t].concat(s))},addEndListener:PropTypes.func,onEnter:PropTypes.func,onEntering:PropTypes.func,onEntered:PropTypes.func,onExit:PropTypes.func,onExiting:PropTypes.func,onExited:PropTypes.func}:{};function noop$2(){}Transition.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:noop$2,onEntering:noop$2,onEntered:noop$2,onExit:noop$2,onExiting:noop$2,onExited:noop$2},Transition.UNMOUNTED=UNMOUNTED,Transition.EXITED=EXITED,Transition.ENTERING=ENTERING,Transition.ENTERED=ENTERED,Transition.EXITING=EXITING;const Transition$1=Transition;function _assertThisInitialized(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function getChildMapping(e,t){var n=function(o){return t&&React.isValidElement(o)?t(o):o},i=Object.create(null);return e&&React.Children.map(e,function(s){return s}).forEach(function(s){i[s.key]=n(s)}),i}function mergeChildMappings(e,t){e=e||{},t=t||{};function n(f){return f in t?t[f]:e[f]}var i=Object.create(null),s=[];for(var o in e)o in t?s.length&&(i[o]=s,s=[]):s.push(o);var a,l={};for(var c in t){if(i[c])for(a=0;a<i[c].length;a++){var u=i[c][a];l[i[c][a]]=n(u)}l[c]=n(c)}for(a=0;a<s.length;a++)l[s[a]]=n(s[a]);return l}function getProp(e,t,n){return n[t]!=null?n[t]:e.props[t]}function getInitialChildMapping(e,t){return getChildMapping(e.children,function(n){return React.cloneElement(n,{onExited:t.bind(null,n),in:!0,appear:getProp(n,"appear",e),enter:getProp(n,"enter",e),exit:getProp(n,"exit",e)})})}function getNextChildMapping(e,t,n){var i=getChildMapping(e.children),s=mergeChildMappings(t,i);return Object.keys(s).forEach(function(o){var a=s[o];if(React.isValidElement(a)){var l=o in t,c=o in i,u=t[o],f=React.isValidElement(u)&&!u.props.in;c&&(!l||f)?s[o]=React.cloneElement(a,{onExited:n.bind(null,a),in:!0,exit:getProp(a,"exit",e),enter:getProp(a,"enter",e)}):!c&&l&&!f?s[o]=React.cloneElement(a,{in:!1}):c&&l&&React.isValidElement(u)&&(s[o]=React.cloneElement(a,{onExited:n.bind(null,a),in:u.props.in,exit:getProp(a,"exit",e),enter:getProp(a,"enter",e)}))}}),s}var values=Object.values||function(e){return Object.keys(e).map(function(t){return e[t]})},defaultProps={component:"div",childFactory:function(t){return t}},TransitionGroup=function(e){_inheritsLoose(t,e);function t(i,s){var o;o=e.call(this,i,s)||this;var a=o.handleExited.bind(_assertThisInitialized(o));return o.state={contextValue:{isMounting:!0},handleExited:a,firstRender:!0},o}var n=t.prototype;return n.componentDidMount=function(){this.mounted=!0,this.setState({contextValue:{isMounting:!1}})},n.componentWillUnmount=function(){this.mounted=!1},t.getDerivedStateFromProps=function(s,o){var a=o.children,l=o.handleExited,c=o.firstRender;return{children:c?getInitialChildMapping(s,l):getNextChildMapping(s,a,l),firstRender:!1}},n.handleExited=function(s,o){var a=getChildMapping(this.props.children);s.key in a||(s.props.onExited&&s.props.onExited(o),this.mounted&&this.setState(function(l){var c=_extends({},l.children);return delete c[s.key],{children:c}}))},n.render=function(){var s=this.props,o=s.component,a=s.childFactory,l=_objectWithoutPropertiesLoose$1(s,["component","childFactory"]),c=this.state.contextValue,u=values(this.state.children).map(a);return delete l.appear,delete l.enter,delete l.exit,o===null?React.createElement(TransitionGroupContext.Provider,{value:c},u):React.createElement(TransitionGroupContext.Provider,{value:c},React.createElement(o,l,u))},t}(React.Component);TransitionGroup.propTypes=process.env.NODE_ENV!=="production"?{component:PropTypes.any,children:PropTypes.node,appear:PropTypes.bool,enter:PropTypes.bool,exit:PropTypes.bool,childFactory:PropTypes.func}:{},TransitionGroup.defaultProps=defaultProps;const TransitionGroup$1=TransitionGroup,reflow=e=>e.scrollTop;function getTransitionProps(e,t){const{timeout:n,easing:i,style:s={}}=e;return{duration:s.transitionDuration??(typeof n=="number"?n:n[t.mode]||0),easing:s.transitionTimingFunction??(typeof i=="object"?i[t.mode]:i),delay:s.transitionDelay}}function getPaperUtilityClass(e){return generateUtilityClass("MuiPaper",e)}generateUtilityClasses("MuiPaper",["root","rounded","outlined","elevation","elevation0","elevation1","elevation2","elevation3","elevation4","elevation5","elevation6","elevation7","elevation8","elevation9","elevation10","elevation11","elevation12","elevation13","elevation14","elevation15","elevation16","elevation17","elevation18","elevation19","elevation20","elevation21","elevation22","elevation23","elevation24"]);const useUtilityClasses$h=e=>{const{square:t,elevation:n,variant:i,classes:s}=e,o={root:["root",i,!t&&"rounded",i==="elevation"&&`elevation${n}`]};return composeClasses(o,getPaperUtilityClass,s)},PaperRoot=styled$1("div",{name:"MuiPaper",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[n.variant],!n.square&&t.rounded,n.variant==="elevation"&&t[`elevation${n.elevation}`]]}})(memoTheme$1(({theme:e})=>({backgroundColor:(e.vars||e).palette.background.paper,color:(e.vars||e).palette.text.primary,transition:e.transitions.create("box-shadow"),variants:[{props:({ownerState:t})=>!t.square,style:{borderRadius:e.shape.borderRadius}},{props:{variant:"outlined"},style:{border:`1px solid ${(e.vars||e).palette.divider}`}},{props:{variant:"elevation"},style:{boxShadow:"var(--Paper-shadow)",backgroundImage:"var(--Paper-overlay)"}}]}))),Paper=React__namespace.forwardRef(function(t,n){var S;const i=useDefaultProps({props:t,name:"MuiPaper"}),s=useTheme$1(),{className:o,component:a="div",elevation:l=1,square:c=!1,variant:u="elevation",...f}=i,x={...i,component:a,elevation:l,square:c,variant:u},m=useUtilityClasses$h(x);return process.env.NODE_ENV!=="production"&&s.shadows[l]===void 0&&console.error([`MUI: The elevation provided <Paper elevation={${l}}> is not available in the theme.`,`Please make sure that \`theme.shadows[${l}]\` is defined.`].join(`
|
|
152
152
|
`)),jsxRuntimeExports.jsx(PaperRoot,{as:a,ownerState:x,className:clsx(m.root,o),ref:n,...f,style:{...u==="elevation"&&{"--Paper-shadow":(s.vars||s).shadows[l],...s.vars&&{"--Paper-overlay":(S=s.vars.overlays)==null?void 0:S[l]},...!s.vars&&s.palette.mode==="dark"&&{"--Paper-overlay":`linear-gradient(${alpha("#fff",getOverlayAlpha(l))}, ${alpha("#fff",getOverlayAlpha(l))})`}},...f.style}})});process.env.NODE_ENV!=="production"&&(Paper.propTypes={children:PropTypes.node,classes:PropTypes.object,className:PropTypes.string,component:PropTypes.elementType,elevation:chainPropTypes(integerPropType,e=>{const{elevation:t,variant:n}=e;return t>0&&n==="outlined"?new Error(`MUI: Combining \`elevation={${t}}\` with \`variant="${n}"\` has no effect. Either use \`elevation={0}\` or use a different \`variant\`.`):null}),square:PropTypes.bool,style:PropTypes.object,sx:PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func,PropTypes.object,PropTypes.bool])),PropTypes.func,PropTypes.object]),variant:PropTypes.oneOfType([PropTypes.oneOf(["elevation","outlined"]),PropTypes.string])});const Paper$1=Paper;function useSlot(e,t){const{className:n,elementType:i,ownerState:s,externalForwardedProps:o,internalForwardedProps:a,...l}=t,{component:c,slots:u={[e]:void 0},slotProps:f={[e]:void 0},...x}=o,m=u[e]||i,S=resolveComponentProps(f[e],s),{props:{component:E,...d},internalRef:I}=mergeSlotProps({className:n,...l,externalForwardedProps:e==="root"?x:void 0,externalSlotProps:S}),y=useForkRef(I,S==null?void 0:S.ref,t.ref),P=e==="root"?E||c:E,b=appendOwnerState(m,{...e==="root"&&!c&&!u[e]&&a,...e!=="root"&&!u[e]&&a,...d,...P&&{as:P},ref:y},s);return[m,b]}class LazyRipple{constructor(){He(this,"mountEffect",()=>{this.shouldMount&&!this.didMount&&this.ref.current!==null&&(this.didMount=!0,this.mounted.resolve())});this.ref={current:null},this.mounted=null,this.didMount=!1,this.shouldMount=!1,this.setShouldMount=null}static create(){return new LazyRipple}static use(){const t=useLazyRef(LazyRipple.create).current,[n,i]=React__namespace.useState(!1);return t.shouldMount=n,t.setShouldMount=i,React__namespace.useEffect(t.mountEffect,[n]),t}mount(){return this.mounted||(this.mounted=createControlledPromise(),this.shouldMount=!0,this.setShouldMount(this.shouldMount)),this.mounted}start(...t){this.mount().then(()=>{var n;return(n=this.ref.current)==null?void 0:n.start(...t)})}stop(...t){this.mount().then(()=>{var n;return(n=this.ref.current)==null?void 0:n.stop(...t)})}pulsate(...t){this.mount().then(()=>{var n;return(n=this.ref.current)==null?void 0:n.pulsate(...t)})}}function useLazyRipple(){return LazyRipple.use()}function createControlledPromise(){let e,t;const n=new Promise((i,s)=>{e=i,t=s});return n.resolve=e,n.reject=t,n}function Ripple(e){const{className:t,classes:n,pulsate:i=!1,rippleX:s,rippleY:o,rippleSize:a,in:l,onExited:c,timeout:u}=e,[f,x]=React__namespace.useState(!1),m=clsx(t,n.ripple,n.rippleVisible,i&&n.ripplePulsate),S={width:a,height:a,top:-(a/2)+o,left:-(a/2)+s},E=clsx(n.child,f&&n.childLeaving,i&&n.childPulsate);return!l&&!f&&x(!0),React__namespace.useEffect(()=>{if(!l&&c!=null){const d=setTimeout(c,u);return()=>{clearTimeout(d)}}},[c,l,u]),jsxRuntimeExports.jsx("span",{className:m,style:S,children:jsxRuntimeExports.jsx("span",{className:E})})}process.env.NODE_ENV!=="production"&&(Ripple.propTypes={classes:PropTypes.object.isRequired,className:PropTypes.string,in:PropTypes.bool,onExited:PropTypes.func,pulsate:PropTypes.bool,rippleSize:PropTypes.number,rippleX:PropTypes.number,rippleY:PropTypes.number,timeout:PropTypes.number.isRequired});const touchRippleClasses=generateUtilityClasses("MuiTouchRipple",["root","ripple","rippleVisible","ripplePulsate","child","childLeaving","childPulsate"]),touchRippleClasses$1=touchRippleClasses,DURATION=550,DELAY_RIPPLE=80,enterKeyframe=keyframes`
|
|
153
153
|
0% {
|
|
154
154
|
transform: scale(0);
|
|
@@ -251,7 +251,7 @@ To suppress this warning, you need to explicitly provide the \`palette.${t}Chann
|
|
|
251
251
|
`:null,dashAnimation=typeof circularDashKeyframe!="string"?css$1`
|
|
252
252
|
animation: ${circularDashKeyframe} 1.4s ease-in-out infinite;
|
|
253
253
|
`:null,useUtilityClasses$a=e=>{const{classes:t,variant:n,color:i,disableShrink:s}=e,o={root:["root",n,`color${capitalize(i)}`],svg:["svg"],circle:["circle",`circle${capitalize(n)}`,s&&"circleDisableShrink"]};return composeClasses(o,getCircularProgressUtilityClass,t)},CircularProgressRoot=styled$1("span",{name:"MuiCircularProgress",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[n.variant],t[`color${capitalize(n.color)}`]]}})(memoTheme$1(({theme:e})=>({display:"inline-block",variants:[{props:{variant:"determinate"},style:{transition:e.transitions.create("transform")}},{props:{variant:"indeterminate"},style:rotateAnimation||{animation:`${circularRotateKeyframe} 1.4s linear infinite`}},...Object.entries(e.palette).filter(createSimplePaletteValueFilter()).map(([t])=>({props:{color:t},style:{color:(e.vars||e).palette[t].main}}))]}))),CircularProgressSVG=styled$1("svg",{name:"MuiCircularProgress",slot:"Svg",overridesResolver:(e,t)=>t.svg})({display:"block"}),CircularProgressCircle=styled$1("circle",{name:"MuiCircularProgress",slot:"Circle",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.circle,t[`circle${capitalize(n.variant)}`],n.disableShrink&&t.circleDisableShrink]}})(memoTheme$1(({theme:e})=>({stroke:"currentColor",variants:[{props:{variant:"determinate"},style:{transition:e.transitions.create("stroke-dashoffset")}},{props:{variant:"indeterminate"},style:{strokeDasharray:"80px, 200px",strokeDashoffset:0}},{props:({ownerState:t})=>t.variant==="indeterminate"&&!t.disableShrink,style:dashAnimation||{animation:`${circularDashKeyframe} 1.4s ease-in-out infinite`}}]}))),CircularProgress=React__namespace.forwardRef(function(t,n){const i=useDefaultProps({props:t,name:"MuiCircularProgress"}),{className:s,color:o="primary",disableShrink:a=!1,size:l=40,style:c,thickness:u=3.6,value:f=0,variant:x="indeterminate",...m}=i,S={...i,color:o,disableShrink:a,size:l,thickness:u,value:f,variant:x},E=useUtilityClasses$a(S),d={},I={},y={};if(x==="determinate"){const P=2*Math.PI*((SIZE-u)/2);d.strokeDasharray=P.toFixed(3),y["aria-valuenow"]=Math.round(f),d.strokeDashoffset=`${((100-f)/100*P).toFixed(3)}px`,I.transform="rotate(-90deg)"}return jsxRuntimeExports.jsx(CircularProgressRoot,{className:clsx(E.root,s),style:{width:l,height:l,...I,...c},ownerState:S,ref:n,role:"progressbar",...y,...m,children:jsxRuntimeExports.jsx(CircularProgressSVG,{className:E.svg,ownerState:S,viewBox:`${SIZE/2} ${SIZE/2} ${SIZE} ${SIZE}`,children:jsxRuntimeExports.jsx(CircularProgressCircle,{className:E.circle,style:d,ownerState:S,cx:SIZE,cy:SIZE,r:(SIZE-u)/2,fill:"none",strokeWidth:u})})})});process.env.NODE_ENV!=="production"&&(CircularProgress.propTypes={classes:PropTypes.object,className:PropTypes.string,color:PropTypes.oneOfType([PropTypes.oneOf(["inherit","primary","secondary","error","info","success","warning"]),PropTypes.string]),disableShrink:chainPropTypes(PropTypes.bool,e=>e.disableShrink&&e.variant&&e.variant!=="indeterminate"?new Error("MUI: You have provided the `disableShrink` prop with a variant other than `indeterminate`. This will have no effect."):null),size:PropTypes.oneOfType([PropTypes.number,PropTypes.string]),style:PropTypes.object,sx:PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func,PropTypes.object,PropTypes.bool])),PropTypes.func,PropTypes.object]),thickness:PropTypes.number,value:PropTypes.number,variant:PropTypes.oneOf(["determinate","indeterminate"])});const CircularProgress$1=CircularProgress,isDynamicSupport=typeof globalCss({})=="function",html=(e,t)=>({WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",boxSizing:"border-box",WebkitTextSizeAdjust:"100%",...t&&!e.vars&&{colorScheme:e.palette.mode}}),body=e=>({color:(e.vars||e).palette.text.primary,...e.typography.body1,backgroundColor:(e.vars||e).palette.background.default,"@media print":{backgroundColor:(e.vars||e).palette.common.white}}),styles=(e,t=!1)=>{var o,a;const n={};t&&e.colorSchemes&&typeof e.getColorSchemeSelector=="function"&&Object.entries(e.colorSchemes).forEach(([l,c])=>{var f,x;const u=e.getColorSchemeSelector(l);u.startsWith("@")?n[u]={":root":{colorScheme:(f=c.palette)==null?void 0:f.mode}}:n[u.replace(/\s*&/,"")]={colorScheme:(x=c.palette)==null?void 0:x.mode}});let i={html:html(e,t),"*, *::before, *::after":{boxSizing:"inherit"},"strong, b":{fontWeight:e.typography.fontWeightBold},body:{margin:0,...body(e),"&::backdrop":{backgroundColor:(e.vars||e).palette.background.default}},...n};const s=(a=(o=e.components)==null?void 0:o.MuiCssBaseline)==null?void 0:a.styleOverrides;return s&&(i=[i,s]),i},SELECTOR="mui-ecs",staticStyles=e=>{const t=styles(e,!1),n=Array.isArray(t)?t[0]:t;return!e.vars&&n&&(n.html[`:root:has(${SELECTOR})`]={colorScheme:e.palette.mode}),e.colorSchemes&&Object.entries(e.colorSchemes).forEach(([i,s])=>{var a,l;const o=e.getColorSchemeSelector(i);o.startsWith("@")?n[o]={[`:root:not(:has(.${SELECTOR}))`]:{colorScheme:(a=s.palette)==null?void 0:a.mode}}:n[o.replace(/\s*&/,"")]={[`&:not(:has(.${SELECTOR}))`]:{colorScheme:(l=s.palette)==null?void 0:l.mode}}}),t},GlobalStyles=globalCss(isDynamicSupport?({theme:e,enableColorScheme:t})=>styles(e,t):({theme:e})=>staticStyles(e));function CssBaseline(e){const t=useDefaultProps({props:e,name:"MuiCssBaseline"}),{children:n,enableColorScheme:i=!1}=t;return jsxRuntimeExports.jsxs(React__namespace.Fragment,{children:[isDynamicSupport&&jsxRuntimeExports.jsx(GlobalStyles,{enableColorScheme:i}),!isDynamicSupport&&!i&&jsxRuntimeExports.jsx("span",{className:SELECTOR,style:{display:"none"}}),n]})}process.env.NODE_ENV!=="production"&&(CssBaseline.propTypes={children:PropTypes.node,enableColorScheme:PropTypes.bool});function isOverflowing(e){const t=ownerDocument(e);return t.body===e?ownerWindow(e).innerWidth>t.documentElement.clientWidth:e.scrollHeight>e.clientHeight}function ariaHidden(e,t){t?e.setAttribute("aria-hidden","true"):e.removeAttribute("aria-hidden")}function getPaddingRight(e){return parseInt(ownerWindow(e).getComputedStyle(e).paddingRight,10)||0}function isAriaHiddenForbiddenOnElement(e){const n=["TEMPLATE","SCRIPT","STYLE","LINK","MAP","META","NOSCRIPT","PICTURE","COL","COLGROUP","PARAM","SLOT","SOURCE","TRACK"].includes(e.tagName),i=e.tagName==="INPUT"&&e.getAttribute("type")==="hidden";return n||i}function ariaHiddenSiblings(e,t,n,i,s){const o=[t,n,...i];[].forEach.call(e.children,a=>{const l=!o.includes(a),c=!isAriaHiddenForbiddenOnElement(a);l&&c&&ariaHidden(a,s)})}function findIndexOf(e,t){let n=-1;return e.some((i,s)=>t(i)?(n=s,!0):!1),n}function handleContainer(e,t){const n=[],i=e.container;if(!t.disableScrollLock){if(isOverflowing(i)){const a=getScrollbarSize(ownerWindow(i));n.push({value:i.style.paddingRight,property:"padding-right",el:i}),i.style.paddingRight=`${getPaddingRight(i)+a}px`;const l=ownerDocument(i).querySelectorAll(".mui-fixed");[].forEach.call(l,c=>{n.push({value:c.style.paddingRight,property:"padding-right",el:c}),c.style.paddingRight=`${getPaddingRight(c)+a}px`})}let o;if(i.parentNode instanceof DocumentFragment)o=ownerDocument(i).body;else{const a=i.parentElement,l=ownerWindow(i);o=(a==null?void 0:a.nodeName)==="HTML"&&l.getComputedStyle(a).overflowY==="scroll"?a:i}n.push({value:o.style.overflow,property:"overflow",el:o},{value:o.style.overflowX,property:"overflow-x",el:o},{value:o.style.overflowY,property:"overflow-y",el:o}),o.style.overflow="hidden"}return()=>{n.forEach(({value:o,el:a,property:l})=>{o?a.style.setProperty(l,o):a.style.removeProperty(l)})}}function getHiddenSiblings(e){const t=[];return[].forEach.call(e.children,n=>{n.getAttribute("aria-hidden")==="true"&&t.push(n)}),t}class ModalManager{constructor(){this.modals=[],this.containers=[]}add(t,n){let i=this.modals.indexOf(t);if(i!==-1)return i;i=this.modals.length,this.modals.push(t),t.modalRef&&ariaHidden(t.modalRef,!1);const s=getHiddenSiblings(n);ariaHiddenSiblings(n,t.mount,t.modalRef,s,!0);const o=findIndexOf(this.containers,a=>a.container===n);return o!==-1?(this.containers[o].modals.push(t),i):(this.containers.push({modals:[t],container:n,restore:null,hiddenSiblings:s}),i)}mount(t,n){const i=findIndexOf(this.containers,o=>o.modals.includes(t)),s=this.containers[i];s.restore||(s.restore=handleContainer(s,n))}remove(t,n=!0){const i=this.modals.indexOf(t);if(i===-1)return i;const s=findIndexOf(this.containers,a=>a.modals.includes(t)),o=this.containers[s];if(o.modals.splice(o.modals.indexOf(t),1),this.modals.splice(i,1),o.modals.length===0)o.restore&&o.restore(),t.modalRef&&ariaHidden(t.modalRef,n),ariaHiddenSiblings(o.container,t.mount,t.modalRef,o.hiddenSiblings,!1),this.containers.splice(s,1);else{const a=o.modals[o.modals.length-1];a.modalRef&&ariaHidden(a.modalRef,!1)}return i}isTopModal(t){return this.modals.length>0&&this.modals[this.modals.length-1]===t}}const candidatesSelector=["input","select","textarea","a[href]","button","[tabindex]","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable="false"])'].join(",");function getTabIndex(e){const t=parseInt(e.getAttribute("tabindex")||"",10);return Number.isNaN(t)?e.contentEditable==="true"||(e.nodeName==="AUDIO"||e.nodeName==="VIDEO"||e.nodeName==="DETAILS")&&e.getAttribute("tabindex")===null?0:e.tabIndex:t}function isNonTabbableRadio(e){if(e.tagName!=="INPUT"||e.type!=="radio"||!e.name)return!1;const t=i=>e.ownerDocument.querySelector(`input[type="radio"]${i}`);let n=t(`[name="${e.name}"]:checked`);return n||(n=t(`[name="${e.name}"]`)),n!==e}function isNodeMatchingSelectorFocusable(e){return!(e.disabled||e.tagName==="INPUT"&&e.type==="hidden"||isNonTabbableRadio(e))}function defaultGetTabbable(e){const t=[],n=[];return Array.from(e.querySelectorAll(candidatesSelector)).forEach((i,s)=>{const o=getTabIndex(i);o===-1||!isNodeMatchingSelectorFocusable(i)||(o===0?t.push(i):n.push({documentOrder:s,tabIndex:o,node:i}))}),n.sort((i,s)=>i.tabIndex===s.tabIndex?i.documentOrder-s.documentOrder:i.tabIndex-s.tabIndex).map(i=>i.node).concat(t)}function defaultIsEnabled(){return!0}function FocusTrap(e){const{children:t,disableAutoFocus:n=!1,disableEnforceFocus:i=!1,disableRestoreFocus:s=!1,getTabbable:o=defaultGetTabbable,isEnabled:a=defaultIsEnabled,open:l}=e,c=React__namespace.useRef(!1),u=React__namespace.useRef(null),f=React__namespace.useRef(null),x=React__namespace.useRef(null),m=React__namespace.useRef(null),S=React__namespace.useRef(!1),E=React__namespace.useRef(null),d=useForkRef(getReactElementRef(t),E),I=React__namespace.useRef(null);React__namespace.useEffect(()=>{!l||!E.current||(S.current=!n)},[n,l]),React__namespace.useEffect(()=>{if(!l||!E.current)return;const b=ownerDocument(E.current);return E.current.contains(b.activeElement)||(E.current.hasAttribute("tabIndex")||(process.env.NODE_ENV!=="production"&&console.error(["MUI: The modal content node does not accept focus.",'For the benefit of assistive technologies, the tabIndex of the node is being set to "-1".'].join(`
|
|
254
|
-
`)),E.current.setAttribute("tabIndex","-1")),S.current&&E.current.focus()),()=>{s||(x.current&&x.current.focus&&(c.current=!0,x.current.focus()),x.current=null)}},[l]),React__namespace.useEffect(()=>{if(!l||!E.current)return;const b=ownerDocument(E.current),T=V=>{I.current=V,!(i||!a()||V.key!=="Tab")&&b.activeElement===E.current&&V.shiftKey&&(c.current=!0,f.current&&f.current.focus())},R=()=>{var e1,j;const V=E.current;if(V===null)return;if(!b.hasFocus()||!a()||c.current){c.current=!1;return}if(V.contains(b.activeElement)||i&&b.activeElement!==u.current&&b.activeElement!==f.current)return;if(b.activeElement!==m.current)m.current=null;else if(m.current!==null)return;if(!S.current)return;let z=[];if((b.activeElement===u.current||b.activeElement===f.current)&&(z=o(E.current)),z.length>0){const n1=!!((e1=I.current)!=null&&e1.shiftKey&&((j=I.current)==null?void 0:j.key)==="Tab"),X=z[0],l1=z[z.length-1];typeof X!="string"&&typeof l1!="string"&&(n1?l1.focus():X.focus())}else V.focus()};b.addEventListener("focusin",R),b.addEventListener("keydown",T,!0);const D=setInterval(()=>{b.activeElement&&b.activeElement.tagName==="BODY"&&R()},50);return()=>{clearInterval(D),b.removeEventListener("focusin",R),b.removeEventListener("keydown",T,!0)}},[n,i,s,a,l,o]);const y=b=>{x.current===null&&(x.current=b.relatedTarget),S.current=!0,m.current=b.target;const T=t.props.onFocus;T&&T(b)},P=b=>{x.current===null&&(x.current=b.relatedTarget),S.current=!0};return jsxRuntimeExports.jsxs(React__namespace.Fragment,{children:[jsxRuntimeExports.jsx("div",{tabIndex:l?0:-1,onFocus:P,ref:u,"data-testid":"sentinelStart"}),React__namespace.cloneElement(t,{ref:d,onFocus:y}),jsxRuntimeExports.jsx("div",{tabIndex:l?0:-1,onFocus:P,ref:f,"data-testid":"sentinelEnd"})]})}process.env.NODE_ENV!=="production"&&(FocusTrap.propTypes={children:elementAcceptingRef$1,disableAutoFocus:PropTypes.bool,disableEnforceFocus:PropTypes.bool,disableRestoreFocus:PropTypes.bool,getTabbable:PropTypes.func,isEnabled:PropTypes.func,open:PropTypes.bool.isRequired}),process.env.NODE_ENV!=="production"&&(FocusTrap["propTypes"]=exactProp(FocusTrap.propTypes));function getContainer(e){return typeof e=="function"?e():e}function getHasTransition(e){return e?e.props.hasOwnProperty("in"):!1}const noop$1=()=>{},manager=new ModalManager;function useModal(e){const{container:t,disableEscapeKeyDown:n=!1,disableScrollLock:i=!1,closeAfterTransition:s=!1,onTransitionEnter:o,onTransitionExited:a,children:l,onClose:c,open:u,rootRef:f}=e,x=React__namespace.useRef({}),m=React__namespace.useRef(null),S=React__namespace.useRef(null),E=useForkRef(S,f),[d,I]=React__namespace.useState(!u),y=getHasTransition(l);let P=!0;(e["aria-hidden"]==="false"||e["aria-hidden"]===!1)&&(P=!1);const b=()=>ownerDocument(m.current),T=()=>(x.current.modalRef=S.current,x.current.mount=m.current,x.current),R=()=>{manager.mount(T(),{disableScrollLock:i}),S.current&&(S.current.scrollTop=0)},D=useEventCallback(()=>{const t1=getContainer(t)||b().body;manager.add(T(),t1),S.current&&R()}),V=()=>manager.isTopModal(T()),z=useEventCallback(t1=>{m.current=t1,t1&&(u&&V()?R():S.current&&ariaHidden(S.current,P))}),e1=React__namespace.useCallback(()=>{manager.remove(T(),P)},[P]);React__namespace.useEffect(()=>()=>{e1()},[e1]),React__namespace.useEffect(()=>{u?D():(!y||!s)&&e1()},[u,e1,y,s,D]);const j=t1=>N=>{var Y;(Y=t1.onKeyDown)==null||Y.call(t1,N),!(N.key!=="Escape"||N.which===229||!V())&&(n||(N.stopPropagation(),c&&c(N,"escapeKeyDown")))},n1=t1=>N=>{var Y;(Y=t1.onClick)==null||Y.call(t1,N),N.target===N.currentTarget&&c&&c(N,"backdropClick")};return{getRootProps:(t1={})=>{const N=extractEventHandlers(e);delete N.onTransitionEnter,delete N.onTransitionExited;const Y={...N,...t1};return{role:"presentation",...Y,onKeyDown:j(Y),ref:E}},getBackdropProps:(t1={})=>{const N=t1;return{"aria-hidden":!0,...N,onClick:n1(N),open:u}},getTransitionProps:()=>{const t1=()=>{I(!1),o&&o()},N=()=>{I(!0),a&&a(),s&&e1()};return{onEnter:createChainedFunction(t1,(l==null?void 0:l.props.onEnter)??noop$1),onExited:createChainedFunction(N,(l==null?void 0:l.props.onExited)??noop$1)}},rootRef:E,portalRef:z,isTopModal:V,exited:d,hasTransition:y}}function getModalUtilityClass(e){return generateUtilityClass("MuiModal",e)}generateUtilityClasses("MuiModal",["root","hidden","backdrop"]);const useUtilityClasses$9=e=>{const{open:t,exited:n,classes:i}=e;return composeClasses({root:["root",!t&&n&&"hidden"],backdrop:["backdrop"]},getModalUtilityClass,i)},ModalRoot=styled$1("div",{name:"MuiModal",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,!n.open&&n.exited&&t.hidden]}})(memoTheme$1(({theme:e})=>({position:"fixed",zIndex:(e.vars||e).zIndex.modal,right:0,bottom:0,top:0,left:0,variants:[{props:({ownerState:t})=>!t.open&&t.exited,style:{visibility:"hidden"}}]}))),ModalBackdrop=styled$1(Backdrop$1,{name:"MuiModal",slot:"Backdrop",overridesResolver:(e,t)=>t.backdrop})({zIndex:-1}),Modal=React__namespace.forwardRef(function(t,n){const i=useDefaultProps({name:"MuiModal",props:t}),{BackdropComponent:s=ModalBackdrop,BackdropProps:o,classes:a,className:l,closeAfterTransition:c=!1,children:u,container:f,component:x,components:m={},componentsProps:S={},disableAutoFocus:E=!1,disableEnforceFocus:d=!1,disableEscapeKeyDown:I=!1,disablePortal:y=!1,disableRestoreFocus:P=!1,disableScrollLock:b=!1,hideBackdrop:T=!1,keepMounted:R=!1,onBackdropClick:D,onClose:V,onTransitionEnter:z,onTransitionExited:e1,open:j,slotProps:n1={},slots:X={},theme:l1,...c1}=i,t1={...i,closeAfterTransition:c,disableAutoFocus:E,disableEnforceFocus:d,disableEscapeKeyDown:I,disablePortal:y,disableRestoreFocus:P,disableScrollLock:b,hideBackdrop:T,keepMounted:R},{getRootProps:N,getBackdropProps:Y,getTransitionProps:M,portalRef:B,isTopModal:U,exited:G,hasTransition:a1}=useModal({...t1,rootRef:n}),p1={...t1,exited:G},u1=useUtilityClasses$9(p1),y1={};if(u.props.tabIndex===void 0&&(y1.tabIndex="-1"),a1){const{onEnter:o1,onExited:_1}=M();y1.onEnter=o1,y1.onExited=_1}const g1={...c1,slots:{root:m.Root,backdrop:m.Backdrop,...X},slotProps:{...S,...n1}},[E1,P1]=useSlot("root",{elementType:ModalRoot,externalForwardedProps:g1,getSlotProps:N,additionalProps:{ref:n,as:x},ownerState:p1,className:clsx(l,u1==null?void 0:u1.root,!p1.open&&p1.exited&&(u1==null?void 0:u1.hidden))}),[R1,S1]=useSlot("backdrop",{elementType:s,externalForwardedProps:g1,additionalProps:o,getSlotProps:o1=>Y({...o1,onClick:_1=>{D&&D(_1),o1!=null&&o1.onClick&&o1.onClick(_1)}}),className:clsx(o==null?void 0:o.className,u1==null?void 0:u1.backdrop),ownerState:p1}),I1=useForkRef(o==null?void 0:o.ref,S1.ref);return!R&&!j&&(!a1||G)?null:jsxRuntimeExports.jsx(Portal$1,{ref:B,container:f,disablePortal:y,children:jsxRuntimeExports.jsxs(E1,{...P1,children:[!T&&s?jsxRuntimeExports.jsx(R1,{...S1,ref:I1}):null,jsxRuntimeExports.jsx(FocusTrap,{disableEnforceFocus:d,disableAutoFocus:E,disableRestoreFocus:P,isEnabled:U,open:j,children:React__namespace.cloneElement(u,y1)})]})})});process.env.NODE_ENV!=="production"&&(Modal.propTypes={BackdropComponent:PropTypes.elementType,BackdropProps:PropTypes.object,children:elementAcceptingRef$1.isRequired,classes:PropTypes.object,className:PropTypes.string,closeAfterTransition:PropTypes.bool,component:PropTypes.elementType,components:PropTypes.shape({Backdrop:PropTypes.elementType,Root:PropTypes.elementType}),componentsProps:PropTypes.shape({backdrop:PropTypes.oneOfType([PropTypes.func,PropTypes.object]),root:PropTypes.oneOfType([PropTypes.func,PropTypes.object])}),container:PropTypes.oneOfType([HTMLElementType,PropTypes.func]),disableAutoFocus:PropTypes.bool,disableEnforceFocus:PropTypes.bool,disableEscapeKeyDown:PropTypes.bool,disablePortal:PropTypes.bool,disableRestoreFocus:PropTypes.bool,disableScrollLock:PropTypes.bool,hideBackdrop:PropTypes.bool,keepMounted:PropTypes.bool,onBackdropClick:PropTypes.func,onClose:PropTypes.func,onTransitionEnter:PropTypes.func,onTransitionExited:PropTypes.func,open:PropTypes.bool.isRequired,slotProps:PropTypes.shape({backdrop:PropTypes.oneOfType([PropTypes.func,PropTypes.object]),root:PropTypes.oneOfType([PropTypes.func,PropTypes.object])}),slots:PropTypes.shape({backdrop:PropTypes.elementType,root:PropTypes.elementType}),sx:PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func,PropTypes.object,PropTypes.bool])),PropTypes.func,PropTypes.object])});const Modal$1=Modal;function getDialogUtilityClass(e){return generateUtilityClass("MuiDialog",e)}const dialogClasses=generateUtilityClasses("MuiDialog",["root","scrollPaper","scrollBody","container","paper","paperScrollPaper","paperScrollBody","paperWidthFalse","paperWidthXs","paperWidthSm","paperWidthMd","paperWidthLg","paperWidthXl","paperFullWidth","paperFullScreen"]),dialogClasses$1=dialogClasses,DialogContext$1=React__namespace.createContext({});process.env.NODE_ENV!=="production"&&(DialogContext$1.displayName="DialogContext");const DialogContext$2=DialogContext$1,DialogBackdrop=styled$1(Backdrop$1,{name:"MuiDialog",slot:"Backdrop",overrides:(e,t)=>t.backdrop})({zIndex:-1}),useUtilityClasses$8=e=>{const{classes:t,scroll:n,maxWidth:i,fullWidth:s,fullScreen:o}=e,a={root:["root"],container:["container",`scroll${capitalize(n)}`],paper:["paper",`paperScroll${capitalize(n)}`,`paperWidth${capitalize(String(i))}`,s&&"paperFullWidth",o&&"paperFullScreen"]};return composeClasses(a,getDialogUtilityClass,t)},DialogRoot=styled$1(Modal$1,{name:"MuiDialog",slot:"Root",overridesResolver:(e,t)=>t.root})({"@media print":{position:"absolute !important"}}),DialogContainer=styled$1("div",{name:"MuiDialog",slot:"Container",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.container,t[`scroll${capitalize(n.scroll)}`]]}})({height:"100%","@media print":{height:"auto"},outline:0,variants:[{props:{scroll:"paper"},style:{display:"flex",justifyContent:"center",alignItems:"center"}},{props:{scroll:"body"},style:{overflowY:"auto",overflowX:"hidden",textAlign:"center","&::after":{content:'""',display:"inline-block",verticalAlign:"middle",height:"100%",width:"0"}}}]}),DialogPaper=styled$1(Paper$1,{name:"MuiDialog",slot:"Paper",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.paper,t[`scrollPaper${capitalize(n.scroll)}`],t[`paperWidth${capitalize(String(n.maxWidth))}`],n.fullWidth&&t.paperFullWidth,n.fullScreen&&t.paperFullScreen]}})(memoTheme$1(({theme:e})=>({margin:32,position:"relative",overflowY:"auto","@media print":{overflowY:"visible",boxShadow:"none"},variants:[{props:{scroll:"paper"},style:{display:"flex",flexDirection:"column",maxHeight:"calc(100% - 64px)"}},{props:{scroll:"body"},style:{display:"inline-block",verticalAlign:"middle",textAlign:"initial"}},{props:({ownerState:t})=>!t.maxWidth,style:{maxWidth:"calc(100% - 64px)"}},{props:{maxWidth:"xs"},style:{maxWidth:e.breakpoints.unit==="px"?Math.max(e.breakpoints.values.xs,444):`max(${e.breakpoints.values.xs}${e.breakpoints.unit}, 444px)`,[`&.${dialogClasses$1.paperScrollBody}`]:{[e.breakpoints.down(Math.max(e.breakpoints.values.xs,444)+32*2)]:{maxWidth:"calc(100% - 64px)"}}}},...Object.keys(e.breakpoints.values).filter(t=>t!=="xs").map(t=>({props:{maxWidth:t},style:{maxWidth:`${e.breakpoints.values[t]}${e.breakpoints.unit}`,[`&.${dialogClasses$1.paperScrollBody}`]:{[e.breakpoints.down(e.breakpoints.values[t]+32*2)]:{maxWidth:"calc(100% - 64px)"}}}})),{props:({ownerState:t})=>t.fullWidth,style:{width:"calc(100% - 64px)"}},{props:({ownerState:t})=>t.fullScreen,style:{margin:0,width:"100%",maxWidth:"100%",height:"100%",maxHeight:"none",borderRadius:0,[`&.${dialogClasses$1.paperScrollBody}`]:{margin:0,maxWidth:"100%"}}}]}))),Dialog=React__namespace.forwardRef(function(t,n){const i=useDefaultProps({props:t,name:"MuiDialog"}),s=useTheme$1(),o={enter:s.transitions.duration.enteringScreen,exit:s.transitions.duration.leavingScreen},{"aria-describedby":a,"aria-labelledby":l,"aria-modal":c=!0,BackdropComponent:u,BackdropProps:f,children:x,className:m,disableEscapeKeyDown:S=!1,fullScreen:E=!1,fullWidth:d=!1,maxWidth:I="sm",onBackdropClick:y,onClick:P,onClose:b,open:T,PaperComponent:R=Paper$1,PaperProps:D={},scroll:V="paper",TransitionComponent:z=Fade$1,transitionDuration:e1=o,TransitionProps:j,...n1}=i,X={...i,disableEscapeKeyDown:S,fullScreen:E,fullWidth:d,maxWidth:I,scroll:V},l1=useUtilityClasses$8(X),c1=React__namespace.useRef(),t1=B=>{c1.current=B.target===B.currentTarget},N=B=>{P&&P(B),c1.current&&(c1.current=null,y&&y(B),b&&b(B,"backdropClick"))},Y=useId(l),M=React__namespace.useMemo(()=>({titleId:Y}),[Y]);return jsxRuntimeExports.jsx(DialogRoot,{className:clsx(l1.root,m),closeAfterTransition:!0,components:{Backdrop:DialogBackdrop},componentsProps:{backdrop:{transitionDuration:e1,as:u,...f}},disableEscapeKeyDown:S,onClose:b,open:T,ref:n,onClick:N,ownerState:X,...n1,children:jsxRuntimeExports.jsx(z,{appear:!0,in:T,timeout:e1,role:"presentation",...j,children:jsxRuntimeExports.jsx(DialogContainer,{className:clsx(l1.container),onMouseDown:t1,ownerState:X,children:jsxRuntimeExports.jsx(DialogPaper,{as:R,elevation:24,role:"dialog","aria-describedby":a,"aria-labelledby":Y,"aria-modal":c,...D,className:clsx(l1.paper,D.className),ownerState:X,children:jsxRuntimeExports.jsx(DialogContext$2.Provider,{value:M,children:x})})})})})});process.env.NODE_ENV!=="production"&&(Dialog.propTypes={"aria-describedby":PropTypes.string,"aria-labelledby":PropTypes.string,"aria-modal":PropTypes.oneOfType([PropTypes.oneOf(["false","true"]),PropTypes.bool]),BackdropComponent:PropTypes.elementType,BackdropProps:PropTypes.object,children:PropTypes.node,classes:PropTypes.object,className:PropTypes.string,disableEscapeKeyDown:PropTypes.bool,fullScreen:PropTypes.bool,fullWidth:PropTypes.bool,maxWidth:PropTypes.oneOfType([PropTypes.oneOf(["xs","sm","md","lg","xl",!1]),PropTypes.string]),onBackdropClick:PropTypes.func,onClick:PropTypes.func,onClose:PropTypes.func,open:PropTypes.bool.isRequired,PaperComponent:PropTypes.elementType,PaperProps:PropTypes.object,scroll:PropTypes.oneOf(["body","paper"]),sx:PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func,PropTypes.object,PropTypes.bool])),PropTypes.func,PropTypes.object]),TransitionComponent:PropTypes.elementType,transitionDuration:PropTypes.oneOfType([PropTypes.number,PropTypes.shape({appear:PropTypes.number,enter:PropTypes.number,exit:PropTypes.number})]),TransitionProps:PropTypes.object});const Dialog$1=Dialog;function getDialogActionsUtilityClass(e){return generateUtilityClass("MuiDialogActions",e)}generateUtilityClasses("MuiDialogActions",["root","spacing"]);const useUtilityClasses$7=e=>{const{classes:t,disableSpacing:n}=e;return composeClasses({root:["root",!n&&"spacing"]},getDialogActionsUtilityClass,t)},DialogActionsRoot=styled$1("div",{name:"MuiDialogActions",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,!n.disableSpacing&&t.spacing]}})({display:"flex",alignItems:"center",padding:8,justifyContent:"flex-end",flex:"0 0 auto",variants:[{props:({ownerState:e})=>!e.disableSpacing,style:{"& > :not(style) ~ :not(style)":{marginLeft:8}}}]}),DialogActions=React__namespace.forwardRef(function(t,n){const i=useDefaultProps({props:t,name:"MuiDialogActions"}),{className:s,disableSpacing:o=!1,...a}=i,l={...i,disableSpacing:o},c=useUtilityClasses$7(l);return jsxRuntimeExports.jsx(DialogActionsRoot,{className:clsx(c.root,s),ownerState:l,ref:n,...a})});process.env.NODE_ENV!=="production"&&(DialogActions.propTypes={children:PropTypes.node,classes:PropTypes.object,className:PropTypes.string,disableSpacing:PropTypes.bool,sx:PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func,PropTypes.object,PropTypes.bool])),PropTypes.func,PropTypes.object])});const DialogActions$1=DialogActions;function getDialogContentUtilityClass(e){return generateUtilityClass("MuiDialogContent",e)}generateUtilityClasses("MuiDialogContent",["root","dividers"]);function getDialogTitleUtilityClass(e){return generateUtilityClass("MuiDialogTitle",e)}const dialogTitleClasses=generateUtilityClasses("MuiDialogTitle",["root"]),dialogTitleClasses$1=dialogTitleClasses,useUtilityClasses$6=e=>{const{classes:t,dividers:n}=e;return composeClasses({root:["root",n&&"dividers"]},getDialogContentUtilityClass,t)},DialogContentRoot=styled$1("div",{name:"MuiDialogContent",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.dividers&&t.dividers]}})(memoTheme$1(({theme:e})=>({flex:"1 1 auto",WebkitOverflowScrolling:"touch",overflowY:"auto",padding:"20px 24px",variants:[{props:({ownerState:t})=>t.dividers,style:{padding:"16px 24px",borderTop:`1px solid ${(e.vars||e).palette.divider}`,borderBottom:`1px solid ${(e.vars||e).palette.divider}`}},{props:({ownerState:t})=>!t.dividers,style:{[`.${dialogTitleClasses$1.root} + &`]:{paddingTop:0}}}]}))),DialogContent$1=React__namespace.forwardRef(function(t,n){const i=useDefaultProps({props:t,name:"MuiDialogContent"}),{className:s,dividers:o=!1,...a}=i,l={...i,dividers:o},c=useUtilityClasses$6(l);return jsxRuntimeExports.jsx(DialogContentRoot,{className:clsx(c.root,s),ownerState:l,ref:n,...a})});process.env.NODE_ENV!=="production"&&(DialogContent$1.propTypes={children:PropTypes.node,classes:PropTypes.object,className:PropTypes.string,dividers:PropTypes.bool,sx:PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func,PropTypes.object,PropTypes.bool])),PropTypes.func,PropTypes.object])});const DialogContent$2=DialogContent$1,useUtilityClasses$5=e=>{const{classes:t}=e;return composeClasses({root:["root"]},getDialogTitleUtilityClass,t)},DialogTitleRoot=styled$1(Typography$1,{name:"MuiDialogTitle",slot:"Root",overridesResolver:(e,t)=>t.root})({padding:"16px 24px",flex:"0 0 auto"}),DialogTitle=React__namespace.forwardRef(function(t,n){const i=useDefaultProps({props:t,name:"MuiDialogTitle"}),{className:s,id:o,...a}=i,l=i,c=useUtilityClasses$5(l),{titleId:u=o}=React__namespace.useContext(DialogContext$2);return jsxRuntimeExports.jsx(DialogTitleRoot,{component:"h2",className:clsx(c.root,s),ownerState:l,ref:n,variant:"h6",id:o??u,...a})});process.env.NODE_ENV!=="production"&&(DialogTitle.propTypes={children:PropTypes.node,classes:PropTypes.object,className:PropTypes.string,id:PropTypes.string,sx:PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func,PropTypes.object,PropTypes.bool])),PropTypes.func,PropTypes.object])});const DialogTitle$1=DialogTitle,ListContext=React__namespace.createContext({});process.env.NODE_ENV!=="production"&&(ListContext.displayName="ListContext");const ListContext$1=ListContext;function getListUtilityClass(e){return generateUtilityClass("MuiList",e)}generateUtilityClasses("MuiList",["root","padding","dense","subheader"]);const useUtilityClasses$4=e=>{const{classes:t,disablePadding:n,dense:i,subheader:s}=e;return composeClasses({root:["root",!n&&"padding",i&&"dense",s&&"subheader"]},getListUtilityClass,t)},ListRoot=styled$1("ul",{name:"MuiList",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,!n.disablePadding&&t.padding,n.dense&&t.dense,n.subheader&&t.subheader]}})({listStyle:"none",margin:0,padding:0,position:"relative",variants:[{props:({ownerState:e})=>!e.disablePadding,style:{paddingTop:8,paddingBottom:8}},{props:({ownerState:e})=>e.subheader,style:{paddingTop:0}}]}),List=React__namespace.forwardRef(function(t,n){const i=useDefaultProps({props:t,name:"MuiList"}),{children:s,className:o,component:a="ul",dense:l=!1,disablePadding:c=!1,subheader:u,...f}=i,x=React__namespace.useMemo(()=>({dense:l}),[l]),m={...i,component:a,dense:l,disablePadding:c},S=useUtilityClasses$4(m);return jsxRuntimeExports.jsx(ListContext$1.Provider,{value:x,children:jsxRuntimeExports.jsxs(ListRoot,{as:a,className:clsx(S.root,o),ref:n,ownerState:m,...f,children:[u,s]})})});process.env.NODE_ENV!=="production"&&(List.propTypes={children:PropTypes.node,classes:PropTypes.object,className:PropTypes.string,component:PropTypes.elementType,dense:PropTypes.bool,disablePadding:PropTypes.bool,subheader:PropTypes.node,sx:PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func,PropTypes.object,PropTypes.bool])),PropTypes.func,PropTypes.object])});const List$1=List;function getListItemUtilityClass(e){return generateUtilityClass("MuiListItem",e)}generateUtilityClasses("MuiListItem",["root","container","dense","alignItemsFlexStart","divider","gutters","padding","secondaryAction"]);const listItemButtonClasses=generateUtilityClasses("MuiListItemButton",["root","focusVisible","dense","alignItemsFlexStart","disabled","divider","gutters","selected"]),listItemButtonClasses$1=listItemButtonClasses;function getListItemSecondaryActionClassesUtilityClass(e){return generateUtilityClass("MuiListItemSecondaryAction",e)}generateUtilityClasses("MuiListItemSecondaryAction",["root","disableGutters"]);const useUtilityClasses$3=e=>{const{disableGutters:t,classes:n}=e;return composeClasses({root:["root",t&&"disableGutters"]},getListItemSecondaryActionClassesUtilityClass,n)},ListItemSecondaryActionRoot=styled$1("div",{name:"MuiListItemSecondaryAction",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.disableGutters&&t.disableGutters]}})({position:"absolute",right:16,top:"50%",transform:"translateY(-50%)",variants:[{props:({ownerState:e})=>e.disableGutters,style:{right:0}}]}),ListItemSecondaryAction=React__namespace.forwardRef(function(t,n){const i=useDefaultProps({props:t,name:"MuiListItemSecondaryAction"}),{className:s,...o}=i,a=React__namespace.useContext(ListContext$1),l={...i,disableGutters:a.disableGutters},c=useUtilityClasses$3(l);return jsxRuntimeExports.jsx(ListItemSecondaryActionRoot,{className:clsx(c.root,s),ownerState:l,ref:n,...o})});process.env.NODE_ENV!=="production"&&(ListItemSecondaryAction.propTypes={children:PropTypes.node,classes:PropTypes.object,className:PropTypes.string,sx:PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func,PropTypes.object,PropTypes.bool])),PropTypes.func,PropTypes.object])}),ListItemSecondaryAction.muiName="ListItemSecondaryAction";const ListItemSecondaryAction$1=ListItemSecondaryAction,overridesResolver=(e,t)=>{const{ownerState:n}=e;return[t.root,n.dense&&t.dense,n.alignItems==="flex-start"&&t.alignItemsFlexStart,n.divider&&t.divider,!n.disableGutters&&t.gutters,!n.disablePadding&&t.padding,n.hasSecondaryAction&&t.secondaryAction]},useUtilityClasses$2=e=>{const{alignItems:t,classes:n,dense:i,disableGutters:s,disablePadding:o,divider:a,hasSecondaryAction:l}=e;return composeClasses({root:["root",i&&"dense",!s&&"gutters",!o&&"padding",a&&"divider",t==="flex-start"&&"alignItemsFlexStart",l&&"secondaryAction"],container:["container"]},getListItemUtilityClass,n)},ListItemRoot=styled$1("div",{name:"MuiListItem",slot:"Root",overridesResolver})(memoTheme$1(({theme:e})=>({display:"flex",justifyContent:"flex-start",alignItems:"center",position:"relative",textDecoration:"none",width:"100%",boxSizing:"border-box",textAlign:"left",variants:[{props:({ownerState:t})=>!t.disablePadding,style:{paddingTop:8,paddingBottom:8}},{props:({ownerState:t})=>!t.disablePadding&&t.dense,style:{paddingTop:4,paddingBottom:4}},{props:({ownerState:t})=>!t.disablePadding&&!t.disableGutters,style:{paddingLeft:16,paddingRight:16}},{props:({ownerState:t})=>!t.disablePadding&&!!t.secondaryAction,style:{paddingRight:48}},{props:({ownerState:t})=>!!t.secondaryAction,style:{[`& > .${listItemButtonClasses$1.root}`]:{paddingRight:48}}},{props:{alignItems:"flex-start"},style:{alignItems:"flex-start"}},{props:({ownerState:t})=>t.divider,style:{borderBottom:`1px solid ${(e.vars||e).palette.divider}`,backgroundClip:"padding-box"}},{props:({ownerState:t})=>t.button,style:{transition:e.transitions.create("background-color",{duration:e.transitions.duration.shortest}),"&:hover":{textDecoration:"none",backgroundColor:(e.vars||e).palette.action.hover,"@media (hover: none)":{backgroundColor:"transparent"}}}},{props:({ownerState:t})=>t.hasSecondaryAction,style:{paddingRight:48}}]}))),ListItemContainer=styled$1("li",{name:"MuiListItem",slot:"Container",overridesResolver:(e,t)=>t.container})({position:"relative"}),ListItem=React__namespace.forwardRef(function(t,n){const i=useDefaultProps({props:t,name:"MuiListItem"}),{alignItems:s="center",children:o,className:a,component:l,components:c={},componentsProps:u={},ContainerComponent:f="li",ContainerProps:{className:x,...m}={},dense:S=!1,disableGutters:E=!1,disablePadding:d=!1,divider:I=!1,secondaryAction:y,slotProps:P={},slots:b={},...T}=i,R=React__namespace.useContext(ListContext$1),D=React__namespace.useMemo(()=>({dense:S||R.dense||!1,alignItems:s,disableGutters:E}),[s,R.dense,S,E]),V=React__namespace.useRef(null),z=React__namespace.Children.toArray(o),e1=z.length&&isMuiElement(z[z.length-1],["ListItemSecondaryAction"]),j={...i,alignItems:s,dense:D.dense,disableGutters:E,disablePadding:d,divider:I,hasSecondaryAction:e1},n1=useUtilityClasses$2(j),X=useForkRef(V,n),l1=b.root||c.Root||ListItemRoot,c1=P.root||u.root||{},t1={className:clsx(n1.root,c1.className,a),...T};let N=l||"li";return e1?(N=!t1.component&&!l?"div":N,f==="li"&&(N==="li"?N="div":t1.component==="li"&&(t1.component="div")),jsxRuntimeExports.jsx(ListContext$1.Provider,{value:D,children:jsxRuntimeExports.jsxs(ListItemContainer,{as:f,className:clsx(n1.container,x),ref:X,ownerState:j,...m,children:[jsxRuntimeExports.jsx(l1,{...c1,...!isHostComponent(l1)&&{as:N,ownerState:{...j,...c1.ownerState}},...t1,children:z}),z.pop()]})})):jsxRuntimeExports.jsx(ListContext$1.Provider,{value:D,children:jsxRuntimeExports.jsxs(l1,{...c1,as:N,ref:X,...!isHostComponent(l1)&&{ownerState:{...j,...c1.ownerState}},...t1,children:[z,y&&jsxRuntimeExports.jsx(ListItemSecondaryAction$1,{children:y})]})})});process.env.NODE_ENV!=="production"&&(ListItem.propTypes={alignItems:PropTypes.oneOf(["center","flex-start"]),children:chainPropTypes(PropTypes.node,e=>{const t=React__namespace.Children.toArray(e.children);let n=-1;for(let i=t.length-1;i>=0;i-=1){const s=t[i];if(isMuiElement(s,["ListItemSecondaryAction"])){n=i;break}}return n!==-1&&n!==t.length-1?new Error("MUI: You used an element after ListItemSecondaryAction. For ListItem to detect that it has a secondary action you must pass it as the last child to ListItem."):null}),classes:PropTypes.object,className:PropTypes.string,component:PropTypes.elementType,components:PropTypes.shape({Root:PropTypes.elementType}),componentsProps:PropTypes.shape({root:PropTypes.object}),ContainerComponent:elementTypeAcceptingRef$1,ContainerProps:PropTypes.object,dense:PropTypes.bool,disableGutters:PropTypes.bool,disablePadding:PropTypes.bool,divider:PropTypes.bool,secondaryAction:PropTypes.node,slotProps:PropTypes.shape({root:PropTypes.object}),slots:PropTypes.shape({root:PropTypes.elementType}),sx:PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func,PropTypes.object,PropTypes.bool])),PropTypes.func,PropTypes.object])});const ListItem$1=ListItem;function getListItemTextUtilityClass(e){return generateUtilityClass("MuiListItemText",e)}const listItemTextClasses=generateUtilityClasses("MuiListItemText",["root","multiline","dense","inset","primary","secondary"]),listItemTextClasses$1=listItemTextClasses,useUtilityClasses$1=e=>{const{classes:t,inset:n,primary:i,secondary:s,dense:o}=e;return composeClasses({root:["root",n&&"inset",o&&"dense",i&&s&&"multiline"],primary:["primary"],secondary:["secondary"]},getListItemTextUtilityClass,t)},ListItemTextRoot=styled$1("div",{name:"MuiListItemText",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[{[`& .${listItemTextClasses$1.primary}`]:t.primary},{[`& .${listItemTextClasses$1.secondary}`]:t.secondary},t.root,n.inset&&t.inset,n.primary&&n.secondary&&t.multiline,n.dense&&t.dense]}})({flex:"1 1 auto",minWidth:0,marginTop:4,marginBottom:4,[`.${typographyClasses.root}:where(& .${listItemTextClasses$1.primary})`]:{display:"block"},[`.${typographyClasses.root}:where(& .${listItemTextClasses$1.secondary})`]:{display:"block"},variants:[{props:({ownerState:e})=>e.primary&&e.secondary,style:{marginTop:6,marginBottom:6}},{props:({ownerState:e})=>e.inset,style:{paddingLeft:56}}]}),ListItemText=React__namespace.forwardRef(function(t,n){const i=useDefaultProps({props:t,name:"MuiListItemText"}),{children:s,className:o,disableTypography:a=!1,inset:l=!1,primary:c,primaryTypographyProps:u,secondary:f,secondaryTypographyProps:x,slots:m={},slotProps:S={},...E}=i,{dense:d}=React__namespace.useContext(ListContext$1);let I=c??s,y=f;const P={...i,disableTypography:a,inset:l,primary:!!I,secondary:!!y,dense:d},b=useUtilityClasses$1(P),T={slots:m,slotProps:{primary:u,secondary:x,...S}},[R,D]=useSlot("primary",{className:b.primary,elementType:Typography$1,externalForwardedProps:T,ownerState:P}),[V,z]=useSlot("secondary",{className:b.secondary,elementType:Typography$1,externalForwardedProps:T,ownerState:P});return I!=null&&I.type!==Typography$1&&!a&&(I=jsxRuntimeExports.jsx(R,{variant:d?"body2":"body1",component:D!=null&&D.variant?void 0:"span",...D,children:I})),y!=null&&y.type!==Typography$1&&!a&&(y=jsxRuntimeExports.jsx(V,{variant:"body2",color:"textSecondary",...z,children:y})),jsxRuntimeExports.jsxs(ListItemTextRoot,{className:clsx(b.root,o),ownerState:P,ref:n,...E,children:[I,y]})});process.env.NODE_ENV!=="production"&&(ListItemText.propTypes={children:PropTypes.node,classes:PropTypes.object,className:PropTypes.string,disableTypography:PropTypes.bool,inset:PropTypes.bool,primary:PropTypes.node,primaryTypographyProps:PropTypes.object,secondary:PropTypes.node,secondaryTypographyProps:PropTypes.object,slotProps:PropTypes.shape({primary:PropTypes.oneOfType([PropTypes.func,PropTypes.object]),secondary:PropTypes.oneOfType([PropTypes.func,PropTypes.object])}),slots:PropTypes.shape({primary:PropTypes.elementType,secondary:PropTypes.elementType}),sx:PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func,PropTypes.object,PropTypes.bool])),PropTypes.func,PropTypes.object])});const ListItemText$1=ListItemText,Stack=createStack({createStyledComponent:styled$1("div",{name:"MuiStack",slot:"Root",overridesResolver:(e,t)=>t.root}),useThemeProps:e=>useDefaultProps({props:e,name:"MuiStack"})});process.env.NODE_ENV!=="production"&&(Stack.propTypes={children:PropTypes.node,component:PropTypes.elementType,direction:PropTypes.oneOfType([PropTypes.oneOf(["column-reverse","column","row-reverse","row"]),PropTypes.arrayOf(PropTypes.oneOf(["column-reverse","column","row-reverse","row"])),PropTypes.object]),divider:PropTypes.node,spacing:PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.number,PropTypes.string])),PropTypes.number,PropTypes.object,PropTypes.string]),sx:PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func,PropTypes.object,PropTypes.bool])),PropTypes.func,PropTypes.object]),useFlexGap:PropTypes.bool});const Stack$1=Stack,BULKUPLOAD_ENDPOINT="/bulk-upload";var shim={exports:{}},useSyncExternalStoreShim_production={};/**
|
|
254
|
+
`)),E.current.setAttribute("tabIndex","-1")),S.current&&E.current.focus()),()=>{s||(x.current&&x.current.focus&&(c.current=!0,x.current.focus()),x.current=null)}},[l]),React__namespace.useEffect(()=>{if(!l||!E.current)return;const b=ownerDocument(E.current),T=V=>{I.current=V,!(i||!a()||V.key!=="Tab")&&b.activeElement===E.current&&V.shiftKey&&(c.current=!0,f.current&&f.current.focus())},R=()=>{var e1,j;const V=E.current;if(V===null)return;if(!b.hasFocus()||!a()||c.current){c.current=!1;return}if(V.contains(b.activeElement)||i&&b.activeElement!==u.current&&b.activeElement!==f.current)return;if(b.activeElement!==m.current)m.current=null;else if(m.current!==null)return;if(!S.current)return;let z=[];if((b.activeElement===u.current||b.activeElement===f.current)&&(z=o(E.current)),z.length>0){const n1=!!((e1=I.current)!=null&&e1.shiftKey&&((j=I.current)==null?void 0:j.key)==="Tab"),X=z[0],l1=z[z.length-1];typeof X!="string"&&typeof l1!="string"&&(n1?l1.focus():X.focus())}else V.focus()};b.addEventListener("focusin",R),b.addEventListener("keydown",T,!0);const D=setInterval(()=>{b.activeElement&&b.activeElement.tagName==="BODY"&&R()},50);return()=>{clearInterval(D),b.removeEventListener("focusin",R),b.removeEventListener("keydown",T,!0)}},[n,i,s,a,l,o]);const y=b=>{x.current===null&&(x.current=b.relatedTarget),S.current=!0,m.current=b.target;const T=t.props.onFocus;T&&T(b)},P=b=>{x.current===null&&(x.current=b.relatedTarget),S.current=!0};return jsxRuntimeExports.jsxs(React__namespace.Fragment,{children:[jsxRuntimeExports.jsx("div",{tabIndex:l?0:-1,onFocus:P,ref:u,"data-testid":"sentinelStart"}),React__namespace.cloneElement(t,{ref:d,onFocus:y}),jsxRuntimeExports.jsx("div",{tabIndex:l?0:-1,onFocus:P,ref:f,"data-testid":"sentinelEnd"})]})}process.env.NODE_ENV!=="production"&&(FocusTrap.propTypes={children:elementAcceptingRef$1,disableAutoFocus:PropTypes.bool,disableEnforceFocus:PropTypes.bool,disableRestoreFocus:PropTypes.bool,getTabbable:PropTypes.func,isEnabled:PropTypes.func,open:PropTypes.bool.isRequired}),process.env.NODE_ENV!=="production"&&(FocusTrap["propTypes"]=exactProp(FocusTrap.propTypes));function getContainer(e){return typeof e=="function"?e():e}function getHasTransition(e){return e?e.props.hasOwnProperty("in"):!1}const noop$1=()=>{},manager=new ModalManager;function useModal(e){const{container:t,disableEscapeKeyDown:n=!1,disableScrollLock:i=!1,closeAfterTransition:s=!1,onTransitionEnter:o,onTransitionExited:a,children:l,onClose:c,open:u,rootRef:f}=e,x=React__namespace.useRef({}),m=React__namespace.useRef(null),S=React__namespace.useRef(null),E=useForkRef(S,f),[d,I]=React__namespace.useState(!u),y=getHasTransition(l);let P=!0;(e["aria-hidden"]==="false"||e["aria-hidden"]===!1)&&(P=!1);const b=()=>ownerDocument(m.current),T=()=>(x.current.modalRef=S.current,x.current.mount=m.current,x.current),R=()=>{manager.mount(T(),{disableScrollLock:i}),S.current&&(S.current.scrollTop=0)},D=useEventCallback(()=>{const t1=getContainer(t)||b().body;manager.add(T(),t1),S.current&&R()}),V=()=>manager.isTopModal(T()),z=useEventCallback(t1=>{m.current=t1,t1&&(u&&V()?R():S.current&&ariaHidden(S.current,P))}),e1=React__namespace.useCallback(()=>{manager.remove(T(),P)},[P]);React__namespace.useEffect(()=>()=>{e1()},[e1]),React__namespace.useEffect(()=>{u?D():(!y||!s)&&e1()},[u,e1,y,s,D]);const j=t1=>N=>{var Y;(Y=t1.onKeyDown)==null||Y.call(t1,N),!(N.key!=="Escape"||N.which===229||!V())&&(n||(N.stopPropagation(),c&&c(N,"escapeKeyDown")))},n1=t1=>N=>{var Y;(Y=t1.onClick)==null||Y.call(t1,N),N.target===N.currentTarget&&c&&c(N,"backdropClick")};return{getRootProps:(t1={})=>{const N=extractEventHandlers(e);delete N.onTransitionEnter,delete N.onTransitionExited;const Y={...N,...t1};return{role:"presentation",...Y,onKeyDown:j(Y),ref:E}},getBackdropProps:(t1={})=>{const N=t1;return{"aria-hidden":!0,...N,onClick:n1(N),open:u}},getTransitionProps:()=>{const t1=()=>{I(!1),o&&o()},N=()=>{I(!0),a&&a(),s&&e1()};return{onEnter:createChainedFunction(t1,(l==null?void 0:l.props.onEnter)??noop$1),onExited:createChainedFunction(N,(l==null?void 0:l.props.onExited)??noop$1)}},rootRef:E,portalRef:z,isTopModal:V,exited:d,hasTransition:y}}function getModalUtilityClass(e){return generateUtilityClass("MuiModal",e)}generateUtilityClasses("MuiModal",["root","hidden","backdrop"]);const useUtilityClasses$9=e=>{const{open:t,exited:n,classes:i}=e;return composeClasses({root:["root",!t&&n&&"hidden"],backdrop:["backdrop"]},getModalUtilityClass,i)},ModalRoot=styled$1("div",{name:"MuiModal",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,!n.open&&n.exited&&t.hidden]}})(memoTheme$1(({theme:e})=>({position:"fixed",zIndex:(e.vars||e).zIndex.modal,right:0,bottom:0,top:0,left:0,variants:[{props:({ownerState:t})=>!t.open&&t.exited,style:{visibility:"hidden"}}]}))),ModalBackdrop=styled$1(Backdrop$1,{name:"MuiModal",slot:"Backdrop",overridesResolver:(e,t)=>t.backdrop})({zIndex:-1}),Modal=React__namespace.forwardRef(function(t,n){const i=useDefaultProps({name:"MuiModal",props:t}),{BackdropComponent:s=ModalBackdrop,BackdropProps:o,classes:a,className:l,closeAfterTransition:c=!1,children:u,container:f,component:x,components:m={},componentsProps:S={},disableAutoFocus:E=!1,disableEnforceFocus:d=!1,disableEscapeKeyDown:I=!1,disablePortal:y=!1,disableRestoreFocus:P=!1,disableScrollLock:b=!1,hideBackdrop:T=!1,keepMounted:R=!1,onBackdropClick:D,onClose:V,onTransitionEnter:z,onTransitionExited:e1,open:j,slotProps:n1={},slots:X={},theme:l1,...c1}=i,t1={...i,closeAfterTransition:c,disableAutoFocus:E,disableEnforceFocus:d,disableEscapeKeyDown:I,disablePortal:y,disableRestoreFocus:P,disableScrollLock:b,hideBackdrop:T,keepMounted:R},{getRootProps:N,getBackdropProps:Y,getTransitionProps:M,portalRef:B,isTopModal:U,exited:G,hasTransition:a1}=useModal({...t1,rootRef:n}),p1={...t1,exited:G},u1=useUtilityClasses$9(p1),y1={};if(u.props.tabIndex===void 0&&(y1.tabIndex="-1"),a1){const{onEnter:o1,onExited:_1}=M();y1.onEnter=o1,y1.onExited=_1}const g1={...c1,slots:{root:m.Root,backdrop:m.Backdrop,...X},slotProps:{...S,...n1}},[E1,P1]=useSlot("root",{elementType:ModalRoot,externalForwardedProps:g1,getSlotProps:N,additionalProps:{ref:n,as:x},ownerState:p1,className:clsx(l,u1==null?void 0:u1.root,!p1.open&&p1.exited&&(u1==null?void 0:u1.hidden))}),[R1,S1]=useSlot("backdrop",{elementType:s,externalForwardedProps:g1,additionalProps:o,getSlotProps:o1=>Y({...o1,onClick:_1=>{D&&D(_1),o1!=null&&o1.onClick&&o1.onClick(_1)}}),className:clsx(o==null?void 0:o.className,u1==null?void 0:u1.backdrop),ownerState:p1}),I1=useForkRef(o==null?void 0:o.ref,S1.ref);return!R&&!j&&(!a1||G)?null:jsxRuntimeExports.jsx(Portal$1,{ref:B,container:f,disablePortal:y,children:jsxRuntimeExports.jsxs(E1,{...P1,children:[!T&&s?jsxRuntimeExports.jsx(R1,{...S1,ref:I1}):null,jsxRuntimeExports.jsx(FocusTrap,{disableEnforceFocus:d,disableAutoFocus:E,disableRestoreFocus:P,isEnabled:U,open:j,children:React__namespace.cloneElement(u,y1)})]})})});process.env.NODE_ENV!=="production"&&(Modal.propTypes={BackdropComponent:PropTypes.elementType,BackdropProps:PropTypes.object,children:elementAcceptingRef$1.isRequired,classes:PropTypes.object,className:PropTypes.string,closeAfterTransition:PropTypes.bool,component:PropTypes.elementType,components:PropTypes.shape({Backdrop:PropTypes.elementType,Root:PropTypes.elementType}),componentsProps:PropTypes.shape({backdrop:PropTypes.oneOfType([PropTypes.func,PropTypes.object]),root:PropTypes.oneOfType([PropTypes.func,PropTypes.object])}),container:PropTypes.oneOfType([HTMLElementType,PropTypes.func]),disableAutoFocus:PropTypes.bool,disableEnforceFocus:PropTypes.bool,disableEscapeKeyDown:PropTypes.bool,disablePortal:PropTypes.bool,disableRestoreFocus:PropTypes.bool,disableScrollLock:PropTypes.bool,hideBackdrop:PropTypes.bool,keepMounted:PropTypes.bool,onBackdropClick:PropTypes.func,onClose:PropTypes.func,onTransitionEnter:PropTypes.func,onTransitionExited:PropTypes.func,open:PropTypes.bool.isRequired,slotProps:PropTypes.shape({backdrop:PropTypes.oneOfType([PropTypes.func,PropTypes.object]),root:PropTypes.oneOfType([PropTypes.func,PropTypes.object])}),slots:PropTypes.shape({backdrop:PropTypes.elementType,root:PropTypes.elementType}),sx:PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func,PropTypes.object,PropTypes.bool])),PropTypes.func,PropTypes.object])});const Modal$1=Modal;function getDialogUtilityClass(e){return generateUtilityClass("MuiDialog",e)}const dialogClasses=generateUtilityClasses("MuiDialog",["root","scrollPaper","scrollBody","container","paper","paperScrollPaper","paperScrollBody","paperWidthFalse","paperWidthXs","paperWidthSm","paperWidthMd","paperWidthLg","paperWidthXl","paperFullWidth","paperFullScreen"]),dialogClasses$1=dialogClasses,DialogContext$1=React__namespace.createContext({});process.env.NODE_ENV!=="production"&&(DialogContext$1.displayName="DialogContext");const DialogContext$2=DialogContext$1,DialogBackdrop=styled$1(Backdrop$1,{name:"MuiDialog",slot:"Backdrop",overrides:(e,t)=>t.backdrop})({zIndex:-1}),useUtilityClasses$8=e=>{const{classes:t,scroll:n,maxWidth:i,fullWidth:s,fullScreen:o}=e,a={root:["root"],container:["container",`scroll${capitalize(n)}`],paper:["paper",`paperScroll${capitalize(n)}`,`paperWidth${capitalize(String(i))}`,s&&"paperFullWidth",o&&"paperFullScreen"]};return composeClasses(a,getDialogUtilityClass,t)},DialogRoot=styled$1(Modal$1,{name:"MuiDialog",slot:"Root",overridesResolver:(e,t)=>t.root})({"@media print":{position:"absolute !important"}}),DialogContainer=styled$1("div",{name:"MuiDialog",slot:"Container",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.container,t[`scroll${capitalize(n.scroll)}`]]}})({height:"100%","@media print":{height:"auto"},outline:0,variants:[{props:{scroll:"paper"},style:{display:"flex",justifyContent:"center",alignItems:"center"}},{props:{scroll:"body"},style:{overflowY:"auto",overflowX:"hidden",textAlign:"center","&::after":{content:'""',display:"inline-block",verticalAlign:"middle",height:"100%",width:"0"}}}]}),DialogPaper=styled$1(Paper$1,{name:"MuiDialog",slot:"Paper",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.paper,t[`scrollPaper${capitalize(n.scroll)}`],t[`paperWidth${capitalize(String(n.maxWidth))}`],n.fullWidth&&t.paperFullWidth,n.fullScreen&&t.paperFullScreen]}})(memoTheme$1(({theme:e})=>({margin:32,position:"relative",overflowY:"auto","@media print":{overflowY:"visible",boxShadow:"none"},variants:[{props:{scroll:"paper"},style:{display:"flex",flexDirection:"column",maxHeight:"calc(100% - 64px)"}},{props:{scroll:"body"},style:{display:"inline-block",verticalAlign:"middle",textAlign:"initial"}},{props:({ownerState:t})=>!t.maxWidth,style:{maxWidth:"calc(100% - 64px)"}},{props:{maxWidth:"xs"},style:{maxWidth:e.breakpoints.unit==="px"?Math.max(e.breakpoints.values.xs,444):`max(${e.breakpoints.values.xs}${e.breakpoints.unit}, 444px)`,[`&.${dialogClasses$1.paperScrollBody}`]:{[e.breakpoints.down(Math.max(e.breakpoints.values.xs,444)+32*2)]:{maxWidth:"calc(100% - 64px)"}}}},...Object.keys(e.breakpoints.values).filter(t=>t!=="xs").map(t=>({props:{maxWidth:t},style:{maxWidth:`${e.breakpoints.values[t]}${e.breakpoints.unit}`,[`&.${dialogClasses$1.paperScrollBody}`]:{[e.breakpoints.down(e.breakpoints.values[t]+32*2)]:{maxWidth:"calc(100% - 64px)"}}}})),{props:({ownerState:t})=>t.fullWidth,style:{width:"calc(100% - 64px)"}},{props:({ownerState:t})=>t.fullScreen,style:{margin:0,width:"100%",maxWidth:"100%",height:"100%",maxHeight:"none",borderRadius:0,[`&.${dialogClasses$1.paperScrollBody}`]:{margin:0,maxWidth:"100%"}}}]}))),Dialog=React__namespace.forwardRef(function(t,n){const i=useDefaultProps({props:t,name:"MuiDialog"}),s=useTheme$1(),o={enter:s.transitions.duration.enteringScreen,exit:s.transitions.duration.leavingScreen},{"aria-describedby":a,"aria-labelledby":l,"aria-modal":c=!0,BackdropComponent:u,BackdropProps:f,children:x,className:m,disableEscapeKeyDown:S=!1,fullScreen:E=!1,fullWidth:d=!1,maxWidth:I="sm",onBackdropClick:y,onClick:P,onClose:b,open:T,PaperComponent:R=Paper$1,PaperProps:D={},scroll:V="paper",TransitionComponent:z=Fade$1,transitionDuration:e1=o,TransitionProps:j,...n1}=i,X={...i,disableEscapeKeyDown:S,fullScreen:E,fullWidth:d,maxWidth:I,scroll:V},l1=useUtilityClasses$8(X),c1=React__namespace.useRef(),t1=B=>{c1.current=B.target===B.currentTarget},N=B=>{P&&P(B),c1.current&&(c1.current=null,y&&y(B),b&&b(B,"backdropClick"))},Y=useId(l),M=React__namespace.useMemo(()=>({titleId:Y}),[Y]);return jsxRuntimeExports.jsx(DialogRoot,{className:clsx(l1.root,m),closeAfterTransition:!0,components:{Backdrop:DialogBackdrop},componentsProps:{backdrop:{transitionDuration:e1,as:u,...f}},disableEscapeKeyDown:S,onClose:b,open:T,ref:n,onClick:N,ownerState:X,...n1,children:jsxRuntimeExports.jsx(z,{appear:!0,in:T,timeout:e1,role:"presentation",...j,children:jsxRuntimeExports.jsx(DialogContainer,{className:clsx(l1.container),onMouseDown:t1,ownerState:X,children:jsxRuntimeExports.jsx(DialogPaper,{as:R,elevation:24,role:"dialog","aria-describedby":a,"aria-labelledby":Y,"aria-modal":c,...D,className:clsx(l1.paper,D.className),ownerState:X,children:jsxRuntimeExports.jsx(DialogContext$2.Provider,{value:M,children:x})})})})})});process.env.NODE_ENV!=="production"&&(Dialog.propTypes={"aria-describedby":PropTypes.string,"aria-labelledby":PropTypes.string,"aria-modal":PropTypes.oneOfType([PropTypes.oneOf(["false","true"]),PropTypes.bool]),BackdropComponent:PropTypes.elementType,BackdropProps:PropTypes.object,children:PropTypes.node,classes:PropTypes.object,className:PropTypes.string,disableEscapeKeyDown:PropTypes.bool,fullScreen:PropTypes.bool,fullWidth:PropTypes.bool,maxWidth:PropTypes.oneOfType([PropTypes.oneOf(["xs","sm","md","lg","xl",!1]),PropTypes.string]),onBackdropClick:PropTypes.func,onClick:PropTypes.func,onClose:PropTypes.func,open:PropTypes.bool.isRequired,PaperComponent:PropTypes.elementType,PaperProps:PropTypes.object,scroll:PropTypes.oneOf(["body","paper"]),sx:PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func,PropTypes.object,PropTypes.bool])),PropTypes.func,PropTypes.object]),TransitionComponent:PropTypes.elementType,transitionDuration:PropTypes.oneOfType([PropTypes.number,PropTypes.shape({appear:PropTypes.number,enter:PropTypes.number,exit:PropTypes.number})]),TransitionProps:PropTypes.object});const Dialog$1=Dialog;function getDialogActionsUtilityClass(e){return generateUtilityClass("MuiDialogActions",e)}generateUtilityClasses("MuiDialogActions",["root","spacing"]);const useUtilityClasses$7=e=>{const{classes:t,disableSpacing:n}=e;return composeClasses({root:["root",!n&&"spacing"]},getDialogActionsUtilityClass,t)},DialogActionsRoot=styled$1("div",{name:"MuiDialogActions",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,!n.disableSpacing&&t.spacing]}})({display:"flex",alignItems:"center",padding:8,justifyContent:"flex-end",flex:"0 0 auto",variants:[{props:({ownerState:e})=>!e.disableSpacing,style:{"& > :not(style) ~ :not(style)":{marginLeft:8}}}]}),DialogActions=React__namespace.forwardRef(function(t,n){const i=useDefaultProps({props:t,name:"MuiDialogActions"}),{className:s,disableSpacing:o=!1,...a}=i,l={...i,disableSpacing:o},c=useUtilityClasses$7(l);return jsxRuntimeExports.jsx(DialogActionsRoot,{className:clsx(c.root,s),ownerState:l,ref:n,...a})});process.env.NODE_ENV!=="production"&&(DialogActions.propTypes={children:PropTypes.node,classes:PropTypes.object,className:PropTypes.string,disableSpacing:PropTypes.bool,sx:PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func,PropTypes.object,PropTypes.bool])),PropTypes.func,PropTypes.object])});const DialogActions$1=DialogActions;function getDialogContentUtilityClass(e){return generateUtilityClass("MuiDialogContent",e)}generateUtilityClasses("MuiDialogContent",["root","dividers"]);function getDialogTitleUtilityClass(e){return generateUtilityClass("MuiDialogTitle",e)}const dialogTitleClasses=generateUtilityClasses("MuiDialogTitle",["root"]),dialogTitleClasses$1=dialogTitleClasses,useUtilityClasses$6=e=>{const{classes:t,dividers:n}=e;return composeClasses({root:["root",n&&"dividers"]},getDialogContentUtilityClass,t)},DialogContentRoot=styled$1("div",{name:"MuiDialogContent",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.dividers&&t.dividers]}})(memoTheme$1(({theme:e})=>({flex:"1 1 auto",WebkitOverflowScrolling:"touch",overflowY:"auto",padding:"20px 24px",variants:[{props:({ownerState:t})=>t.dividers,style:{padding:"16px 24px",borderTop:`1px solid ${(e.vars||e).palette.divider}`,borderBottom:`1px solid ${(e.vars||e).palette.divider}`}},{props:({ownerState:t})=>!t.dividers,style:{[`.${dialogTitleClasses$1.root} + &`]:{paddingTop:0}}}]}))),DialogContent$1=React__namespace.forwardRef(function(t,n){const i=useDefaultProps({props:t,name:"MuiDialogContent"}),{className:s,dividers:o=!1,...a}=i,l={...i,dividers:o},c=useUtilityClasses$6(l);return jsxRuntimeExports.jsx(DialogContentRoot,{className:clsx(c.root,s),ownerState:l,ref:n,...a})});process.env.NODE_ENV!=="production"&&(DialogContent$1.propTypes={children:PropTypes.node,classes:PropTypes.object,className:PropTypes.string,dividers:PropTypes.bool,sx:PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func,PropTypes.object,PropTypes.bool])),PropTypes.func,PropTypes.object])});const DialogContent$2=DialogContent$1,useUtilityClasses$5=e=>{const{classes:t}=e;return composeClasses({root:["root"]},getDialogTitleUtilityClass,t)},DialogTitleRoot=styled$1(Typography$1,{name:"MuiDialogTitle",slot:"Root",overridesResolver:(e,t)=>t.root})({padding:"16px 24px",flex:"0 0 auto"}),DialogTitle=React__namespace.forwardRef(function(t,n){const i=useDefaultProps({props:t,name:"MuiDialogTitle"}),{className:s,id:o,...a}=i,l=i,c=useUtilityClasses$5(l),{titleId:u=o}=React__namespace.useContext(DialogContext$2);return jsxRuntimeExports.jsx(DialogTitleRoot,{component:"h2",className:clsx(c.root,s),ownerState:l,ref:n,variant:"h6",id:o??u,...a})});process.env.NODE_ENV!=="production"&&(DialogTitle.propTypes={children:PropTypes.node,classes:PropTypes.object,className:PropTypes.string,id:PropTypes.string,sx:PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func,PropTypes.object,PropTypes.bool])),PropTypes.func,PropTypes.object])});const DialogTitle$1=DialogTitle,ListContext=React__namespace.createContext({});process.env.NODE_ENV!=="production"&&(ListContext.displayName="ListContext");const ListContext$1=ListContext;function getListUtilityClass(e){return generateUtilityClass("MuiList",e)}generateUtilityClasses("MuiList",["root","padding","dense","subheader"]);const useUtilityClasses$4=e=>{const{classes:t,disablePadding:n,dense:i,subheader:s}=e;return composeClasses({root:["root",!n&&"padding",i&&"dense",s&&"subheader"]},getListUtilityClass,t)},ListRoot=styled$1("ul",{name:"MuiList",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,!n.disablePadding&&t.padding,n.dense&&t.dense,n.subheader&&t.subheader]}})({listStyle:"none",margin:0,padding:0,position:"relative",variants:[{props:({ownerState:e})=>!e.disablePadding,style:{paddingTop:8,paddingBottom:8}},{props:({ownerState:e})=>e.subheader,style:{paddingTop:0}}]}),List=React__namespace.forwardRef(function(t,n){const i=useDefaultProps({props:t,name:"MuiList"}),{children:s,className:o,component:a="ul",dense:l=!1,disablePadding:c=!1,subheader:u,...f}=i,x=React__namespace.useMemo(()=>({dense:l}),[l]),m={...i,component:a,dense:l,disablePadding:c},S=useUtilityClasses$4(m);return jsxRuntimeExports.jsx(ListContext$1.Provider,{value:x,children:jsxRuntimeExports.jsxs(ListRoot,{as:a,className:clsx(S.root,o),ref:n,ownerState:m,...f,children:[u,s]})})});process.env.NODE_ENV!=="production"&&(List.propTypes={children:PropTypes.node,classes:PropTypes.object,className:PropTypes.string,component:PropTypes.elementType,dense:PropTypes.bool,disablePadding:PropTypes.bool,subheader:PropTypes.node,sx:PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func,PropTypes.object,PropTypes.bool])),PropTypes.func,PropTypes.object])});const List$1=List;function getListItemUtilityClass(e){return generateUtilityClass("MuiListItem",e)}generateUtilityClasses("MuiListItem",["root","container","dense","alignItemsFlexStart","divider","gutters","padding","secondaryAction"]);const listItemButtonClasses=generateUtilityClasses("MuiListItemButton",["root","focusVisible","dense","alignItemsFlexStart","disabled","divider","gutters","selected"]),listItemButtonClasses$1=listItemButtonClasses;function getListItemSecondaryActionClassesUtilityClass(e){return generateUtilityClass("MuiListItemSecondaryAction",e)}generateUtilityClasses("MuiListItemSecondaryAction",["root","disableGutters"]);const useUtilityClasses$3=e=>{const{disableGutters:t,classes:n}=e;return composeClasses({root:["root",t&&"disableGutters"]},getListItemSecondaryActionClassesUtilityClass,n)},ListItemSecondaryActionRoot=styled$1("div",{name:"MuiListItemSecondaryAction",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.disableGutters&&t.disableGutters]}})({position:"absolute",right:16,top:"50%",transform:"translateY(-50%)",variants:[{props:({ownerState:e})=>e.disableGutters,style:{right:0}}]}),ListItemSecondaryAction=React__namespace.forwardRef(function(t,n){const i=useDefaultProps({props:t,name:"MuiListItemSecondaryAction"}),{className:s,...o}=i,a=React__namespace.useContext(ListContext$1),l={...i,disableGutters:a.disableGutters},c=useUtilityClasses$3(l);return jsxRuntimeExports.jsx(ListItemSecondaryActionRoot,{className:clsx(c.root,s),ownerState:l,ref:n,...o})});process.env.NODE_ENV!=="production"&&(ListItemSecondaryAction.propTypes={children:PropTypes.node,classes:PropTypes.object,className:PropTypes.string,sx:PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func,PropTypes.object,PropTypes.bool])),PropTypes.func,PropTypes.object])}),ListItemSecondaryAction.muiName="ListItemSecondaryAction";const ListItemSecondaryAction$1=ListItemSecondaryAction,overridesResolver=(e,t)=>{const{ownerState:n}=e;return[t.root,n.dense&&t.dense,n.alignItems==="flex-start"&&t.alignItemsFlexStart,n.divider&&t.divider,!n.disableGutters&&t.gutters,!n.disablePadding&&t.padding,n.hasSecondaryAction&&t.secondaryAction]},useUtilityClasses$2=e=>{const{alignItems:t,classes:n,dense:i,disableGutters:s,disablePadding:o,divider:a,hasSecondaryAction:l}=e;return composeClasses({root:["root",i&&"dense",!s&&"gutters",!o&&"padding",a&&"divider",t==="flex-start"&&"alignItemsFlexStart",l&&"secondaryAction"],container:["container"]},getListItemUtilityClass,n)},ListItemRoot=styled$1("div",{name:"MuiListItem",slot:"Root",overridesResolver})(memoTheme$1(({theme:e})=>({display:"flex",justifyContent:"flex-start",alignItems:"center",position:"relative",textDecoration:"none",width:"100%",boxSizing:"border-box",textAlign:"left",variants:[{props:({ownerState:t})=>!t.disablePadding,style:{paddingTop:8,paddingBottom:8}},{props:({ownerState:t})=>!t.disablePadding&&t.dense,style:{paddingTop:4,paddingBottom:4}},{props:({ownerState:t})=>!t.disablePadding&&!t.disableGutters,style:{paddingLeft:16,paddingRight:16}},{props:({ownerState:t})=>!t.disablePadding&&!!t.secondaryAction,style:{paddingRight:48}},{props:({ownerState:t})=>!!t.secondaryAction,style:{[`& > .${listItemButtonClasses$1.root}`]:{paddingRight:48}}},{props:{alignItems:"flex-start"},style:{alignItems:"flex-start"}},{props:({ownerState:t})=>t.divider,style:{borderBottom:`1px solid ${(e.vars||e).palette.divider}`,backgroundClip:"padding-box"}},{props:({ownerState:t})=>t.button,style:{transition:e.transitions.create("background-color",{duration:e.transitions.duration.shortest}),"&:hover":{textDecoration:"none",backgroundColor:(e.vars||e).palette.action.hover,"@media (hover: none)":{backgroundColor:"transparent"}}}},{props:({ownerState:t})=>t.hasSecondaryAction,style:{paddingRight:48}}]}))),ListItemContainer=styled$1("li",{name:"MuiListItem",slot:"Container",overridesResolver:(e,t)=>t.container})({position:"relative"}),ListItem=React__namespace.forwardRef(function(t,n){const i=useDefaultProps({props:t,name:"MuiListItem"}),{alignItems:s="center",children:o,className:a,component:l,components:c={},componentsProps:u={},ContainerComponent:f="li",ContainerProps:{className:x,...m}={},dense:S=!1,disableGutters:E=!1,disablePadding:d=!1,divider:I=!1,secondaryAction:y,slotProps:P={},slots:b={},...T}=i,R=React__namespace.useContext(ListContext$1),D=React__namespace.useMemo(()=>({dense:S||R.dense||!1,alignItems:s,disableGutters:E}),[s,R.dense,S,E]),V=React__namespace.useRef(null),z=React__namespace.Children.toArray(o),e1=z.length&&isMuiElement(z[z.length-1],["ListItemSecondaryAction"]),j={...i,alignItems:s,dense:D.dense,disableGutters:E,disablePadding:d,divider:I,hasSecondaryAction:e1},n1=useUtilityClasses$2(j),X=useForkRef(V,n),l1=b.root||c.Root||ListItemRoot,c1=P.root||u.root||{},t1={className:clsx(n1.root,c1.className,a),...T};let N=l||"li";return e1?(N=!t1.component&&!l?"div":N,f==="li"&&(N==="li"?N="div":t1.component==="li"&&(t1.component="div")),jsxRuntimeExports.jsx(ListContext$1.Provider,{value:D,children:jsxRuntimeExports.jsxs(ListItemContainer,{as:f,className:clsx(n1.container,x),ref:X,ownerState:j,...m,children:[jsxRuntimeExports.jsx(l1,{...c1,...!isHostComponent(l1)&&{as:N,ownerState:{...j,...c1.ownerState}},...t1,children:z}),z.pop()]})})):jsxRuntimeExports.jsx(ListContext$1.Provider,{value:D,children:jsxRuntimeExports.jsxs(l1,{...c1,as:N,ref:X,...!isHostComponent(l1)&&{ownerState:{...j,...c1.ownerState}},...t1,children:[z,y&&jsxRuntimeExports.jsx(ListItemSecondaryAction$1,{children:y})]})})});process.env.NODE_ENV!=="production"&&(ListItem.propTypes={alignItems:PropTypes.oneOf(["center","flex-start"]),children:chainPropTypes(PropTypes.node,e=>{const t=React__namespace.Children.toArray(e.children);let n=-1;for(let i=t.length-1;i>=0;i-=1){const s=t[i];if(isMuiElement(s,["ListItemSecondaryAction"])){n=i;break}}return n!==-1&&n!==t.length-1?new Error("MUI: You used an element after ListItemSecondaryAction. For ListItem to detect that it has a secondary action you must pass it as the last child to ListItem."):null}),classes:PropTypes.object,className:PropTypes.string,component:PropTypes.elementType,components:PropTypes.shape({Root:PropTypes.elementType}),componentsProps:PropTypes.shape({root:PropTypes.object}),ContainerComponent:elementTypeAcceptingRef$1,ContainerProps:PropTypes.object,dense:PropTypes.bool,disableGutters:PropTypes.bool,disablePadding:PropTypes.bool,divider:PropTypes.bool,secondaryAction:PropTypes.node,slotProps:PropTypes.shape({root:PropTypes.object}),slots:PropTypes.shape({root:PropTypes.elementType}),sx:PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func,PropTypes.object,PropTypes.bool])),PropTypes.func,PropTypes.object])});const ListItem$1=ListItem;function getListItemTextUtilityClass(e){return generateUtilityClass("MuiListItemText",e)}const listItemTextClasses=generateUtilityClasses("MuiListItemText",["root","multiline","dense","inset","primary","secondary"]),listItemTextClasses$1=listItemTextClasses,useUtilityClasses$1=e=>{const{classes:t,inset:n,primary:i,secondary:s,dense:o}=e;return composeClasses({root:["root",n&&"inset",o&&"dense",i&&s&&"multiline"],primary:["primary"],secondary:["secondary"]},getListItemTextUtilityClass,t)},ListItemTextRoot=styled$1("div",{name:"MuiListItemText",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[{[`& .${listItemTextClasses$1.primary}`]:t.primary},{[`& .${listItemTextClasses$1.secondary}`]:t.secondary},t.root,n.inset&&t.inset,n.primary&&n.secondary&&t.multiline,n.dense&&t.dense]}})({flex:"1 1 auto",minWidth:0,marginTop:4,marginBottom:4,[`.${typographyClasses.root}:where(& .${listItemTextClasses$1.primary})`]:{display:"block"},[`.${typographyClasses.root}:where(& .${listItemTextClasses$1.secondary})`]:{display:"block"},variants:[{props:({ownerState:e})=>e.primary&&e.secondary,style:{marginTop:6,marginBottom:6}},{props:({ownerState:e})=>e.inset,style:{paddingLeft:56}}]}),ListItemText=React__namespace.forwardRef(function(t,n){const i=useDefaultProps({props:t,name:"MuiListItemText"}),{children:s,className:o,disableTypography:a=!1,inset:l=!1,primary:c,primaryTypographyProps:u,secondary:f,secondaryTypographyProps:x,slots:m={},slotProps:S={},...E}=i,{dense:d}=React__namespace.useContext(ListContext$1);let I=c??s,y=f;const P={...i,disableTypography:a,inset:l,primary:!!I,secondary:!!y,dense:d},b=useUtilityClasses$1(P),T={slots:m,slotProps:{primary:u,secondary:x,...S}},[R,D]=useSlot("primary",{className:b.primary,elementType:Typography$1,externalForwardedProps:T,ownerState:P}),[V,z]=useSlot("secondary",{className:b.secondary,elementType:Typography$1,externalForwardedProps:T,ownerState:P});return I!=null&&I.type!==Typography$1&&!a&&(I=jsxRuntimeExports.jsx(R,{variant:d?"body2":"body1",component:D!=null&&D.variant?void 0:"span",...D,children:I})),y!=null&&y.type!==Typography$1&&!a&&(y=jsxRuntimeExports.jsx(V,{variant:"body2",color:"textSecondary",...z,children:y})),jsxRuntimeExports.jsxs(ListItemTextRoot,{className:clsx(b.root,o),ownerState:P,ref:n,...E,children:[I,y]})});process.env.NODE_ENV!=="production"&&(ListItemText.propTypes={children:PropTypes.node,classes:PropTypes.object,className:PropTypes.string,disableTypography:PropTypes.bool,inset:PropTypes.bool,primary:PropTypes.node,primaryTypographyProps:PropTypes.object,secondary:PropTypes.node,secondaryTypographyProps:PropTypes.object,slotProps:PropTypes.shape({primary:PropTypes.oneOfType([PropTypes.func,PropTypes.object]),secondary:PropTypes.oneOfType([PropTypes.func,PropTypes.object])}),slots:PropTypes.shape({primary:PropTypes.elementType,secondary:PropTypes.elementType}),sx:PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func,PropTypes.object,PropTypes.bool])),PropTypes.func,PropTypes.object])});const ListItemText$1=ListItemText,Stack=createStack({createStyledComponent:styled$1("div",{name:"MuiStack",slot:"Root",overridesResolver:(e,t)=>t.root}),useThemeProps:e=>useDefaultProps({props:e,name:"MuiStack"})});process.env.NODE_ENV!=="production"&&(Stack.propTypes={children:PropTypes.node,component:PropTypes.elementType,direction:PropTypes.oneOfType([PropTypes.oneOf(["column-reverse","column","row-reverse","row"]),PropTypes.arrayOf(PropTypes.oneOf(["column-reverse","column","row-reverse","row"])),PropTypes.object]),divider:PropTypes.node,spacing:PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.number,PropTypes.string])),PropTypes.number,PropTypes.object,PropTypes.string]),sx:PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func,PropTypes.object,PropTypes.bool])),PropTypes.func,PropTypes.object]),useFlexGap:PropTypes.bool});const Stack$1=Stack;var Screen=(e=>(e.MAIN="MAIN",e.DOWNLOADING_TEMPLATE="DOWNLOADING_TEMPLATE",e.UPLOADING_FILE="UPLOADING_FILE",e.EXIT_WARNING="EXIT_WARNING",e.CHECKING_STATUS="CHECKING_STATUS",e.UPLOADING_FILE_ERROR="UPLOADING_FILE_ERROR",e.LOADING_JOBS="LOADING_JOBS",e.UPLOAD_COMPLETE="UPLOAD_COMPLETE",e.GENERAL_ERROR="GENERAL_ERROR",e))(Screen||{}),BulkUploadJobStatus=(e=>(e.QUEUED="QUEUED",e.CREATED="CREATED",e.IN_PROGRESS="IN_PROGRESS",e.COMPLETED="COMPLETED",e.FAILED="FAILED",e))(BulkUploadJobStatus||{}),JobTypes=(e=>(e.UPLOAD="UPLOAD",e.TEMPLATE_FILE="TEMPLATE_FILE",e))(JobTypes||{}),DownloadFolders=(e=>(e.DYNAMIC_TEMPLATE="dynamic-template",e.STATIC_TEMPLATE="static-template",e.INVALID_ROWS="invalid-rows",e))(DownloadFolders||{});const BULKUPLOAD_ENDPOINT="/bulk-upload",EXCEL="EXCEL";var shim={exports:{}},useSyncExternalStoreShim_production={};/**
|
|
255
255
|
* @license React
|
|
256
256
|
* use-sync-external-store-shim.production.js
|
|
257
257
|
*
|
|
@@ -267,7 +267,7 @@ To suppress this warning, you need to explicitly provide the \`palette.${t}Chann
|
|
|
267
267
|
*
|
|
268
268
|
* This source code is licensed under the MIT license found in the
|
|
269
269
|
* LICENSE file in the root directory of this source tree.
|
|
270
|
-
*/var hasRequiredUseSyncExternalStoreShim_development;function requireUseSyncExternalStoreShim_development(){return hasRequiredUseSyncExternalStoreShim_development||(hasRequiredUseSyncExternalStoreShim_development=1,process.env.NODE_ENV!=="production"&&function(){function e(S,E){return S===E&&(S!==0||1/S===1/E)||S!==S&&E!==E}function t(S,E){f||s.startTransition===void 0||(f=!0,console.error("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."));var d=E();if(!x){var I=E();o(d,I)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),x=!0)}I=a({inst:{value:d,getSnapshot:E}});var y=I[0].inst,P=I[1];return c(function(){y.value=d,y.getSnapshot=E,n(y)&&P({inst:y})},[S,d,E]),l(function(){return n(y)&&P({inst:y}),S(function(){n(y)&&P({inst:y})})},[S]),u(d),d}function n(S){var E=S.getSnapshot;S=S.value;try{var d=E();return!o(S,d)}catch{return!0}}function i(S,E){return E()}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var s=React,o=typeof Object.is=="function"?Object.is:e,a=s.useState,l=s.useEffect,c=s.useLayoutEffect,u=s.useDebugValue,f=!1,x=!1,m=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?i:t;useSyncExternalStoreShim_development.useSyncExternalStore=s.useSyncExternalStore!==void 0?s.useSyncExternalStore:m,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),useSyncExternalStoreShim_development}process.env.NODE_ENV==="production"?shim.exports=requireUseSyncExternalStoreShim_production():shim.exports=requireUseSyncExternalStoreShim_development();var shimExports=shim.exports,has=Object.prototype.hasOwnProperty;function dequal(e,t){var n,i;if(e===t)return!0;if(e&&t&&(n=e.constructor)===t.constructor){if(n===Date)return e.getTime()===t.getTime();if(n===RegExp)return e.toString()===t.toString();if(n===Array){if((i=e.length)===t.length)for(;i--&&dequal(e[i],t[i]););return i===-1}if(!n||typeof e=="object"){i=0;for(n in e)if(has.call(e,n)&&++i&&!has.call(t,n)||!(n in t)||!dequal(e[n],t[n]))return!1;return Object.keys(t).length===i}}return e!==e&&t!==t}const SWRGlobalState=new WeakMap,noop=()=>{},UNDEFINED=noop(),OBJECT=Object,isUndefined=e=>e===UNDEFINED,isFunction=e=>typeof e=="function",mergeObjects=(e,t)=>({...e,...t}),isPromiseLike=e=>isFunction(e.then),EMPTY_CACHE={},INITIAL_CACHE={},STR_UNDEFINED="undefined",isWindowDefined=typeof window!=STR_UNDEFINED,isDocumentDefined=typeof document!=STR_UNDEFINED,hasRequestAnimationFrame=()=>isWindowDefined&&typeof window.requestAnimationFrame!=STR_UNDEFINED,createCacheHelper=(e,t)=>{const n=SWRGlobalState.get(e);return[()=>!isUndefined(t)&&e.get(t)||EMPTY_CACHE,i=>{if(!isUndefined(t)){const s=e.get(t);t in INITIAL_CACHE||(INITIAL_CACHE[t]=s),n[5](t,mergeObjects(s,i),s||EMPTY_CACHE)}},n[6],()=>!isUndefined(t)&&t in INITIAL_CACHE?INITIAL_CACHE[t]:!isUndefined(t)&&e.get(t)||EMPTY_CACHE]};let online=!0;const isOnline=()=>online,[onWindowEvent,offWindowEvent]=isWindowDefined&&window.addEventListener?[window.addEventListener.bind(window),window.removeEventListener.bind(window)]:[noop,noop],isVisible=()=>{const e=isDocumentDefined&&document.visibilityState;return isUndefined(e)||e!=="hidden"},initFocus=e=>(isDocumentDefined&&document.addEventListener("visibilitychange",e),onWindowEvent("focus",e),()=>{isDocumentDefined&&document.removeEventListener("visibilitychange",e),offWindowEvent("focus",e)}),initReconnect=e=>{const t=()=>{online=!0,e()},n=()=>{online=!1};return onWindowEvent("online",t),onWindowEvent("offline",n),()=>{offWindowEvent("online",t),offWindowEvent("offline",n)}},preset={isOnline,isVisible},defaultConfigOptions={initFocus,initReconnect},IS_REACT_LEGACY=!React.useId,IS_SERVER=!isWindowDefined||"Deno"in globalThis,rAF=e=>hasRequestAnimationFrame()?window.requestAnimationFrame(e):setTimeout(e,1),useIsomorphicLayoutEffect=IS_SERVER?React.useEffect:React.useLayoutEffect,navigatorConnection=typeof navigator<"u"&&navigator.connection,slowConnection=!IS_SERVER&&navigatorConnection&&(["slow-2g","2g"].includes(navigatorConnection.effectiveType)||navigatorConnection.saveData),table=new WeakMap,isObjectType=(e,t)=>OBJECT.prototype.toString.call(e)===`[object ${t}]`;let counter=0;const stableHash=e=>{const t=typeof e,n=isObjectType(e,"Date"),i=isObjectType(e,"RegExp"),s=isObjectType(e,"Object");let o,a;if(OBJECT(e)===e&&!n&&!i){if(o=table.get(e),o)return o;if(o=++counter+"~",table.set(e,o),Array.isArray(e)){for(o="@",a=0;a<e.length;a++)o+=stableHash(e[a])+",";table.set(e,o)}if(s){o="#";const l=OBJECT.keys(e).sort();for(;!isUndefined(a=l.pop());)isUndefined(e[a])||(o+=a+":"+stableHash(e[a])+",");table.set(e,o)}}else o=n?e.toJSON():t=="symbol"?e.toString():t=="string"?JSON.stringify(e):""+e;return o},serialize=e=>{if(isFunction(e))try{e=e()}catch{e=""}const t=e;return e=typeof e=="string"?e:(Array.isArray(e)?e.length:e)?stableHash(e):"",[e,t]};let __timestamp=0;const getTimestamp=()=>++__timestamp,FOCUS_EVENT=0,RECONNECT_EVENT=1,MUTATE_EVENT=2,ERROR_REVALIDATE_EVENT=3;var events={__proto__:null,ERROR_REVALIDATE_EVENT,FOCUS_EVENT,MUTATE_EVENT,RECONNECT_EVENT};async function internalMutate(...e){const[t,n,i,s]=e,o=mergeObjects({populateCache:!0,throwOnError:!0},typeof s=="boolean"?{revalidate:s}:s||{});let a=o.populateCache;const l=o.rollbackOnError;let c=o.optimisticData;const u=m=>typeof l=="function"?l(m):l!==!1,f=o.throwOnError;if(isFunction(n)){const m=n,S=[],E=t.keys();for(const d of E)!/^\$(inf|sub)\$/.test(d)&&m(t.get(d)._k)&&S.push(d);return Promise.all(S.map(x))}return x(n);async function x(m){const[S]=serialize(m);if(!S)return;const[E,d]=createCacheHelper(t,S),[I,y,P,b]=SWRGlobalState.get(t),T=()=>{const l1=I[S];return(isFunction(o.revalidate)?o.revalidate(E().data,m):o.revalidate!==!1)&&(delete P[S],delete b[S],l1&&l1[0])?l1[0](MUTATE_EVENT).then(()=>E().data):E().data};if(e.length<3)return T();let R=i,D;const V=getTimestamp();y[S]=[V,0];const z=!isUndefined(c),e1=E(),j=e1.data,n1=e1._c,X=isUndefined(n1)?j:n1;if(z&&(c=isFunction(c)?c(X,j):c,d({data:c,_c:X})),isFunction(R))try{R=R(X)}catch(l1){D=l1}if(R&&isPromiseLike(R))if(R=await R.catch(l1=>{D=l1}),V!==y[S][0]){if(D)throw D;return R}else D&&z&&u(D)&&(a=!0,d({data:X,_c:UNDEFINED}));if(a&&!D)if(isFunction(a)){const l1=a(R,X);d({data:l1,error:UNDEFINED,_c:UNDEFINED})}else d({data:R,error:UNDEFINED,_c:UNDEFINED});if(y[S][1]=getTimestamp(),Promise.resolve(T()).then(()=>{d({_c:UNDEFINED})}),D){if(f)throw D;return}return R}}const revalidateAllKeys=(e,t)=>{for(const n in e)e[n][0]&&e[n][0](t)},initCache=(e,t)=>{if(!SWRGlobalState.has(e)){const n=mergeObjects(defaultConfigOptions,t),i={},s=internalMutate.bind(UNDEFINED,e);let o=noop;const a={},l=(f,x)=>{const m=a[f]||[];return a[f]=m,m.push(x),()=>m.splice(m.indexOf(x),1)},c=(f,x,m)=>{e.set(f,x);const S=a[f];if(S)for(const E of S)E(x,m)},u=()=>{if(!SWRGlobalState.has(e)&&(SWRGlobalState.set(e,[i,{},{},{},s,c,l]),!IS_SERVER)){const f=n.initFocus(setTimeout.bind(UNDEFINED,revalidateAllKeys.bind(UNDEFINED,i,FOCUS_EVENT))),x=n.initReconnect(setTimeout.bind(UNDEFINED,revalidateAllKeys.bind(UNDEFINED,i,RECONNECT_EVENT)));o=()=>{f&&f(),x&&x(),SWRGlobalState.delete(e)}}};return u(),[e,s,u,o]}return[e,SWRGlobalState.get(e)[4]]},onErrorRetry=(e,t,n,i,s)=>{const o=n.errorRetryCount,a=s.retryCount,l=~~((Math.random()+.5)*(1<<(a<8?a:8)))*n.errorRetryInterval;!isUndefined(o)&&a>o||setTimeout(i,l,s)},compare=dequal,[cache$3,mutate]=initCache(new Map),defaultConfig=mergeObjects({onLoadingSlow:noop,onSuccess:noop,onError:noop,onErrorRetry,onDiscarded:noop,revalidateOnFocus:!0,revalidateOnReconnect:!0,revalidateIfStale:!0,shouldRetryOnError:!0,errorRetryInterval:slowConnection?1e4:5e3,focusThrottleInterval:5*1e3,dedupingInterval:2*1e3,loadingTimeout:slowConnection?5e3:3e3,compare,isPaused:()=>!1,cache:cache$3,mutate,fallback:{}},preset),mergeConfigs=(e,t)=>{const n=mergeObjects(e,t);if(t){const{use:i,fallback:s}=e,{use:o,fallback:a}=t;i&&o&&(n.use=i.concat(o)),s&&a&&(n.fallback=mergeObjects(s,a))}return n},SWRConfigContext=React.createContext({}),INFINITE_PREFIX="$inf$",enableDevtools=isWindowDefined&&window.__SWR_DEVTOOLS_USE__,use$1=enableDevtools?window.__SWR_DEVTOOLS_USE__:[],setupDevTools=()=>{enableDevtools&&(window.__SWR_DEVTOOLS_REACT__=React)},normalize=e=>isFunction(e[1])?[e[0],e[1],e[2]||{}]:[e[0],null,(e[1]===null?e[2]:e[1])||{}],useSWRConfig=()=>mergeObjects(defaultConfig,React.useContext(SWRConfigContext)),middleware=e=>(t,n,i)=>e(t,n&&((...o)=>{const[a]=serialize(t),[,,,l]=SWRGlobalState.get(cache$3);if(a.startsWith(INFINITE_PREFIX))return n(...o);const c=l[a];return isUndefined(c)?n(...o):(delete l[a],c)}),i),BUILT_IN_MIDDLEWARE=use$1.concat(middleware),withArgs=e=>function(...n){const i=useSWRConfig(),[s,o,a]=normalize(n),l=mergeConfigs(i,a);let c=e;const{use:u}=l,f=(u||[]).concat(BUILT_IN_MIDDLEWARE);for(let x=f.length;x--;)c=f[x](c);return c(s,o||l.fetcher||null,l)},subscribeCallback=(e,t,n)=>{const i=t[e]||(t[e]=[]);return i.push(n),()=>{const s=i.indexOf(n);s>=0&&(i[s]=i[i.length-1],i.pop())}},withMiddleware=(e,t)=>(...n)=>{const[i,s,o]=normalize(n),a=(o.use||[]).concat(t);return e(i,s,{...o,use:a})};setupDevTools();const use=React.use||(e=>{switch(e.status){case"pending":throw e;case"fulfilled":return e.value;case"rejected":throw e.reason;default:throw e.status="pending",e.then(t=>{e.status="fulfilled",e.value=t},t=>{e.status="rejected",e.reason=t}),e}}),WITH_DEDUPE={dedupe:!0},useSWRHandler=(e,t,n)=>{const{cache:i,compare:s,suspense:o,fallbackData:a,revalidateOnMount:l,revalidateIfStale:c,refreshInterval:u,refreshWhenHidden:f,refreshWhenOffline:x,keepPreviousData:m}=n,[S,E,d,I]=SWRGlobalState.get(i),[y,P]=serialize(e),b=React.useRef(!1),T=React.useRef(!1),R=React.useRef(y),D=React.useRef(t),V=React.useRef(n),z=()=>V.current,e1=()=>z().isVisible()&&z().isOnline(),[j,n1,X,l1]=createCacheHelper(i,y),c1=React.useRef({}).current,t1=isUndefined(a)?isUndefined(n.fallback)?UNDEFINED:n.fallback[y]:a,N=(o1,_1)=>{for(const d1 in c1){const A1=d1;if(A1==="data"){if(!s(o1[A1],_1[A1])&&(!isUndefined(o1[A1])||!s(y1,_1[A1])))return!1}else if(_1[A1]!==o1[A1])return!1}return!0},Y=React.useMemo(()=>{const o1=(()=>!y||!t?!1:isUndefined(l)?z().isPaused()||o?!1:c!==!1:l)(),_1=D1=>{const Y1=mergeObjects(D1);return delete Y1._k,o1?{isValidating:!0,isLoading:!0,...Y1}:Y1},d1=j(),A1=l1(),j1=_1(d1),L1=d1===A1?j1:_1(A1);let F1=j1;return[()=>{const D1=_1(j());return N(D1,F1)?(F1.data=D1.data,F1.isLoading=D1.isLoading,F1.isValidating=D1.isValidating,F1.error=D1.error,F1):(F1=D1,D1)},()=>L1]},[i,y]),M=shimExports.useSyncExternalStore(React.useCallback(o1=>X(y,(_1,d1)=>{N(d1,_1)||o1()}),[i,y]),Y[0],Y[1]),B=!b.current,U=S[y]&&S[y].length>0,G=M.data,a1=isUndefined(G)?t1&&isPromiseLike(t1)?use(t1):t1:G,p1=M.error,u1=React.useRef(a1),y1=m?isUndefined(G)?u1.current:G:a1,g1=(()=>U&&!isUndefined(p1)?!1:B&&!isUndefined(l)?l:z().isPaused()?!1:o?isUndefined(a1)?!1:c:isUndefined(a1)||c)(),E1=!!(y&&t&&B&&g1),P1=isUndefined(M.isValidating)?E1:M.isValidating,R1=isUndefined(M.isLoading)?E1:M.isLoading,S1=React.useCallback(async o1=>{const _1=D.current;if(!y||!_1||T.current||z().isPaused())return!1;let d1,A1,j1=!0;const L1=o1||{},F1=!d[y]||!L1.dedupe,D1=()=>IS_REACT_LEGACY?!T.current&&y===R.current&&b.current:y===R.current,Y1={isValidating:!1,isLoading:!1},B1=()=>{n1(Y1)},v1=()=>{const V1=d[y];V1&&V1[1]===A1&&delete d[y]},le={isValidating:!0};isUndefined(j().data)&&(le.isLoading=!0);try{if(F1&&(n1(le),n.loadingTimeout&&isUndefined(j().data)&&setTimeout(()=>{j1&&D1()&&z().onLoadingSlow(y,n)},n.loadingTimeout),d[y]=[_1(P),getTimestamp()]),[d1,A1]=d[y],d1=await d1,F1&&setTimeout(v1,n.dedupingInterval),!d[y]||d[y][1]!==A1)return F1&&D1()&&z().onDiscarded(y),!1;Y1.error=UNDEFINED;const V1=E[y];if(!isUndefined(V1)&&(A1<=V1[0]||A1<=V1[1]||V1[1]===0))return B1(),F1&&D1()&&z().onDiscarded(y),!1;const X1=j().data;Y1.data=s(X1,d1)?X1:d1,F1&&D1()&&z().onSuccess(d1,y,n)}catch(V1){v1();const X1=z(),{shouldRetryOnError:ee}=X1;X1.isPaused()||(Y1.error=V1,F1&&D1()&&(X1.onError(V1,y,X1),(ee===!0||isFunction(ee)&&ee(V1))&&(!z().revalidateOnFocus||!z().revalidateOnReconnect||e1())&&X1.onErrorRetry(V1,y,X1,H1=>{const Z1=S[y];Z1&&Z1[0]&&Z1[0](events.ERROR_REVALIDATE_EVENT,H1)},{retryCount:(L1.retryCount||0)+1,dedupe:!0})))}return j1=!1,B1(),!0},[y,i]),I1=React.useCallback((...o1)=>internalMutate(i,R.current,...o1),[]);if(useIsomorphicLayoutEffect(()=>{D.current=t,V.current=n,isUndefined(G)||(u1.current=G)}),useIsomorphicLayoutEffect(()=>{if(!y)return;const o1=S1.bind(UNDEFINED,WITH_DEDUPE);let _1=0;const A1=subscribeCallback(y,S,(j1,L1={})=>{if(j1==events.FOCUS_EVENT){const F1=Date.now();z().revalidateOnFocus&&F1>_1&&e1()&&(_1=F1+z().focusThrottleInterval,o1())}else if(j1==events.RECONNECT_EVENT)z().revalidateOnReconnect&&e1()&&o1();else{if(j1==events.MUTATE_EVENT)return S1();if(j1==events.ERROR_REVALIDATE_EVENT)return S1(L1)}});return T.current=!1,R.current=y,b.current=!0,n1({_k:P}),g1&&(isUndefined(a1)||IS_SERVER?o1():rAF(o1)),()=>{T.current=!0,A1()}},[y]),useIsomorphicLayoutEffect(()=>{let o1;function _1(){const A1=isFunction(u)?u(j().data):u;A1&&o1!==-1&&(o1=setTimeout(d1,A1))}function d1(){!j().error&&(f||z().isVisible())&&(x||z().isOnline())?S1(WITH_DEDUPE).then(_1):_1()}return _1(),()=>{o1&&(clearTimeout(o1),o1=-1)}},[u,f,x,y]),React.useDebugValue(y1),o&&isUndefined(a1)&&y){if(!IS_REACT_LEGACY&&IS_SERVER)throw new Error("Fallback data is required when using Suspense in SSR.");D.current=t,V.current=n,T.current=!1;const o1=I[y];if(!isUndefined(o1)){const _1=I1(o1);use(_1)}if(isUndefined(p1)){const _1=S1(WITH_DEDUPE);isUndefined(y1)||(_1.status="fulfilled",_1.value=!0),use(_1)}else throw p1}return{mutate:I1,get data(){return c1.data=!0,y1},get error(){return c1.error=!0,p1},get isValidating(){return c1.isValidating=!0,P1},get isLoading(){return c1.isLoading=!0,R1}}},useSWR=withArgs(useSWRHandler),startTransition=IS_REACT_LEGACY?e=>{e()}:React.startTransition,useStateWithDeps=e=>{const[,t]=React.useState({}),n=React.useRef(!1),i=React.useRef(e),s=React.useRef({data:!1,error:!1,isValidating:!1}),o=React.useCallback(a=>{let l=!1;const c=i.current;for(const u in a)if(Object.prototype.hasOwnProperty.call(a,u)){const f=u;c[f]!==a[f]&&(c[f]=a[f],s.current[f]&&(l=!0))}l&&!n.current&&t({})},[]);return useIsomorphicLayoutEffect(()=>(n.current=!1,()=>{n.current=!0})),[i,s.current,o]},mutation=()=>(e,t,n={})=>{const{mutate:i}=useSWRConfig(),s=React.useRef(e),o=React.useRef(t),a=React.useRef(n),l=React.useRef(0),[c,u,f]=useStateWithDeps({data:UNDEFINED,error:UNDEFINED,isMutating:!1}),x=c.current,m=React.useCallback(async(E,d)=>{const[I,y]=serialize(s.current);if(!o.current)throw new Error("Can’t trigger the mutation: missing fetcher.");if(!I)throw new Error("Can’t trigger the mutation: missing key.");const P=mergeObjects(mergeObjects({populateCache:!1,throwOnError:!0},a.current),d),b=getTimestamp();l.current=b,f({isMutating:!0});try{const T=await i(I,o.current(y,{arg:E}),mergeObjects(P,{throwOnError:!0}));return l.current<=b&&(startTransition(()=>f({data:T,isMutating:!1,error:void 0})),P.onSuccess==null||P.onSuccess.call(P,T,I,P)),T}catch(T){if(l.current<=b&&(startTransition(()=>f({error:T,isMutating:!1})),P.onError==null||P.onError.call(P,T,I,P),P.throwOnError))throw T}},[]),S=React.useCallback(()=>{l.current=getTimestamp(),f({data:UNDEFINED,error:UNDEFINED,isMutating:!1})},[]);return useIsomorphicLayoutEffect(()=>{s.current=e,o.current=t,a.current=n}),{trigger:m,reset:S,get data(){return u.data=!0,x.data},get error(){return u.error=!0,x.error},get isMutating(){return u.isMutating=!0,x.isMutating}}},useSWRMutation=withMiddleware(useSWR,mutation);let apiHost,presignUrl;const hostname=(ge=window==null?void 0:window.location)==null?void 0:ge.hostname;hostname.indexOf("dentira.com")>-1?(apiHost="https://bulkupload-api.dentira.com",presignUrl="https://presign.dentira.com/presign"):(apiHost="https://qa-bulkupload-api.dentira.com",presignUrl="https://qapresign.dentira.com/presign");const API_HOST=apiHost,PRESIGN_URL_HOST=presignUrl;async function fetcher({url:e,init:t,error:n,sessionToken:i,APIKey:s,withCredentials:o=!1}){var a;try{const l=await fetch(e,{...t,headers:{"X-Dentalcorp-Api-Key":s,"X-Dentalcorp-sessiontoken":i,...t.headers},credentials:o?"include":"same-origin",mode:"cors"}),c=(a=l.headers.get("content-type"))==null?void 0:a.toLowerCase(),u=x=>{const m=x.split("?")[0].split("/");return m[m.length-1]};if(c==="application/octet-stream"||c==="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"){const x=await l.blob();let m;for(let[d,I]of l.headers.entries())if(d.toLowerCase()==="content-disposition"){const y=I.match(/filename\s*=\s*"?([^";\n]*)"/i);if(y){m=y[1].trim();break}}m||(m=u(e));const S=window.URL.createObjectURL(x),E=document.createElement("a");return E.href=S,E.download=m,document.body.appendChild(E),E.click(),document.body.removeChild(E),window.URL.revokeObjectURL(S),{success:!0,filename:m}}if(c==="text/csv")return await l.text();let f;try{f=await l.json()}catch{f={}}if(l.ok)return(f==null?void 0:f.response)||f;throw new Error(JSON.stringify(f))}catch(l){throw l||new Error(n)}}function getFetcher(e,t,n){return(i,s)=>fetcher({url:e+(Array.isArray(i)?i[0]:i),init:{method:"GET",headers:{"Content-Type":"application/json"},body:s?JSON.stringify(s.arg):void 0},error:"An error occurred while getting the data.",sessionToken:t||"",APIKey:n||""})}function postFetcher(e,t,n){return(i,s)=>fetcher({url:e+i,init:{method:"POST",...s!=null&&s.arg?{body:JSON.stringify(s.arg)}:[],headers:{"Content-Type":"application/json"}},error:"An error occurred while posting the data.",sessionToken:t||"",APIKey:n||""})}function postFormFetcher(e,t,n){return(i,s)=>{const o=new FormData;return Object.entries(s==null?void 0:s.arg).forEach(([a,l])=>{o.append(a,l)}),fetcher({url:e+i,init:{method:"POST",body:o},error:"An error occurred while posting the data.",sessionToken:t||"",APIKey:n||""})}}function putFetcher(e,t,n){return(i,s)=>fetcher({url:e+i,init:{method:"PUT"},error:"An error occurred while posting the data.",sessionToken:t||"",APIKey:n||""})}function useMutation(e,t,n){return useSWRMutation(e,t,{onError(i){var o,a;console.error(i);const s=(a=(o=JSON.parse((i==null?void 0:i.message)||""))==null?void 0:o.error)==null?void 0:a.code;console.log(s)},throwOnError:!0,...n})}function useLazyQuery(e,{sessionToken:t,APIKey:n},i){return useMutation(e,getFetcher(API_HOST,t,n),i||void 0)}function usePostFormQuery(e,{sessionToken:t,APIKey:n},i){return useMutation(e,postFormFetcher(API_HOST,t,n),i||void 0)}function usePostQuery(e,{sessionToken:t,APIKey:n},i){return useMutation(e,postFetcher(API_HOST,t,n),i||void 0)}function usePutQuery(e,{sessionToken:t,APIKey:n},i){return useMutation(e,putFetcher(API_HOST,t,n),i||void 0)}const useCustomQuery=({sessionToken:e,APIKey:t})=>{const[n,i]=React.useState(!1),[s,o]=React.useState(null);return{trigger:async l=>{try{return i(!0),await fetcher({url:l,init:{method:"GET",headers:{"Content-Type":"application/json"}},error:"An error occurred while getting the data.",sessionToken:e||"",APIKey:t||""})}catch(c){throw o(c),c}finally{i(!1)}},isMutating:n,error:s}};var FileType=(e=>(e.EXCEL="EXCEL",e.CSV="CSV",e))(FileType||{}),Screen=(e=>(e.MAIN="MAIN",e.DOWNLOADING_TEMPLATE="DOWNLOADING_TEMPLATE",e.UPLOADING_FILE="UPLOADING_FILE",e.EXIT_WARNING="EXIT_WARNING",e.CHECKING_STATUS="CHECKING_STATUS",e.UPLOADING_FILE_ERROR="UPLOADING_FILE_ERROR",e.LOADING_JOBS="LOADING_JOBS",e.UPLOAD_COMPLETE="UPLOAD_COMPLETE",e.GENERAL_ERROR="GENERAL_ERROR",e))(Screen||{}),BulkUploadType=(e=>(e.SAMPLE="sample",e.GROUPITEMLIST="GROUPITEMLIST",e.USERITEMLIST="USERITEMLIST",e))(BulkUploadType||{}),BulkUploadJobStatus=(e=>(e.QUEUED="QUEUED",e.CREATED="CREATED",e.IN_PROGRESS="IN_PROGRESS",e.COMPLETED="COMPLETED",e.FAILED="FAILED",e))(BulkUploadJobStatus||{}),JobTypes=(e=>(e.UPLOAD="UPLOAD",e.TEMPLATE_FILE="TEMPLATE_FILE",e))(JobTypes||{}),DownloadFolders=(e=>(e.DYNAMIC_TEMPLATE="dynamic-template",e.STATIC_TEMPLATE="static-template",e.INVALID_ROWS="invalid-rows",e))(DownloadFolders||{});const checkStatusIntervally=(e,t,n)=>{const s=React.useRef(null),[o,a]=React.useState(!1),{trigger:l,error:c}=useLazyQuery(`${BULKUPLOAD_ENDPOINT}/${t==null?void 0:t._id}`,e,{onSuccess:x=>n(x),onError:()=>n(null)}),u=()=>{!s.current&&(t==null?void 0:t.job_type)===JobTypes.UPLOAD&&(a(!0),s.current=setInterval(async()=>{try{const x=await l();[BulkUploadJobStatus.FAILED,BulkUploadJobStatus.COMPLETED].includes(x.status)&&f()}catch{f()}},7e3))},f=()=>{s.current!==null&&(clearInterval(s.current),s.current=null),a(!1)};return React.useEffect(()=>()=>f(),[]),{startChecking:u,stopChecking:f,checkingStatus:o,getStatusApiError:c}},byteToHex=[];for(let e=0;e<256;++e)byteToHex.push((e+256).toString(16).slice(1));function unsafeStringify(e,t=0){return(byteToHex[e[t+0]]+byteToHex[e[t+1]]+byteToHex[e[t+2]]+byteToHex[e[t+3]]+"-"+byteToHex[e[t+4]]+byteToHex[e[t+5]]+"-"+byteToHex[e[t+6]]+byteToHex[e[t+7]]+"-"+byteToHex[e[t+8]]+byteToHex[e[t+9]]+"-"+byteToHex[e[t+10]]+byteToHex[e[t+11]]+byteToHex[e[t+12]]+byteToHex[e[t+13]]+byteToHex[e[t+14]]+byteToHex[e[t+15]]).toLowerCase()}let getRandomValues;const rnds8=new Uint8Array(16);function rng(){if(!getRandomValues){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");getRandomValues=crypto.getRandomValues.bind(crypto)}return getRandomValues(rnds8)}const randomUUID=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),native={randomUUID};function v4(e,t,n){if(native.randomUUID&&!t&&!e)return native.randomUUID();e=e||{};const i=e.random||(e.rng||rng)();if(i[6]=i[6]&15|64,i[8]=i[8]&63|128,t){n=n||0;for(let s=0;s<16;++s)t[n+s]=i[s];return t}return unsafeStringify(i)}const buildPresignedDownloadUrl=({fileName:e,downloadFolder:t})=>{var i;const n=(i=e==null?void 0:e.split("."))==null?void 0:i[1];return`${PRESIGN_URL_HOST}/download?app=bulk-upload&extension=${n}&filename=${e}&folder=${t}&download_filename=${e}`},useDownloadFromS3=e=>{const{trigger:t,error:n}=useCustomQuery(e),{trigger:i,error:s}=useCustomQuery(e),[o,a]=React.useState(!1);return{trigger:async(c,u)=>{try{a(!0);const f=buildPresignedDownloadUrl({fileName:c,downloadFolder:u}),x=await t(f);await i(x.download_url)}catch(f){throw f}finally{a(!1)}},isMutating:o,error:s||n}},useDownloadTemplate=(e,t,n,i)=>{const s=React.useRef(null);let o=7e3;const{payload:a=null,hasDynamicTemplate:l=!1}=i||{},c=React.useRef(v4()),[u,f]=React.useState(!1),{trigger:x,error:m}=usePostQuery(`${BULKUPLOAD_ENDPOINT}/template`,e),{trigger:S,error:E}=useDownloadFromS3(e),d=async()=>{if(!s.current){if(f(!0),!await I())return;s.current=setInterval(async()=>{await I()},o)}};async function I(){let P=!0;try{const b=await x({type:t,request_id:c.current,...a});(b==null?void 0:b.file_status)===BulkUploadJobStatus.COMPLETED&&b.file_name&&(await S(b.file_name,l?DownloadFolders.DYNAMIC_TEMPLATE:DownloadFolders.STATIC_TEMPLATE),y(),P=!1)}catch(b){throw y(),P=!1,b}finally{return P}}function y(P=!0){s.current!==null&&(clearInterval(s.current),s.current=null),P&&f(!1)}return React.useEffect(()=>(n||y(),()=>y()),[n]),{downloadTemplate:d,downloadingTemplate:u,downloadTemplateApiError:E||m}},useScreen=({downloadingTemplate:e,uploadingFile:t,checkingStatus:n,loadingJobs:i,selectedJob:s,uploadApiError:o,downloadTemplateApiError:a,getJobsApiError:l,acknowledgeJobApiError:c,getStatusApiError:u})=>{const f=React.useMemo(()=>e?Screen.DOWNLOADING_TEMPLATE:t?Screen.UPLOADING_FILE:n?Screen.CHECKING_STATUS:o||a||l||c||u?Screen.GENERAL_ERROR:i?Screen.LOADING_JOBS:s&&!s.acknowledged&&s.status===BulkUploadJobStatus.COMPLETED?Screen.UPLOAD_COMPLETE:s&&!s.acknowledged&&s.status===BulkUploadJobStatus.FAILED?Screen.UPLOADING_FILE_ERROR:Screen.MAIN,[e,t,n,i,s,o,a,l,c,u]),[x,m]=React.useState(Screen.MAIN),[S,E]=React.useState(Screen.MAIN),d=()=>{E(x),m(Screen.EXIT_WARNING)},I=()=>{m(S)};return React.useEffect(()=>{m(f)},[f]),{screen:x,showExitWarning:d,cancelExit:I}},DialogContext=React.createContext(void 0),DialogProvider=({children:e,config:t})=>{const[n,i]=React.useState(null),{isOpen:s,session:o,downloadTemplateConfig:a,handleClose:l,type:c,apiKey:u}=t,f={sessionToken:o,APIKey:u},{downloadTemplate:x,downloadingTemplate:m,downloadTemplateApiError:S}=useDownloadTemplate(f,c,s,a),{trigger:E,isMutating:d,error:I}=usePostFormQuery(BULKUPLOAD_ENDPOINT,f,{onSuccess:U=>{i(U)}}),{trigger:y,isMutating:P,error:b}=useLazyQuery(`${BULKUPLOAD_ENDPOINT}?type=${c}&acknowledged=false`,f,{onSuccess:U=>{const G=U.find(a1=>a1.type===c&&a1.job_type===JobTypes.UPLOAD);if(G){i(G);return}}}),{trigger:T,isMutating:R,error:D}=usePutQuery(`${BULKUPLOAD_ENDPOINT}/${n==null?void 0:n._id}/acknowledge`,f,{onSuccess:()=>{l(),i(null)}}),{startChecking:V,stopChecking:z,checkingStatus:e1,getStatusApiError:j}=checkStatusIntervally(f,n,i),{screen:n1,showExitWarning:X,cancelExit:l1}=useScreen({selectedJob:n,downloadingTemplate:m,uploadingFile:d,checkingStatus:e1,loadingJobs:P,uploadApiError:I,downloadTemplateApiError:S,getJobsApiError:b,acknowledgeJobApiError:D,getStatusApiError:j}),{trigger:c1,isMutating:t1,error:N}=useDownloadFromS3(f);React.useEffect(()=>{s&&!n&&!e1&&!P&&!j&&y(),s&&n&&[BulkUploadJobStatus.QUEUED,BulkUploadJobStatus.CREATED,BulkUploadJobStatus.IN_PROGRESS].includes(n.status)&&!e1&&!P&&V(),!s&&e1&&n&&z()},[s,e1,n]);const B={config:t,screen:n1,selectedJob:n,downloadTemplate:x,downloadingTemplate:m,areMainActionDisabled:m||d||e1||P,uploadingFile:d,uploadFile:E,showExitWarning:X,cancelExit:l1,acknowledgeJob:T,areAcknowledgeActionsDisabled:R,downloadErrorFile:c1,downloadingErrorFile:t1,apiError:I||S||b||D||j||N};return jsxRuntimeExports.jsx(DialogContext.Provider,{value:B,children:e})},useDialogContext=()=>{const e=React.useContext(DialogContext);if(!e)throw new Error("useDialog must be used within a DialogProvider");return e},theme=createTheme({typography:{fontFamily:["Prompt","Roboto","sans-serif"].join(",")},cssVariables:!0,palette:{primary:{main:"#00ad6f",contrastText:"white"},secondary:{main:"#19857b",contrastText:yellow$1[400]},error:{main:"#ff7004",contrastText:"white"}},components:{MuiCssBaseline:{styleOverrides:{"& ::selection":{color:"white",background:"#00ad6f"}}}}}),stateClasses=["checked","disabled","error","focused","focusVisible","required","expanded","selected"];function createGenerateClassName(e={}){const{disableGlobal:t=!1,productionPrefix:n="jss",seed:i=""}=e,s=i===""?"":`${i}-`;let o=0;const a=()=>(o+=1,process.env.NODE_ENV!=="production"&&o>=1e10&&console.warn(["MUI: You might have a memory leak.","The ruleCounter is not supposed to grow that much."].join("")),o);return(l,c)=>{const u=c.options.name;if(u&&u.startsWith("Mui")&&!c.options.link&&!t){if(stateClasses.includes(l.key))return`Mui-${l.key}`;const x=`${s}${u}-${l.key}`;return!c.options.theme[nested]||i!==""?x:`${x}-${a()}`}if(process.env.NODE_ENV==="production")return`${s}${n}${a()}`;const f=`${l.key}-${a()}`;return c.options.classNamePrefix?`${s}${c.options.classNamePrefix}-${f}`:`${s}${f}`}}var isProduction=process.env.NODE_ENV==="production";function warning(e,t){if(!isProduction){if(e)return;var n="Warning: "+t;typeof console<"u"&&console.warn(n);try{throw Error(n)}catch{}}}var _typeof$1=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},isBrowser=(typeof window>"u"?"undefined":_typeof$1(window))==="object"&&(typeof document>"u"?"undefined":_typeof$1(document))==="object"&&document.nodeType===9;function _typeof(e){"@babel/helpers - typeof";return _typeof=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},_typeof(e)}function toPrimitive(e,t){if(_typeof(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var i=n.call(e,t||"default");if(_typeof(i)!="object")return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function toPropertyKey(e){var t=toPrimitive(e,"string");return _typeof(t)=="symbol"?t:t+""}function _defineProperties(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,toPropertyKey(i.key),i)}}function _createClass(e,t,n){return t&&_defineProperties(e.prototype,t),n&&_defineProperties(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}var plainObjectConstrurctor={}.constructor;function cloneStyle(e){if(e==null||typeof e!="object")return e;if(Array.isArray(e))return e.map(cloneStyle);if(e.constructor!==plainObjectConstrurctor)return e;var t={};for(var n in e)t[n]=cloneStyle(e[n]);return t}function createRule(e,t,n){e===void 0&&(e="unnamed");var i=n.jss,s=cloneStyle(t),o=i.plugins.onCreateRule(e,s,n);return o||(e[0]==="@"&&process.env.NODE_ENV!=="production"&&warning(!1,"[JSS] Unknown rule "+e),null)}var join=function(t,n){for(var i="",s=0;s<t.length&&t[s]!=="!important";s++)i&&(i+=n),i+=t[s];return i},toCssValue=function(t){if(!Array.isArray(t))return t;var n="";if(Array.isArray(t[0]))for(var i=0;i<t.length&&t[i]!=="!important";i++)n&&(n+=", "),n+=join(t[i]," ");else n=join(t,", ");return t[t.length-1]==="!important"&&(n+=" !important"),n};function getWhitespaceSymbols(e){return e&&e.format===!1?{linebreak:"",space:""}:{linebreak:`
|
|
270
|
+
*/var hasRequiredUseSyncExternalStoreShim_development;function requireUseSyncExternalStoreShim_development(){return hasRequiredUseSyncExternalStoreShim_development||(hasRequiredUseSyncExternalStoreShim_development=1,process.env.NODE_ENV!=="production"&&function(){function e(S,E){return S===E&&(S!==0||1/S===1/E)||S!==S&&E!==E}function t(S,E){f||s.startTransition===void 0||(f=!0,console.error("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."));var d=E();if(!x){var I=E();o(d,I)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),x=!0)}I=a({inst:{value:d,getSnapshot:E}});var y=I[0].inst,P=I[1];return c(function(){y.value=d,y.getSnapshot=E,n(y)&&P({inst:y})},[S,d,E]),l(function(){return n(y)&&P({inst:y}),S(function(){n(y)&&P({inst:y})})},[S]),u(d),d}function n(S){var E=S.getSnapshot;S=S.value;try{var d=E();return!o(S,d)}catch{return!0}}function i(S,E){return E()}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var s=React,o=typeof Object.is=="function"?Object.is:e,a=s.useState,l=s.useEffect,c=s.useLayoutEffect,u=s.useDebugValue,f=!1,x=!1,m=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?i:t;useSyncExternalStoreShim_development.useSyncExternalStore=s.useSyncExternalStore!==void 0?s.useSyncExternalStore:m,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),useSyncExternalStoreShim_development}process.env.NODE_ENV==="production"?shim.exports=requireUseSyncExternalStoreShim_production():shim.exports=requireUseSyncExternalStoreShim_development();var shimExports=shim.exports,has=Object.prototype.hasOwnProperty;function dequal(e,t){var n,i;if(e===t)return!0;if(e&&t&&(n=e.constructor)===t.constructor){if(n===Date)return e.getTime()===t.getTime();if(n===RegExp)return e.toString()===t.toString();if(n===Array){if((i=e.length)===t.length)for(;i--&&dequal(e[i],t[i]););return i===-1}if(!n||typeof e=="object"){i=0;for(n in e)if(has.call(e,n)&&++i&&!has.call(t,n)||!(n in t)||!dequal(e[n],t[n]))return!1;return Object.keys(t).length===i}}return e!==e&&t!==t}const SWRGlobalState=new WeakMap,noop=()=>{},UNDEFINED=noop(),OBJECT=Object,isUndefined=e=>e===UNDEFINED,isFunction=e=>typeof e=="function",mergeObjects=(e,t)=>({...e,...t}),isPromiseLike=e=>isFunction(e.then),EMPTY_CACHE={},INITIAL_CACHE={},STR_UNDEFINED="undefined",isWindowDefined=typeof window!=STR_UNDEFINED,isDocumentDefined=typeof document!=STR_UNDEFINED,hasRequestAnimationFrame=()=>isWindowDefined&&typeof window.requestAnimationFrame!=STR_UNDEFINED,createCacheHelper=(e,t)=>{const n=SWRGlobalState.get(e);return[()=>!isUndefined(t)&&e.get(t)||EMPTY_CACHE,i=>{if(!isUndefined(t)){const s=e.get(t);t in INITIAL_CACHE||(INITIAL_CACHE[t]=s),n[5](t,mergeObjects(s,i),s||EMPTY_CACHE)}},n[6],()=>!isUndefined(t)&&t in INITIAL_CACHE?INITIAL_CACHE[t]:!isUndefined(t)&&e.get(t)||EMPTY_CACHE]};let online=!0;const isOnline=()=>online,[onWindowEvent,offWindowEvent]=isWindowDefined&&window.addEventListener?[window.addEventListener.bind(window),window.removeEventListener.bind(window)]:[noop,noop],isVisible=()=>{const e=isDocumentDefined&&document.visibilityState;return isUndefined(e)||e!=="hidden"},initFocus=e=>(isDocumentDefined&&document.addEventListener("visibilitychange",e),onWindowEvent("focus",e),()=>{isDocumentDefined&&document.removeEventListener("visibilitychange",e),offWindowEvent("focus",e)}),initReconnect=e=>{const t=()=>{online=!0,e()},n=()=>{online=!1};return onWindowEvent("online",t),onWindowEvent("offline",n),()=>{offWindowEvent("online",t),offWindowEvent("offline",n)}},preset={isOnline,isVisible},defaultConfigOptions={initFocus,initReconnect},IS_REACT_LEGACY=!React.useId,IS_SERVER=!isWindowDefined||"Deno"in globalThis,rAF=e=>hasRequestAnimationFrame()?window.requestAnimationFrame(e):setTimeout(e,1),useIsomorphicLayoutEffect=IS_SERVER?React.useEffect:React.useLayoutEffect,navigatorConnection=typeof navigator<"u"&&navigator.connection,slowConnection=!IS_SERVER&&navigatorConnection&&(["slow-2g","2g"].includes(navigatorConnection.effectiveType)||navigatorConnection.saveData),table=new WeakMap,isObjectType=(e,t)=>OBJECT.prototype.toString.call(e)===`[object ${t}]`;let counter=0;const stableHash=e=>{const t=typeof e,n=isObjectType(e,"Date"),i=isObjectType(e,"RegExp"),s=isObjectType(e,"Object");let o,a;if(OBJECT(e)===e&&!n&&!i){if(o=table.get(e),o)return o;if(o=++counter+"~",table.set(e,o),Array.isArray(e)){for(o="@",a=0;a<e.length;a++)o+=stableHash(e[a])+",";table.set(e,o)}if(s){o="#";const l=OBJECT.keys(e).sort();for(;!isUndefined(a=l.pop());)isUndefined(e[a])||(o+=a+":"+stableHash(e[a])+",");table.set(e,o)}}else o=n?e.toJSON():t=="symbol"?e.toString():t=="string"?JSON.stringify(e):""+e;return o},serialize=e=>{if(isFunction(e))try{e=e()}catch{e=""}const t=e;return e=typeof e=="string"?e:(Array.isArray(e)?e.length:e)?stableHash(e):"",[e,t]};let __timestamp=0;const getTimestamp=()=>++__timestamp,FOCUS_EVENT=0,RECONNECT_EVENT=1,MUTATE_EVENT=2,ERROR_REVALIDATE_EVENT=3;var events={__proto__:null,ERROR_REVALIDATE_EVENT,FOCUS_EVENT,MUTATE_EVENT,RECONNECT_EVENT};async function internalMutate(...e){const[t,n,i,s]=e,o=mergeObjects({populateCache:!0,throwOnError:!0},typeof s=="boolean"?{revalidate:s}:s||{});let a=o.populateCache;const l=o.rollbackOnError;let c=o.optimisticData;const u=m=>typeof l=="function"?l(m):l!==!1,f=o.throwOnError;if(isFunction(n)){const m=n,S=[],E=t.keys();for(const d of E)!/^\$(inf|sub)\$/.test(d)&&m(t.get(d)._k)&&S.push(d);return Promise.all(S.map(x))}return x(n);async function x(m){const[S]=serialize(m);if(!S)return;const[E,d]=createCacheHelper(t,S),[I,y,P,b]=SWRGlobalState.get(t),T=()=>{const l1=I[S];return(isFunction(o.revalidate)?o.revalidate(E().data,m):o.revalidate!==!1)&&(delete P[S],delete b[S],l1&&l1[0])?l1[0](MUTATE_EVENT).then(()=>E().data):E().data};if(e.length<3)return T();let R=i,D;const V=getTimestamp();y[S]=[V,0];const z=!isUndefined(c),e1=E(),j=e1.data,n1=e1._c,X=isUndefined(n1)?j:n1;if(z&&(c=isFunction(c)?c(X,j):c,d({data:c,_c:X})),isFunction(R))try{R=R(X)}catch(l1){D=l1}if(R&&isPromiseLike(R))if(R=await R.catch(l1=>{D=l1}),V!==y[S][0]){if(D)throw D;return R}else D&&z&&u(D)&&(a=!0,d({data:X,_c:UNDEFINED}));if(a&&!D)if(isFunction(a)){const l1=a(R,X);d({data:l1,error:UNDEFINED,_c:UNDEFINED})}else d({data:R,error:UNDEFINED,_c:UNDEFINED});if(y[S][1]=getTimestamp(),Promise.resolve(T()).then(()=>{d({_c:UNDEFINED})}),D){if(f)throw D;return}return R}}const revalidateAllKeys=(e,t)=>{for(const n in e)e[n][0]&&e[n][0](t)},initCache=(e,t)=>{if(!SWRGlobalState.has(e)){const n=mergeObjects(defaultConfigOptions,t),i={},s=internalMutate.bind(UNDEFINED,e);let o=noop;const a={},l=(f,x)=>{const m=a[f]||[];return a[f]=m,m.push(x),()=>m.splice(m.indexOf(x),1)},c=(f,x,m)=>{e.set(f,x);const S=a[f];if(S)for(const E of S)E(x,m)},u=()=>{if(!SWRGlobalState.has(e)&&(SWRGlobalState.set(e,[i,{},{},{},s,c,l]),!IS_SERVER)){const f=n.initFocus(setTimeout.bind(UNDEFINED,revalidateAllKeys.bind(UNDEFINED,i,FOCUS_EVENT))),x=n.initReconnect(setTimeout.bind(UNDEFINED,revalidateAllKeys.bind(UNDEFINED,i,RECONNECT_EVENT)));o=()=>{f&&f(),x&&x(),SWRGlobalState.delete(e)}}};return u(),[e,s,u,o]}return[e,SWRGlobalState.get(e)[4]]},onErrorRetry=(e,t,n,i,s)=>{const o=n.errorRetryCount,a=s.retryCount,l=~~((Math.random()+.5)*(1<<(a<8?a:8)))*n.errorRetryInterval;!isUndefined(o)&&a>o||setTimeout(i,l,s)},compare=dequal,[cache$3,mutate]=initCache(new Map),defaultConfig=mergeObjects({onLoadingSlow:noop,onSuccess:noop,onError:noop,onErrorRetry,onDiscarded:noop,revalidateOnFocus:!0,revalidateOnReconnect:!0,revalidateIfStale:!0,shouldRetryOnError:!0,errorRetryInterval:slowConnection?1e4:5e3,focusThrottleInterval:5*1e3,dedupingInterval:2*1e3,loadingTimeout:slowConnection?5e3:3e3,compare,isPaused:()=>!1,cache:cache$3,mutate,fallback:{}},preset),mergeConfigs=(e,t)=>{const n=mergeObjects(e,t);if(t){const{use:i,fallback:s}=e,{use:o,fallback:a}=t;i&&o&&(n.use=i.concat(o)),s&&a&&(n.fallback=mergeObjects(s,a))}return n},SWRConfigContext=React.createContext({}),INFINITE_PREFIX="$inf$",enableDevtools=isWindowDefined&&window.__SWR_DEVTOOLS_USE__,use$1=enableDevtools?window.__SWR_DEVTOOLS_USE__:[],setupDevTools=()=>{enableDevtools&&(window.__SWR_DEVTOOLS_REACT__=React)},normalize=e=>isFunction(e[1])?[e[0],e[1],e[2]||{}]:[e[0],null,(e[1]===null?e[2]:e[1])||{}],useSWRConfig=()=>mergeObjects(defaultConfig,React.useContext(SWRConfigContext)),middleware=e=>(t,n,i)=>e(t,n&&((...o)=>{const[a]=serialize(t),[,,,l]=SWRGlobalState.get(cache$3);if(a.startsWith(INFINITE_PREFIX))return n(...o);const c=l[a];return isUndefined(c)?n(...o):(delete l[a],c)}),i),BUILT_IN_MIDDLEWARE=use$1.concat(middleware),withArgs=e=>function(...n){const i=useSWRConfig(),[s,o,a]=normalize(n),l=mergeConfigs(i,a);let c=e;const{use:u}=l,f=(u||[]).concat(BUILT_IN_MIDDLEWARE);for(let x=f.length;x--;)c=f[x](c);return c(s,o||l.fetcher||null,l)},subscribeCallback=(e,t,n)=>{const i=t[e]||(t[e]=[]);return i.push(n),()=>{const s=i.indexOf(n);s>=0&&(i[s]=i[i.length-1],i.pop())}},withMiddleware=(e,t)=>(...n)=>{const[i,s,o]=normalize(n),a=(o.use||[]).concat(t);return e(i,s,{...o,use:a})};setupDevTools();const use=React.use||(e=>{switch(e.status){case"pending":throw e;case"fulfilled":return e.value;case"rejected":throw e.reason;default:throw e.status="pending",e.then(t=>{e.status="fulfilled",e.value=t},t=>{e.status="rejected",e.reason=t}),e}}),WITH_DEDUPE={dedupe:!0},useSWRHandler=(e,t,n)=>{const{cache:i,compare:s,suspense:o,fallbackData:a,revalidateOnMount:l,revalidateIfStale:c,refreshInterval:u,refreshWhenHidden:f,refreshWhenOffline:x,keepPreviousData:m}=n,[S,E,d,I]=SWRGlobalState.get(i),[y,P]=serialize(e),b=React.useRef(!1),T=React.useRef(!1),R=React.useRef(y),D=React.useRef(t),V=React.useRef(n),z=()=>V.current,e1=()=>z().isVisible()&&z().isOnline(),[j,n1,X,l1]=createCacheHelper(i,y),c1=React.useRef({}).current,t1=isUndefined(a)?isUndefined(n.fallback)?UNDEFINED:n.fallback[y]:a,N=(o1,_1)=>{for(const d1 in c1){const A1=d1;if(A1==="data"){if(!s(o1[A1],_1[A1])&&(!isUndefined(o1[A1])||!s(y1,_1[A1])))return!1}else if(_1[A1]!==o1[A1])return!1}return!0},Y=React.useMemo(()=>{const o1=(()=>!y||!t?!1:isUndefined(l)?z().isPaused()||o?!1:c!==!1:l)(),_1=D1=>{const Y1=mergeObjects(D1);return delete Y1._k,o1?{isValidating:!0,isLoading:!0,...Y1}:Y1},d1=j(),A1=l1(),j1=_1(d1),L1=d1===A1?j1:_1(A1);let F1=j1;return[()=>{const D1=_1(j());return N(D1,F1)?(F1.data=D1.data,F1.isLoading=D1.isLoading,F1.isValidating=D1.isValidating,F1.error=D1.error,F1):(F1=D1,D1)},()=>L1]},[i,y]),M=shimExports.useSyncExternalStore(React.useCallback(o1=>X(y,(_1,d1)=>{N(d1,_1)||o1()}),[i,y]),Y[0],Y[1]),B=!b.current,U=S[y]&&S[y].length>0,G=M.data,a1=isUndefined(G)?t1&&isPromiseLike(t1)?use(t1):t1:G,p1=M.error,u1=React.useRef(a1),y1=m?isUndefined(G)?u1.current:G:a1,g1=(()=>U&&!isUndefined(p1)?!1:B&&!isUndefined(l)?l:z().isPaused()?!1:o?isUndefined(a1)?!1:c:isUndefined(a1)||c)(),E1=!!(y&&t&&B&&g1),P1=isUndefined(M.isValidating)?E1:M.isValidating,R1=isUndefined(M.isLoading)?E1:M.isLoading,S1=React.useCallback(async o1=>{const _1=D.current;if(!y||!_1||T.current||z().isPaused())return!1;let d1,A1,j1=!0;const L1=o1||{},F1=!d[y]||!L1.dedupe,D1=()=>IS_REACT_LEGACY?!T.current&&y===R.current&&b.current:y===R.current,Y1={isValidating:!1,isLoading:!1},B1=()=>{n1(Y1)},v1=()=>{const V1=d[y];V1&&V1[1]===A1&&delete d[y]},le={isValidating:!0};isUndefined(j().data)&&(le.isLoading=!0);try{if(F1&&(n1(le),n.loadingTimeout&&isUndefined(j().data)&&setTimeout(()=>{j1&&D1()&&z().onLoadingSlow(y,n)},n.loadingTimeout),d[y]=[_1(P),getTimestamp()]),[d1,A1]=d[y],d1=await d1,F1&&setTimeout(v1,n.dedupingInterval),!d[y]||d[y][1]!==A1)return F1&&D1()&&z().onDiscarded(y),!1;Y1.error=UNDEFINED;const V1=E[y];if(!isUndefined(V1)&&(A1<=V1[0]||A1<=V1[1]||V1[1]===0))return B1(),F1&&D1()&&z().onDiscarded(y),!1;const X1=j().data;Y1.data=s(X1,d1)?X1:d1,F1&&D1()&&z().onSuccess(d1,y,n)}catch(V1){v1();const X1=z(),{shouldRetryOnError:ee}=X1;X1.isPaused()||(Y1.error=V1,F1&&D1()&&(X1.onError(V1,y,X1),(ee===!0||isFunction(ee)&&ee(V1))&&(!z().revalidateOnFocus||!z().revalidateOnReconnect||e1())&&X1.onErrorRetry(V1,y,X1,H1=>{const Z1=S[y];Z1&&Z1[0]&&Z1[0](events.ERROR_REVALIDATE_EVENT,H1)},{retryCount:(L1.retryCount||0)+1,dedupe:!0})))}return j1=!1,B1(),!0},[y,i]),I1=React.useCallback((...o1)=>internalMutate(i,R.current,...o1),[]);if(useIsomorphicLayoutEffect(()=>{D.current=t,V.current=n,isUndefined(G)||(u1.current=G)}),useIsomorphicLayoutEffect(()=>{if(!y)return;const o1=S1.bind(UNDEFINED,WITH_DEDUPE);let _1=0;const A1=subscribeCallback(y,S,(j1,L1={})=>{if(j1==events.FOCUS_EVENT){const F1=Date.now();z().revalidateOnFocus&&F1>_1&&e1()&&(_1=F1+z().focusThrottleInterval,o1())}else if(j1==events.RECONNECT_EVENT)z().revalidateOnReconnect&&e1()&&o1();else{if(j1==events.MUTATE_EVENT)return S1();if(j1==events.ERROR_REVALIDATE_EVENT)return S1(L1)}});return T.current=!1,R.current=y,b.current=!0,n1({_k:P}),g1&&(isUndefined(a1)||IS_SERVER?o1():rAF(o1)),()=>{T.current=!0,A1()}},[y]),useIsomorphicLayoutEffect(()=>{let o1;function _1(){const A1=isFunction(u)?u(j().data):u;A1&&o1!==-1&&(o1=setTimeout(d1,A1))}function d1(){!j().error&&(f||z().isVisible())&&(x||z().isOnline())?S1(WITH_DEDUPE).then(_1):_1()}return _1(),()=>{o1&&(clearTimeout(o1),o1=-1)}},[u,f,x,y]),React.useDebugValue(y1),o&&isUndefined(a1)&&y){if(!IS_REACT_LEGACY&&IS_SERVER)throw new Error("Fallback data is required when using Suspense in SSR.");D.current=t,V.current=n,T.current=!1;const o1=I[y];if(!isUndefined(o1)){const _1=I1(o1);use(_1)}if(isUndefined(p1)){const _1=S1(WITH_DEDUPE);isUndefined(y1)||(_1.status="fulfilled",_1.value=!0),use(_1)}else throw p1}return{mutate:I1,get data(){return c1.data=!0,y1},get error(){return c1.error=!0,p1},get isValidating(){return c1.isValidating=!0,P1},get isLoading(){return c1.isLoading=!0,R1}}},useSWR=withArgs(useSWRHandler),startTransition=IS_REACT_LEGACY?e=>{e()}:React.startTransition,useStateWithDeps=e=>{const[,t]=React.useState({}),n=React.useRef(!1),i=React.useRef(e),s=React.useRef({data:!1,error:!1,isValidating:!1}),o=React.useCallback(a=>{let l=!1;const c=i.current;for(const u in a)if(Object.prototype.hasOwnProperty.call(a,u)){const f=u;c[f]!==a[f]&&(c[f]=a[f],s.current[f]&&(l=!0))}l&&!n.current&&t({})},[]);return useIsomorphicLayoutEffect(()=>(n.current=!1,()=>{n.current=!0})),[i,s.current,o]},mutation=()=>(e,t,n={})=>{const{mutate:i}=useSWRConfig(),s=React.useRef(e),o=React.useRef(t),a=React.useRef(n),l=React.useRef(0),[c,u,f]=useStateWithDeps({data:UNDEFINED,error:UNDEFINED,isMutating:!1}),x=c.current,m=React.useCallback(async(E,d)=>{const[I,y]=serialize(s.current);if(!o.current)throw new Error("Can’t trigger the mutation: missing fetcher.");if(!I)throw new Error("Can’t trigger the mutation: missing key.");const P=mergeObjects(mergeObjects({populateCache:!1,throwOnError:!0},a.current),d),b=getTimestamp();l.current=b,f({isMutating:!0});try{const T=await i(I,o.current(y,{arg:E}),mergeObjects(P,{throwOnError:!0}));return l.current<=b&&(startTransition(()=>f({data:T,isMutating:!1,error:void 0})),P.onSuccess==null||P.onSuccess.call(P,T,I,P)),T}catch(T){if(l.current<=b&&(startTransition(()=>f({error:T,isMutating:!1})),P.onError==null||P.onError.call(P,T,I,P),P.throwOnError))throw T}},[]),S=React.useCallback(()=>{l.current=getTimestamp(),f({data:UNDEFINED,error:UNDEFINED,isMutating:!1})},[]);return useIsomorphicLayoutEffect(()=>{s.current=e,o.current=t,a.current=n}),{trigger:m,reset:S,get data(){return u.data=!0,x.data},get error(){return u.error=!0,x.error},get isMutating(){return u.isMutating=!0,x.isMutating}}},useSWRMutation=withMiddleware(useSWR,mutation),hostname=(ge=window==null?void 0:window.location)==null?void 0:ge.hostname,defaultProdConfig={apiHost:"https://bulkupload-api.dentira.com",presignUrl:"https://presign.dentira.com/presign"},defaultQaConfig={apiHost:"https://qa-bulkupload-api.dentira.com",presignUrl:"https://qapresign.dentira.com/presign"},config={"qa.dentira.com":defaultQaConfig,localhost:defaultQaConfig},{apiHost,presignUrl}=config[hostname]||defaultProdConfig,API_HOST=apiHost,PRESIGN_URL_HOST=presignUrl;async function fetcher({url:e,init:t,error:n,sessionToken:i,APIKey:s,withCredentials:o=!1}){var a;try{const l=await fetch(e,{...t,headers:{"X-Dentalcorp-Api-Key":s,"X-Dentalcorp-sessiontoken":i,...t.headers},credentials:o?"include":"same-origin",mode:"cors"}),c=(a=l.headers.get("content-type"))==null?void 0:a.toLowerCase(),u=x=>{const m=x.split("?")[0].split("/");return m[m.length-1]};if(c==="application/octet-stream"||c==="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"){const x=await l.blob();let m;for(let[d,I]of l.headers.entries())if(d.toLowerCase()==="content-disposition"){const y=I.match(/filename\s*=\s*"?([^";\n]*)"/i);if(y){m=y[1].trim();break}}m||(m=u(e));const S=window.URL.createObjectURL(x),E=document.createElement("a");return E.href=S,E.download=m,document.body.appendChild(E),E.click(),document.body.removeChild(E),window.URL.revokeObjectURL(S),{success:!0,filename:m}}if(c==="text/csv")return await l.text();let f;try{f=await l.json()}catch{f={}}if(l.ok)return(f==null?void 0:f.response)||f;throw new Error(JSON.stringify(f))}catch(l){throw l||new Error(n)}}function getFetcher(e,t,n){return(i,s)=>fetcher({url:e+(Array.isArray(i)?i[0]:i),init:{method:"GET",headers:{"Content-Type":"application/json"},body:s?JSON.stringify(s.arg):void 0},error:"An error occurred while getting the data.",sessionToken:t||"",APIKey:n||""})}function postFetcher(e,t,n){return(i,s)=>fetcher({url:e+i,init:{method:"POST",...s!=null&&s.arg?{body:JSON.stringify(s.arg)}:[],headers:{"Content-Type":"application/json"}},error:"An error occurred while posting the data.",sessionToken:t||"",APIKey:n||""})}function postFormFetcher(e,t,n){return(i,s)=>{const o=new FormData;return Object.entries(s==null?void 0:s.arg).forEach(([a,l])=>{o.append(a,l)}),fetcher({url:e+i,init:{method:"POST",body:o},error:"An error occurred while posting the data.",sessionToken:t||"",APIKey:n||""})}}function putFetcher(e,t,n){return(i,s)=>fetcher({url:e+i,init:{method:"PUT"},error:"An error occurred while posting the data.",sessionToken:t||"",APIKey:n||""})}function useMutation(e,t,n){return useSWRMutation(e,t,{onError(i){var o,a;console.error(i);const s=(a=(o=JSON.parse((i==null?void 0:i.message)||""))==null?void 0:o.error)==null?void 0:a.code;console.log(s)},throwOnError:!0,...n})}function useLazyQuery(e,{sessionToken:t,APIKey:n},i){return useMutation(e,getFetcher(API_HOST,t,n),i||void 0)}function usePostFormQuery(e,{sessionToken:t,APIKey:n},i){return useMutation(e,postFormFetcher(API_HOST,t,n),i||void 0)}function usePostQuery(e,{sessionToken:t,APIKey:n},i){return useMutation(e,postFetcher(API_HOST,t,n),i||void 0)}function usePutQuery(e,{sessionToken:t,APIKey:n},i){return useMutation(e,putFetcher(API_HOST,t,n),i||void 0)}const useCustomQuery=({sessionToken:e,APIKey:t})=>{const[n,i]=React.useState(!1),[s,o]=React.useState(null);return{trigger:async l=>{try{return i(!0),await fetcher({url:l,init:{method:"GET",headers:{"Content-Type":"application/json"}},error:"An error occurred while getting the data.",sessionToken:e||"",APIKey:t||""})}catch(c){throw o(c),c}finally{i(!1)}},isMutating:n,error:s}},checkStatusIntervally=(e,t,n)=>{const s=React.useRef(null),[o,a]=React.useState(!1),{trigger:l,error:c}=useLazyQuery(`${BULKUPLOAD_ENDPOINT}/${t==null?void 0:t._id}`,e,{onSuccess:x=>n(x),onError:()=>n(null)}),u=()=>{!s.current&&(t==null?void 0:t.job_type)===JobTypes.UPLOAD&&(a(!0),s.current=setInterval(async()=>{try{const x=await l();[BulkUploadJobStatus.FAILED,BulkUploadJobStatus.COMPLETED].includes(x.status)&&f()}catch{f()}},7e3))},f=()=>{s.current!==null&&(clearInterval(s.current),s.current=null),a(!1)};return React.useEffect(()=>()=>f(),[]),{startChecking:u,stopChecking:f,checkingStatus:o,getStatusApiError:c}},buildPresignedDownloadUrl=({fileName:e,downloadFolder:t})=>{var i;const n=(i=e==null?void 0:e.split("."))==null?void 0:i[1];return`${PRESIGN_URL_HOST}/download?app=bulk-upload&extension=${n}&filename=${e}&folder=${t}&download_filename=${e}`},useDownloadFromS3=e=>{const{trigger:t,error:n}=useCustomQuery(e),{trigger:i,error:s}=useCustomQuery(e),[o,a]=React.useState(!1);return{trigger:async(c,u)=>{try{a(!0);const f=buildPresignedDownloadUrl({fileName:c,downloadFolder:u}),x=await t(f);await i(x.download_url)}catch(f){throw f}finally{a(!1)}},isMutating:o,error:s||n}},byteToHex=[];for(let e=0;e<256;++e)byteToHex.push((e+256).toString(16).slice(1));function unsafeStringify(e,t=0){return(byteToHex[e[t+0]]+byteToHex[e[t+1]]+byteToHex[e[t+2]]+byteToHex[e[t+3]]+"-"+byteToHex[e[t+4]]+byteToHex[e[t+5]]+"-"+byteToHex[e[t+6]]+byteToHex[e[t+7]]+"-"+byteToHex[e[t+8]]+byteToHex[e[t+9]]+"-"+byteToHex[e[t+10]]+byteToHex[e[t+11]]+byteToHex[e[t+12]]+byteToHex[e[t+13]]+byteToHex[e[t+14]]+byteToHex[e[t+15]]).toLowerCase()}let getRandomValues;const rnds8=new Uint8Array(16);function rng(){if(!getRandomValues){if(typeof crypto>"u"||!crypto.getRandomValues)throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");getRandomValues=crypto.getRandomValues.bind(crypto)}return getRandomValues(rnds8)}const randomUUID=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),native={randomUUID};function v4(e,t,n){if(native.randomUUID&&!t&&!e)return native.randomUUID();e=e||{};const i=e.random||(e.rng||rng)();if(i[6]=i[6]&15|64,i[8]=i[8]&63|128,t){n=n||0;for(let s=0;s<16;++s)t[n+s]=i[s];return t}return unsafeStringify(i)}const useDownloadTemplate=(e,t,n,i)=>{const s=React.useRef(null);let o=7e3;const{payload:a=null,hasDynamicTemplate:l=!1}=i||{},c=React.useRef(v4()),[u,f]=React.useState(!1),{trigger:x,error:m}=usePostQuery(`${BULKUPLOAD_ENDPOINT}/template`,e),{trigger:S,error:E}=useDownloadFromS3(e),d=async()=>{if(!s.current){if(f(!0),!await I())return;s.current=setInterval(async()=>{await I()},o)}};async function I(){let P=!0;try{const b=await x({type:t,request_id:c.current,...a});(b==null?void 0:b.file_status)===BulkUploadJobStatus.COMPLETED&&b.file_name&&(await S(b.file_name,l?DownloadFolders.DYNAMIC_TEMPLATE:DownloadFolders.STATIC_TEMPLATE),y(),P=!1)}catch(b){throw y(),P=!1,b}finally{return P}}function y(P=!0){s.current!==null&&(clearInterval(s.current),s.current=null),P&&f(!1)}return React.useEffect(()=>(n||y(),()=>y()),[n]),{downloadTemplate:d,downloadingTemplate:u,downloadTemplateApiError:E||m}},useScreen=({downloadingTemplate:e,uploadingFile:t,checkingStatus:n,loadingJobs:i,selectedJob:s,uploadApiError:o,downloadTemplateApiError:a,getJobsApiError:l,acknowledgeJobApiError:c,getStatusApiError:u})=>{const f=React.useMemo(()=>e?Screen.DOWNLOADING_TEMPLATE:t?Screen.UPLOADING_FILE:n?Screen.CHECKING_STATUS:o||a||l||c||u?Screen.GENERAL_ERROR:i?Screen.LOADING_JOBS:s&&!s.acknowledged&&s.status===BulkUploadJobStatus.COMPLETED?Screen.UPLOAD_COMPLETE:s&&!s.acknowledged&&s.status===BulkUploadJobStatus.FAILED?Screen.UPLOADING_FILE_ERROR:Screen.MAIN,[e,t,n,i,s,o,a,l,c,u]),[x,m]=React.useState(Screen.MAIN),[S,E]=React.useState(Screen.MAIN),d=()=>{E(x),m(Screen.EXIT_WARNING)},I=()=>{m(S)};return React.useEffect(()=>{m(f)},[f]),{screen:x,showExitWarning:d,cancelExit:I}},DialogContext=React.createContext(void 0),DialogProvider=({children:e,config:t})=>{const[n,i]=React.useState(null),{isOpen:s,session:o,downloadTemplateConfig:a,handleClose:l,type:c,apiKey:u}=t,f={sessionToken:o,APIKey:u},{downloadTemplate:x,downloadingTemplate:m,downloadTemplateApiError:S}=useDownloadTemplate(f,c,s,a),{trigger:E,isMutating:d,error:I}=usePostFormQuery(BULKUPLOAD_ENDPOINT,f,{onSuccess:U=>{i(U)}}),{trigger:y,isMutating:P,error:b}=useLazyQuery(`${BULKUPLOAD_ENDPOINT}?type=${c}&acknowledged=false`,f,{onSuccess:U=>{const G=U.find(a1=>a1.type===c&&a1.job_type===JobTypes.UPLOAD);if(G){i(G);return}}}),{trigger:T,isMutating:R,error:D}=usePutQuery(`${BULKUPLOAD_ENDPOINT}/${n==null?void 0:n._id}/acknowledge`,f,{onSuccess:()=>{l(),i(null)}}),{startChecking:V,stopChecking:z,checkingStatus:e1,getStatusApiError:j}=checkStatusIntervally(f,n,i),{screen:n1,showExitWarning:X,cancelExit:l1}=useScreen({selectedJob:n,downloadingTemplate:m,uploadingFile:d,checkingStatus:e1,loadingJobs:P,uploadApiError:I,downloadTemplateApiError:S,getJobsApiError:b,acknowledgeJobApiError:D,getStatusApiError:j}),{trigger:c1,isMutating:t1,error:N}=useDownloadFromS3(f);React.useEffect(()=>{s&&!n&&!e1&&!P&&!j&&y(),s&&n&&[BulkUploadJobStatus.QUEUED,BulkUploadJobStatus.CREATED,BulkUploadJobStatus.IN_PROGRESS].includes(n.status)&&!e1&&!P&&V(),!s&&e1&&n&&z()},[s,e1,n]);const B={config:t,screen:n1,selectedJob:n,downloadTemplate:x,downloadingTemplate:m,areMainActionDisabled:m||d||e1||P,uploadingFile:d,uploadFile:E,showExitWarning:X,cancelExit:l1,acknowledgeJob:T,areAcknowledgeActionsDisabled:R,downloadErrorFile:c1,downloadingErrorFile:t1,apiError:I||S||b||D||j||N};return jsxRuntimeExports.jsx(DialogContext.Provider,{value:B,children:e})},useDialogContext=()=>{const e=React.useContext(DialogContext);if(!e)throw new Error("useDialog must be used within a DialogProvider");return e},theme=createTheme({typography:{fontFamily:["Prompt","Roboto","sans-serif"].join(",")},cssVariables:!0,palette:{primary:{main:"#00ad6f",contrastText:"white"},secondary:{main:"#19857b",contrastText:yellow$1[400]},error:{main:"#ff7004",contrastText:"white"}},components:{MuiCssBaseline:{styleOverrides:{"& ::selection":{color:"white",background:"#00ad6f"}}}}}),SyncIcon=createSvgIcon(jsxRuntimeExports.jsx("path",{d:"M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46C19.54 15.03 20 13.57 20 12c0-4.42-3.58-8-8-8m0 14c-3.31 0-6-2.69-6-6 0-1.01.25-1.97.7-2.8L5.24 7.74C4.46 8.97 4 10.43 4 12c0 4.42 3.58 8 8 8v3l4-4-4-4z"}),"Sync");function getLoadingButtonUtilityClass(e){return generateUtilityClass("MuiLoadingButton",e)}const loadingButtonClasses=generateUtilityClasses("MuiLoadingButton",["root","label","loading","loadingIndicator","loadingIndicatorCenter","loadingIndicatorStart","loadingIndicatorEnd","endIconLoadingEnd","startIconLoadingStart"]),loadingButtonClasses$1=loadingButtonClasses,useUtilityClasses=e=>{const{loading:t,loadingPosition:n,classes:i}=e,s={root:["root",t&&"loading"],label:["label"],startIcon:[t&&`startIconLoading${capitalize(n)}`],endIcon:[t&&`endIconLoading${capitalize(n)}`],loadingIndicator:["loadingIndicator",t&&`loadingIndicator${capitalize(n)}`]},o=composeClasses(s,getLoadingButtonUtilityClass,i);return{...i,...o}},rootShouldForwardProp=e=>e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"&&e!=="classes",LoadingButtonRoot=styled$1(Button$1,{shouldForwardProp:e=>rootShouldForwardProp(e)||e==="classes",name:"MuiLoadingButton",slot:"Root",overridesResolver:(e,t)=>[t.root,t.startIconLoadingStart&&{[`& .${loadingButtonClasses$1.startIconLoadingStart}`]:t.startIconLoadingStart},t.endIconLoadingEnd&&{[`& .${loadingButtonClasses$1.endIconLoadingEnd}`]:t.endIconLoadingEnd}]})(memoTheme$1(({theme:e})=>({display:"inline-flex",[`& .${loadingButtonClasses$1.startIconLoadingStart}, & .${loadingButtonClasses$1.endIconLoadingEnd}`]:{transition:e.transitions.create(["opacity"],{duration:e.transitions.duration.short}),opacity:0},variants:[{props:{loadingPosition:"center"},style:{transition:e.transitions.create(["background-color","box-shadow","border-color"],{duration:e.transitions.duration.short}),[`&.${loadingButtonClasses$1.loading}`]:{color:"transparent"}}},{props:({ownerState:t})=>t.loadingPosition==="start"&&t.fullWidth,style:{[`& .${loadingButtonClasses$1.startIconLoadingStart}, & .${loadingButtonClasses$1.endIconLoadingEnd}`]:{transition:e.transitions.create(["opacity"],{duration:e.transitions.duration.short}),opacity:0,marginRight:-8}}},{props:({ownerState:t})=>t.loadingPosition==="end"&&t.fullWidth,style:{[`& .${loadingButtonClasses$1.startIconLoadingStart}, & .${loadingButtonClasses$1.endIconLoadingEnd}`]:{transition:e.transitions.create(["opacity"],{duration:e.transitions.duration.short}),opacity:0,marginLeft:-8}}}]}))),LoadingButtonLoadingIndicator=styled$1("span",{name:"MuiLoadingButton",slot:"LoadingIndicator",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.loadingIndicator,t[`loadingIndicator${capitalize(n.loadingPosition)}`]]}})(memoTheme$1(({theme:e})=>({position:"absolute",visibility:"visible",display:"flex",variants:[{props:{loadingPosition:"start",size:"small"},style:{left:10}},{props:({loadingPosition:t,ownerState:n})=>t==="start"&&n.size!=="small",style:{left:14}},{props:{variant:"text",loadingPosition:"start"},style:{left:6}},{props:{loadingPosition:"center"},style:{left:"50%",transform:"translate(-50%)",color:(e.vars||e).palette.action.disabled}},{props:{loadingPosition:"end",size:"small"},style:{right:10}},{props:({loadingPosition:t,ownerState:n})=>t==="end"&&n.size!=="small",style:{right:14}},{props:{variant:"text",loadingPosition:"end"},style:{right:6}},{props:({ownerState:t})=>t.loadingPosition==="start"&&t.fullWidth,style:{position:"relative",left:-10}},{props:({ownerState:t})=>t.loadingPosition==="end"&&t.fullWidth,style:{position:"relative",right:-10}}]}))),LoadingButtonLabel=styled$1("span",{name:"MuiLoadingButton",slot:"Label",overridesResolver:(e,t)=>[t.label]})({display:"inherit",alignItems:"inherit",justifyContent:"inherit"}),LoadingButton=React__namespace.forwardRef(function(t,n){const i=React__namespace.useContext(ButtonGroupContext$1),s=resolveProps(i,t),o=useDefaultProps({props:s,name:"MuiLoadingButton"}),{children:a,disabled:l=!1,id:c,loading:u=!1,loadingIndicator:f,loadingPosition:x="center",variant:m="text",...S}=o,E=useId(c),d=f??jsxRuntimeExports.jsx(CircularProgress$1,{"aria-labelledby":E,color:"inherit",size:16}),I={...o,disabled:l,loading:u,loadingIndicator:d,loadingPosition:x,variant:m},y=useUtilityClasses(I),P=u?jsxRuntimeExports.jsx(LoadingButtonLoadingIndicator,{className:y.loadingIndicator,ownerState:I,children:d}):null;return jsxRuntimeExports.jsxs(LoadingButtonRoot,{disabled:l||u,id:E,ref:n,...S,variant:m,classes:y,ownerState:I,children:[I.loadingPosition==="end"?jsxRuntimeExports.jsx(LoadingButtonLabel,{className:y.label,children:a}):P,I.loadingPosition==="end"?P:jsxRuntimeExports.jsx(LoadingButtonLabel,{className:y.label,children:a})]})});process.env.NODE_ENV!=="production"&&(LoadingButton.propTypes={children:PropTypes.node,classes:PropTypes.object,disabled:PropTypes.bool,id:PropTypes.string,loading:PropTypes.bool,loadingIndicator:PropTypes.node,loadingPosition:chainPropTypes(PropTypes.oneOf(["start","end","center"]),e=>e.loadingPosition==="start"&&!e.startIcon?new Error('MUI: The loadingPosition="start" should be used in combination with startIcon.'):e.loadingPosition==="end"&&!e.endIcon?new Error('MUI: The loadingPosition="end" should be used in combination with endIcon.'):null),sx:PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func,PropTypes.object,PropTypes.bool])),PropTypes.func,PropTypes.object]),variant:PropTypes.oneOfType([PropTypes.oneOf(["contained","outlined","text"]),PropTypes.string])});const LoadingButton$1=LoadingButton,stateClasses=["checked","disabled","error","focused","focusVisible","required","expanded","selected"];function createGenerateClassName(e={}){const{disableGlobal:t=!1,productionPrefix:n="jss",seed:i=""}=e,s=i===""?"":`${i}-`;let o=0;const a=()=>(o+=1,process.env.NODE_ENV!=="production"&&o>=1e10&&console.warn(["MUI: You might have a memory leak.","The ruleCounter is not supposed to grow that much."].join("")),o);return(l,c)=>{const u=c.options.name;if(u&&u.startsWith("Mui")&&!c.options.link&&!t){if(stateClasses.includes(l.key))return`Mui-${l.key}`;const x=`${s}${u}-${l.key}`;return!c.options.theme[nested]||i!==""?x:`${x}-${a()}`}if(process.env.NODE_ENV==="production")return`${s}${n}${a()}`;const f=`${l.key}-${a()}`;return c.options.classNamePrefix?`${s}${c.options.classNamePrefix}-${f}`:`${s}${f}`}}var isProduction=process.env.NODE_ENV==="production";function warning(e,t){if(!isProduction){if(e)return;var n="Warning: "+t;typeof console<"u"&&console.warn(n);try{throw Error(n)}catch{}}}var _typeof$1=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},isBrowser=(typeof window>"u"?"undefined":_typeof$1(window))==="object"&&(typeof document>"u"?"undefined":_typeof$1(document))==="object"&&document.nodeType===9;function _typeof(e){"@babel/helpers - typeof";return _typeof=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},_typeof(e)}function toPrimitive(e,t){if(_typeof(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var i=n.call(e,t||"default");if(_typeof(i)!="object")return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function toPropertyKey(e){var t=toPrimitive(e,"string");return _typeof(t)=="symbol"?t:t+""}function _defineProperties(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,toPropertyKey(i.key),i)}}function _createClass(e,t,n){return t&&_defineProperties(e.prototype,t),n&&_defineProperties(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}var plainObjectConstrurctor={}.constructor;function cloneStyle(e){if(e==null||typeof e!="object")return e;if(Array.isArray(e))return e.map(cloneStyle);if(e.constructor!==plainObjectConstrurctor)return e;var t={};for(var n in e)t[n]=cloneStyle(e[n]);return t}function createRule(e,t,n){e===void 0&&(e="unnamed");var i=n.jss,s=cloneStyle(t),o=i.plugins.onCreateRule(e,s,n);return o||(e[0]==="@"&&process.env.NODE_ENV!=="production"&&warning(!1,"[JSS] Unknown rule "+e),null)}var join=function(t,n){for(var i="",s=0;s<t.length&&t[s]!=="!important";s++)i&&(i+=n),i+=t[s];return i},toCssValue=function(t){if(!Array.isArray(t))return t;var n="";if(Array.isArray(t[0]))for(var i=0;i<t.length&&t[i]!=="!important";i++)n&&(n+=", "),n+=join(t[i]," ");else n=join(t,", ");return t[t.length-1]==="!important"&&(n+=" !important"),n};function getWhitespaceSymbols(e){return e&&e.format===!1?{linebreak:"",space:""}:{linebreak:`
|
|
271
271
|
`,space:" "}}function indentStr(e,t){for(var n="",i=0;i<t;i++)n+=" ";return n+e}function toCss(e,t,n){n===void 0&&(n={});var i="";if(!t)return i;var s=n,o=s.indent,a=o===void 0?0:o,l=t.fallbacks;n.format===!1&&(a=-1/0);var c=getWhitespaceSymbols(n),u=c.linebreak,f=c.space;if(e&&a++,l)if(Array.isArray(l))for(var x=0;x<l.length;x++){var m=l[x];for(var S in m){var E=m[S];E!=null&&(i&&(i+=u),i+=indentStr(S+":"+f+toCssValue(E)+";",a))}}else for(var d in l){var I=l[d];I!=null&&(i&&(i+=u),i+=indentStr(d+":"+f+toCssValue(I)+";",a))}for(var y in t){var P=t[y];P!=null&&y!=="fallbacks"&&(i&&(i+=u),i+=indentStr(y+":"+f+toCssValue(P)+";",a))}return!i&&!n.allowEmpty||!e?i:(a--,i&&(i=""+u+i+u),indentStr(""+e+f+"{"+i,a)+indentStr("}",a))}var escapeRegex=/([[\].#*$><+~=|^:(),"'`\s])/g,nativeEscape=typeof CSS<"u"&&CSS.escape,escape=function(e){return nativeEscape?nativeEscape(e):e.replace(escapeRegex,"\\$1")},BaseStyleRule=function(){function e(n,i,s){this.type="style",this.isProcessed=!1;var o=s.sheet,a=s.Renderer;this.key=n,this.options=s,this.style=i,o?this.renderer=o.renderer:a&&(this.renderer=new a)}var t=e.prototype;return t.prop=function(i,s,o){if(s===void 0)return this.style[i];var a=o?o.force:!1;if(!a&&this.style[i]===s)return this;var l=s;(!o||o.process!==!1)&&(l=this.options.jss.plugins.onChangeValue(s,i,this));var c=l==null||l===!1,u=i in this.style;if(c&&!u&&!a)return this;var f=c&&u;if(f?delete this.style[i]:this.style[i]=l,this.renderable&&this.renderer)return f?this.renderer.removeProperty(this.renderable,i):this.renderer.setProperty(this.renderable,i,l),this;var x=this.options.sheet;return x&&x.attached&&process.env.NODE_ENV!=="production"&&warning(!1,'[JSS] Rule is not linked. Missing sheet option "link: true".'),this},e}(),StyleRule=function(e){_inheritsLoose(t,e);function t(i,s,o){var a;a=e.call(this,i,s,o)||this;var l=o.selector,c=o.scoped,u=o.sheet,f=o.generateId;return l?a.selectorText=l:c!==!1&&(a.id=f(_assertThisInitialized(_assertThisInitialized(a)),u),a.selectorText="."+escape(a.id)),a}var n=t.prototype;return n.applyTo=function(s){var o=this.renderer;if(o){var a=this.toJSON();for(var l in a)o.setProperty(s,l,a[l])}return this},n.toJSON=function(){var s={};for(var o in this.style){var a=this.style[o];typeof a!="object"?s[o]=a:Array.isArray(a)&&(s[o]=toCssValue(a))}return s},n.toString=function(s){var o=this.options.sheet,a=o?o.options.link:!1,l=a?_extends({},s,{allowEmpty:!0}):s;return toCss(this.selectorText,this.style,l)},_createClass(t,[{key:"selector",set:function(s){if(s!==this.selectorText){this.selectorText=s;var o=this.renderer,a=this.renderable;if(!(!a||!o)){var l=o.setSelector(a,s);l||o.replaceRule(a,this)}}},get:function(){return this.selectorText}}]),t}(BaseStyleRule),pluginStyleRule={onCreateRule:function(t,n,i){return t[0]==="@"||i.parent&&i.parent.type==="keyframes"?null:new StyleRule(t,n,i)}},defaultToStringOptions={indent:1,children:!0},atRegExp=/@([\w-]+)/,ConditionalRule=function(){function e(n,i,s){this.type="conditional",this.isProcessed=!1,this.key=n;var o=n.match(atRegExp);this.at=o?o[1]:"unknown",this.query=s.name||"@"+this.at,this.options=s,this.rules=new RuleList(_extends({},s,{parent:this}));for(var a in i)this.rules.add(a,i[a]);this.rules.process()}var t=e.prototype;return t.getRule=function(i){return this.rules.get(i)},t.indexOf=function(i){return this.rules.indexOf(i)},t.addRule=function(i,s,o){var a=this.rules.add(i,s,o);return a?(this.options.jss.plugins.onProcessRule(a),a):null},t.replaceRule=function(i,s,o){var a=this.rules.replace(i,s,o);return a&&this.options.jss.plugins.onProcessRule(a),a},t.toString=function(i){i===void 0&&(i=defaultToStringOptions);var s=getWhitespaceSymbols(i),o=s.linebreak;if(i.indent==null&&(i.indent=defaultToStringOptions.indent),i.children==null&&(i.children=defaultToStringOptions.children),i.children===!1)return this.query+" {}";var a=this.rules.toString(i);return a?this.query+" {"+o+a+o+"}":""},e}(),keyRegExp=/@container|@media|@supports\s+/,pluginConditionalRule={onCreateRule:function(t,n,i){return keyRegExp.test(t)?new ConditionalRule(t,n,i):null}},defaultToStringOptions$1={indent:1,children:!0},nameRegExp=/@keyframes\s+([\w-]+)/,KeyframesRule=function(){function e(n,i,s){this.type="keyframes",this.at="@keyframes",this.isProcessed=!1;var o=n.match(nameRegExp);o&&o[1]?this.name=o[1]:(this.name="noname",process.env.NODE_ENV!=="production"&&warning(!1,"[JSS] Bad keyframes name "+n)),this.key=this.type+"-"+this.name,this.options=s;var a=s.scoped,l=s.sheet,c=s.generateId;this.id=a===!1?this.name:escape(c(this,l)),this.rules=new RuleList(_extends({},s,{parent:this}));for(var u in i)this.rules.add(u,i[u],_extends({},s,{parent:this}));this.rules.process()}var t=e.prototype;return t.toString=function(i){i===void 0&&(i=defaultToStringOptions$1);var s=getWhitespaceSymbols(i),o=s.linebreak;if(i.indent==null&&(i.indent=defaultToStringOptions$1.indent),i.children==null&&(i.children=defaultToStringOptions$1.children),i.children===!1)return this.at+" "+this.id+" {}";var a=this.rules.toString(i);return a&&(a=""+o+a+o),this.at+" "+this.id+" {"+a+"}"},e}(),keyRegExp$1=/@keyframes\s+/,refRegExp$1=/\$([\w-]+)/g,findReferencedKeyframe=function(t,n){return typeof t=="string"?t.replace(refRegExp$1,function(i,s){return s in n?n[s]:(process.env.NODE_ENV!=="production"&&warning(!1,'[JSS] Referenced keyframes rule "'+s+'" is not defined.'),i)}):t},replaceRef=function(t,n,i){var s=t[n],o=findReferencedKeyframe(s,i);o!==s&&(t[n]=o)},pluginKeyframesRule={onCreateRule:function(t,n,i){return typeof t=="string"&&keyRegExp$1.test(t)?new KeyframesRule(t,n,i):null},onProcessStyle:function(t,n,i){return n.type!=="style"||!i||("animation-name"in t&&replaceRef(t,"animation-name",i.keyframes),"animation"in t&&replaceRef(t,"animation",i.keyframes)),t},onChangeValue:function(t,n,i){var s=i.options.sheet;if(!s)return t;switch(n){case"animation":return findReferencedKeyframe(t,s.keyframes);case"animation-name":return findReferencedKeyframe(t,s.keyframes);default:return t}}},KeyframeRule=function(e){_inheritsLoose(t,e);function t(){return e.apply(this,arguments)||this}var n=t.prototype;return n.toString=function(s){var o=this.options.sheet,a=o?o.options.link:!1,l=a?_extends({},s,{allowEmpty:!0}):s;return toCss(this.key,this.style,l)},t}(BaseStyleRule),pluginKeyframeRule={onCreateRule:function(t,n,i){return i.parent&&i.parent.type==="keyframes"?new KeyframeRule(t,n,i):null}},FontFaceRule=function(){function e(n,i,s){this.type="font-face",this.at="@font-face",this.isProcessed=!1,this.key=n,this.style=i,this.options=s}var t=e.prototype;return t.toString=function(i){var s=getWhitespaceSymbols(i),o=s.linebreak;if(Array.isArray(this.style)){for(var a="",l=0;l<this.style.length;l++)a+=toCss(this.at,this.style[l]),this.style[l+1]&&(a+=o);return a}return toCss(this.at,this.style,i)},e}(),keyRegExp$2=/@font-face/,pluginFontFaceRule={onCreateRule:function(t,n,i){return keyRegExp$2.test(t)?new FontFaceRule(t,n,i):null}},ViewportRule=function(){function e(n,i,s){this.type="viewport",this.at="@viewport",this.isProcessed=!1,this.key=n,this.style=i,this.options=s}var t=e.prototype;return t.toString=function(i){return toCss(this.key,this.style,i)},e}(),pluginViewportRule={onCreateRule:function(t,n,i){return t==="@viewport"||t==="@-ms-viewport"?new ViewportRule(t,n,i):null}},SimpleRule=function(){function e(n,i,s){this.type="simple",this.isProcessed=!1,this.key=n,this.value=i,this.options=s}var t=e.prototype;return t.toString=function(i){if(Array.isArray(this.value)){for(var s="",o=0;o<this.value.length;o++)s+=this.key+" "+this.value[o]+";",this.value[o+1]&&(s+=`
|
|
272
272
|
`);return s}return this.key+" "+this.value+";"},e}(),keysMap={"@charset":!0,"@import":!0,"@namespace":!0},pluginSimpleRule={onCreateRule:function(t,n,i){return t in keysMap?new SimpleRule(t,n,i):null}},plugins$1=[pluginStyleRule,pluginConditionalRule,pluginKeyframesRule,pluginKeyframeRule,pluginFontFaceRule,pluginViewportRule,pluginSimpleRule],defaultUpdateOptions={process:!0},forceUpdateOptions={force:!0,process:!0},RuleList=function(){function e(n){this.map={},this.raw={},this.index=[],this.counter=0,this.options=n,this.classes=n.classes,this.keyframes=n.keyframes}var t=e.prototype;return t.add=function(i,s,o){var a=this.options,l=a.parent,c=a.sheet,u=a.jss,f=a.Renderer,x=a.generateId,m=a.scoped,S=_extends({classes:this.classes,parent:l,sheet:c,jss:u,Renderer:f,generateId:x,scoped:m,name:i,keyframes:this.keyframes,selector:void 0},o),E=i;i in this.raw&&(E=i+"-d"+this.counter++),this.raw[E]=s,E in this.classes&&(S.selector="."+escape(this.classes[E]));var d=createRule(E,s,S);if(!d)return null;this.register(d);var I=S.index===void 0?this.index.length:S.index;return this.index.splice(I,0,d),d},t.replace=function(i,s,o){var a=this.get(i),l=this.index.indexOf(a);a&&this.remove(a);var c=o;return l!==-1&&(c=_extends({},o,{index:l})),this.add(i,s,c)},t.get=function(i){return this.map[i]},t.remove=function(i){this.unregister(i),delete this.raw[i.key],this.index.splice(this.index.indexOf(i),1)},t.indexOf=function(i){return this.index.indexOf(i)},t.process=function(){var i=this.options.jss.plugins;this.index.slice(0).forEach(i.onProcessRule,i)},t.register=function(i){this.map[i.key]=i,i instanceof StyleRule?(this.map[i.selector]=i,i.id&&(this.classes[i.key]=i.id)):i instanceof KeyframesRule&&this.keyframes&&(this.keyframes[i.name]=i.id)},t.unregister=function(i){delete this.map[i.key],i instanceof StyleRule?(delete this.map[i.selector],delete this.classes[i.key]):i instanceof KeyframesRule&&delete this.keyframes[i.name]},t.update=function(){var i,s,o;if(typeof(arguments.length<=0?void 0:arguments[0])=="string"?(i=arguments.length<=0?void 0:arguments[0],s=arguments.length<=1?void 0:arguments[1],o=arguments.length<=2?void 0:arguments[2]):(s=arguments.length<=0?void 0:arguments[0],o=arguments.length<=1?void 0:arguments[1],i=null),i)this.updateOne(this.get(i),s,o);else for(var a=0;a<this.index.length;a++)this.updateOne(this.index[a],s,o)},t.updateOne=function(i,s,o){o===void 0&&(o=defaultUpdateOptions);var a=this.options,l=a.jss.plugins,c=a.sheet;if(i.rules instanceof e){i.rules.update(s,o);return}var u=i.style;if(l.onUpdate(s,i,c,o),o.process&&u&&u!==i.style){l.onProcessStyle(i.style,i,c);for(var f in i.style){var x=i.style[f],m=u[f];x!==m&&i.prop(f,x,forceUpdateOptions)}for(var S in u){var E=i.style[S],d=u[S];E==null&&E!==d&&i.prop(S,null,forceUpdateOptions)}}},t.toString=function(i){for(var s="",o=this.options.sheet,a=o?o.options.link:!1,l=getWhitespaceSymbols(i),c=l.linebreak,u=0;u<this.index.length;u++){var f=this.index[u],x=f.toString(i);!x&&!a||(s&&(s+=c),s+=x)}return s},e}(),StyleSheet=function(){function e(n,i){this.attached=!1,this.deployed=!1,this.classes={},this.keyframes={},this.options=_extends({},i,{sheet:this,parent:this,classes:this.classes,keyframes:this.keyframes}),i.Renderer&&(this.renderer=new i.Renderer(this)),this.rules=new RuleList(this.options);for(var s in n)this.rules.add(s,n[s]);this.rules.process()}var t=e.prototype;return t.attach=function(){return this.attached?this:(this.renderer&&this.renderer.attach(),this.attached=!0,this.deployed||this.deploy(),this)},t.detach=function(){return this.attached?(this.renderer&&this.renderer.detach(),this.attached=!1,this):this},t.addRule=function(i,s,o){var a=this.queue;this.attached&&!a&&(this.queue=[]);var l=this.rules.add(i,s,o);return l?(this.options.jss.plugins.onProcessRule(l),this.attached?(this.deployed&&(a?a.push(l):(this.insertRule(l),this.queue&&(this.queue.forEach(this.insertRule,this),this.queue=void 0))),l):(this.deployed=!1,l)):null},t.replaceRule=function(i,s,o){var a=this.rules.get(i);if(!a)return this.addRule(i,s,o);var l=this.rules.replace(i,s,o);return l&&this.options.jss.plugins.onProcessRule(l),this.attached?(this.deployed&&this.renderer&&(l?a.renderable&&this.renderer.replaceRule(a.renderable,l):this.renderer.deleteRule(a)),l):(this.deployed=!1,l)},t.insertRule=function(i){this.renderer&&this.renderer.insertRule(i)},t.addRules=function(i,s){var o=[];for(var a in i){var l=this.addRule(a,i[a],s);l&&o.push(l)}return o},t.getRule=function(i){return this.rules.get(i)},t.deleteRule=function(i){var s=typeof i=="object"?i:this.rules.get(i);return!s||this.attached&&!s.renderable?!1:(this.rules.remove(s),this.attached&&s.renderable&&this.renderer?this.renderer.deleteRule(s.renderable):!0)},t.indexOf=function(i){return this.rules.indexOf(i)},t.deploy=function(){return this.renderer&&this.renderer.deploy(),this.deployed=!0,this},t.update=function(){var i;return(i=this.rules).update.apply(i,arguments),this},t.updateOne=function(i,s,o){return this.rules.updateOne(i,s,o),this},t.toString=function(i){return this.rules.toString(i)},e}(),PluginsRegistry=function(){function e(){this.plugins={internal:[],external:[]},this.registry={}}var t=e.prototype;return t.onCreateRule=function(i,s,o){for(var a=0;a<this.registry.onCreateRule.length;a++){var l=this.registry.onCreateRule[a](i,s,o);if(l)return l}return null},t.onProcessRule=function(i){if(!i.isProcessed){for(var s=i.options.sheet,o=0;o<this.registry.onProcessRule.length;o++)this.registry.onProcessRule[o](i,s);i.style&&this.onProcessStyle(i.style,i,s),i.isProcessed=!0}},t.onProcessStyle=function(i,s,o){for(var a=0;a<this.registry.onProcessStyle.length;a++)s.style=this.registry.onProcessStyle[a](s.style,s,o)},t.onProcessSheet=function(i){for(var s=0;s<this.registry.onProcessSheet.length;s++)this.registry.onProcessSheet[s](i)},t.onUpdate=function(i,s,o,a){for(var l=0;l<this.registry.onUpdate.length;l++)this.registry.onUpdate[l](i,s,o,a)},t.onChangeValue=function(i,s,o){for(var a=i,l=0;l<this.registry.onChangeValue.length;l++)a=this.registry.onChangeValue[l](a,s,o);return a},t.use=function(i,s){s===void 0&&(s={queue:"external"});var o=this.plugins[s.queue];o.indexOf(i)===-1&&(o.push(i),this.registry=[].concat(this.plugins.external,this.plugins.internal).reduce(function(a,l){for(var c in l)c in a?a[c].push(l[c]):process.env.NODE_ENV!=="production"&&warning(!1,'[JSS] Unknown hook "'+c+'".');return a},{onCreateRule:[],onProcessRule:[],onProcessStyle:[],onProcessSheet:[],onChangeValue:[],onUpdate:[]}))},e}(),SheetsRegistry=function(){function e(){this.registry=[]}var t=e.prototype;return t.add=function(i){var s=this.registry,o=i.options.index;if(s.indexOf(i)===-1){if(s.length===0||o>=this.index){s.push(i);return}for(var a=0;a<s.length;a++)if(s[a].options.index>o){s.splice(a,0,i);return}}},t.reset=function(){this.registry=[]},t.remove=function(i){var s=this.registry.indexOf(i);this.registry.splice(s,1)},t.toString=function(i){for(var s=i===void 0?{}:i,o=s.attached,a=_objectWithoutPropertiesLoose$1(s,["attached"]),l=getWhitespaceSymbols(a),c=l.linebreak,u="",f=0;f<this.registry.length;f++){var x=this.registry[f];o!=null&&x.attached!==o||(u&&(u+=c),u+=x.toString(a))}return u},_createClass(e,[{key:"index",get:function(){return this.registry.length===0?0:this.registry[this.registry.length-1].options.index}}]),e}(),sheets=new SheetsRegistry,globalThis$1=typeof globalThis<"u"?globalThis:typeof window<"u"&&window.Math===Math?window:typeof self<"u"&&self.Math===Math?self:Function("return this")(),ns="2f1acc6c3a606b082e5eef5e54414ffb";globalThis$1[ns]==null&&(globalThis$1[ns]=0);var moduleId=globalThis$1[ns]++,maxRules=1e10,createGenerateId=function(t){t===void 0&&(t={});var n=0,i=function(o,a){n+=1,n>maxRules&&process.env.NODE_ENV!=="production"&&warning(!1,"[JSS] You might have a memory leak. Rule counter is at "+n+".");var l="",c="";return a&&(a.options.classNamePrefix&&(c=a.options.classNamePrefix),a.options.jss.id!=null&&(l=String(a.options.jss.id))),t.minify?""+(c||"c")+moduleId+l+n:c+o.key+"-"+moduleId+(l?"-"+l:"")+"-"+n};return i},memoize=function(t){var n;return function(){return n||(n=t()),n}},getPropertyValue=function(t,n){try{return t.attributeStyleMap?t.attributeStyleMap.get(n):t.style.getPropertyValue(n)}catch{return""}},setProperty=function(t,n,i){try{var s=i;if(Array.isArray(i)&&(s=toCssValue(i)),t.attributeStyleMap)t.attributeStyleMap.set(n,s);else{var o=s?s.indexOf("!important"):-1,a=o>-1?s.substr(0,o-1):s;t.style.setProperty(n,a,o>-1?"important":"")}}catch{return!1}return!0},removeProperty=function(t,n){try{t.attributeStyleMap?t.attributeStyleMap.delete(n):t.style.removeProperty(n)}catch(i){process.env.NODE_ENV!=="production"&&warning(!1,'[JSS] DOMException "'+i.message+'" was thrown. Tried to remove property "'+n+'".')}},setSelector=function(t,n){return t.selectorText=n,t.selectorText===n},getHead=memoize(function(){return document.querySelector("head")});function findHigherSheet(e,t){for(var n=0;n<e.length;n++){var i=e[n];if(i.attached&&i.options.index>t.index&&i.options.insertionPoint===t.insertionPoint)return i}return null}function findHighestSheet(e,t){for(var n=e.length-1;n>=0;n--){var i=e[n];if(i.attached&&i.options.insertionPoint===t.insertionPoint)return i}return null}function findCommentNode(e){for(var t=getHead(),n=0;n<t.childNodes.length;n++){var i=t.childNodes[n];if(i.nodeType===8&&i.nodeValue.trim()===e)return i}return null}function findPrevNode(e){var t=sheets.registry;if(t.length>0){var n=findHigherSheet(t,e);if(n&&n.renderer)return{parent:n.renderer.element.parentNode,node:n.renderer.element};if(n=findHighestSheet(t,e),n&&n.renderer)return{parent:n.renderer.element.parentNode,node:n.renderer.element.nextSibling}}var i=e.insertionPoint;if(i&&typeof i=="string"){var s=findCommentNode(i);if(s)return{parent:s.parentNode,node:s.nextSibling};process.env.NODE_ENV!=="production"&&warning(!1,'[JSS] Insertion point "'+i+'" not found.')}return!1}function insertStyle(e,t){var n=t.insertionPoint,i=findPrevNode(t);if(i!==!1&&i.parent){i.parent.insertBefore(e,i.node);return}if(n&&typeof n.nodeType=="number"){var s=n,o=s.parentNode;o?o.insertBefore(e,s.nextSibling):process.env.NODE_ENV!=="production"&&warning(!1,"[JSS] Insertion point is not in the DOM.");return}getHead().appendChild(e)}var getNonce=memoize(function(){var e=document.querySelector('meta[property="csp-nonce"]');return e?e.getAttribute("content"):null}),_insertRule=function(t,n,i){try{"insertRule"in t?t.insertRule(n,i):"appendRule"in t&&t.appendRule(n)}catch(s){return process.env.NODE_ENV!=="production"&&warning(!1,"[JSS] "+s.message),!1}return t.cssRules[i]},getValidRuleInsertionIndex=function(t,n){var i=t.cssRules.length;return n===void 0||n>i?i:n},createStyle=function(){var t=document.createElement("style");return t.textContent=`
|
|
273
273
|
`,t},DomRenderer=function(){function e(n){this.getPropertyValue=getPropertyValue,this.setProperty=setProperty,this.removeProperty=removeProperty,this.setSelector=setSelector,this.hasInsertedRules=!1,this.cssRules=[],n&&sheets.add(n),this.sheet=n;var i=this.sheet?this.sheet.options:{},s=i.media,o=i.meta,a=i.element;this.element=a||createStyle(),this.element.setAttribute("data-jss",""),s&&this.element.setAttribute("media",s),o&&this.element.setAttribute("data-meta",o);var l=getNonce();l&&this.element.setAttribute("nonce",l)}var t=e.prototype;return t.attach=function(){if(!(this.element.parentNode||!this.sheet)){insertStyle(this.element,this.sheet.options);var i=!!(this.sheet&&this.sheet.deployed);this.hasInsertedRules&&i&&(this.hasInsertedRules=!1,this.deploy())}},t.detach=function(){if(this.sheet){var i=this.element.parentNode;i&&i.removeChild(this.element),this.sheet.options.link&&(this.cssRules=[],this.element.textContent=`
|
|
@@ -288,7 +288,12 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
288
288
|
`)),{create:(n,i)=>{let s;try{s=t?e(n):e}catch(c){throw process.env.NODE_ENV!=="production"&&t===!0&&n===noopTheme$1&&console.error(["MUI: The `styles` argument provided is invalid.","You are providing a function without a theme in the context.","One of the parent elements needs to use a ThemeProvider."].join(`
|
|
289
289
|
`)),c}if(!i||!n.components||!n.components[i]||!n.components[i].styleOverrides&&!n.components[i].variants)return s;const o=n.components[i].styleOverrides||{},a=n.components[i].variants||[],l={...s};return Object.keys(o).forEach(c=>{process.env.NODE_ENV!=="production"&&(l[c]||console.warn(["MUI: You are trying to override a style that does not exist.",`Fix the \`${c}\` key of \`theme.components.${i}.styleOverrides\`.`,"",`If you intentionally wanted to add a new key, please use the theme.components[${i}].variants option.`].join(`
|
|
290
290
|
`))),l[c]=deepmerge(l[c]||{},o[c])}),a.forEach(c=>{const u=propsToClassKey(c.props);l[u]=deepmerge(l[u]||{},c.style)}),l},options:{}}}function getClasses({state:e,stylesOptions:t},n,i){if(t.disableGeneration)return n||{};e.cacheClasses||(e.cacheClasses={value:null,lastProp:null,lastJSS:{}});let s=!1;return e.classes!==e.cacheClasses.lastJSS&&(e.cacheClasses.lastJSS=e.classes,s=!0),n!==e.cacheClasses.lastProp&&(e.cacheClasses.lastProp=n,s=!0),s&&(e.cacheClasses.value=mergeClasses({baseClasses:e.cacheClasses.lastJSS,newClasses:n,Component:i})),e.cacheClasses.value}function attach({state:e,theme:t,stylesOptions:n,stylesCreator:i,name:s},o){if(n.disableGeneration)return;let a=multiKeyStore$1.get(n.sheetsManager,i,t);a||(a={refs:0,staticSheet:null,dynamicStyles:null},multiKeyStore$1.set(n.sheetsManager,i,t,a));const l={...i.options,...n,theme:t,flip:typeof n.flip=="boolean"?n.flip:t.direction==="rtl"};l.generateId=l.serverGenerateClassName||l.generateClassName;const c=n.sheetsRegistry;if(a.refs===0){let u;n.sheetsCache&&(u=multiKeyStore$1.get(n.sheetsCache,i,t));const f=i.create(t,s);u||(u=n.jss.createStyleSheet(f,{link:!1,...l}),u.attach(),n.sheetsCache&&multiKeyStore$1.set(n.sheetsCache,i,t,u)),c&&c.add(u),a.staticSheet=u,a.dynamicStyles=getDynamicStyles(f)}if(a.dynamicStyles){const u=n.jss.createStyleSheet(a.dynamicStyles,{link:!0,...l});u.update(o),u.attach(),e.dynamicSheet=u,e.classes=mergeClasses({baseClasses:a.staticSheet.classes,newClasses:u.classes}),c&&c.add(u)}else e.classes=a.staticSheet.classes;a.refs+=1}function update({state:e},t){e.dynamicSheet&&e.dynamicSheet.update(t)}function detach({state:e,theme:t,stylesOptions:n,stylesCreator:i}){if(n.disableGeneration)return;const s=multiKeyStore$1.get(n.sheetsManager,i,t);s.refs-=1;const o=n.sheetsRegistry;s.refs===0&&(multiKeyStore$1.delete(n.sheetsManager,i,t),n.jss.removeStyleSheet(s.staticSheet),o&&o.remove(s.staticSheet)),e.dynamicSheet&&(n.jss.removeStyleSheet(e.dynamicSheet),o&&o.remove(e.dynamicSheet))}function useSynchronousEffect(e,t){const n=React__namespace.useRef([]);let i;const s=React__namespace.useMemo(()=>({}),t);n.current!==s&&(n.current=s,i=e()),React__namespace.useEffect(()=>()=>{i&&i()},[s])}function makeStyles(e,t={}){const{name:n,classNamePrefix:i,Component:s,defaultTheme:o=noopTheme$1,...a}=t,l=getStylesCreator(e),c=n||i||"makeStyles";return l.options={index:increment(),name:n,meta:c,classNamePrefix:c},(f={})=>{const x=useTheme()||o,m={...React__namespace.useContext(StylesContext),...a},S=React__namespace.useRef(),E=React__namespace.useRef();useSynchronousEffect(()=>{const I={name:n,state:{},stylesCreator:l,stylesOptions:m,theme:x};return attach(I,f),E.current=!1,S.current=I,()=>{detach(I)}},[x,l]),React__namespace.useEffect(()=>{E.current&&update(S.current,f),E.current=!0});const d=getClasses(S.current,f.classes,s);return process.env.NODE_ENV!=="production"&&React__namespace.useDebugValue(d),process.env.NODE_ENV!=="production"&&n&&["MuiAvatar","MuiBadge","MuiButton","MuiButtonGroup","MuiChip","MuiDivider","MuiFab","MuiPaper","MuiToolbar","MuiTypography","MuiAlert","MuiPagination","MuiPaginationItem","MuiSkeleton","MuiTimelineDot"].includes(n)&&f.variant&&!d[f.variant]&&console.error([`MUI: You are using a variant value \`${f.variant}\` for which you didn't define styles.`,"Please create a new variant matcher in your theme for this variant. To learn more about matchers visit https://mui.com/r/custom-component-variants."].join(`
|
|
291
|
-
`)),d}}const SyncIcon=createSvgIcon(jsxRuntimeExports.jsx("path",{d:"M12 4V1L8 5l4 4V6c3.31 0 6 2.69 6 6 0 1.01-.25 1.97-.7 2.8l1.46 1.46C19.54 15.03 20 13.57 20 12c0-4.42-3.58-8-8-8m0 14c-3.31 0-6-2.69-6-6 0-1.01.25-1.97.7-2.8L5.24 7.74C4.46 8.97 4 10.43 4 12c0 4.42 3.58 8 8 8v3l4-4-4-4z"}),"Sync");function getLoadingButtonUtilityClass(e){return generateUtilityClass("MuiLoadingButton",e)}const loadingButtonClasses=generateUtilityClasses("MuiLoadingButton",["root","label","loading","loadingIndicator","loadingIndicatorCenter","loadingIndicatorStart","loadingIndicatorEnd","endIconLoadingEnd","startIconLoadingStart"]),loadingButtonClasses$1=loadingButtonClasses,useUtilityClasses=e=>{const{loading:t,loadingPosition:n,classes:i}=e,s={root:["root",t&&"loading"],label:["label"],startIcon:[t&&`startIconLoading${capitalize(n)}`],endIcon:[t&&`endIconLoading${capitalize(n)}`],loadingIndicator:["loadingIndicator",t&&`loadingIndicator${capitalize(n)}`]},o=composeClasses(s,getLoadingButtonUtilityClass,i);return{...i,...o}},rootShouldForwardProp=e=>e!=="ownerState"&&e!=="theme"&&e!=="sx"&&e!=="as"&&e!=="classes",LoadingButtonRoot=styled$1(Button$1,{shouldForwardProp:e=>rootShouldForwardProp(e)||e==="classes",name:"MuiLoadingButton",slot:"Root",overridesResolver:(e,t)=>[t.root,t.startIconLoadingStart&&{[`& .${loadingButtonClasses$1.startIconLoadingStart}`]:t.startIconLoadingStart},t.endIconLoadingEnd&&{[`& .${loadingButtonClasses$1.endIconLoadingEnd}`]:t.endIconLoadingEnd}]})(memoTheme$1(({theme:e})=>({display:"inline-flex",[`& .${loadingButtonClasses$1.startIconLoadingStart}, & .${loadingButtonClasses$1.endIconLoadingEnd}`]:{transition:e.transitions.create(["opacity"],{duration:e.transitions.duration.short}),opacity:0},variants:[{props:{loadingPosition:"center"},style:{transition:e.transitions.create(["background-color","box-shadow","border-color"],{duration:e.transitions.duration.short}),[`&.${loadingButtonClasses$1.loading}`]:{color:"transparent"}}},{props:({ownerState:t})=>t.loadingPosition==="start"&&t.fullWidth,style:{[`& .${loadingButtonClasses$1.startIconLoadingStart}, & .${loadingButtonClasses$1.endIconLoadingEnd}`]:{transition:e.transitions.create(["opacity"],{duration:e.transitions.duration.short}),opacity:0,marginRight:-8}}},{props:({ownerState:t})=>t.loadingPosition==="end"&&t.fullWidth,style:{[`& .${loadingButtonClasses$1.startIconLoadingStart}, & .${loadingButtonClasses$1.endIconLoadingEnd}`]:{transition:e.transitions.create(["opacity"],{duration:e.transitions.duration.short}),opacity:0,marginLeft:-8}}}]}))),LoadingButtonLoadingIndicator=styled$1("span",{name:"MuiLoadingButton",slot:"LoadingIndicator",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.loadingIndicator,t[`loadingIndicator${capitalize(n.loadingPosition)}`]]}})(memoTheme$1(({theme:e})=>({position:"absolute",visibility:"visible",display:"flex",variants:[{props:{loadingPosition:"start",size:"small"},style:{left:10}},{props:({loadingPosition:t,ownerState:n})=>t==="start"&&n.size!=="small",style:{left:14}},{props:{variant:"text",loadingPosition:"start"},style:{left:6}},{props:{loadingPosition:"center"},style:{left:"50%",transform:"translate(-50%)",color:(e.vars||e).palette.action.disabled}},{props:{loadingPosition:"end",size:"small"},style:{right:10}},{props:({loadingPosition:t,ownerState:n})=>t==="end"&&n.size!=="small",style:{right:14}},{props:{variant:"text",loadingPosition:"end"},style:{right:6}},{props:({ownerState:t})=>t.loadingPosition==="start"&&t.fullWidth,style:{position:"relative",left:-10}},{props:({ownerState:t})=>t.loadingPosition==="end"&&t.fullWidth,style:{position:"relative",right:-10}}]}))),LoadingButtonLabel=styled$1("span",{name:"MuiLoadingButton",slot:"Label",overridesResolver:(e,t)=>[t.label]})({display:"inherit",alignItems:"inherit",justifyContent:"inherit"}),LoadingButton=React__namespace.forwardRef(function(t,n){const i=React__namespace.useContext(ButtonGroupContext$1),s=resolveProps(i,t),o=useDefaultProps({props:s,name:"MuiLoadingButton"}),{children:a,disabled:l=!1,id:c,loading:u=!1,loadingIndicator:f,loadingPosition:x="center",variant:m="text",...S}=o,E=useId(c),d=f??jsxRuntimeExports.jsx(CircularProgress$1,{"aria-labelledby":E,color:"inherit",size:16}),I={...o,disabled:l,loading:u,loadingIndicator:d,loadingPosition:x,variant:m},y=useUtilityClasses(I),P=u?jsxRuntimeExports.jsx(LoadingButtonLoadingIndicator,{className:y.loadingIndicator,ownerState:I,children:d}):null;return jsxRuntimeExports.jsxs(LoadingButtonRoot,{disabled:l||u,id:E,ref:n,...S,variant:m,classes:y,ownerState:I,children:[I.loadingPosition==="end"?jsxRuntimeExports.jsx(LoadingButtonLabel,{className:y.label,children:a}):P,I.loadingPosition==="end"?P:jsxRuntimeExports.jsx(LoadingButtonLabel,{className:y.label,children:a})]})});process.env.NODE_ENV!=="production"&&(LoadingButton.propTypes={children:PropTypes.node,classes:PropTypes.object,disabled:PropTypes.bool,id:PropTypes.string,loading:PropTypes.bool,loadingIndicator:PropTypes.node,loadingPosition:chainPropTypes(PropTypes.oneOf(["start","end","center"]),e=>e.loadingPosition==="start"&&!e.startIcon?new Error('MUI: The loadingPosition="start" should be used in combination with startIcon.'):e.loadingPosition==="end"&&!e.endIcon?new Error('MUI: The loadingPosition="end" should be used in combination with endIcon.'):null),sx:PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func,PropTypes.object,PropTypes.bool])),PropTypes.func,PropTypes.object]),variant:PropTypes.oneOfType([PropTypes.oneOf(["contained","outlined","text"]),PropTypes.string])});const LoadingButton$1=LoadingButton,useStyles=makeStyles(()=>({listItemText:{"&.MuiListItemText-root":{margin:"1px","& span":{fontSize:"14px",lineHeight:"16px"}}},highlightedWord:{fontWeight:"bold"}})),themeSpacing=2,TitleContainer=styled$1("div")(({theme:e})=>{const{config:{downloadTemplateConfig:{hasDynamicTemplate:t}={}}={}}=useDialogContext();return{display:"flex",justifyContent:"space-between",paddingLeft:t?"0px":e.spacing(themeSpacing)}}),Title=styled$1(DialogTitle$1)(()=>{const{screen:e}=useDialogContext();return{fontSize:"18px",flexGrow:"1",paddingBlock:"10px 8px",paddingInline:[Screen.MAIN].includes(e)?"0px":"1rem 0px"}}),ActionsContainer=styled$1(DialogActions$1)(({theme:e})=>{const{screen:t}=useDialogContext();return{justifyContent:t===Screen.UPLOAD_COMPLETE?"end":"center",gap:"1rem",paddingBlock:"12px",paddingInline:e.spacing(themeSpacing)}}),ActionButton=styled$1(LoadingButton$1)(()=>({margin:"0px !important",width:"250px",fontWeight:600,lineHeight:"24px"})),DialogContentContainer=styled$1(DialogContent$2)(({theme:e})=>({paddingBlock:"1rem 8px",display:"flex",gap:"0.5rem",flexDirection:"column",paddingInline:e.spacing(themeSpacing),minWidth:"600px"})),HighligtedWord=styled$1("span")(({theme:e})=>({color:e.palette.primary.main,fontWeight:600,"&::selection":{color:e.palette.secondary.contrastText}}));styled$1(SyncIcon)(({theme:e})=>({fontSize:"12rem",animation:"spin 2s linear infinite","@keyframes spin":{"0%":{transform:"rotateZ(0deg) rotateY(180deg)"},"100%":{transform:"rotateZ(360deg) rotateY(180deg)"}},color:e.palette.primary.main})),styled$1(Stack$1)(({})=>({alignItems:"center"}));const LoadingIcon=e=>{const{color:t="primary"}=e;return jsxRuntimeExports.jsx(CircularProgress$1,{color:t,size:24,title:"Loading",thickness:5})},FileUpload=()=>{const{config:{fileType:e,type:t,uploadConfig:n},uploadFile:i,uploadingFile:s,areMainActionDisabled:o}=useDialogContext(),a=React.useRef(null),l=async c=>{c.target.files&&c.target.files.length>0&&await i({file:c.target.files[0],type:t,...n}),a.current&&(a.current.value="")};return jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment,{children:[jsxRuntimeExports.jsx("input",{type:"file",id:"file-upload",style:{display:"none"},onChange:l,ref:a}),jsxRuntimeExports.jsx(ActionButton,{variant:"contained",loading:s,loadingIndicator:jsxRuntimeExports.jsx(LoadingIcon,{}),disabled:o,onClick:()=>{var c;return(c=a.current)==null?void 0:c.click()},children:`Upload${s?"ing":""} ${e||"File"}`})]})},ActionsContent=()=>{const{screen:e,downloadingTemplate:t,downloadTemplate:n,areMainActionDisabled:i,config:{handleClose:s},cancelExit:o,acknowledgeJob:a,areAcknowledgeActionsDisabled:l,downloadErrorFile:c,downloadingErrorFile:u,selectedJob:f}=useDialogContext(),x=f==null?void 0:f.errored_rows_file_name,m=DownloadFolders.INVALID_ROWS,S=()=>jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment,{children:[jsxRuntimeExports.jsx(ActionButton,{variant:"outlined",color:"error",loadingIndicator:jsxRuntimeExports.jsx(LoadingIcon,{color:"error"}),onClick:()=>o(),children:"Cancel"}),jsxRuntimeExports.jsx(ActionButton,{variant:"contained",color:"error",loadingIndicator:jsxRuntimeExports.jsx(LoadingIcon,{color:"error"}),onClick:()=>s(),children:"Exit"})]}),E=()=>jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment,{children:[jsxRuntimeExports.jsx(ActionButton,{variant:"outlined",color:"error",loading:u,loadingIndicator:jsxRuntimeExports.jsx(LoadingIcon,{color:"error"}),onClick:()=>{x&&m&&c(x,m)},disabled:u&&!x,children:"Download Error File"}),jsxRuntimeExports.jsx(ActionButton,{variant:"contained",color:"error",loading:l,loadingIndicator:jsxRuntimeExports.jsx(LoadingIcon,{color:"error"}),onClick:()=>a(),disabled:l,children:"Clear Errors"})]}),d=()=>jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment,{children:[jsxRuntimeExports.jsx(ActionButton,{variant:"outlined",loading:t,loadingIndicator:jsxRuntimeExports.jsx(LoadingIcon,{}),onClick:()=>n(),disabled:i,children:"Download Template"}),jsxRuntimeExports.jsx(FileUpload,{})]}),I=()=>{const y=DownloadFolders.INVALID_ROWS;return jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment,{children:[x&&jsxRuntimeExports.jsx(ActionButton,{color:"error",variant:"outlined",loading:u,loadingIndicator:jsxRuntimeExports.jsx(LoadingIcon,{color:"error"}),onClick:()=>{x&&y&&c(x,y)},disabled:u&&!x,children:"Download Error Rows"}),jsxRuntimeExports.jsx(ActionButton,{variant:"contained",loading:l,loadingIndicator:jsxRuntimeExports.jsx(LoadingIcon,{}),onClick:()=>a(),disabled:l,children:"Done"})]})};switch(e){case Screen.EXIT_WARNING:return S();case Screen.UPLOADING_FILE_ERROR:return E();case Screen.UPLOAD_COMPLETE:return I();default:return d()}},FileIcon=({fileType:e})=>jsxRuntimeExports.jsx(Stack$1,{direction:"row",justifyContent:"center",sx:{userSelect:"none"},children:jsxRuntimeExports.jsx("img",{src:`https://s3.us-west-1.amazonaws.com/dentira.com/ui/file-icons/${e}-File-Icon.png`,alt:`${e.toString().toLowerCase()} file icon`,width:"100px",height:`${e===FileType.EXCEL?"115":"100"}`})}),Rules=({rules:e=[],columns:t=[]})=>{const n=useStyles();return e.length===0?null:jsxRuntimeExports.jsx(List$1,{subheader:jsxRuntimeExports.jsx(ListSubheader$1,{component:"div",id:"nested-list-subheader",sx:{padding:0,fontSize:"16px",lineHeight:"24px",fontWeight:600},disableGutters:!0,children:"Rules"}),children:e.map((i,s)=>jsxRuntimeExports.jsx(ListItem$1,{disablePadding:!0,sx:{pl:2},children:jsxRuntimeExports.jsx(ListItemText$1,{sx:{display:"list-item",listStyleType:"disc",fontSize:"14px"},className:n.listItemText,primary:i.split(" ").map((o,a)=>{const l=o.replace(/[.,!]/g,"");return t.includes(l)?jsxRuntimeExports.jsxs(HighligtedWord,{children:[o," "]},a):`${o} `})})},i+s))})};var lottie$1={exports:{}};(function(module,exports){typeof navigator<"u"&&function(e,t){module.exports=t()}(commonjsGlobal,function(){var svgNS="http://www.w3.org/2000/svg",locationHref="",_useWebWorker=!1,initialDefaultFrame=-999999,setWebWorker=function(t){_useWebWorker=!!t},getWebWorker=function(){return _useWebWorker},setLocationHref=function(t){locationHref=t},getLocationHref=function(){return locationHref};function createTag(e){return document.createElement(e)}function extendPrototype(e,t){var n,i=e.length,s;for(n=0;n<i;n+=1){s=e[n].prototype;for(var o in s)Object.prototype.hasOwnProperty.call(s,o)&&(t.prototype[o]=s[o])}}function getDescriptor(e,t){return Object.getOwnPropertyDescriptor(e,t)}function createProxyFunction(e){function t(){}return t.prototype=e,t}var audioControllerFactory=function(){function e(t){this.audios=[],this.audioFactory=t,this._volume=1,this._isMuted=!1}return e.prototype={addAudio:function(n){this.audios.push(n)},pause:function(){var n,i=this.audios.length;for(n=0;n<i;n+=1)this.audios[n].pause()},resume:function(){var n,i=this.audios.length;for(n=0;n<i;n+=1)this.audios[n].resume()},setRate:function(n){var i,s=this.audios.length;for(i=0;i<s;i+=1)this.audios[i].setRate(n)},createAudio:function(n){return this.audioFactory?this.audioFactory(n):window.Howl?new window.Howl({src:[n]}):{isPlaying:!1,play:function(){this.isPlaying=!0},seek:function(){this.isPlaying=!1},playing:function(){},rate:function(){},setVolume:function(){}}},setAudioFactory:function(n){this.audioFactory=n},setVolume:function(n){this._volume=n,this._updateVolume()},mute:function(){this._isMuted=!0,this._updateVolume()},unmute:function(){this._isMuted=!1,this._updateVolume()},getVolume:function(){return this._volume},_updateVolume:function(){var n,i=this.audios.length;for(n=0;n<i;n+=1)this.audios[n].volume(this._volume*(this._isMuted?0:1))}},function(){return new e}}(),createTypedArray=function(){function e(n,i){var s=0,o=[],a;switch(n){case"int16":case"uint8c":a=1;break;default:a=1.1;break}for(s=0;s<i;s+=1)o.push(a);return o}function t(n,i){return n==="float32"?new Float32Array(i):n==="int16"?new Int16Array(i):n==="uint8c"?new Uint8ClampedArray(i):e(n,i)}return typeof Uint8ClampedArray=="function"&&typeof Float32Array=="function"?t:e}();function createSizedArray(e){return Array.apply(null,{length:e})}function _typeof$6(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?_typeof$6=function(n){return typeof n}:_typeof$6=function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n},_typeof$6(e)}var subframeEnabled=!0,expressionsPlugin=null,expressionsInterfaces=null,idPrefix$1="",isSafari=/^((?!chrome|android).)*safari/i.test(navigator.userAgent),bmPow=Math.pow,bmSqrt=Math.sqrt,bmFloor=Math.floor,bmMax=Math.max,bmMin=Math.min,BMMath={};(function(){var e=["abs","acos","acosh","asin","asinh","atan","atanh","atan2","ceil","cbrt","expm1","clz32","cos","cosh","exp","floor","fround","hypot","imul","log","log1p","log2","log10","max","min","pow","random","round","sign","sin","sinh","sqrt","tan","tanh","trunc","E","LN10","LN2","LOG10E","LOG2E","PI","SQRT1_2","SQRT2"],t,n=e.length;for(t=0;t<n;t+=1)BMMath[e[t]]=Math[e[t]]})(),BMMath.random=Math.random,BMMath.abs=function(e){var t=_typeof$6(e);if(t==="object"&&e.length){var n=createSizedArray(e.length),i,s=e.length;for(i=0;i<s;i+=1)n[i]=Math.abs(e[i]);return n}return Math.abs(e)};var defaultCurveSegments=150,degToRads=Math.PI/180,roundCorner=.5519;function styleDiv(e){e.style.position="absolute",e.style.top=0,e.style.left=0,e.style.display="block",e.style.transformOrigin="0 0",e.style.webkitTransformOrigin="0 0",e.style.backfaceVisibility="visible",e.style.webkitBackfaceVisibility="visible",e.style.transformStyle="preserve-3d",e.style.webkitTransformStyle="preserve-3d",e.style.mozTransformStyle="preserve-3d"}function BMEnterFrameEvent(e,t,n,i){this.type=e,this.currentTime=t,this.totalTime=n,this.direction=i<0?-1:1}function BMCompleteEvent(e,t){this.type=e,this.direction=t<0?-1:1}function BMCompleteLoopEvent(e,t,n,i){this.type=e,this.currentLoop=n,this.totalLoops=t,this.direction=i<0?-1:1}function BMSegmentStartEvent(e,t,n){this.type=e,this.firstFrame=t,this.totalFrames=n}function BMDestroyEvent(e,t){this.type=e,this.target=t}function BMRenderFrameErrorEvent(e,t){this.type="renderFrameError",this.nativeError=e,this.currentTime=t}function BMConfigErrorEvent(e){this.type="configError",this.nativeError=e}var createElementID=function(){var e=0;return function(){return e+=1,idPrefix$1+"__lottie_element_"+e}}();function HSVtoRGB(e,t,n){var i,s,o,a,l,c,u,f;switch(a=Math.floor(e*6),l=e*6-a,c=n*(1-t),u=n*(1-l*t),f=n*(1-(1-l)*t),a%6){case 0:i=n,s=f,o=c;break;case 1:i=u,s=n,o=c;break;case 2:i=c,s=n,o=f;break;case 3:i=c,s=u,o=n;break;case 4:i=f,s=c,o=n;break;case 5:i=n,s=c,o=u;break}return[i,s,o]}function RGBtoHSV(e,t,n){var i=Math.max(e,t,n),s=Math.min(e,t,n),o=i-s,a,l=i===0?0:o/i,c=i/255;switch(i){case s:a=0;break;case e:a=t-n+o*(t<n?6:0),a/=6*o;break;case t:a=n-e+o*2,a/=6*o;break;case n:a=e-t+o*4,a/=6*o;break}return[a,l,c]}function addSaturationToRGB(e,t){var n=RGBtoHSV(e[0]*255,e[1]*255,e[2]*255);return n[1]+=t,n[1]>1?n[1]=1:n[1]<=0&&(n[1]=0),HSVtoRGB(n[0],n[1],n[2])}function addBrightnessToRGB(e,t){var n=RGBtoHSV(e[0]*255,e[1]*255,e[2]*255);return n[2]+=t,n[2]>1?n[2]=1:n[2]<0&&(n[2]=0),HSVtoRGB(n[0],n[1],n[2])}function addHueToRGB(e,t){var n=RGBtoHSV(e[0]*255,e[1]*255,e[2]*255);return n[0]+=t/360,n[0]>1?n[0]-=1:n[0]<0&&(n[0]+=1),HSVtoRGB(n[0],n[1],n[2])}var rgbToHex=function(){var e=[],t,n;for(t=0;t<256;t+=1)n=t.toString(16),e[t]=n.length===1?"0"+n:n;return function(i,s,o){return i<0&&(i=0),s<0&&(s=0),o<0&&(o=0),"#"+e[i]+e[s]+e[o]}}(),setSubframeEnabled=function(t){subframeEnabled=!!t},getSubframeEnabled=function(){return subframeEnabled},setExpressionsPlugin=function(t){expressionsPlugin=t},getExpressionsPlugin=function(){return expressionsPlugin},setExpressionInterfaces=function(t){expressionsInterfaces=t},getExpressionInterfaces=function(){return expressionsInterfaces},setDefaultCurveSegments=function(t){defaultCurveSegments=t},getDefaultCurveSegments=function(){return defaultCurveSegments},setIdPrefix=function(t){idPrefix$1=t};function createNS(e){return document.createElementNS(svgNS,e)}function _typeof$5(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?_typeof$5=function(n){return typeof n}:_typeof$5=function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n},_typeof$5(e)}var dataManager=function(){var e=1,t=[],n,i,s={onmessage:function(){},postMessage:function(S){n({data:S})}},o={postMessage:function(S){s.onmessage({data:S})}};function a(m){if(window.Worker&&window.Blob&&getWebWorker()){var S=new Blob(["var _workerSelf = self; self.onmessage = ",m.toString()],{type:"text/javascript"}),E=URL.createObjectURL(S);return new Worker(E)}return n=m,s}function l(){i||(i=a(function(S){function E(){function I(t1,N){var Y,M,B=t1.length,U,G,a1,p1;for(M=0;M<B;M+=1)if(Y=t1[M],"ks"in Y&&!Y.completed){if(Y.completed=!0,Y.hasMask){var u1=Y.masksProperties;for(G=u1.length,U=0;U<G;U+=1)if(u1[U].pt.k.i)R(u1[U].pt.k);else for(p1=u1[U].pt.k.length,a1=0;a1<p1;a1+=1)u1[U].pt.k[a1].s&&R(u1[U].pt.k[a1].s[0]),u1[U].pt.k[a1].e&&R(u1[U].pt.k[a1].e[0])}Y.ty===0?(Y.layers=b(Y.refId,N),I(Y.layers,N)):Y.ty===4?T(Y.shapes):Y.ty===5&&l1(Y)}}function y(t1,N){if(t1){var Y=0,M=t1.length;for(Y=0;Y<M;Y+=1)t1[Y].t===1&&(t1[Y].data.layers=b(t1[Y].data.refId,N),I(t1[Y].data.layers,N))}}function P(t1,N){for(var Y=0,M=N.length;Y<M;){if(N[Y].id===t1)return N[Y];Y+=1}return null}function b(t1,N){var Y=P(t1,N);return Y?Y.layers.__used?JSON.parse(JSON.stringify(Y.layers)):(Y.layers.__used=!0,Y.layers):null}function T(t1){var N,Y=t1.length,M,B;for(N=Y-1;N>=0;N-=1)if(t1[N].ty==="sh")if(t1[N].ks.k.i)R(t1[N].ks.k);else for(B=t1[N].ks.k.length,M=0;M<B;M+=1)t1[N].ks.k[M].s&&R(t1[N].ks.k[M].s[0]),t1[N].ks.k[M].e&&R(t1[N].ks.k[M].e[0]);else t1[N].ty==="gr"&&T(t1[N].it)}function R(t1){var N,Y=t1.i.length;for(N=0;N<Y;N+=1)t1.i[N][0]+=t1.v[N][0],t1.i[N][1]+=t1.v[N][1],t1.o[N][0]+=t1.v[N][0],t1.o[N][1]+=t1.v[N][1]}function D(t1,N){var Y=N?N.split("."):[100,100,100];return t1[0]>Y[0]?!0:Y[0]>t1[0]?!1:t1[1]>Y[1]?!0:Y[1]>t1[1]?!1:t1[2]>Y[2]?!0:Y[2]>t1[2]?!1:null}var V=function(){var t1=[4,4,14];function N(M){var B=M.t.d;M.t.d={k:[{s:B,t:0}]}}function Y(M){var B,U=M.length;for(B=0;B<U;B+=1)M[B].ty===5&&N(M[B])}return function(M){if(D(t1,M.v)&&(Y(M.layers),M.assets)){var B,U=M.assets.length;for(B=0;B<U;B+=1)M.assets[B].layers&&Y(M.assets[B].layers)}}}(),z=function(){var t1=[4,7,99];return function(N){if(N.chars&&!D(t1,N.v)){var Y,M=N.chars.length;for(Y=0;Y<M;Y+=1){var B=N.chars[Y];B.data&&B.data.shapes&&(T(B.data.shapes),B.data.ip=0,B.data.op=99999,B.data.st=0,B.data.sr=1,B.data.ks={p:{k:[0,0],a:0},s:{k:[100,100],a:0},a:{k:[0,0],a:0},r:{k:0,a:0},o:{k:100,a:0}},N.chars[Y].t||(B.data.shapes.push({ty:"no"}),B.data.shapes[0].it.push({p:{k:[0,0],a:0},s:{k:[100,100],a:0},a:{k:[0,0],a:0},r:{k:0,a:0},o:{k:100,a:0},sk:{k:0,a:0},sa:{k:0,a:0},ty:"tr"})))}}}}(),e1=function(){var t1=[5,7,15];function N(M){var B=M.t.p;typeof B.a=="number"&&(B.a={a:0,k:B.a}),typeof B.p=="number"&&(B.p={a:0,k:B.p}),typeof B.r=="number"&&(B.r={a:0,k:B.r})}function Y(M){var B,U=M.length;for(B=0;B<U;B+=1)M[B].ty===5&&N(M[B])}return function(M){if(D(t1,M.v)&&(Y(M.layers),M.assets)){var B,U=M.assets.length;for(B=0;B<U;B+=1)M.assets[B].layers&&Y(M.assets[B].layers)}}}(),j=function(){var t1=[4,1,9];function N(M){var B,U=M.length,G,a1;for(B=0;B<U;B+=1)if(M[B].ty==="gr")N(M[B].it);else if(M[B].ty==="fl"||M[B].ty==="st")if(M[B].c.k&&M[B].c.k[0].i)for(a1=M[B].c.k.length,G=0;G<a1;G+=1)M[B].c.k[G].s&&(M[B].c.k[G].s[0]/=255,M[B].c.k[G].s[1]/=255,M[B].c.k[G].s[2]/=255,M[B].c.k[G].s[3]/=255),M[B].c.k[G].e&&(M[B].c.k[G].e[0]/=255,M[B].c.k[G].e[1]/=255,M[B].c.k[G].e[2]/=255,M[B].c.k[G].e[3]/=255);else M[B].c.k[0]/=255,M[B].c.k[1]/=255,M[B].c.k[2]/=255,M[B].c.k[3]/=255}function Y(M){var B,U=M.length;for(B=0;B<U;B+=1)M[B].ty===4&&N(M[B].shapes)}return function(M){if(D(t1,M.v)&&(Y(M.layers),M.assets)){var B,U=M.assets.length;for(B=0;B<U;B+=1)M.assets[B].layers&&Y(M.assets[B].layers)}}}(),n1=function(){var t1=[4,4,18];function N(M){var B,U=M.length,G,a1;for(B=U-1;B>=0;B-=1)if(M[B].ty==="sh")if(M[B].ks.k.i)M[B].ks.k.c=M[B].closed;else for(a1=M[B].ks.k.length,G=0;G<a1;G+=1)M[B].ks.k[G].s&&(M[B].ks.k[G].s[0].c=M[B].closed),M[B].ks.k[G].e&&(M[B].ks.k[G].e[0].c=M[B].closed);else M[B].ty==="gr"&&N(M[B].it)}function Y(M){var B,U,G=M.length,a1,p1,u1,y1;for(U=0;U<G;U+=1){if(B=M[U],B.hasMask){var g1=B.masksProperties;for(p1=g1.length,a1=0;a1<p1;a1+=1)if(g1[a1].pt.k.i)g1[a1].pt.k.c=g1[a1].cl;else for(y1=g1[a1].pt.k.length,u1=0;u1<y1;u1+=1)g1[a1].pt.k[u1].s&&(g1[a1].pt.k[u1].s[0].c=g1[a1].cl),g1[a1].pt.k[u1].e&&(g1[a1].pt.k[u1].e[0].c=g1[a1].cl)}B.ty===4&&N(B.shapes)}}return function(M){if(D(t1,M.v)&&(Y(M.layers),M.assets)){var B,U=M.assets.length;for(B=0;B<U;B+=1)M.assets[B].layers&&Y(M.assets[B].layers)}}}();function X(t1){t1.__complete||(j(t1),V(t1),z(t1),e1(t1),n1(t1),I(t1.layers,t1.assets),y(t1.chars,t1.assets),t1.__complete=!0)}function l1(t1){t1.t.a.length===0&&"m"in t1.t.p}var c1={};return c1.completeData=X,c1.checkColors=j,c1.checkChars=z,c1.checkPathProperties=e1,c1.checkShapes=n1,c1.completeLayers=I,c1}if(o.dataManager||(o.dataManager=E()),o.assetLoader||(o.assetLoader=function(){function I(P){var b=P.getResponseHeader("content-type");return b&&P.responseType==="json"&&b.indexOf("json")!==-1||P.response&&_typeof$5(P.response)==="object"?P.response:P.response&&typeof P.response=="string"?JSON.parse(P.response):P.responseText?JSON.parse(P.responseText):null}function y(P,b,T,R){var D,V=new XMLHttpRequest;try{V.responseType="json"}catch{}V.onreadystatechange=function(){if(V.readyState===4)if(V.status===200)D=I(V),T(D);else try{D=I(V),T(D)}catch(z){R&&R(z)}};try{V.open(["G","E","T"].join(""),P,!0)}catch{V.open(["G","E","T"].join(""),b+"/"+P,!0)}V.send()}return{load:y}}()),S.data.type==="loadAnimation")o.assetLoader.load(S.data.path,S.data.fullPath,function(I){o.dataManager.completeData(I),o.postMessage({id:S.data.id,payload:I,status:"success"})},function(){o.postMessage({id:S.data.id,status:"error"})});else if(S.data.type==="complete"){var d=S.data.animation;o.dataManager.completeData(d),o.postMessage({id:S.data.id,payload:d,status:"success"})}else S.data.type==="loadData"&&o.assetLoader.load(S.data.path,S.data.fullPath,function(I){o.postMessage({id:S.data.id,payload:I,status:"success"})},function(){o.postMessage({id:S.data.id,status:"error"})})}),i.onmessage=function(m){var S=m.data,E=S.id,d=t[E];t[E]=null,S.status==="success"?d.onComplete(S.payload):d.onError&&d.onError()})}function c(m,S){e+=1;var E="processId_"+e;return t[E]={onComplete:m,onError:S},E}function u(m,S,E){l();var d=c(S,E);i.postMessage({type:"loadAnimation",path:m,fullPath:window.location.origin+window.location.pathname,id:d})}function f(m,S,E){l();var d=c(S,E);i.postMessage({type:"loadData",path:m,fullPath:window.location.origin+window.location.pathname,id:d})}function x(m,S,E){l();var d=c(S,E);i.postMessage({type:"complete",animation:m,id:d})}return{loadAnimation:u,loadData:f,completeAnimation:x}}(),ImagePreloader=function(){var e=function(){var y=createTag("canvas");y.width=1,y.height=1;var P=y.getContext("2d");return P.fillStyle="rgba(0,0,0,0)",P.fillRect(0,0,1,1),y}();function t(){this.loadedAssets+=1,this.loadedAssets===this.totalImages&&this.loadedFootagesCount===this.totalFootages&&this.imagesLoadedCb&&this.imagesLoadedCb(null)}function n(){this.loadedFootagesCount+=1,this.loadedAssets===this.totalImages&&this.loadedFootagesCount===this.totalFootages&&this.imagesLoadedCb&&this.imagesLoadedCb(null)}function i(y,P,b){var T="";if(y.e)T=y.p;else if(P){var R=y.p;R.indexOf("images/")!==-1&&(R=R.split("/")[1]),T=P+R}else T=b,T+=y.u?y.u:"",T+=y.p;return T}function s(y){var P=0,b=setInterval((function(){var T=y.getBBox();(T.width||P>500)&&(this._imageLoaded(),clearInterval(b)),P+=1}).bind(this),50)}function o(y){var P=i(y,this.assetsPath,this.path),b=createNS("image");isSafari?this.testImageLoaded(b):b.addEventListener("load",this._imageLoaded,!1),b.addEventListener("error",(function(){T.img=e,this._imageLoaded()}).bind(this),!1),b.setAttributeNS("http://www.w3.org/1999/xlink","href",P),this._elementHelper.append?this._elementHelper.append(b):this._elementHelper.appendChild(b);var T={img:b,assetData:y};return T}function a(y){var P=i(y,this.assetsPath,this.path),b=createTag("img");b.crossOrigin="anonymous",b.addEventListener("load",this._imageLoaded,!1),b.addEventListener("error",(function(){T.img=e,this._imageLoaded()}).bind(this),!1),b.src=P;var T={img:b,assetData:y};return T}function l(y){var P={assetData:y},b=i(y,this.assetsPath,this.path);return dataManager.loadData(b,(function(T){P.img=T,this._footageLoaded()}).bind(this),(function(){P.img={},this._footageLoaded()}).bind(this)),P}function c(y,P){this.imagesLoadedCb=P;var b,T=y.length;for(b=0;b<T;b+=1)y[b].layers||(!y[b].t||y[b].t==="seq"?(this.totalImages+=1,this.images.push(this._createImageData(y[b]))):y[b].t===3&&(this.totalFootages+=1,this.images.push(this.createFootageData(y[b]))))}function u(y){this.path=y||""}function f(y){this.assetsPath=y||""}function x(y){for(var P=0,b=this.images.length;P<b;){if(this.images[P].assetData===y)return this.images[P].img;P+=1}return null}function m(){this.imagesLoadedCb=null,this.images.length=0}function S(){return this.totalImages===this.loadedAssets}function E(){return this.totalFootages===this.loadedFootagesCount}function d(y,P){y==="svg"?(this._elementHelper=P,this._createImageData=this.createImageData.bind(this)):this._createImageData=this.createImgData.bind(this)}function I(){this._imageLoaded=t.bind(this),this._footageLoaded=n.bind(this),this.testImageLoaded=s.bind(this),this.createFootageData=l.bind(this),this.assetsPath="",this.path="",this.totalImages=0,this.totalFootages=0,this.loadedAssets=0,this.loadedFootagesCount=0,this.imagesLoadedCb=null,this.images=[]}return I.prototype={loadAssets:c,setAssetsPath:f,setPath:u,loadedImages:S,loadedFootages:E,destroy:m,getAsset:x,createImgData:a,createImageData:o,imageLoaded:t,footageLoaded:n,setCacheType:d},I}();function BaseEvent(){}BaseEvent.prototype={triggerEvent:function(t,n){if(this._cbs[t])for(var i=this._cbs[t],s=0;s<i.length;s+=1)i[s](n)},addEventListener:function(t,n){return this._cbs[t]||(this._cbs[t]=[]),this._cbs[t].push(n),(function(){this.removeEventListener(t,n)}).bind(this)},removeEventListener:function(t,n){if(!n)this._cbs[t]=null;else if(this._cbs[t]){for(var i=0,s=this._cbs[t].length;i<s;)this._cbs[t][i]===n&&(this._cbs[t].splice(i,1),i-=1,s-=1),i+=1;this._cbs[t].length||(this._cbs[t]=null)}}};var markerParser=function(){function e(t){for(var n=t.split(`\r
|
|
291
|
+
`)),d}}const useStyles=makeStyles(()=>({listItemText:{"&.MuiListItemText-root":{margin:"1px","& span":{fontSize:"14px",lineHeight:"16px"}}},highlightedWord:{fontWeight:"bold"}})),themeSpacing=2,TitleContainer=styled$1("div")(({theme:e})=>{const{config:{downloadTemplateConfig:{hasDynamicTemplate:t}={}}={}}=useDialogContext();return{display:"flex",justifyContent:"space-between",paddingLeft:t?"0px":e.spacing(themeSpacing)}}),Title=styled$1(DialogTitle$1)(()=>{const{screen:e}=useDialogContext();return{fontSize:"18px",flexGrow:"1",paddingBlock:"10px 8px",paddingInline:[Screen.MAIN].includes(e)?"0px":"1rem 0px"}}),ActionsContainer=styled$1(DialogActions$1)(({theme:e,children:t})=>({justifyContent:(t==null?void 0:t.type()).props.children.filter(Boolean).length>1?"center":"end",gap:"1rem",paddingBlock:"12px",paddingInline:e.spacing(themeSpacing)})),ActionButton=styled$1(LoadingButton$1)(()=>({margin:"0px !important",width:"250px",fontWeight:600,lineHeight:"24px"})),DialogContentContainer=styled$1(DialogContent$2)(({theme:e})=>({paddingBlock:"1rem 8px",display:"flex",gap:"0.5rem",flexDirection:"column",paddingInline:e.spacing(themeSpacing),minWidth:"600px"})),HighligtedWord=styled$1("span")(({theme:e})=>({color:e.palette.primary.main,fontWeight:600,"&::selection":{color:e.palette.secondary.contrastText}}));styled$1(SyncIcon)(({theme:e})=>({fontSize:"12rem",animation:"spin 2s linear infinite","@keyframes spin":{"0%":{transform:"rotateZ(0deg) rotateY(180deg)"},"100%":{transform:"rotateZ(360deg) rotateY(180deg)"}},color:e.palette.primary.main})),styled$1(Stack$1)(({})=>({alignItems:"center"}));const LoadingIcon=e=>{const{color:t="primary"}=e;return jsxRuntimeExports.jsx(CircularProgress$1,{color:t,size:24,title:"Loading",thickness:5})},FileUpload=()=>{const{config:{fileType:e,type:t,uploadConfig:n},uploadFile:i,uploadingFile:s,areMainActionDisabled:o}=useDialogContext(),a=React.useRef(null),l=async c=>{c.target.files&&c.target.files.length>0&&await i({file:c.target.files[0],type:t,...n}),a.current&&(a.current.value="")};return jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment,{children:[jsxRuntimeExports.jsx("input",{type:"file",id:"file-upload",style:{display:"none"},onChange:l,ref:a}),jsxRuntimeExports.jsx(ActionButton,{variant:"contained",loading:s,loadingIndicator:jsxRuntimeExports.jsx(LoadingIcon,{}),disabled:o,onClick:()=>{var c;return(c=a.current)==null?void 0:c.click()},children:`Upload${s?"ing":""} ${e||"File"}`})]})},ActionsContent=()=>{const{screen:e,downloadingTemplate:t,downloadTemplate:n,areMainActionDisabled:i,config:{handleClose:s},cancelExit:o,acknowledgeJob:a,areAcknowledgeActionsDisabled:l,downloadErrorFile:c,downloadingErrorFile:u,selectedJob:f}=useDialogContext(),x=f==null?void 0:f.errored_rows_file_name,m=DownloadFolders.INVALID_ROWS,S=()=>jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment,{children:[jsxRuntimeExports.jsx(ActionButton,{variant:"outlined",color:"error",loadingIndicator:jsxRuntimeExports.jsx(LoadingIcon,{color:"error"}),onClick:()=>o(),children:"Cancel"}),jsxRuntimeExports.jsx(ActionButton,{variant:"contained",color:"error",loadingIndicator:jsxRuntimeExports.jsx(LoadingIcon,{color:"error"}),onClick:()=>s(),children:"Exit"})]}),E=()=>{const y=!!(x&&m);return jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment,{children:[y&&jsxRuntimeExports.jsx(ActionButton,{variant:"outlined",color:"error",loading:u,loadingIndicator:jsxRuntimeExports.jsx(LoadingIcon,{color:"error"}),onClick:()=>{c(x,m)},disabled:u&&!x,children:"Download Error File"}),jsxRuntimeExports.jsx(ActionButton,{variant:"contained",color:"error",loading:l,loadingIndicator:jsxRuntimeExports.jsx(LoadingIcon,{color:"error"}),onClick:()=>a(),disabled:l,children:"Clear Errors"})]})},d=()=>jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment,{children:[jsxRuntimeExports.jsx(ActionButton,{variant:"outlined",loading:t,loadingIndicator:jsxRuntimeExports.jsx(LoadingIcon,{}),onClick:()=>n(),disabled:i,children:"Download Template"}),jsxRuntimeExports.jsx(FileUpload,{})]}),I=()=>{const y=DownloadFolders.INVALID_ROWS;return jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment,{children:[x&&jsxRuntimeExports.jsx(ActionButton,{color:"error",variant:"outlined",loading:u,loadingIndicator:jsxRuntimeExports.jsx(LoadingIcon,{color:"error"}),onClick:()=>{x&&y&&c(x,y)},disabled:u&&!x,children:"Download Error Rows"}),jsxRuntimeExports.jsx(ActionButton,{variant:"contained",loading:l,loadingIndicator:jsxRuntimeExports.jsx(LoadingIcon,{}),onClick:()=>a(),disabled:l,children:"Done"})]})};switch(e){case Screen.EXIT_WARNING:return S();case Screen.UPLOADING_FILE_ERROR:return E();case Screen.UPLOAD_COMPLETE:return I();default:return d()}};var t0=Object.defineProperty,n0=Object.defineProperties,i0=Object.getOwnPropertyDescriptors,k1=Object.getOwnPropertySymbols,e3=Object.prototype.hasOwnProperty,t3=Object.prototype.propertyIsEnumerable,u2=(e,t,n)=>t in e?t0(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,F=(e,t)=>{for(var n in t||(t={}))e3.call(t,n)&&u2(e,n,t[n]);if(k1)for(var n of k1(t))t3.call(t,n)&&u2(e,n,t[n]);return e},k=(e,t)=>n0(e,i0(t)),O1=(e,t)=>{var n={};for(var i in e)e3.call(e,i)&&t.indexOf(i)<0&&(n[i]=e[i]);if(e!=null&&k1)for(var i of k1(e))t.indexOf(i)<0&&t3.call(e,i)&&(n[i]=e[i]);return n},_=(e,t,n)=>u2(e,typeof t!="symbol"?t+"":t,n),g=(e,t,n)=>new Promise((i,s)=>{var o=c=>{try{l(n.next(c))}catch(u){s(u)}},a=c=>{try{l(n.throw(c))}catch(u){s(u)}},l=c=>c.done?i(c.value):Promise.resolve(c.value).then(o,a);l((n=n.apply(e,t)).next())}),l2=class{requestAnimationFrame(e){return requestAnimationFrame(e)}cancelAnimationFrame(e){cancelAnimationFrame(e)}},h2=class{constructor(){_(this,"_lastHandleId",0),_(this,"_lastImmediate",null)}requestAnimationFrame(e){return this._lastHandleId>=Number.MAX_SAFE_INTEGER&&(this._lastHandleId=0),this._lastHandleId+=1,this._lastImmediate=setImmediate(()=>{e(Date.now())}),this._lastHandleId}cancelAnimationFrame(e){this._lastImmediate&&clearImmediate(this._lastImmediate)}},z1=class{constructor(){_(this,"_strategy"),this._strategy=typeof requestAnimationFrame=="function"?new l2:new h2}requestAnimationFrame(e){return this._strategy.requestAnimationFrame(e)}cancelAnimationFrame(e){this._strategy.cancelAnimationFrame(e)}},A=typeof window<"u"&&typeof window.document<"u",W1=new Uint8Array([80,75,3,4]),n3=["v","ip","op","layers","fr","w","h"],c2="0.38.2",p2="@lottiefiles/dotlottie-web",i3=.75,r0=(()=>{var e,t=typeof document<"u"?(e=document.currentScript)==null?void 0:e.src:void 0;return function(n={}){var i,s=n,o,a,l=new Promise((O,L)=>{o=O,a=L}),c=Object.assign({},s),u="./this.program",f="",x;typeof document<"u"&&document.currentScript&&(f=document.currentScript.src),t&&(f=t),f.startsWith("blob:")?f="":f=f.substr(0,f.replace(/[?#].*/,"").lastIndexOf("/")+1),x=O=>fetch(O,{credentials:"same-origin"}).then(L=>L.ok?L.arrayBuffer():Promise.reject(Error(L.status+" : "+L.url)));var m=s.print||console.log.bind(console),S=s.printErr||console.error.bind(console);Object.assign(s,c),c=null,s.thisProgram&&(u=s.thisProgram);var E=s.wasmBinary,d,I=!1,y,P,b,T,R,D,V,z,e1;function j(){var O=d.buffer;s.HEAP8=P=new Int8Array(O),s.HEAP16=T=new Int16Array(O),s.HEAPU8=b=new Uint8Array(O),s.HEAPU16=R=new Uint16Array(O),s.HEAP32=D=new Int32Array(O),s.HEAPU32=V=new Uint32Array(O),s.HEAPF32=z=new Float32Array(O),s.HEAPF64=e1=new Float64Array(O)}var n1=[],X=[],l1=[];function c1(){var O=s.preRun.shift();n1.unshift(O)}var t1=0,N=null;function Y(O){var L;throw(L=s.onAbort)==null||L.call(s,O),O="Aborted("+O+")",S(O),I=!0,O=new WebAssembly.RuntimeError(O+". Build with -sASSERTIONS for more info."),a(O),O}var M=O=>O.startsWith("data:application/octet-stream;base64,"),B;function U(O){if(O==B&&E)return new Uint8Array(E);throw"both async and sync fetching of the wasm failed"}function G(O){return E?Promise.resolve().then(()=>U(O)):x(O).then(L=>new Uint8Array(L),()=>U(O))}function a1(O,L,K){return G(O).then(J=>WebAssembly.instantiate(J,L)).then(K,J=>{S(`failed to asynchronously prepare wasm: ${J}`),Y(J)})}function p1(O,L){var K=B;return E||typeof WebAssembly.instantiateStreaming!="function"||M(K)||typeof fetch!="function"?a1(K,O,L):fetch(K,{credentials:"same-origin"}).then(J=>WebAssembly.instantiateStreaming(J,O).then(L,function(r1){return S(`wasm streaming compile failed: ${r1}`),S("falling back to ArrayBuffer instantiation"),a1(K,O,L)}))}class u1{constructor(L){_(this,"name","ExitStatus"),this.message=`Program terminated with exit(${L})`,this.status=L}}var y1=O=>{for(;0<O.length;)O.shift()(s)},g1=s.noExitRuntime||!0,E1=typeof TextDecoder<"u"?new TextDecoder:void 0,P1=(O,L=0,K=NaN)=>{var J=L+K;for(K=L;O[K]&&!(K>=J);)++K;if(16<K-L&&O.buffer&&E1)return E1.decode(O.subarray(L,K));for(J="";L<K;){var r1=O[L++];if(r1&128){var f1=O[L++]&63;if((r1&224)==192)J+=String.fromCharCode((r1&31)<<6|f1);else{var x1=O[L++]&63;r1=(r1&240)==224?(r1&15)<<12|f1<<6|x1:(r1&7)<<18|f1<<12|x1<<6|O[L++]&63,65536>r1?J+=String.fromCharCode(r1):(r1-=65536,J+=String.fromCharCode(55296|r1>>10,56320|r1&1023))}}else J+=String.fromCharCode(r1)}return J};class R1{constructor(L){this.wa=L-24}}var S1=0,I1=(O,L,K)=>{var J=b;if(0<K){K=L+K-1;for(var r1=0;r1<O.length;++r1){var f1=O.charCodeAt(r1);if(55296<=f1&&57343>=f1){var x1=O.charCodeAt(++r1);f1=65536+((f1&1023)<<10)|x1&1023}if(127>=f1){if(L>=K)break;J[L++]=f1}else{if(2047>=f1){if(L+1>=K)break;J[L++]=192|f1>>6}else{if(65535>=f1){if(L+2>=K)break;J[L++]=224|f1>>12}else{if(L+3>=K)break;J[L++]=240|f1>>18,J[L++]=128|f1>>12&63}J[L++]=128|f1>>6&63}J[L++]=128|f1&63}}J[L]=0}},o1={},_1=O=>{for(;O.length;){var L=O.pop();O.pop()(L)}};function d1(O){return this.fromWireType(V[O>>2])}var A1={},j1={},L1={},F1,D1=(O,L,K)=>{function J(h1){if(h1=K(h1),h1.length!==O.length)throw new F1("Mismatched type converter count");for(var T1=0;T1<O.length;++T1)V1(O[T1],h1[T1])}O.forEach(h1=>L1[h1]=L);var r1=Array(L.length),f1=[],x1=0;L.forEach((h1,T1)=>{j1.hasOwnProperty(h1)?r1[T1]=j1[h1]:(f1.push(h1),A1.hasOwnProperty(h1)||(A1[h1]=[]),A1[h1].push(()=>{r1[T1]=j1[h1],++x1,x1===f1.length&&J(r1)}))}),f1.length===0&&J(r1)},Y1,B1=O=>{for(var L="";b[O];)L+=Y1[b[O++]];return L},v1;function le(O,L,K={}){var J=L.name;if(!O)throw new v1(`type "${J}" must have a positive integer typeid pointer`);if(j1.hasOwnProperty(O)){if(K.ab)return;throw new v1(`Cannot register type '${J}' twice`)}j1[O]=L,delete L1[O],A1.hasOwnProperty(O)&&(L=A1[O],delete A1[O],L.forEach(r1=>r1()))}function V1(O,L,K={}){return le(O,L,K)}var X1=O=>{throw new v1(O.ua.xa.va.name+" instance already deleted")},ee=!1,H1=()=>{},Z1=(O,L,K)=>L===K?O:K.Aa===void 0?null:(O=Z1(O,L,K.Aa),O===null?null:K.Ua(O)),re={},de={},pe=(O,L)=>{if(L===void 0)throw new v1("ptr should not be undefined");for(;O.Aa;)L=O.Ka(L),O=O.Aa;return de[L]},fe=(O,L)=>{if(!L.xa||!L.wa)throw new F1("makeClassHandle requires ptr and ptrType");if(!!L.Ba!=!!L.za)throw new F1("Both smartPtrType and smartPtr must be specified");return L.count={value:1},we(Object.create(O,{ua:{value:L,writable:!0}}))},we=O=>typeof FinalizationRegistry>"u"?(we=L=>L,O):(ee=new FinalizationRegistry(L=>{L=L.ua,--L.count.value,L.count.value===0&&(L.za?L.Ba.Ea(L.za):L.xa.va.Ea(L.wa))}),we=L=>{var K=L.ua;return K.za&&ee.register(L,{ua:K},L),L},H1=L=>{ee.unregister(L)},we(O));function Fe(){}var Ae=(O,L)=>Object.defineProperty(L,"name",{value:O}),qe=(O,L,K)=>{if(O[L].ya===void 0){var J=O[L];O[L]=function(...r1){if(!O[L].ya.hasOwnProperty(r1.length))throw new v1(`Function '${K}' called with an invalid number of arguments (${r1.length}) - expects one of (${O[L].ya})!`);return O[L].ya[r1.length].apply(this,r1)},O[L].ya=[],O[L].ya[J.Ha]=J}},$e=(O,L,K)=>{if(s.hasOwnProperty(O)){if(K===void 0||s[O].ya!==void 0&&s[O].ya[K]!==void 0)throw new v1(`Cannot register public name '${O}' twice`);if(qe(s,O,O),s[O].ya.hasOwnProperty(K))throw new v1(`Cannot register multiple overloads of a function with the same number of arguments (${K})!`);s[O].ya[K]=L}else s[O]=L,s[O].Ha=K},tt=O=>{O=O.replace(/[^a-zA-Z0-9_]/g,"$");var L=O.charCodeAt(0);return 48<=L&&57>=L?`_${O}`:O};function Le(O,L,K,J,r1,f1,x1,h1){this.name=O,this.constructor=L,this.Ga=K,this.Ea=J,this.Aa=r1,this.Wa=f1,this.Ka=x1,this.Ua=h1,this.cb=[]}var De=(O,L,K)=>{for(;L!==K;){if(!L.Ka)throw new v1(`Expected null or instance of ${K.name}, got an instance of ${L.name}`);O=L.Ka(O),L=L.Aa}return O};function Ce(O,L){if(L===null){if(this.Na)throw new v1(`null is not a valid ${this.name}`);return 0}if(!L.ua)throw new v1(`Cannot pass "${N1(L)}" as a ${this.name}`);if(!L.ua.wa)throw new v1(`Cannot pass deleted object as a pointer of type ${this.name}`);return De(L.ua.wa,L.ua.xa.va,this.va)}function Be(O,L){if(L===null){if(this.Na)throw new v1(`null is not a valid ${this.name}`);if(this.Ma){var K=this.Oa();return O!==null&&O.push(this.Ea,K),K}return 0}if(!L||!L.ua)throw new v1(`Cannot pass "${N1(L)}" as a ${this.name}`);if(!L.ua.wa)throw new v1(`Cannot pass deleted object as a pointer of type ${this.name}`);if(!this.La&&L.ua.xa.La)throw new v1(`Cannot convert argument of type ${L.ua.Ba?L.ua.Ba.name:L.ua.xa.name} to parameter type ${this.name}`);if(K=De(L.ua.wa,L.ua.xa.va,this.va),this.Ma){if(L.ua.za===void 0)throw new v1("Passing raw pointer to smart pointer is illegal");switch(this.ib){case 0:if(L.ua.Ba===this)K=L.ua.za;else throw new v1(`Cannot convert argument of type ${L.ua.Ba?L.ua.Ba.name:L.ua.xa.name} to parameter type ${this.name}`);break;case 1:K=L.ua.za;break;case 2:if(L.ua.Ba===this)K=L.ua.za;else{var J=L.clone();K=this.eb(K,M1(()=>J.delete())),O!==null&&O.push(this.Ea,K)}break;default:throw new v1("Unsupporting sharing policy")}}return K}function Ve(O,L){if(L===null){if(this.Na)throw new v1(`null is not a valid ${this.name}`);return 0}if(!L.ua)throw new v1(`Cannot pass "${N1(L)}" as a ${this.name}`);if(!L.ua.wa)throw new v1(`Cannot pass deleted object as a pointer of type ${this.name}`);if(L.ua.xa.La)throw new v1(`Cannot convert argument of type ${L.ua.xa.name} to parameter type ${this.name}`);return De(L.ua.wa,L.ua.xa.va,this.va)}function ke(O,L,K,J,r1,f1,x1,h1,T1,C1,w1){this.name=O,this.va=L,this.Na=K,this.La=J,this.Ma=r1,this.bb=f1,this.ib=x1,this.Sa=h1,this.Oa=T1,this.eb=C1,this.Ea=w1,r1||L.Aa!==void 0?this.toWireType=Be:(this.toWireType=J?Ce:Ve,this.Da=null)}var Ke=(O,L,K)=>{if(!s.hasOwnProperty(O))throw new F1("Replacing nonexistent public symbol");s[O].ya!==void 0&&K!==void 0?s[O].ya[K]=L:(s[O]=L,s[O].Ha=K)},me,rt=(O,L,K=[])=>(O.includes("j")?(O=O.replace(/p/g,"i"),L=(0,s["dynCall_"+O])(L,...K)):L=me.get(L)(...K),L),Ye=(O,L)=>(...K)=>rt(O,L,K),ce=(O,L)=>{O=B1(O);var K=O.includes("j")?Ye(O,L):me.get(L);if(typeof K!="function")throw new v1(`unknown function pointer with signature ${O}: ${L}`);return K},Je,Xe=O=>{O=vt(O);var L=B1(O);return Pe(O),L},Ie=(O,L)=>{function K(f1){r1[f1]||j1[f1]||(L1[f1]?L1[f1].forEach(K):(J.push(f1),r1[f1]=!0))}var J=[],r1={};throw L.forEach(K),new Je(`${O}: `+J.map(Xe).join([", "]))},Oe=(O,L)=>{for(var K=[],J=0;J<O;J++)K.push(V[L+4*J>>2]);return K};function nt(O){for(var L=1;L<O.length;++L)if(O[L]!==null&&O[L].Da===void 0)return!0;return!1}function Ne(O,L,K,J,r1){var f1=L.length;if(2>f1)throw new v1("argTypes array size mismatch! Must at least get return value and 'this' types!");var x1=L[1]!==null&&K!==null,h1=nt(L),T1=L[0].name!=="void",C1=f1-2,w1=Array(C1),q1=[],Q1=[];return Ae(O,function(...ve){if(Q1.length=0,q1.length=x1?2:1,q1[0]=r1,x1){var se=L[1].toWireType(Q1,this);q1[1]=se}for(var ae=0;ae<C1;++ae)w1[ae]=L[ae+2].toWireType(Q1,ve[ae]),q1.push(w1[ae]);if(ve=J(...q1),h1)_1(Q1);else for(ae=x1?1:2;ae<L.length;ae++){var _e=ae===1?se:w1[ae-2];L[ae].Da!==null&&L[ae].Da(_e)}return se=T1?L[0].fromWireType(ve):void 0,se})}var Ze=O=>{O=O.trim();let L=O.indexOf("(");return L!==-1?O.substr(0,L):O},je=[],Q=[],m1=O=>{9<O&&--Q[O+1]===0&&(Q[O]=void 0,je.push(O))},b1=O=>{if(!O)throw new v1("Cannot use deleted val. handle = "+O);return Q[O]},M1=O=>{switch(O){case void 0:return 2;case null:return 4;case!0:return 6;case!1:return 8;default:let L=je.pop()||Q.length;return Q[L]=O,Q[L+1]=1,L}},K1={name:"emscripten::val",fromWireType:O=>{var L=b1(O);return m1(O),L},toWireType:(O,L)=>M1(L),Ca:8,readValueFromPointer:d1,Da:null},J1=(O,L,K)=>{switch(L){case 1:return K?function(J){return this.fromWireType(P[J])}:function(J){return this.fromWireType(b[J])};case 2:return K?function(J){return this.fromWireType(T[J>>1])}:function(J){return this.fromWireType(R[J>>1])};case 4:return K?function(J){return this.fromWireType(D[J>>2])}:function(J){return this.fromWireType(V[J>>2])};default:throw new TypeError(`invalid integer width (${L}): ${O}`)}},G1=(O,L)=>{var K=j1[O];if(K===void 0)throw O=`${L} has unknown type ${Xe(O)}`,new v1(O);return K},N1=O=>{if(O===null)return"null";var L=typeof O;return L==="object"||L==="array"||L==="function"?O.toString():""+O},ue=(O,L)=>{switch(L){case 4:return function(K){return this.fromWireType(z[K>>2])};case 8:return function(K){return this.fromWireType(e1[K>>3])};default:throw new TypeError(`invalid float width (${L}): ${O}`)}},ne=(O,L,K)=>{switch(L){case 1:return K?J=>P[J]:J=>b[J];case 2:return K?J=>T[J>>1]:J=>R[J>>1];case 4:return K?J=>D[J>>2]:J=>V[J>>2];default:throw new TypeError(`invalid integer width (${L}): ${O}`)}},ie=Object.assign({optional:!0},K1),ye=typeof TextDecoder<"u"?new TextDecoder("utf-16le"):void 0,Re=(O,L)=>{for(var K=O>>1,J=K+L/2;!(K>=J)&&R[K];)++K;if(K<<=1,32<K-O&&ye)return ye.decode(b.subarray(O,K));for(K="",J=0;!(J>=L/2);++J){var r1=T[O+2*J>>1];if(r1==0)break;K+=String.fromCharCode(r1)}return K},Te=(O,L,K)=>{if(K!=null||(K=2147483647),2>K)return 0;K-=2;var J=L;K=K<2*O.length?K/2:O.length;for(var r1=0;r1<K;++r1)T[L>>1]=O.charCodeAt(r1),L+=2;return T[L>>1]=0,L-J},he=O=>2*O.length,Ge=(O,L)=>{for(var K=0,J="";!(K>=L/4);){var r1=D[O+4*K>>2];if(r1==0)break;++K,65536<=r1?(r1-=65536,J+=String.fromCharCode(55296|r1>>10,56320|r1&1023)):J+=String.fromCharCode(r1)}return J},it=(O,L,K)=>{if(K!=null||(K=2147483647),4>K)return 0;var J=L;K=J+K-4;for(var r1=0;r1<O.length;++r1){var f1=O.charCodeAt(r1);if(55296<=f1&&57343>=f1){var x1=O.charCodeAt(++r1);f1=65536+((f1&1023)<<10)|x1&1023}if(D[L>>2]=f1,L+=4,L+4>K)break}return D[L>>2]=0,L-J},st=O=>{for(var L=0,K=0;K<O.length;++K){var J=O.charCodeAt(K);55296<=J&&57343>=J&&++K,L+=4}return L},ot=0,lt=[],Et=O=>{var L=lt.length;return lt.push(O),L},St=(O,L)=>{for(var K=Array(O),J=0;J<O;++J)K[J]=G1(V[L+4*J>>2],"parameter "+J);return K},Tt=Reflect.construct,ze={},ht=O=>{if(!(O instanceof u1||O=="unwind"))throw O},dt=O=>{var L;throw y=O,g1||0<ot||((L=s.onExit)==null||L.call(s,O),I=!0),new u1(O)},Pt=O=>{if(!I)try{if(O(),!(g1||0<ot))try{y=O=y,dt(O)}catch(L){ht(L)}}catch(L){ht(L)}},ct={},mt=()=>{if(!pt){var O={USER:"web_user",LOGNAME:"web_user",PATH:"/",PWD:"/",HOME:"/home/web_user",LANG:(typeof navigator=="object"&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8",_:u||"./this.program"},L;for(L in ct)ct[L]===void 0?delete O[L]:O[L]=ct[L];var K=[];for(L in O)K.push(`${L}=${O[L]}`);pt=K}return pt},pt,Ct=[null,[],[]],kt=()=>{if(typeof crypto=="object"&&typeof crypto.getRandomValues=="function")return O=>crypto.getRandomValues(O);Y("initRandomDevice")},yt=O=>(yt=kt())(O);F1=s.InternalError=class extends Error{constructor(O){super(O),this.name="InternalError"}};for(var gt=Array(256),Qe=0;256>Qe;++Qe)gt[Qe]=String.fromCharCode(Qe);Y1=gt,v1=s.BindingError=class extends Error{constructor(O){super(O),this.name="BindingError"}},Object.assign(Fe.prototype,{isAliasOf:function(O){if(!(this instanceof Fe&&O instanceof Fe))return!1;var L=this.ua.xa.va,K=this.ua.wa;O.ua=O.ua;var J=O.ua.xa.va;for(O=O.ua.wa;L.Aa;)K=L.Ka(K),L=L.Aa;for(;J.Aa;)O=J.Ka(O),J=J.Aa;return L===J&&K===O},clone:function(){if(this.ua.wa||X1(this),this.ua.Ja)return this.ua.count.value+=1,this;var O=we,L=Object,K=L.create,J=Object.getPrototypeOf(this),r1=this.ua;return O=O(K.call(L,J,{ua:{value:{count:r1.count,Ia:r1.Ia,Ja:r1.Ja,wa:r1.wa,xa:r1.xa,za:r1.za,Ba:r1.Ba}}})),O.ua.count.value+=1,O.ua.Ia=!1,O},delete(){if(this.ua.wa||X1(this),this.ua.Ia&&!this.ua.Ja)throw new v1("Object already scheduled for deletion");H1(this);var O=this.ua;--O.count.value,O.count.value===0&&(O.za?O.Ba.Ea(O.za):O.xa.va.Ea(O.wa)),this.ua.Ja||(this.ua.za=void 0,this.ua.wa=void 0)},isDeleted:function(){return!this.ua.wa},deleteLater:function(){if(this.ua.wa||X1(this),this.ua.Ia&&!this.ua.Ja)throw new v1("Object already scheduled for deletion");return this.ua.Ia=!0,this}}),Object.assign(ke.prototype,{Xa(O){return this.Sa&&(O=this.Sa(O)),O},Qa(O){var L;(L=this.Ea)==null||L.call(this,O)},Ca:8,readValueFromPointer:d1,fromWireType:function(O){function L(){return this.Ma?fe(this.va.Ga,{xa:this.bb,wa:K,Ba:this,za:O}):fe(this.va.Ga,{xa:this,wa:O})}var K=this.Xa(O);if(!K)return this.Qa(O),null;var J=pe(this.va,K);if(J!==void 0)return J.ua.count.value===0?(J.ua.wa=K,J.ua.za=O,J.clone()):(J=J.clone(),this.Qa(O),J);if(J=this.va.Wa(K),J=re[J],!J)return L.call(this);J=this.La?J.Ta:J.pointerType;var r1=Z1(K,this.va,J.va);return r1===null?L.call(this):this.Ma?fe(J.va.Ga,{xa:J,wa:r1,Ba:this,za:O}):fe(J.va.Ga,{xa:J,wa:r1})}}),Je=s.UnboundTypeError=((O,L)=>{var K=Ae(L,function(J){this.name=L,this.message=J,J=Error(J).stack,J!==void 0&&(this.stack=this.toString()+`
|
|
292
|
+
`+J.replace(/^Error(:[^\n]*)?\n/,""))});return K.prototype=Object.create(O.prototype),K.prototype.constructor=K,K.prototype.toString=function(){return this.message===void 0?this.name:`${this.name}: ${this.message}`},K})(Error,"UnboundTypeError"),Q.push(0,1,void 0,1,null,1,!0,1,!1,1),s.count_emval_handles=()=>Q.length/2-5-je.length;var Rt={c:(O,L,K,J)=>Y(`Assertion failed: ${O?P1(b,O):""}, at: `+[L?L?P1(b,L):"":"unknown filename",K,J?J?P1(b,J):"":"unknown function"]),m:(O,L,K)=>{var J=new R1(O);throw V[J.wa+16>>2]=0,V[J.wa+4>>2]=L,V[J.wa+8>>2]=K,S1=O,S1},M:()=>{},J:()=>{},K:()=>{},P:function(){},L:()=>{},R:()=>Y(""),v:O=>{var L=o1[O];delete o1[O];var K=L.Oa,J=L.Ea,r1=L.Ra,f1=r1.map(x1=>x1.$a).concat(r1.map(x1=>x1.gb));D1([O],f1,x1=>{var h1={};return r1.forEach((T1,C1)=>{var w1=x1[C1],q1=T1.Ya,Q1=T1.Za,ve=x1[C1+r1.length],se=T1.fb,ae=T1.hb;h1[T1.Va]={read:_e=>w1.fromWireType(q1(Q1,_e)),write:(_e,Ue)=>{var xe=[];se(ae,_e,ve.toWireType(xe,Ue)),_1(xe)}}}),[{name:L.name,fromWireType:T1=>{var C1={},w1;for(w1 in h1)C1[w1]=h1[w1].read(T1);return J(T1),C1},toWireType:(T1,C1)=>{for(var w1 in h1)if(!(w1 in C1))throw new TypeError(`Missing field: "${w1}"`);var q1=K();for(w1 in h1)h1[w1].write(q1,C1[w1]);return T1!==null&&T1.push(J,q1),q1},Ca:8,readValueFromPointer:d1,Da:J}]})},C:()=>{},W:(O,L,K,J)=>{L=B1(L),V1(O,{name:L,fromWireType:function(r1){return!!r1},toWireType:function(r1,f1){return f1?K:J},Ca:8,readValueFromPointer:function(r1){return this.fromWireType(b[r1])},Da:null})},r:(O,L,K,J,r1,f1,x1,h1,T1,C1,w1,q1,Q1)=>{w1=B1(w1),f1=ce(r1,f1),h1&&(h1=ce(x1,h1)),C1&&(C1=ce(T1,C1)),Q1=ce(q1,Q1);var ve=tt(w1);$e(ve,function(){Ie(`Cannot construct ${w1} due to unbound types`,[J])}),D1([O,L,K],J?[J]:[],se=>{if(se=se[0],J)var ae=se.va,_e=ae.Ga;else _e=Fe.prototype;se=Ae(w1,function(...ft){if(Object.getPrototypeOf(this)!==Ue)throw new v1("Use 'new' to construct "+w1);if(xe.Fa===void 0)throw new v1(w1+" has no accessible constructor");var bt=xe.Fa[ft.length];if(bt===void 0)throw new v1(`Tried to invoke ctor of ${w1} with invalid number of parameters (${ft.length}) - expected (${Object.keys(xe.Fa).toString()}) parameters instead!`);return bt.apply(this,ft)});var Ue=Object.create(_e,{constructor:{value:se}});se.prototype=Ue;var xe=new Le(w1,se,Ue,Q1,ae,f1,h1,C1);if(xe.Aa){var We;(We=xe.Aa).Pa!=null||(We.Pa=[]),xe.Aa.Pa.push(xe)}return ae=new ke(w1,xe,!0,!1,!1),We=new ke(w1+"*",xe,!1,!1,!1),_e=new ke(w1+" const*",xe,!1,!0,!1),re[O]={pointerType:We,Ta:_e},Ke(ve,se),[ae,We,_e]})},q:(O,L,K,J,r1,f1)=>{var x1=Oe(L,K);r1=ce(J,r1),D1([],[O],h1=>{h1=h1[0];var T1=`constructor ${h1.name}`;if(h1.va.Fa===void 0&&(h1.va.Fa=[]),h1.va.Fa[L-1]!==void 0)throw new v1(`Cannot register multiple constructors with identical number of parameters (${L-1}) for class '${h1.name}'! Overload resolution is currently only performed using the parameter count, not actual type info!`);return h1.va.Fa[L-1]=()=>{Ie(`Cannot construct ${h1.name} due to unbound types`,x1)},D1([],x1,C1=>(C1.splice(1,0,null),h1.va.Fa[L-1]=Ne(T1,C1,null,r1,f1),[])),[]})},f:(O,L,K,J,r1,f1,x1,h1)=>{var T1=Oe(K,J);L=B1(L),L=Ze(L),f1=ce(r1,f1),D1([],[O],C1=>{function w1(){Ie(`Cannot call ${q1} due to unbound types`,T1)}C1=C1[0];var q1=`${C1.name}.${L}`;L.startsWith("@@")&&(L=Symbol[L.substring(2)]),h1&&C1.va.cb.push(L);var Q1=C1.va.Ga,ve=Q1[L];return ve===void 0||ve.ya===void 0&&ve.className!==C1.name&&ve.Ha===K-2?(w1.Ha=K-2,w1.className=C1.name,Q1[L]=w1):(qe(Q1,L,q1),Q1[L].ya[K-2]=w1),D1([],T1,se=>(se=Ne(q1,se,C1,f1,x1),Q1[L].ya===void 0?(se.Ha=K-2,Q1[L]=se):Q1[L].ya[K-2]=se,[])),[]})},V:O=>V1(O,K1),x:(O,L,K,J)=>{function r1(){}L=B1(L),r1.values={},V1(O,{name:L,constructor:r1,fromWireType:function(f1){return this.constructor.values[f1]},toWireType:(f1,x1)=>x1.value,Ca:8,readValueFromPointer:J1(L,K,J),Da:null}),$e(L,r1)},k:(O,L,K)=>{var J=G1(O,"enum");L=B1(L),O=J.constructor,J=Object.create(J.constructor.prototype,{value:{value:K},constructor:{value:Ae(`${J.name}_${L}`,function(){})}}),O.values[K]=J,O[L]=J},z:(O,L,K)=>{L=B1(L),V1(O,{name:L,fromWireType:J=>J,toWireType:(J,r1)=>r1,Ca:8,readValueFromPointer:ue(L,K),Da:null})},u:(O,L,K,J,r1,f1)=>{var x1=Oe(L,K);O=B1(O),O=Ze(O),r1=ce(J,r1),$e(O,function(){Ie(`Cannot call ${O} due to unbound types`,x1)},L-1),D1([],x1,h1=>(Ke(O,Ne(O,[h1[0],null].concat(h1.slice(1)),null,r1,f1),L-1),[]))},l:(O,L,K,J,r1)=>{if(L=B1(L),r1===-1&&(r1=4294967295),r1=h1=>h1,J===0){var f1=32-8*K;r1=h1=>h1<<f1>>>f1}var x1=L.includes("unsigned")?function(h1,T1){return T1>>>0}:function(h1,T1){return T1};V1(O,{name:L,fromWireType:r1,toWireType:x1,Ca:8,readValueFromPointer:ne(L,K,J!==0),Da:null})},h:(O,L,K)=>{function J(f1){return new r1(P.buffer,V[f1+4>>2],V[f1>>2])}var r1=[Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array][L];K=B1(K),V1(O,{name:K,fromWireType:J,Ca:8,readValueFromPointer:J},{ab:!0})},t:O=>{V1(O,ie)},aa:(O,L,K,J,r1,f1,x1,h1,T1,C1,w1,q1)=>{K=B1(K),f1=ce(r1,f1),h1=ce(x1,h1),C1=ce(T1,C1),q1=ce(w1,q1),D1([O],[L],Q1=>(Q1=Q1[0],[new ke(K,Q1.va,!1,!1,!0,Q1,J,f1,h1,C1,q1)]))},A:(O,L)=>{L=B1(L);var K=L==="std::string";V1(O,{name:L,fromWireType:function(J){var r1=V[J>>2],f1=J+4;if(K)for(var x1=f1,h1=0;h1<=r1;++h1){var T1=f1+h1;if(h1==r1||b[T1]==0){if(x1=x1?P1(b,x1,T1-x1):"",C1===void 0)var C1=x1;else C1+="\0",C1+=x1;x1=T1+1}}else{for(C1=Array(r1),h1=0;h1<r1;++h1)C1[h1]=String.fromCharCode(b[f1+h1]);C1=C1.join("")}return Pe(J),C1},toWireType:function(J,r1){r1 instanceof ArrayBuffer&&(r1=new Uint8Array(r1));var f1,x1=typeof r1=="string";if(!(x1||r1 instanceof Uint8Array||r1 instanceof Uint8ClampedArray||r1 instanceof Int8Array))throw new v1("Cannot pass non-string to std::string");if(K&&x1)for(var h1=f1=0;h1<r1.length;++h1){var T1=r1.charCodeAt(h1);127>=T1?f1++:2047>=T1?f1+=2:55296<=T1&&57343>=T1?(f1+=4,++h1):f1+=3}else f1=r1.length;if(h1=ut(4+f1+1),T1=h1+4,V[h1>>2]=f1,K&&x1)I1(r1,T1,f1+1);else if(x1)for(x1=0;x1<f1;++x1){var C1=r1.charCodeAt(x1);if(255<C1)throw Pe(T1),new v1("String has UTF-16 code units that do not fit in 8 bits");b[T1+x1]=C1}else for(x1=0;x1<f1;++x1)b[T1+x1]=r1[x1];return J!==null&&J.push(Pe,h1),h1},Ca:8,readValueFromPointer:d1,Da(J){Pe(J)}})},s:(O,L,K)=>{if(K=B1(K),L===2)var J=Re,r1=Te,f1=he,x1=h1=>R[h1>>1];else L===4&&(J=Ge,r1=it,f1=st,x1=h1=>V[h1>>2]);V1(O,{name:K,fromWireType:h1=>{for(var T1=V[h1>>2],C1,w1=h1+4,q1=0;q1<=T1;++q1){var Q1=h1+4+q1*L;(q1==T1||x1(Q1)==0)&&(w1=J(w1,Q1-w1),C1===void 0?C1=w1:(C1+="\0",C1+=w1),w1=Q1+L)}return Pe(h1),C1},toWireType:(h1,T1)=>{if(typeof T1!="string")throw new v1(`Cannot pass non-string to C++ string type ${K}`);var C1=f1(T1),w1=ut(4+C1+L);return V[w1>>2]=C1/L,r1(T1,w1+4,C1+L),h1!==null&&h1.push(Pe,w1),w1},Ca:8,readValueFromPointer:d1,Da(h1){Pe(h1)}})},w:(O,L,K,J,r1,f1)=>{o1[O]={name:B1(L),Oa:ce(K,J),Ea:ce(r1,f1),Ra:[]}},j:(O,L,K,J,r1,f1,x1,h1,T1,C1)=>{o1[O].Ra.push({Va:B1(L),$a:K,Ya:ce(J,r1),Za:f1,gb:x1,fb:ce(h1,T1),hb:C1})},X:(O,L)=>{L=B1(L),V1(O,{jb:!0,name:L,Ca:0,fromWireType:()=>{},toWireType:()=>{}})},H:()=>{g1=!1,ot=0},D:()=>{throw 1/0},_:(O,L,K,J)=>(O=lt[O],L=b1(L),O(null,L,K,J)),B:m1,Z:(O,L,K)=>{var J=St(O,L),r1=J.shift();O--;var f1=Array(O);return L=`methodCaller<(${J.map(x1=>x1.name).join(", ")}) => ${r1.name}>`,Et(Ae(L,(x1,h1,T1,C1)=>{for(var w1=0,q1=0;q1<O;++q1)f1[q1]=J[q1].readValueFromPointer(C1+w1),w1+=J[q1].Ca;return h1=K===1?Tt(h1,f1):h1.apply(x1,f1),x1=[],h1=r1.toWireType(x1,h1),x1.length&&(V[T1>>2]=M1(x1)),h1}))},$:O=>{9<O&&(Q[O+1]+=1)},Y:O=>{var L=b1(O);_1(L),m1(O)},o:(O,L)=>(O=G1(O,"_emval_take_value"),O=O.readValueFromPointer(L),M1(O)),E:(O,L)=>{if(ze[O]&&(clearTimeout(ze[O].id),delete ze[O]),!L)return 0;var K=setTimeout(()=>{delete ze[O],Pt(()=>xt(O,performance.now()))},L);return ze[O]={id:K,kb:L},0},F:(O,L,K,J)=>{var r1=new Date().getFullYear(),f1=new Date(r1,0,1).getTimezoneOffset();r1=new Date(r1,6,1).getTimezoneOffset(),V[O>>2]=60*Math.max(f1,r1),D[L>>2]=+(f1!=r1),L=x1=>{var h1=Math.abs(x1);return`UTC${0<=x1?"-":"+"}${String(Math.floor(h1/60)).padStart(2,"0")}${String(h1%60).padStart(2,"0")}`},O=L(f1),L=L(r1),r1<f1?(I1(O,K,17),I1(L,J,17)):(I1(O,J,17),I1(L,K,17))},ba:()=>performance.now(),G:O=>{var L=b.length;if(O>>>=0,2147483648<O)return!1;for(var K=1;4>=K;K*=2){var J=L*(1+.2/K);J=Math.min(J,O+100663296);e:{J=(Math.min(2147483648,65536*Math.ceil(Math.max(O,J)/65536))-d.buffer.byteLength+65535)/65536|0;try{d.grow(J),j();var r1=1;break e}catch{}r1=void 0}if(r1)return!0}return!1},T:(O,L)=>{var K=0;return mt().forEach((J,r1)=>{var f1=L+K;for(r1=V[O+4*r1>>2]=f1,f1=0;f1<J.length;++f1)P[r1++]=J.charCodeAt(f1);P[r1]=0,K+=J.length+1}),0},U:(O,L)=>{var K=mt();V[O>>2]=K.length;var J=0;return K.forEach(r1=>J+=r1.length+1),V[L>>2]=J,0},Q:()=>52,O:()=>52,N:(O,L,K,J)=>{for(var r1=0,f1=0;f1<K;f1++){var x1=V[L>>2],h1=V[L+4>>2];L+=8;for(var T1=0;T1<h1;T1++){var C1=O,w1=b[x1+T1],q1=Ct[C1];w1===0||w1===10?((C1===1?m:S)(P1(q1)),q1.length=0):q1.push(w1)}r1+=h1}return V[J>>2]=r1,0},i:Ft,d:Mt,e:It,p:Dt,y:Lt,b:At,a:wt,g:$t,n:Ot,S:dt,I:(O,L)=>(yt(b.subarray(O,O+L)),0)},oe=function(){var O;function L(J){var r1;return oe=J.exports,d=oe.ca,j(),me=oe.ga,X.unshift(oe.da),t1--,(r1=s.monitorRunDependencies)==null||r1.call(s,t1),t1==0&&N&&(J=N,N=null,J()),oe}t1++,(O=s.monitorRunDependencies)==null||O.call(s,t1);var K={a:Rt};if(s.instantiateWasm)try{return s.instantiateWasm(K,L)}catch(J){S(`Module.instantiateWasm callback failed with error: ${J}`),a(J)}return B!=null||(B=M("DotLottiePlayer.wasm")?"DotLottiePlayer.wasm":s.locateFile?s.locateFile("DotLottiePlayer.wasm",f):f+"DotLottiePlayer.wasm"),p1(K,function(J){L(J.instance)}).catch(a),{}}(),ut=O=>(ut=oe.ea)(O),vt=O=>(vt=oe.fa)(O),Pe=O=>(Pe=oe.ha)(O),xt=(O,L)=>(xt=oe.ia)(O,L),be=(O,L)=>(be=oe.ja)(O,L),Ee=O=>(Ee=oe.ka)(O),Se=()=>(Se=oe.la)();s.dynCall_iijj=(O,L,K,J,r1,f1)=>(s.dynCall_iijj=oe.ma)(O,L,K,J,r1,f1),s.dynCall_vijj=(O,L,K,J,r1,f1)=>(s.dynCall_vijj=oe.na)(O,L,K,J,r1,f1),s.dynCall_jiii=(O,L,K,J)=>(s.dynCall_jiii=oe.oa)(O,L,K,J),s.dynCall_jii=(O,L,K)=>(s.dynCall_jii=oe.pa)(O,L,K),s.dynCall_viijii=(O,L,K,J,r1,f1,x1)=>(s.dynCall_viijii=oe.qa)(O,L,K,J,r1,f1,x1),s.dynCall_iiiiij=(O,L,K,J,r1,f1,x1)=>(s.dynCall_iiiiij=oe.ra)(O,L,K,J,r1,f1,x1),s.dynCall_iiiiijj=(O,L,K,J,r1,f1,x1,h1,T1)=>(s.dynCall_iiiiijj=oe.sa)(O,L,K,J,r1,f1,x1,h1,T1),s.dynCall_iiiiiijj=(O,L,K,J,r1,f1,x1,h1,T1,C1)=>(s.dynCall_iiiiiijj=oe.ta)(O,L,K,J,r1,f1,x1,h1,T1,C1);function wt(O,L,K){var J=Se();try{me.get(O)(L,K)}catch(r1){if(Ee(J),r1!==r1+0)throw r1;be(1,0)}}function At(O,L){var K=Se();try{me.get(O)(L)}catch(J){if(Ee(K),J!==J+0)throw J;be(1,0)}}function It(O,L,K,J){var r1=Se();try{return me.get(O)(L,K,J)}catch(f1){if(Ee(r1),f1!==f1+0)throw f1;be(1,0)}}function Mt(O,L,K){var J=Se();try{return me.get(O)(L,K)}catch(r1){if(Ee(J),r1!==r1+0)throw r1;be(1,0)}}function Ft(O,L){var K=Se();try{return me.get(O)(L)}catch(J){if(Ee(K),J!==J+0)throw J;be(1,0)}}function Dt(O,L,K,J,r1,f1){var x1=Se();try{return me.get(O)(L,K,J,r1,f1)}catch(h1){if(Ee(x1),h1!==h1+0)throw h1;be(1,0)}}function Ot(O,L,K,J,r1){var f1=Se();try{me.get(O)(L,K,J,r1)}catch(x1){if(Ee(f1),x1!==x1+0)throw x1;be(1,0)}}function $t(O,L,K,J){var r1=Se();try{me.get(O)(L,K,J)}catch(f1){if(Ee(r1),f1!==f1+0)throw f1;be(1,0)}}function Lt(O){var L=Se();try{me.get(O)()}catch(K){if(Ee(L),K!==K+0)throw K;be(1,0)}}var et;N=function O(){et||_t(),et||(N=O)};function _t(){function O(){var L;if(!et&&(et=!0,s.calledRun=!0,!I)){if(y1(X),o(s),(L=s.onRuntimeInitialized)==null||L.call(s),s.postRun)for(typeof s.postRun=="function"&&(s.postRun=[s.postRun]);s.postRun.length;){var K=s.postRun.shift();l1.unshift(K)}y1(l1)}}if(!(0<t1)){if(s.preRun)for(typeof s.preRun=="function"&&(s.preRun=[s.preRun]);s.preRun.length;)c1();y1(n1),0<t1||(s.setStatus?(s.setStatus("Running..."),setTimeout(()=>{setTimeout(()=>s.setStatus(""),1),O()},1)):O())}}if(s.preInit)for(typeof s.preInit=="function"&&(s.preInit=[s.preInit]);0<s.preInit.length;)s.preInit.pop()();return _t(),i=l,i}})(),r3=r0,i1=class{constructor(){throw new Error("RendererLoader is a static class and cannot be instantiated.")}static _tryLoad(e){return g(this,null,function*(){return yield r3({locateFile:()=>e})})}static _loadWithBackup(){return g(this,null,function*(){return this._ModulePromise||(this._ModulePromise=this._tryLoad(this._wasmURL).catch(e=>g(this,null,function*(){let t=`https://unpkg.com/${p2}@${c2}/dist/dotlottie-player.wasm`;console.warn(`Primary WASM load failed from ${this._wasmURL}. Error: ${e.message}`),console.warn(`Attempting to load WASM from backup URL: ${t}`);try{return yield this._tryLoad(t)}catch(n){throw console.error(`Primary WASM URL failed: ${e.message}`),console.error(`Backup WASM URL failed: ${n.message}`),new Error("WASM loading failed from all sources.")}}))),this._ModulePromise})}static load(){return g(this,null,function*(){return this._loadWithBackup()})}static setWasmUrl(e){e!==this._wasmURL&&(this._wasmURL=e,this._ModulePromise=null)}};_(i1,"_ModulePromise",null),_(i1,"_wasmURL",`https://cdn.jsdelivr.net/npm/${p2}@${c2}/dist/dotlottie-player.wasm`);var s1=class{constructor(){_(this,"_eventListeners",new Map)}addEventListener(e,t){let n=this._eventListeners.get(e);n||(n=new Set,this._eventListeners.set(e,n)),n.add(t)}removeEventListener(e,t){let n=this._eventListeners.get(e);n&&(t?(n.delete(t),n.size===0&&this._eventListeners.delete(e)):this._eventListeners.delete(e))}dispatch(e){let t=this._eventListeners.get(e.type);t==null||t.forEach(n=>n(e))}removeAllEventListeners(){this._eventListeners.clear()}},W=class{static _initializeObserver(){if(this._observer)return;let e=t=>{t.forEach(n=>{let i=this._observedCanvases.get(n.target);i&&(n.isIntersecting?i.unfreeze():i.freeze())})};this._observer=new IntersectionObserver(e,{threshold:0})}static observe(e,t){var n;this._initializeObserver(),!this._observedCanvases.has(e)&&(this._observedCanvases.set(e,t),(n=this._observer)==null||n.observe(e))}static unobserve(e){var t,n;(t=this._observer)==null||t.unobserve(e),this._observedCanvases.delete(e),this._observedCanvases.size===0&&((n=this._observer)==null||n.disconnect(),this._observer=null)}};_(W,"_observer",null),_(W,"_observedCanvases",new Map);var $=class{static _initializeObserver(){if(this._observer)return;let e=t=>{t.forEach(n=>{let i=this._observedCanvases.get(n.target);if(!i)return;let[s,o]=i;clearTimeout(o);let a=setTimeout(()=>{s.resize()},100);this._observedCanvases.set(n.target,[s,a])})};this._observer=new ResizeObserver(e)}static observe(e,t){var n;this._initializeObserver(),!this._observedCanvases.has(e)&&(this._observedCanvases.set(e,[t,0]),(n=this._observer)==null||n.observe(e))}static unobserve(e){var t,n;(t=this._observer)==null||t.unobserve(e),this._observedCanvases.delete(e),this._observedCanvases.size===0&&((n=this._observer)==null||n.disconnect(),this._observer=null)}};_($,"_observer",null),_($,"_observedCanvases",new Map);function a0(e){return/^#([\da-f]{6}|[\da-f]{8})$/iu.test(e)}function o3(e){if(!a0(e))return 0;let t=e.replace("#","");return t=t.length===6?`${t}ff`:t,parseInt(t,16)}function v2(e){if(e.byteLength<4)return!1;let t=new Uint8Array(e.slice(0,W1.byteLength));for(let n=0;n<W1.length;n+=1)if(W1[n]!==t[n])return!1;return!0}function a3(e){return n3.every(t=>Object.prototype.hasOwnProperty.call(e,t))}function f2(e){if(typeof e=="string")try{return a3(JSON.parse(e))}catch{return!1}else return a3(e)}function Z$1(){return 1+((A?window.devicePixelRatio:1)-1)*i3}function $1(e){let t=e.getBoundingClientRect();return t.top>=0&&t.left>=0&&t.bottom<=(window.innerHeight||document.documentElement.clientHeight)&&t.right<=(window.innerWidth||document.documentElement.clientWidth)}var m2=(e,t)=>e==="reverse"?t.Mode.Reverse:e==="bounce"?t.Mode.Bounce:e==="reverse-bounce"?t.Mode.ReverseBounce:t.Mode.Forward,_2=(e,t)=>e==="contain"?t.Fit.Contain:e==="cover"?t.Fit.Cover:e==="fill"?t.Fit.Fill:e==="fit-height"?t.Fit.FitHeight:e==="fit-width"?t.Fit.FitWidth:t.Fit.None,g2=(e,t)=>{let n=new t.VectorFloat;return n.push_back(e[0]),n.push_back(e[1]),n},y2=(e,t)=>{let n=new t.VectorFloat;return e.length!==2||(n.push_back(e[0]),n.push_back(e[1])),n},C=class te{constructor(t){_(this,"_canvas"),_(this,"_context",null),_(this,"_eventManager"),_(this,"_animationFrameId",null),_(this,"_frameManager"),_(this,"_dotLottieCore",null),_(this,"_renderConfig",{}),_(this,"_isFrozen",!1),_(this,"_backgroundColor",null),_(this,"_pointerUpMethod"),_(this,"_pointerDownMethod"),_(this,"_pointerMoveMethod"),_(this,"_pointerEnterMethod"),_(this,"_pointerExitMethod");var n,i,s;this._canvas=t.canvas,this._context=this._canvas.getContext("2d"),this._eventManager=new s1,this._frameManager=new z1,this._renderConfig=k(F({},t.renderConfig),{devicePixelRatio:((n=t.renderConfig)==null?void 0:n.devicePixelRatio)||Z$1(),freezeOnOffscreen:(s=(i=t.renderConfig)==null?void 0:i.freezeOnOffscreen)!=null?s:!0}),i1.load().then(o=>{var a,l,c,u,f,x,m,S;te._wasmModule=o,this._dotLottieCore=new o.DotLottiePlayer({themeId:(a=t.themeId)!=null?a:"",autoplay:(l=t.autoplay)!=null?l:!1,backgroundColor:0,loopAnimation:(c=t.loop)!=null?c:!1,mode:m2((u=t.mode)!=null?u:"forward",o),segment:y2((f=t.segment)!=null?f:[],o),speed:(x=t.speed)!=null?x:1,useFrameInterpolation:(m=t.useFrameInterpolation)!=null?m:!0,marker:(S=t.marker)!=null?S:"",layout:t.layout?{align:g2(t.layout.align,o),fit:_2(t.layout.fit,o)}:o.createDefaultLayout()}),this._eventManager.dispatch({type:"ready"}),t.data?this._loadFromData(t.data):t.src&&this._loadFromSrc(t.src),t.backgroundColor&&this.setBackgroundColor(t.backgroundColor)}).catch(o=>{this._eventManager.dispatch({type:"loadError",error:new Error(`Failed to load wasm module: ${o}`)})}),this._pointerUpMethod=this._onPointerUp.bind(this),this._pointerDownMethod=this._onPointerDown.bind(this),this._pointerMoveMethod=this._onPointerMove.bind(this),this._pointerEnterMethod=this._onPointerEnter.bind(this),this._pointerExitMethod=this._onPointerLeave.bind(this)}_dispatchError(t){console.error(t),this._eventManager.dispatch({type:"loadError",error:new Error(t)})}_fetchData(t){return g(this,null,function*(){let n=yield fetch(t);if(!n.ok)throw new Error(`Failed to fetch animation data from URL: ${t}. ${n.status}: ${n.statusText}`);let i=yield n.arrayBuffer();return v2(i)?i:new TextDecoder().decode(i)})}_loadFromData(t){if(this._dotLottieCore===null)return;let n=this._canvas.width,i=this._canvas.height,s=!1;if(typeof t=="string"){if(!f2(t)){this._dispatchError("Invalid Lottie JSON string: The provided string does not conform to the Lottie JSON format.");return}s=this._dotLottieCore.loadAnimationData(t,n,i)}else if(t instanceof ArrayBuffer){if(!v2(t)){this._dispatchError("Invalid dotLottie ArrayBuffer: The provided ArrayBuffer does not conform to the dotLottie format.");return}s=this._dotLottieCore.loadDotLottieData(t,n,i)}else if(typeof t=="object"){if(!f2(t)){this._dispatchError("Invalid Lottie JSON object: The provided object does not conform to the Lottie JSON format.");return}s=this._dotLottieCore.loadAnimationData(JSON.stringify(t),n,i)}else{this._dispatchError(`Unsupported data type for animation data. Expected:
|
|
293
|
+
- string (Lottie JSON),
|
|
294
|
+
- ArrayBuffer (dotLottie),
|
|
295
|
+
- object (Lottie JSON).
|
|
296
|
+
Received: ${typeof t}`);return}s?(this._eventManager.dispatch({type:"load"}),A&&this.resize(),this._eventManager.dispatch({type:"frame",currentFrame:this._dotLottieCore.currentFrame()}),this._render(),this._dotLottieCore.config().autoplay&&(this._dotLottieCore.play(),this._dotLottieCore.isPlaying()?(this._eventManager.dispatch({type:"play"}),this._animationFrameId=this._frameManager.requestAnimationFrame(this._draw.bind(this))):console.error("something went wrong, the animation was suppose to autoplay")),A&&this._canvas instanceof HTMLCanvasElement&&(this._renderConfig.freezeOnOffscreen&&W.observe(this._canvas,this),this._renderConfig.autoResize&&$.observe(this._canvas,this))):this._dispatchError("Failed to load animation data")}_loadFromSrc(t){this._fetchData(t).then(n=>this._loadFromData(n)).catch(n=>this._dispatchError(`Failed to load animation data from URL: ${t}. ${n}`))}get activeAnimationId(){var t;return(t=this._dotLottieCore)==null?void 0:t.activeAnimationId()}get activeThemeId(){var t;return(t=this._dotLottieCore)==null?void 0:t.activeThemeId()}get layout(){var t;let n=(t=this._dotLottieCore)==null?void 0:t.config().layout;if(n)return{align:[n.align.get(0),n.align.get(1)],fit:(()=>{var i,s,o,a,l,c;switch(n.fit){case((i=te._wasmModule)==null?void 0:i.Fit.Contain):return"contain";case((s=te._wasmModule)==null?void 0:s.Fit.Cover):return"cover";case((o=te._wasmModule)==null?void 0:o.Fit.Fill):return"fill";case((a=te._wasmModule)==null?void 0:a.Fit.FitHeight):return"fit-height";case((l=te._wasmModule)==null?void 0:l.Fit.FitWidth):return"fit-width";case((c=te._wasmModule)==null?void 0:c.Fit.None):return"none";default:return"contain"}})()}}get marker(){var t;return(t=this._dotLottieCore)==null?void 0:t.config().marker}get manifest(){var t;try{let n=(t=this._dotLottieCore)==null?void 0:t.manifestString();if(this._dotLottieCore===null||!n)return null;let i=JSON.parse(n);return Object.keys(i).length===0?null:i}catch{return null}}get renderConfig(){return this._renderConfig}get segment(){var t;let n=(t=this._dotLottieCore)==null?void 0:t.config().segment;if(n&&n.size()===2)return[n.get(0),n.get(1)]}get loop(){var t,n;return(n=(t=this._dotLottieCore)==null?void 0:t.config().loopAnimation)!=null?n:!1}get mode(){var t,n,i,s;let o=(t=this._dotLottieCore)==null?void 0:t.config().mode;return o===((n=te._wasmModule)==null?void 0:n.Mode.Reverse)?"reverse":o===((i=te._wasmModule)==null?void 0:i.Mode.Bounce)?"bounce":o===((s=te._wasmModule)==null?void 0:s.Mode.ReverseBounce)?"reverse-bounce":"forward"}get isFrozen(){return this._isFrozen}get backgroundColor(){var t;return(t=this._backgroundColor)!=null?t:""}get autoplay(){var t,n;return(n=(t=this._dotLottieCore)==null?void 0:t.config().autoplay)!=null?n:!1}get useFrameInterpolation(){var t,n;return(n=(t=this._dotLottieCore)==null?void 0:t.config().useFrameInterpolation)!=null?n:!1}get speed(){var t,n;return(n=(t=this._dotLottieCore)==null?void 0:t.config().speed)!=null?n:0}get isReady(){return this._dotLottieCore!==null}get isLoaded(){var t,n;return(n=(t=this._dotLottieCore)==null?void 0:t.isLoaded())!=null?n:!1}get isPlaying(){var t,n;return(n=(t=this._dotLottieCore)==null?void 0:t.isPlaying())!=null?n:!1}get isPaused(){var t,n;return(n=(t=this._dotLottieCore)==null?void 0:t.isPaused())!=null?n:!1}get isStopped(){var t,n;return(n=(t=this._dotLottieCore)==null?void 0:t.isStopped())!=null?n:!1}get currentFrame(){var t,n;return(n=(t=this._dotLottieCore)==null?void 0:t.currentFrame())!=null?n:0}get loopCount(){var t,n;return(n=(t=this._dotLottieCore)==null?void 0:t.loopCount())!=null?n:0}get totalFrames(){var t,n;return(n=(t=this._dotLottieCore)==null?void 0:t.totalFrames())!=null?n:0}get duration(){var t,n;return(n=(t=this._dotLottieCore)==null?void 0:t.duration())!=null?n:0}get segmentDuration(){var t,n;return(n=(t=this._dotLottieCore)==null?void 0:t.segmentDuration())!=null?n:0}get canvas(){return this._canvas}load(t){var n,i,s,o,a,l,c,u,f;this._dotLottieCore===null||te._wasmModule===null||(this._animationFrameId!==null&&(this._frameManager.cancelAnimationFrame(this._animationFrameId),this._animationFrameId=null),this._dotLottieCore.setConfig({themeId:(n=t.themeId)!=null?n:"",autoplay:(i=t.autoplay)!=null?i:!1,backgroundColor:0,loopAnimation:(s=t.loop)!=null?s:!1,mode:m2((o=t.mode)!=null?o:"forward",te._wasmModule),segment:y2((a=t.segment)!=null?a:[],te._wasmModule),speed:(l=t.speed)!=null?l:1,useFrameInterpolation:(c=t.useFrameInterpolation)!=null?c:!0,marker:(u=t.marker)!=null?u:"",layout:t.layout?{align:g2(t.layout.align,te._wasmModule),fit:_2(t.layout.fit,te._wasmModule)}:te._wasmModule.createDefaultLayout()}),t.data?this._loadFromData(t.data):t.src&&this._loadFromSrc(t.src),this.setBackgroundColor((f=t.backgroundColor)!=null?f:""))}_render(){if(this._dotLottieCore===null||this._context===null)return!1;if(this._dotLottieCore.render()){let t=this._dotLottieCore.buffer(),n=new Uint8ClampedArray(t,0,this._canvas.width*this._canvas.height*4),i=null;return typeof ImageData>"u"?(i=this._context.createImageData(this._canvas.width,this._canvas.height),i.data.set(n)):i=new ImageData(n,this._canvas.width,this._canvas.height),this._context.putImageData(i,0,0),this._eventManager.dispatch({type:"render",currentFrame:this._dotLottieCore.currentFrame()}),!0}return!1}_draw(){if(this._dotLottieCore===null||this._context===null||!this._dotLottieCore.isPlaying())return;let t=this._dotLottieCore.requestFrame();this._dotLottieCore.setFrame(t)&&(this._eventManager.dispatch({type:"frame",currentFrame:this._dotLottieCore.currentFrame()}),this._render()&&this._dotLottieCore.isComplete()&&(this._dotLottieCore.config().loopAnimation?this._eventManager.dispatch({type:"loop",loopCount:this._dotLottieCore.loopCount()}):this._eventManager.dispatch({type:"complete"}))),this._animationFrameId=this._frameManager.requestAnimationFrame(this._draw.bind(this))}play(){this._dotLottieCore!==null&&((this._dotLottieCore.play()||this._dotLottieCore.isPlaying())&&(this._isFrozen=!1,this._eventManager.dispatch({type:"play"}),this._animationFrameId=this._frameManager.requestAnimationFrame(this._draw.bind(this))),A&&this._canvas instanceof HTMLCanvasElement&&this._renderConfig.freezeOnOffscreen&&!$1(this._canvas)&&this.freeze())}pause(){this._dotLottieCore!==null&&(this._dotLottieCore.pause()||this._dotLottieCore.isPaused())&&this._eventManager.dispatch({type:"pause"})}stop(){this._dotLottieCore!==null&&this._dotLottieCore.stop()&&(this._eventManager.dispatch({type:"frame",currentFrame:this._dotLottieCore.currentFrame()}),this._render(),this._eventManager.dispatch({type:"stop"}))}setFrame(t){this._dotLottieCore===null||t<0||t>this._dotLottieCore.totalFrames()||this._dotLottieCore.seek(t)&&(this._eventManager.dispatch({type:"frame",currentFrame:this._dotLottieCore.currentFrame()}),this._render())}setSpeed(t){this._dotLottieCore!==null&&this._dotLottieCore.setConfig(k(F({},this._dotLottieCore.config()),{speed:t}))}setBackgroundColor(t){this._dotLottieCore!==null&&(A&&this._canvas instanceof HTMLCanvasElement?this._canvas.style.backgroundColor=t:this._dotLottieCore.setConfig(k(F({},this._dotLottieCore.config()),{backgroundColor:o3(t)})),this._backgroundColor=t)}setLoop(t){this._dotLottieCore!==null&&this._dotLottieCore.setConfig(k(F({},this._dotLottieCore.config()),{loopAnimation:t}))}setUseFrameInterpolation(t){this._dotLottieCore!==null&&this._dotLottieCore.setConfig(k(F({},this._dotLottieCore.config()),{useFrameInterpolation:t}))}addEventListener(t,n){this._eventManager.addEventListener(t,n)}removeEventListener(t,n){this._eventManager.removeEventListener(t,n)}destroy(){var t;A&&this._canvas instanceof HTMLCanvasElement&&(W.unobserve(this._canvas),$.unobserve(this._canvas)),(t=this._dotLottieCore)==null||t.delete(),this._dotLottieCore=null,this._context=null,this._eventManager.dispatch({type:"destroy"}),this._eventManager.removeAllEventListeners(),this._cleanupStateMachineListeners()}freeze(){this._animationFrameId!==null&&(this._frameManager.cancelAnimationFrame(this._animationFrameId),this._animationFrameId=null,this._isFrozen=!0,this._eventManager.dispatch({type:"freeze"}))}unfreeze(){this._animationFrameId===null&&(this._animationFrameId=this._frameManager.requestAnimationFrame(this._draw.bind(this)),this._isFrozen=!1,this._eventManager.dispatch({type:"unfreeze"}))}resize(){if(!(!this._dotLottieCore||!this.isLoaded)){if(A&&this._canvas instanceof HTMLCanvasElement){let t=this._renderConfig.devicePixelRatio||window.devicePixelRatio||1,{height:n,width:i}=this._canvas.getBoundingClientRect();this._canvas.width=i*t,this._canvas.height=n*t}this._dotLottieCore.resize(this._canvas.width,this._canvas.height)&&this._render()}}setSegment(t,n){this._dotLottieCore===null||te._wasmModule===null||this._dotLottieCore.setConfig(k(F({},this._dotLottieCore.config()),{segment:y2([t,n],te._wasmModule)}))}setMode(t){this._dotLottieCore===null||te._wasmModule===null||this._dotLottieCore.setConfig(k(F({},this._dotLottieCore.config()),{mode:m2(t,te._wasmModule)}))}setRenderConfig(t){let n=t,{devicePixelRatio:i,freezeOnOffscreen:s}=n,o=O1(n,["devicePixelRatio","freezeOnOffscreen"]);this._renderConfig=k(F(F({},this._renderConfig),o),{devicePixelRatio:i||Z$1(),freezeOnOffscreen:s??!0}),A&&this._canvas instanceof HTMLCanvasElement&&(this._renderConfig.autoResize?$.observe(this._canvas,this):$.unobserve(this._canvas),this._renderConfig.freezeOnOffscreen?W.observe(this._canvas,this):(W.unobserve(this._canvas),this._isFrozen&&this.unfreeze()))}loadAnimation(t){this._dotLottieCore===null||this._dotLottieCore.activeAnimationId()===t||(this._dotLottieCore.loadAnimation(t,this._canvas.width,this._canvas.height)?(this._eventManager.dispatch({type:"load"}),this.resize()):this._eventManager.dispatch({type:"loadError",error:new Error(`Failed to animation :${t}`)}))}setMarker(t){this._dotLottieCore!==null&&this._dotLottieCore.setConfig(k(F({},this._dotLottieCore.config()),{marker:t}))}markers(){var t;let n=(t=this._dotLottieCore)==null?void 0:t.markers();if(n){let i=[];for(let s=0;s<n.size();s+=1){let o=n.get(s);i.push({name:o.name,time:o.time,duration:o.duration})}return i}return[]}setTheme(t){if(this._dotLottieCore===null)return!1;let n=this._dotLottieCore.setTheme(t);return this._render(),n}resetTheme(){return this._dotLottieCore===null?!1:this._dotLottieCore.resetTheme()}setThemeData(t){if(this._dotLottieCore===null)return!1;let n=this._dotLottieCore.setThemeData(t);return this._render(),n}setSlots(t){this._dotLottieCore!==null&&this._dotLottieCore.setSlots(t)}setLayout(t){this._dotLottieCore===null||te._wasmModule===null||this._dotLottieCore.setConfig(k(F({},this._dotLottieCore.config()),{layout:{align:g2(t.align,te._wasmModule),fit:_2(t.fit,te._wasmModule)}}))}setViewport(t,n,i,s){return this._dotLottieCore===null?!1:this._dotLottieCore.setViewport(t,n,i,s)}static setWasmUrl(t){i1.setWasmUrl(t)}loadStateMachine(t){var n,i;return(i=(n=this._dotLottieCore)==null?void 0:n.loadStateMachine(t))!=null?i:!1}startStateMachine(){var t,n;let i=(n=(t=this._dotLottieCore)==null?void 0:t.startStateMachine())!=null?n:!1;return i&&this._setupStateMachineListeners(),i}stopStateMachine(){var t,n;let i=(n=(t=this._dotLottieCore)==null?void 0:t.stopStateMachine())!=null?n:!1;return i&&this._cleanupStateMachineListeners(),i}_getPointerPosition(t){let n=this._canvas.getBoundingClientRect(),i=this._canvas.width/n.width,s=this._canvas.height/n.height,o=this._renderConfig.devicePixelRatio||window.devicePixelRatio||1,a=(t.clientX-n.left)*i/o,l=(t.clientY-n.top)*s/o;return{x:a,y:l}}_onPointerUp(t){let{x:n,y:i}=this._getPointerPosition(t);this.postPointerUpEvent(n,i)}_onPointerDown(t){let{x:n,y:i}=this._getPointerPosition(t);this.postPointerDownEvent(n,i)}_onPointerMove(t){let{x:n,y:i}=this._getPointerPosition(t);this.postPointerMoveEvent(n,i)}_onPointerEnter(t){let{x:n,y:i}=this._getPointerPosition(t);this.postPointerEnterEvent(n,i)}_onPointerLeave(t){let{x:n,y:i}=this._getPointerPosition(t);this.postPointerExitEvent(n,i)}postPointerUpEvent(t,n){var i;return(i=this._dotLottieCore)==null?void 0:i.postPointerUpEvent(t,n)}postPointerDownEvent(t,n){var i;return(i=this._dotLottieCore)==null?void 0:i.postPointerDownEvent(t,n)}postPointerMoveEvent(t,n){var i;return(i=this._dotLottieCore)==null?void 0:i.postPointerMoveEvent(t,n)}postPointerEnterEvent(t,n){var i;return(i=this._dotLottieCore)==null?void 0:i.postPointerEnterEvent(t,n)}postPointerExitEvent(t,n){var i;return(i=this._dotLottieCore)==null?void 0:i.postPointerExitEvent(t,n)}getStateMachineListeners(){if(!this._dotLottieCore)return[];let t=this._dotLottieCore.stateMachineFrameworkSetup(),n=[];for(let i=0;i<t.size();i+=1)n.push(t.get(i));return n}_setupStateMachineListeners(){if(A&&this._canvas instanceof HTMLCanvasElement&&this._dotLottieCore!==null&&this.isLoaded){let t=this.getStateMachineListeners();t.includes("PointerUp")&&this._canvas.addEventListener("pointerup",this._pointerUpMethod),t.includes("PointerDown")&&this._canvas.addEventListener("pointerdown",this._pointerDownMethod),t.includes("PointerMove")&&this._canvas.addEventListener("pointermove",this._pointerMoveMethod),t.includes("PointerEnter")&&this._canvas.addEventListener("pointerenter",this._pointerEnterMethod),t.includes("PointerExit")&&this._canvas.addEventListener("pointerleave",this._pointerExitMethod)}}_cleanupStateMachineListeners(){A&&this._canvas instanceof HTMLCanvasElement&&(this._canvas.removeEventListener("pointerup",this._pointerUpMethod),this._canvas.removeEventListener("pointerdown",this._pointerDownMethod),this._canvas.removeEventListener("pointermove",this._pointerMoveMethod),this._canvas.removeEventListener("pointerenter",this._pointerEnterMethod),this._canvas.removeEventListener("pointerleave",this._pointerExitMethod))}loadStateMachineData(t){var n,i;return(i=(n=this._dotLottieCore)==null?void 0:n.loadStateMachineData(t))!=null?i:!1}animationSize(){var t,n,i,s;let o=(n=(t=this._dotLottieCore)==null?void 0:t.animationSize().get(0))!=null?n:0,a=(s=(i=this._dotLottieCore)==null?void 0:i.animationSize().get(1))!=null?s:0;return{width:o,height:a}}setStateMachineBooleanContext(t,n){var i,s;return(s=(i=this._dotLottieCore)==null?void 0:i.setStateMachineBooleanContext(t,n))!=null?s:!1}setStateMachineNumericContext(t,n){var i,s;return(s=(i=this._dotLottieCore)==null?void 0:i.setStateMachineNumericContext(t,n))!=null?s:!1}setStateMachineStringContext(t,n){var i,s;return(s=(i=this._dotLottieCore)==null?void 0:i.setStateMachineStringContext(t,n))!=null?s:!1}getLayerBoundingBox(t){var n;let i=(n=this._dotLottieCore)==null?void 0:n.getLayerBounds(t);if(!i||i.size()!==4)return;let s=i.get(0),o=i.get(1),a=i.get(2),l=i.get(3);return{x:s,y:o,width:a,height:l}}static transformThemeToLottieSlots(t,n){var i,s;return(s=(i=te._wasmModule)==null?void 0:i.transformThemeToLottieSlots(t,n))!=null?s:""}};_(C,"_wasmModule",null);var s3=C,w2=class{constructor(){if(typeof Worker>"u")throw new Error("Worker is not supported in this environment.");let e=new Blob([new Uint8Array([34,117,115,101,32,115,116,114,105,99,116,34,59,10,40,40,41,32,61,62,32,123,10,32,32,118,97,114,32,95,95,100,101,102,80,114,111,112,32,61,32,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,59,10,32,32,118,97,114,32,95,95,100,101,102,80,114,111,112,115,32,61,32,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,59,10,32,32,118,97,114,32,95,95,103,101,116,79,119,110,80,114,111,112,68,101,115,99,115,32,61,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,59,10,32,32,118,97,114,32,95,95,103,101,116,79,119,110,80,114,111,112,83,121,109,98,111,108,115,32,61,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,59,10,32,32,118,97,114,32,95,95,104,97,115,79,119,110,80,114,111,112,32,61,32,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,59,10,32,32,118,97,114,32,95,95,112,114,111,112,73,115,69,110,117,109,32,61,32,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,112,114,111,112,101,114,116,121,73,115,69,110,117,109,101,114,97,98,108,101,59,10,32,32,118,97,114,32,95,95,100,101,102,78,111,114,109,97,108,80,114,111,112,32,61,32,40,111,98,106,44,32,107,101,121,44,32,118,97,108,117,101,41,32,61,62,32,107,101,121,32,105,110,32,111,98,106,32,63,32,95,95,100,101,102,80,114,111,112,40,111,98,106,44,32,107,101,121,44,32,123,32,101,110,117,109,101,114,97,98,108,101,58,32,116,114,117,101,44,32,99,111,110,102,105,103,117,114,97,98,108,101,58,32,116,114,117,101,44,32,119,114,105,116,97,98,108,101,58,32,116,114,117,101,44,32,118,97,108,117,101,32,125,41,32,58,32,111,98,106,91,107,101,121,93,32,61,32,118,97,108,117,101,59,10,32,32,118,97,114,32,95,95,115,112,114,101,97,100,86,97,108,117,101,115,32,61,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,102,111,114,32,40,118,97,114,32,112,114,111,112,32,105,110,32,98,32,124,124,32,40,98,32,61,32,123,125,41,41,10,32,32,32,32,32,32,105,102,32,40,95,95,104,97,115,79,119,110,80,114,111,112,46,99,97,108,108,40,98,44,32,112,114,111,112,41,41,10,32,32,32,32,32,32,32,32,95,95,100,101,102,78,111,114,109,97,108,80,114,111,112,40,97,44,32,112,114,111,112,44,32,98,91,112,114,111,112,93,41,59,10,32,32,32,32,105,102,32,40,95,95,103,101,116,79,119,110,80,114,111,112,83,121,109,98,111,108,115,41,10,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,112,114,111,112,32,111,102,32,95,95,103,101,116,79,119,110,80,114,111,112,83,121,109,98,111,108,115,40,98,41,41,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,95,95,112,114,111,112,73,115,69,110,117,109,46,99,97,108,108,40,98,44,32,112,114,111,112,41,41,10,32,32,32,32,32,32,32,32,32,32,95,95,100,101,102,78,111,114,109,97,108,80,114,111,112,40,97,44,32,112,114,111,112,44,32,98,91,112,114,111,112,93,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,114,101,116,117,114,110,32,97,59,10,32,32,125,59,10,32,32,118,97,114,32,95,95,115,112,114,101,97,100,80,114,111,112,115,32,61,32,40,97,44,32,98,41,32,61,62,32,95,95,100,101,102,80,114,111,112,115,40,97,44,32,95,95,103,101,116,79,119,110,80,114,111,112,68,101,115,99,115,40,98,41,41,59,10,32,32,118,97,114,32,95,95,111,98,106,82,101,115,116,32,61,32,40,115,111,117,114,99,101,44,32,101,120,99,108,117,100,101,41,32,61,62,32,123,10,32,32,32,32,118,97,114,32,116,97,114,103,101,116,32,61,32,123,125,59,10,32,32,32,32,102,111,114,32,40,118,97,114,32,112,114,111,112,32,105,110,32,115,111,117,114,99,101,41,10,32,32,32,32,32,32,105,102,32,40,95,95,104,97,115,79,119,110,80,114,111,112,46,99,97,108,108,40,115,111,117,114,99,101,44,32,112,114,111,112,41,32,38,38,32,101,120,99,108,117,100,101,46,105,110,100,101,120,79,102,40,112,114,111,112,41,32,60,32,48,41,10,32,32,32,32,32,32,32,32,116,97,114,103,101,116,91,112,114,111,112,93,32,61,32,115,111,117,114,99,101,91,112,114,111,112,93,59,10,32,32,32,32,105,102,32,40,115,111,117,114,99,101,32,33,61,32,110,117,108,108,32,38,38,32,95,95,103,101,116,79,119,110,80,114,111,112,83,121,109,98,111,108,115,41,10,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,112,114,111,112,32,111,102,32,95,95,103,101,116,79,119,110,80,114,111,112,83,121,109,98,111,108,115,40,115,111,117,114,99,101,41,41,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,101,120,99,108,117,100,101,46,105,110,100,101,120,79,102,40,112,114,111,112,41,32,60,32,48,32,38,38,32,95,95,112,114,111,112,73,115,69,110,117,109,46,99,97,108,108,40,115,111,117,114,99,101,44,32,112,114,111,112,41,41,10,32,32,32,32,32,32,32,32,32,32,116,97,114,103,101,116,91,112,114,111,112,93,32,61,32,115,111,117,114,99,101,91,112,114,111,112,93,59,10,32,32,32,32,32,32,125,10,32,32,32,32,114,101,116,117,114,110,32,116,97,114,103,101,116,59,10,32,32,125,59,10,32,32,118,97,114,32,95,95,112,117,98,108,105,99,70,105,101,108,100,32,61,32,40,111,98,106,44,32,107,101,121,44,32,118,97,108,117,101,41,32,61,62,32,95,95,100,101,102,78,111,114,109,97,108,80,114,111,112,40,111,98,106,44,32,116,121,112,101,111,102,32,107,101,121,32,33,61,61,32,34,115,121,109,98,111,108,34,32,63,32,107,101,121,32,43,32,34,34,32,58,32,107,101,121,44,32,118,97,108,117,101,41,59,10,32,32,118,97,114,32,95,95,97,115,121,110,99,32,61,32,40,95,95,116,104,105,115,44,32,95,95,97,114,103,117,109,101,110,116,115,44,32,103,101,110,101,114,97,116,111,114,41,32,61,62,32,123,10,32,32,32,32,114,101,116,117,114,110,32,110,101,119,32,80,114,111,109,105,115,101,40,40,114,101,115,111,108,118,101,44,32,114,101,106,101,99,116,41,32,61,62,32,123,10,32,32,32,32,32,32,118,97,114,32,102,117,108,102,105,108,108,101,100,32,61,32,40,118,97,108,117,101,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,32,32,115,116,101,112,40,103,101,110,101,114,97,116,111,114,46,110,101,120,116,40,118,97,108,117,101,41,41,59,10,32,32,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,101,41,32,123,10,32,32,32,32,32,32,32,32,32,32,114,101,106,101,99,116,40,101,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,118,97,114,32,114,101,106,101,99,116,101,100,32,61,32,40,118,97,108,117,101,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,32,32,115,116,101,112,40,103,101,110,101,114,97,116,111,114,46,116,104,114,111,119,40,118,97,108,117,101,41,41,59,10,32,32,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,101,41,32,123,10,32,32,32,32,32,32,32,32,32,32,114,101,106,101,99,116,40,101,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,118,97,114,32,115,116,101,112,32,61,32,40,120,41,32,61,62,32,120,46,100,111,110,101,32,63,32,114,101,115,111,108,118,101,40,120,46,118,97,108,117,101,41,32,58,32,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,40,120,46,118,97,108,117,101,41,46,116,104,101,110,40,102,117,108,102,105,108,108,101,100,44,32,114,101,106,101,99,116,101,100,41,59,10,32,32,32,32,32,32,115,116,101,112,40,40,103,101,110,101,114,97,116,111,114,32,61,32,103,101,110,101,114,97,116,111,114,46,97,112,112,108,121,40,95,95,116,104,105,115,44,32,95,95,97,114,103,117,109,101,110,116,115,41,41,46,110,101,120,116,40,41,41,59,10,32,32,32,32,125,41,59,10,32,32,125,59,10,10,32,32,47,47,32,115,114,99,47,97,110,105,109,97,116,105,111,110,45,102,114,97,109,101,45,109,97,110,97,103,101,114,46,116,115,10,32,32,118,97,114,32,87,101,98,65,110,105,109,97,116,105,111,110,70,114,97,109,101,83,116,114,97,116,101,103,121,32,61,32,99,108,97,115,115,32,123,10,32,32,32,32,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,99,97,108,108,98,97,99,107,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,99,97,108,108,98,97,99,107,41,59,10,32,32,32,32,125,10,32,32,32,32,99,97,110,99,101,108,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,105,100,41,32,123,10,32,32,32,32,32,32,99,97,110,99,101,108,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,105,100,41,59,10,32,32,32,32,125,10,32,32,125,59,10,32,32,118,97,114,32,78,111,100,101,65,110,105,109,97,116,105,111,110,70,114,97,109,101,83,116,114,97,116,101,103,121,32,61,32,99,108,97,115,115,32,123,10,32,32,32,32,99,111,110,115,116,114,117,99,116,111,114,40,41,32,123,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,108,97,115,116,72,97,110,100,108,101,73,100,34,44,32,48,41,59,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,108,97,115,116,73,109,109,101,100,105,97,116,101,34,44,32,110,117,108,108,41,59,10,32,32,32,32,125,10,32,32,32,32,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,99,97,108,108,98,97,99,107,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,108,97,115,116,72,97,110,100,108,101,73,100,32,62,61,32,78,117,109,98,101,114,46,77,65,88,95,83,65,70,69,95,73,78,84,69,71,69,82,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,108,97,115,116,72,97,110,100,108,101,73,100,32,61,32,48,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,116,104,105,115,46,95,108,97,115,116,72,97,110,100,108,101,73,100,32,43,61,32,49,59,10,32,32,32,32,32,32,116,104,105,115,46,95,108,97,115,116,73,109,109,101,100,105,97,116,101,32,61,32,115,101,116,73,109,109,101,100,105,97,116,101,40,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,99,97,108,108,98,97,99,107,40,68,97,116,101,46,110,111,119,40,41,41,59,10,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,95,108,97,115,116,72,97,110,100,108,101,73,100,59,10,32,32,32,32,125,10,32,32,32,32,99,97,110,99,101,108,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,95,105,100,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,108,97,115,116,73,109,109,101,100,105,97,116,101,41,32,123,10,32,32,32,32,32,32,32,32,99,108,101,97,114,73,109,109,101,100,105,97,116,101,40,116,104,105,115,46,95,108,97,115,116,73,109,109,101,100,105,97,116,101,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,125,59,10,32,32,118,97,114,32,65,110,105,109,97,116,105,111,110,70,114,97,109,101,77,97,110,97,103,101,114,32,61,32,99,108,97,115,115,32,123,10,32,32,32,32,99,111,110,115,116,114,117,99,116,111,114,40,41,32,123,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,115,116,114,97,116,101,103,121,34,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,115,116,114,97,116,101,103,121,32,61,32,116,121,112,101,111,102,32,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,32,61,61,61,32,34,102,117,110,99,116,105,111,110,34,32,63,32,110,101,119,32,87,101,98,65,110,105,109,97,116,105,111,110,70,114,97,109,101,83,116,114,97,116,101,103,121,40,41,32,58,32,110,101,119,32,78,111,100,101,65,110,105,109,97,116,105,111,110,70,114,97,109,101,83,116,114,97,116,101,103,121,40,41,59,10,32,32,32,32,125,10,32,32,32,32,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,99,97,108,108,98,97,99,107,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,95,115,116,114,97,116,101,103,121,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,99,97,108,108,98,97,99,107,41,59,10,32,32,32,32,125,10,32,32,32,32,99,97,110,99,101,108,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,105,100,41,32,123,10,32,32,32,32,32,32,116,104,105,115,46,95,115,116,114,97,116,101,103,121,46,99,97,110,99,101,108,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,105,100,41,59,10,32,32,32,32,125,10,32,32,125,59,10,10,32,32,47,47,32,115,114,99,47,99,111,110,115,116,97,110,116,115,46,116,115,10,32,32,118,97,114,32,73,83,95,66,82,79,87,83,69,82,32,61,32,116,121,112,101,111,102,32,119,105,110,100,111,119,32,33,61,61,32,34,117,110,100,101,102,105,110,101,100,34,32,38,38,32,116,121,112,101,111,102,32,119,105,110,100,111,119,46,100,111,99,117,109,101,110,116,32,33,61,61,32,34,117,110,100,101,102,105,110,101,100,34,59,10,32,32,118,97,114,32,90,73,80,95,83,73,71,78,65,84,85,82,69,32,61,32,110,101,119,32,85,105,110,116,56,65,114,114,97,121,40,91,56,48,44,32,55,53,44,32,51,44,32,52,93,41,59,10,32,32,118,97,114,32,76,79,84,84,73,69,95,74,83,79,78,95,77,65,78,68,65,84,79,82,89,95,70,73,69,76,68,83,32,61,32,91,34,118,34,44,32,34,105,112,34,44,32,34,111,112,34,44,32,34,108,97,121,101,114,115,34,44,32,34,102,114,34,44,32,34,119,34,44,32,34,104,34,93,59,10,32,32,118,97,114,32,80,65,67,75,65,71,69,95,86,69,82,83,73,79,78,32,61,32,34,48,46,51,56,46,50,34,59,10,32,32,118,97,114,32,80,65,67,75,65,71,69,95,78,65,77,69,32,61,32,34,64,108,111,116,116,105,101,102,105,108,101,115,47,100,111,116,108,111,116,116,105,101,45,119,101,98,34,59,10,32,32,118,97,114,32,68,69,70,65,85,76,84,95,68,80,82,95,70,65,67,84,79,82,32,61,32,48,46,55,53,59,10,10,32,32,47,47,32,115,114,99,47,99,111,114,101,47,100,111,116,108,111,116,116,105,101,45,112,108,97,121,101,114,46,106,115,10,32,32,118,97,114,32,99,114,101,97,116,101,68,111,116,76,111,116,116,105,101,80,108,97,121,101,114,77,111,100,117,108,101,32,61,32,40,40,41,32,61,62,32,123,10,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,118,97,114,32,95,115,99,114,105,112,116,78,97,109,101,32,61,32,116,121,112,101,111,102,32,100,111,99,117,109,101,110,116,32,33,61,32,34,117,110,100,101,102,105,110,101,100,34,32,63,32,40,95,97,32,61,32,100,111,99,117,109,101,110,116,46,99,117,114,114,101,110,116,83,99,114,105,112,116,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,115,114,99,32,58,32,118,111,105,100,32,48,59,10,32,32,32,32,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,109,111,100,117,108,101,65,114,103,32,61,32,123,125,41,32,123,10,32,32,32,32,32,32,118,97,114,32,109,111,100,117,108,101,82,116,110,59,10,32,32,32,32,32,32,118,97,114,32,107,32,61,32,109,111,100,117,108,101,65,114,103,44,32,97,97,44,32,98,97,44,32,99,97,32,61,32,110,101,119,32,80,114,111,109,105,115,101,40,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,97,97,32,61,32,97,59,10,32,32,32,32,32,32,32,32,98,97,32,61,32,98,59,10,32,32,32,32,32,32,125,41,44,32,102,97,32,61,32,79,98,106,101,99,116,46,97,115,115,105,103,110,40,123,125,44,32,107,41,44,32,104,97,32,61,32,34,46,47,116,104,105,115,46,112,114,111,103,114,97,109,34,44,32,112,32,61,32,34,34,44,32,105,97,59,10,32,32,32,32,32,32,34,117,110,100,101,102,105,110,101,100,34,32,33,61,32,116,121,112,101,111,102,32,100,111,99,117,109,101,110,116,32,38,38,32,100,111,99,117,109,101,110,116,46,99,117,114,114,101,110,116,83,99,114,105,112,116,32,38,38,32,40,112,32,61,32,100,111,99,117,109,101,110,116,46,99,117,114,114,101,110,116,83,99,114,105,112,116,46,115,114,99,41,59,10,32,32,32,32,32,32,95,115,99,114,105,112,116,78,97,109,101,32,38,38,32,40,112,32,61,32,95,115,99,114,105,112,116,78,97,109,101,41,59,10,32,32,32,32,32,32,112,46,115,116,97,114,116,115,87,105,116,104,40,34,98,108,111,98,58,34,41,32,63,32,112,32,61,32,34,34,32,58,32,112,32,61,32,112,46,115,117,98,115,116,114,40,48,44,32,112,46,114,101,112,108,97,99,101,40,47,91,63,35,93,46,42,47,44,32,34,34,41,46,108,97,115,116,73,110,100,101,120,79,102,40,34,47,34,41,32,43,32,49,41,59,10,32,32,32,32,32,32,105,97,32,61,32,40,97,41,32,61,62,32,102,101,116,99,104,40,97,44,32,123,32,99,114,101,100,101,110,116,105,97,108,115,58,32,34,115,97,109,101,45,111,114,105,103,105,110,34,32,125,41,46,116,104,101,110,40,10,32,32,32,32,32,32,32,32,40,98,41,32,61,62,32,98,46,111,107,32,63,32,98,46,97,114,114,97,121,66,117,102,102,101,114,40,41,32,58,32,80,114,111,109,105,115,101,46,114,101,106,101,99,116,40,69,114,114,111,114,40,98,46,115,116,97,116,117,115,32,43,32,34,32,58,32,34,32,43,32,98,46,117,114,108,41,41,10,32,32,32,32,32,32,41,59,10,32,32,32,32,32,32,118,97,114,32,106,97,32,61,32,107,46,112,114,105,110,116,32,124,124,32,99,111,110,115,111,108,101,46,108,111,103,46,98,105,110,100,40,99,111,110,115,111,108,101,41,44,32,116,32,61,32,107,46,112,114,105,110,116,69,114,114,32,124,124,32,99,111,110,115,111,108,101,46,101,114,114,111,114,46,98,105,110,100,40,99,111,110,115,111,108,101,41,59,10,32,32,32,32,32,32,79,98,106,101,99,116,46,97,115,115,105,103,110,40,107,44,32,102,97,41,59,10,32,32,32,32,32,32,102,97,32,61,32,110,117,108,108,59,10,32,32,32,32,32,32,107,46,116,104,105,115,80,114,111,103,114,97,109,32,38,38,32,40,104,97,32,61,32,107,46,116,104,105,115,80,114,111,103,114,97,109,41,59,10,32,32,32,32,32,32,118,97,114,32,107,97,32,61,32,107,46,119,97,115,109,66,105,110,97,114,121,44,32,108,97,44,32,109,97,32,61,32,102,97,108,115,101,44,32,110,97,44,32,119,44,32,120,44,32,121,44,32,122,44,32,67,44,32,68,44,32,111,97,44,32,112,97,59,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,113,97,40,41,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,97,32,61,32,108,97,46,98,117,102,102,101,114,59,10,32,32,32,32,32,32,32,32,107,46,72,69,65,80,56,32,61,32,119,32,61,32,110,101,119,32,73,110,116,56,65,114,114,97,121,40,97,41,59,10,32,32,32,32,32,32,32,32,107,46,72,69,65,80,49,54,32,61,32,121,32,61,32,110,101,119,32,73,110,116,49,54,65,114,114,97,121,40,97,41,59,10,32,32,32,32,32,32,32,32,107,46,72,69,65,80,85,56,32,61,32,120,32,61,32,110,101,119,32,85,105,110,116,56,65,114,114,97,121,40,97,41,59,10,32,32,32,32,32,32,32,32,107,46,72,69,65,80,85,49,54,32,61,32,122,32,61,32,110,101,119,32,85,105,110,116,49,54,65,114,114,97,121,40,97,41,59,10,32,32,32,32,32,32,32,32,107,46,72,69,65,80,51,50,32,61,32,67,32,61,32,110,101,119,32,73,110,116,51,50,65,114,114,97,121,40,97,41,59,10,32,32,32,32,32,32,32,32,107,46,72,69,65,80,85,51,50,32,61,32,68,32,61,32,110,101,119,32,85,105,110,116,51,50,65,114,114,97,121,40,97,41,59,10,32,32,32,32,32,32,32,32,107,46,72,69,65,80,70,51,50,32,61,32,111,97,32,61,32,110,101,119,32,70,108,111,97,116,51,50,65,114,114,97,121,40,97,41,59,10,32,32,32,32,32,32,32,32,107,46,72,69,65,80,70,54,52,32,61,32,112,97,32,61,32,110,101,119,32,70,108,111,97,116,54,52,65,114,114,97,121,40,97,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,118,97,114,32,114,97,32,61,32,91,93,44,32,115,97,32,61,32,91,93,44,32,116,97,32,61,32,91,93,59,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,117,97,40,41,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,97,32,61,32,107,46,112,114,101,82,117,110,46,115,104,105,102,116,40,41,59,10,32,32,32,32,32,32,32,32,114,97,46,117,110,115,104,105,102,116,40,97,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,118,97,114,32,70,32,61,32,48,44,32,118,97,32,61,32,110,117,108,108,44,32,71,32,61,32,110,117,108,108,59,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,119,97,40,97,41,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,95,97,50,59,10,32,32,32,32,32,32,32,32,40,95,97,50,32,61,32,107,46,111,110,65,98,111,114,116,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,50,46,99,97,108,108,40,107,44,32,97,41,59,10,32,32,32,32,32,32,32,32,97,32,61,32,34,65,98,111,114,116,101,100,40,34,32,43,32,97,32,43,32,34,41,34,59,10,32,32,32,32,32,32,32,32,116,40,97,41,59,10,32,32,32,32,32,32,32,32,109,97,32,61,32,116,114,117,101,59,10,32,32,32,32,32,32,32,32,97,32,61,32,110,101,119,32,87,101,98,65,115,115,101,109,98,108,121,46,82,117,110,116,105,109,101,69,114,114,111,114,40,97,32,43,32,34,46,32,66,117,105,108,100,32,119,105,116,104,32,45,115,65,83,83,69,82,84,73,79,78,83,32,102,111,114,32,109,111,114,101,32,105,110,102,111,46,34,41,59,10,32,32,32,32,32,32,32,32,98,97,40,97,41,59,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,97,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,118,97,114,32,120,97,32,61,32,40,97,41,32,61,62,32,97,46,115,116,97,114,116,115,87,105,116,104,40,34,100,97,116,97,58,97,112,112,108,105,99,97,116,105,111,110,47,111,99,116,101,116,45,115,116,114,101,97,109,59,98,97,115,101,54,52,44,34,41,44,32,121,97,59,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,122,97,40,97,41,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,97,32,61,61,32,121,97,32,38,38,32,107,97,41,32,114,101,116,117,114,110,32,110,101,119,32,85,105,110,116,56,65,114,114,97,121,40,107,97,41,59,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,34,98,111,116,104,32,97,115,121,110,99,32,97,110,100,32,115,121,110,99,32,102,101,116,99,104,105,110,103,32,111,102,32,116,104,101,32,119,97,115,109,32,102,97,105,108,101,100,34,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,65,97,40,97,41,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,107,97,32,63,32,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,40,41,46,116,104,101,110,40,40,41,32,61,62,32,122,97,40,97,41,41,32,58,32,105,97,40,97,41,46,116,104,101,110,40,10,32,32,32,32,32,32,32,32,32,32,40,98,41,32,61,62,32,110,101,119,32,85,105,110,116,56,65,114,114,97,121,40,98,41,44,10,32,32,32,32,32,32,32,32,32,32,40,41,32,61,62,32,122,97,40,97,41,10,32,32,32,32,32,32,32,32,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,66,97,40,97,44,32,98,44,32,99,41,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,65,97,40,97,41,46,116,104,101,110,40,40,100,41,32,61,62,32,87,101,98,65,115,115,101,109,98,108,121,46,105,110,115,116,97,110,116,105,97,116,101,40,100,44,32,98,41,41,46,116,104,101,110,40,99,44,32,40,100,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,116,40,96,102,97,105,108,101,100,32,116,111,32,97,115,121,110,99,104,114,111,110,111,117,115,108,121,32,112,114,101,112,97,114,101,32,119,97,115,109,58,32,36,123,100,125,96,41,59,10,32,32,32,32,32,32,32,32,32,32,119,97,40,100,41,59,10,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,67,97,40,97,44,32,98,41,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,99,32,61,32,121,97,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,107,97,32,124,124,32,34,102,117,110,99,116,105,111,110,34,32,33,61,32,116,121,112,101,111,102,32,87,101,98,65,115,115,101,109,98,108,121,46,105,110,115,116,97,110,116,105,97,116,101,83,116,114,101,97,109,105,110,103,32,124,124,32,120,97,40,99,41,32,124,124,32,34,102,117,110,99,116,105,111,110,34,32,33,61,32,116,121,112,101,111,102,32,102,101,116,99,104,32,63,32,66,97,40,99,44,32,97,44,32,98,41,32,58,32,102,101,116,99,104,40,99,44,32,123,32,99,114,101,100,101,110,116,105,97,108,115,58,32,34,115,97,109,101,45,111,114,105,103,105,110,34,32,125,41,46,116,104,101,110,40,10,32,32,32,32,32,32,32,32,32,32,40,100,41,32,61,62,32,87,101,98,65,115,115,101,109,98,108,121,46,105,110,115,116,97,110,116,105,97,116,101,83,116,114,101,97,109,105,110,103,40,100,44,32,97,41,46,116,104,101,110,40,98,44,32,102,117,110,99,116,105,111,110,40,101,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,116,40,96,119,97,115,109,32,115,116,114,101,97,109,105,110,103,32,99,111,109,112,105,108,101,32,102,97,105,108,101,100,58,32,36,123,101,125,96,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,116,40,34,102,97,108,108,105,110,103,32,98,97,99,107,32,116,111,32,65,114,114,97,121,66,117,102,102,101,114,32,105,110,115,116,97,110,116,105,97,116,105,111,110,34,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,66,97,40,99,44,32,97,44,32,98,41,59,10,32,32,32,32,32,32,32,32,32,32,125,41,10,32,32,32,32,32,32,32,32,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,99,108,97,115,115,32,68,97,32,123,10,32,32,32,32,32,32,32,32,99,111,110,115,116,114,117,99,116,111,114,40,97,41,32,123,10,32,32,32,32,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,110,97,109,101,34,44,32,34,69,120,105,116,83,116,97,116,117,115,34,41,59,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,109,101,115,115,97,103,101,32,61,32,96,80,114,111,103,114,97,109,32,116,101,114,109,105,110,97,116,101,100,32,119,105,116,104,32,101,120,105,116,40,36,123,97,125,41,96,59,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,115,116,97,116,117,115,32,61,32,97,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,118,97,114,32,69,97,32,61,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,102,111,114,32,40,59,32,48,32,60,32,97,46,108,101,110,103,116,104,59,32,41,32,97,46,115,104,105,102,116,40,41,40,107,41,59,10,32,32,32,32,32,32,125,44,32,70,97,32,61,32,107,46,110,111,69,120,105,116,82,117,110,116,105,109,101,32,124,124,32,116,114,117,101,44,32,71,97,32,61,32,34,117,110,100,101,102,105,110,101,100,34,32,33,61,32,116,121,112,101,111,102,32,84,101,120,116,68,101,99,111,100,101,114,32,63,32,110,101,119,32,84,101,120,116,68,101,99,111,100,101,114,40,41,32,58,32,118,111,105,100,32,48,44,32,72,32,61,32,40,97,44,32,98,32,61,32,48,44,32,99,32,61,32,78,97,78,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,98,32,43,32,99,59,10,32,32,32,32,32,32,32,32,102,111,114,32,40,99,32,61,32,98,59,32,97,91,99,93,32,38,38,32,33,40,99,32,62,61,32,100,41,59,32,41,32,43,43,99,59,10,32,32,32,32,32,32,32,32,105,102,32,40,49,54,32,60,32,99,32,45,32,98,32,38,38,32,97,46,98,117,102,102,101,114,32,38,38,32,71,97,41,32,114,101,116,117,114,110,32,71,97,46,100,101,99,111,100,101,40,97,46,115,117,98,97,114,114,97,121,40,98,44,32,99,41,41,59,10,32,32,32,32,32,32,32,32,102,111,114,32,40,100,32,61,32,34,34,59,32,98,32,60,32,99,59,32,41,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,101,32,61,32,97,91,98,43,43,93,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,101,32,38,32,49,50,56,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,102,32,61,32,97,91,98,43,43,93,32,38,32,54,51,59,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,49,57,50,32,61,61,32,40,101,32,38,32,50,50,52,41,41,32,100,32,43,61,32,83,116,114,105,110,103,46,102,114,111,109,67,104,97,114,67,111,100,101,40,40,101,32,38,32,51,49,41,32,60,60,32,54,32,124,32,102,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,104,32,61,32,97,91,98,43,43,93,32,38,32,54,51,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,101,32,61,32,50,50,52,32,61,61,32,40,101,32,38,32,50,52,48,41,32,63,32,40,101,32,38,32,49,53,41,32,60,60,32,49,50,32,124,32,102,32,60,60,32,54,32,124,32,104,32,58,32,40,101,32,38,32,55,41,32,60,60,32,49,56,32,124,32,102,32,60,60,32,49,50,32,124,32,104,32,60,60,32,54,32,124,32,97,91,98,43,43,93,32,38,32,54,51,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,54,53,53,51,54,32,62,32,101,32,63,32,100,32,43,61,32,83,116,114,105,110,103,46,102,114,111,109,67,104,97,114,67,111,100,101,40,101,41,32,58,32,40,101,32,45,61,32,54,53,53,51,54,44,32,100,32,43,61,32,83,116,114,105,110,103,46,102,114,111,109,67,104,97,114,67,111,100,101,40,53,53,50,57,54,32,124,32,101,32,62,62,32,49,48,44,32,53,54,51,50,48,32,124,32,101,32,38,32,49,48,50,51,41,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,100,32,43,61,32,83,116,114,105,110,103,46,102,114,111,109,67,104,97,114,67,111,100,101,40,101,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,100,59,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,99,108,97,115,115,32,72,97,32,123,10,32,32,32,32,32,32,32,32,99,111,110,115,116,114,117,99,116,111,114,40,97,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,119,97,32,61,32,97,32,45,32,50,52,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,118,97,114,32,73,97,32,61,32,48,44,32,74,97,32,61,32,48,44,32,73,32,61,32,40,97,44,32,98,44,32,99,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,120,59,10,32,32,32,32,32,32,32,32,105,102,32,40,48,32,60,32,99,41,32,123,10,32,32,32,32,32,32,32,32,32,32,99,32,61,32,98,32,43,32,99,32,45,32,49,59,10,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,101,32,61,32,48,59,32,101,32,60,32,97,46,108,101,110,103,116,104,59,32,43,43,101,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,102,32,61,32,97,46,99,104,97,114,67,111,100,101,65,116,40,101,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,53,53,50,57,54,32,60,61,32,102,32,38,38,32,53,55,51,52,51,32,62,61,32,102,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,104,32,61,32,97,46,99,104,97,114,67,111,100,101,65,116,40,43,43,101,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,102,32,61,32,54,53,53,51,54,32,43,32,40,40,102,32,38,32,49,48,50,51,41,32,60,60,32,49,48,41,32,124,32,104,32,38,32,49,48,50,51,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,49,50,55,32,62,61,32,102,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,98,32,62,61,32,99,41,32,98,114,101,97,107,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,91,98,43,43,93,32,61,32,102,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,50,48,52,55,32,62,61,32,102,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,98,32,43,32,49,32,62,61,32,99,41,32,98,114,101,97,107,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,91,98,43,43,93,32,61,32,49,57,50,32,124,32,102,32,62,62,32,54,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,54,53,53,51,53,32,62,61,32,102,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,98,32,43,32,50,32,62,61,32,99,41,32,98,114,101,97,107,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,91,98,43,43,93,32,61,32,50,50,52,32,124,32,102,32,62,62,32,49,50,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,98,32,43,32,51,32,62,61,32,99,41,32,98,114,101,97,107,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,91,98,43,43,93,32,61,32,50,52,48,32,124,32,102,32,62,62,32,49,56,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,91,98,43,43,93,32,61,32,49,50,56,32,124,32,102,32,62,62,32,49,50,32,38,32,54,51,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,91,98,43,43,93,32,61,32,49,50,56,32,124,32,102,32,62,62,32,54,32,38,32,54,51,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,91,98,43,43,93,32,61,32,49,50,56,32,124,32,102,32,38,32,54,51,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,100,91,98,93,32,61,32,48,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,44,32,75,97,32,61,32,123,125,44,32,76,97,32,61,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,102,111,114,32,40,59,32,97,46,108,101,110,103,116,104,59,32,41,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,98,32,61,32,97,46,112,111,112,40,41,59,10,32,32,32,32,32,32,32,32,32,32,97,46,112,111,112,40,41,40,98,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,74,40,97,41,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,102,114,111,109,87,105,114,101,84,121,112,101,40,68,91,97,32,62,62,32,50,93,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,118,97,114,32,75,32,61,32,123,125,44,32,76,32,61,32,123,125,44,32,77,97,32,61,32,123,125,44,32,77,44,32,79,32,61,32,40,97,44,32,98,44,32,99,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,100,40,103,41,32,123,10,32,32,32,32,32,32,32,32,32,32,103,32,61,32,99,40,103,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,103,46,108,101,110,103,116,104,32,33,61,61,32,97,46,108,101,110,103,116,104,41,32,116,104,114,111,119,32,110,101,119,32,77,40,34,77,105,115,109,97,116,99,104,101,100,32,116,121,112,101,32,99,111,110,118,101,114,116,101,114,32,99,111,117,110,116,34,41,59,10,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,108,32,61,32,48,59,32,108,32,60,32,97,46,108,101,110,103,116,104,59,32,43,43,108,41,32,78,40,97,91,108,93,44,32,103,91,108,93,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,97,46,102,111,114,69,97,99,104,40,40,103,41,32,61,62,32,77,97,91,103,93,32,61,32,98,41,59,10,32,32,32,32,32,32,32,32,118,97,114,32,101,32,61,32,65,114,114,97,121,40,98,46,108,101,110,103,116,104,41,44,32,102,32,61,32,91,93,44,32,104,32,61,32,48,59,10,32,32,32,32,32,32,32,32,98,46,102,111,114,69,97,99,104,40,40,103,44,32,108,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,76,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,103,41,32,63,32,101,91,108,93,32,61,32,76,91,103,93,32,58,32,40,102,46,112,117,115,104,40,103,41,44,32,75,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,103,41,32,124,124,32,40,75,91,103,93,32,61,32,91,93,41,44,32,75,91,103,93,46,112,117,115,104,40,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,101,91,108,93,32,61,32,76,91,103,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,43,43,104,59,10,32,32,32,32,32,32,32,32,32,32,32,32,104,32,61,61,61,32,102,46,108,101,110,103,116,104,32,38,38,32,100,40,101,41,59,10,32,32,32,32,32,32,32,32,32,32,125,41,41,59,10,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,48,32,61,61,61,32,102,46,108,101,110,103,116,104,32,38,38,32,100,40,101,41,59,10,32,32,32,32,32,32,125,44,32,78,97,44,32,80,32,61,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,98,32,61,32,34,34,59,32,120,91,97,93,59,32,41,32,98,32,43,61,32,78,97,91,120,91,97,43,43,93,93,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,98,59,10,32,32,32,32,32,32,125,44,32,81,59,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,80,97,40,97,44,32,98,44,32,99,32,61,32,123,125,41,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,98,46,110,97,109,101,59,10,32,32,32,32,32,32,32,32,105,102,32,40,33,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,96,116,121,112,101,32,34,36,123,100,125,34,32,109,117,115,116,32,104,97,118,101,32,97,32,112,111,115,105,116,105,118,101,32,105,110,116,101,103,101,114,32,116,121,112,101,105,100,32,112,111,105,110,116,101,114,96,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,76,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,97,41,41,32,123,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,99,46,97,98,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,81,40,96,67,97,110,110,111,116,32,114,101,103,105,115,116,101,114,32,116,121,112,101,32,39,36,123,100,125,39,32,116,119,105,99,101,96,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,76,91,97,93,32,61,32,98,59,10,32,32,32,32,32,32,32,32,100,101,108,101,116,101,32,77,97,91,97,93,59,10,32,32,32,32,32,32,32,32,75,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,97,41,32,38,38,32,40,98,32,61,32,75,91,97,93,44,32,100,101,108,101,116,101,32,75,91,97,93,44,32,98,46,102,111,114,69,97,99,104,40,40,101,41,32,61,62,32,101,40,41,41,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,78,40,97,44,32,98,44,32,99,32,61,32,123,125,41,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,80,97,40,97,44,32,98,44,32,99,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,118,97,114,32,81,97,32,61,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,81,40,97,46,117,97,46,120,97,46,118,97,46,110,97,109,101,32,43,32,34,32,105,110,115,116,97,110,99,101,32,97,108,114,101,97,100,121,32,100,101,108,101,116,101,100,34,41,59,10,32,32,32,32,32,32,125,44,32,82,97,32,61,32,102,97,108,115,101,44,32,83,97,32,61,32,40,41,32,61,62,32,123,10,32,32,32,32,32,32,125,44,32,84,97,32,61,32,40,97,44,32,98,44,32,99,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,98,32,61,61,61,32,99,41,32,114,101,116,117,114,110,32,97,59,10,32,32,32,32,32,32,32,32,105,102,32,40,118,111,105,100,32,48,32,61,61,61,32,99,46,65,97,41,32,114,101,116,117,114,110,32,110,117,108,108,59,10,32,32,32,32,32,32,32,32,97,32,61,32,84,97,40,97,44,32,98,44,32,99,46,65,97,41,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,110,117,108,108,32,61,61,61,32,97,32,63,32,110,117,108,108,32,58,32,99,46,85,97,40,97,41,59,10,32,32,32,32,32,32,125,44,32,85,97,32,61,32,123,125,44,32,86,97,32,61,32,123,125,44,32,87,97,32,61,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,118,111,105,100,32,48,32,61,61,61,32,98,41,32,116,104,114,111,119,32,110,101,119,32,81,40,34,112,116,114,32,115,104,111,117,108,100,32,110,111,116,32,98,101,32,117,110,100,101,102,105,110,101,100,34,41,59,10,32,32,32,32,32,32,32,32,102,111,114,32,40,59,32,97,46,65,97,59,32,41,32,98,32,61,32,97,46,75,97,40,98,41,44,32,97,32,61,32,97,46,65,97,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,86,97,91,98,93,59,10,32,32,32,32,32,32,125,44,32,88,97,32,61,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,33,98,46,120,97,32,124,124,32,33,98,46,119,97,41,32,116,104,114,111,119,32,110,101,119,32,77,40,34,109,97,107,101,67,108,97,115,115,72,97,110,100,108,101,32,114,101,113,117,105,114,101,115,32,112,116,114,32,97,110,100,32,112,116,114,84,121,112,101,34,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,33,33,98,46,66,97,32,33,61,61,32,33,33,98,46,122,97,41,32,116,104,114,111,119,32,110,101,119,32,77,40,34,66,111,116,104,32,115,109,97,114,116,80,116,114,84,121,112,101,32,97,110,100,32,115,109,97,114,116,80,116,114,32,109,117,115,116,32,98,101,32,115,112,101,99,105,102,105,101,100,34,41,59,10,32,32,32,32,32,32,32,32,98,46,99,111,117,110,116,32,61,32,123,32,118,97,108,117,101,58,32,49,32,125,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,82,40,79,98,106,101,99,116,46,99,114,101,97,116,101,40,97,44,32,123,32,117,97,58,32,123,32,118,97,108,117,101,58,32,98,44,32,119,114,105,116,97,98,108,101,58,32,116,114,117,101,32,125,32,125,41,41,59,10,32,32,32,32,32,32,125,44,32,82,32,61,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,34,117,110,100,101,102,105,110,101,100,34,32,61,61,61,32,116,121,112,101,111,102,32,70,105,110,97,108,105,122,97,116,105,111,110,82,101,103,105,115,116,114,121,41,32,114,101,116,117,114,110,32,82,32,61,32,40,98,41,32,61,62,32,98,44,32,97,59,10,32,32,32,32,32,32,32,32,82,97,32,61,32,110,101,119,32,70,105,110,97,108,105,122,97,116,105,111,110,82,101,103,105,115,116,114,121,40,40,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,98,32,61,32,98,46,117,97,59,10,32,32,32,32,32,32,32,32,32,32,45,45,98,46,99,111,117,110,116,46,118,97,108,117,101,59,10,32,32,32,32,32,32,32,32,32,32,48,32,61,61,61,32,98,46,99,111,117,110,116,46,118,97,108,117,101,32,38,38,32,40,98,46,122,97,32,63,32,98,46,66,97,46,69,97,40,98,46,122,97,41,32,58,32,98,46,120,97,46,118,97,46,69,97,40,98,46,119,97,41,41,59,10,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,82,32,61,32,40,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,99,32,61,32,98,46,117,97,59,10,32,32,32,32,32,32,32,32,32,32,99,46,122,97,32,38,38,32,82,97,46,114,101,103,105,115,116,101,114,40,98,44,32,123,32,117,97,58,32,99,32,125,44,32,98,41,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,98,59,10,32,32,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,32,32,83,97,32,61,32,40,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,82,97,46,117,110,114,101,103,105,115,116,101,114,40,98,41,59,10,32,32,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,82,40,97,41,59,10,32,32,32,32,32,32,125,44,32,89,97,32,61,32,91,93,59,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,90,97,40,41,32,123,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,118,97,114,32,36,97,32,61,32,40,97,44,32,98,41,32,61,62,32,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,98,44,32,34,110,97,109,101,34,44,32,123,32,118,97,108,117,101,58,32,97,32,125,41,44,32,97,98,32,61,32,40,97,44,32,98,44,32,99,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,118,111,105,100,32,48,32,61,61,61,32,97,91,98,93,46,121,97,41,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,97,91,98,93,59,10,32,32,32,32,32,32,32,32,32,32,97,91,98,93,32,61,32,102,117,110,99,116,105,111,110,40,46,46,46,101,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,33,97,91,98,93,46,121,97,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,101,46,108,101,110,103,116,104,41,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,81,40,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,96,70,117,110,99,116,105,111,110,32,39,36,123,99,125,39,32,99,97,108,108,101,100,32,119,105,116,104,32,97,110,32,105,110,118,97,108,105,100,32,110,117,109,98,101,114,32,111,102,32,97,114,103,117,109,101,110,116,115,32,40,36,123,101,46,108,101,110,103,116,104,125,41,32,45,32,101,120,112,101,99,116,115,32,111,110,101,32,111,102,32,40,36,123,97,91,98,93,46,121,97,125,41,33,96,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,97,91,98,93,46,121,97,91,101,46,108,101,110,103,116,104,93,46,97,112,112,108,121,40,116,104,105,115,44,32,101,41,59,10,32,32,32,32,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,32,32,32,32,97,91,98,93,46,121,97,32,61,32,91,93,59,10,32,32,32,32,32,32,32,32,32,32,97,91,98,93,46,121,97,91,100,46,72,97,93,32,61,32,100,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,44,32,98,98,32,61,32,40,97,44,32,98,44,32,99,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,107,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,97,41,41,32,123,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,118,111,105,100,32,48,32,61,61,61,32,99,32,124,124,32,118,111,105,100,32,48,32,33,61,61,32,107,91,97,93,46,121,97,32,38,38,32,118,111,105,100,32,48,32,33,61,61,32,107,91,97,93,46,121,97,91,99,93,41,10,32,32,32,32,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,81,40,96,67,97,110,110,111,116,32,114,101,103,105,115,116,101,114,32,112,117,98,108,105,99,32,110,97,109,101,32,39,36,123,97,125,39,32,116,119,105,99,101,96,41,59,10,32,32,32,32,32,32,32,32,32,32,97,98,40,107,44,32,97,44,32,97,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,107,91,97,93,46,121,97,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,99,41,41,10,32,32,32,32,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,81,40,96,67,97,110,110,111,116,32,114,101,103,105,115,116,101,114,32,109,117,108,116,105,112,108,101,32,111,118,101,114,108,111,97,100,115,32,111,102,32,97,32,102,117,110,99,116,105,111,110,32,119,105,116,104,32,116,104,101,32,115,97,109,101,32,110,117,109,98,101,114,32,111,102,32,97,114,103,117,109,101,110,116,115,32,40,36,123,99,125,41,33,96,41,59,10,32,32,32,32,32,32,32,32,32,32,107,91,97,93,46,121,97,91,99,93,32,61,32,98,59,10,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,107,91,97,93,32,61,32,98,44,32,107,91,97,93,46,72,97,32,61,32,99,59,10,32,32,32,32,32,32,125,44,32,99,98,32,61,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,97,32,61,32,97,46,114,101,112,108,97,99,101,40,47,91,94,97,45,122,65,45,90,48,45,57,95,93,47,103,44,32,34,36,34,41,59,10,32,32,32,32,32,32,32,32,118,97,114,32,98,32,61,32,97,46,99,104,97,114,67,111,100,101,65,116,40,48,41,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,52,56,32,60,61,32,98,32,38,38,32,53,55,32,62,61,32,98,32,63,32,96,95,36,123,97,125,96,32,58,32,97,59,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,100,98,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,44,32,104,44,32,103,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,110,97,109,101,32,61,32,97,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,99,111,110,115,116,114,117,99,116,111,114,32,61,32,98,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,71,97,32,61,32,99,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,69,97,32,61,32,100,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,65,97,32,61,32,101,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,87,97,32,61,32,102,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,75,97,32,61,32,104,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,85,97,32,61,32,103,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,99,98,32,61,32,91,93,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,118,97,114,32,101,98,32,61,32,40,97,44,32,98,44,32,99,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,102,111,114,32,40,59,32,98,32,33,61,61,32,99,59,32,41,32,123,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,33,98,46,75,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,96,69,120,112,101,99,116,101,100,32,110,117,108,108,32,111,114,32,105,110,115,116,97,110,99,101,32,111,102,32,36,123,99,46,110,97,109,101,125,44,32,103,111,116,32,97,110,32,105,110,115,116,97,110,99,101,32,111,102,32,36,123,98,46,110,97,109,101,125,96,41,59,10,32,32,32,32,32,32,32,32,32,32,97,32,61,32,98,46,75,97,40,97,41,59,10,32,32,32,32,32,32,32,32,32,32,98,32,61,32,98,46,65,97,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,97,59,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,102,98,40,97,44,32,98,41,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,110,117,108,108,32,61,61,61,32,98,41,32,123,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,78,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,96,110,117,108,108,32,105,115,32,110,111,116,32,97,32,118,97,108,105,100,32,36,123,116,104,105,115,46,110,97,109,101,125,96,41,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,48,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,105,102,32,40,33,98,46,117,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,96,67,97,110,110,111,116,32,112,97,115,115,32,34,36,123,103,98,40,98,41,125,34,32,97,115,32,97,32,36,123,116,104,105,115,46,110,97,109,101,125,96,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,33,98,46,117,97,46,119,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,96,67,97,110,110,111,116,32,112,97,115,115,32,100,101,108,101,116,101,100,32,111,98,106,101,99,116,32,97,115,32,97,32,112,111,105,110,116,101,114,32,111,102,32,116,121,112,101,32,36,123,116,104,105,115,46,110,97,109,101,125,96,41,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,101,98,40,98,46,117,97,46,119,97,44,32,98,46,117,97,46,120,97,46,118,97,44,32,116,104,105,115,46,118,97,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,104,98,40,97,44,32,98,41,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,110,117,108,108,32,61,61,61,32,98,41,32,123,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,78,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,96,110,117,108,108,32,105,115,32,110,111,116,32,97,32,118,97,108,105,100,32,36,123,116,104,105,115,46,110,97,109,101,125,96,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,77,97,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,99,32,61,32,116,104,105,115,46,79,97,40,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,110,117,108,108,32,33,61,61,32,97,32,38,38,32,97,46,112,117,115,104,40,116,104,105,115,46,69,97,44,32,99,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,99,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,48,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,105,102,32,40,33,98,32,124,124,32,33,98,46,117,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,96,67,97,110,110,111,116,32,112,97,115,115,32,34,36,123,103,98,40,98,41,125,34,32,97,115,32,97,32,36,123,116,104,105,115,46,110,97,109,101,125,96,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,33,98,46,117,97,46,119,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,96,67,97,110,110,111,116,32,112,97,115,115,32,100,101,108,101,116,101,100,32,111,98,106,101,99,116,32,97,115,32,97,32,112,111,105,110,116,101,114,32,111,102,32,116,121,112,101,32,36,123,116,104,105,115,46,110,97,109,101,125,96,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,33,116,104,105,115,46,76,97,32,38,38,32,98,46,117,97,46,120,97,46,76,97,41,10,32,32,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,81,40,10,32,32,32,32,32,32,32,32,32,32,32,32,96,67,97,110,110,111,116,32,99,111,110,118,101,114,116,32,97,114,103,117,109,101,110,116,32,111,102,32,116,121,112,101,32,36,123,98,46,117,97,46,66,97,32,63,32,98,46,117,97,46,66,97,46,110,97,109,101,32,58,32,98,46,117,97,46,120,97,46,110,97,109,101,125,32,116,111,32,112,97,114,97,109,101,116,101,114,32,116,121,112,101,32,36,123,116,104,105,115,46,110,97,109,101,125,96,10,32,32,32,32,32,32,32,32,32,32,41,59,10,32,32,32,32,32,32,32,32,99,32,61,32,101,98,40,98,46,117,97,46,119,97,44,32,98,46,117,97,46,120,97,46,118,97,44,32,116,104,105,115,46,118,97,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,77,97,41,32,123,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,118,111,105,100,32,48,32,61,61,61,32,98,46,117,97,46,122,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,34,80,97,115,115,105,110,103,32,114,97,119,32,112,111,105,110,116,101,114,32,116,111,32,115,109,97,114,116,32,112,111,105,110,116,101,114,32,105,115,32,105,108,108,101,103,97,108,34,41,59,10,32,32,32,32,32,32,32,32,32,32,115,119,105,116,99,104,32,40,116,104,105,115,46,105,98,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,48,58,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,98,46,117,97,46,66,97,32,61,61,61,32,116,104,105,115,41,32,99,32,61,32,98,46,117,97,46,122,97,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,101,108,115,101,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,81,40,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,96,67,97,110,110,111,116,32,99,111,110,118,101,114,116,32,97,114,103,117,109,101,110,116,32,111,102,32,116,121,112,101,32,36,123,98,46,117,97,46,66,97,32,63,32,98,46,117,97,46,66,97,46,110,97,109,101,32,58,32,98,46,117,97,46,120,97,46,110,97,109,101,125,32,116,111,32,112,97,114,97,109,101,116,101,114,32,116,121,112,101,32,36,123,116,104,105,115,46,110,97,109,101,125,96,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,98,114,101,97,107,59,10,32,32,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,49,58,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,32,61,32,98,46,117,97,46,122,97,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,98,114,101,97,107,59,10,32,32,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,50,58,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,98,46,117,97,46,66,97,32,61,61,61,32,116,104,105,115,41,32,99,32,61,32,98,46,117,97,46,122,97,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,98,46,99,108,111,110,101,40,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,32,61,32,116,104,105,115,46,101,98,40,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,98,40,40,41,32,61,62,32,100,91,34,100,101,108,101,116,101,34,93,40,41,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,110,117,108,108,32,33,61,61,32,97,32,38,38,32,97,46,112,117,115,104,40,116,104,105,115,46,69,97,44,32,99,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,98,114,101,97,107,59,10,32,32,32,32,32,32,32,32,32,32,32,32,100,101,102,97,117,108,116,58,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,81,40,34,85,110,115,117,112,112,111,114,116,105,110,103,32,115,104,97,114,105,110,103,32,112,111,108,105,99,121,34,41,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,99,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,106,98,40,97,44,32,98,41,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,110,117,108,108,32,61,61,61,32,98,41,32,123,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,78,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,96,110,117,108,108,32,105,115,32,110,111,116,32,97,32,118,97,108,105,100,32,36,123,116,104,105,115,46,110,97,109,101,125,96,41,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,48,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,105,102,32,40,33,98,46,117,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,96,67,97,110,110,111,116,32,112,97,115,115,32,34,36,123,103,98,40,98,41,125,34,32,97,115,32,97,32,36,123,116,104,105,115,46,110,97,109,101,125,96,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,33,98,46,117,97,46,119,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,96,67,97,110,110,111,116,32,112,97,115,115,32,100,101,108,101,116,101,100,32,111,98,106,101,99,116,32,97,115,32,97,32,112,111,105,110,116,101,114,32,111,102,32,116,121,112,101,32,36,123,116,104,105,115,46,110,97,109,101,125,96,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,98,46,117,97,46,120,97,46,76,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,96,67,97,110,110,111,116,32,99,111,110,118,101,114,116,32,97,114,103,117,109,101,110,116,32,111,102,32,116,121,112,101,32,36,123,98,46,117,97,46,120,97,46,110,97,109,101,125,32,116,111,32,112,97,114,97,109,101,116,101,114,32,116,121,112,101,32,36,123,116,104,105,115,46,110,97,109,101,125,96,41,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,101,98,40,98,46,117,97,46,119,97,44,32,98,46,117,97,46,120,97,46,118,97,44,32,116,104,105,115,46,118,97,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,107,98,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,44,32,104,44,32,103,44,32,108,44,32,109,44,32,110,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,110,97,109,101,32,61,32,97,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,118,97,32,61,32,98,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,78,97,32,61,32,99,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,76,97,32,61,32,100,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,77,97,32,61,32,101,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,98,98,32,61,32,102,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,105,98,32,61,32,104,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,83,97,32,61,32,103,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,79,97,32,61,32,108,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,101,98,32,61,32,109,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,69,97,32,61,32,110,59,10,32,32,32,32,32,32,32,32,101,32,124,124,32,118,111,105,100,32,48,32,33,61,61,32,98,46,65,97,32,63,32,116,104,105,115,46,116,111,87,105,114,101,84,121,112,101,32,61,32,104,98,32,58,32,40,116,104,105,115,46,116,111,87,105,114,101,84,121,112,101,32,61,32,100,32,63,32,102,98,32,58,32,106,98,44,32,116,104,105,115,46,68,97,32,61,32,110,117,108,108,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,118,97,114,32,108,98,32,61,32,40,97,44,32,98,44,32,99,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,33,107,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,97,41,41,32,116,104,114,111,119,32,110,101,119,32,77,40,34,82,101,112,108,97,99,105,110,103,32,110,111,110,101,120,105,115,116,101,110,116,32,112,117,98,108,105,99,32,115,121,109,98,111,108,34,41,59,10,32,32,32,32,32,32,32,32,118,111,105,100,32,48,32,33,61,61,32,107,91,97,93,46,121,97,32,38,38,32,118,111,105,100,32,48,32,33,61,61,32,99,32,63,32,107,91,97,93,46,121,97,91,99,93,32,61,32,98,32,58,32,40,107,91,97,93,32,61,32,98,44,32,107,91,97,93,46,72,97,32,61,32,99,41,59,10,32,32,32,32,32,32,125,44,32,83,44,32,109,98,32,61,32,40,97,44,32,98,44,32,99,32,61,32,91,93,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,97,46,105,110,99,108,117,100,101,115,40,34,106,34,41,32,63,32,40,97,32,61,32,97,46,114,101,112,108,97,99,101,40,47,112,47,103,44,32,34,105,34,41,44,32,98,32,61,32,40,48,44,32,107,91,34,100,121,110,67,97,108,108,95,34,32,43,32,97,93,41,40,98,44,32,46,46,46,99,41,41,32,58,32,98,32,61,32,83,46,103,101,116,40,98,41,40,46,46,46,99,41,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,98,59,10,32,32,32,32,32,32,125,44,32,110,98,32,61,32,40,97,44,32,98,41,32,61,62,32,40,46,46,46,99,41,32,61,62,32,109,98,40,97,44,32,98,44,32,99,41,44,32,84,32,61,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,97,32,61,32,80,40,97,41,59,10,32,32,32,32,32,32,32,32,118,97,114,32,99,32,61,32,97,46,105,110,99,108,117,100,101,115,40,34,106,34,41,32,63,32,110,98,40,97,44,32,98,41,32,58,32,83,46,103,101,116,40,98,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,34,102,117,110,99,116,105,111,110,34,32,33,61,32,116,121,112,101,111,102,32,99,41,32,116,104,114,111,119,32,110,101,119,32,81,40,96,117,110,107,110,111,119,110,32,102,117,110,99,116,105,111,110,32,112,111,105,110,116,101,114,32,119,105,116,104,32,115,105,103,110,97,116,117,114,101,32,36,123,97,125,58,32,36,123,98,125,96,41,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,99,59,10,32,32,32,32,32,32,125,44,32,111,98,44,32,113,98,32,61,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,97,32,61,32,112,98,40,97,41,59,10,32,32,32,32,32,32,32,32,118,97,114,32,98,32,61,32,80,40,97,41,59,10,32,32,32,32,32,32,32,32,85,40,97,41,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,98,59,10,32,32,32,32,32,32,125,44,32,114,98,32,61,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,99,40,102,41,32,123,10,32,32,32,32,32,32,32,32,32,32,101,91,102,93,32,124,124,32,76,91,102,93,32,124,124,32,40,77,97,91,102,93,32,63,32,77,97,91,102,93,46,102,111,114,69,97,99,104,40,99,41,32,58,32,40,100,46,112,117,115,104,40,102,41,44,32,101,91,102,93,32,61,32,116,114,117,101,41,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,91,93,44,32,101,32,61,32,123,125,59,10,32,32,32,32,32,32,32,32,98,46,102,111,114,69,97,99,104,40,99,41,59,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,111,98,40,96,36,123,97,125,58,32,96,32,43,32,100,46,109,97,112,40,113,98,41,46,106,111,105,110,40,91,34,44,32,34,93,41,41,59,10,32,32,32,32,32,32,125,44,32,115,98,32,61,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,99,32,61,32,91,93,44,32,100,32,61,32,48,59,32,100,32,60,32,97,59,32,100,43,43,41,32,99,46,112,117,115,104,40,68,91,98,32,43,32,52,32,42,32,100,32,62,62,32,50,93,41,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,99,59,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,116,98,40,97,41,32,123,10,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,98,32,61,32,49,59,32,98,32,60,32,97,46,108,101,110,103,116,104,59,32,43,43,98,41,32,105,102,32,40,110,117,108,108,32,33,61,61,32,97,91,98,93,32,38,38,32,118,111,105,100,32,48,32,61,61,61,32,97,91,98,93,46,68,97,41,32,114,101,116,117,114,110,32,116,114,117,101,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,102,97,108,115,101,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,117,98,40,97,44,32,98,44,32,99,44,32,100,44,32,101,41,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,102,32,61,32,98,46,108,101,110,103,116,104,59,10,32,32,32,32,32,32,32,32,105,102,32,40,50,32,62,32,102,41,32,116,104,114,111,119,32,110,101,119,32,81,40,34,97,114,103,84,121,112,101,115,32,97,114,114,97,121,32,115,105,122,101,32,109,105,115,109,97,116,99,104,33,32,77,117,115,116,32,97,116,32,108,101,97,115,116,32,103,101,116,32,114,101,116,117,114,110,32,118,97,108,117,101,32,97,110,100,32,39,116,104,105,115,39,32,116,121,112,101,115,33,34,41,59,10,32,32,32,32,32,32,32,32,118,97,114,32,104,32,61,32,110,117,108,108,32,33,61,61,32,98,91,49,93,32,38,38,32,110,117,108,108,32,33,61,61,32,99,44,32,103,32,61,32,116,98,40,98,41,44,32,108,32,61,32,34,118,111,105,100,34,32,33,61,61,32,98,91,48,93,46,110,97,109,101,44,32,109,32,61,32,102,32,45,32,50,44,32,110,32,61,32,65,114,114,97,121,40,109,41,44,32,113,32,61,32,91,93,44,32,114,32,61,32,91,93,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,36,97,40,97,44,32,102,117,110,99,116,105,111,110,40,46,46,46,65,41,32,123,10,32,32,32,32,32,32,32,32,32,32,114,46,108,101,110,103,116,104,32,61,32,48,59,10,32,32,32,32,32,32,32,32,32,32,113,46,108,101,110,103,116,104,32,61,32,104,32,63,32,50,32,58,32,49,59,10,32,32,32,32,32,32,32,32,32,32,113,91,48,93,32,61,32,101,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,104,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,117,32,61,32,98,91,49,93,46,116,111,87,105,114,101,84,121,112,101,40,114,44,32,116,104,105,115,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,113,91,49,93,32,61,32,117,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,118,32,61,32,48,59,32,118,32,60,32,109,59,32,43,43,118,41,32,110,91,118,93,32,61,32,98,91,118,32,43,32,50,93,46,116,111,87,105,114,101,84,121,112,101,40,114,44,32,65,91,118,93,41,44,32,113,46,112,117,115,104,40,110,91,118,93,41,59,10,32,32,32,32,32,32,32,32,32,32,65,32,61,32,100,40,46,46,46,113,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,103,41,32,76,97,40,114,41,59,10,32,32,32,32,32,32,32,32,32,32,101,108,115,101,10,32,32,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,118,32,61,32,104,32,63,32,49,32,58,32,50,59,32,118,32,60,32,98,46,108,101,110,103,116,104,59,32,118,43,43,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,69,32,61,32,49,32,61,61,61,32,118,32,63,32,117,32,58,32,110,91,118,32,45,32,50,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,110,117,108,108,32,33,61,61,32,98,91,118,93,46,68,97,32,38,38,32,98,91,118,93,46,68,97,40,69,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,117,32,61,32,108,32,63,32,98,91,48,93,46,102,114,111,109,87,105,114,101,84,121,112,101,40,65,41,32,58,32,118,111,105,100,32,48,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,117,59,10,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,118,97,114,32,118,98,32,61,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,97,32,61,32,97,46,116,114,105,109,40,41,59,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,98,32,61,32,97,46,105,110,100,101,120,79,102,40,34,40,34,41,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,45,49,32,33,61,61,32,98,32,63,32,97,46,115,117,98,115,116,114,40,48,44,32,98,41,32,58,32,97,59,10,32,32,32,32,32,32,125,44,32,120,98,32,61,32,91,93,44,32,86,32,61,32,91,93,44,32,121,98,32,61,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,57,32,60,32,97,32,38,38,32,48,32,61,61,61,32,45,45,86,91,97,32,43,32,49,93,32,38,38,32,40,86,91,97,93,32,61,32,118,111,105,100,32,48,44,32,120,98,46,112,117,115,104,40,97,41,41,59,10,32,32,32,32,32,32,125,44,32,122,98,32,61,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,33,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,34,67,97,110,110,111,116,32,117,115,101,32,100,101,108,101,116,101,100,32,118,97,108,46,32,104,97,110,100,108,101,32,61,32,34,32,43,32,97,41,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,86,91,97,93,59,10,32,32,32,32,32,32,125,44,32,105,98,32,61,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,115,119,105,116,99,104,32,40,97,41,32,123,10,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,118,111,105,100,32,48,58,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,50,59,10,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,110,117,108,108,58,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,52,59,10,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,116,114,117,101,58,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,54,59,10,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,102,97,108,115,101,58,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,56,59,10,32,32,32,32,32,32,32,32,32,32,100,101,102,97,117,108,116,58,10,32,32,32,32,32,32,32,32,32,32,32,32,99,111,110,115,116,32,98,32,61,32,120,98,46,112,111,112,40,41,32,124,124,32,86,46,108,101,110,103,116,104,59,10,32,32,32,32,32,32,32,32,32,32,32,32,86,91,98,93,32,61,32,97,59,10,32,32,32,32,32,32,32,32,32,32,32,32,86,91,98,32,43,32,49,93,32,61,32,49,59,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,98,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,44,32,65,98,32,61,32,123,10,32,32,32,32,32,32,32,32,110,97,109,101,58,32,34,101,109,115,99,114,105,112,116,101,110,58,58,118,97,108,34,44,10,32,32,32,32,32,32,32,32,102,114,111,109,87,105,114,101,84,121,112,101,58,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,98,32,61,32,122,98,40,97,41,59,10,32,32,32,32,32,32,32,32,32,32,121,98,40,97,41,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,98,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,116,111,87,105,114,101,84,121,112,101,58,32,40,97,44,32,98,41,32,61,62,32,105,98,40,98,41,44,10,32,32,32,32,32,32,32,32,67,97,58,32,56,44,10,32,32,32,32,32,32,32,32,114,101,97,100,86,97,108,117,101,70,114,111,109,80,111,105,110,116,101,114,58,32,74,44,10,32,32,32,32,32,32,32,32,68,97,58,32,110,117,108,108,10,32,32,32,32,32,32,125,44,32,66,98,32,61,32,40,97,44,32,98,44,32,99,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,115,119,105,116,99,104,32,40,98,41,32,123,10,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,49,58,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,99,32,63,32,102,117,110,99,116,105,111,110,40,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,102,114,111,109,87,105,114,101,84,121,112,101,40,119,91,100,93,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,32,58,32,102,117,110,99,116,105,111,110,40,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,102,114,111,109,87,105,114,101,84,121,112,101,40,120,91,100,93,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,50,58,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,99,32,63,32,102,117,110,99,116,105,111,110,40,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,102,114,111,109,87,105,114,101,84,121,112,101,40,121,91,100,32,62,62,32,49,93,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,32,58,32,102,117,110,99,116,105,111,110,40,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,102,114,111,109,87,105,114,101,84,121,112,101,40,122,91,100,32,62,62,32,49,93,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,52,58,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,99,32,63,32,102,117,110,99,116,105,111,110,40,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,102,114,111,109,87,105,114,101,84,121,112,101,40,67,91,100,32,62,62,32,50,93,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,32,58,32,102,117,110,99,116,105,111,110,40,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,102,114,111,109,87,105,114,101,84,121,112,101,40,68,91,100,32,62,62,32,50,93,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,32,32,32,32,100,101,102,97,117,108,116,58,10,32,32,32,32,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,96,105,110,118,97,108,105,100,32,105,110,116,101,103,101,114,32,119,105,100,116,104,32,40,36,123,98,125,41,58,32,36,123,97,125,96,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,44,32,67,98,32,61,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,99,32,61,32,76,91,97,93,59,10,32,32,32,32,32,32,32,32,105,102,32,40,118,111,105,100,32,48,32,61,61,61,32,99,41,32,116,104,114,111,119,32,97,32,61,32,96,36,123,98,125,32,104,97,115,32,117,110,107,110,111,119,110,32,116,121,112,101,32,36,123,113,98,40,97,41,125,96,44,32,110,101,119,32,81,40,97,41,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,99,59,10,32,32,32,32,32,32,125,44,32,103,98,32,61,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,110,117,108,108,32,61,61,61,32,97,41,32,114,101,116,117,114,110,32,34,110,117,108,108,34,59,10,32,32,32,32,32,32,32,32,118,97,114,32,98,32,61,32,116,121,112,101,111,102,32,97,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,34,111,98,106,101,99,116,34,32,61,61,61,32,98,32,124,124,32,34,97,114,114,97,121,34,32,61,61,61,32,98,32,124,124,32,34,102,117,110,99,116,105,111,110,34,32,61,61,61,32,98,32,63,32,97,46,116,111,83,116,114,105,110,103,40,41,32,58,32,34,34,32,43,32,97,59,10,32,32,32,32,32,32,125,44,32,68,98,32,61,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,115,119,105,116,99,104,32,40,98,41,32,123,10,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,52,58,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,99,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,102,114,111,109,87,105,114,101,84,121,112,101,40,111,97,91,99,32,62,62,32,50,93,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,56,58,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,99,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,102,114,111,109,87,105,114,101,84,121,112,101,40,112,97,91,99,32,62,62,32,51,93,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,32,32,32,32,100,101,102,97,117,108,116,58,10,32,32,32,32,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,96,105,110,118,97,108,105,100,32,102,108,111,97,116,32,119,105,100,116,104,32,40,36,123,98,125,41,58,32,36,123,97,125,96,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,44,32,69,98,32,61,32,40,97,44,32,98,44,32,99,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,115,119,105,116,99,104,32,40,98,41,32,123,10,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,49,58,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,99,32,63,32,40,100,41,32,61,62,32,119,91,100,93,32,58,32,40,100,41,32,61,62,32,120,91,100,93,59,10,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,50,58,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,99,32,63,32,40,100,41,32,61,62,32,121,91,100,32,62,62,32,49,93,32,58,32,40,100,41,32,61,62,32,122,91,100,32,62,62,32,49,93,59,10,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,52,58,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,99,32,63,32,40,100,41,32,61,62,32,67,91,100,32,62,62,32,50,93,32,58,32,40,100,41,32,61,62,32,68,91,100,32,62,62,32,50,93,59,10,32,32,32,32,32,32,32,32,32,32,100,101,102,97,117,108,116,58,10,32,32,32,32,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,96,105,110,118,97,108,105,100,32,105,110,116,101,103,101,114,32,119,105,100,116,104,32,40,36,123,98,125,41,58,32,36,123,97,125,96,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,44,32,70,98,32,61,32,79,98,106,101,99,116,46,97,115,115,105,103,110,40,123,32,111,112,116,105,111,110,97,108,58,32,116,114,117,101,32,125,44,32,65,98,41,44,32,71,98,32,61,32,34,117,110,100,101,102,105,110,101,100,34,32,33,61,32,116,121,112,101,111,102,32,84,101,120,116,68,101,99,111,100,101,114,32,63,32,110,101,119,32,84,101,120,116,68,101,99,111,100,101,114,40,34,117,116,102,45,49,54,108,101,34,41,32,58,32,118,111,105,100,32,48,44,32,72,98,32,61,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,99,32,61,32,97,32,62,62,32,49,59,10,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,100,32,61,32,99,32,43,32,98,32,47,32,50,59,32,33,40,99,32,62,61,32,100,41,32,38,38,32,122,91,99,93,59,32,41,32,43,43,99,59,10,32,32,32,32,32,32,32,32,99,32,60,60,61,32,49,59,10,32,32,32,32,32,32,32,32,105,102,32,40,51,50,32,60,32,99,32,45,32,97,32,38,38,32,71,98,41,32,114,101,116,117,114,110,32,71,98,46,100,101,99,111,100,101,40,120,46,115,117,98,97,114,114,97,121,40,97,44,32,99,41,41,59,10,32,32,32,32,32,32,32,32,99,32,61,32,34,34,59,10,32,32,32,32,32,32,32,32,102,111,114,32,40,100,32,61,32,48,59,32,33,40,100,32,62,61,32,98,32,47,32,50,41,59,32,43,43,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,101,32,61,32,121,91,97,32,43,32,50,32,42,32,100,32,62,62,32,49,93,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,48,32,61,61,32,101,41,32,98,114,101,97,107,59,10,32,32,32,32,32,32,32,32,32,32,99,32,43,61,32,83,116,114,105,110,103,46,102,114,111,109,67,104,97,114,67,111,100,101,40,101,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,99,59,10,32,32,32,32,32,32,125,44,32,73,98,32,61,32,40,97,44,32,98,44,32,99,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,99,32,33,61,32,110,117,108,108,32,63,32,99,32,58,32,99,32,61,32,50,49,52,55,52,56,51,54,52,55,59,10,32,32,32,32,32,32,32,32,105,102,32,40,50,32,62,32,99,41,32,114,101,116,117,114,110,32,48,59,10,32,32,32,32,32,32,32,32,99,32,45,61,32,50,59,10,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,98,59,10,32,32,32,32,32,32,32,32,99,32,61,32,99,32,60,32,50,32,42,32,97,46,108,101,110,103,116,104,32,63,32,99,32,47,32,50,32,58,32,97,46,108,101,110,103,116,104,59,10,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,101,32,61,32,48,59,32,101,32,60,32,99,59,32,43,43,101,41,32,121,91,98,32,62,62,32,49,93,32,61,32,97,46,99,104,97,114,67,111,100,101,65,116,40,101,41,44,32,98,32,43,61,32,50,59,10,32,32,32,32,32,32,32,32,121,91,98,32,62,62,32,49,93,32,61,32,48,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,98,32,45,32,100,59,10,32,32,32,32,32,32,125,44,32,74,98,32,61,32,40,97,41,32,61,62,32,50,32,42,32,97,46,108,101,110,103,116,104,44,32,75,98,32,61,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,99,32,61,32,48,44,32,100,32,61,32,34,34,59,32,33,40,99,32,62,61,32,98,32,47,32,52,41,59,32,41,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,101,32,61,32,67,91,97,32,43,32,52,32,42,32,99,32,62,62,32,50,93,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,48,32,61,61,32,101,41,32,98,114,101,97,107,59,10,32,32,32,32,32,32,32,32,32,32,43,43,99,59,10,32,32,32,32,32,32,32,32,32,32,54,53,53,51,54,32,60,61,32,101,32,63,32,40,101,32,45,61,32,54,53,53,51,54,44,32,100,32,43,61,32,83,116,114,105,110,103,46,102,114,111,109,67,104,97,114,67,111,100,101,40,53,53,50,57,54,32,124,32,101,32,62,62,32,49,48,44,32,53,54,51,50,48,32,124,32,101,32,38,32,49,48,50,51,41,41,32,58,32,100,32,43,61,32,83,116,114,105,110,103,46,102,114,111,109,67,104,97,114,67,111,100,101,40,101,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,100,59,10,32,32,32,32,32,32,125,44,32,76,98,32,61,32,40,97,44,32,98,44,32,99,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,99,32,33,61,32,110,117,108,108,32,63,32,99,32,58,32,99,32,61,32,50,49,52,55,52,56,51,54,52,55,59,10,32,32,32,32,32,32,32,32,105,102,32,40,52,32,62,32,99,41,32,114,101,116,117,114,110,32,48,59,10,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,98,59,10,32,32,32,32,32,32,32,32,99,32,61,32,100,32,43,32,99,32,45,32,52,59,10,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,101,32,61,32,48,59,32,101,32,60,32,97,46,108,101,110,103,116,104,59,32,43,43,101,41,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,102,32,61,32,97,46,99,104,97,114,67,111,100,101,65,116,40,101,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,53,53,50,57,54,32,60,61,32,102,32,38,38,32,53,55,51,52,51,32,62,61,32,102,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,104,32,61,32,97,46,99,104,97,114,67,111,100,101,65,116,40,43,43,101,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,102,32,61,32,54,53,53,51,54,32,43,32,40,40,102,32,38,32,49,48,50,51,41,32,60,60,32,49,48,41,32,124,32,104,32,38,32,49,48,50,51,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,67,91,98,32,62,62,32,50,93,32,61,32,102,59,10,32,32,32,32,32,32,32,32,32,32,98,32,43,61,32,52,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,98,32,43,32,52,32,62,32,99,41,32,98,114,101,97,107,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,67,91,98,32,62,62,32,50,93,32,61,32,48,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,98,32,45,32,100,59,10,32,32,32,32,32,32,125,44,32,77,98,32,61,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,98,32,61,32,48,44,32,99,32,61,32,48,59,32,99,32,60,32,97,46,108,101,110,103,116,104,59,32,43,43,99,41,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,97,46,99,104,97,114,67,111,100,101,65,116,40,99,41,59,10,32,32,32,32,32,32,32,32,32,32,53,53,50,57,54,32,60,61,32,100,32,38,38,32,53,55,51,52,51,32,62,61,32,100,32,38,38,32,43,43,99,59,10,32,32,32,32,32,32,32,32,32,32,98,32,43,61,32,52,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,98,59,10,32,32,32,32,32,32,125,44,32,78,98,32,61,32,48,44,32,79,98,32,61,32,91,93,44,32,80,98,32,61,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,98,32,61,32,79,98,46,108,101,110,103,116,104,59,10,32,32,32,32,32,32,32,32,79,98,46,112,117,115,104,40,97,41,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,98,59,10,32,32,32,32,32,32,125,44,32,81,98,32,61,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,99,32,61,32,65,114,114,97,121,40,97,41,44,32,100,32,61,32,48,59,32,100,32,60,32,97,59,32,43,43,100,41,32,99,91,100,93,32,61,32,67,98,40,68,91,98,32,43,32,52,32,42,32,100,32,62,62,32,50,93,44,32,34,112,97,114,97,109,101,116,101,114,32,34,32,43,32,100,41,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,99,59,10,32,32,32,32,32,32,125,44,32,82,98,32,61,32,82,101,102,108,101,99,116,46,99,111,110,115,116,114,117,99,116,44,32,83,98,32,61,32,123,125,44,32,84,98,32,61,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,33,40,97,32,105,110,115,116,97,110,99,101,111,102,32,68,97,32,124,124,32,34,117,110,119,105,110,100,34,32,61,61,32,97,41,41,32,116,104,114,111,119,32,97,59,10,32,32,32,32,32,32,125,44,32,85,98,32,61,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,95,97,50,59,10,32,32,32,32,32,32,32,32,110,97,32,61,32,97,59,10,32,32,32,32,32,32,32,32,70,97,32,124,124,32,48,32,60,32,78,98,32,124,124,32,40,40,95,97,50,32,61,32,107,46,111,110,69,120,105,116,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,50,46,99,97,108,108,40,107,44,32,97,41,44,32,109,97,32,61,32,116,114,117,101,41,59,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,68,97,40,97,41,59,10,32,32,32,32,32,32,125,44,32,86,98,32,61,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,33,109,97,41,10,32,32,32,32,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,97,40,41,44,32,33,40,70,97,32,124,124,32,48,32,60,32,78,98,41,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,110,97,32,61,32,97,32,61,32,110,97,44,32,85,98,40,97,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,98,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,84,98,40,98,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,98,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,84,98,40,98,41,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,44,32,87,98,32,61,32,123,125,44,32,89,98,32,61,32,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,33,88,98,41,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,97,32,61,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,85,83,69,82,58,32,34,119,101,98,95,117,115,101,114,34,44,10,32,32,32,32,32,32,32,32,32,32,32,32,76,79,71,78,65,77,69,58,32,34,119,101,98,95,117,115,101,114,34,44,10,32,32,32,32,32,32,32,32,32,32,32,32,80,65,84,72,58,32,34,47,34,44,10,32,32,32,32,32,32,32,32,32,32,32,32,80,87,68,58,32,34,47,34,44,10,32,32,32,32,32,32,32,32,32,32,32,32,72,79,77,69,58,32,34,47,104,111,109,101,47,119,101,98,95,117,115,101,114,34,44,10,32,32,32,32,32,32,32,32,32,32,32,32,76,65,78,71,58,32,40,34,111,98,106,101,99,116,34,32,61,61,32,116,121,112,101,111,102,32,110,97,118,105,103,97,116,111,114,32,38,38,32,110,97,118,105,103,97,116,111,114,46,108,97,110,103,117,97,103,101,115,32,38,38,32,110,97,118,105,103,97,116,111,114,46,108,97,110,103,117,97,103,101,115,91,48,93,32,124,124,32,34,67,34,41,46,114,101,112,108,97,99,101,40,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,34,45,34,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,34,95,34,10,32,32,32,32,32,32,32,32,32,32,32,32,41,32,43,32,34,46,85,84,70,45,56,34,44,10,32,32,32,32,32,32,32,32,32,32,32,32,95,58,32,104,97,32,124,124,32,34,46,47,116,104,105,115,46,112,114,111,103,114,97,109,34,10,32,32,32,32,32,32,32,32,32,32,125,44,32,98,59,10,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,98,32,105,110,32,87,98,41,32,118,111,105,100,32,48,32,61,61,61,32,87,98,91,98,93,32,63,32,100,101,108,101,116,101,32,97,91,98,93,32,58,32,97,91,98,93,32,61,32,87,98,91,98,93,59,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,99,32,61,32,91,93,59,10,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,98,32,105,110,32,97,41,32,99,46,112,117,115,104,40,96,36,123,98,125,61,36,123,97,91,98,93,125,96,41,59,10,32,32,32,32,32,32,32,32,32,32,88,98,32,61,32,99,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,88,98,59,10,32,32,32,32,32,32,125,44,32,88,98,44,32,90,98,32,61,32,91,110,117,108,108,44,32,91,93,44,32,91,93,93,44,32,36,98,32,61,32,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,34,111,98,106,101,99,116,34,32,61,61,32,116,121,112,101,111,102,32,99,114,121,112,116,111,32,38,38,32,34,102,117,110,99,116,105,111,110,34,32,61,61,32,116,121,112,101,111,102,32,99,114,121,112,116,111,46,103,101,116,82,97,110,100,111,109,86,97,108,117,101,115,41,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,40,97,41,32,61,62,32,99,114,121,112,116,111,46,103,101,116,82,97,110,100,111,109,86,97,108,117,101,115,40,97,41,59,10,32,32,32,32,32,32,32,32,119,97,40,34,105,110,105,116,82,97,110,100,111,109,68,101,118,105,99,101,34,41,59,10,32,32,32,32,32,32,125,44,32,97,99,32,61,32,40,97,41,32,61,62,32,40,97,99,32,61,32,36,98,40,41,41,40,97,41,59,10,32,32,32,32,32,32,77,32,61,32,107,46,73,110,116,101,114,110,97,108,69,114,114,111,114,32,61,32,99,108,97,115,115,32,101,120,116,101,110,100,115,32,69,114,114,111,114,32,123,10,32,32,32,32,32,32,32,32,99,111,110,115,116,114,117,99,116,111,114,40,97,41,32,123,10,32,32,32,32,32,32,32,32,32,32,115,117,112,101,114,40,97,41,59,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,110,97,109,101,32,61,32,34,73,110,116,101,114,110,97,108,69,114,114,111,114,34,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,98,99,32,61,32,65,114,114,97,121,40,50,53,54,41,44,32,99,99,32,61,32,48,59,32,50,53,54,32,62,32,99,99,59,32,43,43,99,99,41,32,98,99,91,99,99,93,32,61,32,83,116,114,105,110,103,46,102,114,111,109,67,104,97,114,67,111,100,101,40,99,99,41,59,10,32,32,32,32,32,32,78,97,32,61,32,98,99,59,10,32,32,32,32,32,32,81,32,61,32,107,46,66,105,110,100,105,110,103,69,114,114,111,114,32,61,32,99,108,97,115,115,32,101,120,116,101,110,100,115,32,69,114,114,111,114,32,123,10,32,32,32,32,32,32,32,32,99,111,110,115,116,114,117,99,116,111,114,40,97,41,32,123,10,32,32,32,32,32,32,32,32,32,32,115,117,112,101,114,40,97,41,59,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,110,97,109,101,32,61,32,34,66,105,110,100,105,110,103,69,114,114,111,114,34,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,79,98,106,101,99,116,46,97,115,115,105,103,110,40,90,97,46,112,114,111,116,111,116,121,112,101,44,32,123,10,32,32,32,32,32,32,32,32,105,115,65,108,105,97,115,79,102,58,32,102,117,110,99,116,105,111,110,40,97,41,32,123,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,33,40,116,104,105,115,32,105,110,115,116,97,110,99,101,111,102,32,90,97,32,38,38,32,97,32,105,110,115,116,97,110,99,101,111,102,32,90,97,41,41,32,114,101,116,117,114,110,32,102,97,108,115,101,59,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,98,32,61,32,116,104,105,115,46,117,97,46,120,97,46,118,97,44,32,99,32,61,32,116,104,105,115,46,117,97,46,119,97,59,10,32,32,32,32,32,32,32,32,32,32,97,46,117,97,32,61,32,97,46,117,97,59,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,97,46,117,97,46,120,97,46,118,97,59,10,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,97,32,61,32,97,46,117,97,46,119,97,59,32,98,46,65,97,59,32,41,32,99,32,61,32,98,46,75,97,40,99,41,44,32,98,32,61,32,98,46,65,97,59,10,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,59,32,100,46,65,97,59,32,41,32,97,32,61,32,100,46,75,97,40,97,41,44,32,100,32,61,32,100,46,65,97,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,98,32,61,61,61,32,100,32,38,38,32,99,32,61,61,61,32,97,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,99,108,111,110,101,58,32,102,117,110,99,116,105,111,110,40,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,117,97,46,119,97,32,124,124,32,81,97,40,116,104,105,115,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,117,97,46,74,97,41,32,114,101,116,117,114,110,32,116,104,105,115,46,117,97,46,99,111,117,110,116,46,118,97,108,117,101,32,43,61,32,49,44,32,116,104,105,115,59,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,97,32,61,32,82,44,32,98,32,61,32,79,98,106,101,99,116,44,32,99,32,61,32,98,46,99,114,101,97,116,101,44,32,100,32,61,32,79,98,106,101,99,116,46,103,101,116,80,114,111,116,111,116,121,112,101,79,102,40,116,104,105,115,41,44,32,101,32,61,32,116,104,105,115,46,117,97,59,10,32,32,32,32,32,32,32,32,32,32,97,32,61,32,97,40,10,32,32,32,32,32,32,32,32,32,32,32,32,99,46,99,97,108,108,40,98,44,32,100,44,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,117,97,58,32,123,32,118,97,108,117,101,58,32,123,32,99,111,117,110,116,58,32,101,46,99,111,117,110,116,44,32,73,97,58,32,101,46,73,97,44,32,74,97,58,32,101,46,74,97,44,32,119,97,58,32,101,46,119,97,44,32,120,97,58,32,101,46,120,97,44,32,122,97,58,32,101,46,122,97,44,32,66,97,58,32,101,46,66,97,32,125,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,125,41,10,32,32,32,32,32,32,32,32,32,32,41,59,10,32,32,32,32,32,32,32,32,32,32,97,46,117,97,46,99,111,117,110,116,46,118,97,108,117,101,32,43,61,32,49,59,10,32,32,32,32,32,32,32,32,32,32,97,46,117,97,46,73,97,32,61,32,102,97,108,115,101,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,97,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,91,34,100,101,108,101,116,101,34,93,40,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,117,97,46,119,97,32,124,124,32,81,97,40,116,104,105,115,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,117,97,46,73,97,32,38,38,32,33,116,104,105,115,46,117,97,46,74,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,34,79,98,106,101,99,116,32,97,108,114,101,97,100,121,32,115,99,104,101,100,117,108,101,100,32,102,111,114,32,100,101,108,101,116,105,111,110,34,41,59,10,32,32,32,32,32,32,32,32,32,32,83,97,40,116,104,105,115,41,59,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,97,32,61,32,116,104,105,115,46,117,97,59,10,32,32,32,32,32,32,32,32,32,32,45,45,97,46,99,111,117,110,116,46,118,97,108,117,101,59,10,32,32,32,32,32,32,32,32,32,32,48,32,61,61,61,32,97,46,99,111,117,110,116,46,118,97,108,117,101,32,38,38,32,40,97,46,122,97,32,63,32,97,46,66,97,46,69,97,40,97,46,122,97,41,32,58,32,97,46,120,97,46,118,97,46,69,97,40,97,46,119,97,41,41,59,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,117,97,46,74,97,32,124,124,32,40,116,104,105,115,46,117,97,46,122,97,32,61,32,118,111,105,100,32,48,44,32,116,104,105,115,46,117,97,46,119,97,32,61,32,118,111,105,100,32,48,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,105,115,68,101,108,101,116,101,100,58,32,102,117,110,99,116,105,111,110,40,41,32,123,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,33,116,104,105,115,46,117,97,46,119,97,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,100,101,108,101,116,101,76,97,116,101,114,58,32,102,117,110,99,116,105,111,110,40,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,117,97,46,119,97,32,124,124,32,81,97,40,116,104,105,115,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,117,97,46,73,97,32,38,38,32,33,116,104,105,115,46,117,97,46,74,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,34,79,98,106,101,99,116,32,97,108,114,101,97,100,121,32,115,99,104,101,100,117,108,101,100,32,102,111,114,32,100,101,108,101,116,105,111,110,34,41,59,10,32,32,32,32,32,32,32,32,32,32,89,97,46,112,117,115,104,40,116,104,105,115,41,59,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,117,97,46,73,97,32,61,32,116,114,117,101,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,79,98,106,101,99,116,46,97,115,115,105,103,110,40,107,98,46,112,114,111,116,111,116,121,112,101,44,32,123,10,32,32,32,32,32,32,32,32,88,97,40,97,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,83,97,32,38,38,32,40,97,32,61,32,116,104,105,115,46,83,97,40,97,41,41,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,97,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,81,97,40,97,41,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,95,97,50,59,10,32,32,32,32,32,32,32,32,32,32,40,95,97,50,32,61,32,116,104,105,115,46,69,97,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,50,46,99,97,108,108,40,116,104,105,115,44,32,97,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,67,97,58,32,56,44,10,32,32,32,32,32,32,32,32,114,101,97,100,86,97,108,117,101,70,114,111,109,80,111,105,110,116,101,114,58,32,74,44,10,32,32,32,32,32,32,32,32,102,114,111,109,87,105,114,101,84,121,112,101,58,32,102,117,110,99,116,105,111,110,40,97,41,32,123,10,32,32,32,32,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,98,40,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,77,97,32,63,32,88,97,40,116,104,105,115,46,118,97,46,71,97,44,32,123,32,120,97,58,32,116,104,105,115,46,98,98,44,32,119,97,58,32,99,44,32,66,97,58,32,116,104,105,115,44,32,122,97,58,32,97,32,125,41,32,58,32,88,97,40,116,104,105,115,46,118,97,46,71,97,44,32,123,32,120,97,58,32,116,104,105,115,44,32,119,97,58,32,97,32,125,41,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,99,32,61,32,116,104,105,115,46,88,97,40,97,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,33,99,41,32,114,101,116,117,114,110,32,116,104,105,115,46,81,97,40,97,41,44,32,110,117,108,108,59,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,87,97,40,116,104,105,115,46,118,97,44,32,99,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,118,111,105,100,32,48,32,33,61,61,32,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,48,32,61,61,61,32,100,46,117,97,46,99,111,117,110,116,46,118,97,108,117,101,41,32,114,101,116,117,114,110,32,100,46,117,97,46,119,97,32,61,32,99,44,32,100,46,117,97,46,122,97,32,61,32,97,44,32,100,46,99,108,111,110,101,40,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,100,32,61,32,100,46,99,108,111,110,101,40,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,81,97,40,97,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,100,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,100,32,61,32,116,104,105,115,46,118,97,46,87,97,40,99,41,59,10,32,32,32,32,32,32,32,32,32,32,100,32,61,32,85,97,91,100,93,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,33,100,41,32,114,101,116,117,114,110,32,98,46,99,97,108,108,40,116,104,105,115,41,59,10,32,32,32,32,32,32,32,32,32,32,100,32,61,32,116,104,105,115,46,76,97,32,63,32,100,46,84,97,32,58,32,100,46,112,111,105,110,116,101,114,84,121,112,101,59,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,101,32,61,32,84,97,40,99,44,32,116,104,105,115,46,118,97,44,32,100,46,118,97,41,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,110,117,108,108,32,61,61,61,32,101,32,63,32,98,46,99,97,108,108,40,116,104,105,115,41,32,58,32,116,104,105,115,46,77,97,32,63,32,88,97,40,100,46,118,97,46,71,97,44,32,123,32,120,97,58,32,100,44,32,119,97,58,32,101,44,32,66,97,58,32,116,104,105,115,44,32,122,97,58,32,97,32,125,41,32,58,32,88,97,40,100,46,118,97,46,71,97,44,32,123,32,120,97,58,32,100,44,32,119,97,58,32,101,32,125,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,111,98,32,61,32,107,46,85,110,98,111,117,110,100,84,121,112,101,69,114,114,111,114,32,61,32,40,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,99,32,61,32,36,97,40,98,44,32,102,117,110,99,116,105,111,110,40,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,110,97,109,101,32,61,32,98,59,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,109,101,115,115,97,103,101,32,61,32,100,59,10,32,32,32,32,32,32,32,32,32,32,100,32,61,32,69,114,114,111,114,40,100,41,46,115,116,97,99,107,59,10,32,32,32,32,32,32,32,32,32,32,118,111,105,100,32,48,32,33,61,61,32,100,32,38,38,32,40,116,104,105,115,46,115,116,97,99,107,32,61,32,116,104,105,115,46,116,111,83,116,114,105,110,103,40,41,32,43,32,34,92,110,34,32,43,32,100,46,114,101,112,108,97,99,101,40,47,94,69,114,114,111,114,40,58,91,94,92,110,93,42,41,63,92,110,47,44,32,34,34,41,41,59,10,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,99,46,112,114,111,116,111,116,121,112,101,32,61,32,79,98,106,101,99,116,46,99,114,101,97,116,101,40,97,46,112,114,111,116,111,116,121,112,101,41,59,10,32,32,32,32,32,32,32,32,99,46,112,114,111,116,111,116,121,112,101,46,99,111,110,115,116,114,117,99,116,111,114,32,61,32,99,59,10,32,32,32,32,32,32,32,32,99,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,32,61,32,102,117,110,99,116,105,111,110,40,41,32,123,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,118,111,105,100,32,48,32,61,61,61,32,116,104,105,115,46,109,101,115,115,97,103,101,32,63,32,116,104,105,115,46,110,97,109,101,32,58,32,96,36,123,116,104,105,115,46,110,97,109,101,125,58,32,36,123,116,104,105,115,46,109,101,115,115,97,103,101,125,96,59,10,32,32,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,99,59,10,32,32,32,32,32,32,125,41,40,69,114,114,111,114,44,32,34,85,110,98,111,117,110,100,84,121,112,101,69,114,114,111,114,34,41,59,10,32,32,32,32,32,32,86,46,112,117,115,104,40,48,44,32,49,44,32,118,111,105,100,32,48,44,32,49,44,32,110,117,108,108,44,32,49,44,32,116,114,117,101,44,32,49,44,32,102,97,108,115,101,44,32,49,41,59,10,32,32,32,32,32,32,107,46,99,111,117,110,116,95,101,109,118,97,108,95,104,97,110,100,108,101,115,32,61,32,40,41,32,61,62,32,86,46,108,101,110,103,116,104,32,47,32,50,32,45,32,53,32,45,32,120,98,46,108,101,110,103,116,104,59,10,32,32,32,32,32,32,118,97,114,32,111,99,32,61,32,123,10,32,32,32,32,32,32,32,32,99,58,32,40,97,44,32,98,44,32,99,44,32,100,41,32,61,62,32,119,97,40,10,32,32,32,32,32,32,32,32,32,32,96,65,115,115,101,114,116,105,111,110,32,102,97,105,108,101,100,58,32,36,123,97,32,63,32,72,40,120,44,32,97,41,32,58,32,34,34,125,44,32,97,116,58,32,96,32,43,32,91,98,32,63,32,98,32,63,32,72,40,120,44,32,98,41,32,58,32,34,34,32,58,32,34,117,110,107,110,111,119,110,32,102,105,108,101,110,97,109,101,34,44,32,99,44,32,100,32,63,32,100,32,63,32,72,40,120,44,32,100,41,32,58,32,34,34,32,58,32,34,117,110,107,110,111,119,110,32,102,117,110,99,116,105,111,110,34,93,10,32,32,32,32,32,32,32,32,41,44,10,32,32,32,32,32,32,32,32,109,58,32,40,97,44,32,98,44,32,99,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,110,101,119,32,72,97,40,97,41,59,10,32,32,32,32,32,32,32,32,32,32,68,91,100,46,119,97,32,43,32,49,54,32,62,62,32,50,93,32,61,32,48,59,10,32,32,32,32,32,32,32,32,32,32,68,91,100,46,119,97,32,43,32,52,32,62,62,32,50,93,32,61,32,98,59,10,32,32,32,32,32,32,32,32,32,32,68,91,100,46,119,97,32,43,32,56,32,62,62,32,50,93,32,61,32,99,59,10,32,32,32,32,32,32,32,32,32,32,73,97,32,61,32,97,59,10,32,32,32,32,32,32,32,32,32,32,74,97,43,43,59,10,32,32,32,32,32,32,32,32,32,32,116,104,114,111,119,32,73,97,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,77,58,32,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,74,58,32,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,75,58,32,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,80,58,32,102,117,110,99,116,105,111,110,40,41,32,123,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,76,58,32,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,82,58,32,40,41,32,61,62,32,119,97,40,34,34,41,44,10,32,32,32,32,32,32,32,32,118,58,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,98,32,61,32,75,97,91,97,93,59,10,32,32,32,32,32,32,32,32,32,32,100,101,108,101,116,101,32,75,97,91,97,93,59,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,99,32,61,32,98,46,79,97,44,32,100,32,61,32,98,46,69,97,44,32,101,32,61,32,98,46,82,97,44,32,102,32,61,32,101,46,109,97,112,40,40,104,41,32,61,62,32,104,46,36,97,41,46,99,111,110,99,97,116,40,101,46,109,97,112,40,40,104,41,32,61,62,32,104,46,103,98,41,41,59,10,32,32,32,32,32,32,32,32,32,32,79,40,91,97,93,44,32,102,44,32,40,104,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,103,32,61,32,123,125,59,10,32,32,32,32,32,32,32,32,32,32,32,32,101,46,102,111,114,69,97,99,104,40,40,108,44,32,109,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,110,32,61,32,104,91,109,93,44,32,113,32,61,32,108,46,89,97,44,32,114,32,61,32,108,46,90,97,44,32,65,32,61,32,104,91,109,32,43,32,101,46,108,101,110,103,116,104,93,44,32,117,32,61,32,108,46,102,98,44,32,118,32,61,32,108,46,104,98,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,103,91,108,46,86,97,93,32,61,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,97,100,58,32,40,69,41,32,61,62,32,110,46,102,114,111,109,87,105,114,101,84,121,112,101,40,113,40,114,44,32,69,41,41,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,119,114,105,116,101,58,32,40,69,44,32,100,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,66,32,61,32,91,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,117,40,118,44,32,69,44,32,65,46,116,111,87,105,114,101,84,121,112,101,40,66,44,32,100,97,41,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,76,97,40,66,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,91,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,110,97,109,101,58,32,98,46,110,97,109,101,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,102,114,111,109,87,105,114,101,84,121,112,101,58,32,40,108,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,109,32,61,32,123,125,44,32,110,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,110,32,105,110,32,103,41,32,109,91,110,93,32,61,32,103,91,110,93,46,114,101,97,100,40,108,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,40,108,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,109,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,111,87,105,114,101,84,121,112,101,58,32,40,108,44,32,109,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,110,32,105,110,32,103,41,32,105,102,32,40,33,40,110,32,105,110,32,109,41,41,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,96,77,105,115,115,105,110,103,32,102,105,101,108,100,58,32,34,36,123,110,125,34,96,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,113,32,61,32,99,40,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,110,32,105,110,32,103,41,32,103,91,110,93,46,119,114,105,116,101,40,113,44,32,109,91,110,93,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,110,117,108,108,32,33,61,61,32,108,32,38,38,32,108,46,112,117,115,104,40,100,44,32,113,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,113,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,67,97,58,32,56,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,97,100,86,97,108,117,101,70,114,111,109,80,111,105,110,116,101,114,58,32,74,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,68,97,58,32,100,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,93,59,10,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,67,58,32,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,87,58,32,40,97,44,32,98,44,32,99,44,32,100,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,98,32,61,32,80,40,98,41,59,10,32,32,32,32,32,32,32,32,32,32,78,40,97,44,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,110,97,109,101,58,32,98,44,10,32,32,32,32,32,32,32,32,32,32,32,32,102,114,111,109,87,105,114,101,84,121,112,101,58,32,102,117,110,99,116,105,111,110,40,101,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,33,33,101,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,116,111,87,105,114,101,84,121,112,101,58,32,102,117,110,99,116,105,111,110,40,101,44,32,102,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,102,32,63,32,99,32,58,32,100,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,67,97,58,32,56,44,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,97,100,86,97,108,117,101,70,114,111,109,80,111,105,110,116,101,114,58,32,102,117,110,99,116,105,111,110,40,101,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,102,114,111,109,87,105,114,101,84,121,112,101,40,120,91,101,93,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,68,97,58,32,110,117,108,108,10,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,114,58,32,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,44,32,104,44,32,103,44,32,108,44,32,109,44,32,110,44,32,113,44,32,114,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,110,32,61,32,80,40,110,41,59,10,32,32,32,32,32,32,32,32,32,32,102,32,61,32,84,40,101,44,32,102,41,59,10,32,32,32,32,32,32,32,32,32,32,103,32,38,38,32,40,103,32,61,32,84,40,104,44,32,103,41,41,59,10,32,32,32,32,32,32,32,32,32,32,109,32,38,38,32,40,109,32,61,32,84,40,108,44,32,109,41,41,59,10,32,32,32,32,32,32,32,32,32,32,114,32,61,32,84,40,113,44,32,114,41,59,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,65,32,61,32,99,98,40,110,41,59,10,32,32,32,32,32,32,32,32,32,32,98,98,40,65,44,32,102,117,110,99,116,105,111,110,40,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,114,98,40,96,67,97,110,110,111,116,32,99,111,110,115,116,114,117,99,116,32,36,123,110,125,32,100,117,101,32,116,111,32,117,110,98,111,117,110,100,32,116,121,112,101,115,96,44,32,91,100,93,41,59,10,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,32,32,79,40,91,97,44,32,98,44,32,99,93,44,32,100,32,63,32,91,100,93,32,58,32,91,93,44,32,40,117,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,95,97,50,59,10,32,32,32,32,32,32,32,32,32,32,32,32,117,32,61,32,117,91,48,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,118,32,61,32,117,46,118,97,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,69,32,61,32,118,46,71,97,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,69,32,61,32,90,97,46,112,114,111,116,111,116,121,112,101,59,10,32,32,32,32,32,32,32,32,32,32,32,32,117,32,61,32,36,97,40,110,44,32,102,117,110,99,116,105,111,110,40,46,46,46,79,97,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,79,98,106,101,99,116,46,103,101,116,80,114,111,116,111,116,121,112,101,79,102,40,116,104,105,115,41,32,33,61,61,32,100,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,34,85,115,101,32,39,110,101,119,39,32,116,111,32,99,111,110,115,116,114,117,99,116,32,34,32,43,32,110,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,118,111,105,100,32,48,32,61,61,61,32,66,46,70,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,110,32,43,32,34,32,104,97,115,32,110,111,32,97,99,99,101,115,115,105,98,108,101,32,99,111,110,115,116,114,117,99,116,111,114,34,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,119,98,32,61,32,66,46,70,97,91,79,97,46,108,101,110,103,116,104,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,118,111,105,100,32,48,32,61,61,61,32,119,98,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,81,40,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,96,84,114,105,101,100,32,116,111,32,105,110,118,111,107,101,32,99,116,111,114,32,111,102,32,36,123,110,125,32,119,105,116,104,32,105,110,118,97,108,105,100,32,110,117,109,98,101,114,32,111,102,32,112,97,114,97,109,101,116,101,114,115,32,40,36,123,79,97,46,108,101,110,103,116,104,125,41,32,45,32,101,120,112,101,99,116,101,100,32,40,36,123,79,98,106,101,99,116,46,107,101,121,115,40,66,46,70,97,41,46,116,111,83,116,114,105,110,103,40,41,125,41,32,112,97,114,97,109,101,116,101,114,115,32,105,110,115,116,101,97,100,33,96,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,119,98,46,97,112,112,108,121,40,116,104,105,115,44,32,79,97,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,100,97,32,61,32,79,98,106,101,99,116,46,99,114,101,97,116,101,40,69,44,32,123,32,99,111,110,115,116,114,117,99,116,111,114,58,32,123,32,118,97,108,117,101,58,32,117,32,125,32,125,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,117,46,112,114,111,116,111,116,121,112,101,32,61,32,100,97,59,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,66,32,61,32,110,101,119,32,100,98,40,110,44,32,117,44,32,100,97,44,32,114,44,32,118,44,32,102,44,32,103,44,32,109,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,66,46,65,97,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,101,97,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,40,95,97,50,32,61,32,40,101,97,32,61,32,66,46,65,97,41,46,80,97,41,32,33,61,32,110,117,108,108,32,63,32,95,97,50,32,58,32,101,97,46,80,97,32,61,32,91,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,66,46,65,97,46,80,97,46,112,117,115,104,40,66,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,118,32,61,32,110,101,119,32,107,98,40,110,44,32,66,44,32,116,114,117,101,44,32,102,97,108,115,101,44,32,102,97,108,115,101,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,101,97,32,61,32,110,101,119,32,107,98,40,110,32,43,32,34,42,34,44,32,66,44,32,102,97,108,115,101,44,32,102,97,108,115,101,44,32,102,97,108,115,101,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,69,32,61,32,110,101,119,32,107,98,40,110,32,43,32,34,32,99,111,110,115,116,42,34,44,32,66,44,32,102,97,108,115,101,44,32,116,114,117,101,44,32,102,97,108,115,101,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,85,97,91,97,93,32,61,32,123,32,112,111,105,110,116,101,114,84,121,112,101,58,32,101,97,44,32,84,97,58,32,69,32,125,59,10,32,32,32,32,32,32,32,32,32,32,32,32,108,98,40,65,44,32,117,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,91,118,44,32,101,97,44,32,69,93,59,10,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,113,58,32,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,104,32,61,32,115,98,40,98,44,32,99,41,59,10,32,32,32,32,32,32,32,32,32,32,101,32,61,32,84,40,100,44,32,101,41,59,10,32,32,32,32,32,32,32,32,32,32,79,40,91,93,44,32,91,97,93,44,32,40,103,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,103,32,61,32,103,91,48,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,108,32,61,32,96,99,111,110,115,116,114,117,99,116,111,114,32,36,123,103,46,110,97,109,101,125,96,59,10,32,32,32,32,32,32,32,32,32,32,32,32,118,111,105,100,32,48,32,61,61,61,32,103,46,118,97,46,70,97,32,38,38,32,40,103,46,118,97,46,70,97,32,61,32,91,93,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,118,111,105,100,32,48,32,33,61,61,32,103,46,118,97,46,70,97,91,98,32,45,32,49,93,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,81,40,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,96,67,97,110,110,111,116,32,114,101,103,105,115,116,101,114,32,109,117,108,116,105,112,108,101,32,99,111,110,115,116,114,117,99,116,111,114,115,32,119,105,116,104,32,105,100,101,110,116,105,99,97,108,32,110,117,109,98,101,114,32,111,102,32,112,97,114,97,109,101,116,101,114,115,32,40,36,123,98,32,45,32,49,125,41,32,102,111,114,32,99,108,97,115,115,32,39,36,123,103,46,110,97,109,101,125,39,33,32,79,118,101,114,108,111,97,100,32,114,101,115,111,108,117,116,105,111,110,32,105,115,32,99,117,114,114,101,110,116,108,121,32,111,110,108,121,32,112,101,114,102,111,114,109,101,100,32,117,115,105,110,103,32,116,104,101,32,112,97,114,97,109,101,116,101,114,32,99,111,117,110,116,44,32,110,111,116,32,97,99,116,117,97,108,32,116,121,112,101,32,105,110,102,111,33,96,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,103,46,118,97,46,70,97,91,98,32,45,32,49,93,32,61,32,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,98,40,96,67,97,110,110,111,116,32,99,111,110,115,116,114,117,99,116,32,36,123,103,46,110,97,109,101,125,32,100,117,101,32,116,111,32,117,110,98,111,117,110,100,32,116,121,112,101,115,96,44,32,104,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,32,32,32,32,32,32,79,40,91,93,44,32,104,44,32,40,109,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,109,46,115,112,108,105,99,101,40,49,44,32,48,44,32,110,117,108,108,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,103,46,118,97,46,70,97,91,98,32,45,32,49,93,32,61,32,117,98,40,108,44,32,109,44,32,110,117,108,108,44,32,101,44,32,102,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,91,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,91,93,59,10,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,102,58,32,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,44,32,104,44,32,103,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,108,32,61,32,115,98,40,99,44,32,100,41,59,10,32,32,32,32,32,32,32,32,32,32,98,32,61,32,80,40,98,41,59,10,32,32,32,32,32,32,32,32,32,32,98,32,61,32,118,98,40,98,41,59,10,32,32,32,32,32,32,32,32,32,32,102,32,61,32,84,40,101,44,32,102,41,59,10,32,32,32,32,32,32,32,32,32,32,79,40,91,93,44,32,91,97,93,44,32,40,109,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,110,40,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,98,40,96,67,97,110,110,111,116,32,99,97,108,108,32,36,123,113,125,32,100,117,101,32,116,111,32,117,110,98,111,117,110,100,32,116,121,112,101,115,96,44,32,108,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,109,32,61,32,109,91,48,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,113,32,61,32,96,36,123,109,46,110,97,109,101,125,46,36,123,98,125,96,59,10,32,32,32,32,32,32,32,32,32,32,32,32,98,46,115,116,97,114,116,115,87,105,116,104,40,34,64,64,34,41,32,38,38,32,40,98,32,61,32,83,121,109,98,111,108,91,98,46,115,117,98,115,116,114,105,110,103,40,50,41,93,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,103,32,38,38,32,109,46,118,97,46,99,98,46,112,117,115,104,40,98,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,114,32,61,32,109,46,118,97,46,71,97,44,32,65,32,61,32,114,91,98,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,118,111,105,100,32,48,32,61,61,61,32,65,32,124,124,32,118,111,105,100,32,48,32,61,61,61,32,65,46,121,97,32,38,38,32,65,46,99,108,97,115,115,78,97,109,101,32,33,61,61,32,109,46,110,97,109,101,32,38,38,32,65,46,72,97,32,61,61,61,32,99,32,45,32,50,32,63,32,40,110,46,72,97,32,61,32,99,32,45,32,50,44,32,110,46,99,108,97,115,115,78,97,109,101,32,61,32,109,46,110,97,109,101,44,32,114,91,98,93,32,61,32,110,41,32,58,32,40,97,98,40,114,44,32,98,44,32,113,41,44,32,114,91,98,93,46,121,97,91,99,32,45,32,50,93,32,61,32,110,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,79,40,91,93,44,32,108,44,32,40,117,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,117,32,61,32,117,98,40,113,44,32,117,44,32,109,44,32,102,44,32,104,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,111,105,100,32,48,32,61,61,61,32,114,91,98,93,46,121,97,32,63,32,40,117,46,72,97,32,61,32,99,32,45,32,50,44,32,114,91,98,93,32,61,32,117,41,32,58,32,114,91,98,93,46,121,97,91,99,32,45,32,50,93,32,61,32,117,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,91,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,91,93,59,10,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,86,58,32,40,97,41,32,61,62,32,78,40,97,44,32,65,98,41,44,10,32,32,32,32,32,32,32,32,120,58,32,40,97,44,32,98,44,32,99,44,32,100,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,101,40,41,32,123,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,98,32,61,32,80,40,98,41,59,10,32,32,32,32,32,32,32,32,32,32,101,46,118,97,108,117,101,115,32,61,32,123,125,59,10,32,32,32,32,32,32,32,32,32,32,78,40,97,44,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,110,97,109,101,58,32,98,44,10,32,32,32,32,32,32,32,32,32,32,32,32,99,111,110,115,116,114,117,99,116,111,114,58,32,101,44,10,32,32,32,32,32,32,32,32,32,32,32,32,102,114,111,109,87,105,114,101,84,121,112,101,58,32,102,117,110,99,116,105,111,110,40,102,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,99,111,110,115,116,114,117,99,116,111,114,46,118,97,108,117,101,115,91,102,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,116,111,87,105,114,101,84,121,112,101,58,32,40,102,44,32,104,41,32,61,62,32,104,46,118,97,108,117,101,44,10,32,32,32,32,32,32,32,32,32,32,32,32,67,97,58,32,56,44,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,97,100,86,97,108,117,101,70,114,111,109,80,111,105,110,116,101,114,58,32,66,98,40,98,44,32,99,44,32,100,41,44,10,32,32,32,32,32,32,32,32,32,32,32,32,68,97,58,32,110,117,108,108,10,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,32,32,98,98,40,98,44,32,101,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,107,58,32,40,97,44,32,98,44,32,99,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,67,98,40,97,44,32,34,101,110,117,109,34,41,59,10,32,32,32,32,32,32,32,32,32,32,98,32,61,32,80,40,98,41,59,10,32,32,32,32,32,32,32,32,32,32,97,32,61,32,100,46,99,111,110,115,116,114,117,99,116,111,114,59,10,32,32,32,32,32,32,32,32,32,32,100,32,61,32,79,98,106,101,99,116,46,99,114,101,97,116,101,40,100,46,99,111,110,115,116,114,117,99,116,111,114,46,112,114,111,116,111,116,121,112,101,44,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,108,117,101,58,32,123,32,118,97,108,117,101,58,32,99,32,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,99,111,110,115,116,114,117,99,116,111,114,58,32,123,32,118,97,108,117,101,58,32,36,97,40,96,36,123,100,46,110,97,109,101,125,95,36,123,98,125,96,44,32,102,117,110,99,116,105,111,110,40,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,125,41,32,125,10,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,32,32,97,46,118,97,108,117,101,115,91,99,93,32,61,32,100,59,10,32,32,32,32,32,32,32,32,32,32,97,91,98,93,32,61,32,100,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,122,58,32,40,97,44,32,98,44,32,99,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,98,32,61,32,80,40,98,41,59,10,32,32,32,32,32,32,32,32,32,32,78,40,97,44,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,110,97,109,101,58,32,98,44,10,32,32,32,32,32,32,32,32,32,32,32,32,102,114,111,109,87,105,114,101,84,121,112,101,58,32,40,100,41,32,61,62,32,100,44,10,32,32,32,32,32,32,32,32,32,32,32,32,116,111,87,105,114,101,84,121,112,101,58,32,40,100,44,32,101,41,32,61,62,32,101,44,10,32,32,32,32,32,32,32,32,32,32,32,32,67,97,58,32,56,44,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,97,100,86,97,108,117,101,70,114,111,109,80,111,105,110,116,101,114,58,32,68,98,40,98,44,32,99,41,44,10,32,32,32,32,32,32,32,32,32,32,32,32,68,97,58,32,110,117,108,108,10,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,117,58,32,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,104,32,61,32,115,98,40,98,44,32,99,41,59,10,32,32,32,32,32,32,32,32,32,32,97,32,61,32,80,40,97,41,59,10,32,32,32,32,32,32,32,32,32,32,97,32,61,32,118,98,40,97,41,59,10,32,32,32,32,32,32,32,32,32,32,101,32,61,32,84,40,100,44,32,101,41,59,10,32,32,32,32,32,32,32,32,32,32,98,98,40,10,32,32,32,32,32,32,32,32,32,32,32,32,97,44,10,32,32,32,32,32,32,32,32,32,32,32,32,102,117,110,99,116,105,111,110,40,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,98,40,96,67,97,110,110,111,116,32,99,97,108,108,32,36,123,97,125,32,100,117,101,32,116,111,32,117,110,98,111,117,110,100,32,116,121,112,101,115,96,44,32,104,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,98,32,45,32,49,10,32,32,32,32,32,32,32,32,32,32,41,59,10,32,32,32,32,32,32,32,32,32,32,79,40,91,93,44,32,104,44,32,40,103,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,108,98,40,97,44,32,117,98,40,97,44,32,91,103,91,48,93,44,32,110,117,108,108,93,46,99,111,110,99,97,116,40,103,46,115,108,105,99,101,40,49,41,41,44,32,110,117,108,108,44,32,101,44,32,102,41,44,32,98,32,45,32,49,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,91,93,59,10,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,108,58,32,40,97,44,32,98,44,32,99,44,32,100,44,32,101,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,98,32,61,32,80,40,98,41,59,10,32,32,32,32,32,32,32,32,32,32,45,49,32,61,61,61,32,101,32,38,38,32,40,101,32,61,32,52,50,57,52,57,54,55,50,57,53,41,59,10,32,32,32,32,32,32,32,32,32,32,101,32,61,32,40,103,41,32,61,62,32,103,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,48,32,61,61,61,32,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,102,32,61,32,51,50,32,45,32,56,32,42,32,99,59,10,32,32,32,32,32,32,32,32,32,32,32,32,101,32,61,32,40,103,41,32,61,62,32,103,32,60,60,32,102,32,62,62,62,32,102,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,104,32,61,32,98,46,105,110,99,108,117,100,101,115,40,34,117,110,115,105,103,110,101,100,34,41,32,63,32,102,117,110,99,116,105,111,110,40,103,44,32,108,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,108,32,62,62,62,32,48,59,10,32,32,32,32,32,32,32,32,32,32,125,32,58,32,102,117,110,99,116,105,111,110,40,103,44,32,108,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,108,59,10,32,32,32,32,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,32,32,32,32,78,40,97,44,32,123,32,110,97,109,101,58,32,98,44,32,102,114,111,109,87,105,114,101,84,121,112,101,58,32,101,44,32,116,111,87,105,114,101,84,121,112,101,58,32,104,44,32,67,97,58,32,56,44,32,114,101,97,100,86,97,108,117,101,70,114,111,109,80,111,105,110,116,101,114,58,32,69,98,40,98,44,32,99,44,32,48,32,33,61,61,32,100,41,44,32,68,97,58,32,110,117,108,108,32,125,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,104,58,32,40,97,44,32,98,44,32,99,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,100,40,102,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,110,101,119,32,101,40,119,46,98,117,102,102,101,114,44,32,68,91,102,32,43,32,52,32,62,62,32,50,93,44,32,68,91,102,32,62,62,32,50,93,41,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,101,32,61,32,91,73,110,116,56,65,114,114,97,121,44,32,85,105,110,116,56,65,114,114,97,121,44,32,73,110,116,49,54,65,114,114,97,121,44,32,85,105,110,116,49,54,65,114,114,97,121,44,32,73,110,116,51,50,65,114,114,97,121,44,32,85,105,110,116,51,50,65,114,114,97,121,44,32,70,108,111,97,116,51,50,65,114,114,97,121,44,32,70,108,111,97,116,54,52,65,114,114,97,121,93,91,98,93,59,10,32,32,32,32,32,32,32,32,32,32,99,32,61,32,80,40,99,41,59,10,32,32,32,32,32,32,32,32,32,32,78,40,97,44,32,123,32,110,97,109,101,58,32,99,44,32,102,114,111,109,87,105,114,101,84,121,112,101,58,32,100,44,32,67,97,58,32,56,44,32,114,101,97,100,86,97,108,117,101,70,114,111,109,80,111,105,110,116,101,114,58,32,100,32,125,44,32,123,32,97,98,58,32,116,114,117,101,32,125,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,116,58,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,78,40,97,44,32,70,98,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,97,97,58,32,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,44,32,104,44,32,103,44,32,108,44,32,109,44,32,110,44,32,113,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,99,32,61,32,80,40,99,41,59,10,32,32,32,32,32,32,32,32,32,32,102,32,61,32,84,40,101,44,32,102,41,59,10,32,32,32,32,32,32,32,32,32,32,103,32,61,32,84,40,104,44,32,103,41,59,10,32,32,32,32,32,32,32,32,32,32,109,32,61,32,84,40,108,44,32,109,41,59,10,32,32,32,32,32,32,32,32,32,32,113,32,61,32,84,40,110,44,32,113,41,59,10,32,32,32,32,32,32,32,32,32,32,79,40,91,97,93,44,32,91,98,93,44,32,40,114,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,114,32,61,32,114,91,48,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,91,110,101,119,32,107,98,40,99,44,32,114,46,118,97,44,32,102,97,108,115,101,44,32,102,97,108,115,101,44,32,116,114,117,101,44,32,114,44,32,100,44,32,102,44,32,103,44,32,109,44,32,113,41,93,59,10,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,65,58,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,98,32,61,32,80,40,98,41,59,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,99,32,61,32,34,115,116,100,58,58,115,116,114,105,110,103,34,32,61,61,61,32,98,59,10,32,32,32,32,32,32,32,32,32,32,78,40,97,44,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,110,97,109,101,58,32,98,44,10,32,32,32,32,32,32,32,32,32,32,32,32,102,114,111,109,87,105,114,101,84,121,112,101,58,32,102,117,110,99,116,105,111,110,40,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,101,32,61,32,68,91,100,32,62,62,32,50,93,44,32,102,32,61,32,100,32,43,32,52,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,99,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,104,32,61,32,102,44,32,103,32,61,32,48,59,32,103,32,60,61,32,101,59,32,43,43,103,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,108,32,61,32,102,32,43,32,103,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,103,32,61,61,32,101,32,124,124,32,48,32,61,61,32,120,91,108,93,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,104,32,61,32,104,32,63,32,72,40,120,44,32,104,44,32,108,32,45,32,104,41,32,58,32,34,34,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,118,111,105,100,32,48,32,61,61,61,32,109,41,32,118,97,114,32,109,32,61,32,104,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,101,108,115,101,32,109,32,43,61,32,83,116,114,105,110,103,46,102,114,111,109,67,104,97,114,67,111,100,101,40,48,41,44,32,109,32,43,61,32,104,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,104,32,61,32,108,32,43,32,49,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,109,32,61,32,65,114,114,97,121,40,101,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,103,32,61,32,48,59,32,103,32,60,32,101,59,32,43,43,103,41,32,109,91,103,93,32,61,32,83,116,114,105,110,103,46,102,114,111,109,67,104,97,114,67,111,100,101,40,120,91,102,32,43,32,103,93,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,109,32,61,32,109,46,106,111,105,110,40,34,34,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,85,40,100,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,109,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,116,111,87,105,114,101,84,121,112,101,58,32,102,117,110,99,116,105,111,110,40,100,44,32,101,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,101,32,105,110,115,116,97,110,99,101,111,102,32,65,114,114,97,121,66,117,102,102,101,114,32,38,38,32,40,101,32,61,32,110,101,119,32,85,105,110,116,56,65,114,114,97,121,40,101,41,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,102,44,32,104,32,61,32,34,115,116,114,105,110,103,34,32,61,61,32,116,121,112,101,111,102,32,101,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,33,40,104,32,124,124,32,101,32,105,110,115,116,97,110,99,101,111,102,32,85,105,110,116,56,65,114,114,97,121,32,124,124,32,101,32,105,110,115,116,97,110,99,101,111,102,32,85,105,110,116,56,67,108,97,109,112,101,100,65,114,114,97,121,32,124,124,32,101,32,105,110,115,116,97,110,99,101,111,102,32,73,110,116,56,65,114,114,97,121,41,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,81,40,34,67,97,110,110,111,116,32,112,97,115,115,32,110,111,110,45,115,116,114,105,110,103,32,116,111,32,115,116,100,58,58,115,116,114,105,110,103,34,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,99,32,38,38,32,104,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,103,32,61,32,102,32,61,32,48,59,32,103,32,60,32,101,46,108,101,110,103,116,104,59,32,43,43,103,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,108,32,61,32,101,46,99,104,97,114,67,111,100,101,65,116,40,103,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,49,50,55,32,62,61,32,108,32,63,32,102,43,43,32,58,32,50,48,52,55,32,62,61,32,108,32,63,32,102,32,43,61,32,50,32,58,32,53,53,50,57,54,32,60,61,32,108,32,38,38,32,53,55,51,52,51,32,62,61,32,108,32,63,32,40,102,32,43,61,32,52,44,32,43,43,103,41,32,58,32,102,32,43,61,32,51,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,101,108,115,101,32,102,32,61,32,101,46,108,101,110,103,116,104,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,103,32,61,32,100,99,40,52,32,43,32,102,32,43,32,49,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,108,32,61,32,103,32,43,32,52,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,68,91,103,32,62,62,32,50,93,32,61,32,102,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,99,32,38,38,32,104,41,32,73,40,101,44,32,108,44,32,102,32,43,32,49,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,101,108,115,101,32,105,102,32,40,104,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,104,32,61,32,48,59,32,104,32,60,32,102,59,32,43,43,104,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,109,32,61,32,101,46,99,104,97,114,67,111,100,101,65,116,40,104,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,50,53,53,32,60,32,109,41,32,116,104,114,111,119,32,85,40,108,41,44,32,110,101,119,32,81,40,34,83,116,114,105,110,103,32,104,97,115,32,85,84,70,45,49,54,32,99,111,100,101,32,117,110,105,116,115,32,116,104,97,116,32,100,111,32,110,111,116,32,102,105,116,32,105,110,32,56,32,98,105,116,115,34,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,120,91,108,32,43,32,104,93,32,61,32,109,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,101,108,115,101,32,102,111,114,32,40,104,32,61,32,48,59,32,104,32,60,32,102,59,32,43,43,104,41,32,120,91,108,32,43,32,104,93,32,61,32,101,91,104,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,110,117,108,108,32,33,61,61,32,100,32,38,38,32,100,46,112,117,115,104,40,85,44,32,103,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,103,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,67,97,58,32,56,44,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,97,100,86,97,108,117,101,70,114,111,109,80,111,105,110,116,101,114,58,32,74,44,10,32,32,32,32,32,32,32,32,32,32,32,32,68,97,40,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,85,40,100,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,115,58,32,40,97,44,32,98,44,32,99,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,99,32,61,32,80,40,99,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,50,32,61,61,61,32,98,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,72,98,59,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,101,32,61,32,73,98,59,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,102,32,61,32,74,98,59,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,104,32,61,32,40,103,41,32,61,62,32,122,91,103,32,62,62,32,49,93,59,10,32,32,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,52,32,61,61,61,32,98,32,38,38,32,40,100,32,61,32,75,98,44,32,101,32,61,32,76,98,44,32,102,32,61,32,77,98,44,32,104,32,61,32,40,103,41,32,61,62,32,68,91,103,32,62,62,32,50,93,41,59,10,32,32,32,32,32,32,32,32,32,32,78,40,97,44,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,110,97,109,101,58,32,99,44,10,32,32,32,32,32,32,32,32,32,32,32,32,102,114,111,109,87,105,114,101,84,121,112,101,58,32,40,103,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,108,32,61,32,68,91,103,32,62,62,32,50,93,44,32,109,44,32,110,32,61,32,103,32,43,32,52,44,32,113,32,61,32,48,59,32,113,32,60,61,32,108,59,32,43,43,113,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,114,32,61,32,103,32,43,32,52,32,43,32,113,32,42,32,98,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,113,32,61,61,32,108,32,124,124,32,48,32,61,61,32,104,40,114,41,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,110,32,61,32,100,40,110,44,32,114,32,45,32,110,41,44,32,118,111,105,100,32,48,32,61,61,61,32,109,32,63,32,109,32,61,32,110,32,58,32,40,109,32,43,61,32,83,116,114,105,110,103,46,102,114,111,109,67,104,97,114,67,111,100,101,40,48,41,44,32,109,32,43,61,32,110,41,44,32,110,32,61,32,114,32,43,32,98,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,85,40,103,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,109,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,116,111,87,105,114,101,84,121,112,101,58,32,40,103,44,32,108,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,34,115,116,114,105,110,103,34,32,33,61,32,116,121,112,101,111,102,32,108,41,32,116,104,114,111,119,32,110,101,119,32,81,40,96,67,97,110,110,111,116,32,112,97,115,115,32,110,111,110,45,115,116,114,105,110,103,32,116,111,32,67,43,43,32,115,116,114,105,110,103,32,116,121,112,101,32,36,123,99,125,96,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,109,32,61,32,102,40,108,41,44,32,110,32,61,32,100,99,40,52,32,43,32,109,32,43,32,98,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,68,91,110,32,62,62,32,50,93,32,61,32,109,32,47,32,98,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,101,40,108,44,32,110,32,43,32,52,44,32,109,32,43,32,98,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,110,117,108,108,32,33,61,61,32,103,32,38,38,32,103,46,112,117,115,104,40,85,44,32,110,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,110,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,67,97,58,32,56,44,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,97,100,86,97,108,117,101,70,114,111,109,80,111,105,110,116,101,114,58,32,74,44,10,32,32,32,32,32,32,32,32,32,32,32,32,68,97,40,103,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,85,40,103,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,119,58,32,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,75,97,91,97,93,32,61,32,123,32,110,97,109,101,58,32,80,40,98,41,44,32,79,97,58,32,84,40,99,44,32,100,41,44,32,69,97,58,32,84,40,101,44,32,102,41,44,32,82,97,58,32,91,93,32,125,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,106,58,32,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,44,32,104,44,32,103,44,32,108,44,32,109,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,75,97,91,97,93,46,82,97,46,112,117,115,104,40,123,32,86,97,58,32,80,40,98,41,44,32,36,97,58,32,99,44,32,89,97,58,32,84,40,100,44,32,101,41,44,32,90,97,58,32,102,44,32,103,98,58,32,104,44,32,102,98,58,32,84,40,103,44,32,108,41,44,32,104,98,58,32,109,32,125,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,88,58,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,98,32,61,32,80,40,98,41,59,10,32,32,32,32,32,32,32,32,32,32,78,40,97,44,32,123,32,106,98,58,32,116,114,117,101,44,32,110,97,109,101,58,32,98,44,32,67,97,58,32,48,44,32,102,114,111,109,87,105,114,101,84,121,112,101,58,32,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,125,44,32,116,111,87,105,114,101,84,121,112,101,58,32,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,125,32,125,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,72,58,32,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,70,97,32,61,32,102,97,108,115,101,59,10,32,32,32,32,32,32,32,32,32,32,78,98,32,61,32,48,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,68,58,32,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,114,111,119,32,73,110,102,105,110,105,116,121,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,95,58,32,40,97,44,32,98,44,32,99,44,32,100,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,97,32,61,32,79,98,91,97,93,59,10,32,32,32,32,32,32,32,32,32,32,98,32,61,32,122,98,40,98,41,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,97,40,110,117,108,108,44,32,98,44,32,99,44,32,100,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,66,58,32,121,98,44,10,32,32,32,32,32,32,32,32,90,58,32,40,97,44,32,98,44,32,99,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,81,98,40,97,44,32,98,41,44,32,101,32,61,32,100,46,115,104,105,102,116,40,41,59,10,32,32,32,32,32,32,32,32,32,32,97,45,45,59,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,102,32,61,32,65,114,114,97,121,40,97,41,59,10,32,32,32,32,32,32,32,32,32,32,98,32,61,32,96,109,101,116,104,111,100,67,97,108,108,101,114,60,40,36,123,100,46,109,97,112,40,40,104,41,32,61,62,32,104,46,110,97,109,101,41,46,106,111,105,110,40,34,44,32,34,41,125,41,32,61,62,32,36,123,101,46,110,97,109,101,125,62,96,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,80,98,40,10,32,32,32,32,32,32,32,32,32,32,32,32,36,97,40,98,44,32,40,104,44,32,103,44,32,108,44,32,109,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,110,32,61,32,48,44,32,113,32,61,32,48,59,32,113,32,60,32,97,59,32,43,43,113,41,32,102,91,113,93,32,61,32,100,91,113,93,46,114,101,97,100,86,97,108,117,101,70,114,111,109,80,111,105,110,116,101,114,40,109,32,43,32,110,41,44,32,110,32,43,61,32,100,91,113,93,46,67,97,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,103,32,61,32,49,32,61,61,61,32,99,32,63,32,82,98,40,103,44,32,102,41,32,58,32,103,46,97,112,112,108,121,40,104,44,32,102,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,104,32,61,32,91,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,103,32,61,32,101,46,116,111,87,105,114,101,84,121,112,101,40,104,44,32,103,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,104,46,108,101,110,103,116,104,32,38,38,32,40,68,91,108,32,62,62,32,50,93,32,61,32,105,98,40,104,41,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,103,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,41,10,32,32,32,32,32,32,32,32,32,32,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,36,58,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,57,32,60,32,97,32,38,38,32,40,86,91,97,32,43,32,49,93,32,43,61,32,49,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,89,58,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,98,32,61,32,122,98,40,97,41,59,10,32,32,32,32,32,32,32,32,32,32,76,97,40,98,41,59,10,32,32,32,32,32,32,32,32,32,32,121,98,40,97,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,111,58,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,97,32,61,32,67,98,40,97,44,32,34,95,101,109,118,97,108,95,116,97,107,101,95,118,97,108,117,101,34,41,59,10,32,32,32,32,32,32,32,32,32,32,97,32,61,32,97,46,114,101,97,100,86,97,108,117,101,70,114,111,109,80,111,105,110,116,101,114,40,98,41,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,105,98,40,97,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,69,58,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,83,98,91,97,93,32,38,38,32,40,99,108,101,97,114,84,105,109,101,111,117,116,40,83,98,91,97,93,46,105,100,41,44,32,100,101,108,101,116,101,32,83,98,91,97,93,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,33,98,41,32,114,101,116,117,114,110,32,48,59,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,99,32,61,32,115,101,116,84,105,109,101,111,117,116,40,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,100,101,108,101,116,101,32,83,98,91,97,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,86,98,40,40,41,32,61,62,32,101,99,40,97,44,32,112,101,114,102,111,114,109,97,110,99,101,46,110,111,119,40,41,41,41,59,10,32,32,32,32,32,32,32,32,32,32,125,44,32,98,41,59,10,32,32,32,32,32,32,32,32,32,32,83,98,91,97,93,32,61,32,123,32,105,100,58,32,99,44,32,107,98,58,32,98,32,125,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,48,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,70,58,32,40,97,44,32,98,44,32,99,44,32,100,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,101,32,61,32,40,47,42,32,64,95,95,80,85,82,69,95,95,32,42,47,32,110,101,119,32,68,97,116,101,40,41,41,46,103,101,116,70,117,108,108,89,101,97,114,40,41,44,32,102,32,61,32,110,101,119,32,68,97,116,101,40,101,44,32,48,44,32,49,41,46,103,101,116,84,105,109,101,122,111,110,101,79,102,102,115,101,116,40,41,59,10,32,32,32,32,32,32,32,32,32,32,101,32,61,32,110,101,119,32,68,97,116,101,40,101,44,32,54,44,32,49,41,46,103,101,116,84,105,109,101,122,111,110,101,79,102,102,115,101,116,40,41,59,10,32,32,32,32,32,32,32,32,32,32,68,91,97,32,62,62,32,50,93,32,61,32,54,48,32,42,32,77,97,116,104,46,109,97,120,40,102,44,32,101,41,59,10,32,32,32,32,32,32,32,32,32,32,67,91,98,32,62,62,32,50,93,32,61,32,78,117,109,98,101,114,40,102,32,33,61,32,101,41,59,10,32,32,32,32,32,32,32,32,32,32,98,32,61,32,40,104,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,103,32,61,32,77,97,116,104,46,97,98,115,40,104,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,96,85,84,67,36,123,48,32,60,61,32,104,32,63,32,34,45,34,32,58,32,34,43,34,125,36,123,83,116,114,105,110,103,40,77,97,116,104,46,102,108,111,111,114,40,103,32,47,32,54,48,41,41,46,112,97,100,83,116,97,114,116,40,50,44,32,34,48,34,41,125,36,123,83,116,114,105,110,103,40,103,32,37,32,54,48,41,46,112,97,100,83,116,97,114,116,40,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,50,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,34,48,34,10,32,32,32,32,32,32,32,32,32,32,32,32,41,125,96,59,10,32,32,32,32,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,32,32,32,32,97,32,61,32,98,40,102,41,59,10,32,32,32,32,32,32,32,32,32,32,98,32,61,32,98,40,101,41,59,10,32,32,32,32,32,32,32,32,32,32,101,32,60,32,102,32,63,32,40,73,40,97,44,32,99,44,32,49,55,41,44,32,73,40,98,44,32,100,44,32,49,55,41,41,32,58,32,40,73,40,97,44,32,100,44,32,49,55,41,44,32,73,40,98,44,32,99,44,32,49,55,41,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,98,97,58,32,40,41,32,61,62,32,112,101,114,102,111,114,109,97,110,99,101,46,110,111,119,40,41,44,10,32,32,32,32,32,32,32,32,71,58,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,98,32,61,32,120,46,108,101,110,103,116,104,59,10,32,32,32,32,32,32,32,32,32,32,97,32,62,62,62,61,32,48,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,50,49,52,55,52,56,51,54,52,56,32,60,32,97,41,32,114,101,116,117,114,110,32,102,97,108,115,101,59,10,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,99,32,61,32,49,59,32,52,32,62,61,32,99,59,32,99,32,42,61,32,50,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,98,32,42,32,40,49,32,43,32,48,46,50,32,47,32,99,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,100,32,61,32,77,97,116,104,46,109,105,110,40,100,44,32,97,32,43,32,49,48,48,54,54,51,50,57,54,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,97,58,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,32,61,32,40,77,97,116,104,46,109,105,110,40,50,49,52,55,52,56,51,54,52,56,44,32,54,53,53,51,54,32,42,32,77,97,116,104,46,99,101,105,108,40,77,97,116,104,46,109,97,120,40,97,44,32,100,41,32,47,32,54,53,53,51,54,41,41,32,45,32,108,97,46,98,117,102,102,101,114,46,98,121,116,101,76,101,110,103,116,104,32,43,32,54,53,53,51,53,41,32,47,32,54,53,53,51,54,32,124,32,48,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,108,97,46,103,114,111,119,40,100,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,113,97,40,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,101,32,61,32,49,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,98,114,101,97,107,32,97,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,102,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,101,32,61,32,118,111,105,100,32,48,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,101,41,32,114,101,116,117,114,110,32,116,114,117,101,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,102,97,108,115,101,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,84,58,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,99,32,61,32,48,59,10,32,32,32,32,32,32,32,32,32,32,89,98,40,41,46,102,111,114,69,97,99,104,40,40,100,44,32,101,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,102,32,61,32,98,32,43,32,99,59,10,32,32,32,32,32,32,32,32,32,32,32,32,101,32,61,32,68,91,97,32,43,32,52,32,42,32,101,32,62,62,32,50,93,32,61,32,102,59,10,32,32,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,102,32,61,32,48,59,32,102,32,60,32,100,46,108,101,110,103,116,104,59,32,43,43,102,41,32,119,91,101,43,43,93,32,61,32,100,46,99,104,97,114,67,111,100,101,65,116,40,102,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,119,91,101,93,32,61,32,48,59,10,32,32,32,32,32,32,32,32,32,32,32,32,99,32,43,61,32,100,46,108,101,110,103,116,104,32,43,32,49,59,10,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,48,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,85,58,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,99,32,61,32,89,98,40,41,59,10,32,32,32,32,32,32,32,32,32,32,68,91,97,32,62,62,32,50,93,32,61,32,99,46,108,101,110,103,116,104,59,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,48,59,10,32,32,32,32,32,32,32,32,32,32,99,46,102,111,114,69,97,99,104,40,40,101,41,32,61,62,32,100,32,43,61,32,101,46,108,101,110,103,116,104,32,43,32,49,41,59,10,32,32,32,32,32,32,32,32,32,32,68,91,98,32,62,62,32,50,93,32,61,32,100,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,48,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,81,58,32,40,41,32,61,62,32,53,50,44,10,32,32,32,32,32,32,32,32,79,58,32,40,41,32,61,62,32,53,50,44,10,32,32,32,32,32,32,32,32,78,58,32,40,97,44,32,98,44,32,99,44,32,100,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,101,32,61,32,48,44,32,102,32,61,32,48,59,32,102,32,60,32,99,59,32,102,43,43,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,104,32,61,32,68,91,98,32,62,62,32,50,93,44,32,103,32,61,32,68,91,98,32,43,32,52,32,62,62,32,50,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,98,32,43,61,32,56,59,10,32,32,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,108,32,61,32,48,59,32,108,32,60,32,103,59,32,108,43,43,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,109,32,61,32,97,44,32,110,32,61,32,120,91,104,32,43,32,108,93,44,32,113,32,61,32,90,98,91,109,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,48,32,61,61,61,32,110,32,124,124,32,49,48,32,61,61,61,32,110,32,63,32,40,40,49,32,61,61,61,32,109,32,63,32,106,97,32,58,32,116,41,40,72,40,113,41,41,44,32,113,46,108,101,110,103,116,104,32,61,32,48,41,32,58,32,113,46,112,117,115,104,40,110,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,101,32,43,61,32,103,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,68,91,100,32,62,62,32,50,93,32,61,32,101,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,48,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,105,58,32,102,99,44,10,32,32,32,32,32,32,32,32,100,58,32,103,99,44,10,32,32,32,32,32,32,32,32,101,58,32,104,99,44,10,32,32,32,32,32,32,32,32,112,58,32,105,99,44,10,32,32,32,32,32,32,32,32,121,58,32,106,99,44,10,32,32,32,32,32,32,32,32,98,58,32,107,99,44,10,32,32,32,32,32,32,32,32,97,58,32,108,99,44,10,32,32,32,32,32,32,32,32,103,58,32,109,99,44,10,32,32,32,32,32,32,32,32,110,58,32,110,99,44,10,32,32,32,32,32,32,32,32,83,58,32,85,98,44,10,32,32,32,32,32,32,32,32,73,58,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,97,99,40,120,46,115,117,98,97,114,114,97,121,40,97,44,32,97,32,43,32,98,41,41,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,48,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,44,32,87,32,61,32,102,117,110,99,116,105,111,110,40,41,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,95,97,50,59,10,32,32,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,97,40,99,41,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,95,97,51,59,10,32,32,32,32,32,32,32,32,32,32,87,32,61,32,99,46,101,120,112,111,114,116,115,59,10,32,32,32,32,32,32,32,32,32,32,108,97,32,61,32,87,46,99,97,59,10,32,32,32,32,32,32,32,32,32,32,113,97,40,41,59,10,32,32,32,32,32,32,32,32,32,32,83,32,61,32,87,46,103,97,59,10,32,32,32,32,32,32,32,32,32,32,115,97,46,117,110,115,104,105,102,116,40,87,46,100,97,41,59,10,32,32,32,32,32,32,32,32,32,32,70,45,45,59,10,32,32,32,32,32,32,32,32,32,32,40,95,97,51,32,61,32,107,46,109,111,110,105,116,111,114,82,117,110,68,101,112,101,110,100,101,110,99,105,101,115,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,51,46,99,97,108,108,40,107,44,32,70,41,59,10,32,32,32,32,32,32,32,32,32,32,48,32,61,61,32,70,32,38,38,32,40,110,117,108,108,32,33,61,61,32,118,97,32,38,38,32,40,99,108,101,97,114,73,110,116,101,114,118,97,108,40,118,97,41,44,32,118,97,32,61,32,110,117,108,108,41,44,32,71,32,38,38,32,40,99,32,61,32,71,44,32,71,32,61,32,110,117,108,108,44,32,99,40,41,41,41,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,87,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,70,43,43,59,10,32,32,32,32,32,32,32,32,40,95,97,50,32,61,32,107,46,109,111,110,105,116,111,114,82,117,110,68,101,112,101,110,100,101,110,99,105,101,115,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,50,46,99,97,108,108,40,107,44,32,70,41,59,10,32,32,32,32,32,32,32,32,118,97,114,32,98,32,61,32,123,32,97,58,32,111,99,32,125,59,10,32,32,32,32,32,32,32,32,105,102,32,40,107,46,105,110,115,116,97,110,116,105,97,116,101,87,97,115,109,41,10,32,32,32,32,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,107,46,105,110,115,116,97,110,116,105,97,116,101,87,97,115,109,40,98,44,32,97,41,59,10,32,32,32,32,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,99,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,116,40,96,77,111,100,117,108,101,46,105,110,115,116,97,110,116,105,97,116,101,87,97,115,109,32,99,97,108,108,98,97,99,107,32,102,97,105,108,101,100,32,119,105,116,104,32,101,114,114,111,114,58,32,36,123,99,125,96,41,44,32,98,97,40,99,41,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,121,97,32,33,61,32,110,117,108,108,32,63,32,121,97,32,58,32,121,97,32,61,32,120,97,40,34,68,111,116,76,111,116,116,105,101,80,108,97,121,101,114,46,119,97,115,109,34,41,32,63,32,34,68,111,116,76,111,116,116,105,101,80,108,97,121,101,114,46,119,97,115,109,34,32,58,32,107,46,108,111,99,97,116,101,70,105,108,101,32,63,32,107,46,108,111,99,97,116,101,70,105,108,101,40,34,68,111,116,76,111,116,116,105,101,80,108,97,121,101,114,46,119,97,115,109,34,44,32,112,41,32,58,32,112,32,43,32,34,68,111,116,76,111,116,116,105,101,80,108,97,121,101,114,46,119,97,115,109,34,59,10,32,32,32,32,32,32,32,32,67,97,40,98,44,32,102,117,110,99,116,105,111,110,40,99,41,32,123,10,32,32,32,32,32,32,32,32,32,32,97,40,99,46,105,110,115,116,97,110,99,101,41,59,10,32,32,32,32,32,32,32,32,125,41,46,99,97,116,99,104,40,98,97,41,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,123,125,59,10,32,32,32,32,32,32,125,40,41,44,32,100,99,32,61,32,40,97,41,32,61,62,32,40,100,99,32,61,32,87,46,101,97,41,40,97,41,44,32,112,98,32,61,32,40,97,41,32,61,62,32,40,112,98,32,61,32,87,46,102,97,41,40,97,41,44,32,85,32,61,32,40,97,41,32,61,62,32,40,85,32,61,32,87,46,104,97,41,40,97,41,44,32,101,99,32,61,32,40,97,44,32,98,41,32,61,62,32,40,101,99,32,61,32,87,46,105,97,41,40,97,44,32,98,41,44,32,88,32,61,32,40,97,44,32,98,41,32,61,62,32,40,88,32,61,32,87,46,106,97,41,40,97,44,32,98,41,44,32,89,32,61,32,40,97,41,32,61,62,32,40,89,32,61,32,87,46,107,97,41,40,97,41,44,32,90,32,61,32,40,41,32,61,62,32,40,90,32,61,32,87,46,108,97,41,40,41,59,10,32,32,32,32,32,32,107,46,100,121,110,67,97,108,108,95,105,105,106,106,32,61,32,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,41,32,61,62,32,40,107,46,100,121,110,67,97,108,108,95,105,105,106,106,32,61,32,87,46,109,97,41,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,41,59,10,32,32,32,32,32,32,107,46,100,121,110,67,97,108,108,95,118,105,106,106,32,61,32,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,41,32,61,62,32,40,107,46,100,121,110,67,97,108,108,95,118,105,106,106,32,61,32,87,46,110,97,41,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,41,59,10,32,32,32,32,32,32,107,46,100,121,110,67,97,108,108,95,106,105,105,105,32,61,32,40,97,44,32,98,44,32,99,44,32,100,41,32,61,62,32,40,107,46,100,121,110,67,97,108,108,95,106,105,105,105,32,61,32,87,46,111,97,41,40,97,44,32,98,44,32,99,44,32,100,41,59,10,32,32,32,32,32,32,107,46,100,121,110,67,97,108,108,95,106,105,105,32,61,32,40,97,44,32,98,44,32,99,41,32,61,62,32,40,107,46,100,121,110,67,97,108,108,95,106,105,105,32,61,32,87,46,112,97,41,40,97,44,32,98,44,32,99,41,59,10,32,32,32,32,32,32,107,46,100,121,110,67,97,108,108,95,118,105,105,106,105,105,32,61,32,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,44,32,104,41,32,61,62,32,40,107,46,100,121,110,67,97,108,108,95,118,105,105,106,105,105,32,61,32,87,46,113,97,41,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,44,32,104,41,59,10,32,32,32,32,32,32,107,46,100,121,110,67,97,108,108,95,105,105,105,105,105,106,32,61,32,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,44,32,104,41,32,61,62,32,40,107,46,100,121,110,67,97,108,108,95,105,105,105,105,105,106,32,61,32,87,46,114,97,41,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,44,32,104,41,59,10,32,32,32,32,32,32,107,46,100,121,110,67,97,108,108,95,105,105,105,105,105,106,106,32,61,32,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,44,32,104,44,32,103,44,32,108,41,32,61,62,32,40,107,46,100,121,110,67,97,108,108,95,105,105,105,105,105,106,106,32,61,32,87,46,115,97,41,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,44,32,104,44,32,103,44,32,108,41,59,10,32,32,32,32,32,32,107,46,100,121,110,67,97,108,108,95,105,105,105,105,105,105,106,106,32,61,32,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,44,32,104,44,32,103,44,32,108,44,32,109,41,32,61,62,32,40,107,46,100,121,110,67,97,108,108,95,105,105,105,105,105,105,106,106,32,61,32,87,46,116,97,41,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,44,32,104,44,32,103,44,32,108,44,32,109,41,59,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,108,99,40,97,44,32,98,44,32,99,41,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,90,40,41,59,10,32,32,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,32,32,83,46,103,101,116,40,97,41,40,98,44,32,99,41,59,10,32,32,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,101,41,32,123,10,32,32,32,32,32,32,32,32,32,32,89,40,100,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,101,32,33,61,61,32,101,32,43,32,48,41,32,116,104,114,111,119,32,101,59,10,32,32,32,32,32,32,32,32,32,32,88,40,49,44,32,48,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,107,99,40,97,44,32,98,41,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,99,32,61,32,90,40,41,59,10,32,32,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,32,32,83,46,103,101,116,40,97,41,40,98,41,59,10,32,32,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,89,40,99,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,100,32,33,61,61,32,100,32,43,32,48,41,32,116,104,114,111,119,32,100,59,10,32,32,32,32,32,32,32,32,32,32,88,40,49,44,32,48,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,104,99,40,97,44,32,98,44,32,99,44,32,100,41,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,101,32,61,32,90,40,41,59,10,32,32,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,83,46,103,101,116,40,97,41,40,98,44,32,99,44,32,100,41,59,10,32,32,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,102,41,32,123,10,32,32,32,32,32,32,32,32,32,32,89,40,101,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,102,32,33,61,61,32,102,32,43,32,48,41,32,116,104,114,111,119,32,102,59,10,32,32,32,32,32,32,32,32,32,32,88,40,49,44,32,48,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,103,99,40,97,44,32,98,44,32,99,41,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,90,40,41,59,10,32,32,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,83,46,103,101,116,40,97,41,40,98,44,32,99,41,59,10,32,32,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,101,41,32,123,10,32,32,32,32,32,32,32,32,32,32,89,40,100,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,101,32,33,61,61,32,101,32,43,32,48,41,32,116,104,114,111,119,32,101,59,10,32,32,32,32,32,32,32,32,32,32,88,40,49,44,32,48,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,102,99,40,97,44,32,98,41,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,99,32,61,32,90,40,41,59,10,32,32,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,83,46,103,101,116,40,97,41,40,98,41,59,10,32,32,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,89,40,99,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,100,32,33,61,61,32,100,32,43,32,48,41,32,116,104,114,111,119,32,100,59,10,32,32,32,32,32,32,32,32,32,32,88,40,49,44,32,48,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,105,99,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,41,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,104,32,61,32,90,40,41,59,10,32,32,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,83,46,103,101,116,40,97,41,40,98,44,32,99,44,32,100,44,32,101,44,32,102,41,59,10,32,32,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,103,41,32,123,10,32,32,32,32,32,32,32,32,32,32,89,40,104,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,103,32,33,61,61,32,103,32,43,32,48,41,32,116,104,114,111,119,32,103,59,10,32,32,32,32,32,32,32,32,32,32,88,40,49,44,32,48,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,110,99,40,97,44,32,98,44,32,99,44,32,100,44,32,101,41,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,102,32,61,32,90,40,41,59,10,32,32,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,32,32,83,46,103,101,116,40,97,41,40,98,44,32,99,44,32,100,44,32,101,41,59,10,32,32,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,104,41,32,123,10,32,32,32,32,32,32,32,32,32,32,89,40,102,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,104,32,33,61,61,32,104,32,43,32,48,41,32,116,104,114,111,119,32,104,59,10,32,32,32,32,32,32,32,32,32,32,88,40,49,44,32,48,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,109,99,40,97,44,32,98,44,32,99,44,32,100,41,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,101,32,61,32,90,40,41,59,10,32,32,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,32,32,83,46,103,101,116,40,97,41,40,98,44,32,99,44,32,100,41,59,10,32,32,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,102,41,32,123,10,32,32,32,32,32,32,32,32,32,32,89,40,101,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,102,32,33,61,61,32,102,32,43,32,48,41,32,116,104,114,111,119,32,102,59,10,32,32,32,32,32,32,32,32,32,32,88,40,49,44,32,48,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,106,99,40,97,41,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,98,32,61,32,90,40,41,59,10,32,32,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,32,32,83,46,103,101,116,40,97,41,40,41,59,10,32,32,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,99,41,32,123,10,32,32,32,32,32,32,32,32,32,32,89,40,98,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,99,32,33,61,61,32,99,32,43,32,48,41,32,116,104,114,111,119,32,99,59,10,32,32,32,32,32,32,32,32,32,32,88,40,49,44,32,48,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,118,97,114,32,112,99,59,10,32,32,32,32,32,32,71,32,61,32,102,117,110,99,116,105,111,110,32,113,99,40,41,32,123,10,32,32,32,32,32,32,32,32,112,99,32,124,124,32,114,99,40,41,59,10,32,32,32,32,32,32,32,32,112,99,32,124,124,32,40,71,32,61,32,113,99,41,59,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,114,99,40,41,32,123,10,32,32,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,97,40,41,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,95,97,50,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,33,112,99,32,38,38,32,40,112,99,32,61,32,116,114,117,101,44,32,107,46,99,97,108,108,101,100,82,117,110,32,61,32,116,114,117,101,44,32,33,109,97,41,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,69,97,40,115,97,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,97,97,40,107,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,40,95,97,50,32,61,32,107,46,111,110,82,117,110,116,105,109,101,73,110,105,116,105,97,108,105,122,101,100,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,50,46,99,97,108,108,40,107,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,107,46,112,111,115,116,82,117,110,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,34,102,117,110,99,116,105,111,110,34,32,61,61,32,116,121,112,101,111,102,32,107,46,112,111,115,116,82,117,110,32,38,38,32,40,107,46,112,111,115,116,82,117,110,32,61,32,91,107,46,112,111,115,116,82,117,110,93,41,59,32,107,46,112,111,115,116,82,117,110,46,108,101,110,103,116,104,59,32,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,98,32,61,32,107,46,112,111,115,116,82,117,110,46,115,104,105,102,116,40,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,97,46,117,110,115,104,105,102,116,40,98,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,69,97,40,116,97,41,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,105,102,32,40,33,40,48,32,60,32,70,41,41,32,123,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,107,46,112,114,101,82,117,110,41,32,102,111,114,32,40,34,102,117,110,99,116,105,111,110,34,32,61,61,32,116,121,112,101,111,102,32,107,46,112,114,101,82,117,110,32,38,38,32,40,107,46,112,114,101,82,117,110,32,61,32,91,107,46,112,114,101,82,117,110,93,41,59,32,107,46,112,114,101,82,117,110,46,108,101,110,103,116,104,59,32,41,32,117,97,40,41,59,10,32,32,32,32,32,32,32,32,32,32,69,97,40,114,97,41,59,10,32,32,32,32,32,32,32,32,32,32,48,32,60,32,70,32,124,124,32,40,107,46,115,101,116,83,116,97,116,117,115,32,63,32,40,107,46,115,101,116,83,116,97,116,117,115,40,34,82,117,110,110,105,110,103,46,46,46,34,41,44,32,115,101,116,84,105,109,101,111,117,116,40,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,115,101,116,84,105,109,101,111,117,116,40,40,41,32,61,62,32,107,46,115,101,116,83,116,97,116,117,115,40,34,34,41,44,32,49,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,97,40,41,59,10,32,32,32,32,32,32,32,32,32,32,125,44,32,49,41,41,32,58,32,97,40,41,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,102,32,40,107,46,112,114,101,73,110,105,116,41,10,32,32,32,32,32,32,32,32,102,111,114,32,40,34,102,117,110,99,116,105,111,110,34,32,61,61,32,116,121,112,101,111,102,32,107,46,112,114,101,73,110,105,116,32,38,38,32,40,107,46,112,114,101,73,110,105,116,32,61,32,91,107,46,112,114,101,73,110,105,116,93,41,59,32,48,32,60,32,107,46,112,114,101,73,110,105,116,46,108,101,110,103,116,104,59,32,41,32,107,46,112,114,101,73,110,105,116,46,112,111,112,40,41,40,41,59,10,32,32,32,32,32,32,114,99,40,41,59,10,32,32,32,32,32,32,109,111,100,117,108,101,82,116,110,32,61,32,99,97,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,109,111,100,117,108,101,82,116,110,59,10,32,32,32,32,125,59,10,32,32,125,41,40,41,59,10,32,32,118,97,114,32,100,111,116,108,111,116,116,105,101,95,112,108,97,121,101,114,95,100,101,102,97,117,108,116,32,61,32,99,114,101,97,116,101,68,111,116,76,111,116,116,105,101,80,108,97,121,101,114,77,111,100,117,108,101,59,10,10,32,32,47,47,32,115,114,99,47,99,111,114,101,47,100,111,116,108,111,116,116,105,101,45,119,97,115,109,45,108,111,97,100,101,114,46,116,115,10,32,32,118,97,114,32,68,111,116,76,111,116,116,105,101,87,97,115,109,76,111,97,100,101,114,32,61,32,99,108,97,115,115,32,123,10,32,32,32,32,99,111,110,115,116,114,117,99,116,111,114,40,41,32,123,10,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,82,101,110,100,101,114,101,114,76,111,97,100,101,114,32,105,115,32,97,32,115,116,97,116,105,99,32,99,108,97,115,115,32,97,110,100,32,99,97,110,110,111,116,32,98,101,32,105,110,115,116,97,110,116,105,97,116,101,100,46,34,41,59,10,32,32,32,32,125,10,32,32,32,32,115,116,97,116,105,99,32,95,116,114,121,76,111,97,100,40,117,114,108,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,95,95,97,115,121,110,99,40,116,104,105,115,44,32,110,117,108,108,44,32,102,117,110,99,116,105,111,110,42,32,40,41,32,123,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,109,111,100,117,108,101,32,61,32,121,105,101,108,100,32,100,111,116,108,111,116,116,105,101,95,112,108,97,121,101,114,95,100,101,102,97,117,108,116,40,123,32,108,111,99,97,116,101,70,105,108,101,58,32,40,41,32,61,62,32,117,114,108,32,125,41,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,109,111,100,117,108,101,59,10,32,32,32,32,32,32,125,41,59,10,32,32,32,32,125,10,32,32,32,32,47,42,42,10,32,32,32,32,32,42,32,84,114,105,101,115,32,116,111,32,108,111,97,100,32,116,104,101,32,87,65,83,77,32,109,111,100,117,108,101,32,102,114,111,109,32,116,104,101,32,112,114,105,109,97,114,121,32,85,82,76,44,32,102,97,108,108,105,110,103,32,98,97,99,107,32,116,111,32,97,32,98,97,99,107,117,112,32,85,82,76,32,105,102,32,110,101,99,101,115,115,97,114,121,46,10,32,32,32,32,32,42,32,84,104,114,111,119,115,32,97,110,32,101,114,114,111,114,32,105,102,32,98,111,116,104,32,85,82,76,115,32,102,97,105,108,32,116,111,32,108,111,97,100,32,116,104,101,32,109,111,100,117,108,101,46,10,32,32,32,32,32,42,32,64,114,101,116,117,114,110,115,32,80,114,111,109,105,115,101,60,77,111,100,117,108,101,62,32,45,32,65,32,112,114,111,109,105,115,101,32,116,104,97,116,32,114,101,115,111,108,118,101,115,32,116,111,32,116,104,101,32,108,111,97,100,101,100,32,109,111,100,117,108,101,46,10,32,32,32,32,32,42,47,10,32,32,32,32,115,116,97,116,105,99,32,95,108,111,97,100,87,105,116,104,66,97,99,107,117,112,40,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,95,95,97,115,121,110,99,40,116,104,105,115,44,32,110,117,108,108,44,32,102,117,110,99,116,105,111,110,42,32,40,41,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,33,116,104,105,115,46,95,77,111,100,117,108,101,80,114,111,109,105,115,101,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,77,111,100,117,108,101,80,114,111,109,105,115,101,32,61,32,116,104,105,115,46,95,116,114,121,76,111,97,100,40,116,104,105,115,46,95,119,97,115,109,85,82,76,41,46,99,97,116,99,104,40,40,105,110,105,116,105,97,108,69,114,114,111,114,41,32,61,62,32,95,95,97,115,121,110,99,40,116,104,105,115,44,32,110,117,108,108,44,32,102,117,110,99,116,105,111,110,42,32,40,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,99,111,110,115,116,32,98,97,99,107,117,112,85,114,108,32,61,32,96,104,116,116,112,115,58,47,47,117,110,112,107,103,46,99,111,109,47,36,123,80,65,67,75,65,71,69,95,78,65,77,69,125,64,36,123,80,65,67,75,65,71,69,95,86,69,82,83,73,79,78,125,47,100,105,115,116,47,100,111,116,108,111,116,116,105,101,45,112,108,97,121,101,114,46,119,97,115,109,96,59,10,32,32,32,32,32,32,32,32,32,32,32,32,99,111,110,115,111,108,101,46,119,97,114,110,40,96,80,114,105,109,97,114,121,32,87,65,83,77,32,108,111,97,100,32,102,97,105,108,101,100,32,102,114,111,109,32,36,123,116,104,105,115,46,95,119,97,115,109,85,82,76,125,46,32,69,114,114,111,114,58,32,36,123,105,110,105,116,105,97,108,69,114,114,111,114,46,109,101,115,115,97,103,101,125,96,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,99,111,110,115,111,108,101,46,119,97,114,110,40,96,65,116,116,101,109,112,116,105,110,103,32,116,111,32,108,111,97,100,32,87,65,83,77,32,102,114,111,109,32,98,97,99,107,117,112,32,85,82,76,58,32,36,123,98,97,99,107,117,112,85,114,108,125,96,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,121,105,101,108,100,32,116,104,105,115,46,95,116,114,121,76,111,97,100,40,98,97,99,107,117,112,85,114,108,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,98,97,99,107,117,112,69,114,114,111,114,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,111,110,115,111,108,101,46,101,114,114,111,114,40,96,80,114,105,109,97,114,121,32,87,65,83,77,32,85,82,76,32,102,97,105,108,101,100,58,32,36,123,105,110,105,116,105,97,108,69,114,114,111,114,46,109,101,115,115,97,103,101,125,96,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,111,110,115,111,108,101,46,101,114,114,111,114,40,96,66,97,99,107,117,112,32,87,65,83,77,32,85,82,76,32,102,97,105,108,101,100,58,32,36,123,98,97,99,107,117,112,69,114,114,111,114,46,109,101,115,115,97,103,101,125,96,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,87,65,83,77,32,108,111,97,100,105,110,103,32,102,97,105,108,101,100,32,102,114,111,109,32,97,108,108,32,115,111,117,114,99,101,115,46,34,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,125,41,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,95,77,111,100,117,108,101,80,114,111,109,105,115,101,59,10,32,32,32,32,32,32,125,41,59,10,32,32,32,32,125,10,32,32,32,32,47,42,42,10,32,32,32,32,32,42,32,80,117,98,108,105,99,32,109,101,116,104,111,100,32,116,111,32,108,111,97,100,32,116,104,101,32,87,101,98,65,115,115,101,109,98,108,121,32,109,111,100,117,108,101,46,10,32,32,32,32,32,42,32,85,116,105,108,105,122,101,115,32,97,32,112,114,105,109,97,114,121,32,97,110,100,32,98,97,99,107,117,112,32,85,82,76,32,102,111,114,32,114,111,98,117,115,116,110,101,115,115,46,10,32,32,32,32,32,42,32,64,114,101,116,117,114,110,115,32,80,114,111,109,105,115,101,60,77,111,100,117,108,101,62,32,45,32,65,32,112,114,111,109,105,115,101,32,116,104,97,116,32,114,101,115,111,108,118,101,115,32,116,111,32,116,104,101,32,108,111,97,100,101,100,32,109,111,100,117,108,101,46,10,32,32,32,32,32,42,47,10,32,32,32,32,115,116,97,116,105,99,32,108,111,97,100,40,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,95,95,97,115,121,110,99,40,116,104,105,115,44,32,110,117,108,108,44,32,102,117,110,99,116,105,111,110,42,32,40,41,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,95,108,111,97,100,87,105,116,104,66,97,99,107,117,112,40,41,59,10,32,32,32,32,32,32,125,41,59,10,32,32,32,32,125,10,32,32,32,32,47,42,42,10,32,32,32,32,32,42,32,83,101,116,115,32,97,32,110,101,119,32,85,82,76,32,102,111,114,32,116,104,101,32,87,65,83,77,32,102,105,108,101,32,97,110,100,32,105,110,118,97,108,105,100,97,116,101,115,32,116,104,101,32,99,117,114,114,101,110,116,32,109,111,100,117,108,101,32,112,114,111,109,105,115,101,46,10,32,32,32,32,32,42,10,32,32,32,32,32,42,32,64,112,97,114,97,109,32,115,116,114,105,110,103,32,45,32,32,84,104,101,32,110,101,119,32,85,82,76,32,102,111,114,32,116,104,101,32,87,65,83,77,32,102,105,108,101,46,10,32,32,32,32,32,42,47,10,32,32,32,32,115,116,97,116,105,99,32,115,101,116,87,97,115,109,85,114,108,40,117,114,108,41,32,123,10,32,32,32,32,32,32,105,102,32,40,117,114,108,32,61,61,61,32,116,104,105,115,46,95,119,97,115,109,85,82,76,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,116,104,105,115,46,95,119,97,115,109,85,82,76,32,61,32,117,114,108,59,10,32,32,32,32,32,32,116,104,105,115,46,95,77,111,100,117,108,101,80,114,111,109,105,115,101,32,61,32,110,117,108,108,59,10,32,32,32,32,125,10,32,32,125,59,10,32,32,47,47,32,101,115,108,105,110,116,45,100,105,115,97,98,108,101,45,110,101,120,116,45,108,105,110,101,32,64,116,121,112,101,115,99,114,105,112,116,45,101,115,108,105,110,116,47,110,97,109,105,110,103,45,99,111,110,118,101,110,116,105,111,110,10,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,68,111,116,76,111,116,116,105,101,87,97,115,109,76,111,97,100,101,114,44,32,34,95,77,111,100,117,108,101,80,114,111,109,105,115,101,34,44,32,110,117,108,108,41,59,10,32,32,47,47,32,85,82,76,32,102,111,114,32,116,104,101,32,87,65,83,77,32,102,105,108,101,44,32,99,111,110,115,116,114,117,99,116,101,100,32,117,115,105,110,103,32,112,97,99,107,97,103,101,32,105,110,102,111,114,109,97,116,105,111,110,10,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,68,111,116,76,111,116,116,105,101,87,97,115,109,76,111,97,100,101,114,44,32,34,95,119,97,115,109,85,82,76,34,44,32,96,104,116,116,112,115,58,47,47,99,100,110,46,106,115,100,101,108,105,118,114,46,110,101,116,47,110,112,109,47,36,123,80,65,67,75,65,71,69,95,78,65,77,69,125,64,36,123,80,65,67,75,65,71,69,95,86,69,82,83,73,79,78,125,47,100,105,115,116,47,100,111,116,108,111,116,116,105,101,45,112,108,97,121,101,114,46,119,97,115,109,96,41,59,10,10,32,32,47,47,32,115,114,99,47,101,118,101,110,116,45,109,97,110,97,103,101,114,46,116,115,10,32,32,118,97,114,32,69,118,101,110,116,77,97,110,97,103,101,114,32,61,32,99,108,97,115,115,32,123,10,32,32,32,32,99,111,110,115,116,114,117,99,116,111,114,40,41,32,123,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,101,118,101,110,116,76,105,115,116,101,110,101,114,115,34,44,32,47,42,32,64,95,95,80,85,82,69,95,95,32,42,47,32,110,101,119,32,77,97,112,40,41,41,59,10,32,32,32,32,125,10,32,32,32,32,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,116,121,112,101,44,32,108,105,115,116,101,110,101,114,41,32,123,10,32,32,32,32,32,32,108,101,116,32,108,105,115,116,101,110,101,114,115,32,61,32,116,104,105,115,46,95,101,118,101,110,116,76,105,115,116,101,110,101,114,115,46,103,101,116,40,116,121,112,101,41,59,10,32,32,32,32,32,32,105,102,32,40,33,108,105,115,116,101,110,101,114,115,41,32,123,10,32,32,32,32,32,32,32,32,108,105,115,116,101,110,101,114,115,32,61,32,47,42,32,64,95,95,80,85,82,69,95,95,32,42,47,32,110,101,119,32,83,101,116,40,41,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,76,105,115,116,101,110,101,114,115,46,115,101,116,40,116,121,112,101,44,32,108,105,115,116,101,110,101,114,115,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,108,105,115,116,101,110,101,114,115,46,97,100,100,40,108,105,115,116,101,110,101,114,41,59,10,32,32,32,32,125,10,32,32,32,32,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,116,121,112,101,44,32,108,105,115,116,101,110,101,114,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,108,105,115,116,101,110,101,114,115,32,61,32,116,104,105,115,46,95,101,118,101,110,116,76,105,115,116,101,110,101,114,115,46,103,101,116,40,116,121,112,101,41,59,10,32,32,32,32,32,32,105,102,32,40,33,108,105,115,116,101,110,101,114,115,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,105,102,32,40,108,105,115,116,101,110,101,114,41,32,123,10,32,32,32,32,32,32,32,32,108,105,115,116,101,110,101,114,115,46,100,101,108,101,116,101,40,108,105,115,116,101,110,101,114,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,108,105,115,116,101,110,101,114,115,46,115,105,122,101,32,61,61,61,32,48,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,76,105,115,116,101,110,101,114,115,46,100,101,108,101,116,101,40,116,121,112,101,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,76,105,115,116,101,110,101,114,115,46,100,101,108,101,116,101,40,116,121,112,101,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,32,32,100,105,115,112,97,116,99,104,40,101,118,101,110,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,108,105,115,116,101,110,101,114,115,32,61,32,116,104,105,115,46,95,101,118,101,110,116,76,105,115,116,101,110,101,114,115,46,103,101,116,40,101,118,101,110,116,46,116,121,112,101,41,59,10,32,32,32,32,32,32,108,105,115,116,101,110,101,114,115,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,108,105,115,116,101,110,101,114,115,46,102,111,114,69,97,99,104,40,40,108,105,115,116,101,110,101,114,41,32,61,62,32,108,105,115,116,101,110,101,114,40,101,118,101,110,116,41,41,59,10,32,32,32,32,125,10,32,32,32,32,114,101,109,111,118,101,65,108,108,69,118,101,110,116,76,105,115,116,101,110,101,114,115,40,41,32,123,10,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,76,105,115,116,101,110,101,114,115,46,99,108,101,97,114,40,41,59,10,32,32,32,32,125,10,32,32,125,59,10,10,32,32,47,47,32,115,114,99,47,111,102,102,115,99,114,101,101,110,45,111,98,115,101,114,118,101,114,46,116,115,10,32,32,118,97,114,32,79,102,102,115,99,114,101,101,110,79,98,115,101,114,118,101,114,32,61,32,99,108,97,115,115,32,123,10,32,32,32,32,115,116,97,116,105,99,32,95,105,110,105,116,105,97,108,105,122,101,79,98,115,101,114,118,101,114,40,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,111,98,115,101,114,118,101,114,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,116,101,114,115,101,99,116,105,111,110,79,98,115,101,114,118,101,114,67,97,108,108,98,97,99,107,32,61,32,40,101,110,116,114,105,101,115,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,101,110,116,114,105,101,115,46,102,111,114,69,97,99,104,40,40,101,110,116,114,121,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,116,104,105,115,46,95,111,98,115,101,114,118,101,100,67,97,110,118,97,115,101,115,46,103,101,116,40,101,110,116,114,121,46,116,97,114,103,101,116,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,101,110,116,114,121,46,105,115,73,110,116,101,114,115,101,99,116,105,110,103,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,117,110,102,114,101,101,122,101,40,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,102,114,101,101,122,101,40,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,116,104,105,115,46,95,111,98,115,101,114,118,101,114,32,61,32,110,101,119,32,73,110,116,101,114,115,101,99,116,105,111,110,79,98,115,101,114,118,101,114,40,105,110,116,101,114,115,101,99,116,105,111,110,79,98,115,101,114,118,101,114,67,97,108,108,98,97,99,107,44,32,123,10,32,32,32,32,32,32,32,32,116,104,114,101,115,104,111,108,100,58,32,48,10,32,32,32,32,32,32,125,41,59,10,32,32,32,32,125,10,32,32,32,32,115,116,97,116,105,99,32,111,98,115,101,114,118,101,40,99,97,110,118,97,115,44,32,100,111,116,76,111,116,116,105,101,73,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,32,32,116,104,105,115,46,95,105,110,105,116,105,97,108,105,122,101,79,98,115,101,114,118,101,114,40,41,59,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,111,98,115,101,114,118,101,100,67,97,110,118,97,115,101,115,46,104,97,115,40,99,97,110,118,97,115,41,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,116,104,105,115,46,95,111,98,115,101,114,118,101,100,67,97,110,118,97,115,101,115,46,115,101,116,40,99,97,110,118,97,115,44,32,100,111,116,76,111,116,116,105,101,73,110,115,116,97,110,99,101,41,59,10,32,32,32,32,32,32,40,95,97,32,61,32,116,104,105,115,46,95,111,98,115,101,114,118,101,114,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,111,98,115,101,114,118,101,40,99,97,110,118,97,115,41,59,10,32,32,32,32,125,10,32,32,32,32,115,116,97,116,105,99,32,117,110,111,98,115,101,114,118,101,40,99,97,110,118,97,115,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,40,95,97,32,61,32,116,104,105,115,46,95,111,98,115,101,114,118,101,114,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,117,110,111,98,115,101,114,118,101,40,99,97,110,118,97,115,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,111,98,115,101,114,118,101,100,67,97,110,118,97,115,101,115,46,100,101,108,101,116,101,40,99,97,110,118,97,115,41,59,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,111,98,115,101,114,118,101,100,67,97,110,118,97,115,101,115,46,115,105,122,101,32,61,61,61,32,48,41,32,123,10,32,32,32,32,32,32,32,32,40,95,98,32,61,32,116,104,105,115,46,95,111,98,115,101,114,118,101,114,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,98,46,100,105,115,99,111,110,110,101,99,116,40,41,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,111,98,115,101,114,118,101,114,32,61,32,110,117,108,108,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,125,59,10,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,79,102,102,115,99,114,101,101,110,79,98,115,101,114,118,101,114,44,32,34,95,111,98,115,101,114,118,101,114,34,44,32,110,117,108,108,41,59,10,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,79,102,102,115,99,114,101,101,110,79,98,115,101,114,118,101,114,44,32,34,95,111,98,115,101,114,118,101,100,67,97,110,118,97,115,101,115,34,44,32,47,42,32,64,95,95,80,85,82,69,95,95,32,42,47,32,110,101,119,32,77,97,112,40,41,41,59,10,10,32,32,47,47,32,115,114,99,47,114,101,115,105,122,101,45,111,98,115,101,114,118,101,114,46,116,115,10,32,32,118,97,114,32,82,69,83,73,90,69,95,68,69,66,79,85,78,67,69,95,84,73,77,69,32,61,32,49,48,48,59,10,32,32,118,97,114,32,67,97,110,118,97,115,82,101,115,105,122,101,79,98,115,101,114,118,101,114,32,61,32,99,108,97,115,115,32,123,10,32,32,32,32,115,116,97,116,105,99,32,95,105,110,105,116,105,97,108,105,122,101,79,98,115,101,114,118,101,114,40,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,111,98,115,101,114,118,101,114,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,105,122,101,72,97,110,100,108,101,114,32,61,32,40,101,110,116,114,105,101,115,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,101,110,116,114,105,101,115,46,102,111,114,69,97,99,104,40,40,101,110,116,114,121,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,99,111,110,115,116,32,101,108,101,109,101,110,116,32,61,32,116,104,105,115,46,95,111,98,115,101,114,118,101,100,67,97,110,118,97,115,101,115,46,103,101,116,40,101,110,116,114,121,46,116,97,114,103,101,116,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,33,101,108,101,109,101,110,116,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,32,32,32,32,99,111,110,115,116,32,91,100,111,116,76,111,116,116,105,101,73,110,115,116,97,110,99,101,44,32,116,105,109,101,111,117,116,93,32,61,32,101,108,101,109,101,110,116,59,10,32,32,32,32,32,32,32,32,32,32,99,108,101,97,114,84,105,109,101,111,117,116,40,116,105,109,101,111,117,116,41,59,10,32,32,32,32,32,32,32,32,32,32,99,111,110,115,116,32,110,101,119,84,105,109,101,111,117,116,32,61,32,115,101,116,84,105,109,101,111,117,116,40,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,100,111,116,76,111,116,116,105,101,73,110,115,116,97,110,99,101,46,114,101,115,105,122,101,40,41,59,10,32,32,32,32,32,32,32,32,32,32,125,44,32,82,69,83,73,90,69,95,68,69,66,79,85,78,67,69,95,84,73,77,69,41,59,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,111,98,115,101,114,118,101,100,67,97,110,118,97,115,101,115,46,115,101,116,40,101,110,116,114,121,46,116,97,114,103,101,116,44,32,91,100,111,116,76,111,116,116,105,101,73,110,115,116,97,110,99,101,44,32,110,101,119,84,105,109,101,111,117,116,93,41,59,10,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,116,104,105,115,46,95,111,98,115,101,114,118,101,114,32,61,32,110,101,119,32,82,101,115,105,122,101,79,98,115,101,114,118,101,114,40,114,101,115,105,122,101,72,97,110,100,108,101,114,41,59,10,32,32,32,32,125,10,32,32,32,32,115,116,97,116,105,99,32,111,98,115,101,114,118,101,40,99,97,110,118,97,115,44,32,100,111,116,76,111,116,116,105,101,73,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,32,32,116,104,105,115,46,95,105,110,105,116,105,97,108,105,122,101,79,98,115,101,114,118,101,114,40,41,59,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,111,98,115,101,114,118,101,100,67,97,110,118,97,115,101,115,46,104,97,115,40,99,97,110,118,97,115,41,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,116,104,105,115,46,95,111,98,115,101,114,118,101,100,67,97,110,118,97,115,101,115,46,115,101,116,40,99,97,110,118,97,115,44,32,91,100,111,116,76,111,116,116,105,101,73,110,115,116,97,110,99,101,44,32,48,93,41,59,10,32,32,32,32,32,32,40,95,97,32,61,32,116,104,105,115,46,95,111,98,115,101,114,118,101,114,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,111,98,115,101,114,118,101,40,99,97,110,118,97,115,41,59,10,32,32,32,32,125,10,32,32,32,32,115,116,97,116,105,99,32,117,110,111,98,115,101,114,118,101,40,99,97,110,118,97,115,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,40,95,97,32,61,32,116,104,105,115,46,95,111,98,115,101,114,118,101,114,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,117,110,111,98,115,101,114,118,101,40,99,97,110,118,97,115,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,111,98,115,101,114,118,101,100,67,97,110,118,97,115,101,115,46,100,101,108,101,116,101,40,99,97,110,118,97,115,41,59,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,111,98,115,101,114,118,101,100,67,97,110,118,97,115,101,115,46,115,105,122,101,32,61,61,61,32,48,41,32,123,10,32,32,32,32,32,32,32,32,40,95,98,32,61,32,116,104,105,115,46,95,111,98,115,101,114,118,101,114,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,98,46,100,105,115,99,111,110,110,101,99,116,40,41,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,111,98,115,101,114,118,101,114,32,61,32,110,117,108,108,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,125,59,10,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,67,97,110,118,97,115,82,101,115,105,122,101,79,98,115,101,114,118,101,114,44,32,34,95,111,98,115,101,114,118,101,114,34,44,32,110,117,108,108,41,59,10,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,67,97,110,118,97,115,82,101,115,105,122,101,79,98,115,101,114,118,101,114,44,32,34,95,111,98,115,101,114,118,101,100,67,97,110,118,97,115,101,115,34,44,32,47,42,32,64,95,95,80,85,82,69,95,95,32,42,47,32,110,101,119,32,77,97,112,40,41,41,59,10,10,32,32,47,47,32,115,114,99,47,117,116,105,108,115,46,116,115,10,32,32,102,117,110,99,116,105,111,110,32,105,115,72,101,120,67,111,108,111,114,40,99,111,108,111,114,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,47,94,35,40,91,92,100,97,45,102,93,123,54,125,124,91,92,100,97,45,102,93,123,56,125,41,36,47,105,117,46,116,101,115,116,40,99,111,108,111,114,41,59,10,32,32,125,10,32,32,102,117,110,99,116,105,111,110,32,104,101,120,83,116,114,105,110,103,84,111,82,71,66,65,73,110,116,40,99,111,108,111,114,72,101,120,41,32,123,10,32,32,32,32,105,102,32,40,33,105,115,72,101,120,67,111,108,111,114,40,99,111,108,111,114,72,101,120,41,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,48,59,10,32,32,32,32,125,10,32,32,32,32,108,101,116,32,104,101,120,32,61,32,99,111,108,111,114,72,101,120,46,114,101,112,108,97,99,101,40,34,35,34,44,32,34,34,41,59,10,32,32,32,32,104,101,120,32,61,32,104,101,120,46,108,101,110,103,116,104,32,61,61,61,32,54,32,63,32,96,36,123,104,101,120,125,102,102,96,32,58,32,104,101,120,59,10,32,32,32,32,114,101,116,117,114,110,32,112,97,114,115,101,73,110,116,40,104,101,120,44,32,49,54,41,59,10,32,32,125,10,32,32,102,117,110,99,116,105,111,110,32,105,115,68,111,116,76,111,116,116,105,101,40,102,105,108,101,68,97,116,97,41,32,123,10,32,32,32,32,105,102,32,40,102,105,108,101,68,97,116,97,46,98,121,116,101,76,101,110,103,116,104,32,60,32,52,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,102,97,108,115,101,59,10,32,32,32,32,125,10,32,32,32,32,99,111,110,115,116,32,102,105,108,101,83,105,103,110,97,116,117,114,101,32,61,32,110,101,119,32,85,105,110,116,56,65,114,114,97,121,40,102,105,108,101,68,97,116,97,46,115,108,105,99,101,40,48,44,32,90,73,80,95,83,73,71,78,65,84,85,82,69,46,98,121,116,101,76,101,110,103,116,104,41,41,59,10,32,32,32,32,102,111,114,32,40,108,101,116,32,105,32,61,32,48,59,32,105,32,60,32,90,73,80,95,83,73,71,78,65,84,85,82,69,46,108,101,110,103,116,104,59,32,105,32,43,61,32,49,41,32,123,10,32,32,32,32,32,32,105,102,32,40,90,73,80,95,83,73,71,78,65,84,85,82,69,91,105,93,32,33,61,61,32,102,105,108,101,83,105,103,110,97,116,117,114,101,91,105,93,41,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,102,97,108,115,101,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,32,32,114,101,116,117,114,110,32,116,114,117,101,59,10,32,32,125,10,32,32,102,117,110,99,116,105,111,110,32,105,115,76,111,116,116,105,101,74,83,79,78,40,106,115,111,110,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,76,79,84,84,73,69,95,74,83,79,78,95,77,65,78,68,65,84,79,82,89,95,70,73,69,76,68,83,46,101,118,101,114,121,40,40,102,105,101,108,100,41,32,61,62,32,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,46,99,97,108,108,40,106,115,111,110,44,32,102,105,101,108,100,41,41,59,10,32,32,125,10,32,32,102,117,110,99,116,105,111,110,32,105,115,76,111,116,116,105,101,40,102,105,108,101,68,97,116,97,41,32,123,10,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,102,105,108,101,68,97,116,97,32,61,61,61,32,34,115,116,114,105,110,103,34,41,32,123,10,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,105,115,76,111,116,116,105,101,74,83,79,78,40,74,83,79,78,46,112,97,114,115,101,40,102,105,108,101,68,97,116,97,41,41,59,10,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,95,101,41,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,102,97,108,115,101,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,105,115,76,111,116,116,105,101,74,83,79,78,40,102,105,108,101,68,97,116,97,41,59,10,32,32,32,32,125,10,32,32,125,10,32,32,102,117,110,99,116,105,111,110,32,103,101,116,68,101,102,97,117,108,116,68,80,82,40,41,32,123,10,32,32,32,32,99,111,110,115,116,32,100,112,114,32,61,32,73,83,95,66,82,79,87,83,69,82,32,63,32,119,105,110,100,111,119,46,100,101,118,105,99,101,80,105,120,101,108,82,97,116,105,111,32,58,32,49,59,10,32,32,32,32,114,101,116,117,114,110,32,49,32,43,32,40,100,112,114,32,45,32,49,41,32,42,32,68,69,70,65,85,76,84,95,68,80,82,95,70,65,67,84,79,82,59,10,32,32,125,10,32,32,102,117,110,99,116,105,111,110,32,105,115,69,108,101,109,101,110,116,73,110,86,105,101,119,112,111,114,116,40,101,108,101,109,101,110,116,41,32,123,10,32,32,32,32,99,111,110,115,116,32,114,101,99,116,32,61,32,101,108,101,109,101,110,116,46,103,101,116,66,111,117,110,100,105,110,103,67,108,105,101,110,116,82,101,99,116,40,41,59,10,32,32,32,32,114,101,116,117,114,110,32,114,101,99,116,46,116,111,112,32,62,61,32,48,32,38,38,32,114,101,99,116,46,108,101,102,116,32,62,61,32,48,32,38,38,32,114,101,99,116,46,98,111,116,116,111,109,32,60,61,32,40,119,105,110,100,111,119,46,105,110,110,101,114,72,101,105,103,104,116,32,124,124,32,100,111,99,117,109,101,110,116,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,46,99,108,105,101,110,116,72,101,105,103,104,116,41,32,38,38,32,114,101,99,116,46,114,105,103,104,116,32,60,61,32,40,119,105,110,100,111,119,46,105,110,110,101,114,87,105,100,116,104,32,124,124,32,100,111,99,117,109,101,110,116,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,46,99,108,105,101,110,116,87,105,100,116,104,41,59,10,32,32,125,10,10,32,32,47,47,32,115,114,99,47,100,111,116,108,111,116,116,105,101,46,116,115,10,32,32,118,97,114,32,99,114,101,97,116,101,67,111,114,101,77,111,100,101,32,61,32,40,109,111,100,101,44,32,109,111,100,117,108,101,41,32,61,62,32,123,10,32,32,32,32,105,102,32,40,109,111,100,101,32,61,61,61,32,34,114,101,118,101,114,115,101,34,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,109,111,100,117,108,101,46,77,111,100,101,46,82,101,118,101,114,115,101,59,10,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,109,111,100,101,32,61,61,61,32,34,98,111,117,110,99,101,34,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,109,111,100,117,108,101,46,77,111,100,101,46,66,111,117,110,99,101,59,10,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,109,111,100,101,32,61,61,61,32,34,114,101,118,101,114,115,101,45,98,111,117,110,99,101,34,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,109,111,100,117,108,101,46,77,111,100,101,46,82,101,118,101,114,115,101,66,111,117,110,99,101,59,10,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,109,111,100,117,108,101,46,77,111,100,101,46,70,111,114,119,97,114,100,59,10,32,32,32,32,125,10,32,32,125,59,10,32,32,118,97,114,32,99,114,101,97,116,101,67,111,114,101,70,105,116,32,61,32,40,102,105,116,44,32,109,111,100,117,108,101,41,32,61,62,32,123,10,32,32,32,32,105,102,32,40,102,105,116,32,61,61,61,32,34,99,111,110,116,97,105,110,34,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,109,111,100,117,108,101,46,70,105,116,46,67,111,110,116,97,105,110,59,10,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,102,105,116,32,61,61,61,32,34,99,111,118,101,114,34,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,109,111,100,117,108,101,46,70,105,116,46,67,111,118,101,114,59,10,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,102,105,116,32,61,61,61,32,34,102,105,108,108,34,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,109,111,100,117,108,101,46,70,105,116,46,70,105,108,108,59,10,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,102,105,116,32,61,61,61,32,34,102,105,116,45,104,101,105,103,104,116,34,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,109,111,100,117,108,101,46,70,105,116,46,70,105,116,72,101,105,103,104,116,59,10,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,102,105,116,32,61,61,61,32,34,102,105,116,45,119,105,100,116,104,34,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,109,111,100,117,108,101,46,70,105,116,46,70,105,116,87,105,100,116,104,59,10,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,109,111,100,117,108,101,46,70,105,116,46,78,111,110,101,59,10,32,32,32,32,125,10,32,32,125,59,10,32,32,118,97,114,32,99,114,101,97,116,101,67,111,114,101,65,108,105,103,110,32,61,32,40,97,108,105,103,110,44,32,109,111,100,117,108,101,41,32,61,62,32,123,10,32,32,32,32,99,111,110,115,116,32,99,111,114,101,65,108,105,103,110,32,61,32,110,101,119,32,109,111,100,117,108,101,46,86,101,99,116,111,114,70,108,111,97,116,40,41,59,10,32,32,32,32,99,111,114,101,65,108,105,103,110,46,112,117,115,104,95,98,97,99,107,40,97,108,105,103,110,91,48,93,41,59,10,32,32,32,32,99,111,114,101,65,108,105,103,110,46,112,117,115,104,95,98,97,99,107,40,97,108,105,103,110,91,49,93,41,59,10,32,32,32,32,114,101,116,117,114,110,32,99,111,114,101,65,108,105,103,110,59,10,32,32,125,59,10,32,32,118,97,114,32,99,114,101,97,116,101,67,111,114,101,83,101,103,109,101,110,116,32,61,32,40,115,101,103,109,101,110,116,44,32,109,111,100,117,108,101,41,32,61,62,32,123,10,32,32,32,32,99,111,110,115,116,32,99,111,114,101,115,101,103,109,101,110,116,32,61,32,110,101,119,32,109,111,100,117,108,101,46,86,101,99,116,111,114,70,108,111,97,116,40,41,59,10,32,32,32,32,105,102,32,40,115,101,103,109,101,110,116,46,108,101,110,103,116,104,32,33,61,61,32,50,41,32,114,101,116,117,114,110,32,99,111,114,101,115,101,103,109,101,110,116,59,10,32,32,32,32,99,111,114,101,115,101,103,109,101,110,116,46,112,117,115,104,95,98,97,99,107,40,115,101,103,109,101,110,116,91,48,93,41,59,10,32,32,32,32,99,111,114,101,115,101,103,109,101,110,116,46,112,117,115,104,95,98,97,99,107,40,115,101,103,109,101,110,116,91,49,93,41,59,10,32,32,32,32,114,101,116,117,114,110,32,99,111,114,101,115,101,103,109,101,110,116,59,10,32,32,125,59,10,32,32,118,97,114,32,95,68,111,116,76,111,116,116,105,101,32,61,32,99,108,97,115,115,32,95,68,111,116,76,111,116,116,105,101,32,123,10,32,32,32,32,99,111,110,115,116,114,117,99,116,111,114,40,99,111,110,102,105,103,41,32,123,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,99,97,110,118,97,115,34,41,59,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,99,111,110,116,101,120,116,34,44,32,110,117,108,108,41,59,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,101,118,101,110,116,77,97,110,97,103,101,114,34,41,59,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,97,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,34,44,32,110,117,108,108,41,59,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,102,114,97,109,101,77,97,110,97,103,101,114,34,41,59,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,100,111,116,76,111,116,116,105,101,67,111,114,101,34,44,32,110,117,108,108,41,59,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,114,101,110,100,101,114,67,111,110,102,105,103,34,44,32,123,125,41,59,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,105,115,70,114,111,122,101,110,34,44,32,102,97,108,115,101,41,59,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,98,97,99,107,103,114,111,117,110,100,67,111,108,111,114,34,44,32,110,117,108,108,41,59,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,112,111,105,110,116,101,114,85,112,77,101,116,104,111,100,34,41,59,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,112,111,105,110,116,101,114,68,111,119,110,77,101,116,104,111,100,34,41,59,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,112,111,105,110,116,101,114,77,111,118,101,77,101,116,104,111,100,34,41,59,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,112,111,105,110,116,101,114,69,110,116,101,114,77,101,116,104,111,100,34,41,59,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,112,111,105,110,116,101,114,69,120,105,116,77,101,116,104,111,100,34,41,59,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,44,32,95,99,59,10,32,32,32,32,32,32,116,104,105,115,46,95,99,97,110,118,97,115,32,61,32,99,111,110,102,105,103,46,99,97,110,118,97,115,59,10,32,32,32,32,32,32,116,104,105,115,46,95,99,111,110,116,101,120,116,32,61,32,116,104,105,115,46,95,99,97,110,118,97,115,46,103,101,116,67,111,110,116,101,120,116,40,34,50,100,34,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,32,61,32,110,101,119,32,69,118,101,110,116,77,97,110,97,103,101,114,40,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,102,114,97,109,101,77,97,110,97,103,101,114,32,61,32,110,101,119,32,65,110,105,109,97,116,105,111,110,70,114,97,109,101,77,97,110,97,103,101,114,40,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,114,101,110,100,101,114,67,111,110,102,105,103,32,61,32,95,95,115,112,114,101,97,100,80,114,111,112,115,40,95,95,115,112,114,101,97,100,86,97,108,117,101,115,40,123,125,44,32,99,111,110,102,105,103,46,114,101,110,100,101,114,67,111,110,102,105,103,41,44,32,123,10,32,32,32,32,32,32,32,32,100,101,118,105,99,101,80,105,120,101,108,82,97,116,105,111,58,32,40,40,95,97,32,61,32,99,111,110,102,105,103,46,114,101,110,100,101,114,67,111,110,102,105,103,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,100,101,118,105,99,101,80,105,120,101,108,82,97,116,105,111,41,32,124,124,32,103,101,116,68,101,102,97,117,108,116,68,80,82,40,41,44,10,32,32,32,32,32,32,32,32,47,47,32,102,114,101,101,122,101,79,110,79,102,102,115,99,114,101,101,110,32,105,115,32,116,114,117,101,32,98,121,32,100,101,102,97,117,108,116,32,116,111,32,112,114,101,118,101,110,116,32,117,110,110,101,99,101,115,115,97,114,121,32,114,101,110,100,101,114,105,110,103,32,119,104,101,110,32,116,104,101,32,99,97,110,118,97,115,32,105,115,32,111,102,102,115,99,114,101,101,110,10,32,32,32,32,32,32,32,32,102,114,101,101,122,101,79,110,79,102,102,115,99,114,101,101,110,58,32,40,95,99,32,61,32,40,95,98,32,61,32,99,111,110,102,105,103,46,114,101,110,100,101,114,67,111,110,102,105,103,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,98,46,102,114,101,101,122,101,79,110,79,102,102,115,99,114,101,101,110,41,32,33,61,32,110,117,108,108,32,63,32,95,99,32,58,32,116,114,117,101,10,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,68,111,116,76,111,116,116,105,101,87,97,115,109,76,111,97,100,101,114,46,108,111,97,100,40,41,46,116,104,101,110,40,40,109,111,100,117,108,101,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,95,97,50,44,32,95,98,50,44,32,95,99,50,44,32,95,100,44,32,95,101,44,32,95,102,44,32,95,103,44,32,95,104,59,10,32,32,32,32,32,32,32,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,32,61,32,109,111,100,117,108,101,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,32,110,101,119,32,109,111,100,117,108,101,46,68,111,116,76,111,116,116,105,101,80,108,97,121,101,114,40,123,10,32,32,32,32,32,32,32,32,32,32,116,104,101,109,101,73,100,58,32,40,95,97,50,32,61,32,99,111,110,102,105,103,46,116,104,101,109,101,73,100,41,32,33,61,32,110,117,108,108,32,63,32,95,97,50,32,58,32,34,34,44,10,32,32,32,32,32,32,32,32,32,32,97,117,116,111,112,108,97,121,58,32,40,95,98,50,32,61,32,99,111,110,102,105,103,46,97,117,116,111,112,108,97,121,41,32,33,61,32,110,117,108,108,32,63,32,95,98,50,32,58,32,102,97,108,115,101,44,10,32,32,32,32,32,32,32,32,32,32,98,97,99,107,103,114,111,117,110,100,67,111,108,111,114,58,32,48,44,10,32,32,32,32,32,32,32,32,32,32,108,111,111,112,65,110,105,109,97,116,105,111,110,58,32,40,95,99,50,32,61,32,99,111,110,102,105,103,46,108,111,111,112,41,32,33,61,32,110,117,108,108,32,63,32,95,99,50,32,58,32,102,97,108,115,101,44,10,32,32,32,32,32,32,32,32,32,32,109,111,100,101,58,32,99,114,101,97,116,101,67,111,114,101,77,111,100,101,40,40,95,100,32,61,32,99,111,110,102,105,103,46,109,111,100,101,41,32,33,61,32,110,117,108,108,32,63,32,95,100,32,58,32,34,102,111,114,119,97,114,100,34,44,32,109,111,100,117,108,101,41,44,10,32,32,32,32,32,32,32,32,32,32,115,101,103,109,101,110,116,58,32,99,114,101,97,116,101,67,111,114,101,83,101,103,109,101,110,116,40,40,95,101,32,61,32,99,111,110,102,105,103,46,115,101,103,109,101,110,116,41,32,33,61,32,110,117,108,108,32,63,32,95,101,32,58,32,91,93,44,32,109,111,100,117,108,101,41,44,10,32,32,32,32,32,32,32,32,32,32,115,112,101,101,100,58,32,40,95,102,32,61,32,99,111,110,102,105,103,46,115,112,101,101,100,41,32,33,61,32,110,117,108,108,32,63,32,95,102,32,58,32,49,44,10,32,32,32,32,32,32,32,32,32,32,117,115,101,70,114,97,109,101,73,110,116,101,114,112,111,108,97,116,105,111,110,58,32,40,95,103,32,61,32,99,111,110,102,105,103,46,117,115,101,70,114,97,109,101,73,110,116,101,114,112,111,108,97,116,105,111,110,41,32,33,61,32,110,117,108,108,32,63,32,95,103,32,58,32,116,114,117,101,44,10,32,32,32,32,32,32,32,32,32,32,109,97,114,107,101,114,58,32,40,95,104,32,61,32,99,111,110,102,105,103,46,109,97,114,107,101,114,41,32,33,61,32,110,117,108,108,32,63,32,95,104,32,58,32,34,34,44,10,32,32,32,32,32,32,32,32,32,32,108,97,121,111,117,116,58,32,99,111,110,102,105,103,46,108,97,121,111,117,116,32,63,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,97,108,105,103,110,58,32,99,114,101,97,116,101,67,111,114,101,65,108,105,103,110,40,99,111,110,102,105,103,46,108,97,121,111,117,116,46,97,108,105,103,110,44,32,109,111,100,117,108,101,41,44,10,32,32,32,32,32,32,32,32,32,32,32,32,102,105,116,58,32,99,114,101,97,116,101,67,111,114,101,70,105,116,40,99,111,110,102,105,103,46,108,97,121,111,117,116,46,102,105,116,44,32,109,111,100,117,108,101,41,10,32,32,32,32,32,32,32,32,32,32,125,32,58,32,109,111,100,117,108,101,46,99,114,101,97,116,101,68,101,102,97,117,108,116,76,97,121,111,117,116,40,41,10,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,32,116,121,112,101,58,32,34,114,101,97,100,121,34,32,125,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,99,111,110,102,105,103,46,100,97,116,97,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,108,111,97,100,70,114,111,109,68,97,116,97,40,99,111,110,102,105,103,46,100,97,116,97,41,59,10,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,99,111,110,102,105,103,46,115,114,99,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,108,111,97,100,70,114,111,109,83,114,99,40,99,111,110,102,105,103,46,115,114,99,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,105,102,32,40,99,111,110,102,105,103,46,98,97,99,107,103,114,111,117,110,100,67,111,108,111,114,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,115,101,116,66,97,99,107,103,114,111,117,110,100,67,111,108,111,114,40,99,111,110,102,105,103,46,98,97,99,107,103,114,111,117,110,100,67,111,108,111,114,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,41,46,99,97,116,99,104,40,40,101,114,114,111,114,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,10,32,32,32,32,32,32,32,32,32,32,116,121,112,101,58,32,34,108,111,97,100,69,114,114,111,114,34,44,10,32,32,32,32,32,32,32,32,32,32,101,114,114,111,114,58,32,110,101,119,32,69,114,114,111,114,40,96,70,97,105,108,101,100,32,116,111,32,108,111,97,100,32,119,97,115,109,32,109,111,100,117,108,101,58,32,36,123,101,114,114,111,114,125,96,41,10,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,112,111,105,110,116,101,114,85,112,77,101,116,104,111,100,32,61,32,116,104,105,115,46,95,111,110,80,111,105,110,116,101,114,85,112,46,98,105,110,100,40,116,104,105,115,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,112,111,105,110,116,101,114,68,111,119,110,77,101,116,104,111,100,32,61,32,116,104,105,115,46,95,111,110,80,111,105,110,116,101,114,68,111,119,110,46,98,105,110,100,40,116,104,105,115,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,112,111,105,110,116,101,114,77,111,118,101,77,101,116,104,111,100,32,61,32,116,104,105,115,46,95,111,110,80,111,105,110,116,101,114,77,111,118,101,46,98,105,110,100,40,116,104,105,115,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,112,111,105,110,116,101,114,69,110,116,101,114,77,101,116,104,111,100,32,61,32,116,104,105,115,46,95,111,110,80,111,105,110,116,101,114,69,110,116,101,114,46,98,105,110,100,40,116,104,105,115,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,112,111,105,110,116,101,114,69,120,105,116,77,101,116,104,111,100,32,61,32,116,104,105,115,46,95,111,110,80,111,105,110,116,101,114,76,101,97,118,101,46,98,105,110,100,40,116,104,105,115,41,59,10,32,32,32,32,125,10,32,32,32,32,95,100,105,115,112,97,116,99,104,69,114,114,111,114,40,109,101,115,115,97,103,101,41,32,123,10,32,32,32,32,32,32,99,111,110,115,111,108,101,46,101,114,114,111,114,40,109,101,115,115,97,103,101,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,32,116,121,112,101,58,32,34,108,111,97,100,69,114,114,111,114,34,44,32,101,114,114,111,114,58,32,110,101,119,32,69,114,114,111,114,40,109,101,115,115,97,103,101,41,32,125,41,59,10,32,32,32,32,125,10,32,32,32,32,95,102,101,116,99,104,68,97,116,97,40,115,114,99,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,95,95,97,115,121,110,99,40,116,104,105,115,44,32,110,117,108,108,44,32,102,117,110,99,116,105,111,110,42,32,40,41,32,123,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,112,111,110,115,101,32,61,32,121,105,101,108,100,32,102,101,116,99,104,40,115,114,99,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,33,114,101,115,112,111,110,115,101,46,111,107,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,70,97,105,108,101,100,32,116,111,32,102,101,116,99,104,32,97,110,105,109,97,116,105,111,110,32,100,97,116,97,32,102,114,111,109,32,85,82,76,58,32,36,123,115,114,99,125,46,32,36,123,114,101,115,112,111,110,115,101,46,115,116,97,116,117,115,125,58,32,36,123,114,101,115,112,111,110,115,101,46,115,116,97,116,117,115,84,101,120,116,125,96,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,100,97,116,97,32,61,32,121,105,101,108,100,32,114,101,115,112,111,110,115,101,46,97,114,114,97,121,66,117,102,102,101,114,40,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,105,115,68,111,116,76,111,116,116,105,101,40,100,97,116,97,41,41,32,123,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,100,97,116,97,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,110,101,119,32,84,101,120,116,68,101,99,111,100,101,114,40,41,46,100,101,99,111,100,101,40,100,97,116,97,41,59,10,32,32,32,32,32,32,125,41,59,10,32,32,32,32,125,10,32,32,32,32,95,108,111,97,100,70,114,111,109,68,97,116,97,40,100,97,116,97,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,99,111,110,115,116,32,119,105,100,116,104,32,61,32,116,104,105,115,46,95,99,97,110,118,97,115,46,119,105,100,116,104,59,10,32,32,32,32,32,32,99,111,110,115,116,32,104,101,105,103,104,116,32,61,32,116,104,105,115,46,95,99,97,110,118,97,115,46,104,101,105,103,104,116,59,10,32,32,32,32,32,32,108,101,116,32,108,111,97,100,101,100,32,61,32,102,97,108,115,101,59,10,32,32,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,100,97,116,97,32,61,61,61,32,34,115,116,114,105,110,103,34,41,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,33,105,115,76,111,116,116,105,101,40,100,97,116,97,41,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,100,105,115,112,97,116,99,104,69,114,114,111,114,40,10,32,32,32,32,32,32,32,32,32,32,32,32,34,73,110,118,97,108,105,100,32,76,111,116,116,105,101,32,74,83,79,78,32,115,116,114,105,110,103,58,32,84,104,101,32,112,114,111,118,105,100,101,100,32,115,116,114,105,110,103,32,100,111,101,115,32,110,111,116,32,99,111,110,102,111,114,109,32,116,111,32,116,104,101,32,76,111,116,116,105,101,32,74,83,79,78,32,102,111,114,109,97,116,46,34,10,32,32,32,32,32,32,32,32,32,32,41,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,108,111,97,100,101,100,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,108,111,97,100,65,110,105,109,97,116,105,111,110,68,97,116,97,40,100,97,116,97,44,32,119,105,100,116,104,44,32,104,101,105,103,104,116,41,59,10,32,32,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,100,97,116,97,32,105,110,115,116,97,110,99,101,111,102,32,65,114,114,97,121,66,117,102,102,101,114,41,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,33,105,115,68,111,116,76,111,116,116,105,101,40,100,97,116,97,41,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,100,105,115,112,97,116,99,104,69,114,114,111,114,40,10,32,32,32,32,32,32,32,32,32,32,32,32,34,73,110,118,97,108,105,100,32,100,111,116,76,111,116,116,105,101,32,65,114,114,97,121,66,117,102,102,101,114,58,32,84,104,101,32,112,114,111,118,105,100,101,100,32,65,114,114,97,121,66,117,102,102,101,114,32,100,111,101,115,32,110,111,116,32,99,111,110,102,111,114,109,32,116,111,32,116,104,101,32,100,111,116,76,111,116,116,105,101,32,102,111,114,109,97,116,46,34,10,32,32,32,32,32,32,32,32,32,32,41,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,108,111,97,100,101,100,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,108,111,97,100,68,111,116,76,111,116,116,105,101,68,97,116,97,40,100,97,116,97,44,32,119,105,100,116,104,44,32,104,101,105,103,104,116,41,59,10,32,32,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,116,121,112,101,111,102,32,100,97,116,97,32,61,61,61,32,34,111,98,106,101,99,116,34,41,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,33,105,115,76,111,116,116,105,101,40,100,97,116,97,41,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,100,105,115,112,97,116,99,104,69,114,114,111,114,40,10,32,32,32,32,32,32,32,32,32,32,32,32,34,73,110,118,97,108,105,100,32,76,111,116,116,105,101,32,74,83,79,78,32,111,98,106,101,99,116,58,32,84,104,101,32,112,114,111,118,105,100,101,100,32,111,98,106,101,99,116,32,100,111,101,115,32,110,111,116,32,99,111,110,102,111,114,109,32,116,111,32,116,104,101,32,76,111,116,116,105,101,32,74,83,79,78,32,102,111,114,109,97,116,46,34,10,32,32,32,32,32,32,32,32,32,32,41,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,108,111,97,100,101,100,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,108,111,97,100,65,110,105,109,97,116,105,111,110,68,97,116,97,40,74,83,79,78,46,115,116,114,105,110,103,105,102,121,40,100,97,116,97,41,44,32,119,105,100,116,104,44,32,104,101,105,103,104,116,41,59,10,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,100,105,115,112,97,116,99,104,69,114,114,111,114,40,10,32,32,32,32,32,32,32,32,32,32,96,85,110,115,117,112,112,111,114,116,101,100,32,100,97,116,97,32,116,121,112,101,32,102,111,114,32,97,110,105,109,97,116,105,111,110,32,100,97,116,97,46,32,69,120,112,101,99,116,101,100,58,32,10,32,32,32,32,32,32,32,32,32,32,45,32,115,116,114,105,110,103,32,40,76,111,116,116,105,101,32,74,83,79,78,41,44,10,32,32,32,32,32,32,32,32,32,32,45,32,65,114,114,97,121,66,117,102,102,101,114,32,40,100,111,116,76,111,116,116,105,101,41,44,10,32,32,32,32,32,32,32,32,32,32,45,32,111,98,106,101,99,116,32,40,76,111,116,116,105,101,32,74,83,79,78,41,46,32,10,32,32,32,32,32,32,32,32,32,32,82,101,99,101,105,118,101,100,58,32,36,123,116,121,112,101,111,102,32,100,97,116,97,125,96,10,32,32,32,32,32,32,32,32,41,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,102,32,40,108,111,97,100,101,100,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,32,116,121,112,101,58,32,34,108,111,97,100,34,32,125,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,73,83,95,66,82,79,87,83,69,82,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,114,101,115,105,122,101,40,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,10,32,32,32,32,32,32,32,32,32,32,116,121,112,101,58,32,34,102,114,97,109,101,34,44,10,32,32,32,32,32,32,32,32,32,32,99,117,114,114,101,110,116,70,114,97,109,101,58,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,99,117,114,114,101,110,116,70,114,97,109,101,40,41,10,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,114,101,110,100,101,114,40,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,99,111,110,102,105,103,40,41,46,97,117,116,111,112,108,97,121,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,112,108,97,121,40,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,105,115,80,108,97,121,105,110,103,40,41,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,32,116,121,112,101,58,32,34,112,108,97,121,34,32,125,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,97,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,32,61,32,116,104,105,115,46,95,102,114,97,109,101,77,97,110,97,103,101,114,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,116,104,105,115,46,95,100,114,97,119,46,98,105,110,100,40,116,104,105,115,41,41,59,10,32,32,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,99,111,110,115,111,108,101,46,101,114,114,111,114,40,34,115,111,109,101,116,104,105,110,103,32,119,101,110,116,32,119,114,111,110,103,44,32,116,104,101,32,97,110,105,109,97,116,105,111,110,32,119,97,115,32,115,117,112,112,111,115,101,32,116,111,32,97,117,116,111,112,108,97,121,34,41,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,105,102,32,40,73,83,95,66,82,79,87,83,69,82,32,38,38,32,116,104,105,115,46,95,99,97,110,118,97,115,32,105,110,115,116,97,110,99,101,111,102,32,72,84,77,76,67,97,110,118,97,115,69,108,101,109,101,110,116,41,32,123,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,114,101,110,100,101,114,67,111,110,102,105,103,46,102,114,101,101,122,101,79,110,79,102,102,115,99,114,101,101,110,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,79,102,102,115,99,114,101,101,110,79,98,115,101,114,118,101,114,46,111,98,115,101,114,118,101,40,116,104,105,115,46,95,99,97,110,118,97,115,44,32,116,104,105,115,41,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,114,101,110,100,101,114,67,111,110,102,105,103,46,97,117,116,111,82,101,115,105,122,101,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,67,97,110,118,97,115,82,101,115,105,122,101,79,98,115,101,114,118,101,114,46,111,98,115,101,114,118,101,40,116,104,105,115,46,95,99,97,110,118,97,115,44,32,116,104,105,115,41,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,100,105,115,112,97,116,99,104,69,114,114,111,114,40,34,70,97,105,108,101,100,32,116,111,32,108,111,97,100,32,97,110,105,109,97,116,105,111,110,32,100,97,116,97,34,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,32,32,95,108,111,97,100,70,114,111,109,83,114,99,40,115,114,99,41,32,123,10,32,32,32,32,32,32,116,104,105,115,46,95,102,101,116,99,104,68,97,116,97,40,115,114,99,41,46,116,104,101,110,40,40,100,97,116,97,41,32,61,62,32,116,104,105,115,46,95,108,111,97,100,70,114,111,109,68,97,116,97,40,100,97,116,97,41,41,46,99,97,116,99,104,40,40,101,114,114,111,114,41,32,61,62,32,116,104,105,115,46,95,100,105,115,112,97,116,99,104,69,114,114,111,114,40,96,70,97,105,108,101,100,32,116,111,32,108,111,97,100,32,97,110,105,109,97,116,105,111,110,32,100,97,116,97,32,102,114,111,109,32,85,82,76,58,32,36,123,115,114,99,125,46,32,36,123,101,114,114,111,114,125,96,41,41,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,97,99,116,105,118,101,65,110,105,109,97,116,105,111,110,73,100,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,97,99,116,105,118,101,65,110,105,109,97,116,105,111,110,73,100,40,41,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,97,99,116,105,118,101,84,104,101,109,101,73,100,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,97,99,116,105,118,101,84,104,101,109,101,73,100,40,41,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,108,97,121,111,117,116,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,32,32,99,111,110,115,116,32,108,97,121,111,117,116,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,99,111,110,102,105,103,40,41,46,108,97,121,111,117,116,59,10,32,32,32,32,32,32,105,102,32,40,108,97,121,111,117,116,41,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,123,10,32,32,32,32,32,32,32,32,32,32,97,108,105,103,110,58,32,91,108,97,121,111,117,116,46,97,108,105,103,110,46,103,101,116,40,48,41,44,32,108,97,121,111,117,116,46,97,108,105,103,110,46,103,101,116,40,49,41,93,44,10,32,32,32,32,32,32,32,32,32,32,102,105,116,58,32,40,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,95,97,50,44,32,95,98,44,32,95,99,44,32,95,100,44,32,95,101,44,32,95,102,59,10,32,32,32,32,32,32,32,32,32,32,32,32,115,119,105,116,99,104,32,40,108,97,121,111,117,116,46,102,105,116,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,40,40,95,97,50,32,61,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,50,46,70,105,116,46,67,111,110,116,97,105,110,41,58,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,34,99,111,110,116,97,105,110,34,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,40,40,95,98,32,61,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,98,46,70,105,116,46,67,111,118,101,114,41,58,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,34,99,111,118,101,114,34,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,40,40,95,99,32,61,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,99,46,70,105,116,46,70,105,108,108,41,58,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,34,102,105,108,108,34,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,40,40,95,100,32,61,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,100,46,70,105,116,46,70,105,116,72,101,105,103,104,116,41,58,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,34,102,105,116,45,104,101,105,103,104,116,34,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,40,40,95,101,32,61,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,101,46,70,105,116,46,70,105,116,87,105,100,116,104,41,58,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,34,102,105,116,45,119,105,100,116,104,34,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,40,40,95,102,32,61,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,102,46,70,105,116,46,78,111,110,101,41,58,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,34,110,111,110,101,34,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,101,102,97,117,108,116,58,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,34,99,111,110,116,97,105,110,34,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,125,41,40,41,10,32,32,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,118,111,105,100,32,48,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,109,97,114,107,101,114,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,32,32,99,111,110,115,116,32,109,97,114,107,101,114,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,99,111,110,102,105,103,40,41,46,109,97,114,107,101,114,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,109,97,114,107,101,114,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,109,97,110,105,102,101,115,116,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,109,97,110,105,102,101,115,116,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,109,97,110,105,102,101,115,116,83,116,114,105,110,103,40,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,32,124,124,32,33,109,97,110,105,102,101,115,116,41,32,114,101,116,117,114,110,32,110,117,108,108,59,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,109,97,110,105,102,101,115,116,74,115,111,110,32,61,32,74,83,79,78,46,112,97,114,115,101,40,109,97,110,105,102,101,115,116,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,79,98,106,101,99,116,46,107,101,121,115,40,109,97,110,105,102,101,115,116,74,115,111,110,41,46,108,101,110,103,116,104,32,61,61,61,32,48,41,32,114,101,116,117,114,110,32,110,117,108,108,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,109,97,110,105,102,101,115,116,74,115,111,110,59,10,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,95,101,114,114,41,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,110,117,108,108,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,114,101,110,100,101,114,67,111,110,102,105,103,40,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,95,114,101,110,100,101,114,67,111,110,102,105,103,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,115,101,103,109,101,110,116,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,32,32,99,111,110,115,116,32,115,101,103,109,101,110,116,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,99,111,110,102,105,103,40,41,46,115,101,103,109,101,110,116,59,10,32,32,32,32,32,32,105,102,32,40,115,101,103,109,101,110,116,32,38,38,32,115,101,103,109,101,110,116,46,115,105,122,101,40,41,32,61,61,61,32,50,41,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,91,115,101,103,109,101,110,116,46,103,101,116,40,48,41,44,32,115,101,103,109,101,110,116,46,103,101,116,40,49,41,93,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,118,111,105,100,32,48,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,108,111,111,112,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,99,111,110,102,105,103,40,41,46,108,111,111,112,65,110,105,109,97,116,105,111,110,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,102,97,108,115,101,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,109,111,100,101,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,44,32,95,99,44,32,95,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,109,111,100,101,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,99,111,110,102,105,103,40,41,46,109,111,100,101,59,10,32,32,32,32,32,32,105,102,32,40,109,111,100,101,32,61,61,61,32,40,40,95,98,32,61,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,98,46,77,111,100,101,46,82,101,118,101,114,115,101,41,41,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,34,114,101,118,101,114,115,101,34,59,10,32,32,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,109,111,100,101,32,61,61,61,32,40,40,95,99,32,61,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,99,46,77,111,100,101,46,66,111,117,110,99,101,41,41,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,34,98,111,117,110,99,101,34,59,10,32,32,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,109,111,100,101,32,61,61,61,32,40,40,95,100,32,61,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,100,46,77,111,100,101,46,82,101,118,101,114,115,101,66,111,117,110,99,101,41,41,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,34,114,101,118,101,114,115,101,45,98,111,117,110,99,101,34,59,10,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,34,102,111,114,119,97,114,100,34,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,105,115,70,114,111,122,101,110,40,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,95,105,115,70,114,111,122,101,110,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,98,97,99,107,103,114,111,117,110,100,67,111,108,111,114,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,97,32,61,32,116,104,105,115,46,95,98,97,99,107,103,114,111,117,110,100,67,111,108,111,114,41,32,33,61,32,110,117,108,108,32,63,32,95,97,32,58,32,34,34,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,97,117,116,111,112,108,97,121,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,99,111,110,102,105,103,40,41,46,97,117,116,111,112,108,97,121,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,102,97,108,115,101,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,117,115,101,70,114,97,109,101,73,110,116,101,114,112,111,108,97,116,105,111,110,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,99,111,110,102,105,103,40,41,46,117,115,101,70,114,97,109,101,73,110,116,101,114,112,111,108,97,116,105,111,110,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,102,97,108,115,101,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,115,112,101,101,100,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,99,111,110,102,105,103,40,41,46,115,112,101,101,100,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,48,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,105,115,82,101,97,100,121,40,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,33,61,61,32,110,117,108,108,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,105,115,76,111,97,100,101,100,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,105,115,76,111,97,100,101,100,40,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,102,97,108,115,101,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,105,115,80,108,97,121,105,110,103,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,105,115,80,108,97,121,105,110,103,40,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,102,97,108,115,101,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,105,115,80,97,117,115,101,100,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,105,115,80,97,117,115,101,100,40,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,102,97,108,115,101,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,105,115,83,116,111,112,112,101,100,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,105,115,83,116,111,112,112,101,100,40,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,102,97,108,115,101,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,99,117,114,114,101,110,116,70,114,97,109,101,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,99,117,114,114,101,110,116,70,114,97,109,101,40,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,48,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,108,111,111,112,67,111,117,110,116,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,108,111,111,112,67,111,117,110,116,40,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,48,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,116,111,116,97,108,70,114,97,109,101,115,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,116,111,116,97,108,70,114,97,109,101,115,40,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,48,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,100,117,114,97,116,105,111,110,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,100,117,114,97,116,105,111,110,40,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,48,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,115,101,103,109,101,110,116,68,117,114,97,116,105,111,110,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,115,101,103,109,101,110,116,68,117,114,97,116,105,111,110,40,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,48,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,99,97,110,118,97,115,40,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,95,99,97,110,118,97,115,59,10,32,32,32,32,125,10,32,32,32,32,108,111,97,100,40,99,111,110,102,105,103,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,44,32,95,99,44,32,95,100,44,32,95,101,44,32,95,102,44,32,95,103,44,32,95,104,44,32,95,105,59,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,32,124,124,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,97,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,32,33,61,61,32,110,117,108,108,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,102,114,97,109,101,77,97,110,97,103,101,114,46,99,97,110,99,101,108,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,116,104,105,115,46,95,97,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,41,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,97,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,32,61,32,110,117,108,108,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,115,101,116,67,111,110,102,105,103,40,123,10,32,32,32,32,32,32,32,32,116,104,101,109,101,73,100,58,32,40,95,97,32,61,32,99,111,110,102,105,103,46,116,104,101,109,101,73,100,41,32,33,61,32,110,117,108,108,32,63,32,95,97,32,58,32,34,34,44,10,32,32,32,32,32,32,32,32,97,117,116,111,112,108,97,121,58,32,40,95,98,32,61,32,99,111,110,102,105,103,46,97,117,116,111,112,108,97,121,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,102,97,108,115,101,44,10,32,32,32,32,32,32,32,32,98,97,99,107,103,114,111,117,110,100,67,111,108,111,114,58,32,48,44,10,32,32,32,32,32,32,32,32,108,111,111,112,65,110,105,109,97,116,105,111,110,58,32,40,95,99,32,61,32,99,111,110,102,105,103,46,108,111,111,112,41,32,33,61,32,110,117,108,108,32,63,32,95,99,32,58,32,102,97,108,115,101,44,10,32,32,32,32,32,32,32,32,109,111,100,101,58,32,99,114,101,97,116,101,67,111,114,101,77,111,100,101,40,40,95,100,32,61,32,99,111,110,102,105,103,46,109,111,100,101,41,32,33,61,32,110,117,108,108,32,63,32,95,100,32,58,32,34,102,111,114,119,97,114,100,34,44,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,44,10,32,32,32,32,32,32,32,32,115,101,103,109,101,110,116,58,32,99,114,101,97,116,101,67,111,114,101,83,101,103,109,101,110,116,40,40,95,101,32,61,32,99,111,110,102,105,103,46,115,101,103,109,101,110,116,41,32,33,61,32,110,117,108,108,32,63,32,95,101,32,58,32,91,93,44,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,44,10,32,32,32,32,32,32,32,32,115,112,101,101,100,58,32,40,95,102,32,61,32,99,111,110,102,105,103,46,115,112,101,101,100,41,32,33,61,32,110,117,108,108,32,63,32,95,102,32,58,32,49,44,10,32,32,32,32,32,32,32,32,117,115,101,70,114,97,109,101,73,110,116,101,114,112,111,108,97,116,105,111,110,58,32,40,95,103,32,61,32,99,111,110,102,105,103,46,117,115,101,70,114,97,109,101,73,110,116,101,114,112,111,108,97,116,105,111,110,41,32,33,61,32,110,117,108,108,32,63,32,95,103,32,58,32,116,114,117,101,44,10,32,32,32,32,32,32,32,32,109,97,114,107,101,114,58,32,40,95,104,32,61,32,99,111,110,102,105,103,46,109,97,114,107,101,114,41,32,33,61,32,110,117,108,108,32,63,32,95,104,32,58,32,34,34,44,10,32,32,32,32,32,32,32,32,108,97,121,111,117,116,58,32,99,111,110,102,105,103,46,108,97,121,111,117,116,32,63,32,123,10,32,32,32,32,32,32,32,32,32,32,97,108,105,103,110,58,32,99,114,101,97,116,101,67,111,114,101,65,108,105,103,110,40,99,111,110,102,105,103,46,108,97,121,111,117,116,46,97,108,105,103,110,44,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,44,10,32,32,32,32,32,32,32,32,32,32,102,105,116,58,32,99,114,101,97,116,101,67,111,114,101,70,105,116,40,99,111,110,102,105,103,46,108,97,121,111,117,116,46,102,105,116,44,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,10,32,32,32,32,32,32,32,32,125,32,58,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,46,99,114,101,97,116,101,68,101,102,97,117,108,116,76,97,121,111,117,116,40,41,10,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,105,102,32,40,99,111,110,102,105,103,46,100,97,116,97,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,108,111,97,100,70,114,111,109,68,97,116,97,40,99,111,110,102,105,103,46,100,97,116,97,41,59,10,32,32,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,99,111,110,102,105,103,46,115,114,99,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,108,111,97,100,70,114,111,109,83,114,99,40,99,111,110,102,105,103,46,115,114,99,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,116,104,105,115,46,115,101,116,66,97,99,107,103,114,111,117,110,100,67,111,108,111,114,40,40,95,105,32,61,32,99,111,110,102,105,103,46,98,97,99,107,103,114,111,117,110,100,67,111,108,111,114,41,32,33,61,32,110,117,108,108,32,63,32,95,105,32,58,32,34,34,41,59,10,32,32,32,32,125,10,32,32,32,32,95,114,101,110,100,101,114,40,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,32,124,124,32,116,104,105,115,46,95,99,111,110,116,101,120,116,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,32,102,97,108,115,101,59,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,110,100,101,114,101,100,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,114,101,110,100,101,114,40,41,59,10,32,32,32,32,32,32,105,102,32,40,114,101,110,100,101,114,101,100,41,32,123,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,98,117,102,102,101,114,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,98,117,102,102,101,114,40,41,59,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,99,108,97,109,112,101,100,66,117,102,102,101,114,32,61,32,110,101,119,32,85,105,110,116,56,67,108,97,109,112,101,100,65,114,114,97,121,40,98,117,102,102,101,114,44,32,48,44,32,116,104,105,115,46,95,99,97,110,118,97,115,46,119,105,100,116,104,32,42,32,116,104,105,115,46,95,99,97,110,118,97,115,46,104,101,105,103,104,116,32,42,32,52,41,59,10,32,32,32,32,32,32,32,32,108,101,116,32,105,109,97,103,101,68,97,116,97,32,61,32,110,117,108,108,59,10,32,32,32,32,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,73,109,97,103,101,68,97,116,97,32,61,61,61,32,34,117,110,100,101,102,105,110,101,100,34,41,32,123,10,32,32,32,32,32,32,32,32,32,32,105,109,97,103,101,68,97,116,97,32,61,32,116,104,105,115,46,95,99,111,110,116,101,120,116,46,99,114,101,97,116,101,73,109,97,103,101,68,97,116,97,40,116,104,105,115,46,95,99,97,110,118,97,115,46,119,105,100,116,104,44,32,116,104,105,115,46,95,99,97,110,118,97,115,46,104,101,105,103,104,116,41,59,10,32,32,32,32,32,32,32,32,32,32,105,109,97,103,101,68,97,116,97,46,100,97,116,97,46,115,101,116,40,99,108,97,109,112,101,100,66,117,102,102,101,114,41,59,10,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,105,109,97,103,101,68,97,116,97,32,61,32,110,101,119,32,73,109,97,103,101,68,97,116,97,40,99,108,97,109,112,101,100,66,117,102,102,101,114,44,32,116,104,105,115,46,95,99,97,110,118,97,115,46,119,105,100,116,104,44,32,116,104,105,115,46,95,99,97,110,118,97,115,46,104,101,105,103,104,116,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,99,111,110,116,101,120,116,46,112,117,116,73,109,97,103,101,68,97,116,97,40,105,109,97,103,101,68,97,116,97,44,32,48,44,32,48,41,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,10,32,32,32,32,32,32,32,32,32,32,116,121,112,101,58,32,34,114,101,110,100,101,114,34,44,10,32,32,32,32,32,32,32,32,32,32,99,117,114,114,101,110,116,70,114,97,109,101,58,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,99,117,114,114,101,110,116,70,114,97,109,101,40,41,10,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,116,114,117,101,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,102,97,108,115,101,59,10,32,32,32,32,125,10,32,32,32,32,95,100,114,97,119,40,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,32,124,124,32,116,104,105,115,46,95,99,111,110,116,101,120,116,32,61,61,61,32,110,117,108,108,32,124,124,32,33,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,105,115,80,108,97,121,105,110,103,40,41,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,99,111,110,115,116,32,110,101,120,116,70,114,97,109,101,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,114,101,113,117,101,115,116,70,114,97,109,101,40,41,59,10,32,32,32,32,32,32,99,111,110,115,116,32,117,112,100,97,116,101,100,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,115,101,116,70,114,97,109,101,40,110,101,120,116,70,114,97,109,101,41,59,10,32,32,32,32,32,32,105,102,32,40,117,112,100,97,116,101,100,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,10,32,32,32,32,32,32,32,32,32,32,116,121,112,101,58,32,34,102,114,97,109,101,34,44,10,32,32,32,32,32,32,32,32,32,32,99,117,114,114,101,110,116,70,114,97,109,101,58,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,99,117,114,114,101,110,116,70,114,97,109,101,40,41,10,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,114,101,110,100,101,114,101,100,32,61,32,116,104,105,115,46,95,114,101,110,100,101,114,40,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,114,101,110,100,101,114,101,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,105,115,67,111,109,112,108,101,116,101,40,41,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,99,111,110,102,105,103,40,41,46,108,111,111,112,65,110,105,109,97,116,105,111,110,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,121,112,101,58,32,34,108,111,111,112,34,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,108,111,111,112,67,111,117,110,116,58,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,108,111,111,112,67,111,117,110,116,40,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,32,116,121,112,101,58,32,34,99,111,109,112,108,101,116,101,34,32,125,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,116,104,105,115,46,95,97,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,32,61,32,116,104,105,115,46,95,102,114,97,109,101,77,97,110,97,103,101,114,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,116,104,105,115,46,95,100,114,97,119,46,98,105,110,100,40,116,104,105,115,41,41,59,10,32,32,32,32,125,10,32,32,32,32,112,108,97,121,40,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,99,111,110,115,116,32,111,107,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,112,108,97,121,40,41,59,10,32,32,32,32,32,32,105,102,32,40,111,107,32,124,124,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,105,115,80,108,97,121,105,110,103,40,41,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,105,115,70,114,111,122,101,110,32,61,32,102,97,108,115,101,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,32,116,121,112,101,58,32,34,112,108,97,121,34,32,125,41,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,97,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,32,61,32,116,104,105,115,46,95,102,114,97,109,101,77,97,110,97,103,101,114,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,116,104,105,115,46,95,100,114,97,119,46,98,105,110,100,40,116,104,105,115,41,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,102,32,40,73,83,95,66,82,79,87,83,69,82,32,38,38,32,116,104,105,115,46,95,99,97,110,118,97,115,32,105,110,115,116,97,110,99,101,111,102,32,72,84,77,76,67,97,110,118,97,115,69,108,101,109,101,110,116,32,38,38,32,116,104,105,115,46,95,114,101,110,100,101,114,67,111,110,102,105,103,46,102,114,101,101,122,101,79,110,79,102,102,115,99,114,101,101,110,32,38,38,32,33,105,115,69,108,101,109,101,110,116,73,110,86,105,101,119,112,111,114,116,40,116,104,105,115,46,95,99,97,110,118,97,115,41,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,102,114,101,101,122,101,40,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,32,32,112,97,117,115,101,40,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,99,111,110,115,116,32,111,107,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,112,97,117,115,101,40,41,59,10,32,32,32,32,32,32,105,102,32,40,111,107,32,124,124,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,105,115,80,97,117,115,101,100,40,41,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,32,116,121,112,101,58,32,34,112,97,117,115,101,34,32,125,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,32,32,115,116,111,112,40,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,99,111,110,115,116,32,111,107,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,115,116,111,112,40,41,59,10,32,32,32,32,32,32,105,102,32,40,111,107,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,32,116,121,112,101,58,32,34,102,114,97,109,101,34,44,32,99,117,114,114,101,110,116,70,114,97,109,101,58,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,99,117,114,114,101,110,116,70,114,97,109,101,40,41,32,125,41,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,114,101,110,100,101,114,40,41,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,32,116,121,112,101,58,32,34,115,116,111,112,34,32,125,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,32,32,115,101,116,70,114,97,109,101,40,102,114,97,109,101,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,105,102,32,40,102,114,97,109,101,32,60,32,48,32,124,124,32,102,114,97,109,101,32,62,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,116,111,116,97,108,70,114,97,109,101,115,40,41,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,99,111,110,115,116,32,111,107,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,115,101,101,107,40,102,114,97,109,101,41,59,10,32,32,32,32,32,32,105,102,32,40,111,107,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,32,116,121,112,101,58,32,34,102,114,97,109,101,34,44,32,99,117,114,114,101,110,116,70,114,97,109,101,58,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,99,117,114,114,101,110,116,70,114,97,109,101,40,41,32,125,41,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,114,101,110,100,101,114,40,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,32,32,115,101,116,83,112,101,101,100,40,115,112,101,101,100,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,115,101,116,67,111,110,102,105,103,40,95,95,115,112,114,101,97,100,80,114,111,112,115,40,95,95,115,112,114,101,97,100,86,97,108,117,101,115,40,123,125,44,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,99,111,110,102,105,103,40,41,41,44,32,123,10,32,32,32,32,32,32,32,32,115,112,101,101,100,10,32,32,32,32,32,32,125,41,41,59,10,32,32,32,32,125,10,32,32,32,32,115,101,116,66,97,99,107,103,114,111,117,110,100,67,111,108,111,114,40,99,111,108,111,114,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,105,102,32,40,73,83,95,66,82,79,87,83,69,82,32,38,38,32,116,104,105,115,46,95,99,97,110,118,97,115,32,105,110,115,116,97,110,99,101,111,102,32,72,84,77,76,67,97,110,118,97,115,69,108,101,109,101,110,116,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,99,97,110,118,97,115,46,115,116,121,108,101,46,98,97,99,107,103,114,111,117,110,100,67,111,108,111,114,32,61,32,99,111,108,111,114,59,10,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,115,101,116,67,111,110,102,105,103,40,95,95,115,112,114,101,97,100,80,114,111,112,115,40,95,95,115,112,114,101,97,100,86,97,108,117,101,115,40,123,125,44,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,99,111,110,102,105,103,40,41,41,44,32,123,10,32,32,32,32,32,32,32,32,32,32,98,97,99,107,103,114,111,117,110,100,67,111,108,111,114,58,32,104,101,120,83,116,114,105,110,103,84,111,82,71,66,65,73,110,116,40,99,111,108,111,114,41,10,32,32,32,32,32,32,32,32,125,41,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,116,104,105,115,46,95,98,97,99,107,103,114,111,117,110,100,67,111,108,111,114,32,61,32,99,111,108,111,114,59,10,32,32,32,32,125,10,32,32,32,32,115,101,116,76,111,111,112,40,108,111,111,112,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,115,101,116,67,111,110,102,105,103,40,95,95,115,112,114,101,97,100,80,114,111,112,115,40,95,95,115,112,114,101,97,100,86,97,108,117,101,115,40,123,125,44,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,99,111,110,102,105,103,40,41,41,44,32,123,10,32,32,32,32,32,32,32,32,108,111,111,112,65,110,105,109,97,116,105,111,110,58,32,108,111,111,112,10,32,32,32,32,32,32,125,41,41,59,10,32,32,32,32,125,10,32,32,32,32,115,101,116,85,115,101,70,114,97,109,101,73,110,116,101,114,112,111,108,97,116,105,111,110,40,117,115,101,70,114,97,109,101,73,110,116,101,114,112,111,108,97,116,105,111,110,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,115,101,116,67,111,110,102,105,103,40,95,95,115,112,114,101,97,100,80,114,111,112,115,40,95,95,115,112,114,101,97,100,86,97,108,117,101,115,40,123,125,44,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,99,111,110,102,105,103,40,41,41,44,32,123,10,32,32,32,32,32,32,32,32,117,115,101,70,114,97,109,101,73,110,116,101,114,112,111,108,97,116,105,111,110,10,32,32,32,32,32,32,125,41,41,59,10,32,32,32,32,125,10,32,32,32,32,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,116,121,112,101,44,32,108,105,115,116,101,110,101,114,41,32,123,10,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,116,121,112,101,44,32,108,105,115,116,101,110,101,114,41,59,10,32,32,32,32,125,10,32,32,32,32,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,116,121,112,101,44,32,108,105,115,116,101,110,101,114,41,32,123,10,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,116,121,112,101,44,32,108,105,115,116,101,110,101,114,41,59,10,32,32,32,32,125,10,32,32,32,32,100,101,115,116,114,111,121,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,32,32,105,102,32,40,73,83,95,66,82,79,87,83,69,82,32,38,38,32,116,104,105,115,46,95,99,97,110,118,97,115,32,105,110,115,116,97,110,99,101,111,102,32,72,84,77,76,67,97,110,118,97,115,69,108,101,109,101,110,116,41,32,123,10,32,32,32,32,32,32,32,32,79,102,102,115,99,114,101,101,110,79,98,115,101,114,118,101,114,46,117,110,111,98,115,101,114,118,101,40,116,104,105,115,46,95,99,97,110,118,97,115,41,59,10,32,32,32,32,32,32,32,32,67,97,110,118,97,115,82,101,115,105,122,101,79,98,115,101,114,118,101,114,46,117,110,111,98,115,101,114,118,101,40,116,104,105,115,46,95,99,97,110,118,97,115,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,100,101,108,101,116,101,40,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,32,110,117,108,108,59,10,32,32,32,32,32,32,116,104,105,115,46,95,99,111,110,116,101,120,116,32,61,32,110,117,108,108,59,10,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,10,32,32,32,32,32,32,32,32,116,121,112,101,58,32,34,100,101,115,116,114,111,121,34,10,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,114,101,109,111,118,101,65,108,108,69,118,101,110,116,76,105,115,116,101,110,101,114,115,40,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,99,108,101,97,110,117,112,83,116,97,116,101,77,97,99,104,105,110,101,76,105,115,116,101,110,101,114,115,40,41,59,10,32,32,32,32,125,10,32,32,32,32,102,114,101,101,122,101,40,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,97,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,116,104,105,115,46,95,102,114,97,109,101,77,97,110,97,103,101,114,46,99,97,110,99,101,108,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,116,104,105,115,46,95,97,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,97,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,32,61,32,110,117,108,108,59,10,32,32,32,32,32,32,116,104,105,115,46,95,105,115,70,114,111,122,101,110,32,61,32,116,114,117,101,59,10,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,32,116,121,112,101,58,32,34,102,114,101,101,122,101,34,32,125,41,59,10,32,32,32,32,125,10,32,32,32,32,117,110,102,114,101,101,122,101,40,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,97,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,32,33,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,116,104,105,115,46,95,97,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,32,61,32,116,104,105,115,46,95,102,114,97,109,101,77,97,110,97,103,101,114,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,116,104,105,115,46,95,100,114,97,119,46,98,105,110,100,40,116,104,105,115,41,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,105,115,70,114,111,122,101,110,32,61,32,102,97,108,115,101,59,10,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,32,116,121,112,101,58,32,34,117,110,102,114,101,101,122,101,34,32,125,41,59,10,32,32,32,32,125,10,32,32,32,32,114,101,115,105,122,101,40,41,32,123,10,32,32,32,32,32,32,105,102,32,40,33,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,124,124,32,33,116,104,105,115,46,105,115,76,111,97,100,101,100,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,105,102,32,40,73,83,95,66,82,79,87,83,69,82,32,38,38,32,116,104,105,115,46,95,99,97,110,118,97,115,32,105,110,115,116,97,110,99,101,111,102,32,72,84,77,76,67,97,110,118,97,115,69,108,101,109,101,110,116,41,32,123,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,100,112,114,32,61,32,116,104,105,115,46,95,114,101,110,100,101,114,67,111,110,102,105,103,46,100,101,118,105,99,101,80,105,120,101,108,82,97,116,105,111,32,124,124,32,119,105,110,100,111,119,46,100,101,118,105,99,101,80,105,120,101,108,82,97,116,105,111,32,124,124,32,49,59,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,123,32,104,101,105,103,104,116,58,32,99,108,105,101,110,116,72,101,105,103,104,116,44,32,119,105,100,116,104,58,32,99,108,105,101,110,116,87,105,100,116,104,32,125,32,61,32,116,104,105,115,46,95,99,97,110,118,97,115,46,103,101,116,66,111,117,110,100,105,110,103,67,108,105,101,110,116,82,101,99,116,40,41,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,99,97,110,118,97,115,46,119,105,100,116,104,32,61,32,99,108,105,101,110,116,87,105,100,116,104,32,42,32,100,112,114,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,99,97,110,118,97,115,46,104,101,105,103,104,116,32,61,32,99,108,105,101,110,116,72,101,105,103,104,116,32,42,32,100,112,114,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,99,111,110,115,116,32,111,107,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,114,101,115,105,122,101,40,116,104,105,115,46,95,99,97,110,118,97,115,46,119,105,100,116,104,44,32,116,104,105,115,46,95,99,97,110,118,97,115,46,104,101,105,103,104,116,41,59,10,32,32,32,32,32,32,105,102,32,40,111,107,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,114,101,110,100,101,114,40,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,32,32,115,101,116,83,101,103,109,101,110,116,40,115,116,97,114,116,70,114,97,109,101,44,32,101,110,100,70,114,97,109,101,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,32,124,124,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,115,101,116,67,111,110,102,105,103,40,95,95,115,112,114,101,97,100,80,114,111,112,115,40,95,95,115,112,114,101,97,100,86,97,108,117,101,115,40,123,125,44,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,99,111,110,102,105,103,40,41,41,44,32,123,10,32,32,32,32,32,32,32,32,115,101,103,109,101,110,116,58,32,99,114,101,97,116,101,67,111,114,101,83,101,103,109,101,110,116,40,91,115,116,97,114,116,70,114,97,109,101,44,32,101,110,100,70,114,97,109,101,93,44,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,10,32,32,32,32,32,32,125,41,41,59,10,32,32,32,32,125,10,32,32,32,32,115,101,116,77,111,100,101,40,109,111,100,101,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,32,124,124,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,115,101,116,67,111,110,102,105,103,40,95,95,115,112,114,101,97,100,80,114,111,112,115,40,95,95,115,112,114,101,97,100,86,97,108,117,101,115,40,123,125,44,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,99,111,110,102,105,103,40,41,41,44,32,123,10,32,32,32,32,32,32,32,32,109,111,100,101,58,32,99,114,101,97,116,101,67,111,114,101,77,111,100,101,40,109,111,100,101,44,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,10,32,32,32,32,32,32,125,41,41,59,10,32,32,32,32,125,10,32,32,32,32,115,101,116,82,101,110,100,101,114,67,111,110,102,105,103,40,99,111,110,102,105,103,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,95,97,32,61,32,99,111,110,102,105,103,44,32,123,32,100,101,118,105,99,101,80,105,120,101,108,82,97,116,105,111,44,32,102,114,101,101,122,101,79,110,79,102,102,115,99,114,101,101,110,32,125,32,61,32,95,97,44,32,114,101,115,116,67,111,110,102,105,103,32,61,32,95,95,111,98,106,82,101,115,116,40,95,97,44,32,91,34,100,101,118,105,99,101,80,105,120,101,108,82,97,116,105,111,34,44,32,34,102,114,101,101,122,101,79,110,79,102,102,115,99,114,101,101,110,34,93,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,114,101,110,100,101,114,67,111,110,102,105,103,32,61,32,95,95,115,112,114,101,97,100,80,114,111,112,115,40,95,95,115,112,114,101,97,100,86,97,108,117,101,115,40,95,95,115,112,114,101,97,100,86,97,108,117,101,115,40,123,125,44,32,116,104,105,115,46,95,114,101,110,100,101,114,67,111,110,102,105,103,41,44,32,114,101,115,116,67,111,110,102,105,103,41,44,32,123,10,32,32,32,32,32,32,32,32,47,47,32,100,101,118,105,99,101,80,105,120,101,108,82,97,116,105,111,32,105,115,32,97,32,115,112,101,99,105,97,108,32,99,97,115,101,44,32,105,116,32,115,104,111,117,108,100,32,98,101,32,115,101,116,32,116,111,32,116,104,101,32,100,101,102,97,117,108,116,32,118,97,108,117,101,32,105,102,32,105,116,39,115,32,110,111,116,32,112,114,111,118,105,100,101,100,10,32,32,32,32,32,32,32,32,100,101,118,105,99,101,80,105,120,101,108,82,97,116,105,111,58,32,100,101,118,105,99,101,80,105,120,101,108,82,97,116,105,111,32,124,124,32,103,101,116,68,101,102,97,117,108,116,68,80,82,40,41,44,10,32,32,32,32,32,32,32,32,102,114,101,101,122,101,79,110,79,102,102,115,99,114,101,101,110,58,32,102,114,101,101,122,101,79,110,79,102,102,115,99,114,101,101,110,32,33,61,32,110,117,108,108,32,63,32,102,114,101,101,122,101,79,110,79,102,102,115,99,114,101,101,110,32,58,32,116,114,117,101,10,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,105,102,32,40,73,83,95,66,82,79,87,83,69,82,32,38,38,32,116,104,105,115,46,95,99,97,110,118,97,115,32,105,110,115,116,97,110,99,101,111,102,32,72,84,77,76,67,97,110,118,97,115,69,108,101,109,101,110,116,41,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,114,101,110,100,101,114,67,111,110,102,105,103,46,97,117,116,111,82,101,115,105,122,101,41,32,123,10,32,32,32,32,32,32,32,32,32,32,67,97,110,118,97,115,82,101,115,105,122,101,79,98,115,101,114,118,101,114,46,111,98,115,101,114,118,101,40,116,104,105,115,46,95,99,97,110,118,97,115,44,32,116,104,105,115,41,59,10,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,67,97,110,118,97,115,82,101,115,105,122,101,79,98,115,101,114,118,101,114,46,117,110,111,98,115,101,114,118,101,40,116,104,105,115,46,95,99,97,110,118,97,115,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,114,101,110,100,101,114,67,111,110,102,105,103,46,102,114,101,101,122,101,79,110,79,102,102,115,99,114,101,101,110,41,32,123,10,32,32,32,32,32,32,32,32,32,32,79,102,102,115,99,114,101,101,110,79,98,115,101,114,118,101,114,46,111,98,115,101,114,118,101,40,116,104,105,115,46,95,99,97,110,118,97,115,44,32,116,104,105,115,41,59,10,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,79,102,102,115,99,114,101,101,110,79,98,115,101,114,118,101,114,46,117,110,111,98,115,101,114,118,101,40,116,104,105,115,46,95,99,97,110,118,97,115,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,105,115,70,114,111,122,101,110,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,117,110,102,114,101,101,122,101,40,41,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,32,32,108,111,97,100,65,110,105,109,97,116,105,111,110,40,97,110,105,109,97,116,105,111,110,73,100,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,32,124,124,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,97,99,116,105,118,101,65,110,105,109,97,116,105,111,110,73,100,40,41,32,61,61,61,32,97,110,105,109,97,116,105,111,110,73,100,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,99,111,110,115,116,32,108,111,97,100,101,100,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,108,111,97,100,65,110,105,109,97,116,105,111,110,40,97,110,105,109,97,116,105,111,110,73,100,44,32,116,104,105,115,46,95,99,97,110,118,97,115,46,119,105,100,116,104,44,32,116,104,105,115,46,95,99,97,110,118,97,115,46,104,101,105,103,104,116,41,59,10,32,32,32,32,32,32,105,102,32,40,108,111,97,100,101,100,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,32,116,121,112,101,58,32,34,108,111,97,100,34,32,125,41,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,114,101,115,105,122,101,40,41,59,10,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,10,32,32,32,32,32,32,32,32,32,32,116,121,112,101,58,32,34,108,111,97,100,69,114,114,111,114,34,44,10,32,32,32,32,32,32,32,32,32,32,101,114,114,111,114,58,32,110,101,119,32,69,114,114,111,114,40,96,70,97,105,108,101,100,32,116,111,32,97,110,105,109,97,116,105,111,110,32,58,36,123,97,110,105,109,97,116,105,111,110,73,100,125,96,41,10,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,32,32,115,101,116,77,97,114,107,101,114,40,109,97,114,107,101,114,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,115,101,116,67,111,110,102,105,103,40,95,95,115,112,114,101,97,100,80,114,111,112,115,40,95,95,115,112,114,101,97,100,86,97,108,117,101,115,40,123,125,44,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,99,111,110,102,105,103,40,41,41,44,32,123,10,32,32,32,32,32,32,32,32,109,97,114,107,101,114,10,32,32,32,32,32,32,125,41,41,59,10,32,32,32,32,125,10,32,32,32,32,109,97,114,107,101,114,115,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,32,32,99,111,110,115,116,32,109,97,114,107,101,114,115,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,109,97,114,107,101,114,115,40,41,59,10,32,32,32,32,32,32,105,102,32,40,109,97,114,107,101,114,115,41,32,123,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,117,108,116,32,61,32,91,93,59,10,32,32,32,32,32,32,32,32,102,111,114,32,40,108,101,116,32,105,32,61,32,48,59,32,105,32,60,32,109,97,114,107,101,114,115,46,115,105,122,101,40,41,59,32,105,32,43,61,32,49,41,32,123,10,32,32,32,32,32,32,32,32,32,32,99,111,110,115,116,32,109,97,114,107,101,114,32,61,32,109,97,114,107,101,114,115,46,103,101,116,40,105,41,59,10,32,32,32,32,32,32,32,32,32,32,114,101,115,117,108,116,46,112,117,115,104,40,123,10,32,32,32,32,32,32,32,32,32,32,32,32,110,97,109,101,58,32,109,97,114,107,101,114,46,110,97,109,101,44,10,32,32,32,32,32,32,32,32,32,32,32,32,116,105,109,101,58,32,109,97,114,107,101,114,46,116,105,109,101,44,10,32,32,32,32,32,32,32,32,32,32,32,32,100,117,114,97,116,105,111,110,58,32,109,97,114,107,101,114,46,100,117,114,97,116,105,111,110,10,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,114,101,115,117,108,116,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,91,93,59,10,32,32,32,32,125,10,32,32,32,32,115,101,116,84,104,101,109,101,40,116,104,101,109,101,73,100,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,32,102,97,108,115,101,59,10,32,32,32,32,32,32,99,111,110,115,116,32,108,111,97,100,101,100,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,115,101,116,84,104,101,109,101,40,116,104,101,109,101,73,100,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,114,101,110,100,101,114,40,41,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,108,111,97,100,101,100,59,10,32,32,32,32,125,10,32,32,32,32,114,101,115,101,116,84,104,101,109,101,40,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,32,102,97,108,115,101,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,114,101,115,101,116,84,104,101,109,101,40,41,59,10,32,32,32,32,125,10,32,32,32,32,115,101,116,84,104,101,109,101,68,97,116,97,40,116,104,101,109,101,68,97,116,97,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,32,102,97,108,115,101,59,10,32,32,32,32,32,32,99,111,110,115,116,32,108,111,97,100,101,100,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,115,101,116,84,104,101,109,101,68,97,116,97,40,116,104,101,109,101,68,97,116,97,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,114,101,110,100,101,114,40,41,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,108,111,97,100,101,100,59,10,32,32,32,32,125,10,32,32,32,32,115,101,116,83,108,111,116,115,40,115,108,111,116,115,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,115,101,116,83,108,111,116,115,40,115,108,111,116,115,41,59,10,32,32,32,32,125,10,32,32,32,32,115,101,116,76,97,121,111,117,116,40,108,97,121,111,117,116,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,32,124,124,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,115,101,116,67,111,110,102,105,103,40,95,95,115,112,114,101,97,100,80,114,111,112,115,40,95,95,115,112,114,101,97,100,86,97,108,117,101,115,40,123,125,44,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,99,111,110,102,105,103,40,41,41,44,32,123,10,32,32,32,32,32,32,32,32,108,97,121,111,117,116,58,32,123,10,32,32,32,32,32,32,32,32,32,32,97,108,105,103,110,58,32,99,114,101,97,116,101,67,111,114,101,65,108,105,103,110,40,108,97,121,111,117,116,46,97,108,105,103,110,44,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,44,10,32,32,32,32,32,32,32,32,32,32,102,105,116,58,32,99,114,101,97,116,101,67,111,114,101,70,105,116,40,108,97,121,111,117,116,46,102,105,116,44,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,41,41,59,10,32,32,32,32,125,10,32,32,32,32,115,101,116,86,105,101,119,112,111,114,116,40,120,44,32,121,44,32,119,105,100,116,104,44,32,104,101,105,103,104,116,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,32,102,97,108,115,101,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,115,101,116,86,105,101,119,112,111,114,116,40,120,44,32,121,44,32,119,105,100,116,104,44,32,104,101,105,103,104,116,41,59,10,32,32,32,32,125,10,32,32,32,32,115,116,97,116,105,99,32,115,101,116,87,97,115,109,85,114,108,40,117,114,108,41,32,123,10,32,32,32,32,32,32,68,111,116,76,111,116,116,105,101,87,97,115,109,76,111,97,100,101,114,46,115,101,116,87,97,115,109,85,114,108,40,117,114,108,41,59,10,32,32,32,32,125,10,32,32,32,32,108,111,97,100,83,116,97,116,101,77,97,99,104,105,110,101,40,115,116,97,116,101,77,97,99,104,105,110,101,73,100,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,108,111,97,100,83,116,97,116,101,77,97,99,104,105,110,101,40,115,116,97,116,101,77,97,99,104,105,110,101,73,100,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,102,97,108,115,101,59,10,32,32,32,32,125,10,32,32,32,32,115,116,97,114,116,83,116,97,116,101,77,97,99,104,105,110,101,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,99,111,110,115,116,32,115,116,97,114,116,101,100,32,61,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,115,116,97,114,116,83,116,97,116,101,77,97,99,104,105,110,101,40,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,102,97,108,115,101,59,10,32,32,32,32,32,32,105,102,32,40,115,116,97,114,116,101,100,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,115,101,116,117,112,83,116,97,116,101,77,97,99,104,105,110,101,76,105,115,116,101,110,101,114,115,40,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,115,116,97,114,116,101,100,59,10,32,32,32,32,125,10,32,32,32,32,115,116,111,112,83,116,97,116,101,77,97,99,104,105,110,101,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,99,111,110,115,116,32,115,116,111,112,112,101,100,32,61,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,115,116,111,112,83,116,97,116,101,77,97,99,104,105,110,101,40,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,102,97,108,115,101,59,10,32,32,32,32,32,32,105,102,32,40,115,116,111,112,112,101,100,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,99,108,101,97,110,117,112,83,116,97,116,101,77,97,99,104,105,110,101,76,105,115,116,101,110,101,114,115,40,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,115,116,111,112,112,101,100,59,10,32,32,32,32,125,10,32,32,32,32,95,103,101,116,80,111,105,110,116,101,114,80,111,115,105,116,105,111,110,40,101,118,101,110,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,99,116,32,61,32,116,104,105,115,46,95,99,97,110,118,97,115,46,103,101,116,66,111,117,110,100,105,110,103,67,108,105,101,110,116,82,101,99,116,40,41,59,10,32,32,32,32,32,32,99,111,110,115,116,32,115,99,97,108,101,88,32,61,32,116,104,105,115,46,95,99,97,110,118,97,115,46,119,105,100,116,104,32,47,32,114,101,99,116,46,119,105,100,116,104,59,10,32,32,32,32,32,32,99,111,110,115,116,32,115,99,97,108,101,89,32,61,32,116,104,105,115,46,95,99,97,110,118,97,115,46,104,101,105,103,104,116,32,47,32,114,101,99,116,46,104,101,105,103,104,116,59,10,32,32,32,32,32,32,99,111,110,115,116,32,100,101,118,105,99,101,80,105,120,101,108,82,97,116,105,111,32,61,32,116,104,105,115,46,95,114,101,110,100,101,114,67,111,110,102,105,103,46,100,101,118,105,99,101,80,105,120,101,108,82,97,116,105,111,32,124,124,32,119,105,110,100,111,119,46,100,101,118,105,99,101,80,105,120,101,108,82,97,116,105,111,32,124,124,32,49,59,10,32,32,32,32,32,32,99,111,110,115,116,32,120,32,61,32,40,101,118,101,110,116,46,99,108,105,101,110,116,88,32,45,32,114,101,99,116,46,108,101,102,116,41,32,42,32,115,99,97,108,101,88,32,47,32,100,101,118,105,99,101,80,105,120,101,108,82,97,116,105,111,59,10,32,32,32,32,32,32,99,111,110,115,116,32,121,32,61,32,40,101,118,101,110,116,46,99,108,105,101,110,116,89,32,45,32,114,101,99,116,46,116,111,112,41,32,42,32,115,99,97,108,101,89,32,47,32,100,101,118,105,99,101,80,105,120,101,108,82,97,116,105,111,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,123,10,32,32,32,32,32,32,32,32,120,44,10,32,32,32,32,32,32,32,32,121,10,32,32,32,32,32,32,125,59,10,32,32,32,32,125,10,32,32,32,32,95,111,110,80,111,105,110,116,101,114,85,112,40,101,118,101,110,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,123,32,120,44,32,121,32,125,32,61,32,116,104,105,115,46,95,103,101,116,80,111,105,110,116,101,114,80,111,115,105,116,105,111,110,40,101,118,101,110,116,41,59,10,32,32,32,32,32,32,116,104,105,115,46,112,111,115,116,80,111,105,110,116,101,114,85,112,69,118,101,110,116,40,120,44,32,121,41,59,10,32,32,32,32,125,10,32,32,32,32,95,111,110,80,111,105,110,116,101,114,68,111,119,110,40,101,118,101,110,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,123,32,120,44,32,121,32,125,32,61,32,116,104,105,115,46,95,103,101,116,80,111,105,110,116,101,114,80,111,115,105,116,105,111,110,40,101,118,101,110,116,41,59,10,32,32,32,32,32,32,116,104,105,115,46,112,111,115,116,80,111,105,110,116,101,114,68,111,119,110,69,118,101,110,116,40,120,44,32,121,41,59,10,32,32,32,32,125,10,32,32,32,32,95,111,110,80,111,105,110,116,101,114,77,111,118,101,40,101,118,101,110,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,123,32,120,44,32,121,32,125,32,61,32,116,104,105,115,46,95,103,101,116,80,111,105,110,116,101,114,80,111,115,105,116,105,111,110,40,101,118,101,110,116,41,59,10,32,32,32,32,32,32,116,104,105,115,46,112,111,115,116,80,111,105,110,116,101,114,77,111,118,101,69,118,101,110,116,40,120,44,32,121,41,59,10,32,32,32,32,125,10,32,32,32,32,95,111,110,80,111,105,110,116,101,114,69,110,116,101,114,40,101,118,101,110,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,123,32,120,44,32,121,32,125,32,61,32,116,104,105,115,46,95,103,101,116,80,111,105,110,116,101,114,80,111,115,105,116,105,111,110,40,101,118,101,110,116,41,59,10,32,32,32,32,32,32,116,104,105,115,46,112,111,115,116,80,111,105,110,116,101,114,69,110,116,101,114,69,118,101,110,116,40,120,44,32,121,41,59,10,32,32,32,32,125,10,32,32,32,32,95,111,110,80,111,105,110,116,101,114,76,101,97,118,101,40,101,118,101,110,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,123,32,120,44,32,121,32,125,32,61,32,116,104,105,115,46,95,103,101,116,80,111,105,110,116,101,114,80,111,115,105,116,105,111,110,40,101,118,101,110,116,41,59,10,32,32,32,32,32,32,116,104,105,115,46,112,111,115,116,80,111,105,110,116,101,114,69,120,105,116,69,118,101,110,116,40,120,44,32,121,41,59,10,32,32,32,32,125,10,32,32,32,32,112,111,115,116,80,111,105,110,116,101,114,85,112,69,118,101,110,116,40,120,44,32,121,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,112,111,115,116,80,111,105,110,116,101,114,85,112,69,118,101,110,116,40,120,44,32,121,41,59,10,32,32,32,32,125,10,32,32,32,32,112,111,115,116,80,111,105,110,116,101,114,68,111,119,110,69,118,101,110,116,40,120,44,32,121,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,112,111,115,116,80,111,105,110,116,101,114,68,111,119,110,69,118,101,110,116,40,120,44,32,121,41,59,10,32,32,32,32,125,10,32,32,32,32,112,111,115,116,80,111,105,110,116,101,114,77,111,118,101,69,118,101,110,116,40,120,44,32,121,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,112,111,115,116,80,111,105,110,116,101,114,77,111,118,101,69,118,101,110,116,40,120,44,32,121,41,59,10,32,32,32,32,125,10,32,32,32,32,112,111,115,116,80,111,105,110,116,101,114,69,110,116,101,114,69,118,101,110,116,40,120,44,32,121,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,112,111,115,116,80,111,105,110,116,101,114,69,110,116,101,114,69,118,101,110,116,40,120,44,32,121,41,59,10,32,32,32,32,125,10,32,32,32,32,112,111,115,116,80,111,105,110,116,101,114,69,120,105,116,69,118,101,110,116,40,120,44,32,121,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,112,111,115,116,80,111,105,110,116,101,114,69,120,105,116,69,118,101,110,116,40,120,44,32,121,41,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,83,116,97,116,101,77,97,99,104,105,110,101,76,105,115,116,101,110,101,114,115,40,41,32,123,10,32,32,32,32,32,32,105,102,32,40,33,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,114,101,116,117,114,110,32,91,93,59,10,32,32,32,32,32,32,99,111,110,115,116,32,108,105,115,116,101,110,101,114,115,86,101,99,116,111,114,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,115,116,97,116,101,77,97,99,104,105,110,101,70,114,97,109,101,119,111,114,107,83,101,116,117,112,40,41,59,10,32,32,32,32,32,32,99,111,110,115,116,32,108,105,115,116,101,110,101,114,115,32,61,32,91,93,59,10,32,32,32,32,32,32,102,111,114,32,40,108,101,116,32,105,32,61,32,48,59,32,105,32,60,32,108,105,115,116,101,110,101,114,115,86,101,99,116,111,114,46,115,105,122,101,40,41,59,32,105,32,43,61,32,49,41,32,123,10,32,32,32,32,32,32,32,32,108,105,115,116,101,110,101,114,115,46,112,117,115,104,40,108,105,115,116,101,110,101,114,115,86,101,99,116,111,114,46,103,101,116,40,105,41,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,108,105,115,116,101,110,101,114,115,59,10,32,32,32,32,125,10,32,32,32,32,95,115,101,116,117,112,83,116,97,116,101,77,97,99,104,105,110,101,76,105,115,116,101,110,101,114,115,40,41,32,123,10,32,32,32,32,32,32,105,102,32,40,73,83,95,66,82,79,87,83,69,82,32,38,38,32,116,104,105,115,46,95,99,97,110,118,97,115,32,105,110,115,116,97,110,99,101,111,102,32,72,84,77,76,67,97,110,118,97,115,69,108,101,109,101,110,116,32,38,38,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,33,61,61,32,110,117,108,108,32,38,38,32,116,104,105,115,46,105,115,76,111,97,100,101,100,41,32,123,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,108,105,115,116,101,110,101,114,115,32,61,32,116,104,105,115,46,103,101,116,83,116,97,116,101,77,97,99,104,105,110,101,76,105,115,116,101,110,101,114,115,40,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,108,105,115,116,101,110,101,114,115,46,105,110,99,108,117,100,101,115,40,34,80,111,105,110,116,101,114,85,112,34,41,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,99,97,110,118,97,115,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,112,111,105,110,116,101,114,117,112,34,44,32,116,104,105,115,46,95,112,111,105,110,116,101,114,85,112,77,101,116,104,111,100,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,105,102,32,40,108,105,115,116,101,110,101,114,115,46,105,110,99,108,117,100,101,115,40,34,80,111,105,110,116,101,114,68,111,119,110,34,41,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,99,97,110,118,97,115,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,112,111,105,110,116,101,114,100,111,119,110,34,44,32,116,104,105,115,46,95,112,111,105,110,116,101,114,68,111,119,110,77,101,116,104,111,100,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,105,102,32,40,108,105,115,116,101,110,101,114,115,46,105,110,99,108,117,100,101,115,40,34,80,111,105,110,116,101,114,77,111,118,101,34,41,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,99,97,110,118,97,115,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,112,111,105,110,116,101,114,109,111,118,101,34,44,32,116,104,105,115,46,95,112,111,105,110,116,101,114,77,111,118,101,77,101,116,104,111,100,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,105,102,32,40,108,105,115,116,101,110,101,114,115,46,105,110,99,108,117,100,101,115,40,34,80,111,105,110,116,101,114,69,110,116,101,114,34,41,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,99,97,110,118,97,115,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,112,111,105,110,116,101,114,101,110,116,101,114,34,44,32,116,104,105,115,46,95,112,111,105,110,116,101,114,69,110,116,101,114,77,101,116,104,111,100,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,105,102,32,40,108,105,115,116,101,110,101,114,115,46,105,110,99,108,117,100,101,115,40,34,80,111,105,110,116,101,114,69,120,105,116,34,41,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,99,97,110,118,97,115,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,112,111,105,110,116,101,114,108,101,97,118,101,34,44,32,116,104,105,115,46,95,112,111,105,110,116,101,114,69,120,105,116,77,101,116,104,111,100,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,32,32,95,99,108,101,97,110,117,112,83,116,97,116,101,77,97,99,104,105,110,101,76,105,115,116,101,110,101,114,115,40,41,32,123,10,32,32,32,32,32,32,105,102,32,40,73,83,95,66,82,79,87,83,69,82,32,38,38,32,116,104,105,115,46,95,99,97,110,118,97,115,32,105,110,115,116,97,110,99,101,111,102,32,72,84,77,76,67,97,110,118,97,115,69,108,101,109,101,110,116,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,99,97,110,118,97,115,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,112,111,105,110,116,101,114,117,112,34,44,32,116,104,105,115,46,95,112,111,105,110,116,101,114,85,112,77,101,116,104,111,100,41,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,99,97,110,118,97,115,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,112,111,105,110,116,101,114,100,111,119,110,34,44,32,116,104,105,115,46,95,112,111,105,110,116,101,114,68,111,119,110,77,101,116,104,111,100,41,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,99,97,110,118,97,115,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,112,111,105,110,116,101,114,109,111,118,101,34,44,32,116,104,105,115,46,95,112,111,105,110,116,101,114,77,111,118,101,77,101,116,104,111,100,41,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,99,97,110,118,97,115,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,112,111,105,110,116,101,114,101,110,116,101,114,34,44,32,116,104,105,115,46,95,112,111,105,110,116,101,114,69,110,116,101,114,77,101,116,104,111,100,41,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,99,97,110,118,97,115,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,112,111,105,110,116,101,114,108,101,97,118,101,34,44,32,116,104,105,115,46,95,112,111,105,110,116,101,114,69,120,105,116,77,101,116,104,111,100,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,32,32,108,111,97,100,83,116,97,116,101,77,97,99,104,105,110,101,68,97,116,97,40,115,116,97,116,101,77,97,99,104,105,110,101,68,97,116,97,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,108,111,97,100,83,116,97,116,101,77,97,99,104,105,110,101,68,97,116,97,40,115,116,97,116,101,77,97,99,104,105,110,101,68,97,116,97,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,102,97,108,115,101,59,10,32,32,32,32,125,10,32,32,32,32,97,110,105,109,97,116,105,111,110,83,105,122,101,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,44,32,95,99,44,32,95,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,119,105,100,116,104,32,61,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,97,110,105,109,97,116,105,111,110,83,105,122,101,40,41,46,103,101,116,40,48,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,48,59,10,32,32,32,32,32,32,99,111,110,115,116,32,104,101,105,103,104,116,32,61,32,40,95,100,32,61,32,40,95,99,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,99,46,97,110,105,109,97,116,105,111,110,83,105,122,101,40,41,46,103,101,116,40,49,41,41,32,33,61,32,110,117,108,108,32,63,32,95,100,32,58,32,48,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,123,10,32,32,32,32,32,32,32,32,119,105,100,116,104,44,10,32,32,32,32,32,32,32,32,104,101,105,103,104,116,10,32,32,32,32,32,32,125,59,10,32,32,32,32,125,10,32,32,32,32,115,101,116,83,116,97,116,101,77,97,99,104,105,110,101,66,111,111,108,101,97,110,67,111,110,116,101,120,116,40,110,97,109,101,44,32,118,97,108,117,101,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,115,101,116,83,116,97,116,101,77,97,99,104,105,110,101,66,111,111,108,101,97,110,67,111,110,116,101,120,116,40,110,97,109,101,44,32,118,97,108,117,101,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,102,97,108,115,101,59,10,32,32,32,32,125,10,32,32,32,32,115,101,116,83,116,97,116,101,77,97,99,104,105,110,101,78,117,109,101,114,105,99,67,111,110,116,101,120,116,40,110,97,109,101,44,32,118,97,108,117,101,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,115,101,116,83,116,97,116,101,77,97,99,104,105,110,101,78,117,109,101,114,105,99,67,111,110,116,101,120,116,40,110,97,109,101,44,32,118,97,108,117,101,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,102,97,108,115,101,59,10,32,32,32,32,125,10,32,32,32,32,115,101,116,83,116,97,116,101,77,97,99,104,105,110,101,83,116,114,105,110,103,67,111,110,116,101,120,116,40,110,97,109,101,44,32,118,97,108,117,101,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,115,101,116,83,116,97,116,101,77,97,99,104,105,110,101,83,116,114,105,110,103,67,111,110,116,101,120,116,40,110,97,109,101,44,32,118,97,108,117,101,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,102,97,108,115,101,59,10,32,32,32,32,125,10,32,32,32,32,47,42,42,10,32,32,32,32,32,42,32,71,101,116,32,116,104,101,32,98,111,117,110,100,115,32,111,102,32,97,32,108,97,121,101,114,32,98,121,32,105,116,115,32,110,97,109,101,10,32,32,32,32,32,42,32,64,112,97,114,97,109,32,108,97,121,101,114,78,97,109,101,32,45,32,84,104,101,32,110,97,109,101,32,111,102,32,116,104,101,32,108,97,121,101,114,10,32,32,32,32,32,42,32,64,114,101,116,117,114,110,115,32,84,104,101,32,98,111,117,110,100,115,32,111,102,32,116,104,101,32,108,97,121,101,114,10,32,32,32,32,32,42,10,32,32,32,32,32,42,32,64,101,120,97,109,112,108,101,10,32,32,32,32,32,42,32,96,96,96,116,121,112,101,115,99,114,105,112,116,10,32,32,32,32,32,42,32,47,47,32,68,114,97,119,32,97,32,114,101,99,116,97,110,103,108,101,32,97,114,111,117,110,100,32,116,104,101,32,108,97,121,101,114,32,39,76,97,121,101,114,32,49,39,10,32,32,32,32,32,42,32,100,111,116,76,111,116,116,105,101,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,39,114,101,110,100,101,114,39,44,32,40,41,32,61,62,32,123,10,32,32,32,32,32,42,32,32,32,99,111,110,115,116,32,98,111,117,110,100,105,110,103,66,111,120,32,61,32,100,111,116,76,111,116,116,105,101,46,103,101,116,76,97,121,101,114,66,111,117,110,100,105,110,103,66,111,120,40,39,76,97,121,101,114,32,49,39,41,59,10,32,32,32,32,32,42,10,32,32,32,32,32,42,32,32,32,105,102,32,40,98,111,117,110,100,105,110,103,66,111,120,41,32,123,10,32,32,32,32,32,42,32,32,32,32,32,99,111,110,115,116,32,123,32,120,44,32,121,44,32,119,105,100,116,104,44,32,104,101,105,103,104,116,32,125,32,61,32,98,111,117,110,100,105,110,103,66,111,120,59,10,32,32,32,32,32,42,32,32,32,32,32,99,111,110,116,101,120,116,46,115,116,114,111,107,101,82,101,99,116,40,120,44,32,121,44,32,119,105,100,116,104,44,32,104,101,105,103,104,116,41,59,10,32,32,32,32,32,42,32,32,32,125,10,32,32,32,32,32,42,32,125,41,59,10,32,32,32,32,32,42,32,96,96,96,10,32,32,32,32,32,42,47,10,32,32,32,32,103,101,116,76,97,121,101,114,66,111,117,110,100,105,110,103,66,111,120,40,108,97,121,101,114,78,97,109,101,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,32,32,99,111,110,115,116,32,98,111,117,110,100,115,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,103,101,116,76,97,121,101,114,66,111,117,110,100,115,40,108,97,121,101,114,78,97,109,101,41,59,10,32,32,32,32,32,32,105,102,32,40,33,98,111,117,110,100,115,41,32,114,101,116,117,114,110,32,118,111,105,100,32,48,59,10,32,32,32,32,32,32,105,102,32,40,98,111,117,110,100,115,46,115,105,122,101,40,41,32,33,61,61,32,52,41,32,114,101,116,117,114,110,32,118,111,105,100,32,48,59,10,32,32,32,32,32,32,99,111,110,115,116,32,120,32,61,32,98,111,117,110,100,115,46,103,101,116,40,48,41,59,10,32,32,32,32,32,32,99,111,110,115,116,32,121,32,61,32,98,111,117,110,100,115,46,103,101,116,40,49,41,59,10,32,32,32,32,32,32,99,111,110,115,116,32,119,105,100,116,104,32,61,32,98,111,117,110,100,115,46,103,101,116,40,50,41,59,10,32,32,32,32,32,32,99,111,110,115,116,32,104,101,105,103,104,116,32,61,32,98,111,117,110,100,115,46,103,101,116,40,51,41,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,123,10,32,32,32,32,32,32,32,32,120,44,10,32,32,32,32,32,32,32,32,121,44,10,32,32,32,32,32,32,32,32,119,105,100,116,104,44,10,32,32,32,32,32,32,32,32,104,101,105,103,104,116,10,32,32,32,32,32,32,125,59,10,32,32,32,32,125,10,32,32,32,32,115,116,97,116,105,99,32,116,114,97,110,115,102,111,114,109,84,104,101,109,101,84,111,76,111,116,116,105,101,83,108,111,116,115,40,116,104,101,109,101,44,32,115,108,111,116,115,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,116,114,97,110,115,102,111,114,109,84,104,101,109,101,84,111,76,111,116,116,105,101,83,108,111,116,115,40,116,104,101,109,101,44,32,115,108,111,116,115,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,34,34,59,10,32,32,32,32,125,10,32,32,125,59,10,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,95,68,111,116,76,111,116,116,105,101,44,32,34,95,119,97,115,109,77,111,100,117,108,101,34,44,32,110,117,108,108,41,59,10,32,32,118,97,114,32,68,111,116,76,111,116,116,105,101,32,61,32,95,68,111,116,76,111,116,116,105,101,59,10,10,32,32,47,47,32,115,114,99,47,119,111,114,107,101,114,47,100,111,116,108,111,116,116,105,101,46,119,111,114,107,101,114,46,116,115,10,32,32,118,97,114,32,105,110,115,116,97,110,99,101,115,77,97,112,32,61,32,47,42,32,64,95,95,80,85,82,69,95,95,32,42,47,32,110,101,119,32,77,97,112,40,41,59,10,32,32,118,97,114,32,101,118,101,110,116,72,97,110,100,108,101,114,77,97,112,32,61,32,123,10,32,32,32,32,114,101,97,100,121,58,32,40,105,110,115,116,97,110,99,101,73,100,41,32,61,62,32,40,101,118,101,110,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,112,111,110,115,101,32,61,32,123,10,32,32,32,32,32,32,32,32,105,100,58,32,34,34,44,10,32,32,32,32,32,32,32,32,109,101,116,104,111,100,58,32,34,111,110,82,101,97,100,121,34,44,10,32,32,32,32,32,32,32,32,114,101,115,117,108,116,58,32,123,10,32,32,32,32,32,32,32,32,32,32,105,110,115,116,97,110,99,101,73,100,44,10,32,32,32,32,32,32,32,32,32,32,101,118,101,110,116,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,115,101,108,102,46,112,111,115,116,77,101,115,115,97,103,101,40,114,101,115,112,111,110,115,101,41,59,10,32,32,32,32,125,44,10,32,32,32,32,99,111,109,112,108,101,116,101,58,32,40,105,110,115,116,97,110,99,101,73,100,41,32,61,62,32,40,101,118,101,110,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,112,111,110,115,101,32,61,32,123,10,32,32,32,32,32,32,32,32,105,100,58,32,34,34,44,10,32,32,32,32,32,32,32,32,109,101,116,104,111,100,58,32,34,111,110,67,111,109,112,108,101,116,101,34,44,10,32,32,32,32,32,32,32,32,114,101,115,117,108,116,58,32,123,10,32,32,32,32,32,32,32,32,32,32,105,110,115,116,97,110,99,101,73,100,44,10,32,32,32,32,32,32,32,32,32,32,101,118,101,110,116,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,115,101,108,102,46,112,111,115,116,77,101,115,115,97,103,101,40,114,101,115,112,111,110,115,101,41,59,10,32,32,32,32,125,44,10,32,32,32,32,108,111,97,100,58,32,40,105,110,115,116,97,110,99,101,73,100,41,32,61,62,32,40,101,118,101,110,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,108,111,97,100,69,118,101,110,116,32,61,32,101,118,101,110,116,59,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,112,111,110,115,101,32,61,32,123,10,32,32,32,32,32,32,32,32,105,100,58,32,34,34,44,10,32,32,32,32,32,32,32,32,109,101,116,104,111,100,58,32,34,111,110,76,111,97,100,34,44,10,32,32,32,32,32,32,32,32,114,101,115,117,108,116,58,32,123,10,32,32,32,32,32,32,32,32,32,32,105,110,115,116,97,110,99,101,73,100,44,10,32,32,32,32,32,32,32,32,32,32,101,118,101,110,116,58,32,108,111,97,100,69,118,101,110,116,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,115,101,108,102,46,112,111,115,116,77,101,115,115,97,103,101,40,114,101,115,112,111,110,115,101,41,59,10,32,32,32,32,125,44,10,32,32,32,32,108,111,97,100,69,114,114,111,114,58,32,40,105,110,115,116,97,110,99,101,73,100,41,32,61,62,32,40,101,118,101,110,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,108,111,97,100,69,114,114,111,114,69,118,101,110,116,32,61,32,101,118,101,110,116,59,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,112,111,110,115,101,32,61,32,123,10,32,32,32,32,32,32,32,32,105,100,58,32,34,34,44,10,32,32,32,32,32,32,32,32,109,101,116,104,111,100,58,32,34,111,110,76,111,97,100,69,114,114,111,114,34,44,10,32,32,32,32,32,32,32,32,114,101,115,117,108,116,58,32,123,10,32,32,32,32,32,32,32,32,32,32,105,110,115,116,97,110,99,101,73,100,44,10,32,32,32,32,32,32,32,32,32,32,101,118,101,110,116,58,32,108,111,97,100,69,114,114,111,114,69,118,101,110,116,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,115,101,108,102,46,112,111,115,116,77,101,115,115,97,103,101,40,114,101,115,112,111,110,115,101,41,59,10,32,32,32,32,125,44,10,32,32,32,32,108,111,111,112,58,32,40,105,110,115,116,97,110,99,101,73,100,41,32,61,62,32,40,101,118,101,110,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,108,111,111,112,69,118,101,110,116,32,61,32,101,118,101,110,116,59,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,112,111,110,115,101,32,61,32,123,10,32,32,32,32,32,32,32,32,105,100,58,32,34,34,44,10,32,32,32,32,32,32,32,32,109,101,116,104,111,100,58,32,34,111,110,76,111,111,112,34,44,10,32,32,32,32,32,32,32,32,114,101,115,117,108,116,58,32,123,10,32,32,32,32,32,32,32,32,32,32,105,110,115,116,97,110,99,101,73,100,44,10,32,32,32,32,32,32,32,32,32,32,101,118,101,110,116,58,32,108,111,111,112,69,118,101,110,116,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,115,101,108,102,46,112,111,115,116,77,101,115,115,97,103,101,40,114,101,115,112,111,110,115,101,41,59,10,32,32,32,32,125,44,10,32,32,32,32,112,108,97,121,58,32,40,105,110,115,116,97,110,99,101,73,100,41,32,61,62,32,40,101,118,101,110,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,112,108,97,121,69,118,101,110,116,32,61,32,101,118,101,110,116,59,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,112,111,110,115,101,32,61,32,123,10,32,32,32,32,32,32,32,32,105,100,58,32,34,34,44,10,32,32,32,32,32,32,32,32,109,101,116,104,111,100,58,32,34,111,110,80,108,97,121,34,44,10,32,32,32,32,32,32,32,32,114,101,115,117,108,116,58,32,123,10,32,32,32,32,32,32,32,32,32,32,105,110,115,116,97,110,99,101,73,100,44,10,32,32,32,32,32,32,32,32,32,32,101,118,101,110,116,58,32,112,108,97,121,69,118,101,110,116,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,115,101,108,102,46,112,111,115,116,77,101,115,115,97,103,101,40,114,101,115,112,111,110,115,101,41,59,10,32,32,32,32,125,44,10,32,32,32,32,112,97,117,115,101,58,32,40,105,110,115,116,97,110,99,101,73,100,41,32,61,62,32,40,101,118,101,110,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,112,97,117,115,101,69,118,101,110,116,32,61,32,101,118,101,110,116,59,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,112,111,110,115,101,32,61,32,123,10,32,32,32,32,32,32,32,32,105,100,58,32,34,34,44,10,32,32,32,32,32,32,32,32,109,101,116,104,111,100,58,32,34,111,110,80,97,117,115,101,34,44,10,32,32,32,32,32,32,32,32,114,101,115,117,108,116,58,32,123,10,32,32,32,32,32,32,32,32,32,32,105,110,115,116,97,110,99,101,73,100,44,10,32,32,32,32,32,32,32,32,32,32,101,118,101,110,116,58,32,112,97,117,115,101,69,118,101,110,116,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,115,101,108,102,46,112,111,115,116,77,101,115,115,97,103,101,40,114,101,115,112,111,110,115,101,41,59,10,32,32,32,32,125,44,10,32,32,32,32,115,116,111,112,58,32,40,105,110,115,116,97,110,99,101,73,100,41,32,61,62,32,40,101,118,101,110,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,115,116,111,112,69,118,101,110,116,32,61,32,101,118,101,110,116,59,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,112,111,110,115,101,32,61,32,123,10,32,32,32,32,32,32,32,32,105,100,58,32,34,34,44,10,32,32,32,32,32,32,32,32,109,101,116,104,111,100,58,32,34,111,110,83,116,111,112,34,44,10,32,32,32,32,32,32,32,32,114,101,115,117,108,116,58,32,123,10,32,32,32,32,32,32,32,32,32,32,105,110,115,116,97,110,99,101,73,100,44,10,32,32,32,32,32,32,32,32,32,32,101,118,101,110,116,58,32,115,116,111,112,69,118,101,110,116,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,115,101,108,102,46,112,111,115,116,77,101,115,115,97,103,101,40,114,101,115,112,111,110,115,101,41,59,10,32,32,32,32,125,44,10,32,32,32,32,102,114,97,109,101,58,32,40,105,110,115,116,97,110,99,101,73,100,41,32,61,62,32,40,101,118,101,110,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,102,114,97,109,101,69,118,101,110,116,32,61,32,101,118,101,110,116,59,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,112,111,110,115,101,32,61,32,123,10,32,32,32,32,32,32,32,32,105,100,58,32,34,34,44,10,32,32,32,32,32,32,32,32,109,101,116,104,111,100,58,32,34,111,110,70,114,97,109,101,34,44,10,32,32,32,32,32,32,32,32,114,101,115,117,108,116,58,32,123,10,32,32,32,32,32,32,32,32,32,32,105,110,115,116,97,110,99,101,73,100,44,10,32,32,32,32,32,32,32,32,32,32,101,118,101,110,116,58,32,102,114,97,109,101,69,118,101,110,116,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,115,101,108,102,46,112,111,115,116,77,101,115,115,97,103,101,40,114,101,115,112,111,110,115,101,41,59,10,32,32,32,32,125,44,10,32,32,32,32,114,101,110,100,101,114,58,32,40,105,110,115,116,97,110,99,101,73,100,41,32,61,62,32,40,101,118,101,110,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,110,100,101,114,69,118,101,110,116,32,61,32,101,118,101,110,116,59,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,112,111,110,115,101,32,61,32,123,10,32,32,32,32,32,32,32,32,105,100,58,32,34,34,44,10,32,32,32,32,32,32,32,32,109,101,116,104,111,100,58,32,34,111,110,82,101,110,100,101,114,34,44,10,32,32,32,32,32,32,32,32,114,101,115,117,108,116,58,32,123,10,32,32,32,32,32,32,32,32,32,32,105,110,115,116,97,110,99,101,73,100,44,10,32,32,32,32,32,32,32,32,32,32,101,118,101,110,116,58,32,114,101,110,100,101,114,69,118,101,110,116,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,115,101,108,102,46,112,111,115,116,77,101,115,115,97,103,101,40,114,101,115,112,111,110,115,101,41,59,10,32,32,32,32,125,44,10,32,32,32,32,102,114,101,101,122,101,58,32,40,105,110,115,116,97,110,99,101,73,100,41,32,61,62,32,40,101,118,101,110,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,102,114,101,101,122,101,69,118,101,110,116,32,61,32,101,118,101,110,116,59,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,112,111,110,115,101,32,61,32,123,10,32,32,32,32,32,32,32,32,105,100,58,32,34,34,44,10,32,32,32,32,32,32,32,32,109,101,116,104,111,100,58,32,34,111,110,70,114,101,101,122,101,34,44,10,32,32,32,32,32,32,32,32,114,101,115,117,108,116,58,32,123,10,32,32,32,32,32,32,32,32,32,32,105,110,115,116,97,110,99,101,73,100,44,10,32,32,32,32,32,32,32,32,32,32,101,118,101,110,116,58,32,102,114,101,101,122,101,69,118,101,110,116,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,115,101,108,102,46,112,111,115,116,77,101,115,115,97,103,101,40,114,101,115,112,111,110,115,101,41,59,10,32,32,32,32,125,44,10,32,32,32,32,117,110,102,114,101,101,122,101,58,32,40,105,110,115,116,97,110,99,101,73,100,41,32,61,62,32,40,101,118,101,110,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,117,110,102,114,101,101,122,101,69,118,101,110,116,32,61,32,101,118,101,110,116,59,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,112,111,110,115,101,32,61,32,123,10,32,32,32,32,32,32,32,32,105,100,58,32,34,34,44,10,32,32,32,32,32,32,32,32,109,101,116,104,111,100,58,32,34,111,110,85,110,102,114,101,101,122,101,34,44,10,32,32,32,32,32,32,32,32,114,101,115,117,108,116,58,32,123,10,32,32,32,32,32,32,32,32,32,32,105,110,115,116,97,110,99,101,73,100,44,10,32,32,32,32,32,32,32,32,32,32,101,118,101,110,116,58,32,117,110,102,114,101,101,122,101,69,118,101,110,116,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,115,101,108,102,46,112,111,115,116,77,101,115,115,97,103,101,40,114,101,115,112,111,110,115,101,41,59,10,32,32,32,32,125,44,10,32,32,32,32,100,101,115,116,114,111,121,58,32,40,105,110,115,116,97,110,99,101,73,100,41,32,61,62,32,40,101,118,101,110,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,100,101,115,116,114,111,121,69,118,101,110,116,32,61,32,101,118,101,110,116,59,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,112,111,110,115,101,32,61,32,123,10,32,32,32,32,32,32,32,32,105,100,58,32,34,34,44,10,32,32,32,32,32,32,32,32,109,101,116,104,111,100,58,32,34,111,110,68,101,115,116,114,111,121,34,44,10,32,32,32,32,32,32,32,32,114,101,115,117,108,116,58,32,123,10,32,32,32,32,32,32,32,32,32,32,105,110,115,116,97,110,99,101,73,100,44,10,32,32,32,32,32,32,32,32,32,32,101,118,101,110,116,58,32,100,101,115,116,114,111,121,69,118,101,110,116,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,115,101,108,102,46,112,111,115,116,77,101,115,115,97,103,101,40,114,101,115,112,111,110,115,101,41,59,10,32,32,32,32,125,10,32,32,125,59,10,32,32,118,97,114,32,99,111,109,109,97,110,100,115,32,61,32,123,10,32,32,32,32,103,101,116,68,111,116,76,111,116,116,105,101,73,110,115,116,97,110,99,101,83,116,97,116,101,40,114,101,113,117,101,115,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,99,111,110,115,116,32,115,116,97,116,101,32,61,32,123,10,32,32,32,32,32,32,32,32,105,115,76,111,97,100,101,100,58,32,105,110,115,116,97,110,99,101,46,105,115,76,111,97,100,101,100,44,10,32,32,32,32,32,32,32,32,105,115,80,97,117,115,101,100,58,32,105,110,115,116,97,110,99,101,46,105,115,80,97,117,115,101,100,44,10,32,32,32,32,32,32,32,32,105,115,80,108,97,121,105,110,103,58,32,105,110,115,116,97,110,99,101,46,105,115,80,108,97,121,105,110,103,44,10,32,32,32,32,32,32,32,32,105,115,83,116,111,112,112,101,100,58,32,105,110,115,116,97,110,99,101,46,105,115,83,116,111,112,112,101,100,44,10,32,32,32,32,32,32,32,32,105,115,70,114,111,122,101,110,58,32,105,110,115,116,97,110,99,101,46,105,115,70,114,111,122,101,110,44,10,32,32,32,32,32,32,32,32,108,111,111,112,58,32,105,110,115,116,97,110,99,101,46,108,111,111,112,44,10,32,32,32,32,32,32,32,32,109,111,100,101,58,32,105,110,115,116,97,110,99,101,46,109,111,100,101,44,10,32,32,32,32,32,32,32,32,115,112,101,101,100,58,32,105,110,115,116,97,110,99,101,46,115,112,101,101,100,44,10,32,32,32,32,32,32,32,32,99,117,114,114,101,110,116,70,114,97,109,101,58,32,105,110,115,116,97,110,99,101,46,99,117,114,114,101,110,116,70,114,97,109,101,44,10,32,32,32,32,32,32,32,32,116,111,116,97,108,70,114,97,109,101,115,58,32,105,110,115,116,97,110,99,101,46,116,111,116,97,108,70,114,97,109,101,115,44,10,32,32,32,32,32,32,32,32,100,117,114,97,116,105,111,110,58,32,105,110,115,116,97,110,99,101,46,100,117,114,97,116,105,111,110,44,10,32,32,32,32,32,32,32,32,117,115,101,70,114,97,109,101,73,110,116,101,114,112,111,108,97,116,105,111,110,58,32,105,110,115,116,97,110,99,101,46,117,115,101,70,114,97,109,101,73,110,116,101,114,112,111,108,97,116,105,111,110,44,10,32,32,32,32,32,32,32,32,114,101,110,100,101,114,67,111,110,102,105,103,58,32,105,110,115,116,97,110,99,101,46,114,101,110,100,101,114,67,111,110,102,105,103,44,10,32,32,32,32,32,32,32,32,109,97,114,107,101,114,58,32,105,110,115,116,97,110,99,101,46,109,97,114,107,101,114,44,10,32,32,32,32,32,32,32,32,98,97,99,107,103,114,111,117,110,100,67,111,108,111,114,58,32,105,110,115,116,97,110,99,101,46,98,97,99,107,103,114,111,117,110,100,67,111,108,111,114,44,10,32,32,32,32,32,32,32,32,109,97,114,107,101,114,115,58,32,105,110,115,116,97,110,99,101,46,109,97,114,107,101,114,115,40,41,44,10,32,32,32,32,32,32,32,32,97,99,116,105,118,101,65,110,105,109,97,116,105,111,110,73,100,58,32,105,110,115,116,97,110,99,101,46,97,99,116,105,118,101,65,110,105,109,97,116,105,111,110,73,100,44,10,32,32,32,32,32,32,32,32,97,99,116,105,118,101,84,104,101,109,101,73,100,58,32,105,110,115,116,97,110,99,101,46,97,99,116,105,118,101,84,104,101,109,101,73,100,44,10,32,32,32,32,32,32,32,32,97,117,116,111,112,108,97,121,58,32,105,110,115,116,97,110,99,101,46,97,117,116,111,112,108,97,121,44,10,32,32,32,32,32,32,32,32,115,101,103,109,101,110,116,58,32,105,110,115,116,97,110,99,101,46,115,101,103,109,101,110,116,44,10,32,32,32,32,32,32,32,32,108,97,121,111,117,116,58,32,105,110,115,116,97,110,99,101,46,108,97,121,111,117,116,44,10,32,32,32,32,32,32,32,32,115,101,103,109,101,110,116,68,117,114,97,116,105,111,110,58,32,105,110,115,116,97,110,99,101,46,115,101,103,109,101,110,116,68,117,114,97,116,105,111,110,44,10,32,32,32,32,32,32,32,32,105,115,82,101,97,100,121,58,32,105,110,115,116,97,110,99,101,46,105,115,82,101,97,100,121,44,10,32,32,32,32,32,32,32,32,109,97,110,105,102,101,115,116,58,32,105,110,115,116,97,110,99,101,46,109,97,110,105,102,101,115,116,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,123,10,32,32,32,32,32,32,32,32,115,116,97,116,101,10,32,32,32,32,32,32,125,59,10,32,32,32,32,125,44,10,32,32,32,32,115,101,116,76,97,121,111,117,116,40,114,101,113,117,101,115,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,108,97,121,111,117,116,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,108,97,121,111,117,116,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,115,101,116,76,97,121,111,117,116,40,108,97,121,111,117,116,41,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,123,10,32,32,32,32,32,32,32,32,115,117,99,99,101,115,115,58,32,116,114,117,101,10,32,32,32,32,32,32,125,59,10,32,32,32,32,125,44,10,32,32,32,32,103,101,116,83,116,97,116,101,77,97,99,104,105,110,101,76,105,115,116,101,110,101,114,115,40,114,101,113,117,101,115,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,105,110,115,116,97,110,99,101,46,103,101,116,83,116,97,116,101,77,97,99,104,105,110,101,76,105,115,116,101,110,101,114,115,40,41,59,10,32,32,32,32,125,44,10,32,32,32,32,112,111,115,116,80,111,105,110,116,101,114,68,111,119,110,69,118,101,110,116,40,114,101,113,117,101,115,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,120,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,120,59,10,32,32,32,32,32,32,99,111,110,115,116,32,121,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,121,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,105,110,115,116,97,110,99,101,46,112,111,115,116,80,111,105,110,116,101,114,68,111,119,110,69,118,101,110,116,40,120,44,32,121,41,59,10,32,32,32,32,125,44,10,32,32,32,32,112,111,115,116,80,111,105,110,116,101,114,69,110,116,101,114,69,118,101,110,116,40,114,101,113,117,101,115,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,120,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,120,59,10,32,32,32,32,32,32,99,111,110,115,116,32,121,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,121,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,105,110,115,116,97,110,99,101,46,112,111,115,116,80,111,105,110,116,101,114,69,110,116,101,114,69,118,101,110,116,40,120,44,32,121,41,59,10,32,32,32,32,125,44,10,32,32,32,32,112,111,115,116,80,111,105,110,116,101,114,69,120,105,116,69,118,101,110,116,40,114,101,113,117,101,115,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,120,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,120,59,10,32,32,32,32,32,32,99,111,110,115,116,32,121,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,121,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,105,110,115,116,97,110,99,101,46,112,111,115,116,80,111,105,110,116,101,114,69,120,105,116,69,118,101,110,116,40,120,44,32,121,41,59,10,32,32,32,32,125,44,10,32,32,32,32,112,111,115,116,80,111,105,110,116,101,114,77,111,118,101,69,118,101,110,116,40,114,101,113,117,101,115,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,120,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,120,59,10,32,32,32,32,32,32,99,111,110,115,116,32,121,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,121,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,105,110,115,116,97,110,99,101,46,112,111,115,116,80,111,105,110,116,101,114,77,111,118,101,69,118,101,110,116,40,120,44,32,121,41,59,10,32,32,32,32,125,44,10,32,32,32,32,112,111,115,116,80,111,105,110,116,101,114,85,112,69,118,101,110,116,40,114,101,113,117,101,115,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,120,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,120,59,10,32,32,32,32,32,32,99,111,110,115,116,32,121,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,121,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,105,110,115,116,97,110,99,101,46,112,111,115,116,80,111,105,110,116,101,114,85,112,69,118,101,110,116,40,120,44,32,121,41,59,10,32,32,32,32,125,44,10,32,32,32,32,115,116,97,114,116,83,116,97,116,101,77,97,99,104,105,110,101,40,114,101,113,117,101,115,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,105,110,115,116,97,110,99,101,46,115,116,97,114,116,83,116,97,116,101,77,97,99,104,105,110,101,40,41,59,10,32,32,32,32,125,44,10,32,32,32,32,115,116,111,112,83,116,97,116,101,77,97,99,104,105,110,101,40,114,101,113,117,101,115,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,105,110,115,116,97,110,99,101,46,115,116,111,112,83,116,97,116,101,77,97,99,104,105,110,101,40,41,59,10,32,32,32,32,125,44,10,32,32,32,32,108,111,97,100,83,116,97,116,101,77,97,99,104,105,110,101,40,114,101,113,117,101,115,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,115,116,97,116,101,77,97,99,104,105,110,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,115,116,97,116,101,77,97,99,104,105,110,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,105,110,115,116,97,110,99,101,46,108,111,97,100,83,116,97,116,101,77,97,99,104,105,110,101,40,115,116,97,116,101,77,97,99,104,105,110,101,73,100,41,59,10,32,32,32,32,125,44,10,32,32,32,32,108,111,97,100,83,116,97,116,101,77,97,99,104,105,110,101,68,97,116,97,40,114,101,113,117,101,115,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,115,116,97,116,101,77,97,99,104,105,110,101,68,97,116,97,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,115,116,97,116,101,77,97,99,104,105,110,101,68,97,116,97,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,105,110,115,116,97,110,99,101,46,108,111,97,100,83,116,97,116,101,77,97,99,104,105,110,101,68,97,116,97,40,115,116,97,116,101,77,97,99,104,105,110,101,68,97,116,97,41,59,10,32,32,32,32,125,44,10,32,32,32,32,99,114,101,97,116,101,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,99,111,110,102,105,103,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,99,111,110,102,105,103,59,10,32,32,32,32,32,32,99,111,110,115,116,32,119,105,100,116,104,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,119,105,100,116,104,59,10,32,32,32,32,32,32,99,111,110,115,116,32,104,101,105,103,104,116,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,104,101,105,103,104,116,59,10,32,32,32,32,32,32,105,102,32,40,105,110,115,116,97,110,99,101,115,77,97,112,46,104,97,115,40,105,110,115,116,97,110,99,101,73,100,41,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,97,108,114,101,97,100,121,32,101,120,105,115,116,115,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,110,101,119,32,68,111,116,76,111,116,116,105,101,40,99,111,110,102,105,103,41,59,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,99,97,110,118,97,115,46,104,101,105,103,104,116,32,61,32,104,101,105,103,104,116,59,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,99,97,110,118,97,115,46,119,105,100,116,104,32,61,32,119,105,100,116,104,59,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,115,77,97,112,46,115,101,116,40,105,110,115,116,97,110,99,101,73,100,44,32,105,110,115,116,97,110,99,101,41,59,10,32,32,32,32,32,32,99,111,110,115,116,32,101,118,101,110,116,115,32,61,32,91,10,32,32,32,32,32,32,32,32,34,99,111,109,112,108,101,116,101,34,44,10,32,32,32,32,32,32,32,32,34,102,114,97,109,101,34,44,10,32,32,32,32,32,32,32,32,34,108,111,97,100,34,44,10,32,32,32,32,32,32,32,32,34,108,111,97,100,69,114,114,111,114,34,44,10,32,32,32,32,32,32,32,32,34,108,111,111,112,34,44,10,32,32,32,32,32,32,32,32,34,112,97,117,115,101,34,44,10,32,32,32,32,32,32,32,32,34,112,108,97,121,34,44,10,32,32,32,32,32,32,32,32,34,115,116,111,112,34,44,10,32,32,32,32,32,32,32,32,34,100,101,115,116,114,111,121,34,44,10,32,32,32,32,32,32,32,32,34,102,114,101,101,122,101,34,44,10,32,32,32,32,32,32,32,32,34,117,110,102,114,101,101,122,101,34,44,10,32,32,32,32,32,32,32,32,34,114,101,110,100,101,114,34,44,10,32,32,32,32,32,32,32,32,34,114,101,97,100,121,34,10,32,32,32,32,32,32,93,59,10,32,32,32,32,32,32,101,118,101,110,116,115,46,102,111,114,69,97,99,104,40,40,101,118,101,110,116,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,101,118,101,110,116,44,32,101,118,101,110,116,72,97,110,100,108,101,114,77,97,112,91,101,118,101,110,116,93,40,105,110,115,116,97,110,99,101,73,100,41,41,59,10,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,123,10,32,32,32,32,32,32,32,32,105,110,115,116,97,110,99,101,73,100,10,32,32,32,32,32,32,125,59,10,32,32,32,32,125,44,10,32,32,32,32,100,101,115,116,114,111,121,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,100,101,115,116,114,111,121,40,41,59,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,115,77,97,112,46,100,101,108,101,116,101,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,125,44,10,32,32,32,32,102,114,101,101,122,101,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,102,114,101,101,122,101,40,41,59,10,32,32,32,32,125,44,10,32,32,32,32,108,111,97,100,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,99,111,110,102,105,103,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,99,111,110,102,105,103,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,108,111,97,100,40,99,111,110,102,105,103,41,59,10,32,32,32,32,125,44,10,32,32,32,32,108,111,97,100,65,110,105,109,97,116,105,111,110,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,97,110,105,109,97,116,105,111,110,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,97,110,105,109,97,116,105,111,110,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,108,111,97,100,65,110,105,109,97,116,105,111,110,40,97,110,105,109,97,116,105,111,110,73,100,41,59,10,32,32,32,32,125,44,10,32,32,32,32,115,101,116,84,104,101,109,101,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,116,104,101,109,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,116,104,101,109,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,105,110,115,116,97,110,99,101,46,115,101,116,84,104,101,109,101,40,116,104,101,109,101,73,100,41,59,10,32,32,32,32,125,44,10,32,32,32,32,115,101,116,84,104,101,109,101,68,97,116,97,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,116,104,101,109,101,68,97,116,97,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,116,104,101,109,101,68,97,116,97,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,105,110,115,116,97,110,99,101,46,115,101,116,84,104,101,109,101,68,97,116,97,40,116,104,101,109,101,68,97,116,97,41,59,10,32,32,32,32,125,44,10,32,32,32,32,112,97,117,115,101,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,105,110,115,116,97,110,99,101,46,112,97,117,115,101,40,41,59,10,32,32,32,32,125,44,10,32,32,32,32,112,108,97,121,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,105,110,115,116,97,110,99,101,46,112,108,97,121,40,41,59,10,32,32,32,32,125,44,10,32,32,32,32,114,101,115,105,122,101,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,119,105,100,116,104,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,119,105,100,116,104,59,10,32,32,32,32,32,32,99,111,110,115,116,32,104,101,105,103,104,116,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,104,101,105,103,104,116,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,99,97,110,118,97,115,46,104,101,105,103,104,116,32,61,32,104,101,105,103,104,116,59,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,99,97,110,118,97,115,46,119,105,100,116,104,32,61,32,119,105,100,116,104,59,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,114,101,115,105,122,101,40,41,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,123,10,32,32,32,32,32,32,32,32,115,117,99,99,101,115,115,58,32,116,114,117,101,10,32,32,32,32,32,32,125,59,10,32,32,32,32,125,44,10,32,32,32,32,115,101,116,66,97,99,107,103,114,111,117,110,100,67,111,108,111,114,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,98,97,99,107,103,114,111,117,110,100,67,111,108,111,114,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,98,97,99,107,103,114,111,117,110,100,67,111,108,111,114,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,115,101,116,66,97,99,107,103,114,111,117,110,100,67,111,108,111,114,40,98,97,99,107,103,114,111,117,110,100,67,111,108,111,114,41,59,10,32,32,32,32,125,44,10,32,32,32,32,115,101,116,70,114,97,109,101,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,102,114,97,109,101,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,102,114,97,109,101,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,115,101,116,70,114,97,109,101,40,102,114,97,109,101,41,59,10,32,32,32,32,125,44,10,32,32,32,32,115,101,116,77,111,100,101,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,109,111,100,101,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,109,111,100,101,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,115,101,116,77,111,100,101,40,109,111,100,101,41,59,10,32,32,32,32,125,44,10,32,32,32,32,115,101,116,82,101,110,100,101,114,67,111,110,102,105,103,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,110,100,101,114,67,111,110,102,105,103,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,114,101,110,100,101,114,67,111,110,102,105,103,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,115,101,116,82,101,110,100,101,114,67,111,110,102,105,103,40,114,101,110,100,101,114,67,111,110,102,105,103,41,59,10,32,32,32,32,125,44,10,32,32,32,32,115,101,116,83,101,103,109,101,110,116,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,115,101,103,109,101,110,116,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,115,101,103,109,101,110,116,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,115,101,116,83,101,103,109,101,110,116,40,115,101,103,109,101,110,116,91,48,93,44,32,115,101,103,109,101,110,116,91,49,93,41,59,10,32,32,32,32,125,44,10,32,32,32,32,115,101,116,83,112,101,101,100,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,115,112,101,101,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,115,112,101,101,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,115,101,116,83,112,101,101,100,40,115,112,101,101,100,41,59,10,32,32,32,32,125,44,10,32,32,32,32,115,101,116,85,115,101,70,114,97,109,101,73,110,116,101,114,112,111,108,97,116,105,111,110,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,117,115,101,70,114,97,109,101,73,110,116,101,114,112,111,108,97,116,105,111,110,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,117,115,101,70,114,97,109,101,73,110,116,101,114,112,111,108,97,116,105,111,110,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,115,101,116,85,115,101,70,114,97,109,101,73,110,116,101,114,112,111,108,97,116,105,111,110,40,117,115,101,70,114,97,109,101,73,110,116,101,114,112,111,108,97,116,105,111,110,41,59,10,32,32,32,32,125,44,10,32,32,32,32,115,101,116,87,97,115,109,85,114,108,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,68,111,116,76,111,116,116,105,101,46,115,101,116,87,97,115,109,85,114,108,40,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,117,114,108,41,59,10,32,32,32,32,125,44,10,32,32,32,32,115,116,111,112,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,115,116,111,112,40,41,59,10,32,32,32,32,125,44,10,32,32,32,32,117,110,102,114,101,101,122,101,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,117,110,102,114,101,101,122,101,40,41,59,10,32,32,32,32,125,44,10,32,32,32,32,115,101,116,86,105,101,119,112,111,114,116,40,114,101,113,117,101,115,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,120,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,120,59,10,32,32,32,32,32,32,99,111,110,115,116,32,121,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,121,59,10,32,32,32,32,32,32,99,111,110,115,116,32,119,105,100,116,104,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,119,105,100,116,104,59,10,32,32,32,32,32,32,99,111,110,115,116,32,104,101,105,103,104,116,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,104,101,105,103,104,116,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,105,110,115,116,97,110,99,101,46,115,101,116,86,105,101,119,112,111,114,116,40,120,44,32,121,44,32,119,105,100,116,104,44,32,104,101,105,103,104,116,41,59,10,32,32,32,32,125,44,10,32,32,32,32,115,101,116,77,97,114,107,101,114,40,114,101,113,117,101,115,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,109,97,114,107,101,114,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,109,97,114,107,101,114,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,115,101,116,77,97,114,107,101,114,40,109,97,114,107,101,114,41,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,123,10,32,32,32,32,32,32,32,32,115,117,99,99,101,115,115,58,32,116,114,117,101,10,32,32,32,32,32,32,125,59,10,32,32,32,32,125,44,10,32,32,32,32,115,101,116,76,111,111,112,40,114,101,113,117,101,115,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,108,111,111,112,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,108,111,111,112,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,115,101,116,76,111,111,112,40,108,111,111,112,41,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,123,10,32,32,32,32,32,32,32,32,115,117,99,99,101,115,115,58,32,116,114,117,101,10,32,32,32,32,32,32,125,59,10,32,32,32,32,125,10,32,32,125,59,10,32,32,102,117,110,99,116,105,111,110,32,101,120,101,99,117,116,101,67,111,109,109,97,110,100,40,114,112,99,82,101,113,117,101,115,116,41,32,123,10,32,32,32,32,99,111,110,115,116,32,109,101,116,104,111,100,32,61,32,114,112,99,82,101,113,117,101,115,116,46,109,101,116,104,111,100,59,10,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,99,111,109,109,97,110,100,115,91,109,101,116,104,111,100,93,32,61,61,61,32,34,102,117,110,99,116,105,111,110,34,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,99,111,109,109,97,110,100,115,91,109,101,116,104,111,100,93,40,114,112,99,82,101,113,117,101,115,116,41,59,10,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,77,101,116,104,111,100,32,36,123,109,101,116,104,111,100,125,32,105,115,32,110,111,116,32,105,109,112,108,101,109,101,110,116,101,100,32,105,110,32,99,111,109,109,97,110,100,115,46,96,41,59,10,32,32,32,32,125,10,32,32,125,10,32,32,115,101,108,102,46,111,110,109,101,115,115,97,103,101,32,61,32,40,101,118,101,110,116,41,32,61,62,32,123,10,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,117,108,116,32,61,32,101,120,101,99,117,116,101,67,111,109,109,97,110,100,40,101,118,101,110,116,46,100,97,116,97,41,59,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,112,111,110,115,101,32,61,32,123,10,32,32,32,32,32,32,32,32,105,100,58,32,101,118,101,110,116,46,100,97,116,97,46,105,100,44,10,32,32,32,32,32,32,32,32,109,101,116,104,111,100,58,32,101,118,101,110,116,46,100,97,116,97,46,109,101,116,104,111,100,44,10,32,32,32,32,32,32,32,32,114,101,115,117,108,116,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,115,101,108,102,46,112,111,115,116,77,101,115,115,97,103,101,40,114,101,115,112,111,110,115,101,41,59,10,32,32,32,32,125,32,99,97,116,99,104,32,40,101,114,114,111,114,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,101,114,114,111,114,82,101,115,112,111,110,115,101,32,61,32,123,10,32,32,32,32,32,32,32,32,105,100,58,32,101,118,101,110,116,46,100,97,116,97,46,105,100,44,10,32,32,32,32,32,32,32,32,109,101,116,104,111,100,58,32,101,118,101,110,116,46,100,97,116,97,46,109,101,116,104,111,100,44,10,32,32,32,32,32,32,32,32,101,114,114,111,114,58,32,101,114,114,111,114,46,109,101,115,115,97,103,101,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,115,101,108,102,46,112,111,115,116,77,101,115,115,97,103,101,40,101,114,114,111,114,82,101,115,112,111,110,115,101,41,59,10,32,32,32,32,125,10,32,32,125,59,10,32,32,118,97,114,32,100,117,109,109,121,32,61,32,34,34,59,10,32,32,118,97,114,32,100,111,116,108,111,116,116,105,101,95,119,111,114,107,101,114,95,100,101,102,97,117,108,116,32,61,32,100,117,109,109,121,59,10,125,41,40,41,59,10])],{type:"application/javascript"}),t=URL.createObjectURL(e),n=new Worker(t);return URL.revokeObjectURL(t),n}},d3=w2,U1=class{constructor(){_(this,"_workers",new Map),_(this,"_animationWorkerMap",new Map)}getWorker(e){return this._workers.has(e)||this._workers.set(e,new d3),this._workers.get(e)}assignAnimationToWorker(e,t){this._animationWorkerMap.set(e,t)}unassignAnimationFromWorker(e){this._animationWorkerMap.delete(e)}sendMessage(e,t,n){this.getWorker(e).postMessage(t,n||[])}terminateWorker(e){let t=this._workers.get(e);t&&(t.terminate(),this._workers.delete(e))}};function u3(e,t){if(e instanceof OffscreenCanvas)return{width:e.width,height:e.height};let{height:n,width:i}=e.getBoundingClientRect();return{width:i*t,height:n*t}}function l3(){return Date.now().toString(36)+Math.random().toString(36).substr(2,9)}var q=class Me{constructor(t){_(this,"_eventManager",new s1),_(this,"_id"),_(this,"_worker"),_(this,"_canvas"),_(this,"_dotLottieInstanceState",{markers:[],autoplay:!1,backgroundColor:"",currentFrame:0,duration:0,loop:!1,mode:"forward",segment:[0,0],segmentDuration:0,speed:1,totalFrames:0,isLoaded:!1,isPlaying:!1,isPaused:!1,isStopped:!0,isFrozen:!1,useFrameInterpolation:!1,renderConfig:{devicePixelRatio:Z$1()},activeAnimationId:"",activeThemeId:"",layout:void 0,marker:void 0,isReady:!1,manifest:null}),_(this,"_created",!1),_(this,"_pointerUpMethod"),_(this,"_pointerDownMethod"),_(this,"_pointerMoveMethod"),_(this,"_pointerEnterMethod"),_(this,"_pointerExitMethod");var n,i,s;this._canvas=t.canvas,this._id=`dotlottie-${l3()}`;let o=t.workerId||"defaultWorker";this._worker=Me._workerManager.getWorker(o),Me._workerManager.assignAnimationToWorker(this._id,o),Me._wasmUrl&&this._sendMessage("setWasmUrl",{url:Me._wasmUrl}),this._create(k(F({},t),{renderConfig:k(F({},t.renderConfig),{devicePixelRatio:((n=t.renderConfig)==null?void 0:n.devicePixelRatio)||Z$1(),freezeOnOffscreen:(s=(i=t.renderConfig)==null?void 0:i.freezeOnOffscreen)!=null?s:!0})})),this._worker.addEventListener("message",this._handleWorkerEvent.bind(this)),this._pointerUpMethod=this._onPointerUp.bind(this),this._pointerDownMethod=this._onPointerDown.bind(this),this._pointerMoveMethod=this._onPointerMove.bind(this),this._pointerEnterMethod=this._onPointerEnter.bind(this),this._pointerExitMethod=this._onPointerLeave.bind(this)}_handleWorkerEvent(t){return g(this,null,function*(){let n=t.data;n.id||(n.method==="onLoad"&&n.result.instanceId===this._id&&(yield this._updateDotLottieInstanceState(),this._eventManager.dispatch(n.result.event),A&&this._canvas instanceof HTMLCanvasElement&&(this._dotLottieInstanceState.renderConfig.freezeOnOffscreen&&W.observe(this._canvas,this),this._dotLottieInstanceState.renderConfig.autoResize&&$.observe(this._canvas,this))),n.method==="onComplete"&&n.result.instanceId===this._id&&(yield this._updateDotLottieInstanceState(),this._eventManager.dispatch(n.result.event)),n.method==="onDestroy"&&n.result.instanceId===this._id&&this._eventManager.dispatch(n.result.event),n.method==="onUnfreeze"&&n.result.instanceId===this._id&&(yield this._updateDotLottieInstanceState(),this._dotLottieInstanceState.isFrozen=!1,this._eventManager.dispatch(n.result.event)),n.method==="onFrame"&&n.result.instanceId===this._id&&(this._dotLottieInstanceState.currentFrame=n.result.event.currentFrame,this._eventManager.dispatch(n.result.event)),n.method==="onRender"&&n.result.instanceId===this._id&&this._eventManager.dispatch(n.result.event),n.method==="onFreeze"&&n.result.instanceId===this._id&&(yield this._updateDotLottieInstanceState(),this._eventManager.dispatch(n.result.event)),n.method==="onPause"&&n.result.instanceId===this._id&&(yield this._updateDotLottieInstanceState(),this._eventManager.dispatch(n.result.event)),n.method==="onPlay"&&n.result.instanceId===this._id&&(yield this._updateDotLottieInstanceState(),this._eventManager.dispatch(n.result.event)),n.method==="onStop"&&n.result.instanceId===this._id&&(yield this._updateDotLottieInstanceState(),this._eventManager.dispatch(n.result.event)),n.method==="onLoadError"&&n.result.instanceId===this._id&&(yield this._updateDotLottieInstanceState(),this._eventManager.dispatch(n.result.event)),n.method==="onReady"&&n.result.instanceId===this._id&&(yield this._updateDotLottieInstanceState(),this._eventManager.dispatch(n.result.event)))})}_create(t){return g(this,null,function*(){var n;let i;this._canvas instanceof HTMLCanvasElement?i=this._canvas.transferControlToOffscreen():i=this._canvas;let{instanceId:s}=yield this._sendMessage("create",F({instanceId:this._id,config:k(F({},t),{canvas:i})},u3(this._canvas,((n=t.renderConfig)==null?void 0:n.devicePixelRatio)||Z$1())),[i]);if(s!==this._id)throw new Error("Instance ID mismatch");this._created=!0,yield this._updateDotLottieInstanceState()})}get isLoaded(){return this._dotLottieInstanceState.isLoaded}get isPlaying(){return this._dotLottieInstanceState.isPlaying}get isPaused(){return this._dotLottieInstanceState.isPaused}get isStopped(){return this._dotLottieInstanceState.isStopped}get currentFrame(){return this._dotLottieInstanceState.currentFrame}get isFrozen(){return this._dotLottieInstanceState.isFrozen}get segmentDuration(){return this._dotLottieInstanceState.segmentDuration}get totalFrames(){return this._dotLottieInstanceState.totalFrames}get segment(){return this._dotLottieInstanceState.segment}get speed(){return this._dotLottieInstanceState.speed}get duration(){return this._dotLottieInstanceState.duration}get isReady(){return this._dotLottieInstanceState.isReady}get mode(){return this._dotLottieInstanceState.mode}get canvas(){return this._canvas}get autoplay(){return this._dotLottieInstanceState.autoplay}get backgroundColor(){return this._dotLottieInstanceState.backgroundColor}get loop(){return this._dotLottieInstanceState.loop}get useFrameInterpolation(){return this._dotLottieInstanceState.useFrameInterpolation}get renderConfig(){return this._dotLottieInstanceState.renderConfig}get manifest(){return this._dotLottieInstanceState.manifest}get activeAnimationId(){return this._dotLottieInstanceState.activeAnimationId}get marker(){return this._dotLottieInstanceState.marker}get activeThemeId(){return this._dotLottieInstanceState.activeThemeId}get layout(){return this._dotLottieInstanceState.layout}play(){return g(this,null,function*(){this._created&&(yield this._sendMessage("play",{instanceId:this._id}),yield this._updateDotLottieInstanceState(),A&&this._canvas instanceof HTMLCanvasElement&&this._dotLottieInstanceState.renderConfig.freezeOnOffscreen&&!$1(this._canvas)&&(yield this.freeze()))})}pause(){return g(this,null,function*(){this._created&&(yield this._sendMessage("pause",{instanceId:this._id}),yield this._updateDotLottieInstanceState())})}stop(){return g(this,null,function*(){this._created&&(yield this._sendMessage("stop",{instanceId:this._id}),yield this._updateDotLottieInstanceState())})}setSpeed(t){return g(this,null,function*(){this._created&&(yield this._sendMessage("setSpeed",{instanceId:this._id,speed:t}),yield this._updateDotLottieInstanceState())})}setMode(t){return g(this,null,function*(){this._created&&(yield this._sendMessage("setMode",{instanceId:this._id,mode:t}),yield this._updateDotLottieInstanceState())})}setFrame(t){return g(this,null,function*(){this._created&&(yield this._sendMessage("setFrame",{frame:t,instanceId:this._id}),yield this._updateDotLottieInstanceState())})}setSegment(t,n){return g(this,null,function*(){this._created&&(yield this._sendMessage("setSegment",{instanceId:this._id,segment:[t,n]}),yield this._updateDotLottieInstanceState())})}setRenderConfig(t){return g(this,null,function*(){if(!this._created)return;let n=t,{devicePixelRatio:i,freezeOnOffscreen:s}=n,o=O1(n,["devicePixelRatio","freezeOnOffscreen"]);yield this._sendMessage("setRenderConfig",{instanceId:this._id,renderConfig:k(F(F({},this._dotLottieInstanceState.renderConfig),o),{devicePixelRatio:i||Z$1(),freezeOnOffscreen:s??!0})}),yield this._updateDotLottieInstanceState(),A&&this._canvas instanceof HTMLCanvasElement&&(this._dotLottieInstanceState.renderConfig.autoResize?$.observe(this._canvas,this):$.unobserve(this._canvas),this._dotLottieInstanceState.renderConfig.freezeOnOffscreen?W.observe(this._canvas,this):(W.unobserve(this._canvas),this._dotLottieInstanceState.isFrozen&&(yield this.unfreeze())))})}setUseFrameInterpolation(t){return g(this,null,function*(){this._created&&(yield this._sendMessage("setUseFrameInterpolation",{instanceId:this._id,useFrameInterpolation:t}),yield this._updateDotLottieInstanceState())})}setTheme(t){return g(this,null,function*(){if(!this._created)return!1;let n=this._sendMessage("setTheme",{instanceId:this._id,themeId:t});return yield this._updateDotLottieInstanceState(),n})}load(t){return g(this,null,function*(){this._created&&(yield this._sendMessage("load",{config:t,instanceId:this._id}),yield this._updateDotLottieInstanceState())})}setLoop(t){return g(this,null,function*(){this._created&&(yield this._sendMessage("setLoop",{instanceId:this._id,loop:t}),yield this._updateDotLottieInstanceState())})}resize(){return g(this,null,function*(){if(!this._created)return;let{height:t,width:n}=u3(this._canvas,this._dotLottieInstanceState.renderConfig.devicePixelRatio||Z$1());yield this._sendMessage("resize",{height:t,instanceId:this._id,width:n}),yield this._updateDotLottieInstanceState()})}destroy(){return g(this,null,function*(){this._created&&(this._created=!1,yield this._sendMessage("destroy",{instanceId:this._id}),this._cleanupStateMachineListeners(),Me._workerManager.unassignAnimationFromWorker(this._id),this._eventManager.removeAllEventListeners(),A&&this._canvas instanceof HTMLCanvasElement&&(W.unobserve(this._canvas),$.unobserve(this._canvas)))})}freeze(){return g(this,null,function*(){this._created&&(yield this._sendMessage("freeze",{instanceId:this._id}),yield this._updateDotLottieInstanceState())})}unfreeze(){return g(this,null,function*(){this._created&&(yield this._sendMessage("unfreeze",{instanceId:this._id}),yield this._updateDotLottieInstanceState())})}setBackgroundColor(t){return g(this,null,function*(){this._created&&(yield this._sendMessage("setBackgroundColor",{instanceId:this._id,backgroundColor:t}),yield this._updateDotLottieInstanceState())})}loadAnimation(t){return g(this,null,function*(){this._created&&(yield this._sendMessage("loadAnimation",{animationId:t,instanceId:this._id}),yield this._updateDotLottieInstanceState())})}setLayout(t){return g(this,null,function*(){this._created&&(yield this._sendMessage("setLayout",{instanceId:this._id,layout:t}),yield this._updateDotLottieInstanceState())})}_updateDotLottieInstanceState(){return g(this,null,function*(){if(!this._created)return;let t=yield this._sendMessage("getDotLottieInstanceState",{instanceId:this._id});this._dotLottieInstanceState=t.state})}markers(){return this._dotLottieInstanceState.markers}setMarker(t){return g(this,null,function*(){this._created&&(yield this._sendMessage("setMarker",{instanceId:this._id,marker:t}),yield this._updateDotLottieInstanceState())})}setThemeData(t){return g(this,null,function*(){if(!this._created)return!1;let n=yield this._sendMessage("setThemeData",{instanceId:this._id,themeData:t});return yield this._updateDotLottieInstanceState(),n})}setViewport(t,n,i,s){return g(this,null,function*(){return this._created?this._sendMessage("setViewport",{x:t,y:n,width:i,height:s,instanceId:this._id}):!1})}_sendMessage(t,n,i){return g(this,null,function*(){let s={id:`dotlottie-request-${l3()}`,method:t,params:n};return this._worker.postMessage(s,i||[]),new Promise((o,a)=>{let l=c=>{let u=c.data;u.id===s.id&&(this._worker.removeEventListener("message",l),u.error?a(new Error(`Failed to execute method ${t}: ${u.error}`)):o(u.result))};this._worker.addEventListener("message",l)})})}addEventListener(t,n){this._eventManager.addEventListener(t,n)}removeEventListener(t,n){this._eventManager.removeEventListener(t,n)}static setWasmUrl(t){Me._wasmUrl=t}loadStateMachine(t){return g(this,null,function*(){if(!this._created)return!1;let n=yield this._sendMessage("loadStateMachine",{instanceId:this._id,stateMachineId:t});return yield this._updateDotLottieInstanceState(),n})}loadStateMachineData(t){return g(this,null,function*(){if(!this._created)return!1;let n=yield this._sendMessage("loadStateMachineData",{instanceId:this._id,stateMachineData:t});return yield this._updateDotLottieInstanceState(),n})}startStateMachine(){return g(this,null,function*(){if(!this._created)return!1;this._setupStateMachineListeners();let t=yield this._sendMessage("startStateMachine",{instanceId:this._id});return yield this._updateDotLottieInstanceState(),t})}stopStateMachine(){return g(this,null,function*(){return this._created?(this._cleanupStateMachineListeners(),this._sendMessage("stopStateMachine",{instanceId:this._id})):!1})}getStateMachineListeners(){return g(this,null,function*(){return this._created?this._sendMessage("getStateMachineListeners",{instanceId:this._id}):[]})}_getPointerPosition(t){let n=this._canvas.getBoundingClientRect(),i=this._canvas.width/n.width,s=this._canvas.height/n.height,o=this._dotLottieInstanceState.renderConfig.devicePixelRatio||window.devicePixelRatio||1,a=(t.clientX-n.left)*i/o,l=(t.clientY-n.top)*s/o;return{x:a,y:l}}_onPointerUp(t){let{x:n,y:i}=this._getPointerPosition(t);this._sendMessage("postPointerUpEvent",{instanceId:this._id,x:n,y:i})}_onPointerDown(t){let{x:n,y:i}=this._getPointerPosition(t);this._sendMessage("postPointerDownEvent",{instanceId:this._id,x:n,y:i})}_onPointerMove(t){let{x:n,y:i}=this._getPointerPosition(t);this._sendMessage("postPointerMoveEvent",{instanceId:this._id,x:n,y:i})}_onPointerEnter(t){let{x:n,y:i}=this._getPointerPosition(t);this._sendMessage("postPointerEnterEvent",{instanceId:this._id,x:n,y:i})}_onPointerLeave(t){let{x:n,y:i}=this._getPointerPosition(t);this._sendMessage("postPointerExitEvent",{instanceId:this._id,x:n,y:i})}_setupStateMachineListeners(){return g(this,null,function*(){if(A&&this._canvas instanceof HTMLCanvasElement&&this.isLoaded){let t=yield this._sendMessage("getStateMachineListeners",{instanceId:this._id});t.includes("PointerUp")&&this._canvas.addEventListener("pointerup",this._pointerUpMethod),t.includes("PointerDown")&&this._canvas.addEventListener("pointerdown",this._pointerDownMethod),t.includes("PointerMove")&&this._canvas.addEventListener("pointermove",this._pointerMoveMethod),t.includes("PointerEnter")&&this._canvas.addEventListener("pointerenter",this._pointerEnterMethod),t.includes("PointerExit")&&this._canvas.addEventListener("pointerleave",this._pointerExitMethod)}})}_cleanupStateMachineListeners(){A&&this._canvas instanceof HTMLCanvasElement&&(this._canvas.removeEventListener("pointerup",this._pointerUpMethod),this._canvas.removeEventListener("pointerdown",this._pointerDownMethod),this._canvas.removeEventListener("pointermove",this._pointerMoveMethod),this._canvas.removeEventListener("pointerenter",this._pointerEnterMethod),this._canvas.removeEventListener("pointerleave",this._pointerExitMethod))}};_(q,"_workerManager",new U1),_(q,"_wasmUrl","");var p=({animationId:e,autoplay:t,backgroundColor:n,className:i,createDotLottie:s,data:o,dotLottieRefCallback:a,loop:l,mode:c,playOnHover:u,renderConfig:f,segment:x,speed:m,src:S,style:E,themeData:d,themeId:I,useFrameInterpolation:y,workerId:P,...b})=>{let[T,R]=React.useState(null),D=React.useRef(null),V=React.useRef(null),z=React.useRef(a),e1={speed:m,mode:c,loop:l,useFrameInterpolation:y,segment:x,backgroundColor:n,autoplay:t,themeId:I,workerId:P,src:S,data:o,renderConfig:f},j=React.useRef(e1);z.current=a,V.current=T,j.current=e1,React.useEffect(()=>{typeof z.current=="function"&&T&&z.current(T)},[T]);let n1=React.useCallback(X=>{if(D.current=X,X){let l1=s({...j.current,canvas:X});R(l1)}else T==null||T.destroy(),R(null)},[]);return React.useEffect(()=>{var l1,c1;let X=t1=>{var N,Y;u&&(t1.type==="mouseenter"&&((N=V.current)==null||N.play()),t1.type==="mouseleave"&&((Y=V.current)==null||Y.pause()))};return(l1=D.current)==null||l1.addEventListener("mouseenter",X),(c1=D.current)==null||c1.addEventListener("mouseleave",X),()=>{var t1,N;(t1=D.current)==null||t1.removeEventListener("mouseenter",X),(N=D.current)==null||N.removeEventListener("mouseleave",X)}},[u]),React.useEffect(()=>()=>{T&&(T.destroy(),R(null))},[T]),React.useEffect(()=>{var X;(X=V.current)==null||X.setSpeed(m??1)},[m]),React.useEffect(()=>{var X;(X=V.current)==null||X.setMode(c??"forward")},[c]),React.useEffect(()=>{var X;(X=V.current)==null||X.setLoop(l??!1)},[l]),React.useEffect(()=>{var X;(X=V.current)==null||X.setUseFrameInterpolation(y??!0)},[y]),React.useEffect(()=>{var X;typeof(x==null?void 0:x[0])=="number"&&typeof x[1]=="number"&&((X=V.current)==null||X.setSegment(x[0],x[1]))},[x]),React.useEffect(()=>{var X;(X=V.current)==null||X.setBackgroundColor(n??"")},[n]),React.useEffect(()=>{var X;(X=V.current)==null||X.setRenderConfig(f??{})},[JSON.stringify(f)]),React.useEffect(()=>{var X;typeof o!="string"&&typeof o!="object"||((X=V.current)==null||X.load({data:o,...j.current}))},[o]),React.useEffect(()=>{var X;typeof S=="string"&&((X=V.current)==null||X.load({src:S,...j.current}))},[S]),React.useEffect(()=>{var X;(X=V.current)==null||X.setMarker(b.marker??"")},[b.marker]),React.useEffect(()=>{var X;(X=V.current)==null||X.loadAnimation(e??"")},[e]),React.useEffect(()=>{var X;typeof I=="string"&&((X=V.current)==null||X.setTheme(I))},[I]),React.useEffect(()=>{var X;(X=V.current)==null||X.setThemeData(d??"")},[d]),jsxRuntimeExports.jsx("div",{className:i,...!i&&{style:{width:"100%",height:"100%",lineHeight:0,...E}},children:jsxRuntimeExports.jsx("canvas",{ref:n1,style:{width:"100%",height:"100%"},...b})})},H=e=>new s3(e),Z=e=>jsxRuntimeExports.jsx(p,{...e,createDotLottie:H});const DoneAllIcon=createSvgIcon(jsxRuntimeExports.jsx("path",{d:"m18 7-1.41-1.41-6.34 6.34 1.41 1.41zm4.24-1.41L11.66 16.17 7.48 12l-1.41 1.41L11.66 19l12-12zM.41 13.41 6 19l1.41-1.41L1.83 12z"}),"DoneAll"),ErrorOutlineIcon=createSvgIcon(jsxRuntimeExports.jsx("path",{d:"M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2M12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8"}),"ErrorOutline");var lottie$1={exports:{}};(function(module,exports){typeof navigator<"u"&&function(e,t){module.exports=t()}(commonjsGlobal,function(){var svgNS="http://www.w3.org/2000/svg",locationHref="",_useWebWorker=!1,initialDefaultFrame=-999999,setWebWorker=function(t){_useWebWorker=!!t},getWebWorker=function(){return _useWebWorker},setLocationHref=function(t){locationHref=t},getLocationHref=function(){return locationHref};function createTag(e){return document.createElement(e)}function extendPrototype(e,t){var n,i=e.length,s;for(n=0;n<i;n+=1){s=e[n].prototype;for(var o in s)Object.prototype.hasOwnProperty.call(s,o)&&(t.prototype[o]=s[o])}}function getDescriptor(e,t){return Object.getOwnPropertyDescriptor(e,t)}function createProxyFunction(e){function t(){}return t.prototype=e,t}var audioControllerFactory=function(){function e(t){this.audios=[],this.audioFactory=t,this._volume=1,this._isMuted=!1}return e.prototype={addAudio:function(n){this.audios.push(n)},pause:function(){var n,i=this.audios.length;for(n=0;n<i;n+=1)this.audios[n].pause()},resume:function(){var n,i=this.audios.length;for(n=0;n<i;n+=1)this.audios[n].resume()},setRate:function(n){var i,s=this.audios.length;for(i=0;i<s;i+=1)this.audios[i].setRate(n)},createAudio:function(n){return this.audioFactory?this.audioFactory(n):window.Howl?new window.Howl({src:[n]}):{isPlaying:!1,play:function(){this.isPlaying=!0},seek:function(){this.isPlaying=!1},playing:function(){},rate:function(){},setVolume:function(){}}},setAudioFactory:function(n){this.audioFactory=n},setVolume:function(n){this._volume=n,this._updateVolume()},mute:function(){this._isMuted=!0,this._updateVolume()},unmute:function(){this._isMuted=!1,this._updateVolume()},getVolume:function(){return this._volume},_updateVolume:function(){var n,i=this.audios.length;for(n=0;n<i;n+=1)this.audios[n].volume(this._volume*(this._isMuted?0:1))}},function(){return new e}}(),createTypedArray=function(){function e(n,i){var s=0,o=[],a;switch(n){case"int16":case"uint8c":a=1;break;default:a=1.1;break}for(s=0;s<i;s+=1)o.push(a);return o}function t(n,i){return n==="float32"?new Float32Array(i):n==="int16"?new Int16Array(i):n==="uint8c"?new Uint8ClampedArray(i):e(n,i)}return typeof Uint8ClampedArray=="function"&&typeof Float32Array=="function"?t:e}();function createSizedArray(e){return Array.apply(null,{length:e})}function _typeof$6(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?_typeof$6=function(n){return typeof n}:_typeof$6=function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n},_typeof$6(e)}var subframeEnabled=!0,expressionsPlugin=null,expressionsInterfaces=null,idPrefix$1="",isSafari=/^((?!chrome|android).)*safari/i.test(navigator.userAgent),bmPow=Math.pow,bmSqrt=Math.sqrt,bmFloor=Math.floor,bmMax=Math.max,bmMin=Math.min,BMMath={};(function(){var e=["abs","acos","acosh","asin","asinh","atan","atanh","atan2","ceil","cbrt","expm1","clz32","cos","cosh","exp","floor","fround","hypot","imul","log","log1p","log2","log10","max","min","pow","random","round","sign","sin","sinh","sqrt","tan","tanh","trunc","E","LN10","LN2","LOG10E","LOG2E","PI","SQRT1_2","SQRT2"],t,n=e.length;for(t=0;t<n;t+=1)BMMath[e[t]]=Math[e[t]]})(),BMMath.random=Math.random,BMMath.abs=function(e){var t=_typeof$6(e);if(t==="object"&&e.length){var n=createSizedArray(e.length),i,s=e.length;for(i=0;i<s;i+=1)n[i]=Math.abs(e[i]);return n}return Math.abs(e)};var defaultCurveSegments=150,degToRads=Math.PI/180,roundCorner=.5519;function styleDiv(e){e.style.position="absolute",e.style.top=0,e.style.left=0,e.style.display="block",e.style.transformOrigin="0 0",e.style.webkitTransformOrigin="0 0",e.style.backfaceVisibility="visible",e.style.webkitBackfaceVisibility="visible",e.style.transformStyle="preserve-3d",e.style.webkitTransformStyle="preserve-3d",e.style.mozTransformStyle="preserve-3d"}function BMEnterFrameEvent(e,t,n,i){this.type=e,this.currentTime=t,this.totalTime=n,this.direction=i<0?-1:1}function BMCompleteEvent(e,t){this.type=e,this.direction=t<0?-1:1}function BMCompleteLoopEvent(e,t,n,i){this.type=e,this.currentLoop=n,this.totalLoops=t,this.direction=i<0?-1:1}function BMSegmentStartEvent(e,t,n){this.type=e,this.firstFrame=t,this.totalFrames=n}function BMDestroyEvent(e,t){this.type=e,this.target=t}function BMRenderFrameErrorEvent(e,t){this.type="renderFrameError",this.nativeError=e,this.currentTime=t}function BMConfigErrorEvent(e){this.type="configError",this.nativeError=e}var createElementID=function(){var e=0;return function(){return e+=1,idPrefix$1+"__lottie_element_"+e}}();function HSVtoRGB(e,t,n){var i,s,o,a,l,c,u,f;switch(a=Math.floor(e*6),l=e*6-a,c=n*(1-t),u=n*(1-l*t),f=n*(1-(1-l)*t),a%6){case 0:i=n,s=f,o=c;break;case 1:i=u,s=n,o=c;break;case 2:i=c,s=n,o=f;break;case 3:i=c,s=u,o=n;break;case 4:i=f,s=c,o=n;break;case 5:i=n,s=c,o=u;break}return[i,s,o]}function RGBtoHSV(e,t,n){var i=Math.max(e,t,n),s=Math.min(e,t,n),o=i-s,a,l=i===0?0:o/i,c=i/255;switch(i){case s:a=0;break;case e:a=t-n+o*(t<n?6:0),a/=6*o;break;case t:a=n-e+o*2,a/=6*o;break;case n:a=e-t+o*4,a/=6*o;break}return[a,l,c]}function addSaturationToRGB(e,t){var n=RGBtoHSV(e[0]*255,e[1]*255,e[2]*255);return n[1]+=t,n[1]>1?n[1]=1:n[1]<=0&&(n[1]=0),HSVtoRGB(n[0],n[1],n[2])}function addBrightnessToRGB(e,t){var n=RGBtoHSV(e[0]*255,e[1]*255,e[2]*255);return n[2]+=t,n[2]>1?n[2]=1:n[2]<0&&(n[2]=0),HSVtoRGB(n[0],n[1],n[2])}function addHueToRGB(e,t){var n=RGBtoHSV(e[0]*255,e[1]*255,e[2]*255);return n[0]+=t/360,n[0]>1?n[0]-=1:n[0]<0&&(n[0]+=1),HSVtoRGB(n[0],n[1],n[2])}var rgbToHex=function(){var e=[],t,n;for(t=0;t<256;t+=1)n=t.toString(16),e[t]=n.length===1?"0"+n:n;return function(i,s,o){return i<0&&(i=0),s<0&&(s=0),o<0&&(o=0),"#"+e[i]+e[s]+e[o]}}(),setSubframeEnabled=function(t){subframeEnabled=!!t},getSubframeEnabled=function(){return subframeEnabled},setExpressionsPlugin=function(t){expressionsPlugin=t},getExpressionsPlugin=function(){return expressionsPlugin},setExpressionInterfaces=function(t){expressionsInterfaces=t},getExpressionInterfaces=function(){return expressionsInterfaces},setDefaultCurveSegments=function(t){defaultCurveSegments=t},getDefaultCurveSegments=function(){return defaultCurveSegments},setIdPrefix=function(t){idPrefix$1=t};function createNS(e){return document.createElementNS(svgNS,e)}function _typeof$5(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?_typeof$5=function(n){return typeof n}:_typeof$5=function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n},_typeof$5(e)}var dataManager=function(){var e=1,t=[],n,i,s={onmessage:function(){},postMessage:function(S){n({data:S})}},o={postMessage:function(S){s.onmessage({data:S})}};function a(m){if(window.Worker&&window.Blob&&getWebWorker()){var S=new Blob(["var _workerSelf = self; self.onmessage = ",m.toString()],{type:"text/javascript"}),E=URL.createObjectURL(S);return new Worker(E)}return n=m,s}function l(){i||(i=a(function(S){function E(){function I(t1,N){var Y,M,B=t1.length,U,G,a1,p1;for(M=0;M<B;M+=1)if(Y=t1[M],"ks"in Y&&!Y.completed){if(Y.completed=!0,Y.hasMask){var u1=Y.masksProperties;for(G=u1.length,U=0;U<G;U+=1)if(u1[U].pt.k.i)R(u1[U].pt.k);else for(p1=u1[U].pt.k.length,a1=0;a1<p1;a1+=1)u1[U].pt.k[a1].s&&R(u1[U].pt.k[a1].s[0]),u1[U].pt.k[a1].e&&R(u1[U].pt.k[a1].e[0])}Y.ty===0?(Y.layers=b(Y.refId,N),I(Y.layers,N)):Y.ty===4?T(Y.shapes):Y.ty===5&&l1(Y)}}function y(t1,N){if(t1){var Y=0,M=t1.length;for(Y=0;Y<M;Y+=1)t1[Y].t===1&&(t1[Y].data.layers=b(t1[Y].data.refId,N),I(t1[Y].data.layers,N))}}function P(t1,N){for(var Y=0,M=N.length;Y<M;){if(N[Y].id===t1)return N[Y];Y+=1}return null}function b(t1,N){var Y=P(t1,N);return Y?Y.layers.__used?JSON.parse(JSON.stringify(Y.layers)):(Y.layers.__used=!0,Y.layers):null}function T(t1){var N,Y=t1.length,M,B;for(N=Y-1;N>=0;N-=1)if(t1[N].ty==="sh")if(t1[N].ks.k.i)R(t1[N].ks.k);else for(B=t1[N].ks.k.length,M=0;M<B;M+=1)t1[N].ks.k[M].s&&R(t1[N].ks.k[M].s[0]),t1[N].ks.k[M].e&&R(t1[N].ks.k[M].e[0]);else t1[N].ty==="gr"&&T(t1[N].it)}function R(t1){var N,Y=t1.i.length;for(N=0;N<Y;N+=1)t1.i[N][0]+=t1.v[N][0],t1.i[N][1]+=t1.v[N][1],t1.o[N][0]+=t1.v[N][0],t1.o[N][1]+=t1.v[N][1]}function D(t1,N){var Y=N?N.split("."):[100,100,100];return t1[0]>Y[0]?!0:Y[0]>t1[0]?!1:t1[1]>Y[1]?!0:Y[1]>t1[1]?!1:t1[2]>Y[2]?!0:Y[2]>t1[2]?!1:null}var V=function(){var t1=[4,4,14];function N(M){var B=M.t.d;M.t.d={k:[{s:B,t:0}]}}function Y(M){var B,U=M.length;for(B=0;B<U;B+=1)M[B].ty===5&&N(M[B])}return function(M){if(D(t1,M.v)&&(Y(M.layers),M.assets)){var B,U=M.assets.length;for(B=0;B<U;B+=1)M.assets[B].layers&&Y(M.assets[B].layers)}}}(),z=function(){var t1=[4,7,99];return function(N){if(N.chars&&!D(t1,N.v)){var Y,M=N.chars.length;for(Y=0;Y<M;Y+=1){var B=N.chars[Y];B.data&&B.data.shapes&&(T(B.data.shapes),B.data.ip=0,B.data.op=99999,B.data.st=0,B.data.sr=1,B.data.ks={p:{k:[0,0],a:0},s:{k:[100,100],a:0},a:{k:[0,0],a:0},r:{k:0,a:0},o:{k:100,a:0}},N.chars[Y].t||(B.data.shapes.push({ty:"no"}),B.data.shapes[0].it.push({p:{k:[0,0],a:0},s:{k:[100,100],a:0},a:{k:[0,0],a:0},r:{k:0,a:0},o:{k:100,a:0},sk:{k:0,a:0},sa:{k:0,a:0},ty:"tr"})))}}}}(),e1=function(){var t1=[5,7,15];function N(M){var B=M.t.p;typeof B.a=="number"&&(B.a={a:0,k:B.a}),typeof B.p=="number"&&(B.p={a:0,k:B.p}),typeof B.r=="number"&&(B.r={a:0,k:B.r})}function Y(M){var B,U=M.length;for(B=0;B<U;B+=1)M[B].ty===5&&N(M[B])}return function(M){if(D(t1,M.v)&&(Y(M.layers),M.assets)){var B,U=M.assets.length;for(B=0;B<U;B+=1)M.assets[B].layers&&Y(M.assets[B].layers)}}}(),j=function(){var t1=[4,1,9];function N(M){var B,U=M.length,G,a1;for(B=0;B<U;B+=1)if(M[B].ty==="gr")N(M[B].it);else if(M[B].ty==="fl"||M[B].ty==="st")if(M[B].c.k&&M[B].c.k[0].i)for(a1=M[B].c.k.length,G=0;G<a1;G+=1)M[B].c.k[G].s&&(M[B].c.k[G].s[0]/=255,M[B].c.k[G].s[1]/=255,M[B].c.k[G].s[2]/=255,M[B].c.k[G].s[3]/=255),M[B].c.k[G].e&&(M[B].c.k[G].e[0]/=255,M[B].c.k[G].e[1]/=255,M[B].c.k[G].e[2]/=255,M[B].c.k[G].e[3]/=255);else M[B].c.k[0]/=255,M[B].c.k[1]/=255,M[B].c.k[2]/=255,M[B].c.k[3]/=255}function Y(M){var B,U=M.length;for(B=0;B<U;B+=1)M[B].ty===4&&N(M[B].shapes)}return function(M){if(D(t1,M.v)&&(Y(M.layers),M.assets)){var B,U=M.assets.length;for(B=0;B<U;B+=1)M.assets[B].layers&&Y(M.assets[B].layers)}}}(),n1=function(){var t1=[4,4,18];function N(M){var B,U=M.length,G,a1;for(B=U-1;B>=0;B-=1)if(M[B].ty==="sh")if(M[B].ks.k.i)M[B].ks.k.c=M[B].closed;else for(a1=M[B].ks.k.length,G=0;G<a1;G+=1)M[B].ks.k[G].s&&(M[B].ks.k[G].s[0].c=M[B].closed),M[B].ks.k[G].e&&(M[B].ks.k[G].e[0].c=M[B].closed);else M[B].ty==="gr"&&N(M[B].it)}function Y(M){var B,U,G=M.length,a1,p1,u1,y1;for(U=0;U<G;U+=1){if(B=M[U],B.hasMask){var g1=B.masksProperties;for(p1=g1.length,a1=0;a1<p1;a1+=1)if(g1[a1].pt.k.i)g1[a1].pt.k.c=g1[a1].cl;else for(y1=g1[a1].pt.k.length,u1=0;u1<y1;u1+=1)g1[a1].pt.k[u1].s&&(g1[a1].pt.k[u1].s[0].c=g1[a1].cl),g1[a1].pt.k[u1].e&&(g1[a1].pt.k[u1].e[0].c=g1[a1].cl)}B.ty===4&&N(B.shapes)}}return function(M){if(D(t1,M.v)&&(Y(M.layers),M.assets)){var B,U=M.assets.length;for(B=0;B<U;B+=1)M.assets[B].layers&&Y(M.assets[B].layers)}}}();function X(t1){t1.__complete||(j(t1),V(t1),z(t1),e1(t1),n1(t1),I(t1.layers,t1.assets),y(t1.chars,t1.assets),t1.__complete=!0)}function l1(t1){t1.t.a.length===0&&"m"in t1.t.p}var c1={};return c1.completeData=X,c1.checkColors=j,c1.checkChars=z,c1.checkPathProperties=e1,c1.checkShapes=n1,c1.completeLayers=I,c1}if(o.dataManager||(o.dataManager=E()),o.assetLoader||(o.assetLoader=function(){function I(P){var b=P.getResponseHeader("content-type");return b&&P.responseType==="json"&&b.indexOf("json")!==-1||P.response&&_typeof$5(P.response)==="object"?P.response:P.response&&typeof P.response=="string"?JSON.parse(P.response):P.responseText?JSON.parse(P.responseText):null}function y(P,b,T,R){var D,V=new XMLHttpRequest;try{V.responseType="json"}catch{}V.onreadystatechange=function(){if(V.readyState===4)if(V.status===200)D=I(V),T(D);else try{D=I(V),T(D)}catch(z){R&&R(z)}};try{V.open(["G","E","T"].join(""),P,!0)}catch{V.open(["G","E","T"].join(""),b+"/"+P,!0)}V.send()}return{load:y}}()),S.data.type==="loadAnimation")o.assetLoader.load(S.data.path,S.data.fullPath,function(I){o.dataManager.completeData(I),o.postMessage({id:S.data.id,payload:I,status:"success"})},function(){o.postMessage({id:S.data.id,status:"error"})});else if(S.data.type==="complete"){var d=S.data.animation;o.dataManager.completeData(d),o.postMessage({id:S.data.id,payload:d,status:"success"})}else S.data.type==="loadData"&&o.assetLoader.load(S.data.path,S.data.fullPath,function(I){o.postMessage({id:S.data.id,payload:I,status:"success"})},function(){o.postMessage({id:S.data.id,status:"error"})})}),i.onmessage=function(m){var S=m.data,E=S.id,d=t[E];t[E]=null,S.status==="success"?d.onComplete(S.payload):d.onError&&d.onError()})}function c(m,S){e+=1;var E="processId_"+e;return t[E]={onComplete:m,onError:S},E}function u(m,S,E){l();var d=c(S,E);i.postMessage({type:"loadAnimation",path:m,fullPath:window.location.origin+window.location.pathname,id:d})}function f(m,S,E){l();var d=c(S,E);i.postMessage({type:"loadData",path:m,fullPath:window.location.origin+window.location.pathname,id:d})}function x(m,S,E){l();var d=c(S,E);i.postMessage({type:"complete",animation:m,id:d})}return{loadAnimation:u,loadData:f,completeAnimation:x}}(),ImagePreloader=function(){var e=function(){var y=createTag("canvas");y.width=1,y.height=1;var P=y.getContext("2d");return P.fillStyle="rgba(0,0,0,0)",P.fillRect(0,0,1,1),y}();function t(){this.loadedAssets+=1,this.loadedAssets===this.totalImages&&this.loadedFootagesCount===this.totalFootages&&this.imagesLoadedCb&&this.imagesLoadedCb(null)}function n(){this.loadedFootagesCount+=1,this.loadedAssets===this.totalImages&&this.loadedFootagesCount===this.totalFootages&&this.imagesLoadedCb&&this.imagesLoadedCb(null)}function i(y,P,b){var T="";if(y.e)T=y.p;else if(P){var R=y.p;R.indexOf("images/")!==-1&&(R=R.split("/")[1]),T=P+R}else T=b,T+=y.u?y.u:"",T+=y.p;return T}function s(y){var P=0,b=setInterval((function(){var T=y.getBBox();(T.width||P>500)&&(this._imageLoaded(),clearInterval(b)),P+=1}).bind(this),50)}function o(y){var P=i(y,this.assetsPath,this.path),b=createNS("image");isSafari?this.testImageLoaded(b):b.addEventListener("load",this._imageLoaded,!1),b.addEventListener("error",(function(){T.img=e,this._imageLoaded()}).bind(this),!1),b.setAttributeNS("http://www.w3.org/1999/xlink","href",P),this._elementHelper.append?this._elementHelper.append(b):this._elementHelper.appendChild(b);var T={img:b,assetData:y};return T}function a(y){var P=i(y,this.assetsPath,this.path),b=createTag("img");b.crossOrigin="anonymous",b.addEventListener("load",this._imageLoaded,!1),b.addEventListener("error",(function(){T.img=e,this._imageLoaded()}).bind(this),!1),b.src=P;var T={img:b,assetData:y};return T}function l(y){var P={assetData:y},b=i(y,this.assetsPath,this.path);return dataManager.loadData(b,(function(T){P.img=T,this._footageLoaded()}).bind(this),(function(){P.img={},this._footageLoaded()}).bind(this)),P}function c(y,P){this.imagesLoadedCb=P;var b,T=y.length;for(b=0;b<T;b+=1)y[b].layers||(!y[b].t||y[b].t==="seq"?(this.totalImages+=1,this.images.push(this._createImageData(y[b]))):y[b].t===3&&(this.totalFootages+=1,this.images.push(this.createFootageData(y[b]))))}function u(y){this.path=y||""}function f(y){this.assetsPath=y||""}function x(y){for(var P=0,b=this.images.length;P<b;){if(this.images[P].assetData===y)return this.images[P].img;P+=1}return null}function m(){this.imagesLoadedCb=null,this.images.length=0}function S(){return this.totalImages===this.loadedAssets}function E(){return this.totalFootages===this.loadedFootagesCount}function d(y,P){y==="svg"?(this._elementHelper=P,this._createImageData=this.createImageData.bind(this)):this._createImageData=this.createImgData.bind(this)}function I(){this._imageLoaded=t.bind(this),this._footageLoaded=n.bind(this),this.testImageLoaded=s.bind(this),this.createFootageData=l.bind(this),this.assetsPath="",this.path="",this.totalImages=0,this.totalFootages=0,this.loadedAssets=0,this.loadedFootagesCount=0,this.imagesLoadedCb=null,this.images=[]}return I.prototype={loadAssets:c,setAssetsPath:f,setPath:u,loadedImages:S,loadedFootages:E,destroy:m,getAsset:x,createImgData:a,createImageData:o,imageLoaded:t,footageLoaded:n,setCacheType:d},I}();function BaseEvent(){}BaseEvent.prototype={triggerEvent:function(t,n){if(this._cbs[t])for(var i=this._cbs[t],s=0;s<i.length;s+=1)i[s](n)},addEventListener:function(t,n){return this._cbs[t]||(this._cbs[t]=[]),this._cbs[t].push(n),(function(){this.removeEventListener(t,n)}).bind(this)},removeEventListener:function(t,n){if(!n)this._cbs[t]=null;else if(this._cbs[t]){for(var i=0,s=this._cbs[t].length;i<s;)this._cbs[t][i]===n&&(this._cbs[t].splice(i,1),i-=1,s-=1),i+=1;this._cbs[t].length||(this._cbs[t]=null)}}};var markerParser=function(){function e(t){for(var n=t.split(`\r
|
|
292
297
|
`),i={},s,o=0,a=0;a<n.length;a+=1)s=n[a].split(":"),s.length===2&&(i[s[0]]=s[1].trim(),o+=1);if(o===0)throw new Error;return i}return function(t){for(var n=[],i=0;i<t.length;i+=1){var s=t[i],o={time:s.tm,duration:s.dr};try{o.payload=JSON.parse(t[i].cm)}catch{try{o.payload=e(t[i].cm)}catch{o.payload={name:t[i].cm}}}n.push(o)}return n}}(),ProjectInterface=function(){function e(t){this.compositions.push(t)}return function(){function t(n){for(var i=0,s=this.compositions.length;i<s;){if(this.compositions[i].data&&this.compositions[i].data.nm===n)return this.compositions[i].prepareFrame&&this.compositions[i].data.xt&&this.compositions[i].prepareFrame(this.currentFrame),this.compositions[i].compInterface;i+=1}return null}return t.compositions=[],t.currentFrame=0,t.registerComposition=e,t}}(),renderers={},registerRenderer=function(t,n){renderers[t]=n};function getRenderer(e){return renderers[e]}function getRegisteredRenderer(){if(renderers.canvas)return"canvas";for(var e in renderers)if(renderers[e])return e;return""}function _typeof$4(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?_typeof$4=function(n){return typeof n}:_typeof$4=function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n},_typeof$4(e)}var AnimationItem=function(){this._cbs=[],this.name="",this.path="",this.isLoaded=!1,this.currentFrame=0,this.currentRawFrame=0,this.firstFrame=0,this.totalFrames=0,this.frameRate=0,this.frameMult=0,this.playSpeed=1,this.playDirection=1,this.playCount=0,this.animationData={},this.assets=[],this.isPaused=!0,this.autoplay=!1,this.loop=!0,this.renderer=null,this.animationID=createElementID(),this.assetsPath="",this.timeCompleted=0,this.segmentPos=0,this.isSubframeEnabled=getSubframeEnabled(),this.segments=[],this._idle=!0,this._completedLoop=!1,this.projectInterface=ProjectInterface(),this.imagePreloader=new ImagePreloader,this.audioController=audioControllerFactory(),this.markers=[],this.configAnimation=this.configAnimation.bind(this),this.onSetupError=this.onSetupError.bind(this),this.onSegmentComplete=this.onSegmentComplete.bind(this),this.drawnFrameEvent=new BMEnterFrameEvent("drawnFrame",0,0,0),this.expressionsPlugin=getExpressionsPlugin()};extendPrototype([BaseEvent],AnimationItem),AnimationItem.prototype.setParams=function(e){(e.wrapper||e.container)&&(this.wrapper=e.wrapper||e.container);var t="svg";e.animType?t=e.animType:e.renderer&&(t=e.renderer);var n=getRenderer(t);this.renderer=new n(this,e.rendererSettings),this.imagePreloader.setCacheType(t,this.renderer.globalData.defs),this.renderer.setProjectInterface(this.projectInterface),this.animType=t,e.loop===""||e.loop===null||e.loop===void 0||e.loop===!0?this.loop=!0:e.loop===!1?this.loop=!1:this.loop=parseInt(e.loop,10),this.autoplay="autoplay"in e?e.autoplay:!0,this.name=e.name?e.name:"",this.autoloadSegments=Object.prototype.hasOwnProperty.call(e,"autoloadSegments")?e.autoloadSegments:!0,this.assetsPath=e.assetsPath,this.initialSegment=e.initialSegment,e.audioFactory&&this.audioController.setAudioFactory(e.audioFactory),e.animationData?this.setupAnimation(e.animationData):e.path&&(e.path.lastIndexOf("\\")!==-1?this.path=e.path.substr(0,e.path.lastIndexOf("\\")+1):this.path=e.path.substr(0,e.path.lastIndexOf("/")+1),this.fileName=e.path.substr(e.path.lastIndexOf("/")+1),this.fileName=this.fileName.substr(0,this.fileName.lastIndexOf(".json")),dataManager.loadAnimation(e.path,this.configAnimation,this.onSetupError))},AnimationItem.prototype.onSetupError=function(){this.trigger("data_failed")},AnimationItem.prototype.setupAnimation=function(e){dataManager.completeAnimation(e,this.configAnimation)},AnimationItem.prototype.setData=function(e,t){t&&_typeof$4(t)!=="object"&&(t=JSON.parse(t));var n={wrapper:e,animationData:t},i=e.attributes;n.path=i.getNamedItem("data-animation-path")?i.getNamedItem("data-animation-path").value:i.getNamedItem("data-bm-path")?i.getNamedItem("data-bm-path").value:i.getNamedItem("bm-path")?i.getNamedItem("bm-path").value:"",n.animType=i.getNamedItem("data-anim-type")?i.getNamedItem("data-anim-type").value:i.getNamedItem("data-bm-type")?i.getNamedItem("data-bm-type").value:i.getNamedItem("bm-type")?i.getNamedItem("bm-type").value:i.getNamedItem("data-bm-renderer")?i.getNamedItem("data-bm-renderer").value:i.getNamedItem("bm-renderer")?i.getNamedItem("bm-renderer").value:getRegisteredRenderer()||"canvas";var s=i.getNamedItem("data-anim-loop")?i.getNamedItem("data-anim-loop").value:i.getNamedItem("data-bm-loop")?i.getNamedItem("data-bm-loop").value:i.getNamedItem("bm-loop")?i.getNamedItem("bm-loop").value:"";s==="false"?n.loop=!1:s==="true"?n.loop=!0:s!==""&&(n.loop=parseInt(s,10));var o=i.getNamedItem("data-anim-autoplay")?i.getNamedItem("data-anim-autoplay").value:i.getNamedItem("data-bm-autoplay")?i.getNamedItem("data-bm-autoplay").value:i.getNamedItem("bm-autoplay")?i.getNamedItem("bm-autoplay").value:!0;n.autoplay=o!=="false",n.name=i.getNamedItem("data-name")?i.getNamedItem("data-name").value:i.getNamedItem("data-bm-name")?i.getNamedItem("data-bm-name").value:i.getNamedItem("bm-name")?i.getNamedItem("bm-name").value:"";var a=i.getNamedItem("data-anim-prerender")?i.getNamedItem("data-anim-prerender").value:i.getNamedItem("data-bm-prerender")?i.getNamedItem("data-bm-prerender").value:i.getNamedItem("bm-prerender")?i.getNamedItem("bm-prerender").value:"";a==="false"&&(n.prerender=!1),n.path?this.setParams(n):this.trigger("destroy")},AnimationItem.prototype.includeLayers=function(e){e.op>this.animationData.op&&(this.animationData.op=e.op,this.totalFrames=Math.floor(e.op-this.animationData.ip));var t=this.animationData.layers,n,i=t.length,s=e.layers,o,a=s.length;for(o=0;o<a;o+=1)for(n=0;n<i;){if(t[n].id===s[o].id){t[n]=s[o];break}n+=1}if((e.chars||e.fonts)&&(this.renderer.globalData.fontManager.addChars(e.chars),this.renderer.globalData.fontManager.addFonts(e.fonts,this.renderer.globalData.defs)),e.assets)for(i=e.assets.length,n=0;n<i;n+=1)this.animationData.assets.push(e.assets[n]);this.animationData.__complete=!1,dataManager.completeAnimation(this.animationData,this.onSegmentComplete)},AnimationItem.prototype.onSegmentComplete=function(e){this.animationData=e;var t=getExpressionsPlugin();t&&t.initExpressions(this),this.loadNextSegment()},AnimationItem.prototype.loadNextSegment=function(){var e=this.animationData.segments;if(!e||e.length===0||!this.autoloadSegments){this.trigger("data_ready"),this.timeCompleted=this.totalFrames;return}var t=e.shift();this.timeCompleted=t.time*this.frameRate;var n=this.path+this.fileName+"_"+this.segmentPos+".json";this.segmentPos+=1,dataManager.loadData(n,this.includeLayers.bind(this),(function(){this.trigger("data_failed")}).bind(this))},AnimationItem.prototype.loadSegments=function(){var e=this.animationData.segments;e||(this.timeCompleted=this.totalFrames),this.loadNextSegment()},AnimationItem.prototype.imagesLoaded=function(){this.trigger("loaded_images"),this.checkLoaded()},AnimationItem.prototype.preloadImages=function(){this.imagePreloader.setAssetsPath(this.assetsPath),this.imagePreloader.setPath(this.path),this.imagePreloader.loadAssets(this.animationData.assets,this.imagesLoaded.bind(this))},AnimationItem.prototype.configAnimation=function(e){if(this.renderer)try{this.animationData=e,this.initialSegment?(this.totalFrames=Math.floor(this.initialSegment[1]-this.initialSegment[0]),this.firstFrame=Math.round(this.initialSegment[0])):(this.totalFrames=Math.floor(this.animationData.op-this.animationData.ip),this.firstFrame=Math.round(this.animationData.ip)),this.renderer.configAnimation(e),e.assets||(e.assets=[]),this.assets=this.animationData.assets,this.frameRate=this.animationData.fr,this.frameMult=this.animationData.fr/1e3,this.renderer.searchExtraCompositions(e.assets),this.markers=markerParser(e.markers||[]),this.trigger("config_ready"),this.preloadImages(),this.loadSegments(),this.updaFrameModifier(),this.waitForFontsLoaded(),this.isPaused&&this.audioController.pause()}catch(t){this.triggerConfigError(t)}},AnimationItem.prototype.waitForFontsLoaded=function(){this.renderer&&(this.renderer.globalData.fontManager.isLoaded?this.checkLoaded():setTimeout(this.waitForFontsLoaded.bind(this),20))},AnimationItem.prototype.checkLoaded=function(){if(!this.isLoaded&&this.renderer.globalData.fontManager.isLoaded&&(this.imagePreloader.loadedImages()||this.renderer.rendererType!=="canvas")&&this.imagePreloader.loadedFootages()){this.isLoaded=!0;var e=getExpressionsPlugin();e&&e.initExpressions(this),this.renderer.initItems(),setTimeout((function(){this.trigger("DOMLoaded")}).bind(this),0),this.gotoFrame(),this.autoplay&&this.play()}},AnimationItem.prototype.resize=function(e,t){var n=typeof e=="number"?e:void 0,i=typeof t=="number"?t:void 0;this.renderer.updateContainerSize(n,i)},AnimationItem.prototype.setSubframe=function(e){this.isSubframeEnabled=!!e},AnimationItem.prototype.gotoFrame=function(){this.currentFrame=this.isSubframeEnabled?this.currentRawFrame:~~this.currentRawFrame,this.timeCompleted!==this.totalFrames&&this.currentFrame>this.timeCompleted&&(this.currentFrame=this.timeCompleted),this.trigger("enterFrame"),this.renderFrame(),this.trigger("drawnFrame")},AnimationItem.prototype.renderFrame=function(){if(!(this.isLoaded===!1||!this.renderer))try{this.expressionsPlugin&&this.expressionsPlugin.resetFrame(),this.renderer.renderFrame(this.currentFrame+this.firstFrame)}catch(e){this.triggerRenderFrameError(e)}},AnimationItem.prototype.play=function(e){e&&this.name!==e||this.isPaused===!0&&(this.isPaused=!1,this.trigger("_play"),this.audioController.resume(),this._idle&&(this._idle=!1,this.trigger("_active")))},AnimationItem.prototype.pause=function(e){e&&this.name!==e||this.isPaused===!1&&(this.isPaused=!0,this.trigger("_pause"),this._idle=!0,this.trigger("_idle"),this.audioController.pause())},AnimationItem.prototype.togglePause=function(e){e&&this.name!==e||(this.isPaused===!0?this.play():this.pause())},AnimationItem.prototype.stop=function(e){e&&this.name!==e||(this.pause(),this.playCount=0,this._completedLoop=!1,this.setCurrentRawFrameValue(0))},AnimationItem.prototype.getMarkerData=function(e){for(var t,n=0;n<this.markers.length;n+=1)if(t=this.markers[n],t.payload&&t.payload.name===e)return t;return null},AnimationItem.prototype.goToAndStop=function(e,t,n){if(!(n&&this.name!==n)){var i=Number(e);if(isNaN(i)){var s=this.getMarkerData(e);s&&this.goToAndStop(s.time,!0)}else t?this.setCurrentRawFrameValue(e):this.setCurrentRawFrameValue(e*this.frameModifier);this.pause()}},AnimationItem.prototype.goToAndPlay=function(e,t,n){if(!(n&&this.name!==n)){var i=Number(e);if(isNaN(i)){var s=this.getMarkerData(e);s&&(s.duration?this.playSegments([s.time,s.time+s.duration],!0):this.goToAndStop(s.time,!0))}else this.goToAndStop(i,t,n);this.play()}},AnimationItem.prototype.advanceTime=function(e){if(!(this.isPaused===!0||this.isLoaded===!1)){var t=this.currentRawFrame+e*this.frameModifier,n=!1;t>=this.totalFrames-1&&this.frameModifier>0?!this.loop||this.playCount===this.loop?this.checkSegments(t>this.totalFrames?t%this.totalFrames:0)||(n=!0,t=this.totalFrames-1):t>=this.totalFrames?(this.playCount+=1,this.checkSegments(t%this.totalFrames)||(this.setCurrentRawFrameValue(t%this.totalFrames),this._completedLoop=!0,this.trigger("loopComplete"))):this.setCurrentRawFrameValue(t):t<0?this.checkSegments(t%this.totalFrames)||(this.loop&&!(this.playCount--<=0&&this.loop!==!0)?(this.setCurrentRawFrameValue(this.totalFrames+t%this.totalFrames),this._completedLoop?this.trigger("loopComplete"):this._completedLoop=!0):(n=!0,t=0)):this.setCurrentRawFrameValue(t),n&&(this.setCurrentRawFrameValue(t),this.pause(),this.trigger("complete"))}},AnimationItem.prototype.adjustSegment=function(e,t){this.playCount=0,e[1]<e[0]?(this.frameModifier>0&&(this.playSpeed<0?this.setSpeed(-this.playSpeed):this.setDirection(-1)),this.totalFrames=e[0]-e[1],this.timeCompleted=this.totalFrames,this.firstFrame=e[1],this.setCurrentRawFrameValue(this.totalFrames-.001-t)):e[1]>e[0]&&(this.frameModifier<0&&(this.playSpeed<0?this.setSpeed(-this.playSpeed):this.setDirection(1)),this.totalFrames=e[1]-e[0],this.timeCompleted=this.totalFrames,this.firstFrame=e[0],this.setCurrentRawFrameValue(.001+t)),this.trigger("segmentStart")},AnimationItem.prototype.setSegment=function(e,t){var n=-1;this.isPaused&&(this.currentRawFrame+this.firstFrame<e?n=e:this.currentRawFrame+this.firstFrame>t&&(n=t-e)),this.firstFrame=e,this.totalFrames=t-e,this.timeCompleted=this.totalFrames,n!==-1&&this.goToAndStop(n,!0)},AnimationItem.prototype.playSegments=function(e,t){if(t&&(this.segments.length=0),_typeof$4(e[0])==="object"){var n,i=e.length;for(n=0;n<i;n+=1)this.segments.push(e[n])}else this.segments.push(e);this.segments.length&&t&&this.adjustSegment(this.segments.shift(),0),this.isPaused&&this.play()},AnimationItem.prototype.resetSegments=function(e){this.segments.length=0,this.segments.push([this.animationData.ip,this.animationData.op]),e&&this.checkSegments(0)},AnimationItem.prototype.checkSegments=function(e){return this.segments.length?(this.adjustSegment(this.segments.shift(),e),!0):!1},AnimationItem.prototype.destroy=function(e){e&&this.name!==e||!this.renderer||(this.renderer.destroy(),this.imagePreloader.destroy(),this.trigger("destroy"),this._cbs=null,this.onEnterFrame=null,this.onLoopComplete=null,this.onComplete=null,this.onSegmentStart=null,this.onDestroy=null,this.renderer=null,this.expressionsPlugin=null,this.imagePreloader=null,this.projectInterface=null)},AnimationItem.prototype.setCurrentRawFrameValue=function(e){this.currentRawFrame=e,this.gotoFrame()},AnimationItem.prototype.setSpeed=function(e){this.playSpeed=e,this.updaFrameModifier()},AnimationItem.prototype.setDirection=function(e){this.playDirection=e<0?-1:1,this.updaFrameModifier()},AnimationItem.prototype.setLoop=function(e){this.loop=e},AnimationItem.prototype.setVolume=function(e,t){t&&this.name!==t||this.audioController.setVolume(e)},AnimationItem.prototype.getVolume=function(){return this.audioController.getVolume()},AnimationItem.prototype.mute=function(e){e&&this.name!==e||this.audioController.mute()},AnimationItem.prototype.unmute=function(e){e&&this.name!==e||this.audioController.unmute()},AnimationItem.prototype.updaFrameModifier=function(){this.frameModifier=this.frameMult*this.playSpeed*this.playDirection,this.audioController.setRate(this.playSpeed*this.playDirection)},AnimationItem.prototype.getPath=function(){return this.path},AnimationItem.prototype.getAssetsPath=function(e){var t="";if(e.e)t=e.p;else if(this.assetsPath){var n=e.p;n.indexOf("images/")!==-1&&(n=n.split("/")[1]),t=this.assetsPath+n}else t=this.path,t+=e.u?e.u:"",t+=e.p;return t},AnimationItem.prototype.getAssetData=function(e){for(var t=0,n=this.assets.length;t<n;){if(e===this.assets[t].id)return this.assets[t];t+=1}return null},AnimationItem.prototype.hide=function(){this.renderer.hide()},AnimationItem.prototype.show=function(){this.renderer.show()},AnimationItem.prototype.getDuration=function(e){return e?this.totalFrames:this.totalFrames/this.frameRate},AnimationItem.prototype.updateDocumentData=function(e,t,n){try{var i=this.renderer.getElementByPath(e);i.updateDocumentData(t,n)}catch{}},AnimationItem.prototype.trigger=function(e){if(this._cbs&&this._cbs[e])switch(e){case"enterFrame":this.triggerEvent(e,new BMEnterFrameEvent(e,this.currentFrame,this.totalFrames,this.frameModifier));break;case"drawnFrame":this.drawnFrameEvent.currentTime=this.currentFrame,this.drawnFrameEvent.totalTime=this.totalFrames,this.drawnFrameEvent.direction=this.frameModifier,this.triggerEvent(e,this.drawnFrameEvent);break;case"loopComplete":this.triggerEvent(e,new BMCompleteLoopEvent(e,this.loop,this.playCount,this.frameMult));break;case"complete":this.triggerEvent(e,new BMCompleteEvent(e,this.frameMult));break;case"segmentStart":this.triggerEvent(e,new BMSegmentStartEvent(e,this.firstFrame,this.totalFrames));break;case"destroy":this.triggerEvent(e,new BMDestroyEvent(e,this));break;default:this.triggerEvent(e)}e==="enterFrame"&&this.onEnterFrame&&this.onEnterFrame.call(this,new BMEnterFrameEvent(e,this.currentFrame,this.totalFrames,this.frameMult)),e==="loopComplete"&&this.onLoopComplete&&this.onLoopComplete.call(this,new BMCompleteLoopEvent(e,this.loop,this.playCount,this.frameMult)),e==="complete"&&this.onComplete&&this.onComplete.call(this,new BMCompleteEvent(e,this.frameMult)),e==="segmentStart"&&this.onSegmentStart&&this.onSegmentStart.call(this,new BMSegmentStartEvent(e,this.firstFrame,this.totalFrames)),e==="destroy"&&this.onDestroy&&this.onDestroy.call(this,new BMDestroyEvent(e,this))},AnimationItem.prototype.triggerRenderFrameError=function(e){var t=new BMRenderFrameErrorEvent(e,this.currentFrame);this.triggerEvent("error",t),this.onError&&this.onError.call(this,t)},AnimationItem.prototype.triggerConfigError=function(e){var t=new BMConfigErrorEvent(e,this.currentFrame);this.triggerEvent("error",t),this.onError&&this.onError.call(this,t)};var animationManager=function(){var e={},t=[],n=0,i=0,s=0,o=!0,a=!1;function l(N){for(var Y=0,M=N.target;Y<i;)t[Y].animation===M&&(t.splice(Y,1),Y-=1,i-=1,M.isPaused||x()),Y+=1}function c(N,Y){if(!N)return null;for(var M=0;M<i;){if(t[M].elem===N&&t[M].elem!==null)return t[M].animation;M+=1}var B=new AnimationItem;return m(B,N),B.setData(N,Y),B}function u(){var N,Y=t.length,M=[];for(N=0;N<Y;N+=1)M.push(t[N].animation);return M}function f(){s+=1,j()}function x(){s-=1}function m(N,Y){N.addEventListener("destroy",l),N.addEventListener("_active",f),N.addEventListener("_idle",x),t.push({elem:Y,animation:N}),i+=1}function S(N){var Y=new AnimationItem;return m(Y,null),Y.setParams(N),Y}function E(N,Y){var M;for(M=0;M<i;M+=1)t[M].animation.setSpeed(N,Y)}function d(N,Y){var M;for(M=0;M<i;M+=1)t[M].animation.setDirection(N,Y)}function I(N){var Y;for(Y=0;Y<i;Y+=1)t[Y].animation.play(N)}function y(N){var Y=N-n,M;for(M=0;M<i;M+=1)t[M].animation.advanceTime(Y);n=N,s&&!a?window.requestAnimationFrame(y):o=!0}function P(N){n=N,window.requestAnimationFrame(y)}function b(N){var Y;for(Y=0;Y<i;Y+=1)t[Y].animation.pause(N)}function T(N,Y,M){var B;for(B=0;B<i;B+=1)t[B].animation.goToAndStop(N,Y,M)}function R(N){var Y;for(Y=0;Y<i;Y+=1)t[Y].animation.stop(N)}function D(N){var Y;for(Y=0;Y<i;Y+=1)t[Y].animation.togglePause(N)}function V(N){var Y;for(Y=i-1;Y>=0;Y-=1)t[Y].animation.destroy(N)}function z(N,Y,M){var B=[].concat([].slice.call(document.getElementsByClassName("lottie")),[].slice.call(document.getElementsByClassName("bodymovin"))),U,G=B.length;for(U=0;U<G;U+=1)M&&B[U].setAttribute("data-bm-type",M),c(B[U],N);if(Y&&G===0){M||(M="svg");var a1=document.getElementsByTagName("body")[0];a1.innerText="";var p1=createTag("div");p1.style.width="100%",p1.style.height="100%",p1.setAttribute("data-bm-type",M),a1.appendChild(p1),c(p1,N)}}function e1(){var N;for(N=0;N<i;N+=1)t[N].animation.resize()}function j(){!a&&s&&o&&(window.requestAnimationFrame(P),o=!1)}function n1(){a=!0}function X(){a=!1,j()}function l1(N,Y){var M;for(M=0;M<i;M+=1)t[M].animation.setVolume(N,Y)}function c1(N){var Y;for(Y=0;Y<i;Y+=1)t[Y].animation.mute(N)}function t1(N){var Y;for(Y=0;Y<i;Y+=1)t[Y].animation.unmute(N)}return e.registerAnimation=c,e.loadAnimation=S,e.setSpeed=E,e.setDirection=d,e.play=I,e.pause=b,e.stop=R,e.togglePause=D,e.searchAnimations=z,e.resize=e1,e.goToAndStop=T,e.destroy=V,e.freeze=n1,e.unfreeze=X,e.setVolume=l1,e.mute=c1,e.unmute=t1,e.getRegisteredAnimations=u,e}(),BezierFactory=function(){var e={};e.getBezierEasing=n;var t={};function n(P,b,T,R,D){var V=D||("bez_"+P+"_"+b+"_"+T+"_"+R).replace(/\./g,"p");if(t[V])return t[V];var z=new y([P,b,T,R]);return t[V]=z,z}var i=4,s=.001,o=1e-7,a=10,l=11,c=1/(l-1),u=typeof Float32Array=="function";function f(P,b){return 1-3*b+3*P}function x(P,b){return 3*b-6*P}function m(P){return 3*P}function S(P,b,T){return((f(b,T)*P+x(b,T))*P+m(b))*P}function E(P,b,T){return 3*f(b,T)*P*P+2*x(b,T)*P+m(b)}function d(P,b,T,R,D){var V,z,e1=0;do z=b+(T-b)/2,V=S(z,R,D)-P,V>0?T=z:b=z;while(Math.abs(V)>o&&++e1<a);return z}function I(P,b,T,R){for(var D=0;D<i;++D){var V=E(b,T,R);if(V===0)return b;var z=S(b,T,R)-P;b-=z/V}return b}function y(P){this._p=P,this._mSampleValues=u?new Float32Array(l):new Array(l),this._precomputed=!1,this.get=this.get.bind(this)}return y.prototype={get:function(b){var T=this._p[0],R=this._p[1],D=this._p[2],V=this._p[3];return this._precomputed||this._precompute(),T===R&&D===V?b:b===0?0:b===1?1:S(this._getTForX(b),R,V)},_precompute:function(){var b=this._p[0],T=this._p[1],R=this._p[2],D=this._p[3];this._precomputed=!0,(b!==T||R!==D)&&this._calcSampleValues()},_calcSampleValues:function(){for(var b=this._p[0],T=this._p[2],R=0;R<l;++R)this._mSampleValues[R]=S(R*c,b,T)},_getTForX:function(b){for(var T=this._p[0],R=this._p[2],D=this._mSampleValues,V=0,z=1,e1=l-1;z!==e1&&D[z]<=b;++z)V+=c;--z;var j=(b-D[z])/(D[z+1]-D[z]),n1=V+j*c,X=E(n1,T,R);return X>=s?I(b,n1,T,R):X===0?n1:d(b,V,V+c,T,R)}},e}(),pooling=function(){function e(t){return t.concat(createSizedArray(t.length))}return{double:e}}(),poolFactory=function(){return function(e,t,n){var i=0,s=e,o=createSizedArray(s),a={newElement:l,release:c};function l(){var u;return i?(i-=1,u=o[i]):u=t(),u}function c(u){i===s&&(o=pooling.double(o),s*=2),n&&n(u),o[i]=u,i+=1}return a}}(),bezierLengthPool=function(){function e(){return{addedLength:0,percents:createTypedArray("float32",getDefaultCurveSegments()),lengths:createTypedArray("float32",getDefaultCurveSegments())}}return poolFactory(8,e)}(),segmentsLengthPool=function(){function e(){return{lengths:[],totalLength:0}}function t(n){var i,s=n.lengths.length;for(i=0;i<s;i+=1)bezierLengthPool.release(n.lengths[i]);n.lengths.length=0}return poolFactory(8,e,t)}();function bezFunction(){var e=Math;function t(m,S,E,d,I,y){var P=m*d+S*I+E*y-I*d-y*m-E*S;return P>-.001&&P<.001}function n(m,S,E,d,I,y,P,b,T){if(E===0&&y===0&&T===0)return t(m,S,d,I,P,b);var R=e.sqrt(e.pow(d-m,2)+e.pow(I-S,2)+e.pow(y-E,2)),D=e.sqrt(e.pow(P-m,2)+e.pow(b-S,2)+e.pow(T-E,2)),V=e.sqrt(e.pow(P-d,2)+e.pow(b-I,2)+e.pow(T-y,2)),z;return R>D?R>V?z=R-D-V:z=V-D-R:V>D?z=V-D-R:z=D-R-V,z>-1e-4&&z<1e-4}var i=function(){return function(m,S,E,d){var I=getDefaultCurveSegments(),y,P,b,T,R,D=0,V,z=[],e1=[],j=bezierLengthPool.newElement();for(b=E.length,y=0;y<I;y+=1){for(R=y/(I-1),V=0,P=0;P<b;P+=1)T=bmPow(1-R,3)*m[P]+3*bmPow(1-R,2)*R*E[P]+3*(1-R)*bmPow(R,2)*d[P]+bmPow(R,3)*S[P],z[P]=T,e1[P]!==null&&(V+=bmPow(z[P]-e1[P],2)),e1[P]=z[P];V&&(V=bmSqrt(V),D+=V),j.percents[y]=R,j.lengths[y]=D}return j.addedLength=D,j}}();function s(m){var S=segmentsLengthPool.newElement(),E=m.c,d=m.v,I=m.o,y=m.i,P,b=m._length,T=S.lengths,R=0;for(P=0;P<b-1;P+=1)T[P]=i(d[P],d[P+1],I[P],y[P+1]),R+=T[P].addedLength;return E&&b&&(T[P]=i(d[P],d[0],I[P],y[0]),R+=T[P].addedLength),S.totalLength=R,S}function o(m){this.segmentLength=0,this.points=new Array(m)}function a(m,S){this.partialLength=m,this.point=S}var l=function(){var m={};return function(S,E,d,I){var y=(S[0]+"_"+S[1]+"_"+E[0]+"_"+E[1]+"_"+d[0]+"_"+d[1]+"_"+I[0]+"_"+I[1]).replace(/\./g,"p");if(!m[y]){var P=getDefaultCurveSegments(),b,T,R,D,V,z=0,e1,j,n1=null;S.length===2&&(S[0]!==E[0]||S[1]!==E[1])&&t(S[0],S[1],E[0],E[1],S[0]+d[0],S[1]+d[1])&&t(S[0],S[1],E[0],E[1],E[0]+I[0],E[1]+I[1])&&(P=2);var X=new o(P);for(R=d.length,b=0;b<P;b+=1){for(j=createSizedArray(R),V=b/(P-1),e1=0,T=0;T<R;T+=1)D=bmPow(1-V,3)*S[T]+3*bmPow(1-V,2)*V*(S[T]+d[T])+3*(1-V)*bmPow(V,2)*(E[T]+I[T])+bmPow(V,3)*E[T],j[T]=D,n1!==null&&(e1+=bmPow(j[T]-n1[T],2));e1=bmSqrt(e1),z+=e1,X.points[b]=new a(e1,j),n1=j}X.segmentLength=z,m[y]=X}return m[y]}}();function c(m,S){var E=S.percents,d=S.lengths,I=E.length,y=bmFloor((I-1)*m),P=m*S.addedLength,b=0;if(y===I-1||y===0||P===d[y])return E[y];for(var T=d[y]>P?-1:1,R=!0;R;)if(d[y]<=P&&d[y+1]>P?(b=(P-d[y])/(d[y+1]-d[y]),R=!1):y+=T,y<0||y>=I-1){if(y===I-1)return E[y];R=!1}return E[y]+(E[y+1]-E[y])*b}function u(m,S,E,d,I,y){var P=c(I,y),b=1-P,T=e.round((b*b*b*m[0]+(P*b*b+b*P*b+b*b*P)*E[0]+(P*P*b+b*P*P+P*b*P)*d[0]+P*P*P*S[0])*1e3)/1e3,R=e.round((b*b*b*m[1]+(P*b*b+b*P*b+b*b*P)*E[1]+(P*P*b+b*P*P+P*b*P)*d[1]+P*P*P*S[1])*1e3)/1e3;return[T,R]}var f=createTypedArray("float32",8);function x(m,S,E,d,I,y,P){I<0?I=0:I>1&&(I=1);var b=c(I,P);y=y>1?1:y;var T=c(y,P),R,D=m.length,V=1-b,z=1-T,e1=V*V*V,j=b*V*V*3,n1=b*b*V*3,X=b*b*b,l1=V*V*z,c1=b*V*z+V*b*z+V*V*T,t1=b*b*z+V*b*T+b*V*T,N=b*b*T,Y=V*z*z,M=b*z*z+V*T*z+V*z*T,B=b*T*z+V*T*T+b*z*T,U=b*T*T,G=z*z*z,a1=T*z*z+z*T*z+z*z*T,p1=T*T*z+z*T*T+T*z*T,u1=T*T*T;for(R=0;R<D;R+=1)f[R*4]=e.round((e1*m[R]+j*E[R]+n1*d[R]+X*S[R])*1e3)/1e3,f[R*4+1]=e.round((l1*m[R]+c1*E[R]+t1*d[R]+N*S[R])*1e3)/1e3,f[R*4+2]=e.round((Y*m[R]+M*E[R]+B*d[R]+U*S[R])*1e3)/1e3,f[R*4+3]=e.round((G*m[R]+a1*E[R]+p1*d[R]+u1*S[R])*1e3)/1e3;return f}return{getSegmentsLength:s,getNewSegment:x,getPointInSegment:u,buildBezierData:l,pointOnLine2D:t,pointOnLine3D:n}}var bez=bezFunction(),initFrame=initialDefaultFrame,mathAbs=Math.abs;function interpolateValue(e,t){var n=this.offsetTime,i;this.propType==="multidimensional"&&(i=createTypedArray("float32",this.pv.length));for(var s=t.lastIndex,o=s,a=this.keyframes.length-1,l=!0,c,u,f;l;){if(c=this.keyframes[o],u=this.keyframes[o+1],o===a-1&&e>=u.t-n){c.h&&(c=u),s=0;break}if(u.t-n>e){s=o;break}o<a-1?o+=1:(s=0,l=!1)}f=this.keyframesMetadata[o]||{};var x,m,S,E,d,I,y=u.t-n,P=c.t-n,b;if(c.to){f.bezierData||(f.bezierData=bez.buildBezierData(c.s,u.s||c.e,c.to,c.ti));var T=f.bezierData;if(e>=y||e<P){var R=e>=y?T.points.length-1:0;for(m=T.points[R].point.length,x=0;x<m;x+=1)i[x]=T.points[R].point[x]}else{f.__fnct?I=f.__fnct:(I=BezierFactory.getBezierEasing(c.o.x,c.o.y,c.i.x,c.i.y,c.n).get,f.__fnct=I),S=I((e-P)/(y-P));var D=T.segmentLength*S,V,z=t.lastFrame<e&&t._lastKeyframeIndex===o?t._lastAddedLength:0;for(d=t.lastFrame<e&&t._lastKeyframeIndex===o?t._lastPoint:0,l=!0,E=T.points.length;l;){if(z+=T.points[d].partialLength,D===0||S===0||d===T.points.length-1){for(m=T.points[d].point.length,x=0;x<m;x+=1)i[x]=T.points[d].point[x];break}else if(D>=z&&D<z+T.points[d+1].partialLength){for(V=(D-z)/T.points[d+1].partialLength,m=T.points[d].point.length,x=0;x<m;x+=1)i[x]=T.points[d].point[x]+(T.points[d+1].point[x]-T.points[d].point[x])*V;break}d<E-1?d+=1:l=!1}t._lastPoint=d,t._lastAddedLength=z-T.points[d].partialLength,t._lastKeyframeIndex=o}}else{var e1,j,n1,X,l1;if(a=c.s.length,b=u.s||c.e,this.sh&&c.h!==1)if(e>=y)i[0]=b[0],i[1]=b[1],i[2]=b[2];else if(e<=P)i[0]=c.s[0],i[1]=c.s[1],i[2]=c.s[2];else{var c1=createQuaternion(c.s),t1=createQuaternion(b),N=(e-P)/(y-P);quaternionToEuler(i,slerp(c1,t1,N))}else for(o=0;o<a;o+=1)c.h!==1&&(e>=y?S=1:e<P?S=0:(c.o.x.constructor===Array?(f.__fnct||(f.__fnct=[]),f.__fnct[o]?I=f.__fnct[o]:(e1=c.o.x[o]===void 0?c.o.x[0]:c.o.x[o],j=c.o.y[o]===void 0?c.o.y[0]:c.o.y[o],n1=c.i.x[o]===void 0?c.i.x[0]:c.i.x[o],X=c.i.y[o]===void 0?c.i.y[0]:c.i.y[o],I=BezierFactory.getBezierEasing(e1,j,n1,X).get,f.__fnct[o]=I)):f.__fnct?I=f.__fnct:(e1=c.o.x,j=c.o.y,n1=c.i.x,X=c.i.y,I=BezierFactory.getBezierEasing(e1,j,n1,X).get,c.keyframeMetadata=I),S=I((e-P)/(y-P)))),b=u.s||c.e,l1=c.h===1?c.s[o]:c.s[o]+(b[o]-c.s[o])*S,this.propType==="multidimensional"?i[o]=l1:i=l1}return t.lastIndex=s,i}function slerp(e,t,n){var i=[],s=e[0],o=e[1],a=e[2],l=e[3],c=t[0],u=t[1],f=t[2],x=t[3],m,S,E,d,I;return S=s*c+o*u+a*f+l*x,S<0&&(S=-S,c=-c,u=-u,f=-f,x=-x),1-S>1e-6?(m=Math.acos(S),E=Math.sin(m),d=Math.sin((1-n)*m)/E,I=Math.sin(n*m)/E):(d=1-n,I=n),i[0]=d*s+I*c,i[1]=d*o+I*u,i[2]=d*a+I*f,i[3]=d*l+I*x,i}function quaternionToEuler(e,t){var n=t[0],i=t[1],s=t[2],o=t[3],a=Math.atan2(2*i*o-2*n*s,1-2*i*i-2*s*s),l=Math.asin(2*n*i+2*s*o),c=Math.atan2(2*n*o-2*i*s,1-2*n*n-2*s*s);e[0]=a/degToRads,e[1]=l/degToRads,e[2]=c/degToRads}function createQuaternion(e){var t=e[0]*degToRads,n=e[1]*degToRads,i=e[2]*degToRads,s=Math.cos(t/2),o=Math.cos(n/2),a=Math.cos(i/2),l=Math.sin(t/2),c=Math.sin(n/2),u=Math.sin(i/2),f=s*o*a-l*c*u,x=l*c*a+s*o*u,m=l*o*a+s*c*u,S=s*c*a-l*o*u;return[x,m,S,f]}function getValueAtCurrentTime(){var e=this.comp.renderedFrame-this.offsetTime,t=this.keyframes[0].t-this.offsetTime,n=this.keyframes[this.keyframes.length-1].t-this.offsetTime;if(!(e===this._caching.lastFrame||this._caching.lastFrame!==initFrame&&(this._caching.lastFrame>=n&&e>=n||this._caching.lastFrame<t&&e<t))){this._caching.lastFrame>=e&&(this._caching._lastKeyframeIndex=-1,this._caching.lastIndex=0);var i=this.interpolateValue(e,this._caching);this.pv=i}return this._caching.lastFrame=e,this.pv}function setVValue(e){var t;if(this.propType==="unidimensional")t=e*this.mult,mathAbs(this.v-t)>1e-5&&(this.v=t,this._mdf=!0);else for(var n=0,i=this.v.length;n<i;)t=e[n]*this.mult,mathAbs(this.v[n]-t)>1e-5&&(this.v[n]=t,this._mdf=!0),n+=1}function processEffectsSequence(){if(!(this.elem.globalData.frameId===this.frameId||!this.effectsSequence.length)){if(this.lock){this.setVValue(this.pv);return}this.lock=!0,this._mdf=this._isFirstFrame;var e,t=this.effectsSequence.length,n=this.kf?this.pv:this.data.k;for(e=0;e<t;e+=1)n=this.effectsSequence[e](n);this.setVValue(n),this._isFirstFrame=!1,this.lock=!1,this.frameId=this.elem.globalData.frameId}}function addEffect(e){this.effectsSequence.push(e),this.container.addDynamicProperty(this)}function ValueProperty(e,t,n,i){this.propType="unidimensional",this.mult=n||1,this.data=t,this.v=n?t.k*n:t.k,this.pv=t.k,this._mdf=!1,this.elem=e,this.container=i,this.comp=e.comp,this.k=!1,this.kf=!1,this.vel=0,this.effectsSequence=[],this._isFirstFrame=!0,this.getValue=processEffectsSequence,this.setVValue=setVValue,this.addEffect=addEffect}function MultiDimensionalProperty(e,t,n,i){this.propType="multidimensional",this.mult=n||1,this.data=t,this._mdf=!1,this.elem=e,this.container=i,this.comp=e.comp,this.k=!1,this.kf=!1,this.frameId=-1;var s,o=t.k.length;for(this.v=createTypedArray("float32",o),this.pv=createTypedArray("float32",o),this.vel=createTypedArray("float32",o),s=0;s<o;s+=1)this.v[s]=t.k[s]*this.mult,this.pv[s]=t.k[s];this._isFirstFrame=!0,this.effectsSequence=[],this.getValue=processEffectsSequence,this.setVValue=setVValue,this.addEffect=addEffect}function KeyframedValueProperty(e,t,n,i){this.propType="unidimensional",this.keyframes=t.k,this.keyframesMetadata=[],this.offsetTime=e.data.st,this.frameId=-1,this._caching={lastFrame:initFrame,lastIndex:0,value:0,_lastKeyframeIndex:-1},this.k=!0,this.kf=!0,this.data=t,this.mult=n||1,this.elem=e,this.container=i,this.comp=e.comp,this.v=initFrame,this.pv=initFrame,this._isFirstFrame=!0,this.getValue=processEffectsSequence,this.setVValue=setVValue,this.interpolateValue=interpolateValue,this.effectsSequence=[getValueAtCurrentTime.bind(this)],this.addEffect=addEffect}function KeyframedMultidimensionalProperty(e,t,n,i){this.propType="multidimensional";var s,o=t.k.length,a,l,c,u;for(s=0;s<o-1;s+=1)t.k[s].to&&t.k[s].s&&t.k[s+1]&&t.k[s+1].s&&(a=t.k[s].s,l=t.k[s+1].s,c=t.k[s].to,u=t.k[s].ti,(a.length===2&&!(a[0]===l[0]&&a[1]===l[1])&&bez.pointOnLine2D(a[0],a[1],l[0],l[1],a[0]+c[0],a[1]+c[1])&&bez.pointOnLine2D(a[0],a[1],l[0],l[1],l[0]+u[0],l[1]+u[1])||a.length===3&&!(a[0]===l[0]&&a[1]===l[1]&&a[2]===l[2])&&bez.pointOnLine3D(a[0],a[1],a[2],l[0],l[1],l[2],a[0]+c[0],a[1]+c[1],a[2]+c[2])&&bez.pointOnLine3D(a[0],a[1],a[2],l[0],l[1],l[2],l[0]+u[0],l[1]+u[1],l[2]+u[2]))&&(t.k[s].to=null,t.k[s].ti=null),a[0]===l[0]&&a[1]===l[1]&&c[0]===0&&c[1]===0&&u[0]===0&&u[1]===0&&(a.length===2||a[2]===l[2]&&c[2]===0&&u[2]===0)&&(t.k[s].to=null,t.k[s].ti=null));this.effectsSequence=[getValueAtCurrentTime.bind(this)],this.data=t,this.keyframes=t.k,this.keyframesMetadata=[],this.offsetTime=e.data.st,this.k=!0,this.kf=!0,this._isFirstFrame=!0,this.mult=n||1,this.elem=e,this.container=i,this.comp=e.comp,this.getValue=processEffectsSequence,this.setVValue=setVValue,this.interpolateValue=interpolateValue,this.frameId=-1;var f=t.k[0].s.length;for(this.v=createTypedArray("float32",f),this.pv=createTypedArray("float32",f),s=0;s<f;s+=1)this.v[s]=initFrame,this.pv[s]=initFrame;this._caching={lastFrame:initFrame,lastIndex:0,value:createTypedArray("float32",f)},this.addEffect=addEffect}var PropertyFactory=function(){function e(n,i,s,o,a){i.sid&&(i=n.globalData.slotManager.getProp(i));var l;if(!i.k.length)l=new ValueProperty(n,i,o,a);else if(typeof i.k[0]=="number")l=new MultiDimensionalProperty(n,i,o,a);else switch(s){case 0:l=new KeyframedValueProperty(n,i,o,a);break;case 1:l=new KeyframedMultidimensionalProperty(n,i,o,a);break}return l.effectsSequence.length&&a.addDynamicProperty(l),l}var t={getProp:e};return t}();function DynamicPropertyContainer(){}DynamicPropertyContainer.prototype={addDynamicProperty:function(t){this.dynamicProperties.indexOf(t)===-1&&(this.dynamicProperties.push(t),this.container.addDynamicProperty(this),this._isAnimated=!0)},iterateDynamicProperties:function(){this._mdf=!1;var t,n=this.dynamicProperties.length;for(t=0;t<n;t+=1)this.dynamicProperties[t].getValue(),this.dynamicProperties[t]._mdf&&(this._mdf=!0)},initDynamicPropertyContainer:function(t){this.container=t,this.dynamicProperties=[],this._mdf=!1,this._isAnimated=!1}};var pointPool=function(){function e(){return createTypedArray("float32",2)}return poolFactory(8,e)}();function ShapePath(){this.c=!1,this._length=0,this._maxLength=8,this.v=createSizedArray(this._maxLength),this.o=createSizedArray(this._maxLength),this.i=createSizedArray(this._maxLength)}ShapePath.prototype.setPathData=function(e,t){this.c=e,this.setLength(t);for(var n=0;n<t;)this.v[n]=pointPool.newElement(),this.o[n]=pointPool.newElement(),this.i[n]=pointPool.newElement(),n+=1},ShapePath.prototype.setLength=function(e){for(;this._maxLength<e;)this.doubleArrayLength();this._length=e},ShapePath.prototype.doubleArrayLength=function(){this.v=this.v.concat(createSizedArray(this._maxLength)),this.i=this.i.concat(createSizedArray(this._maxLength)),this.o=this.o.concat(createSizedArray(this._maxLength)),this._maxLength*=2},ShapePath.prototype.setXYAt=function(e,t,n,i,s){var o;switch(this._length=Math.max(this._length,i+1),this._length>=this._maxLength&&this.doubleArrayLength(),n){case"v":o=this.v;break;case"i":o=this.i;break;case"o":o=this.o;break;default:o=[];break}(!o[i]||o[i]&&!s)&&(o[i]=pointPool.newElement()),o[i][0]=e,o[i][1]=t},ShapePath.prototype.setTripleAt=function(e,t,n,i,s,o,a,l){this.setXYAt(e,t,"v",a,l),this.setXYAt(n,i,"o",a,l),this.setXYAt(s,o,"i",a,l)},ShapePath.prototype.reverse=function(){var e=new ShapePath;e.setPathData(this.c,this._length);var t=this.v,n=this.o,i=this.i,s=0;this.c&&(e.setTripleAt(t[0][0],t[0][1],i[0][0],i[0][1],n[0][0],n[0][1],0,!1),s=1);var o=this._length-1,a=this._length,l;for(l=s;l<a;l+=1)e.setTripleAt(t[o][0],t[o][1],i[o][0],i[o][1],n[o][0],n[o][1],l,!1),o-=1;return e},ShapePath.prototype.length=function(){return this._length};var shapePool=function(){function e(){return new ShapePath}function t(s){var o=s._length,a;for(a=0;a<o;a+=1)pointPool.release(s.v[a]),pointPool.release(s.i[a]),pointPool.release(s.o[a]),s.v[a]=null,s.i[a]=null,s.o[a]=null;s._length=0,s.c=!1}function n(s){var o=i.newElement(),a,l=s._length===void 0?s.v.length:s._length;for(o.setLength(l),o.c=s.c,a=0;a<l;a+=1)o.setTripleAt(s.v[a][0],s.v[a][1],s.o[a][0],s.o[a][1],s.i[a][0],s.i[a][1],a);return o}var i=poolFactory(4,e,t);return i.clone=n,i}();function ShapeCollection(){this._length=0,this._maxLength=4,this.shapes=createSizedArray(this._maxLength)}ShapeCollection.prototype.addShape=function(e){this._length===this._maxLength&&(this.shapes=this.shapes.concat(createSizedArray(this._maxLength)),this._maxLength*=2),this.shapes[this._length]=e,this._length+=1},ShapeCollection.prototype.releaseShapes=function(){var e;for(e=0;e<this._length;e+=1)shapePool.release(this.shapes[e]);this._length=0};var shapeCollectionPool=function(){var e={newShapeCollection:s,release:o},t=0,n=4,i=createSizedArray(n);function s(){var a;return t?(t-=1,a=i[t]):a=new ShapeCollection,a}function o(a){var l,c=a._length;for(l=0;l<c;l+=1)shapePool.release(a.shapes[l]);a._length=0,t===n&&(i=pooling.double(i),n*=2),i[t]=a,t+=1}return e}(),ShapePropertyFactory=function(){var e=-999999;function t(y,P,b){var T=b.lastIndex,R,D,V,z,e1,j,n1,X,l1,c1=this.keyframes;if(y<c1[0].t-this.offsetTime)R=c1[0].s[0],V=!0,T=0;else if(y>=c1[c1.length-1].t-this.offsetTime)R=c1[c1.length-1].s?c1[c1.length-1].s[0]:c1[c1.length-2].e[0],V=!0;else{for(var t1=T,N=c1.length-1,Y=!0,M,B,U;Y&&(M=c1[t1],B=c1[t1+1],!(B.t-this.offsetTime>y));)t1<N-1?t1+=1:Y=!1;if(U=this.keyframesMetadata[t1]||{},V=M.h===1,T=t1,!V){if(y>=B.t-this.offsetTime)X=1;else if(y<M.t-this.offsetTime)X=0;else{var G;U.__fnct?G=U.__fnct:(G=BezierFactory.getBezierEasing(M.o.x,M.o.y,M.i.x,M.i.y).get,U.__fnct=G),X=G((y-(M.t-this.offsetTime))/(B.t-this.offsetTime-(M.t-this.offsetTime)))}D=B.s?B.s[0]:M.e[0]}R=M.s[0]}for(j=P._length,n1=R.i[0].length,b.lastIndex=T,z=0;z<j;z+=1)for(e1=0;e1<n1;e1+=1)l1=V?R.i[z][e1]:R.i[z][e1]+(D.i[z][e1]-R.i[z][e1])*X,P.i[z][e1]=l1,l1=V?R.o[z][e1]:R.o[z][e1]+(D.o[z][e1]-R.o[z][e1])*X,P.o[z][e1]=l1,l1=V?R.v[z][e1]:R.v[z][e1]+(D.v[z][e1]-R.v[z][e1])*X,P.v[z][e1]=l1}function n(){var y=this.comp.renderedFrame-this.offsetTime,P=this.keyframes[0].t-this.offsetTime,b=this.keyframes[this.keyframes.length-1].t-this.offsetTime,T=this._caching.lastFrame;return T!==e&&(T<P&&y<P||T>b&&y>b)||(this._caching.lastIndex=T<y?this._caching.lastIndex:0,this.interpolateShape(y,this.pv,this._caching)),this._caching.lastFrame=y,this.pv}function i(){this.paths=this.localShapeCollection}function s(y,P){if(y._length!==P._length||y.c!==P.c)return!1;var b,T=y._length;for(b=0;b<T;b+=1)if(y.v[b][0]!==P.v[b][0]||y.v[b][1]!==P.v[b][1]||y.o[b][0]!==P.o[b][0]||y.o[b][1]!==P.o[b][1]||y.i[b][0]!==P.i[b][0]||y.i[b][1]!==P.i[b][1])return!1;return!0}function o(y){s(this.v,y)||(this.v=shapePool.clone(y),this.localShapeCollection.releaseShapes(),this.localShapeCollection.addShape(this.v),this._mdf=!0,this.paths=this.localShapeCollection)}function a(){if(this.elem.globalData.frameId!==this.frameId){if(!this.effectsSequence.length){this._mdf=!1;return}if(this.lock){this.setVValue(this.pv);return}this.lock=!0,this._mdf=!1;var y;this.kf?y=this.pv:this.data.ks?y=this.data.ks.k:y=this.data.pt.k;var P,b=this.effectsSequence.length;for(P=0;P<b;P+=1)y=this.effectsSequence[P](y);this.setVValue(y),this.lock=!1,this.frameId=this.elem.globalData.frameId}}function l(y,P,b){this.propType="shape",this.comp=y.comp,this.container=y,this.elem=y,this.data=P,this.k=!1,this.kf=!1,this._mdf=!1;var T=b===3?P.pt.k:P.ks.k;this.v=shapePool.clone(T),this.pv=shapePool.clone(this.v),this.localShapeCollection=shapeCollectionPool.newShapeCollection(),this.paths=this.localShapeCollection,this.paths.addShape(this.v),this.reset=i,this.effectsSequence=[]}function c(y){this.effectsSequence.push(y),this.container.addDynamicProperty(this)}l.prototype.interpolateShape=t,l.prototype.getValue=a,l.prototype.setVValue=o,l.prototype.addEffect=c;function u(y,P,b){this.propType="shape",this.comp=y.comp,this.elem=y,this.container=y,this.offsetTime=y.data.st,this.keyframes=b===3?P.pt.k:P.ks.k,this.keyframesMetadata=[],this.k=!0,this.kf=!0;var T=this.keyframes[0].s[0].i.length;this.v=shapePool.newElement(),this.v.setPathData(this.keyframes[0].s[0].c,T),this.pv=shapePool.clone(this.v),this.localShapeCollection=shapeCollectionPool.newShapeCollection(),this.paths=this.localShapeCollection,this.paths.addShape(this.v),this.lastFrame=e,this.reset=i,this._caching={lastFrame:e,lastIndex:0},this.effectsSequence=[n.bind(this)]}u.prototype.getValue=a,u.prototype.interpolateShape=t,u.prototype.setVValue=o,u.prototype.addEffect=c;var f=function(){var y=roundCorner;function P(b,T){this.v=shapePool.newElement(),this.v.setPathData(!0,4),this.localShapeCollection=shapeCollectionPool.newShapeCollection(),this.paths=this.localShapeCollection,this.localShapeCollection.addShape(this.v),this.d=T.d,this.elem=b,this.comp=b.comp,this.frameId=-1,this.initDynamicPropertyContainer(b),this.p=PropertyFactory.getProp(b,T.p,1,0,this),this.s=PropertyFactory.getProp(b,T.s,1,0,this),this.dynamicProperties.length?this.k=!0:(this.k=!1,this.convertEllToPath())}return P.prototype={reset:i,getValue:function(){this.elem.globalData.frameId!==this.frameId&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties(),this._mdf&&this.convertEllToPath())},convertEllToPath:function(){var T=this.p.v[0],R=this.p.v[1],D=this.s.v[0]/2,V=this.s.v[1]/2,z=this.d!==3,e1=this.v;e1.v[0][0]=T,e1.v[0][1]=R-V,e1.v[1][0]=z?T+D:T-D,e1.v[1][1]=R,e1.v[2][0]=T,e1.v[2][1]=R+V,e1.v[3][0]=z?T-D:T+D,e1.v[3][1]=R,e1.i[0][0]=z?T-D*y:T+D*y,e1.i[0][1]=R-V,e1.i[1][0]=z?T+D:T-D,e1.i[1][1]=R-V*y,e1.i[2][0]=z?T+D*y:T-D*y,e1.i[2][1]=R+V,e1.i[3][0]=z?T-D:T+D,e1.i[3][1]=R+V*y,e1.o[0][0]=z?T+D*y:T-D*y,e1.o[0][1]=R-V,e1.o[1][0]=z?T+D:T-D,e1.o[1][1]=R+V*y,e1.o[2][0]=z?T-D*y:T+D*y,e1.o[2][1]=R+V,e1.o[3][0]=z?T-D:T+D,e1.o[3][1]=R-V*y}},extendPrototype([DynamicPropertyContainer],P),P}(),x=function(){function y(P,b){this.v=shapePool.newElement(),this.v.setPathData(!0,0),this.elem=P,this.comp=P.comp,this.data=b,this.frameId=-1,this.d=b.d,this.initDynamicPropertyContainer(P),b.sy===1?(this.ir=PropertyFactory.getProp(P,b.ir,0,0,this),this.is=PropertyFactory.getProp(P,b.is,0,.01,this),this.convertToPath=this.convertStarToPath):this.convertToPath=this.convertPolygonToPath,this.pt=PropertyFactory.getProp(P,b.pt,0,0,this),this.p=PropertyFactory.getProp(P,b.p,1,0,this),this.r=PropertyFactory.getProp(P,b.r,0,degToRads,this),this.or=PropertyFactory.getProp(P,b.or,0,0,this),this.os=PropertyFactory.getProp(P,b.os,0,.01,this),this.localShapeCollection=shapeCollectionPool.newShapeCollection(),this.localShapeCollection.addShape(this.v),this.paths=this.localShapeCollection,this.dynamicProperties.length?this.k=!0:(this.k=!1,this.convertToPath())}return y.prototype={reset:i,getValue:function(){this.elem.globalData.frameId!==this.frameId&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties(),this._mdf&&this.convertToPath())},convertStarToPath:function(){var b=Math.floor(this.pt.v)*2,T=Math.PI*2/b,R=!0,D=this.or.v,V=this.ir.v,z=this.os.v,e1=this.is.v,j=2*Math.PI*D/(b*2),n1=2*Math.PI*V/(b*2),X,l1,c1,t1,N=-Math.PI/2;N+=this.r.v;var Y=this.data.d===3?-1:1;for(this.v._length=0,X=0;X<b;X+=1){l1=R?D:V,c1=R?z:e1,t1=R?j:n1;var M=l1*Math.cos(N),B=l1*Math.sin(N),U=M===0&&B===0?0:B/Math.sqrt(M*M+B*B),G=M===0&&B===0?0:-M/Math.sqrt(M*M+B*B);M+=+this.p.v[0],B+=+this.p.v[1],this.v.setTripleAt(M,B,M-U*t1*c1*Y,B-G*t1*c1*Y,M+U*t1*c1*Y,B+G*t1*c1*Y,X,!0),R=!R,N+=T*Y}},convertPolygonToPath:function(){var b=Math.floor(this.pt.v),T=Math.PI*2/b,R=this.or.v,D=this.os.v,V=2*Math.PI*R/(b*4),z,e1=-Math.PI*.5,j=this.data.d===3?-1:1;for(e1+=this.r.v,this.v._length=0,z=0;z<b;z+=1){var n1=R*Math.cos(e1),X=R*Math.sin(e1),l1=n1===0&&X===0?0:X/Math.sqrt(n1*n1+X*X),c1=n1===0&&X===0?0:-n1/Math.sqrt(n1*n1+X*X);n1+=+this.p.v[0],X+=+this.p.v[1],this.v.setTripleAt(n1,X,n1-l1*V*D*j,X-c1*V*D*j,n1+l1*V*D*j,X+c1*V*D*j,z,!0),e1+=T*j}this.paths.length=0,this.paths[0]=this.v}},extendPrototype([DynamicPropertyContainer],y),y}(),m=function(){function y(P,b){this.v=shapePool.newElement(),this.v.c=!0,this.localShapeCollection=shapeCollectionPool.newShapeCollection(),this.localShapeCollection.addShape(this.v),this.paths=this.localShapeCollection,this.elem=P,this.comp=P.comp,this.frameId=-1,this.d=b.d,this.initDynamicPropertyContainer(P),this.p=PropertyFactory.getProp(P,b.p,1,0,this),this.s=PropertyFactory.getProp(P,b.s,1,0,this),this.r=PropertyFactory.getProp(P,b.r,0,0,this),this.dynamicProperties.length?this.k=!0:(this.k=!1,this.convertRectToPath())}return y.prototype={convertRectToPath:function(){var b=this.p.v[0],T=this.p.v[1],R=this.s.v[0]/2,D=this.s.v[1]/2,V=bmMin(R,D,this.r.v),z=V*(1-roundCorner);this.v._length=0,this.d===2||this.d===1?(this.v.setTripleAt(b+R,T-D+V,b+R,T-D+V,b+R,T-D+z,0,!0),this.v.setTripleAt(b+R,T+D-V,b+R,T+D-z,b+R,T+D-V,1,!0),V!==0?(this.v.setTripleAt(b+R-V,T+D,b+R-V,T+D,b+R-z,T+D,2,!0),this.v.setTripleAt(b-R+V,T+D,b-R+z,T+D,b-R+V,T+D,3,!0),this.v.setTripleAt(b-R,T+D-V,b-R,T+D-V,b-R,T+D-z,4,!0),this.v.setTripleAt(b-R,T-D+V,b-R,T-D+z,b-R,T-D+V,5,!0),this.v.setTripleAt(b-R+V,T-D,b-R+V,T-D,b-R+z,T-D,6,!0),this.v.setTripleAt(b+R-V,T-D,b+R-z,T-D,b+R-V,T-D,7,!0)):(this.v.setTripleAt(b-R,T+D,b-R+z,T+D,b-R,T+D,2),this.v.setTripleAt(b-R,T-D,b-R,T-D+z,b-R,T-D,3))):(this.v.setTripleAt(b+R,T-D+V,b+R,T-D+z,b+R,T-D+V,0,!0),V!==0?(this.v.setTripleAt(b+R-V,T-D,b+R-V,T-D,b+R-z,T-D,1,!0),this.v.setTripleAt(b-R+V,T-D,b-R+z,T-D,b-R+V,T-D,2,!0),this.v.setTripleAt(b-R,T-D+V,b-R,T-D+V,b-R,T-D+z,3,!0),this.v.setTripleAt(b-R,T+D-V,b-R,T+D-z,b-R,T+D-V,4,!0),this.v.setTripleAt(b-R+V,T+D,b-R+V,T+D,b-R+z,T+D,5,!0),this.v.setTripleAt(b+R-V,T+D,b+R-z,T+D,b+R-V,T+D,6,!0),this.v.setTripleAt(b+R,T+D-V,b+R,T+D-V,b+R,T+D-z,7,!0)):(this.v.setTripleAt(b-R,T-D,b-R+z,T-D,b-R,T-D,1,!0),this.v.setTripleAt(b-R,T+D,b-R,T+D-z,b-R,T+D,2,!0),this.v.setTripleAt(b+R,T+D,b+R-z,T+D,b+R,T+D,3,!0)))},getValue:function(){this.elem.globalData.frameId!==this.frameId&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties(),this._mdf&&this.convertRectToPath())},reset:i},extendPrototype([DynamicPropertyContainer],y),y}();function S(y,P,b){var T;if(b===3||b===4){var R=b===3?P.pt:P.ks,D=R.k;D.length?T=new u(y,P,b):T=new l(y,P,b)}else b===5?T=new m(y,P):b===6?T=new f(y,P):b===7&&(T=new x(y,P));return T.k&&y.addDynamicProperty(T),T}function E(){return l}function d(){return u}var I={};return I.getShapeProp=S,I.getConstructorFunction=E,I.getKeyframedConstructorFunction=d,I}();/*!
|
|
293
298
|
Transformation Matrix v2.0
|
|
294
299
|
(c) Epistemex 2014-2015
|
|
@@ -298,7 +303,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
298
303
|
License: MIT, header required.
|
|
299
304
|
*/var Matrix=function(){var e=Math.cos,t=Math.sin,n=Math.tan,i=Math.round;function s(){return this.props[0]=1,this.props[1]=0,this.props[2]=0,this.props[3]=0,this.props[4]=0,this.props[5]=1,this.props[6]=0,this.props[7]=0,this.props[8]=0,this.props[9]=0,this.props[10]=1,this.props[11]=0,this.props[12]=0,this.props[13]=0,this.props[14]=0,this.props[15]=1,this}function o(M){if(M===0)return this;var B=e(M),U=t(M);return this._t(B,-U,0,0,U,B,0,0,0,0,1,0,0,0,0,1)}function a(M){if(M===0)return this;var B=e(M),U=t(M);return this._t(1,0,0,0,0,B,-U,0,0,U,B,0,0,0,0,1)}function l(M){if(M===0)return this;var B=e(M),U=t(M);return this._t(B,0,U,0,0,1,0,0,-U,0,B,0,0,0,0,1)}function c(M){if(M===0)return this;var B=e(M),U=t(M);return this._t(B,-U,0,0,U,B,0,0,0,0,1,0,0,0,0,1)}function u(M,B){return this._t(1,B,M,1,0,0)}function f(M,B){return this.shear(n(M),n(B))}function x(M,B){var U=e(B),G=t(B);return this._t(U,G,0,0,-G,U,0,0,0,0,1,0,0,0,0,1)._t(1,0,0,0,n(M),1,0,0,0,0,1,0,0,0,0,1)._t(U,-G,0,0,G,U,0,0,0,0,1,0,0,0,0,1)}function m(M,B,U){return!U&&U!==0&&(U=1),M===1&&B===1&&U===1?this:this._t(M,0,0,0,0,B,0,0,0,0,U,0,0,0,0,1)}function S(M,B,U,G,a1,p1,u1,y1,g1,E1,P1,R1,S1,I1,o1,_1){return this.props[0]=M,this.props[1]=B,this.props[2]=U,this.props[3]=G,this.props[4]=a1,this.props[5]=p1,this.props[6]=u1,this.props[7]=y1,this.props[8]=g1,this.props[9]=E1,this.props[10]=P1,this.props[11]=R1,this.props[12]=S1,this.props[13]=I1,this.props[14]=o1,this.props[15]=_1,this}function E(M,B,U){return U=U||0,M!==0||B!==0||U!==0?this._t(1,0,0,0,0,1,0,0,0,0,1,0,M,B,U,1):this}function d(M,B,U,G,a1,p1,u1,y1,g1,E1,P1,R1,S1,I1,o1,_1){var d1=this.props;if(M===1&&B===0&&U===0&&G===0&&a1===0&&p1===1&&u1===0&&y1===0&&g1===0&&E1===0&&P1===1&&R1===0)return d1[12]=d1[12]*M+d1[15]*S1,d1[13]=d1[13]*p1+d1[15]*I1,d1[14]=d1[14]*P1+d1[15]*o1,d1[15]*=_1,this._identityCalculated=!1,this;var A1=d1[0],j1=d1[1],L1=d1[2],F1=d1[3],D1=d1[4],Y1=d1[5],B1=d1[6],v1=d1[7],le=d1[8],V1=d1[9],X1=d1[10],ee=d1[11],H1=d1[12],Z1=d1[13],re=d1[14],de=d1[15];return d1[0]=A1*M+j1*a1+L1*g1+F1*S1,d1[1]=A1*B+j1*p1+L1*E1+F1*I1,d1[2]=A1*U+j1*u1+L1*P1+F1*o1,d1[3]=A1*G+j1*y1+L1*R1+F1*_1,d1[4]=D1*M+Y1*a1+B1*g1+v1*S1,d1[5]=D1*B+Y1*p1+B1*E1+v1*I1,d1[6]=D1*U+Y1*u1+B1*P1+v1*o1,d1[7]=D1*G+Y1*y1+B1*R1+v1*_1,d1[8]=le*M+V1*a1+X1*g1+ee*S1,d1[9]=le*B+V1*p1+X1*E1+ee*I1,d1[10]=le*U+V1*u1+X1*P1+ee*o1,d1[11]=le*G+V1*y1+X1*R1+ee*_1,d1[12]=H1*M+Z1*a1+re*g1+de*S1,d1[13]=H1*B+Z1*p1+re*E1+de*I1,d1[14]=H1*U+Z1*u1+re*P1+de*o1,d1[15]=H1*G+Z1*y1+re*R1+de*_1,this._identityCalculated=!1,this}function I(M){var B=M.props;return this.transform(B[0],B[1],B[2],B[3],B[4],B[5],B[6],B[7],B[8],B[9],B[10],B[11],B[12],B[13],B[14],B[15])}function y(){return this._identityCalculated||(this._identity=!(this.props[0]!==1||this.props[1]!==0||this.props[2]!==0||this.props[3]!==0||this.props[4]!==0||this.props[5]!==1||this.props[6]!==0||this.props[7]!==0||this.props[8]!==0||this.props[9]!==0||this.props[10]!==1||this.props[11]!==0||this.props[12]!==0||this.props[13]!==0||this.props[14]!==0||this.props[15]!==1),this._identityCalculated=!0),this._identity}function P(M){for(var B=0;B<16;){if(M.props[B]!==this.props[B])return!1;B+=1}return!0}function b(M){var B;for(B=0;B<16;B+=1)M.props[B]=this.props[B];return M}function T(M){var B;for(B=0;B<16;B+=1)this.props[B]=M[B]}function R(M,B,U){return{x:M*this.props[0]+B*this.props[4]+U*this.props[8]+this.props[12],y:M*this.props[1]+B*this.props[5]+U*this.props[9]+this.props[13],z:M*this.props[2]+B*this.props[6]+U*this.props[10]+this.props[14]}}function D(M,B,U){return M*this.props[0]+B*this.props[4]+U*this.props[8]+this.props[12]}function V(M,B,U){return M*this.props[1]+B*this.props[5]+U*this.props[9]+this.props[13]}function z(M,B,U){return M*this.props[2]+B*this.props[6]+U*this.props[10]+this.props[14]}function e1(){var M=this.props[0]*this.props[5]-this.props[1]*this.props[4],B=this.props[5]/M,U=-this.props[1]/M,G=-this.props[4]/M,a1=this.props[0]/M,p1=(this.props[4]*this.props[13]-this.props[5]*this.props[12])/M,u1=-(this.props[0]*this.props[13]-this.props[1]*this.props[12])/M,y1=new Matrix;return y1.props[0]=B,y1.props[1]=U,y1.props[4]=G,y1.props[5]=a1,y1.props[12]=p1,y1.props[13]=u1,y1}function j(M){var B=this.getInverseMatrix();return B.applyToPointArray(M[0],M[1],M[2]||0)}function n1(M){var B,U=M.length,G=[];for(B=0;B<U;B+=1)G[B]=j(M[B]);return G}function X(M,B,U){var G=createTypedArray("float32",6);if(this.isIdentity())G[0]=M[0],G[1]=M[1],G[2]=B[0],G[3]=B[1],G[4]=U[0],G[5]=U[1];else{var a1=this.props[0],p1=this.props[1],u1=this.props[4],y1=this.props[5],g1=this.props[12],E1=this.props[13];G[0]=M[0]*a1+M[1]*u1+g1,G[1]=M[0]*p1+M[1]*y1+E1,G[2]=B[0]*a1+B[1]*u1+g1,G[3]=B[0]*p1+B[1]*y1+E1,G[4]=U[0]*a1+U[1]*u1+g1,G[5]=U[0]*p1+U[1]*y1+E1}return G}function l1(M,B,U){var G;return this.isIdentity()?G=[M,B,U]:G=[M*this.props[0]+B*this.props[4]+U*this.props[8]+this.props[12],M*this.props[1]+B*this.props[5]+U*this.props[9]+this.props[13],M*this.props[2]+B*this.props[6]+U*this.props[10]+this.props[14]],G}function c1(M,B){if(this.isIdentity())return M+","+B;var U=this.props;return Math.round((M*U[0]+B*U[4]+U[12])*100)/100+","+Math.round((M*U[1]+B*U[5]+U[13])*100)/100}function t1(){for(var M=0,B=this.props,U="matrix3d(",G=1e4;M<16;)U+=i(B[M]*G)/G,U+=M===15?")":",",M+=1;return U}function N(M){var B=1e4;return M<1e-6&&M>0||M>-1e-6&&M<0?i(M*B)/B:M}function Y(){var M=this.props,B=N(M[0]),U=N(M[1]),G=N(M[4]),a1=N(M[5]),p1=N(M[12]),u1=N(M[13]);return"matrix("+B+","+U+","+G+","+a1+","+p1+","+u1+")"}return function(){this.reset=s,this.rotate=o,this.rotateX=a,this.rotateY=l,this.rotateZ=c,this.skew=f,this.skewFromAxis=x,this.shear=u,this.scale=m,this.setTransform=S,this.translate=E,this.transform=d,this.multiply=I,this.applyToPoint=R,this.applyToX=D,this.applyToY=V,this.applyToZ=z,this.applyToPointArray=l1,this.applyToTriplePoints=X,this.applyToPointStringified=c1,this.toCSS=t1,this.to2dCSS=Y,this.clone=b,this.cloneFromProps=T,this.equals=P,this.inversePoints=n1,this.inversePoint=j,this.getInverseMatrix=e1,this._t=this.transform,this.isIdentity=y,this._identity=!0,this._identityCalculated=!1,this.props=createTypedArray("float32",16),this.reset()}}();function _typeof$3(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?_typeof$3=function(n){return typeof n}:_typeof$3=function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n},_typeof$3(e)}var lottie={};function setLocation(e){setLocationHref(e)}function searchAnimations(){animationManager.searchAnimations()}function setSubframeRendering(e){setSubframeEnabled(e)}function setPrefix(e){setIdPrefix(e)}function loadAnimation(e){return animationManager.loadAnimation(e)}function setQuality(e){if(typeof e=="string")switch(e){case"high":setDefaultCurveSegments(200);break;default:case"medium":setDefaultCurveSegments(50);break;case"low":setDefaultCurveSegments(10);break}else!isNaN(e)&&e>1&&setDefaultCurveSegments(e)}function inBrowser(){return typeof navigator<"u"}function installPlugin(e,t){e==="expressions"&&setExpressionsPlugin(t)}function getFactory(e){switch(e){case"propertyFactory":return PropertyFactory;case"shapePropertyFactory":return ShapePropertyFactory;case"matrix":return Matrix;default:return null}}lottie.play=animationManager.play,lottie.pause=animationManager.pause,lottie.setLocationHref=setLocation,lottie.togglePause=animationManager.togglePause,lottie.setSpeed=animationManager.setSpeed,lottie.setDirection=animationManager.setDirection,lottie.stop=animationManager.stop,lottie.searchAnimations=searchAnimations,lottie.registerAnimation=animationManager.registerAnimation,lottie.loadAnimation=loadAnimation,lottie.setSubframeRendering=setSubframeRendering,lottie.resize=animationManager.resize,lottie.goToAndStop=animationManager.goToAndStop,lottie.destroy=animationManager.destroy,lottie.setQuality=setQuality,lottie.inBrowser=inBrowser,lottie.installPlugin=installPlugin,lottie.freeze=animationManager.freeze,lottie.unfreeze=animationManager.unfreeze,lottie.setVolume=animationManager.setVolume,lottie.mute=animationManager.mute,lottie.unmute=animationManager.unmute,lottie.getRegisteredAnimations=animationManager.getRegisteredAnimations,lottie.useWebWorker=setWebWorker,lottie.setIDPrefix=setPrefix,lottie.__getFactory=getFactory,lottie.version="5.12.2";function checkReady(){document.readyState==="complete"&&(clearInterval(readyStateCheckInterval),searchAnimations())}function getQueryVariable(e){for(var t=queryString.split("&"),n=0;n<t.length;n+=1){var i=t[n].split("=");if(decodeURIComponent(i[0])==e)return decodeURIComponent(i[1])}return null}var queryString="";{var scripts=document.getElementsByTagName("script"),index=scripts.length-1,myScript=scripts[index]||{src:""};queryString=myScript.src?myScript.src.replace(/^[^\?]+\??/,""):"",getQueryVariable("renderer")}var readyStateCheckInterval=setInterval(checkReady,100);try{_typeof$3(exports)!=="object"&&(window.bodymovin=lottie)}catch(e){}var ShapeModifiers=function(){var e={},t={};e.registerModifier=n,e.getModifier=i;function n(s,o){t[s]||(t[s]=o)}function i(s,o,a){return new t[s](o,a)}return e}();function ShapeModifier(){}ShapeModifier.prototype.initModifierProperties=function(){},ShapeModifier.prototype.addShapeToModifier=function(){},ShapeModifier.prototype.addShape=function(e){if(!this.closed){e.sh.container.addDynamicProperty(e.sh);var t={shape:e.sh,data:e,localShapeCollection:shapeCollectionPool.newShapeCollection()};this.shapes.push(t),this.addShapeToModifier(t),this._isAnimated&&e.setAsAnimated()}},ShapeModifier.prototype.init=function(e,t){this.shapes=[],this.elem=e,this.initDynamicPropertyContainer(e),this.initModifierProperties(e,t),this.frameId=initialDefaultFrame,this.closed=!1,this.k=!1,this.dynamicProperties.length?this.k=!0:this.getValue(!0)},ShapeModifier.prototype.processKeys=function(){this.elem.globalData.frameId!==this.frameId&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties())},extendPrototype([DynamicPropertyContainer],ShapeModifier);function TrimModifier(){}extendPrototype([ShapeModifier],TrimModifier),TrimModifier.prototype.initModifierProperties=function(e,t){this.s=PropertyFactory.getProp(e,t.s,0,.01,this),this.e=PropertyFactory.getProp(e,t.e,0,.01,this),this.o=PropertyFactory.getProp(e,t.o,0,0,this),this.sValue=0,this.eValue=0,this.getValue=this.processKeys,this.m=t.m,this._isAnimated=!!this.s.effectsSequence.length||!!this.e.effectsSequence.length||!!this.o.effectsSequence.length},TrimModifier.prototype.addShapeToModifier=function(e){e.pathsData=[]},TrimModifier.prototype.calculateShapeEdges=function(e,t,n,i,s){var o=[];t<=1?o.push({s:e,e:t}):e>=1?o.push({s:e-1,e:t-1}):(o.push({s:e,e:1}),o.push({s:0,e:t-1}));var a=[],l,c=o.length,u;for(l=0;l<c;l+=1)if(u=o[l],!(u.e*s<i||u.s*s>i+n)){var f,x;u.s*s<=i?f=0:f=(u.s*s-i)/n,u.e*s>=i+n?x=1:x=(u.e*s-i)/n,a.push([f,x])}return a.length||a.push([0,0]),a},TrimModifier.prototype.releasePathsData=function(e){var t,n=e.length;for(t=0;t<n;t+=1)segmentsLengthPool.release(e[t]);return e.length=0,e},TrimModifier.prototype.processShapes=function(e){var t,n;if(this._mdf||e){var i=this.o.v%360/360;if(i<0&&(i+=1),this.s.v>1?t=1+i:this.s.v<0?t=0+i:t=this.s.v+i,this.e.v>1?n=1+i:this.e.v<0?n=0+i:n=this.e.v+i,t>n){var s=t;t=n,n=s}t=Math.round(t*1e4)*1e-4,n=Math.round(n*1e4)*1e-4,this.sValue=t,this.eValue=n}else t=this.sValue,n=this.eValue;var o,a,l=this.shapes.length,c,u,f,x,m,S=0;if(n===t)for(a=0;a<l;a+=1)this.shapes[a].localShapeCollection.releaseShapes(),this.shapes[a].shape._mdf=!0,this.shapes[a].shape.paths=this.shapes[a].localShapeCollection,this._mdf&&(this.shapes[a].pathsData.length=0);else if(n===1&&t===0||n===0&&t===1){if(this._mdf)for(a=0;a<l;a+=1)this.shapes[a].pathsData.length=0,this.shapes[a].shape._mdf=!0}else{var E=[],d,I;for(a=0;a<l;a+=1)if(d=this.shapes[a],!d.shape._mdf&&!this._mdf&&!e&&this.m!==2)d.shape.paths=d.localShapeCollection;else{if(o=d.shape.paths,u=o._length,m=0,!d.shape._mdf&&d.pathsData.length)m=d.totalShapeLength;else{for(f=this.releasePathsData(d.pathsData),c=0;c<u;c+=1)x=bez.getSegmentsLength(o.shapes[c]),f.push(x),m+=x.totalLength;d.totalShapeLength=m,d.pathsData=f}S+=m,d.shape._mdf=!0}var y=t,P=n,b=0,T;for(a=l-1;a>=0;a-=1)if(d=this.shapes[a],d.shape._mdf){for(I=d.localShapeCollection,I.releaseShapes(),this.m===2&&l>1?(T=this.calculateShapeEdges(t,n,d.totalShapeLength,b,S),b+=d.totalShapeLength):T=[[y,P]],u=T.length,c=0;c<u;c+=1){y=T[c][0],P=T[c][1],E.length=0,P<=1?E.push({s:d.totalShapeLength*y,e:d.totalShapeLength*P}):y>=1?E.push({s:d.totalShapeLength*(y-1),e:d.totalShapeLength*(P-1)}):(E.push({s:d.totalShapeLength*y,e:d.totalShapeLength}),E.push({s:0,e:d.totalShapeLength*(P-1)}));var R=this.addShapes(d,E[0]);if(E[0].s!==E[0].e){if(E.length>1){var D=d.shape.paths.shapes[d.shape.paths._length-1];if(D.c){var V=R.pop();this.addPaths(R,I),R=this.addShapes(d,E[1],V)}else this.addPaths(R,I),R=this.addShapes(d,E[1])}this.addPaths(R,I)}}d.shape.paths=I}}},TrimModifier.prototype.addPaths=function(e,t){var n,i=e.length;for(n=0;n<i;n+=1)t.addShape(e[n])},TrimModifier.prototype.addSegment=function(e,t,n,i,s,o,a){s.setXYAt(t[0],t[1],"o",o),s.setXYAt(n[0],n[1],"i",o+1),a&&s.setXYAt(e[0],e[1],"v",o),s.setXYAt(i[0],i[1],"v",o+1)},TrimModifier.prototype.addSegmentFromArray=function(e,t,n,i){t.setXYAt(e[1],e[5],"o",n),t.setXYAt(e[2],e[6],"i",n+1),i&&t.setXYAt(e[0],e[4],"v",n),t.setXYAt(e[3],e[7],"v",n+1)},TrimModifier.prototype.addShapes=function(e,t,n){var i=e.pathsData,s=e.shape.paths.shapes,o,a=e.shape.paths._length,l,c,u=0,f,x,m,S,E=[],d,I=!0;for(n?(x=n._length,d=n._length):(n=shapePool.newElement(),x=0,d=0),E.push(n),o=0;o<a;o+=1){for(m=i[o].lengths,n.c=s[o].c,c=s[o].c?m.length:m.length+1,l=1;l<c;l+=1)if(f=m[l-1],u+f.addedLength<t.s)u+=f.addedLength,n.c=!1;else if(u>t.e){n.c=!1;break}else t.s<=u&&t.e>=u+f.addedLength?(this.addSegment(s[o].v[l-1],s[o].o[l-1],s[o].i[l],s[o].v[l],n,x,I),I=!1):(S=bez.getNewSegment(s[o].v[l-1],s[o].v[l],s[o].o[l-1],s[o].i[l],(t.s-u)/f.addedLength,(t.e-u)/f.addedLength,m[l-1]),this.addSegmentFromArray(S,n,x,I),I=!1,n.c=!1),u+=f.addedLength,x+=1;if(s[o].c&&m.length){if(f=m[l-1],u<=t.e){var y=m[l-1].addedLength;t.s<=u&&t.e>=u+y?(this.addSegment(s[o].v[l-1],s[o].o[l-1],s[o].i[0],s[o].v[0],n,x,I),I=!1):(S=bez.getNewSegment(s[o].v[l-1],s[o].v[0],s[o].o[l-1],s[o].i[0],(t.s-u)/y,(t.e-u)/y,m[l-1]),this.addSegmentFromArray(S,n,x,I),I=!1,n.c=!1)}else n.c=!1;u+=f.addedLength,x+=1}if(n._length&&(n.setXYAt(n.v[d][0],n.v[d][1],"i",d),n.setXYAt(n.v[n._length-1][0],n.v[n._length-1][1],"o",n._length-1)),u>t.e)break;o<a-1&&(n=shapePool.newElement(),I=!0,E.push(n),x=0)}return E};function PuckerAndBloatModifier(){}extendPrototype([ShapeModifier],PuckerAndBloatModifier),PuckerAndBloatModifier.prototype.initModifierProperties=function(e,t){this.getValue=this.processKeys,this.amount=PropertyFactory.getProp(e,t.a,0,null,this),this._isAnimated=!!this.amount.effectsSequence.length},PuckerAndBloatModifier.prototype.processPath=function(e,t){var n=t/100,i=[0,0],s=e._length,o=0;for(o=0;o<s;o+=1)i[0]+=e.v[o][0],i[1]+=e.v[o][1];i[0]/=s,i[1]/=s;var a=shapePool.newElement();a.c=e.c;var l,c,u,f,x,m;for(o=0;o<s;o+=1)l=e.v[o][0]+(i[0]-e.v[o][0])*n,c=e.v[o][1]+(i[1]-e.v[o][1])*n,u=e.o[o][0]+(i[0]-e.o[o][0])*-n,f=e.o[o][1]+(i[1]-e.o[o][1])*-n,x=e.i[o][0]+(i[0]-e.i[o][0])*-n,m=e.i[o][1]+(i[1]-e.i[o][1])*-n,a.setTripleAt(l,c,u,f,x,m,o);return a},PuckerAndBloatModifier.prototype.processShapes=function(e){var t,n,i=this.shapes.length,s,o,a=this.amount.v;if(a!==0){var l,c;for(n=0;n<i;n+=1){if(l=this.shapes[n],c=l.localShapeCollection,!(!l.shape._mdf&&!this._mdf&&!e))for(c.releaseShapes(),l.shape._mdf=!0,t=l.shape.paths.shapes,o=l.shape.paths._length,s=0;s<o;s+=1)c.addShape(this.processPath(t[s],a));l.shape.paths=l.localShapeCollection}}this.dynamicProperties.length||(this._mdf=!1)};var TransformPropertyFactory=function(){var e=[0,0];function t(c){var u=this._mdf;this.iterateDynamicProperties(),this._mdf=this._mdf||u,this.a&&c.translate(-this.a.v[0],-this.a.v[1],this.a.v[2]),this.s&&c.scale(this.s.v[0],this.s.v[1],this.s.v[2]),this.sk&&c.skewFromAxis(-this.sk.v,this.sa.v),this.r?c.rotate(-this.r.v):c.rotateZ(-this.rz.v).rotateY(this.ry.v).rotateX(this.rx.v).rotateZ(-this.or.v[2]).rotateY(this.or.v[1]).rotateX(this.or.v[0]),this.data.p.s?this.data.p.z?c.translate(this.px.v,this.py.v,-this.pz.v):c.translate(this.px.v,this.py.v,0):c.translate(this.p.v[0],this.p.v[1],-this.p.v[2])}function n(c){if(this.elem.globalData.frameId!==this.frameId){if(this._isDirty&&(this.precalculateMatrix(),this._isDirty=!1),this.iterateDynamicProperties(),this._mdf||c){var u;if(this.v.cloneFromProps(this.pre.props),this.appliedTransformations<1&&this.v.translate(-this.a.v[0],-this.a.v[1],this.a.v[2]),this.appliedTransformations<2&&this.v.scale(this.s.v[0],this.s.v[1],this.s.v[2]),this.sk&&this.appliedTransformations<3&&this.v.skewFromAxis(-this.sk.v,this.sa.v),this.r&&this.appliedTransformations<4?this.v.rotate(-this.r.v):!this.r&&this.appliedTransformations<4&&this.v.rotateZ(-this.rz.v).rotateY(this.ry.v).rotateX(this.rx.v).rotateZ(-this.or.v[2]).rotateY(this.or.v[1]).rotateX(this.or.v[0]),this.autoOriented){var f,x;if(u=this.elem.globalData.frameRate,this.p&&this.p.keyframes&&this.p.getValueAtTime)this.p._caching.lastFrame+this.p.offsetTime<=this.p.keyframes[0].t?(f=this.p.getValueAtTime((this.p.keyframes[0].t+.01)/u,0),x=this.p.getValueAtTime(this.p.keyframes[0].t/u,0)):this.p._caching.lastFrame+this.p.offsetTime>=this.p.keyframes[this.p.keyframes.length-1].t?(f=this.p.getValueAtTime(this.p.keyframes[this.p.keyframes.length-1].t/u,0),x=this.p.getValueAtTime((this.p.keyframes[this.p.keyframes.length-1].t-.05)/u,0)):(f=this.p.pv,x=this.p.getValueAtTime((this.p._caching.lastFrame+this.p.offsetTime-.01)/u,this.p.offsetTime));else if(this.px&&this.px.keyframes&&this.py.keyframes&&this.px.getValueAtTime&&this.py.getValueAtTime){f=[],x=[];var m=this.px,S=this.py;m._caching.lastFrame+m.offsetTime<=m.keyframes[0].t?(f[0]=m.getValueAtTime((m.keyframes[0].t+.01)/u,0),f[1]=S.getValueAtTime((S.keyframes[0].t+.01)/u,0),x[0]=m.getValueAtTime(m.keyframes[0].t/u,0),x[1]=S.getValueAtTime(S.keyframes[0].t/u,0)):m._caching.lastFrame+m.offsetTime>=m.keyframes[m.keyframes.length-1].t?(f[0]=m.getValueAtTime(m.keyframes[m.keyframes.length-1].t/u,0),f[1]=S.getValueAtTime(S.keyframes[S.keyframes.length-1].t/u,0),x[0]=m.getValueAtTime((m.keyframes[m.keyframes.length-1].t-.01)/u,0),x[1]=S.getValueAtTime((S.keyframes[S.keyframes.length-1].t-.01)/u,0)):(f=[m.pv,S.pv],x[0]=m.getValueAtTime((m._caching.lastFrame+m.offsetTime-.01)/u,m.offsetTime),x[1]=S.getValueAtTime((S._caching.lastFrame+S.offsetTime-.01)/u,S.offsetTime))}else x=e,f=x;this.v.rotate(-Math.atan2(f[1]-x[1],f[0]-x[0]))}this.data.p&&this.data.p.s?this.data.p.z?this.v.translate(this.px.v,this.py.v,-this.pz.v):this.v.translate(this.px.v,this.py.v,0):this.v.translate(this.p.v[0],this.p.v[1],-this.p.v[2])}this.frameId=this.elem.globalData.frameId}}function i(){if(this.appliedTransformations=0,this.pre.reset(),!this.a.effectsSequence.length)this.pre.translate(-this.a.v[0],-this.a.v[1],this.a.v[2]),this.appliedTransformations=1;else return;if(!this.s.effectsSequence.length)this.pre.scale(this.s.v[0],this.s.v[1],this.s.v[2]),this.appliedTransformations=2;else return;if(this.sk)if(!this.sk.effectsSequence.length&&!this.sa.effectsSequence.length)this.pre.skewFromAxis(-this.sk.v,this.sa.v),this.appliedTransformations=3;else return;this.r?this.r.effectsSequence.length||(this.pre.rotate(-this.r.v),this.appliedTransformations=4):!this.rz.effectsSequence.length&&!this.ry.effectsSequence.length&&!this.rx.effectsSequence.length&&!this.or.effectsSequence.length&&(this.pre.rotateZ(-this.rz.v).rotateY(this.ry.v).rotateX(this.rx.v).rotateZ(-this.or.v[2]).rotateY(this.or.v[1]).rotateX(this.or.v[0]),this.appliedTransformations=4)}function s(){}function o(c){this._addDynamicProperty(c),this.elem.addDynamicProperty(c),this._isDirty=!0}function a(c,u,f){if(this.elem=c,this.frameId=-1,this.propType="transform",this.data=u,this.v=new Matrix,this.pre=new Matrix,this.appliedTransformations=0,this.initDynamicPropertyContainer(f||c),u.p&&u.p.s?(this.px=PropertyFactory.getProp(c,u.p.x,0,0,this),this.py=PropertyFactory.getProp(c,u.p.y,0,0,this),u.p.z&&(this.pz=PropertyFactory.getProp(c,u.p.z,0,0,this))):this.p=PropertyFactory.getProp(c,u.p||{k:[0,0,0]},1,0,this),u.rx){if(this.rx=PropertyFactory.getProp(c,u.rx,0,degToRads,this),this.ry=PropertyFactory.getProp(c,u.ry,0,degToRads,this),this.rz=PropertyFactory.getProp(c,u.rz,0,degToRads,this),u.or.k[0].ti){var x,m=u.or.k.length;for(x=0;x<m;x+=1)u.or.k[x].to=null,u.or.k[x].ti=null}this.or=PropertyFactory.getProp(c,u.or,1,degToRads,this),this.or.sh=!0}else this.r=PropertyFactory.getProp(c,u.r||{k:0},0,degToRads,this);u.sk&&(this.sk=PropertyFactory.getProp(c,u.sk,0,degToRads,this),this.sa=PropertyFactory.getProp(c,u.sa,0,degToRads,this)),this.a=PropertyFactory.getProp(c,u.a||{k:[0,0,0]},1,0,this),this.s=PropertyFactory.getProp(c,u.s||{k:[100,100,100]},1,.01,this),u.o?this.o=PropertyFactory.getProp(c,u.o,0,.01,c):this.o={_mdf:!1,v:1},this._isDirty=!0,this.dynamicProperties.length||this.getValue(!0)}a.prototype={applyToMatrix:t,getValue:n,precalculateMatrix:i,autoOrient:s},extendPrototype([DynamicPropertyContainer],a),a.prototype.addDynamicProperty=o,a.prototype._addDynamicProperty=DynamicPropertyContainer.prototype.addDynamicProperty;function l(c,u,f){return new a(c,u,f)}return{getTransformProperty:l}}();function RepeaterModifier(){}extendPrototype([ShapeModifier],RepeaterModifier),RepeaterModifier.prototype.initModifierProperties=function(e,t){this.getValue=this.processKeys,this.c=PropertyFactory.getProp(e,t.c,0,null,this),this.o=PropertyFactory.getProp(e,t.o,0,null,this),this.tr=TransformPropertyFactory.getTransformProperty(e,t.tr,this),this.so=PropertyFactory.getProp(e,t.tr.so,0,.01,this),this.eo=PropertyFactory.getProp(e,t.tr.eo,0,.01,this),this.data=t,this.dynamicProperties.length||this.getValue(!0),this._isAnimated=!!this.dynamicProperties.length,this.pMatrix=new Matrix,this.rMatrix=new Matrix,this.sMatrix=new Matrix,this.tMatrix=new Matrix,this.matrix=new Matrix},RepeaterModifier.prototype.applyTransforms=function(e,t,n,i,s,o){var a=o?-1:1,l=i.s.v[0]+(1-i.s.v[0])*(1-s),c=i.s.v[1]+(1-i.s.v[1])*(1-s);e.translate(i.p.v[0]*a*s,i.p.v[1]*a*s,i.p.v[2]),t.translate(-i.a.v[0],-i.a.v[1],i.a.v[2]),t.rotate(-i.r.v*a*s),t.translate(i.a.v[0],i.a.v[1],i.a.v[2]),n.translate(-i.a.v[0],-i.a.v[1],i.a.v[2]),n.scale(o?1/l:l,o?1/c:c),n.translate(i.a.v[0],i.a.v[1],i.a.v[2])},RepeaterModifier.prototype.init=function(e,t,n,i){for(this.elem=e,this.arr=t,this.pos=n,this.elemsData=i,this._currentCopies=0,this._elements=[],this._groups=[],this.frameId=-1,this.initDynamicPropertyContainer(e),this.initModifierProperties(e,t[n]);n>0;)n-=1,this._elements.unshift(t[n]);this.dynamicProperties.length?this.k=!0:this.getValue(!0)},RepeaterModifier.prototype.resetElements=function(e){var t,n=e.length;for(t=0;t<n;t+=1)e[t]._processed=!1,e[t].ty==="gr"&&this.resetElements(e[t].it)},RepeaterModifier.prototype.cloneElements=function(e){var t=JSON.parse(JSON.stringify(e));return this.resetElements(t),t},RepeaterModifier.prototype.changeGroupRender=function(e,t){var n,i=e.length;for(n=0;n<i;n+=1)e[n]._render=t,e[n].ty==="gr"&&this.changeGroupRender(e[n].it,t)},RepeaterModifier.prototype.processShapes=function(e){var t,n,i,s,o,a=!1;if(this._mdf||e){var l=Math.ceil(this.c.v);if(this._groups.length<l){for(;this._groups.length<l;){var c={it:this.cloneElements(this._elements),ty:"gr"};c.it.push({a:{a:0,ix:1,k:[0,0]},nm:"Transform",o:{a:0,ix:7,k:100},p:{a:0,ix:2,k:[0,0]},r:{a:1,ix:6,k:[{s:0,e:0,t:0},{s:0,e:0,t:1}]},s:{a:0,ix:3,k:[100,100]},sa:{a:0,ix:5,k:0},sk:{a:0,ix:4,k:0},ty:"tr"}),this.arr.splice(0,0,c),this._groups.splice(0,0,c),this._currentCopies+=1}this.elem.reloadShapes(),a=!0}o=0;var u;for(i=0;i<=this._groups.length-1;i+=1){if(u=o<l,this._groups[i]._render=u,this.changeGroupRender(this._groups[i].it,u),!u){var f=this.elemsData[i].it,x=f[f.length-1];x.transform.op.v!==0?(x.transform.op._mdf=!0,x.transform.op.v=0):x.transform.op._mdf=!1}o+=1}this._currentCopies=l;var m=this.o.v,S=m%1,E=m>0?Math.floor(m):Math.ceil(m),d=this.pMatrix.props,I=this.rMatrix.props,y=this.sMatrix.props;this.pMatrix.reset(),this.rMatrix.reset(),this.sMatrix.reset(),this.tMatrix.reset(),this.matrix.reset();var P=0;if(m>0){for(;P<E;)this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,1,!1),P+=1;S&&(this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,S,!1),P+=S)}else if(m<0){for(;P>E;)this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,1,!0),P-=1;S&&(this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,-S,!0),P-=S)}i=this.data.m===1?0:this._currentCopies-1,s=this.data.m===1?1:-1,o=this._currentCopies;for(var b,T;o;){if(t=this.elemsData[i].it,n=t[t.length-1].transform.mProps.v.props,T=n.length,t[t.length-1].transform.mProps._mdf=!0,t[t.length-1].transform.op._mdf=!0,t[t.length-1].transform.op.v=this._currentCopies===1?this.so.v:this.so.v+(this.eo.v-this.so.v)*(i/(this._currentCopies-1)),P!==0){for((i!==0&&s===1||i!==this._currentCopies-1&&s===-1)&&this.applyTransforms(this.pMatrix,this.rMatrix,this.sMatrix,this.tr,1,!1),this.matrix.transform(I[0],I[1],I[2],I[3],I[4],I[5],I[6],I[7],I[8],I[9],I[10],I[11],I[12],I[13],I[14],I[15]),this.matrix.transform(y[0],y[1],y[2],y[3],y[4],y[5],y[6],y[7],y[8],y[9],y[10],y[11],y[12],y[13],y[14],y[15]),this.matrix.transform(d[0],d[1],d[2],d[3],d[4],d[5],d[6],d[7],d[8],d[9],d[10],d[11],d[12],d[13],d[14],d[15]),b=0;b<T;b+=1)n[b]=this.matrix.props[b];this.matrix.reset()}else for(this.matrix.reset(),b=0;b<T;b+=1)n[b]=this.matrix.props[b];P+=1,o-=1,i+=s}}else for(o=this._currentCopies,i=0,s=1;o;)t=this.elemsData[i].it,n=t[t.length-1].transform.mProps.v.props,t[t.length-1].transform.mProps._mdf=!1,t[t.length-1].transform.op._mdf=!1,o-=1,i+=s;return a},RepeaterModifier.prototype.addShape=function(){};function RoundCornersModifier(){}extendPrototype([ShapeModifier],RoundCornersModifier),RoundCornersModifier.prototype.initModifierProperties=function(e,t){this.getValue=this.processKeys,this.rd=PropertyFactory.getProp(e,t.r,0,null,this),this._isAnimated=!!this.rd.effectsSequence.length},RoundCornersModifier.prototype.processPath=function(e,t){var n=shapePool.newElement();n.c=e.c;var i,s=e._length,o,a,l,c,u,f,x=0,m,S,E,d,I,y;for(i=0;i<s;i+=1)o=e.v[i],l=e.o[i],a=e.i[i],o[0]===l[0]&&o[1]===l[1]&&o[0]===a[0]&&o[1]===a[1]?(i===0||i===s-1)&&!e.c?(n.setTripleAt(o[0],o[1],l[0],l[1],a[0],a[1],x),x+=1):(i===0?c=e.v[s-1]:c=e.v[i-1],u=Math.sqrt(Math.pow(o[0]-c[0],2)+Math.pow(o[1]-c[1],2)),f=u?Math.min(u/2,t)/u:0,I=o[0]+(c[0]-o[0])*f,m=I,y=o[1]-(o[1]-c[1])*f,S=y,E=m-(m-o[0])*roundCorner,d=S-(S-o[1])*roundCorner,n.setTripleAt(m,S,E,d,I,y,x),x+=1,i===s-1?c=e.v[0]:c=e.v[i+1],u=Math.sqrt(Math.pow(o[0]-c[0],2)+Math.pow(o[1]-c[1],2)),f=u?Math.min(u/2,t)/u:0,E=o[0]+(c[0]-o[0])*f,m=E,d=o[1]+(c[1]-o[1])*f,S=d,I=m-(m-o[0])*roundCorner,y=S-(S-o[1])*roundCorner,n.setTripleAt(m,S,E,d,I,y,x),x+=1):(n.setTripleAt(e.v[i][0],e.v[i][1],e.o[i][0],e.o[i][1],e.i[i][0],e.i[i][1],x),x+=1);return n},RoundCornersModifier.prototype.processShapes=function(e){var t,n,i=this.shapes.length,s,o,a=this.rd.v;if(a!==0){var l,c;for(n=0;n<i;n+=1){if(l=this.shapes[n],c=l.localShapeCollection,!(!l.shape._mdf&&!this._mdf&&!e))for(c.releaseShapes(),l.shape._mdf=!0,t=l.shape.paths.shapes,o=l.shape.paths._length,s=0;s<o;s+=1)c.addShape(this.processPath(t[s],a));l.shape.paths=l.localShapeCollection}}this.dynamicProperties.length||(this._mdf=!1)};function floatEqual(e,t){return Math.abs(e-t)*1e5<=Math.min(Math.abs(e),Math.abs(t))}function floatZero(e){return Math.abs(e)<=1e-5}function lerp(e,t,n){return e*(1-n)+t*n}function lerpPoint(e,t,n){return[lerp(e[0],t[0],n),lerp(e[1],t[1],n)]}function quadRoots(e,t,n){if(e===0)return[];var i=t*t-4*e*n;if(i<0)return[];var s=-t/(2*e);if(i===0)return[s];var o=Math.sqrt(i)/(2*e);return[s-o,s+o]}function polynomialCoefficients(e,t,n,i){return[-e+3*t-3*n+i,3*e-6*t+3*n,-3*e+3*t,e]}function singlePoint(e){return new PolynomialBezier(e,e,e,e,!1)}function PolynomialBezier(e,t,n,i,s){s&&pointEqual(e,t)&&(t=lerpPoint(e,i,1/3)),s&&pointEqual(n,i)&&(n=lerpPoint(e,i,2/3));var o=polynomialCoefficients(e[0],t[0],n[0],i[0]),a=polynomialCoefficients(e[1],t[1],n[1],i[1]);this.a=[o[0],a[0]],this.b=[o[1],a[1]],this.c=[o[2],a[2]],this.d=[o[3],a[3]],this.points=[e,t,n,i]}PolynomialBezier.prototype.point=function(e){return[((this.a[0]*e+this.b[0])*e+this.c[0])*e+this.d[0],((this.a[1]*e+this.b[1])*e+this.c[1])*e+this.d[1]]},PolynomialBezier.prototype.derivative=function(e){return[(3*e*this.a[0]+2*this.b[0])*e+this.c[0],(3*e*this.a[1]+2*this.b[1])*e+this.c[1]]},PolynomialBezier.prototype.tangentAngle=function(e){var t=this.derivative(e);return Math.atan2(t[1],t[0])},PolynomialBezier.prototype.normalAngle=function(e){var t=this.derivative(e);return Math.atan2(t[0],t[1])},PolynomialBezier.prototype.inflectionPoints=function(){var e=this.a[1]*this.b[0]-this.a[0]*this.b[1];if(floatZero(e))return[];var t=-.5*(this.a[1]*this.c[0]-this.a[0]*this.c[1])/e,n=t*t-1/3*(this.b[1]*this.c[0]-this.b[0]*this.c[1])/e;if(n<0)return[];var i=Math.sqrt(n);return floatZero(i)?i>0&&i<1?[t]:[]:[t-i,t+i].filter(function(s){return s>0&&s<1})},PolynomialBezier.prototype.split=function(e){if(e<=0)return[singlePoint(this.points[0]),this];if(e>=1)return[this,singlePoint(this.points[this.points.length-1])];var t=lerpPoint(this.points[0],this.points[1],e),n=lerpPoint(this.points[1],this.points[2],e),i=lerpPoint(this.points[2],this.points[3],e),s=lerpPoint(t,n,e),o=lerpPoint(n,i,e),a=lerpPoint(s,o,e);return[new PolynomialBezier(this.points[0],t,s,a,!0),new PolynomialBezier(a,o,i,this.points[3],!0)]};function extrema(e,t){var n=e.points[0][t],i=e.points[e.points.length-1][t];if(n>i){var s=i;i=n,n=s}for(var o=quadRoots(3*e.a[t],2*e.b[t],e.c[t]),a=0;a<o.length;a+=1)if(o[a]>0&&o[a]<1){var l=e.point(o[a])[t];l<n?n=l:l>i&&(i=l)}return{min:n,max:i}}PolynomialBezier.prototype.bounds=function(){return{x:extrema(this,0),y:extrema(this,1)}},PolynomialBezier.prototype.boundingBox=function(){var e=this.bounds();return{left:e.x.min,right:e.x.max,top:e.y.min,bottom:e.y.max,width:e.x.max-e.x.min,height:e.y.max-e.y.min,cx:(e.x.max+e.x.min)/2,cy:(e.y.max+e.y.min)/2}};function intersectData(e,t,n){var i=e.boundingBox();return{cx:i.cx,cy:i.cy,width:i.width,height:i.height,bez:e,t:(t+n)/2,t1:t,t2:n}}function splitData(e){var t=e.bez.split(.5);return[intersectData(t[0],e.t1,e.t),intersectData(t[1],e.t,e.t2)]}function boxIntersect(e,t){return Math.abs(e.cx-t.cx)*2<e.width+t.width&&Math.abs(e.cy-t.cy)*2<e.height+t.height}function intersectsImpl(e,t,n,i,s,o){if(boxIntersect(e,t)){if(n>=o||e.width<=i&&e.height<=i&&t.width<=i&&t.height<=i){s.push([e.t,t.t]);return}var a=splitData(e),l=splitData(t);intersectsImpl(a[0],l[0],n+1,i,s,o),intersectsImpl(a[0],l[1],n+1,i,s,o),intersectsImpl(a[1],l[0],n+1,i,s,o),intersectsImpl(a[1],l[1],n+1,i,s,o)}}PolynomialBezier.prototype.intersections=function(e,t,n){t===void 0&&(t=2),n===void 0&&(n=7);var i=[];return intersectsImpl(intersectData(this,0,1),intersectData(e,0,1),0,t,i,n),i},PolynomialBezier.shapeSegment=function(e,t){var n=(t+1)%e.length();return new PolynomialBezier(e.v[t],e.o[t],e.i[n],e.v[n],!0)},PolynomialBezier.shapeSegmentInverted=function(e,t){var n=(t+1)%e.length();return new PolynomialBezier(e.v[n],e.i[n],e.o[t],e.v[t],!0)};function crossProduct(e,t){return[e[1]*t[2]-e[2]*t[1],e[2]*t[0]-e[0]*t[2],e[0]*t[1]-e[1]*t[0]]}function lineIntersection(e,t,n,i){var s=[e[0],e[1],1],o=[t[0],t[1],1],a=[n[0],n[1],1],l=[i[0],i[1],1],c=crossProduct(crossProduct(s,o),crossProduct(a,l));return floatZero(c[2])?null:[c[0]/c[2],c[1]/c[2]]}function polarOffset(e,t,n){return[e[0]+Math.cos(t)*n,e[1]-Math.sin(t)*n]}function pointDistance(e,t){return Math.hypot(e[0]-t[0],e[1]-t[1])}function pointEqual(e,t){return floatEqual(e[0],t[0])&&floatEqual(e[1],t[1])}function ZigZagModifier(){}extendPrototype([ShapeModifier],ZigZagModifier),ZigZagModifier.prototype.initModifierProperties=function(e,t){this.getValue=this.processKeys,this.amplitude=PropertyFactory.getProp(e,t.s,0,null,this),this.frequency=PropertyFactory.getProp(e,t.r,0,null,this),this.pointsType=PropertyFactory.getProp(e,t.pt,0,null,this),this._isAnimated=this.amplitude.effectsSequence.length!==0||this.frequency.effectsSequence.length!==0||this.pointsType.effectsSequence.length!==0};function setPoint(e,t,n,i,s,o,a){var l=n-Math.PI/2,c=n+Math.PI/2,u=t[0]+Math.cos(n)*i*s,f=t[1]-Math.sin(n)*i*s;e.setTripleAt(u,f,u+Math.cos(l)*o,f-Math.sin(l)*o,u+Math.cos(c)*a,f-Math.sin(c)*a,e.length())}function getPerpendicularVector(e,t){var n=[t[0]-e[0],t[1]-e[1]],i=-Math.PI*.5,s=[Math.cos(i)*n[0]-Math.sin(i)*n[1],Math.sin(i)*n[0]+Math.cos(i)*n[1]];return s}function getProjectingAngle(e,t){var n=t===0?e.length()-1:t-1,i=(t+1)%e.length(),s=e.v[n],o=e.v[i],a=getPerpendicularVector(s,o);return Math.atan2(0,1)-Math.atan2(a[1],a[0])}function zigZagCorner(e,t,n,i,s,o,a){var l=getProjectingAngle(t,n),c=t.v[n%t._length],u=t.v[n===0?t._length-1:n-1],f=t.v[(n+1)%t._length],x=o===2?Math.sqrt(Math.pow(c[0]-u[0],2)+Math.pow(c[1]-u[1],2)):0,m=o===2?Math.sqrt(Math.pow(c[0]-f[0],2)+Math.pow(c[1]-f[1],2)):0;setPoint(e,t.v[n%t._length],l,a,i,m/((s+1)*2),x/((s+1)*2))}function zigZagSegment(e,t,n,i,s,o){for(var a=0;a<i;a+=1){var l=(a+1)/(i+1),c=s===2?Math.sqrt(Math.pow(t.points[3][0]-t.points[0][0],2)+Math.pow(t.points[3][1]-t.points[0][1],2)):0,u=t.normalAngle(l),f=t.point(l);setPoint(e,f,u,o,n,c/((i+1)*2),c/((i+1)*2)),o=-o}return o}ZigZagModifier.prototype.processPath=function(e,t,n,i){var s=e._length,o=shapePool.newElement();if(o.c=e.c,e.c||(s-=1),s===0)return o;var a=-1,l=PolynomialBezier.shapeSegment(e,0);zigZagCorner(o,e,0,t,n,i,a);for(var c=0;c<s;c+=1)a=zigZagSegment(o,l,t,n,i,-a),c===s-1&&!e.c?l=null:l=PolynomialBezier.shapeSegment(e,(c+1)%s),zigZagCorner(o,e,c+1,t,n,i,a);return o},ZigZagModifier.prototype.processShapes=function(e){var t,n,i=this.shapes.length,s,o,a=this.amplitude.v,l=Math.max(0,Math.round(this.frequency.v)),c=this.pointsType.v;if(a!==0){var u,f;for(n=0;n<i;n+=1){if(u=this.shapes[n],f=u.localShapeCollection,!(!u.shape._mdf&&!this._mdf&&!e))for(f.releaseShapes(),u.shape._mdf=!0,t=u.shape.paths.shapes,o=u.shape.paths._length,s=0;s<o;s+=1)f.addShape(this.processPath(t[s],a,l,c));u.shape.paths=u.localShapeCollection}}this.dynamicProperties.length||(this._mdf=!1)};function linearOffset(e,t,n){var i=Math.atan2(t[0]-e[0],t[1]-e[1]);return[polarOffset(e,i,n),polarOffset(t,i,n)]}function offsetSegment(e,t){var n,i,s,o,a,l,c;c=linearOffset(e.points[0],e.points[1],t),n=c[0],i=c[1],c=linearOffset(e.points[1],e.points[2],t),s=c[0],o=c[1],c=linearOffset(e.points[2],e.points[3],t),a=c[0],l=c[1];var u=lineIntersection(n,i,s,o);u===null&&(u=i);var f=lineIntersection(a,l,s,o);return f===null&&(f=a),new PolynomialBezier(n,u,f,l)}function joinLines(e,t,n,i,s){var o=t.points[3],a=n.points[0];if(i===3||pointEqual(o,a))return o;if(i===2){var l=-t.tangentAngle(1),c=-n.tangentAngle(0)+Math.PI,u=lineIntersection(o,polarOffset(o,l+Math.PI/2,100),a,polarOffset(a,l+Math.PI/2,100)),f=u?pointDistance(u,o):pointDistance(o,a)/2,x=polarOffset(o,l,2*f*roundCorner);return e.setXYAt(x[0],x[1],"o",e.length()-1),x=polarOffset(a,c,2*f*roundCorner),e.setTripleAt(a[0],a[1],a[0],a[1],x[0],x[1],e.length()),a}var m=pointEqual(o,t.points[2])?t.points[0]:t.points[2],S=pointEqual(a,n.points[1])?n.points[3]:n.points[1],E=lineIntersection(m,o,a,S);return E&&pointDistance(E,o)<s?(e.setTripleAt(E[0],E[1],E[0],E[1],E[0],E[1],e.length()),E):o}function getIntersection(e,t){var n=e.intersections(t);return n.length&&floatEqual(n[0][0],1)&&n.shift(),n.length?n[0]:null}function pruneSegmentIntersection(e,t){var n=e.slice(),i=t.slice(),s=getIntersection(e[e.length-1],t[0]);return s&&(n[e.length-1]=e[e.length-1].split(s[0])[0],i[0]=t[0].split(s[1])[1]),e.length>1&&t.length>1&&(s=getIntersection(e[0],t[t.length-1]),s)?[[e[0].split(s[0])[0]],[t[t.length-1].split(s[1])[1]]]:[n,i]}function pruneIntersections(e){for(var t,n=1;n<e.length;n+=1)t=pruneSegmentIntersection(e[n-1],e[n]),e[n-1]=t[0],e[n]=t[1];return e.length>1&&(t=pruneSegmentIntersection(e[e.length-1],e[0]),e[e.length-1]=t[0],e[0]=t[1]),e}function offsetSegmentSplit(e,t){var n=e.inflectionPoints(),i,s,o,a;if(n.length===0)return[offsetSegment(e,t)];if(n.length===1||floatEqual(n[1],1))return o=e.split(n[0]),i=o[0],s=o[1],[offsetSegment(i,t),offsetSegment(s,t)];o=e.split(n[0]),i=o[0];var l=(n[1]-n[0])/(1-n[0]);return o=o[1].split(l),a=o[0],s=o[1],[offsetSegment(i,t),offsetSegment(a,t),offsetSegment(s,t)]}function OffsetPathModifier(){}extendPrototype([ShapeModifier],OffsetPathModifier),OffsetPathModifier.prototype.initModifierProperties=function(e,t){this.getValue=this.processKeys,this.amount=PropertyFactory.getProp(e,t.a,0,null,this),this.miterLimit=PropertyFactory.getProp(e,t.ml,0,null,this),this.lineJoin=t.lj,this._isAnimated=this.amount.effectsSequence.length!==0},OffsetPathModifier.prototype.processPath=function(e,t,n,i){var s=shapePool.newElement();s.c=e.c;var o=e.length();e.c||(o-=1);var a,l,c,u=[];for(a=0;a<o;a+=1)c=PolynomialBezier.shapeSegment(e,a),u.push(offsetSegmentSplit(c,t));if(!e.c)for(a=o-1;a>=0;a-=1)c=PolynomialBezier.shapeSegmentInverted(e,a),u.push(offsetSegmentSplit(c,t));u=pruneIntersections(u);var f=null,x=null;for(a=0;a<u.length;a+=1){var m=u[a];for(x&&(f=joinLines(s,x,m[0],n,i)),x=m[m.length-1],l=0;l<m.length;l+=1)c=m[l],f&&pointEqual(c.points[0],f)?s.setXYAt(c.points[1][0],c.points[1][1],"o",s.length()-1):s.setTripleAt(c.points[0][0],c.points[0][1],c.points[1][0],c.points[1][1],c.points[0][0],c.points[0][1],s.length()),s.setTripleAt(c.points[3][0],c.points[3][1],c.points[3][0],c.points[3][1],c.points[2][0],c.points[2][1],s.length()),f=c.points[3]}return u.length&&joinLines(s,x,u[0][0],n,i),s},OffsetPathModifier.prototype.processShapes=function(e){var t,n,i=this.shapes.length,s,o,a=this.amount.v,l=this.miterLimit.v,c=this.lineJoin;if(a!==0){var u,f;for(n=0;n<i;n+=1){if(u=this.shapes[n],f=u.localShapeCollection,!(!u.shape._mdf&&!this._mdf&&!e))for(f.releaseShapes(),u.shape._mdf=!0,t=u.shape.paths.shapes,o=u.shape.paths._length,s=0;s<o;s+=1)f.addShape(this.processPath(t[s],a,c,l));u.shape.paths=u.localShapeCollection}}this.dynamicProperties.length||(this._mdf=!1)};function getFontProperties(e){for(var t=e.fStyle?e.fStyle.split(" "):[],n="normal",i="normal",s=t.length,o,a=0;a<s;a+=1)switch(o=t[a].toLowerCase(),o){case"italic":i="italic";break;case"bold":n="700";break;case"black":n="900";break;case"medium":n="500";break;case"regular":case"normal":n="400";break;case"light":case"thin":n="200";break}return{style:i,weight:e.fWeight||n}}var FontManager=function(){var e=5e3,t={w:0,size:0,shapes:[],data:{shapes:[]}},n=[];n=n.concat([2304,2305,2306,2307,2362,2363,2364,2364,2366,2367,2368,2369,2370,2371,2372,2373,2374,2375,2376,2377,2378,2379,2380,2381,2382,2383,2387,2388,2389,2390,2391,2402,2403]);var i=127988,s=917631,o=917601,a=917626,l=65039,c=8205,u=127462,f=127487,x=["d83cdffb","d83cdffc","d83cdffd","d83cdffe","d83cdfff"];function m(N){var Y=N.split(","),M,B=Y.length,U=[];for(M=0;M<B;M+=1)Y[M]!=="sans-serif"&&Y[M]!=="monospace"&&U.push(Y[M]);return U.join(",")}function S(N,Y){var M=createTag("span");M.setAttribute("aria-hidden",!0),M.style.fontFamily=Y;var B=createTag("span");B.innerText="giItT1WQy@!-/#",M.style.position="absolute",M.style.left="-10000px",M.style.top="-10000px",M.style.fontSize="300px",M.style.fontVariant="normal",M.style.fontStyle="normal",M.style.fontWeight="normal",M.style.letterSpacing="0",M.appendChild(B),document.body.appendChild(M);var U=B.offsetWidth;return B.style.fontFamily=m(N)+", "+Y,{node:B,w:U,parent:M}}function E(){var N,Y=this.fonts.length,M,B,U=Y;for(N=0;N<Y;N+=1)this.fonts[N].loaded?U-=1:this.fonts[N].fOrigin==="n"||this.fonts[N].origin===0?this.fonts[N].loaded=!0:(M=this.fonts[N].monoCase.node,B=this.fonts[N].monoCase.w,M.offsetWidth!==B?(U-=1,this.fonts[N].loaded=!0):(M=this.fonts[N].sansCase.node,B=this.fonts[N].sansCase.w,M.offsetWidth!==B&&(U-=1,this.fonts[N].loaded=!0)),this.fonts[N].loaded&&(this.fonts[N].sansCase.parent.parentNode.removeChild(this.fonts[N].sansCase.parent),this.fonts[N].monoCase.parent.parentNode.removeChild(this.fonts[N].monoCase.parent)));U!==0&&Date.now()-this.initTime<e?setTimeout(this.checkLoadedFontsBinded,20):setTimeout(this.setIsLoadedBinded,10)}function d(N,Y){var M=document.body&&Y?"svg":"canvas",B,U=getFontProperties(N);if(M==="svg"){var G=createNS("text");G.style.fontSize="100px",G.setAttribute("font-family",N.fFamily),G.setAttribute("font-style",U.style),G.setAttribute("font-weight",U.weight),G.textContent="1",N.fClass?(G.style.fontFamily="inherit",G.setAttribute("class",N.fClass)):G.style.fontFamily=N.fFamily,Y.appendChild(G),B=G}else{var a1=new OffscreenCanvas(500,500).getContext("2d");a1.font=U.style+" "+U.weight+" 100px "+N.fFamily,B=a1}function p1(u1){return M==="svg"?(B.textContent=u1,B.getComputedTextLength()):B.measureText(u1).width}return{measureText:p1}}function I(N,Y){if(!N){this.isLoaded=!0;return}if(this.chars){this.isLoaded=!0,this.fonts=N.list;return}if(!document.body){this.isLoaded=!0,N.list.forEach(function(P1){P1.helper=d(P1),P1.cache={}}),this.fonts=N.list;return}var M=N.list,B,U=M.length,G=U;for(B=0;B<U;B+=1){var a1=!0,p1,u1;if(M[B].loaded=!1,M[B].monoCase=S(M[B].fFamily,"monospace"),M[B].sansCase=S(M[B].fFamily,"sans-serif"),!M[B].fPath)M[B].loaded=!0,G-=1;else if(M[B].fOrigin==="p"||M[B].origin===3){if(p1=document.querySelectorAll('style[f-forigin="p"][f-family="'+M[B].fFamily+'"], style[f-origin="3"][f-family="'+M[B].fFamily+'"]'),p1.length>0&&(a1=!1),a1){var y1=createTag("style");y1.setAttribute("f-forigin",M[B].fOrigin),y1.setAttribute("f-origin",M[B].origin),y1.setAttribute("f-family",M[B].fFamily),y1.type="text/css",y1.innerText="@font-face {font-family: "+M[B].fFamily+"; font-style: normal; src: url('"+M[B].fPath+"');}",Y.appendChild(y1)}}else if(M[B].fOrigin==="g"||M[B].origin===1){for(p1=document.querySelectorAll('link[f-forigin="g"], link[f-origin="1"]'),u1=0;u1<p1.length;u1+=1)p1[u1].href.indexOf(M[B].fPath)!==-1&&(a1=!1);if(a1){var g1=createTag("link");g1.setAttribute("f-forigin",M[B].fOrigin),g1.setAttribute("f-origin",M[B].origin),g1.type="text/css",g1.rel="stylesheet",g1.href=M[B].fPath,document.body.appendChild(g1)}}else if(M[B].fOrigin==="t"||M[B].origin===2){for(p1=document.querySelectorAll('script[f-forigin="t"], script[f-origin="2"]'),u1=0;u1<p1.length;u1+=1)M[B].fPath===p1[u1].src&&(a1=!1);if(a1){var E1=createTag("link");E1.setAttribute("f-forigin",M[B].fOrigin),E1.setAttribute("f-origin",M[B].origin),E1.setAttribute("rel","stylesheet"),E1.setAttribute("href",M[B].fPath),Y.appendChild(E1)}}M[B].helper=d(M[B],Y),M[B].cache={},this.fonts.push(M[B])}G===0?this.isLoaded=!0:setTimeout(this.checkLoadedFonts.bind(this),100)}function y(N){if(N){this.chars||(this.chars=[]);var Y,M=N.length,B,U=this.chars.length,G;for(Y=0;Y<M;Y+=1){for(B=0,G=!1;B<U;)this.chars[B].style===N[Y].style&&this.chars[B].fFamily===N[Y].fFamily&&this.chars[B].ch===N[Y].ch&&(G=!0),B+=1;G||(this.chars.push(N[Y]),U+=1)}}}function P(N,Y,M){for(var B=0,U=this.chars.length;B<U;){if(this.chars[B].ch===N&&this.chars[B].style===Y&&this.chars[B].fFamily===M)return this.chars[B];B+=1}return(typeof N=="string"&&N.charCodeAt(0)!==13||!N)&&console&&console.warn&&!this._warned&&(this._warned=!0,console.warn("Missing character from exported characters list: ",N,Y,M)),t}function b(N,Y,M){var B=this.getFontByName(Y),U=N;if(!B.cache[U]){var G=B.helper;if(N===" "){var a1=G.measureText("|"+N+"|"),p1=G.measureText("||");B.cache[U]=(a1-p1)/100}else B.cache[U]=G.measureText(N)/100}return B.cache[U]*M}function T(N){for(var Y=0,M=this.fonts.length;Y<M;){if(this.fonts[Y].fName===N)return this.fonts[Y];Y+=1}return this.fonts[0]}function R(N){var Y=0,M=N.charCodeAt(0);if(M>=55296&&M<=56319){var B=N.charCodeAt(1);B>=56320&&B<=57343&&(Y=(M-55296)*1024+B-56320+65536)}return Y}function D(N,Y){var M=N.toString(16)+Y.toString(16);return x.indexOf(M)!==-1}function V(N){return N===c}function z(N){return N===l}function e1(N){var Y=R(N);return Y>=u&&Y<=f}function j(N){return e1(N.substr(0,2))&&e1(N.substr(2,2))}function n1(N){return n.indexOf(N)!==-1}function X(N,Y){var M=R(N.substr(Y,2));if(M!==i)return!1;var B=0;for(Y+=2;B<5;){if(M=R(N.substr(Y,2)),M<o||M>a)return!1;B+=1,Y+=2}return R(N.substr(Y,2))===s}function l1(){this.isLoaded=!0}var c1=function(){this.fonts=[],this.chars=null,this.typekitLoaded=0,this.isLoaded=!1,this._warned=!1,this.initTime=Date.now(),this.setIsLoadedBinded=this.setIsLoaded.bind(this),this.checkLoadedFontsBinded=this.checkLoadedFonts.bind(this)};c1.isModifier=D,c1.isZeroWidthJoiner=V,c1.isFlagEmoji=j,c1.isRegionalCode=e1,c1.isCombinedCharacter=n1,c1.isRegionalFlag=X,c1.isVariationSelector=z,c1.BLACK_FLAG_CODE_POINT=i;var t1={addChars:y,addFonts:I,getCharData:P,getFontByName:T,measureText:b,checkLoadedFonts:E,setIsLoaded:l1};return c1.prototype=t1,c1}();function SlotManager(e){this.animationData=e}SlotManager.prototype.getProp=function(e){return this.animationData.slots&&this.animationData.slots[e.sid]?Object.assign(e,this.animationData.slots[e.sid].p):e};function slotFactory(e){return new SlotManager(e)}function RenderableElement(){}RenderableElement.prototype={initRenderable:function(){this.isInRange=!1,this.hidden=!1,this.isTransparent=!1,this.renderableComponents=[]},addRenderableComponent:function(t){this.renderableComponents.indexOf(t)===-1&&this.renderableComponents.push(t)},removeRenderableComponent:function(t){this.renderableComponents.indexOf(t)!==-1&&this.renderableComponents.splice(this.renderableComponents.indexOf(t),1)},prepareRenderableFrame:function(t){this.checkLayerLimits(t)},checkTransparency:function(){this.finalTransform.mProp.o.v<=0?!this.isTransparent&&this.globalData.renderConfig.hideOnTransparent&&(this.isTransparent=!0,this.hide()):this.isTransparent&&(this.isTransparent=!1,this.show())},checkLayerLimits:function(t){this.data.ip-this.data.st<=t&&this.data.op-this.data.st>t?this.isInRange!==!0&&(this.globalData._mdf=!0,this._mdf=!0,this.isInRange=!0,this.show()):this.isInRange!==!1&&(this.globalData._mdf=!0,this.isInRange=!1,this.hide())},renderRenderable:function(){var t,n=this.renderableComponents.length;for(t=0;t<n;t+=1)this.renderableComponents[t].renderFrame(this._isFirstFrame)},sourceRectAtTime:function(){return{top:0,left:0,width:100,height:100}},getLayerSize:function(){return this.data.ty===5?{w:this.data.textData.width,h:this.data.textData.height}:{w:this.data.width,h:this.data.height}}};var getBlendMode=function(){var e={0:"source-over",1:"multiply",2:"screen",3:"overlay",4:"darken",5:"lighten",6:"color-dodge",7:"color-burn",8:"hard-light",9:"soft-light",10:"difference",11:"exclusion",12:"hue",13:"saturation",14:"color",15:"luminosity"};return function(t){return e[t]||""}}();function SliderEffect(e,t,n){this.p=PropertyFactory.getProp(t,e.v,0,0,n)}function AngleEffect(e,t,n){this.p=PropertyFactory.getProp(t,e.v,0,0,n)}function ColorEffect(e,t,n){this.p=PropertyFactory.getProp(t,e.v,1,0,n)}function PointEffect(e,t,n){this.p=PropertyFactory.getProp(t,e.v,1,0,n)}function LayerIndexEffect(e,t,n){this.p=PropertyFactory.getProp(t,e.v,0,0,n)}function MaskIndexEffect(e,t,n){this.p=PropertyFactory.getProp(t,e.v,0,0,n)}function CheckboxEffect(e,t,n){this.p=PropertyFactory.getProp(t,e.v,0,0,n)}function NoValueEffect(){this.p={}}function EffectsManager(e,t){var n=e.ef||[];this.effectElements=[];var i,s=n.length,o;for(i=0;i<s;i+=1)o=new GroupEffect(n[i],t),this.effectElements.push(o)}function GroupEffect(e,t){this.init(e,t)}extendPrototype([DynamicPropertyContainer],GroupEffect),GroupEffect.prototype.getValue=GroupEffect.prototype.iterateDynamicProperties,GroupEffect.prototype.init=function(e,t){this.data=e,this.effectElements=[],this.initDynamicPropertyContainer(t);var n,i=this.data.ef.length,s,o=this.data.ef;for(n=0;n<i;n+=1){switch(s=null,o[n].ty){case 0:s=new SliderEffect(o[n],t,this);break;case 1:s=new AngleEffect(o[n],t,this);break;case 2:s=new ColorEffect(o[n],t,this);break;case 3:s=new PointEffect(o[n],t,this);break;case 4:case 7:s=new CheckboxEffect(o[n],t,this);break;case 10:s=new LayerIndexEffect(o[n],t,this);break;case 11:s=new MaskIndexEffect(o[n],t,this);break;case 5:s=new EffectsManager(o[n],t);break;default:s=new NoValueEffect(o[n]);break}s&&this.effectElements.push(s)}};function BaseElement(){}BaseElement.prototype={checkMasks:function(){if(!this.data.hasMask)return!1;for(var t=0,n=this.data.masksProperties.length;t<n;){if(this.data.masksProperties[t].mode!=="n"&&this.data.masksProperties[t].cl!==!1)return!0;t+=1}return!1},initExpressions:function(){var t=getExpressionInterfaces();if(t){var n=t("layer"),i=t("effects"),s=t("shape"),o=t("text"),a=t("comp");this.layerInterface=n(this),this.data.hasMask&&this.maskManager&&this.layerInterface.registerMaskInterface(this.maskManager);var l=i.createEffectsInterface(this,this.layerInterface);this.layerInterface.registerEffectsInterface(l),this.data.ty===0||this.data.xt?this.compInterface=a(this):this.data.ty===4?(this.layerInterface.shapeInterface=s(this.shapesData,this.itemsData,this.layerInterface),this.layerInterface.content=this.layerInterface.shapeInterface):this.data.ty===5&&(this.layerInterface.textInterface=o(this),this.layerInterface.text=this.layerInterface.textInterface)}},setBlendMode:function(){var t=getBlendMode(this.data.bm),n=this.baseElement||this.layerElement;n.style["mix-blend-mode"]=t},initBaseData:function(t,n,i){this.globalData=n,this.comp=i,this.data=t,this.layerId=createElementID(),this.data.sr||(this.data.sr=1),this.effectsManager=new EffectsManager(this.data,this,this.dynamicProperties)},getType:function(){return this.type},sourceRectAtTime:function(){}};function FrameElement(){}FrameElement.prototype={initFrame:function(){this._isFirstFrame=!1,this.dynamicProperties=[],this._mdf=!1},prepareProperties:function(t,n){var i,s=this.dynamicProperties.length;for(i=0;i<s;i+=1)(n||this._isParent&&this.dynamicProperties[i].propType==="transform")&&(this.dynamicProperties[i].getValue(),this.dynamicProperties[i]._mdf&&(this.globalData._mdf=!0,this._mdf=!0))},addDynamicProperty:function(t){this.dynamicProperties.indexOf(t)===-1&&this.dynamicProperties.push(t)}};function FootageElement(e,t,n){this.initFrame(),this.initRenderable(),this.assetData=t.getAssetData(e.refId),this.footageData=t.imageLoader.getAsset(this.assetData),this.initBaseData(e,t,n)}FootageElement.prototype.prepareFrame=function(){},extendPrototype([RenderableElement,BaseElement,FrameElement],FootageElement),FootageElement.prototype.getBaseElement=function(){return null},FootageElement.prototype.renderFrame=function(){},FootageElement.prototype.destroy=function(){},FootageElement.prototype.initExpressions=function(){var e=getExpressionInterfaces();if(e){var t=e("footage");this.layerInterface=t(this)}},FootageElement.prototype.getFootageData=function(){return this.footageData};function AudioElement(e,t,n){this.initFrame(),this.initRenderable(),this.assetData=t.getAssetData(e.refId),this.initBaseData(e,t,n),this._isPlaying=!1,this._canPlay=!1;var i=this.globalData.getAssetsPath(this.assetData);this.audio=this.globalData.audioController.createAudio(i),this._currentTime=0,this.globalData.audioController.addAudio(this),this._volumeMultiplier=1,this._volume=1,this._previousVolume=null,this.tm=e.tm?PropertyFactory.getProp(this,e.tm,0,t.frameRate,this):{_placeholder:!0},this.lv=PropertyFactory.getProp(this,e.au&&e.au.lv?e.au.lv:{k:[100]},1,.01,this)}AudioElement.prototype.prepareFrame=function(e){if(this.prepareRenderableFrame(e,!0),this.prepareProperties(e,!0),this.tm._placeholder)this._currentTime=e/this.data.sr;else{var t=this.tm.v;this._currentTime=t}this._volume=this.lv.v[0];var n=this._volume*this._volumeMultiplier;this._previousVolume!==n&&(this._previousVolume=n,this.audio.volume(n))},extendPrototype([RenderableElement,BaseElement,FrameElement],AudioElement),AudioElement.prototype.renderFrame=function(){this.isInRange&&this._canPlay&&(this._isPlaying?(!this.audio.playing()||Math.abs(this._currentTime/this.globalData.frameRate-this.audio.seek())>.1)&&this.audio.seek(this._currentTime/this.globalData.frameRate):(this.audio.play(),this.audio.seek(this._currentTime/this.globalData.frameRate),this._isPlaying=!0))},AudioElement.prototype.show=function(){},AudioElement.prototype.hide=function(){this.audio.pause(),this._isPlaying=!1},AudioElement.prototype.pause=function(){this.audio.pause(),this._isPlaying=!1,this._canPlay=!1},AudioElement.prototype.resume=function(){this._canPlay=!0},AudioElement.prototype.setRate=function(e){this.audio.rate(e)},AudioElement.prototype.volume=function(e){this._volumeMultiplier=e,this._previousVolume=e*this._volume,this.audio.volume(this._previousVolume)},AudioElement.prototype.getBaseElement=function(){return null},AudioElement.prototype.destroy=function(){},AudioElement.prototype.sourceRectAtTime=function(){},AudioElement.prototype.initExpressions=function(){};function BaseRenderer(){}BaseRenderer.prototype.checkLayers=function(e){var t,n=this.layers.length,i;for(this.completeLayers=!0,t=n-1;t>=0;t-=1)this.elements[t]||(i=this.layers[t],i.ip-i.st<=e-this.layers[t].st&&i.op-i.st>e-this.layers[t].st&&this.buildItem(t)),this.completeLayers=this.elements[t]?this.completeLayers:!1;this.checkPendingElements()},BaseRenderer.prototype.createItem=function(e){switch(e.ty){case 2:return this.createImage(e);case 0:return this.createComp(e);case 1:return this.createSolid(e);case 3:return this.createNull(e);case 4:return this.createShape(e);case 5:return this.createText(e);case 6:return this.createAudio(e);case 13:return this.createCamera(e);case 15:return this.createFootage(e);default:return this.createNull(e)}},BaseRenderer.prototype.createCamera=function(){throw new Error("You're using a 3d camera. Try the html renderer.")},BaseRenderer.prototype.createAudio=function(e){return new AudioElement(e,this.globalData,this)},BaseRenderer.prototype.createFootage=function(e){return new FootageElement(e,this.globalData,this)},BaseRenderer.prototype.buildAllItems=function(){var e,t=this.layers.length;for(e=0;e<t;e+=1)this.buildItem(e);this.checkPendingElements()},BaseRenderer.prototype.includeLayers=function(e){this.completeLayers=!1;var t,n=e.length,i,s=this.layers.length;for(t=0;t<n;t+=1)for(i=0;i<s;){if(this.layers[i].id===e[t].id){this.layers[i]=e[t];break}i+=1}},BaseRenderer.prototype.setProjectInterface=function(e){this.globalData.projectInterface=e},BaseRenderer.prototype.initItems=function(){this.globalData.progressiveLoad||this.buildAllItems()},BaseRenderer.prototype.buildElementParenting=function(e,t,n){for(var i=this.elements,s=this.layers,o=0,a=s.length;o<a;)s[o].ind==t&&(!i[o]||i[o]===!0?(this.buildItem(o),this.addPendingElement(e)):(n.push(i[o]),i[o].setAsParent(),s[o].parent!==void 0?this.buildElementParenting(e,s[o].parent,n):e.setHierarchy(n))),o+=1},BaseRenderer.prototype.addPendingElement=function(e){this.pendingElements.push(e)},BaseRenderer.prototype.searchExtraCompositions=function(e){var t,n=e.length;for(t=0;t<n;t+=1)if(e[t].xt){var i=this.createComp(e[t]);i.initExpressions(),this.globalData.projectInterface.registerComposition(i)}},BaseRenderer.prototype.getElementById=function(e){var t,n=this.elements.length;for(t=0;t<n;t+=1)if(this.elements[t].data.ind===e)return this.elements[t];return null},BaseRenderer.prototype.getElementByPath=function(e){var t=e.shift(),n;if(typeof t=="number")n=this.elements[t];else{var i,s=this.elements.length;for(i=0;i<s;i+=1)if(this.elements[i].data.nm===t){n=this.elements[i];break}}return e.length===0?n:n.getElementByPath(e)},BaseRenderer.prototype.setupGlobalData=function(e,t){this.globalData.fontManager=new FontManager,this.globalData.slotManager=slotFactory(e),this.globalData.fontManager.addChars(e.chars),this.globalData.fontManager.addFonts(e.fonts,t),this.globalData.getAssetData=this.animationItem.getAssetData.bind(this.animationItem),this.globalData.getAssetsPath=this.animationItem.getAssetsPath.bind(this.animationItem),this.globalData.imageLoader=this.animationItem.imagePreloader,this.globalData.audioController=this.animationItem.audioController,this.globalData.frameId=0,this.globalData.frameRate=e.fr,this.globalData.nm=e.nm,this.globalData.compSize={w:e.w,h:e.h}};var effectTypes={TRANSFORM_EFFECT:"transformEFfect"};function TransformElement(){}TransformElement.prototype={initTransform:function(){var t=new Matrix;this.finalTransform={mProp:this.data.ks?TransformPropertyFactory.getTransformProperty(this,this.data.ks,this):{o:0},_matMdf:!1,_localMatMdf:!1,_opMdf:!1,mat:t,localMat:t,localOpacity:1},this.data.ao&&(this.finalTransform.mProp.autoOriented=!0),this.data.ty},renderTransform:function(){if(this.finalTransform._opMdf=this.finalTransform.mProp.o._mdf||this._isFirstFrame,this.finalTransform._matMdf=this.finalTransform.mProp._mdf||this._isFirstFrame,this.hierarchy){var t,n=this.finalTransform.mat,i=0,s=this.hierarchy.length;if(!this.finalTransform._matMdf)for(;i<s;){if(this.hierarchy[i].finalTransform.mProp._mdf){this.finalTransform._matMdf=!0;break}i+=1}if(this.finalTransform._matMdf)for(t=this.finalTransform.mProp.v.props,n.cloneFromProps(t),i=0;i<s;i+=1)n.multiply(this.hierarchy[i].finalTransform.mProp.v)}this.finalTransform._matMdf&&(this.finalTransform._localMatMdf=this.finalTransform._matMdf),this.finalTransform._opMdf&&(this.finalTransform.localOpacity=this.finalTransform.mProp.o.v)},renderLocalTransform:function(){if(this.localTransforms){var t=0,n=this.localTransforms.length;if(this.finalTransform._localMatMdf=this.finalTransform._matMdf,!this.finalTransform._localMatMdf||!this.finalTransform._opMdf)for(;t<n;)this.localTransforms[t]._mdf&&(this.finalTransform._localMatMdf=!0),this.localTransforms[t]._opMdf&&!this.finalTransform._opMdf&&(this.finalTransform.localOpacity=this.finalTransform.mProp.o.v,this.finalTransform._opMdf=!0),t+=1;if(this.finalTransform._localMatMdf){var i=this.finalTransform.localMat;for(this.localTransforms[0].matrix.clone(i),t=1;t<n;t+=1){var s=this.localTransforms[t].matrix;i.multiply(s)}i.multiply(this.finalTransform.mat)}if(this.finalTransform._opMdf){var o=this.finalTransform.localOpacity;for(t=0;t<n;t+=1)o*=this.localTransforms[t].opacity*.01;this.finalTransform.localOpacity=o}}},searchEffectTransforms:function(){if(this.renderableEffectsManager){var t=this.renderableEffectsManager.getEffects(effectTypes.TRANSFORM_EFFECT);if(t.length){this.localTransforms=[],this.finalTransform.localMat=new Matrix;var n=0,i=t.length;for(n=0;n<i;n+=1)this.localTransforms.push(t[n])}}},globalToLocal:function(t){var n=[];n.push(this.finalTransform);for(var i=!0,s=this.comp;i;)s.finalTransform?(s.data.hasMask&&n.splice(0,0,s.finalTransform),s=s.comp):i=!1;var o,a=n.length,l;for(o=0;o<a;o+=1)l=n[o].mat.applyToPointArray(0,0,0),t=[t[0]-l[0],t[1]-l[1],0];return t},mHelper:new Matrix};function MaskElement(e,t,n){this.data=e,this.element=t,this.globalData=n,this.storedData=[],this.masksProperties=this.data.masksProperties||[],this.maskElement=null;var i=this.globalData.defs,s,o=this.masksProperties?this.masksProperties.length:0;this.viewData=createSizedArray(o),this.solidPath="";var a,l=this.masksProperties,c=0,u=[],f,x,m=createElementID(),S,E,d,I,y="clipPath",P="clip-path";for(s=0;s<o;s+=1)if((l[s].mode!=="a"&&l[s].mode!=="n"||l[s].inv||l[s].o.k!==100||l[s].o.x)&&(y="mask",P="mask"),(l[s].mode==="s"||l[s].mode==="i")&&c===0?(S=createNS("rect"),S.setAttribute("fill","#ffffff"),S.setAttribute("width",this.element.comp.data.w||0),S.setAttribute("height",this.element.comp.data.h||0),u.push(S)):S=null,a=createNS("path"),l[s].mode==="n")this.viewData[s]={op:PropertyFactory.getProp(this.element,l[s].o,0,.01,this.element),prop:ShapePropertyFactory.getShapeProp(this.element,l[s],3),elem:a,lastPath:""},i.appendChild(a);else{c+=1,a.setAttribute("fill",l[s].mode==="s"?"#000000":"#ffffff"),a.setAttribute("clip-rule","nonzero");var b;if(l[s].x.k!==0?(y="mask",P="mask",I=PropertyFactory.getProp(this.element,l[s].x,0,null,this.element),b=createElementID(),E=createNS("filter"),E.setAttribute("id",b),d=createNS("feMorphology"),d.setAttribute("operator","erode"),d.setAttribute("in","SourceGraphic"),d.setAttribute("radius","0"),E.appendChild(d),i.appendChild(E),a.setAttribute("stroke",l[s].mode==="s"?"#000000":"#ffffff")):(d=null,I=null),this.storedData[s]={elem:a,x:I,expan:d,lastPath:"",lastOperator:"",filterId:b,lastRadius:0},l[s].mode==="i"){x=u.length;var T=createNS("g");for(f=0;f<x;f+=1)T.appendChild(u[f]);var R=createNS("mask");R.setAttribute("mask-type","alpha"),R.setAttribute("id",m+"_"+c),R.appendChild(a),i.appendChild(R),T.setAttribute("mask","url("+getLocationHref()+"#"+m+"_"+c+")"),u.length=0,u.push(T)}else u.push(a);l[s].inv&&!this.solidPath&&(this.solidPath=this.createLayerSolidPath()),this.viewData[s]={elem:a,lastPath:"",op:PropertyFactory.getProp(this.element,l[s].o,0,.01,this.element),prop:ShapePropertyFactory.getShapeProp(this.element,l[s],3),invRect:S},this.viewData[s].prop.k||this.drawPath(l[s],this.viewData[s].prop.v,this.viewData[s])}for(this.maskElement=createNS(y),o=u.length,s=0;s<o;s+=1)this.maskElement.appendChild(u[s]);c>0&&(this.maskElement.setAttribute("id",m),this.element.maskedElement.setAttribute(P,"url("+getLocationHref()+"#"+m+")"),i.appendChild(this.maskElement)),this.viewData.length&&this.element.addRenderableComponent(this)}MaskElement.prototype.getMaskProperty=function(e){return this.viewData[e].prop},MaskElement.prototype.renderFrame=function(e){var t=this.element.finalTransform.mat,n,i=this.masksProperties.length;for(n=0;n<i;n+=1)if((this.viewData[n].prop._mdf||e)&&this.drawPath(this.masksProperties[n],this.viewData[n].prop.v,this.viewData[n]),(this.viewData[n].op._mdf||e)&&this.viewData[n].elem.setAttribute("fill-opacity",this.viewData[n].op.v),this.masksProperties[n].mode!=="n"&&(this.viewData[n].invRect&&(this.element.finalTransform.mProp._mdf||e)&&this.viewData[n].invRect.setAttribute("transform",t.getInverseMatrix().to2dCSS()),this.storedData[n].x&&(this.storedData[n].x._mdf||e))){var s=this.storedData[n].expan;this.storedData[n].x.v<0?(this.storedData[n].lastOperator!=="erode"&&(this.storedData[n].lastOperator="erode",this.storedData[n].elem.setAttribute("filter","url("+getLocationHref()+"#"+this.storedData[n].filterId+")")),s.setAttribute("radius",-this.storedData[n].x.v)):(this.storedData[n].lastOperator!=="dilate"&&(this.storedData[n].lastOperator="dilate",this.storedData[n].elem.setAttribute("filter",null)),this.storedData[n].elem.setAttribute("stroke-width",this.storedData[n].x.v*2))}},MaskElement.prototype.getMaskelement=function(){return this.maskElement},MaskElement.prototype.createLayerSolidPath=function(){var e="M0,0 ";return e+=" h"+this.globalData.compSize.w,e+=" v"+this.globalData.compSize.h,e+=" h-"+this.globalData.compSize.w,e+=" v-"+this.globalData.compSize.h+" ",e},MaskElement.prototype.drawPath=function(e,t,n){var i=" M"+t.v[0][0]+","+t.v[0][1],s,o;for(o=t._length,s=1;s<o;s+=1)i+=" C"+t.o[s-1][0]+","+t.o[s-1][1]+" "+t.i[s][0]+","+t.i[s][1]+" "+t.v[s][0]+","+t.v[s][1];if(t.c&&o>1&&(i+=" C"+t.o[s-1][0]+","+t.o[s-1][1]+" "+t.i[0][0]+","+t.i[0][1]+" "+t.v[0][0]+","+t.v[0][1]),n.lastPath!==i){var a="";n.elem&&(t.c&&(a=e.inv?this.solidPath+i:i),n.elem.setAttribute("d",a)),n.lastPath=i}},MaskElement.prototype.destroy=function(){this.element=null,this.globalData=null,this.maskElement=null,this.data=null,this.masksProperties=null};var filtersFactory=function(){var e={};e.createFilter=t,e.createAlphaToLuminanceFilter=n;function t(i,s){var o=createNS("filter");return o.setAttribute("id",i),s!==!0&&(o.setAttribute("filterUnits","objectBoundingBox"),o.setAttribute("x","0%"),o.setAttribute("y","0%"),o.setAttribute("width","100%"),o.setAttribute("height","100%")),o}function n(){var i=createNS("feColorMatrix");return i.setAttribute("type","matrix"),i.setAttribute("color-interpolation-filters","sRGB"),i.setAttribute("values","0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 1"),i}return e}(),featureSupport=function(){var e={maskType:!0,svgLumaHidden:!0,offscreenCanvas:typeof OffscreenCanvas<"u"};return(/MSIE 10/i.test(navigator.userAgent)||/MSIE 9/i.test(navigator.userAgent)||/rv:11.0/i.test(navigator.userAgent)||/Edge\/\d./i.test(navigator.userAgent))&&(e.maskType=!1),/firefox/i.test(navigator.userAgent)&&(e.svgLumaHidden=!1),e}(),registeredEffects$1={},idPrefix="filter_result_";function SVGEffects(e){var t,n="SourceGraphic",i=e.data.ef?e.data.ef.length:0,s=createElementID(),o=filtersFactory.createFilter(s,!0),a=0;this.filters=[];var l;for(t=0;t<i;t+=1){l=null;var c=e.data.ef[t].ty;if(registeredEffects$1[c]){var u=registeredEffects$1[c].effect;l=new u(o,e.effectsManager.effectElements[t],e,idPrefix+a,n),n=idPrefix+a,registeredEffects$1[c].countsAsEffect&&(a+=1)}l&&this.filters.push(l)}a&&(e.globalData.defs.appendChild(o),e.layerElement.setAttribute("filter","url("+getLocationHref()+"#"+s+")")),this.filters.length&&e.addRenderableComponent(this)}SVGEffects.prototype.renderFrame=function(e){var t,n=this.filters.length;for(t=0;t<n;t+=1)this.filters[t].renderFrame(e)},SVGEffects.prototype.getEffects=function(e){var t,n=this.filters.length,i=[];for(t=0;t<n;t+=1)this.filters[t].type===e&&i.push(this.filters[t]);return i};function registerEffect$1(e,t,n){registeredEffects$1[e]={effect:t,countsAsEffect:n}}function SVGBaseElement(){}SVGBaseElement.prototype={initRendererElement:function(){this.layerElement=createNS("g")},createContainerElements:function(){this.matteElement=createNS("g"),this.transformedElement=this.layerElement,this.maskedElement=this.layerElement,this._sizeChanged=!1;var t=null;if(this.data.td){this.matteMasks={};var n=createNS("g");n.setAttribute("id",this.layerId),n.appendChild(this.layerElement),t=n,this.globalData.defs.appendChild(n)}else this.data.tt?(this.matteElement.appendChild(this.layerElement),t=this.matteElement,this.baseElement=this.matteElement):this.baseElement=this.layerElement;if(this.data.ln&&this.layerElement.setAttribute("id",this.data.ln),this.data.cl&&this.layerElement.setAttribute("class",this.data.cl),this.data.ty===0&&!this.data.hd){var i=createNS("clipPath"),s=createNS("path");s.setAttribute("d","M0,0 L"+this.data.w+",0 L"+this.data.w+","+this.data.h+" L0,"+this.data.h+"z");var o=createElementID();if(i.setAttribute("id",o),i.appendChild(s),this.globalData.defs.appendChild(i),this.checkMasks()){var a=createNS("g");a.setAttribute("clip-path","url("+getLocationHref()+"#"+o+")"),a.appendChild(this.layerElement),this.transformedElement=a,t?t.appendChild(this.transformedElement):this.baseElement=this.transformedElement}else this.layerElement.setAttribute("clip-path","url("+getLocationHref()+"#"+o+")")}this.data.bm!==0&&this.setBlendMode()},renderElement:function(){this.finalTransform._localMatMdf&&this.transformedElement.setAttribute("transform",this.finalTransform.localMat.to2dCSS()),this.finalTransform._opMdf&&this.transformedElement.setAttribute("opacity",this.finalTransform.localOpacity)},destroyBaseElement:function(){this.layerElement=null,this.matteElement=null,this.maskManager.destroy()},getBaseElement:function(){return this.data.hd?null:this.baseElement},createRenderableComponents:function(){this.maskManager=new MaskElement(this.data,this,this.globalData),this.renderableEffectsManager=new SVGEffects(this),this.searchEffectTransforms()},getMatte:function(t){if(this.matteMasks||(this.matteMasks={}),!this.matteMasks[t]){var n=this.layerId+"_"+t,i,s,o,a;if(t===1||t===3){var l=createNS("mask");l.setAttribute("id",n),l.setAttribute("mask-type",t===3?"luminance":"alpha"),o=createNS("use"),o.setAttributeNS("http://www.w3.org/1999/xlink","href","#"+this.layerId),l.appendChild(o),this.globalData.defs.appendChild(l),!featureSupport.maskType&&t===1&&(l.setAttribute("mask-type","luminance"),i=createElementID(),s=filtersFactory.createFilter(i),this.globalData.defs.appendChild(s),s.appendChild(filtersFactory.createAlphaToLuminanceFilter()),a=createNS("g"),a.appendChild(o),l.appendChild(a),a.setAttribute("filter","url("+getLocationHref()+"#"+i+")"))}else if(t===2){var c=createNS("mask");c.setAttribute("id",n),c.setAttribute("mask-type","alpha");var u=createNS("g");c.appendChild(u),i=createElementID(),s=filtersFactory.createFilter(i);var f=createNS("feComponentTransfer");f.setAttribute("in","SourceGraphic"),s.appendChild(f);var x=createNS("feFuncA");x.setAttribute("type","table"),x.setAttribute("tableValues","1.0 0.0"),f.appendChild(x),this.globalData.defs.appendChild(s);var m=createNS("rect");m.setAttribute("width",this.comp.data.w),m.setAttribute("height",this.comp.data.h),m.setAttribute("x","0"),m.setAttribute("y","0"),m.setAttribute("fill","#ffffff"),m.setAttribute("opacity","0"),u.setAttribute("filter","url("+getLocationHref()+"#"+i+")"),u.appendChild(m),o=createNS("use"),o.setAttributeNS("http://www.w3.org/1999/xlink","href","#"+this.layerId),u.appendChild(o),featureSupport.maskType||(c.setAttribute("mask-type","luminance"),s.appendChild(filtersFactory.createAlphaToLuminanceFilter()),a=createNS("g"),u.appendChild(m),a.appendChild(this.layerElement),u.appendChild(a)),this.globalData.defs.appendChild(c)}this.matteMasks[t]=n}return this.matteMasks[t]},setMatte:function(t){this.matteElement&&this.matteElement.setAttribute("mask","url("+getLocationHref()+"#"+t+")")}};function HierarchyElement(){}HierarchyElement.prototype={initHierarchy:function(){this.hierarchy=[],this._isParent=!1,this.checkParenting()},setHierarchy:function(t){this.hierarchy=t},setAsParent:function(){this._isParent=!0},checkParenting:function(){this.data.parent!==void 0&&this.comp.buildElementParenting(this,this.data.parent,[])}};function RenderableDOMElement(){}(function(){var e={initElement:function(n,i,s){this.initFrame(),this.initBaseData(n,i,s),this.initTransform(n,i,s),this.initHierarchy(),this.initRenderable(),this.initRendererElement(),this.createContainerElements(),this.createRenderableComponents(),this.createContent(),this.hide()},hide:function(){if(!this.hidden&&(!this.isInRange||this.isTransparent)){var n=this.baseElement||this.layerElement;n.style.display="none",this.hidden=!0}},show:function(){if(this.isInRange&&!this.isTransparent){if(!this.data.hd){var n=this.baseElement||this.layerElement;n.style.display="block"}this.hidden=!1,this._isFirstFrame=!0}},renderFrame:function(){this.data.hd||this.hidden||(this.renderTransform(),this.renderRenderable(),this.renderLocalTransform(),this.renderElement(),this.renderInnerContent(),this._isFirstFrame&&(this._isFirstFrame=!1))},renderInnerContent:function(){},prepareFrame:function(n){this._mdf=!1,this.prepareRenderableFrame(n),this.prepareProperties(n,this.isInRange),this.checkTransparency()},destroy:function(){this.innerElem=null,this.destroyBaseElement()}};extendPrototype([RenderableElement,createProxyFunction(e)],RenderableDOMElement)})();function IImageElement(e,t,n){this.assetData=t.getAssetData(e.refId),this.assetData&&this.assetData.sid&&(this.assetData=t.slotManager.getProp(this.assetData)),this.initElement(e,t,n),this.sourceRect={top:0,left:0,width:this.assetData.w,height:this.assetData.h}}extendPrototype([BaseElement,TransformElement,SVGBaseElement,HierarchyElement,FrameElement,RenderableDOMElement],IImageElement),IImageElement.prototype.createContent=function(){var e=this.globalData.getAssetsPath(this.assetData);this.innerElem=createNS("image"),this.innerElem.setAttribute("width",this.assetData.w+"px"),this.innerElem.setAttribute("height",this.assetData.h+"px"),this.innerElem.setAttribute("preserveAspectRatio",this.assetData.pr||this.globalData.renderConfig.imagePreserveAspectRatio),this.innerElem.setAttributeNS("http://www.w3.org/1999/xlink","href",e),this.layerElement.appendChild(this.innerElem)},IImageElement.prototype.sourceRectAtTime=function(){return this.sourceRect};function ProcessedElement(e,t){this.elem=e,this.pos=t}function IShapeElement(){}IShapeElement.prototype={addShapeToModifiers:function(t){var n,i=this.shapeModifiers.length;for(n=0;n<i;n+=1)this.shapeModifiers[n].addShape(t)},isShapeInAnimatedModifiers:function(t){for(var n=0,i=this.shapeModifiers.length;n<i;)if(this.shapeModifiers[n].isAnimatedWithShape(t))return!0;return!1},renderModifiers:function(){if(this.shapeModifiers.length){var t,n=this.shapes.length;for(t=0;t<n;t+=1)this.shapes[t].sh.reset();n=this.shapeModifiers.length;var i;for(t=n-1;t>=0&&(i=this.shapeModifiers[t].processShapes(this._isFirstFrame),!i);t-=1);}},searchProcessedElement:function(t){for(var n=this.processedElements,i=0,s=n.length;i<s;){if(n[i].elem===t)return n[i].pos;i+=1}return 0},addProcessedElement:function(t,n){for(var i=this.processedElements,s=i.length;s;)if(s-=1,i[s].elem===t){i[s].pos=n;return}i.push(new ProcessedElement(t,n))},prepareFrame:function(t){this.prepareRenderableFrame(t),this.prepareProperties(t,this.isInRange)}};var lineCapEnum={1:"butt",2:"round",3:"square"},lineJoinEnum={1:"miter",2:"round",3:"bevel"};function SVGShapeData(e,t,n){this.caches=[],this.styles=[],this.transformers=e,this.lStr="",this.sh=n,this.lvl=t,this._isAnimated=!!n.k;for(var i=0,s=e.length;i<s;){if(e[i].mProps.dynamicProperties.length){this._isAnimated=!0;break}i+=1}}SVGShapeData.prototype.setAsAnimated=function(){this._isAnimated=!0};function SVGStyleData(e,t){this.data=e,this.type=e.ty,this.d="",this.lvl=t,this._mdf=!1,this.closed=e.hd===!0,this.pElem=createNS("path"),this.msElem=null}SVGStyleData.prototype.reset=function(){this.d="",this._mdf=!1};function DashProperty(e,t,n,i){this.elem=e,this.frameId=-1,this.dataProps=createSizedArray(t.length),this.renderer=n,this.k=!1,this.dashStr="",this.dashArray=createTypedArray("float32",t.length?t.length-1:0),this.dashoffset=createTypedArray("float32",1),this.initDynamicPropertyContainer(i);var s,o=t.length||0,a;for(s=0;s<o;s+=1)a=PropertyFactory.getProp(e,t[s].v,0,0,this),this.k=a.k||this.k,this.dataProps[s]={n:t[s].n,p:a};this.k||this.getValue(!0),this._isAnimated=this.k}DashProperty.prototype.getValue=function(e){if(!(this.elem.globalData.frameId===this.frameId&&!e)&&(this.frameId=this.elem.globalData.frameId,this.iterateDynamicProperties(),this._mdf=this._mdf||e,this._mdf)){var t=0,n=this.dataProps.length;for(this.renderer==="svg"&&(this.dashStr=""),t=0;t<n;t+=1)this.dataProps[t].n!=="o"?this.renderer==="svg"?this.dashStr+=" "+this.dataProps[t].p.v:this.dashArray[t]=this.dataProps[t].p.v:this.dashoffset[0]=this.dataProps[t].p.v}},extendPrototype([DynamicPropertyContainer],DashProperty);function SVGStrokeStyleData(e,t,n){this.initDynamicPropertyContainer(e),this.getValue=this.iterateDynamicProperties,this.o=PropertyFactory.getProp(e,t.o,0,.01,this),this.w=PropertyFactory.getProp(e,t.w,0,null,this),this.d=new DashProperty(e,t.d||{},"svg",this),this.c=PropertyFactory.getProp(e,t.c,1,255,this),this.style=n,this._isAnimated=!!this._isAnimated}extendPrototype([DynamicPropertyContainer],SVGStrokeStyleData);function SVGFillStyleData(e,t,n){this.initDynamicPropertyContainer(e),this.getValue=this.iterateDynamicProperties,this.o=PropertyFactory.getProp(e,t.o,0,.01,this),this.c=PropertyFactory.getProp(e,t.c,1,255,this),this.style=n}extendPrototype([DynamicPropertyContainer],SVGFillStyleData);function SVGNoStyleData(e,t,n){this.initDynamicPropertyContainer(e),this.getValue=this.iterateDynamicProperties,this.style=n}extendPrototype([DynamicPropertyContainer],SVGNoStyleData);function GradientProperty(e,t,n){this.data=t,this.c=createTypedArray("uint8c",t.p*4);var i=t.k.k[0].s?t.k.k[0].s.length-t.p*4:t.k.k.length-t.p*4;this.o=createTypedArray("float32",i),this._cmdf=!1,this._omdf=!1,this._collapsable=this.checkCollapsable(),this._hasOpacity=i,this.initDynamicPropertyContainer(n),this.prop=PropertyFactory.getProp(e,t.k,1,null,this),this.k=this.prop.k,this.getValue(!0)}GradientProperty.prototype.comparePoints=function(e,t){for(var n=0,i=this.o.length/2,s;n<i;){if(s=Math.abs(e[n*4]-e[t*4+n*2]),s>.01)return!1;n+=1}return!0},GradientProperty.prototype.checkCollapsable=function(){if(this.o.length/2!==this.c.length/4)return!1;if(this.data.k.k[0].s)for(var e=0,t=this.data.k.k.length;e<t;){if(!this.comparePoints(this.data.k.k[e].s,this.data.p))return!1;e+=1}else if(!this.comparePoints(this.data.k.k,this.data.p))return!1;return!0},GradientProperty.prototype.getValue=function(e){if(this.prop.getValue(),this._mdf=!1,this._cmdf=!1,this._omdf=!1,this.prop._mdf||e){var t,n=this.data.p*4,i,s;for(t=0;t<n;t+=1)i=t%4===0?100:255,s=Math.round(this.prop.v[t]*i),this.c[t]!==s&&(this.c[t]=s,this._cmdf=!e);if(this.o.length)for(n=this.prop.v.length,t=this.data.p*4;t<n;t+=1)i=t%2===0?100:1,s=t%2===0?Math.round(this.prop.v[t]*100):this.prop.v[t],this.o[t-this.data.p*4]!==s&&(this.o[t-this.data.p*4]=s,this._omdf=!e);this._mdf=!e}},extendPrototype([DynamicPropertyContainer],GradientProperty);function SVGGradientFillStyleData(e,t,n){this.initDynamicPropertyContainer(e),this.getValue=this.iterateDynamicProperties,this.initGradientData(e,t,n)}SVGGradientFillStyleData.prototype.initGradientData=function(e,t,n){this.o=PropertyFactory.getProp(e,t.o,0,.01,this),this.s=PropertyFactory.getProp(e,t.s,1,null,this),this.e=PropertyFactory.getProp(e,t.e,1,null,this),this.h=PropertyFactory.getProp(e,t.h||{k:0},0,.01,this),this.a=PropertyFactory.getProp(e,t.a||{k:0},0,degToRads,this),this.g=new GradientProperty(e,t.g,this),this.style=n,this.stops=[],this.setGradientData(n.pElem,t),this.setGradientOpacity(t,n),this._isAnimated=!!this._isAnimated},SVGGradientFillStyleData.prototype.setGradientData=function(e,t){var n=createElementID(),i=createNS(t.t===1?"linearGradient":"radialGradient");i.setAttribute("id",n),i.setAttribute("spreadMethod","pad"),i.setAttribute("gradientUnits","userSpaceOnUse");var s=[],o,a,l;for(l=t.g.p*4,a=0;a<l;a+=4)o=createNS("stop"),i.appendChild(o),s.push(o);e.setAttribute(t.ty==="gf"?"fill":"stroke","url("+getLocationHref()+"#"+n+")"),this.gf=i,this.cst=s},SVGGradientFillStyleData.prototype.setGradientOpacity=function(e,t){if(this.g._hasOpacity&&!this.g._collapsable){var n,i,s,o=createNS("mask"),a=createNS("path");o.appendChild(a);var l=createElementID(),c=createElementID();o.setAttribute("id",c);var u=createNS(e.t===1?"linearGradient":"radialGradient");u.setAttribute("id",l),u.setAttribute("spreadMethod","pad"),u.setAttribute("gradientUnits","userSpaceOnUse"),s=e.g.k.k[0].s?e.g.k.k[0].s.length:e.g.k.k.length;var f=this.stops;for(i=e.g.p*4;i<s;i+=2)n=createNS("stop"),n.setAttribute("stop-color","rgb(255,255,255)"),u.appendChild(n),f.push(n);a.setAttribute(e.ty==="gf"?"fill":"stroke","url("+getLocationHref()+"#"+l+")"),e.ty==="gs"&&(a.setAttribute("stroke-linecap",lineCapEnum[e.lc||2]),a.setAttribute("stroke-linejoin",lineJoinEnum[e.lj||2]),e.lj===1&&a.setAttribute("stroke-miterlimit",e.ml)),this.of=u,this.ms=o,this.ost=f,this.maskId=c,t.msElem=a}},extendPrototype([DynamicPropertyContainer],SVGGradientFillStyleData);function SVGGradientStrokeStyleData(e,t,n){this.initDynamicPropertyContainer(e),this.getValue=this.iterateDynamicProperties,this.w=PropertyFactory.getProp(e,t.w,0,null,this),this.d=new DashProperty(e,t.d||{},"svg",this),this.initGradientData(e,t,n),this._isAnimated=!!this._isAnimated}extendPrototype([SVGGradientFillStyleData,DynamicPropertyContainer],SVGGradientStrokeStyleData);function ShapeGroupData(){this.it=[],this.prevViewData=[],this.gr=createNS("g")}function SVGTransformData(e,t,n){this.transform={mProps:e,op:t,container:n},this.elements=[],this._isAnimated=this.transform.mProps.dynamicProperties.length||this.transform.op.effectsSequence.length}var buildShapeString=function(t,n,i,s){if(n===0)return"";var o=t.o,a=t.i,l=t.v,c,u=" M"+s.applyToPointStringified(l[0][0],l[0][1]);for(c=1;c<n;c+=1)u+=" C"+s.applyToPointStringified(o[c-1][0],o[c-1][1])+" "+s.applyToPointStringified(a[c][0],a[c][1])+" "+s.applyToPointStringified(l[c][0],l[c][1]);return i&&n&&(u+=" C"+s.applyToPointStringified(o[c-1][0],o[c-1][1])+" "+s.applyToPointStringified(a[0][0],a[0][1])+" "+s.applyToPointStringified(l[0][0],l[0][1]),u+="z"),u},SVGElementsRenderer=function(){var e=new Matrix,t=new Matrix,n={createRenderFunction:i};function i(x){switch(x.ty){case"fl":return l;case"gf":return u;case"gs":return c;case"st":return f;case"sh":case"el":case"rc":case"sr":return a;case"tr":return s;case"no":return o;default:return null}}function s(x,m,S){(S||m.transform.op._mdf)&&m.transform.container.setAttribute("opacity",m.transform.op.v),(S||m.transform.mProps._mdf)&&m.transform.container.setAttribute("transform",m.transform.mProps.v.to2dCSS())}function o(){}function a(x,m,S){var E,d,I,y,P,b,T=m.styles.length,R=m.lvl,D,V,z,e1;for(b=0;b<T;b+=1){if(y=m.sh._mdf||S,m.styles[b].lvl<R){for(V=t.reset(),z=R-m.styles[b].lvl,e1=m.transformers.length-1;!y&&z>0;)y=m.transformers[e1].mProps._mdf||y,z-=1,e1-=1;if(y)for(z=R-m.styles[b].lvl,e1=m.transformers.length-1;z>0;)V.multiply(m.transformers[e1].mProps.v),z-=1,e1-=1}else V=e;if(D=m.sh.paths,d=D._length,y){for(I="",E=0;E<d;E+=1)P=D.shapes[E],P&&P._length&&(I+=buildShapeString(P,P._length,P.c,V));m.caches[b]=I}else I=m.caches[b];m.styles[b].d+=x.hd===!0?"":I,m.styles[b]._mdf=y||m.styles[b]._mdf}}function l(x,m,S){var E=m.style;(m.c._mdf||S)&&E.pElem.setAttribute("fill","rgb("+bmFloor(m.c.v[0])+","+bmFloor(m.c.v[1])+","+bmFloor(m.c.v[2])+")"),(m.o._mdf||S)&&E.pElem.setAttribute("fill-opacity",m.o.v)}function c(x,m,S){u(x,m,S),f(x,m,S)}function u(x,m,S){var E=m.gf,d=m.g._hasOpacity,I=m.s.v,y=m.e.v;if(m.o._mdf||S){var P=x.ty==="gf"?"fill-opacity":"stroke-opacity";m.style.pElem.setAttribute(P,m.o.v)}if(m.s._mdf||S){var b=x.t===1?"x1":"cx",T=b==="x1"?"y1":"cy";E.setAttribute(b,I[0]),E.setAttribute(T,I[1]),d&&!m.g._collapsable&&(m.of.setAttribute(b,I[0]),m.of.setAttribute(T,I[1]))}var R,D,V,z;if(m.g._cmdf||S){R=m.cst;var e1=m.g.c;for(V=R.length,D=0;D<V;D+=1)z=R[D],z.setAttribute("offset",e1[D*4]+"%"),z.setAttribute("stop-color","rgb("+e1[D*4+1]+","+e1[D*4+2]+","+e1[D*4+3]+")")}if(d&&(m.g._omdf||S)){var j=m.g.o;for(m.g._collapsable?R=m.cst:R=m.ost,V=R.length,D=0;D<V;D+=1)z=R[D],m.g._collapsable||z.setAttribute("offset",j[D*2]+"%"),z.setAttribute("stop-opacity",j[D*2+1])}if(x.t===1)(m.e._mdf||S)&&(E.setAttribute("x2",y[0]),E.setAttribute("y2",y[1]),d&&!m.g._collapsable&&(m.of.setAttribute("x2",y[0]),m.of.setAttribute("y2",y[1])));else{var n1;if((m.s._mdf||m.e._mdf||S)&&(n1=Math.sqrt(Math.pow(I[0]-y[0],2)+Math.pow(I[1]-y[1],2)),E.setAttribute("r",n1),d&&!m.g._collapsable&&m.of.setAttribute("r",n1)),m.e._mdf||m.h._mdf||m.a._mdf||S){n1||(n1=Math.sqrt(Math.pow(I[0]-y[0],2)+Math.pow(I[1]-y[1],2)));var X=Math.atan2(y[1]-I[1],y[0]-I[0]),l1=m.h.v;l1>=1?l1=.99:l1<=-1&&(l1=-.99);var c1=n1*l1,t1=Math.cos(X+m.a.v)*c1+I[0],N=Math.sin(X+m.a.v)*c1+I[1];E.setAttribute("fx",t1),E.setAttribute("fy",N),d&&!m.g._collapsable&&(m.of.setAttribute("fx",t1),m.of.setAttribute("fy",N))}}}function f(x,m,S){var E=m.style,d=m.d;d&&(d._mdf||S)&&d.dashStr&&(E.pElem.setAttribute("stroke-dasharray",d.dashStr),E.pElem.setAttribute("stroke-dashoffset",d.dashoffset[0])),m.c&&(m.c._mdf||S)&&E.pElem.setAttribute("stroke","rgb("+bmFloor(m.c.v[0])+","+bmFloor(m.c.v[1])+","+bmFloor(m.c.v[2])+")"),(m.o._mdf||S)&&E.pElem.setAttribute("stroke-opacity",m.o.v),(m.w._mdf||S)&&(E.pElem.setAttribute("stroke-width",m.w.v),E.msElem&&E.msElem.setAttribute("stroke-width",m.w.v))}return n}();function SVGShapeElement(e,t,n){this.shapes=[],this.shapesData=e.shapes,this.stylesList=[],this.shapeModifiers=[],this.itemsData=[],this.processedElements=[],this.animatedContents=[],this.initElement(e,t,n),this.prevViewData=[]}extendPrototype([BaseElement,TransformElement,SVGBaseElement,IShapeElement,HierarchyElement,FrameElement,RenderableDOMElement],SVGShapeElement),SVGShapeElement.prototype.initSecondaryElement=function(){},SVGShapeElement.prototype.identityMatrix=new Matrix,SVGShapeElement.prototype.buildExpressionInterface=function(){},SVGShapeElement.prototype.createContent=function(){this.searchShapes(this.shapesData,this.itemsData,this.prevViewData,this.layerElement,0,[],!0),this.filterUniqueShapes()},SVGShapeElement.prototype.filterUniqueShapes=function(){var e,t=this.shapes.length,n,i,s=this.stylesList.length,o,a=[],l=!1;for(i=0;i<s;i+=1){for(o=this.stylesList[i],l=!1,a.length=0,e=0;e<t;e+=1)n=this.shapes[e],n.styles.indexOf(o)!==-1&&(a.push(n),l=n._isAnimated||l);a.length>1&&l&&this.setShapesAsAnimated(a)}},SVGShapeElement.prototype.setShapesAsAnimated=function(e){var t,n=e.length;for(t=0;t<n;t+=1)e[t].setAsAnimated()},SVGShapeElement.prototype.createStyleElement=function(e,t){var n,i=new SVGStyleData(e,t),s=i.pElem;if(e.ty==="st")n=new SVGStrokeStyleData(this,e,i);else if(e.ty==="fl")n=new SVGFillStyleData(this,e,i);else if(e.ty==="gf"||e.ty==="gs"){var o=e.ty==="gf"?SVGGradientFillStyleData:SVGGradientStrokeStyleData;n=new o(this,e,i),this.globalData.defs.appendChild(n.gf),n.maskId&&(this.globalData.defs.appendChild(n.ms),this.globalData.defs.appendChild(n.of),s.setAttribute("mask","url("+getLocationHref()+"#"+n.maskId+")"))}else e.ty==="no"&&(n=new SVGNoStyleData(this,e,i));return(e.ty==="st"||e.ty==="gs")&&(s.setAttribute("stroke-linecap",lineCapEnum[e.lc||2]),s.setAttribute("stroke-linejoin",lineJoinEnum[e.lj||2]),s.setAttribute("fill-opacity","0"),e.lj===1&&s.setAttribute("stroke-miterlimit",e.ml)),e.r===2&&s.setAttribute("fill-rule","evenodd"),e.ln&&s.setAttribute("id",e.ln),e.cl&&s.setAttribute("class",e.cl),e.bm&&(s.style["mix-blend-mode"]=getBlendMode(e.bm)),this.stylesList.push(i),this.addToAnimatedContents(e,n),n},SVGShapeElement.prototype.createGroupElement=function(e){var t=new ShapeGroupData;return e.ln&&t.gr.setAttribute("id",e.ln),e.cl&&t.gr.setAttribute("class",e.cl),e.bm&&(t.gr.style["mix-blend-mode"]=getBlendMode(e.bm)),t},SVGShapeElement.prototype.createTransformElement=function(e,t){var n=TransformPropertyFactory.getTransformProperty(this,e,this),i=new SVGTransformData(n,n.o,t);return this.addToAnimatedContents(e,i),i},SVGShapeElement.prototype.createShapeElement=function(e,t,n){var i=4;e.ty==="rc"?i=5:e.ty==="el"?i=6:e.ty==="sr"&&(i=7);var s=ShapePropertyFactory.getShapeProp(this,e,i,this),o=new SVGShapeData(t,n,s);return this.shapes.push(o),this.addShapeToModifiers(o),this.addToAnimatedContents(e,o),o},SVGShapeElement.prototype.addToAnimatedContents=function(e,t){for(var n=0,i=this.animatedContents.length;n<i;){if(this.animatedContents[n].element===t)return;n+=1}this.animatedContents.push({fn:SVGElementsRenderer.createRenderFunction(e),element:t,data:e})},SVGShapeElement.prototype.setElementStyles=function(e){var t=e.styles,n,i=this.stylesList.length;for(n=0;n<i;n+=1)this.stylesList[n].closed||t.push(this.stylesList[n])},SVGShapeElement.prototype.reloadShapes=function(){this._isFirstFrame=!0;var e,t=this.itemsData.length;for(e=0;e<t;e+=1)this.prevViewData[e]=this.itemsData[e];for(this.searchShapes(this.shapesData,this.itemsData,this.prevViewData,this.layerElement,0,[],!0),this.filterUniqueShapes(),t=this.dynamicProperties.length,e=0;e<t;e+=1)this.dynamicProperties[e].getValue();this.renderModifiers()},SVGShapeElement.prototype.searchShapes=function(e,t,n,i,s,o,a){var l=[].concat(o),c,u=e.length-1,f,x,m=[],S=[],E,d,I;for(c=u;c>=0;c-=1){if(I=this.searchProcessedElement(e[c]),I?t[c]=n[I-1]:e[c]._render=a,e[c].ty==="fl"||e[c].ty==="st"||e[c].ty==="gf"||e[c].ty==="gs"||e[c].ty==="no")I?t[c].style.closed=!1:t[c]=this.createStyleElement(e[c],s),e[c]._render&&t[c].style.pElem.parentNode!==i&&i.appendChild(t[c].style.pElem),m.push(t[c].style);else if(e[c].ty==="gr"){if(!I)t[c]=this.createGroupElement(e[c]);else for(x=t[c].it.length,f=0;f<x;f+=1)t[c].prevViewData[f]=t[c].it[f];this.searchShapes(e[c].it,t[c].it,t[c].prevViewData,t[c].gr,s+1,l,a),e[c]._render&&t[c].gr.parentNode!==i&&i.appendChild(t[c].gr)}else e[c].ty==="tr"?(I||(t[c]=this.createTransformElement(e[c],i)),E=t[c].transform,l.push(E)):e[c].ty==="sh"||e[c].ty==="rc"||e[c].ty==="el"||e[c].ty==="sr"?(I||(t[c]=this.createShapeElement(e[c],l,s)),this.setElementStyles(t[c])):e[c].ty==="tm"||e[c].ty==="rd"||e[c].ty==="ms"||e[c].ty==="pb"||e[c].ty==="zz"||e[c].ty==="op"?(I?(d=t[c],d.closed=!1):(d=ShapeModifiers.getModifier(e[c].ty),d.init(this,e[c]),t[c]=d,this.shapeModifiers.push(d)),S.push(d)):e[c].ty==="rp"&&(I?(d=t[c],d.closed=!0):(d=ShapeModifiers.getModifier(e[c].ty),t[c]=d,d.init(this,e,c,t),this.shapeModifiers.push(d),a=!1),S.push(d));this.addProcessedElement(e[c],c+1)}for(u=m.length,c=0;c<u;c+=1)m[c].closed=!0;for(u=S.length,c=0;c<u;c+=1)S[c].closed=!0},SVGShapeElement.prototype.renderInnerContent=function(){this.renderModifiers();var e,t=this.stylesList.length;for(e=0;e<t;e+=1)this.stylesList[e].reset();for(this.renderShape(),e=0;e<t;e+=1)(this.stylesList[e]._mdf||this._isFirstFrame)&&(this.stylesList[e].msElem&&(this.stylesList[e].msElem.setAttribute("d",this.stylesList[e].d),this.stylesList[e].d="M0 0"+this.stylesList[e].d),this.stylesList[e].pElem.setAttribute("d",this.stylesList[e].d||"M0 0"))},SVGShapeElement.prototype.renderShape=function(){var e,t=this.animatedContents.length,n;for(e=0;e<t;e+=1)n=this.animatedContents[e],(this._isFirstFrame||n.element._isAnimated)&&n.data!==!0&&n.fn(n.data,n.element,this._isFirstFrame)},SVGShapeElement.prototype.destroy=function(){this.destroyBaseElement(),this.shapesData=null,this.itemsData=null};function LetterProps(e,t,n,i,s,o){this.o=e,this.sw=t,this.sc=n,this.fc=i,this.m=s,this.p=o,this._mdf={o:!0,sw:!!t,sc:!!n,fc:!!i,m:!0,p:!0}}LetterProps.prototype.update=function(e,t,n,i,s,o){this._mdf.o=!1,this._mdf.sw=!1,this._mdf.sc=!1,this._mdf.fc=!1,this._mdf.m=!1,this._mdf.p=!1;var a=!1;return this.o!==e&&(this.o=e,this._mdf.o=!0,a=!0),this.sw!==t&&(this.sw=t,this._mdf.sw=!0,a=!0),this.sc!==n&&(this.sc=n,this._mdf.sc=!0,a=!0),this.fc!==i&&(this.fc=i,this._mdf.fc=!0,a=!0),this.m!==s&&(this.m=s,this._mdf.m=!0,a=!0),o.length&&(this.p[0]!==o[0]||this.p[1]!==o[1]||this.p[4]!==o[4]||this.p[5]!==o[5]||this.p[12]!==o[12]||this.p[13]!==o[13])&&(this.p=o,this._mdf.p=!0,a=!0),a};function TextProperty(e,t){this._frameId=initialDefaultFrame,this.pv="",this.v="",this.kf=!1,this._isFirstFrame=!0,this._mdf=!1,t.d&&t.d.sid&&(t.d=e.globalData.slotManager.getProp(t.d)),this.data=t,this.elem=e,this.comp=this.elem.comp,this.keysIndex=0,this.canResize=!1,this.minimumFontSize=1,this.effectsSequence=[],this.currentData={ascent:0,boxWidth:this.defaultBoxWidth,f:"",fStyle:"",fWeight:"",fc:"",j:"",justifyOffset:"",l:[],lh:0,lineWidths:[],ls:"",of:"",s:"",sc:"",sw:0,t:0,tr:0,sz:0,ps:null,fillColorAnim:!1,strokeColorAnim:!1,strokeWidthAnim:!1,yOffset:0,finalSize:0,finalText:[],finalLineHeight:0,__complete:!1},this.copyData(this.currentData,this.data.d.k[0].s),this.searchProperty()||this.completeTextData(this.currentData)}TextProperty.prototype.defaultBoxWidth=[0,0],TextProperty.prototype.copyData=function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e},TextProperty.prototype.setCurrentData=function(e){e.__complete||this.completeTextData(e),this.currentData=e,this.currentData.boxWidth=this.currentData.boxWidth||this.defaultBoxWidth,this._mdf=!0},TextProperty.prototype.searchProperty=function(){return this.searchKeyframes()},TextProperty.prototype.searchKeyframes=function(){return this.kf=this.data.d.k.length>1,this.kf&&this.addEffect(this.getKeyframeValue.bind(this)),this.kf},TextProperty.prototype.addEffect=function(e){this.effectsSequence.push(e),this.elem.addDynamicProperty(this)},TextProperty.prototype.getValue=function(e){if(!((this.elem.globalData.frameId===this.frameId||!this.effectsSequence.length)&&!e)){this.currentData.t=this.data.d.k[this.keysIndex].s.t;var t=this.currentData,n=this.keysIndex;if(this.lock){this.setCurrentData(this.currentData);return}this.lock=!0,this._mdf=!1;var i,s=this.effectsSequence.length,o=e||this.data.d.k[this.keysIndex].s;for(i=0;i<s;i+=1)n!==this.keysIndex?o=this.effectsSequence[i](o,o.t):o=this.effectsSequence[i](this.currentData,o.t);t!==o&&this.setCurrentData(o),this.v=this.currentData,this.pv=this.v,this.lock=!1,this.frameId=this.elem.globalData.frameId}},TextProperty.prototype.getKeyframeValue=function(){for(var e=this.data.d.k,t=this.elem.comp.renderedFrame,n=0,i=e.length;n<=i-1&&!(n===i-1||e[n+1].t>t);)n+=1;return this.keysIndex!==n&&(this.keysIndex=n),this.data.d.k[this.keysIndex].s},TextProperty.prototype.buildFinalText=function(e){for(var t=[],n=0,i=e.length,s,o,a=!1,l=!1,c="";n<i;)a=l,l=!1,s=e.charCodeAt(n),c=e.charAt(n),FontManager.isCombinedCharacter(s)?a=!0:s>=55296&&s<=56319?FontManager.isRegionalFlag(e,n)?c=e.substr(n,14):(o=e.charCodeAt(n+1),o>=56320&&o<=57343&&(FontManager.isModifier(s,o)?(c=e.substr(n,2),a=!0):FontManager.isFlagEmoji(e.substr(n,4))?c=e.substr(n,4):c=e.substr(n,2))):s>56319?(o=e.charCodeAt(n+1),FontManager.isVariationSelector(s)&&(a=!0)):FontManager.isZeroWidthJoiner(s)&&(a=!0,l=!0),a?(t[t.length-1]+=c,a=!1):t.push(c),n+=c.length;return t},TextProperty.prototype.completeTextData=function(e){e.__complete=!0;var t=this.elem.globalData.fontManager,n=this.data,i=[],s,o,a,l=0,c,u=n.m.g,f=0,x=0,m=0,S=[],E=0,d=0,I,y,P=t.getFontByName(e.f),b,T=0,R=getFontProperties(P);e.fWeight=R.weight,e.fStyle=R.style,e.finalSize=e.s,e.finalText=this.buildFinalText(e.t),o=e.finalText.length,e.finalLineHeight=e.lh;var D=e.tr/1e3*e.finalSize,V;if(e.sz)for(var z=!0,e1=e.sz[0],j=e.sz[1],n1,X;z;){X=this.buildFinalText(e.t),n1=0,E=0,o=X.length,D=e.tr/1e3*e.finalSize;var l1=-1;for(s=0;s<o;s+=1)V=X[s].charCodeAt(0),a=!1,X[s]===" "?l1=s:(V===13||V===3)&&(E=0,a=!0,n1+=e.finalLineHeight||e.finalSize*1.2),t.chars?(b=t.getCharData(X[s],P.fStyle,P.fFamily),T=a?0:b.w*e.finalSize/100):T=t.measureText(X[s],e.f,e.finalSize),E+T>e1&&X[s]!==" "?(l1===-1?o+=1:s=l1,n1+=e.finalLineHeight||e.finalSize*1.2,X.splice(s,l1===s?1:0,"\r"),l1=-1,E=0):(E+=T,E+=D);n1+=P.ascent*e.finalSize/100,this.canResize&&e.finalSize>this.minimumFontSize&&j<n1?(e.finalSize-=1,e.finalLineHeight=e.finalSize*e.lh/e.s):(e.finalText=X,o=e.finalText.length,z=!1)}E=-D,T=0;var c1=0,t1;for(s=0;s<o;s+=1)if(a=!1,t1=e.finalText[s],V=t1.charCodeAt(0),V===13||V===3?(c1=0,S.push(E),d=E>d?E:d,E=-2*D,c="",a=!0,m+=1):c=t1,t.chars?(b=t.getCharData(t1,P.fStyle,t.getFontByName(e.f).fFamily),T=a?0:b.w*e.finalSize/100):T=t.measureText(c,e.f,e.finalSize),t1===" "?c1+=T+D:(E+=T+D+c1,c1=0),i.push({l:T,an:T,add:f,n:a,anIndexes:[],val:c,line:m,animatorJustifyOffset:0}),u==2){if(f+=T,c===""||c===" "||s===o-1){for((c===""||c===" ")&&(f-=T);x<=s;)i[x].an=f,i[x].ind=l,i[x].extra=T,x+=1;l+=1,f=0}}else if(u==3){if(f+=T,c===""||s===o-1){for(c===""&&(f-=T);x<=s;)i[x].an=f,i[x].ind=l,i[x].extra=T,x+=1;f=0,l+=1}}else i[l].ind=l,i[l].extra=0,l+=1;if(e.l=i,d=E>d?E:d,S.push(E),e.sz)e.boxWidth=e.sz[0],e.justifyOffset=0;else switch(e.boxWidth=d,e.j){case 1:e.justifyOffset=-e.boxWidth;break;case 2:e.justifyOffset=-e.boxWidth/2;break;default:e.justifyOffset=0}e.lineWidths=S;var N=n.a,Y,M;y=N.length;var B,U,G=[];for(I=0;I<y;I+=1){for(Y=N[I],Y.a.sc&&(e.strokeColorAnim=!0),Y.a.sw&&(e.strokeWidthAnim=!0),(Y.a.fc||Y.a.fh||Y.a.fs||Y.a.fb)&&(e.fillColorAnim=!0),U=0,B=Y.s.b,s=0;s<o;s+=1)M=i[s],M.anIndexes[I]=U,(B==1&&M.val!==""||B==2&&M.val!==""&&M.val!==" "||B==3&&(M.n||M.val==" "||s==o-1)||B==4&&(M.n||s==o-1))&&(Y.s.rn===1&&G.push(U),U+=1);n.a[I].s.totalChars=U;var a1=-1,p1;if(Y.s.rn===1)for(s=0;s<o;s+=1)M=i[s],a1!=M.anIndexes[I]&&(a1=M.anIndexes[I],p1=G.splice(Math.floor(Math.random()*G.length),1)[0]),M.anIndexes[I]=p1}e.yOffset=e.finalLineHeight||e.finalSize*1.2,e.ls=e.ls||0,e.ascent=P.ascent*e.finalSize/100},TextProperty.prototype.updateDocumentData=function(e,t){t=t===void 0?this.keysIndex:t;var n=this.copyData({},this.data.d.k[t].s);n=this.copyData(n,e),this.data.d.k[t].s=n,this.recalculate(t),this.setCurrentData(n),this.elem.addDynamicProperty(this)},TextProperty.prototype.recalculate=function(e){var t=this.data.d.k[e].s;t.__complete=!1,this.keysIndex=0,this._isFirstFrame=!0,this.getValue(t)},TextProperty.prototype.canResizeFont=function(e){this.canResize=e,this.recalculate(this.keysIndex),this.elem.addDynamicProperty(this)},TextProperty.prototype.setMinimumFontSize=function(e){this.minimumFontSize=Math.floor(e)||1,this.recalculate(this.keysIndex),this.elem.addDynamicProperty(this)};var TextSelectorProp=function(){var e=Math.max,t=Math.min,n=Math.floor;function i(o,a){this._currentTextLength=-1,this.k=!1,this.data=a,this.elem=o,this.comp=o.comp,this.finalS=0,this.finalE=0,this.initDynamicPropertyContainer(o),this.s=PropertyFactory.getProp(o,a.s||{k:0},0,0,this),"e"in a?this.e=PropertyFactory.getProp(o,a.e,0,0,this):this.e={v:100},this.o=PropertyFactory.getProp(o,a.o||{k:0},0,0,this),this.xe=PropertyFactory.getProp(o,a.xe||{k:0},0,0,this),this.ne=PropertyFactory.getProp(o,a.ne||{k:0},0,0,this),this.sm=PropertyFactory.getProp(o,a.sm||{k:100},0,0,this),this.a=PropertyFactory.getProp(o,a.a,0,.01,this),this.dynamicProperties.length||this.getValue()}i.prototype={getMult:function(a){this._currentTextLength!==this.elem.textProperty.currentData.l.length&&this.getValue();var l=0,c=0,u=1,f=1;this.ne.v>0?l=this.ne.v/100:c=-this.ne.v/100,this.xe.v>0?u=1-this.xe.v/100:f=1+this.xe.v/100;var x=BezierFactory.getBezierEasing(l,c,u,f).get,m=0,S=this.finalS,E=this.finalE,d=this.data.sh;if(d===2)E===S?m=a>=E?1:0:m=e(0,t(.5/(E-S)+(a-S)/(E-S),1)),m=x(m);else if(d===3)E===S?m=a>=E?0:1:m=1-e(0,t(.5/(E-S)+(a-S)/(E-S),1)),m=x(m);else if(d===4)E===S?m=0:(m=e(0,t(.5/(E-S)+(a-S)/(E-S),1)),m<.5?m*=2:m=1-2*(m-.5)),m=x(m);else if(d===5){if(E===S)m=0;else{var I=E-S;a=t(e(0,a+.5-S),E-S);var y=-I/2+a,P=I/2;m=Math.sqrt(1-y*y/(P*P))}m=x(m)}else d===6?(E===S?m=0:(a=t(e(0,a+.5-S),E-S),m=(1+Math.cos(Math.PI+Math.PI*2*a/(E-S)))/2),m=x(m)):(a>=n(S)&&(a-S<0?m=e(0,t(t(E,1)-(S-a),1)):m=e(0,t(E-a,1))),m=x(m));if(this.sm.v!==100){var b=this.sm.v*.01;b===0&&(b=1e-8);var T=.5-b*.5;m<T?m=0:(m=(m-T)/b,m>1&&(m=1))}return m*this.a.v},getValue:function(a){this.iterateDynamicProperties(),this._mdf=a||this._mdf,this._currentTextLength=this.elem.textProperty.currentData.l.length||0,a&&this.data.r===2&&(this.e.v=this._currentTextLength);var l=this.data.r===2?1:100/this.data.totalChars,c=this.o.v/l,u=this.s.v/l+c,f=this.e.v/l+c;if(u>f){var x=u;u=f,f=x}this.finalS=u,this.finalE=f}},extendPrototype([DynamicPropertyContainer],i);function s(o,a,l){return new i(o,a)}return{getTextSelectorProp:s}}();function TextAnimatorDataProperty(e,t,n){var i={propType:!1},s=PropertyFactory.getProp,o=t.a;this.a={r:o.r?s(e,o.r,0,degToRads,n):i,rx:o.rx?s(e,o.rx,0,degToRads,n):i,ry:o.ry?s(e,o.ry,0,degToRads,n):i,sk:o.sk?s(e,o.sk,0,degToRads,n):i,sa:o.sa?s(e,o.sa,0,degToRads,n):i,s:o.s?s(e,o.s,1,.01,n):i,a:o.a?s(e,o.a,1,0,n):i,o:o.o?s(e,o.o,0,.01,n):i,p:o.p?s(e,o.p,1,0,n):i,sw:o.sw?s(e,o.sw,0,0,n):i,sc:o.sc?s(e,o.sc,1,0,n):i,fc:o.fc?s(e,o.fc,1,0,n):i,fh:o.fh?s(e,o.fh,0,0,n):i,fs:o.fs?s(e,o.fs,0,.01,n):i,fb:o.fb?s(e,o.fb,0,.01,n):i,t:o.t?s(e,o.t,0,0,n):i},this.s=TextSelectorProp.getTextSelectorProp(e,t.s,n),this.s.t=t.s.t}function TextAnimatorProperty(e,t,n){this._isFirstFrame=!0,this._hasMaskedPath=!1,this._frameId=-1,this._textData=e,this._renderType=t,this._elem=n,this._animatorsData=createSizedArray(this._textData.a.length),this._pathData={},this._moreOptions={alignment:{}},this.renderedLetters=[],this.lettersChangedFlag=!1,this.initDynamicPropertyContainer(n)}TextAnimatorProperty.prototype.searchProperties=function(){var e,t=this._textData.a.length,n,i=PropertyFactory.getProp;for(e=0;e<t;e+=1)n=this._textData.a[e],this._animatorsData[e]=new TextAnimatorDataProperty(this._elem,n,this);this._textData.p&&"m"in this._textData.p?(this._pathData={a:i(this._elem,this._textData.p.a,0,0,this),f:i(this._elem,this._textData.p.f,0,0,this),l:i(this._elem,this._textData.p.l,0,0,this),r:i(this._elem,this._textData.p.r,0,0,this),p:i(this._elem,this._textData.p.p,0,0,this),m:this._elem.maskManager.getMaskProperty(this._textData.p.m)},this._hasMaskedPath=!0):this._hasMaskedPath=!1,this._moreOptions.alignment=i(this._elem,this._textData.m.a,1,0,this)},TextAnimatorProperty.prototype.getMeasures=function(e,t){if(this.lettersChangedFlag=t,!(!this._mdf&&!this._isFirstFrame&&!t&&(!this._hasMaskedPath||!this._pathData.m._mdf))){this._isFirstFrame=!1;var n=this._moreOptions.alignment.v,i=this._animatorsData,s=this._textData,o=this.mHelper,a=this._renderType,l=this.renderedLetters.length,c,u,f,x,m=e.l,S,E,d,I,y,P,b,T,R,D,V,z,e1,j,n1;if(this._hasMaskedPath){if(n1=this._pathData.m,!this._pathData.n||this._pathData._mdf){var X=n1.v;this._pathData.r.v&&(X=X.reverse()),S={tLength:0,segments:[]},x=X._length-1;var l1;for(z=0,f=0;f<x;f+=1)l1=bez.buildBezierData(X.v[f],X.v[f+1],[X.o[f][0]-X.v[f][0],X.o[f][1]-X.v[f][1]],[X.i[f+1][0]-X.v[f+1][0],X.i[f+1][1]-X.v[f+1][1]]),S.tLength+=l1.segmentLength,S.segments.push(l1),z+=l1.segmentLength;f=x,n1.v.c&&(l1=bez.buildBezierData(X.v[f],X.v[0],[X.o[f][0]-X.v[f][0],X.o[f][1]-X.v[f][1]],[X.i[0][0]-X.v[0][0],X.i[0][1]-X.v[0][1]]),S.tLength+=l1.segmentLength,S.segments.push(l1),z+=l1.segmentLength),this._pathData.pi=S}if(S=this._pathData.pi,E=this._pathData.f.v,b=0,P=1,I=0,y=!0,D=S.segments,E<0&&n1.v.c)for(S.tLength<Math.abs(E)&&(E=-Math.abs(E)%S.tLength),b=D.length-1,R=D[b].points,P=R.length-1;E<0;)E+=R[P].partialLength,P-=1,P<0&&(b-=1,R=D[b].points,P=R.length-1);R=D[b].points,T=R[P-1],d=R[P],V=d.partialLength}x=m.length,c=0,u=0;var c1=e.finalSize*1.2*.714,t1=!0,N,Y,M,B,U;B=i.length;var G,a1=-1,p1,u1,y1,g1=E,E1=b,P1=P,R1=-1,S1,I1,o1,_1,d1,A1,j1,L1,F1="",D1=this.defaultPropsArray,Y1;if(e.j===2||e.j===1){var B1=0,v1=0,le=e.j===2?-.5:-1,V1=0,X1=!0;for(f=0;f<x;f+=1)if(m[f].n){for(B1&&(B1+=v1);V1<f;)m[V1].animatorJustifyOffset=B1,V1+=1;B1=0,X1=!0}else{for(M=0;M<B;M+=1)N=i[M].a,N.t.propType&&(X1&&e.j===2&&(v1+=N.t.v*le),Y=i[M].s,G=Y.getMult(m[f].anIndexes[M],s.a[M].s.totalChars),G.length?B1+=N.t.v*G[0]*le:B1+=N.t.v*G*le);X1=!1}for(B1&&(B1+=v1);V1<f;)m[V1].animatorJustifyOffset=B1,V1+=1}for(f=0;f<x;f+=1){if(o.reset(),S1=1,m[f].n)c=0,u+=e.yOffset,u+=t1?1:0,E=g1,t1=!1,this._hasMaskedPath&&(b=E1,P=P1,R=D[b].points,T=R[P-1],d=R[P],V=d.partialLength,I=0),F1="",L1="",A1="",Y1="",D1=this.defaultPropsArray;else{if(this._hasMaskedPath){if(R1!==m[f].line){switch(e.j){case 1:E+=z-e.lineWidths[m[f].line];break;case 2:E+=(z-e.lineWidths[m[f].line])/2;break}R1=m[f].line}a1!==m[f].ind&&(m[a1]&&(E+=m[a1].extra),E+=m[f].an/2,a1=m[f].ind),E+=n[0]*m[f].an*.005;var ee=0;for(M=0;M<B;M+=1)N=i[M].a,N.p.propType&&(Y=i[M].s,G=Y.getMult(m[f].anIndexes[M],s.a[M].s.totalChars),G.length?ee+=N.p.v[0]*G[0]:ee+=N.p.v[0]*G),N.a.propType&&(Y=i[M].s,G=Y.getMult(m[f].anIndexes[M],s.a[M].s.totalChars),G.length?ee+=N.a.v[0]*G[0]:ee+=N.a.v[0]*G);for(y=!0,this._pathData.a.v&&(E=m[0].an*.5+(z-this._pathData.f.v-m[0].an*.5-m[m.length-1].an*.5)*a1/(x-1),E+=this._pathData.f.v);y;)I+V>=E+ee||!R?(e1=(E+ee-I)/d.partialLength,u1=T.point[0]+(d.point[0]-T.point[0])*e1,y1=T.point[1]+(d.point[1]-T.point[1])*e1,o.translate(-n[0]*m[f].an*.005,-(n[1]*c1)*.01),y=!1):R&&(I+=d.partialLength,P+=1,P>=R.length&&(P=0,b+=1,D[b]?R=D[b].points:n1.v.c?(P=0,b=0,R=D[b].points):(I-=d.partialLength,R=null)),R&&(T=d,d=R[P],V=d.partialLength));p1=m[f].an/2-m[f].add,o.translate(-p1,0,0)}else p1=m[f].an/2-m[f].add,o.translate(-p1,0,0),o.translate(-n[0]*m[f].an*.005,-n[1]*c1*.01,0);for(M=0;M<B;M+=1)N=i[M].a,N.t.propType&&(Y=i[M].s,G=Y.getMult(m[f].anIndexes[M],s.a[M].s.totalChars),(c!==0||e.j!==0)&&(this._hasMaskedPath?G.length?E+=N.t.v*G[0]:E+=N.t.v*G:G.length?c+=N.t.v*G[0]:c+=N.t.v*G));for(e.strokeWidthAnim&&(o1=e.sw||0),e.strokeColorAnim&&(e.sc?I1=[e.sc[0],e.sc[1],e.sc[2]]:I1=[0,0,0]),e.fillColorAnim&&e.fc&&(_1=[e.fc[0],e.fc[1],e.fc[2]]),M=0;M<B;M+=1)N=i[M].a,N.a.propType&&(Y=i[M].s,G=Y.getMult(m[f].anIndexes[M],s.a[M].s.totalChars),G.length?o.translate(-N.a.v[0]*G[0],-N.a.v[1]*G[1],N.a.v[2]*G[2]):o.translate(-N.a.v[0]*G,-N.a.v[1]*G,N.a.v[2]*G));for(M=0;M<B;M+=1)N=i[M].a,N.s.propType&&(Y=i[M].s,G=Y.getMult(m[f].anIndexes[M],s.a[M].s.totalChars),G.length?o.scale(1+(N.s.v[0]-1)*G[0],1+(N.s.v[1]-1)*G[1],1):o.scale(1+(N.s.v[0]-1)*G,1+(N.s.v[1]-1)*G,1));for(M=0;M<B;M+=1){if(N=i[M].a,Y=i[M].s,G=Y.getMult(m[f].anIndexes[M],s.a[M].s.totalChars),N.sk.propType&&(G.length?o.skewFromAxis(-N.sk.v*G[0],N.sa.v*G[1]):o.skewFromAxis(-N.sk.v*G,N.sa.v*G)),N.r.propType&&(G.length?o.rotateZ(-N.r.v*G[2]):o.rotateZ(-N.r.v*G)),N.ry.propType&&(G.length?o.rotateY(N.ry.v*G[1]):o.rotateY(N.ry.v*G)),N.rx.propType&&(G.length?o.rotateX(N.rx.v*G[0]):o.rotateX(N.rx.v*G)),N.o.propType&&(G.length?S1+=(N.o.v*G[0]-S1)*G[0]:S1+=(N.o.v*G-S1)*G),e.strokeWidthAnim&&N.sw.propType&&(G.length?o1+=N.sw.v*G[0]:o1+=N.sw.v*G),e.strokeColorAnim&&N.sc.propType)for(d1=0;d1<3;d1+=1)G.length?I1[d1]+=(N.sc.v[d1]-I1[d1])*G[0]:I1[d1]+=(N.sc.v[d1]-I1[d1])*G;if(e.fillColorAnim&&e.fc){if(N.fc.propType)for(d1=0;d1<3;d1+=1)G.length?_1[d1]+=(N.fc.v[d1]-_1[d1])*G[0]:_1[d1]+=(N.fc.v[d1]-_1[d1])*G;N.fh.propType&&(G.length?_1=addHueToRGB(_1,N.fh.v*G[0]):_1=addHueToRGB(_1,N.fh.v*G)),N.fs.propType&&(G.length?_1=addSaturationToRGB(_1,N.fs.v*G[0]):_1=addSaturationToRGB(_1,N.fs.v*G)),N.fb.propType&&(G.length?_1=addBrightnessToRGB(_1,N.fb.v*G[0]):_1=addBrightnessToRGB(_1,N.fb.v*G))}}for(M=0;M<B;M+=1)N=i[M].a,N.p.propType&&(Y=i[M].s,G=Y.getMult(m[f].anIndexes[M],s.a[M].s.totalChars),this._hasMaskedPath?G.length?o.translate(0,N.p.v[1]*G[0],-N.p.v[2]*G[1]):o.translate(0,N.p.v[1]*G,-N.p.v[2]*G):G.length?o.translate(N.p.v[0]*G[0],N.p.v[1]*G[1],-N.p.v[2]*G[2]):o.translate(N.p.v[0]*G,N.p.v[1]*G,-N.p.v[2]*G));if(e.strokeWidthAnim&&(A1=o1<0?0:o1),e.strokeColorAnim&&(j1="rgb("+Math.round(I1[0]*255)+","+Math.round(I1[1]*255)+","+Math.round(I1[2]*255)+")"),e.fillColorAnim&&e.fc&&(L1="rgb("+Math.round(_1[0]*255)+","+Math.round(_1[1]*255)+","+Math.round(_1[2]*255)+")"),this._hasMaskedPath){if(o.translate(0,-e.ls),o.translate(0,n[1]*c1*.01+u,0),this._pathData.p.v){j=(d.point[1]-T.point[1])/(d.point[0]-T.point[0]);var H1=Math.atan(j)*180/Math.PI;d.point[0]<T.point[0]&&(H1+=180),o.rotate(-H1*Math.PI/180)}o.translate(u1,y1,0),E-=n[0]*m[f].an*.005,m[f+1]&&a1!==m[f+1].ind&&(E+=m[f].an/2,E+=e.tr*.001*e.finalSize)}else{switch(o.translate(c,u,0),e.ps&&o.translate(e.ps[0],e.ps[1]+e.ascent,0),e.j){case 1:o.translate(m[f].animatorJustifyOffset+e.justifyOffset+(e.boxWidth-e.lineWidths[m[f].line]),0,0);break;case 2:o.translate(m[f].animatorJustifyOffset+e.justifyOffset+(e.boxWidth-e.lineWidths[m[f].line])/2,0,0);break}o.translate(0,-e.ls),o.translate(p1,0,0),o.translate(n[0]*m[f].an*.005,n[1]*c1*.01,0),c+=m[f].l+e.tr*.001*e.finalSize}a==="html"?F1=o.toCSS():a==="svg"?F1=o.to2dCSS():D1=[o.props[0],o.props[1],o.props[2],o.props[3],o.props[4],o.props[5],o.props[6],o.props[7],o.props[8],o.props[9],o.props[10],o.props[11],o.props[12],o.props[13],o.props[14],o.props[15]],Y1=S1}l<=f?(U=new LetterProps(Y1,A1,j1,L1,F1,D1),this.renderedLetters.push(U),l+=1,this.lettersChangedFlag=!0):(U=this.renderedLetters[f],this.lettersChangedFlag=U.update(Y1,A1,j1,L1,F1,D1)||this.lettersChangedFlag)}}},TextAnimatorProperty.prototype.getValue=function(){this._elem.globalData.frameId!==this._frameId&&(this._frameId=this._elem.globalData.frameId,this.iterateDynamicProperties())},TextAnimatorProperty.prototype.mHelper=new Matrix,TextAnimatorProperty.prototype.defaultPropsArray=[],extendPrototype([DynamicPropertyContainer],TextAnimatorProperty);function ITextElement(){}ITextElement.prototype.initElement=function(e,t,n){this.lettersChangedFlag=!0,this.initFrame(),this.initBaseData(e,t,n),this.textProperty=new TextProperty(this,e.t,this.dynamicProperties),this.textAnimator=new TextAnimatorProperty(e.t,this.renderType,this),this.initTransform(e,t,n),this.initHierarchy(),this.initRenderable(),this.initRendererElement(),this.createContainerElements(),this.createRenderableComponents(),this.createContent(),this.hide(),this.textAnimator.searchProperties(this.dynamicProperties)},ITextElement.prototype.prepareFrame=function(e){this._mdf=!1,this.prepareRenderableFrame(e),this.prepareProperties(e,this.isInRange)},ITextElement.prototype.createPathShape=function(e,t){var n,i=t.length,s,o="";for(n=0;n<i;n+=1)t[n].ty==="sh"&&(s=t[n].ks.k,o+=buildShapeString(s,s.i.length,!0,e));return o},ITextElement.prototype.updateDocumentData=function(e,t){this.textProperty.updateDocumentData(e,t)},ITextElement.prototype.canResizeFont=function(e){this.textProperty.canResizeFont(e)},ITextElement.prototype.setMinimumFontSize=function(e){this.textProperty.setMinimumFontSize(e)},ITextElement.prototype.applyTextPropertiesToMatrix=function(e,t,n,i,s){switch(e.ps&&t.translate(e.ps[0],e.ps[1]+e.ascent,0),t.translate(0,-e.ls,0),e.j){case 1:t.translate(e.justifyOffset+(e.boxWidth-e.lineWidths[n]),0,0);break;case 2:t.translate(e.justifyOffset+(e.boxWidth-e.lineWidths[n])/2,0,0);break}t.translate(i,s,0)},ITextElement.prototype.buildColor=function(e){return"rgb("+Math.round(e[0]*255)+","+Math.round(e[1]*255)+","+Math.round(e[2]*255)+")"},ITextElement.prototype.emptyProp=new LetterProps,ITextElement.prototype.destroy=function(){},ITextElement.prototype.validateText=function(){(this.textProperty._mdf||this.textProperty._isFirstFrame)&&(this.buildNewText(),this.textProperty._isFirstFrame=!1,this.textProperty._mdf=!1)};var emptyShapeData={shapes:[]};function SVGTextLottieElement(e,t,n){this.textSpans=[],this.renderType="svg",this.initElement(e,t,n)}extendPrototype([BaseElement,TransformElement,SVGBaseElement,HierarchyElement,FrameElement,RenderableDOMElement,ITextElement],SVGTextLottieElement),SVGTextLottieElement.prototype.createContent=function(){this.data.singleShape&&!this.globalData.fontManager.chars&&(this.textContainer=createNS("text"))},SVGTextLottieElement.prototype.buildTextContents=function(e){for(var t=0,n=e.length,i=[],s="";t<n;)e[t]===String.fromCharCode(13)||e[t]===String.fromCharCode(3)?(i.push(s),s=""):s+=e[t],t+=1;return i.push(s),i},SVGTextLottieElement.prototype.buildShapeData=function(e,t){if(e.shapes&&e.shapes.length){var n=e.shapes[0];if(n.it){var i=n.it[n.it.length-1];i.s&&(i.s.k[0]=t,i.s.k[1]=t)}}return e},SVGTextLottieElement.prototype.buildNewText=function(){this.addDynamicProperty(this);var e,t,n=this.textProperty.currentData;this.renderedLetters=createSizedArray(n?n.l.length:0),n.fc?this.layerElement.setAttribute("fill",this.buildColor(n.fc)):this.layerElement.setAttribute("fill","rgba(0,0,0,0)"),n.sc&&(this.layerElement.setAttribute("stroke",this.buildColor(n.sc)),this.layerElement.setAttribute("stroke-width",n.sw)),this.layerElement.setAttribute("font-size",n.finalSize);var i=this.globalData.fontManager.getFontByName(n.f);if(i.fClass)this.layerElement.setAttribute("class",i.fClass);else{this.layerElement.setAttribute("font-family",i.fFamily);var s=n.fWeight,o=n.fStyle;this.layerElement.setAttribute("font-style",o),this.layerElement.setAttribute("font-weight",s)}this.layerElement.setAttribute("aria-label",n.t);var a=n.l||[],l=!!this.globalData.fontManager.chars;t=a.length;var c,u=this.mHelper,f="",x=this.data.singleShape,m=0,S=0,E=!0,d=n.tr*.001*n.finalSize;if(x&&!l&&!n.sz){var I=this.textContainer,y="start";switch(n.j){case 1:y="end";break;case 2:y="middle";break;default:y="start";break}I.setAttribute("text-anchor",y),I.setAttribute("letter-spacing",d);var P=this.buildTextContents(n.finalText);for(t=P.length,S=n.ps?n.ps[1]+n.ascent:0,e=0;e<t;e+=1)c=this.textSpans[e].span||createNS("tspan"),c.textContent=P[e],c.setAttribute("x",0),c.setAttribute("y",S),c.style.display="inherit",I.appendChild(c),this.textSpans[e]||(this.textSpans[e]={span:null,glyph:null}),this.textSpans[e].span=c,S+=n.finalLineHeight;this.layerElement.appendChild(I)}else{var b=this.textSpans.length,T;for(e=0;e<t;e+=1){if(this.textSpans[e]||(this.textSpans[e]={span:null,childSpan:null,glyph:null}),!l||!x||e===0){if(c=b>e?this.textSpans[e].span:createNS(l?"g":"text"),b<=e){if(c.setAttribute("stroke-linecap","butt"),c.setAttribute("stroke-linejoin","round"),c.setAttribute("stroke-miterlimit","4"),this.textSpans[e].span=c,l){var R=createNS("g");c.appendChild(R),this.textSpans[e].childSpan=R}this.textSpans[e].span=c,this.layerElement.appendChild(c)}c.style.display="inherit"}if(u.reset(),x&&(a[e].n&&(m=-d,S+=n.yOffset,S+=E?1:0,E=!1),this.applyTextPropertiesToMatrix(n,u,a[e].line,m,S),m+=a[e].l||0,m+=d),l){T=this.globalData.fontManager.getCharData(n.finalText[e],i.fStyle,this.globalData.fontManager.getFontByName(n.f).fFamily);var D;if(T.t===1)D=new SVGCompElement(T.data,this.globalData,this);else{var V=emptyShapeData;T.data&&T.data.shapes&&(V=this.buildShapeData(T.data,n.finalSize)),D=new SVGShapeElement(V,this.globalData,this)}if(this.textSpans[e].glyph){var z=this.textSpans[e].glyph;this.textSpans[e].childSpan.removeChild(z.layerElement),z.destroy()}this.textSpans[e].glyph=D,D._debug=!0,D.prepareFrame(0),D.renderFrame(),this.textSpans[e].childSpan.appendChild(D.layerElement),T.t===1&&this.textSpans[e].childSpan.setAttribute("transform","scale("+n.finalSize/100+","+n.finalSize/100+")")}else x&&c.setAttribute("transform","translate("+u.props[12]+","+u.props[13]+")"),c.textContent=a[e].val,c.setAttributeNS("http://www.w3.org/XML/1998/namespace","xml:space","preserve")}x&&c&&c.setAttribute("d",f)}for(;e<this.textSpans.length;)this.textSpans[e].span.style.display="none",e+=1;this._sizeChanged=!0},SVGTextLottieElement.prototype.sourceRectAtTime=function(){if(this.prepareFrame(this.comp.renderedFrame-this.data.st),this.renderInnerContent(),this._sizeChanged){this._sizeChanged=!1;var e=this.layerElement.getBBox();this.bbox={top:e.y,left:e.x,width:e.width,height:e.height}}return this.bbox},SVGTextLottieElement.prototype.getValue=function(){var e,t=this.textSpans.length,n;for(this.renderedFrame=this.comp.renderedFrame,e=0;e<t;e+=1)n=this.textSpans[e].glyph,n&&(n.prepareFrame(this.comp.renderedFrame-this.data.st),n._mdf&&(this._mdf=!0))},SVGTextLottieElement.prototype.renderInnerContent=function(){if(this.validateText(),(!this.data.singleShape||this._mdf)&&(this.textAnimator.getMeasures(this.textProperty.currentData,this.lettersChangedFlag),this.lettersChangedFlag||this.textAnimator.lettersChangedFlag)){this._sizeChanged=!0;var e,t,n=this.textAnimator.renderedLetters,i=this.textProperty.currentData.l;t=i.length;var s,o,a;for(e=0;e<t;e+=1)i[e].n||(s=n[e],o=this.textSpans[e].span,a=this.textSpans[e].glyph,a&&a.renderFrame(),s._mdf.m&&o.setAttribute("transform",s.m),s._mdf.o&&o.setAttribute("opacity",s.o),s._mdf.sw&&o.setAttribute("stroke-width",s.sw),s._mdf.sc&&o.setAttribute("stroke",s.sc),s._mdf.fc&&o.setAttribute("fill",s.fc))}};function ISolidElement(e,t,n){this.initElement(e,t,n)}extendPrototype([IImageElement],ISolidElement),ISolidElement.prototype.createContent=function(){var e=createNS("rect");e.setAttribute("width",this.data.sw),e.setAttribute("height",this.data.sh),e.setAttribute("fill",this.data.sc),this.layerElement.appendChild(e)};function NullElement(e,t,n){this.initFrame(),this.initBaseData(e,t,n),this.initFrame(),this.initTransform(e,t,n),this.initHierarchy()}NullElement.prototype.prepareFrame=function(e){this.prepareProperties(e,!0)},NullElement.prototype.renderFrame=function(){},NullElement.prototype.getBaseElement=function(){return null},NullElement.prototype.destroy=function(){},NullElement.prototype.sourceRectAtTime=function(){},NullElement.prototype.hide=function(){},extendPrototype([BaseElement,TransformElement,HierarchyElement,FrameElement],NullElement);function SVGRendererBase(){}extendPrototype([BaseRenderer],SVGRendererBase),SVGRendererBase.prototype.createNull=function(e){return new NullElement(e,this.globalData,this)},SVGRendererBase.prototype.createShape=function(e){return new SVGShapeElement(e,this.globalData,this)},SVGRendererBase.prototype.createText=function(e){return new SVGTextLottieElement(e,this.globalData,this)},SVGRendererBase.prototype.createImage=function(e){return new IImageElement(e,this.globalData,this)},SVGRendererBase.prototype.createSolid=function(e){return new ISolidElement(e,this.globalData,this)},SVGRendererBase.prototype.configAnimation=function(e){this.svgElement.setAttribute("xmlns","http://www.w3.org/2000/svg"),this.svgElement.setAttribute("xmlns:xlink","http://www.w3.org/1999/xlink"),this.renderConfig.viewBoxSize?this.svgElement.setAttribute("viewBox",this.renderConfig.viewBoxSize):this.svgElement.setAttribute("viewBox","0 0 "+e.w+" "+e.h),this.renderConfig.viewBoxOnly||(this.svgElement.setAttribute("width",e.w),this.svgElement.setAttribute("height",e.h),this.svgElement.style.width="100%",this.svgElement.style.height="100%",this.svgElement.style.transform="translate3d(0,0,0)",this.svgElement.style.contentVisibility=this.renderConfig.contentVisibility),this.renderConfig.width&&this.svgElement.setAttribute("width",this.renderConfig.width),this.renderConfig.height&&this.svgElement.setAttribute("height",this.renderConfig.height),this.renderConfig.className&&this.svgElement.setAttribute("class",this.renderConfig.className),this.renderConfig.id&&this.svgElement.setAttribute("id",this.renderConfig.id),this.renderConfig.focusable!==void 0&&this.svgElement.setAttribute("focusable",this.renderConfig.focusable),this.svgElement.setAttribute("preserveAspectRatio",this.renderConfig.preserveAspectRatio),this.animationItem.wrapper.appendChild(this.svgElement);var t=this.globalData.defs;this.setupGlobalData(e,t),this.globalData.progressiveLoad=this.renderConfig.progressiveLoad,this.data=e;var n=createNS("clipPath"),i=createNS("rect");i.setAttribute("width",e.w),i.setAttribute("height",e.h),i.setAttribute("x",0),i.setAttribute("y",0);var s=createElementID();n.setAttribute("id",s),n.appendChild(i),this.layerElement.setAttribute("clip-path","url("+getLocationHref()+"#"+s+")"),t.appendChild(n),this.layers=e.layers,this.elements=createSizedArray(e.layers.length)},SVGRendererBase.prototype.destroy=function(){this.animationItem.wrapper&&(this.animationItem.wrapper.innerText=""),this.layerElement=null,this.globalData.defs=null;var e,t=this.layers?this.layers.length:0;for(e=0;e<t;e+=1)this.elements[e]&&this.elements[e].destroy&&this.elements[e].destroy();this.elements.length=0,this.destroyed=!0,this.animationItem=null},SVGRendererBase.prototype.updateContainerSize=function(){},SVGRendererBase.prototype.findIndexByInd=function(e){var t=0,n=this.layers.length;for(t=0;t<n;t+=1)if(this.layers[t].ind===e)return t;return-1},SVGRendererBase.prototype.buildItem=function(e){var t=this.elements;if(!(t[e]||this.layers[e].ty===99)){t[e]=!0;var n=this.createItem(this.layers[e]);if(t[e]=n,getExpressionsPlugin()&&(this.layers[e].ty===0&&this.globalData.projectInterface.registerComposition(n),n.initExpressions()),this.appendElementInPos(n,e),this.layers[e].tt){var i="tp"in this.layers[e]?this.findIndexByInd(this.layers[e].tp):e-1;if(i===-1)return;if(!this.elements[i]||this.elements[i]===!0)this.buildItem(i),this.addPendingElement(n);else{var s=t[i],o=s.getMatte(this.layers[e].tt);n.setMatte(o)}}}},SVGRendererBase.prototype.checkPendingElements=function(){for(;this.pendingElements.length;){var e=this.pendingElements.pop();if(e.checkParenting(),e.data.tt)for(var t=0,n=this.elements.length;t<n;){if(this.elements[t]===e){var i="tp"in e.data?this.findIndexByInd(e.data.tp):t-1,s=this.elements[i],o=s.getMatte(this.layers[t].tt);e.setMatte(o);break}t+=1}}},SVGRendererBase.prototype.renderFrame=function(e){if(!(this.renderedFrame===e||this.destroyed)){e===null?e=this.renderedFrame:this.renderedFrame=e,this.globalData.frameNum=e,this.globalData.frameId+=1,this.globalData.projectInterface.currentFrame=e,this.globalData._mdf=!1;var t,n=this.layers.length;for(this.completeLayers||this.checkLayers(e),t=n-1;t>=0;t-=1)(this.completeLayers||this.elements[t])&&this.elements[t].prepareFrame(e-this.layers[t].st);if(this.globalData._mdf)for(t=0;t<n;t+=1)(this.completeLayers||this.elements[t])&&this.elements[t].renderFrame()}},SVGRendererBase.prototype.appendElementInPos=function(e,t){var n=e.getBaseElement();if(n){for(var i=0,s;i<t;)this.elements[i]&&this.elements[i]!==!0&&this.elements[i].getBaseElement()&&(s=this.elements[i].getBaseElement()),i+=1;s?this.layerElement.insertBefore(n,s):this.layerElement.appendChild(n)}},SVGRendererBase.prototype.hide=function(){this.layerElement.style.display="none"},SVGRendererBase.prototype.show=function(){this.layerElement.style.display="block"};function ICompElement(){}extendPrototype([BaseElement,TransformElement,HierarchyElement,FrameElement,RenderableDOMElement],ICompElement),ICompElement.prototype.initElement=function(e,t,n){this.initFrame(),this.initBaseData(e,t,n),this.initTransform(e,t,n),this.initRenderable(),this.initHierarchy(),this.initRendererElement(),this.createContainerElements(),this.createRenderableComponents(),(this.data.xt||!t.progressiveLoad)&&this.buildAllItems(),this.hide()},ICompElement.prototype.prepareFrame=function(e){if(this._mdf=!1,this.prepareRenderableFrame(e),this.prepareProperties(e,this.isInRange),!(!this.isInRange&&!this.data.xt)){if(this.tm._placeholder)this.renderedFrame=e/this.data.sr;else{var t=this.tm.v;t===this.data.op&&(t=this.data.op-1),this.renderedFrame=t}var n,i=this.elements.length;for(this.completeLayers||this.checkLayers(this.renderedFrame),n=i-1;n>=0;n-=1)(this.completeLayers||this.elements[n])&&(this.elements[n].prepareFrame(this.renderedFrame-this.layers[n].st),this.elements[n]._mdf&&(this._mdf=!0))}},ICompElement.prototype.renderInnerContent=function(){var e,t=this.layers.length;for(e=0;e<t;e+=1)(this.completeLayers||this.elements[e])&&this.elements[e].renderFrame()},ICompElement.prototype.setElements=function(e){this.elements=e},ICompElement.prototype.getElements=function(){return this.elements},ICompElement.prototype.destroyElements=function(){var e,t=this.layers.length;for(e=0;e<t;e+=1)this.elements[e]&&this.elements[e].destroy()},ICompElement.prototype.destroy=function(){this.destroyElements(),this.destroyBaseElement()};function SVGCompElement(e,t,n){this.layers=e.layers,this.supports3d=!0,this.completeLayers=!1,this.pendingElements=[],this.elements=this.layers?createSizedArray(this.layers.length):[],this.initElement(e,t,n),this.tm=e.tm?PropertyFactory.getProp(this,e.tm,0,t.frameRate,this):{_placeholder:!0}}extendPrototype([SVGRendererBase,ICompElement,SVGBaseElement],SVGCompElement),SVGCompElement.prototype.createComp=function(e){return new SVGCompElement(e,this.globalData,this)};function SVGRenderer(e,t){this.animationItem=e,this.layers=null,this.renderedFrame=-1,this.svgElement=createNS("svg");var n="";if(t&&t.title){var i=createNS("title"),s=createElementID();i.setAttribute("id",s),i.textContent=t.title,this.svgElement.appendChild(i),n+=s}if(t&&t.description){var o=createNS("desc"),a=createElementID();o.setAttribute("id",a),o.textContent=t.description,this.svgElement.appendChild(o),n+=" "+a}n&&this.svgElement.setAttribute("aria-labelledby",n);var l=createNS("defs");this.svgElement.appendChild(l);var c=createNS("g");this.svgElement.appendChild(c),this.layerElement=c,this.renderConfig={preserveAspectRatio:t&&t.preserveAspectRatio||"xMidYMid meet",imagePreserveAspectRatio:t&&t.imagePreserveAspectRatio||"xMidYMid slice",contentVisibility:t&&t.contentVisibility||"visible",progressiveLoad:t&&t.progressiveLoad||!1,hideOnTransparent:!(t&&t.hideOnTransparent===!1),viewBoxOnly:t&&t.viewBoxOnly||!1,viewBoxSize:t&&t.viewBoxSize||!1,className:t&&t.className||"",id:t&&t.id||"",focusable:t&&t.focusable,filterSize:{width:t&&t.filterSize&&t.filterSize.width||"100%",height:t&&t.filterSize&&t.filterSize.height||"100%",x:t&&t.filterSize&&t.filterSize.x||"0%",y:t&&t.filterSize&&t.filterSize.y||"0%"},width:t&&t.width,height:t&&t.height,runExpressions:!t||t.runExpressions===void 0||t.runExpressions},this.globalData={_mdf:!1,frameNum:-1,defs:l,renderConfig:this.renderConfig},this.elements=[],this.pendingElements=[],this.destroyed=!1,this.rendererType="svg"}extendPrototype([SVGRendererBase],SVGRenderer),SVGRenderer.prototype.createComp=function(e){return new SVGCompElement(e,this.globalData,this)};function ShapeTransformManager(){this.sequences={},this.sequenceList=[],this.transform_key_count=0}ShapeTransformManager.prototype={addTransformSequence:function(t){var n,i=t.length,s="_";for(n=0;n<i;n+=1)s+=t[n].transform.key+"_";var o=this.sequences[s];return o||(o={transforms:[].concat(t),finalTransform:new Matrix,_mdf:!1},this.sequences[s]=o,this.sequenceList.push(o)),o},processSequence:function(t,n){for(var i=0,s=t.transforms.length,o=n;i<s&&!n;){if(t.transforms[i].transform.mProps._mdf){o=!0;break}i+=1}if(o)for(t.finalTransform.reset(),i=s-1;i>=0;i-=1)t.finalTransform.multiply(t.transforms[i].transform.mProps.v);t._mdf=o},processSequences:function(t){var n,i=this.sequenceList.length;for(n=0;n<i;n+=1)this.processSequence(this.sequenceList[n],t)},getNewKey:function(){return this.transform_key_count+=1,"_"+this.transform_key_count}};var lumaLoader=function(){var t="__lottie_element_luma_buffer",n=null,i=null,s=null;function o(){var c=createNS("svg"),u=createNS("filter"),f=createNS("feColorMatrix");return u.setAttribute("id",t),f.setAttribute("type","matrix"),f.setAttribute("color-interpolation-filters","sRGB"),f.setAttribute("values","0.3, 0.3, 0.3, 0, 0, 0.3, 0.3, 0.3, 0, 0, 0.3, 0.3, 0.3, 0, 0, 0.3, 0.3, 0.3, 0, 0"),u.appendChild(f),c.appendChild(u),c.setAttribute("id",t+"_svg"),featureSupport.svgLumaHidden&&(c.style.display="none"),c}function a(){n||(s=o(),document.body.appendChild(s),n=createTag("canvas"),i=n.getContext("2d"),i.filter="url(#"+t+")",i.fillStyle="rgba(0,0,0,0)",i.fillRect(0,0,1,1))}function l(c){return n||a(),n.width=c.width,n.height=c.height,i.filter="url(#"+t+")",n}return{load:a,get:l}};function createCanvas(e,t){if(featureSupport.offscreenCanvas)return new OffscreenCanvas(e,t);var n=createTag("canvas");return n.width=e,n.height=t,n}var assetLoader=function(){return{loadLumaCanvas:lumaLoader.load,getLumaCanvas:lumaLoader.get,createCanvas}}(),registeredEffects={};function CVEffects(e){var t,n=e.data.ef?e.data.ef.length:0;this.filters=[];var i;for(t=0;t<n;t+=1){i=null;var s=e.data.ef[t].ty;if(registeredEffects[s]){var o=registeredEffects[s].effect;i=new o(e.effectsManager.effectElements[t],e)}i&&this.filters.push(i)}this.filters.length&&e.addRenderableComponent(this)}CVEffects.prototype.renderFrame=function(e){var t,n=this.filters.length;for(t=0;t<n;t+=1)this.filters[t].renderFrame(e)},CVEffects.prototype.getEffects=function(e){var t,n=this.filters.length,i=[];for(t=0;t<n;t+=1)this.filters[t].type===e&&i.push(this.filters[t]);return i};function registerEffect(e,t){registeredEffects[e]={effect:t}}function CVMaskElement(e,t){this.data=e,this.element=t,this.masksProperties=this.data.masksProperties||[],this.viewData=createSizedArray(this.masksProperties.length);var n,i=this.masksProperties.length,s=!1;for(n=0;n<i;n+=1)this.masksProperties[n].mode!=="n"&&(s=!0),this.viewData[n]=ShapePropertyFactory.getShapeProp(this.element,this.masksProperties[n],3);this.hasMasks=s,s&&this.element.addRenderableComponent(this)}CVMaskElement.prototype.renderFrame=function(){if(this.hasMasks){var e=this.element.finalTransform.mat,t=this.element.canvasContext,n,i=this.masksProperties.length,s,o,a;for(t.beginPath(),n=0;n<i;n+=1)if(this.masksProperties[n].mode!=="n"){this.masksProperties[n].inv&&(t.moveTo(0,0),t.lineTo(this.element.globalData.compSize.w,0),t.lineTo(this.element.globalData.compSize.w,this.element.globalData.compSize.h),t.lineTo(0,this.element.globalData.compSize.h),t.lineTo(0,0)),a=this.viewData[n].v,s=e.applyToPointArray(a.v[0][0],a.v[0][1],0),t.moveTo(s[0],s[1]);var l,c=a._length;for(l=1;l<c;l+=1)o=e.applyToTriplePoints(a.o[l-1],a.i[l],a.v[l]),t.bezierCurveTo(o[0],o[1],o[2],o[3],o[4],o[5]);o=e.applyToTriplePoints(a.o[l-1],a.i[0],a.v[0]),t.bezierCurveTo(o[0],o[1],o[2],o[3],o[4],o[5])}this.element.globalData.renderer.save(!0),t.clip()}},CVMaskElement.prototype.getMaskProperty=MaskElement.prototype.getMaskProperty,CVMaskElement.prototype.destroy=function(){this.element=null};function CVBaseElement(){}var operationsMap={1:"source-in",2:"source-out",3:"source-in",4:"source-out"};CVBaseElement.prototype={createElements:function(){},initRendererElement:function(){},createContainerElements:function(){if(this.data.tt>=1){this.buffers=[];var t=this.globalData.canvasContext,n=assetLoader.createCanvas(t.canvas.width,t.canvas.height);this.buffers.push(n);var i=assetLoader.createCanvas(t.canvas.width,t.canvas.height);this.buffers.push(i),this.data.tt>=3&&!document._isProxy&&assetLoader.loadLumaCanvas()}this.canvasContext=this.globalData.canvasContext,this.transformCanvas=this.globalData.transformCanvas,this.renderableEffectsManager=new CVEffects(this),this.searchEffectTransforms()},createContent:function(){},setBlendMode:function(){var t=this.globalData;if(t.blendMode!==this.data.bm){t.blendMode=this.data.bm;var n=getBlendMode(this.data.bm);t.canvasContext.globalCompositeOperation=n}},createRenderableComponents:function(){this.maskManager=new CVMaskElement(this.data,this),this.transformEffects=this.renderableEffectsManager.getEffects(effectTypes.TRANSFORM_EFFECT)},hideElement:function(){!this.hidden&&(!this.isInRange||this.isTransparent)&&(this.hidden=!0)},showElement:function(){this.isInRange&&!this.isTransparent&&(this.hidden=!1,this._isFirstFrame=!0,this.maskManager._isFirstFrame=!0)},clearCanvas:function(t){t.clearRect(this.transformCanvas.tx,this.transformCanvas.ty,this.transformCanvas.w*this.transformCanvas.sx,this.transformCanvas.h*this.transformCanvas.sy)},prepareLayer:function(){if(this.data.tt>=1){var t=this.buffers[0],n=t.getContext("2d");this.clearCanvas(n),n.drawImage(this.canvasContext.canvas,0,0),this.currentTransform=this.canvasContext.getTransform(),this.canvasContext.setTransform(1,0,0,1,0,0),this.clearCanvas(this.canvasContext),this.canvasContext.setTransform(this.currentTransform)}},exitLayer:function(){if(this.data.tt>=1){var t=this.buffers[1],n=t.getContext("2d");this.clearCanvas(n),n.drawImage(this.canvasContext.canvas,0,0),this.canvasContext.setTransform(1,0,0,1,0,0),this.clearCanvas(this.canvasContext),this.canvasContext.setTransform(this.currentTransform);var i=this.comp.getElementById("tp"in this.data?this.data.tp:this.data.ind-1);if(i.renderFrame(!0),this.canvasContext.setTransform(1,0,0,1,0,0),this.data.tt>=3&&!document._isProxy){var s=assetLoader.getLumaCanvas(this.canvasContext.canvas),o=s.getContext("2d");o.drawImage(this.canvasContext.canvas,0,0),this.clearCanvas(this.canvasContext),this.canvasContext.drawImage(s,0,0)}this.canvasContext.globalCompositeOperation=operationsMap[this.data.tt],this.canvasContext.drawImage(t,0,0),this.canvasContext.globalCompositeOperation="destination-over",this.canvasContext.drawImage(this.buffers[0],0,0),this.canvasContext.setTransform(this.currentTransform),this.canvasContext.globalCompositeOperation="source-over"}},renderFrame:function(t){if(!(this.hidden||this.data.hd)&&!(this.data.td===1&&!t)){this.renderTransform(),this.renderRenderable(),this.renderLocalTransform(),this.setBlendMode();var n=this.data.ty===0;this.prepareLayer(),this.globalData.renderer.save(n),this.globalData.renderer.ctxTransform(this.finalTransform.localMat.props),this.globalData.renderer.ctxOpacity(this.finalTransform.localOpacity),this.renderInnerContent(),this.globalData.renderer.restore(n),this.exitLayer(),this.maskManager.hasMasks&&this.globalData.renderer.restore(!0),this._isFirstFrame&&(this._isFirstFrame=!1)}},destroy:function(){this.canvasContext=null,this.data=null,this.globalData=null,this.maskManager.destroy()},mHelper:new Matrix},CVBaseElement.prototype.hide=CVBaseElement.prototype.hideElement,CVBaseElement.prototype.show=CVBaseElement.prototype.showElement;function CVShapeData(e,t,n,i){this.styledShapes=[],this.tr=[0,0,0,0,0,0];var s=4;t.ty==="rc"?s=5:t.ty==="el"?s=6:t.ty==="sr"&&(s=7),this.sh=ShapePropertyFactory.getShapeProp(e,t,s,e);var o,a=n.length,l;for(o=0;o<a;o+=1)n[o].closed||(l={transforms:i.addTransformSequence(n[o].transforms),trNodes:[]},this.styledShapes.push(l),n[o].elements.push(l))}CVShapeData.prototype.setAsAnimated=SVGShapeData.prototype.setAsAnimated;function CVShapeElement(e,t,n){this.shapes=[],this.shapesData=e.shapes,this.stylesList=[],this.itemsData=[],this.prevViewData=[],this.shapeModifiers=[],this.processedElements=[],this.transformsManager=new ShapeTransformManager,this.initElement(e,t,n)}extendPrototype([BaseElement,TransformElement,CVBaseElement,IShapeElement,HierarchyElement,FrameElement,RenderableElement],CVShapeElement),CVShapeElement.prototype.initElement=RenderableDOMElement.prototype.initElement,CVShapeElement.prototype.transformHelper={opacity:1,_opMdf:!1},CVShapeElement.prototype.dashResetter=[],CVShapeElement.prototype.createContent=function(){this.searchShapes(this.shapesData,this.itemsData,this.prevViewData,!0,[])},CVShapeElement.prototype.createStyleElement=function(e,t){var n={data:e,type:e.ty,preTransforms:this.transformsManager.addTransformSequence(t),transforms:[],elements:[],closed:e.hd===!0},i={};if(e.ty==="fl"||e.ty==="st"?(i.c=PropertyFactory.getProp(this,e.c,1,255,this),i.c.k||(n.co="rgb("+bmFloor(i.c.v[0])+","+bmFloor(i.c.v[1])+","+bmFloor(i.c.v[2])+")")):(e.ty==="gf"||e.ty==="gs")&&(i.s=PropertyFactory.getProp(this,e.s,1,null,this),i.e=PropertyFactory.getProp(this,e.e,1,null,this),i.h=PropertyFactory.getProp(this,e.h||{k:0},0,.01,this),i.a=PropertyFactory.getProp(this,e.a||{k:0},0,degToRads,this),i.g=new GradientProperty(this,e.g,this)),i.o=PropertyFactory.getProp(this,e.o,0,.01,this),e.ty==="st"||e.ty==="gs"){if(n.lc=lineCapEnum[e.lc||2],n.lj=lineJoinEnum[e.lj||2],e.lj==1&&(n.ml=e.ml),i.w=PropertyFactory.getProp(this,e.w,0,null,this),i.w.k||(n.wi=i.w.v),e.d){var s=new DashProperty(this,e.d,"canvas",this);i.d=s,i.d.k||(n.da=i.d.dashArray,n.do=i.d.dashoffset[0])}}else n.r=e.r===2?"evenodd":"nonzero";return this.stylesList.push(n),i.style=n,i},CVShapeElement.prototype.createGroupElement=function(){var e={it:[],prevViewData:[]};return e},CVShapeElement.prototype.createTransformElement=function(e){var t={transform:{opacity:1,_opMdf:!1,key:this.transformsManager.getNewKey(),op:PropertyFactory.getProp(this,e.o,0,.01,this),mProps:TransformPropertyFactory.getTransformProperty(this,e,this)}};return t},CVShapeElement.prototype.createShapeElement=function(e){var t=new CVShapeData(this,e,this.stylesList,this.transformsManager);return this.shapes.push(t),this.addShapeToModifiers(t),t},CVShapeElement.prototype.reloadShapes=function(){this._isFirstFrame=!0;var e,t=this.itemsData.length;for(e=0;e<t;e+=1)this.prevViewData[e]=this.itemsData[e];for(this.searchShapes(this.shapesData,this.itemsData,this.prevViewData,!0,[]),t=this.dynamicProperties.length,e=0;e<t;e+=1)this.dynamicProperties[e].getValue();this.renderModifiers(),this.transformsManager.processSequences(this._isFirstFrame)},CVShapeElement.prototype.addTransformToStyleList=function(e){var t,n=this.stylesList.length;for(t=0;t<n;t+=1)this.stylesList[t].closed||this.stylesList[t].transforms.push(e)},CVShapeElement.prototype.removeTransformFromStyleList=function(){var e,t=this.stylesList.length;for(e=0;e<t;e+=1)this.stylesList[e].closed||this.stylesList[e].transforms.pop()},CVShapeElement.prototype.closeStyles=function(e){var t,n=e.length;for(t=0;t<n;t+=1)e[t].closed=!0},CVShapeElement.prototype.searchShapes=function(e,t,n,i,s){var o,a=e.length-1,l,c,u=[],f=[],x,m,S,E=[].concat(s);for(o=a;o>=0;o-=1){if(x=this.searchProcessedElement(e[o]),x?t[o]=n[x-1]:e[o]._shouldRender=i,e[o].ty==="fl"||e[o].ty==="st"||e[o].ty==="gf"||e[o].ty==="gs")x?t[o].style.closed=!1:t[o]=this.createStyleElement(e[o],E),u.push(t[o].style);else if(e[o].ty==="gr"){if(!x)t[o]=this.createGroupElement(e[o]);else for(c=t[o].it.length,l=0;l<c;l+=1)t[o].prevViewData[l]=t[o].it[l];this.searchShapes(e[o].it,t[o].it,t[o].prevViewData,i,E)}else e[o].ty==="tr"?(x||(S=this.createTransformElement(e[o]),t[o]=S),E.push(t[o]),this.addTransformToStyleList(t[o])):e[o].ty==="sh"||e[o].ty==="rc"||e[o].ty==="el"||e[o].ty==="sr"?x||(t[o]=this.createShapeElement(e[o])):e[o].ty==="tm"||e[o].ty==="rd"||e[o].ty==="pb"||e[o].ty==="zz"||e[o].ty==="op"?(x?(m=t[o],m.closed=!1):(m=ShapeModifiers.getModifier(e[o].ty),m.init(this,e[o]),t[o]=m,this.shapeModifiers.push(m)),f.push(m)):e[o].ty==="rp"&&(x?(m=t[o],m.closed=!0):(m=ShapeModifiers.getModifier(e[o].ty),t[o]=m,m.init(this,e,o,t),this.shapeModifiers.push(m),i=!1),f.push(m));this.addProcessedElement(e[o],o+1)}for(this.removeTransformFromStyleList(),this.closeStyles(u),a=f.length,o=0;o<a;o+=1)f[o].closed=!0},CVShapeElement.prototype.renderInnerContent=function(){this.transformHelper.opacity=1,this.transformHelper._opMdf=!1,this.renderModifiers(),this.transformsManager.processSequences(this._isFirstFrame),this.renderShape(this.transformHelper,this.shapesData,this.itemsData,!0)},CVShapeElement.prototype.renderShapeTransform=function(e,t){(e._opMdf||t.op._mdf||this._isFirstFrame)&&(t.opacity=e.opacity,t.opacity*=t.op.v,t._opMdf=!0)},CVShapeElement.prototype.drawLayer=function(){var e,t=this.stylesList.length,n,i,s,o,a,l,c=this.globalData.renderer,u=this.globalData.canvasContext,f,x;for(e=0;e<t;e+=1)if(x=this.stylesList[e],f=x.type,!((f==="st"||f==="gs")&&x.wi===0||!x.data._shouldRender||x.coOp===0||this.globalData.currentGlobalAlpha===0)){for(c.save(),a=x.elements,f==="st"||f==="gs"?(c.ctxStrokeStyle(f==="st"?x.co:x.grd),c.ctxLineWidth(x.wi),c.ctxLineCap(x.lc),c.ctxLineJoin(x.lj),c.ctxMiterLimit(x.ml||0)):c.ctxFillStyle(f==="fl"?x.co:x.grd),c.ctxOpacity(x.coOp),f!=="st"&&f!=="gs"&&u.beginPath(),c.ctxTransform(x.preTransforms.finalTransform.props),i=a.length,n=0;n<i;n+=1){for((f==="st"||f==="gs")&&(u.beginPath(),x.da&&(u.setLineDash(x.da),u.lineDashOffset=x.do)),l=a[n].trNodes,o=l.length,s=0;s<o;s+=1)l[s].t==="m"?u.moveTo(l[s].p[0],l[s].p[1]):l[s].t==="c"?u.bezierCurveTo(l[s].pts[0],l[s].pts[1],l[s].pts[2],l[s].pts[3],l[s].pts[4],l[s].pts[5]):u.closePath();(f==="st"||f==="gs")&&(c.ctxStroke(),x.da&&u.setLineDash(this.dashResetter))}f!=="st"&&f!=="gs"&&this.globalData.renderer.ctxFill(x.r),c.restore()}},CVShapeElement.prototype.renderShape=function(e,t,n,i){var s,o=t.length-1,a;for(a=e,s=o;s>=0;s-=1)t[s].ty==="tr"?(a=n[s].transform,this.renderShapeTransform(e,a)):t[s].ty==="sh"||t[s].ty==="el"||t[s].ty==="rc"||t[s].ty==="sr"?this.renderPath(t[s],n[s]):t[s].ty==="fl"?this.renderFill(t[s],n[s],a):t[s].ty==="st"?this.renderStroke(t[s],n[s],a):t[s].ty==="gf"||t[s].ty==="gs"?this.renderGradientFill(t[s],n[s],a):t[s].ty==="gr"?this.renderShape(a,t[s].it,n[s].it):t[s].ty;i&&this.drawLayer()},CVShapeElement.prototype.renderStyledShape=function(e,t){if(this._isFirstFrame||t._mdf||e.transforms._mdf){var n=e.trNodes,i=t.paths,s,o,a,l=i._length;n.length=0;var c=e.transforms.finalTransform;for(a=0;a<l;a+=1){var u=i.shapes[a];if(u&&u.v){for(o=u._length,s=1;s<o;s+=1)s===1&&n.push({t:"m",p:c.applyToPointArray(u.v[0][0],u.v[0][1],0)}),n.push({t:"c",pts:c.applyToTriplePoints(u.o[s-1],u.i[s],u.v[s])});o===1&&n.push({t:"m",p:c.applyToPointArray(u.v[0][0],u.v[0][1],0)}),u.c&&o&&(n.push({t:"c",pts:c.applyToTriplePoints(u.o[s-1],u.i[0],u.v[0])}),n.push({t:"z"}))}}e.trNodes=n}},CVShapeElement.prototype.renderPath=function(e,t){if(e.hd!==!0&&e._shouldRender){var n,i=t.styledShapes.length;for(n=0;n<i;n+=1)this.renderStyledShape(t.styledShapes[n],t.sh)}},CVShapeElement.prototype.renderFill=function(e,t,n){var i=t.style;(t.c._mdf||this._isFirstFrame)&&(i.co="rgb("+bmFloor(t.c.v[0])+","+bmFloor(t.c.v[1])+","+bmFloor(t.c.v[2])+")"),(t.o._mdf||n._opMdf||this._isFirstFrame)&&(i.coOp=t.o.v*n.opacity)},CVShapeElement.prototype.renderGradientFill=function(e,t,n){var i=t.style,s;if(!i.grd||t.g._mdf||t.s._mdf||t.e._mdf||e.t!==1&&(t.h._mdf||t.a._mdf)){var o=this.globalData.canvasContext,a=t.s.v,l=t.e.v;if(e.t===1)s=o.createLinearGradient(a[0],a[1],l[0],l[1]);else{var c=Math.sqrt(Math.pow(a[0]-l[0],2)+Math.pow(a[1]-l[1],2)),u=Math.atan2(l[1]-a[1],l[0]-a[0]),f=t.h.v;f>=1?f=.99:f<=-1&&(f=-.99);var x=c*f,m=Math.cos(u+t.a.v)*x+a[0],S=Math.sin(u+t.a.v)*x+a[1];s=o.createRadialGradient(m,S,0,a[0],a[1],c)}var E,d=e.g.p,I=t.g.c,y=1;for(E=0;E<d;E+=1)t.g._hasOpacity&&t.g._collapsable&&(y=t.g.o[E*2+1]),s.addColorStop(I[E*4]/100,"rgba("+I[E*4+1]+","+I[E*4+2]+","+I[E*4+3]+","+y+")");i.grd=s}i.coOp=t.o.v*n.opacity},CVShapeElement.prototype.renderStroke=function(e,t,n){var i=t.style,s=t.d;s&&(s._mdf||this._isFirstFrame)&&(i.da=s.dashArray,i.do=s.dashoffset[0]),(t.c._mdf||this._isFirstFrame)&&(i.co="rgb("+bmFloor(t.c.v[0])+","+bmFloor(t.c.v[1])+","+bmFloor(t.c.v[2])+")"),(t.o._mdf||n._opMdf||this._isFirstFrame)&&(i.coOp=t.o.v*n.opacity),(t.w._mdf||this._isFirstFrame)&&(i.wi=t.w.v)},CVShapeElement.prototype.destroy=function(){this.shapesData=null,this.globalData=null,this.canvasContext=null,this.stylesList.length=0,this.itemsData.length=0};function CVTextElement(e,t,n){this.textSpans=[],this.yOffset=0,this.fillColorAnim=!1,this.strokeColorAnim=!1,this.strokeWidthAnim=!1,this.stroke=!1,this.fill=!1,this.justifyOffset=0,this.currentRender=null,this.renderType="canvas",this.values={fill:"rgba(0,0,0,0)",stroke:"rgba(0,0,0,0)",sWidth:0,fValue:""},this.initElement(e,t,n)}extendPrototype([BaseElement,TransformElement,CVBaseElement,HierarchyElement,FrameElement,RenderableElement,ITextElement],CVTextElement),CVTextElement.prototype.tHelper=createTag("canvas").getContext("2d"),CVTextElement.prototype.buildNewText=function(){var e=this.textProperty.currentData;this.renderedLetters=createSizedArray(e.l?e.l.length:0);var t=!1;e.fc?(t=!0,this.values.fill=this.buildColor(e.fc)):this.values.fill="rgba(0,0,0,0)",this.fill=t;var n=!1;e.sc&&(n=!0,this.values.stroke=this.buildColor(e.sc),this.values.sWidth=e.sw);var i=this.globalData.fontManager.getFontByName(e.f),s,o,a=e.l,l=this.mHelper;this.stroke=n,this.values.fValue=e.finalSize+"px "+this.globalData.fontManager.getFontByName(e.f).fFamily,o=e.finalText.length;var c,u,f,x,m,S,E,d,I,y,P=this.data.singleShape,b=e.tr*.001*e.finalSize,T=0,R=0,D=!0,V=0;for(s=0;s<o;s+=1){c=this.globalData.fontManager.getCharData(e.finalText[s],i.fStyle,this.globalData.fontManager.getFontByName(e.f).fFamily),u=c&&c.data||{},l.reset(),P&&a[s].n&&(T=-b,R+=e.yOffset,R+=D?1:0,D=!1),m=u.shapes?u.shapes[0].it:[],E=m.length,l.scale(e.finalSize/100,e.finalSize/100),P&&this.applyTextPropertiesToMatrix(e,l,a[s].line,T,R),I=createSizedArray(E-1);var z=0;for(S=0;S<E;S+=1)if(m[S].ty==="sh"){for(x=m[S].ks.k.i.length,d=m[S].ks.k,y=[],f=1;f<x;f+=1)f===1&&y.push(l.applyToX(d.v[0][0],d.v[0][1],0),l.applyToY(d.v[0][0],d.v[0][1],0)),y.push(l.applyToX(d.o[f-1][0],d.o[f-1][1],0),l.applyToY(d.o[f-1][0],d.o[f-1][1],0),l.applyToX(d.i[f][0],d.i[f][1],0),l.applyToY(d.i[f][0],d.i[f][1],0),l.applyToX(d.v[f][0],d.v[f][1],0),l.applyToY(d.v[f][0],d.v[f][1],0));y.push(l.applyToX(d.o[f-1][0],d.o[f-1][1],0),l.applyToY(d.o[f-1][0],d.o[f-1][1],0),l.applyToX(d.i[0][0],d.i[0][1],0),l.applyToY(d.i[0][0],d.i[0][1],0),l.applyToX(d.v[0][0],d.v[0][1],0),l.applyToY(d.v[0][0],d.v[0][1],0)),I[z]=y,z+=1}P&&(T+=a[s].l,T+=b),this.textSpans[V]?this.textSpans[V].elem=I:this.textSpans[V]={elem:I},V+=1}},CVTextElement.prototype.renderInnerContent=function(){this.validateText();var e=this.canvasContext;e.font=this.values.fValue,this.globalData.renderer.ctxLineCap("butt"),this.globalData.renderer.ctxLineJoin("miter"),this.globalData.renderer.ctxMiterLimit(4),this.data.singleShape||this.textAnimator.getMeasures(this.textProperty.currentData,this.lettersChangedFlag);var t,n,i,s,o,a,l=this.textAnimator.renderedLetters,c=this.textProperty.currentData.l;n=c.length;var u,f=null,x=null,m=null,S,E,d=this.globalData.renderer;for(t=0;t<n;t+=1)if(!c[t].n){if(u=l[t],u&&(d.save(),d.ctxTransform(u.p),d.ctxOpacity(u.o)),this.fill){for(u&&u.fc?f!==u.fc&&(d.ctxFillStyle(u.fc),f=u.fc):f!==this.values.fill&&(f=this.values.fill,d.ctxFillStyle(this.values.fill)),S=this.textSpans[t].elem,s=S.length,this.globalData.canvasContext.beginPath(),i=0;i<s;i+=1)for(E=S[i],a=E.length,this.globalData.canvasContext.moveTo(E[0],E[1]),o=2;o<a;o+=6)this.globalData.canvasContext.bezierCurveTo(E[o],E[o+1],E[o+2],E[o+3],E[o+4],E[o+5]);this.globalData.canvasContext.closePath(),d.ctxFill()}if(this.stroke){for(u&&u.sw?m!==u.sw&&(m=u.sw,d.ctxLineWidth(u.sw)):m!==this.values.sWidth&&(m=this.values.sWidth,d.ctxLineWidth(this.values.sWidth)),u&&u.sc?x!==u.sc&&(x=u.sc,d.ctxStrokeStyle(u.sc)):x!==this.values.stroke&&(x=this.values.stroke,d.ctxStrokeStyle(this.values.stroke)),S=this.textSpans[t].elem,s=S.length,this.globalData.canvasContext.beginPath(),i=0;i<s;i+=1)for(E=S[i],a=E.length,this.globalData.canvasContext.moveTo(E[0],E[1]),o=2;o<a;o+=6)this.globalData.canvasContext.bezierCurveTo(E[o],E[o+1],E[o+2],E[o+3],E[o+4],E[o+5]);this.globalData.canvasContext.closePath(),d.ctxStroke()}u&&this.globalData.renderer.restore()}};function CVImageElement(e,t,n){this.assetData=t.getAssetData(e.refId),this.img=t.imageLoader.getAsset(this.assetData),this.initElement(e,t,n)}extendPrototype([BaseElement,TransformElement,CVBaseElement,HierarchyElement,FrameElement,RenderableElement],CVImageElement),CVImageElement.prototype.initElement=SVGShapeElement.prototype.initElement,CVImageElement.prototype.prepareFrame=IImageElement.prototype.prepareFrame,CVImageElement.prototype.createContent=function(){if(this.img.width&&(this.assetData.w!==this.img.width||this.assetData.h!==this.img.height)){var e=createTag("canvas");e.width=this.assetData.w,e.height=this.assetData.h;var t=e.getContext("2d"),n=this.img.width,i=this.img.height,s=n/i,o=this.assetData.w/this.assetData.h,a,l,c=this.assetData.pr||this.globalData.renderConfig.imagePreserveAspectRatio;s>o&&c==="xMidYMid slice"||s<o&&c!=="xMidYMid slice"?(l=i,a=l*o):(a=n,l=a/o),t.drawImage(this.img,(n-a)/2,(i-l)/2,a,l,0,0,this.assetData.w,this.assetData.h),this.img=e}},CVImageElement.prototype.renderInnerContent=function(){this.canvasContext.drawImage(this.img,0,0)},CVImageElement.prototype.destroy=function(){this.img=null};function CVSolidElement(e,t,n){this.initElement(e,t,n)}extendPrototype([BaseElement,TransformElement,CVBaseElement,HierarchyElement,FrameElement,RenderableElement],CVSolidElement),CVSolidElement.prototype.initElement=SVGShapeElement.prototype.initElement,CVSolidElement.prototype.prepareFrame=IImageElement.prototype.prepareFrame,CVSolidElement.prototype.renderInnerContent=function(){this.globalData.renderer.ctxFillStyle(this.data.sc),this.globalData.renderer.ctxFillRect(0,0,this.data.sw,this.data.sh)};function CanvasRendererBase(){}extendPrototype([BaseRenderer],CanvasRendererBase),CanvasRendererBase.prototype.createShape=function(e){return new CVShapeElement(e,this.globalData,this)},CanvasRendererBase.prototype.createText=function(e){return new CVTextElement(e,this.globalData,this)},CanvasRendererBase.prototype.createImage=function(e){return new CVImageElement(e,this.globalData,this)},CanvasRendererBase.prototype.createSolid=function(e){return new CVSolidElement(e,this.globalData,this)},CanvasRendererBase.prototype.createNull=SVGRenderer.prototype.createNull,CanvasRendererBase.prototype.ctxTransform=function(e){e[0]===1&&e[1]===0&&e[4]===0&&e[5]===1&&e[12]===0&&e[13]===0||this.canvasContext.transform(e[0],e[1],e[4],e[5],e[12],e[13])},CanvasRendererBase.prototype.ctxOpacity=function(e){this.canvasContext.globalAlpha*=e<0?0:e},CanvasRendererBase.prototype.ctxFillStyle=function(e){this.canvasContext.fillStyle=e},CanvasRendererBase.prototype.ctxStrokeStyle=function(e){this.canvasContext.strokeStyle=e},CanvasRendererBase.prototype.ctxLineWidth=function(e){this.canvasContext.lineWidth=e},CanvasRendererBase.prototype.ctxLineCap=function(e){this.canvasContext.lineCap=e},CanvasRendererBase.prototype.ctxLineJoin=function(e){this.canvasContext.lineJoin=e},CanvasRendererBase.prototype.ctxMiterLimit=function(e){this.canvasContext.miterLimit=e},CanvasRendererBase.prototype.ctxFill=function(e){this.canvasContext.fill(e)},CanvasRendererBase.prototype.ctxFillRect=function(e,t,n,i){this.canvasContext.fillRect(e,t,n,i)},CanvasRendererBase.prototype.ctxStroke=function(){this.canvasContext.stroke()},CanvasRendererBase.prototype.reset=function(){if(!this.renderConfig.clearCanvas){this.canvasContext.restore();return}this.contextData.reset()},CanvasRendererBase.prototype.save=function(){this.canvasContext.save()},CanvasRendererBase.prototype.restore=function(e){if(!this.renderConfig.clearCanvas){this.canvasContext.restore();return}e&&(this.globalData.blendMode="source-over"),this.contextData.restore(e)},CanvasRendererBase.prototype.configAnimation=function(e){if(this.animationItem.wrapper){this.animationItem.container=createTag("canvas");var t=this.animationItem.container.style;t.width="100%",t.height="100%";var n="0px 0px 0px";t.transformOrigin=n,t.mozTransformOrigin=n,t.webkitTransformOrigin=n,t["-webkit-transform"]=n,t.contentVisibility=this.renderConfig.contentVisibility,this.animationItem.wrapper.appendChild(this.animationItem.container),this.canvasContext=this.animationItem.container.getContext("2d"),this.renderConfig.className&&this.animationItem.container.setAttribute("class",this.renderConfig.className),this.renderConfig.id&&this.animationItem.container.setAttribute("id",this.renderConfig.id)}else this.canvasContext=this.renderConfig.context;this.contextData.setContext(this.canvasContext),this.data=e,this.layers=e.layers,this.transformCanvas={w:e.w,h:e.h,sx:0,sy:0,tx:0,ty:0},this.setupGlobalData(e,document.body),this.globalData.canvasContext=this.canvasContext,this.globalData.renderer=this,this.globalData.isDashed=!1,this.globalData.progressiveLoad=this.renderConfig.progressiveLoad,this.globalData.transformCanvas=this.transformCanvas,this.elements=createSizedArray(e.layers.length),this.updateContainerSize()},CanvasRendererBase.prototype.updateContainerSize=function(e,t){this.reset();var n,i;e?(n=e,i=t,this.canvasContext.canvas.width=n,this.canvasContext.canvas.height=i):(this.animationItem.wrapper&&this.animationItem.container?(n=this.animationItem.wrapper.offsetWidth,i=this.animationItem.wrapper.offsetHeight):(n=this.canvasContext.canvas.width,i=this.canvasContext.canvas.height),this.canvasContext.canvas.width=n*this.renderConfig.dpr,this.canvasContext.canvas.height=i*this.renderConfig.dpr);var s,o;if(this.renderConfig.preserveAspectRatio.indexOf("meet")!==-1||this.renderConfig.preserveAspectRatio.indexOf("slice")!==-1){var a=this.renderConfig.preserveAspectRatio.split(" "),l=a[1]||"meet",c=a[0]||"xMidYMid",u=c.substr(0,4),f=c.substr(4);s=n/i,o=this.transformCanvas.w/this.transformCanvas.h,o>s&&l==="meet"||o<s&&l==="slice"?(this.transformCanvas.sx=n/(this.transformCanvas.w/this.renderConfig.dpr),this.transformCanvas.sy=n/(this.transformCanvas.w/this.renderConfig.dpr)):(this.transformCanvas.sx=i/(this.transformCanvas.h/this.renderConfig.dpr),this.transformCanvas.sy=i/(this.transformCanvas.h/this.renderConfig.dpr)),u==="xMid"&&(o<s&&l==="meet"||o>s&&l==="slice")?this.transformCanvas.tx=(n-this.transformCanvas.w*(i/this.transformCanvas.h))/2*this.renderConfig.dpr:u==="xMax"&&(o<s&&l==="meet"||o>s&&l==="slice")?this.transformCanvas.tx=(n-this.transformCanvas.w*(i/this.transformCanvas.h))*this.renderConfig.dpr:this.transformCanvas.tx=0,f==="YMid"&&(o>s&&l==="meet"||o<s&&l==="slice")?this.transformCanvas.ty=(i-this.transformCanvas.h*(n/this.transformCanvas.w))/2*this.renderConfig.dpr:f==="YMax"&&(o>s&&l==="meet"||o<s&&l==="slice")?this.transformCanvas.ty=(i-this.transformCanvas.h*(n/this.transformCanvas.w))*this.renderConfig.dpr:this.transformCanvas.ty=0}else this.renderConfig.preserveAspectRatio==="none"?(this.transformCanvas.sx=n/(this.transformCanvas.w/this.renderConfig.dpr),this.transformCanvas.sy=i/(this.transformCanvas.h/this.renderConfig.dpr),this.transformCanvas.tx=0,this.transformCanvas.ty=0):(this.transformCanvas.sx=this.renderConfig.dpr,this.transformCanvas.sy=this.renderConfig.dpr,this.transformCanvas.tx=0,this.transformCanvas.ty=0);this.transformCanvas.props=[this.transformCanvas.sx,0,0,0,0,this.transformCanvas.sy,0,0,0,0,1,0,this.transformCanvas.tx,this.transformCanvas.ty,0,1],this.ctxTransform(this.transformCanvas.props),this.canvasContext.beginPath(),this.canvasContext.rect(0,0,this.transformCanvas.w,this.transformCanvas.h),this.canvasContext.closePath(),this.canvasContext.clip(),this.renderFrame(this.renderedFrame,!0)},CanvasRendererBase.prototype.destroy=function(){this.renderConfig.clearCanvas&&this.animationItem.wrapper&&(this.animationItem.wrapper.innerText="");var e,t=this.layers?this.layers.length:0;for(e=t-1;e>=0;e-=1)this.elements[e]&&this.elements[e].destroy&&this.elements[e].destroy();this.elements.length=0,this.globalData.canvasContext=null,this.animationItem.container=null,this.destroyed=!0},CanvasRendererBase.prototype.renderFrame=function(e,t){if(!(this.renderedFrame===e&&this.renderConfig.clearCanvas===!0&&!t||this.destroyed||e===-1)){this.renderedFrame=e,this.globalData.frameNum=e-this.animationItem._isFirstFrame,this.globalData.frameId+=1,this.globalData._mdf=!this.renderConfig.clearCanvas||t,this.globalData.projectInterface.currentFrame=e;var n,i=this.layers.length;for(this.completeLayers||this.checkLayers(e),n=i-1;n>=0;n-=1)(this.completeLayers||this.elements[n])&&this.elements[n].prepareFrame(e-this.layers[n].st);if(this.globalData._mdf){for(this.renderConfig.clearCanvas===!0?this.canvasContext.clearRect(0,0,this.transformCanvas.w,this.transformCanvas.h):this.save(),n=i-1;n>=0;n-=1)(this.completeLayers||this.elements[n])&&this.elements[n].renderFrame();this.renderConfig.clearCanvas!==!0&&this.restore()}}},CanvasRendererBase.prototype.buildItem=function(e){var t=this.elements;if(!(t[e]||this.layers[e].ty===99)){var n=this.createItem(this.layers[e],this,this.globalData);t[e]=n,n.initExpressions()}},CanvasRendererBase.prototype.checkPendingElements=function(){for(;this.pendingElements.length;){var e=this.pendingElements.pop();e.checkParenting()}},CanvasRendererBase.prototype.hide=function(){this.animationItem.container.style.display="none"},CanvasRendererBase.prototype.show=function(){this.animationItem.container.style.display="block"};function CanvasContext(){this.opacity=-1,this.transform=createTypedArray("float32",16),this.fillStyle="",this.strokeStyle="",this.lineWidth="",this.lineCap="",this.lineJoin="",this.miterLimit="",this.id=Math.random()}function CVContextData(){this.stack=[],this.cArrPos=0,this.cTr=new Matrix;var e,t=15;for(e=0;e<t;e+=1){var n=new CanvasContext;this.stack[e]=n}this._length=t,this.nativeContext=null,this.transformMat=new Matrix,this.currentOpacity=1,this.currentFillStyle="",this.appliedFillStyle="",this.currentStrokeStyle="",this.appliedStrokeStyle="",this.currentLineWidth="",this.appliedLineWidth="",this.currentLineCap="",this.appliedLineCap="",this.currentLineJoin="",this.appliedLineJoin="",this.appliedMiterLimit="",this.currentMiterLimit=""}CVContextData.prototype.duplicate=function(){var e=this._length*2,t=0;for(t=this._length;t<e;t+=1)this.stack[t]=new CanvasContext;this._length=e},CVContextData.prototype.reset=function(){this.cArrPos=0,this.cTr.reset(),this.stack[this.cArrPos].opacity=1},CVContextData.prototype.restore=function(e){this.cArrPos-=1;var t=this.stack[this.cArrPos],n=t.transform,i,s=this.cTr.props;for(i=0;i<16;i+=1)s[i]=n[i];if(e){this.nativeContext.restore();var o=this.stack[this.cArrPos+1];this.appliedFillStyle=o.fillStyle,this.appliedStrokeStyle=o.strokeStyle,this.appliedLineWidth=o.lineWidth,this.appliedLineCap=o.lineCap,this.appliedLineJoin=o.lineJoin,this.appliedMiterLimit=o.miterLimit}this.nativeContext.setTransform(n[0],n[1],n[4],n[5],n[12],n[13]),(e||t.opacity!==-1&&this.currentOpacity!==t.opacity)&&(this.nativeContext.globalAlpha=t.opacity,this.currentOpacity=t.opacity),this.currentFillStyle=t.fillStyle,this.currentStrokeStyle=t.strokeStyle,this.currentLineWidth=t.lineWidth,this.currentLineCap=t.lineCap,this.currentLineJoin=t.lineJoin,this.currentMiterLimit=t.miterLimit},CVContextData.prototype.save=function(e){e&&this.nativeContext.save();var t=this.cTr.props;this._length<=this.cArrPos&&this.duplicate();var n=this.stack[this.cArrPos],i;for(i=0;i<16;i+=1)n.transform[i]=t[i];this.cArrPos+=1;var s=this.stack[this.cArrPos];s.opacity=n.opacity,s.fillStyle=n.fillStyle,s.strokeStyle=n.strokeStyle,s.lineWidth=n.lineWidth,s.lineCap=n.lineCap,s.lineJoin=n.lineJoin,s.miterLimit=n.miterLimit},CVContextData.prototype.setOpacity=function(e){this.stack[this.cArrPos].opacity=e},CVContextData.prototype.setContext=function(e){this.nativeContext=e},CVContextData.prototype.fillStyle=function(e){this.stack[this.cArrPos].fillStyle!==e&&(this.currentFillStyle=e,this.stack[this.cArrPos].fillStyle=e)},CVContextData.prototype.strokeStyle=function(e){this.stack[this.cArrPos].strokeStyle!==e&&(this.currentStrokeStyle=e,this.stack[this.cArrPos].strokeStyle=e)},CVContextData.prototype.lineWidth=function(e){this.stack[this.cArrPos].lineWidth!==e&&(this.currentLineWidth=e,this.stack[this.cArrPos].lineWidth=e)},CVContextData.prototype.lineCap=function(e){this.stack[this.cArrPos].lineCap!==e&&(this.currentLineCap=e,this.stack[this.cArrPos].lineCap=e)},CVContextData.prototype.lineJoin=function(e){this.stack[this.cArrPos].lineJoin!==e&&(this.currentLineJoin=e,this.stack[this.cArrPos].lineJoin=e)},CVContextData.prototype.miterLimit=function(e){this.stack[this.cArrPos].miterLimit!==e&&(this.currentMiterLimit=e,this.stack[this.cArrPos].miterLimit=e)},CVContextData.prototype.transform=function(e){this.transformMat.cloneFromProps(e);var t=this.cTr;this.transformMat.multiply(t),t.cloneFromProps(this.transformMat.props);var n=t.props;this.nativeContext.setTransform(n[0],n[1],n[4],n[5],n[12],n[13])},CVContextData.prototype.opacity=function(e){var t=this.stack[this.cArrPos].opacity;t*=e<0?0:e,this.stack[this.cArrPos].opacity!==t&&(this.currentOpacity!==e&&(this.nativeContext.globalAlpha=e,this.currentOpacity=e),this.stack[this.cArrPos].opacity=t)},CVContextData.prototype.fill=function(e){this.appliedFillStyle!==this.currentFillStyle&&(this.appliedFillStyle=this.currentFillStyle,this.nativeContext.fillStyle=this.appliedFillStyle),this.nativeContext.fill(e)},CVContextData.prototype.fillRect=function(e,t,n,i){this.appliedFillStyle!==this.currentFillStyle&&(this.appliedFillStyle=this.currentFillStyle,this.nativeContext.fillStyle=this.appliedFillStyle),this.nativeContext.fillRect(e,t,n,i)},CVContextData.prototype.stroke=function(){this.appliedStrokeStyle!==this.currentStrokeStyle&&(this.appliedStrokeStyle=this.currentStrokeStyle,this.nativeContext.strokeStyle=this.appliedStrokeStyle),this.appliedLineWidth!==this.currentLineWidth&&(this.appliedLineWidth=this.currentLineWidth,this.nativeContext.lineWidth=this.appliedLineWidth),this.appliedLineCap!==this.currentLineCap&&(this.appliedLineCap=this.currentLineCap,this.nativeContext.lineCap=this.appliedLineCap),this.appliedLineJoin!==this.currentLineJoin&&(this.appliedLineJoin=this.currentLineJoin,this.nativeContext.lineJoin=this.appliedLineJoin),this.appliedMiterLimit!==this.currentMiterLimit&&(this.appliedMiterLimit=this.currentMiterLimit,this.nativeContext.miterLimit=this.appliedMiterLimit),this.nativeContext.stroke()};function CVCompElement(e,t,n){this.completeLayers=!1,this.layers=e.layers,this.pendingElements=[],this.elements=createSizedArray(this.layers.length),this.initElement(e,t,n),this.tm=e.tm?PropertyFactory.getProp(this,e.tm,0,t.frameRate,this):{_placeholder:!0}}extendPrototype([CanvasRendererBase,ICompElement,CVBaseElement],CVCompElement),CVCompElement.prototype.renderInnerContent=function(){var e=this.canvasContext;e.beginPath(),e.moveTo(0,0),e.lineTo(this.data.w,0),e.lineTo(this.data.w,this.data.h),e.lineTo(0,this.data.h),e.lineTo(0,0),e.clip();var t,n=this.layers.length;for(t=n-1;t>=0;t-=1)(this.completeLayers||this.elements[t])&&this.elements[t].renderFrame()},CVCompElement.prototype.destroy=function(){var e,t=this.layers.length;for(e=t-1;e>=0;e-=1)this.elements[e]&&this.elements[e].destroy();this.layers=null,this.elements=null},CVCompElement.prototype.createComp=function(e){return new CVCompElement(e,this.globalData,this)};function CanvasRenderer(e,t){this.animationItem=e,this.renderConfig={clearCanvas:t&&t.clearCanvas!==void 0?t.clearCanvas:!0,context:t&&t.context||null,progressiveLoad:t&&t.progressiveLoad||!1,preserveAspectRatio:t&&t.preserveAspectRatio||"xMidYMid meet",imagePreserveAspectRatio:t&&t.imagePreserveAspectRatio||"xMidYMid slice",contentVisibility:t&&t.contentVisibility||"visible",className:t&&t.className||"",id:t&&t.id||"",runExpressions:!t||t.runExpressions===void 0||t.runExpressions},this.renderConfig.dpr=t&&t.dpr||1,this.animationItem.wrapper&&(this.renderConfig.dpr=t&&t.dpr||window.devicePixelRatio||1),this.renderedFrame=-1,this.globalData={frameNum:-1,_mdf:!1,renderConfig:this.renderConfig,currentGlobalAlpha:-1},this.contextData=new CVContextData,this.elements=[],this.pendingElements=[],this.transformMat=new Matrix,this.completeLayers=!1,this.rendererType="canvas",this.renderConfig.clearCanvas&&(this.ctxTransform=this.contextData.transform.bind(this.contextData),this.ctxOpacity=this.contextData.opacity.bind(this.contextData),this.ctxFillStyle=this.contextData.fillStyle.bind(this.contextData),this.ctxStrokeStyle=this.contextData.strokeStyle.bind(this.contextData),this.ctxLineWidth=this.contextData.lineWidth.bind(this.contextData),this.ctxLineCap=this.contextData.lineCap.bind(this.contextData),this.ctxLineJoin=this.contextData.lineJoin.bind(this.contextData),this.ctxMiterLimit=this.contextData.miterLimit.bind(this.contextData),this.ctxFill=this.contextData.fill.bind(this.contextData),this.ctxFillRect=this.contextData.fillRect.bind(this.contextData),this.ctxStroke=this.contextData.stroke.bind(this.contextData),this.save=this.contextData.save.bind(this.contextData))}extendPrototype([CanvasRendererBase],CanvasRenderer),CanvasRenderer.prototype.createComp=function(e){return new CVCompElement(e,this.globalData,this)};function HBaseElement(){}HBaseElement.prototype={checkBlendMode:function(){},initRendererElement:function(){this.baseElement=createTag(this.data.tg||"div"),this.data.hasMask?(this.svgElement=createNS("svg"),this.layerElement=createNS("g"),this.maskedElement=this.layerElement,this.svgElement.appendChild(this.layerElement),this.baseElement.appendChild(this.svgElement)):this.layerElement=this.baseElement,styleDiv(this.baseElement)},createContainerElements:function(){this.renderableEffectsManager=new CVEffects(this),this.transformedElement=this.baseElement,this.maskedElement=this.layerElement,this.data.ln&&this.layerElement.setAttribute("id",this.data.ln),this.data.cl&&this.layerElement.setAttribute("class",this.data.cl),this.data.bm!==0&&this.setBlendMode()},renderElement:function(){var t=this.transformedElement?this.transformedElement.style:{};if(this.finalTransform._matMdf){var n=this.finalTransform.mat.toCSS();t.transform=n,t.webkitTransform=n}this.finalTransform._opMdf&&(t.opacity=this.finalTransform.mProp.o.v)},renderFrame:function(){this.data.hd||this.hidden||(this.renderTransform(),this.renderRenderable(),this.renderElement(),this.renderInnerContent(),this._isFirstFrame&&(this._isFirstFrame=!1))},destroy:function(){this.layerElement=null,this.transformedElement=null,this.matteElement&&(this.matteElement=null),this.maskManager&&(this.maskManager.destroy(),this.maskManager=null)},createRenderableComponents:function(){this.maskManager=new MaskElement(this.data,this,this.globalData)},addEffects:function(){},setMatte:function(){}},HBaseElement.prototype.getBaseElement=SVGBaseElement.prototype.getBaseElement,HBaseElement.prototype.destroyBaseElement=HBaseElement.prototype.destroy,HBaseElement.prototype.buildElementParenting=BaseRenderer.prototype.buildElementParenting;function HSolidElement(e,t,n){this.initElement(e,t,n)}extendPrototype([BaseElement,TransformElement,HBaseElement,HierarchyElement,FrameElement,RenderableDOMElement],HSolidElement),HSolidElement.prototype.createContent=function(){var e;this.data.hasMask?(e=createNS("rect"),e.setAttribute("width",this.data.sw),e.setAttribute("height",this.data.sh),e.setAttribute("fill",this.data.sc),this.svgElement.setAttribute("width",this.data.sw),this.svgElement.setAttribute("height",this.data.sh)):(e=createTag("div"),e.style.width=this.data.sw+"px",e.style.height=this.data.sh+"px",e.style.backgroundColor=this.data.sc),this.layerElement.appendChild(e)};function HShapeElement(e,t,n){this.shapes=[],this.shapesData=e.shapes,this.stylesList=[],this.shapeModifiers=[],this.itemsData=[],this.processedElements=[],this.animatedContents=[],this.shapesContainer=createNS("g"),this.initElement(e,t,n),this.prevViewData=[],this.currentBBox={x:999999,y:-999999,h:0,w:0}}extendPrototype([BaseElement,TransformElement,HSolidElement,SVGShapeElement,HBaseElement,HierarchyElement,FrameElement,RenderableElement],HShapeElement),HShapeElement.prototype._renderShapeFrame=HShapeElement.prototype.renderInnerContent,HShapeElement.prototype.createContent=function(){var e;if(this.baseElement.style.fontSize=0,this.data.hasMask)this.layerElement.appendChild(this.shapesContainer),e=this.svgElement;else{e=createNS("svg");var t=this.comp.data?this.comp.data:this.globalData.compSize;e.setAttribute("width",t.w),e.setAttribute("height",t.h),e.appendChild(this.shapesContainer),this.layerElement.appendChild(e)}this.searchShapes(this.shapesData,this.itemsData,this.prevViewData,this.shapesContainer,0,[],!0),this.filterUniqueShapes(),this.shapeCont=e},HShapeElement.prototype.getTransformedPoint=function(e,t){var n,i=e.length;for(n=0;n<i;n+=1)t=e[n].mProps.v.applyToPointArray(t[0],t[1],0);return t},HShapeElement.prototype.calculateShapeBoundingBox=function(e,t){var n=e.sh.v,i=e.transformers,s,o=n._length,a,l,c,u;if(!(o<=1)){for(s=0;s<o-1;s+=1)a=this.getTransformedPoint(i,n.v[s]),l=this.getTransformedPoint(i,n.o[s]),c=this.getTransformedPoint(i,n.i[s+1]),u=this.getTransformedPoint(i,n.v[s+1]),this.checkBounds(a,l,c,u,t);n.c&&(a=this.getTransformedPoint(i,n.v[s]),l=this.getTransformedPoint(i,n.o[s]),c=this.getTransformedPoint(i,n.i[0]),u=this.getTransformedPoint(i,n.v[0]),this.checkBounds(a,l,c,u,t))}},HShapeElement.prototype.checkBounds=function(e,t,n,i,s){this.getBoundsOfCurve(e,t,n,i);var o=this.shapeBoundingBox;s.x=bmMin(o.left,s.x),s.xMax=bmMax(o.right,s.xMax),s.y=bmMin(o.top,s.y),s.yMax=bmMax(o.bottom,s.yMax)},HShapeElement.prototype.shapeBoundingBox={left:0,right:0,top:0,bottom:0},HShapeElement.prototype.tempBoundingBox={x:0,xMax:0,y:0,yMax:0,width:0,height:0},HShapeElement.prototype.getBoundsOfCurve=function(e,t,n,i){for(var s=[[e[0],i[0]],[e[1],i[1]]],o,a,l,c,u,f,x,m=0;m<2;++m)a=6*e[m]-12*t[m]+6*n[m],o=-3*e[m]+9*t[m]-9*n[m]+3*i[m],l=3*t[m]-3*e[m],a|=0,o|=0,l|=0,o===0&&a===0||(o===0?(c=-l/a,c>0&&c<1&&s[m].push(this.calculateF(c,e,t,n,i,m))):(u=a*a-4*l*o,u>=0&&(f=(-a+bmSqrt(u))/(2*o),f>0&&f<1&&s[m].push(this.calculateF(f,e,t,n,i,m)),x=(-a-bmSqrt(u))/(2*o),x>0&&x<1&&s[m].push(this.calculateF(x,e,t,n,i,m)))));this.shapeBoundingBox.left=bmMin.apply(null,s[0]),this.shapeBoundingBox.top=bmMin.apply(null,s[1]),this.shapeBoundingBox.right=bmMax.apply(null,s[0]),this.shapeBoundingBox.bottom=bmMax.apply(null,s[1])},HShapeElement.prototype.calculateF=function(e,t,n,i,s,o){return bmPow(1-e,3)*t[o]+3*bmPow(1-e,2)*e*n[o]+3*(1-e)*bmPow(e,2)*i[o]+bmPow(e,3)*s[o]},HShapeElement.prototype.calculateBoundingBox=function(e,t){var n,i=e.length;for(n=0;n<i;n+=1)e[n]&&e[n].sh?this.calculateShapeBoundingBox(e[n],t):e[n]&&e[n].it?this.calculateBoundingBox(e[n].it,t):e[n]&&e[n].style&&e[n].w&&this.expandStrokeBoundingBox(e[n].w,t)},HShapeElement.prototype.expandStrokeBoundingBox=function(e,t){var n=0;if(e.keyframes){for(var i=0;i<e.keyframes.length;i+=1){var s=e.keyframes[i].s;s>n&&(n=s)}n*=e.mult}else n=e.v*e.mult;t.x-=n,t.xMax+=n,t.y-=n,t.yMax+=n},HShapeElement.prototype.currentBoxContains=function(e){return this.currentBBox.x<=e.x&&this.currentBBox.y<=e.y&&this.currentBBox.width+this.currentBBox.x>=e.x+e.width&&this.currentBBox.height+this.currentBBox.y>=e.y+e.height},HShapeElement.prototype.renderInnerContent=function(){if(this._renderShapeFrame(),!this.hidden&&(this._isFirstFrame||this._mdf)){var e=this.tempBoundingBox,t=999999;if(e.x=t,e.xMax=-t,e.y=t,e.yMax=-t,this.calculateBoundingBox(this.itemsData,e),e.width=e.xMax<e.x?0:e.xMax-e.x,e.height=e.yMax<e.y?0:e.yMax-e.y,this.currentBoxContains(e))return;var n=!1;if(this.currentBBox.w!==e.width&&(this.currentBBox.w=e.width,this.shapeCont.setAttribute("width",e.width),n=!0),this.currentBBox.h!==e.height&&(this.currentBBox.h=e.height,this.shapeCont.setAttribute("height",e.height),n=!0),n||this.currentBBox.x!==e.x||this.currentBBox.y!==e.y){this.currentBBox.w=e.width,this.currentBBox.h=e.height,this.currentBBox.x=e.x,this.currentBBox.y=e.y,this.shapeCont.setAttribute("viewBox",this.currentBBox.x+" "+this.currentBBox.y+" "+this.currentBBox.w+" "+this.currentBBox.h);var i=this.shapeCont.style,s="translate("+this.currentBBox.x+"px,"+this.currentBBox.y+"px)";i.transform=s,i.webkitTransform=s}}};function HTextElement(e,t,n){this.textSpans=[],this.textPaths=[],this.currentBBox={x:999999,y:-999999,h:0,w:0},this.renderType="svg",this.isMasked=!1,this.initElement(e,t,n)}extendPrototype([BaseElement,TransformElement,HBaseElement,HierarchyElement,FrameElement,RenderableDOMElement,ITextElement],HTextElement),HTextElement.prototype.createContent=function(){if(this.isMasked=this.checkMasks(),this.isMasked){this.renderType="svg",this.compW=this.comp.data.w,this.compH=this.comp.data.h,this.svgElement.setAttribute("width",this.compW),this.svgElement.setAttribute("height",this.compH);var e=createNS("g");this.maskedElement.appendChild(e),this.innerElem=e}else this.renderType="html",this.innerElem=this.layerElement;this.checkParenting()},HTextElement.prototype.buildNewText=function(){var e=this.textProperty.currentData;this.renderedLetters=createSizedArray(e.l?e.l.length:0);var t=this.innerElem.style,n=e.fc?this.buildColor(e.fc):"rgba(0,0,0,0)";t.fill=n,t.color=n,e.sc&&(t.stroke=this.buildColor(e.sc),t.strokeWidth=e.sw+"px");var i=this.globalData.fontManager.getFontByName(e.f);if(!this.globalData.fontManager.chars)if(t.fontSize=e.finalSize+"px",t.lineHeight=e.finalSize+"px",i.fClass)this.innerElem.className=i.fClass;else{t.fontFamily=i.fFamily;var s=e.fWeight,o=e.fStyle;t.fontStyle=o,t.fontWeight=s}var a,l,c=e.l;l=c.length;var u,f,x,m=this.mHelper,S,E="",d=0;for(a=0;a<l;a+=1){if(this.globalData.fontManager.chars?(this.textPaths[d]?u=this.textPaths[d]:(u=createNS("path"),u.setAttribute("stroke-linecap",lineCapEnum[1]),u.setAttribute("stroke-linejoin",lineJoinEnum[2]),u.setAttribute("stroke-miterlimit","4")),this.isMasked||(this.textSpans[d]?(f=this.textSpans[d],x=f.children[0]):(f=createTag("div"),f.style.lineHeight=0,x=createNS("svg"),x.appendChild(u),styleDiv(f)))):this.isMasked?u=this.textPaths[d]?this.textPaths[d]:createNS("text"):this.textSpans[d]?(f=this.textSpans[d],u=this.textPaths[d]):(f=createTag("span"),styleDiv(f),u=createTag("span"),styleDiv(u),f.appendChild(u)),this.globalData.fontManager.chars){var I=this.globalData.fontManager.getCharData(e.finalText[a],i.fStyle,this.globalData.fontManager.getFontByName(e.f).fFamily),y;if(I?y=I.data:y=null,m.reset(),y&&y.shapes&&y.shapes.length&&(S=y.shapes[0].it,m.scale(e.finalSize/100,e.finalSize/100),E=this.createPathShape(m,S),u.setAttribute("d",E)),this.isMasked)this.innerElem.appendChild(u);else{if(this.innerElem.appendChild(f),y&&y.shapes){document.body.appendChild(x);var P=x.getBBox();x.setAttribute("width",P.width+2),x.setAttribute("height",P.height+2),x.setAttribute("viewBox",P.x-1+" "+(P.y-1)+" "+(P.width+2)+" "+(P.height+2));var b=x.style,T="translate("+(P.x-1)+"px,"+(P.y-1)+"px)";b.transform=T,b.webkitTransform=T,c[a].yOffset=P.y-1}else x.setAttribute("width",1),x.setAttribute("height",1);f.appendChild(x)}}else if(u.textContent=c[a].val,u.setAttributeNS("http://www.w3.org/XML/1998/namespace","xml:space","preserve"),this.isMasked)this.innerElem.appendChild(u);else{this.innerElem.appendChild(f);var R=u.style,D="translate3d(0,"+-e.finalSize/1.2+"px,0)";R.transform=D,R.webkitTransform=D}this.isMasked?this.textSpans[d]=u:this.textSpans[d]=f,this.textSpans[d].style.display="block",this.textPaths[d]=u,d+=1}for(;d<this.textSpans.length;)this.textSpans[d].style.display="none",d+=1},HTextElement.prototype.renderInnerContent=function(){this.validateText();var e;if(this.data.singleShape){if(!this._isFirstFrame&&!this.lettersChangedFlag)return;if(this.isMasked&&this.finalTransform._matMdf){this.svgElement.setAttribute("viewBox",-this.finalTransform.mProp.p.v[0]+" "+-this.finalTransform.mProp.p.v[1]+" "+this.compW+" "+this.compH),e=this.svgElement.style;var t="translate("+-this.finalTransform.mProp.p.v[0]+"px,"+-this.finalTransform.mProp.p.v[1]+"px)";e.transform=t,e.webkitTransform=t}}if(this.textAnimator.getMeasures(this.textProperty.currentData,this.lettersChangedFlag),!(!this.lettersChangedFlag&&!this.textAnimator.lettersChangedFlag)){var n,i,s=0,o=this.textAnimator.renderedLetters,a=this.textProperty.currentData.l;i=a.length;var l,c,u;for(n=0;n<i;n+=1)a[n].n?s+=1:(c=this.textSpans[n],u=this.textPaths[n],l=o[s],s+=1,l._mdf.m&&(this.isMasked?c.setAttribute("transform",l.m):(c.style.webkitTransform=l.m,c.style.transform=l.m)),c.style.opacity=l.o,l.sw&&l._mdf.sw&&u.setAttribute("stroke-width",l.sw),l.sc&&l._mdf.sc&&u.setAttribute("stroke",l.sc),l.fc&&l._mdf.fc&&(u.setAttribute("fill",l.fc),u.style.color=l.fc));if(this.innerElem.getBBox&&!this.hidden&&(this._isFirstFrame||this._mdf)){var f=this.innerElem.getBBox();this.currentBBox.w!==f.width&&(this.currentBBox.w=f.width,this.svgElement.setAttribute("width",f.width)),this.currentBBox.h!==f.height&&(this.currentBBox.h=f.height,this.svgElement.setAttribute("height",f.height));var x=1;if(this.currentBBox.w!==f.width+x*2||this.currentBBox.h!==f.height+x*2||this.currentBBox.x!==f.x-x||this.currentBBox.y!==f.y-x){this.currentBBox.w=f.width+x*2,this.currentBBox.h=f.height+x*2,this.currentBBox.x=f.x-x,this.currentBBox.y=f.y-x,this.svgElement.setAttribute("viewBox",this.currentBBox.x+" "+this.currentBBox.y+" "+this.currentBBox.w+" "+this.currentBBox.h),e=this.svgElement.style;var m="translate("+this.currentBBox.x+"px,"+this.currentBBox.y+"px)";e.transform=m,e.webkitTransform=m}}}};function HCameraElement(e,t,n){this.initFrame(),this.initBaseData(e,t,n),this.initHierarchy();var i=PropertyFactory.getProp;if(this.pe=i(this,e.pe,0,0,this),e.ks.p.s?(this.px=i(this,e.ks.p.x,1,0,this),this.py=i(this,e.ks.p.y,1,0,this),this.pz=i(this,e.ks.p.z,1,0,this)):this.p=i(this,e.ks.p,1,0,this),e.ks.a&&(this.a=i(this,e.ks.a,1,0,this)),e.ks.or.k.length&&e.ks.or.k[0].to){var s,o=e.ks.or.k.length;for(s=0;s<o;s+=1)e.ks.or.k[s].to=null,e.ks.or.k[s].ti=null}this.or=i(this,e.ks.or,1,degToRads,this),this.or.sh=!0,this.rx=i(this,e.ks.rx,0,degToRads,this),this.ry=i(this,e.ks.ry,0,degToRads,this),this.rz=i(this,e.ks.rz,0,degToRads,this),this.mat=new Matrix,this._prevMat=new Matrix,this._isFirstFrame=!0,this.finalTransform={mProp:this}}extendPrototype([BaseElement,FrameElement,HierarchyElement],HCameraElement),HCameraElement.prototype.setup=function(){var e,t=this.comp.threeDElements.length,n,i,s;for(e=0;e<t;e+=1)if(n=this.comp.threeDElements[e],n.type==="3d"){i=n.perspectiveElem.style,s=n.container.style;var o=this.pe.v+"px",a="0px 0px 0px",l="matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)";i.perspective=o,i.webkitPerspective=o,s.transformOrigin=a,s.mozTransformOrigin=a,s.webkitTransformOrigin=a,i.transform=l,i.webkitTransform=l}},HCameraElement.prototype.createElements=function(){},HCameraElement.prototype.hide=function(){},HCameraElement.prototype.renderFrame=function(){var e=this._isFirstFrame,t,n;if(this.hierarchy)for(n=this.hierarchy.length,t=0;t<n;t+=1)e=this.hierarchy[t].finalTransform.mProp._mdf||e;if(e||this.pe._mdf||this.p&&this.p._mdf||this.px&&(this.px._mdf||this.py._mdf||this.pz._mdf)||this.rx._mdf||this.ry._mdf||this.rz._mdf||this.or._mdf||this.a&&this.a._mdf){if(this.mat.reset(),this.hierarchy)for(n=this.hierarchy.length-1,t=n;t>=0;t-=1){var i=this.hierarchy[t].finalTransform.mProp;this.mat.translate(-i.p.v[0],-i.p.v[1],i.p.v[2]),this.mat.rotateX(-i.or.v[0]).rotateY(-i.or.v[1]).rotateZ(i.or.v[2]),this.mat.rotateX(-i.rx.v).rotateY(-i.ry.v).rotateZ(i.rz.v),this.mat.scale(1/i.s.v[0],1/i.s.v[1],1/i.s.v[2]),this.mat.translate(i.a.v[0],i.a.v[1],i.a.v[2])}if(this.p?this.mat.translate(-this.p.v[0],-this.p.v[1],this.p.v[2]):this.mat.translate(-this.px.v,-this.py.v,this.pz.v),this.a){var s;this.p?s=[this.p.v[0]-this.a.v[0],this.p.v[1]-this.a.v[1],this.p.v[2]-this.a.v[2]]:s=[this.px.v-this.a.v[0],this.py.v-this.a.v[1],this.pz.v-this.a.v[2]];var o=Math.sqrt(Math.pow(s[0],2)+Math.pow(s[1],2)+Math.pow(s[2],2)),a=[s[0]/o,s[1]/o,s[2]/o],l=Math.sqrt(a[2]*a[2]+a[0]*a[0]),c=Math.atan2(a[1],l),u=Math.atan2(a[0],-a[2]);this.mat.rotateY(u).rotateX(-c)}this.mat.rotateX(-this.rx.v).rotateY(-this.ry.v).rotateZ(this.rz.v),this.mat.rotateX(-this.or.v[0]).rotateY(-this.or.v[1]).rotateZ(this.or.v[2]),this.mat.translate(this.globalData.compSize.w/2,this.globalData.compSize.h/2,0),this.mat.translate(0,0,this.pe.v);var f=!this._prevMat.equals(this.mat);if((f||this.pe._mdf)&&this.comp.threeDElements){n=this.comp.threeDElements.length;var x,m,S;for(t=0;t<n;t+=1)if(x=this.comp.threeDElements[t],x.type==="3d"){if(f){var E=this.mat.toCSS();S=x.container.style,S.transform=E,S.webkitTransform=E}this.pe._mdf&&(m=x.perspectiveElem.style,m.perspective=this.pe.v+"px",m.webkitPerspective=this.pe.v+"px")}this.mat.clone(this._prevMat)}}this._isFirstFrame=!1},HCameraElement.prototype.prepareFrame=function(e){this.prepareProperties(e,!0)},HCameraElement.prototype.destroy=function(){},HCameraElement.prototype.getBaseElement=function(){return null};function HImageElement(e,t,n){this.assetData=t.getAssetData(e.refId),this.initElement(e,t,n)}extendPrototype([BaseElement,TransformElement,HBaseElement,HSolidElement,HierarchyElement,FrameElement,RenderableElement],HImageElement),HImageElement.prototype.createContent=function(){var e=this.globalData.getAssetsPath(this.assetData),t=new Image;this.data.hasMask?(this.imageElem=createNS("image"),this.imageElem.setAttribute("width",this.assetData.w+"px"),this.imageElem.setAttribute("height",this.assetData.h+"px"),this.imageElem.setAttributeNS("http://www.w3.org/1999/xlink","href",e),this.layerElement.appendChild(this.imageElem),this.baseElement.setAttribute("width",this.assetData.w),this.baseElement.setAttribute("height",this.assetData.h)):this.layerElement.appendChild(t),t.crossOrigin="anonymous",t.src=e,this.data.ln&&this.baseElement.setAttribute("id",this.data.ln)};function HybridRendererBase(e,t){this.animationItem=e,this.layers=null,this.renderedFrame=-1,this.renderConfig={className:t&&t.className||"",imagePreserveAspectRatio:t&&t.imagePreserveAspectRatio||"xMidYMid slice",hideOnTransparent:!(t&&t.hideOnTransparent===!1),filterSize:{width:t&&t.filterSize&&t.filterSize.width||"400%",height:t&&t.filterSize&&t.filterSize.height||"400%",x:t&&t.filterSize&&t.filterSize.x||"-100%",y:t&&t.filterSize&&t.filterSize.y||"-100%"}},this.globalData={_mdf:!1,frameNum:-1,renderConfig:this.renderConfig},this.pendingElements=[],this.elements=[],this.threeDElements=[],this.destroyed=!1,this.camera=null,this.supports3d=!0,this.rendererType="html"}extendPrototype([BaseRenderer],HybridRendererBase),HybridRendererBase.prototype.buildItem=SVGRenderer.prototype.buildItem,HybridRendererBase.prototype.checkPendingElements=function(){for(;this.pendingElements.length;){var e=this.pendingElements.pop();e.checkParenting()}},HybridRendererBase.prototype.appendElementInPos=function(e,t){var n=e.getBaseElement();if(n){var i=this.layers[t];if(!i.ddd||!this.supports3d)if(this.threeDElements)this.addTo3dContainer(n,t);else{for(var s=0,o,a,l;s<t;)this.elements[s]&&this.elements[s]!==!0&&this.elements[s].getBaseElement&&(a=this.elements[s],l=this.layers[s].ddd?this.getThreeDContainerByPos(s):a.getBaseElement(),o=l||o),s+=1;o?(!i.ddd||!this.supports3d)&&this.layerElement.insertBefore(n,o):(!i.ddd||!this.supports3d)&&this.layerElement.appendChild(n)}else this.addTo3dContainer(n,t)}},HybridRendererBase.prototype.createShape=function(e){return this.supports3d?new HShapeElement(e,this.globalData,this):new SVGShapeElement(e,this.globalData,this)},HybridRendererBase.prototype.createText=function(e){return this.supports3d?new HTextElement(e,this.globalData,this):new SVGTextLottieElement(e,this.globalData,this)},HybridRendererBase.prototype.createCamera=function(e){return this.camera=new HCameraElement(e,this.globalData,this),this.camera},HybridRendererBase.prototype.createImage=function(e){return this.supports3d?new HImageElement(e,this.globalData,this):new IImageElement(e,this.globalData,this)},HybridRendererBase.prototype.createSolid=function(e){return this.supports3d?new HSolidElement(e,this.globalData,this):new ISolidElement(e,this.globalData,this)},HybridRendererBase.prototype.createNull=SVGRenderer.prototype.createNull,HybridRendererBase.prototype.getThreeDContainerByPos=function(e){for(var t=0,n=this.threeDElements.length;t<n;){if(this.threeDElements[t].startPos<=e&&this.threeDElements[t].endPos>=e)return this.threeDElements[t].perspectiveElem;t+=1}return null},HybridRendererBase.prototype.createThreeDContainer=function(e,t){var n=createTag("div"),i,s;styleDiv(n);var o=createTag("div");if(styleDiv(o),t==="3d"){i=n.style,i.width=this.globalData.compSize.w+"px",i.height=this.globalData.compSize.h+"px";var a="50% 50%";i.webkitTransformOrigin=a,i.mozTransformOrigin=a,i.transformOrigin=a,s=o.style;var l="matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)";s.transform=l,s.webkitTransform=l}n.appendChild(o);var c={container:o,perspectiveElem:n,startPos:e,endPos:e,type:t};return this.threeDElements.push(c),c},HybridRendererBase.prototype.build3dContainers=function(){var e,t=this.layers.length,n,i="";for(e=0;e<t;e+=1)this.layers[e].ddd&&this.layers[e].ty!==3?(i!=="3d"&&(i="3d",n=this.createThreeDContainer(e,"3d")),n.endPos=Math.max(n.endPos,e)):(i!=="2d"&&(i="2d",n=this.createThreeDContainer(e,"2d")),n.endPos=Math.max(n.endPos,e));for(t=this.threeDElements.length,e=t-1;e>=0;e-=1)this.resizerElem.appendChild(this.threeDElements[e].perspectiveElem)},HybridRendererBase.prototype.addTo3dContainer=function(e,t){for(var n=0,i=this.threeDElements.length;n<i;){if(t<=this.threeDElements[n].endPos){for(var s=this.threeDElements[n].startPos,o;s<t;)this.elements[s]&&this.elements[s].getBaseElement&&(o=this.elements[s].getBaseElement()),s+=1;o?this.threeDElements[n].container.insertBefore(e,o):this.threeDElements[n].container.appendChild(e);break}n+=1}},HybridRendererBase.prototype.configAnimation=function(e){var t=createTag("div"),n=this.animationItem.wrapper,i=t.style;i.width=e.w+"px",i.height=e.h+"px",this.resizerElem=t,styleDiv(t),i.transformStyle="flat",i.mozTransformStyle="flat",i.webkitTransformStyle="flat",this.renderConfig.className&&t.setAttribute("class",this.renderConfig.className),n.appendChild(t),i.overflow="hidden";var s=createNS("svg");s.setAttribute("width","1"),s.setAttribute("height","1"),styleDiv(s),this.resizerElem.appendChild(s);var o=createNS("defs");s.appendChild(o),this.data=e,this.setupGlobalData(e,s),this.globalData.defs=o,this.layers=e.layers,this.layerElement=this.resizerElem,this.build3dContainers(),this.updateContainerSize()},HybridRendererBase.prototype.destroy=function(){this.animationItem.wrapper&&(this.animationItem.wrapper.innerText=""),this.animationItem.container=null,this.globalData.defs=null;var e,t=this.layers?this.layers.length:0;for(e=0;e<t;e+=1)this.elements[e]&&this.elements[e].destroy&&this.elements[e].destroy();this.elements.length=0,this.destroyed=!0,this.animationItem=null},HybridRendererBase.prototype.updateContainerSize=function(){var e=this.animationItem.wrapper.offsetWidth,t=this.animationItem.wrapper.offsetHeight,n=e/t,i=this.globalData.compSize.w/this.globalData.compSize.h,s,o,a,l;i>n?(s=e/this.globalData.compSize.w,o=e/this.globalData.compSize.w,a=0,l=(t-this.globalData.compSize.h*(e/this.globalData.compSize.w))/2):(s=t/this.globalData.compSize.h,o=t/this.globalData.compSize.h,a=(e-this.globalData.compSize.w*(t/this.globalData.compSize.h))/2,l=0);var c=this.resizerElem.style;c.webkitTransform="matrix3d("+s+",0,0,0,0,"+o+",0,0,0,0,1,0,"+a+","+l+",0,1)",c.transform=c.webkitTransform},HybridRendererBase.prototype.renderFrame=SVGRenderer.prototype.renderFrame,HybridRendererBase.prototype.hide=function(){this.resizerElem.style.display="none"},HybridRendererBase.prototype.show=function(){this.resizerElem.style.display="block"},HybridRendererBase.prototype.initItems=function(){if(this.buildAllItems(),this.camera)this.camera.setup();else{var e=this.globalData.compSize.w,t=this.globalData.compSize.h,n,i=this.threeDElements.length;for(n=0;n<i;n+=1){var s=this.threeDElements[n].perspectiveElem.style;s.webkitPerspective=Math.sqrt(Math.pow(e,2)+Math.pow(t,2))+"px",s.perspective=s.webkitPerspective}}},HybridRendererBase.prototype.searchExtraCompositions=function(e){var t,n=e.length,i=createTag("div");for(t=0;t<n;t+=1)if(e[t].xt){var s=this.createComp(e[t],i,this.globalData.comp,null);s.initExpressions(),this.globalData.projectInterface.registerComposition(s)}};function HCompElement(e,t,n){this.layers=e.layers,this.supports3d=!e.hasMask,this.completeLayers=!1,this.pendingElements=[],this.elements=this.layers?createSizedArray(this.layers.length):[],this.initElement(e,t,n),this.tm=e.tm?PropertyFactory.getProp(this,e.tm,0,t.frameRate,this):{_placeholder:!0}}extendPrototype([HybridRendererBase,ICompElement,HBaseElement],HCompElement),HCompElement.prototype._createBaseContainerElements=HCompElement.prototype.createContainerElements,HCompElement.prototype.createContainerElements=function(){this._createBaseContainerElements(),this.data.hasMask?(this.svgElement.setAttribute("width",this.data.w),this.svgElement.setAttribute("height",this.data.h),this.transformedElement=this.baseElement):this.transformedElement=this.layerElement},HCompElement.prototype.addTo3dContainer=function(e,t){for(var n=0,i;n<t;)this.elements[n]&&this.elements[n].getBaseElement&&(i=this.elements[n].getBaseElement()),n+=1;i?this.layerElement.insertBefore(e,i):this.layerElement.appendChild(e)},HCompElement.prototype.createComp=function(e){return this.supports3d?new HCompElement(e,this.globalData,this):new SVGCompElement(e,this.globalData,this)};function HybridRenderer(e,t){this.animationItem=e,this.layers=null,this.renderedFrame=-1,this.renderConfig={className:t&&t.className||"",imagePreserveAspectRatio:t&&t.imagePreserveAspectRatio||"xMidYMid slice",hideOnTransparent:!(t&&t.hideOnTransparent===!1),filterSize:{width:t&&t.filterSize&&t.filterSize.width||"400%",height:t&&t.filterSize&&t.filterSize.height||"400%",x:t&&t.filterSize&&t.filterSize.x||"-100%",y:t&&t.filterSize&&t.filterSize.y||"-100%"},runExpressions:!t||t.runExpressions===void 0||t.runExpressions},this.globalData={_mdf:!1,frameNum:-1,renderConfig:this.renderConfig},this.pendingElements=[],this.elements=[],this.threeDElements=[],this.destroyed=!1,this.camera=null,this.supports3d=!0,this.rendererType="html"}extendPrototype([HybridRendererBase],HybridRenderer),HybridRenderer.prototype.createComp=function(e){return this.supports3d?new HCompElement(e,this.globalData,this):new SVGCompElement(e,this.globalData,this)};var CompExpressionInterface=function(){return function(e){function t(n){for(var i=0,s=e.layers.length;i<s;){if(e.layers[i].nm===n||e.layers[i].ind===n)return e.elements[i].layerInterface;i+=1}return null}return Object.defineProperty(t,"_name",{value:e.data.nm}),t.layer=t,t.pixelAspect=1,t.height=e.data.h||e.globalData.compSize.h,t.width=e.data.w||e.globalData.compSize.w,t.pixelAspect=1,t.frameDuration=1/e.globalData.frameRate,t.displayStartTime=0,t.numLayers=e.layers.length,t}}();function _typeof$2(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?_typeof$2=function(n){return typeof n}:_typeof$2=function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n},_typeof$2(e)}function seedRandom(e,t){var n=this,i=256,s=6,o=52,a="random",l=t.pow(i,s),c=t.pow(2,o),u=c*2,f=i-1,x;function m(b,T,R){var D=[];T=T===!0?{entropy:!0}:T||{};var V=I(d(T.entropy?[b,P(e)]:b===null?y():b,3),D),z=new S(D),e1=function(){for(var n1=z.g(s),X=l,l1=0;n1<c;)n1=(n1+l1)*i,X*=i,l1=z.g(1);for(;n1>=u;)n1/=2,X/=2,l1>>>=1;return(n1+l1)/X};return e1.int32=function(){return z.g(4)|0},e1.quick=function(){return z.g(4)/4294967296},e1.double=e1,I(P(z.S),e),(T.pass||R||function(j,n1,X,l1){return l1&&(l1.S&&E(l1,z),j.state=function(){return E(z,{})}),X?(t[a]=j,n1):j})(e1,V,"global"in T?T.global:this==t,T.state)}t["seed"+a]=m;function S(b){var T,R=b.length,D=this,V=0,z=D.i=D.j=0,e1=D.S=[];for(R||(b=[R++]);V<i;)e1[V]=V++;for(V=0;V<i;V++)e1[V]=e1[z=f&z+b[V%R]+(T=e1[V])],e1[z]=T;D.g=function(j){for(var n1,X=0,l1=D.i,c1=D.j,t1=D.S;j--;)n1=t1[l1=f&l1+1],X=X*i+t1[f&(t1[l1]=t1[c1=f&c1+n1])+(t1[c1]=n1)];return D.i=l1,D.j=c1,X}}function E(b,T){return T.i=b.i,T.j=b.j,T.S=b.S.slice(),T}function d(b,T){var R=[],D=_typeof$2(b),V;if(T&&D=="object")for(V in b)try{R.push(d(b[V],T-1))}catch{}return R.length?R:D=="string"?b:b+"\0"}function I(b,T){for(var R=b+"",D,V=0;V<R.length;)T[f&V]=f&(D^=T[f&V]*19)+R.charCodeAt(V++);return P(T)}function y(){try{var b=new Uint8Array(i);return(n.crypto||n.msCrypto).getRandomValues(b),P(b)}catch{var T=n.navigator,R=T&&T.plugins;return[+new Date,n,R,n.screen,P(e)]}}function P(b){return String.fromCharCode.apply(0,b)}I(t.random(),e)}function initialize$2(e){seedRandom([],e)}var propTypes={SHAPE:"shape"};function _typeof$1(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?_typeof$1=function(n){return typeof n}:_typeof$1=function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n},_typeof$1(e)}var ExpressionManager=function(){var ob={},Math=BMMath,window=null,document=null,XMLHttpRequest=null,fetch=null,frames=null,_lottieGlobal={};initialize$2(BMMath);function resetFrame(){_lottieGlobal={}}function $bm_isInstanceOfArray(e){return e.constructor===Array||e.constructor===Float32Array}function isNumerable(e,t){return e==="number"||t instanceof Number||e==="boolean"||e==="string"}function $bm_neg(e){var t=_typeof$1(e);if(t==="number"||e instanceof Number||t==="boolean")return-e;if($bm_isInstanceOfArray(e)){var n,i=e.length,s=[];for(n=0;n<i;n+=1)s[n]=-e[n];return s}return e.propType?e.v:-e}var easeInBez=BezierFactory.getBezierEasing(.333,0,.833,.833,"easeIn").get,easeOutBez=BezierFactory.getBezierEasing(.167,.167,.667,1,"easeOut").get,easeInOutBez=BezierFactory.getBezierEasing(.33,0,.667,1,"easeInOut").get;function sum(e,t){var n=_typeof$1(e),i=_typeof$1(t);if(isNumerable(n,e)&&isNumerable(i,t)||n==="string"||i==="string")return e+t;if($bm_isInstanceOfArray(e)&&isNumerable(i,t))return e=e.slice(0),e[0]+=t,e;if(isNumerable(n,e)&&$bm_isInstanceOfArray(t))return t=t.slice(0),t[0]=e+t[0],t;if($bm_isInstanceOfArray(e)&&$bm_isInstanceOfArray(t)){for(var s=0,o=e.length,a=t.length,l=[];s<o||s<a;)(typeof e[s]=="number"||e[s]instanceof Number)&&(typeof t[s]=="number"||t[s]instanceof Number)?l[s]=e[s]+t[s]:l[s]=t[s]===void 0?e[s]:e[s]||t[s],s+=1;return l}return 0}var add=sum;function sub(e,t){var n=_typeof$1(e),i=_typeof$1(t);if(isNumerable(n,e)&&isNumerable(i,t))return n==="string"&&(e=parseInt(e,10)),i==="string"&&(t=parseInt(t,10)),e-t;if($bm_isInstanceOfArray(e)&&isNumerable(i,t))return e=e.slice(0),e[0]-=t,e;if(isNumerable(n,e)&&$bm_isInstanceOfArray(t))return t=t.slice(0),t[0]=e-t[0],t;if($bm_isInstanceOfArray(e)&&$bm_isInstanceOfArray(t)){for(var s=0,o=e.length,a=t.length,l=[];s<o||s<a;)(typeof e[s]=="number"||e[s]instanceof Number)&&(typeof t[s]=="number"||t[s]instanceof Number)?l[s]=e[s]-t[s]:l[s]=t[s]===void 0?e[s]:e[s]||t[s],s+=1;return l}return 0}function mul(e,t){var n=_typeof$1(e),i=_typeof$1(t),s;if(isNumerable(n,e)&&isNumerable(i,t))return e*t;var o,a;if($bm_isInstanceOfArray(e)&&isNumerable(i,t)){for(a=e.length,s=createTypedArray("float32",a),o=0;o<a;o+=1)s[o]=e[o]*t;return s}if(isNumerable(n,e)&&$bm_isInstanceOfArray(t)){for(a=t.length,s=createTypedArray("float32",a),o=0;o<a;o+=1)s[o]=e*t[o];return s}return 0}function div(e,t){var n=_typeof$1(e),i=_typeof$1(t),s;if(isNumerable(n,e)&&isNumerable(i,t))return e/t;var o,a;if($bm_isInstanceOfArray(e)&&isNumerable(i,t)){for(a=e.length,s=createTypedArray("float32",a),o=0;o<a;o+=1)s[o]=e[o]/t;return s}if(isNumerable(n,e)&&$bm_isInstanceOfArray(t)){for(a=t.length,s=createTypedArray("float32",a),o=0;o<a;o+=1)s[o]=e/t[o];return s}return 0}function mod(e,t){return typeof e=="string"&&(e=parseInt(e,10)),typeof t=="string"&&(t=parseInt(t,10)),e%t}var $bm_sum=sum,$bm_sub=sub,$bm_mul=mul,$bm_div=div,$bm_mod=mod;function clamp(e,t,n){if(t>n){var i=n;n=t,t=i}return Math.min(Math.max(e,t),n)}function radiansToDegrees(e){return e/degToRads}var radians_to_degrees=radiansToDegrees;function degreesToRadians(e){return e*degToRads}var degrees_to_radians=radiansToDegrees,helperLengthArray=[0,0,0,0,0,0];function length(e,t){if(typeof e=="number"||e instanceof Number)return t=t||0,Math.abs(e-t);t||(t=helperLengthArray);var n,i=Math.min(e.length,t.length),s=0;for(n=0;n<i;n+=1)s+=Math.pow(t[n]-e[n],2);return Math.sqrt(s)}function normalize(e){return div(e,length(e))}function rgbToHsl(e){var t=e[0],n=e[1],i=e[2],s=Math.max(t,n,i),o=Math.min(t,n,i),a,l,c=(s+o)/2;if(s===o)a=0,l=0;else{var u=s-o;switch(l=c>.5?u/(2-s-o):u/(s+o),s){case t:a=(n-i)/u+(n<i?6:0);break;case n:a=(i-t)/u+2;break;case i:a=(t-n)/u+4;break}a/=6}return[a,l,c,e[3]]}function hue2rgb(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+(t-e)*6*n:n<1/2?t:n<2/3?e+(t-e)*(2/3-n)*6:e}function hslToRgb(e){var t=e[0],n=e[1],i=e[2],s,o,a;if(n===0)s=i,a=i,o=i;else{var l=i<.5?i*(1+n):i+n-i*n,c=2*i-l;s=hue2rgb(c,l,t+1/3),o=hue2rgb(c,l,t),a=hue2rgb(c,l,t-1/3)}return[s,o,a,e[3]]}function linear(e,t,n,i,s){if((i===void 0||s===void 0)&&(i=t,s=n,t=0,n=1),n<t){var o=n;n=t,t=o}if(e<=t)return i;if(e>=n)return s;var a=n===t?0:(e-t)/(n-t);if(!i.length)return i+(s-i)*a;var l,c=i.length,u=createTypedArray("float32",c);for(l=0;l<c;l+=1)u[l]=i[l]+(s[l]-i[l])*a;return u}function random(e,t){if(t===void 0&&(e===void 0?(e=0,t=1):(t=e,e=void 0)),t.length){var n,i=t.length;e||(e=createTypedArray("float32",i));var s=createTypedArray("float32",i),o=BMMath.random();for(n=0;n<i;n+=1)s[n]=e[n]+o*(t[n]-e[n]);return s}e===void 0&&(e=0);var a=BMMath.random();return e+a*(t-e)}function createPath(e,t,n,i){var s,o=e.length,a=shapePool.newElement();a.setPathData(!!i,o);var l=[0,0],c,u;for(s=0;s<o;s+=1)c=t&&t[s]?t[s]:l,u=n&&n[s]?n[s]:l,a.setTripleAt(e[s][0],e[s][1],u[0]+e[s][0],u[1]+e[s][1],c[0]+e[s][0],c[1]+e[s][1],s,!0);return a}function initiateExpression(elem,data,property){function noOp(e){return e}if(!elem.globalData.renderConfig.runExpressions)return noOp;var val=data.x,needsVelocity=/velocity(?![\w\d])/.test(val),_needsRandom=val.indexOf("random")!==-1,elemType=elem.data.ty,transform,$bm_transform,content,effect,thisProperty=property;thisProperty.valueAtTime=thisProperty.getValueAtTime,Object.defineProperty(thisProperty,"value",{get:function(){return thisProperty.v}}),elem.comp.frameDuration=1/elem.comp.globalData.frameRate,elem.comp.displayStartTime=0;var inPoint=elem.data.ip/elem.comp.globalData.frameRate,outPoint=elem.data.op/elem.comp.globalData.frameRate,width=elem.data.sw?elem.data.sw:0,height=elem.data.sh?elem.data.sh:0,name=elem.data.nm,loopIn,loop_in,loopOut,loop_out,smooth,toWorld,fromWorld,fromComp,toComp,fromCompToSurface,position,rotation,anchorPoint,scale,thisLayer,thisComp,mask,valueAtTime,velocityAtTime,scoped_bm_rt,expression_function=eval("[function _expression_function(){"+val+";scoped_bm_rt=$bm_rt}]")[0],numKeys=property.kf?data.k.length:0,active=!this.data||this.data.hd!==!0,wiggle=(function e(t,n){var i,s,o=this.pv.length?this.pv.length:1,a=createTypedArray("float32",o);t=5;var l=Math.floor(time*t);for(i=0,s=0;i<l;){for(s=0;s<o;s+=1)a[s]+=-n+n*2*BMMath.random();i+=1}var c=time*t,u=c-Math.floor(c),f=createTypedArray("float32",o);if(o>1){for(s=0;s<o;s+=1)f[s]=this.pv[s]+a[s]+(-n+n*2*BMMath.random())*u;return f}return this.pv+a[0]+(-n+n*2*BMMath.random())*u}).bind(this);thisProperty.loopIn&&(loopIn=thisProperty.loopIn.bind(thisProperty),loop_in=loopIn),thisProperty.loopOut&&(loopOut=thisProperty.loopOut.bind(thisProperty),loop_out=loopOut),thisProperty.smooth&&(smooth=thisProperty.smooth.bind(thisProperty));function loopInDuration(e,t){return loopIn(e,t,!0)}function loopOutDuration(e,t){return loopOut(e,t,!0)}this.getValueAtTime&&(valueAtTime=this.getValueAtTime.bind(this)),this.getVelocityAtTime&&(velocityAtTime=this.getVelocityAtTime.bind(this));var comp=elem.comp.globalData.projectInterface.bind(elem.comp.globalData.projectInterface);function lookAt(e,t){var n=[t[0]-e[0],t[1]-e[1],t[2]-e[2]],i=Math.atan2(n[0],Math.sqrt(n[1]*n[1]+n[2]*n[2]))/degToRads,s=-Math.atan2(n[1],n[2])/degToRads;return[s,i,0]}function easeOut(e,t,n,i,s){return applyEase(easeOutBez,e,t,n,i,s)}function easeIn(e,t,n,i,s){return applyEase(easeInBez,e,t,n,i,s)}function ease(e,t,n,i,s){return applyEase(easeInOutBez,e,t,n,i,s)}function applyEase(e,t,n,i,s,o){s===void 0?(s=n,o=i):t=(t-n)/(i-n),t>1?t=1:t<0&&(t=0);var a=e(t);if($bm_isInstanceOfArray(s)){var l,c=s.length,u=createTypedArray("float32",c);for(l=0;l<c;l+=1)u[l]=(o[l]-s[l])*a+s[l];return u}return(o-s)*a+s}function nearestKey(e){var t,n=data.k.length,i,s;if(!data.k.length||typeof data.k[0]=="number")i=0,s=0;else if(i=-1,e*=elem.comp.globalData.frameRate,e<data.k[0].t)i=1,s=data.k[0].t;else{for(t=0;t<n-1;t+=1)if(e===data.k[t].t){i=t+1,s=data.k[t].t;break}else if(e>data.k[t].t&&e<data.k[t+1].t){e-data.k[t].t>data.k[t+1].t-e?(i=t+2,s=data.k[t+1].t):(i=t+1,s=data.k[t].t);break}i===-1&&(i=t+1,s=data.k[t].t)}var o={};return o.index=i,o.time=s/elem.comp.globalData.frameRate,o}function key(e){var t,n,i;if(!data.k.length||typeof data.k[0]=="number")throw new Error("The property has no keyframe at index "+e);e-=1,t={time:data.k[e].t/elem.comp.globalData.frameRate,value:[]};var s=Object.prototype.hasOwnProperty.call(data.k[e],"s")?data.k[e].s:data.k[e-1].e;for(i=s.length,n=0;n<i;n+=1)t[n]=s[n],t.value[n]=s[n];return t}function framesToTime(e,t){return t||(t=elem.comp.globalData.frameRate),e/t}function timeToFrames(e,t){return!e&&e!==0&&(e=time),t||(t=elem.comp.globalData.frameRate),e*t}function seedRandom(e){BMMath.seedrandom(randSeed+e)}function sourceRectAtTime(){return elem.sourceRectAtTime()}function substring(e,t){return typeof value=="string"?t===void 0?value.substring(e):value.substring(e,t):""}function substr(e,t){return typeof value=="string"?t===void 0?value.substr(e):value.substr(e,t):""}function posterizeTime(e){time=e===0?0:Math.floor(time*e)/e,value=valueAtTime(time)}var time,velocity,value,text,textIndex,textTotal,selectorValue,index=elem.data.ind,hasParent=!!(elem.hierarchy&&elem.hierarchy.length),parent,randSeed=Math.floor(Math.random()*1e6),globalData=elem.globalData;function executeExpression(e){return value=e,this.frameExpressionId===elem.globalData.frameId&&this.propType!=="textSelector"?value:(this.propType==="textSelector"&&(textIndex=this.textIndex,textTotal=this.textTotal,selectorValue=this.selectorValue),thisLayer||(text=elem.layerInterface.text,thisLayer=elem.layerInterface,thisComp=elem.comp.compInterface,toWorld=thisLayer.toWorld.bind(thisLayer),fromWorld=thisLayer.fromWorld.bind(thisLayer),fromComp=thisLayer.fromComp.bind(thisLayer),toComp=thisLayer.toComp.bind(thisLayer),mask=thisLayer.mask?thisLayer.mask.bind(thisLayer):null,fromCompToSurface=fromComp),transform||(transform=elem.layerInterface("ADBE Transform Group"),$bm_transform=transform,transform&&(anchorPoint=transform.anchorPoint)),elemType===4&&!content&&(content=thisLayer("ADBE Root Vectors Group")),effect||(effect=thisLayer(4)),hasParent=!!(elem.hierarchy&&elem.hierarchy.length),hasParent&&!parent&&(parent=elem.hierarchy[0].layerInterface),time=this.comp.renderedFrame/this.comp.globalData.frameRate,_needsRandom&&seedRandom(randSeed+time),needsVelocity&&(velocity=velocityAtTime(time)),expression_function(),this.frameExpressionId=elem.globalData.frameId,scoped_bm_rt=scoped_bm_rt.propType===propTypes.SHAPE?scoped_bm_rt.v:scoped_bm_rt,scoped_bm_rt)}return executeExpression.__preventDeadCodeRemoval=[$bm_transform,anchorPoint,time,velocity,inPoint,outPoint,width,height,name,loop_in,loop_out,smooth,toComp,fromCompToSurface,toWorld,fromWorld,mask,position,rotation,scale,thisComp,numKeys,active,wiggle,loopInDuration,loopOutDuration,comp,lookAt,easeOut,easeIn,ease,nearestKey,key,text,textIndex,textTotal,selectorValue,framesToTime,timeToFrames,sourceRectAtTime,substring,substr,posterizeTime,index,globalData],executeExpression}return ob.initiateExpression=initiateExpression,ob.__preventDeadCodeRemoval=[window,document,XMLHttpRequest,fetch,frames,$bm_neg,add,$bm_sum,$bm_sub,$bm_mul,$bm_div,$bm_mod,clamp,radians_to_degrees,degreesToRadians,degrees_to_radians,normalize,rgbToHsl,hslToRgb,linear,random,createPath,_lottieGlobal],ob.resetFrame=resetFrame,ob}(),Expressions=function(){var e={};e.initExpressions=t,e.resetFrame=ExpressionManager.resetFrame;function t(n){var i=0,s=[];function o(){i+=1}function a(){i-=1,i===0&&c()}function l(u){s.indexOf(u)===-1&&s.push(u)}function c(){var u,f=s.length;for(u=0;u<f;u+=1)s[u].release();s.length=0}n.renderer.compInterface=CompExpressionInterface(n.renderer),n.renderer.globalData.projectInterface.registerComposition(n.renderer),n.renderer.globalData.pushExpression=o,n.renderer.globalData.popExpression=a,n.renderer.globalData.registerExpressionProperty=l}return e}(),MaskManagerInterface=function(){function e(n,i){this._mask=n,this._data=i}Object.defineProperty(e.prototype,"maskPath",{get:function(){return this._mask.prop.k&&this._mask.prop.getValue(),this._mask.prop}}),Object.defineProperty(e.prototype,"maskOpacity",{get:function(){return this._mask.op.k&&this._mask.op.getValue(),this._mask.op.v*100}});var t=function(i){var s=createSizedArray(i.viewData.length),o,a=i.viewData.length;for(o=0;o<a;o+=1)s[o]=new e(i.viewData[o],i.masksProperties[o]);var l=function(u){for(o=0;o<a;){if(i.masksProperties[o].nm===u)return s[o];o+=1}return null};return l};return t}(),ExpressionPropertyInterface=function(){var e={pv:0,v:0,mult:1},t={pv:[0,0,0],v:[0,0,0],mult:1};function n(a,l,c){Object.defineProperty(a,"velocity",{get:function(){return l.getVelocityAtTime(l.comp.currentFrame)}}),a.numKeys=l.keyframes?l.keyframes.length:0,a.key=function(u){if(!a.numKeys)return 0;var f="";"s"in l.keyframes[u-1]?f=l.keyframes[u-1].s:"e"in l.keyframes[u-2]?f=l.keyframes[u-2].e:f=l.keyframes[u-2].s;var x=c==="unidimensional"?new Number(f):Object.assign({},f);return x.time=l.keyframes[u-1].t/l.elem.comp.globalData.frameRate,x.value=c==="unidimensional"?f[0]:f,x},a.valueAtTime=l.getValueAtTime,a.speedAtTime=l.getSpeedAtTime,a.velocityAtTime=l.getVelocityAtTime,a.propertyGroup=l.propertyGroup}function i(a){(!a||!("pv"in a))&&(a=e);var l=1/a.mult,c=a.pv*l,u=new Number(c);return u.value=c,n(u,a,"unidimensional"),function(){return a.k&&a.getValue(),c=a.v*l,u.value!==c&&(u=new Number(c),u.value=c,n(u,a,"unidimensional")),u}}function s(a){(!a||!("pv"in a))&&(a=t);var l=1/a.mult,c=a.data&&a.data.l||a.pv.length,u=createTypedArray("float32",c),f=createTypedArray("float32",c);return u.value=f,n(u,a,"multidimensional"),function(){a.k&&a.getValue();for(var x=0;x<c;x+=1)f[x]=a.v[x]*l,u[x]=f[x];return u}}function o(){return e}return function(a){return a?a.propType==="unidimensional"?i(a):s(a):o}}(),TransformExpressionInterface=function(){return function(e){function t(a){switch(a){case"scale":case"Scale":case"ADBE Scale":case 6:return t.scale;case"rotation":case"Rotation":case"ADBE Rotation":case"ADBE Rotate Z":case 10:return t.rotation;case"ADBE Rotate X":return t.xRotation;case"ADBE Rotate Y":return t.yRotation;case"position":case"Position":case"ADBE Position":case 2:return t.position;case"ADBE Position_0":return t.xPosition;case"ADBE Position_1":return t.yPosition;case"ADBE Position_2":return t.zPosition;case"anchorPoint":case"AnchorPoint":case"Anchor Point":case"ADBE AnchorPoint":case 1:return t.anchorPoint;case"opacity":case"Opacity":case 11:return t.opacity;default:return null}}Object.defineProperty(t,"rotation",{get:ExpressionPropertyInterface(e.r||e.rz)}),Object.defineProperty(t,"zRotation",{get:ExpressionPropertyInterface(e.rz||e.r)}),Object.defineProperty(t,"xRotation",{get:ExpressionPropertyInterface(e.rx)}),Object.defineProperty(t,"yRotation",{get:ExpressionPropertyInterface(e.ry)}),Object.defineProperty(t,"scale",{get:ExpressionPropertyInterface(e.s)});var n,i,s,o;return e.p?o=ExpressionPropertyInterface(e.p):(n=ExpressionPropertyInterface(e.px),i=ExpressionPropertyInterface(e.py),e.pz&&(s=ExpressionPropertyInterface(e.pz))),Object.defineProperty(t,"position",{get:function(){return e.p?o():[n(),i(),s?s():0]}}),Object.defineProperty(t,"xPosition",{get:ExpressionPropertyInterface(e.px)}),Object.defineProperty(t,"yPosition",{get:ExpressionPropertyInterface(e.py)}),Object.defineProperty(t,"zPosition",{get:ExpressionPropertyInterface(e.pz)}),Object.defineProperty(t,"anchorPoint",{get:ExpressionPropertyInterface(e.a)}),Object.defineProperty(t,"opacity",{get:ExpressionPropertyInterface(e.o)}),Object.defineProperty(t,"skew",{get:ExpressionPropertyInterface(e.sk)}),Object.defineProperty(t,"skewAxis",{get:ExpressionPropertyInterface(e.sa)}),Object.defineProperty(t,"orientation",{get:ExpressionPropertyInterface(e.or)}),t}}(),LayerExpressionInterface=function(){function e(u){var f=new Matrix;if(u!==void 0){var x=this._elem.finalTransform.mProp.getValueAtTime(u);x.clone(f)}else{var m=this._elem.finalTransform.mProp;m.applyToMatrix(f)}return f}function t(u,f){var x=this.getMatrix(f);return x.props[12]=0,x.props[13]=0,x.props[14]=0,this.applyPoint(x,u)}function n(u,f){var x=this.getMatrix(f);return this.applyPoint(x,u)}function i(u,f){var x=this.getMatrix(f);return x.props[12]=0,x.props[13]=0,x.props[14]=0,this.invertPoint(x,u)}function s(u,f){var x=this.getMatrix(f);return this.invertPoint(x,u)}function o(u,f){if(this._elem.hierarchy&&this._elem.hierarchy.length){var x,m=this._elem.hierarchy.length;for(x=0;x<m;x+=1)this._elem.hierarchy[x].finalTransform.mProp.applyToMatrix(u)}return u.applyToPointArray(f[0],f[1],f[2]||0)}function a(u,f){if(this._elem.hierarchy&&this._elem.hierarchy.length){var x,m=this._elem.hierarchy.length;for(x=0;x<m;x+=1)this._elem.hierarchy[x].finalTransform.mProp.applyToMatrix(u)}return u.inversePoint(f)}function l(u){var f=new Matrix;if(f.reset(),this._elem.finalTransform.mProp.applyToMatrix(f),this._elem.hierarchy&&this._elem.hierarchy.length){var x,m=this._elem.hierarchy.length;for(x=0;x<m;x+=1)this._elem.hierarchy[x].finalTransform.mProp.applyToMatrix(f);return f.inversePoint(u)}return f.inversePoint(u)}function c(){return[1,1,1,1]}return function(u){var f;function x(d){S.mask=new MaskManagerInterface(d,u)}function m(d){S.effect=d}function S(d){switch(d){case"ADBE Root Vectors Group":case"Contents":case 2:return S.shapeInterface;case 1:case 6:case"Transform":case"transform":case"ADBE Transform Group":return f;case 4:case"ADBE Effect Parade":case"effects":case"Effects":return S.effect;case"ADBE Text Properties":return S.textInterface;default:return null}}S.getMatrix=e,S.invertPoint=a,S.applyPoint=o,S.toWorld=n,S.toWorldVec=t,S.fromWorld=s,S.fromWorldVec=i,S.toComp=n,S.fromComp=l,S.sampleImage=c,S.sourceRectAtTime=u.sourceRectAtTime.bind(u),S._elem=u,f=TransformExpressionInterface(u.finalTransform.mProp);var E=getDescriptor(f,"anchorPoint");return Object.defineProperties(S,{hasParent:{get:function(){return u.hierarchy.length}},parent:{get:function(){return u.hierarchy[0].layerInterface}},rotation:getDescriptor(f,"rotation"),scale:getDescriptor(f,"scale"),position:getDescriptor(f,"position"),opacity:getDescriptor(f,"opacity"),anchorPoint:E,anchor_point:E,transform:{get:function(){return f}},active:{get:function(){return u.isInRange}}}),S.startTime=u.data.st,S.index=u.data.ind,S.source=u.data.refId,S.height=u.data.ty===0?u.data.h:100,S.width=u.data.ty===0?u.data.w:100,S.inPoint=u.data.ip/u.comp.globalData.frameRate,S.outPoint=u.data.op/u.comp.globalData.frameRate,S._name=u.data.nm,S.registerMaskInterface=x,S.registerEffectsInterface=m,S}}(),propertyGroupFactory=function(){return function(e,t){return function(n){return n=n===void 0?1:n,n<=0?e:t(n-1)}}}(),PropertyInterface=function(){return function(e,t){var n={_name:e};function i(s){return s=s===void 0?1:s,s<=0?n:t(s-1)}return i}}(),EffectsExpressionInterface=function(){var e={createEffectsInterface:t};function t(s,o){if(s.effectsManager){var a=[],l=s.data.ef,c,u=s.effectsManager.effectElements.length;for(c=0;c<u;c+=1)a.push(n(l[c],s.effectsManager.effectElements[c],o,s));var f=s.data.ef||[],x=function(S){for(c=0,u=f.length;c<u;){if(S===f[c].nm||S===f[c].mn||S===f[c].ix)return a[c];c+=1}return null};return Object.defineProperty(x,"numProperties",{get:function(){return f.length}}),x}return null}function n(s,o,a,l){function c(S){for(var E=s.ef,d=0,I=E.length;d<I;){if(S===E[d].nm||S===E[d].mn||S===E[d].ix)return E[d].ty===5?f[d]:f[d]();d+=1}throw new Error}var u=propertyGroupFactory(c,a),f=[],x,m=s.ef.length;for(x=0;x<m;x+=1)s.ef[x].ty===5?f.push(n(s.ef[x],o.effectElements[x],o.effectElements[x].propertyGroup,l)):f.push(i(o.effectElements[x],s.ef[x].ty,l,u));return s.mn==="ADBE Color Control"&&Object.defineProperty(c,"color",{get:function(){return f[0]()}}),Object.defineProperties(c,{numProperties:{get:function(){return s.np}},_name:{value:s.nm},propertyGroup:{value:u}}),c.enabled=s.en!==0,c.active=c.enabled,c}function i(s,o,a,l){var c=ExpressionPropertyInterface(s.p);function u(){return o===10?a.comp.compInterface(s.p.v):c()}return s.p.setGroupProperty&&s.p.setGroupProperty(PropertyInterface("",l)),u}return e}(),ShapePathInterface=function(){return function(t,n,i){var s=n.sh;function o(l){return l==="Shape"||l==="shape"||l==="Path"||l==="path"||l==="ADBE Vector Shape"||l===2?o.path:null}var a=propertyGroupFactory(o,i);return s.setGroupProperty(PropertyInterface("Path",a)),Object.defineProperties(o,{path:{get:function(){return s.k&&s.getValue(),s}},shape:{get:function(){return s.k&&s.getValue(),s}},_name:{value:t.nm},ix:{value:t.ix},propertyIndex:{value:t.ix},mn:{value:t.mn},propertyGroup:{value:i}}),o}}(),ShapeExpressionInterface=function(){function e(E,d,I){var y=[],P,b=E?E.length:0;for(P=0;P<b;P+=1)E[P].ty==="gr"?y.push(n(E[P],d[P],I)):E[P].ty==="fl"?y.push(i(E[P],d[P],I)):E[P].ty==="st"?y.push(a(E[P],d[P],I)):E[P].ty==="tm"?y.push(l(E[P],d[P],I)):E[P].ty==="tr"||(E[P].ty==="el"?y.push(u(E[P],d[P],I)):E[P].ty==="sr"?y.push(f(E[P],d[P],I)):E[P].ty==="sh"?y.push(ShapePathInterface(E[P],d[P],I)):E[P].ty==="rc"?y.push(x(E[P],d[P],I)):E[P].ty==="rd"?y.push(m(E[P],d[P],I)):E[P].ty==="rp"?y.push(S(E[P],d[P],I)):E[P].ty==="gf"?y.push(s(E[P],d[P],I)):y.push(o(E[P],d[P])));return y}function t(E,d,I){var y,P=function(R){for(var D=0,V=y.length;D<V;){if(y[D]._name===R||y[D].mn===R||y[D].propertyIndex===R||y[D].ix===R||y[D].ind===R)return y[D];D+=1}return typeof R=="number"?y[R-1]:null};P.propertyGroup=propertyGroupFactory(P,I),y=e(E.it,d.it,P.propertyGroup),P.numProperties=y.length;var b=c(E.it[E.it.length-1],d.it[d.it.length-1],P.propertyGroup);return P.transform=b,P.propertyIndex=E.cix,P._name=E.nm,P}function n(E,d,I){var y=function(R){switch(R){case"ADBE Vectors Group":case"Contents":case 2:return y.content;default:return y.transform}};y.propertyGroup=propertyGroupFactory(y,I);var P=t(E,d,y.propertyGroup),b=c(E.it[E.it.length-1],d.it[d.it.length-1],y.propertyGroup);return y.content=P,y.transform=b,Object.defineProperty(y,"_name",{get:function(){return E.nm}}),y.numProperties=E.np,y.propertyIndex=E.ix,y.nm=E.nm,y.mn=E.mn,y}function i(E,d,I){function y(P){return P==="Color"||P==="color"?y.color:P==="Opacity"||P==="opacity"?y.opacity:null}return Object.defineProperties(y,{color:{get:ExpressionPropertyInterface(d.c)},opacity:{get:ExpressionPropertyInterface(d.o)},_name:{value:E.nm},mn:{value:E.mn}}),d.c.setGroupProperty(PropertyInterface("Color",I)),d.o.setGroupProperty(PropertyInterface("Opacity",I)),y}function s(E,d,I){function y(P){return P==="Start Point"||P==="start point"?y.startPoint:P==="End Point"||P==="end point"?y.endPoint:P==="Opacity"||P==="opacity"?y.opacity:null}return Object.defineProperties(y,{startPoint:{get:ExpressionPropertyInterface(d.s)},endPoint:{get:ExpressionPropertyInterface(d.e)},opacity:{get:ExpressionPropertyInterface(d.o)},type:{get:function(){return"a"}},_name:{value:E.nm},mn:{value:E.mn}}),d.s.setGroupProperty(PropertyInterface("Start Point",I)),d.e.setGroupProperty(PropertyInterface("End Point",I)),d.o.setGroupProperty(PropertyInterface("Opacity",I)),y}function o(){function E(){return null}return E}function a(E,d,I){var y=propertyGroupFactory(V,I),P=propertyGroupFactory(D,y);function b(z){Object.defineProperty(D,E.d[z].nm,{get:ExpressionPropertyInterface(d.d.dataProps[z].p)})}var T,R=E.d?E.d.length:0,D={};for(T=0;T<R;T+=1)b(T),d.d.dataProps[T].p.setGroupProperty(P);function V(z){return z==="Color"||z==="color"?V.color:z==="Opacity"||z==="opacity"?V.opacity:z==="Stroke Width"||z==="stroke width"?V.strokeWidth:null}return Object.defineProperties(V,{color:{get:ExpressionPropertyInterface(d.c)},opacity:{get:ExpressionPropertyInterface(d.o)},strokeWidth:{get:ExpressionPropertyInterface(d.w)},dash:{get:function(){return D}},_name:{value:E.nm},mn:{value:E.mn}}),d.c.setGroupProperty(PropertyInterface("Color",y)),d.o.setGroupProperty(PropertyInterface("Opacity",y)),d.w.setGroupProperty(PropertyInterface("Stroke Width",y)),V}function l(E,d,I){function y(b){return b===E.e.ix||b==="End"||b==="end"?y.end:b===E.s.ix?y.start:b===E.o.ix?y.offset:null}var P=propertyGroupFactory(y,I);return y.propertyIndex=E.ix,d.s.setGroupProperty(PropertyInterface("Start",P)),d.e.setGroupProperty(PropertyInterface("End",P)),d.o.setGroupProperty(PropertyInterface("Offset",P)),y.propertyIndex=E.ix,y.propertyGroup=I,Object.defineProperties(y,{start:{get:ExpressionPropertyInterface(d.s)},end:{get:ExpressionPropertyInterface(d.e)},offset:{get:ExpressionPropertyInterface(d.o)},_name:{value:E.nm}}),y.mn=E.mn,y}function c(E,d,I){function y(b){return E.a.ix===b||b==="Anchor Point"?y.anchorPoint:E.o.ix===b||b==="Opacity"?y.opacity:E.p.ix===b||b==="Position"?y.position:E.r.ix===b||b==="Rotation"||b==="ADBE Vector Rotation"?y.rotation:E.s.ix===b||b==="Scale"?y.scale:E.sk&&E.sk.ix===b||b==="Skew"?y.skew:E.sa&&E.sa.ix===b||b==="Skew Axis"?y.skewAxis:null}var P=propertyGroupFactory(y,I);return d.transform.mProps.o.setGroupProperty(PropertyInterface("Opacity",P)),d.transform.mProps.p.setGroupProperty(PropertyInterface("Position",P)),d.transform.mProps.a.setGroupProperty(PropertyInterface("Anchor Point",P)),d.transform.mProps.s.setGroupProperty(PropertyInterface("Scale",P)),d.transform.mProps.r.setGroupProperty(PropertyInterface("Rotation",P)),d.transform.mProps.sk&&(d.transform.mProps.sk.setGroupProperty(PropertyInterface("Skew",P)),d.transform.mProps.sa.setGroupProperty(PropertyInterface("Skew Angle",P))),d.transform.op.setGroupProperty(PropertyInterface("Opacity",P)),Object.defineProperties(y,{opacity:{get:ExpressionPropertyInterface(d.transform.mProps.o)},position:{get:ExpressionPropertyInterface(d.transform.mProps.p)},anchorPoint:{get:ExpressionPropertyInterface(d.transform.mProps.a)},scale:{get:ExpressionPropertyInterface(d.transform.mProps.s)},rotation:{get:ExpressionPropertyInterface(d.transform.mProps.r)},skew:{get:ExpressionPropertyInterface(d.transform.mProps.sk)},skewAxis:{get:ExpressionPropertyInterface(d.transform.mProps.sa)},_name:{value:E.nm}}),y.ty="tr",y.mn=E.mn,y.propertyGroup=I,y}function u(E,d,I){function y(T){return E.p.ix===T?y.position:E.s.ix===T?y.size:null}var P=propertyGroupFactory(y,I);y.propertyIndex=E.ix;var b=d.sh.ty==="tm"?d.sh.prop:d.sh;return b.s.setGroupProperty(PropertyInterface("Size",P)),b.p.setGroupProperty(PropertyInterface("Position",P)),Object.defineProperties(y,{size:{get:ExpressionPropertyInterface(b.s)},position:{get:ExpressionPropertyInterface(b.p)},_name:{value:E.nm}}),y.mn=E.mn,y}function f(E,d,I){function y(T){return E.p.ix===T?y.position:E.r.ix===T?y.rotation:E.pt.ix===T?y.points:E.or.ix===T||T==="ADBE Vector Star Outer Radius"?y.outerRadius:E.os.ix===T?y.outerRoundness:E.ir&&(E.ir.ix===T||T==="ADBE Vector Star Inner Radius")?y.innerRadius:E.is&&E.is.ix===T?y.innerRoundness:null}var P=propertyGroupFactory(y,I),b=d.sh.ty==="tm"?d.sh.prop:d.sh;return y.propertyIndex=E.ix,b.or.setGroupProperty(PropertyInterface("Outer Radius",P)),b.os.setGroupProperty(PropertyInterface("Outer Roundness",P)),b.pt.setGroupProperty(PropertyInterface("Points",P)),b.p.setGroupProperty(PropertyInterface("Position",P)),b.r.setGroupProperty(PropertyInterface("Rotation",P)),E.ir&&(b.ir.setGroupProperty(PropertyInterface("Inner Radius",P)),b.is.setGroupProperty(PropertyInterface("Inner Roundness",P))),Object.defineProperties(y,{position:{get:ExpressionPropertyInterface(b.p)},rotation:{get:ExpressionPropertyInterface(b.r)},points:{get:ExpressionPropertyInterface(b.pt)},outerRadius:{get:ExpressionPropertyInterface(b.or)},outerRoundness:{get:ExpressionPropertyInterface(b.os)},innerRadius:{get:ExpressionPropertyInterface(b.ir)},innerRoundness:{get:ExpressionPropertyInterface(b.is)},_name:{value:E.nm}}),y.mn=E.mn,y}function x(E,d,I){function y(T){return E.p.ix===T?y.position:E.r.ix===T?y.roundness:E.s.ix===T||T==="Size"||T==="ADBE Vector Rect Size"?y.size:null}var P=propertyGroupFactory(y,I),b=d.sh.ty==="tm"?d.sh.prop:d.sh;return y.propertyIndex=E.ix,b.p.setGroupProperty(PropertyInterface("Position",P)),b.s.setGroupProperty(PropertyInterface("Size",P)),b.r.setGroupProperty(PropertyInterface("Rotation",P)),Object.defineProperties(y,{position:{get:ExpressionPropertyInterface(b.p)},roundness:{get:ExpressionPropertyInterface(b.r)},size:{get:ExpressionPropertyInterface(b.s)},_name:{value:E.nm}}),y.mn=E.mn,y}function m(E,d,I){function y(T){return E.r.ix===T||T==="Round Corners 1"?y.radius:null}var P=propertyGroupFactory(y,I),b=d;return y.propertyIndex=E.ix,b.rd.setGroupProperty(PropertyInterface("Radius",P)),Object.defineProperties(y,{radius:{get:ExpressionPropertyInterface(b.rd)},_name:{value:E.nm}}),y.mn=E.mn,y}function S(E,d,I){function y(T){return E.c.ix===T||T==="Copies"?y.copies:E.o.ix===T||T==="Offset"?y.offset:null}var P=propertyGroupFactory(y,I),b=d;return y.propertyIndex=E.ix,b.c.setGroupProperty(PropertyInterface("Copies",P)),b.o.setGroupProperty(PropertyInterface("Offset",P)),Object.defineProperties(y,{copies:{get:ExpressionPropertyInterface(b.c)},offset:{get:ExpressionPropertyInterface(b.o)},_name:{value:E.nm}}),y.mn=E.mn,y}return function(E,d,I){var y;function P(T){if(typeof T=="number")return T=T===void 0?1:T,T===0?I:y[T-1];for(var R=0,D=y.length;R<D;){if(y[R]._name===T)return y[R];R+=1}return null}function b(){return I}return P.propertyGroup=propertyGroupFactory(P,b),y=e(E,d,P.propertyGroup),P.numProperties=y.length,P._name="Contents",P}}(),TextExpressionInterface=function(){return function(e){var t;function n(i){switch(i){case"ADBE Text Document":return n.sourceText;default:return null}}return Object.defineProperty(n,"sourceText",{get:function(){e.textProperty.getValue();var s=e.textProperty.currentData.t;return(!t||s!==t.value)&&(t=new String(s),t.value=s||new String(s),Object.defineProperty(t,"style",{get:function(){return{fillColor:e.textProperty.currentData.fc}}})),t}}),n}}();function _typeof(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?_typeof=function(n){return typeof n}:_typeof=function(n){return n&&typeof Symbol=="function"&&n.constructor===Symbol&&n!==Symbol.prototype?"symbol":typeof n},_typeof(e)}var FootageInterface=function(){var e=function(i){var s="",o=i.getFootageData();function a(){return s="",o=i.getFootageData(),l}function l(c){if(o[c])return s=c,o=o[c],_typeof(o)==="object"?l:o;var u=c.indexOf(s);if(u!==-1){var f=parseInt(c.substr(u+s.length),10);return o=o[f],_typeof(o)==="object"?l:o}return""}return a},t=function(i){function s(o){return o==="Outline"?s.outlineInterface():null}return s._name="Outline",s.outlineInterface=e(i),s};return function(n){function i(s){return s==="Data"?i.dataInterface:null}return i._name="Data",i.dataInterface=t(n),i}}(),interfaces={layer:LayerExpressionInterface,effects:EffectsExpressionInterface,comp:CompExpressionInterface,shape:ShapeExpressionInterface,text:TextExpressionInterface,footage:FootageInterface};function getInterface(e){return interfaces[e]||null}var expressionHelpers=function(){function e(a,l,c){l.x&&(c.k=!0,c.x=!0,c.initiateExpression=ExpressionManager.initiateExpression,c.effectsSequence.push(c.initiateExpression(a,l,c).bind(c)))}function t(a){return a*=this.elem.globalData.frameRate,a-=this.offsetTime,a!==this._cachingAtTime.lastFrame&&(this._cachingAtTime.lastIndex=this._cachingAtTime.lastFrame<a?this._cachingAtTime.lastIndex:0,this._cachingAtTime.value=this.interpolateValue(a,this._cachingAtTime),this._cachingAtTime.lastFrame=a),this._cachingAtTime.value}function n(a){var l=-.01,c=this.getValueAtTime(a),u=this.getValueAtTime(a+l),f=0;if(c.length){var x;for(x=0;x<c.length;x+=1)f+=Math.pow(u[x]-c[x],2);f=Math.sqrt(f)*100}else f=0;return f}function i(a){if(this.vel!==void 0)return this.vel;var l=-.001,c=this.getValueAtTime(a),u=this.getValueAtTime(a+l),f;if(c.length){f=createTypedArray("float32",c.length);var x;for(x=0;x<c.length;x+=1)f[x]=(u[x]-c[x])/l}else f=(u-c)/l;return f}function s(){return this.pv}function o(a){this.propertyGroup=a}return{searchExpressions:e,getSpeedAtTime:n,getVelocityAtTime:i,getValueAtTime:t,getStaticValueAtTime:s,setGroupProperty:o}}();function addPropertyDecorator(){function e(m,S,E){if(!this.k||!this.keyframes)return this.pv;m=m?m.toLowerCase():"";var d=this.comp.renderedFrame,I=this.keyframes,y=I[I.length-1].t;if(d<=y)return this.pv;var P,b;E?(S?P=Math.abs(y-this.elem.comp.globalData.frameRate*S):P=Math.max(0,y-this.elem.data.ip),b=y-P):((!S||S>I.length-1)&&(S=I.length-1),b=I[I.length-1-S].t,P=y-b);var T,R,D;if(m==="pingpong"){var V=Math.floor((d-b)/P);if(V%2!==0)return this.getValueAtTime((P-(d-b)%P+b)/this.comp.globalData.frameRate,0)}else if(m==="offset"){var z=this.getValueAtTime(b/this.comp.globalData.frameRate,0),e1=this.getValueAtTime(y/this.comp.globalData.frameRate,0),j=this.getValueAtTime(((d-b)%P+b)/this.comp.globalData.frameRate,0),n1=Math.floor((d-b)/P);if(this.pv.length){for(D=new Array(z.length),R=D.length,T=0;T<R;T+=1)D[T]=(e1[T]-z[T])*n1+j[T];return D}return(e1-z)*n1+j}else if(m==="continue"){var X=this.getValueAtTime(y/this.comp.globalData.frameRate,0),l1=this.getValueAtTime((y-.001)/this.comp.globalData.frameRate,0);if(this.pv.length){for(D=new Array(X.length),R=D.length,T=0;T<R;T+=1)D[T]=X[T]+(X[T]-l1[T])*((d-y)/this.comp.globalData.frameRate)/5e-4;return D}return X+(X-l1)*((d-y)/.001)}return this.getValueAtTime(((d-b)%P+b)/this.comp.globalData.frameRate,0)}function t(m,S,E){if(!this.k)return this.pv;m=m?m.toLowerCase():"";var d=this.comp.renderedFrame,I=this.keyframes,y=I[0].t;if(d>=y)return this.pv;var P,b;E?(S?P=Math.abs(this.elem.comp.globalData.frameRate*S):P=Math.max(0,this.elem.data.op-y),b=y+P):((!S||S>I.length-1)&&(S=I.length-1),b=I[S].t,P=b-y);var T,R,D;if(m==="pingpong"){var V=Math.floor((y-d)/P);if(V%2===0)return this.getValueAtTime(((y-d)%P+y)/this.comp.globalData.frameRate,0)}else if(m==="offset"){var z=this.getValueAtTime(y/this.comp.globalData.frameRate,0),e1=this.getValueAtTime(b/this.comp.globalData.frameRate,0),j=this.getValueAtTime((P-(y-d)%P+y)/this.comp.globalData.frameRate,0),n1=Math.floor((y-d)/P)+1;if(this.pv.length){for(D=new Array(z.length),R=D.length,T=0;T<R;T+=1)D[T]=j[T]-(e1[T]-z[T])*n1;return D}return j-(e1-z)*n1}else if(m==="continue"){var X=this.getValueAtTime(y/this.comp.globalData.frameRate,0),l1=this.getValueAtTime((y+.001)/this.comp.globalData.frameRate,0);if(this.pv.length){for(D=new Array(X.length),R=D.length,T=0;T<R;T+=1)D[T]=X[T]+(X[T]-l1[T])*(y-d)/.001;return D}return X+(X-l1)*(y-d)/.001}return this.getValueAtTime((P-((y-d)%P+y))/this.comp.globalData.frameRate,0)}function n(m,S){if(!this.k)return this.pv;if(m=(m||.4)*.5,S=Math.floor(S||5),S<=1)return this.pv;var E=this.comp.renderedFrame/this.comp.globalData.frameRate,d=E-m,I=E+m,y=S>1?(I-d)/(S-1):1,P=0,b=0,T;this.pv.length?T=createTypedArray("float32",this.pv.length):T=0;for(var R;P<S;){if(R=this.getValueAtTime(d+P*y),this.pv.length)for(b=0;b<this.pv.length;b+=1)T[b]+=R[b];else T+=R;P+=1}if(this.pv.length)for(b=0;b<this.pv.length;b+=1)T[b]/=S;else T/=S;return T}function i(m){this._transformCachingAtTime||(this._transformCachingAtTime={v:new Matrix});var S=this._transformCachingAtTime.v;if(S.cloneFromProps(this.pre.props),this.appliedTransformations<1){var E=this.a.getValueAtTime(m);S.translate(-E[0]*this.a.mult,-E[1]*this.a.mult,E[2]*this.a.mult)}if(this.appliedTransformations<2){var d=this.s.getValueAtTime(m);S.scale(d[0]*this.s.mult,d[1]*this.s.mult,d[2]*this.s.mult)}if(this.sk&&this.appliedTransformations<3){var I=this.sk.getValueAtTime(m),y=this.sa.getValueAtTime(m);S.skewFromAxis(-I*this.sk.mult,y*this.sa.mult)}if(this.r&&this.appliedTransformations<4){var P=this.r.getValueAtTime(m);S.rotate(-P*this.r.mult)}else if(!this.r&&this.appliedTransformations<4){var b=this.rz.getValueAtTime(m),T=this.ry.getValueAtTime(m),R=this.rx.getValueAtTime(m),D=this.or.getValueAtTime(m);S.rotateZ(-b*this.rz.mult).rotateY(T*this.ry.mult).rotateX(R*this.rx.mult).rotateZ(-D[2]*this.or.mult).rotateY(D[1]*this.or.mult).rotateX(D[0]*this.or.mult)}if(this.data.p&&this.data.p.s){var V=this.px.getValueAtTime(m),z=this.py.getValueAtTime(m);if(this.data.p.z){var e1=this.pz.getValueAtTime(m);S.translate(V*this.px.mult,z*this.py.mult,-e1*this.pz.mult)}else S.translate(V*this.px.mult,z*this.py.mult,0)}else{var j=this.p.getValueAtTime(m);S.translate(j[0]*this.p.mult,j[1]*this.p.mult,-j[2]*this.p.mult)}return S}function s(){return this.v.clone(new Matrix)}var o=TransformPropertyFactory.getTransformProperty;TransformPropertyFactory.getTransformProperty=function(m,S,E){var d=o(m,S,E);return d.dynamicProperties.length?d.getValueAtTime=i.bind(d):d.getValueAtTime=s.bind(d),d.setGroupProperty=expressionHelpers.setGroupProperty,d};var a=PropertyFactory.getProp;PropertyFactory.getProp=function(m,S,E,d,I){var y=a(m,S,E,d,I);y.kf?y.getValueAtTime=expressionHelpers.getValueAtTime.bind(y):y.getValueAtTime=expressionHelpers.getStaticValueAtTime.bind(y),y.setGroupProperty=expressionHelpers.setGroupProperty,y.loopOut=e,y.loopIn=t,y.smooth=n,y.getVelocityAtTime=expressionHelpers.getVelocityAtTime.bind(y),y.getSpeedAtTime=expressionHelpers.getSpeedAtTime.bind(y),y.numKeys=S.a===1?S.k.length:0,y.propertyIndex=S.ix;var P=0;return E!==0&&(P=createTypedArray("float32",S.a===1?S.k[0].s.length:S.k.length)),y._cachingAtTime={lastFrame:initialDefaultFrame,lastIndex:0,value:P},expressionHelpers.searchExpressions(m,S,y),y.k&&I.addDynamicProperty(y),y};function l(m){return this._cachingAtTime||(this._cachingAtTime={shapeValue:shapePool.clone(this.pv),lastIndex:0,lastTime:initialDefaultFrame}),m*=this.elem.globalData.frameRate,m-=this.offsetTime,m!==this._cachingAtTime.lastTime&&(this._cachingAtTime.lastIndex=this._cachingAtTime.lastTime<m?this._caching.lastIndex:0,this._cachingAtTime.lastTime=m,this.interpolateShape(m,this._cachingAtTime.shapeValue,this._cachingAtTime)),this._cachingAtTime.shapeValue}var c=ShapePropertyFactory.getConstructorFunction(),u=ShapePropertyFactory.getKeyframedConstructorFunction();function f(){}f.prototype={vertices:function(S,E){this.k&&this.getValue();var d=this.v;E!==void 0&&(d=this.getValueAtTime(E,0));var I,y=d._length,P=d[S],b=d.v,T=createSizedArray(y);for(I=0;I<y;I+=1)S==="i"||S==="o"?T[I]=[P[I][0]-b[I][0],P[I][1]-b[I][1]]:T[I]=[P[I][0],P[I][1]];return T},points:function(S){return this.vertices("v",S)},inTangents:function(S){return this.vertices("i",S)},outTangents:function(S){return this.vertices("o",S)},isClosed:function(){return this.v.c},pointOnPath:function(S,E){var d=this.v;E!==void 0&&(d=this.getValueAtTime(E,0)),this._segmentsLength||(this._segmentsLength=bez.getSegmentsLength(d));for(var I=this._segmentsLength,y=I.lengths,P=I.totalLength*S,b=0,T=y.length,R=0,D;b<T;){if(R+y[b].addedLength>P){var V=b,z=d.c&&b===T-1?0:b+1,e1=(P-R)/y[b].addedLength;D=bez.getPointInSegment(d.v[V],d.v[z],d.o[V],d.i[z],e1,y[b]);break}else R+=y[b].addedLength;b+=1}return D||(D=d.c?[d.v[0][0],d.v[0][1]]:[d.v[d._length-1][0],d.v[d._length-1][1]]),D},vectorOnPath:function(S,E,d){S==1?S=this.v.c:S==0&&(S=.999);var I=this.pointOnPath(S,E),y=this.pointOnPath(S+.001,E),P=y[0]-I[0],b=y[1]-I[1],T=Math.sqrt(Math.pow(P,2)+Math.pow(b,2));if(T===0)return[0,0];var R=d==="tangent"?[P/T,b/T]:[-b/T,P/T];return R},tangentOnPath:function(S,E){return this.vectorOnPath(S,E,"tangent")},normalOnPath:function(S,E){return this.vectorOnPath(S,E,"normal")},setGroupProperty:expressionHelpers.setGroupProperty,getValueAtTime:expressionHelpers.getStaticValueAtTime},extendPrototype([f],c),extendPrototype([f],u),u.prototype.getValueAtTime=l,u.prototype.initiateExpression=ExpressionManager.initiateExpression;var x=ShapePropertyFactory.getShapeProp;ShapePropertyFactory.getShapeProp=function(m,S,E,d,I){var y=x(m,S,E,d,I);return y.propertyIndex=S.ix,y.lock=!1,E===3?expressionHelpers.searchExpressions(m,S.pt,y):E===4&&expressionHelpers.searchExpressions(m,S.ks,y),y.k&&m.addDynamicProperty(y),y}}function initialize$1(){addPropertyDecorator()}function addDecorator(){function e(){return this.data.d.x?(this.calculateExpression=ExpressionManager.initiateExpression.bind(this)(this.elem,this.data.d,this),this.addEffect(this.getExpressionValue.bind(this)),!0):null}TextProperty.prototype.getExpressionValue=function(t,n){var i=this.calculateExpression(n);if(t.t!==i){var s={};return this.copyData(s,t),s.t=i.toString(),s.__complete=!1,s}return t},TextProperty.prototype.searchProperty=function(){var t=this.searchKeyframes(),n=this.searchExpressions();return this.kf=t||n,this.kf},TextProperty.prototype.searchExpressions=e}function initialize(){addDecorator()}function SVGComposableEffect(){}SVGComposableEffect.prototype={createMergeNode:function e(t,n){var i=createNS("feMerge");i.setAttribute("result",t);var s,o;for(o=0;o<n.length;o+=1)s=createNS("feMergeNode"),s.setAttribute("in",n[o]),i.appendChild(s),i.appendChild(s);return i}};var linearFilterValue="0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0";function SVGTintFilter(e,t,n,i,s){this.filterManager=t;var o=createNS("feColorMatrix");o.setAttribute("type","matrix"),o.setAttribute("color-interpolation-filters","linearRGB"),o.setAttribute("values",linearFilterValue+" 1 0"),this.linearFilter=o,o.setAttribute("result",i+"_tint_1"),e.appendChild(o),o=createNS("feColorMatrix"),o.setAttribute("type","matrix"),o.setAttribute("color-interpolation-filters","sRGB"),o.setAttribute("values","1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"),o.setAttribute("result",i+"_tint_2"),e.appendChild(o),this.matrixFilter=o;var a=this.createMergeNode(i,[s,i+"_tint_1",i+"_tint_2"]);e.appendChild(a)}extendPrototype([SVGComposableEffect],SVGTintFilter),SVGTintFilter.prototype.renderFrame=function(e){if(e||this.filterManager._mdf){var t=this.filterManager.effectElements[0].p.v,n=this.filterManager.effectElements[1].p.v,i=this.filterManager.effectElements[2].p.v/100;this.linearFilter.setAttribute("values",linearFilterValue+" "+i+" 0"),this.matrixFilter.setAttribute("values",n[0]-t[0]+" 0 0 0 "+t[0]+" "+(n[1]-t[1])+" 0 0 0 "+t[1]+" "+(n[2]-t[2])+" 0 0 0 "+t[2]+" 0 0 0 1 0")}};function SVGFillFilter(e,t,n,i){this.filterManager=t;var s=createNS("feColorMatrix");s.setAttribute("type","matrix"),s.setAttribute("color-interpolation-filters","sRGB"),s.setAttribute("values","1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"),s.setAttribute("result",i),e.appendChild(s),this.matrixFilter=s}SVGFillFilter.prototype.renderFrame=function(e){if(e||this.filterManager._mdf){var t=this.filterManager.effectElements[2].p.v,n=this.filterManager.effectElements[6].p.v;this.matrixFilter.setAttribute("values","0 0 0 0 "+t[0]+" 0 0 0 0 "+t[1]+" 0 0 0 0 "+t[2]+" 0 0 0 "+n+" 0")}};function SVGStrokeEffect(e,t,n){this.initialized=!1,this.filterManager=t,this.elem=n,this.paths=[]}SVGStrokeEffect.prototype.initialize=function(){var e=this.elem.layerElement.children||this.elem.layerElement.childNodes,t,n,i,s;for(this.filterManager.effectElements[1].p.v===1?(s=this.elem.maskManager.masksProperties.length,i=0):(i=this.filterManager.effectElements[0].p.v-1,s=i+1),n=createNS("g"),n.setAttribute("fill","none"),n.setAttribute("stroke-linecap","round"),n.setAttribute("stroke-dashoffset",1),i;i<s;i+=1)t=createNS("path"),n.appendChild(t),this.paths.push({p:t,m:i});if(this.filterManager.effectElements[10].p.v===3){var o=createNS("mask"),a=createElementID();o.setAttribute("id",a),o.setAttribute("mask-type","alpha"),o.appendChild(n),this.elem.globalData.defs.appendChild(o);var l=createNS("g");for(l.setAttribute("mask","url("+getLocationHref()+"#"+a+")");e[0];)l.appendChild(e[0]);this.elem.layerElement.appendChild(l),this.masker=o,n.setAttribute("stroke","#fff")}else if(this.filterManager.effectElements[10].p.v===1||this.filterManager.effectElements[10].p.v===2){if(this.filterManager.effectElements[10].p.v===2)for(e=this.elem.layerElement.children||this.elem.layerElement.childNodes;e.length;)this.elem.layerElement.removeChild(e[0]);this.elem.layerElement.appendChild(n),this.elem.layerElement.removeAttribute("mask"),n.setAttribute("stroke","#fff")}this.initialized=!0,this.pathMasker=n},SVGStrokeEffect.prototype.renderFrame=function(e){this.initialized||this.initialize();var t,n=this.paths.length,i,s;for(t=0;t<n;t+=1)if(this.paths[t].m!==-1&&(i=this.elem.maskManager.viewData[this.paths[t].m],s=this.paths[t].p,(e||this.filterManager._mdf||i.prop._mdf)&&s.setAttribute("d",i.lastPath),e||this.filterManager.effectElements[9].p._mdf||this.filterManager.effectElements[4].p._mdf||this.filterManager.effectElements[7].p._mdf||this.filterManager.effectElements[8].p._mdf||i.prop._mdf)){var o;if(this.filterManager.effectElements[7].p.v!==0||this.filterManager.effectElements[8].p.v!==100){var a=Math.min(this.filterManager.effectElements[7].p.v,this.filterManager.effectElements[8].p.v)*.01,l=Math.max(this.filterManager.effectElements[7].p.v,this.filterManager.effectElements[8].p.v)*.01,c=s.getTotalLength();o="0 0 0 "+c*a+" ";var u=c*(l-a),f=1+this.filterManager.effectElements[4].p.v*2*this.filterManager.effectElements[9].p.v*.01,x=Math.floor(u/f),m;for(m=0;m<x;m+=1)o+="1 "+this.filterManager.effectElements[4].p.v*2*this.filterManager.effectElements[9].p.v*.01+" ";o+="0 "+c*10+" 0 0"}else o="1 "+this.filterManager.effectElements[4].p.v*2*this.filterManager.effectElements[9].p.v*.01;s.setAttribute("stroke-dasharray",o)}if((e||this.filterManager.effectElements[4].p._mdf)&&this.pathMasker.setAttribute("stroke-width",this.filterManager.effectElements[4].p.v*2),(e||this.filterManager.effectElements[6].p._mdf)&&this.pathMasker.setAttribute("opacity",this.filterManager.effectElements[6].p.v),(this.filterManager.effectElements[10].p.v===1||this.filterManager.effectElements[10].p.v===2)&&(e||this.filterManager.effectElements[3].p._mdf)){var S=this.filterManager.effectElements[3].p.v;this.pathMasker.setAttribute("stroke","rgb("+bmFloor(S[0]*255)+","+bmFloor(S[1]*255)+","+bmFloor(S[2]*255)+")")}};function SVGTritoneFilter(e,t,n,i){this.filterManager=t;var s=createNS("feColorMatrix");s.setAttribute("type","matrix"),s.setAttribute("color-interpolation-filters","linearRGB"),s.setAttribute("values","0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0"),e.appendChild(s);var o=createNS("feComponentTransfer");o.setAttribute("color-interpolation-filters","sRGB"),o.setAttribute("result",i),this.matrixFilter=o;var a=createNS("feFuncR");a.setAttribute("type","table"),o.appendChild(a),this.feFuncR=a;var l=createNS("feFuncG");l.setAttribute("type","table"),o.appendChild(l),this.feFuncG=l;var c=createNS("feFuncB");c.setAttribute("type","table"),o.appendChild(c),this.feFuncB=c,e.appendChild(o)}SVGTritoneFilter.prototype.renderFrame=function(e){if(e||this.filterManager._mdf){var t=this.filterManager.effectElements[0].p.v,n=this.filterManager.effectElements[1].p.v,i=this.filterManager.effectElements[2].p.v,s=i[0]+" "+n[0]+" "+t[0],o=i[1]+" "+n[1]+" "+t[1],a=i[2]+" "+n[2]+" "+t[2];this.feFuncR.setAttribute("tableValues",s),this.feFuncG.setAttribute("tableValues",o),this.feFuncB.setAttribute("tableValues",a)}};function SVGProLevelsFilter(e,t,n,i){this.filterManager=t;var s=this.filterManager.effectElements,o=createNS("feComponentTransfer");(s[10].p.k||s[10].p.v!==0||s[11].p.k||s[11].p.v!==1||s[12].p.k||s[12].p.v!==1||s[13].p.k||s[13].p.v!==0||s[14].p.k||s[14].p.v!==1)&&(this.feFuncR=this.createFeFunc("feFuncR",o)),(s[17].p.k||s[17].p.v!==0||s[18].p.k||s[18].p.v!==1||s[19].p.k||s[19].p.v!==1||s[20].p.k||s[20].p.v!==0||s[21].p.k||s[21].p.v!==1)&&(this.feFuncG=this.createFeFunc("feFuncG",o)),(s[24].p.k||s[24].p.v!==0||s[25].p.k||s[25].p.v!==1||s[26].p.k||s[26].p.v!==1||s[27].p.k||s[27].p.v!==0||s[28].p.k||s[28].p.v!==1)&&(this.feFuncB=this.createFeFunc("feFuncB",o)),(s[31].p.k||s[31].p.v!==0||s[32].p.k||s[32].p.v!==1||s[33].p.k||s[33].p.v!==1||s[34].p.k||s[34].p.v!==0||s[35].p.k||s[35].p.v!==1)&&(this.feFuncA=this.createFeFunc("feFuncA",o)),(this.feFuncR||this.feFuncG||this.feFuncB||this.feFuncA)&&(o.setAttribute("color-interpolation-filters","sRGB"),e.appendChild(o)),(s[3].p.k||s[3].p.v!==0||s[4].p.k||s[4].p.v!==1||s[5].p.k||s[5].p.v!==1||s[6].p.k||s[6].p.v!==0||s[7].p.k||s[7].p.v!==1)&&(o=createNS("feComponentTransfer"),o.setAttribute("color-interpolation-filters","sRGB"),o.setAttribute("result",i),e.appendChild(o),this.feFuncRComposed=this.createFeFunc("feFuncR",o),this.feFuncGComposed=this.createFeFunc("feFuncG",o),this.feFuncBComposed=this.createFeFunc("feFuncB",o))}SVGProLevelsFilter.prototype.createFeFunc=function(e,t){var n=createNS(e);return n.setAttribute("type","table"),t.appendChild(n),n},SVGProLevelsFilter.prototype.getTableValue=function(e,t,n,i,s){for(var o=0,a=256,l,c=Math.min(e,t),u=Math.max(e,t),f=Array.call(null,{length:a}),x,m=0,S=s-i,E=t-e;o<=256;)l=o/256,l<=c?x=E<0?s:i:l>=u?x=E<0?i:s:x=i+S*Math.pow((l-e)/E,1/n),f[m]=x,m+=1,o+=256/(a-1);return f.join(" ")},SVGProLevelsFilter.prototype.renderFrame=function(e){if(e||this.filterManager._mdf){var t,n=this.filterManager.effectElements;this.feFuncRComposed&&(e||n[3].p._mdf||n[4].p._mdf||n[5].p._mdf||n[6].p._mdf||n[7].p._mdf)&&(t=this.getTableValue(n[3].p.v,n[4].p.v,n[5].p.v,n[6].p.v,n[7].p.v),this.feFuncRComposed.setAttribute("tableValues",t),this.feFuncGComposed.setAttribute("tableValues",t),this.feFuncBComposed.setAttribute("tableValues",t)),this.feFuncR&&(e||n[10].p._mdf||n[11].p._mdf||n[12].p._mdf||n[13].p._mdf||n[14].p._mdf)&&(t=this.getTableValue(n[10].p.v,n[11].p.v,n[12].p.v,n[13].p.v,n[14].p.v),this.feFuncR.setAttribute("tableValues",t)),this.feFuncG&&(e||n[17].p._mdf||n[18].p._mdf||n[19].p._mdf||n[20].p._mdf||n[21].p._mdf)&&(t=this.getTableValue(n[17].p.v,n[18].p.v,n[19].p.v,n[20].p.v,n[21].p.v),this.feFuncG.setAttribute("tableValues",t)),this.feFuncB&&(e||n[24].p._mdf||n[25].p._mdf||n[26].p._mdf||n[27].p._mdf||n[28].p._mdf)&&(t=this.getTableValue(n[24].p.v,n[25].p.v,n[26].p.v,n[27].p.v,n[28].p.v),this.feFuncB.setAttribute("tableValues",t)),this.feFuncA&&(e||n[31].p._mdf||n[32].p._mdf||n[33].p._mdf||n[34].p._mdf||n[35].p._mdf)&&(t=this.getTableValue(n[31].p.v,n[32].p.v,n[33].p.v,n[34].p.v,n[35].p.v),this.feFuncA.setAttribute("tableValues",t))}};function SVGDropShadowEffect(e,t,n,i,s){var o=t.container.globalData.renderConfig.filterSize,a=t.data.fs||o;e.setAttribute("x",a.x||o.x),e.setAttribute("y",a.y||o.y),e.setAttribute("width",a.width||o.width),e.setAttribute("height",a.height||o.height),this.filterManager=t;var l=createNS("feGaussianBlur");l.setAttribute("in","SourceAlpha"),l.setAttribute("result",i+"_drop_shadow_1"),l.setAttribute("stdDeviation","0"),this.feGaussianBlur=l,e.appendChild(l);var c=createNS("feOffset");c.setAttribute("dx","25"),c.setAttribute("dy","0"),c.setAttribute("in",i+"_drop_shadow_1"),c.setAttribute("result",i+"_drop_shadow_2"),this.feOffset=c,e.appendChild(c);var u=createNS("feFlood");u.setAttribute("flood-color","#00ff00"),u.setAttribute("flood-opacity","1"),u.setAttribute("result",i+"_drop_shadow_3"),this.feFlood=u,e.appendChild(u);var f=createNS("feComposite");f.setAttribute("in",i+"_drop_shadow_3"),f.setAttribute("in2",i+"_drop_shadow_2"),f.setAttribute("operator","in"),f.setAttribute("result",i+"_drop_shadow_4"),e.appendChild(f);var x=this.createMergeNode(i,[i+"_drop_shadow_4",s]);e.appendChild(x)}extendPrototype([SVGComposableEffect],SVGDropShadowEffect),SVGDropShadowEffect.prototype.renderFrame=function(e){if(e||this.filterManager._mdf){if((e||this.filterManager.effectElements[4].p._mdf)&&this.feGaussianBlur.setAttribute("stdDeviation",this.filterManager.effectElements[4].p.v/4),e||this.filterManager.effectElements[0].p._mdf){var t=this.filterManager.effectElements[0].p.v;this.feFlood.setAttribute("flood-color",rgbToHex(Math.round(t[0]*255),Math.round(t[1]*255),Math.round(t[2]*255)))}if((e||this.filterManager.effectElements[1].p._mdf)&&this.feFlood.setAttribute("flood-opacity",this.filterManager.effectElements[1].p.v/255),e||this.filterManager.effectElements[2].p._mdf||this.filterManager.effectElements[3].p._mdf){var n=this.filterManager.effectElements[3].p.v,i=(this.filterManager.effectElements[2].p.v-90)*degToRads,s=n*Math.cos(i),o=n*Math.sin(i);this.feOffset.setAttribute("dx",s),this.feOffset.setAttribute("dy",o)}}};var _svgMatteSymbols=[];function SVGMatte3Effect(e,t,n){this.initialized=!1,this.filterManager=t,this.filterElem=e,this.elem=n,n.matteElement=createNS("g"),n.matteElement.appendChild(n.layerElement),n.matteElement.appendChild(n.transformedElement),n.baseElement=n.matteElement}SVGMatte3Effect.prototype.findSymbol=function(e){for(var t=0,n=_svgMatteSymbols.length;t<n;){if(_svgMatteSymbols[t]===e)return _svgMatteSymbols[t];t+=1}return null},SVGMatte3Effect.prototype.replaceInParent=function(e,t){var n=e.layerElement.parentNode;if(n){for(var i=n.children,s=0,o=i.length;s<o&&i[s]!==e.layerElement;)s+=1;var a;s<=o-2&&(a=i[s+1]);var l=createNS("use");l.setAttribute("href","#"+t),a?n.insertBefore(l,a):n.appendChild(l)}},SVGMatte3Effect.prototype.setElementAsMask=function(e,t){if(!this.findSymbol(t)){var n=createElementID(),i=createNS("mask");i.setAttribute("id",t.layerId),i.setAttribute("mask-type","alpha"),_svgMatteSymbols.push(t);var s=e.globalData.defs;s.appendChild(i);var o=createNS("symbol");o.setAttribute("id",n),this.replaceInParent(t,n),o.appendChild(t.layerElement),s.appendChild(o);var a=createNS("use");a.setAttribute("href","#"+n),i.appendChild(a),t.data.hd=!1,t.show()}e.setMatte(t.layerId)},SVGMatte3Effect.prototype.initialize=function(){for(var e=this.filterManager.effectElements[0].p.v,t=this.elem.comp.elements,n=0,i=t.length;n<i;)t[n]&&t[n].data.ind===e&&this.setElementAsMask(this.elem,t[n]),n+=1;this.initialized=!0},SVGMatte3Effect.prototype.renderFrame=function(){this.initialized||this.initialize()};function SVGGaussianBlurEffect(e,t,n,i){e.setAttribute("x","-100%"),e.setAttribute("y","-100%"),e.setAttribute("width","300%"),e.setAttribute("height","300%"),this.filterManager=t;var s=createNS("feGaussianBlur");s.setAttribute("result",i),e.appendChild(s),this.feGaussianBlur=s}SVGGaussianBlurEffect.prototype.renderFrame=function(e){if(e||this.filterManager._mdf){var t=.3,n=this.filterManager.effectElements[0].p.v*t,i=this.filterManager.effectElements[1].p.v,s=i==3?0:n,o=i==2?0:n;this.feGaussianBlur.setAttribute("stdDeviation",s+" "+o);var a=this.filterManager.effectElements[2].p.v==1?"wrap":"duplicate";this.feGaussianBlur.setAttribute("edgeMode",a)}};function TransformEffect(){}TransformEffect.prototype.init=function(e){this.effectsManager=e,this.type=effectTypes.TRANSFORM_EFFECT,this.matrix=new Matrix,this.opacity=-1,this._mdf=!1,this._opMdf=!1},TransformEffect.prototype.renderFrame=function(e){if(this._opMdf=!1,this._mdf=!1,e||this.effectsManager._mdf){var t=this.effectsManager.effectElements,n=t[0].p.v,i=t[1].p.v,s=t[2].p.v===1,o=t[3].p.v,a=s?o:t[4].p.v,l=t[5].p.v,c=t[6].p.v,u=t[7].p.v;this.matrix.reset(),this.matrix.translate(-n[0],-n[1],n[2]),this.matrix.scale(a*.01,o*.01,1),this.matrix.rotate(-u*degToRads),this.matrix.skewFromAxis(-l*degToRads,(c+90)*degToRads),this.matrix.translate(i[0],i[1],0),this._mdf=!0,this.opacity!==t[8].p.v&&(this.opacity=t[8].p.v,this._opMdf=!0)}};function SVGTransformEffect(e,t){this.init(t)}extendPrototype([TransformEffect],SVGTransformEffect);function CVTransformEffect(e){this.init(e)}return extendPrototype([TransformEffect],CVTransformEffect),registerRenderer("canvas",CanvasRenderer),registerRenderer("html",HybridRenderer),registerRenderer("svg",SVGRenderer),ShapeModifiers.registerModifier("tm",TrimModifier),ShapeModifiers.registerModifier("pb",PuckerAndBloatModifier),ShapeModifiers.registerModifier("rp",RepeaterModifier),ShapeModifiers.registerModifier("rd",RoundCornersModifier),ShapeModifiers.registerModifier("zz",ZigZagModifier),ShapeModifiers.registerModifier("op",OffsetPathModifier),setExpressionsPlugin(Expressions),setExpressionInterfaces(getInterface),initialize$1(),initialize(),registerEffect$1(20,SVGTintFilter,!0),registerEffect$1(21,SVGFillFilter,!0),registerEffect$1(22,SVGStrokeEffect,!1),registerEffect$1(23,SVGTritoneFilter,!0),registerEffect$1(24,SVGProLevelsFilter,!0),registerEffect$1(25,SVGDropShadowEffect,!0),registerEffect$1(28,SVGMatte3Effect,!1),registerEffect$1(29,SVGGaussianBlurEffect,!0),registerEffect$1(35,SVGTransformEffect,!1),registerEffect(35,CVTransformEffect),lottie})})(lottie$1,lottie$1.exports);var lottieExports=lottie$1.exports;const lottie=getDefaultExportFromCjs(lottieExports);function _iterableToArrayLimit(e,t){var n=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var i,s,o,a,l=[],c=!0,u=!1;try{if(o=(n=n.call(e)).next,t===0){if(Object(n)!==n)return;c=!1}else for(;!(c=(i=o.call(n)).done)&&(l.push(i.value),l.length!==t);c=!0);}catch(f){u=!0,s=f}finally{try{if(!c&&n.return!=null&&(a=n.return(),Object(a)!==a))return}finally{if(u)throw s}}return l}}function ownKeys(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(s){return Object.getOwnPropertyDescriptor(e,s).enumerable})),n.push.apply(n,i)}return n}function _objectSpread2(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?ownKeys(Object(n),!0).forEach(function(i){_defineProperty(e,i,n[i])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ownKeys(Object(n)).forEach(function(i){Object.defineProperty(e,i,Object.getOwnPropertyDescriptor(n,i))})}return e}function _defineProperty(e,t,n){return t=_toPropertyKey(t),t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function _objectWithoutPropertiesLoose(e,t){if(e==null)return{};var n={},i=Object.keys(e),s,o;for(o=0;o<i.length;o++)s=i[o],!(t.indexOf(s)>=0)&&(n[s]=e[s]);return n}function _objectWithoutProperties(e,t){if(e==null)return{};var n=_objectWithoutPropertiesLoose(e,t),i,s;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(s=0;s<o.length;s++)i=o[s],!(t.indexOf(i)>=0)&&Object.prototype.propertyIsEnumerable.call(e,i)&&(n[i]=e[i])}return n}function _slicedToArray(e,t){return _arrayWithHoles(e)||_iterableToArrayLimit(e,t)||_unsupportedIterableToArray(e,t)||_nonIterableRest()}function _arrayWithHoles(e){if(Array.isArray(e))return e}function _unsupportedIterableToArray(e,t){if(e){if(typeof e=="string")return _arrayLikeToArray(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return _arrayLikeToArray(e,t)}}function _arrayLikeToArray(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function _nonIterableRest(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
300
305
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function _toPrimitive(e,t){if(typeof e!="object"||e===null)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var i=n.call(e,t||"default");if(typeof i!="object")return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function _toPropertyKey(e){var t=_toPrimitive(e,"string");return typeof t=="symbol"?t:String(t)}var _excluded$1=["animationData","loop","autoplay","initialSegment","onComplete","onLoopComplete","onEnterFrame","onSegmentStart","onConfigReady","onDataReady","onDataFailed","onLoadedImages","onDOMLoaded","onDestroy","lottieRef","renderer","name","assetsPath","rendererSettings"],useLottie=function e(t,n){var i=t.animationData,s=t.loop,o=t.autoplay,a=t.initialSegment,l=t.onComplete,c=t.onLoopComplete,u=t.onEnterFrame,f=t.onSegmentStart,x=t.onConfigReady,m=t.onDataReady,S=t.onDataFailed,E=t.onLoadedImages,d=t.onDOMLoaded,I=t.onDestroy;t.lottieRef,t.renderer,t.name,t.assetsPath,t.rendererSettings;var y=_objectWithoutProperties(t,_excluded$1),P=React.useState(!1),b=_slicedToArray(P,2),T=b[0],R=b[1],D=React.useRef(),V=React.useRef(null),z=function(){var a1;(a1=D.current)===null||a1===void 0||a1.play()},e1=function(){var a1;(a1=D.current)===null||a1===void 0||a1.stop()},j=function(){var a1;(a1=D.current)===null||a1===void 0||a1.pause()},n1=function(a1){var p1;(p1=D.current)===null||p1===void 0||p1.setSpeed(a1)},X=function(a1,p1){var u1;(u1=D.current)===null||u1===void 0||u1.goToAndPlay(a1,p1)},l1=function(a1,p1){var u1;(u1=D.current)===null||u1===void 0||u1.goToAndStop(a1,p1)},c1=function(a1){var p1;(p1=D.current)===null||p1===void 0||p1.setDirection(a1)},t1=function(a1,p1){var u1;(u1=D.current)===null||u1===void 0||u1.playSegments(a1,p1)},N=function(a1){var p1;(p1=D.current)===null||p1===void 0||p1.setSubframe(a1)},Y=function(a1){var p1;return(p1=D.current)===null||p1===void 0?void 0:p1.getDuration(a1)},M=function(){var a1;(a1=D.current)===null||a1===void 0||a1.destroy(),D.current=void 0},B=function(){var a1=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},p1;if(V.current){(p1=D.current)===null||p1===void 0||p1.destroy();var u1=_objectSpread2(_objectSpread2(_objectSpread2({},t),a1),{},{container:V.current});return D.current=lottie.loadAnimation(u1),R(!!D.current),function(){var y1;(y1=D.current)===null||y1===void 0||y1.destroy(),D.current=void 0}}};React.useEffect(function(){var G=B();return function(){return G==null?void 0:G()}},[i,s]),React.useEffect(function(){D.current&&(D.current.autoplay=!!o)},[o]),React.useEffect(function(){if(D.current){if(!a){D.current.resetSegments(!0);return}!Array.isArray(a)||!a.length||((D.current.currentRawFrame<a[0]||D.current.currentRawFrame>a[1])&&(D.current.currentRawFrame=a[0]),D.current.setSegment(a[0],a[1]))}},[a]),React.useEffect(function(){var G=[{name:"complete",handler:l},{name:"loopComplete",handler:c},{name:"enterFrame",handler:u},{name:"segmentStart",handler:f},{name:"config_ready",handler:x},{name:"data_ready",handler:m},{name:"data_failed",handler:S},{name:"loaded_images",handler:E},{name:"DOMLoaded",handler:d},{name:"destroy",handler:I}],a1=G.filter(function(u1){return u1.handler!=null});if(a1.length){var p1=a1.map(function(u1){var y1;return(y1=D.current)===null||y1===void 0||y1.addEventListener(u1.name,u1.handler),function(){var g1;(g1=D.current)===null||g1===void 0||g1.removeEventListener(u1.name,u1.handler)}});return function(){p1.forEach(function(u1){return u1()})}}},[l,c,u,f,x,m,S,E,d,I]);var U=React.createElement("div",_objectSpread2({style:n,ref:V},y));return{View:U,play:z,stop:e1,pause:j,setSpeed:n1,goToAndStop:l1,goToAndPlay:X,setDirection:c1,playSegments:t1,setSubframe:N,getDuration:Y,destroy:M,animationContainerRef:V,animationLoaded:T,animationItem:D.current}};function getContainerVisibility(e){var t=e.getBoundingClientRect(),n=t.top,i=t.height,s=window.innerHeight-n,o=window.innerHeight+i;return s/o}function getContainerCursorPosition(e,t,n){var i=e.getBoundingClientRect(),s=i.top,o=i.left,a=i.width,l=i.height,c=(t-o)/a,u=(n-s)/l;return{x:c,y:u}}var useInitInteractivity=function e(t){var n=t.wrapperRef,i=t.animationItem,s=t.mode,o=t.actions;React.useEffect(function(){var a=n.current;if(!(!a||!i||!o.length)){i.stop();var l=function(){var f=null,x=function(){var S=getContainerVisibility(a),E=o.find(function(I){var y=I.visibility;return y&&S>=y[0]&&S<=y[1]});if(E){if(E.type==="seek"&&E.visibility&&E.frames.length===2){var d=E.frames[0]+Math.ceil((S-E.visibility[0])/(E.visibility[1]-E.visibility[0])*E.frames[1]);//! goToAndStop must be relative to the start of the current segment
|
|
301
|
-
i.goToAndStop(d-i.firstFrame-1,!0)}E.type==="loop"&&(f===null||f!==E.frames||i.isPaused)&&(i.playSegments(E.frames,!0),f=E.frames),E.type==="play"&&i.isPaused&&(i.resetSegments(!0),i.play()),E.type==="stop"&&i.goToAndStop(E.frames[0]-i.firstFrame-1,!0)}};return document.addEventListener("scroll",x),function(){document.removeEventListener("scroll",x)}},c=function(){var f=function(E,d){var I=E,y=d;if(I!==-1&&y!==-1){var P=getContainerCursorPosition(a,I,y);I=P.x,y=P.y}var b=o.find(function(D){var V=D.position;return V&&Array.isArray(V.x)&&Array.isArray(V.y)?I>=V.x[0]&&I<=V.x[1]&&y>=V.y[0]&&y<=V.y[1]:V&&!Number.isNaN(V.x)&&!Number.isNaN(V.y)?I===V.x&&y===V.y:!1});if(b){if(b.type==="seek"&&b.position&&Array.isArray(b.position.x)&&Array.isArray(b.position.y)&&b.frames.length===2){var T=(I-b.position.x[0])/(b.position.x[1]-b.position.x[0]),R=(y-b.position.y[0])/(b.position.y[1]-b.position.y[0]);i.playSegments(b.frames,!0),i.goToAndStop(Math.ceil((T+R)/2*(b.frames[1]-b.frames[0])),!0)}b.type==="loop"&&i.playSegments(b.frames,!0),b.type==="play"&&(i.isPaused&&i.resetSegments(!1),i.playSegments(b.frames)),b.type==="stop"&&i.goToAndStop(b.frames[0],!0)}},x=function(E){f(E.clientX,E.clientY)},m=function(){f(-1,-1)};return a.addEventListener("mousemove",x),a.addEventListener("mouseout",m),function(){a.removeEventListener("mousemove",x),a.removeEventListener("mouseout",m)}};switch(s){case"scroll":return l();case"cursor":return c()}}},[s,i])},useLottieInteractivity=function e(t){var n=t.actions,i=t.mode,s=t.lottieObj,o=s.animationItem,a=s.View,l=s.animationContainerRef;return useInitInteractivity({actions:n,animationItem:o,mode:i,wrapperRef:l}),a},_excluded=["style","interactivity"],Lottie=function e(t){var n,i,s,o=t.style,a=t.interactivity,l=_objectWithoutProperties(t,_excluded),c=useLottie(l,o),u=c.View,f=c.play,x=c.stop,m=c.pause,S=c.setSpeed,E=c.goToAndStop,d=c.goToAndPlay,I=c.setDirection,y=c.playSegments,P=c.setSubframe,b=c.getDuration,T=c.destroy,R=c.animationContainerRef,D=c.animationLoaded,V=c.animationItem;return React.useEffect(function(){t.lottieRef&&(t.lottieRef.current={play:f,stop:x,pause:m,setSpeed:S,goToAndPlay:d,goToAndStop:E,setDirection:I,playSegments:y,setSubframe:P,getDuration:b,destroy:T,animationContainerRef:R,animationLoaded:D,animationItem:V})},[(n=t.lottieRef)===null||n===void 0?void 0:n.current]),useLottieInteractivity({lottieObj:{View:u,play:f,stop:x,pause:m,setSpeed:S,goToAndStop:E,goToAndPlay:d,setDirection:I,playSegments:y,setSubframe:P,getDuration:b,destroy:T,animationContainerRef:R,animationLoaded:D,animationItem:V},actions:(i=a==null?void 0:a.actions)!==null&&i!==void 0?i:[],mode:(s=a==null?void 0:a.mode)!==null&&s!==void 0?s:"scroll"})};const nm$3="unsuccessful",ddd$3=0,h$3=800,w$3=600,meta$1={g:"LottieFiles AE 3.5.7"},layers$3=[{ty:3,nm:"Null 1",sr:1,st:0,op:60.0000024438501,ip:0,hd:!1,ddd:0,bm:0,hasMask:!1,ao:0,ks:{a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[100,100,100],ix:6},sk:{a:0,k:0},p:{a:1,k:[{o:{x:.765,y:0},i:{x:.67,y:1},s:[300,484,0],t:0,ti:null,to:null},{o:{x:.378,y:0},i:{x:.349,y:1},s:[300,312,0],t:30,ti:null,to:null},{s:[300,484,0],t:60.0000024438501}],ix:2},r:{a:0,k:0,ix:10},sa:{a:0,k:0},o:{a:0,k:0,ix:11}},ef:[],ind:1,completed:!0},{ty:4,nm:"Group 1",sr:1,st:0,op:60.0000024438501,ip:0,hd:!1,ddd:0,bm:0,hasMask:!1,ao:0,ks:{a:{a:0,k:[288.266,288.39,0],ix:1},s:{a:0,k:[100,100,100],ix:6},sk:{a:0,k:0},p:{a:0,k:[300,483,0],ix:2},r:{a:0,k:0,ix:10},sa:{a:0,k:0},o:{a:0,k:100,ix:11}},ef:[],shapes:[{ty:"gr",bm:0,hd:!1,mn:"ADBE Vector Group",nm:"Group 1",ix:1,cix:2,np:2,it:[{ty:"sh",bm:0,hd:!1,mn:"ADBE Vector Shape - Group",nm:"Path 1",ix:1,d:1,ks:{a:0,k:{c:!1,i:[[6.756,570.023],[457.172,570.023]],o:[[6.756,570.023],[457.172,570.023]],v:[[6.756,570.023],[457.172,570.023]]},ix:2},_render:!0},{ty:"st",bm:0,hd:!1,mn:"ADBE Vector Graphic - Stroke",nm:"Stroke 1",lc:2,lj:2,ml:1,o:{a:0,k:100,ix:4},w:{a:0,k:13.512,ix:5},c:{a:0,k:[.9804,.7216,.1569,1],ix:3},_render:!0},{ty:"tr",a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},sk:{a:0,k:0,ix:4},p:{a:0,k:[0,0],ix:2},r:{a:0,k:0,ix:6},sa:{a:0,k:0,ix:5},o:{a:0,k:100,ix:7},_render:!0}],_render:!0}],ind:2,completed:!0},{ty:4,nm:"Group 2",sr:1,st:0,op:60.0000024438501,ip:0,hd:!1,ddd:0,bm:0,hasMask:!1,ao:0,ks:{a:{a:0,k:[288.266,288.39,0],ix:1},s:{a:0,k:[100,100,100],ix:6},sk:{a:0,k:0},p:{a:0,k:[300,483,0],ix:2},r:{a:0,k:0,ix:10},sa:{a:0,k:0},o:{a:0,k:100,ix:11}},ef:[],shapes:[{ty:"gr",bm:0,hd:!1,mn:"ADBE Vector Group",nm:"Group 2",ix:1,cix:2,np:2,it:[{ty:"sh",bm:0,hd:!1,mn:"ADBE Vector Shape - Group",nm:"Path 1",ix:1,d:1,ks:{a:0,k:{c:!1,i:[[513.474,570.023],[569.777,570.023]],o:[[513.474,570.023],[569.777,570.023]],v:[[513.474,570.023],[569.777,570.023]]},ix:2},_render:!0},{ty:"st",bm:0,hd:!1,mn:"ADBE Vector Graphic - Stroke",nm:"Stroke 1",lc:2,lj:2,ml:1,o:{a:0,k:100,ix:4},w:{a:0,k:13.512,ix:5},c:{a:0,k:[.9804,.7216,.1569,1],ix:3},_render:!0},{ty:"tr",a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},sk:{a:0,k:0,ix:4},p:{a:0,k:[0,0],ix:2},r:{a:0,k:0,ix:6},sa:{a:0,k:0,ix:5},o:{a:0,k:100,ix:7},_render:!0}],_render:!0}],ind:3,completed:!0},{ty:4,nm:"Group 3",sr:1,st:0,op:60.0000024438501,ip:0,hd:!1,ddd:0,bm:0,hasMask:!1,ao:0,ks:{a:{a:0,k:[288.266,288.39,0],ix:1},s:{a:0,k:[100,100,100],ix:6},sk:{a:0,k:0},p:{a:0,k:[0,3.253,0],ix:2},r:{a:0,k:0,ix:10},sa:{a:0,k:0},o:{a:0,k:100,ix:11}},ef:[],shapes:[{ty:"gr",bm:0,hd:!1,mn:"ADBE Vector Group",nm:"Group 3",ix:1,cix:2,np:2,it:[{ty:"sh",bm:0,hd:!1,mn:"ADBE Vector Shape - Group",nm:"Path 1",ix:1,d:1,ks:{a:0,k:{c:!1,i:[[206.474,-46.032],[161.329,-.887],[112.57,-29.038],[112.57,-3.115],[59.952,27.264],[22.417,-10.27],[-75.101,46.032],[-137.279,10.133],[-155.229,41.222],[-206.475,41.222]],o:[[206.474,-46.032],[161.329,-.887],[112.57,-29.038],[112.57,-3.115],[59.952,27.264],[22.417,-10.27],[-75.101,46.032],[-137.279,10.133],[-155.229,41.222],[-206.475,41.222]],v:[[206.474,-46.032],[161.329,-.887],[112.57,-29.038],[112.57,-3.115],[59.952,27.264],[22.417,-10.27],[-75.101,46.032],[-137.279,10.133],[-155.229,41.222],[-206.475,41.222]]},ix:2},_render:!0},{ty:"st",bm:0,hd:!1,mn:"ADBE Vector Graphic - Stroke",nm:"Stroke 1",lc:2,lj:2,ml:1,o:{a:0,k:100,ix:4},w:{a:0,k:13.512,ix:5},c:{a:0,k:[.9804,.7216,.1569,1],ix:3},_render:!0},{ty:"tr",a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},sk:{a:0,k:0,ix:4},p:{a:0,k:[288.299,486.457],ix:2},r:{a:0,k:0,ix:6},sa:{a:0,k:0,ix:5},o:{a:0,k:100,ix:7},_render:!0}],_render:!0}],ind:4,parent:1,completed:!0},{ty:4,nm:"R",sr:1,st:0,op:60.0000024438501,ip:0,hd:!1,ddd:0,bm:0,hasMask:!1,ao:0,ks:{a:{a:0,k:[392.39,358.541,0],ix:1},s:{a:0,k:[100,100,100],ix:6},sk:{a:0,k:0},p:{a:1,k:[{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[19.5,1,0],t:0,ti:[-2.179,-2.025,0],to:[1.4,1.301,0]},{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[27.163,2.531,0],t:2,ti:[-1.946,-1.878,0],to:[1.629,1.514,0]},{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[32.794,4.39,0],t:4,ti:[-1.821,-1.798,0],to:[1.654,1.596,0]},{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[40.766,7.493,0],t:6,ti:[-1.761,-1.808,0],to:[1.672,1.651,0]},{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[46.423,10.94,0],t:8,ti:[-1.721,-1.848,0],to:[1.674,1.719,0]},{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[53.521,14.301,0],t:10,ti:[-1.646,-1.877,0],to:[1.65,1.772,0]},{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[61.469,19.783,0],t:12,ti:[-1.527,-1.865,0],to:[1.581,1.803,0]},{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[66.131,22.794,0],t:14,ti:[-1.596,-2.056,0],to:[1.608,1.964,0]},{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[71.692,28.587,0],t:16,ti:[-1.731,-2.145,0],to:[1.579,2.033,0]},{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[77.004,33.4,0],t:18,ti:[-1.497,-2.084,0],to:[1.737,2.152,0]},{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[82.453,40.05,0],t:20,ti:[-1.439,-2.127,0],to:[1.544,2.15,0]},{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[86.929,45.985,0],t:22,ti:[-1.437,-2.197,0],to:[1.532,2.264,0]},{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[91.889,53.955,0],t:24,ti:[-1.68,-2.385,0],to:[1.606,2.454,0]},{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[94.619,60.661,0],t:26,ti:[-1.39,-2.253,0],to:[1.797,2.55,0]},{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[97.623,67.248,0],t:28,ti:[-1.399,-1.3,0],to:[1.983,3.215,0]},{s:[99.624,74.405,0],t:30.0000012219251}],ix:2,x:`var $bm_rt;
|
|
306
|
+
i.goToAndStop(d-i.firstFrame-1,!0)}E.type==="loop"&&(f===null||f!==E.frames||i.isPaused)&&(i.playSegments(E.frames,!0),f=E.frames),E.type==="play"&&i.isPaused&&(i.resetSegments(!0),i.play()),E.type==="stop"&&i.goToAndStop(E.frames[0]-i.firstFrame-1,!0)}};return document.addEventListener("scroll",x),function(){document.removeEventListener("scroll",x)}},c=function(){var f=function(E,d){var I=E,y=d;if(I!==-1&&y!==-1){var P=getContainerCursorPosition(a,I,y);I=P.x,y=P.y}var b=o.find(function(D){var V=D.position;return V&&Array.isArray(V.x)&&Array.isArray(V.y)?I>=V.x[0]&&I<=V.x[1]&&y>=V.y[0]&&y<=V.y[1]:V&&!Number.isNaN(V.x)&&!Number.isNaN(V.y)?I===V.x&&y===V.y:!1});if(b){if(b.type==="seek"&&b.position&&Array.isArray(b.position.x)&&Array.isArray(b.position.y)&&b.frames.length===2){var T=(I-b.position.x[0])/(b.position.x[1]-b.position.x[0]),R=(y-b.position.y[0])/(b.position.y[1]-b.position.y[0]);i.playSegments(b.frames,!0),i.goToAndStop(Math.ceil((T+R)/2*(b.frames[1]-b.frames[0])),!0)}b.type==="loop"&&i.playSegments(b.frames,!0),b.type==="play"&&(i.isPaused&&i.resetSegments(!1),i.playSegments(b.frames)),b.type==="stop"&&i.goToAndStop(b.frames[0],!0)}},x=function(E){f(E.clientX,E.clientY)},m=function(){f(-1,-1)};return a.addEventListener("mousemove",x),a.addEventListener("mouseout",m),function(){a.removeEventListener("mousemove",x),a.removeEventListener("mouseout",m)}};switch(s){case"scroll":return l();case"cursor":return c()}}},[s,i])},useLottieInteractivity=function e(t){var n=t.actions,i=t.mode,s=t.lottieObj,o=s.animationItem,a=s.View,l=s.animationContainerRef;return useInitInteractivity({actions:n,animationItem:o,mode:i,wrapperRef:l}),a},_excluded=["style","interactivity"],Lottie=function e(t){var n,i,s,o=t.style,a=t.interactivity,l=_objectWithoutProperties(t,_excluded),c=useLottie(l,o),u=c.View,f=c.play,x=c.stop,m=c.pause,S=c.setSpeed,E=c.goToAndStop,d=c.goToAndPlay,I=c.setDirection,y=c.playSegments,P=c.setSubframe,b=c.getDuration,T=c.destroy,R=c.animationContainerRef,D=c.animationLoaded,V=c.animationItem;return React.useEffect(function(){t.lottieRef&&(t.lottieRef.current={play:f,stop:x,pause:m,setSpeed:S,goToAndPlay:d,goToAndStop:E,setDirection:I,playSegments:y,setSubframe:P,getDuration:b,destroy:T,animationContainerRef:R,animationLoaded:D,animationItem:V})},[(n=t.lottieRef)===null||n===void 0?void 0:n.current]),useLottieInteractivity({lottieObj:{View:u,play:f,stop:x,pause:m,setSpeed:S,goToAndStop:E,goToAndPlay:d,setDirection:I,playSegments:y,setSubframe:P,getDuration:b,destroy:T,animationContainerRef:R,animationLoaded:D,animationItem:V},actions:(i=a==null?void 0:a.actions)!==null&&i!==void 0?i:[],mode:(s=a==null?void 0:a.mode)!==null&&s!==void 0?s:"scroll"})};const v$3="4.8.0",meta$1={g:"LottieFiles AE ",a:"",k:"",d:"",tc:""},fr$3=30,ip$3=0,op$3=31,w$3=800,h$3=200,nm$3="Loading Files",ddd$3=0,assets$3=[],layers$3=[{ddd:0,ind:1,ty:4,nm:"Search",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.97,y:1},o:{x:.69,y:0},t:0,s:[351.535,97.918,0],to:[6,-17,0],ti:[11,14.25,0]},{t:30,s:[351.535,99.418,0]}],ix:2},a:{a:0,k:[352.535,96.918,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[16.432000000000002,-62.534],[-62.287,-34.616],[-34.402,61.939],[62.153000000000006,34.052],[55.587,-32.595]],o:[[-34.445,-62.477],[-62.263,34.096000000000004],[34.31,61.914],[62.136,-16.787],[32.285,-55.968999999999994]],v:[[-.089,-62.489],[-62.274,-.26],[-.046,61.927],[62.142,-.304],[43.936,-44.254]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ind:1,ty:"sh",ix:2,ks:{a:0,k:{i:[[9.540999999999999,74.498],[-74.538,41.039],[-41.038000000000004,-74.539],[74.538,-41.039],[56.078,57.623]],o:[[-41.234,74.431],[-74.42999999999999,-41.234],[41.234,-74.42999999999999],[74.445,30.38],[19.089999999999996,72.64]],v:[[-.098,74.485],[-74.484,-.097],[.098,-74.485],[74.484,.098],[28.019,69.014]],c:!0},ix:2},nm:"Path 2",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.7872,.8328,.8161,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[383.401,89.476],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Subtraction 48",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-25.254,-8.902],[-8.902,-25.254],[-8.902,-25.254],[23.005,6.653],[26.003999999999998,14.514999999999999],[17.514,23.005],[9.652,26.003999999999998],[-25.254,-8.902]],o:[[-25.254,-8.902],[-8.902,-25.254],[-8.902,-25.254],[26.003999999999998,9.652],[23.005,17.514],[14.514999999999999,26.003999999999998],[6.653,23.005],[-25.254,-8.902]],v:[[-25.254,-8.902],[-8.902,-25.254],[-8.902,-25.254],[23.005,6.653],[23.005,17.514],[17.514,23.005],[6.653,23.005],[-25.254,-8.902]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[446.9,153.591],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Rectangle 4757",np:2,cix:2,bm:0,ix:2,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:510,st:0,bm:0,completed:!0},{ddd:0,ind:2,ty:4,nm:"Files 5",sr:1,ks:{o:{a:1,k:[{i:{x:[.24],y:[1]},o:{x:[.167],y:[.172]},t:0,s:[0]},{t:30,s:[50]}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.24,y:1},o:{x:.167,y:.172},t:0,s:[723.194,100.918,0],to:[-25.25,-.583,0],ti:[25.25,.583,0]},{t:30,s:[571.694,97.418,0]}],ix:2},a:{a:0,k:[723.194,96.918,0],ix:1},s:{a:1,k:[{i:{x:[.24,.24,.24],y:[1,1,1]},o:{x:[.167,.167,.167],y:[.172,.172,11.207]},t:0,s:[100,100,100]},{t:30,s:[165,165,100]}],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-18.935,-8.56],[-10.273,-8.56],[-9.688,-8.282],[-9.669,-5.943],[-9.947,-5.357],[-18.935,-5.338],[-19.521,-5.617],[-19.54,-7.957],[-19.261,-8.543]],o:[[-18.935,-8.56],[-9.947,-8.541],[-9.669,-7.956],[-9.688,-5.617],[-10.273,-5.338],[-19.261,-5.357],[-19.54,-5.943],[-19.521,-8.283],[-18.935,-8.562]],v:[[-18.935,-8.56],[-10.273,-8.56],[-9.669,-7.956],[-9.669,-5.943],[-10.273,-5.338],[-18.935,-5.338],[-19.54,-5.943],[-19.54,-7.957],[-18.935,-8.562]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ind:1,ty:"sh",ix:2,ks:{a:0,k:{i:[[-18.935,-.906],[18.935,-.906],[19.521,-.627],[19.54,1.713],[19.261,2.299],[-18.935,2.318],[-19.521,2.039],[-19.54,-.302],[-19.261,-.888]],o:[[-18.935,-.906],[19.261,-.887],[19.54,-.301],[19.521,2.039],[18.935,2.318],[-19.261,2.299],[-19.54,1.713],[-19.521,-.628],[-18.935,-.907]],v:[[-18.935,-.906],[18.935,-.906],[19.54,-.301],[19.54,1.713],[18.935,2.318],[-18.935,2.318],[-19.54,1.713],[-19.54,-.302],[-18.935,-.907]],c:!0},ix:2},nm:"Path 2",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ind:2,ty:"sh",ix:3,ks:{a:0,k:{i:[[-19.259999999999998,5.962],[18.935,5.943],[19.521,6.221],[19.54,8.562],[19.261,9.147],[-18.935,9.166],[-19.521,8.888],[-19.54,6.546]],o:[[-18.935,5.943],[19.261,5.962],[19.54,6.547],[19.521,8.888],[18.935,9.166],[-19.261,9.147],[-19.54,8.562],[-19.521,6.221]],v:[[-18.935,5.943],[18.935,5.943],[19.54,6.547],[19.54,8.562],[18.935,9.166],[-18.935,9.166],[-19.54,8.562],[-19.54,6.546]],c:!0},ix:2},nm:"Path 3",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ind:3,ty:"sh",ix:4,ks:{a:0,k:{i:[[-19.261,12.81],[-.604,12.791],[-.018,13.07],[.001,15.41],[-.27799999999999997,15.995],[-18.935,16.014],[-19.521,15.736],[-19.54,13.396]],o:[[-18.935,12.791],[-.27799999999999997,12.81],[.001,13.396],[-.018,15.736],[-.604,16.014],[-19.261,15.995],[-19.54,15.41],[-19.521,13.07]],v:[[-18.935,12.791],[-.604,12.791],[.001,13.396],[.001,15.41],[-.604,16.014],[-18.935,16.014],[-19.54,15.41],[-19.54,13.396]],c:!0},ix:2},nm:"Path 4",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ind:4,ty:"sh",ix:5,ks:{a:0,k:{i:[[-19.261,-15.995],[-6.446,-16.014],[-5.861,-15.736],[-5.842,-13.396],[-6.12,-12.81],[-18.935,-12.791],[-19.521,-13.07],[-19.54,-15.41]],o:[[-18.935,-16.014],[-6.12,-15.995],[-5.842,-15.41],[-5.861,-13.07],[-6.446,-12.791],[-19.261,-12.81],[-19.54,-13.396],[-19.521,-15.736]],v:[[-18.935,-16.014],[-6.446,-16.014],[-5.842,-15.41],[-5.842,-13.396],[-6.446,-12.791],[-18.935,-12.791],[-19.54,-13.396],[-19.54,-15.41]],c:!0},ix:2},nm:"Path 5",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.7,.82,.776,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[723.194,96.817],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Path 2951",np:6,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.468,-9.468],[9.468,9.468],[-9.468,9.468]],o:[[-9.468,-9.468],[9.468,9.468],[-9.468,9.468]],v:[[-9.468,-9.468],[9.468,9.468],[-9.468,9.468]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.7,.82,.776,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[738.705,74.961],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Path 2950",np:2,cix:2,bm:0,ix:2,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-19.665,-31.424],[5.942,-31.424],[24.878,-12.489],[24.878,26.187],[22.587,31.403],[19.665,31.424],[-19.638,31.424],[-24.856,29.136],[-24.878,26.213],[-24.878,-26.187],[-22.587,-31.403]],o:[[-19.64,-31.424],[5.942,-31.424],[24.878,-12.489],[24.899,29.059],[19.69,31.424],[19.64,31.424],[-22.51,31.445999999999998],[-24.878,26.238],[-24.878,26.187],[-24.899,-29.059],[-19.69,-31.424]],v:[[-19.64,-31.424],[5.942,-31.424],[24.878,-12.489],[24.878,26.187],[19.715,31.424],[19.64,31.424],[-19.638,31.424],[-24.878,26.264],[-24.878,26.187],[-24.878,-26.187],[-19.715,-31.424]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.8559,.9241,.8991,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[723.094,96.918],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Path 2949",np:2,cix:2,bm:0,ix:3,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:510,st:0,bm:0,completed:!0},{ddd:0,ind:3,ty:4,nm:"Files 4",sr:1,ks:{o:{a:1,k:[{i:{x:[.24],y:[1]},o:{x:[.167],y:[.172]},t:0,s:[50]},{t:30,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.24,y:1},o:{x:.167,y:.172},t:0,s:[570.918,96.918,0],to:null,ti:null},{t:30,s:[390.918,96.918,0]}],ix:2},a:{a:0,k:[570.918,96.918,0],ix:1},s:{a:1,k:[{i:{x:[.24,.24,.24],y:[1,1,1]},o:{x:[.167,.167,.167],y:[.172,.172,4.483]},t:0,s:[100,100,100]},{t:30,s:[126,126,100]}],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-31.928,-14.435],[-17.322,-14.435],[-16.335,-13.963999999999999],[-16.303,-10.021],[-16.773,-9.033],[-31.928,-9.001],[-32.916000000000004,-9.472000000000001],[-32.948,-13.417],[-32.477000000000004,-14.404]],o:[[-31.928,-14.435],[-16.773,-14.403],[-16.303,-13.415],[-16.335,-9.472000000000001],[-17.322,-9.001],[-32.477000000000004,-9.033],[-32.948,-10.021],[-32.916000000000004,-13.966],[-31.928,-14.436]],v:[[-31.928,-14.435],[-17.322,-14.435],[-16.303,-13.415],[-16.303,-10.021],[-17.322,-9.001],[-31.928,-9.001],[-32.948,-10.021],[-32.948,-13.417],[-31.928,-14.436]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ind:1,ty:"sh",ix:2,ks:{a:0,k:{i:[[-31.928,-1.527],[31.928,-1.527],[32.916000000000004,-1.057],[32.948,2.889],[32.477000000000004,3.876],[-31.928,3.908],[-32.916000000000004,3.4379999999999997],[-32.948,-.51],[-32.477000000000004,-1.4969999999999999]],o:[[-31.928,-1.527],[32.477000000000004,-1.4949999999999999],[32.948,-.508],[32.916000000000004,3.4379999999999997],[31.928,3.908],[-32.477000000000004,3.876],[-32.948,2.889],[-32.916000000000004,-1.0590000000000002],[-31.928,-1.529]],v:[[-31.928,-1.527],[31.928,-1.527],[32.948,-.508],[32.948,2.889],[31.928,3.908],[-31.928,3.908],[-32.948,2.889],[-32.948,-.51],[-31.928,-1.529]],c:!0},ix:2},nm:"Path 2",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ind:2,ty:"sh",ix:3,ks:{a:0,k:{i:[[-32.477000000000004,10.053],[31.928,10.021],[32.916000000000004,10.491],[32.948,14.436],[32.477000000000004,15.424],[-31.928,15.456],[-32.916000000000004,14.985],[-32.948,11.038]],o:[[-31.928,10.021],[32.477000000000004,10.053],[32.948,11.04],[32.916000000000004,14.985],[31.928,15.456],[-32.477000000000004,15.424],[-32.948,14.436],[-32.915,10.49]],v:[[-31.928,10.021],[31.928,10.021],[32.948,11.04],[32.948,14.436],[31.928,15.456],[-31.928,15.456],[-32.948,14.436],[-32.948,11.038]],c:!0},ix:2},nm:"Path 3",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ind:3,ty:"sh",ix:4,ks:{a:0,k:{i:[[-32.477000000000004,21.6],[-1.018,21.568],[-.031,22.039],[.001,25.984],[-.469,26.972],[-31.928,27.004],[-32.916000000000004,26.533],[-32.948,22.588]],o:[[-31.928,21.568],[-.469,21.6],[.001,22.588],[-.031,26.533],[-1.018,27.004],[-32.477000000000004,26.972],[-32.948,25.984],[-32.916000000000004,22.039]],v:[[-31.928,21.568],[-1.018,21.568],[.001,22.588],[.001,25.984],[-1.018,27.004],[-31.928,27.004],[-32.948,25.984],[-32.948,22.588]],c:!0},ix:2},nm:"Path 4",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ind:4,ty:"sh",ix:5,ks:{a:0,k:{i:[[-32.477000000000004,-26.972],[-10.87,-27.004],[-9.882,-26.533],[-9.85,-22.588],[-10.321,-21.6],[-31.928,-21.568],[-32.916000000000004,-22.039],[-32.948,-25.984]],o:[[-31.928,-27.004],[-10.321,-26.972],[-9.85,-25.984],[-9.882,-22.039],[-10.87,-21.568],[-32.477000000000004,-21.6],[-32.948,-22.588],[-32.916000000000004,-26.533]],v:[[-31.928,-27.004],[-10.87,-27.004],[-9.85,-25.984],[-9.85,-22.588],[-10.87,-21.568],[-31.928,-21.568],[-32.948,-22.588],[-32.948,-25.984]],c:!0},ix:2},nm:"Path 5",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.7,.82,.776,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[570.918,96.747],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Path 2951",np:6,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-15.965,-15.965],[15.965,15.965],[-15.965,15.965]],o:[[-15.965,-15.965],[15.965,15.965],[-15.965,15.965]],v:[[-15.965,-15.965],[15.965,15.965],[-15.965,15.965]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.7,.82,.776,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[597.073,59.895],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Path 2950",np:2,cix:2,bm:0,ix:2,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-33.159,-52.988],[10.02,-52.988],[41.949,-21.059],[41.949,44.156],[38.086,52.953],[33.159,52.988],[-33.113,52.988],[-41.912,49.129000000000005],[-41.949,44.199],[-41.949,-44.156],[-38.086,-52.953]],o:[[-33.117,-52.988],[10.02,-52.988],[41.949,-21.059],[41.983999999999995,48.998999999999995],[33.201,52.988],[33.117,52.988],[-37.956,53.025],[-41.949,44.243],[-41.949,44.156],[-41.983999999999995,-48.998999999999995],[-33.201,-52.988]],v:[[-33.117,-52.988],[10.02,-52.988],[41.949,-21.059],[41.949,44.156],[33.243,52.988],[33.117,52.988],[-33.113,52.988],[-41.949,44.286],[-41.949,44.156],[-41.949,-44.156],[-33.243,-52.988]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.8559,.9241,.8991,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[570.748,96.918],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Path 2949",np:2,cix:2,bm:0,ix:3,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:510,st:0,bm:0,completed:!0},{ddd:0,ind:4,ty:4,nm:"Files 3",sr:1,ks:{o:{a:1,k:[{i:{x:[.24],y:[1]},o:{x:[.167],y:[.172]},t:0,s:[100]},{t:30,s:[50]}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.24,y:1},o:{x:.167,y:.172},t:0,s:[390.535,96.918,0],to:null,ti:null},{t:30,s:[210.535,96.918,0]}],ix:2},a:{a:0,k:[390.535,96.918,0],ix:1},s:{a:1,k:[{i:{x:[.24,.24,.24],y:[1,1,1]},o:{x:[.167,.167,.167],y:[.172,.172,-3.793]},t:0,s:[100,100,100]},{t:30,s:[78,78,100]}],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-40.242,-18.193],[-21.833,-18.193],[-20.587999999999997,-17.6],[-20.548,-12.63],[-21.141,-11.385],[-40.242,-11.345],[-41.486000000000004,-11.938],[-41.526,-16.911],[-40.934,-18.155]],o:[[-40.242,-18.193],[-21.141,-18.153000000000002],[-20.548,-16.908],[-20.587999999999997,-11.938],[-21.833,-11.345],[-40.934,-11.385],[-41.526,-12.63],[-41.486000000000004,-17.603],[-40.242,-18.195]],v:[[-40.242,-18.193],[-21.833,-18.193],[-20.548,-16.908],[-20.548,-12.63],[-21.833,-11.345],[-40.242,-11.345],[-41.526,-12.63],[-41.526,-16.911],[-40.242,-18.195]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ind:1,ty:"sh",ix:2,ks:{a:0,k:{i:[[-40.242,-1.925],[40.242,-1.925],[41.486000000000004,-1.3319999999999999],[41.526,3.641],[40.934,4.886],[-40.242,4.926],[-41.486000000000004,4.333],[-41.526,-.642],[-40.934,-1.887]],o:[[-40.242,-1.925],[40.934,-1.885],[41.526,-.64],[41.486000000000004,4.333],[40.242,4.926],[-40.934,4.886],[-41.526,3.641],[-41.486000000000004,-1.334],[-40.242,-1.927]],v:[[-40.242,-1.925],[40.242,-1.925],[41.526,-.64],[41.526,3.641],[40.242,4.926],[-40.242,4.926],[-41.526,3.641],[-41.526,-.642],[-40.242,-1.927]],c:!0},ix:2},nm:"Path 2",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ind:2,ty:"sh",ix:3,ks:{a:0,k:{i:[[-40.933,12.67],[40.242,12.63],[41.486000000000004,13.222],[41.526,18.195],[40.934,19.44],[-40.242,19.48],[-41.486000000000004,18.887],[-41.526,13.912]],o:[[-40.242,12.63],[40.934,12.67],[41.526,13.914],[41.486000000000004,18.887],[40.242,19.48],[-40.934,19.44],[-41.526,18.195],[-41.48500000000001,13.221]],v:[[-40.242,12.63],[40.242,12.63],[41.526,13.914],[41.526,18.195],[40.242,19.48],[-40.242,19.48],[-41.526,18.195],[-41.526,13.912]],c:!0},ix:2},nm:"Path 3",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ind:3,ty:"sh",ix:4,ks:{a:0,k:{i:[[-40.934,27.224],[-1.284,27.184],[-.039,27.777],[.001,32.75],[-.5920000000000001,33.995],[-40.242,34.035],[-41.486000000000004,33.442],[-41.526,28.469]],o:[[-40.242,27.184],[-.5920000000000001,27.224],[.001,28.469],[-.039,33.442],[-1.284,34.035],[-40.934,33.995],[-41.526,32.75],[-41.486000000000004,27.777]],v:[[-40.242,27.184],[-1.284,27.184],[.001,28.469],[.001,32.75],[-1.284,34.035],[-40.242,34.035],[-41.526,32.75],[-41.526,28.469]],c:!0},ix:2},nm:"Path 4",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ind:4,ty:"sh",ix:5,ks:{a:0,k:{i:[[-40.934,-33.995],[-13.7,-34.035],[-12.454999999999998,-33.442],[-12.415,-28.469],[-13.008,-27.224],[-40.242,-27.184],[-41.486000000000004,-27.777],[-41.526,-32.75]],o:[[-40.242,-34.035],[-13.008,-33.995],[-12.415,-32.75],[-12.454999999999998,-27.777],[-13.7,-27.184],[-40.934,-27.224],[-41.526,-28.469],[-41.486000000000004,-33.442]],v:[[-40.242,-34.035],[-13.7,-34.035],[-12.415,-32.75],[-12.415,-28.469],[-13.7,-27.184],[-40.242,-27.184],[-41.526,-28.469],[-41.526,-32.75]],c:!0},ix:2},nm:"Path 5",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.7,.82,.776,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[390.534,96.702],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Path 2951",np:6,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-20.121,-20.121],[20.121,20.121],[-20.121,20.121]],o:[[-20.121,-20.121],[20.121,20.121],[-20.121,20.121]],v:[[-20.121,-20.121],[20.121,20.121],[-20.121,20.121]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.7,.82,.776,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[423.5,50.255],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Path 2950",np:2,cix:2,bm:0,ix:2,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-41.793,-66.785],[12.628,-66.785],[52.871,-26.542],[52.871,55.653],[48.003,66.741],[41.793,66.785],[-41.735,66.785],[-52.824000000000005,61.921],[-52.871,55.708],[-52.871,-55.653],[-48.003,-66.741]],o:[[-41.74,-66.785],[12.628,-66.785],[52.871,-26.542],[52.915,61.757],[41.846000000000004,66.785],[41.74,66.785],[-47.839,66.832],[-52.871,55.762],[-52.871,55.653],[-52.915,-61.757],[-41.846000000000004,-66.785]],v:[[-41.74,-66.785],[12.628,-66.785],[52.871,-26.542],[52.871,55.653],[41.899,66.785],[41.74,66.785],[-41.735,66.785],[-52.871,55.817],[-52.871,55.653],[-52.871,-55.653],[-41.899,-66.785]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.8559,.9241,.8991,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[390.321,96.918],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Path 2949",np:2,cix:2,bm:0,ix:3,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:510,st:0,bm:0,completed:!0},{ddd:0,ind:5,ty:4,nm:"Files 2",sr:1,ks:{o:{a:1,k:[{i:{x:[.24],y:[1]},o:{x:[.167],y:[.172]},t:0,s:[50]},{t:30,s:[0]}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.24,y:1},o:{x:.167,y:.172},t:0,s:[210.152,96.918,0],to:null,ti:null},{t:30,s:[78.151,96.918,0]}],ix:2},a:{a:0,k:[210.152,96.918,0],ix:1},s:{a:1,k:[{i:{x:[.24,.24,.24],y:[1,1,1]},o:{x:[.167,.167,.167],y:[.172,.172,-6.897]},t:0,s:[100,100,100]},{t:30,s:[60,60,100]}],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-31.928,-14.435],[-17.322,-14.435],[-16.335,-13.963999999999999],[-16.303,-10.021],[-16.773,-9.033],[-31.928,-9.001],[-32.916000000000004,-9.472000000000001],[-32.948,-13.417],[-32.477000000000004,-14.404]],o:[[-31.928,-14.435],[-16.773,-14.403],[-16.303,-13.415],[-16.335,-9.472000000000001],[-17.322,-9.001],[-32.477000000000004,-9.033],[-32.948,-10.021],[-32.916000000000004,-13.966],[-31.928,-14.436]],v:[[-31.928,-14.435],[-17.322,-14.435],[-16.303,-13.415],[-16.303,-10.021],[-17.322,-9.001],[-31.928,-9.001],[-32.948,-10.021],[-32.948,-13.417],[-31.928,-14.436]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ind:1,ty:"sh",ix:2,ks:{a:0,k:{i:[[-31.928,-1.527],[31.928,-1.527],[32.916000000000004,-1.057],[32.948,2.889],[32.477000000000004,3.876],[-31.928,3.908],[-32.916000000000004,3.4379999999999997],[-32.948,-.51],[-32.477000000000004,-1.4969999999999999]],o:[[-31.928,-1.527],[32.477000000000004,-1.4949999999999999],[32.948,-.508],[32.916000000000004,3.4379999999999997],[31.928,3.908],[-32.477000000000004,3.876],[-32.948,2.889],[-32.916000000000004,-1.0590000000000002],[-31.928,-1.529]],v:[[-31.928,-1.527],[31.928,-1.527],[32.948,-.508],[32.948,2.889],[31.928,3.908],[-31.928,3.908],[-32.948,2.889],[-32.948,-.51],[-31.928,-1.529]],c:!0},ix:2},nm:"Path 2",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ind:2,ty:"sh",ix:3,ks:{a:0,k:{i:[[-32.477000000000004,10.053],[31.928,10.021],[32.916000000000004,10.491],[32.948,14.436],[32.477000000000004,15.424],[-31.928,15.456],[-32.916000000000004,14.985],[-32.948,11.038]],o:[[-31.928,10.021],[32.477000000000004,10.053],[32.948,11.04],[32.916000000000004,14.985],[31.928,15.456],[-32.477000000000004,15.424],[-32.948,14.436],[-32.915,10.49]],v:[[-31.928,10.021],[31.928,10.021],[32.948,11.04],[32.948,14.436],[31.928,15.456],[-31.928,15.456],[-32.948,14.436],[-32.948,11.038]],c:!0},ix:2},nm:"Path 3",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ind:3,ty:"sh",ix:4,ks:{a:0,k:{i:[[-32.477000000000004,21.6],[-1.018,21.568],[-.031,22.039],[.001,25.984],[-.469,26.972],[-31.928,27.004],[-32.916000000000004,26.533],[-32.948,22.588]],o:[[-31.928,21.568],[-.469,21.6],[.001,22.588],[-.031,26.533],[-1.018,27.004],[-32.477000000000004,26.972],[-32.948,25.984],[-32.916000000000004,22.039]],v:[[-31.928,21.568],[-1.018,21.568],[.001,22.588],[.001,25.984],[-1.018,27.004],[-31.928,27.004],[-32.948,25.984],[-32.948,22.588]],c:!0},ix:2},nm:"Path 4",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ind:4,ty:"sh",ix:5,ks:{a:0,k:{i:[[-32.477000000000004,-26.972],[-10.87,-27.004],[-9.882,-26.533],[-9.85,-22.588],[-10.321,-21.6],[-31.928,-21.568],[-32.916000000000004,-22.039],[-32.948,-25.984]],o:[[-31.928,-27.004],[-10.321,-26.972],[-9.85,-25.984],[-9.882,-22.039],[-10.87,-21.568],[-32.477000000000004,-21.6],[-32.948,-22.588],[-32.916000000000004,-26.533]],v:[[-31.928,-27.004],[-10.87,-27.004],[-9.85,-25.984],[-9.85,-22.588],[-10.87,-21.568],[-31.928,-21.568],[-32.948,-22.588],[-32.948,-25.984]],c:!0},ix:2},nm:"Path 5",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.7,.82,.776,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[210.151,96.747],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Path 2951",np:6,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-15.965,-15.965],[15.965,15.965],[-15.965,15.965]],o:[[-15.965,-15.965],[15.965,15.965],[-15.965,15.965]],v:[[-15.965,-15.965],[15.965,15.965],[-15.965,15.965]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.7,.82,.776,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[236.306,59.895],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Path 2950",np:2,cix:2,bm:0,ix:2,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-33.159,-52.988],[10.02,-52.988],[41.949,-21.059],[41.949,44.156],[38.086,52.953],[33.159,52.988],[-33.113,52.988],[-41.912,49.129000000000005],[-41.949,44.199],[-41.949,-44.156],[-38.086,-52.953]],o:[[-33.117,-52.988],[10.02,-52.988],[41.949,-21.059],[41.983999999999995,48.998999999999995],[33.201,52.988],[33.117,52.988],[-37.956,53.025],[-41.949,44.243],[-41.949,44.156],[-41.983999999999995,-48.998999999999995],[-33.201,-52.988]],v:[[-33.117,-52.988],[10.02,-52.988],[41.949,-21.059],[41.949,44.156],[33.243,52.988],[33.117,52.988],[-33.113,52.988],[-41.949,44.286],[-41.949,44.156],[-41.949,-44.156],[-33.243,-52.988]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.8559,.9241,.8991,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[209.981,96.918],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Path 2949",np:2,cix:2,bm:0,ix:3,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:510,st:0,bm:0,completed:!0},{ddd:0,ind:7,ty:1,nm:"BG",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[400,100,0],ix:2},a:{a:0,k:[400,100,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,sw:800,sh:200,sc:"#ffffff",ip:0,op:510,st:0,bm:0,completed:!0}],markers=[],__complete$2=!0,loadingJobsAnimation={v:v$3,meta:meta$1,fr:fr$3,ip:ip$3,op:op$3,w:w$3,h:h$3,nm:nm$3,ddd:ddd$3,assets:assets$3,layers:layers$3,markers,__complete:__complete$2},v$2="4.10.2",fr$2=29.9700012207031,ip$2=0,op$2=60.0000024438501,w$2=400,h$2=400,nm$2="Comp 1",ddd$2=0,assets$2=[],layers$2=[{ddd:0,ind:1,ty:4,nm:"upload/uploading file Outlines 2",sr:1,ks:{o:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:0,s:[100],e:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:9,s:[0],e:[100]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:18,s:[100],e:[100]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:34,s:[100],e:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:43,s:[0],e:[100]},{t:52.0000021180034}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:.167},n:"0p833_0p833_0p167_0p167",t:0,s:[79.262,194.519,0],e:[79.262,189.519,0],to:null,ti:null},{i:{x:.833,y:.833},o:{x:.167,y:.167},n:"0p833_0p833_0p167_0p167",t:9,s:[79.262,189.519,0],e:[79.262,194.519,0],to:null,ti:null},{i:{x:.833,y:.833},o:{x:.167,y:.167},n:"0p833_0p833_0p167_0p167",t:20,s:[79.262,194.519,0],e:[79.262,194.519,0],to:null,ti:null},{i:{x:.833,y:.833},o:{x:.167,y:.167},n:"0p833_0p833_0p167_0p167",t:35,s:[79.262,194.519,0],e:[79.262,189.519,0],to:null,ti:null},{i:{x:.833,y:.833},o:{x:.167,y:.167},n:"0p833_0p833_0p167_0p167",t:44,s:[79.262,189.519,0],e:[79.262,194.519,0],to:[0,0,0],ti:[0,-.83333331346512,0]},{t:55.0000022401959}],ix:2},a:{a:0,k:[11.5,21,0],ix:1},s:{a:0,k:[69.663,69.663,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[.572,-.315],[.316,.572],[-.572,.315],[-.316,-.572]],o:[[.572,.315],[-.316,.572],[-.572,-.315],[.316,-.572]],v:[[.572,0],[0,.572],[-.572,0],[0,-.572]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[1,1,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[11.413,40.207],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 1",np:2,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[.964,-.532],[.531,.964],[-.964,.532],[-.533,-.964]],o:[[.964,.532],[-.533,.964],[-.964,-.532],[.531,-.964]],v:[[.964,0],[-.001,.964],[-.964,0],[-.001,-.964]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[1,1,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[11.413,37.108],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 2",np:2,cix:2,ix:2,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[1.363,-.752],[.753,1.362],[-1.363,.753],[-.752,-1.362]],o:[[1.363,.753],[-.752,1.362],[-1.363,-.752],[.753,-1.362]],v:[[1.363,0],[0,1.362],[-1.363,0],[0,-1.362]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[1,1,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[11.413,33.004],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 3",np:2,cix:2,ix:3,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[6.269,-5.276999999999999],[5.773,-5.773],[4.471,-6.269],[-5.772,3.975],[-6.268000000000001,5.276999999999999],[-4.471,6.269],[5.773,-3.975]],o:[[5.773,-5.773],[5.276999999999999,-6.269],[3.975,-5.773],[-6.268000000000001,4.471],[-5.276,6.269],[-3.975,5.773],[6.269,-4.471]],v:[[5.773,-5.773],[5.773,-5.773],[3.975,-5.773],[-5.772,3.975],[-5.772,5.773],[-3.975,5.773],[5.773,-3.975]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[1,1,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[6.518,6.519],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 4",np:2,cix:2,ix:4,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[5.276999999999999,6.269],[5.773,5.773],[6.269,4.4719999999999995],[-3.975,-5.773],[-5.276,-6.269],[-6.268000000000001,-4.471],[3.975,5.773]],o:[[5.773,5.773],[6.269,5.276999999999999],[5.773,3.976],[-4.471,-6.269],[-6.268000000000001,-5.276999999999999],[-5.772,-3.975],[4.471,6.269]],v:[[5.773,5.773],[5.773,5.773],[5.773,3.976],[-3.975,-5.773],[-5.772,-5.773],[-5.772,-3.975],[3.975,5.773]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[1,1,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[16.266,6.519],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 5",np:2,cix:2,ix:5,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-.702,10.424],[0,10.424],[1.271,9.855],[1.271,-9.153],[.701,-10.424],[-1.271,-9.854000000000001],[-1.271,9.153]],o:[[0,10.424],[.701,10.424],[1.271,9.153],[1.271,-9.854000000000001],[-.702,-10.424],[-1.271,-9.153],[-1.271,9.855]],v:[[0,10.424],[0,10.424],[1.271,9.153],[1.271,-9.153],[0,-10.424],[-1.271,-9.153],[-1.271,9.153]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[1,1,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[11.392,19.839],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 6",np:2,cix:2,ix:6,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:60.0000024438501,st:0,bm:0,completed:!0},{ddd:0,ind:2,ty:4,nm:"upload/uploading file Outlines",sr:1,ks:{o:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:0,s:[100],e:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:9,s:[0],e:[100]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:18,s:[100],e:[100]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:33,s:[100],e:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:42,s:[0],e:[100]},{t:51.0000020772726}],ix:11},r:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:14,s:[0],e:[3]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:23,s:[3],e:[-3]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:31,s:[-3],e:[0]},{t:41.0000016699642}],ix:10},p:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:.167},n:"0p833_0p833_0p167_0p167",t:9,s:[326.762,240.019,0],e:[317.262,240.019,0],to:null,ti:null},{i:{x:.833,y:.833},o:{x:.167,y:.167},n:"0p833_0p833_0p167_0p167",t:19,s:[317.262,240.019,0],e:[330.262,240.019,0],to:null,ti:null},{i:{x:.833,y:.833},o:{x:.167,y:.167},n:"0p833_0p833_0p167_0p167",t:27,s:[330.262,240.019,0],e:[326.762,240.019,0],to:[1.58333337306976,0,0],ti:[.58333331346512,0,0]},{t:36.0000014663101}],ix:2},a:{a:0,k:[11.5,21,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[.572,-.315],[.316,.572],[-.572,.315],[-.316,-.572]],o:[[.572,.315],[-.316,.572],[-.572,-.315],[.316,-.572]],v:[[.572,0],[0,.572],[-.572,0],[0,-.572]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[1,1,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[11.413,40.207],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 1",np:2,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[.964,-.532],[.531,.964],[-.964,.532],[-.533,-.964]],o:[[.964,.532],[-.533,.964],[-.964,-.532],[.531,-.964]],v:[[.964,0],[-.001,.964],[-.964,0],[-.001,-.964]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[1,1,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[11.413,37.108],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 2",np:2,cix:2,ix:2,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[1.363,-.752],[.753,1.362],[-1.363,.753],[-.752,-1.362]],o:[[1.363,.753],[-.752,1.362],[-1.363,-.752],[.753,-1.362]],v:[[1.363,0],[0,1.362],[-1.363,0],[0,-1.362]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[1,1,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[11.413,33.004],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 3",np:2,cix:2,ix:3,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[6.269,-5.276999999999999],[5.773,-5.773],[4.471,-6.269],[-5.772,3.975],[-6.268000000000001,5.276999999999999],[-4.471,6.269],[5.773,-3.975]],o:[[5.773,-5.773],[5.276999999999999,-6.269],[3.975,-5.773],[-6.268000000000001,4.471],[-5.276,6.269],[-3.975,5.773],[6.269,-4.471]],v:[[5.773,-5.773],[5.773,-5.773],[3.975,-5.773],[-5.772,3.975],[-5.772,5.773],[-3.975,5.773],[5.773,-3.975]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[1,1,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[6.518,6.519],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 4",np:2,cix:2,ix:4,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[5.276999999999999,6.269],[5.773,5.773],[6.269,4.4719999999999995],[-3.975,-5.773],[-5.276,-6.269],[-6.268000000000001,-4.471],[3.975,5.773]],o:[[5.773,5.773],[6.269,5.276999999999999],[5.773,3.976],[-4.471,-6.269],[-6.268000000000001,-5.276999999999999],[-5.772,-3.975],[4.471,6.269]],v:[[5.773,5.773],[5.773,5.773],[5.773,3.976],[-3.975,-5.773],[-5.772,-5.773],[-5.772,-3.975],[3.975,5.773]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[1,1,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[16.266,6.519],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 5",np:2,cix:2,ix:5,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-.702,10.424],[0,10.424],[1.271,9.855],[1.271,-9.153],[.701,-10.424],[-1.271,-9.854000000000001],[-1.271,9.153]],o:[[0,10.424],[.701,10.424],[1.271,9.153],[1.271,-9.854000000000001],[-.702,-10.424],[-1.271,-9.153],[-1.271,9.855]],v:[[0,10.424],[0,10.424],[1.271,9.153],[1.271,-9.153],[0,-10.424],[-1.271,-9.153],[-1.271,9.153]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[1,1,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[11.392,19.839],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 6",np:2,cix:2,ix:6,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:60.0000024438501,st:0,bm:0,completed:!0},{ddd:0,ind:3,ty:4,nm:"clude 1/uploading file Outlines",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:14,s:[0],e:[3]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:23,s:[3],e:[-3]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:31,s:[-3],e:[0]},{t:41.0000016699642}],ix:10},p:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:.167},n:"0p833_0p833_0p167_0p167",t:9,s:[328.762,242.019,0],e:[319.262,242.019,0],to:null,ti:null},{i:{x:.833,y:.833},o:{x:.167,y:.167},n:"0p833_0p833_0p167_0p167",t:19,s:[319.262,242.019,0],e:[332.262,242.019,0],to:null,ti:null},{i:{x:.833,y:.833},o:{x:.167,y:.167},n:"0p833_0p833_0p167_0p167",t:27,s:[332.262,242.019,0],e:[328.762,242.019,0],to:[1.58333337306976,0,0],ti:[.58333331346512,0,0]},{t:36.0000014663101}],ix:2},a:{a:0,k:[65.5,44,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[57.909,-4.4670000000000005],[46.191,36.163],[-31.745,36.163],[-57.909,24.442999999999998],[-46.191,-16.175],[-31.551,-16.175],[-16.072,-36.163],[21.750999999999998,-27.503999999999998],[29.69,-16.175]],o:[[57.909,24.442999999999998],[31.736,36.163],[-46.191,36.163],[-57.909,-4.4670000000000005],[-31.648,-16.175],[-27.244999999999997,-27.823999999999998],[10.403,-36.163],[27.692,-15.942],[46.191,-16.175]],v:[[57.909,9.988],[31.736,36.163],[-31.745,36.163],[-57.909,9.988],[-31.745,-16.175],[-31.453,-16.165],[-2.961,-36.163],[25.773,-15.484],[31.736,-16.175]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"st",c:{a:0,k:[0,.6784,.4353,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:3,ix:5},lc:1,lj:1,ml:10,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[65.408,43.663],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 1",np:3,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:60.0000024438501,st:0,bm:0,completed:!0},{ddd:0,ind:4,ty:4,nm:"clude 2/uploading file Outlines",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:.167},n:"0p833_0p833_0p167_0p167",t:0,s:[81.5,197,0],e:[81.5,192,0],to:null,ti:null},{i:{x:.833,y:.833},o:{x:.167,y:.167},n:"0p833_0p833_0p167_0p167",t:9,s:[81.5,192,0],e:[81.5,197,0],to:null,ti:null},{i:{x:.833,y:.833},o:{x:.167,y:.167},n:"0p833_0p833_0p167_0p167",t:20,s:[81.5,197,0],e:[81.5,197,0],to:null,ti:null},{i:{x:.833,y:.833},o:{x:.167,y:.167},n:"0p833_0p833_0p167_0p167",t:35,s:[81.5,197,0],e:[81.5,192,0],to:null,ti:null},{i:{x:.833,y:.833},o:{x:.167,y:.167},n:"0p833_0p833_0p167_0p167",t:44,s:[81.5,192,0],e:[81.5,197,0],to:[0,0,0],ti:[0,-.83333331346512,0]},{t:55.0000022401959}],ix:2},a:{a:0,k:[55,37.5,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[47.333,-3.651],[37.755,29.559],[-25.948,29.559],[-47.333,19.98],[-37.755,-13.221],[-25.788999999999998,-13.222],[-13.137,-29.559],[17.779,-22.481],[24.268,-13.221]],o:[[47.333,19.98],[25.939,29.559],[-37.755,29.559],[-47.333,-3.651],[-25.868000000000002,-13.221],[-22.27,-22.744],[8.503,-29.559],[22.635,-13.030000000000001],[37.755,-13.221]],v:[[47.333,8.164],[25.939,29.559],[-25.948,29.559],[-47.333,8.164],[-25.948,-13.221],[-25.709,-13.213],[-2.42,-29.559],[21.067,-12.656],[25.939,-13.221]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"st",c:{a:0,k:[0,.6784,.4353,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:3,ix:5},lc:1,lj:1,ml:10,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[54.834,37.059],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 1",np:3,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:60.0000024438501,st:0,bm:0,completed:!0},{ddd:0,ind:5,ty:4,nm:"doc/uploading file Outlines",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[206.5,191.5,0],ix:2},a:{a:0,k:[56.5,64.5,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[9.333,9.333],[-9.333,9.333],[-9.333,-9.333],[9.333,-9.333]],o:[[9.333,9.333],[-9.333,9.333],[-9.333,-9.333],[9.333,-9.333]],v:[[9.333,9.333],[-9.333,9.333],[-9.333,-9.333],[9.333,-9.333]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[44.984,27.127],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 1",np:2,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[27.167,2.167],[-27.167,2.167],[-27.167,-2.167],[27.167,-2.167]],o:[[27.167,2.167],[-27.167,2.167],[-27.167,-2.167],[27.167,-2.167]],v:[[27.167,2.167],[-27.167,2.167],[-27.167,-2.167],[27.167,-2.167]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[62.817,78.794],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 2",np:2,cix:2,ix:2,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[27.167,2.167],[-27.167,2.167],[-27.167,-2.167],[27.167,-2.167]],o:[[27.167,2.167],[-27.167,2.167],[-27.167,-2.167],[27.167,-2.167]],v:[[27.167,2.167],[-27.167,2.167],[-27.167,-2.167],[27.167,-2.167]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[62.817,65.46],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 3",np:2,cix:2,ix:3,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[27.167,2.167],[-27.167,2.167],[-27.167,-2.167],[27.167,-2.167]],o:[[27.167,2.167],[-27.167,2.167],[-27.167,-2.167],[27.167,-2.167]],v:[[27.167,2.167],[-27.167,2.167],[-27.167,-2.167],[27.167,-2.167]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[62.817,52.127],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 4",np:2,cix:2,ix:4,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-11.848,-11.913],[11.848,11.913]],o:[[-11.848,-11.913],[11.848,11.913]],v:[[-11.848,-11.913],[11.848,11.913]],c:!1},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"st",c:{a:0,k:[0,.6784,.4353,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:3,ix:5},lc:1,lj:1,ml:10,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[93.224,19.413],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 5",np:2,cix:2,ix:5,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[40.917,50],[-40.917,50],[-40.917,-50],[17.25,-50],[16.917,-26],[40.917,-26]],o:[[40.917,50],[-40.917,50],[-40.917,-50],[17.25,-50],[16.917,-26],[40.917,-26]],v:[[40.917,50],[-40.917,50],[-40.917,-50],[17.25,-50],[16.917,-26],[40.917,-26]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"st",c:{a:0,k:[0,.6784,.4353,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:3,ix:5},lc:1,lj:1,ml:10,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[1,1,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[63.734,57.794],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 6",np:3,cix:2,ix:6,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[39.075,47.75],[-39.075,47.75],[-39.075,-47.75],[26.575,-47.75],[39.075,-35.175]],o:[[39.075,47.75],[-39.075,47.75],[-39.075,-47.75],[26.575,-47.75],[39.075,-35.175]],v:[[39.075,47.75],[-39.075,47.75],[-39.075,-47.75],[26.575,-47.75],[39.075,-35.175]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"st",c:{a:0,k:[0,.6784,.4353,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:3,ix:5},lc:1,lj:1,ml:10,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[46.575,73.469],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 7",np:3,cix:2,ix:7,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:60.0000024438501,st:0,bm:0,completed:!0},{ddd:0,ind:6,ty:4,nm:"Layer 6/uploading file Outlines",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:0,s:[0],e:[-13.567]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:28,s:[-13.567],e:[0]},{t:59.0000024031193}],ix:10},p:{a:0,k:[200,200,0],ix:2},a:{a:0,k:[126,126,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[118.303,-65.336],[65.33699999999999,118.304],[-118.303,65.33800000000001],[-65.33800000000001,-118.304]],o:[[118.303,65.33800000000001],[-65.33800000000001,118.304],[-118.303,-65.336],[65.33699999999999,-118.304]],v:[[118.303,.001],[-.001,118.304],[-118.303,.001],[-.001,-118.304]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"st",c:{a:0,k:[0,.6784,.4353,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:3,ix:5},lc:1,lj:1,ml:10,d:[{n:"d",nm:"dash",v:{a:0,k:5.995,ix:1}},{n:"g",nm:"gap",v:{a:0,k:5.995,ix:2}},{n:"o",nm:"offset",v:{a:0,k:0,ix:7}}],nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[125.803,125.804],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 1",np:2,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:60.0000024438501,st:0,bm:0,completed:!0},{ddd:0,ind:7,ty:4,nm:"Layer 7/uploading file Outlines",sr:1,ks:{o:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:3,s:[0],e:[100]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:17,s:[100],e:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:35,s:[0],e:[100]},{t:50.0000020365418}],ix:11},r:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:6,s:[0],e:[193]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:18,s:[193],e:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:38,s:[0],e:[193]},{t:51.0000020772726}],ix:10},p:{a:0,k:[322,117.5,0],ix:2},a:{a:0,k:[4.5,4.5,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[2.122,-3.771],[-3.771,2.122],[-2.121,3.771],[3.771,-2.121]],o:[[2.122,-3.771],[-3.771,2.122],[-2.121,3.771],[3.771,-2.121]],v:[[2.122,-3.771],[-3.771,2.122],[-2.121,3.771],[3.771,-2.121]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[4.021,4.021],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 1",np:2,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[2.122,3.771],[-3.771,-2.122],[-2.121,-3.771],[3.771,2.121]],o:[[2.122,3.771],[-3.771,-2.122],[-2.121,-3.771],[3.771,2.121]],v:[[2.122,3.771],[-3.771,-2.122],[-2.121,-3.771],[3.771,2.121]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[4.021,4.022],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 2",np:2,cix:2,ix:2,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:60.0000024438501,st:0,bm:0,completed:!0},{ddd:0,ind:8,ty:4,nm:"Layer 8/uploading file Outlines",sr:1,ks:{o:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:7,s:[0],e:[100]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:19,s:[100],e:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:32,s:[0],e:[100]},{t:44.0000017921567}],ix:11},r:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:10,s:[0],e:[193]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:20,s:[193],e:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:35,s:[0],e:[193]},{t:45.0000018328876}],ix:10},p:{a:0,k:[25.5,163,0],ix:2},a:{a:0,k:[4.5,4.5,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[2.122,-3.772],[-3.771,2.122],[-2.12,3.772],[3.771,-2.122]],o:[[2.122,-3.772],[-3.771,2.122],[-2.12,3.772],[3.771,-2.122]],v:[[2.122,-3.772],[-3.771,2.122],[-2.12,3.772],[3.771,-2.122]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[4.021,4.022],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 1",np:2,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[2.122,3.771],[-3.771,-2.121],[-2.12,-3.771],[3.771,2.122]],o:[[2.122,3.771],[-3.771,-2.121],[-2.12,-3.771],[3.771,2.122]],v:[[2.122,3.771],[-3.771,-2.121],[-2.12,-3.771],[3.771,2.122]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[4.021,4.021],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 2",np:2,cix:2,ix:2,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:60.0000024438501,st:0,bm:0,completed:!0},{ddd:0,ind:9,ty:4,nm:"Layer 9/uploading file Outlines",sr:1,ks:{o:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:0,s:[0],e:[100]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:8,s:[100],e:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:22,s:[0],e:[100]},{t:32.0000013033867}],ix:11},r:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:3,s:[0],e:[193]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:9,s:[193],e:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:25,s:[0],e:[193]},{t:33.0000013441176}],ix:10},p:{a:0,k:[381.5,190,0],ix:2},a:{a:0,k:[4.5,4.5,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[2.122,-3.771],[-3.771,2.122],[-2.122,3.771],[3.771,-2.121]],o:[[2.122,-3.771],[-3.771,2.122],[-2.122,3.771],[3.771,-2.121]],v:[[2.122,-3.771],[-3.771,2.122],[-2.122,3.771],[3.771,-2.121]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[4.021,4.021],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 1",np:2,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[2.122,3.771],[-3.771,-2.122],[-2.122,-3.771],[3.771,2.121]],o:[[2.122,3.771],[-3.771,-2.122],[-2.122,-3.771],[3.771,2.121]],v:[[2.122,3.771],[-3.771,-2.122],[-2.122,-3.771],[3.771,2.121]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[4.021,4.021],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 2",np:2,cix:2,ix:2,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:60.0000024438501,st:0,bm:0,completed:!0},{ddd:0,ind:10,ty:4,nm:"Layer 10/uploading file Outlines",sr:1,ks:{o:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:2,s:[0],e:[100]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:9,s:[100],e:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:45,s:[0],e:[100]},{t:55.0000022401959}],ix:11},r:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:5,s:[0],e:[193]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:10,s:[193],e:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:48,s:[0],e:[193]},{t:56.0000022809268}],ix:10},p:{a:0,k:[324,298,0],ix:2},a:{a:0,k:[4.5,4.5,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[2.122,-3.772],[-3.771,2.122],[-2.122,3.772],[3.771,-2.122]],o:[[2.122,-3.772],[-3.771,2.122],[-2.122,3.772],[3.771,-2.122]],v:[[2.122,-3.772],[-3.771,2.122],[-2.122,3.772],[3.771,-2.122]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[4.021,4.022],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 1",np:2,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[2.122,3.771],[-3.771,-2.121],[-2.122,-3.771],[3.771,2.122]],o:[[2.122,3.771],[-3.771,-2.121],[-2.122,-3.771],[3.771,2.122]],v:[[2.122,3.771],[-3.771,-2.121],[-2.122,-3.771],[3.771,2.122]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[4.021,4.021],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 2",np:2,cix:2,ix:2,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:60.0000024438501,st:0,bm:0,completed:!0},{ddd:0,ind:11,ty:4,nm:"Layer 11/uploading file Outlines",sr:1,ks:{o:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:2,s:[0],e:[100]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:15,s:[100],e:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:28,s:[0],e:[100]},{t:40.0000016292334}],ix:11},r:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:5,s:[0],e:[193]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:16,s:[193],e:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:31,s:[0],e:[193]},{t:41.0000016699642}],ix:10},p:{a:0,k:[80,105,0],ix:2},a:{a:0,k:[4.5,4.5,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[2.122,-3.772],[-3.771,2.122],[-2.122,3.772],[3.771,-2.122]],o:[[2.122,-3.772],[-3.771,2.122],[-2.122,3.772],[3.771,-2.122]],v:[[2.122,-3.772],[-3.771,2.122],[-2.122,3.772],[3.771,-2.122]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[4.021,4.022],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 1",np:2,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[2.122,3.771],[-3.771,-2.121],[-2.122,-3.771],[3.771,2.122]],o:[[2.122,3.771],[-3.771,-2.121],[-2.122,-3.771],[3.771,2.122]],v:[[2.122,3.771],[-3.771,-2.121],[-2.122,-3.771],[3.771,2.122]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[4.021,4.021],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 2",np:2,cix:2,ix:2,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:60.0000024438501,st:0,bm:0,completed:!0},{ddd:0,ind:12,ty:4,nm:"Layer 12/uploading file Outlines",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[352.5,152.5,0],ix:2},a:{a:0,k:[18.5,18.5,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[3.842,.485],[-3.842,.485],[-3.842,-.485],[3.842,-.485]],o:[[3.842,.485],[-3.842,.485],[-3.842,-.485],[3.842,-.485]],v:[[3.842,.485],[-3.842,.485],[-3.842,-.485],[3.842,-.485]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.2894,.9506,.7082,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[4.092,18.208],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 1",np:2,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[3.842,.485],[-3.842,.485],[-3.842,-.485],[3.842,-.485]],o:[[3.842,.485],[-3.842,.485],[-3.842,-.485],[3.842,-.485]],v:[[3.842,.485],[-3.842,.485],[-3.842,-.485],[3.842,-.485]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.2894,.9506,.7082,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[32.323,18.208],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 2",np:2,cix:2,ix:2,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[.485,3.842],[-.485,3.842],[-.485,-3.842],[.485,-3.842]],o:[[.485,3.842],[-.485,3.842],[-.485,-3.842],[.485,-3.842]],v:[[.485,3.842],[-.485,3.842],[-.485,-3.842],[.485,-3.842]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.2894,.9506,.7082,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[18.208,32.323],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 3",np:2,cix:2,ix:3,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[.485,3.842],[-.485,3.842],[-.485,-3.842],[.485,-3.842]],o:[[.485,3.842],[-.485,3.842],[-.485,-3.842],[.485,-3.842]],v:[[.485,3.842],[-.485,3.842],[-.485,-3.842],[.485,-3.842]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.2894,.9506,.7082,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[18.208,4.092],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 4",np:2,cix:2,ix:4,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[7.815,1.2109999999999999],[2.707,6.32],[-1.2109999999999999,7.815],[-6.32,2.706],[-7.815,-1.2109999999999999],[-2.706,-6.32],[1.2129999999999999,-7.814],[6.32,-2.706]],o:[[6.32,2.706],[1.2129999999999999,7.815],[-2.706,6.32],[-7.815,1.2109999999999999],[-6.32,-2.706],[-1.2109999999999999,-7.814],[2.707,-6.32],[7.815,-1.2109999999999999]],v:[[6.32,2.706],[2.707,6.32],[-2.706,6.32],[-6.32,2.706],[-6.32,-2.706],[-2.706,-6.32],[2.707,-6.32],[6.32,-2.706]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.2894,.9506,.7082,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[18.208,18.208],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 5",np:2,cix:2,ix:5,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:60.0000024438501,st:0,bm:0,completed:!0},{ddd:0,ind:13,ty:4,nm:"Layer 13/uploading file Outlines",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[53.5,269.5,0],ix:2},a:{a:0,k:[18.5,18.5,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[3.842,.486],[-3.842,.486],[-3.842,-.486],[3.842,-.486]],o:[[3.842,.486],[-3.842,.486],[-3.842,-.486],[3.842,-.486]],v:[[3.842,.486],[-3.842,.486],[-3.842,-.486],[3.842,-.486]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.2894,.9506,.7082,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[4.092,18.207],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 1",np:2,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[3.842,.486],[-3.842,.486],[-3.842,-.486],[3.842,-.486]],o:[[3.842,.486],[-3.842,.486],[-3.842,-.486],[3.842,-.486]],v:[[3.842,.486],[-3.842,.486],[-3.842,-.486],[3.842,-.486]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.2894,.9506,.7082,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[32.322,18.207],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 2",np:2,cix:2,ix:2,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[.485,3.842],[-.485,3.842],[-.485,-3.842],[.485,-3.842]],o:[[.485,3.842],[-.485,3.842],[-.485,-3.842],[.485,-3.842]],v:[[.485,3.842],[-.485,3.842],[-.485,-3.842],[.485,-3.842]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.2894,.9506,.7082,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[18.207,32.323],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 3",np:2,cix:2,ix:3,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[.485,3.842],[-.485,3.842],[-.485,-3.842],[.485,-3.842]],o:[[.485,3.842],[-.485,3.842],[-.485,-3.842],[.485,-3.842]],v:[[.485,3.842],[-.485,3.842],[-.485,-3.842],[.485,-3.842]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.2894,.9506,.7082,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[18.207,4.092],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 4",np:2,cix:2,ix:4,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[7.815,1.2109999999999999],[2.706,6.321],[-1.2119999999999997,7.8149999999999995],[-6.32,2.706],[-7.815,-1.2109999999999999],[-2.707,-6.32],[1.212,-7.814],[6.32,-2.706]],o:[[6.32,2.706],[1.212,7.8149999999999995],[-2.707,6.321],[-7.815,1.2109999999999999],[-6.32,-2.706],[-1.2119999999999997,-7.814],[2.706,-6.32],[7.815,-1.2109999999999999]],v:[[6.32,2.706],[2.706,6.321],[-2.707,6.321],[-6.32,2.706],[-6.32,-2.706],[-2.707,-6.32],[2.706,-6.32],[6.32,-2.706]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.2894,.9506,.7082,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[18.207,18.208],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 5",np:2,cix:2,ix:5,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:60.0000024438501,st:0,bm:0,completed:!0},{ddd:0,ind:14,ty:4,nm:"Layer 14/uploading file Outlines 2",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[107,311,0],ix:2},a:{a:0,k:[9.5,9.5,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[6.667,-3.683],[3.681,6.667],[-6.667,3.682],[-3.683,-6.667]],o:[[6.667,3.682],[-3.683,6.667],[-6.667,-3.683],[3.681,-6.667]],v:[[6.667,-.001],[-.001,6.667],[-6.667,-.001],[-.001,-6.667]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"st",c:{a:0,k:[.2746,.9454,.6994,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[9.166,9.166],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 1",np:2,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:60.0000024438501,st:0,bm:0,completed:!0},{ddd:0,ind:15,ty:4,nm:"Layer 14/uploading file Outlines",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[57,131,0],ix:2},a:{a:0,k:[9.5,9.5,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[6.667,-3.683],[3.681,6.667],[-6.667,3.682],[-3.683,-6.667]],o:[[6.667,3.682],[-3.683,6.667],[-6.667,-3.683],[3.681,-6.667]],v:[[6.667,-.001],[-.001,6.667],[-6.667,-.001],[-.001,-6.667]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"st",c:{a:0,k:[.1457,.7943,.5565,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[9.166,9.166],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 1",np:2,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:60.0000024438501,st:0,bm:0,completed:!0},{ddd:0,ind:16,ty:4,nm:"Layer 15/uploading file Outlines",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[288,314,0],ix:2},a:{a:0,k:[9.5,9.5,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[6.667,-3.683],[3.682,6.666],[-6.667,3.682],[-3.683,-6.666]],o:[[6.667,3.682],[-3.683,6.666],[-6.667,-3.683],[3.682,-6.666]],v:[[6.667,-.001],[0,6.666],[-6.667,-.001],[0,-6.666]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"st",c:{a:0,k:[.1457,.7943,.5565,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[9.167,9.166],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 1",np:2,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:60.0000024438501,st:0,bm:0,completed:!0}],__complete$1=!0,uploadingAnimation={v:v$2,fr:fr$2,ip:ip$2,op:op$2,w:w$2,h:h$2,nm:nm$2,ddd:ddd$2,assets:assets$2,layers:layers$2,__complete:__complete$1},nm$1="unsuccessful",ddd$1=0,h$1=800,w$1=600,meta={g:"LottieFiles AE 3.5.7"},layers$1=[{ty:3,nm:"Null 1",sr:1,st:0,op:60.0000024438501,ip:0,hd:!1,ddd:0,bm:0,hasMask:!1,ao:0,ks:{a:{a:0,k:[0,0,0],ix:1},s:{a:0,k:[100,100,100],ix:6},sk:{a:0,k:0},p:{a:1,k:[{o:{x:.765,y:0},i:{x:.67,y:1},s:[300,484,0],t:0,ti:null,to:null},{o:{x:.378,y:0},i:{x:.349,y:1},s:[300,312,0],t:30,ti:null,to:null},{s:[300,484,0],t:60.0000024438501}],ix:2},r:{a:0,k:0,ix:10},sa:{a:0,k:0},o:{a:0,k:0,ix:11}},ef:[],ind:1,completed:!0},{ty:4,nm:"Group 1",sr:1,st:0,op:60.0000024438501,ip:0,hd:!1,ddd:0,bm:0,hasMask:!1,ao:0,ks:{a:{a:0,k:[288.266,288.39,0],ix:1},s:{a:0,k:[100,100,100],ix:6},sk:{a:0,k:0},p:{a:0,k:[300,483,0],ix:2},r:{a:0,k:0,ix:10},sa:{a:0,k:0},o:{a:0,k:100,ix:11}},ef:[],shapes:[{ty:"gr",bm:0,hd:!1,mn:"ADBE Vector Group",nm:"Group 1",ix:1,cix:2,np:2,it:[{ty:"sh",bm:0,hd:!1,mn:"ADBE Vector Shape - Group",nm:"Path 1",ix:1,d:1,ks:{a:0,k:{c:!1,i:[[6.756,570.023],[457.172,570.023]],o:[[6.756,570.023],[457.172,570.023]],v:[[6.756,570.023],[457.172,570.023]]},ix:2},_render:!0},{ty:"st",bm:0,hd:!1,mn:"ADBE Vector Graphic - Stroke",nm:"Stroke 1",lc:2,lj:2,ml:1,o:{a:0,k:100,ix:4},w:{a:0,k:13.512,ix:5},c:{a:0,k:[.9804,.7216,.1569,1],ix:3},_render:!0},{ty:"tr",a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},sk:{a:0,k:0,ix:4},p:{a:0,k:[0,0],ix:2},r:{a:0,k:0,ix:6},sa:{a:0,k:0,ix:5},o:{a:0,k:100,ix:7},_render:!0}],_render:!0}],ind:2,completed:!0},{ty:4,nm:"Group 2",sr:1,st:0,op:60.0000024438501,ip:0,hd:!1,ddd:0,bm:0,hasMask:!1,ao:0,ks:{a:{a:0,k:[288.266,288.39,0],ix:1},s:{a:0,k:[100,100,100],ix:6},sk:{a:0,k:0},p:{a:0,k:[300,483,0],ix:2},r:{a:0,k:0,ix:10},sa:{a:0,k:0},o:{a:0,k:100,ix:11}},ef:[],shapes:[{ty:"gr",bm:0,hd:!1,mn:"ADBE Vector Group",nm:"Group 2",ix:1,cix:2,np:2,it:[{ty:"sh",bm:0,hd:!1,mn:"ADBE Vector Shape - Group",nm:"Path 1",ix:1,d:1,ks:{a:0,k:{c:!1,i:[[513.474,570.023],[569.777,570.023]],o:[[513.474,570.023],[569.777,570.023]],v:[[513.474,570.023],[569.777,570.023]]},ix:2},_render:!0},{ty:"st",bm:0,hd:!1,mn:"ADBE Vector Graphic - Stroke",nm:"Stroke 1",lc:2,lj:2,ml:1,o:{a:0,k:100,ix:4},w:{a:0,k:13.512,ix:5},c:{a:0,k:[.9804,.7216,.1569,1],ix:3},_render:!0},{ty:"tr",a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},sk:{a:0,k:0,ix:4},p:{a:0,k:[0,0],ix:2},r:{a:0,k:0,ix:6},sa:{a:0,k:0,ix:5},o:{a:0,k:100,ix:7},_render:!0}],_render:!0}],ind:3,completed:!0},{ty:4,nm:"Group 3",sr:1,st:0,op:60.0000024438501,ip:0,hd:!1,ddd:0,bm:0,hasMask:!1,ao:0,ks:{a:{a:0,k:[288.266,288.39,0],ix:1},s:{a:0,k:[100,100,100],ix:6},sk:{a:0,k:0},p:{a:0,k:[0,3.253,0],ix:2},r:{a:0,k:0,ix:10},sa:{a:0,k:0},o:{a:0,k:100,ix:11}},ef:[],shapes:[{ty:"gr",bm:0,hd:!1,mn:"ADBE Vector Group",nm:"Group 3",ix:1,cix:2,np:2,it:[{ty:"sh",bm:0,hd:!1,mn:"ADBE Vector Shape - Group",nm:"Path 1",ix:1,d:1,ks:{a:0,k:{c:!1,i:[[206.474,-46.032],[161.329,-.887],[112.57,-29.038],[112.57,-3.115],[59.952,27.264],[22.417,-10.27],[-75.101,46.032],[-137.279,10.133],[-155.229,41.222],[-206.475,41.222]],o:[[206.474,-46.032],[161.329,-.887],[112.57,-29.038],[112.57,-3.115],[59.952,27.264],[22.417,-10.27],[-75.101,46.032],[-137.279,10.133],[-155.229,41.222],[-206.475,41.222]],v:[[206.474,-46.032],[161.329,-.887],[112.57,-29.038],[112.57,-3.115],[59.952,27.264],[22.417,-10.27],[-75.101,46.032],[-137.279,10.133],[-155.229,41.222],[-206.475,41.222]]},ix:2},_render:!0},{ty:"st",bm:0,hd:!1,mn:"ADBE Vector Graphic - Stroke",nm:"Stroke 1",lc:2,lj:2,ml:1,o:{a:0,k:100,ix:4},w:{a:0,k:13.512,ix:5},c:{a:0,k:[.9804,.7216,.1569,1],ix:3},_render:!0},{ty:"tr",a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},sk:{a:0,k:0,ix:4},p:{a:0,k:[288.299,486.457],ix:2},r:{a:0,k:0,ix:6},sa:{a:0,k:0,ix:5},o:{a:0,k:100,ix:7},_render:!0}],_render:!0}],ind:4,parent:1,completed:!0},{ty:4,nm:"R",sr:1,st:0,op:60.0000024438501,ip:0,hd:!1,ddd:0,bm:0,hasMask:!1,ao:0,ks:{a:{a:0,k:[392.39,358.541,0],ix:1},s:{a:0,k:[100,100,100],ix:6},sk:{a:0,k:0},p:{a:1,k:[{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[19.5,1,0],t:0,ti:[-2.179,-2.025,0],to:[1.4,1.301,0]},{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[27.163,2.531,0],t:2,ti:[-1.946,-1.878,0],to:[1.629,1.514,0]},{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[32.794,4.39,0],t:4,ti:[-1.821,-1.798,0],to:[1.654,1.596,0]},{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[40.766,7.493,0],t:6,ti:[-1.761,-1.808,0],to:[1.672,1.651,0]},{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[46.423,10.94,0],t:8,ti:[-1.721,-1.848,0],to:[1.674,1.719,0]},{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[53.521,14.301,0],t:10,ti:[-1.646,-1.877,0],to:[1.65,1.772,0]},{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[61.469,19.783,0],t:12,ti:[-1.527,-1.865,0],to:[1.581,1.803,0]},{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[66.131,22.794,0],t:14,ti:[-1.596,-2.056,0],to:[1.608,1.964,0]},{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[71.692,28.587,0],t:16,ti:[-1.731,-2.145,0],to:[1.579,2.033,0]},{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[77.004,33.4,0],t:18,ti:[-1.497,-2.084,0],to:[1.737,2.152,0]},{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[82.453,40.05,0],t:20,ti:[-1.439,-2.127,0],to:[1.544,2.15,0]},{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[86.929,45.985,0],t:22,ti:[-1.437,-2.197,0],to:[1.532,2.264,0]},{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[91.889,53.955,0],t:24,ti:[-1.68,-2.385,0],to:[1.606,2.454,0]},{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[94.619,60.661,0],t:26,ti:[-1.39,-2.253,0],to:[1.797,2.55,0]},{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[97.623,67.248,0],t:28,ti:[-1.399,-1.3,0],to:[1.983,3.215,0]},{s:[99.624,74.405,0],t:30.0000012219251}],ix:2,x:`var $bm_rt;
|
|
302
307
|
$bm_rt = loopOut('pingpong');`},r:{a:1,k:[{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[-53],t:0},{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[-21.267],t:14},{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[-12.633],t:22},{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[-.317],t:26},{s:[0],t:30.0000012219251}],ix:10,x:`var $bm_rt;
|
|
303
308
|
$bm_rt = loopOut('pingpong');`},sa:{a:0,k:0},o:{a:0,k:100,ix:11}},ef:[],shapes:[{ty:"gr",bm:0,hd:!1,mn:"ADBE Vector Group",nm:"Group 4",ix:1,cix:2,np:2,it:[{ty:"sh",bm:0,hd:!1,mn:"ADBE Vector Shape - Group",nm:"Path 1",ix:1,d:1,ks:{a:0,k:{c:!1,i:[[17.546,-10.251],[-17.546,10.251]],o:[[17.546,-10.251],[-17.546,10.251]],v:[[17.546,-10.251],[-17.546,10.251]]},ix:2},_render:!0},{ty:"st",bm:0,hd:!1,mn:"ADBE Vector Graphic - Stroke",nm:"Stroke 1",lc:2,lj:2,ml:1,o:{a:0,k:100,ix:4},w:{a:0,k:13.512,ix:5},c:{a:0,k:[.9804,.7216,.1569,1],ix:3},_render:!0},{ty:"tr",a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},sk:{a:0,k:0,ix:4},p:{a:0,k:[397.082,359.605],ix:2},r:{a:0,k:0,ix:6},sa:{a:0,k:0,ix:5},o:{a:0,k:100,ix:7},_render:!0}],_render:!0},{ty:"tm",bm:0,hd:!1,mn:"ADBE Vector Filter - Trim",nm:"Trim Paths 1",ix:2,e:{a:0,k:96,ix:2},o:{a:0,k:0,ix:3},s:{a:0,k:0,ix:1},m:1,_render:!0}],ind:5,parent:1,completed:!0},{ty:4,nm:"B",sr:1,st:0,op:60.0000024438501,ip:0,hd:!1,ddd:0,bm:0,hasMask:!1,ao:0,ks:{a:{a:0,k:[288.266,288.39,0],ix:1},s:{a:0,k:[100,100,100],ix:6},sk:{a:0,k:0},p:{a:0,k:[0,3.253,0],ix:2},r:{a:0,k:0,ix:10},sa:{a:0,k:0},o:{a:0,k:100,ix:11}},ef:[],shapes:[{ty:"gr",bm:0,hd:!1,mn:"ADBE Vector Group",nm:"Group 5",ix:1,cix:2,np:2,it:[{ty:"sh",bm:0,hd:!1,mn:"ADBE Vector Shape - Group",nm:"Path 1",ix:1,d:1,ks:{a:0,k:{c:!1,i:[[86.547,34.5],[42.19,-34.5],[-77.676,-5.125999999999998]],o:[[77.479,-5.125999999999998],[-42.386,-34.5],[-86.546,34.5]],v:[[86.547,34.5],[0,-34.5],[-86.546,34.5]]},ix:2},_render:!0},{ty:"st",bm:0,hd:!1,mn:"ADBE Vector Graphic - Stroke",nm:"Stroke 1",lc:2,lj:2,ml:1,o:{a:0,k:100,ix:4},w:{a:0,k:13.512,ix:5},c:{a:0,k:[.9804,.7216,.1569,1],ix:3},_render:!0},{ty:"tr",a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},sk:{a:0,k:0,ix:4},p:{a:0,k:[288.298,334.292],ix:2},r:{a:0,k:0,ix:6},sa:{a:0,k:0,ix:5},o:{a:0,k:100,ix:7},_render:!0}],_render:!0},{ty:"tm",bm:0,hd:!1,mn:"ADBE Vector Filter - Trim",nm:"Trim Paths 1",ix:2,e:{a:1,k:[{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[57],t:0},{s:[100],t:30.0000012219251}],ix:2,x:`var $bm_rt;
|
|
304
309
|
$bm_rt = loopOut('pingpong');`},o:{a:0,k:0,ix:3},s:{a:1,k:[{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[43],t:0},{s:[0],t:30.0000012219251}],ix:1,x:`var $bm_rt;
|
|
@@ -306,10 +311,5 @@ $bm_rt = loopOut('pingpong');`},m:1,_render:!0}],ind:6,parent:1,completed:!0},{t
|
|
|
306
311
|
$bm_rt = loopOut('pingpong');`},r:{a:1,k:[{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[57],t:0},{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[28.4],t:14},{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[22.8],t:18},{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[6.6],t:26},{s:[0],t:30.0000012219251}],ix:10,x:`var $bm_rt;
|
|
307
312
|
$bm_rt = loopOut('pingpong');`},sa:{a:0,k:0},o:{a:0,k:100,ix:11}},ef:[],shapes:[{ty:"gr",bm:0,hd:!1,mn:"ADBE Vector Group",nm:"Group 6",ix:1,cix:2,np:2,it:[{ty:"sh",bm:0,hd:!1,mn:"ADBE Vector Shape - Group",nm:"Path 1",ix:1,d:1,ks:{a:0,k:{c:!1,i:[[17.546,10.251],[-17.546,-10.251]],o:[[17.546,10.251],[-17.546,-10.251]],v:[[17.546,10.251],[-17.546,-10.251]]},ix:2},_render:!0},{ty:"st",bm:0,hd:!1,mn:"ADBE Vector Graphic - Stroke",nm:"Stroke 1",lc:2,lj:2,ml:1,o:{a:0,k:100,ix:4},w:{a:0,k:13.512,ix:5},c:{a:0,k:[.9804,.7216,.1569,1],ix:3},_render:!0},{ty:"tr",a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},sk:{a:0,k:0,ix:4},p:{a:0,k:[179.862,359.238],ix:2},r:{a:0,k:0,ix:6},sa:{a:0,k:0,ix:5},o:{a:0,k:100,ix:7},_render:!0}],_render:!0},{ty:"tm",bm:0,hd:!1,mn:"ADBE Vector Filter - Trim",nm:"Trim Paths 1",ix:2,e:{a:0,k:100,ix:2},o:{a:0,k:0,ix:3},s:{a:1,k:[{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[3],t:0},{s:[12],t:2.00000008146167}],ix:1},m:1,_render:!0}],ind:7,parent:1,completed:!0},{ty:4,nm:"T",sr:1,st:0,op:60.0000024438501,ip:0,hd:!1,ddd:0,bm:0,hasMask:!1,ao:0,ks:{a:{a:0,k:[288.266,288.39,0],ix:1},s:{a:0,k:[100,100,100],ix:6},sk:{a:0,k:0},p:{a:0,k:[0,3.253,0],ix:2},r:{a:0,k:0,ix:10},sa:{a:0,k:0},o:{a:0,k:100,ix:11}},ef:[],shapes:[{ty:"gr",bm:0,hd:!1,mn:"ADBE Vector Group",nm:"Group 7",ix:1,cix:2,np:2,it:[{ty:"sh",bm:0,hd:!1,mn:"ADBE Vector Shape - Group",nm:"Path 1",ix:1,d:1,ks:{a:0,k:{c:!1,i:[[-121.638,43.964],[-56.778,-43.964],[104.88000000000001,-7.097000000000001]],o:[[-104.88000000000001,-7.097000000000001],[56.778,-43.964],[121.638,43.964]],v:[[-121.638,43.964],[0,-43.964],[121.638,43.964]]},ix:2},_render:!0},{ty:"st",bm:0,hd:!1,mn:"ADBE Vector Graphic - Stroke",nm:"Stroke 1",lc:2,lj:2,ml:1,o:{a:0,k:100,ix:4},w:{a:0,k:13.512,ix:5},c:{a:0,k:[.9804,.7216,.1569,1],ix:3},_render:!0},{ty:"tr",a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},sk:{a:0,k:0,ix:4},p:{a:0,k:[288.298,304.326],ix:2},r:{a:0,k:0,ix:6},sa:{a:0,k:0,ix:5},o:{a:0,k:100,ix:7},_render:!0}],_render:!0},{ty:"tm",bm:0,hd:!1,mn:"ADBE Vector Filter - Trim",nm:"Trim Paths 1",ix:2,e:{a:1,k:[{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[58],t:0},{s:[100],t:30.0000012219251}],ix:2,x:`var $bm_rt;
|
|
308
313
|
$bm_rt = loopOut('pingpong');`},o:{a:0,k:0,ix:3},s:{a:1,k:[{o:{x:.167,y:.167},i:{x:.833,y:.833},s:[44],t:0},{s:[0],t:30.0000012219251}],ix:1,x:`var $bm_rt;
|
|
309
|
-
$bm_rt = loopOut('pingpong');`},m:1,_render:!0}],ind:8,parent:1,completed:!0},{ty:4,nm:"Group 8",sr:1,st:0,op:60.0000024438501,ip:0,hd:!1,ddd:0,bm:0,hasMask:!1,ao:0,ks:{a:{a:0,k:[288.266,288.39,0],ix:1},s:{a:0,k:[100,100,100],ix:6},sk:{a:0,k:0},p:{a:0,k:[0,3.253,0],ix:2},r:{a:0,k:0,ix:10},sa:{a:0,k:0},o:{a:0,k:100,ix:11}},ef:[],shapes:[{ty:"gr",bm:0,hd:!1,mn:"ADBE Vector Group",nm:"Group 8",ix:1,cix:2,np:4,it:[{ty:"sh",bm:0,hd:!1,mn:"ADBE Vector Shape - Group",nm:"Path 1",ix:1,d:1,ks:{a:0,k:{c:!0,i:[[138.125,-189.088],[138.125,-241.109],[190.138,-189.088]],o:[[138.125,-189.088],[138.125,-241.109],[190.138,-189.088]],v:[[138.125,-189.088],[138.125,-241.109],[190.138,-189.088]]},ix:2},_render:!0},{ty:"sh",bm:0,hd:!1,mn:"ADBE Vector Shape - Group",nm:"Path 2",ix:2,d:1,ks:{a:0,k:{c:!0,i:[[212.489,-185.84400000000002],[136.201,-262.131],[133.22199999999998,-264.11],[-206.441,-264.11],[-213.194,-261.086],[-213.194,263.265],[-204.13400000000001,263.62],[-199.687,-250.604],[124.618,-250.604],[124.618,-182.334],[127.64200000000001,-175.581],[199.687,-175.581],[199.687,99.221],[213.194,99.221],[213.194,-182.334]],o:[[211.215,-187.109],[134.936,-263.405],[131.426,-264.11],[-210.17000000000002,-264.11],[-213.194,-257.357],[-208.631,263.299],[-199.687,264.11],[-199.687,-250.604],[124.618,-250.604],[124.618,-178.605],[131.371,-175.581],[199.687,-175.581],[199.687,99.221],[213.194,99.221],[213.194,-184.13]],v:[[211.215,-187.109],[136.201,-262.131],[131.426,-264.11],[-206.441,-264.11],[-213.194,-257.357],[-213.194,263.265],[-199.687,264.11],[-199.687,-250.604],[124.618,-250.604],[124.618,-182.334],[131.371,-175.581],[199.687,-175.581],[199.687,99.221],[213.194,99.221],[213.194,-182.334]]},ix:2},_render:!0},{ty:"mm",bm:0,hd:!1,mn:"ADBE Vector Filter - Merge",nm:"Merge Paths 1",mm:1,_render:!0},{ty:"fl",bm:0,hd:!1,mn:"ADBE Vector Graphic - Fill",nm:"Fill 1",c:{a:0,k:[.9804,.7216,.1569,1],ix:4},r:1,o:{a:0,k:100,ix:5},_render:!0},{ty:"tr",a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},sk:{a:0,k:0,ix:4},p:{a:0,k:[288.264,264.361],ix:2},r:{a:0,k:0,ix:6},sa:{a:0,k:0,ix:5},o:{a:0,k:100,ix:7},_render:!0}],_render:!0}],ind:9,parent:1,completed:!0},{ty:4,nm:"Group 9",sr:1,st:0,op:60.0000024438501,ip:0,hd:!1,ddd:0,bm:0,hasMask:!1,ao:0,ks:{a:{a:0,k:[288.266,288.39,0],ix:1},s:{a:0,k:[100,100,100],ix:6},sk:{a:0,k:0},p:{a:0,k:[0,3.253,0],ix:2},r:{a:0,k:0,ix:10},sa:{a:0,k:0},o:{a:0,k:100,ix:11}},ef:[],shapes:[{ty:"gr",bm:0,hd:!1,mn:"ADBE Vector Group",nm:"Group 9",ix:1,cix:2,np:2,it:[{ty:"sh",bm:0,hd:!1,mn:"ADBE Vector Shape - Group",nm:"Path 1",ix:1,d:1,ks:{a:0,k:{c:!1,i:[[494.707,440.425],[494.707,354.199]],o:[[494.707,440.425],[494.707,354.199]],v:[[494.707,440.425],[494.707,354.199]]},ix:2},_render:!0},{ty:"st",bm:0,hd:!1,mn:"ADBE Vector Graphic - Stroke",nm:"Stroke 1",lc:2,lj:2,ml:1,o:{a:0,k:100,ix:4},w:{a:0,k:13.512,ix:5},c:{a:0,k:[.9804,.7216,.1569,1],ix:3},_render:!0},{ty:"tr",a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},sk:{a:0,k:0,ix:4},p:{a:0,k:[0,0],ix:2},r:{a:0,k:0,ix:6},sa:{a:0,k:0,ix:5},o:{a:0,k:100,ix:7},_render:!0}],_render:!0}],ind:10,parent:1,completed:!0},{ty:4,nm:"Group 10",sr:1,st:0,op:60.0000024438501,ip:0,hd:!1,ddd:0,bm:0,hasMask:!1,ao:0,ks:{a:{a:0,k:[288.266,288.39,0],ix:1},s:{a:0,k:[100,100,100],ix:6},sk:{a:0,k:0},p:{a:0,k:[0,3.253,0],ix:2},r:{a:0,k:0,ix:10},sa:{a:0,k:0},o:{a:0,k:100,ix:11}},ef:[],shapes:[{ty:"gr",bm:0,hd:!1,mn:"ADBE Vector Group",nm:"Group 10",ix:1,cix:2,np:2,it:[{ty:"sh",bm:0,hd:!1,mn:"ADBE Vector Shape - Group",nm:"Path 1",ix:1,d:1,ks:{a:0,k:{c:!0,i:[[26.462,.094],[53.11,26.555],[26.462,53.018],[-.001,26.555],[-26.651,53.018],[-53.111,26.555],[-26.463,.094],[-53.111,-26.555],[-26.651,-53.018],[-.001,-26.555],[26.462,-53.018],[53.11,-26.555]],o:[[26.462,.094],[53.11,26.555],[26.462,53.018],[-.001,26.555],[-26.651,53.018],[-53.111,26.555],[-26.463,.094],[-53.111,-26.555],[-26.651,-53.018],[-.001,-26.555],[26.462,-53.018],[53.11,-26.555]],v:[[26.462,.094],[53.11,26.555],[26.462,53.018],[-.001,26.555],[-26.651,53.018],[-53.111,26.555],[-26.463,.094],[-53.111,-26.555],[-26.651,-53.018],[-.001,-26.555],[26.462,-53.018],[53.11,-26.555]]},ix:2},_render:!0},{ty:"st",bm:0,hd:!1,mn:"ADBE Vector Graphic - Stroke",nm:"Stroke 1",lc:2,lj:2,ml:1,o:{a:0,k:100,ix:4},w:{a:0,k:13.512,ix:5},c:{a:0,k:[.9804,.7216,.1569,1],ix:3},_render:!0},{ty:"tr",a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},sk:{a:0,k:0,ix:4},p:{a:0,k:[382.103,175.887],ix:2},r:{a:0,k:0,ix:6},sa:{a:0,k:0,ix:5},o:{a:0,k:100,ix:7},_render:!0}],_render:!0}],ind:11,parent:1,completed:!0},{ty:4,nm:"Group 11",sr:1,st:0,op:60.0000024438501,ip:0,hd:!1,ddd:0,bm:0,hasMask:!1,ao:0,ks:{a:{a:0,k:[288.266,288.39,0],ix:1},s:{a:0,k:[100,100,100],ix:6},sk:{a:0,k:0},p:{a:0,k:[0,3.253,0],ix:2},r:{a:0,k:0,ix:10},sa:{a:0,k:0},o:{a:0,k:100,ix:11}},ef:[],shapes:[{ty:"gr",bm:0,hd:!1,mn:"ADBE Vector Group",nm:"Group 11",ix:1,cix:2,np:2,it:[{ty:"sh",bm:0,hd:!1,mn:"ADBE Vector Shape - Group",nm:"Path 1",ix:1,d:1,ks:{a:0,k:{c:!0,i:[[26.463,.094],[53.111,26.555],[26.463,53.018],[-.001,26.555],[-26.65,53.018],[-53.11,26.555],[-26.462,.094],[-53.11,-26.555],[-26.65,-53.018],[-.001,-26.555],[26.463,-53.018],[53.111,-26.555]],o:[[26.463,.094],[53.111,26.555],[26.463,53.018],[-.001,26.555],[-26.65,53.018],[-53.11,26.555],[-26.462,.094],[-53.11,-26.555],[-26.65,-53.018],[-.001,-26.555],[26.463,-53.018],[53.111,-26.555]],v:[[26.463,.094],[53.111,26.555],[26.463,53.018],[-.001,26.555],[-26.65,53.018],[-53.11,26.555],[-26.462,.094],[-53.11,-26.555],[-26.65,-53.018],[-.001,-26.555],[26.463,-53.018],[53.111,-26.555]]},ix:2},_render:!0},{ty:"st",bm:0,hd:!1,mn:"ADBE Vector Graphic - Stroke",nm:"Stroke 1",lc:2,lj:2,ml:1,o:{a:0,k:100,ix:4},w:{a:0,k:13.512,ix:5},c:{a:0,k:[.9804,.7216,.1569,1],ix:3},_render:!0},{ty:"tr",a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},sk:{a:0,k:0,ix:4},p:{a:0,k:[194.461,175.887],ix:2},r:{a:0,k:0,ix:6},sa:{a:0,k:0,ix:5},o:{a:0,k:100,ix:7},_render:!0}],_render:!0}],ind:12,parent:1,completed:!0}],v$3="4.8.0",fr$3=29.9700012207031,op$3=60.0000024438501,ip$3=0,assets$3=[],__complete$2=!0,errorAnimation={nm:nm$3,ddd:ddd$3,h:h$3,w:w$3,meta:meta$1,layers:layers$3,v:v$3,fr:fr$3,op:op$3,ip:ip$3,assets:assets$3,__complete:__complete$2},v$2="4.10.2",fr$2=29.9700012207031,ip$2=0,op$2=60.0000024438501,w$2=400,h$2=400,nm$2="Comp 1",ddd$2=0,assets$2=[],layers$2=[{ddd:0,ind:1,ty:4,nm:"upload/uploading file Outlines 2",sr:1,ks:{o:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:0,s:[100],e:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:9,s:[0],e:[100]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:18,s:[100],e:[100]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:34,s:[100],e:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:43,s:[0],e:[100]},{t:52.0000021180034}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:.167},n:"0p833_0p833_0p167_0p167",t:0,s:[79.262,194.519,0],e:[79.262,189.519,0],to:null,ti:null},{i:{x:.833,y:.833},o:{x:.167,y:.167},n:"0p833_0p833_0p167_0p167",t:9,s:[79.262,189.519,0],e:[79.262,194.519,0],to:null,ti:null},{i:{x:.833,y:.833},o:{x:.167,y:.167},n:"0p833_0p833_0p167_0p167",t:20,s:[79.262,194.519,0],e:[79.262,194.519,0],to:null,ti:null},{i:{x:.833,y:.833},o:{x:.167,y:.167},n:"0p833_0p833_0p167_0p167",t:35,s:[79.262,194.519,0],e:[79.262,189.519,0],to:null,ti:null},{i:{x:.833,y:.833},o:{x:.167,y:.167},n:"0p833_0p833_0p167_0p167",t:44,s:[79.262,189.519,0],e:[79.262,194.519,0],to:[0,0,0],ti:[0,-.83333331346512,0]},{t:55.0000022401959}],ix:2},a:{a:0,k:[11.5,21,0],ix:1},s:{a:0,k:[69.663,69.663,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[.572,-.315],[.316,.572],[-.572,.315],[-.316,-.572]],o:[[.572,.315],[-.316,.572],[-.572,-.315],[.316,-.572]],v:[[.572,0],[0,.572],[-.572,0],[0,-.572]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[1,1,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[11.413,40.207],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 1",np:2,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[.964,-.532],[.531,.964],[-.964,.532],[-.533,-.964]],o:[[.964,.532],[-.533,.964],[-.964,-.532],[.531,-.964]],v:[[.964,0],[-.001,.964],[-.964,0],[-.001,-.964]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[1,1,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[11.413,37.108],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 2",np:2,cix:2,ix:2,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[1.363,-.752],[.753,1.362],[-1.363,.753],[-.752,-1.362]],o:[[1.363,.753],[-.752,1.362],[-1.363,-.752],[.753,-1.362]],v:[[1.363,0],[0,1.362],[-1.363,0],[0,-1.362]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[1,1,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[11.413,33.004],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 3",np:2,cix:2,ix:3,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[6.269,-5.276999999999999],[5.773,-5.773],[4.471,-6.269],[-5.772,3.975],[-6.268000000000001,5.276999999999999],[-4.471,6.269],[5.773,-3.975]],o:[[5.773,-5.773],[5.276999999999999,-6.269],[3.975,-5.773],[-6.268000000000001,4.471],[-5.276,6.269],[-3.975,5.773],[6.269,-4.471]],v:[[5.773,-5.773],[5.773,-5.773],[3.975,-5.773],[-5.772,3.975],[-5.772,5.773],[-3.975,5.773],[5.773,-3.975]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[1,1,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[6.518,6.519],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 4",np:2,cix:2,ix:4,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[5.276999999999999,6.269],[5.773,5.773],[6.269,4.4719999999999995],[-3.975,-5.773],[-5.276,-6.269],[-6.268000000000001,-4.471],[3.975,5.773]],o:[[5.773,5.773],[6.269,5.276999999999999],[5.773,3.976],[-4.471,-6.269],[-6.268000000000001,-5.276999999999999],[-5.772,-3.975],[4.471,6.269]],v:[[5.773,5.773],[5.773,5.773],[5.773,3.976],[-3.975,-5.773],[-5.772,-5.773],[-5.772,-3.975],[3.975,5.773]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[1,1,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[16.266,6.519],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 5",np:2,cix:2,ix:5,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-.702,10.424],[0,10.424],[1.271,9.855],[1.271,-9.153],[.701,-10.424],[-1.271,-9.854000000000001],[-1.271,9.153]],o:[[0,10.424],[.701,10.424],[1.271,9.153],[1.271,-9.854000000000001],[-.702,-10.424],[-1.271,-9.153],[-1.271,9.855]],v:[[0,10.424],[0,10.424],[1.271,9.153],[1.271,-9.153],[0,-10.424],[-1.271,-9.153],[-1.271,9.153]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[1,1,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[11.392,19.839],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 6",np:2,cix:2,ix:6,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:60.0000024438501,st:0,bm:0,completed:!0},{ddd:0,ind:2,ty:4,nm:"upload/uploading file Outlines",sr:1,ks:{o:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:0,s:[100],e:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:9,s:[0],e:[100]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:18,s:[100],e:[100]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:33,s:[100],e:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:42,s:[0],e:[100]},{t:51.0000020772726}],ix:11},r:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:14,s:[0],e:[3]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:23,s:[3],e:[-3]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:31,s:[-3],e:[0]},{t:41.0000016699642}],ix:10},p:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:.167},n:"0p833_0p833_0p167_0p167",t:9,s:[326.762,240.019,0],e:[317.262,240.019,0],to:null,ti:null},{i:{x:.833,y:.833},o:{x:.167,y:.167},n:"0p833_0p833_0p167_0p167",t:19,s:[317.262,240.019,0],e:[330.262,240.019,0],to:null,ti:null},{i:{x:.833,y:.833},o:{x:.167,y:.167},n:"0p833_0p833_0p167_0p167",t:27,s:[330.262,240.019,0],e:[326.762,240.019,0],to:[1.58333337306976,0,0],ti:[.58333331346512,0,0]},{t:36.0000014663101}],ix:2},a:{a:0,k:[11.5,21,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[.572,-.315],[.316,.572],[-.572,.315],[-.316,-.572]],o:[[.572,.315],[-.316,.572],[-.572,-.315],[.316,-.572]],v:[[.572,0],[0,.572],[-.572,0],[0,-.572]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[1,1,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[11.413,40.207],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 1",np:2,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[.964,-.532],[.531,.964],[-.964,.532],[-.533,-.964]],o:[[.964,.532],[-.533,.964],[-.964,-.532],[.531,-.964]],v:[[.964,0],[-.001,.964],[-.964,0],[-.001,-.964]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[1,1,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[11.413,37.108],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 2",np:2,cix:2,ix:2,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[1.363,-.752],[.753,1.362],[-1.363,.753],[-.752,-1.362]],o:[[1.363,.753],[-.752,1.362],[-1.363,-.752],[.753,-1.362]],v:[[1.363,0],[0,1.362],[-1.363,0],[0,-1.362]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[1,1,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[11.413,33.004],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 3",np:2,cix:2,ix:3,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[6.269,-5.276999999999999],[5.773,-5.773],[4.471,-6.269],[-5.772,3.975],[-6.268000000000001,5.276999999999999],[-4.471,6.269],[5.773,-3.975]],o:[[5.773,-5.773],[5.276999999999999,-6.269],[3.975,-5.773],[-6.268000000000001,4.471],[-5.276,6.269],[-3.975,5.773],[6.269,-4.471]],v:[[5.773,-5.773],[5.773,-5.773],[3.975,-5.773],[-5.772,3.975],[-5.772,5.773],[-3.975,5.773],[5.773,-3.975]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[1,1,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[6.518,6.519],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 4",np:2,cix:2,ix:4,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[5.276999999999999,6.269],[5.773,5.773],[6.269,4.4719999999999995],[-3.975,-5.773],[-5.276,-6.269],[-6.268000000000001,-4.471],[3.975,5.773]],o:[[5.773,5.773],[6.269,5.276999999999999],[5.773,3.976],[-4.471,-6.269],[-6.268000000000001,-5.276999999999999],[-5.772,-3.975],[4.471,6.269]],v:[[5.773,5.773],[5.773,5.773],[5.773,3.976],[-3.975,-5.773],[-5.772,-5.773],[-5.772,-3.975],[3.975,5.773]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[1,1,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[16.266,6.519],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 5",np:2,cix:2,ix:5,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-.702,10.424],[0,10.424],[1.271,9.855],[1.271,-9.153],[.701,-10.424],[-1.271,-9.854000000000001],[-1.271,9.153]],o:[[0,10.424],[.701,10.424],[1.271,9.153],[1.271,-9.854000000000001],[-.702,-10.424],[-1.271,-9.153],[-1.271,9.855]],v:[[0,10.424],[0,10.424],[1.271,9.153],[1.271,-9.153],[0,-10.424],[-1.271,-9.153],[-1.271,9.153]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[1,1,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[11.392,19.839],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 6",np:2,cix:2,ix:6,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:60.0000024438501,st:0,bm:0,completed:!0},{ddd:0,ind:3,ty:4,nm:"clude 1/uploading file Outlines",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:14,s:[0],e:[3]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:23,s:[3],e:[-3]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:31,s:[-3],e:[0]},{t:41.0000016699642}],ix:10},p:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:.167},n:"0p833_0p833_0p167_0p167",t:9,s:[328.762,242.019,0],e:[319.262,242.019,0],to:null,ti:null},{i:{x:.833,y:.833},o:{x:.167,y:.167},n:"0p833_0p833_0p167_0p167",t:19,s:[319.262,242.019,0],e:[332.262,242.019,0],to:null,ti:null},{i:{x:.833,y:.833},o:{x:.167,y:.167},n:"0p833_0p833_0p167_0p167",t:27,s:[332.262,242.019,0],e:[328.762,242.019,0],to:[1.58333337306976,0,0],ti:[.58333331346512,0,0]},{t:36.0000014663101}],ix:2},a:{a:0,k:[65.5,44,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[57.909,-4.4670000000000005],[46.191,36.163],[-31.745,36.163],[-57.909,24.442999999999998],[-46.191,-16.175],[-31.551,-16.175],[-16.072,-36.163],[21.750999999999998,-27.503999999999998],[29.69,-16.175]],o:[[57.909,24.442999999999998],[31.736,36.163],[-46.191,36.163],[-57.909,-4.4670000000000005],[-31.648,-16.175],[-27.244999999999997,-27.823999999999998],[10.403,-36.163],[27.692,-15.942],[46.191,-16.175]],v:[[57.909,9.988],[31.736,36.163],[-31.745,36.163],[-57.909,9.988],[-31.745,-16.175],[-31.453,-16.165],[-2.961,-36.163],[25.773,-15.484],[31.736,-16.175]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"st",c:{a:0,k:[0,.6784,.4353,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:3,ix:5},lc:1,lj:1,ml:10,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[65.408,43.663],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 1",np:3,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:60.0000024438501,st:0,bm:0,completed:!0},{ddd:0,ind:4,ty:4,nm:"clude 2/uploading file Outlines",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.833,y:.833},o:{x:.167,y:.167},n:"0p833_0p833_0p167_0p167",t:0,s:[81.5,197,0],e:[81.5,192,0],to:null,ti:null},{i:{x:.833,y:.833},o:{x:.167,y:.167},n:"0p833_0p833_0p167_0p167",t:9,s:[81.5,192,0],e:[81.5,197,0],to:null,ti:null},{i:{x:.833,y:.833},o:{x:.167,y:.167},n:"0p833_0p833_0p167_0p167",t:20,s:[81.5,197,0],e:[81.5,197,0],to:null,ti:null},{i:{x:.833,y:.833},o:{x:.167,y:.167},n:"0p833_0p833_0p167_0p167",t:35,s:[81.5,197,0],e:[81.5,192,0],to:null,ti:null},{i:{x:.833,y:.833},o:{x:.167,y:.167},n:"0p833_0p833_0p167_0p167",t:44,s:[81.5,192,0],e:[81.5,197,0],to:[0,0,0],ti:[0,-.83333331346512,0]},{t:55.0000022401959}],ix:2},a:{a:0,k:[55,37.5,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[47.333,-3.651],[37.755,29.559],[-25.948,29.559],[-47.333,19.98],[-37.755,-13.221],[-25.788999999999998,-13.222],[-13.137,-29.559],[17.779,-22.481],[24.268,-13.221]],o:[[47.333,19.98],[25.939,29.559],[-37.755,29.559],[-47.333,-3.651],[-25.868000000000002,-13.221],[-22.27,-22.744],[8.503,-29.559],[22.635,-13.030000000000001],[37.755,-13.221]],v:[[47.333,8.164],[25.939,29.559],[-25.948,29.559],[-47.333,8.164],[-25.948,-13.221],[-25.709,-13.213],[-2.42,-29.559],[21.067,-12.656],[25.939,-13.221]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"st",c:{a:0,k:[0,.6784,.4353,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:3,ix:5},lc:1,lj:1,ml:10,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[54.834,37.059],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 1",np:3,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:60.0000024438501,st:0,bm:0,completed:!0},{ddd:0,ind:5,ty:4,nm:"doc/uploading file Outlines",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[206.5,191.5,0],ix:2},a:{a:0,k:[56.5,64.5,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[9.333,9.333],[-9.333,9.333],[-9.333,-9.333],[9.333,-9.333]],o:[[9.333,9.333],[-9.333,9.333],[-9.333,-9.333],[9.333,-9.333]],v:[[9.333,9.333],[-9.333,9.333],[-9.333,-9.333],[9.333,-9.333]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[44.984,27.127],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 1",np:2,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[27.167,2.167],[-27.167,2.167],[-27.167,-2.167],[27.167,-2.167]],o:[[27.167,2.167],[-27.167,2.167],[-27.167,-2.167],[27.167,-2.167]],v:[[27.167,2.167],[-27.167,2.167],[-27.167,-2.167],[27.167,-2.167]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[62.817,78.794],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 2",np:2,cix:2,ix:2,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[27.167,2.167],[-27.167,2.167],[-27.167,-2.167],[27.167,-2.167]],o:[[27.167,2.167],[-27.167,2.167],[-27.167,-2.167],[27.167,-2.167]],v:[[27.167,2.167],[-27.167,2.167],[-27.167,-2.167],[27.167,-2.167]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[62.817,65.46],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 3",np:2,cix:2,ix:3,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[27.167,2.167],[-27.167,2.167],[-27.167,-2.167],[27.167,-2.167]],o:[[27.167,2.167],[-27.167,2.167],[-27.167,-2.167],[27.167,-2.167]],v:[[27.167,2.167],[-27.167,2.167],[-27.167,-2.167],[27.167,-2.167]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[62.817,52.127],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 4",np:2,cix:2,ix:4,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-11.848,-11.913],[11.848,11.913]],o:[[-11.848,-11.913],[11.848,11.913]],v:[[-11.848,-11.913],[11.848,11.913]],c:!1},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"st",c:{a:0,k:[0,.6784,.4353,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:3,ix:5},lc:1,lj:1,ml:10,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[93.224,19.413],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 5",np:2,cix:2,ix:5,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[40.917,50],[-40.917,50],[-40.917,-50],[17.25,-50],[16.917,-26],[40.917,-26]],o:[[40.917,50],[-40.917,50],[-40.917,-50],[17.25,-50],[16.917,-26],[40.917,-26]],v:[[40.917,50],[-40.917,50],[-40.917,-50],[17.25,-50],[16.917,-26],[40.917,-26]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"st",c:{a:0,k:[0,.6784,.4353,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:3,ix:5},lc:1,lj:1,ml:10,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[1,1,1,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[63.734,57.794],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 6",np:3,cix:2,ix:6,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[39.075,47.75],[-39.075,47.75],[-39.075,-47.75],[26.575,-47.75],[39.075,-35.175]],o:[[39.075,47.75],[-39.075,47.75],[-39.075,-47.75],[26.575,-47.75],[39.075,-35.175]],v:[[39.075,47.75],[-39.075,47.75],[-39.075,-47.75],[26.575,-47.75],[39.075,-35.175]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"st",c:{a:0,k:[0,.6784,.4353,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:3,ix:5},lc:1,lj:1,ml:10,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[46.575,73.469],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 7",np:3,cix:2,ix:7,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:60.0000024438501,st:0,bm:0,completed:!0},{ddd:0,ind:6,ty:4,nm:"Layer 6/uploading file Outlines",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:0,s:[0],e:[-13.567]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:28,s:[-13.567],e:[0]},{t:59.0000024031193}],ix:10},p:{a:0,k:[200,200,0],ix:2},a:{a:0,k:[126,126,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[118.303,-65.336],[65.33699999999999,118.304],[-118.303,65.33800000000001],[-65.33800000000001,-118.304]],o:[[118.303,65.33800000000001],[-65.33800000000001,118.304],[-118.303,-65.336],[65.33699999999999,-118.304]],v:[[118.303,.001],[-.001,118.304],[-118.303,.001],[-.001,-118.304]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"st",c:{a:0,k:[0,.6784,.4353,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:3,ix:5},lc:1,lj:1,ml:10,d:[{n:"d",nm:"dash",v:{a:0,k:5.995,ix:1}},{n:"g",nm:"gap",v:{a:0,k:5.995,ix:2}},{n:"o",nm:"offset",v:{a:0,k:0,ix:7}}],nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[125.803,125.804],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 1",np:2,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:60.0000024438501,st:0,bm:0,completed:!0},{ddd:0,ind:7,ty:4,nm:"Layer 7/uploading file Outlines",sr:1,ks:{o:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:3,s:[0],e:[100]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:17,s:[100],e:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:35,s:[0],e:[100]},{t:50.0000020365418}],ix:11},r:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:6,s:[0],e:[193]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:18,s:[193],e:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:38,s:[0],e:[193]},{t:51.0000020772726}],ix:10},p:{a:0,k:[322,117.5,0],ix:2},a:{a:0,k:[4.5,4.5,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[2.122,-3.771],[-3.771,2.122],[-2.121,3.771],[3.771,-2.121]],o:[[2.122,-3.771],[-3.771,2.122],[-2.121,3.771],[3.771,-2.121]],v:[[2.122,-3.771],[-3.771,2.122],[-2.121,3.771],[3.771,-2.121]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[4.021,4.021],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 1",np:2,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[2.122,3.771],[-3.771,-2.122],[-2.121,-3.771],[3.771,2.121]],o:[[2.122,3.771],[-3.771,-2.122],[-2.121,-3.771],[3.771,2.121]],v:[[2.122,3.771],[-3.771,-2.122],[-2.121,-3.771],[3.771,2.121]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[4.021,4.022],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 2",np:2,cix:2,ix:2,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:60.0000024438501,st:0,bm:0,completed:!0},{ddd:0,ind:8,ty:4,nm:"Layer 8/uploading file Outlines",sr:1,ks:{o:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:7,s:[0],e:[100]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:19,s:[100],e:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:32,s:[0],e:[100]},{t:44.0000017921567}],ix:11},r:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:10,s:[0],e:[193]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:20,s:[193],e:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:35,s:[0],e:[193]},{t:45.0000018328876}],ix:10},p:{a:0,k:[25.5,163,0],ix:2},a:{a:0,k:[4.5,4.5,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[2.122,-3.772],[-3.771,2.122],[-2.12,3.772],[3.771,-2.122]],o:[[2.122,-3.772],[-3.771,2.122],[-2.12,3.772],[3.771,-2.122]],v:[[2.122,-3.772],[-3.771,2.122],[-2.12,3.772],[3.771,-2.122]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[4.021,4.022],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 1",np:2,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[2.122,3.771],[-3.771,-2.121],[-2.12,-3.771],[3.771,2.122]],o:[[2.122,3.771],[-3.771,-2.121],[-2.12,-3.771],[3.771,2.122]],v:[[2.122,3.771],[-3.771,-2.121],[-2.12,-3.771],[3.771,2.122]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[4.021,4.021],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 2",np:2,cix:2,ix:2,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:60.0000024438501,st:0,bm:0,completed:!0},{ddd:0,ind:9,ty:4,nm:"Layer 9/uploading file Outlines",sr:1,ks:{o:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:0,s:[0],e:[100]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:8,s:[100],e:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:22,s:[0],e:[100]},{t:32.0000013033867}],ix:11},r:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:3,s:[0],e:[193]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:9,s:[193],e:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:25,s:[0],e:[193]},{t:33.0000013441176}],ix:10},p:{a:0,k:[381.5,190,0],ix:2},a:{a:0,k:[4.5,4.5,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[2.122,-3.771],[-3.771,2.122],[-2.122,3.771],[3.771,-2.121]],o:[[2.122,-3.771],[-3.771,2.122],[-2.122,3.771],[3.771,-2.121]],v:[[2.122,-3.771],[-3.771,2.122],[-2.122,3.771],[3.771,-2.121]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[4.021,4.021],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 1",np:2,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[2.122,3.771],[-3.771,-2.122],[-2.122,-3.771],[3.771,2.121]],o:[[2.122,3.771],[-3.771,-2.122],[-2.122,-3.771],[3.771,2.121]],v:[[2.122,3.771],[-3.771,-2.122],[-2.122,-3.771],[3.771,2.121]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[4.021,4.021],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 2",np:2,cix:2,ix:2,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:60.0000024438501,st:0,bm:0,completed:!0},{ddd:0,ind:10,ty:4,nm:"Layer 10/uploading file Outlines",sr:1,ks:{o:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:2,s:[0],e:[100]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:9,s:[100],e:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:45,s:[0],e:[100]},{t:55.0000022401959}],ix:11},r:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:5,s:[0],e:[193]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:10,s:[193],e:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:48,s:[0],e:[193]},{t:56.0000022809268}],ix:10},p:{a:0,k:[324,298,0],ix:2},a:{a:0,k:[4.5,4.5,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[2.122,-3.772],[-3.771,2.122],[-2.122,3.772],[3.771,-2.122]],o:[[2.122,-3.772],[-3.771,2.122],[-2.122,3.772],[3.771,-2.122]],v:[[2.122,-3.772],[-3.771,2.122],[-2.122,3.772],[3.771,-2.122]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[4.021,4.022],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 1",np:2,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[2.122,3.771],[-3.771,-2.121],[-2.122,-3.771],[3.771,2.122]],o:[[2.122,3.771],[-3.771,-2.121],[-2.122,-3.771],[3.771,2.122]],v:[[2.122,3.771],[-3.771,-2.121],[-2.122,-3.771],[3.771,2.122]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[4.021,4.021],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 2",np:2,cix:2,ix:2,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:60.0000024438501,st:0,bm:0,completed:!0},{ddd:0,ind:11,ty:4,nm:"Layer 11/uploading file Outlines",sr:1,ks:{o:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:2,s:[0],e:[100]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:15,s:[100],e:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:28,s:[0],e:[100]},{t:40.0000016292334}],ix:11},r:{a:1,k:[{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:5,s:[0],e:[193]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:16,s:[193],e:[0]},{i:{x:[.833],y:[.833]},o:{x:[.167],y:[.167]},n:["0p833_0p833_0p167_0p167"],t:31,s:[0],e:[193]},{t:41.0000016699642}],ix:10},p:{a:0,k:[80,105,0],ix:2},a:{a:0,k:[4.5,4.5,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[2.122,-3.772],[-3.771,2.122],[-2.122,3.772],[3.771,-2.122]],o:[[2.122,-3.772],[-3.771,2.122],[-2.122,3.772],[3.771,-2.122]],v:[[2.122,-3.772],[-3.771,2.122],[-2.122,3.772],[3.771,-2.122]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[4.021,4.022],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 1",np:2,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[2.122,3.771],[-3.771,-2.121],[-2.122,-3.771],[3.771,2.122]],o:[[2.122,3.771],[-3.771,-2.121],[-2.122,-3.771],[3.771,2.122]],v:[[2.122,3.771],[-3.771,-2.121],[-2.122,-3.771],[3.771,2.122]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[4.021,4.021],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 2",np:2,cix:2,ix:2,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:60.0000024438501,st:0,bm:0,completed:!0},{ddd:0,ind:12,ty:4,nm:"Layer 12/uploading file Outlines",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[352.5,152.5,0],ix:2},a:{a:0,k:[18.5,18.5,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[3.842,.485],[-3.842,.485],[-3.842,-.485],[3.842,-.485]],o:[[3.842,.485],[-3.842,.485],[-3.842,-.485],[3.842,-.485]],v:[[3.842,.485],[-3.842,.485],[-3.842,-.485],[3.842,-.485]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.2894,.9506,.7082,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[4.092,18.208],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 1",np:2,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[3.842,.485],[-3.842,.485],[-3.842,-.485],[3.842,-.485]],o:[[3.842,.485],[-3.842,.485],[-3.842,-.485],[3.842,-.485]],v:[[3.842,.485],[-3.842,.485],[-3.842,-.485],[3.842,-.485]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.2894,.9506,.7082,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[32.323,18.208],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 2",np:2,cix:2,ix:2,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[.485,3.842],[-.485,3.842],[-.485,-3.842],[.485,-3.842]],o:[[.485,3.842],[-.485,3.842],[-.485,-3.842],[.485,-3.842]],v:[[.485,3.842],[-.485,3.842],[-.485,-3.842],[.485,-3.842]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.2894,.9506,.7082,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[18.208,32.323],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 3",np:2,cix:2,ix:3,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[.485,3.842],[-.485,3.842],[-.485,-3.842],[.485,-3.842]],o:[[.485,3.842],[-.485,3.842],[-.485,-3.842],[.485,-3.842]],v:[[.485,3.842],[-.485,3.842],[-.485,-3.842],[.485,-3.842]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.2894,.9506,.7082,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[18.208,4.092],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 4",np:2,cix:2,ix:4,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[7.815,1.2109999999999999],[2.707,6.32],[-1.2109999999999999,7.815],[-6.32,2.706],[-7.815,-1.2109999999999999],[-2.706,-6.32],[1.2129999999999999,-7.814],[6.32,-2.706]],o:[[6.32,2.706],[1.2129999999999999,7.815],[-2.706,6.32],[-7.815,1.2109999999999999],[-6.32,-2.706],[-1.2109999999999999,-7.814],[2.707,-6.32],[7.815,-1.2109999999999999]],v:[[6.32,2.706],[2.707,6.32],[-2.706,6.32],[-6.32,2.706],[-6.32,-2.706],[-2.706,-6.32],[2.707,-6.32],[6.32,-2.706]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.2894,.9506,.7082,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[18.208,18.208],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 5",np:2,cix:2,ix:5,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:60.0000024438501,st:0,bm:0,completed:!0},{ddd:0,ind:13,ty:4,nm:"Layer 13/uploading file Outlines",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[53.5,269.5,0],ix:2},a:{a:0,k:[18.5,18.5,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[3.842,.486],[-3.842,.486],[-3.842,-.486],[3.842,-.486]],o:[[3.842,.486],[-3.842,.486],[-3.842,-.486],[3.842,-.486]],v:[[3.842,.486],[-3.842,.486],[-3.842,-.486],[3.842,-.486]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.2894,.9506,.7082,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[4.092,18.207],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 1",np:2,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[3.842,.486],[-3.842,.486],[-3.842,-.486],[3.842,-.486]],o:[[3.842,.486],[-3.842,.486],[-3.842,-.486],[3.842,-.486]],v:[[3.842,.486],[-3.842,.486],[-3.842,-.486],[3.842,-.486]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.2894,.9506,.7082,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[32.322,18.207],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 2",np:2,cix:2,ix:2,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[.485,3.842],[-.485,3.842],[-.485,-3.842],[.485,-3.842]],o:[[.485,3.842],[-.485,3.842],[-.485,-3.842],[.485,-3.842]],v:[[.485,3.842],[-.485,3.842],[-.485,-3.842],[.485,-3.842]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.2894,.9506,.7082,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[18.207,32.323],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 3",np:2,cix:2,ix:3,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[.485,3.842],[-.485,3.842],[-.485,-3.842],[.485,-3.842]],o:[[.485,3.842],[-.485,3.842],[-.485,-3.842],[.485,-3.842]],v:[[.485,3.842],[-.485,3.842],[-.485,-3.842],[.485,-3.842]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.2894,.9506,.7082,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[18.207,4.092],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 4",np:2,cix:2,ix:4,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[7.815,1.2109999999999999],[2.706,6.321],[-1.2119999999999997,7.8149999999999995],[-6.32,2.706],[-7.815,-1.2109999999999999],[-2.707,-6.32],[1.212,-7.814],[6.32,-2.706]],o:[[6.32,2.706],[1.212,7.8149999999999995],[-2.707,6.321],[-7.815,1.2109999999999999],[-6.32,-2.706],[-1.2119999999999997,-7.814],[2.706,-6.32],[7.815,-1.2109999999999999]],v:[[6.32,2.706],[2.706,6.321],[-2.707,6.321],[-6.32,2.706],[-6.32,-2.706],[-2.707,-6.32],[2.706,-6.32],[6.32,-2.706]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.2894,.9506,.7082,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[18.207,18.208],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 5",np:2,cix:2,ix:5,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:60.0000024438501,st:0,bm:0,completed:!0},{ddd:0,ind:14,ty:4,nm:"Layer 14/uploading file Outlines 2",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[107,311,0],ix:2},a:{a:0,k:[9.5,9.5,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[6.667,-3.683],[3.681,6.667],[-6.667,3.682],[-3.683,-6.667]],o:[[6.667,3.682],[-3.683,6.667],[-6.667,-3.683],[3.681,-6.667]],v:[[6.667,-.001],[-.001,6.667],[-6.667,-.001],[-.001,-6.667]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"st",c:{a:0,k:[.2746,.9454,.6994,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[9.166,9.166],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 1",np:2,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:60.0000024438501,st:0,bm:0,completed:!0},{ddd:0,ind:15,ty:4,nm:"Layer 14/uploading file Outlines",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[57,131,0],ix:2},a:{a:0,k:[9.5,9.5,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[6.667,-3.683],[3.681,6.667],[-6.667,3.682],[-3.683,-6.667]],o:[[6.667,3.682],[-3.683,6.667],[-6.667,-3.683],[3.681,-6.667]],v:[[6.667,-.001],[-.001,6.667],[-6.667,-.001],[-.001,-6.667]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"st",c:{a:0,k:[.1457,.7943,.5565,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[9.166,9.166],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 1",np:2,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:60.0000024438501,st:0,bm:0,completed:!0},{ddd:0,ind:16,ty:4,nm:"Layer 15/uploading file Outlines",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[288,314,0],ix:2},a:{a:0,k:[9.5,9.5,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[6.667,-3.683],[3.682,6.666],[-6.667,3.682],[-3.683,-6.666]],o:[[6.667,3.682],[-3.683,6.666],[-6.667,-3.683],[3.682,-6.666]],v:[[6.667,-.001],[0,6.666],[-6.667,-.001],[0,-6.666]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"st",c:{a:0,k:[.1457,.7943,.5565,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:10,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[9.167,9.166],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Group 1",np:2,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:60.0000024438501,st:0,bm:0,completed:!0}],__complete$1=!0,uploadingAnimation={v:v$2,fr:fr$2,ip:ip$2,op:op$2,w:w$2,h:h$2,nm:nm$2,ddd:ddd$2,assets:assets$2,layers:layers$2,__complete:__complete$1},v$1="4.8.0",meta={g:"LottieFiles AE ",a:"",k:"",d:"",tc:""},fr$1=30,ip$1=0,op$1=31,w$1=800,h$1=200,nm$1="Loading Files",ddd$1=0,assets$1=[],layers$1=[{ddd:0,ind:1,ty:4,nm:"Search",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.97,y:1},o:{x:.69,y:0},t:0,s:[351.535,97.918,0],to:[6,-17,0],ti:[11,14.25,0]},{t:30,s:[351.535,99.418,0]}],ix:2},a:{a:0,k:[352.535,96.918,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[16.432000000000002,-62.534],[-62.287,-34.616],[-34.402,61.939],[62.153000000000006,34.052],[55.587,-32.595]],o:[[-34.445,-62.477],[-62.263,34.096000000000004],[34.31,61.914],[62.136,-16.787],[32.285,-55.968999999999994]],v:[[-.089,-62.489],[-62.274,-.26],[-.046,61.927],[62.142,-.304],[43.936,-44.254]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ind:1,ty:"sh",ix:2,ks:{a:0,k:{i:[[9.540999999999999,74.498],[-74.538,41.039],[-41.038000000000004,-74.539],[74.538,-41.039],[56.078,57.623]],o:[[-41.234,74.431],[-74.42999999999999,-41.234],[41.234,-74.42999999999999],[74.445,30.38],[19.089999999999996,72.64]],v:[[-.098,74.485],[-74.484,-.097],[.098,-74.485],[74.484,.098],[28.019,69.014]],c:!0},ix:2},nm:"Path 2",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.7872,.8328,.8161,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[383.401,89.476],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Subtraction 48",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-25.254,-8.902],[-8.902,-25.254],[-8.902,-25.254],[23.005,6.653],[26.003999999999998,14.514999999999999],[17.514,23.005],[9.652,26.003999999999998],[-25.254,-8.902]],o:[[-25.254,-8.902],[-8.902,-25.254],[-8.902,-25.254],[26.003999999999998,9.652],[23.005,17.514],[14.514999999999999,26.003999999999998],[6.653,23.005],[-25.254,-8.902]],v:[[-25.254,-8.902],[-8.902,-25.254],[-8.902,-25.254],[23.005,6.653],[23.005,17.514],[17.514,23.005],[6.653,23.005],[-25.254,-8.902]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[0,.6784,.4353,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[446.9,153.591],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Rectangle 4757",np:2,cix:2,bm:0,ix:2,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:510,st:0,bm:0,completed:!0},{ddd:0,ind:2,ty:4,nm:"Files 5",sr:1,ks:{o:{a:1,k:[{i:{x:[.24],y:[1]},o:{x:[.167],y:[.172]},t:0,s:[0]},{t:30,s:[50]}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.24,y:1},o:{x:.167,y:.172},t:0,s:[723.194,100.918,0],to:[-25.25,-.583,0],ti:[25.25,.583,0]},{t:30,s:[571.694,97.418,0]}],ix:2},a:{a:0,k:[723.194,96.918,0],ix:1},s:{a:1,k:[{i:{x:[.24,.24,.24],y:[1,1,1]},o:{x:[.167,.167,.167],y:[.172,.172,11.207]},t:0,s:[100,100,100]},{t:30,s:[165,165,100]}],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-18.935,-8.56],[-10.273,-8.56],[-9.688,-8.282],[-9.669,-5.943],[-9.947,-5.357],[-18.935,-5.338],[-19.521,-5.617],[-19.54,-7.957],[-19.261,-8.543]],o:[[-18.935,-8.56],[-9.947,-8.541],[-9.669,-7.956],[-9.688,-5.617],[-10.273,-5.338],[-19.261,-5.357],[-19.54,-5.943],[-19.521,-8.283],[-18.935,-8.562]],v:[[-18.935,-8.56],[-10.273,-8.56],[-9.669,-7.956],[-9.669,-5.943],[-10.273,-5.338],[-18.935,-5.338],[-19.54,-5.943],[-19.54,-7.957],[-18.935,-8.562]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ind:1,ty:"sh",ix:2,ks:{a:0,k:{i:[[-18.935,-.906],[18.935,-.906],[19.521,-.627],[19.54,1.713],[19.261,2.299],[-18.935,2.318],[-19.521,2.039],[-19.54,-.302],[-19.261,-.888]],o:[[-18.935,-.906],[19.261,-.887],[19.54,-.301],[19.521,2.039],[18.935,2.318],[-19.261,2.299],[-19.54,1.713],[-19.521,-.628],[-18.935,-.907]],v:[[-18.935,-.906],[18.935,-.906],[19.54,-.301],[19.54,1.713],[18.935,2.318],[-18.935,2.318],[-19.54,1.713],[-19.54,-.302],[-18.935,-.907]],c:!0},ix:2},nm:"Path 2",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ind:2,ty:"sh",ix:3,ks:{a:0,k:{i:[[-19.259999999999998,5.962],[18.935,5.943],[19.521,6.221],[19.54,8.562],[19.261,9.147],[-18.935,9.166],[-19.521,8.888],[-19.54,6.546]],o:[[-18.935,5.943],[19.261,5.962],[19.54,6.547],[19.521,8.888],[18.935,9.166],[-19.261,9.147],[-19.54,8.562],[-19.521,6.221]],v:[[-18.935,5.943],[18.935,5.943],[19.54,6.547],[19.54,8.562],[18.935,9.166],[-18.935,9.166],[-19.54,8.562],[-19.54,6.546]],c:!0},ix:2},nm:"Path 3",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ind:3,ty:"sh",ix:4,ks:{a:0,k:{i:[[-19.261,12.81],[-.604,12.791],[-.018,13.07],[.001,15.41],[-.27799999999999997,15.995],[-18.935,16.014],[-19.521,15.736],[-19.54,13.396]],o:[[-18.935,12.791],[-.27799999999999997,12.81],[.001,13.396],[-.018,15.736],[-.604,16.014],[-19.261,15.995],[-19.54,15.41],[-19.521,13.07]],v:[[-18.935,12.791],[-.604,12.791],[.001,13.396],[.001,15.41],[-.604,16.014],[-18.935,16.014],[-19.54,15.41],[-19.54,13.396]],c:!0},ix:2},nm:"Path 4",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ind:4,ty:"sh",ix:5,ks:{a:0,k:{i:[[-19.261,-15.995],[-6.446,-16.014],[-5.861,-15.736],[-5.842,-13.396],[-6.12,-12.81],[-18.935,-12.791],[-19.521,-13.07],[-19.54,-15.41]],o:[[-18.935,-16.014],[-6.12,-15.995],[-5.842,-15.41],[-5.861,-13.07],[-6.446,-12.791],[-19.261,-12.81],[-19.54,-13.396],[-19.521,-15.736]],v:[[-18.935,-16.014],[-6.446,-16.014],[-5.842,-15.41],[-5.842,-13.396],[-6.446,-12.791],[-18.935,-12.791],[-19.54,-13.396],[-19.54,-15.41]],c:!0},ix:2},nm:"Path 5",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.7,.82,.776,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[723.194,96.817],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Path 2951",np:6,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.468,-9.468],[9.468,9.468],[-9.468,9.468]],o:[[-9.468,-9.468],[9.468,9.468],[-9.468,9.468]],v:[[-9.468,-9.468],[9.468,9.468],[-9.468,9.468]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.7,.82,.776,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[738.705,74.961],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Path 2950",np:2,cix:2,bm:0,ix:2,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-19.665,-31.424],[5.942,-31.424],[24.878,-12.489],[24.878,26.187],[22.587,31.403],[19.665,31.424],[-19.638,31.424],[-24.856,29.136],[-24.878,26.213],[-24.878,-26.187],[-22.587,-31.403]],o:[[-19.64,-31.424],[5.942,-31.424],[24.878,-12.489],[24.899,29.059],[19.69,31.424],[19.64,31.424],[-22.51,31.445999999999998],[-24.878,26.238],[-24.878,26.187],[-24.899,-29.059],[-19.69,-31.424]],v:[[-19.64,-31.424],[5.942,-31.424],[24.878,-12.489],[24.878,26.187],[19.715,31.424],[19.64,31.424],[-19.638,31.424],[-24.878,26.264],[-24.878,26.187],[-24.878,-26.187],[-19.715,-31.424]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.8559,.9241,.8991,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[723.094,96.918],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Path 2949",np:2,cix:2,bm:0,ix:3,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:510,st:0,bm:0,completed:!0},{ddd:0,ind:3,ty:4,nm:"Files 4",sr:1,ks:{o:{a:1,k:[{i:{x:[.24],y:[1]},o:{x:[.167],y:[.172]},t:0,s:[50]},{t:30,s:[100]}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.24,y:1},o:{x:.167,y:.172},t:0,s:[570.918,96.918,0],to:null,ti:null},{t:30,s:[390.918,96.918,0]}],ix:2},a:{a:0,k:[570.918,96.918,0],ix:1},s:{a:1,k:[{i:{x:[.24,.24,.24],y:[1,1,1]},o:{x:[.167,.167,.167],y:[.172,.172,4.483]},t:0,s:[100,100,100]},{t:30,s:[126,126,100]}],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-31.928,-14.435],[-17.322,-14.435],[-16.335,-13.963999999999999],[-16.303,-10.021],[-16.773,-9.033],[-31.928,-9.001],[-32.916000000000004,-9.472000000000001],[-32.948,-13.417],[-32.477000000000004,-14.404]],o:[[-31.928,-14.435],[-16.773,-14.403],[-16.303,-13.415],[-16.335,-9.472000000000001],[-17.322,-9.001],[-32.477000000000004,-9.033],[-32.948,-10.021],[-32.916000000000004,-13.966],[-31.928,-14.436]],v:[[-31.928,-14.435],[-17.322,-14.435],[-16.303,-13.415],[-16.303,-10.021],[-17.322,-9.001],[-31.928,-9.001],[-32.948,-10.021],[-32.948,-13.417],[-31.928,-14.436]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ind:1,ty:"sh",ix:2,ks:{a:0,k:{i:[[-31.928,-1.527],[31.928,-1.527],[32.916000000000004,-1.057],[32.948,2.889],[32.477000000000004,3.876],[-31.928,3.908],[-32.916000000000004,3.4379999999999997],[-32.948,-.51],[-32.477000000000004,-1.4969999999999999]],o:[[-31.928,-1.527],[32.477000000000004,-1.4949999999999999],[32.948,-.508],[32.916000000000004,3.4379999999999997],[31.928,3.908],[-32.477000000000004,3.876],[-32.948,2.889],[-32.916000000000004,-1.0590000000000002],[-31.928,-1.529]],v:[[-31.928,-1.527],[31.928,-1.527],[32.948,-.508],[32.948,2.889],[31.928,3.908],[-31.928,3.908],[-32.948,2.889],[-32.948,-.51],[-31.928,-1.529]],c:!0},ix:2},nm:"Path 2",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ind:2,ty:"sh",ix:3,ks:{a:0,k:{i:[[-32.477000000000004,10.053],[31.928,10.021],[32.916000000000004,10.491],[32.948,14.436],[32.477000000000004,15.424],[-31.928,15.456],[-32.916000000000004,14.985],[-32.948,11.038]],o:[[-31.928,10.021],[32.477000000000004,10.053],[32.948,11.04],[32.916000000000004,14.985],[31.928,15.456],[-32.477000000000004,15.424],[-32.948,14.436],[-32.915,10.49]],v:[[-31.928,10.021],[31.928,10.021],[32.948,11.04],[32.948,14.436],[31.928,15.456],[-31.928,15.456],[-32.948,14.436],[-32.948,11.038]],c:!0},ix:2},nm:"Path 3",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ind:3,ty:"sh",ix:4,ks:{a:0,k:{i:[[-32.477000000000004,21.6],[-1.018,21.568],[-.031,22.039],[.001,25.984],[-.469,26.972],[-31.928,27.004],[-32.916000000000004,26.533],[-32.948,22.588]],o:[[-31.928,21.568],[-.469,21.6],[.001,22.588],[-.031,26.533],[-1.018,27.004],[-32.477000000000004,26.972],[-32.948,25.984],[-32.916000000000004,22.039]],v:[[-31.928,21.568],[-1.018,21.568],[.001,22.588],[.001,25.984],[-1.018,27.004],[-31.928,27.004],[-32.948,25.984],[-32.948,22.588]],c:!0},ix:2},nm:"Path 4",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ind:4,ty:"sh",ix:5,ks:{a:0,k:{i:[[-32.477000000000004,-26.972],[-10.87,-27.004],[-9.882,-26.533],[-9.85,-22.588],[-10.321,-21.6],[-31.928,-21.568],[-32.916000000000004,-22.039],[-32.948,-25.984]],o:[[-31.928,-27.004],[-10.321,-26.972],[-9.85,-25.984],[-9.882,-22.039],[-10.87,-21.568],[-32.477000000000004,-21.6],[-32.948,-22.588],[-32.916000000000004,-26.533]],v:[[-31.928,-27.004],[-10.87,-27.004],[-9.85,-25.984],[-9.85,-22.588],[-10.87,-21.568],[-31.928,-21.568],[-32.948,-22.588],[-32.948,-25.984]],c:!0},ix:2},nm:"Path 5",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.7,.82,.776,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[570.918,96.747],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Path 2951",np:6,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-15.965,-15.965],[15.965,15.965],[-15.965,15.965]],o:[[-15.965,-15.965],[15.965,15.965],[-15.965,15.965]],v:[[-15.965,-15.965],[15.965,15.965],[-15.965,15.965]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.7,.82,.776,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[597.073,59.895],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Path 2950",np:2,cix:2,bm:0,ix:2,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-33.159,-52.988],[10.02,-52.988],[41.949,-21.059],[41.949,44.156],[38.086,52.953],[33.159,52.988],[-33.113,52.988],[-41.912,49.129000000000005],[-41.949,44.199],[-41.949,-44.156],[-38.086,-52.953]],o:[[-33.117,-52.988],[10.02,-52.988],[41.949,-21.059],[41.983999999999995,48.998999999999995],[33.201,52.988],[33.117,52.988],[-37.956,53.025],[-41.949,44.243],[-41.949,44.156],[-41.983999999999995,-48.998999999999995],[-33.201,-52.988]],v:[[-33.117,-52.988],[10.02,-52.988],[41.949,-21.059],[41.949,44.156],[33.243,52.988],[33.117,52.988],[-33.113,52.988],[-41.949,44.286],[-41.949,44.156],[-41.949,-44.156],[-33.243,-52.988]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.8559,.9241,.8991,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[570.748,96.918],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Path 2949",np:2,cix:2,bm:0,ix:3,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:510,st:0,bm:0,completed:!0},{ddd:0,ind:4,ty:4,nm:"Files 3",sr:1,ks:{o:{a:1,k:[{i:{x:[.24],y:[1]},o:{x:[.167],y:[.172]},t:0,s:[100]},{t:30,s:[50]}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.24,y:1},o:{x:.167,y:.172},t:0,s:[390.535,96.918,0],to:null,ti:null},{t:30,s:[210.535,96.918,0]}],ix:2},a:{a:0,k:[390.535,96.918,0],ix:1},s:{a:1,k:[{i:{x:[.24,.24,.24],y:[1,1,1]},o:{x:[.167,.167,.167],y:[.172,.172,-3.793]},t:0,s:[100,100,100]},{t:30,s:[78,78,100]}],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-40.242,-18.193],[-21.833,-18.193],[-20.587999999999997,-17.6],[-20.548,-12.63],[-21.141,-11.385],[-40.242,-11.345],[-41.486000000000004,-11.938],[-41.526,-16.911],[-40.934,-18.155]],o:[[-40.242,-18.193],[-21.141,-18.153000000000002],[-20.548,-16.908],[-20.587999999999997,-11.938],[-21.833,-11.345],[-40.934,-11.385],[-41.526,-12.63],[-41.486000000000004,-17.603],[-40.242,-18.195]],v:[[-40.242,-18.193],[-21.833,-18.193],[-20.548,-16.908],[-20.548,-12.63],[-21.833,-11.345],[-40.242,-11.345],[-41.526,-12.63],[-41.526,-16.911],[-40.242,-18.195]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ind:1,ty:"sh",ix:2,ks:{a:0,k:{i:[[-40.242,-1.925],[40.242,-1.925],[41.486000000000004,-1.3319999999999999],[41.526,3.641],[40.934,4.886],[-40.242,4.926],[-41.486000000000004,4.333],[-41.526,-.642],[-40.934,-1.887]],o:[[-40.242,-1.925],[40.934,-1.885],[41.526,-.64],[41.486000000000004,4.333],[40.242,4.926],[-40.934,4.886],[-41.526,3.641],[-41.486000000000004,-1.334],[-40.242,-1.927]],v:[[-40.242,-1.925],[40.242,-1.925],[41.526,-.64],[41.526,3.641],[40.242,4.926],[-40.242,4.926],[-41.526,3.641],[-41.526,-.642],[-40.242,-1.927]],c:!0},ix:2},nm:"Path 2",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ind:2,ty:"sh",ix:3,ks:{a:0,k:{i:[[-40.933,12.67],[40.242,12.63],[41.486000000000004,13.222],[41.526,18.195],[40.934,19.44],[-40.242,19.48],[-41.486000000000004,18.887],[-41.526,13.912]],o:[[-40.242,12.63],[40.934,12.67],[41.526,13.914],[41.486000000000004,18.887],[40.242,19.48],[-40.934,19.44],[-41.526,18.195],[-41.48500000000001,13.221]],v:[[-40.242,12.63],[40.242,12.63],[41.526,13.914],[41.526,18.195],[40.242,19.48],[-40.242,19.48],[-41.526,18.195],[-41.526,13.912]],c:!0},ix:2},nm:"Path 3",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ind:3,ty:"sh",ix:4,ks:{a:0,k:{i:[[-40.934,27.224],[-1.284,27.184],[-.039,27.777],[.001,32.75],[-.5920000000000001,33.995],[-40.242,34.035],[-41.486000000000004,33.442],[-41.526,28.469]],o:[[-40.242,27.184],[-.5920000000000001,27.224],[.001,28.469],[-.039,33.442],[-1.284,34.035],[-40.934,33.995],[-41.526,32.75],[-41.486000000000004,27.777]],v:[[-40.242,27.184],[-1.284,27.184],[.001,28.469],[.001,32.75],[-1.284,34.035],[-40.242,34.035],[-41.526,32.75],[-41.526,28.469]],c:!0},ix:2},nm:"Path 4",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ind:4,ty:"sh",ix:5,ks:{a:0,k:{i:[[-40.934,-33.995],[-13.7,-34.035],[-12.454999999999998,-33.442],[-12.415,-28.469],[-13.008,-27.224],[-40.242,-27.184],[-41.486000000000004,-27.777],[-41.526,-32.75]],o:[[-40.242,-34.035],[-13.008,-33.995],[-12.415,-32.75],[-12.454999999999998,-27.777],[-13.7,-27.184],[-40.934,-27.224],[-41.526,-28.469],[-41.486000000000004,-33.442]],v:[[-40.242,-34.035],[-13.7,-34.035],[-12.415,-32.75],[-12.415,-28.469],[-13.7,-27.184],[-40.242,-27.184],[-41.526,-28.469],[-41.526,-32.75]],c:!0},ix:2},nm:"Path 5",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.7,.82,.776,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[390.534,96.702],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Path 2951",np:6,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-20.121,-20.121],[20.121,20.121],[-20.121,20.121]],o:[[-20.121,-20.121],[20.121,20.121],[-20.121,20.121]],v:[[-20.121,-20.121],[20.121,20.121],[-20.121,20.121]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.7,.82,.776,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[423.5,50.255],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Path 2950",np:2,cix:2,bm:0,ix:2,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-41.793,-66.785],[12.628,-66.785],[52.871,-26.542],[52.871,55.653],[48.003,66.741],[41.793,66.785],[-41.735,66.785],[-52.824000000000005,61.921],[-52.871,55.708],[-52.871,-55.653],[-48.003,-66.741]],o:[[-41.74,-66.785],[12.628,-66.785],[52.871,-26.542],[52.915,61.757],[41.846000000000004,66.785],[41.74,66.785],[-47.839,66.832],[-52.871,55.762],[-52.871,55.653],[-52.915,-61.757],[-41.846000000000004,-66.785]],v:[[-41.74,-66.785],[12.628,-66.785],[52.871,-26.542],[52.871,55.653],[41.899,66.785],[41.74,66.785],[-41.735,66.785],[-52.871,55.817],[-52.871,55.653],[-52.871,-55.653],[-41.899,-66.785]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.8559,.9241,.8991,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[390.321,96.918],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Path 2949",np:2,cix:2,bm:0,ix:3,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:510,st:0,bm:0,completed:!0},{ddd:0,ind:5,ty:4,nm:"Files 2",sr:1,ks:{o:{a:1,k:[{i:{x:[.24],y:[1]},o:{x:[.167],y:[.172]},t:0,s:[50]},{t:30,s:[0]}],ix:11},r:{a:0,k:0,ix:10},p:{a:1,k:[{i:{x:.24,y:1},o:{x:.167,y:.172},t:0,s:[210.152,96.918,0],to:null,ti:null},{t:30,s:[78.151,96.918,0]}],ix:2},a:{a:0,k:[210.152,96.918,0],ix:1},s:{a:1,k:[{i:{x:[.24,.24,.24],y:[1,1,1]},o:{x:[.167,.167,.167],y:[.172,.172,-6.897]},t:0,s:[100,100,100]},{t:30,s:[60,60,100]}],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-31.928,-14.435],[-17.322,-14.435],[-16.335,-13.963999999999999],[-16.303,-10.021],[-16.773,-9.033],[-31.928,-9.001],[-32.916000000000004,-9.472000000000001],[-32.948,-13.417],[-32.477000000000004,-14.404]],o:[[-31.928,-14.435],[-16.773,-14.403],[-16.303,-13.415],[-16.335,-9.472000000000001],[-17.322,-9.001],[-32.477000000000004,-9.033],[-32.948,-10.021],[-32.916000000000004,-13.966],[-31.928,-14.436]],v:[[-31.928,-14.435],[-17.322,-14.435],[-16.303,-13.415],[-16.303,-10.021],[-17.322,-9.001],[-31.928,-9.001],[-32.948,-10.021],[-32.948,-13.417],[-31.928,-14.436]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ind:1,ty:"sh",ix:2,ks:{a:0,k:{i:[[-31.928,-1.527],[31.928,-1.527],[32.916000000000004,-1.057],[32.948,2.889],[32.477000000000004,3.876],[-31.928,3.908],[-32.916000000000004,3.4379999999999997],[-32.948,-.51],[-32.477000000000004,-1.4969999999999999]],o:[[-31.928,-1.527],[32.477000000000004,-1.4949999999999999],[32.948,-.508],[32.916000000000004,3.4379999999999997],[31.928,3.908],[-32.477000000000004,3.876],[-32.948,2.889],[-32.916000000000004,-1.0590000000000002],[-31.928,-1.529]],v:[[-31.928,-1.527],[31.928,-1.527],[32.948,-.508],[32.948,2.889],[31.928,3.908],[-31.928,3.908],[-32.948,2.889],[-32.948,-.51],[-31.928,-1.529]],c:!0},ix:2},nm:"Path 2",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ind:2,ty:"sh",ix:3,ks:{a:0,k:{i:[[-32.477000000000004,10.053],[31.928,10.021],[32.916000000000004,10.491],[32.948,14.436],[32.477000000000004,15.424],[-31.928,15.456],[-32.916000000000004,14.985],[-32.948,11.038]],o:[[-31.928,10.021],[32.477000000000004,10.053],[32.948,11.04],[32.916000000000004,14.985],[31.928,15.456],[-32.477000000000004,15.424],[-32.948,14.436],[-32.915,10.49]],v:[[-31.928,10.021],[31.928,10.021],[32.948,11.04],[32.948,14.436],[31.928,15.456],[-31.928,15.456],[-32.948,14.436],[-32.948,11.038]],c:!0},ix:2},nm:"Path 3",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ind:3,ty:"sh",ix:4,ks:{a:0,k:{i:[[-32.477000000000004,21.6],[-1.018,21.568],[-.031,22.039],[.001,25.984],[-.469,26.972],[-31.928,27.004],[-32.916000000000004,26.533],[-32.948,22.588]],o:[[-31.928,21.568],[-.469,21.6],[.001,22.588],[-.031,26.533],[-1.018,27.004],[-32.477000000000004,26.972],[-32.948,25.984],[-32.916000000000004,22.039]],v:[[-31.928,21.568],[-1.018,21.568],[.001,22.588],[.001,25.984],[-1.018,27.004],[-31.928,27.004],[-32.948,25.984],[-32.948,22.588]],c:!0},ix:2},nm:"Path 4",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ind:4,ty:"sh",ix:5,ks:{a:0,k:{i:[[-32.477000000000004,-26.972],[-10.87,-27.004],[-9.882,-26.533],[-9.85,-22.588],[-10.321,-21.6],[-31.928,-21.568],[-32.916000000000004,-22.039],[-32.948,-25.984]],o:[[-31.928,-27.004],[-10.321,-26.972],[-9.85,-25.984],[-9.882,-22.039],[-10.87,-21.568],[-32.477000000000004,-21.6],[-32.948,-22.588],[-32.916000000000004,-26.533]],v:[[-31.928,-27.004],[-10.87,-27.004],[-9.85,-25.984],[-9.85,-22.588],[-10.87,-21.568],[-31.928,-21.568],[-32.948,-22.588],[-32.948,-25.984]],c:!0},ix:2},nm:"Path 5",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.7,.82,.776,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[210.151,96.747],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Path 2951",np:6,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-15.965,-15.965],[15.965,15.965],[-15.965,15.965]],o:[[-15.965,-15.965],[15.965,15.965],[-15.965,15.965]],v:[[-15.965,-15.965],[15.965,15.965],[-15.965,15.965]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.7,.82,.776,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[236.306,59.895],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Path 2950",np:2,cix:2,bm:0,ix:2,mn:"ADBE Vector Group",hd:!1,_render:!0},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-33.159,-52.988],[10.02,-52.988],[41.949,-21.059],[41.949,44.156],[38.086,52.953],[33.159,52.988],[-33.113,52.988],[-41.912,49.129000000000005],[-41.949,44.199],[-41.949,-44.156],[-38.086,-52.953]],o:[[-33.117,-52.988],[10.02,-52.988],[41.949,-21.059],[41.983999999999995,48.998999999999995],[33.201,52.988],[33.117,52.988],[-37.956,53.025],[-41.949,44.243],[-41.949,44.156],[-41.983999999999995,-48.998999999999995],[-33.201,-52.988]],v:[[-33.117,-52.988],[10.02,-52.988],[41.949,-21.059],[41.949,44.156],[33.243,52.988],[33.117,52.988],[-33.113,52.988],[-41.949,44.286],[-41.949,44.156],[-41.949,-44.156],[-33.243,-52.988]],c:!0},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1,_render:!0},{ty:"fl",c:{a:0,k:[.8559,.9241,.8991,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1,_render:!0},{ty:"tr",p:{a:0,k:[209.981,96.918],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:!0}],nm:"Path 2949",np:2,cix:2,bm:0,ix:3,mn:"ADBE Vector Group",hd:!1,_render:!0}],ip:0,op:510,st:0,bm:0,completed:!0},{ddd:0,ind:7,ty:1,nm:"BG",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[400,100,0],ix:2},a:{a:0,k:[400,100,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,sw:800,sh:200,sc:"#ffffff",ip:0,op:510,st:0,bm:0,completed:!0}],markers=[],__complete=!0,loadingJobsAnimation={v:v$1,meta,fr:fr$1,ip:ip$1,op:op$1,w:w$1,h:h$1,nm:nm$1,ddd:ddd$1,assets:assets$1,layers:layers$1,markers,__complete},v="4.10.1",fr=60,ip=0,op=80,w=1080,h=1080,nm="Big_final_loading_comp",ddd=0,assets=[],layers=[{ddd:0,ind:1,ty:4,nm:"B2",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:-45,ix:10},p:{a:1,k:[{i:{x:0,y:1},o:{x:0,y:0},n:"0_1_0_0",t:0,s:[658.4,657.127,0],e:[540.031,538.758,0],to:[-19.7282791137695,-19.7282791137695,0],ti:[19.7282791137695,19.7282791137695,0]},{i:{x:0,y:0},o:{x:.167,y:.167},n:"0_0_0p167_0p167",t:10,s:[540.031,538.758,0],e:[540.031,538.758,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.167,y:0},n:"0p667_1_0p167_0",t:70,s:[540.031,538.758,0],e:[421.63,657.158,0],to:[-19.7333698272705,19.7333698272705,0],ti:[19.7333698272705,-19.7333698272705,0]},{t:80}],ix:2},a:{a:0,k:[8,20,0],ix:1},s:{a:0,k:[17.28,17.28,100],ix:6}},ao:0,ef:[{ty:21,nm:"Fill",np:9,mn:"ADBE Fill",ix:1,en:1,ef:[{ty:10,nm:"Fill Mask",mn:"ADBE Fill-0001",ix:1,v:{a:0,k:0,ix:1}},{ty:7,nm:"All Masks",mn:"ADBE Fill-0007",ix:2,v:{a:0,k:0,ix:2}},{ty:2,nm:"Color",mn:"ADBE Fill-0002",ix:3,v:{a:0,k:[.128565937281,.819607853889,.486281752586,1],ix:3}},{ty:7,nm:"Invert",mn:"ADBE Fill-0006",ix:4,v:{a:0,k:0,ix:4}},{ty:0,nm:"Horizontal Feather",mn:"ADBE Fill-0003",ix:5,v:{a:0,k:0,ix:5}},{ty:0,nm:"Vertical Feather",mn:"ADBE Fill-0004",ix:6,v:{a:0,k:0,ix:6}},{ty:0,nm:"Opacity",mn:"ADBE Fill-0005",ix:7,v:{a:0,k:1,ix:7}}]}],shapes:[{ty:"gr",it:[{ty:"rc",d:1,s:{a:0,k:[912,912],ix:2},p:{a:0,k:[0,0],ix:3},r:{a:0,k:0,ix:4},nm:"Rectangle Path 1",mn:"ADBE Vector Shape - Rect",hd:!1},{ty:"fl",c:{a:0,k:[.486977401434,.18449826708,.505882352941,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1},{ty:"tr",p:{a:0,k:[8,20],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"Rectangle 1",np:3,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1},{ty:"rd",nm:"Round Corners 1",r:{a:0,k:100,ix:1},ix:2,mn:"ADBE Vector Filter - RC",hd:!1}],ip:0,op:600,st:0,bm:0},{ddd:0,ind:2,ty:4,nm:"B3",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:-45,ix:10},p:{a:1,k:[{i:{x:.667,y:.667},o:{x:.333,y:.333},n:"0p667_0p667_0p333_0p333",t:0,s:[776.835,538.693,0],e:[776.835,538.693,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},n:"0p667_1_0p333_0",t:10,s:[776.835,538.693,0],e:[658.4,657.127,0],to:[-19.7390975952148,19.7390975952148,0],ti:[19.7390975952148,-19.7390975952148,0]},{t:20}],ix:2},a:{a:0,k:[8,20,0],ix:1},s:{a:0,k:[17.28,17.28,100],ix:6}},ao:0,ef:[{ty:21,nm:"Fill",np:9,mn:"ADBE Fill",ix:1,en:1,ef:[{ty:10,nm:"Fill Mask",mn:"ADBE Fill-0001",ix:1,v:{a:0,k:0,ix:1}},{ty:7,nm:"All Masks",mn:"ADBE Fill-0007",ix:2,v:{a:0,k:0,ix:2}},{ty:2,nm:"Color",mn:"ADBE Fill-0002",ix:3,v:{a:0,k:[.128565937281,.819607853889,.486281752586,1],ix:3}},{ty:7,nm:"Invert",mn:"ADBE Fill-0006",ix:4,v:{a:0,k:0,ix:4}},{ty:0,nm:"Horizontal Feather",mn:"ADBE Fill-0003",ix:5,v:{a:0,k:0,ix:5}},{ty:0,nm:"Vertical Feather",mn:"ADBE Fill-0004",ix:6,v:{a:0,k:0,ix:6}},{ty:0,nm:"Opacity",mn:"ADBE Fill-0005",ix:7,v:{a:0,k:1,ix:7}}]}],shapes:[{ty:"gr",it:[{ty:"rc",d:1,s:{a:0,k:[912,912],ix:2},p:{a:0,k:[0,0],ix:3},r:{a:0,k:0,ix:4},nm:"Rectangle Path 1",mn:"ADBE Vector Shape - Rect",hd:!1},{ty:"fl",c:{a:0,k:[.486977401434,.18449826708,.505882352941,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1},{ty:"tr",p:{a:0,k:[8,20],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"Rectangle 1",np:3,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1},{ty:"rd",nm:"Round Corners 1",r:{a:0,k:100,ix:1},ix:2,mn:"ADBE Vector Filter - RC",hd:!1}],ip:0,op:600,st:0,bm:0},{ddd:0,ind:3,ty:4,nm:"M3",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:-45,ix:10},p:{a:1,k:[{i:{x:.667,y:.667},o:{x:.333,y:.333},n:"0p667_0p667_0p333_0p333",t:0,s:[658.465,420.323,0],e:[658.465,420.323,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},n:"0p667_1_0p333_0",t:20,s:[658.465,420.323,0],e:[776.835,538.693,0],to:[19.7282791137695,19.7282791137695,0],ti:[-19.7282791137695,-19.7282791137695,0]},{t:30}],ix:2},a:{a:0,k:[8,20,0],ix:1},s:{a:0,k:[17.28,17.28,100],ix:6}},ao:0,ef:[{ty:21,nm:"Fill",np:9,mn:"ADBE Fill",ix:1,en:1,ef:[{ty:10,nm:"Fill Mask",mn:"ADBE Fill-0001",ix:1,v:{a:0,k:0,ix:1}},{ty:7,nm:"All Masks",mn:"ADBE Fill-0007",ix:2,v:{a:0,k:0,ix:2}},{ty:2,nm:"Color",mn:"ADBE Fill-0002",ix:3,v:{a:0,k:[.128565937281,.819607853889,.486281752586,1],ix:3}},{ty:7,nm:"Invert",mn:"ADBE Fill-0006",ix:4,v:{a:0,k:0,ix:4}},{ty:0,nm:"Horizontal Feather",mn:"ADBE Fill-0003",ix:5,v:{a:0,k:0,ix:5}},{ty:0,nm:"Vertical Feather",mn:"ADBE Fill-0004",ix:6,v:{a:0,k:0,ix:6}},{ty:0,nm:"Opacity",mn:"ADBE Fill-0005",ix:7,v:{a:0,k:1,ix:7}}]}],shapes:[{ty:"gr",it:[{ty:"rc",d:1,s:{a:0,k:[912,912],ix:2},p:{a:0,k:[0,0],ix:3},r:{a:0,k:0,ix:4},nm:"Rectangle Path 1",mn:"ADBE Vector Shape - Rect",hd:!1},{ty:"fl",c:{a:0,k:[.486977401434,.18449826708,.505882352941,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1},{ty:"tr",p:{a:0,k:[8,20],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"Rectangle 1",np:3,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1},{ty:"rd",nm:"Round Corners 1",r:{a:0,k:100,ix:1},ix:2,mn:"ADBE Vector Filter - RC",hd:!1}],ip:0,op:600,st:0,bm:0},{ddd:0,ind:4,ty:4,nm:"T3",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:-45,ix:10},p:{a:1,k:[{i:{x:.667,y:.667},o:{x:.333,y:.333},n:"0p667_0p667_0p333_0p333",t:0,s:[539.332,301.19,0],e:[539.332,301.19,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},n:"0p667_1_0p333_0",t:30,s:[539.332,301.19,0],e:[658.465,420.323,0],to:[19.8555583953857,19.8555583953857,0],ti:[-19.8555583953857,-19.8555583953857,0]},{t:40}],ix:2},a:{a:0,k:[8,20,0],ix:1},s:{a:0,k:[17.28,17.28,100],ix:6}},ao:0,ef:[{ty:21,nm:"Fill",np:9,mn:"ADBE Fill",ix:1,en:1,ef:[{ty:10,nm:"Fill Mask",mn:"ADBE Fill-0001",ix:1,v:{a:0,k:0,ix:1}},{ty:7,nm:"All Masks",mn:"ADBE Fill-0007",ix:2,v:{a:0,k:0,ix:2}},{ty:2,nm:"Color",mn:"ADBE Fill-0002",ix:3,v:{a:0,k:[.128565937281,.819607853889,.486281752586,1],ix:3}},{ty:7,nm:"Invert",mn:"ADBE Fill-0006",ix:4,v:{a:0,k:0,ix:4}},{ty:0,nm:"Horizontal Feather",mn:"ADBE Fill-0003",ix:5,v:{a:0,k:0,ix:5}},{ty:0,nm:"Vertical Feather",mn:"ADBE Fill-0004",ix:6,v:{a:0,k:0,ix:6}},{ty:0,nm:"Opacity",mn:"ADBE Fill-0005",ix:7,v:{a:0,k:1,ix:7}}]}],shapes:[{ty:"gr",it:[{ty:"rc",d:1,s:{a:0,k:[912,912],ix:2},p:{a:0,k:[0,0],ix:3},r:{a:0,k:0,ix:4},nm:"Rectangle Path 1",mn:"ADBE Vector Shape - Rect",hd:!1},{ty:"fl",c:{a:0,k:[.486977401434,.18449826708,.505882352941,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1},{ty:"tr",p:{a:0,k:[8,20],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"Rectangle 1",np:3,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1},{ty:"rd",nm:"Round Corners 1",r:{a:0,k:100,ix:1},ix:2,mn:"ADBE Vector Filter - RC",hd:!1}],ip:0,op:600,st:0,bm:0},{ddd:0,ind:5,ty:4,nm:"T2",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:-45,ix:10},p:{a:1,k:[{i:{x:.667,y:.667},o:{x:.333,y:.333},n:"0p667_0p667_0p333_0p333",t:0,s:[420.897,419.624,0],e:[420.897,419.624,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},n:"0p667_1_0p333_0",t:40,s:[420.897,419.624,0],e:[539.332,301.19,0],to:[19.7390975952148,-19.7390975952148,0],ti:[-19.7390975952148,19.7390975952148,0]},{t:50}],ix:2},a:{a:0,k:[8,20,0],ix:1},s:{a:0,k:[17.28,17.28,100],ix:6}},ao:0,ef:[{ty:21,nm:"Fill",np:9,mn:"ADBE Fill",ix:1,en:1,ef:[{ty:10,nm:"Fill Mask",mn:"ADBE Fill-0001",ix:1,v:{a:0,k:0,ix:1}},{ty:7,nm:"All Masks",mn:"ADBE Fill-0007",ix:2,v:{a:0,k:0,ix:2}},{ty:2,nm:"Color",mn:"ADBE Fill-0002",ix:3,v:{a:0,k:[.128565937281,.819607853889,.486281752586,1],ix:3}},{ty:7,nm:"Invert",mn:"ADBE Fill-0006",ix:4,v:{a:0,k:0,ix:4}},{ty:0,nm:"Horizontal Feather",mn:"ADBE Fill-0003",ix:5,v:{a:0,k:0,ix:5}},{ty:0,nm:"Vertical Feather",mn:"ADBE Fill-0004",ix:6,v:{a:0,k:0,ix:6}},{ty:0,nm:"Opacity",mn:"ADBE Fill-0005",ix:7,v:{a:0,k:1,ix:7}}]}],shapes:[{ty:"gr",it:[{ty:"rc",d:1,s:{a:0,k:[912,912],ix:2},p:{a:0,k:[0,0],ix:3},r:{a:0,k:0,ix:4},nm:"Rectangle Path 1",mn:"ADBE Vector Shape - Rect",hd:!1},{ty:"fl",c:{a:0,k:[.486977401434,.18449826708,.505882352941,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1},{ty:"tr",p:{a:0,k:[8,20],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"Rectangle 1",np:3,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1},{ty:"rd",nm:"Round Corners 1",r:{a:0,k:100,ix:1},ix:2,mn:"ADBE Vector Filter - RC",hd:!1}],ip:0,op:600,st:0,bm:0},{ddd:0,ind:6,ty:4,nm:"T1",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:-45,ix:10},p:{a:1,k:[{i:{x:.667,y:.667},o:{x:.333,y:.333},n:"0p667_0p667_0p333_0p333",t:0,s:[302.497,538.025,0],e:[302.497,538.025,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},n:"0p667_1_0p333_0",t:50,s:[302.497,538.025,0],e:[420.897,419.624,0],to:[19.7333698272705,-19.7333698272705,0],ti:[-19.7333698272705,19.7333698272705,0]},{t:60}],ix:2},a:{a:0,k:[8,20,0],ix:1},s:{a:0,k:[17.28,17.28,100],ix:6}},ao:0,ef:[{ty:21,nm:"Fill",np:9,mn:"ADBE Fill",ix:1,en:1,ef:[{ty:10,nm:"Fill Mask",mn:"ADBE Fill-0001",ix:1,v:{a:0,k:0,ix:1}},{ty:7,nm:"All Masks",mn:"ADBE Fill-0007",ix:2,v:{a:0,k:0,ix:2}},{ty:2,nm:"Color",mn:"ADBE Fill-0002",ix:3,v:{a:0,k:[.128565937281,.819607853889,.486281752586,1],ix:3}},{ty:7,nm:"Invert",mn:"ADBE Fill-0006",ix:4,v:{a:0,k:0,ix:4}},{ty:0,nm:"Horizontal Feather",mn:"ADBE Fill-0003",ix:5,v:{a:0,k:0,ix:5}},{ty:0,nm:"Vertical Feather",mn:"ADBE Fill-0004",ix:6,v:{a:0,k:0,ix:6}},{ty:0,nm:"Opacity",mn:"ADBE Fill-0005",ix:7,v:{a:0,k:1,ix:7}}]}],shapes:[{ty:"gr",it:[{ty:"rc",d:1,s:{a:0,k:[912,912],ix:2},p:{a:0,k:[0,0],ix:3},r:{a:0,k:0,ix:4},nm:"Rectangle Path 1",mn:"ADBE Vector Shape - Rect",hd:!1},{ty:"fl",c:{a:0,k:[.486977401434,.18449826708,.505882352941,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1},{ty:"tr",p:{a:0,k:[8,20],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"Rectangle 1",np:3,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1},{ty:"rd",nm:"Round Corners 1",r:{a:0,k:100,ix:1},ix:2,mn:"ADBE Vector Filter - RC",hd:!1}],ip:0,op:600,st:0,bm:0},{ddd:0,ind:7,ty:4,nm:"M1",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:-45,ix:10},p:{a:1,k:[{i:{x:.667,y:.667},o:{x:.333,y:.333},n:"0p667_0p667_0p333_0p333",t:0,s:[421.63,657.158,0],e:[421.63,657.158,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},n:"0p667_1_0p333_0",t:60,s:[421.63,657.158,0],e:[302.497,538.025,0],to:[-19.8555583953857,-19.8555583953857,0],ti:[19.8555583953857,19.8555583953857,0]},{t:70}],ix:2},a:{a:0,k:[8,20,0],ix:1},s:{a:0,k:[17.28,17.28,100],ix:6}},ao:0,ef:[{ty:21,nm:"Fill",np:9,mn:"ADBE Fill",ix:1,en:1,ef:[{ty:10,nm:"Fill Mask",mn:"ADBE Fill-0001",ix:1,v:{a:0,k:0,ix:1}},{ty:7,nm:"All Masks",mn:"ADBE Fill-0007",ix:2,v:{a:0,k:0,ix:2}},{ty:2,nm:"Color",mn:"ADBE Fill-0002",ix:3,v:{a:0,k:[.128565937281,.819607853889,.486281752586,1],ix:3}},{ty:7,nm:"Invert",mn:"ADBE Fill-0006",ix:4,v:{a:0,k:0,ix:4}},{ty:0,nm:"Horizontal Feather",mn:"ADBE Fill-0003",ix:5,v:{a:0,k:0,ix:5}},{ty:0,nm:"Vertical Feather",mn:"ADBE Fill-0004",ix:6,v:{a:0,k:0,ix:6}},{ty:0,nm:"Opacity",mn:"ADBE Fill-0005",ix:7,v:{a:0,k:1,ix:7}}]}],shapes:[{ty:"gr",it:[{ty:"rc",d:1,s:{a:0,k:[912,912],ix:2},p:{a:0,k:[0,0],ix:3},r:{a:0,k:0,ix:4},nm:"Rectangle Path 1",mn:"ADBE Vector Shape - Rect",hd:!1},{ty:"fl",c:{a:0,k:[.486977401434,.18449826708,.505882352941,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1},{ty:"tr",p:{a:0,k:[8,20],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"Rectangle 1",np:3,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1},{ty:"rd",nm:"Round Corners 1",r:{a:0,k:100,ix:1},ix:2,mn:"ADBE Vector Filter - RC",hd:!1}],ip:0,op:600,st:0,bm:0}],uploadProcessing={v,fr,ip,op,w,h,nm,ddd,assets,layers},ErrorOutlineIcon=createSvgIcon(jsxRuntimeExports.jsx("path",{d:"M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2M12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8"}),"ErrorOutline"),DoneAllIcon=createSvgIcon(jsxRuntimeExports.jsx("path",{d:"m18 7-1.41-1.41-6.34 6.34 1.41 1.41zm4.24-1.41L11.66 16.17 7.48 12l-1.41 1.41L11.66 19l12-12zM.41 13.41 6 19l1.41-1.41L1.83 12z"}),"DoneAll");var t0=Object.defineProperty,n0=Object.defineProperties,i0=Object.getOwnPropertyDescriptors,k1=Object.getOwnPropertySymbols,e3=Object.prototype.hasOwnProperty,t3=Object.prototype.propertyIsEnumerable,u2=(e,t,n)=>t in e?t0(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,F=(e,t)=>{for(var n in t||(t={}))e3.call(t,n)&&u2(e,n,t[n]);if(k1)for(var n of k1(t))t3.call(t,n)&&u2(e,n,t[n]);return e},k=(e,t)=>n0(e,i0(t)),O1=(e,t)=>{var n={};for(var i in e)e3.call(e,i)&&t.indexOf(i)<0&&(n[i]=e[i]);if(e!=null&&k1)for(var i of k1(e))t.indexOf(i)<0&&t3.call(e,i)&&(n[i]=e[i]);return n},_=(e,t,n)=>u2(e,typeof t!="symbol"?t+"":t,n),g=(e,t,n)=>new Promise((i,s)=>{var o=c=>{try{l(n.next(c))}catch(u){s(u)}},a=c=>{try{l(n.throw(c))}catch(u){s(u)}},l=c=>c.done?i(c.value):Promise.resolve(c.value).then(o,a);l((n=n.apply(e,t)).next())}),l2=class{requestAnimationFrame(e){return requestAnimationFrame(e)}cancelAnimationFrame(e){cancelAnimationFrame(e)}},h2=class{constructor(){_(this,"_lastHandleId",0),_(this,"_lastImmediate",null)}requestAnimationFrame(e){return this._lastHandleId>=Number.MAX_SAFE_INTEGER&&(this._lastHandleId=0),this._lastHandleId+=1,this._lastImmediate=setImmediate(()=>{e(Date.now())}),this._lastHandleId}cancelAnimationFrame(e){this._lastImmediate&&clearImmediate(this._lastImmediate)}},z1=class{constructor(){_(this,"_strategy"),this._strategy=typeof requestAnimationFrame=="function"?new l2:new h2}requestAnimationFrame(e){return this._strategy.requestAnimationFrame(e)}cancelAnimationFrame(e){this._strategy.cancelAnimationFrame(e)}},A=typeof window<"u"&&typeof window.document<"u",W1=new Uint8Array([80,75,3,4]),n3=["v","ip","op","layers","fr","w","h"],c2="0.38.2",p2="@lottiefiles/dotlottie-web",i3=.75,r0=(()=>{var e,t=typeof document<"u"?(e=document.currentScript)==null?void 0:e.src:void 0;return function(n={}){var i,s=n,o,a,l=new Promise((O,L)=>{o=O,a=L}),c=Object.assign({},s),u="./this.program",f="",x;typeof document<"u"&&document.currentScript&&(f=document.currentScript.src),t&&(f=t),f.startsWith("blob:")?f="":f=f.substr(0,f.replace(/[?#].*/,"").lastIndexOf("/")+1),x=O=>fetch(O,{credentials:"same-origin"}).then(L=>L.ok?L.arrayBuffer():Promise.reject(Error(L.status+" : "+L.url)));var m=s.print||console.log.bind(console),S=s.printErr||console.error.bind(console);Object.assign(s,c),c=null,s.thisProgram&&(u=s.thisProgram);var E=s.wasmBinary,d,I=!1,y,P,b,T,R,D,V,z,e1;function j(){var O=d.buffer;s.HEAP8=P=new Int8Array(O),s.HEAP16=T=new Int16Array(O),s.HEAPU8=b=new Uint8Array(O),s.HEAPU16=R=new Uint16Array(O),s.HEAP32=D=new Int32Array(O),s.HEAPU32=V=new Uint32Array(O),s.HEAPF32=z=new Float32Array(O),s.HEAPF64=e1=new Float64Array(O)}var n1=[],X=[],l1=[];function c1(){var O=s.preRun.shift();n1.unshift(O)}var t1=0,N=null;function Y(O){var L;throw(L=s.onAbort)==null||L.call(s,O),O="Aborted("+O+")",S(O),I=!0,O=new WebAssembly.RuntimeError(O+". Build with -sASSERTIONS for more info."),a(O),O}var M=O=>O.startsWith("data:application/octet-stream;base64,"),B;function U(O){if(O==B&&E)return new Uint8Array(E);throw"both async and sync fetching of the wasm failed"}function G(O){return E?Promise.resolve().then(()=>U(O)):x(O).then(L=>new Uint8Array(L),()=>U(O))}function a1(O,L,K){return G(O).then(J=>WebAssembly.instantiate(J,L)).then(K,J=>{S(`failed to asynchronously prepare wasm: ${J}`),Y(J)})}function p1(O,L){var K=B;return E||typeof WebAssembly.instantiateStreaming!="function"||M(K)||typeof fetch!="function"?a1(K,O,L):fetch(K,{credentials:"same-origin"}).then(J=>WebAssembly.instantiateStreaming(J,O).then(L,function(r1){return S(`wasm streaming compile failed: ${r1}`),S("falling back to ArrayBuffer instantiation"),a1(K,O,L)}))}class u1{constructor(L){_(this,"name","ExitStatus"),this.message=`Program terminated with exit(${L})`,this.status=L}}var y1=O=>{for(;0<O.length;)O.shift()(s)},g1=s.noExitRuntime||!0,E1=typeof TextDecoder<"u"?new TextDecoder:void 0,P1=(O,L=0,K=NaN)=>{var J=L+K;for(K=L;O[K]&&!(K>=J);)++K;if(16<K-L&&O.buffer&&E1)return E1.decode(O.subarray(L,K));for(J="";L<K;){var r1=O[L++];if(r1&128){var f1=O[L++]&63;if((r1&224)==192)J+=String.fromCharCode((r1&31)<<6|f1);else{var x1=O[L++]&63;r1=(r1&240)==224?(r1&15)<<12|f1<<6|x1:(r1&7)<<18|f1<<12|x1<<6|O[L++]&63,65536>r1?J+=String.fromCharCode(r1):(r1-=65536,J+=String.fromCharCode(55296|r1>>10,56320|r1&1023))}}else J+=String.fromCharCode(r1)}return J};class R1{constructor(L){this.wa=L-24}}var S1=0,I1=(O,L,K)=>{var J=b;if(0<K){K=L+K-1;for(var r1=0;r1<O.length;++r1){var f1=O.charCodeAt(r1);if(55296<=f1&&57343>=f1){var x1=O.charCodeAt(++r1);f1=65536+((f1&1023)<<10)|x1&1023}if(127>=f1){if(L>=K)break;J[L++]=f1}else{if(2047>=f1){if(L+1>=K)break;J[L++]=192|f1>>6}else{if(65535>=f1){if(L+2>=K)break;J[L++]=224|f1>>12}else{if(L+3>=K)break;J[L++]=240|f1>>18,J[L++]=128|f1>>12&63}J[L++]=128|f1>>6&63}J[L++]=128|f1&63}}J[L]=0}},o1={},_1=O=>{for(;O.length;){var L=O.pop();O.pop()(L)}};function d1(O){return this.fromWireType(V[O>>2])}var A1={},j1={},L1={},F1,D1=(O,L,K)=>{function J(h1){if(h1=K(h1),h1.length!==O.length)throw new F1("Mismatched type converter count");for(var T1=0;T1<O.length;++T1)V1(O[T1],h1[T1])}O.forEach(h1=>L1[h1]=L);var r1=Array(L.length),f1=[],x1=0;L.forEach((h1,T1)=>{j1.hasOwnProperty(h1)?r1[T1]=j1[h1]:(f1.push(h1),A1.hasOwnProperty(h1)||(A1[h1]=[]),A1[h1].push(()=>{r1[T1]=j1[h1],++x1,x1===f1.length&&J(r1)}))}),f1.length===0&&J(r1)},Y1,B1=O=>{for(var L="";b[O];)L+=Y1[b[O++]];return L},v1;function le(O,L,K={}){var J=L.name;if(!O)throw new v1(`type "${J}" must have a positive integer typeid pointer`);if(j1.hasOwnProperty(O)){if(K.ab)return;throw new v1(`Cannot register type '${J}' twice`)}j1[O]=L,delete L1[O],A1.hasOwnProperty(O)&&(L=A1[O],delete A1[O],L.forEach(r1=>r1()))}function V1(O,L,K={}){return le(O,L,K)}var X1=O=>{throw new v1(O.ua.xa.va.name+" instance already deleted")},ee=!1,H1=()=>{},Z1=(O,L,K)=>L===K?O:K.Aa===void 0?null:(O=Z1(O,L,K.Aa),O===null?null:K.Ua(O)),re={},de={},pe=(O,L)=>{if(L===void 0)throw new v1("ptr should not be undefined");for(;O.Aa;)L=O.Ka(L),O=O.Aa;return de[L]},fe=(O,L)=>{if(!L.xa||!L.wa)throw new F1("makeClassHandle requires ptr and ptrType");if(!!L.Ba!=!!L.za)throw new F1("Both smartPtrType and smartPtr must be specified");return L.count={value:1},we(Object.create(O,{ua:{value:L,writable:!0}}))},we=O=>typeof FinalizationRegistry>"u"?(we=L=>L,O):(ee=new FinalizationRegistry(L=>{L=L.ua,--L.count.value,L.count.value===0&&(L.za?L.Ba.Ea(L.za):L.xa.va.Ea(L.wa))}),we=L=>{var K=L.ua;return K.za&&ee.register(L,{ua:K},L),L},H1=L=>{ee.unregister(L)},we(O));function Fe(){}var Ae=(O,L)=>Object.defineProperty(L,"name",{value:O}),qe=(O,L,K)=>{if(O[L].ya===void 0){var J=O[L];O[L]=function(...r1){if(!O[L].ya.hasOwnProperty(r1.length))throw new v1(`Function '${K}' called with an invalid number of arguments (${r1.length}) - expects one of (${O[L].ya})!`);return O[L].ya[r1.length].apply(this,r1)},O[L].ya=[],O[L].ya[J.Ha]=J}},$e=(O,L,K)=>{if(s.hasOwnProperty(O)){if(K===void 0||s[O].ya!==void 0&&s[O].ya[K]!==void 0)throw new v1(`Cannot register public name '${O}' twice`);if(qe(s,O,O),s[O].ya.hasOwnProperty(K))throw new v1(`Cannot register multiple overloads of a function with the same number of arguments (${K})!`);s[O].ya[K]=L}else s[O]=L,s[O].Ha=K},tt=O=>{O=O.replace(/[^a-zA-Z0-9_]/g,"$");var L=O.charCodeAt(0);return 48<=L&&57>=L?`_${O}`:O};function Le(O,L,K,J,r1,f1,x1,h1){this.name=O,this.constructor=L,this.Ga=K,this.Ea=J,this.Aa=r1,this.Wa=f1,this.Ka=x1,this.Ua=h1,this.cb=[]}var De=(O,L,K)=>{for(;L!==K;){if(!L.Ka)throw new v1(`Expected null or instance of ${K.name}, got an instance of ${L.name}`);O=L.Ka(O),L=L.Aa}return O};function Ce(O,L){if(L===null){if(this.Na)throw new v1(`null is not a valid ${this.name}`);return 0}if(!L.ua)throw new v1(`Cannot pass "${N1(L)}" as a ${this.name}`);if(!L.ua.wa)throw new v1(`Cannot pass deleted object as a pointer of type ${this.name}`);return De(L.ua.wa,L.ua.xa.va,this.va)}function Be(O,L){if(L===null){if(this.Na)throw new v1(`null is not a valid ${this.name}`);if(this.Ma){var K=this.Oa();return O!==null&&O.push(this.Ea,K),K}return 0}if(!L||!L.ua)throw new v1(`Cannot pass "${N1(L)}" as a ${this.name}`);if(!L.ua.wa)throw new v1(`Cannot pass deleted object as a pointer of type ${this.name}`);if(!this.La&&L.ua.xa.La)throw new v1(`Cannot convert argument of type ${L.ua.Ba?L.ua.Ba.name:L.ua.xa.name} to parameter type ${this.name}`);if(K=De(L.ua.wa,L.ua.xa.va,this.va),this.Ma){if(L.ua.za===void 0)throw new v1("Passing raw pointer to smart pointer is illegal");switch(this.ib){case 0:if(L.ua.Ba===this)K=L.ua.za;else throw new v1(`Cannot convert argument of type ${L.ua.Ba?L.ua.Ba.name:L.ua.xa.name} to parameter type ${this.name}`);break;case 1:K=L.ua.za;break;case 2:if(L.ua.Ba===this)K=L.ua.za;else{var J=L.clone();K=this.eb(K,M1(()=>J.delete())),O!==null&&O.push(this.Ea,K)}break;default:throw new v1("Unsupporting sharing policy")}}return K}function Ve(O,L){if(L===null){if(this.Na)throw new v1(`null is not a valid ${this.name}`);return 0}if(!L.ua)throw new v1(`Cannot pass "${N1(L)}" as a ${this.name}`);if(!L.ua.wa)throw new v1(`Cannot pass deleted object as a pointer of type ${this.name}`);if(L.ua.xa.La)throw new v1(`Cannot convert argument of type ${L.ua.xa.name} to parameter type ${this.name}`);return De(L.ua.wa,L.ua.xa.va,this.va)}function ke(O,L,K,J,r1,f1,x1,h1,T1,C1,w1){this.name=O,this.va=L,this.Na=K,this.La=J,this.Ma=r1,this.bb=f1,this.ib=x1,this.Sa=h1,this.Oa=T1,this.eb=C1,this.Ea=w1,r1||L.Aa!==void 0?this.toWireType=Be:(this.toWireType=J?Ce:Ve,this.Da=null)}var Ke=(O,L,K)=>{if(!s.hasOwnProperty(O))throw new F1("Replacing nonexistent public symbol");s[O].ya!==void 0&&K!==void 0?s[O].ya[K]=L:(s[O]=L,s[O].Ha=K)},me,rt=(O,L,K=[])=>(O.includes("j")?(O=O.replace(/p/g,"i"),L=(0,s["dynCall_"+O])(L,...K)):L=me.get(L)(...K),L),Ye=(O,L)=>(...K)=>rt(O,L,K),ce=(O,L)=>{O=B1(O);var K=O.includes("j")?Ye(O,L):me.get(L);if(typeof K!="function")throw new v1(`unknown function pointer with signature ${O}: ${L}`);return K},Je,Xe=O=>{O=vt(O);var L=B1(O);return Pe(O),L},Ie=(O,L)=>{function K(f1){r1[f1]||j1[f1]||(L1[f1]?L1[f1].forEach(K):(J.push(f1),r1[f1]=!0))}var J=[],r1={};throw L.forEach(K),new Je(`${O}: `+J.map(Xe).join([", "]))},Oe=(O,L)=>{for(var K=[],J=0;J<O;J++)K.push(V[L+4*J>>2]);return K};function nt(O){for(var L=1;L<O.length;++L)if(O[L]!==null&&O[L].Da===void 0)return!0;return!1}function Ne(O,L,K,J,r1){var f1=L.length;if(2>f1)throw new v1("argTypes array size mismatch! Must at least get return value and 'this' types!");var x1=L[1]!==null&&K!==null,h1=nt(L),T1=L[0].name!=="void",C1=f1-2,w1=Array(C1),q1=[],Q1=[];return Ae(O,function(...ve){if(Q1.length=0,q1.length=x1?2:1,q1[0]=r1,x1){var se=L[1].toWireType(Q1,this);q1[1]=se}for(var ae=0;ae<C1;++ae)w1[ae]=L[ae+2].toWireType(Q1,ve[ae]),q1.push(w1[ae]);if(ve=J(...q1),h1)_1(Q1);else for(ae=x1?1:2;ae<L.length;ae++){var _e=ae===1?se:w1[ae-2];L[ae].Da!==null&&L[ae].Da(_e)}return se=T1?L[0].fromWireType(ve):void 0,se})}var Ze=O=>{O=O.trim();let L=O.indexOf("(");return L!==-1?O.substr(0,L):O},je=[],Q=[],m1=O=>{9<O&&--Q[O+1]===0&&(Q[O]=void 0,je.push(O))},b1=O=>{if(!O)throw new v1("Cannot use deleted val. handle = "+O);return Q[O]},M1=O=>{switch(O){case void 0:return 2;case null:return 4;case!0:return 6;case!1:return 8;default:let L=je.pop()||Q.length;return Q[L]=O,Q[L+1]=1,L}},K1={name:"emscripten::val",fromWireType:O=>{var L=b1(O);return m1(O),L},toWireType:(O,L)=>M1(L),Ca:8,readValueFromPointer:d1,Da:null},J1=(O,L,K)=>{switch(L){case 1:return K?function(J){return this.fromWireType(P[J])}:function(J){return this.fromWireType(b[J])};case 2:return K?function(J){return this.fromWireType(T[J>>1])}:function(J){return this.fromWireType(R[J>>1])};case 4:return K?function(J){return this.fromWireType(D[J>>2])}:function(J){return this.fromWireType(V[J>>2])};default:throw new TypeError(`invalid integer width (${L}): ${O}`)}},G1=(O,L)=>{var K=j1[O];if(K===void 0)throw O=`${L} has unknown type ${Xe(O)}`,new v1(O);return K},N1=O=>{if(O===null)return"null";var L=typeof O;return L==="object"||L==="array"||L==="function"?O.toString():""+O},ue=(O,L)=>{switch(L){case 4:return function(K){return this.fromWireType(z[K>>2])};case 8:return function(K){return this.fromWireType(e1[K>>3])};default:throw new TypeError(`invalid float width (${L}): ${O}`)}},ne=(O,L,K)=>{switch(L){case 1:return K?J=>P[J]:J=>b[J];case 2:return K?J=>T[J>>1]:J=>R[J>>1];case 4:return K?J=>D[J>>2]:J=>V[J>>2];default:throw new TypeError(`invalid integer width (${L}): ${O}`)}},ie=Object.assign({optional:!0},K1),ye=typeof TextDecoder<"u"?new TextDecoder("utf-16le"):void 0,Re=(O,L)=>{for(var K=O>>1,J=K+L/2;!(K>=J)&&R[K];)++K;if(K<<=1,32<K-O&&ye)return ye.decode(b.subarray(O,K));for(K="",J=0;!(J>=L/2);++J){var r1=T[O+2*J>>1];if(r1==0)break;K+=String.fromCharCode(r1)}return K},Te=(O,L,K)=>{if(K!=null||(K=2147483647),2>K)return 0;K-=2;var J=L;K=K<2*O.length?K/2:O.length;for(var r1=0;r1<K;++r1)T[L>>1]=O.charCodeAt(r1),L+=2;return T[L>>1]=0,L-J},he=O=>2*O.length,Ge=(O,L)=>{for(var K=0,J="";!(K>=L/4);){var r1=D[O+4*K>>2];if(r1==0)break;++K,65536<=r1?(r1-=65536,J+=String.fromCharCode(55296|r1>>10,56320|r1&1023)):J+=String.fromCharCode(r1)}return J},it=(O,L,K)=>{if(K!=null||(K=2147483647),4>K)return 0;var J=L;K=J+K-4;for(var r1=0;r1<O.length;++r1){var f1=O.charCodeAt(r1);if(55296<=f1&&57343>=f1){var x1=O.charCodeAt(++r1);f1=65536+((f1&1023)<<10)|x1&1023}if(D[L>>2]=f1,L+=4,L+4>K)break}return D[L>>2]=0,L-J},st=O=>{for(var L=0,K=0;K<O.length;++K){var J=O.charCodeAt(K);55296<=J&&57343>=J&&++K,L+=4}return L},ot=0,lt=[],Et=O=>{var L=lt.length;return lt.push(O),L},St=(O,L)=>{for(var K=Array(O),J=0;J<O;++J)K[J]=G1(V[L+4*J>>2],"parameter "+J);return K},Tt=Reflect.construct,ze={},ht=O=>{if(!(O instanceof u1||O=="unwind"))throw O},dt=O=>{var L;throw y=O,g1||0<ot||((L=s.onExit)==null||L.call(s,O),I=!0),new u1(O)},Pt=O=>{if(!I)try{if(O(),!(g1||0<ot))try{y=O=y,dt(O)}catch(L){ht(L)}}catch(L){ht(L)}},ct={},mt=()=>{if(!pt){var O={USER:"web_user",LOGNAME:"web_user",PATH:"/",PWD:"/",HOME:"/home/web_user",LANG:(typeof navigator=="object"&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8",_:u||"./this.program"},L;for(L in ct)ct[L]===void 0?delete O[L]:O[L]=ct[L];var K=[];for(L in O)K.push(`${L}=${O[L]}`);pt=K}return pt},pt,Ct=[null,[],[]],kt=()=>{if(typeof crypto=="object"&&typeof crypto.getRandomValues=="function")return O=>crypto.getRandomValues(O);Y("initRandomDevice")},yt=O=>(yt=kt())(O);F1=s.InternalError=class extends Error{constructor(O){super(O),this.name="InternalError"}};for(var gt=Array(256),Qe=0;256>Qe;++Qe)gt[Qe]=String.fromCharCode(Qe);Y1=gt,v1=s.BindingError=class extends Error{constructor(O){super(O),this.name="BindingError"}},Object.assign(Fe.prototype,{isAliasOf:function(O){if(!(this instanceof Fe&&O instanceof Fe))return!1;var L=this.ua.xa.va,K=this.ua.wa;O.ua=O.ua;var J=O.ua.xa.va;for(O=O.ua.wa;L.Aa;)K=L.Ka(K),L=L.Aa;for(;J.Aa;)O=J.Ka(O),J=J.Aa;return L===J&&K===O},clone:function(){if(this.ua.wa||X1(this),this.ua.Ja)return this.ua.count.value+=1,this;var O=we,L=Object,K=L.create,J=Object.getPrototypeOf(this),r1=this.ua;return O=O(K.call(L,J,{ua:{value:{count:r1.count,Ia:r1.Ia,Ja:r1.Ja,wa:r1.wa,xa:r1.xa,za:r1.za,Ba:r1.Ba}}})),O.ua.count.value+=1,O.ua.Ia=!1,O},delete(){if(this.ua.wa||X1(this),this.ua.Ia&&!this.ua.Ja)throw new v1("Object already scheduled for deletion");H1(this);var O=this.ua;--O.count.value,O.count.value===0&&(O.za?O.Ba.Ea(O.za):O.xa.va.Ea(O.wa)),this.ua.Ja||(this.ua.za=void 0,this.ua.wa=void 0)},isDeleted:function(){return!this.ua.wa},deleteLater:function(){if(this.ua.wa||X1(this),this.ua.Ia&&!this.ua.Ja)throw new v1("Object already scheduled for deletion");return this.ua.Ia=!0,this}}),Object.assign(ke.prototype,{Xa(O){return this.Sa&&(O=this.Sa(O)),O},Qa(O){var L;(L=this.Ea)==null||L.call(this,O)},Ca:8,readValueFromPointer:d1,fromWireType:function(O){function L(){return this.Ma?fe(this.va.Ga,{xa:this.bb,wa:K,Ba:this,za:O}):fe(this.va.Ga,{xa:this,wa:O})}var K=this.Xa(O);if(!K)return this.Qa(O),null;var J=pe(this.va,K);if(J!==void 0)return J.ua.count.value===0?(J.ua.wa=K,J.ua.za=O,J.clone()):(J=J.clone(),this.Qa(O),J);if(J=this.va.Wa(K),J=re[J],!J)return L.call(this);J=this.La?J.Ta:J.pointerType;var r1=Z1(K,this.va,J.va);return r1===null?L.call(this):this.Ma?fe(J.va.Ga,{xa:J,wa:r1,Ba:this,za:O}):fe(J.va.Ga,{xa:J,wa:r1})}}),Je=s.UnboundTypeError=((O,L)=>{var K=Ae(L,function(J){this.name=L,this.message=J,J=Error(J).stack,J!==void 0&&(this.stack=this.toString()+`
|
|
310
|
-
`+J.replace(/^Error(:[^\n]*)?\n/,""))});return K.prototype=Object.create(O.prototype),K.prototype.constructor=K,K.prototype.toString=function(){return this.message===void 0?this.name:`${this.name}: ${this.message}`},K})(Error,"UnboundTypeError"),Q.push(0,1,void 0,1,null,1,!0,1,!1,1),s.count_emval_handles=()=>Q.length/2-5-je.length;var Rt={c:(O,L,K,J)=>Y(`Assertion failed: ${O?P1(b,O):""}, at: `+[L?L?P1(b,L):"":"unknown filename",K,J?J?P1(b,J):"":"unknown function"]),m:(O,L,K)=>{var J=new R1(O);throw V[J.wa+16>>2]=0,V[J.wa+4>>2]=L,V[J.wa+8>>2]=K,S1=O,S1},M:()=>{},J:()=>{},K:()=>{},P:function(){},L:()=>{},R:()=>Y(""),v:O=>{var L=o1[O];delete o1[O];var K=L.Oa,J=L.Ea,r1=L.Ra,f1=r1.map(x1=>x1.$a).concat(r1.map(x1=>x1.gb));D1([O],f1,x1=>{var h1={};return r1.forEach((T1,C1)=>{var w1=x1[C1],q1=T1.Ya,Q1=T1.Za,ve=x1[C1+r1.length],se=T1.fb,ae=T1.hb;h1[T1.Va]={read:_e=>w1.fromWireType(q1(Q1,_e)),write:(_e,Ue)=>{var xe=[];se(ae,_e,ve.toWireType(xe,Ue)),_1(xe)}}}),[{name:L.name,fromWireType:T1=>{var C1={},w1;for(w1 in h1)C1[w1]=h1[w1].read(T1);return J(T1),C1},toWireType:(T1,C1)=>{for(var w1 in h1)if(!(w1 in C1))throw new TypeError(`Missing field: "${w1}"`);var q1=K();for(w1 in h1)h1[w1].write(q1,C1[w1]);return T1!==null&&T1.push(J,q1),q1},Ca:8,readValueFromPointer:d1,Da:J}]})},C:()=>{},W:(O,L,K,J)=>{L=B1(L),V1(O,{name:L,fromWireType:function(r1){return!!r1},toWireType:function(r1,f1){return f1?K:J},Ca:8,readValueFromPointer:function(r1){return this.fromWireType(b[r1])},Da:null})},r:(O,L,K,J,r1,f1,x1,h1,T1,C1,w1,q1,Q1)=>{w1=B1(w1),f1=ce(r1,f1),h1&&(h1=ce(x1,h1)),C1&&(C1=ce(T1,C1)),Q1=ce(q1,Q1);var ve=tt(w1);$e(ve,function(){Ie(`Cannot construct ${w1} due to unbound types`,[J])}),D1([O,L,K],J?[J]:[],se=>{if(se=se[0],J)var ae=se.va,_e=ae.Ga;else _e=Fe.prototype;se=Ae(w1,function(...ft){if(Object.getPrototypeOf(this)!==Ue)throw new v1("Use 'new' to construct "+w1);if(xe.Fa===void 0)throw new v1(w1+" has no accessible constructor");var bt=xe.Fa[ft.length];if(bt===void 0)throw new v1(`Tried to invoke ctor of ${w1} with invalid number of parameters (${ft.length}) - expected (${Object.keys(xe.Fa).toString()}) parameters instead!`);return bt.apply(this,ft)});var Ue=Object.create(_e,{constructor:{value:se}});se.prototype=Ue;var xe=new Le(w1,se,Ue,Q1,ae,f1,h1,C1);if(xe.Aa){var We;(We=xe.Aa).Pa!=null||(We.Pa=[]),xe.Aa.Pa.push(xe)}return ae=new ke(w1,xe,!0,!1,!1),We=new ke(w1+"*",xe,!1,!1,!1),_e=new ke(w1+" const*",xe,!1,!0,!1),re[O]={pointerType:We,Ta:_e},Ke(ve,se),[ae,We,_e]})},q:(O,L,K,J,r1,f1)=>{var x1=Oe(L,K);r1=ce(J,r1),D1([],[O],h1=>{h1=h1[0];var T1=`constructor ${h1.name}`;if(h1.va.Fa===void 0&&(h1.va.Fa=[]),h1.va.Fa[L-1]!==void 0)throw new v1(`Cannot register multiple constructors with identical number of parameters (${L-1}) for class '${h1.name}'! Overload resolution is currently only performed using the parameter count, not actual type info!`);return h1.va.Fa[L-1]=()=>{Ie(`Cannot construct ${h1.name} due to unbound types`,x1)},D1([],x1,C1=>(C1.splice(1,0,null),h1.va.Fa[L-1]=Ne(T1,C1,null,r1,f1),[])),[]})},f:(O,L,K,J,r1,f1,x1,h1)=>{var T1=Oe(K,J);L=B1(L),L=Ze(L),f1=ce(r1,f1),D1([],[O],C1=>{function w1(){Ie(`Cannot call ${q1} due to unbound types`,T1)}C1=C1[0];var q1=`${C1.name}.${L}`;L.startsWith("@@")&&(L=Symbol[L.substring(2)]),h1&&C1.va.cb.push(L);var Q1=C1.va.Ga,ve=Q1[L];return ve===void 0||ve.ya===void 0&&ve.className!==C1.name&&ve.Ha===K-2?(w1.Ha=K-2,w1.className=C1.name,Q1[L]=w1):(qe(Q1,L,q1),Q1[L].ya[K-2]=w1),D1([],T1,se=>(se=Ne(q1,se,C1,f1,x1),Q1[L].ya===void 0?(se.Ha=K-2,Q1[L]=se):Q1[L].ya[K-2]=se,[])),[]})},V:O=>V1(O,K1),x:(O,L,K,J)=>{function r1(){}L=B1(L),r1.values={},V1(O,{name:L,constructor:r1,fromWireType:function(f1){return this.constructor.values[f1]},toWireType:(f1,x1)=>x1.value,Ca:8,readValueFromPointer:J1(L,K,J),Da:null}),$e(L,r1)},k:(O,L,K)=>{var J=G1(O,"enum");L=B1(L),O=J.constructor,J=Object.create(J.constructor.prototype,{value:{value:K},constructor:{value:Ae(`${J.name}_${L}`,function(){})}}),O.values[K]=J,O[L]=J},z:(O,L,K)=>{L=B1(L),V1(O,{name:L,fromWireType:J=>J,toWireType:(J,r1)=>r1,Ca:8,readValueFromPointer:ue(L,K),Da:null})},u:(O,L,K,J,r1,f1)=>{var x1=Oe(L,K);O=B1(O),O=Ze(O),r1=ce(J,r1),$e(O,function(){Ie(`Cannot call ${O} due to unbound types`,x1)},L-1),D1([],x1,h1=>(Ke(O,Ne(O,[h1[0],null].concat(h1.slice(1)),null,r1,f1),L-1),[]))},l:(O,L,K,J,r1)=>{if(L=B1(L),r1===-1&&(r1=4294967295),r1=h1=>h1,J===0){var f1=32-8*K;r1=h1=>h1<<f1>>>f1}var x1=L.includes("unsigned")?function(h1,T1){return T1>>>0}:function(h1,T1){return T1};V1(O,{name:L,fromWireType:r1,toWireType:x1,Ca:8,readValueFromPointer:ne(L,K,J!==0),Da:null})},h:(O,L,K)=>{function J(f1){return new r1(P.buffer,V[f1+4>>2],V[f1>>2])}var r1=[Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array][L];K=B1(K),V1(O,{name:K,fromWireType:J,Ca:8,readValueFromPointer:J},{ab:!0})},t:O=>{V1(O,ie)},aa:(O,L,K,J,r1,f1,x1,h1,T1,C1,w1,q1)=>{K=B1(K),f1=ce(r1,f1),h1=ce(x1,h1),C1=ce(T1,C1),q1=ce(w1,q1),D1([O],[L],Q1=>(Q1=Q1[0],[new ke(K,Q1.va,!1,!1,!0,Q1,J,f1,h1,C1,q1)]))},A:(O,L)=>{L=B1(L);var K=L==="std::string";V1(O,{name:L,fromWireType:function(J){var r1=V[J>>2],f1=J+4;if(K)for(var x1=f1,h1=0;h1<=r1;++h1){var T1=f1+h1;if(h1==r1||b[T1]==0){if(x1=x1?P1(b,x1,T1-x1):"",C1===void 0)var C1=x1;else C1+="\0",C1+=x1;x1=T1+1}}else{for(C1=Array(r1),h1=0;h1<r1;++h1)C1[h1]=String.fromCharCode(b[f1+h1]);C1=C1.join("")}return Pe(J),C1},toWireType:function(J,r1){r1 instanceof ArrayBuffer&&(r1=new Uint8Array(r1));var f1,x1=typeof r1=="string";if(!(x1||r1 instanceof Uint8Array||r1 instanceof Uint8ClampedArray||r1 instanceof Int8Array))throw new v1("Cannot pass non-string to std::string");if(K&&x1)for(var h1=f1=0;h1<r1.length;++h1){var T1=r1.charCodeAt(h1);127>=T1?f1++:2047>=T1?f1+=2:55296<=T1&&57343>=T1?(f1+=4,++h1):f1+=3}else f1=r1.length;if(h1=ut(4+f1+1),T1=h1+4,V[h1>>2]=f1,K&&x1)I1(r1,T1,f1+1);else if(x1)for(x1=0;x1<f1;++x1){var C1=r1.charCodeAt(x1);if(255<C1)throw Pe(T1),new v1("String has UTF-16 code units that do not fit in 8 bits");b[T1+x1]=C1}else for(x1=0;x1<f1;++x1)b[T1+x1]=r1[x1];return J!==null&&J.push(Pe,h1),h1},Ca:8,readValueFromPointer:d1,Da(J){Pe(J)}})},s:(O,L,K)=>{if(K=B1(K),L===2)var J=Re,r1=Te,f1=he,x1=h1=>R[h1>>1];else L===4&&(J=Ge,r1=it,f1=st,x1=h1=>V[h1>>2]);V1(O,{name:K,fromWireType:h1=>{for(var T1=V[h1>>2],C1,w1=h1+4,q1=0;q1<=T1;++q1){var Q1=h1+4+q1*L;(q1==T1||x1(Q1)==0)&&(w1=J(w1,Q1-w1),C1===void 0?C1=w1:(C1+="\0",C1+=w1),w1=Q1+L)}return Pe(h1),C1},toWireType:(h1,T1)=>{if(typeof T1!="string")throw new v1(`Cannot pass non-string to C++ string type ${K}`);var C1=f1(T1),w1=ut(4+C1+L);return V[w1>>2]=C1/L,r1(T1,w1+4,C1+L),h1!==null&&h1.push(Pe,w1),w1},Ca:8,readValueFromPointer:d1,Da(h1){Pe(h1)}})},w:(O,L,K,J,r1,f1)=>{o1[O]={name:B1(L),Oa:ce(K,J),Ea:ce(r1,f1),Ra:[]}},j:(O,L,K,J,r1,f1,x1,h1,T1,C1)=>{o1[O].Ra.push({Va:B1(L),$a:K,Ya:ce(J,r1),Za:f1,gb:x1,fb:ce(h1,T1),hb:C1})},X:(O,L)=>{L=B1(L),V1(O,{jb:!0,name:L,Ca:0,fromWireType:()=>{},toWireType:()=>{}})},H:()=>{g1=!1,ot=0},D:()=>{throw 1/0},_:(O,L,K,J)=>(O=lt[O],L=b1(L),O(null,L,K,J)),B:m1,Z:(O,L,K)=>{var J=St(O,L),r1=J.shift();O--;var f1=Array(O);return L=`methodCaller<(${J.map(x1=>x1.name).join(", ")}) => ${r1.name}>`,Et(Ae(L,(x1,h1,T1,C1)=>{for(var w1=0,q1=0;q1<O;++q1)f1[q1]=J[q1].readValueFromPointer(C1+w1),w1+=J[q1].Ca;return h1=K===1?Tt(h1,f1):h1.apply(x1,f1),x1=[],h1=r1.toWireType(x1,h1),x1.length&&(V[T1>>2]=M1(x1)),h1}))},$:O=>{9<O&&(Q[O+1]+=1)},Y:O=>{var L=b1(O);_1(L),m1(O)},o:(O,L)=>(O=G1(O,"_emval_take_value"),O=O.readValueFromPointer(L),M1(O)),E:(O,L)=>{if(ze[O]&&(clearTimeout(ze[O].id),delete ze[O]),!L)return 0;var K=setTimeout(()=>{delete ze[O],Pt(()=>xt(O,performance.now()))},L);return ze[O]={id:K,kb:L},0},F:(O,L,K,J)=>{var r1=new Date().getFullYear(),f1=new Date(r1,0,1).getTimezoneOffset();r1=new Date(r1,6,1).getTimezoneOffset(),V[O>>2]=60*Math.max(f1,r1),D[L>>2]=+(f1!=r1),L=x1=>{var h1=Math.abs(x1);return`UTC${0<=x1?"-":"+"}${String(Math.floor(h1/60)).padStart(2,"0")}${String(h1%60).padStart(2,"0")}`},O=L(f1),L=L(r1),r1<f1?(I1(O,K,17),I1(L,J,17)):(I1(O,J,17),I1(L,K,17))},ba:()=>performance.now(),G:O=>{var L=b.length;if(O>>>=0,2147483648<O)return!1;for(var K=1;4>=K;K*=2){var J=L*(1+.2/K);J=Math.min(J,O+100663296);e:{J=(Math.min(2147483648,65536*Math.ceil(Math.max(O,J)/65536))-d.buffer.byteLength+65535)/65536|0;try{d.grow(J),j();var r1=1;break e}catch{}r1=void 0}if(r1)return!0}return!1},T:(O,L)=>{var K=0;return mt().forEach((J,r1)=>{var f1=L+K;for(r1=V[O+4*r1>>2]=f1,f1=0;f1<J.length;++f1)P[r1++]=J.charCodeAt(f1);P[r1]=0,K+=J.length+1}),0},U:(O,L)=>{var K=mt();V[O>>2]=K.length;var J=0;return K.forEach(r1=>J+=r1.length+1),V[L>>2]=J,0},Q:()=>52,O:()=>52,N:(O,L,K,J)=>{for(var r1=0,f1=0;f1<K;f1++){var x1=V[L>>2],h1=V[L+4>>2];L+=8;for(var T1=0;T1<h1;T1++){var C1=O,w1=b[x1+T1],q1=Ct[C1];w1===0||w1===10?((C1===1?m:S)(P1(q1)),q1.length=0):q1.push(w1)}r1+=h1}return V[J>>2]=r1,0},i:Ft,d:Mt,e:It,p:Dt,y:Lt,b:At,a:wt,g:$t,n:Ot,S:dt,I:(O,L)=>(yt(b.subarray(O,O+L)),0)},oe=function(){var O;function L(J){var r1;return oe=J.exports,d=oe.ca,j(),me=oe.ga,X.unshift(oe.da),t1--,(r1=s.monitorRunDependencies)==null||r1.call(s,t1),t1==0&&N&&(J=N,N=null,J()),oe}t1++,(O=s.monitorRunDependencies)==null||O.call(s,t1);var K={a:Rt};if(s.instantiateWasm)try{return s.instantiateWasm(K,L)}catch(J){S(`Module.instantiateWasm callback failed with error: ${J}`),a(J)}return B!=null||(B=M("DotLottiePlayer.wasm")?"DotLottiePlayer.wasm":s.locateFile?s.locateFile("DotLottiePlayer.wasm",f):f+"DotLottiePlayer.wasm"),p1(K,function(J){L(J.instance)}).catch(a),{}}(),ut=O=>(ut=oe.ea)(O),vt=O=>(vt=oe.fa)(O),Pe=O=>(Pe=oe.ha)(O),xt=(O,L)=>(xt=oe.ia)(O,L),be=(O,L)=>(be=oe.ja)(O,L),Ee=O=>(Ee=oe.ka)(O),Se=()=>(Se=oe.la)();s.dynCall_iijj=(O,L,K,J,r1,f1)=>(s.dynCall_iijj=oe.ma)(O,L,K,J,r1,f1),s.dynCall_vijj=(O,L,K,J,r1,f1)=>(s.dynCall_vijj=oe.na)(O,L,K,J,r1,f1),s.dynCall_jiii=(O,L,K,J)=>(s.dynCall_jiii=oe.oa)(O,L,K,J),s.dynCall_jii=(O,L,K)=>(s.dynCall_jii=oe.pa)(O,L,K),s.dynCall_viijii=(O,L,K,J,r1,f1,x1)=>(s.dynCall_viijii=oe.qa)(O,L,K,J,r1,f1,x1),s.dynCall_iiiiij=(O,L,K,J,r1,f1,x1)=>(s.dynCall_iiiiij=oe.ra)(O,L,K,J,r1,f1,x1),s.dynCall_iiiiijj=(O,L,K,J,r1,f1,x1,h1,T1)=>(s.dynCall_iiiiijj=oe.sa)(O,L,K,J,r1,f1,x1,h1,T1),s.dynCall_iiiiiijj=(O,L,K,J,r1,f1,x1,h1,T1,C1)=>(s.dynCall_iiiiiijj=oe.ta)(O,L,K,J,r1,f1,x1,h1,T1,C1);function wt(O,L,K){var J=Se();try{me.get(O)(L,K)}catch(r1){if(Ee(J),r1!==r1+0)throw r1;be(1,0)}}function At(O,L){var K=Se();try{me.get(O)(L)}catch(J){if(Ee(K),J!==J+0)throw J;be(1,0)}}function It(O,L,K,J){var r1=Se();try{return me.get(O)(L,K,J)}catch(f1){if(Ee(r1),f1!==f1+0)throw f1;be(1,0)}}function Mt(O,L,K){var J=Se();try{return me.get(O)(L,K)}catch(r1){if(Ee(J),r1!==r1+0)throw r1;be(1,0)}}function Ft(O,L){var K=Se();try{return me.get(O)(L)}catch(J){if(Ee(K),J!==J+0)throw J;be(1,0)}}function Dt(O,L,K,J,r1,f1){var x1=Se();try{return me.get(O)(L,K,J,r1,f1)}catch(h1){if(Ee(x1),h1!==h1+0)throw h1;be(1,0)}}function Ot(O,L,K,J,r1){var f1=Se();try{me.get(O)(L,K,J,r1)}catch(x1){if(Ee(f1),x1!==x1+0)throw x1;be(1,0)}}function $t(O,L,K,J){var r1=Se();try{me.get(O)(L,K,J)}catch(f1){if(Ee(r1),f1!==f1+0)throw f1;be(1,0)}}function Lt(O){var L=Se();try{me.get(O)()}catch(K){if(Ee(L),K!==K+0)throw K;be(1,0)}}var et;N=function O(){et||_t(),et||(N=O)};function _t(){function O(){var L;if(!et&&(et=!0,s.calledRun=!0,!I)){if(y1(X),o(s),(L=s.onRuntimeInitialized)==null||L.call(s),s.postRun)for(typeof s.postRun=="function"&&(s.postRun=[s.postRun]);s.postRun.length;){var K=s.postRun.shift();l1.unshift(K)}y1(l1)}}if(!(0<t1)){if(s.preRun)for(typeof s.preRun=="function"&&(s.preRun=[s.preRun]);s.preRun.length;)c1();y1(n1),0<t1||(s.setStatus?(s.setStatus("Running..."),setTimeout(()=>{setTimeout(()=>s.setStatus(""),1),O()},1)):O())}}if(s.preInit)for(typeof s.preInit=="function"&&(s.preInit=[s.preInit]);0<s.preInit.length;)s.preInit.pop()();return _t(),i=l,i}})(),r3=r0,i1=class{constructor(){throw new Error("RendererLoader is a static class and cannot be instantiated.")}static _tryLoad(e){return g(this,null,function*(){return yield r3({locateFile:()=>e})})}static _loadWithBackup(){return g(this,null,function*(){return this._ModulePromise||(this._ModulePromise=this._tryLoad(this._wasmURL).catch(e=>g(this,null,function*(){let t=`https://unpkg.com/${p2}@${c2}/dist/dotlottie-player.wasm`;console.warn(`Primary WASM load failed from ${this._wasmURL}. Error: ${e.message}`),console.warn(`Attempting to load WASM from backup URL: ${t}`);try{return yield this._tryLoad(t)}catch(n){throw console.error(`Primary WASM URL failed: ${e.message}`),console.error(`Backup WASM URL failed: ${n.message}`),new Error("WASM loading failed from all sources.")}}))),this._ModulePromise})}static load(){return g(this,null,function*(){return this._loadWithBackup()})}static setWasmUrl(e){e!==this._wasmURL&&(this._wasmURL=e,this._ModulePromise=null)}};_(i1,"_ModulePromise",null),_(i1,"_wasmURL",`https://cdn.jsdelivr.net/npm/${p2}@${c2}/dist/dotlottie-player.wasm`);var s1=class{constructor(){_(this,"_eventListeners",new Map)}addEventListener(e,t){let n=this._eventListeners.get(e);n||(n=new Set,this._eventListeners.set(e,n)),n.add(t)}removeEventListener(e,t){let n=this._eventListeners.get(e);n&&(t?(n.delete(t),n.size===0&&this._eventListeners.delete(e)):this._eventListeners.delete(e))}dispatch(e){let t=this._eventListeners.get(e.type);t==null||t.forEach(n=>n(e))}removeAllEventListeners(){this._eventListeners.clear()}},W=class{static _initializeObserver(){if(this._observer)return;let e=t=>{t.forEach(n=>{let i=this._observedCanvases.get(n.target);i&&(n.isIntersecting?i.unfreeze():i.freeze())})};this._observer=new IntersectionObserver(e,{threshold:0})}static observe(e,t){var n;this._initializeObserver(),!this._observedCanvases.has(e)&&(this._observedCanvases.set(e,t),(n=this._observer)==null||n.observe(e))}static unobserve(e){var t,n;(t=this._observer)==null||t.unobserve(e),this._observedCanvases.delete(e),this._observedCanvases.size===0&&((n=this._observer)==null||n.disconnect(),this._observer=null)}};_(W,"_observer",null),_(W,"_observedCanvases",new Map);var $=class{static _initializeObserver(){if(this._observer)return;let e=t=>{t.forEach(n=>{let i=this._observedCanvases.get(n.target);if(!i)return;let[s,o]=i;clearTimeout(o);let a=setTimeout(()=>{s.resize()},100);this._observedCanvases.set(n.target,[s,a])})};this._observer=new ResizeObserver(e)}static observe(e,t){var n;this._initializeObserver(),!this._observedCanvases.has(e)&&(this._observedCanvases.set(e,[t,0]),(n=this._observer)==null||n.observe(e))}static unobserve(e){var t,n;(t=this._observer)==null||t.unobserve(e),this._observedCanvases.delete(e),this._observedCanvases.size===0&&((n=this._observer)==null||n.disconnect(),this._observer=null)}};_($,"_observer",null),_($,"_observedCanvases",new Map);function a0(e){return/^#([\da-f]{6}|[\da-f]{8})$/iu.test(e)}function o3(e){if(!a0(e))return 0;let t=e.replace("#","");return t=t.length===6?`${t}ff`:t,parseInt(t,16)}function v2(e){if(e.byteLength<4)return!1;let t=new Uint8Array(e.slice(0,W1.byteLength));for(let n=0;n<W1.length;n+=1)if(W1[n]!==t[n])return!1;return!0}function a3(e){return n3.every(t=>Object.prototype.hasOwnProperty.call(e,t))}function f2(e){if(typeof e=="string")try{return a3(JSON.parse(e))}catch{return!1}else return a3(e)}function Z$1(){return 1+((A?window.devicePixelRatio:1)-1)*i3}function $1(e){let t=e.getBoundingClientRect();return t.top>=0&&t.left>=0&&t.bottom<=(window.innerHeight||document.documentElement.clientHeight)&&t.right<=(window.innerWidth||document.documentElement.clientWidth)}var m2=(e,t)=>e==="reverse"?t.Mode.Reverse:e==="bounce"?t.Mode.Bounce:e==="reverse-bounce"?t.Mode.ReverseBounce:t.Mode.Forward,_2=(e,t)=>e==="contain"?t.Fit.Contain:e==="cover"?t.Fit.Cover:e==="fill"?t.Fit.Fill:e==="fit-height"?t.Fit.FitHeight:e==="fit-width"?t.Fit.FitWidth:t.Fit.None,g2=(e,t)=>{let n=new t.VectorFloat;return n.push_back(e[0]),n.push_back(e[1]),n},y2=(e,t)=>{let n=new t.VectorFloat;return e.length!==2||(n.push_back(e[0]),n.push_back(e[1])),n},C=class te{constructor(t){_(this,"_canvas"),_(this,"_context",null),_(this,"_eventManager"),_(this,"_animationFrameId",null),_(this,"_frameManager"),_(this,"_dotLottieCore",null),_(this,"_renderConfig",{}),_(this,"_isFrozen",!1),_(this,"_backgroundColor",null),_(this,"_pointerUpMethod"),_(this,"_pointerDownMethod"),_(this,"_pointerMoveMethod"),_(this,"_pointerEnterMethod"),_(this,"_pointerExitMethod");var n,i,s;this._canvas=t.canvas,this._context=this._canvas.getContext("2d"),this._eventManager=new s1,this._frameManager=new z1,this._renderConfig=k(F({},t.renderConfig),{devicePixelRatio:((n=t.renderConfig)==null?void 0:n.devicePixelRatio)||Z$1(),freezeOnOffscreen:(s=(i=t.renderConfig)==null?void 0:i.freezeOnOffscreen)!=null?s:!0}),i1.load().then(o=>{var a,l,c,u,f,x,m,S;te._wasmModule=o,this._dotLottieCore=new o.DotLottiePlayer({themeId:(a=t.themeId)!=null?a:"",autoplay:(l=t.autoplay)!=null?l:!1,backgroundColor:0,loopAnimation:(c=t.loop)!=null?c:!1,mode:m2((u=t.mode)!=null?u:"forward",o),segment:y2((f=t.segment)!=null?f:[],o),speed:(x=t.speed)!=null?x:1,useFrameInterpolation:(m=t.useFrameInterpolation)!=null?m:!0,marker:(S=t.marker)!=null?S:"",layout:t.layout?{align:g2(t.layout.align,o),fit:_2(t.layout.fit,o)}:o.createDefaultLayout()}),this._eventManager.dispatch({type:"ready"}),t.data?this._loadFromData(t.data):t.src&&this._loadFromSrc(t.src),t.backgroundColor&&this.setBackgroundColor(t.backgroundColor)}).catch(o=>{this._eventManager.dispatch({type:"loadError",error:new Error(`Failed to load wasm module: ${o}`)})}),this._pointerUpMethod=this._onPointerUp.bind(this),this._pointerDownMethod=this._onPointerDown.bind(this),this._pointerMoveMethod=this._onPointerMove.bind(this),this._pointerEnterMethod=this._onPointerEnter.bind(this),this._pointerExitMethod=this._onPointerLeave.bind(this)}_dispatchError(t){console.error(t),this._eventManager.dispatch({type:"loadError",error:new Error(t)})}_fetchData(t){return g(this,null,function*(){let n=yield fetch(t);if(!n.ok)throw new Error(`Failed to fetch animation data from URL: ${t}. ${n.status}: ${n.statusText}`);let i=yield n.arrayBuffer();return v2(i)?i:new TextDecoder().decode(i)})}_loadFromData(t){if(this._dotLottieCore===null)return;let n=this._canvas.width,i=this._canvas.height,s=!1;if(typeof t=="string"){if(!f2(t)){this._dispatchError("Invalid Lottie JSON string: The provided string does not conform to the Lottie JSON format.");return}s=this._dotLottieCore.loadAnimationData(t,n,i)}else if(t instanceof ArrayBuffer){if(!v2(t)){this._dispatchError("Invalid dotLottie ArrayBuffer: The provided ArrayBuffer does not conform to the dotLottie format.");return}s=this._dotLottieCore.loadDotLottieData(t,n,i)}else if(typeof t=="object"){if(!f2(t)){this._dispatchError("Invalid Lottie JSON object: The provided object does not conform to the Lottie JSON format.");return}s=this._dotLottieCore.loadAnimationData(JSON.stringify(t),n,i)}else{this._dispatchError(`Unsupported data type for animation data. Expected:
|
|
311
|
-
- string (Lottie JSON),
|
|
312
|
-
- ArrayBuffer (dotLottie),
|
|
313
|
-
- object (Lottie JSON).
|
|
314
|
-
Received: ${typeof t}`);return}s?(this._eventManager.dispatch({type:"load"}),A&&this.resize(),this._eventManager.dispatch({type:"frame",currentFrame:this._dotLottieCore.currentFrame()}),this._render(),this._dotLottieCore.config().autoplay&&(this._dotLottieCore.play(),this._dotLottieCore.isPlaying()?(this._eventManager.dispatch({type:"play"}),this._animationFrameId=this._frameManager.requestAnimationFrame(this._draw.bind(this))):console.error("something went wrong, the animation was suppose to autoplay")),A&&this._canvas instanceof HTMLCanvasElement&&(this._renderConfig.freezeOnOffscreen&&W.observe(this._canvas,this),this._renderConfig.autoResize&&$.observe(this._canvas,this))):this._dispatchError("Failed to load animation data")}_loadFromSrc(t){this._fetchData(t).then(n=>this._loadFromData(n)).catch(n=>this._dispatchError(`Failed to load animation data from URL: ${t}. ${n}`))}get activeAnimationId(){var t;return(t=this._dotLottieCore)==null?void 0:t.activeAnimationId()}get activeThemeId(){var t;return(t=this._dotLottieCore)==null?void 0:t.activeThemeId()}get layout(){var t;let n=(t=this._dotLottieCore)==null?void 0:t.config().layout;if(n)return{align:[n.align.get(0),n.align.get(1)],fit:(()=>{var i,s,o,a,l,c;switch(n.fit){case((i=te._wasmModule)==null?void 0:i.Fit.Contain):return"contain";case((s=te._wasmModule)==null?void 0:s.Fit.Cover):return"cover";case((o=te._wasmModule)==null?void 0:o.Fit.Fill):return"fill";case((a=te._wasmModule)==null?void 0:a.Fit.FitHeight):return"fit-height";case((l=te._wasmModule)==null?void 0:l.Fit.FitWidth):return"fit-width";case((c=te._wasmModule)==null?void 0:c.Fit.None):return"none";default:return"contain"}})()}}get marker(){var t;return(t=this._dotLottieCore)==null?void 0:t.config().marker}get manifest(){var t;try{let n=(t=this._dotLottieCore)==null?void 0:t.manifestString();if(this._dotLottieCore===null||!n)return null;let i=JSON.parse(n);return Object.keys(i).length===0?null:i}catch{return null}}get renderConfig(){return this._renderConfig}get segment(){var t;let n=(t=this._dotLottieCore)==null?void 0:t.config().segment;if(n&&n.size()===2)return[n.get(0),n.get(1)]}get loop(){var t,n;return(n=(t=this._dotLottieCore)==null?void 0:t.config().loopAnimation)!=null?n:!1}get mode(){var t,n,i,s;let o=(t=this._dotLottieCore)==null?void 0:t.config().mode;return o===((n=te._wasmModule)==null?void 0:n.Mode.Reverse)?"reverse":o===((i=te._wasmModule)==null?void 0:i.Mode.Bounce)?"bounce":o===((s=te._wasmModule)==null?void 0:s.Mode.ReverseBounce)?"reverse-bounce":"forward"}get isFrozen(){return this._isFrozen}get backgroundColor(){var t;return(t=this._backgroundColor)!=null?t:""}get autoplay(){var t,n;return(n=(t=this._dotLottieCore)==null?void 0:t.config().autoplay)!=null?n:!1}get useFrameInterpolation(){var t,n;return(n=(t=this._dotLottieCore)==null?void 0:t.config().useFrameInterpolation)!=null?n:!1}get speed(){var t,n;return(n=(t=this._dotLottieCore)==null?void 0:t.config().speed)!=null?n:0}get isReady(){return this._dotLottieCore!==null}get isLoaded(){var t,n;return(n=(t=this._dotLottieCore)==null?void 0:t.isLoaded())!=null?n:!1}get isPlaying(){var t,n;return(n=(t=this._dotLottieCore)==null?void 0:t.isPlaying())!=null?n:!1}get isPaused(){var t,n;return(n=(t=this._dotLottieCore)==null?void 0:t.isPaused())!=null?n:!1}get isStopped(){var t,n;return(n=(t=this._dotLottieCore)==null?void 0:t.isStopped())!=null?n:!1}get currentFrame(){var t,n;return(n=(t=this._dotLottieCore)==null?void 0:t.currentFrame())!=null?n:0}get loopCount(){var t,n;return(n=(t=this._dotLottieCore)==null?void 0:t.loopCount())!=null?n:0}get totalFrames(){var t,n;return(n=(t=this._dotLottieCore)==null?void 0:t.totalFrames())!=null?n:0}get duration(){var t,n;return(n=(t=this._dotLottieCore)==null?void 0:t.duration())!=null?n:0}get segmentDuration(){var t,n;return(n=(t=this._dotLottieCore)==null?void 0:t.segmentDuration())!=null?n:0}get canvas(){return this._canvas}load(t){var n,i,s,o,a,l,c,u,f;this._dotLottieCore===null||te._wasmModule===null||(this._animationFrameId!==null&&(this._frameManager.cancelAnimationFrame(this._animationFrameId),this._animationFrameId=null),this._dotLottieCore.setConfig({themeId:(n=t.themeId)!=null?n:"",autoplay:(i=t.autoplay)!=null?i:!1,backgroundColor:0,loopAnimation:(s=t.loop)!=null?s:!1,mode:m2((o=t.mode)!=null?o:"forward",te._wasmModule),segment:y2((a=t.segment)!=null?a:[],te._wasmModule),speed:(l=t.speed)!=null?l:1,useFrameInterpolation:(c=t.useFrameInterpolation)!=null?c:!0,marker:(u=t.marker)!=null?u:"",layout:t.layout?{align:g2(t.layout.align,te._wasmModule),fit:_2(t.layout.fit,te._wasmModule)}:te._wasmModule.createDefaultLayout()}),t.data?this._loadFromData(t.data):t.src&&this._loadFromSrc(t.src),this.setBackgroundColor((f=t.backgroundColor)!=null?f:""))}_render(){if(this._dotLottieCore===null||this._context===null)return!1;if(this._dotLottieCore.render()){let t=this._dotLottieCore.buffer(),n=new Uint8ClampedArray(t,0,this._canvas.width*this._canvas.height*4),i=null;return typeof ImageData>"u"?(i=this._context.createImageData(this._canvas.width,this._canvas.height),i.data.set(n)):i=new ImageData(n,this._canvas.width,this._canvas.height),this._context.putImageData(i,0,0),this._eventManager.dispatch({type:"render",currentFrame:this._dotLottieCore.currentFrame()}),!0}return!1}_draw(){if(this._dotLottieCore===null||this._context===null||!this._dotLottieCore.isPlaying())return;let t=this._dotLottieCore.requestFrame();this._dotLottieCore.setFrame(t)&&(this._eventManager.dispatch({type:"frame",currentFrame:this._dotLottieCore.currentFrame()}),this._render()&&this._dotLottieCore.isComplete()&&(this._dotLottieCore.config().loopAnimation?this._eventManager.dispatch({type:"loop",loopCount:this._dotLottieCore.loopCount()}):this._eventManager.dispatch({type:"complete"}))),this._animationFrameId=this._frameManager.requestAnimationFrame(this._draw.bind(this))}play(){this._dotLottieCore!==null&&((this._dotLottieCore.play()||this._dotLottieCore.isPlaying())&&(this._isFrozen=!1,this._eventManager.dispatch({type:"play"}),this._animationFrameId=this._frameManager.requestAnimationFrame(this._draw.bind(this))),A&&this._canvas instanceof HTMLCanvasElement&&this._renderConfig.freezeOnOffscreen&&!$1(this._canvas)&&this.freeze())}pause(){this._dotLottieCore!==null&&(this._dotLottieCore.pause()||this._dotLottieCore.isPaused())&&this._eventManager.dispatch({type:"pause"})}stop(){this._dotLottieCore!==null&&this._dotLottieCore.stop()&&(this._eventManager.dispatch({type:"frame",currentFrame:this._dotLottieCore.currentFrame()}),this._render(),this._eventManager.dispatch({type:"stop"}))}setFrame(t){this._dotLottieCore===null||t<0||t>this._dotLottieCore.totalFrames()||this._dotLottieCore.seek(t)&&(this._eventManager.dispatch({type:"frame",currentFrame:this._dotLottieCore.currentFrame()}),this._render())}setSpeed(t){this._dotLottieCore!==null&&this._dotLottieCore.setConfig(k(F({},this._dotLottieCore.config()),{speed:t}))}setBackgroundColor(t){this._dotLottieCore!==null&&(A&&this._canvas instanceof HTMLCanvasElement?this._canvas.style.backgroundColor=t:this._dotLottieCore.setConfig(k(F({},this._dotLottieCore.config()),{backgroundColor:o3(t)})),this._backgroundColor=t)}setLoop(t){this._dotLottieCore!==null&&this._dotLottieCore.setConfig(k(F({},this._dotLottieCore.config()),{loopAnimation:t}))}setUseFrameInterpolation(t){this._dotLottieCore!==null&&this._dotLottieCore.setConfig(k(F({},this._dotLottieCore.config()),{useFrameInterpolation:t}))}addEventListener(t,n){this._eventManager.addEventListener(t,n)}removeEventListener(t,n){this._eventManager.removeEventListener(t,n)}destroy(){var t;A&&this._canvas instanceof HTMLCanvasElement&&(W.unobserve(this._canvas),$.unobserve(this._canvas)),(t=this._dotLottieCore)==null||t.delete(),this._dotLottieCore=null,this._context=null,this._eventManager.dispatch({type:"destroy"}),this._eventManager.removeAllEventListeners(),this._cleanupStateMachineListeners()}freeze(){this._animationFrameId!==null&&(this._frameManager.cancelAnimationFrame(this._animationFrameId),this._animationFrameId=null,this._isFrozen=!0,this._eventManager.dispatch({type:"freeze"}))}unfreeze(){this._animationFrameId===null&&(this._animationFrameId=this._frameManager.requestAnimationFrame(this._draw.bind(this)),this._isFrozen=!1,this._eventManager.dispatch({type:"unfreeze"}))}resize(){if(!(!this._dotLottieCore||!this.isLoaded)){if(A&&this._canvas instanceof HTMLCanvasElement){let t=this._renderConfig.devicePixelRatio||window.devicePixelRatio||1,{height:n,width:i}=this._canvas.getBoundingClientRect();this._canvas.width=i*t,this._canvas.height=n*t}this._dotLottieCore.resize(this._canvas.width,this._canvas.height)&&this._render()}}setSegment(t,n){this._dotLottieCore===null||te._wasmModule===null||this._dotLottieCore.setConfig(k(F({},this._dotLottieCore.config()),{segment:y2([t,n],te._wasmModule)}))}setMode(t){this._dotLottieCore===null||te._wasmModule===null||this._dotLottieCore.setConfig(k(F({},this._dotLottieCore.config()),{mode:m2(t,te._wasmModule)}))}setRenderConfig(t){let n=t,{devicePixelRatio:i,freezeOnOffscreen:s}=n,o=O1(n,["devicePixelRatio","freezeOnOffscreen"]);this._renderConfig=k(F(F({},this._renderConfig),o),{devicePixelRatio:i||Z$1(),freezeOnOffscreen:s??!0}),A&&this._canvas instanceof HTMLCanvasElement&&(this._renderConfig.autoResize?$.observe(this._canvas,this):$.unobserve(this._canvas),this._renderConfig.freezeOnOffscreen?W.observe(this._canvas,this):(W.unobserve(this._canvas),this._isFrozen&&this.unfreeze()))}loadAnimation(t){this._dotLottieCore===null||this._dotLottieCore.activeAnimationId()===t||(this._dotLottieCore.loadAnimation(t,this._canvas.width,this._canvas.height)?(this._eventManager.dispatch({type:"load"}),this.resize()):this._eventManager.dispatch({type:"loadError",error:new Error(`Failed to animation :${t}`)}))}setMarker(t){this._dotLottieCore!==null&&this._dotLottieCore.setConfig(k(F({},this._dotLottieCore.config()),{marker:t}))}markers(){var t;let n=(t=this._dotLottieCore)==null?void 0:t.markers();if(n){let i=[];for(let s=0;s<n.size();s+=1){let o=n.get(s);i.push({name:o.name,time:o.time,duration:o.duration})}return i}return[]}setTheme(t){if(this._dotLottieCore===null)return!1;let n=this._dotLottieCore.setTheme(t);return this._render(),n}resetTheme(){return this._dotLottieCore===null?!1:this._dotLottieCore.resetTheme()}setThemeData(t){if(this._dotLottieCore===null)return!1;let n=this._dotLottieCore.setThemeData(t);return this._render(),n}setSlots(t){this._dotLottieCore!==null&&this._dotLottieCore.setSlots(t)}setLayout(t){this._dotLottieCore===null||te._wasmModule===null||this._dotLottieCore.setConfig(k(F({},this._dotLottieCore.config()),{layout:{align:g2(t.align,te._wasmModule),fit:_2(t.fit,te._wasmModule)}}))}setViewport(t,n,i,s){return this._dotLottieCore===null?!1:this._dotLottieCore.setViewport(t,n,i,s)}static setWasmUrl(t){i1.setWasmUrl(t)}loadStateMachine(t){var n,i;return(i=(n=this._dotLottieCore)==null?void 0:n.loadStateMachine(t))!=null?i:!1}startStateMachine(){var t,n;let i=(n=(t=this._dotLottieCore)==null?void 0:t.startStateMachine())!=null?n:!1;return i&&this._setupStateMachineListeners(),i}stopStateMachine(){var t,n;let i=(n=(t=this._dotLottieCore)==null?void 0:t.stopStateMachine())!=null?n:!1;return i&&this._cleanupStateMachineListeners(),i}_getPointerPosition(t){let n=this._canvas.getBoundingClientRect(),i=this._canvas.width/n.width,s=this._canvas.height/n.height,o=this._renderConfig.devicePixelRatio||window.devicePixelRatio||1,a=(t.clientX-n.left)*i/o,l=(t.clientY-n.top)*s/o;return{x:a,y:l}}_onPointerUp(t){let{x:n,y:i}=this._getPointerPosition(t);this.postPointerUpEvent(n,i)}_onPointerDown(t){let{x:n,y:i}=this._getPointerPosition(t);this.postPointerDownEvent(n,i)}_onPointerMove(t){let{x:n,y:i}=this._getPointerPosition(t);this.postPointerMoveEvent(n,i)}_onPointerEnter(t){let{x:n,y:i}=this._getPointerPosition(t);this.postPointerEnterEvent(n,i)}_onPointerLeave(t){let{x:n,y:i}=this._getPointerPosition(t);this.postPointerExitEvent(n,i)}postPointerUpEvent(t,n){var i;return(i=this._dotLottieCore)==null?void 0:i.postPointerUpEvent(t,n)}postPointerDownEvent(t,n){var i;return(i=this._dotLottieCore)==null?void 0:i.postPointerDownEvent(t,n)}postPointerMoveEvent(t,n){var i;return(i=this._dotLottieCore)==null?void 0:i.postPointerMoveEvent(t,n)}postPointerEnterEvent(t,n){var i;return(i=this._dotLottieCore)==null?void 0:i.postPointerEnterEvent(t,n)}postPointerExitEvent(t,n){var i;return(i=this._dotLottieCore)==null?void 0:i.postPointerExitEvent(t,n)}getStateMachineListeners(){if(!this._dotLottieCore)return[];let t=this._dotLottieCore.stateMachineFrameworkSetup(),n=[];for(let i=0;i<t.size();i+=1)n.push(t.get(i));return n}_setupStateMachineListeners(){if(A&&this._canvas instanceof HTMLCanvasElement&&this._dotLottieCore!==null&&this.isLoaded){let t=this.getStateMachineListeners();t.includes("PointerUp")&&this._canvas.addEventListener("pointerup",this._pointerUpMethod),t.includes("PointerDown")&&this._canvas.addEventListener("pointerdown",this._pointerDownMethod),t.includes("PointerMove")&&this._canvas.addEventListener("pointermove",this._pointerMoveMethod),t.includes("PointerEnter")&&this._canvas.addEventListener("pointerenter",this._pointerEnterMethod),t.includes("PointerExit")&&this._canvas.addEventListener("pointerleave",this._pointerExitMethod)}}_cleanupStateMachineListeners(){A&&this._canvas instanceof HTMLCanvasElement&&(this._canvas.removeEventListener("pointerup",this._pointerUpMethod),this._canvas.removeEventListener("pointerdown",this._pointerDownMethod),this._canvas.removeEventListener("pointermove",this._pointerMoveMethod),this._canvas.removeEventListener("pointerenter",this._pointerEnterMethod),this._canvas.removeEventListener("pointerleave",this._pointerExitMethod))}loadStateMachineData(t){var n,i;return(i=(n=this._dotLottieCore)==null?void 0:n.loadStateMachineData(t))!=null?i:!1}animationSize(){var t,n,i,s;let o=(n=(t=this._dotLottieCore)==null?void 0:t.animationSize().get(0))!=null?n:0,a=(s=(i=this._dotLottieCore)==null?void 0:i.animationSize().get(1))!=null?s:0;return{width:o,height:a}}setStateMachineBooleanContext(t,n){var i,s;return(s=(i=this._dotLottieCore)==null?void 0:i.setStateMachineBooleanContext(t,n))!=null?s:!1}setStateMachineNumericContext(t,n){var i,s;return(s=(i=this._dotLottieCore)==null?void 0:i.setStateMachineNumericContext(t,n))!=null?s:!1}setStateMachineStringContext(t,n){var i,s;return(s=(i=this._dotLottieCore)==null?void 0:i.setStateMachineStringContext(t,n))!=null?s:!1}getLayerBoundingBox(t){var n;let i=(n=this._dotLottieCore)==null?void 0:n.getLayerBounds(t);if(!i||i.size()!==4)return;let s=i.get(0),o=i.get(1),a=i.get(2),l=i.get(3);return{x:s,y:o,width:a,height:l}}static transformThemeToLottieSlots(t,n){var i,s;return(s=(i=te._wasmModule)==null?void 0:i.transformThemeToLottieSlots(t,n))!=null?s:""}};_(C,"_wasmModule",null);var s3=C,w2=class{constructor(){if(typeof Worker>"u")throw new Error("Worker is not supported in this environment.");let e=new Blob([new Uint8Array([34,117,115,101,32,115,116,114,105,99,116,34,59,10,40,40,41,32,61,62,32,123,10,32,32,118,97,114,32,95,95,100,101,102,80,114,111,112,32,61,32,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,59,10,32,32,118,97,114,32,95,95,100,101,102,80,114,111,112,115,32,61,32,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,105,101,115,59,10,32,32,118,97,114,32,95,95,103,101,116,79,119,110,80,114,111,112,68,101,115,99,115,32,61,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,68,101,115,99,114,105,112,116,111,114,115,59,10,32,32,118,97,114,32,95,95,103,101,116,79,119,110,80,114,111,112,83,121,109,98,111,108,115,32,61,32,79,98,106,101,99,116,46,103,101,116,79,119,110,80,114,111,112,101,114,116,121,83,121,109,98,111,108,115,59,10,32,32,118,97,114,32,95,95,104,97,115,79,119,110,80,114,111,112,32,61,32,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,59,10,32,32,118,97,114,32,95,95,112,114,111,112,73,115,69,110,117,109,32,61,32,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,112,114,111,112,101,114,116,121,73,115,69,110,117,109,101,114,97,98,108,101,59,10,32,32,118,97,114,32,95,95,100,101,102,78,111,114,109,97,108,80,114,111,112,32,61,32,40,111,98,106,44,32,107,101,121,44,32,118,97,108,117,101,41,32,61,62,32,107,101,121,32,105,110,32,111,98,106,32,63,32,95,95,100,101,102,80,114,111,112,40,111,98,106,44,32,107,101,121,44,32,123,32,101,110,117,109,101,114,97,98,108,101,58,32,116,114,117,101,44,32,99,111,110,102,105,103,117,114,97,98,108,101,58,32,116,114,117,101,44,32,119,114,105,116,97,98,108,101,58,32,116,114,117,101,44,32,118,97,108,117,101,32,125,41,32,58,32,111,98,106,91,107,101,121,93,32,61,32,118,97,108,117,101,59,10,32,32,118,97,114,32,95,95,115,112,114,101,97,100,86,97,108,117,101,115,32,61,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,102,111,114,32,40,118,97,114,32,112,114,111,112,32,105,110,32,98,32,124,124,32,40,98,32,61,32,123,125,41,41,10,32,32,32,32,32,32,105,102,32,40,95,95,104,97,115,79,119,110,80,114,111,112,46,99,97,108,108,40,98,44,32,112,114,111,112,41,41,10,32,32,32,32,32,32,32,32,95,95,100,101,102,78,111,114,109,97,108,80,114,111,112,40,97,44,32,112,114,111,112,44,32,98,91,112,114,111,112,93,41,59,10,32,32,32,32,105,102,32,40,95,95,103,101,116,79,119,110,80,114,111,112,83,121,109,98,111,108,115,41,10,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,112,114,111,112,32,111,102,32,95,95,103,101,116,79,119,110,80,114,111,112,83,121,109,98,111,108,115,40,98,41,41,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,95,95,112,114,111,112,73,115,69,110,117,109,46,99,97,108,108,40,98,44,32,112,114,111,112,41,41,10,32,32,32,32,32,32,32,32,32,32,95,95,100,101,102,78,111,114,109,97,108,80,114,111,112,40,97,44,32,112,114,111,112,44,32,98,91,112,114,111,112,93,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,114,101,116,117,114,110,32,97,59,10,32,32,125,59,10,32,32,118,97,114,32,95,95,115,112,114,101,97,100,80,114,111,112,115,32,61,32,40,97,44,32,98,41,32,61,62,32,95,95,100,101,102,80,114,111,112,115,40,97,44,32,95,95,103,101,116,79,119,110,80,114,111,112,68,101,115,99,115,40,98,41,41,59,10,32,32,118,97,114,32,95,95,111,98,106,82,101,115,116,32,61,32,40,115,111,117,114,99,101,44,32,101,120,99,108,117,100,101,41,32,61,62,32,123,10,32,32,32,32,118,97,114,32,116,97,114,103,101,116,32,61,32,123,125,59,10,32,32,32,32,102,111,114,32,40,118,97,114,32,112,114,111,112,32,105,110,32,115,111,117,114,99,101,41,10,32,32,32,32,32,32,105,102,32,40,95,95,104,97,115,79,119,110,80,114,111,112,46,99,97,108,108,40,115,111,117,114,99,101,44,32,112,114,111,112,41,32,38,38,32,101,120,99,108,117,100,101,46,105,110,100,101,120,79,102,40,112,114,111,112,41,32,60,32,48,41,10,32,32,32,32,32,32,32,32,116,97,114,103,101,116,91,112,114,111,112,93,32,61,32,115,111,117,114,99,101,91,112,114,111,112,93,59,10,32,32,32,32,105,102,32,40,115,111,117,114,99,101,32,33,61,32,110,117,108,108,32,38,38,32,95,95,103,101,116,79,119,110,80,114,111,112,83,121,109,98,111,108,115,41,10,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,112,114,111,112,32,111,102,32,95,95,103,101,116,79,119,110,80,114,111,112,83,121,109,98,111,108,115,40,115,111,117,114,99,101,41,41,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,101,120,99,108,117,100,101,46,105,110,100,101,120,79,102,40,112,114,111,112,41,32,60,32,48,32,38,38,32,95,95,112,114,111,112,73,115,69,110,117,109,46,99,97,108,108,40,115,111,117,114,99,101,44,32,112,114,111,112,41,41,10,32,32,32,32,32,32,32,32,32,32,116,97,114,103,101,116,91,112,114,111,112,93,32,61,32,115,111,117,114,99,101,91,112,114,111,112,93,59,10,32,32,32,32,32,32,125,10,32,32,32,32,114,101,116,117,114,110,32,116,97,114,103,101,116,59,10,32,32,125,59,10,32,32,118,97,114,32,95,95,112,117,98,108,105,99,70,105,101,108,100,32,61,32,40,111,98,106,44,32,107,101,121,44,32,118,97,108,117,101,41,32,61,62,32,95,95,100,101,102,78,111,114,109,97,108,80,114,111,112,40,111,98,106,44,32,116,121,112,101,111,102,32,107,101,121,32,33,61,61,32,34,115,121,109,98,111,108,34,32,63,32,107,101,121,32,43,32,34,34,32,58,32,107,101,121,44,32,118,97,108,117,101,41,59,10,32,32,118,97,114,32,95,95,97,115,121,110,99,32,61,32,40,95,95,116,104,105,115,44,32,95,95,97,114,103,117,109,101,110,116,115,44,32,103,101,110,101,114,97,116,111,114,41,32,61,62,32,123,10,32,32,32,32,114,101,116,117,114,110,32,110,101,119,32,80,114,111,109,105,115,101,40,40,114,101,115,111,108,118,101,44,32,114,101,106,101,99,116,41,32,61,62,32,123,10,32,32,32,32,32,32,118,97,114,32,102,117,108,102,105,108,108,101,100,32,61,32,40,118,97,108,117,101,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,32,32,115,116,101,112,40,103,101,110,101,114,97,116,111,114,46,110,101,120,116,40,118,97,108,117,101,41,41,59,10,32,32,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,101,41,32,123,10,32,32,32,32,32,32,32,32,32,32,114,101,106,101,99,116,40,101,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,118,97,114,32,114,101,106,101,99,116,101,100,32,61,32,40,118,97,108,117,101,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,32,32,115,116,101,112,40,103,101,110,101,114,97,116,111,114,46,116,104,114,111,119,40,118,97,108,117,101,41,41,59,10,32,32,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,101,41,32,123,10,32,32,32,32,32,32,32,32,32,32,114,101,106,101,99,116,40,101,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,118,97,114,32,115,116,101,112,32,61,32,40,120,41,32,61,62,32,120,46,100,111,110,101,32,63,32,114,101,115,111,108,118,101,40,120,46,118,97,108,117,101,41,32,58,32,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,40,120,46,118,97,108,117,101,41,46,116,104,101,110,40,102,117,108,102,105,108,108,101,100,44,32,114,101,106,101,99,116,101,100,41,59,10,32,32,32,32,32,32,115,116,101,112,40,40,103,101,110,101,114,97,116,111,114,32,61,32,103,101,110,101,114,97,116,111,114,46,97,112,112,108,121,40,95,95,116,104,105,115,44,32,95,95,97,114,103,117,109,101,110,116,115,41,41,46,110,101,120,116,40,41,41,59,10,32,32,32,32,125,41,59,10,32,32,125,59,10,10,32,32,47,47,32,115,114,99,47,97,110,105,109,97,116,105,111,110,45,102,114,97,109,101,45,109,97,110,97,103,101,114,46,116,115,10,32,32,118,97,114,32,87,101,98,65,110,105,109,97,116,105,111,110,70,114,97,109,101,83,116,114,97,116,101,103,121,32,61,32,99,108,97,115,115,32,123,10,32,32,32,32,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,99,97,108,108,98,97,99,107,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,99,97,108,108,98,97,99,107,41,59,10,32,32,32,32,125,10,32,32,32,32,99,97,110,99,101,108,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,105,100,41,32,123,10,32,32,32,32,32,32,99,97,110,99,101,108,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,105,100,41,59,10,32,32,32,32,125,10,32,32,125,59,10,32,32,118,97,114,32,78,111,100,101,65,110,105,109,97,116,105,111,110,70,114,97,109,101,83,116,114,97,116,101,103,121,32,61,32,99,108,97,115,115,32,123,10,32,32,32,32,99,111,110,115,116,114,117,99,116,111,114,40,41,32,123,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,108,97,115,116,72,97,110,100,108,101,73,100,34,44,32,48,41,59,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,108,97,115,116,73,109,109,101,100,105,97,116,101,34,44,32,110,117,108,108,41,59,10,32,32,32,32,125,10,32,32,32,32,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,99,97,108,108,98,97,99,107,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,108,97,115,116,72,97,110,100,108,101,73,100,32,62,61,32,78,117,109,98,101,114,46,77,65,88,95,83,65,70,69,95,73,78,84,69,71,69,82,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,108,97,115,116,72,97,110,100,108,101,73,100,32,61,32,48,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,116,104,105,115,46,95,108,97,115,116,72,97,110,100,108,101,73,100,32,43,61,32,49,59,10,32,32,32,32,32,32,116,104,105,115,46,95,108,97,115,116,73,109,109,101,100,105,97,116,101,32,61,32,115,101,116,73,109,109,101,100,105,97,116,101,40,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,99,97,108,108,98,97,99,107,40,68,97,116,101,46,110,111,119,40,41,41,59,10,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,95,108,97,115,116,72,97,110,100,108,101,73,100,59,10,32,32,32,32,125,10,32,32,32,32,99,97,110,99,101,108,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,95,105,100,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,108,97,115,116,73,109,109,101,100,105,97,116,101,41,32,123,10,32,32,32,32,32,32,32,32,99,108,101,97,114,73,109,109,101,100,105,97,116,101,40,116,104,105,115,46,95,108,97,115,116,73,109,109,101,100,105,97,116,101,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,125,59,10,32,32,118,97,114,32,65,110,105,109,97,116,105,111,110,70,114,97,109,101,77,97,110,97,103,101,114,32,61,32,99,108,97,115,115,32,123,10,32,32,32,32,99,111,110,115,116,114,117,99,116,111,114,40,41,32,123,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,115,116,114,97,116,101,103,121,34,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,115,116,114,97,116,101,103,121,32,61,32,116,121,112,101,111,102,32,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,32,61,61,61,32,34,102,117,110,99,116,105,111,110,34,32,63,32,110,101,119,32,87,101,98,65,110,105,109,97,116,105,111,110,70,114,97,109,101,83,116,114,97,116,101,103,121,40,41,32,58,32,110,101,119,32,78,111,100,101,65,110,105,109,97,116,105,111,110,70,114,97,109,101,83,116,114,97,116,101,103,121,40,41,59,10,32,32,32,32,125,10,32,32,32,32,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,99,97,108,108,98,97,99,107,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,95,115,116,114,97,116,101,103,121,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,99,97,108,108,98,97,99,107,41,59,10,32,32,32,32,125,10,32,32,32,32,99,97,110,99,101,108,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,105,100,41,32,123,10,32,32,32,32,32,32,116,104,105,115,46,95,115,116,114,97,116,101,103,121,46,99,97,110,99,101,108,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,105,100,41,59,10,32,32,32,32,125,10,32,32,125,59,10,10,32,32,47,47,32,115,114,99,47,99,111,110,115,116,97,110,116,115,46,116,115,10,32,32,118,97,114,32,73,83,95,66,82,79,87,83,69,82,32,61,32,116,121,112,101,111,102,32,119,105,110,100,111,119,32,33,61,61,32,34,117,110,100,101,102,105,110,101,100,34,32,38,38,32,116,121,112,101,111,102,32,119,105,110,100,111,119,46,100,111,99,117,109,101,110,116,32,33,61,61,32,34,117,110,100,101,102,105,110,101,100,34,59,10,32,32,118,97,114,32,90,73,80,95,83,73,71,78,65,84,85,82,69,32,61,32,110,101,119,32,85,105,110,116,56,65,114,114,97,121,40,91,56,48,44,32,55,53,44,32,51,44,32,52,93,41,59,10,32,32,118,97,114,32,76,79,84,84,73,69,95,74,83,79,78,95,77,65,78,68,65,84,79,82,89,95,70,73,69,76,68,83,32,61,32,91,34,118,34,44,32,34,105,112,34,44,32,34,111,112,34,44,32,34,108,97,121,101,114,115,34,44,32,34,102,114,34,44,32,34,119,34,44,32,34,104,34,93,59,10,32,32,118,97,114,32,80,65,67,75,65,71,69,95,86,69,82,83,73,79,78,32,61,32,34,48,46,51,56,46,50,34,59,10,32,32,118,97,114,32,80,65,67,75,65,71,69,95,78,65,77,69,32,61,32,34,64,108,111,116,116,105,101,102,105,108,101,115,47,100,111,116,108,111,116,116,105,101,45,119,101,98,34,59,10,32,32,118,97,114,32,68,69,70,65,85,76,84,95,68,80,82,95,70,65,67,84,79,82,32,61,32,48,46,55,53,59,10,10,32,32,47,47,32,115,114,99,47,99,111,114,101,47,100,111,116,108,111,116,116,105,101,45,112,108,97,121,101,114,46,106,115,10,32,32,118,97,114,32,99,114,101,97,116,101,68,111,116,76,111,116,116,105,101,80,108,97,121,101,114,77,111,100,117,108,101,32,61,32,40,40,41,32,61,62,32,123,10,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,118,97,114,32,95,115,99,114,105,112,116,78,97,109,101,32,61,32,116,121,112,101,111,102,32,100,111,99,117,109,101,110,116,32,33,61,32,34,117,110,100,101,102,105,110,101,100,34,32,63,32,40,95,97,32,61,32,100,111,99,117,109,101,110,116,46,99,117,114,114,101,110,116,83,99,114,105,112,116,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,115,114,99,32,58,32,118,111,105,100,32,48,59,10,32,32,32,32,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,109,111,100,117,108,101,65,114,103,32,61,32,123,125,41,32,123,10,32,32,32,32,32,32,118,97,114,32,109,111,100,117,108,101,82,116,110,59,10,32,32,32,32,32,32,118,97,114,32,107,32,61,32,109,111,100,117,108,101,65,114,103,44,32,97,97,44,32,98,97,44,32,99,97,32,61,32,110,101,119,32,80,114,111,109,105,115,101,40,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,97,97,32,61,32,97,59,10,32,32,32,32,32,32,32,32,98,97,32,61,32,98,59,10,32,32,32,32,32,32,125,41,44,32,102,97,32,61,32,79,98,106,101,99,116,46,97,115,115,105,103,110,40,123,125,44,32,107,41,44,32,104,97,32,61,32,34,46,47,116,104,105,115,46,112,114,111,103,114,97,109,34,44,32,112,32,61,32,34,34,44,32,105,97,59,10,32,32,32,32,32,32,34,117,110,100,101,102,105,110,101,100,34,32,33,61,32,116,121,112,101,111,102,32,100,111,99,117,109,101,110,116,32,38,38,32,100,111,99,117,109,101,110,116,46,99,117,114,114,101,110,116,83,99,114,105,112,116,32,38,38,32,40,112,32,61,32,100,111,99,117,109,101,110,116,46,99,117,114,114,101,110,116,83,99,114,105,112,116,46,115,114,99,41,59,10,32,32,32,32,32,32,95,115,99,114,105,112,116,78,97,109,101,32,38,38,32,40,112,32,61,32,95,115,99,114,105,112,116,78,97,109,101,41,59,10,32,32,32,32,32,32,112,46,115,116,97,114,116,115,87,105,116,104,40,34,98,108,111,98,58,34,41,32,63,32,112,32,61,32,34,34,32,58,32,112,32,61,32,112,46,115,117,98,115,116,114,40,48,44,32,112,46,114,101,112,108,97,99,101,40,47,91,63,35,93,46,42,47,44,32,34,34,41,46,108,97,115,116,73,110,100,101,120,79,102,40,34,47,34,41,32,43,32,49,41,59,10,32,32,32,32,32,32,105,97,32,61,32,40,97,41,32,61,62,32,102,101,116,99,104,40,97,44,32,123,32,99,114,101,100,101,110,116,105,97,108,115,58,32,34,115,97,109,101,45,111,114,105,103,105,110,34,32,125,41,46,116,104,101,110,40,10,32,32,32,32,32,32,32,32,40,98,41,32,61,62,32,98,46,111,107,32,63,32,98,46,97,114,114,97,121,66,117,102,102,101,114,40,41,32,58,32,80,114,111,109,105,115,101,46,114,101,106,101,99,116,40,69,114,114,111,114,40,98,46,115,116,97,116,117,115,32,43,32,34,32,58,32,34,32,43,32,98,46,117,114,108,41,41,10,32,32,32,32,32,32,41,59,10,32,32,32,32,32,32,118,97,114,32,106,97,32,61,32,107,46,112,114,105,110,116,32,124,124,32,99,111,110,115,111,108,101,46,108,111,103,46,98,105,110,100,40,99,111,110,115,111,108,101,41,44,32,116,32,61,32,107,46,112,114,105,110,116,69,114,114,32,124,124,32,99,111,110,115,111,108,101,46,101,114,114,111,114,46,98,105,110,100,40,99,111,110,115,111,108,101,41,59,10,32,32,32,32,32,32,79,98,106,101,99,116,46,97,115,115,105,103,110,40,107,44,32,102,97,41,59,10,32,32,32,32,32,32,102,97,32,61,32,110,117,108,108,59,10,32,32,32,32,32,32,107,46,116,104,105,115,80,114,111,103,114,97,109,32,38,38,32,40,104,97,32,61,32,107,46,116,104,105,115,80,114,111,103,114,97,109,41,59,10,32,32,32,32,32,32,118,97,114,32,107,97,32,61,32,107,46,119,97,115,109,66,105,110,97,114,121,44,32,108,97,44,32,109,97,32,61,32,102,97,108,115,101,44,32,110,97,44,32,119,44,32,120,44,32,121,44,32,122,44,32,67,44,32,68,44,32,111,97,44,32,112,97,59,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,113,97,40,41,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,97,32,61,32,108,97,46,98,117,102,102,101,114,59,10,32,32,32,32,32,32,32,32,107,46,72,69,65,80,56,32,61,32,119,32,61,32,110,101,119,32,73,110,116,56,65,114,114,97,121,40,97,41,59,10,32,32,32,32,32,32,32,32,107,46,72,69,65,80,49,54,32,61,32,121,32,61,32,110,101,119,32,73,110,116,49,54,65,114,114,97,121,40,97,41,59,10,32,32,32,32,32,32,32,32,107,46,72,69,65,80,85,56,32,61,32,120,32,61,32,110,101,119,32,85,105,110,116,56,65,114,114,97,121,40,97,41,59,10,32,32,32,32,32,32,32,32,107,46,72,69,65,80,85,49,54,32,61,32,122,32,61,32,110,101,119,32,85,105,110,116,49,54,65,114,114,97,121,40,97,41,59,10,32,32,32,32,32,32,32,32,107,46,72,69,65,80,51,50,32,61,32,67,32,61,32,110,101,119,32,73,110,116,51,50,65,114,114,97,121,40,97,41,59,10,32,32,32,32,32,32,32,32,107,46,72,69,65,80,85,51,50,32,61,32,68,32,61,32,110,101,119,32,85,105,110,116,51,50,65,114,114,97,121,40,97,41,59,10,32,32,32,32,32,32,32,32,107,46,72,69,65,80,70,51,50,32,61,32,111,97,32,61,32,110,101,119,32,70,108,111,97,116,51,50,65,114,114,97,121,40,97,41,59,10,32,32,32,32,32,32,32,32,107,46,72,69,65,80,70,54,52,32,61,32,112,97,32,61,32,110,101,119,32,70,108,111,97,116,54,52,65,114,114,97,121,40,97,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,118,97,114,32,114,97,32,61,32,91,93,44,32,115,97,32,61,32,91,93,44,32,116,97,32,61,32,91,93,59,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,117,97,40,41,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,97,32,61,32,107,46,112,114,101,82,117,110,46,115,104,105,102,116,40,41,59,10,32,32,32,32,32,32,32,32,114,97,46,117,110,115,104,105,102,116,40,97,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,118,97,114,32,70,32,61,32,48,44,32,118,97,32,61,32,110,117,108,108,44,32,71,32,61,32,110,117,108,108,59,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,119,97,40,97,41,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,95,97,50,59,10,32,32,32,32,32,32,32,32,40,95,97,50,32,61,32,107,46,111,110,65,98,111,114,116,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,50,46,99,97,108,108,40,107,44,32,97,41,59,10,32,32,32,32,32,32,32,32,97,32,61,32,34,65,98,111,114,116,101,100,40,34,32,43,32,97,32,43,32,34,41,34,59,10,32,32,32,32,32,32,32,32,116,40,97,41,59,10,32,32,32,32,32,32,32,32,109,97,32,61,32,116,114,117,101,59,10,32,32,32,32,32,32,32,32,97,32,61,32,110,101,119,32,87,101,98,65,115,115,101,109,98,108,121,46,82,117,110,116,105,109,101,69,114,114,111,114,40,97,32,43,32,34,46,32,66,117,105,108,100,32,119,105,116,104,32,45,115,65,83,83,69,82,84,73,79,78,83,32,102,111,114,32,109,111,114,101,32,105,110,102,111,46,34,41,59,10,32,32,32,32,32,32,32,32,98,97,40,97,41,59,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,97,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,118,97,114,32,120,97,32,61,32,40,97,41,32,61,62,32,97,46,115,116,97,114,116,115,87,105,116,104,40,34,100,97,116,97,58,97,112,112,108,105,99,97,116,105,111,110,47,111,99,116,101,116,45,115,116,114,101,97,109,59,98,97,115,101,54,52,44,34,41,44,32,121,97,59,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,122,97,40,97,41,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,97,32,61,61,32,121,97,32,38,38,32,107,97,41,32,114,101,116,117,114,110,32,110,101,119,32,85,105,110,116,56,65,114,114,97,121,40,107,97,41,59,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,34,98,111,116,104,32,97,115,121,110,99,32,97,110,100,32,115,121,110,99,32,102,101,116,99,104,105,110,103,32,111,102,32,116,104,101,32,119,97,115,109,32,102,97,105,108,101,100,34,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,65,97,40,97,41,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,107,97,32,63,32,80,114,111,109,105,115,101,46,114,101,115,111,108,118,101,40,41,46,116,104,101,110,40,40,41,32,61,62,32,122,97,40,97,41,41,32,58,32,105,97,40,97,41,46,116,104,101,110,40,10,32,32,32,32,32,32,32,32,32,32,40,98,41,32,61,62,32,110,101,119,32,85,105,110,116,56,65,114,114,97,121,40,98,41,44,10,32,32,32,32,32,32,32,32,32,32,40,41,32,61,62,32,122,97,40,97,41,10,32,32,32,32,32,32,32,32,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,66,97,40,97,44,32,98,44,32,99,41,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,65,97,40,97,41,46,116,104,101,110,40,40,100,41,32,61,62,32,87,101,98,65,115,115,101,109,98,108,121,46,105,110,115,116,97,110,116,105,97,116,101,40,100,44,32,98,41,41,46,116,104,101,110,40,99,44,32,40,100,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,116,40,96,102,97,105,108,101,100,32,116,111,32,97,115,121,110,99,104,114,111,110,111,117,115,108,121,32,112,114,101,112,97,114,101,32,119,97,115,109,58,32,36,123,100,125,96,41,59,10,32,32,32,32,32,32,32,32,32,32,119,97,40,100,41,59,10,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,67,97,40,97,44,32,98,41,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,99,32,61,32,121,97,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,107,97,32,124,124,32,34,102,117,110,99,116,105,111,110,34,32,33,61,32,116,121,112,101,111,102,32,87,101,98,65,115,115,101,109,98,108,121,46,105,110,115,116,97,110,116,105,97,116,101,83,116,114,101,97,109,105,110,103,32,124,124,32,120,97,40,99,41,32,124,124,32,34,102,117,110,99,116,105,111,110,34,32,33,61,32,116,121,112,101,111,102,32,102,101,116,99,104,32,63,32,66,97,40,99,44,32,97,44,32,98,41,32,58,32,102,101,116,99,104,40,99,44,32,123,32,99,114,101,100,101,110,116,105,97,108,115,58,32,34,115,97,109,101,45,111,114,105,103,105,110,34,32,125,41,46,116,104,101,110,40,10,32,32,32,32,32,32,32,32,32,32,40,100,41,32,61,62,32,87,101,98,65,115,115,101,109,98,108,121,46,105,110,115,116,97,110,116,105,97,116,101,83,116,114,101,97,109,105,110,103,40,100,44,32,97,41,46,116,104,101,110,40,98,44,32,102,117,110,99,116,105,111,110,40,101,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,116,40,96,119,97,115,109,32,115,116,114,101,97,109,105,110,103,32,99,111,109,112,105,108,101,32,102,97,105,108,101,100,58,32,36,123,101,125,96,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,116,40,34,102,97,108,108,105,110,103,32,98,97,99,107,32,116,111,32,65,114,114,97,121,66,117,102,102,101,114,32,105,110,115,116,97,110,116,105,97,116,105,111,110,34,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,66,97,40,99,44,32,97,44,32,98,41,59,10,32,32,32,32,32,32,32,32,32,32,125,41,10,32,32,32,32,32,32,32,32,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,99,108,97,115,115,32,68,97,32,123,10,32,32,32,32,32,32,32,32,99,111,110,115,116,114,117,99,116,111,114,40,97,41,32,123,10,32,32,32,32,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,110,97,109,101,34,44,32,34,69,120,105,116,83,116,97,116,117,115,34,41,59,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,109,101,115,115,97,103,101,32,61,32,96,80,114,111,103,114,97,109,32,116,101,114,109,105,110,97,116,101,100,32,119,105,116,104,32,101,120,105,116,40,36,123,97,125,41,96,59,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,115,116,97,116,117,115,32,61,32,97,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,118,97,114,32,69,97,32,61,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,102,111,114,32,40,59,32,48,32,60,32,97,46,108,101,110,103,116,104,59,32,41,32,97,46,115,104,105,102,116,40,41,40,107,41,59,10,32,32,32,32,32,32,125,44,32,70,97,32,61,32,107,46,110,111,69,120,105,116,82,117,110,116,105,109,101,32,124,124,32,116,114,117,101,44,32,71,97,32,61,32,34,117,110,100,101,102,105,110,101,100,34,32,33,61,32,116,121,112,101,111,102,32,84,101,120,116,68,101,99,111,100,101,114,32,63,32,110,101,119,32,84,101,120,116,68,101,99,111,100,101,114,40,41,32,58,32,118,111,105,100,32,48,44,32,72,32,61,32,40,97,44,32,98,32,61,32,48,44,32,99,32,61,32,78,97,78,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,98,32,43,32,99,59,10,32,32,32,32,32,32,32,32,102,111,114,32,40,99,32,61,32,98,59,32,97,91,99,93,32,38,38,32,33,40,99,32,62,61,32,100,41,59,32,41,32,43,43,99,59,10,32,32,32,32,32,32,32,32,105,102,32,40,49,54,32,60,32,99,32,45,32,98,32,38,38,32,97,46,98,117,102,102,101,114,32,38,38,32,71,97,41,32,114,101,116,117,114,110,32,71,97,46,100,101,99,111,100,101,40,97,46,115,117,98,97,114,114,97,121,40,98,44,32,99,41,41,59,10,32,32,32,32,32,32,32,32,102,111,114,32,40,100,32,61,32,34,34,59,32,98,32,60,32,99,59,32,41,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,101,32,61,32,97,91,98,43,43,93,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,101,32,38,32,49,50,56,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,102,32,61,32,97,91,98,43,43,93,32,38,32,54,51,59,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,49,57,50,32,61,61,32,40,101,32,38,32,50,50,52,41,41,32,100,32,43,61,32,83,116,114,105,110,103,46,102,114,111,109,67,104,97,114,67,111,100,101,40,40,101,32,38,32,51,49,41,32,60,60,32,54,32,124,32,102,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,104,32,61,32,97,91,98,43,43,93,32,38,32,54,51,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,101,32,61,32,50,50,52,32,61,61,32,40,101,32,38,32,50,52,48,41,32,63,32,40,101,32,38,32,49,53,41,32,60,60,32,49,50,32,124,32,102,32,60,60,32,54,32,124,32,104,32,58,32,40,101,32,38,32,55,41,32,60,60,32,49,56,32,124,32,102,32,60,60,32,49,50,32,124,32,104,32,60,60,32,54,32,124,32,97,91,98,43,43,93,32,38,32,54,51,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,54,53,53,51,54,32,62,32,101,32,63,32,100,32,43,61,32,83,116,114,105,110,103,46,102,114,111,109,67,104,97,114,67,111,100,101,40,101,41,32,58,32,40,101,32,45,61,32,54,53,53,51,54,44,32,100,32,43,61,32,83,116,114,105,110,103,46,102,114,111,109,67,104,97,114,67,111,100,101,40,53,53,50,57,54,32,124,32,101,32,62,62,32,49,48,44,32,53,54,51,50,48,32,124,32,101,32,38,32,49,48,50,51,41,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,100,32,43,61,32,83,116,114,105,110,103,46,102,114,111,109,67,104,97,114,67,111,100,101,40,101,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,100,59,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,99,108,97,115,115,32,72,97,32,123,10,32,32,32,32,32,32,32,32,99,111,110,115,116,114,117,99,116,111,114,40,97,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,119,97,32,61,32,97,32,45,32,50,52,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,118,97,114,32,73,97,32,61,32,48,44,32,74,97,32,61,32,48,44,32,73,32,61,32,40,97,44,32,98,44,32,99,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,120,59,10,32,32,32,32,32,32,32,32,105,102,32,40,48,32,60,32,99,41,32,123,10,32,32,32,32,32,32,32,32,32,32,99,32,61,32,98,32,43,32,99,32,45,32,49,59,10,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,101,32,61,32,48,59,32,101,32,60,32,97,46,108,101,110,103,116,104,59,32,43,43,101,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,102,32,61,32,97,46,99,104,97,114,67,111,100,101,65,116,40,101,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,53,53,50,57,54,32,60,61,32,102,32,38,38,32,53,55,51,52,51,32,62,61,32,102,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,104,32,61,32,97,46,99,104,97,114,67,111,100,101,65,116,40,43,43,101,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,102,32,61,32,54,53,53,51,54,32,43,32,40,40,102,32,38,32,49,48,50,51,41,32,60,60,32,49,48,41,32,124,32,104,32,38,32,49,48,50,51,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,49,50,55,32,62,61,32,102,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,98,32,62,61,32,99,41,32,98,114,101,97,107,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,91,98,43,43,93,32,61,32,102,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,50,48,52,55,32,62,61,32,102,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,98,32,43,32,49,32,62,61,32,99,41,32,98,114,101,97,107,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,91,98,43,43,93,32,61,32,49,57,50,32,124,32,102,32,62,62,32,54,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,54,53,53,51,53,32,62,61,32,102,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,98,32,43,32,50,32,62,61,32,99,41,32,98,114,101,97,107,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,91,98,43,43,93,32,61,32,50,50,52,32,124,32,102,32,62,62,32,49,50,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,98,32,43,32,51,32,62,61,32,99,41,32,98,114,101,97,107,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,91,98,43,43,93,32,61,32,50,52,48,32,124,32,102,32,62,62,32,49,56,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,91,98,43,43,93,32,61,32,49,50,56,32,124,32,102,32,62,62,32,49,50,32,38,32,54,51,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,91,98,43,43,93,32,61,32,49,50,56,32,124,32,102,32,62,62,32,54,32,38,32,54,51,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,91,98,43,43,93,32,61,32,49,50,56,32,124,32,102,32,38,32,54,51,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,100,91,98,93,32,61,32,48,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,44,32,75,97,32,61,32,123,125,44,32,76,97,32,61,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,102,111,114,32,40,59,32,97,46,108,101,110,103,116,104,59,32,41,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,98,32,61,32,97,46,112,111,112,40,41,59,10,32,32,32,32,32,32,32,32,32,32,97,46,112,111,112,40,41,40,98,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,74,40,97,41,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,102,114,111,109,87,105,114,101,84,121,112,101,40,68,91,97,32,62,62,32,50,93,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,118,97,114,32,75,32,61,32,123,125,44,32,76,32,61,32,123,125,44,32,77,97,32,61,32,123,125,44,32,77,44,32,79,32,61,32,40,97,44,32,98,44,32,99,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,100,40,103,41,32,123,10,32,32,32,32,32,32,32,32,32,32,103,32,61,32,99,40,103,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,103,46,108,101,110,103,116,104,32,33,61,61,32,97,46,108,101,110,103,116,104,41,32,116,104,114,111,119,32,110,101,119,32,77,40,34,77,105,115,109,97,116,99,104,101,100,32,116,121,112,101,32,99,111,110,118,101,114,116,101,114,32,99,111,117,110,116,34,41,59,10,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,108,32,61,32,48,59,32,108,32,60,32,97,46,108,101,110,103,116,104,59,32,43,43,108,41,32,78,40,97,91,108,93,44,32,103,91,108,93,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,97,46,102,111,114,69,97,99,104,40,40,103,41,32,61,62,32,77,97,91,103,93,32,61,32,98,41,59,10,32,32,32,32,32,32,32,32,118,97,114,32,101,32,61,32,65,114,114,97,121,40,98,46,108,101,110,103,116,104,41,44,32,102,32,61,32,91,93,44,32,104,32,61,32,48,59,10,32,32,32,32,32,32,32,32,98,46,102,111,114,69,97,99,104,40,40,103,44,32,108,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,76,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,103,41,32,63,32,101,91,108,93,32,61,32,76,91,103,93,32,58,32,40,102,46,112,117,115,104,40,103,41,44,32,75,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,103,41,32,124,124,32,40,75,91,103,93,32,61,32,91,93,41,44,32,75,91,103,93,46,112,117,115,104,40,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,101,91,108,93,32,61,32,76,91,103,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,43,43,104,59,10,32,32,32,32,32,32,32,32,32,32,32,32,104,32,61,61,61,32,102,46,108,101,110,103,116,104,32,38,38,32,100,40,101,41,59,10,32,32,32,32,32,32,32,32,32,32,125,41,41,59,10,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,48,32,61,61,61,32,102,46,108,101,110,103,116,104,32,38,38,32,100,40,101,41,59,10,32,32,32,32,32,32,125,44,32,78,97,44,32,80,32,61,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,98,32,61,32,34,34,59,32,120,91,97,93,59,32,41,32,98,32,43,61,32,78,97,91,120,91,97,43,43,93,93,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,98,59,10,32,32,32,32,32,32,125,44,32,81,59,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,80,97,40,97,44,32,98,44,32,99,32,61,32,123,125,41,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,98,46,110,97,109,101,59,10,32,32,32,32,32,32,32,32,105,102,32,40,33,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,96,116,121,112,101,32,34,36,123,100,125,34,32,109,117,115,116,32,104,97,118,101,32,97,32,112,111,115,105,116,105,118,101,32,105,110,116,101,103,101,114,32,116,121,112,101,105,100,32,112,111,105,110,116,101,114,96,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,76,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,97,41,41,32,123,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,99,46,97,98,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,81,40,96,67,97,110,110,111,116,32,114,101,103,105,115,116,101,114,32,116,121,112,101,32,39,36,123,100,125,39,32,116,119,105,99,101,96,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,76,91,97,93,32,61,32,98,59,10,32,32,32,32,32,32,32,32,100,101,108,101,116,101,32,77,97,91,97,93,59,10,32,32,32,32,32,32,32,32,75,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,97,41,32,38,38,32,40,98,32,61,32,75,91,97,93,44,32,100,101,108,101,116,101,32,75,91,97,93,44,32,98,46,102,111,114,69,97,99,104,40,40,101,41,32,61,62,32,101,40,41,41,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,78,40,97,44,32,98,44,32,99,32,61,32,123,125,41,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,80,97,40,97,44,32,98,44,32,99,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,118,97,114,32,81,97,32,61,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,81,40,97,46,117,97,46,120,97,46,118,97,46,110,97,109,101,32,43,32,34,32,105,110,115,116,97,110,99,101,32,97,108,114,101,97,100,121,32,100,101,108,101,116,101,100,34,41,59,10,32,32,32,32,32,32,125,44,32,82,97,32,61,32,102,97,108,115,101,44,32,83,97,32,61,32,40,41,32,61,62,32,123,10,32,32,32,32,32,32,125,44,32,84,97,32,61,32,40,97,44,32,98,44,32,99,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,98,32,61,61,61,32,99,41,32,114,101,116,117,114,110,32,97,59,10,32,32,32,32,32,32,32,32,105,102,32,40,118,111,105,100,32,48,32,61,61,61,32,99,46,65,97,41,32,114,101,116,117,114,110,32,110,117,108,108,59,10,32,32,32,32,32,32,32,32,97,32,61,32,84,97,40,97,44,32,98,44,32,99,46,65,97,41,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,110,117,108,108,32,61,61,61,32,97,32,63,32,110,117,108,108,32,58,32,99,46,85,97,40,97,41,59,10,32,32,32,32,32,32,125,44,32,85,97,32,61,32,123,125,44,32,86,97,32,61,32,123,125,44,32,87,97,32,61,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,118,111,105,100,32,48,32,61,61,61,32,98,41,32,116,104,114,111,119,32,110,101,119,32,81,40,34,112,116,114,32,115,104,111,117,108,100,32,110,111,116,32,98,101,32,117,110,100,101,102,105,110,101,100,34,41,59,10,32,32,32,32,32,32,32,32,102,111,114,32,40,59,32,97,46,65,97,59,32,41,32,98,32,61,32,97,46,75,97,40,98,41,44,32,97,32,61,32,97,46,65,97,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,86,97,91,98,93,59,10,32,32,32,32,32,32,125,44,32,88,97,32,61,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,33,98,46,120,97,32,124,124,32,33,98,46,119,97,41,32,116,104,114,111,119,32,110,101,119,32,77,40,34,109,97,107,101,67,108,97,115,115,72,97,110,100,108,101,32,114,101,113,117,105,114,101,115,32,112,116,114,32,97,110,100,32,112,116,114,84,121,112,101,34,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,33,33,98,46,66,97,32,33,61,61,32,33,33,98,46,122,97,41,32,116,104,114,111,119,32,110,101,119,32,77,40,34,66,111,116,104,32,115,109,97,114,116,80,116,114,84,121,112,101,32,97,110,100,32,115,109,97,114,116,80,116,114,32,109,117,115,116,32,98,101,32,115,112,101,99,105,102,105,101,100,34,41,59,10,32,32,32,32,32,32,32,32,98,46,99,111,117,110,116,32,61,32,123,32,118,97,108,117,101,58,32,49,32,125,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,82,40,79,98,106,101,99,116,46,99,114,101,97,116,101,40,97,44,32,123,32,117,97,58,32,123,32,118,97,108,117,101,58,32,98,44,32,119,114,105,116,97,98,108,101,58,32,116,114,117,101,32,125,32,125,41,41,59,10,32,32,32,32,32,32,125,44,32,82,32,61,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,34,117,110,100,101,102,105,110,101,100,34,32,61,61,61,32,116,121,112,101,111,102,32,70,105,110,97,108,105,122,97,116,105,111,110,82,101,103,105,115,116,114,121,41,32,114,101,116,117,114,110,32,82,32,61,32,40,98,41,32,61,62,32,98,44,32,97,59,10,32,32,32,32,32,32,32,32,82,97,32,61,32,110,101,119,32,70,105,110,97,108,105,122,97,116,105,111,110,82,101,103,105,115,116,114,121,40,40,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,98,32,61,32,98,46,117,97,59,10,32,32,32,32,32,32,32,32,32,32,45,45,98,46,99,111,117,110,116,46,118,97,108,117,101,59,10,32,32,32,32,32,32,32,32,32,32,48,32,61,61,61,32,98,46,99,111,117,110,116,46,118,97,108,117,101,32,38,38,32,40,98,46,122,97,32,63,32,98,46,66,97,46,69,97,40,98,46,122,97,41,32,58,32,98,46,120,97,46,118,97,46,69,97,40,98,46,119,97,41,41,59,10,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,82,32,61,32,40,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,99,32,61,32,98,46,117,97,59,10,32,32,32,32,32,32,32,32,32,32,99,46,122,97,32,38,38,32,82,97,46,114,101,103,105,115,116,101,114,40,98,44,32,123,32,117,97,58,32,99,32,125,44,32,98,41,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,98,59,10,32,32,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,32,32,83,97,32,61,32,40,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,82,97,46,117,110,114,101,103,105,115,116,101,114,40,98,41,59,10,32,32,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,82,40,97,41,59,10,32,32,32,32,32,32,125,44,32,89,97,32,61,32,91,93,59,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,90,97,40,41,32,123,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,118,97,114,32,36,97,32,61,32,40,97,44,32,98,41,32,61,62,32,79,98,106,101,99,116,46,100,101,102,105,110,101,80,114,111,112,101,114,116,121,40,98,44,32,34,110,97,109,101,34,44,32,123,32,118,97,108,117,101,58,32,97,32,125,41,44,32,97,98,32,61,32,40,97,44,32,98,44,32,99,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,118,111,105,100,32,48,32,61,61,61,32,97,91,98,93,46,121,97,41,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,97,91,98,93,59,10,32,32,32,32,32,32,32,32,32,32,97,91,98,93,32,61,32,102,117,110,99,116,105,111,110,40,46,46,46,101,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,33,97,91,98,93,46,121,97,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,101,46,108,101,110,103,116,104,41,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,81,40,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,96,70,117,110,99,116,105,111,110,32,39,36,123,99,125,39,32,99,97,108,108,101,100,32,119,105,116,104,32,97,110,32,105,110,118,97,108,105,100,32,110,117,109,98,101,114,32,111,102,32,97,114,103,117,109,101,110,116,115,32,40,36,123,101,46,108,101,110,103,116,104,125,41,32,45,32,101,120,112,101,99,116,115,32,111,110,101,32,111,102,32,40,36,123,97,91,98,93,46,121,97,125,41,33,96,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,97,91,98,93,46,121,97,91,101,46,108,101,110,103,116,104,93,46,97,112,112,108,121,40,116,104,105,115,44,32,101,41,59,10,32,32,32,32,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,32,32,32,32,97,91,98,93,46,121,97,32,61,32,91,93,59,10,32,32,32,32,32,32,32,32,32,32,97,91,98,93,46,121,97,91,100,46,72,97,93,32,61,32,100,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,44,32,98,98,32,61,32,40,97,44,32,98,44,32,99,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,107,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,97,41,41,32,123,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,118,111,105,100,32,48,32,61,61,61,32,99,32,124,124,32,118,111,105,100,32,48,32,33,61,61,32,107,91,97,93,46,121,97,32,38,38,32,118,111,105,100,32,48,32,33,61,61,32,107,91,97,93,46,121,97,91,99,93,41,10,32,32,32,32,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,81,40,96,67,97,110,110,111,116,32,114,101,103,105,115,116,101,114,32,112,117,98,108,105,99,32,110,97,109,101,32,39,36,123,97,125,39,32,116,119,105,99,101,96,41,59,10,32,32,32,32,32,32,32,32,32,32,97,98,40,107,44,32,97,44,32,97,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,107,91,97,93,46,121,97,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,99,41,41,10,32,32,32,32,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,81,40,96,67,97,110,110,111,116,32,114,101,103,105,115,116,101,114,32,109,117,108,116,105,112,108,101,32,111,118,101,114,108,111,97,100,115,32,111,102,32,97,32,102,117,110,99,116,105,111,110,32,119,105,116,104,32,116,104,101,32,115,97,109,101,32,110,117,109,98,101,114,32,111,102,32,97,114,103,117,109,101,110,116,115,32,40,36,123,99,125,41,33,96,41,59,10,32,32,32,32,32,32,32,32,32,32,107,91,97,93,46,121,97,91,99,93,32,61,32,98,59,10,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,107,91,97,93,32,61,32,98,44,32,107,91,97,93,46,72,97,32,61,32,99,59,10,32,32,32,32,32,32,125,44,32,99,98,32,61,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,97,32,61,32,97,46,114,101,112,108,97,99,101,40,47,91,94,97,45,122,65,45,90,48,45,57,95,93,47,103,44,32,34,36,34,41,59,10,32,32,32,32,32,32,32,32,118,97,114,32,98,32,61,32,97,46,99,104,97,114,67,111,100,101,65,116,40,48,41,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,52,56,32,60,61,32,98,32,38,38,32,53,55,32,62,61,32,98,32,63,32,96,95,36,123,97,125,96,32,58,32,97,59,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,100,98,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,44,32,104,44,32,103,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,110,97,109,101,32,61,32,97,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,99,111,110,115,116,114,117,99,116,111,114,32,61,32,98,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,71,97,32,61,32,99,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,69,97,32,61,32,100,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,65,97,32,61,32,101,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,87,97,32,61,32,102,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,75,97,32,61,32,104,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,85,97,32,61,32,103,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,99,98,32,61,32,91,93,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,118,97,114,32,101,98,32,61,32,40,97,44,32,98,44,32,99,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,102,111,114,32,40,59,32,98,32,33,61,61,32,99,59,32,41,32,123,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,33,98,46,75,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,96,69,120,112,101,99,116,101,100,32,110,117,108,108,32,111,114,32,105,110,115,116,97,110,99,101,32,111,102,32,36,123,99,46,110,97,109,101,125,44,32,103,111,116,32,97,110,32,105,110,115,116,97,110,99,101,32,111,102,32,36,123,98,46,110,97,109,101,125,96,41,59,10,32,32,32,32,32,32,32,32,32,32,97,32,61,32,98,46,75,97,40,97,41,59,10,32,32,32,32,32,32,32,32,32,32,98,32,61,32,98,46,65,97,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,97,59,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,102,98,40,97,44,32,98,41,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,110,117,108,108,32,61,61,61,32,98,41,32,123,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,78,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,96,110,117,108,108,32,105,115,32,110,111,116,32,97,32,118,97,108,105,100,32,36,123,116,104,105,115,46,110,97,109,101,125,96,41,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,48,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,105,102,32,40,33,98,46,117,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,96,67,97,110,110,111,116,32,112,97,115,115,32,34,36,123,103,98,40,98,41,125,34,32,97,115,32,97,32,36,123,116,104,105,115,46,110,97,109,101,125,96,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,33,98,46,117,97,46,119,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,96,67,97,110,110,111,116,32,112,97,115,115,32,100,101,108,101,116,101,100,32,111,98,106,101,99,116,32,97,115,32,97,32,112,111,105,110,116,101,114,32,111,102,32,116,121,112,101,32,36,123,116,104,105,115,46,110,97,109,101,125,96,41,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,101,98,40,98,46,117,97,46,119,97,44,32,98,46,117,97,46,120,97,46,118,97,44,32,116,104,105,115,46,118,97,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,104,98,40,97,44,32,98,41,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,110,117,108,108,32,61,61,61,32,98,41,32,123,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,78,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,96,110,117,108,108,32,105,115,32,110,111,116,32,97,32,118,97,108,105,100,32,36,123,116,104,105,115,46,110,97,109,101,125,96,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,77,97,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,99,32,61,32,116,104,105,115,46,79,97,40,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,110,117,108,108,32,33,61,61,32,97,32,38,38,32,97,46,112,117,115,104,40,116,104,105,115,46,69,97,44,32,99,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,99,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,48,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,105,102,32,40,33,98,32,124,124,32,33,98,46,117,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,96,67,97,110,110,111,116,32,112,97,115,115,32,34,36,123,103,98,40,98,41,125,34,32,97,115,32,97,32,36,123,116,104,105,115,46,110,97,109,101,125,96,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,33,98,46,117,97,46,119,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,96,67,97,110,110,111,116,32,112,97,115,115,32,100,101,108,101,116,101,100,32,111,98,106,101,99,116,32,97,115,32,97,32,112,111,105,110,116,101,114,32,111,102,32,116,121,112,101,32,36,123,116,104,105,115,46,110,97,109,101,125,96,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,33,116,104,105,115,46,76,97,32,38,38,32,98,46,117,97,46,120,97,46,76,97,41,10,32,32,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,81,40,10,32,32,32,32,32,32,32,32,32,32,32,32,96,67,97,110,110,111,116,32,99,111,110,118,101,114,116,32,97,114,103,117,109,101,110,116,32,111,102,32,116,121,112,101,32,36,123,98,46,117,97,46,66,97,32,63,32,98,46,117,97,46,66,97,46,110,97,109,101,32,58,32,98,46,117,97,46,120,97,46,110,97,109,101,125,32,116,111,32,112,97,114,97,109,101,116,101,114,32,116,121,112,101,32,36,123,116,104,105,115,46,110,97,109,101,125,96,10,32,32,32,32,32,32,32,32,32,32,41,59,10,32,32,32,32,32,32,32,32,99,32,61,32,101,98,40,98,46,117,97,46,119,97,44,32,98,46,117,97,46,120,97,46,118,97,44,32,116,104,105,115,46,118,97,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,77,97,41,32,123,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,118,111,105,100,32,48,32,61,61,61,32,98,46,117,97,46,122,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,34,80,97,115,115,105,110,103,32,114,97,119,32,112,111,105,110,116,101,114,32,116,111,32,115,109,97,114,116,32,112,111,105,110,116,101,114,32,105,115,32,105,108,108,101,103,97,108,34,41,59,10,32,32,32,32,32,32,32,32,32,32,115,119,105,116,99,104,32,40,116,104,105,115,46,105,98,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,48,58,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,98,46,117,97,46,66,97,32,61,61,61,32,116,104,105,115,41,32,99,32,61,32,98,46,117,97,46,122,97,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,101,108,115,101,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,81,40,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,96,67,97,110,110,111,116,32,99,111,110,118,101,114,116,32,97,114,103,117,109,101,110,116,32,111,102,32,116,121,112,101,32,36,123,98,46,117,97,46,66,97,32,63,32,98,46,117,97,46,66,97,46,110,97,109,101,32,58,32,98,46,117,97,46,120,97,46,110,97,109,101,125,32,116,111,32,112,97,114,97,109,101,116,101,114,32,116,121,112,101,32,36,123,116,104,105,115,46,110,97,109,101,125,96,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,98,114,101,97,107,59,10,32,32,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,49,58,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,32,61,32,98,46,117,97,46,122,97,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,98,114,101,97,107,59,10,32,32,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,50,58,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,98,46,117,97,46,66,97,32,61,61,61,32,116,104,105,115,41,32,99,32,61,32,98,46,117,97,46,122,97,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,98,46,99,108,111,110,101,40,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,32,61,32,116,104,105,115,46,101,98,40,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,98,40,40,41,32,61,62,32,100,91,34,100,101,108,101,116,101,34,93,40,41,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,110,117,108,108,32,33,61,61,32,97,32,38,38,32,97,46,112,117,115,104,40,116,104,105,115,46,69,97,44,32,99,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,98,114,101,97,107,59,10,32,32,32,32,32,32,32,32,32,32,32,32,100,101,102,97,117,108,116,58,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,81,40,34,85,110,115,117,112,112,111,114,116,105,110,103,32,115,104,97,114,105,110,103,32,112,111,108,105,99,121,34,41,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,99,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,106,98,40,97,44,32,98,41,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,110,117,108,108,32,61,61,61,32,98,41,32,123,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,78,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,96,110,117,108,108,32,105,115,32,110,111,116,32,97,32,118,97,108,105,100,32,36,123,116,104,105,115,46,110,97,109,101,125,96,41,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,48,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,105,102,32,40,33,98,46,117,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,96,67,97,110,110,111,116,32,112,97,115,115,32,34,36,123,103,98,40,98,41,125,34,32,97,115,32,97,32,36,123,116,104,105,115,46,110,97,109,101,125,96,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,33,98,46,117,97,46,119,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,96,67,97,110,110,111,116,32,112,97,115,115,32,100,101,108,101,116,101,100,32,111,98,106,101,99,116,32,97,115,32,97,32,112,111,105,110,116,101,114,32,111,102,32,116,121,112,101,32,36,123,116,104,105,115,46,110,97,109,101,125,96,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,98,46,117,97,46,120,97,46,76,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,96,67,97,110,110,111,116,32,99,111,110,118,101,114,116,32,97,114,103,117,109,101,110,116,32,111,102,32,116,121,112,101,32,36,123,98,46,117,97,46,120,97,46,110,97,109,101,125,32,116,111,32,112,97,114,97,109,101,116,101,114,32,116,121,112,101,32,36,123,116,104,105,115,46,110,97,109,101,125,96,41,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,101,98,40,98,46,117,97,46,119,97,44,32,98,46,117,97,46,120,97,46,118,97,44,32,116,104,105,115,46,118,97,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,107,98,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,44,32,104,44,32,103,44,32,108,44,32,109,44,32,110,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,110,97,109,101,32,61,32,97,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,118,97,32,61,32,98,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,78,97,32,61,32,99,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,76,97,32,61,32,100,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,77,97,32,61,32,101,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,98,98,32,61,32,102,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,105,98,32,61,32,104,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,83,97,32,61,32,103,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,79,97,32,61,32,108,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,101,98,32,61,32,109,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,69,97,32,61,32,110,59,10,32,32,32,32,32,32,32,32,101,32,124,124,32,118,111,105,100,32,48,32,33,61,61,32,98,46,65,97,32,63,32,116,104,105,115,46,116,111,87,105,114,101,84,121,112,101,32,61,32,104,98,32,58,32,40,116,104,105,115,46,116,111,87,105,114,101,84,121,112,101,32,61,32,100,32,63,32,102,98,32,58,32,106,98,44,32,116,104,105,115,46,68,97,32,61,32,110,117,108,108,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,118,97,114,32,108,98,32,61,32,40,97,44,32,98,44,32,99,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,33,107,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,40,97,41,41,32,116,104,114,111,119,32,110,101,119,32,77,40,34,82,101,112,108,97,99,105,110,103,32,110,111,110,101,120,105,115,116,101,110,116,32,112,117,98,108,105,99,32,115,121,109,98,111,108,34,41,59,10,32,32,32,32,32,32,32,32,118,111,105,100,32,48,32,33,61,61,32,107,91,97,93,46,121,97,32,38,38,32,118,111,105,100,32,48,32,33,61,61,32,99,32,63,32,107,91,97,93,46,121,97,91,99,93,32,61,32,98,32,58,32,40,107,91,97,93,32,61,32,98,44,32,107,91,97,93,46,72,97,32,61,32,99,41,59,10,32,32,32,32,32,32,125,44,32,83,44,32,109,98,32,61,32,40,97,44,32,98,44,32,99,32,61,32,91,93,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,97,46,105,110,99,108,117,100,101,115,40,34,106,34,41,32,63,32,40,97,32,61,32,97,46,114,101,112,108,97,99,101,40,47,112,47,103,44,32,34,105,34,41,44,32,98,32,61,32,40,48,44,32,107,91,34,100,121,110,67,97,108,108,95,34,32,43,32,97,93,41,40,98,44,32,46,46,46,99,41,41,32,58,32,98,32,61,32,83,46,103,101,116,40,98,41,40,46,46,46,99,41,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,98,59,10,32,32,32,32,32,32,125,44,32,110,98,32,61,32,40,97,44,32,98,41,32,61,62,32,40,46,46,46,99,41,32,61,62,32,109,98,40,97,44,32,98,44,32,99,41,44,32,84,32,61,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,97,32,61,32,80,40,97,41,59,10,32,32,32,32,32,32,32,32,118,97,114,32,99,32,61,32,97,46,105,110,99,108,117,100,101,115,40,34,106,34,41,32,63,32,110,98,40,97,44,32,98,41,32,58,32,83,46,103,101,116,40,98,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,34,102,117,110,99,116,105,111,110,34,32,33,61,32,116,121,112,101,111,102,32,99,41,32,116,104,114,111,119,32,110,101,119,32,81,40,96,117,110,107,110,111,119,110,32,102,117,110,99,116,105,111,110,32,112,111,105,110,116,101,114,32,119,105,116,104,32,115,105,103,110,97,116,117,114,101,32,36,123,97,125,58,32,36,123,98,125,96,41,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,99,59,10,32,32,32,32,32,32,125,44,32,111,98,44,32,113,98,32,61,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,97,32,61,32,112,98,40,97,41,59,10,32,32,32,32,32,32,32,32,118,97,114,32,98,32,61,32,80,40,97,41,59,10,32,32,32,32,32,32,32,32,85,40,97,41,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,98,59,10,32,32,32,32,32,32,125,44,32,114,98,32,61,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,99,40,102,41,32,123,10,32,32,32,32,32,32,32,32,32,32,101,91,102,93,32,124,124,32,76,91,102,93,32,124,124,32,40,77,97,91,102,93,32,63,32,77,97,91,102,93,46,102,111,114,69,97,99,104,40,99,41,32,58,32,40,100,46,112,117,115,104,40,102,41,44,32,101,91,102,93,32,61,32,116,114,117,101,41,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,91,93,44,32,101,32,61,32,123,125,59,10,32,32,32,32,32,32,32,32,98,46,102,111,114,69,97,99,104,40,99,41,59,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,111,98,40,96,36,123,97,125,58,32,96,32,43,32,100,46,109,97,112,40,113,98,41,46,106,111,105,110,40,91,34,44,32,34,93,41,41,59,10,32,32,32,32,32,32,125,44,32,115,98,32,61,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,99,32,61,32,91,93,44,32,100,32,61,32,48,59,32,100,32,60,32,97,59,32,100,43,43,41,32,99,46,112,117,115,104,40,68,91,98,32,43,32,52,32,42,32,100,32,62,62,32,50,93,41,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,99,59,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,116,98,40,97,41,32,123,10,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,98,32,61,32,49,59,32,98,32,60,32,97,46,108,101,110,103,116,104,59,32,43,43,98,41,32,105,102,32,40,110,117,108,108,32,33,61,61,32,97,91,98,93,32,38,38,32,118,111,105,100,32,48,32,61,61,61,32,97,91,98,93,46,68,97,41,32,114,101,116,117,114,110,32,116,114,117,101,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,102,97,108,115,101,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,117,98,40,97,44,32,98,44,32,99,44,32,100,44,32,101,41,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,102,32,61,32,98,46,108,101,110,103,116,104,59,10,32,32,32,32,32,32,32,32,105,102,32,40,50,32,62,32,102,41,32,116,104,114,111,119,32,110,101,119,32,81,40,34,97,114,103,84,121,112,101,115,32,97,114,114,97,121,32,115,105,122,101,32,109,105,115,109,97,116,99,104,33,32,77,117,115,116,32,97,116,32,108,101,97,115,116,32,103,101,116,32,114,101,116,117,114,110,32,118,97,108,117,101,32,97,110,100,32,39,116,104,105,115,39,32,116,121,112,101,115,33,34,41,59,10,32,32,32,32,32,32,32,32,118,97,114,32,104,32,61,32,110,117,108,108,32,33,61,61,32,98,91,49,93,32,38,38,32,110,117,108,108,32,33,61,61,32,99,44,32,103,32,61,32,116,98,40,98,41,44,32,108,32,61,32,34,118,111,105,100,34,32,33,61,61,32,98,91,48,93,46,110,97,109,101,44,32,109,32,61,32,102,32,45,32,50,44,32,110,32,61,32,65,114,114,97,121,40,109,41,44,32,113,32,61,32,91,93,44,32,114,32,61,32,91,93,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,36,97,40,97,44,32,102,117,110,99,116,105,111,110,40,46,46,46,65,41,32,123,10,32,32,32,32,32,32,32,32,32,32,114,46,108,101,110,103,116,104,32,61,32,48,59,10,32,32,32,32,32,32,32,32,32,32,113,46,108,101,110,103,116,104,32,61,32,104,32,63,32,50,32,58,32,49,59,10,32,32,32,32,32,32,32,32,32,32,113,91,48,93,32,61,32,101,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,104,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,117,32,61,32,98,91,49,93,46,116,111,87,105,114,101,84,121,112,101,40,114,44,32,116,104,105,115,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,113,91,49,93,32,61,32,117,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,118,32,61,32,48,59,32,118,32,60,32,109,59,32,43,43,118,41,32,110,91,118,93,32,61,32,98,91,118,32,43,32,50,93,46,116,111,87,105,114,101,84,121,112,101,40,114,44,32,65,91,118,93,41,44,32,113,46,112,117,115,104,40,110,91,118,93,41,59,10,32,32,32,32,32,32,32,32,32,32,65,32,61,32,100,40,46,46,46,113,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,103,41,32,76,97,40,114,41,59,10,32,32,32,32,32,32,32,32,32,32,101,108,115,101,10,32,32,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,118,32,61,32,104,32,63,32,49,32,58,32,50,59,32,118,32,60,32,98,46,108,101,110,103,116,104,59,32,118,43,43,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,69,32,61,32,49,32,61,61,61,32,118,32,63,32,117,32,58,32,110,91,118,32,45,32,50,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,110,117,108,108,32,33,61,61,32,98,91,118,93,46,68,97,32,38,38,32,98,91,118,93,46,68,97,40,69,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,117,32,61,32,108,32,63,32,98,91,48,93,46,102,114,111,109,87,105,114,101,84,121,112,101,40,65,41,32,58,32,118,111,105,100,32,48,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,117,59,10,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,118,97,114,32,118,98,32,61,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,97,32,61,32,97,46,116,114,105,109,40,41,59,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,98,32,61,32,97,46,105,110,100,101,120,79,102,40,34,40,34,41,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,45,49,32,33,61,61,32,98,32,63,32,97,46,115,117,98,115,116,114,40,48,44,32,98,41,32,58,32,97,59,10,32,32,32,32,32,32,125,44,32,120,98,32,61,32,91,93,44,32,86,32,61,32,91,93,44,32,121,98,32,61,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,57,32,60,32,97,32,38,38,32,48,32,61,61,61,32,45,45,86,91,97,32,43,32,49,93,32,38,38,32,40,86,91,97,93,32,61,32,118,111,105,100,32,48,44,32,120,98,46,112,117,115,104,40,97,41,41,59,10,32,32,32,32,32,32,125,44,32,122,98,32,61,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,33,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,34,67,97,110,110,111,116,32,117,115,101,32,100,101,108,101,116,101,100,32,118,97,108,46,32,104,97,110,100,108,101,32,61,32,34,32,43,32,97,41,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,86,91,97,93,59,10,32,32,32,32,32,32,125,44,32,105,98,32,61,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,115,119,105,116,99,104,32,40,97,41,32,123,10,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,118,111,105,100,32,48,58,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,50,59,10,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,110,117,108,108,58,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,52,59,10,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,116,114,117,101,58,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,54,59,10,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,102,97,108,115,101,58,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,56,59,10,32,32,32,32,32,32,32,32,32,32,100,101,102,97,117,108,116,58,10,32,32,32,32,32,32,32,32,32,32,32,32,99,111,110,115,116,32,98,32,61,32,120,98,46,112,111,112,40,41,32,124,124,32,86,46,108,101,110,103,116,104,59,10,32,32,32,32,32,32,32,32,32,32,32,32,86,91,98,93,32,61,32,97,59,10,32,32,32,32,32,32,32,32,32,32,32,32,86,91,98,32,43,32,49,93,32,61,32,49,59,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,98,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,44,32,65,98,32,61,32,123,10,32,32,32,32,32,32,32,32,110,97,109,101,58,32,34,101,109,115,99,114,105,112,116,101,110,58,58,118,97,108,34,44,10,32,32,32,32,32,32,32,32,102,114,111,109,87,105,114,101,84,121,112,101,58,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,98,32,61,32,122,98,40,97,41,59,10,32,32,32,32,32,32,32,32,32,32,121,98,40,97,41,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,98,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,116,111,87,105,114,101,84,121,112,101,58,32,40,97,44,32,98,41,32,61,62,32,105,98,40,98,41,44,10,32,32,32,32,32,32,32,32,67,97,58,32,56,44,10,32,32,32,32,32,32,32,32,114,101,97,100,86,97,108,117,101,70,114,111,109,80,111,105,110,116,101,114,58,32,74,44,10,32,32,32,32,32,32,32,32,68,97,58,32,110,117,108,108,10,32,32,32,32,32,32,125,44,32,66,98,32,61,32,40,97,44,32,98,44,32,99,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,115,119,105,116,99,104,32,40,98,41,32,123,10,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,49,58,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,99,32,63,32,102,117,110,99,116,105,111,110,40,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,102,114,111,109,87,105,114,101,84,121,112,101,40,119,91,100,93,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,32,58,32,102,117,110,99,116,105,111,110,40,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,102,114,111,109,87,105,114,101,84,121,112,101,40,120,91,100,93,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,50,58,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,99,32,63,32,102,117,110,99,116,105,111,110,40,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,102,114,111,109,87,105,114,101,84,121,112,101,40,121,91,100,32,62,62,32,49,93,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,32,58,32,102,117,110,99,116,105,111,110,40,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,102,114,111,109,87,105,114,101,84,121,112,101,40,122,91,100,32,62,62,32,49,93,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,52,58,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,99,32,63,32,102,117,110,99,116,105,111,110,40,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,102,114,111,109,87,105,114,101,84,121,112,101,40,67,91,100,32,62,62,32,50,93,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,32,58,32,102,117,110,99,116,105,111,110,40,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,102,114,111,109,87,105,114,101,84,121,112,101,40,68,91,100,32,62,62,32,50,93,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,32,32,32,32,100,101,102,97,117,108,116,58,10,32,32,32,32,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,96,105,110,118,97,108,105,100,32,105,110,116,101,103,101,114,32,119,105,100,116,104,32,40,36,123,98,125,41,58,32,36,123,97,125,96,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,44,32,67,98,32,61,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,99,32,61,32,76,91,97,93,59,10,32,32,32,32,32,32,32,32,105,102,32,40,118,111,105,100,32,48,32,61,61,61,32,99,41,32,116,104,114,111,119,32,97,32,61,32,96,36,123,98,125,32,104,97,115,32,117,110,107,110,111,119,110,32,116,121,112,101,32,36,123,113,98,40,97,41,125,96,44,32,110,101,119,32,81,40,97,41,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,99,59,10,32,32,32,32,32,32,125,44,32,103,98,32,61,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,110,117,108,108,32,61,61,61,32,97,41,32,114,101,116,117,114,110,32,34,110,117,108,108,34,59,10,32,32,32,32,32,32,32,32,118,97,114,32,98,32,61,32,116,121,112,101,111,102,32,97,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,34,111,98,106,101,99,116,34,32,61,61,61,32,98,32,124,124,32,34,97,114,114,97,121,34,32,61,61,61,32,98,32,124,124,32,34,102,117,110,99,116,105,111,110,34,32,61,61,61,32,98,32,63,32,97,46,116,111,83,116,114,105,110,103,40,41,32,58,32,34,34,32,43,32,97,59,10,32,32,32,32,32,32,125,44,32,68,98,32,61,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,115,119,105,116,99,104,32,40,98,41,32,123,10,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,52,58,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,99,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,102,114,111,109,87,105,114,101,84,121,112,101,40,111,97,91,99,32,62,62,32,50,93,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,56,58,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,102,117,110,99,116,105,111,110,40,99,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,102,114,111,109,87,105,114,101,84,121,112,101,40,112,97,91,99,32,62,62,32,51,93,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,32,32,32,32,100,101,102,97,117,108,116,58,10,32,32,32,32,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,96,105,110,118,97,108,105,100,32,102,108,111,97,116,32,119,105,100,116,104,32,40,36,123,98,125,41,58,32,36,123,97,125,96,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,44,32,69,98,32,61,32,40,97,44,32,98,44,32,99,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,115,119,105,116,99,104,32,40,98,41,32,123,10,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,49,58,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,99,32,63,32,40,100,41,32,61,62,32,119,91,100,93,32,58,32,40,100,41,32,61,62,32,120,91,100,93,59,10,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,50,58,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,99,32,63,32,40,100,41,32,61,62,32,121,91,100,32,62,62,32,49,93,32,58,32,40,100,41,32,61,62,32,122,91,100,32,62,62,32,49,93,59,10,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,52,58,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,99,32,63,32,40,100,41,32,61,62,32,67,91,100,32,62,62,32,50,93,32,58,32,40,100,41,32,61,62,32,68,91,100,32,62,62,32,50,93,59,10,32,32,32,32,32,32,32,32,32,32,100,101,102,97,117,108,116,58,10,32,32,32,32,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,96,105,110,118,97,108,105,100,32,105,110,116,101,103,101,114,32,119,105,100,116,104,32,40,36,123,98,125,41,58,32,36,123,97,125,96,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,44,32,70,98,32,61,32,79,98,106,101,99,116,46,97,115,115,105,103,110,40,123,32,111,112,116,105,111,110,97,108,58,32,116,114,117,101,32,125,44,32,65,98,41,44,32,71,98,32,61,32,34,117,110,100,101,102,105,110,101,100,34,32,33,61,32,116,121,112,101,111,102,32,84,101,120,116,68,101,99,111,100,101,114,32,63,32,110,101,119,32,84,101,120,116,68,101,99,111,100,101,114,40,34,117,116,102,45,49,54,108,101,34,41,32,58,32,118,111,105,100,32,48,44,32,72,98,32,61,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,99,32,61,32,97,32,62,62,32,49,59,10,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,100,32,61,32,99,32,43,32,98,32,47,32,50,59,32,33,40,99,32,62,61,32,100,41,32,38,38,32,122,91,99,93,59,32,41,32,43,43,99,59,10,32,32,32,32,32,32,32,32,99,32,60,60,61,32,49,59,10,32,32,32,32,32,32,32,32,105,102,32,40,51,50,32,60,32,99,32,45,32,97,32,38,38,32,71,98,41,32,114,101,116,117,114,110,32,71,98,46,100,101,99,111,100,101,40,120,46,115,117,98,97,114,114,97,121,40,97,44,32,99,41,41,59,10,32,32,32,32,32,32,32,32,99,32,61,32,34,34,59,10,32,32,32,32,32,32,32,32,102,111,114,32,40,100,32,61,32,48,59,32,33,40,100,32,62,61,32,98,32,47,32,50,41,59,32,43,43,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,101,32,61,32,121,91,97,32,43,32,50,32,42,32,100,32,62,62,32,49,93,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,48,32,61,61,32,101,41,32,98,114,101,97,107,59,10,32,32,32,32,32,32,32,32,32,32,99,32,43,61,32,83,116,114,105,110,103,46,102,114,111,109,67,104,97,114,67,111,100,101,40,101,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,99,59,10,32,32,32,32,32,32,125,44,32,73,98,32,61,32,40,97,44,32,98,44,32,99,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,99,32,33,61,32,110,117,108,108,32,63,32,99,32,58,32,99,32,61,32,50,49,52,55,52,56,51,54,52,55,59,10,32,32,32,32,32,32,32,32,105,102,32,40,50,32,62,32,99,41,32,114,101,116,117,114,110,32,48,59,10,32,32,32,32,32,32,32,32,99,32,45,61,32,50,59,10,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,98,59,10,32,32,32,32,32,32,32,32,99,32,61,32,99,32,60,32,50,32,42,32,97,46,108,101,110,103,116,104,32,63,32,99,32,47,32,50,32,58,32,97,46,108,101,110,103,116,104,59,10,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,101,32,61,32,48,59,32,101,32,60,32,99,59,32,43,43,101,41,32,121,91,98,32,62,62,32,49,93,32,61,32,97,46,99,104,97,114,67,111,100,101,65,116,40,101,41,44,32,98,32,43,61,32,50,59,10,32,32,32,32,32,32,32,32,121,91,98,32,62,62,32,49,93,32,61,32,48,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,98,32,45,32,100,59,10,32,32,32,32,32,32,125,44,32,74,98,32,61,32,40,97,41,32,61,62,32,50,32,42,32,97,46,108,101,110,103,116,104,44,32,75,98,32,61,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,99,32,61,32,48,44,32,100,32,61,32,34,34,59,32,33,40,99,32,62,61,32,98,32,47,32,52,41,59,32,41,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,101,32,61,32,67,91,97,32,43,32,52,32,42,32,99,32,62,62,32,50,93,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,48,32,61,61,32,101,41,32,98,114,101,97,107,59,10,32,32,32,32,32,32,32,32,32,32,43,43,99,59,10,32,32,32,32,32,32,32,32,32,32,54,53,53,51,54,32,60,61,32,101,32,63,32,40,101,32,45,61,32,54,53,53,51,54,44,32,100,32,43,61,32,83,116,114,105,110,103,46,102,114,111,109,67,104,97,114,67,111,100,101,40,53,53,50,57,54,32,124,32,101,32,62,62,32,49,48,44,32,53,54,51,50,48,32,124,32,101,32,38,32,49,48,50,51,41,41,32,58,32,100,32,43,61,32,83,116,114,105,110,103,46,102,114,111,109,67,104,97,114,67,111,100,101,40,101,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,100,59,10,32,32,32,32,32,32,125,44,32,76,98,32,61,32,40,97,44,32,98,44,32,99,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,99,32,33,61,32,110,117,108,108,32,63,32,99,32,58,32,99,32,61,32,50,49,52,55,52,56,51,54,52,55,59,10,32,32,32,32,32,32,32,32,105,102,32,40,52,32,62,32,99,41,32,114,101,116,117,114,110,32,48,59,10,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,98,59,10,32,32,32,32,32,32,32,32,99,32,61,32,100,32,43,32,99,32,45,32,52,59,10,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,101,32,61,32,48,59,32,101,32,60,32,97,46,108,101,110,103,116,104,59,32,43,43,101,41,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,102,32,61,32,97,46,99,104,97,114,67,111,100,101,65,116,40,101,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,53,53,50,57,54,32,60,61,32,102,32,38,38,32,53,55,51,52,51,32,62,61,32,102,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,104,32,61,32,97,46,99,104,97,114,67,111,100,101,65,116,40,43,43,101,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,102,32,61,32,54,53,53,51,54,32,43,32,40,40,102,32,38,32,49,48,50,51,41,32,60,60,32,49,48,41,32,124,32,104,32,38,32,49,48,50,51,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,67,91,98,32,62,62,32,50,93,32,61,32,102,59,10,32,32,32,32,32,32,32,32,32,32,98,32,43,61,32,52,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,98,32,43,32,52,32,62,32,99,41,32,98,114,101,97,107,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,67,91,98,32,62,62,32,50,93,32,61,32,48,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,98,32,45,32,100,59,10,32,32,32,32,32,32,125,44,32,77,98,32,61,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,98,32,61,32,48,44,32,99,32,61,32,48,59,32,99,32,60,32,97,46,108,101,110,103,116,104,59,32,43,43,99,41,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,97,46,99,104,97,114,67,111,100,101,65,116,40,99,41,59,10,32,32,32,32,32,32,32,32,32,32,53,53,50,57,54,32,60,61,32,100,32,38,38,32,53,55,51,52,51,32,62,61,32,100,32,38,38,32,43,43,99,59,10,32,32,32,32,32,32,32,32,32,32,98,32,43,61,32,52,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,98,59,10,32,32,32,32,32,32,125,44,32,78,98,32,61,32,48,44,32,79,98,32,61,32,91,93,44,32,80,98,32,61,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,98,32,61,32,79,98,46,108,101,110,103,116,104,59,10,32,32,32,32,32,32,32,32,79,98,46,112,117,115,104,40,97,41,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,98,59,10,32,32,32,32,32,32,125,44,32,81,98,32,61,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,99,32,61,32,65,114,114,97,121,40,97,41,44,32,100,32,61,32,48,59,32,100,32,60,32,97,59,32,43,43,100,41,32,99,91,100,93,32,61,32,67,98,40,68,91,98,32,43,32,52,32,42,32,100,32,62,62,32,50,93,44,32,34,112,97,114,97,109,101,116,101,114,32,34,32,43,32,100,41,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,99,59,10,32,32,32,32,32,32,125,44,32,82,98,32,61,32,82,101,102,108,101,99,116,46,99,111,110,115,116,114,117,99,116,44,32,83,98,32,61,32,123,125,44,32,84,98,32,61,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,33,40,97,32,105,110,115,116,97,110,99,101,111,102,32,68,97,32,124,124,32,34,117,110,119,105,110,100,34,32,61,61,32,97,41,41,32,116,104,114,111,119,32,97,59,10,32,32,32,32,32,32,125,44,32,85,98,32,61,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,95,97,50,59,10,32,32,32,32,32,32,32,32,110,97,32,61,32,97,59,10,32,32,32,32,32,32,32,32,70,97,32,124,124,32,48,32,60,32,78,98,32,124,124,32,40,40,95,97,50,32,61,32,107,46,111,110,69,120,105,116,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,50,46,99,97,108,108,40,107,44,32,97,41,44,32,109,97,32,61,32,116,114,117,101,41,59,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,68,97,40,97,41,59,10,32,32,32,32,32,32,125,44,32,86,98,32,61,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,33,109,97,41,10,32,32,32,32,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,97,40,41,44,32,33,40,70,97,32,124,124,32,48,32,60,32,78,98,41,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,110,97,32,61,32,97,32,61,32,110,97,44,32,85,98,40,97,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,98,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,84,98,40,98,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,98,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,84,98,40,98,41,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,44,32,87,98,32,61,32,123,125,44,32,89,98,32,61,32,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,33,88,98,41,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,97,32,61,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,85,83,69,82,58,32,34,119,101,98,95,117,115,101,114,34,44,10,32,32,32,32,32,32,32,32,32,32,32,32,76,79,71,78,65,77,69,58,32,34,119,101,98,95,117,115,101,114,34,44,10,32,32,32,32,32,32,32,32,32,32,32,32,80,65,84,72,58,32,34,47,34,44,10,32,32,32,32,32,32,32,32,32,32,32,32,80,87,68,58,32,34,47,34,44,10,32,32,32,32,32,32,32,32,32,32,32,32,72,79,77,69,58,32,34,47,104,111,109,101,47,119,101,98,95,117,115,101,114,34,44,10,32,32,32,32,32,32,32,32,32,32,32,32,76,65,78,71,58,32,40,34,111,98,106,101,99,116,34,32,61,61,32,116,121,112,101,111,102,32,110,97,118,105,103,97,116,111,114,32,38,38,32,110,97,118,105,103,97,116,111,114,46,108,97,110,103,117,97,103,101,115,32,38,38,32,110,97,118,105,103,97,116,111,114,46,108,97,110,103,117,97,103,101,115,91,48,93,32,124,124,32,34,67,34,41,46,114,101,112,108,97,99,101,40,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,34,45,34,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,34,95,34,10,32,32,32,32,32,32,32,32,32,32,32,32,41,32,43,32,34,46,85,84,70,45,56,34,44,10,32,32,32,32,32,32,32,32,32,32,32,32,95,58,32,104,97,32,124,124,32,34,46,47,116,104,105,115,46,112,114,111,103,114,97,109,34,10,32,32,32,32,32,32,32,32,32,32,125,44,32,98,59,10,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,98,32,105,110,32,87,98,41,32,118,111,105,100,32,48,32,61,61,61,32,87,98,91,98,93,32,63,32,100,101,108,101,116,101,32,97,91,98,93,32,58,32,97,91,98,93,32,61,32,87,98,91,98,93,59,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,99,32,61,32,91,93,59,10,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,98,32,105,110,32,97,41,32,99,46,112,117,115,104,40,96,36,123,98,125,61,36,123,97,91,98,93,125,96,41,59,10,32,32,32,32,32,32,32,32,32,32,88,98,32,61,32,99,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,88,98,59,10,32,32,32,32,32,32,125,44,32,88,98,44,32,90,98,32,61,32,91,110,117,108,108,44,32,91,93,44,32,91,93,93,44,32,36,98,32,61,32,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,34,111,98,106,101,99,116,34,32,61,61,32,116,121,112,101,111,102,32,99,114,121,112,116,111,32,38,38,32,34,102,117,110,99,116,105,111,110,34,32,61,61,32,116,121,112,101,111,102,32,99,114,121,112,116,111,46,103,101,116,82,97,110,100,111,109,86,97,108,117,101,115,41,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,40,97,41,32,61,62,32,99,114,121,112,116,111,46,103,101,116,82,97,110,100,111,109,86,97,108,117,101,115,40,97,41,59,10,32,32,32,32,32,32,32,32,119,97,40,34,105,110,105,116,82,97,110,100,111,109,68,101,118,105,99,101,34,41,59,10,32,32,32,32,32,32,125,44,32,97,99,32,61,32,40,97,41,32,61,62,32,40,97,99,32,61,32,36,98,40,41,41,40,97,41,59,10,32,32,32,32,32,32,77,32,61,32,107,46,73,110,116,101,114,110,97,108,69,114,114,111,114,32,61,32,99,108,97,115,115,32,101,120,116,101,110,100,115,32,69,114,114,111,114,32,123,10,32,32,32,32,32,32,32,32,99,111,110,115,116,114,117,99,116,111,114,40,97,41,32,123,10,32,32,32,32,32,32,32,32,32,32,115,117,112,101,114,40,97,41,59,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,110,97,109,101,32,61,32,34,73,110,116,101,114,110,97,108,69,114,114,111,114,34,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,98,99,32,61,32,65,114,114,97,121,40,50,53,54,41,44,32,99,99,32,61,32,48,59,32,50,53,54,32,62,32,99,99,59,32,43,43,99,99,41,32,98,99,91,99,99,93,32,61,32,83,116,114,105,110,103,46,102,114,111,109,67,104,97,114,67,111,100,101,40,99,99,41,59,10,32,32,32,32,32,32,78,97,32,61,32,98,99,59,10,32,32,32,32,32,32,81,32,61,32,107,46,66,105,110,100,105,110,103,69,114,114,111,114,32,61,32,99,108,97,115,115,32,101,120,116,101,110,100,115,32,69,114,114,111,114,32,123,10,32,32,32,32,32,32,32,32,99,111,110,115,116,114,117,99,116,111,114,40,97,41,32,123,10,32,32,32,32,32,32,32,32,32,32,115,117,112,101,114,40,97,41,59,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,110,97,109,101,32,61,32,34,66,105,110,100,105,110,103,69,114,114,111,114,34,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,79,98,106,101,99,116,46,97,115,115,105,103,110,40,90,97,46,112,114,111,116,111,116,121,112,101,44,32,123,10,32,32,32,32,32,32,32,32,105,115,65,108,105,97,115,79,102,58,32,102,117,110,99,116,105,111,110,40,97,41,32,123,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,33,40,116,104,105,115,32,105,110,115,116,97,110,99,101,111,102,32,90,97,32,38,38,32,97,32,105,110,115,116,97,110,99,101,111,102,32,90,97,41,41,32,114,101,116,117,114,110,32,102,97,108,115,101,59,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,98,32,61,32,116,104,105,115,46,117,97,46,120,97,46,118,97,44,32,99,32,61,32,116,104,105,115,46,117,97,46,119,97,59,10,32,32,32,32,32,32,32,32,32,32,97,46,117,97,32,61,32,97,46,117,97,59,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,97,46,117,97,46,120,97,46,118,97,59,10,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,97,32,61,32,97,46,117,97,46,119,97,59,32,98,46,65,97,59,32,41,32,99,32,61,32,98,46,75,97,40,99,41,44,32,98,32,61,32,98,46,65,97,59,10,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,59,32,100,46,65,97,59,32,41,32,97,32,61,32,100,46,75,97,40,97,41,44,32,100,32,61,32,100,46,65,97,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,98,32,61,61,61,32,100,32,38,38,32,99,32,61,61,61,32,97,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,99,108,111,110,101,58,32,102,117,110,99,116,105,111,110,40,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,117,97,46,119,97,32,124,124,32,81,97,40,116,104,105,115,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,117,97,46,74,97,41,32,114,101,116,117,114,110,32,116,104,105,115,46,117,97,46,99,111,117,110,116,46,118,97,108,117,101,32,43,61,32,49,44,32,116,104,105,115,59,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,97,32,61,32,82,44,32,98,32,61,32,79,98,106,101,99,116,44,32,99,32,61,32,98,46,99,114,101,97,116,101,44,32,100,32,61,32,79,98,106,101,99,116,46,103,101,116,80,114,111,116,111,116,121,112,101,79,102,40,116,104,105,115,41,44,32,101,32,61,32,116,104,105,115,46,117,97,59,10,32,32,32,32,32,32,32,32,32,32,97,32,61,32,97,40,10,32,32,32,32,32,32,32,32,32,32,32,32,99,46,99,97,108,108,40,98,44,32,100,44,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,117,97,58,32,123,32,118,97,108,117,101,58,32,123,32,99,111,117,110,116,58,32,101,46,99,111,117,110,116,44,32,73,97,58,32,101,46,73,97,44,32,74,97,58,32,101,46,74,97,44,32,119,97,58,32,101,46,119,97,44,32,120,97,58,32,101,46,120,97,44,32,122,97,58,32,101,46,122,97,44,32,66,97,58,32,101,46,66,97,32,125,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,125,41,10,32,32,32,32,32,32,32,32,32,32,41,59,10,32,32,32,32,32,32,32,32,32,32,97,46,117,97,46,99,111,117,110,116,46,118,97,108,117,101,32,43,61,32,49,59,10,32,32,32,32,32,32,32,32,32,32,97,46,117,97,46,73,97,32,61,32,102,97,108,115,101,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,97,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,91,34,100,101,108,101,116,101,34,93,40,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,117,97,46,119,97,32,124,124,32,81,97,40,116,104,105,115,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,117,97,46,73,97,32,38,38,32,33,116,104,105,115,46,117,97,46,74,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,34,79,98,106,101,99,116,32,97,108,114,101,97,100,121,32,115,99,104,101,100,117,108,101,100,32,102,111,114,32,100,101,108,101,116,105,111,110,34,41,59,10,32,32,32,32,32,32,32,32,32,32,83,97,40,116,104,105,115,41,59,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,97,32,61,32,116,104,105,115,46,117,97,59,10,32,32,32,32,32,32,32,32,32,32,45,45,97,46,99,111,117,110,116,46,118,97,108,117,101,59,10,32,32,32,32,32,32,32,32,32,32,48,32,61,61,61,32,97,46,99,111,117,110,116,46,118,97,108,117,101,32,38,38,32,40,97,46,122,97,32,63,32,97,46,66,97,46,69,97,40,97,46,122,97,41,32,58,32,97,46,120,97,46,118,97,46,69,97,40,97,46,119,97,41,41,59,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,117,97,46,74,97,32,124,124,32,40,116,104,105,115,46,117,97,46,122,97,32,61,32,118,111,105,100,32,48,44,32,116,104,105,115,46,117,97,46,119,97,32,61,32,118,111,105,100,32,48,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,105,115,68,101,108,101,116,101,100,58,32,102,117,110,99,116,105,111,110,40,41,32,123,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,33,116,104,105,115,46,117,97,46,119,97,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,100,101,108,101,116,101,76,97,116,101,114,58,32,102,117,110,99,116,105,111,110,40,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,117,97,46,119,97,32,124,124,32,81,97,40,116,104,105,115,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,117,97,46,73,97,32,38,38,32,33,116,104,105,115,46,117,97,46,74,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,34,79,98,106,101,99,116,32,97,108,114,101,97,100,121,32,115,99,104,101,100,117,108,101,100,32,102,111,114,32,100,101,108,101,116,105,111,110,34,41,59,10,32,32,32,32,32,32,32,32,32,32,89,97,46,112,117,115,104,40,116,104,105,115,41,59,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,117,97,46,73,97,32,61,32,116,114,117,101,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,79,98,106,101,99,116,46,97,115,115,105,103,110,40,107,98,46,112,114,111,116,111,116,121,112,101,44,32,123,10,32,32,32,32,32,32,32,32,88,97,40,97,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,83,97,32,38,38,32,40,97,32,61,32,116,104,105,115,46,83,97,40,97,41,41,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,97,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,81,97,40,97,41,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,95,97,50,59,10,32,32,32,32,32,32,32,32,32,32,40,95,97,50,32,61,32,116,104,105,115,46,69,97,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,50,46,99,97,108,108,40,116,104,105,115,44,32,97,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,67,97,58,32,56,44,10,32,32,32,32,32,32,32,32,114,101,97,100,86,97,108,117,101,70,114,111,109,80,111,105,110,116,101,114,58,32,74,44,10,32,32,32,32,32,32,32,32,102,114,111,109,87,105,114,101,84,121,112,101,58,32,102,117,110,99,116,105,111,110,40,97,41,32,123,10,32,32,32,32,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,98,40,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,77,97,32,63,32,88,97,40,116,104,105,115,46,118,97,46,71,97,44,32,123,32,120,97,58,32,116,104,105,115,46,98,98,44,32,119,97,58,32,99,44,32,66,97,58,32,116,104,105,115,44,32,122,97,58,32,97,32,125,41,32,58,32,88,97,40,116,104,105,115,46,118,97,46,71,97,44,32,123,32,120,97,58,32,116,104,105,115,44,32,119,97,58,32,97,32,125,41,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,99,32,61,32,116,104,105,115,46,88,97,40,97,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,33,99,41,32,114,101,116,117,114,110,32,116,104,105,115,46,81,97,40,97,41,44,32,110,117,108,108,59,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,87,97,40,116,104,105,115,46,118,97,44,32,99,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,118,111,105,100,32,48,32,33,61,61,32,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,48,32,61,61,61,32,100,46,117,97,46,99,111,117,110,116,46,118,97,108,117,101,41,32,114,101,116,117,114,110,32,100,46,117,97,46,119,97,32,61,32,99,44,32,100,46,117,97,46,122,97,32,61,32,97,44,32,100,46,99,108,111,110,101,40,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,100,32,61,32,100,46,99,108,111,110,101,40,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,81,97,40,97,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,100,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,100,32,61,32,116,104,105,115,46,118,97,46,87,97,40,99,41,59,10,32,32,32,32,32,32,32,32,32,32,100,32,61,32,85,97,91,100,93,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,33,100,41,32,114,101,116,117,114,110,32,98,46,99,97,108,108,40,116,104,105,115,41,59,10,32,32,32,32,32,32,32,32,32,32,100,32,61,32,116,104,105,115,46,76,97,32,63,32,100,46,84,97,32,58,32,100,46,112,111,105,110,116,101,114,84,121,112,101,59,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,101,32,61,32,84,97,40,99,44,32,116,104,105,115,46,118,97,44,32,100,46,118,97,41,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,110,117,108,108,32,61,61,61,32,101,32,63,32,98,46,99,97,108,108,40,116,104,105,115,41,32,58,32,116,104,105,115,46,77,97,32,63,32,88,97,40,100,46,118,97,46,71,97,44,32,123,32,120,97,58,32,100,44,32,119,97,58,32,101,44,32,66,97,58,32,116,104,105,115,44,32,122,97,58,32,97,32,125,41,32,58,32,88,97,40,100,46,118,97,46,71,97,44,32,123,32,120,97,58,32,100,44,32,119,97,58,32,101,32,125,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,111,98,32,61,32,107,46,85,110,98,111,117,110,100,84,121,112,101,69,114,114,111,114,32,61,32,40,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,99,32,61,32,36,97,40,98,44,32,102,117,110,99,116,105,111,110,40,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,110,97,109,101,32,61,32,98,59,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,109,101,115,115,97,103,101,32,61,32,100,59,10,32,32,32,32,32,32,32,32,32,32,100,32,61,32,69,114,114,111,114,40,100,41,46,115,116,97,99,107,59,10,32,32,32,32,32,32,32,32,32,32,118,111,105,100,32,48,32,33,61,61,32,100,32,38,38,32,40,116,104,105,115,46,115,116,97,99,107,32,61,32,116,104,105,115,46,116,111,83,116,114,105,110,103,40,41,32,43,32,34,92,110,34,32,43,32,100,46,114,101,112,108,97,99,101,40,47,94,69,114,114,111,114,40,58,91,94,92,110,93,42,41,63,92,110,47,44,32,34,34,41,41,59,10,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,99,46,112,114,111,116,111,116,121,112,101,32,61,32,79,98,106,101,99,116,46,99,114,101,97,116,101,40,97,46,112,114,111,116,111,116,121,112,101,41,59,10,32,32,32,32,32,32,32,32,99,46,112,114,111,116,111,116,121,112,101,46,99,111,110,115,116,114,117,99,116,111,114,32,61,32,99,59,10,32,32,32,32,32,32,32,32,99,46,112,114,111,116,111,116,121,112,101,46,116,111,83,116,114,105,110,103,32,61,32,102,117,110,99,116,105,111,110,40,41,32,123,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,118,111,105,100,32,48,32,61,61,61,32,116,104,105,115,46,109,101,115,115,97,103,101,32,63,32,116,104,105,115,46,110,97,109,101,32,58,32,96,36,123,116,104,105,115,46,110,97,109,101,125,58,32,36,123,116,104,105,115,46,109,101,115,115,97,103,101,125,96,59,10,32,32,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,99,59,10,32,32,32,32,32,32,125,41,40,69,114,114,111,114,44,32,34,85,110,98,111,117,110,100,84,121,112,101,69,114,114,111,114,34,41,59,10,32,32,32,32,32,32,86,46,112,117,115,104,40,48,44,32,49,44,32,118,111,105,100,32,48,44,32,49,44,32,110,117,108,108,44,32,49,44,32,116,114,117,101,44,32,49,44,32,102,97,108,115,101,44,32,49,41,59,10,32,32,32,32,32,32,107,46,99,111,117,110,116,95,101,109,118,97,108,95,104,97,110,100,108,101,115,32,61,32,40,41,32,61,62,32,86,46,108,101,110,103,116,104,32,47,32,50,32,45,32,53,32,45,32,120,98,46,108,101,110,103,116,104,59,10,32,32,32,32,32,32,118,97,114,32,111,99,32,61,32,123,10,32,32,32,32,32,32,32,32,99,58,32,40,97,44,32,98,44,32,99,44,32,100,41,32,61,62,32,119,97,40,10,32,32,32,32,32,32,32,32,32,32,96,65,115,115,101,114,116,105,111,110,32,102,97,105,108,101,100,58,32,36,123,97,32,63,32,72,40,120,44,32,97,41,32,58,32,34,34,125,44,32,97,116,58,32,96,32,43,32,91,98,32,63,32,98,32,63,32,72,40,120,44,32,98,41,32,58,32,34,34,32,58,32,34,117,110,107,110,111,119,110,32,102,105,108,101,110,97,109,101,34,44,32,99,44,32,100,32,63,32,100,32,63,32,72,40,120,44,32,100,41,32,58,32,34,34,32,58,32,34,117,110,107,110,111,119,110,32,102,117,110,99,116,105,111,110,34,93,10,32,32,32,32,32,32,32,32,41,44,10,32,32,32,32,32,32,32,32,109,58,32,40,97,44,32,98,44,32,99,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,110,101,119,32,72,97,40,97,41,59,10,32,32,32,32,32,32,32,32,32,32,68,91,100,46,119,97,32,43,32,49,54,32,62,62,32,50,93,32,61,32,48,59,10,32,32,32,32,32,32,32,32,32,32,68,91,100,46,119,97,32,43,32,52,32,62,62,32,50,93,32,61,32,98,59,10,32,32,32,32,32,32,32,32,32,32,68,91,100,46,119,97,32,43,32,56,32,62,62,32,50,93,32,61,32,99,59,10,32,32,32,32,32,32,32,32,32,32,73,97,32,61,32,97,59,10,32,32,32,32,32,32,32,32,32,32,74,97,43,43,59,10,32,32,32,32,32,32,32,32,32,32,116,104,114,111,119,32,73,97,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,77,58,32,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,74,58,32,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,75,58,32,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,80,58,32,102,117,110,99,116,105,111,110,40,41,32,123,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,76,58,32,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,82,58,32,40,41,32,61,62,32,119,97,40,34,34,41,44,10,32,32,32,32,32,32,32,32,118,58,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,98,32,61,32,75,97,91,97,93,59,10,32,32,32,32,32,32,32,32,32,32,100,101,108,101,116,101,32,75,97,91,97,93,59,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,99,32,61,32,98,46,79,97,44,32,100,32,61,32,98,46,69,97,44,32,101,32,61,32,98,46,82,97,44,32,102,32,61,32,101,46,109,97,112,40,40,104,41,32,61,62,32,104,46,36,97,41,46,99,111,110,99,97,116,40,101,46,109,97,112,40,40,104,41,32,61,62,32,104,46,103,98,41,41,59,10,32,32,32,32,32,32,32,32,32,32,79,40,91,97,93,44,32,102,44,32,40,104,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,103,32,61,32,123,125,59,10,32,32,32,32,32,32,32,32,32,32,32,32,101,46,102,111,114,69,97,99,104,40,40,108,44,32,109,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,110,32,61,32,104,91,109,93,44,32,113,32,61,32,108,46,89,97,44,32,114,32,61,32,108,46,90,97,44,32,65,32,61,32,104,91,109,32,43,32,101,46,108,101,110,103,116,104,93,44,32,117,32,61,32,108,46,102,98,44,32,118,32,61,32,108,46,104,98,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,103,91,108,46,86,97,93,32,61,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,97,100,58,32,40,69,41,32,61,62,32,110,46,102,114,111,109,87,105,114,101,84,121,112,101,40,113,40,114,44,32,69,41,41,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,119,114,105,116,101,58,32,40,69,44,32,100,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,66,32,61,32,91,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,117,40,118,44,32,69,44,32,65,46,116,111,87,105,114,101,84,121,112,101,40,66,44,32,100,97,41,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,76,97,40,66,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,91,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,110,97,109,101,58,32,98,46,110,97,109,101,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,102,114,111,109,87,105,114,101,84,121,112,101,58,32,40,108,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,109,32,61,32,123,125,44,32,110,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,110,32,105,110,32,103,41,32,109,91,110,93,32,61,32,103,91,110,93,46,114,101,97,100,40,108,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,40,108,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,109,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,111,87,105,114,101,84,121,112,101,58,32,40,108,44,32,109,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,110,32,105,110,32,103,41,32,105,102,32,40,33,40,110,32,105,110,32,109,41,41,32,116,104,114,111,119,32,110,101,119,32,84,121,112,101,69,114,114,111,114,40,96,77,105,115,115,105,110,103,32,102,105,101,108,100,58,32,34,36,123,110,125,34,96,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,113,32,61,32,99,40,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,110,32,105,110,32,103,41,32,103,91,110,93,46,119,114,105,116,101,40,113,44,32,109,91,110,93,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,110,117,108,108,32,33,61,61,32,108,32,38,38,32,108,46,112,117,115,104,40,100,44,32,113,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,113,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,67,97,58,32,56,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,97,100,86,97,108,117,101,70,114,111,109,80,111,105,110,116,101,114,58,32,74,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,68,97,58,32,100,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,93,59,10,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,67,58,32,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,87,58,32,40,97,44,32,98,44,32,99,44,32,100,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,98,32,61,32,80,40,98,41,59,10,32,32,32,32,32,32,32,32,32,32,78,40,97,44,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,110,97,109,101,58,32,98,44,10,32,32,32,32,32,32,32,32,32,32,32,32,102,114,111,109,87,105,114,101,84,121,112,101,58,32,102,117,110,99,116,105,111,110,40,101,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,33,33,101,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,116,111,87,105,114,101,84,121,112,101,58,32,102,117,110,99,116,105,111,110,40,101,44,32,102,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,102,32,63,32,99,32,58,32,100,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,67,97,58,32,56,44,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,97,100,86,97,108,117,101,70,114,111,109,80,111,105,110,116,101,114,58,32,102,117,110,99,116,105,111,110,40,101,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,102,114,111,109,87,105,114,101,84,121,112,101,40,120,91,101,93,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,68,97,58,32,110,117,108,108,10,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,114,58,32,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,44,32,104,44,32,103,44,32,108,44,32,109,44,32,110,44,32,113,44,32,114,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,110,32,61,32,80,40,110,41,59,10,32,32,32,32,32,32,32,32,32,32,102,32,61,32,84,40,101,44,32,102,41,59,10,32,32,32,32,32,32,32,32,32,32,103,32,38,38,32,40,103,32,61,32,84,40,104,44,32,103,41,41,59,10,32,32,32,32,32,32,32,32,32,32,109,32,38,38,32,40,109,32,61,32,84,40,108,44,32,109,41,41,59,10,32,32,32,32,32,32,32,32,32,32,114,32,61,32,84,40,113,44,32,114,41,59,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,65,32,61,32,99,98,40,110,41,59,10,32,32,32,32,32,32,32,32,32,32,98,98,40,65,44,32,102,117,110,99,116,105,111,110,40,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,114,98,40,96,67,97,110,110,111,116,32,99,111,110,115,116,114,117,99,116,32,36,123,110,125,32,100,117,101,32,116,111,32,117,110,98,111,117,110,100,32,116,121,112,101,115,96,44,32,91,100,93,41,59,10,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,32,32,79,40,91,97,44,32,98,44,32,99,93,44,32,100,32,63,32,91,100,93,32,58,32,91,93,44,32,40,117,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,95,97,50,59,10,32,32,32,32,32,32,32,32,32,32,32,32,117,32,61,32,117,91,48,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,118,32,61,32,117,46,118,97,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,69,32,61,32,118,46,71,97,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,69,32,61,32,90,97,46,112,114,111,116,111,116,121,112,101,59,10,32,32,32,32,32,32,32,32,32,32,32,32,117,32,61,32,36,97,40,110,44,32,102,117,110,99,116,105,111,110,40,46,46,46,79,97,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,79,98,106,101,99,116,46,103,101,116,80,114,111,116,111,116,121,112,101,79,102,40,116,104,105,115,41,32,33,61,61,32,100,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,34,85,115,101,32,39,110,101,119,39,32,116,111,32,99,111,110,115,116,114,117,99,116,32,34,32,43,32,110,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,118,111,105,100,32,48,32,61,61,61,32,66,46,70,97,41,32,116,104,114,111,119,32,110,101,119,32,81,40,110,32,43,32,34,32,104,97,115,32,110,111,32,97,99,99,101,115,115,105,98,108,101,32,99,111,110,115,116,114,117,99,116,111,114,34,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,119,98,32,61,32,66,46,70,97,91,79,97,46,108,101,110,103,116,104,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,118,111,105,100,32,48,32,61,61,61,32,119,98,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,81,40,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,96,84,114,105,101,100,32,116,111,32,105,110,118,111,107,101,32,99,116,111,114,32,111,102,32,36,123,110,125,32,119,105,116,104,32,105,110,118,97,108,105,100,32,110,117,109,98,101,114,32,111,102,32,112,97,114,97,109,101,116,101,114,115,32,40,36,123,79,97,46,108,101,110,103,116,104,125,41,32,45,32,101,120,112,101,99,116,101,100,32,40,36,123,79,98,106,101,99,116,46,107,101,121,115,40,66,46,70,97,41,46,116,111,83,116,114,105,110,103,40,41,125,41,32,112,97,114,97,109,101,116,101,114,115,32,105,110,115,116,101,97,100,33,96,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,119,98,46,97,112,112,108,121,40,116,104,105,115,44,32,79,97,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,100,97,32,61,32,79,98,106,101,99,116,46,99,114,101,97,116,101,40,69,44,32,123,32,99,111,110,115,116,114,117,99,116,111,114,58,32,123,32,118,97,108,117,101,58,32,117,32,125,32,125,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,117,46,112,114,111,116,111,116,121,112,101,32,61,32,100,97,59,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,66,32,61,32,110,101,119,32,100,98,40,110,44,32,117,44,32,100,97,44,32,114,44,32,118,44,32,102,44,32,103,44,32,109,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,66,46,65,97,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,101,97,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,40,95,97,50,32,61,32,40,101,97,32,61,32,66,46,65,97,41,46,80,97,41,32,33,61,32,110,117,108,108,32,63,32,95,97,50,32,58,32,101,97,46,80,97,32,61,32,91,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,66,46,65,97,46,80,97,46,112,117,115,104,40,66,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,118,32,61,32,110,101,119,32,107,98,40,110,44,32,66,44,32,116,114,117,101,44,32,102,97,108,115,101,44,32,102,97,108,115,101,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,101,97,32,61,32,110,101,119,32,107,98,40,110,32,43,32,34,42,34,44,32,66,44,32,102,97,108,115,101,44,32,102,97,108,115,101,44,32,102,97,108,115,101,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,69,32,61,32,110,101,119,32,107,98,40,110,32,43,32,34,32,99,111,110,115,116,42,34,44,32,66,44,32,102,97,108,115,101,44,32,116,114,117,101,44,32,102,97,108,115,101,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,85,97,91,97,93,32,61,32,123,32,112,111,105,110,116,101,114,84,121,112,101,58,32,101,97,44,32,84,97,58,32,69,32,125,59,10,32,32,32,32,32,32,32,32,32,32,32,32,108,98,40,65,44,32,117,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,91,118,44,32,101,97,44,32,69,93,59,10,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,113,58,32,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,104,32,61,32,115,98,40,98,44,32,99,41,59,10,32,32,32,32,32,32,32,32,32,32,101,32,61,32,84,40,100,44,32,101,41,59,10,32,32,32,32,32,32,32,32,32,32,79,40,91,93,44,32,91,97,93,44,32,40,103,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,103,32,61,32,103,91,48,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,108,32,61,32,96,99,111,110,115,116,114,117,99,116,111,114,32,36,123,103,46,110,97,109,101,125,96,59,10,32,32,32,32,32,32,32,32,32,32,32,32,118,111,105,100,32,48,32,61,61,61,32,103,46,118,97,46,70,97,32,38,38,32,40,103,46,118,97,46,70,97,32,61,32,91,93,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,118,111,105,100,32,48,32,33,61,61,32,103,46,118,97,46,70,97,91,98,32,45,32,49,93,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,81,40,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,96,67,97,110,110,111,116,32,114,101,103,105,115,116,101,114,32,109,117,108,116,105,112,108,101,32,99,111,110,115,116,114,117,99,116,111,114,115,32,119,105,116,104,32,105,100,101,110,116,105,99,97,108,32,110,117,109,98,101,114,32,111,102,32,112,97,114,97,109,101,116,101,114,115,32,40,36,123,98,32,45,32,49,125,41,32,102,111,114,32,99,108,97,115,115,32,39,36,123,103,46,110,97,109,101,125,39,33,32,79,118,101,114,108,111,97,100,32,114,101,115,111,108,117,116,105,111,110,32,105,115,32,99,117,114,114,101,110,116,108,121,32,111,110,108,121,32,112,101,114,102,111,114,109,101,100,32,117,115,105,110,103,32,116,104,101,32,112,97,114,97,109,101,116,101,114,32,99,111,117,110,116,44,32,110,111,116,32,97,99,116,117,97,108,32,116,121,112,101,32,105,110,102,111,33,96,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,103,46,118,97,46,70,97,91,98,32,45,32,49,93,32,61,32,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,98,40,96,67,97,110,110,111,116,32,99,111,110,115,116,114,117,99,116,32,36,123,103,46,110,97,109,101,125,32,100,117,101,32,116,111,32,117,110,98,111,117,110,100,32,116,121,112,101,115,96,44,32,104,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,32,32,32,32,32,32,79,40,91,93,44,32,104,44,32,40,109,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,109,46,115,112,108,105,99,101,40,49,44,32,48,44,32,110,117,108,108,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,103,46,118,97,46,70,97,91,98,32,45,32,49,93,32,61,32,117,98,40,108,44,32,109,44,32,110,117,108,108,44,32,101,44,32,102,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,91,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,91,93,59,10,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,102,58,32,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,44,32,104,44,32,103,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,108,32,61,32,115,98,40,99,44,32,100,41,59,10,32,32,32,32,32,32,32,32,32,32,98,32,61,32,80,40,98,41,59,10,32,32,32,32,32,32,32,32,32,32,98,32,61,32,118,98,40,98,41,59,10,32,32,32,32,32,32,32,32,32,32,102,32,61,32,84,40,101,44,32,102,41,59,10,32,32,32,32,32,32,32,32,32,32,79,40,91,93,44,32,91,97,93,44,32,40,109,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,110,40,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,98,40,96,67,97,110,110,111,116,32,99,97,108,108,32,36,123,113,125,32,100,117,101,32,116,111,32,117,110,98,111,117,110,100,32,116,121,112,101,115,96,44,32,108,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,109,32,61,32,109,91,48,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,113,32,61,32,96,36,123,109,46,110,97,109,101,125,46,36,123,98,125,96,59,10,32,32,32,32,32,32,32,32,32,32,32,32,98,46,115,116,97,114,116,115,87,105,116,104,40,34,64,64,34,41,32,38,38,32,40,98,32,61,32,83,121,109,98,111,108,91,98,46,115,117,98,115,116,114,105,110,103,40,50,41,93,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,103,32,38,38,32,109,46,118,97,46,99,98,46,112,117,115,104,40,98,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,114,32,61,32,109,46,118,97,46,71,97,44,32,65,32,61,32,114,91,98,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,118,111,105,100,32,48,32,61,61,61,32,65,32,124,124,32,118,111,105,100,32,48,32,61,61,61,32,65,46,121,97,32,38,38,32,65,46,99,108,97,115,115,78,97,109,101,32,33,61,61,32,109,46,110,97,109,101,32,38,38,32,65,46,72,97,32,61,61,61,32,99,32,45,32,50,32,63,32,40,110,46,72,97,32,61,32,99,32,45,32,50,44,32,110,46,99,108,97,115,115,78,97,109,101,32,61,32,109,46,110,97,109,101,44,32,114,91,98,93,32,61,32,110,41,32,58,32,40,97,98,40,114,44,32,98,44,32,113,41,44,32,114,91,98,93,46,121,97,91,99,32,45,32,50,93,32,61,32,110,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,79,40,91,93,44,32,108,44,32,40,117,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,117,32,61,32,117,98,40,113,44,32,117,44,32,109,44,32,102,44,32,104,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,111,105,100,32,48,32,61,61,61,32,114,91,98,93,46,121,97,32,63,32,40,117,46,72,97,32,61,32,99,32,45,32,50,44,32,114,91,98,93,32,61,32,117,41,32,58,32,114,91,98,93,46,121,97,91,99,32,45,32,50,93,32,61,32,117,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,91,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,91,93,59,10,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,86,58,32,40,97,41,32,61,62,32,78,40,97,44,32,65,98,41,44,10,32,32,32,32,32,32,32,32,120,58,32,40,97,44,32,98,44,32,99,44,32,100,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,101,40,41,32,123,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,98,32,61,32,80,40,98,41,59,10,32,32,32,32,32,32,32,32,32,32,101,46,118,97,108,117,101,115,32,61,32,123,125,59,10,32,32,32,32,32,32,32,32,32,32,78,40,97,44,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,110,97,109,101,58,32,98,44,10,32,32,32,32,32,32,32,32,32,32,32,32,99,111,110,115,116,114,117,99,116,111,114,58,32,101,44,10,32,32,32,32,32,32,32,32,32,32,32,32,102,114,111,109,87,105,114,101,84,121,112,101,58,32,102,117,110,99,116,105,111,110,40,102,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,99,111,110,115,116,114,117,99,116,111,114,46,118,97,108,117,101,115,91,102,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,116,111,87,105,114,101,84,121,112,101,58,32,40,102,44,32,104,41,32,61,62,32,104,46,118,97,108,117,101,44,10,32,32,32,32,32,32,32,32,32,32,32,32,67,97,58,32,56,44,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,97,100,86,97,108,117,101,70,114,111,109,80,111,105,110,116,101,114,58,32,66,98,40,98,44,32,99,44,32,100,41,44,10,32,32,32,32,32,32,32,32,32,32,32,32,68,97,58,32,110,117,108,108,10,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,32,32,98,98,40,98,44,32,101,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,107,58,32,40,97,44,32,98,44,32,99,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,67,98,40,97,44,32,34,101,110,117,109,34,41,59,10,32,32,32,32,32,32,32,32,32,32,98,32,61,32,80,40,98,41,59,10,32,32,32,32,32,32,32,32,32,32,97,32,61,32,100,46,99,111,110,115,116,114,117,99,116,111,114,59,10,32,32,32,32,32,32,32,32,32,32,100,32,61,32,79,98,106,101,99,116,46,99,114,101,97,116,101,40,100,46,99,111,110,115,116,114,117,99,116,111,114,46,112,114,111,116,111,116,121,112,101,44,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,108,117,101,58,32,123,32,118,97,108,117,101,58,32,99,32,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,99,111,110,115,116,114,117,99,116,111,114,58,32,123,32,118,97,108,117,101,58,32,36,97,40,96,36,123,100,46,110,97,109,101,125,95,36,123,98,125,96,44,32,102,117,110,99,116,105,111,110,40,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,125,41,32,125,10,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,32,32,97,46,118,97,108,117,101,115,91,99,93,32,61,32,100,59,10,32,32,32,32,32,32,32,32,32,32,97,91,98,93,32,61,32,100,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,122,58,32,40,97,44,32,98,44,32,99,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,98,32,61,32,80,40,98,41,59,10,32,32,32,32,32,32,32,32,32,32,78,40,97,44,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,110,97,109,101,58,32,98,44,10,32,32,32,32,32,32,32,32,32,32,32,32,102,114,111,109,87,105,114,101,84,121,112,101,58,32,40,100,41,32,61,62,32,100,44,10,32,32,32,32,32,32,32,32,32,32,32,32,116,111,87,105,114,101,84,121,112,101,58,32,40,100,44,32,101,41,32,61,62,32,101,44,10,32,32,32,32,32,32,32,32,32,32,32,32,67,97,58,32,56,44,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,97,100,86,97,108,117,101,70,114,111,109,80,111,105,110,116,101,114,58,32,68,98,40,98,44,32,99,41,44,10,32,32,32,32,32,32,32,32,32,32,32,32,68,97,58,32,110,117,108,108,10,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,117,58,32,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,104,32,61,32,115,98,40,98,44,32,99,41,59,10,32,32,32,32,32,32,32,32,32,32,97,32,61,32,80,40,97,41,59,10,32,32,32,32,32,32,32,32,32,32,97,32,61,32,118,98,40,97,41,59,10,32,32,32,32,32,32,32,32,32,32,101,32,61,32,84,40,100,44,32,101,41,59,10,32,32,32,32,32,32,32,32,32,32,98,98,40,10,32,32,32,32,32,32,32,32,32,32,32,32,97,44,10,32,32,32,32,32,32,32,32,32,32,32,32,102,117,110,99,116,105,111,110,40,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,98,40,96,67,97,110,110,111,116,32,99,97,108,108,32,36,123,97,125,32,100,117,101,32,116,111,32,117,110,98,111,117,110,100,32,116,121,112,101,115,96,44,32,104,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,98,32,45,32,49,10,32,32,32,32,32,32,32,32,32,32,41,59,10,32,32,32,32,32,32,32,32,32,32,79,40,91,93,44,32,104,44,32,40,103,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,108,98,40,97,44,32,117,98,40,97,44,32,91,103,91,48,93,44,32,110,117,108,108,93,46,99,111,110,99,97,116,40,103,46,115,108,105,99,101,40,49,41,41,44,32,110,117,108,108,44,32,101,44,32,102,41,44,32,98,32,45,32,49,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,91,93,59,10,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,108,58,32,40,97,44,32,98,44,32,99,44,32,100,44,32,101,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,98,32,61,32,80,40,98,41,59,10,32,32,32,32,32,32,32,32,32,32,45,49,32,61,61,61,32,101,32,38,38,32,40,101,32,61,32,52,50,57,52,57,54,55,50,57,53,41,59,10,32,32,32,32,32,32,32,32,32,32,101,32,61,32,40,103,41,32,61,62,32,103,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,48,32,61,61,61,32,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,102,32,61,32,51,50,32,45,32,56,32,42,32,99,59,10,32,32,32,32,32,32,32,32,32,32,32,32,101,32,61,32,40,103,41,32,61,62,32,103,32,60,60,32,102,32,62,62,62,32,102,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,104,32,61,32,98,46,105,110,99,108,117,100,101,115,40,34,117,110,115,105,103,110,101,100,34,41,32,63,32,102,117,110,99,116,105,111,110,40,103,44,32,108,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,108,32,62,62,62,32,48,59,10,32,32,32,32,32,32,32,32,32,32,125,32,58,32,102,117,110,99,116,105,111,110,40,103,44,32,108,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,108,59,10,32,32,32,32,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,32,32,32,32,78,40,97,44,32,123,32,110,97,109,101,58,32,98,44,32,102,114,111,109,87,105,114,101,84,121,112,101,58,32,101,44,32,116,111,87,105,114,101,84,121,112,101,58,32,104,44,32,67,97,58,32,56,44,32,114,101,97,100,86,97,108,117,101,70,114,111,109,80,111,105,110,116,101,114,58,32,69,98,40,98,44,32,99,44,32,48,32,33,61,61,32,100,41,44,32,68,97,58,32,110,117,108,108,32,125,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,104,58,32,40,97,44,32,98,44,32,99,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,100,40,102,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,110,101,119,32,101,40,119,46,98,117,102,102,101,114,44,32,68,91,102,32,43,32,52,32,62,62,32,50,93,44,32,68,91,102,32,62,62,32,50,93,41,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,101,32,61,32,91,73,110,116,56,65,114,114,97,121,44,32,85,105,110,116,56,65,114,114,97,121,44,32,73,110,116,49,54,65,114,114,97,121,44,32,85,105,110,116,49,54,65,114,114,97,121,44,32,73,110,116,51,50,65,114,114,97,121,44,32,85,105,110,116,51,50,65,114,114,97,121,44,32,70,108,111,97,116,51,50,65,114,114,97,121,44,32,70,108,111,97,116,54,52,65,114,114,97,121,93,91,98,93,59,10,32,32,32,32,32,32,32,32,32,32,99,32,61,32,80,40,99,41,59,10,32,32,32,32,32,32,32,32,32,32,78,40,97,44,32,123,32,110,97,109,101,58,32,99,44,32,102,114,111,109,87,105,114,101,84,121,112,101,58,32,100,44,32,67,97,58,32,56,44,32,114,101,97,100,86,97,108,117,101,70,114,111,109,80,111,105,110,116,101,114,58,32,100,32,125,44,32,123,32,97,98,58,32,116,114,117,101,32,125,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,116,58,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,78,40,97,44,32,70,98,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,97,97,58,32,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,44,32,104,44,32,103,44,32,108,44,32,109,44,32,110,44,32,113,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,99,32,61,32,80,40,99,41,59,10,32,32,32,32,32,32,32,32,32,32,102,32,61,32,84,40,101,44,32,102,41,59,10,32,32,32,32,32,32,32,32,32,32,103,32,61,32,84,40,104,44,32,103,41,59,10,32,32,32,32,32,32,32,32,32,32,109,32,61,32,84,40,108,44,32,109,41,59,10,32,32,32,32,32,32,32,32,32,32,113,32,61,32,84,40,110,44,32,113,41,59,10,32,32,32,32,32,32,32,32,32,32,79,40,91,97,93,44,32,91,98,93,44,32,40,114,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,114,32,61,32,114,91,48,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,91,110,101,119,32,107,98,40,99,44,32,114,46,118,97,44,32,102,97,108,115,101,44,32,102,97,108,115,101,44,32,116,114,117,101,44,32,114,44,32,100,44,32,102,44,32,103,44,32,109,44,32,113,41,93,59,10,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,65,58,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,98,32,61,32,80,40,98,41,59,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,99,32,61,32,34,115,116,100,58,58,115,116,114,105,110,103,34,32,61,61,61,32,98,59,10,32,32,32,32,32,32,32,32,32,32,78,40,97,44,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,110,97,109,101,58,32,98,44,10,32,32,32,32,32,32,32,32,32,32,32,32,102,114,111,109,87,105,114,101,84,121,112,101,58,32,102,117,110,99,116,105,111,110,40,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,101,32,61,32,68,91,100,32,62,62,32,50,93,44,32,102,32,61,32,100,32,43,32,52,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,99,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,104,32,61,32,102,44,32,103,32,61,32,48,59,32,103,32,60,61,32,101,59,32,43,43,103,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,108,32,61,32,102,32,43,32,103,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,103,32,61,61,32,101,32,124,124,32,48,32,61,61,32,120,91,108,93,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,104,32,61,32,104,32,63,32,72,40,120,44,32,104,44,32,108,32,45,32,104,41,32,58,32,34,34,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,118,111,105,100,32,48,32,61,61,61,32,109,41,32,118,97,114,32,109,32,61,32,104,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,101,108,115,101,32,109,32,43,61,32,83,116,114,105,110,103,46,102,114,111,109,67,104,97,114,67,111,100,101,40,48,41,44,32,109,32,43,61,32,104,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,104,32,61,32,108,32,43,32,49,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,109,32,61,32,65,114,114,97,121,40,101,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,103,32,61,32,48,59,32,103,32,60,32,101,59,32,43,43,103,41,32,109,91,103,93,32,61,32,83,116,114,105,110,103,46,102,114,111,109,67,104,97,114,67,111,100,101,40,120,91,102,32,43,32,103,93,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,109,32,61,32,109,46,106,111,105,110,40,34,34,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,85,40,100,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,109,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,116,111,87,105,114,101,84,121,112,101,58,32,102,117,110,99,116,105,111,110,40,100,44,32,101,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,101,32,105,110,115,116,97,110,99,101,111,102,32,65,114,114,97,121,66,117,102,102,101,114,32,38,38,32,40,101,32,61,32,110,101,119,32,85,105,110,116,56,65,114,114,97,121,40,101,41,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,102,44,32,104,32,61,32,34,115,116,114,105,110,103,34,32,61,61,32,116,121,112,101,111,102,32,101,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,33,40,104,32,124,124,32,101,32,105,110,115,116,97,110,99,101,111,102,32,85,105,110,116,56,65,114,114,97,121,32,124,124,32,101,32,105,110,115,116,97,110,99,101,111,102,32,85,105,110,116,56,67,108,97,109,112,101,100,65,114,114,97,121,32,124,124,32,101,32,105,110,115,116,97,110,99,101,111,102,32,73,110,116,56,65,114,114,97,121,41,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,81,40,34,67,97,110,110,111,116,32,112,97,115,115,32,110,111,110,45,115,116,114,105,110,103,32,116,111,32,115,116,100,58,58,115,116,114,105,110,103,34,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,99,32,38,38,32,104,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,103,32,61,32,102,32,61,32,48,59,32,103,32,60,32,101,46,108,101,110,103,116,104,59,32,43,43,103,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,108,32,61,32,101,46,99,104,97,114,67,111,100,101,65,116,40,103,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,49,50,55,32,62,61,32,108,32,63,32,102,43,43,32,58,32,50,48,52,55,32,62,61,32,108,32,63,32,102,32,43,61,32,50,32,58,32,53,53,50,57,54,32,60,61,32,108,32,38,38,32,53,55,51,52,51,32,62,61,32,108,32,63,32,40,102,32,43,61,32,52,44,32,43,43,103,41,32,58,32,102,32,43,61,32,51,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,101,108,115,101,32,102,32,61,32,101,46,108,101,110,103,116,104,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,103,32,61,32,100,99,40,52,32,43,32,102,32,43,32,49,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,108,32,61,32,103,32,43,32,52,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,68,91,103,32,62,62,32,50,93,32,61,32,102,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,99,32,38,38,32,104,41,32,73,40,101,44,32,108,44,32,102,32,43,32,49,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,101,108,115,101,32,105,102,32,40,104,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,104,32,61,32,48,59,32,104,32,60,32,102,59,32,43,43,104,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,109,32,61,32,101,46,99,104,97,114,67,111,100,101,65,116,40,104,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,50,53,53,32,60,32,109,41,32,116,104,114,111,119,32,85,40,108,41,44,32,110,101,119,32,81,40,34,83,116,114,105,110,103,32,104,97,115,32,85,84,70,45,49,54,32,99,111,100,101,32,117,110,105,116,115,32,116,104,97,116,32,100,111,32,110,111,116,32,102,105,116,32,105,110,32,56,32,98,105,116,115,34,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,120,91,108,32,43,32,104,93,32,61,32,109,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,101,108,115,101,32,102,111,114,32,40,104,32,61,32,48,59,32,104,32,60,32,102,59,32,43,43,104,41,32,120,91,108,32,43,32,104,93,32,61,32,101,91,104,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,110,117,108,108,32,33,61,61,32,100,32,38,38,32,100,46,112,117,115,104,40,85,44,32,103,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,103,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,67,97,58,32,56,44,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,97,100,86,97,108,117,101,70,114,111,109,80,111,105,110,116,101,114,58,32,74,44,10,32,32,32,32,32,32,32,32,32,32,32,32,68,97,40,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,85,40,100,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,115,58,32,40,97,44,32,98,44,32,99,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,99,32,61,32,80,40,99,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,50,32,61,61,61,32,98,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,72,98,59,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,101,32,61,32,73,98,59,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,102,32,61,32,74,98,59,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,104,32,61,32,40,103,41,32,61,62,32,122,91,103,32,62,62,32,49,93,59,10,32,32,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,52,32,61,61,61,32,98,32,38,38,32,40,100,32,61,32,75,98,44,32,101,32,61,32,76,98,44,32,102,32,61,32,77,98,44,32,104,32,61,32,40,103,41,32,61,62,32,68,91,103,32,62,62,32,50,93,41,59,10,32,32,32,32,32,32,32,32,32,32,78,40,97,44,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,110,97,109,101,58,32,99,44,10,32,32,32,32,32,32,32,32,32,32,32,32,102,114,111,109,87,105,114,101,84,121,112,101,58,32,40,103,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,108,32,61,32,68,91,103,32,62,62,32,50,93,44,32,109,44,32,110,32,61,32,103,32,43,32,52,44,32,113,32,61,32,48,59,32,113,32,60,61,32,108,59,32,43,43,113,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,114,32,61,32,103,32,43,32,52,32,43,32,113,32,42,32,98,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,113,32,61,61,32,108,32,124,124,32,48,32,61,61,32,104,40,114,41,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,110,32,61,32,100,40,110,44,32,114,32,45,32,110,41,44,32,118,111,105,100,32,48,32,61,61,61,32,109,32,63,32,109,32,61,32,110,32,58,32,40,109,32,43,61,32,83,116,114,105,110,103,46,102,114,111,109,67,104,97,114,67,111,100,101,40,48,41,44,32,109,32,43,61,32,110,41,44,32,110,32,61,32,114,32,43,32,98,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,85,40,103,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,109,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,116,111,87,105,114,101,84,121,112,101,58,32,40,103,44,32,108,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,34,115,116,114,105,110,103,34,32,33,61,32,116,121,112,101,111,102,32,108,41,32,116,104,114,111,119,32,110,101,119,32,81,40,96,67,97,110,110,111,116,32,112,97,115,115,32,110,111,110,45,115,116,114,105,110,103,32,116,111,32,67,43,43,32,115,116,114,105,110,103,32,116,121,112,101,32,36,123,99,125,96,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,109,32,61,32,102,40,108,41,44,32,110,32,61,32,100,99,40,52,32,43,32,109,32,43,32,98,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,68,91,110,32,62,62,32,50,93,32,61,32,109,32,47,32,98,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,101,40,108,44,32,110,32,43,32,52,44,32,109,32,43,32,98,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,110,117,108,108,32,33,61,61,32,103,32,38,38,32,103,46,112,117,115,104,40,85,44,32,110,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,110,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,32,32,32,32,67,97,58,32,56,44,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,97,100,86,97,108,117,101,70,114,111,109,80,111,105,110,116,101,114,58,32,74,44,10,32,32,32,32,32,32,32,32,32,32,32,32,68,97,40,103,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,85,40,103,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,119,58,32,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,75,97,91,97,93,32,61,32,123,32,110,97,109,101,58,32,80,40,98,41,44,32,79,97,58,32,84,40,99,44,32,100,41,44,32,69,97,58,32,84,40,101,44,32,102,41,44,32,82,97,58,32,91,93,32,125,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,106,58,32,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,44,32,104,44,32,103,44,32,108,44,32,109,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,75,97,91,97,93,46,82,97,46,112,117,115,104,40,123,32,86,97,58,32,80,40,98,41,44,32,36,97,58,32,99,44,32,89,97,58,32,84,40,100,44,32,101,41,44,32,90,97,58,32,102,44,32,103,98,58,32,104,44,32,102,98,58,32,84,40,103,44,32,108,41,44,32,104,98,58,32,109,32,125,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,88,58,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,98,32,61,32,80,40,98,41,59,10,32,32,32,32,32,32,32,32,32,32,78,40,97,44,32,123,32,106,98,58,32,116,114,117,101,44,32,110,97,109,101,58,32,98,44,32,67,97,58,32,48,44,32,102,114,111,109,87,105,114,101,84,121,112,101,58,32,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,125,44,32,116,111,87,105,114,101,84,121,112,101,58,32,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,125,32,125,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,72,58,32,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,70,97,32,61,32,102,97,108,115,101,59,10,32,32,32,32,32,32,32,32,32,32,78,98,32,61,32,48,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,68,58,32,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,114,111,119,32,73,110,102,105,110,105,116,121,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,95,58,32,40,97,44,32,98,44,32,99,44,32,100,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,97,32,61,32,79,98,91,97,93,59,10,32,32,32,32,32,32,32,32,32,32,98,32,61,32,122,98,40,98,41,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,97,40,110,117,108,108,44,32,98,44,32,99,44,32,100,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,66,58,32,121,98,44,10,32,32,32,32,32,32,32,32,90,58,32,40,97,44,32,98,44,32,99,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,81,98,40,97,44,32,98,41,44,32,101,32,61,32,100,46,115,104,105,102,116,40,41,59,10,32,32,32,32,32,32,32,32,32,32,97,45,45,59,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,102,32,61,32,65,114,114,97,121,40,97,41,59,10,32,32,32,32,32,32,32,32,32,32,98,32,61,32,96,109,101,116,104,111,100,67,97,108,108,101,114,60,40,36,123,100,46,109,97,112,40,40,104,41,32,61,62,32,104,46,110,97,109,101,41,46,106,111,105,110,40,34,44,32,34,41,125,41,32,61,62,32,36,123,101,46,110,97,109,101,125,62,96,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,80,98,40,10,32,32,32,32,32,32,32,32,32,32,32,32,36,97,40,98,44,32,40,104,44,32,103,44,32,108,44,32,109,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,110,32,61,32,48,44,32,113,32,61,32,48,59,32,113,32,60,32,97,59,32,43,43,113,41,32,102,91,113,93,32,61,32,100,91,113,93,46,114,101,97,100,86,97,108,117,101,70,114,111,109,80,111,105,110,116,101,114,40,109,32,43,32,110,41,44,32,110,32,43,61,32,100,91,113,93,46,67,97,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,103,32,61,32,49,32,61,61,61,32,99,32,63,32,82,98,40,103,44,32,102,41,32,58,32,103,46,97,112,112,108,121,40,104,44,32,102,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,104,32,61,32,91,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,103,32,61,32,101,46,116,111,87,105,114,101,84,121,112,101,40,104,44,32,103,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,104,46,108,101,110,103,116,104,32,38,38,32,40,68,91,108,32,62,62,32,50,93,32,61,32,105,98,40,104,41,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,103,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,41,10,32,32,32,32,32,32,32,32,32,32,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,36,58,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,57,32,60,32,97,32,38,38,32,40,86,91,97,32,43,32,49,93,32,43,61,32,49,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,89,58,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,98,32,61,32,122,98,40,97,41,59,10,32,32,32,32,32,32,32,32,32,32,76,97,40,98,41,59,10,32,32,32,32,32,32,32,32,32,32,121,98,40,97,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,111,58,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,97,32,61,32,67,98,40,97,44,32,34,95,101,109,118,97,108,95,116,97,107,101,95,118,97,108,117,101,34,41,59,10,32,32,32,32,32,32,32,32,32,32,97,32,61,32,97,46,114,101,97,100,86,97,108,117,101,70,114,111,109,80,111,105,110,116,101,114,40,98,41,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,105,98,40,97,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,69,58,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,83,98,91,97,93,32,38,38,32,40,99,108,101,97,114,84,105,109,101,111,117,116,40,83,98,91,97,93,46,105,100,41,44,32,100,101,108,101,116,101,32,83,98,91,97,93,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,33,98,41,32,114,101,116,117,114,110,32,48,59,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,99,32,61,32,115,101,116,84,105,109,101,111,117,116,40,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,100,101,108,101,116,101,32,83,98,91,97,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,86,98,40,40,41,32,61,62,32,101,99,40,97,44,32,112,101,114,102,111,114,109,97,110,99,101,46,110,111,119,40,41,41,41,59,10,32,32,32,32,32,32,32,32,32,32,125,44,32,98,41,59,10,32,32,32,32,32,32,32,32,32,32,83,98,91,97,93,32,61,32,123,32,105,100,58,32,99,44,32,107,98,58,32,98,32,125,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,48,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,70,58,32,40,97,44,32,98,44,32,99,44,32,100,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,101,32,61,32,40,47,42,32,64,95,95,80,85,82,69,95,95,32,42,47,32,110,101,119,32,68,97,116,101,40,41,41,46,103,101,116,70,117,108,108,89,101,97,114,40,41,44,32,102,32,61,32,110,101,119,32,68,97,116,101,40,101,44,32,48,44,32,49,41,46,103,101,116,84,105,109,101,122,111,110,101,79,102,102,115,101,116,40,41,59,10,32,32,32,32,32,32,32,32,32,32,101,32,61,32,110,101,119,32,68,97,116,101,40,101,44,32,54,44,32,49,41,46,103,101,116,84,105,109,101,122,111,110,101,79,102,102,115,101,116,40,41,59,10,32,32,32,32,32,32,32,32,32,32,68,91,97,32,62,62,32,50,93,32,61,32,54,48,32,42,32,77,97,116,104,46,109,97,120,40,102,44,32,101,41,59,10,32,32,32,32,32,32,32,32,32,32,67,91,98,32,62,62,32,50,93,32,61,32,78,117,109,98,101,114,40,102,32,33,61,32,101,41,59,10,32,32,32,32,32,32,32,32,32,32,98,32,61,32,40,104,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,103,32,61,32,77,97,116,104,46,97,98,115,40,104,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,96,85,84,67,36,123,48,32,60,61,32,104,32,63,32,34,45,34,32,58,32,34,43,34,125,36,123,83,116,114,105,110,103,40,77,97,116,104,46,102,108,111,111,114,40,103,32,47,32,54,48,41,41,46,112,97,100,83,116,97,114,116,40,50,44,32,34,48,34,41,125,36,123,83,116,114,105,110,103,40,103,32,37,32,54,48,41,46,112,97,100,83,116,97,114,116,40,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,50,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,34,48,34,10,32,32,32,32,32,32,32,32,32,32,32,32,41,125,96,59,10,32,32,32,32,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,32,32,32,32,97,32,61,32,98,40,102,41,59,10,32,32,32,32,32,32,32,32,32,32,98,32,61,32,98,40,101,41,59,10,32,32,32,32,32,32,32,32,32,32,101,32,60,32,102,32,63,32,40,73,40,97,44,32,99,44,32,49,55,41,44,32,73,40,98,44,32,100,44,32,49,55,41,41,32,58,32,40,73,40,97,44,32,100,44,32,49,55,41,44,32,73,40,98,44,32,99,44,32,49,55,41,41,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,98,97,58,32,40,41,32,61,62,32,112,101,114,102,111,114,109,97,110,99,101,46,110,111,119,40,41,44,10,32,32,32,32,32,32,32,32,71,58,32,40,97,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,98,32,61,32,120,46,108,101,110,103,116,104,59,10,32,32,32,32,32,32,32,32,32,32,97,32,62,62,62,61,32,48,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,50,49,52,55,52,56,51,54,52,56,32,60,32,97,41,32,114,101,116,117,114,110,32,102,97,108,115,101,59,10,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,99,32,61,32,49,59,32,52,32,62,61,32,99,59,32,99,32,42,61,32,50,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,98,32,42,32,40,49,32,43,32,48,46,50,32,47,32,99,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,100,32,61,32,77,97,116,104,46,109,105,110,40,100,44,32,97,32,43,32,49,48,48,54,54,51,50,57,54,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,97,58,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,32,61,32,40,77,97,116,104,46,109,105,110,40,50,49,52,55,52,56,51,54,52,56,44,32,54,53,53,51,54,32,42,32,77,97,116,104,46,99,101,105,108,40,77,97,116,104,46,109,97,120,40,97,44,32,100,41,32,47,32,54,53,53,51,54,41,41,32,45,32,108,97,46,98,117,102,102,101,114,46,98,121,116,101,76,101,110,103,116,104,32,43,32,54,53,53,51,53,41,32,47,32,54,53,53,51,54,32,124,32,48,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,108,97,46,103,114,111,119,40,100,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,113,97,40,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,101,32,61,32,49,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,98,114,101,97,107,32,97,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,102,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,101,32,61,32,118,111,105,100,32,48,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,101,41,32,114,101,116,117,114,110,32,116,114,117,101,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,102,97,108,115,101,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,84,58,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,99,32,61,32,48,59,10,32,32,32,32,32,32,32,32,32,32,89,98,40,41,46,102,111,114,69,97,99,104,40,40,100,44,32,101,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,102,32,61,32,98,32,43,32,99,59,10,32,32,32,32,32,32,32,32,32,32,32,32,101,32,61,32,68,91,97,32,43,32,52,32,42,32,101,32,62,62,32,50,93,32,61,32,102,59,10,32,32,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,102,32,61,32,48,59,32,102,32,60,32,100,46,108,101,110,103,116,104,59,32,43,43,102,41,32,119,91,101,43,43,93,32,61,32,100,46,99,104,97,114,67,111,100,101,65,116,40,102,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,119,91,101,93,32,61,32,48,59,10,32,32,32,32,32,32,32,32,32,32,32,32,99,32,43,61,32,100,46,108,101,110,103,116,104,32,43,32,49,59,10,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,48,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,85,58,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,99,32,61,32,89,98,40,41,59,10,32,32,32,32,32,32,32,32,32,32,68,91,97,32,62,62,32,50,93,32,61,32,99,46,108,101,110,103,116,104,59,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,48,59,10,32,32,32,32,32,32,32,32,32,32,99,46,102,111,114,69,97,99,104,40,40,101,41,32,61,62,32,100,32,43,61,32,101,46,108,101,110,103,116,104,32,43,32,49,41,59,10,32,32,32,32,32,32,32,32,32,32,68,91,98,32,62,62,32,50,93,32,61,32,100,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,48,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,81,58,32,40,41,32,61,62,32,53,50,44,10,32,32,32,32,32,32,32,32,79,58,32,40,41,32,61,62,32,53,50,44,10,32,32,32,32,32,32,32,32,78,58,32,40,97,44,32,98,44,32,99,44,32,100,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,101,32,61,32,48,44,32,102,32,61,32,48,59,32,102,32,60,32,99,59,32,102,43,43,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,104,32,61,32,68,91,98,32,62,62,32,50,93,44,32,103,32,61,32,68,91,98,32,43,32,52,32,62,62,32,50,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,98,32,43,61,32,56,59,10,32,32,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,118,97,114,32,108,32,61,32,48,59,32,108,32,60,32,103,59,32,108,43,43,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,109,32,61,32,97,44,32,110,32,61,32,120,91,104,32,43,32,108,93,44,32,113,32,61,32,90,98,91,109,93,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,48,32,61,61,61,32,110,32,124,124,32,49,48,32,61,61,61,32,110,32,63,32,40,40,49,32,61,61,61,32,109,32,63,32,106,97,32,58,32,116,41,40,72,40,113,41,41,44,32,113,46,108,101,110,103,116,104,32,61,32,48,41,32,58,32,113,46,112,117,115,104,40,110,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,101,32,43,61,32,103,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,68,91,100,32,62,62,32,50,93,32,61,32,101,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,48,59,10,32,32,32,32,32,32,32,32,125,44,10,32,32,32,32,32,32,32,32,105,58,32,102,99,44,10,32,32,32,32,32,32,32,32,100,58,32,103,99,44,10,32,32,32,32,32,32,32,32,101,58,32,104,99,44,10,32,32,32,32,32,32,32,32,112,58,32,105,99,44,10,32,32,32,32,32,32,32,32,121,58,32,106,99,44,10,32,32,32,32,32,32,32,32,98,58,32,107,99,44,10,32,32,32,32,32,32,32,32,97,58,32,108,99,44,10,32,32,32,32,32,32,32,32,103,58,32,109,99,44,10,32,32,32,32,32,32,32,32,110,58,32,110,99,44,10,32,32,32,32,32,32,32,32,83,58,32,85,98,44,10,32,32,32,32,32,32,32,32,73,58,32,40,97,44,32,98,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,97,99,40,120,46,115,117,98,97,114,114,97,121,40,97,44,32,97,32,43,32,98,41,41,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,48,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,44,32,87,32,61,32,102,117,110,99,116,105,111,110,40,41,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,95,97,50,59,10,32,32,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,97,40,99,41,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,95,97,51,59,10,32,32,32,32,32,32,32,32,32,32,87,32,61,32,99,46,101,120,112,111,114,116,115,59,10,32,32,32,32,32,32,32,32,32,32,108,97,32,61,32,87,46,99,97,59,10,32,32,32,32,32,32,32,32,32,32,113,97,40,41,59,10,32,32,32,32,32,32,32,32,32,32,83,32,61,32,87,46,103,97,59,10,32,32,32,32,32,32,32,32,32,32,115,97,46,117,110,115,104,105,102,116,40,87,46,100,97,41,59,10,32,32,32,32,32,32,32,32,32,32,70,45,45,59,10,32,32,32,32,32,32,32,32,32,32,40,95,97,51,32,61,32,107,46,109,111,110,105,116,111,114,82,117,110,68,101,112,101,110,100,101,110,99,105,101,115,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,51,46,99,97,108,108,40,107,44,32,70,41,59,10,32,32,32,32,32,32,32,32,32,32,48,32,61,61,32,70,32,38,38,32,40,110,117,108,108,32,33,61,61,32,118,97,32,38,38,32,40,99,108,101,97,114,73,110,116,101,114,118,97,108,40,118,97,41,44,32,118,97,32,61,32,110,117,108,108,41,44,32,71,32,38,38,32,40,99,32,61,32,71,44,32,71,32,61,32,110,117,108,108,44,32,99,40,41,41,41,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,87,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,70,43,43,59,10,32,32,32,32,32,32,32,32,40,95,97,50,32,61,32,107,46,109,111,110,105,116,111,114,82,117,110,68,101,112,101,110,100,101,110,99,105,101,115,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,50,46,99,97,108,108,40,107,44,32,70,41,59,10,32,32,32,32,32,32,32,32,118,97,114,32,98,32,61,32,123,32,97,58,32,111,99,32,125,59,10,32,32,32,32,32,32,32,32,105,102,32,40,107,46,105,110,115,116,97,110,116,105,97,116,101,87,97,115,109,41,10,32,32,32,32,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,107,46,105,110,115,116,97,110,116,105,97,116,101,87,97,115,109,40,98,44,32,97,41,59,10,32,32,32,32,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,99,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,116,40,96,77,111,100,117,108,101,46,105,110,115,116,97,110,116,105,97,116,101,87,97,115,109,32,99,97,108,108,98,97,99,107,32,102,97,105,108,101,100,32,119,105,116,104,32,101,114,114,111,114,58,32,36,123,99,125,96,41,44,32,98,97,40,99,41,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,121,97,32,33,61,32,110,117,108,108,32,63,32,121,97,32,58,32,121,97,32,61,32,120,97,40,34,68,111,116,76,111,116,116,105,101,80,108,97,121,101,114,46,119,97,115,109,34,41,32,63,32,34,68,111,116,76,111,116,116,105,101,80,108,97,121,101,114,46,119,97,115,109,34,32,58,32,107,46,108,111,99,97,116,101,70,105,108,101,32,63,32,107,46,108,111,99,97,116,101,70,105,108,101,40,34,68,111,116,76,111,116,116,105,101,80,108,97,121,101,114,46,119,97,115,109,34,44,32,112,41,32,58,32,112,32,43,32,34,68,111,116,76,111,116,116,105,101,80,108,97,121,101,114,46,119,97,115,109,34,59,10,32,32,32,32,32,32,32,32,67,97,40,98,44,32,102,117,110,99,116,105,111,110,40,99,41,32,123,10,32,32,32,32,32,32,32,32,32,32,97,40,99,46,105,110,115,116,97,110,99,101,41,59,10,32,32,32,32,32,32,32,32,125,41,46,99,97,116,99,104,40,98,97,41,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,123,125,59,10,32,32,32,32,32,32,125,40,41,44,32,100,99,32,61,32,40,97,41,32,61,62,32,40,100,99,32,61,32,87,46,101,97,41,40,97,41,44,32,112,98,32,61,32,40,97,41,32,61,62,32,40,112,98,32,61,32,87,46,102,97,41,40,97,41,44,32,85,32,61,32,40,97,41,32,61,62,32,40,85,32,61,32,87,46,104,97,41,40,97,41,44,32,101,99,32,61,32,40,97,44,32,98,41,32,61,62,32,40,101,99,32,61,32,87,46,105,97,41,40,97,44,32,98,41,44,32,88,32,61,32,40,97,44,32,98,41,32,61,62,32,40,88,32,61,32,87,46,106,97,41,40,97,44,32,98,41,44,32,89,32,61,32,40,97,41,32,61,62,32,40,89,32,61,32,87,46,107,97,41,40,97,41,44,32,90,32,61,32,40,41,32,61,62,32,40,90,32,61,32,87,46,108,97,41,40,41,59,10,32,32,32,32,32,32,107,46,100,121,110,67,97,108,108,95,105,105,106,106,32,61,32,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,41,32,61,62,32,40,107,46,100,121,110,67,97,108,108,95,105,105,106,106,32,61,32,87,46,109,97,41,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,41,59,10,32,32,32,32,32,32,107,46,100,121,110,67,97,108,108,95,118,105,106,106,32,61,32,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,41,32,61,62,32,40,107,46,100,121,110,67,97,108,108,95,118,105,106,106,32,61,32,87,46,110,97,41,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,41,59,10,32,32,32,32,32,32,107,46,100,121,110,67,97,108,108,95,106,105,105,105,32,61,32,40,97,44,32,98,44,32,99,44,32,100,41,32,61,62,32,40,107,46,100,121,110,67,97,108,108,95,106,105,105,105,32,61,32,87,46,111,97,41,40,97,44,32,98,44,32,99,44,32,100,41,59,10,32,32,32,32,32,32,107,46,100,121,110,67,97,108,108,95,106,105,105,32,61,32,40,97,44,32,98,44,32,99,41,32,61,62,32,40,107,46,100,121,110,67,97,108,108,95,106,105,105,32,61,32,87,46,112,97,41,40,97,44,32,98,44,32,99,41,59,10,32,32,32,32,32,32,107,46,100,121,110,67,97,108,108,95,118,105,105,106,105,105,32,61,32,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,44,32,104,41,32,61,62,32,40,107,46,100,121,110,67,97,108,108,95,118,105,105,106,105,105,32,61,32,87,46,113,97,41,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,44,32,104,41,59,10,32,32,32,32,32,32,107,46,100,121,110,67,97,108,108,95,105,105,105,105,105,106,32,61,32,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,44,32,104,41,32,61,62,32,40,107,46,100,121,110,67,97,108,108,95,105,105,105,105,105,106,32,61,32,87,46,114,97,41,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,44,32,104,41,59,10,32,32,32,32,32,32,107,46,100,121,110,67,97,108,108,95,105,105,105,105,105,106,106,32,61,32,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,44,32,104,44,32,103,44,32,108,41,32,61,62,32,40,107,46,100,121,110,67,97,108,108,95,105,105,105,105,105,106,106,32,61,32,87,46,115,97,41,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,44,32,104,44,32,103,44,32,108,41,59,10,32,32,32,32,32,32,107,46,100,121,110,67,97,108,108,95,105,105,105,105,105,105,106,106,32,61,32,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,44,32,104,44,32,103,44,32,108,44,32,109,41,32,61,62,32,40,107,46,100,121,110,67,97,108,108,95,105,105,105,105,105,105,106,106,32,61,32,87,46,116,97,41,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,44,32,104,44,32,103,44,32,108,44,32,109,41,59,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,108,99,40,97,44,32,98,44,32,99,41,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,90,40,41,59,10,32,32,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,32,32,83,46,103,101,116,40,97,41,40,98,44,32,99,41,59,10,32,32,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,101,41,32,123,10,32,32,32,32,32,32,32,32,32,32,89,40,100,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,101,32,33,61,61,32,101,32,43,32,48,41,32,116,104,114,111,119,32,101,59,10,32,32,32,32,32,32,32,32,32,32,88,40,49,44,32,48,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,107,99,40,97,44,32,98,41,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,99,32,61,32,90,40,41,59,10,32,32,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,32,32,83,46,103,101,116,40,97,41,40,98,41,59,10,32,32,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,89,40,99,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,100,32,33,61,61,32,100,32,43,32,48,41,32,116,104,114,111,119,32,100,59,10,32,32,32,32,32,32,32,32,32,32,88,40,49,44,32,48,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,104,99,40,97,44,32,98,44,32,99,44,32,100,41,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,101,32,61,32,90,40,41,59,10,32,32,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,83,46,103,101,116,40,97,41,40,98,44,32,99,44,32,100,41,59,10,32,32,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,102,41,32,123,10,32,32,32,32,32,32,32,32,32,32,89,40,101,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,102,32,33,61,61,32,102,32,43,32,48,41,32,116,104,114,111,119,32,102,59,10,32,32,32,32,32,32,32,32,32,32,88,40,49,44,32,48,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,103,99,40,97,44,32,98,44,32,99,41,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,100,32,61,32,90,40,41,59,10,32,32,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,83,46,103,101,116,40,97,41,40,98,44,32,99,41,59,10,32,32,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,101,41,32,123,10,32,32,32,32,32,32,32,32,32,32,89,40,100,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,101,32,33,61,61,32,101,32,43,32,48,41,32,116,104,114,111,119,32,101,59,10,32,32,32,32,32,32,32,32,32,32,88,40,49,44,32,48,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,102,99,40,97,44,32,98,41,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,99,32,61,32,90,40,41,59,10,32,32,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,83,46,103,101,116,40,97,41,40,98,41,59,10,32,32,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,89,40,99,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,100,32,33,61,61,32,100,32,43,32,48,41,32,116,104,114,111,119,32,100,59,10,32,32,32,32,32,32,32,32,32,32,88,40,49,44,32,48,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,105,99,40,97,44,32,98,44,32,99,44,32,100,44,32,101,44,32,102,41,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,104,32,61,32,90,40,41,59,10,32,32,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,83,46,103,101,116,40,97,41,40,98,44,32,99,44,32,100,44,32,101,44,32,102,41,59,10,32,32,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,103,41,32,123,10,32,32,32,32,32,32,32,32,32,32,89,40,104,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,103,32,33,61,61,32,103,32,43,32,48,41,32,116,104,114,111,119,32,103,59,10,32,32,32,32,32,32,32,32,32,32,88,40,49,44,32,48,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,110,99,40,97,44,32,98,44,32,99,44,32,100,44,32,101,41,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,102,32,61,32,90,40,41,59,10,32,32,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,32,32,83,46,103,101,116,40,97,41,40,98,44,32,99,44,32,100,44,32,101,41,59,10,32,32,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,104,41,32,123,10,32,32,32,32,32,32,32,32,32,32,89,40,102,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,104,32,33,61,61,32,104,32,43,32,48,41,32,116,104,114,111,119,32,104,59,10,32,32,32,32,32,32,32,32,32,32,88,40,49,44,32,48,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,109,99,40,97,44,32,98,44,32,99,44,32,100,41,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,101,32,61,32,90,40,41,59,10,32,32,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,32,32,83,46,103,101,116,40,97,41,40,98,44,32,99,44,32,100,41,59,10,32,32,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,102,41,32,123,10,32,32,32,32,32,32,32,32,32,32,89,40,101,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,102,32,33,61,61,32,102,32,43,32,48,41,32,116,104,114,111,119,32,102,59,10,32,32,32,32,32,32,32,32,32,32,88,40,49,44,32,48,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,106,99,40,97,41,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,98,32,61,32,90,40,41,59,10,32,32,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,32,32,83,46,103,101,116,40,97,41,40,41,59,10,32,32,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,99,41,32,123,10,32,32,32,32,32,32,32,32,32,32,89,40,98,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,99,32,33,61,61,32,99,32,43,32,48,41,32,116,104,114,111,119,32,99,59,10,32,32,32,32,32,32,32,32,32,32,88,40,49,44,32,48,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,118,97,114,32,112,99,59,10,32,32,32,32,32,32,71,32,61,32,102,117,110,99,116,105,111,110,32,113,99,40,41,32,123,10,32,32,32,32,32,32,32,32,112,99,32,124,124,32,114,99,40,41,59,10,32,32,32,32,32,32,32,32,112,99,32,124,124,32,40,71,32,61,32,113,99,41,59,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,114,99,40,41,32,123,10,32,32,32,32,32,32,32,32,102,117,110,99,116,105,111,110,32,97,40,41,32,123,10,32,32,32,32,32,32,32,32,32,32,118,97,114,32,95,97,50,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,33,112,99,32,38,38,32,40,112,99,32,61,32,116,114,117,101,44,32,107,46,99,97,108,108,101,100,82,117,110,32,61,32,116,114,117,101,44,32,33,109,97,41,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,69,97,40,115,97,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,97,97,40,107,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,40,95,97,50,32,61,32,107,46,111,110,82,117,110,116,105,109,101,73,110,105,116,105,97,108,105,122,101,100,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,50,46,99,97,108,108,40,107,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,107,46,112,111,115,116,82,117,110,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,102,111,114,32,40,34,102,117,110,99,116,105,111,110,34,32,61,61,32,116,121,112,101,111,102,32,107,46,112,111,115,116,82,117,110,32,38,38,32,40,107,46,112,111,115,116,82,117,110,32,61,32,91,107,46,112,111,115,116,82,117,110,93,41,59,32,107,46,112,111,115,116,82,117,110,46,108,101,110,103,116,104,59,32,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,98,32,61,32,107,46,112,111,115,116,82,117,110,46,115,104,105,102,116,40,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,97,46,117,110,115,104,105,102,116,40,98,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,32,32,69,97,40,116,97,41,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,105,102,32,40,33,40,48,32,60,32,70,41,41,32,123,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,107,46,112,114,101,82,117,110,41,32,102,111,114,32,40,34,102,117,110,99,116,105,111,110,34,32,61,61,32,116,121,112,101,111,102,32,107,46,112,114,101,82,117,110,32,38,38,32,40,107,46,112,114,101,82,117,110,32,61,32,91,107,46,112,114,101,82,117,110,93,41,59,32,107,46,112,114,101,82,117,110,46,108,101,110,103,116,104,59,32,41,32,117,97,40,41,59,10,32,32,32,32,32,32,32,32,32,32,69,97,40,114,97,41,59,10,32,32,32,32,32,32,32,32,32,32,48,32,60,32,70,32,124,124,32,40,107,46,115,101,116,83,116,97,116,117,115,32,63,32,40,107,46,115,101,116,83,116,97,116,117,115,40,34,82,117,110,110,105,110,103,46,46,46,34,41,44,32,115,101,116,84,105,109,101,111,117,116,40,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,115,101,116,84,105,109,101,111,117,116,40,40,41,32,61,62,32,107,46,115,101,116,83,116,97,116,117,115,40,34,34,41,44,32,49,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,97,40,41,59,10,32,32,32,32,32,32,32,32,32,32,125,44,32,49,41,41,32,58,32,97,40,41,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,102,32,40,107,46,112,114,101,73,110,105,116,41,10,32,32,32,32,32,32,32,32,102,111,114,32,40,34,102,117,110,99,116,105,111,110,34,32,61,61,32,116,121,112,101,111,102,32,107,46,112,114,101,73,110,105,116,32,38,38,32,40,107,46,112,114,101,73,110,105,116,32,61,32,91,107,46,112,114,101,73,110,105,116,93,41,59,32,48,32,60,32,107,46,112,114,101,73,110,105,116,46,108,101,110,103,116,104,59,32,41,32,107,46,112,114,101,73,110,105,116,46,112,111,112,40,41,40,41,59,10,32,32,32,32,32,32,114,99,40,41,59,10,32,32,32,32,32,32,109,111,100,117,108,101,82,116,110,32,61,32,99,97,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,109,111,100,117,108,101,82,116,110,59,10,32,32,32,32,125,59,10,32,32,125,41,40,41,59,10,32,32,118,97,114,32,100,111,116,108,111,116,116,105,101,95,112,108,97,121,101,114,95,100,101,102,97,117,108,116,32,61,32,99,114,101,97,116,101,68,111,116,76,111,116,116,105,101,80,108,97,121,101,114,77,111,100,117,108,101,59,10,10,32,32,47,47,32,115,114,99,47,99,111,114,101,47,100,111,116,108,111,116,116,105,101,45,119,97,115,109,45,108,111,97,100,101,114,46,116,115,10,32,32,118,97,114,32,68,111,116,76,111,116,116,105,101,87,97,115,109,76,111,97,100,101,114,32,61,32,99,108,97,115,115,32,123,10,32,32,32,32,99,111,110,115,116,114,117,99,116,111,114,40,41,32,123,10,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,82,101,110,100,101,114,101,114,76,111,97,100,101,114,32,105,115,32,97,32,115,116,97,116,105,99,32,99,108,97,115,115,32,97,110,100,32,99,97,110,110,111,116,32,98,101,32,105,110,115,116,97,110,116,105,97,116,101,100,46,34,41,59,10,32,32,32,32,125,10,32,32,32,32,115,116,97,116,105,99,32,95,116,114,121,76,111,97,100,40,117,114,108,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,95,95,97,115,121,110,99,40,116,104,105,115,44,32,110,117,108,108,44,32,102,117,110,99,116,105,111,110,42,32,40,41,32,123,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,109,111,100,117,108,101,32,61,32,121,105,101,108,100,32,100,111,116,108,111,116,116,105,101,95,112,108,97,121,101,114,95,100,101,102,97,117,108,116,40,123,32,108,111,99,97,116,101,70,105,108,101,58,32,40,41,32,61,62,32,117,114,108,32,125,41,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,109,111,100,117,108,101,59,10,32,32,32,32,32,32,125,41,59,10,32,32,32,32,125,10,32,32,32,32,47,42,42,10,32,32,32,32,32,42,32,84,114,105,101,115,32,116,111,32,108,111,97,100,32,116,104,101,32,87,65,83,77,32,109,111,100,117,108,101,32,102,114,111,109,32,116,104,101,32,112,114,105,109,97,114,121,32,85,82,76,44,32,102,97,108,108,105,110,103,32,98,97,99,107,32,116,111,32,97,32,98,97,99,107,117,112,32,85,82,76,32,105,102,32,110,101,99,101,115,115,97,114,121,46,10,32,32,32,32,32,42,32,84,104,114,111,119,115,32,97,110,32,101,114,114,111,114,32,105,102,32,98,111,116,104,32,85,82,76,115,32,102,97,105,108,32,116,111,32,108,111,97,100,32,116,104,101,32,109,111,100,117,108,101,46,10,32,32,32,32,32,42,32,64,114,101,116,117,114,110,115,32,80,114,111,109,105,115,101,60,77,111,100,117,108,101,62,32,45,32,65,32,112,114,111,109,105,115,101,32,116,104,97,116,32,114,101,115,111,108,118,101,115,32,116,111,32,116,104,101,32,108,111,97,100,101,100,32,109,111,100,117,108,101,46,10,32,32,32,32,32,42,47,10,32,32,32,32,115,116,97,116,105,99,32,95,108,111,97,100,87,105,116,104,66,97,99,107,117,112,40,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,95,95,97,115,121,110,99,40,116,104,105,115,44,32,110,117,108,108,44,32,102,117,110,99,116,105,111,110,42,32,40,41,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,33,116,104,105,115,46,95,77,111,100,117,108,101,80,114,111,109,105,115,101,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,77,111,100,117,108,101,80,114,111,109,105,115,101,32,61,32,116,104,105,115,46,95,116,114,121,76,111,97,100,40,116,104,105,115,46,95,119,97,115,109,85,82,76,41,46,99,97,116,99,104,40,40,105,110,105,116,105,97,108,69,114,114,111,114,41,32,61,62,32,95,95,97,115,121,110,99,40,116,104,105,115,44,32,110,117,108,108,44,32,102,117,110,99,116,105,111,110,42,32,40,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,99,111,110,115,116,32,98,97,99,107,117,112,85,114,108,32,61,32,96,104,116,116,112,115,58,47,47,117,110,112,107,103,46,99,111,109,47,36,123,80,65,67,75,65,71,69,95,78,65,77,69,125,64,36,123,80,65,67,75,65,71,69,95,86,69,82,83,73,79,78,125,47,100,105,115,116,47,100,111,116,108,111,116,116,105,101,45,112,108,97,121,101,114,46,119,97,115,109,96,59,10,32,32,32,32,32,32,32,32,32,32,32,32,99,111,110,115,111,108,101,46,119,97,114,110,40,96,80,114,105,109,97,114,121,32,87,65,83,77,32,108,111,97,100,32,102,97,105,108,101,100,32,102,114,111,109,32,36,123,116,104,105,115,46,95,119,97,115,109,85,82,76,125,46,32,69,114,114,111,114,58,32,36,123,105,110,105,116,105,97,108,69,114,114,111,114,46,109,101,115,115,97,103,101,125,96,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,99,111,110,115,111,108,101,46,119,97,114,110,40,96,65,116,116,101,109,112,116,105,110,103,32,116,111,32,108,111,97,100,32,87,65,83,77,32,102,114,111,109,32,98,97,99,107,117,112,32,85,82,76,58,32,36,123,98,97,99,107,117,112,85,114,108,125,96,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,121,105,101,108,100,32,116,104,105,115,46,95,116,114,121,76,111,97,100,40,98,97,99,107,117,112,85,114,108,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,98,97,99,107,117,112,69,114,114,111,114,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,111,110,115,111,108,101,46,101,114,114,111,114,40,96,80,114,105,109,97,114,121,32,87,65,83,77,32,85,82,76,32,102,97,105,108,101,100,58,32,36,123,105,110,105,116,105,97,108,69,114,114,111,114,46,109,101,115,115,97,103,101,125,96,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,111,110,115,111,108,101,46,101,114,114,111,114,40,96,66,97,99,107,117,112,32,87,65,83,77,32,85,82,76,32,102,97,105,108,101,100,58,32,36,123,98,97,99,107,117,112,69,114,114,111,114,46,109,101,115,115,97,103,101,125,96,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,34,87,65,83,77,32,108,111,97,100,105,110,103,32,102,97,105,108,101,100,32,102,114,111,109,32,97,108,108,32,115,111,117,114,99,101,115,46,34,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,125,41,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,95,77,111,100,117,108,101,80,114,111,109,105,115,101,59,10,32,32,32,32,32,32,125,41,59,10,32,32,32,32,125,10,32,32,32,32,47,42,42,10,32,32,32,32,32,42,32,80,117,98,108,105,99,32,109,101,116,104,111,100,32,116,111,32,108,111,97,100,32,116,104,101,32,87,101,98,65,115,115,101,109,98,108,121,32,109,111,100,117,108,101,46,10,32,32,32,32,32,42,32,85,116,105,108,105,122,101,115,32,97,32,112,114,105,109,97,114,121,32,97,110,100,32,98,97,99,107,117,112,32,85,82,76,32,102,111,114,32,114,111,98,117,115,116,110,101,115,115,46,10,32,32,32,32,32,42,32,64,114,101,116,117,114,110,115,32,80,114,111,109,105,115,101,60,77,111,100,117,108,101,62,32,45,32,65,32,112,114,111,109,105,115,101,32,116,104,97,116,32,114,101,115,111,108,118,101,115,32,116,111,32,116,104,101,32,108,111,97,100,101,100,32,109,111,100,117,108,101,46,10,32,32,32,32,32,42,47,10,32,32,32,32,115,116,97,116,105,99,32,108,111,97,100,40,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,95,95,97,115,121,110,99,40,116,104,105,115,44,32,110,117,108,108,44,32,102,117,110,99,116,105,111,110,42,32,40,41,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,95,108,111,97,100,87,105,116,104,66,97,99,107,117,112,40,41,59,10,32,32,32,32,32,32,125,41,59,10,32,32,32,32,125,10,32,32,32,32,47,42,42,10,32,32,32,32,32,42,32,83,101,116,115,32,97,32,110,101,119,32,85,82,76,32,102,111,114,32,116,104,101,32,87,65,83,77,32,102,105,108,101,32,97,110,100,32,105,110,118,97,108,105,100,97,116,101,115,32,116,104,101,32,99,117,114,114,101,110,116,32,109,111,100,117,108,101,32,112,114,111,109,105,115,101,46,10,32,32,32,32,32,42,10,32,32,32,32,32,42,32,64,112,97,114,97,109,32,115,116,114,105,110,103,32,45,32,32,84,104,101,32,110,101,119,32,85,82,76,32,102,111,114,32,116,104,101,32,87,65,83,77,32,102,105,108,101,46,10,32,32,32,32,32,42,47,10,32,32,32,32,115,116,97,116,105,99,32,115,101,116,87,97,115,109,85,114,108,40,117,114,108,41,32,123,10,32,32,32,32,32,32,105,102,32,40,117,114,108,32,61,61,61,32,116,104,105,115,46,95,119,97,115,109,85,82,76,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,116,104,105,115,46,95,119,97,115,109,85,82,76,32,61,32,117,114,108,59,10,32,32,32,32,32,32,116,104,105,115,46,95,77,111,100,117,108,101,80,114,111,109,105,115,101,32,61,32,110,117,108,108,59,10,32,32,32,32,125,10,32,32,125,59,10,32,32,47,47,32,101,115,108,105,110,116,45,100,105,115,97,98,108,101,45,110,101,120,116,45,108,105,110,101,32,64,116,121,112,101,115,99,114,105,112,116,45,101,115,108,105,110,116,47,110,97,109,105,110,103,45,99,111,110,118,101,110,116,105,111,110,10,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,68,111,116,76,111,116,116,105,101,87,97,115,109,76,111,97,100,101,114,44,32,34,95,77,111,100,117,108,101,80,114,111,109,105,115,101,34,44,32,110,117,108,108,41,59,10,32,32,47,47,32,85,82,76,32,102,111,114,32,116,104,101,32,87,65,83,77,32,102,105,108,101,44,32,99,111,110,115,116,114,117,99,116,101,100,32,117,115,105,110,103,32,112,97,99,107,97,103,101,32,105,110,102,111,114,109,97,116,105,111,110,10,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,68,111,116,76,111,116,116,105,101,87,97,115,109,76,111,97,100,101,114,44,32,34,95,119,97,115,109,85,82,76,34,44,32,96,104,116,116,112,115,58,47,47,99,100,110,46,106,115,100,101,108,105,118,114,46,110,101,116,47,110,112,109,47,36,123,80,65,67,75,65,71,69,95,78,65,77,69,125,64,36,123,80,65,67,75,65,71,69,95,86,69,82,83,73,79,78,125,47,100,105,115,116,47,100,111,116,108,111,116,116,105,101,45,112,108,97,121,101,114,46,119,97,115,109,96,41,59,10,10,32,32,47,47,32,115,114,99,47,101,118,101,110,116,45,109,97,110,97,103,101,114,46,116,115,10,32,32,118,97,114,32,69,118,101,110,116,77,97,110,97,103,101,114,32,61,32,99,108,97,115,115,32,123,10,32,32,32,32,99,111,110,115,116,114,117,99,116,111,114,40,41,32,123,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,101,118,101,110,116,76,105,115,116,101,110,101,114,115,34,44,32,47,42,32,64,95,95,80,85,82,69,95,95,32,42,47,32,110,101,119,32,77,97,112,40,41,41,59,10,32,32,32,32,125,10,32,32,32,32,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,116,121,112,101,44,32,108,105,115,116,101,110,101,114,41,32,123,10,32,32,32,32,32,32,108,101,116,32,108,105,115,116,101,110,101,114,115,32,61,32,116,104,105,115,46,95,101,118,101,110,116,76,105,115,116,101,110,101,114,115,46,103,101,116,40,116,121,112,101,41,59,10,32,32,32,32,32,32,105,102,32,40,33,108,105,115,116,101,110,101,114,115,41,32,123,10,32,32,32,32,32,32,32,32,108,105,115,116,101,110,101,114,115,32,61,32,47,42,32,64,95,95,80,85,82,69,95,95,32,42,47,32,110,101,119,32,83,101,116,40,41,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,76,105,115,116,101,110,101,114,115,46,115,101,116,40,116,121,112,101,44,32,108,105,115,116,101,110,101,114,115,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,108,105,115,116,101,110,101,114,115,46,97,100,100,40,108,105,115,116,101,110,101,114,41,59,10,32,32,32,32,125,10,32,32,32,32,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,116,121,112,101,44,32,108,105,115,116,101,110,101,114,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,108,105,115,116,101,110,101,114,115,32,61,32,116,104,105,115,46,95,101,118,101,110,116,76,105,115,116,101,110,101,114,115,46,103,101,116,40,116,121,112,101,41,59,10,32,32,32,32,32,32,105,102,32,40,33,108,105,115,116,101,110,101,114,115,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,105,102,32,40,108,105,115,116,101,110,101,114,41,32,123,10,32,32,32,32,32,32,32,32,108,105,115,116,101,110,101,114,115,46,100,101,108,101,116,101,40,108,105,115,116,101,110,101,114,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,108,105,115,116,101,110,101,114,115,46,115,105,122,101,32,61,61,61,32,48,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,76,105,115,116,101,110,101,114,115,46,100,101,108,101,116,101,40,116,121,112,101,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,76,105,115,116,101,110,101,114,115,46,100,101,108,101,116,101,40,116,121,112,101,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,32,32,100,105,115,112,97,116,99,104,40,101,118,101,110,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,108,105,115,116,101,110,101,114,115,32,61,32,116,104,105,115,46,95,101,118,101,110,116,76,105,115,116,101,110,101,114,115,46,103,101,116,40,101,118,101,110,116,46,116,121,112,101,41,59,10,32,32,32,32,32,32,108,105,115,116,101,110,101,114,115,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,108,105,115,116,101,110,101,114,115,46,102,111,114,69,97,99,104,40,40,108,105,115,116,101,110,101,114,41,32,61,62,32,108,105,115,116,101,110,101,114,40,101,118,101,110,116,41,41,59,10,32,32,32,32,125,10,32,32,32,32,114,101,109,111,118,101,65,108,108,69,118,101,110,116,76,105,115,116,101,110,101,114,115,40,41,32,123,10,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,76,105,115,116,101,110,101,114,115,46,99,108,101,97,114,40,41,59,10,32,32,32,32,125,10,32,32,125,59,10,10,32,32,47,47,32,115,114,99,47,111,102,102,115,99,114,101,101,110,45,111,98,115,101,114,118,101,114,46,116,115,10,32,32,118,97,114,32,79,102,102,115,99,114,101,101,110,79,98,115,101,114,118,101,114,32,61,32,99,108,97,115,115,32,123,10,32,32,32,32,115,116,97,116,105,99,32,95,105,110,105,116,105,97,108,105,122,101,79,98,115,101,114,118,101,114,40,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,111,98,115,101,114,118,101,114,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,116,101,114,115,101,99,116,105,111,110,79,98,115,101,114,118,101,114,67,97,108,108,98,97,99,107,32,61,32,40,101,110,116,114,105,101,115,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,101,110,116,114,105,101,115,46,102,111,114,69,97,99,104,40,40,101,110,116,114,121,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,116,104,105,115,46,95,111,98,115,101,114,118,101,100,67,97,110,118,97,115,101,115,46,103,101,116,40,101,110,116,114,121,46,116,97,114,103,101,116,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,101,110,116,114,121,46,105,115,73,110,116,101,114,115,101,99,116,105,110,103,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,117,110,102,114,101,101,122,101,40,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,102,114,101,101,122,101,40,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,116,104,105,115,46,95,111,98,115,101,114,118,101,114,32,61,32,110,101,119,32,73,110,116,101,114,115,101,99,116,105,111,110,79,98,115,101,114,118,101,114,40,105,110,116,101,114,115,101,99,116,105,111,110,79,98,115,101,114,118,101,114,67,97,108,108,98,97,99,107,44,32,123,10,32,32,32,32,32,32,32,32,116,104,114,101,115,104,111,108,100,58,32,48,10,32,32,32,32,32,32,125,41,59,10,32,32,32,32,125,10,32,32,32,32,115,116,97,116,105,99,32,111,98,115,101,114,118,101,40,99,97,110,118,97,115,44,32,100,111,116,76,111,116,116,105,101,73,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,32,32,116,104,105,115,46,95,105,110,105,116,105,97,108,105,122,101,79,98,115,101,114,118,101,114,40,41,59,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,111,98,115,101,114,118,101,100,67,97,110,118,97,115,101,115,46,104,97,115,40,99,97,110,118,97,115,41,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,116,104,105,115,46,95,111,98,115,101,114,118,101,100,67,97,110,118,97,115,101,115,46,115,101,116,40,99,97,110,118,97,115,44,32,100,111,116,76,111,116,116,105,101,73,110,115,116,97,110,99,101,41,59,10,32,32,32,32,32,32,40,95,97,32,61,32,116,104,105,115,46,95,111,98,115,101,114,118,101,114,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,111,98,115,101,114,118,101,40,99,97,110,118,97,115,41,59,10,32,32,32,32,125,10,32,32,32,32,115,116,97,116,105,99,32,117,110,111,98,115,101,114,118,101,40,99,97,110,118,97,115,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,40,95,97,32,61,32,116,104,105,115,46,95,111,98,115,101,114,118,101,114,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,117,110,111,98,115,101,114,118,101,40,99,97,110,118,97,115,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,111,98,115,101,114,118,101,100,67,97,110,118,97,115,101,115,46,100,101,108,101,116,101,40,99,97,110,118,97,115,41,59,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,111,98,115,101,114,118,101,100,67,97,110,118,97,115,101,115,46,115,105,122,101,32,61,61,61,32,48,41,32,123,10,32,32,32,32,32,32,32,32,40,95,98,32,61,32,116,104,105,115,46,95,111,98,115,101,114,118,101,114,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,98,46,100,105,115,99,111,110,110,101,99,116,40,41,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,111,98,115,101,114,118,101,114,32,61,32,110,117,108,108,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,125,59,10,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,79,102,102,115,99,114,101,101,110,79,98,115,101,114,118,101,114,44,32,34,95,111,98,115,101,114,118,101,114,34,44,32,110,117,108,108,41,59,10,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,79,102,102,115,99,114,101,101,110,79,98,115,101,114,118,101,114,44,32,34,95,111,98,115,101,114,118,101,100,67,97,110,118,97,115,101,115,34,44,32,47,42,32,64,95,95,80,85,82,69,95,95,32,42,47,32,110,101,119,32,77,97,112,40,41,41,59,10,10,32,32,47,47,32,115,114,99,47,114,101,115,105,122,101,45,111,98,115,101,114,118,101,114,46,116,115,10,32,32,118,97,114,32,82,69,83,73,90,69,95,68,69,66,79,85,78,67,69,95,84,73,77,69,32,61,32,49,48,48,59,10,32,32,118,97,114,32,67,97,110,118,97,115,82,101,115,105,122,101,79,98,115,101,114,118,101,114,32,61,32,99,108,97,115,115,32,123,10,32,32,32,32,115,116,97,116,105,99,32,95,105,110,105,116,105,97,108,105,122,101,79,98,115,101,114,118,101,114,40,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,111,98,115,101,114,118,101,114,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,105,122,101,72,97,110,100,108,101,114,32,61,32,40,101,110,116,114,105,101,115,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,101,110,116,114,105,101,115,46,102,111,114,69,97,99,104,40,40,101,110,116,114,121,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,99,111,110,115,116,32,101,108,101,109,101,110,116,32,61,32,116,104,105,115,46,95,111,98,115,101,114,118,101,100,67,97,110,118,97,115,101,115,46,103,101,116,40,101,110,116,114,121,46,116,97,114,103,101,116,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,33,101,108,101,109,101,110,116,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,32,32,32,32,99,111,110,115,116,32,91,100,111,116,76,111,116,116,105,101,73,110,115,116,97,110,99,101,44,32,116,105,109,101,111,117,116,93,32,61,32,101,108,101,109,101,110,116,59,10,32,32,32,32,32,32,32,32,32,32,99,108,101,97,114,84,105,109,101,111,117,116,40,116,105,109,101,111,117,116,41,59,10,32,32,32,32,32,32,32,32,32,32,99,111,110,115,116,32,110,101,119,84,105,109,101,111,117,116,32,61,32,115,101,116,84,105,109,101,111,117,116,40,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,100,111,116,76,111,116,116,105,101,73,110,115,116,97,110,99,101,46,114,101,115,105,122,101,40,41,59,10,32,32,32,32,32,32,32,32,32,32,125,44,32,82,69,83,73,90,69,95,68,69,66,79,85,78,67,69,95,84,73,77,69,41,59,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,111,98,115,101,114,118,101,100,67,97,110,118,97,115,101,115,46,115,101,116,40,101,110,116,114,121,46,116,97,114,103,101,116,44,32,91,100,111,116,76,111,116,116,105,101,73,110,115,116,97,110,99,101,44,32,110,101,119,84,105,109,101,111,117,116,93,41,59,10,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,116,104,105,115,46,95,111,98,115,101,114,118,101,114,32,61,32,110,101,119,32,82,101,115,105,122,101,79,98,115,101,114,118,101,114,40,114,101,115,105,122,101,72,97,110,100,108,101,114,41,59,10,32,32,32,32,125,10,32,32,32,32,115,116,97,116,105,99,32,111,98,115,101,114,118,101,40,99,97,110,118,97,115,44,32,100,111,116,76,111,116,116,105,101,73,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,32,32,116,104,105,115,46,95,105,110,105,116,105,97,108,105,122,101,79,98,115,101,114,118,101,114,40,41,59,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,111,98,115,101,114,118,101,100,67,97,110,118,97,115,101,115,46,104,97,115,40,99,97,110,118,97,115,41,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,116,104,105,115,46,95,111,98,115,101,114,118,101,100,67,97,110,118,97,115,101,115,46,115,101,116,40,99,97,110,118,97,115,44,32,91,100,111,116,76,111,116,116,105,101,73,110,115,116,97,110,99,101,44,32,48,93,41,59,10,32,32,32,32,32,32,40,95,97,32,61,32,116,104,105,115,46,95,111,98,115,101,114,118,101,114,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,111,98,115,101,114,118,101,40,99,97,110,118,97,115,41,59,10,32,32,32,32,125,10,32,32,32,32,115,116,97,116,105,99,32,117,110,111,98,115,101,114,118,101,40,99,97,110,118,97,115,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,40,95,97,32,61,32,116,104,105,115,46,95,111,98,115,101,114,118,101,114,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,117,110,111,98,115,101,114,118,101,40,99,97,110,118,97,115,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,111,98,115,101,114,118,101,100,67,97,110,118,97,115,101,115,46,100,101,108,101,116,101,40,99,97,110,118,97,115,41,59,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,111,98,115,101,114,118,101,100,67,97,110,118,97,115,101,115,46,115,105,122,101,32,61,61,61,32,48,41,32,123,10,32,32,32,32,32,32,32,32,40,95,98,32,61,32,116,104,105,115,46,95,111,98,115,101,114,118,101,114,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,98,46,100,105,115,99,111,110,110,101,99,116,40,41,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,111,98,115,101,114,118,101,114,32,61,32,110,117,108,108,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,125,59,10,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,67,97,110,118,97,115,82,101,115,105,122,101,79,98,115,101,114,118,101,114,44,32,34,95,111,98,115,101,114,118,101,114,34,44,32,110,117,108,108,41,59,10,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,67,97,110,118,97,115,82,101,115,105,122,101,79,98,115,101,114,118,101,114,44,32,34,95,111,98,115,101,114,118,101,100,67,97,110,118,97,115,101,115,34,44,32,47,42,32,64,95,95,80,85,82,69,95,95,32,42,47,32,110,101,119,32,77,97,112,40,41,41,59,10,10,32,32,47,47,32,115,114,99,47,117,116,105,108,115,46,116,115,10,32,32,102,117,110,99,116,105,111,110,32,105,115,72,101,120,67,111,108,111,114,40,99,111,108,111,114,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,47,94,35,40,91,92,100,97,45,102,93,123,54,125,124,91,92,100,97,45,102,93,123,56,125,41,36,47,105,117,46,116,101,115,116,40,99,111,108,111,114,41,59,10,32,32,125,10,32,32,102,117,110,99,116,105,111,110,32,104,101,120,83,116,114,105,110,103,84,111,82,71,66,65,73,110,116,40,99,111,108,111,114,72,101,120,41,32,123,10,32,32,32,32,105,102,32,40,33,105,115,72,101,120,67,111,108,111,114,40,99,111,108,111,114,72,101,120,41,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,48,59,10,32,32,32,32,125,10,32,32,32,32,108,101,116,32,104,101,120,32,61,32,99,111,108,111,114,72,101,120,46,114,101,112,108,97,99,101,40,34,35,34,44,32,34,34,41,59,10,32,32,32,32,104,101,120,32,61,32,104,101,120,46,108,101,110,103,116,104,32,61,61,61,32,54,32,63,32,96,36,123,104,101,120,125,102,102,96,32,58,32,104,101,120,59,10,32,32,32,32,114,101,116,117,114,110,32,112,97,114,115,101,73,110,116,40,104,101,120,44,32,49,54,41,59,10,32,32,125,10,32,32,102,117,110,99,116,105,111,110,32,105,115,68,111,116,76,111,116,116,105,101,40,102,105,108,101,68,97,116,97,41,32,123,10,32,32,32,32,105,102,32,40,102,105,108,101,68,97,116,97,46,98,121,116,101,76,101,110,103,116,104,32,60,32,52,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,102,97,108,115,101,59,10,32,32,32,32,125,10,32,32,32,32,99,111,110,115,116,32,102,105,108,101,83,105,103,110,97,116,117,114,101,32,61,32,110,101,119,32,85,105,110,116,56,65,114,114,97,121,40,102,105,108,101,68,97,116,97,46,115,108,105,99,101,40,48,44,32,90,73,80,95,83,73,71,78,65,84,85,82,69,46,98,121,116,101,76,101,110,103,116,104,41,41,59,10,32,32,32,32,102,111,114,32,40,108,101,116,32,105,32,61,32,48,59,32,105,32,60,32,90,73,80,95,83,73,71,78,65,84,85,82,69,46,108,101,110,103,116,104,59,32,105,32,43,61,32,49,41,32,123,10,32,32,32,32,32,32,105,102,32,40,90,73,80,95,83,73,71,78,65,84,85,82,69,91,105,93,32,33,61,61,32,102,105,108,101,83,105,103,110,97,116,117,114,101,91,105,93,41,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,102,97,108,115,101,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,32,32,114,101,116,117,114,110,32,116,114,117,101,59,10,32,32,125,10,32,32,102,117,110,99,116,105,111,110,32,105,115,76,111,116,116,105,101,74,83,79,78,40,106,115,111,110,41,32,123,10,32,32,32,32,114,101,116,117,114,110,32,76,79,84,84,73,69,95,74,83,79,78,95,77,65,78,68,65,84,79,82,89,95,70,73,69,76,68,83,46,101,118,101,114,121,40,40,102,105,101,108,100,41,32,61,62,32,79,98,106,101,99,116,46,112,114,111,116,111,116,121,112,101,46,104,97,115,79,119,110,80,114,111,112,101,114,116,121,46,99,97,108,108,40,106,115,111,110,44,32,102,105,101,108,100,41,41,59,10,32,32,125,10,32,32,102,117,110,99,116,105,111,110,32,105,115,76,111,116,116,105,101,40,102,105,108,101,68,97,116,97,41,32,123,10,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,102,105,108,101,68,97,116,97,32,61,61,61,32,34,115,116,114,105,110,103,34,41,32,123,10,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,105,115,76,111,116,116,105,101,74,83,79,78,40,74,83,79,78,46,112,97,114,115,101,40,102,105,108,101,68,97,116,97,41,41,59,10,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,95,101,41,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,102,97,108,115,101,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,105,115,76,111,116,116,105,101,74,83,79,78,40,102,105,108,101,68,97,116,97,41,59,10,32,32,32,32,125,10,32,32,125,10,32,32,102,117,110,99,116,105,111,110,32,103,101,116,68,101,102,97,117,108,116,68,80,82,40,41,32,123,10,32,32,32,32,99,111,110,115,116,32,100,112,114,32,61,32,73,83,95,66,82,79,87,83,69,82,32,63,32,119,105,110,100,111,119,46,100,101,118,105,99,101,80,105,120,101,108,82,97,116,105,111,32,58,32,49,59,10,32,32,32,32,114,101,116,117,114,110,32,49,32,43,32,40,100,112,114,32,45,32,49,41,32,42,32,68,69,70,65,85,76,84,95,68,80,82,95,70,65,67,84,79,82,59,10,32,32,125,10,32,32,102,117,110,99,116,105,111,110,32,105,115,69,108,101,109,101,110,116,73,110,86,105,101,119,112,111,114,116,40,101,108,101,109,101,110,116,41,32,123,10,32,32,32,32,99,111,110,115,116,32,114,101,99,116,32,61,32,101,108,101,109,101,110,116,46,103,101,116,66,111,117,110,100,105,110,103,67,108,105,101,110,116,82,101,99,116,40,41,59,10,32,32,32,32,114,101,116,117,114,110,32,114,101,99,116,46,116,111,112,32,62,61,32,48,32,38,38,32,114,101,99,116,46,108,101,102,116,32,62,61,32,48,32,38,38,32,114,101,99,116,46,98,111,116,116,111,109,32,60,61,32,40,119,105,110,100,111,119,46,105,110,110,101,114,72,101,105,103,104,116,32,124,124,32,100,111,99,117,109,101,110,116,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,46,99,108,105,101,110,116,72,101,105,103,104,116,41,32,38,38,32,114,101,99,116,46,114,105,103,104,116,32,60,61,32,40,119,105,110,100,111,119,46,105,110,110,101,114,87,105,100,116,104,32,124,124,32,100,111,99,117,109,101,110,116,46,100,111,99,117,109,101,110,116,69,108,101,109,101,110,116,46,99,108,105,101,110,116,87,105,100,116,104,41,59,10,32,32,125,10,10,32,32,47,47,32,115,114,99,47,100,111,116,108,111,116,116,105,101,46,116,115,10,32,32,118,97,114,32,99,114,101,97,116,101,67,111,114,101,77,111,100,101,32,61,32,40,109,111,100,101,44,32,109,111,100,117,108,101,41,32,61,62,32,123,10,32,32,32,32,105,102,32,40,109,111,100,101,32,61,61,61,32,34,114,101,118,101,114,115,101,34,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,109,111,100,117,108,101,46,77,111,100,101,46,82,101,118,101,114,115,101,59,10,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,109,111,100,101,32,61,61,61,32,34,98,111,117,110,99,101,34,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,109,111,100,117,108,101,46,77,111,100,101,46,66,111,117,110,99,101,59,10,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,109,111,100,101,32,61,61,61,32,34,114,101,118,101,114,115,101,45,98,111,117,110,99,101,34,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,109,111,100,117,108,101,46,77,111,100,101,46,82,101,118,101,114,115,101,66,111,117,110,99,101,59,10,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,109,111,100,117,108,101,46,77,111,100,101,46,70,111,114,119,97,114,100,59,10,32,32,32,32,125,10,32,32,125,59,10,32,32,118,97,114,32,99,114,101,97,116,101,67,111,114,101,70,105,116,32,61,32,40,102,105,116,44,32,109,111,100,117,108,101,41,32,61,62,32,123,10,32,32,32,32,105,102,32,40,102,105,116,32,61,61,61,32,34,99,111,110,116,97,105,110,34,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,109,111,100,117,108,101,46,70,105,116,46,67,111,110,116,97,105,110,59,10,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,102,105,116,32,61,61,61,32,34,99,111,118,101,114,34,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,109,111,100,117,108,101,46,70,105,116,46,67,111,118,101,114,59,10,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,102,105,116,32,61,61,61,32,34,102,105,108,108,34,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,109,111,100,117,108,101,46,70,105,116,46,70,105,108,108,59,10,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,102,105,116,32,61,61,61,32,34,102,105,116,45,104,101,105,103,104,116,34,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,109,111,100,117,108,101,46,70,105,116,46,70,105,116,72,101,105,103,104,116,59,10,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,102,105,116,32,61,61,61,32,34,102,105,116,45,119,105,100,116,104,34,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,109,111,100,117,108,101,46,70,105,116,46,70,105,116,87,105,100,116,104,59,10,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,109,111,100,117,108,101,46,70,105,116,46,78,111,110,101,59,10,32,32,32,32,125,10,32,32,125,59,10,32,32,118,97,114,32,99,114,101,97,116,101,67,111,114,101,65,108,105,103,110,32,61,32,40,97,108,105,103,110,44,32,109,111,100,117,108,101,41,32,61,62,32,123,10,32,32,32,32,99,111,110,115,116,32,99,111,114,101,65,108,105,103,110,32,61,32,110,101,119,32,109,111,100,117,108,101,46,86,101,99,116,111,114,70,108,111,97,116,40,41,59,10,32,32,32,32,99,111,114,101,65,108,105,103,110,46,112,117,115,104,95,98,97,99,107,40,97,108,105,103,110,91,48,93,41,59,10,32,32,32,32,99,111,114,101,65,108,105,103,110,46,112,117,115,104,95,98,97,99,107,40,97,108,105,103,110,91,49,93,41,59,10,32,32,32,32,114,101,116,117,114,110,32,99,111,114,101,65,108,105,103,110,59,10,32,32,125,59,10,32,32,118,97,114,32,99,114,101,97,116,101,67,111,114,101,83,101,103,109,101,110,116,32,61,32,40,115,101,103,109,101,110,116,44,32,109,111,100,117,108,101,41,32,61,62,32,123,10,32,32,32,32,99,111,110,115,116,32,99,111,114,101,115,101,103,109,101,110,116,32,61,32,110,101,119,32,109,111,100,117,108,101,46,86,101,99,116,111,114,70,108,111,97,116,40,41,59,10,32,32,32,32,105,102,32,40,115,101,103,109,101,110,116,46,108,101,110,103,116,104,32,33,61,61,32,50,41,32,114,101,116,117,114,110,32,99,111,114,101,115,101,103,109,101,110,116,59,10,32,32,32,32,99,111,114,101,115,101,103,109,101,110,116,46,112,117,115,104,95,98,97,99,107,40,115,101,103,109,101,110,116,91,48,93,41,59,10,32,32,32,32,99,111,114,101,115,101,103,109,101,110,116,46,112,117,115,104,95,98,97,99,107,40,115,101,103,109,101,110,116,91,49,93,41,59,10,32,32,32,32,114,101,116,117,114,110,32,99,111,114,101,115,101,103,109,101,110,116,59,10,32,32,125,59,10,32,32,118,97,114,32,95,68,111,116,76,111,116,116,105,101,32,61,32,99,108,97,115,115,32,95,68,111,116,76,111,116,116,105,101,32,123,10,32,32,32,32,99,111,110,115,116,114,117,99,116,111,114,40,99,111,110,102,105,103,41,32,123,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,99,97,110,118,97,115,34,41,59,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,99,111,110,116,101,120,116,34,44,32,110,117,108,108,41,59,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,101,118,101,110,116,77,97,110,97,103,101,114,34,41,59,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,97,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,34,44,32,110,117,108,108,41,59,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,102,114,97,109,101,77,97,110,97,103,101,114,34,41,59,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,100,111,116,76,111,116,116,105,101,67,111,114,101,34,44,32,110,117,108,108,41,59,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,114,101,110,100,101,114,67,111,110,102,105,103,34,44,32,123,125,41,59,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,105,115,70,114,111,122,101,110,34,44,32,102,97,108,115,101,41,59,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,98,97,99,107,103,114,111,117,110,100,67,111,108,111,114,34,44,32,110,117,108,108,41,59,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,112,111,105,110,116,101,114,85,112,77,101,116,104,111,100,34,41,59,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,112,111,105,110,116,101,114,68,111,119,110,77,101,116,104,111,100,34,41,59,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,112,111,105,110,116,101,114,77,111,118,101,77,101,116,104,111,100,34,41,59,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,112,111,105,110,116,101,114,69,110,116,101,114,77,101,116,104,111,100,34,41,59,10,32,32,32,32,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,116,104,105,115,44,32,34,95,112,111,105,110,116,101,114,69,120,105,116,77,101,116,104,111,100,34,41,59,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,44,32,95,99,59,10,32,32,32,32,32,32,116,104,105,115,46,95,99,97,110,118,97,115,32,61,32,99,111,110,102,105,103,46,99,97,110,118,97,115,59,10,32,32,32,32,32,32,116,104,105,115,46,95,99,111,110,116,101,120,116,32,61,32,116,104,105,115,46,95,99,97,110,118,97,115,46,103,101,116,67,111,110,116,101,120,116,40,34,50,100,34,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,32,61,32,110,101,119,32,69,118,101,110,116,77,97,110,97,103,101,114,40,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,102,114,97,109,101,77,97,110,97,103,101,114,32,61,32,110,101,119,32,65,110,105,109,97,116,105,111,110,70,114,97,109,101,77,97,110,97,103,101,114,40,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,114,101,110,100,101,114,67,111,110,102,105,103,32,61,32,95,95,115,112,114,101,97,100,80,114,111,112,115,40,95,95,115,112,114,101,97,100,86,97,108,117,101,115,40,123,125,44,32,99,111,110,102,105,103,46,114,101,110,100,101,114,67,111,110,102,105,103,41,44,32,123,10,32,32,32,32,32,32,32,32,100,101,118,105,99,101,80,105,120,101,108,82,97,116,105,111,58,32,40,40,95,97,32,61,32,99,111,110,102,105,103,46,114,101,110,100,101,114,67,111,110,102,105,103,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,100,101,118,105,99,101,80,105,120,101,108,82,97,116,105,111,41,32,124,124,32,103,101,116,68,101,102,97,117,108,116,68,80,82,40,41,44,10,32,32,32,32,32,32,32,32,47,47,32,102,114,101,101,122,101,79,110,79,102,102,115,99,114,101,101,110,32,105,115,32,116,114,117,101,32,98,121,32,100,101,102,97,117,108,116,32,116,111,32,112,114,101,118,101,110,116,32,117,110,110,101,99,101,115,115,97,114,121,32,114,101,110,100,101,114,105,110,103,32,119,104,101,110,32,116,104,101,32,99,97,110,118,97,115,32,105,115,32,111,102,102,115,99,114,101,101,110,10,32,32,32,32,32,32,32,32,102,114,101,101,122,101,79,110,79,102,102,115,99,114,101,101,110,58,32,40,95,99,32,61,32,40,95,98,32,61,32,99,111,110,102,105,103,46,114,101,110,100,101,114,67,111,110,102,105,103,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,98,46,102,114,101,101,122,101,79,110,79,102,102,115,99,114,101,101,110,41,32,33,61,32,110,117,108,108,32,63,32,95,99,32,58,32,116,114,117,101,10,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,68,111,116,76,111,116,116,105,101,87,97,115,109,76,111,97,100,101,114,46,108,111,97,100,40,41,46,116,104,101,110,40,40,109,111,100,117,108,101,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,118,97,114,32,95,97,50,44,32,95,98,50,44,32,95,99,50,44,32,95,100,44,32,95,101,44,32,95,102,44,32,95,103,44,32,95,104,59,10,32,32,32,32,32,32,32,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,32,61,32,109,111,100,117,108,101,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,32,110,101,119,32,109,111,100,117,108,101,46,68,111,116,76,111,116,116,105,101,80,108,97,121,101,114,40,123,10,32,32,32,32,32,32,32,32,32,32,116,104,101,109,101,73,100,58,32,40,95,97,50,32,61,32,99,111,110,102,105,103,46,116,104,101,109,101,73,100,41,32,33,61,32,110,117,108,108,32,63,32,95,97,50,32,58,32,34,34,44,10,32,32,32,32,32,32,32,32,32,32,97,117,116,111,112,108,97,121,58,32,40,95,98,50,32,61,32,99,111,110,102,105,103,46,97,117,116,111,112,108,97,121,41,32,33,61,32,110,117,108,108,32,63,32,95,98,50,32,58,32,102,97,108,115,101,44,10,32,32,32,32,32,32,32,32,32,32,98,97,99,107,103,114,111,117,110,100,67,111,108,111,114,58,32,48,44,10,32,32,32,32,32,32,32,32,32,32,108,111,111,112,65,110,105,109,97,116,105,111,110,58,32,40,95,99,50,32,61,32,99,111,110,102,105,103,46,108,111,111,112,41,32,33,61,32,110,117,108,108,32,63,32,95,99,50,32,58,32,102,97,108,115,101,44,10,32,32,32,32,32,32,32,32,32,32,109,111,100,101,58,32,99,114,101,97,116,101,67,111,114,101,77,111,100,101,40,40,95,100,32,61,32,99,111,110,102,105,103,46,109,111,100,101,41,32,33,61,32,110,117,108,108,32,63,32,95,100,32,58,32,34,102,111,114,119,97,114,100,34,44,32,109,111,100,117,108,101,41,44,10,32,32,32,32,32,32,32,32,32,32,115,101,103,109,101,110,116,58,32,99,114,101,97,116,101,67,111,114,101,83,101,103,109,101,110,116,40,40,95,101,32,61,32,99,111,110,102,105,103,46,115,101,103,109,101,110,116,41,32,33,61,32,110,117,108,108,32,63,32,95,101,32,58,32,91,93,44,32,109,111,100,117,108,101,41,44,10,32,32,32,32,32,32,32,32,32,32,115,112,101,101,100,58,32,40,95,102,32,61,32,99,111,110,102,105,103,46,115,112,101,101,100,41,32,33,61,32,110,117,108,108,32,63,32,95,102,32,58,32,49,44,10,32,32,32,32,32,32,32,32,32,32,117,115,101,70,114,97,109,101,73,110,116,101,114,112,111,108,97,116,105,111,110,58,32,40,95,103,32,61,32,99,111,110,102,105,103,46,117,115,101,70,114,97,109,101,73,110,116,101,114,112,111,108,97,116,105,111,110,41,32,33,61,32,110,117,108,108,32,63,32,95,103,32,58,32,116,114,117,101,44,10,32,32,32,32,32,32,32,32,32,32,109,97,114,107,101,114,58,32,40,95,104,32,61,32,99,111,110,102,105,103,46,109,97,114,107,101,114,41,32,33,61,32,110,117,108,108,32,63,32,95,104,32,58,32,34,34,44,10,32,32,32,32,32,32,32,32,32,32,108,97,121,111,117,116,58,32,99,111,110,102,105,103,46,108,97,121,111,117,116,32,63,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,97,108,105,103,110,58,32,99,114,101,97,116,101,67,111,114,101,65,108,105,103,110,40,99,111,110,102,105,103,46,108,97,121,111,117,116,46,97,108,105,103,110,44,32,109,111,100,117,108,101,41,44,10,32,32,32,32,32,32,32,32,32,32,32,32,102,105,116,58,32,99,114,101,97,116,101,67,111,114,101,70,105,116,40,99,111,110,102,105,103,46,108,97,121,111,117,116,46,102,105,116,44,32,109,111,100,117,108,101,41,10,32,32,32,32,32,32,32,32,32,32,125,32,58,32,109,111,100,117,108,101,46,99,114,101,97,116,101,68,101,102,97,117,108,116,76,97,121,111,117,116,40,41,10,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,32,116,121,112,101,58,32,34,114,101,97,100,121,34,32,125,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,99,111,110,102,105,103,46,100,97,116,97,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,108,111,97,100,70,114,111,109,68,97,116,97,40,99,111,110,102,105,103,46,100,97,116,97,41,59,10,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,99,111,110,102,105,103,46,115,114,99,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,108,111,97,100,70,114,111,109,83,114,99,40,99,111,110,102,105,103,46,115,114,99,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,105,102,32,40,99,111,110,102,105,103,46,98,97,99,107,103,114,111,117,110,100,67,111,108,111,114,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,115,101,116,66,97,99,107,103,114,111,117,110,100,67,111,108,111,114,40,99,111,110,102,105,103,46,98,97,99,107,103,114,111,117,110,100,67,111,108,111,114,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,41,46,99,97,116,99,104,40,40,101,114,114,111,114,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,10,32,32,32,32,32,32,32,32,32,32,116,121,112,101,58,32,34,108,111,97,100,69,114,114,111,114,34,44,10,32,32,32,32,32,32,32,32,32,32,101,114,114,111,114,58,32,110,101,119,32,69,114,114,111,114,40,96,70,97,105,108,101,100,32,116,111,32,108,111,97,100,32,119,97,115,109,32,109,111,100,117,108,101,58,32,36,123,101,114,114,111,114,125,96,41,10,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,112,111,105,110,116,101,114,85,112,77,101,116,104,111,100,32,61,32,116,104,105,115,46,95,111,110,80,111,105,110,116,101,114,85,112,46,98,105,110,100,40,116,104,105,115,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,112,111,105,110,116,101,114,68,111,119,110,77,101,116,104,111,100,32,61,32,116,104,105,115,46,95,111,110,80,111,105,110,116,101,114,68,111,119,110,46,98,105,110,100,40,116,104,105,115,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,112,111,105,110,116,101,114,77,111,118,101,77,101,116,104,111,100,32,61,32,116,104,105,115,46,95,111,110,80,111,105,110,116,101,114,77,111,118,101,46,98,105,110,100,40,116,104,105,115,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,112,111,105,110,116,101,114,69,110,116,101,114,77,101,116,104,111,100,32,61,32,116,104,105,115,46,95,111,110,80,111,105,110,116,101,114,69,110,116,101,114,46,98,105,110,100,40,116,104,105,115,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,112,111,105,110,116,101,114,69,120,105,116,77,101,116,104,111,100,32,61,32,116,104,105,115,46,95,111,110,80,111,105,110,116,101,114,76,101,97,118,101,46,98,105,110,100,40,116,104,105,115,41,59,10,32,32,32,32,125,10,32,32,32,32,95,100,105,115,112,97,116,99,104,69,114,114,111,114,40,109,101,115,115,97,103,101,41,32,123,10,32,32,32,32,32,32,99,111,110,115,111,108,101,46,101,114,114,111,114,40,109,101,115,115,97,103,101,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,32,116,121,112,101,58,32,34,108,111,97,100,69,114,114,111,114,34,44,32,101,114,114,111,114,58,32,110,101,119,32,69,114,114,111,114,40,109,101,115,115,97,103,101,41,32,125,41,59,10,32,32,32,32,125,10,32,32,32,32,95,102,101,116,99,104,68,97,116,97,40,115,114,99,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,95,95,97,115,121,110,99,40,116,104,105,115,44,32,110,117,108,108,44,32,102,117,110,99,116,105,111,110,42,32,40,41,32,123,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,112,111,110,115,101,32,61,32,121,105,101,108,100,32,102,101,116,99,104,40,115,114,99,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,33,114,101,115,112,111,110,115,101,46,111,107,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,70,97,105,108,101,100,32,116,111,32,102,101,116,99,104,32,97,110,105,109,97,116,105,111,110,32,100,97,116,97,32,102,114,111,109,32,85,82,76,58,32,36,123,115,114,99,125,46,32,36,123,114,101,115,112,111,110,115,101,46,115,116,97,116,117,115,125,58,32,36,123,114,101,115,112,111,110,115,101,46,115,116,97,116,117,115,84,101,120,116,125,96,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,100,97,116,97,32,61,32,121,105,101,108,100,32,114,101,115,112,111,110,115,101,46,97,114,114,97,121,66,117,102,102,101,114,40,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,105,115,68,111,116,76,111,116,116,105,101,40,100,97,116,97,41,41,32,123,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,100,97,116,97,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,110,101,119,32,84,101,120,116,68,101,99,111,100,101,114,40,41,46,100,101,99,111,100,101,40,100,97,116,97,41,59,10,32,32,32,32,32,32,125,41,59,10,32,32,32,32,125,10,32,32,32,32,95,108,111,97,100,70,114,111,109,68,97,116,97,40,100,97,116,97,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,99,111,110,115,116,32,119,105,100,116,104,32,61,32,116,104,105,115,46,95,99,97,110,118,97,115,46,119,105,100,116,104,59,10,32,32,32,32,32,32,99,111,110,115,116,32,104,101,105,103,104,116,32,61,32,116,104,105,115,46,95,99,97,110,118,97,115,46,104,101,105,103,104,116,59,10,32,32,32,32,32,32,108,101,116,32,108,111,97,100,101,100,32,61,32,102,97,108,115,101,59,10,32,32,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,100,97,116,97,32,61,61,61,32,34,115,116,114,105,110,103,34,41,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,33,105,115,76,111,116,116,105,101,40,100,97,116,97,41,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,100,105,115,112,97,116,99,104,69,114,114,111,114,40,10,32,32,32,32,32,32,32,32,32,32,32,32,34,73,110,118,97,108,105,100,32,76,111,116,116,105,101,32,74,83,79,78,32,115,116,114,105,110,103,58,32,84,104,101,32,112,114,111,118,105,100,101,100,32,115,116,114,105,110,103,32,100,111,101,115,32,110,111,116,32,99,111,110,102,111,114,109,32,116,111,32,116,104,101,32,76,111,116,116,105,101,32,74,83,79,78,32,102,111,114,109,97,116,46,34,10,32,32,32,32,32,32,32,32,32,32,41,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,108,111,97,100,101,100,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,108,111,97,100,65,110,105,109,97,116,105,111,110,68,97,116,97,40,100,97,116,97,44,32,119,105,100,116,104,44,32,104,101,105,103,104,116,41,59,10,32,32,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,100,97,116,97,32,105,110,115,116,97,110,99,101,111,102,32,65,114,114,97,121,66,117,102,102,101,114,41,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,33,105,115,68,111,116,76,111,116,116,105,101,40,100,97,116,97,41,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,100,105,115,112,97,116,99,104,69,114,114,111,114,40,10,32,32,32,32,32,32,32,32,32,32,32,32,34,73,110,118,97,108,105,100,32,100,111,116,76,111,116,116,105,101,32,65,114,114,97,121,66,117,102,102,101,114,58,32,84,104,101,32,112,114,111,118,105,100,101,100,32,65,114,114,97,121,66,117,102,102,101,114,32,100,111,101,115,32,110,111,116,32,99,111,110,102,111,114,109,32,116,111,32,116,104,101,32,100,111,116,76,111,116,116,105,101,32,102,111,114,109,97,116,46,34,10,32,32,32,32,32,32,32,32,32,32,41,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,108,111,97,100,101,100,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,108,111,97,100,68,111,116,76,111,116,116,105,101,68,97,116,97,40,100,97,116,97,44,32,119,105,100,116,104,44,32,104,101,105,103,104,116,41,59,10,32,32,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,116,121,112,101,111,102,32,100,97,116,97,32,61,61,61,32,34,111,98,106,101,99,116,34,41,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,33,105,115,76,111,116,116,105,101,40,100,97,116,97,41,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,100,105,115,112,97,116,99,104,69,114,114,111,114,40,10,32,32,32,32,32,32,32,32,32,32,32,32,34,73,110,118,97,108,105,100,32,76,111,116,116,105,101,32,74,83,79,78,32,111,98,106,101,99,116,58,32,84,104,101,32,112,114,111,118,105,100,101,100,32,111,98,106,101,99,116,32,100,111,101,115,32,110,111,116,32,99,111,110,102,111,114,109,32,116,111,32,116,104,101,32,76,111,116,116,105,101,32,74,83,79,78,32,102,111,114,109,97,116,46,34,10,32,32,32,32,32,32,32,32,32,32,41,59,10,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,108,111,97,100,101,100,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,108,111,97,100,65,110,105,109,97,116,105,111,110,68,97,116,97,40,74,83,79,78,46,115,116,114,105,110,103,105,102,121,40,100,97,116,97,41,44,32,119,105,100,116,104,44,32,104,101,105,103,104,116,41,59,10,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,100,105,115,112,97,116,99,104,69,114,114,111,114,40,10,32,32,32,32,32,32,32,32,32,32,96,85,110,115,117,112,112,111,114,116,101,100,32,100,97,116,97,32,116,121,112,101,32,102,111,114,32,97,110,105,109,97,116,105,111,110,32,100,97,116,97,46,32,69,120,112,101,99,116,101,100,58,32,10,32,32,32,32,32,32,32,32,32,32,45,32,115,116,114,105,110,103,32,40,76,111,116,116,105,101,32,74,83,79,78,41,44,10,32,32,32,32,32,32,32,32,32,32,45,32,65,114,114,97,121,66,117,102,102,101,114,32,40,100,111,116,76,111,116,116,105,101,41,44,10,32,32,32,32,32,32,32,32,32,32,45,32,111,98,106,101,99,116,32,40,76,111,116,116,105,101,32,74,83,79,78,41,46,32,10,32,32,32,32,32,32,32,32,32,32,82,101,99,101,105,118,101,100,58,32,36,123,116,121,112,101,111,102,32,100,97,116,97,125,96,10,32,32,32,32,32,32,32,32,41,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,102,32,40,108,111,97,100,101,100,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,32,116,121,112,101,58,32,34,108,111,97,100,34,32,125,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,73,83,95,66,82,79,87,83,69,82,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,114,101,115,105,122,101,40,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,10,32,32,32,32,32,32,32,32,32,32,116,121,112,101,58,32,34,102,114,97,109,101,34,44,10,32,32,32,32,32,32,32,32,32,32,99,117,114,114,101,110,116,70,114,97,109,101,58,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,99,117,114,114,101,110,116,70,114,97,109,101,40,41,10,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,114,101,110,100,101,114,40,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,99,111,110,102,105,103,40,41,46,97,117,116,111,112,108,97,121,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,112,108,97,121,40,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,105,115,80,108,97,121,105,110,103,40,41,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,32,116,121,112,101,58,32,34,112,108,97,121,34,32,125,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,97,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,32,61,32,116,104,105,115,46,95,102,114,97,109,101,77,97,110,97,103,101,114,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,116,104,105,115,46,95,100,114,97,119,46,98,105,110,100,40,116,104,105,115,41,41,59,10,32,32,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,99,111,110,115,111,108,101,46,101,114,114,111,114,40,34,115,111,109,101,116,104,105,110,103,32,119,101,110,116,32,119,114,111,110,103,44,32,116,104,101,32,97,110,105,109,97,116,105,111,110,32,119,97,115,32,115,117,112,112,111,115,101,32,116,111,32,97,117,116,111,112,108,97,121,34,41,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,105,102,32,40,73,83,95,66,82,79,87,83,69,82,32,38,38,32,116,104,105,115,46,95,99,97,110,118,97,115,32,105,110,115,116,97,110,99,101,111,102,32,72,84,77,76,67,97,110,118,97,115,69,108,101,109,101,110,116,41,32,123,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,114,101,110,100,101,114,67,111,110,102,105,103,46,102,114,101,101,122,101,79,110,79,102,102,115,99,114,101,101,110,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,79,102,102,115,99,114,101,101,110,79,98,115,101,114,118,101,114,46,111,98,115,101,114,118,101,40,116,104,105,115,46,95,99,97,110,118,97,115,44,32,116,104,105,115,41,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,114,101,110,100,101,114,67,111,110,102,105,103,46,97,117,116,111,82,101,115,105,122,101,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,67,97,110,118,97,115,82,101,115,105,122,101,79,98,115,101,114,118,101,114,46,111,98,115,101,114,118,101,40,116,104,105,115,46,95,99,97,110,118,97,115,44,32,116,104,105,115,41,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,100,105,115,112,97,116,99,104,69,114,114,111,114,40,34,70,97,105,108,101,100,32,116,111,32,108,111,97,100,32,97,110,105,109,97,116,105,111,110,32,100,97,116,97,34,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,32,32,95,108,111,97,100,70,114,111,109,83,114,99,40,115,114,99,41,32,123,10,32,32,32,32,32,32,116,104,105,115,46,95,102,101,116,99,104,68,97,116,97,40,115,114,99,41,46,116,104,101,110,40,40,100,97,116,97,41,32,61,62,32,116,104,105,115,46,95,108,111,97,100,70,114,111,109,68,97,116,97,40,100,97,116,97,41,41,46,99,97,116,99,104,40,40,101,114,114,111,114,41,32,61,62,32,116,104,105,115,46,95,100,105,115,112,97,116,99,104,69,114,114,111,114,40,96,70,97,105,108,101,100,32,116,111,32,108,111,97,100,32,97,110,105,109,97,116,105,111,110,32,100,97,116,97,32,102,114,111,109,32,85,82,76,58,32,36,123,115,114,99,125,46,32,36,123,101,114,114,111,114,125,96,41,41,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,97,99,116,105,118,101,65,110,105,109,97,116,105,111,110,73,100,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,97,99,116,105,118,101,65,110,105,109,97,116,105,111,110,73,100,40,41,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,97,99,116,105,118,101,84,104,101,109,101,73,100,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,97,99,116,105,118,101,84,104,101,109,101,73,100,40,41,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,108,97,121,111,117,116,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,32,32,99,111,110,115,116,32,108,97,121,111,117,116,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,99,111,110,102,105,103,40,41,46,108,97,121,111,117,116,59,10,32,32,32,32,32,32,105,102,32,40,108,97,121,111,117,116,41,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,123,10,32,32,32,32,32,32,32,32,32,32,97,108,105,103,110,58,32,91,108,97,121,111,117,116,46,97,108,105,103,110,46,103,101,116,40,48,41,44,32,108,97,121,111,117,116,46,97,108,105,103,110,46,103,101,116,40,49,41,93,44,10,32,32,32,32,32,32,32,32,32,32,102,105,116,58,32,40,40,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,118,97,114,32,95,97,50,44,32,95,98,44,32,95,99,44,32,95,100,44,32,95,101,44,32,95,102,59,10,32,32,32,32,32,32,32,32,32,32,32,32,115,119,105,116,99,104,32,40,108,97,121,111,117,116,46,102,105,116,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,40,40,95,97,50,32,61,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,50,46,70,105,116,46,67,111,110,116,97,105,110,41,58,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,34,99,111,110,116,97,105,110,34,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,40,40,95,98,32,61,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,98,46,70,105,116,46,67,111,118,101,114,41,58,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,34,99,111,118,101,114,34,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,40,40,95,99,32,61,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,99,46,70,105,116,46,70,105,108,108,41,58,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,34,102,105,108,108,34,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,40,40,95,100,32,61,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,100,46,70,105,116,46,70,105,116,72,101,105,103,104,116,41,58,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,34,102,105,116,45,104,101,105,103,104,116,34,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,40,40,95,101,32,61,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,101,46,70,105,116,46,70,105,116,87,105,100,116,104,41,58,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,34,102,105,116,45,119,105,100,116,104,34,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,99,97,115,101,32,40,40,95,102,32,61,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,102,46,70,105,116,46,78,111,110,101,41,58,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,34,110,111,110,101,34,59,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,100,101,102,97,117,108,116,58,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,34,99,111,110,116,97,105,110,34,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,125,41,40,41,10,32,32,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,118,111,105,100,32,48,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,109,97,114,107,101,114,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,32,32,99,111,110,115,116,32,109,97,114,107,101,114,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,99,111,110,102,105,103,40,41,46,109,97,114,107,101,114,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,109,97,114,107,101,114,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,109,97,110,105,102,101,115,116,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,109,97,110,105,102,101,115,116,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,109,97,110,105,102,101,115,116,83,116,114,105,110,103,40,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,32,124,124,32,33,109,97,110,105,102,101,115,116,41,32,114,101,116,117,114,110,32,110,117,108,108,59,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,109,97,110,105,102,101,115,116,74,115,111,110,32,61,32,74,83,79,78,46,112,97,114,115,101,40,109,97,110,105,102,101,115,116,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,79,98,106,101,99,116,46,107,101,121,115,40,109,97,110,105,102,101,115,116,74,115,111,110,41,46,108,101,110,103,116,104,32,61,61,61,32,48,41,32,114,101,116,117,114,110,32,110,117,108,108,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,109,97,110,105,102,101,115,116,74,115,111,110,59,10,32,32,32,32,32,32,125,32,99,97,116,99,104,32,40,95,101,114,114,41,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,110,117,108,108,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,114,101,110,100,101,114,67,111,110,102,105,103,40,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,95,114,101,110,100,101,114,67,111,110,102,105,103,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,115,101,103,109,101,110,116,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,32,32,99,111,110,115,116,32,115,101,103,109,101,110,116,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,99,111,110,102,105,103,40,41,46,115,101,103,109,101,110,116,59,10,32,32,32,32,32,32,105,102,32,40,115,101,103,109,101,110,116,32,38,38,32,115,101,103,109,101,110,116,46,115,105,122,101,40,41,32,61,61,61,32,50,41,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,91,115,101,103,109,101,110,116,46,103,101,116,40,48,41,44,32,115,101,103,109,101,110,116,46,103,101,116,40,49,41,93,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,118,111,105,100,32,48,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,108,111,111,112,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,99,111,110,102,105,103,40,41,46,108,111,111,112,65,110,105,109,97,116,105,111,110,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,102,97,108,115,101,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,109,111,100,101,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,44,32,95,99,44,32,95,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,109,111,100,101,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,99,111,110,102,105,103,40,41,46,109,111,100,101,59,10,32,32,32,32,32,32,105,102,32,40,109,111,100,101,32,61,61,61,32,40,40,95,98,32,61,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,98,46,77,111,100,101,46,82,101,118,101,114,115,101,41,41,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,34,114,101,118,101,114,115,101,34,59,10,32,32,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,109,111,100,101,32,61,61,61,32,40,40,95,99,32,61,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,99,46,77,111,100,101,46,66,111,117,110,99,101,41,41,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,34,98,111,117,110,99,101,34,59,10,32,32,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,109,111,100,101,32,61,61,61,32,40,40,95,100,32,61,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,100,46,77,111,100,101,46,82,101,118,101,114,115,101,66,111,117,110,99,101,41,41,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,34,114,101,118,101,114,115,101,45,98,111,117,110,99,101,34,59,10,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,34,102,111,114,119,97,114,100,34,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,105,115,70,114,111,122,101,110,40,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,95,105,115,70,114,111,122,101,110,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,98,97,99,107,103,114,111,117,110,100,67,111,108,111,114,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,97,32,61,32,116,104,105,115,46,95,98,97,99,107,103,114,111,117,110,100,67,111,108,111,114,41,32,33,61,32,110,117,108,108,32,63,32,95,97,32,58,32,34,34,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,97,117,116,111,112,108,97,121,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,99,111,110,102,105,103,40,41,46,97,117,116,111,112,108,97,121,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,102,97,108,115,101,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,117,115,101,70,114,97,109,101,73,110,116,101,114,112,111,108,97,116,105,111,110,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,99,111,110,102,105,103,40,41,46,117,115,101,70,114,97,109,101,73,110,116,101,114,112,111,108,97,116,105,111,110,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,102,97,108,115,101,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,115,112,101,101,100,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,99,111,110,102,105,103,40,41,46,115,112,101,101,100,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,48,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,105,115,82,101,97,100,121,40,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,33,61,61,32,110,117,108,108,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,105,115,76,111,97,100,101,100,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,105,115,76,111,97,100,101,100,40,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,102,97,108,115,101,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,105,115,80,108,97,121,105,110,103,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,105,115,80,108,97,121,105,110,103,40,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,102,97,108,115,101,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,105,115,80,97,117,115,101,100,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,105,115,80,97,117,115,101,100,40,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,102,97,108,115,101,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,105,115,83,116,111,112,112,101,100,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,105,115,83,116,111,112,112,101,100,40,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,102,97,108,115,101,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,99,117,114,114,101,110,116,70,114,97,109,101,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,99,117,114,114,101,110,116,70,114,97,109,101,40,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,48,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,108,111,111,112,67,111,117,110,116,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,108,111,111,112,67,111,117,110,116,40,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,48,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,116,111,116,97,108,70,114,97,109,101,115,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,116,111,116,97,108,70,114,97,109,101,115,40,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,48,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,100,117,114,97,116,105,111,110,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,100,117,114,97,116,105,111,110,40,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,48,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,115,101,103,109,101,110,116,68,117,114,97,116,105,111,110,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,115,101,103,109,101,110,116,68,117,114,97,116,105,111,110,40,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,48,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,32,99,97,110,118,97,115,40,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,95,99,97,110,118,97,115,59,10,32,32,32,32,125,10,32,32,32,32,108,111,97,100,40,99,111,110,102,105,103,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,44,32,95,99,44,32,95,100,44,32,95,101,44,32,95,102,44,32,95,103,44,32,95,104,44,32,95,105,59,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,32,124,124,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,97,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,32,33,61,61,32,110,117,108,108,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,102,114,97,109,101,77,97,110,97,103,101,114,46,99,97,110,99,101,108,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,116,104,105,115,46,95,97,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,41,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,97,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,32,61,32,110,117,108,108,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,115,101,116,67,111,110,102,105,103,40,123,10,32,32,32,32,32,32,32,32,116,104,101,109,101,73,100,58,32,40,95,97,32,61,32,99,111,110,102,105,103,46,116,104,101,109,101,73,100,41,32,33,61,32,110,117,108,108,32,63,32,95,97,32,58,32,34,34,44,10,32,32,32,32,32,32,32,32,97,117,116,111,112,108,97,121,58,32,40,95,98,32,61,32,99,111,110,102,105,103,46,97,117,116,111,112,108,97,121,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,102,97,108,115,101,44,10,32,32,32,32,32,32,32,32,98,97,99,107,103,114,111,117,110,100,67,111,108,111,114,58,32,48,44,10,32,32,32,32,32,32,32,32,108,111,111,112,65,110,105,109,97,116,105,111,110,58,32,40,95,99,32,61,32,99,111,110,102,105,103,46,108,111,111,112,41,32,33,61,32,110,117,108,108,32,63,32,95,99,32,58,32,102,97,108,115,101,44,10,32,32,32,32,32,32,32,32,109,111,100,101,58,32,99,114,101,97,116,101,67,111,114,101,77,111,100,101,40,40,95,100,32,61,32,99,111,110,102,105,103,46,109,111,100,101,41,32,33,61,32,110,117,108,108,32,63,32,95,100,32,58,32,34,102,111,114,119,97,114,100,34,44,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,44,10,32,32,32,32,32,32,32,32,115,101,103,109,101,110,116,58,32,99,114,101,97,116,101,67,111,114,101,83,101,103,109,101,110,116,40,40,95,101,32,61,32,99,111,110,102,105,103,46,115,101,103,109,101,110,116,41,32,33,61,32,110,117,108,108,32,63,32,95,101,32,58,32,91,93,44,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,44,10,32,32,32,32,32,32,32,32,115,112,101,101,100,58,32,40,95,102,32,61,32,99,111,110,102,105,103,46,115,112,101,101,100,41,32,33,61,32,110,117,108,108,32,63,32,95,102,32,58,32,49,44,10,32,32,32,32,32,32,32,32,117,115,101,70,114,97,109,101,73,110,116,101,114,112,111,108,97,116,105,111,110,58,32,40,95,103,32,61,32,99,111,110,102,105,103,46,117,115,101,70,114,97,109,101,73,110,116,101,114,112,111,108,97,116,105,111,110,41,32,33,61,32,110,117,108,108,32,63,32,95,103,32,58,32,116,114,117,101,44,10,32,32,32,32,32,32,32,32,109,97,114,107,101,114,58,32,40,95,104,32,61,32,99,111,110,102,105,103,46,109,97,114,107,101,114,41,32,33,61,32,110,117,108,108,32,63,32,95,104,32,58,32,34,34,44,10,32,32,32,32,32,32,32,32,108,97,121,111,117,116,58,32,99,111,110,102,105,103,46,108,97,121,111,117,116,32,63,32,123,10,32,32,32,32,32,32,32,32,32,32,97,108,105,103,110,58,32,99,114,101,97,116,101,67,111,114,101,65,108,105,103,110,40,99,111,110,102,105,103,46,108,97,121,111,117,116,46,97,108,105,103,110,44,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,44,10,32,32,32,32,32,32,32,32,32,32,102,105,116,58,32,99,114,101,97,116,101,67,111,114,101,70,105,116,40,99,111,110,102,105,103,46,108,97,121,111,117,116,46,102,105,116,44,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,10,32,32,32,32,32,32,32,32,125,32,58,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,46,99,114,101,97,116,101,68,101,102,97,117,108,116,76,97,121,111,117,116,40,41,10,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,105,102,32,40,99,111,110,102,105,103,46,100,97,116,97,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,108,111,97,100,70,114,111,109,68,97,116,97,40,99,111,110,102,105,103,46,100,97,116,97,41,59,10,32,32,32,32,32,32,125,32,101,108,115,101,32,105,102,32,40,99,111,110,102,105,103,46,115,114,99,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,108,111,97,100,70,114,111,109,83,114,99,40,99,111,110,102,105,103,46,115,114,99,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,116,104,105,115,46,115,101,116,66,97,99,107,103,114,111,117,110,100,67,111,108,111,114,40,40,95,105,32,61,32,99,111,110,102,105,103,46,98,97,99,107,103,114,111,117,110,100,67,111,108,111,114,41,32,33,61,32,110,117,108,108,32,63,32,95,105,32,58,32,34,34,41,59,10,32,32,32,32,125,10,32,32,32,32,95,114,101,110,100,101,114,40,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,32,124,124,32,116,104,105,115,46,95,99,111,110,116,101,120,116,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,32,102,97,108,115,101,59,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,110,100,101,114,101,100,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,114,101,110,100,101,114,40,41,59,10,32,32,32,32,32,32,105,102,32,40,114,101,110,100,101,114,101,100,41,32,123,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,98,117,102,102,101,114,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,98,117,102,102,101,114,40,41,59,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,99,108,97,109,112,101,100,66,117,102,102,101,114,32,61,32,110,101,119,32,85,105,110,116,56,67,108,97,109,112,101,100,65,114,114,97,121,40,98,117,102,102,101,114,44,32,48,44,32,116,104,105,115,46,95,99,97,110,118,97,115,46,119,105,100,116,104,32,42,32,116,104,105,115,46,95,99,97,110,118,97,115,46,104,101,105,103,104,116,32,42,32,52,41,59,10,32,32,32,32,32,32,32,32,108,101,116,32,105,109,97,103,101,68,97,116,97,32,61,32,110,117,108,108,59,10,32,32,32,32,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,73,109,97,103,101,68,97,116,97,32,61,61,61,32,34,117,110,100,101,102,105,110,101,100,34,41,32,123,10,32,32,32,32,32,32,32,32,32,32,105,109,97,103,101,68,97,116,97,32,61,32,116,104,105,115,46,95,99,111,110,116,101,120,116,46,99,114,101,97,116,101,73,109,97,103,101,68,97,116,97,40,116,104,105,115,46,95,99,97,110,118,97,115,46,119,105,100,116,104,44,32,116,104,105,115,46,95,99,97,110,118,97,115,46,104,101,105,103,104,116,41,59,10,32,32,32,32,32,32,32,32,32,32,105,109,97,103,101,68,97,116,97,46,100,97,116,97,46,115,101,116,40,99,108,97,109,112,101,100,66,117,102,102,101,114,41,59,10,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,105,109,97,103,101,68,97,116,97,32,61,32,110,101,119,32,73,109,97,103,101,68,97,116,97,40,99,108,97,109,112,101,100,66,117,102,102,101,114,44,32,116,104,105,115,46,95,99,97,110,118,97,115,46,119,105,100,116,104,44,32,116,104,105,115,46,95,99,97,110,118,97,115,46,104,101,105,103,104,116,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,99,111,110,116,101,120,116,46,112,117,116,73,109,97,103,101,68,97,116,97,40,105,109,97,103,101,68,97,116,97,44,32,48,44,32,48,41,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,10,32,32,32,32,32,32,32,32,32,32,116,121,112,101,58,32,34,114,101,110,100,101,114,34,44,10,32,32,32,32,32,32,32,32,32,32,99,117,114,114,101,110,116,70,114,97,109,101,58,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,99,117,114,114,101,110,116,70,114,97,109,101,40,41,10,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,116,114,117,101,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,102,97,108,115,101,59,10,32,32,32,32,125,10,32,32,32,32,95,100,114,97,119,40,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,32,124,124,32,116,104,105,115,46,95,99,111,110,116,101,120,116,32,61,61,61,32,110,117,108,108,32,124,124,32,33,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,105,115,80,108,97,121,105,110,103,40,41,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,99,111,110,115,116,32,110,101,120,116,70,114,97,109,101,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,114,101,113,117,101,115,116,70,114,97,109,101,40,41,59,10,32,32,32,32,32,32,99,111,110,115,116,32,117,112,100,97,116,101,100,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,115,101,116,70,114,97,109,101,40,110,101,120,116,70,114,97,109,101,41,59,10,32,32,32,32,32,32,105,102,32,40,117,112,100,97,116,101,100,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,10,32,32,32,32,32,32,32,32,32,32,116,121,112,101,58,32,34,102,114,97,109,101,34,44,10,32,32,32,32,32,32,32,32,32,32,99,117,114,114,101,110,116,70,114,97,109,101,58,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,99,117,114,114,101,110,116,70,114,97,109,101,40,41,10,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,114,101,110,100,101,114,101,100,32,61,32,116,104,105,115,46,95,114,101,110,100,101,114,40,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,114,101,110,100,101,114,101,100,41,32,123,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,105,115,67,111,109,112,108,101,116,101,40,41,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,99,111,110,102,105,103,40,41,46,108,111,111,112,65,110,105,109,97,116,105,111,110,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,121,112,101,58,32,34,108,111,111,112,34,44,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,108,111,111,112,67,111,117,110,116,58,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,108,111,111,112,67,111,117,110,116,40,41,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,32,116,121,112,101,58,32,34,99,111,109,112,108,101,116,101,34,32,125,41,59,10,32,32,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,116,104,105,115,46,95,97,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,32,61,32,116,104,105,115,46,95,102,114,97,109,101,77,97,110,97,103,101,114,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,116,104,105,115,46,95,100,114,97,119,46,98,105,110,100,40,116,104,105,115,41,41,59,10,32,32,32,32,125,10,32,32,32,32,112,108,97,121,40,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,99,111,110,115,116,32,111,107,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,112,108,97,121,40,41,59,10,32,32,32,32,32,32,105,102,32,40,111,107,32,124,124,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,105,115,80,108,97,121,105,110,103,40,41,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,105,115,70,114,111,122,101,110,32,61,32,102,97,108,115,101,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,32,116,121,112,101,58,32,34,112,108,97,121,34,32,125,41,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,97,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,32,61,32,116,104,105,115,46,95,102,114,97,109,101,77,97,110,97,103,101,114,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,116,104,105,115,46,95,100,114,97,119,46,98,105,110,100,40,116,104,105,115,41,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,102,32,40,73,83,95,66,82,79,87,83,69,82,32,38,38,32,116,104,105,115,46,95,99,97,110,118,97,115,32,105,110,115,116,97,110,99,101,111,102,32,72,84,77,76,67,97,110,118,97,115,69,108,101,109,101,110,116,32,38,38,32,116,104,105,115,46,95,114,101,110,100,101,114,67,111,110,102,105,103,46,102,114,101,101,122,101,79,110,79,102,102,115,99,114,101,101,110,32,38,38,32,33,105,115,69,108,101,109,101,110,116,73,110,86,105,101,119,112,111,114,116,40,116,104,105,115,46,95,99,97,110,118,97,115,41,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,102,114,101,101,122,101,40,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,32,32,112,97,117,115,101,40,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,99,111,110,115,116,32,111,107,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,112,97,117,115,101,40,41,59,10,32,32,32,32,32,32,105,102,32,40,111,107,32,124,124,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,105,115,80,97,117,115,101,100,40,41,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,32,116,121,112,101,58,32,34,112,97,117,115,101,34,32,125,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,32,32,115,116,111,112,40,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,99,111,110,115,116,32,111,107,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,115,116,111,112,40,41,59,10,32,32,32,32,32,32,105,102,32,40,111,107,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,32,116,121,112,101,58,32,34,102,114,97,109,101,34,44,32,99,117,114,114,101,110,116,70,114,97,109,101,58,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,99,117,114,114,101,110,116,70,114,97,109,101,40,41,32,125,41,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,114,101,110,100,101,114,40,41,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,32,116,121,112,101,58,32,34,115,116,111,112,34,32,125,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,32,32,115,101,116,70,114,97,109,101,40,102,114,97,109,101,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,105,102,32,40,102,114,97,109,101,32,60,32,48,32,124,124,32,102,114,97,109,101,32,62,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,116,111,116,97,108,70,114,97,109,101,115,40,41,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,99,111,110,115,116,32,111,107,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,115,101,101,107,40,102,114,97,109,101,41,59,10,32,32,32,32,32,32,105,102,32,40,111,107,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,32,116,121,112,101,58,32,34,102,114,97,109,101,34,44,32,99,117,114,114,101,110,116,70,114,97,109,101,58,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,99,117,114,114,101,110,116,70,114,97,109,101,40,41,32,125,41,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,114,101,110,100,101,114,40,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,32,32,115,101,116,83,112,101,101,100,40,115,112,101,101,100,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,115,101,116,67,111,110,102,105,103,40,95,95,115,112,114,101,97,100,80,114,111,112,115,40,95,95,115,112,114,101,97,100,86,97,108,117,101,115,40,123,125,44,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,99,111,110,102,105,103,40,41,41,44,32,123,10,32,32,32,32,32,32,32,32,115,112,101,101,100,10,32,32,32,32,32,32,125,41,41,59,10,32,32,32,32,125,10,32,32,32,32,115,101,116,66,97,99,107,103,114,111,117,110,100,67,111,108,111,114,40,99,111,108,111,114,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,105,102,32,40,73,83,95,66,82,79,87,83,69,82,32,38,38,32,116,104,105,115,46,95,99,97,110,118,97,115,32,105,110,115,116,97,110,99,101,111,102,32,72,84,77,76,67,97,110,118,97,115,69,108,101,109,101,110,116,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,99,97,110,118,97,115,46,115,116,121,108,101,46,98,97,99,107,103,114,111,117,110,100,67,111,108,111,114,32,61,32,99,111,108,111,114,59,10,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,115,101,116,67,111,110,102,105,103,40,95,95,115,112,114,101,97,100,80,114,111,112,115,40,95,95,115,112,114,101,97,100,86,97,108,117,101,115,40,123,125,44,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,99,111,110,102,105,103,40,41,41,44,32,123,10,32,32,32,32,32,32,32,32,32,32,98,97,99,107,103,114,111,117,110,100,67,111,108,111,114,58,32,104,101,120,83,116,114,105,110,103,84,111,82,71,66,65,73,110,116,40,99,111,108,111,114,41,10,32,32,32,32,32,32,32,32,125,41,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,116,104,105,115,46,95,98,97,99,107,103,114,111,117,110,100,67,111,108,111,114,32,61,32,99,111,108,111,114,59,10,32,32,32,32,125,10,32,32,32,32,115,101,116,76,111,111,112,40,108,111,111,112,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,115,101,116,67,111,110,102,105,103,40,95,95,115,112,114,101,97,100,80,114,111,112,115,40,95,95,115,112,114,101,97,100,86,97,108,117,101,115,40,123,125,44,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,99,111,110,102,105,103,40,41,41,44,32,123,10,32,32,32,32,32,32,32,32,108,111,111,112,65,110,105,109,97,116,105,111,110,58,32,108,111,111,112,10,32,32,32,32,32,32,125,41,41,59,10,32,32,32,32,125,10,32,32,32,32,115,101,116,85,115,101,70,114,97,109,101,73,110,116,101,114,112,111,108,97,116,105,111,110,40,117,115,101,70,114,97,109,101,73,110,116,101,114,112,111,108,97,116,105,111,110,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,115,101,116,67,111,110,102,105,103,40,95,95,115,112,114,101,97,100,80,114,111,112,115,40,95,95,115,112,114,101,97,100,86,97,108,117,101,115,40,123,125,44,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,99,111,110,102,105,103,40,41,41,44,32,123,10,32,32,32,32,32,32,32,32,117,115,101,70,114,97,109,101,73,110,116,101,114,112,111,108,97,116,105,111,110,10,32,32,32,32,32,32,125,41,41,59,10,32,32,32,32,125,10,32,32,32,32,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,116,121,112,101,44,32,108,105,115,116,101,110,101,114,41,32,123,10,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,116,121,112,101,44,32,108,105,115,116,101,110,101,114,41,59,10,32,32,32,32,125,10,32,32,32,32,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,116,121,112,101,44,32,108,105,115,116,101,110,101,114,41,32,123,10,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,116,121,112,101,44,32,108,105,115,116,101,110,101,114,41,59,10,32,32,32,32,125,10,32,32,32,32,100,101,115,116,114,111,121,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,32,32,105,102,32,40,73,83,95,66,82,79,87,83,69,82,32,38,38,32,116,104,105,115,46,95,99,97,110,118,97,115,32,105,110,115,116,97,110,99,101,111,102,32,72,84,77,76,67,97,110,118,97,115,69,108,101,109,101,110,116,41,32,123,10,32,32,32,32,32,32,32,32,79,102,102,115,99,114,101,101,110,79,98,115,101,114,118,101,114,46,117,110,111,98,115,101,114,118,101,40,116,104,105,115,46,95,99,97,110,118,97,115,41,59,10,32,32,32,32,32,32,32,32,67,97,110,118,97,115,82,101,115,105,122,101,79,98,115,101,114,118,101,114,46,117,110,111,98,115,101,114,118,101,40,116,104,105,115,46,95,99,97,110,118,97,115,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,100,101,108,101,116,101,40,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,32,110,117,108,108,59,10,32,32,32,32,32,32,116,104,105,115,46,95,99,111,110,116,101,120,116,32,61,32,110,117,108,108,59,10,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,10,32,32,32,32,32,32,32,32,116,121,112,101,58,32,34,100,101,115,116,114,111,121,34,10,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,114,101,109,111,118,101,65,108,108,69,118,101,110,116,76,105,115,116,101,110,101,114,115,40,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,99,108,101,97,110,117,112,83,116,97,116,101,77,97,99,104,105,110,101,76,105,115,116,101,110,101,114,115,40,41,59,10,32,32,32,32,125,10,32,32,32,32,102,114,101,101,122,101,40,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,97,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,116,104,105,115,46,95,102,114,97,109,101,77,97,110,97,103,101,114,46,99,97,110,99,101,108,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,116,104,105,115,46,95,97,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,97,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,32,61,32,110,117,108,108,59,10,32,32,32,32,32,32,116,104,105,115,46,95,105,115,70,114,111,122,101,110,32,61,32,116,114,117,101,59,10,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,32,116,121,112,101,58,32,34,102,114,101,101,122,101,34,32,125,41,59,10,32,32,32,32,125,10,32,32,32,32,117,110,102,114,101,101,122,101,40,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,97,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,32,33,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,116,104,105,115,46,95,97,110,105,109,97,116,105,111,110,70,114,97,109,101,73,100,32,61,32,116,104,105,115,46,95,102,114,97,109,101,77,97,110,97,103,101,114,46,114,101,113,117,101,115,116,65,110,105,109,97,116,105,111,110,70,114,97,109,101,40,116,104,105,115,46,95,100,114,97,119,46,98,105,110,100,40,116,104,105,115,41,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,105,115,70,114,111,122,101,110,32,61,32,102,97,108,115,101,59,10,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,32,116,121,112,101,58,32,34,117,110,102,114,101,101,122,101,34,32,125,41,59,10,32,32,32,32,125,10,32,32,32,32,114,101,115,105,122,101,40,41,32,123,10,32,32,32,32,32,32,105,102,32,40,33,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,124,124,32,33,116,104,105,115,46,105,115,76,111,97,100,101,100,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,105,102,32,40,73,83,95,66,82,79,87,83,69,82,32,38,38,32,116,104,105,115,46,95,99,97,110,118,97,115,32,105,110,115,116,97,110,99,101,111,102,32,72,84,77,76,67,97,110,118,97,115,69,108,101,109,101,110,116,41,32,123,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,100,112,114,32,61,32,116,104,105,115,46,95,114,101,110,100,101,114,67,111,110,102,105,103,46,100,101,118,105,99,101,80,105,120,101,108,82,97,116,105,111,32,124,124,32,119,105,110,100,111,119,46,100,101,118,105,99,101,80,105,120,101,108,82,97,116,105,111,32,124,124,32,49,59,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,123,32,104,101,105,103,104,116,58,32,99,108,105,101,110,116,72,101,105,103,104,116,44,32,119,105,100,116,104,58,32,99,108,105,101,110,116,87,105,100,116,104,32,125,32,61,32,116,104,105,115,46,95,99,97,110,118,97,115,46,103,101,116,66,111,117,110,100,105,110,103,67,108,105,101,110,116,82,101,99,116,40,41,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,99,97,110,118,97,115,46,119,105,100,116,104,32,61,32,99,108,105,101,110,116,87,105,100,116,104,32,42,32,100,112,114,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,99,97,110,118,97,115,46,104,101,105,103,104,116,32,61,32,99,108,105,101,110,116,72,101,105,103,104,116,32,42,32,100,112,114,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,99,111,110,115,116,32,111,107,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,114,101,115,105,122,101,40,116,104,105,115,46,95,99,97,110,118,97,115,46,119,105,100,116,104,44,32,116,104,105,115,46,95,99,97,110,118,97,115,46,104,101,105,103,104,116,41,59,10,32,32,32,32,32,32,105,102,32,40,111,107,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,114,101,110,100,101,114,40,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,32,32,115,101,116,83,101,103,109,101,110,116,40,115,116,97,114,116,70,114,97,109,101,44,32,101,110,100,70,114,97,109,101,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,32,124,124,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,115,101,116,67,111,110,102,105,103,40,95,95,115,112,114,101,97,100,80,114,111,112,115,40,95,95,115,112,114,101,97,100,86,97,108,117,101,115,40,123,125,44,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,99,111,110,102,105,103,40,41,41,44,32,123,10,32,32,32,32,32,32,32,32,115,101,103,109,101,110,116,58,32,99,114,101,97,116,101,67,111,114,101,83,101,103,109,101,110,116,40,91,115,116,97,114,116,70,114,97,109,101,44,32,101,110,100,70,114,97,109,101,93,44,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,10,32,32,32,32,32,32,125,41,41,59,10,32,32,32,32,125,10,32,32,32,32,115,101,116,77,111,100,101,40,109,111,100,101,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,32,124,124,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,115,101,116,67,111,110,102,105,103,40,95,95,115,112,114,101,97,100,80,114,111,112,115,40,95,95,115,112,114,101,97,100,86,97,108,117,101,115,40,123,125,44,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,99,111,110,102,105,103,40,41,41,44,32,123,10,32,32,32,32,32,32,32,32,109,111,100,101,58,32,99,114,101,97,116,101,67,111,114,101,77,111,100,101,40,109,111,100,101,44,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,10,32,32,32,32,32,32,125,41,41,59,10,32,32,32,32,125,10,32,32,32,32,115,101,116,82,101,110,100,101,114,67,111,110,102,105,103,40,99,111,110,102,105,103,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,95,97,32,61,32,99,111,110,102,105,103,44,32,123,32,100,101,118,105,99,101,80,105,120,101,108,82,97,116,105,111,44,32,102,114,101,101,122,101,79,110,79,102,102,115,99,114,101,101,110,32,125,32,61,32,95,97,44,32,114,101,115,116,67,111,110,102,105,103,32,61,32,95,95,111,98,106,82,101,115,116,40,95,97,44,32,91,34,100,101,118,105,99,101,80,105,120,101,108,82,97,116,105,111,34,44,32,34,102,114,101,101,122,101,79,110,79,102,102,115,99,114,101,101,110,34,93,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,114,101,110,100,101,114,67,111,110,102,105,103,32,61,32,95,95,115,112,114,101,97,100,80,114,111,112,115,40,95,95,115,112,114,101,97,100,86,97,108,117,101,115,40,95,95,115,112,114,101,97,100,86,97,108,117,101,115,40,123,125,44,32,116,104,105,115,46,95,114,101,110,100,101,114,67,111,110,102,105,103,41,44,32,114,101,115,116,67,111,110,102,105,103,41,44,32,123,10,32,32,32,32,32,32,32,32,47,47,32,100,101,118,105,99,101,80,105,120,101,108,82,97,116,105,111,32,105,115,32,97,32,115,112,101,99,105,97,108,32,99,97,115,101,44,32,105,116,32,115,104,111,117,108,100,32,98,101,32,115,101,116,32,116,111,32,116,104,101,32,100,101,102,97,117,108,116,32,118,97,108,117,101,32,105,102,32,105,116,39,115,32,110,111,116,32,112,114,111,118,105,100,101,100,10,32,32,32,32,32,32,32,32,100,101,118,105,99,101,80,105,120,101,108,82,97,116,105,111,58,32,100,101,118,105,99,101,80,105,120,101,108,82,97,116,105,111,32,124,124,32,103,101,116,68,101,102,97,117,108,116,68,80,82,40,41,44,10,32,32,32,32,32,32,32,32,102,114,101,101,122,101,79,110,79,102,102,115,99,114,101,101,110,58,32,102,114,101,101,122,101,79,110,79,102,102,115,99,114,101,101,110,32,33,61,32,110,117,108,108,32,63,32,102,114,101,101,122,101,79,110,79,102,102,115,99,114,101,101,110,32,58,32,116,114,117,101,10,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,105,102,32,40,73,83,95,66,82,79,87,83,69,82,32,38,38,32,116,104,105,115,46,95,99,97,110,118,97,115,32,105,110,115,116,97,110,99,101,111,102,32,72,84,77,76,67,97,110,118,97,115,69,108,101,109,101,110,116,41,32,123,10,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,114,101,110,100,101,114,67,111,110,102,105,103,46,97,117,116,111,82,101,115,105,122,101,41,32,123,10,32,32,32,32,32,32,32,32,32,32,67,97,110,118,97,115,82,101,115,105,122,101,79,98,115,101,114,118,101,114,46,111,98,115,101,114,118,101,40,116,104,105,115,46,95,99,97,110,118,97,115,44,32,116,104,105,115,41,59,10,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,67,97,110,118,97,115,82,101,115,105,122,101,79,98,115,101,114,118,101,114,46,117,110,111,98,115,101,114,118,101,40,116,104,105,115,46,95,99,97,110,118,97,115,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,114,101,110,100,101,114,67,111,110,102,105,103,46,102,114,101,101,122,101,79,110,79,102,102,115,99,114,101,101,110,41,32,123,10,32,32,32,32,32,32,32,32,32,32,79,102,102,115,99,114,101,101,110,79,98,115,101,114,118,101,114,46,111,98,115,101,114,118,101,40,116,104,105,115,46,95,99,97,110,118,97,115,44,32,116,104,105,115,41,59,10,32,32,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,32,32,79,102,102,115,99,114,101,101,110,79,98,115,101,114,118,101,114,46,117,110,111,98,115,101,114,118,101,40,116,104,105,115,46,95,99,97,110,118,97,115,41,59,10,32,32,32,32,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,105,115,70,114,111,122,101,110,41,32,123,10,32,32,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,117,110,102,114,101,101,122,101,40,41,59,10,32,32,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,32,32,108,111,97,100,65,110,105,109,97,116,105,111,110,40,97,110,105,109,97,116,105,111,110,73,100,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,32,124,124,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,97,99,116,105,118,101,65,110,105,109,97,116,105,111,110,73,100,40,41,32,61,61,61,32,97,110,105,109,97,116,105,111,110,73,100,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,99,111,110,115,116,32,108,111,97,100,101,100,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,108,111,97,100,65,110,105,109,97,116,105,111,110,40,97,110,105,109,97,116,105,111,110,73,100,44,32,116,104,105,115,46,95,99,97,110,118,97,115,46,119,105,100,116,104,44,32,116,104,105,115,46,95,99,97,110,118,97,115,46,104,101,105,103,104,116,41,59,10,32,32,32,32,32,32,105,102,32,40,108,111,97,100,101,100,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,32,116,121,112,101,58,32,34,108,111,97,100,34,32,125,41,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,114,101,115,105,122,101,40,41,59,10,32,32,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,101,118,101,110,116,77,97,110,97,103,101,114,46,100,105,115,112,97,116,99,104,40,123,10,32,32,32,32,32,32,32,32,32,32,116,121,112,101,58,32,34,108,111,97,100,69,114,114,111,114,34,44,10,32,32,32,32,32,32,32,32,32,32,101,114,114,111,114,58,32,110,101,119,32,69,114,114,111,114,40,96,70,97,105,108,101,100,32,116,111,32,97,110,105,109,97,116,105,111,110,32,58,36,123,97,110,105,109,97,116,105,111,110,73,100,125,96,41,10,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,32,32,115,101,116,77,97,114,107,101,114,40,109,97,114,107,101,114,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,115,101,116,67,111,110,102,105,103,40,95,95,115,112,114,101,97,100,80,114,111,112,115,40,95,95,115,112,114,101,97,100,86,97,108,117,101,115,40,123,125,44,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,99,111,110,102,105,103,40,41,41,44,32,123,10,32,32,32,32,32,32,32,32,109,97,114,107,101,114,10,32,32,32,32,32,32,125,41,41,59,10,32,32,32,32,125,10,32,32,32,32,109,97,114,107,101,114,115,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,32,32,99,111,110,115,116,32,109,97,114,107,101,114,115,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,109,97,114,107,101,114,115,40,41,59,10,32,32,32,32,32,32,105,102,32,40,109,97,114,107,101,114,115,41,32,123,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,117,108,116,32,61,32,91,93,59,10,32,32,32,32,32,32,32,32,102,111,114,32,40,108,101,116,32,105,32,61,32,48,59,32,105,32,60,32,109,97,114,107,101,114,115,46,115,105,122,101,40,41,59,32,105,32,43,61,32,49,41,32,123,10,32,32,32,32,32,32,32,32,32,32,99,111,110,115,116,32,109,97,114,107,101,114,32,61,32,109,97,114,107,101,114,115,46,103,101,116,40,105,41,59,10,32,32,32,32,32,32,32,32,32,32,114,101,115,117,108,116,46,112,117,115,104,40,123,10,32,32,32,32,32,32,32,32,32,32,32,32,110,97,109,101,58,32,109,97,114,107,101,114,46,110,97,109,101,44,10,32,32,32,32,32,32,32,32,32,32,32,32,116,105,109,101,58,32,109,97,114,107,101,114,46,116,105,109,101,44,10,32,32,32,32,32,32,32,32,32,32,32,32,100,117,114,97,116,105,111,110,58,32,109,97,114,107,101,114,46,100,117,114,97,116,105,111,110,10,32,32,32,32,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,114,101,116,117,114,110,32,114,101,115,117,108,116,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,91,93,59,10,32,32,32,32,125,10,32,32,32,32,115,101,116,84,104,101,109,101,40,116,104,101,109,101,73,100,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,32,102,97,108,115,101,59,10,32,32,32,32,32,32,99,111,110,115,116,32,108,111,97,100,101,100,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,115,101,116,84,104,101,109,101,40,116,104,101,109,101,73,100,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,114,101,110,100,101,114,40,41,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,108,111,97,100,101,100,59,10,32,32,32,32,125,10,32,32,32,32,114,101,115,101,116,84,104,101,109,101,40,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,32,102,97,108,115,101,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,114,101,115,101,116,84,104,101,109,101,40,41,59,10,32,32,32,32,125,10,32,32,32,32,115,101,116,84,104,101,109,101,68,97,116,97,40,116,104,101,109,101,68,97,116,97,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,32,102,97,108,115,101,59,10,32,32,32,32,32,32,99,111,110,115,116,32,108,111,97,100,101,100,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,115,101,116,84,104,101,109,101,68,97,116,97,40,116,104,101,109,101,68,97,116,97,41,59,10,32,32,32,32,32,32,116,104,105,115,46,95,114,101,110,100,101,114,40,41,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,108,111,97,100,101,100,59,10,32,32,32,32,125,10,32,32,32,32,115,101,116,83,108,111,116,115,40,115,108,111,116,115,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,115,101,116,83,108,111,116,115,40,115,108,111,116,115,41,59,10,32,32,32,32,125,10,32,32,32,32,115,101,116,76,97,121,111,117,116,40,108,97,121,111,117,116,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,32,124,124,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,115,101,116,67,111,110,102,105,103,40,95,95,115,112,114,101,97,100,80,114,111,112,115,40,95,95,115,112,114,101,97,100,86,97,108,117,101,115,40,123,125,44,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,99,111,110,102,105,103,40,41,41,44,32,123,10,32,32,32,32,32,32,32,32,108,97,121,111,117,116,58,32,123,10,32,32,32,32,32,32,32,32,32,32,97,108,105,103,110,58,32,99,114,101,97,116,101,67,111,114,101,65,108,105,103,110,40,108,97,121,111,117,116,46,97,108,105,103,110,44,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,44,10,32,32,32,32,32,32,32,32,32,32,102,105,116,58,32,99,114,101,97,116,101,67,111,114,101,70,105,116,40,108,97,121,111,117,116,46,102,105,116,44,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,41,41,59,10,32,32,32,32,125,10,32,32,32,32,115,101,116,86,105,101,119,112,111,114,116,40,120,44,32,121,44,32,119,105,100,116,104,44,32,104,101,105,103,104,116,41,32,123,10,32,32,32,32,32,32,105,102,32,40,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,61,61,61,32,110,117,108,108,41,32,114,101,116,117,114,110,32,102,97,108,115,101,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,115,101,116,86,105,101,119,112,111,114,116,40,120,44,32,121,44,32,119,105,100,116,104,44,32,104,101,105,103,104,116,41,59,10,32,32,32,32,125,10,32,32,32,32,115,116,97,116,105,99,32,115,101,116,87,97,115,109,85,114,108,40,117,114,108,41,32,123,10,32,32,32,32,32,32,68,111,116,76,111,116,116,105,101,87,97,115,109,76,111,97,100,101,114,46,115,101,116,87,97,115,109,85,114,108,40,117,114,108,41,59,10,32,32,32,32,125,10,32,32,32,32,108,111,97,100,83,116,97,116,101,77,97,99,104,105,110,101,40,115,116,97,116,101,77,97,99,104,105,110,101,73,100,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,108,111,97,100,83,116,97,116,101,77,97,99,104,105,110,101,40,115,116,97,116,101,77,97,99,104,105,110,101,73,100,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,102,97,108,115,101,59,10,32,32,32,32,125,10,32,32,32,32,115,116,97,114,116,83,116,97,116,101,77,97,99,104,105,110,101,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,99,111,110,115,116,32,115,116,97,114,116,101,100,32,61,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,115,116,97,114,116,83,116,97,116,101,77,97,99,104,105,110,101,40,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,102,97,108,115,101,59,10,32,32,32,32,32,32,105,102,32,40,115,116,97,114,116,101,100,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,115,101,116,117,112,83,116,97,116,101,77,97,99,104,105,110,101,76,105,115,116,101,110,101,114,115,40,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,115,116,97,114,116,101,100,59,10,32,32,32,32,125,10,32,32,32,32,115,116,111,112,83,116,97,116,101,77,97,99,104,105,110,101,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,99,111,110,115,116,32,115,116,111,112,112,101,100,32,61,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,115,116,111,112,83,116,97,116,101,77,97,99,104,105,110,101,40,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,102,97,108,115,101,59,10,32,32,32,32,32,32,105,102,32,40,115,116,111,112,112,101,100,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,99,108,101,97,110,117,112,83,116,97,116,101,77,97,99,104,105,110,101,76,105,115,116,101,110,101,114,115,40,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,115,116,111,112,112,101,100,59,10,32,32,32,32,125,10,32,32,32,32,95,103,101,116,80,111,105,110,116,101,114,80,111,115,105,116,105,111,110,40,101,118,101,110,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,99,116,32,61,32,116,104,105,115,46,95,99,97,110,118,97,115,46,103,101,116,66,111,117,110,100,105,110,103,67,108,105,101,110,116,82,101,99,116,40,41,59,10,32,32,32,32,32,32,99,111,110,115,116,32,115,99,97,108,101,88,32,61,32,116,104,105,115,46,95,99,97,110,118,97,115,46,119,105,100,116,104,32,47,32,114,101,99,116,46,119,105,100,116,104,59,10,32,32,32,32,32,32,99,111,110,115,116,32,115,99,97,108,101,89,32,61,32,116,104,105,115,46,95,99,97,110,118,97,115,46,104,101,105,103,104,116,32,47,32,114,101,99,116,46,104,101,105,103,104,116,59,10,32,32,32,32,32,32,99,111,110,115,116,32,100,101,118,105,99,101,80,105,120,101,108,82,97,116,105,111,32,61,32,116,104,105,115,46,95,114,101,110,100,101,114,67,111,110,102,105,103,46,100,101,118,105,99,101,80,105,120,101,108,82,97,116,105,111,32,124,124,32,119,105,110,100,111,119,46,100,101,118,105,99,101,80,105,120,101,108,82,97,116,105,111,32,124,124,32,49,59,10,32,32,32,32,32,32,99,111,110,115,116,32,120,32,61,32,40,101,118,101,110,116,46,99,108,105,101,110,116,88,32,45,32,114,101,99,116,46,108,101,102,116,41,32,42,32,115,99,97,108,101,88,32,47,32,100,101,118,105,99,101,80,105,120,101,108,82,97,116,105,111,59,10,32,32,32,32,32,32,99,111,110,115,116,32,121,32,61,32,40,101,118,101,110,116,46,99,108,105,101,110,116,89,32,45,32,114,101,99,116,46,116,111,112,41,32,42,32,115,99,97,108,101,89,32,47,32,100,101,118,105,99,101,80,105,120,101,108,82,97,116,105,111,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,123,10,32,32,32,32,32,32,32,32,120,44,10,32,32,32,32,32,32,32,32,121,10,32,32,32,32,32,32,125,59,10,32,32,32,32,125,10,32,32,32,32,95,111,110,80,111,105,110,116,101,114,85,112,40,101,118,101,110,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,123,32,120,44,32,121,32,125,32,61,32,116,104,105,115,46,95,103,101,116,80,111,105,110,116,101,114,80,111,115,105,116,105,111,110,40,101,118,101,110,116,41,59,10,32,32,32,32,32,32,116,104,105,115,46,112,111,115,116,80,111,105,110,116,101,114,85,112,69,118,101,110,116,40,120,44,32,121,41,59,10,32,32,32,32,125,10,32,32,32,32,95,111,110,80,111,105,110,116,101,114,68,111,119,110,40,101,118,101,110,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,123,32,120,44,32,121,32,125,32,61,32,116,104,105,115,46,95,103,101,116,80,111,105,110,116,101,114,80,111,115,105,116,105,111,110,40,101,118,101,110,116,41,59,10,32,32,32,32,32,32,116,104,105,115,46,112,111,115,116,80,111,105,110,116,101,114,68,111,119,110,69,118,101,110,116,40,120,44,32,121,41,59,10,32,32,32,32,125,10,32,32,32,32,95,111,110,80,111,105,110,116,101,114,77,111,118,101,40,101,118,101,110,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,123,32,120,44,32,121,32,125,32,61,32,116,104,105,115,46,95,103,101,116,80,111,105,110,116,101,114,80,111,115,105,116,105,111,110,40,101,118,101,110,116,41,59,10,32,32,32,32,32,32,116,104,105,115,46,112,111,115,116,80,111,105,110,116,101,114,77,111,118,101,69,118,101,110,116,40,120,44,32,121,41,59,10,32,32,32,32,125,10,32,32,32,32,95,111,110,80,111,105,110,116,101,114,69,110,116,101,114,40,101,118,101,110,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,123,32,120,44,32,121,32,125,32,61,32,116,104,105,115,46,95,103,101,116,80,111,105,110,116,101,114,80,111,115,105,116,105,111,110,40,101,118,101,110,116,41,59,10,32,32,32,32,32,32,116,104,105,115,46,112,111,115,116,80,111,105,110,116,101,114,69,110,116,101,114,69,118,101,110,116,40,120,44,32,121,41,59,10,32,32,32,32,125,10,32,32,32,32,95,111,110,80,111,105,110,116,101,114,76,101,97,118,101,40,101,118,101,110,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,123,32,120,44,32,121,32,125,32,61,32,116,104,105,115,46,95,103,101,116,80,111,105,110,116,101,114,80,111,115,105,116,105,111,110,40,101,118,101,110,116,41,59,10,32,32,32,32,32,32,116,104,105,115,46,112,111,115,116,80,111,105,110,116,101,114,69,120,105,116,69,118,101,110,116,40,120,44,32,121,41,59,10,32,32,32,32,125,10,32,32,32,32,112,111,115,116,80,111,105,110,116,101,114,85,112,69,118,101,110,116,40,120,44,32,121,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,112,111,115,116,80,111,105,110,116,101,114,85,112,69,118,101,110,116,40,120,44,32,121,41,59,10,32,32,32,32,125,10,32,32,32,32,112,111,115,116,80,111,105,110,116,101,114,68,111,119,110,69,118,101,110,116,40,120,44,32,121,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,112,111,115,116,80,111,105,110,116,101,114,68,111,119,110,69,118,101,110,116,40,120,44,32,121,41,59,10,32,32,32,32,125,10,32,32,32,32,112,111,115,116,80,111,105,110,116,101,114,77,111,118,101,69,118,101,110,116,40,120,44,32,121,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,112,111,115,116,80,111,105,110,116,101,114,77,111,118,101,69,118,101,110,116,40,120,44,32,121,41,59,10,32,32,32,32,125,10,32,32,32,32,112,111,115,116,80,111,105,110,116,101,114,69,110,116,101,114,69,118,101,110,116,40,120,44,32,121,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,112,111,115,116,80,111,105,110,116,101,114,69,110,116,101,114,69,118,101,110,116,40,120,44,32,121,41,59,10,32,32,32,32,125,10,32,32,32,32,112,111,115,116,80,111,105,110,116,101,114,69,120,105,116,69,118,101,110,116,40,120,44,32,121,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,112,111,115,116,80,111,105,110,116,101,114,69,120,105,116,69,118,101,110,116,40,120,44,32,121,41,59,10,32,32,32,32,125,10,32,32,32,32,103,101,116,83,116,97,116,101,77,97,99,104,105,110,101,76,105,115,116,101,110,101,114,115,40,41,32,123,10,32,32,32,32,32,32,105,102,32,40,33,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,114,101,116,117,114,110,32,91,93,59,10,32,32,32,32,32,32,99,111,110,115,116,32,108,105,115,116,101,110,101,114,115,86,101,99,116,111,114,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,46,115,116,97,116,101,77,97,99,104,105,110,101,70,114,97,109,101,119,111,114,107,83,101,116,117,112,40,41,59,10,32,32,32,32,32,32,99,111,110,115,116,32,108,105,115,116,101,110,101,114,115,32,61,32,91,93,59,10,32,32,32,32,32,32,102,111,114,32,40,108,101,116,32,105,32,61,32,48,59,32,105,32,60,32,108,105,115,116,101,110,101,114,115,86,101,99,116,111,114,46,115,105,122,101,40,41,59,32,105,32,43,61,32,49,41,32,123,10,32,32,32,32,32,32,32,32,108,105,115,116,101,110,101,114,115,46,112,117,115,104,40,108,105,115,116,101,110,101,114,115,86,101,99,116,111,114,46,103,101,116,40,105,41,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,108,105,115,116,101,110,101,114,115,59,10,32,32,32,32,125,10,32,32,32,32,95,115,101,116,117,112,83,116,97,116,101,77,97,99,104,105,110,101,76,105,115,116,101,110,101,114,115,40,41,32,123,10,32,32,32,32,32,32,105,102,32,40,73,83,95,66,82,79,87,83,69,82,32,38,38,32,116,104,105,115,46,95,99,97,110,118,97,115,32,105,110,115,116,97,110,99,101,111,102,32,72,84,77,76,67,97,110,118,97,115,69,108,101,109,101,110,116,32,38,38,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,32,33,61,61,32,110,117,108,108,32,38,38,32,116,104,105,115,46,105,115,76,111,97,100,101,100,41,32,123,10,32,32,32,32,32,32,32,32,99,111,110,115,116,32,108,105,115,116,101,110,101,114,115,32,61,32,116,104,105,115,46,103,101,116,83,116,97,116,101,77,97,99,104,105,110,101,76,105,115,116,101,110,101,114,115,40,41,59,10,32,32,32,32,32,32,32,32,105,102,32,40,108,105,115,116,101,110,101,114,115,46,105,110,99,108,117,100,101,115,40,34,80,111,105,110,116,101,114,85,112,34,41,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,99,97,110,118,97,115,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,112,111,105,110,116,101,114,117,112,34,44,32,116,104,105,115,46,95,112,111,105,110,116,101,114,85,112,77,101,116,104,111,100,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,105,102,32,40,108,105,115,116,101,110,101,114,115,46,105,110,99,108,117,100,101,115,40,34,80,111,105,110,116,101,114,68,111,119,110,34,41,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,99,97,110,118,97,115,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,112,111,105,110,116,101,114,100,111,119,110,34,44,32,116,104,105,115,46,95,112,111,105,110,116,101,114,68,111,119,110,77,101,116,104,111,100,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,105,102,32,40,108,105,115,116,101,110,101,114,115,46,105,110,99,108,117,100,101,115,40,34,80,111,105,110,116,101,114,77,111,118,101,34,41,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,99,97,110,118,97,115,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,112,111,105,110,116,101,114,109,111,118,101,34,44,32,116,104,105,115,46,95,112,111,105,110,116,101,114,77,111,118,101,77,101,116,104,111,100,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,105,102,32,40,108,105,115,116,101,110,101,114,115,46,105,110,99,108,117,100,101,115,40,34,80,111,105,110,116,101,114,69,110,116,101,114,34,41,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,99,97,110,118,97,115,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,112,111,105,110,116,101,114,101,110,116,101,114,34,44,32,116,104,105,115,46,95,112,111,105,110,116,101,114,69,110,116,101,114,77,101,116,104,111,100,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,32,32,105,102,32,40,108,105,115,116,101,110,101,114,115,46,105,110,99,108,117,100,101,115,40,34,80,111,105,110,116,101,114,69,120,105,116,34,41,41,32,123,10,32,32,32,32,32,32,32,32,32,32,116,104,105,115,46,95,99,97,110,118,97,115,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,112,111,105,110,116,101,114,108,101,97,118,101,34,44,32,116,104,105,115,46,95,112,111,105,110,116,101,114,69,120,105,116,77,101,116,104,111,100,41,59,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,32,32,95,99,108,101,97,110,117,112,83,116,97,116,101,77,97,99,104,105,110,101,76,105,115,116,101,110,101,114,115,40,41,32,123,10,32,32,32,32,32,32,105,102,32,40,73,83,95,66,82,79,87,83,69,82,32,38,38,32,116,104,105,115,46,95,99,97,110,118,97,115,32,105,110,115,116,97,110,99,101,111,102,32,72,84,77,76,67,97,110,118,97,115,69,108,101,109,101,110,116,41,32,123,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,99,97,110,118,97,115,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,112,111,105,110,116,101,114,117,112,34,44,32,116,104,105,115,46,95,112,111,105,110,116,101,114,85,112,77,101,116,104,111,100,41,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,99,97,110,118,97,115,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,112,111,105,110,116,101,114,100,111,119,110,34,44,32,116,104,105,115,46,95,112,111,105,110,116,101,114,68,111,119,110,77,101,116,104,111,100,41,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,99,97,110,118,97,115,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,112,111,105,110,116,101,114,109,111,118,101,34,44,32,116,104,105,115,46,95,112,111,105,110,116,101,114,77,111,118,101,77,101,116,104,111,100,41,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,99,97,110,118,97,115,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,112,111,105,110,116,101,114,101,110,116,101,114,34,44,32,116,104,105,115,46,95,112,111,105,110,116,101,114,69,110,116,101,114,77,101,116,104,111,100,41,59,10,32,32,32,32,32,32,32,32,116,104,105,115,46,95,99,97,110,118,97,115,46,114,101,109,111,118,101,69,118,101,110,116,76,105,115,116,101,110,101,114,40,34,112,111,105,110,116,101,114,108,101,97,118,101,34,44,32,116,104,105,115,46,95,112,111,105,110,116,101,114,69,120,105,116,77,101,116,104,111,100,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,125,10,32,32,32,32,108,111,97,100,83,116,97,116,101,77,97,99,104,105,110,101,68,97,116,97,40,115,116,97,116,101,77,97,99,104,105,110,101,68,97,116,97,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,108,111,97,100,83,116,97,116,101,77,97,99,104,105,110,101,68,97,116,97,40,115,116,97,116,101,77,97,99,104,105,110,101,68,97,116,97,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,102,97,108,115,101,59,10,32,32,32,32,125,10,32,32,32,32,97,110,105,109,97,116,105,111,110,83,105,122,101,40,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,44,32,95,99,44,32,95,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,119,105,100,116,104,32,61,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,97,110,105,109,97,116,105,111,110,83,105,122,101,40,41,46,103,101,116,40,48,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,48,59,10,32,32,32,32,32,32,99,111,110,115,116,32,104,101,105,103,104,116,32,61,32,40,95,100,32,61,32,40,95,99,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,99,46,97,110,105,109,97,116,105,111,110,83,105,122,101,40,41,46,103,101,116,40,49,41,41,32,33,61,32,110,117,108,108,32,63,32,95,100,32,58,32,48,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,123,10,32,32,32,32,32,32,32,32,119,105,100,116,104,44,10,32,32,32,32,32,32,32,32,104,101,105,103,104,116,10,32,32,32,32,32,32,125,59,10,32,32,32,32,125,10,32,32,32,32,115,101,116,83,116,97,116,101,77,97,99,104,105,110,101,66,111,111,108,101,97,110,67,111,110,116,101,120,116,40,110,97,109,101,44,32,118,97,108,117,101,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,115,101,116,83,116,97,116,101,77,97,99,104,105,110,101,66,111,111,108,101,97,110,67,111,110,116,101,120,116,40,110,97,109,101,44,32,118,97,108,117,101,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,102,97,108,115,101,59,10,32,32,32,32,125,10,32,32,32,32,115,101,116,83,116,97,116,101,77,97,99,104,105,110,101,78,117,109,101,114,105,99,67,111,110,116,101,120,116,40,110,97,109,101,44,32,118,97,108,117,101,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,115,101,116,83,116,97,116,101,77,97,99,104,105,110,101,78,117,109,101,114,105,99,67,111,110,116,101,120,116,40,110,97,109,101,44,32,118,97,108,117,101,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,102,97,108,115,101,59,10,32,32,32,32,125,10,32,32,32,32,115,101,116,83,116,97,116,101,77,97,99,104,105,110,101,83,116,114,105,110,103,67,111,110,116,101,120,116,40,110,97,109,101,44,32,118,97,108,117,101,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,115,101,116,83,116,97,116,101,77,97,99,104,105,110,101,83,116,114,105,110,103,67,111,110,116,101,120,116,40,110,97,109,101,44,32,118,97,108,117,101,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,102,97,108,115,101,59,10,32,32,32,32,125,10,32,32,32,32,47,42,42,10,32,32,32,32,32,42,32,71,101,116,32,116,104,101,32,98,111,117,110,100,115,32,111,102,32,97,32,108,97,121,101,114,32,98,121,32,105,116,115,32,110,97,109,101,10,32,32,32,32,32,42,32,64,112,97,114,97,109,32,108,97,121,101,114,78,97,109,101,32,45,32,84,104,101,32,110,97,109,101,32,111,102,32,116,104,101,32,108,97,121,101,114,10,32,32,32,32,32,42,32,64,114,101,116,117,114,110,115,32,84,104,101,32,98,111,117,110,100,115,32,111,102,32,116,104,101,32,108,97,121,101,114,10,32,32,32,32,32,42,10,32,32,32,32,32,42,32,64,101,120,97,109,112,108,101,10,32,32,32,32,32,42,32,96,96,96,116,121,112,101,115,99,114,105,112,116,10,32,32,32,32,32,42,32,47,47,32,68,114,97,119,32,97,32,114,101,99,116,97,110,103,108,101,32,97,114,111,117,110,100,32,116,104,101,32,108,97,121,101,114,32,39,76,97,121,101,114,32,49,39,10,32,32,32,32,32,42,32,100,111,116,76,111,116,116,105,101,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,39,114,101,110,100,101,114,39,44,32,40,41,32,61,62,32,123,10,32,32,32,32,32,42,32,32,32,99,111,110,115,116,32,98,111,117,110,100,105,110,103,66,111,120,32,61,32,100,111,116,76,111,116,116,105,101,46,103,101,116,76,97,121,101,114,66,111,117,110,100,105,110,103,66,111,120,40,39,76,97,121,101,114,32,49,39,41,59,10,32,32,32,32,32,42,10,32,32,32,32,32,42,32,32,32,105,102,32,40,98,111,117,110,100,105,110,103,66,111,120,41,32,123,10,32,32,32,32,32,42,32,32,32,32,32,99,111,110,115,116,32,123,32,120,44,32,121,44,32,119,105,100,116,104,44,32,104,101,105,103,104,116,32,125,32,61,32,98,111,117,110,100,105,110,103,66,111,120,59,10,32,32,32,32,32,42,32,32,32,32,32,99,111,110,116,101,120,116,46,115,116,114,111,107,101,82,101,99,116,40,120,44,32,121,44,32,119,105,100,116,104,44,32,104,101,105,103,104,116,41,59,10,32,32,32,32,32,42,32,32,32,125,10,32,32,32,32,32,42,32,125,41,59,10,32,32,32,32,32,42,32,96,96,96,10,32,32,32,32,32,42,47,10,32,32,32,32,103,101,116,76,97,121,101,114,66,111,117,110,100,105,110,103,66,111,120,40,108,97,121,101,114,78,97,109,101,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,59,10,32,32,32,32,32,32,99,111,110,115,116,32,98,111,117,110,100,115,32,61,32,40,95,97,32,61,32,116,104,105,115,46,95,100,111,116,76,111,116,116,105,101,67,111,114,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,103,101,116,76,97,121,101,114,66,111,117,110,100,115,40,108,97,121,101,114,78,97,109,101,41,59,10,32,32,32,32,32,32,105,102,32,40,33,98,111,117,110,100,115,41,32,114,101,116,117,114,110,32,118,111,105,100,32,48,59,10,32,32,32,32,32,32,105,102,32,40,98,111,117,110,100,115,46,115,105,122,101,40,41,32,33,61,61,32,52,41,32,114,101,116,117,114,110,32,118,111,105,100,32,48,59,10,32,32,32,32,32,32,99,111,110,115,116,32,120,32,61,32,98,111,117,110,100,115,46,103,101,116,40,48,41,59,10,32,32,32,32,32,32,99,111,110,115,116,32,121,32,61,32,98,111,117,110,100,115,46,103,101,116,40,49,41,59,10,32,32,32,32,32,32,99,111,110,115,116,32,119,105,100,116,104,32,61,32,98,111,117,110,100,115,46,103,101,116,40,50,41,59,10,32,32,32,32,32,32,99,111,110,115,116,32,104,101,105,103,104,116,32,61,32,98,111,117,110,100,115,46,103,101,116,40,51,41,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,123,10,32,32,32,32,32,32,32,32,120,44,10,32,32,32,32,32,32,32,32,121,44,10,32,32,32,32,32,32,32,32,119,105,100,116,104,44,10,32,32,32,32,32,32,32,32,104,101,105,103,104,116,10,32,32,32,32,32,32,125,59,10,32,32,32,32,125,10,32,32,32,32,115,116,97,116,105,99,32,116,114,97,110,115,102,111,114,109,84,104,101,109,101,84,111,76,111,116,116,105,101,83,108,111,116,115,40,116,104,101,109,101,44,32,115,108,111,116,115,41,32,123,10,32,32,32,32,32,32,118,97,114,32,95,97,44,32,95,98,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,40,95,98,32,61,32,40,95,97,32,61,32,95,68,111,116,76,111,116,116,105,101,46,95,119,97,115,109,77,111,100,117,108,101,41,32,61,61,32,110,117,108,108,32,63,32,118,111,105,100,32,48,32,58,32,95,97,46,116,114,97,110,115,102,111,114,109,84,104,101,109,101,84,111,76,111,116,116,105,101,83,108,111,116,115,40,116,104,101,109,101,44,32,115,108,111,116,115,41,41,32,33,61,32,110,117,108,108,32,63,32,95,98,32,58,32,34,34,59,10,32,32,32,32,125,10,32,32,125,59,10,32,32,95,95,112,117,98,108,105,99,70,105,101,108,100,40,95,68,111,116,76,111,116,116,105,101,44,32,34,95,119,97,115,109,77,111,100,117,108,101,34,44,32,110,117,108,108,41,59,10,32,32,118,97,114,32,68,111,116,76,111,116,116,105,101,32,61,32,95,68,111,116,76,111,116,116,105,101,59,10,10,32,32,47,47,32,115,114,99,47,119,111,114,107,101,114,47,100,111,116,108,111,116,116,105,101,46,119,111,114,107,101,114,46,116,115,10,32,32,118,97,114,32,105,110,115,116,97,110,99,101,115,77,97,112,32,61,32,47,42,32,64,95,95,80,85,82,69,95,95,32,42,47,32,110,101,119,32,77,97,112,40,41,59,10,32,32,118,97,114,32,101,118,101,110,116,72,97,110,100,108,101,114,77,97,112,32,61,32,123,10,32,32,32,32,114,101,97,100,121,58,32,40,105,110,115,116,97,110,99,101,73,100,41,32,61,62,32,40,101,118,101,110,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,112,111,110,115,101,32,61,32,123,10,32,32,32,32,32,32,32,32,105,100,58,32,34,34,44,10,32,32,32,32,32,32,32,32,109,101,116,104,111,100,58,32,34,111,110,82,101,97,100,121,34,44,10,32,32,32,32,32,32,32,32,114,101,115,117,108,116,58,32,123,10,32,32,32,32,32,32,32,32,32,32,105,110,115,116,97,110,99,101,73,100,44,10,32,32,32,32,32,32,32,32,32,32,101,118,101,110,116,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,115,101,108,102,46,112,111,115,116,77,101,115,115,97,103,101,40,114,101,115,112,111,110,115,101,41,59,10,32,32,32,32,125,44,10,32,32,32,32,99,111,109,112,108,101,116,101,58,32,40,105,110,115,116,97,110,99,101,73,100,41,32,61,62,32,40,101,118,101,110,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,112,111,110,115,101,32,61,32,123,10,32,32,32,32,32,32,32,32,105,100,58,32,34,34,44,10,32,32,32,32,32,32,32,32,109,101,116,104,111,100,58,32,34,111,110,67,111,109,112,108,101,116,101,34,44,10,32,32,32,32,32,32,32,32,114,101,115,117,108,116,58,32,123,10,32,32,32,32,32,32,32,32,32,32,105,110,115,116,97,110,99,101,73,100,44,10,32,32,32,32,32,32,32,32,32,32,101,118,101,110,116,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,115,101,108,102,46,112,111,115,116,77,101,115,115,97,103,101,40,114,101,115,112,111,110,115,101,41,59,10,32,32,32,32,125,44,10,32,32,32,32,108,111,97,100,58,32,40,105,110,115,116,97,110,99,101,73,100,41,32,61,62,32,40,101,118,101,110,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,108,111,97,100,69,118,101,110,116,32,61,32,101,118,101,110,116,59,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,112,111,110,115,101,32,61,32,123,10,32,32,32,32,32,32,32,32,105,100,58,32,34,34,44,10,32,32,32,32,32,32,32,32,109,101,116,104,111,100,58,32,34,111,110,76,111,97,100,34,44,10,32,32,32,32,32,32,32,32,114,101,115,117,108,116,58,32,123,10,32,32,32,32,32,32,32,32,32,32,105,110,115,116,97,110,99,101,73,100,44,10,32,32,32,32,32,32,32,32,32,32,101,118,101,110,116,58,32,108,111,97,100,69,118,101,110,116,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,115,101,108,102,46,112,111,115,116,77,101,115,115,97,103,101,40,114,101,115,112,111,110,115,101,41,59,10,32,32,32,32,125,44,10,32,32,32,32,108,111,97,100,69,114,114,111,114,58,32,40,105,110,115,116,97,110,99,101,73,100,41,32,61,62,32,40,101,118,101,110,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,108,111,97,100,69,114,114,111,114,69,118,101,110,116,32,61,32,101,118,101,110,116,59,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,112,111,110,115,101,32,61,32,123,10,32,32,32,32,32,32,32,32,105,100,58,32,34,34,44,10,32,32,32,32,32,32,32,32,109,101,116,104,111,100,58,32,34,111,110,76,111,97,100,69,114,114,111,114,34,44,10,32,32,32,32,32,32,32,32,114,101,115,117,108,116,58,32,123,10,32,32,32,32,32,32,32,32,32,32,105,110,115,116,97,110,99,101,73,100,44,10,32,32,32,32,32,32,32,32,32,32,101,118,101,110,116,58,32,108,111,97,100,69,114,114,111,114,69,118,101,110,116,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,115,101,108,102,46,112,111,115,116,77,101,115,115,97,103,101,40,114,101,115,112,111,110,115,101,41,59,10,32,32,32,32,125,44,10,32,32,32,32,108,111,111,112,58,32,40,105,110,115,116,97,110,99,101,73,100,41,32,61,62,32,40,101,118,101,110,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,108,111,111,112,69,118,101,110,116,32,61,32,101,118,101,110,116,59,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,112,111,110,115,101,32,61,32,123,10,32,32,32,32,32,32,32,32,105,100,58,32,34,34,44,10,32,32,32,32,32,32,32,32,109,101,116,104,111,100,58,32,34,111,110,76,111,111,112,34,44,10,32,32,32,32,32,32,32,32,114,101,115,117,108,116,58,32,123,10,32,32,32,32,32,32,32,32,32,32,105,110,115,116,97,110,99,101,73,100,44,10,32,32,32,32,32,32,32,32,32,32,101,118,101,110,116,58,32,108,111,111,112,69,118,101,110,116,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,115,101,108,102,46,112,111,115,116,77,101,115,115,97,103,101,40,114,101,115,112,111,110,115,101,41,59,10,32,32,32,32,125,44,10,32,32,32,32,112,108,97,121,58,32,40,105,110,115,116,97,110,99,101,73,100,41,32,61,62,32,40,101,118,101,110,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,112,108,97,121,69,118,101,110,116,32,61,32,101,118,101,110,116,59,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,112,111,110,115,101,32,61,32,123,10,32,32,32,32,32,32,32,32,105,100,58,32,34,34,44,10,32,32,32,32,32,32,32,32,109,101,116,104,111,100,58,32,34,111,110,80,108,97,121,34,44,10,32,32,32,32,32,32,32,32,114,101,115,117,108,116,58,32,123,10,32,32,32,32,32,32,32,32,32,32,105,110,115,116,97,110,99,101,73,100,44,10,32,32,32,32,32,32,32,32,32,32,101,118,101,110,116,58,32,112,108,97,121,69,118,101,110,116,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,115,101,108,102,46,112,111,115,116,77,101,115,115,97,103,101,40,114,101,115,112,111,110,115,101,41,59,10,32,32,32,32,125,44,10,32,32,32,32,112,97,117,115,101,58,32,40,105,110,115,116,97,110,99,101,73,100,41,32,61,62,32,40,101,118,101,110,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,112,97,117,115,101,69,118,101,110,116,32,61,32,101,118,101,110,116,59,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,112,111,110,115,101,32,61,32,123,10,32,32,32,32,32,32,32,32,105,100,58,32,34,34,44,10,32,32,32,32,32,32,32,32,109,101,116,104,111,100,58,32,34,111,110,80,97,117,115,101,34,44,10,32,32,32,32,32,32,32,32,114,101,115,117,108,116,58,32,123,10,32,32,32,32,32,32,32,32,32,32,105,110,115,116,97,110,99,101,73,100,44,10,32,32,32,32,32,32,32,32,32,32,101,118,101,110,116,58,32,112,97,117,115,101,69,118,101,110,116,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,115,101,108,102,46,112,111,115,116,77,101,115,115,97,103,101,40,114,101,115,112,111,110,115,101,41,59,10,32,32,32,32,125,44,10,32,32,32,32,115,116,111,112,58,32,40,105,110,115,116,97,110,99,101,73,100,41,32,61,62,32,40,101,118,101,110,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,115,116,111,112,69,118,101,110,116,32,61,32,101,118,101,110,116,59,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,112,111,110,115,101,32,61,32,123,10,32,32,32,32,32,32,32,32,105,100,58,32,34,34,44,10,32,32,32,32,32,32,32,32,109,101,116,104,111,100,58,32,34,111,110,83,116,111,112,34,44,10,32,32,32,32,32,32,32,32,114,101,115,117,108,116,58,32,123,10,32,32,32,32,32,32,32,32,32,32,105,110,115,116,97,110,99,101,73,100,44,10,32,32,32,32,32,32,32,32,32,32,101,118,101,110,116,58,32,115,116,111,112,69,118,101,110,116,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,115,101,108,102,46,112,111,115,116,77,101,115,115,97,103,101,40,114,101,115,112,111,110,115,101,41,59,10,32,32,32,32,125,44,10,32,32,32,32,102,114,97,109,101,58,32,40,105,110,115,116,97,110,99,101,73,100,41,32,61,62,32,40,101,118,101,110,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,102,114,97,109,101,69,118,101,110,116,32,61,32,101,118,101,110,116,59,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,112,111,110,115,101,32,61,32,123,10,32,32,32,32,32,32,32,32,105,100,58,32,34,34,44,10,32,32,32,32,32,32,32,32,109,101,116,104,111,100,58,32,34,111,110,70,114,97,109,101,34,44,10,32,32,32,32,32,32,32,32,114,101,115,117,108,116,58,32,123,10,32,32,32,32,32,32,32,32,32,32,105,110,115,116,97,110,99,101,73,100,44,10,32,32,32,32,32,32,32,32,32,32,101,118,101,110,116,58,32,102,114,97,109,101,69,118,101,110,116,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,115,101,108,102,46,112,111,115,116,77,101,115,115,97,103,101,40,114,101,115,112,111,110,115,101,41,59,10,32,32,32,32,125,44,10,32,32,32,32,114,101,110,100,101,114,58,32,40,105,110,115,116,97,110,99,101,73,100,41,32,61,62,32,40,101,118,101,110,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,110,100,101,114,69,118,101,110,116,32,61,32,101,118,101,110,116,59,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,112,111,110,115,101,32,61,32,123,10,32,32,32,32,32,32,32,32,105,100,58,32,34,34,44,10,32,32,32,32,32,32,32,32,109,101,116,104,111,100,58,32,34,111,110,82,101,110,100,101,114,34,44,10,32,32,32,32,32,32,32,32,114,101,115,117,108,116,58,32,123,10,32,32,32,32,32,32,32,32,32,32,105,110,115,116,97,110,99,101,73,100,44,10,32,32,32,32,32,32,32,32,32,32,101,118,101,110,116,58,32,114,101,110,100,101,114,69,118,101,110,116,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,115,101,108,102,46,112,111,115,116,77,101,115,115,97,103,101,40,114,101,115,112,111,110,115,101,41,59,10,32,32,32,32,125,44,10,32,32,32,32,102,114,101,101,122,101,58,32,40,105,110,115,116,97,110,99,101,73,100,41,32,61,62,32,40,101,118,101,110,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,102,114,101,101,122,101,69,118,101,110,116,32,61,32,101,118,101,110,116,59,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,112,111,110,115,101,32,61,32,123,10,32,32,32,32,32,32,32,32,105,100,58,32,34,34,44,10,32,32,32,32,32,32,32,32,109,101,116,104,111,100,58,32,34,111,110,70,114,101,101,122,101,34,44,10,32,32,32,32,32,32,32,32,114,101,115,117,108,116,58,32,123,10,32,32,32,32,32,32,32,32,32,32,105,110,115,116,97,110,99,101,73,100,44,10,32,32,32,32,32,32,32,32,32,32,101,118,101,110,116,58,32,102,114,101,101,122,101,69,118,101,110,116,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,115,101,108,102,46,112,111,115,116,77,101,115,115,97,103,101,40,114,101,115,112,111,110,115,101,41,59,10,32,32,32,32,125,44,10,32,32,32,32,117,110,102,114,101,101,122,101,58,32,40,105,110,115,116,97,110,99,101,73,100,41,32,61,62,32,40,101,118,101,110,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,117,110,102,114,101,101,122,101,69,118,101,110,116,32,61,32,101,118,101,110,116,59,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,112,111,110,115,101,32,61,32,123,10,32,32,32,32,32,32,32,32,105,100,58,32,34,34,44,10,32,32,32,32,32,32,32,32,109,101,116,104,111,100,58,32,34,111,110,85,110,102,114,101,101,122,101,34,44,10,32,32,32,32,32,32,32,32,114,101,115,117,108,116,58,32,123,10,32,32,32,32,32,32,32,32,32,32,105,110,115,116,97,110,99,101,73,100,44,10,32,32,32,32,32,32,32,32,32,32,101,118,101,110,116,58,32,117,110,102,114,101,101,122,101,69,118,101,110,116,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,115,101,108,102,46,112,111,115,116,77,101,115,115,97,103,101,40,114,101,115,112,111,110,115,101,41,59,10,32,32,32,32,125,44,10,32,32,32,32,100,101,115,116,114,111,121,58,32,40,105,110,115,116,97,110,99,101,73,100,41,32,61,62,32,40,101,118,101,110,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,100,101,115,116,114,111,121,69,118,101,110,116,32,61,32,101,118,101,110,116,59,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,112,111,110,115,101,32,61,32,123,10,32,32,32,32,32,32,32,32,105,100,58,32,34,34,44,10,32,32,32,32,32,32,32,32,109,101,116,104,111,100,58,32,34,111,110,68,101,115,116,114,111,121,34,44,10,32,32,32,32,32,32,32,32,114,101,115,117,108,116,58,32,123,10,32,32,32,32,32,32,32,32,32,32,105,110,115,116,97,110,99,101,73,100,44,10,32,32,32,32,32,32,32,32,32,32,101,118,101,110,116,58,32,100,101,115,116,114,111,121,69,118,101,110,116,10,32,32,32,32,32,32,32,32,125,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,115,101,108,102,46,112,111,115,116,77,101,115,115,97,103,101,40,114,101,115,112,111,110,115,101,41,59,10,32,32,32,32,125,10,32,32,125,59,10,32,32,118,97,114,32,99,111,109,109,97,110,100,115,32,61,32,123,10,32,32,32,32,103,101,116,68,111,116,76,111,116,116,105,101,73,110,115,116,97,110,99,101,83,116,97,116,101,40,114,101,113,117,101,115,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,99,111,110,115,116,32,115,116,97,116,101,32,61,32,123,10,32,32,32,32,32,32,32,32,105,115,76,111,97,100,101,100,58,32,105,110,115,116,97,110,99,101,46,105,115,76,111,97,100,101,100,44,10,32,32,32,32,32,32,32,32,105,115,80,97,117,115,101,100,58,32,105,110,115,116,97,110,99,101,46,105,115,80,97,117,115,101,100,44,10,32,32,32,32,32,32,32,32,105,115,80,108,97,121,105,110,103,58,32,105,110,115,116,97,110,99,101,46,105,115,80,108,97,121,105,110,103,44,10,32,32,32,32,32,32,32,32,105,115,83,116,111,112,112,101,100,58,32,105,110,115,116,97,110,99,101,46,105,115,83,116,111,112,112,101,100,44,10,32,32,32,32,32,32,32,32,105,115,70,114,111,122,101,110,58,32,105,110,115,116,97,110,99,101,46,105,115,70,114,111,122,101,110,44,10,32,32,32,32,32,32,32,32,108,111,111,112,58,32,105,110,115,116,97,110,99,101,46,108,111,111,112,44,10,32,32,32,32,32,32,32,32,109,111,100,101,58,32,105,110,115,116,97,110,99,101,46,109,111,100,101,44,10,32,32,32,32,32,32,32,32,115,112,101,101,100,58,32,105,110,115,116,97,110,99,101,46,115,112,101,101,100,44,10,32,32,32,32,32,32,32,32,99,117,114,114,101,110,116,70,114,97,109,101,58,32,105,110,115,116,97,110,99,101,46,99,117,114,114,101,110,116,70,114,97,109,101,44,10,32,32,32,32,32,32,32,32,116,111,116,97,108,70,114,97,109,101,115,58,32,105,110,115,116,97,110,99,101,46,116,111,116,97,108,70,114,97,109,101,115,44,10,32,32,32,32,32,32,32,32,100,117,114,97,116,105,111,110,58,32,105,110,115,116,97,110,99,101,46,100,117,114,97,116,105,111,110,44,10,32,32,32,32,32,32,32,32,117,115,101,70,114,97,109,101,73,110,116,101,114,112,111,108,97,116,105,111,110,58,32,105,110,115,116,97,110,99,101,46,117,115,101,70,114,97,109,101,73,110,116,101,114,112,111,108,97,116,105,111,110,44,10,32,32,32,32,32,32,32,32,114,101,110,100,101,114,67,111,110,102,105,103,58,32,105,110,115,116,97,110,99,101,46,114,101,110,100,101,114,67,111,110,102,105,103,44,10,32,32,32,32,32,32,32,32,109,97,114,107,101,114,58,32,105,110,115,116,97,110,99,101,46,109,97,114,107,101,114,44,10,32,32,32,32,32,32,32,32,98,97,99,107,103,114,111,117,110,100,67,111,108,111,114,58,32,105,110,115,116,97,110,99,101,46,98,97,99,107,103,114,111,117,110,100,67,111,108,111,114,44,10,32,32,32,32,32,32,32,32,109,97,114,107,101,114,115,58,32,105,110,115,116,97,110,99,101,46,109,97,114,107,101,114,115,40,41,44,10,32,32,32,32,32,32,32,32,97,99,116,105,118,101,65,110,105,109,97,116,105,111,110,73,100,58,32,105,110,115,116,97,110,99,101,46,97,99,116,105,118,101,65,110,105,109,97,116,105,111,110,73,100,44,10,32,32,32,32,32,32,32,32,97,99,116,105,118,101,84,104,101,109,101,73,100,58,32,105,110,115,116,97,110,99,101,46,97,99,116,105,118,101,84,104,101,109,101,73,100,44,10,32,32,32,32,32,32,32,32,97,117,116,111,112,108,97,121,58,32,105,110,115,116,97,110,99,101,46,97,117,116,111,112,108,97,121,44,10,32,32,32,32,32,32,32,32,115,101,103,109,101,110,116,58,32,105,110,115,116,97,110,99,101,46,115,101,103,109,101,110,116,44,10,32,32,32,32,32,32,32,32,108,97,121,111,117,116,58,32,105,110,115,116,97,110,99,101,46,108,97,121,111,117,116,44,10,32,32,32,32,32,32,32,32,115,101,103,109,101,110,116,68,117,114,97,116,105,111,110,58,32,105,110,115,116,97,110,99,101,46,115,101,103,109,101,110,116,68,117,114,97,116,105,111,110,44,10,32,32,32,32,32,32,32,32,105,115,82,101,97,100,121,58,32,105,110,115,116,97,110,99,101,46,105,115,82,101,97,100,121,44,10,32,32,32,32,32,32,32,32,109,97,110,105,102,101,115,116,58,32,105,110,115,116,97,110,99,101,46,109,97,110,105,102,101,115,116,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,123,10,32,32,32,32,32,32,32,32,115,116,97,116,101,10,32,32,32,32,32,32,125,59,10,32,32,32,32,125,44,10,32,32,32,32,115,101,116,76,97,121,111,117,116,40,114,101,113,117,101,115,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,108,97,121,111,117,116,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,108,97,121,111,117,116,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,115,101,116,76,97,121,111,117,116,40,108,97,121,111,117,116,41,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,123,10,32,32,32,32,32,32,32,32,115,117,99,99,101,115,115,58,32,116,114,117,101,10,32,32,32,32,32,32,125,59,10,32,32,32,32,125,44,10,32,32,32,32,103,101,116,83,116,97,116,101,77,97,99,104,105,110,101,76,105,115,116,101,110,101,114,115,40,114,101,113,117,101,115,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,105,110,115,116,97,110,99,101,46,103,101,116,83,116,97,116,101,77,97,99,104,105,110,101,76,105,115,116,101,110,101,114,115,40,41,59,10,32,32,32,32,125,44,10,32,32,32,32,112,111,115,116,80,111,105,110,116,101,114,68,111,119,110,69,118,101,110,116,40,114,101,113,117,101,115,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,120,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,120,59,10,32,32,32,32,32,32,99,111,110,115,116,32,121,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,121,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,105,110,115,116,97,110,99,101,46,112,111,115,116,80,111,105,110,116,101,114,68,111,119,110,69,118,101,110,116,40,120,44,32,121,41,59,10,32,32,32,32,125,44,10,32,32,32,32,112,111,115,116,80,111,105,110,116,101,114,69,110,116,101,114,69,118,101,110,116,40,114,101,113,117,101,115,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,120,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,120,59,10,32,32,32,32,32,32,99,111,110,115,116,32,121,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,121,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,105,110,115,116,97,110,99,101,46,112,111,115,116,80,111,105,110,116,101,114,69,110,116,101,114,69,118,101,110,116,40,120,44,32,121,41,59,10,32,32,32,32,125,44,10,32,32,32,32,112,111,115,116,80,111,105,110,116,101,114,69,120,105,116,69,118,101,110,116,40,114,101,113,117,101,115,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,120,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,120,59,10,32,32,32,32,32,32,99,111,110,115,116,32,121,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,121,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,105,110,115,116,97,110,99,101,46,112,111,115,116,80,111,105,110,116,101,114,69,120,105,116,69,118,101,110,116,40,120,44,32,121,41,59,10,32,32,32,32,125,44,10,32,32,32,32,112,111,115,116,80,111,105,110,116,101,114,77,111,118,101,69,118,101,110,116,40,114,101,113,117,101,115,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,120,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,120,59,10,32,32,32,32,32,32,99,111,110,115,116,32,121,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,121,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,105,110,115,116,97,110,99,101,46,112,111,115,116,80,111,105,110,116,101,114,77,111,118,101,69,118,101,110,116,40,120,44,32,121,41,59,10,32,32,32,32,125,44,10,32,32,32,32,112,111,115,116,80,111,105,110,116,101,114,85,112,69,118,101,110,116,40,114,101,113,117,101,115,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,120,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,120,59,10,32,32,32,32,32,32,99,111,110,115,116,32,121,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,121,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,105,110,115,116,97,110,99,101,46,112,111,115,116,80,111,105,110,116,101,114,85,112,69,118,101,110,116,40,120,44,32,121,41,59,10,32,32,32,32,125,44,10,32,32,32,32,115,116,97,114,116,83,116,97,116,101,77,97,99,104,105,110,101,40,114,101,113,117,101,115,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,105,110,115,116,97,110,99,101,46,115,116,97,114,116,83,116,97,116,101,77,97,99,104,105,110,101,40,41,59,10,32,32,32,32,125,44,10,32,32,32,32,115,116,111,112,83,116,97,116,101,77,97,99,104,105,110,101,40,114,101,113,117,101,115,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,105,110,115,116,97,110,99,101,46,115,116,111,112,83,116,97,116,101,77,97,99,104,105,110,101,40,41,59,10,32,32,32,32,125,44,10,32,32,32,32,108,111,97,100,83,116,97,116,101,77,97,99,104,105,110,101,40,114,101,113,117,101,115,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,115,116,97,116,101,77,97,99,104,105,110,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,115,116,97,116,101,77,97,99,104,105,110,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,105,110,115,116,97,110,99,101,46,108,111,97,100,83,116,97,116,101,77,97,99,104,105,110,101,40,115,116,97,116,101,77,97,99,104,105,110,101,73,100,41,59,10,32,32,32,32,125,44,10,32,32,32,32,108,111,97,100,83,116,97,116,101,77,97,99,104,105,110,101,68,97,116,97,40,114,101,113,117,101,115,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,115,116,97,116,101,77,97,99,104,105,110,101,68,97,116,97,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,115,116,97,116,101,77,97,99,104,105,110,101,68,97,116,97,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,105,110,115,116,97,110,99,101,46,108,111,97,100,83,116,97,116,101,77,97,99,104,105,110,101,68,97,116,97,40,115,116,97,116,101,77,97,99,104,105,110,101,68,97,116,97,41,59,10,32,32,32,32,125,44,10,32,32,32,32,99,114,101,97,116,101,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,99,111,110,102,105,103,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,99,111,110,102,105,103,59,10,32,32,32,32,32,32,99,111,110,115,116,32,119,105,100,116,104,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,119,105,100,116,104,59,10,32,32,32,32,32,32,99,111,110,115,116,32,104,101,105,103,104,116,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,104,101,105,103,104,116,59,10,32,32,32,32,32,32,105,102,32,40,105,110,115,116,97,110,99,101,115,77,97,112,46,104,97,115,40,105,110,115,116,97,110,99,101,73,100,41,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,97,108,114,101,97,100,121,32,101,120,105,115,116,115,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,110,101,119,32,68,111,116,76,111,116,116,105,101,40,99,111,110,102,105,103,41,59,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,99,97,110,118,97,115,46,104,101,105,103,104,116,32,61,32,104,101,105,103,104,116,59,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,99,97,110,118,97,115,46,119,105,100,116,104,32,61,32,119,105,100,116,104,59,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,115,77,97,112,46,115,101,116,40,105,110,115,116,97,110,99,101,73,100,44,32,105,110,115,116,97,110,99,101,41,59,10,32,32,32,32,32,32,99,111,110,115,116,32,101,118,101,110,116,115,32,61,32,91,10,32,32,32,32,32,32,32,32,34,99,111,109,112,108,101,116,101,34,44,10,32,32,32,32,32,32,32,32,34,102,114,97,109,101,34,44,10,32,32,32,32,32,32,32,32,34,108,111,97,100,34,44,10,32,32,32,32,32,32,32,32,34,108,111,97,100,69,114,114,111,114,34,44,10,32,32,32,32,32,32,32,32,34,108,111,111,112,34,44,10,32,32,32,32,32,32,32,32,34,112,97,117,115,101,34,44,10,32,32,32,32,32,32,32,32,34,112,108,97,121,34,44,10,32,32,32,32,32,32,32,32,34,115,116,111,112,34,44,10,32,32,32,32,32,32,32,32,34,100,101,115,116,114,111,121,34,44,10,32,32,32,32,32,32,32,32,34,102,114,101,101,122,101,34,44,10,32,32,32,32,32,32,32,32,34,117,110,102,114,101,101,122,101,34,44,10,32,32,32,32,32,32,32,32,34,114,101,110,100,101,114,34,44,10,32,32,32,32,32,32,32,32,34,114,101,97,100,121,34,10,32,32,32,32,32,32,93,59,10,32,32,32,32,32,32,101,118,101,110,116,115,46,102,111,114,69,97,99,104,40,40,101,118,101,110,116,41,32,61,62,32,123,10,32,32,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,97,100,100,69,118,101,110,116,76,105,115,116,101,110,101,114,40,101,118,101,110,116,44,32,101,118,101,110,116,72,97,110,100,108,101,114,77,97,112,91,101,118,101,110,116,93,40,105,110,115,116,97,110,99,101,73,100,41,41,59,10,32,32,32,32,32,32,125,41,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,123,10,32,32,32,32,32,32,32,32,105,110,115,116,97,110,99,101,73,100,10,32,32,32,32,32,32,125,59,10,32,32,32,32,125,44,10,32,32,32,32,100,101,115,116,114,111,121,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,114,101,116,117,114,110,59,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,100,101,115,116,114,111,121,40,41,59,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,115,77,97,112,46,100,101,108,101,116,101,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,125,44,10,32,32,32,32,102,114,101,101,122,101,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,102,114,101,101,122,101,40,41,59,10,32,32,32,32,125,44,10,32,32,32,32,108,111,97,100,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,99,111,110,102,105,103,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,99,111,110,102,105,103,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,108,111,97,100,40,99,111,110,102,105,103,41,59,10,32,32,32,32,125,44,10,32,32,32,32,108,111,97,100,65,110,105,109,97,116,105,111,110,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,97,110,105,109,97,116,105,111,110,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,97,110,105,109,97,116,105,111,110,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,108,111,97,100,65,110,105,109,97,116,105,111,110,40,97,110,105,109,97,116,105,111,110,73,100,41,59,10,32,32,32,32,125,44,10,32,32,32,32,115,101,116,84,104,101,109,101,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,116,104,101,109,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,116,104,101,109,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,105,110,115,116,97,110,99,101,46,115,101,116,84,104,101,109,101,40,116,104,101,109,101,73,100,41,59,10,32,32,32,32,125,44,10,32,32,32,32,115,101,116,84,104,101,109,101,68,97,116,97,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,116,104,101,109,101,68,97,116,97,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,116,104,101,109,101,68,97,116,97,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,105,110,115,116,97,110,99,101,46,115,101,116,84,104,101,109,101,68,97,116,97,40,116,104,101,109,101,68,97,116,97,41,59,10,32,32,32,32,125,44,10,32,32,32,32,112,97,117,115,101,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,105,110,115,116,97,110,99,101,46,112,97,117,115,101,40,41,59,10,32,32,32,32,125,44,10,32,32,32,32,112,108,97,121,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,105,110,115,116,97,110,99,101,46,112,108,97,121,40,41,59,10,32,32,32,32,125,44,10,32,32,32,32,114,101,115,105,122,101,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,119,105,100,116,104,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,119,105,100,116,104,59,10,32,32,32,32,32,32,99,111,110,115,116,32,104,101,105,103,104,116,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,104,101,105,103,104,116,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,99,97,110,118,97,115,46,104,101,105,103,104,116,32,61,32,104,101,105,103,104,116,59,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,99,97,110,118,97,115,46,119,105,100,116,104,32,61,32,119,105,100,116,104,59,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,114,101,115,105,122,101,40,41,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,123,10,32,32,32,32,32,32,32,32,115,117,99,99,101,115,115,58,32,116,114,117,101,10,32,32,32,32,32,32,125,59,10,32,32,32,32,125,44,10,32,32,32,32,115,101,116,66,97,99,107,103,114,111,117,110,100,67,111,108,111,114,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,98,97,99,107,103,114,111,117,110,100,67,111,108,111,114,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,98,97,99,107,103,114,111,117,110,100,67,111,108,111,114,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,115,101,116,66,97,99,107,103,114,111,117,110,100,67,111,108,111,114,40,98,97,99,107,103,114,111,117,110,100,67,111,108,111,114,41,59,10,32,32,32,32,125,44,10,32,32,32,32,115,101,116,70,114,97,109,101,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,102,114,97,109,101,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,102,114,97,109,101,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,115,101,116,70,114,97,109,101,40,102,114,97,109,101,41,59,10,32,32,32,32,125,44,10,32,32,32,32,115,101,116,77,111,100,101,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,109,111,100,101,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,109,111,100,101,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,115,101,116,77,111,100,101,40,109,111,100,101,41,59,10,32,32,32,32,125,44,10,32,32,32,32,115,101,116,82,101,110,100,101,114,67,111,110,102,105,103,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,110,100,101,114,67,111,110,102,105,103,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,114,101,110,100,101,114,67,111,110,102,105,103,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,115,101,116,82,101,110,100,101,114,67,111,110,102,105,103,40,114,101,110,100,101,114,67,111,110,102,105,103,41,59,10,32,32,32,32,125,44,10,32,32,32,32,115,101,116,83,101,103,109,101,110,116,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,115,101,103,109,101,110,116,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,115,101,103,109,101,110,116,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,115,101,116,83,101,103,109,101,110,116,40,115,101,103,109,101,110,116,91,48,93,44,32,115,101,103,109,101,110,116,91,49,93,41,59,10,32,32,32,32,125,44,10,32,32,32,32,115,101,116,83,112,101,101,100,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,115,112,101,101,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,115,112,101,101,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,115,101,116,83,112,101,101,100,40,115,112,101,101,100,41,59,10,32,32,32,32,125,44,10,32,32,32,32,115,101,116,85,115,101,70,114,97,109,101,73,110,116,101,114,112,111,108,97,116,105,111,110,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,117,115,101,70,114,97,109,101,73,110,116,101,114,112,111,108,97,116,105,111,110,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,117,115,101,70,114,97,109,101,73,110,116,101,114,112,111,108,97,116,105,111,110,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,115,101,116,85,115,101,70,114,97,109,101,73,110,116,101,114,112,111,108,97,116,105,111,110,40,117,115,101,70,114,97,109,101,73,110,116,101,114,112,111,108,97,116,105,111,110,41,59,10,32,32,32,32,125,44,10,32,32,32,32,115,101,116,87,97,115,109,85,114,108,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,68,111,116,76,111,116,116,105,101,46,115,101,116,87,97,115,109,85,114,108,40,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,117,114,108,41,59,10,32,32,32,32,125,44,10,32,32,32,32,115,116,111,112,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,115,116,111,112,40,41,59,10,32,32,32,32,125,44,10,32,32,32,32,117,110,102,114,101,101,122,101,58,32,40,114,101,113,117,101,115,116,41,32,61,62,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,117,110,102,114,101,101,122,101,40,41,59,10,32,32,32,32,125,44,10,32,32,32,32,115,101,116,86,105,101,119,112,111,114,116,40,114,101,113,117,101,115,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,120,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,120,59,10,32,32,32,32,32,32,99,111,110,115,116,32,121,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,121,59,10,32,32,32,32,32,32,99,111,110,115,116,32,119,105,100,116,104,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,119,105,100,116,104,59,10,32,32,32,32,32,32,99,111,110,115,116,32,104,101,105,103,104,116,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,104,101,105,103,104,116,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,114,101,116,117,114,110,32,105,110,115,116,97,110,99,101,46,115,101,116,86,105,101,119,112,111,114,116,40,120,44,32,121,44,32,119,105,100,116,104,44,32,104,101,105,103,104,116,41,59,10,32,32,32,32,125,44,10,32,32,32,32,115,101,116,77,97,114,107,101,114,40,114,101,113,117,101,115,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,109,97,114,107,101,114,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,109,97,114,107,101,114,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,115,101,116,77,97,114,107,101,114,40,109,97,114,107,101,114,41,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,123,10,32,32,32,32,32,32,32,32,115,117,99,99,101,115,115,58,32,116,114,117,101,10,32,32,32,32,32,32,125,59,10,32,32,32,32,125,44,10,32,32,32,32,115,101,116,76,111,111,112,40,114,101,113,117,101,115,116,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,73,100,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,105,110,115,116,97,110,99,101,73,100,59,10,32,32,32,32,32,32,99,111,110,115,116,32,108,111,111,112,32,61,32,114,101,113,117,101,115,116,46,112,97,114,97,109,115,46,108,111,111,112,59,10,32,32,32,32,32,32,99,111,110,115,116,32,105,110,115,116,97,110,99,101,32,61,32,105,110,115,116,97,110,99,101,115,77,97,112,46,103,101,116,40,105,110,115,116,97,110,99,101,73,100,41,59,10,32,32,32,32,32,32,105,102,32,40,33,105,110,115,116,97,110,99,101,41,32,123,10,32,32,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,73,110,115,116,97,110,99,101,32,119,105,116,104,32,105,100,32,36,123,105,110,115,116,97,110,99,101,73,100,125,32,100,111,101,115,32,110,111,116,32,101,120,105,115,116,46,96,41,59,10,32,32,32,32,32,32,125,10,32,32,32,32,32,32,105,110,115,116,97,110,99,101,46,115,101,116,76,111,111,112,40,108,111,111,112,41,59,10,32,32,32,32,32,32,114,101,116,117,114,110,32,123,10,32,32,32,32,32,32,32,32,115,117,99,99,101,115,115,58,32,116,114,117,101,10,32,32,32,32,32,32,125,59,10,32,32,32,32,125,10,32,32,125,59,10,32,32,102,117,110,99,116,105,111,110,32,101,120,101,99,117,116,101,67,111,109,109,97,110,100,40,114,112,99,82,101,113,117,101,115,116,41,32,123,10,32,32,32,32,99,111,110,115,116,32,109,101,116,104,111,100,32,61,32,114,112,99,82,101,113,117,101,115,116,46,109,101,116,104,111,100,59,10,32,32,32,32,105,102,32,40,116,121,112,101,111,102,32,99,111,109,109,97,110,100,115,91,109,101,116,104,111,100,93,32,61,61,61,32,34,102,117,110,99,116,105,111,110,34,41,32,123,10,32,32,32,32,32,32,114,101,116,117,114,110,32,99,111,109,109,97,110,100,115,91,109,101,116,104,111,100,93,40,114,112,99,82,101,113,117,101,115,116,41,59,10,32,32,32,32,125,32,101,108,115,101,32,123,10,32,32,32,32,32,32,116,104,114,111,119,32,110,101,119,32,69,114,114,111,114,40,96,77,101,116,104,111,100,32,36,123,109,101,116,104,111,100,125,32,105,115,32,110,111,116,32,105,109,112,108,101,109,101,110,116,101,100,32,105,110,32,99,111,109,109,97,110,100,115,46,96,41,59,10,32,32,32,32,125,10,32,32,125,10,32,32,115,101,108,102,46,111,110,109,101,115,115,97,103,101,32,61,32,40,101,118,101,110,116,41,32,61,62,32,123,10,32,32,32,32,116,114,121,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,117,108,116,32,61,32,101,120,101,99,117,116,101,67,111,109,109,97,110,100,40,101,118,101,110,116,46,100,97,116,97,41,59,10,32,32,32,32,32,32,99,111,110,115,116,32,114,101,115,112,111,110,115,101,32,61,32,123,10,32,32,32,32,32,32,32,32,105,100,58,32,101,118,101,110,116,46,100,97,116,97,46,105,100,44,10,32,32,32,32,32,32,32,32,109,101,116,104,111,100,58,32,101,118,101,110,116,46,100,97,116,97,46,109,101,116,104,111,100,44,10,32,32,32,32,32,32,32,32,114,101,115,117,108,116,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,115,101,108,102,46,112,111,115,116,77,101,115,115,97,103,101,40,114,101,115,112,111,110,115,101,41,59,10,32,32,32,32,125,32,99,97,116,99,104,32,40,101,114,114,111,114,41,32,123,10,32,32,32,32,32,32,99,111,110,115,116,32,101,114,114,111,114,82,101,115,112,111,110,115,101,32,61,32,123,10,32,32,32,32,32,32,32,32,105,100,58,32,101,118,101,110,116,46,100,97,116,97,46,105,100,44,10,32,32,32,32,32,32,32,32,109,101,116,104,111,100,58,32,101,118,101,110,116,46,100,97,116,97,46,109,101,116,104,111,100,44,10,32,32,32,32,32,32,32,32,101,114,114,111,114,58,32,101,114,114,111,114,46,109,101,115,115,97,103,101,10,32,32,32,32,32,32,125,59,10,32,32,32,32,32,32,115,101,108,102,46,112,111,115,116,77,101,115,115,97,103,101,40,101,114,114,111,114,82,101,115,112,111,110,115,101,41,59,10,32,32,32,32,125,10,32,32,125,59,10,32,32,118,97,114,32,100,117,109,109,121,32,61,32,34,34,59,10,32,32,118,97,114,32,100,111,116,108,111,116,116,105,101,95,119,111,114,107,101,114,95,100,101,102,97,117,108,116,32,61,32,100,117,109,109,121,59,10,125,41,40,41,59,10])],{type:"application/javascript"}),t=URL.createObjectURL(e),n=new Worker(t);return URL.revokeObjectURL(t),n}},d3=w2,U1=class{constructor(){_(this,"_workers",new Map),_(this,"_animationWorkerMap",new Map)}getWorker(e){return this._workers.has(e)||this._workers.set(e,new d3),this._workers.get(e)}assignAnimationToWorker(e,t){this._animationWorkerMap.set(e,t)}unassignAnimationFromWorker(e){this._animationWorkerMap.delete(e)}sendMessage(e,t,n){this.getWorker(e).postMessage(t,n||[])}terminateWorker(e){let t=this._workers.get(e);t&&(t.terminate(),this._workers.delete(e))}};function u3(e,t){if(e instanceof OffscreenCanvas)return{width:e.width,height:e.height};let{height:n,width:i}=e.getBoundingClientRect();return{width:i*t,height:n*t}}function l3(){return Date.now().toString(36)+Math.random().toString(36).substr(2,9)}var q=class Me{constructor(t){_(this,"_eventManager",new s1),_(this,"_id"),_(this,"_worker"),_(this,"_canvas"),_(this,"_dotLottieInstanceState",{markers:[],autoplay:!1,backgroundColor:"",currentFrame:0,duration:0,loop:!1,mode:"forward",segment:[0,0],segmentDuration:0,speed:1,totalFrames:0,isLoaded:!1,isPlaying:!1,isPaused:!1,isStopped:!0,isFrozen:!1,useFrameInterpolation:!1,renderConfig:{devicePixelRatio:Z$1()},activeAnimationId:"",activeThemeId:"",layout:void 0,marker:void 0,isReady:!1,manifest:null}),_(this,"_created",!1),_(this,"_pointerUpMethod"),_(this,"_pointerDownMethod"),_(this,"_pointerMoveMethod"),_(this,"_pointerEnterMethod"),_(this,"_pointerExitMethod");var n,i,s;this._canvas=t.canvas,this._id=`dotlottie-${l3()}`;let o=t.workerId||"defaultWorker";this._worker=Me._workerManager.getWorker(o),Me._workerManager.assignAnimationToWorker(this._id,o),Me._wasmUrl&&this._sendMessage("setWasmUrl",{url:Me._wasmUrl}),this._create(k(F({},t),{renderConfig:k(F({},t.renderConfig),{devicePixelRatio:((n=t.renderConfig)==null?void 0:n.devicePixelRatio)||Z$1(),freezeOnOffscreen:(s=(i=t.renderConfig)==null?void 0:i.freezeOnOffscreen)!=null?s:!0})})),this._worker.addEventListener("message",this._handleWorkerEvent.bind(this)),this._pointerUpMethod=this._onPointerUp.bind(this),this._pointerDownMethod=this._onPointerDown.bind(this),this._pointerMoveMethod=this._onPointerMove.bind(this),this._pointerEnterMethod=this._onPointerEnter.bind(this),this._pointerExitMethod=this._onPointerLeave.bind(this)}_handleWorkerEvent(t){return g(this,null,function*(){let n=t.data;n.id||(n.method==="onLoad"&&n.result.instanceId===this._id&&(yield this._updateDotLottieInstanceState(),this._eventManager.dispatch(n.result.event),A&&this._canvas instanceof HTMLCanvasElement&&(this._dotLottieInstanceState.renderConfig.freezeOnOffscreen&&W.observe(this._canvas,this),this._dotLottieInstanceState.renderConfig.autoResize&&$.observe(this._canvas,this))),n.method==="onComplete"&&n.result.instanceId===this._id&&(yield this._updateDotLottieInstanceState(),this._eventManager.dispatch(n.result.event)),n.method==="onDestroy"&&n.result.instanceId===this._id&&this._eventManager.dispatch(n.result.event),n.method==="onUnfreeze"&&n.result.instanceId===this._id&&(yield this._updateDotLottieInstanceState(),this._dotLottieInstanceState.isFrozen=!1,this._eventManager.dispatch(n.result.event)),n.method==="onFrame"&&n.result.instanceId===this._id&&(this._dotLottieInstanceState.currentFrame=n.result.event.currentFrame,this._eventManager.dispatch(n.result.event)),n.method==="onRender"&&n.result.instanceId===this._id&&this._eventManager.dispatch(n.result.event),n.method==="onFreeze"&&n.result.instanceId===this._id&&(yield this._updateDotLottieInstanceState(),this._eventManager.dispatch(n.result.event)),n.method==="onPause"&&n.result.instanceId===this._id&&(yield this._updateDotLottieInstanceState(),this._eventManager.dispatch(n.result.event)),n.method==="onPlay"&&n.result.instanceId===this._id&&(yield this._updateDotLottieInstanceState(),this._eventManager.dispatch(n.result.event)),n.method==="onStop"&&n.result.instanceId===this._id&&(yield this._updateDotLottieInstanceState(),this._eventManager.dispatch(n.result.event)),n.method==="onLoadError"&&n.result.instanceId===this._id&&(yield this._updateDotLottieInstanceState(),this._eventManager.dispatch(n.result.event)),n.method==="onReady"&&n.result.instanceId===this._id&&(yield this._updateDotLottieInstanceState(),this._eventManager.dispatch(n.result.event)))})}_create(t){return g(this,null,function*(){var n;let i;this._canvas instanceof HTMLCanvasElement?i=this._canvas.transferControlToOffscreen():i=this._canvas;let{instanceId:s}=yield this._sendMessage("create",F({instanceId:this._id,config:k(F({},t),{canvas:i})},u3(this._canvas,((n=t.renderConfig)==null?void 0:n.devicePixelRatio)||Z$1())),[i]);if(s!==this._id)throw new Error("Instance ID mismatch");this._created=!0,yield this._updateDotLottieInstanceState()})}get isLoaded(){return this._dotLottieInstanceState.isLoaded}get isPlaying(){return this._dotLottieInstanceState.isPlaying}get isPaused(){return this._dotLottieInstanceState.isPaused}get isStopped(){return this._dotLottieInstanceState.isStopped}get currentFrame(){return this._dotLottieInstanceState.currentFrame}get isFrozen(){return this._dotLottieInstanceState.isFrozen}get segmentDuration(){return this._dotLottieInstanceState.segmentDuration}get totalFrames(){return this._dotLottieInstanceState.totalFrames}get segment(){return this._dotLottieInstanceState.segment}get speed(){return this._dotLottieInstanceState.speed}get duration(){return this._dotLottieInstanceState.duration}get isReady(){return this._dotLottieInstanceState.isReady}get mode(){return this._dotLottieInstanceState.mode}get canvas(){return this._canvas}get autoplay(){return this._dotLottieInstanceState.autoplay}get backgroundColor(){return this._dotLottieInstanceState.backgroundColor}get loop(){return this._dotLottieInstanceState.loop}get useFrameInterpolation(){return this._dotLottieInstanceState.useFrameInterpolation}get renderConfig(){return this._dotLottieInstanceState.renderConfig}get manifest(){return this._dotLottieInstanceState.manifest}get activeAnimationId(){return this._dotLottieInstanceState.activeAnimationId}get marker(){return this._dotLottieInstanceState.marker}get activeThemeId(){return this._dotLottieInstanceState.activeThemeId}get layout(){return this._dotLottieInstanceState.layout}play(){return g(this,null,function*(){this._created&&(yield this._sendMessage("play",{instanceId:this._id}),yield this._updateDotLottieInstanceState(),A&&this._canvas instanceof HTMLCanvasElement&&this._dotLottieInstanceState.renderConfig.freezeOnOffscreen&&!$1(this._canvas)&&(yield this.freeze()))})}pause(){return g(this,null,function*(){this._created&&(yield this._sendMessage("pause",{instanceId:this._id}),yield this._updateDotLottieInstanceState())})}stop(){return g(this,null,function*(){this._created&&(yield this._sendMessage("stop",{instanceId:this._id}),yield this._updateDotLottieInstanceState())})}setSpeed(t){return g(this,null,function*(){this._created&&(yield this._sendMessage("setSpeed",{instanceId:this._id,speed:t}),yield this._updateDotLottieInstanceState())})}setMode(t){return g(this,null,function*(){this._created&&(yield this._sendMessage("setMode",{instanceId:this._id,mode:t}),yield this._updateDotLottieInstanceState())})}setFrame(t){return g(this,null,function*(){this._created&&(yield this._sendMessage("setFrame",{frame:t,instanceId:this._id}),yield this._updateDotLottieInstanceState())})}setSegment(t,n){return g(this,null,function*(){this._created&&(yield this._sendMessage("setSegment",{instanceId:this._id,segment:[t,n]}),yield this._updateDotLottieInstanceState())})}setRenderConfig(t){return g(this,null,function*(){if(!this._created)return;let n=t,{devicePixelRatio:i,freezeOnOffscreen:s}=n,o=O1(n,["devicePixelRatio","freezeOnOffscreen"]);yield this._sendMessage("setRenderConfig",{instanceId:this._id,renderConfig:k(F(F({},this._dotLottieInstanceState.renderConfig),o),{devicePixelRatio:i||Z$1(),freezeOnOffscreen:s??!0})}),yield this._updateDotLottieInstanceState(),A&&this._canvas instanceof HTMLCanvasElement&&(this._dotLottieInstanceState.renderConfig.autoResize?$.observe(this._canvas,this):$.unobserve(this._canvas),this._dotLottieInstanceState.renderConfig.freezeOnOffscreen?W.observe(this._canvas,this):(W.unobserve(this._canvas),this._dotLottieInstanceState.isFrozen&&(yield this.unfreeze())))})}setUseFrameInterpolation(t){return g(this,null,function*(){this._created&&(yield this._sendMessage("setUseFrameInterpolation",{instanceId:this._id,useFrameInterpolation:t}),yield this._updateDotLottieInstanceState())})}setTheme(t){return g(this,null,function*(){if(!this._created)return!1;let n=this._sendMessage("setTheme",{instanceId:this._id,themeId:t});return yield this._updateDotLottieInstanceState(),n})}load(t){return g(this,null,function*(){this._created&&(yield this._sendMessage("load",{config:t,instanceId:this._id}),yield this._updateDotLottieInstanceState())})}setLoop(t){return g(this,null,function*(){this._created&&(yield this._sendMessage("setLoop",{instanceId:this._id,loop:t}),yield this._updateDotLottieInstanceState())})}resize(){return g(this,null,function*(){if(!this._created)return;let{height:t,width:n}=u3(this._canvas,this._dotLottieInstanceState.renderConfig.devicePixelRatio||Z$1());yield this._sendMessage("resize",{height:t,instanceId:this._id,width:n}),yield this._updateDotLottieInstanceState()})}destroy(){return g(this,null,function*(){this._created&&(this._created=!1,yield this._sendMessage("destroy",{instanceId:this._id}),this._cleanupStateMachineListeners(),Me._workerManager.unassignAnimationFromWorker(this._id),this._eventManager.removeAllEventListeners(),A&&this._canvas instanceof HTMLCanvasElement&&(W.unobserve(this._canvas),$.unobserve(this._canvas)))})}freeze(){return g(this,null,function*(){this._created&&(yield this._sendMessage("freeze",{instanceId:this._id}),yield this._updateDotLottieInstanceState())})}unfreeze(){return g(this,null,function*(){this._created&&(yield this._sendMessage("unfreeze",{instanceId:this._id}),yield this._updateDotLottieInstanceState())})}setBackgroundColor(t){return g(this,null,function*(){this._created&&(yield this._sendMessage("setBackgroundColor",{instanceId:this._id,backgroundColor:t}),yield this._updateDotLottieInstanceState())})}loadAnimation(t){return g(this,null,function*(){this._created&&(yield this._sendMessage("loadAnimation",{animationId:t,instanceId:this._id}),yield this._updateDotLottieInstanceState())})}setLayout(t){return g(this,null,function*(){this._created&&(yield this._sendMessage("setLayout",{instanceId:this._id,layout:t}),yield this._updateDotLottieInstanceState())})}_updateDotLottieInstanceState(){return g(this,null,function*(){if(!this._created)return;let t=yield this._sendMessage("getDotLottieInstanceState",{instanceId:this._id});this._dotLottieInstanceState=t.state})}markers(){return this._dotLottieInstanceState.markers}setMarker(t){return g(this,null,function*(){this._created&&(yield this._sendMessage("setMarker",{instanceId:this._id,marker:t}),yield this._updateDotLottieInstanceState())})}setThemeData(t){return g(this,null,function*(){if(!this._created)return!1;let n=yield this._sendMessage("setThemeData",{instanceId:this._id,themeData:t});return yield this._updateDotLottieInstanceState(),n})}setViewport(t,n,i,s){return g(this,null,function*(){return this._created?this._sendMessage("setViewport",{x:t,y:n,width:i,height:s,instanceId:this._id}):!1})}_sendMessage(t,n,i){return g(this,null,function*(){let s={id:`dotlottie-request-${l3()}`,method:t,params:n};return this._worker.postMessage(s,i||[]),new Promise((o,a)=>{let l=c=>{let u=c.data;u.id===s.id&&(this._worker.removeEventListener("message",l),u.error?a(new Error(`Failed to execute method ${t}: ${u.error}`)):o(u.result))};this._worker.addEventListener("message",l)})})}addEventListener(t,n){this._eventManager.addEventListener(t,n)}removeEventListener(t,n){this._eventManager.removeEventListener(t,n)}static setWasmUrl(t){Me._wasmUrl=t}loadStateMachine(t){return g(this,null,function*(){if(!this._created)return!1;let n=yield this._sendMessage("loadStateMachine",{instanceId:this._id,stateMachineId:t});return yield this._updateDotLottieInstanceState(),n})}loadStateMachineData(t){return g(this,null,function*(){if(!this._created)return!1;let n=yield this._sendMessage("loadStateMachineData",{instanceId:this._id,stateMachineData:t});return yield this._updateDotLottieInstanceState(),n})}startStateMachine(){return g(this,null,function*(){if(!this._created)return!1;this._setupStateMachineListeners();let t=yield this._sendMessage("startStateMachine",{instanceId:this._id});return yield this._updateDotLottieInstanceState(),t})}stopStateMachine(){return g(this,null,function*(){return this._created?(this._cleanupStateMachineListeners(),this._sendMessage("stopStateMachine",{instanceId:this._id})):!1})}getStateMachineListeners(){return g(this,null,function*(){return this._created?this._sendMessage("getStateMachineListeners",{instanceId:this._id}):[]})}_getPointerPosition(t){let n=this._canvas.getBoundingClientRect(),i=this._canvas.width/n.width,s=this._canvas.height/n.height,o=this._dotLottieInstanceState.renderConfig.devicePixelRatio||window.devicePixelRatio||1,a=(t.clientX-n.left)*i/o,l=(t.clientY-n.top)*s/o;return{x:a,y:l}}_onPointerUp(t){let{x:n,y:i}=this._getPointerPosition(t);this._sendMessage("postPointerUpEvent",{instanceId:this._id,x:n,y:i})}_onPointerDown(t){let{x:n,y:i}=this._getPointerPosition(t);this._sendMessage("postPointerDownEvent",{instanceId:this._id,x:n,y:i})}_onPointerMove(t){let{x:n,y:i}=this._getPointerPosition(t);this._sendMessage("postPointerMoveEvent",{instanceId:this._id,x:n,y:i})}_onPointerEnter(t){let{x:n,y:i}=this._getPointerPosition(t);this._sendMessage("postPointerEnterEvent",{instanceId:this._id,x:n,y:i})}_onPointerLeave(t){let{x:n,y:i}=this._getPointerPosition(t);this._sendMessage("postPointerExitEvent",{instanceId:this._id,x:n,y:i})}_setupStateMachineListeners(){return g(this,null,function*(){if(A&&this._canvas instanceof HTMLCanvasElement&&this.isLoaded){let t=yield this._sendMessage("getStateMachineListeners",{instanceId:this._id});t.includes("PointerUp")&&this._canvas.addEventListener("pointerup",this._pointerUpMethod),t.includes("PointerDown")&&this._canvas.addEventListener("pointerdown",this._pointerDownMethod),t.includes("PointerMove")&&this._canvas.addEventListener("pointermove",this._pointerMoveMethod),t.includes("PointerEnter")&&this._canvas.addEventListener("pointerenter",this._pointerEnterMethod),t.includes("PointerExit")&&this._canvas.addEventListener("pointerleave",this._pointerExitMethod)}})}_cleanupStateMachineListeners(){A&&this._canvas instanceof HTMLCanvasElement&&(this._canvas.removeEventListener("pointerup",this._pointerUpMethod),this._canvas.removeEventListener("pointerdown",this._pointerDownMethod),this._canvas.removeEventListener("pointermove",this._pointerMoveMethod),this._canvas.removeEventListener("pointerenter",this._pointerEnterMethod),this._canvas.removeEventListener("pointerleave",this._pointerExitMethod))}};_(q,"_workerManager",new U1),_(q,"_wasmUrl","");var p=({animationId:e,autoplay:t,backgroundColor:n,className:i,createDotLottie:s,data:o,dotLottieRefCallback:a,loop:l,mode:c,playOnHover:u,renderConfig:f,segment:x,speed:m,src:S,style:E,themeData:d,themeId:I,useFrameInterpolation:y,workerId:P,...b})=>{let[T,R]=React.useState(null),D=React.useRef(null),V=React.useRef(null),z=React.useRef(a),e1={speed:m,mode:c,loop:l,useFrameInterpolation:y,segment:x,backgroundColor:n,autoplay:t,themeId:I,workerId:P,src:S,data:o,renderConfig:f},j=React.useRef(e1);z.current=a,V.current=T,j.current=e1,React.useEffect(()=>{typeof z.current=="function"&&T&&z.current(T)},[T]);let n1=React.useCallback(X=>{if(D.current=X,X){let l1=s({...j.current,canvas:X});R(l1)}else T==null||T.destroy(),R(null)},[]);return React.useEffect(()=>{var l1,c1;let X=t1=>{var N,Y;u&&(t1.type==="mouseenter"&&((N=V.current)==null||N.play()),t1.type==="mouseleave"&&((Y=V.current)==null||Y.pause()))};return(l1=D.current)==null||l1.addEventListener("mouseenter",X),(c1=D.current)==null||c1.addEventListener("mouseleave",X),()=>{var t1,N;(t1=D.current)==null||t1.removeEventListener("mouseenter",X),(N=D.current)==null||N.removeEventListener("mouseleave",X)}},[u]),React.useEffect(()=>()=>{T&&(T.destroy(),R(null))},[T]),React.useEffect(()=>{var X;(X=V.current)==null||X.setSpeed(m??1)},[m]),React.useEffect(()=>{var X;(X=V.current)==null||X.setMode(c??"forward")},[c]),React.useEffect(()=>{var X;(X=V.current)==null||X.setLoop(l??!1)},[l]),React.useEffect(()=>{var X;(X=V.current)==null||X.setUseFrameInterpolation(y??!0)},[y]),React.useEffect(()=>{var X;typeof(x==null?void 0:x[0])=="number"&&typeof x[1]=="number"&&((X=V.current)==null||X.setSegment(x[0],x[1]))},[x]),React.useEffect(()=>{var X;(X=V.current)==null||X.setBackgroundColor(n??"")},[n]),React.useEffect(()=>{var X;(X=V.current)==null||X.setRenderConfig(f??{})},[JSON.stringify(f)]),React.useEffect(()=>{var X;typeof o!="string"&&typeof o!="object"||((X=V.current)==null||X.load({data:o,...j.current}))},[o]),React.useEffect(()=>{var X;typeof S=="string"&&((X=V.current)==null||X.load({src:S,...j.current}))},[S]),React.useEffect(()=>{var X;(X=V.current)==null||X.setMarker(b.marker??"")},[b.marker]),React.useEffect(()=>{var X;(X=V.current)==null||X.loadAnimation(e??"")},[e]),React.useEffect(()=>{var X;typeof I=="string"&&((X=V.current)==null||X.setTheme(I))},[I]),React.useEffect(()=>{var X;(X=V.current)==null||X.setThemeData(d??"")},[d]),jsxRuntimeExports.jsx("div",{className:i,...!i&&{style:{width:"100%",height:"100%",lineHeight:0,...E}},children:jsxRuntimeExports.jsx("canvas",{ref:n1,style:{width:"100%",height:"100%"},...b})})},H=e=>new s3(e),Z=e=>jsxRuntimeExports.jsx(p,{...e,createDotLottie:H});const DialogContent=()=>{const{config:{rules:e=[],fileType:t,bodyText:n="",columns:i=[]},screen:s,selectedJob:o,apiError:a}=useDialogContext(),l=o==null?void 0:o.errored_rows_file_name,c=()=>jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment,{children:[jsxRuntimeExports.jsx(FileIcon,{fileType:t}),n&&jsxRuntimeExports.jsx(Typography$1,{component:"h6",align:"center",fontSize:"16px",lineHeight:"18px",fontWeight:500,children:n}),e&&jsxRuntimeExports.jsx(Rules,{rules:e,columns:i})]}),u=()=>jsxRuntimeExports.jsxs(AnimationContainer,{children:[jsxRuntimeExports.jsx(Box$1,{sx:{width:200,height:200,transform:"scale(1.2)"},children:jsxRuntimeExports.jsx(Lottie,{animationData:uploadingAnimation,loop:!0,autoplay:!0})}),jsxRuntimeExports.jsx(Typography$1,{textAlign:"center",pb:1,children:"Uploading File..."})]}),f=()=>jsxRuntimeExports.jsxs(AnimationContainer,{children:[jsxRuntimeExports.jsx(ErrorOutlineIcon,{sx:{fontSize:100,color:"#ff7004"}}),jsxRuntimeExports.jsxs(Typography$1,{textAlign:"center",pt:2,children:["Exit Warning.",jsxRuntimeExports.jsx("br",{})," Are you sure you want to exit?"]})]}),x=()=>jsxRuntimeExports.jsxs(AnimationContainer,{children:[jsxRuntimeExports.jsx(Box$1,{sx:{width:150,transform:"scale(1.3)"},children:jsxRuntimeExports.jsx(Lottie,{animationData:uploadProcessing,loop:!0,autoplay:!0})}),jsxRuntimeExports.jsxs(Typography$1,{textAlign:"center",pb:1,children:["File Upload Queued.",jsxRuntimeExports.jsx("br",{})," You can close this dialog and come back to check the status."]})]}),m=()=>jsxRuntimeExports.jsxs(AnimationContainer,{children:[jsxRuntimeExports.jsx(Stack$1,{sx:{width:600,height:175,justifyContent:"center"},children:jsxRuntimeExports.jsx(Lottie,{animationData:loadingJobsAnimation,loop:!0,autoplay:!0})}),jsxRuntimeExports.jsx(Typography$1,{textAlign:"center",pb:1,children:"Loading Pending Jobs..."})]}),S=()=>jsxRuntimeExports.jsxs(AnimationContainer,{children:[jsxRuntimeExports.jsx(Box$1,{sx:{width:100,height:150,transform:"scale(1.1)"},children:jsxRuntimeExports.jsx(Lottie,{animationData:errorAnimation,loop:!0,autoplay:!0})}),jsxRuntimeExports.jsxs(Typography$1,{textAlign:"center",children:["Failed to upload the data. Download the error file to inspect the errors.",jsxRuntimeExports.jsx("br",{})," Clear the Errors to start a new upload process."]})]}),E=()=>jsxRuntimeExports.jsxs(AnimationContainer,{children:[jsxRuntimeExports.jsx(Box$1,{sx:{height:200},children:jsxRuntimeExports.jsx(Z,{src:"https://lottie.host/4032845f-e370-4f6f-b255-825d6a08d402/xl9msiJuLV.lottie",loop:!0,autoplay:!0})}),jsxRuntimeExports.jsxs(Typography$1,{textAlign:"center",p:1,children:["Processing Template... ",jsxRuntimeExports.jsx("br",{}),"Downloading will begin automatically."]})]}),d=()=>jsxRuntimeExports.jsxs(AnimationContainer,{children:[jsxRuntimeExports.jsx(DoneAllIcon,{sx:{fontSize:100,color:"#00ad6f",animation:"scale-up 2s ease-out infinite","@keyframes scale-up":{"0%":{transform:"scale(0.5)"},"30%":{transform:"scale(1)"},"70%":{transform:"scale(1)"},"100%":{transform:"scale(0.5)"}}}}),jsxRuntimeExports.jsxs(Typography$1,{textAlign:"center",py:1,fontWeight:500,fontSize:"20px",children:["Uploaded successfully.",l&&" with some rows encountering errors while processing."]}),jsxRuntimeExports.jsxs(Typography$1,{component:"span",children:["File Name: ",jsxRuntimeExports.jsx(Typography$1,{component:"span",color:"#ff7004",children:o==null?void 0:o.file_name})]})]}),I=()=>{const y=(()=>{var P;try{const b=JSON.parse((a==null?void 0:a.message)||"{}");return((P=b==null?void 0:b.error)==null?void 0:P.reason)||"test error"}catch{return""}})();return jsxRuntimeExports.jsxs(AnimationContainer,{children:[jsxRuntimeExports.jsx(Box$1,{sx:{height:200},children:jsxRuntimeExports.jsx(Z,{src:"https://lottie.host/e26aea59-cd11-42da-8989-bab6438fa781/Yh646h8Q74.lottie",loop:!0,autoplay:!0})}),jsxRuntimeExports.jsxs(Typography$1,{textAlign:"center",p:1,component:"h4",children:["Failed to process",jsxRuntimeExports.jsx(Typography$1,{textAlign:"center",color:theme.palette.error.main,fontWeight:"600",children:y})]})]})};switch(s){case Screen.MAIN:return c();case Screen.EXIT_WARNING:return f();case Screen.CHECKING_STATUS:return x();case Screen.LOADING_JOBS:return m();case Screen.UPLOADING_FILE:return u();case Screen.UPLOADING_FILE_ERROR:return S();case Screen.DOWNLOADING_TEMPLATE:return E();case Screen.UPLOAD_COMPLETE:return d();case Screen.GENERAL_ERROR:return I();default:return null}},AnimationContainer=styled$1("div")({display:"flex",alignItems:"center",flexDirection:"column"}),ChevronLeftIcon=createSvgIcon(jsxRuntimeExports.jsx("path",{d:"M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"}),"ChevronLeft"),CloseIcon=createSvgIcon(jsxRuntimeExports.jsx("path",{d:"M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"}),"Close"),TitleContent=()=>{const{config:{title:e="Bulk Upload",handleBackButton:t,handleClose:n,downloadTemplateConfig:{hasDynamicTemplate:i}={}},screen:s,showExitWarning:o,acknowledgeJob:a}=useDialogContext(),l=()=>{!i||!t||t()},c=async()=>{if(i&&s===Screen.MAIN)return o();(s===Screen.UPLOAD_COMPLETE||s===Screen.UPLOADING_FILE_ERROR)&&await a(),n()};return jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment,{children:[i&&s===Screen.MAIN&&jsxRuntimeExports.jsx(IconButton$1,{onClick:l,children:jsxRuntimeExports.jsx(ChevronLeftIcon,{})}),jsxRuntimeExports.jsx(Title,{children:e}),s!==Screen.EXIT_WARNING&&jsxRuntimeExports.jsx(IconButton$1,{"aria-label":"close",onClick:c,children:jsxRuntimeExports.jsx(CloseIcon,{})})]})},BulkUpload=()=>{const{config:{isOpen:e}}=useDialogContext();return jsxRuntimeExports.jsxs(Dialog$1,{open:e,children:[jsxRuntimeExports.jsx(TitleContainer,{children:jsxRuntimeExports.jsx(TitleContent,{})}),jsxRuntimeExports.jsx(DialogContentContainer,{dividers:!0,children:jsxRuntimeExports.jsx(DialogContent,{})}),jsxRuntimeExports.jsx(ActionsContainer,{children:jsxRuntimeExports.jsx(ActionsContent,{})})]})},BulkUploadDialog=({config:e})=>jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment,{children:jsxRuntimeExports.jsxs(ThemeProvider,{theme,children:[jsxRuntimeExports.jsx(CssBaseline,{}),jsxRuntimeExports.jsx(DialogProvider,{config:e,children:jsxRuntimeExports.jsx(BulkUpload,{})})]})}),useDialog=()=>{const[e,t]=React.useState(!1);return{openDialog:()=>t(!0),closeDialog:()=>t(!1),isOpen:e}};exports.BulkUploadDialog=BulkUploadDialog,exports.BulkUploadType=BulkUploadType,exports.FileType=FileType,exports.useDialog=useDialog,Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"})});
|
|
314
|
+
$bm_rt = loopOut('pingpong');`},m:1,_render:!0}],ind:8,parent:1,completed:!0},{ty:4,nm:"Group 8",sr:1,st:0,op:60.0000024438501,ip:0,hd:!1,ddd:0,bm:0,hasMask:!1,ao:0,ks:{a:{a:0,k:[288.266,288.39,0],ix:1},s:{a:0,k:[100,100,100],ix:6},sk:{a:0,k:0},p:{a:0,k:[0,3.253,0],ix:2},r:{a:0,k:0,ix:10},sa:{a:0,k:0},o:{a:0,k:100,ix:11}},ef:[],shapes:[{ty:"gr",bm:0,hd:!1,mn:"ADBE Vector Group",nm:"Group 8",ix:1,cix:2,np:4,it:[{ty:"sh",bm:0,hd:!1,mn:"ADBE Vector Shape - Group",nm:"Path 1",ix:1,d:1,ks:{a:0,k:{c:!0,i:[[138.125,-189.088],[138.125,-241.109],[190.138,-189.088]],o:[[138.125,-189.088],[138.125,-241.109],[190.138,-189.088]],v:[[138.125,-189.088],[138.125,-241.109],[190.138,-189.088]]},ix:2},_render:!0},{ty:"sh",bm:0,hd:!1,mn:"ADBE Vector Shape - Group",nm:"Path 2",ix:2,d:1,ks:{a:0,k:{c:!0,i:[[212.489,-185.84400000000002],[136.201,-262.131],[133.22199999999998,-264.11],[-206.441,-264.11],[-213.194,-261.086],[-213.194,263.265],[-204.13400000000001,263.62],[-199.687,-250.604],[124.618,-250.604],[124.618,-182.334],[127.64200000000001,-175.581],[199.687,-175.581],[199.687,99.221],[213.194,99.221],[213.194,-182.334]],o:[[211.215,-187.109],[134.936,-263.405],[131.426,-264.11],[-210.17000000000002,-264.11],[-213.194,-257.357],[-208.631,263.299],[-199.687,264.11],[-199.687,-250.604],[124.618,-250.604],[124.618,-178.605],[131.371,-175.581],[199.687,-175.581],[199.687,99.221],[213.194,99.221],[213.194,-184.13]],v:[[211.215,-187.109],[136.201,-262.131],[131.426,-264.11],[-206.441,-264.11],[-213.194,-257.357],[-213.194,263.265],[-199.687,264.11],[-199.687,-250.604],[124.618,-250.604],[124.618,-182.334],[131.371,-175.581],[199.687,-175.581],[199.687,99.221],[213.194,99.221],[213.194,-182.334]]},ix:2},_render:!0},{ty:"mm",bm:0,hd:!1,mn:"ADBE Vector Filter - Merge",nm:"Merge Paths 1",mm:1,_render:!0},{ty:"fl",bm:0,hd:!1,mn:"ADBE Vector Graphic - Fill",nm:"Fill 1",c:{a:0,k:[.9804,.7216,.1569,1],ix:4},r:1,o:{a:0,k:100,ix:5},_render:!0},{ty:"tr",a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},sk:{a:0,k:0,ix:4},p:{a:0,k:[288.264,264.361],ix:2},r:{a:0,k:0,ix:6},sa:{a:0,k:0,ix:5},o:{a:0,k:100,ix:7},_render:!0}],_render:!0}],ind:9,parent:1,completed:!0},{ty:4,nm:"Group 9",sr:1,st:0,op:60.0000024438501,ip:0,hd:!1,ddd:0,bm:0,hasMask:!1,ao:0,ks:{a:{a:0,k:[288.266,288.39,0],ix:1},s:{a:0,k:[100,100,100],ix:6},sk:{a:0,k:0},p:{a:0,k:[0,3.253,0],ix:2},r:{a:0,k:0,ix:10},sa:{a:0,k:0},o:{a:0,k:100,ix:11}},ef:[],shapes:[{ty:"gr",bm:0,hd:!1,mn:"ADBE Vector Group",nm:"Group 9",ix:1,cix:2,np:2,it:[{ty:"sh",bm:0,hd:!1,mn:"ADBE Vector Shape - Group",nm:"Path 1",ix:1,d:1,ks:{a:0,k:{c:!1,i:[[494.707,440.425],[494.707,354.199]],o:[[494.707,440.425],[494.707,354.199]],v:[[494.707,440.425],[494.707,354.199]]},ix:2},_render:!0},{ty:"st",bm:0,hd:!1,mn:"ADBE Vector Graphic - Stroke",nm:"Stroke 1",lc:2,lj:2,ml:1,o:{a:0,k:100,ix:4},w:{a:0,k:13.512,ix:5},c:{a:0,k:[.9804,.7216,.1569,1],ix:3},_render:!0},{ty:"tr",a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},sk:{a:0,k:0,ix:4},p:{a:0,k:[0,0],ix:2},r:{a:0,k:0,ix:6},sa:{a:0,k:0,ix:5},o:{a:0,k:100,ix:7},_render:!0}],_render:!0}],ind:10,parent:1,completed:!0},{ty:4,nm:"Group 10",sr:1,st:0,op:60.0000024438501,ip:0,hd:!1,ddd:0,bm:0,hasMask:!1,ao:0,ks:{a:{a:0,k:[288.266,288.39,0],ix:1},s:{a:0,k:[100,100,100],ix:6},sk:{a:0,k:0},p:{a:0,k:[0,3.253,0],ix:2},r:{a:0,k:0,ix:10},sa:{a:0,k:0},o:{a:0,k:100,ix:11}},ef:[],shapes:[{ty:"gr",bm:0,hd:!1,mn:"ADBE Vector Group",nm:"Group 10",ix:1,cix:2,np:2,it:[{ty:"sh",bm:0,hd:!1,mn:"ADBE Vector Shape - Group",nm:"Path 1",ix:1,d:1,ks:{a:0,k:{c:!0,i:[[26.462,.094],[53.11,26.555],[26.462,53.018],[-.001,26.555],[-26.651,53.018],[-53.111,26.555],[-26.463,.094],[-53.111,-26.555],[-26.651,-53.018],[-.001,-26.555],[26.462,-53.018],[53.11,-26.555]],o:[[26.462,.094],[53.11,26.555],[26.462,53.018],[-.001,26.555],[-26.651,53.018],[-53.111,26.555],[-26.463,.094],[-53.111,-26.555],[-26.651,-53.018],[-.001,-26.555],[26.462,-53.018],[53.11,-26.555]],v:[[26.462,.094],[53.11,26.555],[26.462,53.018],[-.001,26.555],[-26.651,53.018],[-53.111,26.555],[-26.463,.094],[-53.111,-26.555],[-26.651,-53.018],[-.001,-26.555],[26.462,-53.018],[53.11,-26.555]]},ix:2},_render:!0},{ty:"st",bm:0,hd:!1,mn:"ADBE Vector Graphic - Stroke",nm:"Stroke 1",lc:2,lj:2,ml:1,o:{a:0,k:100,ix:4},w:{a:0,k:13.512,ix:5},c:{a:0,k:[.9804,.7216,.1569,1],ix:3},_render:!0},{ty:"tr",a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},sk:{a:0,k:0,ix:4},p:{a:0,k:[382.103,175.887],ix:2},r:{a:0,k:0,ix:6},sa:{a:0,k:0,ix:5},o:{a:0,k:100,ix:7},_render:!0}],_render:!0}],ind:11,parent:1,completed:!0},{ty:4,nm:"Group 11",sr:1,st:0,op:60.0000024438501,ip:0,hd:!1,ddd:0,bm:0,hasMask:!1,ao:0,ks:{a:{a:0,k:[288.266,288.39,0],ix:1},s:{a:0,k:[100,100,100],ix:6},sk:{a:0,k:0},p:{a:0,k:[0,3.253,0],ix:2},r:{a:0,k:0,ix:10},sa:{a:0,k:0},o:{a:0,k:100,ix:11}},ef:[],shapes:[{ty:"gr",bm:0,hd:!1,mn:"ADBE Vector Group",nm:"Group 11",ix:1,cix:2,np:2,it:[{ty:"sh",bm:0,hd:!1,mn:"ADBE Vector Shape - Group",nm:"Path 1",ix:1,d:1,ks:{a:0,k:{c:!0,i:[[26.463,.094],[53.111,26.555],[26.463,53.018],[-.001,26.555],[-26.65,53.018],[-53.11,26.555],[-26.462,.094],[-53.11,-26.555],[-26.65,-53.018],[-.001,-26.555],[26.463,-53.018],[53.111,-26.555]],o:[[26.463,.094],[53.111,26.555],[26.463,53.018],[-.001,26.555],[-26.65,53.018],[-53.11,26.555],[-26.462,.094],[-53.11,-26.555],[-26.65,-53.018],[-.001,-26.555],[26.463,-53.018],[53.111,-26.555]],v:[[26.463,.094],[53.111,26.555],[26.463,53.018],[-.001,26.555],[-26.65,53.018],[-53.11,26.555],[-26.462,.094],[-53.11,-26.555],[-26.65,-53.018],[-.001,-26.555],[26.463,-53.018],[53.111,-26.555]]},ix:2},_render:!0},{ty:"st",bm:0,hd:!1,mn:"ADBE Vector Graphic - Stroke",nm:"Stroke 1",lc:2,lj:2,ml:1,o:{a:0,k:100,ix:4},w:{a:0,k:13.512,ix:5},c:{a:0,k:[.9804,.7216,.1569,1],ix:3},_render:!0},{ty:"tr",a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},sk:{a:0,k:0,ix:4},p:{a:0,k:[194.461,175.887],ix:2},r:{a:0,k:0,ix:6},sa:{a:0,k:0,ix:5},o:{a:0,k:100,ix:7},_render:!0}],_render:!0}],ind:12,parent:1,completed:!0}],v$1="4.8.0",fr$1=29.9700012207031,op$1=60.0000024438501,ip$1=0,assets$1=[],__complete=!0,errorAnimation={nm:nm$1,ddd:ddd$1,h:h$1,w:w$1,meta,layers:layers$1,v:v$1,fr:fr$1,op:op$1,ip:ip$1,assets:assets$1,__complete},v="4.10.1",fr=60,ip=0,op=80,w=1080,h=1080,nm="Big_final_loading_comp",ddd=0,assets=[],layers=[{ddd:0,ind:1,ty:4,nm:"B2",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:-45,ix:10},p:{a:1,k:[{i:{x:0,y:1},o:{x:0,y:0},n:"0_1_0_0",t:0,s:[658.4,657.127,0],e:[540.031,538.758,0],to:[-19.7282791137695,-19.7282791137695,0],ti:[19.7282791137695,19.7282791137695,0]},{i:{x:0,y:0},o:{x:.167,y:.167},n:"0_0_0p167_0p167",t:10,s:[540.031,538.758,0],e:[540.031,538.758,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.167,y:0},n:"0p667_1_0p167_0",t:70,s:[540.031,538.758,0],e:[421.63,657.158,0],to:[-19.7333698272705,19.7333698272705,0],ti:[19.7333698272705,-19.7333698272705,0]},{t:80}],ix:2},a:{a:0,k:[8,20,0],ix:1},s:{a:0,k:[17.28,17.28,100],ix:6}},ao:0,ef:[{ty:21,nm:"Fill",np:9,mn:"ADBE Fill",ix:1,en:1,ef:[{ty:10,nm:"Fill Mask",mn:"ADBE Fill-0001",ix:1,v:{a:0,k:0,ix:1}},{ty:7,nm:"All Masks",mn:"ADBE Fill-0007",ix:2,v:{a:0,k:0,ix:2}},{ty:2,nm:"Color",mn:"ADBE Fill-0002",ix:3,v:{a:0,k:[.128565937281,.819607853889,.486281752586,1],ix:3}},{ty:7,nm:"Invert",mn:"ADBE Fill-0006",ix:4,v:{a:0,k:0,ix:4}},{ty:0,nm:"Horizontal Feather",mn:"ADBE Fill-0003",ix:5,v:{a:0,k:0,ix:5}},{ty:0,nm:"Vertical Feather",mn:"ADBE Fill-0004",ix:6,v:{a:0,k:0,ix:6}},{ty:0,nm:"Opacity",mn:"ADBE Fill-0005",ix:7,v:{a:0,k:1,ix:7}}]}],shapes:[{ty:"gr",it:[{ty:"rc",d:1,s:{a:0,k:[912,912],ix:2},p:{a:0,k:[0,0],ix:3},r:{a:0,k:0,ix:4},nm:"Rectangle Path 1",mn:"ADBE Vector Shape - Rect",hd:!1},{ty:"fl",c:{a:0,k:[.486977401434,.18449826708,.505882352941,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1},{ty:"tr",p:{a:0,k:[8,20],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"Rectangle 1",np:3,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1},{ty:"rd",nm:"Round Corners 1",r:{a:0,k:100,ix:1},ix:2,mn:"ADBE Vector Filter - RC",hd:!1}],ip:0,op:600,st:0,bm:0},{ddd:0,ind:2,ty:4,nm:"B3",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:-45,ix:10},p:{a:1,k:[{i:{x:.667,y:.667},o:{x:.333,y:.333},n:"0p667_0p667_0p333_0p333",t:0,s:[776.835,538.693,0],e:[776.835,538.693,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},n:"0p667_1_0p333_0",t:10,s:[776.835,538.693,0],e:[658.4,657.127,0],to:[-19.7390975952148,19.7390975952148,0],ti:[19.7390975952148,-19.7390975952148,0]},{t:20}],ix:2},a:{a:0,k:[8,20,0],ix:1},s:{a:0,k:[17.28,17.28,100],ix:6}},ao:0,ef:[{ty:21,nm:"Fill",np:9,mn:"ADBE Fill",ix:1,en:1,ef:[{ty:10,nm:"Fill Mask",mn:"ADBE Fill-0001",ix:1,v:{a:0,k:0,ix:1}},{ty:7,nm:"All Masks",mn:"ADBE Fill-0007",ix:2,v:{a:0,k:0,ix:2}},{ty:2,nm:"Color",mn:"ADBE Fill-0002",ix:3,v:{a:0,k:[.128565937281,.819607853889,.486281752586,1],ix:3}},{ty:7,nm:"Invert",mn:"ADBE Fill-0006",ix:4,v:{a:0,k:0,ix:4}},{ty:0,nm:"Horizontal Feather",mn:"ADBE Fill-0003",ix:5,v:{a:0,k:0,ix:5}},{ty:0,nm:"Vertical Feather",mn:"ADBE Fill-0004",ix:6,v:{a:0,k:0,ix:6}},{ty:0,nm:"Opacity",mn:"ADBE Fill-0005",ix:7,v:{a:0,k:1,ix:7}}]}],shapes:[{ty:"gr",it:[{ty:"rc",d:1,s:{a:0,k:[912,912],ix:2},p:{a:0,k:[0,0],ix:3},r:{a:0,k:0,ix:4},nm:"Rectangle Path 1",mn:"ADBE Vector Shape - Rect",hd:!1},{ty:"fl",c:{a:0,k:[.486977401434,.18449826708,.505882352941,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1},{ty:"tr",p:{a:0,k:[8,20],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"Rectangle 1",np:3,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1},{ty:"rd",nm:"Round Corners 1",r:{a:0,k:100,ix:1},ix:2,mn:"ADBE Vector Filter - RC",hd:!1}],ip:0,op:600,st:0,bm:0},{ddd:0,ind:3,ty:4,nm:"M3",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:-45,ix:10},p:{a:1,k:[{i:{x:.667,y:.667},o:{x:.333,y:.333},n:"0p667_0p667_0p333_0p333",t:0,s:[658.465,420.323,0],e:[658.465,420.323,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},n:"0p667_1_0p333_0",t:20,s:[658.465,420.323,0],e:[776.835,538.693,0],to:[19.7282791137695,19.7282791137695,0],ti:[-19.7282791137695,-19.7282791137695,0]},{t:30}],ix:2},a:{a:0,k:[8,20,0],ix:1},s:{a:0,k:[17.28,17.28,100],ix:6}},ao:0,ef:[{ty:21,nm:"Fill",np:9,mn:"ADBE Fill",ix:1,en:1,ef:[{ty:10,nm:"Fill Mask",mn:"ADBE Fill-0001",ix:1,v:{a:0,k:0,ix:1}},{ty:7,nm:"All Masks",mn:"ADBE Fill-0007",ix:2,v:{a:0,k:0,ix:2}},{ty:2,nm:"Color",mn:"ADBE Fill-0002",ix:3,v:{a:0,k:[.128565937281,.819607853889,.486281752586,1],ix:3}},{ty:7,nm:"Invert",mn:"ADBE Fill-0006",ix:4,v:{a:0,k:0,ix:4}},{ty:0,nm:"Horizontal Feather",mn:"ADBE Fill-0003",ix:5,v:{a:0,k:0,ix:5}},{ty:0,nm:"Vertical Feather",mn:"ADBE Fill-0004",ix:6,v:{a:0,k:0,ix:6}},{ty:0,nm:"Opacity",mn:"ADBE Fill-0005",ix:7,v:{a:0,k:1,ix:7}}]}],shapes:[{ty:"gr",it:[{ty:"rc",d:1,s:{a:0,k:[912,912],ix:2},p:{a:0,k:[0,0],ix:3},r:{a:0,k:0,ix:4},nm:"Rectangle Path 1",mn:"ADBE Vector Shape - Rect",hd:!1},{ty:"fl",c:{a:0,k:[.486977401434,.18449826708,.505882352941,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1},{ty:"tr",p:{a:0,k:[8,20],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"Rectangle 1",np:3,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1},{ty:"rd",nm:"Round Corners 1",r:{a:0,k:100,ix:1},ix:2,mn:"ADBE Vector Filter - RC",hd:!1}],ip:0,op:600,st:0,bm:0},{ddd:0,ind:4,ty:4,nm:"T3",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:-45,ix:10},p:{a:1,k:[{i:{x:.667,y:.667},o:{x:.333,y:.333},n:"0p667_0p667_0p333_0p333",t:0,s:[539.332,301.19,0],e:[539.332,301.19,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},n:"0p667_1_0p333_0",t:30,s:[539.332,301.19,0],e:[658.465,420.323,0],to:[19.8555583953857,19.8555583953857,0],ti:[-19.8555583953857,-19.8555583953857,0]},{t:40}],ix:2},a:{a:0,k:[8,20,0],ix:1},s:{a:0,k:[17.28,17.28,100],ix:6}},ao:0,ef:[{ty:21,nm:"Fill",np:9,mn:"ADBE Fill",ix:1,en:1,ef:[{ty:10,nm:"Fill Mask",mn:"ADBE Fill-0001",ix:1,v:{a:0,k:0,ix:1}},{ty:7,nm:"All Masks",mn:"ADBE Fill-0007",ix:2,v:{a:0,k:0,ix:2}},{ty:2,nm:"Color",mn:"ADBE Fill-0002",ix:3,v:{a:0,k:[.128565937281,.819607853889,.486281752586,1],ix:3}},{ty:7,nm:"Invert",mn:"ADBE Fill-0006",ix:4,v:{a:0,k:0,ix:4}},{ty:0,nm:"Horizontal Feather",mn:"ADBE Fill-0003",ix:5,v:{a:0,k:0,ix:5}},{ty:0,nm:"Vertical Feather",mn:"ADBE Fill-0004",ix:6,v:{a:0,k:0,ix:6}},{ty:0,nm:"Opacity",mn:"ADBE Fill-0005",ix:7,v:{a:0,k:1,ix:7}}]}],shapes:[{ty:"gr",it:[{ty:"rc",d:1,s:{a:0,k:[912,912],ix:2},p:{a:0,k:[0,0],ix:3},r:{a:0,k:0,ix:4},nm:"Rectangle Path 1",mn:"ADBE Vector Shape - Rect",hd:!1},{ty:"fl",c:{a:0,k:[.486977401434,.18449826708,.505882352941,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1},{ty:"tr",p:{a:0,k:[8,20],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"Rectangle 1",np:3,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1},{ty:"rd",nm:"Round Corners 1",r:{a:0,k:100,ix:1},ix:2,mn:"ADBE Vector Filter - RC",hd:!1}],ip:0,op:600,st:0,bm:0},{ddd:0,ind:5,ty:4,nm:"T2",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:-45,ix:10},p:{a:1,k:[{i:{x:.667,y:.667},o:{x:.333,y:.333},n:"0p667_0p667_0p333_0p333",t:0,s:[420.897,419.624,0],e:[420.897,419.624,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},n:"0p667_1_0p333_0",t:40,s:[420.897,419.624,0],e:[539.332,301.19,0],to:[19.7390975952148,-19.7390975952148,0],ti:[-19.7390975952148,19.7390975952148,0]},{t:50}],ix:2},a:{a:0,k:[8,20,0],ix:1},s:{a:0,k:[17.28,17.28,100],ix:6}},ao:0,ef:[{ty:21,nm:"Fill",np:9,mn:"ADBE Fill",ix:1,en:1,ef:[{ty:10,nm:"Fill Mask",mn:"ADBE Fill-0001",ix:1,v:{a:0,k:0,ix:1}},{ty:7,nm:"All Masks",mn:"ADBE Fill-0007",ix:2,v:{a:0,k:0,ix:2}},{ty:2,nm:"Color",mn:"ADBE Fill-0002",ix:3,v:{a:0,k:[.128565937281,.819607853889,.486281752586,1],ix:3}},{ty:7,nm:"Invert",mn:"ADBE Fill-0006",ix:4,v:{a:0,k:0,ix:4}},{ty:0,nm:"Horizontal Feather",mn:"ADBE Fill-0003",ix:5,v:{a:0,k:0,ix:5}},{ty:0,nm:"Vertical Feather",mn:"ADBE Fill-0004",ix:6,v:{a:0,k:0,ix:6}},{ty:0,nm:"Opacity",mn:"ADBE Fill-0005",ix:7,v:{a:0,k:1,ix:7}}]}],shapes:[{ty:"gr",it:[{ty:"rc",d:1,s:{a:0,k:[912,912],ix:2},p:{a:0,k:[0,0],ix:3},r:{a:0,k:0,ix:4},nm:"Rectangle Path 1",mn:"ADBE Vector Shape - Rect",hd:!1},{ty:"fl",c:{a:0,k:[.486977401434,.18449826708,.505882352941,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1},{ty:"tr",p:{a:0,k:[8,20],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"Rectangle 1",np:3,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1},{ty:"rd",nm:"Round Corners 1",r:{a:0,k:100,ix:1},ix:2,mn:"ADBE Vector Filter - RC",hd:!1}],ip:0,op:600,st:0,bm:0},{ddd:0,ind:6,ty:4,nm:"T1",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:-45,ix:10},p:{a:1,k:[{i:{x:.667,y:.667},o:{x:.333,y:.333},n:"0p667_0p667_0p333_0p333",t:0,s:[302.497,538.025,0],e:[302.497,538.025,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},n:"0p667_1_0p333_0",t:50,s:[302.497,538.025,0],e:[420.897,419.624,0],to:[19.7333698272705,-19.7333698272705,0],ti:[-19.7333698272705,19.7333698272705,0]},{t:60}],ix:2},a:{a:0,k:[8,20,0],ix:1},s:{a:0,k:[17.28,17.28,100],ix:6}},ao:0,ef:[{ty:21,nm:"Fill",np:9,mn:"ADBE Fill",ix:1,en:1,ef:[{ty:10,nm:"Fill Mask",mn:"ADBE Fill-0001",ix:1,v:{a:0,k:0,ix:1}},{ty:7,nm:"All Masks",mn:"ADBE Fill-0007",ix:2,v:{a:0,k:0,ix:2}},{ty:2,nm:"Color",mn:"ADBE Fill-0002",ix:3,v:{a:0,k:[.128565937281,.819607853889,.486281752586,1],ix:3}},{ty:7,nm:"Invert",mn:"ADBE Fill-0006",ix:4,v:{a:0,k:0,ix:4}},{ty:0,nm:"Horizontal Feather",mn:"ADBE Fill-0003",ix:5,v:{a:0,k:0,ix:5}},{ty:0,nm:"Vertical Feather",mn:"ADBE Fill-0004",ix:6,v:{a:0,k:0,ix:6}},{ty:0,nm:"Opacity",mn:"ADBE Fill-0005",ix:7,v:{a:0,k:1,ix:7}}]}],shapes:[{ty:"gr",it:[{ty:"rc",d:1,s:{a:0,k:[912,912],ix:2},p:{a:0,k:[0,0],ix:3},r:{a:0,k:0,ix:4},nm:"Rectangle Path 1",mn:"ADBE Vector Shape - Rect",hd:!1},{ty:"fl",c:{a:0,k:[.486977401434,.18449826708,.505882352941,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1},{ty:"tr",p:{a:0,k:[8,20],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"Rectangle 1",np:3,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1},{ty:"rd",nm:"Round Corners 1",r:{a:0,k:100,ix:1},ix:2,mn:"ADBE Vector Filter - RC",hd:!1}],ip:0,op:600,st:0,bm:0},{ddd:0,ind:7,ty:4,nm:"M1",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:-45,ix:10},p:{a:1,k:[{i:{x:.667,y:.667},o:{x:.333,y:.333},n:"0p667_0p667_0p333_0p333",t:0,s:[421.63,657.158,0],e:[421.63,657.158,0],to:[0,0,0],ti:[0,0,0]},{i:{x:.667,y:1},o:{x:.333,y:0},n:"0p667_1_0p333_0",t:60,s:[421.63,657.158,0],e:[302.497,538.025,0],to:[-19.8555583953857,-19.8555583953857,0],ti:[19.8555583953857,19.8555583953857,0]},{t:70}],ix:2},a:{a:0,k:[8,20,0],ix:1},s:{a:0,k:[17.28,17.28,100],ix:6}},ao:0,ef:[{ty:21,nm:"Fill",np:9,mn:"ADBE Fill",ix:1,en:1,ef:[{ty:10,nm:"Fill Mask",mn:"ADBE Fill-0001",ix:1,v:{a:0,k:0,ix:1}},{ty:7,nm:"All Masks",mn:"ADBE Fill-0007",ix:2,v:{a:0,k:0,ix:2}},{ty:2,nm:"Color",mn:"ADBE Fill-0002",ix:3,v:{a:0,k:[.128565937281,.819607853889,.486281752586,1],ix:3}},{ty:7,nm:"Invert",mn:"ADBE Fill-0006",ix:4,v:{a:0,k:0,ix:4}},{ty:0,nm:"Horizontal Feather",mn:"ADBE Fill-0003",ix:5,v:{a:0,k:0,ix:5}},{ty:0,nm:"Vertical Feather",mn:"ADBE Fill-0004",ix:6,v:{a:0,k:0,ix:6}},{ty:0,nm:"Opacity",mn:"ADBE Fill-0005",ix:7,v:{a:0,k:1,ix:7}}]}],shapes:[{ty:"gr",it:[{ty:"rc",d:1,s:{a:0,k:[912,912],ix:2},p:{a:0,k:[0,0],ix:3},r:{a:0,k:0,ix:4},nm:"Rectangle Path 1",mn:"ADBE Vector Shape - Rect",hd:!1},{ty:"fl",c:{a:0,k:[.486977401434,.18449826708,.505882352941,1],ix:4},o:{a:0,k:100,ix:5},r:1,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:!1},{ty:"tr",p:{a:0,k:[8,20],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"Rectangle 1",np:3,cix:2,ix:1,mn:"ADBE Vector Group",hd:!1},{ty:"rd",nm:"Round Corners 1",r:{a:0,k:100,ix:1},ix:2,mn:"ADBE Vector Filter - RC",hd:!1}],ip:0,op:600,st:0,bm:0}],uploadProcessing={v,fr,ip,op,w,h,nm,ddd,assets,layers},FileIcon=({fileType:e})=>jsxRuntimeExports.jsx(Stack$1,{direction:"row",justifyContent:"center",sx:{userSelect:"none"},children:jsxRuntimeExports.jsx("img",{src:`https://s3.us-west-1.amazonaws.com/dentira.com/ui/file-icons/${e}-File-Icon.png`,alt:`${e.toString().toLowerCase()} file icon`,width:"100px",height:`${e===EXCEL?"115":"100"}`})}),Rules=({rules:e=[],columns:t=[]})=>{const n=useStyles();return e.length===0?null:jsxRuntimeExports.jsx(List$1,{subheader:jsxRuntimeExports.jsx(ListSubheader$1,{component:"div",id:"nested-list-subheader",sx:{padding:0,fontSize:"16px",lineHeight:"24px",fontWeight:600},disableGutters:!0,children:"Rules"}),children:e.map((i,s)=>jsxRuntimeExports.jsx(ListItem$1,{disablePadding:!0,sx:{pl:2},children:jsxRuntimeExports.jsx(ListItemText$1,{sx:{display:"list-item",listStyleType:"disc",fontSize:"14px"},className:n.listItemText,primary:i.split(" ").map((o,a)=>{const l=o.replace(/[.,!]/g,"");return t.includes(l)?jsxRuntimeExports.jsxs(HighligtedWord,{children:[o," "]},a):`${o} `})})},i+s))})},DialogContent=()=>{const{config:{rules:e=[],fileType:t,bodyText:n="",columns:i=[]},screen:s,selectedJob:o,apiError:a}=useDialogContext(),l=o==null?void 0:o.errored_rows_file_name,c=()=>jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment,{children:[jsxRuntimeExports.jsx(FileIcon,{fileType:t}),n&&jsxRuntimeExports.jsx(Typography$1,{component:"h6",align:"center",fontSize:"16px",lineHeight:"18px",fontWeight:500,children:n}),e&&jsxRuntimeExports.jsx(Rules,{rules:e,columns:i})]}),u=()=>jsxRuntimeExports.jsxs(AnimationContainer,{children:[jsxRuntimeExports.jsx(Box$1,{sx:{width:200,height:200,transform:"scale(1.2)"},children:jsxRuntimeExports.jsx(Lottie,{animationData:uploadingAnimation,loop:!0,autoplay:!0})}),jsxRuntimeExports.jsx(Typography$1,{textAlign:"center",pb:1,children:"Uploading File..."})]}),f=()=>jsxRuntimeExports.jsxs(AnimationContainer,{children:[jsxRuntimeExports.jsx(ErrorOutlineIcon,{sx:{fontSize:100,color:"#ff7004"}}),jsxRuntimeExports.jsxs(Typography$1,{textAlign:"center",pt:2,children:["Exit Warning.",jsxRuntimeExports.jsx("br",{})," Are you sure you want to exit?"]})]}),x=()=>jsxRuntimeExports.jsxs(AnimationContainer,{children:[jsxRuntimeExports.jsx(Box$1,{sx:{width:150,transform:"scale(1.3)"},children:jsxRuntimeExports.jsx(Lottie,{animationData:uploadProcessing,loop:!0,autoplay:!0})}),jsxRuntimeExports.jsxs(Typography$1,{textAlign:"center",pb:1,children:["File Upload Queued.",jsxRuntimeExports.jsx("br",{})," You can close this dialog and come back to check the status."]})]}),m=()=>jsxRuntimeExports.jsxs(AnimationContainer,{children:[jsxRuntimeExports.jsx(Stack$1,{sx:{width:600,height:175,justifyContent:"center"},children:jsxRuntimeExports.jsx(Lottie,{animationData:loadingJobsAnimation,loop:!0,autoplay:!0})}),jsxRuntimeExports.jsx(Typography$1,{textAlign:"center",pb:1,children:"Loading Pending Jobs..."})]}),S=()=>jsxRuntimeExports.jsxs(AnimationContainer,{children:[jsxRuntimeExports.jsx(Box$1,{sx:{width:100,height:150,transform:"scale(1.1)"},children:jsxRuntimeExports.jsx(Lottie,{animationData:errorAnimation,loop:!0,autoplay:!0})}),jsxRuntimeExports.jsxs(Typography$1,{textAlign:"center",children:["Failed to upload the data. Download the error file to inspect the errors.",jsxRuntimeExports.jsx("br",{})," Clear the Errors to start a new upload process."]})]}),E=()=>jsxRuntimeExports.jsxs(AnimationContainer,{children:[jsxRuntimeExports.jsx(Box$1,{sx:{height:200},children:jsxRuntimeExports.jsx(Z,{src:"https://lottie.host/4032845f-e370-4f6f-b255-825d6a08d402/xl9msiJuLV.lottie",loop:!0,autoplay:!0})}),jsxRuntimeExports.jsxs(Typography$1,{textAlign:"center",p:1,children:["Processing Template... ",jsxRuntimeExports.jsx("br",{}),"Downloading will begin automatically."]})]}),d=()=>jsxRuntimeExports.jsxs(AnimationContainer,{children:[jsxRuntimeExports.jsx(DoneAllIcon,{sx:{fontSize:100,color:"#00ad6f",animation:"scale-up 2s ease-out infinite","@keyframes scale-up":{"0%":{transform:"scale(0.5)"},"30%":{transform:"scale(1)"},"70%":{transform:"scale(1)"},"100%":{transform:"scale(0.5)"}}}}),jsxRuntimeExports.jsxs(Typography$1,{textAlign:"center",py:1,fontWeight:500,fontSize:"20px",children:["Uploaded successfully.",l&&" with some rows encountering errors while processing."]}),jsxRuntimeExports.jsxs(Typography$1,{component:"span",children:["File Name: ",jsxRuntimeExports.jsx(Typography$1,{component:"span",color:"#ff7004",children:o==null?void 0:o.file_name})]})]}),I=()=>{const y=(()=>{var P;try{const b=JSON.parse((a==null?void 0:a.message)||"{}");return((P=b==null?void 0:b.error)==null?void 0:P.reason)||"test error"}catch{return""}})();return jsxRuntimeExports.jsxs(AnimationContainer,{children:[jsxRuntimeExports.jsx(Box$1,{sx:{height:200},children:jsxRuntimeExports.jsx(Z,{src:"https://lottie.host/e26aea59-cd11-42da-8989-bab6438fa781/Yh646h8Q74.lottie",loop:!0,autoplay:!0})}),jsxRuntimeExports.jsxs(Typography$1,{textAlign:"center",p:1,component:"h4",children:["Failed to process",jsxRuntimeExports.jsx(Typography$1,{textAlign:"center",color:theme.palette.error.main,fontWeight:"600",children:y})]})]})};switch(s){case Screen.MAIN:return c();case Screen.EXIT_WARNING:return f();case Screen.CHECKING_STATUS:return x();case Screen.LOADING_JOBS:return m();case Screen.UPLOADING_FILE:return u();case Screen.UPLOADING_FILE_ERROR:return S();case Screen.DOWNLOADING_TEMPLATE:return E();case Screen.UPLOAD_COMPLETE:return d();case Screen.GENERAL_ERROR:return I();default:return null}},AnimationContainer=styled$1("div")({display:"flex",alignItems:"center",flexDirection:"column"}),ChevronLeftIcon=createSvgIcon(jsxRuntimeExports.jsx("path",{d:"M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"}),"ChevronLeft"),CloseIcon=createSvgIcon(jsxRuntimeExports.jsx("path",{d:"M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"}),"Close"),TitleContent=()=>{const{config:{title:e="Bulk Upload",handleBackButton:t,handleClose:n,downloadTemplateConfig:{hasDynamicTemplate:i}={}},screen:s,showExitWarning:o,acknowledgeJob:a}=useDialogContext(),l=()=>{!i||!t||t()},c=async()=>{if(i&&s===Screen.MAIN)return o();(s===Screen.UPLOAD_COMPLETE||s===Screen.UPLOADING_FILE_ERROR)&&await a(),n()};return jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment,{children:[i&&s===Screen.MAIN&&jsxRuntimeExports.jsx(IconButton$1,{onClick:l,children:jsxRuntimeExports.jsx(ChevronLeftIcon,{})}),jsxRuntimeExports.jsx(Title,{children:e}),s!==Screen.EXIT_WARNING&&jsxRuntimeExports.jsx(IconButton$1,{"aria-label":"close",onClick:c,children:jsxRuntimeExports.jsx(CloseIcon,{})})]})},BulkUpload=()=>{const{config:{isOpen:e}}=useDialogContext();return jsxRuntimeExports.jsxs(Dialog$1,{open:e,children:[jsxRuntimeExports.jsx(TitleContainer,{children:jsxRuntimeExports.jsx(TitleContent,{})}),jsxRuntimeExports.jsx(DialogContentContainer,{dividers:!0,children:jsxRuntimeExports.jsx(DialogContent,{})}),jsxRuntimeExports.jsx(ActionsContainer,{children:jsxRuntimeExports.jsx(ActionsContent,{})})]})},BulkUploadDialog=({config:e})=>jsxRuntimeExports.jsx(jsxRuntimeExports.Fragment,{children:jsxRuntimeExports.jsxs(ThemeProvider,{theme,children:[jsxRuntimeExports.jsx(CssBaseline,{}),jsxRuntimeExports.jsx(DialogProvider,{config:e,children:jsxRuntimeExports.jsx(BulkUpload,{})})]})}),useDialog=()=>{const[e,t]=React.useState(!1),n=React.useCallback(()=>t(!0),[]),i=React.useCallback(()=>t(!1),[]);return{openDialog:n,closeDialog:i,isOpen:e}};exports.BulkUploadDialog=BulkUploadDialog,exports.useDialog=useDialog,Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"})});
|
|
315
315
|
//# sourceMappingURL=index.umd.js.map
|