@latest-thinking/lt-player 1.2.0 → 2.0.0-a

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 (205) hide show
  1. package/.editorconfig +1 -1
  2. package/.node-version +1 -0
  3. package/.nvmrc +1 -0
  4. package/README.md +162 -0
  5. package/dist/main.js +24375 -0
  6. package/package.json +31 -67
  7. package/tsconfig.json +2 -1
  8. package/vite-dev.config.mts +35 -0
  9. package/vite.config.mts +40 -0
  10. package/ README.md +0 -270
  11. package/.babelrc +0 -11
  12. package/.eslintrc.js +0 -6
  13. package/dist/css/lt-player-main.css +0 -3
  14. package/dist/css/lt-player-main.css.map +0 -1
  15. package/dist/fonts/0574e80a2483be7b033e.otf +0 -0
  16. package/dist/fonts/34274fbfb2f270b8d53b.otf +0 -0
  17. package/dist/fonts/80acced0ba3630ee652b.otf +0 -0
  18. package/dist/fonts/8ccea4947561e7008d19.otf +0 -0
  19. package/dist/fonts/d355445ed7d61b887e58.otf +0 -0
  20. package/dist/js/lt-player-main.js +0 -3
  21. package/dist/js/lt-player-main.js.LICENSE.txt +0 -9
  22. package/dist/js/lt-player-main.js.map +0 -1
  23. package/examples/basic.html +0 -35
  24. package/examples/lt-page-with-player.html +0 -3529
  25. package/examples/lt-page-with-player_files/Weiskopf_Coverphoto.jpg +0 -0
  26. package/examples/lt-page-with-player_files/ajax-progress.module.css +0 -49
  27. package/examples/lt-page-with-player_files/align.module.css +0 -32
  28. package/examples/lt-page-with-player_files/announce.js +0 -49
  29. package/examples/lt-page-with-player_files/autocomplete-loading.module.css +0 -22
  30. package/examples/lt-page-with-player_files/autocomplete.css +0 -16
  31. package/examples/lt-page-with-player_files/bootstrap.css +0 -22691
  32. package/examples/lt-page-with-player_files/clearfix.module.css +0 -15
  33. package/examples/lt-page-with-player_files/container-inline.module.css +0 -16
  34. package/examples/lt-page-with-player_files/cookiesjsr.min.css +0 -10
  35. package/examples/lt-page-with-player_files/core.css +0 -97
  36. package/examples/lt-page-with-player_files/details.module.css +0 -10
  37. package/examples/lt-page-with-player_files/fieldgroup.module.css +0 -9
  38. package/examples/lt-page-with-player_files/hidden.module.css +0 -53
  39. package/examples/lt-page-with-player_files/himme-alexander-beyond_0.jpg +0 -0
  40. package/examples/lt-page-with-player_files/item-list.module.css +0 -19
  41. package/examples/lt-page-with-player_files/js.module.css +0 -22
  42. package/examples/lt-page-with-player_files/latest_thinking.style.css +0 -6496
  43. package/examples/lt-page-with-player_files/logo-small.png +0 -0
  44. package/examples/lt-page-with-player_files/menu.css +0 -64
  45. package/examples/lt-page-with-player_files/nowrap.module.css +0 -8
  46. package/examples/lt-page-with-player_files/paragraphs.unpublished.css +0 -3
  47. package/examples/lt-page-with-player_files/position-container.module.css +0 -8
  48. package/examples/lt-page-with-player_files/progress.module.css +0 -51
  49. package/examples/lt-page-with-player_files/radix.style.css +0 -1
  50. package/examples/lt-page-with-player_files/reset-appearance.module.css +0 -15
  51. package/examples/lt-page-with-player_files/resize.module.css +0 -21
  52. package/examples/lt-page-with-player_files/search_api_autocomplete.css +0 -41
  53. package/examples/lt-page-with-player_files/sticky-header.module.css +0 -13
  54. package/examples/lt-page-with-player_files/system-status-counter.css +0 -30
  55. package/examples/lt-page-with-player_files/system-status-report-counters.css +0 -27
  56. package/examples/lt-page-with-player_files/system-status-report-general-info.css +0 -14
  57. package/examples/lt-page-with-player_files/tabledrag.module.css +0 -98
  58. package/examples/lt-page-with-player_files/tablesort.module.css +0 -19
  59. package/examples/lt-page-with-player_files/theme.css +0 -446
  60. package/examples/lt-page-with-player_files/thumbnail_MPI_CBS_Eingangsbereich.jpg +0 -0
  61. package/examples/lt-page-with-player_files/tree-child.module.css +0 -18
  62. package/examples/lt-page-with-player_files/widget-min.js +0 -10
  63. package/examples/lt-website.html +0 -76
  64. package/examples/portrait-with-subtitles.html +0 -81
  65. package/examples/samples/vtt/Pahl-Kerstin-Maria-MAIN-20230320.vtt +0 -765
  66. package/examples/samples/vtt/Sobolev-Anton-Subtitles-20230518_0.vtt +0 -352
  67. package/examples/samples/vtt/demo.vtt +0 -7
  68. package/src/assets/css/sample.css +0 -12
  69. package/src/assets/fonts/museo/MuseoSans-100.otf +0 -0
  70. package/src/assets/fonts/museo/MuseoSans-300.otf +0 -0
  71. package/src/assets/fonts/museo/MuseoSans-500.otf +0 -0
  72. package/src/assets/fonts/museo/MuseoSans-700.otf +0 -0
  73. package/src/assets/fonts/museo/MuseoSans-900.otf +0 -0
  74. package/src/assets/icons/arrow-down.svg +0 -8
  75. package/src/assets/icons/arrow-left.svg +0 -8
  76. package/src/assets/icons/chevron-down-full.svg +0 -7
  77. package/src/assets/icons/chevron-down.svg +0 -7
  78. package/src/assets/icons/chevron-up-full.svg +0 -7
  79. package/src/assets/icons/chevron-up.svg +0 -7
  80. package/src/assets/icons/close.svg +0 -8
  81. package/src/assets/icons/compass.svg +0 -8
  82. package/src/assets/icons/external-link.svg +0 -9
  83. package/src/assets/icons/facebook.svg +0 -7
  84. package/src/assets/icons/fast-backward.svg +0 -8
  85. package/src/assets/icons/fast-forward.svg +0 -8
  86. package/src/assets/icons/file-text.svg +0 -11
  87. package/src/assets/icons/home.svg +0 -8
  88. package/src/assets/icons/logo-big.png +0 -0
  89. package/src/assets/icons/logo.png +0 -0
  90. package/src/assets/icons/maximize.svg +0 -7
  91. package/src/assets/icons/mini-player.svg +0 -8
  92. package/src/assets/icons/minimize.svg +0 -7
  93. package/src/assets/icons/more-vertical.svg +0 -9
  94. package/src/assets/icons/mute.svg +0 -9
  95. package/src/assets/icons/pause.svg +0 -8
  96. package/src/assets/icons/play.svg +0 -8
  97. package/src/assets/icons/search.svg +0 -8
  98. package/src/assets/icons/settings.svg +0 -8
  99. package/src/assets/icons/share.svg +0 -11
  100. package/src/assets/icons/skip-backward.svg +0 -8
  101. package/src/assets/icons/skip-forward.svg +0 -8
  102. package/src/assets/icons/speed-1-5.svg +0 -7
  103. package/src/assets/icons/speed-1.svg +0 -7
  104. package/src/assets/icons/speed-2.svg +0 -7
  105. package/src/assets/icons/subtitles.svg +0 -7
  106. package/src/assets/icons/twitter.svg +0 -7
  107. package/src/assets/icons/university.svg +0 -9
  108. package/src/assets/icons/user.svg +0 -8
  109. package/src/assets/icons/volume-1.svg +0 -15
  110. package/src/assets/icons/volume-2.svg +0 -15
  111. package/src/assets/icons/volume-3.svg +0 -15
  112. package/src/assets/sass/abstracts/_mixins.scss +0 -145
  113. package/src/assets/sass/abstracts/_placeholders.scss +0 -112
  114. package/src/assets/sass/abstracts/_variables.scss +0 -68
  115. package/src/assets/sass/abstracts/all.scss +0 -4
  116. package/src/assets/sass/app.scss +0 -99
  117. package/src/assets/sass/components/_all.scss +0 -6
  118. package/src/assets/sass/components/_buttons.scss +0 -1
  119. package/src/assets/sass/components/_images.scss +0 -4
  120. package/src/assets/sass/components/_loader.scss +0 -187
  121. package/src/assets/sass/components/_modal.scss +0 -365
  122. package/src/assets/sass/components/_range.scss +0 -33
  123. package/src/assets/sass/core/_all.scss +0 -13
  124. package/src/assets/sass/core/_fonts.scss +0 -55
  125. package/src/assets/sass/core/_player.scss +0 -71
  126. package/src/assets/sass/core/_typography.scss +0 -13
  127. package/src/assets/sass/layout/_all.scss +0 -3
  128. package/src/assets/sass/layout/_grid.scss +0 -0
  129. package/src/assets/sass/sections/_additional-info.scss +0 -90
  130. package/src/assets/sass/sections/_all.scss +0 -6
  131. package/src/assets/sass/sections/_control.scss +0 -122
  132. package/src/assets/sass/sections/_poster.scss +0 -319
  133. package/src/assets/sass/sections/_settings.scss +0 -504
  134. package/src/assets/sass/sections/_share.scss +0 -250
  135. package/src/assets/sass/sections/_subtitles.scss +0 -85
  136. package/src/assets/sass/sections/controllers/_all.scss +0 -4
  137. package/src/assets/sass/sections/controllers/_botom.scss +0 -522
  138. package/src/assets/sass/sections/controllers/_mini-player.scss +0 -169
  139. package/src/assets/sass/sections/controllers/_notification-rewind-forward.scss +0 -260
  140. package/src/assets/sass/sections/controllers/_top.scss +0 -169
  141. package/src/components/LTPlayerDevMethode.ts +0 -192
  142. package/src/components/LTPlayerEventsManager.ts +0 -31
  143. package/src/components/LTPlayerHls.ts +0 -38
  144. package/src/components/LTPlayerManager.ts +0 -266
  145. package/src/components/LTPlayerSettingsManager.ts +0 -117
  146. package/src/components/LTPlayerSetup.ts +0 -286
  147. package/src/components/LTPlayerStatusFeedback.ts +0 -76
  148. package/src/components/LTPlayerStorage.ts +0 -58
  149. package/src/components/LTPlayerType.ts +0 -371
  150. package/src/components/LTPlayerUpdate.ts +0 -61
  151. package/src/components/addInfo/LTPLayerAddInfoResizeManager.ts +0 -15
  152. package/src/components/addInfo/LTPlayerAddInfoDesktop.ts +0 -127
  153. package/src/components/addInfo/LTPlayerAddInfoManager.ts +0 -230
  154. package/src/components/addInfo/LTPlayerAddInfoMobile.ts +0 -113
  155. package/src/components/captions/LTPlayerCaptions.ts +0 -80
  156. package/src/components/config/LTPlayerConfig.ts +0 -280
  157. package/src/components/config/LTPlayerConfigProcessor.ts +0 -604
  158. package/src/components/controls/LTPlayerChapters.ts +0 -285
  159. package/src/components/controls/LTPlayerControls.ts +0 -57
  160. package/src/components/controls/LTPlayerControlsEvents.ts +0 -946
  161. package/src/components/controls/LTPlayerMini.ts +0 -285
  162. package/src/components/controls/LTPlayerSettingsControlsManager.ts +0 -60
  163. package/src/components/controls/settings/LTPlayerCommonSettingsControllers.ts +0 -71
  164. package/src/components/controls/settings/LTPlayerDesktopSettingsControllers.ts +0 -135
  165. package/src/components/controls/settings/LTPlayerMobileSettingsControllers.ts +0 -211
  166. package/src/components/events/LTPlayer.ts +0 -194
  167. package/src/components/events/LTPlayerCommon.ts +0 -252
  168. package/src/components/events/LTPlayerDesktop.ts +0 -222
  169. package/src/components/events/LTPlayerMobile.ts +0 -243
  170. package/src/components/poster/LTPlayerPoster.ts +0 -78
  171. package/src/components/poster/LTPlayerPosterEvents.ts +0 -172
  172. package/src/components/poster/LTPlayerPosterManager.ts +0 -46
  173. package/src/components/poster/LTPlayerPosterPreload.ts +0 -51
  174. package/src/components/poster/LTPlayerPosterPreloadEvents.ts +0 -152
  175. package/src/components/share/LTPlayerShareDesktop.ts +0 -131
  176. package/src/components/share/LTPlayerShareEvents.ts +0 -64
  177. package/src/components/share/LTPlayerShareManager.ts +0 -58
  178. package/src/components/share/LTPlayerShareMobile.ts +0 -154
  179. package/src/components/video/LTPlayerVideo.ts +0 -49
  180. package/src/global/controllers/LTPlayerController.ts +0 -58
  181. package/src/global/interfaces/EventsInterfaces.ts +0 -11
  182. package/src/global/interfaces/SettingsControlsInterfaces.ts +0 -3
  183. package/src/global/interfaces/TypeInterface.ts +0 -9
  184. package/src/global/types/ModuleTypes.d.ts +0 -35
  185. package/src/global/types/ModuleViews.d.ts +0 -13
  186. package/src/global/types/ModuleWindow.d.ts +0 -12
  187. package/src/global/types/Modules.d.ts +0 -44
  188. package/src/index.ts +0 -10
  189. package/src/json-schema/player-config.json +0 -16
  190. package/src/services/Helper.ts +0 -147
  191. package/src/services/IconsService.ts +0 -124
  192. package/src/services/LTPlayerRotateDeviceService.ts +0 -15
  193. package/src/services/LoaderService.ts +0 -21
  194. package/src/services/ResizeService.ts +0 -352
  195. package/src/services/TemplateService.ts +0 -136
  196. package/src/services/ValidatorService.ts +0 -31
  197. package/src/views/additionalInfo.handlebars +0 -103
  198. package/src/views/background.handlebars +0 -5
  199. package/src/views/controls.handlebars +0 -390
  200. package/src/views/onloadPoster.handlebars +0 -1
  201. package/src/views/poster.handlebars +0 -69
  202. package/src/views/settings.handlebars +0 -31
  203. package/src/views/settings.mobile.handlebars +0 -22
  204. package/src/views/share.handlebars +0 -101
  205. package/src/views/template.handlebars +0 -15
@@ -1,352 +0,0 @@
1
- WEBVTT
2
-
3
- 00:00:10.510 --> 00:00:15.850
4
- These days, no matter where you go online, whether you spend time on social networks
5
-
6
- 00:00:16.030 --> 00:00:21.775
7
- or read your favorite online magazines or newspapers, you get bombarded by thousands of ads.
8
-
9
- 00:00:21.775 --> 00:00:28.270
10
- Millions of websites such as digital media websites monetize their content by running ads.
11
-
12
- 00:00:28.270 --> 00:00:31.540
13
- Some of these ads can be quite valuable for consumers,
14
-
15
- 00:00:31.540 --> 00:00:36.632
16
- but the overwhelming volume of these ads can quickly become disturbing.
17
-
18
- 00:00:36.632 --> 00:00:39.812
19
- This is the place where ad blockers, simple software programs,
20
-
21
- 00:00:39.812 --> 00:00:45.002
22
- come into play in order to prevent ads from being displayed to users.
23
-
24
- 00:00:45.002 --> 00:00:48.602
25
- The adoption of ad blockers is becoming more widespread.
26
-
27
- 00:00:48.602 --> 00:00:52.862
28
- Recent surveys have shown that 40% of internet users in Germany
29
-
30
- 00:00:53.372 --> 00:00:59.373
31
- and 35% of internet users in the US have installed ad blockers on their desktop devices.
32
-
33
- 00:00:59.373 --> 00:01:01.835
34
- So how do ad blockers make money?
35
-
36
- 00:01:01.835 --> 00:01:07.205
37
- So among different methods of how ad blockers can generate revenues, they often use so-called whitelisting.
38
-
39
- 00:01:07.205 --> 00:01:13.596
40
- Under whitelisting, publishers are allowed to show their ads to the consumers.
41
-
42
- 00:01:13.596 --> 00:01:20.421
43
- For instance, Adblock Plus, a dominant ad blocker in Germany with 95% market share,
44
-
45
- 00:01:20.421 --> 00:01:27.981
46
- asks publishers for 30% of their additional advertising revenue if they want to become whitelisted.
47
-
48
- 00:01:27.981 --> 00:01:31.806
49
- While ad blockers can be widely appreciated by users,
50
-
51
- 00:01:31.806 --> 00:01:38.499
52
- they pose a serious threat to publishers who rely on ad financing.
53
-
54
- 00:01:38.499 --> 00:01:44.889
55
- Additionally, ad blockers affect the way advertisers place their ads in the advertising market,
56
-
57
- 00:01:44.889 --> 00:01:49.929
58
- and this in turn affects how advertisers compete with each other in the product market
59
-
60
- 00:01:50.109 --> 00:01:53.439
61
- when they sell their final products to consumers.
62
-
63
- 00:01:53.439 --> 00:01:58.709
64
- In our study, we explore the strategic and welfare effects of ad blocking.
65
-
66
- 00:01:58.709 --> 00:02:01.770
67
- We are interested in the following questions.
68
-
69
- 00:02:01.770 --> 00:02:06.720
70
- First of all, who is benefiting and who is losing from the presence of ad blockers?
71
-
72
- 00:02:06.720 --> 00:02:13.553
73
- What is the impact of ad blocking on the advertising market and on the product market?
74
-
75
- 00:02:13.553 --> 00:02:16.012
76
- We're trying to answer these questions in our study.
77
-
78
- 00:02:20.144 --> 00:02:22.124
79
- To investigate these questions,
80
-
81
- 00:02:22.124 --> 00:02:28.844
82
- we're building a theoretical model that reconciles the key ingredients of advertising and product markets.
83
-
84
- 00:02:28.844 --> 00:02:35.594
85
- The main challenge for us is that we're essentially faced with a complex environment with multiple layers of strategic
86
-
87
- 00:02:35.624 --> 00:02:36.674
88
- players.
89
-
90
- 00:02:36.674 --> 00:02:42.374
91
- I will provide the simplest framework that helps to think about that environment
92
-
93
- 00:02:42.854 --> 00:02:46.694
94
- and introduce all the key players step by step.
95
-
96
- 00:02:46.694 --> 00:02:55.034
97
- The supply side of the advertising market is represented by two publishers that bundle their content with advertising.
98
-
99
- 00:02:55.034 --> 00:03:03.155
100
- We assume that these publishers are ad funded in the sense that they provide the content to consumers for free
101
-
102
- 00:03:03.515 --> 00:03:07.985
103
- and sell advertising slots to the advertisers.
104
-
105
- 00:03:07.985 --> 00:03:11.195
106
- We assume that consumers visit both publishers
107
-
108
- 00:03:11.495 --> 00:03:18.275
109
- and advertisers can reach consumers by buying ad slots at any of the publishers.
110
-
111
- 00:03:18.275 --> 00:03:25.295
112
- It's reasonable to think that if a publisher displays multiple ads to a consumer that these ads become less effective.
113
-
114
- 00:03:25.295 --> 00:03:29.405
115
- This could be, for instance, due to the limited attention on the consumer side.
116
-
117
- 00:03:29.405 --> 00:03:35.975
118
- Therefore, we assume that each publisher has only one slot to be sold to an advertiser.
119
-
120
- 00:03:35.975 --> 00:03:42.785
121
- This, in turn, creates competition between advertisers for the attention of consumers.
122
-
123
- 00:03:42.785 --> 00:03:47.992
124
- If one advertiser occupies one ad slot, this slot cannot be taken by the rival advertiser.
125
-
126
- 00:03:47.992 --> 00:03:51.310
127
- If competition for consumer attention is extremely high,
128
-
129
- 00:03:51.310 --> 00:03:57.400
130
- then advertisers might want to foreclose their rivals by buying both ad slots
131
-
132
- 00:03:57.520 --> 00:04:01.330
133
- and gaining the monopolistic position in the product market.
134
-
135
- 00:04:01.330 --> 00:04:08.580
136
- Now, with this framework in hand, we can analyze what happens when the ad blocker enters the advertising market.
137
-
138
- 00:04:12.671 --> 00:04:17.091
139
- We show that if the product market is highly competitive,
140
-
141
- 00:04:17.091 --> 00:04:22.911
142
- then advertisers will fiercely compete in the advertising market.
143
-
144
- 00:04:22.911 --> 00:04:23.841
145
- Therefore,
146
-
147
- 00:04:23.841 --> 00:04:32.601
148
- advertisers might find it optimal to foreclose their rivals by buying both ad slots on both publishers in order to get
149
-
150
- 00:04:32.691 --> 00:04:36.351
151
- and capture the monopoly profits in the product market.
152
-
153
- 00:04:36.351 --> 00:04:39.651
154
- If the competition in the product market is low,
155
-
156
- 00:04:39.651 --> 00:04:44.331
157
- then there is no threat from the rival advertisers in the product market
158
-
159
- 00:04:44.361 --> 00:04:51.461
160
- and therefore they buy only one ad slot in the advertising market in order to get access to consumers.
161
-
162
- 00:04:51.461 --> 00:04:55.920
163
- Then, having this nice framework in hand, we explore the strategic
164
-
165
- 00:04:55.950 --> 00:05:01.170
166
- and welfare effects of ad blockers entry into the advertising industry.
167
-
168
- 00:05:01.170 --> 00:05:09.180
169
- Suppose now that the ad blocker enters the market and some of the consumers install software of this ad blocker.
170
-
171
- 00:05:09.180 --> 00:05:15.390
172
- We assume that the ad blocker provides whitelisting opportunities for publishers.
173
-
174
- 00:05:15.390 --> 00:05:17.730
175
- If a publisher buys whitelisting,
176
-
177
- 00:05:17.730 --> 00:05:25.350
178
- then the advertiser who buys an ad slot from that publisher can get access to consumers who have previously installed
179
-
180
- 00:05:25.410 --> 00:05:26.700
181
- the ad blocker.
182
-
183
- 00:05:26.700 --> 00:05:34.590
184
- Our key finding reveals that the ad blocker might find it optimal to exclusively sell whitelisting only to one
185
-
186
- 00:05:34.890 --> 00:05:35.730
187
- publisher.
188
-
189
- 00:05:35.730 --> 00:05:42.330
190
- Then, if the product market is highly competitive, then just as in the case without the ad blocker,
191
-
192
- 00:05:42.330 --> 00:05:48.360
193
- advertisers will try to buy both ad slots in order to foreclose the rival advertisers.
194
-
195
- 00:05:48.360 --> 00:05:53.190
196
- In this case, the ad blocker doesn't change the competitiveness of the product market
197
-
198
- 00:05:53.490 --> 00:05:58.110
199
- and only extracts some surplus from the whitelisted publisher and the advertiser.
200
-
201
- 00:05:58.110 --> 00:06:05.130
202
- Otherwise, if competition in the product market is low, then each advertiser is going to buy only one ad slot.
203
-
204
- 00:06:05.130 --> 00:06:13.260
205
- The crucial difference with the case without an ad blocker is that now the advertiser who buys an ad slot from the
206
-
207
- 00:06:13.260 --> 00:06:18.730
208
- whitelisted publisher is going to get monopoly access to the consumers who have installed the ad blocker.
209
-
210
- 00:06:18.730 --> 00:06:23.580
211
- This, as a result, would soften the competition between the advertisers.
212
-
213
- 00:06:23.580 --> 00:06:29.910
214
- Therefore, in this case, we can conclude that the ad blocker softens competition in the product market
215
-
216
- 00:06:30.240 --> 00:06:34.140
217
- and extracts some surplus not only from the whitelisted publishers and the advertisers,
218
-
219
- 00:06:34.140 --> 00:06:38.670
220
- but also from the final consumers who buy the product in the product market.
221
-
222
- 00:06:42.834 --> 00:06:50.376
223
- We think that our results are relevant because they can be applied to many markets in which the adoption of ad blockers
224
-
225
- 00:06:50.390 --> 00:06:51.680
226
- rapidly grows.
227
-
228
- 00:06:51.680 --> 00:06:56.090
229
- There's empirical evidence that ad blocking reduces publishers’ revenue
230
-
231
- 00:06:56.450 --> 00:07:00.320
232
- and the number of consumer visits to publisher websites.
233
-
234
- 00:07:00.320 --> 00:07:07.760
235
- Moreover, there's empirical evidence showing that ad blocking reduces the ad spending of online advertisers.
236
-
237
- 00:07:07.760 --> 00:07:12.590
238
- This confirms the importance of taking into account both the advertising and product markets.
239
-
240
- 00:07:12.590 --> 00:07:14.390
241
- So in our study,
242
-
243
- 00:07:14.390 --> 00:07:20.630
244
- we advocate for comprehensive analysis of both of these markets in order to evaluate the welfare effects of ad
245
-
246
- 00:07:20.660 --> 00:07:21.610
247
- blockers’ entry.
248
-
249
- 00:07:21.610 --> 00:07:26.150
250
- Second, our results are relevant because they can be applied in a great number of debates
251
-
252
- 00:07:26.600 --> 00:07:31.880
253
- and discussions in Germany about the competitive effects of ad blockers.
254
-
255
- 00:07:31.880 --> 00:07:41.105
256
- In Germany, among other publishers, Axel Springer was not very happy about the idea of paying to Adblock Plus,
257
-
258
- 00:07:41.105 --> 00:07:49.310
259
- a dominant ad blocker in Germany that first blocks the ads in order to later unblock them,
260
-
261
- 00:07:49.310 --> 00:07:57.110
262
- in exchange for a license fee. Unsurprisingly, many publishers call this business practice highway robbery.
263
-
264
- 00:07:57.110 --> 00:08:04.100
265
- Since 2014, Axel Springer has been trying to legally confront Adblock Plus without success.
266
-
267
- 00:08:04.100 --> 00:08:11.480
268
- In 2019, the Federal Supreme Court of Germany declared that both of the practices, ad blocking and whitelisting,
269
-
270
- 00:08:11.480 --> 00:08:18.860
271
- are permissible. Other cases against Adlock Plus were resolved in favor of the ad blocker.
272
-
273
- 00:08:18.860 --> 00:08:22.850
274
- Our research demonstrates that ad blockers setting high prices
275
-
276
- 00:08:22.910 --> 00:08:29.510
277
- and providing exclusive whitelisting to publishers can undermine competition in the product market.
278
-
279
- 00:08:29.510 --> 00:08:34.160
280
- This eventually leads to higher prices that advertisers pay in the advertising market
281
-
282
- 00:08:34.610 --> 00:08:39.740
283
- and also to high prices that consumers pay for products in the product market.
284
-
285
- 00:08:39.740 --> 00:08:43.532
286
- These arguments are new and haven't been previously explored.
287
-
288
- 00:08:47.711 --> 00:08:51.761
289
- We believe that our results are relevant and useful for antitrust authorities
290
-
291
- 00:08:52.451 --> 00:08:57.941
292
- and can help them to evaluate the competitive effects of ad blocking and whitelisting.
293
-
294
- 00:08:57.941 --> 00:09:01.481
295
- But there are some other considerations that have to be taken into account.
296
-
297
- 00:09:01.481 --> 00:09:01.811
298
- First,
299
-
300
- 00:09:01.811 --> 00:09:10.151
301
- it is important to study the strategic response of publishers that react to the widespread adoption of ad blockers.
302
-
303
- 00:09:10.151 --> 00:09:17.861
304
- We observed that some of the publishers may improve the ad experience of consumers by reducing their ad load.
305
-
306
- 00:09:17.861 --> 00:09:23.921
307
- For instance, they may employ more careful selection of ads to be displayed to the users.
308
-
309
- 00:09:23.921 --> 00:09:30.911
310
- Some of the publishers tried to fight back against the ad blockers by detecting those consumers who have installed the
311
-
312
- 00:09:30.941 --> 00:09:35.681
313
- ad blocker and adjusting their experience on the website accordingly.
314
-
315
- 00:09:35.681 --> 00:09:42.431
316
- So, for instance, these consumers can be asked to provide their personal emails, to subscribe to the newsletters
317
-
318
- 00:09:42.821 --> 00:09:45.731
319
- or to allow for collecting data.
320
-
321
- 00:09:45.731 --> 00:09:52.241
322
- Sometimes these ad blocking visitors can be asked to even turn off their ad blockers
323
-
324
- 00:09:53.021 --> 00:09:57.461
325
- or even asked to pay for ad free access to the website.
326
-
327
- 00:09:57.461 --> 00:10:05.051
328
- Second, it is important to take into account how advertisers would change their ads in response to ad blocking.
329
-
330
- 00:10:05.051 --> 00:10:11.441
331
- We observed that more and more advertisers tried to improve their ad campaigns by focusing more on conversion
332
-
333
- 00:10:11.471 --> 00:10:13.841
334
- and clicks rather than just impressions.
335
-
336
- 00:10:13.841 --> 00:10:19.181
337
- We also observed that some advertisers are trying to shift to what is called native ads;
338
-
339
- 00:10:19.751 --> 00:10:25.301
340
- the ads that are naturally embedded in the true content of the publishers website.
341
-
342
- 00:10:25.301 --> 00:10:28.301
343
- Native advertising is becoming more and more popular
344
-
345
- 00:10:28.631 --> 00:10:33.461
346
- and can be one of the directions of how online advertising evolves in the future.
347
-
348
- 00:10:33.461 --> 00:10:39.701
349
- Although the strategists of publishers and advertisers can push their ad blockers a little bit,
350
-
351
- 00:10:39.701 --> 00:10:47.351
352
- we believe that the effects of ad blockers on advertising and product markets will remain significant.
@@ -1,7 +0,0 @@
1
- WEBVTT
2
-
3
- 00:00:00.500 --> 00:00:20.000
4
- The Web is always changing and the way we access it is changing and the way we access it is changing<br> Hello <br> and the way we access it is changing
5
-
6
- 00:00:20.500 --> 00:00:60.300
7
- and the way we access it is changing
@@ -1,12 +0,0 @@
1
- .container-text-portrait-player {
2
- display: flex;
3
- max-width: 400px;
4
- margin: auto;
5
- justify-content: center;
6
- padding: 3rem 0;
7
- }
8
-
9
- .container-text-landscape-player {
10
- display: flex;
11
- max-width: 1000px;
12
- }
@@ -1,8 +0,0 @@
1
- <!-- Generated by IcoMoon.io -->
2
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
3
- <title></title>
4
- <g id="icomoon-ignore">
5
- </g>
6
- <path fill="#000" d="M512 853.333c-23.467 0-42.667-19.2-42.667-42.667v-597.333c0-23.467 19.2-42.667 42.667-42.667s42.667 19.2 42.667 42.667v597.333c0 23.467-19.2 42.667-42.667 42.667z"></path>
7
- <path fill="#000" d="M512 853.333c-11.093 0-21.76-4.267-30.293-12.373l-298.667-298.667c-16.64-16.64-16.64-43.52 0-60.16s43.52-16.64 60.16 0l268.373 268.373 268.373-268.373c16.64-16.64 43.52-16.64 60.16 0s16.64 43.52 0 60.16l-298.667 298.667c-8.533 8.533-19.2 12.373-30.293 12.373z"></path>
8
- </svg>
@@ -1,8 +0,0 @@
1
- <!-- Generated by IcoMoon.io -->
2
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
3
- <title></title>
4
- <g id="icomoon-ignore">
5
- </g>
6
- <path fill="#000" d="M817.92 554.667h-597.333c-23.467 0-42.667-19.2-42.667-42.667s19.2-42.667 42.667-42.667h597.333c23.467 0 42.667 19.2 42.667 42.667s-19.2 42.667-42.667 42.667z"></path>
7
- <path fill="#000" d="M519.253 853.333c-11.093 0-21.76-4.267-30.293-12.373l-298.667-298.667c-16.64-16.64-16.64-43.52 0-60.16l298.667-298.667c16.64-16.64 43.52-16.64 60.16 0s16.64 43.52 0 60.16l-268.373 268.373 268.373 268.373c16.64 16.64 16.64 43.52 0 60.16-8.533 8.533-19.2 12.373-30.293 12.373z"></path>
8
- </svg>
@@ -1,7 +0,0 @@
1
- <!-- Generated by IcoMoon.io -->
2
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
3
- <title></title>
4
- <g id="icomoon-ignore">
5
- </g>
6
- <path fill="#000" d="M265.813 384l256 256 256-256z"></path>
7
- </svg>
@@ -1,7 +0,0 @@
1
- <!-- Generated by IcoMoon.io -->
2
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
3
- <title></title>
4
- <g id="icomoon-ignore">
5
- </g>
6
- <path fill="#000" d="M512 725.333c-11.093 0-21.76-4.267-30.293-12.373l-256-256c-16.64-16.64-16.64-43.52 0-60.16s43.52-16.64 60.16 0l225.707 225.707 225.707-225.707c16.64-16.64 43.52-16.64 60.16 0s16.64 43.52 0 60.16l-256 256c-8.533 8.533-19.2 12.373-30.293 12.373z"></path>
7
- </svg>
@@ -1,7 +0,0 @@
1
- <!-- Generated by IcoMoon.io -->
2
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
3
- <title></title>
4
- <g id="icomoon-ignore">
5
- </g>
6
- <path fill="#000" d="M775.253 640l-256-256-256 256z"></path>
7
- </svg>
@@ -1,7 +0,0 @@
1
- <!-- Generated by IcoMoon.io -->
2
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
3
- <title></title>
4
- <g id="icomoon-ignore">
5
- </g>
6
- <path fill="#000" d="M518.4 383.573c11.093 0 21.76 4.267 30.293 12.373l256.853 255.147c16.64 16.64 16.64 43.52 0 60.16s-43.52 16.64-60.16 0l-226.56-225.28-225.28 226.56c-16.64 16.64-43.52 16.64-60.16 0s-16.64-43.52 0-60.16l255.147-256.853c8.107-8.533 19.2-12.373 30.293-12.373z"></path>
7
- </svg>
@@ -1,8 +0,0 @@
1
- <!-- Generated by IcoMoon.io -->
2
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
3
- <title></title>
4
- <g id="icomoon-ignore">
5
- </g>
6
- <path fill="#000" d="M243.627 803.413c-11.093 0-21.76-4.267-30.293-12.373-16.64-16.64-16.64-43.52 0-60.16l512-512c16.64-16.64 43.52-16.64 60.16 0s16.64 43.52 0 60.16l-512 512c-8.533 8.533-19.2 12.373-30.293 12.373z"></path>
7
- <path fill="#000" d="M755.627 803.413c-11.093 0-21.76-4.267-30.293-12.373l-512-512c-16.64-16.64-16.64-43.52 0-60.16s43.52-16.64 60.16 0l512 512c16.64 16.64 16.64 43.52 0 60.16-8.533 8.533-19.2 12.373-30.293 12.373z"></path>
8
- </svg>
@@ -1,8 +0,0 @@
1
- <!-- Generated by IcoMoon.io -->
2
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
3
- <title></title>
4
- <g id="icomoon-ignore">
5
- </g>
6
- <path fill="#000" d="M512 1006.507c-272.64 0-494.507-221.867-494.507-494.507s221.867-494.507 494.507-494.507 494.507 221.867 494.507 494.507-221.867 494.507-494.507 494.507zM512 86.613c-234.667 0-425.387 190.72-425.387 425.387s190.72 425.387 425.387 425.387 425.387-190.72 425.387-425.387-190.72-425.387-425.387-425.387z"></path>
7
- <path fill="#000" d="M317.013 741.547c-8.96 0-17.92-3.413-24.32-10.24-9.387-9.387-12.373-23.040-8.533-35.413l97.28-292.267c3.413-10.24 11.52-18.347 21.76-21.76l292.693-97.707c12.373-4.267 26.027-0.853 35.413 8.107 9.387 9.387 12.373 23.040 8.107 35.413l-97.28 292.693c-3.413 10.24-11.52 18.347-21.76 21.76l-292.693 97.28c-3.413 1.28-7.253 1.707-11.093 1.707zM441.6 442.027l-70.4 210.773 210.773-70.4 70.4-210.773-210.773 70.4z"></path>
8
- </svg>
@@ -1,9 +0,0 @@
1
- <!-- Generated by IcoMoon.io -->
2
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
3
- <title></title>
4
- <g id="icomoon-ignore">
5
- </g>
6
- <path fill="#000" d="M682.667 939.093h-469.333c-34.133 0-66.133-13.227-90.453-37.547s-37.547-56.32-37.547-90.453v-469.333c0-34.133 13.227-66.133 37.547-90.453s56.32-37.547 90.453-37.547h256c23.467 0 42.667 19.2 42.667 42.667s-19.2 42.667-42.667 42.667h-256c-11.093 0-22.187 4.693-30.293 12.373-8.107 8.107-12.373 18.773-12.373 30.293v469.333c0 11.093 4.693 22.187 12.373 30.293s18.773 12.373 30.293 12.373h469.333c11.52 0 22.187-4.267 30.293-12.373s12.373-18.773 12.373-30.293v-256c0-23.467 19.2-42.667 42.667-42.667s42.667 19.2 42.667 42.667v256c0 34.133-13.227 66.133-37.547 90.453s-56.32 37.547-90.453 37.547z"></path>
7
- <path fill="#000" d="M896 427.093c-23.467 0-42.667-19.2-42.667-42.667v-213.333h-213.333c-23.467 0-42.667-19.2-42.667-42.667s19.2-42.667 42.667-42.667h256c23.467 0 42.667 19.2 42.667 42.667v256c0 23.467-19.2 42.667-42.667 42.667z"></path>
8
- <path fill="#000" d="M426.667 640.427c-11.093 0-21.76-4.267-30.293-12.373-16.64-16.64-16.64-43.52 0-60.16l469.333-469.76c16.64-16.64 43.52-16.64 60.16 0s16.64 43.52 0 60.16l-468.907 469.333c-8.533 8.533-19.2 12.373-30.293 12.373z"></path>
9
- </svg>
@@ -1,7 +0,0 @@
1
- <!-- Generated by IcoMoon.io -->
2
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
3
- <title></title>
4
- <g id="icomoon-ignore">
5
- </g>
6
- <path fill="#000" d="M739.413 98.133h-124.16c-55.040 0-107.52 21.76-146.347 60.587s-60.587 91.307-60.587 146.347v124.16h-124.16v165.547h124.16v331.093h165.547v-331.093h124.16l41.387-165.547h-165.547v-124.16c0-11.093 4.267-21.333 11.947-29.44 7.68-7.68 18.347-11.947 29.44-11.947h124.16v-165.547z"></path>
7
- </svg>
@@ -1,8 +0,0 @@
1
- <!-- Generated by IcoMoon.io -->
2
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
3
- <title></title>
4
- <g id="icomoon-ignore">
5
- </g>
6
- <path fill="#000" d="M455.253 803.413c-9.387 0-18.347-2.987-26.027-8.96l-320.427-248.747c-10.24-8.107-16.64-20.48-16.64-33.707s5.973-25.6 16.64-33.707l320-248.747c12.8-10.24 30.293-11.947 44.8-4.693s23.893 22.187 23.893 38.4v497.92c0 16.213-9.387 31.147-23.893 38.4-5.973 2.987-12.373 4.267-18.773 4.267z"></path>
7
- <path fill="#000" d="M846.080 803.413c-9.387 0-18.347-2.987-26.027-8.96l-320-248.747c-10.24-8.107-16.64-20.48-16.64-33.707s5.973-25.6 16.64-33.707l320-248.747c12.8-10.24 30.293-11.947 44.8-4.693s23.893 22.187 23.893 38.4v497.92c0 16.213-9.387 31.147-23.893 38.4-5.973 2.987-12.373 4.267-18.773 4.267z"></path>
8
- </svg>
@@ -1,8 +0,0 @@
1
- <!-- Generated by IcoMoon.io -->
2
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
3
- <title></title>
4
- <g id="icomoon-ignore">
5
- </g>
6
- <path fill="#000" d="M584.107 803.413c-6.4 0-12.8-1.28-18.773-4.267-14.507-7.253-23.893-22.187-23.893-38.4v-497.493c0-16.213 9.387-31.147 23.893-38.4s32-5.547 44.8 4.693l320 248.747c10.24 8.107 16.64 20.48 16.64 33.707s-5.973 25.6-16.64 33.707l-320 248.747c-7.68 5.973-17.067 8.96-26.027 8.96z"></path>
7
- <path fill="#000" d="M192.853 803.413c-6.4 0-12.8-1.28-18.773-4.267-14.507-7.253-23.893-22.187-23.893-38.4v-497.493c0-16.213 9.387-31.147 23.893-38.4s32-5.547 44.8 4.693l320 248.747c10.24 8.107 16.64 20.48 16.64 33.707s-5.973 25.6-16.64 33.707l-320 248.747c-7.68 5.973-17.067 8.96-26.027 8.96z"></path>
8
- </svg>
@@ -1,11 +0,0 @@
1
- <!-- Generated by IcoMoon.io -->
2
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
3
- <title></title>
4
- <g id="icomoon-ignore">
5
- </g>
6
- <path fill="#000" d="M725.333 910.080h-426.667c-30.293 0-58.88-11.947-80.64-33.28s-33.28-50.347-33.28-80.64v-568.747c0-29.867 12.373-59.307 33.28-80.213s49.92-33.28 80.64-33.28h284.587c11.52 0 22.187 4.693 30.293 12.373l213.333 213.333c8.107 8.107 12.373 18.773 12.373 30.293v426.667c0 29.867-12.373 59.307-33.28 80.64s-49.92 33.28-80.64 33.28zM298.667 199.253c-7.68 0-14.933 2.987-20.053 8.533s-8.533 12.8-8.533 20.053v568.747c0 7.68 2.987 14.933 8.533 20.053s12.373 8.107 20.053 8.107h426.667c7.68 0 14.933-2.987 20.053-8.107s8.533-12.8 8.533-20.053v-409.173l-188.16-188.16h-267.093z"></path>
7
- <path fill="#000" d="M796.587 412.587h-213.333c-23.467 0-42.667-19.2-42.667-42.667v-213.333c0-23.467 19.2-42.667 42.667-42.667s42.667 19.2 42.667 42.667v170.667h170.667c23.467 0 42.667 19.2 42.667 42.667s-19.2 42.667-42.667 42.667z"></path>
8
- <path fill="#000" d="M654.080 590.080h-284.587c-23.467 0-42.667-19.2-42.667-42.667s19.2-42.667 42.667-42.667h284.587c23.467 0 42.667 19.2 42.667 42.667s-19.2 42.667-42.667 42.667z"></path>
9
- <path fill="#000" d="M654.080 732.587h-284.587c-23.467 0-42.667-19.2-42.667-42.667s19.2-42.667 42.667-42.667h284.587c23.467 0 42.667 19.2 42.667 42.667s-19.2 42.667-42.667 42.667z"></path>
10
- <path fill="#000" d="M440.747 448h-71.253c-23.467 0-42.667-19.2-42.667-42.667s19.2-42.667 42.667-42.667h71.253c23.467 0 42.667 19.2 42.667 42.667s-19.2 42.667-42.667 42.667z"></path>
11
- </svg>
@@ -1,8 +0,0 @@
1
- <!-- Generated by IcoMoon.io -->
2
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
3
- <title></title>
4
- <g id="icomoon-ignore">
5
- </g>
6
- <path fill="#000" d="M833.707 1006.080h-643.413c-33.707 0-65.28-13.227-89.173-37.12s-37.12-55.893-37.12-89.173v-505.6c0-10.667 5.12-20.48 13.227-27.307l413.44-321.707c12.373-9.813 29.867-9.813 42.24 0l413.44 321.707c8.533 6.4 13.227 16.64 13.227 27.307v505.6c0 33.28-13.653 65.707-37.12 89.173s-55.467 37.12-89.173 37.12zM133.12 390.827v488.533c0 14.933 5.973 29.867 16.64 40.533s25.173 16.64 40.533 16.64h643.413c15.36 0 29.867-5.973 40.533-16.64s16.64-25.6 16.64-40.533v-488.533l-378.88-294.827-378.88 294.827z"></path>
7
- <path fill="#000" d="M649.813 1006.080c-19.2 0-34.56-15.36-34.56-34.56v-424.96h-206.933v424.96c0 19.2-15.36 34.56-34.56 34.56s-34.56-15.36-34.56-34.56v-459.52c0-19.2 15.36-34.56 34.56-34.56h275.627c19.2 0 34.56 15.36 34.56 34.56v459.52c0 19.2-15.36 34.56-34.56 34.56z"></path>
8
- </svg>
Binary file
Binary file
@@ -1,7 +0,0 @@
1
- <!-- Generated by IcoMoon.io -->
2
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
3
- <title></title>
4
- <g id="icomoon-ignore">
5
- </g>
6
- <path fill="#000" d="M760.747 874.667h-106.667c-23.467 0-42.667-19.2-42.667-42.667s19.2-42.667 42.667-42.667h106.667c7.253 0 14.933-2.987 20.053-8.533s8.533-12.373 8.533-20.053v-106.667c0-23.467 19.2-42.667 42.667-42.667s42.667 19.2 42.667 42.667v106.667c0 30.293-11.947 58.88-33.28 80.64s-50.347 33.28-80.213 33.28zM369.493 874.667h-106.667c-30.293 0-58.88-11.947-80.64-33.28s-33.28-49.92-33.28-80.64v-106.667c0-23.467 19.2-42.667 42.667-42.667s42.667 19.2 42.667 42.667v106.667c0 7.68 2.987 14.933 8.533 20.053s12.373 8.533 20.053 8.533h106.667c23.467 0 42.667 19.2 42.667 42.667s-19.2 42.667-42.667 42.667zM831.573 412.587c-23.467 0-42.667-19.2-42.667-42.667v-106.667c0-7.253-2.987-14.933-8.533-20.053s-12.373-8.533-20.053-8.533h-106.667c-23.467 0-42.667-19.2-42.667-42.667s19.2-42.667 42.667-42.667h106.667c30.293 0 58.88 11.947 80.64 33.28 21.333 21.333 33.28 50.347 33.28 80.213v106.667c0 23.467-19.2 42.667-42.667 42.667zM191.573 412.587c-23.467 0-42.667-19.2-42.667-42.667v-106.667c0-29.867 12.373-59.307 33.28-80.213 21.333-21.333 49.92-33.28 80.64-33.28h106.667c23.467 0 42.667 19.2 42.667 42.667s-19.2 42.667-42.667 42.667h-106.667c-7.68 0-14.933 2.987-20.053 8.107s-8.533 12.8-8.533 20.053v106.667c0 23.467-19.2 42.667-42.667 42.667z"></path>
7
- </svg>
@@ -1,8 +0,0 @@
1
- <!-- Generated by IcoMoon.io -->
2
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
3
- <title></title>
4
- <g id="icomoon-ignore">
5
- </g>
6
- <path fill="#000" d="M810.667 853.333h-597.333c-70.4 0-128-57.6-128-128v-426.667c0-70.4 57.6-128 128-128h597.333c70.4 0 128 57.6 128 128v426.667c0 70.4-57.6 128-128 128zM213.333 256c-23.467 0-42.667 19.2-42.667 42.667v426.667c0 23.467 19.2 42.667 42.667 42.667h597.333c23.467 0 42.667-19.2 42.667-42.667v-426.667c0-23.467-19.2-42.667-42.667-42.667h-597.333z"></path>
7
- <path fill="#000" d="M512 469.333h213.333c23.564 0 42.667 19.103 42.667 42.667v128c0 23.564-19.103 42.667-42.667 42.667h-213.333c-23.564 0-42.667-19.103-42.667-42.667v-128c0-23.564 19.103-42.667 42.667-42.667z"></path>
8
- </svg>
@@ -1,7 +0,0 @@
1
- <!-- Generated by IcoMoon.io -->
2
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
3
- <title></title>
4
- <g id="icomoon-ignore">
5
- </g>
6
- <path fill="#000" d="M640 842.667c-23.467 0-42.667-19.2-42.667-42.667v-96c0-28.16 11.52-55.467 31.147-75.52s47.36-31.147 75.52-31.147h96c23.467 0 42.667 19.2 42.667 42.667s-19.2 42.667-42.667 42.667h-96c-5.547 0-11.093 2.133-14.933 6.4s-6.4 9.387-6.4 14.933v96c0 23.467-19.2 42.667-42.667 42.667zM384 842.667c-23.467 0-42.667-19.2-42.667-42.667v-96c0-5.547-2.133-11.093-6.4-14.933s-9.387-6.4-14.933-6.4h-96c-23.467 0-42.667-19.2-42.667-42.667s19.2-42.667 42.667-42.667h96c28.16 0 55.467 11.52 75.52 31.147s31.147 47.36 31.147 75.52v96c0 23.467-19.2 42.667-42.667 42.667zM800 426.667h-96c-28.587 0-55.467-11.093-75.52-31.147s-31.147-46.933-31.147-75.52v-96c0-23.467 19.2-42.667 42.667-42.667s42.667 19.2 42.667 42.667v96c0 5.547 2.133 11.093 6.4 14.933s9.387 6.4 14.933 6.4h96c23.467 0 42.667 19.2 42.667 42.667s-19.2 42.667-42.667 42.667zM320 426.667h-96c-23.467 0-42.667-19.2-42.667-42.667s19.2-42.667 42.667-42.667h96c5.547 0 11.093-2.133 14.933-6.4s6.4-9.387 6.4-14.933v-96c0-23.467 19.2-42.667 42.667-42.667s42.667 19.2 42.667 42.667v96c0 28.587-11.093 55.467-31.147 75.52s-46.933 31.147-75.52 31.147z"></path>
7
- </svg>
@@ -1,9 +0,0 @@
1
- <!-- Generated by IcoMoon.io -->
2
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
3
- <title></title>
4
- <g id="icomoon-ignore">
5
- </g>
6
- <path fill="#000" d="M597.333 504.747c0 47.128-38.205 85.333-85.333 85.333s-85.333-38.205-85.333-85.333c0-47.128 38.205-85.333 85.333-85.333s85.333 38.205 85.333 85.333z"></path>
7
- <path fill="#000" d="M597.333 206.080c0 47.128-38.205 85.333-85.333 85.333s-85.333-38.205-85.333-85.333c0-47.128 38.205-85.333 85.333-85.333s85.333 38.205 85.333 85.333z"></path>
8
- <path fill="#000" d="M597.333 803.413c0 47.128-38.205 85.333-85.333 85.333s-85.333-38.205-85.333-85.333c0-47.128 38.205-85.333 85.333-85.333s85.333 38.205 85.333 85.333z"></path>
9
- </svg>
@@ -1,9 +0,0 @@
1
- <!-- Generated by IcoMoon.io -->
2
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
3
- <title></title>
4
- <g id="icomoon-ignore">
5
- </g>
6
- <path fill="#000" d="M666.027 665.173c-11.947 0-23.893-4.693-33.28-13.653-18.347-18.347-18.347-48.213 0-66.56l212.053-212.053c18.347-18.347 48.213-18.347 66.56 0s18.347 48.213 0 66.56l-212.053 212.053c-9.387 9.387-21.333 13.653-33.28 13.653z"></path>
7
- <path fill="#000" d="M878.080 665.173c-11.947 0-23.893-4.693-33.28-13.653l-212.053-212.053c-18.347-18.347-18.347-48.213 0-66.56s48.213-18.347 66.56 0l212.053 212.053c18.347 18.347 18.347 48.213 0 66.56-9.387 9.387-21.333 13.653-33.28 13.653z"></path>
8
- <path fill="#000" d="M463.787 806.4c-10.667 0-20.907-3.413-29.44-10.24l-163.84-130.987h-124.587c-26.027 0-46.933-20.907-46.933-46.933v-212.053c0-26.027 20.907-46.933 46.933-46.933h124.587l163.84-130.987c14.080-11.52 33.28-13.653 49.92-5.547 16.213 7.68 26.88 24.32 26.88 42.24v494.507c0 17.92-10.24 34.56-26.88 42.24-6.4 2.987-13.653 4.693-20.48 4.693zM192.853 570.88h94.293c10.667 0 20.907 3.84 29.44 10.24l100.267 80.213v-298.667l-100.267 80.213c-8.533 6.827-18.773 10.24-29.44 10.24h-94.293v117.76z"></path>
9
- </svg>
@@ -1,8 +0,0 @@
1
- <!-- Generated by IcoMoon.io -->
2
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
3
- <title></title>
4
- <g id="icomoon-ignore">
5
- </g>
6
- <path fill="#000" d="M438.187 903.253h-170.667c-23.467 0-42.667-19.2-42.667-42.667v-682.667c0-23.467 19.2-42.667 42.667-42.667h170.667c23.467 0 42.667 19.2 42.667 42.667v682.667c0 23.467-19.2 42.667-42.667 42.667z"></path>
7
- <path fill="#000" d="M779.52 903.253h-170.667c-23.467 0-42.667-19.2-42.667-42.667v-682.667c0-23.467 19.2-42.667 42.667-42.667h170.667c23.467 0 42.667 19.2 42.667 42.667v682.667c0 23.467-19.2 42.667-42.667 42.667z"></path>
8
- </svg>
@@ -1,8 +0,0 @@
1
- <!-- Generated by IcoMoon.io -->
2
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
3
- <title></title>
4
- <g id="icomoon-ignore">
5
- </g>
6
- <path fill="#000" d="M213.333 135.253l597.333 384-597.333 384v-768z"></path>
7
- <path fill="#000" d="M213.333 945.92c-6.827 0-14.080-1.707-20.48-5.12-13.653-7.68-22.187-21.76-22.187-37.547v-768c0-15.787 8.533-29.867 22.187-37.547 13.653-7.253 30.293-6.827 43.52 1.707l597.333 384c12.373 7.68 19.627 21.333 19.627 35.84s-7.253 28.16-19.627 35.84l-597.333 384c-6.827 4.693-14.933 6.827-23.040 6.827zM256 213.333v611.84l475.733-305.92-475.733-305.92z"></path>
8
- </svg>
@@ -1,8 +0,0 @@
1
- <!-- Generated by IcoMoon.io -->
2
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
3
- <title></title>
4
- <g id="icomoon-ignore">
5
- </g>
6
- <path fill="#000" d="M469.333 846.080c-211.627 0-384-172.373-384-384s172.373-384 384-384 384 172.373 384 384-172.373 384-384 384zM469.333 163.413c-164.693 0-298.667 133.973-298.667 298.667s133.973 298.667 298.667 298.667 298.667-133.973 298.667-298.667-133.973-298.667-298.667-298.667z"></path>
7
- <path fill="#000" d="M896 931.413c-11.093 0-21.76-4.267-30.293-12.373l-185.6-185.6c-16.64-16.64-16.64-43.52 0-60.16s43.52-16.64 60.16 0l185.6 185.6c16.64 16.64 16.64 43.52 0 60.16-8.533 8.533-19.2 12.373-30.293 12.373z"></path>
8
- </svg>
@@ -1,8 +0,0 @@
1
- <!-- Generated by IcoMoon.io -->
2
- <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024">
3
- <title></title>
4
- <g id="icomoon-ignore">
5
- </g>
6
- <path fill="#000" d="M506.453 933.973c-30.293 0-58.88-11.947-80.64-33.28-21.333-21.76-33.28-49.92-33.28-80.64 0-5.547-1.28-8.533-2.987-11.093s-4.267-4.693-7.68-5.547c-5.12-2.133-8.533-2.56-11.947-2.133-2.987 0.427-5.973 2.133-8.107 4.267-12.373 12.373-24.747 20.907-38.827 26.453-27.733 11.52-59.307 11.52-87.040 0-14.080-5.547-26.453-14.080-37.12-24.747s-18.773-23.040-24.747-37.12c-5.547-13.653-8.533-28.587-8.533-43.52s2.987-29.867 8.533-43.52c5.547-13.653 14.080-26.027 24.747-36.693 4.267-4.267 5.547-6.827 5.973-10.24s0-6.4-0.853-9.387c-1.28-3.413-3.413-5.973-5.973-7.253-2.56-1.707-5.547-2.56-8.96-2.56h-5.973c-30.293 0-58.88-11.947-80.64-33.28s-33.28-49.92-33.28-80.64 11.947-58.88 33.28-80.64 49.92-33.28 80.64-33.28c5.547 0 8.533-1.28 11.093-2.987s4.693-4.267 5.547-7.68c2.133-5.547 2.56-8.533 2.133-11.947-0.427-2.987-2.133-5.973-4.267-8.107-12.373-12.373-20.907-24.747-26.453-38.827s-8.533-28.587-8.533-43.52 2.987-29.867 8.533-43.52c5.973-14.080 14.080-26.453 24.747-37.12s23.040-18.773 36.693-24.747c27.733-11.52 59.307-11.52 87.040 0 14.080 5.973 26.453 14.080 37.12 24.747 3.84 3.84 6.827 5.547 10.24 5.973 2.987 0.427 6.4 0 8.96-1.28 2.133-0.853 4.693-1.707 7.253-2.56 1.28-0.853 2.56-2.133 3.413-3.84 1.707-2.56 2.56-5.547 2.56-8.96v-5.973c0-30.293 11.947-58.88 33.28-80.64 42.667-42.667 118.187-42.667 160.853 0 21.333 21.333 33.28 49.92 33.28 80.64 0 5.973 0.853 8.96 2.56 11.947 1.707 2.56 4.267 4.693 6.827 5.973 3.413 1.707 6.827 2.133 9.813 1.28 3.413-0.427 6.4-2.133 8.533-4.267 12.373-12.373 24.747-20.48 38.827-26.453 27.733-11.52 59.307-11.52 87.040 0 13.653 5.547 26.027 14.080 36.693 24.747s18.773 23.040 24.747 37.12c5.547 14.080 8.533 28.587 8.533 43.52s-2.987 29.867-8.533 43.52c-5.973 14.080-14.080 26.453-24.747 37.12-3.84 3.84-5.547 6.827-5.973 10.24s0 6.4 1.28 9.387c0.853 2.133 1.707 4.693 2.133 6.827 1.28 1.28 2.133 2.56 3.84 3.413 2.56 1.707 5.547 2.56 8.96 2.56h5.973c29.867 0 59.307 12.373 80.213 33.28s33.28 49.92 33.28 80.64-11.947 58.88-33.28 80.213c-21.333 21.333-49.92 33.28-80.64 33.28-5.973 0-9.387 0.853-11.947 2.56s-4.693 4.267-5.973 6.827c0 0 0 0 0 0-1.28 2.987-1.707 6.4-1.28 9.387 0.427 3.413 2.133 5.973 4.267 8.533 12.373 12.373 20.907 24.747 26.453 38.827 5.547 13.653 8.533 28.587 8.533 43.52s-2.987 29.867-8.533 43.52c-5.547 13.653-14.080 26.027-24.747 36.693s-23.040 18.773-37.12 24.747c-27.733 11.52-59.307 11.52-87.040 0-13.653-5.547-26.027-14.080-36.693-24.747-4.267-3.84-6.827-5.547-10.24-5.973-2.987-0.853-6.4 0-9.387 1.28-3.413 1.28-5.547 3.413-7.253 5.973s-2.56 5.547-2.56 8.96v5.973c0 30.293-11.947 58.88-33.28 80.213s-49.92 33.28-80.64 33.28zM373.333 715.52c14.080 0 27.733 2.987 40.96 8.533 16.64 5.973 33.28 18.773 44.8 34.987 11.947 16.64 18.347 36.267 18.773 56.747 0 11.52 2.987 18.773 8.533 24.32 10.667 10.667 29.44 10.667 40.107 0 5.547-5.547 8.533-12.373 8.533-20.053v-5.973c0-20.053 5.973-39.253 17.067-55.893 10.667-16.64 26.453-29.44 44.373-37.12 18.347-8.107 38.827-10.24 58.453-6.827 20.053 3.413 38.4 13.227 52.907 27.307 5.12 5.12 8.107 7.253 11.52 8.533 7.253 2.987 14.933 2.987 21.76 0 3.413-1.28 6.827-3.413 9.387-5.973s4.693-5.973 6.4-9.387c1.707-3.84 2.133-7.253 2.133-11.093s-0.853-7.253-2.133-10.667c-1.28-3.413-3.413-6.827-5.973-9.387-16.64-17.067-26.027-35.413-29.867-55.467-3.413-19.627-1.28-40.107 6.827-58.88 7.68-17.92 20.48-33.28 37.12-44.373s35.84-16.64 55.467-17.067c11.093 0 17.92-2.987 23.467-8.107s8.533-12.373 8.533-20.053-2.987-14.933-8.533-20.053-12.8-8.533-20.053-8.533h-5.973c-20.053 0-39.253-5.973-55.893-17.067s-29.44-26.453-37.12-44.373c-1.28-3.413-2.56-6.827-2.987-10.667-5.547-16.213-6.827-33.707-3.84-50.773 3.413-20.053 13.227-38.4 27.307-52.907 5.12-5.12 7.253-8.107 8.533-11.52s2.133-7.253 2.133-11.093-0.853-7.253-2.133-10.667c-1.28-3.413-3.413-6.827-5.973-9.387s-5.973-4.693-9.387-5.973c-6.827-2.987-14.933-2.987-21.76 0-3.413 1.28-6.827 3.413-9.387 5.973-17.067 16.64-35.413 26.027-55.467 29.867-20.053 3.413-40.533 1.28-58.88-7.253-17.493-7.68-33.28-20.48-43.947-37.12-11.093-16.64-16.64-35.84-17.067-55.467 0-11.093-2.987-17.92-8.533-23.467-10.667-10.667-29.44-10.667-40.107 0-5.547 5.547-8.533 12.373-8.533 20.053v5.973c0 20.053-5.973 39.253-16.64 55.467-11.093 16.64-26.453 29.44-44.8 37.12-3.413 1.28-6.827 2.56-10.667 2.987-16.213 5.547-33.707 6.827-50.773 3.84-20.053-3.84-38.4-13.227-52.907-27.307-5.12-5.12-8.533-7.253-11.947-8.533-6.827-2.987-14.933-2.987-21.76 0-3.413 1.28-6.4 3.413-9.387 6.4-2.56 2.56-4.693 5.547-5.973 9.387-1.28 3.413-2.133 7.253-2.133 10.667s0.853 7.253 2.133 11.093c1.28 3.413 3.413 6.4 5.973 9.387 16.64 17.067 26.027 35.413 29.867 55.040 3.413 20.053 1.28 40.533-6.827 58.88-5.973 16.64-18.773 32.853-34.987 44.8-16.64 11.947-36.267 18.347-56.747 18.773-11.52 0-18.773 2.987-24.32 8.533s-8.533 12.373-8.533 20.053 2.987 14.933 8.533 20.053 12.373 8.533 20.053 8.533h5.973c20.053 0 39.253 5.973 55.893 17.067 16.213 10.667 29.44 26.027 37.12 44.373 8.107 18.347 10.667 38.827 6.827 58.88-3.413 19.627-12.8 37.973-27.307 52.48-5.12 5.12-7.253 8.107-8.533 11.947-1.28 3.413-2.133 7.253-2.133 10.667s0.853 7.253 2.133 10.667c1.28 3.413 3.413 6.827 5.973 9.387s5.973 4.693 9.387 6.4c6.827 2.987 14.933 2.987 21.76 0 3.413-1.28 6.4-3.413 9.387-5.973 17.067-16.64 35.413-26.027 55.467-29.867 5.973-1.28 11.947-1.707 17.92-1.707zM766.72 606.72v0z"></path>
7
- <path fill="#000" d="M503.893 649.813c-82.347 0-149.333-66.987-149.333-149.333s66.987-149.333 149.333-149.333 149.333 66.987 149.333 149.333-66.987 149.333-149.333 149.333zM503.893 436.48c-35.413 0-64 28.587-64 64s28.587 64 64 64 64-28.587 64-64-28.587-64-64-64z"></path>
8
- </svg>