edge-impulse-linux 1.9.0 → 1.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (220) hide show
  1. package/build/library/sensors/gstreamer.d.ts +6 -2
  2. package/build/library/sensors/gstreamer.js +31 -12
  3. package/build/library/sensors/gstreamer.js.map +1 -1
  4. package/build/sdk/studio/sdk/api/classifyApi.d.ts +20 -0
  5. package/build/sdk/studio/sdk/api/classifyApi.js +86 -0
  6. package/build/sdk/studio/sdk/api/classifyApi.js.map +1 -1
  7. package/build/sdk/studio/sdk/api/jobsApi.d.ts +26 -0
  8. package/build/sdk/studio/sdk/api/jobsApi.js +168 -0
  9. package/build/sdk/studio/sdk/api/jobsApi.js.map +1 -1
  10. package/build/sdk/studio/sdk/api/organizationBlocksApi.d.ts +12 -0
  11. package/build/sdk/studio/sdk/api/organizationBlocksApi.js +79 -0
  12. package/build/sdk/studio/sdk/api/organizationBlocksApi.js.map +1 -1
  13. package/build/sdk/studio/sdk/api/organizationJobsApi.d.ts +2 -0
  14. package/build/sdk/studio/sdk/api/organizationJobsApi.js +4 -0
  15. package/build/sdk/studio/sdk/api/organizationJobsApi.js.map +1 -1
  16. package/build/sdk/studio/sdk/api/projectsApi.d.ts +107 -0
  17. package/build/sdk/studio/sdk/api/projectsApi.js +735 -26
  18. package/build/sdk/studio/sdk/api/projectsApi.js.map +1 -1
  19. package/build/sdk/studio/sdk/api/rawDataApi.d.ts +147 -10
  20. package/build/sdk/studio/sdk/api/rawDataApi.js +561 -10
  21. package/build/sdk/studio/sdk/api/rawDataApi.js.map +1 -1
  22. package/build/sdk/studio/sdk/api/userApi.d.ts +16 -1
  23. package/build/sdk/studio/sdk/api/userApi.js +72 -1
  24. package/build/sdk/studio/sdk/api/userApi.js.map +1 -1
  25. package/build/sdk/studio/sdk/model/aIAction.d.ts +51 -0
  26. package/build/sdk/studio/sdk/model/aIAction.js +69 -0
  27. package/build/sdk/studio/sdk/model/aIAction.js.map +1 -0
  28. package/build/sdk/studio/sdk/model/aIActionLastPreviewState.d.ts +31 -0
  29. package/build/sdk/studio/sdk/model/aIActionLastPreviewState.js +37 -0
  30. package/build/sdk/studio/sdk/model/aIActionLastPreviewState.js.map +1 -0
  31. package/build/sdk/studio/sdk/model/aIActionLastPreviewStateProposedChanges.d.ts +27 -0
  32. package/build/sdk/studio/sdk/model/aIActionLastPreviewStateProposedChanges.js +34 -0
  33. package/build/sdk/studio/sdk/model/aIActionLastPreviewStateProposedChanges.js.map +1 -0
  34. package/build/sdk/studio/sdk/model/aIActionsConfig.d.ts +44 -0
  35. package/build/sdk/studio/sdk/model/aIActionsConfig.js +49 -0
  36. package/build/sdk/studio/sdk/model/aIActionsConfig.js.map +1 -0
  37. package/build/sdk/studio/sdk/model/aIActionsDataCategory.d.ts +13 -0
  38. package/build/sdk/studio/sdk/model/aIActionsDataCategory.js +16 -0
  39. package/build/sdk/studio/sdk/model/aIActionsDataCategory.js.map +1 -0
  40. package/build/sdk/studio/sdk/model/addOrganizationTransformationBlockRequest.d.ts +6 -0
  41. package/build/sdk/studio/sdk/model/addOrganizationTransformationBlockRequest.js +10 -0
  42. package/build/sdk/studio/sdk/model/addOrganizationTransformationBlockRequest.js.map +1 -1
  43. package/build/sdk/studio/sdk/model/additionalMetric.d.ts +1 -0
  44. package/build/sdk/studio/sdk/model/additionalMetric.js +5 -0
  45. package/build/sdk/studio/sdk/model/additionalMetric.js.map +1 -1
  46. package/build/sdk/studio/sdk/model/batchAddMetadataRequest.d.ts +26 -0
  47. package/build/sdk/studio/sdk/model/batchAddMetadataRequest.js +34 -0
  48. package/build/sdk/studio/sdk/model/batchAddMetadataRequest.js.map +1 -0
  49. package/build/sdk/studio/sdk/model/batchClearMetadataByKeyRequest.d.ts +25 -0
  50. package/build/sdk/studio/sdk/model/batchClearMetadataByKeyRequest.js +29 -0
  51. package/build/sdk/studio/sdk/model/batchClearMetadataByKeyRequest.js.map +1 -0
  52. package/build/sdk/studio/sdk/model/createAIActionResponse.d.ts +33 -0
  53. package/build/sdk/studio/sdk/model/createAIActionResponse.js +39 -0
  54. package/build/sdk/studio/sdk/model/createAIActionResponse.js.map +1 -0
  55. package/build/sdk/studio/sdk/model/createPreviewAIActionsJobRequest.d.ts +35 -0
  56. package/build/sdk/studio/sdk/model/createPreviewAIActionsJobRequest.js +39 -0
  57. package/build/sdk/studio/sdk/model/createPreviewAIActionsJobRequest.js.map +1 -0
  58. package/build/sdk/studio/sdk/model/dSPGroupItem.d.ts +1 -0
  59. package/build/sdk/studio/sdk/model/dSPGroupItem.js +5 -0
  60. package/build/sdk/studio/sdk/model/dSPGroupItem.js.map +1 -1
  61. package/build/sdk/studio/sdk/model/detailedImpulse.d.ts +4 -0
  62. package/build/sdk/studio/sdk/model/detailedImpulse.js +5 -0
  63. package/build/sdk/studio/sdk/model/detailedImpulse.js.map +1 -1
  64. package/build/sdk/studio/sdk/model/environmentVariable.d.ts +32 -0
  65. package/build/sdk/studio/sdk/model/environmentVariable.js +34 -0
  66. package/build/sdk/studio/sdk/model/environmentVariable.js.map +1 -0
  67. package/build/sdk/studio/sdk/model/getAIActionResponse.d.ts +34 -0
  68. package/build/sdk/studio/sdk/model/getAIActionResponse.js +39 -0
  69. package/build/sdk/studio/sdk/model/getAIActionResponse.js.map +1 -0
  70. package/build/sdk/studio/sdk/model/getAIActionResponseAllOf.d.ts +26 -0
  71. package/build/sdk/studio/sdk/model/getAIActionResponseAllOf.js +29 -0
  72. package/build/sdk/studio/sdk/model/getAIActionResponseAllOf.js.map +1 -0
  73. package/build/sdk/studio/sdk/model/getAIActionsProposedChangesResponse.d.ts +34 -0
  74. package/build/sdk/studio/sdk/model/getAIActionsProposedChangesResponse.js +39 -0
  75. package/build/sdk/studio/sdk/model/getAIActionsProposedChangesResponse.js.map +1 -0
  76. package/build/sdk/studio/sdk/model/getAIActionsProposedChangesResponseAllOf.d.ts +26 -0
  77. package/build/sdk/studio/sdk/model/getAIActionsProposedChangesResponseAllOf.js +29 -0
  78. package/build/sdk/studio/sdk/model/getAIActionsProposedChangesResponseAllOf.js.map +1 -0
  79. package/build/sdk/studio/sdk/model/getPublicOrganizationTransformationBlockResponse.d.ts +34 -0
  80. package/build/sdk/studio/sdk/model/getPublicOrganizationTransformationBlockResponse.js +39 -0
  81. package/build/sdk/studio/sdk/model/getPublicOrganizationTransformationBlockResponse.js.map +1 -0
  82. package/build/sdk/studio/sdk/model/getPublicOrganizationTransformationBlockResponseAllOf.d.ts +26 -0
  83. package/build/sdk/studio/sdk/model/getPublicOrganizationTransformationBlockResponseAllOf.js +29 -0
  84. package/build/sdk/studio/sdk/model/getPublicOrganizationTransformationBlockResponseAllOf.js.map +1 -0
  85. package/build/sdk/studio/sdk/model/getUserProjectsResponse.d.ts +34 -0
  86. package/build/sdk/studio/sdk/model/getUserProjectsResponse.js +39 -0
  87. package/build/sdk/studio/sdk/model/getUserProjectsResponse.js.map +1 -0
  88. package/build/sdk/studio/sdk/model/getUserProjectsResponseAllOf.d.ts +26 -0
  89. package/build/sdk/studio/sdk/model/getUserProjectsResponseAllOf.js +29 -0
  90. package/build/sdk/studio/sdk/model/getUserProjectsResponseAllOf.js.map +1 -0
  91. package/build/sdk/studio/sdk/model/getUserResponse.d.ts +9 -0
  92. package/build/sdk/studio/sdk/model/getUserResponse.js +10 -0
  93. package/build/sdk/studio/sdk/model/getUserResponse.js.map +1 -1
  94. package/build/sdk/studio/sdk/model/getUserResponseAllOf.d.ts +9 -0
  95. package/build/sdk/studio/sdk/model/getUserResponseAllOf.js +10 -0
  96. package/build/sdk/studio/sdk/model/getUserResponseAllOf.js.map +1 -1
  97. package/build/sdk/studio/sdk/model/getUserResponseAllOfLastAccessedProjects.d.ts +30 -0
  98. package/build/sdk/studio/sdk/model/getUserResponseAllOfLastAccessedProjects.js +37 -0
  99. package/build/sdk/studio/sdk/model/getUserResponseAllOfLastAccessedProjects.js.map +1 -0
  100. package/build/sdk/studio/sdk/model/getUserResponseAllOfLastAccessedProjectsProjects.d.ts +28 -0
  101. package/build/sdk/studio/sdk/model/getUserResponseAllOfLastAccessedProjectsProjects.js +44 -0
  102. package/build/sdk/studio/sdk/model/getUserResponseAllOfLastAccessedProjectsProjects.js.map +1 -0
  103. package/build/sdk/studio/sdk/model/listAIActionsResponse.d.ts +34 -0
  104. package/build/sdk/studio/sdk/model/listAIActionsResponse.js +39 -0
  105. package/build/sdk/studio/sdk/model/listAIActionsResponse.js.map +1 -0
  106. package/build/sdk/studio/sdk/model/listAIActionsResponseAllOf.d.ts +26 -0
  107. package/build/sdk/studio/sdk/model/listAIActionsResponseAllOf.js +29 -0
  108. package/build/sdk/studio/sdk/model/listAIActionsResponseAllOf.js.map +1 -0
  109. package/build/sdk/studio/sdk/model/models.d.ts +27 -0
  110. package/build/sdk/studio/sdk/model/models.js +80 -2
  111. package/build/sdk/studio/sdk/model/models.js.map +1 -1
  112. package/build/sdk/studio/sdk/model/optimizeConfig.d.ts +6 -4
  113. package/build/sdk/studio/sdk/model/optimizeConfig.js +9 -5
  114. package/build/sdk/studio/sdk/model/optimizeConfig.js.map +1 -1
  115. package/build/sdk/studio/sdk/model/optimizeConfigResponse.d.ts +6 -4
  116. package/build/sdk/studio/sdk/model/optimizeConfigResponse.js +9 -5
  117. package/build/sdk/studio/sdk/model/optimizeConfigResponse.js.map +1 -1
  118. package/build/sdk/studio/sdk/model/organizationTransformationBlock.d.ts +9 -0
  119. package/build/sdk/studio/sdk/model/organizationTransformationBlock.js +10 -0
  120. package/build/sdk/studio/sdk/model/organizationTransformationBlock.js.map +1 -1
  121. package/build/sdk/studio/sdk/model/previewAIActionsSamplesRequest.d.ts +42 -0
  122. package/build/sdk/studio/sdk/model/previewAIActionsSamplesRequest.js +49 -0
  123. package/build/sdk/studio/sdk/model/previewAIActionsSamplesRequest.js.map +1 -0
  124. package/build/sdk/studio/sdk/model/publicOrganizationTransformationBlock.d.ts +4 -0
  125. package/build/sdk/studio/sdk/model/publicOrganizationTransformationBlock.js +5 -0
  126. package/build/sdk/studio/sdk/model/publicOrganizationTransformationBlock.js.map +1 -1
  127. package/build/sdk/studio/sdk/model/sampleProposedChanges.d.ts +48 -0
  128. package/build/sdk/studio/sdk/model/sampleProposedChanges.js +49 -0
  129. package/build/sdk/studio/sdk/model/sampleProposedChanges.js.map +1 -0
  130. package/build/sdk/studio/sdk/model/setAIActionsOrderRequest.d.ts +25 -0
  131. package/build/sdk/studio/sdk/model/setAIActionsOrderRequest.js +29 -0
  132. package/build/sdk/studio/sdk/model/setAIActionsOrderRequest.js.map +1 -0
  133. package/build/sdk/studio/sdk/model/setSampleProposedChangesRequest.d.ts +30 -0
  134. package/build/sdk/studio/sdk/model/setSampleProposedChangesRequest.js +34 -0
  135. package/build/sdk/studio/sdk/model/setSampleProposedChangesRequest.js.map +1 -0
  136. package/build/sdk/studio/sdk/model/updateAIActionRequest.d.ts +57 -0
  137. package/build/sdk/studio/sdk/model/updateAIActionRequest.js +64 -0
  138. package/build/sdk/studio/sdk/model/updateAIActionRequest.js.map +1 -0
  139. package/build/sdk/studio/sdk/model/updateOrganizationTransformationBlockRequest.d.ts +6 -0
  140. package/build/sdk/studio/sdk/model/updateOrganizationTransformationBlockRequest.js +10 -0
  141. package/build/sdk/studio/sdk/model/updateOrganizationTransformationBlockRequest.js.map +1 -1
  142. package/build/sdk/studio/sdk/model/updateProjectRequest.d.ts +4 -0
  143. package/build/sdk/studio/sdk/model/updateProjectRequest.js +5 -0
  144. package/build/sdk/studio/sdk/model/updateProjectRequest.js.map +1 -1
  145. package/build/shared/bounding-box-file-types.d.ts +1 -0
  146. package/build/shared/bounding-box-file-types.js +46 -2
  147. package/build/shared/bounding-box-file-types.js.map +1 -1
  148. package/build/shared/viewmodels/init.d.ts +3 -0
  149. package/build/shared/viewmodels/init.js +3 -0
  150. package/build/shared/viewmodels/init.js.map +1 -1
  151. package/cli/linux/webserver/public/assets/argon-dashboard.css +20595 -0
  152. package/cli/linux/webserver/public/assets/favicon-color/favicon-120.png +0 -0
  153. package/cli/linux/webserver/public/assets/favicon-color/favicon-128.png +0 -0
  154. package/cli/linux/webserver/public/assets/favicon-color/favicon-144.png +0 -0
  155. package/cli/linux/webserver/public/assets/favicon-color/favicon-152.png +0 -0
  156. package/cli/linux/webserver/public/assets/favicon-color/favicon-16.png +0 -0
  157. package/cli/linux/webserver/public/assets/favicon-color/favicon-180.png +0 -0
  158. package/cli/linux/webserver/public/assets/favicon-color/favicon-228.png +0 -0
  159. package/cli/linux/webserver/public/assets/favicon-color/favicon-32.png +0 -0
  160. package/cli/linux/webserver/public/assets/favicon-color/favicon-57.png +0 -0
  161. package/cli/linux/webserver/public/assets/favicon-color/favicon-76.png +0 -0
  162. package/cli/linux/webserver/public/assets/favicon-color/favicon-96.png +0 -0
  163. package/cli/linux/webserver/public/assets/logo-rgb.svg +18 -0
  164. package/cli/linux/webserver/public/assets/mark.svg +20 -0
  165. package/cli/linux/webserver/public/assets/mobileclient.css +4179 -0
  166. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300.eot +0 -0
  167. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300.svg +332 -0
  168. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300.ttf +0 -0
  169. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300.woff +0 -0
  170. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300.woff2 +0 -0
  171. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300italic.eot +0 -0
  172. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300italic.svg +345 -0
  173. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300italic.ttf +0 -0
  174. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300italic.woff +0 -0
  175. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-300italic.woff2 +0 -0
  176. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600.eot +0 -0
  177. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600.svg +336 -0
  178. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600.ttf +0 -0
  179. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600.woff +0 -0
  180. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600.woff2 +0 -0
  181. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600italic.eot +0 -0
  182. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600italic.svg +349 -0
  183. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600italic.ttf +0 -0
  184. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600italic.woff +0 -0
  185. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-600italic.woff2 +0 -0
  186. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700.eot +0 -0
  187. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700.svg +334 -0
  188. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700.ttf +0 -0
  189. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700.woff +0 -0
  190. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700.woff2 +0 -0
  191. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700italic.eot +0 -0
  192. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700italic.svg +342 -0
  193. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700italic.ttf +0 -0
  194. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700italic.woff +0 -0
  195. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-700italic.woff2 +0 -0
  196. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800.eot +0 -0
  197. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800.svg +336 -0
  198. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800.ttf +0 -0
  199. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800.woff +0 -0
  200. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800.woff2 +0 -0
  201. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800italic.eot +0 -0
  202. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800italic.svg +342 -0
  203. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800italic.ttf +0 -0
  204. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800italic.woff +0 -0
  205. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-800italic.woff2 +0 -0
  206. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-italic.eot +0 -0
  207. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-italic.svg +349 -0
  208. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-italic.ttf +0 -0
  209. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-italic.woff +0 -0
  210. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-italic.woff2 +0 -0
  211. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-regular.eot +0 -0
  212. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-regular.svg +336 -0
  213. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-regular.ttf +0 -0
  214. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-regular.woff +0 -0
  215. package/cli/linux/webserver/public/fonts/open-sans-v17-latin-regular.woff2 +0 -0
  216. package/cli/linux/webserver/public/index.html +114 -0
  217. package/cli/linux/webserver/public/inference-server.js +216 -0
  218. package/cli/linux/webserver/public/webserver.js +247 -0
  219. package/package.json +3 -2
  220. package/test/gstreamer.test.ts +797 -10
@@ -0,0 +1,4179 @@
1
+ /* open-sans-300 - latin */
2
+ @font-face {
3
+ font-family: 'Open Sans';
4
+ font-style: normal;
5
+ font-weight: 300;
6
+ src: url('/fonts/open-sans-v17-latin-300.eot');
7
+ /* IE9 Compat Modes */
8
+ src: local('Open Sans Light'), local('OpenSans-Light'),
9
+ url('/fonts/open-sans-v17-latin-300.eot?#iefix') format('embedded-opentype'),
10
+ /* IE6-IE8 */
11
+ url('/fonts/open-sans-v17-latin-300.woff2') format('woff2'),
12
+ /* Super Modern Browsers */
13
+ url('/fonts/open-sans-v17-latin-300.woff') format('woff'),
14
+ /* Modern Browsers */
15
+ url('/fonts/open-sans-v17-latin-300.ttf') format('truetype'),
16
+ /* Safari, Android, iOS */
17
+ url('/fonts/open-sans-v17-latin-300.svg#OpenSans') format('svg');
18
+ /* Legacy iOS */
19
+ }
20
+
21
+ /* open-sans-300italic - latin */
22
+ @font-face {
23
+ font-family: 'Open Sans';
24
+ font-style: italic;
25
+ font-weight: 300;
26
+ src: url('/fonts/open-sans-v17-latin-300italic.eot');
27
+ /* IE9 Compat Modes */
28
+ src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'),
29
+ url('/fonts/open-sans-v17-latin-300italic.eot?#iefix') format('embedded-opentype'),
30
+ /* IE6-IE8 */
31
+ url('/fonts/open-sans-v17-latin-300italic.woff2') format('woff2'),
32
+ /* Super Modern Browsers */
33
+ url('/fonts/open-sans-v17-latin-300italic.woff') format('woff'),
34
+ /* Modern Browsers */
35
+ url('/fonts/open-sans-v17-latin-300italic.ttf') format('truetype'),
36
+ /* Safari, Android, iOS */
37
+ url('/fonts/open-sans-v17-latin-300italic.svg#OpenSans') format('svg');
38
+ /* Legacy iOS */
39
+ }
40
+
41
+ /* open-sans-regular - latin */
42
+ @font-face {
43
+ font-family: 'Open Sans';
44
+ font-style: normal;
45
+ font-weight: 400;
46
+ src: url('/fonts/open-sans-v17-latin-regular.eot');
47
+ /* IE9 Compat Modes */
48
+ src: local('Open Sans Regular'), local('OpenSans-Regular'),
49
+ url('/fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'),
50
+ /* IE6-IE8 */
51
+ url('/fonts/open-sans-v17-latin-regular.woff2') format('woff2'),
52
+ /* Super Modern Browsers */
53
+ url('/fonts/open-sans-v17-latin-regular.woff') format('woff'),
54
+ /* Modern Browsers */
55
+ url('/fonts/open-sans-v17-latin-regular.ttf') format('truetype'),
56
+ /* Safari, Android, iOS */
57
+ url('/fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg');
58
+ /* Legacy iOS */
59
+ }
60
+
61
+ /* open-sans-italic - latin */
62
+ @font-face {
63
+ font-family: 'Open Sans';
64
+ font-style: italic;
65
+ font-weight: 400;
66
+ src: url('/fonts/open-sans-v17-latin-italic.eot');
67
+ /* IE9 Compat Modes */
68
+ src: local('Open Sans Italic'), local('OpenSans-Italic'),
69
+ url('/fonts/open-sans-v17-latin-italic.eot?#iefix') format('embedded-opentype'),
70
+ /* IE6-IE8 */
71
+ url('/fonts/open-sans-v17-latin-italic.woff2') format('woff2'),
72
+ /* Super Modern Browsers */
73
+ url('/fonts/open-sans-v17-latin-italic.woff') format('woff'),
74
+ /* Modern Browsers */
75
+ url('/fonts/open-sans-v17-latin-italic.ttf') format('truetype'),
76
+ /* Safari, Android, iOS */
77
+ url('/fonts/open-sans-v17-latin-italic.svg#OpenSans') format('svg');
78
+ /* Legacy iOS */
79
+ }
80
+
81
+ /* open-sans-600 - latin */
82
+ @font-face {
83
+ font-family: 'Open Sans';
84
+ font-style: normal;
85
+ font-weight: 600;
86
+ src: url('/fonts/open-sans-v17-latin-600.eot');
87
+ /* IE9 Compat Modes */
88
+ src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
89
+ url('/fonts/open-sans-v17-latin-600.eot?#iefix') format('embedded-opentype'),
90
+ /* IE6-IE8 */
91
+ url('/fonts/open-sans-v17-latin-600.woff2') format('woff2'),
92
+ /* Super Modern Browsers */
93
+ url('/fonts/open-sans-v17-latin-600.woff') format('woff'),
94
+ /* Modern Browsers */
95
+ url('/fonts/open-sans-v17-latin-600.ttf') format('truetype'),
96
+ /* Safari, Android, iOS */
97
+ url('/fonts/open-sans-v17-latin-600.svg#OpenSans') format('svg');
98
+ /* Legacy iOS */
99
+ }
100
+
101
+ /* open-sans-600italic - latin */
102
+ @font-face {
103
+ font-family: 'Open Sans';
104
+ font-style: italic;
105
+ font-weight: 600;
106
+ src: url('/fonts/open-sans-v17-latin-600italic.eot');
107
+ /* IE9 Compat Modes */
108
+ src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'),
109
+ url('/fonts/open-sans-v17-latin-600italic.eot?#iefix') format('embedded-opentype'),
110
+ /* IE6-IE8 */
111
+ url('/fonts/open-sans-v17-latin-600italic.woff2') format('woff2'),
112
+ /* Super Modern Browsers */
113
+ url('/fonts/open-sans-v17-latin-600italic.woff') format('woff'),
114
+ /* Modern Browsers */
115
+ url('/fonts/open-sans-v17-latin-600italic.ttf') format('truetype'),
116
+ /* Safari, Android, iOS */
117
+ url('/fonts/open-sans-v17-latin-600italic.svg#OpenSans') format('svg');
118
+ /* Legacy iOS */
119
+ }
120
+
121
+ /* open-sans-700 - latin */
122
+ @font-face {
123
+ font-family: 'Open Sans';
124
+ font-style: normal;
125
+ font-weight: 700;
126
+ src: url('/fonts/open-sans-v17-latin-700.eot');
127
+ /* IE9 Compat Modes */
128
+ src: local('Open Sans Bold'), local('OpenSans-Bold'),
129
+ url('/fonts/open-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'),
130
+ /* IE6-IE8 */
131
+ url('/fonts/open-sans-v17-latin-700.woff2') format('woff2'),
132
+ /* Super Modern Browsers */
133
+ url('/fonts/open-sans-v17-latin-700.woff') format('woff'),
134
+ /* Modern Browsers */
135
+ url('/fonts/open-sans-v17-latin-700.ttf') format('truetype'),
136
+ /* Safari, Android, iOS */
137
+ url('/fonts/open-sans-v17-latin-700.svg#OpenSans') format('svg');
138
+ /* Legacy iOS */
139
+ }
140
+
141
+ /* open-sans-700italic - latin */
142
+ @font-face {
143
+ font-family: 'Open Sans';
144
+ font-style: italic;
145
+ font-weight: 700;
146
+ src: url('/fonts/open-sans-v17-latin-700italic.eot');
147
+ /* IE9 Compat Modes */
148
+ src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
149
+ url('/fonts/open-sans-v17-latin-700italic.eot?#iefix') format('embedded-opentype'),
150
+ /* IE6-IE8 */
151
+ url('/fonts/open-sans-v17-latin-700italic.woff2') format('woff2'),
152
+ /* Super Modern Browsers */
153
+ url('/fonts/open-sans-v17-latin-700italic.woff') format('woff'),
154
+ /* Modern Browsers */
155
+ url('/fonts/open-sans-v17-latin-700italic.ttf') format('truetype'),
156
+ /* Safari, Android, iOS */
157
+ url('/fonts/open-sans-v17-latin-700italic.svg#OpenSans') format('svg');
158
+ /* Legacy iOS */
159
+ }
160
+
161
+ /* open-sans-800 - latin */
162
+ @font-face {
163
+ font-family: 'Open Sans';
164
+ font-style: normal;
165
+ font-weight: 800;
166
+ src: url('/fonts/open-sans-v17-latin-800.eot');
167
+ /* IE9 Compat Modes */
168
+ src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
169
+ url('/fonts/open-sans-v17-latin-800.eot?#iefix') format('embedded-opentype'),
170
+ /* IE6-IE8 */
171
+ url('/fonts/open-sans-v17-latin-800.woff2') format('woff2'),
172
+ /* Super Modern Browsers */
173
+ url('/fonts/open-sans-v17-latin-800.woff') format('woff'),
174
+ /* Modern Browsers */
175
+ url('/fonts/open-sans-v17-latin-800.ttf') format('truetype'),
176
+ /* Safari, Android, iOS */
177
+ url('/fonts/open-sans-v17-latin-800.svg#OpenSans') format('svg');
178
+ /* Legacy iOS */
179
+ }
180
+
181
+ /* open-sans-800italic - latin */
182
+ @font-face {
183
+ font-family: 'Open Sans';
184
+ font-style: italic;
185
+ font-weight: 800;
186
+ src: url('/fonts/open-sans-v17-latin-800italic.eot');
187
+ /* IE9 Compat Modes */
188
+ src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'),
189
+ url('/fonts/open-sans-v17-latin-800italic.eot?#iefix') format('embedded-opentype'),
190
+ /* IE6-IE8 */
191
+ url('/fonts/open-sans-v17-latin-800italic.woff2') format('woff2'),
192
+ /* Super Modern Browsers */
193
+ url('/fonts/open-sans-v17-latin-800italic.woff') format('woff'),
194
+ /* Modern Browsers */
195
+ url('/fonts/open-sans-v17-latin-800italic.ttf') format('truetype'),
196
+ /* Safari, Android, iOS */
197
+ url('/fonts/open-sans-v17-latin-800italic.svg#OpenSans') format('svg');
198
+ /* Legacy iOS */
199
+ }
200
+
201
+ html, body {
202
+ width: 100%;
203
+ height: 100%;
204
+ margin: 0px;
205
+ padding: 0px;
206
+ overflow-x: hidden;
207
+ }
208
+
209
+ #header-row {
210
+ background-color: white;
211
+ }
212
+
213
+ #header-row img {
214
+ height: 34px;
215
+ }
216
+
217
+ #header-row h1 {
218
+ font-weight: 300;
219
+ }
220
+
221
+ #result {
222
+ white-space: pre;
223
+ }
224
+
225
+ body {
226
+ overflow-x: hidden;
227
+ }
228
+
229
+ .card-icon {
230
+ font-size: 14rem;
231
+ }
232
+
233
+ #loading-view .card-icon {
234
+ font-size: 8rem;
235
+ }
236
+
237
+ @keyframes spin {
238
+ 100% {
239
+ transform: rotate(360deg);
240
+ }
241
+ }
242
+
243
+ .fa-spinner.spin-animation {
244
+ animation: spin 4s linear infinite;
245
+ }
246
+
247
+ .animate-opacity {
248
+ transition: opacity 0.5s ease-in;
249
+ }
250
+
251
+
252
+ /* https://tobiasahlin.com/spinkit/
253
+ * MIT Licensed
254
+ */
255
+ .sk-folding-cube {
256
+ margin: 40px auto;
257
+ width: 80px;
258
+ height: 80px;
259
+ position: relative;
260
+ -webkit-transform: rotateZ(45deg);
261
+ transform: rotateZ(45deg);
262
+ }
263
+
264
+ .sk-folding-cube .sk-cube {
265
+ float: left;
266
+ width: 50%;
267
+ height: 50%;
268
+ position: relative;
269
+ -webkit-transform: scale(1.1);
270
+ -ms-transform: scale(1.1);
271
+ transform: scale(1.1);
272
+ }
273
+
274
+ .sk-folding-cube .sk-cube:before {
275
+ content: '';
276
+ position: absolute;
277
+ top: 0;
278
+ left: 0;
279
+ width: 100%;
280
+ height: 100%;
281
+ background-color: #333;
282
+ -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
283
+ animation: sk-foldCubeAngle 2.4s infinite linear both;
284
+ -webkit-transform-origin: 100% 100%;
285
+ -ms-transform-origin: 100% 100%;
286
+ transform-origin: 100% 100%;
287
+ }
288
+
289
+ .sk-folding-cube .sk-cube2 {
290
+ -webkit-transform: scale(1.1) rotateZ(90deg);
291
+ transform: scale(1.1) rotateZ(90deg);
292
+ }
293
+
294
+ .sk-folding-cube .sk-cube3 {
295
+ -webkit-transform: scale(1.1) rotateZ(180deg);
296
+ transform: scale(1.1) rotateZ(180deg);
297
+ }
298
+
299
+ .sk-folding-cube .sk-cube4 {
300
+ -webkit-transform: scale(1.1) rotateZ(270deg);
301
+ transform: scale(1.1) rotateZ(270deg);
302
+ }
303
+
304
+ .sk-folding-cube .sk-cube2:before {
305
+ -webkit-animation-delay: 0.3s;
306
+ animation-delay: 0.3s;
307
+ }
308
+
309
+ .sk-folding-cube .sk-cube3:before {
310
+ -webkit-animation-delay: 0.6s;
311
+ animation-delay: 0.6s;
312
+ }
313
+
314
+ .sk-folding-cube .sk-cube4:before {
315
+ -webkit-animation-delay: 0.9s;
316
+ animation-delay: 0.9s;
317
+ }
318
+
319
+ @-webkit-keyframes sk-foldCubeAngle {
320
+
321
+ 0%,
322
+ 10% {
323
+ -webkit-transform: perspective(140px) rotateX(-180deg);
324
+ transform: perspective(140px) rotateX(-180deg);
325
+ opacity: 0;
326
+ }
327
+
328
+ 25%,
329
+ 75% {
330
+ -webkit-transform: perspective(140px) rotateX(0deg);
331
+ transform: perspective(140px) rotateX(0deg);
332
+ opacity: 1;
333
+ }
334
+
335
+ 90%,
336
+ 100% {
337
+ -webkit-transform: perspective(140px) rotateY(180deg);
338
+ transform: perspective(140px) rotateY(180deg);
339
+ opacity: 0;
340
+ }
341
+ }
342
+
343
+ @keyframes sk-foldCubeAngle {
344
+
345
+ 0%,
346
+ 10% {
347
+ -webkit-transform: perspective(140px) rotateX(-180deg);
348
+ transform: perspective(140px) rotateX(-180deg);
349
+ opacity: 0;
350
+ }
351
+
352
+ 25%,
353
+ 75% {
354
+ -webkit-transform: perspective(140px) rotateX(0deg);
355
+ transform: perspective(140px) rotateX(0deg);
356
+ opacity: 1;
357
+ }
358
+
359
+ 90%,
360
+ 100% {
361
+ -webkit-transform: perspective(140px) rotateY(180deg);
362
+ transform: perspective(140px) rotateY(180deg);
363
+ opacity: 0;
364
+ }
365
+ }
366
+
367
+ .sk-folding-cube .sk-cube1:before {
368
+ background-color: #3bbecc;
369
+ }
370
+
371
+ .sk-folding-cube .sk-cube2:before {
372
+ background-color: #a1ce08;
373
+ }
374
+
375
+ .sk-folding-cube .sk-cube3:before {
376
+ background-color: #fcb807;
377
+ }
378
+
379
+ .sk-folding-cube .sk-cube4:before {
380
+ background-color: #f6572c;
381
+ }
382
+
383
+ #sampling-circle {
384
+ display: flex;
385
+ align-items: center;
386
+ justify-content: center;
387
+ }
388
+
389
+ video {
390
+ max-width: 100%;
391
+ max-height: 50%;
392
+ }
393
+
394
+ .sampling-circle {
395
+ animation: spin 4s linear infinite;
396
+ margin: 0 auto;
397
+ width: 200px;
398
+ height: 200px;
399
+ border-radius: 50%;
400
+ border: 22px solid transparent;
401
+ background-size: 100% 100%, 50% 50%, 50% 50%, 50% 50%, 50% 50%;
402
+ background-repeat: no-repeat;
403
+ background-image: linear-gradient(white, white),
404
+ linear-gradient(0deg, #3bbecc 120%, #3bbecc 100%),
405
+ linear-gradient(90deg, #a1ce08 120%, #a1ce08 100%),
406
+ linear-gradient(180deg, #fcb807 120%, #fcb807 100%),
407
+ linear-gradient(270deg, #f6572c 120%, #f6572c 100%);
408
+ background-position: center center, left top, right top, left bottom, right bottom;
409
+ background-origin: content-box, border-box, border-box, border-box, border-box;
410
+ background-clip: content-box, border-box, border-box, border-box, border-box;
411
+ }
412
+
413
+ .sampling-circle.no-spin {
414
+ animation: none;
415
+ }
416
+
417
+ .sampling-seconds-left {
418
+ font-weight: 300;
419
+ font-size: 1.8rem;
420
+ margin-left: auto;
421
+ margin-right: auto;
422
+ margin-top: auto;
423
+ margin-bottom: auto;
424
+ height: 2.9rem;
425
+ position: absolute;
426
+ top: 0;
427
+ left: 0;
428
+ bottom: 0;
429
+ right: 0;
430
+ }
431
+
432
+ #permission-view .fa-mobile {
433
+ position: relative;
434
+ }
435
+ #permission-view .fa-mobile > i {
436
+ position: absolute;
437
+ right: -2rem;
438
+ bottom: -2rem;
439
+ font-size: 5rem;
440
+ }
441
+
442
+ #build-progress {
443
+ white-space: nowrap;
444
+ overflow-x: hidden;
445
+ text-overflow: ellipsis;
446
+ }
447
+
448
+ #inferencing-in-progress table {
449
+ table-layout: fixed;
450
+ }
451
+
452
+ #inferencing-in-progress th, #inferencing-in-progress td {
453
+ overflow: hidden;
454
+ text-overflow: ellipsis;
455
+ }
456
+
457
+ #inferencing-in-progress tbody tr {
458
+ background-color: white;
459
+ transition: background-color ease-out 1.5s;
460
+ }
461
+
462
+ #inferencing-in-progress tbody tr.active {
463
+ background-color: #bcf1fb;
464
+ }
465
+
466
+ .badge-camera {
467
+ text-transform: none;
468
+ }
469
+
470
+ .capture-camera-inner {
471
+ height: 100%;
472
+ display: inline-block;
473
+ position: relative;
474
+ height: 100%;
475
+ object-fit: contain;
476
+ }
477
+
478
+ .bounding-box-label {
479
+ color: white;
480
+ color: white;
481
+ padding: 0.2rem 0.6rem;
482
+ margin: -33px -3px 0 -3px;
483
+ display: inline-block;
484
+ position: absolute;
485
+ font-size: 1rem;
486
+ right: 0;
487
+ }
488
+
489
+ /* notify */
490
+ .alert-notify {
491
+ display: flex !important;
492
+
493
+ width: calc(100% - 30px);
494
+ max-width: 600px;
495
+ padding-right: 80px;
496
+
497
+ color: rgba(255, 255, 255, .85);
498
+ box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
499
+ }
500
+
501
+ .alert-notify:hover {
502
+ z-index: 1081 !important;
503
+ }
504
+
505
+ .alert-notify:not(.alert-info):not(.alert-success):not(.alert-warning):not(.alert-danger) {
506
+ background-color: rgba(0, 0, 0, .95);
507
+ }
508
+
509
+ .alert-notify:not(.alert-info):not(.alert-success):not(.alert-warning):not(.alert-danger) .alert-notify-close {
510
+ color: #ffd600;
511
+ }
512
+
513
+ .alert-notify:not(.alert-info):not(.alert-success):not(.alert-warning):not(.alert-danger) .alert-notify-close:hover {
514
+ opacity: .8;
515
+ }
516
+
517
+ .alert-notify .alert-icon.ni {
518
+ position: relative;
519
+ top: 4px;
520
+ }
521
+
522
+ .alert-notify .alert-title {
523
+ font-size: 1rem;
524
+ font-weight: 600;
525
+
526
+ display: block;
527
+ }
528
+
529
+ .alert-notify .close {
530
+ top: 1rem !important;
531
+ right: 1.5rem !important;
532
+
533
+ transform: translateY(0);
534
+ }
535
+
536
+ /* end notify */
537
+
538
+ /* animate.css */
539
+
540
+ /*!
541
+ * animate.css -https://daneden.github.io/animate.css/
542
+ * Version - 3.7.2
543
+ * Licensed under the MIT license - http://opensource.org/licenses/MIT
544
+ *
545
+ * Copyright (c) 2019 Daniel Eden
546
+ */
547
+
548
+ @-webkit-keyframes bounce {
549
+
550
+ 0%,
551
+ 20%,
552
+ 53%,
553
+ 80%,
554
+ to {
555
+ -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
556
+ animation-timing-function: cubic-bezier(.215, .61, .355, 1);
557
+ -webkit-transform: translateZ(0);
558
+ transform: translateZ(0)
559
+ }
560
+
561
+ 40%,
562
+ 43% {
563
+ -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
564
+ animation-timing-function: cubic-bezier(.755, .05, .855, .06);
565
+ -webkit-transform: translate3d(0, -30px, 0);
566
+ transform: translate3d(0, -30px, 0)
567
+ }
568
+
569
+ 70% {
570
+ -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
571
+ animation-timing-function: cubic-bezier(.755, .05, .855, .06);
572
+ -webkit-transform: translate3d(0, -15px, 0);
573
+ transform: translate3d(0, -15px, 0)
574
+ }
575
+
576
+ 90% {
577
+ -webkit-transform: translate3d(0, -4px, 0);
578
+ transform: translate3d(0, -4px, 0)
579
+ }
580
+ }
581
+
582
+ @keyframes bounce {
583
+
584
+ 0%,
585
+ 20%,
586
+ 53%,
587
+ 80%,
588
+ to {
589
+ -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
590
+ animation-timing-function: cubic-bezier(.215, .61, .355, 1);
591
+ -webkit-transform: translateZ(0);
592
+ transform: translateZ(0)
593
+ }
594
+
595
+ 40%,
596
+ 43% {
597
+ -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
598
+ animation-timing-function: cubic-bezier(.755, .05, .855, .06);
599
+ -webkit-transform: translate3d(0, -30px, 0);
600
+ transform: translate3d(0, -30px, 0)
601
+ }
602
+
603
+ 70% {
604
+ -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
605
+ animation-timing-function: cubic-bezier(.755, .05, .855, .06);
606
+ -webkit-transform: translate3d(0, -15px, 0);
607
+ transform: translate3d(0, -15px, 0)
608
+ }
609
+
610
+ 90% {
611
+ -webkit-transform: translate3d(0, -4px, 0);
612
+ transform: translate3d(0, -4px, 0)
613
+ }
614
+ }
615
+
616
+ .bounce {
617
+ -webkit-animation-name: bounce;
618
+ animation-name: bounce;
619
+ -webkit-transform-origin: center bottom;
620
+ transform-origin: center bottom
621
+ }
622
+
623
+ @-webkit-keyframes flash {
624
+
625
+ 0%,
626
+ 50%,
627
+ to {
628
+ opacity: 1
629
+ }
630
+
631
+ 25%,
632
+ 75% {
633
+ opacity: 0
634
+ }
635
+ }
636
+
637
+ @keyframes flash {
638
+
639
+ 0%,
640
+ 50%,
641
+ to {
642
+ opacity: 1
643
+ }
644
+
645
+ 25%,
646
+ 75% {
647
+ opacity: 0
648
+ }
649
+ }
650
+
651
+ .flash {
652
+ -webkit-animation-name: flash;
653
+ animation-name: flash
654
+ }
655
+
656
+ @-webkit-keyframes pulse {
657
+ 0% {
658
+ -webkit-transform: scaleX(1);
659
+ transform: scaleX(1)
660
+ }
661
+
662
+ 50% {
663
+ -webkit-transform: scale3d(1.05, 1.05, 1.05);
664
+ transform: scale3d(1.05, 1.05, 1.05)
665
+ }
666
+
667
+ to {
668
+ -webkit-transform: scaleX(1);
669
+ transform: scaleX(1)
670
+ }
671
+ }
672
+
673
+ @keyframes pulse {
674
+ 0% {
675
+ -webkit-transform: scaleX(1);
676
+ transform: scaleX(1)
677
+ }
678
+
679
+ 50% {
680
+ -webkit-transform: scale3d(1.05, 1.05, 1.05);
681
+ transform: scale3d(1.05, 1.05, 1.05)
682
+ }
683
+
684
+ to {
685
+ -webkit-transform: scaleX(1);
686
+ transform: scaleX(1)
687
+ }
688
+ }
689
+
690
+ .pulse {
691
+ -webkit-animation-name: pulse;
692
+ animation-name: pulse
693
+ }
694
+
695
+ @-webkit-keyframes rubberBand {
696
+ 0% {
697
+ -webkit-transform: scaleX(1);
698
+ transform: scaleX(1)
699
+ }
700
+
701
+ 30% {
702
+ -webkit-transform: scale3d(1.25, .75, 1);
703
+ transform: scale3d(1.25, .75, 1)
704
+ }
705
+
706
+ 40% {
707
+ -webkit-transform: scale3d(.75, 1.25, 1);
708
+ transform: scale3d(.75, 1.25, 1)
709
+ }
710
+
711
+ 50% {
712
+ -webkit-transform: scale3d(1.15, .85, 1);
713
+ transform: scale3d(1.15, .85, 1)
714
+ }
715
+
716
+ 65% {
717
+ -webkit-transform: scale3d(.95, 1.05, 1);
718
+ transform: scale3d(.95, 1.05, 1)
719
+ }
720
+
721
+ 75% {
722
+ -webkit-transform: scale3d(1.05, .95, 1);
723
+ transform: scale3d(1.05, .95, 1)
724
+ }
725
+
726
+ to {
727
+ -webkit-transform: scaleX(1);
728
+ transform: scaleX(1)
729
+ }
730
+ }
731
+
732
+ @keyframes rubberBand {
733
+ 0% {
734
+ -webkit-transform: scaleX(1);
735
+ transform: scaleX(1)
736
+ }
737
+
738
+ 30% {
739
+ -webkit-transform: scale3d(1.25, .75, 1);
740
+ transform: scale3d(1.25, .75, 1)
741
+ }
742
+
743
+ 40% {
744
+ -webkit-transform: scale3d(.75, 1.25, 1);
745
+ transform: scale3d(.75, 1.25, 1)
746
+ }
747
+
748
+ 50% {
749
+ -webkit-transform: scale3d(1.15, .85, 1);
750
+ transform: scale3d(1.15, .85, 1)
751
+ }
752
+
753
+ 65% {
754
+ -webkit-transform: scale3d(.95, 1.05, 1);
755
+ transform: scale3d(.95, 1.05, 1)
756
+ }
757
+
758
+ 75% {
759
+ -webkit-transform: scale3d(1.05, .95, 1);
760
+ transform: scale3d(1.05, .95, 1)
761
+ }
762
+
763
+ to {
764
+ -webkit-transform: scaleX(1);
765
+ transform: scaleX(1)
766
+ }
767
+ }
768
+
769
+ .rubberBand {
770
+ -webkit-animation-name: rubberBand;
771
+ animation-name: rubberBand
772
+ }
773
+
774
+ @-webkit-keyframes shake {
775
+
776
+ 0%,
777
+ to {
778
+ -webkit-transform: translateZ(0);
779
+ transform: translateZ(0)
780
+ }
781
+
782
+ 10%,
783
+ 30%,
784
+ 50%,
785
+ 70%,
786
+ 90% {
787
+ -webkit-transform: translate3d(-10px, 0, 0);
788
+ transform: translate3d(-10px, 0, 0)
789
+ }
790
+
791
+ 20%,
792
+ 40%,
793
+ 60%,
794
+ 80% {
795
+ -webkit-transform: translate3d(10px, 0, 0);
796
+ transform: translate3d(10px, 0, 0)
797
+ }
798
+ }
799
+
800
+ @keyframes shake {
801
+
802
+ 0%,
803
+ to {
804
+ -webkit-transform: translateZ(0);
805
+ transform: translateZ(0)
806
+ }
807
+
808
+ 10%,
809
+ 30%,
810
+ 50%,
811
+ 70%,
812
+ 90% {
813
+ -webkit-transform: translate3d(-10px, 0, 0);
814
+ transform: translate3d(-10px, 0, 0)
815
+ }
816
+
817
+ 20%,
818
+ 40%,
819
+ 60%,
820
+ 80% {
821
+ -webkit-transform: translate3d(10px, 0, 0);
822
+ transform: translate3d(10px, 0, 0)
823
+ }
824
+ }
825
+
826
+ .shake {
827
+ -webkit-animation-name: shake;
828
+ animation-name: shake
829
+ }
830
+
831
+ @-webkit-keyframes headShake {
832
+ 0% {
833
+ -webkit-transform: translateX(0);
834
+ transform: translateX(0)
835
+ }
836
+
837
+ 6.5% {
838
+ -webkit-transform: translateX(-6px) rotateY(-9deg);
839
+ transform: translateX(-6px) rotateY(-9deg)
840
+ }
841
+
842
+ 18.5% {
843
+ -webkit-transform: translateX(5px) rotateY(7deg);
844
+ transform: translateX(5px) rotateY(7deg)
845
+ }
846
+
847
+ 31.5% {
848
+ -webkit-transform: translateX(-3px) rotateY(-5deg);
849
+ transform: translateX(-3px) rotateY(-5deg)
850
+ }
851
+
852
+ 43.5% {
853
+ -webkit-transform: translateX(2px) rotateY(3deg);
854
+ transform: translateX(2px) rotateY(3deg)
855
+ }
856
+
857
+ 50% {
858
+ -webkit-transform: translateX(0);
859
+ transform: translateX(0)
860
+ }
861
+ }
862
+
863
+ @keyframes headShake {
864
+ 0% {
865
+ -webkit-transform: translateX(0);
866
+ transform: translateX(0)
867
+ }
868
+
869
+ 6.5% {
870
+ -webkit-transform: translateX(-6px) rotateY(-9deg);
871
+ transform: translateX(-6px) rotateY(-9deg)
872
+ }
873
+
874
+ 18.5% {
875
+ -webkit-transform: translateX(5px) rotateY(7deg);
876
+ transform: translateX(5px) rotateY(7deg)
877
+ }
878
+
879
+ 31.5% {
880
+ -webkit-transform: translateX(-3px) rotateY(-5deg);
881
+ transform: translateX(-3px) rotateY(-5deg)
882
+ }
883
+
884
+ 43.5% {
885
+ -webkit-transform: translateX(2px) rotateY(3deg);
886
+ transform: translateX(2px) rotateY(3deg)
887
+ }
888
+
889
+ 50% {
890
+ -webkit-transform: translateX(0);
891
+ transform: translateX(0)
892
+ }
893
+ }
894
+
895
+ .headShake {
896
+ -webkit-animation-timing-function: ease-in-out;
897
+ animation-timing-function: ease-in-out;
898
+ -webkit-animation-name: headShake;
899
+ animation-name: headShake
900
+ }
901
+
902
+ @-webkit-keyframes swing {
903
+ 20% {
904
+ -webkit-transform: rotate(15deg);
905
+ transform: rotate(15deg)
906
+ }
907
+
908
+ 40% {
909
+ -webkit-transform: rotate(-10deg);
910
+ transform: rotate(-10deg)
911
+ }
912
+
913
+ 60% {
914
+ -webkit-transform: rotate(5deg);
915
+ transform: rotate(5deg)
916
+ }
917
+
918
+ 80% {
919
+ -webkit-transform: rotate(-5deg);
920
+ transform: rotate(-5deg)
921
+ }
922
+
923
+ to {
924
+ -webkit-transform: rotate(0deg);
925
+ transform: rotate(0deg)
926
+ }
927
+ }
928
+
929
+ @keyframes swing {
930
+ 20% {
931
+ -webkit-transform: rotate(15deg);
932
+ transform: rotate(15deg)
933
+ }
934
+
935
+ 40% {
936
+ -webkit-transform: rotate(-10deg);
937
+ transform: rotate(-10deg)
938
+ }
939
+
940
+ 60% {
941
+ -webkit-transform: rotate(5deg);
942
+ transform: rotate(5deg)
943
+ }
944
+
945
+ 80% {
946
+ -webkit-transform: rotate(-5deg);
947
+ transform: rotate(-5deg)
948
+ }
949
+
950
+ to {
951
+ -webkit-transform: rotate(0deg);
952
+ transform: rotate(0deg)
953
+ }
954
+ }
955
+
956
+ .swing {
957
+ -webkit-transform-origin: top center;
958
+ transform-origin: top center;
959
+ -webkit-animation-name: swing;
960
+ animation-name: swing
961
+ }
962
+
963
+ @-webkit-keyframes tada {
964
+ 0% {
965
+ -webkit-transform: scaleX(1);
966
+ transform: scaleX(1)
967
+ }
968
+
969
+ 10%,
970
+ 20% {
971
+ -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
972
+ transform: scale3d(.9, .9, .9) rotate(-3deg)
973
+ }
974
+
975
+ 30%,
976
+ 50%,
977
+ 70%,
978
+ 90% {
979
+ -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
980
+ transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
981
+ }
982
+
983
+ 40%,
984
+ 60%,
985
+ 80% {
986
+ -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
987
+ transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
988
+ }
989
+
990
+ to {
991
+ -webkit-transform: scaleX(1);
992
+ transform: scaleX(1)
993
+ }
994
+ }
995
+
996
+ @keyframes tada {
997
+ 0% {
998
+ -webkit-transform: scaleX(1);
999
+ transform: scaleX(1)
1000
+ }
1001
+
1002
+ 10%,
1003
+ 20% {
1004
+ -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
1005
+ transform: scale3d(.9, .9, .9) rotate(-3deg)
1006
+ }
1007
+
1008
+ 30%,
1009
+ 50%,
1010
+ 70%,
1011
+ 90% {
1012
+ -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
1013
+ transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
1014
+ }
1015
+
1016
+ 40%,
1017
+ 60%,
1018
+ 80% {
1019
+ -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
1020
+ transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
1021
+ }
1022
+
1023
+ to {
1024
+ -webkit-transform: scaleX(1);
1025
+ transform: scaleX(1)
1026
+ }
1027
+ }
1028
+
1029
+ .tada {
1030
+ -webkit-animation-name: tada;
1031
+ animation-name: tada
1032
+ }
1033
+
1034
+ @-webkit-keyframes wobble {
1035
+ 0% {
1036
+ -webkit-transform: translateZ(0);
1037
+ transform: translateZ(0)
1038
+ }
1039
+
1040
+ 15% {
1041
+ -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
1042
+ transform: translate3d(-25%, 0, 0) rotate(-5deg)
1043
+ }
1044
+
1045
+ 30% {
1046
+ -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
1047
+ transform: translate3d(20%, 0, 0) rotate(3deg)
1048
+ }
1049
+
1050
+ 45% {
1051
+ -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
1052
+ transform: translate3d(-15%, 0, 0) rotate(-3deg)
1053
+ }
1054
+
1055
+ 60% {
1056
+ -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
1057
+ transform: translate3d(10%, 0, 0) rotate(2deg)
1058
+ }
1059
+
1060
+ 75% {
1061
+ -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
1062
+ transform: translate3d(-5%, 0, 0) rotate(-1deg)
1063
+ }
1064
+
1065
+ to {
1066
+ -webkit-transform: translateZ(0);
1067
+ transform: translateZ(0)
1068
+ }
1069
+ }
1070
+
1071
+ @keyframes wobble {
1072
+ 0% {
1073
+ -webkit-transform: translateZ(0);
1074
+ transform: translateZ(0)
1075
+ }
1076
+
1077
+ 15% {
1078
+ -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
1079
+ transform: translate3d(-25%, 0, 0) rotate(-5deg)
1080
+ }
1081
+
1082
+ 30% {
1083
+ -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
1084
+ transform: translate3d(20%, 0, 0) rotate(3deg)
1085
+ }
1086
+
1087
+ 45% {
1088
+ -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
1089
+ transform: translate3d(-15%, 0, 0) rotate(-3deg)
1090
+ }
1091
+
1092
+ 60% {
1093
+ -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
1094
+ transform: translate3d(10%, 0, 0) rotate(2deg)
1095
+ }
1096
+
1097
+ 75% {
1098
+ -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
1099
+ transform: translate3d(-5%, 0, 0) rotate(-1deg)
1100
+ }
1101
+
1102
+ to {
1103
+ -webkit-transform: translateZ(0);
1104
+ transform: translateZ(0)
1105
+ }
1106
+ }
1107
+
1108
+ .wobble {
1109
+ -webkit-animation-name: wobble;
1110
+ animation-name: wobble
1111
+ }
1112
+
1113
+ @-webkit-keyframes jello {
1114
+
1115
+ 0%,
1116
+ 11.1%,
1117
+ to {
1118
+ -webkit-transform: translateZ(0);
1119
+ transform: translateZ(0)
1120
+ }
1121
+
1122
+ 22.2% {
1123
+ -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
1124
+ transform: skewX(-12.5deg) skewY(-12.5deg)
1125
+ }
1126
+
1127
+ 33.3% {
1128
+ -webkit-transform: skewX(6.25deg) skewY(6.25deg);
1129
+ transform: skewX(6.25deg) skewY(6.25deg)
1130
+ }
1131
+
1132
+ 44.4% {
1133
+ -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
1134
+ transform: skewX(-3.125deg) skewY(-3.125deg)
1135
+ }
1136
+
1137
+ 55.5% {
1138
+ -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
1139
+ transform: skewX(1.5625deg) skewY(1.5625deg)
1140
+ }
1141
+
1142
+ 66.6% {
1143
+ -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
1144
+ transform: skewX(-.78125deg) skewY(-.78125deg)
1145
+ }
1146
+
1147
+ 77.7% {
1148
+ -webkit-transform: skewX(.390625deg) skewY(.390625deg);
1149
+ transform: skewX(.390625deg) skewY(.390625deg)
1150
+ }
1151
+
1152
+ 88.8% {
1153
+ -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
1154
+ transform: skewX(-.1953125deg) skewY(-.1953125deg)
1155
+ }
1156
+ }
1157
+
1158
+ @keyframes jello {
1159
+
1160
+ 0%,
1161
+ 11.1%,
1162
+ to {
1163
+ -webkit-transform: translateZ(0);
1164
+ transform: translateZ(0)
1165
+ }
1166
+
1167
+ 22.2% {
1168
+ -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
1169
+ transform: skewX(-12.5deg) skewY(-12.5deg)
1170
+ }
1171
+
1172
+ 33.3% {
1173
+ -webkit-transform: skewX(6.25deg) skewY(6.25deg);
1174
+ transform: skewX(6.25deg) skewY(6.25deg)
1175
+ }
1176
+
1177
+ 44.4% {
1178
+ -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
1179
+ transform: skewX(-3.125deg) skewY(-3.125deg)
1180
+ }
1181
+
1182
+ 55.5% {
1183
+ -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
1184
+ transform: skewX(1.5625deg) skewY(1.5625deg)
1185
+ }
1186
+
1187
+ 66.6% {
1188
+ -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
1189
+ transform: skewX(-.78125deg) skewY(-.78125deg)
1190
+ }
1191
+
1192
+ 77.7% {
1193
+ -webkit-transform: skewX(.390625deg) skewY(.390625deg);
1194
+ transform: skewX(.390625deg) skewY(.390625deg)
1195
+ }
1196
+
1197
+ 88.8% {
1198
+ -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
1199
+ transform: skewX(-.1953125deg) skewY(-.1953125deg)
1200
+ }
1201
+ }
1202
+
1203
+ .jello {
1204
+ -webkit-animation-name: jello;
1205
+ animation-name: jello;
1206
+ -webkit-transform-origin: center;
1207
+ transform-origin: center
1208
+ }
1209
+
1210
+ @-webkit-keyframes heartBeat {
1211
+ 0% {
1212
+ -webkit-transform: scale(1);
1213
+ transform: scale(1)
1214
+ }
1215
+
1216
+ 14% {
1217
+ -webkit-transform: scale(1.3);
1218
+ transform: scale(1.3)
1219
+ }
1220
+
1221
+ 28% {
1222
+ -webkit-transform: scale(1);
1223
+ transform: scale(1)
1224
+ }
1225
+
1226
+ 42% {
1227
+ -webkit-transform: scale(1.3);
1228
+ transform: scale(1.3)
1229
+ }
1230
+
1231
+ 70% {
1232
+ -webkit-transform: scale(1);
1233
+ transform: scale(1)
1234
+ }
1235
+ }
1236
+
1237
+ @keyframes heartBeat {
1238
+ 0% {
1239
+ -webkit-transform: scale(1);
1240
+ transform: scale(1)
1241
+ }
1242
+
1243
+ 14% {
1244
+ -webkit-transform: scale(1.3);
1245
+ transform: scale(1.3)
1246
+ }
1247
+
1248
+ 28% {
1249
+ -webkit-transform: scale(1);
1250
+ transform: scale(1)
1251
+ }
1252
+
1253
+ 42% {
1254
+ -webkit-transform: scale(1.3);
1255
+ transform: scale(1.3)
1256
+ }
1257
+
1258
+ 70% {
1259
+ -webkit-transform: scale(1);
1260
+ transform: scale(1)
1261
+ }
1262
+ }
1263
+
1264
+ .heartBeat {
1265
+ -webkit-animation-name: heartBeat;
1266
+ animation-name: heartBeat;
1267
+ -webkit-animation-duration: 1.3s;
1268
+ animation-duration: 1.3s;
1269
+ -webkit-animation-timing-function: ease-in-out;
1270
+ animation-timing-function: ease-in-out
1271
+ }
1272
+
1273
+ @-webkit-keyframes bounceIn {
1274
+
1275
+ 0%,
1276
+ 20%,
1277
+ 40%,
1278
+ 60%,
1279
+ 80%,
1280
+ to {
1281
+ -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
1282
+ animation-timing-function: cubic-bezier(.215, .61, .355, 1)
1283
+ }
1284
+
1285
+ 0% {
1286
+ opacity: 0;
1287
+ -webkit-transform: scale3d(.3, .3, .3);
1288
+ transform: scale3d(.3, .3, .3)
1289
+ }
1290
+
1291
+ 20% {
1292
+ -webkit-transform: scale3d(1.1, 1.1, 1.1);
1293
+ transform: scale3d(1.1, 1.1, 1.1)
1294
+ }
1295
+
1296
+ 40% {
1297
+ -webkit-transform: scale3d(.9, .9, .9);
1298
+ transform: scale3d(.9, .9, .9)
1299
+ }
1300
+
1301
+ 60% {
1302
+ opacity: 1;
1303
+ -webkit-transform: scale3d(1.03, 1.03, 1.03);
1304
+ transform: scale3d(1.03, 1.03, 1.03)
1305
+ }
1306
+
1307
+ 80% {
1308
+ -webkit-transform: scale3d(.97, .97, .97);
1309
+ transform: scale3d(.97, .97, .97)
1310
+ }
1311
+
1312
+ to {
1313
+ opacity: 1;
1314
+ -webkit-transform: scaleX(1);
1315
+ transform: scaleX(1)
1316
+ }
1317
+ }
1318
+
1319
+ @keyframes bounceIn {
1320
+
1321
+ 0%,
1322
+ 20%,
1323
+ 40%,
1324
+ 60%,
1325
+ 80%,
1326
+ to {
1327
+ -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
1328
+ animation-timing-function: cubic-bezier(.215, .61, .355, 1)
1329
+ }
1330
+
1331
+ 0% {
1332
+ opacity: 0;
1333
+ -webkit-transform: scale3d(.3, .3, .3);
1334
+ transform: scale3d(.3, .3, .3)
1335
+ }
1336
+
1337
+ 20% {
1338
+ -webkit-transform: scale3d(1.1, 1.1, 1.1);
1339
+ transform: scale3d(1.1, 1.1, 1.1)
1340
+ }
1341
+
1342
+ 40% {
1343
+ -webkit-transform: scale3d(.9, .9, .9);
1344
+ transform: scale3d(.9, .9, .9)
1345
+ }
1346
+
1347
+ 60% {
1348
+ opacity: 1;
1349
+ -webkit-transform: scale3d(1.03, 1.03, 1.03);
1350
+ transform: scale3d(1.03, 1.03, 1.03)
1351
+ }
1352
+
1353
+ 80% {
1354
+ -webkit-transform: scale3d(.97, .97, .97);
1355
+ transform: scale3d(.97, .97, .97)
1356
+ }
1357
+
1358
+ to {
1359
+ opacity: 1;
1360
+ -webkit-transform: scaleX(1);
1361
+ transform: scaleX(1)
1362
+ }
1363
+ }
1364
+
1365
+ .bounceIn {
1366
+ -webkit-animation-duration: .75s;
1367
+ animation-duration: .75s;
1368
+ -webkit-animation-name: bounceIn;
1369
+ animation-name: bounceIn
1370
+ }
1371
+
1372
+ @-webkit-keyframes bounceInDown {
1373
+
1374
+ 0%,
1375
+ 60%,
1376
+ 75%,
1377
+ 90%,
1378
+ to {
1379
+ -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
1380
+ animation-timing-function: cubic-bezier(.215, .61, .355, 1)
1381
+ }
1382
+
1383
+ 0% {
1384
+ opacity: 0;
1385
+ -webkit-transform: translate3d(0, -3000px, 0);
1386
+ transform: translate3d(0, -3000px, 0)
1387
+ }
1388
+
1389
+ 60% {
1390
+ opacity: 1;
1391
+ -webkit-transform: translate3d(0, 25px, 0);
1392
+ transform: translate3d(0, 25px, 0)
1393
+ }
1394
+
1395
+ 75% {
1396
+ -webkit-transform: translate3d(0, -10px, 0);
1397
+ transform: translate3d(0, -10px, 0)
1398
+ }
1399
+
1400
+ 90% {
1401
+ -webkit-transform: translate3d(0, 5px, 0);
1402
+ transform: translate3d(0, 5px, 0)
1403
+ }
1404
+
1405
+ to {
1406
+ -webkit-transform: translateZ(0);
1407
+ transform: translateZ(0)
1408
+ }
1409
+ }
1410
+
1411
+ @keyframes bounceInDown {
1412
+
1413
+ 0%,
1414
+ 60%,
1415
+ 75%,
1416
+ 90%,
1417
+ to {
1418
+ -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
1419
+ animation-timing-function: cubic-bezier(.215, .61, .355, 1)
1420
+ }
1421
+
1422
+ 0% {
1423
+ opacity: 0;
1424
+ -webkit-transform: translate3d(0, -3000px, 0);
1425
+ transform: translate3d(0, -3000px, 0)
1426
+ }
1427
+
1428
+ 60% {
1429
+ opacity: 1;
1430
+ -webkit-transform: translate3d(0, 25px, 0);
1431
+ transform: translate3d(0, 25px, 0)
1432
+ }
1433
+
1434
+ 75% {
1435
+ -webkit-transform: translate3d(0, -10px, 0);
1436
+ transform: translate3d(0, -10px, 0)
1437
+ }
1438
+
1439
+ 90% {
1440
+ -webkit-transform: translate3d(0, 5px, 0);
1441
+ transform: translate3d(0, 5px, 0)
1442
+ }
1443
+
1444
+ to {
1445
+ -webkit-transform: translateZ(0);
1446
+ transform: translateZ(0)
1447
+ }
1448
+ }
1449
+
1450
+ .bounceInDown {
1451
+ -webkit-animation-name: bounceInDown;
1452
+ animation-name: bounceInDown
1453
+ }
1454
+
1455
+ @-webkit-keyframes bounceInLeft {
1456
+
1457
+ 0%,
1458
+ 60%,
1459
+ 75%,
1460
+ 90%,
1461
+ to {
1462
+ -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
1463
+ animation-timing-function: cubic-bezier(.215, .61, .355, 1)
1464
+ }
1465
+
1466
+ 0% {
1467
+ opacity: 0;
1468
+ -webkit-transform: translate3d(-3000px, 0, 0);
1469
+ transform: translate3d(-3000px, 0, 0)
1470
+ }
1471
+
1472
+ 60% {
1473
+ opacity: 1;
1474
+ -webkit-transform: translate3d(25px, 0, 0);
1475
+ transform: translate3d(25px, 0, 0)
1476
+ }
1477
+
1478
+ 75% {
1479
+ -webkit-transform: translate3d(-10px, 0, 0);
1480
+ transform: translate3d(-10px, 0, 0)
1481
+ }
1482
+
1483
+ 90% {
1484
+ -webkit-transform: translate3d(5px, 0, 0);
1485
+ transform: translate3d(5px, 0, 0)
1486
+ }
1487
+
1488
+ to {
1489
+ -webkit-transform: translateZ(0);
1490
+ transform: translateZ(0)
1491
+ }
1492
+ }
1493
+
1494
+ @keyframes bounceInLeft {
1495
+
1496
+ 0%,
1497
+ 60%,
1498
+ 75%,
1499
+ 90%,
1500
+ to {
1501
+ -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
1502
+ animation-timing-function: cubic-bezier(.215, .61, .355, 1)
1503
+ }
1504
+
1505
+ 0% {
1506
+ opacity: 0;
1507
+ -webkit-transform: translate3d(-3000px, 0, 0);
1508
+ transform: translate3d(-3000px, 0, 0)
1509
+ }
1510
+
1511
+ 60% {
1512
+ opacity: 1;
1513
+ -webkit-transform: translate3d(25px, 0, 0);
1514
+ transform: translate3d(25px, 0, 0)
1515
+ }
1516
+
1517
+ 75% {
1518
+ -webkit-transform: translate3d(-10px, 0, 0);
1519
+ transform: translate3d(-10px, 0, 0)
1520
+ }
1521
+
1522
+ 90% {
1523
+ -webkit-transform: translate3d(5px, 0, 0);
1524
+ transform: translate3d(5px, 0, 0)
1525
+ }
1526
+
1527
+ to {
1528
+ -webkit-transform: translateZ(0);
1529
+ transform: translateZ(0)
1530
+ }
1531
+ }
1532
+
1533
+ .bounceInLeft {
1534
+ -webkit-animation-name: bounceInLeft;
1535
+ animation-name: bounceInLeft
1536
+ }
1537
+
1538
+ @-webkit-keyframes bounceInRight {
1539
+
1540
+ 0%,
1541
+ 60%,
1542
+ 75%,
1543
+ 90%,
1544
+ to {
1545
+ -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
1546
+ animation-timing-function: cubic-bezier(.215, .61, .355, 1)
1547
+ }
1548
+
1549
+ 0% {
1550
+ opacity: 0;
1551
+ -webkit-transform: translate3d(3000px, 0, 0);
1552
+ transform: translate3d(3000px, 0, 0)
1553
+ }
1554
+
1555
+ 60% {
1556
+ opacity: 1;
1557
+ -webkit-transform: translate3d(-25px, 0, 0);
1558
+ transform: translate3d(-25px, 0, 0)
1559
+ }
1560
+
1561
+ 75% {
1562
+ -webkit-transform: translate3d(10px, 0, 0);
1563
+ transform: translate3d(10px, 0, 0)
1564
+ }
1565
+
1566
+ 90% {
1567
+ -webkit-transform: translate3d(-5px, 0, 0);
1568
+ transform: translate3d(-5px, 0, 0)
1569
+ }
1570
+
1571
+ to {
1572
+ -webkit-transform: translateZ(0);
1573
+ transform: translateZ(0)
1574
+ }
1575
+ }
1576
+
1577
+ @keyframes bounceInRight {
1578
+
1579
+ 0%,
1580
+ 60%,
1581
+ 75%,
1582
+ 90%,
1583
+ to {
1584
+ -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
1585
+ animation-timing-function: cubic-bezier(.215, .61, .355, 1)
1586
+ }
1587
+
1588
+ 0% {
1589
+ opacity: 0;
1590
+ -webkit-transform: translate3d(3000px, 0, 0);
1591
+ transform: translate3d(3000px, 0, 0)
1592
+ }
1593
+
1594
+ 60% {
1595
+ opacity: 1;
1596
+ -webkit-transform: translate3d(-25px, 0, 0);
1597
+ transform: translate3d(-25px, 0, 0)
1598
+ }
1599
+
1600
+ 75% {
1601
+ -webkit-transform: translate3d(10px, 0, 0);
1602
+ transform: translate3d(10px, 0, 0)
1603
+ }
1604
+
1605
+ 90% {
1606
+ -webkit-transform: translate3d(-5px, 0, 0);
1607
+ transform: translate3d(-5px, 0, 0)
1608
+ }
1609
+
1610
+ to {
1611
+ -webkit-transform: translateZ(0);
1612
+ transform: translateZ(0)
1613
+ }
1614
+ }
1615
+
1616
+ .bounceInRight {
1617
+ -webkit-animation-name: bounceInRight;
1618
+ animation-name: bounceInRight
1619
+ }
1620
+
1621
+ @-webkit-keyframes bounceInUp {
1622
+
1623
+ 0%,
1624
+ 60%,
1625
+ 75%,
1626
+ 90%,
1627
+ to {
1628
+ -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
1629
+ animation-timing-function: cubic-bezier(.215, .61, .355, 1)
1630
+ }
1631
+
1632
+ 0% {
1633
+ opacity: 0;
1634
+ -webkit-transform: translate3d(0, 3000px, 0);
1635
+ transform: translate3d(0, 3000px, 0)
1636
+ }
1637
+
1638
+ 60% {
1639
+ opacity: 1;
1640
+ -webkit-transform: translate3d(0, -20px, 0);
1641
+ transform: translate3d(0, -20px, 0)
1642
+ }
1643
+
1644
+ 75% {
1645
+ -webkit-transform: translate3d(0, 10px, 0);
1646
+ transform: translate3d(0, 10px, 0)
1647
+ }
1648
+
1649
+ 90% {
1650
+ -webkit-transform: translate3d(0, -5px, 0);
1651
+ transform: translate3d(0, -5px, 0)
1652
+ }
1653
+
1654
+ to {
1655
+ -webkit-transform: translateZ(0);
1656
+ transform: translateZ(0)
1657
+ }
1658
+ }
1659
+
1660
+ @keyframes bounceInUp {
1661
+
1662
+ 0%,
1663
+ 60%,
1664
+ 75%,
1665
+ 90%,
1666
+ to {
1667
+ -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
1668
+ animation-timing-function: cubic-bezier(.215, .61, .355, 1)
1669
+ }
1670
+
1671
+ 0% {
1672
+ opacity: 0;
1673
+ -webkit-transform: translate3d(0, 3000px, 0);
1674
+ transform: translate3d(0, 3000px, 0)
1675
+ }
1676
+
1677
+ 60% {
1678
+ opacity: 1;
1679
+ -webkit-transform: translate3d(0, -20px, 0);
1680
+ transform: translate3d(0, -20px, 0)
1681
+ }
1682
+
1683
+ 75% {
1684
+ -webkit-transform: translate3d(0, 10px, 0);
1685
+ transform: translate3d(0, 10px, 0)
1686
+ }
1687
+
1688
+ 90% {
1689
+ -webkit-transform: translate3d(0, -5px, 0);
1690
+ transform: translate3d(0, -5px, 0)
1691
+ }
1692
+
1693
+ to {
1694
+ -webkit-transform: translateZ(0);
1695
+ transform: translateZ(0)
1696
+ }
1697
+ }
1698
+
1699
+ .bounceInUp {
1700
+ -webkit-animation-name: bounceInUp;
1701
+ animation-name: bounceInUp
1702
+ }
1703
+
1704
+ @-webkit-keyframes bounceOut {
1705
+ 20% {
1706
+ -webkit-transform: scale3d(.9, .9, .9);
1707
+ transform: scale3d(.9, .9, .9)
1708
+ }
1709
+
1710
+ 50%,
1711
+ 55% {
1712
+ opacity: 1;
1713
+ -webkit-transform: scale3d(1.1, 1.1, 1.1);
1714
+ transform: scale3d(1.1, 1.1, 1.1)
1715
+ }
1716
+
1717
+ to {
1718
+ opacity: 0;
1719
+ -webkit-transform: scale3d(.3, .3, .3);
1720
+ transform: scale3d(.3, .3, .3)
1721
+ }
1722
+ }
1723
+
1724
+ @keyframes bounceOut {
1725
+ 20% {
1726
+ -webkit-transform: scale3d(.9, .9, .9);
1727
+ transform: scale3d(.9, .9, .9)
1728
+ }
1729
+
1730
+ 50%,
1731
+ 55% {
1732
+ opacity: 1;
1733
+ -webkit-transform: scale3d(1.1, 1.1, 1.1);
1734
+ transform: scale3d(1.1, 1.1, 1.1)
1735
+ }
1736
+
1737
+ to {
1738
+ opacity: 0;
1739
+ -webkit-transform: scale3d(.3, .3, .3);
1740
+ transform: scale3d(.3, .3, .3)
1741
+ }
1742
+ }
1743
+
1744
+ .bounceOut {
1745
+ -webkit-animation-duration: .75s;
1746
+ animation-duration: .75s;
1747
+ -webkit-animation-name: bounceOut;
1748
+ animation-name: bounceOut
1749
+ }
1750
+
1751
+ @-webkit-keyframes bounceOutDown {
1752
+ 20% {
1753
+ -webkit-transform: translate3d(0, 10px, 0);
1754
+ transform: translate3d(0, 10px, 0)
1755
+ }
1756
+
1757
+ 40%,
1758
+ 45% {
1759
+ opacity: 1;
1760
+ -webkit-transform: translate3d(0, -20px, 0);
1761
+ transform: translate3d(0, -20px, 0)
1762
+ }
1763
+
1764
+ to {
1765
+ opacity: 0;
1766
+ -webkit-transform: translate3d(0, 2000px, 0);
1767
+ transform: translate3d(0, 2000px, 0)
1768
+ }
1769
+ }
1770
+
1771
+ @keyframes bounceOutDown {
1772
+ 20% {
1773
+ -webkit-transform: translate3d(0, 10px, 0);
1774
+ transform: translate3d(0, 10px, 0)
1775
+ }
1776
+
1777
+ 40%,
1778
+ 45% {
1779
+ opacity: 1;
1780
+ -webkit-transform: translate3d(0, -20px, 0);
1781
+ transform: translate3d(0, -20px, 0)
1782
+ }
1783
+
1784
+ to {
1785
+ opacity: 0;
1786
+ -webkit-transform: translate3d(0, 2000px, 0);
1787
+ transform: translate3d(0, 2000px, 0)
1788
+ }
1789
+ }
1790
+
1791
+ .bounceOutDown {
1792
+ -webkit-animation-name: bounceOutDown;
1793
+ animation-name: bounceOutDown
1794
+ }
1795
+
1796
+ @-webkit-keyframes bounceOutLeft {
1797
+ 20% {
1798
+ opacity: 1;
1799
+ -webkit-transform: translate3d(20px, 0, 0);
1800
+ transform: translate3d(20px, 0, 0)
1801
+ }
1802
+
1803
+ to {
1804
+ opacity: 0;
1805
+ -webkit-transform: translate3d(-2000px, 0, 0);
1806
+ transform: translate3d(-2000px, 0, 0)
1807
+ }
1808
+ }
1809
+
1810
+ @keyframes bounceOutLeft {
1811
+ 20% {
1812
+ opacity: 1;
1813
+ -webkit-transform: translate3d(20px, 0, 0);
1814
+ transform: translate3d(20px, 0, 0)
1815
+ }
1816
+
1817
+ to {
1818
+ opacity: 0;
1819
+ -webkit-transform: translate3d(-2000px, 0, 0);
1820
+ transform: translate3d(-2000px, 0, 0)
1821
+ }
1822
+ }
1823
+
1824
+ .bounceOutLeft {
1825
+ -webkit-animation-name: bounceOutLeft;
1826
+ animation-name: bounceOutLeft
1827
+ }
1828
+
1829
+ @-webkit-keyframes bounceOutRight {
1830
+ 20% {
1831
+ opacity: 1;
1832
+ -webkit-transform: translate3d(-20px, 0, 0);
1833
+ transform: translate3d(-20px, 0, 0)
1834
+ }
1835
+
1836
+ to {
1837
+ opacity: 0;
1838
+ -webkit-transform: translate3d(2000px, 0, 0);
1839
+ transform: translate3d(2000px, 0, 0)
1840
+ }
1841
+ }
1842
+
1843
+ @keyframes bounceOutRight {
1844
+ 20% {
1845
+ opacity: 1;
1846
+ -webkit-transform: translate3d(-20px, 0, 0);
1847
+ transform: translate3d(-20px, 0, 0)
1848
+ }
1849
+
1850
+ to {
1851
+ opacity: 0;
1852
+ -webkit-transform: translate3d(2000px, 0, 0);
1853
+ transform: translate3d(2000px, 0, 0)
1854
+ }
1855
+ }
1856
+
1857
+ .bounceOutRight {
1858
+ -webkit-animation-name: bounceOutRight;
1859
+ animation-name: bounceOutRight
1860
+ }
1861
+
1862
+ @-webkit-keyframes bounceOutUp {
1863
+ 20% {
1864
+ -webkit-transform: translate3d(0, -10px, 0);
1865
+ transform: translate3d(0, -10px, 0)
1866
+ }
1867
+
1868
+ 40%,
1869
+ 45% {
1870
+ opacity: 1;
1871
+ -webkit-transform: translate3d(0, 20px, 0);
1872
+ transform: translate3d(0, 20px, 0)
1873
+ }
1874
+
1875
+ to {
1876
+ opacity: 0;
1877
+ -webkit-transform: translate3d(0, -2000px, 0);
1878
+ transform: translate3d(0, -2000px, 0)
1879
+ }
1880
+ }
1881
+
1882
+ @keyframes bounceOutUp {
1883
+ 20% {
1884
+ -webkit-transform: translate3d(0, -10px, 0);
1885
+ transform: translate3d(0, -10px, 0)
1886
+ }
1887
+
1888
+ 40%,
1889
+ 45% {
1890
+ opacity: 1;
1891
+ -webkit-transform: translate3d(0, 20px, 0);
1892
+ transform: translate3d(0, 20px, 0)
1893
+ }
1894
+
1895
+ to {
1896
+ opacity: 0;
1897
+ -webkit-transform: translate3d(0, -2000px, 0);
1898
+ transform: translate3d(0, -2000px, 0)
1899
+ }
1900
+ }
1901
+
1902
+ .bounceOutUp {
1903
+ -webkit-animation-name: bounceOutUp;
1904
+ animation-name: bounceOutUp
1905
+ }
1906
+
1907
+ @-webkit-keyframes fadeIn {
1908
+ 0% {
1909
+ opacity: 0
1910
+ }
1911
+
1912
+ to {
1913
+ opacity: 1
1914
+ }
1915
+ }
1916
+
1917
+ @keyframes fadeIn {
1918
+ 0% {
1919
+ opacity: 0
1920
+ }
1921
+
1922
+ to {
1923
+ opacity: 1
1924
+ }
1925
+ }
1926
+
1927
+ .fadeIn {
1928
+ -webkit-animation-name: fadeIn;
1929
+ animation-name: fadeIn
1930
+ }
1931
+
1932
+ @-webkit-keyframes fadeInDown {
1933
+ 0% {
1934
+ opacity: 0;
1935
+ -webkit-transform: translate3d(0, -100%, 0);
1936
+ transform: translate3d(0, -100%, 0)
1937
+ }
1938
+
1939
+ to {
1940
+ opacity: 1;
1941
+ -webkit-transform: translateZ(0);
1942
+ transform: translateZ(0)
1943
+ }
1944
+ }
1945
+
1946
+ @keyframes fadeInDown {
1947
+ 0% {
1948
+ opacity: 0;
1949
+ -webkit-transform: translate3d(0, -100%, 0);
1950
+ transform: translate3d(0, -100%, 0)
1951
+ }
1952
+
1953
+ to {
1954
+ opacity: 1;
1955
+ -webkit-transform: translateZ(0);
1956
+ transform: translateZ(0)
1957
+ }
1958
+ }
1959
+
1960
+ .fadeInDown {
1961
+ -webkit-animation-name: fadeInDown;
1962
+ animation-name: fadeInDown
1963
+ }
1964
+
1965
+ @-webkit-keyframes fadeInDownBig {
1966
+ 0% {
1967
+ opacity: 0;
1968
+ -webkit-transform: translate3d(0, -2000px, 0);
1969
+ transform: translate3d(0, -2000px, 0)
1970
+ }
1971
+
1972
+ to {
1973
+ opacity: 1;
1974
+ -webkit-transform: translateZ(0);
1975
+ transform: translateZ(0)
1976
+ }
1977
+ }
1978
+
1979
+ @keyframes fadeInDownBig {
1980
+ 0% {
1981
+ opacity: 0;
1982
+ -webkit-transform: translate3d(0, -2000px, 0);
1983
+ transform: translate3d(0, -2000px, 0)
1984
+ }
1985
+
1986
+ to {
1987
+ opacity: 1;
1988
+ -webkit-transform: translateZ(0);
1989
+ transform: translateZ(0)
1990
+ }
1991
+ }
1992
+
1993
+ .fadeInDownBig {
1994
+ -webkit-animation-name: fadeInDownBig;
1995
+ animation-name: fadeInDownBig
1996
+ }
1997
+
1998
+ @-webkit-keyframes fadeInLeft {
1999
+ 0% {
2000
+ opacity: 0;
2001
+ -webkit-transform: translate3d(-100%, 0, 0);
2002
+ transform: translate3d(-100%, 0, 0)
2003
+ }
2004
+
2005
+ to {
2006
+ opacity: 1;
2007
+ -webkit-transform: translateZ(0);
2008
+ transform: translateZ(0)
2009
+ }
2010
+ }
2011
+
2012
+ @keyframes fadeInLeft {
2013
+ 0% {
2014
+ opacity: 0;
2015
+ -webkit-transform: translate3d(-100%, 0, 0);
2016
+ transform: translate3d(-100%, 0, 0)
2017
+ }
2018
+
2019
+ to {
2020
+ opacity: 1;
2021
+ -webkit-transform: translateZ(0);
2022
+ transform: translateZ(0)
2023
+ }
2024
+ }
2025
+
2026
+ .fadeInLeft {
2027
+ -webkit-animation-name: fadeInLeft;
2028
+ animation-name: fadeInLeft
2029
+ }
2030
+
2031
+ @-webkit-keyframes fadeInLeftBig {
2032
+ 0% {
2033
+ opacity: 0;
2034
+ -webkit-transform: translate3d(-2000px, 0, 0);
2035
+ transform: translate3d(-2000px, 0, 0)
2036
+ }
2037
+
2038
+ to {
2039
+ opacity: 1;
2040
+ -webkit-transform: translateZ(0);
2041
+ transform: translateZ(0)
2042
+ }
2043
+ }
2044
+
2045
+ @keyframes fadeInLeftBig {
2046
+ 0% {
2047
+ opacity: 0;
2048
+ -webkit-transform: translate3d(-2000px, 0, 0);
2049
+ transform: translate3d(-2000px, 0, 0)
2050
+ }
2051
+
2052
+ to {
2053
+ opacity: 1;
2054
+ -webkit-transform: translateZ(0);
2055
+ transform: translateZ(0)
2056
+ }
2057
+ }
2058
+
2059
+ .fadeInLeftBig {
2060
+ -webkit-animation-name: fadeInLeftBig;
2061
+ animation-name: fadeInLeftBig
2062
+ }
2063
+
2064
+ @-webkit-keyframes fadeInRight {
2065
+ 0% {
2066
+ opacity: 0;
2067
+ -webkit-transform: translate3d(100%, 0, 0);
2068
+ transform: translate3d(100%, 0, 0)
2069
+ }
2070
+
2071
+ to {
2072
+ opacity: 1;
2073
+ -webkit-transform: translateZ(0);
2074
+ transform: translateZ(0)
2075
+ }
2076
+ }
2077
+
2078
+ @keyframes fadeInRight {
2079
+ 0% {
2080
+ opacity: 0;
2081
+ -webkit-transform: translate3d(100%, 0, 0);
2082
+ transform: translate3d(100%, 0, 0)
2083
+ }
2084
+
2085
+ to {
2086
+ opacity: 1;
2087
+ -webkit-transform: translateZ(0);
2088
+ transform: translateZ(0)
2089
+ }
2090
+ }
2091
+
2092
+ .fadeInRight {
2093
+ -webkit-animation-name: fadeInRight;
2094
+ animation-name: fadeInRight
2095
+ }
2096
+
2097
+ @-webkit-keyframes fadeInRightBig {
2098
+ 0% {
2099
+ opacity: 0;
2100
+ -webkit-transform: translate3d(2000px, 0, 0);
2101
+ transform: translate3d(2000px, 0, 0)
2102
+ }
2103
+
2104
+ to {
2105
+ opacity: 1;
2106
+ -webkit-transform: translateZ(0);
2107
+ transform: translateZ(0)
2108
+ }
2109
+ }
2110
+
2111
+ @keyframes fadeInRightBig {
2112
+ 0% {
2113
+ opacity: 0;
2114
+ -webkit-transform: translate3d(2000px, 0, 0);
2115
+ transform: translate3d(2000px, 0, 0)
2116
+ }
2117
+
2118
+ to {
2119
+ opacity: 1;
2120
+ -webkit-transform: translateZ(0);
2121
+ transform: translateZ(0)
2122
+ }
2123
+ }
2124
+
2125
+ .fadeInRightBig {
2126
+ -webkit-animation-name: fadeInRightBig;
2127
+ animation-name: fadeInRightBig
2128
+ }
2129
+
2130
+ @-webkit-keyframes fadeInUp {
2131
+ 0% {
2132
+ opacity: 0;
2133
+ -webkit-transform: translate3d(0, 100%, 0);
2134
+ transform: translate3d(0, 100%, 0)
2135
+ }
2136
+
2137
+ to {
2138
+ opacity: 1;
2139
+ -webkit-transform: translateZ(0);
2140
+ transform: translateZ(0)
2141
+ }
2142
+ }
2143
+
2144
+ @keyframes fadeInUp {
2145
+ 0% {
2146
+ opacity: 0;
2147
+ -webkit-transform: translate3d(0, 100%, 0);
2148
+ transform: translate3d(0, 100%, 0)
2149
+ }
2150
+
2151
+ to {
2152
+ opacity: 1;
2153
+ -webkit-transform: translateZ(0);
2154
+ transform: translateZ(0)
2155
+ }
2156
+ }
2157
+
2158
+ .fadeInUp {
2159
+ -webkit-animation-name: fadeInUp;
2160
+ animation-name: fadeInUp
2161
+ }
2162
+
2163
+ @-webkit-keyframes fadeInUpBig {
2164
+ 0% {
2165
+ opacity: 0;
2166
+ -webkit-transform: translate3d(0, 2000px, 0);
2167
+ transform: translate3d(0, 2000px, 0)
2168
+ }
2169
+
2170
+ to {
2171
+ opacity: 1;
2172
+ -webkit-transform: translateZ(0);
2173
+ transform: translateZ(0)
2174
+ }
2175
+ }
2176
+
2177
+ @keyframes fadeInUpBig {
2178
+ 0% {
2179
+ opacity: 0;
2180
+ -webkit-transform: translate3d(0, 2000px, 0);
2181
+ transform: translate3d(0, 2000px, 0)
2182
+ }
2183
+
2184
+ to {
2185
+ opacity: 1;
2186
+ -webkit-transform: translateZ(0);
2187
+ transform: translateZ(0)
2188
+ }
2189
+ }
2190
+
2191
+ .fadeInUpBig {
2192
+ -webkit-animation-name: fadeInUpBig;
2193
+ animation-name: fadeInUpBig
2194
+ }
2195
+
2196
+ @-webkit-keyframes fadeOut {
2197
+ 0% {
2198
+ opacity: 1
2199
+ }
2200
+
2201
+ to {
2202
+ opacity: 0
2203
+ }
2204
+ }
2205
+
2206
+ @keyframes fadeOut {
2207
+ 0% {
2208
+ opacity: 1
2209
+ }
2210
+
2211
+ to {
2212
+ opacity: 0
2213
+ }
2214
+ }
2215
+
2216
+ .fadeOut {
2217
+ -webkit-animation-name: fadeOut;
2218
+ animation-name: fadeOut
2219
+ }
2220
+
2221
+ @-webkit-keyframes fadeOutDown {
2222
+ 0% {
2223
+ opacity: 1
2224
+ }
2225
+
2226
+ to {
2227
+ opacity: 0;
2228
+ -webkit-transform: translate3d(0, 100%, 0);
2229
+ transform: translate3d(0, 100%, 0)
2230
+ }
2231
+ }
2232
+
2233
+ @keyframes fadeOutDown {
2234
+ 0% {
2235
+ opacity: 1
2236
+ }
2237
+
2238
+ to {
2239
+ opacity: 0;
2240
+ -webkit-transform: translate3d(0, 100%, 0);
2241
+ transform: translate3d(0, 100%, 0)
2242
+ }
2243
+ }
2244
+
2245
+ .fadeOutDown {
2246
+ -webkit-animation-name: fadeOutDown;
2247
+ animation-name: fadeOutDown
2248
+ }
2249
+
2250
+ @-webkit-keyframes fadeOutDownBig {
2251
+ 0% {
2252
+ opacity: 1
2253
+ }
2254
+
2255
+ to {
2256
+ opacity: 0;
2257
+ -webkit-transform: translate3d(0, 2000px, 0);
2258
+ transform: translate3d(0, 2000px, 0)
2259
+ }
2260
+ }
2261
+
2262
+ @keyframes fadeOutDownBig {
2263
+ 0% {
2264
+ opacity: 1
2265
+ }
2266
+
2267
+ to {
2268
+ opacity: 0;
2269
+ -webkit-transform: translate3d(0, 2000px, 0);
2270
+ transform: translate3d(0, 2000px, 0)
2271
+ }
2272
+ }
2273
+
2274
+ .fadeOutDownBig {
2275
+ -webkit-animation-name: fadeOutDownBig;
2276
+ animation-name: fadeOutDownBig
2277
+ }
2278
+
2279
+ @-webkit-keyframes fadeOutLeft {
2280
+ 0% {
2281
+ opacity: 1
2282
+ }
2283
+
2284
+ to {
2285
+ opacity: 0;
2286
+ -webkit-transform: translate3d(-100%, 0, 0);
2287
+ transform: translate3d(-100%, 0, 0)
2288
+ }
2289
+ }
2290
+
2291
+ @keyframes fadeOutLeft {
2292
+ 0% {
2293
+ opacity: 1
2294
+ }
2295
+
2296
+ to {
2297
+ opacity: 0;
2298
+ -webkit-transform: translate3d(-100%, 0, 0);
2299
+ transform: translate3d(-100%, 0, 0)
2300
+ }
2301
+ }
2302
+
2303
+ .fadeOutLeft {
2304
+ -webkit-animation-name: fadeOutLeft;
2305
+ animation-name: fadeOutLeft
2306
+ }
2307
+
2308
+ @-webkit-keyframes fadeOutLeftBig {
2309
+ 0% {
2310
+ opacity: 1
2311
+ }
2312
+
2313
+ to {
2314
+ opacity: 0;
2315
+ -webkit-transform: translate3d(-2000px, 0, 0);
2316
+ transform: translate3d(-2000px, 0, 0)
2317
+ }
2318
+ }
2319
+
2320
+ @keyframes fadeOutLeftBig {
2321
+ 0% {
2322
+ opacity: 1
2323
+ }
2324
+
2325
+ to {
2326
+ opacity: 0;
2327
+ -webkit-transform: translate3d(-2000px, 0, 0);
2328
+ transform: translate3d(-2000px, 0, 0)
2329
+ }
2330
+ }
2331
+
2332
+ .fadeOutLeftBig {
2333
+ -webkit-animation-name: fadeOutLeftBig;
2334
+ animation-name: fadeOutLeftBig
2335
+ }
2336
+
2337
+ @-webkit-keyframes fadeOutRight {
2338
+ 0% {
2339
+ opacity: 1
2340
+ }
2341
+
2342
+ to {
2343
+ opacity: 0;
2344
+ -webkit-transform: translate3d(100%, 0, 0);
2345
+ transform: translate3d(100%, 0, 0)
2346
+ }
2347
+ }
2348
+
2349
+ @keyframes fadeOutRight {
2350
+ 0% {
2351
+ opacity: 1
2352
+ }
2353
+
2354
+ to {
2355
+ opacity: 0;
2356
+ -webkit-transform: translate3d(100%, 0, 0);
2357
+ transform: translate3d(100%, 0, 0)
2358
+ }
2359
+ }
2360
+
2361
+ .fadeOutRight {
2362
+ -webkit-animation-name: fadeOutRight;
2363
+ animation-name: fadeOutRight
2364
+ }
2365
+
2366
+ @-webkit-keyframes fadeOutRightBig {
2367
+ 0% {
2368
+ opacity: 1
2369
+ }
2370
+
2371
+ to {
2372
+ opacity: 0;
2373
+ -webkit-transform: translate3d(2000px, 0, 0);
2374
+ transform: translate3d(2000px, 0, 0)
2375
+ }
2376
+ }
2377
+
2378
+ @keyframes fadeOutRightBig {
2379
+ 0% {
2380
+ opacity: 1
2381
+ }
2382
+
2383
+ to {
2384
+ opacity: 0;
2385
+ -webkit-transform: translate3d(2000px, 0, 0);
2386
+ transform: translate3d(2000px, 0, 0)
2387
+ }
2388
+ }
2389
+
2390
+ .fadeOutRightBig {
2391
+ -webkit-animation-name: fadeOutRightBig;
2392
+ animation-name: fadeOutRightBig
2393
+ }
2394
+
2395
+ @-webkit-keyframes fadeOutUp {
2396
+ 0% {
2397
+ opacity: 1
2398
+ }
2399
+
2400
+ to {
2401
+ opacity: 0;
2402
+ -webkit-transform: translate3d(0, -100%, 0);
2403
+ transform: translate3d(0, -100%, 0)
2404
+ }
2405
+ }
2406
+
2407
+ @keyframes fadeOutUp {
2408
+ 0% {
2409
+ opacity: 1
2410
+ }
2411
+
2412
+ to {
2413
+ opacity: 0;
2414
+ -webkit-transform: translate3d(0, -100%, 0);
2415
+ transform: translate3d(0, -100%, 0)
2416
+ }
2417
+ }
2418
+
2419
+ .fadeOutUp {
2420
+ -webkit-animation-name: fadeOutUp;
2421
+ animation-name: fadeOutUp
2422
+ }
2423
+
2424
+ @-webkit-keyframes fadeOutUpBig {
2425
+ 0% {
2426
+ opacity: 1
2427
+ }
2428
+
2429
+ to {
2430
+ opacity: 0;
2431
+ -webkit-transform: translate3d(0, -2000px, 0);
2432
+ transform: translate3d(0, -2000px, 0)
2433
+ }
2434
+ }
2435
+
2436
+ @keyframes fadeOutUpBig {
2437
+ 0% {
2438
+ opacity: 1
2439
+ }
2440
+
2441
+ to {
2442
+ opacity: 0;
2443
+ -webkit-transform: translate3d(0, -2000px, 0);
2444
+ transform: translate3d(0, -2000px, 0)
2445
+ }
2446
+ }
2447
+
2448
+ .fadeOutUpBig {
2449
+ -webkit-animation-name: fadeOutUpBig;
2450
+ animation-name: fadeOutUpBig
2451
+ }
2452
+
2453
+ @-webkit-keyframes flip {
2454
+ 0% {
2455
+ -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
2456
+ transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
2457
+ -webkit-animation-timing-function: ease-out;
2458
+ animation-timing-function: ease-out
2459
+ }
2460
+
2461
+ 40% {
2462
+ -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
2463
+ transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
2464
+ -webkit-animation-timing-function: ease-out;
2465
+ animation-timing-function: ease-out
2466
+ }
2467
+
2468
+ 50% {
2469
+ -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
2470
+ transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
2471
+ -webkit-animation-timing-function: ease-in;
2472
+ animation-timing-function: ease-in
2473
+ }
2474
+
2475
+ 80% {
2476
+ -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
2477
+ transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
2478
+ -webkit-animation-timing-function: ease-in;
2479
+ animation-timing-function: ease-in
2480
+ }
2481
+
2482
+ to {
2483
+ -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
2484
+ transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
2485
+ -webkit-animation-timing-function: ease-in;
2486
+ animation-timing-function: ease-in
2487
+ }
2488
+ }
2489
+
2490
+ @keyframes flip {
2491
+ 0% {
2492
+ -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
2493
+ transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
2494
+ -webkit-animation-timing-function: ease-out;
2495
+ animation-timing-function: ease-out
2496
+ }
2497
+
2498
+ 40% {
2499
+ -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
2500
+ transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
2501
+ -webkit-animation-timing-function: ease-out;
2502
+ animation-timing-function: ease-out
2503
+ }
2504
+
2505
+ 50% {
2506
+ -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
2507
+ transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
2508
+ -webkit-animation-timing-function: ease-in;
2509
+ animation-timing-function: ease-in
2510
+ }
2511
+
2512
+ 80% {
2513
+ -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
2514
+ transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
2515
+ -webkit-animation-timing-function: ease-in;
2516
+ animation-timing-function: ease-in
2517
+ }
2518
+
2519
+ to {
2520
+ -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
2521
+ transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
2522
+ -webkit-animation-timing-function: ease-in;
2523
+ animation-timing-function: ease-in
2524
+ }
2525
+ }
2526
+
2527
+ .animated.flip {
2528
+ -webkit-backface-visibility: visible;
2529
+ backface-visibility: visible;
2530
+ -webkit-animation-name: flip;
2531
+ animation-name: flip
2532
+ }
2533
+
2534
+ @-webkit-keyframes flipInX {
2535
+ 0% {
2536
+ -webkit-transform: perspective(400px) rotateX(90deg);
2537
+ transform: perspective(400px) rotateX(90deg);
2538
+ -webkit-animation-timing-function: ease-in;
2539
+ animation-timing-function: ease-in;
2540
+ opacity: 0
2541
+ }
2542
+
2543
+ 40% {
2544
+ -webkit-transform: perspective(400px) rotateX(-20deg);
2545
+ transform: perspective(400px) rotateX(-20deg);
2546
+ -webkit-animation-timing-function: ease-in;
2547
+ animation-timing-function: ease-in
2548
+ }
2549
+
2550
+ 60% {
2551
+ -webkit-transform: perspective(400px) rotateX(10deg);
2552
+ transform: perspective(400px) rotateX(10deg);
2553
+ opacity: 1
2554
+ }
2555
+
2556
+ 80% {
2557
+ -webkit-transform: perspective(400px) rotateX(-5deg);
2558
+ transform: perspective(400px) rotateX(-5deg)
2559
+ }
2560
+
2561
+ to {
2562
+ -webkit-transform: perspective(400px);
2563
+ transform: perspective(400px)
2564
+ }
2565
+ }
2566
+
2567
+ @keyframes flipInX {
2568
+ 0% {
2569
+ -webkit-transform: perspective(400px) rotateX(90deg);
2570
+ transform: perspective(400px) rotateX(90deg);
2571
+ -webkit-animation-timing-function: ease-in;
2572
+ animation-timing-function: ease-in;
2573
+ opacity: 0
2574
+ }
2575
+
2576
+ 40% {
2577
+ -webkit-transform: perspective(400px) rotateX(-20deg);
2578
+ transform: perspective(400px) rotateX(-20deg);
2579
+ -webkit-animation-timing-function: ease-in;
2580
+ animation-timing-function: ease-in
2581
+ }
2582
+
2583
+ 60% {
2584
+ -webkit-transform: perspective(400px) rotateX(10deg);
2585
+ transform: perspective(400px) rotateX(10deg);
2586
+ opacity: 1
2587
+ }
2588
+
2589
+ 80% {
2590
+ -webkit-transform: perspective(400px) rotateX(-5deg);
2591
+ transform: perspective(400px) rotateX(-5deg)
2592
+ }
2593
+
2594
+ to {
2595
+ -webkit-transform: perspective(400px);
2596
+ transform: perspective(400px)
2597
+ }
2598
+ }
2599
+
2600
+ .flipInX {
2601
+ -webkit-backface-visibility: visible !important;
2602
+ backface-visibility: visible !important;
2603
+ -webkit-animation-name: flipInX;
2604
+ animation-name: flipInX
2605
+ }
2606
+
2607
+ @-webkit-keyframes flipInY {
2608
+ 0% {
2609
+ -webkit-transform: perspective(400px) rotateY(90deg);
2610
+ transform: perspective(400px) rotateY(90deg);
2611
+ -webkit-animation-timing-function: ease-in;
2612
+ animation-timing-function: ease-in;
2613
+ opacity: 0
2614
+ }
2615
+
2616
+ 40% {
2617
+ -webkit-transform: perspective(400px) rotateY(-20deg);
2618
+ transform: perspective(400px) rotateY(-20deg);
2619
+ -webkit-animation-timing-function: ease-in;
2620
+ animation-timing-function: ease-in
2621
+ }
2622
+
2623
+ 60% {
2624
+ -webkit-transform: perspective(400px) rotateY(10deg);
2625
+ transform: perspective(400px) rotateY(10deg);
2626
+ opacity: 1
2627
+ }
2628
+
2629
+ 80% {
2630
+ -webkit-transform: perspective(400px) rotateY(-5deg);
2631
+ transform: perspective(400px) rotateY(-5deg)
2632
+ }
2633
+
2634
+ to {
2635
+ -webkit-transform: perspective(400px);
2636
+ transform: perspective(400px)
2637
+ }
2638
+ }
2639
+
2640
+ @keyframes flipInY {
2641
+ 0% {
2642
+ -webkit-transform: perspective(400px) rotateY(90deg);
2643
+ transform: perspective(400px) rotateY(90deg);
2644
+ -webkit-animation-timing-function: ease-in;
2645
+ animation-timing-function: ease-in;
2646
+ opacity: 0
2647
+ }
2648
+
2649
+ 40% {
2650
+ -webkit-transform: perspective(400px) rotateY(-20deg);
2651
+ transform: perspective(400px) rotateY(-20deg);
2652
+ -webkit-animation-timing-function: ease-in;
2653
+ animation-timing-function: ease-in
2654
+ }
2655
+
2656
+ 60% {
2657
+ -webkit-transform: perspective(400px) rotateY(10deg);
2658
+ transform: perspective(400px) rotateY(10deg);
2659
+ opacity: 1
2660
+ }
2661
+
2662
+ 80% {
2663
+ -webkit-transform: perspective(400px) rotateY(-5deg);
2664
+ transform: perspective(400px) rotateY(-5deg)
2665
+ }
2666
+
2667
+ to {
2668
+ -webkit-transform: perspective(400px);
2669
+ transform: perspective(400px)
2670
+ }
2671
+ }
2672
+
2673
+ .flipInY {
2674
+ -webkit-backface-visibility: visible !important;
2675
+ backface-visibility: visible !important;
2676
+ -webkit-animation-name: flipInY;
2677
+ animation-name: flipInY
2678
+ }
2679
+
2680
+ @-webkit-keyframes flipOutX {
2681
+ 0% {
2682
+ -webkit-transform: perspective(400px);
2683
+ transform: perspective(400px)
2684
+ }
2685
+
2686
+ 30% {
2687
+ -webkit-transform: perspective(400px) rotateX(-20deg);
2688
+ transform: perspective(400px) rotateX(-20deg);
2689
+ opacity: 1
2690
+ }
2691
+
2692
+ to {
2693
+ -webkit-transform: perspective(400px) rotateX(90deg);
2694
+ transform: perspective(400px) rotateX(90deg);
2695
+ opacity: 0
2696
+ }
2697
+ }
2698
+
2699
+ @keyframes flipOutX {
2700
+ 0% {
2701
+ -webkit-transform: perspective(400px);
2702
+ transform: perspective(400px)
2703
+ }
2704
+
2705
+ 30% {
2706
+ -webkit-transform: perspective(400px) rotateX(-20deg);
2707
+ transform: perspective(400px) rotateX(-20deg);
2708
+ opacity: 1
2709
+ }
2710
+
2711
+ to {
2712
+ -webkit-transform: perspective(400px) rotateX(90deg);
2713
+ transform: perspective(400px) rotateX(90deg);
2714
+ opacity: 0
2715
+ }
2716
+ }
2717
+
2718
+ .flipOutX {
2719
+ -webkit-animation-duration: .75s;
2720
+ animation-duration: .75s;
2721
+ -webkit-animation-name: flipOutX;
2722
+ animation-name: flipOutX;
2723
+ -webkit-backface-visibility: visible !important;
2724
+ backface-visibility: visible !important
2725
+ }
2726
+
2727
+ @-webkit-keyframes flipOutY {
2728
+ 0% {
2729
+ -webkit-transform: perspective(400px);
2730
+ transform: perspective(400px)
2731
+ }
2732
+
2733
+ 30% {
2734
+ -webkit-transform: perspective(400px) rotateY(-15deg);
2735
+ transform: perspective(400px) rotateY(-15deg);
2736
+ opacity: 1
2737
+ }
2738
+
2739
+ to {
2740
+ -webkit-transform: perspective(400px) rotateY(90deg);
2741
+ transform: perspective(400px) rotateY(90deg);
2742
+ opacity: 0
2743
+ }
2744
+ }
2745
+
2746
+ @keyframes flipOutY {
2747
+ 0% {
2748
+ -webkit-transform: perspective(400px);
2749
+ transform: perspective(400px)
2750
+ }
2751
+
2752
+ 30% {
2753
+ -webkit-transform: perspective(400px) rotateY(-15deg);
2754
+ transform: perspective(400px) rotateY(-15deg);
2755
+ opacity: 1
2756
+ }
2757
+
2758
+ to {
2759
+ -webkit-transform: perspective(400px) rotateY(90deg);
2760
+ transform: perspective(400px) rotateY(90deg);
2761
+ opacity: 0
2762
+ }
2763
+ }
2764
+
2765
+ .flipOutY {
2766
+ -webkit-animation-duration: .75s;
2767
+ animation-duration: .75s;
2768
+ -webkit-backface-visibility: visible !important;
2769
+ backface-visibility: visible !important;
2770
+ -webkit-animation-name: flipOutY;
2771
+ animation-name: flipOutY
2772
+ }
2773
+
2774
+ @-webkit-keyframes lightSpeedIn {
2775
+ 0% {
2776
+ -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
2777
+ transform: translate3d(100%, 0, 0) skewX(-30deg);
2778
+ opacity: 0
2779
+ }
2780
+
2781
+ 60% {
2782
+ -webkit-transform: skewX(20deg);
2783
+ transform: skewX(20deg);
2784
+ opacity: 1
2785
+ }
2786
+
2787
+ 80% {
2788
+ -webkit-transform: skewX(-5deg);
2789
+ transform: skewX(-5deg)
2790
+ }
2791
+
2792
+ to {
2793
+ -webkit-transform: translateZ(0);
2794
+ transform: translateZ(0)
2795
+ }
2796
+ }
2797
+
2798
+ @keyframes lightSpeedIn {
2799
+ 0% {
2800
+ -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
2801
+ transform: translate3d(100%, 0, 0) skewX(-30deg);
2802
+ opacity: 0
2803
+ }
2804
+
2805
+ 60% {
2806
+ -webkit-transform: skewX(20deg);
2807
+ transform: skewX(20deg);
2808
+ opacity: 1
2809
+ }
2810
+
2811
+ 80% {
2812
+ -webkit-transform: skewX(-5deg);
2813
+ transform: skewX(-5deg)
2814
+ }
2815
+
2816
+ to {
2817
+ -webkit-transform: translateZ(0);
2818
+ transform: translateZ(0)
2819
+ }
2820
+ }
2821
+
2822
+ .lightSpeedIn {
2823
+ -webkit-animation-name: lightSpeedIn;
2824
+ animation-name: lightSpeedIn;
2825
+ -webkit-animation-timing-function: ease-out;
2826
+ animation-timing-function: ease-out
2827
+ }
2828
+
2829
+ @-webkit-keyframes lightSpeedOut {
2830
+ 0% {
2831
+ opacity: 1
2832
+ }
2833
+
2834
+ to {
2835
+ -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
2836
+ transform: translate3d(100%, 0, 0) skewX(30deg);
2837
+ opacity: 0
2838
+ }
2839
+ }
2840
+
2841
+ @keyframes lightSpeedOut {
2842
+ 0% {
2843
+ opacity: 1
2844
+ }
2845
+
2846
+ to {
2847
+ -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
2848
+ transform: translate3d(100%, 0, 0) skewX(30deg);
2849
+ opacity: 0
2850
+ }
2851
+ }
2852
+
2853
+ .lightSpeedOut {
2854
+ -webkit-animation-name: lightSpeedOut;
2855
+ animation-name: lightSpeedOut;
2856
+ -webkit-animation-timing-function: ease-in;
2857
+ animation-timing-function: ease-in
2858
+ }
2859
+
2860
+ @-webkit-keyframes rotateIn {
2861
+ 0% {
2862
+ -webkit-transform-origin: center;
2863
+ transform-origin: center;
2864
+ -webkit-transform: rotate(-200deg);
2865
+ transform: rotate(-200deg);
2866
+ opacity: 0
2867
+ }
2868
+
2869
+ to {
2870
+ -webkit-transform-origin: center;
2871
+ transform-origin: center;
2872
+ -webkit-transform: translateZ(0);
2873
+ transform: translateZ(0);
2874
+ opacity: 1
2875
+ }
2876
+ }
2877
+
2878
+ @keyframes rotateIn {
2879
+ 0% {
2880
+ -webkit-transform-origin: center;
2881
+ transform-origin: center;
2882
+ -webkit-transform: rotate(-200deg);
2883
+ transform: rotate(-200deg);
2884
+ opacity: 0
2885
+ }
2886
+
2887
+ to {
2888
+ -webkit-transform-origin: center;
2889
+ transform-origin: center;
2890
+ -webkit-transform: translateZ(0);
2891
+ transform: translateZ(0);
2892
+ opacity: 1
2893
+ }
2894
+ }
2895
+
2896
+ .rotateIn {
2897
+ -webkit-animation-name: rotateIn;
2898
+ animation-name: rotateIn
2899
+ }
2900
+
2901
+ @-webkit-keyframes rotateInDownLeft {
2902
+ 0% {
2903
+ -webkit-transform-origin: left bottom;
2904
+ transform-origin: left bottom;
2905
+ -webkit-transform: rotate(-45deg);
2906
+ transform: rotate(-45deg);
2907
+ opacity: 0
2908
+ }
2909
+
2910
+ to {
2911
+ -webkit-transform-origin: left bottom;
2912
+ transform-origin: left bottom;
2913
+ -webkit-transform: translateZ(0);
2914
+ transform: translateZ(0);
2915
+ opacity: 1
2916
+ }
2917
+ }
2918
+
2919
+ @keyframes rotateInDownLeft {
2920
+ 0% {
2921
+ -webkit-transform-origin: left bottom;
2922
+ transform-origin: left bottom;
2923
+ -webkit-transform: rotate(-45deg);
2924
+ transform: rotate(-45deg);
2925
+ opacity: 0
2926
+ }
2927
+
2928
+ to {
2929
+ -webkit-transform-origin: left bottom;
2930
+ transform-origin: left bottom;
2931
+ -webkit-transform: translateZ(0);
2932
+ transform: translateZ(0);
2933
+ opacity: 1
2934
+ }
2935
+ }
2936
+
2937
+ .rotateInDownLeft {
2938
+ -webkit-animation-name: rotateInDownLeft;
2939
+ animation-name: rotateInDownLeft
2940
+ }
2941
+
2942
+ @-webkit-keyframes rotateInDownRight {
2943
+ 0% {
2944
+ -webkit-transform-origin: right bottom;
2945
+ transform-origin: right bottom;
2946
+ -webkit-transform: rotate(45deg);
2947
+ transform: rotate(45deg);
2948
+ opacity: 0
2949
+ }
2950
+
2951
+ to {
2952
+ -webkit-transform-origin: right bottom;
2953
+ transform-origin: right bottom;
2954
+ -webkit-transform: translateZ(0);
2955
+ transform: translateZ(0);
2956
+ opacity: 1
2957
+ }
2958
+ }
2959
+
2960
+ @keyframes rotateInDownRight {
2961
+ 0% {
2962
+ -webkit-transform-origin: right bottom;
2963
+ transform-origin: right bottom;
2964
+ -webkit-transform: rotate(45deg);
2965
+ transform: rotate(45deg);
2966
+ opacity: 0
2967
+ }
2968
+
2969
+ to {
2970
+ -webkit-transform-origin: right bottom;
2971
+ transform-origin: right bottom;
2972
+ -webkit-transform: translateZ(0);
2973
+ transform: translateZ(0);
2974
+ opacity: 1
2975
+ }
2976
+ }
2977
+
2978
+ .rotateInDownRight {
2979
+ -webkit-animation-name: rotateInDownRight;
2980
+ animation-name: rotateInDownRight
2981
+ }
2982
+
2983
+ @-webkit-keyframes rotateInUpLeft {
2984
+ 0% {
2985
+ -webkit-transform-origin: left bottom;
2986
+ transform-origin: left bottom;
2987
+ -webkit-transform: rotate(45deg);
2988
+ transform: rotate(45deg);
2989
+ opacity: 0
2990
+ }
2991
+
2992
+ to {
2993
+ -webkit-transform-origin: left bottom;
2994
+ transform-origin: left bottom;
2995
+ -webkit-transform: translateZ(0);
2996
+ transform: translateZ(0);
2997
+ opacity: 1
2998
+ }
2999
+ }
3000
+
3001
+ @keyframes rotateInUpLeft {
3002
+ 0% {
3003
+ -webkit-transform-origin: left bottom;
3004
+ transform-origin: left bottom;
3005
+ -webkit-transform: rotate(45deg);
3006
+ transform: rotate(45deg);
3007
+ opacity: 0
3008
+ }
3009
+
3010
+ to {
3011
+ -webkit-transform-origin: left bottom;
3012
+ transform-origin: left bottom;
3013
+ -webkit-transform: translateZ(0);
3014
+ transform: translateZ(0);
3015
+ opacity: 1
3016
+ }
3017
+ }
3018
+
3019
+ .rotateInUpLeft {
3020
+ -webkit-animation-name: rotateInUpLeft;
3021
+ animation-name: rotateInUpLeft
3022
+ }
3023
+
3024
+ @-webkit-keyframes rotateInUpRight {
3025
+ 0% {
3026
+ -webkit-transform-origin: right bottom;
3027
+ transform-origin: right bottom;
3028
+ -webkit-transform: rotate(-90deg);
3029
+ transform: rotate(-90deg);
3030
+ opacity: 0
3031
+ }
3032
+
3033
+ to {
3034
+ -webkit-transform-origin: right bottom;
3035
+ transform-origin: right bottom;
3036
+ -webkit-transform: translateZ(0);
3037
+ transform: translateZ(0);
3038
+ opacity: 1
3039
+ }
3040
+ }
3041
+
3042
+ @keyframes rotateInUpRight {
3043
+ 0% {
3044
+ -webkit-transform-origin: right bottom;
3045
+ transform-origin: right bottom;
3046
+ -webkit-transform: rotate(-90deg);
3047
+ transform: rotate(-90deg);
3048
+ opacity: 0
3049
+ }
3050
+
3051
+ to {
3052
+ -webkit-transform-origin: right bottom;
3053
+ transform-origin: right bottom;
3054
+ -webkit-transform: translateZ(0);
3055
+ transform: translateZ(0);
3056
+ opacity: 1
3057
+ }
3058
+ }
3059
+
3060
+ .rotateInUpRight {
3061
+ -webkit-animation-name: rotateInUpRight;
3062
+ animation-name: rotateInUpRight
3063
+ }
3064
+
3065
+ @-webkit-keyframes rotateOut {
3066
+ 0% {
3067
+ -webkit-transform-origin: center;
3068
+ transform-origin: center;
3069
+ opacity: 1
3070
+ }
3071
+
3072
+ to {
3073
+ -webkit-transform-origin: center;
3074
+ transform-origin: center;
3075
+ -webkit-transform: rotate(200deg);
3076
+ transform: rotate(200deg);
3077
+ opacity: 0
3078
+ }
3079
+ }
3080
+
3081
+ @keyframes rotateOut {
3082
+ 0% {
3083
+ -webkit-transform-origin: center;
3084
+ transform-origin: center;
3085
+ opacity: 1
3086
+ }
3087
+
3088
+ to {
3089
+ -webkit-transform-origin: center;
3090
+ transform-origin: center;
3091
+ -webkit-transform: rotate(200deg);
3092
+ transform: rotate(200deg);
3093
+ opacity: 0
3094
+ }
3095
+ }
3096
+
3097
+ .rotateOut {
3098
+ -webkit-animation-name: rotateOut;
3099
+ animation-name: rotateOut
3100
+ }
3101
+
3102
+ @-webkit-keyframes rotateOutDownLeft {
3103
+ 0% {
3104
+ -webkit-transform-origin: left bottom;
3105
+ transform-origin: left bottom;
3106
+ opacity: 1
3107
+ }
3108
+
3109
+ to {
3110
+ -webkit-transform-origin: left bottom;
3111
+ transform-origin: left bottom;
3112
+ -webkit-transform: rotate(45deg);
3113
+ transform: rotate(45deg);
3114
+ opacity: 0
3115
+ }
3116
+ }
3117
+
3118
+ @keyframes rotateOutDownLeft {
3119
+ 0% {
3120
+ -webkit-transform-origin: left bottom;
3121
+ transform-origin: left bottom;
3122
+ opacity: 1
3123
+ }
3124
+
3125
+ to {
3126
+ -webkit-transform-origin: left bottom;
3127
+ transform-origin: left bottom;
3128
+ -webkit-transform: rotate(45deg);
3129
+ transform: rotate(45deg);
3130
+ opacity: 0
3131
+ }
3132
+ }
3133
+
3134
+ .rotateOutDownLeft {
3135
+ -webkit-animation-name: rotateOutDownLeft;
3136
+ animation-name: rotateOutDownLeft
3137
+ }
3138
+
3139
+ @-webkit-keyframes rotateOutDownRight {
3140
+ 0% {
3141
+ -webkit-transform-origin: right bottom;
3142
+ transform-origin: right bottom;
3143
+ opacity: 1
3144
+ }
3145
+
3146
+ to {
3147
+ -webkit-transform-origin: right bottom;
3148
+ transform-origin: right bottom;
3149
+ -webkit-transform: rotate(-45deg);
3150
+ transform: rotate(-45deg);
3151
+ opacity: 0
3152
+ }
3153
+ }
3154
+
3155
+ @keyframes rotateOutDownRight {
3156
+ 0% {
3157
+ -webkit-transform-origin: right bottom;
3158
+ transform-origin: right bottom;
3159
+ opacity: 1
3160
+ }
3161
+
3162
+ to {
3163
+ -webkit-transform-origin: right bottom;
3164
+ transform-origin: right bottom;
3165
+ -webkit-transform: rotate(-45deg);
3166
+ transform: rotate(-45deg);
3167
+ opacity: 0
3168
+ }
3169
+ }
3170
+
3171
+ .rotateOutDownRight {
3172
+ -webkit-animation-name: rotateOutDownRight;
3173
+ animation-name: rotateOutDownRight
3174
+ }
3175
+
3176
+ @-webkit-keyframes rotateOutUpLeft {
3177
+ 0% {
3178
+ -webkit-transform-origin: left bottom;
3179
+ transform-origin: left bottom;
3180
+ opacity: 1
3181
+ }
3182
+
3183
+ to {
3184
+ -webkit-transform-origin: left bottom;
3185
+ transform-origin: left bottom;
3186
+ -webkit-transform: rotate(-45deg);
3187
+ transform: rotate(-45deg);
3188
+ opacity: 0
3189
+ }
3190
+ }
3191
+
3192
+ @keyframes rotateOutUpLeft {
3193
+ 0% {
3194
+ -webkit-transform-origin: left bottom;
3195
+ transform-origin: left bottom;
3196
+ opacity: 1
3197
+ }
3198
+
3199
+ to {
3200
+ -webkit-transform-origin: left bottom;
3201
+ transform-origin: left bottom;
3202
+ -webkit-transform: rotate(-45deg);
3203
+ transform: rotate(-45deg);
3204
+ opacity: 0
3205
+ }
3206
+ }
3207
+
3208
+ .rotateOutUpLeft {
3209
+ -webkit-animation-name: rotateOutUpLeft;
3210
+ animation-name: rotateOutUpLeft
3211
+ }
3212
+
3213
+ @-webkit-keyframes rotateOutUpRight {
3214
+ 0% {
3215
+ -webkit-transform-origin: right bottom;
3216
+ transform-origin: right bottom;
3217
+ opacity: 1
3218
+ }
3219
+
3220
+ to {
3221
+ -webkit-transform-origin: right bottom;
3222
+ transform-origin: right bottom;
3223
+ -webkit-transform: rotate(90deg);
3224
+ transform: rotate(90deg);
3225
+ opacity: 0
3226
+ }
3227
+ }
3228
+
3229
+ @keyframes rotateOutUpRight {
3230
+ 0% {
3231
+ -webkit-transform-origin: right bottom;
3232
+ transform-origin: right bottom;
3233
+ opacity: 1
3234
+ }
3235
+
3236
+ to {
3237
+ -webkit-transform-origin: right bottom;
3238
+ transform-origin: right bottom;
3239
+ -webkit-transform: rotate(90deg);
3240
+ transform: rotate(90deg);
3241
+ opacity: 0
3242
+ }
3243
+ }
3244
+
3245
+ .rotateOutUpRight {
3246
+ -webkit-animation-name: rotateOutUpRight;
3247
+ animation-name: rotateOutUpRight
3248
+ }
3249
+
3250
+ @-webkit-keyframes hinge {
3251
+ 0% {
3252
+ -webkit-transform-origin: top left;
3253
+ transform-origin: top left;
3254
+ -webkit-animation-timing-function: ease-in-out;
3255
+ animation-timing-function: ease-in-out
3256
+ }
3257
+
3258
+ 20%,
3259
+ 60% {
3260
+ -webkit-transform: rotate(80deg);
3261
+ transform: rotate(80deg);
3262
+ -webkit-transform-origin: top left;
3263
+ transform-origin: top left;
3264
+ -webkit-animation-timing-function: ease-in-out;
3265
+ animation-timing-function: ease-in-out
3266
+ }
3267
+
3268
+ 40%,
3269
+ 80% {
3270
+ -webkit-transform: rotate(60deg);
3271
+ transform: rotate(60deg);
3272
+ -webkit-transform-origin: top left;
3273
+ transform-origin: top left;
3274
+ -webkit-animation-timing-function: ease-in-out;
3275
+ animation-timing-function: ease-in-out;
3276
+ opacity: 1
3277
+ }
3278
+
3279
+ to {
3280
+ -webkit-transform: translate3d(0, 700px, 0);
3281
+ transform: translate3d(0, 700px, 0);
3282
+ opacity: 0
3283
+ }
3284
+ }
3285
+
3286
+ @keyframes hinge {
3287
+ 0% {
3288
+ -webkit-transform-origin: top left;
3289
+ transform-origin: top left;
3290
+ -webkit-animation-timing-function: ease-in-out;
3291
+ animation-timing-function: ease-in-out
3292
+ }
3293
+
3294
+ 20%,
3295
+ 60% {
3296
+ -webkit-transform: rotate(80deg);
3297
+ transform: rotate(80deg);
3298
+ -webkit-transform-origin: top left;
3299
+ transform-origin: top left;
3300
+ -webkit-animation-timing-function: ease-in-out;
3301
+ animation-timing-function: ease-in-out
3302
+ }
3303
+
3304
+ 40%,
3305
+ 80% {
3306
+ -webkit-transform: rotate(60deg);
3307
+ transform: rotate(60deg);
3308
+ -webkit-transform-origin: top left;
3309
+ transform-origin: top left;
3310
+ -webkit-animation-timing-function: ease-in-out;
3311
+ animation-timing-function: ease-in-out;
3312
+ opacity: 1
3313
+ }
3314
+
3315
+ to {
3316
+ -webkit-transform: translate3d(0, 700px, 0);
3317
+ transform: translate3d(0, 700px, 0);
3318
+ opacity: 0
3319
+ }
3320
+ }
3321
+
3322
+ .hinge {
3323
+ -webkit-animation-duration: 2s;
3324
+ animation-duration: 2s;
3325
+ -webkit-animation-name: hinge;
3326
+ animation-name: hinge
3327
+ }
3328
+
3329
+ @-webkit-keyframes jackInTheBox {
3330
+ 0% {
3331
+ opacity: 0;
3332
+ -webkit-transform: scale(.1) rotate(30deg);
3333
+ transform: scale(.1) rotate(30deg);
3334
+ -webkit-transform-origin: center bottom;
3335
+ transform-origin: center bottom
3336
+ }
3337
+
3338
+ 50% {
3339
+ -webkit-transform: rotate(-10deg);
3340
+ transform: rotate(-10deg)
3341
+ }
3342
+
3343
+ 70% {
3344
+ -webkit-transform: rotate(3deg);
3345
+ transform: rotate(3deg)
3346
+ }
3347
+
3348
+ to {
3349
+ opacity: 1;
3350
+ -webkit-transform: scale(1);
3351
+ transform: scale(1)
3352
+ }
3353
+ }
3354
+
3355
+ @keyframes jackInTheBox {
3356
+ 0% {
3357
+ opacity: 0;
3358
+ -webkit-transform: scale(.1) rotate(30deg);
3359
+ transform: scale(.1) rotate(30deg);
3360
+ -webkit-transform-origin: center bottom;
3361
+ transform-origin: center bottom
3362
+ }
3363
+
3364
+ 50% {
3365
+ -webkit-transform: rotate(-10deg);
3366
+ transform: rotate(-10deg)
3367
+ }
3368
+
3369
+ 70% {
3370
+ -webkit-transform: rotate(3deg);
3371
+ transform: rotate(3deg)
3372
+ }
3373
+
3374
+ to {
3375
+ opacity: 1;
3376
+ -webkit-transform: scale(1);
3377
+ transform: scale(1)
3378
+ }
3379
+ }
3380
+
3381
+ .jackInTheBox {
3382
+ -webkit-animation-name: jackInTheBox;
3383
+ animation-name: jackInTheBox
3384
+ }
3385
+
3386
+ @-webkit-keyframes rollIn {
3387
+ 0% {
3388
+ opacity: 0;
3389
+ -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
3390
+ transform: translate3d(-100%, 0, 0) rotate(-120deg)
3391
+ }
3392
+
3393
+ to {
3394
+ opacity: 1;
3395
+ -webkit-transform: translateZ(0);
3396
+ transform: translateZ(0)
3397
+ }
3398
+ }
3399
+
3400
+ @keyframes rollIn {
3401
+ 0% {
3402
+ opacity: 0;
3403
+ -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
3404
+ transform: translate3d(-100%, 0, 0) rotate(-120deg)
3405
+ }
3406
+
3407
+ to {
3408
+ opacity: 1;
3409
+ -webkit-transform: translateZ(0);
3410
+ transform: translateZ(0)
3411
+ }
3412
+ }
3413
+
3414
+ .rollIn {
3415
+ -webkit-animation-name: rollIn;
3416
+ animation-name: rollIn
3417
+ }
3418
+
3419
+ @-webkit-keyframes rollOut {
3420
+ 0% {
3421
+ opacity: 1
3422
+ }
3423
+
3424
+ to {
3425
+ opacity: 0;
3426
+ -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
3427
+ transform: translate3d(100%, 0, 0) rotate(120deg)
3428
+ }
3429
+ }
3430
+
3431
+ @keyframes rollOut {
3432
+ 0% {
3433
+ opacity: 1
3434
+ }
3435
+
3436
+ to {
3437
+ opacity: 0;
3438
+ -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
3439
+ transform: translate3d(100%, 0, 0) rotate(120deg)
3440
+ }
3441
+ }
3442
+
3443
+ .rollOut {
3444
+ -webkit-animation-name: rollOut;
3445
+ animation-name: rollOut
3446
+ }
3447
+
3448
+ @-webkit-keyframes zoomIn {
3449
+ 0% {
3450
+ opacity: 0;
3451
+ -webkit-transform: scale3d(.3, .3, .3);
3452
+ transform: scale3d(.3, .3, .3)
3453
+ }
3454
+
3455
+ 50% {
3456
+ opacity: 1
3457
+ }
3458
+ }
3459
+
3460
+ @keyframes zoomIn {
3461
+ 0% {
3462
+ opacity: 0;
3463
+ -webkit-transform: scale3d(.3, .3, .3);
3464
+ transform: scale3d(.3, .3, .3)
3465
+ }
3466
+
3467
+ 50% {
3468
+ opacity: 1
3469
+ }
3470
+ }
3471
+
3472
+ .zoomIn {
3473
+ -webkit-animation-name: zoomIn;
3474
+ animation-name: zoomIn
3475
+ }
3476
+
3477
+ @-webkit-keyframes zoomInDown {
3478
+ 0% {
3479
+ opacity: 0;
3480
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
3481
+ transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
3482
+ -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
3483
+ animation-timing-function: cubic-bezier(.55, .055, .675, .19)
3484
+ }
3485
+
3486
+ 60% {
3487
+ opacity: 1;
3488
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
3489
+ transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
3490
+ -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
3491
+ animation-timing-function: cubic-bezier(.175, .885, .32, 1)
3492
+ }
3493
+ }
3494
+
3495
+ @keyframes zoomInDown {
3496
+ 0% {
3497
+ opacity: 0;
3498
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
3499
+ transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
3500
+ -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
3501
+ animation-timing-function: cubic-bezier(.55, .055, .675, .19)
3502
+ }
3503
+
3504
+ 60% {
3505
+ opacity: 1;
3506
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
3507
+ transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
3508
+ -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
3509
+ animation-timing-function: cubic-bezier(.175, .885, .32, 1)
3510
+ }
3511
+ }
3512
+
3513
+ .zoomInDown {
3514
+ -webkit-animation-name: zoomInDown;
3515
+ animation-name: zoomInDown
3516
+ }
3517
+
3518
+ @-webkit-keyframes zoomInLeft {
3519
+ 0% {
3520
+ opacity: 0;
3521
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
3522
+ transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
3523
+ -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
3524
+ animation-timing-function: cubic-bezier(.55, .055, .675, .19)
3525
+ }
3526
+
3527
+ 60% {
3528
+ opacity: 1;
3529
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
3530
+ transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
3531
+ -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
3532
+ animation-timing-function: cubic-bezier(.175, .885, .32, 1)
3533
+ }
3534
+ }
3535
+
3536
+ @keyframes zoomInLeft {
3537
+ 0% {
3538
+ opacity: 0;
3539
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
3540
+ transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
3541
+ -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
3542
+ animation-timing-function: cubic-bezier(.55, .055, .675, .19)
3543
+ }
3544
+
3545
+ 60% {
3546
+ opacity: 1;
3547
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
3548
+ transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
3549
+ -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
3550
+ animation-timing-function: cubic-bezier(.175, .885, .32, 1)
3551
+ }
3552
+ }
3553
+
3554
+ .zoomInLeft {
3555
+ -webkit-animation-name: zoomInLeft;
3556
+ animation-name: zoomInLeft
3557
+ }
3558
+
3559
+ @-webkit-keyframes zoomInRight {
3560
+ 0% {
3561
+ opacity: 0;
3562
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
3563
+ transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
3564
+ -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
3565
+ animation-timing-function: cubic-bezier(.55, .055, .675, .19)
3566
+ }
3567
+
3568
+ 60% {
3569
+ opacity: 1;
3570
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
3571
+ transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
3572
+ -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
3573
+ animation-timing-function: cubic-bezier(.175, .885, .32, 1)
3574
+ }
3575
+ }
3576
+
3577
+ @keyframes zoomInRight {
3578
+ 0% {
3579
+ opacity: 0;
3580
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
3581
+ transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
3582
+ -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
3583
+ animation-timing-function: cubic-bezier(.55, .055, .675, .19)
3584
+ }
3585
+
3586
+ 60% {
3587
+ opacity: 1;
3588
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
3589
+ transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
3590
+ -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
3591
+ animation-timing-function: cubic-bezier(.175, .885, .32, 1)
3592
+ }
3593
+ }
3594
+
3595
+ .zoomInRight {
3596
+ -webkit-animation-name: zoomInRight;
3597
+ animation-name: zoomInRight
3598
+ }
3599
+
3600
+ @-webkit-keyframes zoomInUp {
3601
+ 0% {
3602
+ opacity: 0;
3603
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
3604
+ transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
3605
+ -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
3606
+ animation-timing-function: cubic-bezier(.55, .055, .675, .19)
3607
+ }
3608
+
3609
+ 60% {
3610
+ opacity: 1;
3611
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
3612
+ transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
3613
+ -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
3614
+ animation-timing-function: cubic-bezier(.175, .885, .32, 1)
3615
+ }
3616
+ }
3617
+
3618
+ @keyframes zoomInUp {
3619
+ 0% {
3620
+ opacity: 0;
3621
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
3622
+ transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
3623
+ -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
3624
+ animation-timing-function: cubic-bezier(.55, .055, .675, .19)
3625
+ }
3626
+
3627
+ 60% {
3628
+ opacity: 1;
3629
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
3630
+ transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
3631
+ -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
3632
+ animation-timing-function: cubic-bezier(.175, .885, .32, 1)
3633
+ }
3634
+ }
3635
+
3636
+ .zoomInUp {
3637
+ -webkit-animation-name: zoomInUp;
3638
+ animation-name: zoomInUp
3639
+ }
3640
+
3641
+ @-webkit-keyframes zoomOut {
3642
+ 0% {
3643
+ opacity: 1
3644
+ }
3645
+
3646
+ 50% {
3647
+ opacity: 0;
3648
+ -webkit-transform: scale3d(.3, .3, .3);
3649
+ transform: scale3d(.3, .3, .3)
3650
+ }
3651
+
3652
+ to {
3653
+ opacity: 0
3654
+ }
3655
+ }
3656
+
3657
+ @keyframes zoomOut {
3658
+ 0% {
3659
+ opacity: 1
3660
+ }
3661
+
3662
+ 50% {
3663
+ opacity: 0;
3664
+ -webkit-transform: scale3d(.3, .3, .3);
3665
+ transform: scale3d(.3, .3, .3)
3666
+ }
3667
+
3668
+ to {
3669
+ opacity: 0
3670
+ }
3671
+ }
3672
+
3673
+ .zoomOut {
3674
+ -webkit-animation-name: zoomOut;
3675
+ animation-name: zoomOut
3676
+ }
3677
+
3678
+ @-webkit-keyframes zoomOutDown {
3679
+ 40% {
3680
+ opacity: 1;
3681
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
3682
+ transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
3683
+ -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
3684
+ animation-timing-function: cubic-bezier(.55, .055, .675, .19)
3685
+ }
3686
+
3687
+ to {
3688
+ opacity: 0;
3689
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
3690
+ transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
3691
+ -webkit-transform-origin: center bottom;
3692
+ transform-origin: center bottom;
3693
+ -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
3694
+ animation-timing-function: cubic-bezier(.175, .885, .32, 1)
3695
+ }
3696
+ }
3697
+
3698
+ @keyframes zoomOutDown {
3699
+ 40% {
3700
+ opacity: 1;
3701
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
3702
+ transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
3703
+ -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
3704
+ animation-timing-function: cubic-bezier(.55, .055, .675, .19)
3705
+ }
3706
+
3707
+ to {
3708
+ opacity: 0;
3709
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
3710
+ transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
3711
+ -webkit-transform-origin: center bottom;
3712
+ transform-origin: center bottom;
3713
+ -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
3714
+ animation-timing-function: cubic-bezier(.175, .885, .32, 1)
3715
+ }
3716
+ }
3717
+
3718
+ .zoomOutDown {
3719
+ -webkit-animation-name: zoomOutDown;
3720
+ animation-name: zoomOutDown
3721
+ }
3722
+
3723
+ @-webkit-keyframes zoomOutLeft {
3724
+ 40% {
3725
+ opacity: 1;
3726
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
3727
+ transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
3728
+ }
3729
+
3730
+ to {
3731
+ opacity: 0;
3732
+ -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
3733
+ transform: scale(.1) translate3d(-2000px, 0, 0);
3734
+ -webkit-transform-origin: left center;
3735
+ transform-origin: left center
3736
+ }
3737
+ }
3738
+
3739
+ @keyframes zoomOutLeft {
3740
+ 40% {
3741
+ opacity: 1;
3742
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
3743
+ transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
3744
+ }
3745
+
3746
+ to {
3747
+ opacity: 0;
3748
+ -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
3749
+ transform: scale(.1) translate3d(-2000px, 0, 0);
3750
+ -webkit-transform-origin: left center;
3751
+ transform-origin: left center
3752
+ }
3753
+ }
3754
+
3755
+ .zoomOutLeft {
3756
+ -webkit-animation-name: zoomOutLeft;
3757
+ animation-name: zoomOutLeft
3758
+ }
3759
+
3760
+ @-webkit-keyframes zoomOutRight {
3761
+ 40% {
3762
+ opacity: 1;
3763
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
3764
+ transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
3765
+ }
3766
+
3767
+ to {
3768
+ opacity: 0;
3769
+ -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
3770
+ transform: scale(.1) translate3d(2000px, 0, 0);
3771
+ -webkit-transform-origin: right center;
3772
+ transform-origin: right center
3773
+ }
3774
+ }
3775
+
3776
+ @keyframes zoomOutRight {
3777
+ 40% {
3778
+ opacity: 1;
3779
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
3780
+ transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
3781
+ }
3782
+
3783
+ to {
3784
+ opacity: 0;
3785
+ -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
3786
+ transform: scale(.1) translate3d(2000px, 0, 0);
3787
+ -webkit-transform-origin: right center;
3788
+ transform-origin: right center
3789
+ }
3790
+ }
3791
+
3792
+ .zoomOutRight {
3793
+ -webkit-animation-name: zoomOutRight;
3794
+ animation-name: zoomOutRight
3795
+ }
3796
+
3797
+ @-webkit-keyframes zoomOutUp {
3798
+ 40% {
3799
+ opacity: 1;
3800
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
3801
+ transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
3802
+ -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
3803
+ animation-timing-function: cubic-bezier(.55, .055, .675, .19)
3804
+ }
3805
+
3806
+ to {
3807
+ opacity: 0;
3808
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
3809
+ transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
3810
+ -webkit-transform-origin: center bottom;
3811
+ transform-origin: center bottom;
3812
+ -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
3813
+ animation-timing-function: cubic-bezier(.175, .885, .32, 1)
3814
+ }
3815
+ }
3816
+
3817
+ @keyframes zoomOutUp {
3818
+ 40% {
3819
+ opacity: 1;
3820
+ -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
3821
+ transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
3822
+ -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
3823
+ animation-timing-function: cubic-bezier(.55, .055, .675, .19)
3824
+ }
3825
+
3826
+ to {
3827
+ opacity: 0;
3828
+ -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
3829
+ transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
3830
+ -webkit-transform-origin: center bottom;
3831
+ transform-origin: center bottom;
3832
+ -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
3833
+ animation-timing-function: cubic-bezier(.175, .885, .32, 1)
3834
+ }
3835
+ }
3836
+
3837
+ .zoomOutUp {
3838
+ -webkit-animation-name: zoomOutUp;
3839
+ animation-name: zoomOutUp
3840
+ }
3841
+
3842
+ @-webkit-keyframes slideInDown {
3843
+ 0% {
3844
+ -webkit-transform: translate3d(0, -100%, 0);
3845
+ transform: translate3d(0, -100%, 0);
3846
+ visibility: visible
3847
+ }
3848
+
3849
+ to {
3850
+ -webkit-transform: translateZ(0);
3851
+ transform: translateZ(0)
3852
+ }
3853
+ }
3854
+
3855
+ @keyframes slideInDown {
3856
+ 0% {
3857
+ -webkit-transform: translate3d(0, -100%, 0);
3858
+ transform: translate3d(0, -100%, 0);
3859
+ visibility: visible
3860
+ }
3861
+
3862
+ to {
3863
+ -webkit-transform: translateZ(0);
3864
+ transform: translateZ(0)
3865
+ }
3866
+ }
3867
+
3868
+ .slideInDown {
3869
+ -webkit-animation-name: slideInDown;
3870
+ animation-name: slideInDown
3871
+ }
3872
+
3873
+ @-webkit-keyframes slideInLeft {
3874
+ 0% {
3875
+ -webkit-transform: translate3d(-100%, 0, 0);
3876
+ transform: translate3d(-100%, 0, 0);
3877
+ visibility: visible
3878
+ }
3879
+
3880
+ to {
3881
+ -webkit-transform: translateZ(0);
3882
+ transform: translateZ(0)
3883
+ }
3884
+ }
3885
+
3886
+ @keyframes slideInLeft {
3887
+ 0% {
3888
+ -webkit-transform: translate3d(-100%, 0, 0);
3889
+ transform: translate3d(-100%, 0, 0);
3890
+ visibility: visible
3891
+ }
3892
+
3893
+ to {
3894
+ -webkit-transform: translateZ(0);
3895
+ transform: translateZ(0)
3896
+ }
3897
+ }
3898
+
3899
+ .slideInLeft {
3900
+ -webkit-animation-name: slideInLeft;
3901
+ animation-name: slideInLeft
3902
+ }
3903
+
3904
+ @-webkit-keyframes slideInRight {
3905
+ 0% {
3906
+ -webkit-transform: translate3d(100%, 0, 0);
3907
+ transform: translate3d(100%, 0, 0);
3908
+ visibility: visible
3909
+ }
3910
+
3911
+ to {
3912
+ -webkit-transform: translateZ(0);
3913
+ transform: translateZ(0)
3914
+ }
3915
+ }
3916
+
3917
+ @keyframes slideInRight {
3918
+ 0% {
3919
+ -webkit-transform: translate3d(100%, 0, 0);
3920
+ transform: translate3d(100%, 0, 0);
3921
+ visibility: visible
3922
+ }
3923
+
3924
+ to {
3925
+ -webkit-transform: translateZ(0);
3926
+ transform: translateZ(0)
3927
+ }
3928
+ }
3929
+
3930
+ .slideInRight {
3931
+ -webkit-animation-name: slideInRight;
3932
+ animation-name: slideInRight
3933
+ }
3934
+
3935
+ @-webkit-keyframes slideInUp {
3936
+ 0% {
3937
+ -webkit-transform: translate3d(0, 100%, 0);
3938
+ transform: translate3d(0, 100%, 0);
3939
+ visibility: visible
3940
+ }
3941
+
3942
+ to {
3943
+ -webkit-transform: translateZ(0);
3944
+ transform: translateZ(0)
3945
+ }
3946
+ }
3947
+
3948
+ @keyframes slideInUp {
3949
+ 0% {
3950
+ -webkit-transform: translate3d(0, 100%, 0);
3951
+ transform: translate3d(0, 100%, 0);
3952
+ visibility: visible
3953
+ }
3954
+
3955
+ to {
3956
+ -webkit-transform: translateZ(0);
3957
+ transform: translateZ(0)
3958
+ }
3959
+ }
3960
+
3961
+ .slideInUp {
3962
+ -webkit-animation-name: slideInUp;
3963
+ animation-name: slideInUp
3964
+ }
3965
+
3966
+ @-webkit-keyframes slideOutDown {
3967
+ 0% {
3968
+ -webkit-transform: translateZ(0);
3969
+ transform: translateZ(0)
3970
+ }
3971
+
3972
+ to {
3973
+ visibility: hidden;
3974
+ -webkit-transform: translate3d(0, 100%, 0);
3975
+ transform: translate3d(0, 100%, 0)
3976
+ }
3977
+ }
3978
+
3979
+ @keyframes slideOutDown {
3980
+ 0% {
3981
+ -webkit-transform: translateZ(0);
3982
+ transform: translateZ(0)
3983
+ }
3984
+
3985
+ to {
3986
+ visibility: hidden;
3987
+ -webkit-transform: translate3d(0, 100%, 0);
3988
+ transform: translate3d(0, 100%, 0)
3989
+ }
3990
+ }
3991
+
3992
+ .slideOutDown {
3993
+ -webkit-animation-name: slideOutDown;
3994
+ animation-name: slideOutDown
3995
+ }
3996
+
3997
+ @-webkit-keyframes slideOutLeft {
3998
+ 0% {
3999
+ -webkit-transform: translateZ(0);
4000
+ transform: translateZ(0)
4001
+ }
4002
+
4003
+ to {
4004
+ visibility: hidden;
4005
+ -webkit-transform: translate3d(-100%, 0, 0);
4006
+ transform: translate3d(-100%, 0, 0)
4007
+ }
4008
+ }
4009
+
4010
+ @keyframes slideOutLeft {
4011
+ 0% {
4012
+ -webkit-transform: translateZ(0);
4013
+ transform: translateZ(0)
4014
+ }
4015
+
4016
+ to {
4017
+ visibility: hidden;
4018
+ -webkit-transform: translate3d(-100%, 0, 0);
4019
+ transform: translate3d(-100%, 0, 0)
4020
+ }
4021
+ }
4022
+
4023
+ .slideOutLeft {
4024
+ -webkit-animation-name: slideOutLeft;
4025
+ animation-name: slideOutLeft
4026
+ }
4027
+
4028
+ @-webkit-keyframes slideOutRight {
4029
+ 0% {
4030
+ -webkit-transform: translateZ(0);
4031
+ transform: translateZ(0)
4032
+ }
4033
+
4034
+ to {
4035
+ visibility: hidden;
4036
+ -webkit-transform: translate3d(100%, 0, 0);
4037
+ transform: translate3d(100%, 0, 0)
4038
+ }
4039
+ }
4040
+
4041
+ @keyframes slideOutRight {
4042
+ 0% {
4043
+ -webkit-transform: translateZ(0);
4044
+ transform: translateZ(0)
4045
+ }
4046
+
4047
+ to {
4048
+ visibility: hidden;
4049
+ -webkit-transform: translate3d(100%, 0, 0);
4050
+ transform: translate3d(100%, 0, 0)
4051
+ }
4052
+ }
4053
+
4054
+ .slideOutRight {
4055
+ -webkit-animation-name: slideOutRight;
4056
+ animation-name: slideOutRight
4057
+ }
4058
+
4059
+ @-webkit-keyframes slideOutUp {
4060
+ 0% {
4061
+ -webkit-transform: translateZ(0);
4062
+ transform: translateZ(0)
4063
+ }
4064
+
4065
+ to {
4066
+ visibility: hidden;
4067
+ -webkit-transform: translate3d(0, -100%, 0);
4068
+ transform: translate3d(0, -100%, 0)
4069
+ }
4070
+ }
4071
+
4072
+ @keyframes slideOutUp {
4073
+ 0% {
4074
+ -webkit-transform: translateZ(0);
4075
+ transform: translateZ(0)
4076
+ }
4077
+
4078
+ to {
4079
+ visibility: hidden;
4080
+ -webkit-transform: translate3d(0, -100%, 0);
4081
+ transform: translate3d(0, -100%, 0)
4082
+ }
4083
+ }
4084
+
4085
+ .slideOutUp {
4086
+ -webkit-animation-name: slideOutUp;
4087
+ animation-name: slideOutUp
4088
+ }
4089
+
4090
+ .animated {
4091
+ -webkit-animation-duration: 1s;
4092
+ animation-duration: 1s;
4093
+ -webkit-animation-fill-mode: both;
4094
+ animation-fill-mode: both
4095
+ }
4096
+
4097
+ .animated.infinite {
4098
+ -webkit-animation-iteration-count: infinite;
4099
+ animation-iteration-count: infinite
4100
+ }
4101
+
4102
+ .animated.delay-1s {
4103
+ -webkit-animation-delay: 1s;
4104
+ animation-delay: 1s
4105
+ }
4106
+
4107
+ .animated.delay-2s {
4108
+ -webkit-animation-delay: 2s;
4109
+ animation-delay: 2s
4110
+ }
4111
+
4112
+ .animated.delay-3s {
4113
+ -webkit-animation-delay: 3s;
4114
+ animation-delay: 3s
4115
+ }
4116
+
4117
+ .animated.delay-4s {
4118
+ -webkit-animation-delay: 4s;
4119
+ animation-delay: 4s
4120
+ }
4121
+
4122
+ .animated.delay-5s {
4123
+ -webkit-animation-delay: 5s;
4124
+ animation-delay: 5s
4125
+ }
4126
+
4127
+ .animated.fast {
4128
+ -webkit-animation-duration: .8s;
4129
+ animation-duration: .8s
4130
+ }
4131
+
4132
+ .animated.faster {
4133
+ -webkit-animation-duration: .5s;
4134
+ animation-duration: .5s
4135
+ }
4136
+
4137
+ .animated.slow {
4138
+ -webkit-animation-duration: 2s;
4139
+ animation-duration: 2s
4140
+ }
4141
+
4142
+ .animated.slower {
4143
+ -webkit-animation-duration: 3s;
4144
+ animation-duration: 3s
4145
+ }
4146
+
4147
+ @media (prefers-reduced-motion:reduce),
4148
+ (print) {
4149
+ .animated {
4150
+ -webkit-animation-duration: 1ms !important;
4151
+ animation-duration: 1ms !important;
4152
+ -webkit-transition-duration: 1ms !important;
4153
+ transition-duration: 1ms !important;
4154
+ -webkit-animation-iteration-count: 1 !important;
4155
+ animation-iteration-count: 1 !important
4156
+ }
4157
+ }
4158
+
4159
+ /* end animate.css */
4160
+
4161
+ .inference-server-view-title-col,
4162
+ .inference-server-view-title-col h1 {
4163
+ text-overflow: ellipsis;
4164
+ overflow: hidden;
4165
+ white-space: nowrap;
4166
+ }
4167
+
4168
+ .card-sub-header {
4169
+ margin-left: -1.7rem;
4170
+ margin-right: -1.7rem;
4171
+ margin-bottom: 0.75rem;
4172
+ margin-top: 1.5rem;
4173
+ padding-left: 0.75rem;
4174
+ padding-right: 0.75rem;
4175
+ }
4176
+
4177
+ #preview-image-container {
4178
+ position: relative;
4179
+ }