@stokr/components-library 3.0.67 → 3.0.68

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.
Files changed (796) hide show
  1. package/README.md +179 -179
  2. package/dist/analytics/index.js +1 -1
  3. package/dist/api/fetchData.js +2 -2
  4. package/dist/components/2FA/Connect2FA.js +1 -1
  5. package/dist/components/2FA/EnterCode.js +1 -1
  6. package/dist/components/2FA/Sucess2FA.js +1 -1
  7. package/dist/components/2FA/login-with-otp-flow.js +1 -1
  8. package/dist/components/2FA/main-flow.js +1 -1
  9. package/dist/components/AccountBalance/AccountBalance.js +1 -1
  10. package/dist/components/AdminDashboard/Table/ReactTable.js +5 -5
  11. package/dist/components/AdminDashboard/Table/ReactTableWrapper.js +1 -1
  12. package/dist/components/AdminDashboard/Table/Table.js +1 -1
  13. package/dist/components/AgreementItem/AgreementItem.js +1 -1
  14. package/dist/components/BackButton/BackButton.js +1 -1
  15. package/dist/components/Background/Background.js +1 -1
  16. package/dist/components/BasicTable/BasicTable.js +1 -1
  17. package/dist/components/BlogPost/BlogPost.js +1 -1
  18. package/dist/components/Button/Button.styles.js +1 -1
  19. package/dist/components/Button/GlareButton.js +2 -2
  20. package/dist/components/ChartLegend/ChartLegend.js +3 -3
  21. package/dist/components/Checkbox/Checkbox.js +1 -1
  22. package/dist/components/Checklist/ChecklistCard.js +1 -1
  23. package/dist/components/Chips/Chip.js +1 -1
  24. package/dist/components/Chips/ChipWrapper.js +1 -1
  25. package/dist/components/ComponentScroll/ComponentScroll.js +3 -3
  26. package/dist/components/Country/CountrySelect.js +4 -4
  27. package/dist/components/CryptoAddress/ComponentWrap.js +1 -1
  28. package/dist/components/CryptoAddress/CryptoAddress.js +7 -7
  29. package/dist/components/CryptoAddress/RadioWrap.js +1 -1
  30. package/dist/components/CryptoAddressDetails/CryptoAddressDetails.js +1 -1
  31. package/dist/components/CryptoAddressWrapper/CryptoAddressWrapper.js +1 -1
  32. package/dist/components/FAQ/FAQ.js +1 -1
  33. package/dist/components/FAQ/FAQ.styles.js +2 -2
  34. package/dist/components/Footer/Footer.js +1 -1
  35. package/dist/components/Footer/FooterLayout.js +1 -1
  36. package/dist/components/Footer/FooterMenu.js +3 -3
  37. package/dist/components/ForgotPasswordModal/ForgotPasswordModal.js +5 -5
  38. package/dist/components/Form/Form.js +2 -2
  39. package/dist/components/Form/Form.styles.js +1 -1
  40. package/dist/components/Header/Header.js +3 -3
  41. package/dist/components/HeroBlock/HeroVideoBlock.js +1 -1
  42. package/dist/components/IdentityInfo/IdentityInfo.js +1 -1
  43. package/dist/components/InfoIcon/InfoIcon.js +6 -6
  44. package/dist/components/Input/DatePickerInput.js +3 -5
  45. package/dist/components/Input/Input.js +1 -1
  46. package/dist/components/Input/InputPassword.js +1 -1
  47. package/dist/components/Input/InputUsername.js +1 -1
  48. package/dist/components/Input/InputWithButton.js +1 -1
  49. package/dist/components/Input/MultiSelect.js +3 -4
  50. package/dist/components/Input/OtpInput.js +2 -2
  51. package/dist/components/Input/RangeInput.js +4 -4
  52. package/dist/components/Input/Select.js +4 -5
  53. package/dist/components/Input/TableFilterDropdown.js +1 -1
  54. package/dist/components/InvestmentStat/InvestmentStat.js +1 -1
  55. package/dist/components/LatestUpdate/LatestUpdate.js +1 -1
  56. package/dist/components/Layout/Layout.js +1 -1
  57. package/dist/components/LoginModal/LoginModal.js +6 -6
  58. package/dist/components/MainMenu/DynamicMainMenu.js +3 -3
  59. package/dist/components/MainMenu/MainMenu.js +6 -6
  60. package/dist/components/Modal/Modal.js +2 -2
  61. package/dist/components/Modal/NewVentureModal/NewVentureModal.js +9 -9
  62. package/dist/components/Modal/PaymentModal.js +2 -2
  63. package/dist/components/Modal/SuccessModal/SuccessModal.js +3 -3
  64. package/dist/components/MultiProgressBar/MultiProgressBar.js +1 -1
  65. package/dist/components/Number/Number.js +1 -1
  66. package/dist/components/PageTransition/PageTransition.js +1 -1
  67. package/dist/components/Pagination/Pagination.js +1 -1
  68. package/dist/components/Pagination/PaginationControls.js +1 -1
  69. package/dist/components/Payment/PaymentDisplay.js +4 -4
  70. package/dist/components/Payment/TimerComponent.js +1 -1
  71. package/dist/components/ProfileBadge/ProfileBadge.js +1 -1
  72. package/dist/components/ProfileBox/ProfileBox.js +1 -1
  73. package/dist/components/ProfileStat/ProfileStat.js +1 -1
  74. package/dist/components/QRCode/QRCode.js +2 -2
  75. package/dist/components/Radio/Radio.js +1 -1
  76. package/dist/components/RefreshButton/RefreshButton.js +1 -1
  77. package/dist/components/RegisterConfirmModal/RegisterConfirmModal.js +1 -1
  78. package/dist/components/RegisterModal/RegisterModal.js +8 -8
  79. package/dist/components/RequestDataBox/RequestDataBox.js +1 -1
  80. package/dist/components/ResetConfirmModal/ResetConfirmModal.js +1 -1
  81. package/dist/components/ResetPasswordModal/ResetPasswordModal.js +6 -6
  82. package/dist/components/SEO/SEO.js +3 -3
  83. package/dist/components/Slider/Slider.js +4 -4
  84. package/dist/components/SmartLink/SmartLink.js +1 -1
  85. package/dist/components/Snackbar/Snackbar.js +1 -1
  86. package/dist/components/Snackbar/SnackbarProvider.js +1 -1
  87. package/dist/components/StepController/StepController.js +1 -1
  88. package/dist/components/StepController/StepControllerContext.js +1 -1
  89. package/dist/components/StepController/StepControllerProgress.js +1 -1
  90. package/dist/components/StepsProgress/StepIndicator.js +1 -1
  91. package/dist/components/Switch/Switch.js +1 -1
  92. package/dist/components/Tabs/Tabs.js +1 -1
  93. package/dist/components/TabsNav/TabNav.js +1 -1
  94. package/dist/components/TabsNav/TabsNav.js +1 -1
  95. package/dist/components/TaxResidenceCard/TaxResidenceCard.js +1 -1
  96. package/dist/components/TaxResidenceCard/TaxResidenceCard.styles.js +2 -2
  97. package/dist/components/TeamOverview/TeamOverview.js +1 -1
  98. package/dist/components/TermsModal/TermsModal.js +5 -5
  99. package/dist/components/Timeline/TimelineStep.js +1 -1
  100. package/dist/components/ToDoList/ToDoList.js +3 -3
  101. package/dist/components/ToDoList/ToDoListTask.js +4 -4
  102. package/dist/components/TransactionDetails/TransactionDetails.js +1 -1
  103. package/dist/components/TransactionDetails/TransactionDetails.styles.js +2 -2
  104. package/dist/components/TransactionInfo/TransactionInfo.js +1 -1
  105. package/dist/components/VerifyEmailModal/VerifyEmailModal.js +5 -5
  106. package/dist/components/headerHo/HeaderHo.js +1 -3
  107. package/dist/components/logo/Logo.js +1 -1
  108. package/dist/components/taxId/register-taxid.js +4 -4
  109. package/dist/context/Auth.js +12 -15
  110. package/dist/context/AuthContext.js +4 -4
  111. package/dist/firebase-config.js +2 -4
  112. package/dist/hooks/useNewVentureForm.js +1 -1
  113. package/dist/index.js +6 -7
  114. package/dist/manifest.json +25 -25
  115. package/dist/model/axios.js +1 -2
  116. package/dist/model/axiosPublic.js +1 -2
  117. package/dist/robots.txt +3 -3
  118. package/dist/routing/RouterWrapper.js +1 -1
  119. package/dist/runtime-config.js +1 -1
  120. package/dist/static/fonts/icomoon/icomoon.eot +0 -0
  121. package/dist/static/fonts/icomoon/icomoon.svg +52 -52
  122. package/dist/static/fonts/icomoon/icomoon.ttf +0 -0
  123. package/dist/static/fonts/icomoon/icomoon.woff +0 -0
  124. package/dist/static/fonts/icomoon/selection.json +0 -0
  125. package/dist/static/fonts/icomoon/style.css +0 -0
  126. package/dist/static/images/Glassess.svg +5 -5
  127. package/dist/static/images/add-folder-icon.svg +4 -4
  128. package/dist/static/images/arrow-down-black.svg +21 -21
  129. package/dist/static/images/check-icon.svg +3 -3
  130. package/dist/static/images/checkmark-circle-icon.svg +3 -3
  131. package/dist/static/images/close-circle-icon.svg +2 -2
  132. package/dist/static/images/copy_icon.svg +4 -4
  133. package/dist/static/images/cross-icon.svg +3 -3
  134. package/dist/static/images/currency/eth.svg +10 -10
  135. package/dist/static/images/currency/eth_logo.svg +8 -8
  136. package/dist/static/images/currency/eur.svg +3 -3
  137. package/dist/static/images/currency/usdc-logo.svg +5 -5
  138. package/dist/static/images/doc-icon.svg +3 -3
  139. package/dist/static/images/download_icon.svg +3 -3
  140. package/dist/static/images/external-link-icon.svg +3 -3
  141. package/dist/static/images/filter-icon.svg +6 -6
  142. package/dist/static/images/globe.svg +15 -15
  143. package/dist/static/images/mangopay.svg +20 -20
  144. package/dist/static/images/numbers/number_eight.svg +3 -3
  145. package/dist/static/images/numbers/number_five.svg +4 -4
  146. package/dist/static/images/numbers/number_four.svg +3 -3
  147. package/dist/static/images/numbers/number_nine.svg +4 -4
  148. package/dist/static/images/numbers/number_one.svg +4 -4
  149. package/dist/static/images/numbers/number_seven.svg +4 -4
  150. package/dist/static/images/numbers/number_six.svg +4 -4
  151. package/dist/static/images/numbers/number_three.svg +3 -3
  152. package/dist/static/images/numbers/number_two.svg +4 -4
  153. package/dist/static/images/numbers/number_zero.svg +3 -3
  154. package/dist/static/images/plus-icon.svg +4 -4
  155. package/dist/static/images/prof-inv.svg +3 -3
  156. package/dist/static/images/search-icon.svg +3 -3
  157. package/dist/static/images/transfer-icon.svg +10 -10
  158. package/dist/static/images/trash.svg +16 -16
  159. package/dist/static/images/upload.svg +5 -5
  160. package/dist/static/images/warning-filled.svg +3 -3
  161. package/dist/styles/global.js +2 -2
  162. package/dist/utils/copyToClipboard.js +7 -7
  163. package/dist/utils/delete-redirect-cookie-and-navigate.js +3 -3
  164. package/dist/utils/moment.js +3 -2
  165. package/dist/utils/redirect-url.js +2 -2
  166. package/dist/utils/set-redirect-cookie.js +2 -2
  167. package/dist/utils/transition.js +1 -1
  168. package/package.json +143 -143
  169. package/dist/_virtual/Collapse.js +0 -4
  170. package/dist/_virtual/Component.js +0 -4
  171. package/dist/_virtual/Range.js +0 -4
  172. package/dist/_virtual/ResizeObserver.es.js +0 -6
  173. package/dist/_virtual/UnmountClosed.js +0 -4
  174. package/dist/_virtual/_commonjsHelpers.js +0 -38
  175. package/dist/_virtual/arrows.js +0 -4
  176. package/dist/_virtual/attributes-to-props.js +0 -4
  177. package/dist/_virtual/constants.js +0 -4
  178. package/dist/_virtual/default-props.js +0 -4
  179. package/dist/_virtual/defaultRenderElements.js +0 -4
  180. package/dist/_virtual/dom-to-react.js +0 -4
  181. package/dist/_virtual/domparser.js +0 -4
  182. package/dist/_virtual/dots.js +0 -4
  183. package/dist/_virtual/getInnerHeight.js +0 -4
  184. package/dist/_virtual/getInnerWidth.js +0 -4
  185. package/dist/_virtual/getScrollbarWidth.js +0 -4
  186. package/dist/_virtual/hoist-non-react-statics.cjs.js +0 -2
  187. package/dist/_virtual/html-to-dom.js +0 -4
  188. package/dist/_virtual/index.js +0 -5
  189. package/dist/_virtual/index10.js +0 -5
  190. package/dist/_virtual/index11.js +0 -7
  191. package/dist/_virtual/index12.js +0 -7
  192. package/dist/_virtual/index13.js +0 -7
  193. package/dist/_virtual/index14.js +0 -4
  194. package/dist/_virtual/index15.js +0 -7
  195. package/dist/_virtual/index16.js +0 -7
  196. package/dist/_virtual/index17.js +0 -7
  197. package/dist/_virtual/index18.js +0 -4
  198. package/dist/_virtual/index19.js +0 -4
  199. package/dist/_virtual/index2.js +0 -7
  200. package/dist/_virtual/index20.js +0 -4
  201. package/dist/_virtual/index21.js +0 -4
  202. package/dist/_virtual/index22.js +0 -4
  203. package/dist/_virtual/index23.js +0 -4
  204. package/dist/_virtual/index24.js +0 -4
  205. package/dist/_virtual/index25.js +0 -4
  206. package/dist/_virtual/index26.js +0 -4
  207. package/dist/_virtual/index27.js +0 -4
  208. package/dist/_virtual/index28.js +0 -4
  209. package/dist/_virtual/index29.js +0 -4
  210. package/dist/_virtual/index3.js +0 -5
  211. package/dist/_virtual/index30.js +0 -4
  212. package/dist/_virtual/index31.js +0 -4
  213. package/dist/_virtual/index4.js +0 -5
  214. package/dist/_virtual/index5.js +0 -5
  215. package/dist/_virtual/index6.js +0 -5
  216. package/dist/_virtual/index7.js +0 -7
  217. package/dist/_virtual/index8.js +0 -4
  218. package/dist/_virtual/index9.js +0 -5
  219. package/dist/_virtual/initial-state.js +0 -4
  220. package/dist/_virtual/inner-slider.js +0 -4
  221. package/dist/_virtual/innerSliderUtils.js +0 -4
  222. package/dist/_virtual/isString.js +0 -4
  223. package/dist/_virtual/node.js +0 -4
  224. package/dist/_virtual/performance-now.js +0 -4
  225. package/dist/_virtual/popper.js +0 -6
  226. package/dist/_virtual/possibleStandardNamesOptimized.js +0 -4
  227. package/dist/_virtual/react-is.development.js +0 -4
  228. package/dist/_virtual/react-is.production.min.js +0 -4
  229. package/dist/_virtual/react-table.development.js +0 -4
  230. package/dist/_virtual/react-table.production.min.js +0 -4
  231. package/dist/_virtual/react-tippy.js +0 -5
  232. package/dist/_virtual/react-tippy2.js +0 -4
  233. package/dist/_virtual/returnFalse.js +0 -4
  234. package/dist/_virtual/slider.js +0 -4
  235. package/dist/_virtual/styles.js +0 -4
  236. package/dist/_virtual/track.js +0 -4
  237. package/dist/_virtual/types.js +0 -4
  238. package/dist/_virtual/utilities.js +0 -4
  239. package/dist/_virtual/utilities2.js +0 -4
  240. package/dist/_virtual/utilities3.js +0 -4
  241. package/dist/_virtual/utils.js +0 -4
  242. package/dist/components-library.css +0 -781
  243. package/dist/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +0 -8
  244. package/dist/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +0 -6
  245. package/dist/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js +0 -7
  246. package/dist/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +0 -7
  247. package/dist/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +0 -6
  248. package/dist/node_modules/@babel/runtime/helpers/esm/createClass.js +0 -15
  249. package/dist/node_modules/@babel/runtime/helpers/esm/createSuper.js +0 -17
  250. package/dist/node_modules/@babel/runtime/helpers/esm/defineProperty.js +0 -12
  251. package/dist/node_modules/@babel/runtime/helpers/esm/extends.js +0 -12
  252. package/dist/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +0 -8
  253. package/dist/node_modules/@babel/runtime/helpers/esm/inherits.js +0 -16
  254. package/dist/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +0 -13
  255. package/dist/node_modules/@babel/runtime/helpers/esm/iterableToArray.js +0 -6
  256. package/dist/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +0 -24
  257. package/dist/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +0 -6
  258. package/dist/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js +0 -6
  259. package/dist/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +0 -25
  260. package/dist/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +0 -13
  261. package/dist/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +0 -12
  262. package/dist/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +0 -10
  263. package/dist/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +0 -8
  264. package/dist/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +0 -10
  265. package/dist/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js +0 -10
  266. package/dist/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +0 -10
  267. package/dist/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +0 -14
  268. package/dist/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +0 -9
  269. package/dist/node_modules/@babel/runtime/helpers/esm/typeof.js +0 -11
  270. package/dist/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +0 -11
  271. package/dist/node_modules/@date-fns/tz/date/index.js +0 -66
  272. package/dist/node_modules/@date-fns/tz/date/mini.js +0 -124
  273. package/dist/node_modules/@date-fns/tz/tzName/index.js +0 -11
  274. package/dist/node_modules/@date-fns/tz/tzOffset/index.js +0 -28
  275. package/dist/node_modules/@emotion/cache/dist/emotion-cache.browser.esm.js +0 -345
  276. package/dist/node_modules/@emotion/hash/dist/emotion-hash.esm.js +0 -31
  277. package/dist/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js +0 -10
  278. package/dist/node_modules/@emotion/react/dist/emotion-element-f0de968e.browser.esm.js +0 -84
  279. package/dist/node_modules/@emotion/react/dist/emotion-react.browser.esm.js +0 -50
  280. package/dist/node_modules/@emotion/serialize/dist/emotion-serialize.esm.js +0 -169
  281. package/dist/node_modules/@emotion/sheet/dist/emotion-sheet.esm.js +0 -83
  282. package/dist/node_modules/@emotion/unitless/dist/emotion-unitless.esm.js +0 -53
  283. package/dist/node_modules/@emotion/use-insertion-effect-with-fallbacks/dist/emotion-use-insertion-effect-with-fallbacks.browser.esm.js +0 -9
  284. package/dist/node_modules/@emotion/utils/dist/emotion-utils.browser.esm.js +0 -45
  285. package/dist/node_modules/@firebase/app/dist/esm/index.esm.js +0 -609
  286. package/dist/node_modules/@firebase/auth/dist/esm/index-36fcbc82.js +0 -5751
  287. package/dist/node_modules/@firebase/component/dist/esm/index.esm.js +0 -291
  288. package/dist/node_modules/@firebase/logger/dist/esm/index.esm.js +0 -106
  289. package/dist/node_modules/@firebase/util/dist/index.esm.js +0 -828
  290. package/dist/node_modules/@firebase/util/dist/postinstall.js +0 -4
  291. package/dist/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +0 -257
  292. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +0 -122
  293. package/dist/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +0 -34
  294. package/dist/node_modules/@lottiefiles/dotlottie-react/dist/index.js +0 -53
  295. package/dist/node_modules/@lottiefiles/dotlottie-web/dist/index.js +0 -1973
  296. package/dist/node_modules/add-px-to-style/index.js +0 -48
  297. package/dist/node_modules/axios/index.js +0 -38
  298. package/dist/node_modules/axios/lib/adapters/adapters.js +0 -71
  299. package/dist/node_modules/axios/lib/adapters/fetch.js +0 -219
  300. package/dist/node_modules/axios/lib/adapters/xhr.js +0 -141
  301. package/dist/node_modules/axios/lib/axios.js +0 -50
  302. package/dist/node_modules/axios/lib/cancel/CancelToken.js +0 -99
  303. package/dist/node_modules/axios/lib/cancel/CanceledError.js +0 -20
  304. package/dist/node_modules/axios/lib/cancel/isCancel.js +0 -6
  305. package/dist/node_modules/axios/lib/core/Axios.js +0 -188
  306. package/dist/node_modules/axios/lib/core/AxiosError.js +0 -67
  307. package/dist/node_modules/axios/lib/core/AxiosHeaders.js +0 -231
  308. package/dist/node_modules/axios/lib/core/InterceptorManager.js +0 -66
  309. package/dist/node_modules/axios/lib/core/buildFullPath.js +0 -12
  310. package/dist/node_modules/axios/lib/core/dispatchRequest.js +0 -52
  311. package/dist/node_modules/axios/lib/core/mergeConfig.js +0 -88
  312. package/dist/node_modules/axios/lib/core/settle.js +0 -18
  313. package/dist/node_modules/axios/lib/core/transformData.js +0 -17
  314. package/dist/node_modules/axios/lib/defaults/index.js +0 -116
  315. package/dist/node_modules/axios/lib/defaults/transitional.js +0 -9
  316. package/dist/node_modules/axios/lib/env/data.js +0 -4
  317. package/dist/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +0 -34
  318. package/dist/node_modules/axios/lib/helpers/HttpStatusCode.js +0 -77
  319. package/dist/node_modules/axios/lib/helpers/bind.js +0 -8
  320. package/dist/node_modules/axios/lib/helpers/buildURL.js +0 -32
  321. package/dist/node_modules/axios/lib/helpers/combineURLs.js +0 -6
  322. package/dist/node_modules/axios/lib/helpers/composeSignals.js +0 -39
  323. package/dist/node_modules/axios/lib/helpers/cookies.js +0 -49
  324. package/dist/node_modules/axios/lib/helpers/formDataToJSON.js +0 -54
  325. package/dist/node_modules/axios/lib/helpers/isAbsoluteURL.js +0 -9
  326. package/dist/node_modules/axios/lib/helpers/isAxiosError.js +0 -7
  327. package/dist/node_modules/axios/lib/helpers/isURLSameOrigin.js +0 -11
  328. package/dist/node_modules/axios/lib/helpers/null.js +0 -4
  329. package/dist/node_modules/axios/lib/helpers/parseHeaders.js +0 -47
  330. package/dist/node_modules/axios/lib/helpers/parseProtocol.js +0 -7
  331. package/dist/node_modules/axios/lib/helpers/progressEventReducer.js +0 -41
  332. package/dist/node_modules/axios/lib/helpers/resolveConfig.js +0 -46
  333. package/dist/node_modules/axios/lib/helpers/speedometer.js +0 -36
  334. package/dist/node_modules/axios/lib/helpers/spread.js +0 -8
  335. package/dist/node_modules/axios/lib/helpers/throttle.js +0 -35
  336. package/dist/node_modules/axios/lib/helpers/toFormData.js +0 -117
  337. package/dist/node_modules/axios/lib/helpers/toURLEncodedForm.js +0 -18
  338. package/dist/node_modules/axios/lib/helpers/trackStream.js +0 -80
  339. package/dist/node_modules/axios/lib/helpers/validator.js +0 -67
  340. package/dist/node_modules/axios/lib/platform/browser/classes/Blob.js +0 -4
  341. package/dist/node_modules/axios/lib/platform/browser/classes/FormData.js +0 -4
  342. package/dist/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +0 -5
  343. package/dist/node_modules/axios/lib/platform/browser/index.js +0 -15
  344. package/dist/node_modules/axios/lib/platform/common/utils.js +0 -15
  345. package/dist/node_modules/axios/lib/platform/index.js +0 -9
  346. package/dist/node_modules/axios/lib/utils.js +0 -415
  347. package/dist/node_modules/classnames/index.js +0 -61
  348. package/dist/node_modules/copy-to-clipboard/index.js +0 -101
  349. package/dist/node_modules/country-flag-icons/modules/react/3x2/index.js +0 -6570
  350. package/dist/node_modules/country-flag-icons/react/3x2/index.js +0 -269
  351. package/dist/node_modules/date-fns/_lib/addLeadingZeros.js +0 -8
  352. package/dist/node_modules/date-fns/_lib/defaultOptions.js +0 -7
  353. package/dist/node_modules/date-fns/_lib/format/formatters.js +0 -652
  354. package/dist/node_modules/date-fns/_lib/format/lightFormatters.js +0 -62
  355. package/dist/node_modules/date-fns/_lib/format/longFormatters.js +0 -58
  356. package/dist/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +0 -20
  357. package/dist/node_modules/date-fns/_lib/normalizeDates.js +0 -11
  358. package/dist/node_modules/date-fns/_lib/normalizeInterval.js +0 -8
  359. package/dist/node_modules/date-fns/_lib/protectedTokens.js +0 -23
  360. package/dist/node_modules/date-fns/addDays.js +0 -12
  361. package/dist/node_modules/date-fns/addMonths.js +0 -26
  362. package/dist/node_modules/date-fns/addWeeks.js +0 -7
  363. package/dist/node_modules/date-fns/addYears.js +0 -7
  364. package/dist/node_modules/date-fns/constants.js +0 -14
  365. package/dist/node_modules/date-fns/constructFrom.js +0 -11
  366. package/dist/node_modules/date-fns/differenceInCalendarDays.js +0 -19
  367. package/dist/node_modules/date-fns/differenceInCalendarMonths.js +0 -14
  368. package/dist/node_modules/date-fns/eachMonthOfInterval.js +0 -20
  369. package/dist/node_modules/date-fns/eachYearOfInterval.js +0 -20
  370. package/dist/node_modules/date-fns/endOfISOWeek.js +0 -7
  371. package/dist/node_modules/date-fns/endOfMonth.js +0 -11
  372. package/dist/node_modules/date-fns/endOfWeek.js +0 -15
  373. package/dist/node_modules/date-fns/endOfYear.js +0 -11
  374. package/dist/node_modules/date-fns/format.js +0 -77
  375. package/dist/node_modules/date-fns/getDayOfYear.js +0 -12
  376. package/dist/node_modules/date-fns/getDaysInMonth.js +0 -14
  377. package/dist/node_modules/date-fns/getDefaultOptions.js +0 -7
  378. package/dist/node_modules/date-fns/getISODay.js +0 -8
  379. package/dist/node_modules/date-fns/getISOWeek.js +0 -12
  380. package/dist/node_modules/date-fns/getISOWeekYear.js +0 -25
  381. package/dist/node_modules/date-fns/getMonth.js +0 -7
  382. package/dist/node_modules/date-fns/getWeek.js +0 -12
  383. package/dist/node_modules/date-fns/getWeekYear.js +0 -28
  384. package/dist/node_modules/date-fns/getYear.js +0 -7
  385. package/dist/node_modules/date-fns/isAfter.js +0 -7
  386. package/dist/node_modules/date-fns/isBefore.js +0 -7
  387. package/dist/node_modules/date-fns/isDate.js +0 -6
  388. package/dist/node_modules/date-fns/isSameDay.js +0 -13
  389. package/dist/node_modules/date-fns/isSameMonth.js +0 -12
  390. package/dist/node_modules/date-fns/isSameYear.js +0 -12
  391. package/dist/node_modules/date-fns/isValid.js +0 -8
  392. package/dist/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +0 -10
  393. package/dist/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +0 -20
  394. package/dist/node_modules/date-fns/locale/_lib/buildMatchFn.js +0 -43
  395. package/dist/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +0 -16
  396. package/dist/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +0 -85
  397. package/dist/node_modules/date-fns/locale/en-US/_lib/formatLong.js +0 -36
  398. package/dist/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +0 -12
  399. package/dist/node_modules/date-fns/locale/en-US/_lib/localize.js +0 -164
  400. package/dist/node_modules/date-fns/locale/en-US/_lib/match.js +0 -122
  401. package/dist/node_modules/date-fns/locale/en-US.js +0 -20
  402. package/dist/node_modules/date-fns/max.js +0 -16
  403. package/dist/node_modules/date-fns/min.js +0 -16
  404. package/dist/node_modules/date-fns/parse/_lib/Parser.js +0 -25
  405. package/dist/node_modules/date-fns/parse/_lib/Setter.js +0 -44
  406. package/dist/node_modules/date-fns/parse/_lib/constants.js +0 -50
  407. package/dist/node_modules/date-fns/parse/_lib/parsers/AMPMMidnightParser.js +0 -44
  408. package/dist/node_modules/date-fns/parse/_lib/parsers/AMPMParser.js +0 -44
  409. package/dist/node_modules/date-fns/parse/_lib/parsers/DateParser.js +0 -64
  410. package/dist/node_modules/date-fns/parse/_lib/parsers/DayOfYearParser.js +0 -52
  411. package/dist/node_modules/date-fns/parse/_lib/parsers/DayParser.js +0 -45
  412. package/dist/node_modules/date-fns/parse/_lib/parsers/DayPeriodParser.js +0 -44
  413. package/dist/node_modules/date-fns/parse/_lib/parsers/EraParser.js +0 -30
  414. package/dist/node_modules/date-fns/parse/_lib/parsers/ExtendedYearParser.js +0 -20
  415. package/dist/node_modules/date-fns/parse/_lib/parsers/FractionOfSecondParser.js +0 -17
  416. package/dist/node_modules/date-fns/parse/_lib/parsers/Hour0To11Parser.js +0 -32
  417. package/dist/node_modules/date-fns/parse/_lib/parsers/Hour0to23Parser.js +0 -27
  418. package/dist/node_modules/date-fns/parse/_lib/parsers/Hour1To24Parser.js +0 -28
  419. package/dist/node_modules/date-fns/parse/_lib/parsers/Hour1to12Parser.js +0 -34
  420. package/dist/node_modules/date-fns/parse/_lib/parsers/ISODayParser.js +0 -106
  421. package/dist/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneParser.js +0 -43
  422. package/dist/node_modules/date-fns/parse/_lib/parsers/ISOTimezoneWithZParser.js +0 -43
  423. package/dist/node_modules/date-fns/parse/_lib/parsers/ISOWeekParser.js +0 -43
  424. package/dist/node_modules/date-fns/parse/_lib/parsers/ISOWeekYearParser.js +0 -39
  425. package/dist/node_modules/date-fns/parse/_lib/parsers/LocalDayParser.js +0 -76
  426. package/dist/node_modules/date-fns/parse/_lib/parsers/LocalWeekParser.js +0 -42
  427. package/dist/node_modules/date-fns/parse/_lib/parsers/LocalWeekYearParser.js +0 -67
  428. package/dist/node_modules/date-fns/parse/_lib/parsers/MinuteParser.js +0 -27
  429. package/dist/node_modules/date-fns/parse/_lib/parsers/MonthParser.js +0 -73
  430. package/dist/node_modules/date-fns/parse/_lib/parsers/QuarterParser.js +0 -71
  431. package/dist/node_modules/date-fns/parse/_lib/parsers/SecondParser.js +0 -27
  432. package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneLocalDayParser.js +0 -76
  433. package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneMonthParser.js +0 -73
  434. package/dist/node_modules/date-fns/parse/_lib/parsers/StandAloneQuarterParser.js +0 -71
  435. package/dist/node_modules/date-fns/parse/_lib/parsers/TimestampMillisecondsParser.js +0 -16
  436. package/dist/node_modules/date-fns/parse/_lib/parsers/TimestampSecondsParser.js +0 -16
  437. package/dist/node_modules/date-fns/parse/_lib/parsers/YearParser.js +0 -47
  438. package/dist/node_modules/date-fns/parse/_lib/parsers.js +0 -67
  439. package/dist/node_modules/date-fns/parse/_lib/utils.js +0 -117
  440. package/dist/node_modules/date-fns/parse.js +0 -123
  441. package/dist/node_modules/date-fns/setDay.js +0 -17
  442. package/dist/node_modules/date-fns/setISODay.js +0 -12
  443. package/dist/node_modules/date-fns/setISOWeek.js +0 -11
  444. package/dist/node_modules/date-fns/setMonth.js +0 -17
  445. package/dist/node_modules/date-fns/setWeek.js +0 -11
  446. package/dist/node_modules/date-fns/setYear.js +0 -11
  447. package/dist/node_modules/date-fns/startOfDay.js +0 -9
  448. package/dist/node_modules/date-fns/startOfISOWeek.js +0 -7
  449. package/dist/node_modules/date-fns/startOfISOWeekYear.js +0 -13
  450. package/dist/node_modules/date-fns/startOfMonth.js +0 -10
  451. package/dist/node_modules/date-fns/startOfWeek.js +0 -15
  452. package/dist/node_modules/date-fns/startOfWeekYear.js +0 -17
  453. package/dist/node_modules/date-fns/startOfYear.js +0 -10
  454. package/dist/node_modules/date-fns/toDate.js +0 -7
  455. package/dist/node_modules/date-fns/transpose.js +0 -18
  456. package/dist/node_modules/date-fns-tz/dist/esm/_lib/getTimezoneOffsetInMilliseconds/index.js +0 -8
  457. package/dist/node_modules/date-fns-tz/dist/esm/_lib/newDateUTC/index.js +0 -9
  458. package/dist/node_modules/date-fns-tz/dist/esm/_lib/tzIntlTimeZoneName/index.js +0 -29
  459. package/dist/node_modules/date-fns-tz/dist/esm/_lib/tzParseTimezone/index.js +0 -89
  460. package/dist/node_modules/date-fns-tz/dist/esm/_lib/tzPattern/index.js +0 -4
  461. package/dist/node_modules/date-fns-tz/dist/esm/_lib/tzTokenizeDate/index.js +0 -81
  462. package/dist/node_modules/date-fns-tz/dist/esm/format/formatters/index.js +0 -125
  463. package/dist/node_modules/date-fns-tz/dist/esm/format/index.js +0 -24
  464. package/dist/node_modules/date-fns-tz/dist/esm/formatInTimeZone/index.js +0 -13
  465. package/dist/node_modules/date-fns-tz/dist/esm/toDate/index.js +0 -305
  466. package/dist/node_modules/date-fns-tz/dist/esm/toZonedTime/index.js +0 -14
  467. package/dist/node_modules/deepmerge/dist/es.js +0 -69
  468. package/dist/node_modules/dom-css/index.js +0 -65
  469. package/dist/node_modules/domelementtype/lib/index.js +0 -39
  470. package/dist/node_modules/domhandler/lib/index.js +0 -166
  471. package/dist/node_modules/domhandler/lib/node.js +0 -438
  472. package/dist/node_modules/dompurify/dist/purify.es.js +0 -1020
  473. package/dist/node_modules/firebase/app/dist/esm/index.esm.js +0 -20
  474. package/dist/node_modules/firebase/auth/dist/esm/index.esm.js +0 -44
  475. package/dist/node_modules/formik/dist/formik.esm.js +0 -969
  476. package/dist/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js +0 -92
  477. package/dist/node_modules/html-dom-parser/lib/client/constants.js +0 -55
  478. package/dist/node_modules/html-dom-parser/lib/client/domparser.js +0 -96
  479. package/dist/node_modules/html-dom-parser/lib/client/html-to-dom.js +0 -31
  480. package/dist/node_modules/html-dom-parser/lib/client/utilities.js +0 -96
  481. package/dist/node_modules/html-react-parser/esm/index.js +0 -5
  482. package/dist/node_modules/html-react-parser/lib/attributes-to-props.js +0 -64
  483. package/dist/node_modules/html-react-parser/lib/dom-to-react.js +0 -99
  484. package/dist/node_modules/html-react-parser/lib/index.js +0 -51
  485. package/dist/node_modules/html-react-parser/lib/utilities.js +0 -79
  486. package/dist/node_modules/idb/build/index.js +0 -69
  487. package/dist/node_modules/idb/build/wrap-idb-value.js +0 -148
  488. package/dist/node_modules/inline-style-parser/cjs/index.js +0 -142
  489. package/dist/node_modules/js-cookie/dist/js.cookie.js +0 -99
  490. package/dist/node_modules/json2mq/index.js +0 -55
  491. package/dist/node_modules/lodash-es/_DataView.js +0 -6
  492. package/dist/node_modules/lodash-es/_Hash.js +0 -21
  493. package/dist/node_modules/lodash-es/_ListCache.js +0 -21
  494. package/dist/node_modules/lodash-es/_Map.js +0 -6
  495. package/dist/node_modules/lodash-es/_MapCache.js +0 -21
  496. package/dist/node_modules/lodash-es/_Promise.js +0 -6
  497. package/dist/node_modules/lodash-es/_Set.js +0 -6
  498. package/dist/node_modules/lodash-es/_Stack.js +0 -18
  499. package/dist/node_modules/lodash-es/_Symbol.js +0 -5
  500. package/dist/node_modules/lodash-es/_Uint8Array.js +0 -5
  501. package/dist/node_modules/lodash-es/_WeakMap.js +0 -6
  502. package/dist/node_modules/lodash-es/_arrayEach.js +0 -12
  503. package/dist/node_modules/lodash-es/_arrayFilter.js +0 -13
  504. package/dist/node_modules/lodash-es/_arrayLikeKeys.js +0 -24
  505. package/dist/node_modules/lodash-es/_arrayMap.js +0 -10
  506. package/dist/node_modules/lodash-es/_arrayPush.js +0 -10
  507. package/dist/node_modules/lodash-es/_assignValue.js +0 -13
  508. package/dist/node_modules/lodash-es/_assocIndexOf.js +0 -13
  509. package/dist/node_modules/lodash-es/_baseAssign.js +0 -8
  510. package/dist/node_modules/lodash-es/_baseAssignIn.js +0 -8
  511. package/dist/node_modules/lodash-es/_baseAssignValue.js +0 -16
  512. package/dist/node_modules/lodash-es/_baseClone.js +0 -88
  513. package/dist/node_modules/lodash-es/_baseCreate.js +0 -21
  514. package/dist/node_modules/lodash-es/_baseGetAllKeys.js +0 -9
  515. package/dist/node_modules/lodash-es/_baseGetTag.js +0 -14
  516. package/dist/node_modules/lodash-es/_baseIsArguments.js +0 -9
  517. package/dist/node_modules/lodash-es/_baseIsMap.js +0 -9
  518. package/dist/node_modules/lodash-es/_baseIsNative.js +0 -22
  519. package/dist/node_modules/lodash-es/_baseIsSet.js +0 -9
  520. package/dist/node_modules/lodash-es/_baseIsTypedArray.js +0 -14
  521. package/dist/node_modules/lodash-es/_baseKeys.js +0 -19
  522. package/dist/node_modules/lodash-es/_baseKeysIn.js +0 -20
  523. package/dist/node_modules/lodash-es/_baseTimes.js +0 -10
  524. package/dist/node_modules/lodash-es/_baseToString.js +0 -21
  525. package/dist/node_modules/lodash-es/_baseUnary.js +0 -8
  526. package/dist/node_modules/lodash-es/_cloneArrayBuffer.js +0 -9
  527. package/dist/node_modules/lodash-es/_cloneBuffer.js +0 -16
  528. package/dist/node_modules/lodash-es/_cloneDataView.js +0 -8
  529. package/dist/node_modules/lodash-es/_cloneRegExp.js +0 -9
  530. package/dist/node_modules/lodash-es/_cloneSymbol.js +0 -8
  531. package/dist/node_modules/lodash-es/_cloneTypedArray.js +0 -8
  532. package/dist/node_modules/lodash-es/_copyArray.js +0 -11
  533. package/dist/node_modules/lodash-es/_copyObject.js +0 -23
  534. package/dist/node_modules/lodash-es/_copySymbols.js +0 -8
  535. package/dist/node_modules/lodash-es/_copySymbolsIn.js +0 -8
  536. package/dist/node_modules/lodash-es/_coreJsData.js +0 -5
  537. package/dist/node_modules/lodash-es/_defineProperty.js +0 -12
  538. package/dist/node_modules/lodash-es/_freeGlobal.js +0 -4
  539. package/dist/node_modules/lodash-es/_getAllKeys.js +0 -9
  540. package/dist/node_modules/lodash-es/_getAllKeysIn.js +0 -9
  541. package/dist/node_modules/lodash-es/_getMapData.js +0 -8
  542. package/dist/node_modules/lodash-es/_getNative.js +0 -9
  543. package/dist/node_modules/lodash-es/_getPrototype.js +0 -5
  544. package/dist/node_modules/lodash-es/_getRawTag.js +0 -25
  545. package/dist/node_modules/lodash-es/_getSymbols.js +0 -17
  546. package/dist/node_modules/lodash-es/_getSymbolsIn.js +0 -16
  547. package/dist/node_modules/lodash-es/_getTag.js +0 -34
  548. package/dist/node_modules/lodash-es/_getValue.js +0 -6
  549. package/dist/node_modules/lodash-es/_hashClear.js +0 -8
  550. package/dist/node_modules/lodash-es/_hashDelete.js +0 -8
  551. package/dist/node_modules/lodash-es/_hashGet.js +0 -15
  552. package/dist/node_modules/lodash-es/_hashHas.js +0 -10
  553. package/dist/node_modules/lodash-es/_hashSet.js +0 -11
  554. package/dist/node_modules/lodash-es/_initCloneArray.js +0 -13
  555. package/dist/node_modules/lodash-es/_initCloneByTag.js +0 -43
  556. package/dist/node_modules/lodash-es/_initCloneObject.js +0 -9
  557. package/dist/node_modules/lodash-es/_isIndex.js +0 -10
  558. package/dist/node_modules/lodash-es/_isKeyable.js +0 -7
  559. package/dist/node_modules/lodash-es/_isMasked.js +0 -11
  560. package/dist/node_modules/lodash-es/_isPrototype.js +0 -8
  561. package/dist/node_modules/lodash-es/_listCacheClear.js +0 -7
  562. package/dist/node_modules/lodash-es/_listCacheDelete.js +0 -20
  563. package/dist/node_modules/lodash-es/_listCacheGet.js +0 -8
  564. package/dist/node_modules/lodash-es/_listCacheHas.js +0 -7
  565. package/dist/node_modules/lodash-es/_listCacheSet.js +0 -14
  566. package/dist/node_modules/lodash-es/_mapCacheClear.js +0 -14
  567. package/dist/node_modules/lodash-es/_mapCacheDelete.js +0 -9
  568. package/dist/node_modules/lodash-es/_mapCacheGet.js +0 -7
  569. package/dist/node_modules/lodash-es/_mapCacheHas.js +0 -7
  570. package/dist/node_modules/lodash-es/_mapCacheSet.js +0 -10
  571. package/dist/node_modules/lodash-es/_memoizeCapped.js +0 -15
  572. package/dist/node_modules/lodash-es/_nativeCreate.js +0 -5
  573. package/dist/node_modules/lodash-es/_nativeKeys.js +0 -5
  574. package/dist/node_modules/lodash-es/_nativeKeysIn.js +0 -12
  575. package/dist/node_modules/lodash-es/_nodeUtil.js +0 -18
  576. package/dist/node_modules/lodash-es/_objectToString.js +0 -8
  577. package/dist/node_modules/lodash-es/_overArg.js +0 -8
  578. package/dist/node_modules/lodash-es/_root.js +0 -6
  579. package/dist/node_modules/lodash-es/_stackClear.js +0 -8
  580. package/dist/node_modules/lodash-es/_stackDelete.js +0 -8
  581. package/dist/node_modules/lodash-es/_stackGet.js +0 -6
  582. package/dist/node_modules/lodash-es/_stackHas.js +0 -6
  583. package/dist/node_modules/lodash-es/_stackSet.js +0 -22
  584. package/dist/node_modules/lodash-es/_stringToPath.js +0 -16
  585. package/dist/node_modules/lodash-es/_toKey.js +0 -11
  586. package/dist/node_modules/lodash-es/_toSource.js +0 -18
  587. package/dist/node_modules/lodash-es/clone.js +0 -8
  588. package/dist/node_modules/lodash-es/cloneDeep.js +0 -8
  589. package/dist/node_modules/lodash-es/eq.js +0 -6
  590. package/dist/node_modules/lodash-es/isArguments.js +0 -13
  591. package/dist/node_modules/lodash-es/isArray.js +0 -4
  592. package/dist/node_modules/lodash-es/isArrayLike.js +0 -8
  593. package/dist/node_modules/lodash-es/isBuffer.js +0 -11
  594. package/dist/node_modules/lodash-es/isFunction.js +0 -13
  595. package/dist/node_modules/lodash-es/isLength.js +0 -7
  596. package/dist/node_modules/lodash-es/isMap.js +0 -8
  597. package/dist/node_modules/lodash-es/isObject.js +0 -7
  598. package/dist/node_modules/lodash-es/isObjectLike.js +0 -6
  599. package/dist/node_modules/lodash-es/isPlainObject.js +0 -22
  600. package/dist/node_modules/lodash-es/isSet.js +0 -8
  601. package/dist/node_modules/lodash-es/isSymbol.js +0 -9
  602. package/dist/node_modules/lodash-es/isTypedArray.js +0 -8
  603. package/dist/node_modules/lodash-es/keys.js +0 -9
  604. package/dist/node_modules/lodash-es/keysIn.js +0 -9
  605. package/dist/node_modules/lodash-es/memoize.js +0 -22
  606. package/dist/node_modules/lodash-es/stubArray.js +0 -6
  607. package/dist/node_modules/lodash-es/stubFalse.js +0 -6
  608. package/dist/node_modules/lodash-es/toPath.js +0 -16
  609. package/dist/node_modules/lodash-es/toString.js +0 -7
  610. package/dist/node_modules/lodash.debounce/index.js +0 -137
  611. package/dist/node_modules/memoize-one/dist/memoize-one.esm.js +0 -52
  612. package/dist/node_modules/mixpanel-browser/dist/mixpanel.module.js +0 -25533
  613. package/dist/node_modules/object-assign/index.js +0 -73
  614. package/dist/node_modules/performance-now/lib/performance-now.js +0 -42
  615. package/dist/node_modules/popper.js/dist/esm/popper.js +0 -1516
  616. package/dist/node_modules/prefix-style/index.js +0 -29
  617. package/dist/node_modules/prop-types/checkPropTypes.js +0 -68
  618. package/dist/node_modules/prop-types/factoryWithThrowingShims.js +0 -58
  619. package/dist/node_modules/prop-types/factoryWithTypeCheckers.js +0 -451
  620. package/dist/node_modules/prop-types/index.js +0 -20
  621. package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.js +0 -12
  622. package/dist/node_modules/prop-types/lib/has.js +0 -11
  623. package/dist/node_modules/property-expr/index.js +0 -105
  624. package/dist/node_modules/qrcode.react/lib/esm/index.js +0 -1099
  625. package/dist/node_modules/raf/index.js +0 -67
  626. package/dist/node_modules/react-collapse/lib/Collapse.js +0 -285
  627. package/dist/node_modules/react-collapse/lib/UnmountClosed.js +0 -278
  628. package/dist/node_modules/react-collapse/lib/index.js +0 -17
  629. package/dist/node_modules/react-copy-to-clipboard/lib/Component.js +0 -209
  630. package/dist/node_modules/react-copy-to-clipboard/lib/index.js +0 -14
  631. package/dist/node_modules/react-custom-scrollbars-4/lib/Scrollbars/defaultRenderElements.js +0 -85
  632. package/dist/node_modules/react-custom-scrollbars-4/lib/Scrollbars/index.js +0 -706
  633. package/dist/node_modules/react-custom-scrollbars-4/lib/Scrollbars/styles.js +0 -67
  634. package/dist/node_modules/react-custom-scrollbars-4/lib/index.js +0 -24
  635. package/dist/node_modules/react-custom-scrollbars-4/lib/utils/getInnerHeight.js +0 -21
  636. package/dist/node_modules/react-custom-scrollbars-4/lib/utils/getInnerWidth.js +0 -21
  637. package/dist/node_modules/react-custom-scrollbars-4/lib/utils/getScrollbarWidth.js +0 -44
  638. package/dist/node_modules/react-custom-scrollbars-4/lib/utils/isString.js +0 -19
  639. package/dist/node_modules/react-custom-scrollbars-4/lib/utils/returnFalse.js +0 -19
  640. package/dist/node_modules/react-day-picker/dist/esm/DayPicker.js +0 -325
  641. package/dist/node_modules/react-day-picker/dist/esm/UI.js +0 -59
  642. package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarDay.js +0 -25
  643. package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarMonth.js +0 -9
  644. package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarWeek.js +0 -9
  645. package/dist/node_modules/react-day-picker/dist/esm/classes/DateLib.js +0 -282
  646. package/dist/node_modules/react-day-picker/dist/esm/components/Button.js +0 -7
  647. package/dist/node_modules/react-day-picker/dist/esm/components/CaptionLabel.js +0 -7
  648. package/dist/node_modules/react-day-picker/dist/esm/components/Chevron.js +0 -18
  649. package/dist/node_modules/react-day-picker/dist/esm/components/Day.js +0 -8
  650. package/dist/node_modules/react-day-picker/dist/esm/components/DayButton.js +0 -13
  651. package/dist/node_modules/react-day-picker/dist/esm/components/Dropdown.js +0 -21
  652. package/dist/node_modules/react-day-picker/dist/esm/components/DropdownNav.js +0 -7
  653. package/dist/node_modules/react-day-picker/dist/esm/components/Footer.js +0 -7
  654. package/dist/node_modules/react-day-picker/dist/esm/components/Month.js +0 -8
  655. package/dist/node_modules/react-day-picker/dist/esm/components/MonthCaption.js +0 -8
  656. package/dist/node_modules/react-day-picker/dist/esm/components/MonthGrid.js +0 -7
  657. package/dist/node_modules/react-day-picker/dist/esm/components/Months.js +0 -7
  658. package/dist/node_modules/react-day-picker/dist/esm/components/MonthsDropdown.js +0 -9
  659. package/dist/node_modules/react-day-picker/dist/esm/components/Nav.js +0 -34
  660. package/dist/node_modules/react-day-picker/dist/esm/components/NextMonthButton.js +0 -9
  661. package/dist/node_modules/react-day-picker/dist/esm/components/Option.js +0 -7
  662. package/dist/node_modules/react-day-picker/dist/esm/components/PreviousMonthButton.js +0 -9
  663. package/dist/node_modules/react-day-picker/dist/esm/components/Root.js +0 -8
  664. package/dist/node_modules/react-day-picker/dist/esm/components/Select.js +0 -7
  665. package/dist/node_modules/react-day-picker/dist/esm/components/Week.js +0 -8
  666. package/dist/node_modules/react-day-picker/dist/esm/components/WeekNumber.js +0 -8
  667. package/dist/node_modules/react-day-picker/dist/esm/components/WeekNumberHeader.js +0 -7
  668. package/dist/node_modules/react-day-picker/dist/esm/components/Weekday.js +0 -7
  669. package/dist/node_modules/react-day-picker/dist/esm/components/Weekdays.js +0 -11
  670. package/dist/node_modules/react-day-picker/dist/esm/components/Weeks.js +0 -7
  671. package/dist/node_modules/react-day-picker/dist/esm/components/YearsDropdown.js +0 -9
  672. package/dist/node_modules/react-day-picker/dist/esm/components/custom-components.js +0 -54
  673. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatCaption.js +0 -10
  674. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatDay.js +0 -7
  675. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatMonthDropdown.js +0 -7
  676. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumber.js +0 -10
  677. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumberHeader.js +0 -6
  678. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekdayName.js +0 -7
  679. package/dist/node_modules/react-day-picker/dist/esm/formatters/formatYearDropdown.js +0 -9
  680. package/dist/node_modules/react-day-picker/dist/esm/formatters/index.js +0 -18
  681. package/dist/node_modules/react-day-picker/dist/esm/helpers/calculateFocusTarget.js +0 -40
  682. package/dist/node_modules/react-day-picker/dist/esm/helpers/createGetModifiers.js +0 -72
  683. package/dist/node_modules/react-day-picker/dist/esm/helpers/endOfBroadcastWeek.js +0 -11
  684. package/dist/node_modules/react-day-picker/dist/esm/helpers/getBroadcastWeeksInMonth.js +0 -13
  685. package/dist/node_modules/react-day-picker/dist/esm/helpers/getClassNamesForModifiers.js +0 -17
  686. package/dist/node_modules/react-day-picker/dist/esm/helpers/getComponents.js +0 -10
  687. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDataAttributes.js +0 -19
  688. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDates.js +0 -30
  689. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDays.js +0 -12
  690. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDefaultClassNames.js +0 -20
  691. package/dist/node_modules/react-day-picker/dist/esm/helpers/getDisplayMonths.js +0 -15
  692. package/dist/node_modules/react-day-picker/dist/esm/helpers/getFocusableDate.js +0 -22
  693. package/dist/node_modules/react-day-picker/dist/esm/helpers/getFormatters.js +0 -16
  694. package/dist/node_modules/react-day-picker/dist/esm/helpers/getInitialMonth.js +0 -16
  695. package/dist/node_modules/react-day-picker/dist/esm/helpers/getLabels.js +0 -41
  696. package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonthOptions.js +0 -17
  697. package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonths.js +0 -43
  698. package/dist/node_modules/react-day-picker/dist/esm/helpers/getNavMonth.js +0 -39
  699. package/dist/node_modules/react-day-picker/dist/esm/helpers/getNextFocus.js +0 -20
  700. package/dist/node_modules/react-day-picker/dist/esm/helpers/getNextMonth.js +0 -20
  701. package/dist/node_modules/react-day-picker/dist/esm/helpers/getPreviousMonth.js +0 -20
  702. package/dist/node_modules/react-day-picker/dist/esm/helpers/getStyleForModifiers.js +0 -14
  703. package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeekdays.js +0 -13
  704. package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeeks.js +0 -9
  705. package/dist/node_modules/react-day-picker/dist/esm/helpers/getYearOptions.js +0 -23
  706. package/dist/node_modules/react-day-picker/dist/esm/helpers/startOfBroadcastWeek.js +0 -14
  707. package/dist/node_modules/react-day-picker/dist/esm/helpers/useControlledValue.js +0 -9
  708. package/dist/node_modules/react-day-picker/dist/esm/labels/index.js +0 -26
  709. package/dist/node_modules/react-day-picker/dist/esm/labels/labelDayButton.js +0 -14
  710. package/dist/node_modules/react-day-picker/dist/esm/labels/labelGrid.js +0 -10
  711. package/dist/node_modules/react-day-picker/dist/esm/labels/labelGridcell.js +0 -11
  712. package/dist/node_modules/react-day-picker/dist/esm/labels/labelMonthDropdown.js +0 -6
  713. package/dist/node_modules/react-day-picker/dist/esm/labels/labelNav.js +0 -6
  714. package/dist/node_modules/react-day-picker/dist/esm/labels/labelNext.js +0 -7
  715. package/dist/node_modules/react-day-picker/dist/esm/labels/labelPrevious.js +0 -6
  716. package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekNumber.js +0 -6
  717. package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekNumberHeader.js +0 -6
  718. package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekday.js +0 -7
  719. package/dist/node_modules/react-day-picker/dist/esm/labels/labelYearDropdown.js +0 -6
  720. package/dist/node_modules/react-day-picker/dist/esm/locale/en-US.js +0 -62
  721. package/dist/node_modules/react-day-picker/dist/esm/noonDateLib.js +0 -145
  722. package/dist/node_modules/react-day-picker/dist/esm/selection/useMulti.js +0 -42
  723. package/dist/node_modules/react-day-picker/dist/esm/selection/useRange.js +0 -33
  724. package/dist/node_modules/react-day-picker/dist/esm/selection/useSingle.js +0 -33
  725. package/dist/node_modules/react-day-picker/dist/esm/useAnimation.js +0 -128
  726. package/dist/node_modules/react-day-picker/dist/esm/useCalendar.js +0 -100
  727. package/dist/node_modules/react-day-picker/dist/esm/useDayPicker.js +0 -13
  728. package/dist/node_modules/react-day-picker/dist/esm/useFocus.js +0 -42
  729. package/dist/node_modules/react-day-picker/dist/esm/useSelection.js +0 -21
  730. package/dist/node_modules/react-day-picker/dist/esm/utils/addToRange.js +0 -55
  731. package/dist/node_modules/react-day-picker/dist/esm/utils/convertMatchersToTimeZone.js +0 -53
  732. package/dist/node_modules/react-day-picker/dist/esm/utils/dateMatchModifiers.js +0 -52
  733. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsDayOfWeek.js +0 -17
  734. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsModifiers.js +0 -61
  735. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeIncludesDate.js +0 -23
  736. package/dist/node_modules/react-day-picker/dist/esm/utils/rangeOverlaps.js +0 -8
  737. package/dist/node_modules/react-day-picker/dist/esm/utils/toTimeZone.js +0 -11
  738. package/dist/node_modules/react-day-picker/dist/esm/utils/typeguards.js +0 -26
  739. package/dist/node_modules/react-fast-compare/index.js +0 -63
  740. package/dist/node_modules/react-helmet/es/Helmet.js +0 -717
  741. package/dist/node_modules/react-helmet/node_modules/react-fast-compare/index.js +0 -81
  742. package/dist/node_modules/react-intersection-observer/dist/index.js +0 -178
  743. package/dist/node_modules/react-is/cjs/react-is.development.js +0 -157
  744. package/dist/node_modules/react-is/cjs/react-is.production.min.js +0 -98
  745. package/dist/node_modules/react-is/index.js +0 -17
  746. package/dist/node_modules/react-otp-input/lib/index.esm.js +0 -168
  747. package/dist/node_modules/react-portal/es/LegacyPortal.js +0 -91
  748. package/dist/node_modules/react-portal/es/Portal.js +0 -74
  749. package/dist/node_modules/react-portal/es/PortalCompat.js +0 -12
  750. package/dist/node_modules/react-portal/es/utils.js +0 -4
  751. package/dist/node_modules/react-property/lib/index.js +0 -471
  752. package/dist/node_modules/react-property/lib/possibleStandardNamesOptimized.js +0 -499
  753. package/dist/node_modules/react-range/lib/Range.js +0 -592
  754. package/dist/node_modules/react-range/lib/index.js +0 -39
  755. package/dist/node_modules/react-range/lib/types.js +0 -19
  756. package/dist/node_modules/react-range/lib/utils.js +0 -318
  757. package/dist/node_modules/react-select/creatable/dist/react-select-creatable.esm.js +0 -19
  758. package/dist/node_modules/react-select/dist/Select-ef7c0426.esm.js +0 -2317
  759. package/dist/node_modules/react-select/dist/index-641ee5b8.esm.js +0 -1071
  760. package/dist/node_modules/react-select/dist/react-select.esm.js +0 -20
  761. package/dist/node_modules/react-select/dist/useCreatable-09aaeb9a.esm.js +0 -75
  762. package/dist/node_modules/react-select/dist/useStateManager-7e1e8489.esm.js +0 -51
  763. package/dist/node_modules/react-side-effect/lib/index.js +0 -105
  764. package/dist/node_modules/react-slick/lib/arrows.js +0 -248
  765. package/dist/node_modules/react-slick/lib/default-props.js +0 -85
  766. package/dist/node_modules/react-slick/lib/dots.js +0 -192
  767. package/dist/node_modules/react-slick/lib/index.js +0 -22
  768. package/dist/node_modules/react-slick/lib/initial-state.js +0 -48
  769. package/dist/node_modules/react-slick/lib/inner-slider.js +0 -810
  770. package/dist/node_modules/react-slick/lib/slider.js +0 -333
  771. package/dist/node_modules/react-slick/lib/track.js +0 -330
  772. package/dist/node_modules/react-slick/lib/utils/innerSliderUtils.js +0 -730
  773. package/dist/node_modules/react-table/dist/react-table.development.js +0 -3684
  774. package/dist/node_modules/react-table/dist/react-table.production.min.js +0 -1637
  775. package/dist/node_modules/react-table/index.js +0 -17
  776. package/dist/node_modules/react-tippy/dist/react-tippy.js +0 -1981
  777. package/dist/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +0 -495
  778. package/dist/node_modules/string-convert/camel2hyphen.js +0 -16
  779. package/dist/node_modules/style-to-js/cjs/index.js +0 -31
  780. package/dist/node_modules/style-to-js/cjs/utilities.js +0 -42
  781. package/dist/node_modules/style-to-object/cjs/index.js +0 -38
  782. package/dist/node_modules/stylis/src/Enum.js +0 -20
  783. package/dist/node_modules/stylis/src/Middleware.js +0 -22
  784. package/dist/node_modules/stylis/src/Parser.js +0 -157
  785. package/dist/node_modules/stylis/src/Serializer.js +0 -29
  786. package/dist/node_modules/stylis/src/Tokenizer.js +0 -160
  787. package/dist/node_modules/stylis/src/Utility.js +0 -52
  788. package/dist/node_modules/tiny-case/index.js +0 -33
  789. package/dist/node_modules/tiny-warning/dist/tiny-warning.esm.js +0 -16
  790. package/dist/node_modules/to-camel-case/index.js +0 -18
  791. package/dist/node_modules/to-no-case/index.js +0 -32
  792. package/dist/node_modules/to-space-case/index.js +0 -18
  793. package/dist/node_modules/toggle-selection/index.js +0 -42
  794. package/dist/node_modules/toposort/index.js +0 -79
  795. package/dist/node_modules/use-isomorphic-layout-effect/dist/use-isomorphic-layout-effect.browser.esm.js +0 -5
  796. package/dist/node_modules/yup/index.esm.js +0 -1921
@@ -1,1973 +0,0 @@
1
- function e(t2) {
2
- "@babel/helpers - typeof";
3
- return e = typeof Symbol == `function` && typeof Symbol.iterator == `symbol` ? function(e5) {
4
- return typeof e5;
5
- } : function(e5) {
6
- return e5 && typeof Symbol == `function` && e5.constructor === Symbol && e5 !== Symbol.prototype ? `symbol` : typeof e5;
7
- }, e(t2);
8
- }
9
- function t(t2, n2) {
10
- if (e(t2) != `object` || !t2) return t2;
11
- var r2 = t2[Symbol.toPrimitive];
12
- if (r2 !== void 0) {
13
- var i2 = r2.call(t2, n2);
14
- if (e(i2) != `object`) return i2;
15
- throw TypeError(`@@toPrimitive must return a primitive value.`);
16
- }
17
- return (n2 === `string` ? String : Number)(t2);
18
- }
19
- function n(n2) {
20
- var r2 = t(n2, `string`);
21
- return e(r2) == `symbol` ? r2 : r2 + ``;
22
- }
23
- function r(e5, t2, r2) {
24
- return (t2 = n(t2)) in e5 ? Object.defineProperty(e5, t2, { value: r2, enumerable: true, configurable: true, writable: true }) : e5[t2] = r2, e5;
25
- }
26
- var i = class {
27
- requestAnimationFrame(e5) {
28
- return requestAnimationFrame(e5);
29
- }
30
- cancelAnimationFrame(e5) {
31
- cancelAnimationFrame(e5);
32
- }
33
- }, a = class {
34
- constructor() {
35
- r(this, `_lastHandleId`, 0), r(this, `_lastImmediate`, null);
36
- }
37
- requestAnimationFrame(e5) {
38
- return this._lastHandleId >= 2 ** 53 - 1 && (this._lastHandleId = 0), this._lastHandleId += 1, this._lastImmediate = setImmediate(() => {
39
- e5(performance.now());
40
- }), this._lastHandleId;
41
- }
42
- cancelAnimationFrame(e5) {
43
- this._lastImmediate && clearImmediate(this._lastImmediate);
44
- }
45
- }, o = class {
46
- constructor() {
47
- r(this, `_strategy`, void 0), this._strategy = typeof requestAnimationFrame == `function` ? new i() : new a();
48
- }
49
- requestAnimationFrame(e5) {
50
- return this._strategy.requestAnimationFrame(e5);
51
- }
52
- cancelAnimationFrame(e5) {
53
- this._strategy.cancelAnimationFrame(e5);
54
- }
55
- };
56
- const s = typeof window < `u` && window.document !== void 0, c = new Uint8Array([80, 75, 3, 4]), l = [`v`, `ip`, `op`, `layers`, `fr`, `w`, `h`], u = `0.74.0`, d = `@lottiefiles/dotlottie-web`;
57
- let f;
58
- const p = typeof TextDecoder < `u` ? new TextDecoder(`utf-8`, { ignoreBOM: true, fatal: true }) : { decode: () => {
59
- throw Error(`TextDecoder not available`);
60
- } };
61
- typeof TextDecoder < `u` && p.decode();
62
- let m = null;
63
- function h() {
64
- return (m === null || m.byteLength === 0) && (m = new Uint8Array(f.memory.buffer)), m;
65
- }
66
- function g(e5, t2) {
67
- return e5 >>>= 0, p.decode(h().subarray(e5, e5 + t2));
68
- }
69
- function _(e5) {
70
- let t2 = f.__externref_table_alloc_command_export();
71
- return f.__wbindgen_export_3.set(t2, e5), t2;
72
- }
73
- function ee(e5, t2) {
74
- try {
75
- return e5.apply(this, t2);
76
- } catch (e6) {
77
- let t3 = _(e6);
78
- f.__wbindgen_exn_store_command_export(t3);
79
- }
80
- }
81
- let v = 0;
82
- const y = typeof TextEncoder < `u` ? new TextEncoder(`utf-8`) : { encode: () => {
83
- throw Error(`TextEncoder not available`);
84
- } }, b = typeof y.encodeInto == `function` ? function(e5, t2) {
85
- return y.encodeInto(e5, t2);
86
- } : function(e5, t2) {
87
- let n2 = y.encode(e5);
88
- return t2.set(n2), { read: e5.length, written: n2.length };
89
- };
90
- function x(e5, t2, n2) {
91
- if (n2 === void 0) {
92
- let n3 = y.encode(e5), r3 = t2(n3.length, 1) >>> 0;
93
- return h().subarray(r3, r3 + n3.length).set(n3), v = n3.length, r3;
94
- }
95
- let r2 = e5.length, i2 = t2(r2, 1) >>> 0, a2 = h(), o2 = 0;
96
- for (; o2 < r2; o2++) {
97
- let t3 = e5.charCodeAt(o2);
98
- if (t3 > 127) break;
99
- a2[i2 + o2] = t3;
100
- }
101
- if (o2 !== r2) {
102
- o2 !== 0 && (e5 = e5.slice(o2)), i2 = n2(i2, r2, r2 = o2 + e5.length * 3, 1) >>> 0;
103
- let t3 = h().subarray(i2 + o2, i2 + r2), a3 = b(e5, t3);
104
- o2 += a3.written, i2 = n2(i2, r2, o2, 1) >>> 0;
105
- }
106
- return v = o2, i2;
107
- }
108
- let S = null;
109
- function C() {
110
- return (S === null || S.buffer.detached === true || S.buffer.detached === void 0 && S.buffer !== f.memory.buffer) && (S = new DataView(f.memory.buffer)), S;
111
- }
112
- function w(e5) {
113
- return e5 == null;
114
- }
115
- let T = null;
116
- function te() {
117
- return (T === null || T.byteLength === 0) && (T = new Float32Array(f.memory.buffer)), T;
118
- }
119
- function ne(e5, t2) {
120
- let n2 = t2(e5.length * 4, 4) >>> 0;
121
- return te().set(e5, n2 / 4), v = e5.length, n2;
122
- }
123
- function E(e5, t2) {
124
- let n2 = t2(e5.length * 1, 1) >>> 0;
125
- return h().set(e5, n2 / 1), v = e5.length, n2;
126
- }
127
- function D(e5, t2) {
128
- let n2 = t2(e5.length * 4, 4) >>> 0;
129
- for (let t3 = 0; t3 < e5.length; t3++) {
130
- let r2 = _(e5[t3]);
131
- C().setUint32(n2 + 4 * t3, r2, true);
132
- }
133
- return v = e5.length, n2;
134
- }
135
- function O(e5, t2) {
136
- let n2 = x(e5, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), r2 = v, i2 = E(t2, f.__wbindgen_malloc_command_export), a2 = v;
137
- return f.register_font(n2, r2, i2, a2) !== 0;
138
- }
139
- const k = Object.freeze({ Forward: 0, 0: `Forward`, Reverse: 1, 1: `Reverse`, Bounce: 2, 2: `Bounce`, ReverseBounce: 3, 3: `ReverseBounce` }), A = typeof FinalizationRegistry > `u` ? { register: () => {
140
- }, unregister: () => {
141
- } } : new FinalizationRegistry((e5) => f.__wbg_dotlottieplayerwasm_free(e5 >>> 0, 1));
142
- var j = class {
143
- __destroy_into_raw() {
144
- let e5 = this.__wbg_ptr;
145
- return this.__wbg_ptr = 0, A.unregister(this), e5;
146
- }
147
- free() {
148
- let e5 = this.__destroy_into_raw();
149
- f.__wbg_dotlottieplayerwasm_free(e5, 0);
150
- }
151
- clear_slot(e5) {
152
- let t2 = x(e5, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), n2 = v;
153
- return f.dotlottieplayerwasm_clear_slot(this.__wbg_ptr, t2, n2) !== 0;
154
- }
155
- is_playing() {
156
- return f.dotlottieplayerwasm_is_playing(this.__wbg_ptr) !== 0;
157
- }
158
- is_stopped() {
159
- return f.dotlottieplayerwasm_is_stopped(this.__wbg_ptr) !== 0;
160
- }
161
- layout_fit() {
162
- let e5, t2;
163
- try {
164
- let n2 = f.dotlottieplayerwasm_layout_fit(this.__wbg_ptr);
165
- return e5 = n2[0], t2 = n2[1], g(n2[0], n2[1]);
166
- } finally {
167
- f.__wbindgen_free_command_export(e5, t2, 1);
168
- }
169
- }
170
- loop_count() {
171
- return f.dotlottieplayerwasm_loop_count(this.__wbg_ptr) >>> 0;
172
- }
173
- poll_event() {
174
- return f.dotlottieplayerwasm_poll_event(this.__wbg_ptr);
175
- }
176
- reset_slot(e5) {
177
- let t2 = x(e5, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), n2 = v;
178
- return f.dotlottieplayerwasm_reset_slot(this.__wbg_ptr, t2, n2) !== 0;
179
- }
180
- set_layout(e5, t2, n2) {
181
- let r2 = x(e5, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), i2 = v;
182
- return f.dotlottieplayerwasm_set_layout(this.__wbg_ptr, r2, i2, t2, n2) !== 0;
183
- }
184
- set_marker(e5) {
185
- let t2 = x(e5, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), n2 = v;
186
- f.dotlottieplayerwasm_set_marker(this.__wbg_ptr, t2, n2);
187
- }
188
- clear_slots() {
189
- return f.dotlottieplayerwasm_clear_slots(this.__wbg_ptr) !== 0;
190
- }
191
- is_complete() {
192
- return f.dotlottieplayerwasm_is_complete(this.__wbg_ptr) !== 0;
193
- }
194
- is_tweening() {
195
- return f.dotlottieplayerwasm_is_tweening(this.__wbg_ptr) !== 0;
196
- }
197
- reset_slots() {
198
- return f.dotlottieplayerwasm_reset_slots(this.__wbg_ptr) !== 0;
199
- }
200
- reset_theme() {
201
- return f.dotlottieplayerwasm_reset_theme(this.__wbg_ptr) !== 0;
202
- }
203
- segment_end() {
204
- return f.dotlottieplayerwasm_segment_end(this.__wbg_ptr);
205
- }
206
- set_quality(e5) {
207
- return f.dotlottieplayerwasm_set_quality(this.__wbg_ptr, e5) !== 0;
208
- }
209
- set_segment(e5, t2) {
210
- return f.dotlottieplayerwasm_set_segment(this.__wbg_ptr, e5, t2) !== 0;
211
- }
212
- static unload_font(e5) {
213
- let t2 = x(e5, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), n2 = v;
214
- return f.dotlottieplayerwasm_unload_font(t2, n2) !== 0;
215
- }
216
- animation_id() {
217
- let e5 = f.dotlottieplayerwasm_animation_id(this.__wbg_ptr), t2;
218
- return e5[0] !== 0 && (t2 = g(e5[0], e5[1]).slice(), f.__wbindgen_free_command_export(e5[0], e5[1] * 1, 1)), t2;
219
- }
220
- audio_volume() {
221
- return f.dotlottieplayerwasm_audio_volume(this.__wbg_ptr);
222
- }
223
- background_a() {
224
- return f.dotlottieplayerwasm_background_a(this.__wbg_ptr);
225
- }
226
- background_b() {
227
- return f.dotlottieplayerwasm_background_b(this.__wbg_ptr);
228
- }
229
- background_g() {
230
- return f.dotlottieplayerwasm_background_g(this.__wbg_ptr);
231
- }
232
- background_r() {
233
- return f.dotlottieplayerwasm_background_r(this.__wbg_ptr);
234
- }
235
- clear_marker() {
236
- f.dotlottieplayerwasm_clear_marker(this.__wbg_ptr);
237
- }
238
- emit_on_loop() {
239
- f.dotlottieplayerwasm_emit_on_loop(this.__wbg_ptr);
240
- }
241
- get_slot_ids() {
242
- return f.dotlottieplayerwasm_get_slot_ids(this.__wbg_ptr);
243
- }
244
- get_slot_str(e5) {
245
- let t2 = x(e5, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), n2 = v, r2 = f.dotlottieplayerwasm_get_slot_str(this.__wbg_ptr, t2, n2), i2;
246
- return r2[0] !== 0 && (i2 = g(r2[0], r2[1]).slice(), f.__wbindgen_free_command_export(r2[0], r2[1] * 1, 1)), i2;
247
- }
248
- marker_names() {
249
- return f.dotlottieplayerwasm_marker_names(this.__wbg_ptr);
250
- }
251
- set_autoplay(e5) {
252
- f.dotlottieplayerwasm_set_autoplay(this.__wbg_ptr, e5);
253
- }
254
- set_slot_str(e5, t2) {
255
- let n2 = x(e5, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), r2 = v, i2 = x(t2, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), a2 = v;
256
- return f.dotlottieplayerwasm_set_slot_str(this.__wbg_ptr, n2, r2, i2, a2) !== 0;
257
- }
258
- set_viewport(e5, t2, n2, r2) {
259
- return f.dotlottieplayerwasm_set_viewport(this.__wbg_ptr, e5, t2, n2, r2) !== 0;
260
- }
261
- total_frames() {
262
- return f.dotlottieplayerwasm_total_frames(this.__wbg_ptr);
263
- }
264
- clear_segment() {
265
- return f.dotlottieplayerwasm_clear_segment(this.__wbg_ptr) !== 0;
266
- }
267
- current_frame() {
268
- return f.dotlottieplayerwasm_current_frame(this.__wbg_ptr);
269
- }
270
- get_slot_type(e5) {
271
- let t2 = x(e5, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), n2 = v, r2 = f.dotlottieplayerwasm_get_slot_type(this.__wbg_ptr, t2, n2), i2;
272
- return r2[0] !== 0 && (i2 = g(r2[0], r2[1]).slice(), f.__wbindgen_free_command_export(r2[0], r2[1] * 1, 1)), i2;
273
- }
274
- get_slots_str() {
275
- let e5, t2;
276
- try {
277
- let n2 = f.dotlottieplayerwasm_get_slots_str(this.__wbg_ptr);
278
- return e5 = n2[0], t2 = n2[1], g(n2[0], n2[1]);
279
- } finally {
280
- f.__wbindgen_free_command_export(e5, t2, 1);
281
- }
282
- }
283
- get_transform() {
284
- return f.dotlottieplayerwasm_get_transform(this.__wbg_ptr);
285
- }
286
- segment_start() {
287
- return f.dotlottieplayerwasm_segment_start(this.__wbg_ptr);
288
- }
289
- set_slots_str(e5) {
290
- let t2 = x(e5, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), n2 = v;
291
- return f.dotlottieplayerwasm_set_slots_str(this.__wbg_ptr, t2, n2) !== 0;
292
- }
293
- set_text_slot(e5, t2) {
294
- let n2 = x(e5, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), r2 = v, i2 = x(t2, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), a2 = v;
295
- return f.dotlottieplayerwasm_set_text_slot(this.__wbg_ptr, n2, r2, i2, a2) !== 0;
296
- }
297
- set_transform(e5) {
298
- let t2 = ne(e5, f.__wbindgen_malloc_command_export), n2 = v;
299
- return f.dotlottieplayerwasm_set_transform(this.__wbg_ptr, t2, n2) !== 0;
300
- }
301
- sm_get_inputs() {
302
- return f.dotlottieplayerwasm_sm_get_inputs(this.__wbg_ptr);
303
- }
304
- sm_poll_event() {
305
- return f.dotlottieplayerwasm_sm_poll_event(this.__wbg_ptr);
306
- }
307
- sm_post_click(e5, t2) {
308
- f.dotlottieplayerwasm_sm_post_click(this.__wbg_ptr, e5, t2);
309
- }
310
- animation_size() {
311
- return f.dotlottieplayerwasm_animation_size(this.__wbg_ptr);
312
- }
313
- current_marker() {
314
- let e5 = f.dotlottieplayerwasm_current_marker(this.__wbg_ptr), t2;
315
- return e5[0] !== 0 && (t2 = g(e5[0], e5[1]).slice(), f.__wbindgen_free_command_export(e5[0], e5[1] * 1, 1)), t2;
316
- }
317
- layout_align_x() {
318
- return f.dotlottieplayerwasm_layout_align_x(this.__wbg_ptr);
319
- }
320
- layout_align_y() {
321
- return f.dotlottieplayerwasm_layout_align_y(this.__wbg_ptr);
322
- }
323
- load_animation(e5) {
324
- let t2 = x(e5, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), n2 = v;
325
- return f.dotlottieplayerwasm_load_animation(this.__wbg_ptr, t2, n2) !== 0;
326
- }
327
- loop_animation() {
328
- return f.dotlottieplayerwasm_loop_animation(this.__wbg_ptr) !== 0;
329
- }
330
- set_background(e5, t2, n2, r2) {
331
- return f.dotlottieplayerwasm_set_background(this.__wbg_ptr, e5, t2, n2, r2) !== 0;
332
- }
333
- set_color_slot(e5, t2, n2, r2) {
334
- let i2 = x(e5, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), a2 = v;
335
- return f.dotlottieplayerwasm_set_color_slot(this.__wbg_ptr, i2, a2, t2, n2, r2) !== 0;
336
- }
337
- set_loop_count(e5) {
338
- f.dotlottieplayerwasm_set_loop_count(this.__wbg_ptr, e5);
339
- }
340
- set_theme_data(e5) {
341
- let t2 = x(e5, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), n2 = v;
342
- return f.dotlottieplayerwasm_set_theme_data(this.__wbg_ptr, t2, n2) !== 0;
343
- }
344
- sm_reset_input(e5) {
345
- let t2 = x(e5, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), n2 = v;
346
- f.dotlottieplayerwasm_sm_reset_input(this.__wbg_ptr, t2, n2);
347
- }
348
- manifest_string() {
349
- let e5, t2;
350
- try {
351
- let n2 = f.dotlottieplayerwasm_manifest_string(this.__wbg_ptr);
352
- return e5 = n2[0], t2 = n2[1], g(n2[0], n2[1]);
353
- } finally {
354
- f.__wbindgen_free_command_export(e5, t2, 1);
355
- }
356
- }
357
- set_scalar_slot(e5, t2) {
358
- let n2 = x(e5, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), r2 = v;
359
- return f.dotlottieplayerwasm_set_scalar_slot(this.__wbg_ptr, n2, r2, t2) !== 0;
360
- }
361
- set_vector_slot(e5, t2, n2) {
362
- let r2 = x(e5, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), i2 = v;
363
- return f.dotlottieplayerwasm_set_vector_slot(this.__wbg_ptr, r2, i2, t2, n2) !== 0;
364
- }
365
- setup_sw_target(e5, t2) {
366
- return f.dotlottieplayerwasm_setup_sw_target(this.__wbg_ptr, e5, t2) !== 0;
367
- }
368
- get_pixel_buffer() {
369
- return f.dotlottieplayerwasm_get_pixel_buffer(this.__wbg_ptr);
370
- }
371
- set_audio_volume(e5) {
372
- f.dotlottieplayerwasm_set_audio_volume(this.__wbg_ptr, e5);
373
- }
374
- sm_current_state() {
375
- let e5, t2;
376
- try {
377
- let n2 = f.dotlottieplayerwasm_sm_current_state(this.__wbg_ptr);
378
- return e5 = n2[0], t2 = n2[1], g(n2[0], n2[1]);
379
- } finally {
380
- f.__wbindgen_free_command_export(e5, t2, 1);
381
- }
382
- }
383
- state_machine_id() {
384
- let e5 = f.dotlottieplayerwasm_state_machine_id(this.__wbg_ptr), t2;
385
- return e5[0] !== 0 && (t2 = g(e5[0], e5[1]).slice(), f.__wbindgen_free_command_export(e5[0], e5[1] * 1, 1)), t2;
386
- }
387
- get_state_machine(e5) {
388
- let t2 = x(e5, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), n2 = v, r2 = f.dotlottieplayerwasm_get_state_machine(this.__wbg_ptr, t2, n2), i2;
389
- return r2[0] !== 0 && (i2 = g(r2[0], r2[1]).slice(), f.__wbindgen_free_command_export(r2[0], r2[1] * 1, 1)), i2;
390
- }
391
- set_position_slot(e5, t2, n2) {
392
- let r2 = x(e5, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), i2 = v;
393
- return f.dotlottieplayerwasm_set_position_slot(this.__wbg_ptr, r2, i2, t2, n2) !== 0;
394
- }
395
- current_loop_count() {
396
- return f.dotlottieplayerwasm_current_loop_count(this.__wbg_ptr) >>> 0;
397
- }
398
- sm_framework_setup() {
399
- return f.dotlottieplayerwasm_sm_framework_setup(this.__wbg_ptr);
400
- }
401
- sm_post_pointer_up(e5, t2) {
402
- f.dotlottieplayerwasm_sm_post_pointer_up(this.__wbg_ptr, e5, t2);
403
- }
404
- state_machine_load(e5) {
405
- let t2 = x(e5, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), n2 = v;
406
- return f.dotlottieplayerwasm_state_machine_load(this.__wbg_ptr, t2, n2) !== 0;
407
- }
408
- load_dotlottie_data(e5) {
409
- let t2 = E(e5, f.__wbindgen_malloc_command_export), n2 = v;
410
- return f.dotlottieplayerwasm_load_dotlottie_data(this.__wbg_ptr, t2, n2) !== 0;
411
- }
412
- sm_get_string_input(e5) {
413
- let t2 = x(e5, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), n2 = v, r2 = f.dotlottieplayerwasm_sm_get_string_input(this.__wbg_ptr, t2, n2), i2;
414
- return r2[0] !== 0 && (i2 = g(r2[0], r2[1]).slice(), f.__wbindgen_free_command_export(r2[0], r2[1] * 1, 1)), i2;
415
- }
416
- sm_set_string_input(e5, t2) {
417
- let n2 = x(e5, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), r2 = v, i2 = x(t2, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), a2 = v;
418
- return f.dotlottieplayerwasm_sm_set_string_input(this.__wbg_ptr, n2, r2, i2, a2) !== 0;
419
- }
420
- sm_get_boolean_input(e5) {
421
- let t2 = x(e5, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), n2 = v, r2 = f.dotlottieplayerwasm_sm_get_boolean_input(this.__wbg_ptr, t2, n2);
422
- return r2 === 16777215 ? void 0 : r2 !== 0;
423
- }
424
- sm_get_numeric_input(e5) {
425
- let t2 = x(e5, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), n2 = v, r2 = f.dotlottieplayerwasm_sm_get_numeric_input(this.__wbg_ptr, t2, n2);
426
- return r2 === 4294967297 ? void 0 : r2;
427
- }
428
- sm_post_pointer_down(e5, t2) {
429
- f.dotlottieplayerwasm_sm_post_pointer_down(this.__wbg_ptr, e5, t2);
430
- }
431
- sm_post_pointer_exit(e5, t2) {
432
- f.dotlottieplayerwasm_sm_post_pointer_exit(this.__wbg_ptr, e5, t2);
433
- }
434
- sm_post_pointer_move(e5, t2) {
435
- f.dotlottieplayerwasm_sm_post_pointer_move(this.__wbg_ptr, e5, t2);
436
- }
437
- sm_set_boolean_input(e5, t2) {
438
- let n2 = x(e5, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), r2 = v;
439
- return f.dotlottieplayerwasm_sm_set_boolean_input(this.__wbg_ptr, n2, r2, t2) !== 0;
440
- }
441
- sm_set_numeric_input(e5, t2) {
442
- let n2 = x(e5, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), r2 = v;
443
- return f.dotlottieplayerwasm_sm_set_numeric_input(this.__wbg_ptr, n2, r2, t2) !== 0;
444
- }
445
- state_machine_unload() {
446
- f.dotlottieplayerwasm_state_machine_unload(this.__wbg_ptr);
447
- }
448
- sm_post_pointer_enter(e5, t2) {
449
- f.dotlottieplayerwasm_sm_post_pointer_enter(this.__wbg_ptr, e5, t2);
450
- }
451
- load_animation_from_id(e5) {
452
- let t2 = x(e5, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), n2 = v;
453
- return f.dotlottieplayerwasm_load_animation_from_id(this.__wbg_ptr, t2, n2) !== 0;
454
- }
455
- sm_poll_internal_event() {
456
- return f.dotlottieplayerwasm_sm_poll_internal_event(this.__wbg_ptr);
457
- }
458
- use_frame_interpolation() {
459
- return f.dotlottieplayerwasm_use_frame_interpolation(this.__wbg_ptr) !== 0;
460
- }
461
- reset_current_loop_count() {
462
- f.dotlottieplayerwasm_reset_current_loop_count(this.__wbg_ptr);
463
- }
464
- sm_override_current_state(e5, t2) {
465
- let n2 = x(e5, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), r2 = v;
466
- return f.dotlottieplayerwasm_sm_override_current_state(this.__wbg_ptr, n2, r2, t2) !== 0;
467
- }
468
- state_machine_load_from_id(e5) {
469
- let t2 = x(e5, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), n2 = v;
470
- return f.dotlottieplayerwasm_state_machine_load_from_id(this.__wbg_ptr, t2, n2) !== 0;
471
- }
472
- set_use_frame_interpolation(e5) {
473
- f.dotlottieplayerwasm_set_use_frame_interpolation(this.__wbg_ptr, e5);
474
- }
475
- constructor() {
476
- let e5 = f.dotlottieplayerwasm_new();
477
- return this.__wbg_ptr = e5 >>> 0, A.register(this, this.__wbg_ptr, this), this;
478
- }
479
- mode() {
480
- return f.dotlottieplayerwasm_mode(this.__wbg_ptr);
481
- }
482
- play() {
483
- return f.dotlottieplayerwasm_play(this.__wbg_ptr) !== 0;
484
- }
485
- stop() {
486
- return f.dotlottieplayerwasm_stop(this.__wbg_ptr) !== 0;
487
- }
488
- tick(e5) {
489
- return f.dotlottieplayerwasm_tick(this.__wbg_ptr, e5) !== 0;
490
- }
491
- pause() {
492
- return f.dotlottieplayerwasm_pause(this.__wbg_ptr) !== 0;
493
- }
494
- speed() {
495
- return f.dotlottieplayerwasm_speed(this.__wbg_ptr);
496
- }
497
- width() {
498
- return f.dotlottieplayerwasm_width(this.__wbg_ptr) >>> 0;
499
- }
500
- height() {
501
- return f.dotlottieplayerwasm_height(this.__wbg_ptr) >>> 0;
502
- }
503
- render() {
504
- return f.dotlottieplayerwasm_render(this.__wbg_ptr) !== 0;
505
- }
506
- markers() {
507
- return f.dotlottieplayerwasm_markers(this.__wbg_ptr);
508
- }
509
- sm_fire(e5) {
510
- let t2 = x(e5, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), n2 = v;
511
- return f.dotlottieplayerwasm_sm_fire(this.__wbg_ptr, t2, n2) !== 0;
512
- }
513
- sm_stop() {
514
- return f.dotlottieplayerwasm_sm_stop(this.__wbg_ptr) !== 0;
515
- }
516
- sm_tick(e5) {
517
- return f.dotlottieplayerwasm_sm_tick(this.__wbg_ptr, e5) !== 0;
518
- }
519
- autoplay() {
520
- return f.dotlottieplayerwasm_autoplay(this.__wbg_ptr) !== 0;
521
- }
522
- duration() {
523
- return f.dotlottieplayerwasm_duration(this.__wbg_ptr);
524
- }
525
- set_loop(e5) {
526
- f.dotlottieplayerwasm_set_loop(this.__wbg_ptr, e5);
527
- }
528
- set_mode(e5) {
529
- f.dotlottieplayerwasm_set_mode(this.__wbg_ptr, e5);
530
- }
531
- sm_start(e5, t2) {
532
- let n2 = D(t2, f.__wbindgen_malloc_command_export), r2 = v;
533
- return f.dotlottieplayerwasm_sm_start(this.__wbg_ptr, e5, n2, r2) !== 0;
534
- }
535
- theme_id() {
536
- let e5 = f.dotlottieplayerwasm_theme_id(this.__wbg_ptr), t2;
537
- return e5[0] !== 0 && (t2 = g(e5[0], e5[1]).slice(), f.__wbindgen_free_command_export(e5[0], e5[1] * 1, 1)), t2;
538
- }
539
- is_loaded() {
540
- return f.dotlottieplayerwasm_is_loaded(this.__wbg_ptr) !== 0;
541
- }
542
- is_paused() {
543
- return f.dotlottieplayerwasm_is_paused(this.__wbg_ptr) !== 0;
544
- }
545
- load_font(e5, t2) {
546
- let n2 = x(e5, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), r2 = v, i2 = E(t2, f.__wbindgen_malloc_command_export), a2 = v;
547
- return f.dotlottieplayerwasm_load_font(this.__wbg_ptr, n2, r2, i2, a2) !== 0;
548
- }
549
- set_frame(e5) {
550
- return f.dotlottieplayerwasm_set_frame(this.__wbg_ptr, e5) !== 0;
551
- }
552
- set_speed(e5) {
553
- f.dotlottieplayerwasm_set_speed(this.__wbg_ptr, e5);
554
- }
555
- set_theme(e5) {
556
- let t2 = x(e5, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), n2 = v;
557
- return f.dotlottieplayerwasm_set_theme(this.__wbg_ptr, t2, n2) !== 0;
558
- }
559
- sm_status() {
560
- let e5, t2;
561
- try {
562
- let n2 = f.dotlottieplayerwasm_sm_status(this.__wbg_ptr);
563
- return e5 = n2[0], t2 = n2[1], g(n2[0], n2[1]);
564
- } finally {
565
- f.__wbindgen_free_command_export(e5, t2, 1);
566
- }
567
- }
568
- };
569
- async function M(e5, t2) {
570
- if (typeof Response == `function` && e5 instanceof Response) {
571
- if (typeof WebAssembly.instantiateStreaming == `function`) try {
572
- return await WebAssembly.instantiateStreaming(e5, t2);
573
- } catch (t3) {
574
- if (e5.headers.get(`Content-Type`) != `application/wasm`) console.warn("`WebAssembly.instantiateStreaming` failed because your server does not serve Wasm with `application/wasm` MIME type. Falling back to `WebAssembly.instantiate` which is slower. Original error:\n", t3);
575
- else throw t3;
576
- }
577
- let n2 = await e5.arrayBuffer();
578
- return await WebAssembly.instantiate(n2, t2);
579
- } else {
580
- let n2 = await WebAssembly.instantiate(e5, t2);
581
- return n2 instanceof WebAssembly.Instance ? { instance: n2, module: e5 } : n2;
582
- }
583
- }
584
- function N() {
585
- let e5 = {};
586
- return e5.wbg = {}, e5.wbg.__wbg_buffer_609cc3eee51ed158 = function(e6) {
587
- return e6.buffer;
588
- }, e5.wbg.__wbg_error_7534b8e9a36f1ab4 = function(e6, t2) {
589
- let n2, r2;
590
- try {
591
- n2 = e6, r2 = t2, console.error(g(e6, t2));
592
- } finally {
593
- f.__wbindgen_free_command_export(n2, r2, 1);
594
- }
595
- }, e5.wbg.__wbg_new_405e22f390576ce2 = function() {
596
- return {};
597
- }, e5.wbg.__wbg_new_78feb108b6472713 = function() {
598
- return [];
599
- }, e5.wbg.__wbg_new_8a6f238a6ece86ea = function() {
600
- return Error();
601
- }, e5.wbg.__wbg_newwithbyteoffsetandlength_d97e637ebe145a9a = function(e6, t2, n2) {
602
- return new Uint8Array(e6, t2 >>> 0, n2 >>> 0);
603
- }, e5.wbg.__wbg_newwithlength_5a5efe313cfd59f1 = function(e6) {
604
- return new Float32Array(e6 >>> 0);
605
- }, e5.wbg.__wbg_push_737cfc8c1432c2c6 = function(e6, t2) {
606
- return e6.push(t2);
607
- }, e5.wbg.__wbg_set_bb8cecf6a62b9f46 = function() {
608
- return ee(function(e6, t2, n2) {
609
- return Reflect.set(e6, t2, n2);
610
- }, arguments);
611
- }, e5.wbg.__wbg_setindex_4e73afdcd9bb95cd = function(e6, t2, n2) {
612
- e6[t2 >>> 0] = n2;
613
- }, e5.wbg.__wbg_stack_0ed75d68575b0f3c = function(e6, t2) {
614
- let n2 = t2.stack, r2 = x(n2, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), i2 = v;
615
- C().setInt32(e6 + 4, i2, true), C().setInt32(e6 + 0, r2, true);
616
- }, e5.wbg.__wbindgen_init_externref_table = function() {
617
- let e6 = f.__wbindgen_export_3, t2 = e6.grow(4);
618
- e6.set(0, void 0), e6.set(t2 + 0, void 0), e6.set(t2 + 1, null), e6.set(t2 + 2, true), e6.set(t2 + 3, false);
619
- }, e5.wbg.__wbindgen_memory = function() {
620
- return f.memory;
621
- }, e5.wbg.__wbindgen_number_new = function(e6) {
622
- return e6;
623
- }, e5.wbg.__wbindgen_string_get = function(e6, t2) {
624
- let n2 = t2, r2 = typeof n2 == `string` ? n2 : void 0;
625
- var i2 = w(r2) ? 0 : x(r2, f.__wbindgen_malloc_command_export, f.__wbindgen_realloc_command_export), a2 = v;
626
- C().setInt32(e6 + 4, a2, true), C().setInt32(e6 + 0, i2, true);
627
- }, e5.wbg.__wbindgen_string_new = function(e6, t2) {
628
- return g(e6, t2);
629
- }, e5.wbg.__wbindgen_throw = function(e6, t2) {
630
- throw Error(g(e6, t2));
631
- }, e5;
632
- }
633
- function P(e5, t2) {
634
- return f = e5.exports, F.__wbindgen_wasm_module = t2, S = null, T = null, m = null, f.__wbindgen_start(), f;
635
- }
636
- async function F(e5) {
637
- if (f !== void 0) return f;
638
- if (e5 !== void 0 && (Object.getPrototypeOf(e5) === Object.prototype ? { module_or_path: e5 } = e5 : console.warn(`using deprecated parameters for the initialization function; pass a single object instead`)), e5 === void 0) throw Error(`WASM module URL must be provided via DotLottieWasmLoader or setWasmUrl().`);
639
- let t2 = N();
640
- (typeof e5 == `string` || typeof Request == `function` && e5 instanceof Request || typeof URL == `function` && e5 instanceof URL) && (e5 = fetch(e5));
641
- let { instance: n2, module: r2 } = await M(await e5, t2);
642
- return P(n2, r2);
643
- }
644
- var I = class {
645
- constructor() {
646
- r(this, `_eventListeners`, /* @__PURE__ */ new Map());
647
- }
648
- addEventListener(e5, t2) {
649
- let n2 = this._eventListeners.get(e5);
650
- n2 || (n2 = /* @__PURE__ */ new Set(), this._eventListeners.set(e5, n2)), n2.add(t2);
651
- }
652
- removeEventListener(e5, t2) {
653
- let n2 = this._eventListeners.get(e5);
654
- n2 && (t2 ? (n2.delete(t2), n2.size === 0 && this._eventListeners.delete(e5)) : this._eventListeners.delete(e5));
655
- }
656
- dispatch(e5) {
657
- this._eventListeners.get(e5.type)?.forEach((t2) => t2(e5));
658
- }
659
- removeAllEventListeners() {
660
- this._eventListeners.clear();
661
- }
662
- }, L = class e2 {
663
- static _initializeObserver() {
664
- e2._observer || (e2._observer = new IntersectionObserver((t2) => {
665
- t2.forEach((t3) => {
666
- let n2 = e2._observedCanvases.get(t3.target);
667
- n2 && (t3.isIntersecting ? n2.unfreeze() : n2.freeze());
668
- });
669
- }, { threshold: 0 }));
670
- }
671
- static observe(t2, n2) {
672
- e2._initializeObserver(), !e2._observedCanvases.has(t2) && (e2._observedCanvases.set(t2, n2), e2._observer?.observe(t2));
673
- }
674
- static unobserve(t2) {
675
- e2._observer?.unobserve(t2), e2._observedCanvases.delete(t2), e2._observedCanvases.size === 0 && (e2._observer?.disconnect(), e2._observer = null);
676
- }
677
- };
678
- r(L, `_observer`, null), r(L, `_observedCanvases`, /* @__PURE__ */ new Map());
679
- var R = class e3 {
680
- static _initializeObserver() {
681
- e3._observer || (e3._observer = new ResizeObserver((t2) => {
682
- t2.forEach((t3) => {
683
- let n2 = e3._observedCanvases.get(t3.target);
684
- if (!n2) return;
685
- let [r2, i2] = n2;
686
- clearTimeout(i2);
687
- let a2 = setTimeout(() => {
688
- r2.resize();
689
- }, 100);
690
- e3._observedCanvases.set(t3.target, [r2, a2]);
691
- });
692
- }));
693
- }
694
- static observe(t2, n2) {
695
- e3._initializeObserver(), !e3._observedCanvases.has(t2) && (e3._observedCanvases.set(t2, [n2, 0]), e3._observer?.observe(t2));
696
- }
697
- static unobserve(t2) {
698
- let n2 = e3._observedCanvases.get(t2);
699
- if (n2) {
700
- let e5 = n2[1];
701
- e5 && clearTimeout(e5);
702
- }
703
- e3._observer?.unobserve(t2), e3._observedCanvases.delete(t2), !e3._observedCanvases.size && e3._observer && (e3._observer.disconnect(), e3._observer = null);
704
- }
705
- };
706
- r(R, `_observer`, null), r(R, `_observedCanvases`, /* @__PURE__ */ new Map());
707
- function re(e5) {
708
- return /^#([\da-f]{6}|[\da-f]{8})$/iu.test(e5);
709
- }
710
- function ie(e5) {
711
- if (!re(e5)) return [0, 0, 0, 0];
712
- let t2 = e5.replace(`#`, ``);
713
- return t2 = t2.length === 6 ? `${t2}ff` : t2, [parseInt(t2.slice(0, 2), 16) / 255, parseInt(t2.slice(2, 4), 16) / 255, parseInt(t2.slice(4, 6), 16) / 255, parseInt(t2.slice(6, 8), 16) / 255];
714
- }
715
- function z(e5) {
716
- if (e5.byteLength < 4) return false;
717
- let t2 = new Uint8Array(e5.slice(0, c.byteLength));
718
- for (let e6 = 0; e6 < c.length; e6 += 1) if (c[e6] !== t2[e6]) return false;
719
- return true;
720
- }
721
- function B(e5) {
722
- return l.every((t2) => Object.hasOwn(e5, t2));
723
- }
724
- function V(e5) {
725
- if (typeof e5 == `string`) try {
726
- return B(JSON.parse(e5));
727
- } catch {
728
- return false;
729
- }
730
- else return B(e5);
731
- }
732
- function H() {
733
- return 1 + ((s ? window.devicePixelRatio : 1) - 1) * 0.75;
734
- }
735
- function U(e5) {
736
- let t2 = e5.getBoundingClientRect(), n2 = window.innerHeight || document.documentElement.clientHeight, r2 = window.innerWidth || document.documentElement.clientWidth;
737
- return !(t2.bottom < 0 || t2.top > n2 || t2.right < 0 || t2.left > r2);
738
- }
739
- function W(e5) {
740
- let t2 = e5.target;
741
- if (t2 instanceof HTMLCanvasElement) {
742
- let n2 = t2.getBoundingClientRect();
743
- if (n2.width === 0 || n2.height === 0 || t2.width === 0 || t2.height === 0) return null;
744
- let r2 = t2.width / n2.width, i2 = t2.height / n2.height, a2 = (e5.clientX - n2.left) * r2, o2 = (e5.clientY - n2.top) * i2;
745
- return !Number.isFinite(a2) || !Number.isFinite(o2) || Number.isNaN(a2) || Number.isNaN(o2) ? null : { x: a2, y: o2 };
746
- }
747
- return null;
748
- }
749
- function G(e5) {
750
- let t2 = e5.replace(`OpenUrl: `, ``), n2 = t2.indexOf(` | Target: `), r2, i2;
751
- n2 === -1 ? (r2 = t2, i2 = `_blank`) : (r2 = t2.substring(0, n2), i2 = t2.substring(n2 + 11)), window.open(r2, i2);
752
- }
753
- function K(e5, t2, n2) {
754
- let r2 = null, i2 = t2;
755
- async function a2(t3) {
756
- await e5({ module_or_path: t3 });
757
- }
758
- async function o2(t3) {
759
- let n3 = await fetch(t3);
760
- if (!n3.ok) throw Error(`fetch ${t3} responded with ${n3.status} ${n3.statusText}`);
761
- await e5({ module_or_path: await n3.arrayBuffer() });
762
- }
763
- return { load() {
764
- if (!r2) {
765
- let e6 = i2, t3 = n2;
766
- r2 = (async () => {
767
- let n3, i3;
768
- try {
769
- await a2(e6);
770
- return;
771
- } catch (r3) {
772
- n3 = r3, console.warn(`Primary WASM load failed from ${e6}: ${r3.message}`), console.warn(`Attempting to load WASM from backup URL: ${t3}`);
773
- }
774
- try {
775
- await a2(t3);
776
- return;
777
- } catch (e7) {
778
- i3 = e7, console.warn(`Backup WASM load failed from ${t3}: ${e7.message}`);
779
- }
780
- console.warn(`Retrying WASM load with buffered instantiation`);
781
- try {
782
- await o2(e6);
783
- return;
784
- } catch (t4) {
785
- console.warn(`Buffered WASM load from ${e6} failed: ${t4.message}`);
786
- }
787
- try {
788
- await o2(t3);
789
- return;
790
- } catch (e7) {
791
- throw console.error(`Primary WASM URL failed: ${n3.message}`), console.error(`Backup WASM URL failed: ${i3.message}`), console.error(`Buffered fallback failed: ${e7.message}`), r2 = null, Error(`WASM loading failed from all sources.`);
792
- }
793
- })();
794
- }
795
- return r2;
796
- }, setWasmUrl(e6) {
797
- e6 !== i2 && (i2 = e6, r2 = null);
798
- } };
799
- }
800
- const q = K(F, `https://cdn.jsdelivr.net/npm/${d}@${u}/dist/dotlottie-player.wasm`, `https://unpkg.com/${d}@${u}/dist/dotlottie-player.wasm`), J = (e5) => {
801
- switch (e5) {
802
- case `reverse`:
803
- return k.Reverse;
804
- case `bounce`:
805
- return k.Bounce;
806
- case `reverse-bounce`:
807
- return k.ReverseBounce;
808
- default:
809
- return k.Forward;
810
- }
811
- }, Y = (e5) => {
812
- switch (e5) {
813
- case k.Reverse:
814
- return `reverse`;
815
- case k.Bounce:
816
- return `bounce`;
817
- case k.ReverseBounce:
818
- return `reverse-bounce`;
819
- default:
820
- return `forward`;
821
- }
822
- }, X = (e5) => {
823
- switch (e5) {
824
- case `contain`:
825
- return `contain`;
826
- case `cover`:
827
- return `cover`;
828
- case `fill`:
829
- return `fill`;
830
- case `fit-height`:
831
- return `fit-height`;
832
- case `fit-width`:
833
- return `fit-width`;
834
- case `none`:
835
- return `none`;
836
- default:
837
- return `contain`;
838
- }
839
- };
840
- var ae = class {
841
- constructor(e5) {
842
- r(this, `_canvas`, null), r(this, `_pendingLoad`, null), r(this, `_context`, null), r(this, `_eventManager`, void 0), r(this, `_animationFrameId`, null), r(this, `_frameManager`, void 0), r(this, `_boundAnimationLoop`, void 0), r(this, `_dotLottieCore`, null), r(this, `_stateMachineId`, ``), r(this, `_stateMachineConfig`, null), r(this, `_isStateMachineRunning`, false), r(this, `_renderConfig`, {}), r(this, `_isFrozen`, false), r(this, `_backgroundColor`, null), r(this, `_lastFrameTime`, null), r(this, `_boundOnClick`, null), r(this, `_boundOnPointerUp`, null), r(this, `_boundOnPointerDown`, null), r(this, `_boundOnPointerMove`, null), r(this, `_boundOnPointerEnter`, null), r(this, `_boundOnPointerLeave`, null), r(this, `_bufferMismatchCount`, 0), r(this, `_lastExpectedBufferSize`, 0), r(this, `_cachedImageData`, null), r(this, `_cachedImageDataBuffer`, null), r(this, `_cachedImageDataByteOffset`, 0), r(this, `_marker`, ``), r(this, `_segment`, null), this._canvas = e5.canvas ?? null, this._eventManager = new I(), this._frameManager = new o(), this._boundAnimationLoop = this._animationLoop.bind(this), this._renderConfig = { ...e5.renderConfig, devicePixelRatio: e5.renderConfig?.devicePixelRatio || H(), freezeOnOffscreen: e5.renderConfig?.freezeOnOffscreen ?? true }, this._initWasm().then(() => {
843
- this._dotLottieCore = this._createCore(), this._dotLottieCore.set_autoplay(e5.autoplay ?? false), this._dotLottieCore.set_loop(e5.loop ?? false), this._dotLottieCore.set_loop_count(e5.loopCount ?? 0), this._dotLottieCore.set_mode(J(e5.mode ?? `forward`)), this._dotLottieCore.set_speed(e5.speed ?? 1), this._dotLottieCore.set_use_frame_interpolation(e5.useFrameInterpolation ?? true), e5.segment && e5.segment.length === 2 && (this._segment = [e5.segment[0], e5.segment[1]], this._dotLottieCore.set_segment(this._segment[0], this._segment[1])), this._marker = e5.marker ?? ``, this._marker && this._dotLottieCore.set_marker(this._marker), this._dotLottieCore.set_layout(e5.layout?.fit ?? `contain`, e5.layout?.align?.[0] ?? 0.5, e5.layout?.align?.[1] ?? 0.5), this._stateMachineId = e5.stateMachineId ?? ``, this._stateMachineConfig = e5.stateMachineConfig ?? null, this._onCoreCreated(), this._eventManager.dispatch({ type: `ready` }), e5.data ? this._canvas ? this._loadFromData(e5.data) : this._pendingLoad = { data: e5.data } : e5.src && (this._canvas ? this._loadFromSrc(e5.src) : this._pendingLoad = { src: e5.src }), e5.backgroundColor && this.setBackgroundColor(e5.backgroundColor);
844
- }).catch((e6) => {
845
- console.error(`[dotlottie-web] Initialization failed:`, e6), this._eventManager.dispatch({ type: `loadError`, error: Error(`Failed to load wasm module: ${e6}`) });
846
- });
847
- }
848
- async _initWasm() {
849
- return q.load();
850
- }
851
- _createCore() {
852
- return new j();
853
- }
854
- _onCoreCreated() {
855
- }
856
- _setupTarget(e5, t2) {
857
- return this._dotLottieCore ? this._dotLottieCore.setup_sw_target(e5, t2) : false;
858
- }
859
- _drainPlayerEvents({ skipFrame: e5 = false } = {}) {
860
- if (!this._dotLottieCore) return;
861
- let t2;
862
- for (; (t2 = this._dotLottieCore.poll_event()) != null; ) {
863
- let n2 = t2;
864
- switch (n2.type) {
865
- case `Load`:
866
- setTimeout(() => this._eventManager.dispatch({ type: `load` }), 0);
867
- break;
868
- case `LoadError`:
869
- setTimeout(() => this._eventManager.dispatch({ type: `loadError`, error: Error(`failed to load`) }), 0);
870
- break;
871
- case `Play`:
872
- queueMicrotask(() => this._eventManager.dispatch({ type: `play` }));
873
- break;
874
- case `Pause`:
875
- queueMicrotask(() => this._eventManager.dispatch({ type: `pause` }));
876
- break;
877
- case `Stop`:
878
- queueMicrotask(() => this._eventManager.dispatch({ type: `stop` }));
879
- break;
880
- case `Frame`:
881
- e5 || queueMicrotask(() => this._eventManager.dispatch({ type: `frame`, currentFrame: n2.frameNo ?? 0 }));
882
- break;
883
- case `Render`:
884
- e5 || queueMicrotask(() => this._eventManager.dispatch({ type: `render`, currentFrame: n2.frameNo ?? 0 }));
885
- break;
886
- case `Loop`:
887
- queueMicrotask(() => this._eventManager.dispatch({ type: `loop`, loopCount: n2.loopCount ?? 0 }));
888
- break;
889
- case `Complete`:
890
- queueMicrotask(() => this._eventManager.dispatch({ type: `complete` }));
891
- break;
892
- }
893
- }
894
- }
895
- _drainSmEvents() {
896
- if (!this._dotLottieCore) return;
897
- let e5;
898
- for (; (e5 = this._dotLottieCore.sm_poll_event()) != null; ) {
899
- let t3 = e5;
900
- switch (t3.type) {
901
- case `Start`:
902
- queueMicrotask(() => {
903
- this._isStateMachineRunning = true, this._eventManager.dispatch({ type: `stateMachineStart` }), this._startAnimationLoop();
904
- });
905
- break;
906
- case `Stop`:
907
- queueMicrotask(() => {
908
- this._isStateMachineRunning = false, this._eventManager.dispatch({ type: `stateMachineStop` }), this._dotLottieCore?.is_playing() || this._stopAnimationLoop();
909
- });
910
- break;
911
- case `CustomEvent`:
912
- this._eventManager.dispatch({ type: `stateMachineCustomEvent`, eventName: t3.message ?? `` });
913
- break;
914
- case `BooleanInputChange`:
915
- this._eventManager.dispatch({ type: `stateMachineBooleanInputValueChange`, inputName: t3.name ?? ``, newValue: t3.newValue, oldValue: t3.oldValue });
916
- break;
917
- case `NumericInputChange`:
918
- this._eventManager.dispatch({ type: `stateMachineNumericInputValueChange`, inputName: t3.name ?? ``, newValue: t3.newValue, oldValue: t3.oldValue });
919
- break;
920
- case `StringInputChange`:
921
- this._eventManager.dispatch({ type: `stateMachineStringInputValueChange`, inputName: t3.name ?? ``, newValue: t3.newValue, oldValue: t3.oldValue });
922
- break;
923
- case `InputFired`:
924
- this._eventManager.dispatch({ type: `stateMachineInputFired`, inputName: t3.name ?? `` });
925
- break;
926
- case `Transition`:
927
- this._eventManager.dispatch({ type: `stateMachineTransition`, fromState: t3.previousState ?? ``, toState: t3.newState ?? `` });
928
- break;
929
- case `StateEntered`:
930
- this._eventManager.dispatch({ type: `stateMachineStateEntered`, state: t3.state ?? `` });
931
- break;
932
- case `StateExit`:
933
- this._eventManager.dispatch({ type: `stateMachineStateExit`, state: t3.state ?? `` });
934
- break;
935
- case `Error`:
936
- this._eventManager.dispatch({ type: `stateMachineError`, error: t3.message ?? `` });
937
- break;
938
- }
939
- }
940
- let t2;
941
- for (; (t2 = this._dotLottieCore.sm_poll_internal_event()) != null; ) {
942
- let e6 = t2;
943
- if (e6.type === `Message`) {
944
- let t3 = e6.message ?? ``;
945
- s && t3.startsWith(`OpenUrl: `) ? G(t3) : this._eventManager.dispatch({ type: `stateMachineInternalMessage`, message: t3 });
946
- }
947
- }
948
- }
949
- _dispatchError(e5) {
950
- console.error(e5), this._eventManager.dispatch({ type: `loadError`, error: Error(e5) });
951
- }
952
- async _fetchData(e5) {
953
- let t2 = await fetch(e5);
954
- if (!t2.ok) throw Error(`Failed to fetch animation data from URL: ${e5}. ${t2.status}: ${t2.statusText}`);
955
- let n2 = await t2.arrayBuffer();
956
- return z(n2) ? n2 : new TextDecoder().decode(n2);
957
- }
958
- _loadFromData(e5) {
959
- if (this._dotLottieCore === null) return;
960
- if (!this._canvas) {
961
- console.warn(`[dotlottie-web] Cannot load animation without canvas. Call setCanvas() first.`);
962
- return;
963
- }
964
- let t2 = this._canvas.width, n2 = this._canvas.height;
965
- this._setupTarget(t2, n2);
966
- let r2 = false;
967
- if (typeof e5 == `string`) {
968
- if (!V(e5)) {
969
- this._dispatchError(`Invalid Lottie JSON string: The provided string does not conform to the Lottie JSON format.`);
970
- return;
971
- }
972
- r2 = this._dotLottieCore.load_animation(e5);
973
- } else if (e5 instanceof ArrayBuffer) {
974
- if (!z(e5)) {
975
- this._dispatchError(`Invalid dotLottie ArrayBuffer: The provided ArrayBuffer does not conform to the dotLottie format.`);
976
- return;
977
- }
978
- r2 = this._dotLottieCore.load_dotlottie_data(new Uint8Array(e5));
979
- } else if (typeof e5 == `object`) {
980
- if (!V(e5)) {
981
- this._dispatchError(`Invalid Lottie JSON object: The provided object does not conform to the Lottie JSON format.`);
982
- return;
983
- }
984
- r2 = this._dotLottieCore.load_animation(JSON.stringify(e5));
985
- } else {
986
- this._dispatchError(`Unsupported data type for animation data. Expected:
987
- - string (Lottie JSON),
988
- - ArrayBuffer (dotLottie),
989
- - object (Lottie JSON).
990
- Received: ${typeof e5}`);
991
- return;
992
- }
993
- if (r2) {
994
- if (this._renderConfig.quality !== void 0 && this._dotLottieCore.set_quality(this._renderConfig.quality), s && this.resize(), this._drainPlayerEvents({ skipFrame: !!this._marker || !!this._segment }), this._marker && this._dotLottieCore.set_marker(this._marker), this._segment) {
995
- this._dotLottieCore.set_segment(this._segment[0], this._segment[1]);
996
- let e6 = Y(this._dotLottieCore.mode()), t3 = e6 === `reverse` || e6 === `reverse-bounce` ? this._segment[1] : this._segment[0];
997
- this._dotLottieCore.set_frame(t3);
998
- }
999
- setTimeout(() => {
1000
- this._eventManager.dispatch({ type: `frame`, currentFrame: this.currentFrame });
1001
- }, 0), this._dotLottieCore.render(), this._drainPlayerEvents(), this._draw(), this._stateMachineId ? this.stateMachineLoad(this._stateMachineId) && this.stateMachineStart() && this._startAnimationLoop() : this._dotLottieCore.is_playing() && this._startAnimationLoop(), s && this._canvas instanceof HTMLCanvasElement && (this._renderConfig.freezeOnOffscreen && (L.observe(this._canvas, this), U(this._canvas) || this.freeze()), this._renderConfig.autoResize && R.observe(this._canvas, this));
1002
- } else this._drainPlayerEvents();
1003
- }
1004
- _loadFromSrc(e5) {
1005
- this._fetchData(e5).then((e6) => this._loadFromData(e6)).catch((t2) => this._dispatchError(`Failed to load animation data from URL: ${e5}. ${t2}`));
1006
- }
1007
- get buffer() {
1008
- return this._dotLottieCore ? this._dotLottieCore.get_pixel_buffer() : null;
1009
- }
1010
- get activeAnimationId() {
1011
- return this._dotLottieCore?.animation_id() ?? void 0;
1012
- }
1013
- get activeThemeId() {
1014
- return this._dotLottieCore?.theme_id() ?? void 0;
1015
- }
1016
- get layout() {
1017
- if (this._dotLottieCore) return { align: [this._dotLottieCore.layout_align_x(), this._dotLottieCore.layout_align_y()], fit: X(this._dotLottieCore.layout_fit()) };
1018
- }
1019
- get marker() {
1020
- return this._dotLottieCore?.current_marker() ?? ``;
1021
- }
1022
- get manifest() {
1023
- try {
1024
- let e5 = this._dotLottieCore?.manifest_string();
1025
- if (this._dotLottieCore === null || !e5) return null;
1026
- let t2 = JSON.parse(e5);
1027
- return Object.keys(t2).length === 0 ? null : t2;
1028
- } catch {
1029
- return null;
1030
- }
1031
- }
1032
- get renderConfig() {
1033
- return this._renderConfig;
1034
- }
1035
- get segment() {
1036
- if (this._dotLottieCore) return [this._dotLottieCore.segment_start(), this._dotLottieCore.segment_end()];
1037
- }
1038
- get loop() {
1039
- return this._dotLottieCore?.loop_animation() ?? false;
1040
- }
1041
- get mode() {
1042
- return this._dotLottieCore ? Y(this._dotLottieCore.mode()) : `forward`;
1043
- }
1044
- get isFrozen() {
1045
- return this._isFrozen;
1046
- }
1047
- get isStateMachineRunning() {
1048
- return this._isStateMachineRunning;
1049
- }
1050
- get backgroundColor() {
1051
- return this._backgroundColor ?? ``;
1052
- }
1053
- get autoplay() {
1054
- return this._dotLottieCore?.autoplay() ?? false;
1055
- }
1056
- get useFrameInterpolation() {
1057
- return this._dotLottieCore?.use_frame_interpolation() ?? false;
1058
- }
1059
- get speed() {
1060
- return this._dotLottieCore?.speed() ?? 0;
1061
- }
1062
- get isReady() {
1063
- return this._dotLottieCore !== null;
1064
- }
1065
- get isLoaded() {
1066
- return this._dotLottieCore?.is_loaded() ?? false;
1067
- }
1068
- get isPlaying() {
1069
- return this._dotLottieCore?.is_playing() ?? false;
1070
- }
1071
- get isPaused() {
1072
- return this._dotLottieCore?.is_paused() ?? false;
1073
- }
1074
- get isStopped() {
1075
- return this._dotLottieCore?.is_stopped() ?? false;
1076
- }
1077
- get currentFrame() {
1078
- return this._dotLottieCore ? Math.round(this._dotLottieCore.current_frame() * 100) / 100 : 0;
1079
- }
1080
- get loopCount() {
1081
- return this._dotLottieCore?.current_loop_count() ?? 0;
1082
- }
1083
- get totalFrames() {
1084
- return this._dotLottieCore?.total_frames() ?? 0;
1085
- }
1086
- get duration() {
1087
- return (this._dotLottieCore?.duration() ?? 0) / 1e3;
1088
- }
1089
- get canvas() {
1090
- return this._canvas;
1091
- }
1092
- load(e5) {
1093
- this._dotLottieCore !== null && (this._stopAnimationLoop(), this._cleanupCanvas(), this._isFrozen = false, this._dotLottieCore.set_autoplay(e5.autoplay ?? false), this._dotLottieCore.set_loop(e5.loop ?? false), this._dotLottieCore.set_loop_count(e5.loopCount ?? 0), this._dotLottieCore.set_mode(J(e5.mode ?? `forward`)), this._dotLottieCore.set_speed(e5.speed ?? 1), this._dotLottieCore.set_use_frame_interpolation(e5.useFrameInterpolation ?? true), e5.segment && e5.segment.length === 2 ? (this._segment = [e5.segment[0], e5.segment[1]], this._dotLottieCore.set_segment(this._segment[0], this._segment[1])) : (this._segment = null, this._dotLottieCore.clear_segment()), this._marker = e5.marker ?? ``, this._marker ? this._dotLottieCore.set_marker(this._marker) : this._dotLottieCore.clear_marker(), this._dotLottieCore.set_layout(e5.layout?.fit ?? `contain`, e5.layout?.align?.[0] ?? 0.5, e5.layout?.align?.[1] ?? 0.5), e5.data ? this._canvas ? this._loadFromData(e5.data) : this._pendingLoad = { data: e5.data } : e5.src && (this._canvas ? this._loadFromSrc(e5.src) : this._pendingLoad = { src: e5.src }), e5.backgroundColor && this.setBackgroundColor(e5.backgroundColor));
1094
- }
1095
- _draw() {
1096
- if (this._dotLottieCore === null || this._canvas === null || (!this._context && `getContext` in this._canvas && typeof this._canvas.getContext == `function` && (typeof HTMLCanvasElement < `u` && this._canvas instanceof HTMLCanvasElement || typeof OffscreenCanvas < `u` && this._canvas instanceof OffscreenCanvas) && (this._context = this._canvas.getContext(`2d`)), !this._context)) return;
1097
- let e5 = this._dotLottieCore.get_pixel_buffer(), t2 = this._canvas.width, n2 = this._canvas.height, r2 = t2 * n2 * 4;
1098
- if (e5.byteLength !== r2) {
1099
- this._lastExpectedBufferSize === r2 ? this._bufferMismatchCount += 1 : (this._bufferMismatchCount = 1, this._lastExpectedBufferSize = r2), this._bufferMismatchCount === 10 && console.warn(`[dotlottie-web] Persistent buffer size mismatch detected. Expected ${r2} bytes for canvas ${t2}x${n2}, but got ${e5.byteLength} bytes. This may indicate a WASM memory allocation issue or invalid canvas dimensions.`);
1100
- return;
1101
- }
1102
- this._bufferMismatchCount = 0, this._lastExpectedBufferSize = r2;
1103
- let i2 = this._cachedImageData;
1104
- if (!(i2 !== null && i2.width === t2 && i2.height === n2 && i2.data.byteLength === r2 && this._cachedImageDataBuffer === e5.buffer && this._cachedImageDataByteOffset === e5.byteOffset)) {
1105
- if (typeof ImageData > `u`) this._cachedImageData = this._context.createImageData(t2, n2);
1106
- else {
1107
- let r3 = new Uint8ClampedArray(e5.buffer, e5.byteOffset, e5.byteLength);
1108
- this._cachedImageData = new ImageData(r3, t2, n2);
1109
- }
1110
- this._cachedImageDataBuffer = e5.buffer, this._cachedImageDataByteOffset = e5.byteOffset;
1111
- }
1112
- if (typeof ImageData > `u`) {
1113
- let t3 = new Uint8ClampedArray(e5.buffer, e5.byteOffset, e5.byteLength);
1114
- this._cachedImageData.data.set(t3);
1115
- }
1116
- this._context.putImageData(this._cachedImageData, 0, 0);
1117
- }
1118
- _cleanupCanvas() {
1119
- this._canvas && s && this._canvas instanceof HTMLCanvasElement && (L.unobserve(this._canvas), R.unobserve(this._canvas), this._cleanupStateMachineListeners());
1120
- }
1121
- _initializeCanvas() {
1122
- this._setupRendererOnCanvas(), this._canvas && s && this._canvas instanceof HTMLCanvasElement && this.isLoaded && (this._renderConfig.freezeOnOffscreen && (L.observe(this._canvas, this), U(this._canvas) || this.freeze()), this._renderConfig.autoResize && R.observe(this._canvas, this), this._isStateMachineRunning && this._setupStateMachineListeners()), this._canvas && this._dotLottieCore && this.isLoaded && this._setupTarget(this._canvas.width, this._canvas.height) && (this._dotLottieCore.render(), this._draw());
1123
- }
1124
- _setupRendererOnCanvas() {
1125
- this._context = null;
1126
- }
1127
- _stopAnimationLoop() {
1128
- this._animationFrameId !== null && (this._frameManager.cancelAnimationFrame(this._animationFrameId), this._animationFrameId = null), this._lastFrameTime = null;
1129
- }
1130
- _startAnimationLoop() {
1131
- this._animationFrameId === null && this._dotLottieCore && !this._isFrozen && (this._dotLottieCore.is_playing() || this._isStateMachineRunning) && (this._animationFrameId = this._frameManager.requestAnimationFrame(this._boundAnimationLoop));
1132
- }
1133
- _animationLoop(e5) {
1134
- if (this._dotLottieCore === null) {
1135
- this._stopAnimationLoop();
1136
- return;
1137
- }
1138
- if (!this._dotLottieCore.is_playing() && !this._isStateMachineRunning) {
1139
- this._stopAnimationLoop();
1140
- return;
1141
- }
1142
- try {
1143
- let t2 = this._lastFrameTime === null ? 0 : e5 - this._lastFrameTime;
1144
- this._lastFrameTime = e5;
1145
- let n2 = this._isStateMachineRunning ? this._dotLottieCore.sm_tick(t2) : this._dotLottieCore.tick(t2);
1146
- this._isStateMachineRunning ? this._drainSmEvents() : this._drainPlayerEvents(), n2 && this._draw(), this._animationFrameId = this._frameManager.requestAnimationFrame(this._boundAnimationLoop);
1147
- } catch (e6) {
1148
- console.error(`Error in animation frame:`, e6), this._eventManager.dispatch({ type: `renderError`, error: e6 }), e6 instanceof WebAssembly.RuntimeError && this.destroy();
1149
- }
1150
- }
1151
- play() {
1152
- if (this._dotLottieCore === null || !this.isLoaded) return;
1153
- this._stopAnimationLoop();
1154
- let e5 = this._dotLottieCore.play();
1155
- this._drainPlayerEvents(), (e5 || this._dotLottieCore.is_playing()) && (this._isFrozen = false, this._startAnimationLoop()), this._canvas && s && this._canvas instanceof HTMLCanvasElement && this._renderConfig.freezeOnOffscreen && !U(this._canvas) && this.freeze();
1156
- }
1157
- pause() {
1158
- this._dotLottieCore !== null && (this._dotLottieCore.pause(), this._drainPlayerEvents(), this._stopAnimationLoop());
1159
- }
1160
- stop() {
1161
- if (this._dotLottieCore === null) return;
1162
- let e5 = this._dotLottieCore.stop();
1163
- this._drainPlayerEvents(), this._stopAnimationLoop(), e5 && (this._eventManager.dispatch({ type: `frame`, currentFrame: this.currentFrame }), this._dotLottieCore.render(), this._draw());
1164
- }
1165
- setFrame(e5) {
1166
- if (this._dotLottieCore !== null && this._dotLottieCore.set_frame(e5)) {
1167
- let e6 = this._dotLottieCore.render();
1168
- this._drainPlayerEvents(), e6 && this._draw();
1169
- }
1170
- }
1171
- setSpeed(e5) {
1172
- this._dotLottieCore !== null && this._dotLottieCore.set_speed(e5);
1173
- }
1174
- setBackgroundColor(e5) {
1175
- if (this._dotLottieCore !== null) {
1176
- if (s && this._canvas instanceof HTMLCanvasElement) this._canvas.style.backgroundColor = e5;
1177
- else {
1178
- let [t2, n2, r2, i2] = ie(e5);
1179
- this._dotLottieCore.set_background(t2, n2, r2, i2);
1180
- }
1181
- this._backgroundColor = e5;
1182
- }
1183
- }
1184
- setLoop(e5) {
1185
- this._dotLottieCore !== null && this._dotLottieCore.set_loop(e5);
1186
- }
1187
- setLoopCount(e5) {
1188
- this._dotLottieCore !== null && this._dotLottieCore.set_loop_count(e5);
1189
- }
1190
- setUseFrameInterpolation(e5) {
1191
- this._dotLottieCore !== null && this._dotLottieCore.set_use_frame_interpolation(e5);
1192
- }
1193
- addEventListener(e5, t2) {
1194
- this._eventManager.addEventListener(e5, t2);
1195
- }
1196
- removeEventListener(e5, t2) {
1197
- this._eventManager.removeEventListener(e5, t2);
1198
- }
1199
- destroy() {
1200
- this._stopAnimationLoop(), this._isStateMachineRunning = false, this._cleanupCanvas();
1201
- let e5 = this._dotLottieCore;
1202
- if (this._dotLottieCore = null, this._context = null, e5) try {
1203
- e5.free();
1204
- } catch (e6) {
1205
- console.warn(`[dotlottie-web] Error freeing wasm core during destroy:`, e6);
1206
- }
1207
- this._eventManager.dispatch({ type: `destroy` }), this._eventManager.removeAllEventListeners(), this._cleanupStateMachineListeners();
1208
- }
1209
- freeze() {
1210
- this._animationFrameId !== null && (this._stopAnimationLoop(), this._isFrozen = true, this._eventManager.dispatch({ type: `freeze` }));
1211
- }
1212
- unfreeze() {
1213
- this._animationFrameId === null && (this._isFrozen = false, this._eventManager.dispatch({ type: `unfreeze` }), this._startAnimationLoop());
1214
- }
1215
- resize() {
1216
- if (!(!this._dotLottieCore || !this.isLoaded || !this._canvas)) {
1217
- if (s && this._canvas instanceof HTMLCanvasElement) {
1218
- let e5 = this._renderConfig.devicePixelRatio || window.devicePixelRatio || 1, { height: t2, width: n2 } = this._canvas.getBoundingClientRect();
1219
- t2 !== 0 && n2 !== 0 && (this._canvas.width = n2 * e5, this._canvas.height = t2 * e5);
1220
- }
1221
- this._setupTarget(this._canvas.width, this._canvas.height) && (this._dotLottieCore.render(), this._draw());
1222
- }
1223
- }
1224
- setCanvas(e5) {
1225
- if (!(!e5 || this._canvas === e5) && (this._canvas && this._cleanupCanvas(), this._canvas = e5, this._initializeCanvas(), this._pendingLoad)) {
1226
- let e6 = this._pendingLoad;
1227
- this._pendingLoad = null, e6.data ? this._loadFromData(e6.data) : e6.src && this._loadFromSrc(e6.src);
1228
- }
1229
- }
1230
- setTransform(e5) {
1231
- if (!this._dotLottieCore) return false;
1232
- let t2 = this._dotLottieCore.set_transform(new Float32Array(e5));
1233
- return t2 && this._dotLottieCore.render() && this._draw(), t2;
1234
- }
1235
- getTransform() {
1236
- if (!this._dotLottieCore) return;
1237
- let e5 = this._dotLottieCore.get_transform();
1238
- return Array.from(e5);
1239
- }
1240
- setSegment(e5, t2) {
1241
- this._dotLottieCore !== null && (this._segment = [e5, t2], this._dotLottieCore.set_segment(e5, t2));
1242
- }
1243
- resetSegment() {
1244
- this._dotLottieCore !== null && (this._segment = null, this._dotLottieCore.clear_segment());
1245
- }
1246
- setMode(e5) {
1247
- this._dotLottieCore !== null && this._dotLottieCore.set_mode(J(e5));
1248
- }
1249
- setRenderConfig(e5) {
1250
- let { devicePixelRatio: t2, freezeOnOffscreen: n2, quality: r2, ...i2 } = e5;
1251
- this._renderConfig = { ...this._renderConfig, ...i2, devicePixelRatio: t2 || H(), freezeOnOffscreen: n2 ?? true, ...r2 !== void 0 && { quality: r2 } }, r2 !== void 0 && this._dotLottieCore && this._dotLottieCore.set_quality(r2), s && this._canvas instanceof HTMLCanvasElement && (this._renderConfig.autoResize ? R.observe(this._canvas, this) : R.unobserve(this._canvas), this._renderConfig.freezeOnOffscreen ? (L.observe(this._canvas, this), U(this._canvas) || this.freeze()) : (L.unobserve(this._canvas), this._isFrozen && this.unfreeze()));
1252
- }
1253
- loadAnimation(e5) {
1254
- this._dotLottieCore === null || this._dotLottieCore.animation_id() === e5 || !this._canvas || (this._setupTarget(this._canvas.width, this._canvas.height), this._dotLottieCore.load_animation_from_id(e5) ? (this._renderConfig.quality !== void 0 && this._dotLottieCore.set_quality(this._renderConfig.quality), this.resize(), this._drainPlayerEvents(), this._dotLottieCore.render(), this._draw()) : this._dispatchError(`Failed to load animation with id: ${e5}`));
1255
- }
1256
- setMarker(e5) {
1257
- this._dotLottieCore !== null && (this.markers().some((t2) => t2.name === e5) ? (this._marker = e5, this._dotLottieCore.set_marker(e5)) : (this._marker = ``, this._segment = null, this._dotLottieCore.clear_marker(), this._dotLottieCore.clear_segment()));
1258
- }
1259
- markers() {
1260
- let e5 = this._dotLottieCore?.markers();
1261
- return e5 && Array.isArray(e5) ? e5 : [];
1262
- }
1263
- setTheme(e5) {
1264
- if (this._dotLottieCore === null) return false;
1265
- let t2 = this._dotLottieCore.set_theme(e5);
1266
- return t2 && (this._dotLottieCore.render(), this._draw()), t2;
1267
- }
1268
- resetTheme() {
1269
- if (this._dotLottieCore === null) return false;
1270
- let e5 = this._dotLottieCore.reset_theme();
1271
- return e5 && (this._dotLottieCore.render(), this._draw()), e5;
1272
- }
1273
- setThemeData(e5) {
1274
- if (this._dotLottieCore === null) return false;
1275
- let t2 = typeof e5 == `string` ? e5 : JSON.stringify(e5), n2 = this._dotLottieCore.set_theme_data(t2);
1276
- return n2 && (this._dotLottieCore.render(), this._draw()), n2;
1277
- }
1278
- setSlots(e5) {
1279
- this._dotLottieCore !== null && this._dotLottieCore.set_slots_str(JSON.stringify(e5)) && (this._dotLottieCore.render(), this._draw());
1280
- }
1281
- _isKeyframeArray(e5) {
1282
- return Array.isArray(e5) && e5.length > 0 && typeof e5[0] == `object` && e5[0] !== null && `t` in e5[0] && `s` in e5[0];
1283
- }
1284
- getSlotIds() {
1285
- if (!this._dotLottieCore) return [];
1286
- let e5 = this._dotLottieCore.get_slot_ids();
1287
- return Array.isArray(e5) ? e5 : [];
1288
- }
1289
- getSlotType(e5) {
1290
- if (!this._dotLottieCore) return;
1291
- let t2 = this._dotLottieCore.get_slot_type(e5);
1292
- if (t2) return t2;
1293
- }
1294
- getSlot(e5) {
1295
- if (!this._dotLottieCore) return;
1296
- let t2 = this._dotLottieCore.get_slot_str(e5);
1297
- if (t2) try {
1298
- return JSON.parse(t2);
1299
- } catch {
1300
- return;
1301
- }
1302
- }
1303
- getSlots() {
1304
- if (!this._dotLottieCore) return {};
1305
- try {
1306
- return JSON.parse(this._dotLottieCore.get_slots_str());
1307
- } catch {
1308
- return {};
1309
- }
1310
- }
1311
- setColorSlot(e5, t2) {
1312
- if (this._dotLottieCore === null) return false;
1313
- let n2 = this._isKeyframeArray(t2), r2 = JSON.stringify({ a: +!!n2, k: t2 }), i2 = this._dotLottieCore.set_slot_str(e5, r2);
1314
- return this._dotLottieCore.render(), this._draw(), i2;
1315
- }
1316
- setScalarSlot(e5, t2) {
1317
- if (this._dotLottieCore === null) return false;
1318
- let n2 = JSON.stringify({ a: typeof t2 == `number` ? 0 : 1, k: t2 }), r2 = this._dotLottieCore.set_slot_str(e5, n2);
1319
- return this._dotLottieCore.render(), this._draw(), r2;
1320
- }
1321
- setVectorSlot(e5, t2) {
1322
- if (this._dotLottieCore === null) return false;
1323
- let n2 = this._isKeyframeArray(t2), r2 = JSON.stringify({ a: +!!n2, k: t2 }), i2 = this._dotLottieCore.set_slot_str(e5, r2);
1324
- return this._dotLottieCore.render(), this._draw(), i2;
1325
- }
1326
- setGradientSlot(e5, t2, n2) {
1327
- if (this._dotLottieCore === null) return false;
1328
- let r2 = this._isKeyframeArray(t2), i2 = JSON.stringify({ k: { a: +!!r2, k: t2 }, p: n2 }), a2 = this._dotLottieCore.set_slot_str(e5, i2);
1329
- return this._dotLottieCore.render(), this._draw(), a2;
1330
- }
1331
- setTextSlot(e5, t2) {
1332
- if (this._dotLottieCore === null) return false;
1333
- let n2 = this._dotLottieCore.get_slot_str(e5), r2 = t2;
1334
- if (n2) {
1335
- let e6 = JSON.parse(n2);
1336
- if (e6 && `k` in e6 && Array.isArray(e6.k)) {
1337
- let n3 = e6.k[0];
1338
- `s` in n3 && typeof n3.s == `object` && (r2 = { ...n3.s, ...t2 });
1339
- }
1340
- }
1341
- let i2 = JSON.stringify({ a: 0, k: [{ t: 0, s: r2 }] }), a2 = this._dotLottieCore.set_slot_str(e5, i2);
1342
- return this._dotLottieCore.render(), this._draw(), a2;
1343
- }
1344
- resetSlot(e5) {
1345
- if (this._dotLottieCore === null) return false;
1346
- let t2 = this._dotLottieCore.reset_slot(e5);
1347
- return this._dotLottieCore.render(), this._draw(), t2;
1348
- }
1349
- clearSlot(e5) {
1350
- if (this._dotLottieCore === null) return false;
1351
- let t2 = this._dotLottieCore.clear_slot(e5);
1352
- return this._dotLottieCore.render(), this._draw(), t2;
1353
- }
1354
- resetSlots() {
1355
- if (this._dotLottieCore === null) return false;
1356
- let e5 = this._dotLottieCore.reset_slots();
1357
- return this._dotLottieCore.render(), this._draw(), e5;
1358
- }
1359
- clearSlots() {
1360
- if (this._dotLottieCore === null) return false;
1361
- let e5 = this._dotLottieCore.clear_slots();
1362
- return this._dotLottieCore.render(), this._draw(), e5;
1363
- }
1364
- setLayout(e5) {
1365
- this._dotLottieCore !== null && this._dotLottieCore.set_layout(e5.fit ?? `contain`, e5.align?.[0] ?? 0.5, e5.align?.[1] ?? 0.5);
1366
- }
1367
- setViewport(e5, t2, n2, r2) {
1368
- return this._dotLottieCore === null ? false : this._dotLottieCore.set_viewport(e5, t2, n2, r2);
1369
- }
1370
- static setWasmUrl(e5) {
1371
- q.setWasmUrl(e5);
1372
- }
1373
- static async registerFont(e5, t2) {
1374
- try {
1375
- await q.load();
1376
- let n2;
1377
- if (typeof t2 == `string`) {
1378
- let e6 = await fetch(t2);
1379
- if (!e6.ok) return console.error(`Failed to fetch font from URL: ${t2}. Status: ${e6.status}`), false;
1380
- n2 = new Uint8Array(await e6.arrayBuffer());
1381
- } else n2 = t2 instanceof Uint8Array ? t2 : new Uint8Array(t2);
1382
- let r2 = O(e5, n2);
1383
- return r2 || console.error(`Failed to register font "${e5}". Font data may be invalid.`), r2;
1384
- } catch (t3) {
1385
- return console.error(`Error registering font "${e5}":`, t3), false;
1386
- }
1387
- }
1388
- animationSize() {
1389
- let e5 = this._dotLottieCore?.animation_size();
1390
- return { width: e5?.[0] ?? 0, height: e5?.[1] ?? 0 };
1391
- }
1392
- stateMachineLoad(e5) {
1393
- return this._dotLottieCore ? this._dotLottieCore.state_machine_load_from_id(e5) : false;
1394
- }
1395
- stateMachineLoadData(e5) {
1396
- return this._dotLottieCore ? this._dotLottieCore.state_machine_load(e5) : false;
1397
- }
1398
- stateMachineSetConfig(e5) {
1399
- this._stateMachineConfig = e5;
1400
- }
1401
- stateMachineStart() {
1402
- if (this._dotLottieCore === null) return false;
1403
- let e5 = this._dotLottieCore.sm_start(this._stateMachineConfig?.openUrlPolicy?.requireUserInteraction ?? true, this._stateMachineConfig?.openUrlPolicy?.whitelist ?? []);
1404
- return this._drainSmEvents(), e5 && (this._isStateMachineRunning = true, this._setupStateMachineListeners(), this._startAnimationLoop()), e5;
1405
- }
1406
- stateMachineStop() {
1407
- if (!this._dotLottieCore) return false;
1408
- let e5 = this._dotLottieCore.sm_stop();
1409
- return this._drainSmEvents(), e5 && (this._isStateMachineRunning = false, this._cleanupStateMachineListeners(), this._dotLottieCore.is_playing() || this._stopAnimationLoop()), e5;
1410
- }
1411
- stateMachineGetStatus() {
1412
- return this._dotLottieCore?.sm_status() ?? ``;
1413
- }
1414
- stateMachineGetCurrentState() {
1415
- return this._dotLottieCore?.sm_current_state() ?? ``;
1416
- }
1417
- stateMachineGetActiveId() {
1418
- return this._dotLottieCore?.state_machine_id() ?? ``;
1419
- }
1420
- stateMachineOverrideState(e5, t2 = false) {
1421
- return this._dotLottieCore?.sm_override_current_state(e5, t2) ?? false;
1422
- }
1423
- stateMachineGet(e5) {
1424
- return this._dotLottieCore?.get_state_machine(e5) ?? ``;
1425
- }
1426
- stateMachineGetListeners() {
1427
- if (!this._dotLottieCore) return [];
1428
- let e5 = this._dotLottieCore.sm_framework_setup();
1429
- return Array.isArray(e5) ? e5 : [];
1430
- }
1431
- stateMachineSetBooleanInput(e5, t2) {
1432
- return this._dotLottieCore?.sm_set_boolean_input(e5, t2) ?? false;
1433
- }
1434
- stateMachineSetNumericInput(e5, t2) {
1435
- return this._dotLottieCore?.sm_set_numeric_input(e5, t2) ?? false;
1436
- }
1437
- stateMachineSetStringInput(e5, t2) {
1438
- return this._dotLottieCore?.sm_set_string_input(e5, t2) ?? false;
1439
- }
1440
- stateMachineGetBooleanInput(e5) {
1441
- return this._dotLottieCore?.sm_get_boolean_input(e5) ?? void 0;
1442
- }
1443
- stateMachineGetNumericInput(e5) {
1444
- return this._dotLottieCore?.sm_get_numeric_input(e5) ?? void 0;
1445
- }
1446
- stateMachineGetStringInput(e5) {
1447
- return this._dotLottieCore?.sm_get_string_input(e5) ?? void 0;
1448
- }
1449
- stateMachineGetInputs() {
1450
- if (!this._dotLottieCore) return [];
1451
- let e5 = this._dotLottieCore.sm_get_inputs();
1452
- return Array.isArray(e5) ? e5 : [];
1453
- }
1454
- stateMachineFireEvent(e5) {
1455
- this._dotLottieCore?.sm_fire(e5);
1456
- }
1457
- stateMachinePostClickEvent(e5, t2) {
1458
- this._dotLottieCore?.sm_post_click(e5, t2);
1459
- }
1460
- stateMachinePostPointerUpEvent(e5, t2) {
1461
- this._dotLottieCore?.sm_post_pointer_up(e5, t2);
1462
- }
1463
- stateMachinePostPointerDownEvent(e5, t2) {
1464
- this._dotLottieCore?.sm_post_pointer_down(e5, t2);
1465
- }
1466
- stateMachinePostPointerMoveEvent(e5, t2) {
1467
- this._dotLottieCore?.sm_post_pointer_move(e5, t2);
1468
- }
1469
- stateMachinePostPointerEnterEvent(e5, t2) {
1470
- this._dotLottieCore?.sm_post_pointer_enter(e5, t2);
1471
- }
1472
- stateMachinePostPointerExitEvent(e5, t2) {
1473
- this._dotLottieCore?.sm_post_pointer_exit(e5, t2);
1474
- }
1475
- _onClick(e5) {
1476
- let t2 = W(e5);
1477
- t2 && this.stateMachinePostClickEvent(t2.x, t2.y);
1478
- }
1479
- _onPointerUp(e5) {
1480
- let t2 = W(e5);
1481
- t2 && this.stateMachinePostPointerUpEvent(t2.x, t2.y);
1482
- }
1483
- _onPointerDown(e5) {
1484
- let t2 = W(e5);
1485
- t2 && this.stateMachinePostPointerDownEvent(t2.x, t2.y);
1486
- }
1487
- _onPointerMove(e5) {
1488
- let t2 = W(e5);
1489
- t2 && this.stateMachinePostPointerMoveEvent(t2.x, t2.y);
1490
- }
1491
- _onPointerEnter(e5) {
1492
- let t2 = W(e5);
1493
- t2 && this.stateMachinePostPointerEnterEvent(t2.x, t2.y);
1494
- }
1495
- _onPointerLeave(e5) {
1496
- let t2 = W(e5);
1497
- t2 && this.stateMachinePostPointerExitEvent(t2.x, t2.y);
1498
- }
1499
- _setupStateMachineListeners() {
1500
- if (s && this._canvas instanceof HTMLCanvasElement && this._dotLottieCore !== null && this.isLoaded) {
1501
- let e5 = this.stateMachineGetListeners();
1502
- this._cleanupStateMachineListeners(), e5.includes(`Click`) && (this._boundOnClick = this._onClick.bind(this), this._canvas.addEventListener(`click`, this._boundOnClick)), e5.includes(`PointerUp`) && (this._boundOnPointerUp = this._onPointerUp.bind(this), this._canvas.addEventListener(`pointerup`, this._boundOnPointerUp)), e5.includes(`PointerDown`) && (this._boundOnPointerDown = this._onPointerDown.bind(this), this._canvas.addEventListener(`pointerdown`, this._boundOnPointerDown)), e5.includes(`PointerMove`) && (this._boundOnPointerMove = this._onPointerMove.bind(this), this._canvas.addEventListener(`pointermove`, this._boundOnPointerMove)), e5.includes(`PointerEnter`) && (this._boundOnPointerEnter = this._onPointerEnter.bind(this), this._canvas.addEventListener(`pointerenter`, this._boundOnPointerEnter)), e5.includes(`PointerExit`) && (this._boundOnPointerLeave = this._onPointerLeave.bind(this), this._canvas.addEventListener(`pointerleave`, this._boundOnPointerLeave));
1503
- }
1504
- }
1505
- _cleanupStateMachineListeners() {
1506
- s && this._canvas instanceof HTMLCanvasElement && (this._boundOnClick && (this._canvas.removeEventListener(`click`, this._boundOnClick), this._boundOnClick = null), this._boundOnPointerUp && (this._canvas.removeEventListener(`pointerup`, this._boundOnPointerUp), this._boundOnPointerUp = null), this._boundOnPointerDown && (this._canvas.removeEventListener(`pointerdown`, this._boundOnPointerDown), this._boundOnPointerDown = null), this._boundOnPointerMove && (this._canvas.removeEventListener(`pointermove`, this._boundOnPointerMove), this._boundOnPointerMove = null), this._boundOnPointerEnter && (this._canvas.removeEventListener(`pointerenter`, this._boundOnPointerEnter), this._boundOnPointerEnter = null), this._boundOnPointerLeave && (this._canvas.removeEventListener(`pointerleave`, this._boundOnPointerLeave), this._boundOnPointerLeave = null));
1507
- }
1508
- }, oe = class {
1509
- constructor() {
1510
- if (typeof Worker > `u`) throw Error(`Worker is not supported in this environment.`);
1511
- let e5 = new Blob([new Uint8Array([34, 117, 115, 101, 32, 115, 116, 114, 105, 99, 116, 34, 59, 40, 40, 41, 61, 62, 123, 118, 97, 114, 32, 99, 116, 61, 79, 98, 106, 101, 99, 116, 46, 100, 101, 102, 105, 110, 101, 80, 114, 111, 112, 101, 114, 116, 121, 59, 118, 97, 114, 32, 95, 116, 61, 40, 110, 44, 116, 44, 101, 41, 61, 62, 116, 32, 105, 110, 32, 110, 63, 99, 116, 40, 110, 44, 116, 44, 123, 101, 110, 117, 109, 101, 114, 97, 98, 108, 101, 58, 33, 48, 44, 99, 111, 110, 102, 105, 103, 117, 114, 97, 98, 108, 101, 58, 33, 48, 44, 119, 114, 105, 116, 97, 98, 108, 101, 58, 33, 48, 44, 118, 97, 108, 117, 101, 58, 101, 125, 41, 58, 110, 91, 116, 93, 61, 101, 59, 118, 97, 114, 32, 108, 61, 40, 110, 44, 116, 44, 101, 41, 61, 62, 95, 116, 40, 110, 44, 116, 121, 112, 101, 111, 102, 32, 116, 33, 61, 34, 115, 121, 109, 98, 111, 108, 34, 63, 116, 43, 34, 34, 58, 116, 44, 101, 41, 59, 118, 97, 114, 32, 66, 61, 99, 108, 97, 115, 115, 123, 114, 101, 113, 117, 101, 115, 116, 65, 110, 105, 109, 97, 116, 105, 111, 110, 70, 114, 97, 109, 101, 40, 116, 41, 123, 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, 116, 41, 125, 99, 97, 110, 99, 101, 108, 65, 110, 105, 109, 97, 116, 105, 111, 110, 70, 114, 97, 109, 101, 40, 116, 41, 123, 99, 97, 110, 99, 101, 108, 65, 110, 105, 109, 97, 116, 105, 111, 110, 70, 114, 97, 109, 101, 40, 116, 41, 125, 125, 44, 68, 61, 99, 108, 97, 115, 115, 123, 99, 111, 110, 115, 116, 114, 117, 99, 116, 111, 114, 40, 41, 123, 108, 40, 116, 104, 105, 115, 44, 34, 95, 108, 97, 115, 116, 72, 97, 110, 100, 108, 101, 73, 100, 34, 44, 48, 41, 59, 108, 40, 116, 104, 105, 115, 44, 34, 95, 108, 97, 115, 116, 73, 109, 109, 101, 100, 105, 97, 116, 101, 34, 44, 110, 117, 108, 108, 41, 125, 114, 101, 113, 117, 101, 115, 116, 65, 110, 105, 109, 97, 116, 105, 111, 110, 70, 114, 97, 109, 101, 40, 116, 41, 123, 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, 62, 61, 78, 117, 109, 98, 101, 114, 46, 77, 65, 88, 95, 83, 65, 70, 69, 95, 73, 78, 84, 69, 71, 69, 82, 38, 38, 40, 116, 104, 105, 115, 46, 95, 108, 97, 115, 116, 72, 97, 110, 100, 108, 101, 73, 100, 61, 48, 41, 44, 116, 104, 105, 115, 46, 95, 108, 97, 115, 116, 72, 97, 110, 100, 108, 101, 73, 100, 43, 61, 49, 44, 116, 104, 105, 115, 46, 95, 108, 97, 115, 116, 73, 109, 109, 101, 100, 105, 97, 116, 101, 61, 115, 101, 116, 73, 109, 109, 101, 100, 105, 97, 116, 101, 40, 40, 41, 61, 62, 123, 116, 40, 112, 101, 114, 102, 111, 114, 109, 97, 110, 99, 101, 46, 110, 111, 119, 40, 41, 41, 125, 41, 44, 116, 104, 105, 115, 46, 95, 108, 97, 115, 116, 72, 97, 110, 100, 108, 101, 73, 100, 125, 99, 97, 110, 99, 101, 108, 65, 110, 105, 109, 97, 116, 105, 111, 110, 70, 114, 97, 109, 101, 40, 116, 41, 123, 116, 104, 105, 115, 46, 95, 108, 97, 115, 116, 73, 109, 109, 101, 100, 105, 97, 116, 101, 38, 38, 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, 125, 125, 44, 84, 61, 99, 108, 97, 115, 115, 123, 99, 111, 110, 115, 116, 114, 117, 99, 116, 111, 114, 40, 41, 123, 108, 40, 116, 104, 105, 115, 44, 34, 95, 115, 116, 114, 97, 116, 101, 103, 121, 34, 41, 59, 116, 104, 105, 115, 46, 95, 115, 116, 114, 97, 116, 101, 103, 121, 61, 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, 61, 61, 34, 102, 117, 110, 99, 116, 105, 111, 110, 34, 63, 110, 101, 119, 32, 66, 58, 110, 101, 119, 32, 68, 125, 114, 101, 113, 117, 101, 115, 116, 65, 110, 105, 109, 97, 116, 105, 111, 110, 70, 114, 97, 109, 101, 40, 116, 41, 123, 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, 116, 41, 125, 99, 97, 110, 99, 101, 108, 65, 110, 105, 109, 97, 116, 105, 111, 110, 70, 114, 97, 109, 101, 40, 116, 41, 123, 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, 116, 41, 125, 125, 59, 118, 97, 114, 32, 103, 61, 116, 121, 112, 101, 111, 102, 32, 119, 105, 110, 100, 111, 119, 60, 34, 117, 34, 38, 38, 116, 121, 112, 101, 111, 102, 32, 119, 105, 110, 100, 111, 119, 46, 100, 111, 99, 117, 109, 101, 110, 116, 60, 34, 117, 34, 59, 118, 97, 114, 32, 80, 61, 110, 101, 119, 32, 85, 105, 110, 116, 56, 65, 114, 114, 97, 121, 40, 91, 56, 48, 44, 55, 53, 44, 51, 44, 52, 93, 41, 44, 75, 61, 91, 34, 118, 34, 44, 34, 105, 112, 34, 44, 34, 111, 112, 34, 44, 34, 108, 97, 121, 101, 114, 115, 34, 44, 34, 102, 114, 34, 44, 34, 119, 34, 44, 34, 104, 34, 93, 44, 36, 61, 34, 48, 46, 55, 52, 46, 48, 34, 44, 122, 61, 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, 44, 89, 61, 46, 55, 53, 44, 88, 61, 52, 59, 118, 97, 114, 32, 115, 44, 81, 61, 116, 121, 112, 101, 111, 102, 32, 84, 101, 120, 116, 68, 101, 99, 111, 100, 101, 114, 60, 34, 117, 34, 63, 110, 101, 119, 32, 84, 101, 120, 116, 68, 101, 99, 111, 100, 101, 114, 40, 34, 117, 116, 102, 45, 56, 34, 44, 123, 105, 103, 110, 111, 114, 101, 66, 79, 77, 58, 33, 48, 44, 102, 97, 116, 97, 108, 58, 33, 48, 125, 41, 58, 123, 100, 101, 99, 111, 100, 101, 58, 40, 41, 61, 62, 123, 116, 104, 114, 111, 119, 32, 69, 114, 114, 111, 114, 40, 34, 84, 101, 120, 116, 68, 101, 99, 111, 100, 101, 114, 32, 110, 111, 116, 32, 97, 118, 97, 105, 108, 97, 98, 108, 101, 34, 41, 125, 125, 59, 116, 121, 112, 101, 111, 102, 32, 84, 101, 120, 116, 68, 101, 99, 111, 100, 101, 114, 60, 34, 117, 34, 38, 38, 81, 46, 100, 101, 99, 111, 100, 101, 40, 41, 59, 118, 97, 114, 32, 76, 61, 110, 117, 108, 108, 59, 102, 117, 110, 99, 116, 105, 111, 110, 32, 83, 40, 41, 123, 114, 101, 116, 117, 114, 110, 40, 76, 61, 61, 61, 110, 117, 108, 108, 124, 124, 76, 46, 98, 121, 116, 101, 76, 101, 110, 103, 116, 104, 61, 61, 61, 48, 41, 38, 38, 40, 76, 61, 110, 101, 119, 32, 85, 105, 110, 116, 56, 65, 114, 114, 97, 121, 40, 115, 46, 109, 101, 109, 111, 114, 121, 46, 98, 117, 102, 102, 101, 114, 41, 41, 44, 76, 125, 102, 117, 110, 99, 116, 105, 111, 110, 32, 109, 40, 110, 44, 116, 41, 123, 114, 101, 116, 117, 114, 110, 32, 110, 61, 110, 62, 62, 62, 48, 44, 81, 46, 100, 101, 99, 111, 100, 101, 40, 83, 40, 41, 46, 115, 117, 98, 97, 114, 114, 97, 121, 40, 110, 44, 110, 43, 116, 41, 41, 125, 102, 117, 110, 99, 116, 105, 111, 110, 32, 113, 40, 110, 41, 123, 108, 101, 116, 32, 116, 61, 115, 46, 95, 95, 101, 120, 116, 101, 114, 110, 114, 101, 102, 95, 116, 97, 98, 108, 101, 95, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 40, 41, 59, 114, 101, 116, 117, 114, 110, 32, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 101, 120, 112, 111, 114, 116, 95, 51, 46, 115, 101, 116, 40, 116, 44, 110, 41, 44, 116, 125, 102, 117, 110, 99, 116, 105, 111, 110, 32, 100, 116, 40, 110, 44, 116, 41, 123, 116, 114, 121, 123, 114, 101, 116, 117, 114, 110, 32, 110, 46, 97, 112, 112, 108, 121, 40, 116, 104, 105, 115, 44, 116, 41, 125, 99, 97, 116, 99, 104, 40, 101, 41, 123, 108, 101, 116, 32, 114, 61, 113, 40, 101, 41, 59, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 101, 120, 110, 95, 115, 116, 111, 114, 101, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 40, 114, 41, 125, 125, 118, 97, 114, 32, 95, 61, 48, 44, 65, 61, 116, 121, 112, 101, 111, 102, 32, 84, 101, 120, 116, 69, 110, 99, 111, 100, 101, 114, 60, 34, 117, 34, 63, 110, 101, 119, 32, 84, 101, 120, 116, 69, 110, 99, 111, 100, 101, 114, 40, 34, 117, 116, 102, 45, 56, 34, 41, 58, 123, 101, 110, 99, 111, 100, 101, 58, 40, 41, 61, 62, 123, 116, 104, 114, 111, 119, 32, 69, 114, 114, 111, 114, 40, 34, 84, 101, 120, 116, 69, 110, 99, 111, 100, 101, 114, 32, 110, 111, 116, 32, 97, 118, 97, 105, 108, 97, 98, 108, 101, 34, 41, 125, 125, 44, 108, 116, 61, 116, 121, 112, 101, 111, 102, 32, 65, 46, 101, 110, 99, 111, 100, 101, 73, 110, 116, 111, 61, 61, 34, 102, 117, 110, 99, 116, 105, 111, 110, 34, 63, 102, 117, 110, 99, 116, 105, 111, 110, 40, 110, 44, 116, 41, 123, 114, 101, 116, 117, 114, 110, 32, 65, 46, 101, 110, 99, 111, 100, 101, 73, 110, 116, 111, 40, 110, 44, 116, 41, 125, 58, 102, 117, 110, 99, 116, 105, 111, 110, 40, 110, 44, 116, 41, 123, 108, 101, 116, 32, 101, 61, 65, 46, 101, 110, 99, 111, 100, 101, 40, 110, 41, 59, 114, 101, 116, 117, 114, 110, 32, 116, 46, 115, 101, 116, 40, 101, 41, 44, 123, 114, 101, 97, 100, 58, 110, 46, 108, 101, 110, 103, 116, 104, 44, 119, 114, 105, 116, 116, 101, 110, 58, 101, 46, 108, 101, 110, 103, 116, 104, 125, 125, 59, 102, 117, 110, 99, 116, 105, 111, 110, 32, 112, 40, 110, 44, 116, 44, 101, 41, 123, 105, 102, 40, 101, 61, 61, 61, 118, 111, 105, 100, 32, 48, 41, 123, 108, 101, 116, 32, 100, 61, 65, 46, 101, 110, 99, 111, 100, 101, 40, 110, 41, 44, 104, 61, 116, 40, 100, 46, 108, 101, 110, 103, 116, 104, 44, 49, 41, 62, 62, 62, 48, 59, 114, 101, 116, 117, 114, 110, 32, 83, 40, 41, 46, 115, 117, 98, 97, 114, 114, 97, 121, 40, 104, 44, 104, 43, 100, 46, 108, 101, 110, 103, 116, 104, 41, 46, 115, 101, 116, 40, 100, 41, 44, 95, 61, 100, 46, 108, 101, 110, 103, 116, 104, 44, 104, 125, 108, 101, 116, 32, 114, 61, 110, 46, 108, 101, 110, 103, 116, 104, 44, 111, 61, 116, 40, 114, 44, 49, 41, 62, 62, 62, 48, 44, 105, 61, 83, 40, 41, 44, 99, 61, 48, 59, 102, 111, 114, 40, 59, 99, 60, 114, 59, 99, 43, 43, 41, 123, 108, 101, 116, 32, 100, 61, 110, 46, 99, 104, 97, 114, 67, 111, 100, 101, 65, 116, 40, 99, 41, 59, 105, 102, 40, 100, 62, 49, 50, 55, 41, 98, 114, 101, 97, 107, 59, 105, 91, 111, 43, 99, 93, 61, 100, 125, 105, 102, 40, 99, 33, 61, 61, 114, 41, 123, 99, 33, 61, 61, 48, 38, 38, 40, 110, 61, 110, 46, 115, 108, 105, 99, 101, 40, 99, 41, 41, 44, 111, 61, 101, 40, 111, 44, 114, 44, 114, 61, 99, 43, 110, 46, 108, 101, 110, 103, 116, 104, 42, 51, 44, 49, 41, 62, 62, 62, 48, 59, 108, 101, 116, 32, 100, 61, 83, 40, 41, 46, 115, 117, 98, 97, 114, 114, 97, 121, 40, 111, 43, 99, 44, 111, 43, 114, 41, 44, 104, 61, 108, 116, 40, 110, 44, 100, 41, 59, 99, 43, 61, 104, 46, 119, 114, 105, 116, 116, 101, 110, 44, 111, 61, 101, 40, 111, 44, 114, 44, 99, 44, 49, 41, 62, 62, 62, 48, 125, 114, 101, 116, 117, 114, 110, 32, 95, 61, 99, 44, 111, 125, 118, 97, 114, 32, 69, 61, 110, 117, 108, 108, 59, 102, 117, 110, 99, 116, 105, 111, 110, 32, 73, 40, 41, 123, 114, 101, 116, 117, 114, 110, 40, 69, 61, 61, 61, 110, 117, 108, 108, 124, 124, 69, 46, 98, 117, 102, 102, 101, 114, 46, 100, 101, 116, 97, 99, 104, 101, 100, 61, 61, 61, 33, 48, 124, 124, 69, 46, 98, 117, 102, 102, 101, 114, 46, 100, 101, 116, 97, 99, 104, 101, 100, 61, 61, 61, 118, 111, 105, 100, 32, 48, 38, 38, 69, 46, 98, 117, 102, 102, 101, 114, 33, 61, 61, 115, 46, 109, 101, 109, 111, 114, 121, 46, 98, 117, 102, 102, 101, 114, 41, 38, 38, 40, 69, 61, 110, 101, 119, 32, 68, 97, 116, 97, 86, 105, 101, 119, 40, 115, 46, 109, 101, 109, 111, 114, 121, 46, 98, 117, 102, 102, 101, 114, 41, 41, 44, 69, 125, 102, 117, 110, 99, 116, 105, 111, 110, 32, 112, 116, 40, 110, 41, 123, 114, 101, 116, 117, 114, 110, 32, 110, 61, 61, 110, 117, 108, 108, 125, 118, 97, 114, 32, 120, 61, 110, 117, 108, 108, 59, 102, 117, 110, 99, 116, 105, 111, 110, 32, 104, 116, 40, 41, 123, 114, 101, 116, 117, 114, 110, 40, 120, 61, 61, 61, 110, 117, 108, 108, 124, 124, 120, 46, 98, 121, 116, 101, 76, 101, 110, 103, 116, 104, 61, 61, 61, 48, 41, 38, 38, 40, 120, 61, 110, 101, 119, 32, 70, 108, 111, 97, 116, 51, 50, 65, 114, 114, 97, 121, 40, 115, 46, 109, 101, 109, 111, 114, 121, 46, 98, 117, 102, 102, 101, 114, 41, 41, 44, 120, 125, 102, 117, 110, 99, 116, 105, 111, 110, 32, 117, 116, 40, 110, 44, 116, 41, 123, 108, 101, 116, 32, 101, 61, 116, 40, 110, 46, 108, 101, 110, 103, 116, 104, 42, 52, 44, 52, 41, 62, 62, 62, 48, 59, 114, 101, 116, 117, 114, 110, 32, 104, 116, 40, 41, 46, 115, 101, 116, 40, 110, 44, 101, 47, 52, 41, 44, 95, 61, 110, 46, 108, 101, 110, 103, 116, 104, 44, 101, 125, 102, 117, 110, 99, 116, 105, 111, 110, 32, 86, 40, 110, 44, 116, 41, 123, 108, 101, 116, 32, 101, 61, 116, 40, 110, 46, 108, 101, 110, 103, 116, 104, 42, 49, 44, 49, 41, 62, 62, 62, 48, 59, 114, 101, 116, 117, 114, 110, 32, 83, 40, 41, 46, 115, 101, 116, 40, 110, 44, 101, 47, 49, 41, 44, 95, 61, 110, 46, 108, 101, 110, 103, 116, 104, 44, 101, 125, 102, 117, 110, 99, 116, 105, 111, 110, 32, 109, 116, 40, 110, 44, 116, 41, 123, 108, 101, 116, 32, 101, 61, 116, 40, 110, 46, 108, 101, 110, 103, 116, 104, 42, 52, 44, 52, 41, 62, 62, 62, 48, 59, 102, 111, 114, 40, 108, 101, 116, 32, 114, 61, 48, 59, 114, 60, 110, 46, 108, 101, 110, 103, 116, 104, 59, 114, 43, 43, 41, 123, 108, 101, 116, 32, 111, 61, 113, 40, 110, 91, 114, 93, 41, 59, 73, 40, 41, 46, 115, 101, 116, 85, 105, 110, 116, 51, 50, 40, 101, 43, 52, 42, 114, 44, 111, 44, 33, 48, 41, 125, 114, 101, 116, 117, 114, 110, 32, 95, 61, 110, 46, 108, 101, 110, 103, 116, 104, 44, 101, 125, 102, 117, 110, 99, 116, 105, 111, 110, 32, 116, 116, 40, 110, 44, 116, 41, 123, 108, 101, 116, 32, 101, 61, 112, 40, 110, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 114, 61, 95, 44, 111, 61, 86, 40, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 105, 61, 95, 59, 114, 101, 116, 117, 114, 110, 32, 115, 46, 114, 101, 103, 105, 115, 116, 101, 114, 95, 102, 111, 110, 116, 40, 101, 44, 114, 44, 111, 44, 105, 41, 33, 61, 61, 48, 125, 118, 97, 114, 32, 119, 61, 79, 98, 106, 101, 99, 116, 46, 102, 114, 101, 101, 122, 101, 40, 123, 70, 111, 114, 119, 97, 114, 100, 58, 48, 44, 48, 58, 34, 70, 111, 114, 119, 97, 114, 100, 34, 44, 82, 101, 118, 101, 114, 115, 101, 58, 49, 44, 49, 58, 34, 82, 101, 118, 101, 114, 115, 101, 34, 44, 66, 111, 117, 110, 99, 101, 58, 50, 44, 50, 58, 34, 66, 111, 117, 110, 99, 101, 34, 44, 82, 101, 118, 101, 114, 115, 101, 66, 111, 117, 110, 99, 101, 58, 51, 44, 51, 58, 34, 82, 101, 118, 101, 114, 115, 101, 66, 111, 117, 110, 99, 101, 34, 125, 41, 44, 90, 61, 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, 62, 34, 117, 34, 63, 123, 114, 101, 103, 105, 115, 116, 101, 114, 58, 40, 41, 61, 62, 123, 125, 44, 117, 110, 114, 101, 103, 105, 115, 116, 101, 114, 58, 40, 41, 61, 62, 123, 125, 125, 58, 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, 110, 61, 62, 115, 46, 95, 95, 119, 98, 103, 95, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 102, 114, 101, 101, 40, 110, 62, 62, 62, 48, 44, 49, 41, 41, 44, 70, 61, 99, 108, 97, 115, 115, 123, 95, 95, 100, 101, 115, 116, 114, 111, 121, 95, 105, 110, 116, 111, 95, 114, 97, 119, 40, 41, 123, 108, 101, 116, 32, 116, 61, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 59, 114, 101, 116, 117, 114, 110, 32, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 61, 48, 44, 90, 46, 117, 110, 114, 101, 103, 105, 115, 116, 101, 114, 40, 116, 104, 105, 115, 41, 44, 116, 125, 102, 114, 101, 101, 40, 41, 123, 108, 101, 116, 32, 116, 61, 116, 104, 105, 115, 46, 95, 95, 100, 101, 115, 116, 114, 111, 121, 95, 105, 110, 116, 111, 95, 114, 97, 119, 40, 41, 59, 115, 46, 95, 95, 119, 98, 103, 95, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 102, 114, 101, 101, 40, 116, 44, 48, 41, 125, 99, 108, 101, 97, 114, 95, 115, 108, 111, 116, 40, 116, 41, 123, 108, 101, 116, 32, 101, 61, 112, 40, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 114, 61, 95, 59, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 99, 108, 101, 97, 114, 95, 115, 108, 111, 116, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 101, 44, 114, 41, 33, 61, 61, 48, 125, 105, 115, 95, 112, 108, 97, 121, 105, 110, 103, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 105, 115, 95, 112, 108, 97, 121, 105, 110, 103, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 33, 61, 61, 48, 125, 105, 115, 95, 115, 116, 111, 112, 112, 101, 100, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 105, 115, 95, 115, 116, 111, 112, 112, 101, 100, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 33, 61, 61, 48, 125, 108, 97, 121, 111, 117, 116, 95, 102, 105, 116, 40, 41, 123, 108, 101, 116, 32, 116, 44, 101, 59, 116, 114, 121, 123, 108, 101, 116, 32, 114, 61, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 108, 97, 121, 111, 117, 116, 95, 102, 105, 116, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 59, 114, 101, 116, 117, 114, 110, 32, 116, 61, 114, 91, 48, 93, 44, 101, 61, 114, 91, 49, 93, 44, 109, 40, 114, 91, 48, 93, 44, 114, 91, 49, 93, 41, 125, 102, 105, 110, 97, 108, 108, 121, 123, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 102, 114, 101, 101, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 40, 116, 44, 101, 44, 49, 41, 125, 125, 108, 111, 111, 112, 95, 99, 111, 117, 110, 116, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 108, 111, 111, 112, 95, 99, 111, 117, 110, 116, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 62, 62, 62, 48, 125, 112, 111, 108, 108, 95, 101, 118, 101, 110, 116, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 112, 111, 108, 108, 95, 101, 118, 101, 110, 116, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 125, 114, 101, 115, 101, 116, 95, 115, 108, 111, 116, 40, 116, 41, 123, 108, 101, 116, 32, 101, 61, 112, 40, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 114, 61, 95, 59, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 114, 101, 115, 101, 116, 95, 115, 108, 111, 116, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 101, 44, 114, 41, 33, 61, 61, 48, 125, 115, 101, 116, 95, 108, 97, 121, 111, 117, 116, 40, 116, 44, 101, 44, 114, 41, 123, 108, 101, 116, 32, 111, 61, 112, 40, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 105, 61, 95, 59, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 101, 116, 95, 108, 97, 121, 111, 117, 116, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 111, 44, 105, 44, 101, 44, 114, 41, 33, 61, 61, 48, 125, 115, 101, 116, 95, 109, 97, 114, 107, 101, 114, 40, 116, 41, 123, 108, 101, 116, 32, 101, 61, 112, 40, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 114, 61, 95, 59, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 101, 116, 95, 109, 97, 114, 107, 101, 114, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 101, 44, 114, 41, 125, 99, 108, 101, 97, 114, 95, 115, 108, 111, 116, 115, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 99, 108, 101, 97, 114, 95, 115, 108, 111, 116, 115, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 33, 61, 61, 48, 125, 105, 115, 95, 99, 111, 109, 112, 108, 101, 116, 101, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 105, 115, 95, 99, 111, 109, 112, 108, 101, 116, 101, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 33, 61, 61, 48, 125, 105, 115, 95, 116, 119, 101, 101, 110, 105, 110, 103, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 105, 115, 95, 116, 119, 101, 101, 110, 105, 110, 103, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 33, 61, 61, 48, 125, 114, 101, 115, 101, 116, 95, 115, 108, 111, 116, 115, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 114, 101, 115, 101, 116, 95, 115, 108, 111, 116, 115, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 33, 61, 61, 48, 125, 114, 101, 115, 101, 116, 95, 116, 104, 101, 109, 101, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 114, 101, 115, 101, 116, 95, 116, 104, 101, 109, 101, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 33, 61, 61, 48, 125, 115, 101, 103, 109, 101, 110, 116, 95, 101, 110, 100, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 101, 103, 109, 101, 110, 116, 95, 101, 110, 100, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 125, 115, 101, 116, 95, 113, 117, 97, 108, 105, 116, 121, 40, 116, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 101, 116, 95, 113, 117, 97, 108, 105, 116, 121, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 116, 41, 33, 61, 61, 48, 125, 115, 101, 116, 95, 115, 101, 103, 109, 101, 110, 116, 40, 116, 44, 101, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 101, 116, 95, 115, 101, 103, 109, 101, 110, 116, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 116, 44, 101, 41, 33, 61, 61, 48, 125, 115, 116, 97, 116, 105, 99, 32, 117, 110, 108, 111, 97, 100, 95, 102, 111, 110, 116, 40, 116, 41, 123, 108, 101, 116, 32, 101, 61, 112, 40, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 114, 61, 95, 59, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 117, 110, 108, 111, 97, 100, 95, 102, 111, 110, 116, 40, 101, 44, 114, 41, 33, 61, 61, 48, 125, 97, 110, 105, 109, 97, 116, 105, 111, 110, 95, 105, 100, 40, 41, 123, 108, 101, 116, 32, 116, 61, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 97, 110, 105, 109, 97, 116, 105, 111, 110, 95, 105, 100, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 44, 101, 59, 114, 101, 116, 117, 114, 110, 32, 116, 91, 48, 93, 33, 61, 61, 48, 38, 38, 40, 101, 61, 109, 40, 116, 91, 48, 93, 44, 116, 91, 49, 93, 41, 46, 115, 108, 105, 99, 101, 40, 41, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 102, 114, 101, 101, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 40, 116, 91, 48, 93, 44, 116, 91, 49, 93, 42, 49, 44, 49, 41, 41, 44, 101, 125, 97, 117, 100, 105, 111, 95, 118, 111, 108, 117, 109, 101, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 97, 117, 100, 105, 111, 95, 118, 111, 108, 117, 109, 101, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 125, 98, 97, 99, 107, 103, 114, 111, 117, 110, 100, 95, 97, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 98, 97, 99, 107, 103, 114, 111, 117, 110, 100, 95, 97, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 125, 98, 97, 99, 107, 103, 114, 111, 117, 110, 100, 95, 98, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 98, 97, 99, 107, 103, 114, 111, 117, 110, 100, 95, 98, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 125, 98, 97, 99, 107, 103, 114, 111, 117, 110, 100, 95, 103, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 98, 97, 99, 107, 103, 114, 111, 117, 110, 100, 95, 103, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 125, 98, 97, 99, 107, 103, 114, 111, 117, 110, 100, 95, 114, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 98, 97, 99, 107, 103, 114, 111, 117, 110, 100, 95, 114, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 125, 99, 108, 101, 97, 114, 95, 109, 97, 114, 107, 101, 114, 40, 41, 123, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 99, 108, 101, 97, 114, 95, 109, 97, 114, 107, 101, 114, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 125, 101, 109, 105, 116, 95, 111, 110, 95, 108, 111, 111, 112, 40, 41, 123, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 101, 109, 105, 116, 95, 111, 110, 95, 108, 111, 111, 112, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 125, 103, 101, 116, 95, 115, 108, 111, 116, 95, 105, 100, 115, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 103, 101, 116, 95, 115, 108, 111, 116, 95, 105, 100, 115, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 125, 103, 101, 116, 95, 115, 108, 111, 116, 95, 115, 116, 114, 40, 116, 41, 123, 108, 101, 116, 32, 101, 61, 112, 40, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 114, 61, 95, 44, 111, 61, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 103, 101, 116, 95, 115, 108, 111, 116, 95, 115, 116, 114, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 101, 44, 114, 41, 44, 105, 59, 114, 101, 116, 117, 114, 110, 32, 111, 91, 48, 93, 33, 61, 61, 48, 38, 38, 40, 105, 61, 109, 40, 111, 91, 48, 93, 44, 111, 91, 49, 93, 41, 46, 115, 108, 105, 99, 101, 40, 41, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 102, 114, 101, 101, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 40, 111, 91, 48, 93, 44, 111, 91, 49, 93, 42, 49, 44, 49, 41, 41, 44, 105, 125, 109, 97, 114, 107, 101, 114, 95, 110, 97, 109, 101, 115, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 109, 97, 114, 107, 101, 114, 95, 110, 97, 109, 101, 115, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 125, 115, 101, 116, 95, 97, 117, 116, 111, 112, 108, 97, 121, 40, 116, 41, 123, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 101, 116, 95, 97, 117, 116, 111, 112, 108, 97, 121, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 116, 41, 125, 115, 101, 116, 95, 115, 108, 111, 116, 95, 115, 116, 114, 40, 116, 44, 101, 41, 123, 108, 101, 116, 32, 114, 61, 112, 40, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 111, 61, 95, 44, 105, 61, 112, 40, 101, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 99, 61, 95, 59, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 101, 116, 95, 115, 108, 111, 116, 95, 115, 116, 114, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 114, 44, 111, 44, 105, 44, 99, 41, 33, 61, 61, 48, 125, 115, 101, 116, 95, 118, 105, 101, 119, 112, 111, 114, 116, 40, 116, 44, 101, 44, 114, 44, 111, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 101, 116, 95, 118, 105, 101, 119, 112, 111, 114, 116, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 116, 44, 101, 44, 114, 44, 111, 41, 33, 61, 61, 48, 125, 116, 111, 116, 97, 108, 95, 102, 114, 97, 109, 101, 115, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 116, 111, 116, 97, 108, 95, 102, 114, 97, 109, 101, 115, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 125, 99, 108, 101, 97, 114, 95, 115, 101, 103, 109, 101, 110, 116, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 99, 108, 101, 97, 114, 95, 115, 101, 103, 109, 101, 110, 116, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 33, 61, 61, 48, 125, 99, 117, 114, 114, 101, 110, 116, 95, 102, 114, 97, 109, 101, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 99, 117, 114, 114, 101, 110, 116, 95, 102, 114, 97, 109, 101, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 125, 103, 101, 116, 95, 115, 108, 111, 116, 95, 116, 121, 112, 101, 40, 116, 41, 123, 108, 101, 116, 32, 101, 61, 112, 40, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 114, 61, 95, 44, 111, 61, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 103, 101, 116, 95, 115, 108, 111, 116, 95, 116, 121, 112, 101, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 101, 44, 114, 41, 44, 105, 59, 114, 101, 116, 117, 114, 110, 32, 111, 91, 48, 93, 33, 61, 61, 48, 38, 38, 40, 105, 61, 109, 40, 111, 91, 48, 93, 44, 111, 91, 49, 93, 41, 46, 115, 108, 105, 99, 101, 40, 41, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 102, 114, 101, 101, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 40, 111, 91, 48, 93, 44, 111, 91, 49, 93, 42, 49, 44, 49, 41, 41, 44, 105, 125, 103, 101, 116, 95, 115, 108, 111, 116, 115, 95, 115, 116, 114, 40, 41, 123, 108, 101, 116, 32, 116, 44, 101, 59, 116, 114, 121, 123, 108, 101, 116, 32, 114, 61, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 103, 101, 116, 95, 115, 108, 111, 116, 115, 95, 115, 116, 114, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 59, 114, 101, 116, 117, 114, 110, 32, 116, 61, 114, 91, 48, 93, 44, 101, 61, 114, 91, 49, 93, 44, 109, 40, 114, 91, 48, 93, 44, 114, 91, 49, 93, 41, 125, 102, 105, 110, 97, 108, 108, 121, 123, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 102, 114, 101, 101, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 40, 116, 44, 101, 44, 49, 41, 125, 125, 103, 101, 116, 95, 116, 114, 97, 110, 115, 102, 111, 114, 109, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 103, 101, 116, 95, 116, 114, 97, 110, 115, 102, 111, 114, 109, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 125, 115, 101, 103, 109, 101, 110, 116, 95, 115, 116, 97, 114, 116, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 101, 103, 109, 101, 110, 116, 95, 115, 116, 97, 114, 116, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 125, 115, 101, 116, 95, 115, 108, 111, 116, 115, 95, 115, 116, 114, 40, 116, 41, 123, 108, 101, 116, 32, 101, 61, 112, 40, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 114, 61, 95, 59, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 101, 116, 95, 115, 108, 111, 116, 115, 95, 115, 116, 114, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 101, 44, 114, 41, 33, 61, 61, 48, 125, 115, 101, 116, 95, 116, 101, 120, 116, 95, 115, 108, 111, 116, 40, 116, 44, 101, 41, 123, 108, 101, 116, 32, 114, 61, 112, 40, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 111, 61, 95, 44, 105, 61, 112, 40, 101, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 99, 61, 95, 59, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 101, 116, 95, 116, 101, 120, 116, 95, 115, 108, 111, 116, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 114, 44, 111, 44, 105, 44, 99, 41, 33, 61, 61, 48, 125, 115, 101, 116, 95, 116, 114, 97, 110, 115, 102, 111, 114, 109, 40, 116, 41, 123, 108, 101, 116, 32, 101, 61, 117, 116, 40, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 114, 61, 95, 59, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 101, 116, 95, 116, 114, 97, 110, 115, 102, 111, 114, 109, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 101, 44, 114, 41, 33, 61, 61, 48, 125, 115, 109, 95, 103, 101, 116, 95, 105, 110, 112, 117, 116, 115, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 109, 95, 103, 101, 116, 95, 105, 110, 112, 117, 116, 115, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 125, 115, 109, 95, 112, 111, 108, 108, 95, 101, 118, 101, 110, 116, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 109, 95, 112, 111, 108, 108, 95, 101, 118, 101, 110, 116, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 125, 115, 109, 95, 112, 111, 115, 116, 95, 99, 108, 105, 99, 107, 40, 116, 44, 101, 41, 123, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 109, 95, 112, 111, 115, 116, 95, 99, 108, 105, 99, 107, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 116, 44, 101, 41, 125, 97, 110, 105, 109, 97, 116, 105, 111, 110, 95, 115, 105, 122, 101, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 97, 110, 105, 109, 97, 116, 105, 111, 110, 95, 115, 105, 122, 101, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 125, 99, 117, 114, 114, 101, 110, 116, 95, 109, 97, 114, 107, 101, 114, 40, 41, 123, 108, 101, 116, 32, 116, 61, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 99, 117, 114, 114, 101, 110, 116, 95, 109, 97, 114, 107, 101, 114, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 44, 101, 59, 114, 101, 116, 117, 114, 110, 32, 116, 91, 48, 93, 33, 61, 61, 48, 38, 38, 40, 101, 61, 109, 40, 116, 91, 48, 93, 44, 116, 91, 49, 93, 41, 46, 115, 108, 105, 99, 101, 40, 41, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 102, 114, 101, 101, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 40, 116, 91, 48, 93, 44, 116, 91, 49, 93, 42, 49, 44, 49, 41, 41, 44, 101, 125, 108, 97, 121, 111, 117, 116, 95, 97, 108, 105, 103, 110, 95, 120, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 108, 97, 121, 111, 117, 116, 95, 97, 108, 105, 103, 110, 95, 120, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 125, 108, 97, 121, 111, 117, 116, 95, 97, 108, 105, 103, 110, 95, 121, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 108, 97, 121, 111, 117, 116, 95, 97, 108, 105, 103, 110, 95, 121, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 125, 108, 111, 97, 100, 95, 97, 110, 105, 109, 97, 116, 105, 111, 110, 40, 116, 41, 123, 108, 101, 116, 32, 101, 61, 112, 40, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 114, 61, 95, 59, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 108, 111, 97, 100, 95, 97, 110, 105, 109, 97, 116, 105, 111, 110, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 101, 44, 114, 41, 33, 61, 61, 48, 125, 108, 111, 111, 112, 95, 97, 110, 105, 109, 97, 116, 105, 111, 110, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 108, 111, 111, 112, 95, 97, 110, 105, 109, 97, 116, 105, 111, 110, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 33, 61, 61, 48, 125, 115, 101, 116, 95, 98, 97, 99, 107, 103, 114, 111, 117, 110, 100, 40, 116, 44, 101, 44, 114, 44, 111, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 101, 116, 95, 98, 97, 99, 107, 103, 114, 111, 117, 110, 100, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 116, 44, 101, 44, 114, 44, 111, 41, 33, 61, 61, 48, 125, 115, 101, 116, 95, 99, 111, 108, 111, 114, 95, 115, 108, 111, 116, 40, 116, 44, 101, 44, 114, 44, 111, 41, 123, 108, 101, 116, 32, 105, 61, 112, 40, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 99, 61, 95, 59, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 101, 116, 95, 99, 111, 108, 111, 114, 95, 115, 108, 111, 116, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 105, 44, 99, 44, 101, 44, 114, 44, 111, 41, 33, 61, 61, 48, 125, 115, 101, 116, 95, 108, 111, 111, 112, 95, 99, 111, 117, 110, 116, 40, 116, 41, 123, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 101, 116, 95, 108, 111, 111, 112, 95, 99, 111, 117, 110, 116, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 116, 41, 125, 115, 101, 116, 95, 116, 104, 101, 109, 101, 95, 100, 97, 116, 97, 40, 116, 41, 123, 108, 101, 116, 32, 101, 61, 112, 40, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 114, 61, 95, 59, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 101, 116, 95, 116, 104, 101, 109, 101, 95, 100, 97, 116, 97, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 101, 44, 114, 41, 33, 61, 61, 48, 125, 115, 109, 95, 114, 101, 115, 101, 116, 95, 105, 110, 112, 117, 116, 40, 116, 41, 123, 108, 101, 116, 32, 101, 61, 112, 40, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 114, 61, 95, 59, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 109, 95, 114, 101, 115, 101, 116, 95, 105, 110, 112, 117, 116, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 101, 44, 114, 41, 125, 109, 97, 110, 105, 102, 101, 115, 116, 95, 115, 116, 114, 105, 110, 103, 40, 41, 123, 108, 101, 116, 32, 116, 44, 101, 59, 116, 114, 121, 123, 108, 101, 116, 32, 114, 61, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 109, 97, 110, 105, 102, 101, 115, 116, 95, 115, 116, 114, 105, 110, 103, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 59, 114, 101, 116, 117, 114, 110, 32, 116, 61, 114, 91, 48, 93, 44, 101, 61, 114, 91, 49, 93, 44, 109, 40, 114, 91, 48, 93, 44, 114, 91, 49, 93, 41, 125, 102, 105, 110, 97, 108, 108, 121, 123, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 102, 114, 101, 101, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 40, 116, 44, 101, 44, 49, 41, 125, 125, 115, 101, 116, 95, 115, 99, 97, 108, 97, 114, 95, 115, 108, 111, 116, 40, 116, 44, 101, 41, 123, 108, 101, 116, 32, 114, 61, 112, 40, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 111, 61, 95, 59, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 101, 116, 95, 115, 99, 97, 108, 97, 114, 95, 115, 108, 111, 116, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 114, 44, 111, 44, 101, 41, 33, 61, 61, 48, 125, 115, 101, 116, 95, 118, 101, 99, 116, 111, 114, 95, 115, 108, 111, 116, 40, 116, 44, 101, 44, 114, 41, 123, 108, 101, 116, 32, 111, 61, 112, 40, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 105, 61, 95, 59, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 101, 116, 95, 118, 101, 99, 116, 111, 114, 95, 115, 108, 111, 116, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 111, 44, 105, 44, 101, 44, 114, 41, 33, 61, 61, 48, 125, 115, 101, 116, 117, 112, 95, 115, 119, 95, 116, 97, 114, 103, 101, 116, 40, 116, 44, 101, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 101, 116, 117, 112, 95, 115, 119, 95, 116, 97, 114, 103, 101, 116, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 116, 44, 101, 41, 33, 61, 61, 48, 125, 103, 101, 116, 95, 112, 105, 120, 101, 108, 95, 98, 117, 102, 102, 101, 114, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 103, 101, 116, 95, 112, 105, 120, 101, 108, 95, 98, 117, 102, 102, 101, 114, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 125, 115, 101, 116, 95, 97, 117, 100, 105, 111, 95, 118, 111, 108, 117, 109, 101, 40, 116, 41, 123, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 101, 116, 95, 97, 117, 100, 105, 111, 95, 118, 111, 108, 117, 109, 101, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 116, 41, 125, 115, 109, 95, 99, 117, 114, 114, 101, 110, 116, 95, 115, 116, 97, 116, 101, 40, 41, 123, 108, 101, 116, 32, 116, 44, 101, 59, 116, 114, 121, 123, 108, 101, 116, 32, 114, 61, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 109, 95, 99, 117, 114, 114, 101, 110, 116, 95, 115, 116, 97, 116, 101, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 59, 114, 101, 116, 117, 114, 110, 32, 116, 61, 114, 91, 48, 93, 44, 101, 61, 114, 91, 49, 93, 44, 109, 40, 114, 91, 48, 93, 44, 114, 91, 49, 93, 41, 125, 102, 105, 110, 97, 108, 108, 121, 123, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 102, 114, 101, 101, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 40, 116, 44, 101, 44, 49, 41, 125, 125, 115, 116, 97, 116, 101, 95, 109, 97, 99, 104, 105, 110, 101, 95, 105, 100, 40, 41, 123, 108, 101, 116, 32, 116, 61, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 116, 97, 116, 101, 95, 109, 97, 99, 104, 105, 110, 101, 95, 105, 100, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 44, 101, 59, 114, 101, 116, 117, 114, 110, 32, 116, 91, 48, 93, 33, 61, 61, 48, 38, 38, 40, 101, 61, 109, 40, 116, 91, 48, 93, 44, 116, 91, 49, 93, 41, 46, 115, 108, 105, 99, 101, 40, 41, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 102, 114, 101, 101, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 40, 116, 91, 48, 93, 44, 116, 91, 49, 93, 42, 49, 44, 49, 41, 41, 44, 101, 125, 103, 101, 116, 95, 115, 116, 97, 116, 101, 95, 109, 97, 99, 104, 105, 110, 101, 40, 116, 41, 123, 108, 101, 116, 32, 101, 61, 112, 40, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 114, 61, 95, 44, 111, 61, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 103, 101, 116, 95, 115, 116, 97, 116, 101, 95, 109, 97, 99, 104, 105, 110, 101, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 101, 44, 114, 41, 44, 105, 59, 114, 101, 116, 117, 114, 110, 32, 111, 91, 48, 93, 33, 61, 61, 48, 38, 38, 40, 105, 61, 109, 40, 111, 91, 48, 93, 44, 111, 91, 49, 93, 41, 46, 115, 108, 105, 99, 101, 40, 41, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 102, 114, 101, 101, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 40, 111, 91, 48, 93, 44, 111, 91, 49, 93, 42, 49, 44, 49, 41, 41, 44, 105, 125, 115, 101, 116, 95, 112, 111, 115, 105, 116, 105, 111, 110, 95, 115, 108, 111, 116, 40, 116, 44, 101, 44, 114, 41, 123, 108, 101, 116, 32, 111, 61, 112, 40, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 105, 61, 95, 59, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 101, 116, 95, 112, 111, 115, 105, 116, 105, 111, 110, 95, 115, 108, 111, 116, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 111, 44, 105, 44, 101, 44, 114, 41, 33, 61, 61, 48, 125, 99, 117, 114, 114, 101, 110, 116, 95, 108, 111, 111, 112, 95, 99, 111, 117, 110, 116, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 99, 117, 114, 114, 101, 110, 116, 95, 108, 111, 111, 112, 95, 99, 111, 117, 110, 116, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 62, 62, 62, 48, 125, 115, 109, 95, 102, 114, 97, 109, 101, 119, 111, 114, 107, 95, 115, 101, 116, 117, 112, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 109, 95, 102, 114, 97, 109, 101, 119, 111, 114, 107, 95, 115, 101, 116, 117, 112, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 125, 115, 109, 95, 112, 111, 115, 116, 95, 112, 111, 105, 110, 116, 101, 114, 95, 117, 112, 40, 116, 44, 101, 41, 123, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 109, 95, 112, 111, 115, 116, 95, 112, 111, 105, 110, 116, 101, 114, 95, 117, 112, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 116, 44, 101, 41, 125, 115, 116, 97, 116, 101, 95, 109, 97, 99, 104, 105, 110, 101, 95, 108, 111, 97, 100, 40, 116, 41, 123, 108, 101, 116, 32, 101, 61, 112, 40, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 114, 61, 95, 59, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 116, 97, 116, 101, 95, 109, 97, 99, 104, 105, 110, 101, 95, 108, 111, 97, 100, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 101, 44, 114, 41, 33, 61, 61, 48, 125, 108, 111, 97, 100, 95, 100, 111, 116, 108, 111, 116, 116, 105, 101, 95, 100, 97, 116, 97, 40, 116, 41, 123, 108, 101, 116, 32, 101, 61, 86, 40, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 114, 61, 95, 59, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 108, 111, 97, 100, 95, 100, 111, 116, 108, 111, 116, 116, 105, 101, 95, 100, 97, 116, 97, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 101, 44, 114, 41, 33, 61, 61, 48, 125, 115, 109, 95, 103, 101, 116, 95, 115, 116, 114, 105, 110, 103, 95, 105, 110, 112, 117, 116, 40, 116, 41, 123, 108, 101, 116, 32, 101, 61, 112, 40, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 114, 61, 95, 44, 111, 61, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 109, 95, 103, 101, 116, 95, 115, 116, 114, 105, 110, 103, 95, 105, 110, 112, 117, 116, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 101, 44, 114, 41, 44, 105, 59, 114, 101, 116, 117, 114, 110, 32, 111, 91, 48, 93, 33, 61, 61, 48, 38, 38, 40, 105, 61, 109, 40, 111, 91, 48, 93, 44, 111, 91, 49, 93, 41, 46, 115, 108, 105, 99, 101, 40, 41, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 102, 114, 101, 101, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 40, 111, 91, 48, 93, 44, 111, 91, 49, 93, 42, 49, 44, 49, 41, 41, 44, 105, 125, 115, 109, 95, 115, 101, 116, 95, 115, 116, 114, 105, 110, 103, 95, 105, 110, 112, 117, 116, 40, 116, 44, 101, 41, 123, 108, 101, 116, 32, 114, 61, 112, 40, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 111, 61, 95, 44, 105, 61, 112, 40, 101, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 99, 61, 95, 59, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 109, 95, 115, 101, 116, 95, 115, 116, 114, 105, 110, 103, 95, 105, 110, 112, 117, 116, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 114, 44, 111, 44, 105, 44, 99, 41, 33, 61, 61, 48, 125, 115, 109, 95, 103, 101, 116, 95, 98, 111, 111, 108, 101, 97, 110, 95, 105, 110, 112, 117, 116, 40, 116, 41, 123, 108, 101, 116, 32, 101, 61, 112, 40, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 114, 61, 95, 44, 111, 61, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 109, 95, 103, 101, 116, 95, 98, 111, 111, 108, 101, 97, 110, 95, 105, 110, 112, 117, 116, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 101, 44, 114, 41, 59, 114, 101, 116, 117, 114, 110, 32, 111, 61, 61, 61, 49, 54, 55, 55, 55, 50, 49, 53, 63, 118, 111, 105, 100, 32, 48, 58, 111, 33, 61, 61, 48, 125, 115, 109, 95, 103, 101, 116, 95, 110, 117, 109, 101, 114, 105, 99, 95, 105, 110, 112, 117, 116, 40, 116, 41, 123, 108, 101, 116, 32, 101, 61, 112, 40, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 114, 61, 95, 44, 111, 61, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 109, 95, 103, 101, 116, 95, 110, 117, 109, 101, 114, 105, 99, 95, 105, 110, 112, 117, 116, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 101, 44, 114, 41, 59, 114, 101, 116, 117, 114, 110, 32, 111, 61, 61, 61, 52, 50, 57, 52, 57, 54, 55, 50, 57, 55, 63, 118, 111, 105, 100, 32, 48, 58, 111, 125, 115, 109, 95, 112, 111, 115, 116, 95, 112, 111, 105, 110, 116, 101, 114, 95, 100, 111, 119, 110, 40, 116, 44, 101, 41, 123, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 109, 95, 112, 111, 115, 116, 95, 112, 111, 105, 110, 116, 101, 114, 95, 100, 111, 119, 110, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 116, 44, 101, 41, 125, 115, 109, 95, 112, 111, 115, 116, 95, 112, 111, 105, 110, 116, 101, 114, 95, 101, 120, 105, 116, 40, 116, 44, 101, 41, 123, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 109, 95, 112, 111, 115, 116, 95, 112, 111, 105, 110, 116, 101, 114, 95, 101, 120, 105, 116, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 116, 44, 101, 41, 125, 115, 109, 95, 112, 111, 115, 116, 95, 112, 111, 105, 110, 116, 101, 114, 95, 109, 111, 118, 101, 40, 116, 44, 101, 41, 123, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 109, 95, 112, 111, 115, 116, 95, 112, 111, 105, 110, 116, 101, 114, 95, 109, 111, 118, 101, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 116, 44, 101, 41, 125, 115, 109, 95, 115, 101, 116, 95, 98, 111, 111, 108, 101, 97, 110, 95, 105, 110, 112, 117, 116, 40, 116, 44, 101, 41, 123, 108, 101, 116, 32, 114, 61, 112, 40, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 111, 61, 95, 59, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 109, 95, 115, 101, 116, 95, 98, 111, 111, 108, 101, 97, 110, 95, 105, 110, 112, 117, 116, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 114, 44, 111, 44, 101, 41, 33, 61, 61, 48, 125, 115, 109, 95, 115, 101, 116, 95, 110, 117, 109, 101, 114, 105, 99, 95, 105, 110, 112, 117, 116, 40, 116, 44, 101, 41, 123, 108, 101, 116, 32, 114, 61, 112, 40, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 111, 61, 95, 59, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 109, 95, 115, 101, 116, 95, 110, 117, 109, 101, 114, 105, 99, 95, 105, 110, 112, 117, 116, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 114, 44, 111, 44, 101, 41, 33, 61, 61, 48, 125, 115, 116, 97, 116, 101, 95, 109, 97, 99, 104, 105, 110, 101, 95, 117, 110, 108, 111, 97, 100, 40, 41, 123, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 116, 97, 116, 101, 95, 109, 97, 99, 104, 105, 110, 101, 95, 117, 110, 108, 111, 97, 100, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 125, 115, 109, 95, 112, 111, 115, 116, 95, 112, 111, 105, 110, 116, 101, 114, 95, 101, 110, 116, 101, 114, 40, 116, 44, 101, 41, 123, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 109, 95, 112, 111, 115, 116, 95, 112, 111, 105, 110, 116, 101, 114, 95, 101, 110, 116, 101, 114, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 116, 44, 101, 41, 125, 108, 111, 97, 100, 95, 97, 110, 105, 109, 97, 116, 105, 111, 110, 95, 102, 114, 111, 109, 95, 105, 100, 40, 116, 41, 123, 108, 101, 116, 32, 101, 61, 112, 40, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 114, 61, 95, 59, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 108, 111, 97, 100, 95, 97, 110, 105, 109, 97, 116, 105, 111, 110, 95, 102, 114, 111, 109, 95, 105, 100, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 101, 44, 114, 41, 33, 61, 61, 48, 125, 115, 109, 95, 112, 111, 108, 108, 95, 105, 110, 116, 101, 114, 110, 97, 108, 95, 101, 118, 101, 110, 116, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 109, 95, 112, 111, 108, 108, 95, 105, 110, 116, 101, 114, 110, 97, 108, 95, 101, 118, 101, 110, 116, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 125, 117, 115, 101, 95, 102, 114, 97, 109, 101, 95, 105, 110, 116, 101, 114, 112, 111, 108, 97, 116, 105, 111, 110, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 117, 115, 101, 95, 102, 114, 97, 109, 101, 95, 105, 110, 116, 101, 114, 112, 111, 108, 97, 116, 105, 111, 110, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 33, 61, 61, 48, 125, 114, 101, 115, 101, 116, 95, 99, 117, 114, 114, 101, 110, 116, 95, 108, 111, 111, 112, 95, 99, 111, 117, 110, 116, 40, 41, 123, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 114, 101, 115, 101, 116, 95, 99, 117, 114, 114, 101, 110, 116, 95, 108, 111, 111, 112, 95, 99, 111, 117, 110, 116, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 125, 115, 109, 95, 111, 118, 101, 114, 114, 105, 100, 101, 95, 99, 117, 114, 114, 101, 110, 116, 95, 115, 116, 97, 116, 101, 40, 116, 44, 101, 41, 123, 108, 101, 116, 32, 114, 61, 112, 40, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 111, 61, 95, 59, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 109, 95, 111, 118, 101, 114, 114, 105, 100, 101, 95, 99, 117, 114, 114, 101, 110, 116, 95, 115, 116, 97, 116, 101, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 114, 44, 111, 44, 101, 41, 33, 61, 61, 48, 125, 115, 116, 97, 116, 101, 95, 109, 97, 99, 104, 105, 110, 101, 95, 108, 111, 97, 100, 95, 102, 114, 111, 109, 95, 105, 100, 40, 116, 41, 123, 108, 101, 116, 32, 101, 61, 112, 40, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 114, 61, 95, 59, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 116, 97, 116, 101, 95, 109, 97, 99, 104, 105, 110, 101, 95, 108, 111, 97, 100, 95, 102, 114, 111, 109, 95, 105, 100, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 101, 44, 114, 41, 33, 61, 61, 48, 125, 115, 101, 116, 95, 117, 115, 101, 95, 102, 114, 97, 109, 101, 95, 105, 110, 116, 101, 114, 112, 111, 108, 97, 116, 105, 111, 110, 40, 116, 41, 123, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 101, 116, 95, 117, 115, 101, 95, 102, 114, 97, 109, 101, 95, 105, 110, 116, 101, 114, 112, 111, 108, 97, 116, 105, 111, 110, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 116, 41, 125, 99, 111, 110, 115, 116, 114, 117, 99, 116, 111, 114, 40, 41, 123, 108, 101, 116, 32, 116, 61, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 110, 101, 119, 40, 41, 59, 114, 101, 116, 117, 114, 110, 32, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 61, 116, 62, 62, 62, 48, 44, 90, 46, 114, 101, 103, 105, 115, 116, 101, 114, 40, 116, 104, 105, 115, 44, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 116, 104, 105, 115, 41, 44, 116, 104, 105, 115, 125, 109, 111, 100, 101, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 109, 111, 100, 101, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 125, 112, 108, 97, 121, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 112, 108, 97, 121, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 33, 61, 61, 48, 125, 115, 116, 111, 112, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 116, 111, 112, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 33, 61, 61, 48, 125, 116, 105, 99, 107, 40, 116, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 116, 105, 99, 107, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 116, 41, 33, 61, 61, 48, 125, 112, 97, 117, 115, 101, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 112, 97, 117, 115, 101, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 33, 61, 61, 48, 125, 115, 112, 101, 101, 100, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 112, 101, 101, 100, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 125, 119, 105, 100, 116, 104, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 119, 105, 100, 116, 104, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 62, 62, 62, 48, 125, 104, 101, 105, 103, 104, 116, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 104, 101, 105, 103, 104, 116, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 62, 62, 62, 48, 125, 114, 101, 110, 100, 101, 114, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 114, 101, 110, 100, 101, 114, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 33, 61, 61, 48, 125, 109, 97, 114, 107, 101, 114, 115, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 109, 97, 114, 107, 101, 114, 115, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 125, 115, 109, 95, 102, 105, 114, 101, 40, 116, 41, 123, 108, 101, 116, 32, 101, 61, 112, 40, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 114, 61, 95, 59, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 109, 95, 102, 105, 114, 101, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 101, 44, 114, 41, 33, 61, 61, 48, 125, 115, 109, 95, 115, 116, 111, 112, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 109, 95, 115, 116, 111, 112, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 33, 61, 61, 48, 125, 115, 109, 95, 116, 105, 99, 107, 40, 116, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 109, 95, 116, 105, 99, 107, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 116, 41, 33, 61, 61, 48, 125, 97, 117, 116, 111, 112, 108, 97, 121, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 97, 117, 116, 111, 112, 108, 97, 121, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 33, 61, 61, 48, 125, 100, 117, 114, 97, 116, 105, 111, 110, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 100, 117, 114, 97, 116, 105, 111, 110, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 125, 115, 101, 116, 95, 108, 111, 111, 112, 40, 116, 41, 123, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 101, 116, 95, 108, 111, 111, 112, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 116, 41, 125, 115, 101, 116, 95, 109, 111, 100, 101, 40, 116, 41, 123, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 101, 116, 95, 109, 111, 100, 101, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 116, 41, 125, 115, 109, 95, 115, 116, 97, 114, 116, 40, 116, 44, 101, 41, 123, 108, 101, 116, 32, 114, 61, 109, 116, 40, 101, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 111, 61, 95, 59, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 109, 95, 115, 116, 97, 114, 116, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 116, 44, 114, 44, 111, 41, 33, 61, 61, 48, 125, 116, 104, 101, 109, 101, 95, 105, 100, 40, 41, 123, 108, 101, 116, 32, 116, 61, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 116, 104, 101, 109, 101, 95, 105, 100, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 44, 101, 59, 114, 101, 116, 117, 114, 110, 32, 116, 91, 48, 93, 33, 61, 61, 48, 38, 38, 40, 101, 61, 109, 40, 116, 91, 48, 93, 44, 116, 91, 49, 93, 41, 46, 115, 108, 105, 99, 101, 40, 41, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 102, 114, 101, 101, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 40, 116, 91, 48, 93, 44, 116, 91, 49, 93, 42, 49, 44, 49, 41, 41, 44, 101, 125, 105, 115, 95, 108, 111, 97, 100, 101, 100, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 105, 115, 95, 108, 111, 97, 100, 101, 100, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 33, 61, 61, 48, 125, 105, 115, 95, 112, 97, 117, 115, 101, 100, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 105, 115, 95, 112, 97, 117, 115, 101, 100, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 33, 61, 61, 48, 125, 108, 111, 97, 100, 95, 102, 111, 110, 116, 40, 116, 44, 101, 41, 123, 108, 101, 116, 32, 114, 61, 112, 40, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 111, 61, 95, 44, 105, 61, 86, 40, 101, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 99, 61, 95, 59, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 108, 111, 97, 100, 95, 102, 111, 110, 116, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 114, 44, 111, 44, 105, 44, 99, 41, 33, 61, 61, 48, 125, 115, 101, 116, 95, 102, 114, 97, 109, 101, 40, 116, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 101, 116, 95, 102, 114, 97, 109, 101, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 116, 41, 33, 61, 61, 48, 125, 115, 101, 116, 95, 115, 112, 101, 101, 100, 40, 116, 41, 123, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 101, 116, 95, 115, 112, 101, 101, 100, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 116, 41, 125, 115, 101, 116, 95, 116, 104, 101, 109, 101, 40, 116, 41, 123, 108, 101, 116, 32, 101, 61, 112, 40, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 114, 61, 95, 59, 114, 101, 116, 117, 114, 110, 32, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 101, 116, 95, 116, 104, 101, 109, 101, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 44, 101, 44, 114, 41, 33, 61, 61, 48, 125, 115, 109, 95, 115, 116, 97, 116, 117, 115, 40, 41, 123, 108, 101, 116, 32, 116, 44, 101, 59, 116, 114, 121, 123, 108, 101, 116, 32, 114, 61, 115, 46, 100, 111, 116, 108, 111, 116, 116, 105, 101, 112, 108, 97, 121, 101, 114, 119, 97, 115, 109, 95, 115, 109, 95, 115, 116, 97, 116, 117, 115, 40, 116, 104, 105, 115, 46, 95, 95, 119, 98, 103, 95, 112, 116, 114, 41, 59, 114, 101, 116, 117, 114, 110, 32, 116, 61, 114, 91, 48, 93, 44, 101, 61, 114, 91, 49, 93, 44, 109, 40, 114, 91, 48, 93, 44, 114, 91, 49, 93, 41, 125, 102, 105, 110, 97, 108, 108, 121, 123, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 102, 114, 101, 101, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 40, 116, 44, 101, 44, 49, 41, 125, 125, 125, 59, 97, 115, 121, 110, 99, 32, 102, 117, 110, 99, 116, 105, 111, 110, 32, 102, 116, 40, 110, 44, 116, 41, 123, 105, 102, 40, 116, 121, 112, 101, 111, 102, 32, 82, 101, 115, 112, 111, 110, 115, 101, 61, 61, 34, 102, 117, 110, 99, 116, 105, 111, 110, 34, 38, 38, 110, 32, 105, 110, 115, 116, 97, 110, 99, 101, 111, 102, 32, 82, 101, 115, 112, 111, 110, 115, 101, 41, 123, 105, 102, 40, 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, 61, 61, 34, 102, 117, 110, 99, 116, 105, 111, 110, 34, 41, 116, 114, 121, 123, 114, 101, 116, 117, 114, 110, 32, 97, 119, 97, 105, 116, 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, 110, 44, 116, 41, 125, 99, 97, 116, 99, 104, 40, 114, 41, 123, 105, 102, 40, 110, 46, 104, 101, 97, 100, 101, 114, 115, 46, 103, 101, 116, 40, 34, 67, 111, 110, 116, 101, 110, 116, 45, 84, 121, 112, 101, 34, 41, 33, 61, 34, 97, 112, 112, 108, 105, 99, 97, 116, 105, 111, 110, 47, 119, 97, 115, 109, 34, 41, 99, 111, 110, 115, 111, 108, 101, 46, 119, 97, 114, 110, 40, 34, 96, 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, 96, 32, 102, 97, 105, 108, 101, 100, 32, 98, 101, 99, 97, 117, 115, 101, 32, 121, 111, 117, 114, 32, 115, 101, 114, 118, 101, 114, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 115, 101, 114, 118, 101, 32, 87, 97, 115, 109, 32, 119, 105, 116, 104, 32, 96, 97, 112, 112, 108, 105, 99, 97, 116, 105, 111, 110, 47, 119, 97, 115, 109, 96, 32, 77, 73, 77, 69, 32, 116, 121, 112, 101, 46, 32, 70, 97, 108, 108, 105, 110, 103, 32, 98, 97, 99, 107, 32, 116, 111, 32, 96, 87, 101, 98, 65, 115, 115, 101, 109, 98, 108, 121, 46, 105, 110, 115, 116, 97, 110, 116, 105, 97, 116, 101, 96, 32, 119, 104, 105, 99, 104, 32, 105, 115, 32, 115, 108, 111, 119, 101, 114, 46, 32, 79, 114, 105, 103, 105, 110, 97, 108, 32, 101, 114, 114, 111, 114, 58, 92, 110, 34, 44, 114, 41, 59, 101, 108, 115, 101, 32, 116, 104, 114, 111, 119, 32, 114, 125, 108, 101, 116, 32, 101, 61, 97, 119, 97, 105, 116, 32, 110, 46, 97, 114, 114, 97, 121, 66, 117, 102, 102, 101, 114, 40, 41, 59, 114, 101, 116, 117, 114, 110, 32, 97, 119, 97, 105, 116, 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, 101, 44, 116, 41, 125, 101, 108, 115, 101, 123, 108, 101, 116, 32, 101, 61, 97, 119, 97, 105, 116, 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, 110, 44, 116, 41, 59, 114, 101, 116, 117, 114, 110, 32, 101, 32, 105, 110, 115, 116, 97, 110, 99, 101, 111, 102, 32, 87, 101, 98, 65, 115, 115, 101, 109, 98, 108, 121, 46, 73, 110, 115, 116, 97, 110, 99, 101, 63, 123, 105, 110, 115, 116, 97, 110, 99, 101, 58, 101, 44, 109, 111, 100, 117, 108, 101, 58, 110, 125, 58, 101, 125, 125, 102, 117, 110, 99, 116, 105, 111, 110, 32, 103, 116, 40, 41, 123, 108, 101, 116, 32, 110, 61, 123, 125, 59, 114, 101, 116, 117, 114, 110, 32, 110, 46, 119, 98, 103, 61, 123, 125, 44, 110, 46, 119, 98, 103, 46, 95, 95, 119, 98, 103, 95, 98, 117, 102, 102, 101, 114, 95, 54, 48, 57, 99, 99, 51, 101, 101, 101, 53, 49, 101, 100, 49, 53, 56, 61, 102, 117, 110, 99, 116, 105, 111, 110, 40, 116, 41, 123, 114, 101, 116, 117, 114, 110, 32, 116, 46, 98, 117, 102, 102, 101, 114, 125, 44, 110, 46, 119, 98, 103, 46, 95, 95, 119, 98, 103, 95, 101, 114, 114, 111, 114, 95, 55, 53, 51, 52, 98, 56, 101, 57, 97, 51, 54, 102, 49, 97, 98, 52, 61, 102, 117, 110, 99, 116, 105, 111, 110, 40, 116, 44, 101, 41, 123, 108, 101, 116, 32, 114, 44, 111, 59, 116, 114, 121, 123, 114, 61, 116, 44, 111, 61, 101, 44, 99, 111, 110, 115, 111, 108, 101, 46, 101, 114, 114, 111, 114, 40, 109, 40, 116, 44, 101, 41, 41, 125, 102, 105, 110, 97, 108, 108, 121, 123, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 102, 114, 101, 101, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 40, 114, 44, 111, 44, 49, 41, 125, 125, 44, 110, 46, 119, 98, 103, 46, 95, 95, 119, 98, 103, 95, 110, 101, 119, 95, 52, 48, 53, 101, 50, 50, 102, 51, 57, 48, 53, 55, 54, 99, 101, 50, 61, 102, 117, 110, 99, 116, 105, 111, 110, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 110, 101, 119, 32, 79, 98, 106, 101, 99, 116, 125, 44, 110, 46, 119, 98, 103, 46, 95, 95, 119, 98, 103, 95, 110, 101, 119, 95, 55, 56, 102, 101, 98, 49, 48, 56, 98, 54, 52, 55, 50, 55, 49, 51, 61, 102, 117, 110, 99, 116, 105, 111, 110, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 110, 101, 119, 32, 65, 114, 114, 97, 121, 125, 44, 110, 46, 119, 98, 103, 46, 95, 95, 119, 98, 103, 95, 110, 101, 119, 95, 56, 97, 54, 102, 50, 51, 56, 97, 54, 101, 99, 101, 56, 54, 101, 97, 61, 102, 117, 110, 99, 116, 105, 111, 110, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 110, 101, 119, 32, 69, 114, 114, 111, 114, 125, 44, 110, 46, 119, 98, 103, 46, 95, 95, 119, 98, 103, 95, 110, 101, 119, 119, 105, 116, 104, 98, 121, 116, 101, 111, 102, 102, 115, 101, 116, 97, 110, 100, 108, 101, 110, 103, 116, 104, 95, 100, 57, 55, 101, 54, 51, 55, 101, 98, 101, 49, 52, 53, 97, 57, 97, 61, 102, 117, 110, 99, 116, 105, 111, 110, 40, 116, 44, 101, 44, 114, 41, 123, 114, 101, 116, 117, 114, 110, 32, 110, 101, 119, 32, 85, 105, 110, 116, 56, 65, 114, 114, 97, 121, 40, 116, 44, 101, 62, 62, 62, 48, 44, 114, 62, 62, 62, 48, 41, 125, 44, 110, 46, 119, 98, 103, 46, 95, 95, 119, 98, 103, 95, 110, 101, 119, 119, 105, 116, 104, 108, 101, 110, 103, 116, 104, 95, 53, 97, 53, 101, 102, 101, 51, 49, 51, 99, 102, 100, 53, 57, 102, 49, 61, 102, 117, 110, 99, 116, 105, 111, 110, 40, 116, 41, 123, 114, 101, 116, 117, 114, 110, 32, 110, 101, 119, 32, 70, 108, 111, 97, 116, 51, 50, 65, 114, 114, 97, 121, 40, 116, 62, 62, 62, 48, 41, 125, 44, 110, 46, 119, 98, 103, 46, 95, 95, 119, 98, 103, 95, 112, 117, 115, 104, 95, 55, 51, 55, 99, 102, 99, 56, 99, 49, 52, 51, 50, 99, 50, 99, 54, 61, 102, 117, 110, 99, 116, 105, 111, 110, 40, 116, 44, 101, 41, 123, 114, 101, 116, 117, 114, 110, 32, 116, 46, 112, 117, 115, 104, 40, 101, 41, 125, 44, 110, 46, 119, 98, 103, 46, 95, 95, 119, 98, 103, 95, 115, 101, 116, 95, 98, 98, 56, 99, 101, 99, 102, 54, 97, 54, 50, 98, 57, 102, 52, 54, 61, 102, 117, 110, 99, 116, 105, 111, 110, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 100, 116, 40, 102, 117, 110, 99, 116, 105, 111, 110, 40, 116, 44, 101, 44, 114, 41, 123, 114, 101, 116, 117, 114, 110, 32, 82, 101, 102, 108, 101, 99, 116, 46, 115, 101, 116, 40, 116, 44, 101, 44, 114, 41, 125, 44, 97, 114, 103, 117, 109, 101, 110, 116, 115, 41, 125, 44, 110, 46, 119, 98, 103, 46, 95, 95, 119, 98, 103, 95, 115, 101, 116, 105, 110, 100, 101, 120, 95, 52, 101, 55, 51, 97, 102, 100, 99, 100, 57, 98, 98, 57, 53, 99, 100, 61, 102, 117, 110, 99, 116, 105, 111, 110, 40, 116, 44, 101, 44, 114, 41, 123, 116, 91, 101, 62, 62, 62, 48, 93, 61, 114, 125, 44, 110, 46, 119, 98, 103, 46, 95, 95, 119, 98, 103, 95, 115, 116, 97, 99, 107, 95, 48, 101, 100, 55, 53, 100, 54, 56, 53, 55, 53, 98, 48, 102, 51, 99, 61, 102, 117, 110, 99, 116, 105, 111, 110, 40, 116, 44, 101, 41, 123, 108, 101, 116, 32, 114, 61, 101, 46, 115, 116, 97, 99, 107, 44, 111, 61, 112, 40, 114, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 105, 61, 95, 59, 73, 40, 41, 46, 115, 101, 116, 73, 110, 116, 51, 50, 40, 116, 43, 52, 44, 105, 44, 33, 48, 41, 44, 73, 40, 41, 46, 115, 101, 116, 73, 110, 116, 51, 50, 40, 116, 43, 48, 44, 111, 44, 33, 48, 41, 125, 44, 110, 46, 119, 98, 103, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 105, 110, 105, 116, 95, 101, 120, 116, 101, 114, 110, 114, 101, 102, 95, 116, 97, 98, 108, 101, 61, 102, 117, 110, 99, 116, 105, 111, 110, 40, 41, 123, 108, 101, 116, 32, 116, 61, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 101, 120, 112, 111, 114, 116, 95, 51, 44, 101, 61, 116, 46, 103, 114, 111, 119, 40, 52, 41, 59, 116, 46, 115, 101, 116, 40, 48, 44, 118, 111, 105, 100, 32, 48, 41, 44, 116, 46, 115, 101, 116, 40, 101, 43, 48, 44, 118, 111, 105, 100, 32, 48, 41, 44, 116, 46, 115, 101, 116, 40, 101, 43, 49, 44, 110, 117, 108, 108, 41, 44, 116, 46, 115, 101, 116, 40, 101, 43, 50, 44, 33, 48, 41, 44, 116, 46, 115, 101, 116, 40, 101, 43, 51, 44, 33, 49, 41, 125, 44, 110, 46, 119, 98, 103, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 101, 109, 111, 114, 121, 61, 102, 117, 110, 99, 116, 105, 111, 110, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 46, 109, 101, 109, 111, 114, 121, 125, 44, 110, 46, 119, 98, 103, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 110, 117, 109, 98, 101, 114, 95, 110, 101, 119, 61, 102, 117, 110, 99, 116, 105, 111, 110, 40, 116, 41, 123, 114, 101, 116, 117, 114, 110, 32, 116, 125, 44, 110, 46, 119, 98, 103, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 115, 116, 114, 105, 110, 103, 95, 103, 101, 116, 61, 102, 117, 110, 99, 116, 105, 111, 110, 40, 116, 44, 101, 41, 123, 108, 101, 116, 32, 114, 61, 101, 44, 111, 61, 116, 121, 112, 101, 111, 102, 32, 114, 61, 61, 34, 115, 116, 114, 105, 110, 103, 34, 63, 114, 58, 118, 111, 105, 100, 32, 48, 59, 118, 97, 114, 32, 105, 61, 112, 116, 40, 111, 41, 63, 48, 58, 112, 40, 111, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 109, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 114, 101, 97, 108, 108, 111, 99, 95, 99, 111, 109, 109, 97, 110, 100, 95, 101, 120, 112, 111, 114, 116, 41, 44, 99, 61, 95, 59, 73, 40, 41, 46, 115, 101, 116, 73, 110, 116, 51, 50, 40, 116, 43, 52, 44, 99, 44, 33, 48, 41, 44, 73, 40, 41, 46, 115, 101, 116, 73, 110, 116, 51, 50, 40, 116, 43, 48, 44, 105, 44, 33, 48, 41, 125, 44, 110, 46, 119, 98, 103, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 115, 116, 114, 105, 110, 103, 95, 110, 101, 119, 61, 102, 117, 110, 99, 116, 105, 111, 110, 40, 116, 44, 101, 41, 123, 114, 101, 116, 117, 114, 110, 32, 109, 40, 116, 44, 101, 41, 125, 44, 110, 46, 119, 98, 103, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 116, 104, 114, 111, 119, 61, 102, 117, 110, 99, 116, 105, 111, 110, 40, 116, 44, 101, 41, 123, 116, 104, 114, 111, 119, 32, 110, 101, 119, 32, 69, 114, 114, 111, 114, 40, 109, 40, 116, 44, 101, 41, 41, 125, 44, 110, 125, 102, 117, 110, 99, 116, 105, 111, 110, 32, 118, 116, 40, 110, 44, 116, 41, 123, 114, 101, 116, 117, 114, 110, 32, 115, 61, 110, 46, 101, 120, 112, 111, 114, 116, 115, 44, 101, 116, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 119, 97, 115, 109, 95, 109, 111, 100, 117, 108, 101, 61, 116, 44, 69, 61, 110, 117, 108, 108, 44, 120, 61, 110, 117, 108, 108, 44, 76, 61, 110, 117, 108, 108, 44, 115, 46, 95, 95, 119, 98, 105, 110, 100, 103, 101, 110, 95, 115, 116, 97, 114, 116, 40, 41, 44, 115, 125, 97, 115, 121, 110, 99, 32, 102, 117, 110, 99, 116, 105, 111, 110, 32, 101, 116, 40, 110, 41, 123, 105, 102, 40, 115, 33, 61, 61, 118, 111, 105, 100, 32, 48, 41, 114, 101, 116, 117, 114, 110, 32, 115, 59, 105, 102, 40, 116, 121, 112, 101, 111, 102, 32, 110, 60, 34, 117, 34, 38, 38, 40, 79, 98, 106, 101, 99, 116, 46, 103, 101, 116, 80, 114, 111, 116, 111, 116, 121, 112, 101, 79, 102, 40, 110, 41, 61, 61, 61, 79, 98, 106, 101, 99, 116, 46, 112, 114, 111, 116, 111, 116, 121, 112, 101, 63, 123, 109, 111, 100, 117, 108, 101, 95, 111, 114, 95, 112, 97, 116, 104, 58, 110, 125, 61, 110, 58, 99, 111, 110, 115, 111, 108, 101, 46, 119, 97, 114, 110, 40, 34, 117, 115, 105, 110, 103, 32, 100, 101, 112, 114, 101, 99, 97, 116, 101, 100, 32, 112, 97, 114, 97, 109, 101, 116, 101, 114, 115, 32, 102, 111, 114, 32, 116, 104, 101, 32, 105, 110, 105, 116, 105, 97, 108, 105, 122, 97, 116, 105, 111, 110, 32, 102, 117, 110, 99, 116, 105, 111, 110, 59, 32, 112, 97, 115, 115, 32, 97, 32, 115, 105, 110, 103, 108, 101, 32, 111, 98, 106, 101, 99, 116, 32, 105, 110, 115, 116, 101, 97, 100, 34, 41, 41, 44, 116, 121, 112, 101, 111, 102, 32, 110, 62, 34, 117, 34, 41, 116, 104, 114, 111, 119, 32, 110, 101, 119, 32, 69, 114, 114, 111, 114, 40, 34, 87, 65, 83, 77, 32, 109, 111, 100, 117, 108, 101, 32, 85, 82, 76, 32, 109, 117, 115, 116, 32, 98, 101, 32, 112, 114, 111, 118, 105, 100, 101, 100, 32, 118, 105, 97, 32, 68, 111, 116, 76, 111, 116, 116, 105, 101, 87, 97, 115, 109, 76, 111, 97, 100, 101, 114, 32, 111, 114, 32, 115, 101, 116, 87, 97, 115, 109, 85, 114, 108, 40, 41, 46, 34, 41, 59, 108, 101, 116, 32, 116, 61, 103, 116, 40, 41, 59, 40, 116, 121, 112, 101, 111, 102, 32, 110, 61, 61, 34, 115, 116, 114, 105, 110, 103, 34, 124, 124, 116, 121, 112, 101, 111, 102, 32, 82, 101, 113, 117, 101, 115, 116, 61, 61, 34, 102, 117, 110, 99, 116, 105, 111, 110, 34, 38, 38, 110, 32, 105, 110, 115, 116, 97, 110, 99, 101, 111, 102, 32, 82, 101, 113, 117, 101, 115, 116, 124, 124, 116, 121, 112, 101, 111, 102, 32, 85, 82, 76, 61, 61, 34, 102, 117, 110, 99, 116, 105, 111, 110, 34, 38, 38, 110, 32, 105, 110, 115, 116, 97, 110, 99, 101, 111, 102, 32, 85, 82, 76, 41, 38, 38, 40, 110, 61, 102, 101, 116, 99, 104, 40, 110, 41, 41, 59, 108, 101, 116, 123, 105, 110, 115, 116, 97, 110, 99, 101, 58, 101, 44, 109, 111, 100, 117, 108, 101, 58, 114, 125, 61, 97, 119, 97, 105, 116, 32, 102, 116, 40, 97, 119, 97, 105, 116, 32, 110, 44, 116, 41, 59, 114, 101, 116, 117, 114, 110, 32, 118, 116, 40, 101, 44, 114, 41, 125, 118, 97, 114, 32, 110, 116, 61, 101, 116, 59, 118, 97, 114, 32, 79, 61, 99, 108, 97, 115, 115, 123, 99, 111, 110, 115, 116, 114, 117, 99, 116, 111, 114, 40, 41, 123, 108, 40, 116, 104, 105, 115, 44, 34, 95, 101, 118, 101, 110, 116, 76, 105, 115, 116, 101, 110, 101, 114, 115, 34, 44, 110, 101, 119, 32, 77, 97, 112, 41, 125, 97, 100, 100, 69, 118, 101, 110, 116, 76, 105, 115, 116, 101, 110, 101, 114, 40, 116, 44, 101, 41, 123, 108, 101, 116, 32, 114, 61, 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, 41, 59, 114, 124, 124, 40, 114, 61, 110, 101, 119, 32, 83, 101, 116, 44, 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, 44, 114, 41, 41, 44, 114, 46, 97, 100, 100, 40, 101, 41, 125, 114, 101, 109, 111, 118, 101, 69, 118, 101, 110, 116, 76, 105, 115, 116, 101, 110, 101, 114, 40, 116, 44, 101, 41, 123, 108, 101, 116, 32, 114, 61, 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, 41, 59, 114, 38, 38, 40, 101, 63, 40, 114, 46, 100, 101, 108, 101, 116, 101, 40, 101, 41, 44, 114, 46, 115, 105, 122, 101, 61, 61, 61, 48, 38, 38, 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, 41, 41, 58, 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, 41, 41, 125, 100, 105, 115, 112, 97, 116, 99, 104, 40, 116, 41, 123, 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, 46, 116, 121, 112, 101, 41, 63, 46, 102, 111, 114, 69, 97, 99, 104, 40, 114, 61, 62, 114, 40, 116, 41, 41, 125, 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, 123, 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, 125, 125, 59, 118, 97, 114, 32, 102, 61, 99, 108, 97, 115, 115, 32, 102, 123, 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, 123, 105, 102, 40, 102, 46, 95, 111, 98, 115, 101, 114, 118, 101, 114, 41, 114, 101, 116, 117, 114, 110, 59, 108, 101, 116, 32, 116, 61, 101, 61, 62, 123, 101, 46, 102, 111, 114, 69, 97, 99, 104, 40, 114, 61, 62, 123, 108, 101, 116, 32, 111, 61, 102, 46, 95, 111, 98, 115, 101, 114, 118, 101, 100, 67, 97, 110, 118, 97, 115, 101, 115, 46, 103, 101, 116, 40, 114, 46, 116, 97, 114, 103, 101, 116, 41, 59, 111, 38, 38, 40, 114, 46, 105, 115, 73, 110, 116, 101, 114, 115, 101, 99, 116, 105, 110, 103, 63, 111, 46, 117, 110, 102, 114, 101, 101, 122, 101, 40, 41, 58, 111, 46, 102, 114, 101, 101, 122, 101, 40, 41, 41, 125, 41, 125, 59, 102, 46, 95, 111, 98, 115, 101, 114, 118, 101, 114, 61, 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, 116, 44, 123, 116, 104, 114, 101, 115, 104, 111, 108, 100, 58, 48, 125, 41, 125, 115, 116, 97, 116, 105, 99, 32, 111, 98, 115, 101, 114, 118, 101, 40, 116, 44, 101, 41, 123, 102, 46, 95, 105, 110, 105, 116, 105, 97, 108, 105, 122, 101, 79, 98, 115, 101, 114, 118, 101, 114, 40, 41, 44, 33, 102, 46, 95, 111, 98, 115, 101, 114, 118, 101, 100, 67, 97, 110, 118, 97, 115, 101, 115, 46, 104, 97, 115, 40, 116, 41, 38, 38, 40, 102, 46, 95, 111, 98, 115, 101, 114, 118, 101, 100, 67, 97, 110, 118, 97, 115, 101, 115, 46, 115, 101, 116, 40, 116, 44, 101, 41, 44, 102, 46, 95, 111, 98, 115, 101, 114, 118, 101, 114, 63, 46, 111, 98, 115, 101, 114, 118, 101, 40, 116, 41, 41, 125, 115, 116, 97, 116, 105, 99, 32, 117, 110, 111, 98, 115, 101, 114, 118, 101, 40, 116, 41, 123, 102, 46, 95, 111, 98, 115, 101, 114, 118, 101, 114, 63, 46, 117, 110, 111, 98, 115, 101, 114, 118, 101, 40, 116, 41, 44, 102, 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, 116, 41, 44, 102, 46, 95, 111, 98, 115, 101, 114, 118, 101, 100, 67, 97, 110, 118, 97, 115, 101, 115, 46, 115, 105, 122, 101, 61, 61, 61, 48, 38, 38, 40, 102, 46, 95, 111, 98, 115, 101, 114, 118, 101, 114, 63, 46, 100, 105, 115, 99, 111, 110, 110, 101, 99, 116, 40, 41, 44, 102, 46, 95, 111, 98, 115, 101, 114, 118, 101, 114, 61, 110, 117, 108, 108, 41, 125, 125, 59, 108, 40, 102, 44, 34, 95, 111, 98, 115, 101, 114, 118, 101, 114, 34, 44, 110, 117, 108, 108, 41, 44, 108, 40, 102, 44, 34, 95, 111, 98, 115, 101, 114, 118, 101, 100, 67, 97, 110, 118, 97, 115, 101, 115, 34, 44, 110, 101, 119, 32, 77, 97, 112, 41, 59, 118, 97, 114, 32, 98, 61, 102, 59, 118, 97, 114, 32, 117, 61, 99, 108, 97, 115, 115, 32, 117, 123, 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, 123, 105, 102, 40, 117, 46, 95, 111, 98, 115, 101, 114, 118, 101, 114, 41, 114, 101, 116, 117, 114, 110, 59, 108, 101, 116, 32, 116, 61, 101, 61, 62, 123, 101, 46, 102, 111, 114, 69, 97, 99, 104, 40, 114, 61, 62, 123, 108, 101, 116, 32, 111, 61, 117, 46, 95, 111, 98, 115, 101, 114, 118, 101, 100, 67, 97, 110, 118, 97, 115, 101, 115, 46, 103, 101, 116, 40, 114, 46, 116, 97, 114, 103, 101, 116, 41, 59, 105, 102, 40, 33, 111, 41, 114, 101, 116, 117, 114, 110, 59, 108, 101, 116, 91, 105, 44, 99, 93, 61, 111, 59, 99, 108, 101, 97, 114, 84, 105, 109, 101, 111, 117, 116, 40, 99, 41, 59, 108, 101, 116, 32, 100, 61, 115, 101, 116, 84, 105, 109, 101, 111, 117, 116, 40, 40, 41, 61, 62, 123, 105, 46, 114, 101, 115, 105, 122, 101, 40, 41, 125, 44, 49, 48, 48, 41, 59, 117, 46, 95, 111, 98, 115, 101, 114, 118, 101, 100, 67, 97, 110, 118, 97, 115, 101, 115, 46, 115, 101, 116, 40, 114, 46, 116, 97, 114, 103, 101, 116, 44, 91, 105, 44, 100, 93, 41, 125, 41, 125, 59, 117, 46, 95, 111, 98, 115, 101, 114, 118, 101, 114, 61, 110, 101, 119, 32, 82, 101, 115, 105, 122, 101, 79, 98, 115, 101, 114, 118, 101, 114, 40, 116, 41, 125, 115, 116, 97, 116, 105, 99, 32, 111, 98, 115, 101, 114, 118, 101, 40, 116, 44, 101, 41, 123, 117, 46, 95, 105, 110, 105, 116, 105, 97, 108, 105, 122, 101, 79, 98, 115, 101, 114, 118, 101, 114, 40, 41, 44, 33, 117, 46, 95, 111, 98, 115, 101, 114, 118, 101, 100, 67, 97, 110, 118, 97, 115, 101, 115, 46, 104, 97, 115, 40, 116, 41, 38, 38, 40, 117, 46, 95, 111, 98, 115, 101, 114, 118, 101, 100, 67, 97, 110, 118, 97, 115, 101, 115, 46, 115, 101, 116, 40, 116, 44, 91, 101, 44, 48, 93, 41, 44, 117, 46, 95, 111, 98, 115, 101, 114, 118, 101, 114, 63, 46, 111, 98, 115, 101, 114, 118, 101, 40, 116, 41, 41, 125, 115, 116, 97, 116, 105, 99, 32, 117, 110, 111, 98, 115, 101, 114, 118, 101, 40, 116, 41, 123, 108, 101, 116, 32, 101, 61, 117, 46, 95, 111, 98, 115, 101, 114, 118, 101, 100, 67, 97, 110, 118, 97, 115, 101, 115, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 101, 41, 123, 108, 101, 116, 32, 114, 61, 101, 91, 49, 93, 59, 114, 38, 38, 99, 108, 101, 97, 114, 84, 105, 109, 101, 111, 117, 116, 40, 114, 41, 125, 117, 46, 95, 111, 98, 115, 101, 114, 118, 101, 114, 63, 46, 117, 110, 111, 98, 115, 101, 114, 118, 101, 40, 116, 41, 44, 117, 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, 116, 41, 44, 33, 117, 46, 95, 111, 98, 115, 101, 114, 118, 101, 100, 67, 97, 110, 118, 97, 115, 101, 115, 46, 115, 105, 122, 101, 38, 38, 117, 46, 95, 111, 98, 115, 101, 114, 118, 101, 114, 38, 38, 40, 117, 46, 95, 111, 98, 115, 101, 114, 118, 101, 114, 46, 100, 105, 115, 99, 111, 110, 110, 101, 99, 116, 40, 41, 44, 117, 46, 95, 111, 98, 115, 101, 114, 118, 101, 114, 61, 110, 117, 108, 108, 41, 125, 125, 59, 108, 40, 117, 44, 34, 95, 111, 98, 115, 101, 114, 118, 101, 114, 34, 44, 110, 117, 108, 108, 41, 44, 108, 40, 117, 44, 34, 95, 111, 98, 115, 101, 114, 118, 101, 100, 67, 97, 110, 118, 97, 115, 101, 115, 34, 44, 110, 101, 119, 32, 77, 97, 112, 41, 59, 118, 97, 114, 32, 121, 61, 117, 59, 102, 117, 110, 99, 116, 105, 111, 110, 32, 119, 116, 40, 110, 41, 123, 114, 101, 116, 117, 114, 110, 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, 110, 41, 125, 102, 117, 110, 99, 116, 105, 111, 110, 32, 115, 116, 40, 110, 41, 123, 105, 102, 40, 33, 119, 116, 40, 110, 41, 41, 114, 101, 116, 117, 114, 110, 91, 48, 44, 48, 44, 48, 44, 48, 93, 59, 108, 101, 116, 32, 116, 61, 110, 46, 114, 101, 112, 108, 97, 99, 101, 40, 34, 35, 34, 44, 34, 34, 41, 59, 116, 61, 116, 46, 108, 101, 110, 103, 116, 104, 61, 61, 61, 54, 63, 96, 36, 123, 116, 125, 102, 102, 96, 58, 116, 59, 108, 101, 116, 32, 101, 61, 112, 97, 114, 115, 101, 73, 110, 116, 40, 116, 46, 115, 108, 105, 99, 101, 40, 48, 44, 50, 41, 44, 49, 54, 41, 47, 50, 53, 53, 44, 114, 61, 112, 97, 114, 115, 101, 73, 110, 116, 40, 116, 46, 115, 108, 105, 99, 101, 40, 50, 44, 52, 41, 44, 49, 54, 41, 47, 50, 53, 53, 44, 111, 61, 112, 97, 114, 115, 101, 73, 110, 116, 40, 116, 46, 115, 108, 105, 99, 101, 40, 52, 44, 54, 41, 44, 49, 54, 41, 47, 50, 53, 53, 44, 105, 61, 112, 97, 114, 115, 101, 73, 110, 116, 40, 116, 46, 115, 108, 105, 99, 101, 40, 54, 44, 56, 41, 44, 49, 54, 41, 47, 50, 53, 53, 59, 114, 101, 116, 117, 114, 110, 91, 101, 44, 114, 44, 111, 44, 105, 93, 125, 102, 117, 110, 99, 116, 105, 111, 110, 32, 78, 40, 110, 41, 123, 105, 102, 40, 110, 46, 98, 121, 116, 101, 76, 101, 110, 103, 116, 104, 60, 52, 41, 114, 101, 116, 117, 114, 110, 33, 49, 59, 108, 101, 116, 32, 116, 61, 110, 101, 119, 32, 85, 105, 110, 116, 56, 65, 114, 114, 97, 121, 40, 110, 46, 115, 108, 105, 99, 101, 40, 48, 44, 80, 46, 98, 121, 116, 101, 76, 101, 110, 103, 116, 104, 41, 41, 59, 102, 111, 114, 40, 108, 101, 116, 32, 101, 61, 48, 59, 101, 60, 80, 46, 108, 101, 110, 103, 116, 104, 59, 101, 43, 61, 49, 41, 105, 102, 40, 80, 91, 101, 93, 33, 61, 61, 116, 91, 101, 93, 41, 114, 101, 116, 117, 114, 110, 33, 49, 59, 114, 101, 116, 117, 114, 110, 33, 48, 125, 102, 117, 110, 99, 116, 105, 111, 110, 32, 114, 116, 40, 110, 41, 123, 114, 101, 116, 117, 114, 110, 32, 75, 46, 101, 118, 101, 114, 121, 40, 116, 61, 62, 79, 98, 106, 101, 99, 116, 46, 104, 97, 115, 79, 119, 110, 40, 110, 44, 116, 41, 41, 125, 102, 117, 110, 99, 116, 105, 111, 110, 32, 85, 40, 110, 41, 123, 105, 102, 40, 116, 121, 112, 101, 111, 102, 32, 110, 61, 61, 34, 115, 116, 114, 105, 110, 103, 34, 41, 116, 114, 121, 123, 114, 101, 116, 117, 114, 110, 32, 114, 116, 40, 74, 83, 79, 78, 46, 112, 97, 114, 115, 101, 40, 110, 41, 41, 125, 99, 97, 116, 99, 104, 123, 114, 101, 116, 117, 114, 110, 33, 49, 125, 101, 108, 115, 101, 32, 114, 101, 116, 117, 114, 110, 32, 114, 116, 40, 110, 41, 125, 102, 117, 110, 99, 116, 105, 111, 110, 32, 87, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 49, 43, 40, 40, 103, 63, 119, 105, 110, 100, 111, 119, 46, 100, 101, 118, 105, 99, 101, 80, 105, 120, 101, 108, 82, 97, 116, 105, 111, 58, 49, 41, 45, 49, 41, 42, 89, 125, 102, 117, 110, 99, 116, 105, 111, 110, 32, 82, 40, 110, 41, 123, 108, 101, 116, 32, 116, 61, 110, 46, 103, 101, 116, 66, 111, 117, 110, 100, 105, 110, 103, 67, 108, 105, 101, 110, 116, 82, 101, 99, 116, 40, 41, 44, 101, 61, 119, 105, 110, 100, 111, 119, 46, 105, 110, 110, 101, 114, 72, 101, 105, 103, 104, 116, 124, 124, 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, 44, 114, 61, 119, 105, 110, 100, 111, 119, 46, 105, 110, 110, 101, 114, 87, 105, 100, 116, 104, 124, 124, 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, 59, 114, 101, 116, 117, 114, 110, 33, 40, 116, 46, 98, 111, 116, 116, 111, 109, 60, 48, 124, 124, 116, 46, 116, 111, 112, 62, 101, 124, 124, 116, 46, 114, 105, 103, 104, 116, 60, 48, 124, 124, 116, 46, 108, 101, 102, 116, 62, 114, 41, 125, 102, 117, 110, 99, 116, 105, 111, 110, 32, 77, 40, 110, 41, 123, 108, 101, 116, 32, 116, 61, 110, 46, 116, 97, 114, 103, 101, 116, 59, 105, 102, 40, 116, 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, 123, 108, 101, 116, 32, 101, 61, 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, 105, 102, 40, 101, 46, 119, 105, 100, 116, 104, 61, 61, 61, 48, 124, 124, 101, 46, 104, 101, 105, 103, 104, 116, 61, 61, 61, 48, 124, 124, 116, 46, 119, 105, 100, 116, 104, 61, 61, 61, 48, 124, 124, 116, 46, 104, 101, 105, 103, 104, 116, 61, 61, 61, 48, 41, 114, 101, 116, 117, 114, 110, 32, 110, 117, 108, 108, 59, 108, 101, 116, 32, 114, 61, 116, 46, 119, 105, 100, 116, 104, 47, 101, 46, 119, 105, 100, 116, 104, 44, 111, 61, 116, 46, 104, 101, 105, 103, 104, 116, 47, 101, 46, 104, 101, 105, 103, 104, 116, 44, 105, 61, 40, 110, 46, 99, 108, 105, 101, 110, 116, 88, 45, 101, 46, 108, 101, 102, 116, 41, 42, 114, 44, 99, 61, 40, 110, 46, 99, 108, 105, 101, 110, 116, 89, 45, 101, 46, 116, 111, 112, 41, 42, 111, 59, 114, 101, 116, 117, 114, 110, 33, 78, 117, 109, 98, 101, 114, 46, 105, 115, 70, 105, 110, 105, 116, 101, 40, 105, 41, 124, 124, 33, 78, 117, 109, 98, 101, 114, 46, 105, 115, 70, 105, 110, 105, 116, 101, 40, 99, 41, 124, 124, 78, 117, 109, 98, 101, 114, 46, 105, 115, 78, 97, 78, 40, 105, 41, 124, 124, 78, 117, 109, 98, 101, 114, 46, 105, 115, 78, 97, 78, 40, 99, 41, 63, 110, 117, 108, 108, 58, 123, 120, 58, 105, 44, 121, 58, 99, 125, 125, 114, 101, 116, 117, 114, 110, 32, 110, 117, 108, 108, 125, 102, 117, 110, 99, 116, 105, 111, 110, 32, 111, 116, 40, 110, 41, 123, 108, 101, 116, 32, 116, 61, 110, 46, 114, 101, 112, 108, 97, 99, 101, 40, 34, 79, 112, 101, 110, 85, 114, 108, 58, 32, 34, 44, 34, 34, 41, 44, 101, 61, 116, 46, 105, 110, 100, 101, 120, 79, 102, 40, 34, 32, 124, 32, 84, 97, 114, 103, 101, 116, 58, 32, 34, 41, 44, 114, 44, 111, 59, 101, 61, 61, 61, 45, 49, 63, 40, 114, 61, 116, 44, 111, 61, 34, 95, 98, 108, 97, 110, 107, 34, 41, 58, 40, 114, 61, 116, 46, 115, 117, 98, 115, 116, 114, 105, 110, 103, 40, 48, 44, 101, 41, 44, 111, 61, 116, 46, 115, 117, 98, 115, 116, 114, 105, 110, 103, 40, 101, 43, 49, 49, 41, 41, 44, 119, 105, 110, 100, 111, 119, 46, 111, 112, 101, 110, 40, 114, 44, 111, 41, 125, 102, 117, 110, 99, 116, 105, 111, 110, 32, 105, 116, 40, 110, 44, 116, 44, 101, 41, 123, 108, 101, 116, 32, 114, 61, 110, 117, 108, 108, 44, 111, 61, 116, 59, 97, 115, 121, 110, 99, 32, 102, 117, 110, 99, 116, 105, 111, 110, 32, 105, 40, 100, 41, 123, 97, 119, 97, 105, 116, 32, 110, 40, 123, 109, 111, 100, 117, 108, 101, 95, 111, 114, 95, 112, 97, 116, 104, 58, 100, 125, 41, 125, 97, 115, 121, 110, 99, 32, 102, 117, 110, 99, 116, 105, 111, 110, 32, 99, 40, 100, 41, 123, 108, 101, 116, 32, 104, 61, 97, 119, 97, 105, 116, 32, 102, 101, 116, 99, 104, 40, 100, 41, 59, 105, 102, 40, 33, 104, 46, 111, 107, 41, 116, 104, 114, 111, 119, 32, 110, 101, 119, 32, 69, 114, 114, 111, 114, 40, 96, 102, 101, 116, 99, 104, 32, 36, 123, 100, 125, 32, 114, 101, 115, 112, 111, 110, 100, 101, 100, 32, 119, 105, 116, 104, 32, 36, 123, 104, 46, 115, 116, 97, 116, 117, 115, 125, 32, 36, 123, 104, 46, 115, 116, 97, 116, 117, 115, 84, 101, 120, 116, 125, 96, 41, 59, 108, 101, 116, 32, 107, 61, 97, 119, 97, 105, 116, 32, 104, 46, 97, 114, 114, 97, 121, 66, 117, 102, 102, 101, 114, 40, 41, 59, 97, 119, 97, 105, 116, 32, 110, 40, 123, 109, 111, 100, 117, 108, 101, 95, 111, 114, 95, 112, 97, 116, 104, 58, 107, 125, 41, 125, 114, 101, 116, 117, 114, 110, 123, 108, 111, 97, 100, 40, 41, 123, 105, 102, 40, 33, 114, 41, 123, 108, 101, 116, 32, 100, 61, 111, 44, 104, 61, 101, 59, 114, 61, 40, 97, 115, 121, 110, 99, 40, 41, 61, 62, 123, 108, 101, 116, 32, 107, 44, 106, 59, 116, 114, 121, 123, 97, 119, 97, 105, 116, 32, 105, 40, 100, 41, 59, 114, 101, 116, 117, 114, 110, 125, 99, 97, 116, 99, 104, 40, 118, 41, 123, 107, 61, 118, 44, 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, 100, 125, 58, 32, 36, 123, 118, 46, 109, 101, 115, 115, 97, 103, 101, 125, 96, 41, 44, 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, 104, 125, 96, 41, 125, 116, 114, 121, 123, 97, 119, 97, 105, 116, 32, 105, 40, 104, 41, 59, 114, 101, 116, 117, 114, 110, 125, 99, 97, 116, 99, 104, 40, 118, 41, 123, 106, 61, 118, 44, 99, 111, 110, 115, 111, 108, 101, 46, 119, 97, 114, 110, 40, 96, 66, 97, 99, 107, 117, 112, 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, 104, 125, 58, 32, 36, 123, 118, 46, 109, 101, 115, 115, 97, 103, 101, 125, 96, 41, 125, 99, 111, 110, 115, 111, 108, 101, 46, 119, 97, 114, 110, 40, 34, 82, 101, 116, 114, 121, 105, 110, 103, 32, 87, 65, 83, 77, 32, 108, 111, 97, 100, 32, 119, 105, 116, 104, 32, 98, 117, 102, 102, 101, 114, 101, 100, 32, 105, 110, 115, 116, 97, 110, 116, 105, 97, 116, 105, 111, 110, 34, 41, 59, 116, 114, 121, 123, 97, 119, 97, 105, 116, 32, 99, 40, 100, 41, 59, 114, 101, 116, 117, 114, 110, 125, 99, 97, 116, 99, 104, 40, 118, 41, 123, 99, 111, 110, 115, 111, 108, 101, 46, 119, 97, 114, 110, 40, 96, 66, 117, 102, 102, 101, 114, 101, 100, 32, 87, 65, 83, 77, 32, 108, 111, 97, 100, 32, 102, 114, 111, 109, 32, 36, 123, 100, 125, 32, 102, 97, 105, 108, 101, 100, 58, 32, 36, 123, 118, 46, 109, 101, 115, 115, 97, 103, 101, 125, 96, 41, 125, 116, 114, 121, 123, 97, 119, 97, 105, 116, 32, 99, 40, 104, 41, 59, 114, 101, 116, 117, 114, 110, 125, 99, 97, 116, 99, 104, 40, 118, 41, 123, 116, 104, 114, 111, 119, 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, 107, 46, 109, 101, 115, 115, 97, 103, 101, 125, 96, 41, 44, 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, 106, 46, 109, 101, 115, 115, 97, 103, 101, 125, 96, 41, 44, 99, 111, 110, 115, 111, 108, 101, 46, 101, 114, 114, 111, 114, 40, 96, 66, 117, 102, 102, 101, 114, 101, 100, 32, 102, 97, 108, 108, 98, 97, 99, 107, 32, 102, 97, 105, 108, 101, 100, 58, 32, 36, 123, 118, 46, 109, 101, 115, 115, 97, 103, 101, 125, 96, 41, 44, 114, 61, 110, 117, 108, 108, 44, 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, 125, 125, 41, 40, 41, 125, 114, 101, 116, 117, 114, 110, 32, 114, 125, 44, 115, 101, 116, 87, 97, 115, 109, 85, 114, 108, 40, 100, 41, 123, 100, 33, 61, 61, 111, 38, 38, 40, 111, 61, 100, 44, 114, 61, 110, 117, 108, 108, 41, 125, 125, 125, 118, 97, 114, 32, 71, 61, 105, 116, 40, 110, 116, 44, 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, 122, 125, 64, 36, 123, 36, 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, 44, 96, 104, 116, 116, 112, 115, 58, 47, 47, 117, 110, 112, 107, 103, 46, 99, 111, 109, 47, 36, 123, 122, 125, 64, 36, 123, 36, 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, 44, 72, 61, 110, 61, 62, 123, 115, 119, 105, 116, 99, 104, 40, 110, 41, 123, 99, 97, 115, 101, 34, 114, 101, 118, 101, 114, 115, 101, 34, 58, 114, 101, 116, 117, 114, 110, 32, 119, 46, 82, 101, 118, 101, 114, 115, 101, 59, 99, 97, 115, 101, 34, 98, 111, 117, 110, 99, 101, 34, 58, 114, 101, 116, 117, 114, 110, 32, 119, 46, 66, 111, 117, 110, 99, 101, 59, 99, 97, 115, 101, 34, 114, 101, 118, 101, 114, 115, 101, 45, 98, 111, 117, 110, 99, 101, 34, 58, 114, 101, 116, 117, 114, 110, 32, 119, 46, 82, 101, 118, 101, 114, 115, 101, 66, 111, 117, 110, 99, 101, 59, 100, 101, 102, 97, 117, 108, 116, 58, 114, 101, 116, 117, 114, 110, 32, 119, 46, 70, 111, 114, 119, 97, 114, 100, 125, 125, 44, 97, 116, 61, 110, 61, 62, 123, 115, 119, 105, 116, 99, 104, 40, 110, 41, 123, 99, 97, 115, 101, 32, 119, 46, 82, 101, 118, 101, 114, 115, 101, 58, 114, 101, 116, 117, 114, 110, 34, 114, 101, 118, 101, 114, 115, 101, 34, 59, 99, 97, 115, 101, 32, 119, 46, 66, 111, 117, 110, 99, 101, 58, 114, 101, 116, 117, 114, 110, 34, 98, 111, 117, 110, 99, 101, 34, 59, 99, 97, 115, 101, 32, 119, 46, 82, 101, 118, 101, 114, 115, 101, 66, 111, 117, 110, 99, 101, 58, 114, 101, 116, 117, 114, 110, 34, 114, 101, 118, 101, 114, 115, 101, 45, 98, 111, 117, 110, 99, 101, 34, 59, 100, 101, 102, 97, 117, 108, 116, 58, 114, 101, 116, 117, 114, 110, 34, 102, 111, 114, 119, 97, 114, 100, 34, 125, 125, 44, 98, 116, 61, 110, 61, 62, 123, 115, 119, 105, 116, 99, 104, 40, 110, 41, 123, 99, 97, 115, 101, 34, 99, 111, 110, 116, 97, 105, 110, 34, 58, 114, 101, 116, 117, 114, 110, 34, 99, 111, 110, 116, 97, 105, 110, 34, 59, 99, 97, 115, 101, 34, 99, 111, 118, 101, 114, 34, 58, 114, 101, 116, 117, 114, 110, 34, 99, 111, 118, 101, 114, 34, 59, 99, 97, 115, 101, 34, 102, 105, 108, 108, 34, 58, 114, 101, 116, 117, 114, 110, 34, 102, 105, 108, 108, 34, 59, 99, 97, 115, 101, 34, 102, 105, 116, 45, 104, 101, 105, 103, 104, 116, 34, 58, 114, 101, 116, 117, 114, 110, 34, 102, 105, 116, 45, 104, 101, 105, 103, 104, 116, 34, 59, 99, 97, 115, 101, 34, 102, 105, 116, 45, 119, 105, 100, 116, 104, 34, 58, 114, 101, 116, 117, 114, 110, 34, 102, 105, 116, 45, 119, 105, 100, 116, 104, 34, 59, 99, 97, 115, 101, 34, 110, 111, 110, 101, 34, 58, 114, 101, 116, 117, 114, 110, 34, 110, 111, 110, 101, 34, 59, 100, 101, 102, 97, 117, 108, 116, 58, 114, 101, 116, 117, 114, 110, 34, 99, 111, 110, 116, 97, 105, 110, 34, 125, 125, 44, 67, 61, 99, 108, 97, 115, 115, 123, 99, 111, 110, 115, 116, 114, 117, 99, 116, 111, 114, 40, 116, 41, 123, 108, 40, 116, 104, 105, 115, 44, 34, 95, 99, 97, 110, 118, 97, 115, 34, 44, 110, 117, 108, 108, 41, 59, 108, 40, 116, 104, 105, 115, 44, 34, 95, 112, 101, 110, 100, 105, 110, 103, 76, 111, 97, 100, 34, 44, 110, 117, 108, 108, 41, 59, 108, 40, 116, 104, 105, 115, 44, 34, 95, 99, 111, 110, 116, 101, 120, 116, 34, 44, 110, 117, 108, 108, 41, 59, 108, 40, 116, 104, 105, 115, 44, 34, 95, 101, 118, 101, 110, 116, 77, 97, 110, 97, 103, 101, 114, 34, 41, 59, 108, 40, 116, 104, 105, 115, 44, 34, 95, 97, 110, 105, 109, 97, 116, 105, 111, 110, 70, 114, 97, 109, 101, 73, 100, 34, 44, 110, 117, 108, 108, 41, 59, 108, 40, 116, 104, 105, 115, 44, 34, 95, 102, 114, 97, 109, 101, 77, 97, 110, 97, 103, 101, 114, 34, 41, 59, 108, 40, 116, 104, 105, 115, 44, 34, 95, 98, 111, 117, 110, 100, 65, 110, 105, 109, 97, 116, 105, 111, 110, 76, 111, 111, 112, 34, 41, 59, 108, 40, 116, 104, 105, 115, 44, 34, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 34, 44, 110, 117, 108, 108, 41, 59, 108, 40, 116, 104, 105, 115, 44, 34, 95, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 73, 100, 34, 44, 34, 34, 41, 59, 108, 40, 116, 104, 105, 115, 44, 34, 95, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 67, 111, 110, 102, 105, 103, 34, 44, 110, 117, 108, 108, 41, 59, 108, 40, 116, 104, 105, 115, 44, 34, 95, 105, 115, 83, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 82, 117, 110, 110, 105, 110, 103, 34, 44, 33, 49, 41, 59, 108, 40, 116, 104, 105, 115, 44, 34, 95, 114, 101, 110, 100, 101, 114, 67, 111, 110, 102, 105, 103, 34, 44, 123, 125, 41, 59, 108, 40, 116, 104, 105, 115, 44, 34, 95, 105, 115, 70, 114, 111, 122, 101, 110, 34, 44, 33, 49, 41, 59, 108, 40, 116, 104, 105, 115, 44, 34, 95, 98, 97, 99, 107, 103, 114, 111, 117, 110, 100, 67, 111, 108, 111, 114, 34, 44, 110, 117, 108, 108, 41, 59, 108, 40, 116, 104, 105, 115, 44, 34, 95, 108, 97, 115, 116, 70, 114, 97, 109, 101, 84, 105, 109, 101, 34, 44, 110, 117, 108, 108, 41, 59, 108, 40, 116, 104, 105, 115, 44, 34, 95, 98, 111, 117, 110, 100, 79, 110, 67, 108, 105, 99, 107, 34, 44, 110, 117, 108, 108, 41, 59, 108, 40, 116, 104, 105, 115, 44, 34, 95, 98, 111, 117, 110, 100, 79, 110, 80, 111, 105, 110, 116, 101, 114, 85, 112, 34, 44, 110, 117, 108, 108, 41, 59, 108, 40, 116, 104, 105, 115, 44, 34, 95, 98, 111, 117, 110, 100, 79, 110, 80, 111, 105, 110, 116, 101, 114, 68, 111, 119, 110, 34, 44, 110, 117, 108, 108, 41, 59, 108, 40, 116, 104, 105, 115, 44, 34, 95, 98, 111, 117, 110, 100, 79, 110, 80, 111, 105, 110, 116, 101, 114, 77, 111, 118, 101, 34, 44, 110, 117, 108, 108, 41, 59, 108, 40, 116, 104, 105, 115, 44, 34, 95, 98, 111, 117, 110, 100, 79, 110, 80, 111, 105, 110, 116, 101, 114, 69, 110, 116, 101, 114, 34, 44, 110, 117, 108, 108, 41, 59, 108, 40, 116, 104, 105, 115, 44, 34, 95, 98, 111, 117, 110, 100, 79, 110, 80, 111, 105, 110, 116, 101, 114, 76, 101, 97, 118, 101, 34, 44, 110, 117, 108, 108, 41, 59, 108, 40, 116, 104, 105, 115, 44, 34, 95, 98, 117, 102, 102, 101, 114, 77, 105, 115, 109, 97, 116, 99, 104, 67, 111, 117, 110, 116, 34, 44, 48, 41, 59, 108, 40, 116, 104, 105, 115, 44, 34, 95, 108, 97, 115, 116, 69, 120, 112, 101, 99, 116, 101, 100, 66, 117, 102, 102, 101, 114, 83, 105, 122, 101, 34, 44, 48, 41, 59, 108, 40, 116, 104, 105, 115, 44, 34, 95, 99, 97, 99, 104, 101, 100, 73, 109, 97, 103, 101, 68, 97, 116, 97, 34, 44, 110, 117, 108, 108, 41, 59, 108, 40, 116, 104, 105, 115, 44, 34, 95, 99, 97, 99, 104, 101, 100, 73, 109, 97, 103, 101, 68, 97, 116, 97, 66, 117, 102, 102, 101, 114, 34, 44, 110, 117, 108, 108, 41, 59, 108, 40, 116, 104, 105, 115, 44, 34, 95, 99, 97, 99, 104, 101, 100, 73, 109, 97, 103, 101, 68, 97, 116, 97, 66, 121, 116, 101, 79, 102, 102, 115, 101, 116, 34, 44, 48, 41, 59, 108, 40, 116, 104, 105, 115, 44, 34, 95, 109, 97, 114, 107, 101, 114, 34, 44, 34, 34, 41, 59, 108, 40, 116, 104, 105, 115, 44, 34, 95, 115, 101, 103, 109, 101, 110, 116, 34, 44, 110, 117, 108, 108, 41, 59, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 61, 116, 46, 99, 97, 110, 118, 97, 115, 63, 63, 110, 117, 108, 108, 44, 116, 104, 105, 115, 46, 95, 101, 118, 101, 110, 116, 77, 97, 110, 97, 103, 101, 114, 61, 110, 101, 119, 32, 79, 44, 116, 104, 105, 115, 46, 95, 102, 114, 97, 109, 101, 77, 97, 110, 97, 103, 101, 114, 61, 110, 101, 119, 32, 84, 44, 116, 104, 105, 115, 46, 95, 98, 111, 117, 110, 100, 65, 110, 105, 109, 97, 116, 105, 111, 110, 76, 111, 111, 112, 61, 116, 104, 105, 115, 46, 95, 97, 110, 105, 109, 97, 116, 105, 111, 110, 76, 111, 111, 112, 46, 98, 105, 110, 100, 40, 116, 104, 105, 115, 41, 44, 116, 104, 105, 115, 46, 95, 114, 101, 110, 100, 101, 114, 67, 111, 110, 102, 105, 103, 61, 123, 46, 46, 46, 116, 46, 114, 101, 110, 100, 101, 114, 67, 111, 110, 102, 105, 103, 44, 100, 101, 118, 105, 99, 101, 80, 105, 120, 101, 108, 82, 97, 116, 105, 111, 58, 116, 46, 114, 101, 110, 100, 101, 114, 67, 111, 110, 102, 105, 103, 63, 46, 100, 101, 118, 105, 99, 101, 80, 105, 120, 101, 108, 82, 97, 116, 105, 111, 124, 124, 87, 40, 41, 44, 102, 114, 101, 101, 122, 101, 79, 110, 79, 102, 102, 115, 99, 114, 101, 101, 110, 58, 116, 46, 114, 101, 110, 100, 101, 114, 67, 111, 110, 102, 105, 103, 63, 46, 102, 114, 101, 101, 122, 101, 79, 110, 79, 102, 102, 115, 99, 114, 101, 101, 110, 63, 63, 33, 48, 125, 44, 116, 104, 105, 115, 46, 95, 105, 110, 105, 116, 87, 97, 115, 109, 40, 41, 46, 116, 104, 101, 110, 40, 40, 41, 61, 62, 123, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 61, 116, 104, 105, 115, 46, 95, 99, 114, 101, 97, 116, 101, 67, 111, 114, 101, 40, 41, 44, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 97, 117, 116, 111, 112, 108, 97, 121, 40, 116, 46, 97, 117, 116, 111, 112, 108, 97, 121, 63, 63, 33, 49, 41, 44, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 108, 111, 111, 112, 40, 116, 46, 108, 111, 111, 112, 63, 63, 33, 49, 41, 44, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 108, 111, 111, 112, 95, 99, 111, 117, 110, 116, 40, 116, 46, 108, 111, 111, 112, 67, 111, 117, 110, 116, 63, 63, 48, 41, 44, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 109, 111, 100, 101, 40, 72, 40, 116, 46, 109, 111, 100, 101, 63, 63, 34, 102, 111, 114, 119, 97, 114, 100, 34, 41, 41, 44, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 115, 112, 101, 101, 100, 40, 116, 46, 115, 112, 101, 101, 100, 63, 63, 49, 41, 44, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 117, 115, 101, 95, 102, 114, 97, 109, 101, 95, 105, 110, 116, 101, 114, 112, 111, 108, 97, 116, 105, 111, 110, 40, 116, 46, 117, 115, 101, 70, 114, 97, 109, 101, 73, 110, 116, 101, 114, 112, 111, 108, 97, 116, 105, 111, 110, 63, 63, 33, 48, 41, 44, 116, 46, 115, 101, 103, 109, 101, 110, 116, 38, 38, 116, 46, 115, 101, 103, 109, 101, 110, 116, 46, 108, 101, 110, 103, 116, 104, 61, 61, 61, 50, 38, 38, 40, 116, 104, 105, 115, 46, 95, 115, 101, 103, 109, 101, 110, 116, 61, 91, 116, 46, 115, 101, 103, 109, 101, 110, 116, 91, 48, 93, 44, 116, 46, 115, 101, 103, 109, 101, 110, 116, 91, 49, 93, 93, 44, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 115, 101, 103, 109, 101, 110, 116, 40, 116, 104, 105, 115, 46, 95, 115, 101, 103, 109, 101, 110, 116, 91, 48, 93, 44, 116, 104, 105, 115, 46, 95, 115, 101, 103, 109, 101, 110, 116, 91, 49, 93, 41, 41, 44, 116, 104, 105, 115, 46, 95, 109, 97, 114, 107, 101, 114, 61, 116, 46, 109, 97, 114, 107, 101, 114, 63, 63, 34, 34, 44, 116, 104, 105, 115, 46, 95, 109, 97, 114, 107, 101, 114, 38, 38, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 109, 97, 114, 107, 101, 114, 40, 116, 104, 105, 115, 46, 95, 109, 97, 114, 107, 101, 114, 41, 44, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 108, 97, 121, 111, 117, 116, 40, 116, 46, 108, 97, 121, 111, 117, 116, 63, 46, 102, 105, 116, 63, 63, 34, 99, 111, 110, 116, 97, 105, 110, 34, 44, 116, 46, 108, 97, 121, 111, 117, 116, 63, 46, 97, 108, 105, 103, 110, 63, 46, 91, 48, 93, 63, 63, 46, 53, 44, 116, 46, 108, 97, 121, 111, 117, 116, 63, 46, 97, 108, 105, 103, 110, 63, 46, 91, 49, 93, 63, 63, 46, 53, 41, 44, 116, 104, 105, 115, 46, 95, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 73, 100, 61, 116, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 73, 100, 63, 63, 34, 34, 44, 116, 104, 105, 115, 46, 95, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 67, 111, 110, 102, 105, 103, 61, 116, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 67, 111, 110, 102, 105, 103, 63, 63, 110, 117, 108, 108, 44, 116, 104, 105, 115, 46, 95, 111, 110, 67, 111, 114, 101, 67, 114, 101, 97, 116, 101, 100, 40, 41, 44, 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, 116, 121, 112, 101, 58, 34, 114, 101, 97, 100, 121, 34, 125, 41, 44, 116, 46, 100, 97, 116, 97, 63, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 63, 116, 104, 105, 115, 46, 95, 108, 111, 97, 100, 70, 114, 111, 109, 68, 97, 116, 97, 40, 116, 46, 100, 97, 116, 97, 41, 58, 116, 104, 105, 115, 46, 95, 112, 101, 110, 100, 105, 110, 103, 76, 111, 97, 100, 61, 123, 100, 97, 116, 97, 58, 116, 46, 100, 97, 116, 97, 125, 58, 116, 46, 115, 114, 99, 38, 38, 40, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 63, 116, 104, 105, 115, 46, 95, 108, 111, 97, 100, 70, 114, 111, 109, 83, 114, 99, 40, 116, 46, 115, 114, 99, 41, 58, 116, 104, 105, 115, 46, 95, 112, 101, 110, 100, 105, 110, 103, 76, 111, 97, 100, 61, 123, 115, 114, 99, 58, 116, 46, 115, 114, 99, 125, 41, 44, 116, 46, 98, 97, 99, 107, 103, 114, 111, 117, 110, 100, 67, 111, 108, 111, 114, 38, 38, 116, 104, 105, 115, 46, 115, 101, 116, 66, 97, 99, 107, 103, 114, 111, 117, 110, 100, 67, 111, 108, 111, 114, 40, 116, 46, 98, 97, 99, 107, 103, 114, 111, 117, 110, 100, 67, 111, 108, 111, 114, 41, 125, 41, 46, 99, 97, 116, 99, 104, 40, 101, 61, 62, 123, 99, 111, 110, 115, 111, 108, 101, 46, 101, 114, 114, 111, 114, 40, 34, 91, 100, 111, 116, 108, 111, 116, 116, 105, 101, 45, 119, 101, 98, 93, 32, 73, 110, 105, 116, 105, 97, 108, 105, 122, 97, 116, 105, 111, 110, 32, 102, 97, 105, 108, 101, 100, 58, 34, 44, 101, 41, 44, 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, 116, 121, 112, 101, 58, 34, 108, 111, 97, 100, 69, 114, 114, 111, 114, 34, 44, 101, 114, 114, 111, 114, 58, 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, 125, 96, 41, 125, 41, 125, 41, 125, 97, 115, 121, 110, 99, 32, 95, 105, 110, 105, 116, 87, 97, 115, 109, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 71, 46, 108, 111, 97, 100, 40, 41, 125, 95, 99, 114, 101, 97, 116, 101, 67, 111, 114, 101, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 110, 101, 119, 32, 70, 125, 95, 111, 110, 67, 111, 114, 101, 67, 114, 101, 97, 116, 101, 100, 40, 41, 123, 125, 95, 115, 101, 116, 117, 112, 84, 97, 114, 103, 101, 116, 40, 116, 44, 101, 41, 123, 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, 63, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 117, 112, 95, 115, 119, 95, 116, 97, 114, 103, 101, 116, 40, 116, 44, 101, 41, 58, 33, 49, 125, 95, 100, 114, 97, 105, 110, 80, 108, 97, 121, 101, 114, 69, 118, 101, 110, 116, 115, 40, 123, 115, 107, 105, 112, 70, 114, 97, 109, 101, 58, 116, 61, 33, 49, 125, 61, 123, 125, 41, 123, 105, 102, 40, 33, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 41, 114, 101, 116, 117, 114, 110, 59, 108, 101, 116, 32, 101, 59, 102, 111, 114, 40, 59, 40, 101, 61, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 112, 111, 108, 108, 95, 101, 118, 101, 110, 116, 40, 41, 41, 33, 61, 61, 110, 117, 108, 108, 38, 38, 101, 33, 61, 61, 118, 111, 105, 100, 32, 48, 59, 41, 123, 108, 101, 116, 32, 114, 61, 101, 59, 115, 119, 105, 116, 99, 104, 40, 114, 46, 116, 121, 112, 101, 41, 123, 99, 97, 115, 101, 34, 76, 111, 97, 100, 34, 58, 115, 101, 116, 84, 105, 109, 101, 111, 117, 116, 40, 40, 41, 61, 62, 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, 116, 121, 112, 101, 58, 34, 108, 111, 97, 100, 34, 125, 41, 44, 48, 41, 59, 98, 114, 101, 97, 107, 59, 99, 97, 115, 101, 34, 76, 111, 97, 100, 69, 114, 114, 111, 114, 34, 58, 115, 101, 116, 84, 105, 109, 101, 111, 117, 116, 40, 40, 41, 61, 62, 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, 116, 121, 112, 101, 58, 34, 108, 111, 97, 100, 69, 114, 114, 111, 114, 34, 44, 101, 114, 114, 111, 114, 58, 110, 101, 119, 32, 69, 114, 114, 111, 114, 40, 34, 102, 97, 105, 108, 101, 100, 32, 116, 111, 32, 108, 111, 97, 100, 34, 41, 125, 41, 44, 48, 41, 59, 98, 114, 101, 97, 107, 59, 99, 97, 115, 101, 34, 80, 108, 97, 121, 34, 58, 113, 117, 101, 117, 101, 77, 105, 99, 114, 111, 116, 97, 115, 107, 40, 40, 41, 61, 62, 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, 116, 121, 112, 101, 58, 34, 112, 108, 97, 121, 34, 125, 41, 41, 59, 98, 114, 101, 97, 107, 59, 99, 97, 115, 101, 34, 80, 97, 117, 115, 101, 34, 58, 113, 117, 101, 117, 101, 77, 105, 99, 114, 111, 116, 97, 115, 107, 40, 40, 41, 61, 62, 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, 116, 121, 112, 101, 58, 34, 112, 97, 117, 115, 101, 34, 125, 41, 41, 59, 98, 114, 101, 97, 107, 59, 99, 97, 115, 101, 34, 83, 116, 111, 112, 34, 58, 113, 117, 101, 117, 101, 77, 105, 99, 114, 111, 116, 97, 115, 107, 40, 40, 41, 61, 62, 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, 116, 121, 112, 101, 58, 34, 115, 116, 111, 112, 34, 125, 41, 41, 59, 98, 114, 101, 97, 107, 59, 99, 97, 115, 101, 34, 70, 114, 97, 109, 101, 34, 58, 116, 124, 124, 113, 117, 101, 117, 101, 77, 105, 99, 114, 111, 116, 97, 115, 107, 40, 40, 41, 61, 62, 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, 116, 121, 112, 101, 58, 34, 102, 114, 97, 109, 101, 34, 44, 99, 117, 114, 114, 101, 110, 116, 70, 114, 97, 109, 101, 58, 114, 46, 102, 114, 97, 109, 101, 78, 111, 63, 63, 48, 125, 41, 41, 59, 98, 114, 101, 97, 107, 59, 99, 97, 115, 101, 34, 82, 101, 110, 100, 101, 114, 34, 58, 116, 124, 124, 113, 117, 101, 117, 101, 77, 105, 99, 114, 111, 116, 97, 115, 107, 40, 40, 41, 61, 62, 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, 116, 121, 112, 101, 58, 34, 114, 101, 110, 100, 101, 114, 34, 44, 99, 117, 114, 114, 101, 110, 116, 70, 114, 97, 109, 101, 58, 114, 46, 102, 114, 97, 109, 101, 78, 111, 63, 63, 48, 125, 41, 41, 59, 98, 114, 101, 97, 107, 59, 99, 97, 115, 101, 34, 76, 111, 111, 112, 34, 58, 113, 117, 101, 117, 101, 77, 105, 99, 114, 111, 116, 97, 115, 107, 40, 40, 41, 61, 62, 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, 116, 121, 112, 101, 58, 34, 108, 111, 111, 112, 34, 44, 108, 111, 111, 112, 67, 111, 117, 110, 116, 58, 114, 46, 108, 111, 111, 112, 67, 111, 117, 110, 116, 63, 63, 48, 125, 41, 41, 59, 98, 114, 101, 97, 107, 59, 99, 97, 115, 101, 34, 67, 111, 109, 112, 108, 101, 116, 101, 34, 58, 113, 117, 101, 117, 101, 77, 105, 99, 114, 111, 116, 97, 115, 107, 40, 40, 41, 61, 62, 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, 116, 121, 112, 101, 58, 34, 99, 111, 109, 112, 108, 101, 116, 101, 34, 125, 41, 41, 59, 98, 114, 101, 97, 107, 59, 100, 101, 102, 97, 117, 108, 116, 58, 98, 114, 101, 97, 107, 125, 125, 125, 95, 100, 114, 97, 105, 110, 83, 109, 69, 118, 101, 110, 116, 115, 40, 41, 123, 105, 102, 40, 33, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 41, 114, 101, 116, 117, 114, 110, 59, 108, 101, 116, 32, 116, 59, 102, 111, 114, 40, 59, 40, 116, 61, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 109, 95, 112, 111, 108, 108, 95, 101, 118, 101, 110, 116, 40, 41, 41, 33, 61, 61, 110, 117, 108, 108, 38, 38, 116, 33, 61, 61, 118, 111, 105, 100, 32, 48, 59, 41, 123, 108, 101, 116, 32, 114, 61, 116, 59, 115, 119, 105, 116, 99, 104, 40, 114, 46, 116, 121, 112, 101, 41, 123, 99, 97, 115, 101, 34, 83, 116, 97, 114, 116, 34, 58, 113, 117, 101, 117, 101, 77, 105, 99, 114, 111, 116, 97, 115, 107, 40, 40, 41, 61, 62, 123, 116, 104, 105, 115, 46, 95, 105, 115, 83, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 82, 117, 110, 110, 105, 110, 103, 61, 33, 48, 44, 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, 116, 121, 112, 101, 58, 34, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 116, 97, 114, 116, 34, 125, 41, 44, 116, 104, 105, 115, 46, 95, 115, 116, 97, 114, 116, 65, 110, 105, 109, 97, 116, 105, 111, 110, 76, 111, 111, 112, 40, 41, 125, 41, 59, 98, 114, 101, 97, 107, 59, 99, 97, 115, 101, 34, 83, 116, 111, 112, 34, 58, 113, 117, 101, 117, 101, 77, 105, 99, 114, 111, 116, 97, 115, 107, 40, 40, 41, 61, 62, 123, 116, 104, 105, 115, 46, 95, 105, 115, 83, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 82, 117, 110, 110, 105, 110, 103, 61, 33, 49, 44, 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, 116, 121, 112, 101, 58, 34, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 116, 111, 112, 34, 125, 41, 44, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 63, 46, 105, 115, 95, 112, 108, 97, 121, 105, 110, 103, 40, 41, 124, 124, 116, 104, 105, 115, 46, 95, 115, 116, 111, 112, 65, 110, 105, 109, 97, 116, 105, 111, 110, 76, 111, 111, 112, 40, 41, 125, 41, 59, 98, 114, 101, 97, 107, 59, 99, 97, 115, 101, 34, 67, 117, 115, 116, 111, 109, 69, 118, 101, 110, 116, 34, 58, 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, 116, 121, 112, 101, 58, 34, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 67, 117, 115, 116, 111, 109, 69, 118, 101, 110, 116, 34, 44, 101, 118, 101, 110, 116, 78, 97, 109, 101, 58, 114, 46, 109, 101, 115, 115, 97, 103, 101, 63, 63, 34, 34, 125, 41, 59, 98, 114, 101, 97, 107, 59, 99, 97, 115, 101, 34, 66, 111, 111, 108, 101, 97, 110, 73, 110, 112, 117, 116, 67, 104, 97, 110, 103, 101, 34, 58, 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, 116, 121, 112, 101, 58, 34, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 66, 111, 111, 108, 101, 97, 110, 73, 110, 112, 117, 116, 86, 97, 108, 117, 101, 67, 104, 97, 110, 103, 101, 34, 44, 105, 110, 112, 117, 116, 78, 97, 109, 101, 58, 114, 46, 110, 97, 109, 101, 63, 63, 34, 34, 44, 110, 101, 119, 86, 97, 108, 117, 101, 58, 114, 46, 110, 101, 119, 86, 97, 108, 117, 101, 44, 111, 108, 100, 86, 97, 108, 117, 101, 58, 114, 46, 111, 108, 100, 86, 97, 108, 117, 101, 125, 41, 59, 98, 114, 101, 97, 107, 59, 99, 97, 115, 101, 34, 78, 117, 109, 101, 114, 105, 99, 73, 110, 112, 117, 116, 67, 104, 97, 110, 103, 101, 34, 58, 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, 116, 121, 112, 101, 58, 34, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 78, 117, 109, 101, 114, 105, 99, 73, 110, 112, 117, 116, 86, 97, 108, 117, 101, 67, 104, 97, 110, 103, 101, 34, 44, 105, 110, 112, 117, 116, 78, 97, 109, 101, 58, 114, 46, 110, 97, 109, 101, 63, 63, 34, 34, 44, 110, 101, 119, 86, 97, 108, 117, 101, 58, 114, 46, 110, 101, 119, 86, 97, 108, 117, 101, 44, 111, 108, 100, 86, 97, 108, 117, 101, 58, 114, 46, 111, 108, 100, 86, 97, 108, 117, 101, 125, 41, 59, 98, 114, 101, 97, 107, 59, 99, 97, 115, 101, 34, 83, 116, 114, 105, 110, 103, 73, 110, 112, 117, 116, 67, 104, 97, 110, 103, 101, 34, 58, 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, 116, 121, 112, 101, 58, 34, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 116, 114, 105, 110, 103, 73, 110, 112, 117, 116, 86, 97, 108, 117, 101, 67, 104, 97, 110, 103, 101, 34, 44, 105, 110, 112, 117, 116, 78, 97, 109, 101, 58, 114, 46, 110, 97, 109, 101, 63, 63, 34, 34, 44, 110, 101, 119, 86, 97, 108, 117, 101, 58, 114, 46, 110, 101, 119, 86, 97, 108, 117, 101, 44, 111, 108, 100, 86, 97, 108, 117, 101, 58, 114, 46, 111, 108, 100, 86, 97, 108, 117, 101, 125, 41, 59, 98, 114, 101, 97, 107, 59, 99, 97, 115, 101, 34, 73, 110, 112, 117, 116, 70, 105, 114, 101, 100, 34, 58, 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, 116, 121, 112, 101, 58, 34, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 73, 110, 112, 117, 116, 70, 105, 114, 101, 100, 34, 44, 105, 110, 112, 117, 116, 78, 97, 109, 101, 58, 114, 46, 110, 97, 109, 101, 63, 63, 34, 34, 125, 41, 59, 98, 114, 101, 97, 107, 59, 99, 97, 115, 101, 34, 84, 114, 97, 110, 115, 105, 116, 105, 111, 110, 34, 58, 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, 116, 121, 112, 101, 58, 34, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 84, 114, 97, 110, 115, 105, 116, 105, 111, 110, 34, 44, 102, 114, 111, 109, 83, 116, 97, 116, 101, 58, 114, 46, 112, 114, 101, 118, 105, 111, 117, 115, 83, 116, 97, 116, 101, 63, 63, 34, 34, 44, 116, 111, 83, 116, 97, 116, 101, 58, 114, 46, 110, 101, 119, 83, 116, 97, 116, 101, 63, 63, 34, 34, 125, 41, 59, 98, 114, 101, 97, 107, 59, 99, 97, 115, 101, 34, 83, 116, 97, 116, 101, 69, 110, 116, 101, 114, 101, 100, 34, 58, 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, 116, 121, 112, 101, 58, 34, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 116, 97, 116, 101, 69, 110, 116, 101, 114, 101, 100, 34, 44, 115, 116, 97, 116, 101, 58, 114, 46, 115, 116, 97, 116, 101, 63, 63, 34, 34, 125, 41, 59, 98, 114, 101, 97, 107, 59, 99, 97, 115, 101, 34, 83, 116, 97, 116, 101, 69, 120, 105, 116, 34, 58, 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, 116, 121, 112, 101, 58, 34, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 116, 97, 116, 101, 69, 120, 105, 116, 34, 44, 115, 116, 97, 116, 101, 58, 114, 46, 115, 116, 97, 116, 101, 63, 63, 34, 34, 125, 41, 59, 98, 114, 101, 97, 107, 59, 99, 97, 115, 101, 34, 69, 114, 114, 111, 114, 34, 58, 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, 116, 121, 112, 101, 58, 34, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 69, 114, 114, 111, 114, 34, 44, 101, 114, 114, 111, 114, 58, 114, 46, 109, 101, 115, 115, 97, 103, 101, 63, 63, 34, 34, 125, 41, 59, 98, 114, 101, 97, 107, 59, 100, 101, 102, 97, 117, 108, 116, 58, 98, 114, 101, 97, 107, 125, 125, 108, 101, 116, 32, 101, 59, 102, 111, 114, 40, 59, 40, 101, 61, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 109, 95, 112, 111, 108, 108, 95, 105, 110, 116, 101, 114, 110, 97, 108, 95, 101, 118, 101, 110, 116, 40, 41, 41, 33, 61, 61, 110, 117, 108, 108, 38, 38, 101, 33, 61, 61, 118, 111, 105, 100, 32, 48, 59, 41, 123, 108, 101, 116, 32, 114, 61, 101, 59, 105, 102, 40, 114, 46, 116, 121, 112, 101, 61, 61, 61, 34, 77, 101, 115, 115, 97, 103, 101, 34, 41, 123, 108, 101, 116, 32, 111, 61, 114, 46, 109, 101, 115, 115, 97, 103, 101, 63, 63, 34, 34, 59, 103, 38, 38, 111, 46, 115, 116, 97, 114, 116, 115, 87, 105, 116, 104, 40, 34, 79, 112, 101, 110, 85, 114, 108, 58, 32, 34, 41, 63, 111, 116, 40, 111, 41, 58, 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, 116, 121, 112, 101, 58, 34, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 73, 110, 116, 101, 114, 110, 97, 108, 77, 101, 115, 115, 97, 103, 101, 34, 44, 109, 101, 115, 115, 97, 103, 101, 58, 111, 125, 41, 125, 125, 125, 95, 100, 105, 115, 112, 97, 116, 99, 104, 69, 114, 114, 111, 114, 40, 116, 41, 123, 99, 111, 110, 115, 111, 108, 101, 46, 101, 114, 114, 111, 114, 40, 116, 41, 44, 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, 116, 121, 112, 101, 58, 34, 108, 111, 97, 100, 69, 114, 114, 111, 114, 34, 44, 101, 114, 114, 111, 114, 58, 110, 101, 119, 32, 69, 114, 114, 111, 114, 40, 116, 41, 125, 41, 125, 97, 115, 121, 110, 99, 32, 95, 102, 101, 116, 99, 104, 68, 97, 116, 97, 40, 116, 41, 123, 108, 101, 116, 32, 101, 61, 97, 119, 97, 105, 116, 32, 102, 101, 116, 99, 104, 40, 116, 41, 59, 105, 102, 40, 33, 101, 46, 111, 107, 41, 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, 116, 125, 46, 32, 36, 123, 101, 46, 115, 116, 97, 116, 117, 115, 125, 58, 32, 36, 123, 101, 46, 115, 116, 97, 116, 117, 115, 84, 101, 120, 116, 125, 96, 41, 59, 108, 101, 116, 32, 114, 61, 97, 119, 97, 105, 116, 32, 101, 46, 97, 114, 114, 97, 121, 66, 117, 102, 102, 101, 114, 40, 41, 59, 114, 101, 116, 117, 114, 110, 32, 78, 40, 114, 41, 63, 114, 58, 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, 114, 41, 125, 95, 108, 111, 97, 100, 70, 114, 111, 109, 68, 97, 116, 97, 40, 116, 41, 123, 105, 102, 40, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 61, 61, 61, 110, 117, 108, 108, 41, 114, 101, 116, 117, 114, 110, 59, 105, 102, 40, 33, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 41, 123, 99, 111, 110, 115, 111, 108, 101, 46, 119, 97, 114, 110, 40, 34, 91, 100, 111, 116, 108, 111, 116, 116, 105, 101, 45, 119, 101, 98, 93, 32, 67, 97, 110, 110, 111, 116, 32, 108, 111, 97, 100, 32, 97, 110, 105, 109, 97, 116, 105, 111, 110, 32, 119, 105, 116, 104, 111, 117, 116, 32, 99, 97, 110, 118, 97, 115, 46, 32, 67, 97, 108, 108, 32, 115, 101, 116, 67, 97, 110, 118, 97, 115, 40, 41, 32, 102, 105, 114, 115, 116, 46, 34, 41, 59, 114, 101, 116, 117, 114, 110, 125, 108, 101, 116, 32, 101, 61, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 46, 119, 105, 100, 116, 104, 44, 114, 61, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 46, 104, 101, 105, 103, 104, 116, 59, 116, 104, 105, 115, 46, 95, 115, 101, 116, 117, 112, 84, 97, 114, 103, 101, 116, 40, 101, 44, 114, 41, 59, 108, 101, 116, 32, 111, 61, 33, 49, 59, 105, 102, 40, 116, 121, 112, 101, 111, 102, 32, 116, 61, 61, 34, 115, 116, 114, 105, 110, 103, 34, 41, 123, 105, 102, 40, 33, 85, 40, 116, 41, 41, 123, 116, 104, 105, 115, 46, 95, 100, 105, 115, 112, 97, 116, 99, 104, 69, 114, 114, 111, 114, 40, 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, 41, 59, 114, 101, 116, 117, 114, 110, 125, 111, 61, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 108, 111, 97, 100, 95, 97, 110, 105, 109, 97, 116, 105, 111, 110, 40, 116, 41, 125, 101, 108, 115, 101, 32, 105, 102, 40, 116, 32, 105, 110, 115, 116, 97, 110, 99, 101, 111, 102, 32, 65, 114, 114, 97, 121, 66, 117, 102, 102, 101, 114, 41, 123, 105, 102, 40, 33, 78, 40, 116, 41, 41, 123, 116, 104, 105, 115, 46, 95, 100, 105, 115, 112, 97, 116, 99, 104, 69, 114, 114, 111, 114, 40, 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, 41, 59, 114, 101, 116, 117, 114, 110, 125, 111, 61, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 108, 111, 97, 100, 95, 100, 111, 116, 108, 111, 116, 116, 105, 101, 95, 100, 97, 116, 97, 40, 110, 101, 119, 32, 85, 105, 110, 116, 56, 65, 114, 114, 97, 121, 40, 116, 41, 41, 125, 101, 108, 115, 101, 32, 105, 102, 40, 116, 121, 112, 101, 111, 102, 32, 116, 61, 61, 34, 111, 98, 106, 101, 99, 116, 34, 41, 123, 105, 102, 40, 33, 85, 40, 116, 41, 41, 123, 116, 104, 105, 115, 46, 95, 100, 105, 115, 112, 97, 116, 99, 104, 69, 114, 114, 111, 114, 40, 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, 41, 59, 114, 101, 116, 117, 114, 110, 125, 111, 61, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 108, 111, 97, 100, 95, 97, 110, 105, 109, 97, 116, 105, 111, 110, 40, 74, 83, 79, 78, 46, 115, 116, 114, 105, 110, 103, 105, 102, 121, 40, 116, 41, 41, 125, 101, 108, 115, 101, 123, 116, 104, 105, 115, 46, 95, 100, 105, 115, 112, 97, 116, 99, 104, 69, 114, 114, 111, 114, 40, 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, 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, 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, 116, 125, 96, 41, 59, 114, 101, 116, 117, 114, 110, 125, 105, 102, 40, 111, 41, 123, 105, 102, 40, 116, 104, 105, 115, 46, 95, 114, 101, 110, 100, 101, 114, 67, 111, 110, 102, 105, 103, 46, 113, 117, 97, 108, 105, 116, 121, 33, 61, 61, 118, 111, 105, 100, 32, 48, 38, 38, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 113, 117, 97, 108, 105, 116, 121, 40, 116, 104, 105, 115, 46, 95, 114, 101, 110, 100, 101, 114, 67, 111, 110, 102, 105, 103, 46, 113, 117, 97, 108, 105, 116, 121, 41, 44, 103, 38, 38, 116, 104, 105, 115, 46, 114, 101, 115, 105, 122, 101, 40, 41, 44, 116, 104, 105, 115, 46, 95, 100, 114, 97, 105, 110, 80, 108, 97, 121, 101, 114, 69, 118, 101, 110, 116, 115, 40, 123, 115, 107, 105, 112, 70, 114, 97, 109, 101, 58, 33, 33, 116, 104, 105, 115, 46, 95, 109, 97, 114, 107, 101, 114, 124, 124, 33, 33, 116, 104, 105, 115, 46, 95, 115, 101, 103, 109, 101, 110, 116, 125, 41, 44, 116, 104, 105, 115, 46, 95, 109, 97, 114, 107, 101, 114, 38, 38, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 109, 97, 114, 107, 101, 114, 40, 116, 104, 105, 115, 46, 95, 109, 97, 114, 107, 101, 114, 41, 44, 116, 104, 105, 115, 46, 95, 115, 101, 103, 109, 101, 110, 116, 41, 123, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 115, 101, 103, 109, 101, 110, 116, 40, 116, 104, 105, 115, 46, 95, 115, 101, 103, 109, 101, 110, 116, 91, 48, 93, 44, 116, 104, 105, 115, 46, 95, 115, 101, 103, 109, 101, 110, 116, 91, 49, 93, 41, 59, 108, 101, 116, 32, 105, 61, 97, 116, 40, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 109, 111, 100, 101, 40, 41, 41, 44, 99, 61, 105, 61, 61, 61, 34, 114, 101, 118, 101, 114, 115, 101, 34, 124, 124, 105, 61, 61, 61, 34, 114, 101, 118, 101, 114, 115, 101, 45, 98, 111, 117, 110, 99, 101, 34, 63, 116, 104, 105, 115, 46, 95, 115, 101, 103, 109, 101, 110, 116, 91, 49, 93, 58, 116, 104, 105, 115, 46, 95, 115, 101, 103, 109, 101, 110, 116, 91, 48, 93, 59, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 102, 114, 97, 109, 101, 40, 99, 41, 125, 115, 101, 116, 84, 105, 109, 101, 111, 117, 116, 40, 40, 41, 61, 62, 123, 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, 116, 121, 112, 101, 58, 34, 102, 114, 97, 109, 101, 34, 44, 99, 117, 114, 114, 101, 110, 116, 70, 114, 97, 109, 101, 58, 116, 104, 105, 115, 46, 99, 117, 114, 114, 101, 110, 116, 70, 114, 97, 109, 101, 125, 41, 125, 44, 48, 41, 44, 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, 44, 116, 104, 105, 115, 46, 95, 100, 114, 97, 105, 110, 80, 108, 97, 121, 101, 114, 69, 118, 101, 110, 116, 115, 40, 41, 44, 116, 104, 105, 115, 46, 95, 100, 114, 97, 119, 40, 41, 44, 116, 104, 105, 115, 46, 95, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 73, 100, 63, 116, 104, 105, 115, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 76, 111, 97, 100, 40, 116, 104, 105, 115, 46, 95, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 73, 100, 41, 38, 38, 116, 104, 105, 115, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 116, 97, 114, 116, 40, 41, 38, 38, 116, 104, 105, 115, 46, 95, 115, 116, 97, 114, 116, 65, 110, 105, 109, 97, 116, 105, 111, 110, 76, 111, 111, 112, 40, 41, 58, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 105, 115, 95, 112, 108, 97, 121, 105, 110, 103, 40, 41, 38, 38, 116, 104, 105, 115, 46, 95, 115, 116, 97, 114, 116, 65, 110, 105, 109, 97, 116, 105, 111, 110, 76, 111, 111, 112, 40, 41, 44, 103, 38, 38, 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, 38, 38, 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, 38, 38, 40, 98, 46, 111, 98, 115, 101, 114, 118, 101, 40, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 44, 116, 104, 105, 115, 41, 44, 82, 40, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 41, 124, 124, 116, 104, 105, 115, 46, 102, 114, 101, 101, 122, 101, 40, 41, 41, 44, 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, 38, 38, 121, 46, 111, 98, 115, 101, 114, 118, 101, 40, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 44, 116, 104, 105, 115, 41, 41, 125, 101, 108, 115, 101, 32, 116, 104, 105, 115, 46, 95, 100, 114, 97, 105, 110, 80, 108, 97, 121, 101, 114, 69, 118, 101, 110, 116, 115, 40, 41, 125, 95, 108, 111, 97, 100, 70, 114, 111, 109, 83, 114, 99, 40, 116, 41, 123, 116, 104, 105, 115, 46, 95, 102, 101, 116, 99, 104, 68, 97, 116, 97, 40, 116, 41, 46, 116, 104, 101, 110, 40, 101, 61, 62, 116, 104, 105, 115, 46, 95, 108, 111, 97, 100, 70, 114, 111, 109, 68, 97, 116, 97, 40, 101, 41, 41, 46, 99, 97, 116, 99, 104, 40, 101, 61, 62, 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, 116, 125, 46, 32, 36, 123, 101, 125, 96, 41, 41, 125, 103, 101, 116, 32, 98, 117, 102, 102, 101, 114, 40, 41, 123, 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, 63, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 103, 101, 116, 95, 112, 105, 120, 101, 108, 95, 98, 117, 102, 102, 101, 114, 40, 41, 58, 110, 117, 108, 108, 125, 103, 101, 116, 32, 97, 99, 116, 105, 118, 101, 65, 110, 105, 109, 97, 116, 105, 111, 110, 73, 100, 40, 41, 123, 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, 63, 46, 97, 110, 105, 109, 97, 116, 105, 111, 110, 95, 105, 100, 40, 41, 63, 63, 118, 111, 105, 100, 32, 48, 125, 103, 101, 116, 32, 97, 99, 116, 105, 118, 101, 84, 104, 101, 109, 101, 73, 100, 40, 41, 123, 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, 63, 46, 116, 104, 101, 109, 101, 95, 105, 100, 40, 41, 63, 63, 118, 111, 105, 100, 32, 48, 125, 103, 101, 116, 32, 108, 97, 121, 111, 117, 116, 40, 41, 123, 105, 102, 40, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 41, 114, 101, 116, 117, 114, 110, 123, 97, 108, 105, 103, 110, 58, 91, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 108, 97, 121, 111, 117, 116, 95, 97, 108, 105, 103, 110, 95, 120, 40, 41, 44, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 108, 97, 121, 111, 117, 116, 95, 97, 108, 105, 103, 110, 95, 121, 40, 41, 93, 44, 102, 105, 116, 58, 98, 116, 40, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 108, 97, 121, 111, 117, 116, 95, 102, 105, 116, 40, 41, 41, 125, 125, 103, 101, 116, 32, 109, 97, 114, 107, 101, 114, 40, 41, 123, 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, 63, 46, 99, 117, 114, 114, 101, 110, 116, 95, 109, 97, 114, 107, 101, 114, 40, 41, 63, 63, 34, 34, 125, 103, 101, 116, 32, 109, 97, 110, 105, 102, 101, 115, 116, 40, 41, 123, 116, 114, 121, 123, 108, 101, 116, 32, 116, 61, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 63, 46, 109, 97, 110, 105, 102, 101, 115, 116, 95, 115, 116, 114, 105, 110, 103, 40, 41, 59, 105, 102, 40, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 61, 61, 61, 110, 117, 108, 108, 124, 124, 33, 116, 41, 114, 101, 116, 117, 114, 110, 32, 110, 117, 108, 108, 59, 108, 101, 116, 32, 101, 61, 74, 83, 79, 78, 46, 112, 97, 114, 115, 101, 40, 116, 41, 59, 114, 101, 116, 117, 114, 110, 32, 79, 98, 106, 101, 99, 116, 46, 107, 101, 121, 115, 40, 101, 41, 46, 108, 101, 110, 103, 116, 104, 61, 61, 61, 48, 63, 110, 117, 108, 108, 58, 101, 125, 99, 97, 116, 99, 104, 123, 114, 101, 116, 117, 114, 110, 32, 110, 117, 108, 108, 125, 125, 103, 101, 116, 32, 114, 101, 110, 100, 101, 114, 67, 111, 110, 102, 105, 103, 40, 41, 123, 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, 125, 103, 101, 116, 32, 115, 101, 103, 109, 101, 110, 116, 40, 41, 123, 105, 102, 40, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 41, 114, 101, 116, 117, 114, 110, 91, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 103, 109, 101, 110, 116, 95, 115, 116, 97, 114, 116, 40, 41, 44, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 103, 109, 101, 110, 116, 95, 101, 110, 100, 40, 41, 93, 125, 103, 101, 116, 32, 108, 111, 111, 112, 40, 41, 123, 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, 63, 46, 108, 111, 111, 112, 95, 97, 110, 105, 109, 97, 116, 105, 111, 110, 40, 41, 63, 63, 33, 49, 125, 103, 101, 116, 32, 109, 111, 100, 101, 40, 41, 123, 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, 63, 97, 116, 40, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 109, 111, 100, 101, 40, 41, 41, 58, 34, 102, 111, 114, 119, 97, 114, 100, 34, 125, 103, 101, 116, 32, 105, 115, 70, 114, 111, 122, 101, 110, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 116, 104, 105, 115, 46, 95, 105, 115, 70, 114, 111, 122, 101, 110, 125, 103, 101, 116, 32, 105, 115, 83, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 82, 117, 110, 110, 105, 110, 103, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 116, 104, 105, 115, 46, 95, 105, 115, 83, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 82, 117, 110, 110, 105, 110, 103, 125, 103, 101, 116, 32, 98, 97, 99, 107, 103, 114, 111, 117, 110, 100, 67, 111, 108, 111, 114, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 116, 104, 105, 115, 46, 95, 98, 97, 99, 107, 103, 114, 111, 117, 110, 100, 67, 111, 108, 111, 114, 63, 63, 34, 34, 125, 103, 101, 116, 32, 97, 117, 116, 111, 112, 108, 97, 121, 40, 41, 123, 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, 63, 46, 97, 117, 116, 111, 112, 108, 97, 121, 40, 41, 63, 63, 33, 49, 125, 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, 123, 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, 63, 46, 117, 115, 101, 95, 102, 114, 97, 109, 101, 95, 105, 110, 116, 101, 114, 112, 111, 108, 97, 116, 105, 111, 110, 40, 41, 63, 63, 33, 49, 125, 103, 101, 116, 32, 115, 112, 101, 101, 100, 40, 41, 123, 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, 63, 46, 115, 112, 101, 101, 100, 40, 41, 63, 63, 48, 125, 103, 101, 116, 32, 105, 115, 82, 101, 97, 100, 121, 40, 41, 123, 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, 33, 61, 61, 110, 117, 108, 108, 125, 103, 101, 116, 32, 105, 115, 76, 111, 97, 100, 101, 100, 40, 41, 123, 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, 63, 46, 105, 115, 95, 108, 111, 97, 100, 101, 100, 40, 41, 63, 63, 33, 49, 125, 103, 101, 116, 32, 105, 115, 80, 108, 97, 121, 105, 110, 103, 40, 41, 123, 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, 63, 46, 105, 115, 95, 112, 108, 97, 121, 105, 110, 103, 40, 41, 63, 63, 33, 49, 125, 103, 101, 116, 32, 105, 115, 80, 97, 117, 115, 101, 100, 40, 41, 123, 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, 63, 46, 105, 115, 95, 112, 97, 117, 115, 101, 100, 40, 41, 63, 63, 33, 49, 125, 103, 101, 116, 32, 105, 115, 83, 116, 111, 112, 112, 101, 100, 40, 41, 123, 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, 63, 46, 105, 115, 95, 115, 116, 111, 112, 112, 101, 100, 40, 41, 63, 63, 33, 49, 125, 103, 101, 116, 32, 99, 117, 114, 114, 101, 110, 116, 70, 114, 97, 109, 101, 40, 41, 123, 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, 63, 77, 97, 116, 104, 46, 114, 111, 117, 110, 100, 40, 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, 95, 102, 114, 97, 109, 101, 40, 41, 42, 49, 48, 48, 41, 47, 49, 48, 48, 58, 48, 125, 103, 101, 116, 32, 108, 111, 111, 112, 67, 111, 117, 110, 116, 40, 41, 123, 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, 63, 46, 99, 117, 114, 114, 101, 110, 116, 95, 108, 111, 111, 112, 95, 99, 111, 117, 110, 116, 40, 41, 63, 63, 48, 125, 103, 101, 116, 32, 116, 111, 116, 97, 108, 70, 114, 97, 109, 101, 115, 40, 41, 123, 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, 63, 46, 116, 111, 116, 97, 108, 95, 102, 114, 97, 109, 101, 115, 40, 41, 63, 63, 48, 125, 103, 101, 116, 32, 100, 117, 114, 97, 116, 105, 111, 110, 40, 41, 123, 114, 101, 116, 117, 114, 110, 40, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 63, 46, 100, 117, 114, 97, 116, 105, 111, 110, 40, 41, 63, 63, 48, 41, 47, 49, 101, 51, 125, 103, 101, 116, 32, 99, 97, 110, 118, 97, 115, 40, 41, 123, 114, 101, 116, 117, 114, 110, 32, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 125, 108, 111, 97, 100, 40, 116, 41, 123, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 33, 61, 61, 110, 117, 108, 108, 38, 38, 40, 116, 104, 105, 115, 46, 95, 115, 116, 111, 112, 65, 110, 105, 109, 97, 116, 105, 111, 110, 76, 111, 111, 112, 40, 41, 44, 116, 104, 105, 115, 46, 95, 99, 108, 101, 97, 110, 117, 112, 67, 97, 110, 118, 97, 115, 40, 41, 44, 116, 104, 105, 115, 46, 95, 105, 115, 70, 114, 111, 122, 101, 110, 61, 33, 49, 44, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 97, 117, 116, 111, 112, 108, 97, 121, 40, 116, 46, 97, 117, 116, 111, 112, 108, 97, 121, 63, 63, 33, 49, 41, 44, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 108, 111, 111, 112, 40, 116, 46, 108, 111, 111, 112, 63, 63, 33, 49, 41, 44, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 108, 111, 111, 112, 95, 99, 111, 117, 110, 116, 40, 116, 46, 108, 111, 111, 112, 67, 111, 117, 110, 116, 63, 63, 48, 41, 44, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 109, 111, 100, 101, 40, 72, 40, 116, 46, 109, 111, 100, 101, 63, 63, 34, 102, 111, 114, 119, 97, 114, 100, 34, 41, 41, 44, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 115, 112, 101, 101, 100, 40, 116, 46, 115, 112, 101, 101, 100, 63, 63, 49, 41, 44, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 117, 115, 101, 95, 102, 114, 97, 109, 101, 95, 105, 110, 116, 101, 114, 112, 111, 108, 97, 116, 105, 111, 110, 40, 116, 46, 117, 115, 101, 70, 114, 97, 109, 101, 73, 110, 116, 101, 114, 112, 111, 108, 97, 116, 105, 111, 110, 63, 63, 33, 48, 41, 44, 116, 46, 115, 101, 103, 109, 101, 110, 116, 38, 38, 116, 46, 115, 101, 103, 109, 101, 110, 116, 46, 108, 101, 110, 103, 116, 104, 61, 61, 61, 50, 63, 40, 116, 104, 105, 115, 46, 95, 115, 101, 103, 109, 101, 110, 116, 61, 91, 116, 46, 115, 101, 103, 109, 101, 110, 116, 91, 48, 93, 44, 116, 46, 115, 101, 103, 109, 101, 110, 116, 91, 49, 93, 93, 44, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 115, 101, 103, 109, 101, 110, 116, 40, 116, 104, 105, 115, 46, 95, 115, 101, 103, 109, 101, 110, 116, 91, 48, 93, 44, 116, 104, 105, 115, 46, 95, 115, 101, 103, 109, 101, 110, 116, 91, 49, 93, 41, 41, 58, 40, 116, 104, 105, 115, 46, 95, 115, 101, 103, 109, 101, 110, 116, 61, 110, 117, 108, 108, 44, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 99, 108, 101, 97, 114, 95, 115, 101, 103, 109, 101, 110, 116, 40, 41, 41, 44, 116, 104, 105, 115, 46, 95, 109, 97, 114, 107, 101, 114, 61, 116, 46, 109, 97, 114, 107, 101, 114, 63, 63, 34, 34, 44, 116, 104, 105, 115, 46, 95, 109, 97, 114, 107, 101, 114, 63, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 109, 97, 114, 107, 101, 114, 40, 116, 104, 105, 115, 46, 95, 109, 97, 114, 107, 101, 114, 41, 58, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 99, 108, 101, 97, 114, 95, 109, 97, 114, 107, 101, 114, 40, 41, 44, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 108, 97, 121, 111, 117, 116, 40, 116, 46, 108, 97, 121, 111, 117, 116, 63, 46, 102, 105, 116, 63, 63, 34, 99, 111, 110, 116, 97, 105, 110, 34, 44, 116, 46, 108, 97, 121, 111, 117, 116, 63, 46, 97, 108, 105, 103, 110, 63, 46, 91, 48, 93, 63, 63, 46, 53, 44, 116, 46, 108, 97, 121, 111, 117, 116, 63, 46, 97, 108, 105, 103, 110, 63, 46, 91, 49, 93, 63, 63, 46, 53, 41, 44, 116, 46, 100, 97, 116, 97, 63, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 63, 116, 104, 105, 115, 46, 95, 108, 111, 97, 100, 70, 114, 111, 109, 68, 97, 116, 97, 40, 116, 46, 100, 97, 116, 97, 41, 58, 116, 104, 105, 115, 46, 95, 112, 101, 110, 100, 105, 110, 103, 76, 111, 97, 100, 61, 123, 100, 97, 116, 97, 58, 116, 46, 100, 97, 116, 97, 125, 58, 116, 46, 115, 114, 99, 38, 38, 40, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 63, 116, 104, 105, 115, 46, 95, 108, 111, 97, 100, 70, 114, 111, 109, 83, 114, 99, 40, 116, 46, 115, 114, 99, 41, 58, 116, 104, 105, 115, 46, 95, 112, 101, 110, 100, 105, 110, 103, 76, 111, 97, 100, 61, 123, 115, 114, 99, 58, 116, 46, 115, 114, 99, 125, 41, 44, 116, 46, 98, 97, 99, 107, 103, 114, 111, 117, 110, 100, 67, 111, 108, 111, 114, 38, 38, 116, 104, 105, 115, 46, 115, 101, 116, 66, 97, 99, 107, 103, 114, 111, 117, 110, 100, 67, 111, 108, 111, 114, 40, 116, 46, 98, 97, 99, 107, 103, 114, 111, 117, 110, 100, 67, 111, 108, 111, 114, 41, 41, 125, 95, 100, 114, 97, 119, 40, 41, 123, 105, 102, 40, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 61, 61, 61, 110, 117, 108, 108, 124, 124, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 61, 61, 61, 110, 117, 108, 108, 124, 124, 40, 33, 116, 104, 105, 115, 46, 95, 99, 111, 110, 116, 101, 120, 116, 38, 38, 34, 103, 101, 116, 67, 111, 110, 116, 101, 120, 116, 34, 105, 110, 32, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 38, 38, 116, 121, 112, 101, 111, 102, 32, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 46, 103, 101, 116, 67, 111, 110, 116, 101, 120, 116, 61, 61, 34, 102, 117, 110, 99, 116, 105, 111, 110, 34, 38, 38, 40, 116, 121, 112, 101, 111, 102, 32, 72, 84, 77, 76, 67, 97, 110, 118, 97, 115, 69, 108, 101, 109, 101, 110, 116, 60, 34, 117, 34, 38, 38, 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, 124, 124, 116, 121, 112, 101, 111, 102, 32, 79, 102, 102, 115, 99, 114, 101, 101, 110, 67, 97, 110, 118, 97, 115, 60, 34, 117, 34, 38, 38, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 32, 105, 110, 115, 116, 97, 110, 99, 101, 111, 102, 32, 79, 102, 102, 115, 99, 114, 101, 101, 110, 67, 97, 110, 118, 97, 115, 41, 38, 38, 40, 116, 104, 105, 115, 46, 95, 99, 111, 110, 116, 101, 120, 116, 61, 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, 41, 44, 33, 116, 104, 105, 115, 46, 95, 99, 111, 110, 116, 101, 120, 116, 41, 41, 114, 101, 116, 117, 114, 110, 59, 108, 101, 116, 32, 116, 61, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 103, 101, 116, 95, 112, 105, 120, 101, 108, 95, 98, 117, 102, 102, 101, 114, 40, 41, 44, 101, 61, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 46, 119, 105, 100, 116, 104, 44, 114, 61, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 46, 104, 101, 105, 103, 104, 116, 44, 111, 61, 101, 42, 114, 42, 88, 59, 105, 102, 40, 116, 46, 98, 121, 116, 101, 76, 101, 110, 103, 116, 104, 33, 61, 61, 111, 41, 123, 116, 104, 105, 115, 46, 95, 108, 97, 115, 116, 69, 120, 112, 101, 99, 116, 101, 100, 66, 117, 102, 102, 101, 114, 83, 105, 122, 101, 61, 61, 61, 111, 63, 116, 104, 105, 115, 46, 95, 98, 117, 102, 102, 101, 114, 77, 105, 115, 109, 97, 116, 99, 104, 67, 111, 117, 110, 116, 43, 61, 49, 58, 40, 116, 104, 105, 115, 46, 95, 98, 117, 102, 102, 101, 114, 77, 105, 115, 109, 97, 116, 99, 104, 67, 111, 117, 110, 116, 61, 49, 44, 116, 104, 105, 115, 46, 95, 108, 97, 115, 116, 69, 120, 112, 101, 99, 116, 101, 100, 66, 117, 102, 102, 101, 114, 83, 105, 122, 101, 61, 111, 41, 44, 116, 104, 105, 115, 46, 95, 98, 117, 102, 102, 101, 114, 77, 105, 115, 109, 97, 116, 99, 104, 67, 111, 117, 110, 116, 61, 61, 61, 49, 48, 38, 38, 99, 111, 110, 115, 111, 108, 101, 46, 119, 97, 114, 110, 40, 96, 91, 100, 111, 116, 108, 111, 116, 116, 105, 101, 45, 119, 101, 98, 93, 32, 80, 101, 114, 115, 105, 115, 116, 101, 110, 116, 32, 98, 117, 102, 102, 101, 114, 32, 115, 105, 122, 101, 32, 109, 105, 115, 109, 97, 116, 99, 104, 32, 100, 101, 116, 101, 99, 116, 101, 100, 46, 32, 69, 120, 112, 101, 99, 116, 101, 100, 32, 36, 123, 111, 125, 32, 98, 121, 116, 101, 115, 32, 102, 111, 114, 32, 99, 97, 110, 118, 97, 115, 32, 36, 123, 101, 125, 120, 36, 123, 114, 125, 44, 32, 98, 117, 116, 32, 103, 111, 116, 32, 36, 123, 116, 46, 98, 121, 116, 101, 76, 101, 110, 103, 116, 104, 125, 32, 98, 121, 116, 101, 115, 46, 32, 84, 104, 105, 115, 32, 109, 97, 121, 32, 105, 110, 100, 105, 99, 97, 116, 101, 32, 97, 32, 87, 65, 83, 77, 32, 109, 101, 109, 111, 114, 121, 32, 97, 108, 108, 111, 99, 97, 116, 105, 111, 110, 32, 105, 115, 115, 117, 101, 32, 111, 114, 32, 105, 110, 118, 97, 108, 105, 100, 32, 99, 97, 110, 118, 97, 115, 32, 100, 105, 109, 101, 110, 115, 105, 111, 110, 115, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 125, 116, 104, 105, 115, 46, 95, 98, 117, 102, 102, 101, 114, 77, 105, 115, 109, 97, 116, 99, 104, 67, 111, 117, 110, 116, 61, 48, 44, 116, 104, 105, 115, 46, 95, 108, 97, 115, 116, 69, 120, 112, 101, 99, 116, 101, 100, 66, 117, 102, 102, 101, 114, 83, 105, 122, 101, 61, 111, 59, 108, 101, 116, 32, 105, 61, 116, 104, 105, 115, 46, 95, 99, 97, 99, 104, 101, 100, 73, 109, 97, 103, 101, 68, 97, 116, 97, 59, 105, 102, 40, 33, 40, 105, 33, 61, 61, 110, 117, 108, 108, 38, 38, 105, 46, 119, 105, 100, 116, 104, 61, 61, 61, 101, 38, 38, 105, 46, 104, 101, 105, 103, 104, 116, 61, 61, 61, 114, 38, 38, 105, 46, 100, 97, 116, 97, 46, 98, 121, 116, 101, 76, 101, 110, 103, 116, 104, 61, 61, 61, 111, 38, 38, 116, 104, 105, 115, 46, 95, 99, 97, 99, 104, 101, 100, 73, 109, 97, 103, 101, 68, 97, 116, 97, 66, 117, 102, 102, 101, 114, 61, 61, 61, 116, 46, 98, 117, 102, 102, 101, 114, 38, 38, 116, 104, 105, 115, 46, 95, 99, 97, 99, 104, 101, 100, 73, 109, 97, 103, 101, 68, 97, 116, 97, 66, 121, 116, 101, 79, 102, 102, 115, 101, 116, 61, 61, 61, 116, 46, 98, 121, 116, 101, 79, 102, 102, 115, 101, 116, 41, 41, 123, 105, 102, 40, 116, 121, 112, 101, 111, 102, 32, 73, 109, 97, 103, 101, 68, 97, 116, 97, 62, 34, 117, 34, 41, 116, 104, 105, 115, 46, 95, 99, 97, 99, 104, 101, 100, 73, 109, 97, 103, 101, 68, 97, 116, 97, 61, 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, 101, 44, 114, 41, 59, 101, 108, 115, 101, 123, 108, 101, 116, 32, 100, 61, 110, 101, 119, 32, 85, 105, 110, 116, 56, 67, 108, 97, 109, 112, 101, 100, 65, 114, 114, 97, 121, 40, 116, 46, 98, 117, 102, 102, 101, 114, 44, 116, 46, 98, 121, 116, 101, 79, 102, 102, 115, 101, 116, 44, 116, 46, 98, 121, 116, 101, 76, 101, 110, 103, 116, 104, 41, 59, 116, 104, 105, 115, 46, 95, 99, 97, 99, 104, 101, 100, 73, 109, 97, 103, 101, 68, 97, 116, 97, 61, 110, 101, 119, 32, 73, 109, 97, 103, 101, 68, 97, 116, 97, 40, 100, 44, 101, 44, 114, 41, 125, 116, 104, 105, 115, 46, 95, 99, 97, 99, 104, 101, 100, 73, 109, 97, 103, 101, 68, 97, 116, 97, 66, 117, 102, 102, 101, 114, 61, 116, 46, 98, 117, 102, 102, 101, 114, 44, 116, 104, 105, 115, 46, 95, 99, 97, 99, 104, 101, 100, 73, 109, 97, 103, 101, 68, 97, 116, 97, 66, 121, 116, 101, 79, 102, 102, 115, 101, 116, 61, 116, 46, 98, 121, 116, 101, 79, 102, 102, 115, 101, 116, 125, 105, 102, 40, 116, 121, 112, 101, 111, 102, 32, 73, 109, 97, 103, 101, 68, 97, 116, 97, 62, 34, 117, 34, 41, 123, 108, 101, 116, 32, 100, 61, 110, 101, 119, 32, 85, 105, 110, 116, 56, 67, 108, 97, 109, 112, 101, 100, 65, 114, 114, 97, 121, 40, 116, 46, 98, 117, 102, 102, 101, 114, 44, 116, 46, 98, 121, 116, 101, 79, 102, 102, 115, 101, 116, 44, 116, 46, 98, 121, 116, 101, 76, 101, 110, 103, 116, 104, 41, 59, 116, 104, 105, 115, 46, 95, 99, 97, 99, 104, 101, 100, 73, 109, 97, 103, 101, 68, 97, 116, 97, 46, 100, 97, 116, 97, 46, 115, 101, 116, 40, 100, 41, 125, 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, 116, 104, 105, 115, 46, 95, 99, 97, 99, 104, 101, 100, 73, 109, 97, 103, 101, 68, 97, 116, 97, 44, 48, 44, 48, 41, 125, 95, 99, 108, 101, 97, 110, 117, 112, 67, 97, 110, 118, 97, 115, 40, 41, 123, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 38, 38, 103, 38, 38, 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, 38, 38, 40, 98, 46, 117, 110, 111, 98, 115, 101, 114, 118, 101, 40, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 41, 44, 121, 46, 117, 110, 111, 98, 115, 101, 114, 118, 101, 40, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 41, 44, 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, 41, 125, 95, 105, 110, 105, 116, 105, 97, 108, 105, 122, 101, 67, 97, 110, 118, 97, 115, 40, 41, 123, 116, 104, 105, 115, 46, 95, 115, 101, 116, 117, 112, 82, 101, 110, 100, 101, 114, 101, 114, 79, 110, 67, 97, 110, 118, 97, 115, 40, 41, 44, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 38, 38, 103, 38, 38, 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, 38, 38, 116, 104, 105, 115, 46, 105, 115, 76, 111, 97, 100, 101, 100, 38, 38, 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, 38, 38, 40, 98, 46, 111, 98, 115, 101, 114, 118, 101, 40, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 44, 116, 104, 105, 115, 41, 44, 82, 40, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 41, 124, 124, 116, 104, 105, 115, 46, 102, 114, 101, 101, 122, 101, 40, 41, 41, 44, 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, 38, 38, 121, 46, 111, 98, 115, 101, 114, 118, 101, 40, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 44, 116, 104, 105, 115, 41, 44, 116, 104, 105, 115, 46, 95, 105, 115, 83, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 82, 117, 110, 110, 105, 110, 103, 38, 38, 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, 41, 44, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 38, 38, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 38, 38, 116, 104, 105, 115, 46, 105, 115, 76, 111, 97, 100, 101, 100, 38, 38, 116, 104, 105, 115, 46, 95, 115, 101, 116, 117, 112, 84, 97, 114, 103, 101, 116, 40, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 46, 119, 105, 100, 116, 104, 44, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 46, 104, 101, 105, 103, 104, 116, 41, 38, 38, 40, 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, 44, 116, 104, 105, 115, 46, 95, 100, 114, 97, 119, 40, 41, 41, 125, 95, 115, 101, 116, 117, 112, 82, 101, 110, 100, 101, 114, 101, 114, 79, 110, 67, 97, 110, 118, 97, 115, 40, 41, 123, 116, 104, 105, 115, 46, 95, 99, 111, 110, 116, 101, 120, 116, 61, 110, 117, 108, 108, 125, 95, 115, 116, 111, 112, 65, 110, 105, 109, 97, 116, 105, 111, 110, 76, 111, 111, 112, 40, 41, 123, 116, 104, 105, 115, 46, 95, 97, 110, 105, 109, 97, 116, 105, 111, 110, 70, 114, 97, 109, 101, 73, 100, 33, 61, 61, 110, 117, 108, 108, 38, 38, 40, 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, 44, 116, 104, 105, 115, 46, 95, 97, 110, 105, 109, 97, 116, 105, 111, 110, 70, 114, 97, 109, 101, 73, 100, 61, 110, 117, 108, 108, 41, 44, 116, 104, 105, 115, 46, 95, 108, 97, 115, 116, 70, 114, 97, 109, 101, 84, 105, 109, 101, 61, 110, 117, 108, 108, 125, 95, 115, 116, 97, 114, 116, 65, 110, 105, 109, 97, 116, 105, 111, 110, 76, 111, 111, 112, 40, 41, 123, 116, 104, 105, 115, 46, 95, 97, 110, 105, 109, 97, 116, 105, 111, 110, 70, 114, 97, 109, 101, 73, 100, 61, 61, 61, 110, 117, 108, 108, 38, 38, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 38, 38, 33, 116, 104, 105, 115, 46, 95, 105, 115, 70, 114, 111, 122, 101, 110, 38, 38, 40, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 105, 115, 95, 112, 108, 97, 121, 105, 110, 103, 40, 41, 124, 124, 116, 104, 105, 115, 46, 95, 105, 115, 83, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 82, 117, 110, 110, 105, 110, 103, 41, 38, 38, 40, 116, 104, 105, 115, 46, 95, 97, 110, 105, 109, 97, 116, 105, 111, 110, 70, 114, 97, 109, 101, 73, 100, 61, 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, 98, 111, 117, 110, 100, 65, 110, 105, 109, 97, 116, 105, 111, 110, 76, 111, 111, 112, 41, 41, 125, 95, 97, 110, 105, 109, 97, 116, 105, 111, 110, 76, 111, 111, 112, 40, 116, 41, 123, 105, 102, 40, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 61, 61, 61, 110, 117, 108, 108, 41, 123, 116, 104, 105, 115, 46, 95, 115, 116, 111, 112, 65, 110, 105, 109, 97, 116, 105, 111, 110, 76, 111, 111, 112, 40, 41, 59, 114, 101, 116, 117, 114, 110, 125, 105, 102, 40, 33, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 105, 115, 95, 112, 108, 97, 121, 105, 110, 103, 40, 41, 38, 38, 33, 116, 104, 105, 115, 46, 95, 105, 115, 83, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 82, 117, 110, 110, 105, 110, 103, 41, 123, 116, 104, 105, 115, 46, 95, 115, 116, 111, 112, 65, 110, 105, 109, 97, 116, 105, 111, 110, 76, 111, 111, 112, 40, 41, 59, 114, 101, 116, 117, 114, 110, 125, 116, 114, 121, 123, 108, 101, 116, 32, 101, 61, 116, 104, 105, 115, 46, 95, 108, 97, 115, 116, 70, 114, 97, 109, 101, 84, 105, 109, 101, 33, 61, 61, 110, 117, 108, 108, 63, 116, 45, 116, 104, 105, 115, 46, 95, 108, 97, 115, 116, 70, 114, 97, 109, 101, 84, 105, 109, 101, 58, 48, 59, 116, 104, 105, 115, 46, 95, 108, 97, 115, 116, 70, 114, 97, 109, 101, 84, 105, 109, 101, 61, 116, 59, 108, 101, 116, 32, 114, 61, 116, 104, 105, 115, 46, 95, 105, 115, 83, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 82, 117, 110, 110, 105, 110, 103, 63, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 109, 95, 116, 105, 99, 107, 40, 101, 41, 58, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 116, 105, 99, 107, 40, 101, 41, 59, 116, 104, 105, 115, 46, 95, 105, 115, 83, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 82, 117, 110, 110, 105, 110, 103, 63, 116, 104, 105, 115, 46, 95, 100, 114, 97, 105, 110, 83, 109, 69, 118, 101, 110, 116, 115, 40, 41, 58, 116, 104, 105, 115, 46, 95, 100, 114, 97, 105, 110, 80, 108, 97, 121, 101, 114, 69, 118, 101, 110, 116, 115, 40, 41, 44, 114, 38, 38, 116, 104, 105, 115, 46, 95, 100, 114, 97, 119, 40, 41, 44, 116, 104, 105, 115, 46, 95, 97, 110, 105, 109, 97, 116, 105, 111, 110, 70, 114, 97, 109, 101, 73, 100, 61, 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, 98, 111, 117, 110, 100, 65, 110, 105, 109, 97, 116, 105, 111, 110, 76, 111, 111, 112, 41, 125, 99, 97, 116, 99, 104, 40, 101, 41, 123, 99, 111, 110, 115, 111, 108, 101, 46, 101, 114, 114, 111, 114, 40, 34, 69, 114, 114, 111, 114, 32, 105, 110, 32, 97, 110, 105, 109, 97, 116, 105, 111, 110, 32, 102, 114, 97, 109, 101, 58, 34, 44, 101, 41, 44, 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, 116, 121, 112, 101, 58, 34, 114, 101, 110, 100, 101, 114, 69, 114, 114, 111, 114, 34, 44, 101, 114, 114, 111, 114, 58, 101, 125, 41, 44, 101, 32, 105, 110, 115, 116, 97, 110, 99, 101, 111, 102, 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, 38, 38, 116, 104, 105, 115, 46, 100, 101, 115, 116, 114, 111, 121, 40, 41, 125, 125, 112, 108, 97, 121, 40, 41, 123, 105, 102, 40, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 61, 61, 61, 110, 117, 108, 108, 124, 124, 33, 116, 104, 105, 115, 46, 105, 115, 76, 111, 97, 100, 101, 100, 41, 114, 101, 116, 117, 114, 110, 59, 116, 104, 105, 115, 46, 95, 115, 116, 111, 112, 65, 110, 105, 109, 97, 116, 105, 111, 110, 76, 111, 111, 112, 40, 41, 59, 108, 101, 116, 32, 116, 61, 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, 116, 104, 105, 115, 46, 95, 100, 114, 97, 105, 110, 80, 108, 97, 121, 101, 114, 69, 118, 101, 110, 116, 115, 40, 41, 44, 40, 116, 124, 124, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 105, 115, 95, 112, 108, 97, 121, 105, 110, 103, 40, 41, 41, 38, 38, 40, 116, 104, 105, 115, 46, 95, 105, 115, 70, 114, 111, 122, 101, 110, 61, 33, 49, 44, 116, 104, 105, 115, 46, 95, 115, 116, 97, 114, 116, 65, 110, 105, 109, 97, 116, 105, 111, 110, 76, 111, 111, 112, 40, 41, 41, 44, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 38, 38, 103, 38, 38, 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, 38, 38, 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, 38, 38, 33, 82, 40, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 41, 38, 38, 116, 104, 105, 115, 46, 102, 114, 101, 101, 122, 101, 40, 41, 125, 112, 97, 117, 115, 101, 40, 41, 123, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 33, 61, 61, 110, 117, 108, 108, 38, 38, 40, 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, 44, 116, 104, 105, 115, 46, 95, 100, 114, 97, 105, 110, 80, 108, 97, 121, 101, 114, 69, 118, 101, 110, 116, 115, 40, 41, 44, 116, 104, 105, 115, 46, 95, 115, 116, 111, 112, 65, 110, 105, 109, 97, 116, 105, 111, 110, 76, 111, 111, 112, 40, 41, 41, 125, 115, 116, 111, 112, 40, 41, 123, 105, 102, 40, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 61, 61, 61, 110, 117, 108, 108, 41, 114, 101, 116, 117, 114, 110, 59, 108, 101, 116, 32, 116, 61, 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, 116, 104, 105, 115, 46, 95, 100, 114, 97, 105, 110, 80, 108, 97, 121, 101, 114, 69, 118, 101, 110, 116, 115, 40, 41, 44, 116, 104, 105, 115, 46, 95, 115, 116, 111, 112, 65, 110, 105, 109, 97, 116, 105, 111, 110, 76, 111, 111, 112, 40, 41, 44, 116, 38, 38, 40, 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, 116, 121, 112, 101, 58, 34, 102, 114, 97, 109, 101, 34, 44, 99, 117, 114, 114, 101, 110, 116, 70, 114, 97, 109, 101, 58, 116, 104, 105, 115, 46, 99, 117, 114, 114, 101, 110, 116, 70, 114, 97, 109, 101, 125, 41, 44, 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, 44, 116, 104, 105, 115, 46, 95, 100, 114, 97, 119, 40, 41, 41, 125, 115, 101, 116, 70, 114, 97, 109, 101, 40, 116, 41, 123, 105, 102, 40, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 61, 61, 61, 110, 117, 108, 108, 41, 114, 101, 116, 117, 114, 110, 59, 105, 102, 40, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 102, 114, 97, 109, 101, 40, 116, 41, 41, 123, 108, 101, 116, 32, 114, 61, 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, 116, 104, 105, 115, 46, 95, 100, 114, 97, 105, 110, 80, 108, 97, 121, 101, 114, 69, 118, 101, 110, 116, 115, 40, 41, 44, 114, 38, 38, 116, 104, 105, 115, 46, 95, 100, 114, 97, 119, 40, 41, 125, 125, 115, 101, 116, 83, 112, 101, 101, 100, 40, 116, 41, 123, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 33, 61, 61, 110, 117, 108, 108, 38, 38, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 115, 112, 101, 101, 100, 40, 116, 41, 125, 115, 101, 116, 66, 97, 99, 107, 103, 114, 111, 117, 110, 100, 67, 111, 108, 111, 114, 40, 116, 41, 123, 105, 102, 40, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 33, 61, 61, 110, 117, 108, 108, 41, 123, 105, 102, 40, 103, 38, 38, 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, 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, 61, 116, 59, 101, 108, 115, 101, 123, 108, 101, 116, 91, 101, 44, 114, 44, 111, 44, 105, 93, 61, 115, 116, 40, 116, 41, 59, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 98, 97, 99, 107, 103, 114, 111, 117, 110, 100, 40, 101, 44, 114, 44, 111, 44, 105, 41, 125, 116, 104, 105, 115, 46, 95, 98, 97, 99, 107, 103, 114, 111, 117, 110, 100, 67, 111, 108, 111, 114, 61, 116, 125, 125, 115, 101, 116, 76, 111, 111, 112, 40, 116, 41, 123, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 33, 61, 61, 110, 117, 108, 108, 38, 38, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 108, 111, 111, 112, 40, 116, 41, 125, 115, 101, 116, 76, 111, 111, 112, 67, 111, 117, 110, 116, 40, 116, 41, 123, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 33, 61, 61, 110, 117, 108, 108, 38, 38, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 108, 111, 111, 112, 95, 99, 111, 117, 110, 116, 40, 116, 41, 125, 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, 116, 41, 123, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 33, 61, 61, 110, 117, 108, 108, 38, 38, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 117, 115, 101, 95, 102, 114, 97, 109, 101, 95, 105, 110, 116, 101, 114, 112, 111, 108, 97, 116, 105, 111, 110, 40, 116, 41, 125, 97, 100, 100, 69, 118, 101, 110, 116, 76, 105, 115, 116, 101, 110, 101, 114, 40, 116, 44, 101, 41, 123, 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, 44, 101, 41, 125, 114, 101, 109, 111, 118, 101, 69, 118, 101, 110, 116, 76, 105, 115, 116, 101, 110, 101, 114, 40, 116, 44, 101, 41, 123, 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, 44, 101, 41, 125, 100, 101, 115, 116, 114, 111, 121, 40, 41, 123, 116, 104, 105, 115, 46, 95, 115, 116, 111, 112, 65, 110, 105, 109, 97, 116, 105, 111, 110, 76, 111, 111, 112, 40, 41, 44, 116, 104, 105, 115, 46, 95, 105, 115, 83, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 82, 117, 110, 110, 105, 110, 103, 61, 33, 49, 44, 116, 104, 105, 115, 46, 95, 99, 108, 101, 97, 110, 117, 112, 67, 97, 110, 118, 97, 115, 40, 41, 59, 108, 101, 116, 32, 116, 61, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 59, 105, 102, 40, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 61, 110, 117, 108, 108, 44, 116, 104, 105, 115, 46, 95, 99, 111, 110, 116, 101, 120, 116, 61, 110, 117, 108, 108, 44, 116, 41, 116, 114, 121, 123, 116, 46, 102, 114, 101, 101, 40, 41, 125, 99, 97, 116, 99, 104, 40, 101, 41, 123, 99, 111, 110, 115, 111, 108, 101, 46, 119, 97, 114, 110, 40, 34, 91, 100, 111, 116, 108, 111, 116, 116, 105, 101, 45, 119, 101, 98, 93, 32, 69, 114, 114, 111, 114, 32, 102, 114, 101, 101, 105, 110, 103, 32, 119, 97, 115, 109, 32, 99, 111, 114, 101, 32, 100, 117, 114, 105, 110, 103, 32, 100, 101, 115, 116, 114, 111, 121, 58, 34, 44, 101, 41, 125, 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, 116, 121, 112, 101, 58, 34, 100, 101, 115, 116, 114, 111, 121, 34, 125, 41, 44, 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, 44, 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, 125, 102, 114, 101, 101, 122, 101, 40, 41, 123, 116, 104, 105, 115, 46, 95, 97, 110, 105, 109, 97, 116, 105, 111, 110, 70, 114, 97, 109, 101, 73, 100, 33, 61, 61, 110, 117, 108, 108, 38, 38, 40, 116, 104, 105, 115, 46, 95, 115, 116, 111, 112, 65, 110, 105, 109, 97, 116, 105, 111, 110, 76, 111, 111, 112, 40, 41, 44, 116, 104, 105, 115, 46, 95, 105, 115, 70, 114, 111, 122, 101, 110, 61, 33, 48, 44, 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, 116, 121, 112, 101, 58, 34, 102, 114, 101, 101, 122, 101, 34, 125, 41, 41, 125, 117, 110, 102, 114, 101, 101, 122, 101, 40, 41, 123, 116, 104, 105, 115, 46, 95, 97, 110, 105, 109, 97, 116, 105, 111, 110, 70, 114, 97, 109, 101, 73, 100, 61, 61, 61, 110, 117, 108, 108, 38, 38, 40, 116, 104, 105, 115, 46, 95, 105, 115, 70, 114, 111, 122, 101, 110, 61, 33, 49, 44, 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, 116, 121, 112, 101, 58, 34, 117, 110, 102, 114, 101, 101, 122, 101, 34, 125, 41, 44, 116, 104, 105, 115, 46, 95, 115, 116, 97, 114, 116, 65, 110, 105, 109, 97, 116, 105, 111, 110, 76, 111, 111, 112, 40, 41, 41, 125, 114, 101, 115, 105, 122, 101, 40, 41, 123, 105, 102, 40, 33, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 124, 124, 33, 116, 104, 105, 115, 46, 105, 115, 76, 111, 97, 100, 101, 100, 124, 124, 33, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 41, 114, 101, 116, 117, 114, 110, 59, 105, 102, 40, 103, 38, 38, 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, 123, 108, 101, 116, 32, 101, 61, 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, 124, 124, 119, 105, 110, 100, 111, 119, 46, 100, 101, 118, 105, 99, 101, 80, 105, 120, 101, 108, 82, 97, 116, 105, 111, 124, 124, 49, 44, 123, 104, 101, 105, 103, 104, 116, 58, 114, 44, 119, 105, 100, 116, 104, 58, 111, 125, 61, 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, 114, 33, 61, 61, 48, 38, 38, 111, 33, 61, 61, 48, 38, 38, 40, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 46, 119, 105, 100, 116, 104, 61, 111, 42, 101, 44, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 46, 104, 101, 105, 103, 104, 116, 61, 114, 42, 101, 41, 125, 116, 104, 105, 115, 46, 95, 115, 101, 116, 117, 112, 84, 97, 114, 103, 101, 116, 40, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 46, 119, 105, 100, 116, 104, 44, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 46, 104, 101, 105, 103, 104, 116, 41, 38, 38, 40, 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, 44, 116, 104, 105, 115, 46, 95, 100, 114, 97, 119, 40, 41, 41, 125, 115, 101, 116, 67, 97, 110, 118, 97, 115, 40, 116, 41, 123, 105, 102, 40, 33, 40, 33, 116, 124, 124, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 61, 61, 61, 116, 41, 38, 38, 40, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 38, 38, 116, 104, 105, 115, 46, 95, 99, 108, 101, 97, 110, 117, 112, 67, 97, 110, 118, 97, 115, 40, 41, 44, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 61, 116, 44, 116, 104, 105, 115, 46, 95, 105, 110, 105, 116, 105, 97, 108, 105, 122, 101, 67, 97, 110, 118, 97, 115, 40, 41, 44, 116, 104, 105, 115, 46, 95, 112, 101, 110, 100, 105, 110, 103, 76, 111, 97, 100, 41, 41, 123, 108, 101, 116, 32, 101, 61, 116, 104, 105, 115, 46, 95, 112, 101, 110, 100, 105, 110, 103, 76, 111, 97, 100, 59, 116, 104, 105, 115, 46, 95, 112, 101, 110, 100, 105, 110, 103, 76, 111, 97, 100, 61, 110, 117, 108, 108, 44, 101, 46, 100, 97, 116, 97, 63, 116, 104, 105, 115, 46, 95, 108, 111, 97, 100, 70, 114, 111, 109, 68, 97, 116, 97, 40, 101, 46, 100, 97, 116, 97, 41, 58, 101, 46, 115, 114, 99, 38, 38, 116, 104, 105, 115, 46, 95, 108, 111, 97, 100, 70, 114, 111, 109, 83, 114, 99, 40, 101, 46, 115, 114, 99, 41, 125, 125, 115, 101, 116, 84, 114, 97, 110, 115, 102, 111, 114, 109, 40, 116, 41, 123, 105, 102, 40, 33, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 41, 114, 101, 116, 117, 114, 110, 33, 49, 59, 108, 101, 116, 32, 101, 61, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 116, 114, 97, 110, 115, 102, 111, 114, 109, 40, 110, 101, 119, 32, 70, 108, 111, 97, 116, 51, 50, 65, 114, 114, 97, 121, 40, 116, 41, 41, 59, 114, 101, 116, 117, 114, 110, 32, 101, 38, 38, 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, 38, 38, 116, 104, 105, 115, 46, 95, 100, 114, 97, 119, 40, 41, 44, 101, 125, 103, 101, 116, 84, 114, 97, 110, 115, 102, 111, 114, 109, 40, 41, 123, 105, 102, 40, 33, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 41, 114, 101, 116, 117, 114, 110, 59, 108, 101, 116, 32, 116, 61, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 103, 101, 116, 95, 116, 114, 97, 110, 115, 102, 111, 114, 109, 40, 41, 59, 114, 101, 116, 117, 114, 110, 32, 65, 114, 114, 97, 121, 46, 102, 114, 111, 109, 40, 116, 41, 125, 115, 101, 116, 83, 101, 103, 109, 101, 110, 116, 40, 116, 44, 101, 41, 123, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 33, 61, 61, 110, 117, 108, 108, 38, 38, 40, 116, 104, 105, 115, 46, 95, 115, 101, 103, 109, 101, 110, 116, 61, 91, 116, 44, 101, 93, 44, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 115, 101, 103, 109, 101, 110, 116, 40, 116, 44, 101, 41, 41, 125, 114, 101, 115, 101, 116, 83, 101, 103, 109, 101, 110, 116, 40, 41, 123, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 33, 61, 61, 110, 117, 108, 108, 38, 38, 40, 116, 104, 105, 115, 46, 95, 115, 101, 103, 109, 101, 110, 116, 61, 110, 117, 108, 108, 44, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 99, 108, 101, 97, 114, 95, 115, 101, 103, 109, 101, 110, 116, 40, 41, 41, 125, 115, 101, 116, 77, 111, 100, 101, 40, 116, 41, 123, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 33, 61, 61, 110, 117, 108, 108, 38, 38, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 109, 111, 100, 101, 40, 72, 40, 116, 41, 41, 125, 115, 101, 116, 82, 101, 110, 100, 101, 114, 67, 111, 110, 102, 105, 103, 40, 116, 41, 123, 108, 101, 116, 123, 100, 101, 118, 105, 99, 101, 80, 105, 120, 101, 108, 82, 97, 116, 105, 111, 58, 101, 44, 102, 114, 101, 101, 122, 101, 79, 110, 79, 102, 102, 115, 99, 114, 101, 101, 110, 58, 114, 44, 113, 117, 97, 108, 105, 116, 121, 58, 111, 44, 46, 46, 46, 105, 125, 61, 116, 59, 116, 104, 105, 115, 46, 95, 114, 101, 110, 100, 101, 114, 67, 111, 110, 102, 105, 103, 61, 123, 46, 46, 46, 116, 104, 105, 115, 46, 95, 114, 101, 110, 100, 101, 114, 67, 111, 110, 102, 105, 103, 44, 46, 46, 46, 105, 44, 100, 101, 118, 105, 99, 101, 80, 105, 120, 101, 108, 82, 97, 116, 105, 111, 58, 101, 124, 124, 87, 40, 41, 44, 102, 114, 101, 101, 122, 101, 79, 110, 79, 102, 102, 115, 99, 114, 101, 101, 110, 58, 114, 63, 63, 33, 48, 44, 46, 46, 46, 111, 33, 61, 61, 118, 111, 105, 100, 32, 48, 38, 38, 123, 113, 117, 97, 108, 105, 116, 121, 58, 111, 125, 125, 44, 111, 33, 61, 61, 118, 111, 105, 100, 32, 48, 38, 38, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 38, 38, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 113, 117, 97, 108, 105, 116, 121, 40, 111, 41, 44, 103, 38, 38, 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, 38, 38, 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, 63, 121, 46, 111, 98, 115, 101, 114, 118, 101, 40, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 44, 116, 104, 105, 115, 41, 58, 121, 46, 117, 110, 111, 98, 115, 101, 114, 118, 101, 40, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 41, 44, 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, 63, 40, 98, 46, 111, 98, 115, 101, 114, 118, 101, 40, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 44, 116, 104, 105, 115, 41, 44, 82, 40, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 41, 124, 124, 116, 104, 105, 115, 46, 102, 114, 101, 101, 122, 101, 40, 41, 41, 58, 40, 98, 46, 117, 110, 111, 98, 115, 101, 114, 118, 101, 40, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 41, 44, 116, 104, 105, 115, 46, 95, 105, 115, 70, 114, 111, 122, 101, 110, 38, 38, 116, 104, 105, 115, 46, 117, 110, 102, 114, 101, 101, 122, 101, 40, 41, 41, 41, 125, 108, 111, 97, 100, 65, 110, 105, 109, 97, 116, 105, 111, 110, 40, 116, 41, 123, 105, 102, 40, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 61, 61, 61, 110, 117, 108, 108, 124, 124, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 97, 110, 105, 109, 97, 116, 105, 111, 110, 95, 105, 100, 40, 41, 61, 61, 61, 116, 124, 124, 33, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 41, 114, 101, 116, 117, 114, 110, 59, 116, 104, 105, 115, 46, 95, 115, 101, 116, 117, 112, 84, 97, 114, 103, 101, 116, 40, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 46, 119, 105, 100, 116, 104, 44, 116, 104, 105, 115, 46, 95, 99, 97, 110, 118, 97, 115, 46, 104, 101, 105, 103, 104, 116, 41, 44, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 108, 111, 97, 100, 95, 97, 110, 105, 109, 97, 116, 105, 111, 110, 95, 102, 114, 111, 109, 95, 105, 100, 40, 116, 41, 63, 40, 116, 104, 105, 115, 46, 95, 114, 101, 110, 100, 101, 114, 67, 111, 110, 102, 105, 103, 46, 113, 117, 97, 108, 105, 116, 121, 33, 61, 61, 118, 111, 105, 100, 32, 48, 38, 38, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 113, 117, 97, 108, 105, 116, 121, 40, 116, 104, 105, 115, 46, 95, 114, 101, 110, 100, 101, 114, 67, 111, 110, 102, 105, 103, 46, 113, 117, 97, 108, 105, 116, 121, 41, 44, 116, 104, 105, 115, 46, 114, 101, 115, 105, 122, 101, 40, 41, 44, 116, 104, 105, 115, 46, 95, 100, 114, 97, 105, 110, 80, 108, 97, 121, 101, 114, 69, 118, 101, 110, 116, 115, 40, 41, 44, 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, 44, 116, 104, 105, 115, 46, 95, 100, 114, 97, 119, 40, 41, 41, 58, 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, 119, 105, 116, 104, 32, 105, 100, 58, 32, 36, 123, 116, 125, 96, 41, 125, 115, 101, 116, 77, 97, 114, 107, 101, 114, 40, 116, 41, 123, 105, 102, 40, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 61, 61, 61, 110, 117, 108, 108, 41, 114, 101, 116, 117, 114, 110, 59, 116, 104, 105, 115, 46, 109, 97, 114, 107, 101, 114, 115, 40, 41, 46, 115, 111, 109, 101, 40, 111, 61, 62, 111, 46, 110, 97, 109, 101, 61, 61, 61, 116, 41, 63, 40, 116, 104, 105, 115, 46, 95, 109, 97, 114, 107, 101, 114, 61, 116, 44, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 109, 97, 114, 107, 101, 114, 40, 116, 41, 41, 58, 40, 116, 104, 105, 115, 46, 95, 109, 97, 114, 107, 101, 114, 61, 34, 34, 44, 116, 104, 105, 115, 46, 95, 115, 101, 103, 109, 101, 110, 116, 61, 110, 117, 108, 108, 44, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 99, 108, 101, 97, 114, 95, 109, 97, 114, 107, 101, 114, 40, 41, 44, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 99, 108, 101, 97, 114, 95, 115, 101, 103, 109, 101, 110, 116, 40, 41, 41, 125, 109, 97, 114, 107, 101, 114, 115, 40, 41, 123, 108, 101, 116, 32, 116, 61, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 63, 46, 109, 97, 114, 107, 101, 114, 115, 40, 41, 59, 114, 101, 116, 117, 114, 110, 32, 116, 38, 38, 65, 114, 114, 97, 121, 46, 105, 115, 65, 114, 114, 97, 121, 40, 116, 41, 63, 116, 58, 91, 93, 125, 115, 101, 116, 84, 104, 101, 109, 101, 40, 116, 41, 123, 105, 102, 40, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 61, 61, 61, 110, 117, 108, 108, 41, 114, 101, 116, 117, 114, 110, 33, 49, 59, 108, 101, 116, 32, 101, 61, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 116, 104, 101, 109, 101, 40, 116, 41, 59, 114, 101, 116, 117, 114, 110, 32, 101, 38, 38, 40, 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, 44, 116, 104, 105, 115, 46, 95, 100, 114, 97, 119, 40, 41, 41, 44, 101, 125, 114, 101, 115, 101, 116, 84, 104, 101, 109, 101, 40, 41, 123, 105, 102, 40, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 61, 61, 61, 110, 117, 108, 108, 41, 114, 101, 116, 117, 114, 110, 33, 49, 59, 108, 101, 116, 32, 116, 61, 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, 95, 116, 104, 101, 109, 101, 40, 41, 59, 114, 101, 116, 117, 114, 110, 32, 116, 38, 38, 40, 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, 44, 116, 104, 105, 115, 46, 95, 100, 114, 97, 119, 40, 41, 41, 44, 116, 125, 115, 101, 116, 84, 104, 101, 109, 101, 68, 97, 116, 97, 40, 116, 41, 123, 105, 102, 40, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 61, 61, 61, 110, 117, 108, 108, 41, 114, 101, 116, 117, 114, 110, 33, 49, 59, 108, 101, 116, 32, 101, 61, 116, 121, 112, 101, 111, 102, 32, 116, 61, 61, 34, 115, 116, 114, 105, 110, 103, 34, 63, 116, 58, 74, 83, 79, 78, 46, 115, 116, 114, 105, 110, 103, 105, 102, 121, 40, 116, 41, 44, 114, 61, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 116, 104, 101, 109, 101, 95, 100, 97, 116, 97, 40, 101, 41, 59, 114, 101, 116, 117, 114, 110, 32, 114, 38, 38, 40, 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, 44, 116, 104, 105, 115, 46, 95, 100, 114, 97, 119, 40, 41, 41, 44, 114, 125, 115, 101, 116, 83, 108, 111, 116, 115, 40, 116, 41, 123, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 33, 61, 61, 110, 117, 108, 108, 38, 38, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 115, 108, 111, 116, 115, 95, 115, 116, 114, 40, 74, 83, 79, 78, 46, 115, 116, 114, 105, 110, 103, 105, 102, 121, 40, 116, 41, 41, 38, 38, 40, 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, 44, 116, 104, 105, 115, 46, 95, 100, 114, 97, 119, 40, 41, 41, 125, 95, 105, 115, 75, 101, 121, 102, 114, 97, 109, 101, 65, 114, 114, 97, 121, 40, 116, 41, 123, 114, 101, 116, 117, 114, 110, 32, 65, 114, 114, 97, 121, 46, 105, 115, 65, 114, 114, 97, 121, 40, 116, 41, 38, 38, 116, 46, 108, 101, 110, 103, 116, 104, 62, 48, 38, 38, 116, 121, 112, 101, 111, 102, 32, 116, 91, 48, 93, 61, 61, 34, 111, 98, 106, 101, 99, 116, 34, 38, 38, 116, 91, 48, 93, 33, 61, 61, 110, 117, 108, 108, 38, 38, 34, 116, 34, 105, 110, 32, 116, 91, 48, 93, 38, 38, 34, 115, 34, 105, 110, 32, 116, 91, 48, 93, 125, 103, 101, 116, 83, 108, 111, 116, 73, 100, 115, 40, 41, 123, 105, 102, 40, 33, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 41, 114, 101, 116, 117, 114, 110, 91, 93, 59, 108, 101, 116, 32, 116, 61, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 103, 101, 116, 95, 115, 108, 111, 116, 95, 105, 100, 115, 40, 41, 59, 114, 101, 116, 117, 114, 110, 32, 65, 114, 114, 97, 121, 46, 105, 115, 65, 114, 114, 97, 121, 40, 116, 41, 63, 116, 58, 91, 93, 125, 103, 101, 116, 83, 108, 111, 116, 84, 121, 112, 101, 40, 116, 41, 123, 105, 102, 40, 33, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 41, 114, 101, 116, 117, 114, 110, 59, 108, 101, 116, 32, 101, 61, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 103, 101, 116, 95, 115, 108, 111, 116, 95, 116, 121, 112, 101, 40, 116, 41, 59, 105, 102, 40, 101, 41, 114, 101, 116, 117, 114, 110, 32, 101, 125, 103, 101, 116, 83, 108, 111, 116, 40, 116, 41, 123, 105, 102, 40, 33, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 41, 114, 101, 116, 117, 114, 110, 59, 108, 101, 116, 32, 101, 61, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 103, 101, 116, 95, 115, 108, 111, 116, 95, 115, 116, 114, 40, 116, 41, 59, 105, 102, 40, 101, 41, 116, 114, 121, 123, 114, 101, 116, 117, 114, 110, 32, 74, 83, 79, 78, 46, 112, 97, 114, 115, 101, 40, 101, 41, 125, 99, 97, 116, 99, 104, 123, 114, 101, 116, 117, 114, 110, 125, 125, 103, 101, 116, 83, 108, 111, 116, 115, 40, 41, 123, 105, 102, 40, 33, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 41, 114, 101, 116, 117, 114, 110, 123, 125, 59, 116, 114, 121, 123, 114, 101, 116, 117, 114, 110, 32, 74, 83, 79, 78, 46, 112, 97, 114, 115, 101, 40, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 103, 101, 116, 95, 115, 108, 111, 116, 115, 95, 115, 116, 114, 40, 41, 41, 125, 99, 97, 116, 99, 104, 123, 114, 101, 116, 117, 114, 110, 123, 125, 125, 125, 115, 101, 116, 67, 111, 108, 111, 114, 83, 108, 111, 116, 40, 116, 44, 101, 41, 123, 105, 102, 40, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 61, 61, 61, 110, 117, 108, 108, 41, 114, 101, 116, 117, 114, 110, 33, 49, 59, 108, 101, 116, 32, 114, 61, 116, 104, 105, 115, 46, 95, 105, 115, 75, 101, 121, 102, 114, 97, 109, 101, 65, 114, 114, 97, 121, 40, 101, 41, 44, 111, 61, 74, 83, 79, 78, 46, 115, 116, 114, 105, 110, 103, 105, 102, 121, 40, 123, 97, 58, 114, 63, 49, 58, 48, 44, 107, 58, 101, 125, 41, 44, 105, 61, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 115, 108, 111, 116, 95, 115, 116, 114, 40, 116, 44, 111, 41, 59, 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, 110, 100, 101, 114, 40, 41, 44, 116, 104, 105, 115, 46, 95, 100, 114, 97, 119, 40, 41, 44, 105, 125, 115, 101, 116, 83, 99, 97, 108, 97, 114, 83, 108, 111, 116, 40, 116, 44, 101, 41, 123, 105, 102, 40, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 61, 61, 61, 110, 117, 108, 108, 41, 114, 101, 116, 117, 114, 110, 33, 49, 59, 108, 101, 116, 32, 111, 61, 74, 83, 79, 78, 46, 115, 116, 114, 105, 110, 103, 105, 102, 121, 40, 123, 97, 58, 116, 121, 112, 101, 111, 102, 32, 101, 33, 61, 34, 110, 117, 109, 98, 101, 114, 34, 63, 49, 58, 48, 44, 107, 58, 101, 125, 41, 44, 105, 61, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 115, 108, 111, 116, 95, 115, 116, 114, 40, 116, 44, 111, 41, 59, 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, 110, 100, 101, 114, 40, 41, 44, 116, 104, 105, 115, 46, 95, 100, 114, 97, 119, 40, 41, 44, 105, 125, 115, 101, 116, 86, 101, 99, 116, 111, 114, 83, 108, 111, 116, 40, 116, 44, 101, 41, 123, 105, 102, 40, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 61, 61, 61, 110, 117, 108, 108, 41, 114, 101, 116, 117, 114, 110, 33, 49, 59, 108, 101, 116, 32, 114, 61, 116, 104, 105, 115, 46, 95, 105, 115, 75, 101, 121, 102, 114, 97, 109, 101, 65, 114, 114, 97, 121, 40, 101, 41, 44, 111, 61, 74, 83, 79, 78, 46, 115, 116, 114, 105, 110, 103, 105, 102, 121, 40, 123, 97, 58, 114, 63, 49, 58, 48, 44, 107, 58, 101, 125, 41, 44, 105, 61, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 115, 108, 111, 116, 95, 115, 116, 114, 40, 116, 44, 111, 41, 59, 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, 110, 100, 101, 114, 40, 41, 44, 116, 104, 105, 115, 46, 95, 100, 114, 97, 119, 40, 41, 44, 105, 125, 115, 101, 116, 71, 114, 97, 100, 105, 101, 110, 116, 83, 108, 111, 116, 40, 116, 44, 101, 44, 114, 41, 123, 105, 102, 40, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 61, 61, 61, 110, 117, 108, 108, 41, 114, 101, 116, 117, 114, 110, 33, 49, 59, 108, 101, 116, 32, 111, 61, 116, 104, 105, 115, 46, 95, 105, 115, 75, 101, 121, 102, 114, 97, 109, 101, 65, 114, 114, 97, 121, 40, 101, 41, 44, 105, 61, 74, 83, 79, 78, 46, 115, 116, 114, 105, 110, 103, 105, 102, 121, 40, 123, 107, 58, 123, 97, 58, 111, 63, 49, 58, 48, 44, 107, 58, 101, 125, 44, 112, 58, 114, 125, 41, 44, 99, 61, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 115, 108, 111, 116, 95, 115, 116, 114, 40, 116, 44, 105, 41, 59, 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, 110, 100, 101, 114, 40, 41, 44, 116, 104, 105, 115, 46, 95, 100, 114, 97, 119, 40, 41, 44, 99, 125, 115, 101, 116, 84, 101, 120, 116, 83, 108, 111, 116, 40, 116, 44, 101, 41, 123, 105, 102, 40, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 61, 61, 61, 110, 117, 108, 108, 41, 114, 101, 116, 117, 114, 110, 33, 49, 59, 108, 101, 116, 32, 114, 61, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 103, 101, 116, 95, 115, 108, 111, 116, 95, 115, 116, 114, 40, 116, 41, 44, 111, 61, 101, 59, 105, 102, 40, 114, 41, 123, 108, 101, 116, 32, 100, 61, 74, 83, 79, 78, 46, 112, 97, 114, 115, 101, 40, 114, 41, 59, 105, 102, 40, 100, 38, 38, 34, 107, 34, 105, 110, 32, 100, 38, 38, 65, 114, 114, 97, 121, 46, 105, 115, 65, 114, 114, 97, 121, 40, 100, 46, 107, 41, 41, 123, 108, 101, 116, 32, 104, 61, 100, 46, 107, 91, 48, 93, 59, 34, 115, 34, 105, 110, 32, 104, 38, 38, 116, 121, 112, 101, 111, 102, 32, 104, 46, 115, 61, 61, 34, 111, 98, 106, 101, 99, 116, 34, 38, 38, 40, 111, 61, 123, 46, 46, 46, 104, 46, 115, 44, 46, 46, 46, 101, 125, 41, 125, 125, 108, 101, 116, 32, 105, 61, 74, 83, 79, 78, 46, 115, 116, 114, 105, 110, 103, 105, 102, 121, 40, 123, 97, 58, 48, 44, 107, 58, 91, 123, 116, 58, 48, 44, 115, 58, 111, 125, 93, 125, 41, 44, 99, 61, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 115, 108, 111, 116, 95, 115, 116, 114, 40, 116, 44, 105, 41, 59, 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, 110, 100, 101, 114, 40, 41, 44, 116, 104, 105, 115, 46, 95, 100, 114, 97, 119, 40, 41, 44, 99, 125, 114, 101, 115, 101, 116, 83, 108, 111, 116, 40, 116, 41, 123, 105, 102, 40, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 61, 61, 61, 110, 117, 108, 108, 41, 114, 101, 116, 117, 114, 110, 33, 49, 59, 108, 101, 116, 32, 101, 61, 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, 95, 115, 108, 111, 116, 40, 116, 41, 59, 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, 110, 100, 101, 114, 40, 41, 44, 116, 104, 105, 115, 46, 95, 100, 114, 97, 119, 40, 41, 44, 101, 125, 99, 108, 101, 97, 114, 83, 108, 111, 116, 40, 116, 41, 123, 105, 102, 40, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 61, 61, 61, 110, 117, 108, 108, 41, 114, 101, 116, 117, 114, 110, 33, 49, 59, 108, 101, 116, 32, 101, 61, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 99, 108, 101, 97, 114, 95, 115, 108, 111, 116, 40, 116, 41, 59, 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, 110, 100, 101, 114, 40, 41, 44, 116, 104, 105, 115, 46, 95, 100, 114, 97, 119, 40, 41, 44, 101, 125, 114, 101, 115, 101, 116, 83, 108, 111, 116, 115, 40, 41, 123, 105, 102, 40, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 61, 61, 61, 110, 117, 108, 108, 41, 114, 101, 116, 117, 114, 110, 33, 49, 59, 108, 101, 116, 32, 116, 61, 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, 95, 115, 108, 111, 116, 115, 40, 41, 59, 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, 110, 100, 101, 114, 40, 41, 44, 116, 104, 105, 115, 46, 95, 100, 114, 97, 119, 40, 41, 44, 116, 125, 99, 108, 101, 97, 114, 83, 108, 111, 116, 115, 40, 41, 123, 105, 102, 40, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 61, 61, 61, 110, 117, 108, 108, 41, 114, 101, 116, 117, 114, 110, 33, 49, 59, 108, 101, 116, 32, 116, 61, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 99, 108, 101, 97, 114, 95, 115, 108, 111, 116, 115, 40, 41, 59, 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, 110, 100, 101, 114, 40, 41, 44, 116, 104, 105, 115, 46, 95, 100, 114, 97, 119, 40, 41, 44, 116, 125, 115, 101, 116, 76, 97, 121, 111, 117, 116, 40, 116, 41, 123, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 33, 61, 61, 110, 117, 108, 108, 38, 38, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 108, 97, 121, 111, 117, 116, 40, 116, 46, 102, 105, 116, 63, 63, 34, 99, 111, 110, 116, 97, 105, 110, 34, 44, 116, 46, 97, 108, 105, 103, 110, 63, 46, 91, 48, 93, 63, 63, 46, 53, 44, 116, 46, 97, 108, 105, 103, 110, 63, 46, 91, 49, 93, 63, 63, 46, 53, 41, 125, 115, 101, 116, 86, 105, 101, 119, 112, 111, 114, 116, 40, 116, 44, 101, 44, 114, 44, 111, 41, 123, 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, 61, 61, 61, 110, 117, 108, 108, 63, 33, 49, 58, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 101, 116, 95, 118, 105, 101, 119, 112, 111, 114, 116, 40, 116, 44, 101, 44, 114, 44, 111, 41, 125, 115, 116, 97, 116, 105, 99, 32, 115, 101, 116, 87, 97, 115, 109, 85, 114, 108, 40, 116, 41, 123, 71, 46, 115, 101, 116, 87, 97, 115, 109, 85, 114, 108, 40, 116, 41, 125, 115, 116, 97, 116, 105, 99, 32, 97, 115, 121, 110, 99, 32, 114, 101, 103, 105, 115, 116, 101, 114, 70, 111, 110, 116, 40, 116, 44, 101, 41, 123, 116, 114, 121, 123, 97, 119, 97, 105, 116, 32, 71, 46, 108, 111, 97, 100, 40, 41, 59, 108, 101, 116, 32, 114, 59, 105, 102, 40, 116, 121, 112, 101, 111, 102, 32, 101, 61, 61, 34, 115, 116, 114, 105, 110, 103, 34, 41, 123, 108, 101, 116, 32, 105, 61, 97, 119, 97, 105, 116, 32, 102, 101, 116, 99, 104, 40, 101, 41, 59, 105, 102, 40, 33, 105, 46, 111, 107, 41, 114, 101, 116, 117, 114, 110, 32, 99, 111, 110, 115, 111, 108, 101, 46, 101, 114, 114, 111, 114, 40, 96, 70, 97, 105, 108, 101, 100, 32, 116, 111, 32, 102, 101, 116, 99, 104, 32, 102, 111, 110, 116, 32, 102, 114, 111, 109, 32, 85, 82, 76, 58, 32, 36, 123, 101, 125, 46, 32, 83, 116, 97, 116, 117, 115, 58, 32, 36, 123, 105, 46, 115, 116, 97, 116, 117, 115, 125, 96, 41, 44, 33, 49, 59, 114, 61, 110, 101, 119, 32, 85, 105, 110, 116, 56, 65, 114, 114, 97, 121, 40, 97, 119, 97, 105, 116, 32, 105, 46, 97, 114, 114, 97, 121, 66, 117, 102, 102, 101, 114, 40, 41, 41, 125, 101, 108, 115, 101, 32, 101, 32, 105, 110, 115, 116, 97, 110, 99, 101, 111, 102, 32, 85, 105, 110, 116, 56, 65, 114, 114, 97, 121, 63, 114, 61, 101, 58, 114, 61, 110, 101, 119, 32, 85, 105, 110, 116, 56, 65, 114, 114, 97, 121, 40, 101, 41, 59, 108, 101, 116, 32, 111, 61, 116, 116, 40, 116, 44, 114, 41, 59, 114, 101, 116, 117, 114, 110, 32, 111, 124, 124, 99, 111, 110, 115, 111, 108, 101, 46, 101, 114, 114, 111, 114, 40, 96, 70, 97, 105, 108, 101, 100, 32, 116, 111, 32, 114, 101, 103, 105, 115, 116, 101, 114, 32, 102, 111, 110, 116, 32, 34, 36, 123, 116, 125, 34, 46, 32, 70, 111, 110, 116, 32, 100, 97, 116, 97, 32, 109, 97, 121, 32, 98, 101, 32, 105, 110, 118, 97, 108, 105, 100, 46, 96, 41, 44, 111, 125, 99, 97, 116, 99, 104, 40, 114, 41, 123, 114, 101, 116, 117, 114, 110, 32, 99, 111, 110, 115, 111, 108, 101, 46, 101, 114, 114, 111, 114, 40, 96, 69, 114, 114, 111, 114, 32, 114, 101, 103, 105, 115, 116, 101, 114, 105, 110, 103, 32, 102, 111, 110, 116, 32, 34, 36, 123, 116, 125, 34, 58, 96, 44, 114, 41, 44, 33, 49, 125, 125, 97, 110, 105, 109, 97, 116, 105, 111, 110, 83, 105, 122, 101, 40, 41, 123, 108, 101, 116, 32, 116, 61, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 63, 46, 97, 110, 105, 109, 97, 116, 105, 111, 110, 95, 115, 105, 122, 101, 40, 41, 59, 114, 101, 116, 117, 114, 110, 123, 119, 105, 100, 116, 104, 58, 116, 63, 46, 91, 48, 93, 63, 63, 48, 44, 104, 101, 105, 103, 104, 116, 58, 116, 63, 46, 91, 49, 93, 63, 63, 48, 125, 125, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 76, 111, 97, 100, 40, 116, 41, 123, 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, 63, 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, 95, 109, 97, 99, 104, 105, 110, 101, 95, 108, 111, 97, 100, 95, 102, 114, 111, 109, 95, 105, 100, 40, 116, 41, 58, 33, 49, 125, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 76, 111, 97, 100, 68, 97, 116, 97, 40, 116, 41, 123, 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, 63, 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, 95, 109, 97, 99, 104, 105, 110, 101, 95, 108, 111, 97, 100, 40, 116, 41, 58, 33, 49, 125, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 101, 116, 67, 111, 110, 102, 105, 103, 40, 116, 41, 123, 116, 104, 105, 115, 46, 95, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 67, 111, 110, 102, 105, 103, 61, 116, 125, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 116, 97, 114, 116, 40, 41, 123, 105, 102, 40, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 61, 61, 61, 110, 117, 108, 108, 41, 114, 101, 116, 117, 114, 110, 33, 49, 59, 108, 101, 116, 32, 116, 61, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 109, 95, 115, 116, 97, 114, 116, 40, 116, 104, 105, 115, 46, 95, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 67, 111, 110, 102, 105, 103, 63, 46, 111, 112, 101, 110, 85, 114, 108, 80, 111, 108, 105, 99, 121, 63, 46, 114, 101, 113, 117, 105, 114, 101, 85, 115, 101, 114, 73, 110, 116, 101, 114, 97, 99, 116, 105, 111, 110, 63, 63, 33, 48, 44, 116, 104, 105, 115, 46, 95, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 67, 111, 110, 102, 105, 103, 63, 46, 111, 112, 101, 110, 85, 114, 108, 80, 111, 108, 105, 99, 121, 63, 46, 119, 104, 105, 116, 101, 108, 105, 115, 116, 63, 63, 91, 93, 41, 59, 114, 101, 116, 117, 114, 110, 32, 116, 104, 105, 115, 46, 95, 100, 114, 97, 105, 110, 83, 109, 69, 118, 101, 110, 116, 115, 40, 41, 44, 116, 38, 38, 40, 116, 104, 105, 115, 46, 95, 105, 115, 83, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 82, 117, 110, 110, 105, 110, 103, 61, 33, 48, 44, 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, 44, 116, 104, 105, 115, 46, 95, 115, 116, 97, 114, 116, 65, 110, 105, 109, 97, 116, 105, 111, 110, 76, 111, 111, 112, 40, 41, 41, 44, 116, 125, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 116, 111, 112, 40, 41, 123, 105, 102, 40, 33, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 41, 114, 101, 116, 117, 114, 110, 33, 49, 59, 108, 101, 116, 32, 116, 61, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 109, 95, 115, 116, 111, 112, 40, 41, 59, 114, 101, 116, 117, 114, 110, 32, 116, 104, 105, 115, 46, 95, 100, 114, 97, 105, 110, 83, 109, 69, 118, 101, 110, 116, 115, 40, 41, 44, 116, 38, 38, 40, 116, 104, 105, 115, 46, 95, 105, 115, 83, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 82, 117, 110, 110, 105, 110, 103, 61, 33, 49, 44, 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, 44, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 105, 115, 95, 112, 108, 97, 121, 105, 110, 103, 40, 41, 124, 124, 116, 104, 105, 115, 46, 95, 115, 116, 111, 112, 65, 110, 105, 109, 97, 116, 105, 111, 110, 76, 111, 111, 112, 40, 41, 41, 44, 116, 125, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 71, 101, 116, 83, 116, 97, 116, 117, 115, 40, 41, 123, 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, 63, 46, 115, 109, 95, 115, 116, 97, 116, 117, 115, 40, 41, 63, 63, 34, 34, 125, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 71, 101, 116, 67, 117, 114, 114, 101, 110, 116, 83, 116, 97, 116, 101, 40, 41, 123, 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, 63, 46, 115, 109, 95, 99, 117, 114, 114, 101, 110, 116, 95, 115, 116, 97, 116, 101, 40, 41, 63, 63, 34, 34, 125, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 71, 101, 116, 65, 99, 116, 105, 118, 101, 73, 100, 40, 41, 123, 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, 63, 46, 115, 116, 97, 116, 101, 95, 109, 97, 99, 104, 105, 110, 101, 95, 105, 100, 40, 41, 63, 63, 34, 34, 125, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 79, 118, 101, 114, 114, 105, 100, 101, 83, 116, 97, 116, 101, 40, 116, 44, 101, 61, 33, 49, 41, 123, 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, 63, 46, 115, 109, 95, 111, 118, 101, 114, 114, 105, 100, 101, 95, 99, 117, 114, 114, 101, 110, 116, 95, 115, 116, 97, 116, 101, 40, 116, 44, 101, 41, 63, 63, 33, 49, 125, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 71, 101, 116, 40, 116, 41, 123, 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, 63, 46, 103, 101, 116, 95, 115, 116, 97, 116, 101, 95, 109, 97, 99, 104, 105, 110, 101, 40, 116, 41, 63, 63, 34, 34, 125, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 71, 101, 116, 76, 105, 115, 116, 101, 110, 101, 114, 115, 40, 41, 123, 105, 102, 40, 33, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 41, 114, 101, 116, 117, 114, 110, 91, 93, 59, 108, 101, 116, 32, 116, 61, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 109, 95, 102, 114, 97, 109, 101, 119, 111, 114, 107, 95, 115, 101, 116, 117, 112, 40, 41, 59, 114, 101, 116, 117, 114, 110, 32, 65, 114, 114, 97, 121, 46, 105, 115, 65, 114, 114, 97, 121, 40, 116, 41, 63, 116, 58, 91, 93, 125, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 101, 116, 66, 111, 111, 108, 101, 97, 110, 73, 110, 112, 117, 116, 40, 116, 44, 101, 41, 123, 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, 63, 46, 115, 109, 95, 115, 101, 116, 95, 98, 111, 111, 108, 101, 97, 110, 95, 105, 110, 112, 117, 116, 40, 116, 44, 101, 41, 63, 63, 33, 49, 125, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 101, 116, 78, 117, 109, 101, 114, 105, 99, 73, 110, 112, 117, 116, 40, 116, 44, 101, 41, 123, 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, 63, 46, 115, 109, 95, 115, 101, 116, 95, 110, 117, 109, 101, 114, 105, 99, 95, 105, 110, 112, 117, 116, 40, 116, 44, 101, 41, 63, 63, 33, 49, 125, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 101, 116, 83, 116, 114, 105, 110, 103, 73, 110, 112, 117, 116, 40, 116, 44, 101, 41, 123, 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, 63, 46, 115, 109, 95, 115, 101, 116, 95, 115, 116, 114, 105, 110, 103, 95, 105, 110, 112, 117, 116, 40, 116, 44, 101, 41, 63, 63, 33, 49, 125, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 71, 101, 116, 66, 111, 111, 108, 101, 97, 110, 73, 110, 112, 117, 116, 40, 116, 41, 123, 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, 63, 46, 115, 109, 95, 103, 101, 116, 95, 98, 111, 111, 108, 101, 97, 110, 95, 105, 110, 112, 117, 116, 40, 116, 41, 63, 63, 118, 111, 105, 100, 32, 48, 125, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 71, 101, 116, 78, 117, 109, 101, 114, 105, 99, 73, 110, 112, 117, 116, 40, 116, 41, 123, 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, 63, 46, 115, 109, 95, 103, 101, 116, 95, 110, 117, 109, 101, 114, 105, 99, 95, 105, 110, 112, 117, 116, 40, 116, 41, 63, 63, 118, 111, 105, 100, 32, 48, 125, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 71, 101, 116, 83, 116, 114, 105, 110, 103, 73, 110, 112, 117, 116, 40, 116, 41, 123, 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, 63, 46, 115, 109, 95, 103, 101, 116, 95, 115, 116, 114, 105, 110, 103, 95, 105, 110, 112, 117, 116, 40, 116, 41, 63, 63, 118, 111, 105, 100, 32, 48, 125, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 71, 101, 116, 73, 110, 112, 117, 116, 115, 40, 41, 123, 105, 102, 40, 33, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 41, 114, 101, 116, 117, 114, 110, 91, 93, 59, 108, 101, 116, 32, 116, 61, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 46, 115, 109, 95, 103, 101, 116, 95, 105, 110, 112, 117, 116, 115, 40, 41, 59, 114, 101, 116, 117, 114, 110, 32, 65, 114, 114, 97, 121, 46, 105, 115, 65, 114, 114, 97, 121, 40, 116, 41, 63, 116, 58, 91, 93, 125, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 70, 105, 114, 101, 69, 118, 101, 110, 116, 40, 116, 41, 123, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 63, 46, 115, 109, 95, 102, 105, 114, 101, 40, 116, 41, 125, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 80, 111, 115, 116, 67, 108, 105, 99, 107, 69, 118, 101, 110, 116, 40, 116, 44, 101, 41, 123, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 63, 46, 115, 109, 95, 112, 111, 115, 116, 95, 99, 108, 105, 99, 107, 40, 116, 44, 101, 41, 125, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 80, 111, 115, 116, 80, 111, 105, 110, 116, 101, 114, 85, 112, 69, 118, 101, 110, 116, 40, 116, 44, 101, 41, 123, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 63, 46, 115, 109, 95, 112, 111, 115, 116, 95, 112, 111, 105, 110, 116, 101, 114, 95, 117, 112, 40, 116, 44, 101, 41, 125, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 80, 111, 115, 116, 80, 111, 105, 110, 116, 101, 114, 68, 111, 119, 110, 69, 118, 101, 110, 116, 40, 116, 44, 101, 41, 123, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 63, 46, 115, 109, 95, 112, 111, 115, 116, 95, 112, 111, 105, 110, 116, 101, 114, 95, 100, 111, 119, 110, 40, 116, 44, 101, 41, 125, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 80, 111, 115, 116, 80, 111, 105, 110, 116, 101, 114, 77, 111, 118, 101, 69, 118, 101, 110, 116, 40, 116, 44, 101, 41, 123, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 63, 46, 115, 109, 95, 112, 111, 115, 116, 95, 112, 111, 105, 110, 116, 101, 114, 95, 109, 111, 118, 101, 40, 116, 44, 101, 41, 125, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 80, 111, 115, 116, 80, 111, 105, 110, 116, 101, 114, 69, 110, 116, 101, 114, 69, 118, 101, 110, 116, 40, 116, 44, 101, 41, 123, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 63, 46, 115, 109, 95, 112, 111, 115, 116, 95, 112, 111, 105, 110, 116, 101, 114, 95, 101, 110, 116, 101, 114, 40, 116, 44, 101, 41, 125, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 80, 111, 115, 116, 80, 111, 105, 110, 116, 101, 114, 69, 120, 105, 116, 69, 118, 101, 110, 116, 40, 116, 44, 101, 41, 123, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 63, 46, 115, 109, 95, 112, 111, 115, 116, 95, 112, 111, 105, 110, 116, 101, 114, 95, 101, 120, 105, 116, 40, 116, 44, 101, 41, 125, 95, 111, 110, 67, 108, 105, 99, 107, 40, 116, 41, 123, 108, 101, 116, 32, 101, 61, 77, 40, 116, 41, 59, 101, 38, 38, 116, 104, 105, 115, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 80, 111, 115, 116, 67, 108, 105, 99, 107, 69, 118, 101, 110, 116, 40, 101, 46, 120, 44, 101, 46, 121, 41, 125, 95, 111, 110, 80, 111, 105, 110, 116, 101, 114, 85, 112, 40, 116, 41, 123, 108, 101, 116, 32, 101, 61, 77, 40, 116, 41, 59, 101, 38, 38, 116, 104, 105, 115, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 80, 111, 115, 116, 80, 111, 105, 110, 116, 101, 114, 85, 112, 69, 118, 101, 110, 116, 40, 101, 46, 120, 44, 101, 46, 121, 41, 125, 95, 111, 110, 80, 111, 105, 110, 116, 101, 114, 68, 111, 119, 110, 40, 116, 41, 123, 108, 101, 116, 32, 101, 61, 77, 40, 116, 41, 59, 101, 38, 38, 116, 104, 105, 115, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 80, 111, 115, 116, 80, 111, 105, 110, 116, 101, 114, 68, 111, 119, 110, 69, 118, 101, 110, 116, 40, 101, 46, 120, 44, 101, 46, 121, 41, 125, 95, 111, 110, 80, 111, 105, 110, 116, 101, 114, 77, 111, 118, 101, 40, 116, 41, 123, 108, 101, 116, 32, 101, 61, 77, 40, 116, 41, 59, 101, 38, 38, 116, 104, 105, 115, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 80, 111, 115, 116, 80, 111, 105, 110, 116, 101, 114, 77, 111, 118, 101, 69, 118, 101, 110, 116, 40, 101, 46, 120, 44, 101, 46, 121, 41, 125, 95, 111, 110, 80, 111, 105, 110, 116, 101, 114, 69, 110, 116, 101, 114, 40, 116, 41, 123, 108, 101, 116, 32, 101, 61, 77, 40, 116, 41, 59, 101, 38, 38, 116, 104, 105, 115, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 80, 111, 115, 116, 80, 111, 105, 110, 116, 101, 114, 69, 110, 116, 101, 114, 69, 118, 101, 110, 116, 40, 101, 46, 120, 44, 101, 46, 121, 41, 125, 95, 111, 110, 80, 111, 105, 110, 116, 101, 114, 76, 101, 97, 118, 101, 40, 116, 41, 123, 108, 101, 116, 32, 101, 61, 77, 40, 116, 41, 59, 101, 38, 38, 116, 104, 105, 115, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 80, 111, 115, 116, 80, 111, 105, 110, 116, 101, 114, 69, 120, 105, 116, 69, 118, 101, 110, 116, 40, 101, 46, 120, 44, 101, 46, 121, 41, 125, 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, 123, 105, 102, 40, 103, 38, 38, 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, 38, 38, 116, 104, 105, 115, 46, 95, 100, 111, 116, 76, 111, 116, 116, 105, 101, 67, 111, 114, 101, 33, 61, 61, 110, 117, 108, 108, 38, 38, 116, 104, 105, 115, 46, 105, 115, 76, 111, 97, 100, 101, 100, 41, 123, 108, 101, 116, 32, 116, 61, 116, 104, 105, 115, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 71, 101, 116, 76, 105, 115, 116, 101, 110, 101, 114, 115, 40, 41, 59, 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, 44, 116, 46, 105, 110, 99, 108, 117, 100, 101, 115, 40, 34, 67, 108, 105, 99, 107, 34, 41, 38, 38, 40, 116, 104, 105, 115, 46, 95, 98, 111, 117, 110, 100, 79, 110, 67, 108, 105, 99, 107, 61, 116, 104, 105, 115, 46, 95, 111, 110, 67, 108, 105, 99, 107, 46, 98, 105, 110, 100, 40, 116, 104, 105, 115, 41, 44, 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, 99, 108, 105, 99, 107, 34, 44, 116, 104, 105, 115, 46, 95, 98, 111, 117, 110, 100, 79, 110, 67, 108, 105, 99, 107, 41, 41, 44, 116, 46, 105, 110, 99, 108, 117, 100, 101, 115, 40, 34, 80, 111, 105, 110, 116, 101, 114, 85, 112, 34, 41, 38, 38, 40, 116, 104, 105, 115, 46, 95, 98, 111, 117, 110, 100, 79, 110, 80, 111, 105, 110, 116, 101, 114, 85, 112, 61, 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, 44, 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, 116, 104, 105, 115, 46, 95, 98, 111, 117, 110, 100, 79, 110, 80, 111, 105, 110, 116, 101, 114, 85, 112, 41, 41, 44, 116, 46, 105, 110, 99, 108, 117, 100, 101, 115, 40, 34, 80, 111, 105, 110, 116, 101, 114, 68, 111, 119, 110, 34, 41, 38, 38, 40, 116, 104, 105, 115, 46, 95, 98, 111, 117, 110, 100, 79, 110, 80, 111, 105, 110, 116, 101, 114, 68, 111, 119, 110, 61, 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, 44, 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, 116, 104, 105, 115, 46, 95, 98, 111, 117, 110, 100, 79, 110, 80, 111, 105, 110, 116, 101, 114, 68, 111, 119, 110, 41, 41, 44, 116, 46, 105, 110, 99, 108, 117, 100, 101, 115, 40, 34, 80, 111, 105, 110, 116, 101, 114, 77, 111, 118, 101, 34, 41, 38, 38, 40, 116, 104, 105, 115, 46, 95, 98, 111, 117, 110, 100, 79, 110, 80, 111, 105, 110, 116, 101, 114, 77, 111, 118, 101, 61, 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, 44, 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, 116, 104, 105, 115, 46, 95, 98, 111, 117, 110, 100, 79, 110, 80, 111, 105, 110, 116, 101, 114, 77, 111, 118, 101, 41, 41, 44, 116, 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, 38, 38, 40, 116, 104, 105, 115, 46, 95, 98, 111, 117, 110, 100, 79, 110, 80, 111, 105, 110, 116, 101, 114, 69, 110, 116, 101, 114, 61, 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, 44, 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, 116, 104, 105, 115, 46, 95, 98, 111, 117, 110, 100, 79, 110, 80, 111, 105, 110, 116, 101, 114, 69, 110, 116, 101, 114, 41, 41, 44, 116, 46, 105, 110, 99, 108, 117, 100, 101, 115, 40, 34, 80, 111, 105, 110, 116, 101, 114, 69, 120, 105, 116, 34, 41, 38, 38, 40, 116, 104, 105, 115, 46, 95, 98, 111, 117, 110, 100, 79, 110, 80, 111, 105, 110, 116, 101, 114, 76, 101, 97, 118, 101, 61, 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, 44, 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, 116, 104, 105, 115, 46, 95, 98, 111, 117, 110, 100, 79, 110, 80, 111, 105, 110, 116, 101, 114, 76, 101, 97, 118, 101, 41, 41, 125, 125, 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, 123, 103, 38, 38, 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, 38, 38, 40, 116, 104, 105, 115, 46, 95, 98, 111, 117, 110, 100, 79, 110, 67, 108, 105, 99, 107, 38, 38, 40, 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, 99, 108, 105, 99, 107, 34, 44, 116, 104, 105, 115, 46, 95, 98, 111, 117, 110, 100, 79, 110, 67, 108, 105, 99, 107, 41, 44, 116, 104, 105, 115, 46, 95, 98, 111, 117, 110, 100, 79, 110, 67, 108, 105, 99, 107, 61, 110, 117, 108, 108, 41, 44, 116, 104, 105, 115, 46, 95, 98, 111, 117, 110, 100, 79, 110, 80, 111, 105, 110, 116, 101, 114, 85, 112, 38, 38, 40, 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, 116, 104, 105, 115, 46, 95, 98, 111, 117, 110, 100, 79, 110, 80, 111, 105, 110, 116, 101, 114, 85, 112, 41, 44, 116, 104, 105, 115, 46, 95, 98, 111, 117, 110, 100, 79, 110, 80, 111, 105, 110, 116, 101, 114, 85, 112, 61, 110, 117, 108, 108, 41, 44, 116, 104, 105, 115, 46, 95, 98, 111, 117, 110, 100, 79, 110, 80, 111, 105, 110, 116, 101, 114, 68, 111, 119, 110, 38, 38, 40, 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, 116, 104, 105, 115, 46, 95, 98, 111, 117, 110, 100, 79, 110, 80, 111, 105, 110, 116, 101, 114, 68, 111, 119, 110, 41, 44, 116, 104, 105, 115, 46, 95, 98, 111, 117, 110, 100, 79, 110, 80, 111, 105, 110, 116, 101, 114, 68, 111, 119, 110, 61, 110, 117, 108, 108, 41, 44, 116, 104, 105, 115, 46, 95, 98, 111, 117, 110, 100, 79, 110, 80, 111, 105, 110, 116, 101, 114, 77, 111, 118, 101, 38, 38, 40, 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, 116, 104, 105, 115, 46, 95, 98, 111, 117, 110, 100, 79, 110, 80, 111, 105, 110, 116, 101, 114, 77, 111, 118, 101, 41, 44, 116, 104, 105, 115, 46, 95, 98, 111, 117, 110, 100, 79, 110, 80, 111, 105, 110, 116, 101, 114, 77, 111, 118, 101, 61, 110, 117, 108, 108, 41, 44, 116, 104, 105, 115, 46, 95, 98, 111, 117, 110, 100, 79, 110, 80, 111, 105, 110, 116, 101, 114, 69, 110, 116, 101, 114, 38, 38, 40, 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, 116, 104, 105, 115, 46, 95, 98, 111, 117, 110, 100, 79, 110, 80, 111, 105, 110, 116, 101, 114, 69, 110, 116, 101, 114, 41, 44, 116, 104, 105, 115, 46, 95, 98, 111, 117, 110, 100, 79, 110, 80, 111, 105, 110, 116, 101, 114, 69, 110, 116, 101, 114, 61, 110, 117, 108, 108, 41, 44, 116, 104, 105, 115, 46, 95, 98, 111, 117, 110, 100, 79, 110, 80, 111, 105, 110, 116, 101, 114, 76, 101, 97, 118, 101, 38, 38, 40, 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, 116, 104, 105, 115, 46, 95, 98, 111, 117, 110, 100, 79, 110, 80, 111, 105, 110, 116, 101, 114, 76, 101, 97, 118, 101, 41, 44, 116, 104, 105, 115, 46, 95, 98, 111, 117, 110, 100, 79, 110, 80, 111, 105, 110, 116, 101, 114, 76, 101, 97, 118, 101, 61, 110, 117, 108, 108, 41, 41, 125, 125, 59, 118, 97, 114, 32, 97, 61, 110, 101, 119, 32, 77, 97, 112, 44, 121, 116, 61, 123, 114, 101, 97, 100, 121, 58, 110, 61, 62, 116, 61, 62, 123, 108, 101, 116, 32, 101, 61, 123, 105, 100, 58, 34, 34, 44, 109, 101, 116, 104, 111, 100, 58, 34, 111, 110, 82, 101, 97, 100, 121, 34, 44, 114, 101, 115, 117, 108, 116, 58, 123, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 58, 110, 44, 101, 118, 101, 110, 116, 58, 116, 125, 125, 59, 115, 101, 108, 102, 46, 112, 111, 115, 116, 77, 101, 115, 115, 97, 103, 101, 40, 101, 41, 125, 44, 99, 111, 109, 112, 108, 101, 116, 101, 58, 110, 61, 62, 116, 61, 62, 123, 108, 101, 116, 32, 101, 61, 123, 105, 100, 58, 34, 34, 44, 109, 101, 116, 104, 111, 100, 58, 34, 111, 110, 67, 111, 109, 112, 108, 101, 116, 101, 34, 44, 114, 101, 115, 117, 108, 116, 58, 123, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 58, 110, 44, 101, 118, 101, 110, 116, 58, 116, 125, 125, 59, 115, 101, 108, 102, 46, 112, 111, 115, 116, 77, 101, 115, 115, 97, 103, 101, 40, 101, 41, 125, 44, 108, 111, 97, 100, 58, 110, 61, 62, 116, 61, 62, 123, 108, 101, 116, 32, 114, 61, 123, 105, 100, 58, 34, 34, 44, 109, 101, 116, 104, 111, 100, 58, 34, 111, 110, 76, 111, 97, 100, 34, 44, 114, 101, 115, 117, 108, 116, 58, 123, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 58, 110, 44, 101, 118, 101, 110, 116, 58, 116, 125, 125, 59, 115, 101, 108, 102, 46, 112, 111, 115, 116, 77, 101, 115, 115, 97, 103, 101, 40, 114, 41, 125, 44, 108, 111, 97, 100, 69, 114, 114, 111, 114, 58, 110, 61, 62, 116, 61, 62, 123, 108, 101, 116, 32, 114, 61, 123, 105, 100, 58, 34, 34, 44, 109, 101, 116, 104, 111, 100, 58, 34, 111, 110, 76, 111, 97, 100, 69, 114, 114, 111, 114, 34, 44, 114, 101, 115, 117, 108, 116, 58, 123, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 58, 110, 44, 101, 118, 101, 110, 116, 58, 116, 125, 125, 59, 115, 101, 108, 102, 46, 112, 111, 115, 116, 77, 101, 115, 115, 97, 103, 101, 40, 114, 41, 125, 44, 114, 101, 110, 100, 101, 114, 69, 114, 114, 111, 114, 58, 110, 61, 62, 116, 61, 62, 123, 108, 101, 116, 32, 114, 61, 123, 105, 100, 58, 34, 34, 44, 109, 101, 116, 104, 111, 100, 58, 34, 111, 110, 82, 101, 110, 100, 101, 114, 69, 114, 114, 111, 114, 34, 44, 114, 101, 115, 117, 108, 116, 58, 123, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 58, 110, 44, 101, 118, 101, 110, 116, 58, 116, 125, 125, 59, 115, 101, 108, 102, 46, 112, 111, 115, 116, 77, 101, 115, 115, 97, 103, 101, 40, 114, 41, 125, 44, 108, 111, 111, 112, 58, 110, 61, 62, 116, 61, 62, 123, 108, 101, 116, 32, 114, 61, 123, 105, 100, 58, 34, 34, 44, 109, 101, 116, 104, 111, 100, 58, 34, 111, 110, 76, 111, 111, 112, 34, 44, 114, 101, 115, 117, 108, 116, 58, 123, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 58, 110, 44, 101, 118, 101, 110, 116, 58, 116, 125, 125, 59, 115, 101, 108, 102, 46, 112, 111, 115, 116, 77, 101, 115, 115, 97, 103, 101, 40, 114, 41, 125, 44, 112, 108, 97, 121, 58, 110, 61, 62, 116, 61, 62, 123, 108, 101, 116, 32, 114, 61, 123, 105, 100, 58, 34, 34, 44, 109, 101, 116, 104, 111, 100, 58, 34, 111, 110, 80, 108, 97, 121, 34, 44, 114, 101, 115, 117, 108, 116, 58, 123, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 58, 110, 44, 101, 118, 101, 110, 116, 58, 116, 125, 125, 59, 115, 101, 108, 102, 46, 112, 111, 115, 116, 77, 101, 115, 115, 97, 103, 101, 40, 114, 41, 125, 44, 112, 97, 117, 115, 101, 58, 110, 61, 62, 116, 61, 62, 123, 108, 101, 116, 32, 114, 61, 123, 105, 100, 58, 34, 34, 44, 109, 101, 116, 104, 111, 100, 58, 34, 111, 110, 80, 97, 117, 115, 101, 34, 44, 114, 101, 115, 117, 108, 116, 58, 123, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 58, 110, 44, 101, 118, 101, 110, 116, 58, 116, 125, 125, 59, 115, 101, 108, 102, 46, 112, 111, 115, 116, 77, 101, 115, 115, 97, 103, 101, 40, 114, 41, 125, 44, 115, 116, 111, 112, 58, 110, 61, 62, 116, 61, 62, 123, 108, 101, 116, 32, 114, 61, 123, 105, 100, 58, 34, 34, 44, 109, 101, 116, 104, 111, 100, 58, 34, 111, 110, 83, 116, 111, 112, 34, 44, 114, 101, 115, 117, 108, 116, 58, 123, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 58, 110, 44, 101, 118, 101, 110, 116, 58, 116, 125, 125, 59, 115, 101, 108, 102, 46, 112, 111, 115, 116, 77, 101, 115, 115, 97, 103, 101, 40, 114, 41, 125, 44, 102, 114, 97, 109, 101, 58, 110, 61, 62, 116, 61, 62, 123, 108, 101, 116, 32, 114, 61, 123, 105, 100, 58, 34, 34, 44, 109, 101, 116, 104, 111, 100, 58, 34, 111, 110, 70, 114, 97, 109, 101, 34, 44, 114, 101, 115, 117, 108, 116, 58, 123, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 58, 110, 44, 101, 118, 101, 110, 116, 58, 116, 125, 125, 59, 115, 101, 108, 102, 46, 112, 111, 115, 116, 77, 101, 115, 115, 97, 103, 101, 40, 114, 41, 125, 44, 114, 101, 110, 100, 101, 114, 58, 110, 61, 62, 116, 61, 62, 123, 108, 101, 116, 32, 114, 61, 123, 105, 100, 58, 34, 34, 44, 109, 101, 116, 104, 111, 100, 58, 34, 111, 110, 82, 101, 110, 100, 101, 114, 34, 44, 114, 101, 115, 117, 108, 116, 58, 123, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 58, 110, 44, 101, 118, 101, 110, 116, 58, 116, 125, 125, 59, 115, 101, 108, 102, 46, 112, 111, 115, 116, 77, 101, 115, 115, 97, 103, 101, 40, 114, 41, 125, 44, 102, 114, 101, 101, 122, 101, 58, 110, 61, 62, 116, 61, 62, 123, 108, 101, 116, 32, 114, 61, 123, 105, 100, 58, 34, 34, 44, 109, 101, 116, 104, 111, 100, 58, 34, 111, 110, 70, 114, 101, 101, 122, 101, 34, 44, 114, 101, 115, 117, 108, 116, 58, 123, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 58, 110, 44, 101, 118, 101, 110, 116, 58, 116, 125, 125, 59, 115, 101, 108, 102, 46, 112, 111, 115, 116, 77, 101, 115, 115, 97, 103, 101, 40, 114, 41, 125, 44, 117, 110, 102, 114, 101, 101, 122, 101, 58, 110, 61, 62, 116, 61, 62, 123, 108, 101, 116, 32, 114, 61, 123, 105, 100, 58, 34, 34, 44, 109, 101, 116, 104, 111, 100, 58, 34, 111, 110, 85, 110, 102, 114, 101, 101, 122, 101, 34, 44, 114, 101, 115, 117, 108, 116, 58, 123, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 58, 110, 44, 101, 118, 101, 110, 116, 58, 116, 125, 125, 59, 115, 101, 108, 102, 46, 112, 111, 115, 116, 77, 101, 115, 115, 97, 103, 101, 40, 114, 41, 125, 44, 100, 101, 115, 116, 114, 111, 121, 58, 110, 61, 62, 116, 61, 62, 123, 108, 101, 116, 32, 114, 61, 123, 105, 100, 58, 34, 34, 44, 109, 101, 116, 104, 111, 100, 58, 34, 111, 110, 68, 101, 115, 116, 114, 111, 121, 34, 44, 114, 101, 115, 117, 108, 116, 58, 123, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 58, 110, 44, 101, 118, 101, 110, 116, 58, 116, 125, 125, 59, 115, 101, 108, 102, 46, 112, 111, 115, 116, 77, 101, 115, 115, 97, 103, 101, 40, 114, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 116, 97, 114, 116, 58, 110, 61, 62, 116, 61, 62, 123, 108, 101, 116, 32, 114, 61, 123, 105, 100, 58, 34, 34, 44, 109, 101, 116, 104, 111, 100, 58, 34, 111, 110, 83, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 116, 97, 114, 116, 34, 44, 114, 101, 115, 117, 108, 116, 58, 123, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 58, 110, 44, 101, 118, 101, 110, 116, 58, 116, 125, 125, 59, 115, 101, 108, 102, 46, 112, 111, 115, 116, 77, 101, 115, 115, 97, 103, 101, 40, 114, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 116, 111, 112, 58, 110, 61, 62, 116, 61, 62, 123, 108, 101, 116, 32, 114, 61, 123, 105, 100, 58, 34, 34, 44, 109, 101, 116, 104, 111, 100, 58, 34, 111, 110, 83, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 116, 111, 112, 34, 44, 114, 101, 115, 117, 108, 116, 58, 123, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 58, 110, 44, 101, 118, 101, 110, 116, 58, 116, 125, 125, 59, 115, 101, 108, 102, 46, 112, 111, 115, 116, 77, 101, 115, 115, 97, 103, 101, 40, 114, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 84, 114, 97, 110, 115, 105, 116, 105, 111, 110, 58, 110, 61, 62, 116, 61, 62, 123, 108, 101, 116, 32, 114, 61, 123, 105, 100, 58, 34, 34, 44, 109, 101, 116, 104, 111, 100, 58, 34, 111, 110, 83, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 84, 114, 97, 110, 115, 105, 116, 105, 111, 110, 34, 44, 114, 101, 115, 117, 108, 116, 58, 123, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 58, 110, 44, 101, 118, 101, 110, 116, 58, 116, 125, 125, 59, 115, 101, 108, 102, 46, 112, 111, 115, 116, 77, 101, 115, 115, 97, 103, 101, 40, 114, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 116, 97, 116, 101, 69, 110, 116, 101, 114, 101, 100, 58, 110, 61, 62, 116, 61, 62, 123, 108, 101, 116, 32, 114, 61, 123, 105, 100, 58, 34, 34, 44, 109, 101, 116, 104, 111, 100, 58, 34, 111, 110, 83, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 116, 97, 116, 101, 69, 110, 116, 101, 114, 101, 100, 34, 44, 114, 101, 115, 117, 108, 116, 58, 123, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 58, 110, 44, 101, 118, 101, 110, 116, 58, 116, 125, 125, 59, 115, 101, 108, 102, 46, 112, 111, 115, 116, 77, 101, 115, 115, 97, 103, 101, 40, 114, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 116, 97, 116, 101, 69, 120, 105, 116, 58, 110, 61, 62, 116, 61, 62, 123, 108, 101, 116, 32, 114, 61, 123, 105, 100, 58, 34, 34, 44, 109, 101, 116, 104, 111, 100, 58, 34, 111, 110, 83, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 116, 97, 116, 101, 69, 120, 105, 116, 34, 44, 114, 101, 115, 117, 108, 116, 58, 123, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 58, 110, 44, 101, 118, 101, 110, 116, 58, 116, 125, 125, 59, 115, 101, 108, 102, 46, 112, 111, 115, 116, 77, 101, 115, 115, 97, 103, 101, 40, 114, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 67, 117, 115, 116, 111, 109, 69, 118, 101, 110, 116, 58, 110, 61, 62, 116, 61, 62, 123, 108, 101, 116, 32, 114, 61, 123, 105, 100, 58, 34, 34, 44, 109, 101, 116, 104, 111, 100, 58, 34, 111, 110, 83, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 67, 117, 115, 116, 111, 109, 69, 118, 101, 110, 116, 34, 44, 114, 101, 115, 117, 108, 116, 58, 123, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 58, 110, 44, 101, 118, 101, 110, 116, 58, 116, 125, 125, 59, 115, 101, 108, 102, 46, 112, 111, 115, 116, 77, 101, 115, 115, 97, 103, 101, 40, 114, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 69, 114, 114, 111, 114, 58, 110, 61, 62, 116, 61, 62, 123, 108, 101, 116, 32, 114, 61, 123, 105, 100, 58, 34, 34, 44, 109, 101, 116, 104, 111, 100, 58, 34, 111, 110, 83, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 69, 114, 114, 111, 114, 34, 44, 114, 101, 115, 117, 108, 116, 58, 123, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 58, 110, 44, 101, 118, 101, 110, 116, 58, 116, 125, 125, 59, 115, 101, 108, 102, 46, 112, 111, 115, 116, 77, 101, 115, 115, 97, 103, 101, 40, 114, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 66, 111, 111, 108, 101, 97, 110, 73, 110, 112, 117, 116, 86, 97, 108, 117, 101, 67, 104, 97, 110, 103, 101, 58, 110, 61, 62, 116, 61, 62, 123, 108, 101, 116, 32, 114, 61, 123, 105, 100, 58, 34, 34, 44, 109, 101, 116, 104, 111, 100, 58, 34, 111, 110, 83, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 66, 111, 111, 108, 101, 97, 110, 73, 110, 112, 117, 116, 86, 97, 108, 117, 101, 67, 104, 97, 110, 103, 101, 34, 44, 114, 101, 115, 117, 108, 116, 58, 123, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 58, 110, 44, 101, 118, 101, 110, 116, 58, 116, 125, 125, 59, 115, 101, 108, 102, 46, 112, 111, 115, 116, 77, 101, 115, 115, 97, 103, 101, 40, 114, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 78, 117, 109, 101, 114, 105, 99, 73, 110, 112, 117, 116, 86, 97, 108, 117, 101, 67, 104, 97, 110, 103, 101, 58, 110, 61, 62, 116, 61, 62, 123, 108, 101, 116, 32, 114, 61, 123, 105, 100, 58, 34, 34, 44, 109, 101, 116, 104, 111, 100, 58, 34, 111, 110, 83, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 78, 117, 109, 101, 114, 105, 99, 73, 110, 112, 117, 116, 86, 97, 108, 117, 101, 67, 104, 97, 110, 103, 101, 34, 44, 114, 101, 115, 117, 108, 116, 58, 123, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 58, 110, 44, 101, 118, 101, 110, 116, 58, 116, 125, 125, 59, 115, 101, 108, 102, 46, 112, 111, 115, 116, 77, 101, 115, 115, 97, 103, 101, 40, 114, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 116, 114, 105, 110, 103, 73, 110, 112, 117, 116, 86, 97, 108, 117, 101, 67, 104, 97, 110, 103, 101, 58, 110, 61, 62, 116, 61, 62, 123, 108, 101, 116, 32, 114, 61, 123, 105, 100, 58, 34, 34, 44, 109, 101, 116, 104, 111, 100, 58, 34, 111, 110, 83, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 116, 114, 105, 110, 103, 73, 110, 112, 117, 116, 86, 97, 108, 117, 101, 67, 104, 97, 110, 103, 101, 34, 44, 114, 101, 115, 117, 108, 116, 58, 123, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 58, 110, 44, 101, 118, 101, 110, 116, 58, 116, 125, 125, 59, 115, 101, 108, 102, 46, 112, 111, 115, 116, 77, 101, 115, 115, 97, 103, 101, 40, 114, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 73, 110, 112, 117, 116, 70, 105, 114, 101, 100, 58, 110, 61, 62, 116, 61, 62, 123, 108, 101, 116, 32, 114, 61, 123, 105, 100, 58, 34, 34, 44, 109, 101, 116, 104, 111, 100, 58, 34, 111, 110, 83, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 73, 110, 112, 117, 116, 70, 105, 114, 101, 100, 34, 44, 114, 101, 115, 117, 108, 116, 58, 123, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 58, 110, 44, 101, 118, 101, 110, 116, 58, 116, 125, 125, 59, 115, 101, 108, 102, 46, 112, 111, 115, 116, 77, 101, 115, 115, 97, 103, 101, 40, 114, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 73, 110, 116, 101, 114, 110, 97, 108, 77, 101, 115, 115, 97, 103, 101, 58, 110, 61, 62, 116, 61, 62, 123, 108, 101, 116, 32, 114, 61, 123, 105, 100, 58, 34, 34, 44, 109, 101, 116, 104, 111, 100, 58, 34, 111, 110, 83, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 73, 110, 116, 101, 114, 110, 97, 108, 77, 101, 115, 115, 97, 103, 101, 34, 44, 114, 101, 115, 117, 108, 116, 58, 123, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 58, 110, 44, 101, 118, 101, 110, 116, 58, 116, 125, 125, 59, 115, 101, 108, 102, 46, 112, 111, 115, 116, 77, 101, 115, 115, 97, 103, 101, 40, 114, 41, 125, 125, 44, 74, 61, 123, 115, 101, 116, 84, 114, 97, 110, 115, 102, 111, 114, 109, 40, 110, 41, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 101, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 101, 46, 115, 101, 116, 84, 114, 97, 110, 115, 102, 111, 114, 109, 40, 110, 46, 112, 97, 114, 97, 109, 115, 46, 116, 114, 97, 110, 115, 102, 111, 114, 109, 41, 125, 44, 103, 101, 116, 84, 114, 97, 110, 115, 102, 111, 114, 109, 40, 110, 41, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 101, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 101, 46, 103, 101, 116, 84, 114, 97, 110, 115, 102, 111, 114, 109, 40, 41, 125, 44, 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, 110, 41, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 101, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 123, 115, 116, 97, 116, 101, 58, 123, 108, 111, 111, 112, 67, 111, 117, 110, 116, 58, 101, 46, 108, 111, 111, 112, 67, 111, 117, 110, 116, 44, 105, 115, 76, 111, 97, 100, 101, 100, 58, 101, 46, 105, 115, 76, 111, 97, 100, 101, 100, 44, 105, 115, 80, 97, 117, 115, 101, 100, 58, 101, 46, 105, 115, 80, 97, 117, 115, 101, 100, 44, 105, 115, 80, 108, 97, 121, 105, 110, 103, 58, 101, 46, 105, 115, 80, 108, 97, 121, 105, 110, 103, 44, 105, 115, 83, 116, 111, 112, 112, 101, 100, 58, 101, 46, 105, 115, 83, 116, 111, 112, 112, 101, 100, 44, 105, 115, 70, 114, 111, 122, 101, 110, 58, 101, 46, 105, 115, 70, 114, 111, 122, 101, 110, 44, 108, 111, 111, 112, 58, 101, 46, 108, 111, 111, 112, 44, 109, 111, 100, 101, 58, 101, 46, 109, 111, 100, 101, 44, 115, 112, 101, 101, 100, 58, 101, 46, 115, 112, 101, 101, 100, 44, 99, 117, 114, 114, 101, 110, 116, 70, 114, 97, 109, 101, 58, 101, 46, 99, 117, 114, 114, 101, 110, 116, 70, 114, 97, 109, 101, 44, 116, 111, 116, 97, 108, 70, 114, 97, 109, 101, 115, 58, 101, 46, 116, 111, 116, 97, 108, 70, 114, 97, 109, 101, 115, 44, 100, 117, 114, 97, 116, 105, 111, 110, 58, 101, 46, 100, 117, 114, 97, 116, 105, 111, 110, 44, 117, 115, 101, 70, 114, 97, 109, 101, 73, 110, 116, 101, 114, 112, 111, 108, 97, 116, 105, 111, 110, 58, 101, 46, 117, 115, 101, 70, 114, 97, 109, 101, 73, 110, 116, 101, 114, 112, 111, 108, 97, 116, 105, 111, 110, 44, 114, 101, 110, 100, 101, 114, 67, 111, 110, 102, 105, 103, 58, 101, 46, 114, 101, 110, 100, 101, 114, 67, 111, 110, 102, 105, 103, 44, 109, 97, 114, 107, 101, 114, 58, 101, 46, 109, 97, 114, 107, 101, 114, 44, 98, 97, 99, 107, 103, 114, 111, 117, 110, 100, 67, 111, 108, 111, 114, 58, 101, 46, 98, 97, 99, 107, 103, 114, 111, 117, 110, 100, 67, 111, 108, 111, 114, 44, 109, 97, 114, 107, 101, 114, 115, 58, 101, 46, 109, 97, 114, 107, 101, 114, 115, 40, 41, 44, 97, 99, 116, 105, 118, 101, 65, 110, 105, 109, 97, 116, 105, 111, 110, 73, 100, 58, 101, 46, 97, 99, 116, 105, 118, 101, 65, 110, 105, 109, 97, 116, 105, 111, 110, 73, 100, 44, 97, 99, 116, 105, 118, 101, 84, 104, 101, 109, 101, 73, 100, 58, 101, 46, 97, 99, 116, 105, 118, 101, 84, 104, 101, 109, 101, 73, 100, 44, 97, 117, 116, 111, 112, 108, 97, 121, 58, 101, 46, 97, 117, 116, 111, 112, 108, 97, 121, 44, 115, 101, 103, 109, 101, 110, 116, 58, 101, 46, 115, 101, 103, 109, 101, 110, 116, 44, 108, 97, 121, 111, 117, 116, 58, 101, 46, 108, 97, 121, 111, 117, 116, 44, 105, 115, 82, 101, 97, 100, 121, 58, 101, 46, 105, 115, 82, 101, 97, 100, 121, 44, 109, 97, 110, 105, 102, 101, 115, 116, 58, 101, 46, 109, 97, 110, 105, 102, 101, 115, 116, 125, 125, 125, 44, 115, 101, 116, 76, 97, 121, 111, 117, 116, 40, 110, 41, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 108, 97, 121, 111, 117, 116, 44, 114, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 114, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 46, 115, 101, 116, 76, 97, 121, 111, 117, 116, 40, 101, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 71, 101, 116, 76, 105, 115, 116, 101, 110, 101, 114, 115, 40, 110, 41, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 101, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 101, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 71, 101, 116, 76, 105, 115, 116, 101, 110, 101, 114, 115, 40, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 116, 97, 114, 116, 40, 110, 41, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 101, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 101, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 116, 97, 114, 116, 40, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 116, 111, 112, 40, 110, 41, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 101, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 101, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 116, 111, 112, 40, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 76, 111, 97, 100, 40, 110, 41, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 73, 100, 44, 114, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 114, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 114, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 76, 111, 97, 100, 40, 101, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 76, 111, 97, 100, 68, 97, 116, 97, 40, 110, 41, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 68, 97, 116, 97, 44, 114, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 114, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 114, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 76, 111, 97, 100, 68, 97, 116, 97, 40, 101, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 80, 111, 115, 116, 67, 108, 105, 99, 107, 69, 118, 101, 110, 116, 40, 110, 41, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 120, 44, 114, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 121, 44, 111, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 111, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 111, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 80, 111, 115, 116, 67, 108, 105, 99, 107, 69, 118, 101, 110, 116, 40, 101, 44, 114, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 80, 111, 115, 116, 80, 111, 105, 110, 116, 101, 114, 85, 112, 69, 118, 101, 110, 116, 40, 110, 41, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 120, 44, 114, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 121, 44, 111, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 111, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 111, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 80, 111, 115, 116, 80, 111, 105, 110, 116, 101, 114, 85, 112, 69, 118, 101, 110, 116, 40, 101, 44, 114, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 80, 111, 115, 116, 80, 111, 105, 110, 116, 101, 114, 68, 111, 119, 110, 69, 118, 101, 110, 116, 40, 110, 41, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 120, 44, 114, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 121, 44, 111, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 111, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 111, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 80, 111, 115, 116, 80, 111, 105, 110, 116, 101, 114, 68, 111, 119, 110, 69, 118, 101, 110, 116, 40, 101, 44, 114, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 80, 111, 115, 116, 80, 111, 105, 110, 116, 101, 114, 77, 111, 118, 101, 69, 118, 101, 110, 116, 40, 110, 41, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 120, 44, 114, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 121, 44, 111, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 111, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 111, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 80, 111, 115, 116, 80, 111, 105, 110, 116, 101, 114, 77, 111, 118, 101, 69, 118, 101, 110, 116, 40, 101, 44, 114, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 80, 111, 115, 116, 80, 111, 105, 110, 116, 101, 114, 69, 110, 116, 101, 114, 69, 118, 101, 110, 116, 40, 110, 41, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 120, 44, 114, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 121, 44, 111, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 111, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 111, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 80, 111, 115, 116, 80, 111, 105, 110, 116, 101, 114, 69, 110, 116, 101, 114, 69, 118, 101, 110, 116, 40, 101, 44, 114, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 80, 111, 115, 116, 80, 111, 105, 110, 116, 101, 114, 69, 120, 105, 116, 69, 118, 101, 110, 116, 40, 110, 41, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 120, 44, 114, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 121, 44, 111, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 111, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 111, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 80, 111, 115, 116, 80, 111, 105, 110, 116, 101, 114, 69, 120, 105, 116, 69, 118, 101, 110, 116, 40, 101, 44, 114, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 101, 116, 78, 117, 109, 101, 114, 105, 99, 73, 110, 112, 117, 116, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 110, 97, 109, 101, 44, 114, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 118, 97, 108, 117, 101, 44, 111, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 111, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 111, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 101, 116, 78, 117, 109, 101, 114, 105, 99, 73, 110, 112, 117, 116, 40, 101, 44, 114, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 101, 116, 66, 111, 111, 108, 101, 97, 110, 73, 110, 112, 117, 116, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 110, 97, 109, 101, 44, 114, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 118, 97, 108, 117, 101, 44, 111, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 111, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 111, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 101, 116, 66, 111, 111, 108, 101, 97, 110, 73, 110, 112, 117, 116, 40, 101, 44, 114, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 101, 116, 67, 111, 110, 102, 105, 103, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 99, 111, 110, 102, 105, 103, 44, 114, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 114, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 101, 116, 67, 111, 110, 102, 105, 103, 40, 101, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 101, 116, 83, 116, 114, 105, 110, 103, 73, 110, 112, 117, 116, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 110, 97, 109, 101, 44, 114, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 118, 97, 108, 117, 101, 44, 111, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 111, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 111, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 101, 116, 83, 116, 114, 105, 110, 103, 73, 110, 112, 117, 116, 40, 101, 44, 114, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 71, 101, 116, 78, 117, 109, 101, 114, 105, 99, 73, 110, 112, 117, 116, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 110, 97, 109, 101, 44, 114, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 114, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 114, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 71, 101, 116, 78, 117, 109, 101, 114, 105, 99, 73, 110, 112, 117, 116, 40, 101, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 71, 101, 116, 66, 111, 111, 108, 101, 97, 110, 73, 110, 112, 117, 116, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 110, 97, 109, 101, 44, 114, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 114, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 114, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 71, 101, 116, 66, 111, 111, 108, 101, 97, 110, 73, 110, 112, 117, 116, 40, 101, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 71, 101, 116, 83, 116, 114, 105, 110, 103, 73, 110, 112, 117, 116, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 110, 97, 109, 101, 44, 114, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 114, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 114, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 71, 101, 116, 83, 116, 114, 105, 110, 103, 73, 110, 112, 117, 116, 40, 101, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 71, 101, 116, 73, 110, 112, 117, 116, 115, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 101, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 101, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 71, 101, 116, 73, 110, 112, 117, 116, 115, 40, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 70, 105, 114, 101, 69, 118, 101, 110, 116, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 110, 97, 109, 101, 44, 114, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 114, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 114, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 70, 105, 114, 101, 69, 118, 101, 110, 116, 40, 101, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 71, 101, 116, 83, 116, 97, 116, 117, 115, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 101, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 101, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 71, 101, 116, 83, 116, 97, 116, 117, 115, 40, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 71, 101, 116, 67, 117, 114, 114, 101, 110, 116, 83, 116, 97, 116, 101, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 101, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 101, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 71, 101, 116, 67, 117, 114, 114, 101, 110, 116, 83, 116, 97, 116, 101, 40, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 71, 101, 116, 65, 99, 116, 105, 118, 101, 73, 100, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 101, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 101, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 71, 101, 116, 65, 99, 116, 105, 118, 101, 73, 100, 40, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 79, 118, 101, 114, 114, 105, 100, 101, 83, 116, 97, 116, 101, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 115, 116, 97, 116, 101, 44, 114, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 109, 109, 101, 100, 105, 97, 116, 101, 44, 111, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 111, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 111, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 79, 118, 101, 114, 114, 105, 100, 101, 83, 116, 97, 116, 101, 40, 101, 44, 114, 41, 125, 44, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 71, 101, 116, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 73, 100, 44, 114, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 114, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 114, 46, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 71, 101, 116, 40, 101, 41, 125, 44, 99, 114, 101, 97, 116, 101, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 99, 111, 110, 102, 105, 103, 44, 114, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 119, 105, 100, 116, 104, 44, 111, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 104, 101, 105, 103, 104, 116, 59, 105, 102, 40, 97, 46, 104, 97, 115, 40, 116, 41, 41, 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, 116, 125, 32, 97, 108, 114, 101, 97, 100, 121, 32, 101, 120, 105, 115, 116, 115, 46, 96, 41, 59, 108, 101, 116, 32, 105, 61, 110, 101, 119, 32, 67, 40, 101, 41, 59, 114, 101, 116, 117, 114, 110, 32, 105, 46, 99, 97, 110, 118, 97, 115, 38, 38, 40, 105, 46, 99, 97, 110, 118, 97, 115, 46, 104, 101, 105, 103, 104, 116, 61, 111, 44, 105, 46, 99, 97, 110, 118, 97, 115, 46, 119, 105, 100, 116, 104, 61, 114, 41, 44, 97, 46, 115, 101, 116, 40, 116, 44, 105, 41, 44, 91, 34, 99, 111, 109, 112, 108, 101, 116, 101, 34, 44, 34, 102, 114, 97, 109, 101, 34, 44, 34, 108, 111, 97, 100, 34, 44, 34, 108, 111, 97, 100, 69, 114, 114, 111, 114, 34, 44, 34, 114, 101, 110, 100, 101, 114, 69, 114, 114, 111, 114, 34, 44, 34, 108, 111, 111, 112, 34, 44, 34, 112, 97, 117, 115, 101, 34, 44, 34, 112, 108, 97, 121, 34, 44, 34, 115, 116, 111, 112, 34, 44, 34, 100, 101, 115, 116, 114, 111, 121, 34, 44, 34, 102, 114, 101, 101, 122, 101, 34, 44, 34, 117, 110, 102, 114, 101, 101, 122, 101, 34, 44, 34, 114, 101, 110, 100, 101, 114, 34, 44, 34, 114, 101, 97, 100, 121, 34, 44, 34, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 116, 97, 114, 116, 34, 44, 34, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 116, 111, 112, 34, 44, 34, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 84, 114, 97, 110, 115, 105, 116, 105, 111, 110, 34, 44, 34, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 116, 97, 116, 101, 69, 110, 116, 101, 114, 101, 100, 34, 44, 34, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 116, 97, 116, 101, 69, 120, 105, 116, 34, 44, 34, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 67, 117, 115, 116, 111, 109, 69, 118, 101, 110, 116, 34, 44, 34, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 69, 114, 114, 111, 114, 34, 44, 34, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 66, 111, 111, 108, 101, 97, 110, 73, 110, 112, 117, 116, 86, 97, 108, 117, 101, 67, 104, 97, 110, 103, 101, 34, 44, 34, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 78, 117, 109, 101, 114, 105, 99, 73, 110, 112, 117, 116, 86, 97, 108, 117, 101, 67, 104, 97, 110, 103, 101, 34, 44, 34, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 83, 116, 114, 105, 110, 103, 73, 110, 112, 117, 116, 86, 97, 108, 117, 101, 67, 104, 97, 110, 103, 101, 34, 44, 34, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 73, 110, 112, 117, 116, 70, 105, 114, 101, 100, 34, 44, 34, 115, 116, 97, 116, 101, 77, 97, 99, 104, 105, 110, 101, 73, 110, 116, 101, 114, 110, 97, 108, 77, 101, 115, 115, 97, 103, 101, 34, 93, 46, 102, 111, 114, 69, 97, 99, 104, 40, 100, 61, 62, 123, 105, 46, 97, 100, 100, 69, 118, 101, 110, 116, 76, 105, 115, 116, 101, 110, 101, 114, 40, 100, 44, 121, 116, 91, 100, 93, 40, 116, 41, 41, 125, 41, 44, 123, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 58, 116, 125, 125, 44, 100, 101, 115, 116, 114, 111, 121, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 101, 38, 38, 40, 101, 46, 100, 101, 115, 116, 114, 111, 121, 40, 41, 44, 97, 46, 100, 101, 108, 101, 116, 101, 40, 116, 41, 41, 125, 44, 102, 114, 101, 101, 122, 101, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 101, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 101, 46, 102, 114, 101, 101, 122, 101, 40, 41, 125, 44, 108, 111, 97, 100, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 99, 111, 110, 102, 105, 103, 44, 114, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 114, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 46, 108, 111, 97, 100, 40, 101, 41, 125, 44, 108, 111, 97, 100, 65, 110, 105, 109, 97, 116, 105, 111, 110, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 97, 110, 105, 109, 97, 116, 105, 111, 110, 73, 100, 44, 114, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 114, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 46, 108, 111, 97, 100, 65, 110, 105, 109, 97, 116, 105, 111, 110, 40, 101, 41, 125, 44, 115, 101, 116, 84, 104, 101, 109, 101, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 116, 104, 101, 109, 101, 73, 100, 44, 114, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 114, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 114, 46, 115, 101, 116, 84, 104, 101, 109, 101, 40, 101, 41, 125, 44, 115, 101, 116, 84, 104, 101, 109, 101, 68, 97, 116, 97, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 116, 104, 101, 109, 101, 68, 97, 116, 97, 44, 114, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 114, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 114, 46, 115, 101, 116, 84, 104, 101, 109, 101, 68, 97, 116, 97, 40, 101, 41, 125, 44, 112, 97, 117, 115, 101, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 101, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 101, 46, 112, 97, 117, 115, 101, 40, 41, 125, 44, 112, 108, 97, 121, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 101, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 101, 46, 112, 108, 97, 121, 40, 41, 125, 44, 114, 101, 103, 105, 115, 116, 101, 114, 70, 111, 110, 116, 58, 97, 115, 121, 110, 99, 32, 110, 61, 62, 123, 108, 101, 116, 123, 102, 111, 110, 116, 78, 97, 109, 101, 58, 116, 44, 102, 111, 110, 116, 83, 111, 117, 114, 99, 101, 58, 101, 125, 61, 110, 46, 112, 97, 114, 97, 109, 115, 59, 114, 101, 116, 117, 114, 110, 32, 67, 46, 114, 101, 103, 105, 115, 116, 101, 114, 70, 111, 110, 116, 40, 116, 44, 101, 41, 125, 44, 114, 101, 115, 105, 122, 101, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 119, 105, 100, 116, 104, 44, 114, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 104, 101, 105, 103, 104, 116, 44, 111, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 111, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 111, 46, 99, 97, 110, 118, 97, 115, 38, 38, 40, 111, 46, 99, 97, 110, 118, 97, 115, 46, 104, 101, 105, 103, 104, 116, 61, 114, 44, 111, 46, 99, 97, 110, 118, 97, 115, 46, 119, 105, 100, 116, 104, 61, 101, 41, 44, 111, 46, 114, 101, 115, 105, 122, 101, 40, 41, 125, 44, 115, 101, 116, 66, 97, 99, 107, 103, 114, 111, 117, 110, 100, 67, 111, 108, 111, 114, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 98, 97, 99, 107, 103, 114, 111, 117, 110, 100, 67, 111, 108, 111, 114, 44, 114, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 114, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 46, 115, 101, 116, 66, 97, 99, 107, 103, 114, 111, 117, 110, 100, 67, 111, 108, 111, 114, 40, 101, 41, 125, 44, 115, 101, 116, 83, 108, 111, 116, 115, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 101, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 101, 46, 115, 101, 116, 83, 108, 111, 116, 115, 40, 110, 46, 112, 97, 114, 97, 109, 115, 46, 115, 108, 111, 116, 115, 41, 125, 44, 103, 101, 116, 83, 108, 111, 116, 73, 100, 115, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 101, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 101, 46, 103, 101, 116, 83, 108, 111, 116, 73, 100, 115, 40, 41, 125, 44, 103, 101, 116, 83, 108, 111, 116, 84, 121, 112, 101, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 101, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 101, 46, 103, 101, 116, 83, 108, 111, 116, 84, 121, 112, 101, 40, 110, 46, 112, 97, 114, 97, 109, 115, 46, 115, 108, 111, 116, 73, 100, 41, 125, 44, 103, 101, 116, 83, 108, 111, 116, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 101, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 101, 46, 103, 101, 116, 83, 108, 111, 116, 40, 110, 46, 112, 97, 114, 97, 109, 115, 46, 115, 108, 111, 116, 73, 100, 41, 125, 44, 103, 101, 116, 83, 108, 111, 116, 115, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 101, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 101, 46, 103, 101, 116, 83, 108, 111, 116, 115, 40, 41, 125, 44, 115, 101, 116, 67, 111, 108, 111, 114, 83, 108, 111, 116, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 101, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 101, 46, 115, 101, 116, 67, 111, 108, 111, 114, 83, 108, 111, 116, 40, 110, 46, 112, 97, 114, 97, 109, 115, 46, 115, 108, 111, 116, 73, 100, 44, 110, 46, 112, 97, 114, 97, 109, 115, 46, 118, 97, 108, 117, 101, 41, 125, 44, 115, 101, 116, 83, 99, 97, 108, 97, 114, 83, 108, 111, 116, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 101, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 101, 46, 115, 101, 116, 83, 99, 97, 108, 97, 114, 83, 108, 111, 116, 40, 110, 46, 112, 97, 114, 97, 109, 115, 46, 115, 108, 111, 116, 73, 100, 44, 110, 46, 112, 97, 114, 97, 109, 115, 46, 118, 97, 108, 117, 101, 41, 125, 44, 115, 101, 116, 86, 101, 99, 116, 111, 114, 83, 108, 111, 116, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 101, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 101, 46, 115, 101, 116, 86, 101, 99, 116, 111, 114, 83, 108, 111, 116, 40, 110, 46, 112, 97, 114, 97, 109, 115, 46, 115, 108, 111, 116, 73, 100, 44, 110, 46, 112, 97, 114, 97, 109, 115, 46, 118, 97, 108, 117, 101, 41, 125, 44, 115, 101, 116, 71, 114, 97, 100, 105, 101, 110, 116, 83, 108, 111, 116, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 101, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 101, 46, 115, 101, 116, 71, 114, 97, 100, 105, 101, 110, 116, 83, 108, 111, 116, 40, 110, 46, 112, 97, 114, 97, 109, 115, 46, 115, 108, 111, 116, 73, 100, 44, 110, 46, 112, 97, 114, 97, 109, 115, 46, 118, 97, 108, 117, 101, 44, 110, 46, 112, 97, 114, 97, 109, 115, 46, 99, 111, 108, 111, 114, 83, 116, 111, 112, 67, 111, 117, 110, 116, 41, 125, 44, 115, 101, 116, 84, 101, 120, 116, 83, 108, 111, 116, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 101, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 101, 46, 115, 101, 116, 84, 101, 120, 116, 83, 108, 111, 116, 40, 110, 46, 112, 97, 114, 97, 109, 115, 46, 115, 108, 111, 116, 73, 100, 44, 110, 46, 112, 97, 114, 97, 109, 115, 46, 118, 97, 108, 117, 101, 41, 125, 44, 114, 101, 115, 101, 116, 83, 108, 111, 116, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 101, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 101, 46, 114, 101, 115, 101, 116, 83, 108, 111, 116, 40, 110, 46, 112, 97, 114, 97, 109, 115, 46, 115, 108, 111, 116, 73, 100, 41, 125, 44, 99, 108, 101, 97, 114, 83, 108, 111, 116, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 101, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 101, 46, 99, 108, 101, 97, 114, 83, 108, 111, 116, 40, 110, 46, 112, 97, 114, 97, 109, 115, 46, 115, 108, 111, 116, 73, 100, 41, 125, 44, 114, 101, 115, 101, 116, 83, 108, 111, 116, 115, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 101, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 101, 46, 114, 101, 115, 101, 116, 83, 108, 111, 116, 115, 40, 41, 125, 44, 99, 108, 101, 97, 114, 83, 108, 111, 116, 115, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 101, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 101, 46, 99, 108, 101, 97, 114, 83, 108, 111, 116, 115, 40, 41, 125, 44, 115, 101, 116, 70, 114, 97, 109, 101, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 102, 114, 97, 109, 101, 44, 114, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 114, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 46, 115, 101, 116, 70, 114, 97, 109, 101, 40, 101, 41, 125, 44, 115, 101, 116, 77, 111, 100, 101, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 109, 111, 100, 101, 44, 114, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 114, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 46, 115, 101, 116, 77, 111, 100, 101, 40, 101, 41, 125, 44, 115, 101, 116, 82, 101, 110, 100, 101, 114, 67, 111, 110, 102, 105, 103, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 114, 101, 110, 100, 101, 114, 67, 111, 110, 102, 105, 103, 44, 114, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 114, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 46, 115, 101, 116, 82, 101, 110, 100, 101, 114, 67, 111, 110, 102, 105, 103, 40, 101, 41, 125, 44, 115, 101, 116, 83, 101, 103, 109, 101, 110, 116, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 115, 101, 103, 109, 101, 110, 116, 44, 114, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 114, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 46, 115, 101, 116, 83, 101, 103, 109, 101, 110, 116, 40, 101, 91, 48, 93, 44, 101, 91, 49, 93, 41, 125, 44, 114, 101, 115, 101, 116, 83, 101, 103, 109, 101, 110, 116, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 101, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 101, 46, 114, 101, 115, 101, 116, 83, 101, 103, 109, 101, 110, 116, 40, 41, 125, 44, 115, 101, 116, 83, 112, 101, 101, 100, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 115, 112, 101, 101, 100, 44, 114, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 114, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 46, 115, 101, 116, 83, 112, 101, 101, 100, 40, 101, 41, 125, 44, 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, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 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, 44, 114, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 114, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 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, 101, 41, 125, 44, 115, 101, 116, 87, 97, 115, 109, 85, 114, 108, 58, 110, 61, 62, 123, 67, 46, 115, 101, 116, 87, 97, 115, 109, 85, 114, 108, 40, 110, 46, 112, 97, 114, 97, 109, 115, 46, 117, 114, 108, 41, 125, 44, 115, 116, 111, 112, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 101, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 101, 46, 115, 116, 111, 112, 40, 41, 125, 44, 117, 110, 102, 114, 101, 101, 122, 101, 58, 110, 61, 62, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 101, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 101, 46, 117, 110, 102, 114, 101, 101, 122, 101, 40, 41, 125, 44, 115, 101, 116, 86, 105, 101, 119, 112, 111, 114, 116, 40, 110, 41, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 120, 44, 114, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 121, 44, 111, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 119, 105, 100, 116, 104, 44, 105, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 104, 101, 105, 103, 104, 116, 44, 99, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 99, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 101, 116, 117, 114, 110, 32, 99, 46, 115, 101, 116, 86, 105, 101, 119, 112, 111, 114, 116, 40, 101, 44, 114, 44, 111, 44, 105, 41, 125, 44, 97, 110, 105, 109, 97, 116, 105, 111, 110, 83, 105, 122, 101, 40, 110, 41, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 101, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 108, 101, 116, 123, 104, 101, 105, 103, 104, 116, 58, 114, 44, 119, 105, 100, 116, 104, 58, 111, 125, 61, 101, 46, 97, 110, 105, 109, 97, 116, 105, 111, 110, 83, 105, 122, 101, 40, 41, 59, 114, 101, 116, 117, 114, 110, 123, 104, 101, 105, 103, 104, 116, 58, 114, 44, 119, 105, 100, 116, 104, 58, 111, 125, 125, 44, 115, 101, 116, 77, 97, 114, 107, 101, 114, 40, 110, 41, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 109, 97, 114, 107, 101, 114, 44, 114, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 114, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 46, 115, 101, 116, 77, 97, 114, 107, 101, 114, 40, 101, 41, 125, 44, 115, 101, 116, 76, 111, 111, 112, 40, 110, 41, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 108, 111, 111, 112, 44, 114, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 114, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 46, 115, 101, 116, 76, 111, 111, 112, 40, 101, 41, 125, 44, 115, 101, 116, 76, 111, 111, 112, 67, 111, 117, 110, 116, 40, 110, 41, 123, 108, 101, 116, 32, 116, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 105, 110, 115, 116, 97, 110, 99, 101, 73, 100, 44, 101, 61, 110, 46, 112, 97, 114, 97, 109, 115, 46, 108, 111, 111, 112, 67, 111, 117, 110, 116, 44, 114, 61, 97, 46, 103, 101, 116, 40, 116, 41, 59, 105, 102, 40, 33, 114, 41, 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, 116, 125, 32, 100, 111, 101, 115, 32, 110, 111, 116, 32, 101, 120, 105, 115, 116, 46, 96, 41, 59, 114, 46, 115, 101, 116, 76, 111, 111, 112, 67, 111, 117, 110, 116, 40, 101, 41, 125, 125, 59, 102, 117, 110, 99, 116, 105, 111, 110, 32, 69, 116, 40, 110, 41, 123, 108, 101, 116, 32, 116, 61, 110, 46, 109, 101, 116, 104, 111, 100, 59, 105, 102, 40, 79, 98, 106, 101, 99, 116, 46, 104, 97, 115, 79, 119, 110, 40, 74, 44, 116, 41, 38, 38, 116, 121, 112, 101, 111, 102, 32, 74, 91, 116, 93, 61, 61, 34, 102, 117, 110, 99, 116, 105, 111, 110, 34, 41, 114, 101, 116, 117, 114, 110, 32, 74, 91, 116, 93, 40, 110, 41, 59, 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, 83, 116, 114, 105, 110, 103, 40, 116, 41, 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, 125, 115, 101, 108, 102, 46, 111, 110, 109, 101, 115, 115, 97, 103, 101, 61, 97, 115, 121, 110, 99, 32, 110, 61, 62, 123, 116, 114, 121, 123, 108, 101, 116, 32, 116, 61, 97, 119, 97, 105, 116, 32, 69, 116, 40, 110, 46, 100, 97, 116, 97, 41, 44, 101, 61, 123, 105, 100, 58, 110, 46, 100, 97, 116, 97, 46, 105, 100, 44, 109, 101, 116, 104, 111, 100, 58, 110, 46, 100, 97, 116, 97, 46, 109, 101, 116, 104, 111, 100, 44, 114, 101, 115, 117, 108, 116, 58, 116, 125, 59, 115, 101, 108, 102, 46, 112, 111, 115, 116, 77, 101, 115, 115, 97, 103, 101, 40, 101, 41, 125, 99, 97, 116, 99, 104, 40, 116, 41, 123, 108, 101, 116, 32, 101, 61, 123, 105, 100, 58, 110, 46, 100, 97, 116, 97, 46, 105, 100, 44, 109, 101, 116, 104, 111, 100, 58, 110, 46, 100, 97, 116, 97, 46, 109, 101, 116, 104, 111, 100, 44, 101, 114, 114, 111, 114, 58, 116, 46, 109, 101, 115, 115, 97, 103, 101, 125, 59, 115, 101, 108, 102, 46, 112, 111, 115, 116, 77, 101, 115, 115, 97, 103, 101, 40, 101, 41, 125, 125, 59, 118, 97, 114, 32, 77, 116, 61, 34, 34, 44, 89, 116, 61, 77, 116, 59, 125, 41, 40, 41, 59, 10])], { type: `application/javascript` }), t2 = URL.createObjectURL(e5), n2 = new Worker(t2);
1512
- return URL.revokeObjectURL(t2), n2;
1513
- }
1514
- }, se = class {
1515
- constructor() {
1516
- r(this, `_workers`, /* @__PURE__ */ new Map()), r(this, `_animationWorkerMap`, /* @__PURE__ */ new Map()), r(this, `_eventHandlers`, /* @__PURE__ */ new Map()), r(this, `_rpcHandlers`, /* @__PURE__ */ new Map()), r(this, `_routeMessage`, (e5) => {
1517
- let t2 = e5.data;
1518
- if (t2.id) {
1519
- let n3 = this._rpcHandlers.get(t2.id);
1520
- n3 && n3(e5);
1521
- return;
1522
- }
1523
- let n2 = t2.result?.instanceId;
1524
- if (n2) {
1525
- let t3 = this._eventHandlers.get(n2);
1526
- t3 && t3(e5);
1527
- }
1528
- });
1529
- }
1530
- getWorker(e5) {
1531
- let t2 = this._workers.get(e5);
1532
- return t2 || (t2 = new oe(), t2.addEventListener(`message`, this._routeMessage), this._workers.set(e5, t2)), t2;
1533
- }
1534
- assignAnimationToWorker(e5, t2) {
1535
- this._animationWorkerMap.set(e5, t2);
1536
- }
1537
- unassignAnimationFromWorker(e5) {
1538
- this._animationWorkerMap.delete(e5);
1539
- }
1540
- sendMessage(e5, t2, n2) {
1541
- this.getWorker(e5).postMessage(t2, n2 || []);
1542
- }
1543
- broadcastMessage(e5, t2) {
1544
- this._workers.forEach((n2) => {
1545
- n2.postMessage(e5, t2 || []);
1546
- });
1547
- }
1548
- terminateWorker(e5) {
1549
- let t2 = this._workers.get(e5);
1550
- t2 && (t2.removeEventListener(`message`, this._routeMessage), t2.terminate(), this._workers.delete(e5));
1551
- }
1552
- registerEventHandler(e5, t2) {
1553
- this._eventHandlers.set(e5, t2);
1554
- }
1555
- unregisterEventHandler(e5) {
1556
- this._eventHandlers.delete(e5);
1557
- }
1558
- registerRpcReplyHandler(e5, t2) {
1559
- this._rpcHandlers.set(e5, t2);
1560
- }
1561
- unregisterRpcReplyHandler(e5) {
1562
- this._rpcHandlers.delete(e5);
1563
- }
1564
- };
1565
- function Z(e5, t2) {
1566
- if (typeof HTMLCanvasElement < `u` && e5 instanceof HTMLCanvasElement) {
1567
- let { height: n2, width: r2 } = e5.getBoundingClientRect();
1568
- if (n2 !== 0 && r2 !== 0) return { width: r2 * t2, height: n2 * t2 };
1569
- }
1570
- return { width: e5.width, height: e5.height };
1571
- }
1572
- function Q() {
1573
- return Date.now().toString(36) + Math.random().toString(36).substr(2, 9);
1574
- }
1575
- var $ = class e4 {
1576
- constructor(t2) {
1577
- if (r(this, `_eventManager`, new I()), r(this, `_id`, void 0), r(this, `_worker`, void 0), r(this, `_canvas`, void 0), r(this, `_dotLottieInstanceState`, { loopCount: 0, markers: [], autoplay: false, backgroundColor: ``, currentFrame: 0, duration: 0, loop: false, mode: `forward`, segment: [0, 0], speed: 1, totalFrames: 0, isLoaded: false, isPlaying: false, isPaused: false, isStopped: true, isFrozen: false, useFrameInterpolation: false, renderConfig: { devicePixelRatio: H() }, activeAnimationId: ``, activeThemeId: ``, layout: void 0, marker: ``, isReady: false, manifest: null }), r(this, `_created`, false), r(this, `_boundOnClick`, null), r(this, `_boundOnPointerUp`, null), r(this, `_boundOnPointerDown`, null), r(this, `_boundOnPointerMove`, null), r(this, `_boundOnPointerEnter`, null), r(this, `_boundOnPointerLeave`, null), r(this, `_pendingConfig`, null), t2.canvas) {
1578
- let e5 = typeof HTMLCanvasElement < `u` && t2.canvas instanceof HTMLCanvasElement, n3 = typeof OffscreenCanvas < `u` && t2.canvas instanceof OffscreenCanvas;
1579
- if (!e5 && !n3) throw Error(`Worker-based DotLottie requires HTMLCanvasElement or OffscreenCanvas`);
1580
- }
1581
- this._canvas = t2.canvas ?? null, this._id = `dotlottie-${Q()}`;
1582
- let n2 = t2.workerId || `defaultWorker`;
1583
- this._worker = e4._workerManager.getWorker(n2), e4._workerManager.assignAnimationToWorker(this._id, n2), e4._wasmUrl && this._sendMessage(`setWasmUrl`, { url: e4._wasmUrl });
1584
- let i2 = { ...t2, renderConfig: { ...t2.renderConfig, devicePixelRatio: t2.renderConfig?.devicePixelRatio || H(), freezeOnOffscreen: t2.renderConfig?.freezeOnOffscreen ?? true } };
1585
- this._pendingConfig = i2, this._canvas && (this._create(i2), this._pendingConfig = null), e4._workerManager.registerEventHandler(this._id, this._handleWorkerEvent.bind(this));
1586
- }
1587
- async _handleWorkerEvent(e5) {
1588
- let t2 = e5.data;
1589
- if (!t2.id && (t2.method === `onLoad` && t2.result.instanceId === this._id && (await this._updateDotLottieInstanceState(), this._eventManager.dispatch(t2.result.event), s && this._canvas instanceof HTMLCanvasElement && (this._dotLottieInstanceState.renderConfig.freezeOnOffscreen && (L.observe(this._canvas, this), U(this._canvas) || await this.freeze()), this._dotLottieInstanceState.renderConfig.autoResize && R.observe(this._canvas, this))), t2.method === `onComplete` && t2.result.instanceId === this._id && (await this._updateDotLottieInstanceState(), this._eventManager.dispatch(t2.result.event)), t2.method === `onDestroy` && t2.result.instanceId === this._id && this._eventManager.dispatch(t2.result.event), t2.method === `onUnfreeze` && t2.result.instanceId === this._id && (await this._updateDotLottieInstanceState(), this._dotLottieInstanceState.isFrozen = false, this._eventManager.dispatch(t2.result.event)), t2.method === `onFrame` && t2.result.instanceId === this._id && (this._dotLottieInstanceState.currentFrame = t2.result.event.currentFrame, this._eventManager.dispatch(t2.result.event)), t2.method === `onRender` && t2.result.instanceId === this._id && this._eventManager.dispatch(t2.result.event), t2.method === `onFreeze` && t2.result.instanceId === this._id && (await this._updateDotLottieInstanceState(), this._eventManager.dispatch(t2.result.event)), t2.method === `onPause` && t2.result.instanceId === this._id && (await this._updateDotLottieInstanceState(), this._eventManager.dispatch(t2.result.event)), t2.method === `onPlay` && t2.result.instanceId === this._id && (await this._updateDotLottieInstanceState(), this._eventManager.dispatch(t2.result.event)), t2.method === `onStop` && t2.result.instanceId === this._id && (await this._updateDotLottieInstanceState(), this._eventManager.dispatch(t2.result.event)), t2.method === `onLoadError` && t2.result.instanceId === this._id && (await this._updateDotLottieInstanceState(), this._eventManager.dispatch(t2.result.event)), t2.method === `onRenderError` && t2.result.instanceId === this._id && this._eventManager.dispatch(t2.result.event), t2.method === `onReady` && t2.result.instanceId === this._id && (await this._updateDotLottieInstanceState(), this._eventManager.dispatch(t2.result.event)), t2.method === `onLoop` && t2.result.instanceId === this._id && (await this._updateDotLottieInstanceState(), this._eventManager.dispatch(t2.result.event)), t2.method === `onStateMachineStart` && t2.result.instanceId === this._id && (await this._updateDotLottieInstanceState(), this._setupStateMachineListeners(), this._eventManager.dispatch(t2.result.event)), t2.method === `onStateMachineStop` && t2.result.instanceId === this._id && (await this._updateDotLottieInstanceState(), this._cleanupStateMachineListeners(), this._eventManager.dispatch(t2.result.event)), t2.method === `onStateMachineTransition` && t2.result.instanceId === this._id && (await this._updateDotLottieInstanceState(), this._eventManager.dispatch(t2.result.event)), t2.method === `onStateMachineStateEntered` && t2.result.instanceId === this._id && (await this._updateDotLottieInstanceState(), this._eventManager.dispatch(t2.result.event)), t2.method === `onStateMachineStateExit` && t2.result.instanceId === this._id && (await this._updateDotLottieInstanceState(), this._eventManager.dispatch(t2.result.event)), t2.method === `onStateMachineCustomEvent` && t2.result.instanceId === this._id && (await this._updateDotLottieInstanceState(), this._eventManager.dispatch(t2.result.event)), t2.method === `onStateMachineError` && t2.result.instanceId === this._id && (await this._updateDotLottieInstanceState(), this._eventManager.dispatch(t2.result.event)), t2.method === `onStateMachineBooleanInputValueChange` && t2.result.instanceId === this._id && (await this._updateDotLottieInstanceState(), this._eventManager.dispatch(t2.result.event)), t2.method === `onStateMachineNumericInputValueChange` && t2.result.instanceId === this._id && (await this._updateDotLottieInstanceState(), this._eventManager.dispatch(t2.result.event)), t2.method === `onStateMachineStringInputValueChange` && t2.result.instanceId === this._id && (await this._updateDotLottieInstanceState(), this._eventManager.dispatch(t2.result.event)), t2.method === `onStateMachineInputFired` && t2.result.instanceId === this._id && (await this._updateDotLottieInstanceState(), this._eventManager.dispatch(t2.result.event)), t2.method === `onStateMachineInternalMessage` && t2.result.instanceId === this._id)) {
1590
- await this._updateDotLottieInstanceState();
1591
- let e6 = t2.result.event;
1592
- e6.message.startsWith(`OpenUrl: `) && G(e6.message);
1593
- }
1594
- }
1595
- async _create(e5) {
1596
- if (!this._canvas) return;
1597
- let t2;
1598
- t2 = this._canvas instanceof HTMLCanvasElement ? this._canvas.transferControlToOffscreen() : this._canvas;
1599
- let { instanceId: n2 } = await this._sendMessage(`create`, { instanceId: this._id, config: { ...e5, canvas: t2 }, ...Z(this._canvas, e5.renderConfig?.devicePixelRatio || H()) }, [t2]);
1600
- if (n2 !== this._id) throw Error(`Instance ID mismatch`);
1601
- this._created = true, await this._updateDotLottieInstanceState();
1602
- }
1603
- get loopCount() {
1604
- return this._dotLottieInstanceState.loopCount;
1605
- }
1606
- get isLoaded() {
1607
- return this._dotLottieInstanceState.isLoaded;
1608
- }
1609
- get isPlaying() {
1610
- return this._dotLottieInstanceState.isPlaying;
1611
- }
1612
- get isPaused() {
1613
- return this._dotLottieInstanceState.isPaused;
1614
- }
1615
- get isStopped() {
1616
- return this._dotLottieInstanceState.isStopped;
1617
- }
1618
- get currentFrame() {
1619
- return this._dotLottieInstanceState.currentFrame;
1620
- }
1621
- get isFrozen() {
1622
- return this._dotLottieInstanceState.isFrozen;
1623
- }
1624
- get totalFrames() {
1625
- return this._dotLottieInstanceState.totalFrames;
1626
- }
1627
- get segment() {
1628
- return this._dotLottieInstanceState.segment;
1629
- }
1630
- get speed() {
1631
- return this._dotLottieInstanceState.speed;
1632
- }
1633
- get duration() {
1634
- return this._dotLottieInstanceState.duration;
1635
- }
1636
- get isReady() {
1637
- return this._dotLottieInstanceState.isReady;
1638
- }
1639
- get mode() {
1640
- return this._dotLottieInstanceState.mode;
1641
- }
1642
- get canvas() {
1643
- return this._canvas;
1644
- }
1645
- async setCanvas(e5) {
1646
- let t2 = typeof HTMLCanvasElement < `u` && e5 instanceof HTMLCanvasElement, n2 = typeof OffscreenCanvas < `u` && e5 instanceof OffscreenCanvas;
1647
- if (!t2 && !n2) throw Error(`Worker-based DotLottie requires HTMLCanvasElement or OffscreenCanvas`);
1648
- if (this._canvas !== e5) {
1649
- if (this._created && this._canvas !== null) throw Error(`Cannot change canvas after worker instance is already created with a different canvas.`);
1650
- this._canvas = e5, !this._created && this._pendingConfig && (await this._create(this._pendingConfig), this._pendingConfig = null);
1651
- }
1652
- }
1653
- get autoplay() {
1654
- return this._dotLottieInstanceState.autoplay;
1655
- }
1656
- get backgroundColor() {
1657
- return this._dotLottieInstanceState.backgroundColor;
1658
- }
1659
- get loop() {
1660
- return this._dotLottieInstanceState.loop;
1661
- }
1662
- get useFrameInterpolation() {
1663
- return this._dotLottieInstanceState.useFrameInterpolation;
1664
- }
1665
- get renderConfig() {
1666
- return this._dotLottieInstanceState.renderConfig;
1667
- }
1668
- get manifest() {
1669
- return this._dotLottieInstanceState.manifest;
1670
- }
1671
- get activeAnimationId() {
1672
- return this._dotLottieInstanceState.activeAnimationId;
1673
- }
1674
- get marker() {
1675
- return this._dotLottieInstanceState.marker;
1676
- }
1677
- get activeThemeId() {
1678
- return this._dotLottieInstanceState.activeThemeId;
1679
- }
1680
- get layout() {
1681
- return this._dotLottieInstanceState.layout;
1682
- }
1683
- async play() {
1684
- this._created && (await this._sendMessage(`play`, { instanceId: this._id }), await this._updateDotLottieInstanceState(), s && this._canvas instanceof HTMLCanvasElement && this._dotLottieInstanceState.renderConfig.freezeOnOffscreen && !U(this._canvas) && await this.freeze());
1685
- }
1686
- async pause() {
1687
- this._created && (await this._sendMessage(`pause`, { instanceId: this._id }), await this._updateDotLottieInstanceState());
1688
- }
1689
- async stop() {
1690
- this._created && (await this._sendMessage(`stop`, { instanceId: this._id }), await this._updateDotLottieInstanceState());
1691
- }
1692
- async setSpeed(e5) {
1693
- this._created && (await this._sendMessage(`setSpeed`, { instanceId: this._id, speed: e5 }), await this._updateDotLottieInstanceState());
1694
- }
1695
- async setMode(e5) {
1696
- this._created && (await this._sendMessage(`setMode`, { instanceId: this._id, mode: e5 }), await this._updateDotLottieInstanceState());
1697
- }
1698
- async setFrame(e5) {
1699
- this._created && (await this._sendMessage(`setFrame`, { frame: e5, instanceId: this._id }), await this._updateDotLottieInstanceState());
1700
- }
1701
- async setSegment(e5, t2) {
1702
- this._created && (await this._sendMessage(`setSegment`, { instanceId: this._id, segment: [e5, t2] }), await this._updateDotLottieInstanceState());
1703
- }
1704
- async resetSegment() {
1705
- this._created && (await this._sendMessage(`resetSegment`, { instanceId: this._id }), await this._updateDotLottieInstanceState());
1706
- }
1707
- async setRenderConfig(e5) {
1708
- if (!this._created) return;
1709
- let { devicePixelRatio: t2, freezeOnOffscreen: n2, quality: r2, ...i2 } = e5;
1710
- await this._sendMessage(`setRenderConfig`, { instanceId: this._id, renderConfig: { ...this._dotLottieInstanceState.renderConfig, ...i2, devicePixelRatio: t2 || H(), freezeOnOffscreen: n2 ?? true, ...r2 !== void 0 && { quality: r2 } } }), await this._updateDotLottieInstanceState(), s && this._canvas instanceof HTMLCanvasElement && (this._dotLottieInstanceState.renderConfig.autoResize ? R.observe(this._canvas, this) : R.unobserve(this._canvas), this._dotLottieInstanceState.renderConfig.freezeOnOffscreen ? (L.observe(this._canvas, this), U(this._canvas) || await this.freeze()) : (L.unobserve(this._canvas), this._dotLottieInstanceState.isFrozen && await this.unfreeze()));
1711
- }
1712
- async setUseFrameInterpolation(e5) {
1713
- this._created && (await this._sendMessage(`setUseFrameInterpolation`, { instanceId: this._id, useFrameInterpolation: e5 }), await this._updateDotLottieInstanceState());
1714
- }
1715
- async setTheme(e5) {
1716
- if (!this._created) return false;
1717
- let t2 = await this._sendMessage(`setTheme`, { instanceId: this._id, themeId: e5 });
1718
- return await this._updateDotLottieInstanceState(), t2;
1719
- }
1720
- async load(e5) {
1721
- if (!this._created) {
1722
- this._pendingConfig && (this._pendingConfig = { ...this._pendingConfig, ...e5 });
1723
- return;
1724
- }
1725
- await this._sendMessage(`load`, { config: e5, instanceId: this._id }), await this._updateDotLottieInstanceState();
1726
- }
1727
- async setLoop(e5) {
1728
- this._created && (await this._sendMessage(`setLoop`, { instanceId: this._id, loop: e5 }), await this._updateDotLottieInstanceState());
1729
- }
1730
- async setLoopCount(e5) {
1731
- this._created && (await this._sendMessage(`setLoopCount`, { instanceId: this._id, loopCount: e5 }), await this._updateDotLottieInstanceState());
1732
- }
1733
- async resize() {
1734
- if (!this._created || !this._canvas) return;
1735
- let { height: e5, width: t2 } = Z(this._canvas, this._dotLottieInstanceState.renderConfig.devicePixelRatio || H());
1736
- await this._sendMessage(`resize`, { height: e5, instanceId: this._id, width: t2 }), await this._updateDotLottieInstanceState();
1737
- }
1738
- async destroy() {
1739
- this._created && (this._created = false, await this._sendMessage(`destroy`, { instanceId: this._id }), this._cleanupStateMachineListeners(), e4._workerManager.unregisterEventHandler(this._id), e4._workerManager.unassignAnimationFromWorker(this._id), this._eventManager.removeAllEventListeners(), s && this._canvas instanceof HTMLCanvasElement && (L.unobserve(this._canvas), R.unobserve(this._canvas)));
1740
- }
1741
- async freeze() {
1742
- this._created && (await this._sendMessage(`freeze`, { instanceId: this._id }), await this._updateDotLottieInstanceState());
1743
- }
1744
- async unfreeze() {
1745
- this._created && (await this._sendMessage(`unfreeze`, { instanceId: this._id }), await this._updateDotLottieInstanceState());
1746
- }
1747
- async setBackgroundColor(e5) {
1748
- this._created && (await this._sendMessage(`setBackgroundColor`, { instanceId: this._id, backgroundColor: e5 }), await this._updateDotLottieInstanceState());
1749
- }
1750
- async loadAnimation(e5) {
1751
- this._created && (await this._sendMessage(`loadAnimation`, { animationId: e5, instanceId: this._id }), await this._updateDotLottieInstanceState());
1752
- }
1753
- async setLayout(e5) {
1754
- this._created && (await this._sendMessage(`setLayout`, { instanceId: this._id, layout: e5 }), await this._updateDotLottieInstanceState());
1755
- }
1756
- async setSlots(e5) {
1757
- this._created && await this._sendMessage(`setSlots`, { instanceId: this._id, slots: e5 });
1758
- }
1759
- async getSlotIds() {
1760
- return this._created ? this._sendMessage(`getSlotIds`, { instanceId: this._id }) : [];
1761
- }
1762
- async getSlotType(e5) {
1763
- if (this._created) return this._sendMessage(`getSlotType`, { instanceId: this._id, slotId: e5 });
1764
- }
1765
- async getSlot(e5) {
1766
- if (this._created) return this._sendMessage(`getSlot`, { instanceId: this._id, slotId: e5 });
1767
- }
1768
- async getSlots() {
1769
- return this._created ? this._sendMessage(`getSlots`, { instanceId: this._id }) : {};
1770
- }
1771
- async setColorSlot(e5, t2) {
1772
- return this._created ? this._sendMessage(`setColorSlot`, { instanceId: this._id, slotId: e5, value: t2 }) : false;
1773
- }
1774
- async setScalarSlot(e5, t2) {
1775
- return this._created ? this._sendMessage(`setScalarSlot`, { instanceId: this._id, slotId: e5, value: t2 }) : false;
1776
- }
1777
- async setVectorSlot(e5, t2) {
1778
- return this._created ? this._sendMessage(`setVectorSlot`, { instanceId: this._id, slotId: e5, value: t2 }) : false;
1779
- }
1780
- async setGradientSlot(e5, t2, n2) {
1781
- return this._created ? this._sendMessage(`setGradientSlot`, { instanceId: this._id, slotId: e5, value: t2, colorStopCount: n2 }) : false;
1782
- }
1783
- async setTextSlot(e5, t2) {
1784
- return this._created ? this._sendMessage(`setTextSlot`, { instanceId: this._id, slotId: e5, value: t2 }) : false;
1785
- }
1786
- async resetSlot(e5) {
1787
- return this._created ? this._sendMessage(`resetSlot`, { instanceId: this._id, slotId: e5 }) : false;
1788
- }
1789
- async clearSlot(e5) {
1790
- return this._created ? this._sendMessage(`clearSlot`, { instanceId: this._id, slotId: e5 }) : false;
1791
- }
1792
- async resetSlots() {
1793
- return this._created ? this._sendMessage(`resetSlots`, { instanceId: this._id }) : false;
1794
- }
1795
- async clearSlots() {
1796
- return this._created ? this._sendMessage(`clearSlots`, { instanceId: this._id }) : false;
1797
- }
1798
- async _updateDotLottieInstanceState() {
1799
- if (!this._created) return;
1800
- let e5 = await this._sendMessage(`getDotLottieInstanceState`, { instanceId: this._id });
1801
- this._dotLottieInstanceState = e5.state;
1802
- }
1803
- markers() {
1804
- return this._dotLottieInstanceState.markers;
1805
- }
1806
- async setMarker(e5) {
1807
- this._created && (await this._sendMessage(`setMarker`, { instanceId: this._id, marker: e5 }), await this._updateDotLottieInstanceState());
1808
- }
1809
- async setThemeData(e5) {
1810
- if (!this._created) return false;
1811
- let t2 = await this._sendMessage(`setThemeData`, { instanceId: this._id, themeData: e5 });
1812
- return await this._updateDotLottieInstanceState(), t2;
1813
- }
1814
- async setViewport(e5, t2, n2, r2) {
1815
- return this._created ? this._sendMessage(`setViewport`, { x: e5, y: t2, width: n2, height: r2, instanceId: this._id }) : false;
1816
- }
1817
- async animationSize() {
1818
- return this._created ? this._sendMessage(`animationSize`, { instanceId: this._id }) : { height: 0, width: 0 };
1819
- }
1820
- async setTransform(e5) {
1821
- return this._created ? this._sendMessage(`setTransform`, { instanceId: this._id, transform: e5 }) : false;
1822
- }
1823
- async getTransform() {
1824
- if (this._created) return this._sendMessage(`getTransform`, { instanceId: this._id });
1825
- }
1826
- async _sendMessage(t2, n2, r2) {
1827
- let i2 = { id: `dotlottie-request-${Q()}`, method: t2, params: n2 };
1828
- return new Promise((n3, a2) => {
1829
- e4._workerManager.registerRpcReplyHandler(i2.id, (r3) => {
1830
- e4._workerManager.unregisterRpcReplyHandler(i2.id);
1831
- let o2 = r3.data;
1832
- o2.error ? a2(Error(`Failed to execute method ${t2}: ${o2.error}`)) : n3(o2.result);
1833
- }), this._worker.postMessage(i2, r2 || []);
1834
- });
1835
- }
1836
- addEventListener(e5, t2) {
1837
- this._eventManager.addEventListener(e5, t2);
1838
- }
1839
- removeEventListener(e5, t2) {
1840
- this._eventManager.removeEventListener(e5, t2);
1841
- }
1842
- static setWasmUrl(t2) {
1843
- e4._wasmUrl = t2;
1844
- }
1845
- static async registerFont(t2, n2) {
1846
- try {
1847
- let r2 = Q();
1848
- return e4._workerManager.broadcastMessage({ id: r2, method: `registerFont`, params: { fontName: t2, fontSource: n2 } }), true;
1849
- } catch (e5) {
1850
- return console.error(`Error broadcasting registerFont for "${t2}":`, e5), false;
1851
- }
1852
- }
1853
- async stateMachineLoad(e5) {
1854
- if (!this._created) return false;
1855
- let t2 = await this._sendMessage(`stateMachineLoad`, { instanceId: this._id, stateMachineId: e5 });
1856
- return await this._updateDotLottieInstanceState(), t2;
1857
- }
1858
- async stateMachineLoadData(e5) {
1859
- if (!this._created) return false;
1860
- let t2 = await this._sendMessage(`stateMachineLoadData`, { instanceId: this._id, stateMachineData: e5 });
1861
- return await this._updateDotLottieInstanceState(), t2;
1862
- }
1863
- async stateMachineStart() {
1864
- if (!this._created) return false;
1865
- let e5 = await this._sendMessage(`stateMachineStart`, { instanceId: this._id });
1866
- return e5 && (this._setupStateMachineListeners(), await this._updateDotLottieInstanceState()), e5;
1867
- }
1868
- async stateMachineStop() {
1869
- return this._created ? (this._cleanupStateMachineListeners(), this._sendMessage(`stateMachineStop`, { instanceId: this._id })) : false;
1870
- }
1871
- async stateMachineSetNumericInput(e5, t2) {
1872
- return this._created ? this._sendMessage(`stateMachineSetNumericInput`, { instanceId: this._id, name: e5, value: t2 }) : false;
1873
- }
1874
- async stateMachineSetBooleanInput(e5, t2) {
1875
- return this._created ? this._sendMessage(`stateMachineSetBooleanInput`, { instanceId: this._id, name: e5, value: t2 }) : false;
1876
- }
1877
- async stateMachineSetConfig(e5) {
1878
- this._created && this._sendMessage(`stateMachineSetConfig`, { instanceId: this._id, config: e5 });
1879
- }
1880
- async stateMachineSetStringInput(e5, t2) {
1881
- return this._created ? this._sendMessage(`stateMachineSetStringInput`, { instanceId: this._id, name: e5, value: t2 }) : false;
1882
- }
1883
- async stateMachineGetNumericInput(e5) {
1884
- if (this._created) return this._sendMessage(`stateMachineGetNumericInput`, { instanceId: this._id, name: e5 });
1885
- }
1886
- async stateMachineGetBooleanInput(e5) {
1887
- if (this._created) return this._sendMessage(`stateMachineGetBooleanInput`, { instanceId: this._id, name: e5 });
1888
- }
1889
- async stateMachineGetStringInput(e5) {
1890
- if (this._created) return this._sendMessage(`stateMachineGetStringInput`, { instanceId: this._id, name: e5 });
1891
- }
1892
- async stateMachineGetInputs() {
1893
- if (this._created) return this._sendMessage(`stateMachineGetInputs`, { instanceId: this._id });
1894
- }
1895
- async stateMachineFireEvent(e5) {
1896
- this._created && this._sendMessage(`stateMachineFireEvent`, { instanceId: this._id, name: e5 });
1897
- }
1898
- async stateMachineGetStatus() {
1899
- return this._created ? this._sendMessage(`stateMachineGetStatus`, { instanceId: this._id }) : ``;
1900
- }
1901
- async stateMachineGetCurrentState() {
1902
- return this._created ? this._sendMessage(`stateMachineGetCurrentState`, { instanceId: this._id }) : ``;
1903
- }
1904
- async stateMachineGetActiveId() {
1905
- return this._created ? this._sendMessage(`stateMachineGetActiveId`, { instanceId: this._id }) : ``;
1906
- }
1907
- async stateMachineOverrideState(e5, t2 = false) {
1908
- return this._created ? this._sendMessage(`stateMachineOverrideState`, { instanceId: this._id, state: e5, immediate: t2 }) : false;
1909
- }
1910
- async stateMachineGet(e5) {
1911
- return this._created ? this._sendMessage(`stateMachineGet`, { instanceId: this._id, stateMachineId: e5 }) : ``;
1912
- }
1913
- async stateMachineGetListeners() {
1914
- return this._created ? this._sendMessage(`stateMachineGetListeners`, { instanceId: this._id }) : [];
1915
- }
1916
- async stateMachinePostClickEvent(e5, t2) {
1917
- if (this._created) return this._sendMessage(`stateMachinePostClickEvent`, { instanceId: this._id, x: e5, y: t2 });
1918
- }
1919
- async stateMachinePostPointerUpEvent(e5, t2) {
1920
- if (this._created) return this._sendMessage(`stateMachinePostPointerUpEvent`, { instanceId: this._id, x: e5, y: t2 });
1921
- }
1922
- async stateMachinePostPointerDownEvent(e5, t2) {
1923
- if (this._created) return this._sendMessage(`stateMachinePostPointerDownEvent`, { instanceId: this._id, x: e5, y: t2 });
1924
- }
1925
- async stateMachinePostPointerMoveEvent(e5, t2) {
1926
- if (this._created) return this._sendMessage(`stateMachinePostPointerMoveEvent`, { instanceId: this._id, x: e5, y: t2 });
1927
- }
1928
- async stateMachinePostPointerEnterEvent(e5, t2) {
1929
- if (this._created) return this._sendMessage(`stateMachinePostPointerEnterEvent`, { instanceId: this._id, x: e5, y: t2 });
1930
- }
1931
- async stateMachinePostPointerExitEvent(e5, t2) {
1932
- if (this._created) return this._sendMessage(`stateMachinePostPointerExitEvent`, { instanceId: this._id, x: e5, y: t2 });
1933
- }
1934
- _onClick(e5) {
1935
- let t2 = W(e5);
1936
- t2 && this._sendMessage(`stateMachinePostClickEvent`, { instanceId: this._id, x: t2.x, y: t2.y });
1937
- }
1938
- _onPointerUp(e5) {
1939
- let t2 = W(e5);
1940
- t2 && this._sendMessage(`stateMachinePostPointerUpEvent`, { instanceId: this._id, x: t2.x, y: t2.y });
1941
- }
1942
- _onPointerDown(e5) {
1943
- let t2 = W(e5);
1944
- t2 && this._sendMessage(`stateMachinePostPointerDownEvent`, { instanceId: this._id, x: t2.x, y: t2.y });
1945
- }
1946
- _onPointerMove(e5) {
1947
- let t2 = W(e5);
1948
- t2 && this._sendMessage(`stateMachinePostPointerMoveEvent`, { instanceId: this._id, x: t2.x, y: t2.y });
1949
- }
1950
- _onPointerEnter(e5) {
1951
- let t2 = W(e5);
1952
- t2 && this._sendMessage(`stateMachinePostPointerEnterEvent`, { instanceId: this._id, x: t2.x, y: t2.y });
1953
- }
1954
- _onPointerLeave(e5) {
1955
- let t2 = W(e5);
1956
- t2 && this._sendMessage(`stateMachinePostPointerExitEvent`, { instanceId: this._id, x: t2.x, y: t2.y });
1957
- }
1958
- async _setupStateMachineListeners() {
1959
- if (s && this._canvas instanceof HTMLCanvasElement && this.isLoaded) {
1960
- let e5 = await this._sendMessage(`stateMachineGetListeners`, { instanceId: this._id });
1961
- if (e5.length === 0) return;
1962
- this._cleanupStateMachineListeners(), e5.includes(`Click`) && (this._boundOnClick = this._onClick.bind(this), this._canvas.addEventListener(`click`, this._boundOnClick)), e5.includes(`PointerUp`) && (this._boundOnPointerUp = this._onPointerUp.bind(this), this._canvas.addEventListener(`pointerup`, this._boundOnPointerUp)), e5.includes(`PointerDown`) && (this._boundOnPointerDown = this._onPointerDown.bind(this), this._canvas.addEventListener(`pointerdown`, this._boundOnPointerDown)), e5.includes(`PointerMove`) && (this._boundOnPointerMove = this._onPointerMove.bind(this), this._canvas.addEventListener(`pointermove`, this._boundOnPointerMove)), e5.includes(`PointerEnter`) && (this._boundOnPointerEnter = this._onPointerEnter.bind(this), this._canvas.addEventListener(`pointerenter`, this._boundOnPointerEnter)), e5.includes(`PointerExit`) && (this._boundOnPointerLeave = this._onPointerLeave.bind(this), this._canvas.addEventListener(`pointerleave`, this._boundOnPointerLeave));
1963
- }
1964
- }
1965
- _cleanupStateMachineListeners() {
1966
- s && this._canvas instanceof HTMLCanvasElement && (this._boundOnClick && (this._canvas.removeEventListener(`click`, this._boundOnClick), this._boundOnClick = null), this._boundOnPointerUp && (this._canvas.removeEventListener(`pointerup`, this._boundOnPointerUp), this._boundOnPointerUp = null), this._boundOnPointerDown && (this._canvas.removeEventListener(`pointerdown`, this._boundOnPointerDown), this._boundOnPointerDown = null), this._boundOnPointerMove && (this._canvas.removeEventListener(`pointermove`, this._boundOnPointerMove), this._boundOnPointerMove = null), this._boundOnPointerEnter && (this._canvas.removeEventListener(`pointerenter`, this._boundOnPointerEnter), this._boundOnPointerEnter = null), this._boundOnPointerLeave && (this._canvas.removeEventListener(`pointerleave`, this._boundOnPointerLeave), this._boundOnPointerLeave = null));
1967
- }
1968
- };
1969
- r($, `_workerManager`, new se()), r($, `_wasmUrl`, ``);
1970
- export {
1971
- ae as DotLottie,
1972
- $ as DotLottieWorker
1973
- };