@ozdao/prometheus-framework 0.2.252 → 0.2.254

Sign up to get free protection for your applications and to get access to all the features.
Files changed (310) hide show
  1. package/dist/auth.server.js +298 -14
  2. package/dist/auth.server.mjs +298 -14
  3. package/dist/builder.js +4 -4
  4. package/dist/builder.mjs +4 -4
  5. package/dist/chats.server.js +110 -0
  6. package/dist/chats.server.mjs +111 -0
  7. package/dist/community.server.js +38 -21
  8. package/dist/community.server.mjs +38 -21
  9. package/dist/events.server.js +38 -18
  10. package/dist/events.server.mjs +38 -17
  11. package/dist/files.server.js +12 -3
  12. package/dist/files.server.mjs +12 -3
  13. package/dist/gallery.server.js +17 -4
  14. package/dist/gallery.server.mjs +17 -4
  15. package/dist/organizations.server.js +43 -26
  16. package/dist/organizations.server.mjs +43 -26
  17. package/dist/products.server.js +49 -23
  18. package/dist/products.server.mjs +49 -22
  19. package/dist/prometheus-framework/src/modules/auth/auth.client.cjs +15 -3
  20. package/dist/prometheus-framework/src/modules/auth/auth.client.cjs.map +1 -1
  21. package/dist/prometheus-framework/src/modules/auth/auth.client.js +16 -4
  22. package/dist/prometheus-framework/src/modules/auth/auth.client.js.map +1 -1
  23. package/dist/prometheus-framework/src/modules/auth/views/components/blocks/CardUser.vue.cjs +95 -0
  24. package/dist/prometheus-framework/src/modules/auth/views/components/blocks/CardUser.vue.cjs.map +1 -0
  25. package/dist/prometheus-framework/src/modules/auth/views/components/blocks/CardUser.vue.js +95 -0
  26. package/dist/prometheus-framework/src/modules/auth/views/components/blocks/CardUser.vue.js.map +1 -0
  27. package/dist/prometheus-framework/src/modules/auth/views/components/pages/Profile.vue.cjs +284 -0
  28. package/dist/prometheus-framework/src/modules/auth/views/components/pages/Profile.vue.cjs.map +1 -0
  29. package/dist/prometheus-framework/src/modules/auth/views/components/pages/Profile.vue.js +284 -0
  30. package/dist/prometheus-framework/src/modules/auth/views/components/pages/Profile.vue.js.map +1 -0
  31. package/dist/prometheus-framework/src/modules/auth/views/components/pages/Profile.vue2.cjs +2 -0
  32. package/dist/prometheus-framework/src/modules/auth/views/components/pages/Profile.vue2.cjs.map +1 -0
  33. package/dist/prometheus-framework/src/modules/auth/views/components/pages/Profile.vue2.js +2 -0
  34. package/dist/prometheus-framework/src/modules/auth/views/components/pages/Profile.vue2.js.map +1 -0
  35. package/dist/prometheus-framework/src/modules/auth/views/components/pages/ProfileBlogposts.vue.cjs +85 -0
  36. package/dist/prometheus-framework/src/modules/auth/views/components/pages/ProfileBlogposts.vue.cjs.map +1 -0
  37. package/dist/prometheus-framework/src/modules/auth/views/components/pages/ProfileBlogposts.vue.js +85 -0
  38. package/dist/prometheus-framework/src/modules/auth/views/components/pages/ProfileBlogposts.vue.js.map +1 -0
  39. package/dist/prometheus-framework/src/modules/auth/views/components/pages/ProfileEdit.vue.cjs +176 -0
  40. package/dist/prometheus-framework/src/modules/auth/views/components/pages/ProfileEdit.vue.cjs.map +1 -0
  41. package/dist/prometheus-framework/src/modules/auth/views/components/pages/ProfileEdit.vue.js +176 -0
  42. package/dist/prometheus-framework/src/modules/auth/views/components/pages/ProfileEdit.vue.js.map +1 -0
  43. package/dist/prometheus-framework/src/modules/auth/views/components/pages/ProfileEdit.vue2.cjs +2 -0
  44. package/dist/prometheus-framework/src/modules/auth/views/components/pages/ProfileEdit.vue2.cjs.map +1 -0
  45. package/dist/prometheus-framework/src/modules/auth/views/components/pages/ProfileEdit.vue2.js +2 -0
  46. package/dist/prometheus-framework/src/modules/auth/views/components/pages/ProfileEdit.vue2.js.map +1 -0
  47. package/dist/prometheus-framework/src/modules/auth/views/components/sections/FeaturedUsers.vue.cjs +114 -0
  48. package/dist/prometheus-framework/src/modules/auth/views/components/sections/FeaturedUsers.vue.cjs.map +1 -0
  49. package/dist/prometheus-framework/src/modules/auth/views/components/sections/FeaturedUsers.vue.js +114 -0
  50. package/dist/prometheus-framework/src/modules/auth/views/components/sections/FeaturedUsers.vue.js.map +1 -0
  51. package/dist/prometheus-framework/src/modules/auth/views/components/sections/ProfileCompletion.vue.cjs +72 -0
  52. package/dist/prometheus-framework/src/modules/auth/views/components/sections/ProfileCompletion.vue.cjs.map +1 -0
  53. package/dist/prometheus-framework/src/modules/auth/views/components/sections/ProfileCompletion.vue.js +72 -0
  54. package/dist/prometheus-framework/src/modules/auth/views/components/sections/ProfileCompletion.vue.js.map +1 -0
  55. package/dist/prometheus-framework/src/modules/auth/views/router/users.cjs +97 -0
  56. package/dist/prometheus-framework/src/modules/auth/views/router/users.cjs.map +1 -0
  57. package/dist/prometheus-framework/src/modules/auth/views/router/users.js +97 -0
  58. package/dist/prometheus-framework/src/modules/auth/views/router/users.js.map +1 -0
  59. package/dist/prometheus-framework/src/modules/auth/views/store/users.cjs +95 -0
  60. package/dist/prometheus-framework/src/modules/auth/views/store/users.cjs.map +1 -0
  61. package/dist/prometheus-framework/src/modules/auth/views/store/users.js +95 -0
  62. package/dist/prometheus-framework/src/modules/auth/views/store/users.js.map +1 -0
  63. package/dist/prometheus-framework/src/modules/backoffice/backoffice.client.cjs +32 -2
  64. package/dist/prometheus-framework/src/modules/backoffice/backoffice.client.cjs.map +1 -1
  65. package/dist/prometheus-framework/src/modules/backoffice/backoffice.client.js +32 -2
  66. package/dist/prometheus-framework/src/modules/backoffice/backoffice.client.js.map +1 -1
  67. package/dist/prometheus-framework/src/modules/backoffice/router/backoffice.cjs +2 -2
  68. package/dist/prometheus-framework/src/modules/backoffice/router/backoffice.cjs.map +1 -1
  69. package/dist/prometheus-framework/src/modules/backoffice/router/backoffice.js +2 -2
  70. package/dist/prometheus-framework/src/modules/backoffice/router/backoffice.js.map +1 -1
  71. package/dist/prometheus-framework/src/modules/chats/chats.client.cjs +31 -0
  72. package/dist/prometheus-framework/src/modules/chats/chats.client.cjs.map +1 -0
  73. package/dist/prometheus-framework/src/modules/chats/chats.client.js +31 -0
  74. package/dist/prometheus-framework/src/modules/chats/chats.client.js.map +1 -0
  75. package/dist/prometheus-framework/src/modules/community/community.client.cjs +42 -7
  76. package/dist/prometheus-framework/src/modules/community/community.client.cjs.map +1 -1
  77. package/dist/prometheus-framework/src/modules/community/community.client.js +59 -24
  78. package/dist/prometheus-framework/src/modules/community/community.client.js.map +1 -1
  79. package/dist/prometheus-framework/src/modules/community/router/blogposts.cjs +68 -70
  80. package/dist/prometheus-framework/src/modules/community/router/blogposts.cjs.map +1 -1
  81. package/dist/prometheus-framework/src/modules/community/router/blogposts.js +68 -70
  82. package/dist/prometheus-framework/src/modules/community/router/blogposts.js.map +1 -1
  83. package/dist/prometheus-framework/src/modules/gallery/gallery.client.cjs +26 -3
  84. package/dist/prometheus-framework/src/modules/gallery/gallery.client.cjs.map +1 -1
  85. package/dist/prometheus-framework/src/modules/gallery/gallery.client.js +27 -4
  86. package/dist/prometheus-framework/src/modules/gallery/gallery.client.js.map +1 -1
  87. package/dist/prometheus-framework/src/modules/gallery/router/gallery.router.cjs +2 -2
  88. package/dist/prometheus-framework/src/modules/gallery/router/gallery.router.cjs.map +1 -1
  89. package/dist/prometheus-framework/src/modules/gallery/router/gallery.router.js +2 -2
  90. package/dist/prometheus-framework/src/modules/gallery/router/gallery.router.js.map +1 -1
  91. package/dist/prometheus-framework/src/modules/orders/components/pages/OrderCreate.vue.cjs +1 -1
  92. package/dist/prometheus-framework/src/modules/orders/components/pages/OrderCreate.vue.cjs.map +1 -1
  93. package/dist/prometheus-framework/src/modules/orders/components/pages/OrderCreate.vue.js +1 -1
  94. package/dist/prometheus-framework/src/modules/orders/components/pages/OrderCreate.vue.js.map +1 -1
  95. package/dist/prometheus-framework/src/modules/orders/components/pages/OrderCreateBackoffice.vue.cjs +1 -1
  96. package/dist/prometheus-framework/src/modules/orders/components/pages/OrderCreateBackoffice.vue.cjs.map +1 -1
  97. package/dist/prometheus-framework/src/modules/orders/components/pages/OrderCreateBackoffice.vue.js +1 -1
  98. package/dist/prometheus-framework/src/modules/orders/components/pages/OrderCreateBackoffice.vue.js.map +1 -1
  99. package/dist/prometheus-framework/src/modules/orders/components/sections/FormAddCustomer.vue.cjs +2 -2
  100. package/dist/prometheus-framework/src/modules/orders/components/sections/FormAddCustomer.vue.cjs.map +1 -1
  101. package/dist/prometheus-framework/src/modules/orders/components/sections/FormAddCustomer.vue.js +2 -2
  102. package/dist/prometheus-framework/src/modules/orders/components/sections/FormAddCustomer.vue.js.map +1 -1
  103. package/dist/prometheus-framework/src/modules/orders/orders.client.cjs +4 -1
  104. package/dist/prometheus-framework/src/modules/orders/orders.client.cjs.map +1 -1
  105. package/dist/prometheus-framework/src/modules/orders/orders.client.js +4 -1
  106. package/dist/prometheus-framework/src/modules/orders/orders.client.js.map +1 -1
  107. package/dist/prometheus-framework/src/modules/orders/store/testimonials.cjs +63 -0
  108. package/dist/prometheus-framework/src/modules/orders/store/testimonials.cjs.map +1 -0
  109. package/dist/prometheus-framework/src/modules/orders/store/testimonials.js +63 -0
  110. package/dist/prometheus-framework/src/modules/orders/store/testimonials.js.map +1 -0
  111. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardDepartment.vue.cjs +2 -2
  112. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardDepartment.vue.cjs.map +1 -1
  113. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardDepartment.vue.js +2 -2
  114. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardDepartment.vue.js.map +1 -1
  115. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardOrganization.vue.cjs +1 -1
  116. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardOrganization.vue.cjs.map +1 -1
  117. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardOrganization.vue.js +1 -1
  118. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardOrganization.vue.js.map +1 -1
  119. package/dist/prometheus-framework/src/modules/organizations/components/pages/Department.vue.cjs +1 -1
  120. package/dist/prometheus-framework/src/modules/organizations/components/pages/Department.vue.cjs.map +1 -1
  121. package/dist/prometheus-framework/src/modules/organizations/components/pages/Department.vue.js +1 -1
  122. package/dist/prometheus-framework/src/modules/organizations/components/pages/Department.vue.js.map +1 -1
  123. package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.cjs +1 -1
  124. package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.cjs.map +1 -1
  125. package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.js +1 -1
  126. package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.js.map +1 -1
  127. package/dist/prometheus-framework/src/modules/organizations/components/pages/Members.vue.cjs +1 -1
  128. package/dist/prometheus-framework/src/modules/organizations/components/pages/Members.vue.cjs.map +1 -1
  129. package/dist/prometheus-framework/src/modules/organizations/components/pages/Members.vue.js +1 -1
  130. package/dist/prometheus-framework/src/modules/organizations/components/pages/Members.vue.js.map +1 -1
  131. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue.cjs.map +1 -1
  132. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue.js.map +1 -1
  133. package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersAdd.vue.cjs +2 -2
  134. package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersAdd.vue.cjs.map +1 -1
  135. package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersAdd.vue.js +2 -2
  136. package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersAdd.vue.js.map +1 -1
  137. package/dist/prometheus-framework/src/modules/organizations/organizations.client.cjs +60 -11
  138. package/dist/prometheus-framework/src/modules/organizations/organizations.client.cjs.map +1 -1
  139. package/dist/prometheus-framework/src/modules/organizations/organizations.client.js +95 -46
  140. package/dist/prometheus-framework/src/modules/organizations/organizations.client.js.map +1 -1
  141. package/dist/prometheus-framework/src/modules/organizations/router/organizations.cjs +6 -10
  142. package/dist/prometheus-framework/src/modules/organizations/router/organizations.cjs.map +1 -1
  143. package/dist/prometheus-framework/src/modules/organizations/router/organizations.js +8 -12
  144. package/dist/prometheus-framework/src/modules/organizations/router/organizations.js.map +1 -1
  145. package/dist/prometheus-framework/src/modules/pages/pages.client.cjs +500 -500
  146. package/dist/prometheus-framework/src/modules/pages/pages.client.js +500 -500
  147. package/dist/prometheus-framework/src/modules/products/components/layouts/Marketplace.vue.cjs +179 -0
  148. package/dist/prometheus-framework/src/modules/products/components/layouts/Marketplace.vue.cjs.map +1 -0
  149. package/dist/prometheus-framework/src/modules/products/components/layouts/Marketplace.vue.js +179 -0
  150. package/dist/prometheus-framework/src/modules/products/components/layouts/Marketplace.vue.js.map +1 -0
  151. package/dist/prometheus-framework/src/modules/products/components/pages/Catalog.vue.cjs +64 -0
  152. package/dist/prometheus-framework/src/modules/products/components/pages/Catalog.vue.cjs.map +1 -0
  153. package/dist/prometheus-framework/src/modules/products/components/pages/Catalog.vue.js +64 -0
  154. package/dist/prometheus-framework/src/modules/products/components/pages/Catalog.vue.js.map +1 -0
  155. package/dist/prometheus-framework/src/modules/products/components/pages/ProductRecommmendation.vue.cjs +2 -2
  156. package/dist/prometheus-framework/src/modules/products/components/pages/ProductRecommmendation.vue.js +2 -2
  157. package/dist/prometheus-framework/src/modules/products/components/pages/Products.vue.cjs +2 -2
  158. package/dist/prometheus-framework/src/modules/products/components/pages/Products.vue.cjs.map +1 -1
  159. package/dist/prometheus-framework/src/modules/products/components/pages/Products.vue.js +2 -2
  160. package/dist/prometheus-framework/src/modules/products/components/pages/Products.vue.js.map +1 -1
  161. package/dist/prometheus-framework/src/modules/products/components/sections/FilterProducts.vue.cjs +1 -1
  162. package/dist/prometheus-framework/src/modules/products/components/sections/FilterProducts.vue.cjs.map +1 -1
  163. package/dist/prometheus-framework/src/modules/products/components/sections/FilterProducts.vue.js +1 -1
  164. package/dist/prometheus-framework/src/modules/products/components/sections/FilterProducts.vue.js.map +1 -1
  165. package/dist/prometheus-framework/src/modules/products/components/sections/Filters.vue.cjs +156 -0
  166. package/dist/prometheus-framework/src/modules/products/components/sections/Filters.vue.cjs.map +1 -0
  167. package/dist/prometheus-framework/src/modules/products/components/sections/Filters.vue.js +157 -0
  168. package/dist/prometheus-framework/src/modules/products/components/sections/Filters.vue.js.map +1 -0
  169. package/dist/prometheus-framework/src/modules/products/components/sections/HeroRecommendation.vue.cjs +1 -1
  170. package/dist/prometheus-framework/src/modules/products/components/sections/HeroRecommendation.vue.cjs.map +1 -1
  171. package/dist/prometheus-framework/src/modules/products/components/sections/HeroRecommendation.vue.js +1 -1
  172. package/dist/prometheus-framework/src/modules/products/components/sections/HeroRecommendation.vue.js.map +1 -1
  173. package/dist/prometheus-framework/src/modules/products/components/sections/PopularProducts.vue.cjs +1 -1
  174. package/dist/prometheus-framework/src/modules/products/components/sections/PopularProducts.vue.cjs.map +1 -1
  175. package/dist/prometheus-framework/src/modules/products/components/sections/PopularProducts.vue.js +1 -1
  176. package/dist/prometheus-framework/src/modules/products/components/sections/PopularProducts.vue.js.map +1 -1
  177. package/dist/prometheus-framework/src/modules/products/products.client.cjs +72 -7
  178. package/dist/prometheus-framework/src/modules/products/products.client.cjs.map +1 -1
  179. package/dist/prometheus-framework/src/modules/products/products.client.js +114 -49
  180. package/dist/prometheus-framework/src/modules/products/products.client.js.map +1 -1
  181. package/dist/prometheus-framework/src/modules/products/router/marketplace.router.cjs +46 -0
  182. package/dist/prometheus-framework/src/modules/products/router/marketplace.router.cjs.map +1 -0
  183. package/dist/prometheus-framework/src/modules/products/router/marketplace.router.js +46 -0
  184. package/dist/prometheus-framework/src/modules/products/router/marketplace.router.js.map +1 -0
  185. package/dist/prometheus-framework/src/modules/products/router/products.router.cjs +79 -36
  186. package/dist/prometheus-framework/src/modules/products/router/products.router.cjs.map +1 -1
  187. package/dist/prometheus-framework/src/modules/products/router/products.router.js +78 -35
  188. package/dist/prometheus-framework/src/modules/products/router/products.router.js.map +1 -1
  189. package/dist/prometheus-framework/src/modules/products/store/marketplace.cjs +57 -0
  190. package/dist/prometheus-framework/src/modules/products/store/marketplace.cjs.map +1 -0
  191. package/dist/prometheus-framework/src/modules/products/store/marketplace.js +57 -0
  192. package/dist/prometheus-framework/src/modules/products/store/marketplace.js.map +1 -0
  193. package/dist/prometheus-framework/src/modules/reports/reports.client.cjs +21 -2
  194. package/dist/prometheus-framework/src/modules/reports/reports.client.cjs.map +1 -1
  195. package/dist/prometheus-framework/src/modules/reports/reports.client.js +20 -1
  196. package/dist/prometheus-framework/src/modules/reports/reports.client.js.map +1 -1
  197. package/dist/prometheus-framework/src/modules/spots/components/layouts/Spots.vue.cjs +1 -1
  198. package/dist/prometheus-framework/src/modules/spots/components/layouts/Spots.vue.cjs.map +1 -1
  199. package/dist/prometheus-framework/src/modules/spots/components/layouts/Spots.vue.js +1 -1
  200. package/dist/prometheus-framework/src/modules/spots/components/layouts/Spots.vue.js.map +1 -1
  201. package/dist/prometheus-framework/src/modules/spots/components/pages/Map.vue.cjs +2 -2
  202. package/dist/prometheus-framework/src/modules/spots/components/pages/Map.vue.cjs.map +1 -1
  203. package/dist/prometheus-framework/src/modules/spots/components/pages/Map.vue.js +2 -2
  204. package/dist/prometheus-framework/src/modules/spots/components/pages/Map.vue.js.map +1 -1
  205. package/dist/prometheus-framework/src/modules/spots/components/pages/Spot.vue.cjs +2 -2
  206. package/dist/prometheus-framework/src/modules/spots/components/pages/Spot.vue.cjs.map +1 -1
  207. package/dist/prometheus-framework/src/modules/spots/components/pages/Spot.vue.js +2 -2
  208. package/dist/prometheus-framework/src/modules/spots/components/pages/Spot.vue.js.map +1 -1
  209. package/dist/reports.server.js +21 -8
  210. package/dist/reports.server.mjs +21 -8
  211. package/package.json +9 -1
  212. package/src/builder/webpack/webpack.config.client.js +2 -2
  213. package/src/builder/webpack/webpack.config.server.js +1 -1
  214. package/src/builder/webpack/webpack.config.spa.js +1 -1
  215. package/src/builder/webpack/webpack.config.ssr.js +1 -1
  216. package/src/modules/auth/auth.client.js +16 -3
  217. package/src/modules/auth/auth.server.js +22 -1
  218. package/src/modules/{users → auth/controllers}/routes/users.routes.js +1 -1
  219. package/src/modules/auth/controllers/services/auth.service.js +0 -1
  220. package/src/modules/{users → auth/views}/components/pages/Profile.vue +1 -1
  221. package/src/modules/{users → auth/views}/components/pages/ProfileEdit.vue +2 -2
  222. package/src/modules/{users → auth/views}/components/sections/FeaturedUsers.vue +2 -2
  223. package/src/modules/auth/views/router/users.js +79 -0
  224. package/src/modules/backoffice/backoffice.client.js +53 -11
  225. package/src/modules/backoffice/router/backoffice.js +29 -2
  226. package/src/modules/chats/chats.client.js +48 -0
  227. package/src/modules/chats/chats.server.js +32 -0
  228. package/src/modules/community/community.client.js +56 -10
  229. package/src/modules/community/community.server.js +35 -14
  230. package/src/modules/community/models/comment.model.js +7 -7
  231. package/src/modules/community/models/reaction.model.js +5 -5
  232. package/src/modules/community/router/blogposts.js +55 -57
  233. package/src/modules/events/events.server.js +37 -16
  234. package/src/modules/events/models/ticket.model.js +6 -6
  235. package/src/modules/files/files.server.js +17 -7
  236. package/src/modules/gallery/gallery.client.js +44 -8
  237. package/src/modules/gallery/gallery.server.js +28 -9
  238. package/src/modules/gallery/router/gallery.router.js +2 -2
  239. package/src/modules/orders/components/pages/OrderCreate.vue +1 -1
  240. package/src/modules/orders/components/pages/OrderCreateBackoffice.vue +1 -1
  241. package/src/modules/orders/components/sections/FormAddCustomer.vue +2 -2
  242. package/src/modules/orders/orders.client.js +4 -1
  243. package/src/modules/orders/orders.server.js +1 -0
  244. package/src/modules/organizations/components/blocks/CardDepartment.vue +1 -1
  245. package/src/modules/organizations/components/blocks/CardOrganization.vue +1 -1
  246. package/src/modules/organizations/components/pages/Department.vue +1 -1
  247. package/src/modules/organizations/components/pages/DepartmentEdit.vue +1 -1
  248. package/src/modules/organizations/components/pages/Members.vue +1 -1
  249. package/src/modules/organizations/components/pages/Organization.vue +1 -1
  250. package/src/modules/organizations/components/sections/MembersAdd.vue +2 -2
  251. package/src/modules/organizations/controllers/organizations.controller.js +0 -2
  252. package/src/modules/organizations/models/department.model.js +7 -7
  253. package/src/modules/organizations/models/membership.model.js +5 -5
  254. package/src/modules/organizations/organizations.client.js +71 -16
  255. package/src/modules/organizations/organizations.server.js +43 -18
  256. package/src/modules/organizations/router/organizations.js +6 -13
  257. package/src/modules/{marketplace → products}/components/layouts/Marketplace.vue +20 -19
  258. package/src/modules/{marketplace → products}/components/pages/Catalog.vue +5 -5
  259. package/src/modules/products/components/pages/Products.vue +2 -2
  260. package/src/modules/products/components/sections/FilterProducts.vue +1 -1
  261. package/src/modules/{marketplace → products}/components/sections/Filters.vue +12 -15
  262. package/src/modules/products/components/sections/HeroRecommendation.vue +1 -1
  263. package/src/modules/products/components/sections/PopularProducts.vue +1 -1
  264. package/src/modules/products/models/category.model.js +3 -3
  265. package/src/modules/products/models/product.model.js +7 -7
  266. package/src/modules/products/products.client.js +93 -25
  267. package/src/modules/products/products.server.js +47 -16
  268. package/src/modules/products/router/marketplace.router.js +38 -0
  269. package/src/modules/products/router/products.router.js +72 -32
  270. package/src/modules/reports/models/report.model.js +4 -4
  271. package/src/modules/reports/reports.client.js +35 -14
  272. package/src/modules/reports/reports.server.js +27 -8
  273. package/src/modules/spots/components/layouts/Spots.vue +1 -1
  274. package/src/modules/spots/components/pages/Map.vue +1 -1
  275. package/src/modules/spots/components/pages/Spot.vue +1 -1
  276. package/src/modules/backoffice/router/admin.js +0 -51
  277. package/src/modules/landing/components/pages/404.vue +0 -3
  278. package/src/modules/landing/components/pages/Farming.vue +0 -226
  279. package/src/modules/landing/components/pages/Governance.vue +0 -144
  280. package/src/modules/landing/components/pages/Home.vue +0 -51
  281. package/src/modules/landing/components/pages/Hotel.vue +0 -43
  282. package/src/modules/landing/router/landing.js +0 -39
  283. package/src/modules/legal/components/pages/Legal.vue +0 -62
  284. package/src/modules/legal/components/pages/legal/Cookies.vue +0 -370
  285. package/src/modules/legal/components/pages/legal/EULA.vue +0 -2145
  286. package/src/modules/legal/components/pages/legal/Privacy.vue +0 -4284
  287. package/src/modules/legal/components/pages/legal/Terms.vue +0 -1283
  288. package/src/modules/legal/legal.client.js +0 -18
  289. package/src/modules/legal/router/legal.js +0 -59
  290. package/src/modules/marketplace/router/marketplace.js +0 -54
  291. package/src/modules/users/router/users.js +0 -90
  292. package/src/modules/users/users.client.js +0 -22
  293. package/src/modules/users/users.server.js +0 -13
  294. /package/src/modules/{users → auth/controllers}/middlewares/visitor.logger.js +0 -0
  295. /package/src/modules/{users/controllers/users.controller.js → auth/controllers/services/users.service.js} +0 -0
  296. /package/src/modules/{users → auth}/models/request.model.js +0 -0
  297. /package/src/modules/{users → auth}/models/user.model.js +0 -0
  298. /package/src/modules/{users → auth}/models/visitor.model.js +0 -0
  299. /package/src/modules/{users → auth/views}/components/blocks/CardUser.vue +0 -0
  300. /package/src/modules/{users → auth/views}/components/pages/ProfileBlogposts.vue +0 -0
  301. /package/src/modules/{users → auth/views}/components/pages/ProfileComments.vue +0 -0
  302. /package/src/modules/{users → auth/views}/components/pages/ProfileLikes.vue +0 -0
  303. /package/src/modules/{users → auth/views}/components/sections/ProfileCompletion.vue +0 -0
  304. /package/src/modules/{users → auth/views}/router/account.js +0 -0
  305. /package/src/modules/{users → auth/views}/store/users.js +0 -0
  306. /package/src/modules/{projects/controller → governance/controllers/factories}/projects.controller.js +0 -0
  307. /package/src/modules/{projects → governance/controllers}/routes/projects.routes.js +0 -0
  308. /package/src/modules/{projects → governance}/models/project.model.js +0 -0
  309. /package/src/modules/{projects → governance/views}/store/projects.js +0 -0
  310. /package/src/modules/{marketplace → products}/store/marketplace.js +0 -0
@@ -1,2145 +0,0 @@
1
- <template>
2
- <div class="pd-medium">
3
- <div class="pd-big bg-light radius-big">
4
-
5
- <div style="text-align: left;">
6
- <h1>EULA</h1>
7
- <strong><span data-custom-class="body_text"><span style="color: rgb(89, 89, 89);">Last updated</span>&nbsp;</span></strong>
8
- <bdt class="question"><strong><span data-custom-class="body_text">October 18, 2023</span></strong></bdt>
9
- <div align="center" class="MsoNormal" style="text-align: left; line-height: 150%;"><br></div>
10
- <div align="center" class="MsoNormal" style="text-align: left; line-height: 150%;">
11
- <div class="MsoNormal" data-custom-class="heading_1" style="line-height: 115%;"><a name="_a7mwfgcrtsqn"></a></div>
12
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
13
- <span style="font-size:11.0pt;line-height:115%;
14
- Arial;mso-fareast-font-family:Calibri;color:#595959;mso-themecolor:text1;
15
- mso-themetint:166;">
16
- <bdt class="question">The Commune</bdt>
17
- is licensed to You (End-User) by
18
- <bdt class="question">NO MORE SNOW CO.,LTD.</bdt>
19
- , located
20
- <bdt class="block-component"></bdt>
21
- at
22
- <bdt class="question">10 Karon Rd, Tambon Karon, Amphoe Mueang Phuket, Chang Wat Phuket 83100, Thailand</bdt>
23
- ,
24
- <span style="font-size:11.0pt;line-height:115%;
25
- Arial;mso-fareast-font-family:Calibri;color:#595959;mso-themecolor:text1;
26
- mso-themetint:166;">
27
- <bdt class="block-component"></bdt>
28
- <bdt class="question">Tambon Karon</bdt>
29
- <bdt class="statement-end-if-in-editor"></bdt>
30
- <bdt class="question">83100</bdt>
31
- <span style="font-size: 15px;">
32
- <bdt class="block-component"></bdt>
33
- ,
34
- <bdt class="question">Thailand</bdt>
35
- <bdt class="statement-end-if-in-editor"></bdt>
36
- &nbsp;
37
- </span>
38
- </span>
39
- (
40
- <bdt class="block-component"></bdt>
41
- "<strong>Licensor</strong>"
42
- <bdt class="statement-end-if-in-editor"></bdt>
43
- ), for use only under the terms of this
44
- <bdt class="block-component"></bdt>
45
- License
46
- <bdt class="statement-end-if-in-editor"></bdt>
47
- Agreement.
48
- <bdt class="block-component"></bdt>
49
- </span>
50
- <span style="font-size: 15px; line-height: 115%; font-family: Arial; color: rgb(89, 89, 89);">
51
- <span style="font-size:11.0pt;line-height:115%;
52
- Arial;mso-fareast-font-family:Calibri;color:#595959;mso-themecolor:text1;
53
- mso-themetint:166;">
54
- <span style="font-size:11.0pt;line-height:115%;
55
- Arial;mso-fareast-font-family:Calibri;color:#595959;mso-themecolor:text1;
56
- mso-themetint:166;">
57
- <span style="font-size:11.0pt;line-height:115%;
58
- Arial;mso-fareast-font-family:Calibri;color:#595959;mso-themecolor:text1;
59
- mso-themetint:166;">
60
- <span style="font-size:11.0pt;line-height:115%;
61
- Arial;mso-fareast-font-family:Calibri;color:#595959;mso-themecolor:text1;
62
- mso-themetint:166;">
63
- <span style="font-size:11.0pt;line-height:115%;
64
- Arial;mso-fareast-font-family:Calibri;color:#595959;mso-themecolor:text1;
65
- mso-themetint:166;">
66
- <bdt class="block-component"></bdt>
67
- </span>
68
- </span>
69
- </span>
70
- </span>
71
- </span>
72
- </span>
73
- </div>
74
- </div>
75
- <div align="center" class="MsoNormal" style="text-align: left; line-height: 1;"><br></div>
76
- <div align="center" class="MsoNormal" style="text-align: left; line-height: 150%;">
77
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
78
- <span style="font-size:11.0pt;line-height:115%;
79
- Arial;mso-fareast-font-family:Calibri;color:#595959;mso-themecolor:text1;
80
- mso-themetint:166;">
81
- By downloading the Licensed Application from
82
- <bdt class="block-component"></bdt>
83
- Apple's software distribution platform (
84
- <bdt class="block-component"></bdt>
85
- "App Store"
86
- <bdt class="statement-end-if-in-editor"></bdt>
87
- )
88
- <bdt class="statement-end-if-in-editor"></bdt>
89
- <bdt class="block-component"></bdt>
90
- and
91
- <bdt class="statement-end-if-in-editor"></bdt>
92
- <bdt class="block-component"></bdt>
93
- Google's software distribution platform (
94
- <bdt class="block-component"></bdt>
95
- "Play Store"
96
- <bdt class="statement-end-if-in-editor"></bdt>
97
- )
98
- <bdt class="statement-end-if-in-editor"></bdt>
99
- , and any update thereto (as permitted by this
100
- <bdt class="block-component"></bdt>
101
- License
102
- <bdt class="statement-end-if-in-editor"></bdt>
103
- Agreement), You indicate that You agree to be bound by all of the terms and conditions of this
104
- <bdt class="block-component"></bdt>
105
- License
106
- <bdt class="statement-end-if-in-editor"></bdt>
107
- Agreement, and that You accept this
108
- <bdt class="block-component"></bdt>
109
- License
110
- <bdt class="statement-end-if-in-editor"></bdt>
111
- Agreement.
112
- <bdt class="block-component"></bdt>
113
- App Store and Play Store are
114
- <bdt class="block-component"></bdt>
115
- referred to in this
116
- <bdt class="block-component"></bdt>
117
- License
118
- <bdt class="statement-end-if-in-editor"></bdt>
119
- Agreement as
120
- <bdt class="block-component"></bdt>
121
- "<strong>Services</strong>."
122
- <bdt class="statement-end-if-in-editor"></bdt>
123
- </span>
124
- </div>
125
- </div>
126
- <div align="center" class="MsoNormal" style="text-align: left; line-height: 1;"><br></div>
127
- <div align="center" class="MsoNormal" style="text-align: left; line-height: 150%;">
128
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
129
- <span style="font-size:11.0pt;line-height:115%;
130
- Arial;mso-fareast-font-family:Calibri;color:#595959;mso-themecolor:text1;
131
- mso-themetint:166;">
132
- The parties of this
133
- <bdt class="block-component"></bdt>
134
- License
135
- <bdt class="statement-end-if-in-editor"></bdt>
136
- Agreement acknowledge that the Services are not a Party to this
137
- <bdt class="block-component"></bdt>
138
- License
139
- <bdt class="statement-end-if-in-editor"></bdt>
140
- Agreement and are not bound by any provisions or obligations with regard to the Licensed Application, such as warranty, liability, maintenance and support thereof.
141
- <bdt class="question">NO MORE SNOW CO.,LTD.</bdt>
142
- , not the Services, is solely responsible for the Licensed Application and the content thereof.
143
- </span>
144
- </div>
145
- </div>
146
- <div align="center" class="MsoNormal" style="text-align: left; line-height: 1;"><br></div>
147
- <div align="center" class="MsoNormal" style="text-align: left; line-height: 150%;">
148
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
149
- <bdt data-type="conditional-block">
150
- <span style="font-size: 15px;">
151
- <bdt data-type="body">
152
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
153
- This
154
- <bdt class="block-component"></bdt>
155
- License
156
- <bdt class="statement-end-if-in-editor"></bdt>
157
- Agreement may not provide for usage rules for the Licensed Application that are in conflict with the latest
158
- <bdt class="block-component"></bdt>
159
- </span>
160
- </bdt>
161
- </span>
162
- </bdt>
163
- <a data-custom-class="link" href="https://www.apple.com/legal/internet-services/itunes/us/terms.html" rel="noopener noreferrer" target="_blank">
164
- <bdt data-type="conditional-block">
165
- <span style="font-size: 15px;">
166
- <bdt data-type="body"><span style="line-height: 16.8667px; color: rgb(89, 89, 89);">Apple Media Services Terms and Conditions</span></bdt>
167
- </span>
168
- </bdt>
169
- </a>
170
- <bdt data-type="conditional-block">
171
- <span style="font-size: 15px;">
172
- <bdt data-type="body">
173
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
174
- <bdt class="statement-end-if-in-editor"></bdt>
175
- <bdt class="block-component"></bdt>
176
- and
177
- <bdt class="statement-end-if-in-editor"></bdt>
178
- <bdt class="block-component"></bdt>
179
- </span>
180
- </bdt>
181
- </span>
182
- </bdt>
183
- <a data-custom-class="link" href="https://play.google.com/intl/en_US/about/play-terms/" rel="noopener noreferrer" target="_blank">
184
- <bdt data-type="conditional-block">
185
- <span style="font-size: 15px;">
186
- <bdt data-type="body"><span style="line-height: 16.8667px; color: rgb(89, 89, 89);">Google Play Terms of Service</span></bdt>
187
- </span>
188
- </bdt>
189
- </a>
190
- <bdt data-type="conditional-block">
191
- <span style="font-size: 15px;">
192
- <bdt data-type="body">
193
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
194
- <bdt class="statement-end-if-in-editor"></bdt>
195
- (
196
- <bdt class="block-component"></bdt>
197
- "<strong>Usage Rules</strong>"
198
- <bdt class="statement-end-if-in-editor"></bdt>
199
- ).
200
- </span>
201
- </bdt>
202
- </span>
203
- </bdt>
204
- <bdt data-type="conditional-block">
205
- <span style="font-size: 15px;">
206
- <bdt data-type="body">
207
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
208
- <bdt class="question">NO MORE SNOW CO.,LTD.</bdt>
209
- acknowledges that it had the opportunity to review the Usage Rules and this
210
- <bdt class="block-component"></bdt>
211
- License
212
- <bdt class="statement-end-if-in-editor"></bdt>
213
- Agreement is not conflicting with them.
214
- </span>
215
- </bdt>
216
- </span>
217
- </bdt>
218
- </div>
219
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1;"><br></div>
220
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
221
- <bdt class="question">The Commune</bdt>
222
- <bdt data-type="conditional-block">
223
- <span style="font-size: 15px;">
224
- <bdt data-type="body">
225
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
226
- when purchased or downloaded through the Services, is licensed to You for use only under the terms of this
227
- <bdt class="block-component"></bdt>
228
- License
229
- <bdt class="statement-end-if-in-editor"></bdt>
230
- Agreement. The Licensor reserves all rights not expressly granted to You.
231
- <bdt class="question">The Commune</bdt>
232
- is to be used on devices that operate with
233
- <bdt class="block-component"></bdt>
234
- Apple's operating systems (
235
- <bdt class="block-component"></bdt>
236
- "iOS" and "Mac OS"
237
- <bdt class="statement-end-if-in-editor"></bdt>
238
- )
239
- <bdt class="statement-end-if-in-editor"></bdt>
240
- <bdt class="block-component"></bdt>
241
- or
242
- <bdt class="statement-end-if-in-editor"></bdt>
243
- <bdt class="block-component"></bdt>
244
- Google's operating system (
245
- <bdt class="block-component"></bdt>
246
- "Android"
247
- <bdt class="statement-end-if-in-editor"></bdt>
248
- )
249
- <bdt class="statement-end-if-in-editor"></bdt>
250
- .
251
- </span>
252
- </bdt>
253
- </span>
254
- </bdt>
255
- </div>
256
- <div class="MsoNormal" style="line-height: 1.5;"><br></div>
257
- <div class="MsoNormal" style="line-height: 1.5;"><br></div>
258
- <div class="MsoNormal" data-custom-class="heading_1" style="line-height: 1.5;"><strong><span style="font-size: 19px;">TABLE OF CONTENTS</span></strong></div>
259
- <div class="MsoNormal" style="line-height: 1.5;"><br></div>
260
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;"><a data-custom-class="link" href="#application">1. THE APPLICATION</a></div>
261
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
262
- <a data-custom-class="link" href="#scope">
263
- 2. SCOPE OF
264
- <bdt class="block-component"></bdt>
265
- LICENSE
266
- <bdt class="statement-end-if-in-editor"></bdt>
267
- </a>
268
- </div>
269
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;"><a data-custom-class="link" href="#requirements">3. TECHNICAL REQUIREMENTS</a></div>
270
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
271
- <bdt class="block-component"></bdt>
272
- <a data-custom-class="link" href="#support">4. MAINTENANCE AND SUPPORT</a>
273
- <bdt class="else-block"></bdt>
274
- </div>
275
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
276
- <bdt class="block-component"></bdt>
277
- <a data-custom-class="link" href="#datause">5. USE OF DATA</a>
278
- <bdt class="statement-end-if-in-editor"></bdt>
279
- </div>
280
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;"><a data-custom-class="link" href="#ugc">6. USER-GENERATED CONTRIBUTIONS</a></div>
281
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
282
- <a data-custom-class="link" href="#contribution">
283
- 7. CONTRIBUTION
284
- <bdt class="block-component"></bdt>
285
- LICENSE
286
- <bdt class="statement-end-if-in-editor"></bdt>
287
- </a>
288
- </div>
289
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;"><a data-custom-class="link" href="#liability">8. LIABILITY</a></div>
290
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;"><a data-custom-class="link" href="#warranty">9. WARRANTY</a></div>
291
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;"><a data-custom-class="link" href="#productclaims">10. PRODUCT CLAIMS</a></div>
292
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;"><a data-custom-class="link" href="#compliance">11. LEGAL COMPLIANCE</a></div>
293
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;"><a data-custom-class="link" href="#contact">12. CONTACT INFORMATION</a></div>
294
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;"><a data-custom-class="link" href="#termination">13. TERMINATION</a></div>
295
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;"><a data-custom-class="link" href="#thirdparty">14. THIRD-PARTY TERMS OF AGREEMENTS AND BENEFICIARY</a></div>
296
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;"><a data-custom-class="link" href="#ipr">15. INTELLECTUAL PROPERTY RIGHTS</a></div>
297
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;"><a data-custom-class="link" href="#law">16. APPLICABLE LAW</a></div>
298
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;"><a data-custom-class="link" href="#misc">17. MISCELLANEOUS</a></div>
299
- <div class="MsoNormal" style="line-height: 1.5;"><br></div>
300
- <div class="MsoNormal" style="line-height: 1.5;"><br></div>
301
- </div>
302
- <div align="center" class="MsoNormal" style="text-align: left; line-height: 150%;">
303
- <div class="MsoNormal" data-custom-class="heading_1" id="application" style="line-height: 1.5;"><a name="_4rd71iod99ud"></a><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><span style="font-size: 19px;"><strong>1.</strong><strong>&nbsp;THE APPLICATION</strong></span></span></strong></div>
304
- </div>
305
- <div align="center" class="MsoNormal" style="text-align: left; line-height: 1;"><br></div>
306
- <div align="center" class="MsoNormal" style="text-align: left; line-height: 150%;">
307
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
308
- <span style="font-size:11.0pt;line-height:115%;
309
- Arial;mso-fareast-font-family:Calibri;color:#595959;mso-themecolor:text1;
310
- mso-themetint:166;">
311
- <span style="font-size:11.0pt;line-height:115%;
312
- Arial;mso-fareast-font-family:Calibri;color:#595959;mso-themecolor:text1;
313
- mso-themetint:166;">
314
- <bdt class="question">The Commune</bdt>
315
- </span>
316
- (
317
- <bdt class="block-component"></bdt>
318
- "<strong>Licensed Application</strong>"
319
- <bdt class="statement-end-if-in-editor"></bdt>
320
- ) is a piece of software created to
321
- <bdt class="question">provide a digital platform for social interaction, event exploration, and entertainment in Phuket</bdt>
322
- — and
323
- <bdt class="block-component"></bdt>
324
- customized
325
- <bdt class="statement-end-if-in-editor"></bdt>
326
- for
327
- <bdt class="block-component"></bdt>
328
- iOS
329
- <bdt class="statement-end-if-in-editor"></bdt>
330
- <bdt class="block-component"></bdt>
331
- and
332
- <bdt class="statement-end-if-in-editor"></bdt>
333
- <bdt class="block-component"></bdt>
334
- Android
335
- <bdt class="statement-end-if-in-editor"></bdt>
336
- mobile devices (
337
- <bdt class="block-component"></bdt>
338
- "<strong>Devices</strong>"
339
- <bdt class="statement-end-if-in-editor"></bdt>
340
- ). It is used to
341
- <bdt class="question">connecting users with local events, original DJ music, and community discussions while offering a dynamic social networking space</bdt>
342
- .
343
- <bdt class="block-component"></bdt>
344
- </span>
345
- </div>
346
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.1;">
347
- <span style="font-size:11.0pt;line-height:115%;
348
- Arial;mso-fareast-font-family:Calibri;color:#595959;mso-themecolor:text1;
349
- mso-themetint:166;">
350
- <span style="font-size:11.0pt;line-height:115%;
351
- Arial;mso-fareast-font-family:Calibri;color:#595959;mso-themecolor:text1;
352
- mso-themetint:166;">
353
- <bdt class="statement-end-if-in-editor">
354
- <bdt class="block-component"></bdt>
355
- <bdt class="block-component"></bdt>
356
- </bdt>
357
- </span>
358
- </span>
359
- </div>
360
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1;"><br></div>
361
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
362
- <span style="font-size: 15px;">The Licensed Application is not tailored to comply with industry-specific regulations (Health Insurance Portability and Accountability Act (HIPAA), Federal Information Security Management Act (FISMA), etc.), so if your interactions would be subjected to such laws, you may not use this Licensed Application. You may not use the Licensed Application in a way that would violate the Gramm-Leach-Bliley Act (GLBA).</span>
363
- <bdt class="block-component"></bdt>
364
- <bdt class="statement-end-if-in-editor"></bdt>
365
- </div>
366
- <div class="MsoNormal" style="line-height: 1.5;"><br></div>
367
- <div class="MsoNormal" style="line-height: 1.5;"><br></div>
368
- <div class="MsoNormal" data-custom-class="heading_1" id="scope" style="line-height: 1.5;">
369
- <a name="_vhkegautf00d"></a>
370
- <strong>
371
- <span style="line-height: 115%; font-family: Arial; font-size: 19px;">
372
- <strong>
373
- <span style="line-height: 115%; font-family: Arial; font-size: 19px;">
374
- <span style="font-size: 19px;">
375
- <strong>
376
- 2. SCOPE OF
377
- <bdt class="block-component"></bdt>
378
- LICENSE
379
- <bdt class="statement-end-if-in-editor"></bdt>
380
- </strong>
381
- </span>
382
- </span>
383
- </strong>
384
- </span>
385
- </strong>
386
- </div>
387
- <div class="MsoNormal" style="line-height: 115%;">
388
- <span style="font-size: 15px;">
389
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);"><span style="line-height: 16.8667px; color: rgb(89, 89, 89);"></span></span>
390
- <bdt class="block-component"></bdt>
391
- </span>
392
- </div>
393
- </div>
394
- <div align="center" class="MsoNormal" style="text-align: left; line-height: 1;"><br></div>
395
- <div align="center" class="MsoNormal" style="text-align: left; line-height: 150%;">
396
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
397
- <span style="font-size: 15px;">
398
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
399
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
400
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
401
- <bdt data-type="conditional-block">
402
- <bdt data-type="body">
403
- <span style="color: rgb(89, 89, 89);">
404
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
405
- <bdt data-type="conditional-block">
406
- <bdt data-type="body">
407
- <span style="color: rgb(89, 89, 89);">
408
- 2.1 &nbsp;You are given a non-transferable, non-exclusive, non-sublicensable
409
- <bdt class="block-component"></bdt>
410
- license
411
- <bdt class="statement-end-if-in-editor"></bdt>
412
- to install and use the Licensed Application on any Devices that You (End-User) own or control and as permitted by the Usage Rules, with the exception that such Licensed Application may be accessed and used by other accounts associated with You (End-User, The Purchaser) via Family Sharing or volume purchasing.
413
- </span>
414
- </bdt>
415
- </bdt>
416
- </bdt>
417
- </span>
418
- </bdt>
419
- </bdt>
420
- </bdt>
421
- </span>
422
- <span style="font-size:11.0pt;line-height:115%;
423
- Arial;mso-fareast-font-family:Calibri;color:#595959;mso-themecolor:text1;
424
- mso-themetint:166;">
425
- <span style="font-size:11.0pt;line-height:115%;
426
- Arial;mso-fareast-font-family:Calibri;color:#595959;mso-themecolor:text1;
427
- mso-themetint:166;">
428
- <bdt class="statement-end-if-in-editor">
429
- <bdt class="block-component"></bdt>
430
- </bdt>
431
- </span>
432
- </span>
433
- </span>
434
- </span>
435
- </div>
436
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1;"><br></div>
437
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
438
- <span style="font-size: 15px;">
439
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
440
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
441
- 2
442
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
443
- <bdt data-type="conditional-block">
444
- <bdt data-type="body">
445
- <span style="color: rgb(89, 89, 89);">
446
- .
447
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
448
- <bdt data-type="conditional-block">
449
- <bdt data-type="body">
450
- <span style="color: rgb(89, 89, 89);">
451
- 2 &nbsp;This
452
- <bdt class="block-component"></bdt>
453
- license
454
- <bdt class="statement-end-if-in-editor"></bdt>
455
- will also govern any updates of the Licensed Application provided by Licensor that replace, repair, and/or supplement the first Licensed Application, unless a separate
456
- <bdt class="block-component"></bdt>
457
- license
458
- <bdt class="statement-end-if-in-editor"></bdt>
459
- is provided for such update, in which case the terms of that new
460
- <bdt class="block-component"></bdt>
461
- license
462
- <bdt class="statement-end-if-in-editor"></bdt>
463
- will govern.
464
- </span>
465
- </bdt>
466
- </bdt>
467
- </bdt>
468
- </span>
469
- </bdt>
470
- </bdt>
471
- </bdt>
472
- </span>
473
- <span style="font-size:11.0pt;line-height:115%;
474
- Arial;mso-fareast-font-family:Calibri;color:#595959;mso-themecolor:text1;
475
- mso-themetint:166;">
476
- <span style="font-size:11.0pt;line-height:115%;
477
- Arial;mso-fareast-font-family:Calibri;color:#595959;mso-themecolor:text1;
478
- mso-themetint:166;">
479
- <bdt class="statement-end-if-in-editor">
480
- <bdt class="block-component"></bdt>
481
- </bdt>
482
- </span>
483
- </span>
484
- </span>
485
- </span>
486
- </div>
487
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1;"><br></div>
488
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
489
- <span style="font-size: 11pt; line-height: 16.8667px; color: rgb(89, 89, 89);">
490
- <span style="font-size: 11pt; line-height: 16.8667px; color: rgb(89, 89, 89);">
491
- 2
492
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
493
- <bdt data-type="conditional-block">
494
- <bdt data-type="body">
495
- <span style="color: rgb(89, 89, 89); font-size: 14.6667px;">
496
- .
497
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
498
- <bdt data-type="conditional-block">
499
- <bdt data-type="body">
500
- <span style="color: rgb(89, 89, 89); font-size: 14.6667px;">
501
- 3 &nbsp;You may not share or make the Licensed Application available to third parties (unless to the degree allowed by the Usage Rules, and with
502
- <bdt class="question">NO MORE SNOW CO.,LTD.</bdt>
503
- 's prior written consent), sell, rent, lend, lease or otherwise redistribute the Licensed Application.
504
- <span style="font-size: 15px;">
505
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
506
- <span style="font-size:11.0pt;line-height:115%;
507
- Arial;mso-fareast-font-family:Calibri;color:#595959;mso-themecolor:text1;
508
- mso-themetint:166;">
509
- <span style="font-size:11.0pt;line-height:115%;
510
- Arial;mso-fareast-font-family:Calibri;color:#595959;mso-themecolor:text1;
511
- mso-themetint:166;">
512
- <bdt class="statement-end-if-in-editor"></bdt>
513
- </span>
514
- </span>
515
- </span>
516
- </span>
517
- <bdt class="block-component"></bdt>
518
- </span>
519
- </bdt>
520
- </bdt>
521
- </bdt>
522
- </span>
523
- </bdt>
524
- </bdt>
525
- </bdt>
526
- </span>
527
- </span>
528
- </div>
529
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1;"><br></div>
530
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
531
- <span style="font-size: 15px;">
532
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
533
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
534
- 2
535
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
536
- <bdt data-type="conditional-block">
537
- <bdt data-type="body">
538
- <span style="color: rgb(89, 89, 89);">
539
- .
540
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
541
- <bdt data-type="conditional-block">
542
- <bdt data-type="body">
543
- <span style="color: rgb(89, 89, 89);">
544
- 4 &nbsp;You may not reverse engineer, translate, disassemble, integrate, decompile, remove, modify, combine, create derivative works or updates of, adapt, or attempt to derive the source code of the Licensed Application, or any part thereof (except with
545
- <bdt class="question">NO MORE SNOW CO.,LTD.</bdt>
546
- 's prior written consent).
547
- <span style="font-size: 11pt; line-height: 16.8667px; color: rgb(89, 89, 89);">
548
- <span style="font-size: 11pt; line-height: 16.8667px; color: rgb(89, 89, 89);">
549
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
550
- <bdt data-type="conditional-block">
551
- <bdt data-type="body">
552
- <span style="color: rgb(89, 89, 89); font-size: 14.6667px;">
553
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
554
- <bdt data-type="conditional-block">
555
- <bdt data-type="body">
556
- <span style="color: rgb(89, 89, 89); font-size: 14.6667px;">
557
- <bdt class="statement-end-if-in-editor">
558
- <bdt class="block-component"></bdt>
559
- </bdt>
560
- </span>
561
- </bdt>
562
- </bdt>
563
- </bdt>
564
- </span>
565
- </bdt>
566
- </bdt>
567
- </bdt>
568
- </span>
569
- </span>
570
- </span>
571
- </bdt>
572
- </bdt>
573
- </bdt>
574
- </span>
575
- </bdt>
576
- </bdt>
577
- </bdt>
578
- </span>
579
- </span>
580
- </span>
581
- </div>
582
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1;"><br></div>
583
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
584
- <span style="font-size: 15px;">
585
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
586
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
587
- 2
588
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
589
- <bdt data-type="conditional-block">
590
- <bdt data-type="body">
591
- <span style="color: rgb(89, 89, 89);">
592
- .
593
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
594
- <bdt data-type="conditional-block">
595
- <bdt data-type="body">
596
- <span style="color: rgb(89, 89, 89);">
597
- 5 &nbsp;You may not copy (excluding when expressly
598
- <bdt class="block-component"></bdt>
599
- authorized
600
- <bdt class="statement-end-if-in-editor"></bdt>
601
- by this
602
- <bdt class="block-component"></bdt>
603
- license
604
- <bdt class="statement-end-if-in-editor"></bdt>
605
- and the Usage Rules) or alter the Licensed Application or portions thereof. You may create and store copies only on devices that You own or control for backup keeping under the terms of this
606
- <bdt class="block-component"></bdt>
607
- license
608
- <bdt class="statement-end-if-in-editor"></bdt>
609
- , the Usage Rules, and any other terms and conditions that apply to the device or software used. You may not remove any intellectual property notices. You acknowledge that no
610
- <bdt class="block-component"></bdt>
611
- unauthorized
612
- <bdt class="statement-end-if-in-editor"></bdt>
613
- third parties may gain access to these copies at any time. If you sell your Devices to a third party, you must remove the Licensed Application from the Devices before doing so.
614
- <span style="font-size: 11pt; line-height: 16.8667px; color: rgb(89, 89, 89);">
615
- <bdt class="statement-end-if-in-editor"></bdt>
616
- </span>
617
- <bdt class="block-component"></bdt>
618
- </span>
619
- </bdt>
620
- </bdt>
621
- </bdt>
622
- </span>
623
- </bdt>
624
- </bdt>
625
- </bdt>
626
- </span>
627
- </span>
628
- </span>
629
- </div>
630
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1;"><br></div>
631
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
632
- <span style="font-size: 15px;">
633
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
634
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
635
- 2
636
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
637
- <bdt data-type="conditional-block">
638
- <bdt data-type="body">
639
- <span style="color: rgb(89, 89, 89);">
640
- .
641
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
642
- <bdt data-type="conditional-block">
643
- <bdt data-type="body">
644
- <span style="color: rgb(89, 89, 89);">
645
- 6 &nbsp;Violations of the obligations mentioned above, as well as the attempt of such infringement, may be subject to prosecution and damages.
646
- <span style="font-size: 15px;">
647
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
648
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
649
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
650
- <bdt data-type="conditional-block">
651
- <bdt data-type="body">
652
- <span style="color: rgb(89, 89, 89);">
653
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
654
- <bdt data-type="conditional-block">
655
- <bdt data-type="body">
656
- <span style="color: rgb(89, 89, 89);">
657
- <bdt class="statement-end-if-in-editor">
658
- <bdt class="block-component"></bdt>
659
- </bdt>
660
- </span>
661
- </bdt>
662
- </bdt>
663
- </bdt>
664
- </span>
665
- </bdt>
666
- </bdt>
667
- </bdt>
668
- </span>
669
- </span>
670
- </span>
671
- </span>
672
- </bdt>
673
- </bdt>
674
- </bdt>
675
- </span>
676
- </bdt>
677
- </bdt>
678
- </bdt>
679
- </span>
680
- </span>
681
- </span>
682
- </div>
683
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1;"><br></div>
684
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
685
- <span style="font-size: 15px;">
686
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
687
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
688
- 2
689
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
690
- <bdt data-type="conditional-block">
691
- <bdt data-type="body">
692
- <span style="color: rgb(89, 89, 89);">
693
- .
694
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
695
- <bdt data-type="conditional-block">
696
- <bdt data-type="body">
697
- <span style="color: rgb(89, 89, 89);">
698
- 7 &nbsp;Licensor reserves the right to modify the terms and conditions of licensing.
699
- <span style="font-size: 11pt; line-height: 16.8667px; color: rgb(89, 89, 89);">
700
- <bdt class="statement-end-if-in-editor">
701
- <bdt class="block-component"></bdt>
702
- </bdt>
703
- </span>
704
- </span>
705
- </bdt>
706
- </bdt>
707
- </bdt>
708
- </span>
709
- </bdt>
710
- </bdt>
711
- </bdt>
712
- </span>
713
- </span>
714
- </span>
715
- </div>
716
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1;"><br></div>
717
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
718
- <span style="font-size: 15px;">
719
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
720
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
721
- 2
722
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
723
- <bdt data-type="conditional-block">
724
- <bdt data-type="body">
725
- <span style="color: rgb(89, 89, 89);">
726
- .
727
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
728
- <bdt data-type="conditional-block">
729
- <bdt data-type="body">
730
- <span style="color: rgb(89, 89, 89);">
731
- 8 &nbsp;Nothing in this
732
- <bdt class="block-component"></bdt>
733
- license
734
- <bdt class="statement-end-if-in-editor"></bdt>
735
- should be interpreted to restrict third-party terms. When using the Licensed Application, You must ensure that You comply with applicable third-party terms and conditions.
736
- <span style="font-size: 11pt; line-height: 16.8667px; color: rgb(89, 89, 89);">
737
- <bdt class="statement-end-if-in-editor"></bdt>
738
- </span>
739
- <span style="font-size: 15px;">
740
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
741
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
742
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
743
- <bdt data-type="conditional-block">
744
- <bdt data-type="body">
745
- <span style="color: rgb(89, 89, 89);">
746
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
747
- <bdt data-type="conditional-block">
748
- <bdt data-type="body"><span style="color: rgb(89, 89, 89);"><span style="color: rgb(89, 89, 89); font-size: 14.6667px;"></span></span></bdt>
749
- </bdt>
750
- </bdt>
751
- </span>
752
- </bdt>
753
- </bdt>
754
- </bdt>
755
- </span>
756
- </span>
757
- </span>
758
- </span>
759
- </bdt>
760
- </bdt>
761
- </bdt>
762
- </span>
763
- </bdt>
764
- </bdt>
765
- </bdt>
766
- </span>
767
- </span>
768
- </span>
769
- </div>
770
- </div>
771
- <div align="center" class="MsoNormal" style="text-align: left; line-height: 1.5;"><br></div>
772
- <div align="center" class="MsoNormal" style="text-align: left; line-height: 150%;">
773
- <div class="MsoNormal" style="line-height: 1.5;"><br></div>
774
- <div class="MsoNormal" data-custom-class="heading_1" id="requirements" style="line-height: 17.25px;"><strong><span style="line-height: 24.5333px; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><span style="font-size: 19px;"><strong>3. TECHNICAL REQUIREMENTS</strong></span></span></strong></span></strong></span></strong></div>
775
- <div class="MsoNormal" style="line-height:115%;">
776
- <span style="font-size: 15px;">
777
- <bdt class="block-component">
778
- <bdt class="block-component"></bdt>
779
- </bdt>
780
- </span>
781
- </div>
782
- <div class="MsoNormal" style="line-height: 1;"><br></div>
783
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
784
- <span style="font-size: 15px;">
785
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
786
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
787
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
788
- <bdt data-type="conditional-block">
789
- <bdt data-type="body">
790
- <span style="color: rgb(89, 89, 89);">
791
- 3.
792
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
793
- <bdt data-type="conditional-block">
794
- <bdt data-type="body">
795
- <span style="color: rgb(89, 89, 89);">
796
- 1 &nbsp;Licensor attempts to keep the Licensed Application updated so that it complies with modified/new versions of the firmware and new hardware. You are not granted rights to claim such an update.
797
- <span style="font-size: 15px;">
798
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
799
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
800
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
801
- <bdt data-type="conditional-block">
802
- <bdt data-type="body">
803
- <span style="color: rgb(89, 89, 89);">
804
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
805
- <bdt data-type="conditional-block">
806
- <bdt data-type="body">
807
- <span style="color: rgb(89, 89, 89);">
808
- <span style="font-size: 15px;">
809
- <bdt class="statement-end-if-in-editor">
810
- <bdt class="statement-end-if-in-editor">
811
- <bdt class="block-component"></bdt>
812
- </bdt>
813
- </bdt>
814
- </span>
815
- </span>
816
- </bdt>
817
- </bdt>
818
- </bdt>
819
- </span>
820
- </bdt>
821
- </bdt>
822
- </bdt>
823
- </span>
824
- </span>
825
- </span>
826
- </span>
827
- </bdt>
828
- </bdt>
829
- </bdt>
830
- </span>
831
- </bdt>
832
- </bdt>
833
- </bdt>
834
- </span>
835
- </span>
836
- </span>
837
- </div>
838
- <div class="MsoNormal" style="line-height: 1;"><br></div>
839
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
840
- <span style="font-size: 15px;">
841
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
842
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
843
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
844
- <bdt data-type="conditional-block">
845
- <bdt data-type="body">
846
- <span style="color: rgb(89, 89, 89);">
847
- 3.
848
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
849
- <bdt data-type="conditional-block">
850
- <bdt data-type="body">
851
- <span style="color: rgb(89, 89, 89);">
852
- 2 &nbsp;You acknowledge that it is Your responsibility to confirm and determine that the app end-user device on which You intend to use the Licensed Application satisfies the technical specifications mentioned above.
853
- <span style="font-size: 15px;">
854
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
855
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
856
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
857
- <bdt data-type="conditional-block">
858
- <bdt data-type="body">
859
- <span style="color: rgb(89, 89, 89);">
860
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
861
- <bdt data-type="conditional-block">
862
- <bdt data-type="body">
863
- <span style="color: rgb(89, 89, 89);">
864
- <span style="font-size: 15px;">
865
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
866
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
867
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
868
- <bdt data-type="conditional-block">
869
- <bdt data-type="body">
870
- <span style="color: rgb(89, 89, 89);">
871
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
872
- <bdt data-type="conditional-block">
873
- <bdt data-type="body">
874
- <span style="color: rgb(89, 89, 89);">
875
- <span style="font-size: 15px;">
876
- <bdt class="statement-end-if-in-editor">
877
- <bdt class="statement-end-if-in-editor">
878
- <bdt class="statement-end-if-in-editor">
879
- <bdt class="block-component"></bdt>
880
- </bdt>
881
- </bdt>
882
- </bdt>
883
- </span>
884
- </span>
885
- </bdt>
886
- </bdt>
887
- </bdt>
888
- </span>
889
- </bdt>
890
- </bdt>
891
- </bdt>
892
- </span>
893
- </span>
894
- </span>
895
- </span>
896
- </bdt>
897
- </bdt>
898
- </bdt>
899
- </span>
900
- </bdt>
901
- </bdt>
902
- </bdt>
903
- </span>
904
- </span>
905
- </span>
906
- </span>
907
- </bdt>
908
- </bdt>
909
- </bdt>
910
- </span>
911
- </bdt>
912
- </bdt>
913
- </bdt>
914
- </span>
915
- </span>
916
- </span>
917
- </div>
918
- <div class="MsoNormal" style="line-height: 1;"><br></div>
919
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
920
- <span style="font-size: 15px;">
921
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
922
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
923
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
924
- <bdt data-type="conditional-block">
925
- <bdt data-type="body">
926
- <span style="color: rgb(89, 89, 89);">
927
- 3.
928
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
929
- <bdt data-type="conditional-block">
930
- <bdt data-type="body">
931
- <span style="color: rgb(89, 89, 89);">
932
- 3 &nbsp;Licensor reserves the right to modify the technical specifications as it sees appropriate at any time.
933
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
934
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
935
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
936
- <bdt data-type="conditional-block">
937
- <bdt data-type="body">
938
- <span style="color: rgb(89, 89, 89);">
939
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
940
- <bdt data-type="conditional-block">
941
- <bdt data-type="body">
942
- <span style="color: rgb(89, 89, 89);">
943
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
944
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
945
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
946
- <bdt data-type="conditional-block">
947
- <bdt data-type="body">
948
- <span style="color: rgb(89, 89, 89);">
949
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
950
- <bdt data-type="conditional-block">
951
- <bdt data-type="body">
952
- <span style="color: rgb(89, 89, 89);">
953
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
954
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
955
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
956
- <bdt data-type="conditional-block">
957
- <bdt data-type="body">
958
- <span style="color: rgb(89, 89, 89);">
959
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
960
- <bdt data-type="conditional-block">
961
- <bdt data-type="body">
962
- <span style="color: rgb(89, 89, 89);">
963
- <bdt class="statement-end-if-in-editor">
964
- <bdt class="statement-end-if-in-editor">
965
- <bdt class="statement-end-if-in-editor">
966
- <bdt class="statement-end-if-in-editor"></bdt>
967
- </bdt>
968
- </bdt>
969
- </bdt>
970
- </span>
971
- </bdt>
972
- </bdt>
973
- </bdt>
974
- </span>
975
- </bdt>
976
- </bdt>
977
- </bdt>
978
- </span>
979
- </span>
980
- </span>
981
- </bdt>
982
- </bdt>
983
- </bdt>
984
- </span>
985
- </bdt>
986
- </bdt>
987
- </bdt>
988
- </span>
989
- </span>
990
- </span>
991
- </bdt>
992
- </bdt>
993
- </bdt>
994
- </span>
995
- </bdt>
996
- </bdt>
997
- </bdt>
998
- </span>
999
- </span>
1000
- </span>
1001
- </bdt>
1002
- </bdt>
1003
- </bdt>
1004
- </span>
1005
- </bdt>
1006
- </bdt>
1007
- </bdt>
1008
- </span>
1009
- </span>
1010
- </span>
1011
- </div>
1012
- <div class="MsoNormal" style="line-height:115%;">
1013
- <bdt class="block-component"><span style="font-size: 15px;"></span></bdt>
1014
- </div>
1015
- <div class="MsoNormal" style="line-height: 1.5;"><br></div>
1016
- <div class="MsoNormal" style="line-height: 1.5;"><br></div>
1017
- <div class="MsoNormal" data-custom-class="heading_1" id="support" style="line-height: 17.25px;"><strong><span style="line-height: 24.5333px; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><span style="font-size: 19px;"><strong>4. MAINTENANCE AND SUPPORT</strong></span></span></strong></span></strong></span></strong></div>
1018
- <div class="MsoNormal" style="line-height: 1;"><br></div>
1019
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
1020
- <span style="font-size: 11pt; line-height: 16.8667px; color: rgb(89, 89, 89);">
1021
- 4.1 &nbsp;The Licensor is solely responsible for providing any maintenance and support services for this Licensed Application. You can reach the Licensor at the email address listed in the
1022
- <bdt class="block-component"></bdt>
1023
- App Store
1024
- <bdt class="statement-end-if-in-editor"></bdt>
1025
- <bdt class="block-component"></bdt>
1026
- or
1027
- <bdt class="statement-end-if-in-editor"></bdt>
1028
- <bdt class="block-component"></bdt>
1029
- Play Store
1030
- <bdt class="statement-end-if-in-editor"></bdt>
1031
- Overview for this Licensed Application.
1032
- </span>
1033
- </div>
1034
- <div class="MsoNormal" style="line-height: 1;"><br></div>
1035
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
1036
- <span style="line-height: 16.8667px;">
1037
- <span style="line-height: 16.8667px;">
1038
- <span style="line-height: 16.8667px;">
1039
- <span style="line-height: 16.8667px;">
1040
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
1041
- <bdt data-type="conditional-block">
1042
- <bdt data-type="body">
1043
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
1044
- <bdt data-type="conditional-block">
1045
- <bdt data-type="body">
1046
- <font color="#595959"><span style="font-size: 15px;">4.2&nbsp;</span></font>
1047
- <span style="font-size: 15px;">
1048
- &nbsp;
1049
- <bdt class="question">NO MORE SNOW CO.,LTD.</bdt>
1050
- &nbsp;
1051
- </span>
1052
- <font color="#595959">
1053
- <span style="font-size: 15px;">
1054
- and the End-User acknowledge that the Services have no obligation whatsoever to furnish any maintenance and support services with respect to the Licensed Application.
1055
- <bdt class="else-block"></bdt>
1056
- </span>
1057
- </font>
1058
- </bdt>
1059
- </bdt>
1060
- </bdt>
1061
- </bdt>
1062
- </bdt>
1063
- </bdt>
1064
- </span>
1065
- </span>
1066
- </span>
1067
- </span>
1068
- </div>
1069
- <div class="MsoNormal" style="line-height:115%;">
1070
- <span style="font-size: 15px;">
1071
- <bdt class="block-component"></bdt>
1072
- </span>
1073
- </div>
1074
- <div class="MsoNormal" style="line-height: 1.5;"><br></div>
1075
- <div class="MsoNormal" style="line-height: 1.5;"><br></div>
1076
- <div class="MsoNormal" data-custom-class="heading_1" id="datause" style="line-height: 17.25px;"><strong><span style="line-height: 24.5333px; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><span style="font-size: 19px;"><strong>5. USE OF DATA</strong></span></span></strong></span></strong></span></strong></div>
1077
- <div class="MsoNormal" style="line-height: 1;"><br></div>
1078
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
1079
- <span style="font-size: 15px;">
1080
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
1081
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
1082
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
1083
- <bdt data-type="conditional-block">
1084
- <bdt data-type="body">
1085
- <span style="color: rgb(89, 89, 89);">
1086
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
1087
- <bdt data-type="conditional-block">
1088
- <bdt data-type="body">
1089
- <span style="color: rgb(89, 89, 89);">
1090
- You acknowledge that Licensor will be able to access and adjust Your downloaded Licensed Application content and Your personal information, and that Licensor's use of such material and information is subject to Your legal agreements with Licensor and Licensor's privacy policy
1091
- <bdt class="block-component"></bdt>
1092
- :
1093
- <bdt class="question"><a href="https://thecommunephuket.com/legal/privacy-policy" target="_blank" data-custom-class="link">https://thecommunephuket.com/legal/privacy-policy</a></bdt>
1094
- <bdt class="block-component"></bdt>
1095
- .
1096
- </span>
1097
- </bdt>
1098
- </bdt>
1099
- </bdt>
1100
- </span>
1101
- </bdt>
1102
- </bdt>
1103
- </bdt>
1104
- </span>
1105
- </span>
1106
- </span>
1107
- </div>
1108
- <div class="MsoNormal" style="line-height: 1;"><br></div>
1109
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
1110
- <span style="font-size: 15px;">You acknowledge that the Licensor may periodically collect and use technical data and related information about your device, system, and application software, and peripherals, offer product support, facilitate the software updates, and for purposes of providing other services to you (if any) related to the Licensed Application. Licensor may also use this information to improve its products or to provide services or technologies to you, as long as it is in a form that does not personally identify you.</span>
1111
- <span style="font-size: 15px;">
1112
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
1113
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
1114
- <bdt class="block-container if" data-type="if">
1115
- <bdt data-type="conditional-block">
1116
- <bdt data-type="body">
1117
- <span style="color: rgb(89, 89, 89);">
1118
- <bdt class="block-container if" data-type="if">
1119
- <bdt data-type="conditional-block">
1120
- <bdt data-type="body">
1121
- <span style="color: rgb(89, 89, 89);">
1122
- <span style="font-size: 15px;">
1123
- <bdt class="statement-end-if-in-editor"></bdt>
1124
- </span>
1125
- </span>
1126
- </bdt>
1127
- </bdt>
1128
- </bdt>
1129
- </span>
1130
- </bdt>
1131
- </bdt>
1132
- </bdt>
1133
- </span>
1134
- </span>
1135
- </span>
1136
- </div>
1137
- <div class="MsoNormal" style="line-height: 1.5;"><br></div>
1138
- <div class="MsoNormal" style="line-height: 1.5;"><br></div>
1139
- <div class="MsoNormal" data-custom-class="heading_1" id="ugc" style="line-height: 17.25px;"><strong><span style="line-height: 24.5333px; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><span style="font-size: 19px;"><strong>6. USER-GENERATED CONTRIBUTIONS</strong></span></span></strong></span></strong></span></strong></div>
1140
- <div class="MsoNormal" style="line-height: 1;"><br></div>
1141
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
1142
- <span style="font-size: 15px;">
1143
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
1144
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
1145
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
1146
- <bdt data-type="conditional-block">
1147
- <bdt data-type="body">
1148
- <span style="color: rgb(89, 89, 89);">
1149
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
1150
- <bdt data-type="conditional-block">
1151
- <bdt data-type="body">
1152
- <span style="color: rgb(89, 89, 89);">
1153
- <bdt class="block-component"></bdt>
1154
- The Licensed Application may invite you to chat, contribute to, or participate in blogs, message boards, online forums, and other functionality, and may provide you with the opportunity to create, submit, post, display, transmit, perform, publish, distribute, or broadcast content and materials to us or in the Licensed Application, including but not limited to text, writings, video, audio, photographs, graphics, comments, suggestions, or personal information or other material (collectively,
1155
- <bdt class="block-component"></bdt>
1156
- "Contributions"
1157
- <bdt class="statement-end-if-in-editor"></bdt>
1158
- ). Contributions may be viewable by other users of the Licensed Application and through third-party websites or applications. As such, any Contributions you transmit may be treated as non-confidential and non-proprietary. When you create or make available any Contributions, you thereby represent and warrant that:
1159
- <bdt class="else-block"></bdt>
1160
- </span>
1161
- </bdt>
1162
- </bdt>
1163
- </bdt>
1164
- </span>
1165
- </bdt>
1166
- </bdt>
1167
- </bdt>
1168
- </span>
1169
- </span>
1170
- </span>
1171
- </div>
1172
- <div class="MsoNormal" style="line-height: 1;"><br></div>
1173
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5; margin-left: 20px;"><span style="font-size: 15px;">1. The creation, distribution, transmission, public display, or performance, and the accessing, downloading, or copying of your Contributions do not and will not infringe the proprietary rights, including but not limited to the copyright, patent, trademark, trade secret, or moral rights of any third party.</span></div>
1174
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5; margin-left: 20px;">
1175
- <span style="font-size: 15px;">
1176
- 2. You are the creator and owner of or have the necessary
1177
- <bdt class="block-component"></bdt>
1178
- licenses
1179
- <bdt class="statement-end-if-in-editor"></bdt>
1180
- , rights, consents, releases, and permissions to use and to
1181
- <bdt class="block-component"></bdt>
1182
- authorize
1183
- <bdt class="statement-end-if-in-editor"></bdt>
1184
- us, the Licensed Application, and other users of the Licensed Application to use your Contributions in any manner contemplated by the Licensed Application and this
1185
- <bdt class="block-component"></bdt>
1186
- License
1187
- <bdt class="statement-end-if-in-editor"></bdt>
1188
- Agreement.
1189
- </span>
1190
- </div>
1191
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5; margin-left: 20px;">
1192
- <span style="font-size: 15px;">
1193
- 3. You have the written consent, release, and/or permission of each and every identifiable individual person in your Contributions to use the name or likeness or each and every such identifiable individual person to enable inclusion and use of your Contributions in any manner contemplated by the Licensed Application and this
1194
- <bdt class="block-component"></bdt>
1195
- License
1196
- <bdt class="statement-end-if-in-editor"></bdt>
1197
- Agreement.
1198
- </span>
1199
- </div>
1200
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5; margin-left: 20px;"><span style="font-size: 15px;">4. Your Contributions are not false, inaccurate, or misleading.</span></div>
1201
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5; margin-left: 20px;">
1202
- <span style="font-size: 15px;">
1203
- 5. Your Contributions are not unsolicited or
1204
- <bdt class="block-component"></bdt>
1205
- unauthorized
1206
- <bdt class="statement-end-if-in-editor"></bdt>
1207
- advertising, promotional materials, pyramid schemes, chain letters, spam, mass mailings, or other forms of solicitation.
1208
- </span>
1209
- </div>
1210
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5; margin-left: 20px;">
1211
- <span style="font-size: 15px;">
1212
- 6. Your Contributions are not obscene, lewd, lascivious, filthy, violent, harassing,
1213
- <bdt class="block-component"></bdt>
1214
- libelous
1215
- <bdt class="statement-end-if-in-editor"></bdt>
1216
- , slanderous, or otherwise objectionable (as determined by us).
1217
- </span>
1218
- </div>
1219
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5; margin-left: 20px;"><span style="font-size: 15px;">7. Your Contributions do not ridicule, mock, disparage, intimidate, or abuse anyone.</span></div>
1220
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5; margin-left: 20px;"><span style="font-size: 15px;">8. Your Contributions are not used to harass or threaten (in the legal sense of those terms) any other person and to promote violence against a specific person or class of people.</span></div>
1221
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5; margin-left: 20px;"><span style="font-size: 15px;">9. Your Contributions do not violate any applicable law, regulation, or rule.</span></div>
1222
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5; margin-left: 20px;"><span style="font-size: 15px;">10. Your Contributions do not violate the privacy or publicity rights of any third party.</span></div>
1223
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5; margin-left: 20px;"><span style="font-size: 15px;">11. Your Contributions do not violate any applicable law concerning child pornography, or otherwise intended to protect the health or well-being of minors.</span></div>
1224
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5; margin-left: 20px;"><span style="font-size: 15px;">12. Your Contributions do not include any offensive comments that are connected to race, national origin, gender, sexual preference, or physical handicap.</span></div>
1225
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5; margin-left: 20px;">
1226
- <span style="font-size: 15px;">
1227
- 13. Your Contributions do not otherwise violate, or link to material that violates, any provision of this
1228
- <bdt class="block-component"></bdt>
1229
- License
1230
- <bdt class="statement-end-if-in-editor"></bdt>
1231
- Agreement, or any applicable law or regulation.
1232
- </span>
1233
- </div>
1234
- <div class="MsoNormal" style="line-height: 1; margin-left: 20px;"><br></div>
1235
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
1236
- <span style="font-size: 15px;">
1237
- Any use of the Licensed Application in violation of the foregoing violates this
1238
- <bdt class="block-component"></bdt>
1239
- License
1240
- <bdt class="statement-end-if-in-editor"></bdt>
1241
- Agreement and may result in, among other things, termination or suspension of your rights to use the Licensed Application.
1242
- </span>
1243
- </div>
1244
- <div class="MsoNormal" style="line-height: 1.5;"><br></div>
1245
- <div class="MsoNormal" style="line-height: 1.5;"><br></div>
1246
- <div class="MsoNormal" data-custom-class="heading_1" id="contribution" style="line-height: 17.25px;">
1247
- <strong>
1248
- <span style="line-height: 24.5333px; font-size: 19px;">
1249
- <strong>
1250
- <span style="line-height: 115%; font-family: Arial; font-size: 19px;">
1251
- <strong>
1252
- <span style="line-height: 115%; font-family: Arial; font-size: 19px;">
1253
- <span style="font-size: 19px;">
1254
- <strong>
1255
- 7. CONTRIBUTION
1256
- <bdt class="block-component"></bdt>
1257
- LICENSE
1258
- <bdt class="statement-end-if-in-editor"></bdt>
1259
- </strong>
1260
- </span>
1261
- </span>
1262
- </strong>
1263
- </span>
1264
- </strong>
1265
- </span>
1266
- </strong>
1267
- </div>
1268
- <div class="MsoNormal" style="line-height: 1.5;">
1269
- <bdt class="block-component"></bdt>
1270
- </div>
1271
- <div class="MsoNormal" style="line-height: 1;"><br></div>
1272
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
1273
- <span style="font-size: 15px;">
1274
- By posting your Contributions to any part of the Licensed Application or making Contributions accessible to the Licensed Application by linking your account from the Licensed Application to any of your social networking accounts, you automatically grant, and you represent and warrant that you have the right to grant, to us an unrestricted, unlimited, irrevocable, perpetual, non-exclusive, transferable, royalty-free, fully-paid, worldwide right, and
1275
- <bdt class="block-component"></bdt>
1276
- license
1277
- <bdt class="statement-end-if-in-editor"></bdt>
1278
- to host, use copy, reproduce, disclose, sell, resell, publish, broad cast, retitle, archive, store, cache, publicly display, reformat, translate, transmit, excerpt (in whole or in part), and distribute such Contributions (including, without limitation, your image and voice) for any purpose, commercial advertising, or otherwise, and to prepare derivative works of, or incorporate in other works, such as Contributions, and grant and
1279
- <bdt class="block-component"></bdt>
1280
- authorize sublicenses
1281
- <bdt class="statement-end-if-in-editor"></bdt>
1282
- of the foregoing. The use and distribution may occur in any media formats and through any media channels.
1283
- </span>
1284
- </div>
1285
- <div class="MsoNormal" style="line-height: 1;"><br></div>
1286
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
1287
- <span style="font-size: 15px;">
1288
- This
1289
- <bdt class="block-component"></bdt>
1290
- license
1291
- <bdt class="statement-end-if-in-editor"></bdt>
1292
- will apply to any form, media, or technology now known or hereafter developed, and includes our use of your name, company name, and franchise name, as applicable, and any of the trademarks, service marks, trade names, logos, and personal and commercial images you provide. You waive all moral rights in your Contributions, and you warrant that moral rights have not otherwise been asserted in your Contributions.
1293
- </span>
1294
- </div>
1295
- <div class="MsoNormal" style="line-height: 1;"><br></div>
1296
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;"><span style="font-size: 15px;">We do not assert any ownership over your Contributions. You retain full ownership of all of your Contributions and any intellectual property rights or other proprietary rights associated with your Contributions. We are not liable for any statements or representations in your Contributions provided by you in any area in the Licensed Application. You are solely responsible for your Contributions to the Licensed Application and you expressly agree to exonerate us from any and all responsibility and to refrain from any legal action against us regarding your Contributions.</span></div>
1297
- <div class="MsoNormal" style="line-height: 1;"><br></div>
1298
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
1299
- <span style="font-size: 15px;">
1300
- We have the right, in our sole and absolute discretion, (1) to edit, redact, or otherwise change any Contributions; (2) to
1301
- <bdt class="block-component"></bdt>
1302
- recategorize
1303
- <bdt class="statement-end-if-in-editor"></bdt>
1304
- any Contributions to place them in more appropriate locations in the Licensed Application; and (3) to prescreen or delete any Contributions at any time and for any reason, without notice. We have no obligation to monitor your Contributions.
1305
- <bdt class="else-block"></bdt>
1306
- </span>
1307
- </div>
1308
- <div class="MsoNormal" style="line-height: 1.5;"><br></div>
1309
- <div class="MsoNormal" style="line-height: 1.5;"><br></div>
1310
- <div class="MsoNormal" data-custom-class="heading_1" id="liability" style="line-height: 17.25px;"><strong><span style="line-height: 24.5333px; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><span style="font-size: 19px;"><strong>8. LIABILITY</strong></span></span></strong></span></strong></span></strong></div>
1311
- <div class="MsoNormal" style="line-height:115%;">
1312
- <span style="font-size: 15px;">
1313
- <bdt class="block-component"></bdt>
1314
- </span>
1315
- </div>
1316
- <div class="MsoNormal" style="line-height: 1;"><br></div>
1317
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
1318
- <span style="font-size: 15px;">
1319
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
1320
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
1321
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
1322
- <bdt data-type="conditional-block">
1323
- <bdt data-type="body">
1324
- <span style="color: rgb(89, 89, 89);">
1325
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
1326
- <bdt data-type="conditional-block">
1327
- <bdt data-type="body">
1328
- <span style="color: rgb(89, 89, 89);">
1329
- <bdt class="block-component"></bdt>
1330
- 8
1331
- <bdt class="else-block"></bdt>
1332
- .1 &nbsp;Licensor's responsibility in the case of violation of obligations and tort shall be limited to intent and gross negligence. Only in case of a breach of essential contractual duties (cardinal obligations), Licensor shall also be liable in case of slight negligence. In any case, liability shall be limited to the foreseeable, contractually typical damages. The limitation mentioned above does not apply to injuries to life, limb, or health.
1333
- <span style="font-size: 15px;">
1334
- <bdt class="statement-end-if-in-editor">
1335
- <bdt class="block-component"></bdt>
1336
- </bdt>
1337
- </span>
1338
- </span>
1339
- </bdt>
1340
- </bdt>
1341
- </bdt>
1342
- </span>
1343
- </bdt>
1344
- </bdt>
1345
- </bdt>
1346
- </span>
1347
- </span>
1348
- </span>
1349
- </div>
1350
- <div class="MsoNormal" style="line-height: 1;"><br></div>
1351
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
1352
- <span style="font-size: 15px;">
1353
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
1354
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
1355
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
1356
- <bdt data-type="conditional-block">
1357
- <bdt data-type="body">
1358
- <span style="color: rgb(89, 89, 89);">
1359
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
1360
- <bdt data-type="conditional-block">
1361
- <bdt data-type="body">
1362
- <span style="color: rgb(89, 89, 89);">
1363
- <bdt class="block-component"></bdt>
1364
- 8
1365
- <bdt class="else-block"></bdt>
1366
- .2 &nbsp;Licensor takes no accountability or responsibility for any damages caused due to a breach of duties according to Section 2 of this
1367
- <bdt class="block-component"></bdt>
1368
- License
1369
- <bdt class="statement-end-if-in-editor"></bdt>
1370
- Agreement. To avoid data loss, You are required to make use of backup functions of the Licensed Application to the extent allowed by applicable third-party terms and conditions of use. You are aware that in case of alterations or manipulations of the Licensed Application, You will not have access to the Licensed Application.
1371
- <span style="font-size: 15px;">
1372
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
1373
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
1374
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
1375
- <bdt data-type="conditional-block">
1376
- <bdt data-type="body">
1377
- <span style="color: rgb(89, 89, 89);">
1378
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
1379
- <bdt data-type="conditional-block">
1380
- <bdt data-type="body">
1381
- <span style="color: rgb(89, 89, 89);">
1382
- <span style="font-size: 15px;">
1383
- <bdt class="statement-end-if-in-editor">
1384
- <bdt class="statement-end-if-in-editor">
1385
- <bdt class="block-component"></bdt>
1386
- </bdt>
1387
- </bdt>
1388
- </span>
1389
- </span>
1390
- </bdt>
1391
- </bdt>
1392
- </bdt>
1393
- </span>
1394
- </bdt>
1395
- </bdt>
1396
- </bdt>
1397
- </span>
1398
- </span>
1399
- </span>
1400
- </span>
1401
- </bdt>
1402
- </bdt>
1403
- </bdt>
1404
- </span>
1405
- </bdt>
1406
- </bdt>
1407
- </bdt>
1408
- </span>
1409
- </span>
1410
- </span>
1411
- </div>
1412
- <div class="MsoNormal" style="line-height: 1.5;"><br></div>
1413
- <div class="MsoNormal" style="line-height: 1.5;"><br></div>
1414
- <div class="MsoNormal" data-custom-class="heading_1" id="warranty" style="line-height: 17.25px;"><strong><span style="line-height: 24.5333px; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><span style="font-size: 19px;"><strong>9. WARRANTY</strong></span></span></strong></span></strong></span></strong></div>
1415
- </div>
1416
- </div>
1417
- <div style="text-align: left; line-height: 1;"><br></div>
1418
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
1419
- <span style="font-size: 15px;">
1420
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
1421
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
1422
- <bdt class="block-component"></bdt>
1423
- 9
1424
- <bdt class="else-block"></bdt>
1425
- .1 &nbsp;Licensor warrants that the Licensed Application is free of spyware, trojan horses, viruses, or any other malware at the time of Your download. Licensor warrants that the Licensed Application works as described in the user documentation.
1426
- </span>
1427
- </span>
1428
- </span>
1429
- </div>
1430
- <div style="line-height: 1;"><br></div>
1431
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
1432
- <span style="font-size: 15px;">
1433
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
1434
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
1435
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
1436
- <bdt data-type="conditional-block">
1437
- <bdt data-type="body">
1438
- <span style="color: rgb(89, 89, 89);">
1439
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
1440
- <bdt data-type="conditional-block">
1441
- <bdt data-type="body">
1442
- <span style="color: rgb(89, 89, 89);">
1443
- <bdt class="block-component"></bdt>
1444
- 9
1445
- <bdt class="else-block"></bdt>
1446
- .2 &nbsp;No warranty is provided for the Licensed Application that is not executable on the device, that has been
1447
- <bdt class="block-component"></bdt>
1448
- unauthorizedly
1449
- <bdt class="statement-end-if-in-editor"></bdt>
1450
- modified, handled inappropriately or culpably, combined or installed with inappropriate hardware or software, used with inappropriate accessories, regardless if by Yourself or by third parties, or if there are any other reasons outside of
1451
- <bdt class="question">NO MORE SNOW CO.,LTD.</bdt>
1452
- 's sphere of influence that affect the executability of the Licensed Application.
1453
- </span>
1454
- </bdt>
1455
- </bdt>
1456
- </bdt>
1457
- </span>
1458
- </bdt>
1459
- </bdt>
1460
- </bdt>
1461
- </span>
1462
- </span>
1463
- </span>
1464
- </div>
1465
- <div style="line-height: 1;"><br></div>
1466
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
1467
- <span style="font-size: 15px;">
1468
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
1469
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
1470
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
1471
- <bdt data-type="conditional-block">
1472
- <bdt data-type="body">
1473
- <span style="color: rgb(89, 89, 89);">
1474
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
1475
- <bdt data-type="conditional-block">
1476
- <bdt data-type="body">
1477
- <span style="color: rgb(89, 89, 89);">
1478
- <bdt class="block-component"></bdt>
1479
- 9
1480
- <bdt class="else-block"></bdt>
1481
- .3 &nbsp;You are required to inspect the Licensed Application immediately after installing it and notify
1482
- <bdt class="question">NO MORE SNOW CO.,LTD.</bdt>
1483
- about issues discovered without delay by email provided in
1484
- </span>
1485
- </bdt>
1486
- </bdt>
1487
- </bdt>
1488
- </span>
1489
- </bdt>
1490
- </bdt>
1491
- </bdt>
1492
- </span>
1493
- </span>
1494
- &nbsp;
1495
- </span>
1496
- <a data-custom-class="link" href="#contact">
1497
- <span style="font-size: 15px;">
1498
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
1499
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
1500
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
1501
- <bdt data-type="conditional-block">
1502
- <bdt data-type="body">
1503
- <span style="color: rgb(89, 89, 89);">
1504
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
1505
- <bdt data-type="conditional-block">
1506
- <bdt data-type="body"><span style="color: rgb(89, 89, 89);">Contact Information</span></bdt>
1507
- </bdt>
1508
- </bdt>
1509
- </span>
1510
- </bdt>
1511
- </bdt>
1512
- </bdt>
1513
- </span>
1514
- </span>
1515
- </span>
1516
- </a>
1517
- <span style="font-size: 15px;">
1518
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
1519
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
1520
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
1521
- <bdt data-type="conditional-block">
1522
- <bdt data-type="body">
1523
- <span style="color: rgb(89, 89, 89);">
1524
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
1525
- <bdt data-type="conditional-block">
1526
- <bdt data-type="body">
1527
- <span style="color: rgb(89, 89, 89);">
1528
- . The defect report will be taken into consideration and further investigated if it has been emailed within a period of
1529
- <bdt class="question">ninety (90)</bdt>
1530
- days after discovery.
1531
- </span>
1532
- </bdt>
1533
- </bdt>
1534
- </bdt>
1535
- </span>
1536
- </bdt>
1537
- </bdt>
1538
- </bdt>
1539
- </span>
1540
- </span>
1541
- </span>
1542
- </div>
1543
- <div style="line-height: 1;"><br></div>
1544
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
1545
- <span style="font-size: 15px;">
1546
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
1547
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
1548
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
1549
- <bdt data-type="conditional-block">
1550
- <bdt data-type="body">
1551
- <span style="color: rgb(89, 89, 89);">
1552
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
1553
- <bdt data-type="conditional-block">
1554
- <bdt data-type="body">
1555
- <span style="color: rgb(89, 89, 89);">
1556
- <bdt class="block-component"></bdt>
1557
- 9
1558
- <bdt class="else-block"></bdt>
1559
- .4 &nbsp;If we confirm that the Licensed Application is defective,
1560
- <bdt class="question">NO MORE SNOW CO.,LTD.</bdt>
1561
- reserves a choice to remedy the situation either by means of solving the defect or substitute delivery.
1562
- </span>
1563
- </bdt>
1564
- </bdt>
1565
- </bdt>
1566
- </span>
1567
- </bdt>
1568
- </bdt>
1569
- </bdt>
1570
- </span>
1571
- </span>
1572
- </span>
1573
- </div>
1574
- <div style="line-height: 1;"><br></div>
1575
- <div style="text-align: left; line-height: 1;">
1576
- <bdt class="block-container if" data-type="if" id="36ce5a69-4560-4947-dc72-46e53e2d562a">
1577
- <bdt data-type="conditional-block">
1578
- <bdt data-type="body">
1579
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
1580
- <span style="font-size:11.0pt;line-height:115%;font-family:Arial;
1581
- Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">
1582
- <span style="font-size:11.0pt;line-height:115%;font-family:Arial;
1583
- Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">
1584
- <span style="font-size:11.0pt;line-height:115%;font-family:Arial;
1585
- Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">
1586
- <span style="font-size: 11pt; line-height: 16.8667px; color: rgb(89, 89, 89);">
1587
- <span style="font-size: 15px;">
1588
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
1589
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
1590
- <bdt class="block-component"></bdt>
1591
- 9
1592
- <bdt class="else-block"></bdt>
1593
- .5&nbsp;
1594
- </span>
1595
- </span>
1596
- </span>
1597
- </span>
1598
- </span>
1599
- &nbsp;
1600
- </span>
1601
- In the event of any failure of the Licensed Application to conform to any applicable warranty, You may notify the Services Store Operator, and Your Licensed Application purchase price will be refunded to You. To the maximum extent permitted by applicable law, the Services Store Operator will have no other warranty obligation whatsoever with respect to the Licensed Application, and any other losses, claims, damages, liabilities, expenses, and costs attributable to any negligence to adhere to any warranty.
1602
- </span>
1603
- </div>
1604
- </bdt>
1605
- </bdt>
1606
- </bdt>
1607
- </div>
1608
- <div style="text-align: left; line-height: 1;"><br></div>
1609
- <div style="text-align: left; line-height: 1.5;">
1610
- <bdt class="block-container if" data-type="if" id="14038561-dad7-be9d-370f-f8aa487b2570">
1611
- <bdt data-type="conditional-block">
1612
- <bdt data-type="body">
1613
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
1614
- <span style="font-size:11.0pt;line-height:115%;font-family:Arial;
1615
- Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">
1616
- <span style="font-size:11.0pt;line-height:115%;font-family:Arial;
1617
- Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">
1618
- <span style="font-size:11.0pt;line-height:115%;font-family:Arial;
1619
- Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">
1620
- <span style="font-size: 11pt; line-height: 16.8667px; color: rgb(89, 89, 89);">
1621
- <span style="font-size: 15px;">
1622
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
1623
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
1624
- <bdt class="block-component"></bdt>
1625
- 9
1626
- <bdt class="else-block"></bdt>
1627
- .6
1628
- </span>
1629
- </span>
1630
- </span>
1631
- </span>
1632
- </span>
1633
- &nbsp;
1634
- </span>
1635
- If the user is an entrepreneur, any claim based on faults expires after a statutory period of limitation amounting to twelve (12) months after the Licensed Application was made available to the user. The statutory periods of limitation given by law apply for users who are consumers.
1636
- </span>
1637
- </div>
1638
- </bdt>
1639
- </bdt>
1640
- </bdt>
1641
- </div>
1642
- <div style="text-align: left; line-height: 1.5;">
1643
- <bdt class="block-container if" data-type="if" id="14038561-dad7-be9d-370f-f8aa487b2570">
1644
- <bdt data-type="conditional-block">
1645
- <bdt data-type="body">&nbsp;</bdt>
1646
- &nbsp;
1647
- </bdt>
1648
- &nbsp;
1649
- </bdt>
1650
- </div>
1651
- <div style="text-align: left; line-height: 1.5;"><br></div>
1652
- <div style="text-align: left; line-height: 1;">
1653
- <div class="MsoNormal" data-custom-class="heading_1" id="productclaims" style="line-height: 115%;"><a name="_wj13r09u8u3u"></a><strong><span id="productclaims" style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 24.5333px; font-size: 19px;"><strong><span style="line-height: 24.5333px; font-size: 19px;"><strong><span style="line-height: 24.5333px; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><span style="font-size: 19px;"><strong>10. PRODUCT CLAIMS</strong></span></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></div>
1654
- </div>
1655
- <div style="text-align: left; line-height: 1;"><br></div>
1656
- <div style="text-align: left; line-height: 1;">
1657
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
1658
- <bdt class="question"><span style="font-size: 15px;">NO MORE SNOW CO.,LTD.</span></bdt>
1659
- <span style="font-size: 15px;">&nbsp;</span><span style="font-size: 15px; line-height: 115%; font-family: Arial; color: rgb(89, 89, 89);">and the End-User acknow</span>
1660
- <span style="font-size:11.0pt;line-height:115%;font-family:Arial;
1661
- Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">
1662
- ledge that
1663
- <bdt class="question">NO MORE SNOW CO.,LTD.</bdt>
1664
- , and not the Services, is responsible for addressing any claims of the End-User or any third party relating to the Licensed Application or the End-User’s possession and/or use of that Licensed Application, including, but not limited to:
1665
- </span>
1666
- </div>
1667
- </div>
1668
- <div style="text-align: left; line-height: 1;"><br></div>
1669
- <div style="text-align: left; line-height: 1;">
1670
- <bdt class="block-container if" data-type="if">
1671
- <bdt data-type="conditional-block">
1672
- <bdt data-type="body">
1673
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5; margin-left: 20px;"><span style="font-size:11.0pt;line-height:115%;font-family:Arial;
1674
- Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">(i) product liability claims;</span></div>
1675
- &nbsp;
1676
- </bdt>
1677
- &nbsp;
1678
- </bdt>
1679
- &nbsp;
1680
- </bdt>
1681
- </div>
1682
- <div style="text-align: left; line-height: 1;">
1683
- <bdt class="block-container if" data-type="if">
1684
- <bdt data-type="conditional-block">
1685
- <bdt data-type="body">
1686
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5; margin-left: 20px;"><span style="font-size:11.0pt;line-height:115%;font-family:Arial;
1687
- Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">(ii) any claim that the Licensed Application fails to conform to any applicable legal or regulatory requirement; and</span></div>
1688
- </bdt>
1689
- </bdt>
1690
- </bdt>
1691
- </div>
1692
- <div style="text-align: left; line-height: 1;"><br></div>
1693
- <div style="text-align: left; line-height: 1;">
1694
- <bdt class="block-container if" data-type="if">
1695
- <bdt data-type="conditional-block">
1696
- <bdt data-type="body">
1697
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5; margin-left: 20px;">
1698
- <span style="font-size:11.0pt;line-height:115%;font-family:Arial;
1699
- Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">
1700
- (iii) claims arising under consumer protection, privacy, or similar legislation
1701
- <bdt class="block-component"></bdt>
1702
- <span style="font-size:11.0pt;line-height:115%;font-family:Arial;
1703
- Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">, including in connection with Your Licensed Application’s use of the HealthKit and HomeKit</span>
1704
- <bdt class="statement-end-if-in-editor"></bdt>
1705
- .
1706
- </span>
1707
- </div>
1708
- </bdt>
1709
- </bdt>
1710
- </bdt>
1711
- </div>
1712
- <div style="text-align: left; line-height: 1.5;"><br></div>
1713
- <div style="text-align: left; line-height: 1.5;"><br></div>
1714
- <div style="text-align: left; line-height: 1;">
1715
- <bdt class="block-container if" data-type="if" id="87a7471d-cf82-1032-fdf8-601d37d7b017">
1716
- <bdt data-type="conditional-block">
1717
- <bdt data-type="body">
1718
- <div class="MsoNormal" data-custom-class="heading_1" id="compliance" style="line-height: 17.25px;"><strong><span style="line-height: 24.5333px; color: black; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 24.5333px; font-size: 19px;"><strong><span style="line-height: 24.5333px; font-size: 19px;"><strong><span style="line-height: 24.5333px; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><span style="font-size: 19px;"><strong>11. LEGAL COMPLIANCE</strong></span></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></div>
1719
- </bdt>
1720
- </bdt>
1721
- </bdt>
1722
- </div>
1723
- <div style="text-align: left; line-height: 1;"><br></div>
1724
- <div style="text-align: left; line-height: 1;">
1725
- <bdt class="block-container if" data-type="if">
1726
- <bdt data-type="conditional-block">
1727
- <bdt data-type="body">
1728
- <div class="MsoNormal" data-custom-class="body_text" style="font-size: 14.6667px; line-height: 1.5;">
1729
- <span style="font-size: 15px; line-height: 16.8667px; color: rgb(89, 89, 89);">
1730
- You represent and warrant that You are not located in a country that is subject to a US Government embargo, or that has been designated by the US Government as a
1731
- <bdt class="block-component"></bdt>
1732
- "terrorist supporting"
1733
- <bdt class="statement-end-if-in-editor"></bdt>
1734
- country; and that You are not listed on any US Government list of prohibited or restricted parties.
1735
- </span>
1736
- </div>
1737
- </bdt>
1738
- </bdt>
1739
- </bdt>
1740
- </div>
1741
- <div style="line-height: 1.5;"><br></div>
1742
- <div style="line-height: 1.5;"><br></div>
1743
- <div style="text-align: left; line-height: 1;">
1744
- <bdt class="block-container if" data-type="if" id="923fc4bc-b171-82ba-b6eb-0a13c12d1b6b">
1745
- <bdt data-type="conditional-block">
1746
- <bdt data-type="body">
1747
- <div class="MsoNormal" data-custom-class="heading_1" id="contact" style="line-height: 115%;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 24.5333px; color: black; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 24.5333px; font-size: 19px;"><strong><span style="line-height: 24.5333px; font-size: 19px;"><strong><span style="line-height: 24.5333px; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><span style="font-size: 19px;"><strong>12. CONTACT INFORMATION</strong></span></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></div>
1748
- </bdt>
1749
- </bdt>
1750
- </bdt>
1751
- </div>
1752
- <div style="text-align: left; line-height: 1;"><br></div>
1753
- <div style="text-align: left; line-height: 1;">
1754
- <bdt class="block-container if" data-type="if">
1755
- <bdt data-type="conditional-block">
1756
- <bdt data-type="body">
1757
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;"><span style="font-size:11.0pt;line-height:115%;font-family:Arial;
1758
- Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">For general inquiries, complaints, questions or claims concerning the Licensed Application, please contact:</span></div>
1759
- &nbsp; &nbsp; &nbsp; &nbsp;
1760
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
1761
- <span style="font-size:11.0pt;line-height:115%;font-family:Arial;
1762
- Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">
1763
- <bdt class="question">NO MORE SNOW CO.,LTD.</bdt>
1764
- <bdt class="block-component"></bdt>
1765
- </span>
1766
- </div>
1767
- </bdt>
1768
- </bdt>
1769
- </bdt>
1770
- <bdt class="block-container if" data-type="if">
1771
- <bdt data-type="conditional-block">
1772
- <bdt data-type="body">
1773
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
1774
- <span style="font-size:11.0pt;line-height:115%;font-family:Arial;
1775
- Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">
1776
- <bdt class="question">10 Karon Rd, Tambon Karon, Amphoe Mueang Phuket, Chang Wat Phuket 83100, Thailand</bdt>
1777
- <bdt class="block-component"></bdt>
1778
- </span>
1779
- </div>
1780
- </bdt>
1781
- </bdt>
1782
- </bdt>
1783
- <bdt class="block-container if" data-type="if">
1784
- <bdt data-type="conditional-block">
1785
- <bdt data-type="body">
1786
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
1787
- <span style="font-size:11.0pt;line-height:115%;font-family:Arial;
1788
- Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">
1789
- <bdt class="question">Tambon Karon</bdt>
1790
- <bdt class="statement-end-if-in-editor"></bdt>
1791
- <bdt class="question">83100</bdt>
1792
- </span>
1793
- </div>
1794
- </bdt>
1795
- </bdt>
1796
- </bdt>
1797
- <bdt class="block-container if" data-type="if">
1798
- <bdt data-type="conditional-block">
1799
- <bdt data-type="body">
1800
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
1801
- <span style="font-size: 15px;">
1802
- <bdt class="block-component"></bdt>
1803
- <bdt class="question">Thailand</bdt>
1804
- <bdt class="statement-end-if-in-editor"></bdt>
1805
- <bdt class="else-block"></bdt>
1806
- </span>
1807
- </div>
1808
- </bdt>
1809
- </bdt>
1810
- </bdt>
1811
- <bdt class="block-container if" data-type="if">
1812
- <bdt data-type="conditional-block">
1813
- <bdt data-type="body">
1814
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
1815
- <span style="font-size:11.0pt;line-height:115%;font-family:Arial;
1816
- Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">
1817
- <bdt class="question">hello@thecommunephuket.com</bdt>
1818
- </span>
1819
- </div>
1820
- </bdt>
1821
- </bdt>
1822
- </bdt>
1823
- </div>
1824
- <div style="text-align: left; line-height: 1.5;"><br></div>
1825
- <div style="text-align: left; line-height: 1.5;"><br></div>
1826
- <div style="text-align: left; line-height: 1;">
1827
- <bdt class="block-container if" data-type="if">
1828
- <bdt data-type="conditional-block">
1829
- <bdt data-type="body">
1830
- <div class="MsoNormal" data-custom-class="heading_1" id="termination" style="line-height: 1.5;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 24.5333px; color: black; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 24.5333px; font-size: 19px;"><strong><span style="line-height: 24.5333px; font-size: 19px;"><strong><span style="line-height: 24.5333px; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><span style="font-size: 19px;"><strong>13. TERMINATION</strong></span></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></div>
1831
- </bdt>
1832
- </bdt>
1833
- </bdt>
1834
- </div>
1835
- <div style="text-align: left; line-height: 1;"><br></div>
1836
- <div style="text-align: left; line-height: 1;">
1837
- <bdt class="block-container if" data-type="if">
1838
- <bdt data-type="conditional-block">
1839
- <bdt data-type="body">
1840
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
1841
- <span style="font-size:11.0pt;line-height:115%;font-family:Arial;
1842
- Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">
1843
- The
1844
- <bdt class="block-component"></bdt>
1845
- license
1846
- <bdt class="statement-end-if-in-editor"></bdt>
1847
- is valid until terminated by
1848
- <bdt class="question">NO MORE SNOW CO.,LTD.</bdt>
1849
- or by You. Your rights under this
1850
- <bdt class="block-component"></bdt>
1851
- license
1852
- <bdt class="statement-end-if-in-editor"></bdt>
1853
- will terminate automatically and without notice from
1854
- <bdt class="question">NO MORE SNOW CO.,LTD.</bdt>
1855
- if You fail to adhere to any term(s) of this
1856
- <bdt class="block-component"></bdt>
1857
- license
1858
- <bdt class="statement-end-if-in-editor"></bdt>
1859
- . Upon
1860
- <bdt class="block-component"></bdt>
1861
- License
1862
- <bdt class="statement-end-if-in-editor"></bdt>
1863
- termination, You shall stop all use of the Licensed Application, and destroy all copies, full or partial, of the Licensed Application.
1864
- </span>
1865
- </div>
1866
- </bdt>
1867
- </bdt>
1868
- </bdt>
1869
- </div>
1870
- <div style="text-align: left; line-height: 1.5;">
1871
- <bdt class="block-container if" data-type="if">
1872
- &nbsp;
1873
- <bdt data-type="conditional-block">
1874
- &nbsp;
1875
- <bdt data-type="body">
1876
- &nbsp;&nbsp;
1877
- <div class="MsoNormal" style="line-height: 1.5;"><br></div>
1878
- </bdt>
1879
- </bdt>
1880
- </bdt>
1881
- </div>
1882
- <div style="text-align: left;">
1883
- <div class="MsoNormal" data-custom-class="heading_1" id="thirdparty" style="line-height: 1.5;"><a name="_k3mndam4w6w1"></a><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 24.5333px; color: black; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 24.5333px; font-size: 19px;"><strong><span style="line-height: 24.5333px; font-size: 19px;"><strong><span style="line-height: 24.5333px; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><span style="font-size: 19px;"><strong>14. THIRD-PARTY TERMS OF AGREEMENTS AND BENEFICIARY</strong></span></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></div>
1884
- </div>
1885
- <div style="text-align: left; line-height: 1;"><br></div>
1886
- <div style="text-align: left;">
1887
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
1888
- <span style="font-size: 15px; line-height: 115%; font-family: Arial; color: rgb(89, 89, 89);">
1889
- <bdt class="question">NO MORE SNOW CO.,LTD.</bdt>
1890
- represents and warrants that
1891
- <bdt class="question">NO MORE SNOW CO.,LTD.</bdt>
1892
- will comply with applicable third-party terms of agreement when using Licensed Application.
1893
- </span>
1894
- </div>
1895
- </div>
1896
- <div style="text-align: left; line-height: 1;"><br></div>
1897
- <div style="text-align: left;">
1898
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
1899
- <span style="font-size:11.0pt;line-height:115%;font-family:Arial;
1900
- Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">
1901
- In Accordance with Section 9 of the
1902
- <bdt class="block-component"></bdt>
1903
- "Instructions for Minimum Terms of Developer's End-User License Agreement,"
1904
- <bdt class="statement-end-if-in-editor"></bdt>
1905
- <bdt class="block-component"></bdt>
1906
- both Apple and Google and their
1907
- <bdt class="block-component"></bdt>
1908
- subsidiaries shall be third-party beneficiaries of this End User
1909
- <bdt class="block-component"></bdt>
1910
- License
1911
- <bdt class="statement-end-if-in-editor"></bdt>
1912
- Agreement and — upon Your acceptance of the terms and conditions of this
1913
- <bdt class="block-component"></bdt>
1914
- License
1915
- <bdt class="statement-end-if-in-editor"></bdt>
1916
- Agreement,
1917
- <bdt class="block-component"></bdt>
1918
- both Apple and Google
1919
- <bdt class="block-component"></bdt>
1920
- will have the right (and will be deemed to have accepted the right) to enforce this End User
1921
- <bdt class="block-component"></bdt>
1922
- License
1923
- <bdt class="statement-end-if-in-editor"></bdt>
1924
- Agreement against You as a third-party beneficiary thereof.
1925
- </span>
1926
- </div>
1927
- </div>
1928
- <div style="text-align: left; line-height: 1.5;"><br></div>
1929
- <div style="text-align: left;">
1930
- <div class="MsoNormal" style="line-height: 1.5;"><br></div>
1931
- <div class="MsoNormal" data-custom-class="heading_1" id="ipr" style="line-height: 1.5;"><a name="_e2dep1hfgltt"></a><strong><span style="line-height: 115%; font-family: Arial;"><span style="font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 24.5333px; color: black; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 24.5333px; font-size: 19px;"><strong><span style="line-height: 24.5333px; font-size: 19px;"><strong><span style="line-height: 24.5333px; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><span style="font-size: 19px;"><strong>15. INTELLECTUAL PROPERTY RIGHTS</strong></span></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></span></strong></div>
1932
- </div>
1933
- <div style="text-align: left; line-height: 1;"><br></div>
1934
- <div style="text-align: left;">
1935
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
1936
- <span style="font-size:11.0pt;line-height:115%;font-family:Arial;
1937
- Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">
1938
- <bdt class="question">NO MORE SNOW CO.,LTD.</bdt>
1939
- and the End-User acknowledge that, in the event of any third-party claim that the Licensed Application or the End-User's possession and use of that Licensed Application infringes on the third party's intellectual property rights,
1940
- <bdt class="question">NO MORE SNOW CO.,LTD.</bdt>
1941
- , and not the Services, will be solely responsible for the investigation,
1942
- <bdt class="block-component"></bdt>
1943
- defense
1944
- <bdt class="statement-end-if-in-editor"></bdt>
1945
- , settlement, and discharge or any such intellectual property infringement claims.
1946
- </span>
1947
- </div>
1948
- </div>
1949
- <div style="text-align: left; line-height: 1.5;"><br></div>
1950
- <div style="text-align: left;">
1951
- <div class="MsoNormal" style="line-height: 1.5;"><br></div>
1952
- <div class="MsoNormal" data-custom-class="heading_1" id="law" style="line-height: 1.5;"><a name="_p6vbf8atcwhs"></a><strong><span style="line-height: 115%; font-family: Arial;"><span style="font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial;"><span style="font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 24.5333px; color: black; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 24.5333px; font-size: 19px;"><strong><span style="line-height: 24.5333px; font-size: 19px;"><strong><span style="line-height: 24.5333px; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><span style="font-size: 19px;"><strong>16. APPLICABLE LAW</strong></span></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></span></strong></span></span></strong></div>
1953
- </div>
1954
- <div style="text-align: left; line-height: 1;"><br></div>
1955
- <div style="text-align: left;">
1956
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
1957
- <span style="font-size:11.0pt;line-height:115%;font-family:Arial;
1958
- Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">
1959
- This
1960
- <bdt class="block-component"></bdt>
1961
- License
1962
- <bdt class="statement-end-if-in-editor"></bdt>
1963
- Agreement is governed by the laws of
1964
- <bdt class="block-component"></bdt>
1965
- <bdt class="question">Thailand</bdt>
1966
- <bdt class="statement-end-if-in-editor"></bdt>
1967
- excluding its conflicts of law rules.
1968
- </span>
1969
- </div>
1970
- </div>
1971
- <div style="text-align: left; line-height: 1.5;"><br></div>
1972
- <div style="text-align: left;">
1973
- <div class="MsoNormal" style="line-height: 1.5;"><br></div>
1974
- <div class="MsoNormal" data-custom-class="heading_1" id="misc" style="line-height: 1.5;"><a name="_v5i5tjw62cyw"></a><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial;"><span style="font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial;"><span style="font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 24.5333px; color: black; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 24.5333px; font-size: 19px;"><strong><span style="line-height: 24.5333px; font-size: 19px;"><strong><span style="line-height: 24.5333px; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><strong><span style="line-height: 115%; font-family: Arial; font-size: 19px;"><span style="font-size: 19px;"><strong>17. MISCELLANEOUS</strong></span></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></strong></span></span></strong></span></span></strong></span></strong></div>
1975
- <div class="MsoNormal" style="line-height: 1;"><br></div>
1976
- <div class="MsoNormal" style="line-height: 1;">
1977
- <bdt class="block-container if" data-type="if" id="4de367b8-a92e-8bf8-bc2e-013cba6337f8">
1978
- <bdt data-type="conditional-block">
1979
- <bdt data-type="body">
1980
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
1981
- <span style="font-size:11.0pt;line-height:115%;font-family:Arial;
1982
- Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">
1983
- <span style="font-size:11.0pt;line-height:115%;font-family:Arial;
1984
- Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">
1985
- <span style="font-size:11.0pt;line-height:115%;font-family:Arial;
1986
- Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">
1987
- <span style="font-size:11.0pt;line-height:115%;font-family:Arial;
1988
- Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">
1989
- <span style="font-size:11.0pt;line-height:115%;font-family:Arial;
1990
- Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">
1991
- <span style="font-size: 11pt; line-height: 16.8667px; color: rgb(89, 89, 89);">
1992
- <span style="font-size: 15px;">
1993
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
1994
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
1995
- <span style="font-size: 11pt; line-height: 16.8667px; color: rgb(89, 89, 89);">
1996
- <span style="font-size: 15px;">
1997
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
1998
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
1999
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
2000
- <bdt data-type="conditional-block">
2001
- <bdt data-type="body">
2002
- <span style="color: rgb(89, 89, 89);">
2003
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
2004
- <bdt data-type="conditional-block">
2005
- <bdt data-type="body">
2006
- <span style="color: rgb(89, 89, 89);">
2007
- <span style="font-size: 11pt; line-height: 16.8667px; color: rgb(89, 89, 89);">
2008
- <span style="font-size: 15px;">
2009
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
2010
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
2011
- <span style="font-size:11.0pt;line-height:115%;font-family:Arial;
2012
- Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">
2013
- <span style="font-size:11.0pt;line-height:115%;font-family:Arial;
2014
- Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">
2015
- <span style="font-size:11.0pt;line-height:115%;font-family:Arial;
2016
- Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">
2017
- <span style="font-size:11.0pt;line-height:115%;font-family:Arial;
2018
- Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">
2019
- <span style="font-size:11.0pt;line-height:115%;font-family:Arial;
2020
- Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">
2021
- <span style="font-size: 11pt; line-height: 16.8667px; color: rgb(89, 89, 89);">
2022
- <span style="font-size: 15px;">
2023
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
2024
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
2025
- <bdt class="block-component"></bdt>
2026
- 17
2027
- <bdt class="else-block"></bdt>
2028
- <span style="font-size: 11pt; line-height: 16.8667px; color: rgb(89, 89, 89);">
2029
- <span style="font-size: 15px;">
2030
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
2031
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
2032
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
2033
- <bdt data-type="conditional-block">
2034
- <bdt data-type="body"><span style="color: rgb(89, 89, 89);">.1</span></bdt>
2035
- </bdt>
2036
- </bdt>
2037
- </span>
2038
- </span>
2039
- </span>
2040
- </span>
2041
- </span>
2042
- </span>
2043
- </span>
2044
- </span>
2045
- </span>
2046
- </span>
2047
- </span>
2048
- </span>
2049
- </span>
2050
- </span>
2051
- </span>
2052
- </span>
2053
- </span>
2054
- </span>
2055
- </bdt>
2056
- </bdt>
2057
- </bdt>
2058
- </span>
2059
- </bdt>
2060
- </bdt>
2061
- </bdt>
2062
- </span>
2063
- </span>
2064
- </span>
2065
- </span>
2066
- </span>
2067
- </span>
2068
- </span>
2069
- </span>
2070
- </span>
2071
- </span>
2072
- &nbsp;
2073
- </span>
2074
- &nbsp;
2075
- </span>
2076
- If any of the terms of this agreement should be or become invalid, the validity of the remaining provisions shall not be affected. Invalid terms will be replaced by valid ones formulated in a way that will achieve the primary purpose.
2077
- </span>
2078
- </div>
2079
- &nbsp;
2080
- </bdt>
2081
- &nbsp;
2082
- </bdt>
2083
- &nbsp;
2084
- </bdt>
2085
- <bdt class="block-container if" data-type="if">
2086
- &nbsp;
2087
- <bdt data-type="conditional-block">
2088
- &nbsp;
2089
- <bdt data-type="body">
2090
- &nbsp; &nbsp; &nbsp; &nbsp;
2091
- <div class="MsoNormal" data-custom-class="body_text" style="line-height: 1.5;">
2092
- <span style="font-size: 11pt; line-height: 16.8667px; color: rgb(89, 89, 89);">
2093
- <span style="font-size:11.0pt;line-height:115%;font-family:Arial;
2094
- Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">
2095
- <span style="font-size:11.0pt;line-height:115%;font-family:Arial;
2096
- Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">
2097
- <span style="font-size:11.0pt;line-height:115%;font-family:Arial;
2098
- Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">
2099
- <span style="font-size:11.0pt;line-height:115%;font-family:Arial;
2100
- Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">
2101
- <span style="font-size:11.0pt;line-height:115%;font-family:Arial;
2102
- Calibri;color:#595959;mso-themecolor:text1;mso-themetint:166;">
2103
- <span style="font-size: 11pt; line-height: 16.8667px; color: rgb(89, 89, 89);">
2104
- <span style="font-size: 15px;">
2105
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
2106
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
2107
- <bdt class="block-component"></bdt>
2108
- 17
2109
- <bdt class="else-block"></bdt>
2110
- <span style="font-size: 11pt; line-height: 16.8667px; color: rgb(89, 89, 89);">
2111
- <span style="font-size: 15px;">
2112
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
2113
- <span style="line-height: 16.8667px; color: rgb(89, 89, 89);">
2114
- <bdt class="block-container if" data-type="if" id="8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13">
2115
- <bdt data-type="conditional-block">
2116
- <bdt data-type="body"><span style="color: rgb(89, 89, 89);">.2</span></bdt>
2117
- </bdt>
2118
- </bdt>
2119
- </span>
2120
- </span>
2121
- </span>
2122
- </span>
2123
- </span>
2124
- </span>
2125
- </span>
2126
- </span>
2127
- </span>
2128
- </span>
2129
- </span>
2130
- &nbsp;
2131
- </span>
2132
- &nbsp;
2133
- </span>
2134
- Collateral agreements, changes and amendments are only valid if laid down in writing. The preceding clause can only be waived in writing.
2135
- <bdt class="block-component"></bdt>
2136
- </span>
2137
- </div>
2138
- </bdt>
2139
- </bdt>
2140
- </bdt>
2141
- </div>
2142
- </div>
2143
- </div>
2144
- </div>
2145
- </template>